forked from MapComplete/MapComplete
Regenerate taginfo docs
This commit is contained in:
parent
b00573c75d
commit
3137f2497b
25 changed files with 731 additions and 25 deletions
|
@ -13,9 +13,11 @@ export interface LayerConfigJson {
|
|||
|
||||
/**
|
||||
* The name of this layer
|
||||
* Used in the layer control panel and the 'Personal theme'
|
||||
* Used in the layer control panel and the 'Personal theme'.
|
||||
*
|
||||
* If not given, will be hidden (and thus not toggable) in the layer control
|
||||
*/
|
||||
name: string | any
|
||||
name?: string | any
|
||||
|
||||
/**
|
||||
* A description for this layer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue