| | |
| | | // export const PIPELINE_WMS = 'http://xearth.cn:6240/geoserver/sewer/wms' |
| | | export const WMS_URL = 'http://10.238.235.179:6240/geoserver/sewer/wms' |
| | | export const WFS_URL = 'http://10.238.235.179:6240/geoserver/sewer/ows?service=WFS' |
| | | // export const WMS_URL = 'http://xearth.cn:6240/geoserver/sewer/wms' |
| | | // export const WFS_URL = 'http://xearth.cn:6240/geoserver/sewer/ows?service=WFS' |
| | | |
| | | export const GEOM_TYPE = { |
| | | POINT: 'point', |
| | |
| | | wasteSolidCcd: 'WasteSolid.js', |
| | | sewersAreaGs: 'Company.js', |
| | | pipesegment: 'PipeLineAnimal.js', |
| | | pollutionSources: 'SourcesPollution.js' |
| | | pollutionSources: 'SourcesPollution.js', |
| | | envRiskChart: 'EnvironmentRisk.js' |
| | | } |
| | | |
| | | export const STYLES = { |
| | |
| | | hospital: '医院', |
| | | emergencyres: '社会专业应急救援队伍', |
| | | emergencyesources: '应急物资', |
| | | firefightingunit: '消防单位' |
| | | firefightingunit: '消防单位', |
| | | unitareaboundary: '装置区边界', |
| | | sensitivetarget: '敏感目标' |
| | | } |
| | | |
| | | export const LAYERPROPS = { |
| | | // 管网 |
| | | pipenetwork: { |
| | | // 管网 |
| | | name: '名称', |
| | | linenumtype: '管线类型', |
| | | pipename: '管线名称', |
| | | name: '管网名称', |
| | | linenumtype: '管网类型', |
| | | pipename: '管网名称', |
| | | mediumtype: '输送介质', |
| | | length: '长度(m)', |
| | | startposname: '起点位置名称', |
| | |
| | | // 管线 |
| | | pipeline: { |
| | | // 管网 |
| | | name: '名称', |
| | | name: '管网名称', |
| | | linenumtype: '管线类型', |
| | | pipename: '管线名称', |
| | | mediumtype: '输送介质', |
| | |
| | | // 水体 |
| | | pointhydrology: { |
| | | name: '名称', |
| | | orgname: '企业名称', |
| | | telphonenumber: '联系方式', |
| | | velocityaverage: '年平均流速(m/s)', |
| | | erosiondepthavg: '年平均冲刷深度', |
| | |
| | | // 自然保护区 |
| | | pointpreservationzone: { |
| | | name: '名称', |
| | | orgname: '企业名称', |
| | | datasource: '数据来源', |
| | | type: '保护区类型', |
| | | structureoridsitearea: '占地面积', |
| | |
| | | // 医院 |
| | | hospital: { |
| | | companyname: '医院名称', |
| | | orgname: '企业名称', |
| | | telephone: '联系电话', |
| | | hospitalleaval: '医院资质等级', |
| | | maxinjurednumber: '可容纳伤员', |
| | |
| | | // 社会专业应急救援队伍 |
| | | emergencyres: { |
| | | name: '名称', |
| | | orgname: '企业名称', |
| | | numberteam: '救援人数', |
| | | rescueobject: '主要救援对象', |
| | | resperson: '负责人', |
| | |
| | | // 应急物资 |
| | | emergencyesources: { |
| | | resourcesname: '物资名称', |
| | | orgname: '企业名称', |
| | | resourcesnumber: '物资数量', |
| | | ownedstatus: '是否自有物资', |
| | | sourceschargestandard: '物资收费标准', |
| | |
| | | // 消防单位 |
| | | firefightingunit: { |
| | | companyname: '消防单位名称', |
| | | orgname: '企业名称', |
| | | pumpernumber: '消防车数量', |
| | | contacttelephone: '联系电话', |
| | | address: '单位地址', |
| | |
| | | ficroute: '交通路线', |
| | | distance: '距离', |
| | | datasource: '数据来源' |
| | | }, |
| | | // 装置区 |
| | | unitareaboundary: { |
| | | name: '装置区名称', |
| | | code: '装置区编码', |
| | | responsperson: '负责人', |
| | | startdate: '投用日期' |
| | | }, |
| | | // 敏感目标 |
| | | sensitivetarget: { |
| | | name: '名称', |
| | | resperson: '负责人', |
| | | telephone: '联系电话', |
| | | huncount: '常规人口数量', |
| | | structureoridsitearea: '占地面积', |
| | | adminzonename: '行政隶属' |
| | | } |
| | | } |