rishabht1 / gmapcatcher

Automatically exported from code.google.com/p/gmapcatcher
0 stars 0 forks source link

Gmapcatcher image download folder structure #256

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hi can i know how does gmapcatcher organize the files when it download 
such as 
C:\Documents and Settings\Administrator\.googlemaps\tiles\0\108\33\60

what does the other means?thanks
0 is the zoom level 
108 ???
33 ??
60 ??
and the image sequence 

Original issue reported on code.google.com by paoloman...@gmail.com on 3 Feb 2011 at 3:45

GoogleCodeExporter commented 9 years ago
You might want to read the code:
http://code.google.com/p/gmapcatcher/source/browse/trunk/gmapcatcher/tilesRepoFS
.py?r=1120#115

What are you trying to do?

Original comment by heldersepu on 3 Feb 2011 at 1:23

GoogleCodeExporter commented 9 years ago
hi thanks for replying im trying to download all the image of google via 
gmapcatcher then ill display the images downloaded to a browser creating a map 
of a certain place im using php to do it any other advice right now im 
displaying the image by column then next column 

Original comment by paoloman...@gmail.com on 4 Feb 2011 at 3:39

GoogleCodeExporter commented 9 years ago
Why don't you use the Google API directly. If you are creating a PHP website 
users will need internet access, right? 
If that is the case then you don't need to download the map tiles, you can 
display them directly from google... 

Original comment by heldersepu on 4 Feb 2011 at 1:36

GoogleCodeExporter commented 9 years ago
well my boss does'nt want to use google API because he discovered GMAPCATCHER 
that can download offline images, so from that images he said there's no need 
to download via internet, the program is only available in a local area network 
within the organization, really google api already exist .... and now i need to 
add connecting lines to one point to another.... 

Original comment by paoloman...@gmail.com on 17 Feb 2011 at 12:46

GoogleCodeExporter commented 9 years ago
You might want to read our Issue 210, according to Google:

They do not allow any download/offline caching of tiles, outside of standard 
browser caching that takes place when viewing tiles through the API.

I just removed Google from the list of map services in r1128. 

Sorry but I do not want any troubles with GOOG. You are on your own!

Original comment by heldersepu on 17 Feb 2011 at 1:26

GoogleCodeExporter commented 9 years ago
Hi,
   This looks like a really nice project. It does not matter, if it is from any map service as long as I get the full pyramid structure. Well, the folder structure is bit confusing after reading the code. Could the authors please confirm the folder structure and the sequence of the downloaded map tiles ? Thanks a lot. 

Original comment by gsrid...@carlsonsw.com on 2 Jan 2013 at 5:11