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

Alaska 15-Hour Max HFM - correction for attributes in mapx #990

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"enableEyeDomeLighting" : true
},
"layers" : [
"CIMPATH=nwm_15_hour_max_high_flow_magnitude_forecast___alaska/estimated_annual_exceedance_probability.xml"
"CIMPATH=nwm_15_hour_max_high_flow_magnitude_forecast___alaska/estimated_annual_exceedance_probability2.xml"
],
"defaultViewingMode" : "Map",
"mapType" : "Map",
Expand Down Expand Up @@ -61,9 +61,9 @@
}
},
"defaultExtent" : {
"xmin" : -17867618.5906868279,
"xmin" : -18020342.73184761,
"ymin" : 7415517.29321499355,
"xmax" : -15482772.3864069209,
"xmax" : -15330048.2452461384,
"ymax" : 9424427.15002220683,
"spatialReference" : {
"wkid" : 102100,
Expand Down Expand Up @@ -211,7 +211,7 @@
{
"type" : "CIMFeatureLayer",
"name" : "Estimated Annual Exceedance Probability",
"uRI" : "CIMPATH=nwm_15_hour_max_high_flow_magnitude_forecast___alaska/estimated_annual_exceedance_probability.xml",
"uRI" : "CIMPATH=nwm_15_hour_max_high_flow_magnitude_forecast___alaska/estimated_annual_exceedance_probability2.xml",
"sourceModifiedTime" : {
"type" : "TimeInstant",
"start" : 978307200000
Expand All @@ -221,7 +221,7 @@
"description" : "vizprocessing.publish.ana_high_flow_magnitude_ak",
"layerElevation" : {
"type" : "CIMLayerElevationSurface",
"mapElevationID" : "{A4AEB3CF-5631-44E1-AF4B-0734E483B9CC}"
"mapElevationID" : "{252FDDD5-FFE1-4445-B6DE-42B26FEDFF6E}"
},
"expanded" : true,
"layerType" : "Operational",
Expand Down Expand Up @@ -628,7 +628,7 @@
"labelClasses" : [
{
"type" : "CIMLabelClass",
"expression" : "$feature.feature_id",
"expression" : "$feature.Name",
"expressionEngine" : "Arcade",
"featuresToLabel" : "AllVisibleFeatures",
"maplexLabelPlacementProperties" : {
Expand Down Expand Up @@ -1078,7 +1078,7 @@
{
"type" : "CIMUniqueValueClass",
"editable" : true,
"label" : "> 50% (High Water Threshold)",
"label" : "50%",
"patch" : "Default",
"symbol" : {
"type" : "CIMSymbolReference",
Expand Down Expand Up @@ -1106,6 +1106,47 @@
]
}
},
"values" : [
{
"type" : "CIMUniqueValue",
"fieldValues" : [
"50"
]
}
],
"visible" : true
},
{
"type" : "CIMUniqueValueClass",
"editable" : true,
"label" : "> 50% AND > High Water Threshold",
"patch" : "Default",
"symbol" : {
"type" : "CIMSymbolReference",
"symbol" : {
"type" : "CIMLineSymbol",
"symbolLayers" : [
{
"type" : "CIMSolidStroke",
"enable" : true,
"capStyle" : "Round",
"joinStyle" : "Round",
"lineStyle3D" : "Strip",
"miterLimit" : 10,
"width" : 1,
"color" : {
"type" : "CIMRGBColor",
"values" : [
180,
255,
242,
100
]
}
}
]
}
},
"values" : [
{
"type" : "CIMUniqueValue",
Expand Down Expand Up @@ -1158,7 +1199,7 @@
"visible" : true
}
],
"heading" : "Current Annual Exceedance Probability"
"heading" : "Annual Exceedance Probability"
}
],
"polygonSymbolColorTarget" : "Fill"
Expand Down
Loading