mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-02-11 18:59:23 +00:00
feat(server, web)!: Move reverse geocoding settings to the UI (#4222)
* feat: reverse geocoding settings * chore: open api * re-init geocoder if precision has been updated * update docs * chore: update verbiage * fix: re-init logic * fix: reset to default --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
This commit is contained in:
@@ -51,6 +51,11 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// bool reverseGeocoding
|
||||
test('to test the property `reverseGeocoding`', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
// bool search
|
||||
test('to test the property `search`', () async {
|
||||
// TODO
|
||||
|
||||
Reference in New Issue
Block a user