[fieldImages] Fix 2024 field json (#6179)

Field corners and field size were identical to 2023.
This commit is contained in:
sciencewhiz
2024-01-08 19:27:55 -08:00
committed by GitHub
parent d05f179a9a
commit f1836e1321

View File

@@ -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"
}