caTUstrophy / backend

Backend part for our catastrophe aid tool. Written in Go.
GNU General Public License v3.0
6 stars 3 forks source link

Replace location string by new class Area #34

Closed nielsrolf closed 8 years ago

nielsrolf commented 8 years ago

/database) Area shall safe a polygon and description

numbleroot commented 8 years ago

As per the merging of the gormgis branch we have a new struct Area (which will soon be renamed to Region for consistency reasons) storing a name, boundaries, a description and (soon to be mapped) requests and offers. Closing.