Releases: missioncommand/mil-sym-java
mil-sym-java release v0.0.43
-Added GeoJSON support to match the JavaScript functionality
-Fixed a bug with forcing a default modifier color, could cause labels to not draw
-Added multiPoints2.html. A better tester for generating KML or GeoJSON.
mil-sym-java release v0.0.42
-Can now configure default symbology standard (2525B or 2525C) for the web service or local rendering service.
mil-sym-java release v0.0.41
-Fix for Boundary ENY labels when the segment is too short
-Fixed modifier Error for RFA, NFA, FFA circular graphics
-Better handling of odd scale values
-tweaked sector range fan labels
-Fixed error with limit of radar observation graphic when line is too short
-Improved glyph spacing for limit of radar observation
mil-sym-java release v0.0.40
-multipoint tweaks
-"BS_LINE-------" (basic shape line), can change modifier position of T by setting T1 to 1, 2 or 3.
1, middle of the segment
2, beginning and end of the line
3, beginning and end of each segment
-Pseudo svg support of single point symbology in web service. Image is embedded in svg as a dataurl. use like "mil-sym-service/renderer/svg/[symbolID]"
mil-sym-java release v0.0.39
-modifier parsing more robust for GET & POST calls to the web service
-fixed the local single point rendering service
-added local multi point rendering service
-The above resemble the web service but are run at 127.0.0.1 on your local machine. It can be started by running the included JNLP file. Startup parameters can be modified in the JNLP file as well.
-It can also be run via: "java -cp [jar location] sec.web.renderer.portable.PortableWrapper [args]"
mil-sym-java release v0.0.38
-Fixed some scaling issues for some weather graphics
-Fixed issue where boundary labels could swap in some instances.
-Fixed issue with boundary fill clipping
mil-sym-java release v0.0.37
-fix for singlepoint tactical automatic outline color based on line color for optimal contrast from web service
-no longer adding +1 to linewidth for no reason
-adjuststed kml output to be more friendly with openlayers
-NBC becomes CBRN in 2525C
mil-sym-java release v0.0.36
-removed endline/carriage return characters from end of KML coming from service
-default behavior: Tactical Graphic modifier color will match line color as per milstd. Except for Black. Black labels don't read well on Google Earth so those will go white.
mil-sym-java release v0.0.35
-Brings single point rendering in-sync with JS renderer. Match with v0.0.37 or higher of the JavaScript renderer. You should be able to call getSinglePointInfo on SECWebRenderer.js from the javascript renderer and get accurate information about the images coming from the web service. Remember, a 12 point font in Java equates to a 9 point font in JavaScript. ((JavaFontPointSize / 96 )* 72). Web service default modifier font size is 12pt. Set JavaScript default to 9pt if you want to get valid extent info from getSinglePointInfo.
-Fixed Error with FEBA when fill set
-Fix for some METOCS
-Country code appended to Higher Formation (M) modifier when present in the symbol ID
-Fixed lookup bug when rendering some EMS Symbols
mil-sym-java release v0.0.33
-fixed some min/max point values in symbolDefTable
-fixed draw categories for symbols in symbolDefTable
-added "icon" parameter for web service