From 17f2610813c7c613134268f5c28929e028df223b Mon Sep 17 00:00:00 2001 From: robinvandermolen Date: Thu, 21 Nov 2024 16:19:42 +0100 Subject: [PATCH] :sparkles: [open-formulieren/open-forms#2173] Added backgroundIdentifier property to MapComponentSchema --- src/formio/components/map.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/formio/components/map.ts b/src/formio/components/map.ts index 79fda20..aaebcac 100644 --- a/src/formio/components/map.ts +++ b/src/formio/components/map.ts @@ -41,6 +41,10 @@ export interface MapComponentSchema lat?: number; lng?: number; }; + /** + * The tile layer identifier used for the map component tile layer. + */ + tileLayerIdentifier?: string; /** * If true, the backend must apply the globally configured defaults to a particular * map instance. This results in populating `defaultZoom` and `initialCenter`, so for