6a9eede9 by jikai

jikai commit

1 parent 7085922d
[{
"label":"专题树",
"id":"1",
"type":"layerGroup",
"type":"layerGroup",
"alpha":100,
"children":[
{
......
[{
"layerName": "ZDJBXX",
"layerName": "ZDJBXX",
"layerLabel": "宗地",
"layerUrl": "https://192.168.2.146:6443/arcgis/rest/services/qj/BDCDY/MapServer",
"id":2,
......
......@@ -217,7 +217,7 @@ export default {
// this.$emit("changeCreateVisible", true);
// }
//判断楼盘类型
switch (item.type) {
switch (item.type) {
case 'zd':
this.$emit("changeIsZD", true);
this.$emit("changeVisible", true);
......
......@@ -123,7 +123,7 @@
<el-dialog v-dialogDrag :close-on-click-modal="false" title="导入图形" :modal="false" custom-class="importDialog" :visible.sync="improtDialog" width="30%" @close="closeImportDialog">
<import-geo :property-info="zdData" :timeLine="new Date().getTime()" :geo-info="currentClickZdGeo" @closeImportDialog="closeImportDialog"></import-geo>
</el-dialog>
<!-- 添加定着物弹框 -->
<!-- 添加定着物弹框 -->
<el-dialog v-dialogDrag :close-on-click-modal="false" title="新建" :modal="false" :visible.sync="dialogVisible" width="48%">
<Create @closeDialog="closeDialog" :auth="true" :createZrz="createZrz" ></Create>
</el-dialog>
......
......@@ -514,7 +514,7 @@ export default {
lines = res;
self.saveJzx(lines);
});
}
}
self.$message.success("保存成功!!!");
self.goMap();
// }
......
......@@ -191,7 +191,7 @@ export default {
layerIds.push(djqLayer.id);
layerIds.push(djzqLayer.id);
layerIds.push(xjzqLayer.id);
var polygon = new Polygon(geometry);
var polygon = new Polygon(geometry);
identifyUtils.methods.identify(djqLayer.layerUrl,layerIds,polygon,function (res) {
var results = res.results;
var isJoint = false,layerName = "",message="";
......
......@@ -44,7 +44,7 @@ export default {
geometry:geo
});
saveGraphics.push(saveGraphic);
}
}
featureLayer.applyEdits({
addFeatures:saveGraphics
}).then(function (res){
......
import {loadCss,loadScript} from "esri-loader"
export function init(){
export function init(){
loadScript({ url:"http://192.168.2.146/arcgis_js_api/library/4.17/init.js"});
loadCss("http://192.168.2.146/arcgis_js_api/library/esri/css/main.css");
}
......
......@@ -175,7 +175,7 @@ export default {
sideTools
},
data(){
return{
return{
viewId:"testMap",
// layerUrl:"http://192.168.2.201:6080/arcgis/rest/services/%E4%BA%92%E8%81%94%E7%BD%91%E5%8A%A0%E4%B8%8D%E5%8A%A8%E4%BA%A7/XA_%E4%B8%8D%E5%8A%A8%E4%BA%A7/MapServer",
layerUrl: 'https://192.168.2.146:6443/arcgis/rest/services/qj/XZQH/MapServer', // 行政区划
......
......@@ -89,7 +89,7 @@ export default {
},
mixins:[draw,identifyUtils,measure,mapTools],
data(){
return{
return{
// url:"http://192.168.2.201:6080/arcgis/rest/services/%E4%BA%92%E8%81%94%E7%BD%91%E5%8A%A0%E4%B8%8D%E5%8A%A8%E4%BA%A7/XA_%E4%B8%8D%E5%8A%A8%E4%BA%A7/MapServer",
// url: 'https://192.168.2.146:6443/arcgis/rest/services/qj/XZQH/MapServer',
url: 'https://192.168.2.146:6443/arcgis/rest/services/qj/BDCDY/MapServer',
......