Remove unused zoom 0 from drules output
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
ebe1ced85c
commit
8e8f17bd29
1 changed files with 3 additions and 0 deletions
|
@ -349,6 +349,9 @@ def komap_mapswithme(options):
|
|||
|
||||
visstring[zoom] = "1"
|
||||
|
||||
if zoom == 0:
|
||||
continue
|
||||
|
||||
dr_element = DrawElementProto()
|
||||
dr_element.scale = zoom
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue