timctrahan/ogmaps

tile data won't download

GoogleCodeExporter opened this issue · 2 comments

What steps will reproduce the problem?
1. do python ogmaps.py "San Francisco, CA"

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

The data/tiles directory is empty after the the program finishes running.


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

I'm running the version that's available today from svn. I'm running on
Windows XP.


Please provide any additional information below.

I get a 404 from google. I copied the html error page they barfed on me.


Original issue reported on code.google.com by allyourc...@gmail.com on 26 Mar 2008 at 2:01

Attachments:

I am also experiencing this same problem.  Every tile download produces a 404 
error

Error

    Not Found
    The requested URL /mt?n=404&v=w2.63&x=91609&y=182971&zoom=-2 was not found on
this server.

Original comment by peter.no...@gmail.com on 6 Apr 2008 at 5:26

If you open then the ogmaps.py file and change 'v=w2.63' to 'v=w2.74' wherever 
it
appears the script should then work again.

I believe this is some kind of version value and so it will change again. The 
value
can be found in the source code of any google maps page.

Original comment by scottlim...@gmail.com on 26 May 2008 at 5:23