maplibre / maplibre-rs

Experimental Maps for Web, Mobile and Desktop
Apache License 2.0
1.34k stars 77 forks source link

Clearly define the API of the renderer #246

Closed maxammann closed 1 year ago

maxammann commented 1 year ago

🤔 Expected Behavior

We should probably introduce the contept of an ECS or ES (entity system), where layers are entities.

😯 Current Behavior

Right now the API of the renderer is loosly defined by uploading layer data and then the renderer automatically picks it up.

💁 Possible Solution

🔦 Context

💻 Examples

maxammann commented 1 year ago

fixed by #253