Skip to content

Commit

Permalink
Add delay on the stories for map to load
Browse files Browse the repository at this point in the history
  • Loading branch information
tnagorra committed Nov 17, 2023
1 parent ac1b304 commit b2cb5bd
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions storybook/stories/BubbleMap.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@ export function Default() {

export default {
title: 'Type/Bubble Map',
parameters: { delay: 500 },
};
1 change: 1 addition & 0 deletions storybook/stories/ChoroplethMap.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,5 @@ export function Default() {

export default {
title: 'Type/Choropleth Map',
parameters: { delay: 500 },
};
1 change: 1 addition & 0 deletions storybook/stories/FitBounds.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ export function Default() {

export default {
title: 'Basic/Fit Bounds',
parameters: { delay: 500 },
};
1 change: 1 addition & 0 deletions storybook/stories/FlyToLocation.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ export function Default() {

export default {
title: 'Basic/Fly to Location',
parameters: { delay: 500 },
};
1 change: 1 addition & 0 deletions storybook/stories/GeoJSONMap.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ export function Default() {

export default {
title: 'Source/GeoJSON Source',
parameters: { delay: 500 },
};
1 change: 1 addition & 0 deletions storybook/stories/MbtilesMap.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ export function Default() {

export default {
title: 'Source/Mbtiles Source',
parameters: { delay: 500 },
};
1 change: 1 addition & 0 deletions storybook/stories/PmtilesMap.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ export function Default() {

export default {
title: 'Source/Pmtiles Source',
parameters: { delay: 500 },
};
1 change: 1 addition & 0 deletions storybook/stories/SimpleMap.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ export function Default() {

export default {
title: 'Basic/Simple Map',
parameters: { delay: 500 },
};
1 change: 1 addition & 0 deletions storybook/stories/WithClickInteraction.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ export function Default() {

export default {
title: 'Basic/With Click Interaction',
parameters: { delay: 500 },
};
1 change: 1 addition & 0 deletions storybook/stories/WithClickInteractionAndPopup.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ export function Default() {

export default {
title: 'Basic/With Click Interaction and Popup',
parameters: { delay: 500 },
};
1 change: 1 addition & 0 deletions storybook/stories/WithDragInteraction.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,5 @@ export function Default() {

export default {
title: 'Basic/With Drag Interaction',
parameters: { delay: 500 },
};
1 change: 1 addition & 0 deletions storybook/stories/WithHoverInteractionAndPopup.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,5 @@ export function Default() {

export default {
title: 'Basic/With Hover Interaction and Popup',
parameters: { delay: 500 },
};
1 change: 1 addition & 0 deletions storybook/stories/WithHoverInteractive.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,5 @@ export function Default() {

export default {
title: 'Basic/With Hover Interaction',
parameters: { delay: 500 },
};

0 comments on commit b2cb5bd

Please sign in to comment.