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
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue