Fixed #27949 -- Doc'd how OpenLayers 3 widgets work.

This commit is contained in:
Tim Graham 2017-03-21 10:50:48 -04:00 committed by GitHub
parent 93d0770104
commit 4224ecb74e
1 changed files with 3 additions and 1 deletions

View File

@ -454,7 +454,9 @@ Backwards incompatible changes in 1.11
* The OpenLayers-based form widgets now use OpenLayers 3, and the * The OpenLayers-based form widgets now use OpenLayers 3, and the
``gis/openlayers.html`` and ``gis/openlayers-osm.html`` templates have been ``gis/openlayers.html`` and ``gis/openlayers-osm.html`` templates have been
updated. Check your project if you subclass these widgets or extend the 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. * Support for SpatiaLite < 4.0 is dropped.