diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-11 15:01:40 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-11 15:01:40 +0800 |
commit | 184b3004d82806f1b31c94701e75585fb8f2721b (patch) | |
tree | 2503280b32684fad893c00115d8eea45af4e7731 /package.json | |
parent | a7d62c58032915e23bfda2eb36b2dcf0fc5ae4ba (diff) |
feat: implement crs in GeoLink
Now GeoLink has the following format:
geo:<LON>,<LAT>?q=<LON>,<LAT>&xy=<x,y>,crs=<EPSG:CODE>
When calling addMarker or updateCamera, only use [lon,lat] format
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 59f4800..a6c7027 100644 --- a/package.json +++ b/package.json | |||
@@ -54,8 +54,10 @@ | |||
54 | "markdown-it-front-matter": "^0.2.4", | 54 | "markdown-it-front-matter": "^0.2.4", |
55 | "markdown-it-inject-linenumbers": "^0.3.0", | 55 | "markdown-it-inject-linenumbers": "^0.3.0", |
56 | "markdown-it-toc-done-right": "^4.2.0", | 56 | "markdown-it-toc-done-right": "^4.2.0", |
57 | "ol": "^10.2.1", | ||
57 | "plain-draggable": "^2.5.15", | 58 | "plain-draggable": "^2.5.15", |
58 | "plain-modal": "^1.0.34" | 59 | "plain-modal": "^1.0.34", |
60 | "proj4": "^2.12.1" | ||
59 | }, | 61 | }, |
60 | "author": "Hsiehg Chin Fan <pham@topo.tw>", | 62 | "author": "Hsiehg Chin Fan <pham@topo.tw>", |
61 | "homepage": "https://outdoorsafetylab.github.io/dumbymap", | 63 | "homepage": "https://outdoorsafetylab.github.io/dumbymap", |