Skip to content

Commit

Permalink
fix: Fix the coordinate parser + add support for UTM (#1049)
Browse files Browse the repository at this point in the history
* fix: Fix the coordinate parser + add support for UTM

* chore: Bump geckodriver

* fix: Fix test case and display map marker
  • Loading branch information
kumy authored Aug 25, 2024
1 parent 643f4ce commit 24e7a78
Show file tree
Hide file tree
Showing 9 changed files with 638 additions and 279 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
"matomo/matomo-php-tracker": "^3.2",
"palepurple/rate-limit": "^2.0",
"opauth/github": "^0.1.0",
"delatbabel/apisecurity": "^1.2"
"delatbabel/apisecurity": "^1.2",
"php-coord/php-coord": "^5.7"
},
"autoload": {
"classmap": [
Expand Down
Loading

0 comments on commit 24e7a78

Please sign in to comment.