[PR #738] [MERGED] feat(server) Remove mapbox and use local reverse geocoding #8741

Closed
opened 2026-02-05 13:52:27 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/738
Author: @zackpollard
Created: 9/23/2022
Status: Merged
Merged: 9/23/2022
Merged by: @alextran1502

Base: mainHead: feat/local-reverse-geocoder


📝 Commits (4)

  • 66764a5 feat: local reverse geocoding implementation, removes mapbox
  • 5ef90e6 Disable non-null tslintrule
  • c059935 Disable non-null tslintrule
  • 281efcf Remove tsignore

📊 Changes

7 files changed (+923 additions, -1314 deletions)

View changed files

📝 docker/.env.example (+12 -4)
📝 server/apps/immich/src/modules/schedule-tasks/schedule-tasks.service.ts (+6 -1)
📝 server/apps/microservices/src/processors/metadata-extraction.processor.ts (+98 -93)
📝 server/libs/common/src/config/app.config.ts (+2 -6)
📝 server/libs/job/src/interfaces/metadata-extraction.interface.ts (+3 -5)
📝 server/package-lock.json (+800 -1203)
📝 server/package.json (+2 -2)

📄 Description

Still to do:

  • Variable to control the city level precision (memory usage)
  • Reduce code duplication

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/738 **Author:** [@zackpollard](https://github.com/zackpollard) **Created:** 9/23/2022 **Status:** ✅ Merged **Merged:** 9/23/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `feat/local-reverse-geocoder` --- ### 📝 Commits (4) - [`66764a5`](https://github.com/immich-app/immich/commit/66764a533a3b6163bdcd71916ee24fe1c9f3ec97) feat: local reverse geocoding implementation, removes mapbox - [`5ef90e6`](https://github.com/immich-app/immich/commit/5ef90e62fc3761ae67fb8057ac22f13eda96a09a) Disable non-null tslintrule - [`c059935`](https://github.com/immich-app/immich/commit/c059935903bc8133e9484a5e35fff96865791e13) Disable non-null tslintrule - [`281efcf`](https://github.com/immich-app/immich/commit/281efcf72f62b24e1141a5d8a51825770a391b4f) Remove tsignore ### 📊 Changes **7 files changed** (+923 additions, -1314 deletions) <details> <summary>View changed files</summary> 📝 `docker/.env.example` (+12 -4) 📝 `server/apps/immich/src/modules/schedule-tasks/schedule-tasks.service.ts` (+6 -1) 📝 `server/apps/microservices/src/processors/metadata-extraction.processor.ts` (+98 -93) 📝 `server/libs/common/src/config/app.config.ts` (+2 -6) 📝 `server/libs/job/src/interfaces/metadata-extraction.interface.ts` (+3 -5) 📝 `server/package-lock.json` (+800 -1203) 📝 `server/package.json` (+2 -2) </details> ### 📄 Description Still to do: - [x] Variable to control the city level precision (memory usage) - [x] Reduce code duplication --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:52:27 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8741