Changeset 523 for trunk/processing
- Timestamp:
- 03/18/08 13:23:43 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/processing/sketches/modest_maps/Google.pde
r489 r523 35 35 abstract class GoogleProvider extends AbstractMapProvider{ 36 36 37 String ROAD_VERSION = "w2.6 6";38 String AERIAL_VERSION = "2 4";39 String HYBRID_VERSION = "w2t.6 6";37 String ROAD_VERSION = "w2.69"; 38 String AERIAL_VERSION = "25"; 39 String HYBRID_VERSION = "w2t.69"; 40 40 String TERRAIN_VERSION = "w2p.64"; 41 41 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
