| | |
| | | :underline="false" @click="setSurfaceDeForm" style="margin-right: 10px">地表形变时序图</el-link> |
| | | <el-link v-if="$store.state.propertiesName.enName == 's_surveyworksite'" type="primary" :underline="false" |
| | | @click="getPointInfo" style="margin-right: 10px">勘察信息表</el-link> |
| | | <el-link type="primary" :underline="false" @click="getAttatchList" style="margin-right: 10px">查看附件</el-link> |
| | | <el-link type="primary" :underline="false" @click="getAttatchList" |
| | | style="margin-right: 10px">查看附件</el-link> |
| | | <i class="el-icon-close" @click="closeBufferBox(6)"></i> |
| | | </div> |
| | | </div> |
| | | <div class="pointInfoBoxContext" style="height:250px;overflow-y: auto"> |
| | | <div style="line-height: 20px" v-for="(value, key) in $store.state.propertiesInfo" :key="key"> |
| | | <span v-if="key != 'eventid'" style="font-size: 14px;font-weight: bold;margin-right: 5px">{{ key }}:</span> |
| | | <span v-if="key != 'eventid'" style="font-size: 14px;font-weight: bold;margin-right: 5px">{{ key |
| | | }}:</span> |
| | | <span v-if="key != 'eventid'">{{ value }}</span> |
| | | </div> |
| | | </div> |
| | |
| | | |
| | | licenseServer: window.sceneConfig.licenseServer, |
| | | }); |
| | | |
| | | window.Viewer = window.sgworld._Viewer; |
| | | if (is_production) { |
| | | this.addGaoDeMap(); |
| | | } else { |
| | | var url = "https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/?callback=loadJsonp940826&f=json" |
| | | $.ajax({ |
| | | url: url, |
| | |
| | | this.addGaoDeMap(); |
| | | } |
| | | }) |
| | | |
| | | |
| | | window.Viewer = window.sgworld._Viewer; |
| | | if (is_production) { |
| | | this.addGaoDeMap(); |
| | | } |
| | | //定位 |
| | | // sgworld.Navigate.jumpTo({ |
| | |
| | | // background: rgba(255, 255, 255, 0.2) !important; |
| | | // color: white !important; |
| | | // border: 1px solid rgba(255, 255, 255, 0.2) !important; |
| | | // } |
| | | </style> |
| | | // }</style> |