We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
geoview
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" } ] } ] }
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
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.
Implementation UI
No response
The text was updated successfully, but these errors were encountered: