summaryrefslogtreecommitdiff
path: root/sync_to_cdn.sh
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-12-27 20:03:32 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-12-27 20:03:32 +0100
commitabc2e1903f7150eed01f205338887db13e245b21 (patch)
tree4e905bc2dc3744d5d910f86c50a604168dab0eb7 /sync_to_cdn.sh
parentda360d32233f361a231b17c3252d660ca45864b2 (diff)
downloadPROJ-data-abc2e1903f7150eed01f205338887db13e245b21.tar.gz
PROJ-data-abc2e1903f7150eed01f205338887db13e245b21.zip
index.html: add a OpenLayers map
Diffstat (limited to 'sync_to_cdn.sh')
-rwxr-xr-xsync_to_cdn.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync_to_cdn.sh b/sync_to_cdn.sh
index 2440c75..b9cf0ce 100755
--- a/sync_to_cdn.sh
+++ b/sync_to_cdn.sh
@@ -7,4 +7,5 @@ for i in `ls -d *_*/`; do
aws s3 sync $i "$TARGET" --exclude ".github/*" --profile projcdn
done
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"