engine_components icon indicating copy to clipboard operation
engine_components copied to clipboard

IfcStreamer load multiple json files

Open leuyvo opened this issue 1 year ago • 0 comments

Description 📝

After tiling geometry, when I use IfcStreamer to load tilers to viewer, it has a option: loader.url = "https://thatopen.github.io/engine_components/resources/streaming/"; What I understood is it will automatically detect all the tiler json files' url, but what if I do not put all the tiler json files into one directory? I can not load all the tiler json files by this approach.

Suggested solution 💡

I recommend to manually declare the tiler json file urls, similar like: loader.urls=[ "url of tiler json file 1", "url of tiler json file 2", ...];

Alternative ⛕

No response

Additional context ☝️

No response

Validations ✅

  • [X] Read the docs.
  • [X] Check that there isn't already an issue that requests the same feature to avoid creating a duplicate.

leuyvo avatar Jul 29 '24 08:07 leuyvo