Create vertex on boundary single click

This commit is contained in:
Björn Harrtell
2015-04-27 21:49:20 +02:00
parent 2adf3befb8
commit c69ba6a3dd
3 changed files with 60 additions and 18 deletions
+4
View File
@@ -97,6 +97,10 @@ The replacement of `ol.tilegrid.Zoomify` is a plain `ol.tilegrid.TileGrid`, conf
* This combines two previously distinct functions into one more flexible call which takes either a geometry or an extent.
* Rename all calls to `fitExtent` and `fitGeometry` to `fit`.
#### Change to `ol.interaction.Modify`
When single clicking a line or boundary within the `pixelTolerance`, a vertex is now created.
### v3.6.0
#### `ol.interaction.Draw` changes