correct description for wget in batch.xml
git-svn-id: https://osmand.googlecode.com/svn/trunk@769 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
This commit is contained in:
parent
225fe88e25
commit
d61228f779
1 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,10 @@
|
|||
downloadOsmFiles="true" generateIndexes="true" uploadIndexes="true"
|
||||
deleteFilesAfterUploading="true" indexPOI="true" indexMap="true"
|
||||
indexTransport="true" indexAddress="true" mapZooms="" renderingTypesFile="">
|
||||
<!-- add wget="C:/Program Files/GNUWin32/bin/wget.exe" to process, to use wget for download -->
|
||||
<!-- Add wget="C:/Program Files/GNUWin32/bin/wget.exe" to process, to use wget for download.
|
||||
On linux systems if wget is in your path it can be wget="wget" or you can make own script with wget command:
|
||||
wget="/path/to/script/wget.sh"
|
||||
-->
|
||||
|
||||
<!-- Countries to download from osm server -->
|
||||
<!-- EUROPE -->
|
||||
|
|
Loading…
Reference in a new issue