{"renderer":{"type":"uniqueValue","field1":"FUNCTIONCODE","uniqueValueInfos":[{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[250,52,17,255],"width":1.7},"value":"INTERSTATE","label":"Interstate"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,0,0,255],"width":1.5},"value":"STATE","label":"State Route"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,0,0,255],"width":1.5},"value":"STATE / LOCAL","label":"State Route"},{"symbol":{"type":"esriSLS","style":"esriSLSDashDot","color":[0,0,0,255],"width":0.4},"value":"","label":"Local Route"},{"symbol":{"type":"esriSLS","style":"esriSLSDashDot","color":[0,0,0,255],"width":0.4},"value":"CITY LOCAL","label":"Local Route"},{"symbol":{"type":"esriSLS","style":"esriSLSDashDot","color":[0,0,0,255],"width":0.4},"value":"COUNTY LOCAL","label":"Local Route"},{"symbol":{"type":"esriSLS","style":"esriSLSDashDot","color":[0,0,0,255],"width":0.4},"value":"LOCAL","label":"Local Route"},{"symbol":{"type":"esriSLS","style":"esriSLSDashDot","color":[0,0,0,255],"width":0.4},"value":"STATE FRONTAGE","label":"Local Route"},{"symbol":{"type":"esriSLS","style":"esriSLSDashDot","color":[0,0,0,255],"width":0.4},"value":"STATE FRONTAGE / LOCAL","label":"Local Route"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[104,104,104,255],"width":0.2},"value":"INTERSTATE RAMP","label":"On / Off Ramp"}],"fieldDelimiter":",","authoringInfo":{"colorRamp":{"type":"multipart","colorRamps":[{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[62,161,207,255],"toColor":[241,250,122,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[241,250,122,255],"toColor":[240,36,29,255]}]}}},"scaleSymbols":true,"transparency":0,"labelingInfo":[{"labelExpressionInfo":{"expression":"var name = $feature.MAINNAME\n// create dictionary for label contents\nvar label = []\n\n// iterate through name to find numbers\nfor (var i in name){\n var namei = Text(Number(name[i])) // Number converts value to a number. Text coverts it back to text. Sets this to a variable\n if(namei != \"NaN\") {\n Push(label, namei) // Push adds an element to an array (name of array, value to add)\n }\n}\nreturn Number(Concatenate(label,\"\"))","title":"Interstate - Arcade"},"labelPlacement":"esriServerLinePlacementCenterAlong","textLayout":"horizontal","deconflictionStrategy":"dynamic","allowOverrun":true,"repeatLabel":false,"lineConnection":"none","multiPart":"labelPerFeature","stackLabel":true,"stackAlignment":"dynamic","removeDuplicates":"all","removeDuplicatesDistance":100,"stackRowLength":24,"where":"FUNCTIONCODE = 'INTERSTATE'","useCodedValues":false,"maxScale":0,"minScale":0,"name":"Interstate - Arcade","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":10,"style":"normal","weight":"bold","decoration":"none"}}},{"labelExpressionInfo":{"expression":"var mainfulname = $feature.MAINFULNAME\n// create dictionary for label contents\nvar label = []\n\n// convert mainname to uppercase\nvar mainUpper = Upper(mainfulname)\n\nfor (var i in mainfulname){\n // check if \"STATE RTE\" is present in the main name\n if (Find('STATE RTE', mainUpper) > -1 ){ // Find('searchText','targetText') returns number position of first character of string \n // Extract numbers from mainname using regex\n var routeNum = Text(Number(mainfulname[i])) // Number converts value to a number. Text coverts it back to text. Sets this to a variable\n if(routeNum != \"NaN\" && routeNum != \"0\") {\n Push(label, routeNum) // Push adds an element to an array (name of array, value to add)\n } \n } else {\n // check if \"STATE RTE\" is present in als1fulname\n var als1name = $feature.ALS1FULNAME\n var als1Upper = Upper(als1name)\n if (Find(\"STATE RTE\", als1Upper) > -1) {\n // Extract numbers from als1name \n var altRouteNum = Text(Number(als1name)) // Number converts value to a number. Text coverts it back to text. Sets this to a variable\n if(altRouteNum != \"NaN\" && altRouteNum != \"0\"){\n // add als1name to label array\n Push(label, altRouteNum)\n }\n }\n }\n}\nreturn Concatenate(label,\"\")","title":"State Routes"},"labelPlacement":"esriServerLinePlacementCenterAlong","textLayout":"horizontal","deconflictionStrategy":"dynamic","allowOverrun":true,"repeatLabel":false,"lineConnection":"none","multiPart":"labelPerFeature","stackLabel":true,"stackAlignment":"dynamic","removeDuplicates":"all","removeDuplicatesDistance":0,"stackRowLength":24,"useCodedValues":true,"maxScale":0,"minScale":50000,"name":"State Route - Arcade","priority":-1,"symbol":{"type":"esriTS","color":[0,0,0,255],"backgroundColor":null,"borderLineColor":null,"borderLineSize":null,"verticalAlignment":"bottom","horizontalAlignment":"center","rightToLeft":false,"angle":0,"xoffset":0,"yoffset":0,"kerning":true,"haloColor":null,"haloSize":null,"font":{"family":"Arial","size":8,"style":"normal","weight":"bold","decoration":"none"}}},{"labelExpressionInfo":{"expression":"var mainfulname = $feature.MAINFULNAME\nvar mainUpper = Upper(mainfulname)\n\nvar als1name = $feature.ALS1FULNAME\nvar altUpper = Upper(als1name)\n\nif ((Find('STATE FRONTAGE',mainUpper) == -1) && (Find('STATE RTE',mainUpper) == -1)){\n return mainUpper\n}\nif (!IsEmpty(als1name)){\n if ((Find('STATE RTE',altUpper) == -1) && (Find('STATE FRONTAGE',altUpper) == -1)){\n return altUpper\n}}","title":"Street Names - Arcade"},"labelPlacement":"esriServerLinePlacementCenterAlong","textLayout":"followFeature","deconflictionStrategy":"dynamic","allowOverrun":true,"repeatLabel":false,"lineConnection":"minimizeLabels","allowOverlapOfFeatureInterior":"avoid","stackLabel":true,"stackAlignment":"dynamic","removeDuplicates":"all","removeDuplicatesDistance":0,"stackRowLength":24,"stackSeparators":[{"separator":" "}],"useCodedValues":true,"maxScale":0,"minScale":24000,"name":"Street Name - Arcade","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":[255,255,255,255],"haloSize":1,"font":{"family":"Arial Narrow","size":9,"style":"normal","weight":"normal","decoration":"none"}}}]}
HasZ: false
HasM: false
Has Attachments: false
Has Geometry Properties: true
HTML Popup Type: esriServerHTMLPopupTypeAsHTMLText
{"renderer":{"type":"uniqueValue","field1":"HYD_REGI_1","uniqueValueInfos":[{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[184,187,252,127],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[110,110,110,127],"width":0.4}},"value":"Black Rock Desert Region","label":"Black Rock Desert Region"},{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[252,207,232,127],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[110,110,110,127],"width":0.4}},"value":"Carson River Basin","label":"Carson River Basin"},{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[213,252,179,127],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[110,110,110,127],"width":0.4}},"value":"Central Region","label":"Central Region"},{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[210,222,252,127],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[110,110,110,127],"width":0.4}},"value":"Colorado River Basin","label":"Colorado River Basin"},{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[252,237,199,127],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[110,110,110,127],"width":0.4}},"value":"Death Valley Basin","label":"Death Valley Basin"},{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[182,234,252,127],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[110,110,110,127],"width":0.4}},"value":"Escalante Desert","label":"Escalante Desert"},{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[252,182,251,127],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[110,110,110,127],"width":0.4}},"value":"Great Salt Lake Basin","label":"Great Salt Lake Basin"},{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[252,222,215,127],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[110,110,110,127],"width":0.4}},"value":"Humboldt River Basin","label":"Humboldt River Basin"},{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[221,252,212,127],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[110,110,110,127],"width":0.4}},"value":"Northwest Region","label":"Northwest Region"},{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[252,190,184,127],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[110,110,110,127],"width":0.4}},"value":"Snake River Basin","label":"Snake River Basin"},{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[189,252,241,127],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[110,110,110,127],"width":0.4}},"value":"Truckee River Basin","label":"Truckee River Basin"},{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[182,252,201,127],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[110,110,110,127],"width":0.4}},"value":"Walker River Basin","label":"Walker River Basin"},{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[252,179,201,127],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[110,110,110,127],"width":0.4}},"value":"West Central Region","label":"West Central Region"},{"symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[224,199,252,127],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[110,110,110,127],"width":0.4}},"value":"Western Region","label":"Western Region"}],"fieldDelimiter":",","authoringInfo":{"colorRamp":{"type":"multipart","colorRamps":[{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[207,179,252,255],"toColor":[207,179,252,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[185,252,182,255],"toColor":[185,252,182,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,208,192,255],"toColor":[252,208,192,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[189,239,252,255],"toColor":[189,239,252,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,182,219,255],"toColor":[252,182,219,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[246,252,207,255],"toColor":[246,252,207,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[182,252,228,255],"toColor":[182,252,228,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[237,215,252,255],"toColor":[237,215,252,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[179,199,252,255],"toColor":[179,199,252,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,227,179,255],"toColor":[252,227,179,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,199,214,255],"toColor":[252,199,214,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[250,252,179,255],"toColor":[250,252,179,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[209,252,204,255],"toColor":[209,252,204,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,199,252,255],"toColor":[252,199,252,255]}]}}},"scaleSymbols":true,"transparency":0,"labelingInfo":[{"labelExpressionInfo":{"expression":"$feature.HYD_AREA_N","title":"Custom"},"labelPlacement":"esriServerPolygonPlacementAlwaysHorizontal","multiPart":"labelPerPart","allowOverrun":false,"deconflictionStrategy":"dynamic","repeatLabel":false,"stackLabel":true,"stackAlignment":"dynamic","removeDuplicates":"all","removeDuplicatesDistance":0,"stackRowLength":24,"useCodedValues":true,"maxScale":0,"minScale":0,"name":"Default","priority":1,"symbol":{"type":"esriTS","color":[0,0,0,255],"backgroundColor":null,"borderLineColor":null,"borderLineSize":null,"verticalAlignment":"bottom","horizontalAlignment":"center","rightToLeft":false,"angle":0,"xoffset":0,"yoffset":0,"kerning":true,"haloColor":[255,255,255,127],"haloSize":1,"font":{"family":"Franklin Gothic Book","size":9,"style":"normal","weight":"normal","decoration":"none"}}}]}
HasZ: false
HasM: false
Has Attachments: false
Has Geometry Properties: true
HTML Popup Type: esriServerHTMLPopupTypeAsHTMLText
Field Name: FCode Coded Values:[43600: Reservoir], [43618: Reservoir: Construction Material = Earthen], [43619: Reservoir: Construction Material = Nonearthen], More
{"renderer":{"type":"simple","symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,92,230,255],"width":4}},"scaleSymbols":true,"transparency":0,"labelingInfo":[{"labelExpressionInfo":{"expression":"$feature.GNIS_Name","title":"Custom"},"labelPlacement":"esriServerLinePlacementAboveAlong","textLayout":"followFeature","deconflictionStrategy":"dynamic","allowOverrun":true,"repeatLabel":false,"lineConnection":"none","multiPart":"labelPerFeature","allowOverlapOfFeatureInterior":"avoid","stackLabel":true,"stackAlignment":"dynamic","removeDuplicates":"none","stackRowLength":24,"useCodedValues":true,"maxScale":0,"minScale":36000,"name":"Default","priority":2,"symbol":{"type":"esriTS","color":[0,38,115,255],"backgroundColor":null,"borderLineColor":null,"borderLineSize":null,"verticalAlignment":"bottom","horizontalAlignment":"left","rightToLeft":false,"angle":0,"xoffset":0,"yoffset":0,"kerning":true,"haloColor":[190,210,255,255],"haloSize":1,"font":{"family":"Times New Roman","size":12,"style":"italic","weight":"normal","decoration":"none"}}}]}
HasZ: true
HasM: true
Has Attachments: false
Has Geometry Properties: true
HTML Popup Type: esriServerHTMLPopupTypeAsHTMLText
{"renderer":{"type":"uniqueValue","field1":"FType","uniqueValueInfos":[{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,255,0,255],"width":1},"value":"558","label":"Artificial Path"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[115,178,255,255],"width":0.4},"value":"336","label":"Canal Ditch"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[10,147,252,255],"width":0.5},"value":"566","label":"Coastline"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[40,146,199,255],"width":1.5},"value":"334","label":"Connector"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[252,179,68,255],"width":1.5},"value":"428","label":"Pipeline"},{"symbol":{"type":"esriSLS","style":"esriSLSSolid","color":[0,38,115,255],"width":2.5},"value":"460","label":"Stream"},{"symbol":{"type":"esriSLS","style":"esriSLSDash","color":[0,92,230,255],"width":1.5},"value":"420","label":"Underground Conduit"}],"fieldDelimiter":",","authoringInfo":{"colorRamp":{"type":"multipart","colorRamps":[{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[62,161,207,255],"toColor":[241,250,122,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[241,250,122,255],"toColor":[240,36,29,255]}]}}},"scaleSymbols":true,"transparency":0,"labelingInfo":[{"labelExpressionInfo":{"expression":"$feature.GNIS_Name","title":"Custom"},"labelPlacement":"esriServerLinePlacementAboveAlong","textLayout":"followFeature","deconflictionStrategy":"dynamic","allowOverrun":true,"repeatLabel":false,"lineConnection":"none","multiPart":"labelPerFeature","allowOverlapOfFeatureInterior":"avoid","stackLabel":true,"stackAlignment":"dynamic","removeDuplicates":"none","stackRowLength":24,"where":"UPPER(GNIS_Name) NOT LIKE '%RIVER%'","useCodedValues":true,"maxScale":0,"minScale":36000,"name":"Default","priority":3,"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":[115,223,255,255],"haloSize":0.5,"font":{"family":"Arial Narrow","size":8,"style":"italic","weight":"normal","decoration":"none"}}}]}
HasZ: true
HasM: true
Has Attachments: false
Has Geometry Properties: true
HTML Popup Type: esriServerHTMLPopupTypeAsHTMLText
Description: In the Public Land Survey System a Township refers to a unit of land, that is nominally six miles on a side, usually containing 36 sections.
Description: The second division of the PLSS is quarter, quarter-quarter, sixteenth or government lot division of the PLSS. The second and third divisions are combined into this feature class as an intentional de-normalization of the PLSS hierarchical data. The polygons in this feature class represent the smallest division to the sixteenth that has been defined for the first division. For example In some cases sections have only been divided to the quarter. Divisions below the sixteenth are in the Special Survey or Parcel Feature Class.The unsurveyed areas are identified in the plss second division. In some states there are unidentified second division areas, these are areas that have not been assigned a second division type and will be updated in future vintages.