Skip to content

milsymbol 1.1.0

Compare
Choose a tag to compare
@spatialillusions spatialillusions released this 16 Apr 09:22
· 685 commits to master since this release

1.1.0 16 APR 2017

I would like to thank @okwolf that has contributed with unit tests and some code reorganization.

Added

  • It is now possible to use sidc or SIDC in an options object.

  • It is now possible to initiate a symbol with just an options object ms.Symbol({options}).

  • ms.Symbol().isValid() now returns a boolean representing if it was possible to find the symbol icon for the provided SIDC.

  • The source code for the unit generator is now provided in the dev folder.

  • Added 2525B symbols that are missing in 2525C, so now we have full support for 2525B as well.

  • Initial unit tests added to the repository.

Changed

Deprecated

Removed

Fixed

  • Fix for that tactical points with labels with large font sizes might draw too narrow so that part of the label can't be seen.

  • Fix for that units with invalid icon part in the SIDC did not get the upside down question mark when canvas output was used.

  • G-F-PTS--- TACGRP.FSUPP.PNT.TGT.PTGT and G-C-FSTP-- 2.X.2.3.1.1.1 POINT/SINGLE TARGET now uses altitudeDepth instead of additionalInformation1 to display the target altitude.

  • Made sure that tactical points that dosen't have labels in the specifications don't get labels even if they are set.

Security