Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverheilig authored Dec 15, 2023
1 parent f63b70d commit aa68d8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions premium-samples/admin-regions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Administrative regions are polygons defined by the borders of administrative uni

Our partner [digital data services gmbh](http://www.ddsgeo.de/) provides both geography and the corresponding socio-economic data in various formats. The most popular format is [GeoJSON](http://geojson.org/). GeoJSON can be processed directly in JavaScript and Leaflet, and also [directly displayed on GitHub](https://github.com/ptv-logistics/xserverjs/blob/master/premium-samples/admin-regions/data/municipalities.json),

While the samples included here can be implemented only with pure JavaScript, there are scenarios which require more complex data. This data usually cannot be handled by the browser directly and has to be "pre rendered" by a middle-ware. There are many samples in the web for this practice and we provide some tutorials for C# on GitHub:

https://github.com/ptv-logistics/SpatialTutorial/wiki

https://github.com/ptv-logistics/SharpMap.Widgets

### Add admininstrative regions as GeoJSON to the map

Expand Down

0 comments on commit aa68d8c

Please sign in to comment.