From f1d8847aa1f5092a4214db682adeb5c31df36c8c Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Wed, 31 Mar 2021 11:51:44 +0200 Subject: [PATCH] Small bugfix in custom theme generator --- UI/CustomGenerator/LayerPanel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/CustomGenerator/LayerPanel.ts b/UI/CustomGenerator/LayerPanel.ts index 18eb8ec..787de02 100644 --- a/UI/CustomGenerator/LayerPanel.ts +++ b/UI/CustomGenerator/LayerPanel.ts @@ -98,7 +98,7 @@ export default class LayerPanel extends UIElement { {value: 2, shown: "Show both the ways/areas and the centerpoints"}, {value: 1, shown: "Show everything as centerpoint"}]), "wayHandling", "Way handling", "Describes how ways and areas are represented on the map: areas can be represented as the area itself, or it can be converted into the centerpoint"), - setting(new AndOrTagInput(), ["osmSource","overpassTags"], "Overpass query", + setting(new AndOrTagInput(), ["overpassTags"], "Overpass query", "The tags of the objects to load from overpass"), ],