Add auto icon picker for presets

This commit is contained in:
Pieter Vander Vennet 2020-07-29 19:43:15 +02:00
parent f67508336a
commit ca391e948d
11 changed files with 18 additions and 13 deletions

View file

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