Update index generate
This commit is contained in:
parent
86fa5da8cb
commit
5c9bb47d23
1 changed files with 2 additions and 0 deletions
|
@ -6,5 +6,7 @@ mv ~/indexes/uploaded/*.* backup
|
||||||
# remove all previous files
|
# remove all previous files
|
||||||
rm -rf ~/indexes
|
rm -rf ~/indexes
|
||||||
mkdir ~/indexes
|
mkdir ~/indexes
|
||||||
|
mkdir ~/indexes/uploaded
|
||||||
|
mkdir ~/indexes/osm
|
||||||
|
|
||||||
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
|
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