dawarich/app
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
..
assets Use canvas for map 2025-01-14 23:23:46 +01:00
channels Implement live points count update for imports 2024-11-04 13:06:04 +01:00
controllers Fix authentication to GET /api/v1/countries/visited_cities 2025-01-22 10:53:33 +01:00
helpers Show visited cities on map page 2024-12-11 22:00:33 +01:00
javascript Return scale and stats controls to map 2025-01-20 11:46:57 +01:00
jobs Rename GoogleMaps::RecordsParser to GoogleMaps::RecordsImporter 2025-01-21 19:42:04 +01:00
mailers Initial Rails 7.0.2.3 template w/ rspec, tailwind, and devise user 2022-04-06 22:46:10 +04:00
models Merge remote-tracking branch 'origin/dev' into chore/database-user-constraints 2025-01-22 15:03:55 +01:00
policies Extract some useful code from January of 2023 app 2023-02-01 14:30:09 +01:00
serializers Show photoprism photos on a trip page 2024-12-10 18:49:37 +01:00
services Fix reverse geocoding issue 2025-01-25 22:11:35 +01:00
uploaders Use shrine to upload files instead of ActiveStorage 2024-04-25 22:28:34 +02:00
views Rename Polylines to Routes in the interface 2025-01-13 22:05:25 +01:00