Merge modifications for more separate backend functions #69

Open
kscheidecker wants to merge 39 commits from backend/micro-services-restructuring into main
Showing only changes of commit 5549f8b0e5 - Show all commits

View File

@@ -187,6 +187,7 @@ class LandmarkManager:
# caution, when applying a list of selectors, overpass will search for elements that match ALL selectors simultaneously
# we need to split the selectors into separate queries and merge the results
# TODO: this can be multi-threaded once the Overpass rate-limit is not a problem anymore
for sel in dict_to_selector_list(amenity_selector):
# self.logger.debug(f"Current selector: {sel}")