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

@ -30,7 +30,7 @@ export class LayerDefinition {
tags: Tag[],
title: string | UIElement,
description?: string | UIElement,
icon: string
icon?: string
}[]
/**
* Not really used anymore
@ -102,7 +102,7 @@ export class LayerDefinition {
tags: Tag[],
title: string | UIElement,
description?: string | UIElement,
icon: string
icon?: string
}[],
icon: string,
minzoom: number,