Hello all,
is there a recommended solution how to display mass data (points and polygons) on a leaflet control?
Thanks for some ideas.
Andreas
displaying mass data in a leaflet control
- Oliver Heilig
- Posts: 160
- Joined: Tue May 13, 2014 12:10 pm
- Location: Karlsruhe, Germany
- Contact:
Re: displaying mass data in a leaflet control
Hello Andreas,
there are several approaches, depending on the kind of data and the interactivity you need. It also depends on the kind of architecture/framework you have for your application. I'm going to start a tutorial
https://github.com/oliverheilig/SpatialTutorial/wiki
for the scenario
* JavaScript Client (w Leaflet as map control)
* ASP.NET/C# Middleware
* SQL Spatial and/or SpatialLite as database
I'm starting with simple polygon rendering/picking and hope to find some time to dive deeper into advanced use cases.
Oliver
there are several approaches, depending on the kind of data and the interactivity you need. It also depends on the kind of architecture/framework you have for your application. I'm going to start a tutorial
https://github.com/oliverheilig/SpatialTutorial/wiki
for the scenario
* JavaScript Client (w Leaflet as map control)
* ASP.NET/C# Middleware
* SQL Spatial and/or SpatialLite as database
I'm starting with simple polygon rendering/picking and hope to find some time to dive deeper into advanced use cases.
Oliver