Changeset 523 for trunk/processing

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 
  • trunk/processing/src/com/modestmaps/providers/Google.java

    r498 r523  
    1010  public static abstract class GoogleProvider extends AbstractMapProvider { 
    1111   
    12     public static final String ROAD_VERSION = "w2.66"; 
    13     public static final String AERIAL_VERSION = "24"; 
    14     public static final String HYBRID_VERSION = "w2t.66"; 
     12    public static final String ROAD_VERSION = "w2.69"; 
     13    public static final String AERIAL_VERSION = "25"; 
     14    public static final String HYBRID_VERSION = "w2t.69"; 
    1515    public static final String TERRAIN_VERSION = "w2p.64"; 
    1616