Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The isochrones are stored as GeoJSON and served on hover.

This is a Next.js application deployed on Vercel. This allows using the Vercel Edge cache to serve the isochrones fast enough to have a smooth experience.

The mapping library is mapbox-gl.
The mapping library is maplibre-gl.

The data is stored on a Postgres database hosted at Supabase.

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
"@prisma/client": "^4.1.0",
"@tailwindcss/typography": "^0.5.4",
"@turf/turf": "^6.5.0",
"@types/mapbox-gl": "^2.7.3",
"lodash": "^4.17.21",
"lru-cache": "^7.13.1",
"mapbox-gl": "^2.9.2",
"maplibre-gl": "^2.4.0",
"next": "^12.3.0",
"next-i18next": "^12.0.0",
"next-usequerystate": "^1.7.2",
Expand Down
Loading