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
|
@ -39,7 +39,7 @@ class TitleElement extends UIElement {
|
|||
if(layer.title === undefined){
|
||||
continue;
|
||||
}
|
||||
if (layer.overpassTags.matchesProperties(properties)) {
|
||||
if (layer.source.osmTags.matchesProperties(properties)) {
|
||||
|
||||
const title = new TagRenderingAnswer(
|
||||
this._allElementsStorage.getEventSourceFor(feature),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue