-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
First GID property is always null when using TMXMapReader #2933
Comments
Actually, @mikepthomas Was the |
Completely agree. MapReader was intended to replace TMXMapReader however it is using JaxB simplify the code to load the the map. JaxB was deprecated and removed in JDK 11 (However it is still available as an external dependecy) my preference would be to remove the MapReader I created and use the TMXMapReader |
Alright, let's remove |
Wouldn't this still be a bit of a fix since otherwise there's no way to access the firstgid property? |
The first gid property is always null when using the TMXMapReader, the older MapReader used to set it in the buildMap method
I'll create a PR to also set this property in the TMXMapReader.
The text was updated successfully, but these errors were encountered: