Closed GoogleCodeExporter closed 8 years ago
You might want to try with smaller numbers for the range, like:
./download.py --threads=50 --location="Lichfield, UK" --min-zoom=5 --max-zoom=5
--satellite --latrange=1 --lngrange=1
those are not KM I guess they are degrees and the default is set to 0.05
Original comment by heldersepu
on 21 Jul 2010 at 5:11
I just scoped out some of the coding and cracked it. You can still use the
width and height argument instead of latrange and longrange..saves me having to
type a few extra characters anyways!! ;)
For those using commandline arguments using --height= & --width= as fixed
parameters is a viable and workable solution!!!!
-Dan
Original comment by ObiDanKi...@googlemail.com
on 21 Jul 2010 at 6:34
This is somewhat confusing dude as when using the gui the variables are in km's
but when using download.py this same value changes to degrees/minutes/seconds
e.t.c? Perhaps having a uniform/consistent value for both gui and cli might be
an idea? Just a thought anyways.
Cheers
Original comment by ObiDanKi...@googlemail.com
on 21 Jul 2010 at 6:40
Yes, --height= & --width= are also options to the download.py
I guess we should update the file:
http://code.google.com/p/gmapcatcher/source/browse/trunk/gmapcatcher/mapArgs.py
Original comment by heldersepu
on 21 Jul 2010 at 6:58
Thanks :)
Original comment by ObiDanKi...@googlemail.com
on 21 Jul 2010 at 11:17
Done see r392
Original comment by heldersepu
on 22 Jul 2010 at 1:03
Original issue reported on code.google.com by
ObiDanKi...@googlemail.com
on 21 Jul 2010 at 5:01