3DStreet / 3dstreet

🚲🚢🚌 Web-based 3D visualization of streets using A-Frame
https://3dstreet.app
Other
256 stars 33 forks source link

triage 3dtiles not loading when added mid-session #603

Closed kfarr closed 3 months ago

kfarr commented 3 months ago

Sometimes as a user who selects google 3d tiles, they do not load.

No user visible error. Sometimes it might appear and just be taking a while to load, sometimes it never loads.

To reproduce:

Algorush commented 3 months ago

Yes, I also noticed this behavior. I can study the reasons and fix it

Algorush commented 3 months ago

the reason was that the data-no-pause attribute only works when navigating from Viewer->Editor. Therefore, it was necessary to add a play method call to the element with loader-3dtiles to start loading tiles if we are in the Editor

kfarr commented 3 months ago

closed by #624