flex 加载arcgis 的地图json

var fs:FeatureSet=FeatureSet.fromJSON(JSONUtil.decode(e.result.toString()));
for each(var gra:Graphic in fs.features)
{
var g:Graphic=new Graphic(gra.geometry,fillsym);
graL.add(g);
}

原文地址:https://www.cnblogs.com/tiandi/p/4915151.html