forked from lazychino/college-track
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrecintos.json
52 lines (52 loc) · 1.02 KB
/
recintos.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"RIOPIEDRAS": {
"lat": 18.402807,
"lon": -66.050137,
"name": "Rio Piedras"
},
"CAROLINA": {
"lat": 18.39179645,
"lon": -65.98946571,
"name": "Carolina"
},
"HUMACAO": {
"lat": 18.147022,
"lon": -65.837486,
"name": "Humacao"
},
"CAYEY": {
"lat": 18.117655,
"lon": -66.161604,
"name": "Cayey"
},
"RUM": {
"lat": 18.20955846,
"lon": -67.14047805,
"name": "Mayaguez"
},
"ARECIBO": {
"lat": 18.468043,
"lon": -66.740456,
"name": "Arecibo"
},
"BAYAMON": {
"lat": 18.37061395,
"lon": -66.14374638,
"name": "Bayamon"
},
"AGUADILLA": {
"lat": 18.499149,
"lon": -67.136974,
"name": "Aguadilla"
},
"PONCE": {
"lat": 17.992775,
"lon": -66.607189,
"name": "Ponce"
},
"UTUADO": {
"lat": 18.256445,
"lon": -66.722979,
"name": "Utuado"
}
}