Remove map view - data only for location tracking
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled

This commit is contained in:
tocmo0nlord
2026-03-13 22:20:37 +00:00
parent 44be28c087
commit 400df898e3

View File

@@ -40,7 +40,6 @@ Import location history from Google Timeline to reconstruct the user's daily tra
- Translate GPS coordinates to street address / business name via OpenStreetMap Nominatim
- Calculate distance traveled between each location stop
- Calculate time spent at each location
- Display travel path on a map view inside Odoo
- Toggle calendar integration ON/OFF per day or globally
#### Data Points Captured
@@ -249,7 +248,6 @@ Once data is organized, export it in formats suitable for submission or external
| OCR | EasyOCR (GPU-accelerated via CUDA, NVIDIA 5080) |
| Email Ingestion | Odoo Fetchmail (IMAP) — dedicated forwarding address |
| Synology Integration | Synology NAS API / DSM |
| Map View | Leaflet.js + OpenStreetMap tiles |
| Export | QWeb PDF / xlsxwriter |
---