Skip to content

Commit

Permalink
✨ [open-formulieren/open-forms#2173] Added backgroundIdentifier prope…
Browse files Browse the repository at this point in the history
…rty to MapComponentSchema
  • Loading branch information
robinmolen committed Dec 5, 2024
1 parent 9a92ddc commit 17f2610
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/formio/components/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17f2610

Please sign in to comment.