missioncommand / mil-sym-js

(RETIRED) MIL-STD-2525 symbol rendering JavaScript library for modern web applications
Apache License 2.0
76 stars 25 forks source link

Add missing "T1" and "N." 2525C modifiers #36

Open vandytx opened 5 years ago

vandytx commented 5 years ago

Could you please add the following modifiers in the next release?:

{ "ID": "GGGLF---X", "G": "line", "DC": "1", "MXP": "10000", "MNP": "2", "M": "N.", "D": "Forward Line of Own Troops", "H": "2.X.2.1.2.2", }, { "ID": "GFLCF---X", "G": "line", "DC": "1", "MXP": "10000", "MNP": "2", "M": "T.T1.W.W1.", "D": "Fire Support Coordination Line", "H": "2.X.4.2.2.1", }, { "ID": "GFLCC---X", "G": "line", "DC": "1", "MXP": "10000", "MNP": "2", "M": "T.T1.W.W1.", "D": "Coordinated Fire Line (CFL)", "H": "2.X.4.2.2.2", }, { "ID": "GFLCR---X", "G": "line", "DC": "1", "MXP": "10000", "MNP": "2", "M": "T.T1.W.W1.", "D": "Restrictive Fire Line (RFL)", "H": "2.X.4.2.2.4", },

Thanks.

michael-spinelli commented 5 years ago

T1 is not part of those symbols. But I'll take a look at FLOT.

image

vandytx commented 5 years ago

Thanks Michael. I had not looked at the USAS document. I'm guessing there's no 2525C version of this document, meaning this advice applies to 2525C as well?

michael-spinelli commented 5 years ago

Correct, there isn't currently a 2525C based version of the USAS so assume this applies to 2525C as well. It's a clarification because the template and example keep getting people confused about this symbol.

I've made the update for FLOT so it'll be in there next time I do a release.

vandytx commented 5 years ago

Perfect. Thank you!