Merge pull request #23 from tmcw/max-extent-doc
Improve maxExtent documentation. Thanks @tmcw.
This commit is contained in:
@@ -303,7 +303,10 @@ OpenLayers.Map = OpenLayers.Class({
|
|||||||
* (-180, -90, 180, 90). Specify a different
|
* (-180, -90, 180, 90). Specify a different
|
||||||
* extent in the map options if you are not using a
|
* extent in the map options if you are not using a
|
||||||
* geographic projection and displaying the whole
|
* geographic projection and displaying the whole
|
||||||
* world.
|
* world. To restrict user panning and
|
||||||
|
* zooming of the map, use restrictedExtent instead.
|
||||||
|
* The value for maxExtent will change calculations for
|
||||||
|
* tile URLs.
|
||||||
*/
|
*/
|
||||||
maxExtent: null,
|
maxExtent: null,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user