openskope / skopeui

SKOPE user interface and visualization app
https://www.openskope.org
MIT License
0 stars 4 forks source link

analyze page resets geometry when switching geometries #174

Closed alee closed 2 years ago

alee commented 2 years ago
  1. analyze data in one area (set study area, visualize, add temporal range etc., go to analyze)
  2. go to the hamburger menu and upload a geojson for a different area
  3. return to visualize provides a proper graph updated for the new area
  4. Going on to analyze data resets the study area to the previous study area and going back to the select area / visualize / etc all uses that study area moving forward

Could be a caching issue with the warehouse and how the analyze requestData is set up differently than the visualize request (this should be refactored at some point!)