Commit 0bcfd36d authored by Eric Duminil's avatar Eric Duminil
Browse files

Not needed anymore

parent b10a37bd
......@@ -108,7 +108,6 @@ def get_default_widths(ways: list) -> dict[str, float] :
for way in ways:
width = float(way.tags.get("width", 0))
way_type = way.tags.get("highway")
print(way_type, width)
if width:
if way_type not in width_counters:
width_counters[way_type] = Counter()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment