{ "currentVersion": 11.1, "cimVersion": "3.1.0", "id": 0, "name": "Water Hydrants", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": false, "minScale": 0, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPoint", "description": "", "copyrightText": "", "editFieldsInfo": { "creationDateField": "created_date", "creatorField": "created_user", "editDateField": "last_edited_date", "editorField": "last_edited_user", "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false } }, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": true, "relationships": [], "isDataVersioned": true, "isDataArchived": false, "infoInEstimates": [ "extent" ], "isDataBranchVersioned": false, "isDataReplicaTracked": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsQuantizationEditMode": true, "supportsCalculate": true, "supportsASyncCalculate": true, "supportsDatumTransformation": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsQueryAnalytic": true }, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": false, "supportsPercentileAnalytic": true }, "advancedEditingCapabilities": { "supportedSqlFormatsInCalculate": [ "standard" ], "supportsAsyncApplyEdits": true, "supportsApplyEditsbyUploadID": true, "supportedApplyEditsUploadIDFormats": "JSON" }, "hasMetadata": true, "extent": { "xmin": 1587734.055049464, "ymin": 7123203.44002822, "xmax": 1638430.238761887, "ymax": 7229325.4220095575, "spatialReference": { "wkid": 102743, "latestWkid": 3566, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119796900, "falseY": -89212200, "xyUnits": 3048.0060960121928, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "sourceSpatialReference": { "wkid": 102743, "latestWkid": 3566, "xyTolerance": 0.003280833333333333, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -119796900, "falseY": -89212200, "xyUnits": 3048.0060960121928, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "drawingInfo": { "renderer": { "type": "uniqueValue", "valueExpression": "// Get the current date\nvar currentDate = Now()\n\n// Get the date from the LastExercisedDate field\nvar FlushedDate = $feature.LastDateFlushed\n\n// Check if the valve date exists and calculate the difference in years\nvar yearsDifference = IIf(IsEmpty(FlushedDate), null, DateDiff(currentDate, FlushedDate, \"years\"))\n\n// Determine if the valve has not been exercised in more than 3 years\nvar NotFlushed = !IsEmpty(yearsDifference) && yearsDifference > 3\n\n// Use a conditional renderer to categorize by type and whether it has been exercised\nvar display = when(\n $feature.WaterSystem == \"Spanish Fork\" && NotFlushed == false, \"Spanish Fork - Flushed\",\n $feature.WaterSystem == \"Spanish Fork\" && NotFlushed == true, \"Spanish Fork - Not Flushed\",\n \"Other\"\n)\n\n// Return the categorized display label\nreturn display", "valueExpressionTitle": "Custom", "uniqueValueInfos": [ { "symbol": { "type": "esriPMS", "url": "2609a8a5ee64760da3d594dfa6b1c76c", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABA0lEQVQoka3TvyvFURjH8dfJLSkR/gA/UlYlZUREyWIyKIPBtZplEYMsFqNFkf/glpgUs814GcigiMVy9K0zfPve773q5lOnTk/n/TzP53k6FW2q8q9gZAJT+EEt8PwnGOnDOY7RjzNMtwQjKxjCE97TGYisoh64a1bxFL3pPpeLX+BSC/ADnfguxHvwWdpqZBYnGA5UI5N4zQYTucdNZDBQL1bcxUNKsoWZzG/y14H59L4BzHSFJYwlTwsYSW3Wko0Gj7fYxiMOsJeme51Ws4HDBjCwExlHNfCGzZz/l8Bi6XCSRtPesgR5decHUwauowtHhfgX1rBfCgaWC0BTtf07fgE1Bjp6AClzPwAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 10, "height": 12, "angle": 0, "xoffset": 0, "yoffset": 1 }, "value": "Spanish Fork - Flushed", "label": "Spanish Fork - Flushed" }, { "symbol": { "type": "esriPMS", "url": "4d78a1435e11d028a8973c6e21354589", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABVElEQVQoka2TvyuFURjHP8+hpET4A/xIWZWUEREli8mgDIZ7zns3syxikMVw7z13sSjyHygxKWab8TKQQRGLep9Hb93hdu+Lku92nnM+zznf79Np549q/1cwhDAOTJrZp3PurFwuP/wKhhB6gWNVPXDO9anqETD1I1goFJZVdVBE7kXkxcxegH7v/YqZ1arV6nUuKCKHQE99OduwdeKcOwXyQeAV6AA+murdZvaW+1Tv/YyIlM1sKMbokySZAJ6yYEIIN2Z2WSwWB0qlUq35xi3gtt4kqOo0MBhCyPy1AXOqmp1vAVHVcxFZBEaBzNM8MAy8ichZ3UaLxysR2QDugF0z23bO3VcqlQvv/YGZrQN7LWCMcTNJkjFV9THG52w6DU0fY4wLueFkStN0RET6swaNdTPragymBRSRNaBTVfebxvGepukqsJMLxhiXmoBv9eff8QXprY0IQX/+NgAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 10, "height": 12, "angle": 0, "xoffset": 0, "yoffset": 1 }, "value": "Spanish Fork - Not Flushed", "label": "Spanish Fork - Not Flushed" }, { "symbol": { "type": "esriPMS", "url": "7b0e3c7ea54ae1c0c90d84ebfc3f1bc3", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABLUlEQVQoka3TsUtcURDF4e+uCyJIRP0DYkRIGwiCZRQlgtgovCgIKVJEW+uQJsRCbGwsbUKM7mIvSKwEre1SqoViIUS0kdUJyiuW3WcE8VSXYX4zcw7csieq/KxgVLwVBnDt1laadvwoGD91Yk3JsltdWvzAu/+CUTUh9OAI50rOhe6omhIOU2aveGNYRUf+Hq6r/8IGD4H8RSuuGuovJBeFp0bFkLCCV+mD2VjXL5zeBRMV+9iJTS/TpMPGjV9xkA+ZwyB6YtOUGy0YUbvvbwLvtI0xvBY2lLxX05ufuZXbaPK4K5kX/ihbUPPtPt3Mb1XLwifJYhOYMl+i4g1m04QzfK7zf5Iyo4Xh5OqTdOcD6tVeH0wR+BFtWGqoX7oxg++FYMqMNwAP6sm/4x/vAlsUzNZtewAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 10, "height": 12, "angle": 0, "xoffset": 0, "yoffset": 1 }, "value": "Other", "label": "Other" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 194, 249, 252, 255 ], "toColor": [ 194, 249, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 179, 252, 255 ], "toColor": [ 252, 179, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 250, 179, 255 ], "toColor": [ 252, 250, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 199, 200, 255 ], "toColor": [ 252, 199, 200, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 189, 200, 252, 255 ], "toColor": [ 189, 200, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 184, 252, 197, 255 ], "toColor": [ 184, 252, 197, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 250, 212, 252, 255 ], "toColor": [ 250, 212, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 242, 215, 255 ], "toColor": [ 252, 242, 215, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 215, 224, 252, 255 ], "toColor": [ 215, 224, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 182, 217, 255 ], "toColor": [ 252, 182, 217, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 202, 252, 229, 255 ], "toColor": [ 202, 252, 229, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 224, 252, 202, 255 ], "toColor": [ 224, 252, 202, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 220, 187, 252, 255 ], "toColor": [ 220, 187, 252, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "hasM": false, "hasZ": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": true, "onlyAllowTrueCurveUpdatesByTrueCurveClients": true, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "GlobalID", "displayField": "AreaName", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "Northing", "type": "esriFieldTypeDouble", "alias": "Northing", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "NORTHING" }, { "name": "Easting", "type": "esriFieldTypeDouble", "alias": "Easting", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "EASTING" }, { "name": "Elevation", "type": "esriFieldTypeDouble", "alias": "Elevation", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "ELEVATION" }, { "name": "DeadEnd", "type": "esriFieldTypeString", "alias": "Dead End", "domain": { "type": "codedValue", "name": "Yes-No Boolean", "description": "Yes or No Boolean", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 10, "defaultValue": "No", "modelName": "DeadEnd" }, { "name": "FlushSched", "type": "esriFieldTypeString", "alias": "Flush Schedule", "domain": { "type": "codedValue", "name": "UtilitiesFlushSchedule", "description": "Flush Schedule", "codedValues": [ { "name": "Bi-Monthly", "code": "Bi-Monthly" }, { "name": "Bi-Weekly", "code": "Bi-Weekly" }, { "name": "Monthly", "code": "Monthly" }, { "name": "Every Four Years", "code": "Quadrennial" }, { "name": "Tri-Annually", "code": "Tri-Annually" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 15, "defaultValue": "Quadrennial", "modelName": "FlushSched" }, { "name": "LastDateFlushed", "type": "esriFieldTypeDate", "alias": "Last Date Flushed", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "Maint_Orde" }, { "name": "addfeats_user", "type": "esriFieldTypeString", "alias": "Created By", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "addfeats_user" }, { "name": "addfeats_date", "type": "esriFieldTypeDate", "alias": "Date Created", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "addfeats_date" }, { "name": "editfeats_user", "type": "esriFieldTypeString", "alias": "Edited By", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "editfeats_user" }, { "name": "editfeats_date", "type": "esriFieldTypeDate", "alias": "Date Edited", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "editfeats_date" }, { "name": "YearInstalled", "type": "esriFieldTypeSmallInteger", "alias": "Installed Year", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Installed_Yr" }, { "name": "Abandoned", "type": "esriFieldTypeString", "alias": "Abandoned", "domain": { "type": "codedValue", "name": "Yes-No Boolean", "description": "Yes or No Boolean", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 10, "defaultValue": "No", "modelName": "Abandoned" }, { "name": "MainSize", "type": "esriFieldTypeSmallInteger", "alias": "Main Size", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "MainSize" }, { "name": "NotesConcerns", "type": "esriFieldTypeString", "alias": "Notes & Concerns", "domain": null, "editable": true, "nullable": true, "length": 254, "defaultValue": null, "modelName": "NotesConcerns" }, { "name": "UpdateMaps", "type": "esriFieldTypeString", "alias": "Update Maps?", "domain": { "type": "codedValue", "name": "Yes-No Boolean", "description": "Yes or No Boolean", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 10, "defaultValue": "No", "modelName": "UpdateMaps" }, { "name": "PubliclyVisible", "type": "esriFieldTypeString", "alias": "Publicly Visible?", "domain": { "type": "codedValue", "name": "Yes-No Boolean", "description": "Yes or No Boolean", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 10, "defaultValue": "Yes", "modelName": "PubliclyVisible" }, { "name": "AreaName", "type": "esriFieldTypeString", "alias": "Area Name", "domain": { "type": "codedValue", "name": "WaterValvesHydrantsAreas", "description": "Valves and Hydrants Exercising Program Area Names", "codedValues": [ { "name": "Canyon", "code": "Canyon" }, { "name": "Northwest", "code": "Northwest" }, { "name": "Northeast", "code": "Northeast" }, { "name": "Southwest", "code": "Southwest" }, { "name": "Southeast", "code": "Southeast" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "AreaName" }, { "name": "LastFlushResult", "type": "esriFieldTypeString", "alias": "Last Flush Result", "domain": null, "editable": true, "nullable": true, "length": 25, "defaultValue": null, "modelName": "LastFlushResult" }, { "name": "HydrantPressure", "type": "esriFieldTypeSmallInteger", "alias": "Hydrant Pressure", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "HydrantPressure" }, { "name": "DeadEndLengthFt", "type": "esriFieldTypeSmallInteger", "alias": "Dead End Length Ft", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "DeadEndLengthFt" }, { "name": "DeadEndDiameterInches", "type": "esriFieldTypeSmallInteger", "alias": "Dead End Diameter Inches", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "DeadEndDiameterInches" }, { "name": "RecommendedFlushTimeMins", "type": "esriFieldTypeSmallInteger", "alias": "Recommended Flush Time Mins", "domain": null, "editable": true, "nullable": true, "defaultValue": 4, "modelName": "RecommendedFlushTimeMins" }, { "name": "LastFlushTimeMins", "type": "esriFieldTypeSmallInteger", "alias": "Last Flush Time Mins", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "LastFlushTimeMins" }, { "name": "GallonsFlushed", "type": "esriFieldTypeSmallInteger", "alias": "Gallons Flushed", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "GallonsFlushed" }, { "name": "TotalTimeFlushed", "type": "esriFieldTypeSmallInteger", "alias": "Total Time Flushed", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "TotalTimeFlushed" }, { "name": "AvailableFireFlowGPM", "type": "esriFieldTypeSmallInteger", "alias": "Available Fire Flow GPM", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "AvailableFireFlowGPM" }, { "name": "WaterSystem", "type": "esriFieldTypeString", "alias": "Water System", "domain": { "type": "codedValue", "name": "UtilitiesHydrantsSystem", "description": "Which water System Does the Hydrant Belong in?", "codedValues": [ { "name": "Spanish Fork", "code": "Spanish Fork" }, { "name": "County", "code": "County" }, { "name": "Other City", "code": "Other City" }, { "name": "Covered Bridge Canyon", "code": "Covered Bridge Canyon" }, { "name": "Bird's Eye", "code": "Bird's Eye" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 25, "defaultValue": "Spanish Fork", "modelName": "WaterSystem" }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "domain": null, "editable": false, "nullable": true, "length": 255, "defaultValue": null, "modelName": "created_user" }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "domain": null, "editable": false, "nullable": true, "length": 8, "defaultValue": null, "modelName": "created_date" }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "domain": null, "editable": false, "nullable": true, "length": 255, "defaultValue": null, "modelName": "last_edited_user" }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "domain": null, "editable": false, "nullable": true, "length": 8, "defaultValue": null, "modelName": "last_edited_date" }, { "name": "TrimbleID", "type": "esriFieldTypeInteger", "alias": "Trimble ID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "TrimbleID" }, { "name": "VerificationNeeded", "type": "esriFieldTypeString", "alias": "VerificationNeeded", "domain": { "type": "codedValue", "name": "Yes-No Boolean", "description": "Yes or No Boolean", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 255, "defaultValue": "No", "modelName": "VerificationNeeded" }, { "name": "InCanyon", "type": "esriFieldTypeString", "alias": "In the Canyon?", "domain": { "type": "codedValue", "name": "Yes-No Boolean", "description": "Yes or No Boolean", "codedValues": [ { "name": "Yes", "code": "Yes" }, { "name": "No", "code": "No" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDuplicate" }, "editable": true, "nullable": true, "length": 5, "defaultValue": "No", "modelName": "InCanyon" } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SHAPE" }, "indexes": [ { "name": "R104_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_104", "fields": "GlobalID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_OID_104", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S80_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "Mountain Standard Time", "respectsDaylightSaving": true }, "preferredTimeReference": { "timeZone": "Mountain Standard Time", "respectsDaylightSaving": true }, "types": [], "templates": [ { "name": "Water Hydrants", "description": "", "prototype": { "attributes": { "VerificationNeeded": "No", "Northing": null, "Easting": null, "Elevation": null, "DeadEnd": "No", "FlushSched": "Quadrennial", "LastDateFlushed": null, "addfeats_user": null, "addfeats_date": null, "editfeats_user": null, "editfeats_date": null, "YearInstalled": null, "Abandoned": "No", "MainSize": null, "NotesConcerns": null, "UpdateMaps": "No", "PubliclyVisible": "Yes", "AreaName": null, "LastFlushResult": null, "HydrantPressure": null, "DeadEndLengthFt": null, "DeadEndDiameterInches": null, "RecommendedFlushTimeMins": 4, "LastFlushTimeMins": null, "GallonsFlushed": null, "TotalTimeFlushed": null, "AvailableFireFlowGPM": null, "WaterSystem": "Spanish Fork", "InCanyon": "No", "TrimbleID": null } }, "drawingTool": "esriFeatureEditToolPoint" } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb,shapefile,csv,geojson", "capabilities": "Query,Create,Update,Delete,Uploads,Editing", "useStandardizedQueries": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "standardMaxRecordCount": 32000, "tileMaxRecordCount": 8000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1, "serviceItemId": "4b135f2e18964382af9175af981e6ed7" }