//清除sourceclearsource(id:any){ let kong: any = { "type": "geojson", 'data': { 'type': 'FeatureCollection', "features": [] } } this.map.value.getSource(id).setData(kong.data)}