-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.js
More file actions
27 lines (25 loc) · 1.24 KB
/
data.js
File metadata and controls
27 lines (25 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
exports.coursePar = [
{"name":"out","Par":35},
{"name":"in","Par":36},
{"name":"total","Par":71}
]
exports.holePars = ["5", "4", "4", "3", "4", "4", "3", "4", "4", "4", "4", "3", "4", "4", "5", "3", "5", "4"],
exports.holeIndexes = ["5", "1", "11", "7", "13", "3", "17", "9", "15", "12", "14", "16", "18", "8", "2", "10", "4", "6"]
exports.teeDetails = [
{
"color":"Blue", "rating": 71.0, "slope": 129, "out": 3180, "in": 3129, "total": 6309,
"distances": [525, 455, 323, 230, 354, 440, 170, 371, 312, 354, 357, 170, 277, 400, 502, 214, 478, 377],
},
{
"color":"White", "rating": 69.3, "slope": 125, "out": 2999, "in": 2924, "total": 5923,
"distances": [498, 434, 279, 215, 346, 431, 146, 356, 294, 334, 345, 145, 271, 350, 476, 191, 459, 353],
},
{
"color":"Gold", "rating": 66.3, "slope": 118, "out": 2688, "in": 2619, "total": 5307,
"distances": [422, 387, 270, 182, 325, 362, 120, 330, 290, 275, 335, 130, 250, 337, 400, 167, 435, 290],
},
{
"color":"Red", "rating": 69.2, "slope": 118, "out": 2589, "in": 2439, "total": 5028,
"distances": ["414","375","259","176","285","352","108","336","284","256","329","85","227","328","391","121","423","279"],
},
]