PastVu / pastvu

PastVu is an online platform for curating, annotating, attributing, and discussing vintage pictures around the world
https://pastvu.com
GNU Affero General Public License v3.0
110 stars 17 forks source link

Fix cluster photo retrieval. #649

Closed kabalin closed 8 months ago

kabalin commented 8 months ago

It looks like in some edge cases the photo remains null, distance increase seems fix it (originally this code had no distance limits, but we set it to improve photo search performance in low density areas such as north pole, see #586).

In client lib getDistanceFromLatLonInKm is unused, so removed (instead of making it consistent with server)