1
0
Fork 0

drop dead code

This commit is contained in:
Mateusz Konieczny 2025-04-17 11:06:08 +02:00
parent 81948b4725
commit b447d1b501

View file

@ -168,7 +168,6 @@ def get_matches(osm_data, atp_data):
# TODO: handle nearby objects with matching feature type or vacant ones
filtered_osm = filter_with_fuzzy_name_match(osm_data, filter_names)
osm_index = spatial_index.SpatialIndex(filtered_osm)
#print("filtering reduced entry count to", len(filtered_osm), "candidates based on names, now checking", len(atp_data), "ATP candidates by distance")
for atp in atp_data:
distance_scan_in_kilometers = config.maximum_missing_shop_distance_in_kilometers()
best_match = None