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

Coordinate system?

0

Hallo,

I have exported a couple of sections of the OSM Map using the export tab and saving as a Mapnik image. I would now like to use these images in ArcGIS. In ArcGIS I have created a point layer showing the map sections corner points (in WSG84). To my surprise the map sections didn't correspond with my corner points. The map sections have the form of a square, the corner poitns on the other hand a rectangle. In both cases I used the exactly same coordinates. Does anybody have an idea what the solution could be?

asked 10 Nov '11, 08:22

mariem's gravatar image

mariem
0333
accept rate: 0%

edited 16 Nov '11, 17:14

scai's gravatar image

scai ♦
33.3k21309459


2 Answers:

2

The Mapnik image is generated using the Spherical Mercator projection. You have to set your ArcGIS to use that, not WGS84. The projection uses the codes EPSG:3857, sometimes also EPSG:900913. In older ArcGIS systems you might have to use ESRI:102100.

answered 16 Nov '11, 10:28

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

0

ESRI should handle conversions on the fly, why does it not reproject the osm data to the projection of the project I had set the layer to convert to?

answered 14 May '12, 22:55

lewis_pusey's gravatar image

lewis_pusey
1
accept rate: 0%

Source code available on GitHub .