We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd282f commit 0ad6c54Copy full SHA for 0ad6c54
1 file changed
src/components/DemoContextProvider.jsx
@@ -4,6 +4,8 @@ import { DemoContextProviderCore } from "./DemoContext";
4
5
let storybookUrls = [
6
"https://mapcomponents.github.io/react-map-components-maplibre/react-maplibre", // MapLibre
7
+ "https://mapcomponents.github.io/react-map-components-maplibre/three", // ThreeJs
8
+ "https://mapcomponents.github.io/react-map-components-maplibre/deck-gl", // Deck-gl
9
"https://mapcomponents.github.io/react-map-components-maplibre-lab", // MapLibre-Lab
10
//"http://" + hostname_ + ":4080", // OpenLayers
11
];
0 commit comments