forked from MapComplete/MapComplete
Fix build
This commit is contained in:
parent
196894cca7
commit
99512724e0
2 changed files with 2 additions and 2 deletions
|
@ -225,7 +225,7 @@ export interface LayerConfigJson {
|
|||
* If 'preferredBackgroundCategory' is set, the element will attempt to pick a background layer of that category.
|
||||
*/
|
||||
preciseInput?: true | {
|
||||
preferredBackground: "osmbasedmap" | "photo" | "historicphoto" | "map"
|
||||
preferredBackground: "osmbasedmap" | "photo" | "historicphoto" | "map" | string
|
||||
}
|
||||
}[],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue