EQWorks / widget-studio

Widget-creating tool for charts, maps, tables, stats
https://eqworks.github.io/widget-studio/
2 stars 3 forks source link

[G2M] Fix map-widget logic after rebase #69

Closed geoerika closed 2 years ago

geoerika commented 2 years ago

Changes:

  1. No new features, just various fixes for map-widget to comply with the latest changes in main branch
  2. The smaller change is in the react-maps adapter, where I am using now the list of visualizations for a specific layer so we can send custom values for visualizations not covered by mapValueKeys object.
  3. There is a caveat at the moment. This rebase doesn't work well with changing mapGroupKey in the map controls, something discussed here: https://eqworks.slack.com/archives/GV827LS0M/p1643394635143389?thread_ts=1643318606.021100&cid=GV827LS0M The solution is hopefully to rebase (yet again) with the newer main branch after the merge of #68
  4. Updated to the latest alpha release in react-maps, so we should see loaders when map is busy processing data
github-actions[bot] commented 2 years ago

📚 Storybook preview (updated to cdeb12ba8b033683d0e4ea820b32818751025d79)

geoerika commented 2 years ago

Looks good to me 👍

Thanks!