CesiumGS / cdb-to-3dtiles

Convert CDB to 3D Tiles
Apache License 2.0
76 stars 28 forks source link

Provide utility to let client combine multiple converted tilesets together #19

Closed baothientran closed 3 years ago

baothientran commented 3 years ago

Currently each dataset is converted into a separate tileset. We should provide a utility to let client combine them together into a single global tileset

lilleyse commented 3 years ago

I think it's worthwhile to add this functionality to the converter by default.

There should be a top-level tileset.json (e.g. SanDiego/tileset.json) and a tileset.json for each geocell (e.g. Tiles/N32/W118/tileset.json). The top-level tileset.json should point to all the geocell tilesets, and each geocell tileset should point to the layer tilesets.

This, in conjunction with https://github.com/CesiumGS/cdb-to-3dtiles/issues/27, will be a nice improvement for the 3D Tiles output.