properties bug on line 9941, when loading json

Hey guys,

I really hope I’ll get an answer on this one here.
 

I created a map with tiled and saved it as a “tmx”.
Now I do mte.loadMap( “myMap.tmx” ) and the mte loads the map.
2 WARNINGS appear like this:

WARNING(detectSpriteLayers): No Sprite Layers Found. Defaulting to all map layers. WARNING(detectObjectLayers): No Object Layers Found.

But the map loads!

Now I’m saving the map as a json file.
Trying to load it and get this error:

mte.lua:9941: attempt to index field 'properties' (a nil value)

I’m hanging on this for hours now -.-
Pleeease has someone an idea to that?

Thank you in advance
Dimitri

Ok I solved my problem.
Just added a properties table manually to my json.
:slight_smile:

Ok I solved my problem.
Just added a properties table manually to my json.
:slight_smile: