mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-21 21:16:24 +02:00
Readme added.
This commit is contained in:
parent
128ad8f8e8
commit
e408d537ee
4 changed files with 40 additions and 3 deletions
2
ui.py
2
ui.py
|
@ -29,6 +29,8 @@ def parse_options(args):
|
|||
options['draw_ways'] = False
|
||||
elif arg in ['--show-missed-tags']:
|
||||
options['show_missed_tags'] = True
|
||||
elif arg in ['--no-show-missed-tags']:
|
||||
options['show_missed_tags'] = False
|
||||
elif arg in ['--overlap']:
|
||||
options['overlap'] = int(next(args))
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue