Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1018 Bytes

File metadata and controls

23 lines (15 loc) · 1018 Bytes

Interactive map to visualize logging activities in Oregon

This is the code for logging.oregonhowl.org, an interactive map to visualize logging activities in the state of Oregon.

The application shows logging records in public lands managed by the U.S. Forest Service (USFS) and the Bureau of Land Management (BLM) as well as clearcutting in private and State lands. A timelapse animation can be used to visualize across all years recorded, as well as within an arbitrary date range. Logged areas can be clicked to retrieve project details.

A set of basemaps and overlays are available to customize the visualization.

If you wish to contribute to this project:

  • Contact the author via github or via twitter @jimmieangel
  • Or submit issues to the repo
  • Or fork the repo and submit pull requests

To work on the project, fork and clone, then...

npm install
npm run build
npm run dev

Point your browser to http://localhost:8080