File size: 16,152 Bytes
479fe69
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html>
<head>
    
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
    
        <script>
            L_NO_TOUCH = false;
            L_DISABLE_3D = false;
        </script>
    
    <style>html, body {width: 100%;height: 100%;margin: 0;padding: 0;}</style>
    <style>#map {position:absolute;top:0;bottom:0;right:0;left:0;}</style>
    <script src="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js"></script>
    <script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css"/>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"/>
    <link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"/>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css"/>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>
    
            <meta name="viewport" content="width=device-width,
                initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
            <style>
                #map_a1f3ad7074dad87fc12508baa541fc65 {
                    position: relative;
                    width: 100.0%;
                    height: 100.0%;
                    left: 0.0%;
                    top: 0.0%;
                }
                .leaflet-container { font-size: 1rem; }
            </style>
        
</head>
<body>
    
    
            <div class="folium-map" id="map_a1f3ad7074dad87fc12508baa541fc65" ></div>
        
</body>
<script>
    
    
            var map_a1f3ad7074dad87fc12508baa541fc65 = L.map(
                "map_a1f3ad7074dad87fc12508baa541fc65",
                {
                    center: [-31.2468127, -64.4703813],
                    crs: L.CRS.EPSG3857,
                    zoom: 15,
                    zoomControl: true,
                    preferCanvas: false,
                }
            );

            

        
    
            var tile_layer_d9d2b3f43262cdc24dcd2c54eeebb088 = L.tileLayer(
                "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",
                {"attribution": "Data by \u0026copy; \u003ca target=\"_blank\" href=\"http://openstreetmap.org\"\u003eOpenStreetMap\u003c/a\u003e, under \u003ca target=\"_blank\" href=\"http://www.openstreetmap.org/copyright\"\u003eODbL\u003c/a\u003e.", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}
            ).addTo(map_a1f3ad7074dad87fc12508baa541fc65);
        
    
            var marker_64957d9a580d2f09d6b28627d2374f19 = L.marker(
                [-31.2468127, -64.4703813],
                {}
            ).addTo(map_a1f3ad7074dad87fc12508baa541fc65);
        
    
            var icon_e7fcc95ead3ff14f2e41fbbd6da350af = L.AwesomeMarkers.icon(
                {"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "green", "prefix": "glyphicon"}
            );
            marker_64957d9a580d2f09d6b28627d2374f19.setIcon(icon_e7fcc95ead3ff14f2e41fbbd6da350af);
        
    
        var popup_bf3d0b061120e3d729bed354e930e4df = L.popup({"maxWidth": "100%"});

        
            
                var html_bd14c223170ed15e88a0f653d228e0e2 = $(`<div id="html_bd14c223170ed15e88a0f653d228e0e2" style="width: 100.0%; height: 100.0%;">Zona: 2</div>`)[0];
                popup_bf3d0b061120e3d729bed354e930e4df.setContent(html_bd14c223170ed15e88a0f653d228e0e2);
            
        

        marker_64957d9a580d2f09d6b28627d2374f19.bindPopup(popup_bf3d0b061120e3d729bed354e930e4df)
        ;

        
    
    
            var marker_3e649aefb9e78244fb39c588fd9a3ac9 = L.marker(
                [-31.2376351, -64.4633182],
                {}
            ).addTo(map_a1f3ad7074dad87fc12508baa541fc65);
        
    
            var icon_c2e37e415e755d5ae2fb5d6744152223 = L.AwesomeMarkers.icon(
                {"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "orange", "prefix": "glyphicon"}
            );
            marker_3e649aefb9e78244fb39c588fd9a3ac9.setIcon(icon_c2e37e415e755d5ae2fb5d6744152223);
        
    
        var popup_07653847e4a06ae31938ebcb8d2eca37 = L.popup({"maxWidth": "100%"});

        
            
                var html_21e5747412cad3612aafc34fd6b3be25 = $(`<div id="html_21e5747412cad3612aafc34fd6b3be25" style="width: 100.0%; height: 100.0%;">Zona: 4</div>`)[0];
                popup_07653847e4a06ae31938ebcb8d2eca37.setContent(html_21e5747412cad3612aafc34fd6b3be25);
            
        

        marker_3e649aefb9e78244fb39c588fd9a3ac9.bindPopup(popup_07653847e4a06ae31938ebcb8d2eca37)
        ;

        
    
    
            var marker_e13999e64912723800ac3a97727dabd4 = L.marker(
                [-31.2389973, -64.46556919999999],
                {}
            ).addTo(map_a1f3ad7074dad87fc12508baa541fc65);
        
    
            var icon_423d8e108dfccb44e2e748ecfbf23787 = L.AwesomeMarkers.icon(
                {"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "orange", "prefix": "glyphicon"}
            );
            marker_e13999e64912723800ac3a97727dabd4.setIcon(icon_423d8e108dfccb44e2e748ecfbf23787);
        
    
        var popup_6b92830b169df9aabdb773716653a875 = L.popup({"maxWidth": "100%"});

        
            
                var html_5b7bdc07ff7b072d83d0e5d219eeb336 = $(`<div id="html_5b7bdc07ff7b072d83d0e5d219eeb336" style="width: 100.0%; height: 100.0%;">Zona: 4</div>`)[0];
                popup_6b92830b169df9aabdb773716653a875.setContent(html_5b7bdc07ff7b072d83d0e5d219eeb336);
            
        

        marker_e13999e64912723800ac3a97727dabd4.bindPopup(popup_6b92830b169df9aabdb773716653a875)
        ;

        
    
    
            var marker_b93dbbfe159140629cbf332f09d29fb3 = L.marker(
                [-31.2461472, -64.4675932],
                {}
            ).addTo(map_a1f3ad7074dad87fc12508baa541fc65);
        
    
            var icon_f3eff6f0f41d10a6d2f8b923fdd1ef19 = L.AwesomeMarkers.icon(
                {"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "green", "prefix": "glyphicon"}
            );
            marker_b93dbbfe159140629cbf332f09d29fb3.setIcon(icon_f3eff6f0f41d10a6d2f8b923fdd1ef19);
        
    
        var popup_a842edfd2578ea5cc15a45349fe70352 = L.popup({"maxWidth": "100%"});

        
            
                var html_5952226ea8ba9fb25833269dddf881d7 = $(`<div id="html_5952226ea8ba9fb25833269dddf881d7" style="width: 100.0%; height: 100.0%;">Zona: 2</div>`)[0];
                popup_a842edfd2578ea5cc15a45349fe70352.setContent(html_5952226ea8ba9fb25833269dddf881d7);
            
        

        marker_b93dbbfe159140629cbf332f09d29fb3.bindPopup(popup_a842edfd2578ea5cc15a45349fe70352)
        ;

        
    
    
            var marker_5fb01bff2859eb66072623e7ad9770bd = L.marker(
                [-31.239973, -64.4644586],
                {}
            ).addTo(map_a1f3ad7074dad87fc12508baa541fc65);
        
    
            var icon_6c7815e67ee4acfcbdfe1f852f3834a2 = L.AwesomeMarkers.icon(
                {"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "orange", "prefix": "glyphicon"}
            );
            marker_5fb01bff2859eb66072623e7ad9770bd.setIcon(icon_6c7815e67ee4acfcbdfe1f852f3834a2);
        
    
        var popup_d7de584cc05fc008402fa0c6f109995d = L.popup({"maxWidth": "100%"});

        
            
                var html_29546a4b2f178012f1a69ad8339ef433 = $(`<div id="html_29546a4b2f178012f1a69ad8339ef433" style="width: 100.0%; height: 100.0%;">Zona: 4</div>`)[0];
                popup_d7de584cc05fc008402fa0c6f109995d.setContent(html_29546a4b2f178012f1a69ad8339ef433);
            
        

        marker_5fb01bff2859eb66072623e7ad9770bd.bindPopup(popup_d7de584cc05fc008402fa0c6f109995d)
        ;

        
    
    
            var marker_660272a8e6a9031a3cb8324214221a39 = L.marker(
                [-31.2244469, -64.4678538],
                {}
            ).addTo(map_a1f3ad7074dad87fc12508baa541fc65);
        
    
            var icon_7a32c7a49fceb55b4804a7eab8ce3a0b = L.AwesomeMarkers.icon(
                {"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "purple", "prefix": "glyphicon"}
            );
            marker_660272a8e6a9031a3cb8324214221a39.setIcon(icon_7a32c7a49fceb55b4804a7eab8ce3a0b);
        
    
        var popup_b4dab0d2a4e5ddb561507ab22762096b = L.popup({"maxWidth": "100%"});

        
            
                var html_3d3402b57f1c4c8f3fd8e687d4496159 = $(`<div id="html_3d3402b57f1c4c8f3fd8e687d4496159" style="width: 100.0%; height: 100.0%;">Zona: 3</div>`)[0];
                popup_b4dab0d2a4e5ddb561507ab22762096b.setContent(html_3d3402b57f1c4c8f3fd8e687d4496159);
            
        

        marker_660272a8e6a9031a3cb8324214221a39.bindPopup(popup_b4dab0d2a4e5ddb561507ab22762096b)
        ;

        
    
    
            var marker_8a9a6753c3e9bf0c4e22f5d6e443c52c = L.marker(
                [-31.2356614, -64.4640941],
                {}
            ).addTo(map_a1f3ad7074dad87fc12508baa541fc65);
        
    
            var icon_09f089bd0dcec99bef389d0fab73810d = L.AwesomeMarkers.icon(
                {"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "orange", "prefix": "glyphicon"}
            );
            marker_8a9a6753c3e9bf0c4e22f5d6e443c52c.setIcon(icon_09f089bd0dcec99bef389d0fab73810d);
        
    
        var popup_bf8c1388893ad7e8c5f5a5c5c1012739 = L.popup({"maxWidth": "100%"});

        
            
                var html_fd831a8eea231f4b940c925bce0f77b2 = $(`<div id="html_fd831a8eea231f4b940c925bce0f77b2" style="width: 100.0%; height: 100.0%;">Zona: 4</div>`)[0];
                popup_bf8c1388893ad7e8c5f5a5c5c1012739.setContent(html_fd831a8eea231f4b940c925bce0f77b2);
            
        

        marker_8a9a6753c3e9bf0c4e22f5d6e443c52c.bindPopup(popup_bf8c1388893ad7e8c5f5a5c5c1012739)
        ;

        
    
    
            var marker_19a21bb4d7758eed979556e650fd9850 = L.marker(
                [-31.2388731, -64.4632158],
                {}
            ).addTo(map_a1f3ad7074dad87fc12508baa541fc65);
        
    
            var icon_6aa5a3f73b9121334c3529cb0478ee56 = L.AwesomeMarkers.icon(
                {"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "orange", "prefix": "glyphicon"}
            );
            marker_19a21bb4d7758eed979556e650fd9850.setIcon(icon_6aa5a3f73b9121334c3529cb0478ee56);
        
    
        var popup_951f0a1581569f022e99e6aa8e9d338c = L.popup({"maxWidth": "100%"});

        
            
                var html_aacefb7498fe48e7b5fb3b63b9f7d7b9 = $(`<div id="html_aacefb7498fe48e7b5fb3b63b9f7d7b9" style="width: 100.0%; height: 100.0%;">Zona: 4</div>`)[0];
                popup_951f0a1581569f022e99e6aa8e9d338c.setContent(html_aacefb7498fe48e7b5fb3b63b9f7d7b9);
            
        

        marker_19a21bb4d7758eed979556e650fd9850.bindPopup(popup_951f0a1581569f022e99e6aa8e9d338c)
        ;

        
    
    
            var marker_feaf44d2278fe7179ccd0d5e2eb15adc = L.marker(
                [-31.2385765, -64.4657421],
                {}
            ).addTo(map_a1f3ad7074dad87fc12508baa541fc65);
        
    
            var icon_8f40d2ca12bda04ade22e98328cdf5df = L.AwesomeMarkers.icon(
                {"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "orange", "prefix": "glyphicon"}
            );
            marker_feaf44d2278fe7179ccd0d5e2eb15adc.setIcon(icon_8f40d2ca12bda04ade22e98328cdf5df);
        
    
        var popup_8be21ff1f811e905ae07dd9c3e1cb918 = L.popup({"maxWidth": "100%"});

        
            
                var html_91d720565690b9c0803d95e567d3a4cb = $(`<div id="html_91d720565690b9c0803d95e567d3a4cb" style="width: 100.0%; height: 100.0%;">Zona: 4</div>`)[0];
                popup_8be21ff1f811e905ae07dd9c3e1cb918.setContent(html_91d720565690b9c0803d95e567d3a4cb);
            
        

        marker_feaf44d2278fe7179ccd0d5e2eb15adc.bindPopup(popup_8be21ff1f811e905ae07dd9c3e1cb918)
        ;

        
    
    
            var marker_42ca96bf651128ed0c4cd9b5123810e0 = L.marker(
                [-31.2475221, -64.4670759],
                {}
            ).addTo(map_a1f3ad7074dad87fc12508baa541fc65);
        
    
            var icon_b01aa13d507a66bc9c2635134a99fa5f = L.AwesomeMarkers.icon(
                {"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "green", "prefix": "glyphicon"}
            );
            marker_42ca96bf651128ed0c4cd9b5123810e0.setIcon(icon_b01aa13d507a66bc9c2635134a99fa5f);
        
    
        var popup_e72e5359945fbb012812026e5c1ba4c2 = L.popup({"maxWidth": "100%"});

        
            
                var html_da8d62fbe3e6f3578064566e4a1cff1b = $(`<div id="html_da8d62fbe3e6f3578064566e4a1cff1b" style="width: 100.0%; height: 100.0%;">Zona: 2</div>`)[0];
                popup_e72e5359945fbb012812026e5c1ba4c2.setContent(html_da8d62fbe3e6f3578064566e4a1cff1b);
            
        

        marker_42ca96bf651128ed0c4cd9b5123810e0.bindPopup(popup_e72e5359945fbb012812026e5c1ba4c2)
        ;

        
    
    
            var marker_5dabd99b029782f8b9cd78ac26d62093 = L.marker(
                [-31.234152, -64.4582696],
                {}
            ).addTo(map_a1f3ad7074dad87fc12508baa541fc65);
        
    
            var icon_877898bc86e5c023c519334e6433aed4 = L.AwesomeMarkers.icon(
                {"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
            );
            marker_5dabd99b029782f8b9cd78ac26d62093.setIcon(icon_877898bc86e5c023c519334e6433aed4);
        
    
        var popup_f4424169d52f5561070611bccf7ec318 = L.popup({"maxWidth": "100%"});

        
            
                var html_9ceeb9fa4dd64455bee680a9253ce92e = $(`<div id="html_9ceeb9fa4dd64455bee680a9253ce92e" style="width: 100.0%; height: 100.0%;">Zona: 1</div>`)[0];
                popup_f4424169d52f5561070611bccf7ec318.setContent(html_9ceeb9fa4dd64455bee680a9253ce92e);
            
        

        marker_5dabd99b029782f8b9cd78ac26d62093.bindPopup(popup_f4424169d52f5561070611bccf7ec318)
        ;

        
    
    
            var marker_c2f9f86bff3637c2e4c7c432201c3296 = L.marker(
                [-31.234662, -64.4575523],
                {}
            ).addTo(map_a1f3ad7074dad87fc12508baa541fc65);
        
    
            var icon_1b34080c3954afb91023ae98403ccbc2 = L.AwesomeMarkers.icon(
                {"extraClasses": "fa-rotate-0", "icon": "info-sign", "iconColor": "white", "markerColor": "blue", "prefix": "glyphicon"}
            );
            marker_c2f9f86bff3637c2e4c7c432201c3296.setIcon(icon_1b34080c3954afb91023ae98403ccbc2);
        
    
        var popup_273c92c917e5b50ca34588b1aaec4851 = L.popup({"maxWidth": "100%"});

        
            
                var html_be5f558e220bb41bf1ae1aa7efd96f7f = $(`<div id="html_be5f558e220bb41bf1ae1aa7efd96f7f" style="width: 100.0%; height: 100.0%;">Zona: 1</div>`)[0];
                popup_273c92c917e5b50ca34588b1aaec4851.setContent(html_be5f558e220bb41bf1ae1aa7efd96f7f);
            
        

        marker_c2f9f86bff3637c2e4c7c432201c3296.bindPopup(popup_273c92c917e5b50ca34588b1aaec4851)
        ;

        
    
</script>
</html>