Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop
Conflicts:
src/components/LayerController/modules/LcServiceLayerFilter.vue
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { LayerSewersPoint } from '@/conf/layers/LayerSewers' |
| | | |
| | | export default { |
| | | name: 'LcServiceLayerFilter', |
| | | components: { }, |
| | | data () { |
| | | return { |
| | | visible: {}, |
| | | layerSewersPoint: LayerSewersPoint, |
| | | layers: [], |
| | | filterConfig: [] // 附属要素 |
| | | } |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { PipelineTypeOptions } from '@/conf/layers/LayerSewers' |
| | | |
| | | import WfsHelper from '@components/helpers/WfsHelper' |
| | | import AjaxUtils from '@utils/AjaxUtils' |
| | | export default { |
| | |
| | | return { |
| | | gdVisible: true, |
| | | list: [], |
| | | labelList: PipelineTypeOptions[0].labelList, |
| | | total: 0, |
| | | inareaTypeOptions: [], |
| | | enterpriseTypeOptions: [], |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { PipelineTypeOptions } from '@/conf/layers/LayerSewers' |
| | | |
| | | import WfsHelper from '@components/helpers/WfsHelper' |
| | | import AjaxUtils from '@utils/AjaxUtils' |
| | | export default { |
| | |
| | | return { |
| | | gdVisible: true, |
| | | list: [], |
| | | labelList: PipelineTypeOptions[0].labelList, |
| | | total: 0, |
| | | inareaTypeOptions: [], |
| | | enterpriseTypeOptions: [], |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | <<<<<<< HEAD |
| | | import WfsHelper from '@components/helpers/WfsHelper' |
| | | import AjaxUtils from '@utils/AjaxUtils' |
| | | ======= |
| | | import mapApi from '@/api/mapApi' |
| | | |
| | | // import WfsHelper from '@components/helpers/WfsHelper' |
| | | >>>>>>> d838248f54e3bcacf9c2a54f7dc692525af3c051 |
| | | export default { |
| | | name: 'GasWasteSearch', |
| | | data () { |
| | | return { |
| | | gdVisible: true, |
| | | list: [], |
| | | <<<<<<< HEAD |
| | | ======= |
| | | // labelList: PipelineTypeOptions[0].labelList, |
| | | >>>>>>> d838248f54e3bcacf9c2a54f7dc692525af3c051 |
| | | total: 0, |
| | | inareaTypeOptions: [], |
| | | enterpriseTypeOptions: [], |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { PipelineTypeOptions } from '@/conf/layers/LayerSewers' |
| | | |
| | | import WfsHelper from '@components/helpers/WfsHelper' |
| | | import AjaxUtils from '@utils/AjaxUtils' |
| | | export default { |
| | |
| | | return { |
| | | gdVisible: true, |
| | | list: [], |
| | | labelList: PipelineTypeOptions[0].labelList, |
| | | total: 0, |
| | | inareaTypeOptions: [], |
| | | enterpriseTypeOptions: [], |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { PipelineTypeOptions } from '@/conf/layers/LayerSewers' |
| | | |
| | | import WfsHelper from '@components/helpers/WfsHelper' |
| | | import AjaxUtils from '@utils/AjaxUtils' |
| | | export default { |
| | |
| | | return { |
| | | gdVisible: true, |
| | | list: [], |
| | | labelList: PipelineTypeOptions[0].labelList, |
| | | total: 0, |
| | | form: { |
| | | areaVal: '', |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { PipelineTypeOptions } from '@/conf/layers/LayerSewers' |
| | | |
| | | import WfsHelper from '@components/helpers/WfsHelper' |
| | | import AjaxUtils from '@utils/AjaxUtils' |
| | | export default { |
| | |
| | | return { |
| | | gdVisible: true, |
| | | list: [], |
| | | labelList: PipelineTypeOptions[0].labelList, |
| | | total: 0, |
| | | form: { |
| | | areaVal: '', |
| | |
| | | POLYGON: 'polygon' |
| | | } |
| | | |
| | | export const PIPELINE_WFS = 'http://xearth.cn:8088/server/ogcserver/PipeLine2/wfs' |
| | | |
| | | export const logicMapper = { |
| | | wasteGasPfk: 'WasteGas.js', |
| | | wasteWaterPfk: 'WasteWater.js', |
| | |
| | | // service主机配置 |
| | | // const APP_GIS_HOST = 'http://xearth.cn:6299' |
| | | const APP_GIS_HOST = 'http://xearth.cn:8088' |
| | | const PIPELINE_WFS = APP_GIS_HOST + '/server/ogcserver/PipeLine2/wfs' |
| | | // 自定义主机配置 |
| | | const BLUEMAP_HOST = APP_GIS_HOST // 公司发布的地图服务,用于测试的地址 |
| | | |
| | |
| | | mapOptions, |
| | | mapConfig, |
| | | TokenConfig, |
| | | BLUEMAP_HOST, |
| | | PIPELINE_WFS |
| | | BLUEMAP_HOST |
| | | // mapTokenArray |
| | | // MagicMaker |
| | | } |
| | |
| | | /** |
| | | * 区域 |
| | | */ |
| | | import MapConfig from '../../conf/MapConfig' |
| | | const WFS_URL = MapConfig.PIPELINE_WFS |
| | | import { PIPELINE_WFS } from '../Constants' |
| | | const WFS_URL = PIPELINE_WFS |
| | | export const LayerAirQuality = { |
| | | code: 'sewersAirQuality', |
| | | name: '空气质量', |
| | |
| | | /** |
| | | * 区域 |
| | | */ |
| | | import MapConfig from '../../conf/MapConfig' |
| | | const WFS_URL = MapConfig.PIPELINE_WFS |
| | | import { PIPELINE_WFS } from '../Constants' |
| | | const WFS_URL = PIPELINE_WFS |
| | | export const LayerArea = { |
| | | code: 'sewersArea', |
| | | name: '区域信息', |
| | |
| | | /** |
| | | * 流域 |
| | | */ |
| | | import MapConfig from '../../conf/MapConfig' |
| | | const WFS_URL = MapConfig.PIPELINE_WFS |
| | | import { PIPELINE_WFS } from '../Constants' |
| | | const WFS_URL = PIPELINE_WFS |
| | | export const LayerBasin = { |
| | | code: 'sewersBasin', |
| | | name: '区域图层', |
| | |
| | | /** |
| | | * 环境风险 |
| | | */ |
| | | import MapConfig from '../../conf/MapConfig' |
| | | const WFS_URL = MapConfig.PIPELINE_WFS |
| | | import { PIPELINE_WFS } from '../Constants' |
| | | const WFS_URL = PIPELINE_WFS |
| | | export const LayerEnvRisk = { |
| | | code: 'sewersEnvRisk', |
| | | name: '环境风险', |
| | |
| | | /** |
| | | * 区域 |
| | | */ |
| | | import MapConfig from '../../conf/MapConfig' |
| | | const WFS_URL = MapConfig.PIPELINE_WFS |
| | | import { PIPELINE_WFS } from '../Constants' |
| | | const WFS_URL = PIPELINE_WFS |
| | | export const LayerFsss = { |
| | | code: 'sewersFsss', |
| | | name: '附属设施', |
| | |
| | | /** |
| | | * 区域 |
| | | */ |
| | | import MapConfig from '../../conf/MapConfig' |
| | | const WFS_URL = MapConfig.PIPELINE_WFS |
| | | import { PIPELINE_WFS } from '../Constants' |
| | | const WFS_URL = PIPELINE_WFS |
| | | export const LayerHbss = { |
| | | code: 'sewersHbss', |
| | | name: '环保设施', |
| | |
| | | import { LayerHbss } from './LayerHbss' |
| | | import { LayerFsss } from './LayerFsss' |
| | | |
| | | import MapConfig from '../../conf/MapConfig' |
| | | const WFS_URL = MapConfig.PIPELINE_WFS |
| | | import { PIPELINE_WFS } from '../Constants' |
| | | const WFS_URL = PIPELINE_WFS |
| | | |
| | | export const LayerPipeLines = { |
| | | code: 'sewersPipeLines', |
| | |
| | | /** |
| | | * 排口 |
| | | */ |
| | | import MapConfig from '../../conf/MapConfig' |
| | | const WFS_URL = MapConfig.PIPELINE_WFS |
| | | import { PIPELINE_WFS } from '../Constants' |
| | | const WFS_URL = PIPELINE_WFS |
| | | export const LayerPk = { |
| | | code: 'sewersPk', |
| | | name: '排口', |
| | |
| | | /** |
| | | * 土壤及地下水 |
| | | */ |
| | | import MapConfig from '../../conf/MapConfig' |
| | | const WFS_URL = MapConfig.PIPELINE_WFS |
| | | import { PIPELINE_WFS } from '../Constants' |
| | | const WFS_URL = PIPELINE_WFS |
| | | export const LayerSoilGroundWater = { |
| | | code: 'sewersSoilGroundWater', |
| | | name: '土壤及地下水', |