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

How do I export/download a map?

0

I need to download the map of a county in California, for print AND web use. If possible, please advise (I have read that OSM has other tools/websites for easier download)? Also, if possible but must be done in segments, how can I later seamlessly connect the downloaded tile segment files together to create a single file (file format must be SVG; I am using InkScape)?

Lastly, for web use, can I create the ability to zoom in/out, or this requires extensive programming?

This question is marked "community wiki".

asked 12 Dec '10, 00:35

mattmos's gravatar image

mattmos
46224
accept rate: 0%

edited 13 Dec '10, 17:05

TomH's gravatar image

TomH ♦♦
3.3k83943


3 Answers:

2

My answer is: use Maperitive, it can:

  • Generate bitmap tiles for the Web (then you need to use OpenLayers to show the map in the browser)
  • Generate SVGs
  • Generate bitmaps, even big ones.

http://farm3.static.flickr.com/2794/4457435423_c830ae0ea5_z.jpg

answered 13 Dec '10, 08:01

Breki's gravatar image

Breki
2.0k51843
accept rate: 10%

1

For making a printable map I advise you to look at the wiki for options. There are ways of stitching the png tiles together again to form a big map, or rendering your own map in svg format optionally tweaking the rendering to your liking.

As for a slippy map on a web site you can check out OpenLayers witch is the nice open source slippy map used on the main page.

answered 12 Dec '10, 06:22

Gnonthgol's gravatar image

Gnonthgol ♦
13.8k16103198
accept rate: 16%

0

answered 07 Jan '11, 14:44

Kartograefin's gravatar image

Kartograefin
592178
accept rate: 0%

Source code available on GitHub .