3dcitydb / 3dcitydb-web-map

Cesium-based 3D viewer and JavaScript API for the 3D City Database
Apache License 2.0
359 stars 122 forks source link

GLTF renders on localhost but not on remote server #46

Closed Itsman-AT closed 3 years ago

Itsman-AT commented 4 years ago

I have the problem, that my 3DCityDB created GLTF tiles load fine on localhost:

grafik

but when I transfer the files to the production server I do not get the 3D representation, instead I seem to see the footprints only:

grafik

Any hint what could be the problem? Logs show a lot of errors like this:

grafik

Son-HNguyen commented 4 years ago

It seems the client could not load the data located on the server using your links. It could be that the links you provided are not correct, or the server does not grant access to those files.

Itsman-AT commented 4 years ago

Thanks for the swift reply @Son-HNguyen . Do partially non-existing GLB files keep the application from rendering at all? It seems, that only some of them are missing in the Tiles directories. I will investigate on this. Thanks again.

Son-HNguyen commented 3 years ago

Closed due to inactivity.