There was an error while loading. Please reload this page.
2 parents 49906b6 + a94abad commit 87fa8acCopy full SHA for 87fa8ac
1 file changed
src/index.tsx
@@ -22,8 +22,10 @@ export const SampleDataURLs = [
22
{
23
title: "Single time point",
24
url:
25
- "https://corsproxy.io/?url=https://github.com/mapmanager/MapManagerCore-Data/raw/refs/heads/main/data/web_map_manager_single_timepoint.mmap.zip",
26
- },
+ // abb 20260617 fixing live demo with cursor
+ // "https://corsproxy.io/?url=https://github.com/mapmanager/MapManagerCore-Data/raw/refs/heads/main/data/web_map_manager_single_timepoint.mmap.zip",
27
+ "https://media.githubusercontent.com/media/mapmanager/MapManagerCore-Data/refs/heads/main/data/web_map_manager_single_timepoint.mmap.zip",
28
+ },
29
];
30
31
root.render(<MapManager plugins={plugins} sampleData={SampleDataURLs} />);
0 commit comments