Key benefits of the new mapmerge include: multi-Z support, effective reuse of deleted keys, automatic handling of key overflow, and utilizing a git pre-commit hook to eliminate the need to run batch files manually.
6 lines
70 B
Batchfile
6 lines
70 B
Batchfile
@echo off
|
|
set MAPROOT=../../_maps/
|
|
set TGM=1
|
|
python mapmerge.py
|
|
pause
|