mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-22 05:26:24 +02:00
Colors and icons.
This commit is contained in:
parent
e408d537ee
commit
1c2b75d1e7
4 changed files with 383 additions and 90 deletions
2
ui.py
2
ui.py
|
@ -33,6 +33,8 @@ def parse_options(args):
|
|||
options['show_missed_tags'] = False
|
||||
elif arg in ['--overlap']:
|
||||
options['overlap'] = int(next(args))
|
||||
elif arg in ['-s', '--size']:
|
||||
options['size'] = map(lambda x: float(x), next(args).split(','))
|
||||
else:
|
||||
print 'Unknown option: ' + arg
|
||||
return None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue