We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5265a57 commit 42fba04Copy full SHA for 42fba04
web/js/components/sidebar/charting-mode-options.js
@@ -281,7 +281,7 @@ function ChartingModeOptions(props) {
281
areaOfInterestCoords,
282
bins,
283
} = uriParameters;
284
- let requestURL = `https://worldview.earthdata.nasa.gov/service/imagestat/get_stats?_type=${type}×tamp=${timestamp}&steps=${steps}&layer=${layer}&colormap=${colormap}&bbox=${areaOfInterestCoords}&bins=${bins}`;
+ let requestURL = `https://worldview.uat.earthdata.nasa.gov/service/imagestat/get_stats?_type=${type}×tamp=${timestamp}&steps=${steps}&layer=${layer}&colormap=${colormap}&bbox=${areaOfInterestCoords}&bins=${bins}`;
285
if (type !== 'date') {
286
requestURL += `&end_timestamp=${endTimestamp}`;
287
}
0 commit comments