Update index generate 2
This commit is contained in:
parent
68e8085e69
commit
7faf91f162
1 changed files with 2 additions and 2 deletions
|
@ -7,5 +7,5 @@ mv ~/indexes/uploaded/*.* backup
|
||||||
rm -rf ~/indexes
|
rm -rf ~/indexes
|
||||||
mkdir ~/indexes
|
mkdir ~/indexes
|
||||||
|
|
||||||
cd ../DataExtractionOSM
|
cd DataExtractionOSM
|
||||||
java -Djava.util.logging.config.file=logging.properties -Xms64M -Xmx720M -cp "./OsmAndMapCreator.jar:./lib/*.jar" net.osmand.data.index.IndexBatchCreator ../build-scripts/indexes-batch-generate.xml ../build-scripts/indexes-regions.xml
|
java -Djava.util.logging.config.file=logging.properties -Xms64M -Xmx720M -cp "DataExtractionOSM/OsmAndMapCreator.jar:DataExtractionOSM/lib/*.jar" net.osmand.data.index.IndexBatchCreator build-scripts/indexes-batch-generate.xml build-scripts/indexes-regions.xml
|
||||||
|
|
Loading…
Reference in a new issue