-
Notifications
You must be signed in to change notification settings - Fork 0
/
interactive.html
567 lines (542 loc) · 59.3 KB
/
interactive.html
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
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
<!DOCTYPE html>
<!-- Se declara el tipo de documento con un lenguaje. -->
<html lang="es">
<!-- Todas las páginas tienen un head donde se encuentra la codificación de caracteres, el ícono de la página, el título de la página, las fuentes que se van a utilizar y los archivos de estilo. -->
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bogotá</title>
<link rel="shortcut icon" href="icon.png?v=2" type="image/x-icon" />
<link
href="https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<!-- Se carga el archivo de javascript -->
<script src="js/map.js" defer></script>
</head>
<!-- Contenido de la página. -->
<body>
<!-- En el encabezado de la página se agrega un título con su icono y una barra de navegación con una lista de links a otras páginas. -->
<header>
<h1>
<a href="index.html">
<img src="images/bogotaletra.png" alt="logo Bogotá" />
Bogotá</a
>
</h1>
<input type="checkbox" id="menu" />
<label for="menu" class="menuIcon">
<img src="images/menu.png" alt="Menú" />
</label>
<nav>
<ul>
<li><a href="location.html">Ubicación</a></li>
<li><a href="people.html">Habitantes</a></li>
<li><a href="activities.html">Actividades</a></li>
<li><a href="history.html">Historia</a></li>
<li><a href="interactive.html" id="current">Mapa interactivo</a></li>
<li><a href="references.html">Referencias</a></li>
</ul>
</nav>
</header>
<!-- se crea un sección para el mapa interactivo -->
<section id="interactive" onscroll="zoom(e)">
<!-- En un svg se encuentra toda la información del mapa con municipios aledaños y mapa de la zona urbana -->
<svg id="interactiveMap">
<!-- municipios aledaños -->
<g
id="Municipios"
style="display: none"
transform="translate(-2500,-4100)"
>
<path
id="caleraMap"
style="
fill: #aff2ad;
fill-opacity: 1;
stroke: #646464;
stroke-width: 0.5;
stroke-linecap: butt;
stroke-linejoin: round;
stroke-miterlimit: 4;
stroke-opacity: 1;
stroke-dasharray: none;
"
d="m 2787.234,4225.2139 9.6855,-2.7624 16.7531,-0.5069 -0.8817,9.6309 14.3599,7.4767 7.18,-0.1267 6.0462,8.7438 5.1645,1.7741 3.527,6.8431 10.2031,7.6033 7.6838,-0.7603 -1.5116,11.7852 3.7789,8.9973 3.0232,-5.3223 3.401,1.0138 3.0231,7.9835 -0.2519,10.0111 7.3059,0.887 7.9357,-1.5206 8.3137,1.0138 4.1567,3.5482 4.1569,-1.394 6.802,-0.5069 -4.2828,11.912 2.0154,17.2343 0,0 4e-4,0 -7.5578,-0.7604 -1.7635,-2.5344 -12.8483,-0.2535 -4.0309,3.0414 -7.3059,-2.0276 -7.5578,1.7741 -8.5655,-2.5344 -3.2751,3.2948 -6.2982,2.281 -1.5115,8.3637 -5.7944,4.562 -4.5347,10.8982 -6.2981,-3.0414 -6.2983,-12.1654 -7.3058,-3.5482 2.7097,-6.1791 3.5884,-4.2122 -7.8097,-0.5069 -5.7944,-7.6033 -3.0231,-0.2535 -3.0231,2.7879 -0.7558,5.3224 -4.0308,2.7879 -6.5502,0.5069 -4.1277,4.0011 -0.6589,-1.4915 -7.2486,3.1488 -4.4479,-0.8286 -1.4827,-2.6517 -0.1647,-2.6517 0.9885,-2.486 -1.8121,-0.8286 -4.448,0 -2.7997,0.8277 -2.3054,-1.161 0,-2.1545 0.967,-3.7316 2.4225,-2.6163 0,-3.682 1.8822,-1.4055 2.3063,-0.3315 0.3294,0.8286 4.8717,0.6845 0.7295,0.1442 1.3179,-0.4972 -0.3294,-1.9888 1.9767,-3.8118 0,-4.9719 -3.13,-1.823 -1.4826,-0.3315 -2.4711,-5.1377 1.8122,-5.1376 0.6589,-5.6348 -0.2471,-2.4031 1.1532,-3.1489 0.083,-6.3807 0.7412,-6.9607 -0.906,-8.2865 -0.7519,-1.3722 -3.5346,-0.7069 -1.928,-1.7995 0.5141,-4.4987 1.0283,-0.6426 0.7069,-4.8843 -1.3888,-1.0116 0.7414,-4.8062 2.7181,-4.4747 4.5303,-1.4916 1.8121,-1.9059 z"
/>
<path
id="funzaMap"
style="
fill: #aff2ad;
fill-opacity: 1;
stroke: #646464;
stroke-width: 0.5;
stroke-linecap: butt;
stroke-linejoin: round;
stroke-miterlimit: 4;
stroke-opacity: 1;
stroke-dasharray: none;
"
d="m 2683.7306,4288.8228 -3.0566,1.9078 -5.5424,-0.2534 -5.6683,1.1405 -3.1491,-0.6336 -5.4165,-6.8431 -2.6452,-4.6887 -4.1568,-4.562 -0.6298,-5.0689 -2.6453,-1.7741 2.5193,-3.1681 -10.455,-7.6034 -1.2597,-2.9146 1.7635,-5.5758 6.9281,-7.3499 2.7712,-4.562 1.7635,-5.4491 3.275,4.1818 2.2674,5.0689 -1.3856,2.5345 1.3856,2.1543 1.1336,-2.6612 6.8021,-8.3637 3.9049,3.4215 -1.7636,3.9284 2.1414,4.562 3.779,-2.0275 4.9126,4.4353 2.3933,-3.0414 2.5193,0.3802 0.3779,3.4215 1.5116,2.0276 -1.1338,3.6749 1.3856,2.5345 1.8824,3.2255 0.4501,4.2756 3.0232,0 3.7789,-1.9431 2.7712,1.0138 0.5878,3.0413 -1.5955,2.5345 0.6672,5.461 -0.9061,1.5743 -2.0593,0.7458 -1.4002,-0.9944 -0.4942,-1.4087 -0.9061,0.083 -1.3179,1.3259 0.659,1.9059 2.5947,2.0716 -0.1236,2.8174 -0.9061,0.4144 1.1532,1.4915 -1.2355,0.4972 -1.318,-0.8286 -0.8237,0.6629 -0.7413,1.5744 -2.8005,1.243 -4.5185,-0.086 -1.0484,0.4688 0,0 z"
/>
<path
id="mosqueraMap"
style="
fill: #fffd99;
fill-opacity: 1;
stroke: #646464;
stroke-width: 0.5;
stroke-linecap: butt;
stroke-linejoin: round;
stroke-miterlimit: 4;
stroke-opacity: 1;
stroke-dasharray: none;
"
d="m 2683.7547,4288.812 0.9078,1.2999 2.3298,1.0547 0,0.9375 -1.5144,0.4687 0.1165,2.3438 1.8638,2.5782 0.9319,0.3516 -0.4659,1.0547 -2.5628,1.7578 0,1.875 -0.8153,0.8204 0.6988,1.5234 1.0485,-0.4687 0.7353,1.3107 2.2773,-1.4596 0.6811,1.0193 1.2562,-1.3492 0.9456,-0.019 -0.029,-3.081 1.2101,-0.01 2.2081,2.4634 -0.6402,1.3471 -1.0162,-0.088 -2.2869,1.2216 -0.9628,0.085 0.5652,1.8803 -1.3384,0.1868 -1.6252,-0.8146 -1.2813,1.0547 3.0287,1.9922 3.3781,0 0.6989,-0.5859 0.9319,1.9922 -1.3978,1.1719 -1.8638,0.3516 0.4659,1.5235 -0.6989,0.7031 -1.9803,0 0,1.1719 -0.9319,0.4687 -0.932,-0.7031 -2.0967,0.5859 -0.3495,1.2891 -2.4462,-0.4687 -1.5143,1.5234 -1.7473,2.8126 -2.4463,0.2343 0.699,-1.4062 1.2813,-0.4688 0.5825,-1.875 -1.0485,0 -1.1649,0.7031 -2.3297,-0.5859 -1.2814,-1.2891 -1.3978,0.5859 -0.1165,1.7579 -2.3297,0.2344 -1.6309,2.3437 1.0485,1.2891 -2.0969,0.3516 -0.1165,-0.9375 -1.6308,-0.8202 -0.9318,0.9375 1.3979,1.875 -1.3979,1.4063 -1.5144,-0.2344 -0.5824,0.8204 -1.0484,-0.8204 -1.0484,-2.2266 -1.7473,0 -0.5824,-0.9375 -1.8638,1.2891 0.5824,0.8203 3.3781,2.2266 0,1.1719 -1.6308,0.7031 0.699,0.8204 -0.5159,1.1418 1.5642,0.9676 -1.0483,0.3516 0,0.9375 -1.5144,0 -0.3494,-1.0547 -3.0758,-2.5145 -4.2828,1.2672 -4.7865,-0.2534 -4.2828,6.5895 -5.0386,-3.8016 -3.6949,5.1533 -3.8629,1.1828 -3.0883,-2.2632 -3.443,-1.6897 -1.9314,-2.8723 -0.3359,-8.6172 -1.5956,-4.8999 1.0917,-4.731 -2.8551,-2.0276 -2.7712,-0.8448 1.5115,-4.6465 2.6032,-4.0551 -5.1225,-5.9982 -0.2519,-3.5483 -1.6796,-2.5344 1.6796,-2.9569 -2.4353,-3.9706 0.5878,-3.5483 1.8055,1.1405 3.1491,-0.2534 2.1414,3.4215 3.401,2.9146 4.7866,2.281 10.3291,9.1241 1.3856,-2.6612 -0.2519,-4.8155 2.0153,-3.2948 -1.2596,-2.9146 -0.6298,-2.7879 2.6453,-3.0413 0.3779,-2.9146 10.5809,-8.8706 2.6453,1.7741 0.6298,5.0689 4.1568,4.562 2.6452,4.6887 5.4165,6.8431 3.1491,0.6336 5.6683,-1.1405 5.5424,0.2534 3.0807,-1.9186 0,0 z"
/>
<path
id="chiaMap"
style="
fill: #fffd99;
fill-opacity: 1;
stroke: #646464;
stroke-width: 0.5;
stroke-linecap: butt;
stroke-linejoin: round;
stroke-miterlimit: 4;
stroke-opacity: 1;
stroke-dasharray: none;
display: inline;
"
d="m 2789.1289,4206.7134 1.2596,-5.5758 2.7713,-0.5068 2.7712,-13.9395 2.7712,-5.069 -1.0077,-6.0826 3.0231,-6.8431 -4.7866,0 -6.8021,-4.3085 -0.2519,-3.2948 -4.5347,-3.2948 -0.7558,5.0689 2.5193,4.3086 -3.7789,4.562 -3.527,1.7741 0,4.3086 -4.2827,2.7879 -4.0309,-3.2948 -9.5733,-2.0276 -0.7557,-4.3086 -6.8021,-1.5206 -6.5501,-5.5758 -4.5536,0.658 -2.0161,8.9211 -0.2512,17.9442 -1.5116,3.5482 -4.7026,5.2379 6.2142,3.2103 1.7,3.4169 0.4119,2.2374 1.8945,1.5744 1.3179,0 1.0708,0.9115 -0.7413,0.9115 1.0708,1.4916 1.565,-0.1657 -0.3295,-1.6573 1.2356,-2.0717 0.5765,0.5801 1.4003,-0.9115 0.5766,1.5744 -0.082,1.4916 1.2356,0.7458 1.0708,-0.6629 0.9884,0.58 1.4002,-1.9888 1.2356,-0.1657 1.1532,0.9115 -0.659,-1.5744 0.9885,-0.9115 1.0707,2.0716 1.4004,0.1657 0.6589,1.4087 1.2028,-1.2965 0.8314,0.076 0.2268,0.8314 2.192,-0.2267 3.7038,3.6282 6.5005,0.076 0.5291,1.2094 5.3668,-0.5292 0.3023,-0.7558 1.6738,0.243 z"
/>
<path
id="sopoMap"
style="
fill: #ffc8c8;
fill-opacity: 1;
stroke: #646464;
stroke-width: 0.5;
stroke-linecap: butt;
stroke-linejoin: round;
stroke-miterlimit: 4;
stroke-opacity: 1;
stroke-dasharray: none;
"
d="m 2796.9198,4222.4515 16.7532,-0.5069 1.6564,-8.1347 -2.5193,-1.7741 2.2674,-5.8292 12.8483,2.5344 5.7943,-9.6309 1.5116,-8.6172 -1.5116,-5.0689 4.2828,-1.7741 -1.0077,-6.843 -2.2673,-5.5758 6.0462,-10.3913 -4.4087,0.6336 -5.0386,-3.168 -5.2905,-6.3362 -11.5886,-7.3499 -3.6529,0.8871 -3.2751,-3.0414 -0.126,-8.8706 -1.1337,-2.4077 -2.6452,1.5207 -8.1876,-5.3224 -3.5271,-0.5069 -0.5038,5.0689 0.7558,3.0414 -4.2828,3.2948 0,5.5758 -2.7712,2.0275 0.5039,4.5621 -1.7635,3.2947 0.5038,4.0552 4.5347,3.2948 0.2519,3.2948 6.8021,4.3085 4.7866,0 -3.0231,6.8431 1.0077,6.0826 -2.7712,5.069 -2.7712,13.9395 -2.7713,0.5068 -1.2596,5.5758 -4.3941,9.8844 0.2827,2.2717 1.8897,0.907 0.075,1.285 -1.5117,0.907 1.025,1.4205 0.7402,1.824 z"
/>
<path
id="soachaMap"
style="
fill: #ffc8c8;
fill-opacity: 1;
stroke: #646464;
stroke-width: 0.5;
stroke-linecap: butt;
stroke-linejoin: round;
stroke-miterlimit: 4;
stroke-opacity: 1;
stroke-dasharray: none;
display: inline;
"
d="m 2681.0308,4356.0932 0.1624,2.6286 1.6011,4.0002 -0.8502,2.0708 -1.481,3.9637 3.0829,0.8625 -1.3202,0.7021 -1.436,3.5974 1.6107,1.0767 0.999,7.3833 1.6148,3.5941 -4.3228,2.8995 -0.6194,1.5752 -2.471,1.3259 1.4826,0.4972 -0.1647,1.4918 3.2947,3.8118 -1.4825,3.3146 0,4.309 3.2947,1.3258 -1.1531,1.3259 -2.6359,0.1657 0.3295,3.4803 0.8237,0.4972 -0.3197,3.0552 0.8139,4.237 -2.1416,3.6461 0,4.309 -3.4596,4.9719 1.6474,6.9607 -0.9883,3.1489 -2.1416,2.8174 -9.2254,20.0534 -1.5959,4.3349 -1.6988,2.2944 0.8236,3.8118 -1.7879,5.1963 -2.9815,-5.3767 -4.5938,-3.9911 -7.0539,-2.45 3.359,-5.9137 0.5039,-8.6172 -2.0155,-6.0827 2.2674,-4.3085 -1.0078,-7.0965 3.2751,-3.2948 -0.2519,-3.5482 4.2828,-7.35 1.0077,-7.6033 -1.5115,-4.0552 0.5038,-6.3361 5.2904,-4.0551 -4.2827,-1.5207 -0.2519,-3.8017 -3.779,-0.5069 -1.7634,-1.7741 -6.2983,-1.5207 -3.0231,-3.0413 -1.7634,-4.8155 -2.7712,-2.0275 -5.0386,1.7741 -8.0617,0.2534 -3.0232,3.8017 -3.8461,-2.4162 -0.1847,-3.1596 -5.7943,-4.0551 -2.7713,-9.124 0.252,-10.6448 3.2751,-9.6309 6.0462,-2.281 9.0694,-6.3361 3.8629,-1.1828 3.6949,-5.1534 5.0386,3.8017 4.2828,-6.5896 4.7866,0.2535 4.2828,-1.2672 3.0755,2.5143 -0.5823,0 -0.5824,0.9375 -1.3724,-0.4645 -0.1444,1.9883 0.562,1.4435 1.065,0.048 0,1.3259 -0.9647,0.098 0.055,1.0721 1.5692,1.3158 0.8237,0.1658 0.6589,0.6629 c 0,0 1.1533,-0.4972 1.1533,-0.4972 l 2.9652,3.3146 2.3063,3.9775 4.0985,4.5836 1.6618,-0.4686 5.1268,1.2796 1.4952,0.1098 3.7323,2.9 0,0 z"
/>
<path
id="tenjoMap"
style="
fill: #bebad7;
fill-opacity: 1;
stroke: #646464;
stroke-width: 0.5;
stroke-linecap: butt;
stroke-linejoin: round;
stroke-miterlimit: 4;
stroke-opacity: 1;
stroke-dasharray: none;
display: inline;
"
d="m 2741.6843,4206.8177 -0.9061,0.58 -0.1647,1.5745 -1.6474,1.823 -1.1532,0 0.5766,2.1545 1.3179,0.8287 1.6474,2.4859 -0.3295,1.8231 -0.8237,0.8286 0.082,2.2374 -0.8236,-0.3315 -0.3295,-1.4916 0.659,-1.2429 c 0,0 -0.659,-0.7458 -0.659,-0.7458 l -1.4003,0.4972 -0.4118,1.5744 -0.8236,1.243 0.5765,1.0772 2.224,0.4972 0,0.6629 -1.0709,0.7458 0.4119,0.3315 2.3887,0.4143 0,1.3259 -3.13,1.7401 -0.8237,-0.083 -1.2356,1.6573 -0.1647,2.8174 -0.6589,0.663 0.906,0.7458 -1.5649,1.823 -1.6474,0.4972 -1.8945,-1.7402 0.3294,-2.2373 -1.7298,-0.663 -2.1415,1.7402 -0.659,-0.4143 -1.3179,1.823 -1.5651,2.9003 -1.4825,0.4972 -0.9061,-0.3315 -0.9884,1.5745 0.7413,1.6573 -1.5651,1.9059 0.8238,0.2486 0,1.243 0.3294,0.4143 -1.0708,1.7402 0.7414,0.58 0,1.6573 -1.318,1.4916 1.1532,0.6629 -0.5766,2.4031 -0.8237,0.9944 -0.9884,0 -0.9884,1.0773 0,3.2317 -1.4003,0.5801 -0.3295,-0.4144 -0.906,0.5801 0,2.3202 0.9884,0.3315 -1.4827,1.6573 -1.7297,0.2486 -0.4943,1.7402 -1.5649,0.8286 0.6589,1.1601 1.7298,-0.2485 1.112,1.2844 -0.4531,0.6214 -0.6589,0.083 -0.8238,0.9944 1.2356,0.9943 0.082,2.1545 1.565,1.5745 -2.0592,0.4972 -1.8121,-1.0773 -0.5767,-1.3258 -1.5649,1.4087 -0.9062,-0.1657 -0.5765,1.0772 -1.9769,0.5801 c 0,0 -0.2471,-1.243 -0.2471,-1.243 l 1.7298,-0.9115 -0.2471,-0.8287 -1.9769,0.4972 -1.1532,1.0773 -3.0476,1.1602 -0.6673,-5.461 1.5956,-2.5345 -0.5878,-3.0413 -2.7712,-1.0138 -3.779,1.9431 -3.023,0 -0.42,-4.2241 -1.9314,-3.2948 5.7943,-5.5758 -3.0231,-6.4206 7.222,-7.8568 1.0076,-5.8293 14.4439,-14.2774 5.6264,1.8586 2.6033,-5.2379 11.7566,-14.1084 6.2141,3.2103 1.7002,3.4168 z"
/>
</g>
<!-- localidades de Bogotá -->
<g
id="Localidades"
style="display: inline"
transform="translate(-2500,-4100)"
>
<!-- Cada localidad tiene su id y su clase para identificar cuando se da click -->
<path
class="loc"
onClick="toggleImgLoc(this.id)"
id="anNarin"
d="m 2709.7642,4354.6713 1.5892,1.2461 3.3799,1.6631 6.2681,0.8374 4.537,-0.077 0.1622,2.1566 6.7763,5.8143 5.6009,-8.8671 -1.6891,-1.4121 -2.8456,-0.2525 -2.9672,-1.9114 -3.7122,0.1611 -2.0181,-2.2004 -1.9395,0.7855 -3.385,2.2348 -9.7569,-0.1783 z"
/>
<path
class="loc"
onClick="toggleImgLoc(this.id)"
id="usaq"
d="m 2769.1454,4215.262 -14.2713,83.4777 3.2536,-0.01 12.2409,6.2322 1.3975,1.8785 2.4522,-1.8735 6.7621,3.0582 1.0467,2.5818 1.0508,-0.8197 0.3751,2.4749 0.7356,0.1239 1.3179,-0.4972 -0.3294,-1.9888 1.9767,-3.8118 0,-4.9719 -3.13,-1.823 -1.4826,-0.3315 -2.4711,-5.1377 1.8122,-5.1376 0.6589,-5.6348 -0.2471,-2.4031 1.1532,-3.1489 0.083,-6.3807 0.7412,-6.9607 -0.906,-8.2865 -0.7519,-1.3722 -3.5346,-0.7069 -1.928,-1.7995 0.5141,-4.4987 1.0283,-0.6426 0.7069,-4.8843 -1.3888,-1.0116 0.7414,-4.8062 2.7181,-4.4747 4.5303,-1.4916 1.8121,-1.9059 -0.5765,-3.0658 -0.7414,-1.8231 0,0 -1.025,-1.4205 1.5117,-0.907 -0.075,-1.285 -1.8897,-0.907 -0.3024,-2.2677 -1.6629,-0.2267 -0.3023,0.7558 -5.3668,0.5292 -0.5291,-1.2094 -6.5005,-0.076 z"
/>
<path
class="loc"
onClick="toggleImgLoc(this.id)"
id="fonti"
d="m 2693.6344,4312.7241 1.3978,-1.1719 -0.9318,-1.9922 -0.699,0.5859 -3.3781,0 -3.0287,-1.9922 1.2813,-1.0547 1.6252,0.8146 1.3384,-0.1868 -0.5651,-1.8804 0.9627,-0.084 2.2869,-1.2216 1.0163,0.088 0.6401,-1.3471 -2.2081,-2.4634 -1.2101,0.01 0.029,3.081 -0.9456,0.019 -1.2562,1.3492 -0.6811,-1.0193 -2.2773,1.4596 -0.7353,-1.3108 -1.0485,0.4688 -0.6988,-1.5235 0.8153,-0.8203 0,-1.875 2.5628,-1.7579 0.4659,-1.0547 -0.9318,-0.3515 -1.8638,-2.5782 -0.1166,-2.3438 1.5144,-0.4687 0,-0.9376 -2.3298,-1.0547 -0.9198,-1.2944 1.0363,-0.4634 4.5185,0.086 2.8005,-1.2429 0.7414,-1.5745 0.8236,-0.6629 1.318,0.8286 1.2355,-0.4971 -1.1532,-1.4916 0.9061,-0.4144 0.134,-2.8421 18.2971,13.5977 3.6273,1.7463 -0.4157,2.4877 -3.4661,1.2396 2.8015,2.4088 10.3306,16.8909 -4.5019,4.8461 -5.0794,4.928 -4.0797,-2.7006 -1.0687,-2.8212 -1.4002,-1.6606 -1.0731,0.5792 -5.0221,-7.4707 -0.08,-1.6589 -0.8249,0 -2.5582,0.8263 -0.9912,0.9938 -2.2245,-2.0763 -2.3096,0 -1.7348,1.9052 -1.7549,-1.7106 z"
/>
<path
class="loc"
onClick="toggleImgLoc(this.id)"
id="bosi"
d="m 2682.1524,4353.6486 8.7256,0.2457 6.7521,-3.0995 -0.6971,-0.7633 -4.0703,-1.4127 -1.8602,-1.0581 -3.7249,1.4028 0.3473,1.4079 -4.0725,0.3466 0,-0.9384 -2.5616,1.5216 1.7486,-2.6955 -0.6921,-4.5753 -1.8612,-0.237 0.9324,-1.289 -0.3477,-1.056 -0.5821,0.3511 -1.3961,-0.1192 -0.8155,0.8202 -0.114,-1.877 -0.9303,-0.353 0.4661,-0.5859 1.6282,0.5885 1.5131,-0.4672 1.3994,-2.5786 -0.3439,-3.8711 -0.9284,-1.8779 -0.1141,-1.7595 -0.928,-2.1124 -3.0477,-3.6172 0.598,-1.1426 -0.082,-0.6302 0.699,-1.4063 1.2814,-0.4687 0.5824,-1.875 -1.0485,0 -1.1648,0.7031 -2.3298,-0.586 -1.2813,-1.289 -1.3978,0.5859 -0.1165,1.7578 -2.3298,0.2344 -1.6309,2.3438 1.0485,1.2891 -2.0968,0.3516 -0.1165,-0.9375 -1.6308,-0.8202 -0.9319,0.9375 1.3979,1.875 -1.3979,1.4063 -1.5144,-0.2344 -0.5824,0.8203 -1.0484,-0.8203 -1.0483,-2.2266 -1.7473,0 -0.5825,-0.9375 -1.8638,1.2891 0.5825,0.8203 3.3781,2.2266 0,1.1719 -1.6308,0.7031 0.6989,0.8204 -0.5159,1.1418 1.5643,0.9676 -1.0484,0.3515 0,0.9375 -1.5144,0 -0.3495,-1.0547 -0.5823,-10e-5 -0.5825,0.9375 -1.3724,-0.4645 -0.1444,1.9883 0.5621,1.4435 1.0649,0.049 0,1.3259 -0.9647,0.098 0.055,1.0721 1.5693,1.3158 0.8236,0.1658 0.6589,0.6629 1.1533,-0.4972 2.9652,3.3146 2.3063,3.9775 4.0985,4.5836 1.6618,-0.4686 5.1269,1.2796 1.4985,0.1055 z"
/>
<path
class="loc"
onClick="toggleImgLoc(this.id)"
id="pteAran"
d="m 2705.4399,4354.3819 4.8428,0.2901 9.2384,0.1777 3.385,-2.2349 1.9808,-0.8683 1.6507,-0.7029 11.152,-12.4261 0.1272,-2.6953 -3.2573,-0.7921 -11.905,-11.2947 -4.9647,4.8812 -3.3604,7.3794 -2.4626,9.9665 -6.4269,8.3194 z"
/>
<path
class="loc"
onClick="toggleImgLoc(this.id)"
id="chap"
d="m 2793.2495,4338.7374 0,-2.486 1.8122,-3.4803 -0.6589,-1.4916 -7.2486,3.1489 -4.4479,-0.8287 -1.4826,-2.6517 -0.1647,-2.6517 0.9884,-2.4859 -1.8121,-0.8287 -4.448,0 -2.8005,0.8287 -2.3064,-1.1601 0,-2.1545 0.967,-3.7316 2.4225,-2.6163 0,-3.682 1.8822,-1.4055 2.3063,-0.3315 0.3294,0.8286 4.8561,0.682 -0.3758,-2.4494 -1.051,0.8197 -1.0466,-2.5818 -6.7621,-3.0583 -2.4522,1.8736 -1.3975,-1.8785 -12.2409,-6.2321 -3.1738,-0.041 -3.2646,17.2744 0.9318,1.1741 -2.494,4.4533 -1.7641,13.1176 2.0371,1.2646 2.6388,0.6669 3.2176,-0.4105 4.6971,3.7382 1.4804,3.4024 1.8971,0.1682 1.4008,1.0801 5.9448,-4.3052 0.907,0.2499 0,0.7464 3.2969,2.0779 1.2373,0 4.2106,-2.8145 0.6599,6e-4 2.3063,2.574 0.8249,0 2.2293,-1.6559 1.9785,0.9979 2.5445,-0.1356 z"
/>
<path
class="loc"
onClick="toggleImgLoc(this.id)"
id="subi"
d="m 2714.1216,4266.7686 1.6498,0 2.3896,1.9107 1.4844,0.3336 1.1521,2.1579 1.2367,0.4992 2.306,2.8229 2.3922,0 2.3882,3.0716 -0.2509,2.7366 2.3096,0 0.8241,0.6645 1.3968,4.2317 0.9903,-0.3306 0.3308,-0.5801 0.66,-0.082 0,1.9905 1.1531,1.3285 -0.1705,4.3125 4.5337,2.4939 0,1.5758 1.1529,1.5772 0.2281,2.9516 6.207,-3.6897 4.9468,1.914 1.4179,-0.022 -0.019,0 14.334,-83.387 -2.5154,-2.5037 -2.192,0.2267 -0.2268,-0.8314 -0.8314,-0.076 -1.2028,1.2965 -0.659,-1.4088 -1.4003,-0.1657 -1.0708,-2.0716 -0.9884,0.9115 0.6589,1.5745 -1.1532,-0.9116 -1.2355,0.1658 -1.4003,1.9887 -0.9883,-0.58 -1.0709,0.6629 -1.2356,-0.7458 0.082,-1.4916 -0.5766,-1.5744 -1.4003,0.9115 -0.5765,-0.5801 -1.2356,2.0717 0.3296,1.6573 -1.5651,0.1657 -1.0708,-1.4916 0.7414,-0.9115 -1.0709,-0.9115 -1.3178,0 -1.8945,-1.5744 -0.412,-2.2375 -0.906,0.58 -0.1647,1.5745 -1.6474,1.823 -1.1531,0 0.5765,2.1545 1.3179,0.8287 1.6474,2.4859 -0.3295,1.8231 -0.8236,0.8286 0.082,2.2374 -0.8237,-0.3315 -0.3295,-1.4916 0.659,-1.2429 -0.659,-0.7458 -1.4003,0.4972 -0.4118,1.5744 -0.8236,1.243 0.5765,1.0772 2.224,0.4972 0,0.6629 -1.0708,0.7458 0.4118,0.3315 2.3887,0.4143 0,1.3259 -3.13,1.7402 -0.8237,-0.083 -1.2356,1.6573 -0.1647,2.8175 -0.6589,0.6629 0.9061,0.7458 -1.565,1.823 -1.6474,0.4972 -1.8945,-1.7402 0.3294,-2.2373 -1.7298,-0.663 -2.1415,1.7402 -0.659,-0.4143 -1.3179,1.823 -1.565,2.9003 -1.4826,0.4972 -0.9061,-0.3315 -0.9884,1.5745 0.7413,1.6573 -1.565,1.9059 0.8237,0.2486 0,1.243 0.3294,0.4143 -1.0707,1.7402 0.7413,0.58 0,1.6573 -1.318,1.4916 1.1532,0.6629 -0.5765,2.4031 -0.8238,0.9944 -0.9883,0 -0.9885,1.0773 0,3.2317 -1.4002,0.5801 -0.3296,-0.4143 -0.906,0.58 0,2.3202 0.9884,0.3315 -1.4826,1.6573 -1.7298,0.2486 -0.4942,1.7402 -1.565,0.8286 0.6589,1.1602 1.7298,-0.2486 1.1183,1.2779 z"
/>
<path
class="loc"
onClick="toggleImgLoc(this.id)"
id="barrUn"
d="m 2750.1232,4321.5976 2.494,-4.4532 -0.9318,-1.1742 3.2581,-17.3431 -1.5296,0.036 -4.9468,-1.914 -6.0264,3.6001 -4.211,3.1876 -5.4538,7.3743 5.4337,8.2178 11.9136,2.4696 z"
/>
<path
class="loc"
onClick="toggleImgLoc(this.id)"
id="tunju"
d="m 2709.725,4354.6713 1.6285,1.1632 0.1607,3.3177 -1.6527,2.3201 3.6238,4.4004 0,1.161 -0.5782,0.5798 -0.4971,1.741 1.6481,1.2461 -0.087,3.3175 2.2236,2.7398 -0.4176,3.9803 0.9873,1.9919 0.08,1.9906 0.1986,5.9717 -1.4898,1.2716 -1.1737,-3.1045 -0.695,-3.8715 -2.4489,-0.7069 1.5193,-2.1093 -0.8138,-2.1121 -2.335,1.4044 -0.5761,-5.5135 -1.6294,-3.0516 -3.263,-2.5845 -1.2798,-2.6993 -2.0998,0 -1.3968,-2.465 0.1187,-1.5247 0.4672,-0.4686 0,-1.2902 -1.7498,-0.1194 -0.6967,-2.464 -2.098,-1.4102 3.404,-5.972 0.3827,1.4078 1.0297,1.0795 3.3417,-0.6591 0.9062,0.8306 1.0945,-0.061 4.1631,0.2751 z"
/>
<path
class="loc"
onClick="toggleImgLoc(this.id)"
id="engat"
d="m 2693.5006,4278.4943 -0.6589,-1.9059 1.3178,-1.3259 0.9061,-0.083 0.4942,1.4087 1.4003,0.9944 2.0593,-0.7458 0.906,-1.5743 3.0477,-1.1602 1.1531,-1.0773 1.9769,-0.4972 0.2471,0.8287 -1.7298,0.9115 0.2472,1.243 1.9769,-0.5801 0.5765,-1.0772 0.9061,0.1657 1.565,-1.4087 0.5766,1.3258 1.8121,1.0773 2.0592,-0.4972 -1.565,-1.5744 -0.083,-2.1546 -1.2355,-0.9943 0.8237,-0.9944 0.6589,-0.083 0.4811,-0.634 0.6873,-1.3182 1.6498,0 2.3896,1.9107 1.4844,0.3336 1.1521,2.1579 1.2367,0.4992 2.3061,2.8228 2.3922,0 2.3882,3.0717 -0.251,2.7366 2.3096,0 0.8241,0.6645 1.3968,4.2316 0.9903,-0.3304 0.3308,-0.5802 0.66,-0.082 0,1.9904 1.1532,1.3285 -0.1705,4.3125 4.5336,2.4939 0,1.5759 1.1529,1.5773 0.3264,2.7787 0,0.01 -4.1286,3.2707 -5.3712,7.2915 -5.6453,7.9238 -10.2637,-16.7355 -2.8015,-2.4088 3.4661,-1.2396 0.4157,-2.4877 -3.6273,-1.7463 -18.3652,-13.6387 z"
/>
<path
class="loc"
onClick="toggleImgLoc(this.id)"
id="candel"
d="m 2741.1301,4357.2828 1.816,-0.91 3.5447,1.7461 -0.08,-1.7417 2.6419,-1.7383 0.4154,-2.2387 4.4564,-1.653 -2.6373,-1.828 -5.1163,1.6521 -2.4739,-0.6667 -2.9755,4.5579 0.4089,2.8203 z"
/>
<path
class="loc"
onClick="toggleImgLoc(this.id)"
id="ciuBoli"
d="m 2662.3474,4480.8828 1.2823,0.7055 5.2527,-2.4564 1.633,0.1194 4.3134,2.3514 2.685,-1.5214 1.3979,1.5266 1.6345,-1.0535 0.1183,-1.1727 2.4505,-0.5833 0.349,0.7041 5.2467,2.2353 1.0525,-1.9926 3.7353,-1.7545 3.4985,0.9427 0.582,0.9392 5.2496,0.01 0,-1.4075 1.0522,-1.8753 -1.1637,-2.23 0.3528,-2.1108 -1.3971,-2.2303 0,-0.821 1.5194,-2.2266 -1.3983,-1.1747 1.5191,-1.9919 -1.3983,-1.292 -0.1157,-0.704 1.2866,-2.5787 -1.3964,-2.8168 0,-1.5247 1.0516,-1.2889 0.4737,-5.512 -1.8623,-3.2865 -0.115,-1.2904 1.5182,-1.2882 3.2749,-6.564 -0.6969,-2.4641 3.9731,-5.1556 1.0523,-1.8754 1.9836,-0.3492 3.6213,-3.8659 -0.6914,-6.5692 0.9352,-1.5236 -1.9785,-3.6386 -2.4485,-1.0586 1.7525,-1.9918 -1.1625,-3.1683 0.7074,-5.7464 -2.4476,-1.7625 4.5523,-2.1054 0.3534,-2.5799 -1.1627,-3.0511 -0.695,-3.8714 -2.4489,-0.7069 1.5193,-2.1093 -0.8138,-2.1123 -2.335,1.4045 -0.5762,-5.5134 -1.6293,-3.0516 -3.263,-2.5846 -1.2798,-2.6994 -2.0998,0 -1.3968,-2.4649 0.1187,-1.5246 0.4672,-0.4686 0,-1.2902 -1.7497,-0.1196 -0.6967,-2.464 -2.098,-1.4102 3.4247,-5.993 -1.2419,-1.0514 -6.7275,3.1681 -8.7489,-0.2459 -4.7585,-0.4684 3.6893,2.9027 0,0 0.1623,2.6287 1.6011,4.0001 -0.8501,2.0708 -1.481,3.9638 3.0828,0.8625 -1.3202,0.7021 -1.4359,3.5974 1.6107,1.0767 0.999,7.3833 1.6147,3.5941 -4.3228,2.8994 -0.6193,1.5753 -2.471,1.3258 1.4825,0.4972 -0.1647,1.4918 3.2948,3.8118 -1.4826,3.3146 0,4.309 3.2948,1.3259 -1.1532,1.3258 -2.6358,0.1657 0.3294,3.4804 0.8237,0.4972 -0.3196,3.0551 0.8139,4.237 -2.1416,3.6461 0,4.309 -3.4596,4.9719 1.6474,6.9607 -0.9884,3.1489 -2.1416,2.8174 -9.2253,20.0534 -1.596,4.3349 -1.6988,2.2944 0.8236,3.8118 -1.7895,5.2029 z"
/>
<path
class="loc"
onClick="toggleImgLoc(this.id)"
id="kenne"
d="m 2677.1322,4322.1961 0.064,0.6349 -0.6505,1.1971 3.0318,3.5729 0.9305,2.1125 0.1145,1.7595 0.9308,1.8779 0.3449,3.871 -1.4032,2.5786 -1.5171,0.4672 -1.6324,-0.5886 -0.4674,0.5858 0.9328,0.3531 0.1143,1.8769 0.8176,-0.8201 1.3998,0.1191 0.5836,-0.351 0.3487,1.056 -0.9349,1.289 1.8661,0.237 0.6941,4.5753 -1.7533,2.6953 2.5684,-1.5214 0,0.9383 4.0834,-0.3466 -0.3482,-1.408 3.7349,-1.4027 1.8651,1.0581 4.0812,1.4126 0.6989,0.8221 1.1919,0.9012 0.3694,1.452 1.0297,1.0793 3.3417,-0.6591 0.9062,0.8306 0.9817,-0.079 6.4177,-8.3161 2.4626,-9.9666 3.4016,-7.4207 0,0.01 -4.1119,-2.6952 -1.0687,-2.8212 -1.4002,-1.6605 -1.0731,0.5791 -5.0221,-7.4707 -0.08,-1.6589 -0.825,0 -2.5582,0.8261 -0.9912,0.9939 -2.2245,-2.0762 -2.3096,0 -1.7348,1.9054 -1.7567,-1.7076 -0.8065,0.182 0.4659,1.5234 -0.6989,0.7032 -1.9803,0 0,1.1719 -0.9319,0.4687 -0.9319,-0.7031 -2.0967,0.5859 -0.3496,1.2891 -2.4462,-0.4687 -1.5143,1.5234 -1.7473,2.8126 z"
/>
<path
class="loc"
onClick="toggleImgLoc(this.id)"
id="teus"
d="m 2727.2803,4318.7409 -4.6258,5.0945 11.905,11.2947 3.1747,0.875 3.9174,0.6271 3.7466,5.1883 0.7839,-0.2893 0.2507,-2.4048 1.9029,-4.3932 1.832,-13.1854 -11.9581,-2.4198 -5.4337,-8.2177 -5.4956,7.8306 z"
/>
<path
class="loc"
onClick="toggleImgLoc(this.id)"
id="rafa"
d="m 2732.395,4366.3121 -7.7833,7.0392 2.6372,1.9109 0,1.3269 0.741,1.0792 0,1.9904 -0.4984,2.6534 0.079,2.5712 -0.5789,1.1603 0.081,1.41 -3.2996,0 -0.2484,0.7462 -1.2359,-1.1627 -2.4745,-0.087 -2.9666,-2.3675 -0.08,-1.9492 -0.9873,-1.9918 0.4176,-3.9803 -2.2237,-2.7398 0.087,-3.3175 -1.6482,-1.246 0.4972,-1.7412 0.5781,-0.5796 0,-1.1612 -3.6239,-4.4003 1.6528,-2.3202 -0.1608,-3.2762 3.3798,1.7046 6.2681,0.8374 4.537,-0.077 0.1622,2.1567 6.6945,5.8146 z"
/>
<path
class="loc"
onClick="toggleImgLoc(this.id)"
id="sumap"
d="m 2655.3277,4516.4973 2.8699,-3.2612 8.6367,-3.273 0.2326,0.5867 5.0146,1.2967 3.7333,-0.2298 4.7846,-1.284 2.9164,0 7.587,-3.2743 1.7471,1.9961 1.4005,-0.35 8.4043,-3.9771 2.4547,-3.7501 -1.5151,-1.1749 0.2363,-2.3455 2.1032,-2.5777 2.4516,-1.4043 6.5473,-11.2514 0.2357,-1.8764 2.3355,-1.8737 2.3335,-0.2315 2.4504,-1.4091 0.4534,1.2011 3.7066,1.243 0.9884,-0.6629 2.4711,0.8286 0.3295,2.3202 2.224,2.1545 1.2354,0.2486 0,3.0661 -0.906,2.0716 -0.5765,4.0604 -0.8238,0.6629 0,5.8835 -3.4594,5.2205 -1.8945,6.2149 -3.5419,3.3146 -0.906,2.9831 -2.4398,3.1964 -4.644,6.0846 -2.3887,1.823 -3.2125,5.6349 -0.7413,2.0716 -2.7181,2.8174 -1.5651,2.4031 -0.906,4.8891 -2.0592,2.5688 -1.6474,3.1489 -0.8238,2.6517 -0.4941,0.3314 0,2.7346 0.6589,0.2486 1.6474,2.3202 0.4942,3.3146 1.565,0.8287 0.2471,2.7345 2.1416,2.8175 0.4943,-0.1658 1.1531,0.9116 -0.082,1.2429 -0.8236,0.4972 1.0707,0.083 -0.4118,0.8286 -0.7413,0.7458 0,3.1489 0.4118,3.3975 0.9062,0.4143 -0.1649,2.9831 0.9061,1.0773 0.659,2.6517 0.9884,0.3314 0.9061,1.4916 2.471,1.0773 1.5651,-0.1658 -0.1648,1.243 -0.906,0.9944 0.1647,5.2205 0.9061,0.4972 1.8945,2.486 1.8121,-0.5801 0.906,-1.0772 2.0592,0 1.2356,2.0716 -0.082,4.2261 -1.0708,1.0773 -0.3296,2.9831 -1.2354,1.6574 -0.6591,5.4691 -1.3178,1.0772 0,4.8891 1.4827,1.9059 -0.1649,1.9887 1.4004,1.4088 1.3179,-0.3315 2.224,0.6629 2.3886,2.6517 3.4596,2.8174 1.5649,0.2486 1.1532,-0.4143 1.5651,0.9944 -0.1648,0.8286 -0.7413,0.1658 -1.1532,1.9059 -1.7297,1.1601 -0.9885,2.9003 0.4119,1.4916 -0.5766,0.9943 -2.9653,1.0773 -1.7298,1.4087 -5.6011,1.1601 -0.6589,-0.4143 -1.0708,0.6629 -0.5766,1.7402 -1.2355,0.1657 -2.9653,3.1489 -1.6474,0.3315 -0.1648,0.58 0.4943,0.3315 -0.1648,1.0772 -1.2355,1.4916 0.2471,4.309 0.7413,0.4143 2.224,4.2262 0,2.4031 1.4826,1.9887 -0.2471,2.8175 -0.6589,0.4972 0.1647,2.5688 -1.0708,0.6629 -0.1647,3.066 -1.6474,0.5801 -0.4119,3.9775 -0.9883,0.8287 0,1.823 -2.3887,1.5745 -1.1532,-0.2486 -0.3295,0.4971 0.8236,0.9116 -0.4941,0.9115 0.082,1.1601 -0.7413,3.5632 -1.594,0.9115 -1.2804,0 -1.3917,1.0578 -0.5011,3.8411 1.6145,2.1711 -0.1852,3.5269 -2.3733,-0.075 -2.1095,-1.5068 -0.7534,-4.9723 -3.3148,-2.7122 -2.2602,0 -0.7533,1.9588 -4.9724,-0.1507 -0.904,-1.0547 -1.5068,0.452 -3.7669,4.5203 -1.8081,-0.3013 -4.8216,-3.1642 0.6027,-2.4109 -2.1095,0.1507 -1.2054,1.3561 -4.3696,-0.1507 -6.027,3.6163 -1.8081,3.1642 -5.4244,5.7256 -1.0547,4.5203 -1.3561,0.9041 -0.9041,2.7121 1.2054,2.7122 -3.9175,3.6162 -2.4108,8.7393 -3.9176,3.9175 -3.3149,1.2054 -3.0135,-1.6574 -1.2054,0.3014 0.3013,1.6574 1.6575,1.2054 1.2054,8.5885 -0.7534,3.0136 -1.2054,-0.1507 -0.9041,-1.3561 -4.8216,0.7534 -3.6162,3.4655 -0.6027,7.9859 -2.4109,1.0547 -0.904,3.7669 -10.0953,10.246 -6.027,-0.9041 -0.9041,-2.5615 -1.0547,0.1507 -3.3149,5.2736 0.9041,2.8629 1.8081,5.8764 2.2601,1.6574 3.0135,6.1777 -0.1507,3.4656 -1.9587,1.2054 1.0547,3.3148 4.2189,0.6027 3.3149,4.0683 -0.6027,4.8216 -1.6574,3.0135 -4.0683,0.1507 -0.3014,-0.904 -2.5614,0.7533 -3.0136,2.5615 -2.5615,-0.6027 0.8969,-3.3468 -1.8654,-0.9407 -0.9293,-3.0507 -1.9821,-0.8237 -3.8507,0.8161 -3.0374,3.3975 -0.159,3.6969 -2.7708,1.7295 -1.7805,-1.0023 -1.6338,1.206 -2.7094,2.3058 -1.2866,2.5787 -1.5179,1.0537 -0.8197,2.462 -3.1533,2.6937 0,1.7593 -2.1013,1.1702 -3.6169,0.4645 -1.8683,1.4051 -1.755,3.9856 -4.6702,3.0435 -2.3331,-0.01 -2.8025,2.1077 -0.1192,1.9937 3.7279,3.8754 0,1.5248 -0.701,0.8201 -0.9377,3.5175 -1.2834,0.1157 -0.8126,-3.0506 -1.8664,-0.1197 -1.8694,2.2261 -0.01,4.3397 -1.8704,3.0472 -2.7385,-0.4445 -6.4142,-1.4157 -1.749,-0.706 -2.3346,1.0526 -0.4693,2.1106 -2.8029,2.4595 -2.45,0.1141 -1.5195,0.6453 -2.7313,2.9582 -3.853,-0.2943 1.6805,-4.241 -2.3436,-3.0328 -0.5514,-3.3085 -1.6542,-0.6892 0.4135,-2.2057 4.9628,-3.3085 1.3786,-0.2757 4.1356,-5.7899 -0.5514,-3.7221 0.6892,-2.4814 1.5164,-0.4136 1.143,-5.2311 0.7378,-0.754 2.7345,-0.2619 3.9064,-3.7991 2.0835,-3.799 0.2604,-1.31 0.6511,-0.655 1.4324,-0.2619 3.9064,-4.5851 1.0418,-3.9299 1.5625,-0.6551 3.2554,-4.978 1.9533,-6.419 -0.6511,-0.524 1.3021,-2.358 1.4324,-8.122 -0.1302,-2.096 0.9116,-1.834 2.2136,-1.31 1.3003,-3.7935 1.4342,-1.7085 0,-1.179 1.8231,-0.393 2.8647,-2.227 1.6928,-6.681 1.8231,-3.144 0,-1.5721 0.7812,-0.655 0,-2.358 1.941,-3.1243 0.5066,-5.2714 -0.4942,-0.663 1.4826,-2.8174 0.659,-6.7949 1.6474,-4.6405 -1.4827,-1.4916 0.659,-4.9719 -0.9884,-1.9888 0.8236,-0.8286 -0.1647,-5.6349 -2.8005,-3.3146 0.1647,-2.3202 -5.2717,-3.4803 -1.6474,0 -0.3294,-2.1546 1.9768,-1.4916 0.659,-2.4859 0,-2.486 3.4595,-3.646 0,-6.6293 0.8237,-0.9944 -0.9884,-8.2865 -0.9884,-1.3258 -0.1647,-2.486 1.6473,-1.1601 0.4942,-4.6405 1.8121,-2.4859 1.8121,0.1657 3.789,-4.309 -0.6589,-6.2978 0.8236,-1.1601 0,-4.1433 1.9769,-2.6517 0,-2.4859 0.8238,-1.6573 0,-3.9776 1.9768,-1.6573 -0.3295,-2.4859 1.4826,-0.1658 0,-1.3258 2.9654,-2.1545 0.3294,-3.6461 2.3064,-3.1489 0.8236,-2.6517 -0.9884,-2.9831 1.8122,0 1.4907,1.6589 3.2867,0.6613 1.4826,2.486 0.1648,1.823 2.471,1.9888 1.9769,0.3314 1.2246,2.966 1.0817,0.6801 1.9347,0.043 1.2359,2.1144 2.4305,0.163 1.6474,1.3258 3.6242,0.663 3.789,-0.1658 1.3179,1.1601 3.13,0.8287 1.6474,2.6517 3.1301,0.3315 1.6473,2.1545 1.3179,0 0.3295,-1.1602 2.8006,0 1.812,-4.9719 0.1649,-7.4579 2.3063,-4.8062 -1.3179,-2.3202 2.2612,-1.1375 1.1983,-7.812 2.1416,-2.6516 0,-2.6517 1.8121,-2.8175 -1.9768,-1.3258 0.8236,-8.4523 -0.7169,-8.7744 -0.2715,-3.3239 -1.3179,-3.3146 1.9769,-1.9888 1.8121,0 1.6474,-1.3259 2.6358,-0.9943 2.8005,-5.9663 2.1416,-1.1602 0,-2.9831 2.6359,-7.6236 0,-3.3146 7.7426,-5.4692 0.8237,-14.9157 -3.9537,0.4972 -4.1184,-2.3203 0,-2.1545 -3.4596,-1.1601 -0.4942,-0.9944 4.2832,-3.3146 0.9884,-6.6292 -5.7644,-2.8625 -3.0194,-2.9054 4.2813,-0.3065 -0.5147,-2.2891 1.7543,-2.7413 z"
/>
<path
class="loc"
onClick="toggleImgLoc(this.id)"
id="sanCristo"
d="m 2771.1743,4374.535 -0.7274,2.2461 1.5088,1.4579 -0.5117,1.3481 -1.9384,0.2637 -0.4917,1.9803 1.1603,1.7614 -3.1902,1.2447 -0.104,2.1364 -1.3449,3.123 -2.2968,1.36 -0.06,3.1489 -3.1806,5.4345 -2.3626,0.8188 -2.2757,3.1763 -1.1532,0 -0.3618,2.0476 -2.3813,-1.6785 -3.7937,-0.6684 -1.977,-2.0759 -0.4906,-3.4011 -0.9062,-0.9135 2.8079,-2.5675 0.088,-4.3954 -0.9869,-2.3236 3.3875,-4.3083 -1.8947,-1.9929 -3.2192,1.6546 -0.5856,6.3854 -2.4764,1.4067 -4.9612,9.1996 -2.8871,0 -1.3927,-7.4662 -4.0322,-7.5524 -0.6594,-0.457 0,-2.6124 0.4984,-2.6534 0,-1.9905 -0.741,-1.0792 0,-1.3269 -2.6372,-1.911 7.8361,-7.081 5.63,-8.8669 3.0491,2.3676 -0.1665,1.2438 0.9058,1.1623 -1.4025,0.1642 2.6326,5.4771 1.4838,0.8312 -0.1625,-1.9906 1.2384,-0.8278 2.2271,0.086 -0.08,-2.2393 1.569,-1.3252 0,-1.161 5.2751,3.2413 9.9759,3.9938 6.3518,-0.075 0.1603,3.6495 0.7505,2.5414 z"
/>
<path
class="loc"
onClick="toggleImgLoc(this.id)"
id="usmi"
d="m 2660.1416,4484.2463 0,5.4691 -2.8005,6.6292 0.1648,2.9832 -3.8904,5.6015 -0.05,9.2241 1.739,2.3081 2.9305,-3.1552 8.6369,-3.273 0.2325,0.5868 5.0146,1.2966 3.7333,-0.2298 4.7846,-1.284 2.9164,0 7.5869,-3.2744 1.7473,1.9962 1.4003,-0.3501 8.4044,-3.977 2.4546,-3.7502 -1.515,-1.1748 0.2363,-2.3455 2.1032,-2.5777 2.4516,-1.4043 6.5473,-11.2515 0.2357,-1.8763 2.3355,-1.8737 2.3335,-0.2315 2.4361,-1.4809 -1.7639,-0.9108 0,-4.5982 -0.87,-3.3555 -1.4913,-0.6214 0,-2.237 1.6156,-1.2427 0.7457,-3.7283 0.9942,-0.3729 0.3728,-1.7398 -1.7398,-0.9943 0,-3.8525 1.8641,-1.2428 -0.9442,-5.4692 1.4826,-4.4747 1.4827,-0.4972 1.9769,0.3314 1.1531,-1.4916 -0.6589,-1.823 1.4826,-1.9888 4.2832,-0.3314 6.2601,-2.3203 3.2947,-0.3314 2.9653,-3.3146 -0.8237,-3.1489 1.8121,-4.309 -0.6589,-3.3146 -1.4827,-1.6573 1.6474,-2.9832 3.789,0.9944 3.4596,-1.6573 -0.1648,-2.6517 2.1416,-2.9832 -0.7194,-2.4013 -2.3544,-1.7078 -3.7937,-0.6683 -1.977,-2.0759 -0.4906,-3.401 -0.9062,-0.9135 2.8079,-2.5674 0.088,-4.3956 -0.9869,-2.3235 3.3876,-4.3083 -1.8948,-1.9931 -3.2192,1.6547 -0.5856,6.3854 -2.4764,1.4067 -4.9612,9.1996 -2.8871,0 -1.3927,-7.4664 -4.0322,-7.5524 -0.5769,-0.4568 -0.5789,1.1189 0.081,1.4099 -3.2997,0 -0.2484,0.7461 -1.2359,-1.1627 -2.4745,-0.087 -2.9665,-2.3674 0.1985,6.0132 -1.456,1.2717 -0.3982,2.5264 -4.5523,2.1053 2.4475,1.7626 -0.7073,5.7463 1.1625,3.1684 -1.7524,1.9917 2.4484,1.0587 1.9785,3.6385 -0.9352,1.5237 0.6915,6.5691 -3.6214,3.866 -1.9836,0.3492 -1.0524,1.8754 -3.9729,5.1555 0.6968,2.4641 -3.2749,6.564 -1.5182,1.2882 0.115,1.2904 1.8623,3.2865 -0.4737,5.5121 -1.0516,1.2888 0,1.5248 1.3964,2.8168 -1.2866,2.5787 0.1157,0.704 1.3983,1.2919 -1.5191,1.992 1.3983,1.1747 -1.5194,2.2266 -10e-4,0.821 1.3971,2.2303 -0.3528,2.1108 1.1637,2.23 -1.0523,1.8753 0,1.4075 -5.2496,-0.01 -0.582,-0.9391 -3.4985,-0.9428 -3.7353,1.7545 -1.0525,1.9926 -5.2467,-2.2354 -0.349,-0.7041 -2.4505,0.5833 -0.1183,1.1727 -1.6345,1.0535 -1.3979,-1.5266 -2.6851,1.5213 -4.3133,-2.3513 -1.633,-0.1195 -5.2527,2.4565 -1.2823,-0.7054 -0.9816,-0.068 z"
/>
<path
class="loc"
onClick="toggleImgLoc(this.id)"
id="martir"
d="m 2724.8457,4351.788 2.018,2.2418 3.7122,-0.1611 2.9672,1.9114 2.8456,0.2525 6.7346,-9.1973 2.4399,-5.0561 -3.9116,-5.147 -3.876,-0.6686 -0.086,2.6539 -11.152,12.4261 -1.6919,0.7444 z"
/>
<path
class="loc"
onClick="toggleImgLoc(this.id)"
id="santafesito"
d="m 2741.1301,4357.2828 1.816,-0.91 3.5447,1.7461 -0.08,-1.7417 2.6419,-1.7383 0.4154,-2.2387 4.4564,-1.653 -2.6373,-1.828 -5.1163,1.6521 -2.4739,-0.6667 -2.9755,4.5579 0.4089,2.8203 z m 30.007,14.7184 -0.1604,-3.6495 -6.3517,0.075 -9.9759,-3.9939 -5.2751,-3.2413 0,1.1611 -1.569,1.3251 0.08,2.2394 -2.2271,-0.086 -1.2385,0.8277 0.1625,1.9907 -1.4837,-0.8312 -2.6326,-5.4772 1.4024,-0.1641 -0.9058,-1.1623 0.1666,-1.2439 -3.0491,-2.3262 -1.6535,-1.412 6.699,-9.1972 2.4667,-5.079 0.6076,-0.2416 0.2623,-2.4451 1.8763,-4.3646 2.06,1.2747 2.6388,0.6669 3.2176,-0.4104 4.697,3.7381 1.4805,3.4024 1.897,0.1682 1.4009,1.0801 5.9448,-4.3052 0.907,0.25 0,0.7464 3.2969,2.0777 1.2373,0 4.2106,-2.8144 0.6599,6e-4 2.3063,2.574 0.8249,0 2.2293,-1.6558 1.9785,0.9978 2.516,-0.1211 0.4194,5.1458 -1.4827,3.1489 -1.8121,0 -1.1532,1.3258 0,2.8175 -0.659,1.9887 -0.6589,8.1208 -1.8121,2.9832 -0.4942,3.8118 -3.6243,0.3315 -1.3178,-0.3315 -1.768,1.8794 -4.4974,1.245 -1.093,-0.2074 z"
/>
</g>
<!-- El borde de Bogotá tiene un estilo para que la linea sea más gruesa -->
<path
id="limitrofe"
transform="translate(-2500,-4100)"
style="
fill: none;
stroke: #646464;
stroke-width: 2;
stroke-linecap: butt;
stroke-linejoin: round;
stroke-miterlimit: 4;
stroke-opacity: 1;
stroke-dasharray: none;
display: inline;
"
d="m 2523.2584,4871.6259 2.7313,-2.9582 1.5195,-0.6453 2.45,-0.1141 2.8029,-2.4595 0.4693,-2.1106 2.3346,-1.0526 1.749,0.706 6.4142,1.4157 2.7385,0.4445 1.8704,-3.0472 0.01,-4.3397 1.8694,-2.2261 1.8664,0.1197 0.8126,3.0506 1.2834,-0.1157 0.9377,-3.5175 0.701,-0.8201 0,-1.5248 -3.7279,-3.8754 0.1192,-1.9937 2.8025,-2.1077 2.3331,0.01 4.6702,-3.0435 1.755,-3.9856 1.8683,-1.4051 3.6169,-0.4645 2.1013,-1.1702 0,-1.7593 3.1533,-2.6937 0.8197,-2.462 1.5179,-1.0537 1.2866,-2.5787 2.7094,-2.3058 1.6338,-1.206 1.7805,1.0023 2.7708,-1.7295 0.159,-3.6969 3.0374,-3.3975 3.8507,-0.8161 1.9821,0.8237 0.9293,3.0507 1.8654,0.9407 -0.8969,3.3468 2.5615,0.6027 3.0136,-2.5615 2.5614,-0.7533 0.3014,0.904 4.0683,-0.1507 1.6574,-3.0135 0.6027,-4.8216 -3.3149,-4.0683 -4.2189,-0.6027 -1.0547,-3.3148 1.9587,-1.2054 0.1507,-3.4656 -3.0135,-6.1777 -2.2601,-1.6574 -1.8081,-5.8764 -0.9041,-2.8629 3.3149,-5.2736 1.0547,-0.1507 0.9041,2.5615 6.027,0.9041 10.0953,-10.246 0.904,-3.7669 2.4109,-1.0547 0.6027,-7.9859 3.6162,-3.4655 4.8216,-0.7534 0.9041,1.3561 1.2054,0.1507 0.7534,-3.0136 -1.2054,-8.5885 -1.6575,-1.2054 -0.3013,-1.6574 1.2054,-0.3014 3.0135,1.6574 3.3149,-1.2054 3.9176,-3.9175 2.4108,-8.7393 3.9175,-3.6162 -1.2054,-2.7122 0.9041,-2.7121 1.3561,-0.9041 1.0547,-4.5203 5.4244,-5.7256 1.8081,-3.1642 6.027,-3.6163 4.3696,0.1507 1.2054,-1.3561 2.1095,-0.1507 -0.6027,2.4109 4.8216,3.1642 1.8081,0.3013 3.7669,-4.5203 1.5068,-0.452 0.904,1.0547 4.9724,0.1507 0.7533,-1.9588 2.2602,0 3.3148,2.7122 0.7534,4.9723 2.1095,1.5068 2.3733,0.075 0.1852,-3.5269 -1.6145,-2.1711 0.5011,-3.8411 1.3917,-1.0578 1.2804,0 1.594,-0.9115 0.7413,-3.5632 -0.082,-1.1601 0.4941,-0.9115 -0.8236,-0.9116 0.3295,-0.4971 1.1532,0.2486 2.3887,-1.5745 0,-1.823 0.9883,-0.8287 0.4119,-3.9775 1.6474,-0.5801 0.1647,-3.066 1.0708,-0.6629 -0.1647,-2.5688 0.6589,-0.4972 0.2471,-2.8175 -1.4826,-1.9887 0,-2.4031 -2.224,-4.2262 -0.7413,-0.4143 -0.2471,-4.309 1.2355,-1.4916 0.1648,-1.0772 -0.4943,-0.3315 0.1648,-0.58 1.6474,-0.3315 2.9653,-3.1489 1.2355,-0.1657 0.5766,-1.7402 1.0708,-0.6629 0.6589,0.4143 5.6011,-1.1601 1.7298,-1.4087 2.9653,-1.0773 0.5766,-0.9943 -0.4119,-1.4916 0.9885,-2.9003 1.7297,-1.1601 1.1532,-1.9059 0.7413,-0.1658 0.1648,-0.8286 -1.5651,-0.9944 -1.1532,0.4143 -1.5649,-0.2486 -3.4596,-2.8174 -2.3886,-2.6517 -2.224,-0.6629 -1.3179,0.3315 -1.4004,-1.4088 0.1649,-1.9887 -1.4827,-1.9059 0,-4.8891 1.3178,-1.0772 0.6591,-5.4691 1.2354,-1.6574 0.3296,-2.9831 1.0708,-1.0773 0.082,-4.2261 -1.2356,-2.0716 -2.0592,0 -0.906,1.0772 -1.8121,0.5801 -1.8945,-2.486 -0.9061,-0.4972 -0.1647,-5.2205 0.906,-0.9944 0.1648,-1.243 -1.5651,0.1658 -2.471,-1.0773 -0.9061,-1.4916 -0.9884,-0.3314 -0.659,-2.6517 -0.9061,-1.0773 0.1649,-2.9831 -0.9062,-0.4143 -0.4118,-3.3975 0,-3.1489 0.7413,-0.7458 0.4118,-0.8286 -1.0707,-0.083 0.8236,-0.4972 0.082,-1.2429 -1.1531,-0.9116 -0.4943,0.1658 -2.1416,-2.8175 -0.2471,-2.7345 -1.565,-0.8287 -0.4942,-3.3146 -1.6474,-2.3202 -0.6589,-0.2486 0,-2.7346 0.4941,-0.3314 0.8238,-2.6517 1.6474,-3.1489 2.0592,-2.5688 0.906,-4.8891 1.5651,-2.4031 2.7181,-2.8174 0.7413,-2.0716 3.2125,-5.6349 2.3887,-1.823 4.644,-6.0846 2.4398,-3.1964 0.906,-2.9831 3.5419,-3.3146 1.8945,-6.2149 3.4594,-5.2205 0,-5.8835 0.8238,-0.6629 0.5765,-4.0604 0.906,-2.0716 0,-3.0661 -1.2354,-0.2486 -2.224,-2.1545 -0.3295,-2.3202 -2.4711,-0.8286 -0.9884,0.6629 -3.7066,-1.243 -0.4231,-1.2059 -1.7714,-0.9112 0,-4.5982 -0.87,-3.3555 -1.4913,-0.6214 0,-2.237 1.6156,-1.2427 0.7457,-3.7283 0.9942,-0.3729 0.3728,-1.7398 -1.7398,-0.9943 0,-3.8525 1.8641,-1.2428 -0.9442,-5.4692 1.4826,-4.4747 1.4827,-0.4972 1.9769,0.3314 1.1531,-1.4916 -0.6589,-1.823 1.4826,-1.9888 4.2832,-0.3314 6.2601,-2.3203 3.2947,-0.3314 2.9653,-3.3146 -0.8237,-3.1489 1.8121,-4.309 -0.6589,-3.3146 -1.4827,-1.6573 1.6474,-2.9832 3.789,0.9944 3.4596,-1.6573 -0.1648,-2.6517 2.1416,-2.9832 -0.7209,-2.4016 0.3914,-2.0731 1.1532,0 2.2757,-3.1763 c 1.1027,0.1746 2.0499,-0.09 2.3626,-0.8188 0.5637,-1.3143 1.8589,-3.9086 3.1806,-5.4345 l 0.06,-3.1489 2.2968,-1.36 1.3449,-3.123 0.104,-2.1364 3.1902,-1.2447 -1.1603,-1.7614 0.4917,-1.9803 1.9384,-0.2637 0.5117,-1.3481 -1.5088,-1.4579 0.7274,-2.2461 1.8068,0.307 4.4974,-1.245 1.768,-1.8794 1.3178,0.3315 3.6243,-0.3315 0.4942,-3.8118 1.8121,-2.9832 0.6589,-8.1208 0.659,-1.9887 0,-2.8175 1.1532,-1.3258 1.8121,0 1.4827,-3.1489 -0.3707,-5.1791 1.359,-3.6046 0,-2.486 1.8122,-3.4803 -0.6589,-1.4916 -7.2486,3.1489 -4.4479,-0.8287 -1.4826,-2.6517 -0.1647,-2.6517 0.9884,-2.4859 -1.8121,-0.8287 -4.448,0 -2.8005,0.8287 -2.3064,-1.1601 0,-2.1545 0.967,-3.7316 2.4225,-2.6163 0,-3.682 1.8822,-1.4055 2.3063,-0.3315 0.3294,0.8286 4.8717,0.6845 0.7295,0.1442 1.3179,-0.4972 -0.3294,-1.9888 1.9767,-3.8118 0,-4.9719 -3.13,-1.823 -1.4826,-0.3315 -2.4711,-5.1377 1.8122,-5.1376 0.6589,-5.6348 -0.2471,-2.4031 1.1532,-3.1489 0.083,-6.3807 0.7412,-6.9607 -0.906,-8.2865 -0.7519,-1.3722 -3.5346,-0.7069 -1.928,-1.7995 0.5141,-4.4987 1.0283,-0.6426 0.7069,-4.8843 -1.3888,-1.0116 0.7414,-4.8062 2.7181,-4.4747 4.5303,-1.4916 1.8121,-1.9059 -0.5765,-3.0658 -0.7414,-1.8231 0,0 -1.025,-1.4205 1.5117,-0.907 -0.075,-1.285 -1.8897,-0.907 -0.3024,-2.2677 -1.6629,-0.2267 -0.3023,0.7558 -5.3668,0.5292 -0.5291,-1.2094 -6.5005,-0.076 -3.7038,-3.6282 -2.192,0.2267 -0.2268,-0.8314 -0.8314,-0.076 -1.2028,1.2965 -0.659,-1.4088 -1.4003,-0.1657 -1.0708,-2.0716 -0.9884,0.9115 0.6589,1.5745 -1.1532,-0.9116 -1.2355,0.1658 -1.4003,1.9887 -0.9883,-0.58 -1.0709,0.6629 -1.2356,-0.7458 0.082,-1.4916 -0.5766,-1.5744 -1.4003,0.9115 -0.5765,-0.5801 -1.2356,2.0717 0.3296,1.6573 -1.5651,0.1657 -1.0708,-1.4916 0.7414,-0.9115 -1.0709,-0.9115 -1.3178,0 -1.8945,-1.5744 -0.412,-2.2375 -0.906,0.58 -0.1647,1.5745 -1.6474,1.823 -1.1531,0 0.5765,2.1545 1.3179,0.8287 1.6474,2.4859 -0.3295,1.8231 -0.8236,0.8286 0.082,2.2374 -0.8237,-0.3315 -0.3295,-1.4916 0.659,-1.2429 -0.659,-0.7458 -1.4003,0.4972 -0.4118,1.5744 -0.8236,1.243 0.5765,1.0772 2.224,0.4972 0,0.6629 -1.0708,0.7458 0.4118,0.3315 2.3887,0.4143 0,1.3259 -3.13,1.7402 -0.8237,-0.083 -1.2356,1.6573 -0.1647,2.8175 -0.6589,0.6629 0.9061,0.7458 -1.565,1.823 -1.6474,0.4972 -1.8945,-1.7402 0.3294,-2.2373 -1.7298,-0.663 -2.1415,1.7402 -0.659,-0.4143 -1.3179,1.823 -1.565,2.9003 -1.4826,0.4972 -0.9061,-0.3315 -0.9884,1.5745 0.7413,1.6573 -1.565,1.9059 0.8237,0.2486 0,1.243 0.3294,0.4143 -1.0707,1.7402 0.7413,0.58 0,1.6573 -1.318,1.4916 1.1532,0.6629 -0.5765,2.4031 -0.8238,0.9944 -0.9883,0 -0.9885,1.0773 0,3.2317 -1.4002,0.5801 -0.3296,-0.4143 -0.906,0.58 0,2.3202 0.9884,0.3315 -1.4826,1.6573 -1.7298,0.2486 -0.4942,1.7402 -1.565,0.8286 0.6589,1.1602 1.7298,-0.2486 1.112,1.2844 -0.4531,0.6215 -0.6589,0.083 -0.8237,0.9944 1.2355,0.9943 0.083,2.1546 1.565,1.5744 -2.0592,0.4972 -1.8121,-1.0773 -0.5766,-1.3258 -1.565,1.4087 -0.9061,-0.1657 -0.5765,1.0772 -1.9769,0.5801 -0.2472,-1.243 1.7298,-0.9115 -0.2471,-0.8287 -1.9769,0.4972 -1.1531,1.0773 -3.0477,1.1602 -0.906,1.5743 -2.0593,0.7458 -1.4003,-0.9944 -0.4942,-1.4087 -0.9061,0.083 -1.3178,1.3259 0.6589,1.9059 2.5947,2.0716 -0.1236,2.8174 -0.9061,0.4144 1.1532,1.4916 -1.2355,0.4971 -1.318,-0.8286 -0.8236,0.6629 -0.7414,1.5745 -2.8005,1.2429 -4.5185,-0.086 -1.0363,0.4634 0.9198,1.2944 2.3298,1.0547 0,0.9376 -1.5144,0.4687 0.1166,2.3438 1.8638,2.5782 0.9318,0.3515 -0.4659,1.0547 -2.5628,1.7579 0,1.875 -0.8153,0.8203 0.6988,1.5235 1.0485,-0.4688 0.7353,1.3108 2.2773,-1.4596 0.6811,1.0193 1.2562,-1.3492 0.9456,-0.019 -0.029,-3.081 1.2101,-0.01 2.2081,2.4634 -0.6401,1.3471 -1.0163,-0.088 -2.2869,1.2216 -0.9627,0.084 0.5651,1.8804 -1.3384,0.1868 -1.6252,-0.8146 -1.2813,1.0547 3.0287,1.9922 3.3781,0 0.699,-0.5859 0.9318,1.9922 -1.3978,1.1719 -1.8638,0.3516 0.4659,1.5234 -0.6989,0.7032 -1.9803,0 0,1.1719 -0.9319,0.4687 -0.9319,-0.7031 -2.0967,0.5859 -0.3496,1.2891 -2.4462,-0.4687 -1.5143,1.5234 -1.7473,2.8126 -2.4463,0.2343 0.699,-1.4063 1.2814,-0.4687 0.5824,-1.875 -1.0485,0 -1.1648,0.7031 -2.3298,-0.586 -1.2813,-1.289 -1.3978,0.5859 -0.1165,1.7578 -2.3298,0.2344 -1.6309,2.3438 1.0485,1.2891 -2.0968,0.3516 -0.1165,-0.9375 -1.6308,-0.8202 -0.9319,0.9375 1.3979,1.875 -1.3979,1.4063 -1.5144,-0.2344 -0.5824,0.8203 -1.0484,-0.8203 -1.0483,-2.2266 -1.7473,0 -0.5825,-0.9375 -1.8638,1.2891 0.5825,0.8203 3.3781,2.2266 0,1.1719 -1.6308,0.7031 0.6989,0.8204 -0.5159,1.1418 1.5643,0.9676 -1.0484,0.3515 0,0.9375 -1.5144,0 -0.3495,-1.0547 -0.5823,-10e-5 -0.5825,0.9375 -1.3724,-0.4645 -0.1444,1.9883 0.5621,1.4435 1.0649,0.049 0,1.3259 -0.9647,0.098 0.055,1.0721 1.5693,1.3158 0.8236,0.1658 0.6589,0.6629 1.1533,-0.4972 2.9652,3.3146 2.3063,3.9775 4.0985,4.5836 1.6618,-0.4686 5.1269,1.2796 1.4951,0.1098 3.7324,2.9 0,0 0.1623,2.6287 1.6011,4.0001 -0.8501,2.0708 -1.481,3.9638 3.0828,0.8625 -1.3202,0.7021 -1.4359,3.5974 1.6107,1.0767 0.999,7.3833 1.6147,3.5941 -4.3228,2.8994 -0.6193,1.5753 -2.471,1.3258 1.4825,0.4972 -0.1647,1.4918 3.2948,3.8118 -1.4826,3.3146 0,4.309 3.2948,1.3259 -1.1532,1.3258 -2.6358,0.1657 0.3294,3.4804 0.8237,0.4972 -0.3196,3.0551 0.8139,4.237 -2.1416,3.6461 0,4.309 -3.4596,4.9719 1.6474,6.9607 -0.9884,3.1489 -2.1416,2.8174 -9.2253,20.0534 -1.596,4.3349 -1.6988,2.2944 0.8236,3.8118 -1.7879,5.1963 -1.1774,3.4217 0,5.4691 -2.8005,6.6292 0.1648,2.9832 -3.8904,5.6015 -0.05,9.2241 3.6429,4.7298 -1.7543,2.7413 0.5147,2.2891 -4.2813,0.3065 3.0194,2.9054 5.7644,2.8625 -0.9884,6.6292 -4.2832,3.3146 0.4942,0.9944 3.4596,1.1601 0,2.1545 4.1184,2.3203 3.9537,-0.4972 -0.8237,14.9157 -7.7426,5.4692 0,3.3146 -2.6359,7.6236 0,2.9831 -2.1416,1.1602 -2.8005,5.9663 -2.6358,0.9943 -1.6474,1.3259 -1.8121,0 -1.9769,1.9888 1.3179,3.3146 0.2715,3.3239 0.7169,8.7744 -0.8236,8.4523 1.9768,1.3258 -1.8121,2.8175 0,2.6517 -2.1416,2.6516 -1.1983,7.812 -2.2612,1.1375 1.3179,2.3202 -2.3063,4.8062 -0.1649,7.4579 -1.812,4.9719 -2.8006,0 -0.3295,1.1602 -1.3179,0 -1.6473,-2.1545 -3.1301,-0.3315 -1.6474,-2.6517 -3.13,-0.8287 -1.3179,-1.1601 -3.789,0.1658 -3.6242,-0.663 -1.6474,-1.3258 -2.4305,-0.163 -1.2359,-2.1144 -1.9347,-0.043 -1.0817,-0.6801 -1.2246,-2.966 -1.9769,-0.3314 -2.471,-1.9888 -0.1648,-1.823 -1.4826,-2.486 -3.2867,-0.6613 -1.4907,-1.6589 -1.8122,0 0.9884,2.9831 -0.8236,2.6517 -2.3064,3.1489 -0.3294,3.6461 -2.9654,2.1545 0,1.3258 -1.4826,0.1658 0.3295,2.4859 -1.9768,1.6573 0,3.9776 -0.8238,1.6573 0,2.4859 -1.9769,2.6517 0,4.1433 -0.8236,1.1601 0.6589,6.2978 -3.789,4.309 -1.8121,-0.1657 -1.8121,2.4859 -0.4942,4.6405 -1.6473,1.1601 0.1647,2.486 0.9884,1.3258 0.9884,8.2865 -0.8237,0.9944 0,6.6293 -3.4595,3.646 0,2.486 -0.659,2.4859 -1.9768,1.4916 0.3294,2.1546 1.6474,0 5.2717,3.4803 -0.1647,2.3202 2.8005,3.3146 0.1647,5.6349 -0.8236,0.8286 0.9884,1.9888 -0.659,4.9719 1.4827,1.4916 -1.6474,4.6405 -0.659,6.7949 -1.4826,2.8174 0.4942,0.663 -0.5066,5.2714 -1.941,3.1243 0,2.358 -0.7812,0.655 0,1.5721 -1.8231,3.144 -1.6928,6.681 -2.8647,2.227 -1.8231,0.393 0,1.179 -1.4342,1.7085 -1.3003,3.7935 -2.2136,1.31 -0.9116,1.834 0.1302,2.096 -1.4324,8.122 -1.3021,2.358 0.6511,0.524 -1.9533,6.419 -3.2554,4.978 -1.5625,0.6551 -1.0418,3.9299 -3.9064,4.5851 -1.4324,0.2619 -0.6511,0.655 -0.2604,1.31 -2.0835,3.799 -3.9064,3.7991 -2.7345,0.2619 -0.7378,0.754 -1.143,5.2311 -1.5164,0.4136 -0.6892,2.4814 0.5514,3.7221 -4.1356,5.7899 -1.3786,0.2757 -4.9628,3.3085 -0.4135,2.2057 1.6542,0.6892 0.5514,3.3085 2.3436,3.0328 -1.6805,4.241 z"
/>
<!-- El mapa de la zonas urbanas de Bogotá -->
<path
id="areaUrbana"
transform="translate(-2500,-4460)"
style="
fill: #000000;
fill-opacity: 0.39215686;
fill-rule: evenodd;
stroke: none;
display: none;
"
d="m 2751.7079,4706.9289 -1.0707,-1.2388 0,-1.7324 0.8258,-0.6587 0.4975,-1.9791 1.0742,-1.4835 0.036,-1.2667 1.3385,-1.5256 0.9545,0 0.9569,-1.7171 0.1938,-2.2909 -0.8589,-0.192 -0.3791,-2.1008 1.2419,-0.762 0.8639,-3.6265 1.0541,-3.0533 2.0062,-1.2386 0.099,-3.1501 1.7236,-4.1026 1.2419,-0.6666 1.4376,-4.3895 1.9125,-2.4796 0,-1.9092 1.6229,-0.094 0.9519,2.1013 3.2448,0.7679 0.572,0.5735 -1.0511,0.8579 0.2835,2.196 2.0034,1.0526 0.9558,-0.9534 2.9601,-0.5689 0.2852,0.8594 4.3906,0.5785 1.4325,-0.4756 0.099,-2.2908 -0.5713,-1.2417 -2.3844,-1.626 -0.4738,-2.769 -2.8618,-1.6266 -1.4322,0.1891 0,1.2409 -4.01,0.4724 -0.8579,-1.0514 -1.6221,-0.4793 0.7644,-0.6673 -0.7615,-1.6238 1.2417,-0.5713 1.2395,1.1473 3.5337,-1.2365 0.3842,-1.8133 -2.957,-1.8176 -0.9528,-1.4332 1.6245,-1.2389 0.861,-1.4308 -2.0995,-0.48 2.0078,-2.3841 c 0,0 1.4313,0.4793 1.432,-0.093 0,-0.5728 0,-2.1957 0,-2.1957 0,0 -1.0504,0.1897 -1.5274,0 -0.4771,-0.1915 -1.8113,-1.9117 -1.8113,-1.9117 l 0.5738,-0.7628 0.4795,-1.7178 c 0,0 0.9546,0 1.0506,-0.3805 0.096,-0.3817 0.6717,-2.6722 0.6717,-2.6722 l -1.4313,-0.5745 -0.094,-1.2411 2.388,-1.1425 0.4803,-2.2904 -1.2404,-0.479 0.6699,-1.3356 1.0502,0 -0.096,0.668 2.0992,0.7665 1.1484,-2.1941 1.0498,0.1921 0.2876,-0.8587 -2.1924,-2.5803 -2.1,-0.099 -0.4766,-0.5734 c 0,0 1.3372,-0.5712 1.7196,-0.9524 0.3823,-0.3814 1.7217,-2.6708 1.7217,-2.6708 l -1.8134,-0.2886 -0.6667,-1.2419 -1.6226,-0.1931 -2.2882,-2.1985 0.4789,-1.2404 0.7633,0.2874 1.5288,-1.0483 0.5769,-3.2449 -1.5232,-3.2477 c 0,0 -1.0507,0.476 -1.1457,0.094 -0.095,-0.3819 0.1931,-1.718 0.1931,-1.718 l -1.2409,-0.097 -0.1921,-0.096 -1.8954,-1.3223 0.6778,-1.4594 1.1492,-1.2811 -0.5361,-3.0382 -1.1466,-0.7441 -1.4149,-2.0269 -4.1854,0.1972 -2.7698,1.7514 -0.3394,1.4171 -4.5225,-0.1408 -0.2014,-0.8103 -2.5642,-0.6784 -5.1313,0.8036 -0.4069,1.552 1.619,0.8121 c 0,0 -0.7447,1.6865 -0.948,2.2938 -0.2033,0.6074 -2.838,2.2915 -2.838,2.2915 l -1.2145,-0.4067 -1.2843,1.3484 0,2.2275 0.944,0.7438 -1.6897,1.753 -1.9103,1.1115 -1.0864,-1.8531 0,-0.9546 0.7653,-1.24 -1.2386,-1.9108 -2.0036,-0.7663 -3.5244,-6.0188 -0.094,-1.4319 -1.3358,-0.4791 -1.6252,1.8117 -2.1967,0.7608 -0.7653,1.2401 1.526,1.1475 -0.2876,0.9543 -3.6315,3.0501 -0.2898,2.5771 -2.1958,0.1882 -1.6262,2.5752 -2.1941,-1.1484 0,-1.2409 -2.5784,0.665 -0.9539,-0.574 -1.2431,1.6212 0,3.2457 -1.1462,0.4758 -1.0493,-0.5741 -0.5737,0.763 0,2.1002 0.9537,0.7649 -1.6252,1.7162 -1.2409,-0.097 -0.9573,2.0989 -1.3374,0.7619 0.4765,0.5735 2.0049,-0.093 1.2392,1.4335 -0.6693,0.7629 -1.2405,-0.3834 -0.1925,1.2407 1.6213,1.1475 0,2.1003 1.9073,1.5299 -2.7693,0.6646 -0.6677,-0.3828 -1.243,1.5259 0.7605,2.4831 1.3354,0.8608 -0.291,3.5317 1.2397,1.0517 -1.3371,0.4756 -2.4804,-1.2442 -0.7621,-1.242 -2.1936,-0.1637 0,-2.5571 -1.0715,-0.6612 -1.2386,0.9881 0.3254,3.4649 -1.5434,-0.455 -0.2709,0.6409 -1.417,-0.3731 -0.9436,-1.1488 -2.6325,-0.07 -0.4715,-0.777 -1.4186,0.8421 -0.2043,1.3835 -0.6754,0.2691 1.0443,1.5203 -1.3505,0.4031 -1.0118,-0.6088 -1.0134,0.6737 -0.6433,1.5517 -2.9041,1.2788 -4.4887,-0.2082 -0.8443,0.4377 0.7069,1.4183 2.4628,0.8132 0,1.1138 -1.5193,0.4032 0.064,2.4301 1.7514,2.7699 0.8435,0.2373 -0.5751,0.9779 -2.3985,1.7521 -0.035,1.755 -0.98,0.9438 0.9094,1.385 1.0128,-0.2013 0.9433,1.3513 1.8246,-1.5503 0.9102,0.8451 1.4531,-1.382 0.7761,0.1024 0.1726,-3.0374 0.9787,0.035 2.3596,2.3657 -0.7781,1.4166 -1.2824,-0.1367 -2.1282,1.5161 -0.6073,-0.1695 -0.2703,0.2359 0.5717,1.587 -1.0468,0.3699 -1.7877,-0.7786 -1.3174,0.8083 2.866,2.1301 3.2737,0.1392 0.8107,-0.539 0.8415,1.8236 -1.6891,1.2466 -1.519,0.066 0.4366,1.7556 -0.8111,0.7415 -1.7549,-0.1036 -0.2041,1.2822 -0.9116,0.2688 -0.7416,-0.7435 -2.2962,0.8746 -0.339,1.1134 -2.2944,-0.4417 -1.8923,1.7863 -1.2858,2.3947 -1.3501,0.167 -0.3724,0.8096 -0.8089,-0.8111 0.7443,-1.4167 1.2491,-0.2346 0.4411,-1.8557 -1.0799,-0.1364 -1.081,0.8086 -2.5641,-0.7795 -0.9773,-1.1151 -1.4182,0.5383 -0.1374,1.7885 -2.3964,0.1319 -1.5217,2.2257 0.9434,1.2837 -0.2377,1.0461 1.1543,1.4562 -0.084,1.7321 1.4827,1.5693 -0.3333,2.6391 -0.7262,1.049 -2.1008,0.4269 -1.0999,1.6691 -3.3917,2.1435 -1.5747,-0.336 -2.1975,1.4291 0.4288,0.621 0.6202,0.2396 0.2853,0.8117 0.667,1.0032 -0.096,0.6204 2.3842,1.7692 1.3847,-0.3801 0.4758,1.1461 -0.813,1.2876 -0.9068,-0.1443 0.1879,2.3868 2.383,2.7715 1.8111,2.0549 1.8146,-0.5228 6.8093,1.5697 3.3998,2.5961 0,2.7206 1.9041,3.9164 -1.6275,3.6255 0.857,1.6717 1.6704,0.1932 1.0516,-1.1921 3.192,4.6818 -0.2402,1.193 1.2885,0.1926 3.9156,-1.3314 -0.094,-1.098 1.8137,0.05 0.4759,1.1462 1.3249,-0.6019 1.2364,0.6614 0.576,1.073 -0.9925,2.061 0.8565,1.2017 -0.097,1.3362 -2.4838,1.381 -2.2888,-1.8167 -1.4825,2.1938 -1.4326,0.5232 -0.3833,1.145 2.7205,0.098 0.1421,0.907 -1.4339,1.4779 -1.6709,0.332 -0.7181,1.5742 3.0064,0.5765 0.2851,0.955 3.1015,0.7678 0.2397,-0.7635 1.0499,0.1446 -0.097,1.0977 -1.2905,1.3348 -0.3363,1.7179 0.9543,0.2876 0.1902,0.5731 3.6751,0.1478 1.383,0.9087 1.8616,0.012 2.9622,-2.2872 1.7719,-4.5324 1.7668,-0.6181 0.2372,1.1936 2.2414,1.5303 0.094,1.1457 1.0969,0.765 1.8624,-0.7134 0.9524,1.7195 -0.2903,2.9589 -4.3465,2.2855 2.0027,1.6255 -0.3895,5.9659 1.0939,3.0561 -1.673,1.8594 2.2421,0.9576 1.999,4.4414 -1.0047,1.7648 0.1397,2.7208 -1.0508,0.5715 -0.859,-0.1443 -2.2934,1.8108 0.6177,2.1488 -1.0046,1.7648 -0.8601,0.7148 -0.097,0.9068 1.8119,1.4341 0.4732,3.1986 0.765,-1.0013 2.0525,0 1.1941,-0.6667 1.8137,0 0.8577,1.1467 4.1019,2.3918 0.4789,-1.2404 2.7693,-0.7124 1.9111,-1.4772 0.3847,-2.1951 -1.0493,-0.5742 -0.044,-2.9594 1.91,-0.6657 1.1034,-4.3421 1.767,-0.7614 -1.0492,-0.6219 0.4325,-2.2905 -0.7627,-0.7648 -1.0997,1.4783 -1.8121,-1.291 -0.4761,-0.9075 1.1939,-0.5713 1.0543,-3.1965 2.196,-0.2837 0.861,-1.4786 -2.6233,-1.483 -0.5708,-1.5759 1.528,-0.4275 0.3352,-0.8588 -4.5822,-0.01 -1.5258,-1.1953 0.1926,-1.3361 0.7163,-0.1901 1.0041,-1.4306 -2.3364,-1.8645 -1.1871,-4.7747 0.6685,-0.19 1.1035,-4.4853 1.3854,-0.9051 -0.1889,-1.5754 0.7168,-0.6673 4.6195,8.1203 0.8072,3.3421 -0.8141,2.0515 0.1871,2.9117 0.5246,0.3825 -0.1454,1.7183 3.0544,0.3379 0.6186,1.4328 -0.8119,0.4286 0.4269,2.0529 -1.8616,0.046 -0.8612,1.5265 1.7659,0.1453 0,1.0978 3.6269,0.5775 2.197,-0.9995 0.6722,-3.1494 -2.1012,0.7609 -1.9074,-1.3866 0,-0.9546 1.5275,-0.1412 0.5265,-1.0972 -2.2436,0.2359 0.052,-3.0072 -0.9541,-0.4784 -0.4747,-2.0531 1.3371,-0.4278 0.8107,0.5737 0.8599,-0.6193 -2.0025,-1.6254 0,-2.2912 0.7645,-0.7149 1.4312,0.6223 2.1042,-3.1475 0.05,-1.5274 0.7186,-2.0037 1.1938,-0.3804 0.6699,-1.3356 -3.0211,-0.4001 1.7339,-1.2352 -0.029,-1.1159 -0.8763,-0.37 0.3332,-2.5566 -0.9035,-0.4045 -0.5365,-2.7007 3.4426,-0.064 -0.1317,-2.4977 1.2156,-0.471 -0.1971,-4.1853 0.8105,-0.4041 1.5502,1.8246 -0.4753,2.1595 1.6856,1.5548 0.3403,-2.1597 1.7564,-1.0778 0.272,-1.5522 -2.0907,-1.4202 -0.5385,-1.2157 0.8791,-1.1465 -0.334,-2.7005 -1.3483,-1.4193 0.34,-1.9571 2.2286,-0.7396 0.067,-3.088 1.4914,-1.1626 0.1382,-2.4975 2.3634,-0.6719 1.4193,-1.2808 -0.6041,-2.6333 -2.3621,-0.4081 -0.9476,-1.9849 z"
/>
<!-- Y los nombres de los municipios y de Bogotá -->
<g
id="Nombres"
transform="translate(-922.3042,-496.90618)"
style="display: none"
>
<text
xml:space="preserve"
style="
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-stretch: normal;
text-align: start;
line-height: 125%;
letter-spacing: 0px;
word-spacing: 0px;
writing-mode: lr-tb;
text-anchor: start;
fill: #000000;
fill-opacity: 1;
stroke: none;
font-family: Arial;
"
x="1174.8527"
y="593.54712"
>
<tspan x="1174.8527" y="593.54712">Chía</tspan>
</text>
<text
xml:space="preserve"
style="
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-stretch: normal;
text-align: start;
line-height: 125%;
letter-spacing: 0px;
word-spacing: 0px;
writing-mode: lr-tb;
text-anchor: start;
fill: #000000;
fill-opacity: 1;
stroke: none;
font-family: Arial;
-inkscape-font-specification: Arial;
"
x="1223.032"
y="587.35895"
>
<tspan x="1223.032" y="587.35895">Sopó</tspan>
</text>
<text
xml:space="preserve"
style="
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-stretch: normal;
text-align: start;
line-height: 125%;
letter-spacing: 0px;
word-spacing: 0px;
writing-mode: lr-tb;
text-anchor: start;
fill: #000000;
fill-opacity: 1;
stroke: none;
font-family: Arial;
"
x="1227.4521"
y="695.21014"
>
<tspan x="1227.4521" y="695.21014">La Calera</tspan>
</text>
<text
xml:space="preserve"
style="
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-stretch: normal;
text-align: start;
line-height: 125%;
letter-spacing: 0px;
word-spacing: 0px;
writing-mode: lr-tb;
text-anchor: start;
fill: #000000;
fill-opacity: 1;
stroke: none;
font-family: Arial;
"
x="1121.3691"
y="635.53839"
>
<tspan x="1121.3691" y="635.53839">Cota</tspan>
</text>
<text
xml:space="preserve"
style="
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-stretch: normal;
text-align: start;
line-height: 125%;
letter-spacing: 0px;
word-spacing: 0px;
writing-mode: lr-tb;
text-anchor: start;
fill: #000000;
fill-opacity: 1;
stroke: none;
font-family: Arial;
"
x="1078.4938"
y="670.4574"
>
<tspan x="1078.4938" y="670.4574">Funza</tspan>
</text>
<text
xml:space="preserve"
style="
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-stretch: normal;
text-align: start;
line-height: 125%;
letter-spacing: 0px;
word-spacing: 0px;
writing-mode: lr-tb;
text-anchor: start;
fill: #000000;
fill-opacity: 1;
stroke: none;
font-family: Arial;
"
x="1043.1328"
y="708.47052"
>
<tspan x="1043.1328" y="708.47052">Mosquera</tspan>
</text>
<text
xml:space="preserve"
style="
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-stretch: normal;
text-align: start;
line-height: 125%;
letter-spacing: 0px;
word-spacing: 0px;
writing-mode: lr-tb;
text-anchor: start;
fill: #000000;
fill-opacity: 1;
stroke: none;
font-family: Arial;
"
x="1048.437"
y="770.79437"
>
<tspan x="1048.437" y="770.79437">Soacha</tspan>
</text>
<text
xml:space="preserve"
style="
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-stretch: normal;
text-align: start;
line-height: 125%;
letter-spacing: 0px;
word-spacing: 0px;
writing-mode: lr-tb;
text-anchor: start;
fill: #000000;
fill-opacity: 1;
stroke: none;
font-family: Arial;
"
x="1126.5616"
y="735.69403"
>
<tspan x="1126.5616" y="735.69403">Bogotá</tspan>
</text>
</g>
</svg>
<!-- Con un formulario se crean las capas del mapa para que se oculten segun la necesidad del usuario -->
<form>
<h3>Capas</h3>
<input type="checkbox" id="muni" />
<label for="muni"> Municipios aledaños</label><br />
<input type="checkbox" id="urb" />
<label for="urb"> Área urbana</label>
</form>
<!-- Finalmente una imagen de la localidad escogida si se da clic se cierra-->
<figure onclick="this.style.display = 'none'">
<img src="images/sitios/anNarin.jpg" alt="Localidad escogida" width="500px">
<figcaption>AnNarin</figcaption>
</figure>
</section>
<!-- El pie de página se agrega con la información del autor de la página. -->
<footer>
<a href="mailto:[email protected]">Cristian Yesid Chitiva Vela </a>
<time>2021</time>
</footer>
</body>
</html>