Skip to content

Commit

Permalink
[fieldImages] Fix 2024 field json (#6179)
Browse files Browse the repository at this point in the history
Field corners and field size were identical to 2023.
  • Loading branch information
sciencewhiz authored Jan 9, 2024
1 parent d05f179 commit f1836e1
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"field-image": "2024-field.png",
"field-corners": {
"top-left": [
46,
36
113,
25
],
"bottom-right": [
1088,
544
1008,
522
]
},
"field-size": [
54.27083,
26.2916
26.9375
],
"field-unit": "foot"
}

0 comments on commit f1836e1

Please sign in to comment.