dawarich/app/services
Arne Schwarck 908232d397
Fix reverse geocoding issue
Previously, reverse geocoding queries in the Photon lookup did not properly
limit results within a specified search radius, leading to inaccurate or
unexpected locations being returned. This fix ensures that the :radius
parameter is passed directly, just like :limit and :distance_sort, instead
of being nested under :params.
By aligning with the Photon lookup implementation in Geocoder, this change
improves accuracy and ensures that results are correctly filtered based on
proximity, resolving issues where points were incorrectly matched due to
missing radius constraints.

Resolves: Reverse geocoding mismatch for close proximity queries
2025-01-25 22:11:35 +01:00
..
areas/visits Add optional order query parameter to GET /api/v1/points 2024-10-02 21:29:56 +02:00
cache Make sure cache jobs are run only on server start 2025-01-07 15:02:35 +01:00
exports Change mapping for redis container and add logs to export process 2024-12-11 14:34:59 +01:00
geojson Fix importing geojson from GPSLogger for Android 2024-11-08 14:22:23 +01:00
google_maps Rename GoogleMaps::RecordsParser to GoogleMaps::RecordsImporter 2025-01-21 19:42:04 +01:00
gpx Fix a bug where a gpx file with empty tracks was not being imported 2025-01-22 11:15:55 +01:00
immich Add Logging for Immich 2024-12-27 21:52:33 +01:00
imports Make sure cache jobs are run only on server start 2025-01-07 15:02:35 +01:00
jobs Revert "Imported points will now be reverse geocoded only after import is finished." 2025-01-04 21:31:21 +01:00
notifications Add notifications 2024-07-04 22:20:12 +02:00
overland Fix overland batch payload processing 2024-07-08 23:56:08 +02:00
own_tracks fix imports of owntracks .rec files containing events other than locations 2024-12-03 22:05:05 +00:00
photoprism Update changelog 2024-12-04 13:59:49 +01:00
photos Add spec for Photos::Thumbnail 2024-12-04 13:50:41 +01:00
points Assign user_id to points on parsing 2025-01-20 20:07:46 +01:00
reverse_geocoding Fix reverse geocoding issue 2025-01-25 22:11:35 +01:00
stats Add buttons to update stats for a year or a month 2024-12-20 15:26:25 +01:00
tasks/imports Fix authentication to GET /api/v1/countries/visited_cities 2025-01-22 10:53:33 +01:00
telemetry Disable telemetry by default 2024-12-11 14:53:07 +01:00
trips Move photos fetching for trips to a separate service 2024-12-10 19:31:52 +01:00
visits Remove REVERSE_GEOCODING_ENABLED env var 2025-01-07 13:41:09 +01:00
check_app_version.rb Fix a bug where rc version was being checked as a stable release 2025-01-22 12:17:26 +01:00
countries_and_cities.rb Fix some swagger specs and remove unused code 2024-12-16 15:42:26 +01:00
distance_calculator.rb Calculate only necessary stats 2024-12-06 16:52:36 +01:00