| View previous topic :: View next topic |
| Author |
Message |
user6300 Power User
Joined: 06 Sep 2007 Posts: 34
Phone Type: Unknown
|
Posted: Thu Oct 04, 2007 1:36 pm Post subject: |
|
|
WOW.... finally
Thank you very much Damien.
It would be greatly appreciated if you could consider the multiple tiles in 1 (ex. 32 tiles per file) it works best for me.... all files stay under 1MB also saves lot of space
Also what could be the reason for creating so many folders?.... I checked that for zoom levels 1 - 17 the file names are unique per Zoom Level.
|
|
| Back to top |
|
 |
Cristian Streng Founder
Joined: 28 Oct 2005 Posts: 4458
Phone Type: (many)
|
Posted: Thu Oct 04, 2007 2:01 pm Post subject: |
|
|
| gMapMaker wrote: | | The new revision now checks if longitude/latitude is in a valid range : [- 85.0511,85.0511] for latitude and [-179.9999,179.9999] for longitude. |
Thanks, I'll update the version available online. It would be even better if you could automatically correct the info, you could do that after projecting the coordinates (the perl script works the same way). So you project the coords, then check if the obtained x/y are between 0 and (2^n)-1. If not, you simply change the ranges for the intervale you iterate on.
Cristian
|
|
| Back to top |
|
 |
louiskkchan MGMapper
Joined: 05 Oct 2007 Posts: 14
Phone Type: Unknown
|
Posted: Fri Oct 05, 2007 9:10 am Post subject: |
|
|
| Cristian Streng wrote: | | ortwin wrote: | | has anyone .map file from the whole world?? |
That's not difficult to create, for example:
GoogleMap
0-4 : -90,-180 : 90,180
You can replace 0-4 with the desired zoom levels and GoogleMap with the desired map type. Generally there are 4^zoom map tiles for a given zoom... (for zoom=4 there are 256 tiles, for zoom=6 there are 4096 tiles, and so on).
Cristian |
anyone can tell the size of globe on level 0-4, 0-5 or 0-6? i can try it myself, but if someone knows, i could save internet bandwidth.
|
|
| Back to top |
|
 |
louiskkchan MGMapper
Joined: 05 Oct 2007 Posts: 14
Phone Type: Unknown
|
Posted: Fri Oct 05, 2007 2:58 pm Post subject: |
|
|
| louiskkchan wrote: | | Cristian Streng wrote: | | ortwin wrote: | | has anyone .map file from the whole world?? |
That's not difficult to create, for example:
GoogleMap
0-4 : -90,-180 : 90,180
You can replace 0-4 with the desired zoom levels and GoogleMap with the desired map type. Generally there are 4^zoom map tiles for a given zoom... (for zoom=4 there are 256 tiles, for zoom=6 there are 4096 tiles, and so on).
Cristian |
anyone can tell the size of globe on level 0-4, 0-5 or 0-6? i can try it myself, but if someone knows, i could save internet bandwidth. |
here i got the answer myself
MGMapsCache louis$ du -k -d 1
12 ./GoogleMap_0
48 ./GoogleMap_1
144 ./GoogleMap_2
472 ./GoogleMap_3
1636 ./GoogleMap_4
6428 ./GoogleMap_5
8744 .
i guess level 6 of world is 24MB, so i give up now.
|
|
| Back to top |
|
 |
user6300 Power User
Joined: 06 Sep 2007 Posts: 34
Phone Type: Unknown
|
Posted: Fri Oct 05, 2007 2:59 pm Post subject: |
|
|
Actual File Size: 4.53 MB (4,754,215 bytes) according to my Mobile on 0-5 Zoom
Size on Disk: 8.53 MB (8,949,760 bytes) (Your disk will be occupied with about 8.5 MB) due to the fact that there are many files less than 1024 bytes and my Disk has 2048 as minimum Alloc Unit, and even if the file size is less than 1024 bytes, it consumes 2048 bytes. Also the the Alloc Usually would be in the order of 4096 to 8 K depending upon the File System in Use. I m using FAT 16, FAT32 will occupy 8k even for 2 bytes file!... the only way to reduce this is to use multiple tiles in 1 file (i used to use 32) but with latest gMapMaker, we do not have option to specify the tiles per file.
|
|
| Back to top |
|
 |
user6300 Power User
Joined: 06 Sep 2007 Posts: 34
Phone Type: Unknown
|
Posted: Fri Oct 05, 2007 3:03 pm Post subject: |
|
|
| louiskkchan wrote: |
here i got the answer myself
MGMapsCache louis$ du -k -d 1
12 ./GoogleMap_0
48 ./GoogleMap_1
144 ./GoogleMap_2
472 ./GoogleMap_3
1636 ./GoogleMap_4
6428 ./GoogleMap_5
8744 .
i guess level 6 of world is 24MB, so i give up now. |
also note the new World map that would work successfully is
---------------NewWorld.map----------------
GoogleMap
00-10: -85.0, -179.99999 : 85.0, 179.99999
----------------/NewWorld.map----------------
|
|
| Back to top |
|
 |
louiskkchan MGMapper
Joined: 05 Oct 2007 Posts: 14
Phone Type: Unknown
|
Posted: Fri Oct 05, 2007 4:37 pm Post subject: |
|
|
| user6300 wrote: | | louiskkchan wrote: |
here i got the answer myself
MGMapsCache louis$ du -k -d 1
12 ./GoogleMap_0
48 ./GoogleMap_1
144 ./GoogleMap_2
472 ./GoogleMap_3
1636 ./GoogleMap_4
6428 ./GoogleMap_5
8744 .
i guess level 6 of world is 24MB, so i give up now. |
also note the new World map that would work successfully is
---------------NewWorld.map----------------
GoogleMap
00-10: -85.0, -179.99999 : 85.0, 179.99999
----------------/NewWorld.map---------------- |
i did the world map for 0-5 ok with chris example
GoogleMap
0-4 : -90,-180 : 90,180
however, i think mgmaps need to enhnance on the edge. i think it's good to 'join' the world on left / right AND disallow scolling too north / too south.
|
|
| Back to top |
|
 |
user6300 Power User
Joined: 06 Sep 2007 Posts: 34
Phone Type: Unknown
|
Posted: Sat Oct 06, 2007 6:22 am Post subject: |
|
|
| louiskkchan wrote: |
i did the world map for 0-5 ok with chris example
GoogleMap
0-4 : -90,-180 : 90,180
however, i think mgmaps need to enhnance on the edge. i think it's good to 'join' the world on left / right AND disallow scolling too north / too south. |
were you using gMapMaker for 0-4 : -90,-180 : 90,180 setup?
|
|
| Back to top |
|
 |
louiskkchan MGMapper
Joined: 05 Oct 2007 Posts: 14
Phone Type: Unknown
|
Posted: Sat Oct 06, 2007 4:08 pm Post subject: |
|
|
| user6300 wrote: | | louiskkchan wrote: |
i did the world map for 0-5 ok with chris example
GoogleMap
0-4 : -90,-180 : 90,180
however, i think mgmaps need to enhnance on the edge. i think it's good to 'join' the world on left / right AND disallow scolling too north / too south. |
were you using gMapMaker for 0-4 : -90,-180 : 90,180 setup? |
yes, i am using 0-4 : -90,-180 : 90,180
but i am using mac, so i use perl script to get the maps
|
|
| Back to top |
|
 |
msahni Junior
Joined: 02 Oct 2007 Posts: 9 Location: India Phone Type: Nokia N95, Sony Ericsson W800, I-mate Jasjar
|
Posted: Sat Oct 06, 2007 5:55 pm Post subject: Yahoo India Maps |
|
|
Hi,
I am attaching the map files for
India zoom 00-13
Various cities zoom 14-17
The Zip also has the latest versions of maptilecacher.perl maptilefe.pl files required for it to run.
You can also copy these two files in separate folders if you want to run more than one instance of the tile cacher scripts. It works perfectly fine for me but takes nearly 100% CPU processing power with 5-6 running scripts.
You need a broadband connect for this too.......
Rough Map Sizes
Yahoo World Zoom 00-12 300,000 files 800MB
Yahoo India Zoom 10-14 150,000 files 300MB
Yahoo Delhi Zoom 14-17 135,000 files 193MB
Yahoo Mumbai Zoom 14-17 51,000 files 81MB
Yahoo Chandigarh Zoom 14-17 15,000 files 30MB
Yahoo Hyderabad Zoom 14-17 29,000 foiles 80MB
Yahoo Pune Zoom 14-17 26,000 files 27MB
Yahoo Amritsar Zoom 14-17 8,300 files 10 MB
To save all that data on your memory card ensure that you format it in FAT32 system with 1KB allocation size using a memory card reader otherwise you wont be able to store this much (probably not even 1/5 of this with the FAT system)
Happy downloading
Regards.
| Description: |
Yahoo India Zoom 0-13 Cities Zoom 14-17 Delhi , Mumbai , Chennai , Hyderabad, Agra , Amritsar , Bangalore , Chandigarh , Dehradun, Goa , Jaipur , Pune |
|
 Download |
| Filename: |
Yahoo Maps.zip |
| Filesize: |
19.4 KB |
| Downloaded: |
2266 Time(s) |
_________________ Nokia N95 V 20.0.015 RM-159 4GB Sandisk Ultra II uSD FAT32 1Kb Allocation A-GPS enabled
Mgmaps cache @ 128 tiles per file Hash size 1 all of India zoom 0-12 major cities 13-17 |
|
| Back to top |
|
 |
Revenger Power User
Joined: 18 Oct 2007 Posts: 30
Phone Type: Unknown
|
Posted: Fri Oct 19, 2007 5:23 am Post subject: |
|
|
Anyone have the world map suitable for zoom 0-5 on google maps?
Every world map I tried in this thread gives a out of region with the gmapmaker.
|
|
| Back to top |
|
 |
HenryC Power User
Joined: 23 Oct 2007 Posts: 30 Location: New Zealand Phone Type: Nokia N95
|
Posted: Tue Oct 23, 2007 11:10 pm Post subject: World map |
|
|
This World map definition works for me:
# start .map file
GoogleMap
00-05: -85.0511, -179.9999 : 85.0511, 179.9999
# end .map file
|
|
| Back to top |
|
 |
user6300 Power User
Joined: 06 Sep 2007 Posts: 34
Phone Type: Unknown
|
Posted: Thu Oct 25, 2007 5:36 am Post subject: |
|
|
| yup that's the correct map
|
|
| Back to top |
|
 |
geocrawler Junior
Joined: 05 Oct 2007 Posts: 9 Location: Malaysia Phone Type: Unknown
|
Posted: Wed Jan 23, 2008 3:19 pm Post subject: |
|
|
Attached is a zipped .map file for Peninsular Malaysia and Singapore.
Map type is Google Map and zoom level is 9. Edit the .map file to set your desired values.
| Description: |
| Zipped .map file for Peninsular Malaysia and Singapore. |
|
 Download |
| Filename: |
p-my-sg.zip |
| Filesize: |
492 Bytes |
| Downloaded: |
700 Time(s) |
Last edited by geocrawler on Tue Feb 05, 2008 2:13 am; edited 1 time in total |
|
| Back to top |
|
 |
andrew_h Junior
Joined: 21 Jan 2008 Posts: 4 Location: Ukraine, Kiev Phone Type: SE m600i
|
Posted: Thu Jan 24, 2008 3:09 pm Post subject: Ukraine and Kiev |
|
|
Detailed .map files
| Description: |
| Ukraine and Kiev, Microsoft live map, GoogleSat (zoom 0-16) |
|
 Download |
| Filename: |
ukraine_and_kiev.zip |
| Filesize: |
3.92 KB |
| Downloaded: |
765 Time(s) |
|
|
| Back to top |
|
 |
octron MGMapper
Joined: 19 Mar 2008 Posts: 15
Phone Type: SE K800i
|
|
| Back to top |
|
 |
octron MGMapper
Joined: 19 Mar 2008 Posts: 15
Phone Type: SE K800i
|
|
| Back to top |
|
 |
Todtuga Newbie
Joined: 27 Apr 2008 Posts: 1
Phone Type: Unknown
|
Posted: Sun Apr 27, 2008 10:04 pm Post subject: |
|
|
| Hello!. I need a map of South americas, especially the area north of Argentina. I have to travel to that place and I do not have that map. Thank you
|
|
| Back to top |
|
 |
Dash Junior
Joined: 02 May 2008 Posts: 8
Phone Type: Unknown
|
Posted: Fri May 02, 2008 4:33 am Post subject: |
|
|
| rcxAsh wrote: | Attached is a map file for most of the Greater Toronto Area, in Ontario, Canada. I've also included the Kitchener-Waterloo region. Zoom levels 12-15, using Yahoo maps.
Area covered is as in the screenshot.. Thanks so much for all these great tools everyone!
I'm downloading the map outlined by this map file as I speak... hopefully it will work well on my P990i. |
I tried converting your file, but gMapMaker just crashes. anyone else finding success with this Toronto file?
|
|
| Back to top |
|
 |
x.3d.gime Newbie
Joined: 25 Jul 2007 Posts: 2 Location: Budapest, HU-EU Phone Type: Unknown
|
|
| Back to top |
|
 |
|