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

Typographic map - export to .AI

0

Hi, I am new to OSM and not very technically minded! I need a map of 'All' street names in Central London that I can edit in Adobe Illustrator. I only need one layer (this is the street Labels) and absolutely nothing else. Is it possible to get such an amount of data in vector form? Any advice appreciated, and any freelancers able to produce this will also be entertained. Thanks in advance!

asked 03 Jul '14, 21:21

thumbtel's gravatar image

thumbtel
1111
accept rate: 0%


One Answer:

0

A possible course of action is:

  • download London data from download.geofabrik.de
  • use "osmosis" software to filter out only streets (optional - do this only if you run out of memory in the next step)
  • load whole thing into "Maperitive" software (requires Windows, or if on Mac/Linux, requires Mono)
  • modify Maperitive drawing rules to only output labels for streets and nothing else
  • export to AI compatible SVG

answered 03 Jul '14, 21:32

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

You should also be able to do this with QGIS software (instead of Maperitive). This would use the Map Composer component. I have not tested it.

(04 Jul '14, 09:21) SK53 ♦

Source code available on GitHub .