首页 / 浏览问题 / WebGIS / 问题详情
加载矢量切片获取所有属性数据
4EXP 2022年10月28日
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的数据

1个回答

您好,您可以参考这个demo,想要所有数据,通常来说您可以属性查询 smid>0即可

http://support.supermap.com.cn:8090/webgl/examples/webgl/editor.html#MVT

希望可以帮助到您。

10,513EXP 2022年10月28日
...