据我所知,我使用了正确的 URL 格式,但是在 Mapbox Studio 中替换 Mapbox 样式的 JSON 文件时,出现“无效的源 URL”错误
我查看了所有相关的 Mapbox 和 Azure Maps 示例,例如:1) https://docs.microsoft.com/en-au/rest/api/maps/render/getmapimagerytile 2) https://docs.microsoft .com/en-au/rest/api/maps/render/getmaptile
...
"sources": {
"azure": {
"type": "raster",
"url": "https://atlas.microsoft.com/map/imagery/png",
"subscription-key" : "<my-key>",
"api-version" : "1.0",
"tileSize": 256
},
"composite": {
"url": "mapbox://mapbox.mapbox-streets-v8",
"type": "vector"
}
},...
将 Mapbox Studio 中的样式替换为包含上述源的样式时,我收到“无效的源 URL”错误。我希望 Mapbox 能够使用该来源。