Layers refactoring.

This commit is contained in:
Sergey Vartanov 2016-01-07 01:31:58 +03:00
parent bfdd3fc44b
commit a90662c084
3 changed files with 118 additions and 47 deletions

View file

@ -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',