forked from MapComplete/MapComplete
Css tweaking
This commit is contained in:
parent
2e7b14061f
commit
ef593654f4
6 changed files with 33 additions and 47 deletions
|
@ -48,7 +48,7 @@ export class Park extends LayerDefinition {
|
|||
constructor() {
|
||||
super();
|
||||
this.name = "park";
|
||||
this.icon = "./assets/tree_white_background.svg";
|
||||
this.icon = "";
|
||||
this.overpassFilter =
|
||||
new Or([new Tag("leisure", "park"), new Tag("landuse", "village_green")]);
|
||||
this.newElementTags = [new Tag("leisure", "park"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue