forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
24ed527ff7
65 changed files with 991 additions and 1472 deletions
|
@ -98,7 +98,7 @@ export default class FilteringFeatureSource implements FeatureSourceForLayer, Ti
|
|||
}
|
||||
}
|
||||
|
||||
for (const filter of (globalFilters ?? [])) {
|
||||
for (const filter of globalFilters ?? []) {
|
||||
const neededTags: TagsFilter = filter?.currentFilter
|
||||
if (
|
||||
neededTags !== undefined &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue