Files
openlayers/examples/modify-icon.html
Andreas Hocevar d31abd2f77 Sensible defaults
2021-02-06 12:04:31 +01:00

11 lines
479 B
HTML

---
layout: example.html
title: Icon modification
shortdesc: Example using a Modify interaction to edit an icon.
docs: >
The icon on this map can be dragged to modify its location.
<p>The Modify interaction can be configured with a `hitDetection` option. With this option, the modification candidate will not be determined by the `pixelTolerance`, but match the visual appearance of the geometry.</p>
tags: "vector, modify, icon, marker"
---
<div id="map" class="map"></div>