{ "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 4, "name": "Climbing Access", "type": "Feature Layer", "description": "These data represent OSMP's designated trails. All trails in this dataset are also managed by OSMP, even though some trails are actually owned by other agencies. Some trails are considered sensitive and are not displayed to the public. Use the 'Display' field to show or not show these trails; Display = 'Yes' will only display those trails that are okay to show to the public. Archived data exist and can be queried out using the 'DateFrom' and 'DateTo' fields. To show only those trails that are currently designated and to remove the network connectors (which are not real trails), use the following definition query: CURRENT_TIMESTAMP between DateFrom and DateTo and Name 'Network Connector Segment'", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 2876, "latestWkid": 2876, "vcsWkid": 105703, "latestVcsWkid": 6360, "xyTolerance": 0.003280833333333333, "zTolerance": 0.003280833333333333, "mTolerance": 0.001, "falseX": -118265500, "falseY": -95180100, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": -26034.50949369891, "mUnits": 10000 }, "sourceHeightModelInfo": { "heightModel": "gravity_related_height", "vertCRS": "NAVD88_height_(ftUS)", "heightUnit": "us-foot" }, "copyrightText": "OSMP", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "drawingInfo": { "renderer": { "type": "simple", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 197, 255, 255 ], "width": 3 } }, "scaleSymbols": false, "transparency": 0, "labelingInfo": null }, "defaultVisibility": false, "extent": { "xmin": 3026049.3980433047, "ymin": 1211607.9812903106, "xmax": 3103037.495707214, "ymax": 1285335.0710405558, "spatialReference": { "wkid": 2876, "latestWkid": 2876, "xyTolerance": 0.00328083333333333, "zTolerance": 2, "mTolerance": 0.001, "falseX": -118265500, "falseY": -95180100, "xyUnits": 3.7138342128391795E7, "falseZ": 0, "zUnits": 1, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "TRAILNAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "OWNER", "type": "esriFieldTypeString", "alias": "OWNER", "length": 20, "domain": null }, { "name": "Bicycles", "type": "esriFieldTypeString", "alias": "Bicycles", "length": 5, "domain": { "type": "codedValue", "name": "WS1_YesNo", "description": "Yes or No", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "Display", "type": "esriFieldTypeString", "alias": "Display", "length": 3, "domain": { "type": "codedValue", "name": "WS1_YesNo", "description": "Yes or No", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "TrailType", "type": "esriFieldTypeString", "alias": "TrailType", "length": 40, "domain": { "type": "codedValue", "name": "WS1_TrailType", "description": "", "codedValues": [ { "name": "Hiking Trail", "code": "Hiking Trail" }, { "name": "Climbing Access", "code": "Climbing Access" }, { "name": "Multi-Use Trail", "code": "Multi-Use Trail" }, { "name": "Gliding Access", "code": "Gliding Access" }, { "name": "ORAR", "code": "ORAR" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "DateFrom", "type": "esriFieldTypeDate", "alias": "DateFrom", "length": 8, "domain": null }, { "name": "DateTo", "type": "esriFieldTypeDate", "alias": "DateTo", "length": 8, "domain": null }, { "name": "SegmentID", "type": "esriFieldTypeString", "alias": "SEGMENTID", "length": 14, "domain": null }, { "name": "Horses", "type": "esriFieldTypeString", "alias": "HORSES", "length": 3, "domain": { "type": "codedValue", "name": "WS1_YesNo", "description": "Yes or No", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "RID", "type": "esriFieldTypeSmallInteger", "alias": "RID", "domain": null }, { "name": "TrlID", "type": "esriFieldTypeSmallInteger", "alias": "TRLID", "domain": null }, { "name": "Mileage", "type": "esriFieldTypeDouble", "alias": "Mileage", "domain": null }, { "name": "MeasuredFeet", "type": "esriFieldTypeInteger", "alias": "MEASUREDFEET", "domain": null }, { "name": "TrailName", "type": "esriFieldTypeString", "alias": "TRAILNAME", "length": 60, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "Shape.STLength()", "type": "esriFieldTypeDouble", "alias": "SHAPE.STLength()", "domain": null }, { "name": "Difficulty", "type": "esriFieldTypeString", "alias": "DIFFICULTY", "length": 10, "domain": { "type": "codedValue", "name": "WS1_TrailDifficulty", "description": "TrailDifficulty", "codedValues": [ { "name": "Easy", "code": "Easy" }, { "name": "Moderate", "code": "Moderate" }, { "name": "Difficult", "code": "Difficult" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "Dogs", "type": "esriFieldTypeString", "alias": "DOGS", "length": 3, "domain": { "type": "codedValue", "name": "WS1_YesNo", "description": "Yes or No", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "DogRegGen", "type": "esriFieldTypeString", "alias": "DOGREGGEN", "length": 10, "domain": null }, { "name": "DogRegDesc", "type": "esriFieldTypeString", "alias": "DOGREGDESC", "length": 50, "domain": null }, { "name": "RegionalName", "type": "esriFieldTypeString", "alias": "RegionalName", "length": 50, "domain": null }, { "name": "EBikes", "type": "esriFieldTypeString", "alias": "EBikes", "length": 5, "domain": { "type": "codedValue", "name": "WS1_YesNo", "description": "Yes or No", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R20_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S10_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": false, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "hasM": 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 }