Subject of the issue
Datasets and layers do not render when running the project locally on the map page
Your environment
- App version: Master branch
- Browser/Operating System: Chrome
Steps to reproduce
- Clone the repository and switch to the master branch
- Set up
.env.local with all necessary environment variables
- Run the project locally
- Attempt to open map
Expected behaviour
- Layers and datasets should render correctly based on API responses
Actual behaviour
- Layers and datasets do not render
- The
gfw/providers/datasets-provider/actions.js codebase does not accommodate API v0.3.0 (https://data-api.globalforestwatch.org/) due to a schema contract mismatch
- Encountered other minor issues but was able to work around them
Additional questions
- Have I missed any crucial setup steps in the documentation?
- Is there an update planned to align with API v0.3.0?
Thanks!
Subject of the issue
Datasets and layers do not render when running the project locally on the map page
Your environment
Steps to reproduce
.env.localwith all necessary environment variablesExpected behaviour
Actual behaviour
gfw/providers/datasets-provider/actions.jscodebase does not accommodate API v0.3.0 (https://data-api.globalforestwatch.org/) due to a schema contract mismatchAdditional questions
Thanks!