Slik ser filen som OOM skriver ut (forenklet og strippet vekk en del ting som så ut til å være irrellevant), hva tenker du om koordinatene?
<?xml version="1.0" encoding="UTF-8"?> <map xmlns="http://openorienteering.org/apps/mapper/xml/v2" version="6"> <georeferencing scale="15000"> <projected_crs id="Local"/> </georeferencing> <barrier version="6" required="0.6.0"> <parts count="1" current="0"> <part name="standarddel"> <objects count="168"> <object type="0" symbol="116"> <coords count="1">-150980 -107720;</coords> </object> <object type="0" symbol="116"> <coords count="1">-159460 -102080;</coords> </object> <object type="0" symbol="116"> <coords count="1">-158580 -101080;</coords> </object> <!-- ... --> <object type="0" symbol="116"> <coords count="1">190500 135560;</coords> </object> <object type="0" symbol="116"> <coords count="1">187900 148520;</coords> </object> <object type="0" symbol="116"> <coords count="1">200940 143080;</coords> </object> <object type="0" symbol="116"> <coords count="1">204830 135240;</coords> </object> <object type="0" symbol="116"> <coords count="1">218260 84640;</coords> </object> <!-- ... --> <object type="0" symbol="116"> <coords count="1">-151940 102970;</coords> </object> <object type="0" symbol="116"> <coords count="1">19760 80850;</coords> </object> <object type="0" symbol="-2"> <coords count="1">-154300 103020;</coords> </object> <object type="1" symbol="-3"> <coords count="2">-120570 55310;-120570 55310 18;</coords> <pattern rotation="0"> <coord x="0" y="0"/> </pattern> </object> </objects> </part> </parts> </barrier> </map> 2016-09-08 16:57 GMT+02:00 Petter Reinholdtsen <[email protected]>: > [Vidar Gundersen] >> Har testet. >> OO Mapper kan importere OSM filer, ikke skrive. >> Kan lagre/eksportere sitt eget XML baserte filformat og Ocads format. >> Jeg kunne redusere den til kun det laget jeg er ute etter, men når jeg >> ser på kartene i editoren så ser det ut som det er et relativt >> koordinatsystem og at den mangler georeferanse. Mistenker det er >> programvaren som ikke fullt ut kan lese Ocad-fila. > > Når jeg titter på > <URL: http://www.ocad.com/wiki/ocad11/en/?title=OCAD_11_File_Format > > finner jeg ikke noe åpenbart om koordinatsystem, så jeg er ikke > overbevist om at det stemmer. > > -- > Vennlig hilsen > Petter Reinholdtsen > _______________________________________________ > kart mailing list > [email protected] > https://lists.nuug.no/mailman/listinfo/kart _______________________________________________ kart mailing list [email protected] https://lists.nuug.no/mailman/listinfo/kart
