Skip to content
This repository was archived by the owner on Sep 11, 2021. It is now read-only.

wrong url : Error 404 / line 28 #3

Open
stephaud opened this issue Dec 14, 2016 · 1 comment
Open

wrong url : Error 404 / line 28 #3

stephaud opened this issue Dec 14, 2016 · 1 comment

Comments

@stephaud
Copy link

stephaud commented Dec 14, 2016

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)

@Ryan-Gross1993
Copy link

Ryan-Gross1993 commented Jan 25, 2020

Unfortunately, the replacement also returns a 404. Is there an alternative that does work as of now?

Edit: This looks promising (Use either khms0, khms1, khms2, or khms3)

url = "https://khms2.google.com/kh/v=863?x=%d&y=%d&z=%d" % (x, y, zoom)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants