Mobile GMaps Home Page
 FAQFAQ    SearchSearch    MemberlistMemberlist    UsergroupsUsergroups   RegisterRegister  
 ProfileProfile    Log in to check your private messagesLog in to check your private messages    Log inLog in 

Post .map files here
Goto page Previous  1, 2, 3, 4, 5  Next
 
Post new topic   Reply to topic   printer-friendly view    MGMaps Forum Index -> Stored Maps
View previous topic :: View next topic  
Author Message
user6300
Power User


Joined: 06 Sep 2007
Posts: 34

Phone Type: Unknown

PostPosted: Thu Oct 04, 2007 1:36 pm    Post subject: Reply with quote

WOW.... finally Smile

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
View user's profile Send private message
Cristian Streng
Founder


Joined: 28 Oct 2005
Posts: 4458

Phone Type: (many)

PostPosted: Thu Oct 04, 2007 2:01 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
louiskkchan
MGMapper


Joined: 05 Oct 2007
Posts: 14

Phone Type: Unknown

PostPosted: Fri Oct 05, 2007 9:10 am    Post subject: Reply with quote

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
View user's profile Send private message
louiskkchan
MGMapper


Joined: 05 Oct 2007
Posts: 14

Phone Type: Unknown

PostPosted: Fri Oct 05, 2007 2:58 pm    Post subject: Reply with quote

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 Smile

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
View user's profile Send private message
user6300
Power User


Joined: 06 Sep 2007
Posts: 34

Phone Type: Unknown

PostPosted: Fri Oct 05, 2007 2:59 pm    Post subject: Reply with quote

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
View user's profile Send private message
user6300
Power User


Joined: 06 Sep 2007
Posts: 34

Phone Type: Unknown

PostPosted: Fri Oct 05, 2007 3:03 pm    Post subject: Reply with quote

louiskkchan wrote:


here i got the answer myself Smile

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
View user's profile Send private message
louiskkchan
MGMapper


Joined: 05 Oct 2007
Posts: 14

Phone Type: Unknown

PostPosted: Fri Oct 05, 2007 4:37 pm    Post subject: Reply with quote

user6300 wrote:
louiskkchan wrote:


here i got the answer myself Smile

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
View user's profile Send private message
user6300
Power User


Joined: 06 Sep 2007
Posts: 34

Phone Type: Unknown

PostPosted: Sat Oct 06, 2007 6:22 am    Post subject: Reply with quote

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
View user's profile Send private message
louiskkchan
MGMapper


Joined: 05 Oct 2007
Posts: 14

Phone Type: Unknown

PostPosted: Sat Oct 06, 2007 4:08 pm    Post subject: Reply with quote

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
View user's profile Send private message
msahni
Junior


Joined: 02 Oct 2007
Posts: 9
Location: India
Phone Type: Nokia N95, Sony Ericsson W800, I-mate Jasjar

PostPosted: Sat Oct 06, 2007 5:55 pm    Post subject: Yahoo India Maps Reply with quote

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.



Yahoo Maps.zip
 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
View user's profile Send private message Visit poster's website Yahoo Messenger
Revenger
Power User


Joined: 18 Oct 2007
Posts: 30

Phone Type: Unknown

PostPosted: Fri Oct 19, 2007 5:23 am    Post subject: Reply with quote

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
View user's profile Send private message
HenryC
Power User


Joined: 23 Oct 2007
Posts: 30
Location: New Zealand
Phone Type: Nokia N95

PostPosted: Tue Oct 23, 2007 11:10 pm    Post subject: World map Reply with quote

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
View user's profile Send private message
user6300
Power User


Joined: 06 Sep 2007
Posts: 34

Phone Type: Unknown

PostPosted: Thu Oct 25, 2007 5:36 am    Post subject: Reply with quote

yup that's the correct map
Back to top
View user's profile Send private message
geocrawler
Junior


Joined: 05 Oct 2007
Posts: 9
Location: Malaysia
Phone Type: Unknown

PostPosted: Wed Jan 23, 2008 3:19 pm    Post subject: Reply with quote

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.



p-my-sg.zip
 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
View user's profile Send private message Visit poster's website
andrew_h
Junior


Joined: 21 Jan 2008
Posts: 4
Location: Ukraine, Kiev
Phone Type: SE m600i

PostPosted: Thu Jan 24, 2008 3:09 pm    Post subject: Ukraine and Kiev Reply with quote

Detailed .map files


ukraine_and_kiev.zip
 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
View user's profile Send private message
octron
MGMapper


Joined: 19 Mar 2008
Posts: 15

Phone Type: SE K800i

PostPosted: Tue Mar 25, 2008 10:54 pm    Post subject: Reply with quote

County Dublin Zoom 16-17





Dublin 16 - 17.zip
 Description:
Co. Dublin Zoom 16-17

Download
 Filename:  Dublin 16 - 17.zip
 Filesize:  312 Bytes
 Downloaded:  509 Time(s)

Back to top
View user's profile Send private message
octron
MGMapper


Joined: 19 Mar 2008
Posts: 15

Phone Type: SE K800i

PostPosted: Tue Mar 25, 2008 10:59 pm    Post subject: Reply with quote

Ireland (including most of Northern Ireland) with Zoom 14-15



As you can see started in Dublin down, by the time I got to South west got a bit bored so is not as good.



ireland 14 - 15.zip
 Description:
Ireland (including most of Northern Ireland) with Zoom 14-15

Download
 Filename:  ireland 14 - 15.zip
 Filesize:  310 Bytes
 Downloaded:  486 Time(s)

Back to top
View user's profile Send private message
Todtuga
Newbie


Joined: 27 Apr 2008
Posts: 1

Phone Type: Unknown

PostPosted: Sun Apr 27, 2008 10:04 pm    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
Dash
Junior


Joined: 02 May 2008
Posts: 8

Phone Type: Unknown

PostPosted: Fri May 02, 2008 4:33 am    Post subject: Reply with quote

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
View user's profile Send private message
x.3d.gime
Newbie


Joined: 25 Jul 2007
Posts: 2
Location: Budapest, HU-EU
Phone Type: Unknown

PostPosted: Wed May 07, 2008 7:53 am    Post subject: EU HU Budapest map file for GoogleRoadMaps ZoomLevels 00-17 Reply with quote

Hi!

Here is the map file for Budapest HU EU, GoogleRoadMaps, Zoom Levels from 0 to 17! Smile



EU_HU_Budapest_GoogleRoadMaps_ZoomLevels_00to17.zip
 Description:

Download
 Filename:  EU_HU_Budapest_GoogleRoadMaps_ZoomLevels_00to17.zip
 Filesize:  1007 Bytes
 Downloaded:  2382 Time(s)


_________________
3D Gime
http://www.gime.hu
http://www.audiovisions.hu
http://www.kemitenpet.hu
http://www.placidus.hu
http://www.racas.hu
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MGMaps Forum Index -> Stored Maps All times are GMT
Goto page Previous  1, 2, 3, 4, 5  Next
Page 4 of 5

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
MGMaps topic RSS feed 


Powered by phpBB © 2001, 2005 phpBB Group