-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
400 lines (386 loc) · 201 KB
/
index.html
File metadata and controls
400 lines (386 loc) · 201 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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="UTF-8">
<title>heat map</title>
<link rel="stylesheet" href="services.css">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap" rel="stylesheet">
<script type="text/javascript" src="https://cdn.rawgit.com/alexgibson/shake.js/master/shake.js"></script>
<link rel="stylesheet" href="normalize.css">
</head>
<body>
<script src="model.js"></script>
<script src="view.js"></script>
<script src="controller.js"></script>
<script>
const view = new View();
</script>
<div id="main" class="container-fluid">
<div id="Header" class="jumbotron" style="text-align: center; font-family:'Ubuntu', sans-serif; background-color: black">
<p style="margin: 0; font-size: 4vh; color: white">Glasgow Heat Map</p>
</div>
<div style="text-align: center">
<p style="font-size: 2vh; padding: 0; margin: 0; font-family:'Ubuntu', sans-serif;" id="DisplayText">Displaying: </p>
</div>
<div id="map">
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="210mm"const view = new View();
height="297mm"
viewBox="0 0 210 297"
version="1.1"
id="svg1048"
sodipodi:docname="map.svg"
inkscape:version="1.0.2-2 (e86c870879, 2021-01-15)">
<defs
id="defs1042" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.45254834"
inkscape:cx="109.14031"
inkscape:cy="488.57637"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
inkscape:document-rotation="0"
showgrid="false"
showborder="false"
inkscape:window-width="1536"
inkscape:window-height="859"
inkscape:window-x="2003"
inkscape:window-y="190"
inkscape:window-maximized="0" />
<metadata
id="metadata1045">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
style="opacity:0.41612903">
<path
style="stroke-width:0.0723034"
d="m 28.966971,62.225021 c -0.318462,-0.0152 -0.579038,-0.0589 -0.579038,-0.0959 0,-0.037 -0.08208,-0.0672 -0.182355,-0.0672 -0.100279,0 -0.20172,-0.0293 -0.225235,-0.0651 -0.02352,-0.0358 -0.235724,-0.0868 -0.471356,-0.11364 -0.235654,-0.0267 -0.462064,-0.0726 -0.503145,-0.10185 -0.04104,-0.0293 -0.209328,-0.0717 -0.373585,-0.0938 -0.857943,-0.11583 -1.502731,-0.22547 -1.571315,-0.26745 -0.04242,-0.0258 -0.412199,-0.0693 -0.821863,-0.0965 -0.409664,-0.0271 -0.778454,-0.0739 -0.819558,-0.10359 -0.259469,-0.18835 -4.461209,-0.18987 -4.594966,-10e-4 -0.02075,0.0289 -0.297208,0.0726 -0.614819,0.097 -0.535122,0.0412 -0.588376,0.0332 -0.725914,-0.1119 -0.465569,-0.49062 -0.585356,-0.62179 -0.788643,-0.86364 -0.269728,-0.32092 -0.599165,-0.67917 -0.877884,-0.95468 -0.112963,-0.1116 -0.205408,-0.23217 -0.205408,-0.26768 0,-0.0357 -0.05879,-0.12297 -0.130714,-0.19465 -0.07193,-0.0715 -0.265256,-0.28035 -0.429605,-0.46418 -0.164373,-0.18378 -0.340895,-0.37499 -0.392282,-0.4248 -0.05141,-0.0498 -0.09337,-0.11278 -0.09337,-0.13988 0,-0.0271 -0.05879,-0.10053 -0.130715,-0.16315 -0.07193,-0.0625 -0.173133,-0.18443 -0.224773,-0.2706 -0.08622,-0.1438 -0.07884,-0.15662 0.09083,-0.15662 0.101667,0 0.404546,-0.11321 0.673075,-0.25132 l 0.488208,-0.25132 v -0.35869 c 0,-0.30148 -0.03158,-0.38417 -0.198493,-0.51837 -0.109043,-0.0877 -0.224312,-0.15968 -0.255711,-0.15968 -0.03158,0 -0.09521,-0.10781 -0.141549,-0.23931 -0.04634,-0.13171 -0.13302,-0.27715 -0.192498,-0.32343 -0.121033,-0.0941 -0.15884,-1.04659 -0.04173,-1.04659 0.09014,0 0.306983,-0.52027 0.306983,-0.73611 0,-0.0954 0.03366,-0.17357 0.07469,-0.17357 0.106508,0 0.09291,-0.40252 -0.01384,-0.43614 -0.0604,-0.0195 -0.03389,-0.10097 0.08161,-0.25319 0.127947,-0.16815 0.150539,-0.24851 0.08991,-0.3171 -0.06086,-0.0686 -0.04542,-0.12254 0.06109,-0.21268 0.07838,-0.0664 0.162989,-0.19705 0.187887,-0.2905 0.0355,-0.13229 0.09475,-0.16987 0.26823,-0.16987 0.122414,0 0.222698,-0.0289 0.222698,-0.0645 0,-0.0354 0.100515,-0.0851 0.22316,-0.11029 0.122875,-0.0252 0.242478,-0.0749 0.265924,-0.11059 0.02352,-0.0357 0.12472,-0.0645 0.225004,-0.0645 0.100283,0 0.182354,-0.0271 0.182354,-0.0606 0,-0.0332 0.230767,-0.0761 0.512806,-0.095 0.282062,-0.0195 0.559421,-0.0616 0.616409,-0.0953 0.157918,-0.093 0.833898,-0.30414 0.981464,-0.30673 0.07193,-10e-4 0.130714,-0.0337 0.130714,-0.0723 0,-0.0385 0.09244,-0.0704 0.205408,-0.0711 0.25887,-10e-4 0.358347,-0.0625 0.42458,-0.26133 0.02882,-0.0867 0.08392,-0.15749 0.122185,-0.15749 0.03827,0 0.06962,-0.29651 0.06962,-0.65888 0,-0.40285 0.03089,-0.66854 0.07931,-0.68367 0.122185,-0.0383 1.365124,0.11058 1.473845,0.17638 0.05302,0.0322 1.454986,0.0634 3.115634,0.0699 2.329043,0.009 3.040687,-0.009 3.112707,-0.0758 0.126568,-0.1186 0.590449,-0.10665 0.768885,0.0195 0.07977,0.0565 0.241003,0.10272 0.358277,0.10272 0.127953,0 0.288079,0.0702 0.400051,0.17488 0.102818,0.0962 0.2357,0.17487 0.29548,0.17487 0.05971,0 0.108581,0.0315 0.108581,0.0699 0,0.14468 0.390852,0.0682 0.536343,-0.10491 0.09728,-0.11583 0.221316,-0.17488 0.36667,-0.17488 0.120806,0 0.284919,-0.0382 0.364594,-0.0848 0.11965,-0.0699 0.198722,-0.0578 0.45434,0.0699 0.170134,0.0852 0.417134,0.15467 0.548724,0.15467 0.2612,0 0.45769,0.11671 0.81864,0.48572 0.12956,0.13259 0.38386,0.36863 0.56518,0.52479 0.18143,0.1562 0.5706,0.50434 0.86504,0.77374 0.68555,0.62724 1.08168,0.92644 1.45654,1.10013 0.16506,0.0765 0.29997,0.16728 0.29997,0.20159 0,0.0345 0.14617,0.0628 0.32478,0.0628 0.20057,0 0.38387,0.0468 0.47933,0.12253 0.0851,0.0673 0.20887,0.15402 0.2754,0.19247 0.10813,0.0625 0.10282,0.0884 -0.0498,0.2449 -0.27305,0.28002 -0.52475,0.78082 -0.43482,0.86507 0.0427,0.0399 0.0775,0.12923 0.0775,0.19856 0,0.0694 0.0337,0.12603 0.0747,0.12603 0.041,0 0.0747,0.0567 0.0747,0.12603 0,0.0694 0.0397,0.16294 0.0878,0.20834 0.1079,0.10126 0.12726,0.77128 0.0242,0.84028 -0.21808,0.14598 -0.37017,0.78469 -0.18673,0.78469 0.041,0 0.0747,0.0472 0.0747,0.1049 0,0.0578 0.0297,0.1049 0.0659,0.1049 0.14824,0 0.12564,0.26645 -0.039,0.45905 -0.0966,0.11321 -0.1759,0.2306 -0.17613,0.26111 -2.3e-4,0.0305 -0.0334,0.0934 -0.0742,0.13987 -0.56991,0.6531 -0.70367,0.97765 -0.5327,1.29244 0.0362,0.0669 0.10742,0.21594 0.15815,0.33142 0.0507,0.11555 0.12196,0.2646 0.15814,0.33142 0.0888,0.16337 0.0837,0.45474 -0.009,0.50823 -0.041,0.0239 -0.0747,0.30566 -0.0747,0.62639 0,0.61218 -0.0318,0.66807 -0.37969,0.66807 -0.0788,0 -0.1434,0.0315 -0.1434,0.0699 0,0.0385 -0.16622,0.0699 -0.36916,0.0699 -0.2031,0 -0.38689,0.0267 -0.40854,0.0596 -0.0207,0.0328 -0.26495,0.0793 -0.5407,0.10344 -0.27574,0.024 -0.52057,0.0698 -0.54409,0.10141 -0.0397,0.0535 -0.50923,0.18204 -0.99534,0.27269 -0.11296,0.0217 -0.20541,0.0625 -0.20541,0.0924 0,0.0297 -0.15123,0.0753 -0.33621,0.10126 -0.18489,0.0261 -0.33622,0.0766 -0.33622,0.11292 0,0.036 -0.0941,0.0656 -0.20909,0.0656 -0.11505,0 -0.24274,0.0315 -0.28373,0.0698 -0.0848,0.0793 -1.571495,0.13594 -2.439629,0.093 z m -2.499571,-5.9814 c 0.300943,-0.15076 0.351523,-0.24995 0.351523,-0.68867 0,-0.5158 -0.09452,-0.62974 -0.522996,-0.62974 -0.327501,0 -0.517232,0.11686 -0.531848,0.32736 -0.0046,0.0702 -0.0302,0.0331 -0.05648,-0.0826 -0.06294,-0.27746 -0.339973,-0.32361 -0.561565,-0.0937 -0.260759,0.27068 -0.568525,0.6746 -0.568525,0.74619 0,0.0895 0.186965,0.15207 0.454411,0.15207 0.144084,0 0.218087,0.0357 0.218087,0.1049 0,0.13594 0.363487,0.14104 0.418931,0.006 0.03251,-0.0793 0.09429,-0.0651 0.30696,0.0699 0.309841,0.19704 0.283952,0.19226 0.491596,0.0882 z"
id="Drumchapel" onclick= "view.ClickOn(this.id)" />
<path
style="stroke-width:0.0723034"
d="m 29.583381,67.527101 c 0,-0.0345 -0.235355,-0.0849 -0.523019,-0.11205 -0.287641,-0.0271 -0.522996,-0.0775 -0.522996,-0.11204 0,-0.0345 -0.103046,-0.0628 -0.229153,-0.0628 -0.125869,0 -0.292528,-0.0319 -0.370127,-0.0708 -0.07745,-0.0389 -0.352744,-0.0903 -0.611475,-0.11452 -0.258732,-0.024 -0.504046,-0.0676 -0.545128,-0.0965 -0.04104,-0.0289 -0.318602,-0.0749 -0.616686,-0.10258 -0.298107,-0.0274 -0.560642,-0.0782 -0.583465,-0.11277 -0.02305,-0.0345 -0.155151,-0.0628 -0.294142,-0.0628 -0.139014,0 -0.271341,-0.0283 -0.294164,-0.0628 -0.02305,-0.0345 -0.277082,-0.085 -0.565068,-0.11205 -0.287964,-0.0271 -0.540079,-0.0743 -0.560228,-0.10476 -0.02075,-0.0306 -0.305991,-0.0778 -0.635198,-0.10519 -0.329206,-0.0274 -0.61717,-0.0778 -0.639901,-0.11234 -0.02305,-0.0345 -0.155151,-0.0625 -0.294049,-0.0625 -0.139014,0 -0.273463,-0.0315 -0.298845,-0.0699 -0.02536,-0.0385 -0.140857,-0.0699 -0.256772,-0.0699 -0.279249,0 -0.404038,-0.15078 -0.342393,-0.41368 0.03227,-0.13725 0.0046,-0.30104 -0.08207,-0.47516 -0.139244,-0.28168 -0.496391,-0.65052 -0.629895,-0.65052 -0.0438,0 -0.05879,-0.0318 -0.0332,-0.0704 0.05394,-0.0819 -0.05879,-0.199 -0.373931,-0.38843 -0.358392,-0.2155 -0.950987,-0.73276 -1.6624,-1.45122 -0.344768,-0.3482 -0.391867,-0.46888 -0.183047,-0.46888 0.074,0 0.176592,-0.0393 0.228001,-0.0876 0.126796,-0.1186 4.997852,-0.12442 5.076857,-0.006 0.02882,0.043 0.346451,0.10126 0.706019,0.12909 0.359568,0.028 0.653755,0.0784 0.653755,0.11248 0,0.0339 0.149388,0.0616 0.331812,0.0616 0.182585,0 0.349839,0.0274 0.371902,0.0609 0.02305,0.0335 0.280632,0.0831 0.574589,0.11015 0.293935,0.0271 0.588884,0.0747 0.655393,0.10607 0.18904,0.0886 0.761625,0.22357 1.110934,0.26206 0.174516,0.0195 0.317541,0.0634 0.317541,0.0979 0,0.0884 2.818081,0.0815 2.876525,-0.006 0.0254,-0.0385 0.14892,-0.0699 0.27454,-0.0699 0.22777,0 0.96206,-0.2053 1.03297,-0.28888 0.0208,-0.0243 0.21371,-0.0664 0.42951,-0.0941 0.21579,-0.0275 0.411,-0.0787 0.43403,-0.11335 0.023,-0.0348 0.1072,-0.0634 0.18697,-0.0634 0.0798,0 0.14501,-0.0291 0.14501,-0.065 0,-0.0357 0.19342,-0.0868 0.42961,-0.11365 0.2363,-0.0267 0.46324,-0.073 0.50432,-0.10301 0.041,-0.0297 0.36891,-0.0769 0.72847,-0.10447 0.65309,-0.0501 0.65376,-0.0501 0.65307,0.1154 -5.1e-4,0.1304 -0.0752,0.19551 -0.3488,0.30563 -0.19135,0.0769 -0.42421,0.21007 -0.51728,0.29588 -0.33887,0.31223 -1.26643,0.88988 -1.52475,0.94951 -0.19642,0.0455 -1.23925,0.95542 -1.40026,1.22199 -0.11756,0.19443 -0.12495,1.04462 -0.009,1.08064 0.0461,0.0152 0.0818,0.15815 0.0793,0.31947 -0.005,0.31472 -0.2137,0.58461 -0.52437,0.67696 -0.089,0.0265 -0.16184,0.0753 -0.16184,0.10855 0,0.0332 -0.0588,0.0782 -0.13072,0.1 -0.0719,0.0217 -0.22846,0.11816 -0.347836,0.21463 -0.119422,0.0964 -0.262304,0.17531 -0.317541,0.17531 -0.05533,0 -0.100522,0.0315 -0.100522,0.0699 0,0.0411 -0.26152,0.0699 -0.635082,0.0699 -0.349309,0 -0.635083,-0.0283 -0.635083,-0.0628 z m -2.913869,-2.80595 c 0,-0.59034 -0.0092,-0.62973 -0.154691,-0.62973 -0.08507,0 -0.201719,0.0393 -0.258915,0.0876 -0.05717,0.0481 -0.157457,0.12968 -0.222699,0.18118 -0.152846,0.12079 -0.106046,0.25001 0.100744,0.27851 0.1374,0.0195 0.162298,0.068 0.162298,0.32069 0,0.33157 0.0362,0.39164 0.2366,0.39164 0.122646,0 0.136939,-0.0656 0.136939,-0.62973 z m 1.09906,0.48979 c 0.02076,-0.0769 0.08553,-0.13988 0.142473,-0.13988 0.135784,0 0.133244,-0.18727 -0.0046,-0.25895 -0.06109,-0.0322 -0.117111,-0.19052 -0.13072,-0.37082 -0.02075,-0.28193 -0.04449,-0.31706 -0.222239,-0.33634 -0.156073,-0.0173 -0.243654,0.0353 -0.410932,0.24492 -0.116883,0.14642 -0.254557,0.308 -0.305921,0.35885 -0.05141,0.0508 -0.09337,0.15316 -0.09337,0.22741 0,0.11015 0.05349,0.13492 0.290153,0.13492 0.22731,0 0.298615,0.0302 0.329229,0.13987 0.02398,0.0861 0.101906,0.13987 0.202413,0.13987 0.100507,0 0.178435,-0.0539 0.202411,-0.13987 z"
id="Blairdardie" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.0723034"
d="m 33.916848,79.276791 c -0.20564,-0.11015 -0.65664,-0.28158 -0.74078,-0.28158 -0.0456,0 -0.14155,-0.0267 -0.21279,-0.0597 -0.0712,-0.0328 -0.24741,-0.10825 -0.39124,-0.16726 -0.14386,-0.0593 -0.38426,-0.15838 -0.53429,-0.22023 -0.15008,-0.0619 -0.34336,-0.11248 -0.42961,-0.11248 -0.0862,0 -0.15676,-0.0242 -0.15676,-0.0535 0,-0.0638 -0.553523,-0.2964 -0.705885,-0.2964 -0.05901,0 -0.125641,-0.0278 -0.148008,-0.0621 -0.02305,-0.0341 -0.159072,-0.0828 -0.303272,-0.10811 -0.144314,-0.0255 -0.262305,-0.0761 -0.262305,-0.11292 0,-0.0367 -0.04657,-0.0669 -0.103518,-0.0669 -0.05694,0 -0.199876,-0.0471 -0.317518,-0.10447 -0.11781,-0.0576 -0.289669,-0.10476 -0.382114,-0.10491 -0.09245,-2.6e-4 -0.168063,-0.0305 -0.168063,-0.0672 0,-0.0367 -0.117567,-0.0876 -0.261497,-0.11278 -0.143857,-0.0252 -0.261498,-0.0739 -0.261498,-0.10825 0,-0.0341 -0.08415,-0.0621 -0.186734,-0.0621 -0.102818,0 -0.186736,-0.0315 -0.186736,-0.0699 0,-0.0385 -0.05257,-0.0699 -0.116883,-0.0699 -0.06432,0 -0.298729,-0.078 -0.521013,-0.17314 -0.222238,-0.0951 -0.497522,-0.194 -0.611614,-0.21957 -0.114116,-0.0256 -0.241072,-0.0708 -0.282177,-0.10053 -0.04104,-0.0297 -0.200798,-0.0761 -0.354888,-0.10301 -0.15423,-0.027 -0.280195,-0.0771 -0.280195,-0.11117 0,-0.0341 -0.06524,-0.0621 -0.145008,-0.0621 -0.07977,0 -0.163451,-0.028 -0.186043,-0.0622 -0.02305,-0.0341 -0.159071,-0.0827 -0.303248,-0.10811 -0.144317,-0.0254 -0.262351,-0.0734 -0.262351,-0.10665 0,-0.0335 -0.134402,-0.0819 -0.298844,-0.10796 -0.164373,-0.0261 -0.298868,-0.0761 -0.298868,-0.11103 0,-0.0353 -0.04657,-0.0638 -0.103511,-0.0638 -0.05694,0 -0.199875,-0.0469 -0.317541,-0.10447 -0.117805,-0.0575 -0.272841,-0.10476 -0.344745,-0.10491 -0.07193,-2.3e-4 -0.130715,-0.0284 -0.130715,-0.0625 0,-0.0341 -0.113424,-0.0822 -0.252,-0.10651 -0.138552,-0.0243 -0.41598,-0.1221 -0.616386,-0.21738 -0.200336,-0.0952 -0.440049,-0.17336 -0.532517,-0.17336 -0.09244,-1.1e-4 -0.168061,-0.024 -0.168061,-0.0532 0,-0.0576 -0.438089,-0.21507 -0.76582,-0.27518 -0.112963,-0.0217 -0.205408,-0.0632 -0.205408,-0.0943 0,-0.031 -0.109275,-0.0787 -0.242825,-0.10578 -0.133481,-0.0271 -0.25963,-0.0707 -0.280171,-0.0966 -0.06086,-0.0771 -0.573091,-0.28495 -0.702399,-0.28495 -0.0657,0 -0.119418,-0.03 -0.119418,-0.0669 0,-0.0367 -0.117573,-0.0876 -0.261498,-0.11278 -0.143855,-0.0252 -0.261498,-0.0707 -0.261498,-0.10053 0,-0.03 -0.201719,-0.11117 -0.448302,-0.1803 -0.246559,-0.0691 -0.448278,-0.15121 -0.448278,-0.18249 0,-0.0313 -0.04933,-0.0567 -0.109506,-0.0567 -0.06017,0 -0.219932,-0.0446 -0.354911,-0.0991 -0.134865,-0.0545 -0.368098,-0.14902 -0.518154,-0.20985 -0.15008,-0.061 -0.326556,-0.11073 -0.392236,-0.11073 -0.07769,0 -0.119417,-0.0613 -0.119417,-0.17489 0,-0.0962 0.03135,-0.17487 0.06962,-0.17487 0.113655,0 0.163681,-0.24816 0.08783,-0.43496 -0.05602,-0.13798 -0.04104,-0.19725 0.07377,-0.28913 0.0793,-0.0637 0.177282,-0.11554 0.217857,-0.11554 0.11181,0 0.08853,-0.22923 -0.04104,-0.40226 -0.109045,-0.14576 -0.104203,-0.15597 0.09337,-0.20181 0.230306,-0.0535 0.693501,-0.31895 1.010927,-0.57944 0.224081,-0.18379 0.274707,-0.47541 0.09383,-0.54039 -0.06155,-0.0221 -0.112041,-0.0841 -0.112041,-0.13768 0,-0.0536 -0.03366,-0.0975 -0.07469,-0.0975 -0.04104,0 -0.07469,-0.0603 -0.07469,-0.13404 0,-0.0739 -0.04196,-0.15163 -0.09337,-0.17292 -0.05141,-0.0217 0.06639,-0.0195 0.261498,10e-4 l 0.354912,0.0408 v -0.39279 c 0,-0.34613 0.01844,-0.39277 0.149387,-0.39277 0.166909,0 0.211402,-0.26377 0.06732,-0.39885 -0.0966,-0.0906 -0.110888,-0.57922 -0.01844,-0.64227 0.104202,-0.0712 0.325011,-0.47641 0.325011,-0.59651 0,-0.0615 0.03366,-0.11161 0.07469,-0.11161 0.04104,0 0.07469,-0.065 0.07469,-0.14438 0,-0.13929 0.02859,-0.14323 0.80319,-0.10695 1.450399,0.068 2.468726,0.17118 2.524608,0.25578 0.02075,0.0309 0.305369,0.0779 0.6334,0.10476 0.32803,0.0267 0.596421,0.0727 0.596421,0.10228 0,0.0296 0.126104,0.0715 0.280172,0.0937 0.965532,0.13769 1.405512,0.21754 1.438271,0.2606 0.02075,0.027 0.298407,0.072 0.61747,0.1 0.319063,0.0278 0.598427,0.0784 0.620813,0.11233 0.02305,0.034 0.173131,0.0616 0.33513,0.0616 0.162067,0 0.294441,0.0274 0.294441,0.061 0,0.0335 0.209789,0.0832 0.466238,0.1103 0.256426,0.0271 0.500173,0.0747 0.541693,0.10577 0.04149,0.031 0.193189,0.0727 0.336952,0.0933 0.143857,0.0195 0.51366,0.0743 0.821863,0.12035 0.923877,0.13754 1.693937,0.004 2.128727,-0.36646 0.12288,-0.10491 0.31625,-0.22692 0.42961,-0.27088 0.11342,-0.0438 0.2061,-0.10752 0.2061,-0.14147 0,-0.034 0.0419,-0.0621 0.0934,-0.0628 0.15007,-0.001 0.65373,-0.44825 0.65373,-0.57894 0,-0.0656 0.0337,-0.11947 0.0747,-0.11947 0.041,0 0.0747,-0.0472 0.0747,-0.10491 0,-0.0775 0.0867,-0.1049 0.33181,-0.1049 0.18259,0 0.35258,0.0315 0.37799,0.0699 0.0254,0.0385 0.28342,0.0699 0.57341,0.0699 0.50469,0 1.2571,0.17726 1.2571,0.29631 0,0.0296 0.0613,0.0536 0.13601,0.0536 0.14617,0 0.82064,0.56801 0.95272,0.80239 0.1835,0.32558 0.29972,0.49647 0.40551,0.59626 0.0615,0.0583 0.17544,0.22234 0.25274,0.36486 0.0772,0.1425 0.19503,0.31571 0.2615,0.38484 0.0664,0.0691 0.19664,0.26739 0.28906,0.44054 0.19412,0.36347 0.41135,0.71907 0.47007,0.76968 0.023,0.0195 0.13993,0.18488 0.26152,0.36785 0.12149,0.18315 0.27803,0.35001 0.34783,0.37094 0.0699,0.0217 0.14709,0.0978 0.17199,0.17075 0.0247,0.073 0.11042,0.15229 0.19065,0.17618 0.08,0.0239 0.1457,0.0707 0.1457,0.10388 0,0.0332 0.074,0.0826 0.1646,0.10957 0.26505,0.0788 0.35839,0.21181 0.35839,0.51115 0,0.15446 0.0337,0.3002 0.0747,0.32398 0.041,0.0238 0.0747,0.23032 0.0747,0.45894 0,0.22865 0.029,0.41571 0.0643,0.41571 0.0353,0 0.0842,0.14946 0.10813,0.33236 0.0456,0.34576 0.19757,0.71571 0.29453,0.71665 0.0309,3e-4 0.056,0.0793 0.056,0.17554 0,0.0962 0.0337,0.17487 0.0747,0.17487 0.041,0 0.0749,0.0552 0.0752,0.12253 2.3e-4,0.0673 0.0507,0.21268 0.11205,0.32289 0.1895,0.34034 0.14962,0.4643 -0.14985,0.4643 -0.14386,0 -0.2615,0.0274 -0.2615,0.061 0,0.0335 -0.20172,0.0823 -0.44828,0.1084 -0.24658,0.0261 -0.4483,0.0769 -0.4483,0.11277 0,0.0358 -0.0848,0.0851 -0.18858,0.10942 -0.10374,0.0243 -0.22984,0.0995 -0.28019,0.16685 -0.0505,0.0673 -0.2031,0.14555 -0.33924,0.17357 -0.15653,0.0322 -0.27773,0.11277 -0.32953,0.21929 -0.0452,0.0925 -0.12841,0.16838 -0.18535,0.16838 -0.0569,0 -0.19388,0.0787 -0.30477,0.17486 -0.11089,0.0963 -0.22846,0.17489 -0.2614,0.17489 -0.0567,0 -0.14962,0.0628 -0.38712,0.26238 -0.0572,0.0479 -0.17383,0.0876 -0.25889,0.0876 -0.0851,0 -0.15469,0.0337 -0.15469,0.0749 0,0.10666 -0.16599,0.24819 -0.35837,0.30538 -0.0906,0.027 -0.16461,0.0782 -0.16461,0.11423 0,0.0358 -0.0424,0.0651 -0.0941,0.0651 -0.0519,0 -0.18489,0.0787 -0.29561,0.17489 -0.12104,0.1049 -0.29016,0.17487 -0.4235,0.17487 -0.12219,0 -0.27238,0.0472 -0.33384,0.10476 -0.1563,0.14619 -0.46156,0.24517 -0.75687,0.24517 -0.39731,0 -0.4869,0.0593 -0.4869,0.32236 0,0.24707 -0.12357,0.30303 -0.37356,0.16923 z m -4.530345,-6.44411 c 0.173594,-0.12792 0.196878,-0.19464 0.196878,-0.56475 0,-0.52416 -0.09084,-0.61968 -0.589759,-0.61968 -0.29345,0 -0.393042,0.0293 -0.452383,0.13317 -0.07031,0.12298 -0.06824,0.95506 0.0023,1.01106 0.272124,0.2155 0.584617,0.23044 0.842887,0.0402 z m -1.014339,-0.57218 0.02075,-0.61225 -0.208407,0.001 c -0.114571,10e-4 -0.284021,0.0615 -0.376488,0.13361 -0.190655,0.14902 -0.227079,0.42377 -0.05602,0.42377 0.08276,0 0.112048,0.081 0.112048,0.30904 0,0.31867 0.06754,0.39278 0.336215,0.36896 0.135098,-0.0131 0.151459,-0.072 0.171057,-0.62552 z"
id="Knightswood" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.0723034"
d="m 50.466189,75.933191 c -0.12335,-0.0597 -0.23536,-0.13506 -0.24908,-0.16749 -0.0138,-0.0326 -0.0726,-0.059 -0.13072,-0.059 -0.0581,0 -0.10581,-0.0293 -0.10581,-0.0651 0,-0.0358 -0.074,-0.0873 -0.1646,-0.11423 -0.0906,-0.027 -0.21071,-0.0919 -0.26685,-0.14468 -0.0562,-0.0526 -0.15953,-0.0959 -0.22984,-0.0959 -0.0701,0 -0.17613,-0.063 -0.23529,-0.13988 -0.15561,-0.20224 -0.4483,-0.18683 -0.4483,0.0238 v 0.16358 l -1.36353,-0.0326 c -0.74996,-0.0173 -1.37476,-0.06 -1.38846,-0.0937 -0.0327,-0.0804 -0.813511,-0.0791 -0.866611,10e-4 -0.023,0.0344 -0.41964,0.0849 -0.88231,0.11277 -0.46264,0.0278 -0.87482,0.0744 -0.91592,0.10403 -0.041,0.0296 -0.26173,0.0676 -0.49031,0.0842 -0.38568,0.0284 -0.42199,0.0173 -0.50432,-0.14526 -0.0489,-0.0969 -0.0887,-0.23276 -0.0887,-0.30204 0,-0.0694 -0.0254,-0.12603 -0.0565,-0.12603 -0.0622,0 -0.15653,-0.19659 -0.3609,-0.75218 -0.0742,-0.20204 -0.16207,-0.36735 -0.19504,-0.36735 -0.033,0 -0.0599,-0.0925 -0.0599,-0.20573 0,-0.11321 -0.0337,-0.22526 -0.0747,-0.24905 -0.041,-0.0236 -0.0747,-0.16553 -0.0747,-0.31486 0,-0.14946 -0.0295,-0.28876 -0.0657,-0.3097 -0.0362,-0.0217 -0.0904,-0.31333 -0.1201,-0.64974 -0.0592,-0.6654 -0.10674,-0.73826 -0.71061,-1.08576 -0.14386,-0.0828 -0.34555,-0.24435 -0.44828,-0.35899 -0.10281,-0.11467 -0.26244,-0.28041 -0.35488,-0.36834 -0.0924,-0.088 -0.16807,-0.19291 -0.16807,-0.23304 0,-0.0402 -0.0337,-0.0733 -0.0747,-0.0733 -0.041,0 -0.0747,-0.0313 -0.0747,-0.0695 0,-0.11947 -0.25647,-0.63021 -0.31648,-0.63021 -0.0314,0 -0.0572,-0.0471 -0.0572,-0.1049 0,-0.0579 -0.0297,-0.10491 -0.0659,-0.10491 -0.0362,0 -0.0858,-0.0552 -0.10996,-0.12253 -0.0512,-0.14279 -0.19319,-0.35381 -0.33467,-0.4977 -0.0549,-0.0557 -0.13049,-0.16728 -0.16807,-0.24785 -0.0717,-0.1538 -0.22915,-0.40192 -0.29289,-0.46144 -0.0208,-0.0195 -0.0878,-0.12952 -0.14939,-0.24489 -0.0615,-0.11554 -0.22962,-0.3125 -0.37345,-0.43787 -0.14386,-0.12531 -0.34924,-0.30641 -0.45649,-0.40233 -0.10719,-0.096 -0.25013,-0.17444 -0.31754,-0.17444 -0.0673,0 -0.12264,-0.0254 -0.12264,-0.0565 0,-0.0694 -0.52819,-0.29334 -0.69131,-0.29334 -0.065,0 -0.13164,-0.038 -0.14824,-0.0845 -0.0208,-0.0583 -0.33543,-0.0934 -1.01489,-0.11321 -0.54163,-0.0152 -0.98479,-0.0565 -0.98479,-0.0903 0,-0.0339 -0.0841,-0.0616 -0.18673,-0.0616 -0.10282,0 -0.18674,-0.0336 -0.18674,-0.0749 0,-0.0412 -0.0505,-0.12224 -0.11203,-0.17988 -0.0615,-0.0578 -0.11205,-0.14858 -0.11205,-0.20181 0,-0.13987 1.11396,-1.15261 1.26775,-1.15261 0.13025,0 0.76547,-0.39209 0.81183,-0.50116 0.0138,-0.0322 0.0673,-0.0587 0.11943,-0.0587 0.0519,0 0.1752,-0.065 0.27394,-0.14425 0.0987,-0.0793 0.2515,-0.20202 0.33942,-0.27272 0.0878,-0.0707 0.23084,-0.14968 0.31754,-0.1753 0.0867,-0.0259 0.15769,-0.0762 0.15769,-0.11205 0,-0.0358 0.0653,-0.0651 0.14501,-0.0651 0.0798,0 0.16576,-0.0315 0.19112,-0.0699 0.0254,-0.0385 0.11135,-0.0699 0.19111,-0.0699 0.0798,0 0.14501,-0.0472 0.14501,-0.1049 0,-0.0579 0.0337,-0.10491 0.0747,-0.10491 0.041,0 0.0747,-0.0337 0.0747,-0.0749 0,-0.0412 0.0507,-0.12253 0.11274,-0.18052 0.0961,-0.0902 0.14547,-0.0919 0.33621,-0.0131 0.12287,0.0508 0.22339,0.11641 0.22339,0.14555 0,0.0291 0.11527,0.0527 0.25617,0.0527 0.14087,0 0.30493,0.0456 0.36455,0.10141 0.0597,0.0558 0.19688,0.12224 0.30491,0.14773 0.10812,0.0254 0.21509,0.074 0.23757,0.1084 0.023,0.0344 0.10075,0.0621 0.17336,0.0621 0.0728,0 0.17728,0.0787 0.23238,0.17488 0.0549,0.0962 0.14479,0.17487 0.19942,0.17487 0.0546,0 0.0996,0.0236 0.10005,0.0526 9.9e-4,0.10622 0.4888,0.30851 0.83673,0.34712 0.19711,0.022 0.35823,0.0669 0.35823,0.1 0,0.0331 0.51034,0.0602 1.13408,0.0602 1.13078,0 1.38477,0.0372 1.97478,0.28885 0.16898,0.0721 0.32831,0.13099 0.35431,0.13099 0.11067,0 0.944991,0.73716 0.944991,0.83494 0,0.0411 0.0314,0.0747 0.0696,0.0747 0.0383,0 0.0936,0.0708 0.12265,0.1575 0.0293,0.0867 0.1155,0.20834 0.19181,0.2706 0.0763,0.0621 0.13878,0.13769 0.13878,0.16792 0,0.0527 0.15353,0.19117 0.83636,0.75365 0.71607,0.58981 1.03149,0.89228 1.03149,0.98918 0,0.0561 0.0337,0.12136 0.0747,0.1454 0.041,0.0239 0.0747,0.12006 0.0747,0.21398 0,0.20856 0.13832,0.21913 0.39479,0.0302 0.10489,-0.0774 0.2944,-0.15989 0.42101,-0.18379 0.12657,-0.0237 0.23031,-0.0707 0.23031,-0.10432 0,-0.0336 0.0874,-0.0612 0.19388,-0.0612 0.10674,0 0.28319,-0.0443 0.39225,-0.0986 0.34431,-0.1714 0.74005,-0.32113 0.84843,-0.32113 0.0574,0 0.13648,-0.0287 0.17543,-0.0638 0.039,-0.0353 0.26478,-0.0745 0.50161,-0.0876 0.37868,-0.0217 0.43555,-0.006 0.47165,0.11627 0.023,0.0769 0.0699,0.2029 0.10536,0.27989 0.0353,0.0769 0.0844,0.22654 0.10881,0.33236 0.0337,0.14541 0.0888,0.19247 0.225,0.19247 0.11666,0 0.19757,0.051 0.22939,0.14468 0.027,0.0796 0.15538,0.20551 0.28522,0.27963 0.12979,0.074 0.20264,0.13506 0.16137,0.1355 -0.13809,0.001 -0.26149,0.37423 -0.26149,0.79006 0,0.41977 -0.1298,0.74009 -0.39226,0.96715 -0.23732,0.20529 -0.16576,0.50858 0.19872,0.84062 0.30896,0.28155 0.32132,0.30695 0.19849,0.40792 -0.1079,0.0889 -0.13971,0.2798 -0.18028,1.08727 -0.0274,0.54517 -0.0825,0.98995 -0.1238,1.00292 -0.041,0.0131 -0.0745,0.0995 -0.0745,0.19247 0,0.093 -0.0254,0.16901 -0.0565,0.16901 -0.0311,0 -0.10236,0.10228 -0.15861,0.22741 -0.0562,0.12516 -0.2455,0.5108 -0.42078,0.85716 -0.1752,0.34634 -0.34149,0.70057 -0.36943,0.78716 -0.0279,0.0867 -0.0821,0.1575 -0.12056,0.1575 -0.0383,0 -0.0696,0.0472 -0.0696,0.10491 0,0.12574 -0.0433,0.12341 -0.33622,-0.0173 z m -5.451571,-5.65741 c 0.164371,-0.10082 0.184191,-0.16184 0.184191,-0.56476 0,-0.29824 -0.0362,-0.48574 -0.10674,-0.55171 -0.132101,-0.12356 -0.743661,-0.13274 -0.845951,-0.0131 -0.0832,0.0978 -0.16599,0.77978 -0.11619,0.95777 0.0708,0.25356 0.58755,0.35355 0.88471,0.17118 z m -1.12947,4.4e-4 c 0.0947,-0.0341 0.11826,-0.1588 0.11826,-0.62973 0,-0.55275 -0.009,-0.58726 -0.1593,-0.58726 -0.0876,0 -0.27427,0.0664 -0.41478,0.14793 -0.2858,0.16532 -0.30645,0.36387 -0.0415,0.39926 0.13925,0.0195 0.16737,0.0663 0.16737,0.28339 0,0.14366 0.0403,0.29881 0.0897,0.34497 0.1049,0.0982 0.0899,0.0956 0.24045,0.0415 z"
id="Anniesland" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:1.01015"
d=""
id="path1665"
transform="scale(0.26458333)" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.0723034"
d="m 32.599858,88.562471 c -0.0874,-0.0858 -0.26557,-0.2349 -0.39592,-0.33112 -0.13025,-0.0963 -0.27879,-0.20637 -0.3299,-0.2449 -0.14338,-0.10796 -0.35426,-0.22477 -0.721647,-0.3997 -0.18489,-0.088 -0.40141,-0.21507 -0.481062,-0.28251 -0.07954,-0.0673 -0.166908,-0.12253 -0.194112,-0.12253 -0.04311,0 -0.165064,-0.0851 -0.498512,-0.34856 -0.04957,-0.0391 -0.125185,-0.0712 -0.168061,-0.0712 -0.04288,0 -0.07793,-0.0293 -0.07793,-0.0651 0,-0.0358 -0.07308,-0.0868 -0.162298,-0.11365 -0.168522,-0.0501 -0.211173,-0.0787 -0.594232,-0.39847 -0.126797,-0.10578 -0.254951,-0.19247 -0.284874,-0.19247 -0.02997,0 -0.19319,-0.11802 -0.363096,-0.2624 -0.441754,-0.37545 -0.627129,-0.51028 -0.818174,-0.59508 -0.09245,-0.0411 -0.168061,-0.10097 -0.168061,-0.13332 0,-0.0323 -0.05072,-0.0587 -0.112732,-0.0587 -0.06201,0 -0.239759,-0.0867 -0.395047,-0.19248 -0.2831,-0.1929 -0.328977,-0.22786 -0.746432,-0.56836 -0.12403,-0.10097 -0.319686,-0.24679 -0.434954,-0.32377 -0.215782,-0.14396 -0.352998,-0.26604 -0.558844,-0.49677 -0.171288,-0.19203 -0.506212,-0.44784 -0.586392,-0.44784 -0.03781,0 -0.219241,-0.13375 -0.403209,-0.29738 -0.794453,-0.70648 -1.543859,-1.23788 -1.749613,-1.2407 -0.05141,-8.8e-4 -0.09406,-0.0249 -0.09475,-0.0539 -0.0023,-0.12487 -0.836595,-0.87883 -1.373077,-1.24199 -0.113655,-0.0769 -0.294119,-0.20877 -0.400926,-0.29294 -0.106738,-0.0841 -0.2751,-0.17206 -0.373908,-0.1953 -0.0989,-0.0233 -0.249556,-0.10316 -0.334947,-0.17771 -0.0853,-0.0744 -0.393526,-0.28464 -0.68474,-0.46693 -0.291214,-0.18227 -0.613182,-0.40346 -0.715494,-0.49145 -0.102359,-0.088 -0.211863,-0.15987 -0.24347,-0.15987 -0.0491,0 -0.303778,-0.19139 -0.608248,-0.45731 -0.04565,-0.0398 -0.250294,-0.18162 -0.454803,-0.31488 -0.204486,-0.13346 -0.439841,-0.29966 -0.522995,-0.36965 -0.08322,-0.0699 -0.243655,-0.14468 -0.356664,-0.16619 -0.112963,-0.0217 -0.205408,-0.0664 -0.205408,-0.1001 0,-0.0336 -0.03135,-0.0612 -0.06939,-0.0612 -0.03827,0 -0.298799,-0.0965 -0.579039,-0.21441 -0.280241,-0.11802 -0.57678,-0.24064 -0.658967,-0.27277 -0.08207,-0.0322 -0.272194,-0.10884 -0.422228,-0.17053 -0.150079,-0.0616 -0.322705,-0.11204 -0.383705,-0.11204 -0.06109,0 -0.207253,-0.0472 -0.324942,-0.10447 -0.117804,-0.0576 -0.266523,-0.10476 -0.330705,-0.1049 -0.06432,-2.7e-4 -0.257717,-0.0643 -0.430043,-0.14235 -0.172441,-0.078 -0.413998,-0.16055 -0.537057,-0.18379 -0.123107,-0.023 -0.223621,-0.066 -0.223621,-0.0953 0,-0.0293 -0.115038,-0.0736 -0.255481,-0.0984 l -0.255474,-0.0453 0.255481,-0.23236 c 0.140397,-0.12778 0.255481,-0.26853 0.255481,-0.31276 0,-0.0443 0.06501,-0.0804 0.144316,-0.0804 0.08184,0 0.166217,-0.0647 0.195033,-0.14924 0.03781,-0.11146 0.06593,-0.12603 0.111349,-0.0571 0.03481,0.0527 0.291583,0.1151 0.601171,0.14621 0.297254,0.0297 0.575581,0.0868 0.618484,0.12705 0.04288,0.0402 0.203103,0.073 0.355718,0.073 0.152615,0 0.29103,0.0376 0.307352,0.0835 0.01844,0.0488 0.232242,0.0954 0.519376,0.11248 0.428706,0.0257 0.514212,0.009 0.686354,-0.13098 0.138552,-0.11278 0.196648,-0.22875 0.196648,-0.39243 0,-0.12778 -0.03366,-0.23226 -0.07469,-0.23226 -0.04104,0 -0.07469,-0.0477 -0.07469,-0.10607 0,-0.28007 -0.292828,-0.5629 -0.648108,-0.62601 -0.218088,-0.0386 -0.230076,-0.0548 -0.149158,-0.19747 0.198953,-0.35027 0.21025,-0.3509 0.814809,-0.0459 0.07124,0.036 0.19734,0.0654 0.280195,0.0654 0.08276,0 0.150539,0.03 0.150539,0.0669 0,0.0367 0.117574,0.0876 0.261498,0.11278 0.143856,0.0252 0.261498,0.0739 0.261498,0.10825 0,0.0341 0.07562,0.063 0.168061,0.0637 0.09244,8.8e-4 0.369828,0.0947 0.61641,0.20834 0.246536,0.11379 0.490766,0.20746 0.542683,0.20832 0.05187,8.8e-4 0.152846,0.0296 0.224082,0.0638 0.128408,0.0616 0.39763,0.17423 0.925536,0.3874 0.150079,0.0606 0.301334,0.11103 0.336215,0.1119 0.03481,8.6e-4 0.332019,0.12691 0.660303,0.27989 0.328307,0.15293 0.672914,0.2781 0.765843,0.2781 0.09291,0 0.168983,0.024 0.168983,0.0535 0,0.073 0.563525,0.29639 0.747677,0.29639 0.08184,0 0.148927,0.0248 0.148927,0.0552 0,0.0302 0.218549,0.11685 0.485626,0.19247 0.267099,0.0756 0.485648,0.15838 0.485648,0.18422 0,0.0258 0.108122,0.0691 0.240381,0.0965 0.132097,0.0271 0.291906,0.0731 0.354888,0.10228 0.06294,0.0291 0.198492,0.0863 0.301312,0.12734 0.102819,0.0408 0.344652,0.139 0.537588,0.21806 0.19296,0.0791 0.419877,0.1438 0.504323,0.1438 0.08437,0 0.153537,0.0315 0.153537,0.0699 0,0.0385 0.06732,0.0699 0.149386,0.0699 0.0823,0 0.149388,0.03 0.149388,0.0669 0,0.0367 0.118035,0.0876 0.262327,0.11292 0.144317,0.0254 0.27895,0.0712 0.29926,0.10214 0.02075,0.0309 0.171289,0.0771 0.335385,0.10315 0.164142,0.0258 0.298476,0.0761 0.298476,0.11103 0,0.035 0.08415,0.0638 0.186735,0.0638 0.102819,0 0.186734,0.0315 0.186734,0.0699 0,0.0385 0.05372,0.0699 0.119422,0.0699 0.0657,0 0.225464,0.0434 0.354889,0.0966 0.129564,0.0532 0.358207,0.14771 0.508241,0.20985 0.150076,0.0624 0.326554,0.11321 0.392258,0.11321 0.0657,0 0.119422,0.0287 0.119422,0.0638 0,0.0352 0.14293,0.0863 0.317518,0.11364 0.174747,0.0274 0.334348,0.0711 0.354888,0.0973 0.05971,0.0761 0.571801,0.28516 0.69802,0.28516 0.06316,0 0.133487,0.028 0.156073,0.0622 0.02305,0.0341 0.159071,0.0828 0.303271,0.10825 0.144313,0.0254 0.262329,0.0761 0.262329,0.11292 0,0.0367 0.04657,0.0669 0.103517,0.0669 0.05694,0 0.199877,0.0469 0.317543,0.10447 0.11781,0.0575 0.289645,0.10476 0.382115,0.1049 0.09245,2.6e-4 0.168057,0.0319 0.168057,0.0704 0,0.0385 0.0369,0.0699 0.0821,0.0699 0.0765,0 0.48012,0.15055 0.74222,0.27688 0.0629,0.0305 0.22269,0.0774 0.35488,0.10475 0.13234,0.0271 0.24039,0.0717 0.24039,0.0991 0,0.0274 0.21854,0.11146 0.48562,0.18682 0.26712,0.0756 0.48565,0.15816 0.48565,0.18357 0,0.0254 0.13625,0.0677 0.30269,0.0943 0.16645,0.0262 0.37859,0.11584 0.47141,0.19857 0.31332,0.27977 0.68227,0.53294 0.77859,0.53422 0.0526,8.9e-4 0.11319,-0.0412 0.1344,-0.0934 0.0422,-0.10272 0.40484,-0.0734 0.40484,0.0328 0,0.034 0.0673,0.0619 0.14939,0.0619 0.0823,0 0.1494,0.0296 0.1494,0.0656 0,0.0361 0.15123,0.0868 0.33621,0.11292 0.18489,0.0261 0.33621,0.0699 0.33621,0.0975 0,0.0275 0.20172,0.11073 0.44828,0.18444 0.24656,0.0739 0.44831,0.15512 0.44831,0.18053 0,0.0255 0.13439,0.0676 0.29845,0.0937 0.16414,0.0259 0.31745,0.0761 0.34064,0.11103 0.023,0.0352 0.10742,0.0638 0.1872,0.0638 0.0798,0 0.14501,0.03 0.14501,0.0669 0,0.0367 0.11779,0.0876 0.26152,0.11277 0.14386,0.0252 0.2615,0.072 0.2615,0.10389 0,0.0319 0.15123,0.0791 0.33621,0.10519 0.18489,0.0258 0.33622,0.0752 0.33622,0.10928 0,0.0341 0.1148,0.0621 0.25527,0.0621 0.14039,0 0.26668,0.0319 0.28061,0.0711 0.0138,0.039 0.38416,0.0943 0.82278,0.12253 l 0.79745,0.0513 -0.14154,0.27987 c -0.0779,0.15402 -0.1427,0.38224 -0.14409,0.5073 -10e-4,0.12516 -0.0362,0.2274 -0.0772,0.2274 -0.041,0 -0.0747,0.0476 -0.0747,0.10607 0,0.10214 -0.14154,0.3819 -0.22961,0.45386 -0.0235,0.0195 -0.0657,0.093 -0.0938,0.16401 -0.0279,0.0711 -0.11804,0.14556 -0.20011,0.16555 -0.0821,0.0195 -0.14916,0.08 -0.14916,0.13331 0,0.0532 -0.0505,0.0969 -0.11205,0.0969 -0.14363,0 -0.70987,0.51208 -0.70987,0.64193 0,0.11117 -0.54259,0.60551 -0.81172,0.73951 -0.20448,0.10184 -1.39917,0.12093 -1.46354,0.0234 -0.0235,-0.0354 -0.14316,-0.0854 -0.2659,-0.11058 -0.12287,-0.0252 -0.22339,-0.0702 -0.22339,-0.0997 0,-0.0296 -0.1344,-0.11059 -0.29884,-0.18009 -0.16438,-0.0694 -0.29887,-0.15294 -0.29887,-0.18552 0,-0.0326 -0.0489,-0.0593 -0.10858,-0.0593 -0.0597,0 -0.19273,-0.0787 -0.29546,-0.17487 -0.25666,-0.24038 -0.43189,-0.22114 -0.59667,0.0654 -0.0761,0.13215 -0.35017,0.45192 -0.60917,0.71052 -0.25904,0.25861 -0.53229,0.57921 -0.60726,0.71247 -0.0749,0.13317 -0.27881,0.38813 -0.45303,0.56642 -0.17428,0.17835 -0.3171,0.3521 -0.31754,0.38627 -4.8e-4,0.0341 -0.11849,0.1562 -0.2623,0.27129 -0.14386,0.11511 -0.2615,0.24088 -0.2615,0.27962 0,0.0686 -0.37398,0.40255 -0.44828,0.40021 -0.0208,-4.4e-4 -0.10881,-0.0714 -0.19619,-0.15729 z m -3.948007,-6.1701 c 0.246351,-0.0965 0.2591,-0.11846 0.2591,-0.449 0,-0.20963 -0.03712,-0.36378 -0.09336,-0.38839 -0.07469,-0.0326 -0.07469,-0.0488 0,-0.0817 0.05141,-0.0224 0.09336,-0.11685 0.09336,-0.20985 0,-0.15946 -0.02466,-0.16901 -0.43629,-0.16901 -0.395048,0 -0.444499,0.0173 -0.523019,0.17813 -0.1344,0.27648 -0.111576,0.58993 0.04403,0.59957 0.124486,0.009 0.124486,0.009 0,0.0402 -0.133715,0.0328 -0.17198,0.20963 -0.07355,0.33855 0.04334,0.0567 0.338911,0.21332 0.449547,0.23822 0.01156,0.001 0.137623,-0.0408 0.280171,-0.0966 z m -0.936349,-0.66829 c 0,-0.62509 -0.0015,-0.62973 -0.186734,-0.62973 -0.102818,0 -0.186735,0.0261 -0.186735,0.0583 0,0.0319 -0.08415,0.10039 -0.186734,0.15185 -0.102818,0.0514 -0.186735,0.15119 -0.186735,0.22172 0,0.0899 0.05556,0.12822 0.186735,0.12822 0.174286,0 0.186734,0.0233 0.186734,0.34984 0,0.32653 0.01156,0.34987 0.186735,0.34987 0.185352,0 0.186734,-0.004 0.186734,-0.62973 z"
id="Yoker" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.0723034"
d="m 44.192698,93.772623 c -0.24512,-0.0102 -0.48083,-0.0487 -0.52377,-0.0822 -0.0429,-0.0335 -0.37986,-0.0778 -0.74872,-0.0983 -0.49823,-0.028 -0.69343,-0.0669 -0.75925,-0.1512 -0.12219,-0.15641 -0.65883,-0.21485 -0.89349,-0.097 -0.14916,0.0747 -0.21693,0.0765 -0.33368,0.009 -0.0804,-0.0472 -0.29702,-0.10491 -0.48104,-0.12865 -0.18397,-0.0237 -0.33457,-0.0673 -0.33457,-0.0973 0,-0.03 -0.14293,-0.0766 -0.31755,-0.10403 -0.17474,-0.0274 -0.33434,-0.0695 -0.35488,-0.0937 -0.0719,-0.0845 -0.5097,-0.28879 -0.61879,-0.28879 -0.0606,0 -0.15193,-0.0472 -0.2031,-0.10491 -0.0512,-0.0578 -0.15607,-0.1049 -0.2333,-0.1049 -0.11389,0 -0.14017,-0.0527 -0.14017,-0.279892 0,-0.31616 -0.11826,-0.36542 -0.33621,-0.13987 -0.0745,0.0769 -0.19503,0.13987 -0.268,0.13987 -0.11596,0 -1.01346,-0.39479 -1.11423,-0.49017 -0.0756,-0.0715 -1.02043,-0.48944 -1.10651,-0.48944 -0.0489,0 -0.089,-0.0267 -0.089,-0.0596 0,-0.0326 -0.15123,-0.11772 -0.33621,-0.18922 -0.18489,-0.0714 -0.33622,-0.15489 -0.33622,-0.18552 0,-0.0306 -0.0486,-0.0557 -0.10812,-0.0557 -0.12864,0 -0.76757,-0.31046 -0.94027,-0.45683 -0.0669,-0.0567 -0.15838,-0.10301 -0.20356,-0.10301 -0.0452,0 -0.13626,-0.0506 -0.20218,-0.11233 -0.14155,-0.13244 -0.0964,-0.31582 0.13371,-0.54054 0.29889,-0.29198 0.64795,-0.67251 0.64795,-0.70632 0,-0.0173 0.11781,-0.14061 0.26152,-0.27134 0.14386,-0.13084 0.2615,-0.27189 0.2615,-0.31352 0,-0.0417 0.0673,-0.0956 0.14939,-0.12006 0.0821,-0.0246 0.15008,-0.0817 0.15055,-0.12705 5e-4,-0.0455 0.0931,-0.18227 0.20541,-0.3037 0.11227,-0.12137 0.26327,-0.28739 0.3354,-0.36859 0.0961,-0.10826 0.18098,-0.13594 0.31754,-0.10389 0.17613,0.0415 0.18628,0.0278 0.18628,-0.24365 0,-0.15816 0.0337,-0.28748 0.0747,-0.28748 0.041,0 0.0747,-0.0328 0.0747,-0.073 0,-0.0402 0.0623,-0.1355 0.13832,-0.21202 0.12288,-0.12356 0.14892,-0.12705 0.23328,-0.0322 0.0521,0.0589 0.14132,0.10709 0.1978,0.10709 0.0567,0 0.10282,0.0293 0.10282,0.0651 0,0.0358 0.074,0.0873 0.1646,0.11422 0.19227,0.0571 0.35837,0.19857 0.35837,0.30536 0,0.0638 1.58107,0.12531 2.48166,0.0965 0.20679,-0.006 0.43224,-0.16121 0.43224,-0.2963 0,-0.0412 0.0337,-0.0749 0.0747,-0.0749 0.041,0 0.0747,-0.0472 0.0747,-0.1049 0,-0.0579 0.0505,-0.10491 0.11204,-0.10491 0.0615,0 0.11204,-0.0353 0.11204,-0.0782 0,-0.0787 0.44394,-0.47831 0.5336,-0.4804 0.0263,-4.6e-4 0.0689,-0.08 0.0948,-0.17597 0.0302,-0.11291 0.0994,-0.17487 0.1948,-0.17487 0.0814,0 0.14801,-0.0326 0.14801,-0.0723 0,-0.0976 0.3719,-0.42953 0.6153,-0.5493 0.14731,-0.0726 0.20841,-0.16923 0.24329,-0.38483 0.0436,-0.27091 0.11665,-0.47561 0.27085,-0.75937 0.0362,-0.0669 0.0659,-0.15772 0.0659,-0.20181 0,-0.0941 0.34867,-0.4113 0.45213,-0.4113 0.039,0 0.0708,-0.0337 0.0708,-0.0749 0,-0.16054 0.20979,-0.25531 0.67347,-0.30442 0.26572,-0.0283 0.52549,-0.0841 0.57726,-0.12443 0.10951,-0.0849 0.1261,-0.63138 0.0249,-0.80915 -0.038,-0.0669 -0.089,-0.1801 -0.11296,-0.25183 -0.0318,-0.095 -0.0689,-0.11058 -0.13693,-0.0578 -0.14409,0.1119 -1.41299,0.24017 -2.40787,0.24326 -0.8089,0.001 -1.73338,-0.10942 -1.83057,-0.2218 -0.0782,-0.0903 -0.54096,-0.28812 -0.67403,-0.28812 -0.0765,0 -0.15976,-0.0315 -0.18512,-0.0699 -0.0254,-0.0385 -0.10304,-0.0711 -0.17244,-0.0723 -0.0694,-0.001 -0.26083,-0.0632 -0.4252,-0.13754 -0.16437,-0.0743 -0.35572,-0.13623 -0.4252,-0.13754 -0.0694,-0.001 -0.14708,-0.034 -0.17244,-0.0724 -0.0254,-0.0385 -0.11135,-0.0699 -0.19112,-0.0699 -0.0798,0 -0.14501,-0.0296 -0.14501,-0.0656 0,-0.036 -0.15123,-0.0868 -0.33622,-0.11292 -0.18489,-0.0258 -0.33623,-0.0699 -0.33623,-0.0979 0,-0.0278 -0.19319,-0.11074 -0.42961,-0.18423 -0.23628,-0.0734 -0.44641,-0.1525 -0.46695,-0.17552 -0.0208,-0.023 -0.13394,-0.0641 -0.25186,-0.0912 -0.20103,-0.046 -0.42059,-0.19313 -0.42059,-0.28136 0,-0.0217 0.13233,-0.0592 0.29423,-0.0832 0.16184,-0.0243 0.36215,-0.10345 0.44517,-0.17574 0.083,-0.0724 0.18604,-0.13172 0.22869,-0.13172 0.0429,0 0.0779,-0.0472 0.0779,-0.1049 0,-0.0578 0.0493,-0.10491 0.10996,-0.10491 0.0945,0 0.75335,-0.37863 0.8614,-0.49507 0.0208,-0.0222 0.14663,-0.0997 0.28017,-0.17248 0.13349,-0.0727 0.24283,-0.15707 0.24283,-0.18726 0,-0.0302 0.048,-0.0549 0.10674,-0.0549 0.0588,0 0.15146,-0.042 0.2061,-0.0932 0.0546,-0.0513 0.18766,-0.1138 0.29557,-0.13929 0.1079,-0.0254 0.35662,-0.18813 0.55283,-0.36166 0.21371,-0.18922 0.42681,-0.31557 0.53162,-0.31557 0.10697,0 0.17497,-0.0415 0.17497,-0.10666 0,-0.0621 0.0917,-0.12384 0.21901,-0.14771 0.12034,-0.0226 0.29438,-0.11627 0.38659,-0.20812 0.10005,-0.0997 0.25283,-0.16706 0.37882,-0.16706 0.1162,0 0.21117,-0.0269 0.21117,-0.0597 0,-0.0328 0.32736,-0.0813 0.72748,-0.10752 0.40012,-0.0262 0.75988,-0.0782 0.79944,-0.1154 0.0396,-0.0372 0.25017,-0.0673 0.46796,-0.0673 0.21786,0 0.39599,-0.0267 0.39599,-0.0596 0,-0.0328 0.32737,-0.0813 0.72749,-0.10753 0.40012,-0.0262 0.75987,-0.0782 0.79943,-0.11539 0.0952,-0.089 0.767501,-0.0868 0.826591,0.001 0.0604,0.0915 0.93395,0.0915 0.93395,0 0,-0.0911 0.27614,-0.0911 0.33621,0 0.0254,0.0385 0.2038,0.0704 0.39666,0.0708 0.71098,0.001 0.87033,0.0579 1.00828,0.35604 l 0.12634,0.27291 h 0.48586 c 0.46845,0 0.48588,-0.006 0.48588,-0.17487 0,-0.24023 0.12448,-0.21927 0.41577,0.0699 0.13555,0.13462 0.30198,0.24489 0.36964,0.24489 0.0998,0 0.11319,0.043 0.0705,0.22741 -0.0288,0.12516 -0.0818,0.2379 -0.11804,0.25073 -0.036,0.0131 -0.0657,0.0616 -0.0657,0.10841 0,0.12428 -0.17728,0.46174 -0.24282,0.46236 -0.0309,2.6e-4 -0.056,0.0446 -0.056,0.0981 0,0.0536 -0.0505,0.11554 -0.11205,0.13769 -0.0703,0.0252 -0.11205,0.13229 -0.11205,0.28735 0,0.13594 -0.0337,0.24712 -0.0747,0.24712 -0.041,0 -0.0747,0.0787 -0.0747,0.17487 0,0.0962 -0.0286,0.17488 -0.0634,0.17488 -0.12679,0 -0.31021,0.72654 -0.31021,1.22841 0,0.28193 -0.0337,0.53208 -0.0747,0.55586 -0.041,0.0238 -0.0747,0.21463 -0.0747,0.42394 0,0.20942 -0.0337,0.38072 -0.0747,0.38072 -0.041,0 -0.0747,0.0472 -0.0747,0.1049 0,0.0733 -0.0788,0.10491 -0.26152,0.10491 -0.22915,0 -0.26149,0.0217 -0.26149,0.17487 0,0.0962 -0.0337,0.17488 -0.0747,0.17488 -0.041,0 -0.0747,0.1084 -0.0747,0.24079 0,0.13229 -0.0337,0.2602 -0.0747,0.284 -0.041,0.0236 -0.0747,0.19703 -0.0747,0.38484 0,0.18791 0.0337,0.36104 0.0747,0.38484 0.0927,0.0536 0.0998,1.2716 0.007,1.32482 -0.0367,0.0217 -0.0908,0.32223 -0.12011,0.66887 -0.0293,0.34662 -0.0832,0.63021 -0.12011,0.63021 -0.0369,0 -0.0669,0.11015 -0.0669,0.24491 0,0.13463 -0.0337,0.2449 -0.0747,0.2449 -0.041,0 -0.0747,0.0787 -0.0747,0.17488 0,0.0962 -0.027,0.17487 -0.0599,0.17487 -0.071,0 -0.31452,0.61071 -0.31399,0.78719 2.1e-4,0.0673 -0.0332,0.12254 -0.0745,0.12254 -0.041,0 -0.0747,0.0629 -0.0747,0.13987 0,0.0769 -0.0337,0.13987 -0.0747,0.13987 -0.041,0 -0.0747,0.0629 -0.0747,0.13987 0,0.0769 -0.0307,0.13988 -0.0682,0.13988 -0.0376,0 -0.0908,0.12603 -0.11872,0.27987 -0.0277,0.15402 -0.0812,0.27989 -0.11872,0.27989 -0.0376,0 -0.0682,0.0629 -0.0682,0.13988 0,0.0769 -0.0337,0.13987 -0.0747,0.13987 -0.041,0 -0.0747,0.0629 -0.0747,0.13987 0,0.0769 -0.0337,0.13987 -0.0747,0.13987 -0.041,0 -0.0747,0.0769 -0.0747,0.17075 0,0.0941 -0.03,0.18813 -0.0664,0.2092 -0.0364,0.0217 -0.0881,0.1253 -0.11458,0.23155 -0.0438,0.17552 -0.34947,0.81934 -0.6117,1.28841 -0.0572,0.10214 -0.10375,0.25171 -0.10375,0.33236 0,0.0806 -0.0337,0.14663 -0.0747,0.14663 -0.041,0 -0.0747,0.0472 -0.0747,0.10491 0,0.0578 -0.0337,0.1049 -0.0747,0.1049 -0.041,0 -0.0747,0.0761 -0.0747,0.16901 0,0.093 -0.0334,0.179672 -0.0742,0.192482 -0.0408,0.0131 -0.0961,0.26736 -0.1231,0.56561 -0.027,0.29824 -0.0752,0.54226 -0.10743,0.54226 -0.0323,0 -0.0694,0.0552 -0.0825,0.12254 -0.0208,0.10345 -0.0931,0.11904 -0.46958,0.10097 z m -1.91928,-4.741732 c 0.12956,-0.0606 0.23563,-0.13929 0.23563,-0.17487 0,-0.0357 0.10098,-0.0647 0.22408,-0.0647 0.14939,0 0.22408,0.035 0.22408,0.10491 0,0.17879 0.43726,0.13506 0.52602,-0.0526 0.10767,-0.22741 -0.009,-0.96304 -0.16622,-1.0563 -0.17106,-0.10097 -0.44196,0.0404 -0.62729,0.3271 l -0.1434,0.22193 -0.0251,-0.2066 c -0.0138,-0.11365 -0.0812,-0.24646 -0.14939,-0.29517 -0.16276,-0.11597 -0.61235,-0.11335 -0.77809,0.004 -0.18443,0.13127 -0.17198,0.3924 0.0184,0.3924 0.0991,0 0.14939,0.0468 0.14939,0.13856 0,0.0906 0.0666,0.15424 0.19227,0.18378 0.13694,0.0322 0.16922,0.0669 0.11203,0.12035 -0.0572,0.0535 -0.10604,0.0508 -0.1699,-0.009 -0.0493,-0.0463 -0.16691,-0.0839 -0.2615,-0.0839 -0.25912,0 -0.23556,0.31078 0.0337,0.44358 0.27307,0.13463 0.32847,0.13536 0.60491,0.006 z"
id="Jordanhill" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.0723034"
d="m 56.966609,97.118023 c -0.0256,-0.0386 -0.14524,-0.0704 -0.26616,-0.0704 -0.14431,0 -0.2197,-0.0357 -0.2197,-0.10359 0,-0.057 -0.0842,-0.12341 -0.18673,-0.14751 -0.10282,-0.024 -0.18674,-0.0877 -0.18674,-0.14118 0,-0.0616 -0.0828,-0.0973 -0.22638,-0.0973 -0.13234,0 -0.24437,-0.0437 -0.2695,-0.10491 -0.0238,-0.0578 -0.10674,-0.1049 -0.18443,-0.1049 -0.0777,0 -0.14132,-0.0471 -0.14132,-0.10491 0,-0.0596 -0.0671,-0.1049 -0.15469,-0.1049 -0.0851,0 -0.20172,-0.0393 -0.25892,-0.0876 -0.29082,-0.24423 -0.71897,-0.47228 -0.88669,-0.47228 -0.0655,0 -0.11918,-0.0315 -0.11918,-0.0699 0,-0.0385 -0.0466,-0.0699 -0.10351,-0.0699 -0.0569,0 -0.19988,-0.0472 -0.31755,-0.10446 -0.11781,-0.0576 -0.26444,-0.10578 -0.32607,-0.10709 -0.0615,-0.001 -0.17728,-0.0488 -0.25711,-0.10535 -0.0798,-0.0565 -0.2899,-0.10272 -0.46696,-0.10272 -0.17705,0 -0.32194,-0.024 -0.32194,-0.0535 0,-0.073 -0.56352,-0.2964 -0.74765,-0.2964 -0.0818,0 -0.14892,-0.0274 -0.14892,-0.0609 0,-0.0854 -0.61095,-0.15816 -1.24412,-0.14838 -0.30675,0.004 -0.55522,-0.0235 -0.58344,-0.0663 -0.027,-0.0411 -0.24476,-0.0745 -0.48388,-0.0745 -0.29527,0 -0.46455,-0.0336 -0.52774,-0.1049 -0.0659,-0.0745 -0.24075,-0.10491 -0.60244,-0.10491 -0.28019,0 -0.53023,-0.0315 -0.55562,-0.0699 -0.026,-0.0393 -0.38681,-0.0699 -0.82629,-0.0699 h -0.78009 v -0.27574 c 0,-0.15163 0.0337,-0.29522 0.0747,-0.31899 0.041,-0.0236 0.0747,-0.14576 0.0747,-0.27092 0,-0.12516 0.0842,-0.39086 0.18674,-0.59028 0.10282,-0.199432 0.18673,-0.410002 0.18673,-0.467922 0,-0.058 0.0251,-0.10563 0.056,-0.10577 0.0671,-4.4e-4 0.24283,-0.3395 0.24283,-0.46821 0,-0.05 0.032,-0.0911 0.0712,-0.0911 0.0392,0 0.0945,-0.11816 0.12287,-0.26239 0.0284,-0.14424 0.0719,-0.27814 0.0968,-0.29739 0.0883,-0.0682 0.23204,-0.34946 0.23204,-0.45386 0,-0.0583 0.0337,-0.10577 0.0747,-0.10577 0.041,0 0.0747,-0.0593 0.0747,-0.13186 0,-0.0726 0.0502,-0.22214 0.11157,-0.33236 0.0613,-0.11015 0.11181,-0.25552 0.11205,-0.32286 2.1e-4,-0.0673 0.0341,-0.12253 0.0752,-0.12253 0.041,0 0.0747,-0.042 0.0747,-0.093 0,-0.0513 0.0839,-0.248 0.18651,-0.43732 0.10259,-0.18944 0.1865,-0.39934 0.18673,-0.46668 1.4e-4,-0.0673 0.0339,-0.12253 0.0749,-0.12253 0.041,0 0.0747,-0.0787 0.0747,-0.17487 0,-0.0963 0.0337,-0.17489 0.0747,-0.17489 0.041,0 0.0747,-0.0787 0.0747,-0.17488 0,-0.0962 0.0337,-0.17487 0.0747,-0.17487 0.041,0 0.0747,-0.0437 0.0747,-0.0969 0,-0.0535 0.0503,-0.18726 0.11158,-0.29738 0.0613,-0.11015 0.1118,-0.27125 0.11204,-0.35784 2.3e-4,-0.0867 0.0341,-0.1575 0.0752,-0.1575 0.041,0 0.0747,-0.13987 0.0747,-0.31074 0,-0.17096 0.0337,-0.3302 0.0747,-0.35399 0.041,-0.0236 0.0747,-0.18313 0.0747,-0.35398 0,-0.17098 0.029,-0.31075 0.0645,-0.31075 0.0355,0 0.0906,-0.21246 0.12219,-0.47231 0.0565,-0.46152 0.059,-0.69544 0.0184,-1.76675 l -0.0184,-0.52478 0.33622,-0.035 c 0.32778,-0.0341 0.33716,-0.042 0.37358,-0.31273 l 0.0373,-0.27776 0.14386,0.20637 c 0.1706,0.24493 0.41716,0.44846 0.54732,0.45171 0.0514,10e-4 0.0934,0.034 0.0934,0.0724 0,0.0385 0.0419,0.0702 0.0934,0.0702 0.0514,10e-5 0.25384,0.0765 0.44993,0.16966 0.19619,0.0932 0.46509,0.18944 0.59772,0.21377 0.13256,0.0243 0.30841,0.0698 0.3906,0.10053 0.0823,0.031 0.33434,0.11073 0.56036,0.17726 0.47318,0.13929 0.92266,0.3293 0.95885,0.40554 0.0138,0.0288 0.0664,0.0526 0.11734,0.0526 0.0507,0 0.20541,0.0946 0.34345,0.20985 0.1381,0.11555 0.27863,0.20986 0.31231,0.20986 0.0337,0 0.0613,0.0471 0.0613,0.1049 0,0.0578 0.0263,0.10491 0.0583,0.10491 0.032,0 0.12357,0.1575 0.20333,0.34984 0.0798,0.19247 0.17129,0.34985 0.20334,0.34985 0.032,0 0.0583,0.3936 0.0583,0.87463 0,0.53646 -0.0288,0.87466 -0.0747,0.87466 -0.0991,0 -0.0991,1.37701 0,1.43439 0.041,0.0239 0.0747,0.13579 0.0747,0.24903 0,0.11321 0.0337,0.20573 0.0747,0.20573 0.041,0 0.0747,0.0787 0.0747,0.17489 0,0.0962 0.0309,0.17487 0.0687,0.17487 0.0378,0 0.0911,0.0946 0.11804,0.20985 0.027,0.11539 0.0802,0.20985 0.11803,0.20985 0.0378,0 0.0687,0.0404 0.0687,0.0895 0,0.0494 0.0673,0.13492 0.1494,0.1903 0.0823,0.0554 0.14939,0.14902 0.14916,0.2079 -5.1e-4,0.1488 0.24953,0.80157 0.31791,0.83003 0.0309,0.0131 0.056,0.0995 0.056,0.19247 0,0.093 0.0337,0.16901 0.0747,0.16901 0.041,0 0.0747,0.11015 0.0747,0.2449 0,0.13462 0.0337,0.24492 0.0747,0.24492 0.041,0 0.0747,0.0677 0.0747,0.15054 0,0.16184 0.36706,0.918862 0.46423,0.957392 0.0323,0.0131 0.0593,0.06 0.0597,0.10491 9.9e-4,0.0826 0.71506,0.74708 1.04745,0.97485 0.0991,0.068 0.29047,0.16099 0.42513,0.20661 0.13463,0.0456 0.24483,0.10476 0.24483,0.13113 0,0.0265 0.0756,0.0677 0.16806,0.0915 0.23245,0.0596 0.94013,0.68065 0.82186,0.72132 -0.0514,0.0173 -0.0934,0.0886 -0.0934,0.1575 0,0.0835 -0.0752,0.13944 -0.225,0.1675 -0.14177,0.0265 -0.25677,0.10752 -0.31086,0.21865 -0.0671,0.13769 -0.14108,0.17662 -0.33699,0.17662 -0.19596,0 -0.26999,0.0386 -0.33703,0.1766 -0.0473,0.097 -0.16437,0.19508 -0.2603,0.21759 -0.1005,0.0238 -0.22523,0.14162 -0.29455,0.2782 -0.0662,0.13055 -0.15446,0.23725 -0.19619,0.23725 -0.0417,0 -0.18719,0.11029 -0.32305,0.24524 -0.13694,0.13594 -0.26768,0.21398 -0.2934,0.17487 z m -5.84604,-6.291312 c 0.11227,-0.0399 0.29066,-0.0354 0.48115,0.0131 0.23067,0.0576 0.35825,0.0541 0.53618,-0.0152 0.22985,-0.089 0.23351,-0.0982 0.23351,-0.57688 0,-0.32818 -0.0348,-0.51881 -0.10674,-0.58626 -0.13372,-0.12516 -0.76391,-0.13492 -0.81121,-0.0131 -0.027,0.0699 -0.0655,0.0699 -0.19204,0 -0.21394,-0.11846 -0.74371,-0.11073 -0.87533,0.0131 -0.15676,0.14685 -0.13024,0.31556 0.0613,0.38764 0.0925,0.0348 0.13878,0.0654 0.10282,0.0677 -0.12725,0.009 0.1231,0.21441 0.26113,0.21441 0.0772,0 0.14016,0.0297 0.14016,0.0659 0,0.10126 -0.13324,0.15511 -0.18604,0.0752 -0.0258,-0.0391 -0.14592,-0.0711 -0.26666,-0.0711 -0.16783,0 -0.2197,0.0322 -0.2197,0.13594 0,0.27517 0.44867,0.43002 0.84118,0.29025 z"
id="Broomhill" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:1.01015"
d=""
id="path1673"
transform="scale(0.26458333)" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.0723034"
d="m 60.092659,94.191293 c -0.12264,-0.10971 -0.33773,-0.25984 -0.47788,-0.33342 -0.14016,-0.0736 -0.29985,-0.17314 -0.35491,-0.22126 -0.0551,-0.0479 -0.16506,-0.0876 -0.24418,-0.0876 -0.0793,0 -0.14409,-0.0315 -0.14409,-0.0699 0,-0.0385 -0.0385,-0.0699 -0.0858,-0.0699 -0.0894,0 -0.53842,-0.32854 -0.92447,-0.67665 -0.12403,-0.1119 -0.27238,-0.336062 -0.32951,-0.498122 -0.0572,-0.16206 -0.1321,-0.29462 -0.16644,-0.29462 -0.0346,0 -0.0627,-0.0475 -0.0627,-0.10607 0,-0.0583 -0.0297,-0.16055 -0.0659,-0.22741 -0.14593,-0.2688 -0.22432,-0.4844 -0.26996,-0.74237 -0.0263,-0.14903 -0.0791,-0.33009 -0.11757,-0.40233 -0.0383,-0.0723 -0.10328,-0.19378 -0.14431,-0.2703 -0.041,-0.0765 -0.0747,-0.18662 -0.0747,-0.2449 0,-0.0583 -0.0337,-0.10607 -0.0747,-0.10607 -0.041,0 -0.0747,-0.0557 -0.0747,-0.12355 0,-0.068 -0.0841,-0.23953 -0.18674,-0.38112 -0.10282,-0.14162 -0.18673,-0.29059 -0.18673,-0.33112 0,-0.0406 -0.0251,-0.0739 -0.056,-0.0743 -0.0906,-9e-4 -0.24529,-0.36084 -0.29359,-0.6836 -0.0247,-0.16465 -0.0738,-0.31604 -0.10904,-0.33649 -0.0906,-0.0526 -0.08,-0.406 0.0138,-0.49492 0.044,-0.0411 0.0987,-0.52473 0.12288,-1.08677 0.0371,-0.85561 0.023,-1.07412 -0.0894,-1.40924 -0.0733,-0.21813 -0.15585,-0.39661 -0.18374,-0.39661 -0.0279,0 -0.0968,-0.11015 -0.15308,-0.2449 -0.0565,-0.13477 -0.13002,-0.24489 -0.16345,-0.24489 -0.0334,0 -0.0609,-0.0373 -0.0609,-0.0832 0,-0.10578 -0.67882,-0.68582 -0.80319,-0.68622 -0.0514,-1e-4 -0.0934,-0.0313 -0.0934,-0.0689 0,-0.0377 -0.0841,-0.0884 -0.18674,-0.11248 -0.10281,-0.0241 -0.18673,-0.072 -0.18673,-0.10622 0,-0.0344 -0.0588,-0.0625 -0.13072,-0.0628 -0.0719,-2.5e-4 -0.22708,-0.0476 -0.34477,-0.1049 -0.11781,-0.0575 -0.2774,-0.10447 -0.35489,-0.10447 -0.0775,0 -0.14086,-0.0284 -0.14086,-0.0634 0,-0.035 -0.16806,-0.0851 -0.37349,-0.11146 -0.20541,-0.0265 -0.39233,-0.0766 -0.41534,-0.11146 -0.023,-0.035 -0.1155,-0.0645 -0.20564,-0.0656 -0.0901,-10e-4 -0.22892,-0.0484 -0.30873,-0.1049 -0.0798,-0.0565 -0.20587,-0.10272 -0.2802,-0.10272 -0.0742,0 -0.13509,-0.0293 -0.13509,-0.0651 0,-0.0358 -0.0756,-0.0876 -0.16806,-0.11496 -0.0924,-0.0274 -0.21855,-0.10563 -0.2802,-0.17379 -0.0615,-0.0682 -0.16829,-0.18725 -0.23729,-0.26462 -0.3755,-0.42157 -0.50986,-0.77551 -0.50986,-1.34308 0,-0.3065 0.0281,-0.55728 0.0627,-0.55728 0.0344,0 0.12542,-0.17315 0.20218,-0.38484 0.0768,-0.2116 0.16645,-0.38484 0.19896,-0.38484 0.0325,0 0.0593,-0.0787 0.0593,-0.17488 0,-0.0962 0.0337,-0.17489 0.0747,-0.17489 0.041,0 0.0747,-0.0472 0.0747,-0.1049 0,-0.0578 0.0332,-0.1049 0.0738,-0.1049 0.0406,0 0.0952,-0.12604 0.12171,-0.2799 0.0263,-0.15402 0.0708,-0.27986 0.0989,-0.27986 0.0281,0 0.0973,-0.11015 0.15377,-0.24492 0.0565,-0.13463 0.11435,-0.24489 0.12887,-0.24489 0.0138,0 0.15838,0.11801 0.31996,0.2624 0.46326,0.414 0.50287,0.43731 0.74341,0.43731 0.12496,0 0.22731,0.0309 0.22731,0.0686 0,0.0377 0.0842,0.0884 0.18674,0.11249 0.10281,0.0242 0.18673,0.0685 0.18673,0.0983 0,0.03 0.11757,0.10666 0.2615,0.17053 0.14385,0.0638 0.26149,0.15989 0.26149,0.21334 0,0.0539 0.0915,0.10694 0.20541,0.11933 0.17867,0.0195 0.20841,0.0565 0.2287,0.28688 0.023,0.26092 0.027,0.26407 0.28019,0.2196 0.20633,-0.0363 0.25684,-0.023 0.25684,0.0676 0,0.0619 0.0337,0.11278 0.0747,0.11278 0.041,0 0.0747,0.0336 0.0747,0.0749 0,0.16054 0.23695,0.28254 0.61433,0.31652 0.46272,0.0417 0.95468,0.16771 0.95468,0.24472 0,0.0297 0.074,0.0761 0.1646,0.10301 0.0906,0.0269 0.20334,0.0841 0.25044,0.12705 0.294,0.26798 0.8258,0.63914 0.92486,0.64544 0.20495,0.0131 0.37852,0.10927 0.37852,0.20985 0,0.0643 0.0869,0.0975 0.25615,0.0975 0.14086,0 0.30662,0.0472 0.36824,0.10491 0.0615,0.0578 0.16483,0.1049 0.22938,0.1049 0.0645,0 0.11734,0.0309 0.11734,0.0686 0,0.0379 0.0842,0.0884 0.18674,0.11248 0.10282,0.024 0.18673,0.0651 0.18673,0.0911 0,0.0258 0.22662,0.15641 0.50372,0.2898 0.27704,0.13332 0.55239,0.28575 0.61187,0.33842 0.0595,0.0526 0.20264,0.12661 0.31814,0.16423 0.1155,0.0377 0.21002,0.0969 0.21002,0.13172 0,0.0348 0.048,0.0632 0.10674,0.0632 0.0588,0 0.15123,0.0407 0.20541,0.0902 0.0544,0.0495 0.23324,0.1486 0.39761,0.22027 0.16437,0.0714 0.31565,0.1499 0.33621,0.17379 0.0832,0.0975 0.45043,0.2854 0.55772,0.2854 0.0632,0 0.1148,0.0293 0.1148,0.0651 0,0.0358 0.0731,0.0868 0.1623,0.11364 0.0892,0.0265 0.22661,0.10433 0.30504,0.17272 0.0786,0.0685 0.30802,0.1979 0.51006,0.28783 0.20195,0.0899 0.36739,0.18749 0.36739,0.21682 0,0.0293 0.0505,0.0535 0.11204,0.0535 0.0616,0 0.11204,0.0309 0.11204,0.0686 0,0.0377 0.0841,0.0884 0.18673,0.11248 0.10282,0.024 0.18674,0.0686 0.18674,0.0986 0,0.0302 0.0904,0.0761 0.20102,0.10214 0.11067,0.0261 0.25346,0.10359 0.31755,0.17249 0.0641,0.0689 0.19203,0.14751 0.28459,0.17487 0.0924,0.0274 0.16807,0.0721 0.16807,0.0992 0,0.0274 0.151,0.1116 0.3355,0.18769 0.18442,0.0761 0.33584,0.15837 0.33623,0.18313 4.4e-4,0.0248 0.0848,0.0647 0.18743,0.0889 0.10282,0.024 0.18674,0.0699 0.18674,0.10184 0,0.0319 0.14292,0.11729 0.31754,0.18988 0.17451,0.0726 0.36196,0.17182 0.41625,0.22053 0.0544,0.0488 0.14686,0.0886 0.20541,0.0886 0.0588,0 0.10674,0.028 0.10674,0.0621 0,0.0341 0.13487,0.12166 0.29998,0.19442 l 0.29999,0.13229 -0.56149,0.54319 c -0.30883,0.29876 -0.5615,0.57336 -0.5615,0.61022 0,0.037 -0.0314,0.0672 -0.0696,0.0672 -0.0383,0 -0.0922,0.0663 -0.11965,0.14751 -0.0445,0.13171 -0.11112,0.22327 -0.37102,0.51056 -0.10098,0.11161 -0.2514,0.33354 -0.31284,0.46155 -0.0277,0.0579 -0.11158,0.15577 -0.18628,0.21812 -0.0747,0.0621 -0.13601,0.132 -0.13601,0.1551 0,0.023 -0.0924,0.13171 -0.20541,0.24142 -0.11296,0.10972 -0.2895,0.30605 -0.39225,0.4362 -0.10282,0.13011 -0.24562,0.29331 -0.31752,0.36261 -0.0719,0.0694 -0.13072,0.14322 -0.13072,0.16423 0,0.0217 -0.0841,0.11685 -0.18674,0.21312 -0.13624,0.12748 -0.18673,0.24976 -0.18673,0.45161 0,0.15229 -0.0337,0.2767 -0.0747,0.2767 -0.0431,0 -0.0747,0.22021 -0.0747,0.52066 0,0.28636 -0.0337,0.540132 -0.0747,0.563912 -0.041,0.0238 -0.0747,0.26178 -0.0747,0.52892 0,0.37068 0.0249,0.48565 0.10513,0.48565 0.17935,0 0.0461,0.26324 -0.15101,0.29855 -0.10005,0.0173 -0.33985,0.004 -0.53288,-0.0288 -0.3873,-0.0678 -1.89342,0.0472 -1.96104,0.14945 -0.0231,0.034 -0.22477,0.0838 -0.45005,0.11117 -0.22524,0.0274 -0.42636,0.0726 -0.4469,0.1001 -0.11595,0.15597 -0.36037,0.13099 -0.57208,-0.0584 z m 0.0795,-6.035692 c 0.0888,-0.0762 -0.086,-0.27342 -0.24508,-0.27631 -0.1079,-10e-4 -0.10697,-0.0131 0.009,-0.0951 0.0719,-0.051 0.13072,-0.1288 0.13072,-0.17271 0,-0.0439 0.0337,-0.0797 0.0747,-0.0797 0.11942,0 0.0862,-0.29184 -0.0489,-0.4318 -0.14801,-0.15316 -0.88176,-0.18444 -0.95348,-0.0404 -0.0348,0.0699 -0.0523,0.0699 -0.0871,0 -0.0254,-0.0508 -0.18374,-0.0876 -0.37891,-0.0876 -0.5043,0 -0.70881,0.26043 -0.39936,0.50853 0.0823,0.0659 0.1494,0.14794 0.1494,0.18227 0,0.0344 -0.0673,0.0788 -0.1494,0.0991 -0.21209,0.0519 -0.19941,0.35653 0.0184,0.45094 0.19181,0.083 1.77244,0.035 1.87966,-0.0571 z"
id="Hyndland" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.0723034"
d="m 68.882659,86.149721 c -4.1e-4,-0.0289 -0.15169,-0.11466 -0.33621,-0.19052 -0.18443,-0.076 -0.3355,-0.16032 -0.3355,-0.18769 0,-0.0274 -0.074,-0.0717 -0.16461,-0.0986 -0.0906,-0.0269 -0.21071,-0.0919 -0.26684,-0.14468 -0.0562,-0.0526 -0.16714,-0.0957 -0.24631,-0.0957 -0.0793,0 -0.14408,-0.0315 -0.14408,-0.0699 0,-0.0385 -0.036,-0.0699 -0.08,-0.0699 -0.044,0 -0.1268,-0.0393 -0.1842,-0.0876 -0.24725,-0.20768 -0.33177,-0.26238 -0.40506,-0.26238 -0.0429,0 -0.0779,-0.0471 -0.0779,-0.1049 0,-0.0656 -0.0708,-0.10491 -0.18834,-0.10491 -0.10352,0 -0.31369,-0.0733 -0.46696,-0.1625 -0.1533,-0.0895 -0.32913,-0.18377 -0.39078,-0.20941 -0.15469,-0.0647 -0.38465,-0.20551 -0.50651,-0.3102 -0.056,-0.0479 -0.14985,-0.0876 -0.20864,-0.0876 -0.0588,0 -0.10674,-0.0293 -0.10674,-0.065 0,-0.0357 -0.1344,-0.12064 -0.29884,-0.18835 -0.16437,-0.068 -0.29887,-0.14555 -0.29887,-0.17248 0,-0.0269 -0.0842,-0.0686 -0.18673,-0.0928 -0.10282,-0.024 -0.18674,-0.0747 -0.18674,-0.11248 0,-0.0377 -0.0463,-0.0686 -0.10282,-0.0686 -0.0567,0 -0.14478,-0.0472 -0.19595,-0.10491 -0.0512,-0.0578 -0.15608,-0.1049 -0.23331,-0.1049 -0.0772,0 -0.14039,-0.0309 -0.14039,-0.0686 0,-0.0377 -0.0842,-0.0884 -0.18673,-0.11248 -0.10282,-0.0242 -0.18674,-0.0682 -0.18674,-0.0982 0,-0.0297 -0.0588,-0.0731 -0.13072,-0.0965 -0.151,-0.0487 -0.63584,-0.31843 -0.6911,-0.38448 -0.0208,-0.0245 -0.20541,-0.12079 -0.41093,-0.21376 -0.20541,-0.093 -0.39039,-0.18747 -0.41093,-0.20985 -0.0436,-0.0473 -0.26081,-0.1638 -0.6966,-0.37299 -0.17151,-0.0823 -0.32888,-0.16728 -0.34942,-0.18857 -0.0378,-0.039 -0.27074,-0.16401 -0.74595,-0.39952 -0.14315,-0.0711 -0.31327,-0.18206 -0.37801,-0.24681 -0.0648,-0.0647 -0.21647,-0.1406 -0.33741,-0.16859 -0.12081,-0.028 -0.27213,-0.10665 -0.33622,-0.17487 -0.0641,-0.0682 -0.21002,-0.14599 -0.32425,-0.17291 -0.11434,-0.027 -0.29368,-0.12341 -0.39871,-0.21464 -0.10513,-0.0912 -0.23653,-0.16576 -0.29216,-0.16576 -0.0556,0 -0.10121,-0.0293 -0.10121,-0.0651 0,-0.0358 -0.074,-0.0873 -0.1646,-0.11423 -0.0906,-0.0269 -0.20702,-0.0841 -0.25891,-0.12705 -0.22777,-0.18899 -0.32047,-0.25314 -0.36575,-0.25314 -0.0267,0 -0.1759,-0.0946 -0.33144,-0.20985 -0.15562,-0.1154 -0.31807,-0.20985 -0.36091,-0.20985 -0.0429,0 -0.0885,-0.10229 -0.10143,-0.22741 -0.0184,-0.17423 -0.0627,-0.23263 -0.19158,-0.24976 -0.0924,-0.0131 -0.16806,0.0102 -0.16806,0.0526 0,0.13449 -0.25857,0.0787 -0.46446,-0.10009 -0.11089,-0.0962 -0.27017,-0.17487 -0.35413,-0.17487 -0.0839,0 -0.15262,-0.0315 -0.15262,-0.0699 0,-0.0385 -0.0682,-0.0699 -0.15168,-0.0699 -0.0834,0 -0.17106,-0.0472 -0.19481,-0.10491 -0.0237,-0.0578 -0.10674,-0.1049 -0.18443,-0.1049 -0.0777,0 -0.14154,-0.0293 -0.14154,-0.0651 0,-0.0358 -0.074,-0.0873 -0.16461,-0.11423 -0.0906,-0.027 -0.21071,-0.0921 -0.26682,-0.14468 -0.0563,-0.0526 -0.14501,-0.0959 -0.19734,-0.0959 -0.0523,0 -0.15607,-0.063 -0.2303,-0.13988 -0.0745,-0.0769 -0.17798,-0.13987 -0.23031,-0.13987 -0.0523,0 -0.14109,-0.0393 -0.19711,-0.0876 -0.13925,-0.11948 -0.3601,-0.24888 -0.56862,-0.33296 -0.0989,-0.0399 -0.15538,-0.10782 -0.13072,-0.15728 0.0237,-0.0478 0.0641,-0.14206 0.0894,-0.20942 0.0254,-0.0673 0.0758,-0.12253 0.11205,-0.12253 0.0362,0 0.0659,-0.0787 0.0659,-0.17487 0,-0.0963 0.027,-0.17489 0.0599,-0.17489 0.033,0 0.12265,-0.16531 0.19942,-0.36734 0.0768,-0.20204 0.15884,-0.38309 0.18281,-0.40234 0.0881,-0.0708 0.23031,-0.35108 0.23031,-0.45385 0,-0.0583 0.0309,-0.10578 0.0687,-0.10578 0.0378,0 0.0908,-0.0946 0.11804,-0.20985 0.027,-0.1154 0.0802,-0.20986 0.11804,-0.20986 0.0378,0 0.0687,-0.0769 0.0687,-0.17074 0,-0.0938 0.0337,-0.1903 0.0747,-0.21398 0.041,-0.0237 0.0747,-0.22846 0.0747,-0.45482 0,-0.22636 0.0337,-0.43102 0.0747,-0.45482 0.041,-0.0238 0.0747,-0.12253 0.0747,-0.21958 0,-0.16163 0.0208,-0.17227 0.23641,-0.12778 0.42852,0.0881 0.9334,0.38578 1.44973,0.85462 0.053,0.0479 0.1464,0.0876 0.20748,0.0876 0.0611,0 0.12403,0.0363 0.13994,0.0806 0.0161,0.0443 0.22869,0.0937 0.47317,0.10942 0.24449,0.0152 0.51177,0.0549 0.59396,0.0867 0.22108,0.0851 1.80621,0.22987 2.8952,0.26419 0.52394,0.0173 0.95262,0.0554 0.95262,0.0867 0,0.031 0.11872,0.0775 0.2638,0.10301 0.22708,0.0399 0.63087,0.24119 0.8981,0.44779 0.0431,0.0335 0.2603,0.0771 0.4825,0.097 0.22223,0.0195 0.41657,0.072 0.432,0.1151 0.0161,0.0434 0.0745,0.0788 0.1314,0.0788 0.0913,0 0.23674,0.10811 0.72734,0.54151 0.0733,0.0647 0.15262,0.18986 0.17613,0.27789 0.0237,0.0881 0.0728,0.16011 0.10951,0.16011 0.0367,0 0.0666,0.0787 0.0666,0.17487 0,0.0963 0.0337,0.17489 0.0747,0.17489 0.041,0 0.0747,0.0567 0.0747,0.12603 0,0.0693 0.0369,0.16055 0.0818,0.20268 0.10098,0.0946 0.21924,0.77608 0.26662,1.53617 l 0.0355,0.57034 0.34961,0.3056 c 0.19227,0.16814 0.44959,0.36546 0.57182,0.43863 0.12219,0.0731 0.2567,0.15966 0.29885,0.19247 0.0422,0.0328 0.17751,0.139 0.3008,0.23619 0.12335,0.097 0.3166,0.1951 0.42961,0.21729 0.11296,0.0224 0.2054,0.068 0.2054,0.1017 0,0.0336 0.0657,0.0612 0.14593,0.0612 0.23962,0 0.48496,0.13579 0.6411,0.35458 0.18166,0.25473 0.31763,0.29724 0.91993,0.28764 0.44081,-0.006 0.68393,0.0766 0.68393,0.2358 0,0.0267 0.15377,0.18638 0.34155,0.35486 0.24831,0.2228 0.40277,0.30648 0.56571,0.30648 0.2431,0 0.54718,0.21072 0.37958,0.26302 -0.0516,0.0152 -0.13556,0.0664 -0.18604,0.11189 -0.0505,0.0455 -0.23494,0.14192 -0.4096,0.21442 -0.17452,0.0726 -0.31754,0.15794 -0.31754,0.18988 0,0.0319 -0.0842,0.0778 -0.18674,0.10184 -0.10281,0.024 -0.18673,0.072 -0.18673,0.10622 0,0.0344 -0.051,0.0624 -0.11296,0.0624 -0.16045,0 -0.70855,0.50058 -0.70872,0.64723 -7e-5,0.0673 -0.0337,0.12253 -0.0749,0.12253 -0.10558,0 -0.0929,0.39179 0.0184,0.5755 0.13624,0.2244 0.20979,0.28405 0.54167,0.43926 0.16438,0.0769 0.31568,0.15924 0.33622,0.1827 0.0207,0.0238 0.11296,0.0651 0.20541,0.0921 0.0924,0.0269 0.16806,0.0784 0.16806,0.11452 0,0.0358 0.0673,0.0651 0.14939,0.0651 0.0821,0 0.14939,0.0284 0.14939,0.0634 0,0.035 0.16806,0.0852 0.37349,0.11146 0.20541,0.0265 0.39233,0.0766 0.41536,0.11146 0.0231,0.035 0.12403,0.0634 0.22431,0.0634 0.10028,0 0.18236,0.0315 0.18236,0.0699 0,0.0385 -0.0323,0.0699 -0.0717,0.0699 -0.0989,0 -0.4513,0.36449 -0.4513,0.46687 0,0.0459 -0.0673,0.10345 -0.14939,0.12793 -0.0823,0.0243 -0.1494,0.0739 -0.1494,0.10971 0,0.0358 -0.15123,0.0651 -0.33621,0.0651 -0.18489,0 -0.33654,-0.0238 -0.33693,-0.0526 z m -8.44207,-7.56619 c 0,-0.034 0.0699,-0.0788 0.15538,-0.1 0.13002,-0.0319 0.15331,-0.0876 0.14247,-0.34053 -0.0231,-0.5402 -0.0208,-0.54744 0.24377,-0.54629 0.13349,4.4e-4 0.20933,0.024 0.16807,0.0526 -0.12358,0.0849 -0.2482,0.33372 -0.30205,0.60256 -0.0489,0.24346 -0.0424,0.2535 0.16299,0.25295 0.15884,-3.7e-4 0.23777,-0.0488 0.30716,-0.18877 0.0514,-0.1036 0.0934,-0.21844 0.0934,-0.25524 0,-0.0367 0.0841,-0.17011 0.18674,-0.29625 0.34382,-0.42219 0.3011,-0.44736 -0.75257,-0.44365 -0.51663,0.001 -0.98734,0.0195 -1.04601,0.0417 -0.17129,0.0615 -0.13555,0.37322 0.0429,0.37322 0.0991,0 0.14939,0.0468 0.14939,0.13856 0,0.0895 0.0662,0.15424 0.18674,0.18247 0.10281,0.024 0.18673,0.0718 0.18673,0.10622 0,0.0852 -0.20425,0.0791 -0.26152,-0.006 -0.0254,-0.0385 -0.12818,-0.0699 -0.22846,-0.0699 -0.26901,0 -0.25299,0.30737 0.023,0.44356 0.23422,0.11554 0.54167,0.14641 0.54167,0.0543 z"
id="Kelvindale" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.0723034"
d="m 67.229439,74.603211 c -0.1759,-0.17075 -0.6859,-0.60196 -0.99122,-0.83832 -0.0622,-0.0481 -0.14801,-0.0876 -0.19088,-0.0876 -0.0429,0 -0.0779,-0.0309 -0.0779,-0.0686 0,-0.0377 -0.0925,-0.0898 -0.20541,-0.11583 -0.11296,-0.0258 -0.22224,-0.0664 -0.24283,-0.0903 -0.0208,-0.0239 -0.12863,-0.0978 -0.24019,-0.16423 -0.2257,-0.13448 -1.13643,-0.1725 -1.21675,-0.0508 -0.0254,0.0385 -0.10904,0.0699 -0.18581,0.0699 -0.0768,0 -0.1842,0.0412 -0.23843,0.0916 -0.1669,0.1549 -0.59649,0.32821 -0.81377,0.32821 -0.11366,0 -0.21924,0.0358 -0.23471,0.0796 -0.0397,0.11161 -0.89801,0.11714 -0.93754,0.006 -0.0161,-0.0469 -0.0636,-0.0854 -0.10421,-0.0854 -0.0406,0 -0.12425,-0.0472 -0.18581,-0.10491 -0.0615,-0.0578 -0.19365,-0.1049 -0.29352,-0.1049 -0.0998,0 -0.18143,-0.0237 -0.18143,-0.0527 0,-0.13462 -0.64488,-0.24286 -1.64373,-0.27591 -0.59584,-0.0195 -1.117,-0.0603 -1.15808,-0.0903 -0.041,-0.03 -0.5034,-0.0771 -1.02731,-0.10476 -0.52395,-0.0275 -0.95263,-0.0784 -0.95263,-0.11321 0,-0.0345 -0.0853,-0.0629 -0.1895,-0.0629 -0.22108,0 -0.49118,-0.15076 -0.85589,-0.47776 -0.26509,-0.23765 -0.79429,-0.50183 -1.00526,-0.50183 -0.0639,0 -0.11619,-0.0315 -0.11619,-0.0699 0,-0.0385 -0.0505,-0.0699 -0.11204,-0.0699 -0.13187,0 -0.151,-0.11626 -0.0256,-0.15533 0.10559,-0.0331 0.0208,-0.40448 -0.0911,-0.40448 -0.0809,0 -0.13625,-0.0398 -0.56135,-0.40232 -0.14663,-0.12516 -0.23594,-0.22744 -0.1985,-0.22744 0.0376,0 0.11319,-0.13375 0.1683,-0.29734 0.0551,-0.1636 0.1231,-0.32889 0.15146,-0.36736 0.0281,-0.0385 0.0701,-0.27386 0.0931,-0.52305 0.023,-0.24919 0.0779,-0.46435 0.12194,-0.47815 0.044,-0.0131 0.0802,-0.0836 0.0802,-0.15509 0,-0.0715 0.0337,-0.14946 0.0747,-0.17316 0.10743,-0.0621 0.092,-0.44852 -0.023,-0.55551 -0.0533,-0.05 -0.16875,-0.11204 -0.25677,-0.13812 -0.0878,-0.0261 -0.17037,-0.11685 -0.18328,-0.20161 -0.0161,-0.1084 -0.0832,-0.16053 -0.22523,-0.17596 -0.13025,-0.0131 -0.21993,-0.0762 -0.2529,-0.17487 -0.0279,-0.0844 -0.0756,-0.1688 -0.10559,-0.18813 -0.03,-0.0195 -0.0782,-0.10578 -0.10696,-0.19248 -0.0482,-0.14483 -0.029,-0.15749 0.23985,-0.15749 0.41957,0 0.56596,-0.1725 0.49934,-0.58853 -0.0284,-0.17662 -0.0811,-0.3211 -0.11757,-0.3211 -0.0364,0 -0.0662,-0.0472 -0.0662,-0.1049 0,-0.0578 0.0263,-0.10491 0.0583,-0.10491 0.032,0 0.10559,-0.14945 0.16322,-0.33238 0.077,-0.24425 0.21947,-0.43734 0.53817,-0.72851 0.23842,-0.21786 0.46418,-0.40681 0.50171,-0.41982 0.10214,-0.0354 0.83063,-1.04891 0.83063,-1.15567 0,-0.0509 0.0274,-0.0925 0.0609,-0.0925 0.0334,0 0.10697,-0.11015 0.16345,-0.24489 0.0565,-0.13463 0.13002,-0.24489 0.16345,-0.24489 0.0334,0 0.0609,-0.0315 0.0609,-0.0699 0,-0.11292 0.2623,-0.32609 0.45764,-0.37199 0.0991,-0.0233 0.25836,-0.11029 0.35366,-0.19356 0.14017,-0.12239 0.20403,-0.13711 0.33472,-0.0775 0.24034,0.10971 0.60099,0.16011 1.43163,0.20029 0.59931,0.0291 0.77304,0.0619 0.87791,0.16662 0.0719,0.0717 0.13072,0.1562 0.13072,0.18791 0,0.0318 0.0673,0.10272 0.14939,0.15837 0.0821,0.0554 0.1494,0.13404 0.1494,0.17488 0,0.10301 0.27724,0.31498 0.41178,0.31498 0.0611,0 0.11112,0.0315 0.11112,0.0699 0,0.0389 0.19918,0.0699 0.44828,0.0699 0.24656,0 0.44828,-0.0287 0.44828,-0.0637 0,-0.035 0.19342,-0.0801 0.42963,-0.10039 0.23627,-0.0195 0.54727,-0.0567 0.6911,-0.0813 0.20149,-0.0344 0.29725,-0.0131 0.41718,0.0924 0.0855,0.0752 0.29578,0.15902 0.46697,0.18618 0.17129,0.0271 0.3113,0.0779 0.3113,0.11321 0,0.0954 0.83657,0.0769 1.06787,-0.0236 0.19803,-0.0863 0.20102,-0.0976 0.20172,-0.76968 4.3e-4,-0.40855 -0.0295,-0.68222 -0.0742,-0.68222 -0.041,0 -0.0749,-0.0552 -0.0752,-0.12253 -1.4e-4,-0.0673 -0.0507,-0.21268 -0.11205,-0.32287 -0.13624,-0.24459 -0.14685,-0.86115 -0.0161,-0.98281 0.054,-0.0506 0.39961,-0.11015 0.80319,-0.13856 0.38965,-0.0274 0.74041,-0.0797 0.77947,-0.11627 0.039,-0.0364 0.20794,-0.0663 0.37561,-0.0663 0.28949,0 1.13535,-0.34015 1.24027,-0.49873 0.0238,-0.0358 0.12471,0.0353 0.22408,0.15792 0.0996,0.12268 0.21647,0.25746 0.2599,0.29948 0.0433,0.042 0.14432,0.1866 0.22409,0.32127 0.0798,0.13463 0.16206,0.26064 0.18258,0.27989 0.0892,0.0836 0.22408,0.35673 0.22408,0.45386 0,0.0583 0.0337,0.10577 0.0747,0.10577 0.041,0 0.0747,0.0313 0.0747,0.0695 0,0.11948 0.25648,0.63022 0.31648,0.63022 0.0314,0 0.0595,0.0552 0.0625,0.12253 0.007,0.17662 0.24974,0.53909 0.37416,0.56079 0.0583,0.0102 0.2068,-0.06 0.33018,-0.15597 0.31309,-0.24386 0.34534,-0.26643 0.59771,-0.41814 0.12333,-0.074 0.26501,-0.16835 0.31494,-0.20941 0.47235,-0.38822 0.74922,-0.47759 1.34283,-0.43346 1.091776,0.0813 2.083886,0.19769 2.207706,0.2593 0.17244,0.0858 0.55944,0.0823 0.6174,-0.004 0.12081,-0.18313 0.18674,-0.024 0.18674,0.45065 0,0.28638 0.0337,0.54013 0.0747,0.56392 0.041,0.0239 0.0747,0.25549 0.0747,0.51492 0,0.25941 0.0346,0.50411 0.077,0.54373 0.0528,0.0495 -0.0235,0.1 -0.24283,0.16075 -0.1759,0.049 -0.37817,0.11715 -0.44952,0.15187 -0.0712,0.0348 -0.17705,0.0632 -0.23471,0.0632 -0.0576,0 -0.1261,0.0787 -0.15193,0.17488 -0.0258,0.0963 -0.0798,0.17487 -0.12011,0.17487 -0.0403,0 -0.0733,0.0472 -0.0733,0.10491 0,0.0578 -0.0265,0.1049 -0.059,0.1049 -0.0325,0 -0.15723,0.15751 -0.2772,0.34986 -0.1201,0.19247 -0.24473,0.34986 -0.27719,0.34986 -0.0325,0 -0.059,0.18705 -0.059,0.41568 0,0.22865 -0.0337,0.43518 -0.0747,0.45897 -0.10051,0.0583 -0.0961,0.6647 0.005,0.6647 0.0447,0 0.0691,0.0997 0.056,0.22741 -0.0161,0.15597 -0.0763,0.24911 -0.19158,0.29647 -0.0924,0.038 -0.16806,0.0933 -0.16806,0.12254 0,0.0293 -0.0632,0.0535 -0.14039,0.0535 -0.220856,0 -0.355436,0.19269 -0.247456,0.35459 0.0489,0.0731 0.089,0.24395 0.089,0.37916 0,0.13506 0.0337,0.24584 0.0747,0.24584 0.0427,0 0.0747,0.20985 0.0747,0.48982 0,0.27986 0.032,0.48978 0.0747,0.48978 0.041,0 0.0747,0.061 0.0747,0.1358 0,0.0747 0.0306,0.15359 0.068,0.17532 0.0396,0.023 0.032,0.12909 -0.0184,0.25467 -0.0761,0.18856 -0.0682,0.22808 0.0627,0.31891 0.0823,0.0571 0.24188,0.12137 0.35489,0.14322 0.11296,0.0217 0.20541,0.0669 0.20541,0.10053 0,0.0337 0.0438,0.0612 0.0975,0.0612 0.15561,0 1.18528,0.68702 1.70156,1.1353 0.12081,0.1049 0.41264,0.32361 0.64855,0.48611 0.23591,0.16249 0.51626,0.37581 0.62303,0.47404 0.29264,0.26931 0.68631,0.56345 0.75408,0.56345 0.0332,0 0.20311,0.12618 0.37785,0.28055 0.17475,0.15424 0.37663,0.29813 0.44867,0.31964 0.11573,0.0345 0.11804,0.0513 0.0207,0.14279 -0.0832,0.0779 -0.14662,0.0854 -0.25684,0.0302 -0.0805,-0.0404 -0.43186,-0.0733 -0.78092,-0.0733 -0.40371,0 -0.67162,-0.0319 -0.73626,-0.0876 -0.2091,-0.17986 -0.4392,-0.26189 -0.85915,-0.30603 -0.23768,-0.0249 -0.47933,-0.0804 -0.53701,-0.12341 -0.15492,-0.1151 -2.26341,-0.1065 -2.3047,0.009 -0.0161,0.0482 -0.10996,0.0876 -0.206326,0.0876 -0.0964,0 -0.22569,0.0472 -0.28729,0.10491 -0.0616,0.0578 -0.18305,0.1049 -0.26998,0.1049 -0.14731,0 -0.21832,-0.0385 -0.4851,-0.26239 -0.1238,-0.10389 -0.6378,-0.11802 -0.6378,-0.0173 0,0.0385 -0.0512,0.0699 -0.11366,0.0699 -0.0625,0 -0.23898,0.074 -0.39226,0.16465 -0.15331,0.0906 -0.36275,0.18944 -0.46548,0.21992 -0.17912,0.053 -0.39474,0.23894 -0.52071,0.44904 -0.0436,0.0726 -0.23155,0.10053 -0.70597,0.1049 -0.3853,0.004 -0.66819,0.0373 -0.69996,0.0836 -0.0454,0.066 -0.48678,0.30977 -0.55391,0.30579 -0.0116,-4.2e-4 -0.11112,-0.0873 -0.21947,-0.19247 z m -4.58213,-6.35657 c 0.16945,-0.10403 0.19872,-0.10403 0.36833,0 0.23524,0.14424 0.40786,0.14104 0.62044,-0.0131 0.15331,-0.11059 0.1676,-0.17227 0.14939,-0.64568 l -0.0207,-0.52346 -0.40385,-0.0217 c -0.27019,-0.0152 -0.42665,0.009 -0.47267,0.0699 -0.0542,0.0721 -0.0768,0.073 -0.10674,0.004 -0.0242,-0.0557 -0.19204,-0.0873 -0.46128,-0.0868 -0.37578,4.4e-4 -0.4329,0.0195 -0.50801,0.17141 -0.0941,0.19008 -0.0648,0.2478 0.12564,0.2478 0.0768,0 0.14224,0.0689 0.16322,0.17141 0.029,0.14147 0.002,0.17487 -0.15354,0.19247 -0.26244,0.0293 -0.2757,0.14118 -0.0426,0.35946 0.22708,0.21267 0.47491,0.23717 0.74171,0.0734 z"
id="Summerston" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.0723034"
d="m 96.630475,78.013751 c -0.0422,-0.0395 -0.25064,-0.0912 -0.46324,-0.11466 -0.21256,-0.0238 -0.38652,-0.0699 -0.38652,-0.10316 0,-0.0331 -0.41828,-0.0602 -0.92952,-0.0602 -0.51124,0 -0.94719,-0.0267 -0.96874,-0.0593 -0.0208,-0.0326 -0.3154,-0.0793 -0.65295,-0.10389 -0.33758,-0.0243 -0.63292,-0.0726 -0.65632,-0.10694 -0.0235,-0.0344 -0.19388,-0.0841 -0.37879,-0.11015 -0.18489,-0.0261 -0.40346,-0.0743 -0.48565,-0.10709 -0.44323,-0.1764 -0.80815,-0.28241 -0.9728,-0.28241 -0.10189,0 -0.18535,-0.0315 -0.18535,-0.0699 0,-0.0385 -0.0772,-0.0699 -0.17175,-0.0699 -0.0945,0 -0.20633,-0.0323 -0.24854,-0.072 -0.0422,-0.0395 -0.25905,-0.0911 -0.48191,-0.11452 -0.22293,-0.0235 -0.43941,-0.0676 -0.48118,-0.0982 -0.0417,-0.0305 -0.3696,-0.0778 -0.72847,-0.10491 -0.35888,-0.0274 -0.65251,-0.074 -0.65251,-0.10432 0,-0.03 -0.22685,-0.0707 -0.50433,-0.0899 -0.81806,-0.0574 -1.76575,-0.1816 -1.88952,-0.24747 -0.0632,-0.0337 -0.29728,-0.0847 -0.52002,-0.11336 -0.2227,-0.0287 -0.46513,-0.0797 -0.5387,-0.11364 -0.0735,-0.0337 -0.19688,-0.0908 -0.27397,-0.12662 -0.077,-0.0358 -0.26242,-0.0867 -0.41176,-0.11291 -0.14939,-0.0262 -0.28812,-0.0727 -0.30844,-0.1036 -0.0207,-0.0309 -0.17128,-0.0771 -0.33538,-0.10315 -0.16414,-0.0261 -0.29848,-0.0761 -0.29848,-0.11103 0,-0.035 -0.0841,-0.0638 -0.18673,-0.0638 -0.10282,0 -0.18674,-0.028 -0.18674,-0.0621 0,-0.0341 -0.11756,-0.0828 -0.26149,-0.10826 -0.14386,-0.0252 -0.2615,-0.0689 -0.2615,-0.097 0,-0.028 -0.151,-0.11321 -0.3355,-0.18921 -0.18443,-0.0761 -0.33585,-0.16185 -0.33624,-0.19052 -4.1e-4,-0.0289 -0.0556,-0.0523 -0.12264,-0.0523 -0.0671,0 -0.2431,-0.0708 -0.3912,-0.15748 -0.4859,-0.28412 -0.56793,-0.32715 -0.77571,-0.40703 -0.11296,-0.0434 -0.20541,-0.10054 -0.20541,-0.12705 0,-0.0265 -0.10928,-0.10841 -0.24283,-0.18206 -0.13347,-0.0736 -0.32653,-0.20637 -0.42884,-0.29495 -0.10236,-0.0886 -0.21186,-0.16099 -0.24347,-0.16099 -0.0316,0 -0.14962,-0.0765 -0.26228,-0.16987 -0.44305,-0.36766 -0.56578,-0.45979 -0.61258,-0.45979 -0.045,0 -0.3705,-0.25634 -0.82503,-0.64974 -0.10281,-0.0889 -0.3798,-0.29475 -0.61571,-0.45739 -0.23591,-0.16272 -0.5322,-0.39028 -0.65837,-0.5058 -0.1261,-0.11554 -0.37026,-0.29537 -0.54236,-0.39962 -0.17221,-0.10432 -0.36335,-0.23744 -0.42499,-0.29594 -0.0616,-0.0584 -0.27178,-0.17923 -0.46698,-0.26827 -0.27858,-0.12705 -0.35489,-0.19856 -0.35489,-0.33195 0,-0.0934 -0.0337,-0.17009 -0.0747,-0.17009 -0.041,0 -0.0747,-0.0472 -0.0747,-0.1049 0,-0.0578 -0.0337,-0.10491 -0.0747,-0.10491 -0.041,0 -0.0747,-0.17315 -0.0747,-0.38484 0,-0.2116 -0.0337,-0.38484 -0.0747,-0.38484 -0.041,0 -0.0747,-0.12384 -0.0747,-0.27515 0,-0.21377 0.0334,-0.28509 0.14939,-0.3196 0.0823,-0.0243 0.1494,-0.0717 0.1494,-0.10475 0,-0.0332 0.0756,-0.0704 0.16806,-0.0828 0.16391,-0.0217 0.1676,-0.0404 0.1434,-0.75706 -0.0318,-0.94193 0.0318,-1.41251 0.21578,-1.59741 0.0798,-0.0804 0.14524,-0.17879 0.14524,-0.2189 0,-0.0402 0.0314,-0.0727 0.0696,-0.0727 0.0383,0 0.0936,-0.0708 0.12265,-0.1575 0.0728,-0.21595 0.31779,-0.40233 0.5288,-0.40233 0.0964,0 0.17544,-0.0315 0.17544,-0.0699 0,-0.0385 0.10075,-0.0699 0.22408,-0.0699 0.12333,0 0.22409,-0.0315 0.22409,-0.0699 0,-0.0385 0.0505,-0.0699 0.11204,-0.0699 0.0922,0 0.11205,-0.12429 0.11205,-0.69972 0,-0.4198 -0.03,-0.69969 -0.0747,-0.69969 -0.044,0 -0.0749,-0.25107 -0.0752,-0.61225 -2.8e-4,-0.33673 -0.023,-0.82477 -0.0482,-1.08455 l -0.0477,-0.47231 h -0.39572 c -0.21762,0 -0.41648,0.0315 -0.44189,0.0699 -0.0604,0.0915 -0.93395,0.0915 -0.93395,0 0,-0.0386 -0.19434,-0.0699 -0.43334,-0.0699 -0.23833,0 -0.47179,-0.0361 -0.5188,-0.08 -0.12564,-0.11772 -2.124806,-0.12472 -2.166906,-0.006 -0.0161,0.0479 -0.0959,0.0876 -0.17451,0.0876 -0.0788,0 -0.14316,0.0315 -0.14316,0.0699 0,0.0385 -0.048,0.0699 -0.10674,0.0699 -0.0588,0 -0.15123,0.0399 -0.20541,0.089 -0.3246,0.29246 -0.53378,0.39922 -0.63229,0.32267 -0.0558,-0.0434 -0.10144,-0.13798 -0.10144,-0.21029 0,-0.0724 -0.0337,-0.13143 -0.0747,-0.13143 -0.041,0 -0.0747,-0.0472 -0.0747,-0.1049 0,-0.0578 -0.0258,-0.10491 -0.0572,-0.10491 -0.0314,0 -0.11757,-0.15944 -0.19157,-0.35419 -0.0738,-0.19488 -0.19112,-0.41789 -0.26037,-0.49571 -0.0694,-0.0778 -0.18489,-0.20659 -0.25678,-0.28621 -0.0719,-0.0795 -0.13071,-0.1638 -0.13071,-0.18726 0,-0.0234 -0.11528,-0.16749 -0.2562,-0.32019 -0.20841,-0.22577 -0.24827,-0.31717 -0.21371,-0.48904 0.0235,-0.11627 0.0756,-0.25074 0.11596,-0.29883 0.0874,-0.10432 0.3539,-0.11729 0.3539,-0.0173 0,0.0415 0.27505,0.0699 0.6757,0.0699 0.60032,0 0.69474,-0.0173 0.84648,-0.1575 0.26713,-0.24622 0.38848,-0.68817 0.26226,-0.95518 -0.0562,-0.11933 -0.12795,-0.2168 -0.15907,-0.2168 -0.0311,0 -0.0565,-0.0946 -0.0565,-0.20986 0,-0.11539 -0.0251,-0.20985 -0.056,-0.20985 -0.0309,0 -0.12103,-0.19074 -0.20057,-0.4237 -0.0795,-0.23303 -0.17198,-0.43956 -0.2054,-0.45894 -0.0334,-0.0195 -0.0609,-0.0965 -0.0609,-0.17096 0,-0.0747 -0.0337,-0.1358 -0.0747,-0.1358 -0.041,0 -0.0747,-0.0472 -0.0747,-0.1049 0,-0.0646 -0.0701,-0.10491 -0.18236,-0.10491 -0.10028,0 -0.20103,-0.0284 -0.22408,-0.0629 -0.023,-0.0348 -0.2434,-0.0849 -0.49005,-0.1119 -0.24663,-0.0267 -0.44842,-0.0743 -0.44842,-0.10534 0,-0.031 -0.16806,-0.0782 -0.37349,-0.10476 -0.20541,-0.0265 -0.39233,-0.0766 -0.41534,-0.11146 -0.0231,-0.0348 -0.12403,-0.0634 -0.22431,-0.0634 -0.10028,0 -0.18235,-0.0315 -0.18235,-0.0699 0,-0.0385 -0.035,-0.0699 -0.0782,-0.0699 -0.0429,0 -0.38915,-0.14162 -0.76928,-0.31488 -0.38011,-0.17313 -0.73161,-0.31485 -0.78108,-0.31485 -0.0493,0 -0.0899,-0.0315 -0.0899,-0.0699 0,-0.0385 -0.0477,-0.0699 -0.10605,-0.0699 -0.0583,0 -0.20932,-0.0552 -0.33575,-0.12253 -0.22731,-0.12122 -0.30025,-0.22741 -0.15584,-0.22741 0.041,0 0.0747,-0.0472 0.0747,-0.10491 0,-0.0578 0.027,-0.1049 0.0597,-0.1049 0.0724,0 0.20679,-0.35577 0.27452,-0.72582 0.0272,-0.14902 0.077,-0.32223 0.11042,-0.38484 0.16553,-0.3097 0.22362,-0.49288 0.25754,-0.81354 0.0652,-0.61777 0.13487,-0.88449 0.24056,-0.92248 0.0728,-0.0262 0.10328,-0.16836 0.10328,-0.48443 0,-0.25157 0.0327,-0.44732 0.0747,-0.44732 0.0419,0 0.0747,-0.19356 0.0747,-0.44081 0,-0.24245 0.0311,-0.47075 0.0692,-0.5073 0.038,-0.0364 0.0876,-0.30262 0.11019,-0.59124 0.0231,-0.28865 0.0777,-1.01284 0.12264,-1.60934 0.045,-0.59651 0.11296,-1.13922 0.15146,-1.20604 0.0383,-0.0669 0.0699,-0.3581 0.0699,-0.64724 0,-0.30383 0.0316,-0.52572 0.0747,-0.52572 0.041,0 0.0747,-0.0946 0.0747,-0.20985 0,-0.1154 0.0337,-0.20985 0.0747,-0.20985 0.041,0 0.0747,0.0288 0.0747,0.0645 0,0.0354 0.10053,0.0852 0.22339,0.1103 0.12288,0.0252 0.24248,0.0749 0.26593,0.11058 0.0235,0.0357 0.27399,0.0645 0.55679,0.0645 0.2828,0 0.53298,0.0284 0.55592,0.0632 0.023,0.0348 0.39477,0.0858 0.82629,0.11336 0.43149,0.0275 0.78454,0.0778 0.78454,0.11161 0,0.0339 0.12634,0.0616 0.28068,0.0616 0.15445,0 0.39811,0.0318 0.54166,0.0707 0.14363,0.0386 0.54679,0.0903 0.8961,0.11452 0.34929,0.024 0.67303,0.072 0.71941,0.10607 0.0463,0.0341 0.35856,0.0817 0.693666,0.10607 0.33513,0.024 0.62696,0.0708 0.64854,0.10345 0.0553,0.0839 0.55338,0.0743 0.55338,-0.0102 0,-0.0417 0.28495,-0.0699 0.7054,-0.0699 0.43149,0 0.72506,-0.0297 0.75607,-0.0766 0.0279,-0.0421 0.29494,-0.184 0.59351,-0.31486 0.43323,-0.19008 0.63573,-0.23808 1.00311,-0.23808 0.39139,0 0.48828,-0.0262 0.6471,-0.17487 0.10282,-0.0963 0.21878,-0.17488 0.25811,-0.17488 0.0392,0 0.0712,-0.11015 0.0712,-0.2449 0,-0.23322 0.0116,-0.24489 0.26152,-0.24489 0.14385,0 0.2615,0.0315 0.2615,0.0699 0,0.0385 0.0653,0.0699 0.14501,0.0699 0.0798,0 0.16391,0.0287 0.1872,0.0638 0.0233,0.0351 0.17636,0.0851 0.34064,0.11117 0.16414,0.0258 0.29845,0.0761 0.29845,0.11102 0,0.0353 0.0505,0.0638 0.11205,0.0638 0.0616,0 0.11204,0.0472 0.11204,0.1049 0,0.0583 0.0664,0.10491 0.1494,0.10491 0.0823,0 0.14939,0.028 0.14939,0.0624 0,0.0344 0.0894,0.0835 0.19872,0.10898 0.10928,0.0256 0.31436,0.15512 0.45577,0.28747 0.23695,0.22192 0.2929,0.24077 0.71421,0.24077 0.38465,0 0.4812,-0.0258 0.60893,-0.16228 0.23442,-0.25056 0.38731,-0.27341 0.59917,-0.0895 0.22431,0.19487 0.23222,0.26241 0.0484,0.41819 -0.0853,0.0724 -0.15722,0.25936 -0.18535,0.48273 -0.0254,0.20052 -0.0805,0.37533 -0.12219,0.38838 -0.0996,0.031 -0.0991,0.71181 4.4e-4,0.71181 0.065,0 -0.15469,0.26044 -0.50614,0.59957 -0.0514,0.0495 -0.0934,0.12385 -0.0934,0.16511 0,0.0412 -0.0337,0.0749 -0.0747,0.0749 -0.041,0 -0.0747,0.061 -0.0747,0.13579 0,0.0748 -0.0337,0.15534 -0.0747,0.17901 -0.041,0.0238 -0.0747,0.11816 -0.0747,0.20985 0,0.0916 -0.0337,0.18618 -0.0747,0.20986 -0.16807,0.0973 -0.0184,1.15451 0.16437,1.15451 0.0327,0 0.0597,0.0446 0.0597,0.0991 0,0.0545 0.0369,0.11059 0.0816,0.12472 0.11296,0.0351 0.12033,0.56449 0.009,0.59951 -0.10881,0.0339 -0.1231,0.64614 -0.0161,0.64614 0.041,0 0.0747,0.12822 0.0747,0.28488 0,0.34014 0.1321,0.4848 0.44295,0.4848 0.1261,0 0.22939,0.0315 0.22939,0.0699 0,0.0385 0.0989,0.0699 0.2197,0.0699 0.1208,0 0.23777,0.0274 0.25983,0.0608 0.023,0.0335 0.18282,0.0822 0.35708,0.10826 0.17429,0.0261 0.33476,0.0705 0.35655,0.0988 0.0208,0.0283 0.22454,0.1601 0.45052,0.29261 0.55757,0.32719 0.59773,0.37144 0.59773,0.65892 0,0.13754 0.0284,0.24989 0.0634,0.24989 0.0717,0 0.31021,0.64844 0.31021,0.84356 0,0.0704 0.0336,0.14729 0.0747,0.17097 0.041,0.0239 0.0747,0.10432 0.0747,0.17901 0,0.0747 0.0337,0.13579 0.0747,0.13579 0.041,0 0.0747,0.0946 0.0747,0.20985 0,0.1154 0.0297,0.20985 0.0662,0.20985 0.0364,0 0.0888,0.14104 0.11643,0.31325 0.0277,0.17227 0.0818,0.33157 0.12058,0.35396 0.0387,0.0224 0.0703,0.11583 0.0703,0.20748 0,0.0916 0.0337,0.18616 0.0747,0.20985 0.041,0.0239 0.0747,0.12006 0.0747,0.21398 0,0.0938 0.0337,0.17074 0.0747,0.17074 0.041,0 0.0747,0.0769 0.0747,0.17075 0,0.0938 0.0316,0.18922 0.0703,0.2116 0.0387,0.0224 0.0929,0.18204 0.12058,0.35484 0.0277,0.1727 0.08,0.33131 0.11642,0.35236 0.0362,0.0217 0.0662,0.11117 0.0662,0.20052 0,0.25159 0.16668,0.33595 0.55571,0.28132 0.18743,-0.0262 0.34087,-0.0758 0.34087,-0.10986 0,-0.0341 0.0496,-0.0619 0.10996,-0.0619 0.0606,0 0.30429,-0.0815 0.5417,-0.18096 1.03382,-0.4332 0.992,-0.42165 0.992,-0.27394 0,0.0579 0.0337,0.10491 0.0747,0.10491 0.041,0 0.0747,0.0643 0.0747,0.14293 0,0.18596 0.14916,0.32432 0.78172,0.72575 0.28612,0.18162 0.65595,0.43798 0.82187,0.56982 0.16599,0.13186 0.34225,0.27147 0.39189,0.31024 0.0496,0.0386 0.12518,0.0707 0.16806,0.0707 0.0429,0 0.0779,0.0217 0.0779,0.0476 0,0.0539 -0.41096,0.40983 -0.70782,0.61286 -0.51949,0.35531 -0.51456,0.34176 -0.22523,0.62068 0.1434,0.13813 0.26069,0.27746 0.26069,0.30939 0,0.0319 0.0673,0.10344 0.14939,0.15879 0.0823,0.0554 0.14939,0.12778 0.14939,0.16076 0,0.0331 0.0982,0.15206 0.21832,0.26444 0.1978,0.18531 0.26546,0.20464 0.7178,0.20464 0.42592,0 0.49266,0.0173 0.45377,0.11146 -0.0539,0.13142 0.12218,0.50482 0.34248,0.72626 0.0858,0.0862 0.1261,0.17704 0.0897,0.20181 -0.21486,0.14599 -0.36266,0.84973 -0.17843,0.84973 0.041,0 0.0747,0.0472 0.0747,0.1049 0,0.0578 0.0337,0.10491 0.0747,0.10491 0.041,0 0.0749,0.0393 0.0749,0.0876 1.1e-4,0.0479 0.0842,0.24236 0.18673,0.43168 0.10259,0.18921 0.1865,0.38612 0.1865,0.43732 0,0.0513 0.0337,0.0933 0.0747,0.0933 0.041,0 0.0747,0.0787 0.0747,0.17489 0,0.0962 0.0309,0.17488 0.0687,0.17488 0.0378,0 0.0908,0.0946 0.11804,0.20985 0.027,0.1154 0.0802,0.20986 0.11804,0.20986 0.0378,0 0.0687,0.0571 0.0687,0.12661 0,0.15577 0.26505,0.43302 0.41386,0.43302 0.0599,0 0.10904,0.0315 0.10904,0.0699 0,0.0903 0.39569,0.0912 0.49194,8.7e-4 0.0745,-0.0698 0.46075,-0.139 1.7495,-0.31445 1.10039,-0.14968 1.34486,-0.23174 1.34486,-0.45132 0,-0.0466 0.21117,-0.0749 0.55893,-0.0749 0.519422,0 0.561432,0.0102 0.594102,0.1575 0.0625,0.27991 0.12587,0.70774 0.16598,1.11955 l 0.0392,0.40232 -0.24946,6e-5 c -0.38366,1.6e-4 -0.660392,0.26009 -0.660392,0.62034 v 0.28923 h 0.332822 c 0.32144,0 0.33453,0.009 0.38205,0.24568 0.027,0.13506 0.0791,0.26292 0.11549,0.28398 0.0364,0.0217 0.0662,0.12909 0.0662,0.24002 0,0.11102 0.0337,0.2211 0.0747,0.24489 0.041,0.0239 0.0747,0.13579 0.0747,0.24902 0,0.11321 0.0337,0.20573 0.0747,0.20573 0.0429,0 0.0747,0.21572 0.0747,0.50727 3e-5,0.33678 0.05,0.63028 0.14847,0.8732 0.16091,0.39651 0.11734,0.62526 -0.16553,0.8668 -0.0728,0.0621 -0.13256,0.19205 -0.13256,0.28838 0,0.17445 0.005,0.17553 0.896213,0.22533 0.49292,0.0275 0.91517,0.0788 0.93834,0.11379 0.0231,0.0351 0.24462,0.0638 0.4921,0.0638 h 0.44998 l -0.0247,0.8864 c -0.0184,0.6298 -0.0519,0.89482 -0.11826,0.91545 -0.0535,0.0173 -0.0934,0.14599 -0.0934,0.30312 0,0.15075 -0.0254,0.27404 -0.0565,0.27404 -0.0574,0 -0.18927,0.25693 -0.27812,0.54236 -0.027,0.0867 -0.11412,0.19008 -0.19342,0.22986 -0.0975,0.049 -0.14432,0.14664 -0.14432,0.3008 0,0.12559 -0.0403,0.26622 -0.0897,0.31241 -0.10465,0.0982 -0.55471,0.11321 -0.61581,0.0195 -0.023,-0.035 -0.21001,-0.0851 -0.41535,-0.11146 -0.20541,-0.0265 -0.373473,-0.0747 -0.373473,-0.10738 0,-0.0326 -0.15123,-0.0804 -0.33622,-0.10622 -0.18489,-0.0261 -0.33624,-0.0752 -0.33624,-0.10927 0,-0.0341 -0.036,-0.0622 -0.08,-0.0622 -0.044,0 -0.13049,-0.0472 -0.19203,-0.1049 -0.0616,-0.0578 -0.2038,-0.10491 -0.315932,-0.10491 -0.11205,0 -0.23582,-0.0274 -0.27485,-0.061 -0.039,-0.0335 -0.27611,-0.0797 -0.52682,-0.10272 -0.55861,-0.0513 -0.68488,0.023 -0.72246,0.42527 -0.0161,0.16314 -0.0505,0.31789 -0.0784,0.34401 -0.0279,0.0261 -0.0507,0.18205 -0.0507,0.34661 0,0.16445 -0.0337,0.31854 -0.0747,0.34232 -0.0436,0.0252 -0.0747,0.42057 -0.0747,0.94876 0,0.87029 -0.0284,0.99085 -0.19618,0.83366 z m -14.6058,-14.58294 c 0.18121,-0.0877 0.23506,-0.0877 0.41575,0 0.26595,0.12924 0.3773,0.12691 0.60403,-0.0131 0.15078,-0.0925 0.1842,-0.17031 0.1842,-0.42959 0,-0.21945 -0.0401,-0.34513 -0.13072,-0.40956 -0.12448,-0.0886 -0.12448,-0.093 0,-0.0951 0.0802,-10e-4 0.13072,-0.0562 0.13072,-0.14206 0,-0.12385 -0.0498,-0.13987 -0.43334,-0.13987 -0.23833,0 -0.47368,0.0379 -0.52299,0.0841 -0.0696,0.0654 -0.0897,0.0654 -0.0897,0 0,-0.0558 -0.14755,-0.0841 -0.43959,-0.0841 -0.38843,0 -0.44452,0.0173 -0.48203,0.15206 -0.0507,0.1814 -0.005,0.26776 0.14155,0.26776 0.0592,0 0.10767,0.0289 0.10767,0.0642 0,0.0354 0.0207,0.11408 0.0454,0.17489 0.0341,0.0832 -0.002,0.11073 -0.14502,0.11073 -0.10466,0 -0.21025,0.0302 -0.23466,0.0672 -0.0954,0.14453 0.25744,0.45873 0.54351,0.48404 0.0535,0.004 0.19089,-0.0367 0.30533,-0.0924 z"
id="Milton" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.0723034"
d="m 96.490495,94.388803 c -0.0254,-0.0385 -0.12634,-0.0699 -0.22408,-0.0699 -0.098,0 -0.19734,-0.0293 -0.22086,-0.0651 -0.0235,-0.0358 -0.23575,-0.0851 -0.47138,-0.10942 -0.23563,-0.0245 -0.49567,-0.0702 -0.57786,-0.10141 -0.18166,-0.0691 -0.86184,-0.20899 -1.27014,-0.26124 -0.16438,-0.0217 -0.33248,-0.0629 -0.37359,-0.0934 -0.041,-0.0305 -0.33575,-0.0778 -0.65484,-0.10534 -0.31906,-0.0275 -0.59842,-0.0779 -0.62079,-0.1119 -0.023,-0.0339 -0.17543,-0.0616 -0.34013,-0.0616 -0.19872,0 -0.37944,-0.0558 -0.53727,-0.1662 -0.21347,-0.14924 -0.33727,-0.17009 -1.20674,-0.2031 -0.60292,-0.023 -0.97921,-0.0659 -0.9962,-0.11365 -0.0161,-0.0421 -0.0807,-0.0766 -0.14592,-0.0766 -0.28372,0 -0.69161,-0.24651 -0.75254,-0.454802 -0.0519,-0.17728 -0.0982,-0.20986 -0.29864,-0.2092 l -0.23722,8.9e-4 -0.0116,-0.42051 c -0.007,-0.2313 -0.0207,-0.56221 -0.0304,-0.73541 -0.0258,-0.43585 0.0346,-0.6997 0.16022,-0.6997 0.0634,0 0.10604,-0.0704 0.10604,-0.17488 0,-0.0963 0.0268,-0.17487 0.0595,-0.17487 0.0327,0 0.12172,-0.14162 0.19803,-0.31489 0.0763,-0.17315 0.16714,-0.31487 0.20218,-0.31487 0.0348,0 0.0634,-0.0472 0.0634,-0.10491 0,-0.0778 -0.0871,-0.1049 -0.33621,-0.1049 -0.21094,0 -0.33624,-0.031 -0.33624,-0.0836 0,-0.1154 -0.37914,-0.47615 -0.50027,-0.47615 -0.0544,0 -0.19088,-0.0765 -0.30354,-0.16989 -0.11274,-0.0934 -0.28047,-0.23101 -0.37294,-0.30558 -0.0924,-0.0746 -0.16806,-0.17076 -0.16806,-0.21355 0,-0.12953 -0.56044,-0.35525 -1.00312,-0.40396 -0.22915,-0.0252 -0.41646,-0.073 -0.41646,-0.10621 0,-0.0332 -0.13256,-0.0603 -0.29444,-0.0603 -0.16184,0 -0.31256,-0.0274 -0.33467,-0.061 -0.023,-0.0335 -0.14363,-0.0804 -0.27026,-0.10403 -0.24068,-0.0452 -0.44549,-0.19204 -0.44549,-0.31986 0,-0.0412 -0.0588,-0.0752 -0.13072,-0.0756 -0.14177,-8.9e-4 -1.11808,-0.84685 -1.27014,-1.10091 -0.0514,-0.0858 -0.0934,-0.36093 -0.0934,-0.61139 0,-0.4457 0.007,-0.4621 0.33621,-0.77473 0.18489,-0.17575 0.33622,-0.36477 0.33622,-0.42023 0,-0.0554 0.0337,-0.10083 0.0747,-0.10083 0.044,0 0.0747,-0.24534 0.0747,-0.59615 0,-0.51214 -0.0258,-0.63441 -0.18305,-0.86778 -0.10075,-0.14947 -0.2908,-0.32198 -0.42241,-0.38345 -0.25175,-0.11758 -0.96351,-0.15511 -0.96351,-0.0509 0,0.0335 -0.2738,0.0833 -0.6085,0.11059 -0.64405,0.0526 -1.03329,0.21989 -1.38824,0.5966 -0.34009,0.36094 -0.37391,0.40504 -0.47583,0.6207 -0.0574,0.12122 -0.12957,0.22043 -0.16069,0.22043 -0.0309,0 -0.0567,0.0393 -0.0569,0.0876 -5e-4,0.13172 -0.427,0.33236 -0.70588,0.33236 -0.38748,0 -0.88583,-0.24702 -1.32113,-0.65487 -0.59034,-0.55312 -0.67543,-0.66742 -0.71801,-0.96464 -0.0207,-0.14836 -0.0678,-0.26972 -0.10352,-0.26972 -0.1042,0 -0.0747,-0.60004 0.0403,-0.81649 0.29216,-0.55033 0.29281,-0.55404 0.15078,-0.85535 -0.0742,-0.1575 -0.19573,-0.3044 -0.27017,-0.32651 -0.0745,-0.0222 -0.13532,-0.0695 -0.13532,-0.10564 0,-0.0358 -0.0989,-0.0651 -0.21971,-0.0651 -0.1208,0 -0.24051,-0.0315 -0.26592,-0.0699 -0.0254,-0.0385 -0.0964,-0.0699 -0.15792,-0.0699 -0.20702,0 -0.76527,-0.27788 -0.80734,-0.40187 -0.0231,-0.0676 -0.12194,-0.20378 -0.21993,-0.30279 -0.27399,-0.27654 -0.57058,-0.74607 -0.57058,-0.90329 0,-0.0778 -0.0337,-0.14148 -0.0747,-0.14148 -0.0436,0 -0.0747,-0.23322 -0.0747,-0.55976 0,-0.30787 -0.0307,-0.55976 -0.0682,-0.55976 -0.0376,0 -0.0832,-0.19682 -0.10166,-0.43732 -0.0403,-0.53113 -0.19527,-1.04814 -0.371696,-1.24074 -0.0719,-0.0784 -0.13072,-0.16033 -0.13072,-0.18205 0,-0.0217 -0.0505,-0.0864 -0.11203,-0.14425 -0.14962,-0.14016 -0.14177,-0.27897 0.0184,-0.33069 0.0719,-0.0233 0.24843,-0.11321 0.392256,-0.19966 0.23536,-0.14191 0.35487,-0.1577 1.19545,-0.15836 0.57431,-4.5e-4 1.06337,0.0357 1.27014,0.0941 0.49363,0.13944 0.92662,0.31116 0.98598,0.39096 0.0286,0.0385 0.41529,0.0819 0.85924,0.0963 0.44394,0.0151 0.83911,0.0548 0.87813,0.0893 0.0959,0.0851 0.33996,0.0801 0.33996,-0.006 0,-0.0385 0.0874,-0.0699 0.19388,-0.0699 0.10674,0 0.2905,-0.0535 0.40853,-0.11889 0.20841,-0.1154 0.22616,-0.11292 0.60924,0.0793 0.21693,0.10884 0.50393,0.2476 0.63748,0.30823 0.13349,0.0606 0.24282,0.13506 0.24282,0.16555 0,0.0305 0.0334,0.0554 0.0742,0.0554 0.12058,0 0.67296,0.2387 0.67296,0.29082 0,0.0262 0.10075,0.0686 0.22409,0.0941 0.12333,0.0254 0.22408,0.0752 0.22408,0.11059 0,0.0354 0.0645,0.0645 0.14338,0.0645 0.0788,0 0.25539,0.0526 0.39226,0.11686 0.43555,0.20441 0.4866,0.22254 0.76269,0.27104 0.14892,0.0261 0.27069,0.0756 0.27069,0.10972 0,0.0341 0.0821,0.0621 0.18236,0.0621 0.10028,0 0.20264,0.0306 0.22731,0.068 0.0247,0.0373 0.21163,0.0886 0.41533,0.11408 0.2038,0.0254 0.37052,0.0711 0.37052,0.10141 0,0.0305 0.21855,0.0774 0.48565,0.10403 0.2671,0.0267 0.48562,0.0765 0.48562,0.11059 0,0.0339 0.16622,0.0619 0.36919,0.0619 0.2031,0 0.38723,0.0274 0.40934,0.0609 0.023,0.0335 0.44436,0.0835 0.93835,0.11102 0.49399,0.0275 0.89815,0.0749 0.89815,0.10491 0,0.0302 0.27381,0.0771 0.60845,0.10447 0.33465,0.0274 0.66247,0.0758 0.72848,0.10752 0.18881,0.0911 0.90691,0.28068 1.06252,0.28068 0.0775,0 0.14086,0.0315 0.14086,0.0699 0,0.0385 0.0821,0.0699 0.18235,0.0699 0.10028,0 0.20265,0.0306 0.22731,0.068 0.0247,0.0373 0.21164,0.0886 0.41534,0.11408 0.20379,0.0254 0.37052,0.0712 0.37052,0.10184 0,0.0309 0.18489,0.0775 0.41093,0.10403 0.22592,0.0265 0.41093,0.0761 0.41093,0.10986 0,0.0341 0.12772,0.0619 0.28391,0.0619 0.15607,0 0.31585,0.0297 0.35488,0.0663 0.039,0.0364 0.64256,0.0877 1.34115,0.11423 0.69857,0.0265 1.30376,0.0717 1.34486,0.10082 0.041,0.0289 0.18397,0.0745 0.31754,0.10127 0.13349,0.0267 0.24283,0.0775 0.24283,0.11291 0,0.0354 0.0332,0.0646 0.0738,0.0646 0.10488,0 0.37441,0.22672 0.37441,0.31497 0,0.0407 0.0673,0.11933 0.14939,0.17487 0.10328,0.0698 0.1494,0.18118 0.1494,0.3612 0,0.14322 0.0297,0.2775 0.0659,0.29849 0.0362,0.0217 0.089,0.21139 0.11733,0.42284 0.0281,0.2116 0.0825,0.40276 0.12081,0.42488 0.0383,0.0222 0.0694,0.13098 0.0694,0.24188 0,0.11102 0.0337,0.22113 0.0747,0.2449 0.041,0.0238 0.0747,0.15165 0.0747,0.284 0,0.13245 0.0337,0.24077 0.0747,0.24077 0.0415,0 0.0747,0.18662 0.0747,0.41984 0,0.23322 0.0332,0.41982 0.0747,0.41982 0.0436,0 0.0747,0.23324 0.0747,0.55979 0,0.3265 -0.0311,0.55975 -0.0747,0.55975 -0.041,0 -0.0747,0.11015 -0.0747,0.24489 0,0.13463 -0.0337,0.2449 -0.0747,0.2449 -0.041,0 -0.0747,0.0945 -0.0747,0.20985 0,0.11554 -0.0251,0.21007 -0.056,0.21029 -0.0309,8e-5 -0.11734,0.14968 -0.19204,0.33236 -0.0749,0.18269 -0.1729,0.39506 -0.21809,0.47204 -0.0452,0.0769 -0.17889,0.30543 -0.29769,0.5077 -0.11872,0.20225 -0.19503,0.39905 -0.1699,0.43731 0.0254,0.0382 0.009,0.0695 -0.0332,0.0695 -0.0436,0 -0.0791,0.0471 -0.0791,0.1049 0,0.0579 -0.0337,0.10491 -0.0747,0.10491 -0.041,0 -0.0747,0.0787 -0.0747,0.17487 0,0.0962 -0.027,0.17488 -0.0599,0.17488 -0.033,0 -0.12265,0.16532 -0.19942,0.36736 -0.0765,0.20203 -0.15907,0.38307 -0.18281,0.40232 -0.0881,0.0708 -0.23031,0.35108 -0.23031,0.45386 0,0.0583 -0.0337,0.10578 -0.0747,0.10578 -0.041,0 -0.0747,0.0345 -0.0747,0.0769 0,0.0424 -0.047,0.17618 -0.10466,0.29737 -0.0574,0.12123 -0.14984,0.32283 -0.20494,0.44789 -0.0553,0.12515 -0.12587,0.22741 -0.157,0.22741 -0.0311,0 -0.0565,0.0583 -0.0565,0.12952 0,0.0712 -0.0841,0.27758 -0.18673,0.45851 -0.10282,0.18096 -0.18674,0.36864 -0.18674,0.41707 0,0.0485 -0.0673,0.15575 -0.14939,0.23826 -0.10858,0.10899 -0.14939,0.24694 -0.14939,0.50299 0,0.194 0.0337,0.35278 0.0747,0.35278 0.041,0 0.0747,0.058 0.0747,0.1291 0,0.17922 0.23522,0.36071 0.4675,0.36071 0.10674,0 0.24467,0.0472 0.30632,0.1049 0.0616,0.0578 0.17567,0.10491 0.25336,0.10491 0.15838,0 0.46711,0.297502 0.46711,0.449982 0,0.0545 0.0841,0.1927 0.18674,0.30694 0.10281,0.11423 0.18673,0.2427 0.18673,0.28526 0,0.0425 0.0337,0.0774 0.0747,0.0774 0.041,0 0.0747,0.0446 0.0747,0.0991 0,0.0545 0.0286,0.10971 0.0634,0.12254 0.0351,0.0131 0.083,0.20441 0.10674,0.42566 0.0387,0.3607 0.0288,0.40234 -0.0964,0.40234 -0.0768,0 -0.16045,-0.0315 -0.18581,-0.0699 z m -6.43103,-10.837052 c 0.0781,-0.1186 0.32817,-0.13055 0.55723,-0.0265 0.20794,0.0943 0.25742,0.0932 0.49348,-0.0102 0.23476,-0.10432 0.26236,-0.14577 0.26236,-0.3932 0,-0.17162 -0.0355,-0.2787 -0.0934,-0.28213 -0.0747,-0.004 -0.0747,-0.0131 0,-0.0408 0.13832,-0.0523 0.11318,-0.37895 -0.0373,-0.48599 -0.15262,-0.1084 -0.49603,-0.12515 -0.67981,-0.0332 -0.08,0.0402 -0.2414,0.036 -0.42922,-0.0102 -0.38783,-0.0969 -0.64347,-0.0324 -0.75196,0.18987 -0.0777,0.15902 -0.0687,0.1814 0.086,0.21771 0.10513,0.0248 0.18582,0.10665 0.20679,0.20965 0.03,0.14685 0.007,0.16901 -0.17935,0.16901 -0.22754,0 -0.27114,0.10476 -0.11619,0.27989 0.20403,0.23088 0.59128,0.35499 0.68145,0.21835 z"
id="Possilpark" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.0723034"
d="m 79.231385,87.391721 c -0.0254,-0.0385 -0.14502,-0.0699 -0.26593,-0.0699 -0.19434,0 -0.2197,-0.0243 -0.2197,-0.20985 0,-0.25024 -0.12657,-0.27109 -0.38082,-0.0628 -0.26026,0.21334 -1.14831,0.15794 -1.65911,-0.10344 -0.19734,-0.10098 -0.42432,-0.18357 -0.50432,-0.18357 -0.08,0 -0.14547,-0.0315 -0.14547,-0.0699 0,-0.0385 -0.048,-0.0699 -0.10674,-0.0699 -0.0588,0 -0.15469,-0.045 -0.21347,-0.10009 -0.0823,-0.0771 -0.38809,-0.10389 -1.33154,-0.11715 -0.93907,-0.0131 -1.27263,-0.0421 -1.43018,-0.12486 -0.11296,-0.0593 -0.20541,-0.13681 -0.20541,-0.17206 0,-0.0351 -0.0593,-0.1151 -0.131866,-0.17726 -0.0724,-0.0622 -0.1985,-0.23491 -0.28017,-0.38372 -0.0816,-0.1488 -0.23248,-0.32157 -0.3352,-0.38395 -0.10282,-0.0624 -0.23121,-0.15314 -0.28552,-0.20181 -0.0544,-0.0487 -0.16345,-0.0884 -0.24283,-0.0884 -0.0793,0 -0.14408,-0.0315 -0.14408,-0.0699 0,-0.0385 -0.0989,-0.0699 -0.2197,-0.0699 -0.12081,0 -0.23859,-0.0284 -0.26159,-0.0634 -0.0231,-0.035 -0.21002,-0.0851 -0.41534,-0.11146 -0.20541,-0.0265 -0.37349,-0.0766 -0.37349,-0.11146 0,-0.035 -0.0629,-0.0634 -0.13994,-0.0634 -0.17059,0 -0.80791,-0.25769 -0.87004,-0.35184 -0.0247,-0.0373 -0.0947,-0.068 -0.15561,-0.068 -0.17567,0 -0.4131,-0.24476 -0.36091,-0.37215 0.0256,-0.0624 0.17775,-0.1677 0.3382,-0.23394 0.16045,-0.0663 0.29174,-0.14249 0.29174,-0.16945 0,-0.0269 0.0842,-0.0686 0.18674,-0.0928 0.10282,-0.024 0.18673,-0.0747 0.18673,-0.11248 0,-0.0377 0.0505,-0.0686 0.11205,-0.0686 0.0616,0 0.11203,-0.0315 0.11203,-0.0699 0,-0.0385 0.0648,-0.0699 0.14409,-0.0699 0.15446,0 0.58033,-0.35498 0.73379,-0.61159 0.14386,-0.24051 0.12081,-0.71243 -0.0373,-0.76879 -0.0719,-0.0256 -0.19203,-0.11904 -0.26693,-0.20768 -0.0867,-0.10257 -0.21579,-0.16119 -0.35489,-0.16119 -0.12034,0 -0.21878,-0.0315 -0.21878,-0.0699 0,-0.0385 -0.0493,-0.0699 -0.10951,-0.0699 -0.11112,0 -0.26145,-0.13405 -0.60758,-0.5423 -0.10604,-0.12516 -0.25511,-0.22738 -0.33121,-0.22738 -0.0761,0 -0.15907,-0.0315 -0.18443,-0.0699 -0.0641,-0.0972 -0.58596,-0.088 -0.69272,0.0131 -0.0828,0.0774 -0.1533,0.0226 -0.46536,-0.36179 -0.0662,-0.0815 -0.5143,-0.26709 -0.76508,-0.31687 -0.22086,-0.0439 -0.60968,-0.2698 -0.86532,-0.5028 -0.0544,-0.0495 -0.12149,-0.0899 -0.14939,-0.0902 -0.0595,-10e-5 -0.42638,-0.27714 -0.66708,-0.50355 -0.15146,-0.1425 -0.16806,-0.22631 -0.16806,-0.8428 0,-0.37653 -0.03,-0.7393 -0.0666,-0.80611 -0.16438,-0.30019 -0.37622,-0.76632 -0.4209,-0.92619 -0.0786,-0.28128 -0.21693,-0.55976 -0.27795,-0.55976 -0.0311,0 -0.0565,-0.0344 -0.0565,-0.0762 0,-0.042 -0.15262,-0.21505 -0.3391,-0.38484 -0.1865,-0.16965 -0.29576,-0.30812 -0.24282,-0.30754 0.11849,10e-4 0.90866,-0.36596 0.94303,-0.4384 0.0535,-0.11248 0.54561,-0.0491 0.70625,0.0911 0.0906,0.0788 0.30652,0.21007 0.48004,0.29113 0.1736,0.0813 0.50382,0.31569 0.73399,0.52115 0.2303,0.20551 0.44984,0.37361 0.48814,0.37361 0.0383,0 0.0696,0.046 0.0696,0.10257 0,0.17228 0.29504,0.26445 0.74836,0.23374 0.2784,-0.0195 0.47517,-0.0726 0.5615,-0.15359 0.20817,-0.19487 0.44904,-0.2527 1.05385,-0.2527 0.34682,0 0.59808,-0.0335 0.65842,-0.0876 0.0537,-0.0479 0.16898,-0.13375 0.25617,-0.1903 0.0871,-0.0567 0.15861,-0.13885 0.15861,-0.18249 0,-0.0629 0.67745,-0.44929 0.78802,-0.44929 0.0138,0 0.0505,0.11816 0.0791,0.2624 0.0286,0.14425 0.11411,0.3133 0.19019,0.37555 0.0758,0.0621 0.1381,0.14663 0.1381,0.18769 0,0.0411 0.0671,0.0946 0.14939,0.11889 0.0821,0.0243 0.16967,0.12108 0.1948,0.21463 0.0251,0.0937 0.0756,0.17031 0.11228,0.17031 0.0367,0 0.0666,0.0787 0.0666,0.17489 0,0.0962 0.0337,0.17487 0.0747,0.17487 0.041,0 0.0747,0.12603 0.0747,0.27989 0,0.15403 0.03,0.27987 0.0669,0.27987 0.0369,0 0.0798,0.36998 0.0957,0.82216 0.0161,0.45218 0.0659,0.88515 0.11112,0.96212 0.0454,0.0769 0.12818,0.23439 0.18397,0.34984 0.0558,0.1154 0.160676,0.26084 0.232856,0.32308 0.0722,0.0621 0.13118,0.13507 0.13118,0.16206 0,0.0606 0.3391,0.48817 0.62464,0.78747 0.11757,0.12312 0.31088,0.24398 0.4296,0.2684 0.11873,0.0243 0.21578,0.0664 0.21578,0.0937 0,0.027 0.15977,0.0903 0.35489,0.1406 0.19527,0.0504 0.39637,0.10316 0.44704,0.11758 0.10143,0.0287 0.044,0.2445 -0.0867,0.32661 -0.11573,0.0726 -0.0929,1.33533 0.0284,1.57509 0.0539,0.10666 0.1351,0.27257 0.18005,0.36879 0.15999,0.34204 0.65562,0.90961 0.79415,0.90961 0.0281,0 0.0897,0.0787 0.13648,0.17487 0.0468,0.0963 0.13626,0.17488 0.19873,0.17488 0.0625,0 0.11366,0.0309 0.11366,0.0686 0,0.0377 0.0841,0.0884 0.18673,0.11249 0.10282,0.024 0.18673,0.072 0.18673,0.10621 0,0.0344 0.0673,0.0624 0.1494,0.0624 0.0823,0 0.14939,0.0315 0.14939,0.0699 0,0.10519 1.53436,0.0895 1.73433,-0.0173 0.23567,-0.12618 0.35173,-0.21029 0.49369,-0.35767 0.0689,-0.0717 0.16576,-0.17009 0.21532,-0.21896 0.0493,-0.0487 0.11251,-0.17335 0.14016,-0.27697 0.0277,-0.1036 0.11344,-0.22515 0.19043,-0.27018 0.077,-0.045 0.13993,-0.10796 0.13993,-0.14016 0,-0.0806 0.19757,-0.25806 0.2873,-0.25806 0.0406,0 0.0855,-0.0331 0.10005,-0.0734 0.0138,-0.0404 0.21993,-0.0921 0.45669,-0.11496 0.23685,-0.0229 0.44842,-0.0686 0.47018,-0.10169 0.0832,-0.12618 0.5271,-0.0606 0.69018,0.10184 0.26766,0.26681 0.21348,0.53858 -0.1925,0.96753 -0.19526,0.20615 -0.3801,0.38542 -0.41093,0.39824 -0.0309,0.0131 -0.056,0.0836 -0.056,0.15749 0,0.0739 -0.0337,0.13404 -0.0747,0.13404 -0.0443,0 -0.0747,0.25655 -0.0747,0.62975 0,0.37318 0.0304,0.62973 0.0747,0.62973 0.041,0 0.0747,0.0787 0.0747,0.17489 0,0.0963 0.0337,0.17487 0.0747,0.17487 0.14432,0 0.0728,0.18727 -0.10536,0.27657 -0.15768,0.0791 -0.20102,0.0721 -0.34753,-0.0558 -0.2091,-0.18247 -0.29416,-0.13754 -0.29416,0.15555 0,0.2142 -0.26162,0.53325 -0.43743,0.53325 -0.0346,0 -0.14016,0.0629 -0.235,0.13987 -0.0947,0.0769 -0.21025,0.13988 -0.25645,0.13988 -0.0463,0 -0.13256,0.0629 -0.19181,0.13987 -0.11965,0.15532 -0.19227,0.17487 -0.26152,0.0699 z m -7.172456,-5.83404 c 0.11965,-0.0819 0.1563,-0.0819 0.24377,0 0.12241,0.11466 0.392736,0.12471 0.630436,0.0232 0.36534,-0.15597 0.47765,-0.7768 0.1955,-1.0807 -0.13095,-0.14119 -0.23213,-0.17553 -0.516766,-0.17553 -0.21002,0 -0.37158,0.0356 -0.39745,0.0876 -0.0348,0.0699 -0.0523,0.0699 -0.0871,0 -0.0701,-0.14075 -0.77831,-0.11321 -0.89842,0.035 -0.16553,0.204 -0.12195,0.29731 0.13878,0.29846 0.16967,8.9e-4 0.2114,0.0195 0.13855,0.0629 -0.0574,0.034 -0.0844,0.1103 -0.0602,0.16944 0.0302,0.0739 -0.007,0.11452 -0.11988,0.12952 -0.10143,0.0131 -0.17267,0.0796 -0.18697,0.17248 -0.0464,0.3052 0.59617,0.49922 0.91969,0.27771 z"
id="Maryhill" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 70.288469,96.120633 c -0.89944,-0.4613 -1.67432,-0.83873 -1.72197,-0.83873 -0.0477,0 -0.38739,-0.37255 -0.75496,-0.82788 -0.6826,-0.84556 -1.82892,-1.55116 -2.52004,-1.55116 -0.3071,0 -0.3204,-0.0434 -0.22478,-0.734682 0.10053,-0.72525 0.29221,-1.03357 1.30802,-2.10309 0.23552,-0.24795 0.64654,-0.76914 0.91337,-1.15814 0.63517,-0.92599 1.60308,-1.69009 2.29167,-1.80911 0.55456,-0.0959 1.22323,-0.55116 1.22323,-0.83294 0,-0.0835 0.13301,-0.2296 0.29546,-0.32464 0.25935,-0.15164 0.32139,-0.12574 0.50771,0.21159 0.48382,0.87623 0.75339,0.96812 3.530296,1.20341 0.76667,0.065 1.19542,0.23441 1.19542,0.47242 0,0.14206 0.098,0.18595 0.30314,0.1358 0.52059,-0.12749 2.38658,0.19183 2.38658,0.40835 0,0.10622 0.036,0.19313 0.08,0.19313 0.11181,0 0.85082,-0.44994 1.08869,-0.66282 0.10858,-0.097 0.512,-0.34686 0.89658,-0.55486 0.38456,-0.20812 0.73778,-0.42998 0.78493,-0.4932 0.047,-0.0632 0.21532,0.0195 0.37358,0.18445 0.57287,0.59598 1.48485,1.07135 2.24207,1.16863 0.45579,0.0587 0.93312,0.23088 1.19542,0.43157 0.24017,0.18378 0.57116,0.43545 0.73553,0.55937 0.27005,0.20354 0.30062,0.4053 0.31713,2.09188 l 0.0184,1.866592 -0.61598,0.0849 c -0.33879,0.0466 -1.25478,0.14337 -2.03557,0.21463 -2.61564,0.23875 -3.80404,0.75908 -4.70703,2.06092 -0.67853,0.97828 -0.2872,0.85699 -3.95988,1.22731 -3.322446,0.33504 -3.264346,0.34208 -5.146956,-0.62346 z m 5.432456,-4.046702 c 0.1291,-0.0765 0.31268,-0.0654 0.4735,0.0287 0.41386,0.24205 0.76029,-0.11496 0.70549,-0.72715 l -0.045,-0.50175 -0.93054,-0.0267 c -1.01351,-0.0291 -1.24865,0.10519 -0.84547,0.48266 0.24119,0.22587 0.24188,0.24715 0.009,0.28906 -0.29603,0.0535 -0.31864,0.18508 -0.0715,0.41657 0.2121,0.19856 0.41536,0.20965 0.70388,0.0386 z"
id="Hillhead" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 91.567355,108.46567 c -0.28409,-0.12661 -0.53895,-0.27967 -0.56634,-0.33977 -0.0274,-0.0602 -0.17866,-0.10928 -0.33621,-0.10928 -0.15746,0 -0.2864,-0.0946 -0.2864,-0.20985 0,-0.12428 -0.13716,-0.21007 -0.33623,-0.21051 -0.18489,-2.6e-4 -0.53955,-0.11671 -0.78809,-0.2586 -0.24852,-0.14192 -0.71923,-0.33975 -1.04599,-0.43957 -0.32679,-0.1 -0.63596,-0.24177 -0.68707,-0.31543 -0.0512,-0.0736 -0.55543,-0.18856 -1.12073,-0.2556 -0.56528,-0.0669 -1.33039,-0.20007 -1.70021,-0.29608 -0.39671,-0.10272 -1.51498,-0.17052 -2.72711,-0.16531 l -2.05466,0.009 -4.9e-4,-0.36355 c -4.4e-4,-0.20007 0.0756,-1.30817 0.16922,-2.46269 0.15722,-1.94265 0.14592,-2.22121 -0.1487,-3.736857 -0.1752,-0.90076 -0.31855,-1.86237 -0.31855,-2.1369 0,-0.45246 0.35521,-1.12396 0.92832,-1.75498 0.66448,-0.73158 2.51558,-1.22247 5.29135,-1.40315 1.0785,-0.0702 2.12226,-0.18509 2.31941,-0.2553 0.4575,-0.16294 5.00841,0.60858 8.46261,1.43458 1.02877,0.24602 1.23063,0.34936 2.863642,1.46613 1.057033,0.72286 1.567793,0.93391 2.652553,1.09608 l 0.47701,0.0712 -0.66508,0.47542 c -0.36581,0.26149 -0.71494,0.47684 -0.77587,0.47856 -0.38776,0.0102 -0.79187,0.55574 -0.9318,1.256357 -0.0846,0.42333 -0.284633,0.93674 -0.444603,1.14092 -0.23231,0.29649 -0.26364,0.46011 -0.15561,0.81269 0.23432,0.76514 0.10098,0.84482 -0.91707,0.54807 -0.495542,-0.14453 -1.059132,-0.26261 -1.252442,-0.26261 -0.19319,0 -0.39858,-0.0715 -0.45621,-0.1588 -0.13233,-0.20051 -1.21834,0.87766 -1.48911,1.47844 -0.10651,0.23628 -0.31867,0.55554 -0.47151,0.70947 -0.15285,0.15404 -0.43959,0.52668 -0.63718,0.82834 -0.19757,0.30165 -0.53798,0.71098 -0.75639,0.90963 -0.21855,0.19856 -0.50276,0.65569 -0.63186,1.0157 -0.12909,0.36002 -0.39468,0.87499 -0.5902,1.14445 l -0.35546,0.48992 z m -1.27436,-7.24625 c 0.2481,-0.23234 0.30588,-0.7183 0.11827,-0.99459 -0.16414,-0.241787 -1.76402,-0.21354 -1.98428,0.035 -0.14639,0.16509 -0.10536,0.19985 0.23485,0.19985 h 0.41201 l -0.39371,0.29006 c -0.55693,0.41024 -0.4941,0.52684 0.31607,0.58668 0.39037,0.0289 0.78904,0.0637 0.88591,0.0775 0.0968,0.0131 0.28176,-0.0736 0.41091,-0.19465 z"
id="City_centre" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 77.527435,105.77698 c -1.22966,-0.10767 -3.13802,-0.53226 -3.13802,-0.69797 0,-0.0576 -0.28577,-0.13551 -0.63506,-0.17316 -0.34931,-0.0376 -1.105786,-0.24211 -1.681086,-0.45458 -0.57531,-0.21246 -1.48309,-0.54446 -2.01729,-0.73773 -0.53422,-0.19334 -1.2739,-0.47823 -1.64375,-0.63326 -0.36983,-0.15509 -1.23524,-0.46028 -1.92314,-0.67836 -0.68792,-0.21812 -1.32699,-0.45581 -1.4202,-0.52824 -0.0931,-0.0724 -0.40452,-0.15251 -0.69184,-0.17814 l -0.52242,-0.0465 -0.0445,-0.87466 c -0.0436,-0.858847 -0.20057,-1.110087 -0.39585,-0.63365 -0.068,0.16597 -0.13211,0.1903 -0.2061,0.0784 -0.21048,-0.319057 -1.24841,-0.883397 -1.86212,-1.012537 -0.34327,-0.0724 -0.64774,-0.19768 -0.67662,-0.27884 -0.029,-0.0813 -0.21118,-0.14751 -0.4048,-0.14751 -0.19388,0 -0.39436,-0.0637 -0.44572,-0.14147 -0.0514,-0.0778 -0.52832,-0.33197 -1.05987,-0.56471 l -0.96648,-0.42316 0.56177,-0.49618 c 0.30897,-0.2729 0.78288,-0.5827 1.05316,-0.68845 0.27026,-0.10578 0.53125,-0.28958 0.57999,-0.40852 0.0486,-0.11889 0.17105,-0.21614 0.27185,-0.21614 0.10075,0 0.37939,-0.18727 0.61908,-0.41596 0.23971,-0.22877 0.5143,-0.41768 0.61018,-0.41981 0.0959,-0.001 0.20265,-0.0826 0.23704,-0.17879 0.0888,-0.24736 2.18489,-0.21985 2.35035,0.0309 0.0961,0.14555 0.20979,0.1253 0.54764,-0.0975 0.2345,-0.15468 0.57768,-0.32535 0.76259,-0.37912 0.18489,-0.0539 0.33621,-0.15641 0.33621,-0.22827 0,-0.52716 1.2704,0.37569 1.6624,1.18143 0.1494,0.30692 0.32218,0.40763 2.95214,1.72004 1.25306,0.62532 1.63914,0.75762 2.00874,0.68841 0.25163,-0.0472 1.402766,-0.14773 2.558076,-0.22352 1.15531,-0.0758 2.47631,-0.1764 2.93552,-0.22352 l 0.83491,-0.0858 0.34348,1.85935 c 0.30315,1.640977 0.33128,2.115257 0.23941,4.038827 -0.11389,2.3862 -0.18213,2.81983 -0.43841,2.78809 -0.0938,-0.0102 -0.67492,-0.0654 -1.29131,-0.11933 z m -7.760506,-4.90234 c 0.15907,-0.0797 0.28905,-0.2686 0.28905,-0.41984 0,-0.15119 0.0673,-0.27496 0.14939,-0.27496 0.0823,0 0.14939,0.16206 0.14939,0.36012 0,0.26735 0.0673,0.34817 0.2615,0.31371 0.35841,-0.0637 0.4589,-1.058337 0.11919,-1.180387 -0.12933,-0.0465 -0.32916,-0.0102 -0.44408,0.078 -0.14316,0.11117 -0.23948,0.11627 -0.30579,0.0152 -0.148,-0.22415 -0.93178,-0.17596 -1.0298,0.0632 -0.0505,0.12312 -0.002,0.209857 0.11758,0.209857 0.35496,0 0.3994,0.39814 0.0498,0.4461 -0.30387,0.0417 -0.30645,0.0549 -0.0558,0.28861 0.30797,0.28704 0.32234,0.28908 0.69954,0.10009 z"
id="Yorkhill" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 63.702889,112.09073 0.0966,-0.65859 -1.16792,-0.23171 c -1.20458,-0.23901 -3.42561,-0.65337 -5.12781,-0.95667 -2.52548,-0.45004 -2.55925,-0.46186 -3.17594,-1.11265 -0.47532,-0.50161 -0.5715,-0.69633 -0.514,-1.04072 0.0929,-0.55615 1.37987,-3.57088 2.24206,-5.25165 0.37508,-0.7312 0.77024,-1.59984 0.87814,-1.93028 0.24139,-0.73935 0.22523,-0.74185 2.49208,0.3858 0.93401,0.46462 1.78059,0.84477 1.88131,0.84477 0.2639,0 0.58746,-1.02537 0.46626,-1.47757 l -0.10259,-0.38296 0.52065,0.40549 c 0.32243,0.25113 0.48897,0.4854 0.43744,0.61539 -0.2525,0.63721 -0.22984,0.83965 0.0941,0.83965 0.34885,0 2.67893,0.66874 2.92448,0.83931 0.0823,0.0571 0.4184,0.18139 0.74714,0.27635 0.55802,0.16119 3.47703,1.20538 4.48291,1.60377 1.13682,0.45027 2.117356,0.77913 2.323136,0.77913 0.12403,0 0.38527,0.10491 0.58072,0.23308 0.1955,0.12822 0.52982,0.24502 0.74304,0.25958 0.21325,0.0152 1.26185,0.14946 2.33027,0.29965 1.59218,0.2239 2.34663,0.25624 4.1826,0.17922 1.23199,-0.0517 2.40874,-0.0433 2.615,0.0195 0.20634,0.0619 0.75245,0.18205 1.21378,0.26681 l 0.83874,0.15403 -0.13002,0.65156 c -0.0715,0.35836 -0.27964,0.93819 -0.46255,1.28852 -0.18281,0.3503 -0.35221,0.85734 -0.37623,1.12674 -0.0738,0.82608 -0.1819,1.11952 -0.41271,1.11952 -0.12172,0 -0.22132,0.093 -0.22132,0.20639 0,0.16031 -0.10835,0.18379 -0.48565,0.10519 -0.2671,-0.0556 -1.09083,-0.10126 -1.8305,-0.1014 -1.01856,-2.4e-4 -1.47177,0.0624 -1.86788,0.25773 -1.34512,0.66356 -2.31867,0.78878 -5.70226,0.73329 -1.753826,-0.0287 -4.264696,-0.0965 -5.579676,-0.15055 -2.10026,-0.0863 -2.55128,-0.0641 -3.71054,0.18249 l -1.31966,0.28078 z m 4.89222,-3.67897 c -0.12748,-0.11933 -0.13095,-0.21507 -0.0138,-0.34809 0.28714,-0.32401 0.0281,-0.62902 -0.49337,-0.58081 -0.55541,0.0513 -0.77562,0.39379 -0.25324,0.39379 h 0.34456 l -0.33211,0.21785 c -0.49831,0.32686 -0.40328,0.48186 0.2955,0.48186 0.48108,0 0.58657,-0.0385 0.45185,-0.16467 z"
id="Ibrox" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 52.049699,109.26283 c -0.41093,-0.0672 -1.38597,-0.24402 -2.16673,-0.39334 -1.38356,-0.26456 -3.61753,-0.67353 -5.479971,-1.00317 -0.62441,-0.11059 -0.8993,-0.21946 -0.85103,-0.3373 0.0475,-0.11583 -0.14385,-0.20029 -0.57196,-0.25234 -1.3654,-0.16619 -2.46988,-0.42456 -3.29561,-0.77065 -0.47258,-0.19813 -0.85924,-0.40731 -0.85924,-0.46492 0,-0.0576 -0.13532,-0.14483 -0.30048,-0.194 -0.16529,-0.0491 -0.40975,-0.28951 -0.54326,-0.53421 -0.13348,-0.24469 -0.3311,-0.49348 -0.4391,-0.55285 -0.1079,-0.0593 -0.47807,-0.51592 -0.82242,-1.01457 -0.34433,-0.49866 -0.68395,-0.90664 -0.75471,-0.90664 -0.0708,0 -0.12863,-0.0656 -0.12863,-0.14576 0,-0.0801 -0.0664,-0.22191 -0.14754,-0.31487 -0.25774,-0.29535 -1.10837,-1.40834 -1.51963,-1.98826 -0.21832,-0.30787 -0.73562,-0.906127 -1.14957,-1.329427 l -0.75263,-0.76968 0.45178,-0.0447 c 0.33181,-0.0328 0.42877,-0.10097 0.3651,-0.25636 -0.0477,-0.11641 -0.0867,-0.29711 -0.0867,-0.40161 0,-0.10447 -0.2585,-0.46965 -0.57445,-0.81152 l -0.57441,-0.62155 -0.11779,-1.87092 c -0.0648,-1.029 -0.1079,-1.996882 -0.0959,-2.150812 0.0116,-0.15402 0.0233,-0.70724 0.0251,-1.22957 0.002,-0.5727 0.0606,-0.91664 0.14731,-0.86638 0.0791,0.0459 0.14408,0.19966 0.14408,0.34186 0,0.179 0.0818,0.23846 0.26604,0.19335 0.1464,-0.0359 0.64182,0.14322 1.10105,0.39793 0.45925,0.25469 1.58056,0.80946 2.49184,1.23276 1.16873,0.542932 1.65878,0.843292 1.66342,1.019512 0.005,0.20876 0.0574,0.22438 0.31496,0.0952 0.18627,-0.0934 0.37854,-0.10491 0.48565,-0.0291 0.81974,0.58073 4.27738,1.18183 8.545281,1.48559 0.24656,0.0173 0.58277,0.0988 0.74715,0.18054 0.16437,0.0817 0.93766,0.18899 1.71844,0.23861 0.78078,0.0495 1.44199,0.15271 1.4694,0.22912 0.0274,0.0765 0.19895,0.13899 0.38114,0.13899 0.46608,0 1.13551,0.31454 1.13689,0.53422 0.001,0.11889 0.10443,0.15358 0.29212,0.0979 0.28796,-0.0855 2.78965,1.05213 3.57701,1.62677 0.19595,0.14323 0.44256,0.26008 0.54791,0.26008 0.10536,0 0.21394,0.0554 0.24135,0.12297 0.0733,0.18096 2.20209,1.13663 2.5318,1.13663 0.15538,0 0.28245,0.0491 0.28245,0.10927 0,0.0602 0.19642,0.17879 0.43646,0.26356 0.32259,0.11408 0.47746,0.293377 0.59368,0.687547 0.0865,0.29326 0.12541,0.56295 0.0867,0.59926 -0.0387,0.0363 -0.81776,-0.29073 -1.73106,-0.72681 -1.42211,-0.679017 -1.77843,-0.792857 -2.4817,-0.792857 -0.68984,0 -0.80658,0.0357 -0.72986,0.22291 0.30408,0.742087 0.25606,0.918417 -0.86592,3.179297 -0.62482,1.25907 -1.13684,2.37833 -1.13786,2.48724 -9.9e-4,0.10884 -0.23634,0.70116 -0.52299,1.31612 -0.56353,1.20892 -0.6459,1.82268 -0.3018,2.24873 0.41999,0.52003 0.32238,0.55082 -1.04124,0.32838 z m -7.247341,-8.03343 c 0,-0.64291 -0.23618,-0.83407 -0.56193,-0.4548 -0.25083,0.29207 -0.0461,1.08454 0.28003,1.08454 0.23448,0 0.2819,-0.10607 0.2819,-0.62974 z"
id="Govan" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 44.877078,121.46102 c -0.62151,-0.0986 -1.63864,-0.63227 -2.01526,-1.05728 -0.49515,-0.55875 -0.2577,-1.8449 0.65345,-3.53933 0.29698,-0.55226 0.54066,-1.08439 0.54156,-1.18252 9.9e-4,-0.0982 0.26912,-0.7137 0.5961,-1.36791 0.549411,-1.09933 0.773561,-2.09914 0.470591,-2.09914 -0.0699,0 -0.327591,0.0654 -0.572581,0.14555 -0.592,0.19335 -1.24287,-0.0306 -1.24287,-0.42744 0,-0.1588 0.13925,-0.54439 0.30929,-0.85667 0.37734,-0.69269 0.29241,-0.96045 -0.30461,-0.96045 -0.51691,0 -0.57291,-0.25972 -0.24138,-1.11953 0.24767,-0.64231 -0.10742,-0.66915 5.616161,0.42435 0.78076,0.14924 2.32736,0.43209 3.43688,0.62871 1.10951,0.1966 2.6225,0.47706 3.36217,0.62318 0.73968,0.1462 2.1854,0.40238 3.21274,0.56944 2.10238,0.3419 3.75319,0.69119 3.92641,0.83082 0.16783,0.13535 -0.31217,1.95409 -0.65186,2.46986 -0.42813,0.65007 -2.38373,2.36751 -3.36109,2.95177 -0.58485,0.34963 -2.08244,1.0179 -2.28109,1.0179 -0.54831,0 -3.42177,0.74772 -4.08737,1.06358 -0.53921,0.2559 -0.79985,0.3148 -0.9151,0.20681 -0.323,-0.30247 -0.7704,-0.16422 -2.12435,0.65657 -0.16137,0.0978 -0.52855,0.27803 -0.81619,0.40056 -0.28766,0.12254 -0.56283,0.28212 -0.6115,0.35456 -0.0486,0.0723 -0.51937,0.19009 -1.04601,0.26135 -1.04648,0.14162 -0.99622,0.14147 -1.854091,0.004 z m 7.392431,-6.12246 c 0.0387,-0.0331 -0.0242,-0.11496 -0.13993,-0.18183 -0.16576,-0.0959 -0.17221,-0.16466 -0.0304,-0.32449 0.0989,-0.11161 0.13787,-0.30529 0.0865,-0.43051 -0.0726,-0.17747 -0.30419,-0.22764 -1.0486,-0.22764 h -0.9553 v 0.61808 c 0,0.35565 0.0761,0.64178 0.1789,0.67394 0.21186,0.0663 1.80692,-0.0404 1.90871,-0.12749 z"
id="Bellahouston" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 34.118128,112.8795 c -1.85766,-0.27303 -2.12068,-0.27755 -6.016545,-0.10389 -2.240679,0.0999 -4.115864,0.1425 -4.167043,0.0946 -0.05118,-0.0479 -0.173133,-0.4197 -0.27095,-0.82612 -0.166217,-0.69032 -0.206561,-0.73811 -0.614703,-0.72645 -0.240266,0.006 -0.55451,0.0609 -0.698342,0.11991 -0.200106,0.0822 -0.261498,0.0417 -0.261498,-0.17227 0,-0.18857 -0.133942,-0.31099 -0.410932,-0.37574 -0.225926,-0.0527 -0.622841,-0.21839 -0.881849,-0.36792 l -0.470917,-0.27188 0.231528,-0.67804 0.231528,-0.67805 -0.788251,-0.73433 c -0.781082,-0.72769 -0.795375,-0.73381 -1.573344,-0.6734 l -0.785093,0.061 0.07285,-0.50813 c 0.04219,-0.29516 -0.05902,-0.94825 -0.241926,-1.5584 -0.471355,-1.57316 -0.52537,-1.49399 0.992807,-1.45587 1.292481,0.0323 2.827971,0.26255 5.235512,0.78464 0.681075,0.14773 1.497912,0.26851 1.8152,0.26851 h 0.576941 l 0.770477,-1.43439 c 0.423748,-0.78893 0.901352,-1.65385 1.061321,-1.92203 0.159993,-0.26817 0.290845,-0.56783 0.290845,-0.66592 0,-0.0979 0.550706,-0.76027 1.223804,-1.471557 0.673098,-0.7113 1.250156,-1.32465 1.282362,-1.36302 0.03228,-0.0385 0.137167,0.0284 0.233141,0.14859 0.09613,0.12006 0.28831,0.2583 0.427347,0.30714 0.13901,0.0488 0.37439,0.26335 0.52302,0.47674 0.14869,0.21334 0.52152,0.64189 0.82869,0.952137 0.30719,0.31027 0.55935,0.60003 0.56036,0.64388 10e-4,0.0439 0.20472,0.29254 0.45268,0.55262 0.24795,0.26007 0.66141,0.82236 0.91883,1.24949 0.2574,0.42716 0.54969,0.83969 0.64952,0.91677 0.30596,0.23622 1.41773,1.69518 1.41773,1.86048 0,0.21923 1.467,1.56829 1.70539,1.56829 0.10836,0 0.36787,0.12603 0.57683,0.27988 0.20886,0.15402 0.5442,0.27989 0.745,0.27989 0.2008,0 0.56002,0.0574 0.7983,0.12749 0.23826,0.0702 0.75264,0.20985 1.143,0.31043 0.3904,0.10053 0.70981,0.24352 0.70981,0.31767 0,0.074 -0.17498,0.59655 -0.38876,1.16091 -0.40763,1.07583 -0.39553,1.44057 0.048,1.44416 0.56788,0.004 0.618,0.18508 0.24944,0.89856 -0.19618,0.37996 -0.35682,0.70323 -0.35682,0.71839 0,0.0152 0.14846,0.0638 0.32969,0.10826 0.18143,0.0443 0.2908,0.11714 0.24326,0.16162 -0.0698,0.0654 -6.13989,0.51332 -6.40071,0.47226 -0.041,-0.006 -0.94889,-0.14016 -2.01729,-0.29727 z m -3.688032,-4.70439 c 0.123573,-0.0734 0.179359,-0.32074 0.149392,-0.66257 l -0.04771,-0.54552 -0.707242,-0.0249 c -0.620904,-0.022 -0.744033,0.0235 -1.008643,0.37145 -0.165756,0.21802 -0.301404,0.46541 -0.301404,0.54974 0,0.13929 0.123573,0.16815 0.925951,0.21638 0.139478,0.009 0.301957,0.0606 0.361135,0.11598 0.141318,0.13229 0.384258,0.12443 0.628467,-0.0195 z"
id="Penilee" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 25.563581,120.28293 c -0.266962,-0.0822 -0.523641,-0.2621 -0.570439,-0.40016 -0.0468,-0.13812 -0.147775,-0.25101 -0.224543,-0.25101 -0.07654,0 -0.139244,-0.0676 -0.139244,-0.1499 0,-0.42589 -0.840399,-0.82966 -1.726905,-0.82966 -0.605781,0 -0.675403,-0.0284 -0.514535,-0.20985 0.124259,-0.14017 0.137631,-0.26797 0.03988,-0.38484 -0.08046,-0.0962 -0.181894,-0.31158 -0.225465,-0.47864 -0.06063,-0.23219 0.0015,-0.32271 0.263987,-0.38439 0.29707,-0.0698 0.352353,-0.18878 0.411485,-0.88577 0.03758,-0.44282 0.159762,-1.19873 0.271642,-1.67976 0.183968,-0.79114 0.239274,-0.87467 0.580053,-0.87488 0.207253,-1.2e-4 2.1883,-0.0947 4.402422,-0.21029 3.555889,-0.18553 4.161439,-0.18596 5.189249,-0.004 0.63997,0.11365 1.68741,0.24764 2.32768,0.29764 1.27337,0.0995 5.94388,-0.14663 7.13608,-0.37598 0.41093,-0.0791 0.90006,-0.17313 1.08693,-0.2092 0.33896,-0.0654 0.33919,-0.0641 0.0941,0.46284 -0.13509,0.29055 -0.50736,1.11786 -0.82712,1.83846 -0.31975,0.72061 -0.78234,1.71685 -1.02798,2.21387 -0.24564,0.49699 -0.44662,1.05589 -0.44662,1.24196 v 0.33832 l -0.82747,-0.34269 c -0.92682,-0.38386 -1.36272,-0.3113 -1.78889,0.29784 -0.12634,0.18053 -0.31457,0.32827 -0.41831,0.32827 -0.10375,0 -0.48401,-0.31228 -0.84506,-0.69395 -0.87765,-0.92776 -2.07527,-1.45473 -3.81593,-1.67902 -1.39293,-0.17945 -2.1667,-0.38191 -2.1667,-0.56685 0,-0.0589 -0.23709,-0.21246 -0.526872,-0.34114 -0.601723,-0.26741 -0.989741,-0.19727 -1.613964,0.29137 -0.560205,0.43859 -0.903474,0.41702 -1.472854,-0.0925 -0.628166,-0.5622 -1.093781,-0.65742 -1.705695,-0.34881 -0.473546,0.23883 -0.807225,0.79373 -0.807225,1.34241 0,0.13682 0.434216,0.67164 0.964935,1.18863 l 0.964957,0.93997 -0.537196,0.39981 c -0.570371,0.42448 -0.73532,0.44766 -1.504483,0.21138 z m 7.254507,-4.4576 c 0.0987,-0.0924 0.17936,-0.28129 0.17936,-0.41982 0,-0.13856 0.0673,-0.25189 0.14939,-0.25189 0.0823,0 0.14939,0.1575 0.14939,0.34984 0,0.21771 0.0846,0.34987 0.22408,0.34987 0.16599,0 0.22408,-0.16335 0.22408,-0.62976 0,-0.6458 -0.19872,-0.80746 -0.56783,-0.4618 -0.13948,0.13055 -0.17936,0.12866 -0.17936,-0.009 0,-0.1151 -0.16921,-0.1614 -0.48565,-0.13302 -0.4471,0.0404 -0.48945,0.0871 -0.53334,0.58937 -0.0609,0.69476 0.39698,1.03057 0.83966,0.61601 z"
id="Crookston" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 42.840678,126.20902 c -0.0468,-0.41303 -0.13372,-0.51345 -0.55389,-0.64064 -0.27406,-0.0831 -0.55746,-0.24037 -0.62978,-0.34984 -0.098,-0.14837 -0.48531,-0.2003 -1.51901,-0.2042 -0.76314,-0.001 -1.62289,-0.0761 -1.91055,-0.16229 -0.28764,-0.0864 -1.21774,-0.19486 -2.06688,-0.24109 -1.07079,-0.0583 -1.61209,-0.14794 -1.76646,-0.29246 -0.12242,-0.11467 -0.28504,-0.20856 -0.36137,-0.20856 -0.0763,0 -0.13878,-0.0723 -0.13878,-0.16097 0,-0.4114 -0.82453,-1.69681 -1.18267,-1.84372 -0.21256,-0.0871 -0.43901,-0.23666 -0.50336,-0.33223 -0.0643,-0.0956 -0.40058,-0.24441 -0.74717,-0.33084 -0.346563,-0.0864 -0.730983,-0.23679 -0.85425,-0.33418 -0.368514,-0.29112 -1.19229,-0.49658 -1.990938,-0.49658 h -0.750905 l 0.324918,-0.3239 c 0.545634,-0.54393 0.420753,-0.90807 -0.661732,-1.92966 l -0.986629,-0.9311 0.254305,-0.3635 0.254305,-0.36345 0.694977,0.5409 c 0.985383,0.76698 1.158562,0.78578 2.139772,0.23223 l 0.845172,-0.4768 0.792565,0.47819 c 0.67755,0.4088 0.92337,0.47836 1.69417,0.4794 1.27307,0.001 2.78802,0.50883 3.52712,1.18059 0.32298,0.29356 0.58722,0.58342 0.58722,0.64416 0,0.18226 0.98236,0.693 1.33326,0.693 0.17959,0 0.54158,-0.18857 0.80423,-0.4192 0.26263,-0.23053 0.59223,-0.41946 0.73239,-0.41981 0.32614,-8.7e-4 1.24935,0.58416 1.62192,1.02773 0.43004,0.512 1.76455,1.27082 2.5709,1.46186 1.615671,0.38274 3.047971,0.15315 4.756941,-0.76238 1.29945,-0.69621 1.52786,-0.75347 1.03131,-0.25847 -0.19296,0.19247 -0.4401,0.34986 -0.54905,0.34986 -0.10904,0 -0.19803,0.053 -0.19803,0.11772 0,0.16294 -1.19595,0.74936 -2.5662,1.25845 -2.330051,0.86575 -3.226571,1.67376 -3.829741,3.45185 l -0.14248,0.41981 z m -4.75577,-3.71622 c 0.0904,-0.10185 0.14247,-0.3622 0.11596,-0.57854 -0.0468,-0.38218 -0.0761,-0.39445 -1.03892,-0.4343 l -0.99073,-0.0411 -0.0784,0.46081 c -0.0498,0.29373 -0.007,0.51454 0.12081,0.60888 0.29243,0.21742 1.67478,0.20573 1.87112,-0.0152 z"
id="Corkerhill" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 56.682009,144.67281 c -1.2932,-0.3555 -2.27314,-1.74567 -2.67572,-3.79583 -0.40688,-2.07199 -0.48448,-1.92711 2.30059,-4.29436 0.45114,-0.38347 0.77815,-0.73669 0.72668,-0.78492 -0.0881,-0.0823 -3.76923,1.56669 -4.90915,2.19923 -0.5703,0.31645 -1.67494,0.99767 -2.61502,1.6126 -1.41563,0.92606 -4.19137,1.95038 -5.939831,2.19201 -0.65403,0.0903 -0.7098,0.0752 -0.7098,-0.19486 0,-0.48014 -0.58706,-1.96433 -0.90234,-2.28126 -0.16114,-0.16206 -0.29308,-0.33995 -0.29308,-0.39535 0,-0.0554 -0.29781,-0.44309 -0.6618,-0.86157 -1.34071,-1.54137 -1.25295,-3.27004 0.24531,-4.83168 0.42241,-0.44025 0.80815,-0.83196 0.85721,-0.87046 0.0491,-0.0385 0.21048,-0.24818 0.35853,-0.46604 0.29515,-0.43398 0.42034,-0.85813 1.14295,-3.87214 0.26756,-1.11603 0.57883,-2.09908 0.6917,-2.18453 0.11296,-0.0854 0.20518,-0.21848 0.20518,-0.29563 0,-0.0771 0.19873,-0.3744 0.44155,-0.66057 0.414181,-0.4881 1.055491,-0.85597 2.472351,-1.41818 1.7301,-0.68653 2.52191,-1.1242 3.40528,-1.88225 0.53569,-0.4597 1.02658,-0.83583 1.09087,-0.83583 0.0643,0 0.25572,-0.11597 0.42539,-0.25781 0.40355,-0.33732 1.7758,-0.81728 2.62464,-0.91805 0.36985,-0.0439 0.82636,-0.12006 1.01447,-0.16943 0.28444,-0.0745 0.37175,-0.0152 0.51841,0.34796 0.097,0.24067 0.24569,0.43898 0.33041,0.44067 0.0846,0.001 0.32213,0.12618 0.52758,0.27679 0.20541,0.15055 0.53279,0.27507 0.72739,0.27676 0.2114,0.001 0.59794,0.23178 0.96044,0.57126 0.33366,0.31247 0.71238,0.62156 0.84164,0.68686 0.12934,0.0654 0.70266,0.44254 1.27423,0.8383 0.57159,0.39577 1.25559,0.81574 1.52004,0.93326 0.77373,0.34385 0.95398,0.97404 0.92549,3.23566 -0.0235,1.87177 -0.19895,2.69405 -0.57473,2.69405 -0.2167,0 -0.17613,0.64172 0.0519,0.81885 0.14869,0.11554 0.48879,0.0173 1.3794,-0.40268 1.35899,-0.63937 1.50492,-0.66287 1.64006,-0.26413 0.0544,0.16055 0.66254,0.86736 1.35136,1.57059 1.42548,1.45528 1.36125,1.1579 0.79862,3.69768 -0.15745,0.71061 -0.28628,1.62373 -0.28635,2.02915 -1.1e-4,0.78704 -0.58247,2.14548 -1.16153,2.70949 -0.16553,0.1612 -0.41744,0.50752 -0.55991,0.76968 -0.34977,0.6436 -0.34589,0.64174 -0.60723,0.29227 -0.22892,-0.30613 -0.2339,-0.3038 -1.20011,0.56822 -0.99873,0.90139 -2,2.16625 -2,2.52651 0,0.11233 -0.10213,0.28343 -0.22684,0.38044 -0.18351,0.14278 -0.27651,0.13929 -0.48565,-0.0173 -0.60691,-0.45571 -1.06444,-0.58615 -2.26947,-0.64716 -1.60629,-0.0813 -2.09856,0.0734 -2.09856,0.65934 0,0.45676 -0.005,0.45849 -0.67243,0.27483 z m -2.00551,-15.97982 c 0.009,-0.13988 0.027,-0.13988 0.0871,0 0.13901,0.32252 0.42181,0.17226 0.68553,-0.36434 0.14385,-0.29263 0.26149,-0.57436 0.26149,-0.62612 0,-0.0517 -0.3621,-0.0941 -0.80466,-0.0941 -0.69037,0 -0.83897,0.0491 -1.04602,0.34494 -0.30122,0.43054 -0.30675,0.63465 -0.0161,0.63465 0.12335,0 0.22409,0.063 0.22409,0.13988 0,0.20529 0.59561,0.17118 0.60951,-0.035 z"
id="Pollokshaws" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 20.199107,135.58605 c -0.176591,-0.0667 -0.368767,-0.19378 -0.427231,-0.28235 -0.05856,-0.0886 -0.303571,-0.27344 -0.544643,-0.41073 -0.50536,-0.28782 -3.415655,-2.78058 -3.411368,-2.92194 0.0015,-0.0519 0.238375,-0.34627 0.526224,-0.65415 0.287825,-0.30787 0.591764,-0.79606 0.675426,-1.08492 0.08461,-0.29243 0.315029,-0.62512 0.519792,-0.75078 0.444843,-0.27295 0.478179,-0.77424 0.115268,-1.73137 l -0.252553,-0.66588 0.457938,-1.03221 c 1.061668,-2.39304 1.58713,-3.70598 1.57422,-3.93324 -0.0069,-0.13317 0.0491,-0.2786 0.126104,-0.32314 0.077,-0.0446 0.140166,-0.28193 0.140396,-0.52754 4.38e-4,-0.50274 0.443899,-1.26998 0.850681,-1.47245 0.148234,-0.0739 0.848559,-0.179 1.556307,-0.23376 1.218779,-0.0946 1.303731,-0.0826 1.60638,0.22155 0.175669,0.17662 0.319547,0.37231 0.319547,0.43477 0,0.27217 0.688498,0.71641 1.494246,0.96413 0.658621,0.20247 1.245821,0.26257 2.396268,0.24522 1.283559,-0.0195 1.545841,0.0131 1.663255,0.21029 0.07677,0.12836 0.23088,0.23327 0.34269,0.23327 0.246306,0 1.811724,0.6838 2.299564,1.00448 0.64665,0.4251 0.97616,1.30914 0.54561,1.46387 -0.34754,0.12487 -0.2654,0.47033 0.11203,0.47129 0.18489,4.3e-4 0.53796,0.10257 0.78452,0.22703 0.28766,0.14512 1.15708,0.27909 2.4266,0.37389 1.70125,0.12706 1.99041,0.18335 2.06471,0.40272 0.0975,0.2876 0.60791,0.32273 1.71001,0.11773 0.9126,-0.16987 1.77407,0.0693 1.97738,0.54885 0.32677,0.77073 0.49222,1.02438 0.72364,1.10937 0.21762,0.08 0.20725,0.22991 -0.1072,1.55781 -0.39719,1.67727 -0.81721,2.62161 -1.32139,2.97097 -0.32557,0.2256 -0.43426,0.22737 -1.59538,0.0258 -1.36589,-0.23694 -1.96538,-0.37943 -4.30931,-1.02419 -0.86297,-0.23737 -1.81066,-0.432 -2.10598,-0.43248 -0.71208,-8.8e-4 -1.975238,0.41612 -2.936599,0.9701 -0.528321,0.30444 -1.093851,0.4905 -1.759111,0.57873 -0.885815,0.11758 -2.366323,0.50376 -4.052882,1.05743 -0.772414,0.25358 -1.976761,0.98638 -2.36427,1.43853 -0.871337,1.01678 -1.102035,1.12487 -1.820917,0.85324 z m 7.418832,-8.25751 c 0,-0.0769 0.1344,-0.13987 0.298869,-0.13987 0.164372,0 0.298868,0.0629 0.298868,0.13987 0,0.20639 0.403878,0.17031 0.49162,-0.0439 0.101434,-0.24755 -0.04426,-0.9198 -0.221777,-1.02246 -0.07838,-0.0455 -0.305807,0.061 -0.505176,0.23637 l -0.362518,0.31896 v -0.30428 c 0,-0.16728 -0.07977,-0.30427 -0.177053,-0.30427 -0.246397,0 -0.868847,0.56889 -0.868847,0.79407 0,0.10213 0.100744,0.18553 0.224082,0.18553 0.123346,0 0.224082,0.0629 0.224082,0.13987 0,0.0769 0.1344,0.13988 0.298867,0.13988 0.164374,0 0.298845,-0.063 0.298845,-0.13988 z"
id="Pollock" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 38.601038,141.869 c -0.73968,-0.0616 -3.90013,-0.14075 -7.02321,-0.17574 -3.131569,-0.0353 -5.97992,-0.1288 -6.350762,-0.2092 -1.319015,-0.28579 -3.806276,-0.58104 -4.89464,-0.58104 H 19.22615 l 0.100514,-0.4548 c 0.09821,-0.4442 0.160223,-0.51654 0.80538,-0.9405 0.172211,-0.11321 0.31323,-0.31786 0.31323,-0.45484 0,-0.21353 0.140397,-0.24897 0.982802,-0.24897 0.88699,0 1.025358,-0.0398 1.419576,-0.40907 0.368052,-0.34468 0.436798,-0.52085 0.436798,-1.11952 0,-0.58754 -0.04611,-0.71048 -0.265625,-0.71048 -0.31429,0 -0.929824,-0.37784 -0.929824,-0.57079 0,-0.0743 0.359292,-0.46625 0.798418,-0.87096 0.593287,-0.54681 1.063628,-0.82778 1.830531,-1.09358 1.674872,-0.58051 3.069595,-0.94298 3.929913,-1.02131 0.727551,-0.0663 1.972588,-0.54384 2.556352,-0.98058 0.123333,-0.0924 0.594393,-0.27247 1.046913,-0.40054 0.77924,-0.22057 0.88199,-0.21898 1.94257,0.03 0.6159,0.14454 1.3888,0.35481 1.71755,0.46735 0.32874,0.11248 1.33739,0.34471 2.24144,0.51598 0.90405,0.17119 1.72766,0.33516 1.83025,0.3642 0.12748,0.0361 0.0447,0.26219 -0.26149,0.71444 -0.41979,0.61988 -0.44803,0.74874 -0.44803,2.04283 0,1.52057 0.0306,1.6042 1.03951,2.83058 1.00277,1.21909 1.29825,1.72916 1.4845,2.56245 0.0911,0.40789 0.16575,0.76999 0.16575,0.80468 0,0.0895 -1.77882,0.0417 -3.36217,-0.0903 z m -6.49833,-3.90581 c 0.21071,-0.10563 0.2751,-0.28101 0.25721,-0.70123 l -0.0238,-0.56035 -0.74375,0.0245 c -0.593177,0.0195 -0.812671,0.0981 -1.084196,0.38637 -0.422182,0.44857 -0.433179,0.57161 -0.05095,0.57161 0.164372,0 0.298845,0.0704 0.298845,0.15621 0,0.086 0.127024,0.12515 0.282314,0.0871 0.155382,-0.038 0.373817,-0.0152 0.485647,0.0514 0.25599,0.15185 0.24322,0.15228 0.57877,-0.0152 z"
id="Preisthill" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 36.331948,156.5761 c -0.55282,-0.23018 -1.09869,-0.26419 -4.70703,-0.29309 -2.822734,-0.0226 -4.311747,0.0195 -4.82762,0.13856 -0.75729,0.17377 -1.110219,0.15575 -5.530114,-0.28438 -0.860133,-0.0855 -1.559466,-0.22517 -1.647877,-0.32879 -0.231044,-0.27081 -1.268413,-1.40361 -1.89605,-2.07048 -0.305461,-0.32453 -0.490374,-0.61105 -0.410954,-0.63671 0.07954,-0.0256 0.144316,-0.12996 0.144316,-0.23179 0,-0.11147 0.110427,-0.15815 0.276875,-0.11729 0.500679,0.12253 1.427806,-0.21464 1.740437,-0.63322 0.164372,-0.22004 0.789703,-0.80274 1.389629,-1.29487 l 1.090785,-0.89479 -0.493072,-0.045 c -0.27118,-0.0248 -0.560297,-0.10972 -0.642483,-0.18857 -0.101897,-0.0981 0.218318,-0.12734 1.008644,-0.0924 0.63695,0.0283 1.158079,0.0152 1.158079,-0.0291 0,-0.14795 -1.585655,-1.87352 -2.591648,-2.82027 -0.547064,-0.51484 -0.994674,-1.02667 -0.994674,-1.13737 0,-0.11073 -0.100975,-0.2797 -0.224082,-0.37553 -0.140396,-0.10898 -0.224082,-0.41715 -0.224082,-0.82429 0,-0.4658 -0.107661,-0.79857 -0.380039,-1.17388 -0.302672,-0.41711 -0.360145,-0.62319 -0.282224,-1.01206 l 0.09775,-0.4883 h 2.138298 c 1.627866,0 2.442352,0.0676 3.412105,0.28331 1.12004,0.24912 1.883692,0.28894 6.325213,0.32981 2.811861,0.0258 6.463741,0.14946 8.237061,0.27874 1.75212,0.12778 3.24828,0.19595 3.3248,0.15185 0.1782,-0.10316 0.17152,-0.023 -0.0786,0.95808 -0.11389,0.44669 -0.37377,1.01669 -0.57734,1.26666 -0.5185,0.63663 -1.36978,2.27244 -1.59543,3.06578 -0.12264,0.43101 -0.15538,1.02426 -0.0931,1.6793 0.29108,3.05571 0.28887,3.36025 -0.0316,4.32983 -0.21947,0.66441 -0.54079,1.20441 -1.10143,1.85122 -0.8686,1.0021 -1.02423,1.05146 -2.01462,0.63907 z m -4.61691,-6.80186 c 0.16599,-0.0597 0.23637,-0.26832 0.23637,-0.70084 v -0.6159 l -0.7098,0.0195 c -0.483088,0.0131 -0.817161,0.11103 -1.045991,0.30542 -0.416488,0.35385 -0.433709,0.6567 -0.03734,0.6567 0.164374,0 0.298869,0.0704 0.298869,0.15619 0,0.086 0.127025,0.12516 0.282315,0.0871 0.155381,-0.038 0.373815,-0.0152 0.485649,0.0514 0.246468,0.14621 0.204028,0.14279 0.489958,0.0399 z"
id="Darnley" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 40.917188,158.16374 c -0.12334,-0.0385 -0.56036,-0.18922 -0.9713,-0.33486 -0.41093,-0.14576 -0.94245,-0.3319 -1.18117,-0.41366 l -0.43401,-0.1486 0.36842,-0.38008 c 0.86566,-0.89307 1.50506,-1.97864 1.72052,-2.92114 0.18397,-0.80464 0.19088,-1.28302 0.044,-2.99682 -0.21647,-2.52414 -0.0669,-3.21487 1.06582,-4.919 0.77377,-1.16409 1.33036,-2.40938 1.33036,-2.97651 0,-0.25344 0.15123,-0.34435 0.89432,-0.53787 0.49187,-0.12792 1.01809,-0.23283 1.16939,-0.23283 0.393481,0 2.351411,-0.64704 3.302831,-1.0915 1.21717,-0.5686 1.52083,-0.7396 2.57019,-1.44752 0.90633,-0.61143 1.9979,-1.23942 2.15432,-1.23942 0.0385,0 0.071,0.42507 0.0722,0.94462 9.9e-4,0.51953 0.12909,1.52201 0.28469,2.22768 0.26491,1.20206 0.2674,1.32308 0.0399,1.91596 -0.24495,0.63792 -0.46748,0.78344 -1.2043,0.78738 -0.3109,10e-4 -0.34426,0.0517 -0.26899,0.40418 l 0.086,0.40225 -1.2253,0.0903 c -3.70517,0.27353 -3.60214,0.27444 -4.3586,-0.0389 -0.39334,-0.16292 -0.74023,-0.29627 -0.77089,-0.29627 -0.0306,0 -0.0558,0.18466 -0.0558,0.41041 0,0.28747 -0.0894,0.43697 -0.29887,0.49922 -0.16437,0.0489 -0.298851,0.14409 -0.298851,0.21138 0,0.19486 0.606981,1.13779 1.125251,1.74784 1.04072,1.22503 1.36195,2.19099 1.19986,3.6083 -0.0924,0.80869 -0.15838,0.9326 -0.87634,1.64689 -2.213231,2.20199 -4.174681,4.18542 -4.597811,4.64935 -0.49009,0.53733 -0.50904,0.54651 -0.88558,0.42916 z m 3.26044,-9.68538 c 0.12357,-0.0734 0.17936,-0.32076 0.14939,-0.66259 -0.0475,-0.54272 -0.0512,-0.54563 -0.72015,-0.56814 -0.49775,-0.0173 -0.75976,0.0532 -1.00865,0.2693 -0.41644,0.36157 -0.43343,0.66293 -0.0373,0.66293 0.16438,0 0.29887,0.0589 0.29887,0.13055 0,0.11234 0.21256,0.17055 0.97128,0.26608 0.0823,0.0102 0.23814,-0.0339 0.34656,-0.0982 z"
id="Arden" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 74.688285,144.95134 c -0.28766,-0.14278 -0.62966,-0.24622 -0.76001,-0.23 -0.3065,0.038 -1.765906,-0.62662 -1.777666,-0.80967 -0.0161,-0.26059 -1.16831,-0.90963 -1.61387,-0.90963 -0.24354,0 -0.73712,-0.11933 -1.09685,-0.26495 -0.35975,-0.14576 -1.10381,-0.30774 -1.65348,-0.36004 -1.37951,-0.13143 -1.47527,-0.2875 -0.79309,-1.2933 0.30237,-0.44582 0.74131,-1.06248 0.97542,-1.37035 0.49273,-0.64796 0.84315,-1.82348 0.95943,-3.21865 0.0807,-0.96851 0.55686,-3.08048 0.73131,-3.24385 0.0496,-0.0465 0.21094,0.0552 0.35834,0.22573 0.17936,0.20724 0.63866,0.39397 1.38597,0.56302 1.16094,0.26267 2.397626,0.63917 2.907546,0.88523 0.47498,0.22922 1.73179,0.50793 1.94492,0.43133 0.10766,-0.0386 0.23817,-0.28191 0.28997,-0.54049 0.12703,-0.6345 0.53727,-1.09319 0.87046,-0.97347 0.14316,0.0514 0.26019,0.14968 0.26019,0.21848 0,0.0686 0.0673,0.12486 0.14939,0.12486 0.0823,0 0.27505,0.11773 0.42861,0.26145 0.47163,0.44169 2.85884,0.56465 2.85884,0.14729 0,-0.0708 0.0673,-0.1288 0.14939,-0.1288 0.0821,0 0.1494,0.27549 0.1494,0.61216 0,0.33669 0.0915,0.85621 0.20333,1.15452 0.1118,0.29829 0.25029,0.8984 0.30779,1.33352 0.0952,0.71972 0.14754,0.80785 0.58063,0.97585 l 0.47604,0.18464 -0.62859,0.10054 c -0.6802,0.10884 -1.05293,0.32484 -2.65659,1.54008 -2.20158,1.66836 -3.16702,2.67837 -3.89003,4.0696 -0.23007,0.44256 -0.45771,0.79782 -0.506,0.7895 -0.0484,-0.009 -0.32319,-0.13185 -0.61083,-0.2746 z m 0.67243,-5.09799 v -0.55978 l -0.78263,-0.024 c -0.70237,-0.0217 -0.81342,0.0173 -1.08336,0.37145 -0.37494,0.49315 -0.3752,0.56226 -0.002,0.56226 0.16438,0 0.29887,0.058 0.29887,0.12909 0,0.0711 0.35302,0.11816 0.78449,0.1049 l 0.78452,-0.024 z"
id="Newlands" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 83.878195,137.8698 c -0.92773,-0.10841 -1.12071,-0.18899 -1.12071,-0.46811 0,-0.16597 0.10052,-0.27721 0.2502,-0.27721 0.21187,0 0.19988,-0.05 -0.0775,-0.32656 -0.40261,-0.40133 -0.77506,-1.87686 -0.51218,-2.02901 0.12496,-0.0724 0.0805,-0.25756 -0.15792,-0.65688 -0.27904,-0.46729 -0.41817,-0.56284 -0.87154,-0.59855 -0.43138,-0.034 -0.59965,0.0291 -0.83964,0.31487 -0.41045,0.48865 -0.76031,0.45077 -1.8575,-0.20117 -1.19398,-0.70937 -1.95138,-0.75933 -2.55571,-0.16857 -0.22086,0.21592 -0.40153,0.52228 -0.40153,0.68091 0,0.28682 -0.005,0.28703 -0.94769,0.0424 -0.52124,-0.13535 -1.07598,-0.31267 -1.23279,-0.39404 -0.15677,-0.0815 -0.80421,-0.28565 -1.438636,-0.45395 -1.13307,-0.30055 -1.15797,-0.31693 -1.40552,-0.92395 -0.13855,-0.33989 -0.3701,-0.69544 -0.51446,-0.79012 -0.24234,-0.15901 -0.2091,-0.2536 0.43424,-1.23452 1.08688,-1.65739 2.543736,-3.20117 3.012756,-3.19262 0.23437,0.004 1.66093,1.13243 2.87042,2.26996 l 0.70678,0.66473 h 1.05528 c 0.79079,0 1.07645,-0.0514 1.13964,-0.20573 0.0945,-0.23044 1.59017,-0.91375 2.0002,-0.91375 0.46154,0 1.47018,-0.87108 1.66088,-1.43441 0.19872,-0.58669 0.37432,-0.64042 0.89474,-0.27352 0.19595,0.13812 0.64197,0.36807 0.99103,0.51089 0.50314,0.20571 0.60002,0.29878 0.46736,0.44846 -0.092,0.10389 -0.24388,0.18879 -0.33745,0.18879 -0.31081,0 -1.25659,0.90104 -1.57321,1.49879 -0.50852,0.96001 -0.43212,2.0634 0.22777,3.29069 0.29695,0.55228 0.63697,1.31013 0.75558,1.68416 0.22547,0.71074 1.06245,1.70987 1.55527,1.85635 0.15792,0.0469 0.28555,0.12837 0.28349,0.18096 -0.005,0.0911 -1.87882,1.02794 -1.96991,0.98418 -0.024,-0.0102 -0.24538,-0.0446 -0.49194,-0.0734 z m -5.12458,-5.88115 c 0.30468,-0.60797 0.24366,-0.74174 -0.3384,-0.74174 -0.29103,0 -0.43947,0.0708 -0.43947,0.20986 0,0.11539 0.0726,0.20985 0.16137,0.20985 0.10144,0 0.12471,0.15575 0.0627,0.41981 -0.14225,0.6068 0.23395,0.54028 0.55375,-0.0979 z"
id="Langside" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 68.095469,130.85633 c -0.46186,-0.4394 -0.98886,-1.0748 -1.1711,-1.41201 l -0.33133,-0.61306 -0.84621,0.0753 c -0.46538,0.0415 -0.96385,0.11948 -1.10768,0.17336 -0.19803,0.074 -0.2615,0.0283 -0.2615,-0.18879 0,-0.25834 1.35332,-1.51055 1.8398,-1.70233 0.0975,-0.0385 0.44646,-0.23256 0.77522,-0.43128 0.5509,-0.33298 1.37631,-0.74667 5.977176,-2.99569 4.20946,-2.05767 5.42545,-2.65582 6.01984,-2.96124 0.35222,-0.18096 0.67298,-0.329 0.71284,-0.329 0.12864,0 -0.5019,1.06236 -0.74064,1.24792 -0.20841,0.16207 -0.20771,0.22298 0.007,0.62038 0.3373,0.62656 0.94656,1.20244 1.5048,1.42235 0.46977,0.1851 0.47795,0.20377 0.39106,0.89084 -0.0849,0.67118 -0.0715,0.70585 0.30706,0.79483 0.57104,0.13433 0.98881,0.70034 0.98881,1.33993 0,0.44761 -0.0516,0.54089 -0.29884,0.54089 -0.3192,0 -0.41716,0.35957 -0.12287,0.45142 0.26486,0.0826 -0.82901,0.66813 -1.24831,0.66813 -0.20057,0 -0.49245,0.0876 -0.64855,0.19442 -0.15607,0.10694 -0.35918,0.16728 -0.45128,0.13419 -0.0922,-0.0331 -0.29582,0.1 -0.45266,0.29545 -0.28399,0.35417 -1.11084,0.5147 -1.11084,0.21571 0,-0.0769 -0.10719,-0.13987 -0.23812,-0.13987 -0.13095,0 -0.27272,-0.12385 -0.31498,-0.27523 -0.0422,-0.15143 -0.20472,-0.31324 -0.36084,-0.35966 -0.15607,-0.0465 -0.97263,-0.70843 -1.81437,-1.47113 -0.84173,-0.76271 -1.58086,-1.38803 -1.64248,-1.38962 -0.0615,-0.001 -0.11205,0.1462 -0.11205,0.32835 0,0.22976 -0.17774,0.44142 -0.58005,0.69077 -0.496086,0.30746 -0.939226,0.70057 -1.922876,1.70586 -0.10282,0.10491 -0.18674,0.23669 -0.18674,0.29266 0,0.0561 -0.15653,0.29662 -0.34788,0.53476 -0.34068,0.42412 -0.9798,1.52824 -1.23962,2.1416 -0.12448,0.29388 -0.17244,0.26975 -0.97072,-0.48982 z m 6.717306,-5.5288 c 0.0885,-0.1 0.1457,-0.36761 0.12725,-0.59473 -0.0304,-0.37214 -0.0853,-0.413 -0.55372,-0.413 -0.45875,0 -0.52547,0.0463 -0.56798,0.39331 -0.0809,0.66151 0.58702,1.07423 0.99452,0.61442 z"
id="Shawlands" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 64.524799,126.1911 c -0.005,-1.77186 -0.50268,-2.95752 -1.31622,-3.12583 -0.21994,-0.0455 -0.85834,-0.42734 -1.41861,-0.84852 -0.56028,-0.42116 -1.11502,-0.76574 -1.2328,-0.76574 -0.11781,0 -0.21417,-0.0946 -0.21417,-0.20985 0,-0.11555 -0.0705,-0.20986 -0.15653,-0.20986 -0.0862,0 -0.30468,-0.14882 -0.48565,-0.33084 -0.18097,-0.18204 -0.65744,-0.44227 -1.05883,-0.57849 -0.76077,-0.25817 -1.28753,-0.64509 -1.28753,-0.94573 0,-0.0966 0.31941,-0.32181 0.7098,-0.50033 1.10268,-0.50433 1.37043,-0.66039 1.81087,-1.05555 0.22523,-0.20204 0.44883,-0.36748 0.49678,-0.36748 0.2114,0 2.04652,-1.81169 2.44512,-2.41375 0.3785,-0.5717 0.50771,-0.66451 0.92556,-0.66473 0.2671,-9e-5 0.48565,-0.0632 0.48565,-0.14017 0,-0.0769 -0.11781,-0.1406 -0.2615,-0.14118 -0.14939,-8.7e-4 0.0268,-0.1638 0.41093,-0.3807 0.64583,-0.36437 0.77078,-0.38155 3.15852,-0.43431 1.61749,-0.0357 2.58335,-0.001 2.76446,0.0966 0.225,0.12254 0.23309,0.15229 0.0417,0.15577 -0.20011,0.004 -1.1831,0.9772 -1.1831,1.17186 0,0.17074 1.04493,0.37175 1.93349,0.37175 0.54577,0 1.39311,0.10214 1.882926,0.22696 0.48985,0.12472 1.24672,0.29799 1.68195,0.38484 0.43521,0.0868 0.80506,0.19291 0.82187,0.23574 0.026,0.0663 -0.31104,1.17585 -0.97257,3.20172 -0.14731,0.45142 -0.12564,0.50689 0.35646,0.90962 0.28238,0.23588 0.76529,0.61154 1.0731,0.83476 0.30784,0.22322 0.50591,0.45245 0.44019,0.50939 -0.0657,0.057 -1.32988,0.68473 -2.80923,1.39511 -1.479356,0.71038 -3.194066,1.54431 -3.810446,1.85321 -0.61641,0.30889 -1.55781,0.78084 -2.09203,1.04878 -0.86516,0.43394 -1.78641,0.98071 -2.8018,1.66293 l -0.33622,0.22591 z m 2.6138,-6.27417 c 0.0558,-0.0845 0.22432,-0.0769 0.45269,0.0195 0.46547,0.19855 0.82191,-0.0487 0.81866,-0.56775 -0.005,-0.63362 -0.17291,-0.73656 -1.13229,-0.69021 l -0.88272,0.0425 -0.0477,0.5455 c -0.03,0.34183 0.0258,0.58925 0.14939,0.66259 0.26413,0.15685 0.53335,0.15119 0.64195,-0.0131 z"
id="Pollokshields_west" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 76.360835,119.93623 -0.94246,-0.80288 0.32261,-1.11522 c 0.17751,-0.61339 0.45211,-1.48054 0.61039,-1.92701 0.3213,-0.90635 0.28027,-1.07744 -0.25843,-1.07744 -0.20402,0 -0.78841,-0.11904 -1.29871,-0.26429 -1.15212,-0.32816 -2.966056,-0.7153 -3.351536,-0.7153 -0.23607,0 -0.27692,-0.0769 -0.22316,-0.41982 l 0.0657,-0.41984 h 3.647326 3.64729 l 1.28174,-0.55975 c 0.92605,-0.40442 1.47749,-0.55979 1.98695,-0.55979 0.67527,0 2.25373,0.35224 2.25373,0.5029 0,0.0398 -0.14409,0.3679 -0.32001,0.72928 -0.17636,0.36223 -0.38197,1.19075 -0.45814,1.84655 -0.0758,0.65423 -0.2399,1.37843 -0.36425,1.60931 -0.12449,0.23093 -0.2517,0.59661 -0.28299,0.81267 -0.0719,0.49695 -0.42266,0.75986 -2.00762,1.50495 -0.70072,0.32938 -1.72283,0.84006 -2.27139,1.13481 -0.54854,0.29476 -1.01925,0.53318 -1.04599,0.52983 -0.0267,-0.004 -0.47276,-0.36737 -0.99113,-0.80896 z m 3.85634,-3.7149 c 0.51572,-0.0173 0.52233,-0.0261 0.4747,-0.57651 -0.0616,-0.71243 -0.1042,-0.743 -0.52228,-0.37515 -0.37736,0.33204 -0.68762,0.41762 -0.42029,0.11598 0.21832,-0.24623 0.0671,-0.37196 -0.44683,-0.37196 -0.35807,0 -0.43045,0.0691 -0.51504,0.49133 -0.12126,0.60488 0.1434,0.97276 0.59744,0.83101 0.17013,-0.053 0.54466,-0.10476 0.8323,-0.11467 z"
id="Pollokshields_east" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 96.632985,123.29111 c -1.19425,-0.6781 -2.26633,-1.27809 -2.38246,-1.33328 -0.11618,-0.0552 -0.48007,-0.25432 -0.80881,-0.44252 -0.32875,-0.18813 -0.80481,-0.43346 -1.05791,-0.54501 -0.25311,-0.11161 -0.54714,-0.30095 -0.65339,-0.42084 -0.10627,-0.11992 -0.24672,-0.218 -0.31219,-0.218 -0.0655,0 -1.05971,-0.53528 -2.20949,-1.18949 -1.14976,-0.65424 -2.16386,-1.18953 -2.25357,-1.18953 -0.0897,0 -0.16298,-0.0535 -0.16298,-0.1186 0,-0.24485 -1.27842,-0.651 -2.04911,-0.651 -0.86675,0 -0.94322,-0.10578 -0.62508,-0.86552 0.0908,-0.2166 0.19066,-0.83478 0.22224,-1.37355 0.0316,-0.53877 0.11988,-1.10555 0.19665,-1.25948 0.66989,-1.34546 0.89847,-1.9498 1.04756,-2.76968 0.095,-0.52273 0.33112,-1.37288 0.52461,-1.88922 0.19342,-0.51631 0.39403,-1.11194 0.44567,-1.32361 0.11158,-0.4573 0.20841,-0.46805 1.03553,-0.11511 0.34762,0.14839 0.82006,0.31386 1.04986,0.36788 0.22985,0.0541 0.45264,0.18313 0.49517,0.28696 0.0427,0.10389 0.59188,0.41953 1.22072,0.70156 0.62888,0.28208 1.17769,0.56185 1.21961,0.62181 0.042,0.0599 0.27726,0.15555 0.52299,0.21224 0.42518,0.0982 1.43673,0.7104 1.54262,0.93352 0.0274,0.0578 0.14016,0.10491 0.25082,0.10491 0.11066,0 0.29137,0.0845 0.4018,0.18812 0.11042,0.10345 0.48507,0.3561 0.83254,0.56152 0.34746,0.20551 0.63176,0.43567 0.63176,0.51167 0,0.0761 0.086,0.13813 0.19089,0.13813 0.10512,0 0.30015,0.11015 0.43366,0.24489 0.13349,0.13463 0.42492,0.39998 0.64764,0.58953 0.2227,0.18944 0.33016,0.36797 0.23877,0.39651 -0.0913,0.0284 -0.16621,0.13419 -0.16621,0.23513 0,0.10083 -0.10075,0.21953 -0.22409,0.26385 -0.12333,0.0443 -0.22408,0.17704 -0.22408,0.29483 0,0.11802 -0.0671,0.21443 -0.14916,0.21443 -0.0821,0 -0.34975,0.29911 -0.59488,0.6647 -0.36081,0.5381 -0.44627,0.81993 -0.44858,1.47938 -10e-4,0.50819 0.0745,0.88713 0.20288,1.00728 0.44295,0.41481 2.08976,0.79809 3.754222,0.8737 1.455703,0.0663 1.700093,0.11496 2.136523,0.42554 0.88496,0.63004 0.87214,0.72672 -0.23455,1.76826 -0.89347,0.84087 -0.9707,0.95602 -0.7267,1.08389 0.2541,0.13317 0.2425,0.17357 -0.16783,0.58343 -0.24241,0.24219 -0.586783,0.73114 -0.765243,1.08656 -0.63086,1.25629 -0.57235,1.2589 -3.028172,-0.1355 z m -3.94052,-7.38586 c 0.13395,-0.1253 0.20587,-0.31945 0.16023,-0.43126 -0.0459,-0.1119 -0.0832,-0.32413 -0.0832,-0.47175 0,-0.20378 -0.10582,-0.26845 -0.43948,-0.26845 -0.55464,0 -0.70129,0.21116 -0.36524,0.52584 0.24117,0.22587 0.24188,0.24719 0.009,0.28909 -0.32485,0.0587 -0.32005,0.25293 0.0116,0.43334 0.35586,0.194 0.42661,0.1864 0.70771,-0.0769 z"
id="Gorbals" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 102.4075,118.45145 c -0.52253,-0.54225 -1.71575,-0.85201 -3.063333,-0.7952 -1.488302,0.0628 -2.966932,-0.46337 -2.983832,-1.06165 -0.0116,-0.41092 0.59861,-1.36923 1.52214,-2.39047 0.26876,-0.29718 0.41489,-0.61871 0.4134,-0.90962 -0.002,-0.54878 -0.0643,-0.63572 -0.81859,-1.15704 -0.5266,-0.36394 -1.28183,-0.95852 -1.77774,-1.39954 -0.0913,-0.081 -0.75376,-0.45896 -1.47235,-0.83964 -0.71858,-0.38072 -1.30696,-0.75657 -1.30751,-0.83525 -4.4e-4,-0.0787 0.19019,-0.36205 0.42393,-0.62973 0.2337,-0.26768 0.46712,-0.64794 0.51874,-0.84505 0.0516,-0.19703 0.31431,-0.62884 0.58374,-0.95948 0.26945,-0.33061 0.591,-0.76761 0.71457,-0.9711 0.12357,-0.20355 0.55061,-0.82874 0.94896,-1.3895 0.57883,-0.81484 0.78124,-1.00261 1.00811,-0.93518 0.19411,0.0575 0.28386,0.0173 0.28386,-0.1288 0,-0.18944 0.0687,-0.19031 0.6165,-0.009 0.33908,0.11204 0.798582,0.20378 1.021102,0.20378 0.22246,0 0.45337,0.0456 0.51296,0.1014 0.0597,0.0558 0.524733,0.18053 1.033573,0.27695 0.50884,0.0965 1.36226,0.29758 1.89646,0.44682 2.50343,0.69937 3.09067,0.77088 6.01782,0.73289 l 2.80508,-0.0364 -0.0899,0.60358 c -0.0493,0.33195 -0.25288,0.95831 -0.45213,1.39193 -0.42546,0.92577 -0.66003,1.97955 -0.66003,2.965 0,0.38852 -0.10513,1.08838 -0.23372,1.55523 -0.12863,0.46687 -0.29492,1.06924 -0.36973,1.33863 -0.0747,0.2694 -0.20979,0.85185 -0.29986,1.29437 -0.18581,0.91291 -0.20887,0.93966 -1.76845,2.05141 -0.62936,0.44869 -1.23533,0.9185 -1.34659,1.04403 -0.15191,0.17162 -0.4669,0.2288 -1.26735,0.23041 -0.58577,0.001 -1.14251,0.0484 -1.2372,0.10491 -0.0947,0.0565 -0.21993,0.40196 -0.27846,0.76755 -0.0585,0.36559 -0.18282,0.66126 -0.27616,0.65704 -0.0934,-0.004 -0.37156,-0.21702 -0.61809,-0.4729 z m 1.01026,-6.55148 c 0.039,-0.0962 0.0392,-0.37565 4.4e-4,-0.62098 l -0.0705,-0.44608 h -0.95572 c -0.75127,0 -0.95571,0.045 -0.95571,0.21051 0,0.15358 0.0911,0.18465 0.33622,0.11467 0.31678,-0.0906 0.31235,-0.0723 -0.0768,0.31512 -0.22708,0.22616 -0.36727,0.45403 -0.31132,0.50644 0.18789,0.17596 1.95788,0.10665 2.03345,-0.0797 z"
id="Bridgeton" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 104.64894,103.95351 c -0.32875,-0.0603 -1.10206,-0.24626 -1.71844,-0.41319 -0.61641,-0.16706 -1.36789,-0.37014 -1.66997,-0.45156 -0.38794,-0.10446 -0.5759,-0.24744 -0.63999,-0.48659 -0.17198,-0.642 0.7329,-3.261977 1.1267,-3.261977 0.21463,0 1.79224,-0.98421 1.86585,-1.16393 0.0473,-0.11539 0.64562,-0.16597 1.97141,-0.16728 1.43048,-0.001 2.08129,-0.0621 2.6186,-0.24491 0.98375,-0.33461 2.84091,-0.33365 3.23065,0.001 0.15653,0.13463 0.45987,0.35857 0.67406,0.4975 0.21417,0.139 0.56544,0.57779 0.78051,0.97527 0.34963,0.64619 0.38267,0.834227 0.31196,1.776557 -0.0798,1.06394 -0.52892,2.38423 -0.96542,2.83815 -0.21209,0.22054 -0.57118,0.24316 -3.61184,0.22736 -1.85702,-0.009 -3.64534,-0.0669 -3.97408,-0.12705 z m 3.53344,-2.55949 c -0.11943,-0.13463 -0.11895,-0.22763 0.001,-0.34046 0.36687,-0.34356 0.0161,-0.58371 -0.83918,-0.57415 -0.45616,0.004 -0.86239,0.0593 -0.90271,0.12035 -0.0403,0.061 -0.0316,0.30647 0.0184,0.54527 0.0913,0.42773 0.10604,0.43422 0.98891,0.43422 0.72667,0 0.86513,-0.035 0.73202,-0.18531 z"
id="Dennistoun" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 103.82708,97.149383 c -0.20541,-0.0341 -0.47445,-0.0997 -0.59774,-0.14599 -0.12334,-0.0463 -0.57927,-0.0941 -1.0133,-0.10622 -0.6562,-0.0173 -0.95286,-0.12297 -1.76056,-0.62031 -0.534253,-0.32896 -1.194583,-0.81331 -1.467373,-1.07637 -0.27279,-0.26305 -0.595502,-0.47828 -0.717132,-0.47828 -0.23229,0 -0.48904,-0.39081 -0.64354,-0.97959 -0.23849,-0.90873 -0.72527,-1.652872 -1.29237,-1.975692 -1.11054,-0.63212 -1.08235,-0.48634 -0.36222,-1.8727 0.35982,-0.69272 0.84111,-1.65357 1.06953,-2.13526 0.45058,-0.95011 0.47866,-0.96543 2.569612,-1.40318 l 0.641353,-0.13419 -0.0954,0.59585 c -0.1042,0.65094 0.0208,0.96323 0.695,1.73466 0.31713,0.36289 0.39655,0.57221 0.33197,0.87465 -0.0816,0.38197 -0.0623,0.39762 0.49414,0.39855 0.31846,4.4e-4 1.64172,-0.10053 2.94059,-0.2248 2.12555,-0.20312 2.3869,-0.2042 2.61551,-0.0102 0.1397,0.11846 0.62355,0.37635 1.07531,0.57328 1.15089,0.50169 1.98398,0.47202 3.8927,-0.13857 0.85854,-0.27466 1.76273,-0.55226 2.00929,-0.61689 0.24656,-0.0647 1.01985,-0.31568 1.71844,-0.55788 0.69857,-0.24218 1.94257,-0.61651 2.76444,-0.83187 0.82186,-0.21528 1.65557,-0.43952 1.85268,-0.49812 l 0.35837,-0.10666 -0.10581,1.09488 c -0.20034,2.06976 -0.83351,4.669222 -1.23254,5.059612 -0.0982,0.0963 -0.3109,0.17487 -0.47235,0.17487 -0.24442,0 -0.45621,0.23489 -0.50467,0.55976 -0.0233,0.15619 -0.57851,0.43024 -0.71346,0.35215 -0.0798,-0.046 -0.30899,0.0173 -0.50951,0.13987 -0.3915,0.24022 -2.12163,0.86977 -2.85663,1.03944 -0.24656,0.057 -0.65,0.19942 -0.89656,0.31678 -0.44747,0.21289 -1.5765,0.38847 -4.25874,0.66227 -0.78078,0.0797 -1.58768,0.18857 -1.79316,0.24178 -0.44065,0.11423 -3.19679,0.18421 -3.73574,0.0949 z m 4.91343,-3.17692 c 0.0966,-0.10898 0.1284,-0.37688 0.0742,-0.62973 -0.0936,-0.43799 -0.098,-0.43987 -1.04655,-0.43987 -0.77769,0 -0.95262,0.0415 -0.95262,0.22624 0,0.15727 0.0911,0.20399 0.29886,0.15293 0.409,-0.10009 0.37483,0.0152 -0.11042,0.37027 l -0.40918,0.30003 0.7454,0.0831 c 0.40996,0.0456 0.85483,0.0928 0.98859,0.1049 0.13371,0.0131 0.31892,-0.0634 0.41148,-0.16792 z"
id="Roystonhill" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 109.0571,89.593371 c -0.36982,-0.11976 -0.88973,-0.37078 -1.15531,-0.55824 l -0.48288,-0.34082 -2.43099,0.14454 c -1.33707,0.0796 -2.50227,0.14468 -2.58939,0.14511 -0.0871,3.7e-4 -0.44795,-0.40882 -0.80185,-0.9093 -0.67296,-0.95167 -0.67029,-0.93193 -0.28914,-2.12936 0.10327,-0.3247 0.1457,-0.62974 0.0943,-0.67791 -0.0514,-0.0482 -0.81054,0.0806 -1.686933,0.28605 -0.87639,0.20551 -1.624062,0.34496 -1.661502,0.30991 -0.0373,-0.0353 0.0862,-0.33896 0.27501,-0.67534 0.550752,-0.98173 0.550402,-2.46406 -0.001,-4.45994 -0.50939,-1.8437 -0.6704,-3.21767 -0.51276,-4.37571 l 0.10997,-0.80717 0.54875,0.35002 c 0.301812,0.19247 0.570782,0.28962 0.597712,0.21571 0.0274,-0.0749 0.56357,0.0195 1.212763,0.21224 1.63031,0.48539 1.65023,0.48105 1.95516,-0.42491 0.1427,-0.42428 0.3784,-0.88084 0.52355,-1.0146 0.18673,-0.17205 0.27132,-0.48894 0.28923,-1.08283 0.0242,-0.80584 0.16276,-1.8892 0.24153,-1.8892 0.0207,0 0.56353,0.12603 1.20622,0.27988 0.64269,0.15402 1.47078,0.27989 1.84021,0.27989 0.65053,0 0.6636,-0.009 0.41467,-0.26599 -0.14316,-0.14816 -0.19457,-0.30218 -0.11596,-0.3477 0.0777,-0.045 0.92877,-0.18726 1.89139,-0.3161 1.99625,-0.26737 1.87023,-0.31939 2.25265,0.92979 0.17544,0.57324 0.40026,0.91252 0.88074,1.32943 0.95218,0.82621 1.01166,0.99588 0.69054,1.97041 l -0.27297,0.82844 -1.05657,0.0699 c -0.58111,0.0385 -1.13563,0.14424 -1.23224,0.23493 -0.0966,0.0908 -0.19919,0.46855 -0.22777,0.83964 -0.0286,0.37107 -0.0927,0.95116 -0.14248,1.28906 -0.0498,0.33789 -0.0302,0.65275 0.0431,0.69969 0.0733,0.0469 0.31605,0.57217 0.53918,1.16717 0.32056,0.85471 0.54877,1.20725 1.08703,1.6793 0.9905,0.86864 0.96104,0.84885 1.80637,1.21334 0.42733,0.18421 0.81186,0.42017 0.85453,0.5243 0.0438,0.10695 0.2952,0.18921 0.57778,0.18921 0.37263,0 0.61458,0.11598 0.94888,0.45482 0.24682,0.25015 0.6924,0.66119 0.99023,0.91342 0.48987,0.41489 0.53992,0.52435 0.52475,1.14789 l -0.0161,0.68928 -0.75918,0.27342 c -0.41755,0.15034 -1.22987,0.41225 -1.80517,0.58192 -0.5753,0.16967 -1.26301,0.39426 -1.5282,0.49908 -0.41359,0.16338 -2.76103,0.77058 -2.90488,0.75129 -0.0274,-0.004 -0.3524,-0.10447 -0.72225,-0.22411 z m -3.85314,-8.30683 c -0.0535,-0.60756 -0.2257,-0.77706 -0.51447,-0.50663 -0.15146,0.14191 -0.27325,0.16402 -0.37564,0.068 -0.21001,-0.19682 -0.97189,-0.0924 -1.05509,0.14468 -0.0523,0.14903 0.0325,0.17314 0.36203,0.10272 l 0.43041,-0.0919 -0.41093,0.29371 c -0.22592,0.16163 -0.41093,0.35334 -0.41093,0.42622 0,0.0745 0.44169,0.11408 1.00867,0.0902 l 1.00864,-0.0424 z"
id="Springburn" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 117.72238,86.966621 c -0.005,-0.99132 -0.17245,-1.46095 -0.57692,-1.60625 -0.51484,-0.18486 -0.93852,-0.54997 -1.21053,-1.04299 -0.20195,-0.3659 -0.19642,-0.4151 0.0659,-0.59477 0.25629,-0.17552 0.18881,-0.19573 -0.6488,-0.19573 -1.83929,0 -3.58766,-1.05294 -4.39313,-2.64571 -0.38259,-0.75656 -0.47811,-1.1434 -0.53009,-2.14729 l -0.0634,-1.22448 h 0.9994 c 1.17144,0 1.57744,-0.16097 1.57744,-0.62545 0,-0.18466 0.1759,-0.71568 0.39104,-1.18009 l 0.39104,-0.84439 -0.56609,-0.73792 c -0.31134,-0.40585 -0.72266,-0.85325 -0.91403,-0.99425 -0.19134,-0.14103 -0.34795,-0.37245 -0.34795,-0.51438 0,-0.14191 -0.0657,-0.27906 -0.14592,-0.30472 -0.0804,-0.0256 -0.18951,-0.2513 -0.24282,-0.50144 l -0.0968,-0.45482 h 0.68042 c 0.42398,0 0.77041,0.0844 0.91911,0.22352 0.15077,0.14119 0.3334,0.18465 0.49632,0.11802 0.14178,-0.058 0.3545,-0.0902 0.47286,-0.0712 0.52221,0.0832 4.87693,-0.31098 5.42116,-0.49082 0.80333,-0.26542 1.01325,-0.2511 1.01325,0.0691 0,0.14751 0.0597,0.2892 0.13279,0.31486 0.36831,0.12953 1.54333,2.04182 1.89762,3.08845 0.21532,0.63605 0.54635,1.59728 0.73566,2.13606 0.57856,1.64657 0.74358,2.53798 0.54532,2.94549 -0.27743,0.57023 -0.22063,1.42907 0.10512,1.5924 0.3969,0.19898 2.45266,3.33281 2.31904,3.53526 -0.0387,0.0586 -0.58853,0.26027 -1.22187,0.4481 -0.63333,0.18791 -1.38686,0.41723 -1.6745,0.50985 -1.36526,0.4396 -2.1631,0.70847 -2.91514,0.98241 -0.45012,0.16401 -1.22237,0.37606 -1.71609,0.47134 l -0.89766,0.17315 z m 1.2718,-7.56813 v -0.55976 l -1.00865,-0.0324 c -0.82589,-0.0265 -1.00864,0.006 -1.00864,0.18444 0,0.15729 0.0871,0.19074 0.31756,0.12225 0.24267,-0.0721 0.28887,-0.0495 0.19596,0.0956 -0.0669,0.10446 -0.24455,0.27295 -0.39479,0.37443 -0.46094,0.31135 -0.13994,0.4594 0.90278,0.41636 l 0.9958,-0.0411 z"
id="Balornock" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 126.60367,83.615261 c -0.32246,-0.47198 -0.61291,-0.92115 -0.64544,-0.99811 -0.0881,-0.20834 -0.93575,-1.35378 -1.26488,-1.7092 -0.25959,-0.2803 -0.26883,-0.37011 -0.0973,-0.94392 0.23815,-0.79653 0.13833,-1.429 -0.52025,-3.29439 -0.28529,-0.80818 -0.66325,-1.95446 -0.83989,-2.54733 -0.17659,-0.59287 -0.43336,-1.19112 -0.57049,-1.32946 -0.13716,-0.13842 -0.41153,-0.52235 -0.60984,-0.85338 -0.46077,-0.76919 -0.30822,-1.03398 0.6856,-1.19001 0.39979,-0.0628 0.79696,-0.16858 0.88263,-0.23517 0.0855,-0.0667 0.55838,-0.21442 1.05051,-0.32842 0.4921,-0.11408 1.49994,-0.37117 2.23962,-0.57136 0.73968,-0.2003 1.83101,-0.48653 2.42518,-0.63632 0.59416,-0.1499 1.21174,-0.3382 1.37238,-0.41873 0.16068,-0.0806 0.48145,-0.14773 0.71287,-0.14946 0.23141,-10e-4 0.71388,-0.12778 1.07215,-0.27989 0.35826,-0.15229 0.67767,-0.2768 0.70978,-0.2768 0.032,0 0.0583,0.34979 0.0583,0.77734 0,0.67624 0.0777,0.88458 0.59771,1.60166 0.32877,0.45336 0.59774,0.87907 0.59774,0.94599 0,0.0669 0.23535,0.22679 0.52299,0.35527 0.39307,0.17553 0.523,0.32104 0.523,0.58569 0,0.33858 0.036,0.35214 0.93395,0.35264 0.68283,4.1e-4 1.07133,0.0788 1.44496,0.29227 0.31798,0.18162 0.65666,0.26505 0.89658,0.22109 0.91988,-0.16857 2.63132,-0.67015 2.94614,-0.86332 0.44471,-0.2729 0.50271,-0.2656 0.50271,0.0632 0,0.20225 -0.1374,0.29772 -0.52751,0.36622 -0.39275,0.0691 -0.50988,0.15121 -0.45838,0.32122 0.12841,0.42451 0.51186,1.9003 0.83669,3.22058 0.17774,0.72199 0.35392,1.38822 0.39172,1.48048 0.0401,0.0982 -0.16644,0.23653 -0.49782,0.33342 -0.31161,0.0912 -0.69555,0.25825 -0.85319,0.37139 -0.27987,0.20095 -0.27704,0.22219 0.12126,0.90736 0.43523,0.74892 0.41285,0.98236 -0.0943,0.98236 -0.17428,0 -0.75865,0.12268 -1.29868,0.27267 -1.79581,0.49866 -1.99557,0.52347 -2.47619,0.30758 -0.24656,-0.11073 -0.56625,-0.29661 -0.7104,-0.41301 -0.19803,-0.16011 -0.34399,-0.17684 -0.59772,-0.0689 -0.22523,0.0959 -0.41362,0.0966 -0.57269,0.001 -0.23559,-0.13944 -0.42138,-0.0628 -2.45266,1.01469 -0.32875,0.17444 -0.93393,0.52018 -1.34486,0.76845 -1.30793,0.79027 -2.36102,1.37165 -3.4483,1.90381 l -1.05743,0.51754 -0.5863,-0.85817 z m 7.20561,-7.74737 0.0207,-0.59182 -0.98073,0.0322 c -0.68499,0.0223 -1.00166,0.0912 -1.05021,0.22819 -0.05,0.14119 0.0208,0.17423 0.24937,0.11802 0.40008,-0.0981 0.4081,0.0565 0.0208,0.38551 -0.48982,0.41515 -0.35192,0.50475 0.7098,0.4612 l 1.00864,-0.0415 z"
id="Robroyston" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 136.09606,96.519533 c -0.55407,-0.13856 -0.77937,-0.3205 -2.1836,-1.76243 -0.46845,-0.48104 -0.92353,-0.87525 -1.01125,-0.87599 -0.2001,-0.001 -1.2528,-0.77154 -2.32279,-1.698562 l -0.81841,-0.70906 0.37013,-0.26393 c 0.76199,-0.54339 1.18254,-1.04089 1.86278,-2.20354 0.73267,-1.25226 1.26053,-1.9599 1.47175,-1.97296 0.0689,-0.004 0.55499,-0.37098 1.08025,-0.81493 l 0.955,-0.8072 1.75892,-0.32953 c 2.21445,-0.41484 4.37951,-1.2219 5.72301,-2.13333 0.89686,-0.60845 0.96341,-0.57838 1.51403,0.68365 0.22685,0.5201 0.48954,0.56505 1.02206,0.17487 0.24766,-0.18138 0.60984,-0.27471 1.07455,-0.27677 0.39378,-0.001 0.75351,-0.0797 0.82085,-0.17815 0.16991,-0.24799 0.48104,-1.37193 0.48888,-1.76641 0.005,-0.27392 0.0445,-0.30252 0.22316,-0.16358 0.28962,0.22511 0.82935,1.28471 0.82935,1.62819 0,0.28977 0.27704,0.7152 0.88006,1.3514 0.43241,0.4562 0.61424,0.48727 0.61424,0.10491 0,-0.45449 1.22973,-0.3857 2.25225,0.12603 0.88526,0.44297 0.58884,0.44074 3.53814,0.0267 0.43149,-0.0606 0.78576,-0.10403 0.78733,-0.0964 0.17244,0.84317 0.59008,4.48661 0.59209,5.16402 0.005,1.25377 -0.33793,1.73511 -1.73306,2.44181 -2.14324,1.085682 -2.89296,1.507862 -2.89467,1.630122 -0.001,0.0694 0.17544,0.46496 0.39175,0.87926 0.21648,0.41431 0.3586,0.78599 0.31593,0.82596 -0.0427,0.0399 -0.67368,-10e-4 -1.4022,-0.0928 -1.67994,-0.20965 -5.76574,-0.0991 -7.67533,0.20788 -3.74797,0.6025 -7.15159,1.0687 -7.64969,1.04779 -0.18973,-0.009 -0.58365,-0.0743 -0.8756,-0.14729 z m 8.07702,-6.765352 c 0,-0.66649 -0.13141,-0.77816 -0.46737,-0.39708 -0.15976,0.1814 -0.16391,0.24566 -0.0184,0.29157 0.10282,0.0323 0.18673,0.21114 0.18673,0.39706 0,0.18596 0.0673,0.33818 0.14939,0.33818 0.0823,0 0.1494,-0.28337 0.1494,-0.62973 z m 1.05258,0.10491 c 0.11896,-0.28865 0.23882,-0.57201 0.26664,-0.62974 0.0277,-0.0578 -0.22408,-0.1049 -0.55962,-0.1049 -0.3356,0 -0.61019,0.0629 -0.61019,0.13987 0,0.0769 0.13048,0.13987 0.29002,0.13987 0.26654,0 0.27318,0.0305 0.0823,0.3748 -0.11411,0.20616 -0.17359,0.42656 -0.13187,0.48979 0.17221,0.26084 0.45969,0.083 0.66256,-0.40978 z"
id="Ruchazie" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 120.95127,92.742723 c 0.0484,-0.25828 0.18674,-0.941882 0.30756,-1.519162 0.12081,-0.57725 0.27655,-1.6478 0.34629,-2.379 0.10928,-1.14662 0.24568,-1.81923 0.36868,-1.81923 0.0184,0 0.7006,-0.22428 1.51566,-0.49837 0.81504,-0.2741 1.68363,-0.55186 1.93019,-0.61722 1.71676,-0.45521 3.16997,-1.1039 5.30475,-2.36802 2.96126,-1.75353 4.05136,-2.26828 4.93115,-2.32857 0.68523,-0.0469 0.91447,8.8e-4 1.37903,0.28901 0.30645,0.18988 0.60091,0.34531 0.65435,0.34531 0.0977,0 0.96874,0.68335 1.74816,1.37147 l 0.41937,0.37024 -0.86765,0.31143 c -0.47721,0.17119 -1.03575,0.31518 -1.24121,0.31974 -0.2054,0.004 -0.88689,0.12341 -1.51425,0.26397 -1.02117,0.22888 -1.27946,0.36143 -2.46559,1.26516 -1.34638,1.02582 -2.13505,1.95075 -2.85246,3.3453 -0.24047,0.46743 -0.6843,0.98296 -1.20485,1.39943 l -0.82415,0.6594 -1.43447,0.006 c -1.33831,0.006 -1.51181,0.0421 -2.58828,0.52478 -0.63462,0.28455 -1.25661,0.5174 -1.38223,0.5174 -0.12564,0 -0.22846,0.0629 -0.22846,0.13987 0,0.0769 -0.0738,0.139872 -0.16414,0.139872 -0.0904,0 -0.3761,0.0881 -0.63509,0.19596 -0.25898,0.10781 -0.60534,0.22659 -0.76971,0.26401 -0.16437,0.0373 -0.41628,0.1132 -0.55979,0.16857 -0.22639,0.0873 -0.2493,0.0386 -0.1729,-0.36896 z m 8.96007,-4.532352 c -0.15953,-0.11292 -0.21717,-0.20551 -0.12795,-0.20551 0.21255,0 0.35673,-0.3644 0.24863,-0.62822 -0.1231,-0.30031 -1.92252,-0.23623 -1.92252,0.0685 0,0.13302 0.10951,0.19203 0.29885,0.16097 0.25649,-0.042 0.24059,0.001 -0.11203,0.30818 -0.22593,0.19638 -0.41094,0.39159 -0.41094,0.43375 0,0.0421 0.52113,0.0747 1.15808,0.0721 1.05086,-0.004 1.13122,-0.0235 0.86802,-0.20987 z"
id="Blackhill" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 180.88143,105.67256 c -0.038,-0.0578 -0.11343,-0.41984 -0.16784,-0.80468 -0.0544,-0.38483 -0.13137,-0.86384 -0.17106,-1.06447 l -0.0721,-0.36476 -1.86389,-0.0753 c -1.0917,-0.0442 -1.95171,-0.14351 -2.07583,-0.24008 -0.34569,-0.26869 -1.0444,-0.12341 -1.09791,0.22825 -0.0411,0.26968 -0.0978,0.28888 -0.51852,0.17596 -0.25986,-0.0698 -0.75955,-0.25328 -1.11038,-0.40771 -0.35087,-0.15446 -0.72457,-0.28084 -0.83046,-0.28084 -0.10583,0 -0.32517,-0.0867 -0.48727,-0.19269 -0.16483,-0.10767 -0.92074,-0.23667 -1.71434,-0.29242 -2.11053,-0.14816 -6.91481,-1.42517 -8.4977,-2.25864 -0.72079,-0.379527 -2.26122,-1.632527 -2.26124,-1.839317 0,-0.0962 -0.11757,-0.17596 -0.2615,-0.17704 -0.14385,-0.001 -0.47804,-0.18096 -0.74267,-0.39961 -0.56661,-0.46794 -1.98343,-1.14424 -3.28563,-1.56833 -0.92065,-0.29983 -0.93027,-0.30855 -1.28006,-1.16014 l -0.35245,-0.85803 0.4582,-0.29204 c 0.25202,-0.16053 0.82806,-0.48207 1.28008,-0.71434 0.45203,-0.23229 1.05652,-0.54676 1.34331,-0.698802 0.71215,-0.37754 1.34643,-1.52656 1.34643,-2.4391 0,-0.37605 -0.14086,-1.75881 -0.31309,-3.07274 -0.17222,-1.31397 -0.28986,-2.40818 -0.2615,-2.4316 0.26943,-0.22241 0.74631,-0.19639 1.01524,0.0554 0.23968,0.2245 0.49842,0.28703 1.1871,0.28703 1.24001,0 1.3127,-0.26496 0.68174,-2.48578 -0.40985,-1.44248 -0.38562,-1.5438 0.38025,-1.59148 0.65398,-0.0406 1.24232,0.0348 2.31616,0.29652 0.5753,0.14031 1.34258,0.29994 1.70504,0.35473 0.39309,0.0594 0.80697,0.23814 1.0256,0.44286 0.50627,0.47416 0.86629,0.57734 2.14215,0.61398 0.75758,0.0217 1.31518,-0.0441 1.77564,-0.20985 0.36917,-0.13302 1.11804,-0.27676 1.66417,-0.31965 l 0.99292,-0.078 0.26574,1.15176 c 0.14613,0.63347 0.35454,1.18367 0.46309,1.22268 0.10857,0.0391 0.66267,-0.0615 1.23133,-0.22317 0.81359,-0.23142 1.43147,-0.2941 2.89932,-0.2941 h 1.86542 l 0.10187,0.50805 c 0.10142,0.50625 0.67592,1.48649 0.97144,1.65755 0.0855,0.0495 0.15538,0.21094 0.15538,0.35862 0,0.23022 0.0496,0.24748 0.34691,0.12064 0.28803,-0.12297 0.47959,-0.0747 1.12828,0.28341 0.6504,0.35916 0.88022,0.41663 1.37153,0.34306 0.3246,-0.0487 0.59018,-0.14162 0.59018,-0.20681 0,-0.0651 0.21854,-0.22333 0.48564,-0.3515 0.26709,-0.12822 0.51926,-0.27297 0.56037,-0.32179 0.0411,-0.0488 0.49959,-0.29792 1.01889,-0.55356 0.86646,-0.42654 0.95026,-0.44355 1.01742,-0.20661 0.0401,0.14206 0.22292,0.60459 0.40622,1.02792 0.29567,0.68324 0.37858,0.76672 0.73843,0.74332 0.54686,-0.0354 0.53153,0.23607 -0.11221,1.98494 l -0.51491,1.39883 0.23729,1.40002 c 0.23649,1.395352 0.20609,2.225812 -0.21187,5.788732 -0.0756,0.64419 0.0336,0.92409 0.76038,1.94937 0.31407,0.443067 0.44552,0.828297 0.5014,1.469397 0.0417,0.47789 0.18397,1.0893 0.31644,1.35867 0.267,0.54339 1.24683,1.30466 1.86672,1.45036 0.22085,0.0519 0.40136,0.14293 0.40136,0.20247 0,0.0596 -0.42026,0.28392 -0.93393,0.49876 -0.51365,0.21485 -1.15104,0.48215 -1.41643,0.59406 -0.26538,0.1119 -0.75287,0.29278 -1.08336,0.40198 -0.52344,0.17292 -0.60085,0.17227 -0.60085,-0.004 0,-0.26339 -0.2121,-0.26046 -0.4483,0.006 -0.15424,0.17401 -0.70568,0.20985 -3.2222,0.20985 -1.66992,0 -3.06727,-0.0472 -3.10519,-0.10491 z m -9.66159,-12.279877 c 0,-0.67729 -0.23594,-0.82916 -0.61679,-0.39708 -0.15976,0.1814 -0.16391,0.24566 -0.0184,0.29156 0.10278,0.0323 0.18673,0.16901 0.18673,0.30377 0,0.13463 0.0447,0.28686 0.0996,0.3382 0.23743,0.22234 0.34865,0.0513 0.34865,-0.53645 z m 1.27014,0 c 0,-0.5261 -0.0283,-0.56235 -0.47285,-0.60274 -0.53478,-0.0487 -0.74764,0.28134 -0.58151,0.90122 0.0789,0.29388 0.16829,0.34148 0.57385,0.30476 0.45325,-0.0411 0.48051,-0.0752 0.48051,-0.60324 z"
id="Easterhouse" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 151.64454,109.54496 c -1.02731,-0.0611 -3.31359,-0.18161 -5.08059,-0.26796 -4.11174,-0.20095 -9.46125,-0.54856 -10.00322,-0.65007 -0.40666,-0.0762 -0.41466,-0.0946 -0.25767,-0.58937 0.0892,-0.28093 0.24884,-0.56112 0.35498,-0.62267 0.29513,-0.17118 0.23031,-0.35345 -0.14316,-0.40315 -0.29291,-0.0389 -0.34204,-0.13944 -0.38137,-0.77941 l -0.0452,-0.73468 h -0.88877 c -0.86022,0 -1.18235,-0.19227 -0.62726,-0.37451 0.14385,-0.0472 0.46321,-0.25695 0.70977,-0.4661 0.24656,-0.20921 0.66913,-0.46768 0.93907,-0.57451 0.37382,-0.14795 0.5993,-0.40262 0.94638,-1.06886 0.25059,-0.48106 0.50045,-0.87439 0.55525,-0.87412 0.0549,2.7e-4 0.70479,0.0937 1.44447,0.20747 0.73968,0.11379 2.17301,0.20811 3.18521,0.20941 1.01219,10e-4 1.96973,0.0673 2.12785,0.14665 0.21648,0.1084 0.3847,0.0845 0.68023,-0.0969 l 0.39269,-0.24096 -0.0705,-2.527047 c -0.0408,-1.46366 -0.14501,-2.6988 -0.24755,-2.93524 -0.13902,-0.32077 -0.13671,-0.43151 0.0116,-0.51693 0.60963,-0.35283 5.7172,-0.44778 7.51942,-0.13973 2.02803,0.34659 4.71104,1.33281 5.54328,2.03763 0.18627,0.15772 0.59024,0.47571 0.89771,0.70661 0.30749,0.2309 0.8687,0.67173 1.2472,0.97959 0.37847,0.307877 0.95525,0.679537 1.28172,0.825907 0.32648,0.14641 0.76169,0.34174 0.96717,0.43413 0.2054,0.0924 0.86107,0.31471 1.45691,0.49407 l 1.08339,0.32609 v 0.95408 0.95406 h -0.42813 c -0.2355,0 -0.59912,0.12603 -0.8081,0.27988 -0.20888,0.15402 -0.42809,0.27989 -0.48696,0.27989 -0.15677,0 -2.01256,1.77964 -2.01256,1.93007 0,0.0704 -0.47608,0.46775 -1.05798,0.88316 -0.5819,0.41541 -1.17357,0.84975 -1.31482,0.96519 -0.45063,0.36831 -1.8543,0.94371 -2.86677,1.17518 -1.0448,0.23885 -1.66969,0.24879 -4.62277,0.0731 z m -0.75256,-5.51057 c 0.0994,-0.11204 0.13717,-0.26953 0.0841,-0.34987 -0.053,-0.0804 0.009,-0.14598 0.13648,-0.14598 0.14894,0 0.23296,0.12618 0.23296,0.34986 0,0.19247 0.0673,0.34984 0.14939,0.34984 0.0823,0 0.14939,-0.28339 0.14939,-0.62973 0,-0.6595 -0.13117,-0.77768 -0.45611,-0.41098 -0.1759,0.19834 -0.2061,0.19834 -0.32458,0 -0.18696,-0.31272 -0.37863,-0.27243 -0.79076,0.16598 -0.44127,0.46951 -0.45833,0.59475 -0.0812,0.59475 0.15953,0 0.3316,0.0629 0.38239,0.13987 0.12934,0.19618 0.30654,0.17423 0.51758,-0.0638 z"
id="Barlanark" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 142.29012,101.71919 c -1.70032,-0.0527 -2.32325,-0.12166 -2.52723,-0.27986 -0.20633,-0.15989 -0.28571,-0.16814 -0.33361,-0.035 -0.0821,0.22855 -0.71958,0.22037 -2.27941,-0.0293 -2.48553,-0.39769 -5.19261,-0.49942 -10.75892,-0.40434 l -5.45418,0.0933 0.0463,-1.542867 c 0.0452,-1.50474 0.0337,-1.56858 -0.46743,-2.58448 -0.68161,-1.38191 -0.69048,-2.23516 -0.0272,-2.61087 0.24656,-0.13972 0.65,-0.32392 0.89659,-0.40949 1.84828,-0.64146 2.57311,-0.86795 2.7858,-0.87052 0.1351,-10e-4 0.28165,-0.0912 0.32582,-0.19899 0.1072,-0.26181 2.35256,-1.063472 2.97856,-1.063472 0.27293,0 0.76001,0.12603 1.08244,0.27986 0.3224,0.15403 0.65629,0.27989 0.74198,0.27989 0.0858,0 0.5679,0.362092 1.07158,0.804662 0.50368,0.44258 1.19796,0.96211 1.54284,1.15455 0.34489,0.19247 0.73943,0.44905 0.87676,0.57031 0.25732,0.22719 1.53233,1.61384 1.67452,1.82117 0.1457,0.21246 1.45146,0.68775 2.12802,0.77458 0.38931,0.05 1.15543,-0.006 1.84404,-0.13536 0.64792,-0.12137 1.77661,-0.28923 2.50819,-0.37289 0.73159,-0.0836 1.72343,-0.23803 2.2041,-0.34304 0.82447,-0.1801 0.87392,-0.17618 0.87392,0.0682 0,0.1425 0.0595,0.29357 0.13187,0.33558 0.0726,0.042 0.17821,0.42257 0.23462,0.8457 0.0565,0.42313 0.15884,0.80185 0.22754,0.8416 0.12541,0.0726 0.12149,2.967567 -0.005,3.041437 -0.0369,0.0217 -1.0824,0.009 -2.32349,-0.0306 z m -11.41629,-4.548087 c 0,-0.69352 -0.11596,-0.77107 -0.523,-0.34984 -0.24324,0.25168 -0.24557,0.27986 -0.0233,0.27986 0.16414,0 0.2473,0.11758 0.2473,0.34987 0,0.19247 0.0673,0.34985 0.14939,0.34985 0.0823,0 0.14939,-0.28338 0.14939,-0.62974 z m 1.04601,0 c 0,-0.67729 -0.23591,-0.82917 -0.61677,-0.39708 -0.15977,0.1814 -0.16392,0.24566 -0.0185,0.29157 0.10282,0.0323 0.18674,0.21093 0.18674,0.39706 0,0.20724 0.0867,0.33819 0.22408,0.33819 0.16598,0 0.22408,-0.16338 0.22408,-0.62974 z"
id="Riddrie" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 133.713,108.00489 c -1.00894,-0.20246 -1.97694,-0.25671 -4.70705,-0.26423 -3.45307,-0.009 -4.48265,-0.10694 -6.72432,-0.63583 -2.53383,-0.59794 -2.53964,-0.60025 -3.37377,-1.33968 -0.44565,-0.39506 -0.95474,-0.7703 -1.13133,-0.8339 -0.17659,-0.0637 -1.01713,-0.1866 -1.86788,-0.27361 -0.85073,-0.0868 -1.87302,-0.20116 -2.27173,-0.25375 l -0.72495,-0.0959 0.32089,-0.38009 c 0.46739,-0.55368 0.75542,-1.76759 0.75542,-3.18366 0,-1.459927 -0.27764,-2.197297 -1.10619,-2.937867 l -0.54162,-0.48412 0.63711,-0.17857 c 0.35042,-0.0982 0.78019,-0.17943 0.95505,-0.18052 0.17475,-8.6e-4 0.39804,-0.0925 0.49598,-0.20312 0.098,-0.11059 0.39193,-0.24472 0.65336,-0.29827 0.53632,-0.10986 2.55942,-0.79848 3.46391,-1.17908 l 0.59773,-0.25151 0.0463,0.71574 c 0.0254,0.39367 0.10858,0.78607 0.18489,0.87202 0.37133,0.41902 0.63306,1.47496 0.65394,2.63838 0.023,1.236757 0.0185,1.250377 -0.46868,1.693447 -0.27009,0.24563 -0.49107,0.51613 -0.49107,0.60107 0,0.29125 0.98756,0.32673 4.93644,0.17727 5.52104,-0.20899 7.95813,-0.18944 10.38774,0.0832 l 2.09963,0.2356 -0.0613,0.39135 c -0.0765,0.48791 -0.66402,1.09893 -1.05669,1.09893 -0.1623,0 -0.41792,0.14162 -0.56802,0.31487 -0.15008,0.17314 -0.62554,0.53528 -1.05655,0.80468 -0.8945,0.55904 -0.99131,0.90161 -0.37402,1.32359 0.28639,0.19573 0.60509,0.26568 1.11603,0.24488 0.69855,-0.0284 0.71517,-0.0195 0.71517,0.38157 0,0.22591 0.0585,0.55652 0.13025,0.73471 0.13371,0.33207 -0.0279,0.96831 -0.23762,0.93533 -0.0643,-0.0102 -0.68845,-0.13317 -1.38704,-0.27319 z m -9.2909,-2.90893 c 0.11895,-0.0707 0.17843,-0.30684 0.14939,-0.5926 -0.0431,-0.42249 -0.10214,-0.47997 -0.53409,-0.51896 -0.51278,-0.0463 -0.6514,0.18248 -0.30633,0.50567 0.13947,0.13055 0.13947,0.16792 0,0.16792 -0.23723,0 -0.23121,0.37688 0.007,0.46709 0.28473,0.10752 0.46631,0.1 0.68352,-0.0291 z m -1.01974,-0.5546 c 0,-0.64138 -0.0964,-0.75945 -0.46794,-0.57323 -0.29241,0.14663 -0.3876,0.54991 -0.12979,0.54991 0.0823,0 0.14939,0.12603 0.14939,0.27989 0,0.15555 0.0996,0.27988 0.22408,0.27988 0.16022,0 0.22408,-0.15294 0.22408,-0.53645 z"
id="Haghill" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 133.56156,134.97092 c -0.56227,-0.17271 -1.02125,-0.78493 -1.20294,-1.60461 -0.0623,-0.28054 -0.222,-1.01385 -0.35514,-1.62959 -0.13324,-0.61575 -0.38635,-1.37143 -0.56265,-1.67931 -0.27044,-0.47227 -0.33529,-0.88787 -0.41489,-2.65889 -0.11435,-2.54099 -0.24997,-2.86878 -1.39461,-3.36788 -0.42615,-0.18574 -0.85151,-0.33846 -0.94527,-0.33921 -0.0938,-8.9e-4 -0.46359,-0.12603 -0.82187,-0.27817 -0.37953,-0.16119 -0.97998,-0.27808 -1.43875,-0.27989 -0.71879,-0.001 -0.87814,0.0606 -1.82993,0.7276 -1.13328,0.79423 -1.30692,1.12876 -1.15103,2.21726 0.0671,0.46845 0.0233,0.5923 -0.29278,0.82503 -0.71625,0.52762 -0.90338,0.50195 -2.14975,-0.29499 -1.42186,-0.90917 -1.57001,-1.12246 -1.33859,-1.92728 0.1231,-0.42787 0.29753,-0.65909 0.62447,-0.82736 2.06347,-1.06202 2.4084,-2.0038 1.17473,-3.2073 -0.25643,-0.25015 -0.39408,-0.45482 -0.3059,-0.45482 0.0883,0 0.45215,-0.25188 0.80879,-0.55975 0.35666,-0.30788 0.70535,-0.55977 0.77488,-0.55977 0.0696,0 0.37778,-0.22988 0.68502,-0.51084 0.54466,-0.49808 0.56802,-0.50505 0.93499,-0.27989 0.50849,0.31205 0.75404,0.29063 0.96219,-0.0838 0.0964,-0.17313 0.30804,-0.50377 0.47064,-0.73468 0.16253,-0.2309 0.34154,-0.51429 0.39767,-0.62976 0.0563,-0.11539 0.36107,-0.57075 0.67764,-1.01179 0.31655,-0.44102 0.61609,-0.90078 0.66563,-1.0217 0.0968,-0.236 -0.47437,-0.90528 -0.77248,-0.90528 -0.0961,0 -0.29665,-0.12603 -0.4454,-0.27986 -0.14869,-0.15403 -0.35048,-0.27989 -0.4483,-0.27989 -0.0978,0 -0.29154,-0.11773 -0.43053,-0.26152 -0.139,-0.1438 -0.67056,-0.467 -1.18124,-0.71813 -0.51069,-0.25113 -1.1975,-0.6053 -1.52625,-0.78703 -0.32874,-0.18183 -0.81626,-0.4262 -1.08336,-0.54326 -0.39627,-0.17357 -0.48761,-0.29613 -0.49637,-0.6657 -0.007,-0.24914 -0.041,-0.97719 -0.0781,-1.61794 -0.0618,-1.06537 -0.045,-1.1588 0.19756,-1.09258 2.90961,0.79508 3.22814,0.83073 7.6618,0.85716 3.87652,0.0233 4.33921,0.0514 5.15531,0.31514 1.49844,0.48417 3.15626,0.73507 5.47965,0.82924 1.93374,0.0784 2.19063,0.11597 2.02993,0.29737 -0.1351,0.15251 -0.17245,0.91315 -0.14017,2.85876 l 0.0438,2.65116 -0.41909,0.51167 c -0.23054,0.28142 -0.50967,0.66971 -0.62038,0.86285 -0.22247,0.38827 -0.34707,2.90876 -0.14685,2.9716 0.0673,0.0217 0.16368,0.82567 0.21417,1.78776 0.0588,1.12359 0.2227,2.24635 0.4584,3.13895 0.20172,0.76431 0.32913,1.53026 0.28307,1.70211 -0.0461,0.17184 -0.36671,0.55407 -0.71259,0.84941 -2.16891,1.85188 -2.41934,2.29049 -2.42842,4.25326 l -0.007,1.47725 -0.82188,0.32952 c -0.45202,0.18117 -1.0572,0.53265 -1.34486,0.78095 -0.28764,0.2483 -0.82982,0.57577 -1.20481,0.72773 -0.56834,0.23027 -0.76608,0.25039 -1.18807,0.12079 z m -2.69578,-14.91173 c 0.13095,-0.0775 0.31798,-0.0769 0.47482,0.001 0.47426,0.23771 0.72868,0.009 0.72868,-0.65398 v -0.61477 h -0.95495 -0.95496 l -0.0729,0.52478 c -0.0516,0.37205 -0.005,0.57571 0.16161,0.69972 0.27747,0.20702 0.33356,0.21094 0.61759,0.0425 z"
id="West_shettleston" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 106.69959,125.55824 c -0.10489,-0.0411 -0.31983,-0.31166 -0.47756,-0.60121 -0.2636,-0.48388 -0.26954,-0.58021 -0.0733,-1.19069 0.31044,-0.966 0.43535,-2.35607 0.24209,-2.69424 -0.0892,-0.15621 -0.66381,-0.58158 -1.27669,-0.94513 -1.10192,-0.65364 -1.11347,-0.66668 -1.03848,-1.17285 0.12773,-0.86293 0.12634,-0.86173 1.10148,-0.86173 1.01596,0 1.2233,-0.0749 1.93868,-0.70079 0.27344,-0.2392 0.83892,-0.64745 1.25663,-0.90719 1.16513,-0.72456 1.5315,-1.15991 1.64981,-1.96054 0.0569,-0.38483 0.25779,-1.29794 0.44648,-2.02914 0.42097,-1.63121 0.50661,-2.07106 0.67924,-3.48857 0.0747,-0.61346 0.27786,-1.42459 0.45147,-1.80253 0.1736,-0.37794 0.36236,-0.99514 0.41944,-1.3715 l 0.10374,-0.68435 0.65934,-0.0442 c 0.84863,-0.057 1.35576,0.0654 1.35576,0.32673 0,0.23353 0.3812,0.2822 0.52332,0.0669 0.051,-0.0774 0.27349,-0.11365 0.49448,-0.081 0.22108,0.0326 0.83885,0.10359 1.37308,0.15772 0.91762,0.093 1.01523,0.13929 1.76642,0.83629 0.4714,0.43747 0.72994,0.77563 0.63508,0.83054 -0.27994,0.16206 -0.17267,0.35599 0.19688,0.35599 0.19641,0 0.50047,0.11015 0.67582,0.24489 0.27597,0.21203 0.3263,0.42344 0.37466,1.57436 0.0307,0.73118 0.0629,1.44286 0.0712,1.58148 0.009,0.13929 0.23279,0.34708 0.50109,0.46443 0.26713,0.11685 0.75462,0.36503 1.08336,0.55161 0.32875,0.18661 0.81919,0.43614 1.08987,0.55458 0.27069,0.11845 0.53005,0.30781 0.57636,0.42083 0.0463,0.11292 0.24114,0.20551 0.43297,0.20551 0.19181,0 0.3918,0.0651 0.44441,0.14497 0.0526,0.0797 0.52728,0.40024 1.05484,0.71226 0.91168,0.53924 1.1451,0.83792 0.80748,1.03332 -0.0834,0.0482 -0.25343,0.28817 -0.37776,0.53305 -0.12425,0.24489 -0.45127,0.77587 -0.72653,1.17997 -0.42654,0.62618 -0.528,0.70373 -0.68657,0.52478 -0.2114,-0.23867 -0.68388,-0.27914 -0.82165,-0.0704 -0.0507,0.0766 -0.77251,0.65558 -1.6041,1.28627 l -1.512,1.1467 -0.66148,-0.69153 c -0.36383,-0.38033 -0.93136,-1.00552 -1.26122,-1.38934 -0.80593,-0.93774 -1.45337,-1.33134 -2.19,-1.33134 -0.46036,0 -0.66291,0.081 -0.89601,0.3586 -0.43124,0.51342 -0.66152,1.26493 -0.55324,1.80543 0.11434,0.57121 0.61523,1.19459 0.95972,1.19459 0.29071,0 1.21788,0.74504 1.21788,0.97866 0,0.24734 -0.3932,0.8912 -0.69449,1.13725 -0.18166,0.14836 -1.07266,0.33374 -2.59296,0.53951 -2.80369,0.37949 -3.5435,0.69319 -5.21061,2.20952 -1.07833,0.98079 -1.5176,1.22258 -1.92864,1.06153 z m 8.82035,-11.79838 c 0.14386,-0.28445 0.2615,-0.56241 0.2615,-0.61768 0,-0.0552 -0.44853,-0.0819 -0.99675,-0.059 -0.69198,0.0287 -1.01791,0.10141 -1.066,0.23752 -0.0498,0.14119 0.0207,0.17423 0.24958,0.11802 0.40166,-0.0983 0.41241,0.0536 0.0208,0.28305 -0.58125,0.33995 -0.36726,0.59248 0.48565,0.57315 0.75091,-0.0173 0.79572,-0.0399 1.04602,-0.535 z"
id="Parkhead" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 138.88016,132.02646 c -0.10812,-0.54004 0.12542,-1.58434 0.51862,-2.3189 0.14431,-0.26939 0.79743,-0.96877 1.45157,-1.55416 1.29479,-1.15869 1.47595,-1.53503 1.23905,-2.57411 -0.38641,-1.69488 -0.4697,-2.24367 -0.67721,-4.4622 -0.12471,-1.33441 -0.26749,-2.61617 -0.31708,-2.84836 -0.10674,-0.50036 0.30855,-1.43882 0.91431,-2.06555 l 0.40577,-0.41983 -0.0749,-2.69595 -0.0749,-2.69599 0.4484,-0.29898 0.44837,-0.299 3.38202,0.25286 c 1.86008,0.139 4.92862,0.25884 6.81888,0.26611 3.33216,0.0131 3.42855,0.0217 3.16306,0.26966 -0.22247,0.20834 -0.40789,0.23918 -0.98833,0.16445 -0.40492,-0.0522 -0.99048,-0.0224 -1.35137,0.0686 l -0.63685,0.16053 0.0936,0.63915 c 0.0514,0.35151 0.0936,0.72478 0.0936,0.8295 0,0.10476 0.12449,0.1903 0.27656,0.1903 0.15215,0 0.4808,0.0667 0.73047,0.14816 0.4357,0.14235 0.44757,0.16748 0.29608,0.62973 -0.0867,0.26486 -0.21716,0.48156 -0.2898,0.48156 -0.19343,0 -0.56503,0.90575 -0.56503,1.37742 0,0.34008 0.0735,0.42063 0.4483,0.49081 l 0.44828,0.0838 v 1.60284 c 0,2.09267 -0.0454,2.04936 2.35731,2.24329 1.5487,0.12487 1.67729,0.18054 1.67729,0.72413 0,0.47245 -0.002,0.47465 -0.7098,0.47806 -0.77299,0.004 -2.00041,0.23114 -2.12568,0.39386 -0.0431,0.0561 -0.51546,0.18335 -1.04968,0.28283 -1.22565,0.22846 -1.49342,0.43942 -0.55767,0.43942 0.57682,0 0.73071,0.0565 0.88911,0.32707 0.37732,0.64423 1.3923,1.75076 1.67266,1.82352 0.15723,0.0408 0.40487,0.0152 0.55054,-0.0587 0.1457,-0.073 0.45421,-0.13055 0.68562,-0.12822 l 0.42075,0.004 -0.33621,0.26266 c -0.18489,0.14439 -0.33622,0.3628 -0.33622,0.48514 0,0.12225 -0.10812,0.22247 -0.24049,0.22247 -0.25694,0 -0.24216,0.35652 0.059,1.42446 0.16253,0.5766 0.20887,0.54301 -1.40734,1.01977 -0.42181,0.12443 -0.88613,0.34958 -1.03181,0.50033 -0.1457,0.15075 -0.35533,0.2741 -0.46584,0.2741 -0.11067,0 -0.20103,0.063 -0.20103,0.13988 0,0.0769 -0.0917,0.13987 -0.20403,0.13987 -0.11227,0 -0.37497,0.12603 -0.58392,0.27987 -0.20887,0.15402 -0.53746,0.28083 -0.72995,0.28201 -0.60076,0.004 -1.36197,0.3229 -2.41375,1.01246 -0.55764,0.36559 -1.0399,0.66473 -1.07172,0.66473 -0.0318,0 -0.24713,0.074 -0.47847,0.16445 -0.25528,0.0997 -1.067,0.15229 -2.06439,0.13332 -2.61466,-0.0495 -5.51165,0.2994 -6.82497,0.82202 -0.60214,0.23964 -1.15868,0.49505 -1.23676,0.56761 -0.244,0.22671 -0.34459,0.14793 -0.44393,-0.34805 z m 10.79754,-11.1194 c 0.0277,-0.18378 -0.0394,-0.38743 -0.14939,-0.45266 -0.14917,-0.0886 -0.15262,-0.11933 -0.0138,-0.12078 0.10282,-8.9e-4 0.18673,-0.0651 0.18673,-0.14206 0,-0.0787 -0.41805,-0.13988 -0.95532,-0.13988 -0.73326,0 -0.97639,0.0514 -1.04599,0.22134 -0.15146,0.36987 -0.10443,0.47835 0.20818,0.47835 0.16437,0 0.29884,0.0571 0.29884,0.1269 0,0.0698 -0.1344,0.0938 -0.29884,0.0536 -0.29265,-0.0717 -0.40294,0.0951 -0.19296,0.2919 0.0583,0.0545 0.51218,0.0809 1.00867,0.0583 0.82296,-0.0373 0.90716,-0.0704 0.95313,-0.37493 z"
id="East_shettleston" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 167.91652,133.15829 c -0.36111,-0.25721 -0.82467,-0.5509 -1.03014,-0.65265 -0.20541,-0.1017 -0.81065,-0.51086 -1.34487,-0.90913 -0.5342,-0.39826 -1.22946,-0.83861 -1.545,-0.97856 -0.31551,-0.13987 -0.92071,-0.55892 -1.34485,-0.9311 -0.42414,-0.37219 -0.8448,-0.67723 -0.9348,-0.67785 -0.0899,-4.4e-4 -0.28534,-0.12705 -0.43408,-0.28102 -0.14869,-0.15403 -0.37774,-0.28085 -0.50882,-0.28204 -0.15146,-0.001 -0.17843,-0.0395 -0.074,-0.10491 0.0904,-0.0565 0.21278,-0.38618 0.27171,-0.73254 0.19641,-1.15234 0.19042,-1.1868 -0.21187,-1.22467 -0.2054,-0.0195 -0.7266,-0.10257 -1.15807,-0.18486 -0.68504,-0.13084 -0.78452,-0.19249 -0.78452,-0.48698 0,-0.24502 0.10443,-0.36172 0.38251,-0.42705 0.22915,-0.0539 0.35272,-0.16248 0.30827,-0.27097 -0.0408,-0.0995 0.023,-0.21573 0.14063,-0.25821 0.13694,-0.0494 0.21463,-0.27912 0.21463,-0.63476 0,-0.49748 -0.0553,-0.58216 -0.51229,-0.78526 -0.31033,-0.13798 -0.79139,-0.21158 -1.22026,-0.18681 -0.59898,0.0345 -0.72956,-0.004 -0.84835,-0.2539 -0.0772,-0.16206 -0.2846,-0.36083 -0.46084,-0.44169 l -0.3204,-0.14707 0.33619,-0.0941 c 0.18489,-0.0517 0.33621,-0.14967 0.33621,-0.21763 0,-0.068 0.12104,-0.12355 0.26899,-0.12355 0.14801,0 0.33762,-0.0643 0.42154,-0.14294 0.0839,-0.0787 0.59264,-0.18139 1.13057,-0.2284 l 0.97803,-0.0857 0.089,-0.99445 c 0.0489,-0.54694 0.0399,-1.04052 -0.0208,-1.09685 -0.0602,-0.0562 -0.78041,-0.17226 -1.60064,-0.25742 -0.82023,-0.0854 -1.70987,-0.25176 -1.97697,-0.37001 -0.44722,-0.1979 -0.48565,-0.2674 -0.48565,-0.87763 0,-0.36445 -0.0436,-1.14443 -0.0966,-1.73332 -0.0828,-0.91656 -0.13648,-1.07067 -0.37358,-1.07067 -0.3234,0 -0.37442,-0.35485 -0.0669,-0.46537 0.1155,-0.0415 0.25518,-0.26794 0.31035,-0.50316 0.0551,-0.23523 0.1623,-0.46359 0.23824,-0.50752 0.0758,-0.0439 0.13786,-0.32638 0.13786,-0.62774 0,-0.46522 -0.0666,-0.58016 -0.44085,-0.76141 -0.24248,-0.11758 -0.61233,-0.21356 -0.82189,-0.21356 -0.24211,0 -0.38098,-0.0779 -0.38098,-0.21375 0,-0.17879 0.15492,-0.199 0.94718,-0.12298 1.0429,0.1001 1.28838,0.0235 2.26555,-0.70664 0.32875,-0.24563 0.70692,-0.48418 0.84036,-0.53008 0.13348,-0.0459 0.28847,-0.31223 0.34446,-0.59183 0.0569,-0.28454 0.21325,-0.54736 0.35508,-0.597 0.13925,-0.0487 0.77087,-0.47051 1.40346,-0.93725 0.63261,-0.46672 1.32185,-0.96172 1.53166,-1.10001 0.20979,-0.13812 0.38145,-0.37021 0.38145,-0.51534 0,-0.14512 0.11758,-0.30159 0.26152,-0.3476 0.14386,-0.046 0.44892,-0.31532 0.67801,-0.59845 0.42476,-0.52494 1.65905,-1.13947 2.31057,-1.15038 0.32014,-0.004 0.33621,-0.059 0.33621,-1.12514 0,-0.67629 0.0611,-1.11952 0.15423,-1.11952 0.0849,0 0.40084,0.0965 0.70224,0.21441 0.51818,0.20268 1.21741,0.32917 3.47698,0.62852 1.80303,0.23885 3.02252,0.60325 3.28746,0.98232 0.0827,0.11845 1.6496,0.41382 2.19418,0.41382 0.25387,0 0.34612,-0.0797 0.34612,-0.29891 0,-0.2751 0.0553,-0.29182 0.6933,-0.20985 0.3813,0.0488 1.14555,0.089 1.69836,0.089 h 1.00507 l 0.0756,0.98962 c 0.0415,0.54429 0.15491,1.06381 0.25165,1.15451 0.10036,0.0941 0.88265,0.20291 1.81954,0.25329 0.90391,0.0487 1.67261,0.11554 1.70822,0.14902 0.0617,0.0578 -0.11617,0.5344 -0.81302,2.17812 -0.40737,0.9609 -0.41333,1.97808 -0.0137,2.37954 0.16391,0.16488 0.75248,0.64346 1.30779,1.06362 0.77108,0.58347 1.06942,0.91504 1.26265,1.40337 0.23785,0.60093 0.23782,0.64748 0,0.77407 -0.22454,0.11932 -0.22776,0.15662 -0.0292,0.3281 0.12332,0.10636 0.68439,0.37145 1.2469,0.58904 1.19057,0.46053 2.61374,1.65 2.99346,2.50188 0.33579,0.75335 0.14323,0.91044 -0.38313,0.3125 -0.31985,-0.36345 -0.56055,-0.50229 -0.87067,-0.50229 -0.23572,0 -0.47013,0.0629 -0.52093,0.13987 -0.0506,0.0769 -0.21532,0.13988 -0.36584,0.13988 -0.15023,0 -0.42888,0.11772 -0.61879,0.26187 -0.29255,0.22185 -0.37665,0.23255 -0.55025,0.0699 -0.11267,-0.10563 -0.36354,-0.19183 -0.55741,-0.19183 -0.2518,0 -0.36614,-0.0899 -0.40026,-0.31486 -0.0371,-0.24423 -0.16092,-0.32501 -0.5524,-0.36005 -0.27755,-0.0248 -0.57679,0.0224 -0.66495,0.1049 -0.0883,0.0825 -0.37973,0.1501 -0.64784,0.1501 -0.79064,0 -2.09845,0.52868 -2.44933,0.99014 l -0.31379,0.4127 -0.38224,-0.2816 c -0.52766,-0.3887 -1.53517,-0.38975 -1.64353,-0.001 -0.0429,0.15402 -0.15445,0.28127 -0.24751,0.28299 -0.0932,0.001 -0.33745,0.12618 -0.54293,0.27676 -0.4223,0.30936 -0.90265,0.35816 -1.1593,0.11772 -0.0952,-0.089 -0.56253,-0.16531 -1.03852,-0.16945 -0.67723,-0.006 -0.98697,0.0676 -1.42399,0.33701 -0.30718,0.18944 -0.55934,0.45769 -0.56036,0.59619 -0.003,0.39121 -0.3759,0.96289 -0.96169,1.47382 -0.5466,0.47675 -0.68059,0.95034 -0.35516,1.2551 0.13943,0.13054 0.11753,0.16793 -0.0988,0.16793 -0.45781,2e-5 -1.57467,0.68535 -1.57467,0.96626 0,0.14016 0.19572,0.48549 0.43513,0.76752 0.39572,0.46632 0.42131,0.56 0.28239,1.03382 -0.23197,0.79115 -0.53208,1.26117 -0.86928,1.36138 -0.39619,0.11773 -0.6857,0.56289 -0.81559,1.25399 -0.0585,0.3113 -0.30371,0.76764 -0.55847,1.03939 -0.98856,1.0544 -1.18895,2.27172 -0.52794,3.20711 0.70423,0.99664 0.42637,1.1665 -0.65185,0.39851 z m 4.68506,-17.18646 c -0.11937,-0.11189 -0.12651,-0.24157 -0.0231,-0.42272 0.21394,-0.37435 0.0278,-0.56026 -0.51679,-0.51632 -0.26,0.0217 -0.54967,-0.006 -0.64372,-0.0607 -0.1653,-0.0956 -0.94542,0.6325 -0.94542,0.88234 0,0.15404 0.46918,0.23602 1.48684,0.25983 0.61506,0.0152 0.77223,-0.0195 0.64205,-0.14235 z"
id="Garrowhill" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 99.344167,133.41602 c -0.36982,-0.18552 -0.773292,-0.34219 -0.896582,-0.34827 -0.12333,-0.006 -0.49312,-0.13273 -0.82186,-0.28148 -0.32875,-0.1486 -0.6938,-0.2725 -0.81124,-0.27514 -0.42976,-0.009 -1.29402,-0.34604 -1.80376,-0.70225 -1.19695,-0.83645 -1.56871,-1.0372 -2.06022,-1.11248 -0.48714,-0.0744 -0.53832,-0.13638 -0.87719,-1.05882 -0.2994,-0.81502 -0.3855,-1.43805 -0.51267,-3.70845 -0.13462,-2.40649 -0.20264,-2.86526 -0.575,-3.88339 -0.23222,-0.63497 -0.39337,-1.15451 -0.35812,-1.15451 0.0353,0 0.44033,0.2254 0.90018,0.50089 0.45985,0.27547 0.97775,0.56011 1.15091,0.63254 0.17313,0.0723 0.6174,0.31696 0.98723,0.54345 0.36985,0.22648 0.87417,0.51027 1.12073,0.63066 0.24656,0.12035 0.58277,0.29658 0.74714,0.39155 0.16438,0.0949 0.78959,0.45534 1.3894,0.80091 0.59979,0.34556 1.37308,0.80127 1.71845,1.01271 0.345342,0.21137 0.829632,0.47733 1.076192,0.59089 1.052353,0.48467 1.041333,0.45657 1.400443,3.57278 0.18189,1.57785 0.35874,3.03757 0.39316,3.24381 0.0544,0.32545 -0.0208,0.41331 -0.57646,0.66474 -0.7814,0.35425 -0.76298,0.35494 -1.590733,-0.0602 z m -3.075522,-4.63306 c 0.33901,-0.12181 0.31782,-0.88959 -0.0251,-0.91087 -0.24905,-0.0152 -0.24905,-0.0195 0,-0.0801 0.42096,-0.10301 0.30055,-0.32337 -0.17682,-0.32337 -0.28946,0 -0.4634,0.0832 -0.51241,0.24489 -0.12519,0.4132 -0.032,0.87835 0.20356,1.01771 0.27019,0.15989 0.22362,0.15511 0.51078,0.0519 z"
id="Toryglen" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 85.398125,127.03548 c -0.46621,-0.2892 -0.69804,-0.53156 -0.69804,-0.7297 0,-0.27502 -0.0184,-0.27993 -0.2452,-0.0672 -0.22731,0.21289 -0.28186,0.21115 -0.74766,-0.0226 -0.27634,-0.13885 -0.81312,-0.52037 -1.19282,-0.84817 -0.67261,-0.58061 -0.68822,-0.61296 -0.60672,-1.25738 l 0.0837,-0.66145 -0.61648,-0.19052 c -0.33905,-0.10476 -0.83916,-0.39909 -1.11133,-0.65398 -0.48977,-0.45868 -0.49219,-0.46732 -0.23517,-0.84349 0.1427,-0.20899 0.34461,-0.46328 0.4484,-0.56499 0.10374,-0.1017 0.18881,-0.23776 0.18881,-0.30232 0,-0.26825 1.25949,-1.58257 1.69527,-1.76908 0.25931,-0.11102 0.76248,-0.42014 1.11815,-0.68702 0.82576,-0.61959 1.57782,-0.64735 2.59444,-0.0957 3.11022,1.68745 3.42568,1.88572 3.33852,2.0984 -0.0493,0.12035 -0.0207,0.25905 0.0657,0.30847 0.0853,0.0494 0.3553,0.62123 0.59983,1.27066 0.41229,1.09504 0.44482,1.32526 0.44754,3.16879 l 0.002,1.98798 -0.63508,-0.21029 c -0.34929,-0.11554 -0.80324,-0.19378 -1.00876,-0.17379 -0.20541,0.0195 -0.46518,-0.0173 -0.57706,-0.0814 -0.12679,-0.0734 -0.25022,-0.0468 -0.32757,0.0704 -0.0782,0.11846 -0.34124,0.17359 -0.71042,0.1486 -0.48609,-0.0328 -0.60002,0.0102 -0.66699,0.24959 -0.11066,0.39648 -0.38585,0.36364 -1.20384,-0.14381 z m 0.98464,-3.80022 c 0.12587,-0.31037 -0.0669,-1.08455 -0.26991,-1.08455 -0.17959,0 -0.81506,0.69878 -0.81506,0.89624 0,0.0459 0.1344,0.0835 0.29884,0.0835 0.16438,0 0.29887,0.0629 0.29887,0.13987 0,0.20161 0.40305,0.17272 0.48726,-0.035 z"
id="Govanhill" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 97.849875,137.72745 c -0.36983,-0.0262 -1.51297,-0.17097 -2.54031,-0.32135 -1.8981,-0.27791 -4.60425,-0.61354 -6.83866,-0.84812 -1.73152,-0.18183 -2.6956,-0.68446 -2.93953,-1.53263 -0.0553,-0.19247 -0.38269,-0.91661 -0.72746,-1.60933 -1.0571,-2.12392 -0.83099,-3.35358 0.79123,-4.3032 0.49304,-0.28865 0.92968,-0.52478 0.97028,-0.52478 0.16875,0 0.67494,-0.49562 0.67494,-0.66086 0,-0.1269 0.28264,-0.17877 0.9713,-0.17877 0.86587,0 0.9713,0.0297 0.9713,0.27495 0,0.15119 -0.1344,0.34237 -0.29887,0.42475 -0.16437,0.0823 -0.29885,0.23045 -0.29885,0.329 0,0.0986 -0.28579,0.33245 -0.63508,0.5197 l -0.63508,0.34049 0.74715,0.089 c 0.41093,0.0491 1.11699,0.13128 1.56901,0.18248 1.88226,0.21399 1.75542,0.1525 1.86628,0.90735 l 0.10005,0.68092 0.58326,-0.0733 c 0.53146,-0.0667 0.69518,10e-4 1.84388,0.78447 0.69334,0.47176 1.39233,0.85775 1.55331,0.85775 0.16092,0 0.37898,0.0973 0.48438,0.21637 0.10536,0.11903 0.27987,0.18466 0.38767,0.14577 0.24112,-0.0867 1.1025,0.17053 1.37979,0.41214 0.11227,0.0978 0.36159,0.89241 0.55414,1.76588 0.370332,1.68019 0.433482,2.23334 0.25043,2.19342 -0.0615,-0.0131 -0.41467,-0.046 -0.78452,-0.0724 z m -6.66641,-3.72286 c 0.18581,-0.12705 0.24986,-0.32503 0.21532,-0.66471 -0.0433,-0.42759 -0.10327,-0.48857 -0.51661,-0.52622 -0.43359,-0.0395 -0.47513,-0.004 -0.57281,0.48316 -0.0837,0.41784 -0.051,0.563 0.15976,0.70729 0.32916,0.22543 0.38571,0.22546 0.71425,4.7e-4 z"
id="Kings_path" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 93.009755,144.78629 c -0.0353,-0.17315 -0.16783,-0.81865 -0.29453,-1.43441 -0.1268,-0.61574 -0.19434,-1.28204 -0.15031,-1.48066 0.11274,-0.50824 -0.18166,-1.38747 -0.61966,-1.85066 -0.48516,-0.51303 -1.75242,-1.04819 -2.93666,-1.24009 -1.09568,-0.17749 -2.06704,-0.59287 -2.06704,-0.88375 0,-0.30244 1.13634,-0.53541 2.16672,-0.44424 0.49312,0.0437 1.30004,0.11467 1.79316,0.15772 0.90836,0.0796 3.40643,0.39915 7.12435,0.91174 1.124052,0.15488 2.279475,0.28175 2.567585,0.28175 0.39262,0 0.54761,0.0702 0.61871,0.27989 0.0521,0.15402 0.15469,0.27989 0.22777,0.27989 0.12864,0 1.24236,3.18654 1.37778,3.94253 0.0772,0.43072 0.0687,0.4344 -2.966363,1.28692 -1.765542,0.49592 -1.868852,0.50814 -4.293242,0.50814 -2.45759,0 -2.48489,-0.004 -2.54826,-0.31485 z m 2.907,-2.79885 0.009,-0.31487 0.13878,0.32428 c 0.10627,0.24844 0.23519,0.31389 0.55089,0.27989 0.37317,-0.0402 0.41204,-0.0972 0.41204,-0.60417 0,-0.50698 -0.0387,-0.56392 -0.41204,-0.60414 -0.3157,-0.0339 -0.44452,0.0315 -0.55089,0.2799 l -0.13878,0.32424 -0.009,-0.31486 c -0.0116,-0.3702 -0.33492,-0.4127 -0.62623,-0.0822 -0.15999,0.1814 -0.16391,0.24564 -0.0184,0.29154 0.10282,0.0323 0.18674,0.21116 0.18674,0.39707 0,0.43786 0.44461,0.46052 0.45777,0.0233 z"
id="Croftfoot" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 85.948435,147.0271 c -0.76015,-0.41878 -1.99552,-1.26237 -1.99552,-1.36264 0,-0.0599 0.0991,-0.18618 0.22016,-0.28036 0.19388,-0.15054 0.19319,-0.22027 -0.007,-0.58099 -0.12449,-0.22543 -0.18812,-0.46783 -0.14132,-0.53863 0.13648,-0.2066 -0.76734,-0.29069 -2.63792,-0.2452 -1.64326,0.0399 -1.7609,0.0621 -2.0497,0.38721 -0.16852,0.18965 -0.30859,0.41892 -0.31134,0.50949 -0.007,0.21658 -0.85985,0.6112 -1.11976,0.51779 -0.11158,-0.0402 -0.44939,-0.009 -0.75065,0.0686 -0.93105,0.24077 -0.98543,0.10578 -0.38689,-0.95937 0.55573,-0.98903 1.41003,-1.92995 2.5674,-2.82771 1.77485,-1.37674 2.15584,-1.65216 2.28545,-1.65216 0.0772,0 0.24854,-0.0916 0.38068,-0.20355 0.13211,-0.11204 0.62293,-0.29699 1.09062,-0.41106 0.46769,-0.11408 1.31017,-0.46326 1.87219,-0.77596 0.56203,-0.31267 1.06107,-0.56851 1.10905,-0.56851 0.048,0 0.12772,0.14162 0.17705,0.31486 0.10397,0.3644 1.22788,0.94462 1.82963,0.94462 0.75024,0 2.6894,0.69982 3.1285,1.12904 0.39159,0.3828 0.42795,0.51847 0.53187,1.98493 0.0613,0.86576 0.18305,1.79406 0.27061,2.06294 0.22177,0.68145 0.22362,0.67791 -0.4013,0.77515 -1.0891,0.16945 -1.90352,0.4952 -2.4243,0.96954 -0.41345,0.37658 -0.71999,0.51068 -1.42352,0.62265 -0.49309,0.0784 -1.03105,0.17727 -1.19542,0.21935 -0.16438,0.0421 -0.44316,-0.001 -0.6195,-0.10009 z m -0.28775,-3.96509 c 0.51154,-0.47905 0.15146,-1.24725 -0.54146,-1.15527 -0.28029,0.0371 -0.34791,0.13681 -0.36298,0.53551 -0.0295,0.78168 0.40994,1.08286 0.90444,0.61976 z"
id="Cathcart" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 89.930105,156.36646 c 0,-0.27375 -0.0763,-0.34985 -0.35062,-0.34985 -0.76096,0 -2.10736,-1.01675 -2.73714,-2.06696 l -0.27441,-0.4576 -1.51976,-0.0571 c -1.43493,-0.0541 -1.57494,-0.0868 -2.50723,-0.58907 -0.82896,-0.44651 -1.01464,-0.61682 -1.15679,-1.06118 -0.0931,-0.29113 -0.25933,-0.59927 -0.36929,-0.68475 -0.11158,-0.0867 -0.19988,-0.42757 -0.19988,-0.77067 0,-0.5995 -0.0116,-0.61299 -0.41093,-0.52624 -0.22593,0.0488 -0.63331,0.20768 -0.90511,0.35254 -0.27181,0.14482 -0.52397,0.26345 -0.56037,0.26345 -0.15538,0 -0.0413,-0.43745 0.30551,-1.17209 0.3693,-0.78202 0.60352,-0.93733 0.93925,-0.62295 0.22454,0.21028 0.93052,-0.0628 0.93052,-0.35993 0,-0.11102 0.19734,-0.24237 0.43843,-0.29197 0.27653,-0.057 0.69493,-0.37136 1.13304,-0.85162 l 0.69461,-0.76142 0.92162,0.5832 c 0.50688,0.32076 1.10381,0.69897 1.32648,0.8405 0.48911,0.31081 1.35639,0.33629 1.61242,0.0474 0.1178,-0.13274 0.44741,-0.20986 0.89771,-0.20986 0.62709,0 0.81285,-0.078 1.5627,-0.65612 0.65954,-0.50849 0.97441,-0.65807 1.3994,-0.66476 0.30161,-0.004 0.64467,-0.0667 0.76239,-0.13754 0.32729,-0.19725 0.88468,-0.24423 4.11943,-0.34775 2.24225,-0.0717 3.156542,-0.15468 3.661042,-0.33219 0.369833,-0.13011 1.580223,-0.49523 2.689723,-0.81146 3.96311,-1.12952 4.3757,-1.27809 5.27881,-1.90068 0.88503,-0.61018 1.45821,-0.84279 1.71309,-0.69527 0.12104,0.0699 0.41919,1.1808 0.92543,3.44669 0.1669,0.74707 0.66523,8.94199 0.55031,9.04963 -0.0314,0.0296 -0.29163,0.0619 -0.57809,0.072 -0.35302,0.0131 -0.6246,-0.0788 -0.84301,-0.28339 -0.39431,-0.36928 -0.42573,-0.36976 -1.37029,-0.0217 -1.04605,0.38612 -2.55503,0.43368 -2.95757,0.0932 -0.28253,-0.23897 -0.32714,-0.24077 -0.67509,-0.0274 -0.29289,0.17965 -0.69513,0.22185 -1.88118,0.19703 -1.38241,-0.0289 -1.53846,-0.004 -1.86541,0.28239 -0.25502,0.22437 -0.37522,0.26224 -0.42133,0.13274 -0.0526,-0.14751 -0.17336,-0.14643 -0.651153,0.006 -0.39267,0.12603 -1.698412,0.21072 -3.948842,0.25612 -3.67028,0.074 -3.78389,0.0969 -4.81953,0.96617 -0.66945,0.56194 -0.85879,0.58858 -0.85879,0.12079 z m 8.03933,-5.2758 c 0.23526,-0.22033 0.2303,-0.90413 -0.007,-1.04825 -0.21394,-0.12967 -1.25454,-0.18617 -1.64373,-0.0895 -0.14386,0.0359 -0.2615,0.1625 -0.2615,0.28183 0,0.14795 0.095,0.19357 0.29887,0.14352 0.16437,-0.0402 0.29884,-0.0313 0.29884,0.0195 0,0.0513 -0.1344,0.17184 -0.29884,0.26797 -0.47876,0.27998 -0.35012,0.43317 0.41091,0.48937 0.39039,0.0289 0.78041,0.0638 0.8667,0.0775 0.0862,0.0131 0.23759,-0.0504 0.33621,-0.14278 z"
id="Castlemilk" onclick= "view.ClickOn(this.id)"/>
<path
style="stroke-width:0.144607"
d="m 101.20458,169.60316 c -0.32213,-0.28984 -3.273305,-1.43038 -3.325055,-1.285 -0.03,0.0844 -0.21694,0.15336 -0.41566,0.15336 -0.28686,0 -0.36114,-0.073 -0.36114,-0.35452 0,-0.48626 -0.86273,-1.26213 -1.64863,-1.48263 -0.36471,-0.10228 -0.96734,-0.4632 -1.41887,-0.84967 -0.43165,-0.36947 -0.85229,-0.67178 -0.93471,-0.67178 -0.0823,0 -0.18857,-0.0946 -0.23586,-0.20986 -0.14615,-0.35647 -0.52571,-0.2389 -1.80738,0.55976 -0.67935,0.42333 -1.33324,0.76968 -1.45308,0.76968 -0.11987,0 -0.35343,-0.14163 -0.51907,-0.31486 -0.69604,-0.72769 -1.14061,-0.94461 -1.93591,-0.94461 -0.5174,0 -0.79948,-0.0634 -0.85209,-0.19181 -0.14431,-0.3524 -0.8386,-0.40177 -1.38707,-0.0986 -0.38126,0.21071 -0.50884,0.23345 -0.50884,0.0911 0,-0.41679 -0.91182,-0.48231 -1.3017,-0.0934 -0.14708,0.14664 -0.43542,0.2883 -0.64089,0.31486 -0.25168,0.0324 -0.38894,0.14946 -0.42069,0.35865 -0.0415,0.27381 -0.0841,0.29029 -0.36243,0.13987 -0.71383,-0.38576 -1.01334,-0.70985 -0.91749,-0.99272 0.062,-0.18269 -0.11366,-0.67248 -0.50482,-1.40818 -1.17228,-2.20495 -1.25263,-2.39975 -1.14914,-2.78593 0.0915,-0.34143 0.16138,-0.37139 0.86783,-0.3721 1.25223,-10e-4 1.7999,-0.20378 2.00793,-0.74255 0.0989,-0.25632 0.18005,-0.67248 0.18005,-0.92476 0,-0.59079 0.35159,-1.27662 0.98813,-1.9274 0.56223,-0.57485 0.59808,-0.72559 0.30299,-1.27443 -0.1118,-0.2079 -0.2448,-0.54098 -0.29568,-0.74026 l -0.0924,-0.36235 1.00548,0.18227 c 0.55301,0.10039 1.21678,0.18465 1.47505,0.18748 0.38142,0.004 0.57143,0.12996 1.01228,0.66986 0.29853,0.36562 0.88736,0.88514 1.30858,1.15451 0.42123,0.2694 0.97514,0.67872 1.23095,0.90963 0.95004,0.85758 0.8706,0.85223 1.8696,0.12574 0.49942,-0.36322 0.90806,-0.70508 0.90806,-0.75972 0,-0.0545 0.29903,-0.17769 0.66453,-0.27353 0.47543,-0.12472 1.25149,-0.14643 2.72708,-0.0766 1.39565,0.0658 2.37663,0.043 3.03387,-0.0708 1.131822,-0.19617 1.785515,-0.19747 1.992165,-0.004 0.0966,0.0906 0.33149,0.001 0.68389,-0.25944 0.47705,-0.35313 0.66051,-0.3983 1.6511,-0.40662 0.6129,-0.004 1.37465,-0.0506 1.69272,-0.10083 0.47347,-0.0749 0.64183,-0.0357 0.9286,0.2166 0.29642,0.26079 0.44968,0.29301 0.997,0.20964 0.3557,-0.0543 0.84844,-0.17618 1.095,-0.27101 1.23912,-0.47654 1.39097,-0.49012 1.63184,-0.14577 0.2564,0.36648 0.56615,0.37872 1.91712,0.0756 0.6603,-0.14816 0.85923,-0.2524 0.85923,-0.45039 0,-0.22036 0.12426,-0.25751 0.85921,-0.25707 l 0.85923,8.7e-4 -0.48927,0.27937 c -0.26908,0.15358 -0.52355,0.27933 -0.56543,0.27933 -0.0419,0 -0.58312,0.33063 -1.20271,0.73471 -0.61959,0.40409 -1.27475,0.82916 -1.45591,0.94461 -0.1812,0.11554 -0.98981,0.65073 -1.79701,1.18951 -0.80718,0.53878 -1.57715,1.04258 -1.71102,1.11952 -0.13395,0.0769 -0.85011,0.55409 -1.59163,1.06025 -1.19821,0.81794 -1.47294,1.09413 -2.46895,2.48212 -0.61641,0.85896 -1.20647,1.56262 -1.3113,1.56364 -0.16368,0.001 -1.229013,1.94419 -1.229013,2.24102 0,0.0578 0.574433,0.31435 1.276483,0.5701 0.70208,0.25573 1.34421,0.54144 1.427,0.63486 0.10513,0.1186 0.0161,0.4484 -0.29583,1.09174 -0.44355,0.91615 -0.57424,1.0388 -0.84611,0.79414 z m -7.239875,-8.26876 c 0,-0.0769 -0.0712,-0.13987 -0.15814,-0.13987 -0.0871,0 -0.11666,-0.0629 -0.0659,-0.13987 0.16252,-0.24624 0.52301,-0.1499 0.52301,0.13987 0,0.15555 0.0996,0.27989 0.22408,0.27989 0.16023,0 0.22409,-0.15272 0.22409,-0.5347 v -0.53473 l -0.89658,-0.0233 c -0.70475,-0.0173 -0.89658,0.0217 -0.89658,0.18487 0,0.11452 0.11134,0.20812 0.24732,0.20812 0.23007,0 0.23007,0.0173 0,0.2559 -0.35713,0.36957 -0.311,0.44381 0.2757,0.44381 0.28764,0 0.52299,-0.0629 0.52299,-0.13987 z"
id="Carmunnock" onclick= "view.ClickOn(this.id)"/>
</g>
</svg>
</div>
<div style="justify-content: center; text-align: center; padding-top: 3.8vh">
<img id="mapScale" src="Vaccinations.PNG" alt="index showing the value of the colours on the map" style="height: 3vh">
</div>
<div style="width: 100vw; height: 35vh; background-color: black">
<div id="control" class="container" style="padding: 2vh; width: 90vw; height: 25vh; margin: 0;">
<div class="row" style="padding-top: 2.5vh">
<div class="col">
<div>
<button class="openbtn" onclick="view.openNav1()" id="VisitingButton" style="font-size: 4vmin">Map Options</button>
</div>
<div style="padding-top: 2vh">
<button class="openbtn" onclick="view.openNav2()" id="HomeButton" style="font-size: 4vmin">About</button>
</div>
</div>
<div class="col-8" id="insertText" style="font-size: 3vh; padding: 0; font-family: 'Ubuntu', sans-serif;">
<p id="AreaText" style="color: white">Area: </p>
<p id="PopulationText" style="color: white">population of: </p>
<p id="CovidCasesText" style="color: white">Covid cases: </p>
<p id="CovidVaccinationsText" style="color: white">Covid Vaccinations: </p>
</div>
</div>
</div>
</div>
<div id="mySidebar1" class="sidebar" style="text-align: center">
<a href="javascript:void(0)" class="closebtn" onclick="view.closeNav1()">X</a>
<H1 style="color: white; font-size: 8vh; padding-bottom: 3vh"><u>Options</u></H1>
<div style="padding-top: 6vh"><button type="button" id="Cases" onclick="view.PastCases(); view.closeNav1()" style="font-size: 5vh; border-radius: 20px;">Cases</button></div>
<div style="padding-top: 6vh"><button type="button" id="Pop" onclick="view.Population(); view.closeNav1()" style="font-size: 5vh; border-radius: 20px;">Population</button></div>
<div style="padding-top: 6vh"><button type="button" id="Vaccinations" onclick="view.Vaccinations(); view.closeNav1()" style="font-size: 5vh; border-radius: 20px;">Vaccinations</button></div>
</div>
<div id="mySidebar2" class="sidebar" style="text-align: center">
<a href="javascript:void(0)" class="closebtn" onclick="view.closeNav2()">X</a>
<H1 style="color: white; font-size: 8vh; margin: 0"><u>About</u></H1>
<div class="row" style="padding-top: 1vh">
<div class="col" style="color: white; font-size: 2vh; margin: 4vw">
<p style="text-align: left">This feature of the app displays a heat map of Glasgow City that is divided by each neighbourhood within the city.
Each section within the map will be assigned a colour based on the option you pick in the Map Options menu - by default it is set to show Covid cases from the past week.</p>
<img src="Map.PNG" style="height: 16vh; width: 32vw">
<br>
<p style="text-align: left">At the bottom of the map, you will see a scale showing the numerical values of the colours presented on the map.</p>
<img src="Pop.PNG" style="height: 3vh;">
<br>
<p style="text-align: left">You can also click on each neighbourhood within the city to view its name and all of the stats relating to that area.
Finally to completely clear the map of all colour you can shake your phone and the map will turn white.</p>
<img src="image.png" style="height: 20vh; width: 35vw">
</div>
</div>
</div>
</div>
<script>
let shakeEvent = new Shake({threshold: 15});
shakeEvent.start();
window.addEventListener('shake', function(){
view.Clear()
}, false);
function stopShake(){
shakeEvent.stop();
}
if(!("ondevicemotion" in window)){alert("Not Supported");}
</script>
</body>
</html>