diff --git a/public/js/app.js b/public/js/app.js index 8b40f85..795d384 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -751,7 +751,7 @@ function toggleCategoryFilter(checkbox) { if (layer.feature) { const cat = layer.feature.properties.category; if (activeFilters.indexOf(cat) !== -1) { - layer.setStyle({ opacity: 1, fillOpacity: layer.feature.geometry.type === 'Point' ? 0.9 : 0.25 }); + layer.setStyle({ opacity: 0.8, fillOpacity: layer.feature.geometry.type === 'Point' ? 0.25 : 0.25 }); if (layer.setRadius) layer.setRadius(8); layer.options.interactive = true; } else {