Make 'preferredBackground' optional for precise input in presets

This commit is contained in:
Pieter Vander Vennet 2022-12-23 16:21:38 +01:00
parent 805d8d5fff
commit 8ac2516e21

View file

@ -260,7 +260,7 @@ export interface LayerConfigJson {
/** /**
* The type of background picture * The type of background picture
*/ */
preferredBackground: preferredBackground?:
| "osmbasedmap" | "osmbasedmap"
| "photo" | "photo"
| "historicphoto" | "historicphoto"