11 lines
331 B
HTML
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>
|