{ "currentVersion": 10.8, "id": 10, "name": "Potable Water Sources and Sinks", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 12500.000000001539, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPoint", "description": "", "copyrightText": "", "editFieldsInfo": null, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": false, "relationships": [], "isDataVersioned": false, "isDataArchived": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsCalculate": true, "supportsDatumTransformation": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true }, "extent": { "xmin": -1.36411601629E7, "ymin": 5712735.035499997, "xmax": -1.3637753187199999E7, "ymax": 5714244.638599999, "spatialReference": { "wkid": 102100, "latestWkid": 3857 } }, "sourceSpatialReference": { "wkid": 102100, "latestWkid": 3857 }, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "TYPE", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriPMS", "url": "30c9294e7297a796b3612cda22457e82", "imageData": "iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAMRJREFUGJWVkK0KwzAUhT9RqCrMNlNjfiZ1pdAHmK+tSt1gdg8wO6hr1V6h9Bki5+Ln1meIm2iS/TLYgQsR370550T8oejpLeI4VtbaLSCBCRiB5h0WQGet3dLtYJGANintoNxiFuBwUZ9gJeb1YgNVCfleAgroI4Bw0YNeKwHHGg7nBwxIFsn3VOslzkrwPKFNSrH5hLXBhQ3wSDsoqvLVyvUG7YBrJcANIMn3kmM9f62NBy++vueeM0C5MD979urdfNUdhxs4MMKe1rUAAAAASUVORK5CYII=", "contentType": "image/png", "width": 8, "height": 8, "angle": 0, "xoffset": 0, "yoffset": 0 }, "value": "1", "label": "Source", "description": "" }, { "symbol": { "type": "esriSMS", "style": "esriSMSCircle", "color": [ 0, 38, 115, 255 ], "size": 6, "angle": 0, "xoffset": 0, "yoffset": 0, "outline": { "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "2", "label": "Sink", "description": "" } ], "fieldDelimiter": "," }, "transparency": 0, "labelingInfo": null }, "hasM": false, "hasZ": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": false, "onlyAllowTrueCurveUpdatesByTrueCurveClients": false, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "GlobalID", "displayField": "TYPE", "typeIdField": "TYPE", "subtypeField": "TYPE", "defaultSubtypeCode": 1, "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "TYPE", "type": "esriFieldTypeSmallInteger", "alias": "Type", "domain": null, "editable": true, "nullable": true, "defaultValue": 1, "modelName": "TYPE" }, { "name": "Enabled", "type": "esriFieldTypeSmallInteger", "alias": "Enabled", "domain": { "type": "codedValue", "name": "EnabledDomain", "description": "", "codedValues": [ { "name": "False", "code": 0 }, { "name": "True", "code": 1 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": 1, "modelName": "Enabled" }, { "name": "AncillaryRole", "type": "esriFieldTypeSmallInteger", "alias": "AncillaryRole", "domain": { "type": "codedValue", "name": "AncillaryRoleDomain", "description": "", "codedValues": [ { "name": "None", "code": 0 }, { "name": "Source", "code": 1 }, { "name": "Sink", "code": 2 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": 0, "modelName": "AncillaryRole" }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "SHAPE" }, "indexes": [ { "name": "R18_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_18", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "S8_idx", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "types": [ { "id": 1, "name": "Source", "domains": { "Enabled": {"type": "inherited"}, "AncillaryRole": {"type": "inherited"} }, "templates": [ { "name": "Source", "description": "", "prototype": { "attributes": { "AncillaryRole": 0, "Enabled": 1, "TYPE": 1 } }, "drawingTool": "esriFeatureEditToolPoint" } ] }, { "id": 2, "name": "Sink", "domains": { "Enabled": {"type": "inherited"}, "AncillaryRole": {"type": "inherited"} }, "templates": [ { "name": "Sink", "description": "", "prototype": { "attributes": { "AncillaryRole": 0, "Enabled": 1, "TYPE": 2 } }, "drawingTool": "esriFeatureEditToolPoint" } ] } ], "templates": [], "subtypes": [ { "code": 0, "name": "Unknown", "defaultValues": { "TYPE": 0, "Enabled": 1, "AncillaryRole": 0, "GlobalID": null }, "domains": { "Enabled": {"type": "inherited"}, "AncillaryRole": {"type": "inherited"} } }, { "code": 1, "name": "Source", "defaultValues": { "TYPE": 1, "Enabled": 1, "AncillaryRole": 0, "GlobalID": null }, "domains": { "Enabled": {"type": "inherited"}, "AncillaryRole": {"type": "inherited"} } }, { "code": 2, "name": "Sink", "defaultValues": { "TYPE": 2, "Enabled": 1, "AncillaryRole": 0, "GlobalID": null }, "domains": { "Enabled": {"type": "inherited"}, "AncillaryRole": {"type": "inherited"} } } ], "maxRecordCount": 1000, "supportedQueryFormats": "JSON, geoJSON", "capabilities": "Query,Create,Update,Delete,Uploads,Editing", "useStandardizedQueries": true, "standardMaxRecordCount": 32000, "tileMaxRecordCount": 8000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1 }