Skip to content

Commit 87fa8ac

Browse files
authored
Merge pull request #29 from mapmanager/fix/sample-data-url
Fix sample data URL for Single time point demo.
2 parents 49906b6 + a94abad commit 87fa8ac

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/index.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ export const SampleDataURLs = [
2222
{
2323
title: "Single time point",
2424
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-
},
25+
// abb 20260617 fixing live demo with cursor
26+
// "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+
},
2729
];
2830

2931
root.render(<MapManager plugins={plugins} sampleData={SampleDataURLs} />);

0 commit comments

Comments
 (0)