Logo
Explore Help
Register Sign In
immich-app/immich
1
0
Fork 0
You've already forked immich
mirror of https://github.com/immich-app/immich.git synced 2025-12-21 01:11:16 +03:00
Code Issues Packages Projects Releases 18 Wiki Activity
Files
753842745d550197996715c1bf3ef8126d2bb71f
immich/server/src/domain/system-config/dto/system-config-reverse-geocoding.dto.ts

7 lines
131 B
TypeScript
Raw Normal View History

feat: postgres reverse geocoding (#5301) * feat: add system metadata repository for storing key values for internal usage * feat: add database entities for geodata * feat: move reverse geocoding from local-reverse-geocoder to postgresql * infra: disable synchronization for geodata_places table until typeorm supports earth column * feat: remove cities override config as we will default all instances to cities500 now * test: e2e tests don't clear geodata tables on reset
2023-11-25 18:53:30 +00:00
import { IsBoolean } from 'class-validator';
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>
2023-09-26 09:03:57 +02:00
export class SystemConfigReverseGeocodingDto {
@IsBoolean()
enabled!: boolean;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 114ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API