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

[FEATURE] Create many Geoview layer from Geocore with same uuid #2771

Open
1 task done
jolevesq opened this issue Feb 27, 2025 · 0 comments
Open
1 task done

[FEATURE] Create many Geoview layer from Geocore with same uuid #2771

jolevesq opened this issue Feb 27, 2025 · 0 comments

Comments

@jolevesq
Copy link
Member

Is there an existing issue for this?

  • I have searched the existing issues

Who request this Feature

geoview

User Story

As a user I would like to crate a config from geocore uuid but group them in different geoviewLAyer.

For the moment we cannot have more then one the same uuid on a map.

    "listOfGeoviewLayerConfig": [
      {
        "geoviewLayerId": "5a65ad7c-561a-466a-8375-8d876624df9d",
        "geoviewLayerName": "Air Pollutant Emissions - Fine Particle Emissions by Facility",
        "metadataAccessPath": "",
        "geoviewLayerType": "geoCore",
        "listOfLayerEntryConfig": [
          {
            "layerId": "8",
            "layerName": "Air emissions",
            "entryType": "group",
            "initialSettings": {
              "states": {
                "opacity": 0.5
              }
            },
            "listOfLayerEntryConfig": [
              {
                "layerId": "9",
                "layerName": "Carbon monoxide emissions by facility"
              },
              {
                "layerId": "10",
                "layerName": "Greenhouse gas emissions from large facilities"
              },
              {
                "layerId": "11",
                "layerName": "Mercury emissions to air by facility"
              },
              {
                "layerId": "12",
                "layerName": "Lead emissions to air by facility"
              },
              {
                "layerId": "13",
                "layerName": "Cadmium emissions to air by facility"
              },
              {
                "layerId": "14",
                "layerName": "Ammonia emissions by facility"
              },
              {
                "layerId": "15",
                "layerName": "Nitrogen oxide emissions by facility"
              },
              {
                "layerId": "16",
                "layerName": "Respirable particulate matter emissions by facility"
              },
              {
                "layerId": "17",
                "layerName": "Fine particulate matter emissions by facility"
              },
              {
                "layerId": "18",
                "layerName": "Sulphur oxide emissions by facility"
              },
              {
                "layerId": "19",
                "layerName": "Total particulate matter emissions by facility"
              },
              {
                "layerId": "20",
                "layerName": "Volatile organic compound emissions by facility"
              }
            ]
          },
          {
            "layerId": "21",
            "layerName": "Air quality",
            "entryType": "group",
            "initialSettings": {
              "states": {
                "opacity": 0.5
              }
            },
            "listOfLayerEntryConfig": [
              {
                "layerId": "22",
                "layerName": "Average ambient nitrogen dioxide concentrations at monitoring stations"
              },
              {
                "layerId": "23",
                "layerName": "Peak ambient nitrogen dioxide concentrations at monitoring stations"
              },
              {
                "layerId": "24",
                "layerName": "Average ambient ozone concentrations at monitoring stations"
              },
              {
                "layerId": "25",
                "layerName": "Peak ambient ozone concentrations at monitoring stations"
              },
              {
                "layerId": "26",
                "layerName": "Average ambient fine particulate matter concentrations at monitoring stations"
              },
              {
                "layerId": "27",
                "layerName": "Peak ambient fine particulate matter concentrations at monitoring stations"
              },
              {
                "layerId": "28",
                "layerName": "Average ambient sulphur dioxide concentrations at monitoring stations"
              },
              {
                "layerId": "29",
                "layerName": "Peak ambient sulphur dioxide concentrations at monitoring stations"
              },
              {
                "layerId": "30",
                "layerName": "Average ambient volatile organic compound concentrations at monitoring stations"
              }
            ]
          }
        ]
      },
      {
        "geoviewLayerId": "5a65ad7c-561a-466a-8375-8d876624df9d",
        "geoviewLayerName": "Air Pollutant Emissions - Water",
        "metadataAccessPath": "",
        "geoviewLayerType": "geoCore",
        "listOfLayerEntryConfig": [
          {
            "layerId": "0",
            "layerName": "Water quantity",
            "entryType": "group",
            "initialSettings": {
              "states": {
                "opacity": 0.5
              }
            },
            "listOfLayerEntryConfig": [
              {
                "layerId": "1",
                "layerName": "Water quantity at monitoring stations"
              },
              {
                "layerId": "2",
                "layerName": "Basin borders"
              },
              {
                "layerId": "3",
                "layerName": "River basin labels (1M)"
              }
            ]
          },
          {
            "layerId": "4",
            "layerName": "Water quality",
            "entryType": "group",
            "initialSettings": {
              "states": {
                "opacity": 0.5
              }
            },
            "listOfLayerEntryConfig": [
              {
                "layerId": "5",
                "layerName": "Water quality at monitoring sites"
              },
              {
                "layerId": "6",
                "layerName": "Basin borders"
              },
              {
                "layerId": "7",
                "layerName": "River basin labels (1M)"
              }
            ]
          },
          {
            "layerId": "35",
            "layerName": "Water toxics",
            "entryType": "group",
            "initialSettings": {
              "states": {
                "opacity": 0.5
              }
            },
            "listOfLayerEntryConfig": [
              {
                "layerId": "36",
                "layerName": "Cadmium releases to water by facility"
              },
              {
                "layerId": "37",
                "layerName": "Mercury releases to water by facility"
              },
              {
                "layerId": "38",
                "layerName": "Lead releases to water by facility"
              }
            ]
          }
        ]
      }

Implementation UI

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant