Create a bounding box on a map and share it with others via URL or copy the coordinates themselves.
Bounding box coordinates are displayed in the format long,lat,long,lat
Before running the application, you need to add your Mapbox access token:
- Sign up for a Mapbox account at https://www.mapbox.com/ if you don't have one
- Create an access token in your Mapbox account
- Copy
.env.exampleto.env.localand add your Mapbox token
Run the dev server:
npm run dev