Trekbuddy Atlas Creator / Mobile Atlas Creator
2 posters
OruxMaps :: ENGLISH :: ORUXMAPSDESKTOP
Page 1 of 1
Trekbuddy Atlas Creator / Mobile Atlas Creator
Hello Orux!
First I have to thank you very much for this great application OruxMaps! I already impressed and even shocked some friends of me because of the possibilty to carry a lot of maps around... even witout the need of beeing online
But I have some issue: Currently I am looking for topographic maps of Switzerland and found out, that the latest versions of Trekbuddy Atlas Creator (which is named now Mobile Atlas Creator) has some maps of Switzerland (Mapplus+ CH) added.
But these versions do not contain your patch to support OruxMaps-Atlas-Format directly.
Would it be possible for you to apply your patch also to some newer version of Mobile Atlas Creator (version 1.7 beta 8 would be great as this version also adds some other interesting maps like Ovi/Nokia maps)?
I tried it by myself but failed, as I have not (yet) the complete development environment to compile Mobile Atlas Creator from scratch.
Bye.
First I have to thank you very much for this great application OruxMaps! I already impressed and even shocked some friends of me because of the possibilty to carry a lot of maps around... even witout the need of beeing online

But I have some issue: Currently I am looking for topographic maps of Switzerland and found out, that the latest versions of Trekbuddy Atlas Creator (which is named now Mobile Atlas Creator) has some maps of Switzerland (Mapplus+ CH) added.
But these versions do not contain your patch to support OruxMaps-Atlas-Format directly.
Would it be possible for you to apply your patch also to some newer version of Mobile Atlas Creator (version 1.7 beta 8 would be great as this version also adds some other interesting maps like Ovi/Nokia maps)?
I tried it by myself but failed, as I have not (yet) the complete development environment to compile Mobile Atlas Creator from scratch.
Bye.
JürgenH- Guest
Re: Trekbuddy Atlas Creator / Mobile Atlas Creator
JürgenH wrote:Hello Orux!
First I have to thank you very much for this great application OruxMaps! I already impressed and even shocked some friends of me because of the possibilty to carry a lot of maps around... even witout the need of beeing online![]()
But I have some issue: Currently I am looking for topographic maps of Switzerland and found out, that the latest versions of Trekbuddy Atlas Creator (which is named now Mobile Atlas Creator) has some maps of Switzerland (Mapplus+ CH) added.
But these versions do not contain your patch to support OruxMaps-Atlas-Format directly.
Would it be possible for you to apply your patch also to some newer version of Mobile Atlas Creator (version 1.7 beta 8 would be great as this version also adds some other interesting maps like Ovi/Nokia maps)?
I tried it by myself but failed, as I have not (yet) the complete development environment to compile Mobile Atlas Creator from scratch.
Bye.
Hi, this is a fast release:
orux
Last edited by orux on Sun Feb 07, 2010 4:21 pm; edited 1 time in total (Reason for editing : updated 1.7 final (see website))
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Re: Trekbuddy Atlas Creator / Mobile Atlas Creator
Hi Orux,
you'r a hero! It works, brilliant
Thank you very very much!
Bye.
you'r a hero! It works, brilliant

Thank you very very much!
Bye.
JürgenH- Guest
Re: Trekbuddy Atlas Creator / Mobile Atlas Creator
Hi Orux,
please don't forget to publish the sources of your modified version as well - just as reminder: MOBAC is GPL...
BTW: Wouln't it be easier to integrate your modification into the official version?
please don't forget to publish the sources of your modified version as well - just as reminder: MOBAC is GPL...
BTW: Wouln't it be easier to integrate your modification into the official version?
Re: Trekbuddy Atlas Creator / Mobile Atlas Creator
mobrob wrote:Hi Orux,
please don't forget to publish the sources of your modified version as well - just as reminder: MOBAC is GPL...
Yes, of course; it has a fast and dirty hack that I expect solve next days.
mobrob wrote:
BTW: Wouln't it be easier to integrate your modification into the official version?
I would like, but do not have time to monitor the development of mobac.
But if you want (or any other) to help in that task, I would be delighted.
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Re: Trekbuddy Atlas Creator / Mobile Atlas Creator
The atlas creator interface is relatively stable and as long as the Orux atlas format does not change there is not much work.
MOBAC 1.7 final
Hi,
just wanted to mention that MOBAC 1.7 is now final and released. So if you find some spare time, orux, it would be great to have this version patched too... and yes, another nice map (bergfex.at) was added to MOBAC (great map with hiking routes in austria).
Bye.
just wanted to mention that MOBAC 1.7 is now final and released. So if you find some spare time, orux, it would be great to have this version patched too... and yes, another nice map (bergfex.at) was added to MOBAC (great map with hiking routes in austria).
Bye.
JürgenH- Guest
Re: Trekbuddy Atlas Creator / Mobile Atlas Creator
JürgenH wrote:Hi,
just wanted to mention that MOBAC 1.7 is now final and released. So if you find some spare time, orux, it would be great to have this version patched too... and yes, another nice map (bergfex.at) was added to MOBAC (great map with hiking routes in austria).
Bye.
Thanks,
Tomorrow I will have both orux version and sources ready.
Orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Re: Trekbuddy Atlas Creator / Mobile Atlas Creator
I have taken over the OruxMaps AtlasCreator implementation into the main source code branch of Mobile Atlas Creator.
The code itself seems to be at large parts created using the copy-and-paste anti-pattern but I am sure it can adapted easily to a regular design pattern...
BTW: Is the limitation to the tile size 512x512 a fixed Orux limitation?
mobrob
The code itself seems to be at large parts created using the copy-and-paste anti-pattern but I am sure it can adapted easily to a regular design pattern...
BTW: Is the limitation to the tile size 512x512 a fixed Orux limitation?
mobrob
Re: Trekbuddy Atlas Creator / Mobile Atlas Creator
mobrob wrote:I have taken over the OruxMaps AtlasCreator implementation into the main source code branch of Mobile Atlas Creator.
The code itself seems to be at large parts created using the copy-and-paste anti-pattern but I am sure it can adapted easily to a regular design pattern...
BTW: Is the limitation to the tile size 512x512 a fixed Orux limitation?
mobrob
Hi, mobrob; thanks.
You are right. As I said earlier, it was a quick and dirty adaptation, which requires modification. Let me a few days, now that I have time, to do something serious.
Yes, 512x512 is a limitacion with current OruxMaps version.
orux
orux- Cantidad de envíos : 3946
Fecha de inscripción : 2009-07-06
Re: Trekbuddy Atlas Creator / Mobile Atlas Creator
I recommend to work on the sources from the project SVN. I already made some changes to the atlas creator, preparing a cleaner integration.
BTW: Check mobac.program.atlascreators.impl.MapTileBuilder by extending it and overriding the prepareTile(..) method should fit perfectly to OruxMaps atlas cretaor.
mobrob
BTW: Check mobac.program.atlascreators.impl.MapTileBuilder by extending it and overriding the prepareTile(..) method should fit perfectly to OruxMaps atlas cretaor.
mobrob
Re: Trekbuddy Atlas Creator / Mobile Atlas Creator
Just a notification to all users: Orux Maps atlas format has been integrated into to the official "Mobile Atlas Creator" version.
All versions higher than MOBAC 1.8 alpha 1 therefore have the ability to create atlases for Orux Maps.
All versions can be found on the project download page: https://sourceforge.net/projects/trekbuddyatlasc/files/
mobrob
All versions higher than MOBAC 1.8 alpha 1 therefore have the ability to create atlases for Orux Maps.
All versions can be found on the project download page: https://sourceforge.net/projects/trekbuddyatlasc/files/
mobrob

» No Android OruxMaps in Trekbuddy Atlas Creator 1.6.1
» Mobile Atlas Creator
» Mobile Atlas Creator
» Mobile Atlas Creator
» Mobile Atlas Creator
» Mobile Atlas Creator
» Mobile Atlas Creator
» Mobile Atlas Creator
» Mobile Atlas Creator
OruxMaps :: ENGLISH :: ORUXMAPSDESKTOP
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum