Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2025-01-22 11:40:12 | 2 | * @Date: 2025-01-22 11:40:12 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-03-04 18:02:47 | 4 | + * @LastEditTime: 2025-03-04 18:06:43 |
| 5 | * @FilePath: /map-demo/src/views/mapCutter.vue | 5 | * @FilePath: /map-demo/src/views/mapCutter.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -366,7 +366,7 @@ function cutTiles() { | ... | @@ -366,7 +366,7 @@ function cutTiles() { |
| 366 | 366 | ||
| 367 | // ✅ 1. 位置移动 | 367 | // ✅ 1. 位置移动 |
| 368 | const moveImage = (direction) => { | 368 | const moveImage = (direction) => { |
| 369 | -const offset = 0.000002; // 移动步长(经纬度差值) | 369 | +const offset = 0.00002; // 移动步长(经纬度差值) |
| 370 | const sw = bounds.value.getSouthWest(); | 370 | const sw = bounds.value.getSouthWest(); |
| 371 | const ne = bounds.value.getNorthEast(); | 371 | const ne = bounds.value.getNorthEast(); |
| 372 | 372 | ... | ... |
-
Please register or login to post a comment