Update examples to demonstrate typical use case

This commit is contained in:
Otto Pellinen
2019-12-07 16:17:10 +02:00
committed by Olivier Guyot
parent 0b3bd0721e
commit 5ff681563f
2 changed files with 114 additions and 23 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ shortdesc: Example of using the appendCoordinates function of ol/interaction/Dra
docs: >
Example of using the the appendCoordinates function of Draw interaction. Select a geometry type from the
dropdown above to start drawing. To finish drawing, click the last point.
Click the green LineString Feature to append its coordinates to your drawing.
Click the purple Point to append the coordinates of the connected purple LineString feature to your drawing.
Appending is supported for drawing LineStrings and Polygons.
tags: "draw, edit, freehand, vector"
---