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', + }, +};