There are three different programs that all are called osm2shp. Most probably none of theese do any reprojection and uses the same projection as the original .osm file. Osm uses WGS84 projection for all .osm files, and that is probably the projection your shapefile is in. You can download a .prj file for WGS84 at spartialreference.org answered 25 Apr '12, 17:22 Gnonthgol ♦ Thanks Gnonthgol, so I'm going to use wgs84. Moy
(25 Apr '12, 17:48)
moymj
Just one note about the semantic : WGS84 is not a "projection" but a Geodetic System. Coordinates are not "projected" on a plane but on the earth (ellipsoid).
(26 Apr '12, 12:10)
Pieren
|
I have tried working with osm state files for us north america and open them in QGIS which converts the data to a shape file. The problem is it is either unprojected and/or lacks a regional conversion as well. I need to have the layer play well with other layers from Tiger Census US which is what my project is set to, however the osm conversion, when queried, says it is using that project datum,that is not the case, however. Is there a simple way to get into, say, EPSG 4326 -- WGS 84? answered 14 May '12, 22:49 lewis_pusey |
answered 14 May '12, 22:51 lewis_pusey |
How are you creating the shape file?
shape file by itself contains coordinates but does not say if they are projected or not. That's why Frederik is asking you how you generate your shape file. Usually, a .prj file contains the projection information.
Hi Frederik / Pieren, I'm creating the shape file using OSM2SHP.exe, but when I create the shape file doesn't creat the .prj file, just create .dbf , .shp and .shx.
Thanks for your kindness
Moy