Release note
Fix
- Fix a problem with uploading image files to project (top level). Trying to attach to the nearest location within 5 meters of the image GPS position. A bug in the code also considered deleted locations. If there was a deleted location with a coordinate system different from the project's, then it would crash.
- Problem with importing locations from AGS files when the file is in another coordinate system than the project. Now the import will transform and store the location coordinates in the project's coordinate system.
- Add missing sample data to the (internal)
GET /projects/{project_id}/locations_summariesendpoint. Missing data, now added:
- "Sample" columnsample_container_id
- "Container type" columncontainer_type_id
- "Sampling technique" columnsampling_technique_id - Prevent changing a method type. Not allowed. Affect the endpoint
PUT /projects/{project_id}/locations/{location_id}/methods/{method_id}