Replies: 1 comment
-
Following up on this, I did tried the same code (changing the location) with another 3D tiles dataset from Strasbourg in France : https://s3.eu-west-2.wasabisys.com/ems-sgct-photomaillage/ODACIT/EMS_PM2022/tileset.json , and it works properly (loading lots of tile), so it is something that has to do with the "Cesium OSM buildings" Dataset ... maybe their tileset.json is from another version of 3D tiles ?? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Problem
I am experimenting with 3D tiles and looking to build a simple visualization of some OSM buildings with the Cesium dataset.
I try to request 3D tile with
loaders.gl
for some viewport, but for some reason it does only return the root tile with the Cesium dataset, I tried the same code using the Google 3D tiles and I get 53 tiles of the building on that location. (which is the centered in the statue of liberty in New York)Any idea why this could happen ? I tried with other location and others zoom level and have the same problem.. I am unable to fetch tiles for this dataset.
Thanks a lot for any pointer 🙏
Sample code
More Details
In the network tab of my browser, two requests are made
From my understanding of the 3D tiles specification , what is wrong is that it does not try to go through the tree and load the children tiles of the tileset.json to get down to the detailed tiles that are in my viewport
for reference, here is the root tileset.json .. ( in my understanding it should go and fetch "0-0-0.json" and so on until it reach a geometric error acceptable)
Beta Was this translation helpful? Give feedback.
All reactions