Changeset 348

Show
Ignore:
Timestamp:
09/14/07 16:57:53 (1 year ago)
Author:
migurski
Message:

Google Maps September version update

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/py/ModestMaps/Google.py

    r341 r348  
    2525import random, Tiles 
    2626 
    27 ROAD_VERSION = 'w2.60
     27ROAD_VERSION = 'w2.61
    2828AERIAL_VERSION = '20' 
    29 HYBRID_VERSION = 'w2t.60
     29HYBRID_VERSION = 'w2t.61
    3030 
    3131class AbstractProvider(IMapProvider):