Skip to content

Commit

Permalink
deps: updated geo-coordinates-parser@1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dehmer committed Jun 22, 2024
1 parent bad011f commit 45da853
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"abstract-leveldown": "^7.2.0",
"color": "^4.2.3",
"fuse.js": "^6.6.2",
"geo-coordinates-parser": "^1.7.0",
"geo-coordinates-parser": "^1.7.1",
"geodesy": "^2.4.0",
"jexl": "^2.3.0",
"jspdf": "^2.5.1",
Expand Down
2 changes: 0 additions & 2 deletions src/renderer/model/CoordinatesFormat.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import UTM from 'geodesy/utm.js'
import Dms from 'geodesy/dms.js'
import { convert } from 'geo-coordinates-parser' // DMS

console.log('convert', convert)

Dms.separator = ' '

/**
Expand Down

0 comments on commit 45da853

Please sign in to comment.