Update ParseTileLayers.js

This commit is contained in:
Svipal 2020-08-09 11:50:25 +02:00
parent b4d9d71009
commit a72efc8ac8

View file

@ -128,8 +128,8 @@ var ParseTileLayers = function (json, insertNull)
tileHeight: json.tileheight,
alpha: (curGroupState.opacity * curl.opacity),
visible: (curGroupState.visible && curl.visible),
orientation: CONST.fromOrientationString(json.orientation),
properties: GetFastValue(curl, 'properties', [])
properties: GetFastValue(curl, 'properties', []),
orientation: CONST.fromOrientationString(json.orientation)
});
@ -208,8 +208,8 @@ var ParseTileLayers = function (json, insertNull)
tileHeight: json.tileheight,
alpha: (curGroupState.opacity * curl.opacity),
visible: (curGroupState.visible && curl.visible),
orientation: CONST.fromOrientationString(json.orientation),
properties: GetFastValue(curl, 'properties', [])
properties: GetFastValue(curl, 'properties', []),
orientation: CONST.fromOrientationString(json.orientation)
});