Show
Ignore:
Timestamp:
08/27/08 17:25:53 (3 months ago)
Author:
migurski
Message:

Copied Google version numbers from [649] to other code bases

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/processing/src/com/modestmaps/providers/Google.java

    r523 r651  
    1010  public static abstract class GoogleProvider extends AbstractMapProvider { 
    1111   
    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"; 
    15     public static final String TERRAIN_VERSION = "w2p.64"; 
     12    public static final String ROAD_VERSION = "w2.80"; 
     13    public static final String AERIAL_VERSION = "30"; 
     14    public static final String HYBRID_VERSION = "w2t.80"; 
     15    public static final String TERRAIN_VERSION = "w2p.81"; 
    1616   
    1717    public GoogleProvider() {