Skip to content

Commit

Permalink
added mapbox + geolocation + geocoder + routes bt points
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisZerbib committed Jun 4, 2024
1 parent 52504d3 commit 7006d7a
Show file tree
Hide file tree
Showing 11 changed files with 486 additions and 2,292 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mapbox/mapbox-gl-geocoder": "^5.0.2",
"@mui/material": "^5.15.19",
"@orbs-network/ton-access": "^2.2.2",
"@tanstack/react-query": "^4.24.4",
Expand All @@ -26,6 +27,7 @@
"axios": "^1.7.2",
"buffer": "^6.0.3",
"leaflet": "^1.9.4",
"mapbox-gl": "^3.4.0",
"nominatim-client": "^3.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -41,6 +43,8 @@
},
"devDependencies": {
"@types/leaflet": "^1.9.12",
"@types/mapbox__mapbox-gl-geocoder": "^5.0.0",
"@types/mapbox-gl": "^3.1.0",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
Expand Down
42 changes: 42 additions & 0 deletions public/car.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/house.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7006d7a

Please sign in to comment.