missioncommand / mil-sym-java

(RETIRED) MIL-STD-2525 B and C rendering library and web service
Apache License 2.0
67 stars 36 forks source link

Icon color #30

Closed jtharp closed 7 years ago

jtharp commented 8 years ago

I am looking for the ability to change the icon (internal symbol / within the frame) color by passing in a parameter to the http get request.

Right now we use line color and fill color to signify special symbols in our system but right now I don't see a method of changing the icon color.

michael-spinelli commented 8 years ago

Use ICONCOLOR http://127.0.0.1:6789/mil-sym-service/image/SFPPS----------?SIZE=90&ICONCOLOR=0000FF

jtharp commented 8 years ago

Thanks, did not see it mentioned in the developer guide. Is it ICONCOLOR=0000FF or ICONCOLOR=0x0000FF

michael-spinelli commented 8 years ago

You're right, I'll update.

Either should work.