[OSGeo-Discuss] Shapefile lacking SRS information
Sigis Mund
sigis.mund at rocketmail.com
Sat Sep 20 15:23:31 EDT 2008
hello Kjell. from the bounding box of your file komm2.shp, I think it is using the utm projection, zone 33. the datum is probably wgs84. you could try this and check if the result matches the rest of the cartography:
ogr2ogr -t_srs epsg:4326 -s_srs epsg:32633 -f "ESRI Shapefile" komm2_epsg4326.shp komm2.shp
I assume you are using epsg:4326 (the one used by gps devices) in your application. cheers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/discuss/attachments/20080920/fb116280/attachment.html
More information about the Discuss
mailing list