diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-28 17:41:30 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-12-28 17:41:30 +0100 |
| commit | ffa23a5e5e9327a34f2dd3b39b2de92b386ebf28 (patch) | |
| tree | fd93ac9b2e7d00b26e350d415a46eb24661d1ddd /sync_to_cdn.sh | |
| parent | c05fea591349fd2cf8928df301de9853a14945a7 (diff) | |
| download | PROJ-data-ffa23a5e5e9327a34f2dd3b39b2de92b386ebf28.tar.gz PROJ-data-ffa23a5e5e9327a34f2dd3b39b2de92b386ebf28.zip | |
index.html: display values using geotiff.js
Diffstat (limited to 'sync_to_cdn.sh')
| -rwxr-xr-x | sync_to_cdn.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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" |
