Changeset 651 for trunk/processing/src/com
- Timestamp:
- 08/27/08 17:25:53 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/processing/src/com/modestmaps/providers/Google.java
r523 r651 10 10 public static abstract class GoogleProvider extends AbstractMapProvider { 11 11 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"; 16 16 17 17 public GoogleProvider() {
