Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version number for googleMaps.py (no tile downloaded, gray screen) #1

Closed
GoogleCodeExporter opened this issue Mar 22, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Always the same problem:
The version number change every month, and no files are downloaded, and the
screen is gray.
In console: you can seen the files downloading, but nothing appears in your
home folder.
How to solve: open the googleMaps.py
find the line:
href = 'http://mt%i.google.com/mt?n=404&v=w2.75&hl=en&x=%i&y=%i&zoom=%i' %
(self.mt_counter,coord[0],
and change version number (v=wx.xx) by a new line like
href = 'http://mt%i.google.com/mt?n=404&v=w2.85&hl=en&x=%i&y=%i&zoom=%i' %
(self.mt_counter,coord[0],

Original issue reported on code.google.com by timot...@manaud.net on 24 Aug 2008 at 10:37

@GoogleCodeExporter
Copy link
Author

Please try new version. I changed it to detect the version number before 
starting
download.

Original comment by pi3or...@gmail.com on 27 Sep 2008 at 3:45

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by heldersepu on 12 Aug 2009 at 1:53

  • Changed state: Done

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

No branches or pull requests

1 participant