Map Opening Problem
2 posters
Map Opening Problem
I used OruxMaps desktop to convert 4 of my Ozi Map into OruxMaps format.
2 of the maps I converted can be opened in OruxMaps while the other two cannot. I have no idea why is happens. I am sure that it is not related to file size because I can open the large one but failed in the smaller one. Following is the XML file of these two cases.
Could any able to tell me what's wrong!? Thanks for your kindly attention.
Success Case
<?xml version="1.0" encoding="UTF-8"?>
<OruxTracker xmlns:orux="
versionCode="2.0">
<MapCalibration>
<MapName><![CDATA[2007 ed3 hong kong island 01]]></MapName>
<MapChunks xMax="21" yMax="15" datum="WGS84" projection="UTM" img_height="512" img_width="512" file_name="2007 ed3 hong kong island 01" />
<MapDimensions height="7207" width="10385" />
<MapBounds minLat="22.187954999999995" maxLat="22.297997000000006" minLon="114.09338899999999" maxLon="114.26425899999998" />
<CalibrationPoints>
<CalibrationPoint corner="TL" lon="114.09338899999999" lat="22.297949000000003" />
<CalibrationPoint corner="BR" lon="114.26425899999998" lat="22.188002999999995" />
<CalibrationPoint corner="TR" lon="114.264251" lat="22.297997000000006" />
<CalibrationPoint corner="BL" lon="114.093397" lat="22.187954999999995" />
</CalibrationPoints>
</MapCalibration>
</OruxTracker>
Fail Case
<?xml version="1.0" encoding="UTF-8"?>
<OruxTracker xmlns:orux="
versionCode="2.0">
<MapCalibration>
<MapName><![CDATA[2007 ed3 north east & central nt 01]]></MapName>
<MapChunks xMax="11" yMax="15" datum="WGS84" projection="UTM" img_height="512" img_width="512" file_name="2007 ed3 north east & central nt 01" />
<MapDimensions height="7214" width="5178" />
<MapBounds minLat="22.322973000000008" maxLat="22.460627" minLon="114.11806499999999" maxLon="114.224706" />
<CalibrationPoints>
<CalibrationPoint corner="TL" lon="114.11811599999999" lat="22.460627" />
<CalibrationPoint corner="BR" lon="114.22465500000001" lat="22.322973000000008" />
<CalibrationPoint corner="TR" lon="114.224706" lat="22.460587" />
<CalibrationPoint corner="BL" lon="114.11806499999999" lat="22.323012999999992" />
</CalibrationPoints>
</MapCalibration>
</OruxTracker>
2 of the maps I converted can be opened in OruxMaps while the other two cannot. I have no idea why is happens. I am sure that it is not related to file size because I can open the large one but failed in the smaller one. Following is the XML file of these two cases.
Could any able to tell me what's wrong!? Thanks for your kindly attention.
Success Case
<?xml version="1.0" encoding="UTF-8"?>
<OruxTracker xmlns:orux="
versionCode="2.0">
<MapCalibration>
<MapName><![CDATA[2007 ed3 hong kong island 01]]></MapName>
<MapChunks xMax="21" yMax="15" datum="WGS84" projection="UTM" img_height="512" img_width="512" file_name="2007 ed3 hong kong island 01" />
<MapDimensions height="7207" width="10385" />
<MapBounds minLat="22.187954999999995" maxLat="22.297997000000006" minLon="114.09338899999999" maxLon="114.26425899999998" />
<CalibrationPoints>
<CalibrationPoint corner="TL" lon="114.09338899999999" lat="22.297949000000003" />
<CalibrationPoint corner="BR" lon="114.26425899999998" lat="22.188002999999995" />
<CalibrationPoint corner="TR" lon="114.264251" lat="22.297997000000006" />
<CalibrationPoint corner="BL" lon="114.093397" lat="22.187954999999995" />
</CalibrationPoints>
</MapCalibration>
</OruxTracker>
Fail Case
<?xml version="1.0" encoding="UTF-8"?>
<OruxTracker xmlns:orux="
versionCode="2.0">
<MapCalibration>
<MapName><![CDATA[2007 ed3 north east & central nt 01]]></MapName>
<MapChunks xMax="11" yMax="15" datum="WGS84" projection="UTM" img_height="512" img_width="512" file_name="2007 ed3 north east & central nt 01" />
<MapDimensions height="7214" width="5178" />
<MapBounds minLat="22.322973000000008" maxLat="22.460627" minLon="114.11806499999999" maxLon="114.224706" />
<CalibrationPoints>
<CalibrationPoint corner="TL" lon="114.11811599999999" lat="22.460627" />
<CalibrationPoint corner="BR" lon="114.22465500000001" lat="22.322973000000008" />
<CalibrationPoint corner="TR" lon="114.224706" lat="22.460587" />
<CalibrationPoint corner="BL" lon="114.11806499999999" lat="22.323012999999992" />
</CalibrationPoints>
</MapCalibration>
</OruxTracker>
Kin Chan- Guest
Re: Map Opening Problem
Hi, Kin;
I am not sure, but there is a "not normal" character in the name "&".
-->"2007 ed3 north east & central nt 01"
Are there more "&" in the other map that does not work?
Recalibrate the map with a different name.
If the problem continues, send me both .map and .otrk2.xml bad files.
oruxuro@gmail.com
orux
I am not sure, but there is a "not normal" character in the name "&".
-->"2007 ed3 north east & central nt 01"
Are there more "&" in the other map that does not work?
Recalibrate the map with a different name.
If the problem continues, send me both .map and .otrk2.xml bad files.
oruxuro@gmail.com
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Re: Map Opening Problem
Hi, Kin;
I can confirm that OruxMaps does not like "&" in map names.
I am going to solve this in new version,
regards, orux.
I can confirm that OruxMaps does not like "&" in map names.
I am going to solve this in new version,
regards, orux.
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Re: Map Opening Problem
The best solution for this problem:
Repace:
<MapChunks xMax="11" yMax="15" datum="WGS84" projection="UTM" img_height="512" img_width="512" file_name="2007 ed3 north east & central nt 01" />
With:
<MapChunks xMax="11" yMax="15" datum="WGS84" projection="UTM" img_height="512" img_width="512" file_name="2007 ed3 north east & central nt 01" />
"&" instead of "&" in file_name attribute ONLY.
orux
Repace:
<MapChunks xMax="11" yMax="15" datum="WGS84" projection="UTM" img_height="512" img_width="512" file_name="2007 ed3 north east & central nt 01" />
With:
<MapChunks xMax="11" yMax="15" datum="WGS84" projection="UTM" img_height="512" img_width="512" file_name="2007 ed3 north east & central nt 01" />
"&" instead of "&" in file_name attribute ONLY.
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Re: Map Opening Problem
Thanks for your information...
I will try to rename the file content using the code you provided. Thanks!
Appreciate for writing this great Android application!!!!
I will try to rename the file content using the code you provided. Thanks!
Appreciate for writing this great Android application!!!!
Kin Chan- Guest
cant open maps
Hi folks, major issues opening maps... downloaded all the opencycle maps for Melbourne, Australia, and they work fine. Then downloaded both mapnik and the other version of open street maps for the same area, and get the message, Error, unable to open maps. Have reloaded maps from menu, redownloaded them from trekbuddy twice, and still no luck. Great program, but unsure what to do next. Cheers.
dinky- Guest
Re: Map Opening Problem
dinky wrote:Hi folks, major issues opening maps... downloaded all the opencycle maps for Melbourne, Australia, and they work fine. Then downloaded both mapnik and the other version of open street maps for the same area, and get the message, Error, unable to open maps. Have reloaded maps from menu, redownloaded them from trekbuddy twice, and still no luck. Great program, but unsure what to do next. Cheers.
Look at the name of the folders generated by trekbuddy that you copy to the sd card, the name of the upper folder must be the same as the several folders inside. I had that problem because I generated several maps and don't mind to change the names in TB Atlas Creator.
Hope this would help, if it's not that solution wait for orux answers ;-)
sarunas- Cantidad de envíos : 19
Fecha de inscripción : 2009-11-11
map opening
Thanks for that. All map folders the same as top layer, with a number after them. Any other ideas? dinky
dinky- Guest
Re: Map Opening Problem
dinky wrote:Thanks for that. All map folders the same as top layer, with a number after them. Any other ideas? dinky
Hi, send me the first level otrk2.xml file.
------->oruxuro@gmail.com
Orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Problems opening atlas creator maps
Thank you for a very nice piece of software. You are doing an excelent job on that!
However, I have a problem. My first attempt at making a map based on OSM using Trekbuddy Atlascreator works fine. But every subsequent attempt using that version of trekbuddy or the recent Mobile Atlas Creator has produced maps that Orux is unable to see.
The map size in atlas creator is set at max, the map db in Orux gets updated, the map source seem not to matter (google maps, osm, ...) and small and large maps all gives the same depressing result .
I hope you can help.
Kind regards,
JG
However, I have a problem. My first attempt at making a map based on OSM using Trekbuddy Atlascreator works fine. But every subsequent attempt using that version of trekbuddy or the recent Mobile Atlas Creator has produced maps that Orux is unable to see.
The map size in atlas creator is set at max, the map db in Orux gets updated, the map source seem not to matter (google maps, osm, ...) and small and large maps all gives the same depressing result .
I hope you can help.
Kind regards,
JG
jg- Guest
Re: Map Opening Problem
jg wrote:Thank you for a very nice piece of software. You are doing an excelent job on that!
However, I have a problem. My first attempt at making a map based on OSM using Trekbuddy Atlascreator works fine. But every subsequent attempt using that version of trekbuddy or the recent Mobile Atlas Creator has produced maps that Orux is unable to see.
The map size in atlas creator is set at max, the map db in Orux gets updated, the map source seem not to matter (google maps, osm, ...) and small and large maps all gives the same depressing result .
I hope you can help.
Kind regards,
JG
Hi, JG;
Have you tested MOBAC 1.8, last alpha version?
Perhaps this is your problem (see manual, this is not necessary with 1.8 alpha and later versions):
IMPORTANT: Use 'clear' button; this is not correct:
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
PROBLEMS OPENING ATLAS CREATOR MAPS
Thank you for your quick reply, Orux. It is much appreciated.
I use the MOBAC 1.7 downloaded from your web site - the orux-edition (and before that the previous version with the same result - except for the first map which works splendidly). And yes, I do remember to clear
My best,
JG
I use the MOBAC 1.7 downloaded from your web site - the orux-edition (and before that the previous version with the same result - except for the first map which works splendidly). And yes, I do remember to clear
My best,
JG
JG- Guest
Re: Map Opening Problem
JG wrote:Thank you for your quick reply, Orux. It is much appreciated.
I use the MOBAC 1.7 downloaded from your web site - the orux-edition (and before that the previous version with the same result - except for the first map which works splendidly). And yes, I do remember to clear
My best,
JG
Ok, build a small map, and send it to me. (no more than 3-4mb)--->oruxuro@gmail.com
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Similar topics
» Opening Problem
» Relief Map offline
» Opening GPX
» Starting GPS when opening Map
» Can`t delete waypoints after opening kml
» Relief Map offline
» Opening GPX
» Starting GPS when opening Map
» Can`t delete waypoints after opening kml
Permissions in this forum:
You cannot reply to topics in this forum