auto test report #39

Merged
kscheidecker merged 7 commits from backend/auto-test-report into main 2024-11-22 10:09:16 +00:00
Showing only changes of commit 1b955f249e - Show all commits

View File

@ -278,6 +278,11 @@ class LandmarkManager:
skip = True
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']:
# skip useless amenities
skip = True