Skip to content

Commit be58a2e

Browse files
committed
Release R3: fix DP-LZ names, icons, add build
Prepare R3 (June 2026) release: bulk-rename Numbered DP LZ assets to Numbered DP-LZ, correct iconset entries so Drop Point/Heli Spot icons include .png (fixes generic a-u-G rendering in strict TAK clients), add build.py, and update docs. CHANGELOG, README, CONTRIBUTING, and NWCG_Icon_Reference.html updated for TAK Aware / CloudTAK packaging and compatibility notes. .claude settings gained zip inspection commands for debugging packaged outputs.
1 parent 400abea commit be58a2e

107 files changed

Lines changed: 249 additions & 128 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.local.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"Bash(gh --version)",
55
"Bash(zip -r ../NWCG-GeoOps2026-R2.zip . --exclude \"*/NWCG-GeoOps_ATAK-Export/*\")",
66
"Read(//c/Users/PNADMIN/Documents/GitHub/**)",
7-
"Bash(powershell.exe -Command \"Compress-Archive -Path ''C:\\\\Users\\\\PNADMIN\\\\Documents\\\\GitHub\\\\TAK-ICONS\\\\NWCG\\\\*'' -DestinationPath ''C:\\\\Users\\\\PNADMIN\\\\Documents\\\\GitHub\\\\TAK-ICONS\\\\NWCG-GeoOps2026-R2.zip'' -Force\")"
7+
"Bash(powershell.exe -Command \"Compress-Archive -Path ''C:\\\\Users\\\\PNADMIN\\\\Documents\\\\GitHub\\\\TAK-ICONS\\\\NWCG\\\\*'' -DestinationPath ''C:\\\\Users\\\\PNADMIN\\\\Documents\\\\GitHub\\\\TAK-ICONS\\\\NWCG-GeoOps2026-R2.zip'' -Force\")",
8+
"Bash(python -c \"import zipfile; z=zipfile.ZipFile\\('NWCG-GeoOps2026-R2.zip'\\); [print\\(n\\) for n in z.namelist\\(\\)[:30]]\")",
9+
"Bash(python -c \"import zipfile; z=zipfile.ZipFile\\('NWCG-GeoOps2026-R2.zip'\\); names=z.namelist\\(\\); print\\(f'Total entries: {len\\(names\\)}'\\); manifest=[n for n in names if 'manifest' in n.lower\\(\\) or 'MANIFEST' in n]; print\\('Manifest files:', manifest\\); xml=[n for n in names if n.endswith\\('.xml'\\)]; print\\('XML files:', xml\\)\")"
810
]
911
}
1012
}

CHANGELOG.md

Lines changed: 7 additions & 2 deletions

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions

0 commit comments

Comments
 (0)