mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-10 14:51:49 +02:00
Layers refactoring.
This commit is contained in:
parent
bfdd3fc44b
commit
a90662c084
3 changed files with 118 additions and 47 deletions
|
@ -22,8 +22,8 @@ def parse_options(args):
|
|||
action='store_false', default=True)
|
||||
parser.add_argument('-nw', '--no-draw-ways', dest='draw_ways',
|
||||
action='store_false', default=True)
|
||||
parser.add_argument('-nc', '--no-draw-captions', dest='draw_captions',
|
||||
action='store_false', default=True)
|
||||
parser.add_argument('--captions', '--no-draw-captions', dest='draw_captions',
|
||||
default='yes')
|
||||
parser.add_argument('--show-missed-tags', dest='show_missed_tags',
|
||||
action='store_true')
|
||||
parser.add_argument('--no-show-missed-tags', dest='show_missed_tags',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue