Fixing typo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user