Show
Ignore:
Timestamp:
03/18/08 13:23:43 (5 months ago)
Author:
migurski
Message:

Updated Google Maps version

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/processing/sketches/modest_maps/Google.pde

    r489 r523  
    3535abstract class GoogleProvider extends AbstractMapProvider{ 
    3636 
    37   String ROAD_VERSION = "w2.66"; 
    38   String AERIAL_VERSION = "24"; 
    39   String HYBRID_VERSION = "w2t.66"; 
     37  String ROAD_VERSION = "w2.69"; 
     38  String AERIAL_VERSION = "25"; 
     39  String HYBRID_VERSION = "w2t.69"; 
    4040  String TERRAIN_VERSION = "w2p.64"; 
    4141