Changes between Version 7 and Version 8 of Documentation

Show
Ignore:
Timestamp:
09/22/06 17:29:00 (7 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation

    v7 v8  
    6161   * [wiki:OpenLayers.Map.getZoomForExtent](bounds) -- given an OpenLayers.Bounds() object, returns an integer zoom level which will fit that bounds.  
    6262   * [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.  
    6464   * [wiki:OpenLayers.Map.zoomIn]() -- increase zoom level by one 
    6565   * [wiki:OpenLayers.Map.zoomTo](int) -- set the zoom to the given level.