{ "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 21, "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": { "id": 30069, "name": "Transportation" }, "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, 215, 230, 255 ], "toColor": [ 252, 215, 230, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 185, 252, 182, 255 ], "toColor": [ 185, 252, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 189, 252, 251, 255 ], "toColor": [ 189, 252, 251, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 191, 187, 252, 255 ], "toColor": [ 191, 187, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 246, 204, 255 ], "toColor": [ 252, 246, 204, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 179, 252, 255 ], "toColor": [ 252, 179, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 207, 224, 252, 255 ], "toColor": [ 207, 224, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 183, 179, 255 ], "toColor": [ 252, 183, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 240, 204, 252, 255 ], "toColor": [ 240, 204, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 182, 217, 255 ], "toColor": [ 252, 182, 217, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 212, 252, 222, 255 ], "toColor": [ 212, 252, 222, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 219, 202, 255 ], "toColor": [ 252, 219, 202, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 242, 252, 184, 255 ], "toColor": [ 242, 252, 184, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpressionInfo": { "expression": "$feature.StreetName", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "followFeature", "deconflictionStrategy": "dynamic", "allowOverrun": true, "repeatLabel": false, "lineConnection": "minimizeLabels", "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "all", "removeDuplicatesDistance": 216, "stackRowLength": 24, "stackSeparators": [ {"separator": " "} ], "where": "FunctionalClass IN ('Minor Collector', 'Residential Collector', 'Commercial Collector', 'Collector', 'Major Collector') And HighwayType NOT IN ('Interstate', 'US')", "useCodedValues": true, "maxScale": 0, "minScale": 24000, "name": "Minor Roads", "priority": -1, "symbol": { "type": "esriTS", "color": [ 104, 104, 104, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 225, 225, 225, 255 ], "haloSize": 1.5, "font": { "family": "Montserrat", "size": 6, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "$feature.StreetName", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "followFeature", "deconflictionStrategy": "dynamic", "allowOverrun": true, "repeatLabel": false, "lineConnection": "minimizeLabels", "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "all", "removeDuplicatesDistance": 216, "stackRowLength": 24, "stackSeparators": [ {"separator": " "} ], "where": "FunctionalClass IN ('Local', 'Commercial Local', 'Residential Local') And HighwayType NOT IN ('Interstate', 'US', 'State')", "useCodedValues": true, "maxScale": 0, "minScale": 5000, "name": "Local Roads", "priority": -1, "symbol": { "type": "esriTS", "color": [ 104, 104, 104, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 225, 225, 225, 255 ], "haloSize": 1.5, "font": { "family": "Montserrat", "size": 6, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "$feature.StreetName", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "followFeature", "deconflictionStrategy": "dynamic", "allowOverrun": true, "repeatLabel": false, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 216, "where": "FunctionalClass IN ('Major Arterial', 'Minor Arterial') And HighwayType NOT IN ('Interstate', 'US')", "useCodedValues": true, "maxScale": 0, "minScale": 50000, "name": "Major Roads", "priority": -1, "symbol": { "type": "esriTS", "color": [ 104, 104, 104, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 225, 225, 225, 255 ], "haloSize": 1.5, "font": { "family": "Montserrat", "size": 6, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "$feature.HighwayNumber", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "horizontal", "deconflictionStrategy": "dynamic", "allowOverrun": true, "repeatLabel": false, "lineConnection": "minimizeLabels", "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "all", "removeDuplicatesDistance": 216, "stackRowLength": 24, "where": "HighwayType IN ('Interstate') And FunctionalClass NOT IN ('Ramp')", "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "Interstate", "priority": -1, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Arial", "size": 7, "style": "normal", "weight": "bold", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "$feature.HighwayNumber", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "horizontal", "deconflictionStrategy": "dynamic", "allowOverrun": true, "repeatLabel": false, "lineConnection": "minimizeLabels", "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "all", "removeDuplicatesDistance": 216, "stackRowLength": 24, "where": "HighwayType IN ('US') And FunctionalClass NOT IN ('Ramp')", "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "US HWY", "priority": -1, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Arial", "size": 7, "style": "normal", "weight": "bold", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "$feature.HighwayNumber", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "horizontal", "deconflictionStrategy": "dynamic", "allowOverrun": true, "repeatLabel": false, "lineConnection": "minimizeLabels", "stackLabel": true, "stackAlignment": "dynamic", "removeDuplicates": "all", "removeDuplicatesDistance": 216, "stackRowLength": 24, "where": "HighwayType IN ('State') And FunctionalClass NOT IN ('Ramp')", "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "State Hwy", "priority": -1, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Arial", "size": 6.5, "style": "normal", "weight": "bold", "decoration": "none" } } } ] }, "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", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID" }, { "name": "StreetName", "type": "esriFieldTypeString", "alias": "Street Name", "length": 50 }, { "name": "StreetType", "type": "esriFieldTypeString", "alias": "Street Type", "length": 10 }, { "name": "SuffixDirection", "type": "esriFieldTypeString", "alias": "Suffix Direction", "length": 10 }, { "name": "PrefixDirection", "type": "esriFieldTypeString", "alias": "Prefix Direction", "length": 10 }, { "name": "MaintainedBy", "type": "esriFieldTypeString", "alias": "Maintained By", "length": 20 }, { "name": "City", "type": "esriFieldTypeString", "alias": "City", "length": 20 }, { "name": "RAddressFrom", "type": "esriFieldTypeSmallInteger", "alias": "Right Address From" }, { "name": "RAddressTo", "type": "esriFieldTypeSmallInteger", "alias": "Right Address To" }, { "name": "LAddressFrom", "type": "esriFieldTypeSmallInteger", "alias": "Left Address From" }, { "name": "LAddressTo", "type": "esriFieldTypeSmallInteger", "alias": "Left Address To" }, { "name": "IsPaved", "type": "esriFieldTypeString", "alias": "Is it Paved", "length": 10 }, { "name": "StreetGeoCodeName", "type": "esriFieldTypeString", "alias": "Street GeoCode Name", "length": 30 }, { "name": "SuffixDirectionText", "type": "esriFieldTypeString", "alias": "Suffix Direction Text", "length": 10 }, { "name": "IsItNamed", "type": "esriFieldTypeString", "alias": "Is It a Named Road", "length": 10 }, { "name": "HighwayType", "type": "esriFieldTypeString", "alias": "Highway Type", "length": 10 }, { "name": "StreetNumber", "type": "esriFieldTypeString", "alias": "Street Number", "length": 10 }, { "name": "SpeedLimit", "type": "esriFieldTypeSmallInteger", "alias": "Speed Limit" }, { "name": "Notes", "type": "esriFieldTypeString", "alias": "Notes", "length": 254 }, { "name": "OwnershipClass", "type": "esriFieldTypeString", "alias": "Ownership Class", "length": 20 }, { "name": "Surface", "type": "esriFieldTypeString", "alias": "Surface", "length": 20 }, { "name": "ZipCode", "type": "esriFieldTypeInteger", "alias": "ZipCode" }, { "name": "NumberOfLanes", "type": "esriFieldTypeSmallInteger", "alias": "NumberOfLanes" }, { "name": "AltName", "type": "esriFieldTypeString", "alias": "Alternate Name", "length": 50 }, { "name": "HighwayNumber", "type": "esriFieldTypeString", "alias": "Highway Number", "length": 10 }, { "name": "Miles", "type": "esriFieldTypeDouble", "alias": "Miles" }, { "name": "Minutes", "type": "esriFieldTypeDouble", "alias": "Minutes" }, { "name": "FunctionalClass", "type": "esriFieldTypeString", "alias": "Functional Class", "length": 25 }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38 }, { "name": "InSFPolicy", "type": "esriFieldTypeString", "alias": "In SF Policy Boundary", "length": 10 }, { "name": "InChamberGrid", "type": "esriFieldTypeString", "alias": "In Chamber Grid", "length": 10 }, { "name": "CurrentLOS", "type": "esriFieldTypeString", "alias": "Current LOS", "length": 6 }, { "name": "CurrentADT", "type": "esriFieldTypeInteger", "alias": "Current ADT" }, { "name": "GMIID", "type": "esriFieldTypeString", "alias": "GMIID", "length": 25 }, { "name": "NarrowOrSteep", "type": "esriFieldTypeString", "alias": "Narrow Or Steep?", "length": 10 }, { "name": "SweepableMiles", "type": "esriFieldTypeDouble", "alias": "Sweepable Miles" }, { "name": "CurrentADTYear", "type": "esriFieldTypeSmallInteger", "alias": "Current ADT Year" }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, { "name": "ADTStudyLink", "type": "esriFieldTypeString", "alias": "ADT Study Link", "length": 255 }, { "name": "LaneMiles", "type": "esriFieldTypeDouble", "alias": "Lane Miles" }, { "name": "YearInstalled", "type": "esriFieldTypeSmallInteger", "alias": "Year Installed" }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "length": 255 }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "length": 8 }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "length": 255 }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "length": 8 }, { "name": "RangeMin", "type": "esriFieldTypeInteger", "alias": "RangeMin" }, { "name": "RangeMax", "type": "esriFieldTypeInteger", "alias": "RangeMax" }, { "name": "SHAPE.STLength()", "type": "esriFieldTypeDouble", "alias": "SHAPE.STLength()" } ], "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": "" } ], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,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": "1dfe685ab2324dfcae0a3a46afcd37b2" }