{ "currentVersion": 11.4, "cimVersion": "3.4.0", "id": 2, "name": "Highways", "type": "Feature Layer", "parentLayer": { "id": 1, "name": "Roads" }, "defaultVisibility": true, "minScale": 0, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolyline", "description": "", "copyrightText": "", "editFieldsInfo": null, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": false, "relationships": [], "isDataVersioned": false, "isDataArchived": false, "infoInEstimates": [ "extent", "count" ], "isDataBranchVersioned": false, "isDataReplicaTracked": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": true, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsQuantizationEditMode": true, "supportsCalculate": true, "supportsASyncCalculate": true, "supportsDatumTransformation": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsCurrentUserQueries": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsReturningGeometryEnvelope": true, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsQueryAnalytic": false }, "advancedEditingCapabilities": { "supportedSqlFormatsInCalculate": [ "standard" ], "supportsAsyncApplyEdits": true, "supportsApplyEditsbyUploadID": true, "supportedApplyEditsUploadIDFormats": "JSON,PBF" }, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape__Length", "units": "esriMeters" }, "hasMetadata": true, "extent": { "xmin": -1.3363795358795758E7, "ymin": 4745283.977037013, "xmax": -1.3275808878420888E7, "ymax": 5037293.012110395, "spatialReference": { "wkid": 102100, "latestWkid": 3857, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -20037700, "falseY": -30241100, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "sourceSpatialReference": { "wkid": 102709, "latestWkid": 3423, "xyTolerance": 0.004096000003814702, "zTolerance": 2, "mTolerance": 2, "falseX": -1.5821999998983888E7, "falseY": -3.2308199998463422E7, "xyUnits": 1953.1249981810083, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 4.2 } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": [ { "labelExpressionInfo": { "expression": "function getNumericRoute(text) {\n if (IsEmpty(text)) {\n return null;\n }\n\n // List of ordinals to ignore\n var ordinals = [\n \"1ST\",\"2ND\",\"3RD\",\"4TH\",\"5TH\",\"6TH\",\"7TH\",\"8TH\",\"9TH\",\"10TH\",\n \"11TH\",\"12TH\",\"13TH\",\"14TH\",\"15TH\",\"16TH\",\"17TH\",\"18TH\",\"19TH\",\"20TH\",\n \"21ST\",\"22ND\",\"23RD\",\"24TH\",\"25TH\",\"26TH\",\"27TH\",\"28TH\",\"29TH\",\"30TH\"\n ];\n\n var parts = Split(text, ' ');\n for (var j = Count(parts) - 1; j >= 0; j--) {\n var part = Upper(parts[j]);\n if (!IsEmpty(part)) {\n // Only consider parts that start with a digit and are not ordinals\n var firstChar = Left(part, 1);\n if (firstChar >= \"0\" && firstChar <= \"9\" && IndexOf(ordinals, part) == -1) {\n // Extract only leading digits\n var digits = \"\";\n for (var i = 0; i < Count(part); i++) {\n var char = Mid(part, i, 1);\n if (char >= \"0\" && char <= \"9\") {\n digits += char;\n } else {\n break;\n }\n }\n return digits;\n }\n }\n }\n return null;\n}\n\n// Try FULLNAME first\nvar label = getNumericRoute($feature.FULLNAME);\n\n// Fallback to ALIAS if FULLNAME is not valid\nif (IsEmpty(label)) {\n label = getNumericRoute($feature.ALIAS);\n}\n\nreturn label;", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "horizontal", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": true, "repeatLabelDistance": 216, "lineConnection": "minimizeLabels", "useClippedGeometry": false, "allowOverlapOfFeatureInterior": "avoid", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 150, "where": "(ALIAS LIKE 'SR %' OR ALIAS LIKE 'STATE ROUTE %')\nOR (FULLNAME LIKE 'SR %' OR FULLNAME LIKE 'STATE ROUTE %')", "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "State Route", "priority": -1, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "middle", "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": "function getNumericRoute(text) {\n if (IsEmpty(text)) {\n return null;\n }\n\n // List of ordinals to ignore\n var ordinals = [\n \"1ST\",\"2ND\",\"3RD\",\"4TH\",\"5TH\",\"6TH\",\"7TH\",\"8TH\",\"9TH\",\"10TH\",\n \"11TH\",\"12TH\",\"13TH\",\"14TH\",\"15TH\",\"16TH\",\"17TH\",\"18TH\",\"19TH\",\"20TH\",\n \"21ST\",\"22ND\",\"23RD\",\"24TH\",\"25TH\",\"26TH\",\"27TH\",\"28TH\",\"29TH\",\"30TH\"\n ];\n\n var parts = Split(text, ' ');\n for (var j = Count(parts) - 1; j >= 0; j--) {\n var part = Upper(parts[j]);\n if (!IsEmpty(part)) {\n // Only consider parts that start with a digit and are not ordinals\n var firstChar = Left(part, 1);\n if (firstChar >= \"0\" && firstChar <= \"9\" && IndexOf(ordinals, part) == -1) {\n // Extract only leading digits\n var digits = \"\";\n for (var i = 0; i < Count(part); i++) {\n var char = Mid(part, i, 1);\n if (char >= \"0\" && char <= \"9\") {\n digits += char;\n } else {\n break;\n }\n }\n return digits;\n }\n }\n }\n return null;\n}\n\n// Try FULLNAME first\nvar label = getNumericRoute($feature.FULLNAME);\n\n// Fallback to ALIAS if FULLNAME is not valid\nif (IsEmpty(label)) {\n label = getNumericRoute($feature.ALIAS);\n}\n\nreturn label;", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "horizontal", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": true, "repeatLabelDistance": 216, "lineConnection": "minimizeLabels", "useClippedGeometry": false, "allowOverlapOfFeatureInterior": "avoid", "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 150, "where": "FULLNAME LIKE 'INTERSTATE %'", "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": "baseline", "horizontalAlignment": "center", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Arial", "size": 8.5, "style": "normal", "weight": "bold", "decoration": "none" } } }, { "labelExpressionInfo": { "expression": "function getNumericRoute(text) {\n if (IsEmpty(text)) {\n return null;\n }\n\n // List of ordinals to ignore\n var ordinals = [\n \"1ST\",\"2ND\",\"3RD\",\"4TH\",\"5TH\",\"6TH\",\"7TH\",\"8TH\",\"9TH\",\"10TH\",\n \"11TH\",\"12TH\",\"13TH\",\"14TH\",\"15TH\",\"16TH\",\"17TH\",\"18TH\",\"19TH\",\"20TH\",\n \"21ST\",\"22ND\",\"23RD\",\"24TH\",\"25TH\",\"26TH\",\"27TH\",\"28TH\",\"29TH\",\"30TH\"\n ];\n\n var parts = Split(text, ' ');\n for (var j = Count(parts) - 1; j >= 0; j--) {\n var part = Upper(parts[j]);\n if (!IsEmpty(part)) {\n // Only consider parts that start with a digit and are not ordinals\n var firstChar = Left(part, 1);\n if (firstChar >= \"0\" && firstChar <= \"9\" && IndexOf(ordinals, part) == -1) {\n // Extract only leading digits\n var digits = \"\";\n for (var i = 0; i < Count(part); i++) {\n var char = Mid(part, i, 1);\n if (char >= \"0\" && char <= \"9\") {\n digits += char;\n } else {\n break;\n }\n }\n return digits;\n }\n }\n }\n return null;\n}\n\n// Try FULLNAME first\nvar label = getNumericRoute($feature.FULLNAME);\n\n// Fallback to ALIAS if FULLNAME is not valid\nif (IsEmpty(label)) {\n label = getNumericRoute($feature.ALIAS);\n}\n\nreturn label;\n", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "horizontal", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": true, "repeatLabelDistance": 216, "lineConnection": "minimizeLabels", "useClippedGeometry": false, "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 150, "where": "(ALIAS LIKE 'US %') OR (FULLNAME LIKE 'US %')", "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "US Highway", "priority": -1, "symbol": { "type": "esriTS", "color": [ 0, 0, 0, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "middle", "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": "function getNumericRoute(text) {\n if (IsEmpty(text)) {\n return null;\n }\n\n // List of ordinals to ignore\n var ordinals = [\n \"1ST\",\"2ND\",\"3RD\",\"4TH\",\"5TH\",\"6TH\",\"7TH\",\"8TH\",\"9TH\",\"10TH\",\n \"11TH\",\"12TH\",\"13TH\",\"14TH\",\"15TH\",\"16TH\",\"17TH\",\"18TH\",\"19TH\",\"20TH\",\n \"21ST\",\"22ND\",\"23RD\",\"24TH\",\"25TH\",\"26TH\",\"27TH\",\"28TH\",\"29TH\",\"30TH\"\n ];\n\n var parts = Split(text, ' ');\n for (var j = Count(parts) - 1; j >= 0; j--) {\n var part = Upper(parts[j]);\n if (!IsEmpty(part)) {\n // Only consider parts that start with a digit and are not ordinals\n var firstChar = Left(part, 1);\n if (firstChar >= \"0\" && firstChar <= \"9\" && IndexOf(ordinals, part) == -1) {\n // Extract only leading digits\n var digits = \"\";\n for (var i = 0; i < Count(part); i++) {\n var char = Mid(part, i, 1);\n if (char >= \"0\" && char <= \"9\") {\n digits += char;\n } else {\n break;\n }\n }\n return digits;\n }\n }\n }\n return null;\n}\n\n// Try FULLNAME first\nvar label = getNumericRoute($feature.FULLNAME);\n\n// Fallback to ALIAS if FULLNAME is not valid\nif (IsEmpty(label)) {\n label = getNumericRoute($feature.ALIAS);\n}\n\nreturn label;", "title": "Custom" }, "labelPlacement": "esriServerLinePlacementCenterAlong", "textLayout": "horizontal", "deconflictionStrategy": "dynamic", "allowOverrun": false, "repeatLabel": true, "repeatLabelDistance": 216, "lineConnection": "minimizeLabels", "useClippedGeometry": false, "stackLabel": false, "removeDuplicates": "all", "removeDuplicatesDistance": 150, "where": "(ALIAS LIKE '%COUNTY ROUTE%' OR FULLNAME LIKE '%COUNTY ROUTE%' OR\n ALIAS LIKE 'CR%' OR FULLNAME LIKE 'CR%')", "useCodedValues": true, "maxScale": 0, "minScale": 0, "name": "County Route", "priority": -1, "symbol": { "type": "esriTS", "color": [ 247, 209, 23, 255 ], "backgroundColor": null, "borderLineColor": null, "borderLineSize": null, "verticalAlignment": "middle", "horizontalAlignment": "center", "rightToLeft": false, "angle": 0, "xoffset": 0, "yoffset": 0, "kerning": true, "haloColor": null, "haloSize": null, "font": { "family": "Arial", "size": 8.5, "style": "normal", "weight": "bold", "decoration": "none" } } } ] }, "hasM": false, "hasZ": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": true, "onlyAllowTrueCurveUpdatesByTrueCurveClients": true, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "GlobalID", "displayField": "FULLNAME", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "PREFIX", "type": "esriFieldTypeString", "alias": "PREFIX", "domain": null, "editable": true, "nullable": true, "length": 2, "defaultValue": null, "modelName": "PREFIX" }, { "name": "TYPE2", "type": "esriFieldTypeString", "alias": "TYPE2", "domain": null, "editable": true, "nullable": true, "length": 4, "defaultValue": null, "modelName": "TYPE2" }, { "name": "CLASS", "type": "esriFieldTypeString", "alias": "CLASS", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "CLASS" }, { "name": "SUFFIX", "type": "esriFieldTypeString", "alias": "SUFFIX", "domain": null, "editable": true, "nullable": true, "length": 2, "defaultValue": null, "modelName": "SUFFIX" }, { "name": "ALIAS", "type": "esriFieldTypeString", "alias": "ALIAS", "domain": null, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "ALIAS" }, { "name": "OWNER", "type": "esriFieldTypeDouble", "alias": "OWNER", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "OWNER" }, { "name": "FULLNAME", "type": "esriFieldTypeString", "alias": "FULLNAME", "domain": null, "editable": true, "nullable": true, "length": 30, "defaultValue": null, "modelName": "FULLNAME" }, { "name": "STREETNAME", "type": "esriFieldTypeString", "alias": "STREETNAME", "domain": null, "editable": true, "nullable": true, "length": 30, "defaultValue": null, "modelName": "STREETNAME" }, { "name": "FRADDL", "type": "esriFieldTypeString", "alias": "FRADDL", "domain": null, "editable": true, "nullable": true, "length": 6, "defaultValue": null, "modelName": "FRADDL" }, { "name": "TOADDL", "type": "esriFieldTypeString", "alias": "TOADDL", "domain": null, "editable": true, "nullable": true, "length": 6, "defaultValue": null, "modelName": "TOADDL" }, { "name": "FRADDR", "type": "esriFieldTypeString", "alias": "FRADDR", "domain": null, "editable": true, "nullable": true, "length": 6, "defaultValue": null, "modelName": "FRADDR" }, { "name": "TOADDR", "type": "esriFieldTypeString", "alias": "TOADDR", "domain": null, "editable": true, "nullable": true, "length": 6, "defaultValue": null, "modelName": "TOADDR" }, { "name": "COMMENT", "type": "esriFieldTypeString", "alias": "COMMENT", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "COMMENT" }, { "name": "SNOW_PRIORITY", "type": "esriFieldTypeSmallInteger", "alias": "SNOW_PRIORITY", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SNOW_PRIORITY" }, { "name": "pub.WASHOE.Trans_Highways.LEN", "type": "esriFieldTypeDouble", "alias": "len", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "len", "required": true }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" }, { "name": "Shape__Length", "type": "esriFieldTypeDouble", "alias": "SHAPE.len", "domain": null, "editable": false, "nullable": true, "defaultValue": null, "modelName": "SHAPE.len", "required": true } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Shape" }, "indexes": [ { "name": "R292_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_292", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "a233_ix1", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "UTC", "timeZoneIANA": "Etc/UTC", "respectsDaylightSaving": false }, "preferredTimeReference": null, "types": [], "templates": [ { "name": "Highways", "description": "", "prototype": { "attributes": { "pub.WASHOE.Trans_Highways.LEN": null, "PREFIX": null, "TYPE2": null, "CLASS": null, "SUFFIX": null, "ALIAS": null, "OWNER": null, "FULLNAME": null, "STREETNAME": null, "FRADDL": null, "TOADDL": null, "FRADDR": null, "TOADDR": null, "COMMENT": null, "SNOW_PRIORITY": null } }, "drawingTool": "esriFeatureEditToolLine" } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb,shapefile,csv,geojson", "capabilities": "Query", "useStandardizedQueries": true, "bigIntegerRestrictedTo53Bits": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "standardMaxRecordCount": 8000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1, "serviceItemId": "3b2f71f9a08d4f838782d5f2c146574b" }