Closed bjorn closed 7 years ago
The orthogonal-outside.tmx example shipping with Tiled has a DTD reference included as follows:
orthogonal-outside.tmx
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE map SYSTEM "http://mapeditor.org/dtd/1.0/map.dtd"> <map version="1.0" orientation="orthogonal" renderorder="right-down" width="45" height="31" tilewidth="16" tileheight="16" nextobjectid="37"> ...
When trying to load that map with this library, it throws the following somewhat confusing error:
xml parser: missing 'orientation' attribute in the 'map' element
The
orthogonal-outside.tmx
example shipping with Tiled has a DTD reference included as follows:When trying to load that map with this library, it throws the following somewhat confusing error: