修复矢量瓦片尺寸设置错误
This commit is contained in:
@@ -151,6 +151,7 @@ export default {
|
||||
tileUrl += `?geoCoordSys=${this.mapTileList[this.mapTileIndex].coordinateSystem}&accessToken=${this.$store.getters.token}`
|
||||
let source = new VectorTileSource({
|
||||
format: new MVT(),
|
||||
tileSize: 256,
|
||||
url: tileUrl
|
||||
})
|
||||
let layer = new VectorTileLayer({
|
||||
|
||||
Reference in New Issue
Block a user