README.md 999 Bytes
Newer Older
Joe T.S.'s avatar
Joe T.S. committed
1
2
# lindau2024

JOE XMG's avatar
update    
JOE XMG committed
3
4
5
6
7
This project is created for a demo for building a 3D web application with CesiumJS. The application initializes a Cesium Viewer with specific settings and includes multiple data sources such as 
- Basemaps (OSM or ArcGIS)
- Terrain (from OGC API - 3D GeoVolumes)
- 3D tiles (from OGC API - 3D GeoVolumes) 
- and additional imagery layers.
Joe T.S.'s avatar
Joe T.S. committed
8

JOE XMG's avatar
update    
JOE XMG committed
9
## Features
Joe T.S.'s avatar
Joe T.S. committed
10

JOE XMG's avatar
update    
JOE XMG committed
11
12
13
14
15
- **Initial View**: The application starts with a view centered at latitude 47.5728539, longitude 9.6473353, and a height of 3500.0 meters.
- **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
16
17