首页 / 浏览问题 / WebGIS / 问题详情
超图FAQ: 如何实现标绘图层上的Feature与json的互相转换?
55,828EXP 2021年03月17日
超图FAQ: 如何实现标绘图层上的Feature与json的互相转换?

1个回答

超图FAQ: 标绘feature转json:
SuperMap.Plot.PlottingUtil.toJSON(feature.geometry.getSymbolData());
json转标绘feature:
var jsonObj=JSON.parse(jsonString);
SuperMap.Geometry.PlottingGeometry.createFeature(libID,code,null,{symbolData:jsonObj,layer:plottingLayer});
其中,libID和code可以从feature.geometry获取plottingLayer为将要添加这个Feature的标绘图层
55,828EXP 2021年03月17日
热门文章
关注我们
...