CesiumGS/cdb-to-3dtiles

Provide utility to let client combine multiple converted tilesets together

baothientran opened this issue · 1 comments

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

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 #27, will be a nice improvement for the 3D Tiles output.