summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2017-03-21 10:50:48 -0400
committerTim Graham <timograham@gmail.com>2017-03-21 10:51:01 -0400
commit5310106ee3c1f5403ceeca9ee09fc92e5e353fa5 (patch)
treee4a5c199caaff6241e4f4f6ebd0a35101cbde670 /docs
parent98f8e800dd9a07e896ef2d9f0ce6f3caebf632f4 (diff)
[1.11.x] Fixed #27949 -- Doc'd how OpenLayers 3 widgets work.
Backport of 4224ecb74e536b0fce2afda0f3662520e9a3cff3 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt
index f20fb4bdd9..9a340de0dd 100644
--- a/docs/releases/1.11.txt
+++ b/docs/releases/1.11.txt
@@ -454,7 +454,9 @@ Backwards incompatible changes in 1.11
* The OpenLayers-based form widgets now use OpenLayers 3, and the
``gis/openlayers.html`` and ``gis/openlayers-osm.html`` templates have been
updated. Check your project if you subclass these widgets or extend the
- templates.
+ templates. Also, the new widgets work a bit differently than the old ones.
+ Instead of using a toolbar in the widget, you click to draw, click and drag
+ to move the map, and click and drag a point/vertex/corner to move it.
* Support for SpatiaLite < 4.0 is dropped.