Skip to content

Commit 26beeb4

Browse files
committed
Add single time point sample data
1 parent 9982fd2 commit 26beeb4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/config.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ export const multiTimePointEnabled =
99
*/
1010
export const SampleDataURLs = isDev
1111
? [
12-
// {
13-
// title: "Single time point - Local",
14-
// url: "/WebMapManager/single_timepoint.mmap.zip",
15-
// },
12+
{
13+
title: "Single time point - Local",
14+
url: "/WebMapManager/single_timepoint.mmap.zip",
15+
},
1616
]
1717
: [
18-
// {
19-
// "title": "Single time point",
20-
// "url": "https://corsproxy.io/?url=https://github.com/mapmanager/MapManagerCore-Data/raw/refs/heads/main/data/single_timepoint.mmap.zip"
21-
// },
18+
{
19+
"title": "Single time point",
20+
"url": "https://corsproxy.io/?url=https://github.com/mapmanager/MapManagerCore-Data/raw/refs/heads/main/data/web_map_manager_single_timepoint.mmap.zip"
21+
},
2222
];

0 commit comments

Comments
 (0)