skipping boundaries
This commit is contained in:
parent
d35ff30864
commit
1b955f249e
@ -278,6 +278,11 @@ class LandmarkManager:
|
|||||||
skip = True
|
skip = True
|
||||||
break
|
break
|
||||||
|
|
||||||
|
if "boundary" in tag_key:
|
||||||
|
# skip "areas" like administrative boundaries and stuff
|
||||||
|
skip = True
|
||||||
|
break
|
||||||
|
|
||||||
if "historic" in tag_key and elem.tag('historic') in ['manor', 'optical_telegraph', 'pound', 'shieling', 'wayside_cross']:
|
if "historic" in tag_key and elem.tag('historic') in ['manor', 'optical_telegraph', 'pound', 'shieling', 'wayside_cross']:
|
||||||
# skip useless amenities
|
# skip useless amenities
|
||||||
skip = True
|
skip = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user