Files
openlayers/examples/select-hover-features.html
2019-09-24 10:05:45 +02:00

11 lines
331 B
HTML

---
layout: example.html
title: Select Features by Hover
shortdesc: Example of selecting features by hovering.
docs: >
In this example, a listener is registered on the map's <code>pointermove</code> to highlight the currently hovered feature.
tags: "select, vector"
---
<div id="map" class="map"></div>
<span id="status"></span>