{ "currentVersion": 10.91, "id": 3, "name": "Minor Arterial", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 32145, "latestWkid": 32145 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "drawingInfo": { "symbolLayerDrawing": { "type": "CIMSymbolLayerDrawing", "symbolLayers": [ { "type": "CIMSymbolLayerIdentifier", "symbolReferenceName": "Symbol_151", "symbolLayerName": "Level_0" }, { "type": "CIMSymbolLayerIdentifier", "symbolReferenceName": "Symbol_152", "symbolLayerName": "Level_0" }, { "type": "CIMSymbolLayerIdentifier", "symbolReferenceName": "Symbol_153", "symbolLayerName": "Level_0" } ], "useSymbolLayerDrawing": true }, "renderer": { "type": "uniqueValue", "field1": "Fclass", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 2 }, "value": "MA", "label": "Minor Arterial", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 115, 223, 255, 255 ], "width": 5 }, "value": "MA-up", "label": "Upgrade to Minor Arterial", "description": "" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 254, 216, 39, 255 ], "width": 5 }, "value": "MA-down", "label": "Downgrade to Minor Arterial", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": [ { "labelPlacement": "esriServerLinePlacementAboveAlong", "where": "RPCCLASS <=3", "labelExpression": "[RDFLNAME]", "useCodedValues": true, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Arial", "size": 8, "style": "normal", "weight": "normal", "decoration": "none" } }, "minScale": 0, "maxScale": 0 }, { "labelPlacement": "esriServerLinePlacementAboveAlong", "where": "RPCCLASS =30", "labelExpression": "[RTNUMBER]", "useCodedValues": true, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "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" } }, "minScale": 0, "maxScale": 0 }, { "labelPlacement": "esriServerLinePlacementAboveAlong", "where": "RPCCLASS =40", "labelExpression": "[RTNUMBER]", "useCodedValues": true, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "baseline", "horizontalAlignment": "left", "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" } }, "minScale": 0, "maxScale": 0 } ] }, "defaultVisibility": false, "extent": { "xmin": 435580.28000000026, "ymin": 189920.94999999925, "xmax": 474336.3099999996, "ymax": 246227, "spatialReference": { "wkid": 32145, "latestWkid": 32145 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "ALINAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "RTNUMBER", "type": "esriFieldTypeString", "alias": "RTNUMBER", "length": 4, "domain": null }, { "name": "RPCCLASS", "type": "esriFieldTypeSmallInteger", "alias": "RPCCLASS", "domain": null }, { "name": "AOTCLASS", "type": "esriFieldTypeSmallInteger", "alias": "AOTCLASS", "domain": null }, { "name": "FUNCL", "type": "esriFieldTypeSmallInteger", "alias": "FUNCL", "domain": null }, { "name": "RDFLNAME", "type": "esriFieldTypeString", "alias": "RDFLNAME", "length": 30, "domain": null }, { "name": "change_cls", "type": "esriFieldTypeSmallInteger", "alias": "change_cls", "domain": null }, { "name": "Fclass", "type": "esriFieldTypeString", "alias": "Fclass", "length": 100, "domain": { "type": "codedValue", "name": "WS1_Classification", "description": "Functional Classifications", "codedValues": [ { "name": "Interstate", "code": "I" }, { "name": "Freeway", "code": "F" }, { "name": "Principal Arterial", "code": "PA" }, { "name": "Minor Arterial", "code": "MA" }, { "name": "Major Collector", "code": "MajorC" }, { "name": "Minor Collector", "code": "MinorC" }, { "name": "Local", "code": "L" }, { "name": "Principal Arterial - Upgrade", "code": "PA-up" }, { "name": "Principal Arterial - Downgrade", "code": "PA-down" }, { "name": "Minor Arterial - Upgrade", "code": "MA-up" }, { "name": "Minor Arterial - Downgrade", "code": "MA-down" }, { "name": "Major Collector - Upgrade", "code": "MajorC-up" }, { "name": "Major Collector - Downgrade", "code": "MajorC-down" }, { "name": "Minor Collector - Upgrade", "code": "MinorC-up" }, { "name": "Minor Collector - Downgrade", "code": "MinorC-down" }, { "name": "Local - Upgrade", "code": "Local-up" }, { "name": "Local - Downgrade", "code": "Local-down" }, { "name": "More Discussion Needed", "code": "MD" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "FunctionalClass", "type": "esriFieldTypeString", "alias": "FunctionalClass", "length": 50, "domain": { "type": "codedValue", "name": "WS1_Classification", "description": "Functional Classifications", "codedValues": [ { "name": "Interstate", "code": "I" }, { "name": "Freeway", "code": "F" }, { "name": "Principal Arterial", "code": "PA" }, { "name": "Minor Arterial", "code": "MA" }, { "name": "Major Collector", "code": "MajorC" }, { "name": "Minor Collector", "code": "MinorC" }, { "name": "Local", "code": "L" }, { "name": "Principal Arterial - Upgrade", "code": "PA-up" }, { "name": "Principal Arterial - Downgrade", "code": "PA-down" }, { "name": "Minor Arterial - Upgrade", "code": "MA-up" }, { "name": "Minor Arterial - Downgrade", "code": "MA-down" }, { "name": "Major Collector - Upgrade", "code": "MajorC-up" }, { "name": "Major Collector - Downgrade", "code": "MajorC-down" }, { "name": "Minor Collector - Upgrade", "code": "MinorC-up" }, { "name": "Minor Collector - Downgrade", "code": "MinorC-down" }, { "name": "Local - Upgrade", "code": "Local-up" }, { "name": "Local - Downgrade", "code": "Local-down" }, { "name": "More Discussion Needed", "code": "MD" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "FDO_OBJECTID", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "FDO_Shape", "fields": "Shape", "isAscending": true, "isUnique": false, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": true, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsAdvancedQueries": true, "hasM": true, "supportedQueryFormats": "JSON, geoJSON", "isDataVersioned": false, "ownershipBasedAccessControlForFeatures": {"allowOthersToQuery": true}, "useStandardizedQueries": true, "advancedQueryCapabilities": { "useStandardizedQueries": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsCountDistinct": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsPagination": true, "supportsTrueCurve": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true }, "supportsDatumTransformation": true, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape_Length", "units": "esriMeters" }, "dateFieldsTimeReference": null, "supportsCoordinatesQuantization": true, "serviceItemId": "55c2e056ceaf4046a6957f9d2d99cd07" }