| View previous topic :: View next topic |
| Author |
Message |
temptrekbuddy
Joined: 27 Nov 2006 Posts: 193 Location: Poland
|
Posted: Sun Apr 15, 2007 10:16 am Post subject: |
|
|
No way. They use different APIs |
|
| Back to top |
|
 |
gkovacsp
Joined: 20 Apr 2007 Posts: 22
|
Posted: Tue Apr 24, 2007 10:53 am Post subject: Mapexplore location |
|
|
| Where can one find the latest Mapexplore version? |
|
| Back to top |
|
 |
temptrekbuddy
Joined: 27 Nov 2006 Posts: 193 Location: Poland
|
|
| Back to top |
|
 |
john3voltas
Joined: 27 May 2007 Posts: 45
|
Posted: Sat Jun 09, 2007 7:29 pm Post subject: |
|
|
Ok, I have mapexplore 2.0 and I have a paris.map and several paris_*_*.gif files.
Now what do I do with them?
The guides only tell you how to deal with regular maps not google maps extracted with mapexplore.
Do I have to convert the gifs into pngs?
Do I have to join all the gif files together, load them in OziE to calibrate them, save them as pngs and then cut them back into 256x256 png chunks?
It's not making sense to me...
Why would I set mapexplore to give me 4x4=16 gif files of 640x480 pixels if then I would have to glue them all into a big 2560x1920 pixels just to cut them all again in the end into 640x480.
Again, this is not making any sense to me.
I guess I need help
Cheers |
|
| Back to top |
|
 |
temptrekbuddy
Joined: 27 Nov 2006 Posts: 193 Location: Poland
|
Posted: Sat Jun 09, 2007 8:43 pm Post subject: |
|
|
You don't need to join the tiles
-Just choose the tile size (300x400 is optimal)
-Convert the GIFs to PNGs
-Upload them to your phone along with the .map file _________________ Automatic Free 2GB backup -> Mozy; with this link 256MB extra. |
|
| Back to top |
|
 |
john3voltas
Joined: 27 May 2007 Posts: 45
|
Posted: Sat Jun 09, 2007 9:10 pm Post subject: |
|
|
Ok, now that makes more sense.
Do you know any free tool capable of batch conversion from many gifs to many pngs?
I've found "pngout" but it's a CLI tool and I'm having a hard time finding out how to batch convert, that is, if it's possible to do that .
Thanks a lot for the tips, though .
BTW, should I put the pngs and the map file all in the root of maps folders or should I put the map file in the root of map folder and all the pngs inside a subfolder?
Thanks in advance .
Cheers |
|
| Back to top |
|
 |
john3voltas
Joined: 27 May 2007 Posts: 45
|
Posted: Sat Jun 09, 2007 10:26 pm Post subject: |
|
|
Forget it.
Just use:
| Code: |
| for %i in (*.gif) do pngout "%i" /kp |
That will convert all the gifs in that subdir to pngs maintaining the same name.
Neat, huh?
found it here http://advsys.net/ken/util/pngout.htm
Cheers |
|
| Back to top |
|
 |
igillan
Joined: 24 Nov 2006 Posts: 60
|
Posted: Sun Jun 10, 2007 7:26 am Post subject: |
|
|
| Quote: |
Do you know any free tool capable of batch conversion from many gifs to many pngs?
|
http://www.irfanview.com/
igillan |
|
| Back to top |
|
 |
guest
Joined: 08 Oct 2006 Posts: 3950
|
Posted: Fri Jun 22, 2007 2:27 pm Post subject: |
|
|
Im grabing maps from google using mapexplorer. I have a problem, that the tiles vertically overlaps a little. Various offset on various joints. Tiles fits perfetly in horizontal direction.
Im using Map Projection,Mercator. It does in wide range maps (6 degrees latitue). I dont see these overlaps in low range maps.
Im not using tiles dividable by 256 in any low or wide range maps. |
|
| Back to top |
|
 |
malcolmst
Joined: 01 Jul 2007 Posts: 1
|
Posted: Mon Jul 02, 2007 8:49 am Post subject: |
|
|
I found a couple of bugs in mapexplore version 2, and thought I should mention them.
The first thing (small bug) is a ~5 pixel overlap between vertical slices. This can be fixed in Photoshop quite easily.
The second bug caused my latitude coordinates to be incorrect for the bottom values. They were actually larger than the top values (should have been smaller), and made the map position inaccurate.
I fixed this bug by modifying the map.html file, in the function generate_mapfile, line 549:
From:
| Code: |
| var totallatsouthraw = yslice * Math.abs((latsouthraw - latnorthraw)) + latnorthraw; |
To:
| Code: |
| var totallatsouthraw = latnorthraw - yslice * Math.abs((latsouthraw - latnorthraw)); |
This corrected the latitude problem.
If it helps, my location was 51.046736 latitude, -114.066839 longitude, 15 zoom, 2000x2000 resolution.
Great program , I'm enjoying using GPS with my cell phone. |
|
| Back to top |
|
 |
BD
Joined: 10 Jul 2007 Posts: 1
|
Posted: Sun Jul 15, 2007 8:18 am Post subject: Mapexplore 2 southern hemisphere |
|
|
there is certainly an issue with the Mapexplore2 code for for the southern hemisphere. Removing the Math.abs from the code below fixed the latitude for the southern coordinates for me. The previously mentioned fix did not appear to return the correct latitude.
var totallatsouthraw = yslice * Math.abs((latsouthraw - latnorthraw)) + latnorthraw; _________________ BD |
|
| Back to top |
|
 |
ed2k
Joined: 04 Jul 2008 Posts: 6
|
|
| Back to top |
|
 |
mag350
Joined: 18 Feb 2009 Posts: 1
|
Posted: Thu Feb 19, 2009 11:45 pm Post subject: |
|
|
hey am new to this and would like to knwo what software can i use to join the gif's from map explore.
thankz |
|
| Back to top |
|
 |
sharemancc
Joined: 22 Jun 2008 Posts: 1
|
Posted: Sun Mar 29, 2009 7:37 am Post subject: thx all |
|
|
| I am new to this great tool. thx for all your contributions! I'll try my best to do something to this forum. |
|
| Back to top |
|
 |
|