From 4cf2d808818db4ab5295580d2088ad9defb2ed98 Mon Sep 17 00:00:00 2001 From: joric Date: Sun, 11 Aug 2024 16:30:28 +0500 Subject: [PATCH] updated files --- fallout-london/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fallout-london/index.html b/fallout-london/index.html index 3803424..b08b93d 100644 --- a/fallout-london/index.html +++ b/fallout-london/index.html @@ -844,6 +844,10 @@

Fallout London

let count = 0; + for (marker of map.getLayer(layerName)._geoList) { + marker.hide(); + } + for (marker of map.getLayer(layerName)._geoList) { let o = marker.properties; @@ -898,6 +902,7 @@

Fallout London

searchInput.value = ''; searchInput.focus(); settings.searchText = ''; + markItems(); } searchClose.onclick = closeSearch;