Changeset 311

Show
Ignore:
Timestamp:
07/12/07 09:07:40 (1 year ago)
Author:
migurski
Message:

Updated Google tile version numbers

Files:

Legend:

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

    r305 r311  
    2525import random, Tiles 
    2626 
    27 ROAD_VERSION = 'w2.52
     27ROAD_VERSION = 'w2.56
    2828AERIAL_VERSION = '18' 
    29 HYBRID_VERSION = 'w2t.53
     29HYBRID_VERSION = 'w2t.57
    3030 
    3131class AbstractProvider(IMapProvider):