Releases: missioncommand/mil-sym-js
mil-sym-js release v0.0.38
-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
-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
-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
-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
-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
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
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
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.