forked from edward/owl-map
Consider roads to be streets
This commit is contained in:
parent
92dc8f4bb2
commit
3d578680a9
|
@ -151,6 +151,7 @@ class Item(Base):
|
|||
|
||||
def is_street(self):
|
||||
street_items = {
|
||||
'Q34442', # road
|
||||
'Q79007', # street
|
||||
'Q83620', # thoroughfare
|
||||
'Q21000333', # shopping street
|
||||
|
|
Loading…
Reference in a new issue