This commit is contained in:
Svipal 2020-06-06 11:13:11 +02:00
parent 9c8cdd4063
commit 9bd310810d

View file

@ -129,7 +129,7 @@ var ParseTileLayers = function (json, insertNull)
alpha: (curGroupState.opacity * curl.opacity),
visible: (curGroupState.visible && curl.visible),
orientation: CONST.fromOrientationString(json.orientation),
properties: GetFastValue(curl, 'properties', {})
properties: GetFastValue(curl, 'properties', [])
});
@ -209,7 +209,7 @@ var ParseTileLayers = function (json, insertNull)
alpha: (curGroupState.opacity * curl.opacity),
visible: (curGroupState.visible && curl.visible),
orientation: CONST.fromOrientationString(json.orientation),
properties: GetFastValue(curl, 'properties', {})
properties: GetFastValue(curl, 'properties', [])
});