forked from organicmaps/organicmaps
Fixed styles merging
Signed-off-by: Sergiy Kozyr <s.trump@gmail.com>
This commit is contained in:
parent
ecb7665ea5
commit
66f04c6090
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ def create_diff(zooms1, zooms2):
|
|||
print("{}: missing completely; {}".format(typ, zooms_string(zooms2[typ][0].scale, zooms2[typ][1].scale)))
|
||||
cont = drules_struct_pb2.ClassifElementProto()
|
||||
cont.name = typ
|
||||
for z in range(zooms2[typ][0].scale, zooms2[typ][1].scale):
|
||||
for z in range(zooms2[typ][0].scale, zooms2[typ][1].scale+1):
|
||||
fix = copy.deepcopy(zooms2[typ][0])
|
||||
fix.scale = z
|
||||
cont.element.extend([fix])
|
||||
|
|
Loading…
Add table
Reference in a new issue