{ "currentVersion": 10.91, "cimVersion": "2.9.0", "id": 2, "name": "Park Path", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102646, "latestWkid": 2230, "xyTolerance": 0.016666666666666666, "zTolerance": 2, "mTolerance": 2, "falseX": 5206004, "falseY": 1294729, "xyUnits": 120, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "PHG_TYPE_CD", "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 92, 230, 255 ], "width": 1 }, "value": "1", "label": "Bike Path- Off Street" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 230, 76, 0, 255 ], "width": 1 }, "value": "2", "label": "Bike Path- On Street" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 235, 252, 194, 255 ], "toColor": [ 235, 252, 194, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 216, 179, 252, 255 ], "toColor": [ 216, 179, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 182, 182, 255 ], "toColor": [ 252, 182, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 182, 235, 252, 255 ], "toColor": [ 182, 235, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 182, 252, 225, 255 ], "toColor": [ 182, 252, 225, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 215, 247, 255 ], "toColor": [ 252, 215, 247, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 222, 189, 255 ], "toColor": [ 252, 222, 189, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 182, 199, 252, 255 ], "toColor": [ 182, 199, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 180, 252, 179, 255 ], "toColor": [ 180, 252, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 184, 240, 255 ], "toColor": [ 252, 184, 240, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 212, 213, 255 ], "toColor": [ 252, 212, 213, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 207, 252, 249, 255 ], "toColor": [ 207, 252, 249, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 215, 220, 252, 255 ], "toColor": [ 215, 220, 252, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 6069869.35, "ymin": 2165910.6166666667, "xmax": 6130638.383333333, "ymax": 2223480.425, "spatialReference": { "wkid": 102646, "latestWkid": 2230, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -118608900, "falseY": -91259500, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "PHG_NAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "PHG_NUMBER", "type": "esriFieldTypeString", "alias": "Alt Path ID", "length": 20, "domain": null }, { "name": "PHG_NAME", "type": "esriFieldTypeString", "alias": "Path Name", "length": 40, "domain": null }, { "name": "PHG_TYPE_CD", "type": "esriFieldTypeInteger", "alias": "Type", "domain": { "type": "codedValue", "name": "pkpath_ph_type_cd", "description": "", "codedValues": [ { "name": "Bike Path- Off Street", "code": 1 }, { "name": "Bike Path- On Street", "code": 2 }, { "name": "Open Space Trail", "code": 3 }, { "name": "Fitness Par Course", "code": 4 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "PHG_SURF_CD", "type": "esriFieldTypeInteger", "alias": "Surface", "domain": { "type": "codedValue", "name": "pkpath_ph_surf_cd", "description": "", "codedValues": [ { "name": "N/A", "code": 0 }, { "name": "Asphalt", "code": 1 }, { "name": "Concrete", "code": 2 }, { "name": "Gravel", "code": 3 }, { "name": "Dirt", "code": 4 }, { "name": "Mulch", "code": 5 }, { "name": "Rubber", "code": 6 }, { "name": "AC", "code": 7 }, { "name": "Wood", "code": 9 }, { "name": "PCC", "code": 8 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "PHG_LENGTH", "type": "esriFieldTypeDouble", "alias": "Length", "domain": null }, { "name": "PHG_DB", "type": "esriFieldTypeSmallInteger", "alias": "In GBA Database?", "domain": { "type": "codedValue", "name": "Common_Boolean", "description": "gbaMS Boolean Domain", "codedValues": [ { "name": "False", "code": 0 }, { "name": "True", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "LastModBy", "type": "esriFieldTypeString", "alias": "Last Modified By", "length": 40, "domain": null }, { "name": "LastModDate", "type": "esriFieldTypeDate", "alias": "Last Modified date", "length": 8, "domain": null }, { "name": "LastSynDate", "type": "esriFieldTypeDate", "alias": "Last Synchronized Date", "length": 8, "domain": null }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "PHG_ID", "type": "esriFieldTypeDouble", "alias": "Path No.", "domain": null }, { "name": "Micropaver", "type": "esriFieldTypeString", "alias": "MicroPaver", "length": 50, "domain": null }, { "name": "PHG_PK_NUM", "type": "esriFieldTypeString", "alias": "PHG_PK_NUM", "length": 50, "domain": null }, { "name": "DataSource", "type": "esriFieldTypeString", "alias": "DataSource", "length": 50, "domain": null }, { "name": "PHG_PK_ID", "type": "esriFieldTypeString", "alias": "Park Rec #", "length": 50, "domain": null }, { "name": "SHAPE.len", "type": "esriFieldTypeDouble", "alias": "SHAPE.len", "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "R96_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "a60_ix1", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "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": false }, "supportsDatumTransformation": true, "dateFieldsTimeReference": { "timeZone": "Pacific Standard Time", "respectsDaylightSaving": false }, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "SHAPE.len", "units": "esriFeet" }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true }