Page 1 of 1

displaying mass data in a leaflet control

Posted: Tue Jun 24, 2014 7:31 am
by milde
Hello all,

is there a recommended solution how to display mass data (points and polygons) on a leaflet control?

Thanks for some ideas.

Andreas

Re: displaying mass data in a leaflet control

Posted: Thu Jun 26, 2014 2:13 pm
by Oliver Heilig
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