styling checkbox and selection

This commit is contained in:
Ward 2021-07-26 17:45:54 +02:00
parent e9160504a6
commit 263cef5750
5 changed files with 304 additions and 237 deletions

View file

@ -74,7 +74,6 @@ export default class FilteringFeatureSource implements FeatureSource {
if (FilteringFeatureSource.showLayer(layer, location)) {
const tagsFilter = layer.appliedFilters.data;
if (tagsFilter) {
const properties = f.feature.properties;
if (!tagsFilter.matchesProperties(properties)) {