@@ -128,13 +128,9 @@ var ParseTileLayers = function (json, insertNull)
128128 tileHeight : json . tileheight ,
129129 alpha : ( curGroupState . opacity * curl . opacity ) ,
130130 visible : ( curGroupState . visible && curl . visible ) ,
131- << < << << HEAD
132131 properties : GetFastValue ( curl , 'properties' , [ ] ) ,
133132 orientation : CONST . fromOrientationString ( json . orientation )
134133
135- === = ===
136- properties : GetFastValue ( curl , 'properties' , [ ] )
137- >>> > >>> 0 cca0018451ad141795ed0c8153193dabeb62ef6
138134 } ) ;
139135
140136 if ( layerData . orientation === CONST . HEXAGONAL )
@@ -212,13 +208,9 @@ var ParseTileLayers = function (json, insertNull)
212208 tileHeight : json . tileheight ,
213209 alpha : ( curGroupState . opacity * curl . opacity ) ,
214210 visible : ( curGroupState . visible && curl . visible ) ,
215- << < << << HEAD
216211 properties : GetFastValue ( curl , 'properties' , [ ] ) ,
217212 orientation : CONST . fromOrientationString ( json . orientation )
218213
219- === = ===
220- properties : GetFastValue ( curl , 'properties' , [ ] )
221- >>> > >>> 0 cca0018451ad141795ed0c8153193dabeb62ef6
222214 } ) ;
223215
224216 if ( layerData . orientation === CONST . HEXAGONAL )
0 commit comments