Typo in API docs; use "map-resize" option in example

This commit is contained in:
ahocevar
2013-03-27 21:11:15 +01:00
parent 434178ef49
commit bc5054399c
2 changed files with 4 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, {
*
* "resize" - Existing tiles are resized on zoom to provide a visual
* effect of the zoom having taken place immediately. As the
* new tiles become available, they are drawn over top of the
* new tiles become available, they are drawn on top of the
* resized tiles (this is the default setting).
* "map-resize" - Existing tiles are resized on zoom and placed below the
* base layer. New tiles for the base layer will cover existing tiles.