This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

How can I color the areas defined by administrative boundaries in a world map ?

1

Hello:

I want to make a ASP.Net application in which I want to color the areas defined by administrative boundaries (typically at level 8 for cities areas). The colors would be provided by a database with pairs (areaID, value). I find OpenLayers, Telerik radmap using a geojson source as a layer. Moreover, I have seen the ArcGis demo (http://www.arcgis.com/apps/TwoPane/main/index.html?webmap=2afcada8043544e2ac8342abff9c2521). This is what I want. Is there a way to do that simply ?

Thank you.

asked 12 Feb '15, 16:31

osmccecsg's gravatar image

osmccecsg
46224
accept rate: 0%


One Answer:

1

Maybe a starting point can be geocolor.io

Geocolor is a web app and javascript library for creating quick geographic data visualizations such as choropleths.

answered 12 Feb '15, 17:19

stephan75's gravatar image

stephan75
12.6k556210
accept rate: 6%

Thank you for your answer. I've finally choosed Leaflet which makes it possible to do choropleths.

(23 Feb '15, 14:53) osmccecsg

Source code available on GitHub .