Tile damage view does not have tile but building geometry
A random Entity.geom is used from the GROUP BY
aggregation. This could be a tile, could be a building. The view should use an INNER JOIN
on tiles to get the geometry.
A random Entity.geom is used from the GROUP BY
aggregation. This could be a tile, could be a building. The view should use an INNER JOIN
on tiles to get the geometry.