As topic!
there are two tile at level 0, how to calculate xyz and lat lon?
Hi @FengFengmomo, thanks for the question
CesiumJS has classes for Cartesian2, Cartesian3, Cartesian4 and Cartograpic coordinates. The Cartographic class offers functions to convert fromCartesian or toCartesian which should be able to do the calculations you need converting to or from Cartesian3.
Hope that helps! If it I may have misunderstood your question so please let me know
1 Like