Changeset 523 for trunk/processing/src
- Timestamp:
- 03/18/08 13:23:43 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/processing/src/com/modestmaps/providers/Google.java
r498 r523 10 10 public static abstract class GoogleProvider extends AbstractMapProvider { 11 11 12 public static final String ROAD_VERSION = "w2.6 6";13 public static final String AERIAL_VERSION = "2 4";14 public static final String HYBRID_VERSION = "w2t.6 6";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 15 public static final String TERRAIN_VERSION = "w2p.64"; 16 16
