TMX does not load two tilesets in the same layer

Hi guys i had this problem:

In Tiled 1.1.6 (this version generates a 1.0 map) i can use 2 or more tilesets in the same layer, but cocos2d-x does not load them, just loads the last one used.

The horizontal road was placed on the layer “roads” using the tileset named Grass-Road-H

TileSet1

This is the same Layer but using a different tileset.

TileSet2

looks pretty good on Tiled but in game looks like this:

RoadInGame

I know what i have to do, get all the graphics and create just 1 tileset.

Just letting you know, to do not waste time creating a huge map and then it doesn’t work like i did.

Yes man, cocos can’t support it, it’s said on documentation, but hey just make one tileset of the two you have and solved!