OruxMaps
Visit the new forum: <a href="http://www.oruxmaps.com/foro">OruxMaps</a>

Join the forum, it's quick and easy

OruxMaps
Visit the new forum: <a href="http://www.oruxmaps.com/foro">OruxMaps</a>
OruxMaps
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Map Opening Problem

2 posters

Go down

Map Opening Problem Empty Map Opening Problem

Post  Kin Chan Wed Sep 30, 2009 7:12 pm

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>

Kin Chan
Guest


Back to top Go down

Map Opening Problem Empty Re: Map Opening Problem

Post  orux Wed Sep 30, 2009 7:53 pm

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
orux
orux

Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06

Back to top Go down

Map Opening Problem Empty Re: Map Opening Problem

Post  orux Wed Sep 30, 2009 8:35 pm

Hi, Kin;

I can confirm that OruxMaps does not like "&" in map names.

I am going to solve this in new version,

regards, orux.
orux
orux

Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06

Back to top Go down

Map Opening Problem Empty Re: Map Opening Problem

Post  orux Wed Sep 30, 2009 8:55 pm

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 &amp; central nt 01" />

"&amp;" instead of "&" in file_name attribute ONLY.

orux
orux
orux

Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06

Back to top Go down

Map Opening Problem Empty Re: Map Opening Problem

Post  Kin Chan Thu Oct 01, 2009 4:32 pm

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!!!!

Kin Chan
Guest


Back to top Go down

Map Opening Problem Empty cant open maps

Post  dinky Thu Nov 19, 2009 8:36 am

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


Back to top Go down

Map Opening Problem Empty Re: Map Opening Problem

Post  sarunas Thu Nov 19, 2009 11:19 am

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

Back to top Go down

Map Opening Problem Empty map opening

Post  dinky Thu Nov 19, 2009 11:00 pm

Thanks for that. All map folders the same as top layer, with a number after them. Any other ideas? dinky

dinky
Guest


Back to top Go down

Map Opening Problem Empty Re: Map Opening Problem

Post  orux Fri Nov 20, 2009 7:12 am

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
orux

Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06

Back to top Go down

Map Opening Problem Empty Problems opening atlas creator maps

Post  jg Sun Mar 14, 2010 10:59 am

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

jg
Guest


Back to top Go down

Map Opening Problem Empty Re: Map Opening Problem

Post  orux Sun Mar 14, 2010 12:21 pm

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
orux

Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06

Back to top Go down

Map Opening Problem Empty PROBLEMS OPENING ATLAS CREATOR MAPS

Post  JG Sun Mar 14, 2010 1:34 pm

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 Smile

My best,
JG

JG
Guest


Back to top Go down

Map Opening Problem Empty Re: Map Opening Problem

Post  orux Sun Mar 14, 2010 1:41 pm

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 Smile

My best,
JG

Ok, build a small map, and send it to me. (no more than 3-4mb)--->oruxuro@gmail.com

orux
orux
orux

Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06

Back to top Go down

Map Opening Problem Empty Re: Map Opening Problem

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum