From ffa23a5e5e9327a34f2dd3b39b2de92b386ebf28 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 28 Dec 2019 17:41:30 +0100 Subject: index.html: display values using geotiff.js --- sync_to_cdn.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sync_to_cdn.sh') diff --git a/sync_to_cdn.sh b/sync_to_cdn.sh index b9cf0ce..e8b8269 100755 --- a/sync_to_cdn.sh +++ b/sync_to_cdn.sh @@ -6,6 +6,9 @@ for i in `ls -d *_*/`; do echo "Synchronizing $i ..." aws s3 sync $i "$TARGET" --exclude ".github/*" --profile projcdn done +aws s3 cp geotiff.bundle.min.js "$TARGET" --profile projcdn +aws s3 cp ol.js "$TARGET" --profile projcdn +aws s3 cp ol.css "$TARGET" --profile projcdn aws s3 cp index.html "$TARGET" --profile projcdn --content-type "text/html" aws s3 cp files.geojson "$TARGET" --profile projcdn --content-type "application/geo+json" aws s3 cp README.DATUMGRID "$TARGET" --profile projcdn --content-type "text/plain" -- cgit v1.2.3