Merge modifications for more separate backend functions #69
@@ -187,6 +187,7 @@ class LandmarkManager:
|
|||||||
|
|
||||||
# caution, when applying a list of selectors, overpass will search for elements that match ALL selectors simultaneously
|
# 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
|
# 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):
|
for sel in dict_to_selector_list(amenity_selector):
|
||||||
# self.logger.debug(f"Current selector: {sel}")
|
# self.logger.debug(f"Current selector: {sel}")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user