Closed marcolarosa closed 2 years ago
This is implemented: https://github.com/Arkisto-Platform/describo-online/commit/ab444464e3279681e24bc492afb8355ef2ae7b8e.
Need to add the data as a stringified GeoJSON feature in the geojson
property of each of these entity types.
This is now done and working.
Needs to allow the user to select a point on a map or draw a region and return a bbox.
If a point then create a GeoCoordinates entry. If a bbox then create a GeoShape entry.
@ptsefton What do you think?