forked from MapComplete/MapComplete
Add auto icon picker for presets
This commit is contained in:
parent
f67508336a
commit
ca391e948d
11 changed files with 18 additions and 13 deletions
|
@ -14,7 +14,6 @@ export class Map extends LayerDefinition {
|
|||
this.overpassFilter = new Tag("information", "map");
|
||||
this.presets = [{
|
||||
title: "Map",
|
||||
icon: "/assets/map.svg",
|
||||
tags: [new Tag("tourism", "information"), new Tag("information", "map")]
|
||||
}];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue