|
|
@@ -778,7 +778,7 @@ export default defineComponent({
|
|
|
// if (e == 2) callback && callback();
|
|
|
// });
|
|
|
map.setView({
|
|
|
- destination: { x: 94.44066857601297, y: 26.00104492171595, z: 666896.88999354467 },
|
|
|
+ destination: { x: 93.0989911084554, y: 26.02060211195423, z: 666896.88999354467 },
|
|
|
orientation: { heading: 6.283185307179586, pitch: -1.0182023771170687, roll: 6.283185307179586 },
|
|
|
});
|
|
|
this.addMapElement();
|
|
|
@@ -1967,7 +1967,7 @@ export default defineComponent({
|
|
|
let markerWindow= new TFMap.HTMLElementOverLay(
|
|
|
{ x:Number(i.dlon) , y: Number(i.dlat),z:Number(j.high) },
|
|
|
TFMapUitl.impotPointDom(i)
|
|
|
- ).init().setOff(-230, -130)
|
|
|
+ ).init().setOff(-350, -130)
|
|
|
markerWindow.setId('imp&' + i.stcd);
|
|
|
markerWindow.setClassify('impoint_marker*')
|
|
|
window.impoint.push(markerWindow)
|
|
|
@@ -1998,7 +1998,7 @@ export default defineComponent({
|
|
|
let markerWindow= new TFMap.HTMLElementOverLay(
|
|
|
{ x:Number(i.dlon) , y: Number(i.dlat),z:Number(j.high) },
|
|
|
TFMapUitl.impotPointDom(i)
|
|
|
- ).init().setOff(-230, -130)
|
|
|
+ ).init().setOff(-350, -130)
|
|
|
markerWindow.setId('imp&' + i.stcd);
|
|
|
markerWindow.setClassify('impoint_marker*')
|
|
|
window.impoint.push(markerWindow)
|