admin管理员组

文章数量:1289866

According to the official guideline, I use QGIS WMTS to load a Mapbox satellite image. After loading, it is blank, the token is correct, and the network is fine. I use the QGIS debug panel to see that the request is normal, but the requested image is returned as a blank image. What could be the problem?

Can you use QGIS or Arcmap to test if it works as well?

PS: the official guideline

QGIS version: 3.34.15-Prizren

Screenshot of QGIS after loading:

The request link in the debug panel opens in a browser as follows, a blank image of size 512*512:

According to the official guideline, I use QGIS WMTS to load a Mapbox satellite image. After loading, it is blank, the token is correct, and the network is fine. I use the QGIS debug panel to see that the request is normal, but the requested image is returned as a blank image. What could be the problem?

Can you use QGIS or Arcmap to test if it works as well?

PS: the official guideline

QGIS version: 3.34.15-Prizren

Screenshot of QGIS after loading:

The request link in the debug panel opens in a browser as follows, a blank image of size 512*512:

Share Improve this question edited Mar 2 at 0:46 Peter Mortensen 31.6k22 gold badges110 silver badges133 bronze badges asked Feb 20 at 5:01 sensensensen 356 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

I just followed this tutorial successfully with QGIS (v3.34.15-Prizren):

Verify that your style is public. Again, as stated in the tutorial, my end point is structured as...

https://api.mapbox/styles/v1/YOUR_USERNAME/YOUR_STYLE_ID/wmts?access_token=YOUR_MAPBOX_ACCESS_TOKEN

本文标签: Use QGIS WMTS to load mapbox satellite image It is blank after loadingStack Overflow