<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>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:</DIV>
<DIV> </DIV>
<DIV>ogr2ogr -t_srs epsg:4326 -s_srs epsg:32633 -f "ESRI Shapefile" komm2_epsg4326.shp komm2.shp</DIV>
<DIV> </DIV>
<DIV>I assume you are using epsg:4326 (the one used by gps devices) in your application. cheers</DIV></td></tr></table><br>