|
@@ -886,7 +886,7 @@ export default {
|
|
|
2.6822090642902305E-6,
|
|
|
1.3411045333348457E-6
|
|
|
],
|
|
|
- origin: [-400.0, 399.9999999999998]
|
|
|
+ origin: [-180, 90]
|
|
|
});
|
|
|
this.layers = window.ApplicationConfig.layerTreeConfig;
|
|
|
this.layers.forEach((item, index) => {
|
|
@@ -1066,7 +1066,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
this.clearMark();
|
|
|
- this.showDetail = false;
|
|
|
+ this.showDetail = true;
|
|
|
this.activeItem = item;
|
|
|
this.dkIndex = index;
|
|
|
//高亮marker
|