Hi everyone! I need to plot a map of the boundaries of france divided by zip code. something similar to this: http://www.youtube.com/watch?v=sZ6PNAYFqxU but in france any idea how to get it? thanks a lot in advance! asked 28 Mar '12, 17:36 aruizga7 |
Have a look in the OSM wiki at MapCSS/Examples. First, download the raw OSM data from one of the mentioned sources. Then, do a filtering via osmfilter by choosing --keep="postal_code=" Finally adapt the mentiones CSS stylefile to display the postalcode within each area. You can also try any other rendering Software to produce an optical output. answered 28 Mar '12, 18:17 stephan75 |
Layers.osm.fr also has a layer showing town-level boundaries if you just want to see the data (not work with it) and if you do not mind the approximation of postcode=* <-> adminlevel=8. answered 28 Mar '12, 18:51 Vincent de P... ♦ |