{ "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 3, "name": "County Roads", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102738, "latestWkid": 2276, "vcsWkid": 5703, "latestVcsWkid": 5703, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -123407700, "falseY": -86123500, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "sourceHeightModelInfo": { "heightModel": "gravity_related_height", "vertCRS": "NAVD_1988", "heightUnit": "meter" }, "copyrightText": "Brad Patrick, GIS/Addressing Coordinator, Lubbock Emergency Communication District; and GIS and Data Services Department, City of Lubbock, TX", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 225, 225, 225, 255 ], "width": 1 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpressionInfo": { "expression": "var preDir = \"\";\nif (!IsEmpty($feature.RD_PreDir)) {\n preDir = $feature.RD_PreDir;\n}\n\nvar preType = \"\";\nif (!IsEmpty($feature.RD_PreType)) {\n var typeUpper = Upper($feature.RD_PreType);\n if (typeUpper == \"HIGHWAY\") {\n preType = \"HWY\";\n } else if (typeUpper == \"COUNTY ROAD\") {\n preType = \"CR\";\n } else if (typeUpper == \"FARM TO MARKET\") {\n preType = \"FM\";\n } else {\n preType = $feature.RD_PreType;\n }\n}\n\nvar name = \"\";\nif (!IsEmpty($feature.RD_Name)) {\n name = $feature.RD_Name;\n}\n\nvar postType = \"\";\nif (!IsEmpty($feature.RD_PostTyp)) {\n postType = $feature.RD_PostTyp;\n}\n\nvar parts = [];\nif (!IsEmpty(preDir)) { Push(parts, preDir); }\nif (!IsEmpty(preType)) { Push(parts, preType); }\nif (!IsEmpty(name)) { Push(parts, name); }\nif (!IsEmpty(postType)) { Push(parts, postType); }\n\nreturn Concatenate(parts, \" \");\n", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "straight", "deconflictionStrategy": "dynamic", "allowOverrun": true, "repeatLabel": false, "lineConnection": "minimizeLabels", "allowOverlapOfFeatureInterior": "avoid", "stackLabel": false, "removeDuplicates": "none", "where": "Road_Class <> 'CITY STREET'", "useCodedValues": true, "maxScale": "NaN", "minScale": 10000, "name": "Class 1", "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": "Tahoma", "size": 6, "style": "normal", "weight": "bold", "decoration": "none" } } } ] }, "defaultVisibility": true, "extent": { "xmin": -1.1365177374066304E7, "ymin": 3946092.8043308835, "xmax": -1.1304330284385582E7, "ymax": 4012870.271187841, "spatialReference": { "wkid": 102100, "latestWkid": 3857, "vcsWkid": 5703, "latestVcsWkid": 5703, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -20037700, "falseY": -30241100, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "heightModelInfo": { "heightModel": "gravity_related_height", "vertCRS": "NAVD_1988", "heightUnit": "meter" }, "supportsVCSProjection": true, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "RD_Name", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "County_Lef", "type": "esriFieldTypeString", "alias": "County_Lef", "length": 40, "domain": null }, { "name": "County_Rig", "type": "esriFieldTypeString", "alias": "County_Rig", "length": 40, "domain": null }, { "name": "City_Left", "type": "esriFieldTypeString", "alias": "City_Left", "length": 100, "domain": null }, { "name": "City_Right", "type": "esriFieldTypeString", "alias": "City_Right", "length": 100, "domain": null }, { "name": "Address_Le", "type": "esriFieldTypeInteger", "alias": "Address_Le", "domain": null }, { "name": "Address__1", "type": "esriFieldTypeInteger", "alias": "Address__1", "domain": null }, { "name": "Address_Ri", "type": "esriFieldTypeInteger", "alias": "Address_Ri", "domain": null }, { "name": "Address__2", "type": "esriFieldTypeInteger", "alias": "Address__2", "domain": null }, { "name": "ESN_Left", "type": "esriFieldTypeString", "alias": "ESN_Left", "length": 5, "domain": null }, { "name": "ESN_Right", "type": "esriFieldTypeString", "alias": "ESN_Right", "length": 5, "domain": null }, { "name": "MSAG_Commu", "type": "esriFieldTypeString", "alias": "MSAG_Commu", "length": 30, "domain": null }, { "name": "MSAG_Com_1", "type": "esriFieldTypeString", "alias": "MSAG_Com_1", "length": 30, "domain": null }, { "name": "RD_PreDir", "type": "esriFieldTypeString", "alias": "RD_PreDir", "length": 2, "domain": null }, { "name": "RD_PreType", "type": "esriFieldTypeString", "alias": "RD_PreType", "length": 20, "domain": null }, { "name": "RD_Name", "type": "esriFieldTypeString", "alias": "RD_Name", "length": 60, "domain": null }, { "name": "RD_PostTyp", "type": "esriFieldTypeString", "alias": "RD_PostTyp", "length": 4, "domain": null }, { "name": "RD_PostDir", "type": "esriFieldTypeString", "alias": "RD_PostDir", "length": 2, "domain": null }, { "name": "RD_Full_Na", "type": "esriFieldTypeString", "alias": "RD_Full_Na", "length": 125, "domain": null }, { "name": "Speed_Limi", "type": "esriFieldTypeInteger", "alias": "Speed_Limi", "domain": null }, { "name": "Road_Class", "type": "esriFieldTypeString", "alias": "Road_Class", "length": 15, "domain": null }, { "name": "Last_Edite", "type": "esriFieldTypeDate", "alias": "Last_Edite", "length": 8, "domain": null }, { "name": "Alias", "type": "esriFieldTypeString", "alias": "Alias", "length": 40, "domain": null }, { "name": "Surface", "type": "esriFieldTypeString", "alias": "Surface", "length": 254, "domain": null }, { "name": "dmNotesXML", "type": "esriFieldTypeString", "alias": "dmNotesXML", "length": 254, "domain": null }, { "name": "dmValidati", "type": "esriFieldTypeString", "alias": "dmValidati", "length": 254, "domain": null }, { "name": "dmClientUp", "type": "esriFieldTypeInteger", "alias": "dmClientUp", "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": "RD_PostMod", "type": "esriFieldTypeString", "alias": "RD_PostMod", "length": 50, "domain": null }, { "name": "Shape_Leng", "type": "esriFieldTypeDouble", "alias": "Shape_Leng", "domain": null }, { "name": "GlobalID_1", "type": "esriFieldTypeString", "alias": "GlobalID_1", "length": 38, "domain": null }, { "name": "dmValida_1", "type": "esriFieldTypeString", "alias": "dmValida_1", "length": 254, "domain": null }, { "name": "dmClient_1", "type": "esriFieldTypeInteger", "alias": "dmClient_1", "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "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": "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": "R3686_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_3686", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_3686", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S2486_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "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": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "c46395d68b4d41bdafefd04967790a99" }