Small bugfix in custom theme generator

This commit is contained in:
pietervdvn 2021-03-31 11:51:44 +02:00
parent a875e2f767
commit f1d8847aa1

View file

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