https://nicklpeterson.github.io/mapbox-tiles/
A simple web app made for The Center for Global Environmental Education at Hamline University.
- The app will include all tiles that your selected area is touching. So the number of downloaded tiles can seem large.
- For more precision, enter the upper left and lower right coordinates of the bounding box manually.
- Note that the map tiles files you download are higher quality than the map you see in the browser.
- The coordinates define the bounding box of tiles you will download.
- The tiles size can be 256, 512, or 1024 pixels
- Select a style from the map styles provided by mapbox.
- Use caution and confirm you are downloading the correct number of files.
This app uses the mapbox static tiles api - https://docs.mapbox.com/api/maps/static-tiles/
- Install Dependencies:
yarn
- Run locally on port 3000:
yarn start
Found a bug or want more features? Create an issue or make a PR.