From 7cb91edeb02a377e3bdf1ef98e60fa2e6d9d5c96 Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期一, 18 十二月 2023 16:32:10 +0800
Subject: [PATCH] #map latest test

---
 src/main/webapp/views/console4.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/console4.html b/src/main/webapp/views/console4.html
index 3704024..0994b7b 100644
--- a/src/main/webapp/views/console4.html
+++ b/src/main/webapp/views/console4.html
@@ -249,8 +249,8 @@
                 const shuttle = new PIXI.Sprite(resources.shuttle.texture);
                 shuttle.width = width
                 shuttle.height = height
-                shuttle.x = item.wcsPoint.x * width;//鏇存柊鍧愭爣x
-                shuttle.y = item.wcsPoint.y * height;//鏇存柊鍧愭爣y
+                shuttle.x = item.wcsPoint.x * height;//鏇存柊鍧愭爣x
+                shuttle.y = item.wcsPoint.y * width;//鏇存柊鍧愭爣y
                 shuttle.updateMoveStatus = true;//鍔ㄧ敾鎵ц瀹屾垚
                 shuttle.interactive = true; // 蹇呴』瑕佽缃墠鑳芥帴鏀朵簨浠�
                 shuttle.buttonMode = true; // 璁╁厜鏍囧湪hover鏃跺彉涓烘墜鍨嬫寚閽�

--
Gitblit v1.9.1