| View previous topic :: View next topic |
| Author |
Message |
Moller
Joined: 26 Mar 2007 Posts: 62
|
Posted: Wed Aug 01, 2007 7:46 pm Post subject: |
|
|
Now i have looked at the overlap problem.
I have one question. Is the atlas correctly calibrated? In other words do you get a view of the correct position in Trekbuddy, when you load the atlas?
If the above is true, then everything is as it is supposed to be. The thing is that the atlas creator will never give you an atlas with a smaller area than what the exact cordinates say. The opposit may be true, especially in the larger zoom levels, 8,9 or 10. This is because google have split up the world in tiles which are 256 * 256 pixels big, and the atlas creator always download complete tiles, and then there will be a possibility to get some "bonus" areas in atlas, especially in the bigger zoomlevels. This behaviour is with purpose, and i do not think i will change it, since it is not a real problem rather a the opposit. And i do not know a good way to change it either.
Regards
Moller |
|
| Back to top |
|
 |
luki
Joined: 01 Feb 2007 Posts: 142 Location: Milan, Italy
|
Posted: Wed Aug 01, 2007 11:40 pm Post subject: |
|
|
It seems it's ok now, I reinstalled jre and atlas creator, and now I have right maps...don't ask me what the hell has happened!
I had maps of Venice (I live in Milan) and a little part of my desired map, before..but now it's ok, i have my area (plus extra maps but it has always been normal)! Thank you, awaiting for 512x512
...and thanks for your work! |
|
| Back to top |
|
 |
GPSray
Joined: 02 Jan 2007 Posts: 5
|
Posted: Sat Aug 04, 2007 3:27 pm Post subject: Limit on files in a tared atlas? |
|
|
Hello,
I used Atlas Creator 0.5 super tool to generate a atlas which covers may way to Italy. The result was a nice big map which generated at level 4 more than 17135 tiles. Now I have problem that a flash file system is only able to handle 16383 files in a directory . Ok I generated out of the untar atlas an tared version but now TB stops while loading with ERROR map to large : Error
[3] null:
cz.kruch.track.map
s.InvalidMapExecption: Map too large
Hm what I can do now? Is there any know limit to TB 0.9.57?
Best Regards,
Rainer |
|
| Back to top |
|
 |
Moller
Joined: 26 Mar 2007 Posts: 62
|
Posted: Sun Aug 05, 2007 9:25 am Post subject: Re: Limit on files in a tared atlas? |
|
|
| Quote: |
| Hm what I can do now? Is there any know limit to TB 0.9.57? |
At the moment i think there is nothing much to do about it, since Atlas creator 0.5 will create large maps if the selected area is big and the zoomlevel generates a lot of tiles. This is a known limitation, and will hopefully be solved in the future.
So at the moment, the solution is, not to create atlases which are that big. Try split the area up in several smaller atlases instead.
I am currently working on a solution to the TAR-problem, but everything is going a bit slowly when you only have your sparetime to code.
Regards
Moller |
|
| Back to top |
|
 |
lostcontrol
Joined: 22 May 2007 Posts: 4 Location: Switzerland
|
Posted: Tue Aug 07, 2007 2:53 pm Post subject: |
|
|
Hi,
I tried it under Linux but the application exits after showing "unable to create settings.ini" Any chance to look at the source?
Thank you _________________ Fail2ban: http://www.fail2ban.org |
|
| Back to top |
|
 |
Moller
Joined: 26 Mar 2007 Posts: 62
|
Posted: Tue Aug 07, 2007 7:37 pm Post subject: |
|
|
Hm, it is probably a problem with the path separators. there is of course a possibility to crate the ini-file manually, but i think that is waste of time at the moment since there are more windows specific issues in the aplication at the moment, on of them is that 7-zip.exe must be present on the computer and i assume that the linuxverison of 7-zip is not called .exe?
My best suggestion is to wait for the next release that will skip 7-zip and have an own tar functionality created in pure java code.
I have no eta of this release, but it will come sometime in the future.
Regards
Moller |
|
| Back to top |
|
 |
lukdub
Joined: 10 Jul 2007 Posts: 6
|
Posted: Wed Aug 29, 2007 10:21 am Post subject: Source code... |
|
|
Hello,
I would like to ask you, if it is possible to get the java source code (as it is for example by GoogleHack2) for this app. I would like to add some features like connection via proxy (for those who are behind a firewall and need the connection via proxy, incl. me personaly ), possibility to create layers and map sheets for the big atlases acording user specs etc.
I respect, it is your work, but if you are a bit "open-minded", you could probably let the others develope this nice and useful app
L. |
|
| Back to top |
|
 |
Moller
Joined: 26 Mar 2007 Posts: 62
|
Posted: Sun Sep 02, 2007 2:26 pm Post subject: Re: Source code... |
|
|
At the moment i do not think i will have my code open sourced. Perhaps some time in the future. I have had a very limited time to develop this application further the last month but i hope this will change soon, and there will be a new release of this program rather soon.
Btw is there no possibility to use a external progam as a proxy?
Regards
Moller |
|
| Back to top |
|
 |
lukdub
Joined: 10 Jul 2007 Posts: 6
|
Posted: Mon Sep 03, 2007 9:27 am Post subject: Re: Source code... |
|
|
Oki, I respect that And also I hope you'll get more time to spent on this app
Regarding my situation... most of my time with computer I spent at work, but like in every company we have intranet strictly protected by firewall and there is no posibility to get to internet directly, we have to use our proxy server... But this is very simple to implement... Just to let use two additional params: proxy server and proxy server port...
...
Proxy proxy = new Proxy(Proxy.Type.HTTP, new InetSocketAddress(args[8], Integer.parseInt(args[9])));
HttpURLConnection connection = (HttpURLConnection)u.openConnection(proxy) ;
...
Thanx
Luke |
|
| Back to top |
|
 |
Moller
Joined: 26 Mar 2007 Posts: 62
|
Posted: Mon Sep 03, 2007 2:16 pm Post subject: Re: Source code... |
|
|
Hm, that was not much code for the proxy functionality. I will put a proxy functionality in the to-do list.
Regards
Moller |
|
| Back to top |
|
 |
phatchaz
Joined: 15 Sep 2007 Posts: 1
|
Posted: Sat Sep 15, 2007 3:53 pm Post subject: big thanks |
|
|
Excellent work, thanks for spending so much time on this. Helped a TrekBuddy noob like me get up and running from scratch within a couple of hours  |
|
| Back to top |
|
 |
alchi
Joined: 28 Aug 2007 Posts: 2 Location: Istanbul, TURKEY
|
Posted: Mon Sep 17, 2007 8:37 am Post subject: Is there a tool for spliting large maps & atlases |
|
|
Hi, I am using Trekbuddy and Trekbuddy Atlas Generator. I think they are the best gsp tools for j2me. I think trek buddy has a lot potential.
I created an atlas for Istanbul / Turkey. But at some levels of zoom, trekbuddy return "Map too large" error. I have to split these maps into several maps. Is there any tool available for that?
Thank You |
|
| Back to top |
|
 |
oldman
Joined: 12 Sep 2007 Posts: 8
|
Posted: Tue Sep 18, 2007 7:11 pm Post subject: Re: Source code... |
|
|
| lukdub wrote: |
Oki, I respect that And also I hope you'll get more time to spent on this app
Regarding my situation... most of my time with computer I spent at work, but like in every company we have intranet strictly protected by firewall and there is no posibility to get to internet directly, we have to use our proxy server... But this is very simple to implement... Just to let use two additional params: proxy server and proxy server port...
...
Proxy proxy = new Proxy(Proxy.Type.HTTP, new InetSocketAddress(args[8], Integer.parseInt(args[9])));
HttpURLConnection connection = (HttpURLConnection)u.openConnection(proxy) ;
...
Thanx
Luke |
Well , there are several other possibilities for proxy use in a java program. See this link to set your proxy global : http://www.java.com/en/download/help/5000020600.xml
And start the program from the command line:
java -Dhttp.proxyHost=proxyhostURL
-Dhttp.proxyPort=proxyPortNumber
-Dhttp.proxyUser=someUserName
-Dhttp.proxyPassword=somePassword javaClassToRun
The proxyuser and proxypassword are optional. if you do not need them do not use them.
Regards! |
|
| Back to top |
|
 |
oldman
Joined: 12 Sep 2007 Posts: 8
|
Posted: Tue Sep 18, 2007 7:26 pm Post subject: |
|
|
| Moller wrote: |
Hm, it is probably a problem with the path separators. there is of course a possibility to crate the ini-file manually, but i think that is waste of time at the moment since there are more windows specific issues in the aplication at the moment, on of them is that 7-zip.exe must be present on the computer and i assume that the linuxverison of 7-zip is not called .exe?
My best suggestion is to wait for the next release that will skip 7-zip and have an own tar functionality created in pure java code.
I have no eta of this release, but it will come sometime in the future.
Regards
Moller |
Hi !
In Linux you can create an alias for the 7-zip.exe . Probably you are using it as a runtime command with some parameters .If the parameters are specific then wrap it in a shell script. You can create an alias like this:
alias 7-zip.exe='p7zip'
For information on 7-zip version for Linux see:
http://sourceforge.net/projects/p7zip/
Regards! |
|
| Back to top |
|
 |
lukdub
Joined: 10 Jul 2007 Posts: 6
|
Posted: Wed Sep 19, 2007 12:27 pm Post subject: Re: Source code... |
|
|
| oldman wrote: |
Well , there are several other possibilities for proxy use in a java program. See this link to set your proxy global : http://www.java.com/en/download/help/5000020600.xml
And start the program from the command line:
java -Dhttp.proxyHost=proxyhostURL
-Dhttp.proxyPort=proxyPortNumber
-Dhttp.proxyUser=someUserName
-Dhttp.proxyPassword=somePassword javaClassToRun
The proxyuser and proxypassword are optional. if you do not need them do not use them.
Regards! |
Thanx a lot, this solved my problem with proxy  |
|
| Back to top |
|
 |
|