{ "currentVersion": 11.5, "cimVersion": "3.5.0", "id": 23, "name": "Cross Country Ski Trails Groom", "type": "Feature Layer", "description": "", "geometryType": "esriGeometryPolyline", "sourceSpatialReference": { "wkt2": "COMPOUNDCRS[\"\",PROJCRS[\"NAD_1983_HARN_Adj_MN_Clay_Feet\",BASEGEOGCRS[\"GCS_North_American_1983_HARN\",DATUM[\"D_North_American_1983_HARN\",ELLIPSOID[\"GRS_1980\",6378137.0,298.257222101,LENGTHUNIT[\"Meter\",1.0]]],PRIMEM[\"Greenwich\",0.0,ANGLEUNIT[\"Degree\",0.0174532925199433]],CS[ellipsoidal,2],AXIS[\"Latitude (lat)\",north,ORDER[1]],AXIS[\"Longitude (lon)\",east,ORDER[2]],ANGLEUNIT[\"Degree\",0.0174532925199433]],CONVERSION[\"Transverse_Mercator\",METHOD[\"Transverse_Mercator\"],PARAMETER[\"False_Easting\",500022.6580891667,LENGTHUNIT[\"Foot_US\",0.3048006096012192]],PARAMETER[\"False_Northing\",100004.5319459167,LENGTHUNIT[\"Foot_US\",0.3048006096012192]],PARAMETER[\"Central_Meridian\",-96.7,ANGLEUNIT[\"Degree\",0.0174532925199433]],PARAMETER[\"Scale_Factor\",1.000045317862,SCALEUNIT[\"Unity\",1.0]],PARAMETER[\"Latitude_Of_Origin\",46.63,ANGLEUNIT[\"Degree\",0.0174532925199433]]],CS[Cartesian,2],AXIS[\"Easting (X)\",east,ORDER[1]],AXIS[\"Northing (Y)\",north,ORDER[2]],LENGTHUNIT[\"Foot_US\",0.3048006096012192]],VERTCRS[\"NAVD_1988\",VDATUM[\"North_American_Vertical_Datum_1988\"],CS[vertical,1],AXIS[\"Gravity-related height (H)\",up,LENGTHUNIT[\"Meter\",1.0]]]]", "wkt": "PROJCS[\"NAD_1983_HARN_Adj_MN_Clay_Feet\",GEOGCS[\"GCS_North_American_1983_HARN\",DATUM[\"D_North_American_1983_HARN\",SPHEROID[\"GRS_1980\",6378137.0,298.257222101]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"False_Easting\",500022.6580891667],PARAMETER[\"False_Northing\",100004.5319459167],PARAMETER[\"Central_Meridian\",-96.7],PARAMETER[\"Scale_Factor\",1.000045317862],PARAMETER[\"Latitude_Of_Origin\",46.63],UNIT[\"Foot_US\",0.3048006096012192]],VERTCS[\"NAVD_1988\",VDATUM[\"North_American_Vertical_Datum_1988\"],PARAMETER[\"Vertical_Shift\",0.0],PARAMETER[\"Direction\",1.0],UNIT[\"Meter\",1.0]]", "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -17949400, "falseY": -49666600, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "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 }, "sourceHeightModelInfo": { "heightModel": "gravity_related_height", "vertCRS": "NAVD_1988", "heightUnit": "meter" }, "copyrightText": "", "parentLayer": null, "subLayers": [], "minScale": 0, "maxScale": 0, "referenceScale": 0.0, "drawingInfo": { "renderer": { "type": "uniqueValue", "valueExpression": "//Groomed within last day Medium Apple\nif (DateDiff(Now(), Date($feature.GROOMED_DATE), 'hours') <= 24) {\n return \"Groomed in last day\" }\n//Groomed within last 3 days Citron Yellow\nelse if (DateDiff(Now(), Date($feature.GROOMED_DATE), 'hours') > 24 &&\nDateDiff(Now(), Date($feature.GROOMED_DATE), 'days') <= 3) {\n return \"Groomed in last 3 days\" }\n//Groomed within last week Seville Orange\nelse if (DateDiff(Now(), Date($feature.GROOMED_DATE), 'days') > 3 &&\nDateDiff(Now(), Date($feature.GROOMED_DATE), 'days') <= 7) {\n return \"Groomed in last week\" }\n//Not groomed for over a week Mars Red\nelse if (DateDiff(Now(), Date($feature.GROOMED_DATE), 'days') > 7 &&\nDateDiff(Now(), Date($feature.GROOMED_DATE), 'days') <= 230) {\n return \"Not groomed in over a week\" }\n//groomed last season Black\nelse if (DateDiff(Now(), Date($feature.GROOMED_DATE), 'days') > 230) {\n return \"Not Groomed\" }\n\n//areas which do not satisfy any of the given conditions belong in the sixth group Grey\nelse {\n return \"No groom date available\" }", "valueExpressionTitle": "Custom", "uniqueValueGroups": [ { "heading": "Custom", "classes": [ { "label": "Groomed in last day", "description": "Groomed in last day", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 76, 230, 0, 255 ], "width": 2 }, "values": [ [ "Groomed in last day" ] ] }, { "label": "Groomed in last 3 days", "description": "Groomed in last 3 days", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 230, 230, 0, 255 ], "width": 2 }, "values": [ [ "Groomed in last 3 days" ] ] }, { "label": "Groomed in last week", "description": "Groomed in last week", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 230, 152, 0, 255 ], "width": 2 }, "values": [ [ "Groomed in last week" ] ] }, { "label": "Not groomed in over a week", "description": "Not groomed in over a week", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 0, 255 ], "width": 2 }, "values": [ [ "Not groomed in over a week" ] ] }, { "label": "Not Groomed", "description": "Not Groomed", "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 2 }, "values": [ [ "Not Groomed" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 76, 230, 0, 255 ], "width": 2 }, "value": "Groomed in last day", "label": "Groomed in last day" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 230, 230, 0, 255 ], "width": 2 }, "value": "Groomed in last 3 days", "label": "Groomed in last 3 days" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 230, 152, 0, 255 ], "width": 2 }, "value": "Groomed in last week", "label": "Groomed in last week" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 0, 0, 255 ], "width": 2 }, "value": "Not groomed in over a week", "label": "Not groomed in over a week" }, { "symbol": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 2 }, "value": "Not Groomed", "label": "Not Groomed" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 163, 138, 108, 255 ], "toColor": [ 163, 138, 108, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 93, 245, 255 ], "toColor": [ 179, 93, 245, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 81, 224, 83, 255 ], "toColor": [ 81, 224, 83, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 87, 216, 242, 255 ], "toColor": [ 87, 216, 242, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 65, 75, 128, 255 ], "toColor": [ 65, 75, 128, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 224, 83, 154, 255 ], "toColor": [ 224, 83, 154, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 238, 250, 160, 255 ], "toColor": [ 238, 250, 160, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 217, 94, 78, 255 ], "toColor": [ 217, 94, 78, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 59, 161, 113, 255 ], "toColor": [ 59, 161, 113, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 199, 144, 222, 255 ], "toColor": [ 199, 144, 222, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 250, 184, 102, 255 ], "toColor": [ 250, 184, 102, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 92, 112, 224, 255 ], "toColor": [ 92, 112, 224, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 92, 130, 138, 255 ], "toColor": [ 92, 130, 138, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "defaultVisibility": true, "extent": { "xmin": -1.0775353585849475E7, "ymin": 5914278.349318253, "xmax": -1.0770446085755458E7, "ymax": 5928246.20726832, "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 } }, "hasAttachments": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "displayField": "NAME", "typeIdField": null, "subtypeFieldName": null, "subtypeField": null, "defaultSubtypeCode": null, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null }, { "name": "NAME", "type": "esriFieldTypeString", "alias": "Trail Name", "length": 255, "domain": null }, { "name": "MILES", "type": "esriFieldTypeDouble", "alias": "Trail Miles", "domain": null }, { "name": "SURFTYPE", "type": "esriFieldTypeString", "alias": "Surface Type", "length": 20, "domain": null }, { "name": "SKILLLEVEL", "type": "esriFieldTypeString", "alias": "Skill Level", "length": 20, "domain": null }, { "name": "CONDITION", "type": "esriFieldTypeString", "alias": "Condition", "length": 50, "domain": { "type": "codedValue", "name": "Condition", "description": "Condition of Sidewalk Ramp", "codedValues": [ { "name": "Good Condition", "code": "Good" }, { "name": "Average Condition", "code": "Average" }, { "name": "Poor Condition", "code": "Poor" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "INSTALLDATE", "type": "esriFieldTypeDate", "alias": "Install Date", "length": 8, "domain": null }, { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null }, { "name": "Shape.STLength()", "type": "esriFieldTypeDouble", "alias": "SHAPE.STLength()", "domain": null }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "length": 38, "domain": null }, { "name": "ASSETID", "type": "esriFieldTypeString", "alias": "Asset ID", "length": 50, "domain": null }, { "name": "ASSETTYPE", "type": "esriFieldTypeString", "alias": "Asset Type", "length": 50, "domain": null }, { "name": "GROOMED_DATE", "type": "esriFieldTypeDate", "alias": "Groomed Date", "length": 8, "domain": null }, { "name": "SEASNL_ACC", "type": "esriFieldTypeString", "alias": "Seasonal Accessibility", "length": 20, "domain": { "type": "codedValue", "name": "SeasonalAccess", "description": "SeasonalAccess", "codedValues": [ { "name": "All Year Round", "code": "All Year Round" }, { "name": "Summer Only", "code": "Summer Only" }, { "name": "Winter Only", "code": "Winter Only" }, { "name": "Unknown", "code": "Unknown" }, { "name": "Open", "code": "Open" }, { "name": "Closed", "code": "Closed" }, { "name": "Partially Open", "code": "Partially Open" }, { "name": "Partially Groomed", "code": "Partially Groomed" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" } }, { "name": "RETIREDATE", "type": "esriFieldTypeDate", "alias": "Retire Date", "length": 8, "domain": null }, { "name": "LIFECYCLE_STATUS", "type": "esriFieldTypeSmallInteger", "alias": "Lifecyle Status", "domain": { "type": "codedValue", "name": "Lifecycle Status", "description": "Lifecycle Status", "codedValues": [ { "name": "Active", "code": 0 }, { "name": "Retired", "code": 1 }, { "name": "Proposed", "code": 2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" } }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "length": 255, "domain": null }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "length": 8, "domain": null }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "length": 255, "domain": null }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "length": 8, "domain": null } ], "geometryField": { "name": "Shape", "type": "esriFieldTypeGeometry", "alias": "SHAPE" }, "indexes": [ { "name": "UUID_1314", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S1232_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "subtypes": [], "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": 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": false, "supportsCurrentUserQueries": true }, "supportsDatumTransformation": true, "dateFieldsTimeReference": { "timeZone": "Central Standard Time", "timeZoneIANA": "America/Chicago", "respectsDaylightSaving": true }, "preferredTimeReference": null, "datesInUnknownTimezone": false, "hasGeometryProperties": true, "geometryProperties": { "shapeLengthFieldName": "Shape.STLength()", "units": "esriFeet", "mapUnits": {"uwkid": 9003} }, "hasMetadata": true, "isDataArchived": true, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1764140641000 }, "supportsCoordinatesQuantization": true, "supportsDynamicLegends": true, "serviceItemId": "d36de76f22554a34858aaeb085636b3e" }