Name: Event Tracker
Display Field: Event
Type: Feature Layer
Geometry Type: esriGeometryPoint
Has Views: true
Source Schema Changes Allowed: true
Views
Description:
Copyright Text:
Min. Scale: 0
Max. Scale: 0
Default Visibility: true
Max Record Count: 2000
Supported query Formats: JSON, geoJSON, PBF
Use Standardized Queries: True
Extent:
XMin: -20037507.8427882
YMin: -30240971.4583861
XMax: 20037507.8427882
YMax: 30240971.4583861
Spatial Reference: 102100 (3857)
Drawing Info:
{"renderer":{"type":"uniqueValue","valueExpression":"///This will createa dynamic symbology by using the Team field and the Status field to denote which team is in the lead, and if the score is FINAL.\n\n//The codes for symbology are:\n// 0 - All Square\n// 1 - Team Bar, In Progress\n// 2 - Team Natty, In Progress\n// 3 - Team Bar, Final\n// 4 - Team Natty, Final\n\nvar colors = {\n \"All Square, Not Started\": 0,\n \"All Square, In Progress\": 0,\n \"Team Bar, In Progress\": 1,\n \"Team Natty, In Progress\": 2,\n \"Team Bar, Final\": 3,\n \"Team Natty, Final\": 4,\n \"All Square, Final\": 5,\n \"Other\": 6\n};\n\n// get the land use and flood risk values from the feature\nvar team = DomainName($feature, 'Team')\nvar status = DomainName($feature, 'Status')\n\n\n// replace a NULL team with NA\nif(IsEmpty(team)){team = \"NA\"}\n\n// replace a NULL status with NA\nif(IsEmpty(status)){status = \"NA\"}\n\n// concatenate the values to form a key for the color mapping\nvar key = Concatenate([team, \", \", status]);\n\n// return the color corresponding to the key, or gray if not found\nreturn IIF(HasKey(colors, key), colors[key], colors[\"Other\"]);\n","valueExpressionTitle":"LiveScoring","defaultSymbol":{"type":"esriSMS","style":"esriSMSCircle","color":[130,130,130,255],"size":4,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[0,0,0,255],"width":0.7}},"defaultLabel":"","uniqueValueGroups":[{"heading":"LiveScoring","classes":[{"label":"All Square, In Progress","description":"All Square, In Progress","symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[204,204,204,255],"size":12,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[204,204,204,255],"width":3}},"values":[["0"]]},{"label":"Team BAR, In Progress","description":"Team BAR, In Progress","symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[255,0,0,255],"size":12,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[255,255,0,255],"width":2}},"values":[["1"]]},{"label":"Team Natty, In Progress","description":"Team Natty, In Progress","symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[0,92,230,255],"size":12,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[255,255,0,255],"width":2}},"values":[["2"]]},{"label":"Team BAR, Final","description":"Team BAR, Final","symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[255,0,0,255],"size":12,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[0,0,0,255],"width":2}},"values":[["3"]]},{"label":"Team Natty, Final","description":"Team Natty, Final","symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[0,112,255,255],"size":12,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[0,0,0,255],"width":2}},"values":[["4"]]},{"label":"All Square, Final","description":"All Square, Final","symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[178,178,178,255],"size":12,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[0,0,0,255],"width":2}},"values":[["5"]]}]}],"uniqueValueInfos":[{"symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[204,204,204,255],"size":12,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[204,204,204,255],"width":3}},"value":"0","label":"All Square, In Progress"},{"symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[255,0,0,255],"size":12,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[255,255,0,255],"width":2}},"value":"1","label":"Team BAR, In Progress"},{"symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[0,92,230,255],"size":12,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[255,255,0,255],"width":2}},"value":"2","label":"Team Natty, In Progress"},{"symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[255,0,0,255],"size":12,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[0,0,0,255],"width":2}},"value":"3","label":"Team BAR, Final"},{"symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[0,112,255,255],"size":12,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[0,0,0,255],"width":2}},"value":"4","label":"Team Natty, Final"},{"symbol":{"type":"esriSMS","style":"esriSMSCircle","color":[178,178,178,255],"size":12,"angle":0,"xoffset":0,"yoffset":0,"outline":{"color":[0,0,0,255],"width":2}},"value":"5","label":"All Square, Final"}],"fieldDelimiter":",","authoringInfo":{"colorRamp":{"type":"multipart","colorRamps":[{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[246,187,252,255],"toColor":[246,187,252,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[190,252,179,255],"toColor":[190,252,179,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,204,182,255],"toColor":[252,204,182,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[189,239,252,255],"toColor":[189,239,252,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[179,194,252,255],"toColor":[179,194,252,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,248,184,255],"toColor":[252,248,184,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[182,252,225,255],"toColor":[182,252,225,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,187,210,255],"toColor":[252,187,210,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[230,212,252,255],"toColor":[230,212,252,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,236,212,255],"toColor":[252,236,212,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[223,252,207,255],"toColor":[223,252,207,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[215,252,243,255],"toColor":[215,252,243,255]},{"type":"algorithmic","algorithm":"esriCIELabAlgorithm","fromColor":[252,215,236,255],"toColor":[252,215,236,255]}]}}},"scaleSymbols":true,"transparency":0,"labelingInfo":null}
HasZ: false
HasM: false
Has Attachments: false
Has Geometry Properties: false
HTML Popup Type: esriServerHTMLPopupTypeAsHTMLText
Object ID Field: OBJECTID
Unique ID Field:
IsSystemMaintained : True
Global ID Field: GlobalID
Type ID Field:
Fields:
- OBJECTID (type: esriFieldTypeOID, alias: OBJECTID, SQL Type: sqlTypeOther, length: 0, nullable: false, editable: false)
- Event (type: esriFieldTypeInteger, alias: Event, SQL Type: sqlTypeOther, nullable: true, editable: true, Coded Values: [1: 2 VS 2 - Scramble Day 1], [2: 2 VS 2 - Best Ball], [3: 2 VS 2 - Alternate Shot], ... 2 more ...)
- PairingID (type: esriFieldTypeString, alias: PairingID, SQL Type: sqlTypeOther, length: 8, nullable: true, editable: true)
- TeamBar1 (type: esriFieldTypeInteger, alias: TeamBar1, SQL Type: sqlTypeOther, nullable: true, editable: true, Coded Values: [16: Danny Bentley], [1: Hunter Bradshaw], [2: Parker Bradshaw], ... 8 more ...)
- TeamBar2 (type: esriFieldTypeInteger, alias: TeamBar2, SQL Type: sqlTypeOther, nullable: true, editable: true, Coded Values: [16: Danny Bentley], [1: Hunter Bradshaw], [2: Parker Bradshaw], ... 8 more ...)
- TeamNatty1 (type: esriFieldTypeInteger, alias: TeamNatty1, SQL Type: sqlTypeOther, nullable: true, editable: true, Coded Values: [0: John Best], [3: Reilly Bradshaw], [4: Ricker Collins], ... 8 more ...)
- TeamNatty2 (type: esriFieldTypeInteger, alias: TeamNatty2, SQL Type: sqlTypeOther, nullable: true, editable: true, Coded Values: [0: John Best], [3: Reilly Bradshaw], [4: Ricker Collins], ... 8 more ...)
- Hole (type: esriFieldTypeInteger, alias: Hole, SQL Type: sqlTypeOther, nullable: true, editable: true)
- TeamBarScore (type: esriFieldTypeDouble, alias: TeamBarScore, SQL Type: sqlTypeOther, nullable: true, editable: true)
- TeamNattyScore (type: esriFieldTypeDouble, alias: TeamNattyScore, SQL Type: sqlTypeOther, nullable: true, editable: true)
- Leader (type: esriFieldTypeInteger, alias: Leader, SQL Type: sqlTypeOther, nullable: true, editable: true, Coded Values: [0: All Square], [1: Team BAR], [2: Team Natty])
- Status (type: esriFieldTypeInteger, alias: Status, SQL Type: sqlTypeOther, nullable: true, editable: true, Coded Values: [0: Not Started], [1: In Progress], [2: Final])
- GlobalID (type: esriFieldTypeGlobalID, alias: GlobalID, SQL Type: sqlTypeOther, length: 38, nullable: false, editable: false)
- CreationDate (type: esriFieldTypeDate, alias: CreationDate, SQL Type: sqlTypeOther, length: 8, nullable: true, editable: false)
- Creator (type: esriFieldTypeString, alias: Creator, SQL Type: sqlTypeOther, length: 128, nullable: true, editable: false)
- EditDate (type: esriFieldTypeDate, alias: EditDate, SQL Type: sqlTypeOther, length: 8, nullable: true, editable: false)
- Editor (type: esriFieldTypeString, alias: Editor, SQL Type: sqlTypeOther, length: 128, nullable: true, editable: false)
- CupYear (type: esriFieldTypeInteger, alias: Classy Cup Year, SQL Type: sqlTypeOther, nullable: true, editable: true)
- leader_difference (type: esriFieldTypeInteger, alias: Lead, SQL Type: sqlTypeOther, nullable: true, editable: true)
Templates:
Name: Event Tracker
Description:
Drawing Tool: esriFeatureEditToolPoint
Prototype:
Is Data Versioned: false
Has Contingent Values: false
Supports Rollback On Failure Parameter: true
Last Edit Date: 5/21/2025 5:41:02 PM
Schema Last Edit Date: 5/2/2025 2:35:11 AM
Data Last Edit Date: 5/21/2025 5:41:02 PM
Supported Operations:
Query
Query Pivot
Query Top Features
Query Analytic
Query Bins
Add Features
Update Features
Delete Features
Apply Edits
Calculate
Generate Renderer
Validate SQL
Get Estimates
ConvertFormat