openspp-modules
openspp-modules copied to clipboard
Create a module for geolocation of Area
create an extra module that add 2 fields to Area:
- coordinates = fields.GeoPoint()
- geo_polygon = fields.GeoMultiPolygon()
Update the importer to allow to import those.
Working as expected. Test cases executed: TSOS-246 to TSOS-252