TMXTiledMap and Stagger Axis to Y

Hi,

I load my tiledmap.tmx file in Cocos2d-js with the component TMXTiledMap. In software Tiled, I have set in map properties an hexagonal (staggered) orientation. Hexagonal map seems to work with Cocos2d-js but map properties Stagger axis set to Y has no effect. How can I force stagger axis to Y in TMXTiledMap ?

I looked into the code and saw that none of parameters of a tiled map has effects. Apart from the type (isometric, hexa, …). I’m tempted to develop the features but the repository look like a no mans land. I submitted a pull request few weeks ago and didn’t get any reply… Can someone help me?