heikkilevanto / beertracker

Simple script to track the beers I drink
GNU General Public License v2.0
2 stars 1 forks source link

Detect wrong geo coords #279

Closed heikkilevanto closed 5 months ago

heikkilevanto commented 5 months ago

It happens that I move to a different location, and then file a beer there. If I forget to explicitly set the new location, the entry can get the old places name, but with current geo coordinates. That may lead to wrong location guesses later.

Before adding a new record, do a sanity check: If we already have geo coords for the claimed location, and those differ by 50m or so, blank the geo coords for the new entry.