Geodan / mapbox-3dtiles

3D Tiles implementation using Mapbox GL JS custom layers
BSD 3-Clause "New" or "Revised" License
297 stars 62 forks source link

External tilesets? #22

Closed bertt closed 4 years ago

bertt commented 4 years ago

I did an experiment with external tilesets see https://bertt.github.io/mapbox_3dtiles_samples/external.html

In this sample parent file external.json (https://bertt.github.io/mapbox_3dtiles_samples/external.json) is loaded, after that I can see child tileset.json (https://bertt.github.io/mapbox_3dtiles_samples/tileset.json) is also loaded. But nothing is drawn on the map :-(

The same trick works in Cesium viewer.

When directly using child tileset https://bertt.github.io/mapbox_3dtiles_samples/tileset.json it works as expected (see https://bertt.github.io/mapbox_3dtiles_samples/index.html)

bertt commented 4 years ago

issue fixed in latetest commits result see https://bertt.github.io/mapbox_3dtiles_samples/external.html