Z | |
zoomToExtent, GeoMOOSE | |
zoomToLonLat, GeoMOOSE | |
zoomToPoint, GeoMOOSE | |
zoomToPointsList, GeoMOOSE |
Zoom to an extent
zoomToExtent : function( minx, miny, maxx, maxy, projection )
Zooms to a specified lon, lat.
_latLongProj: null, zoomToLonLat: function( lon, lat )
Zoom to a point and a buffer
zoomToPoint : function( x, y, buffer )
Zooms to the bounding box of a points list.
zoomToPointsList: function( points_list, projection )