From 90535134d490d89fd2859145673af1798e133b65 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Wed, 1 May 2013 09:26:55 -0600 Subject: [PATCH] Spelling See https://github.com/openlayers/openlayers/commit/44a2b50455b55949b14f756035a82a575bd3dd1a#commitcomment-3123666 --- notes/2.13.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/2.13.md b/notes/2.13.md index 53f99a3437..aa1d3438e0 100644 --- a/notes/2.13.md +++ b/notes/2.13.md @@ -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 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: +To make the zoom animation smooth, GPU support is active by default for rendering tiles. This may interfere 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;