Geodan / pg2b3dm

Tool for creating 3D Tiles from PostGIS geometries
MIT License
361 stars 70 forks source link

External tilesets #36

Closed bertt closed 4 years ago

bertt commented 4 years ago

Add support for external tilesets. Spec: https://github.com/CesiumGS/3d-tiles/tree/master/specification#external-tilesets

bertt commented 4 years ago

sample: https://github.com/CesiumGS/3d-tiles-samples/blob/master/tilesets/TilesetWithRequestVolume/tileset.json

bertt commented 4 years ago

Plan:

bertt commented 4 years ago

reduced Cesium sample of external tiles: https://bertt.github.io/cesium_external_tilesets/index_request_volume.html

In this sample, https://bertt.github.io/cesium_external_tilesets/TilesetWithRequestVolume/tileset.json references https://bertt.github.io/cesium_external_tilesets/TilesetWithRequestVolume/city/tileset.json

bertt commented 4 years ago

External tilesets are working in Cesium see https://bertt.github.io/cesium_external_tilesets/index.html

In MapBox-3dtiles extension some work has to be done, follow it at https://github.com/Geodan/mapbox-3dtiles/issues/22

Closing this issue.