Is your feature request related to a problem? Please describe.
When loading data from one DB to another (e.g. dev), there isn't a good way to pull/push the vertical datum offsets and local vertical datum names.
Describe the solution you'd like
Something like this:
GET /location/vertical-datum?office=&unit=&location-id-mask=
POST /location/vertical-datum?override=false
Ideally post would have override instead of a PATCH.
This somewhat ties into the bug that is preventing multiple offsets being returned for a LOCAL/OTHER datum referenced in #1613.
Is your feature request related to a problem? Please describe.
When loading data from one DB to another (e.g. dev), there isn't a good way to pull/push the vertical datum offsets and local vertical datum names.
Describe the solution you'd like
Something like this:
GET /location/vertical-datum?office=&unit=&location-id-mask=POST /location/vertical-datum?override=falseIdeally post would have override instead of a PATCH.
This somewhat ties into the bug that is preventing multiple offsets being returned for a LOCAL/OTHER datum referenced in #1613.