-
Notifications
You must be signed in to change notification settings - Fork 2
/
mc_meta.json
77 lines (77 loc) · 2.71 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"AppRunningContest": {
"name": "AppRunningContest",
"title": "Running contest",
"description": "A WebGis application which shows the results of a running contest between members of the different WhereGroup company locations in Germany.",
"i18n": {
"de": {
"title": "Laufwettbewerb",
"description": "Eine WebGis Anwendung die den Laufwettbewerb zwischen Mitarbeitern der verschiedenen WhereGroup Standorte in Deutschland darstellt."
}
},
"tags": [],
"category": "",
"type": "application",
"components": [
"MlTransitionGeoJsonLayer",
"MlGeoJsonLayer",
"MlVectorTileLayer"
],
"thumbnail": "https://mapcomponents.github.io/react-map-components-apps/assets/thumbnails/AppRunningContest.png",
"demos": [
{
"name": "Demo",
"url": "https://mapcomponents.github.io/react-map-components-apps/running_contest/"
}
]
},
"AppWebGis": {
"name": "AppWebGis",
"title": "WebGis",
"description": "An example of a WebGis application with different measure tools, visualizing multiple layers containg various data within north-rhine westphalia",
"i18n": {
"de": {
"title": "WebGis",
"description": "Eine WebGis Anwenung mit Messwerkzeugen, dargestellt werden mehere Layer mit unetrschiedlichen Informationen in NRW"
}
},
"tags": [],
"category": "",
"type": "application",
"components": [
"MlGeoJsonLayer",
"MlIconLayer",
"MlWmsLoader",
"MlNavigationTools"
],
"thumbnail": "https://mapcomponents.github.io/react-map-components-apps/assets/thumbnails/AppWebGis.png",
"demos": [
{
"name": "Demo",
"url": "https://mapcomponents.github.io/react-map-components-apps/webGis/"
}
]
},
"PowerPlantsApp": {
"name": "PowerPlantsApp",
"title": "World Power Plants",
"description": "A WebGis application providing precise Information about various types of energy generation across the whole planet ",
"i18n": {
"de": {
"title": "Energiekraftwerke weltweit",
"description": "Eine WebGis-Anwendung welche Inofrmationen über Energieerzeugung auf der ganzen Welt darstellt"
}
},
"tags": [],
"category": "",
"type": "application",
"components": ["MlGeoJsonLayer", "MlWmsLoader", "MlNavigationTools"],
"thumbnail": "https://mapcomponents.github.io/react-map-components-apps/assets/thumbnails/PowerPlants.png",
"demos": [
{
"name": "Demo",
"url": "https://mapcomponents.github.io/react-map-components-apps/powerplants/"
}
]
}
}