I created a map/level in JSON with "tiled map editor" which uses a tileset. Fot the JSON file look in the attachment.
 
	Now in code loop through the JSON and try to create the level/map. 
	Problem is that it renders the same tile and not the different ones. 
	If I run per layer it's ok (l=1, l<2), If I add the layer loop it renders with only 1 tile...(see attached image, there should be different walls)  
	I tried several things.  
	It looks like pixi does create all sprites with same tile