| | |
| | | import keyName from "@/utils/poiKeys"; |
| | | import LayerField from "@/utils/NameConf"; |
| | | |
| | | let handler, buildingPolygon, objdata, video, promiseS3M; |
| | | let handler, buildingPolygon, objdata = {}, video, promiseS3M; |
| | | window.divPoint3 = null; |
| | | window.instance = null; |
| | | let tooltipHTML; |
| | |
| | | handler = new Cesium.ScreenSpaceEventHandler(Viewer.scene.canvas); |
| | | handler.setInputAction(event => { |
| | | let nPickFeature = sgworld.Viewer.scene.pick(event.position); |
| | | console.log(nPickFeature); |
| | | if (Cesium.defined(nPickFeature)) { |
| | | this.resetImg(); |
| | | if (buildingPolygon) { |
| | |
| | | } |
| | | // this.resetBorder(); |
| | | window.pickFeature = nPickFeature; |
| | | // console.log(nPickFeature); |
| | | imgUrl = nPickFeature.primitive.image; |
| | | scale = nPickFeature.primitive.scale; |
| | | nPickFeature.primitive.image = |
| | | window.SmartEarthRootUrl + "Workers/image/point.png"; |
| | | nPickFeature.primitive.scale = 1; |
| | | //点击弹框 |
| | | |
| | | objdata = {} |
| | | let obj = {}; |
| | | let lon; |
| | | let lat; |
| | |
| | | } |
| | | if (!isCamera) { |
| | | tooltipHTML = ""; |
| | | //重置LayerField数据 |
| | | //重置LayerField数据(窨井和部件展示的字段表) |
| | | for (let item in LayerField) { |
| | | LayerField[item] = 0; |
| | | } |
| | | // 删除字段 |
| | | // 删除不需要的字段 剩下保存为userData |
| | | let { |
| | | OBJECTID, |
| | | ID, |
| | |
| | | } |
| | | // 展示LayerField数据 |
| | | for (let item in LayerField) { |
| | | let value = LayerField[item]; |
| | | value && (tooltipHTML += `<p>${item}:${value || "无"}</p>`); |
| | | LayerField[item] && (objdata[item] = LayerField[item]) |
| | | // (tooltipHTML += `<p>${item}:${LayerField[item] || "无"}</p>`); |
| | | } |
| | | } else if ( |
| | | userData.hasOwnProperty("当事人名称") || |
| | |
| | | 办案人员: userData["办案人员"], |
| | | 调查情形: userData["调查情形"] |
| | | }; |
| | | // 展示LayerField数据 |
| | | for (let itemName in newOBJ) { |
| | | let CnName = itemName; |
| | | let value = userData[itemName]; |
| | | |
| | | value && |
| | | (tooltipHTML += `<p style="margin-top:7px;">${CnName}:${value || |
| | | "无"}</p>`); |
| | | // console.log(tooltipHTML); |
| | | } |
| | | objdata = newOBJ |
| | | } else { |
| | | for (let itemName in userData) { |
| | | let CnName = itemName; |
| | | let value = userData[itemName]; |
| | | value && |
| | | (tooltipHTML += `<p style="margin-top:7px;">${CnName}:${value || |
| | | "无"}</p>`); |
| | | let CnName = keyName[itemName] || itemName; |
| | | userData[itemName] && (objdata[CnName] = userData[itemName]) |
| | | // (tooltipHTML += `<p style="margin-top:7px;">${itemName}:${ userData[itemName] || |
| | | // "无"}</p>`); |
| | | } |
| | | } |
| | | |
| | | let description = ` |
| | | <div id="pointInfoBox" class="pointInfoBox" style="pointer-events:auto;"> |
| | | <span style="position: absolute; right: 12px; top: 6px;">×</span> |
| | | ${tooltipHTML} |
| | | </div> |
| | | `; |
| | | divPoint1 = sgworld.Creator.createDivPoint( |
| | | "详细信息", |
| | | divPoint3 && divPoint3.deleteObject(); |
| | | store.setPoplayerShowAction(false); |
| | | store.setPoplayerListAction({}); |
| | | store.setPoplayerShowAction(true); |
| | | store.setPoplayerListAction(objdata); |
| | | window.instance = new PoiLayerConstructor({ |
| | | data: { |
| | | list: objdata, |
| | | }, |
| | | }); |
| | | window.instance.$mount(); |
| | | divPoint3 = window.sgworld.Creator.createDivPoint( |
| | | "", |
| | | { |
| | | lon: lon, |
| | | lat: lat, |
| | | height: 50 |
| | | height: 50, |
| | | }, |
| | | { |
| | | type: "custom", |
| | | offset: ["c", 50], |
| | | description, |
| | | onclick(data) { |
| | | // sgworld.Creator.DeleteObject(divPoint1); |
| | | divPoint1 && divPoint1.deleteObject(); |
| | | if (window.pickFeature && window.pickFeature.primitive) { |
| | | window.pickFeature.primitive.image = imgUrl; |
| | | window.pickFeature.primitive.scale = scale; |
| | | window.pickFeature = null; |
| | | } |
| | | } |
| | | offset: ["c", 100], |
| | | description: window.instance.$el, |
| | | near: 0, |
| | | far: 100000, |
| | | } |
| | | ); |
| | | // if (tooltip) { |
| | | // tooltip.show(false); |
| | | // tooltip = null; |
| | | // } |
| | | // tooltip = sgworld.Core.CreateResultTooltip(window.Viewer, { |
| | | // color: "black", |
| | | // addY: -40, |
| | | // far: 200000, |
| | | // closeBtn: true, |
| | | // close: () => { |
| | | // this.resetImg(); |
| | | // }, |
| | | // }); |
| | | |
| | | // let description = `<div style='background: |
| | | // rgba(14, 50, 143, 0.6); |
| | | // border: 1px solid #205fbc; |
| | | // border-radius: 5px; |
| | | // color: #fff; |
| | | // padding: 15px; |
| | | // box-shadow: 0px 1px 10px 0px rgba(3, 10, 26, 0.38); |
| | | // '>${tooltipHTML}</div>`; |
| | | |
| | | // tooltip.showAt( |
| | | // Cesium.Cartesian3.fromDegrees(lon, lat, 0), |
| | | // description |
| | | // ); |
| | | } |
| | | //关闭地块信息弹窗 |
| | | Bus.$emit("closeLandInfoPop", true); |
| | | layuiLayer.close(SmartEarthPopupData.layerProp); |
| | | //发送给right-top.vue调用 |
| | | this.$store.commit("description", obj); |
| | | } else if (nPickFeature.primitive instanceof Cesium.Cesium3DTileset) { |
| | | // // let cartographic = |
| | | // // window.Viewer.scene.globe.ellipsoid.cartesianToCartographic( |
| | | // // nPickFeature.content.tile.boundingSphere.center |
| | | // // ); |
| | | // // let lon = Cesium.Math.toDegrees(cartographic.longitude); |
| | | // // let lat = Cesium.Math.toDegrees(cartographic.latitude); |
| | | // let p = sgworld.Navigate.getMouseDegrees(event); |
| | | // let lon = p.lon; |
| | | // let lat = p.lat; |
| | | // axios |
| | | // .get( |
| | | // "http://10.10.4.121:8070/gisserver/wfsserver/yizhuang-building-wfs-1207", |
| | | // { |
| | | // params: { |
| | | // version: "1.3.0", |
| | | // request: "GetFeature", |
| | | // typename: `亦庄建筑外轮廓4326`, |
| | | // propertyname: "*", |
| | | // format: "json", |
| | | // filter: `<ogc:Filter xmlns:ogc="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml"><ogc:Intersects><ogc:PropertyName>SAHEP</ogc:PropertyName><gml:Point > <gml:pos>${lon} ${lat}</gml:pos></gml:Point></ogc:Intersects></ogc:Filter>` |
| | | // } |
| | | // } |
| | | // ) |
| | | // .then(response => { |
| | | // if (response.data.features.length > 0) { |
| | | // var geometry = []; |
| | | // let POIs = response.data.features[0].geometry.coordinates[0]; |
| | | // for (let i = 0; i < POIs.length; i++) { |
| | | // geometry.push({ |
| | | // x: parseFloat(POIs[i][0]), |
| | | // y: parseFloat(POIs[i][1]), |
| | | // z: 0 |
| | | // }); |
| | | // } |
| | | // buildingPolygon = sgworld.Creator.createPolygon( |
| | | // geometry, |
| | | // { |
| | | // fillColor: "#00ff0050", |
| | | // outlineColor: "#ff0000", |
| | | // outlineWidth: 2 |
| | | // }, |
| | | // 1, |
| | | // 0, |
| | | // "面" |
| | | // ); |
| | | // } |
| | | // }); |
| | | } else if ( |
| | | } |
| | | |
| | | else if ( |
| | | nPickFeature.id.fid && |
| | | nPickFeature.id.fid.includes("免费住所空间0131") |
| | | ) { |
| | |
| | | divPoint1.deleteObject(); |
| | | } |
| | | tooltipHTML = ""; |
| | | //重置LayerField数据 |
| | | for (let item in LayerField) { |
| | | LayerField[item] = 0; |
| | | } |
| | | // 删除字段 |
| | | let { Id, ...userData } = obj; |
| | | // 直接展示 |
| | |
| | | layuiLayer.close(SmartEarthPopupData.layerProp); |
| | | this.$store.commit("description", obj); |
| | | } |
| | | // else if (nPickFeature.primitive instanceof Cesium.Cesium3DTileset) { |
| | | // // let cartographic = |
| | | // // window.Viewer.scene.globe.ellipsoid.cartesianToCartographic( |
| | | // // nPickFeature.content.tile.boundingSphere.center |
| | | // // ); |
| | | // // let lon = Cesium.Math.toDegrees(cartographic.longitude); |
| | | // // let lat = Cesium.Math.toDegrees(cartographic.latitude); |
| | | // let p = sgworld.Navigate.getMouseDegrees(event); |
| | | // let lon = p.lon; |
| | | // let lat = p.lat; |
| | | // axios |
| | | // .get( |
| | | // "http://10.10.4.121:8070/gisserver/wfsserver/yizhuang-building-wfs-1207", |
| | | // { |
| | | // params: { |
| | | // version: "1.3.0", |
| | | // request: "GetFeature", |
| | | // typename: `亦庄建筑外轮廓4326`, |
| | | // propertyname: "*", |
| | | // format: "json", |
| | | // filter: `<ogc:Filter xmlns:ogc="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml"><ogc:Intersects><ogc:PropertyName>SAHEP</ogc:PropertyName><gml:Point > <gml:pos>${lon} ${lat}</gml:pos></gml:Point></ogc:Intersects></ogc:Filter>` |
| | | // } |
| | | // } |
| | | // ) |
| | | // .then(response => { |
| | | // if (response.data.features.length > 0) { |
| | | // var geometry = []; |
| | | // let POIs = response.data.features[0].geometry.coordinates[0]; |
| | | // for (let i = 0; i < POIs.length; i++) { |
| | | // geometry.push({ |
| | | // x: parseFloat(POIs[i][0]), |
| | | // y: parseFloat(POIs[i][1]), |
| | | // z: 0 |
| | | // }); |
| | | // } |
| | | // buildingPolygon = sgworld.Creator.createPolygon( |
| | | // geometry, |
| | | // { |
| | | // fillColor: "#00ff0050", |
| | | // outlineColor: "#ff0000", |
| | | // outlineWidth: 2 |
| | | // }, |
| | | // 1, |
| | | // 0, |
| | | // "面" |
| | | // ); |
| | | // } |
| | | // }); |
| | | // } |
| | | // else if (nPickFeature.primitive instanceof Cesium.GroundPrimitive) { |
| | | // let wmsLayer = this.$store.state.selectedLayers.filter((item) => { |
| | | // return item.name == "行政区划图"; |
| | |
| | | }, |
| | | computed: {}, |
| | | mounted() { |
| | | debugger |
| | | if (this.list) { |
| | | this.state.list = this.list; |
| | | } |
| | |
| | | <div class="close" @click.stop="closehandle"></div> |
| | | <!-- <div class="title">点位详情</div> --> |
| | | <div class="content"> |
| | | <div class="ssdw">{{ state.list[KEY["所属单位"]] }}</div> |
| | | <!-- <div class="ssdw">{{ state.list[KEY["所属单位"]] }}</div> |
| | | <div class="lxr">联系人:{{ state.list[KEY["联系人"]] }}</div> |
| | | <div class="dz">地址:{{ state.list[KEY["地址"]] }}</div> |
| | | <!-- <div class="con-item" v-for="(item, index) in KEY" :key="index"> |
| | | <span class="name">{{ index }}:</span> |
| | | <span class="value">{{ state.list[item] }}</span> |
| | | </div> --> |
| | | <div class="dz">地址:{{ state.list[KEY["地址"]] }}</div> --> |
| | | <div class="con-item" v-for="(val, key, i) in list" :key="i"> |
| | | <span class="name">{{ key }}:{{ val }}</span> |
| | | </div> |
| | | <div class="ssdw" v-if="list['信用等级'] || list['风险等级']"> |
| | | <a :href="'https://qylweb.bda.gov.cn/alldetails/#/newEnterprisedetails?uscc=' + list['信用代码']" |
| | | target="_blank">查看企业画像</a> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | |
| | | <script> |
| | | import store from "@/utils/store"; |
| | | import keys from "@/utils/poiKeys"; |
| | | // import keys from "@/utils/poiKeys"; |
| | | export default { |
| | | name: "Main", |
| | | components: {}, |
| | | props: { |
| | | keys: { |
| | | type: Object, |
| | | }, |
| | | // keys: { |
| | | // type: Object, |
| | | // }, |
| | | list: { |
| | | type: Object, |
| | | }, |
| | |
| | | }, |
| | | computed: {}, |
| | | mounted() { |
| | | |
| | | if (this.list) { |
| | | this.state.list = this.list; |
| | | } |
| | | this.KEY = keys[this.state.list.POITYPE]; |
| | | // this.KEY = keys[this.state.list.POITYPE]; |
| | | }, |
| | | watch: { |
| | | "state.list": function (val) { |
| | | this.KEY = keys[val.POITYPE]; |
| | | // console.log(val); |
| | | // this.KEY = keys[val.POITYPE]; |
| | | }, |
| | | }, |
| | | methods: { |
| | |
| | | z-index: 999; |
| | | color: #fff; |
| | | font-family: SourceHanSansSC-R; |
| | | /* padding: 20px; */ |
| | | padding: 10px 5px 10px 5px; |
| | | padding: 20px; |
| | | /* padding: 10px 5px 10px 5px; */ |
| | | box-sizing: border-box; |
| | | font-size: 16px; |
| | | pointer-events: all; |
| | |
| | | } */ |
| | | |
| | | .close { |
| | | position: absolute; |
| | | pointer-events: all; |
| | | right: 15px; |
| | | top: 24px; |
| | | width: 28px; |
| | | height: 28px; |
| | | background-repeat: no-repeat; |
| | | background-size: 100% 100%; |
| | | background-image: url("./img/close.png"); |
| | | float: right; |
| | | margin-top: 8px; |
| | | margin-right: 15px; |
| | | cursor: pointer; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | .name { |
| | | /* min-width: 100px; */ |
| | | float: left; |
| | | margin: 13px auto 0; |
| | | max-width: 80%; |
| | | text-align: center; |
| | | color: #fff; |
| | | font: bold 15px sans-serif; |
| | | } |
| | | |
| | | .value { |
| | | max-width: 400px; |
| | | float: left; |
| | | color: aqua; |
| | | color: #fff; |
| | | } |
| | | |
| | | .ssdw { |
| | | width: 94%; |
| | | margin: 20px auto 0; |
| | | text-align: center; |
| | | color: #f2be10; |
| | | font: bold 18px sans-serif; |
| | | text-align: end; |
| | | |
| | | /* font: bold 18px sans-serif; */ |
| | | } |
| | | .ssdw a{ |
| | | color: #f2be10; |
| | | } |
| | | |
| | | |
| | | .lxr { |
| | | margin: 13px auto 0; |
| | | max-width: 80%; |
| | |
| | | color: #fff; |
| | | font: bold 15px sans-serif; |
| | | } |
| | | |
| | | .dz { |
| | | margin: 13px auto 20px; |
| | | max-width: 80%; |
| | |
| | | <template> |
| | | <div class="rightBottom trigger" id="rightBottom"> |
| | | <div class="mapTools"> |
| | | <!-- <div class="mapTool"> |
| | | <div class="mapTool"> |
| | | <el-tooltip |
| | | class="item" |
| | | effect="dark" |
| | |
| | | <img class="legendImg" src="@/assets/img/new/数字人.png" /> |
| | | </div> |
| | | </el-tooltip> |
| | | </div> --> |
| | | </div> |
| | | <div class="mapTool"> |
| | | <el-tooltip |
| | | class="item" |
| | |
| | | |
| | | // 后台8089 |
| | | const request = axios.create({ |
| | | baseURL: 'http://10.10.4.116:8086/', // api的base_url |
| | | baseURL: 'http://10.10.4.116:8089/', // api的base_url |
| | | timeout: 35000, // 请求超时时间 |
| | | headers: { |
| | | "content-type": "application/json;charset=UTF-8", |
| | |
| | | "outlineColor": "#ffffff", |
| | | "clampToGround": true, |
| | | "classificationType": 2, |
| | | "image": "./static/SmartEarthSDK/Workers/image/案件信息.png", |
| | | "image": "./static/SmartEarthSDK/Workers/image/企业信用等级-优.png", |
| | | "minimumLevel": 13, |
| | | "maximumLevel": 22, |
| | | "font": "Arial", |
| | |
| | | "outlineColor": "#ffffff", |
| | | "clampToGround": true, |
| | | "classificationType": 2, |
| | | "image": "./static/SmartEarthSDK/Workers/image/案件信息.png", |
| | | "image": "./static/SmartEarthSDK/Workers/image/企业信用等级-良.png", |
| | | "minimumLevel": 13, |
| | | "maximumLevel": 22, |
| | | "font": "Arial", |
| | |
| | | "outlineColor": "#ffffff", |
| | | "clampToGround": true, |
| | | "classificationType": 2, |
| | | "image": "./static/SmartEarthSDK/Workers/image/案件信息.png", |
| | | "image": "./static/SmartEarthSDK/Workers/image/企业信用等级-中.png", |
| | | "minimumLevel": 13, |
| | | "maximumLevel": 22, |
| | | "font": "Arial", |
| | |
| | | "outlineColor": "#ffffff", |
| | | "clampToGround": true, |
| | | "classificationType": 2, |
| | | "image": "./static/SmartEarthSDK/Workers/image/案件信息.png", |
| | | "image": "./static/SmartEarthSDK/Workers/image/企业信用等级-差.png", |
| | | "minimumLevel": 13, |
| | | "maximumLevel": 22, |
| | | "font": "Arial", |
| | |
| | | "outlineColor": "#ffffff", |
| | | "clampToGround": true, |
| | | "classificationType": 2, |
| | | "image": "./static/SmartEarthSDK/Workers/image/案件信息.png", |
| | | "image": "./static/SmartEarthSDK/Workers/image/高风险企业.png", |
| | | "minimumLevel": 13, |
| | | "maximumLevel": 22, |
| | | "font": "Arial", |
| | |
| | | "outlineColor": "#ffffff", |
| | | "clampToGround": true, |
| | | "classificationType": 2, |
| | | "image": "./static/SmartEarthSDK/Workers/image/案件信息.png", |
| | | "image": "./static/SmartEarthSDK/Workers/image/中风险企业.png", |
| | | "minimumLevel": 13, |
| | | "maximumLevel": 22, |
| | | "font": "Arial", |
| | |
| | | "outlineColor": "#ffffff", |
| | | "clampToGround": true, |
| | | "classificationType": 2, |
| | | "image": "./static/SmartEarthSDK/Workers/image/案件信息.png", |
| | | "image": "./static/SmartEarthSDK/Workers/image/低风险企业.png", |
| | | "minimumLevel": 13, |
| | | "maximumLevel": 22, |
| | | "font": "Arial", |
| | |
| | | "zIndex": 2, |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "A349C123", |
| | | "sourceType": "wmse", |
| | | "name": "地下管网测试", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/gwtext", |
| | | "layer": "GS_line", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "A349C1234", |
| | | "sourceType": "wmse", |
| | | "name": "地下管网测试-dian", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/gwtext", |
| | | "layer": "GS_point", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "dixiaguanwang", |
| | | "name": "地下管网", |
| | | "disabled": false, |
| | | "children": [ |
| | | { |
| | | "id": "gongshui", |
| | | "name": "供水管道", |
| | | "disabled": false, |
| | | "children": [ |
| | | { |
| | | "id": "gongshui1", |
| | | "sourceType": "wmse", |
| | | "name": "供水点", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_GSD", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "gongshui2", |
| | | "sourceType": "wmse", |
| | | "name": "供水线", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_GSL", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "gongshui3", |
| | | "sourceType": "wmse", |
| | | "name": "供水小室", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_GSXS", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "gongshui4", |
| | | "sourceType": "wmse", |
| | | "name": "供水设施", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_GSSS", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | } |
| | | ], |
| | | "rename": false, |
| | | "expanded": false |
| | | }, |
| | | { |
| | | "id": "zhongshui", |
| | | "name": "中水管道", |
| | | "disabled": false, |
| | | "children": [ |
| | | { |
| | | "id": "zhongshui1", |
| | | "sourceType": "wmse", |
| | | "name": "中水点", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_ZSD", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "zhongshui2", |
| | | "sourceType": "wmse", |
| | | "name": "中水线", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_ZSL", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "zhongshui3", |
| | | "sourceType": "wmse", |
| | | "name": "中水小室", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_ZSXS", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "zhongshui4", |
| | | "sourceType": "wmse", |
| | | "name": "中水设施", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_ZSSS", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | } |
| | | ], |
| | | "rename": false, |
| | | "expanded": false |
| | | }, |
| | | { |
| | | "id": "yushui", |
| | | "name": "雨水管道", |
| | | "disabled": false, |
| | | "children": [ |
| | | { |
| | | "id": "yushui1", |
| | | "sourceType": "wmse", |
| | | "name": "雨水点", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_YSD", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "yushui2", |
| | | "sourceType": "wmse", |
| | | "name": "雨水线", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_YSL", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "yushui3", |
| | | "sourceType": "wmse", |
| | | "name": "雨水小室", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_YSXS", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "yushui4", |
| | | "sourceType": "wmse", |
| | | "name": "雨水设施", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_YSSS", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | } |
| | | ], |
| | | "rename": false, |
| | | "expanded": false |
| | | }, |
| | | { |
| | | "id": "wushui", |
| | | "name": "污水管道", |
| | | "disabled": false, |
| | | "children": [ |
| | | { |
| | | "id": "wushui1", |
| | | "sourceType": "wmse", |
| | | "name": "污水点", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_WSD", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "wushui2", |
| | | "sourceType": "wmse", |
| | | "name": "污水线", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_WSL", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "wushui3", |
| | | "sourceType": "wmse", |
| | | "name": "污水小室", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_WSXS", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "wushui4", |
| | | "sourceType": "wmse", |
| | | "name": "污水设施", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_WSSS", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | } |
| | | ], |
| | | "rename": false, |
| | | "expanded": false |
| | | }, |
| | | { |
| | | "id": "reli", |
| | | "name": "热力管道", |
| | | "disabled": false, |
| | | "children": [ |
| | | { |
| | | "id": "reli1", |
| | | "sourceType": "wmse", |
| | | "name": "热力点", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_RLD", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "reli2", |
| | | "sourceType": "wmse", |
| | | "name": "热力线", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_RLL", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "reli3", |
| | | "sourceType": "wmse", |
| | | "name": "热力小室", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_RLXS", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "reli4", |
| | | "sourceType": "wmse", |
| | | "name": "热力设施", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_RLSS", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | } |
| | | ], |
| | | "rename": false, |
| | | "expanded": false |
| | | }, |
| | | { |
| | | "id": "ranqi", |
| | | "name": "燃气管道", |
| | | "disabled": false, |
| | | "children": [ |
| | | { |
| | | "id": "ranqi1", |
| | | "sourceType": "wmse", |
| | | "name": "燃气点", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_RQD", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "ranqi2", |
| | | "sourceType": "wmse", |
| | | "name": "燃气线", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_RQL", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "ranqi3", |
| | | "sourceType": "wmse", |
| | | "name": "燃气小室", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_RQXS", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "ranqi4", |
| | | "sourceType": "wmse", |
| | | "name": "燃气设施", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_RQSS", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | } |
| | | ], |
| | | "rename": false, |
| | | "expanded": false |
| | | }, |
| | | { |
| | | "id": "dianli", |
| | | "name": "电力管道", |
| | | "disabled": false, |
| | | "children": [ |
| | | { |
| | | "id": "dianli1", |
| | | "sourceType": "wmse", |
| | | "name": "电力点", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_DLD", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "dianli2", |
| | | "sourceType": "wmse", |
| | | "name": "电力线", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_DLL", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "dianli3", |
| | | "sourceType": "wmse", |
| | | "name": "电力小室", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_DLXS", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "dianli4", |
| | | "sourceType": "wmse", |
| | | "name": "电力设施", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_DLSS", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | } |
| | | ], |
| | | "rename": false, |
| | | "expanded": false |
| | | }, |
| | | { |
| | | "id": "tongxin", |
| | | "name": "通信管道", |
| | | "disabled": false, |
| | | "children": [ |
| | | { |
| | | "id": "tongxin1", |
| | | "sourceType": "wmse", |
| | | "name": "通信点", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_TXD", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "tongxin2", |
| | | "sourceType": "wmse", |
| | | "name": "通信线", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_TXL", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "tongxin3", |
| | | "sourceType": "wmse", |
| | | "name": "通信小室", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_TXXS", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "tongxin4", |
| | | "sourceType": "wmse", |
| | | "name": "通信设施", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_TXSS", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | } |
| | | ], |
| | | "rename": false, |
| | | "expanded": false |
| | | }, |
| | | { |
| | | "id": "guangbo", |
| | | "name": "广播电视管道", |
| | | "disabled": false, |
| | | "children": [ |
| | | { |
| | | "id": "guangbo1", |
| | | "sourceType": "wmse", |
| | | "name": "广播电视点", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_GBD", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "guangbo2", |
| | | "sourceType": "wmse", |
| | | "name": "广播电视线", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_GBL", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "guangbo3", |
| | | "sourceType": "wmse", |
| | | "name": "广播电视小室", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_GBXS", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "guangbo4", |
| | | "sourceType": "wmse", |
| | | "name": "广播电视设施", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_GBSS", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | } |
| | | ], |
| | | "rename": false, |
| | | "expanded": false |
| | | }, |
| | | { |
| | | "id": "gongye", |
| | | "name": "工业管道", |
| | | "disabled": false, |
| | | "children": [ |
| | | { |
| | | "id": "gongye1", |
| | | "sourceType": "wmse", |
| | | "name": "工业点", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_GYD", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "gongye2", |
| | | "sourceType": "wmse", |
| | | "name": "工业线", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_GYL", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "gongye3", |
| | | "sourceType": "wmse", |
| | | "name": "工业小室", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_GYXS", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "gongye4", |
| | | "sourceType": "wmse", |
| | | "name": "工业设施", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_GYSS", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | } |
| | | ], |
| | | "rename": false, |
| | | "expanded": false |
| | | }, |
| | | { |
| | | "id": "guanlang", |
| | | "name": "管廊", |
| | | "disabled": false, |
| | | "children": [ |
| | | { |
| | | "id": "guanlang1", |
| | | "sourceType": "wmse", |
| | | "name": "管廊点", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_GYD", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "guanlang2", |
| | | "sourceType": "wmse", |
| | | "name": "管廊线", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_GYL", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "guanlang4", |
| | | "sourceType": "wmse", |
| | | "name": "管廊设施", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_GYSS", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | }, |
| | | { |
| | | "id": "guanlang3", |
| | | "sourceType": "wmse", |
| | | "name": "管廊外轮廓", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_GYWLK", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | } |
| | | ], |
| | | "rename": false, |
| | | "expanded": false |
| | | }, |
| | | { |
| | | "id": "huanwei", |
| | | "name": "环卫", |
| | | "disabled": false, |
| | | "children": [ |
| | | { |
| | | "id": "huanwei1", |
| | | "sourceType": "wmse", |
| | | "name": "环卫设施", |
| | | "urls": "http://10.10.4.121:8070/gisserver/wmsserver/dixiaguanwang", |
| | | "layer": "SZ_HWSS", |
| | | "maximumLevel": 26, |
| | | "alpha": 1, |
| | | "zIndex": 4, |
| | | "Level": "0,26", |
| | | "checked": false, |
| | | "rename": false |
| | | } |
| | | ], |
| | | "rename": false, |
| | | "expanded": false |
| | | } |
| | | ], |
| | | "rename": false, |
| | | "expanded": false |
| | | } |
| | | ], |
| | | "rename": false, |
| | |
| | | "id": "hexinqu0609", |
| | | "name": "核心区建筑物", |
| | | "sourceType": "b3dm", |
| | | "checked": false, |
| | | "checked": true, |
| | | "urls": "http://10.10.4.121:8070/gisserver/c3dserver/hxq0609/tileset.json", |
| | | "rename": false, |
| | | "zIndex": 1 |
| | |
| | | "id": "2253dhexin01", |
| | | "name": "225实景三维核心区地面", |
| | | "sourceType": "b3dm", |
| | | "checked": false, |
| | | "checked": true, |
| | | "urls": "http://10.10.4.121:8070/gisserver/c3dserver/hexinqudimian/tileset.json", |
| | | "rename": false, |
| | | "zIndex": 1 |