Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions internal/controller/blobdownload/gpkg_download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,16 @@ function download_all() {

# Download all geopackages from GEOPACKAGE_DOWNLOAD_LIST
# Example: GEOPACKAGE_DOWNLOAD_LIST=path/1/file.gpkg;path/3/other_file.gpkg
gpkgs=(${GEOPACKAGE_DOWNLOAD_LIST//;/ })
for gpkg_path in "${gpkgs[@]}"
do
filename=$(basename $gpkg_path)
download $gpkg_path $filename
done

echo msg=\"All GeoPackages downloaded\" total_time_seconds=$(expr $(date '+%s') - $start_time)
if [ -n "$GEOPACKAGE_DOWNLOAD_LIST" ]; then
gpkgs=(${GEOPACKAGE_DOWNLOAD_LIST//;/ })
for gpkg_path in "${gpkgs[@]}"
do
filename=$(basename $gpkg_path)
download $gpkg_path $filename
done

echo msg=\"All GeoPackages downloaded\" total_time_seconds=$(expr $(date '+%s') - $start_time)
fi
}

function rm_file_and_exit() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ metadata:
service-type: wfs
service-version: v1_0
theme: theme
name: complete-wfs-init-scripts-fft29bbtdd
name: complete-wfs-init-scripts-dcmbkf564h
namespace: default
ownerReferences:
- apiVersion: pdok.nl/v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ spec:
name: mapserver
- configMap:
defaultMode: 511
name: complete-wfs-init-scripts-fft29bbtdd
name: complete-wfs-init-scripts-dcmbkf564h
name: init-scripts
- configMap:
name: complete-wfs-capabilities-generator-g7fh2dbt4m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
pdok.nl/inspire: 'false'
service-type: wfs
service-version: v1_0
name: minimal-wfs-init-scripts-fft29bbtdd
name: minimal-wfs-init-scripts-dcmbkf564h
namespace: default
ownerReferences:
- apiVersion: pdok.nl/v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ spec:
name: mapserver
- configMap:
defaultMode: 511
name: minimal-wfs-init-scripts-fft29bbtdd
name: minimal-wfs-init-scripts-dcmbkf564h
name: init-scripts
- configMap:
name: minimal-wfs-capabilities-generator-m46924mtk7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ metadata:
service-type: wms
service-version: v1_0
theme: "2016"
name: complete-wms-init-scripts-fft29bbtdd
name: complete-wms-init-scripts-dcmbkf564h
namespace: default
ownerReferences:
- apiVersion: pdok.nl/v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ spec:
name: ogc-webservice-proxy-config
- configMap:
defaultMode: 511
name: complete-wms-init-scripts-fft29bbtdd
name: complete-wms-init-scripts-dcmbkf564h
name: init-scripts
- configMap:
name: complete-wms-capabilities-generator-ccc59c7dhm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ metadata:
pdok.nl/inspire: "false"
service-type: wms
service-version: v1_0
name: custom-mapfile-wms-init-scripts-fft29bbtdd
name: custom-mapfile-wms-init-scripts-dcmbkf564h
namespace: default
ownerReferences:
- apiVersion: pdok.nl/v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ spec:
name: ogc-webservice-proxy-config
- configMap:
defaultMode: 511
name: custom-mapfile-wms-init-scripts-fft29bbtdd
name: custom-mapfile-wms-init-scripts-dcmbkf564h
name: init-scripts
- configMap:
name: custom-mapfile-wms-capabilities-generator-fbhc96kd2b
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ metadata:
pdok.nl/inspire: "false"
service-type: wms
service-version: v1_0
name: minimal-wms-init-scripts-fft29bbtdd
name: minimal-wms-init-scripts-dcmbkf564h
namespace: default
ownerReferences:
- apiVersion: pdok.nl/v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ spec:
name: ogc-webservice-proxy-config
- configMap:
defaultMode: 511
name: minimal-wms-init-scripts-fft29bbtdd
name: minimal-wms-init-scripts-dcmbkf564h
name: init-scripts
- configMap:
name: minimal-wms-capabilities-generator-fbhc96kd2b
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ metadata:
pdok.nl/inspire: "false"
service-type: wms
service-version: v1_0
name: patches-wms-init-scripts-fft29bbtdd
name: patches-wms-init-scripts-dcmbkf564h
namespace: default
ownerReferences:
- apiVersion: pdok.nl/v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ spec:
name: ogc-webservice-proxy-config
- configMap:
defaultMode: 511
name: patches-wms-init-scripts-fft29bbtdd
name: patches-wms-init-scripts-dcmbkf564h
name: init-scripts
- configMap:
name: patches-wms-capabilities-generator-hbgd5m652m
Expand Down
Loading