-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtrail_data.json
89 lines (89 loc) · 3.65 KB
/
trail_data.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"trail":
[
{
"name": "86 Rosemount Place",
"description": "The Macleod family home from 1883, when JJR was aged 7, till 1895.",
"lat": "57.150170",
"lon": "-2.114320",
"image": "7_86rp_2020.jpg"
},
{
"name": "15 King's Gate",
"description": "The Macleod family home from 1895, when JJR was aged 19",
"lat": "57.147360",
"lon": "-2.132010",
"image": "15_kingsgate_PXL_20210724_103919146_m1.jpg"
},
{
"name": "Aberdeen Grammar School",
"description": "JJR attended Aberdeen Grammar School from 1884 to 1893.",
"lat": "57.146406",
"lon": "-2.113747",
"image": "8_ags_old.jpg"
},
{
"name": "John Knox Free Church in Gerrard Street",
"description": "JJR's father, The Rev Macleod, was minister here from 1895 to 1915.",
"lat": "57.153116",
"lon": "-2.102267",
"image": "6_g_st_ch_2020.jpg"
},
{
"name": "Craigievar, his home from 1930 in Cults",
"description": "JJR supervised the building of a new house, called Craigievar, at the western extremity of Cults where he and his wife moved on its completion in 1930.",
"lat": "57.114990",
"lon": "-2.193220",
"image": "1_craigievar.jpg"
},
{
"name": "The JJR Macleod Centre for Diabetes, Endocrinology and Metabolism (MacDEM)",
"description": "Opened by Professor Bliss in November 2013",
"lat": "57.154464",
"lon": "-2.140625",
"image": "10_jjr_macleod_centre_for_diabetes_endocrinology_and_metabolism.jpg"
},
{
"name": "JJR Macleod's grave",
"description": "Macleod was buried in Allenvale Cemetery overlooking the River Dee",
"lat": "57.129595",
"lon": "-2.1101580",
"image": "6_gravestone_in_allenvale_cemetery.jpg"
},
{
"name": "The former Aberdeen Medico-Chirurgical Society",
"description": "Macleod was a member of the Aberdeen Medico-Chirurgical Society, housed, at the time in the building at 29 King Street, which was completed in 1820 to the plans of Archibald Simpson",
"lat": "57.149150",
"lon": "-2.093520",
"image": "former_medico_chirurgical_society.jpg"
},
{
"name": "Marischal College",
"description": "Macleod did his academic medical studies, from 1893 to 1898 at Marischal College",
"lat": "57.149050",
"lon": "-2.097286",
"image": "marischal_college.jpg"
},
{
"name": "Children’s Hospital in Castle Terrace",
"description": "The Children’s Hospital was in Castle Terrace, opened in 1877",
"lat": "57.148224",
"lon": "-2.090469",
"image": "castle_terrace_hospital.jpg"
},
{
"name": "Woolmanhill Hospital, Formerly Aberdeen Royal Infirmary",
"description": "When Macleod was a student the main Infirmary, with medical and surgical facilities, was at Woolmanhill",
"lat": "57.150218",
"lon": "-2.105915",
"image": "woolmanhill_hospital.jpg"
},
{
"name": "Provost Skene’s House",
"description": "JJR will be celebrated in a new exhibition in, from Autumn 2021",
"lat": "57.148248",
"lon": "-2.097575",
"image": "provost_skenes_house.jpg"
}
]
}