| View previous topic :: View next topic |
| Author |
Message |
olegich
Joined: 07 Aug 2007 Posts: 70
|
Posted: Fri Dec 14, 2007 7:33 pm Post subject: creating atlas from Google,Yahoo,VirtualEarth,Openstreetmaps |
|
|
1) save tiles for offline use (satellite/map/hybrid/terrain)
2) export selected area to TB atlas in PNG, JPEG
3) export tared Atlas with .tmi file
4) export selected area to ozi format (maximum 15000x15000 pix on my configuration) in bmp, gif, jpeg
5) load tracks from GPX,PLT,KML
6) create & save track in PLT, GPX(waypoints)
7) save waypoints in waypoints.txt (pointname<tab>Lat<tab>Lng)
8) distance calculation
beginner's guide to googleak by start78 on german.
| Description: |
|
 Download |
| Filename: |
googleak_full.zip |
| Filesize: |
773.88 KB |
| Downloaded: |
9899 Time(s) |
| Description: |
|
 Download |
| Filename: |
backup_11.04.2009.zip |
| Filesize: |
80.08 KB |
| Downloaded: |
1716 Time(s) |
Last edited by olegich on Sat Apr 11, 2009 4:38 pm; edited 41 times in total |
|
| Back to top |
|
 |
rudison
Joined: 16 Dec 2007 Posts: 8
|
Posted: Mon Dec 17, 2007 11:45 am Post subject: |
|
|
Hello olegich,
this seems to be an interesting program.
Unfortunately I can not start it, the following error messages appear (tested with Windows XP german):
- Automation Error
- Object variable or With block variable not set
- :( Overflow, Source=JPG_PNG
- Run-time error '6': Overflow
Are there special requirements to be able to run the program?
|
|
| Back to top |
|
 |
olegich
Joined: 07 Aug 2007 Posts: 70
|
Posted: Mon Dec 17, 2007 1:11 pm Post subject: |
|
|
| Quote: |
| Unfortunately I can not start it, the following error messages appear |
it's because the GflAx.dll hasn't registered at start up (automatically).
To register it manually run this command:
from directory, where gflax.dll located or with full path
regsvr32 "d:\yourpath\googleak\gflax.dll"
|
|
| Back to top |
|
 |
guest
Joined: 08 Oct 2006 Posts: 3949
|
Posted: Mon Dec 17, 2007 2:44 pm Post subject: |
|
|
The regsvr32 fixes the first two error messages, but the next two messages
reporting the "Overflow" persist and the program exits.
|
|
| Back to top |
|
 |
olegich
Joined: 07 Aug 2007 Posts: 70
|
Posted: Mon Dec 17, 2007 9:07 pm Post subject: |
|
|
Just remove conf.cfg (i forgot to remove it from googleak distr before upload) and it will be created with right values
PS
The problem is in decimal separator in my config file and in your language settings ))
|
|
| Back to top |
|
 |
wowi
Joined: 23 Mar 2007 Posts: 78 Location: Munich
|
Posted: Tue Dec 18, 2007 2:22 pm Post subject: |
|
|
Your tool is really nice as it allows to create an atlas with map and satellite views. But I need tared maps. If you could include creating tar's it would be really great! I can do it by hand using tugzip, but it is a lot of work. (Moller's tool uses 7zip for creating tar's)
|
|
| Back to top |
|
 |
luki
Joined: 01 Feb 2007 Posts: 142 Location: Milan, Italy
|
Posted: Tue Dec 18, 2007 2:37 pm Post subject: |
|
|
I really like that program, but it is still unusable for me, i can't move map (in US for example) that a black screen appears, the same thing happens when right-click and select Scale XX
Anyway, it's a good promising program
|
|
| Back to top |
|
 |
guest
Joined: 08 Oct 2006 Posts: 3949
|
Posted: Tue Dec 18, 2007 4:10 pm Post subject: |
|
|
It sounds like an interesting application.
Could you please describe how it works...honestly I haven't understood from previous description.
Thanks
|
|
| Back to top |
|
 |
olegich
Joined: 07 Aug 2007 Posts: 70
|
Posted: Tue Dec 18, 2007 8:40 pm Post subject: |
|
|
I've been coding it when internet connection didn't allow me to use GoogleEarth or maps via browser. The program doesn't cache the tiles automatically, but saves links (and maybe a traffic).
There are 2 ways:
1st - press
2nd - for example, you have a map with a scale x5 and want to save an area with x11
1)select the scale
2)press it
3)select the area and you will see the number of tiles(files) to download
4)press "download" button.
Creating TB atlas or Ozi map (change with ozi/tb checkbox):
1) see above
2) see above
3) see above
4) press export to tb button and program will ask to download the missing tiles, otherwise create w black squares.
Other:
"map layer" checkbox - switch over a satellite/map view
rewrite box- ignore cached tiles (e.g. to update surface )
use proxy - the program get proxy settings from a windows registry(IE settings) or you can specify it here (server:port)
|
|
| Back to top |
|
 |
olegich
Joined: 07 Aug 2007 Posts: 70
|
Posted: Tue Dec 18, 2007 8:43 pm Post subject: |
|
|
| wowi wrote: |
Your tool is really nice as it allows to create an atlas with map and satellite views. But I need tared maps. If you could include creating tar's it would be really great! I can do it by hand using tugzip, but it is a lot of work. (Moller's tool uses 7zip for creating tar's) |
ok
|
|
| Back to top |
|
 |
wowi
Joined: 23 Mar 2007 Posts: 78 Location: Munich
|
Posted: Wed Dec 19, 2007 9:39 am Post subject: |
|
|
I cannot load maps created with olegich's tool in my SXG75. The error message is:
[6] null: cz.kruch.track.maps.InvalidMapException: Invalid point: java.lang.NumberFormatException: Not a digit: N
I upload a small example map.. With TbMapper it is displayed fine.
Last edited by wowi on Thu Dec 20, 2007 1:10 pm; edited 1 time in total |
|
| Back to top |
|
 |
olegich
Joined: 07 Aug 2007 Posts: 70
|
Posted: Wed Dec 19, 2007 10:27 am Post subject: |
|
|
| wowi wrote: |
I cannot load maps created with olegich's tool in my SXG75. The error message is:
[6] null: cz.kruch.track.maps.InvalidMapException: Invalid point: java.lang.NumberFormatException: Not a digit: N
I upload a small example map.. With TbMapper it is displayed fine. |
I think all problems in decimal separator ","
You can set it to "." or wait next version
|
|
| Back to top |
|
 |
wowi
Joined: 23 Mar 2007 Posts: 78 Location: Munich
|
Posted: Wed Dec 19, 2007 10:58 am Post subject: |
|
|
Yes, if I edit the mapka.map file and replace some wrong "," decimal separators by ".", I can load the map.
Another suggestion: Google Maps has a checkbox "display labels" below the button for the satellite view. This would be nice too..
|
|
| Back to top |
|
 |
olegich
Joined: 07 Aug 2007 Posts: 70
|
Posted: Wed Dec 19, 2007 1:58 pm Post subject: |
|
|
| wowi wrote: |
Yes, if I edit the mapka.map file and replace some wrong "," decimal separators by ".", I can load the map.
Another suggestion: Google Maps has a checkbox "display labels" below the button for the satellite view. This would be nice too.. |
I meant to set decimal separator "." in your language settings
"display labels" - it does the same thing as Hybrid did. I prefer to make atlas w 2 layers for mobile screen (resolution is higher, details are smaller). The Map mode - more readable and in the Sat mode you don't lose the details.
Maybe I'll add the terrain and hybrid modes later.
|
|
| Back to top |
|
 |
olegich
Joined: 07 Aug 2007 Posts: 70
|
Posted: Thu Dec 20, 2007 5:46 pm Post subject: |
|
|
1) Added: packed atlas in tar
2) fixed: if your system uses "," as decimal separator, you could have the problems with loading/saving not integer values (in map calibration files, tracks & etc, which use ".")
|
|
| Back to top |
|
 |
|