{ "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 1, "name": "Major Roads in Surrounding Counties", "type": "Feature Layer", "description": "U.S. Detailed Streets represents detailed streets, interstate highways, and major roads within the United States. U.S. Detailed Streets is part of StreetMap USA.\n\nStreetMap USA is a dataset in Smart Data Compression (SDC) format that provides nationwide streets display, routing, and geocoding for the United States. It contains a TIGER 2000-based streets dataset, enhanced by ESRI and Tele Atlas, and prepared for routing within the StreetMap Find Route dialog. StreetMap USA data is provided in the ESRI Data & Maps media kit on the ESRI Data & Maps/StreetMap USA DVD.", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102658, "latestWkid": 2236, "xyTolerance": 0.003280833333333333, "zTolerance": 2, "mTolerance": 0.001, "falseX": -17791300, "falseY": -41645400, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "valueExpression": "var type = $feature.HWY_TYPE\nvar pre = $feature.PRETYPE\nvar pre1 = $feature.PRETYPE1\nvar pre2 = $feature.PRETYPE2\n\nif(type != ' '){\n if(type == 'I') \n {return 'Interstate'}\n if(type == 'U') \n {return 'Federal Highway'}\n if(type == 'S') \n {return 'State Highway'}\n}\nelse{\n if(\n pre == 'USHY' || \n pre == 'STHY' || \n pre == 'I' || \n pre == 'HWY' || \n pre == 'CORD' || \n pre == 'RT'\n \n || \n \n pre1 == 'USHY' ||\n pre1 == 'STHY' ||\n pre1 == 'HWY' ||\n pre1 == 'CORD' \n \n ||\n \n pre2 == 'USHY' ||\n pre2 == 'STHY' ||\n pre2 == 'HWY' ||\n pre2 == 'CORD' \n ) \n {return 'County Road'}\n else \n { return 'Local' }\n}\n\n", "valueExpressionTitle": "Custom", "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSDash", "color": [ 144, 144, 144, 255 ], "width": 1 }, "value": "Interstate", "label": "Interstate" }, { "symbol": { "type": "esriSLS", "style": "esriSLSDash", "color": [ 96, 96, 96, 255 ], "width": 1 }, "value": "Federal Highway", "label": "Federal Highway" }, { "symbol": { "type": "esriSLS", "style": "esriSLSDash", "color": [ 149, 149, 149, 255 ], "width": 1 }, "value": "State Highway", "label": "State Highway" }, { "symbol": { "type": "esriSLS", "style": "esriSLSDash", "color": [ 161, 161, 161, 255 ], "width": 1 }, "value": "County Road", "label": "County Road" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 175, 175, 175, 255 ], "width": 6.2 }, "value": "Local", "label": "Local" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 209, 252, 184, 255 ], "toColor": [ 209, 252, 184, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 248, 184, 252, 255 ], "toColor": [ 248, 184, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 189, 241, 252, 255 ], "toColor": [ 189, 241, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 195, 179, 255 ], "toColor": [ 252, 195, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 194, 201, 252, 255 ], "toColor": [ 194, 201, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 238, 179, 255 ], "toColor": [ 252, 238, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 210, 233, 255 ], "toColor": [ 252, 210, 233, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 252, 223, 255 ], "toColor": [ 179, 252, 223, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 232, 210, 255 ], "toColor": [ 252, 232, 210, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 182, 197, 255 ], "toColor": [ 252, 182, 197, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 215, 252, 244, 255 ], "toColor": [ 215, 252, 244, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 234, 252, 207, 255 ], "toColor": [ 234, 252, 207, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 207, 224, 252, 255 ], "toColor": [ 207, 224, 252, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpressionInfo": { "expression": "var type = $feature.HWY_TYPE\nvar pre = $feature.PRETYPE\nvar pre1 = $feature.PRETYPE1\nvar pre2 = $feature.PRETYPE2\nvar name = $feature.FullName\nvar direction = $feature.PREFIX1\nvar road = $feature.NAME1\nvar type = $feature.TYPE1\nvar dir = $feature.PREFIX2\nvar rd = $feature.NAME2\nvar tp = $feature.TYPE2\n\nif(type == ' '){\n \n if(\n pre == 'USHY' || \n pre == 'STHY' || \n pre == 'I' || \n pre == 'HWY' || \n pre == 'CORD' || \n pre == 'RT'\n \n || \n \n pre1 == 'USHY' ||\n pre1 == 'STHY' ||\n pre1 == 'HWY' ||\n pre1 == 'CORD' \n \n ||\n \n pre2 == 'USHY' ||\n pre2 == 'STHY' ||\n pre2 == 'HWY' ||\n pre2 == 'CORD' \n ){ \n if (road == ' ')\n {\n return direction + \" \" + road + \" \" + type\n } \n else {dir + \" \" + rd + \" \" + tp}\n }\n}\nelse \n { return '' }\n", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "followFeature", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": false, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 0, "useCodedValues": true, "maxScale": 18058, "minScale": 36113, "name": "1:36,111- Major Roads", "priority": -1, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 216 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 85, 85, 84, 127 ], "haloSize": 0.85, "font": { "family": "Highway Gothic Wide", "size": 9.5, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var type = $feature.HWY_TYPE\nvar pre = $feature.PRETYPE\nvar pre1 = $feature.PRETYPE1\nvar pre2 = $feature.PRETYPE2\nvar name = $feature.FullName\nvar direction = $feature.PREFIX1\nvar road = $feature.NAME1\nvar type = $feature.TYPE1\nvar dir = $feature.PREFIX2\nvar rd = $feature.NAME2\nvar tp = $feature.TYPE2\n\nif(type == ' '){\n \n if(\n pre == 'USHY' || \n pre == 'STHY' || \n pre == 'I' || \n pre == 'HWY' || \n pre == 'CORD' || \n pre == 'RT'\n \n || \n \n pre1 == 'USHY' ||\n pre1 == 'STHY' ||\n pre1 == 'HWY' ||\n pre1 == 'CORD' \n \n ||\n \n pre2 == 'USHY' ||\n pre2 == 'STHY' ||\n pre2 == 'HWY' ||\n pre2 == 'CORD' \n ){ \n if (road == ' ')\n {\n return direction + \" \" + road + \" \" + type\n } \n else {dir + \" \" + rd + \" \" + tp}\n }\n}\nelse \n { return '' }\n", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "followFeature", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": false, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 0, "useCodedValues": true, "maxScale": 9029, "minScale": 18057, "name": "18,055 - Major Roads", "priority": -1, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 216 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 85, 85, 84, 127 ], "haloSize": 0.87, "font": { "family": "Highway Gothic Wide", "size": 11, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var type = $feature.HWY_TYPE\nvar pre = $feature.PRETYPE\nvar pre1 = $feature.PRETYPE1\nvar pre2 = $feature.PRETYPE2\nvar name = $feature.FullName\nvar direction = $feature.PREFIX1\nvar road = $feature.NAME1\nvar type = $feature.TYPE1\nvar dir = $feature.PREFIX2\nvar rd = $feature.NAME2\nvar tp = $feature.TYPE2\n\nif(type == ' '){\n \n if(\n pre == 'USHY' || \n pre == 'STHY' || \n pre == 'I' || \n pre == 'HWY' || \n pre == 'CORD' || \n pre == 'RT'\n \n || \n \n pre1 == 'USHY' ||\n pre1 == 'STHY' ||\n pre1 == 'HWY' ||\n pre1 == 'CORD' \n \n ||\n \n pre2 == 'USHY' ||\n pre2 == 'STHY' ||\n pre2 == 'HWY' ||\n pre2 == 'CORD' \n ){ \n if (road == ' ')\n {\n return direction + ' ' + road + ' ' + type\n } \n else {dir + ' ' + rd + ' ' + tp}\n }\n}\nelse \n { return '' }\n", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "followFeature", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": false, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 0, "useCodedValues": true, "maxScale": 4514, "minScale": 9028, "name": "9,027 - Major Roads", "priority": -1, "symbol": { "type": "esriTS", "color": [ 255, 255, 255, 216 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 85, 85, 84, 127 ], "haloSize": 0.87, "font": { "family": "Highway Gothic Wide", "size": 12.5, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var type = $feature.HWY_TYPE\nvar pre = $feature.PRETYPE\nvar pre1 = $feature.PRETYPE1\nvar pre2 = $feature.PRETYPE2\nvar name = $feature.FullName\nvar direction = $feature.PREFIX1\nvar road = $feature.NAME1\nvar type = $feature.TYPE1\nvar dir = $feature.PREFIX2\nvar rd = $feature.NAME2\nvar tp = $feature.TYPE2\n\nif(type == ' '){\n \n if(\n pre == 'USHY' || \n pre == 'STHY' || \n pre == 'I' || \n pre == 'HWY' || \n pre == 'CORD' || \n pre == 'RT'\n \n || \n \n pre1 == 'USHY' ||\n pre1 == 'STHY' ||\n pre1 == 'HWY' ||\n pre1 == 'CORD' \n \n ||\n \n pre2 == 'USHY' ||\n pre2 == 'STHY' ||\n pre2 == 'HWY' ||\n pre2 == 'CORD' \n ){ \n if (road == ' ')\n {\n return direction + \" \" + road + \" \" + type\n } \n else {dir + \" \" + rd + \" \" + tp}\n }\n}\nelse \n { return '' }\n", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "followFeature", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": false, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 0, "useCodedValues": true, "maxScale": 1130, "minScale": 4515, "name": "4,513 - Major Roads", "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": [ 85, 85, 84, 255 ], "haloSize": 0.87, "font": { "family": "Highway Gothic Wide", "size": 14, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var type = $feature.HWY_TYPE\nvar pre = $feature.PRETYPE\nvar pre1 = $feature.PRETYPE1\nvar pre2 = $feature.PRETYPE2\nvar name = $feature.FullName\nvar direction = $feature.PREFIX1\nvar road = $feature.NAME1\nvar type = $feature.TYPE1\nvar dir = $feature.PREFIX2\nvar rd = $feature.NAME2\nvar tp = $feature.TYPE2\n\nif(type == ' '){\n \n if(\n pre == 'USHY' || \n pre == 'STHY' || \n pre == 'I' || \n pre == 'HWY' || \n pre == 'CORD' || \n pre == 'RT'\n \n || \n \n pre1 == 'USHY' ||\n pre1 == 'STHY' ||\n pre1 == 'HWY' ||\n pre1 == 'CORD' \n \n ||\n \n pre2 == 'USHY' ||\n pre2 == 'STHY' ||\n pre2 == 'HWY' ||\n pre2 == 'CORD' \n ){ \n if (road == ' ')\n {\n return direction + \" \" + road + \" \" + type\n } \n else {dir + \" \" + rd + \" \" + tp}\n }\n}\nelse \n { return '' }\n", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "followFeature", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": false, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 0, "useCodedValues": true, "maxScale": 0, "minScale": 1129, "name": "1,128 - Major Roads", "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": [ 85, 85, 84, 255 ], "haloSize": 0.87, "font": { "family": "Highway Gothic Wide", "size": 14.5, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var type = $feature.HWY_TYPE\nvar sym = $feature.HWY_SYMBOL\n\nif (type=='U'){return sym}", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "horizontal", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": false, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 0, "useCodedValues": true, "maxScale": 0, "minScale": 9027.977411, "name": "Federal Road Shield", "priority": -1, "symbol": { "type": "esriTS", "color": [ 52, 52, 52, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1, "font": { "family": "Overpass", "size": 10, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var type = $feature.HWY_TYPE\nvar sym = $feature.HWY_SYMBOL\n\nif (type=='S'){return sym}", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "horizontal", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": false, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 0, "useCodedValues": true, "maxScale": 0, "minScale": 9027.977411, "name": "State Road Shield", "priority": -1, "symbol": { "type": "esriTS", "color": [ 52, 52, 52, 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": "Overpass SemiBold", "size": 8, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var type = $feature.HWY_TYPE\nvar pre = $feature.PRETYPE\nvar pre1 = $feature.PRETYPE1\nvar pre2 = $feature.PRETYPE2\nvar n = $feature.NAME\nvar na = $feature.NAME1\nvar nam = $feature.NAME2\n\nif(type == ' ')\n{\n if(\n pre == 'USHY' || \n pre == 'STHY' || \n pre == 'I' || \n pre == 'HWY' || \n pre == 'CORD' || \n pre == 'RT'\n )\n { return n}\n else {\n if( \n pre1 == 'USHY' ||\n pre1 == 'STHY' ||\n pre1 == 'HWY' ||\n pre1 == 'CORD' \n )\n { return na}\n else {\n if(\n pre2 == 'USHY' ||\n pre2 == 'STHY' ||\n pre2 == 'HWY' ||\n pre2 == 'CORD' \n )\n { return nam}\n }\n }\n}\nelse {return ' '}\n", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "horizontal", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": false, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 0, "useCodedValues": true, "maxScale": "NaN", "minScale": 9027.977411, "name": "County Road Shield", "priority": -1, "symbol": { "type": "esriTS", "color": [ 52, 52, 52, 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": "Overpass SemiBold", "size": 8, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var type = $feature.HWY_TYPE\nvar sym = $feature.HWY_SYMBOL\n\nif (type=='I'){return sym}", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "horizontal", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": false, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 0, "useCodedValues": true, "maxScale": "NaN", "minScale": 9027.977411, "name": "Interstate Shield", "priority": -1, "symbol": { "type": "esriTS", "color": [ 52, 52, 52, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 255 ], "haloSize": 1, "font": { "family": "Overpass SemiBold", "size": 10, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var type = $feature.HWY_TYPE\nvar sym = $feature.HWY_SYMBOL\n\nif (type=='U'){return sym}", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "horizontal", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": false, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 0, "useCodedValues": true, "maxScale": 9027.977411, "minScale": 0, "name": "Federal Shield 50%", "priority": -1, "symbol": { "type": "esriTS", "color": [ 52, 52, 52, 127 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 127 ], "haloSize": 1, "font": { "family": "Overpass", "size": 9, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var type = $feature.HWY_TYPE\nvar sym = $feature.HWY_SYMBOL\n\nif (type=='S'){return sym}", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "horizontal", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": false, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 0, "useCodedValues": true, "maxScale": 9027.977411, "minScale": 0, "name": "State Shield 50%", "priority": -1, "symbol": { "type": "esriTS", "color": [ 52, 52, 52, 127 ], "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": "Overpass SemiBold", "size": 8, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var type = $feature.HWY_TYPE\nvar pre = $feature.PRETYPE\nvar pre1 = $feature.PRETYPE1\nvar pre2 = $feature.PRETYPE2\nvar n = $feature.NAME\nvar na = $feature.NAME1\nvar nam = $feature.NAME2\n\nif(type == ' ')\n{\n if(\n pre == 'USHY' || \n pre == 'STHY' || \n pre == 'I' || \n pre == 'HWY' || \n pre == 'CORD' || \n pre == 'RT'\n )\n { return n}\n else {\n if( \n pre1 == 'USHY' ||\n pre1 == 'STHY' ||\n pre1 == 'HWY' ||\n pre1 == 'CORD' \n )\n { return na}\n else {\n if(\n pre2 == 'USHY' ||\n pre2 == 'STHY' ||\n pre2 == 'HWY' ||\n pre2 == 'CORD' \n )\n { return nam}\n }\n }\n}\nelse {return ' '}\n", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "horizontal", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": false, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 0, "useCodedValues": true, "maxScale": 9027.977411, "minScale": 144447.638572, "name": "County Shield 50%", "priority": -1, "symbol": { "type": "esriTS", "color": [ 52, 52, 52, 127 ], "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": "Overpass SemiBold", "size": 8, "style": "normal", "weight": "normal", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "var type = $feature.HWY_TYPE\nvar sym = $feature.HWY_SYMBOL\n\nif (type=='I'){return sym}", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "horizontal", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": false, "lineConnection": "minimizeLabels", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 0, "useCodedValues": true, "maxScale": 9027.977411, "minScale": "NaN", "name": "Interstate 50%", "priority": -1, "symbol": { "type": "esriTS", "color": [ 52, 52, 52, 127 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "bottom", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": [ 255, 255, 255, 127 ], "haloSize": 1, "font": { "family": "Overpass SemiBold", "size": 10, "style": "normal", "weight": "normal", "decoration": "none" } } } ] }, "defaultVisibility": true, "extent": { "xmin": 129947.05704049394, "ymin": 1459366.5589952394, "xmax": 741437.6549229957, "ymax": 2152127.510084741, "spatialReference": { "wkid": 102658, "latestWkid": 2236, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -17791300, "falseY": -41645400, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "NAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "L_F_ADD", "type": "esriFieldTypeDouble", "alias": "L_F_ADD", "domain": null }, { "name": "L_T_ADD", "type": "esriFieldTypeDouble", "alias": "L_T_ADD", "domain": null }, { "name": "R_F_ADD", "type": "esriFieldTypeDouble", "alias": "R_F_ADD", "domain": null }, { "name": "R_T_ADD", "type": "esriFieldTypeDouble", "alias": "R_T_ADD", "domain": null }, { "name": "PREFIX", "type": "esriFieldTypeString", "alias": "PREFIX", "length": 2, "domain": null }, { "name": "PRETYPE", "type": "esriFieldTypeString", "alias": "PRETYPE", "length": 6, "domain": null }, { "name": "NAME", "type": "esriFieldTypeString", "alias": "NAME", "length": 30, "domain": null }, { "name": "TYPE", "type": "esriFieldTypeString", "alias": "TYPE", "length": 6, "domain": null }, { "name": "SUFFIX", "type": "esriFieldTypeString", "alias": "SUFFIX", "length": 2, "domain": null }, { "name": "CLASS_RTE", "type": "esriFieldTypeString", "alias": "CLASS_RTE", "length": 1, "domain": null }, { "name": "RAMP_CLASS", "type": "esriFieldTypeString", "alias": "RAMP_CLASS", "length": 1, "domain": null }, { "name": "FROM_ELEV", "type": "esriFieldTypeSmallInteger", "alias": "FROM_ELEV", "domain": null }, { "name": "TO_ELEV", "type": "esriFieldTypeSmallInteger", "alias": "TO_ELEV", "domain": null }, { "name": "HWY_TYPE", "type": "esriFieldTypeString", "alias": "HWY_TYPE", "length": 1, "domain": null }, { "name": "HWY_SYMBOL", "type": "esriFieldTypeString", "alias": "HWY_SYMBOL", "length": 20, "domain": null }, { "name": "SPEED_MPH", "type": "esriFieldTypeSmallInteger", "alias": "SPEED_MPH", "domain": null }, { "name": "PREFIX1", "type": "esriFieldTypeString", "alias": "PREFIX1", "length": 2, "domain": null }, { "name": "PRETYPE1", "type": "esriFieldTypeString", "alias": "PRETYPE1", "length": 6, "domain": null }, { "name": "NAME1", "type": "esriFieldTypeString", "alias": "NAME1", "length": 30, "domain": null }, { "name": "TYPE1", "type": "esriFieldTypeString", "alias": "TYPE1", "length": 6, "domain": null }, { "name": "SUFFIX1", "type": "esriFieldTypeString", "alias": "SUFFIX1", "length": 2, "domain": null }, { "name": "PREFIX2", "type": "esriFieldTypeString", "alias": "PREFIX2", "length": 2, "domain": null }, { "name": "PRETYPE2", "type": "esriFieldTypeString", "alias": "PRETYPE2", "length": 6, "domain": null }, { "name": "NAME2", "type": "esriFieldTypeString", "alias": "NAME2", "length": 30, "domain": null }, { "name": "TYPE2", "type": "esriFieldTypeString", "alias": "TYPE2", "length": 6, "domain": null }, { "name": "SUFFIX2", "type": "esriFieldTypeString", "alias": "SUFFIX2", "length": 2, "domain": null }, { "name": "PREFIX3", "type": "esriFieldTypeString", "alias": "PREFIX3", "length": 2, "domain": null }, { "name": "PRETYPE3", "type": "esriFieldTypeString", "alias": "PRETYPE3", "length": 6, "domain": null }, { "name": "NAME3", "type": "esriFieldTypeString", "alias": "NAME3", "length": 30, "domain": null }, { "name": "TYPE3", "type": "esriFieldTypeString", "alias": "TYPE3", "length": 6, "domain": null }, { "name": "SUFFIX3", "type": "esriFieldTypeString", "alias": "SUFFIX3", "length": 2, "domain": null }, { "name": "PREFIX4", "type": "esriFieldTypeString", "alias": "PREFIX4", "length": 2, "domain": null }, { "name": "PRETYPE4", "type": "esriFieldTypeString", "alias": "PRETYPE4", "length": 6, "domain": null }, { "name": "NAME4", "type": "esriFieldTypeString", "alias": "NAME4", "length": 30, "domain": null }, { "name": "TYPE4", "type": "esriFieldTypeString", "alias": "TYPE4", "length": 6, "domain": null }, { "name": "SUFFIX4", "type": "esriFieldTypeString", "alias": "SUFFIX4", "length": 2, "domain": null }, { "name": "ZIP_L", "type": "esriFieldTypeString", "alias": "ZIP_L", "length": 5, "domain": null }, { "name": "ZIP_R", "type": "esriFieldTypeString", "alias": "ZIP_R", "length": 5, "domain": null }, { "name": "GEONAME_L", "type": "esriFieldTypeString", "alias": "GEONAME_L", "length": 66, "domain": null }, { "name": "GEONAME_R", "type": "esriFieldTypeString", "alias": "GEONAME_R", "length": 66, "domain": null }, { "name": "STATE_L", "type": "esriFieldTypeString", "alias": "STATE_L", "length": 2, "domain": null }, { "name": "STATE_R", "type": "esriFieldTypeString", "alias": "STATE_R", "length": 2, "domain": null }, { "name": "STATE", "type": "esriFieldTypeString", "alias": "STATE", "length": 60, "domain": null }, { "name": "FullName", "type": "esriFieldTypeString", "alias": "FullName", "length": 255, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "Shape.STLength()", "type": "esriFieldTypeDouble", "alias": "Shape.STLength()", "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "R292_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S268_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": true, "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": "Eastern Standard Time", "respectsDaylightSaving": true }, "preferredTimeReference": { "timeZone": "Eastern Standard Time", "respectsDaylightSaving": true }, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "1454ae20a47342d3a7b1d9626a1ec81d" }