OpenLayers OpenLayers

Changeset 1311

Show
Ignore:
Timestamp:
08/19/06 02:13:28 (2 years ago)
Author:
euzuro
Message:

update example for r1310

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/openlayers/2.0/examples/zoomLevels.html

    r1307 r1311  
    2626//                            maxScale: 10000000, 
    2727//                            minScale: 50000000, 
    28 //                            maxResolution: "auto", 
    29 //                            maxExtent: new OpenLayers.Bounds(4, -90, 90, 90),  
    30                             numZoomLevels: 5, 
     28                            minResolution: "auto", 
     29                            minExtent: new OpenLayers.Bounds(-1, -1, 1, 1),  
     30                            maxResolution: "auto", 
     31                            maxExtent: new OpenLayers.Bounds(-180, -90, 90, 180),  
     32//                            numZoomLevels: 5, 
    3133                            controls: [new OpenLayers.Control.MouseDefaults()] 
    3234                          };