OpenLayers OpenLayers

Changeset 7011

Show
Ignore:
Timestamp:
04/25/08 16:38:53 (9 months ago)
Author:
edgemaster
Message:

Actually use the correct extent this time...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/edgemaster/openlayers/lib/OpenLayers/Layer/SphericalMercator.js

    r7010 r7011  
    6464        } 
    6565        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); 
    6767        } 
    6868        this.units = "m";