你好,请问是在二维还是三维地图上实现?根据描述,可以使用地址匹配服务,详情可以参考博客和示例。
https://blog.csdn.net/supermapsupport/article/details/77933357
https://iclient.supermap.io/examples/leaflet/editor.html#addressMatchService
1、数据上图功能,只需要将数据发布为地图服务后,通过接口上图即可,以leaflet为例,通过TiledMapLayer接口添加地图服务,可以根据业务要求,自行设置layersID 图层id,clipRegion显示范围等。
可以参考示例和接口文档:https://iclient.supermap.io/web/apis/leaflet.html
https://iclient.supermap.io/examples/leaflet/examples.html#iServer
2、可以将地址信息或者经纬度数据发布为数据服务,批量查询后通过几何信息上图。
https://iclient.supermap.io/examples/leaflet/editor.html#02_getFeatureBySQL