spatialillusions / milsymbol

Military Symbols in JavaScript
www.spatialillusions.com/milsymbol
MIT License
547 stars 134 forks source link

2525C - Supporting 'Static operational condition modifiers for tactical symbols' #189

Closed YahavTheKing123 closed 6 years ago

YahavTheKing123 commented 6 years ago

Hey,

Currenlty in milsymbol I see that the Static operational condition modifiers for tactical symbols are being generated with the buttom colored frame according to its condition (as in the attached pic this is the 'Alternate symbols for operational condition modifiers for tactical symbols' taken from the standart).

Is milsymbol supports the other way of generating the operational condition modifier (as in the picture of TABLE III-1. of marking an X or / on the symbol)?

If not, how can i achieve it? which files should I change inorder to get this ability.

Thanks for your support!

image

image

spatialillusions commented 6 years ago

By default milsymbol will use the simple status modifiers for unfilled symbols, and the colored status modifier for filled symbols, this can be changed by using the option simpleStatusModifier as listed in the documentation. It is also described in the rendering documents in the doc folder, that you can find a live preview of there. https://spatialillusions.com/milsymbol-dev/docs/milsymbol-2525c.html

YahavTheKing123 commented 6 years ago

I appriciate your help! that's wokred for me.

Thank you