Skip to content

Releases: missioncommand/mil-sym-js

mil-sym-js release v0.0.38

11 Jul 18:55
Compare
Choose a tag to compare

-Fix for Some Emergency Management Single Point Symbology rendering as blank units.
-Fixed unit outline for assumed & pending affiliations.

mil-sym-js release v0.0.37

25 Jun 14:52
Compare
Choose a tag to compare

-Improved modifier placement by getting better font height measurements. Should be very close to the placement as seen in the Java version of the renderer.
-If a country code is present in the symbol ID, the code will be appended to the Higher Formation (M) modifier.

mil-sym-js release v0.0.36

11 Jun 21:35
Compare
Choose a tag to compare

-Fixed rendering bug that cropped up with the recent FireFox 30 release.
-Also, added a more robust singlePointTester2.html. Please take a look.

mil-sym-js release v0.0.35

10 Jun 21:05
Compare
Choose a tag to compare

-performance increase for rendering text labels for single point symbology in firefox.
-Fixed FEBA error when fill set
-fix for METOCS Jet & Stream
-Fixed milstd 2525C lookup bug. Could cause a 2525C singlepoint symbol to not render.
-miscellaneous small performance increases.
-some code cleanup
-deprecation of RendererUtilties.measureTextHeightWithFontString() and SymbolUtilties.hasDirectionOfMovement (use SymbolUtilities.hasModifier())

mil-sym-js release v0.0.34

25 Apr 18:07
Compare
Choose a tag to compare

-fixed color lookup for weather graphics
-fixed font character lookup for a few symbols
-fixed bug in SymbolUtilities.canSymbolHaveModifier()
-fixed Light Line label placement
-SymbolConstants updated to correct some symbol information.
-fix for rendering boundaries without a bounding box.
-multipoint label positioning code adjusted
-ICON parameter added to MilStdAttributes.js
-performance tweaks in RendererUtilties & TextInfo
-default modifier font "Arial" has backup "sans-serif" as well in case Arial is not available.
-consolidated modifier rendering code.

mil-sym-js release v0.0.33

06 Mar 20:18
Compare
Choose a tag to compare

Besides various small tweaks and fixes, the main feature of this release is removal eot font files and the addition of woff font files. Hopefully the addition of the woff files will lead to better compatibility across browsers. The eot files were removed as IE9 supports woff and IE versions < 9 do not support html5 so there's no need to provide font files to a browser that doesn't support html5.

The sample page at:

http://mil-sym-js.spinelli.cloudbees.net/singlePointTester.html

has been updated with the .33 release files.

mil-sym-js release v0.0.32

21 Feb 22:14
Compare
Choose a tag to compare

Fixed the issues that kept the JavaScript renderer from working in Chrome. IE, Firefox & Chrome seem to all work reliably with singlepoint rendering. Opera and Safari still seem to have issues with rendering the custom fonts used for drawing the symbology.

mil-sym-js release v0.0.31

19 Feb 18:51
Compare
Choose a tag to compare

This is our current stable release. The attached mil-sym-js.v0.0.31.zip file contains the concatenated/minified js files for this release as well as some html sample pages to demonstrate usage.