From 4836c2b42f6eb6c99b27375d00492b63e4500892 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 24 Jun 2022 21:05:51 +0200 Subject: rename it to mapped_length --- fetch_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch_data.py b/fetch_data.py index 8739fbf..bf96ee9 100755 --- a/fetch_data.py +++ b/fetch_data.py @@ -117,7 +117,7 @@ def query_overpass(relation_ids: Collection[int], with_length: bool): data = dict(tags={k: v for k, v in rel['tags'].items() if k in KEYS}) if with_length: - data['length'] = get_length(rel, all_relations) + data['mapped_length'] = get_length(rel, all_relations) relations[rel_id] = data -- cgit v1.2.3