{ "currentVersion": 10.7, "id": 0, "name": "MowingAreas", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 60000, "maxScale": 0, "geometryType": "esriGeometryPolygon", "description": "", "copyrightText": "", "editFieldsInfo": null, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": true, "relationships": [], "isDataVersioned": true, "isDataArchived": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsCalculate": false, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": true, "supportsSqlExpression": true }, "extent": { "xmin": 3061602.3286040574, "ymin": 1.0137013765230983E7, "xmax": 3111087.7430844754, "ymax": 1.017362579240048E7, "spatialReference": { "wkid": 102739, "latestWkid": 2277, "vcsWkid": 115702, "latestVcsWkid": 115702 } }, "sourceSpatialReference": { "wkid": 102739, "latestWkid": 2277, "vcsWkid": 115702, "latestVcsWkid": 115702 }, "drawingInfo": { "renderer": { "type": "uniqueValue", "field1": "Type", "field2": null, "field3": null, "defaultSymbol": null, "defaultLabel": null, "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 62, 124, 128, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.75 } }, "value": "1", "label": "City Property", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 102, 205, 171, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.75 } }, "value": "2", "label": "Detention Pond", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 205, 102, 102, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.75 } }, "value": "7", "label": "Fire Department", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 179, 148, 96, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.75 } }, "value": "6", "label": "Other", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 165, 245, 122, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.75 } }, "value": "3", "label": "Park", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 245, 202, 122, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.75 } }, "value": "4", "label": "ROW", "description": "" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 245, 122, 122, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 0.75 } }, "value": "5", "label": "Utility Easement", "description": "" } ], "fieldDelimiter": "," }, "transparency": 45, "labelingInfo": null }, "hasM": false, "hasZ": false, "allowGeometryUpdates": true, "allowTrueCurvesUpdates": false, "onlyAllowTrueCurveUpdatesByTrueCurveClients": true, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": false, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "GlobalID", "displayField": "MowingID", "typeIdField": "Type", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "MowingID", "type": "esriFieldTypeString", "alias": "MowingID", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "MowingID" }, { "name": "LocationDescription", "type": "esriFieldTypeString", "alias": "LocationDescription", "domain": null, "editable": true, "nullable": true, "length": 50, "defaultValue": null, "modelName": "LocationDescription" }, { "name": "LastWorkDate", "type": "esriFieldTypeDate", "alias": "LastWorkDate", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LastWorkDate" }, { "name": "LucityID", "type": "esriFieldTypeInteger", "alias": "LucityID", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "LucityID" }, { "name": "Type", "type": "esriFieldTypeSmallInteger", "alias": "Type", "domain": { "type": "codedValue", "name": "MowingAreaType", "description": "Mowing area types", "codedValues": [ { "name": "City Property", "code": 1 }, { "name": "Detention Pond", "code": 2 }, { "name": "Park", "code": 3 }, { "name": "ROW", "code": 4 }, { "name": "Utility Easement", "code": 5 }, { "name": "Other", "code": 6 }, { "name": "Fire Department", "code": 7 } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "defaultValue": null, "modelName": "Type" }, { "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": "R1009_pk", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_1009", "fields": "GlobalID", "isAscending": true, "isUnique": false, "description": "" }, { "name": "UUID_OID_1009", "fields": "GlobalID,OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "S630_idx", "fields": "Shape", "isAscending": true, "isUnique": true, "description": "" } ], "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "types": [ { "id": 1, "name": "1", "domains": { "Type": {"type": "inherited"} }, "templates": [ { "name": "1", "description": "", "prototype": { "attributes": { "Type": 1, "LucityID": null, "MowingID": null, "LocationDescription": null, "LastWorkDate": null } }, "drawingTool": "esriFeatureEditToolPolygon" } ] }, { "id": 2, "name": "2", "domains": { "Type": {"type": "inherited"} }, "templates": [ { "name": "2", "description": "", "prototype": { "attributes": { "Type": 2, "LucityID": null, "MowingID": null, "LocationDescription": null, "LastWorkDate": null } }, "drawingTool": "esriFeatureEditToolPolygon" } ] }, { "id": 7, "name": "7", "domains": { "Type": {"type": "inherited"} }, "templates": [ { "name": "7", "description": "", "prototype": { "attributes": { "Type": 7, "LucityID": null, "MowingID": null, "LocationDescription": null, "LastWorkDate": null } }, "drawingTool": "esriFeatureEditToolPolygon" } ] }, { "id": 6, "name": "6", "domains": { "Type": {"type": "inherited"} }, "templates": [ { "name": "6", "description": "", "prototype": { "attributes": { "Type": 6, "LucityID": null, "MowingID": null, "LocationDescription": null, "LastWorkDate": null } }, "drawingTool": "esriFeatureEditToolPolygon" } ] }, { "id": 3, "name": "3", "domains": { "Type": {"type": "inherited"} }, "templates": [ { "name": "3", "description": "", "prototype": { "attributes": { "Type": 3, "LucityID": null, "MowingID": null, "LocationDescription": null, "LastWorkDate": null } }, "drawingTool": "esriFeatureEditToolPolygon" } ] }, { "id": 4, "name": "4", "domains": { "Type": {"type": "inherited"} }, "templates": [ { "name": "4", "description": "", "prototype": { "attributes": { "Type": 4, "LucityID": null, "MowingID": null, "LocationDescription": null, "LastWorkDate": null } }, "drawingTool": "esriFeatureEditToolPolygon" } ] }, { "id": 5, "name": "5", "domains": { "Type": {"type": "inherited"} }, "templates": [ { "name": "5", "description": "", "prototype": { "attributes": { "Type": 5, "LucityID": null, "MowingID": null, "LocationDescription": null, "LastWorkDate": null } }, "drawingTool": "esriFeatureEditToolPolygon" } ] } ], "templates": [], "maxRecordCount": 1000, "supportedQueryFormats": "JSON, geoJSON", "capabilities": "Query,Create,Update,Delete,Uploads,Editing", "useStandardizedQueries": true, "standardMaxRecordCount": 4000, "tileMaxRecordCount": 4000, "maxRecordCountFactor": 1 }