summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconvert6
1 files changed, 5 insertions, 1 deletions
diff --git a/convert b/convert
index 6a5e39a..abd1398 100755
--- a/convert
+++ b/convert
@@ -12,6 +12,7 @@ mainUrl='https://download.geofabrik.de/europe/'
case "$1" in
'')
+ area='groszdeutschland'
countries=(
austria
germany
@@ -20,6 +21,7 @@ case "$1" in
)
;;
'benelux')
+ area='benelux'
countries=(
belgium
luxembourg
@@ -27,12 +29,14 @@ case "$1" in
)
;;
'fast')
+ area='thueringen'
mainUrl="${mainUrl}germany/"
countries=(
thueringen
)
;;
'gus')
+ area='gus'
countries=(
croatia
czech-republic
@@ -136,7 +140,7 @@ then
--index \
--gmapsupp \
--family-name="OpenStreetmap mkgmap" \
- --area-name="parts of europe" \
+ --area-name="${area}" \
--max-jobs="${numJobs}" \
--remove-ovm-work-files \
--style-file=mkgmap-style-sheets/styles \