c={ "type": "Feature", "properties": { "MC": null, "PWH": null, "SJ": "2015", "YDDM": "S41"}, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 117.355254, 28.703052 ], [ 117.355254, 28.703052 ], [ 117.355250, 28.703018 ], [ 117.355246, 28.703002 ] ] ]] } }
c['geometry']['coordinates'][0][0]=c['geometry']['coordinates'][0][0][:1]+c['geometry']['coordinates'][0][0][2:]
你的坐标项搞那么多层次干嘛?很容易出错
https://blog.csdn.net/weixin_44145300/article/details/90512158