Hi, is it possible to calculate the area of cesium tilesets? I have OSM building as one tileset layer and another cesium tileset which I uploaded. I want to calculate how many buildings are affected (where the two layers intersect) when I adjust the location of the tileset.
Hi @mmdek,
I just want to clarify my understanding. You’re looking to intersect two Cesium tilesets, and then, programmatically calculate the area of the intersection in Play Mode. Is that correct? (Any illustrations or screenshots would be helpful. )
Hi, I want to do 2 things:
- calculate area of intersection of OSM building layer with a cesium tileset
- calculate area of intersection between two cesium tileset.
For example, I have a water tileset layer and i want to see how much of it overlaps on google maps tileset. I want to calculate how much of the area is flooded
That sounds like a really interesting problem. Would love to know how to go about solving it!