Fix typo
This commit is contained in:
parent
192a424370
commit
71fb120917
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ export default class FilteringFeatureSource implements FeatureSourceForLayer, Ti
|
||||||
for (const filter of tagsFilter) {
|
for (const filter of tagsFilter) {
|
||||||
const neededTags: TagsFilter = filter?.currentFilter
|
const neededTags: TagsFilter = filter?.currentFilter
|
||||||
if (neededTags !== undefined && !neededTags.matchesProperties(f.feature.properties)) {
|
if (neededTags !== undefined && !neededTags.matchesProperties(f.feature.properties)) {
|
||||||
// Hidden by the filter on the layer itself - we want to hide it no matter wat
|
// Hidden by the filter on the layer itself - we want to hide it no matter what
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue