mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-25 23:16:23 +02:00
Treat tunnel as an underground feature.
This commit is contained in:
parent
c76db0e3f5
commit
025fa12a48
1 changed files with 1 additions and 0 deletions
|
@ -507,4 +507,5 @@ def check_level_overground(tags: dict[str, Any]) -> bool:
|
|||
return (
|
||||
tags.get("location") != "underground"
|
||||
and tags.get("parking") != "underground"
|
||||
and tags.get("tunnel") != "yes"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue