0

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's gravatar image

aruizga7
11335
accept rate: 0%


2 Answers:
0

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.

permanent link

answered 28 Mar '12, 18:17

stephan75's gravatar image

stephan75
12.5k454209
accept rate: 6%

edited 28 Mar '12, 18:18

0

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.

permanent link

answered 28 Mar '12, 18:51

Vincent%20de%20Phily's gravatar image

Vincent de P... ♦
17.0k16147244
accept rate: 19%

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×74
×16
×6

question asked: 28 Mar '12, 17:36

question was seen: 9,874 times

last updated: 28 Mar '12, 18:51

powered by OSQA