22 lines
714 B
HTML
22 lines
714 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 </label>
|
|
<select id="type">
|
|
<option value="Point">Point</option>
|
|
<option value="LineString">LineString</option>
|
|
<option value="Polygon">Polygon</option>
|
|
</select>
|
|
</form>
|
|
</div>
|