Fixing typo

This commit is contained in:
ahocevar
2013-04-30 15:45:26 +03:00
parent 142546c6d5
commit 70bfba3011

View File

@@ -80,7 +80,7 @@ The `transitionEffect` property for grid layers has been changed to "resize" by
OpenLayers now has animated zooming, which is enabled by default. To turn it off, configure the map with `zoomMethod: null`.
To make the zoom animation smooth, GPU support is active by default for rendering tiles. This may interer with UI widgets that overlay the map. In this case, it may be necessary to turn GPU support off, which is done with the following css declaration:
To make the zoom animation smooth, GPU support is active by default for rendering tiles. This may interfer with UI widgets that overlay the map. In this case, it may be necessary to turn GPU support off, which is done with the following css declaration:
img.olTileImage {
-webkit-transform: inherit;