Feature selecting examples

This commit is contained in:
Simon Seyock
2019-09-23 14:44:51 +02:00
parent b58c78c546
commit c65e802c71
5 changed files with 140 additions and 22 deletions

View File

@@ -0,0 +1,10 @@
---
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>