Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
map-demo
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-03-04 18:07:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
99dfe210164d0f1164bff20a48ae3772c2523e1d
99dfe210
1 parent
469fadac
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/mapCutter.vue
src/views/mapCutter.vue
View file @
99dfe21
<!--
* @Date: 2025-01-22 11:40:12
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-03-04 18:0
2:47
* @LastEditTime: 2025-03-04 18:0
6:43
* @FilePath: /map-demo/src/views/mapCutter.vue
* @Description: 文件描述
-->
...
...
@@ -366,7 +366,7 @@ function cutTiles() {
// ✅ 1. 位置移动
const moveImage = (direction) => {
const offset = 0.0000
0
2; // 移动步长(经纬度差值)
const offset = 0.00002; // 移动步长(经纬度差值)
const sw = bounds.value.getSouthWest();
const ne = bounds.value.getNorthEast();
...
...
Please
register
or
login
to post a comment