19 lines
664 B
HTML
19 lines
664 B
HTML
---
|
|
layout: example.html
|
|
title: Draw and Modify Features
|
|
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 id="map" class="map"></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>
|
|
<option value="Circle">Circle</option>
|
|
</select>
|
|
</form>
|