-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfolium-map.html
341 lines (226 loc) · 36.5 KB
/
folium-map.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
<!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/[email protected]/dist/leaflet.js"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/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/[email protected]/dist/leaflet.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/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/[email protected]/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_e55d70d31368bee9c056a0da32ba15ca {
position: relative;
width: 100.0%;
height: 100.0%;
left: 0.0%;
top: 0.0%;
}
.leaflet-container { font-size: 1rem; }
</style>
<script src="https://cdn.jsdelivr.net/gh/ardhi/Leaflet.MousePosition/src/L.Control.MousePosition.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ardhi/Leaflet.MousePosition/src/L.Control.MousePosition.min.css"/>
<script src="https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.js"></script>
<link rel="stylesheet" href="https://unpkg.com/leaflet-control-geocoder/dist/Control.Geocoder.css"/>
</head>
<body>
<div class="folium-map" id="map_e55d70d31368bee9c056a0da32ba15ca" ></div>
</body>
<script>
var map_e55d70d31368bee9c056a0da32ba15ca = L.map(
"map_e55d70d31368bee9c056a0da32ba15ca",
{
center: [45.92736, 14.972],
crs: L.CRS.EPSG3857,
zoom: 8,
zoomControl: true,
preferCanvas: false,
}
);
var tile_layer_5975083ef47c93058262037deba1c829 = 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_e55d70d31368bee9c056a0da32ba15ca);
var marker_be4468044137909ac927f893f1efe632 = L.marker(
[46.19616, 13.61882],
{}
).addTo(map_e55d70d31368bee9c056a0da32ba15ca);
var div_icon_dc57469bc8a99d2c6731a5a36d229419 = L.divIcon({"className": "empty", "html": "\n \u003cdiv\u003e\n \u003cp class=\"api\"\u003eUrl: /node/S55YKB\u003c/br\u003eCallSign: S55YKB\u003c/br\u003eType: Node\u003c/p\u003e\n \u003csvg class=\"pin\" xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-broadcast\" viewBox=\"0 0 16 16\"\u003e\n \u003cpath d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/\u003e\n \u003c/svg\u003e\n \n \n \u003c/div\u003e\n ", "iconAnchor": [0, 0], "iconSize": [100, 100]});
marker_be4468044137909ac927f893f1efe632.setIcon(div_icon_dc57469bc8a99d2c6731a5a36d229419);
var marker_ac1cdfb60eb23327c459c5ac62f277e6 = L.marker(
[46.02149, 15.30816],
{}
).addTo(map_e55d70d31368bee9c056a0da32ba15ca);
var div_icon_b5ebeb76477dc9ce6aa2147f7aaa2201 = L.divIcon({"className": "empty", "html": "\n \u003cdiv\u003e\n \u003cp class=\"api\"\u003eUrl: /node/S55YSX\u003c/br\u003eCallSign: S55YSX\u003c/br\u003eType: Node\u003c/p\u003e\n \u003csvg class=\"pin\" xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-broadcast\" viewBox=\"0 0 16 16\"\u003e\n \u003cpath d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/\u003e\n \u003c/svg\u003e\n \n \n \u003c/div\u003e\n ", "iconAnchor": [0, 0], "iconSize": [100, 100]});
marker_ac1cdfb60eb23327c459c5ac62f277e6.setIcon(div_icon_b5ebeb76477dc9ce6aa2147f7aaa2201);
var marker_f473086f2493a50f94d56e729cde357d = L.marker(
[46.17531, 15.02285],
{}
).addTo(map_e55d70d31368bee9c056a0da32ba15ca);
var div_icon_59b2a0b0deb1bdd7cc0706df4e5b62e2 = L.divIcon({"className": "empty", "html": "\n \u003cdiv\u003e\n \u003cp class=\"api\"\u003eUrl: /node/S55YTR\u003c/br\u003eCallSign: S55YTR\u003c/br\u003eType: Node\u003c/p\u003e\n \u003csvg class=\"pin\" xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-broadcast\" viewBox=\"0 0 16 16\"\u003e\n \u003cpath d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/\u003e\n \u003c/svg\u003e\n \n \n \u003c/div\u003e\n ", "iconAnchor": [0, 0], "iconSize": [100, 100]});
marker_f473086f2493a50f94d56e729cde357d.setIcon(div_icon_59b2a0b0deb1bdd7cc0706df4e5b62e2);
var marker_c2fa043ec0d3716f058b6c2230a6e3e1 = L.marker(
[45.64461, 13.89998],
{}
).addTo(map_e55d70d31368bee9c056a0da32ba15ca);
var div_icon_12f7e1041fee204032a3732ab6b9b7e1 = L.divIcon({"className": "empty", "html": "\n \u003cdiv\u003e\n \u003cp class=\"api\"\u003eUrl: /node/S55YSN\u003c/br\u003eCallSign: S55YSN\u003c/br\u003eType: Node\u003c/p\u003e\n \u003csvg class=\"pin\" xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-broadcast\" viewBox=\"0 0 16 16\"\u003e\n \u003cpath d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/\u003e\n \u003c/svg\u003e\n \n \n \u003c/div\u003e\n ", "iconAnchor": [0, 0], "iconSize": [100, 100]});
marker_c2fa043ec0d3716f058b6c2230a6e3e1.setIcon(div_icon_12f7e1041fee204032a3732ab6b9b7e1);
var marker_56cf9a1c21e3acb321a251f39c2a2a56 = L.marker(
[46.29967, 14.53675],
{}
).addTo(map_e55d70d31368bee9c056a0da32ba15ca);
var div_icon_24e4038ddb69601eefb059ec9efaf6e8 = L.divIcon({"className": "empty", "html": "\n \u003cdiv\u003e\n \u003cp class=\"api\"\u003eUrl: /node/S55YKV\u003c/br\u003eCallSign: S55YKV\u003c/br\u003eType: Node\u003c/p\u003e\n \u003csvg class=\"pin\" xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-broadcast\" viewBox=\"0 0 16 16\"\u003e\n \u003cpath d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/\u003e\n \u003c/svg\u003e\n \n \n \u003c/div\u003e\n ", "iconAnchor": [0, 0], "iconSize": [100, 100]});
marker_56cf9a1c21e3acb321a251f39c2a2a56.setIcon(div_icon_24e4038ddb69601eefb059ec9efaf6e8);
var marker_d0f6b6c62832aaaf7ace824c0cca4539 = L.marker(
[45.92858, 14.471],
{}
).addTo(map_e55d70d31368bee9c056a0da32ba15ca);
var div_icon_2b2ea96b19694cd51efd136ae77fa148 = L.divIcon({"className": "empty", "html": "\n \u003cdiv\u003e\n \u003cp class=\"api\"\u003eUrl: /node/S55YLJ\u003c/br\u003eCallSign: S55YLJ\u003c/br\u003eType: Node\u003c/p\u003e\n \u003csvg class=\"pin\" xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-broadcast\" viewBox=\"0 0 16 16\"\u003e\n \u003cpath d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/\u003e\n \u003c/svg\u003e\n \n \n \u003c/div\u003e\n ", "iconAnchor": [0, 0], "iconSize": [100, 100]});
marker_d0f6b6c62832aaaf7ace824c0cca4539.setIcon(div_icon_2b2ea96b19694cd51efd136ae77fa148);
var marker_5575742de428ed7d4cae22caf884c720 = L.marker(
[45.77166, 14.05263],
{}
).addTo(map_e55d70d31368bee9c056a0da32ba15ca);
var div_icon_b12445bbf8c07d7a48de11e96b6e8d7b = L.divIcon({"className": "empty", "html": "\n \u003cdiv\u003e\n \u003cp class=\"api\"\u003eUrl: /node/S55YKP\u003c/br\u003eCallSign: S55YKP\u003c/br\u003eType: Node\u003c/p\u003e\n \u003csvg class=\"pin\" xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-broadcast\" viewBox=\"0 0 16 16\"\u003e\n \u003cpath d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/\u003e\n \u003c/svg\u003e\n \n \n \u003c/div\u003e\n ", "iconAnchor": [0, 0], "iconSize": [100, 100]});
marker_5575742de428ed7d4cae22caf884c720.setIcon(div_icon_b12445bbf8c07d7a48de11e96b6e8d7b);
var marker_b1917115980a2943e04476b846b9cff3 = L.marker(
[46.06531, 13.55935],
{}
).addTo(map_e55d70d31368bee9c056a0da32ba15ca);
var div_icon_42246453f289504f7ab652f9ec073721 = L.divIcon({"className": "empty", "html": "\n \u003cdiv\u003e\n \u003cp class=\"api\"\u003eUrl: /node/S55YSG\u003c/br\u003eCallSign: S55YSG\u003c/br\u003eType: Node\u003c/p\u003e\n \u003csvg class=\"pin\" xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-broadcast\" viewBox=\"0 0 16 16\"\u003e\n \u003cpath d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/\u003e\n \u003c/svg\u003e\n \n \n \u003c/div\u003e\n ", "iconAnchor": [0, 0], "iconSize": [100, 100]});
marker_b1917115980a2943e04476b846b9cff3.setIcon(div_icon_42246453f289504f7ab652f9ec073721);
var marker_2406adc1f438a58b6b9887a23bc884b0 = L.marker(
[46.09574, 14.07033],
{}
).addTo(map_e55d70d31368bee9c056a0da32ba15ca);
var div_icon_9bfdb9458d0eaad86aafe62d05cc8efa = L.divIcon({"className": "empty", "html": "\n \u003cdiv\u003e\n \u003cp class=\"api\"\u003eUrl: /node/S55YGV\u003c/br\u003eCallSign: S55YGV\u003c/br\u003eType: Node\u003c/p\u003e\n \u003csvg class=\"pin\" xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-broadcast\" viewBox=\"0 0 16 16\"\u003e\n \u003cpath d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/\u003e\n \u003c/svg\u003e\n \n \n \u003c/div\u003e\n ", "iconAnchor": [0, 0], "iconSize": [100, 100]});
marker_2406adc1f438a58b6b9887a23bc884b0.setIcon(div_icon_9bfdb9458d0eaad86aafe62d05cc8efa);
var marker_4a53f7f1900e2fdb7e71d9538b99b5ce = L.marker(
[45.89589, 14.07189],
{}
).addTo(map_e55d70d31368bee9c056a0da32ba15ca);
var div_icon_d8d9e7645f8b5f1025be3f4a16edefd8 = L.divIcon({"className": "empty", "html": "\n \u003cdiv\u003e\n \u003cp class=\"api\"\u003eUrl: /node/S55YJV\u003c/br\u003eCallSign: S55YJV\u003c/br\u003eType: Node\u003c/p\u003e\n \u003csvg class=\"pin\" xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-broadcast\" viewBox=\"0 0 16 16\"\u003e\n \u003cpath d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/\u003e\n \u003c/svg\u003e\n \n \n \u003c/div\u003e\n ", "iconAnchor": [0, 0], "iconSize": [100, 100]});
marker_4a53f7f1900e2fdb7e71d9538b99b5ce.setIcon(div_icon_d8d9e7645f8b5f1025be3f4a16edefd8);
var marker_eeb17eea12ca30dfbeabc0a04537adf3 = L.marker(
[46.08764, 15.07228],
{}
).addTo(map_e55d70d31368bee9c056a0da32ba15ca);
var div_icon_7313f5762d985742fd6298203e875b1e = L.divIcon({"className": "empty", "html": "\n \u003cdiv\u003e\n \u003cp class=\"api\"\u003eUrl: /node/S55YHF\u003c/br\u003eCallSign: S55YHF\u003c/br\u003eType: Node\u003c/p\u003e\n \u003csvg class=\"pin\" xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-broadcast\" viewBox=\"0 0 16 16\"\u003e\n \u003cpath d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/\u003e\n \u003c/svg\u003e\n \n \n \u003c/div\u003e\n ", "iconAnchor": [0, 0], "iconSize": [100, 100]});
marker_eeb17eea12ca30dfbeabc0a04537adf3.setIcon(div_icon_7313f5762d985742fd6298203e875b1e);
var marker_82b019038d6484776ffcd6c8eaff58ed = L.marker(
[46.27077, 13.45331],
{}
).addTo(map_e55d70d31368bee9c056a0da32ba15ca);
var div_icon_8a12c4841c88a98b73386bb5f5d0aa7c = L.divIcon({"className": "empty", "html": "\n \u003cdiv\u003e\n \u003cp class=\"api\"\u003eUrl: /node/S55YBR\u003c/br\u003eCallSign: S55YBR\u003c/br\u003eType: Node\u003c/p\u003e\n \u003csvg class=\"pin\" xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-broadcast\" viewBox=\"0 0 16 16\"\u003e\n \u003cpath d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/\u003e\n \u003c/svg\u003e\n \n \n \u003c/div\u003e\n ", "iconAnchor": [0, 0], "iconSize": [100, 100]});
marker_82b019038d6484776ffcd6c8eaff58ed.setIcon(div_icon_8a12c4841c88a98b73386bb5f5d0aa7c);
var marker_671808217f48d91bbfd408f17c4b602e = L.marker(
[46.43132, 14.17484],
{}
).addTo(map_e55d70d31368bee9c056a0da32ba15ca);
var div_icon_5361e48cb52e001a8f28141736a40915 = L.divIcon({"className": "empty", "html": "\n \u003cdiv\u003e\n \u003cp class=\"api\"\u003eUrl: /node/S55YAR\u003c/br\u003eCallSign: S55YAR\u003c/br\u003eType: Node\u003c/p\u003e\n \u003csvg class=\"pin\" xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-broadcast\" viewBox=\"0 0 16 16\"\u003e\n \u003cpath d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/\u003e\n \u003c/svg\u003e\n \n \n \u003c/div\u003e\n ", "iconAnchor": [0, 0], "iconSize": [100, 100]});
marker_671808217f48d91bbfd408f17c4b602e.setIcon(div_icon_5361e48cb52e001a8f28141736a40915);
var marker_b10bc27ee87001051dc386b3fdf6c522 = L.marker(
[46.18749, 15.10746],
{}
).addTo(map_e55d70d31368bee9c056a0da32ba15ca);
var div_icon_bebcecffead3a9bae59e0662adc414d8 = L.divIcon({"className": "empty", "html": "\n \u003cdiv\u003e\n \u003cp class=\"api\"\u003eUrl: /node/S55YZA\u003c/br\u003eCallSign: S55YZA\u003c/br\u003eType: Node\u003c/p\u003e\n \u003csvg class=\"pin\" xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-broadcast\" viewBox=\"0 0 16 16\"\u003e\n \u003cpath d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/\u003e\n \u003c/svg\u003e\n \n \n \u003c/div\u003e\n ", "iconAnchor": [0, 0], "iconSize": [100, 100]});
marker_b10bc27ee87001051dc386b3fdf6c522.setIcon(div_icon_bebcecffead3a9bae59e0662adc414d8);
var marker_179af69b40e0a5f9b317790d961625db = L.marker(
[46.17611, 13.76302],
{}
).addTo(map_e55d70d31368bee9c056a0da32ba15ca);
var div_icon_bf465c4a67b6c695a1a2b39d046d6702 = L.divIcon({"className": "empty", "html": "\n \u003cdiv\u003e\n \u003cp class=\"api\"\u003eUrl: /node/S55YTO\u003c/br\u003eCallSign: S55YTO\u003c/br\u003eType: Node\u003c/p\u003e\n \u003csvg class=\"pin\" xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-broadcast\" viewBox=\"0 0 16 16\"\u003e\n \u003cpath d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/\u003e\n \u003c/svg\u003e\n \n \n \u003c/div\u003e\n ", "iconAnchor": [0, 0], "iconSize": [100, 100]});
marker_179af69b40e0a5f9b317790d961625db.setIcon(div_icon_bf465c4a67b6c695a1a2b39d046d6702);
var marker_530ae4ad474314b4a26ddd86911b27ed = L.marker(
[45.9858, 15.2795],
{}
).addTo(map_e55d70d31368bee9c056a0da32ba15ca);
var div_icon_693c93cb1d9b6b9532595c4227c3cb95 = L.divIcon({"className": "empty", "html": "\n \u003cdiv\u003e\n \u003cp class=\"api\"\u003eUrl: /node/S55YSE\u003c/br\u003eCallSign: S55YSE\u003c/br\u003eType: Node\u003c/p\u003e\n \u003csvg class=\"pin\" xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-broadcast\" viewBox=\"0 0 16 16\"\u003e\n \u003cpath d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/\u003e\n \u003c/svg\u003e\n \n \n \u003c/div\u003e\n ", "iconAnchor": [0, 0], "iconSize": [100, 100]});
marker_530ae4ad474314b4a26ddd86911b27ed.setIcon(div_icon_693c93cb1d9b6b9532595c4227c3cb95);
var marker_2f02cf15f1b486bca904252bb7b4bc73 = L.marker(
[45.74913, 14.63902],
{}
).addTo(map_e55d70d31368bee9c056a0da32ba15ca);
var div_icon_b5a400fcf2e102f5f5518f93fec9b1f9 = L.divIcon({"className": "empty", "html": "\n \u003cdiv\u003e\n \u003cp class=\"api\"\u003eUrl: /node/S55YRI\u003c/br\u003eCallSign: S55YRI\u003c/br\u003eType: Node\u003c/p\u003e\n \u003csvg class=\"pin\" xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-broadcast\" viewBox=\"0 0 16 16\"\u003e\n \u003cpath d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/\u003e\n \u003c/svg\u003e\n \n \n \u003c/div\u003e\n ", "iconAnchor": [0, 0], "iconSize": [100, 100]});
marker_2f02cf15f1b486bca904252bb7b4bc73.setIcon(div_icon_b5a400fcf2e102f5f5518f93fec9b1f9);
var marker_00afc2193f9f95c914660f4ba9900b8a = L.marker(
[45.76018, 15.317],
{}
).addTo(map_e55d70d31368bee9c056a0da32ba15ca);
var div_icon_f5f55342ffcda9aee076459a9a499a18 = L.divIcon({"className": "empty", "html": "\n \u003cdiv\u003e\n \u003cp class=\"api\"\u003eUrl: /node/S55YNM\u003c/br\u003eCallSign: S55YNM\u003c/br\u003eType: Node\u003c/p\u003e\n \u003csvg class=\"pin\" xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-broadcast\" viewBox=\"0 0 16 16\"\u003e\n \u003cpath d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/\u003e\n \u003c/svg\u003e\n \n \n \u003c/div\u003e\n ", "iconAnchor": [0, 0], "iconSize": [100, 100]});
marker_00afc2193f9f95c914660f4ba9900b8a.setIcon(div_icon_f5f55342ffcda9aee076459a9a499a18);
var marker_32bc542b9514bf1c01409eb6ea827c0d = L.marker(
[46.05024, 14.50376],
{}
).addTo(map_e55d70d31368bee9c056a0da32ba15ca);
var div_icon_263f8ce17a33bdb7adf1954c7737962f = L.divIcon({"className": "empty", "html": "\n \u003cdiv\u003e\n \u003cp class=\"api\"\u003eUrl: /node/S55YLM\u003c/br\u003eCallSign: S55YLM\u003c/br\u003eType: Node\u003c/p\u003e\n \u003csvg class=\"pin\" xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-broadcast\" viewBox=\"0 0 16 16\"\u003e\n \u003cpath d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/\u003e\n \u003c/svg\u003e\n \n \n \u003c/div\u003e\n ", "iconAnchor": [0, 0], "iconSize": [100, 100]});
marker_32bc542b9514bf1c01409eb6ea827c0d.setIcon(div_icon_263f8ce17a33bdb7adf1954c7737962f);
var marker_c87463a4dc1accf03efc04e9fe92bd0a = L.marker(
[46.6136, 16.04488],
{}
).addTo(map_e55d70d31368bee9c056a0da32ba15ca);
var div_icon_7234f8b9f6dac12df01a98df164aa930 = L.divIcon({"className": "empty", "html": "\n \u003cdiv\u003e\n \u003cp class=\"api\"\u003eUrl: /node/S55YTB\u003c/br\u003eCallSign: S55YTB\u003c/br\u003eType: Node\u003c/p\u003e\n \u003csvg class=\"pin\" xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-broadcast\" viewBox=\"0 0 16 16\"\u003e\n \u003cpath d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/\u003e\n \u003c/svg\u003e\n \n \n \u003c/div\u003e\n ", "iconAnchor": [0, 0], "iconSize": [100, 100]});
marker_c87463a4dc1accf03efc04e9fe92bd0a.setIcon(div_icon_7234f8b9f6dac12df01a98df164aa930);
var marker_1ba1e4f4e58e2c444be5dc290da229c9 = L.marker(
[46.56757, 16.46824],
{}
).addTo(map_e55d70d31368bee9c056a0da32ba15ca);
var div_icon_85d085d13c86955fd0f6c4ad9f42d265 = L.divIcon({"className": "empty", "html": "\n \u003cdiv\u003e\n \u003cp class=\"api\"\u003eUrl: /node/S55YLE\u003c/br\u003eCallSign: S55YLE\u003c/br\u003eType: Node\u003c/p\u003e\n \u003csvg class=\"pin\" xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-broadcast\" viewBox=\"0 0 16 16\"\u003e\n \u003cpath d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/\u003e\n \u003c/svg\u003e\n \n \n \u003c/div\u003e\n ", "iconAnchor": [0, 0], "iconSize": [100, 100]});
marker_1ba1e4f4e58e2c444be5dc290da229c9.setIcon(div_icon_85d085d13c86955fd0f6c4ad9f42d265);
var marker_c446d4d6765d671a8dc98203910e519b = L.marker(
[46.18334, 15.20804],
{}
).addTo(map_e55d70d31368bee9c056a0da32ba15ca);
var div_icon_77d97312c300334e11fc3b32891b2726 = L.divIcon({"className": "empty", "html": "\n \u003cdiv\u003e\n \u003cp class=\"api\"\u003eUrl: /node/S55YCM\u003c/br\u003eCallSign: S55YCM\u003c/br\u003eType: Node\u003c/p\u003e\n \u003csvg class=\"pin\" xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-broadcast\" viewBox=\"0 0 16 16\"\u003e\n \u003cpath d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/\u003e\n \u003c/svg\u003e\n \n \n \u003c/div\u003e\n ", "iconAnchor": [0, 0], "iconSize": [100, 100]});
marker_c446d4d6765d671a8dc98203910e519b.setIcon(div_icon_77d97312c300334e11fc3b32891b2726);
var marker_df64c9229d3de1dc1ffd95d3af2e885b = L.marker(
[46.06758, 15.28491],
{}
).addTo(map_e55d70d31368bee9c056a0da32ba15ca);
var div_icon_935dd5e4161e59789cb05943c00a2324 = L.divIcon({"className": "empty", "html": "\n \u003cdiv\u003e\n \u003cp class=\"api\"\u003eUrl: /node/S55YLI\u003c/br\u003eCallSign: S55YLI\u003c/br\u003eType: Node\u003c/p\u003e\n \u003csvg class=\"pin\" xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"25\" fill=\"currentColor\" class=\"bi bi-broadcast\" viewBox=\"0 0 16 16\"\u003e\n \u003cpath d=\"M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 1 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z\"/\u003e\n \u003c/svg\u003e\n \n \n \u003c/div\u003e\n ", "iconAnchor": [0, 0], "iconSize": [100, 100]});
marker_df64c9229d3de1dc1ffd95d3af2e885b.setIcon(div_icon_935dd5e4161e59789cb05943c00a2324);
var mouse_position_9debd4de79de6aa736a907caea917e60 = new L.Control.MousePosition(
{"emptyString": "Unavailable", "lngFirst": false, "numDigits": 5, "position": "topright", "prefix": "", "separator": " : "}
);
mouse_position_9debd4de79de6aa736a907caea917e60.options["latFormatter"] =
undefined;
mouse_position_9debd4de79de6aa736a907caea917e60.options["lngFormatter"] =
undefined;
map_e55d70d31368bee9c056a0da32ba15ca.addControl(mouse_position_9debd4de79de6aa736a907caea917e60);
L.Control.geocoder(
{"collapsed": false, "defaultMarkGeocode": true, "position": "topright"}
).on('markgeocode', function(e) {
map_e55d70d31368bee9c056a0da32ba15ca.setView(e.geocode.center, 11);
}).addTo(map_e55d70d31368bee9c056a0da32ba15ca);
map_e55d70d31368bee9c056a0da32ba15ca.on('zoomend',function() { //triggers after zoom event
if (map_e55d70d31368bee9c056a0da32ba15ca.getZoom() >11){ //where x is the zoom level where the change occurs
let zz = document.querySelectorAll('.pin');
for (var xu = 0; xu < zz.length; xu++){
zz[xu].style.display = 'none';}
let xxp = document.querySelectorAll('.api');
for (var t = 0; t < xxp.length; t++){
xxp[t].style.display = 'block';
}}
else {
let xxy = document.querySelectorAll('.pin');
for (var t = 0; t < xxy.length; t++){
xxy[t].style.display = 'block';}
let xxz = document.querySelectorAll('.api');
for (var t = 0; t < xxz.length; t++){
xxz[t].style.display = 'none';
}
}});
</script>
</html>