Add srtm proccess
This commit is contained in:
parent
112ceb2a08
commit
0b3b261132
1 changed files with 3 additions and 5 deletions
|
@ -1,8 +1,6 @@
|
|||
cd ~/srtm-proccess/
|
||||
rm -rf .work
|
||||
mkdir .work
|
||||
mkdir .work/osm
|
||||
rm -rf ~/srtm-proccess/.work
|
||||
mkdir ~/srtm-proccess/.work
|
||||
if [ -z $INDEXES_FILE ]; then INDEXES_FILE="build-scripts/regions/srtm_indexes.xml"; echo "$INDEXES_FILE"; fi
|
||||
|
||||
echo 'Running java net.osmand.data.index.IndexBatchCreator with $INDEXES_FILE'
|
||||
echo "Running java net.osmand.data.index.IndexBatchCreator with $INDEXES_FILE"
|
||||
java -XX:+UseParallelGC -Xmx4096M -Xmn512M -Djava.util.logging.config.file=build-scripts/batch-logging.properties -cp "DataExtractionOSM/OsmAndMapCreator.jar:DataExtractionOSM/lib/*.jar" net.osmand.data.index.IndexBatchCreator build-scripts/srtm-batch-generate.xml "$INDEXES_FILE"
|
||||
|
|
Loading…
Reference in a new issue