abidinamdar / gmapcatcher

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

dowloading map problem #428

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
 1.I have problem to download map.
 2.I have download map more than 4.5 GB but unable to download more than that.
 3.there is buffering problem give me a soluation.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by g.santosh8488 on 4 May 2015 at 4:02

GoogleCodeExporter commented 8 years ago
Use the console download tool; You can create scripts to download what you 
need. 
$ download.py --location="Paris, France" --max-zoom=16 --min-zoom=0 
--latrange=2.0 --lngrange=2.0
see here for full details on the parameters:
https://code.google.com/p/gmapcatcher/source/browse/trunk/gmapcatcher/mapArgs.py
#20

...but I will question why are you downloading that much maps, just get what 
you need at low zoom and get the rest at  top level

Original comment by heldersepu on 4 May 2015 at 10:56