-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Description
The building footprints project type intially implemented supports polygon geometries. However, in some situations we might be able to simplify a polygon, e.g. by a bounding box or by it's centroid. This will have an effect on how much data is transferred from Firebase to the client users. (A centroid is much smaller than the entire polygon.)
However, this strongly relates to how we want to store geometry data. Storing in Firebase offers the easiest solution, but is very likely also the most expensive one. There are also other options such as Cloud Storage, which could be used to storage all geometries of a group, which will be much cheaper.
We need to define which data is expected by the app and where it should come from.
Metadata
Metadata
Assignees
Labels
No labels