Implements the necessary changes to simplify the exposure database in exposure-lib:
geom
field from Tile
and Building
to Entity
building_rowid
with the osm_id
(nullable) in Entity
. Now a tile is represented as an entity with osm_id = NULL
.NULL
values are distinct, a trigger must check if two times the same tile is being inserted.Closes #17 (closed)
\approve @tara @LaurensJN @shinde