Skip to content

Releases: missioncommand/mil-sym-js

mil-sym-js release v0.3.27

22 Aug 21:04
Compare
Choose a tag to compare

-fix for metoc preview icon colors
-slight modifier placement tweak for units
-fix for .arc in path.js (combination of mobility modifier "MY" with other labels could cause labels not to render)
-fix for special character measurement for SVGs
-decreased size of lookup files

mil-sym-js release v0.3.26

28 Jul 13:50
Compare
Choose a tag to compare

-Arc2D should have been using prototypes
-upped version number
-fixed kml issue where a google earth issue workaround didn't work if client wasn't using a "-bc" version of the renderer.
-updated JavaRendererUtilities.isNumber to call SymbolUtilities.isNumber

mil-sym-js release v0.3.25

30 Jun 20:23
Compare
Choose a tag to compare

-Renderer now supports both types of Operational Condition Modifiers.
-Added RendererSettings.set/getOperationalConditionModifierType (i.e. RendererSettings.OperationalConditionModifiierType_SLASH or RendererSettings.OperationalConditionModifiierType_BAR)

mil-sym-js release v0.3.24

28 Jun 15:06
Compare
Choose a tag to compare

-improved rendering for for MSDZ circles.
-added get/setDeviceDPI. Help renderer when drawing dashed lines or decorated lines
-Adjust dashed lines for high resolution devices.
-fixed parsing issue for METOCs
-trimmed some fat to make smaller releases.

mil-sym-js release v0.3.23

20 Apr 15:00
Compare
Choose a tag to compare

-Performance improvements for multipoints in KML and GeoJSON format

mil-sym-js release v0.3.22

12 Apr 19:00
Compare
Choose a tag to compare

-minor optimizations

mil-sym-js release v0.3.21

07 Apr 17:32
Compare
Choose a tag to compare

-Multipoint performance enhancements. Mild improvements on Firefox and Cesium. More noticeable on IE.

mil-sym-js release v0.3.20

05 Apr 14:56
Compare
Choose a tag to compare

-Fixed performance bug in isNumber() function
-Space graphics for 2525B no longer have the black stripe
-anchor point but when HQ Staff and Direction of Movement displayed at the same time.
-User can set fill patterns for parametered basic shapes. MilStdAttributes.PatternFillType
Available off of FillPatterns.
PatternSolid : 0,//does nothing.
PatternCrossHatch : 8,//X
PatternForwardHatch : 2,// /
PatternBackwardHatch : 3,//
PatternVerticalHatch : 4,// |
PatternHorizontalHatch : 5,// _
Parametered Basic Shapes are:
PBS_SQUARE-----, PBS_CIRCLE-----
modifiers[ModifiersTG.AM_DISTANCE] = [width/radius, optional buffer value];
modifiers[ModifiersTG.AN_AZIMUTH] = [optional angle];
PBS_ELLIPSE----, PBS_RECTANGLE--
modifiers[ModifiersTG.AM_DISTANCE] = [semi-minor/width, semi-major/height, optional buffer value];
modifiers[ModifiersTG.AN_AZIMUTH] = [optional angle];

mil-sym-js release v0.3.19

24 Mar 17:44
Compare
Choose a tag to compare

-Fix for Axis of Advance
-clipping fix
-tweaked outlining for single point tactical graphics
-Fix for Special C2 Headquarters not having HQ staff

mil-sym-js release v0.3.18

22 Mar 20:23
Compare
Choose a tag to compare

-space unit graphics for 2525B no longer have the black top that the 2525C versions have.
-updated code for generating ellipses
-support for 2 point obstacle belt added
-fix for fill patterns (METOCs, CBRN areas, etc...)
-added wasClipped to GeoJSON properties
-fix for RenderSymbol() not applying MilStdAttributes.GeoJSONFormat when set.