From 80cd2dbfae6a3b9c7373e76bdd67f895d9dc4430 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 15 May 2018 22:32:38 +0200 Subject: convert: add meaningful names --- convert | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 \ -- cgit v1.2.3