Differences between revisions 1 and 2
Revision 1 as of 2019-09-26 13:25:36
Size: 280
Editor: EricPalmer
Comment:
Revision 2 as of 2019-10-23 11:51:46
Size: 639
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
== Save New Landmarks ==
Run EXPORT


{{{
ID=RDL09


echo -n "Running Export $ID with num of landmarks: " >> notes
wc LMRKLIST1.TXT >> notes

mkdir -p NEW_FILES
mkdir -p NEW_FILES/LMKFILES
mkdir -p NEW_FILES/MAPFILES
/usr/local/bin/EXPORT


sh EXPORT.TXT
mv NEW_FILES.tar nftConfig/nftLandmarks-$ID.tar

}}}

== Package the Feature ==

Save New Landmarks

Run EXPORT

ID=RDL09


echo -n "Running Export $ID with num of landmarks:  " >> notes
wc LMRKLIST1.TXT >> notes

mkdir -p NEW_FILES
mkdir -p NEW_FILES/LMKFILES
mkdir -p NEW_FILES/MAPFILES
/usr/local/bin/EXPORT


sh EXPORT.TXT
mv NEW_FILES.tar nftConfig/nftLandmarks-$ID.tar

Package the Feature

Update nftConfig.ini

From the base directory (one above the working directory) run

Update nft creation scripts to match version (i.e. if you are distributing a new copy of a feature, then use B or higher)

$ID=00000
$Vers=A

nftPublish.sh $ID$Vers

NFT-6-publish (last edited 2020-02-27 16:55:31 by JohnWeirich)