|
@@ -3,7 +3,7 @@
|
|
* @Author: wangcc
|
|
* @Author: wangcc
|
|
* @Date: 2022-10-19 09:32:46
|
|
* @Date: 2022-10-19 09:32:46
|
|
* @LastEditors: wangcc
|
|
* @LastEditors: wangcc
|
|
- * @LastEditTime: 2022-11-14 13:48:32
|
|
|
|
|
|
+ * @LastEditTime: 2022-11-14 16:27:59
|
|
* @FilePath: \castgroup_bigscreen\src\components\amapPow.vue
|
|
* @FilePath: \castgroup_bigscreen\src\components\amapPow.vue
|
|
* @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved.
|
|
* @Copyright: Copyright (c) 2016~2022 by wangcc, All Rights Reserved.
|
|
-->
|
|
-->
|
|
@@ -120,7 +120,6 @@ export default {
|
|
// 加载小班边界
|
|
// 加载小班边界
|
|
// this.getSmallClass();
|
|
// this.getSmallClass();
|
|
this.parentId = val;
|
|
this.parentId = val;
|
|
- console.log(this.$store.state.addr.selectStreet);
|
|
|
|
if (this.$store.state.addr.mapLevel == 'street') {
|
|
if (this.$store.state.addr.mapLevel == 'street') {
|
|
this.parentId = val.substring(0, 6);
|
|
this.parentId = val.substring(0, 6);
|
|
if (this.map) {
|
|
if (this.map) {
|
|
@@ -797,7 +796,7 @@ export default {
|
|
// }
|
|
// }
|
|
});
|
|
});
|
|
let wms = new AMap.TileLayer.WMTS({
|
|
let wms = new AMap.TileLayer.WMTS({
|
|
- url: 'http://t4.tianditu.gov.cn/img_w/wmts',
|
|
|
|
|
|
+ url: 'http://t0.tianditu.gov.cn/img_w/wmts',
|
|
blend: false,
|
|
blend: false,
|
|
tileSize: 256,
|
|
tileSize: 256,
|
|
params: {
|
|
params: {
|
|
@@ -806,7 +805,7 @@ export default {
|
|
Format: 'tiles',
|
|
Format: 'tiles',
|
|
TileMatrixSet: 'w',
|
|
TileMatrixSet: 'w',
|
|
STYLE: 'default',
|
|
STYLE: 'default',
|
|
- tk: '064688075f565aa463866b915c378e00'
|
|
|
|
|
|
+ tk: 'f394ed68a202b245aa2473991d138179'
|
|
}
|
|
}
|
|
});
|
|
});
|
|
wms.setMap(_this.map);
|
|
wms.setMap(_this.map);
|
|
@@ -1084,8 +1083,6 @@ export default {
|
|
});
|
|
});
|
|
let areaCode = areaPolygon.properties.name;
|
|
let areaCode = areaPolygon.properties.name;
|
|
district.search(areaCode, function (status, result) {
|
|
district.search(areaCode, function (status, result) {
|
|
- console.log(status);
|
|
|
|
- console.log(result);
|
|
|
|
let streetArr = result.districtList[0].districtList;
|
|
let streetArr = result.districtList[0].districtList;
|
|
_this.zoom = result.districtList[0]
|
|
_this.zoom = result.districtList[0]
|
|
for (let elementLs in streetArr) {
|
|
for (let elementLs in streetArr) {
|