This commit is contained in:
projectmoon 2024-08-04 22:31:16 +02:00
parent f5d08a1d1f
commit c784b30967
1 changed files with 1 additions and 1 deletions

2
osm.py
View File

@ -188,7 +188,7 @@ class OsmSearcher:
# use results from overpass, but if they do not exist, # use results from overpass, but if they do not exist,
# fall back to the nominatim result. we can get away # fall back to the nominatim result. we can get away
# with this because we're not diggin through the # with this because we're not digging through the
# objects themselves (as long as they have lat/lon, we # objects themselves (as long as they have lat/lon, we
# are good). # are good).
things_nearby = (overpass_result ['elements'] things_nearby = (overpass_result ['elements']