forked from MapComplete/MapComplete
styling checkbox and selection
This commit is contained in:
parent
e9160504a6
commit
263cef5750
5 changed files with 304 additions and 237 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue