09.07.2014, 14:31
I have a list of coordinates in decimal form, like:
52.2736633 6.0597217 SomeText
Such a position is searchable in google maps and will give me the right point.
I'd like to be able to view the list of points in RouteConverter but I dont know what format to use.
Is there a simple file format I can convert these into that would be readable by RouteConverter? Preferably with comments allowed.
I tried using this format, but for some reason the positions there end up wrong.
$GPWPL,05227.36633,N,00605.97217,E,SomeText *77
52.2736633 6.0597217 SomeText
Such a position is searchable in google maps and will give me the right point.
I'd like to be able to view the list of points in RouteConverter but I dont know what format to use.
Is there a simple file format I can convert these into that would be readable by RouteConverter? Preferably with comments allowed.
I tried using this format, but for some reason the positions there end up wrong.
$GPWPL,05227.36633,N,00605.97217,E,SomeText *77