forked from MapComplete/MapComplete
Use translations and fancy icon
This commit is contained in:
parent
5e1b4d95ab
commit
66298880f1
3 changed files with 5 additions and 2 deletions
|
@ -85,6 +85,9 @@ export default class FilteringFeatureSource implements FeatureSourceForLayer, Ti
|
|||
if (isShown !== undefined && !isShown.matchesProperties(tags)) {
|
||||
return false
|
||||
}
|
||||
if(tags._deleted === "yes"){
|
||||
return false
|
||||
}
|
||||
|
||||
const tagsFilter = Array.from(layer.appliedFilters?.data?.values() ?? [])
|
||||
for (const filter of tagsFilter) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue