mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-29 17:06:30 +02:00
Issue #63: support ways, areas, and relations.
This commit is contained in:
parent
6635a5de4a
commit
0748bab9a5
9 changed files with 73 additions and 37 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue