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

OSM coordinate system for ArcMap

1

I downloaded multiple street layers using OSM and converted them to shapefiles using OSM2SHP. Now when I try to give it a Projected Coordinate System (Specifically UTM Zone 19) for Dominican Republic the layers have a big exponential value. Something like 10^17 or close and therefore, they are not being displayed on the screen.

I did some research and found out OSM coordinate system but I can't find it in GIS. I see other people don't have allot of trouble with this therefore I must be doing a simple mistake.

asked 21 Mar '12, 13:29

Vaironxxrd's gravatar image

Vaironxxrd
26113
accept rate: 0%


One Answer:

2

OpenStreetMap data uses EPSG:4326 (WGS84). Adding a .prj file to matching the .shp filename should resolve the issues.

eg: if the file is called Africa.shp, download the .prj file from the above link and rename it to Africa.prj

This answer is marked "community wiki".

answered 22 Mar '12, 00:39

Firefishy's gravatar image

Firefishy ♦♦
1.3k73652
accept rate: 29%

Source code available on GitHub .