mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-29 00:46:27 +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 (
|
return (
|
||||||
tags.get("location") != "underground"
|
tags.get("location") != "underground"
|
||||||
and tags.get("parking") != "underground"
|
and tags.get("parking") != "underground"
|
||||||
|
and tags.get("tunnel") != "yes"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue