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