README.md 1.16 KB
Newer Older
JOE XMG's avatar
update    
JOE XMG committed
1
2
# 3D Forum Lindau 2024
## Hands-on: Developing Web 3D Applications on CesiumJS
Joe T.S.'s avatar
Joe T.S. committed
3

JOE XMG's avatar
update    
JOE XMG committed
4
This project is created as a showcase on how to build a 3D web application with CesiumJS. The application initializes a Cesium Viewer and may include multiple data sources such as 
JOE XMG's avatar
update    
JOE XMG committed
5
6
7
- Basemaps (OSM or ArcGIS)
- Terrain (from OGC API - 3D GeoVolumes)
- 3D tiles (from OGC API - 3D GeoVolumes) 
JOE XMG's avatar
update    
JOE XMG committed
8
- Additional 2D imagery layer - Flood risk (ArcGIS).
Joe T.S.'s avatar
Joe T.S. committed
9

Joe T.S.'s avatar
Joe T.S. committed
10
11
12
13
![image.png](./image.png)

Live Demo: https://ugl.hft-stuttgart.de/lindau2024/final.html

JOE XMG's avatar
update    
JOE XMG committed
14
## Default Setting
Joe T.S.'s avatar
Joe T.S. committed
15

JOE XMG's avatar
update    
JOE XMG committed
16
- **Initial View**: The application starts with a view centered at latitude 47.5728539, longitude 9.6473353, and a height of 3500.0 meters. (Near to Lindau)
JOE XMG's avatar
update    
JOE XMG committed
17
18
19
20
- **Basemap**: Utilizes OpenStreetMap as the base imagery layer.
- **3D Tiles**: Loads 3D buildings from SmartMapping ADV basemap.de the URL `https://web3d.basemap.de/cesium/buildings-fly/root.json`.
- **Terrain**: Integrates terrain data from the URL `https://web3d.basemap.de/cesium/dgm5-mesh`.
- **Additional Imagery**: Includes an ArcGIS MapServer Imagery layer from the URL `https://tiles.arcgis.com/tiles/1lplwYilIlo008hQ/arcgis/rest/services/HighFloodRisk_ExportFeatures/MapServer`.
Joe T.S.'s avatar
Joe T.S. committed
21
22