Skip to main content

Hi,


I loaded sentinel 2 WMS layers very easily using MapBox GL JS, but when I try to do the same using Landsat 8-9, I get server errors.


<?xml version='1.0' encoding="UTF-8" standalone="no" ?>
<!DOCTYPE ServiceExceptionReport SYSTEM
"http://schemas.opengis.net/wms/1.1.1/WMS_MS_Capabilities.dtd">
<ServiceExceptionReport version="1.1.1">
<ServiceException>
<![CDATA[ Failed to request data for: '0' ]]>
</ServiceException>
</ServiceExceptionReport>

What should I try to do to get it to work?

I found out that the WMS endpoint should be services-uswest2.sentinel-hub.com instead of services.sentinel-hub.com for landsat data.


Thanks for sharing your solution. It wil be helpful for other users encountering similar errrors


Reply