Changeset 7011
- Timestamp:
- 04/25/08 16:38:53 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/edgemaster/openlayers/lib/OpenLayers/Layer/SphericalMercator.js
r7010 r7011 64 64 } 65 65 if(!this.maxExtent) { 66 this.maxExtent = new OpenLayers.Bounds(-20037508.34, -20037508.34, -20037508.34, -20037508.34);66 this.maxExtent = new OpenLayers.Bounds(-20037508.34, -20037508.34, 20037508.34, 20037508.34); 67 67 } 68 68 this.units = "m";
