Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Product View - Minor Improvements to MVP #548

Closed
smwingo opened this issue Jun 15, 2023 · 3 comments
Closed

Data Product View - Minor Improvements to MVP #548

smwingo opened this issue Jun 15, 2023 · 3 comments
Assignees

Comments

@smwingo
Copy link
Collaborator

smwingo commented Jun 15, 2023

ticket with some initial notes on MVP iteration of CASEI data product view, eg:
image

are we using the GCMD KWs as in CMR now? -- Tammo confirmed this is YES today.

result list:

  • sorting by? plat/inst?
  • show variables in table/list as additional column?
  • short name? w/ doi link below? need more to distinguish what is really in one row vs the others...esp if/when have empty column(s)...

filters:

  • meas/vairable and meas style on same row
  • camp/plat/inst as dropdown? are aliases included in text search? much prefer to include aliases in what gets searched, prefer single text box to type for searching bc multiple search boxes may be confusing
  • can we have a way to see the KW list...? even rudimentary link to gcmd kw viewer set for earth science kws??
  • filter for campaigns' geophy concepts? could replace measurement type if space won't allow an additional filter
@heidimok
Copy link
Contributor

Hey @smwingo After discussion some of these bullets with @Tammo-Feldmann here is what I am proposing we can change more immediately to try and address feedback. It's not 1:1 for each bullet because I think some solutions can tackle multiple concerns?

Proposed changes

1. Instead of the DOI name, use the longer written name of the data product like the mockup below. If the name is too long, we can cut it off and use the hover tooltip to expose the full text. This is a bit more human-readable.
image

  • We were talking through other ways to sort but it's not simple to just sort by columns like platforms and instruments that have many different items in a single cell. We'd need a very specific defined idea of how to sort to move forward quickly on this. Therefore we propose that by being able to sort on a more human-readable name, the sort function becomes more intuitive

2. Prototyping the variables in a column, but only for evaluation. I think we keep coming back to this and the challenge of continuously extending table columns on limited space. Especially with gcmd names, I feel that the ask is simple but it's not a simple solution. But it's easy to prototype and Tammo can play with a version with another variables column and paste visually for us to evaluate.

3. Adjusting filters:

  • 3a. Adding geophysical concepts as a filter on the top row
  • 3b. Moving the date range from bottom to top row to make space
    image
  • 3c. Placing all the measurement filters side by side in the bottom row
  • 3d. Adding alias to the campaign, platform, instrument search. On the topic of changing how the filter looks altogether, we discussed this but don't see another obvious path right now. Separating each item as filters would mean having 2 dropdowns of 100+ items.
    image
  1. Info icon link out to GCMD keywords dictionary. This takes users away from CASEI to reference the full GCMD keyword list.
    image

Questions for @smwingo

  1. Fill in empty fields - This wasn't in the list above but in my notes that the empty cells can be confusing. What could be a placeholder for them? @smwingo
    image

@heidimok heidimok changed the title Data Product View - Notes on MVP Data Product View - Minor Improvements to MVP Jun 21, 2023
@smwingo
Copy link
Collaborator Author

smwingo commented Jun 22, 2023

@heidimok thank you!!!!!

My Comments on Proposed Changes:

1 - yes - i like it all, and understand the sorting issue - data prod name will help and be more human readable/intelligable

2 - sounds good - will look fwd to what Tammo comes up with and happy to iterate as we all have time

3 - this all sounds reasonable

4 - i prefer a tool tip to give a short/clarification text to user. text can use:

"Data produt variables in CASEI and NASA's CMR are represented by GCMD Earth Science Keywords. For a full list of the heirarchical GCMD Earth Science Keywords available, please refer to [ the GCMD keyword viewer ] " with the text in the [ ] as the link to the viewer

and yes, link to the GCMD kw viewer, but instead of the "all" default, let's send users to JUST THE EARTH SCIENCE part of the tree -- I know there's a way to give URL for that, atm the one i have looks messy but does seem to work ( https://gcmd.earthdata.nasa.gov/KeywordViewer/scheme/all/e9f67a66-e9fc-435c-b720-ae32a2c3d8f5?gtm_keyword=EARTH%20SCIENCE&gtm_scheme=Earth%20Science )

5 - think it would also be good to ask some others on the team -- my initial idea is to give a "see landing page for details" kind of message-- don't know about how that would fit in the available space, or if some sort of "tool tip" kind of text over a "---" would suffice... @deborahUAH @cw0045 @EJwalker13 @als0076 @rwyatt19 what are yall's thoughts on this one??

@rwyatt19
Copy link
Contributor

for 5: I like the hover "tool tip" text over "---". Only exposes info if a user is interested.

Tammo-Feldmann added a commit that referenced this issue Jul 10, 2023
* Create data products view

* Guard against missing filter options

* Remove instruments limit from table

* Fix products initial sort order

* Add vertical measurement region filter

* Format products table

* Add products internal links

* Add measurement style filter

* Decouple text input field

* Update glossary.json

Term definitions have been edited to match definitions approved in the ESCO report.

* Update glossary.js

Added sentence including URL for ADMG CASEI Inventory Terms Definitions

* Add dropdown by text input

* Use combobox for filter

* Add product map

* Update gcmd keywords filter

* Fix linting issues

* Update gcmd keyword source

* Cleanup extra comments

* Fix measurment type filter

* Add related parents filter

* Fix missing props validation

* Add missing location prop

* Fix conditional filter

* Fix missing props validation

* Removed header text check on after explore page navigation. We already check that the URL is correct and don't also need to validate the content of the page.

* Update tests for tabs number

* apply linting and fix up test results

* update feedback form with correct link

* remove kruft of old feedback form, add API docs and FEEDBACK form to constants util

* respond to and apply linting

* remove linting callout

* update snapshots

* resolving a build error

* test resolution of issue 505, check description for details

* remove fluff, guard for no bounds in spatial deployment

* update tests, apply linting

* remove onload handler

* Add video retaining config

* Replace ssr location with prop

* Remove commented out lines

* Add testing instruction in README

* apply linting, respond to comment

* apply linting, fix prop validation

* Enhancement/data products (#532)

* Remove queries for campaign bounds

* Update to Link component

* Update variables dropdown logic

* Fix layoutwidth prop type

* Add lower casing to gcmd options

* Add json doi parsing comment

* Replace campaign bounds

* Replace products table link

* Fix broken explore map inputs

* Update/data products view (#551)

* Guard against failing keyword parse

* Add product table tooltip

* Add link out to gcmd

* Feature/in review page closes #507 (#547)

* Create initial upcoming page

* map upcoming sections

* Add link to coming soon

* Update unpublished drafts fetching

* Include new env var in workflows

* Update csp plugin

* Adjust filters and layout closes #548 (#552)

* Adjust filters and layout

* Add campaing aliases

* Add aliases props

* Replace collection periods with platforms closes #546 (#550)

* Replace collection periods with platforms

* Update test to reflect new campaign page

* Undelete websites props

* Update platforms expectation

* Update contact page content closes #545 (#554)

* Update contact page content

* Update contact page test

* Update footer content closes #541 (#555)

* Update footer content

* Update footer snapshot

* Update site definition

* Add filters to instruments page (#556)

* Reduce glossary page padding closes #543 (#557)

* Reduce gloassary page padding

* Update top margins for section headers

* Add glossary data-cy prop

* Feature/data formats closes #410 (#558)

* Reduce gloassary page padding

* Update top margins for section headers

* Add glossary data-cy prop

* Add initial formats query

* Add data format filter

* Add data formats to instruments and platforms

* Update test and snapshot

* Guards against missing doi formats

* Update glossary map image (#559)

* Replace collection periods (#564)

* Replace collection periods

* Update platform tests

---------

Co-authored-by: Rachel Wyatt <114182970+rwyatt19@users.noreply.github.com>
Co-authored-by: Edward Keeble <edward@developmentseed.org>
Co-authored-by: Edward Keeble <edkeeble@users.noreply.github.com>
Co-authored-by: Matt Robinson <pacificrobinson@gmail.com>
Tammo-Feldmann added a commit that referenced this issue Jul 11, 2023
* Create data products view

* Guard against missing filter options

* Remove instruments limit from table

* Fix products initial sort order

* Add vertical measurement region filter

* Format products table

* Add products internal links

* Add measurement style filter

* Decouple text input field

* Update glossary.json

Term definitions have been edited to match definitions approved in the ESCO report.

* Update glossary.js

Added sentence including URL for ADMG CASEI Inventory Terms Definitions

* Add dropdown by text input

* Use combobox for filter

* Add product map

* Update gcmd keywords filter

* Fix linting issues

* Update gcmd keyword source

* Cleanup extra comments

* Fix measurment type filter

* Add related parents filter

* Fix missing props validation

* Add missing location prop

* Fix conditional filter

* Fix missing props validation

* Removed header text check on after explore page navigation. We already check that the URL is correct and don't also need to validate the content of the page.

* Update tests for tabs number

* apply linting and fix up test results

* update feedback form with correct link

* remove kruft of old feedback form, add API docs and FEEDBACK form to constants util

* respond to and apply linting

* remove linting callout

* update snapshots

* resolving a build error

* test resolution of issue 505, check description for details

* remove fluff, guard for no bounds in spatial deployment

* update tests, apply linting

* remove onload handler

* Add video retaining config

* Replace ssr location with prop

* Remove commented out lines

* Add testing instruction in README

* apply linting, respond to comment

* apply linting, fix prop validation

* Enhancement/data products (#532)

* Remove queries for campaign bounds

* Update to Link component

* Update variables dropdown logic

* Fix layoutwidth prop type

* Add lower casing to gcmd options

* Add json doi parsing comment

* Replace campaign bounds

* Replace products table link

* Fix broken explore map inputs

* Update/data products view (#551)

* Guard against failing keyword parse

* Add product table tooltip

* Add link out to gcmd

* Feature/in review page closes #507 (#547)

* Create initial upcoming page

* map upcoming sections

* Add link to coming soon

* Update unpublished drafts fetching

* Include new env var in workflows

* Update csp plugin

* Adjust filters and layout closes #548 (#552)

* Adjust filters and layout

* Add campaing aliases

* Add aliases props

* Replace collection periods with platforms closes #546 (#550)

* Replace collection periods with platforms

* Update test to reflect new campaign page

* Undelete websites props

* Update platforms expectation

* Update contact page content closes #545 (#554)

* Update contact page content

* Update contact page test

* Update footer content closes #541 (#555)

* Update footer content

* Update footer snapshot

* Update site definition

* Add filters to instruments page (#556)

* Reduce glossary page padding closes #543 (#557)

* Reduce gloassary page padding

* Update top margins for section headers

* Add glossary data-cy prop

* Feature/data formats closes #410 (#558)

* Reduce gloassary page padding

* Update top margins for section headers

* Add glossary data-cy prop

* Add initial formats query

* Add data format filter

* Add data formats to instruments and platforms

* Update test and snapshot

* Guards against missing doi formats

* Update glossary map image (#559)

* Replace collection periods (#564)

* Replace collection periods

* Update platform tests

* Add modal and banner to header (#560)

* Add modal and banner to header

* Update header snapshot

* Make release banner pos relative

* Refactor release banner to own component

* Update header snapshot

* Temporarily disable header text check

---------

Co-authored-by: Rachel Wyatt <114182970+rwyatt19@users.noreply.github.com>
Co-authored-by: Edward Keeble <edward@developmentseed.org>
Co-authored-by: Edward Keeble <edkeeble@users.noreply.github.com>
Co-authored-by: Matt Robinson <pacificrobinson@gmail.com>
Tammo-Feldmann added a commit that referenced this issue Aug 31, 2023
* Create data products view

* Guard against missing filter options

* Remove instruments limit from table

* Fix products initial sort order

* Add vertical measurement region filter

* Format products table

* Add products internal links

* Add measurement style filter

* Decouple text input field

* Update glossary.json

Term definitions have been edited to match definitions approved in the ESCO report.

* Update glossary.js

Added sentence including URL for ADMG CASEI Inventory Terms Definitions

* Add dropdown by text input

* Use combobox for filter

* Add product map

* Update gcmd keywords filter

* Fix linting issues

* Update gcmd keyword source

* Cleanup extra comments

* Fix measurment type filter

* Add related parents filter

* Fix missing props validation

* Add missing location prop

* Fix conditional filter

* Fix missing props validation

* Removed header text check on after explore page navigation. We already check that the URL is correct and don't also need to validate the content of the page.

* Update tests for tabs number

* apply linting and fix up test results

* update feedback form with correct link

* remove kruft of old feedback form, add API docs and FEEDBACK form to constants util

* respond to and apply linting

* remove linting callout

* update snapshots

* resolving a build error

* test resolution of issue 505, check description for details

* remove fluff, guard for no bounds in spatial deployment

* update tests, apply linting

* remove onload handler

* Add video retaining config

* Replace ssr location with prop

* Remove commented out lines

* Add testing instruction in README

* apply linting, respond to comment

* apply linting, fix prop validation

* Enhancement/data products (#532)

* Remove queries for campaign bounds

* Update to Link component

* Update variables dropdown logic

* Fix layoutwidth prop type

* Add lower casing to gcmd options

* Add json doi parsing comment

* Replace campaign bounds

* Replace products table link

* Fix broken explore map inputs

* Update/data products view (#551)

* Guard against failing keyword parse

* Add product table tooltip

* Add link out to gcmd

* Feature/in review page closes #507 (#547)

* Create initial upcoming page

* map upcoming sections

* Add link to coming soon

* Update unpublished drafts fetching

* Include new env var in workflows

* Update csp plugin

* Adjust filters and layout closes #548 (#552)

* Adjust filters and layout

* Add campaing aliases

* Add aliases props

* Replace collection periods with platforms closes #546 (#550)

* Replace collection periods with platforms

* Update test to reflect new campaign page

* Undelete websites props

* Update platforms expectation

* Update contact page content closes #545 (#554)

* Update contact page content

* Update contact page test

* Update footer content closes #541 (#555)

* Update footer content

* Update footer snapshot

* Update site definition

* Add filters to instruments page (#556)

* Reduce glossary page padding closes #543 (#557)

* Reduce gloassary page padding

* Update top margins for section headers

* Add glossary data-cy prop

* Feature/data formats closes #410 (#558)

* Reduce gloassary page padding

* Update top margins for section headers

* Add glossary data-cy prop

* Add initial formats query

* Add data format filter

* Add data formats to instruments and platforms

* Update test and snapshot

* Guards against missing doi formats

* Update glossary map image (#559)

* Replace collection periods (#564)

* Replace collection periods

* Update platform tests

* Add modal and banner to header (#560)

* Add modal and banner to header

* Update header snapshot

* Make release banner pos relative

* Refactor release banner to own component

* Update header snapshot

* Temporarily disable header text check

* Add environments to deploy actions

* Add grapql resolvers

* Remove duplicate keyword parsing

* Guard against missing doi formats

* Fix incorrect prop types

* Fix linting issue

---------

Co-authored-by: Rachel Wyatt <114182970+rwyatt19@users.noreply.github.com>
Co-authored-by: Edward Keeble <edward@developmentseed.org>
Co-authored-by: Edward Keeble <edkeeble@users.noreply.github.com>
Co-authored-by: Matt Robinson <pacificrobinson@gmail.com>
Tammo-Feldmann added a commit that referenced this issue Jan 23, 2024
* Create data products view

* Guard against missing filter options

* Remove instruments limit from table

* Fix products initial sort order

* Add vertical measurement region filter

* Format products table

* Add products internal links

* Add measurement style filter

* Decouple text input field

* Update glossary.json

Term definitions have been edited to match definitions approved in the ESCO report.

* Update glossary.js

Added sentence including URL for ADMG CASEI Inventory Terms Definitions

* Add dropdown by text input

* Use combobox for filter

* Add product map

* Update gcmd keywords filter

* Fix linting issues

* Update gcmd keyword source

* Cleanup extra comments

* Fix measurment type filter

* Add related parents filter

* Fix missing props validation

* Add missing location prop

* Fix conditional filter

* Fix missing props validation

* Removed header text check on after explore page navigation. We already check that the URL is correct and don't also need to validate the content of the page.

* Update tests for tabs number

* apply linting and fix up test results

* update feedback form with correct link

* remove kruft of old feedback form, add API docs and FEEDBACK form to constants util

* respond to and apply linting

* remove linting callout

* update snapshots

* resolving a build error

* test resolution of issue 505, check description for details

* remove fluff, guard for no bounds in spatial deployment

* update tests, apply linting

* remove onload handler

* Add video retaining config

* Replace ssr location with prop

* Remove commented out lines

* Add testing instruction in README

* apply linting, respond to comment

* apply linting, fix prop validation

* Enhancement/data products (#532)

* Remove queries for campaign bounds

* Update to Link component

* Update variables dropdown logic

* Fix layoutwidth prop type

* Add lower casing to gcmd options

* Add json doi parsing comment

* Replace campaign bounds

* Replace products table link

* Fix broken explore map inputs

* Update/data products view (#551)

* Guard against failing keyword parse

* Add product table tooltip

* Add link out to gcmd

* Feature/in review page closes #507 (#547)

* Create initial upcoming page

* map upcoming sections

* Add link to coming soon

* Update unpublished drafts fetching

* Include new env var in workflows

* Update csp plugin

* Adjust filters and layout closes #548 (#552)

* Adjust filters and layout

* Add campaing aliases

* Add aliases props

* Replace collection periods with platforms closes #546 (#550)

* Replace collection periods with platforms

* Update test to reflect new campaign page

* Undelete websites props

* Update platforms expectation

* Update contact page content closes #545 (#554)

* Update contact page content

* Update contact page test

* Update footer content closes #541 (#555)

* Update footer content

* Update footer snapshot

* Update site definition

* Add filters to instruments page (#556)

* Reduce glossary page padding closes #543 (#557)

* Reduce gloassary page padding

* Update top margins for section headers

* Add glossary data-cy prop

* Feature/data formats closes #410 (#558)

* Reduce gloassary page padding

* Update top margins for section headers

* Add glossary data-cy prop

* Add initial formats query

* Add data format filter

* Add data formats to instruments and platforms

* Update test and snapshot

* Guards against missing doi formats

* Update glossary map image (#559)

* Replace collection periods (#564)

* Replace collection periods

* Update platform tests

* Add modal and banner to header (#560)

* Add modal and banner to header

* Update header snapshot

* Make release banner pos relative

* Refactor release banner to own component

* Update header snapshot

* Temporarily disable header text check

* allow links in glossary sections

* apply linting

* add props validation for LinkSection, apply linting

* add a link to one more instance of geophy concepts

* Add environments to deploy actions

* Add grapql resolvers

* Remove duplicate keyword parsing

* Guard against missing doi formats

* Fix incorrect prop types

* Fix linting issue

* In progress

* In progress

* In progress

* Continue

* Grammarly

* Update docs/adr/0007-esdis-migration.md

* correct typo... format to formats

* apply linting

* update aircraft to air-based platforms, apply linting

* add testing utility, update platforms tests to accommodate name change from issue-816

* apply further linting

* Update src/utils/__tests__/use-platform-list.test.js

Co-authored-by: Edward Keeble <edkeeble@users.noreply.github.com>

* respond to comments on PR

* rollback, unexpected behavior

* apply linting

* revert tests

* update explore string check

* update test

* update test

* add a space for test of string

* Changed the MIT license to an apache v2 license

* Edited readme file to prepare for public facing. Checked grammar and broken images.

* Fixing html link to ADMG on the ESDS website on the readme file

* Remove release banner display

* Update header snapshot

* Reenable header test

* Add header image

* Remove extra console logs

* Use static fetching for hero image

* Guard against missing image on load

* Retain hero image styling behavior

* Adjust object position to top

---------

Co-authored-by: Rachel Wyatt <114182970+rwyatt19@users.noreply.github.com>
Co-authored-by: Edward Keeble <edward@developmentseed.org>
Co-authored-by: Edward Keeble <edkeeble@users.noreply.github.com>
Co-authored-by: Matt Robinson <pacificrobinson@gmail.com>
Co-authored-by: Anthony Lukach <anthonylukach@gmail.com>
Co-authored-by: Eli Walker <ewalker2@stu.jsu.edu>
Tammo-Feldmann added a commit that referenced this issue Jan 31, 2024
* Create data products view

* Guard against missing filter options

* Remove instruments limit from table

* Fix products initial sort order

* Add vertical measurement region filter

* Format products table

* Add products internal links

* Add measurement style filter

* Decouple text input field

* Update glossary.json

Term definitions have been edited to match definitions approved in the ESCO report.

* Update glossary.js

Added sentence including URL for ADMG CASEI Inventory Terms Definitions

* Add dropdown by text input

* Use combobox for filter

* Add product map

* Update gcmd keywords filter

* Fix linting issues

* Update gcmd keyword source

* Cleanup extra comments

* Fix measurment type filter

* Add related parents filter

* Fix missing props validation

* Add missing location prop

* Fix conditional filter

* Fix missing props validation

* Removed header text check on after explore page navigation. We already check that the URL is correct and don't also need to validate the content of the page.

* Update tests for tabs number

* apply linting and fix up test results

* update feedback form with correct link

* remove kruft of old feedback form, add API docs and FEEDBACK form to constants util

* respond to and apply linting

* remove linting callout

* update snapshots

* resolving a build error

* test resolution of issue 505, check description for details

* remove fluff, guard for no bounds in spatial deployment

* update tests, apply linting

* remove onload handler

* Add video retaining config

* Replace ssr location with prop

* Remove commented out lines

* Add testing instruction in README

* apply linting, respond to comment

* apply linting, fix prop validation

* Enhancement/data products (#532)

* Remove queries for campaign bounds

* Update to Link component

* Update variables dropdown logic

* Fix layoutwidth prop type

* Add lower casing to gcmd options

* Add json doi parsing comment

* Replace campaign bounds

* Replace products table link

* Fix broken explore map inputs

* Update/data products view (#551)

* Guard against failing keyword parse

* Add product table tooltip

* Add link out to gcmd

* Feature/in review page closes #507 (#547)

* Create initial upcoming page

* map upcoming sections

* Add link to coming soon

* Update unpublished drafts fetching

* Include new env var in workflows

* Update csp plugin

* Adjust filters and layout closes #548 (#552)

* Adjust filters and layout

* Add campaing aliases

* Add aliases props

* Replace collection periods with platforms closes #546 (#550)

* Replace collection periods with platforms

* Update test to reflect new campaign page

* Undelete websites props

* Update platforms expectation

* Update contact page content closes #545 (#554)

* Update contact page content

* Update contact page test

* Update footer content closes #541 (#555)

* Update footer content

* Update footer snapshot

* Update site definition

* Add filters to instruments page (#556)

* Reduce glossary page padding closes #543 (#557)

* Reduce gloassary page padding

* Update top margins for section headers

* Add glossary data-cy prop

* Feature/data formats closes #410 (#558)

* Reduce gloassary page padding

* Update top margins for section headers

* Add glossary data-cy prop

* Add initial formats query

* Add data format filter

* Add data formats to instruments and platforms

* Update test and snapshot

* Guards against missing doi formats

* Update glossary map image (#559)

* Replace collection periods (#564)

* Replace collection periods

* Update platform tests

* Add modal and banner to header (#560)

* Add modal and banner to header

* Update header snapshot

* Make release banner pos relative

* Refactor release banner to own component

* Update header snapshot

* Temporarily disable header text check

* allow links in glossary sections

* apply linting

* add props validation for LinkSection, apply linting

* add a link to one more instance of geophy concepts

* Add environments to deploy actions

* Add grapql resolvers

* Remove duplicate keyword parsing

* Guard against missing doi formats

* Fix incorrect prop types

* Fix linting issue

* In progress

* In progress

* In progress

* Continue

* Grammarly

* Update docs/adr/0007-esdis-migration.md

* correct typo... format to formats

* apply linting

* update aircraft to air-based platforms, apply linting

* add testing utility, update platforms tests to accommodate name change from issue-816

* apply further linting

* Update src/utils/__tests__/use-platform-list.test.js

Co-authored-by: Edward Keeble <edkeeble@users.noreply.github.com>

* respond to comments on PR

* rollback, unexpected behavior

* apply linting

* revert tests

* update explore string check

* update test

* update test

* add a space for test of string

* First flight paths map iteration

* Fix tests and lint code

* Changed the MIT license to an apache v2 license

* Edited readme file to prepare for public facing. Checked grammar and broken images.

* Fixing html link to ADMG on the ESDS website on the readme file

* Unselect deployment when clicking in selected one

* Flter map features by deployment and platform

* Remove release banner display

* Update header snapshot

* Reenable header test

* Add header image

* Remove extra console logs

* Avoid repeated platforms in the map legend

* Use static fetching for hero image

* Guard against missing image on load

* Retain hero image styling behavior

* Adjust object position to top

* Allow to filter by multiple platforms

* Fix tests and tooltip position

* Update geojson url

* Update geojson url and improve mapLayerFilter code

* Update deploy workflows to deal with flght-tracks data

---------

Co-authored-by: Rachel Wyatt <114182970+rwyatt19@users.noreply.github.com>
Co-authored-by: Edward Keeble <edward@developmentseed.org>
Co-authored-by: Edward Keeble <edkeeble@users.noreply.github.com>
Co-authored-by: Matt Robinson <pacificrobinson@gmail.com>
Co-authored-by: Anthony Lukach <anthonylukach@gmail.com>
Co-authored-by: Wille Marcel <wille.yyz@gmail.com>
Co-authored-by: Eli Walker <ewalker2@stu.jsu.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants