diff options
-rwxr-xr-x | convert | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 \ |