Issue #63: support ways, areas, and relations.

This commit is contained in:
Sergey Vartanov 2021-07-29 23:38:11 +03:00
parent 6635a5de4a
commit 0748bab9a5
9 changed files with 73 additions and 37 deletions

View file

@ -107,10 +107,6 @@ def main(options) -> None:
Path(ICONS_FILE_NAME), Path("icons/config.json")
)
def check_level(x) -> bool:
"""Draw objects on all levels."""
return True
if options.level:
if options.level == "overground":
check_level = check_level_overground