This site is an interactive Mapbox visualization created for the Digital Access Report.
This site was built with Gatsby and uses npm for package management. Install the Gatsby CLI with npm i -g gatsby-cli, then install local dependencies with npm install. Run the site with gatsby develop and clear the cache with gatsby clean. Create working branches off of the develop branch, then merge commits from develop into main when ready to deploy to production.
To edit base or source layers for the map, the credentials for Mapbox can be found in Dashlane.
Tabular datasets must be uploaded first on the Datasets page, then exported to Tilesets in order to use and style. For spatial datasets containing polygon features, upload them directly up to Tilesets, making sure that they do not exceed 10MB and are projected using the EPSG:4326 coordinate system.
This site is built from the gh-pages branch. To deploy changes, push code to the main branch, then run npm run deploy.