EPFL-ENAC / ALICE-ETHZ-AREMA

https://alice-ethz-arema.epfl.ch
GNU General Public License v3.0
1 stars 0 forks source link

feat: professional coordinates are saved as a postgis geometry #40

Closed ymarcon closed 9 months ago

ymarcon commented 9 months ago

Former areaDelivery field is split in radius and coordinates fields, plus a geom field that is a PostGIS compatible representation of the coordinates, to be used in geo operations (like Martin). This geometry field is for internal usage only, i.e. not exposed to the feathers client.

See issue #39.