mirror of
https://codeberg.org/matkoniecz/list_how_openstreetmap_can_be_improved_with_alltheplaces_data.git
synced 2025-05-13 05:03:09 +02:00
wholesale suppression of shop=wholesale type conflicting listing
This commit is contained in:
parent
9bd508278c
commit
2d630d0f0b
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ def consider_showing_line(line):
|
|||
"office=yes",
|
||||
'shop=second_hand',
|
||||
'shop=vacant',
|
||||
'shop=wholesale', # may be wholesale of anything
|
||||
'shop=outpost', 'shop=charity', 'shop=gift', # inspection of logs needed
|
||||
'building=', # not matching with anything
|
||||
'office=government', 'office=financial', 'healthcare', 'some_telecommunication_office_or_shop', # not sure yet how to deal with those
|
||||
|
|
Loading…
Add table
Reference in a new issue