Isometric tilemap layers not aligning

Hi, does anyone know why my tilemap layers are not aligning? Inside Tiled, my terrain tilesheet has a drawing offset of (-26, 206) so that the top part of the tile fits the tilemap grid. Not sure if that is the reason why the tilemap layers are misaligned. Thanks!

Game
Source Code

To me it looks like it’s adding about 200 pixels to Y offset in your second image… I’d play around with that… maybe try exporting map without drawing offset… or match the offset in Phaser when you go through the tiles.

Good luck!