Files
openlayers/examples_src/draw-and-modify-features.html

22 lines
720 B
HTML

---
template: "example.html"
title: "Draw and modify features example"
shortdesc: "Example of using the ol.interaction.Draw interaction together with the ol.interaction.Modify interaction."
docs: >
Example of using the ol.interaction.Draw interaction together with the ol.interaction.Modify interaction.
tags: "draw, edit, modify, vector, featureoverlay"
---
<div class="row-fluid">
<div class="span12">
<div id="map" class="map"></div>
</div>
<form class="form-inline">
<label>Geometry type &nbsp;</label>
<select id="type">
<option value="Point">Point</option>
<option value="LineString">LineString</option>
<option value="Polygon">Polygon</option>
</select>
</form>
</div>