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
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ jobs:
node-version: ${{ env.NODE }}

- name: Cache node_modules
uses: actions/cache@v2
uses: actions/cache@v3
id: cache-node-modules
with:
path: |
node_modules
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package.json') }}

- name: Cache dist
uses: actions/cache@v2
uses: actions/cache@v3
id: cache-dist
with:
path: dist
Expand Down Expand Up @@ -88,15 +88,15 @@ jobs:
uses: actions/checkout@v3

- name: Restore node_modules
uses: actions/cache@v2
uses: actions/cache@v3
id: cache-node-modules
with:
path: |
node_modules
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package.json') }}

- name: Restore dist cache
uses: actions/cache@v2
uses: actions/cache@v3
id: cache-dist
with:
path: dist
Expand Down
8 changes: 4 additions & 4 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"mobileVideo": "./monthly_max_ssp126_max12_8192_512x256.mp4",
"fallbackImage": "./first_frame_ssp126.png",
"service":
"https://gis.earthdata.nasa.gov/eic/rest/services/tasmax_yearly_median/ImageServer",
"https://gis.earthdata.nasa.gov/gis05/rest/services/EIC/tasmax_yearly_median/ImageServer",
"datetimeRange": ["1950-01-31T00:00:00Z", "2100-12-31T23:59:59Z"],
"wcs": false,
"active": true,
Expand Down Expand Up @@ -45,7 +45,7 @@
"mobileVideo": "./monthly_max_ssp245_max12_8192_512x256.mp4",
"fallbackImage": "./first_frame_ssp245.png",
"service":
"https://gis.earthdata.nasa.gov/eic/rest/services/tasmax_yearly_median/ImageServer",
"https://gis.earthdata.nasa.gov/gis05/rest/services/EIC/tasmax_yearly_median/ImageServer",
"datetimeRange": ["1950-01-31T00:00:00Z", "2100-12-31T23:59:59Z"],
"wcs": false,
"active": true,
Expand Down Expand Up @@ -77,7 +77,7 @@
"mobileVideo": "./monthly_max_ssp370_max12_8192_512x256.mp4",
"fallbackImage": "./first_frame_ssp370.png",
"service":
"https://gis.earthdata.nasa.gov/eic/rest/services/tasmax_yearly_median/ImageServer",
"https://gis.earthdata.nasa.gov/gis05/rest/services/EIC/tasmax_yearly_median/ImageServer",
"datetimeRange": ["1950-01-31T00:00:00Z", "2100-12-31T23:59:59Z"],
"wcs": false,
"active": true,
Expand Down Expand Up @@ -109,7 +109,7 @@
"fallbackImage": "./first_frame_ssp585.png",
"variable": "tasmax_ssp585",
"service":
"https://gis.earthdata.nasa.gov/eic/rest/services/tasmax_yearly_median/ImageServer",
"https://gis.earthdata.nasa.gov/gis05/rest/services/EIC/tasmax_yearly_median/ImageServer",
"datetimeRange": ["1950-01-31T00:00:00Z", "2100-12-31T23:59:59Z"],
"wcs": false,
"active": true,
Expand Down