maplibre / maplibre-rs

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

Handle zero-surface area polygons and points #247

Open maxammann opened 1 year ago

maxammann commented 1 year ago

🤔 Expected Behavior

Not sure yet for zero surface areas.

For points we want to upload static vertices or use a custom shader.

😯 Current Behavior

Right now we skip layers with zero verticies. This might not be the ideal behavor. Think about it!

💁 Possible Solution

🔦 Context

💻 Code Sample

🌍 Your Environment