Skip to content

Commit

Permalink
Merge pull request #60 from open-formulieren/feature/2173-map-background
Browse files Browse the repository at this point in the history
Updated MapComponentSchema for kaartmateriaal background feature
  • Loading branch information
robinmolen authored Dec 5, 2024
2 parents d6ec9c3 + 17f2610 commit ac42b91
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 ac42b91

Please sign in to comment.