Hi,
I am trying to export my model using the export interface “Cesium 3D tiles”.
When I try to include the 3d tiles in a Cesium client, I get the following message on the console:
This tileset JSON uses the “content.url” property which has been deprecated. Use “content.uri” instead.
_A 3D tile failed to load: http://localhost/3dtiles\_stadtmodell/tileset\_alignment\_end/Geometry/lod3\_0.b3dm_
Error: Invalid tile content.
When I replace all “url” with “uri” in the JSON file, the following message appears:
_A 3D tile failed to load: http://localhost/3dtiles\_stadtmodell/tileset\_alignment\_end/Geometry/lod3\_0.b3dm_
Error: Invalid tile content.
I have defined the mime type “.b3dm” on the server with “application/octet-stream”.
Who can help?
thanks Sven