{ "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 2, "name": "Dormant Well Annual Work Plan Location", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 1000000, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPoint", "description": "The Dormancy and Shutdown Regulation requires permit holders whose portfolio includes dormant and/or former wells to submit an Annual Work Plan for each calendar year. The Annual Work Plan outlines any planned closure work activities (decommissioning, assessment, or restoration) in the calendar year. Note, the work planned information may include closure work planned at non-dormant site addition to dormant and former sites. Please refer to the Dormant Sites Program Manual for additional information.Data PropertiesAttributes / Column NameField AliasData TypeData PrecisionCommentsOBJECTIDObject IDUnique row value assigned by databaseSHAPEGeometry (Point)WA_NUMWell Authority NumberText5Unique 5 digit (zero padded) number assigned to each surface hole location.WELL_NAMEWell NameText80Identifies the well operator, the field or area name, and the surface location of the well. This is the full well name as it is permitted.OPERATOROperatorText150Current permit holder of the well location.WELL_SURFACE_LOCATIONWell Surface LocationText18Location using NTS (National Topographic System) and/or DLS (Dominion Land Survey) map sheets also known as grid systems.DORMANT_STATUS_SITEDormant Status (Site)Text40The dormancy status of a site.Dormant - a well that meets the dormancy thresholds set out in section 3 of the Dormancy and Shutdown Regulation or a former site (cancelled with surface disturbance) as defined in section 3.1 of the Dormancy and Shutdown Regulation.Non-Dormant - a well that has not yet met the dormancy thresholds set out in section 3 of the Dormancy Regulation.N/A - a well where the Dormancy Regulation does not apply (primarily cancelled wells).DORMNACY_DATE_SITEDormancy Date (Site)DateThe date when the well site became dormant (note that for a multi-well sites the site is not dormant until all of the wells on the site are dormant). For a former site (cancelled with surface disturbance), the dormancy date is the cancellation date. DORMANCY_TYPEDormancy TypeText1Indicates the classification of the dormant or former site as defined in section 4 of the Dormancy and Shutdown Regulation. The dormancy type can be either A, B, or C.PRIORITY_SITE_INDPriority Site IndicatedText1Y indicates that the site has been designated a priority site as defined in section 5 of the Dormancy and Shutdown Regulation.PRIORITY_SITE_DESIGNATION_DATEPriority Designation DateDateThe date that the site was designated a priority site as defined in section 5 of the Dormancy and Shutdown Regulation.REPORT_AGEWork Plan Age (Years)Short3Age in years of the report relative to when the data is being viewed if data is live or the year in which the data was exported if it is static. This is to ensure aid in layer symbology where 0 is the current year, 1 is the previous year and -1 is the upcoming year.DECOM_PLANNEDDecommission Work PlannedText1Decommissioning work was planned in the current report year.ASSESS_PLANNEDAssessment Work PlannedText1Assessment work was completed in the current report year.RESTO_PLANNEDRestoration Work PlannedText1Restoration work was completed in the current report year.Renewal Triggers and Service Levels Nightly", "copyrightText": "BC Energy Regulator", "editFieldsInfo": null, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": false, "relationships": [], "isDataVersioned": false, "isDataArchived": false, "infoInEstimates": [ "extent", "count" ], "isDataBranchVersioned": false, "isDataReplicaTracked": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": true, "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, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsCurrentUserQueries": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsQueryAnalytic": true }, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": true, "supportsPercentileAnalytic": true }, "advancedEditingCapabilities": { "supportedSqlFormatsInCalculate": [ "standard" ], "supportsAsyncApplyEdits": true, "supportsApplyEditsbyUploadID": true, "supportedApplyEditsUploadIDFormats": "JSON" }, "hasMetadata": true, "extent": { "xmin": 806000.311000001, "ymin": 504765.17799999897, "xmax": 1807113.783, "ymax": 1678763.256, "spatialReference": { "wkid": 102190, "latestWkid": 3005, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -13239300, "falseY": -8610100, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "sourceSpatialReference": { "wkid": 102190, "latestWkid": 3005, "xyTolerance": 0, "zTolerance": 0, "mTolerance": 0, "falseX": -13239300, "falseY": -8610100, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 }, "drawingInfo": { "renderer": { "type": "uniqueValue", "valueExpression": "var awpArr = [];\n\nif (Equals($feature.DECOM_PLANNED, \"Y\")) {\n Push(awpArr, \"Decommission\");\n}\n\nif (Equals($feature.ASSESS_PLANNED, \"Y\")) {\n Push(awpArr, \"Assess\");\n}\nif (Equals($feature.RESTO_PLANNED, \"Y\")) {\n Push(awpArr, \"Restore\");\n}\n\nvar concatAwp = Concatenate(awpArr, '/');\n\nreturn concatAwp;", "valueExpressionTitle": "Custom", "uniqueValueGroups": [ { "heading": "Planned Work", "classes": [ { "label": "Decommission", "description": "Decommission", "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 0, 0, 0, 0 ], "size": 9.75, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 77, 168, 255 ], "width": 1.5 } }, "values": [ [ "Decommission" ] ] }, { "label": "Decommission/Assess", "description": "Decommission/Assess", "symbol": { "type": "esriPMS", "url": "b338aeafb68ebb7fa521a11b2157f914", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACJklEQVQ4ja2UP2/aQBjGn3MZmtHqZOjSSF2pxHlg7xiLCdFmb2P1K3TBWfodDB+gqcUEzti9lWKkdq3UKdhT5NGTueo5G4yDIYnUd7DE3fG798/zXAv/OVrHNtVXtPEMTvEDbQAR1ojEOeInAVUACcBLMtNZ3Pb0WpKZcDpLyBd/uR8ih9sEbjXALpLM9L1fQ0z+vK3tcY1x8fq74/enKxXAFSNMDgIJi+5OfffnB0R3p5vlEEAMoRJAOFCQvCi87eHm7LOvvqWJeIfFHpBl1mACEXLDxfUo2k0SZ4GEkS/izLTs6y9YDT/NVQBbjBDdz9ALV70KNn9vN3a9uKCNwdVNnJnS/fERfn/qA7C3QE6TA9j0SGf2YKgBIFYs3+9PJRkcUpGhwXJfVT2rl9kc8/MYg6uIPWU/nc6SyiiBAlacmZujBzW2nyR4sdT/FbC2JVO01FkB5zQfGTyrhNZoKfwSKLBwOstx0UNBZ3iPJDr8UvBkVMAcCR1QZiu1NB7qI8+otWyfpLVlDeR0aCc6QLvDyHmbLuFgGGtdhfNS23Gyr8McLu3EiVG01JmWBqd5P7MC5rAq782MVYW1DHeydGknOoCipc5KaUSV9daUh34kvO4M1vP0stF6GjrCRAUp7eRf/h4WjwF7CkhOk8GesUxmZp2kxx+HCopo3J354+5Mi5Y62zxfZXaEbPt2FFhCedCmnbQDKFrqrJRGE+gocLevT3IOgH/9uA2OjCD/8gAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 15, "height": 15, "angle": 0, "xoffset": 0, "yoffset": 0 }, "values": [ [ "Decommission/Assess" ] ] }, { "label": "Decommission/Assess/Restore", "description": "Decommission/Assess/Restore", "symbol": { "type": "esriPMS", "url": "49d54f6bc79519584f8ff02ad7fcedc0", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAA7EAAAOxAGVKw4bAAADoElEQVRIic2VPWgbZxjHf48caD0V4UlylhoKmRzwa4hKoEtHX5UOqrFphhAciZRMnUopSIJS8Fw6SInxGMV4aKzz1i6FUBt8hnQogVC3g32aEg0liIJ1b3le3emjlmunKSEPSELSvfe75+P/fy7wmuLCGwO6ep/sseAJFPW7tWRFyFhLS4TApqjsLhK8EuhKg+KxpSKQSX4T6X9mAE8ivFxDn4DqzjKVlwJd2cBI5A559G4czEBwMwXTltZbQqYNwbddsk8EDzAI5VwDb8KSf7RMeCYohtTcYQiuWfwvJjCtTrrYPJzjN6DVSeNN77M+daBH/K8s+R8iaiKYY9gDsmeC4kwcZF3w3/krXS49LlB/+uHIdZXHBfdZfO9Hr5a76309Qen9iKLCcg2aO0t8dCpIe+LKFUNePJ8pX99dIXg2k1ziAyFiWyAeFqMP4B/OsbfwZe27yXbpsy4VETy91+4S9bGgZLK0XC/aM+VSAhECuqkS24vD01VhYcOQ6jbDTjozv/0NR4XbtY+h+hDKWFeZk6A4G1cy7Un1aG4A2VqaZ1xsO3CWfGMv7KRNaecWWsaHEYGWcDirPkjo1VSnSxuf9MBlcmbYPMiRlrGWu2sugn84qNAoiFgrnwit4Nm7g56Mlmt8bC2H5BuB9kz79en0frBqXa/70QfFiucS8FMnnfx8Qg+nJ4U+kAk7aT4YuucJUKx0B3qQgNx0nTPEtrDiNKaCxo7+PZyRelfmnhCqGHs9Ek2/ck6Sp+969kGXljZIZFCRPiglNC0UH3XJrvQUr+UwboTP6tPChsFGJjvZdl//jKsjDMy2D4ogUFuLvctXxTs3SHWb4yxlJFKRy9q7uI+ZOqjfiZxM3D1PgHTec42ex6l3qR50glSMqhM3wjpdw7GggnUQz0wdULm8yfcW7avRVuwun+IMavXqwmqQ6l1qK6p4FaPqJB7hYGBBkXtyB5nd5I/Jtr8a9cZaWzF86xGQ7hO1elW1GuT62+3qUeF2ufpLoTcc2jN1D9vbHdoTLZdm8utku/555Ers3OXnJUr/6t66T9TqFXYjIrsyQak8u1ksz246MapOkjURZ1O/B8FaNLAwmxqFjAXp0rp6n/kubClsLaK2BsElS/Xa9D5FIfwdjI6wTlfceGfGCnGLb/Eciy+BAfPOaHWVC+aJviysJkKUkSPaO/+lV3kSsfPWFRibbiaZKBEnh1BHeHjv/CfQP4HnufaVQP9H/A2nXZsXeOpLwAAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 19, "height": 19, "angle": 0, "xoffset": 0, "yoffset": 0 }, "values": [ [ "Decommission/Assess/Restore" ] ] }, { "label": "Decommission/Restore", "description": "Decommission/Restore", "symbol": { "type": "esriPMS", "url": "793c10f35a973327356112aeb5db3fd9", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAA7EAAAOxAGVKw4bAAADIklEQVRIic2WXW7aQBSFv2uyCbMNIwWpS4jhEQFS+xiWEbKM8FapLRaPcbKEqEHCyyjZROypzsw4dULSpD+qeiWEbGbmzL33nHM54h/F0X8D9G5N/97IDU717Bx9M1LnuDOjcgnL7YTqj4COC07vHUuDtH1n9vCdArk15MNCN+D8dsbyl4CON2TW+E054eAKx5XrUR7V3LXrOplmGGfDgrznGN/M2L8KFEEu/GYBNJzfzikZr/tgeVjl+tS9kuvJClhpDzWlGdk97ID+q0AxEw/ib1esYWQXuNCjuAqS5oyRasZqO5kudPiwYCewYUF5O2X0IpB64svVgnzapPSaNjvFFbDH3J3Pzvn3p4zWI4xBz83GysiMXGdtp6yeBWqZpXLdfI4gOsyoqJMF15Muu5acbDKSugRLcW53M6M//MIC4xLnK3MIFLPxJQs9qZc4CyCX0wHPxbUH7jMudn7tqLi4nU8Xw4JKJexm9QBkxJo6rnzjnZ35Z2Xyargx2DdfRlgYVA6yWKHHQEStiMI0LouCuXpSrufjcrZnXEgCGfmXUZPMV9Z0ydMBiorH6yRJMpx/faCHl5NCF8pIkvSopqotnHkAFJWOF9vYSTMEdr0xzN3hVAXtPYxuRvKuVOLbfuyVXidBoMs3IuX+q+6VdWCqLr8/AEqM0ql5DZlXvMSoDaLwa3062WS4JoNQAZeQKjeR4gCogSr+2DJFn9Ogk0NLeRRJE7M22VJl772F+TMPgMT3YRE8zpdPtiLFS4zSiSgsdnXjRIJtWvOtwJ1732vI1Irt7AVnkNXLhWWQPgtjIMV7MUongcLVDwtSuXwZKprm/PjDPI2G7FvRPfoRkOaJrD4a407eJVthvJZLnEVvywK7/M0EWPpMAsiDIX+dsvipe8tMozF6yz/eMNpOZjpgKTFKJw9jQnE9qZ6OFpc8BnkWSDp6t2ZQw6XAaNjJu5zIkcyr7YRS410U9uxS48XUEMH1J28YfC0YMPBGq1Fu3rd0IBrbdehLHL4BQB75y6O8jei8KwFG05V7ZO0fE4O9KNydO78F9BTwLWv/COhvxHfJgXdR8gjsjQAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 19, "height": 19, "angle": 0, "xoffset": 0, "yoffset": 0 }, "values": [ [ "Decommission/Restore" ] ] }, { "label": "Assess", "description": "Assess", "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 0, 0, 0, 0 ], "size": 11.25, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 255, 170, 0, 255 ], "width": 1.5 } }, "values": [ [ "Assess" ] ] }, { "label": "Assess/Restore", "description": "Assess/Restore", "symbol": { "type": "esriPMS", "url": "8fc11db27dc8357daed141f5a7b97bd8", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAC8klEQVRIic2VPW/TUBSGnxNX4jcksMCUGVdqUP+CaVkIjVgQqhKJX9ChUhOpS2fEkKhVx4ZMlHoEtqqthPduLOCMDKyNLzrX146T9COlCHEkO3bs6+eer/cs8I9s4b8BLR9QuRACgabeG0NFhLIxDEWITIn2WZ3oTqClPs0LQ1ugnP0nkv+WgUASglpfd0DntEH7VqClAb4kdlFA+uHoEUSvS3DfMLwnlH9C9HZE5VwIAB9hq9Yn8Awrxw3iG0EO0rWLIVo1hBuevbahc2AeAvuevQw3DSufEroi+BfwFajcCHKeWMi+EFZLbBUeh0CMYUjmCQTbQrDt0XqS0FRYrc/R6RpPrwRpTmy4MojkkJ4eMpn0tp7MwHqv67rvSrTejGiLEOi3ztbsullQVlkartwTw4q84Gja88ykTssM7Aa6j6H7DDqHsIWxG5kFOW9syFxO1HrXQTKTOj0zsKEKNjyCw4RIQ1j0KgcJaUy1uvLEF3Z0o41o4fFDN/sAwu/jCE2CcL3yXBi6+3AqJ9eaNIjNwBZL8FKIdozNdW45yHU81fGzmV6Yw2I9VQvfnAG5Th+DtIRva8aWPdrQmMlHRY9Uu8q7Qrxuydb1KyXlUkvX8H6UAkXGUclBJeHIQPN4RGU97fis8uYyc2DDZNf8ctGRtLAmQQlEqi5Ou2xStRm1T+YieePm/uKAyWUgrfdaP9U41S6VFS1zbUbtk2u9Gdgyti3xIc2tr6k4a1yhDCr1qsIqkKpd2u16mAE+IzpawlMA3wEs5ATCrKw1FcV3J0A6T1TqtatVIPeFjtO7Jp717jJRtfYZeptJnqfoZG0y5DPqrfNEpV5hrxJbGK31dMdWqYujwllvF6K9ZCxhpjSb1xmQDq3lAxZH8FFhewndPYiqhs5qCZ4J8TfwtYS1ulziM8mK7OCrzzH4MhiwaIVWR7ngn+thYCdrRJlYEmEIbz3KM3PK21OgE91yVlEith1iLeHi3Pkj0DRwnnfvBPob9hs/aCKqlNonDAAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 19, "height": 19, "angle": 0, "xoffset": 0, "yoffset": 0 }, "values": [ [ "Assess/Restore" ] ] }, { "label": "Restore", "description": "Restore", "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 0, 0, 0, 0 ], "size": 15, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 56, 168, 0, 255 ], "width": 1.5 } }, "values": [ [ "Restore" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 0, 0, 0, 0 ], "size": 9.75, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 77, 168, 255 ], "width": 1.5 } }, "value": "Decommission", "label": "Decommission" }, { "symbol": { "type": "esriPMS", "url": "b338aeafb68ebb7fa521a11b2157f914", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAA7EAAAOxAGVKw4bAAACJklEQVQ4ja2UP2/aQBjGn3MZmtHqZOjSSF2pxHlg7xiLCdFmb2P1K3TBWfodDB+gqcUEzti9lWKkdq3UKdhT5NGTueo5G4yDIYnUd7DE3fG798/zXAv/OVrHNtVXtPEMTvEDbQAR1ojEOeInAVUACcBLMtNZ3Pb0WpKZcDpLyBd/uR8ih9sEbjXALpLM9L1fQ0z+vK3tcY1x8fq74/enKxXAFSNMDgIJi+5OfffnB0R3p5vlEEAMoRJAOFCQvCi87eHm7LOvvqWJeIfFHpBl1mACEXLDxfUo2k0SZ4GEkS/izLTs6y9YDT/NVQBbjBDdz9ALV70KNn9vN3a9uKCNwdVNnJnS/fERfn/qA7C3QE6TA9j0SGf2YKgBIFYs3+9PJRkcUpGhwXJfVT2rl9kc8/MYg6uIPWU/nc6SyiiBAlacmZujBzW2nyR4sdT/FbC2JVO01FkB5zQfGTyrhNZoKfwSKLBwOstx0UNBZ3iPJDr8UvBkVMAcCR1QZiu1NB7qI8+otWyfpLVlDeR0aCc6QLvDyHmbLuFgGGtdhfNS23Gyr8McLu3EiVG01JmWBqd5P7MC5rAq782MVYW1DHeydGknOoCipc5KaUSV9daUh34kvO4M1vP0stF6GjrCRAUp7eRf/h4WjwF7CkhOk8GesUxmZp2kxx+HCopo3J354+5Mi5Y62zxfZXaEbPt2FFhCedCmnbQDKFrqrJRGE+gocLevT3IOgH/9uA2OjCD/8gAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 15, "height": 15, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Decommission/Assess", "label": "Decommission/Assess" }, { "symbol": { "type": "esriPMS", "url": "49d54f6bc79519584f8ff02ad7fcedc0", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAA7EAAAOxAGVKw4bAAADoElEQVRIic2VPWgbZxjHf48caD0V4UlylhoKmRzwa4hKoEtHX5UOqrFphhAciZRMnUopSIJS8Fw6SInxGMV4aKzz1i6FUBt8hnQogVC3g32aEg0liIJ1b3le3emjlmunKSEPSELSvfe75+P/fy7wmuLCGwO6ep/sseAJFPW7tWRFyFhLS4TApqjsLhK8EuhKg+KxpSKQSX4T6X9mAE8ivFxDn4DqzjKVlwJd2cBI5A559G4czEBwMwXTltZbQqYNwbddsk8EDzAI5VwDb8KSf7RMeCYohtTcYQiuWfwvJjCtTrrYPJzjN6DVSeNN77M+daBH/K8s+R8iaiKYY9gDsmeC4kwcZF3w3/krXS49LlB/+uHIdZXHBfdZfO9Hr5a76309Qen9iKLCcg2aO0t8dCpIe+LKFUNePJ8pX99dIXg2k1ziAyFiWyAeFqMP4B/OsbfwZe27yXbpsy4VETy91+4S9bGgZLK0XC/aM+VSAhECuqkS24vD01VhYcOQ6jbDTjozv/0NR4XbtY+h+hDKWFeZk6A4G1cy7Un1aG4A2VqaZ1xsO3CWfGMv7KRNaecWWsaHEYGWcDirPkjo1VSnSxuf9MBlcmbYPMiRlrGWu2sugn84qNAoiFgrnwit4Nm7g56Mlmt8bC2H5BuB9kz79en0frBqXa/70QfFiucS8FMnnfx8Qg+nJ4U+kAk7aT4YuucJUKx0B3qQgNx0nTPEtrDiNKaCxo7+PZyRelfmnhCqGHs9Ek2/ck6Sp+969kGXljZIZFCRPiglNC0UH3XJrvQUr+UwboTP6tPChsFGJjvZdl//jKsjDMy2D4ogUFuLvctXxTs3SHWb4yxlJFKRy9q7uI+ZOqjfiZxM3D1PgHTec42ex6l3qR50glSMqhM3wjpdw7GggnUQz0wdULm8yfcW7avRVuwun+IMavXqwmqQ6l1qK6p4FaPqJB7hYGBBkXtyB5nd5I/Jtr8a9cZaWzF86xGQ7hO1elW1GuT62+3qUeF2ufpLoTcc2jN1D9vbHdoTLZdm8utku/555Ers3OXnJUr/6t66T9TqFXYjIrsyQak8u1ksz246MapOkjURZ1O/B8FaNLAwmxqFjAXp0rp6n/kubClsLaK2BsElS/Xa9D5FIfwdjI6wTlfceGfGCnGLb/Eciy+BAfPOaHWVC+aJviysJkKUkSPaO/+lV3kSsfPWFRibbiaZKBEnh1BHeHjv/CfQP4HnufaVQP9H/A2nXZsXeOpLwAAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 19, "height": 19, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Decommission/Assess/Restore", "label": "Decommission/Assess/Restore" }, { "symbol": { "type": "esriPMS", "url": "793c10f35a973327356112aeb5db3fd9", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAA7EAAAOxAGVKw4bAAADIklEQVRIic2WXW7aQBSFv2uyCbMNIwWpS4jhEQFS+xiWEbKM8FapLRaPcbKEqEHCyyjZROypzsw4dULSpD+qeiWEbGbmzL33nHM54h/F0X8D9G5N/97IDU717Bx9M1LnuDOjcgnL7YTqj4COC07vHUuDtH1n9vCdArk15MNCN+D8dsbyl4CON2TW+E054eAKx5XrUR7V3LXrOplmGGfDgrznGN/M2L8KFEEu/GYBNJzfzikZr/tgeVjl+tS9kuvJClhpDzWlGdk97ID+q0AxEw/ib1esYWQXuNCjuAqS5oyRasZqO5kudPiwYCewYUF5O2X0IpB64svVgnzapPSaNjvFFbDH3J3Pzvn3p4zWI4xBz83GysiMXGdtp6yeBWqZpXLdfI4gOsyoqJMF15Muu5acbDKSugRLcW53M6M//MIC4xLnK3MIFLPxJQs9qZc4CyCX0wHPxbUH7jMudn7tqLi4nU8Xw4JKJexm9QBkxJo6rnzjnZ35Z2Xyargx2DdfRlgYVA6yWKHHQEStiMI0LouCuXpSrufjcrZnXEgCGfmXUZPMV9Z0ydMBiorH6yRJMpx/faCHl5NCF8pIkvSopqotnHkAFJWOF9vYSTMEdr0xzN3hVAXtPYxuRvKuVOLbfuyVXidBoMs3IuX+q+6VdWCqLr8/AEqM0ql5DZlXvMSoDaLwa3062WS4JoNQAZeQKjeR4gCogSr+2DJFn9Ogk0NLeRRJE7M22VJl772F+TMPgMT3YRE8zpdPtiLFS4zSiSgsdnXjRIJtWvOtwJ1732vI1Irt7AVnkNXLhWWQPgtjIMV7MUongcLVDwtSuXwZKprm/PjDPI2G7FvRPfoRkOaJrD4a407eJVthvJZLnEVvywK7/M0EWPpMAsiDIX+dsvipe8tMozF6yz/eMNpOZjpgKTFKJw9jQnE9qZ6OFpc8BnkWSDp6t2ZQw6XAaNjJu5zIkcyr7YRS410U9uxS48XUEMH1J28YfC0YMPBGq1Fu3rd0IBrbdehLHL4BQB75y6O8jei8KwFG05V7ZO0fE4O9KNydO78F9BTwLWv/COhvxHfJgXdR8gjsjQAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 19, "height": 19, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Decommission/Restore", "label": "Decommission/Restore" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 0, 0, 0, 0 ], "size": 11.25, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 255, 170, 0, 255 ], "width": 1.5 } }, "value": "Assess", "label": "Assess" }, { "symbol": { "type": "esriPMS", "url": "8fc11db27dc8357daed141f5a7b97bd8", "imageData": "iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAC8klEQVRIic2VPW/TUBSGnxNX4jcksMCUGVdqUP+CaVkIjVgQqhKJX9ChUhOpS2fEkKhVx4ZMlHoEtqqthPduLOCMDKyNLzrX146T9COlCHEkO3bs6+eer/cs8I9s4b8BLR9QuRACgabeG0NFhLIxDEWITIn2WZ3oTqClPs0LQ1ugnP0nkv+WgUASglpfd0DntEH7VqClAb4kdlFA+uHoEUSvS3DfMLwnlH9C9HZE5VwIAB9hq9Yn8Awrxw3iG0EO0rWLIVo1hBuevbahc2AeAvuevQw3DSufEroi+BfwFajcCHKeWMi+EFZLbBUeh0CMYUjmCQTbQrDt0XqS0FRYrc/R6RpPrwRpTmy4MojkkJ4eMpn0tp7MwHqv67rvSrTejGiLEOi3ztbsullQVlkartwTw4q84Gja88ykTssM7Aa6j6H7DDqHsIWxG5kFOW9syFxO1HrXQTKTOj0zsKEKNjyCw4RIQ1j0KgcJaUy1uvLEF3Z0o41o4fFDN/sAwu/jCE2CcL3yXBi6+3AqJ9eaNIjNwBZL8FKIdozNdW45yHU81fGzmV6Yw2I9VQvfnAG5Th+DtIRva8aWPdrQmMlHRY9Uu8q7Qrxuydb1KyXlUkvX8H6UAkXGUclBJeHIQPN4RGU97fis8uYyc2DDZNf8ctGRtLAmQQlEqi5Ou2xStRm1T+YieePm/uKAyWUgrfdaP9U41S6VFS1zbUbtk2u9Gdgyti3xIc2tr6k4a1yhDCr1qsIqkKpd2u16mAE+IzpawlMA3wEs5ATCrKw1FcV3J0A6T1TqtatVIPeFjtO7Jp717jJRtfYZeptJnqfoZG0y5DPqrfNEpV5hrxJbGK31dMdWqYujwllvF6K9ZCxhpjSb1xmQDq3lAxZH8FFhewndPYiqhs5qCZ4J8TfwtYS1ulziM8mK7OCrzzH4MhiwaIVWR7ngn+thYCdrRJlYEmEIbz3KM3PK21OgE91yVlEith1iLeHi3Pkj0DRwnnfvBPob9hs/aCKqlNonDAAAAABJRU5ErkJggg==", "contentType": "image/png", "width": 19, "height": 19, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "Assess/Restore", "label": "Assess/Restore" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 0, 0, 0, 0 ], "size": 15, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 56, 168, 0, 255 ], "width": 1.5 } }, "value": "Restore", "label": "Restore" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 182, 252, 231, 255 ], "toColor": [ 182, 252, 231, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 182, 245, 255 ], "toColor": [ 252, 182, 245, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 211, 192, 255 ], "toColor": [ 252, 211, 192, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 197, 216, 252, 255 ], "toColor": [ 197, 216, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 235, 252, 184, 255 ], "toColor": [ 235, 252, 184, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 184, 182, 252, 255 ], "toColor": [ 184, 182, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 210, 229, 255 ], "toColor": [ 252, 210, 229, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 179, 252, 188, 255 ], "toColor": [ 179, 252, 188, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 182, 188, 255 ], "toColor": [ 252, 182, 188, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 229, 202, 252, 255 ], "toColor": [ 229, 202, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 229, 179, 255 ], "toColor": [ 252, 229, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 192, 245, 252, 255 ], "toColor": [ 192, 245, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 230, 252, 210, 255 ], "toColor": [ 230, 252, 210, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "hasM": false, "hasZ": false, "allowGeometryUpdates": false, "allowTrueCurvesUpdates": false, "onlyAllowTrueCurveUpdatesByTrueCurveClients": false, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "", "displayField": "WELL_NAME", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "length": 8, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "WA_NUM", "type": "esriFieldTypeString", "alias": "Well Authorization Number", "domain": null, "editable": true, "nullable": true, "length": 5, "defaultValue": null, "modelName": "WA_NUM" }, { "name": "WELL_NAME", "type": "esriFieldTypeString", "alias": "Well Name", "domain": null, "editable": true, "nullable": true, "length": 80, "defaultValue": null, "modelName": "WELL_NAME" }, { "name": "OPERATOR", "type": "esriFieldTypeString", "alias": "Operator", "domain": null, "editable": true, "nullable": true, "length": 150, "defaultValue": null, "modelName": "OPERATOR" }, { "name": "WELL_SURFACE_LOCATION", "type": "esriFieldTypeString", "alias": "Well Surface Location", "domain": null, "editable": true, "nullable": true, "length": 18, "defaultValue": null, "modelName": "WELL_SURFACE_LOCATION" }, { "name": "DORMANT_STATUS_SITE", "type": "esriFieldTypeString", "alias": "Dormant Status (Site)", "domain": null, "editable": true, "nullable": true, "length": 40, "defaultValue": null, "modelName": "DORMANT_STATUS_SITE" }, { "name": "DORMANCY_DATE_SITE", "type": "esriFieldTypeDate", "alias": "Dormancy Date (Site)", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "precision": 1, "modelName": "DORMANCY_DATE_SITE" }, { "name": "DORMANCY_TYPE", "type": "esriFieldTypeString", "alias": "Dormancy Type", "domain": null, "editable": true, "nullable": true, "length": 1, "defaultValue": null, "modelName": "DORMANCY_TYPE" }, { "name": "YEAR", "type": "esriFieldTypeSmallInteger", "alias": "Work Plan Year", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "YEAR" }, { "name": "REPORT_AGE", "type": "esriFieldTypeSmallInteger", "alias": "Work Plan Age (Years)", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "REPORT_AGE" }, { "name": "DECOM_PLANNED", "type": "esriFieldTypeString", "alias": "Decommission Work Planned", "domain": null, "editable": true, "nullable": true, "length": 1, "defaultValue": null, "modelName": "DECOM_PLANNED" }, { "name": "ASSESS_PLANNED", "type": "esriFieldTypeString", "alias": "Assessment Work Planned", "domain": null, "editable": true, "nullable": true, "length": 1, "defaultValue": null, "modelName": "ASSESS_PLANNED" }, { "name": "RESTO_PLANNED", "type": "esriFieldTypeString", "alias": "Restoration Work Planned", "domain": null, "editable": true, "nullable": true, "length": 1, "defaultValue": null, "modelName": "RESTO_PLANNED" }, { "name": "PRIORITY_SITE_IND", "type": "esriFieldTypeString", "alias": "Priority Site Indicated", "domain": null, "editable": true, "nullable": true, "length": 1, "defaultValue": null, "modelName": "PRIORITY_SITE_IND" }, { "name": "PRIORITY_SITE_DESIGNATION_DATE", "type": "esriFieldTypeDate", "alias": "Priority Designation Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "precision": 1, "modelName": "PRIORITY_SITE_DESIGNATION_DATE" } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null, "editable": false, "nullable": true, "defaultValue": null, "modelName": "SHAPE" }, "indexes": [ { "name": "DMS_DORMANT_WELL_AWP_OPR_IDX", "fields": "OPERATOR", "isAscending": true, "isUnique": false, "description": "" }, { "name": "DMS_DORMANT_WELL_AWP_PT_WA_IDX", "fields": "WA_NUM", "isAscending": true, "isUnique": false, "description": "" }, { "name": "DMS_DORMANT_WELL_AWP_YR_AS_IDX", "fields": "ASSESS_PLANNED,REPORT_AGE", "isAscending": true, "isUnique": false, "description": "" }, { "name": "DMS_DORMANT_WELL_AWP_YR_DC_IDX", "fields": "DECOM_PLANNED,REPORT_AGE", "isAscending": true, "isUnique": false, "description": "" }, { "name": "DMS_DORMANT_WELL_AWP_YR_IDX", "fields": "YEAR", "isAscending": true, "isUnique": false, "description": "" }, { "name": "R983435_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "DMS_DORMANT_WELL_AWP_PT_IX1", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "preferredTimeReference": null, "types": [], "templates": [ { "name": "Dormant Well Annual Work Plan Location", "description": "", "prototype": { "attributes": { "PRIORITY_SITE_IND": null, "PRIORITY_SITE_DESIGNATION_DATE": null, "WA_NUM": null, "WELL_NAME": null, "OPERATOR": null, "WELL_SURFACE_LOCATION": null, "DORMANT_STATUS_SITE": null, "DORMANCY_DATE_SITE": null, "DORMANCY_TYPE": null, "YEAR": null, "REPORT_AGE": null, "DECOM_PLANNED": null, "ASSESS_PLANNED": null, "RESTO_PLANNED": null } }, "drawingTool": "esriFeatureEditToolPoint" } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb,shapefile,csv,geojson", "capabilities": "Query,Extract", "useStandardizedQueries": true, "bigIntegerRestrictedTo53Bits": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "standardMaxRecordCount": 32000, "tileMaxRecordCount": 8000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1, "serviceItemId": "318bbe794cad43728312e3fe1c416fde" }