gmap_tiles icon indicating copy to clipboard operation
gmap_tiles copied to clipboard

Download and merge Google Maps tiles

Results 4 gmap_tiles issues
Sort by recently updated
recently updated
newest added

when I run the script I get following error: $ python download_tiles.py File "download_tiles.py", line 42 except Exception, e: ^ I'm on py3, maybe that's the issue

Instead of (line 28) : `url = "http://khm1.google.com/kh?v=87&hl=en&x=%d&y=%d&z=%d" % (x, y, zoom)` Replace it by (line 28) : `url = "http://khm2.google.com/kh/v=708&s=Gal&x=%d&y=%d&z=%d" % (x, y, zoom)`

Could you please add a license to the repo so others can contribute to it? :)

Hi I tried your code merge_tiles.py it is working just fine till zoom level 17 but for zoom level 18 the code is giving memory errors. Kindly guide me on...