OpenLayers OpenLayers

Changeset 1307

Show
Ignore:
Timestamp:
08/19/06 01:18:24 (2 years ago)
Author:
euzuro
Message:

update to example.

Files:

Legend:

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

    r1302 r1307  
    2626//                            maxScale: 10000000, 
    2727//                            minScale: 50000000, 
    28                             maxResolution: "auto", 
    29                             maxExtent: new OpenLayers.Bounds(4, -90, 90, 90), 
    30                             controls: [] 
     28//                            maxResolution: "auto", 
     29//                            maxExtent: new OpenLayers.Bounds(4, -90, 90, 90),  
     30                            numZoomLevels: 5, 
     31                            controls: [new OpenLayers.Control.MouseDefaults()] 
    3132                          }; 
    3233