Skip to content

Commit 1fd6e7a

Browse files
authored
Merge pull request #21 from mapmanager/dev
Add single time point sample data
2 parents 7a7890f + 26beeb4 commit 1fd6e7a

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)