Changes between Version 7 and Version 8 of Documentation
- Timestamp:
- 09/22/06 17:29:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation
v7 v8 61 61 * [wiki:OpenLayers.Map.getZoomForExtent](bounds) -- given an OpenLayers.Bounds() object, returns an integer zoom level which will fit that bounds. 62 62 * [wiki:OpenLayers.Map.getLatLonFromPixel](pixel) -- given an OpenLayers.Pixel() object, returns the Lat/Lon that was clicked. 63 * [wiki:OpenLayers.Map.setCenter](latlon, zoom) -- move the center of the map to the given [ [OpenLayers.LatLon()]] and zoom level.63 * [wiki:OpenLayers.Map.setCenter](latlon, zoom) -- move the center of the map to the given [wiki:LonLat OpenLayers.LonLat()] and zoom level. 64 64 * [wiki:OpenLayers.Map.zoomIn]() -- increase zoom level by one 65 65 * [wiki:OpenLayers.Map.zoomTo](int) -- set the zoom to the given level.
