Commit 82e5dbbf authored by Joe T.S.'s avatar Joe T.S. 🏓
Browse files

Update load_cesium.js

parent 533438a2
Pipeline #1138 passed with stage
in 1 second
......@@ -18,7 +18,8 @@ var tileset = viewer.scene.primitives.add(new Cesium.Cesium3DTileset({
// url: "../3dtile_nyc/tileset.json",
// url: "http://193.196.37.89:8092/AssetsHFT/3DTile_Niedernhalle/tileset.json",
// url: "http://steinbeis-3dps.eu:8080/3DContainerTile/collections/NewYork/3DTiles/",
url: "https://3d.hypotheticalhorse.com/collections/NewYorkBuildings/3dtiles/",
// url: "https://3d.hypotheticalhorse.com/collections/NewYorkBuildings/3dtiles/",
url: "http://steinbeis-3dps.eu/3DGeoVolumes/collections/DenHaag/3dtiles/tileset.json"
}))
Cesium.when(tileset.readyPromise).then(function (tileset) {viewer.flyTo(tileset)})
// chroma.scale(['#fafa6e','#2A4858']).mode('lch').colors(6)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment