NASA-AMMOS / MMGIS

Multi-Mission Geographical Information System - Web-based Mapping and Spatial Data Infrastructure for Planetary Science Operations - https://nasa-ammos.github.io/MMGIS/
Apache License 2.0
148 stars 46 forks source link

[New Feature]: Dynamically slice GeoJSON into vector tiles #598

Open jtroberts opened 3 weeks ago

jtroberts commented 3 weeks ago

Checked for duplicates

Yes - I've already checked

Alternatives considered

Yes - and alternatives don't suffice

Related problems

No response

Describe the feature request

I have a service that returns large GeoJSON files and it would be nice to dynamically slice them into vector tiles for improved performance without ingesting the data into a database. Leaflet.VectorGrid can do this.