diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-11-03 13:58:38 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-11-03 14:36:15 +0800 |
commit | f4910b66e74034db14619ee384dc261423dc19fc (patch) | |
tree | 78382b3bb600b61a43b48d417cfbe3873d8da623 /package.json | |
parent | 3086cc484857dea32a33f829ec173adaf0cf8fbe (diff) |
feat: use bbox to update camera for result of Geocoding
* show markers from all Geocoding Results
* update mapclay for latest updateCamera method
* 3 steps for camera animation:
1. zoom out to bbox which contains all Geocoding Result
2. pan to marker of hovered result
3. zoom in to bbox from nonimatim query
* remove markers except selected Geocoding Result
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index a08a286..64ed496 100644 --- a/package.json +++ b/package.json | |||
@@ -44,7 +44,7 @@ | |||
44 | "cssprefix": "^2.0.17", | 44 | "cssprefix": "^2.0.17", |
45 | "easymde": "^2.18.0", | 45 | "easymde": "^2.18.0", |
46 | "leader-line": "^1.0.7", | 46 | "leader-line": "^1.0.7", |
47 | "mapclay": "^0.9.0", | 47 | "mapclay": "^0.9.2", |
48 | "markdown-it": "^14.1.0", | 48 | "markdown-it": "^14.1.0", |
49 | "markdown-it-anchor": "^9.2.0", | 49 | "markdown-it-anchor": "^9.2.0", |
50 | "markdown-it-footnote": "^4.0.0", | 50 | "markdown-it-footnote": "^4.0.0", |