-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmc_meta.json
30 lines (29 loc) · 1001 Bytes
/
mc_meta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"european_wolves": {
"name": "european_wolves",
"title": "Wolves in Europe",
"description": "Heatmap Application that shows the distribution of wolves from 2012-2022",
"i18n": {
"de": {
"title": "Wolfs-Monitoring App",
"description": "Eine WebGis-Anwendung, welche die Ausbreitung von Wölfen in Europa von 2012 bis 2022 als Heatmap darstellt"
}
},
"tags": [],
"category": "",
"type": "application",
"components": [
"MlGeoJsonLayer",
"MlTemporalController",
"MlNavigationTools"
],
"thumbnail": "https://mapcomponents.github.io/european_wolves_app/assets/assets/thumbnails/Wolves_App_thumbnail.png",
"demos": [
{
"name": "Demo",
"url": "https://mapcomponents.github.io/european_wolves_app/",
"closeButtonPosition": "top_right"
}
]
}
}