let styleURL = 'https://iserver.supermap.io/iserver/services/map-china400/restjsr/v1/vectortile/maps/China_4326/style.json'
var format = new MVT();
var style = new MapboxStyles({
style: styleURL,
map: map.value
})
let vectorLayer = new VectorTileLayer({
declutter: true,
source: new VectorTileSuperMapRest({
url: styleURL,
projection: 'EPSG:4326',
format: format
}),
style: style.getStyleFunction()
});
map.value.addLayer(vectorLayer)
使用产品:supermap/iclient-ol 操作系统:win11
数据类型:iServer 矢量瓦片服务
问题详细描述:接口报错告诉我404