Skip to content

Commit

Permalink
add geocoding (search and reverse)
Browse files Browse the repository at this point in the history
  • Loading branch information
imnatgreen committed Dec 20, 2022
1 parent 0dbc2fd commit 83b732e
Show file tree
Hide file tree
Showing 5 changed files with 361 additions and 68 deletions.
195 changes: 194 additions & 1 deletion frontend/package-lock.json

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

3 changes: 3 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"postcss": "^8.4.19",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"simple-svelte-autocomplete": "^2.5.1",
"svelte": "^3.44.0",
"svelte-check": "^2.7.1",
"svelte-preprocess": "^4.10.7",
Expand All @@ -39,5 +40,7 @@
"dependencies": {
"@googlemaps/polyline-codec": "^1.0.28",
"currency.js": "^2.0.4",
"leaflet": "^1.9.2",
"leaflet.vectorgrid": "^1.3.0"
}
}
Loading

0 comments on commit 83b732e

Please sign in to comment.