From 4ae2abc67660612218cad0db9a1cde8949f57117 Mon Sep 17 00:00:00 2001 From: robinvandermolen Date: Tue, 3 Dec 2024 14:30:55 +0100 Subject: [PATCH] :white_check_mark: [open-formulieren/open-forms#2173] Added storybook entry for map with custom background --- src/components/Map/Map.stories.jsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/Map/Map.stories.jsx b/src/components/Map/Map.stories.jsx index 3d9c8f100..b1db0263c 100644 --- a/src/components/Map/Map.stories.jsx +++ b/src/components/Map/Map.stories.jsx @@ -52,3 +52,10 @@ export const MapReverseGeoEmpty = { }, }, }; + +export const MapWithAerialPhotoBackground = { + args: { + tileUrl: + 'https://service.pdok.nl/hwh/luchtfotorgb/wmts/v1_0/Actueel_orthoHR/EPSG:28992/{z}/{x}/{y}.png', + }, +};