diff --git a/src/components/Map/Map.stories.jsx b/src/components/Map/Map.stories.jsx index 3d9c8f100..9be5b926d 100644 --- a/src/components/Map/Map.stories.jsx +++ b/src/components/Map/Map.stories.jsx @@ -52,3 +52,9 @@ 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" + } +};