{ "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 15, "name": "Roads", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102743, "latestWkid": 3566, "vcsWkid": 105703, "latestVcsWkid": 6360, "xyTolerance": 0.003280833333333333, "zTolerance": 0.003280833333333333, "mTolerance": 0.001, "falseX": -119796900, "falseY": -89212200, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "sourceHeightModelInfo": { "heightModel": "gravity_related_height", "vertCRS": "NAVD_1988_Foot_US", "heightUnit": "us-foot" }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "valueExpression": "/* Here's a summary of what the expression does:\n\nIt defines arrays (art, col, lcl) containing different types of roads.\nIt uses the Any function to check if the FunctionalClass attribute (fnc) matches any element in each array.\nBased on the result of these comparisons (true or false), it assigns the corresponding road type.\nIf none of the conditions match, \"All other values\" is assigned.\n */\n\n/* var minScale = $feature.MinScale // Set for use of scale ranges\nvar maxScale = $feature.MaxScale // Set for use of scale ranges\nvar scale = $view.scale // Set for use of viewing scale */\n \nvar hwy = $feature.HighwayType; // Highway Type attributes\nvar fnc = $feature.FunctionalClass; // Functional Class attributes\n\nvar art = [\"Major Arterial\", \"Minor Arterial\"]; // Arterial roads\nvar col = [\"Collector\", \"Major Collector\", \"Minor Collector\", \"Residential Collector\", \"Commercial Collector\"]; // Collector roads\nvar lcl = [\"Local\", \"Commercial Local\", \"Residential Local\"]; // Local roads\n\n//var interstate = 'Interstate' && rangeMin >= 0 && rangeMax <= 10000 && scale >= 0 && scale <= 10000\n\n// Expressions to determine if the feature value is in the particular roads type list\nvar exp1 = IndexOf(art, fnc) > -1;\nvar exp2 = IndexOf(col, fnc) > -1;\nvar exp3 = IndexOf(lcl, fnc) > -1;\n\n// Symbology expression\nvar display = when(hwy == 'Interstate', \"Interstate\",\n hwy == 'US', \"US\",\n hwy == 'State', \"State\",\n exp1, 'Arterial',\n exp2, 'Collector',\n exp3, 'Local',\n 'All other values');\n\nreturn display;\n", "valueExpressionTitle": "Custom", "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 179, 89, 51, 255 ], "width": 3 }, "value": "Interstate", "label": "Interstate" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 167, 127, 255 ], "width": 2 }, "value": "US", "label": "US" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 215, 194, 158, 255 ], "width": 2 }, "value": "State", "label": "State" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 211, 127, 255 ], "width": 1.5 }, "value": "Arterial", "label": "Arterial" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 185, 183, 185, 255 ], "width": 1.5 }, "value": "Collector", "label": "Collector" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 156, 156, 156, 255 ], "width": 0.5 }, "value": "Local", "label": "Local; All other values" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 156, 156, 156, 255 ], "width": 0.5 }, "value": "All other values", "label": "Local; All other values" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 230, 215, 255 ], "toColor": [ 252, 230, 215, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 182, 184, 252, 255 ], "toColor": [ 182, 184, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 252, 179, 255 ], "toColor": [ 179, 252, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 184, 232, 252, 255 ], "toColor": [ 184, 232, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 179, 212, 255 ], "toColor": [ 252, 179, 212, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 251, 252, 182, 255 ], "toColor": [ 251, 252, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 210, 252, 222, 255 ], "toColor": [ 210, 252, 222, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 240, 179, 252, 255 ], "toColor": [ 240, 179, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 234, 215, 252, 255 ], "toColor": [ 234, 215, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 204, 213, 255 ], "toColor": [ 252, 204, 213, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 189, 252, 247, 255 ], "toColor": [ 189, 252, 247, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 250, 212, 255 ], "toColor": [ 252, 250, 212, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 216, 179, 255 ], "toColor": [ 252, 216, 179, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 1538096.9076047987, "ymin": 7131139.772908807, "xmax": 1719500.9493235499, "ymax": 7264242.361033812, "spatialReference": { "wkid": 102743, "latestWkid": 3566, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119796900, "falseY": -89212200, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "StreetName", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "StreetName", "type": "esriFieldTypeString", "alias": "Street Name", "length": 50, "domain": null }, { "name": "StreetType", "type": "esriFieldTypeString", "alias": "Street Type", "length": 10, "domain": { "type": "codedValue", "name": "WS4_RoadsType", "description": "Indicates what type of Road it is (Ex St, Dr, Ln)", "codedValues": [ { "name": "Ave", "code": "Ave" }, { "name": "Blvd", "code": "Blvd" }, { "name": "Cir", "code": "Cir" }, { "name": "Ct", "code": "Ct" }, { "name": "Cv", "code": "Cv" }, { "name": "Dr", "code": "Dr" }, { "name": "Fwy", "code": "Fwy" }, { "name": "Holw", "code": "Holw" }, { "name": "Hts", "code": "Hts" }, { "name": "Hwy", "code": "Hwy" }, { "name": "Ln", "code": "Ln" }, { "name": "Pkwy", "code": "Pkwy" }, { "name": "Pl", "code": "Pl" }, { "name": "Rd", "code": "Rd" }, { "name": "ROW", "code": "ROW" }, { "name": "St", "code": "St" }, { "name": "Trl", "code": "Trl" }, { "name": "Way", "code": "Way" }, { "name": "Xing", "code": "Xing" }, { "name": "Lp", "code": "Lp" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "SuffixDirection", "type": "esriFieldTypeString", "alias": "Suffix Direction", "length": 10, "domain": { "type": "codedValue", "name": "WS4_RoadsDirectionPreSuff", "description": "Contains the Prefix and Suffix Directions for Roads", "codedValues": [ { "name": "N", "code": "N" }, { "name": "S", "code": "S" }, { "name": "E", "code": "E" }, { "name": "W", "code": "W" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "PrefixDirection", "type": "esriFieldTypeString", "alias": "Prefix Direction", "length": 10, "domain": { "type": "codedValue", "name": "WS4_RoadsDirectionPreSuff", "description": "Contains the Prefix and Suffix Directions for Roads", "codedValues": [ { "name": "N", "code": "N" }, { "name": "S", "code": "S" }, { "name": "E", "code": "E" }, { "name": "W", "code": "W" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "MaintainedBy", "type": "esriFieldTypeString", "alias": "Maintained By", "length": 20, "domain": { "type": "codedValue", "name": "WS4_RoadsMaintainedBy", "description": "Who is the Road Maintained By", "codedValues": [ { "name": "Spanish Fork", "code": "Spanish Fork" }, { "name": "County", "code": "County" }, { "name": "Elk Ridge", "code": "Elk Ridge" }, { "name": "Genola", "code": "Genola" }, { "name": "Mapleton", "code": "Mapleton" }, { "name": "Payson", "code": "Payson" }, { "name": "Private", "code": "Private" }, { "name": "Provo", "code": "Provo" }, { "name": "Salem", "code": "Salem" }, { "name": "Santaquin", "code": "Santaquin" }, { "name": "Springville", "code": "Springville" }, { "name": "State", "code": "State" }, { "name": "Woodland Hills", "code": "Woodland Hills" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "City", "type": "esriFieldTypeString", "alias": "City", "length": 20, "domain": { "type": "codedValue", "name": "WS4_RoadsMaintainedBy", "description": "Who is the Road Maintained By", "codedValues": [ { "name": "Spanish Fork", "code": "Spanish Fork" }, { "name": "County", "code": "County" }, { "name": "Elk Ridge", "code": "Elk Ridge" }, { "name": "Genola", "code": "Genola" }, { "name": "Mapleton", "code": "Mapleton" }, { "name": "Payson", "code": "Payson" }, { "name": "Private", "code": "Private" }, { "name": "Provo", "code": "Provo" }, { "name": "Salem", "code": "Salem" }, { "name": "Santaquin", "code": "Santaquin" }, { "name": "Springville", "code": "Springville" }, { "name": "State", "code": "State" }, { "name": "Woodland Hills", "code": "Woodland Hills" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "RAddressFrom", "type": "esriFieldTypeSmallInteger", "alias": "Right Address From", "domain": null }, { "name": "RAddressTo", "type": "esriFieldTypeSmallInteger", "alias": "Right Address To", "domain": null }, { "name": "LAddressFrom", "type": "esriFieldTypeSmallInteger", "alias": "Left Address From", "domain": null }, { "name": "LAddressTo", "type": "esriFieldTypeSmallInteger", "alias": "Left Address To", "domain": null }, { "name": "IsPaved", "type": "esriFieldTypeString", "alias": "Is it Paved", "length": 10, "domain": { "type": "codedValue", "name": "WS4_YesNo", "description": "A yes/no indicator", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "StreetGeoCodeName", "type": "esriFieldTypeString", "alias": "Street GeoCode Name", "length": 30, "domain": null }, { "name": "SuffixDirectionText", "type": "esriFieldTypeString", "alias": "Suffix Direction Text", "length": 10, "domain": { "type": "codedValue", "name": "WS4_RoadsDirectionPreSuffText", "description": "Contains the full text for the Prefix and Suffix Directions", "codedValues": [ { "name": "North", "code": "North" }, { "name": "South", "code": "South" }, { "name": "East", "code": "East" }, { "name": "West", "code": "West" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "IsItNamed", "type": "esriFieldTypeString", "alias": "Is It a Named Road", "length": 10, "domain": { "type": "codedValue", "name": "WS4_YesNo", "description": "A yes/no indicator", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "HighwayType", "type": "esriFieldTypeString", "alias": "Highway Type", "length": 10, "domain": { "type": "codedValue", "name": "WS4_RoadsHighwayType", "description": "If the road is a highway, what type is it?", "codedValues": [ { "name": "N/A", "code": "N/A" }, { "name": "Interstate", "code": "Interstate" }, { "name": "US", "code": "US" }, { "name": "State", "code": "State" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "StreetNumber", "type": "esriFieldTypeString", "alias": "Street Number", "length": 10, "domain": null }, { "name": "SpeedLimit", "type": "esriFieldTypeSmallInteger", "alias": "Speed Limit", "domain": null }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 254, "domain": null }, { "name": "OwnershipClass", "type": "esriFieldTypeString", "alias": "Ownership Class", "length": 20, "domain": { "type": "codedValue", "name": "WS4_RoadsOwnershipClass", "description": "Contains a classification for the roads layer more focused on ownership types", "codedValues": [ { "name": "City", "code": "City" }, { "name": "County", "code": "County" }, { "name": "Interstate", "code": "Interstate" }, { "name": "Private Drive", "code": "Private Drive" }, { "name": "Private Street", "code": "Private Street" }, { "name": "State-City", "code": "State-City" }, { "name": "State-County", "code": "State-County" }, { "name": "US Hwy", "code": "US Hwy" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "Surface", "type": "esriFieldTypeString", "alias": "Surface", "length": 20, "domain": { "type": "codedValue", "name": "WS4_RoadsSurfaceType", "description": "What type of Surface does the road have", "codedValues": [ { "name": "Asphalt", "code": "Asphalt" }, { "name": "Concrete", "code": "Concrete" }, { "name": "Dirt", "code": "Dirt" }, { "name": "Gravel", "code": "Gravel" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "ZipCode", "type": "esriFieldTypeInteger", "alias": "ZipCode", "domain": null }, { "name": "NumberOfLanes", "type": "esriFieldTypeSmallInteger", "alias": "NumberOfLanes", "domain": null }, { "name": "AltName", "type": "esriFieldTypeString", "alias": "Alternate Name", "length": 50, "domain": null }, { "name": "HighwayNumber", "type": "esriFieldTypeString", "alias": "Highway Number", "length": 10, "domain": null }, { "name": "Miles", "type": "esriFieldTypeDouble", "alias": "Miles", "domain": null }, { "name": "Minutes", "type": "esriFieldTypeDouble", "alias": "Minutes", "domain": null }, { "name": "FunctionalClass", "type": "esriFieldTypeString", "alias": "Functional Class", "length": 25, "domain": { "type": "codedValue", "name": "WS4_RoadsFunctionalClass", "description": "What type of road is it (Ex Arterial, Collector, Highway, Local, etc)", "codedValues": [ { "name": "Local", "code": "Local" }, { "name": "Collector", "code": "Collector" }, { "name": "Highway", "code": "Highway" }, { "name": "Commercial Local", "code": "Commercial Local" }, { "name": "Residential Local", "code": "Residential Local" }, { "name": "Major Collector", "code": "Major Collector" }, { "name": "Major Arterial", "code": "Major Arterial" }, { "name": "Freeway", "code": "Freeway" }, { "name": "Minor Arterial", "code": "Minor Arterial" }, { "name": "Minor Collector", "code": "Minor Collector" }, { "name": "Residential Collector", "code": "Residential Collector" }, { "name": "Commercial Collector", "code": "Commercial Collector" }, { "name": "Ramp", "code": "Ramp" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "InSFPolicy", "type": "esriFieldTypeString", "alias": "In SF Policy Boundary", "length": 10, "domain": { "type": "codedValue", "name": "WS4_YesNo", "description": "A yes/no indicator", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "InChamberGrid", "type": "esriFieldTypeString", "alias": "In Chamber Grid", "length": 10, "domain": { "type": "codedValue", "name": "WS4_YesNo", "description": "A yes/no indicator", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "CurrentLOS", "type": "esriFieldTypeString", "alias": "Current LOS", "length": 6, "domain": { "type": "codedValue", "name": "WS4_RoadsLOS", "description": "What level of service does the road system have", "codedValues": [ { "name": "A", "code": "A" }, { "name": "B", "code": "B" }, { "name": "C", "code": "C" }, { "name": "D", "code": "D" }, { "name": "E", "code": "E" }, { "name": "F", "code": "F" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "CurrentADT", "type": "esriFieldTypeInteger", "alias": "Current ADT", "domain": null }, { "name": "GMIID", "type": "esriFieldTypeString", "alias": "GMIID", "length": 25, "domain": null }, { "name": "NarrowOrSteep", "type": "esriFieldTypeString", "alias": "Narrow Or Steep?", "length": 10, "domain": { "type": "codedValue", "name": "WS4_YesNo", "description": "A yes/no indicator", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "SweepableMiles", "type": "esriFieldTypeDouble", "alias": "Sweepable Miles", "domain": null }, { "name": "CurrentADTYear", "type": "esriFieldTypeSmallInteger", "alias": "Current ADT Year", "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "ADTStudyLink", "type": "esriFieldTypeString", "alias": "ADT Study Link", "length": 255, "domain": null }, { "name": "LaneMiles", "type": "esriFieldTypeDouble", "alias": "Lane Miles", "domain": null }, { "name": "YearInstalled", "type": "esriFieldTypeSmallInteger", "alias": "Year Installed", "domain": null }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "length": 8, "domain": null }, { "name": "RangeMin", "type": "esriFieldTypeInteger", "alias": "RangeMin", "domain": null }, { "name": "RangeMax", "type": "esriFieldTypeInteger", "alias": "RangeMax", "domain": null }, { "name": "SHAPE.STLength()", "type": "esriFieldTypeDouble", "alias": "SHAPE.STLength()", "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R204_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_204", "fields": "GlobalID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_OID_204", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S175_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": true, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": { "timeZone": "Mountain Standard Time", "respectsDaylightSaving": true }, "preferredTimeReference": { "timeZone": "Mountain Standard Time", "respectsDaylightSaving": true }, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "SHAPE.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "9fc4dac2c73d424bb0bf9637186f97c3" }