berlog / androzic

Automatically exported from code.google.com/p/androzic
0 stars 0 forks source link

Bug in OziMapper - Calibration points #204

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Dear Andrey,

maps generated with OziMapper don´t open correctly in Androzic for the 
following reason:

The coordinates of the calibration points contain a "," instead of a "." 

This applies at least to systems with German layout. Please note that the 
German numeric format is different from the international format; e.g. 12,812 
means "twelve dot eight one two" and 12.812 means "twelve thousand eight 
hundred and two"

I fixed the problem with an editor and now it works fine!

Example: .map file generated by OziMapper:

Map Projection,Mercator,PolyCal,No,AutoCalOnly,No,BSBUseWPX,No
Point01,xy,    0,    0,in, deg,  49, 15,2079,N,  10, 49,9512,E, grid,   ,       
    ,           ,N
Point02,xy, 3839,    0,in, deg,  49, 15,2079,N,  11, 9,7214,E, grid,   ,        
   ,           ,N
Point03,xy,    0, 4863,in, deg,  48, 58,8164,N,  10, 49,9512,E, grid,   ,       
    ,           ,N
Point04,xy, 3839, 4863,in, deg,  48, 58,8164,N,  11, 9,7214,E, grid,   ,        
   ,           ,N

Correct .map file:

Map Projection,Mercator,PolyCal,No,AutoCalOnly,No,BSBUseWPX,No
Point01,xy,    0,    0,in, deg,  49, 15.2079,N,  10, 49.9512,E, grid,   ,       
    ,           ,N
Point02,xy, 3839,    0,in, deg,  49, 15.2079,N,  11, 9.7214,E, grid,   ,        
   ,           ,N
Point03,xy,    0, 4863,in, deg,  48, 58.8164,N,  10, 49.9512,E, grid,   ,       
    ,           ,N
Point04,xy, 3839, 4863,in, deg,  48, 58.8164,N,  11, 9.7214,E, grid,   ,        
   ,           ,N

Apart from this - great work! I will send you a donation!
Best regards, Jochen Frickel

Original issue reported on code.google.com by frickel....@googlemail.com on 6 Jan 2012 at 10:00

GoogleCodeExporter commented 8 years ago

Original comment by novikov on 16 Feb 2012 at 1:17