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

conversions

0

How would I convert an osm file into a .jpg or *.tiff?

asked 09 Oct '14, 09:56

Urbanaut8's gravatar image

Urbanaut8
11112
accept rate: 0%


2 Answers:

2

By doing what is commonly called "rendering". The process of taking OSM data (node, ways and relations) generating geometric objects from the raw data and then "drawing" the objects in to a bitmap.

Both steps tend to be fully configurable (for example by deciding how wide a road of a certain classification should be drawn and in what color or which elements to draw at all).

A good renderer for investigating what can be done is maperitive (see maperitive.net ).

answered 09 Oct '14, 10:44

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

edited 09 Oct '14, 11:02

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866

1
(09 Oct '14, 20:45) stephan75

0

If you only need to export small areas it's simple, click on share and set file type.alt text

answered 09 Oct '14, 15:15

andy%20mackey's gravatar image

andy mackey
13.2k87143285
accept rate: 4%

Source code available on GitHub .