您好,这个理论上是可以实现的,需要用leaflet的客户端专题图来实现http://iclient.supermap.io/examples/leaflet/examples.html#viz-themeLayer
范例中的客户端专题图是将sql查询的结果转成iserver的feature对象后进行专题图绘制的,您可以用您的geojson数据,通过http://iclient.supermap.io/web/libs/iclient8c/apidoc/files/SuperMap/Format/GeoJSON-js.html#SuperMap.Format.GeoJSON.read这个接口转换成feature来实现该功能