Skip to content

Commit 7ef8685

Browse files
authored
swap image server urls per EGIS recommendation
1 parent b821976 commit 7ef8685

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"mobileVideo": "./monthly_max_ssp126_max12_8192_512x256.mp4",
1414
"fallbackImage": "./first_frame_ssp126.png",
1515
"service":
16-
"https://gis.earthdata.nasa.gov/eic/rest/services/tasmax_yearly_median/ImageServer",
16+
"https://gis.earthdata.nasa.gov/gis05/rest/services/EIC/tasmax_yearly_median/ImageServer",
1717
"datetimeRange": ["1950-01-31T00:00:00Z", "2100-12-31T23:59:59Z"],
1818
"wcs": false,
1919
"active": true,
@@ -45,7 +45,7 @@
4545
"mobileVideo": "./monthly_max_ssp245_max12_8192_512x256.mp4",
4646
"fallbackImage": "./first_frame_ssp245.png",
4747
"service":
48-
"https://gis.earthdata.nasa.gov/eic/rest/services/tasmax_yearly_median/ImageServer",
48+
"https://gis.earthdata.nasa.gov/gis05/rest/services/EIC/tasmax_yearly_median/ImageServer",
4949
"datetimeRange": ["1950-01-31T00:00:00Z", "2100-12-31T23:59:59Z"],
5050
"wcs": false,
5151
"active": true,
@@ -77,7 +77,7 @@
7777
"mobileVideo": "./monthly_max_ssp370_max12_8192_512x256.mp4",
7878
"fallbackImage": "./first_frame_ssp370.png",
7979
"service":
80-
"https://gis.earthdata.nasa.gov/eic/rest/services/tasmax_yearly_median/ImageServer",
80+
"https://gis.earthdata.nasa.gov/gis05/rest/services/EIC/tasmax_yearly_median/ImageServer",
8181
"datetimeRange": ["1950-01-31T00:00:00Z", "2100-12-31T23:59:59Z"],
8282
"wcs": false,
8383
"active": true,
@@ -109,7 +109,7 @@
109109
"fallbackImage": "./first_frame_ssp585.png",
110110
"variable": "tasmax_ssp585",
111111
"service":
112-
"https://gis.earthdata.nasa.gov/eic/rest/services/tasmax_yearly_median/ImageServer",
112+
"https://gis.earthdata.nasa.gov/gis05/rest/services/EIC/tasmax_yearly_median/ImageServer",
113113
"datetimeRange": ["1950-01-31T00:00:00Z", "2100-12-31T23:59:59Z"],
114114
"wcs": false,
115115
"active": true,

0 commit comments

Comments
 (0)