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 multiple Features
shortdesc: Example of selecting multiple features.
docs: >
In this example, a listener is registered on the map's <code>singleclick</code> event to add and remove features from an array.
tags: "select, vector"
---
<div id="map" class="map"></div>
<span id="status">&nbsp;0 selected features</span>