Remove last mentions of 'overpassTags' in the layerconfig

This commit is contained in:
Pieter Vander Vennet 2021-03-21 00:44:23 +01:00
parent 4da98ff86c
commit d7c1f38d26
4 changed files with 7 additions and 10 deletions

View file

@ -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),