feat(web): better coordinate parsing (#19832)

feat: better coordinate parsing
This commit is contained in:
Hamish
2025-07-15 23:32:43 +10:00
committed by GitHub
parent 82c3165247
commit daea57f7d2
3 changed files with 21 additions and 12 deletions

7
web/package-lock.json generated
View File

@@ -25,6 +25,7 @@
"async-mutex": "^0.5.0",
"dom-to-image": "^2.6.0",
"fabric": "^6.5.4",
"geo-coordinates-parser": "^1.7.4",
"geojson": "^0.5.0",
"handlebars": "^4.7.8",
"happy-dom": "^18.0.1",
@@ -5778,6 +5779,12 @@
"node": ">=10"
}
},
"node_modules/geo-coordinates-parser": {
"version": "1.7.4",
"resolved": "https://registry.npmjs.org/geo-coordinates-parser/-/geo-coordinates-parser-1.7.4.tgz",
"integrity": "sha512-gVGxBW+s1csexXVMf5bIwz3TH9n4sCEglOOOqmrPk8YazUI5f79jCowKjTw05m/0h1//3+Z2m/nv8IIozgZyUw==",
"license": "MIT"
},
"node_modules/geojson": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/geojson/-/geojson-0.5.0.tgz",