Skip to content

Commit

Permalink
✅ [open-formulieren/open-forms#2173] Added storybook entry for map wi…
Browse files Browse the repository at this point in the history
…th custom background
  • Loading branch information
robinmolen committed Dec 3, 2024
1 parent ad09a5b commit fe94378
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Map/Map.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
};

0 comments on commit fe94378

Please sign in to comment.