mirror of
https://codeberg.org/matkoniecz/list_how_openstreetmap_can_be_improved_with_alltheplaces_data.git
synced 2025-05-12 20:53:08 +02:00
drop dead code
This commit is contained in:
parent
81948b4725
commit
b447d1b501
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue