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

Create new left-panel data category called "Climate" #1186

Open
csphang opened this issue Mar 10, 2021 · 6 comments
Open

Create new left-panel data category called "Climate" #1186

csphang opened this issue Mar 10, 2021 · 6 comments

Comments

@csphang
Copy link
Contributor

csphang commented Mar 10, 2021

Create a new section in the left-hand panel titled "Climate"

This section will house the two new carbon datasets

@vaidotasp
Copy link
Contributor

http://alpha.blueraster.io/gfw-mapbuilder/test/climate/index.html >> This should be where you find it to test.

@vaidotasp
Copy link
Contributor

    GROUP_CLIMATE: {
      groupType: 'default',
      order: 1,
      label: {
        en: 'Climate',
        fr: 'Climate',
        es: 'Climate',
        pt: 'Climate',
        id: 'Climate',
        zh: 'Climate',
        ka: 'Climate'
      },
      layers: [
        {
          id: 'CARBON_SEQ',
          order: 1,
          type: 'remoteDataLayer',
          uuid: 'e7208398-0acd-4f73-a824-c4fe1e356e0c'
        },
        {
          id: 'CARBON_EMISSIONS',
          order: 2,
          type: 'remoteDataLayer',
          uuid: '6d989ac9-ab57-4f95-8475-2e747a3adc10'
        }
      ]
    },

@csphang
Copy link
Contributor Author

csphang commented Mar 24, 2021

@vaidotasp are we able to shift the order that Climate appears? Ideally Climate is Order 4 and appears underneath Land Cover and then Recent Imagery would shift to Order 5

@vaidotasp
Copy link
Contributor

@csphang sure thing I can do that, it is based on the config, so people can really put whatever order they like for any layer groups and layers within that. Something to note here, if you look at the config, we have work "climate" across all languages, may be worth checking in with @k-kresek to see if we want to have translations for the layer group

@vaidotasp
Copy link
Contributor

@csphang
Copy link
Contributor Author

csphang commented Mar 26, 2021

Order looks good! Thanks @vaidotasp . I'll log a separate ticket for the translations for Climate across languages

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

2 participants