This is a map of past and pending environmental assessments in British Columbia, Canada. It's built with Brunch, Leaflet.js, and React.
It's available at http://ngottlieb.github.io/british-columbia-environmental-assessments-map.
The data are sourced from an API endpoint at https://projects.eao.gov.bc.ca.
- Get setup:
- Clone the repo
- Run:
npm start
— watches the project with continuous rebuild. This will also launch HTTP server with pushState.npm run build
— builds minified project for production
Contributions and/or suggestions are welcome.