/** * 污染源 * @type {string} */ export const LayerPollutionSources = { code: 'pollutionSources', name: '污染源', checked: true, layers: [ { code: 'pollutionSourcesSczz', name: '生产装置', sname: '生产装置', // 表名 checked: true, // 默认选中状态 url: 'http://www.baidu.com', // 请求业务数据接口 minZoom: 10 // 在指定级别显示 }, { code: 'pollutionSourcesZlss', name: '治理设施', sname: '治理设施', // 表名 checked: true, // 默认选中状态 url: 'http://www.baidu.com', // 请求业务数据接口 minZoom: 10 // 在指定级别显示 }] }