update to example.
git-svn-id: http://svn.openlayers.org/branches/openlayers/2.0@1307 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -25,9 +25,10 @@
|
|||||||
// minResolution: 0.0439453125,
|
// minResolution: 0.0439453125,
|
||||||
// maxScale: 10000000,
|
// maxScale: 10000000,
|
||||||
// minScale: 50000000,
|
// minScale: 50000000,
|
||||||
maxResolution: "auto",
|
// maxResolution: "auto",
|
||||||
maxExtent: new OpenLayers.Bounds(4, -90, 90, 90),
|
// maxExtent: new OpenLayers.Bounds(4, -90, 90, 90),
|
||||||
controls: []
|
numZoomLevels: 5,
|
||||||
|
controls: [new OpenLayers.Control.MouseDefaults()]
|
||||||
};
|
};
|
||||||
|
|
||||||
map = new OpenLayers.Map( $('map') , options);
|
map = new OpenLayers.Map( $('map') , options);
|
||||||
|
|||||||
Reference in New Issue
Block a user