{
 "currentVersion": 11.3,
 "cimVersion": "3.3.0",
 "id": 60,
 "name": "[Deprecated] Canal line",
 "type": "Feature Layer",
 "description": "This dataset displays the man-made canal lines (canal estates, drains, channels) covering Eastern, Western and Far North Queensland.",
 "geometryType": "esriGeometryPolyline",
 "sourceSpatialReference": {
  "wkid": 7844,
  "latestWkid": 7844,
  "xyTolerance": 8.98315284119521E-9,
  "zTolerance": 0.001,
  "mTolerance": 0.001,
  "falseX": -400,
  "falseY": -400,
  "xyUnits": 9.999999999999999E8,
  "falseZ": 0,
  "zUnits": 1,
  "falseM": 0,
  "mUnits": 1
 },
 "copyrightText": "© State of Queensland (Department of Resources) 2024",
 "parentLayer": null,
 "subLayers": [],
 "minScale": 51000,
 "maxScale": 0,
 "referenceScale": 0.0,
 "drawingInfo": {
  "renderer": {
   "type": "simple",
   "symbol": {
    "type": "esriSLS",
    "style": "esriSLSDash",
    "color": [
     0,
     112,
     255,
     255
    ],
    "width": 1.12
   }
  },
  "scaleSymbols": true,
  "transparency": 0,
  "labelingInfo": [
   {
    "labelExpression": "[NAME]",
    "labelPlacement": "esriServerLinePlacementAboveAlong",
    "textLayout": "followFeature",
    "deconflictionStrategy": "dynamic",
    "allowOverrun": false,
    "repeatLabel": false,
    "removeDuplicates": "all",
    "removeDuplicatesDistance": 216,
    "lineConnection": "none",
    "multiPart": "labelPerFeature",
    "stackLabel": false,
    "where": "NAME IS NOT NULL",
    "useCodedValues": true,
    "maxScale": 0,
    "minScale": 0,
    "name": "Named",
    "priority": 65,
    "symbol": {
     "type": "esriTS",
     "color": [
      59,
      154,
      255,
      255
     ],
     "backgroundColor": null,
     "borderLineColor": null,
     "borderLineSize": null,
     "verticalAlignment": "baseline",
     "horizontalAlignment": "left",
     "rightToLeft": false,
     "angle": 0,
     "xoffset": 0,
     "yoffset": 0,
     "kerning": true,
     "haloColor": [
      0,
      27,
      81,
      255
     ],
     "haloSize": 1.12,
     "font": {
      "family": "Arial",
      "size": 8,
      "style": "italic",
      "weight": "bold",
      "decoration": "none"
     }
    }
   },
   {
    "labelExpression": "\"Canal\"",
    "labelPlacement": "esriServerLinePlacementAboveAlong",
    "textLayout": "followFeature",
    "deconflictionStrategy": "dynamic",
    "allowOverrun": false,
    "repeatLabel": false,
    "removeDuplicates": "all",
    "removeDuplicatesDistance": 216,
    "lineConnection": "none",
    "multiPart": "labelPerFeature",
    "stackLabel": false,
    "where": "NAME IS NULL",
    "useCodedValues": true,
    "maxScale": 0,
    "minScale": 0,
    "name": "Unnamed",
    "priority": 63,
    "symbol": {
     "type": "esriTS",
     "color": [
      59,
      154,
      255,
      255
     ],
     "backgroundColor": null,
     "borderLineColor": null,
     "borderLineSize": null,
     "verticalAlignment": "baseline",
     "horizontalAlignment": "left",
     "rightToLeft": false,
     "angle": 0,
     "xoffset": 0,
     "yoffset": 0,
     "kerning": true,
     "haloColor": [
      0,
      27,
      81,
      255
     ],
     "haloSize": 1.12,
     "font": {
      "family": "Arial",
      "size": 8,
      "style": "italic",
      "weight": "bold",
      "decoration": "none"
     }
    }
   }
  ]
 },
 "defaultVisibility": false,
 "extent": {
  "xmin": 137.99337662978044,
  "ymin": -29.17922488894281,
  "xmax": 153.53316722874888,
  "ymax": -9.225496606087695,
  "spatialReference": {
   "wkid": 4283,
   "latestWkid": 4283,
   "xyTolerance": 8.983152841195215E-9,
   "zTolerance": 0.001,
   "mTolerance": 0.001,
   "falseX": -400,
   "falseY": -400,
   "xyUnits": 9.999999999999999E8,
   "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": "shape",
   "type": "esriFieldTypeGeometry",
   "alias": "SHAPE",
   "domain": null
  },
  {
   "name": "name",
   "type": "esriFieldTypeString",
   "alias": "NAME",
   "length": 100,
   "domain": null
  },
  {
   "name": "qld_pndb_id",
   "type": "esriFieldTypeInteger",
   "alias": "QLD_PNDB_ID",
   "domain": null
  },
  {
   "name": "feature_type",
   "type": "esriFieldTypeString",
   "alias": "Feature Type",
   "length": 50,
   "domain": {
    "type": "codedValue",
    "name": "dm_watercourse_line",
    "description": "Tyoes of watercourse lines",
    "codedValues": [
     {
      "name": "Connector",
      "code": "Connector"
     },
     {
      "name": "DEM Connector",
      "code": "DEM Connector"
     },
     {
      "name": "Watercourse",
      "code": "Watercourse"
     },
     {
      "name": "Underground Connector",
      "code": "Underground Connector"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDuplicate"
   }
  },
  {
   "name": "origin",
   "type": "esriFieldTypeString",
   "alias": "Origin",
   "length": 15,
   "domain": {
    "type": "codedValue",
    "name": "dm_water_origin",
    "description": "Origin of the feature",
    "codedValues": [
     {
      "name": "Artificial",
      "code": "Artificial"
     },
     {
      "name": "Constructed",
      "code": "Constructed"
     },
     {
      "name": "Natural",
      "code": "Natural"
     }
    ],
    "mergePolicy": "esriMPTDefaultValue",
    "splitPolicy": "esriSPTDuplicate"
   }
  },
  {
   "name": "alternate_name",
   "type": "esriFieldTypeString",
   "alias": "Alternate Name",
   "length": 100,
   "domain": null
  },
  {
   "name": "attribute_source",
   "type": "esriFieldTypeString",
   "alias": "Attribute Source",
   "length": 100,
   "domain": null
  },
  {
   "name": "attribute_date",
   "type": "esriFieldTypeDate",
   "alias": "Attribute Date",
   "length": 8,
   "domain": null
  },
  {
   "name": "feature_source",
   "type": "esriFieldTypeString",
   "alias": "Feature Source",
   "length": 100,
   "domain": null
  },
  {
   "name": "feature_date",
   "type": "esriFieldTypeDate",
   "alias": "Feature Date",
   "length": 8,
   "domain": null
  },
  {
   "name": "pfi",
   "type": "esriFieldTypeString",
   "alias": "PFI",
   "length": 15,
   "domain": null
  },
  {
   "name": "ufi",
   "type": "esriFieldTypeString",
   "alias": "UFI",
   "length": 15,
   "domain": null
  },
  {
   "name": "dimension_m",
   "type": "esriFieldTypeDouble",
   "alias": "Dimension (m)",
   "domain": null
  },
  {
   "name": "st_length(shape)",
   "type": "esriFieldTypeDouble",
   "alias": "st_length(shape)",
   "domain": null
  }
 ],
 "geometryField": {
  "name": "shape",
  "type": "esriFieldTypeGeometry",
  "alias": "SHAPE"
 },
 "indexes": null,
 "subtypes": [],
 "relationships": [],
 "canModifyLayer": true,
 "canScaleSymbols": false,
 "hasLabels": true,
 "capabilities": "Map,Query,Data",
 "maxRecordCount": 10000,
 "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": true,
  "supportsCurrentUserQueries": true
 },
 "supportsDatumTransformation": true,
 "advancedQueryAnalyticCapabilities": {
  "supportsLinearRegression": true,
  "supportsAsync": false,
  "supportsPercentileAnalytic": false
 },
 "dateFieldsTimeReference": null,
 "preferredTimeReference": null,
 "datesInUnknownTimezone": false,
 "hasGeometryProperties": true,
 "geometryProperties": {
  "shapeLengthFieldName": "st_length(shape)",
  "units": "esriDecimalDegrees",
  "mapUnits": {"uwkid": 9102}
 },
 "hasMetadata": true,
 "isDataArchived": false,
 "archivingInfo": {
  "supportsQueryWithHistoricMoment": false,
  "startArchivingMoment": -1
 },
 "supportsCoordinatesQuantization": true,
 "supportsDynamicLegends": true,
 "serviceItemId": "d8dcdbc6a2a44891a3f7c29e9abc4177"
}