We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a7890f + 26beeb4 commit 1fd6e7aCopy full SHA for 1fd6e7a
1 file changed
src/config.ts
@@ -9,14 +9,14 @@ export const multiTimePointEnabled =
9
*/
10
export const SampleDataURLs = isDev
11
? [
12
- // {
13
- // title: "Single time point - Local",
14
- // url: "/WebMapManager/single_timepoint.mmap.zip",
15
- // },
+ {
+ title: "Single time point - Local",
+ url: "/WebMapManager/single_timepoint.mmap.zip",
+ },
16
]
17
: [
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
+ "title": "Single time point",
+ "url": "https://corsproxy.io/?url=https://github.com/mapmanager/MapManagerCore-Data/raw/refs/heads/main/data/web_map_manager_single_timepoint.mmap.zip"
22
];
0 commit comments