Modified the icon-sprite-webgl example to allow filtering on a string attribute

This commit is contained in:
Olivier Guyot
2019-10-28 15:54:20 +01:00
parent b96e70e952
commit 6c0dd6152d
2 changed files with 90 additions and 51 deletions

View File

@@ -20,3 +20,7 @@ cloak:
---
<div id="map" class="map"></div>
<div>Current sighting: <span id="info"></span></div>
<div>
Filter by UFO shape:
<select id="shape-filter"></select>
</div>