-
Notifications
You must be signed in to change notification settings - Fork 36
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
Central icon display problem #100
Comments
Just to check, above you said you used "SSSCCLBB----". The symbol ID needs to be 15 characters. Using "SSSCCLBB----" I got an empty symbol like you. Using "SSSCCLBB--*****" I got the icon inside the symbol. Now if you are using a 15 character symbol ID I'll have to look at it some more as I'm not having any problems with that. |
Thanks ! I did not even notice the number of characters now I understand. I just have another quick question for when is the 2525D and APP-6 D support planned? Thanks |
Short answer is no further development is planned. The renderer is not being actively developed right now. Until there is a deadline for 2525D support for the Army, I don't see any further development getting funded. The only open source renderer that supports 2525D that I'm aware of is in JavaScript and is located here: They have a library that does 2525D single points. They started a library for multipoints but I believe that work as stalled. We did some mapping of 2525D codes for multipoints but that's not officially supported and only works via the web service and doesn't have any of the checks to make sure what you're sending in is good. I made a post here: 2525D still not supported in any capacity and there is no current plan to. However, I created a branch where I unlock what 2525D functionality we do have: -Unblocked 2525D in the renderer |
Here's a build of the branch I referenced above for anyone that is interested. |
Hi,
I just started to develop with this library (version 1.38). I recovered the method "Draw Unit" from sample code to add it to my code, I just changed the display PNG method because I'm using JavaFX but nothing from the core.
When i click on the button to generate a symbol (code SSSCCLBB----), I get this
But I should get this
On all other symbols it's the same, I have no icon inside the symbol. I can only generate the outside and not the inside.
Is this normal, how can I solve the problem?
My code :
The text was updated successfully, but these errors were encountered: