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