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
ignore shop=outpost for now as tricky
This commit is contained in:
parent
378a326e3d
commit
157c8a18dc
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=outpost',
|
||||
]:
|
||||
if skipping in line:
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue