| | |
| | | class="inputInlineType" |
| | | ></el-input> |
| | | <el-input |
| | | placeholder="请输入底图地址,示例:http://t3.tianditu.com/DataServer?T=cva_w&x={x}&y={y}&l={z}&tk=e9533f5acb2ac470b07f406a4d24b4f0" |
| | | placeholder="请输入底图地址,示例:http://localhost:6080/arcgis/rest/services/test/MapServer" |
| | | v-model="mapServiceValueOnce" |
| | | class="input-with-select" |
| | | > |
| | |
| | | <baseMapMap |
| | | ref="baseMapMap" |
| | | id="baseMapMap" |
| | | @setMapData="setMapData" |
| | | @changeMapSI="changeMapSI" |
| | | ></baseMapMap> |
| | | </template> |
| | |
| | | this.mapServiceValueOnce = ""; |
| | | this.chouseBaseMapNameOnce = ""; |
| | | }, |
| | | setMapData(val) { |
| | | this.LineData = val[0]; |
| | | this.PointData = val[1]; |
| | | }, |
| | | rowSave(row, done, loading) { |
| | | if (row.haveBaseMap == "") { |
| | | this.$message({ |
| | |
| | | let names = "", |
| | | urls = "", |
| | | leng = this.mapServiceValue.length - 1; |
| | | //处理结果 |
| | | for (let k in this.mapServiceValue) { |
| | | names += this.mapServiceValue[k].name; |
| | | urls += this.mapServiceValue[k].service; |