Hi everyone.
Does CesiumJS support google 2D tiles?
My goal would be to retrieve the information from the building by clicking on a 3d tileset.
I would like to combine google 2d tiles on top of google 3d photorealistic tiles, so when I click on a 3d building the information would be retrieved from the 2d tile building.
Combination of osm 3d tiles and google 3d tiles looks not good but is there a way to hide osm buildings but make only them clickable?
Ideally I am trying to achieve this: click on a building then retrieve its boundaries and then hide the building with ClippingPolygon.
Thanks.