{ "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 6, "name": "Path", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 7856, "latestWkid": 7856, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -5120900, "falseY": 1900, "xyUnits": 10000, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 10000, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "PathType", "uniqueValueGroups": [ { "heading": "", "classes": [ { "label": "Footpath (no bicycles)", "description": "Footpath (no bicycles)", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 0, 255 ], "width": 2 }, "values": [ [ "FP" ] ] }, { "label": "Shared Path", "description": "Shared Path", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 223, 115, 255, 255 ], "width": 2 }, "values": [ [ "SP" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 0, 255 ], "width": 2 }, "value": "FP", "label": "Footpath (no bicycles)" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 223, 115, 255, 255 ], "width": 2 }, "value": "SP", "label": "Shared Path" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 196, 139, 53, 255 ], "toColor": [ 196, 139, 53, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 107, 79, 201, 255 ], "toColor": [ 107, 79, 201, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 54, 201, 194, 255 ], "toColor": [ 54, 201, 194, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 89, 199, 42, 255 ], "toColor": [ 89, 199, 42, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 184, 51, 104, 255 ], "toColor": [ 184, 51, 104, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 59, 125, 184, 255 ], "toColor": [ 59, 125, 184, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 176, 45, 40, 255 ], "toColor": [ 176, 45, 40, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 43, 166, 94, 255 ], "toColor": [ 43, 166, 94, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 138, 158, 36, 255 ], "toColor": [ 138, 158, 36, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 194, 50, 194, 255 ], "toColor": [ 194, 50, 194, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 166, 66, 146, 255 ], "toColor": [ 166, 66, 146, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 35, 148, 166, 255 ], "toColor": [ 35, 148, 166, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 153, 84, 47, 255 ], "toColor": [ 153, 84, 47, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 321387.2221999997, "ymin": 6898603.3399, "xmax": 420319.18090000004, "ymax": 7031645.3662, "spatialReference": { "wkid": 7856, "latestWkid": 7856, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -5398832.5872100005, "falseY": -349957.1234300003, "xyUnits": 4.426564757560833E8, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "SiteName", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "Status", "type": "esriFieldTypeString", "alias": "Status", "length": 5, "domain": { "type": "codedValue", "name": "WS2_rStatus", "description": "", "codedValues": [ { "name": "Operational", "code": "OP" }, { "name": "Offline", "code": "OL" }, { "name": "Future", "code": "FUT" }, { "name": "Unknown", "code": "UNK" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "MeasuredLength", "type": "esriFieldTypeDouble", "alias": "Measured Length", "domain": null }, { "name": "PathType", "type": "esriFieldTypeString", "alias": "Path Type", "length": 5, "domain": { "type": "codedValue", "name": "WS2_rPath Type", "description": "", "codedValues": [ { "name": "Footpath", "code": "FP" }, { "name": "Bicycle Path", "code": "BP" }, { "name": "Shared Path", "code": "SP" }, { "name": "Bridle Trail", "code": "BT" }, { "name": "Other", "code": "OTH" }, { "name": "Unknown", "code": "UNK" }, { "name": "Mountain Bike", "code": "MBK" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "Material", "type": "esriFieldTypeString", "alias": "Material", "length": 5, "domain": { "type": "codedValue", "name": "WS2_rRoad Material", "description": "", "codedValues": [ { "name": "Asphalt", "code": "ASP" }, { "name": "Bitumen", "code": "BIT" }, { "name": "Concrete", "code": "CON" }, { "name": "Paved", "code": "PAV" }, { "name": "Gravel", "code": "GRV" }, { "name": "Grass", "code": "GRS" }, { "name": "Dirt", "code": "DRT" }, { "name": "Timber", "code": "TIM" }, { "name": "Other", "code": "OTH" }, { "name": "Unknown", "code": "UNK" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape", "domain": null }, { "name": "MaintainedBy", "type": "esriFieldTypeString", "alias": "Maintained By", "length": 20, "domain": { "type": "codedValue", "name": "WS2_rMaintainedBy", "description": "", "codedValues": [ { "name": "Private", "code": "Private" }, { "name": "Not Maintained", "code": "Not Maintained" }, { "name": "TRC", "code": "TRC" }, { "name": "TMR", "code": "TMR" }, { "name": "Unknown", "code": "UNK" }, { "name": "Not Applicable", "code": "NA" }, { "name": "TRC Internal", "code": "TRCINT" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "Condition", "type": "esriFieldTypeString", "alias": "Condition", "length": 8, "domain": { "type": "codedValue", "name": "WS2_pCondition", "description": "Park Asset Condition SAM", "codedValues": [ { "name": "1 - Very Good Condition", "code": "1" }, { "name": "2 - Minor Defects", "code": "2" }, { "name": "3 - Maintenance Required", "code": "3" }, { "name": "4 - Requires Renewal", "code": "4" }, { "name": "5 - Asset Unserviceable", "code": "5" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "ConditionAssessmentDate", "type": "esriFieldTypeDate", "alias": "ConditionAssessmentDate", "length": 8, "domain": null }, { "name": "Photo", "type": "esriFieldTypeString", "alias": "Photo", "length": 200, "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "Shape" }, "indexes": [ { "name": "S10546_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Map,Query,Data", "maxRecordCount": 1000, "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, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsPagination": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsTrueCurve": true, "supportsQueryWithDatumTransformation": true, "supportsReturningQueryExtent": true, "supportsQueryWithDistance": true, "supportsSqlExpression": true, "supportsTimeRelation": true, "supportsSqlFormat": false, "supportsQueryAnalytic": true, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "dateFieldsTimeReference": null, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape.STLength()", "units": "esriMeters", "mapUnits": {"uwkid": 9001} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "d9b34d4aa3d74f9591c53db3f533e744" }