Remove unused zoom 0 from drules output

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin 2023-02-26 18:15:07 +00:00 committed by Viktor Govako
parent ebe1ced85c
commit 8e8f17bd29

View file

@ -349,6 +349,9 @@ def komap_mapswithme(options):
visstring[zoom] = "1"
if zoom == 0:
continue
dr_element = DrawElementProto()
dr_element.scale = zoom