forked from MapComplete/MapComplete
Remove last mentions of 'overpassTags' in the layerconfig
This commit is contained in:
parent
4da98ff86c
commit
d7c1f38d26
4 changed files with 7 additions and 10 deletions
|
@ -47,7 +47,7 @@ export default class FilteringFeatureSource implements FeatureSource {
|
|||
if (!FilteringFeatureSource.showLayer(toCheck, location)) {
|
||||
continue;
|
||||
}
|
||||
if (toCheck.layerDef.overpassTags.matchesProperties(f.feature.properties)) {
|
||||
if (toCheck.layerDef.source.osmTags.matchesProperties(f.feature.properties)) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue