Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve map output for better diff-viewing with mapeditor xml output #17

Closed
gurkenlabs opened this issue Sep 3, 2017 · 0 comments
Closed

Comments

@gurkenlabs
Copy link
Collaborator

Although our exported XML maps can be opened with the mapeditor, the output XML differes in a lot of ways.
Some properties are being serialized in a different order and some have a different type (double instead of int).

It is desired to adjust out output in order to improve intercompatibility between the tools.

Example:

current:

<object gid="0" height="21.0" id="162" type="PROP" width="20.0" x="694.0" y="315.0">

desired:

<object id="162" type="PROP" x="694" y="315" width="20" height="21">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants