主题
removeLayer (layerNames, callback)
删除一个层位
// 删除一个层位 var layerNames = 'Layer:\\断层\\下盘\\curve Layer:\\断层\\上盘'; gdfCtrl.ctrl.removeLayer(layerNames, function (obj) {});