mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-06 12:51:53 +02:00
Merge main.
This commit is contained in:
commit
a7b3c707cf
12 changed files with 378 additions and 90 deletions
|
@ -499,7 +499,7 @@ def check_level_overground(tags: Dict[str, Any]) -> bool:
|
|||
try:
|
||||
levels: map = map(float, tags["level"].replace(",", ".").split(";"))
|
||||
for level in levels:
|
||||
if level <= 0:
|
||||
if level < 0:
|
||||
return False
|
||||
except ValueError:
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue