Small bugfix in custom theme generator
This commit is contained in:
parent
a875e2f767
commit
f1d8847aa1
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ export default class LayerPanel extends UIElement {
|
||||||
{value: 2, shown: "Show both the ways/areas and the centerpoints"},
|
{value: 2, shown: "Show both the ways/areas and the centerpoints"},
|
||||||
{value: 1, shown: "Show everything as centerpoint"}]), "wayHandling", "Way handling",
|
{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"),
|
"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"),
|
"The tags of the objects to load from overpass"),
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue