Rename example files

This commit is contained in:
Otto Pellinen
2019-09-13 14:15:41 +03:00
committed by Olivier Guyot
parent 83c0a258e6
commit 934ad5b882
2 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
---
layout: example.html
title: Draw and Append Features
shortdesc: Example of using the appendCoordinates function of ol/interaction/Draw interaction.
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.
Appending is supported for drawing LineStrings and Polygons.
tags: "draw, edit, freehand, vector"
---
<div id="map" class="map"></div>
<form class="form-inline">
<label>Geometry type &nbsp;</label>
<select id="type">
<option value="LineString">LineString</option>
<option value="Polygon">Polygon</option>
<option value="None">None</option>
</select>
</form>