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

11 lines
357 B
HTML

---
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>