Skip to content

Commit bf0b3d4

Browse files
authored
Merge pull request #52 from mapcomponents/add-3d-mesh-hamburg
Add 3d mesh hamburg
2 parents 66e8edc + bad770e commit bf0b3d4

File tree

2 files changed

+48
-24
lines changed

2 files changed

+48
-24
lines changed

assets/thumbnails/3dTileLayer.png

791 KB
Loading

mc_meta.json

Lines changed: 48 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -99,28 +99,52 @@
9999
}
100100
]
101101
},
102-
"MultiTab": {
103-
"name": "MultiTab",
104-
"title": "Multi-Tab Demo",
105-
"description": "This application combines graphical and text-based information of objects that are represented in a table and map: Open a table with all the information visible on the map. Looking for an object and can't find it? Just click on it - the program will show it to you!",
106-
"i18n": {
107-
"de": {
108-
"title": "Multi-Tab Demo",
109-
"description": "Diese Anwendung kombiniert grafische und textbasierte Informationen von Objekten, die in einer Tabelle und einer Karte dargestellt werden: Öffnen Sie eine Tabelle mit allen Informationen, die auf der Karte sichtbar sind. Sie suchen ein Objekt und können es nicht finden? Klicken Sie es einfach an - das Programm zeigt es Ihnen an!"
110-
}
111-
},
112-
"tags": [],
113-
"category": "",
114-
"type": "application",
115-
"components": [
116-
"MlGeoJsonLayer"
117-
],
118-
"thumbnail": "https://mapcomponents.github.io/react-map-components-apps/assets/thumbnails/MultiTab.png",
119-
"demos": [
120-
{
121-
"name": "Demo",
122-
"url": "https://mapcomponents.github.io/react-map-components-apps/multi_tab/"
123-
}
124-
]
125-
}
102+
"MultiTab": {
103+
"name": "MultiTab",
104+
"title": "Multi-Tab Demo",
105+
"description": "This application combines graphical and text-based information of objects that are represented in a table and map: Open a table with all the information visible on the map. Looking for an object and can't find it? Just click on it - the program will show it to you!",
106+
"i18n": {
107+
"de": {
108+
"title": "Multi-Tab Demo",
109+
"description": "Diese Anwendung kombiniert grafische und textbasierte Informationen von Objekten, die in einer Tabelle und einer Karte dargestellt werden: Öffnen Sie eine Tabelle mit allen Informationen, die auf der Karte sichtbar sind. Sie suchen ein Objekt und können es nicht finden? Klicken Sie es einfach an - das Programm zeigt es Ihnen an!"
110+
}
111+
},
112+
"tags": [],
113+
"category": "",
114+
"type": "application",
115+
"components": [
116+
"MlGeoJsonLayer"
117+
],
118+
"thumbnail": "https://mapcomponents.github.io/react-map-components-apps/assets/thumbnails/MultiTab.png",
119+
"demos": [
120+
{
121+
"name": "Demo",
122+
"url": "https://mapcomponents.github.io/react-map-components-apps/multi_tab/"
123+
}
124+
]
125+
},
126+
"3dTilesLayer": {
127+
"name": "3dTilesLayer",
128+
"title": "3D Tiles Layer Demo",
129+
"description": "This application is using a 3D Tiles-Layer to render buildings in a 3-dimentional space.",
130+
"i18n": {
131+
"de": {
132+
"title": "3D Tiles Layer Demo",
133+
"description": "Diese Anwendung nutzt eine 3D Tiles-Layer um Gebäude 3 - dimensional darzustellen."
134+
}
135+
},
136+
"tags": [],
137+
"category": "",
138+
"type": "application",
139+
"components": [
140+
"MlWsmLoader"
141+
],
142+
"thumbnail": "https://mapcomponents.github.io/react-map-components-apps/assets/thumbnails/3dTileLayer.png",
143+
"demos": [
144+
{
145+
"name": "Demo",
146+
"url": "https://3dtiles.wheregroup.com/"
147+
}
148+
]
149+
}
126150
}

0 commit comments

Comments
 (0)