displaying mass data in a leaflet control

This forum covers all questions dealing with visualization of data within the native PTV xMap interface. Please remember that additional plugins such as AJAX or Leaflet may be handeled in other forums.
Post Reply
milde
Posts: 1
Joined: Mon May 12, 2014 11:52 am

displaying mass data in a leaflet control

Post 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
User avatar
Oliver Heilig
Posts: 154
Joined: Tue May 13, 2014 12:10 pm
Location: Karlsruhe, Germany
Contact:

Re: displaying mass data in a leaflet control

Post 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
Post Reply