From 300da2c8269e80e38c78e69337c71fd9f6eebc15 Mon Sep 17 00:00:00 2001 From: Chloe Seeborg Date: Mon, 21 Oct 2024 16:28:50 -0600 Subject: [PATCH] Beaver Activity curation for web, qgis, esri --- .../esri/Beaver_Activity/beaver_dams.lyrx | 533 ++++++ .../esri/Beaver_Activity/dam_density_dgo.lyrx | 1051 +++++++++++ .../esri/Beaver_Activity/dam_density_igo.lyrx | 1636 +++++++++++++++++ .../qgis/Beaver_Activity/beaver_dams.qml | 440 +++++ .../qgis/Beaver_Activity/dam_density_dgo.qml | 888 +++++++++ .../qgis/Beaver_Activity/dam_density_igo.qml | 1143 ++++++++++++ .../web/Beaver_Activity/beaver_dams.json | 20 + .../web/Beaver_Activity/dam_density_dgo.json | 53 + .../web/Beaver_Activity/dam_density_igo.json | 57 + 9 files changed, 5821 insertions(+) create mode 100644 Symbology/esri/Beaver_Activity/beaver_dams.lyrx create mode 100644 Symbology/esri/Beaver_Activity/dam_density_dgo.lyrx create mode 100644 Symbology/esri/Beaver_Activity/dam_density_igo.lyrx create mode 100644 Symbology/qgis/Beaver_Activity/beaver_dams.qml create mode 100644 Symbology/qgis/Beaver_Activity/dam_density_dgo.qml create mode 100644 Symbology/qgis/Beaver_Activity/dam_density_igo.qml create mode 100644 Symbology/web/Beaver_Activity/beaver_dams.json create mode 100644 Symbology/web/Beaver_Activity/dam_density_dgo.json create mode 100644 Symbology/web/Beaver_Activity/dam_density_igo.json diff --git a/Symbology/esri/Beaver_Activity/beaver_dams.lyrx b/Symbology/esri/Beaver_Activity/beaver_dams.lyrx new file mode 100644 index 00000000..540ef1b3 --- /dev/null +++ b/Symbology/esri/Beaver_Activity/beaver_dams.lyrx @@ -0,0 +1,533 @@ +{ + "type" : "CIMLayerDocument", + "version" : "3.3.0", + "build" : 52636, + "layers" : [ + "CIMPATH=map/dams.json" + ], + "layerDefinitions" : [ + { + "type" : "CIMFeatureLayer", + "name" : "Dams", + "uRI" : "CIMPATH=map/dams.json", + "sourceModifiedTime" : { + "type" : "TimeInstant" + }, + "useSourceMetadata" : true, + "description" : "Dams", + "layerElevation" : { + "type" : "CIMLayerElevationSurface", + "elevationSurfaceLayerURI" : "CIMPATH=Map/550787aefc53498e9c031d4eb52c1667.json" + }, + "expanded" : true, + "layerType" : "Operational", + "showLegends" : true, + "visibility" : true, + "displayCacheType" : "Permanent", + "maxDisplayCacheAge" : 5, + "showPopups" : true, + "serviceLayerID" : -1, + "refreshRate" : -1, + "refreshRateUnit" : "esriTimeUnitsSeconds", + "blendingMode" : "Alpha", + "allowDrapingOnIntegratedMesh" : true, + "autoGenerateFeatureTemplates" : true, + "featureElevationExpression" : "0", + "featureTable" : { + "type" : "CIMFeatureTable", + "displayField" : "dam_cer", + "editable" : true, + "dataConnection" : { + "type" : "CIMSqlQueryDataConnection", + "workspaceConnectionString" : "AUTHENTICATION_MODE=OSA;DATABASE=.\\Beaver_Activity_10020002\\beaver_activity.gpkg", + "workspaceFactory" : "Sql", + "dataset" : "main.%dams", + "datasetType" : "esriDTFeatureClass", + "sqlQuery" : "select fid,geom,dam_cer,dam_type,type_cer from main.dams", + "srid" : "4326", + "spatialReference" : { + "wkid" : 4326, + "latestWkid" : 4326, + "xyTolerance" : 8.983152841195215e-09, + "zTolerance" : 0.001, + "mTolerance" : 0.001, + "falseX" : -400, + "falseY" : -400, + "xyUnits" : 999999999.99999988, + "falseZ" : -100000, + "zUnits" : 10000, + "falseM" : -100000, + "mUnits" : 10000 + }, + "oIDFields" : "fid", + "geometryType" : "esriGeometryMultipoint", + "queryFields" : [ + { + "name" : "fid", + "type" : "esriFieldTypeBigInteger", + "isNullable" : false, + "length" : 8, + "precision" : 0, + "scale" : 0, + "required" : true, + "editable" : false, + "dbmsType" : 11 + }, + { + "name" : "geom", + "type" : "esriFieldTypeGeometry", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "geometryDef" : { + "avgNumPoints" : 0, + "geometryType" : "esriGeometryMultipoint", + "hasM" : false, + "hasZ" : false, + "spatialReference" : { + "wkid" : 4326, + "latestWkid" : 4326, + "xyTolerance" : 8.983152841195215e-09, + "zTolerance" : 0.001, + "mTolerance" : 0.001, + "falseX" : -400, + "falseY" : -400, + "xyUnits" : 999999999.99999988, + "falseZ" : -100000, + "zUnits" : 10000, + "falseM" : -100000, + "mUnits" : 10000 + } + }, + "dbmsType" : 8 + }, + { + "name" : "dam_cer", + "type" : "esriFieldTypeString", + "isNullable" : true, + "length" : 2147483647, + "precision" : 0, + "scale" : 0, + "dbmsType" : 13 + }, + { + "name" : "dam_type", + "type" : "esriFieldTypeString", + "isNullable" : true, + "length" : 2147483647, + "precision" : 0, + "scale" : 0, + "dbmsType" : 13 + }, + { + "name" : "type_cer", + "type" : "esriFieldTypeString", + "isNullable" : true, + "length" : 2147483647, + "precision" : 0, + "scale" : 0, + "dbmsType" : 13 + } + ], + "spatialStorageType" : 11, + "isTableBased" : true, + "mappedOIDFieldLength" : "OID64Bit" + }, + "studyAreaSpatialRel" : "esriSpatialRelUndefined", + "searchOrder" : "esriSearchOrderSpatial" + }, + "htmlPopupEnabled" : true, + "selectable" : true, + "featureCacheType" : "Session", + "displayFiltersType" : "ByScale", + "featureBlendingMode" : "Alpha", + "layerEffectsMode" : "Layer", + "labelClasses" : [ + { + "type" : "CIMLabelClass", + "expressionTitle" : "Custom", + "expression" : "$feature.dam_cer", + "expressionEngine" : "Arcade", + "featuresToLabel" : "AllVisibleFeatures", + "maplexLabelPlacementProperties" : { + "type" : "CIMMaplexLabelPlacementProperties", + "featureType" : "Point", + "avoidPolygonHoles" : true, + "canOverrunFeature" : true, + "canPlaceLabelOutsidePolygon" : true, + "canRemoveOverlappingLabel" : true, + "canStackLabel" : true, + "centerLabelAnchorType" : "Symbol", + "connectionType" : "Unambiguous", + "constrainOffset" : "NoConstraint", + "contourAlignmentType" : "Page", + "contourLadderType" : "Straight", + "contourMaximumAngle" : 90, + "enableConnection" : true, + "enablePointPlacementPriorities" : true, + "featureWeight" : 0, + "fontHeightReductionLimit" : 4, + "fontHeightReductionStep" : 0.5, + "fontWidthReductionLimit" : 90, + "fontWidthReductionStep" : 5, + "graticuleAlignmentType" : "Straight", + "keyNumberGroupName" : "Default", + "labelBuffer" : 15, + "labelLargestPolygon" : true, + "labelPriority" : -1, + "labelStackingProperties" : { + "type" : "CIMMaplexLabelStackingProperties", + "stackAlignment" : "ChooseBest", + "maximumNumberOfLines" : 3, + "minimumNumberOfCharsPerLine" : 3, + "maximumNumberOfCharsPerLine" : 24, + "separators" : [ + { + "type" : "CIMMaplexStackingSeparator", + "separator" : " ", + "splitAfter" : true + }, + { + "type" : "CIMMaplexStackingSeparator", + "separator" : ",", + "visible" : true, + "splitAfter" : true + } + ], + "trimStackingSeparators" : true + }, + "lineFeatureType" : "General", + "linePlacementMethod" : "OffsetCurvedFromLine", + "maximumLabelOverrun" : 36, + "maximumLabelOverrunUnit" : "Point", + "minimumFeatureSizeUnit" : "Map", + "multiPartOption" : "OneLabelPerPart", + "offsetAlongLineProperties" : { + "type" : "CIMMaplexOffsetAlongLineProperties", + "placementMethod" : "BestPositionAlongLine", + "labelAnchorPoint" : "CenterOfLabel", + "distanceUnit" : "Percentage", + "useLineDirection" : true + }, + "pointExternalZonePriorities" : { + "type" : "CIMMaplexExternalZonePriorities", + "aboveLeft" : 4, + "aboveCenter" : 2, + "aboveRight" : 1, + "centerRight" : 3, + "belowRight" : 5, + "belowCenter" : 7, + "belowLeft" : 8, + "centerLeft" : 6 + }, + "pointPlacementMethod" : "AroundPoint", + "polygonAnchorPointType" : "GeometricCenter", + "polygonBoundaryWeight" : 0, + "polygonExternalZones" : { + "type" : "CIMMaplexExternalZonePriorities", + "aboveLeft" : 4, + "aboveCenter" : 2, + "aboveRight" : 1, + "centerRight" : 3, + "belowRight" : 5, + "belowCenter" : 7, + "belowLeft" : 8, + "centerLeft" : 6 + }, + "polygonFeatureType" : "General", + "polygonInternalZones" : { + "type" : "CIMMaplexInternalZonePriorities", + "center" : 1 + }, + "polygonPlacementMethod" : "CurvedInPolygon", + "primaryOffset" : 1, + "primaryOffsetUnit" : "Point", + "removeAmbiguousLabels" : "All", + "removeExtraWhiteSpace" : true, + "repetitionIntervalUnit" : "Point", + "rotationProperties" : { + "type" : "CIMMaplexRotationProperties", + "rotationType" : "Arithmetic", + "alignmentType" : "Straight" + }, + "secondaryOffset" : 100, + "secondaryOffsetUnit" : "Percentage", + "strategyPriorities" : { + "type" : "CIMMaplexStrategyPriorities", + "stacking" : 1, + "overrun" : 2, + "fontCompression" : 3, + "fontReduction" : 4, + "abbreviation" : 5 + }, + "thinningDistanceUnit" : "Point", + "truncationMarkerCharacter" : ".", + "truncationMinimumLength" : 1, + "truncationPreferredCharacters" : "aeiou", + "truncationExcludedCharacters" : "0123456789", + "polygonAnchorPointPerimeterInsetUnit" : "Point" + }, + "name" : "Class 1", + "priority" : -1, + "standardLabelPlacementProperties" : { + "type" : "CIMStandardLabelPlacementProperties", + "featureType" : "Line", + "featureWeight" : "None", + "labelWeight" : "High", + "numLabelsOption" : "OneLabelPerName", + "lineLabelPosition" : { + "type" : "CIMStandardLineLabelPosition", + "above" : true, + "inLine" : true, + "parallel" : true + }, + "lineLabelPriorities" : { + "type" : "CIMStandardLineLabelPriorities", + "aboveStart" : 3, + "aboveAlong" : 3, + "aboveEnd" : 3, + "centerStart" : 3, + "centerAlong" : 3, + "centerEnd" : 3, + "belowStart" : 3, + "belowAlong" : 3, + "belowEnd" : 3 + }, + "pointPlacementMethod" : "AroundPoint", + "pointPlacementPriorities" : { + "type" : "CIMStandardPointPlacementPriorities", + "aboveLeft" : 2, + "aboveCenter" : 2, + "aboveRight" : 1, + "centerLeft" : 3, + "centerRight" : 2, + "belowLeft" : 3, + "belowCenter" : 3, + "belowRight" : 2 + }, + "rotationType" : "Arithmetic", + "polygonPlacementMethod" : "AlwaysHorizontal" + }, + "textSymbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMTextSymbol", + "blockProgression" : "TTB", + "depth3D" : 1, + "extrapolateBaselines" : true, + "fontEffects" : "Normal", + "fontEncoding" : "Unicode", + "fontFamilyName" : "Tahoma", + "fontStyleName" : "Regular", + "fontType" : "Unspecified", + "haloSize" : 1, + "height" : 10, + "hinting" : "Default", + "horizontalAlignment" : "Left", + "kerning" : true, + "letterWidth" : 100, + "ligatures" : true, + "lineGapType" : "ExtraLeading", + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 0, + 0, + 0, + 100 + ] + } + } + ], + "angleAlignment" : "Map" + }, + "textCase" : "Normal", + "textDirection" : "LTR", + "verticalAlignment" : "Bottom", + "verticalGlyphOrientation" : "Right", + "wordSpacing" : 100, + "billboardMode3D" : "FaceNearPlane" + } + }, + "useCodedValue" : true, + "visibility" : true, + "iD" : -1 + } + ], + "renderer" : { + "type" : "CIMSimpleRenderer", + "sampleSize" : 10000, + "patch" : "Default", + "symbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMPointSymbol", + "symbolLayers" : [ + { + "type" : "CIMVectorMarker", + "enable" : true, + "anchorPoint" : { + "x" : 0, + "y" : 0 + }, + "anchorPointUnits" : "Relative", + "dominantSizeAxis3D" : "Y", + "size" : 9, + "billboardMode3D" : "FaceNearPlane", + "frame" : { + "xmin" : 0, + "ymin" : 0, + "xmax" : 17, + "ymax" : 17 + }, + "markerGraphics" : [ + { + "type" : "CIMMarkerGraphic", + "geometry" : { + "rings" : [ + [ + [ + 17, + 10.8900000000000006 + ], + [ + 11.77, + 6.79 + ], + [ + 13.85, + 0.34000000000000002 + ], + [ + 8.3800000000000008, + 4.3499999999999996 + ], + [ + 3.1200000000000001, + 0.40000000000000002 + ], + [ + 5.1699999999999999, + 6.79 + ], + [ + 0, + 10.8900000000000006 + ], + [ + 6.4500000000000002, + 10.8900000000000006 + ], + [ + 8.3800000000000008, + 16.66 + ], + [ + 10.31, + 10.8900000000000006 + ], + [ + 17, + 10.8900000000000006 + ] + ] + ] + }, + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 0.5, + "height3D" : 1, + "anchor3D" : "Center", + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 168, + 112, + 0, + 100 + ] + } + }, + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 255, + 211, + 127, + 100 + ] + } + } + ], + "angleAlignment" : "Map" + } + } + ], + "scaleSymbolsProportionally" : true, + "respectFrame" : true + } + ], + "haloSize" : 1, + "scaleX" : 1, + "angleAlignment" : "Display" + } + } + }, + "scaleSymbols" : true, + "snappable" : true + } + ], + "rGBColorProfile" : "sRGB IEC61966-2.1", + "cMYKColorProfile" : "U.S. Web Coated (SWOP) v2", + "elevationSurfaceLayerDefinitions" : [ + { + "type" : "CIMElevationSurfaceLayer", + "name" : "Ground", + "uRI" : "CIMPATH=Map/550787aefc53498e9c031d4eb52c1667.json", + "useSourceMetadata" : true, + "description" : "Ground", + "expanded" : true, + "layerType" : "Operational", + "showLegends" : false, + "visibility" : true, + "displayCacheType" : "Permanent", + "maxDisplayCacheAge" : 5, + "showPopups" : true, + "serviceLayerID" : -1, + "refreshRate" : -1, + "refreshRateUnit" : "esriTimeUnitsSeconds", + "blendingMode" : "Alpha", + "allowDrapingOnIntegratedMesh" : true, + "elevationMode" : "BaseGlobeSurface", + "verticalExaggeration" : 1, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 255, + 255, + 255, + 100 + ] + }, + "surfaceTINShadingMode" : "Smooth" + } + ] +} \ No newline at end of file diff --git a/Symbology/esri/Beaver_Activity/dam_density_dgo.lyrx b/Symbology/esri/Beaver_Activity/dam_density_dgo.lyrx new file mode 100644 index 00000000..9a8377b7 --- /dev/null +++ b/Symbology/esri/Beaver_Activity/dam_density_dgo.lyrx @@ -0,0 +1,1051 @@ +{ + "type" : "CIMLayerDocument", + "version" : "3.3.0", + "build" : 52636, + "layers" : [ + "CIMPATH=map/beaver_dam_density__dgo_.json" + ], + "layerDefinitions" : [ + { + "type" : "CIMFeatureLayer", + "name" : "Beaver Dam Density (DGO)", + "uRI" : "CIMPATH=map/beaver_dam_density__dgo_.json", + "sourceModifiedTime" : { + "type" : "TimeInstant" + }, + "useSourceMetadata" : true, + "description" : "Beaver Dam Density (DGO)", + "layerElevation" : { + "type" : "CIMLayerElevationSurface", + "elevationSurfaceLayerURI" : "CIMPATH=Map/550787aefc53498e9c031d4eb52c1667.json" + }, + "expanded" : true, + "layerType" : "Operational", + "showLegends" : true, + "visibility" : true, + "displayCacheType" : "Permanent", + "maxDisplayCacheAge" : 5, + "showPopups" : true, + "serviceLayerID" : -1, + "refreshRate" : -1, + "refreshRateUnit" : "esriTimeUnitsSeconds", + "blendingMode" : "Alpha", + "allowDrapingOnIntegratedMesh" : true, + "autoGenerateFeatureTemplates" : true, + "featureElevationExpression" : "0", + "featureTable" : { + "type" : "CIMFeatureTable", + "definitionExpression" : "\"FCode\" in (46006, 55800, 33600)", + "definitionExpressionName" : "Query 1", + "definitionFilterChoices" : [ + { + "type" : "CIMDefinitionFilter", + "name" : "Query 1", + "definitionExpression" : "\"FCode\" in (46006, 55800, 33600)" + } + ], + "displayField" : "level_path", + "editable" : true, + "dataConnection" : { + "type" : "CIMSqlQueryDataConnection", + "workspaceConnectionString" : "AUTHENTICATION_MODE=OSA;DATABASE=.\\Beaver_Activity_10020002\\beaver_activity.gpkg", + "workspaceFactory" : "Sql", + "dataset" : "main.%dgos", + "datasetType" : "esriDTFeatureClass", + "sqlQuery" : "select fid,geom,level_path,seg_distance,FCode,low_lying_floodplain_area,low_lying_floodplain_prop,active_channel_area,active_channel_prop,elevated_floodplain_area,elevated_floodplain_prop,floodplain_area,floodplain_prop,centerline_length,segment_area,integrated_width,dam_ct,dam_density from main.dgos", + "srid" : "4326", + "spatialReference" : { + "wkid" : 4326, + "latestWkid" : 4326, + "xyTolerance" : 8.983152841195215e-09, + "zTolerance" : 0.001, + "mTolerance" : 0.001, + "falseX" : -400, + "falseY" : -400, + "xyUnits" : 999999999.99999988, + "falseZ" : -100000, + "zUnits" : 10000, + "falseM" : -100000, + "mUnits" : 10000 + }, + "oIDFields" : "fid", + "geometryType" : "esriGeometryPolygon", + "queryFields" : [ + { + "name" : "fid", + "type" : "esriFieldTypeBigInteger", + "isNullable" : false, + "length" : 8, + "precision" : 0, + "scale" : 0, + "required" : true, + "editable" : false, + "dbmsType" : 11 + }, + { + "name" : "geom", + "type" : "esriFieldTypeGeometry", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "geometryDef" : { + "avgNumPoints" : 0, + "geometryType" : "esriGeometryPolygon", + "hasM" : false, + "hasZ" : false, + "spatialReference" : { + "wkid" : 4326, + "latestWkid" : 4326, + "xyTolerance" : 8.983152841195215e-09, + "zTolerance" : 0.001, + "mTolerance" : 0.001, + "falseX" : -400, + "falseY" : -400, + "xyUnits" : 999999999.99999988, + "falseZ" : -100000, + "zUnits" : 10000, + "falseM" : -100000, + "mUnits" : 10000 + } + }, + "dbmsType" : 8 + }, + { + "name" : "level_path", + "type" : "esriFieldTypeString", + "isNullable" : true, + "length" : 2147483647, + "precision" : 0, + "scale" : 0, + "dbmsType" : 13 + }, + { + "name" : "seg_distance", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "FCode", + "type" : "esriFieldTypeInteger", + "isNullable" : true, + "length" : 4, + "precision" : 0, + "scale" : 0, + "dbmsType" : 2 + }, + { + "name" : "low_lying_floodplain_area", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "low_lying_floodplain_prop", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "active_channel_area", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "active_channel_prop", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "elevated_floodplain_area", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "elevated_floodplain_prop", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "floodplain_area", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "floodplain_prop", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "centerline_length", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "segment_area", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "integrated_width", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "dam_ct", + "type" : "esriFieldTypeInteger", + "isNullable" : true, + "length" : 4, + "precision" : 0, + "scale" : 0, + "dbmsType" : 2 + }, + { + "name" : "dam_density", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + } + ], + "spatialStorageType" : 11, + "isTableBased" : true, + "mappedOIDFieldLength" : "OID64Bit" + }, + "studyAreaSpatialRel" : "esriSpatialRelUndefined", + "searchOrder" : "esriSearchOrderSpatial" + }, + "htmlPopupEnabled" : true, + "selectable" : true, + "featureCacheType" : "Session", + "displayFiltersType" : "ByScale", + "featureBlendingMode" : "Alpha", + "layerEffectsMode" : "Layer", + "labelClasses" : [ + { + "type" : "CIMLabelClass", + "expressionTitle" : "Custom", + "expression" : "$feature.level_path", + "expressionEngine" : "Arcade", + "featuresToLabel" : "AllVisibleFeatures", + "maplexLabelPlacementProperties" : { + "type" : "CIMMaplexLabelPlacementProperties", + "featureType" : "Polygon", + "avoidPolygonHoles" : true, + "canOverrunFeature" : true, + "canPlaceLabelOutsidePolygon" : true, + "canRemoveOverlappingLabel" : true, + "canStackLabel" : true, + "centerLabelAnchorType" : "Symbol", + "connectionType" : "Unambiguous", + "constrainOffset" : "NoConstraint", + "contourAlignmentType" : "Page", + "contourLadderType" : "Straight", + "contourMaximumAngle" : 90, + "enableConnection" : true, + "featureWeight" : 0, + "fontHeightReductionLimit" : 4, + "fontHeightReductionStep" : 0.5, + "fontWidthReductionLimit" : 90, + "fontWidthReductionStep" : 5, + "graticuleAlignmentType" : "Straight", + "keyNumberGroupName" : "Default", + "labelBuffer" : 15, + "labelLargestPolygon" : true, + "labelPriority" : -1, + "labelStackingProperties" : { + "type" : "CIMMaplexLabelStackingProperties", + "stackAlignment" : "ChooseBest", + "maximumNumberOfLines" : 3, + "minimumNumberOfCharsPerLine" : 3, + "maximumNumberOfCharsPerLine" : 24, + "separators" : [ + { + "type" : "CIMMaplexStackingSeparator", + "separator" : " ", + "splitAfter" : true + }, + { + "type" : "CIMMaplexStackingSeparator", + "separator" : ",", + "visible" : true, + "splitAfter" : true + } + ], + "trimStackingSeparators" : true + }, + "lineFeatureType" : "General", + "linePlacementMethod" : "OffsetCurvedFromLine", + "maximumLabelOverrun" : 80, + "maximumLabelOverrunUnit" : "Point", + "measureFromClippedFeatureGeometry" : true, + "minimumFeatureSizeUnit" : "Map", + "multiPartOption" : "OneLabelPerPart", + "offsetAlongLineProperties" : { + "type" : "CIMMaplexOffsetAlongLineProperties", + "placementMethod" : "BestPositionAlongLine", + "labelAnchorPoint" : "CenterOfLabel", + "distanceUnit" : "Percentage", + "useLineDirection" : true + }, + "pointExternalZonePriorities" : { + "type" : "CIMMaplexExternalZonePriorities", + "aboveLeft" : 4, + "aboveCenter" : 2, + "aboveRight" : 1, + "centerRight" : 3, + "belowRight" : 5, + "belowCenter" : 7, + "belowLeft" : 8, + "centerLeft" : 6 + }, + "pointPlacementMethod" : "AroundPoint", + "polygonAnchorPointType" : "GeometricCenter", + "polygonBoundaryWeight" : 0, + "polygonExternalZones" : { + "type" : "CIMMaplexExternalZonePriorities", + "aboveLeft" : 4, + "aboveCenter" : 2, + "aboveRight" : 1, + "centerRight" : 3, + "belowRight" : 5, + "belowCenter" : 7, + "belowLeft" : 8, + "centerLeft" : 6 + }, + "polygonFeatureType" : "General", + "polygonInternalZones" : { + "type" : "CIMMaplexInternalZonePriorities", + "center" : 1 + }, + "polygonPlacementMethod" : "HorizontalInPolygon", + "primaryOffset" : 1, + "primaryOffsetUnit" : "Point", + "removeAmbiguousLabels" : "All", + "removeExtraWhiteSpace" : true, + "repetitionIntervalUnit" : "Point", + "rotationProperties" : { + "type" : "CIMMaplexRotationProperties", + "rotationType" : "Arithmetic", + "alignmentType" : "Straight" + }, + "secondaryOffset" : 100, + "secondaryOffsetUnit" : "Percentage", + "strategyPriorities" : { + "type" : "CIMMaplexStrategyPriorities", + "stacking" : 1, + "overrun" : 2, + "fontCompression" : 3, + "fontReduction" : 4, + "abbreviation" : 5 + }, + "thinningDistanceUnit" : "Point", + "truncationMarkerCharacter" : ".", + "truncationMinimumLength" : 1, + "truncationPreferredCharacters" : "aeiou", + "truncationExcludedCharacters" : "0123456789", + "polygonAnchorPointPerimeterInsetUnit" : "Point" + }, + "name" : "Class 1", + "priority" : -1, + "standardLabelPlacementProperties" : { + "type" : "CIMStandardLabelPlacementProperties", + "featureType" : "Line", + "featureWeight" : "None", + "labelWeight" : "High", + "numLabelsOption" : "OneLabelPerName", + "lineLabelPosition" : { + "type" : "CIMStandardLineLabelPosition", + "above" : true, + "inLine" : true, + "parallel" : true + }, + "lineLabelPriorities" : { + "type" : "CIMStandardLineLabelPriorities", + "aboveStart" : 3, + "aboveAlong" : 3, + "aboveEnd" : 3, + "centerStart" : 3, + "centerAlong" : 3, + "centerEnd" : 3, + "belowStart" : 3, + "belowAlong" : 3, + "belowEnd" : 3 + }, + "pointPlacementMethod" : "AroundPoint", + "pointPlacementPriorities" : { + "type" : "CIMStandardPointPlacementPriorities", + "aboveLeft" : 2, + "aboveCenter" : 2, + "aboveRight" : 1, + "centerLeft" : 3, + "centerRight" : 2, + "belowLeft" : 3, + "belowCenter" : 3, + "belowRight" : 2 + }, + "rotationType" : "Arithmetic", + "polygonPlacementMethod" : "AlwaysHorizontal" + }, + "textSymbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMTextSymbol", + "blockProgression" : "TTB", + "depth3D" : 1, + "extrapolateBaselines" : true, + "fontEffects" : "Normal", + "fontEncoding" : "Unicode", + "fontFamilyName" : "Tahoma", + "fontStyleName" : "Regular", + "fontType" : "Unspecified", + "haloSize" : 1, + "height" : 10, + "hinting" : "Default", + "horizontalAlignment" : "Left", + "kerning" : true, + "letterWidth" : 100, + "ligatures" : true, + "lineGapType" : "ExtraLeading", + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 0, + 0, + 0, + 100 + ] + } + } + ], + "angleAlignment" : "Map" + }, + "textCase" : "Normal", + "textDirection" : "LTR", + "verticalAlignment" : "Bottom", + "verticalGlyphOrientation" : "Right", + "wordSpacing" : 100, + "billboardMode3D" : "FaceNearPlane" + } + }, + "useCodedValue" : true, + "visibility" : true, + "iD" : -1 + } + ], + "renderer" : { + "type" : "CIMClassBreaksRenderer", + "barrierWeight" : "High", + "classBreakType" : "GraduatedColor", + "colorRamp" : { + "type" : "CIMFixedColorRamp", + "colorSpace" : { + "type" : "CIMICCColorSpace", + "url" : "Default RGB" + }, + "colors" : [ + { + "type" : "CIMRGBColor", + "colorSpace" : { + "type" : "CIMICCColorSpace", + "url" : "Default RGB" + }, + "values" : [ + 230, + 238, + 207, + 100 + ] + }, + { + "type" : "CIMRGBColor", + "colorSpace" : { + "type" : "CIMICCColorSpace", + "url" : "Default RGB" + }, + "values" : [ + 155, + 196, + 193, + 100 + ] + }, + { + "type" : "CIMRGBColor", + "colorSpace" : { + "type" : "CIMICCColorSpace", + "url" : "Default RGB" + }, + "values" : [ + 105, + 168, + 183, + 100 + ] + }, + { + "type" : "CIMRGBColor", + "colorSpace" : { + "type" : "CIMICCColorSpace", + "url" : "Default RGB" + }, + "values" : [ + 75, + 126, + 152, + 100 + ] + }, + { + "type" : "CIMRGBColor", + "colorSpace" : { + "type" : "CIMICCColorSpace", + "url" : "Default RGB" + }, + "values" : [ + 46, + 85, + 122, + 100 + ] + } + ], + "arrangement" : "Default" + }, + "field" : "dam_density", + "heading" : "dam_density", + "polygonSymbolColorTarget" : "Fill", + "drawGraduatedSymbolsAboveAllLayers" : true, + "classificationMethod" : "Manual", + "breaks" : [ + { + "type" : "CIMClassBreak", + "label" : "0 dams/km", + "patch" : "Default", + "symbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 0.17000000000000001, + "height3D" : 1, + "anchor3D" : "Center", + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 35, + 35, + 35, + 100 + ] + } + }, + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 255, + 255, + 243, + 100 + ] + } + } + ], + "angleAlignment" : "Map" + } + } + }, + { + "type" : "CIMClassBreak", + "label" : "0.01 - 1 dams/km", + "patch" : "Default", + "symbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 0.17000000000000001, + "height3D" : 1, + "anchor3D" : "Center", + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 35, + 35, + 35, + 100 + ] + } + }, + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 249, + 249, + 157, + 100 + ] + } + } + ], + "angleAlignment" : "Map" + } + }, + "upperBound" : 1 + }, + { + "type" : "CIMClassBreak", + "label" : "1 - 5 dams/km", + "patch" : "Default", + "symbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 0.17000000000000001, + "height3D" : 1, + "anchor3D" : "Center", + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 35, + 35, + 35, + 100 + ] + } + }, + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 199, + 234, + 179, + 100 + ] + } + } + ], + "angleAlignment" : "Map" + } + }, + "upperBound" : 5 + }, + { + "type" : "CIMClassBreak", + "label" : "5 - 15 dams/km", + "patch" : "Default", + "symbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 0.17000000000000001, + "height3D" : 1, + "anchor3D" : "Center", + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 35, + 35, + 35, + 100 + ] + } + }, + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 66, + 199, + 195, + 100 + ] + } + } + ], + "angleAlignment" : "Map" + } + }, + "upperBound" : 15 + }, + { + "type" : "CIMClassBreak", + "label" : "15 - 30 dams/km", + "patch" : "Default", + "symbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 0.17000000000000001, + "height3D" : 1, + "anchor3D" : "Center", + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 35, + 35, + 35, + 100 + ] + } + }, + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 44, + 127, + 184, + 100 + ] + } + } + ], + "angleAlignment" : "Map" + } + }, + "upperBound" : 30 + }, + { + "type" : "CIMClassBreak", + "label" : "30 - 50 dams/km", + "patch" : "Default", + "symbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 0.17000000000000001, + "height3D" : 1, + "anchor3D" : "Center", + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 35, + 35, + 35, + 100 + ] + } + }, + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 37, + 52, + 148, + 100 + ] + } + } + ], + "angleAlignment" : "Map" + } + }, + "upperBound" : 50 + }, + { + "type" : "CIMClassBreak", + "label" : "> 50 dams/km", + "patch" : "Default", + "symbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 0.17000000000000001, + "height3D" : 1, + "anchor3D" : "Center", + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 35, + 35, + 35, + 100 + ] + } + }, + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 8, + 21, + 80, + 100 + ] + } + } + ], + "angleAlignment" : "Map" + } + }, + "upperBound" : 1000 + } + ], + "showInAscendingOrder" : true, + "defaultSymbolPatch" : "Default", + "defaultSymbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 0.69999999999999996, + "height3D" : 1, + "anchor3D" : "Center", + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 110, + 110, + 110, + 100 + ] + } + }, + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 130, + 130, + 130, + 100 + ] + } + } + ], + "angleAlignment" : "Map" + } + }, + "defaultLabel" : "", + "numberFormat" : { + "type" : "CIMNumericFormat", + "alignmentOption" : "esriAlignLeft", + "alignmentWidth" : 0, + "roundingOption" : "esriRoundNumberOfDecimals", + "roundingValue" : 6, + "zeroPad" : true + }, + "sampleSize" : 10000, + "normalizationType" : "Nothing", + "exclusionLabel" : "", + "exclusionSymbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 0.69999999999999996, + "height3D" : 1, + "anchor3D" : "Center", + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 110, + 110, + 110, + 100 + ] + } + }, + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 255, + 0, + 0, + 100 + ] + } + } + ], + "angleAlignment" : "Map" + } + }, + "useExclusionSymbol" : false, + "exclusionSymbolPatch" : "Default" + }, + "scaleSymbols" : true, + "snappable" : true + } + ], + "rGBColorProfile" : "sRGB IEC61966-2.1", + "cMYKColorProfile" : "U.S. Web Coated (SWOP) v2", + "elevationSurfaceLayerDefinitions" : [ + { + "type" : "CIMElevationSurfaceLayer", + "name" : "Ground", + "uRI" : "CIMPATH=Map/550787aefc53498e9c031d4eb52c1667.json", + "useSourceMetadata" : true, + "description" : "Ground", + "expanded" : true, + "layerType" : "Operational", + "showLegends" : false, + "visibility" : true, + "displayCacheType" : "Permanent", + "maxDisplayCacheAge" : 5, + "showPopups" : true, + "serviceLayerID" : -1, + "refreshRate" : -1, + "refreshRateUnit" : "esriTimeUnitsSeconds", + "blendingMode" : "Alpha", + "allowDrapingOnIntegratedMesh" : true, + "elevationMode" : "BaseGlobeSurface", + "verticalExaggeration" : 1, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 255, + 255, + 255, + 100 + ] + }, + "surfaceTINShadingMode" : "Smooth" + } + ] +} \ No newline at end of file diff --git a/Symbology/esri/Beaver_Activity/dam_density_igo.lyrx b/Symbology/esri/Beaver_Activity/dam_density_igo.lyrx new file mode 100644 index 00000000..91a0375e --- /dev/null +++ b/Symbology/esri/Beaver_Activity/dam_density_igo.lyrx @@ -0,0 +1,1636 @@ +{ + "type" : "CIMLayerDocument", + "version" : "3.3.0", + "build" : 52636, + "layers" : [ + "CIMPATH=map/beaver_dam_density__igo_.json" + ], + "layerDefinitions" : [ + { + "type" : "CIMFeatureLayer", + "name" : "Beaver Dam Density (IGO)", + "uRI" : "CIMPATH=map/beaver_dam_density__igo_.json", + "sourceModifiedTime" : { + "type" : "TimeInstant" + }, + "useSourceMetadata" : true, + "description" : "Beaver Dam Density (IGO)", + "layerElevation" : { + "type" : "CIMLayerElevationSurface", + "elevationSurfaceLayerURI" : "CIMPATH=Map/550787aefc53498e9c031d4eb52c1667.json" + }, + "expanded" : true, + "layerType" : "Operational", + "showLegends" : true, + "visibility" : true, + "displayCacheType" : "Permanent", + "maxDisplayCacheAge" : 5, + "showPopups" : true, + "serviceLayerID" : -1, + "refreshRate" : -1, + "refreshRateUnit" : "esriTimeUnitsSeconds", + "blendingMode" : "Alpha", + "allowDrapingOnIntegratedMesh" : true, + "autoGenerateFeatureTemplates" : true, + "featureElevationExpression" : "0", + "featureTable" : { + "type" : "CIMFeatureTable", + "definitionExpression" : "\"FCode\" in (46006, 55800, 33600)", + "definitionExpressionName" : "Query 1", + "definitionFilterChoices" : [ + { + "type" : "CIMDefinitionFilter", + "name" : "Query 1", + "definitionExpression" : "\"FCode\" in (46006, 55800, 33600)" + } + ], + "displayField" : "level_path", + "editable" : true, + "dataConnection" : { + "type" : "CIMSqlQueryDataConnection", + "workspaceConnectionString" : "AUTHENTICATION_MODE=OSA;DATABASE=.\\Beaver_Activity_10020002\\beaver_activity.gpkg", + "workspaceFactory" : "Sql", + "dataset" : "main.%igos", + "datasetType" : "esriDTFeatureClass", + "sqlQuery" : "select fid,geom,level_path,seg_distance,stream_size,FCode,window_size,centerline_length,window_area,integrated_width,low_lying_floodplain_area,low_lying_floodplain_proportion,low_lying_floodplain_itgr_width,active_channel_area,active_channel_proportion,active_channel_itgr_width,elevated_floodplain_area,elevated_floodplain_proportion,elevated_floodplain_itgr_width,floodplain_area,floodplain_proportion,floodplain_itgr_width,vb_acreage_per_mile,vb_hectares_per_km,low_lying_acreage_per_mile,low_lying_hectares_per_km,elevated_acreage_per_mile,elevated_hectares_per_km,dam_ct,dam_density from main.igos", + "srid" : "4326", + "spatialReference" : { + "wkid" : 4326, + "latestWkid" : 4326, + "xyTolerance" : 8.983152841195215e-09, + "zTolerance" : 0.001, + "mTolerance" : 0.001, + "falseX" : -400, + "falseY" : -400, + "xyUnits" : 999999999.99999988, + "falseZ" : -100000, + "zUnits" : 10000, + "falseM" : -100000, + "mUnits" : 10000 + }, + "oIDFields" : "fid", + "geometryType" : "esriGeometryPoint", + "queryFields" : [ + { + "name" : "fid", + "type" : "esriFieldTypeBigInteger", + "isNullable" : false, + "length" : 8, + "precision" : 0, + "scale" : 0, + "required" : true, + "editable" : false, + "dbmsType" : 11 + }, + { + "name" : "geom", + "type" : "esriFieldTypeGeometry", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "geometryDef" : { + "avgNumPoints" : 0, + "geometryType" : "esriGeometryPoint", + "hasM" : false, + "hasZ" : false, + "spatialReference" : { + "wkid" : 4326, + "latestWkid" : 4326, + "xyTolerance" : 8.983152841195215e-09, + "zTolerance" : 0.001, + "mTolerance" : 0.001, + "falseX" : -400, + "falseY" : -400, + "xyUnits" : 999999999.99999988, + "falseZ" : -100000, + "zUnits" : 10000, + "falseM" : -100000, + "mUnits" : 10000 + } + }, + "dbmsType" : 8 + }, + { + "name" : "level_path", + "type" : "esriFieldTypeString", + "isNullable" : true, + "length" : 2147483647, + "precision" : 0, + "scale" : 0, + "dbmsType" : 13 + }, + { + "name" : "seg_distance", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "stream_size", + "type" : "esriFieldTypeInteger", + "isNullable" : true, + "length" : 4, + "precision" : 0, + "scale" : 0, + "dbmsType" : 2 + }, + { + "name" : "FCode", + "type" : "esriFieldTypeInteger", + "isNullable" : true, + "length" : 4, + "precision" : 0, + "scale" : 0, + "dbmsType" : 2 + }, + { + "name" : "window_size", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "centerline_length", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "window_area", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "integrated_width", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "low_lying_floodplain_area", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "low_lying_floodplain_proportion", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "low_lying_floodplain_itgr_width", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "active_channel_area", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "active_channel_proportion", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "active_channel_itgr_width", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "elevated_floodplain_area", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "elevated_floodplain_proportion", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "elevated_floodplain_itgr_width", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "floodplain_area", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "floodplain_proportion", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "floodplain_itgr_width", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "vb_acreage_per_mile", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "vb_hectares_per_km", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "low_lying_acreage_per_mile", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "low_lying_hectares_per_km", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "elevated_acreage_per_mile", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "elevated_hectares_per_km", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + }, + { + "name" : "dam_ct", + "type" : "esriFieldTypeInteger", + "isNullable" : true, + "length" : 4, + "precision" : 0, + "scale" : 0, + "dbmsType" : 2 + }, + { + "name" : "dam_density", + "type" : "esriFieldTypeDouble", + "isNullable" : true, + "length" : 8, + "precision" : 0, + "scale" : 0, + "dbmsType" : 4 + } + ], + "spatialStorageType" : 11, + "isTableBased" : true, + "mappedOIDFieldLength" : "OID64Bit" + }, + "studyAreaSpatialRel" : "esriSpatialRelUndefined", + "searchOrder" : "esriSearchOrderSpatial" + }, + "htmlPopupEnabled" : true, + "selectable" : true, + "featureCacheType" : "Session", + "displayFiltersType" : "ByScale", + "featureBlendingMode" : "Alpha", + "layerEffectsMode" : "Layer", + "labelClasses" : [ + { + "type" : "CIMLabelClass", + "expressionTitle" : "Custom", + "expression" : "$feature.level_path", + "expressionEngine" : "Arcade", + "featuresToLabel" : "AllVisibleFeatures", + "maplexLabelPlacementProperties" : { + "type" : "CIMMaplexLabelPlacementProperties", + "featureType" : "Point", + "avoidPolygonHoles" : true, + "canOverrunFeature" : true, + "canPlaceLabelOutsidePolygon" : true, + "canRemoveOverlappingLabel" : true, + "canStackLabel" : true, + "centerLabelAnchorType" : "Symbol", + "connectionType" : "Unambiguous", + "constrainOffset" : "NoConstraint", + "contourAlignmentType" : "Page", + "contourLadderType" : "Straight", + "contourMaximumAngle" : 90, + "enableConnection" : true, + "enablePointPlacementPriorities" : true, + "featureWeight" : 0, + "fontHeightReductionLimit" : 4, + "fontHeightReductionStep" : 0.5, + "fontWidthReductionLimit" : 90, + "fontWidthReductionStep" : 5, + "graticuleAlignmentType" : "Straight", + "keyNumberGroupName" : "Default", + "labelBuffer" : 15, + "labelLargestPolygon" : true, + "labelPriority" : -1, + "labelStackingProperties" : { + "type" : "CIMMaplexLabelStackingProperties", + "stackAlignment" : "ChooseBest", + "maximumNumberOfLines" : 3, + "minimumNumberOfCharsPerLine" : 3, + "maximumNumberOfCharsPerLine" : 24, + "separators" : [ + { + "type" : "CIMMaplexStackingSeparator", + "separator" : " ", + "splitAfter" : true + }, + { + "type" : "CIMMaplexStackingSeparator", + "separator" : ",", + "visible" : true, + "splitAfter" : true + } + ], + "trimStackingSeparators" : true + }, + "lineFeatureType" : "General", + "linePlacementMethod" : "OffsetCurvedFromLine", + "maximumLabelOverrun" : 36, + "maximumLabelOverrunUnit" : "Point", + "minimumFeatureSizeUnit" : "Map", + "multiPartOption" : "OneLabelPerPart", + "offsetAlongLineProperties" : { + "type" : "CIMMaplexOffsetAlongLineProperties", + "placementMethod" : "BestPositionAlongLine", + "labelAnchorPoint" : "CenterOfLabel", + "distanceUnit" : "Percentage", + "useLineDirection" : true + }, + "pointExternalZonePriorities" : { + "type" : "CIMMaplexExternalZonePriorities", + "aboveLeft" : 4, + "aboveCenter" : 2, + "aboveRight" : 1, + "centerRight" : 3, + "belowRight" : 5, + "belowCenter" : 7, + "belowLeft" : 8, + "centerLeft" : 6 + }, + "pointPlacementMethod" : "AroundPoint", + "polygonAnchorPointType" : "GeometricCenter", + "polygonBoundaryWeight" : 0, + "polygonExternalZones" : { + "type" : "CIMMaplexExternalZonePriorities", + "aboveLeft" : 4, + "aboveCenter" : 2, + "aboveRight" : 1, + "centerRight" : 3, + "belowRight" : 5, + "belowCenter" : 7, + "belowLeft" : 8, + "centerLeft" : 6 + }, + "polygonFeatureType" : "General", + "polygonInternalZones" : { + "type" : "CIMMaplexInternalZonePriorities", + "center" : 1 + }, + "polygonPlacementMethod" : "CurvedInPolygon", + "primaryOffset" : 1, + "primaryOffsetUnit" : "Point", + "removeAmbiguousLabels" : "All", + "removeExtraWhiteSpace" : true, + "repetitionIntervalUnit" : "Point", + "rotationProperties" : { + "type" : "CIMMaplexRotationProperties", + "rotationType" : "Arithmetic", + "alignmentType" : "Straight" + }, + "secondaryOffset" : 100, + "secondaryOffsetUnit" : "Percentage", + "strategyPriorities" : { + "type" : "CIMMaplexStrategyPriorities", + "stacking" : 1, + "overrun" : 2, + "fontCompression" : 3, + "fontReduction" : 4, + "abbreviation" : 5 + }, + "thinningDistanceUnit" : "Point", + "truncationMarkerCharacter" : ".", + "truncationMinimumLength" : 1, + "truncationPreferredCharacters" : "aeiou", + "truncationExcludedCharacters" : "0123456789", + "polygonAnchorPointPerimeterInsetUnit" : "Point" + }, + "name" : "Class 1", + "priority" : -1, + "standardLabelPlacementProperties" : { + "type" : "CIMStandardLabelPlacementProperties", + "featureType" : "Line", + "featureWeight" : "None", + "labelWeight" : "High", + "numLabelsOption" : "OneLabelPerName", + "lineLabelPosition" : { + "type" : "CIMStandardLineLabelPosition", + "above" : true, + "inLine" : true, + "parallel" : true + }, + "lineLabelPriorities" : { + "type" : "CIMStandardLineLabelPriorities", + "aboveStart" : 3, + "aboveAlong" : 3, + "aboveEnd" : 3, + "centerStart" : 3, + "centerAlong" : 3, + "centerEnd" : 3, + "belowStart" : 3, + "belowAlong" : 3, + "belowEnd" : 3 + }, + "pointPlacementMethod" : "AroundPoint", + "pointPlacementPriorities" : { + "type" : "CIMStandardPointPlacementPriorities", + "aboveLeft" : 2, + "aboveCenter" : 2, + "aboveRight" : 1, + "centerLeft" : 3, + "centerRight" : 2, + "belowLeft" : 3, + "belowCenter" : 3, + "belowRight" : 2 + }, + "rotationType" : "Arithmetic", + "polygonPlacementMethod" : "AlwaysHorizontal" + }, + "textSymbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMTextSymbol", + "blockProgression" : "TTB", + "depth3D" : 1, + "extrapolateBaselines" : true, + "fontEffects" : "Normal", + "fontEncoding" : "Unicode", + "fontFamilyName" : "Tahoma", + "fontStyleName" : "Regular", + "fontType" : "Unspecified", + "haloSize" : 1, + "height" : 10, + "hinting" : "Default", + "horizontalAlignment" : "Left", + "kerning" : true, + "letterWidth" : 100, + "ligatures" : true, + "lineGapType" : "ExtraLeading", + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 0, + 0, + 0, + 100 + ] + } + } + ], + "angleAlignment" : "Map" + }, + "textCase" : "Normal", + "textDirection" : "LTR", + "verticalAlignment" : "Bottom", + "verticalGlyphOrientation" : "Right", + "wordSpacing" : 100, + "billboardMode3D" : "FaceNearPlane" + } + }, + "useCodedValue" : true, + "visibility" : true, + "iD" : -1 + } + ], + "renderer" : { + "type" : "CIMClassBreaksRenderer", + "barrierWeight" : "High", + "classBreakType" : "GraduatedColor", + "colorRamp" : { + "type" : "CIMFixedColorRamp", + "colorSpace" : { + "type" : "CIMICCColorSpace", + "url" : "Default RGB" + }, + "colors" : [ + { + "type" : "CIMRGBColor", + "colorSpace" : { + "type" : "CIMICCColorSpace", + "url" : "Default RGB" + }, + "values" : [ + 230, + 238, + 207, + 100 + ] + }, + { + "type" : "CIMRGBColor", + "colorSpace" : { + "type" : "CIMICCColorSpace", + "url" : "Default RGB" + }, + "values" : [ + 155, + 196, + 193, + 100 + ] + }, + { + "type" : "CIMRGBColor", + "colorSpace" : { + "type" : "CIMICCColorSpace", + "url" : "Default RGB" + }, + "values" : [ + 105, + 168, + 183, + 100 + ] + }, + { + "type" : "CIMRGBColor", + "colorSpace" : { + "type" : "CIMICCColorSpace", + "url" : "Default RGB" + }, + "values" : [ + 75, + 126, + 152, + 100 + ] + }, + { + "type" : "CIMRGBColor", + "colorSpace" : { + "type" : "CIMICCColorSpace", + "url" : "Default RGB" + }, + "values" : [ + 46, + 85, + 122, + 100 + ] + } + ], + "arrangement" : "Default" + }, + "field" : "dam_density", + "heading" : "dam_density", + "polygonSymbolColorTarget" : "Fill", + "drawGraduatedSymbolsAboveAllLayers" : true, + "classificationMethod" : "Manual", + "breaks" : [ + { + "type" : "CIMClassBreak", + "label" : "0 dams/km", + "patch" : "Default", + "symbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMPointSymbol", + "symbolLayers" : [ + { + "type" : "CIMVectorMarker", + "enable" : true, + "anchorPointUnits" : "Relative", + "dominantSizeAxis3D" : "Z", + "size" : 3, + "billboardMode3D" : "FaceNearPlane", + "frame" : { + "xmin" : -2, + "ymin" : -2, + "xmax" : 2, + "ymax" : 2 + }, + "markerGraphics" : [ + { + "type" : "CIMMarkerGraphic", + "geometry" : { + "curveRings" : [ + [ + [ + 1.2246467991473532e-16, + 2 + ], + { + "a" : [ + [ + 1.2246467991473532e-16, + 2 + ], + [ + 2.0069607399103551e-15, + 0 + ], + 0, + 1 + ] + } + ] + ] + }, + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 0, + "height3D" : 1, + "anchor3D" : "Center", + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 0, + 0, + 0, + 100 + ] + } + }, + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 255, + 255, + 243, + 100 + ] + } + } + ], + "angleAlignment" : "Map" + } + } + ], + "scaleSymbolsProportionally" : true, + "respectFrame" : true + } + ], + "haloSize" : 1, + "scaleX" : 1, + "angleAlignment" : "Display" + } + } + }, + { + "type" : "CIMClassBreak", + "label" : "0.01 - 1 dams/km", + "patch" : "Default", + "symbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMPointSymbol", + "symbolLayers" : [ + { + "type" : "CIMVectorMarker", + "enable" : true, + "anchorPointUnits" : "Relative", + "dominantSizeAxis3D" : "Z", + "size" : 3, + "billboardMode3D" : "FaceNearPlane", + "frame" : { + "xmin" : -2, + "ymin" : -2, + "xmax" : 2, + "ymax" : 2 + }, + "markerGraphics" : [ + { + "type" : "CIMMarkerGraphic", + "geometry" : { + "curveRings" : [ + [ + [ + 1.2246467991473532e-16, + 2 + ], + { + "a" : [ + [ + 1.2246467991473532e-16, + 2 + ], + [ + 2.0069607399103551e-15, + 0 + ], + 0, + 1 + ] + } + ] + ] + }, + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 0, + "height3D" : 1, + "anchor3D" : "Center", + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 0, + 0, + 0, + 100 + ] + } + }, + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 249, + 249, + 157, + 100 + ] + } + } + ], + "angleAlignment" : "Map" + } + } + ], + "scaleSymbolsProportionally" : true, + "respectFrame" : true + } + ], + "haloSize" : 1, + "scaleX" : 1, + "angleAlignment" : "Display" + } + }, + "upperBound" : 1 + }, + { + "type" : "CIMClassBreak", + "label" : "1 - 5 dams/km", + "patch" : "Default", + "symbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMPointSymbol", + "symbolLayers" : [ + { + "type" : "CIMVectorMarker", + "enable" : true, + "anchorPointUnits" : "Relative", + "dominantSizeAxis3D" : "Z", + "size" : 3, + "billboardMode3D" : "FaceNearPlane", + "frame" : { + "xmin" : -2, + "ymin" : -2, + "xmax" : 2, + "ymax" : 2 + }, + "markerGraphics" : [ + { + "type" : "CIMMarkerGraphic", + "geometry" : { + "curveRings" : [ + [ + [ + 1.2246467991473532e-16, + 2 + ], + { + "a" : [ + [ + 1.2246467991473532e-16, + 2 + ], + [ + 2.0069607399103551e-15, + 0 + ], + 0, + 1 + ] + } + ] + ] + }, + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 0, + "height3D" : 1, + "anchor3D" : "Center", + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 0, + 0, + 0, + 100 + ] + } + }, + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 199, + 234, + 179, + 100 + ] + } + } + ], + "angleAlignment" : "Map" + } + } + ], + "scaleSymbolsProportionally" : true, + "respectFrame" : true + } + ], + "haloSize" : 1, + "scaleX" : 1, + "angleAlignment" : "Display" + } + }, + "upperBound" : 5 + }, + { + "type" : "CIMClassBreak", + "label" : "5 - 15 dams/km", + "patch" : "Default", + "symbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMPointSymbol", + "symbolLayers" : [ + { + "type" : "CIMVectorMarker", + "enable" : true, + "anchorPointUnits" : "Relative", + "dominantSizeAxis3D" : "Z", + "size" : 3, + "billboardMode3D" : "FaceNearPlane", + "frame" : { + "xmin" : -2, + "ymin" : -2, + "xmax" : 2, + "ymax" : 2 + }, + "markerGraphics" : [ + { + "type" : "CIMMarkerGraphic", + "geometry" : { + "curveRings" : [ + [ + [ + 1.2246467991473532e-16, + 2 + ], + { + "a" : [ + [ + 1.2246467991473532e-16, + 2 + ], + [ + 2.0069607399103551e-15, + 0 + ], + 0, + 1 + ] + } + ] + ] + }, + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 0, + "height3D" : 1, + "anchor3D" : "Center", + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 0, + 0, + 0, + 100 + ] + } + }, + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 66, + 199, + 195, + 100 + ] + } + } + ], + "angleAlignment" : "Map" + } + } + ], + "scaleSymbolsProportionally" : true, + "respectFrame" : true + } + ], + "haloSize" : 1, + "scaleX" : 1, + "angleAlignment" : "Display" + } + }, + "upperBound" : 15 + }, + { + "type" : "CIMClassBreak", + "label" : "15 - 3- dams/km", + "patch" : "Default", + "symbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMPointSymbol", + "symbolLayers" : [ + { + "type" : "CIMVectorMarker", + "enable" : true, + "anchorPointUnits" : "Relative", + "dominantSizeAxis3D" : "Z", + "size" : 3, + "billboardMode3D" : "FaceNearPlane", + "frame" : { + "xmin" : -2, + "ymin" : -2, + "xmax" : 2, + "ymax" : 2 + }, + "markerGraphics" : [ + { + "type" : "CIMMarkerGraphic", + "geometry" : { + "curveRings" : [ + [ + [ + 1.2246467991473532e-16, + 2 + ], + { + "a" : [ + [ + 1.2246467991473532e-16, + 2 + ], + [ + 2.0069607399103551e-15, + 0 + ], + 0, + 1 + ] + } + ] + ] + }, + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 0, + "height3D" : 1, + "anchor3D" : "Center", + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 0, + 0, + 0, + 100 + ] + } + }, + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 44, + 127, + 184, + 100 + ] + } + } + ], + "angleAlignment" : "Map" + } + } + ], + "scaleSymbolsProportionally" : true, + "respectFrame" : true + } + ], + "haloSize" : 1, + "scaleX" : 1, + "angleAlignment" : "Display" + } + }, + "upperBound" : 30 + }, + { + "type" : "CIMClassBreak", + "label" : "30 - 50 dams/km", + "patch" : "Default", + "symbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMPointSymbol", + "symbolLayers" : [ + { + "type" : "CIMVectorMarker", + "enable" : true, + "anchorPointUnits" : "Relative", + "dominantSizeAxis3D" : "Z", + "size" : 3, + "billboardMode3D" : "FaceNearPlane", + "frame" : { + "xmin" : -2, + "ymin" : -2, + "xmax" : 2, + "ymax" : 2 + }, + "markerGraphics" : [ + { + "type" : "CIMMarkerGraphic", + "geometry" : { + "curveRings" : [ + [ + [ + 1.2246467991473532e-16, + 2 + ], + { + "a" : [ + [ + 1.2246467991473532e-16, + 2 + ], + [ + 2.0069607399103551e-15, + 0 + ], + 0, + 1 + ] + } + ] + ] + }, + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 0, + "height3D" : 1, + "anchor3D" : "Center", + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 0, + 0, + 0, + 100 + ] + } + }, + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 37, + 52, + 148, + 100 + ] + } + } + ], + "angleAlignment" : "Map" + } + } + ], + "scaleSymbolsProportionally" : true, + "respectFrame" : true + } + ], + "haloSize" : 1, + "scaleX" : 1, + "angleAlignment" : "Display" + } + }, + "upperBound" : 50 + }, + { + "type" : "CIMClassBreak", + "label" : "> 50 dams/km", + "patch" : "Default", + "symbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMPointSymbol", + "symbolLayers" : [ + { + "type" : "CIMVectorMarker", + "enable" : true, + "anchorPointUnits" : "Relative", + "dominantSizeAxis3D" : "Z", + "size" : 3, + "billboardMode3D" : "FaceNearPlane", + "frame" : { + "xmin" : -2, + "ymin" : -2, + "xmax" : 2, + "ymax" : 2 + }, + "markerGraphics" : [ + { + "type" : "CIMMarkerGraphic", + "geometry" : { + "curveRings" : [ + [ + [ + 1.2246467991473532e-16, + 2 + ], + { + "a" : [ + [ + 1.2246467991473532e-16, + 2 + ], + [ + 2.0069607399103551e-15, + 0 + ], + 0, + 1 + ] + } + ] + ] + }, + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 0, + "height3D" : 1, + "anchor3D" : "Center", + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 0, + 0, + 0, + 100 + ] + } + }, + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 8, + 21, + 80, + 100 + ] + } + } + ], + "angleAlignment" : "Map" + } + } + ], + "scaleSymbolsProportionally" : true, + "respectFrame" : true + } + ], + "haloSize" : 1, + "scaleX" : 1, + "angleAlignment" : "Display" + } + }, + "upperBound" : 10000 + } + ], + "showInAscendingOrder" : true, + "defaultSymbolPatch" : "Default", + "defaultSymbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMPointSymbol", + "symbolLayers" : [ + { + "type" : "CIMVectorMarker", + "enable" : true, + "anchorPointUnits" : "Relative", + "dominantSizeAxis3D" : "Z", + "size" : 4, + "billboardMode3D" : "FaceNearPlane", + "frame" : { + "xmin" : -2, + "ymin" : -2, + "xmax" : 2, + "ymax" : 2 + }, + "markerGraphics" : [ + { + "type" : "CIMMarkerGraphic", + "geometry" : { + "curveRings" : [ + [ + [ + 1.2246467991473532e-16, + 2 + ], + { + "a" : [ + [ + 1.2246467991473532e-16, + 2 + ], + [ + 1.9066825246747944e-15, + 0 + ], + 0, + 1 + ] + } + ] + ] + }, + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 0.69999999999999996, + "height3D" : 1, + "anchor3D" : "Center", + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 0, + 0, + 0, + 100 + ] + } + }, + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 130, + 130, + 130, + 100 + ] + } + } + ], + "angleAlignment" : "Map" + } + } + ], + "scaleSymbolsProportionally" : true, + "respectFrame" : true + } + ], + "haloSize" : 1, + "scaleX" : 1, + "angleAlignment" : "Display" + } + }, + "defaultLabel" : "", + "numberFormat" : { + "type" : "CIMNumericFormat", + "alignmentOption" : "esriAlignLeft", + "alignmentWidth" : 0, + "roundingOption" : "esriRoundNumberOfDecimals", + "roundingValue" : 6, + "zeroPad" : true + }, + "sampleSize" : 10000, + "normalizationType" : "Nothing", + "exclusionLabel" : "", + "exclusionSymbol" : { + "type" : "CIMSymbolReference", + "symbol" : { + "type" : "CIMPointSymbol", + "symbolLayers" : [ + { + "type" : "CIMVectorMarker", + "enable" : true, + "anchorPointUnits" : "Relative", + "dominantSizeAxis3D" : "Z", + "size" : 4, + "billboardMode3D" : "FaceNearPlane", + "frame" : { + "xmin" : -2, + "ymin" : -2, + "xmax" : 2, + "ymax" : 2 + }, + "markerGraphics" : [ + { + "type" : "CIMMarkerGraphic", + "geometry" : { + "curveRings" : [ + [ + [ + 1.2246467991473532e-16, + 2 + ], + { + "a" : [ + [ + 1.2246467991473532e-16, + 2 + ], + [ + 1.9066825246747944e-15, + 0 + ], + 0, + 1 + ] + } + ] + ] + }, + "symbol" : { + "type" : "CIMPolygonSymbol", + "symbolLayers" : [ + { + "type" : "CIMSolidStroke", + "enable" : true, + "capStyle" : "Round", + "joinStyle" : "Round", + "lineStyle3D" : "Strip", + "miterLimit" : 10, + "width" : 0.69999999999999996, + "height3D" : 1, + "anchor3D" : "Center", + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 0, + 0, + 0, + 100 + ] + } + }, + { + "type" : "CIMSolidFill", + "enable" : true, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 255, + 0, + 0, + 100 + ] + } + } + ], + "angleAlignment" : "Map" + } + } + ], + "scaleSymbolsProportionally" : true, + "respectFrame" : true + } + ], + "haloSize" : 1, + "scaleX" : 1, + "angleAlignment" : "Display" + } + }, + "useExclusionSymbol" : false, + "exclusionSymbolPatch" : "Default" + }, + "scaleSymbols" : true, + "snappable" : true + } + ], + "rGBColorProfile" : "sRGB IEC61966-2.1", + "cMYKColorProfile" : "U.S. Web Coated (SWOP) v2", + "elevationSurfaceLayerDefinitions" : [ + { + "type" : "CIMElevationSurfaceLayer", + "name" : "Ground", + "uRI" : "CIMPATH=Map/550787aefc53498e9c031d4eb52c1667.json", + "useSourceMetadata" : true, + "description" : "Ground", + "expanded" : true, + "layerType" : "Operational", + "showLegends" : false, + "visibility" : true, + "displayCacheType" : "Permanent", + "maxDisplayCacheAge" : 5, + "showPopups" : true, + "serviceLayerID" : -1, + "refreshRate" : -1, + "refreshRateUnit" : "esriTimeUnitsSeconds", + "blendingMode" : "Alpha", + "allowDrapingOnIntegratedMesh" : true, + "elevationMode" : "BaseGlobeSurface", + "verticalExaggeration" : 1, + "color" : { + "type" : "CIMRGBColor", + "values" : [ + 255, + 255, + 255, + 100 + ] + }, + "surfaceTINShadingMode" : "Smooth" + } + ] +} \ No newline at end of file diff --git a/Symbology/qgis/Beaver_Activity/beaver_dams.qml b/Symbology/qgis/Beaver_Activity/beaver_dams.qml new file mode 100644 index 00000000..ff9a4ab8 --- /dev/null +++ b/Symbology/qgis/Beaver_Activity/beaver_dams.qml @@ -0,0 +1,440 @@ + + + + 1 + 1 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + 0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + + + 0 + generatedlayout + + + + + + + + + + + + + + + + + + + + + "dam_cer" + + 0 + diff --git a/Symbology/qgis/Beaver_Activity/dam_density_dgo.qml b/Symbology/qgis/Beaver_Activity/dam_density_dgo.qml new file mode 100644 index 00000000..5b2f2337 --- /dev/null +++ b/Symbology/qgis/Beaver_Activity/dam_density_dgo.qml @@ -0,0 +1,888 @@ + + + + 1 + 1 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + 0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + + + 0 + generatedlayout + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + "level_path" + + 2 + diff --git a/Symbology/qgis/Beaver_Activity/dam_density_igo.qml b/Symbology/qgis/Beaver_Activity/dam_density_igo.qml new file mode 100644 index 00000000..88bc52b3 --- /dev/null +++ b/Symbology/qgis/Beaver_Activity/dam_density_igo.qml @@ -0,0 +1,1143 @@ + + + + 1 + 1 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + 0 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + + + 0 + generatedlayout + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + "level_path" + + 0 + diff --git a/Symbology/web/Beaver_Activity/beaver_dams.json b/Symbology/web/Beaver_Activity/beaver_dams.json new file mode 100644 index 00000000..8716c51d --- /dev/null +++ b/Symbology/web/Beaver_Activity/beaver_dams.json @@ -0,0 +1,20 @@ +{ + "$schema": "https://xml.riverscapes.xyz/Symbology/web/vector.schema.json", + "legend": [ + ["rgb(242, 204, 78)", "Beaver Dam"] + ], + "layerStyles": [ + { + "id": "dam-points-reproj-d7fdsb", + "type": "symbol", + "source": "composite", + "source-layer": "dam_points_reproj-d7fdsb", + "layout": { + "icon-size": 0.02, + "icon-image": "star-svgrepo-com", + "icon-allow-overlap": true + }, + "paint": {} + } +] +} \ No newline at end of file diff --git a/Symbology/web/Beaver_Activity/dam_density_dgo.json b/Symbology/web/Beaver_Activity/dam_density_dgo.json new file mode 100644 index 00000000..c85bbcc7 --- /dev/null +++ b/Symbology/web/Beaver_Activity/dam_density_dgo.json @@ -0,0 +1,53 @@ +{ + "$schema": "https://xml.riverscapes.xyz/Symbology/web/vector.schema.json", + "legend": [ + ["rgb(255, 255, 243)", "0 dams/km"], + ["rgb(249, 249, 157)", "0.01 - 1 dams/km"], + ["rgb(199, 234, 179)", "1 - 5 dams/km"], + ["rgb(66, 199, 195)", "5 - 15 dams/km"], + ["rgb(44, 127, 184)", "15 - 30 dams/km"], + ["rgb(37, 52, 148))", "30 - 50 dams/km"], + ["rgb(8, 21, 80)", "> 50 dams/km"] + ], + "layerStyles": [ + { + "id": "beaver-dgo-7qly80", + "type": "fill", + "source": "composite", + "source-layer": "beaver_dgo-7qly80", + "layout": {}, + "paint": { + "fill-color": [ + "interpolate", + ["linear"], + ["get", "dam_density"], + 0, + "rgb(255, 255, 243)", + 0.009, + "rgb(255, 255, 243)", + 0.01, + "rgb(249, 249, 157)", + 1, + "rgb(249, 249, 157)", + 1.0001, + "rgb(199, 234, 179)", + 5, + "rgb(199, 234, 179)", + 5.0001, + "rgb(66, 199, 195)", + 15, + "rgb(66, 199, 195)", + 15.0001, + "rgb(44, 127, 184)", + 30, + "rgb(44, 127, 184)", + 30.0001, + "rgb(37, 52, 148)", + 50, + "rgb(37, 52, 148)", + 50.0001, + "rgb(8, 21, 80)", + 1000, + "rgb(8, 21, 80)" + ] +} \ No newline at end of file diff --git a/Symbology/web/Beaver_Activity/dam_density_igo.json b/Symbology/web/Beaver_Activity/dam_density_igo.json new file mode 100644 index 00000000..1634440a --- /dev/null +++ b/Symbology/web/Beaver_Activity/dam_density_igo.json @@ -0,0 +1,57 @@ +{ + "$schema": "https://xml.riverscapes.xyz/Symbology/web/vector.schema.json", + "legend": [ + ["rgb(255, 255, 243)", "0 dams/km"], + ["rgb(249, 249, 157)", "0.01 - 1 dams/km"], + ["rgb(199, 234, 179)", "1 - 5 dams/km"], + ["rgb(66, 199, 195)", "5 - 15 dams/km"], + ["rgb(44, 127, 184)", "15 - 30 dams/km"], + ["rgb(37, 52, 148))", "30 - 50 dams/km"], + ["rgb(8, 21, 80)", "> 50 dams/km"] + ], + "layerStyles": [ + { + "id": "beaver-igo-2746xw", + "type": "circle", + "source": "composite", + "source-layer": "beaver_igo-2746xw", + "layout": {}, + "paint": { + "circle-color": [ + "interpolate", + ["linear"], + ["get", "dam_density"], + 0, + "rgb(255, 255, 243)", + 0.009, + "rgb(255, 255, 243)", + 0.01, + "rgb(249, 249, 157)", + 1, + "rgb(249, 249, 157)", + 1.0001, + "rgb(199, 234, 179)", + 5, + "rgb(199, 234, 179)", + 5.0001, + "rgb(66, 199, 195)", + 15, + "rgb(66, 199, 195)", + 15.0001, + "rgb(44, 127, 184)", + 30, + "rgb(44, 127, 184)", + 30.0001, + "rgb(37, 52, 148)", + 50, + "rgb(37, 52, 148)", + 50.0001, + "rgb(8, 21, 80)", + 1000, + "rgb(8, 21, 80)" + ], + "circle-radius": 4 + } + } +] +} \ No newline at end of file