An interactive map showing the sustainability features available at Oregon State University's Corvallis campus!
- Clone the repo
- Use nvm to get node version 18 (
nvm install 18 && nvm use 18
) npm install
npm run dev
to test-run the website
- Hjson Reference
- BBox Tool
- OSU Rainwater Brohcure
- OSU Sustainability Office Website
- OSU Sustainability Office Ecologue
- Overpass Turbo
- Overpass API
- OpenStreetMap
- GeoJSON specification
- Leaflet GeoJSON Features
- Leaflet Quickstart Guide
- Official Leaflet Docs
- Vue-Leaflet GitHub Page
- Vue2Leaflet Docs
- Vue2Leaflet is not compatible with Vue 3, so we switched to Vue-Leaflet, which mimics Vue2Leaflet as much as possible and does not have a separate Docs page
- Vuex Store Docs