{ "currentVersion": 11.5, "cimVersion": "3.5.0", "id": 1, "name": "Rural Trails", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkid": 102676, "latestWkid": 3418, "xyTolerance": 5.120000004768372E-4, "zTolerance": 9.313225759165211E-7, "mTolerance": 2.0E-5, "falseX": -1.1924049999984577E8, "falseY": -9.650759999998552E7, "xyUnits": 15624.999985448083, "falseZ": 0, "zUnits": 8589934.58, "falseM": 0, "mUnits": 99999.99999999999 }, "spatialReference": { "wkid": 102676, "latestWkid": 3418, "xyTolerance": 5.120000004768372E-4, "zTolerance": 9.313225759165211E-7, "mTolerance": 0.001, "falseX": -119240500, "falseY": -96507600, "xyUnits": 3.725648770439424E7, "falseZ": 0, "zUnits": 8589934.58, "falseM": -100000, "mUnits": 10000 }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "STATUS", "field2": "TRAILTYPE", "uniqueValueGroups": [ { "heading": "", "classes": [ { "label": "Existing Off Road Trail", "description": "Existing Off Road Trail", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 232, 190, 255, 255 ], "width": 3.4 }, "values": [ [ "E", "ORT" ] ] }, { "label": "Existing Share The Road", "description": "Existing Share The Road", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 3.4 }, "values": [ [ "E", "STR" ] ] }, { "label": "Proposed Off Road Trail", "description": "Proposed Off Road Trail", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 164, 238, 241, 255 ], "width": 3.4 }, "values": [ [ "FP", "ORT" ] ] }, { "label": "Proposed Share The Road", "description": "Proposed Share The Road", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 3.4 }, "values": [ [ "FP", "STR" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 232, 190, 255, 255 ], "width": 3.4 }, "value": "E,ORT", "label": "Existing Off Road Trail" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 3.4 }, "value": "E,STR", "label": "Existing Share The Road" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 164, 238, 241, 255 ], "width": 3.4 }, "value": "FP,ORT", "label": "Proposed Off Road Trail" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 3.4 }, "value": "FP,STR", "label": "Proposed Share The Road" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriHSVAlgorithm", "fromColor": [ 56, 168, 0, 255 ], "toColor": [ 255, 255, 0, 255 ] }, { "type": "algorithmic", "algorithm": "esriHSVAlgorithm", "fromColor": [ 255, 255, 0, 255 ], "toColor": [ 255, 0, 0, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": 2223768.1503326595, "ymin": 486199.96074700356, "xmax": 2384252.500242114, "ymax": 592686.3749901801, "spatialReference": { "wkid": 102676, "latestWkid": 3418, "xyTolerance": 5.120000004768372E-4, "zTolerance": 9.313225759165211E-7, "mTolerance": 0.001, "falseX": -119240500, "falseY": -96507600, "xyUnits": 3.725648770439424E7, "falseZ": 0, "zUnits": 8589934.58, "falseM": -100000, "mUnits": 10000 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "NAME", "typeIdField": "SUBTYPE", "subtypeFieldName": "SUBTYPE", "subtypeField": "SUBTYPE", "defaultSubtypeCode": 1, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "NAME", "type": "esriFieldTypeString", "alias": "Trail Name", "length": 50, "domain": null }, { "name": "LENGTH", "type": "esriFieldTypeDouble", "alias": "Trail Length (MI)", "domain": null }, { "name": "STATUS", "type": "esriFieldTypeString", "alias": "Trail Status", "length": 50, "domain": { "type": "codedValue", "name": "dTrStatus", "description": "Trail Status", "codedValues": [ { "name": "Existing", "code": "E" }, { "name": "Past Proposed", "code": "PP" }, { "name": "Future Proposed", "code": "FP" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "TRAILSURFACE", "type": "esriFieldTypeString", "alias": "Trail Surface", "length": 15, "domain": { "type": "codedValue", "name": "dTrSurface", "description": "Trail Surface", "codedValues": [ { "name": "Asphalt", "code": "AC" }, { "name": "Crushed Aggregate or Gravel", "code": "AGG" }, { "name": "Black Top", "code": "BT" }, { "name": "Compacted Soil", "code": "CSOIL" }, { "name": "Frozen Soil", "code": "FSOIL" }, { "name": "Other", "code": "OTHER" }, { "name": "Paved", "code": "P" }, { "name": "Portland Cement Concrete", "code": "PCC" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "TRAILTYPE", "type": "esriFieldTypeString", "alias": "Trail Type", "length": 50, "domain": { "type": "codedValue", "name": "dTrType", "description": "Trail Type", "codedValues": [ { "name": "Off Road Trail", "code": "ORT" }, { "name": "Share The Road", "code": "STR" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "DESIGNEDUSE", "type": "esriFieldTypeString", "alias": "Designed Use", "length": 15, "domain": { "type": "codedValue", "name": "dTrUse", "description": "Trail Use", "codedValues": [ { "name": "Hiker/Pedestrian", "code": "HIKE" }, { "name": "Bicycle/Pedestrian", "code": "BIKE/PED" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SUBTYPE", "type": "esriFieldTypeInteger", "alias": "Trail SubType", "domain": null }, { "name": "MAINTAINEDBY", "type": "esriFieldTypeString", "alias": "Maintained By", "length": 20, "domain": { "type": "codedValue", "name": "dTrMaint", "description": "Trail Maintainer", "codedValues": [ { "name": "City", "code": "City" }, { "name": "County", "code": "County" }, { "name": "Private", "code": "Private" }, { "name": "State", "code": "State" }, { "name": "Federal", "code": "Federal" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "FDO_SHAPE", "fields": "SHAPE", "isAscending": true, "isUnique": false, "description": "" } ], "types": [ { "domains": { "STATUS": {"type": "inherited"}, "TRAILSURFACE": {"type": "inherited"}, "TRAILTYPE": {"type": "inherited"}, "DESIGNEDUSE": {"type": "inherited"} }, "id": 0, "name": "Existing" }, { "domains": { "STATUS": {"type": "inherited"}, "TRAILSURFACE": {"type": "inherited"}, "TRAILTYPE": {"type": "inherited"}, "DESIGNEDUSE": {"type": "inherited"}, "MAINTAINEDBY": {"type": "inherited"} }, "id": 1, "name": "Proposed" } ], "subtypes": [ { "domains": { "STATUS": {"type": "inherited"}, "TRAILSURFACE": {"type": "inherited"}, "TRAILTYPE": {"type": "inherited"}, "DESIGNEDUSE": {"type": "inherited"} }, "defaultValues": { "NAME": null, "LENGTH": null, "STATUS": null, "TRAILSURFACE": null, "TRAILTYPE": null, "DESIGNEDUSE": null, "SUBTYPE": null, "MAINTAINEDBY": null }, "code": 0, "name": "Existing" }, { "domains": { "STATUS": {"type": "inherited"}, "TRAILSURFACE": {"type": "inherited"}, "TRAILTYPE": {"type": "inherited"}, "DESIGNEDUSE": {"type": "inherited"}, "MAINTAINEDBY": {"type": "inherited"} }, "defaultValues": { "NAME": null, "LENGTH": null, "STATUS": null, "TRAILSURFACE": null, "TRAILTYPE": null, "DESIGNEDUSE": null, "SUBTYPE": null, "MAINTAINEDBY": null }, "code": 1, "name": "Proposed" } ], "relationships": [], "canModifyLayer": true, "canScaleSymbols": false, "hasLabels": false, "capabilities": "Query,Map,Data", "maxRecordCount": 2000, "maxSelectionCount": 2000, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportedQueryFormats": "JSON, geoJSON, PBF", "isDataVersioned": false, "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": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": { "timeZone": "Central Standard Time", "timeZoneIANA": "America/Chicago", "respectsDaylightSaving": true }, "preferredTimeReference": { "timeZone": "Central Standard Time", "timeZoneIANA": "America/Chicago", "respectsDaylightSaving": true }, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "SHAPE_Length", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "4ed8171c846a40daab28b95989a2a999" }