ADD: added APP-6 Symbols to the Map

This commit is contained in:
hwinkel
2023-09-05 18:46:34 +02:00
parent 6d2a1d7556
commit 658830bab6
221 changed files with 73498 additions and 21 deletions

View File

@@ -0,0 +1,9 @@
import { ms } from "../src/milsymbol";
ms.reset();
import { ms2525c } from "mil-std-2525";
import verify from "./letter-sidc";
import { ground } from "../src/lettersidc";
ms.addIcons(ground);
export default verify(ms, "MIL-STD-2525C Ground", ms2525c.WAR.GRDTRK_UNT);