From 30b163de7ef2f807b79fea76daf41e4726830330 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Sat, 30 Nov 2024 12:33:41 -0600 Subject: [PATCH] Hide plats for our property --- map.html | 1 + 1 file changed, 1 insertion(+) diff --git a/map.html b/map.html index 2e0f7df..4fffd9c 100644 --- a/map.html +++ b/map.html @@ -60,6 +60,7 @@ }).addTo(map); L.geoJSON(plats, { + filter: feature => !feature.properties.TAO_NAME.toLowerCase().includes("lawrence deer club"), onEachFeature: function(feature, layer) { const latLngs = layer.getLatLngs()[0]; const centerish = [ // TODO: actual centroid