From 3d578680a9de10f8a17d4312eaa1aafd2bbef25d Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 23 Jul 2021 14:39:19 +0200 Subject: [PATCH] Consider roads to be streets --- matcher/model.py | 1 + 1 file changed, 1 insertion(+) diff --git a/matcher/model.py b/matcher/model.py index 4f0aa34..db239bf 100644 --- a/matcher/model.py +++ b/matcher/model.py @@ -151,6 +151,7 @@ class Item(Base): def is_street(self): street_items = { + 'Q34442', # road 'Q79007', # street 'Q83620', # thoroughfare 'Q21000333', # shopping street