forked from MapComplete/MapComplete
Fixed the build
This commit is contained in:
parent
560c8e1567
commit
cce9207a35
19 changed files with 183 additions and 29 deletions
|
@ -11,7 +11,7 @@ export class ClimbingTree extends LayerDefinition {
|
|||
super("climbingtree");
|
||||
const t = Translations.t.climbingTrees.layer;
|
||||
this.title = new FixedText(t.title);
|
||||
const icon = "assets/walkbybrussels/tree.svg";
|
||||
const icon = "./assets/themes/nature/tree.svg";
|
||||
this.icon = icon;
|
||||
this.description = t.description;
|
||||
this.style = (tags) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue