var mvtMap = scene.addVectorTilesMap({ url: 'http://localhost:8090/iserver/services/map-mvt-mvttest/restjsr/v1/vectortile/maps/mvt_test', canvasWidth: 512, name: 'testMVT', viewer: viewer })
加载矢量数据发布的切片服务后,如何在前端获取到所有的属性数据,类似geojson的数据
您好,您可以参考这个demo,想要所有数据,通常来说您可以属性查询 smid>0即可
http://support.supermap.com.cn:8090/webgl/examples/webgl/editor.html#MVT
希望可以帮助到您。