Is your feature request related to a problem? Please describe.
Currently there is no way to create/update entries into the vertical datum offset table. Initially, we though about adding a VerticalDatumInfo object into the Location DTO but this would cause a change in the shape of the data, breaking existing shapes used by clients.
Describe the solution you'd like
Implement a location/location-id/datum endpoint that allows for CRUD operations on a location's vertical datum.
Describe alternatives you've considered
Other considerations were to add in breaking changes to the existing Location DTO, adding a new api version 3, or adding in a query param to determine which payload shape is being requested. None of these seemed like good solutions compared to a new endpoint.
Additional context
See discussion and consensus decision here: #1565
Is your feature request related to a problem? Please describe.
Currently there is no way to create/update entries into the vertical datum offset table. Initially, we though about adding a VerticalDatumInfo object into the Location DTO but this would cause a change in the shape of the data, breaking existing shapes used by clients.
Describe the solution you'd like
Implement a location/location-id/datum endpoint that allows for CRUD operations on a location's vertical datum.
Describe alternatives you've considered
Other considerations were to add in breaking changes to the existing Location DTO, adding a new api version 3, or adding in a query param to determine which payload shape is being requested. None of these seemed like good solutions compared to a new endpoint.
Additional context
See discussion and consensus decision here: #1565