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


      
_______________________________________________
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss

Reply via email to