forked from MapComplete/MapComplete
Merge branch 'master' into develop
This commit is contained in:
commit
37c00bbf99
63 changed files with 345 additions and 258 deletions
|
@ -203,6 +203,11 @@ export interface LayerConfigJson {
|
|||
presets?: {
|
||||
/**
|
||||
* The title - shown on the 'add-new'-button.
|
||||
*
|
||||
* This should include the article of the noun, e.g. 'a hydrant', 'a bicycle pump'.
|
||||
* This text will be inserted into `Add {category} here`, becoming `Add a hydrant here`.
|
||||
*
|
||||
* Do _not_ indicate 'new': 'add a new shop here' is incorrect, as the shop might have existed forever, it could just be unmapped!
|
||||
*/
|
||||
title: string | any,
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue