Make 'preferredBackground' optional for precise input in presets
This commit is contained in:
parent
805d8d5fff
commit
8ac2516e21
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ export interface LayerConfigJson {
|
|||
/**
|
||||
* The type of background picture
|
||||
*/
|
||||
preferredBackground:
|
||||
preferredBackground?:
|
||||
| "osmbasedmap"
|
||||
| "photo"
|
||||
| "historicphoto"
|
||||
|
|
Loading…
Reference in a new issue