UNPKG

664 BHTMLView Raw
1---
2layout: example.html
3title: Draw and Modify Features
4shortdesc: Example of using the ol.interaction.Draw interaction together with the ol.interaction.Modify interaction.
5docs: >
6 Example of using the ol.interaction.Draw interaction together with the ol.interaction.Modify interaction.
7tags: "draw, edit, modify, vector, featureoverlay"
8---
9<div id="map" class="map"></div>
10<form class="form-inline">
11 <label>Geometry type &nbsp;</label>
12 <select id="type">
13 <option value="Point">Point</option>
14 <option value="LineString">LineString</option>
15 <option value="Polygon">Polygon</option>
16 <option value="Circle">Circle</option>
17 </select>
18</form>