mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 10:45:19 +00:00
10107 lines
294 KiB
HTML
10107 lines
294 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js"></script>
|
|
<script src="https://code.jquery.com/jquery-3.7.1.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-glyphicons.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_8c21518365b416bf54ecff193874d72e {
|
|
position: relative;
|
|
width: 100.0%;
|
|
height: 100.0%;
|
|
left: 0.0%;
|
|
top: 0.0%;
|
|
}
|
|
.leaflet-container { font-size: 1rem; }
|
|
</style>
|
|
|
|
<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>
|
|
L_NO_TOUCH = false;
|
|
L_DISABLE_3D = false;
|
|
</script>
|
|
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.1.0/leaflet.markercluster.js"></script>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.1.0/MarkerCluster.css"/>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.1.0/MarkerCluster.Default.css"/>
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<div class="folium-map" id="map_8c21518365b416bf54ecff193874d72e" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_8c21518365b416bf54ecff193874d72e = L.map(
|
|
"map_8c21518365b416bf54ecff193874d72e",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_0c384490355395ec0ef9d0ca5d641829 = L.tileLayer(
|
|
"https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png",
|
|
{
|
|
"minZoom": 0,
|
|
"maxZoom": 20,
|
|
"maxNativeZoom": 20,
|
|
"noWrap": false,
|
|
"attribution": "\u0026copy; \u003ca href=\"https://www.openstreetmap.org/copyright\"\u003eOpenStreetMap\u003c/a\u003e contributors \u0026copy; \u003ca href=\"https://carto.com/attributions\"\u003eCARTO\u003c/a\u003e",
|
|
"subdomains": "abcd",
|
|
"detectRetina": false,
|
|
"tms": false,
|
|
"opacity": 1,
|
|
}
|
|
|
|
);
|
|
|
|
|
|
tile_layer_0c384490355395ec0ef9d0ca5d641829.addTo(map_8c21518365b416bf54ecff193874d72e);
|
|
|
|
|
|
var marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_2af7dab430c0b2e9776c04cc52676868 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_39089d838ce79c359f854710c3421d9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b069234ad14b0d394d5557372f0c3e12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9bb960c6f6b2508e9b68aba1eef6b7cc = $(`<div id="html_9bb960c6f6b2508e9b68aba1eef6b7cc" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_b069234ad14b0d394d5557372f0c3e12.setContent(html_9bb960c6f6b2508e9b68aba1eef6b7cc);
|
|
|
|
|
|
|
|
marker_2af7dab430c0b2e9776c04cc52676868.bindPopup(popup_b069234ad14b0d394d5557372f0c3e12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2af7dab430c0b2e9776c04cc52676868.setIcon(icon_39089d838ce79c359f854710c3421d9a);
|
|
|
|
|
|
var marker_92d2a4b4f5e90cde3375a5e80cc10740 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_d8a1af2fd255a82c7b97a14f72c958ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a93f84098576b3c6dc99154fd1508a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e71b8b10bf898695220c41fa506fdf8d = $(`<div id="html_e71b8b10bf898695220c41fa506fdf8d" style="width: 100.0%; height: 100.0%;">nostr.superfriends.online</div>`)[0];
|
|
popup_4a93f84098576b3c6dc99154fd1508a1.setContent(html_e71b8b10bf898695220c41fa506fdf8d);
|
|
|
|
|
|
|
|
marker_92d2a4b4f5e90cde3375a5e80cc10740.bindPopup(popup_4a93f84098576b3c6dc99154fd1508a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92d2a4b4f5e90cde3375a5e80cc10740.setIcon(icon_d8a1af2fd255a82c7b97a14f72c958ca);
|
|
|
|
|
|
var marker_03ad96c41d8c8b0098172dd0feffb560 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_9134f4012f33507869f0aefb0cc00ba1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a8c266239e4946586a1ccf8bc60a5aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6982815b4e74a33d8a3126e64258b6f1 = $(`<div id="html_6982815b4e74a33d8a3126e64258b6f1" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_6a8c266239e4946586a1ccf8bc60a5aa.setContent(html_6982815b4e74a33d8a3126e64258b6f1);
|
|
|
|
|
|
|
|
marker_03ad96c41d8c8b0098172dd0feffb560.bindPopup(popup_6a8c266239e4946586a1ccf8bc60a5aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03ad96c41d8c8b0098172dd0feffb560.setIcon(icon_9134f4012f33507869f0aefb0cc00ba1);
|
|
|
|
|
|
var marker_9b068cc8234760b1e1a6866ff7fe5002 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_72976134ff16c4f14bb001edd9b2a72b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4c4403373a7eff20d03a3a46f8efc8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75e71479a781055e4967a96f03972342 = $(`<div id="html_75e71479a781055e4967a96f03972342" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_f4c4403373a7eff20d03a3a46f8efc8d.setContent(html_75e71479a781055e4967a96f03972342);
|
|
|
|
|
|
|
|
marker_9b068cc8234760b1e1a6866ff7fe5002.bindPopup(popup_f4c4403373a7eff20d03a3a46f8efc8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b068cc8234760b1e1a6866ff7fe5002.setIcon(icon_72976134ff16c4f14bb001edd9b2a72b);
|
|
|
|
|
|
var marker_15424bff05dd8cbf5db96010cb764e68 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_c494571719227fb439bef994865dd228 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96c17a4baaa4cf448475ad939d90650f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23c67751fac5272aa6f7452f58292aa4 = $(`<div id="html_23c67751fac5272aa6f7452f58292aa4" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_96c17a4baaa4cf448475ad939d90650f.setContent(html_23c67751fac5272aa6f7452f58292aa4);
|
|
|
|
|
|
|
|
marker_15424bff05dd8cbf5db96010cb764e68.bindPopup(popup_96c17a4baaa4cf448475ad939d90650f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15424bff05dd8cbf5db96010cb764e68.setIcon(icon_c494571719227fb439bef994865dd228);
|
|
|
|
|
|
var marker_2b66d0177dae4ced3ec0a63b94bb643c = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_57cf7a4933fc2e5a9dc74b7f723817f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9149e6bf003b9c3abbf75a49bec6b759 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9d19b8ed537989e55aa96c655d9d4a0 = $(`<div id="html_d9d19b8ed537989e55aa96c655d9d4a0" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_9149e6bf003b9c3abbf75a49bec6b759.setContent(html_d9d19b8ed537989e55aa96c655d9d4a0);
|
|
|
|
|
|
|
|
marker_2b66d0177dae4ced3ec0a63b94bb643c.bindPopup(popup_9149e6bf003b9c3abbf75a49bec6b759)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b66d0177dae4ced3ec0a63b94bb643c.setIcon(icon_57cf7a4933fc2e5a9dc74b7f723817f4);
|
|
|
|
|
|
var marker_9e03c4ff0fabc2a18962c8e70a0bcb0f = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_1b46e3ad86910958d168b1483483dee7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a592e501eaaf59bd41b0dae7aa85879 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90c2a778830bf1234b283b63bf187a48 = $(`<div id="html_90c2a778830bf1234b283b63bf187a48" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_2a592e501eaaf59bd41b0dae7aa85879.setContent(html_90c2a778830bf1234b283b63bf187a48);
|
|
|
|
|
|
|
|
marker_9e03c4ff0fabc2a18962c8e70a0bcb0f.bindPopup(popup_2a592e501eaaf59bd41b0dae7aa85879)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e03c4ff0fabc2a18962c8e70a0bcb0f.setIcon(icon_1b46e3ad86910958d168b1483483dee7);
|
|
|
|
|
|
var marker_27c0f25ae8902de4f2e3adcd9ac4cf97 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_15471e987a8e6a4147f64082d7fe612a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f974d70f82cec8a2fe954aaf40050a70 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93e103adaf9b65284b3c6947039570a2 = $(`<div id="html_93e103adaf9b65284b3c6947039570a2" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_f974d70f82cec8a2fe954aaf40050a70.setContent(html_93e103adaf9b65284b3c6947039570a2);
|
|
|
|
|
|
|
|
marker_27c0f25ae8902de4f2e3adcd9ac4cf97.bindPopup(popup_f974d70f82cec8a2fe954aaf40050a70)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27c0f25ae8902de4f2e3adcd9ac4cf97.setIcon(icon_15471e987a8e6a4147f64082d7fe612a);
|
|
|
|
|
|
var marker_26eba6ccc881bd04712d08f9e75caceb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_2833fd09d9b38b1c31b6a374c2b8a7b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5a1ec0ad978c59f7c7407ce8834d92c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a48aa8801f690c93ed89f78a4dacb637 = $(`<div id="html_a48aa8801f690c93ed89f78a4dacb637" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_f5a1ec0ad978c59f7c7407ce8834d92c.setContent(html_a48aa8801f690c93ed89f78a4dacb637);
|
|
|
|
|
|
|
|
marker_26eba6ccc881bd04712d08f9e75caceb.bindPopup(popup_f5a1ec0ad978c59f7c7407ce8834d92c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26eba6ccc881bd04712d08f9e75caceb.setIcon(icon_2833fd09d9b38b1c31b6a374c2b8a7b0);
|
|
|
|
|
|
var marker_cfc8e9a9766bacb8a723206b1256192f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_125fb95cd82972cc22a3cb0ef45e6e7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eecd02708a55de96f3884a36070b1d68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74b27e4b9489c9adef0f21c8c5fc7c0d = $(`<div id="html_74b27e4b9489c9adef0f21c8c5fc7c0d" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_eecd02708a55de96f3884a36070b1d68.setContent(html_74b27e4b9489c9adef0f21c8c5fc7c0d);
|
|
|
|
|
|
|
|
marker_cfc8e9a9766bacb8a723206b1256192f.bindPopup(popup_eecd02708a55de96f3884a36070b1d68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfc8e9a9766bacb8a723206b1256192f.setIcon(icon_125fb95cd82972cc22a3cb0ef45e6e7d);
|
|
|
|
|
|
var marker_dfee71ff6312647b1ecdc11ae1529984 = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_d18931e48c4af2ec65074eb31b2fbd9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2a4e0fe9e0a83a90fe808f4844e0b1a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e05364f9d950a257efc2d4ab974e083 = $(`<div id="html_2e05364f9d950a257efc2d4ab974e083" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_a2a4e0fe9e0a83a90fe808f4844e0b1a.setContent(html_2e05364f9d950a257efc2d4ab974e083);
|
|
|
|
|
|
|
|
marker_dfee71ff6312647b1ecdc11ae1529984.bindPopup(popup_a2a4e0fe9e0a83a90fe808f4844e0b1a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dfee71ff6312647b1ecdc11ae1529984.setIcon(icon_d18931e48c4af2ec65074eb31b2fbd9f);
|
|
|
|
|
|
var marker_aae13977a3dbb8651e1eeea478b29c7e = L.marker(
|
|
[47.6735, -116.781],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_0872470c50e0d7d2045efac44b3a1f16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de0b04c93790b5ba6b6948c113c8d320 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c5b14ac1aaab744e80ab12e8dc2dde8 = $(`<div id="html_5c5b14ac1aaab744e80ab12e8dc2dde8" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_de0b04c93790b5ba6b6948c113c8d320.setContent(html_5c5b14ac1aaab744e80ab12e8dc2dde8);
|
|
|
|
|
|
|
|
marker_aae13977a3dbb8651e1eeea478b29c7e.bindPopup(popup_de0b04c93790b5ba6b6948c113c8d320)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aae13977a3dbb8651e1eeea478b29c7e.setIcon(icon_0872470c50e0d7d2045efac44b3a1f16);
|
|
|
|
|
|
var marker_14416ce1fdbdcafde6d69477c02ae67e = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_2a506aaf375fec18e27821a9edf38157 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8b6aae4c9e4c1f95819e171212f6741 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_410d69df591d9413fc4573f9f9730736 = $(`<div id="html_410d69df591d9413fc4573f9f9730736" style="width: 100.0%; height: 100.0%;">nostr.bilthon.dev</div>`)[0];
|
|
popup_a8b6aae4c9e4c1f95819e171212f6741.setContent(html_410d69df591d9413fc4573f9f9730736);
|
|
|
|
|
|
|
|
marker_14416ce1fdbdcafde6d69477c02ae67e.bindPopup(popup_a8b6aae4c9e4c1f95819e171212f6741)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14416ce1fdbdcafde6d69477c02ae67e.setIcon(icon_2a506aaf375fec18e27821a9edf38157);
|
|
|
|
|
|
var marker_77edc57e3b48e35a4cf3f9ca031fffb1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_91bd6e7c64cd6da93b91367d963335b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_71996b21abd3f940e73177302fbde647 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afd8984886de9c65a90e27ef969c050b = $(`<div id="html_afd8984886de9c65a90e27ef969c050b" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_71996b21abd3f940e73177302fbde647.setContent(html_afd8984886de9c65a90e27ef969c050b);
|
|
|
|
|
|
|
|
marker_77edc57e3b48e35a4cf3f9ca031fffb1.bindPopup(popup_71996b21abd3f940e73177302fbde647)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77edc57e3b48e35a4cf3f9ca031fffb1.setIcon(icon_91bd6e7c64cd6da93b91367d963335b5);
|
|
|
|
|
|
var marker_33577090400683093af4ce3b4a67807d = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_affd287392f18c2220888f5918f6af3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5896ef69ff9feb6ed82952ab789978b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96352e7a7ac7722d9c0db22a069fe78a = $(`<div id="html_96352e7a7ac7722d9c0db22a069fe78a" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_5896ef69ff9feb6ed82952ab789978b8.setContent(html_96352e7a7ac7722d9c0db22a069fe78a);
|
|
|
|
|
|
|
|
marker_33577090400683093af4ce3b4a67807d.bindPopup(popup_5896ef69ff9feb6ed82952ab789978b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33577090400683093af4ce3b4a67807d.setIcon(icon_affd287392f18c2220888f5918f6af3d);
|
|
|
|
|
|
var marker_4bfff5ea4dc8566a3ce06c4760fe455e = L.marker(
|
|
[40.9481, -79.7428],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_fac3656642b8a55c7ca842748b06ce9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3a9f6240a7c61a1c887a72a2f796011 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_beac2a4f06ff36a074841354003e8b15 = $(`<div id="html_beac2a4f06ff36a074841354003e8b15" style="width: 100.0%; height: 100.0%;">garden.zap.cooking</div>`)[0];
|
|
popup_d3a9f6240a7c61a1c887a72a2f796011.setContent(html_beac2a4f06ff36a074841354003e8b15);
|
|
|
|
|
|
|
|
marker_4bfff5ea4dc8566a3ce06c4760fe455e.bindPopup(popup_d3a9f6240a7c61a1c887a72a2f796011)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4bfff5ea4dc8566a3ce06c4760fe455e.setIcon(icon_fac3656642b8a55c7ca842748b06ce9f);
|
|
|
|
|
|
var marker_8203732e71a79c03a1900612221fc021 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_a05f3f90f1be09946ea212f80759f609 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b3f371ba9685720dd0c4af9ef9e47e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dcaa942419397213ea72e7a548c638ff = $(`<div id="html_dcaa942419397213ea72e7a548c638ff" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_4b3f371ba9685720dd0c4af9ef9e47e3.setContent(html_dcaa942419397213ea72e7a548c638ff);
|
|
|
|
|
|
|
|
marker_8203732e71a79c03a1900612221fc021.bindPopup(popup_4b3f371ba9685720dd0c4af9ef9e47e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8203732e71a79c03a1900612221fc021.setIcon(icon_a05f3f90f1be09946ea212f80759f609);
|
|
|
|
|
|
var marker_e119ce58fb4334aa1fd0c9d99568e804 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_8ef153d1b319aecaabdea265c133717c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6dec16d3ae04ce027a278c7cd9ea7b81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92e4923820324d643d0bfbefafdea3a9 = $(`<div id="html_92e4923820324d643d0bfbefafdea3a9" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_6dec16d3ae04ce027a278c7cd9ea7b81.setContent(html_92e4923820324d643d0bfbefafdea3a9);
|
|
|
|
|
|
|
|
marker_e119ce58fb4334aa1fd0c9d99568e804.bindPopup(popup_6dec16d3ae04ce027a278c7cd9ea7b81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e119ce58fb4334aa1fd0c9d99568e804.setIcon(icon_8ef153d1b319aecaabdea265c133717c);
|
|
|
|
|
|
var marker_28a74460eed4eb3eadb48f2c23a8dffd = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_aff8d3d424dc3b2f3ce3cff738ffe4a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41db32406d3d28065eea8843dcb6c758 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92c132d3c2a0cd2e40c27260f74d8020 = $(`<div id="html_92c132d3c2a0cd2e40c27260f74d8020" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_41db32406d3d28065eea8843dcb6c758.setContent(html_92c132d3c2a0cd2e40c27260f74d8020);
|
|
|
|
|
|
|
|
marker_28a74460eed4eb3eadb48f2c23a8dffd.bindPopup(popup_41db32406d3d28065eea8843dcb6c758)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28a74460eed4eb3eadb48f2c23a8dffd.setIcon(icon_aff8d3d424dc3b2f3ce3cff738ffe4a5);
|
|
|
|
|
|
var marker_5da2fe3df3e2d39ce34693ef416a59ee = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_233a6f3059545f6cede4a852123f3f61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc42d93d07c6f13bdb44916c930e934f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0d9afdb55b5dc7bc938f4ddde5e6181 = $(`<div id="html_b0d9afdb55b5dc7bc938f4ddde5e6181" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_bc42d93d07c6f13bdb44916c930e934f.setContent(html_b0d9afdb55b5dc7bc938f4ddde5e6181);
|
|
|
|
|
|
|
|
marker_5da2fe3df3e2d39ce34693ef416a59ee.bindPopup(popup_bc42d93d07c6f13bdb44916c930e934f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5da2fe3df3e2d39ce34693ef416a59ee.setIcon(icon_233a6f3059545f6cede4a852123f3f61);
|
|
|
|
|
|
var marker_73dd1ad068179e73556b6e6f3d90d43e = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_c4a6e0c524a1114b386a84426fb70874 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3bcf931d6bf596090af054138c94e4b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06ccf5a94896230aad3071babbb562e5 = $(`<div id="html_06ccf5a94896230aad3071babbb562e5" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_3bcf931d6bf596090af054138c94e4b9.setContent(html_06ccf5a94896230aad3071babbb562e5);
|
|
|
|
|
|
|
|
marker_73dd1ad068179e73556b6e6f3d90d43e.bindPopup(popup_3bcf931d6bf596090af054138c94e4b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73dd1ad068179e73556b6e6f3d90d43e.setIcon(icon_c4a6e0c524a1114b386a84426fb70874);
|
|
|
|
|
|
var marker_8a3b69d27f1e0559524036880f956352 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_da7cf0005dbcd5881e0a90e01a6a4e5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1b0108c774e85054f18b231fa2d93bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39d7fde7c8f3a4f9e93c0055a32c2526 = $(`<div id="html_39d7fde7c8f3a4f9e93c0055a32c2526" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_b1b0108c774e85054f18b231fa2d93bf.setContent(html_39d7fde7c8f3a4f9e93c0055a32c2526);
|
|
|
|
|
|
|
|
marker_8a3b69d27f1e0559524036880f956352.bindPopup(popup_b1b0108c774e85054f18b231fa2d93bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a3b69d27f1e0559524036880f956352.setIcon(icon_da7cf0005dbcd5881e0a90e01a6a4e5e);
|
|
|
|
|
|
var marker_0ff65bc53a08d1466abf683c302aaf1f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_ad19bbc882d44a82ac6cf9455be03118 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_584295373e09e60dfaeedcd2dd85d8ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9c46720d82b6e28bebf67f3bc3c84be = $(`<div id="html_c9c46720d82b6e28bebf67f3bc3c84be" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_584295373e09e60dfaeedcd2dd85d8ec.setContent(html_c9c46720d82b6e28bebf67f3bc3c84be);
|
|
|
|
|
|
|
|
marker_0ff65bc53a08d1466abf683c302aaf1f.bindPopup(popup_584295373e09e60dfaeedcd2dd85d8ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ff65bc53a08d1466abf683c302aaf1f.setIcon(icon_ad19bbc882d44a82ac6cf9455be03118);
|
|
|
|
|
|
var marker_b6c559d060ebd1ec32a2b3f5d558ee9d = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_2249cd293815189ad71f8bcf7e4c401d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9d631066cb73009465a733cb59103a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b65579f1f7e508ae20c98058ac10a865 = $(`<div id="html_b65579f1f7e508ae20c98058ac10a865" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_d9d631066cb73009465a733cb59103a8.setContent(html_b65579f1f7e508ae20c98058ac10a865);
|
|
|
|
|
|
|
|
marker_b6c559d060ebd1ec32a2b3f5d558ee9d.bindPopup(popup_d9d631066cb73009465a733cb59103a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6c559d060ebd1ec32a2b3f5d558ee9d.setIcon(icon_2249cd293815189ad71f8bcf7e4c401d);
|
|
|
|
|
|
var marker_0fb96f79fbb0f611f4b7b33aaf36865f = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_a95abda85ba3971c8e1c6a9bda6914d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_391d558308d95879709a0228a68d86cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8e4615cfe9699c0a0347333f5f3b60d = $(`<div id="html_f8e4615cfe9699c0a0347333f5f3b60d" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_391d558308d95879709a0228a68d86cb.setContent(html_f8e4615cfe9699c0a0347333f5f3b60d);
|
|
|
|
|
|
|
|
marker_0fb96f79fbb0f611f4b7b33aaf36865f.bindPopup(popup_391d558308d95879709a0228a68d86cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fb96f79fbb0f611f4b7b33aaf36865f.setIcon(icon_a95abda85ba3971c8e1c6a9bda6914d8);
|
|
|
|
|
|
var marker_dc30b2099efffd61414435a8cc0e743a = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_2c01f8e513e0824de50afebcfe9f7396 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6766ebe907a3c49aa44db76452bdcd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aac253af94744dd2cb30e656509e0769 = $(`<div id="html_aac253af94744dd2cb30e656509e0769" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_c6766ebe907a3c49aa44db76452bdcd8.setContent(html_aac253af94744dd2cb30e656509e0769);
|
|
|
|
|
|
|
|
marker_dc30b2099efffd61414435a8cc0e743a.bindPopup(popup_c6766ebe907a3c49aa44db76452bdcd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc30b2099efffd61414435a8cc0e743a.setIcon(icon_2c01f8e513e0824de50afebcfe9f7396);
|
|
|
|
|
|
var marker_8f76bea86741f6768994e64e00863fd5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_d62e8070042aac3c766fa8452c6e0b2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9aac5923181220cc170b229770945b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b141bbcb03e7ac5095feea0afa42bb6 = $(`<div id="html_6b141bbcb03e7ac5095feea0afa42bb6" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_e9aac5923181220cc170b229770945b4.setContent(html_6b141bbcb03e7ac5095feea0afa42bb6);
|
|
|
|
|
|
|
|
marker_8f76bea86741f6768994e64e00863fd5.bindPopup(popup_e9aac5923181220cc170b229770945b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f76bea86741f6768994e64e00863fd5.setIcon(icon_d62e8070042aac3c766fa8452c6e0b2f);
|
|
|
|
|
|
var marker_6c910bba7c66bddad9795b0b2b9e773a = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_493ffb39ffecbe9b24284ca75dff7a03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3148d4c109d8237a0d3d7d23566dc5c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56814120b365d5ad96a633b624473a22 = $(`<div id="html_56814120b365d5ad96a633b624473a22" style="width: 100.0%; height: 100.0%;">wotr.relatr.xyz</div>`)[0];
|
|
popup_3148d4c109d8237a0d3d7d23566dc5c3.setContent(html_56814120b365d5ad96a633b624473a22);
|
|
|
|
|
|
|
|
marker_6c910bba7c66bddad9795b0b2b9e773a.bindPopup(popup_3148d4c109d8237a0d3d7d23566dc5c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c910bba7c66bddad9795b0b2b9e773a.setIcon(icon_493ffb39ffecbe9b24284ca75dff7a03);
|
|
|
|
|
|
var marker_049fe43f84fd146d197f7daa70343dd4 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_5f1c07781583e66518fbadcf24b275c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c94fde538ed43cba445d0105104bbe25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62978ba353cfcdff4e0ba703cfecbb0e = $(`<div id="html_62978ba353cfcdff4e0ba703cfecbb0e" style="width: 100.0%; height: 100.0%;">discovery.eu.nostria.app</div>`)[0];
|
|
popup_c94fde538ed43cba445d0105104bbe25.setContent(html_62978ba353cfcdff4e0ba703cfecbb0e);
|
|
|
|
|
|
|
|
marker_049fe43f84fd146d197f7daa70343dd4.bindPopup(popup_c94fde538ed43cba445d0105104bbe25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_049fe43f84fd146d197f7daa70343dd4.setIcon(icon_5f1c07781583e66518fbadcf24b275c7);
|
|
|
|
|
|
var marker_f1f440b904181c938521103f767c6880 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_c768d733200164a1645d8cc16bc8da41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30fe97c57eb4b382256175f4033aeeb0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a0d4f98a79dd00f5bafa7b1ca185724 = $(`<div id="html_5a0d4f98a79dd00f5bafa7b1ca185724" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_30fe97c57eb4b382256175f4033aeeb0.setContent(html_5a0d4f98a79dd00f5bafa7b1ca185724);
|
|
|
|
|
|
|
|
marker_f1f440b904181c938521103f767c6880.bindPopup(popup_30fe97c57eb4b382256175f4033aeeb0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1f440b904181c938521103f767c6880.setIcon(icon_c768d733200164a1645d8cc16bc8da41);
|
|
|
|
|
|
var marker_6667107707172f584a7ea0ffa37ffad9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_0607298a752125d9eddc6507eafaf76d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e82a9ea430b140e96a368ffac7dc724f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c8ed92e8e6b7e4ef8fb68f882e8ad1c = $(`<div id="html_3c8ed92e8e6b7e4ef8fb68f882e8ad1c" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_e82a9ea430b140e96a368ffac7dc724f.setContent(html_3c8ed92e8e6b7e4ef8fb68f882e8ad1c);
|
|
|
|
|
|
|
|
marker_6667107707172f584a7ea0ffa37ffad9.bindPopup(popup_e82a9ea430b140e96a368ffac7dc724f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6667107707172f584a7ea0ffa37ffad9.setIcon(icon_0607298a752125d9eddc6507eafaf76d);
|
|
|
|
|
|
var marker_20f2f866b1756e3c1c9bc476c372e836 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_9c520198e2b0516c1b8569cb747b8c5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97a64ccea422201f2f13092d5f6e6245 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_550669c4c83bfdc475a577b1b0272719 = $(`<div id="html_550669c4c83bfdc475a577b1b0272719" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_97a64ccea422201f2f13092d5f6e6245.setContent(html_550669c4c83bfdc475a577b1b0272719);
|
|
|
|
|
|
|
|
marker_20f2f866b1756e3c1c9bc476c372e836.bindPopup(popup_97a64ccea422201f2f13092d5f6e6245)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20f2f866b1756e3c1c9bc476c372e836.setIcon(icon_9c520198e2b0516c1b8569cb747b8c5b);
|
|
|
|
|
|
var marker_1e28373f3ee41122646b8f6074031062 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_2fbdce159c5fe243b5f8bec69a2f9cf7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b16e4b72bc2913dee9072cea3458483 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5163491c21304cda88b18bcc5f1703f4 = $(`<div id="html_5163491c21304cda88b18bcc5f1703f4" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_6b16e4b72bc2913dee9072cea3458483.setContent(html_5163491c21304cda88b18bcc5f1703f4);
|
|
|
|
|
|
|
|
marker_1e28373f3ee41122646b8f6074031062.bindPopup(popup_6b16e4b72bc2913dee9072cea3458483)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e28373f3ee41122646b8f6074031062.setIcon(icon_2fbdce159c5fe243b5f8bec69a2f9cf7);
|
|
|
|
|
|
var marker_bc4ae7df1d940403139f6723417cf608 = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_6c315658fb2c0db086d3d80fd312ec28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0b394231566a39833cb9535a8d997b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_967c717fe0b03eabd0658ba526ae35ad = $(`<div id="html_967c717fe0b03eabd0658ba526ae35ad" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_a0b394231566a39833cb9535a8d997b3.setContent(html_967c717fe0b03eabd0658ba526ae35ad);
|
|
|
|
|
|
|
|
marker_bc4ae7df1d940403139f6723417cf608.bindPopup(popup_a0b394231566a39833cb9535a8d997b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc4ae7df1d940403139f6723417cf608.setIcon(icon_6c315658fb2c0db086d3d80fd312ec28);
|
|
|
|
|
|
var marker_f1963c107ab410e1aae5bfbbce99b25b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_68b5cc4b26e623a1e55a6f15366cb695 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd588eb2ebe0b91e3b8811f23d0dbb56 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e96fe95ca5df44db89516f2a8f670b72 = $(`<div id="html_e96fe95ca5df44db89516f2a8f670b72" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_fd588eb2ebe0b91e3b8811f23d0dbb56.setContent(html_e96fe95ca5df44db89516f2a8f670b72);
|
|
|
|
|
|
|
|
marker_f1963c107ab410e1aae5bfbbce99b25b.bindPopup(popup_fd588eb2ebe0b91e3b8811f23d0dbb56)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1963c107ab410e1aae5bfbbce99b25b.setIcon(icon_68b5cc4b26e623a1e55a6f15366cb695);
|
|
|
|
|
|
var marker_34087926206c870bd1c1e36a077b1425 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_ec8645aea53f24d93728bdcbbce37a18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12ede5431027c6e7b074534b69af0e66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec5042bd085372ab34a64763cf88cabd = $(`<div id="html_ec5042bd085372ab34a64763cf88cabd" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_12ede5431027c6e7b074534b69af0e66.setContent(html_ec5042bd085372ab34a64763cf88cabd);
|
|
|
|
|
|
|
|
marker_34087926206c870bd1c1e36a077b1425.bindPopup(popup_12ede5431027c6e7b074534b69af0e66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34087926206c870bd1c1e36a077b1425.setIcon(icon_ec8645aea53f24d93728bdcbbce37a18);
|
|
|
|
|
|
var marker_88e304ac934697f4aad5b20fa778a195 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_ab9fc6418795e0302ca257e7124a18d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c70de3033325b5a2b2cf5991873b7dd6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab1a78d85b5294eb9538f3f4894d9e13 = $(`<div id="html_ab1a78d85b5294eb9538f3f4894d9e13" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_c70de3033325b5a2b2cf5991873b7dd6.setContent(html_ab1a78d85b5294eb9538f3f4894d9e13);
|
|
|
|
|
|
|
|
marker_88e304ac934697f4aad5b20fa778a195.bindPopup(popup_c70de3033325b5a2b2cf5991873b7dd6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88e304ac934697f4aad5b20fa778a195.setIcon(icon_ab9fc6418795e0302ca257e7124a18d4);
|
|
|
|
|
|
var marker_23b7b77f41c9261121e9f737b8a0014e = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_0435ec3756f6054f4017af6d127449ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b85ae8e32c16f7d3d98537bce110b87 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a69e1889e2f18661e8e74b8ee388148 = $(`<div id="html_3a69e1889e2f18661e8e74b8ee388148" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_5b85ae8e32c16f7d3d98537bce110b87.setContent(html_3a69e1889e2f18661e8e74b8ee388148);
|
|
|
|
|
|
|
|
marker_23b7b77f41c9261121e9f737b8a0014e.bindPopup(popup_5b85ae8e32c16f7d3d98537bce110b87)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23b7b77f41c9261121e9f737b8a0014e.setIcon(icon_0435ec3756f6054f4017af6d127449ce);
|
|
|
|
|
|
var marker_877e96d9d065f5549f09b3ef1631522b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_a467e1f33e12132c877125f821a8b5fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0fba80d3ff252dce297f9c33035f189 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fe051ae4d48470f5c5608f21276b998 = $(`<div id="html_3fe051ae4d48470f5c5608f21276b998" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_e0fba80d3ff252dce297f9c33035f189.setContent(html_3fe051ae4d48470f5c5608f21276b998);
|
|
|
|
|
|
|
|
marker_877e96d9d065f5549f09b3ef1631522b.bindPopup(popup_e0fba80d3ff252dce297f9c33035f189)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_877e96d9d065f5549f09b3ef1631522b.setIcon(icon_a467e1f33e12132c877125f821a8b5fe);
|
|
|
|
|
|
var marker_a4128f5035f728d5736f0c179780b946 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_86b1f40220b62bad0a8cc45d4bcece95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b58ab562dc1047d019a6e4f5d335d66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d3507a46932f6351c65d0c7486f40db = $(`<div id="html_8d3507a46932f6351c65d0c7486f40db" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_6b58ab562dc1047d019a6e4f5d335d66.setContent(html_8d3507a46932f6351c65d0c7486f40db);
|
|
|
|
|
|
|
|
marker_a4128f5035f728d5736f0c179780b946.bindPopup(popup_6b58ab562dc1047d019a6e4f5d335d66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4128f5035f728d5736f0c179780b946.setIcon(icon_86b1f40220b62bad0a8cc45d4bcece95);
|
|
|
|
|
|
var marker_c4f1c38a09df3716dd4b2f3f56dbcd06 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_5fad2aa115bf511a90f10deaa3c146fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7cd604a38f846ac58cf31922f8560fac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c587f9c9c2f689684a64f352cec98be7 = $(`<div id="html_c587f9c9c2f689684a64f352cec98be7" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_7cd604a38f846ac58cf31922f8560fac.setContent(html_c587f9c9c2f689684a64f352cec98be7);
|
|
|
|
|
|
|
|
marker_c4f1c38a09df3716dd4b2f3f56dbcd06.bindPopup(popup_7cd604a38f846ac58cf31922f8560fac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4f1c38a09df3716dd4b2f3f56dbcd06.setIcon(icon_5fad2aa115bf511a90f10deaa3c146fe);
|
|
|
|
|
|
var marker_63e642c6773d0dad2236fb0d197d5fac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_75d8ab395ff844f1c350e0f7f454c4ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e968572e53ecf5d01d5f0cc0c9bcebe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd67b0c60aeb6eb30183c3796d8c2ad9 = $(`<div id="html_fd67b0c60aeb6eb30183c3796d8c2ad9" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_0e968572e53ecf5d01d5f0cc0c9bcebe.setContent(html_fd67b0c60aeb6eb30183c3796d8c2ad9);
|
|
|
|
|
|
|
|
marker_63e642c6773d0dad2236fb0d197d5fac.bindPopup(popup_0e968572e53ecf5d01d5f0cc0c9bcebe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63e642c6773d0dad2236fb0d197d5fac.setIcon(icon_75d8ab395ff844f1c350e0f7f454c4ea);
|
|
|
|
|
|
var marker_c6cd21d17c836d61daf65765b5a9cb1c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_832ff5f790041e2691555fbbd5b3a0f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adeb9475d937c1fcc1186ae1cb9e9074 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e673139b08cdff27ee28be678415249 = $(`<div id="html_1e673139b08cdff27ee28be678415249" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_adeb9475d937c1fcc1186ae1cb9e9074.setContent(html_1e673139b08cdff27ee28be678415249);
|
|
|
|
|
|
|
|
marker_c6cd21d17c836d61daf65765b5a9cb1c.bindPopup(popup_adeb9475d937c1fcc1186ae1cb9e9074)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6cd21d17c836d61daf65765b5a9cb1c.setIcon(icon_832ff5f790041e2691555fbbd5b3a0f0);
|
|
|
|
|
|
var marker_5642b0fd4b739ec564758d3b8f8f92a1 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_875422ae1b1b4e3c2e4db30772ceed46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e824c0116883466b1c3b9afc8974e786 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c00e0b8cebfd9f4abeef578b47e752fc = $(`<div id="html_c00e0b8cebfd9f4abeef578b47e752fc" style="width: 100.0%; height: 100.0%;">relay.contextvm.org</div>`)[0];
|
|
popup_e824c0116883466b1c3b9afc8974e786.setContent(html_c00e0b8cebfd9f4abeef578b47e752fc);
|
|
|
|
|
|
|
|
marker_5642b0fd4b739ec564758d3b8f8f92a1.bindPopup(popup_e824c0116883466b1c3b9afc8974e786)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5642b0fd4b739ec564758d3b8f8f92a1.setIcon(icon_875422ae1b1b4e3c2e4db30772ceed46);
|
|
|
|
|
|
var marker_f1df423555e66cb03ce29e6c629805a6 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_cf407248fdc0f6fbb2b2f61f6704522d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e7aea0185f6de6cd2dd7dd524e157fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4acf39dd73849b60a5624758a1d32243 = $(`<div id="html_4acf39dd73849b60a5624758a1d32243" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_5e7aea0185f6de6cd2dd7dd524e157fc.setContent(html_4acf39dd73849b60a5624758a1d32243);
|
|
|
|
|
|
|
|
marker_f1df423555e66cb03ce29e6c629805a6.bindPopup(popup_5e7aea0185f6de6cd2dd7dd524e157fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1df423555e66cb03ce29e6c629805a6.setIcon(icon_cf407248fdc0f6fbb2b2f61f6704522d);
|
|
|
|
|
|
var marker_767e55e87570a5ab59a8517929594e21 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_65693e24a39cae85ef685bc0e1b42b09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22487974e9d730990a3b4afa9cfb1cc3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ed2b5b506d774217aa701e97a054d7e = $(`<div id="html_2ed2b5b506d774217aa701e97a054d7e" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_22487974e9d730990a3b4afa9cfb1cc3.setContent(html_2ed2b5b506d774217aa701e97a054d7e);
|
|
|
|
|
|
|
|
marker_767e55e87570a5ab59a8517929594e21.bindPopup(popup_22487974e9d730990a3b4afa9cfb1cc3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_767e55e87570a5ab59a8517929594e21.setIcon(icon_65693e24a39cae85ef685bc0e1b42b09);
|
|
|
|
|
|
var marker_70721421890e3d5dadee4862c1187e8f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_cc09822d2e1e420e24109f399189052e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58f257dbecc294b4ecb772a0d57dff07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47a95fba783f71e0eadaa32459750a3b = $(`<div id="html_47a95fba783f71e0eadaa32459750a3b" style="width: 100.0%; height: 100.0%;">relay.pinseekr.golf</div>`)[0];
|
|
popup_58f257dbecc294b4ecb772a0d57dff07.setContent(html_47a95fba783f71e0eadaa32459750a3b);
|
|
|
|
|
|
|
|
marker_70721421890e3d5dadee4862c1187e8f.bindPopup(popup_58f257dbecc294b4ecb772a0d57dff07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70721421890e3d5dadee4862c1187e8f.setIcon(icon_cc09822d2e1e420e24109f399189052e);
|
|
|
|
|
|
var marker_f1a866022d77a00fcba7daeef905d0e0 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_19c01e14f20c0df01a32d18453394e83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3538255483bad04cb3fa181fa41d49d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_843743855773459244f4237859528a59 = $(`<div id="html_843743855773459244f4237859528a59" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_d3538255483bad04cb3fa181fa41d49d.setContent(html_843743855773459244f4237859528a59);
|
|
|
|
|
|
|
|
marker_f1a866022d77a00fcba7daeef905d0e0.bindPopup(popup_d3538255483bad04cb3fa181fa41d49d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1a866022d77a00fcba7daeef905d0e0.setIcon(icon_19c01e14f20c0df01a32d18453394e83);
|
|
|
|
|
|
var marker_8c81668b5f02b09f042d565dc2d6d4c8 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_73af25000d617dca8a5a1dc90a843c9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73e15005c87d5d762c13cd6fa8a4336c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12fef4309dba38848896b03a0e8eed18 = $(`<div id="html_12fef4309dba38848896b03a0e8eed18" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_73e15005c87d5d762c13cd6fa8a4336c.setContent(html_12fef4309dba38848896b03a0e8eed18);
|
|
|
|
|
|
|
|
marker_8c81668b5f02b09f042d565dc2d6d4c8.bindPopup(popup_73e15005c87d5d762c13cd6fa8a4336c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c81668b5f02b09f042d565dc2d6d4c8.setIcon(icon_73af25000d617dca8a5a1dc90a843c9d);
|
|
|
|
|
|
var marker_f3d17bae4fa40c23a91c5355dde80d67 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_b9b56ad304522046cfa02207a8894bb5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68743ad6e418240697f4233b219fa6b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3978e200926916acff8836b38c7c5439 = $(`<div id="html_3978e200926916acff8836b38c7c5439" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_68743ad6e418240697f4233b219fa6b9.setContent(html_3978e200926916acff8836b38c7c5439);
|
|
|
|
|
|
|
|
marker_f3d17bae4fa40c23a91c5355dde80d67.bindPopup(popup_68743ad6e418240697f4233b219fa6b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3d17bae4fa40c23a91c5355dde80d67.setIcon(icon_b9b56ad304522046cfa02207a8894bb5);
|
|
|
|
|
|
var marker_1d5c6c5ed887807d7e0fbb0ef38eb51d = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_fd874e420a21979a38246e4bbee6ea85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9bc1690224acd3a640a6b2fbaa76cb1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3cc38e4a82b9ab22846dc5339c54072 = $(`<div id="html_a3cc38e4a82b9ab22846dc5339c54072" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_9bc1690224acd3a640a6b2fbaa76cb1b.setContent(html_a3cc38e4a82b9ab22846dc5339c54072);
|
|
|
|
|
|
|
|
marker_1d5c6c5ed887807d7e0fbb0ef38eb51d.bindPopup(popup_9bc1690224acd3a640a6b2fbaa76cb1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d5c6c5ed887807d7e0fbb0ef38eb51d.setIcon(icon_fd874e420a21979a38246e4bbee6ea85);
|
|
|
|
|
|
var marker_50d1dc5358ac3fa873a94222bd1b7f89 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_5d0d5fd8881604b530e07fea5c913d2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9c1ebb08a17f0523907bf7f16df520f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8dca696fd29dc0d3f619d5db5769b5b4 = $(`<div id="html_8dca696fd29dc0d3f619d5db5769b5b4" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_e9c1ebb08a17f0523907bf7f16df520f.setContent(html_8dca696fd29dc0d3f619d5db5769b5b4);
|
|
|
|
|
|
|
|
marker_50d1dc5358ac3fa873a94222bd1b7f89.bindPopup(popup_e9c1ebb08a17f0523907bf7f16df520f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50d1dc5358ac3fa873a94222bd1b7f89.setIcon(icon_5d0d5fd8881604b530e07fea5c913d2e);
|
|
|
|
|
|
var marker_4d28629cf23b257f2bf21fc7d94ecc6e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_446862bf535cfaec396191beba426640 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_205ade708c4a8784a78507424a0ce2ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a4b4349edcc78e44c3d410ae025ad3e = $(`<div id="html_9a4b4349edcc78e44c3d410ae025ad3e" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_205ade708c4a8784a78507424a0ce2ee.setContent(html_9a4b4349edcc78e44c3d410ae025ad3e);
|
|
|
|
|
|
|
|
marker_4d28629cf23b257f2bf21fc7d94ecc6e.bindPopup(popup_205ade708c4a8784a78507424a0ce2ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d28629cf23b257f2bf21fc7d94ecc6e.setIcon(icon_446862bf535cfaec396191beba426640);
|
|
|
|
|
|
var marker_98551642faba8c1d688e653e7fccfb48 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_bf069a5124625f468055f670d7bb8d5c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c3ecb6f89f17d54d4d39d23c82469cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_215933ba2476f7edd144c4a31a2d1cd0 = $(`<div id="html_215933ba2476f7edd144c4a31a2d1cd0" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_8c3ecb6f89f17d54d4d39d23c82469cc.setContent(html_215933ba2476f7edd144c4a31a2d1cd0);
|
|
|
|
|
|
|
|
marker_98551642faba8c1d688e653e7fccfb48.bindPopup(popup_8c3ecb6f89f17d54d4d39d23c82469cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98551642faba8c1d688e653e7fccfb48.setIcon(icon_bf069a5124625f468055f670d7bb8d5c);
|
|
|
|
|
|
var marker_eeabd24b93d6be9db9221d003ae4de5c = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_4f6cd55afabea74bb0c87102d9a112ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20e5988ea480b2ce0035a10056bad5f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fd1d2bbb10d3b52767541c5ae900e9b = $(`<div id="html_4fd1d2bbb10d3b52767541c5ae900e9b" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_20e5988ea480b2ce0035a10056bad5f2.setContent(html_4fd1d2bbb10d3b52767541c5ae900e9b);
|
|
|
|
|
|
|
|
marker_eeabd24b93d6be9db9221d003ae4de5c.bindPopup(popup_20e5988ea480b2ce0035a10056bad5f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eeabd24b93d6be9db9221d003ae4de5c.setIcon(icon_4f6cd55afabea74bb0c87102d9a112ac);
|
|
|
|
|
|
var marker_471734feeec880ed03d21d5d499e083f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_4cb7410c3d9fd671b50fbf19506cbac2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7efb1be7be2820e322f8e0a4007b49e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b09845625dd6949d88259f4be1c7150 = $(`<div id="html_9b09845625dd6949d88259f4be1c7150" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_7efb1be7be2820e322f8e0a4007b49e8.setContent(html_9b09845625dd6949d88259f4be1c7150);
|
|
|
|
|
|
|
|
marker_471734feeec880ed03d21d5d499e083f.bindPopup(popup_7efb1be7be2820e322f8e0a4007b49e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_471734feeec880ed03d21d5d499e083f.setIcon(icon_4cb7410c3d9fd671b50fbf19506cbac2);
|
|
|
|
|
|
var marker_5548f4ec4686478bd6b743e94c9710b2 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_5448374f198c8a0313890fcc9866d07c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf7436b2f8ef080830856c11eee2a337 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_409363ac478214a0a5b913735daa1030 = $(`<div id="html_409363ac478214a0a5b913735daa1030" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_cf7436b2f8ef080830856c11eee2a337.setContent(html_409363ac478214a0a5b913735daa1030);
|
|
|
|
|
|
|
|
marker_5548f4ec4686478bd6b743e94c9710b2.bindPopup(popup_cf7436b2f8ef080830856c11eee2a337)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5548f4ec4686478bd6b743e94c9710b2.setIcon(icon_5448374f198c8a0313890fcc9866d07c);
|
|
|
|
|
|
var marker_479d95bd1822b675e0d59072a4b03e0c = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_25a58434751bbe4fcccc41f09fcc6dcc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0788373c14c697e4100c74f7e20b8b09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f861650def95c0bccda3f19dc626bc76 = $(`<div id="html_f861650def95c0bccda3f19dc626bc76" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_0788373c14c697e4100c74f7e20b8b09.setContent(html_f861650def95c0bccda3f19dc626bc76);
|
|
|
|
|
|
|
|
marker_479d95bd1822b675e0d59072a4b03e0c.bindPopup(popup_0788373c14c697e4100c74f7e20b8b09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_479d95bd1822b675e0d59072a4b03e0c.setIcon(icon_25a58434751bbe4fcccc41f09fcc6dcc);
|
|
|
|
|
|
var marker_5a33319c9b5c1407f24ca3b4645c8c13 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_8532f8740fb9b6a2112c2112dc7b96be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5462fb3ec15d59aa83720f953ce78cf4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b828affa18024f98c2e3938a5346408 = $(`<div id="html_6b828affa18024f98c2e3938a5346408" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_5462fb3ec15d59aa83720f953ce78cf4.setContent(html_6b828affa18024f98c2e3938a5346408);
|
|
|
|
|
|
|
|
marker_5a33319c9b5c1407f24ca3b4645c8c13.bindPopup(popup_5462fb3ec15d59aa83720f953ce78cf4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a33319c9b5c1407f24ca3b4645c8c13.setIcon(icon_8532f8740fb9b6a2112c2112dc7b96be);
|
|
|
|
|
|
var marker_5872e99fa74c1e23b12922ceb5fde2fc = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_3d234baac54426af532d419242f744b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e75b1ba4d24218aff3af195f1f4bfc4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b65001b1ae360b056b929749a37e7005 = $(`<div id="html_b65001b1ae360b056b929749a37e7005" style="width: 100.0%; height: 100.0%;">nostr.commonshub.brussels</div>`)[0];
|
|
popup_e75b1ba4d24218aff3af195f1f4bfc4d.setContent(html_b65001b1ae360b056b929749a37e7005);
|
|
|
|
|
|
|
|
marker_5872e99fa74c1e23b12922ceb5fde2fc.bindPopup(popup_e75b1ba4d24218aff3af195f1f4bfc4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5872e99fa74c1e23b12922ceb5fde2fc.setIcon(icon_3d234baac54426af532d419242f744b5);
|
|
|
|
|
|
var marker_ab2fe07ab49b0f573f40a4d6cb038532 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_83c57f6babbaa20e37f2d36662f1632e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_428e4b0a38c2652508a92f6efc10dab0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb7a7df7ef43dff543ac75b48be4ccf2 = $(`<div id="html_fb7a7df7ef43dff543ac75b48be4ccf2" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_428e4b0a38c2652508a92f6efc10dab0.setContent(html_fb7a7df7ef43dff543ac75b48be4ccf2);
|
|
|
|
|
|
|
|
marker_ab2fe07ab49b0f573f40a4d6cb038532.bindPopup(popup_428e4b0a38c2652508a92f6efc10dab0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab2fe07ab49b0f573f40a4d6cb038532.setIcon(icon_83c57f6babbaa20e37f2d36662f1632e);
|
|
|
|
|
|
var marker_cfd0fa7bb47038e82f7392fc4a6fcb29 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_4929ffb4d969a92d0571086a99c5549b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b2675f249cca06da2a1b08f71047d1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_240d1b0b754ce3756272c08a6ca60f1f = $(`<div id="html_240d1b0b754ce3756272c08a6ca60f1f" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_8b2675f249cca06da2a1b08f71047d1d.setContent(html_240d1b0b754ce3756272c08a6ca60f1f);
|
|
|
|
|
|
|
|
marker_cfd0fa7bb47038e82f7392fc4a6fcb29.bindPopup(popup_8b2675f249cca06da2a1b08f71047d1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfd0fa7bb47038e82f7392fc4a6fcb29.setIcon(icon_4929ffb4d969a92d0571086a99c5549b);
|
|
|
|
|
|
var marker_1c4325f6f3aaece9ca88225616e38b19 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_90c97687167fac751804526148e932bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8f6b21946e14520c0eb11ae4cf0cfd4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad41e9daa0393f8e31584f621f124ecb = $(`<div id="html_ad41e9daa0393f8e31584f621f124ecb" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_c8f6b21946e14520c0eb11ae4cf0cfd4.setContent(html_ad41e9daa0393f8e31584f621f124ecb);
|
|
|
|
|
|
|
|
marker_1c4325f6f3aaece9ca88225616e38b19.bindPopup(popup_c8f6b21946e14520c0eb11ae4cf0cfd4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c4325f6f3aaece9ca88225616e38b19.setIcon(icon_90c97687167fac751804526148e932bd);
|
|
|
|
|
|
var marker_7d6478647226e072c49c4c8d673824db = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_1da27cbea52585b59551f99b5650f4dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d803f8183f3ff367caa76c4d7283bd38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffec9edf425a698ece94ae640343ed5b = $(`<div id="html_ffec9edf425a698ece94ae640343ed5b" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_d803f8183f3ff367caa76c4d7283bd38.setContent(html_ffec9edf425a698ece94ae640343ed5b);
|
|
|
|
|
|
|
|
marker_7d6478647226e072c49c4c8d673824db.bindPopup(popup_d803f8183f3ff367caa76c4d7283bd38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d6478647226e072c49c4c8d673824db.setIcon(icon_1da27cbea52585b59551f99b5650f4dc);
|
|
|
|
|
|
var marker_7d0a69bbb1cdcd60d35fc5b1ae9fc08e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_9e1fee5bd9c11dc025b3771f68ce939d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57e488eec3d50d5256e78e36568d9261 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_891a564b17d4d94653163c96513537c6 = $(`<div id="html_891a564b17d4d94653163c96513537c6" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_57e488eec3d50d5256e78e36568d9261.setContent(html_891a564b17d4d94653163c96513537c6);
|
|
|
|
|
|
|
|
marker_7d0a69bbb1cdcd60d35fc5b1ae9fc08e.bindPopup(popup_57e488eec3d50d5256e78e36568d9261)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d0a69bbb1cdcd60d35fc5b1ae9fc08e.setIcon(icon_9e1fee5bd9c11dc025b3771f68ce939d);
|
|
|
|
|
|
var marker_24a1e2b45ba1f60b2c200365e9961764 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_f46bc1c8dddc5d38f3fa21cfadf8af73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f018a0aa6b86338316af7c4cc7611aec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94f3f73c09c5f00a7448de15771163f6 = $(`<div id="html_94f3f73c09c5f00a7448de15771163f6" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_f018a0aa6b86338316af7c4cc7611aec.setContent(html_94f3f73c09c5f00a7448de15771163f6);
|
|
|
|
|
|
|
|
marker_24a1e2b45ba1f60b2c200365e9961764.bindPopup(popup_f018a0aa6b86338316af7c4cc7611aec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24a1e2b45ba1f60b2c200365e9961764.setIcon(icon_f46bc1c8dddc5d38f3fa21cfadf8af73);
|
|
|
|
|
|
var marker_27b95a9380b970ddfe27d02cecaf1c2a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_5891ddbbbab09d6e702a952d88e23c71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45b1c7139d46f3c18c16f934a014d25f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e073b477fa884c37e8340f00b9294d3f = $(`<div id="html_e073b477fa884c37e8340f00b9294d3f" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_45b1c7139d46f3c18c16f934a014d25f.setContent(html_e073b477fa884c37e8340f00b9294d3f);
|
|
|
|
|
|
|
|
marker_27b95a9380b970ddfe27d02cecaf1c2a.bindPopup(popup_45b1c7139d46f3c18c16f934a014d25f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27b95a9380b970ddfe27d02cecaf1c2a.setIcon(icon_5891ddbbbab09d6e702a952d88e23c71);
|
|
|
|
|
|
var marker_e1d31296de7eb9e334d4411e299a0eb6 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_fb4a00252b288354371a525c7238a70e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4738822fec4d0b780927d441560440ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bc0d1a72f1c3fbb2afc4345cd6a3eed = $(`<div id="html_8bc0d1a72f1c3fbb2afc4345cd6a3eed" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_4738822fec4d0b780927d441560440ff.setContent(html_8bc0d1a72f1c3fbb2afc4345cd6a3eed);
|
|
|
|
|
|
|
|
marker_e1d31296de7eb9e334d4411e299a0eb6.bindPopup(popup_4738822fec4d0b780927d441560440ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1d31296de7eb9e334d4411e299a0eb6.setIcon(icon_fb4a00252b288354371a525c7238a70e);
|
|
|
|
|
|
var marker_e702aff95488f58f410c2ccbfb3bc77c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_2e655be7171b1be5e0400b2a073d4593 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e90f554ea2984866aa15b35752087c59 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c8329651e8b6f6543e33315deb83cb7 = $(`<div id="html_2c8329651e8b6f6543e33315deb83cb7" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_e90f554ea2984866aa15b35752087c59.setContent(html_2c8329651e8b6f6543e33315deb83cb7);
|
|
|
|
|
|
|
|
marker_e702aff95488f58f410c2ccbfb3bc77c.bindPopup(popup_e90f554ea2984866aa15b35752087c59)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e702aff95488f58f410c2ccbfb3bc77c.setIcon(icon_2e655be7171b1be5e0400b2a073d4593);
|
|
|
|
|
|
var marker_fda75b558c909bb5deba0e6f80e3da6a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_aa34431878508d6d50a0d71d55b79c0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9181ea6827aa698fcfa1e209f16a9924 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7464ac8c49326be0ab7db6ecba7f8b75 = $(`<div id="html_7464ac8c49326be0ab7db6ecba7f8b75" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_9181ea6827aa698fcfa1e209f16a9924.setContent(html_7464ac8c49326be0ab7db6ecba7f8b75);
|
|
|
|
|
|
|
|
marker_fda75b558c909bb5deba0e6f80e3da6a.bindPopup(popup_9181ea6827aa698fcfa1e209f16a9924)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fda75b558c909bb5deba0e6f80e3da6a.setIcon(icon_aa34431878508d6d50a0d71d55b79c0d);
|
|
|
|
|
|
var marker_79d9c6263b1ef1afadc5e8be4d3c6c61 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_5b0d64f5bb9d45d61a1a4da91222b594 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4e88d4bfef1b509cce951fa54039ab3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b79ef9d5954aacd6dd2100e6b11aa4ca = $(`<div id="html_b79ef9d5954aacd6dd2100e6b11aa4ca" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_f4e88d4bfef1b509cce951fa54039ab3.setContent(html_b79ef9d5954aacd6dd2100e6b11aa4ca);
|
|
|
|
|
|
|
|
marker_79d9c6263b1ef1afadc5e8be4d3c6c61.bindPopup(popup_f4e88d4bfef1b509cce951fa54039ab3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79d9c6263b1ef1afadc5e8be4d3c6c61.setIcon(icon_5b0d64f5bb9d45d61a1a4da91222b594);
|
|
|
|
|
|
var marker_9abea936d336b822393a4c30c33b1b7d = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_22c1654250331d6ee31b33e9b991e21e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_151befb1a1d8b9de3227e8acb5b3c5b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e35343ff783fccc5af10776ba90fbb1a = $(`<div id="html_e35343ff783fccc5af10776ba90fbb1a" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_151befb1a1d8b9de3227e8acb5b3c5b9.setContent(html_e35343ff783fccc5af10776ba90fbb1a);
|
|
|
|
|
|
|
|
marker_9abea936d336b822393a4c30c33b1b7d.bindPopup(popup_151befb1a1d8b9de3227e8acb5b3c5b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9abea936d336b822393a4c30c33b1b7d.setIcon(icon_22c1654250331d6ee31b33e9b991e21e);
|
|
|
|
|
|
var marker_ab4826cec08eebf8302d7c3e2069d67c = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_e67a3482e9045a6fa903130788ff06a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e111c24db1ef758307ac679e445d0b40 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73d53b91f73198fff0ad314284be830c = $(`<div id="html_73d53b91f73198fff0ad314284be830c" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_e111c24db1ef758307ac679e445d0b40.setContent(html_73d53b91f73198fff0ad314284be830c);
|
|
|
|
|
|
|
|
marker_ab4826cec08eebf8302d7c3e2069d67c.bindPopup(popup_e111c24db1ef758307ac679e445d0b40)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab4826cec08eebf8302d7c3e2069d67c.setIcon(icon_e67a3482e9045a6fa903130788ff06a2);
|
|
|
|
|
|
var marker_bb795ec8bc6c19227efbc7bda0e8ef7b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_3d16186a40c4afe58a2420cc4be5de36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a54cfac4c6dda4a1fd5ea485ee15e704 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_365d58393f6536f89af436c01bcc72fe = $(`<div id="html_365d58393f6536f89af436c01bcc72fe" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_a54cfac4c6dda4a1fd5ea485ee15e704.setContent(html_365d58393f6536f89af436c01bcc72fe);
|
|
|
|
|
|
|
|
marker_bb795ec8bc6c19227efbc7bda0e8ef7b.bindPopup(popup_a54cfac4c6dda4a1fd5ea485ee15e704)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb795ec8bc6c19227efbc7bda0e8ef7b.setIcon(icon_3d16186a40c4afe58a2420cc4be5de36);
|
|
|
|
|
|
var marker_205e6624862c8e33f0e044df84228526 = L.marker(
|
|
[15.2634, 100.344],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_65edb99ec00fcf102c4433b35d01736a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f0c223d1ed317e0ba1e050b22af96d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a79ee344649f4946a93719b012d7b777 = $(`<div id="html_a79ee344649f4946a93719b012d7b777" style="width: 100.0%; height: 100.0%;">nostr-relay.gateway.in.th</div>`)[0];
|
|
popup_1f0c223d1ed317e0ba1e050b22af96d6.setContent(html_a79ee344649f4946a93719b012d7b777);
|
|
|
|
|
|
|
|
marker_205e6624862c8e33f0e044df84228526.bindPopup(popup_1f0c223d1ed317e0ba1e050b22af96d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_205e6624862c8e33f0e044df84228526.setIcon(icon_65edb99ec00fcf102c4433b35d01736a);
|
|
|
|
|
|
var marker_31ab78bed77f171364952be7f74caa66 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_7f90074e2d0abb2ad941563a8ebae29e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e75a1da4981eaa81a4739e882ce3d2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_449f1ace35adffacc8a7d2136e3e665c = $(`<div id="html_449f1ace35adffacc8a7d2136e3e665c" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_4e75a1da4981eaa81a4739e882ce3d2e.setContent(html_449f1ace35adffacc8a7d2136e3e665c);
|
|
|
|
|
|
|
|
marker_31ab78bed77f171364952be7f74caa66.bindPopup(popup_4e75a1da4981eaa81a4739e882ce3d2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31ab78bed77f171364952be7f74caa66.setIcon(icon_7f90074e2d0abb2ad941563a8ebae29e);
|
|
|
|
|
|
var marker_aacda97d4db6c586ac84c4570b58a29c = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_45cc960024d0bb6dbd430cddcaaf2a83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42fa39f693f3fd416f53ecd73eb52cce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_911ded90b7ea2a86a4cb8841c373b4f4 = $(`<div id="html_911ded90b7ea2a86a4cb8841c373b4f4" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_42fa39f693f3fd416f53ecd73eb52cce.setContent(html_911ded90b7ea2a86a4cb8841c373b4f4);
|
|
|
|
|
|
|
|
marker_aacda97d4db6c586ac84c4570b58a29c.bindPopup(popup_42fa39f693f3fd416f53ecd73eb52cce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aacda97d4db6c586ac84c4570b58a29c.setIcon(icon_45cc960024d0bb6dbd430cddcaaf2a83);
|
|
|
|
|
|
var marker_8dad4ce249a9b0d2d78d7a1c89f43c74 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_5d6649993728c1ccd1e257a970163815 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6167091b194058afe5a0ef6604a6480 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9edb3bf07baf51ed105dffcb0706b034 = $(`<div id="html_9edb3bf07baf51ed105dffcb0706b034" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_f6167091b194058afe5a0ef6604a6480.setContent(html_9edb3bf07baf51ed105dffcb0706b034);
|
|
|
|
|
|
|
|
marker_8dad4ce249a9b0d2d78d7a1c89f43c74.bindPopup(popup_f6167091b194058afe5a0ef6604a6480)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8dad4ce249a9b0d2d78d7a1c89f43c74.setIcon(icon_5d6649993728c1ccd1e257a970163815);
|
|
|
|
|
|
var marker_16d97cf3002b2fa7f36bad024a17ae8d = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_7b7c96717643c466141cb0061fb92074 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8556d78823d304c59d711b4ba512dd90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f410cc33a43c1081b9428a598aa5e951 = $(`<div id="html_f410cc33a43c1081b9428a598aa5e951" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_8556d78823d304c59d711b4ba512dd90.setContent(html_f410cc33a43c1081b9428a598aa5e951);
|
|
|
|
|
|
|
|
marker_16d97cf3002b2fa7f36bad024a17ae8d.bindPopup(popup_8556d78823d304c59d711b4ba512dd90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16d97cf3002b2fa7f36bad024a17ae8d.setIcon(icon_7b7c96717643c466141cb0061fb92074);
|
|
|
|
|
|
var marker_b851c09d2aece74152eba10c3525ee99 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_f13b73f85927c6dfd82496c130fc2784 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e34530f381668089e1baa4bf76a5e0af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdb354d245d7080416401be90ff1487f = $(`<div id="html_bdb354d245d7080416401be90ff1487f" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_e34530f381668089e1baa4bf76a5e0af.setContent(html_bdb354d245d7080416401be90ff1487f);
|
|
|
|
|
|
|
|
marker_b851c09d2aece74152eba10c3525ee99.bindPopup(popup_e34530f381668089e1baa4bf76a5e0af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b851c09d2aece74152eba10c3525ee99.setIcon(icon_f13b73f85927c6dfd82496c130fc2784);
|
|
|
|
|
|
var marker_f30daf556beb556770c0001d03dc04b3 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_48554b0f5aa13ab91d11f965bda1ce63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8159dc2390bb101955966ebdab0a872 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d60fe0dd87c0dc26ef8e6f4ecfab841 = $(`<div id="html_2d60fe0dd87c0dc26ef8e6f4ecfab841" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_f8159dc2390bb101955966ebdab0a872.setContent(html_2d60fe0dd87c0dc26ef8e6f4ecfab841);
|
|
|
|
|
|
|
|
marker_f30daf556beb556770c0001d03dc04b3.bindPopup(popup_f8159dc2390bb101955966ebdab0a872)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f30daf556beb556770c0001d03dc04b3.setIcon(icon_48554b0f5aa13ab91d11f965bda1ce63);
|
|
|
|
|
|
var marker_9c65645ac1ae229a915b7355c1580988 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_b8a8c4df4a20815c9faa770e22ff9d07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_166a6c93eaee601203892b8ac0d7ea3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5a7400145793475d4752ad274c80ced = $(`<div id="html_a5a7400145793475d4752ad274c80ced" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_166a6c93eaee601203892b8ac0d7ea3f.setContent(html_a5a7400145793475d4752ad274c80ced);
|
|
|
|
|
|
|
|
marker_9c65645ac1ae229a915b7355c1580988.bindPopup(popup_166a6c93eaee601203892b8ac0d7ea3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c65645ac1ae229a915b7355c1580988.setIcon(icon_b8a8c4df4a20815c9faa770e22ff9d07);
|
|
|
|
|
|
var marker_65d7340b4fe2705c7261c922318cdb03 = L.marker(
|
|
[36.55, 139.733],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_13339af022e2848d7e1893b886910905 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ab4d4f866fde597ee8aa252100e3b49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4037e3f884cdbd580e20dfa4c9b116f1 = $(`<div id="html_4037e3f884cdbd580e20dfa4c9b116f1" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_1ab4d4f866fde597ee8aa252100e3b49.setContent(html_4037e3f884cdbd580e20dfa4c9b116f1);
|
|
|
|
|
|
|
|
marker_65d7340b4fe2705c7261c922318cdb03.bindPopup(popup_1ab4d4f866fde597ee8aa252100e3b49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65d7340b4fe2705c7261c922318cdb03.setIcon(icon_13339af022e2848d7e1893b886910905);
|
|
|
|
|
|
var marker_6455b106834b12ec8e4c78b2dbcaf417 = L.marker(
|
|
[59.8845, 30.3184],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_4cb28dcc0a284cff705c301995af5d99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e8977144c8951559827b7b76a32f084 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7390a730abc1756e88f36b58b93e9f26 = $(`<div id="html_7390a730abc1756e88f36b58b93e9f26" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_4e8977144c8951559827b7b76a32f084.setContent(html_7390a730abc1756e88f36b58b93e9f26);
|
|
|
|
|
|
|
|
marker_6455b106834b12ec8e4c78b2dbcaf417.bindPopup(popup_4e8977144c8951559827b7b76a32f084)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6455b106834b12ec8e4c78b2dbcaf417.setIcon(icon_4cb28dcc0a284cff705c301995af5d99);
|
|
|
|
|
|
var marker_f9582655296982d21a3f3b3e0c5452df = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_1d12d81caf1eb2f17c642ec8410269ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1186d4768713d532f004a7ffe92e112d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84e322756b7a7afb8c10520288b36562 = $(`<div id="html_84e322756b7a7afb8c10520288b36562" style="width: 100.0%; height: 100.0%;">0m0sef4nb45q6.cloreai.ru</div>`)[0];
|
|
popup_1186d4768713d532f004a7ffe92e112d.setContent(html_84e322756b7a7afb8c10520288b36562);
|
|
|
|
|
|
|
|
marker_f9582655296982d21a3f3b3e0c5452df.bindPopup(popup_1186d4768713d532f004a7ffe92e112d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9582655296982d21a3f3b3e0c5452df.setIcon(icon_1d12d81caf1eb2f17c642ec8410269ed);
|
|
|
|
|
|
var marker_c5afbfbd1c6587fa9a0579400746e1f6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_9d05127e9ffd957934499f34e6c4d954 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fdc8b72607d9941df8597927708221b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_043da55c5c07013b1517bf891298420e = $(`<div id="html_043da55c5c07013b1517bf891298420e" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_5fdc8b72607d9941df8597927708221b.setContent(html_043da55c5c07013b1517bf891298420e);
|
|
|
|
|
|
|
|
marker_c5afbfbd1c6587fa9a0579400746e1f6.bindPopup(popup_5fdc8b72607d9941df8597927708221b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5afbfbd1c6587fa9a0579400746e1f6.setIcon(icon_9d05127e9ffd957934499f34e6c4d954);
|
|
|
|
|
|
var marker_297297f73b01b767f2d845c24efd4d31 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_da694e0459d7eb6f1e24785a86beb35e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53c45f84036569645d64673693c4b217 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc8777ad7aa7335cb8f6e703fba9400e = $(`<div id="html_cc8777ad7aa7335cb8f6e703fba9400e" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_53c45f84036569645d64673693c4b217.setContent(html_cc8777ad7aa7335cb8f6e703fba9400e);
|
|
|
|
|
|
|
|
marker_297297f73b01b767f2d845c24efd4d31.bindPopup(popup_53c45f84036569645d64673693c4b217)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_297297f73b01b767f2d845c24efd4d31.setIcon(icon_da694e0459d7eb6f1e24785a86beb35e);
|
|
|
|
|
|
var marker_05fe98af5987e59db19b5ca8920fed2c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_450b57f0b45a55b9a58311bf278c31dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_229605010b53a2db8cd3618faece7ef9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_668d1d0d617ef8756896832974069395 = $(`<div id="html_668d1d0d617ef8756896832974069395" style="width: 100.0%; height: 100.0%;">relay.trustroots.org</div>`)[0];
|
|
popup_229605010b53a2db8cd3618faece7ef9.setContent(html_668d1d0d617ef8756896832974069395);
|
|
|
|
|
|
|
|
marker_05fe98af5987e59db19b5ca8920fed2c.bindPopup(popup_229605010b53a2db8cd3618faece7ef9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05fe98af5987e59db19b5ca8920fed2c.setIcon(icon_450b57f0b45a55b9a58311bf278c31dd);
|
|
|
|
|
|
var marker_2afd070262ba7728f9e4920071d719f7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_62bd1409c421ae75120845e0ecaa0e52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52d9b72289840b45083d73cce23c02e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d48fadc2bef161cd2706ca1a1cb363ff = $(`<div id="html_d48fadc2bef161cd2706ca1a1cb363ff" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_52d9b72289840b45083d73cce23c02e9.setContent(html_d48fadc2bef161cd2706ca1a1cb363ff);
|
|
|
|
|
|
|
|
marker_2afd070262ba7728f9e4920071d719f7.bindPopup(popup_52d9b72289840b45083d73cce23c02e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2afd070262ba7728f9e4920071d719f7.setIcon(icon_62bd1409c421ae75120845e0ecaa0e52);
|
|
|
|
|
|
var marker_7ff5b94934f5bfa463fa6b191811f5a4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_41e6af32809373c1018295a336ae502c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ab3eafdb831010ae0ebe4c989e4d387 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27a4e34e71cf3998851b877f9efcce26 = $(`<div id="html_27a4e34e71cf3998851b877f9efcce26" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_0ab3eafdb831010ae0ebe4c989e4d387.setContent(html_27a4e34e71cf3998851b877f9efcce26);
|
|
|
|
|
|
|
|
marker_7ff5b94934f5bfa463fa6b191811f5a4.bindPopup(popup_0ab3eafdb831010ae0ebe4c989e4d387)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ff5b94934f5bfa463fa6b191811f5a4.setIcon(icon_41e6af32809373c1018295a336ae502c);
|
|
|
|
|
|
var marker_eb977a1b16482f266dc3351066c1e406 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_5933682cee0c0a05ea2b4982291f73de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_047543cbf076d4452cfd8dbdb79b6153 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6cf070830ec93dbbca8d105b82b3f7f = $(`<div id="html_e6cf070830ec93dbbca8d105b82b3f7f" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_047543cbf076d4452cfd8dbdb79b6153.setContent(html_e6cf070830ec93dbbca8d105b82b3f7f);
|
|
|
|
|
|
|
|
marker_eb977a1b16482f266dc3351066c1e406.bindPopup(popup_047543cbf076d4452cfd8dbdb79b6153)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb977a1b16482f266dc3351066c1e406.setIcon(icon_5933682cee0c0a05ea2b4982291f73de);
|
|
|
|
|
|
var marker_3affa352ba3404e9dddbc8c0b2206a50 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_5cee07afb800911384e7da5404b0238a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cef0e7f14ebcfa1e092752e1e32b1274 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e83e087182dc2af80e8776535f498721 = $(`<div id="html_e83e087182dc2af80e8776535f498721" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_cef0e7f14ebcfa1e092752e1e32b1274.setContent(html_e83e087182dc2af80e8776535f498721);
|
|
|
|
|
|
|
|
marker_3affa352ba3404e9dddbc8c0b2206a50.bindPopup(popup_cef0e7f14ebcfa1e092752e1e32b1274)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3affa352ba3404e9dddbc8c0b2206a50.setIcon(icon_5cee07afb800911384e7da5404b0238a);
|
|
|
|
|
|
var marker_2199616342635c1f33033abf5e1d259d = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_475b3cef1a595071c68c5105c733e6fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d4b6756be5edbb22737ba2b6d16f96c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bec5aaaece0991248161cb0517a1b4bb = $(`<div id="html_bec5aaaece0991248161cb0517a1b4bb" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_6d4b6756be5edbb22737ba2b6d16f96c.setContent(html_bec5aaaece0991248161cb0517a1b4bb);
|
|
|
|
|
|
|
|
marker_2199616342635c1f33033abf5e1d259d.bindPopup(popup_6d4b6756be5edbb22737ba2b6d16f96c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2199616342635c1f33033abf5e1d259d.setIcon(icon_475b3cef1a595071c68c5105c733e6fb);
|
|
|
|
|
|
var marker_e28ecfcb97a58f1f387638620425c2c9 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_5305d72043777d02a3c606725a9dc5a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76ad5109822b17b6de1a18defdbbfb95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bcfaf561ec36f664bee5d1d597418b0f = $(`<div id="html_bcfaf561ec36f664bee5d1d597418b0f" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_76ad5109822b17b6de1a18defdbbfb95.setContent(html_bcfaf561ec36f664bee5d1d597418b0f);
|
|
|
|
|
|
|
|
marker_e28ecfcb97a58f1f387638620425c2c9.bindPopup(popup_76ad5109822b17b6de1a18defdbbfb95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e28ecfcb97a58f1f387638620425c2c9.setIcon(icon_5305d72043777d02a3c606725a9dc5a6);
|
|
|
|
|
|
var marker_213926680705fe9513d49959e383e907 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_65204502866cf7c7412c4414f43af225 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4f93f349b4ad43c073abbbb4ec43cc4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02a721f6ece23e022010c549fcaf133e = $(`<div id="html_02a721f6ece23e022010c549fcaf133e" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_d4f93f349b4ad43c073abbbb4ec43cc4.setContent(html_02a721f6ece23e022010c549fcaf133e);
|
|
|
|
|
|
|
|
marker_213926680705fe9513d49959e383e907.bindPopup(popup_d4f93f349b4ad43c073abbbb4ec43cc4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_213926680705fe9513d49959e383e907.setIcon(icon_65204502866cf7c7412c4414f43af225);
|
|
|
|
|
|
var marker_e73099185d5cd6aba7bca42594876a81 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_caefdf82d96068979de0858543d9bada = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3c26061aa986016c75113ef95beb5eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7414330aeec269a04572ae7df2d3e14c = $(`<div id="html_7414330aeec269a04572ae7df2d3e14c" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_a3c26061aa986016c75113ef95beb5eb.setContent(html_7414330aeec269a04572ae7df2d3e14c);
|
|
|
|
|
|
|
|
marker_e73099185d5cd6aba7bca42594876a81.bindPopup(popup_a3c26061aa986016c75113ef95beb5eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e73099185d5cd6aba7bca42594876a81.setIcon(icon_caefdf82d96068979de0858543d9bada);
|
|
|
|
|
|
var marker_8a0bf95068044cdb4eef12eb6bc022e2 = L.marker(
|
|
[1.29524, 103.79],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_6536570c58298ca8bace53c765e82a64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a046cc61575e725741572a9db71ef1ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e74047697c569935fd5acc80a54be2e = $(`<div id="html_1e74047697c569935fd5acc80a54be2e" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_a046cc61575e725741572a9db71ef1ab.setContent(html_1e74047697c569935fd5acc80a54be2e);
|
|
|
|
|
|
|
|
marker_8a0bf95068044cdb4eef12eb6bc022e2.bindPopup(popup_a046cc61575e725741572a9db71ef1ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a0bf95068044cdb4eef12eb6bc022e2.setIcon(icon_6536570c58298ca8bace53c765e82a64);
|
|
|
|
|
|
var marker_054098b153dd4f5f303ec2cd9be9c287 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_ef29acfccf7cd9e4f0bd37cf6a415f3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57c10d4ea8c408cb90ea097297f23f03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9abc29489381b78063f27e810dddb64a = $(`<div id="html_9abc29489381b78063f27e810dddb64a" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_57c10d4ea8c408cb90ea097297f23f03.setContent(html_9abc29489381b78063f27e810dddb64a);
|
|
|
|
|
|
|
|
marker_054098b153dd4f5f303ec2cd9be9c287.bindPopup(popup_57c10d4ea8c408cb90ea097297f23f03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_054098b153dd4f5f303ec2cd9be9c287.setIcon(icon_ef29acfccf7cd9e4f0bd37cf6a415f3e);
|
|
|
|
|
|
var marker_7255c86354614dd024cbd6158312d66a = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_a66a57a36025cc27a87128668bb25f9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab4f852b0f67ff596a3095ab10a949ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_706173d0ccdf987d61e22dd24da774a8 = $(`<div id="html_706173d0ccdf987d61e22dd24da774a8" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_ab4f852b0f67ff596a3095ab10a949ca.setContent(html_706173d0ccdf987d61e22dd24da774a8);
|
|
|
|
|
|
|
|
marker_7255c86354614dd024cbd6158312d66a.bindPopup(popup_ab4f852b0f67ff596a3095ab10a949ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7255c86354614dd024cbd6158312d66a.setIcon(icon_a66a57a36025cc27a87128668bb25f9a);
|
|
|
|
|
|
var marker_29da35a15e5440795e7aecb63b69a106 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_e21bf2e111607a9a8e4cc19d44efca3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b41ef59a87087225d490bbabccdbffa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b44f14e128ce4a5941a4a9a74a85ad20 = $(`<div id="html_b44f14e128ce4a5941a4a9a74a85ad20" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_6b41ef59a87087225d490bbabccdbffa.setContent(html_b44f14e128ce4a5941a4a9a74a85ad20);
|
|
|
|
|
|
|
|
marker_29da35a15e5440795e7aecb63b69a106.bindPopup(popup_6b41ef59a87087225d490bbabccdbffa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29da35a15e5440795e7aecb63b69a106.setIcon(icon_e21bf2e111607a9a8e4cc19d44efca3e);
|
|
|
|
|
|
var marker_b314ce053b570f9a49643de44e62e2a1 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_5395cb7263c1c267d005398a189d3280 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e89f3d6dc35103a2fee71442b2054ad8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b94a65384632ca657210e427911cc32a = $(`<div id="html_b94a65384632ca657210e427911cc32a" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_e89f3d6dc35103a2fee71442b2054ad8.setContent(html_b94a65384632ca657210e427911cc32a);
|
|
|
|
|
|
|
|
marker_b314ce053b570f9a49643de44e62e2a1.bindPopup(popup_e89f3d6dc35103a2fee71442b2054ad8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b314ce053b570f9a49643de44e62e2a1.setIcon(icon_5395cb7263c1c267d005398a189d3280);
|
|
|
|
|
|
var marker_eaae01bf2e4716e011fe3f130f781ad0 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_7701754479cd45a1c9463876d4be7f86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb946aa079fd8ecd7bf48c75ce0b6030 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4ac99207a933f1689eaedf1ce108107 = $(`<div id="html_f4ac99207a933f1689eaedf1ce108107" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_cb946aa079fd8ecd7bf48c75ce0b6030.setContent(html_f4ac99207a933f1689eaedf1ce108107);
|
|
|
|
|
|
|
|
marker_eaae01bf2e4716e011fe3f130f781ad0.bindPopup(popup_cb946aa079fd8ecd7bf48c75ce0b6030)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eaae01bf2e4716e011fe3f130f781ad0.setIcon(icon_7701754479cd45a1c9463876d4be7f86);
|
|
|
|
|
|
var marker_0c80b6f99fb9f978364678398f0ca029 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_63be3c848732a6d24fc9731537db3d2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f15405e3dfda4982e5b3e96fa6f1f517 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1cfa94411d8dbecc9350c2b28fa00196 = $(`<div id="html_1cfa94411d8dbecc9350c2b28fa00196" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_f15405e3dfda4982e5b3e96fa6f1f517.setContent(html_1cfa94411d8dbecc9350c2b28fa00196);
|
|
|
|
|
|
|
|
marker_0c80b6f99fb9f978364678398f0ca029.bindPopup(popup_f15405e3dfda4982e5b3e96fa6f1f517)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c80b6f99fb9f978364678398f0ca029.setIcon(icon_63be3c848732a6d24fc9731537db3d2b);
|
|
|
|
|
|
var marker_ff4369665584841af27436d9721bd865 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_8b2cbee878024a47984950bc4096b5b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eaab4e7154d9081a0e66fbded93017d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f85ee7d65cda37971d8ba7a6b34b3aaa = $(`<div id="html_f85ee7d65cda37971d8ba7a6b34b3aaa" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_eaab4e7154d9081a0e66fbded93017d8.setContent(html_f85ee7d65cda37971d8ba7a6b34b3aaa);
|
|
|
|
|
|
|
|
marker_ff4369665584841af27436d9721bd865.bindPopup(popup_eaab4e7154d9081a0e66fbded93017d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff4369665584841af27436d9721bd865.setIcon(icon_8b2cbee878024a47984950bc4096b5b4);
|
|
|
|
|
|
var marker_58a923407e92b317f4dec19cf1d982fc = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_1075e4d0f7480a874b77eeb804a1e3cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac8c33560c18c44c41bbfaa9eb9766b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d9cfaf4b63272dc4f435b4a8bf95b39 = $(`<div id="html_3d9cfaf4b63272dc4f435b4a8bf95b39" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_ac8c33560c18c44c41bbfaa9eb9766b7.setContent(html_3d9cfaf4b63272dc4f435b4a8bf95b39);
|
|
|
|
|
|
|
|
marker_58a923407e92b317f4dec19cf1d982fc.bindPopup(popup_ac8c33560c18c44c41bbfaa9eb9766b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58a923407e92b317f4dec19cf1d982fc.setIcon(icon_1075e4d0f7480a874b77eeb804a1e3cb);
|
|
|
|
|
|
var marker_dcc6e81a6ed1efe8a263e7435397ecbd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_fb9f4745197c0d0808f45dfc3adadd5c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1ca5926ee743801e471a0153123ccd1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19cd18e99cb165ec927edf8a27dbaab4 = $(`<div id="html_19cd18e99cb165ec927edf8a27dbaab4" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_d1ca5926ee743801e471a0153123ccd1.setContent(html_19cd18e99cb165ec927edf8a27dbaab4);
|
|
|
|
|
|
|
|
marker_dcc6e81a6ed1efe8a263e7435397ecbd.bindPopup(popup_d1ca5926ee743801e471a0153123ccd1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dcc6e81a6ed1efe8a263e7435397ecbd.setIcon(icon_fb9f4745197c0d0808f45dfc3adadd5c);
|
|
|
|
|
|
var marker_dbae8bf3205ff30eaccc0fb56660fbd1 = L.marker(
|
|
[34.7062, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_96dbebd6a1ede5bc96024e21cd90b192 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b7e5f3dc441afd0eaa8e01a6b92cc3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48ebaa5fbaf9a340c8896fc2344ff167 = $(`<div id="html_48ebaa5fbaf9a340c8896fc2344ff167" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_4b7e5f3dc441afd0eaa8e01a6b92cc3b.setContent(html_48ebaa5fbaf9a340c8896fc2344ff167);
|
|
|
|
|
|
|
|
marker_dbae8bf3205ff30eaccc0fb56660fbd1.bindPopup(popup_4b7e5f3dc441afd0eaa8e01a6b92cc3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbae8bf3205ff30eaccc0fb56660fbd1.setIcon(icon_96dbebd6a1ede5bc96024e21cd90b192);
|
|
|
|
|
|
var marker_05c2dad97dc6404017eaf742ded1fe61 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_2144b6811ec9c0a88bbe47819510c8f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ae92a24d45aa23051460449adc79d89 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39a1b471905fc939975a46009e41ce08 = $(`<div id="html_39a1b471905fc939975a46009e41ce08" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_1ae92a24d45aa23051460449adc79d89.setContent(html_39a1b471905fc939975a46009e41ce08);
|
|
|
|
|
|
|
|
marker_05c2dad97dc6404017eaf742ded1fe61.bindPopup(popup_1ae92a24d45aa23051460449adc79d89)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05c2dad97dc6404017eaf742ded1fe61.setIcon(icon_2144b6811ec9c0a88bbe47819510c8f7);
|
|
|
|
|
|
var marker_c0a1128708d326185e158e4cf6457e06 = L.marker(
|
|
[14.2046, 101.213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_8291be6ef82c9d55479e164e2a16c9c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43dd5b4002dd0bb75d01da927ae79b65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_192793833624ce97930327520b280269 = $(`<div id="html_192793833624ce97930327520b280269" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_43dd5b4002dd0bb75d01da927ae79b65.setContent(html_192793833624ce97930327520b280269);
|
|
|
|
|
|
|
|
marker_c0a1128708d326185e158e4cf6457e06.bindPopup(popup_43dd5b4002dd0bb75d01da927ae79b65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0a1128708d326185e158e4cf6457e06.setIcon(icon_8291be6ef82c9d55479e164e2a16c9c8);
|
|
|
|
|
|
var marker_56bed876740d42ad10b5cdb2a6d064c9 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_6205cce067091f064685e9bb026d1c01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18560b19fcbd6b11de0a05825079025b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed6517a41fcade10c505ca3bc1dd48a6 = $(`<div id="html_ed6517a41fcade10c505ca3bc1dd48a6" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_18560b19fcbd6b11de0a05825079025b.setContent(html_ed6517a41fcade10c505ca3bc1dd48a6);
|
|
|
|
|
|
|
|
marker_56bed876740d42ad10b5cdb2a6d064c9.bindPopup(popup_18560b19fcbd6b11de0a05825079025b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56bed876740d42ad10b5cdb2a6d064c9.setIcon(icon_6205cce067091f064685e9bb026d1c01);
|
|
|
|
|
|
var marker_c4a0db019a68c949e720048383dda4a6 = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_cd5a8eba041200a69ffb1f84ba394d63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae6d867bdd98f8babe08573d61f230f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47e306c4827d1f533f4c605677a87fbf = $(`<div id="html_47e306c4827d1f533f4c605677a87fbf" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_ae6d867bdd98f8babe08573d61f230f0.setContent(html_47e306c4827d1f533f4c605677a87fbf);
|
|
|
|
|
|
|
|
marker_c4a0db019a68c949e720048383dda4a6.bindPopup(popup_ae6d867bdd98f8babe08573d61f230f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4a0db019a68c949e720048383dda4a6.setIcon(icon_cd5a8eba041200a69ffb1f84ba394d63);
|
|
|
|
|
|
var marker_3fccd9f9f056471c2d2574b80c7b05d3 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_a5a076abc0592e68da0a2f9345372148 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb1b9c2f12c78a6442058ed87c77f388 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8abe7fc0166e3c225494d8bdea4c7cdc = $(`<div id="html_8abe7fc0166e3c225494d8bdea4c7cdc" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_bb1b9c2f12c78a6442058ed87c77f388.setContent(html_8abe7fc0166e3c225494d8bdea4c7cdc);
|
|
|
|
|
|
|
|
marker_3fccd9f9f056471c2d2574b80c7b05d3.bindPopup(popup_bb1b9c2f12c78a6442058ed87c77f388)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3fccd9f9f056471c2d2574b80c7b05d3.setIcon(icon_a5a076abc0592e68da0a2f9345372148);
|
|
|
|
|
|
var marker_38c94704e293ac328a928511625ea50d = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_9eafdb01cbfbb5a038f45746b01c33ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86d96764063e676531b594a2c2118a46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_703ce96518fe1366edc579d3ce0f79a6 = $(`<div id="html_703ce96518fe1366edc579d3ce0f79a6" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_86d96764063e676531b594a2c2118a46.setContent(html_703ce96518fe1366edc579d3ce0f79a6);
|
|
|
|
|
|
|
|
marker_38c94704e293ac328a928511625ea50d.bindPopup(popup_86d96764063e676531b594a2c2118a46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38c94704e293ac328a928511625ea50d.setIcon(icon_9eafdb01cbfbb5a038f45746b01c33ed);
|
|
|
|
|
|
var marker_a8a1867e40a1d7e9ed3a3202f0526ef9 = L.marker(
|
|
[51.5524, -0.29686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_25565a20daa303021112546726d92934 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_147bc8d80ce13a595d9242a81628de3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36e4e9673619588b5ad384cd772b906d = $(`<div id="html_36e4e9673619588b5ad384cd772b906d" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_147bc8d80ce13a595d9242a81628de3e.setContent(html_36e4e9673619588b5ad384cd772b906d);
|
|
|
|
|
|
|
|
marker_a8a1867e40a1d7e9ed3a3202f0526ef9.bindPopup(popup_147bc8d80ce13a595d9242a81628de3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8a1867e40a1d7e9ed3a3202f0526ef9.setIcon(icon_25565a20daa303021112546726d92934);
|
|
|
|
|
|
var marker_af32cea02f5d7cec63b1c60ae9d1ecc8 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_4e1fc6f14e2aa79b70a2c9c98600660b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_113544c7709552f90883a36359034806 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ccdced6187847f6357a1fd9c9020f73f = $(`<div id="html_ccdced6187847f6357a1fd9c9020f73f" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_113544c7709552f90883a36359034806.setContent(html_ccdced6187847f6357a1fd9c9020f73f);
|
|
|
|
|
|
|
|
marker_af32cea02f5d7cec63b1c60ae9d1ecc8.bindPopup(popup_113544c7709552f90883a36359034806)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af32cea02f5d7cec63b1c60ae9d1ecc8.setIcon(icon_4e1fc6f14e2aa79b70a2c9c98600660b);
|
|
|
|
|
|
var marker_e1c1421e1fe8c27caf3130c0a9e0a485 = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_5b044cf552b71e2e495d42926498b88f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53f3004512af3bd1cdc4571c6727c26a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_167a020c2114892852593f180f32e564 = $(`<div id="html_167a020c2114892852593f180f32e564" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_53f3004512af3bd1cdc4571c6727c26a.setContent(html_167a020c2114892852593f180f32e564);
|
|
|
|
|
|
|
|
marker_e1c1421e1fe8c27caf3130c0a9e0a485.bindPopup(popup_53f3004512af3bd1cdc4571c6727c26a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1c1421e1fe8c27caf3130c0a9e0a485.setIcon(icon_5b044cf552b71e2e495d42926498b88f);
|
|
|
|
|
|
var marker_2bd365acee9d9730fe04dca9e22e00ca = L.marker(
|
|
[49.704, -124.918],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_2214e24c71b70075e7fb60a9314f8fb6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9037d5a32234734fee6693565ffa7bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ac536c438184f0c91252fc10dcbb053 = $(`<div id="html_8ac536c438184f0c91252fc10dcbb053" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_b9037d5a32234734fee6693565ffa7bb.setContent(html_8ac536c438184f0c91252fc10dcbb053);
|
|
|
|
|
|
|
|
marker_2bd365acee9d9730fe04dca9e22e00ca.bindPopup(popup_b9037d5a32234734fee6693565ffa7bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2bd365acee9d9730fe04dca9e22e00ca.setIcon(icon_2214e24c71b70075e7fb60a9314f8fb6);
|
|
|
|
|
|
var marker_a61c45cb9f379f5cd3c3d7b3e85a2eee = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_e6599236d2edf80cbdf5998ce332ba5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2eb50041516c0cbf74db68e4f9dc0731 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb7ff38b845b99b2f13d7e852dfb9982 = $(`<div id="html_eb7ff38b845b99b2f13d7e852dfb9982" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_2eb50041516c0cbf74db68e4f9dc0731.setContent(html_eb7ff38b845b99b2f13d7e852dfb9982);
|
|
|
|
|
|
|
|
marker_a61c45cb9f379f5cd3c3d7b3e85a2eee.bindPopup(popup_2eb50041516c0cbf74db68e4f9dc0731)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a61c45cb9f379f5cd3c3d7b3e85a2eee.setIcon(icon_e6599236d2edf80cbdf5998ce332ba5f);
|
|
|
|
|
|
var marker_e427763b22166b931b1285d42f138a40 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_de9dedba48ce50ba937fd29cc384151f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99e4d6ee71a91caaa8ffdaa59338e360 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18b3e5e48f8aab1e7d44e1133b16dbd0 = $(`<div id="html_18b3e5e48f8aab1e7d44e1133b16dbd0" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_99e4d6ee71a91caaa8ffdaa59338e360.setContent(html_18b3e5e48f8aab1e7d44e1133b16dbd0);
|
|
|
|
|
|
|
|
marker_e427763b22166b931b1285d42f138a40.bindPopup(popup_99e4d6ee71a91caaa8ffdaa59338e360)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e427763b22166b931b1285d42f138a40.setIcon(icon_de9dedba48ce50ba937fd29cc384151f);
|
|
|
|
|
|
var marker_31f4add86dada07f2f045e6a18279296 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_5412e88e1cc32a864e4f0d71d369630c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f3d6ba58fda00805dd3c4d721e8d8bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e7324dc698bf9157eb2c20567347352 = $(`<div id="html_0e7324dc698bf9157eb2c20567347352" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_9f3d6ba58fda00805dd3c4d721e8d8bd.setContent(html_0e7324dc698bf9157eb2c20567347352);
|
|
|
|
|
|
|
|
marker_31f4add86dada07f2f045e6a18279296.bindPopup(popup_9f3d6ba58fda00805dd3c4d721e8d8bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31f4add86dada07f2f045e6a18279296.setIcon(icon_5412e88e1cc32a864e4f0d71d369630c);
|
|
|
|
|
|
var marker_b914dde4a7a4600beb6a3fd7ab59b78b = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_5a01d5a36fd971fac657041768669d2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78447a21a4f88f0ec3de696fc4663558 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee385643b47a7f1db77af3d8ecd3faf0 = $(`<div id="html_ee385643b47a7f1db77af3d8ecd3faf0" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_78447a21a4f88f0ec3de696fc4663558.setContent(html_ee385643b47a7f1db77af3d8ecd3faf0);
|
|
|
|
|
|
|
|
marker_b914dde4a7a4600beb6a3fd7ab59b78b.bindPopup(popup_78447a21a4f88f0ec3de696fc4663558)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b914dde4a7a4600beb6a3fd7ab59b78b.setIcon(icon_5a01d5a36fd971fac657041768669d2d);
|
|
|
|
|
|
var marker_0c7e0fe5f42baa42e4dc7ee2abce5c85 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_1bae902c72fbf9f22357767ad2cc6a68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc68165a1f099948c2f7e0f4296f716a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39261cb501b20c6d7771d2108b711e0b = $(`<div id="html_39261cb501b20c6d7771d2108b711e0b" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_fc68165a1f099948c2f7e0f4296f716a.setContent(html_39261cb501b20c6d7771d2108b711e0b);
|
|
|
|
|
|
|
|
marker_0c7e0fe5f42baa42e4dc7ee2abce5c85.bindPopup(popup_fc68165a1f099948c2f7e0f4296f716a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c7e0fe5f42baa42e4dc7ee2abce5c85.setIcon(icon_1bae902c72fbf9f22357767ad2cc6a68);
|
|
|
|
|
|
var marker_1b328dd3900766e632c45d97d4112f79 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_40043734e2e061eb98f667c15f4e1609 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b0ca4ffc442db11232297d4a182e214 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ced62f01ce5302f4f58e44044b0c7f26 = $(`<div id="html_ced62f01ce5302f4f58e44044b0c7f26" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_0b0ca4ffc442db11232297d4a182e214.setContent(html_ced62f01ce5302f4f58e44044b0c7f26);
|
|
|
|
|
|
|
|
marker_1b328dd3900766e632c45d97d4112f79.bindPopup(popup_0b0ca4ffc442db11232297d4a182e214)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b328dd3900766e632c45d97d4112f79.setIcon(icon_40043734e2e061eb98f667c15f4e1609);
|
|
|
|
|
|
var marker_74ea986ffad0309d39ca6b0befe044d7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_870cbb02de70c813cc45d7e44384d522 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82fa5b461492314bb83e1ea523eecd39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18861b1a4559cc1cc02cbd2d2fe97e66 = $(`<div id="html_18861b1a4559cc1cc02cbd2d2fe97e66" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_82fa5b461492314bb83e1ea523eecd39.setContent(html_18861b1a4559cc1cc02cbd2d2fe97e66);
|
|
|
|
|
|
|
|
marker_74ea986ffad0309d39ca6b0befe044d7.bindPopup(popup_82fa5b461492314bb83e1ea523eecd39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74ea986ffad0309d39ca6b0befe044d7.setIcon(icon_870cbb02de70c813cc45d7e44384d522);
|
|
|
|
|
|
var marker_e7fa85e4acb197606e3bc6dabdac48eb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_ffc8b301be1190023090051401ac6ca5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8abaa4e41ac6e86c264b9125fac903f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5694c8ce05c77dd91ebb9eba2b06004 = $(`<div id="html_a5694c8ce05c77dd91ebb9eba2b06004" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_8abaa4e41ac6e86c264b9125fac903f4.setContent(html_a5694c8ce05c77dd91ebb9eba2b06004);
|
|
|
|
|
|
|
|
marker_e7fa85e4acb197606e3bc6dabdac48eb.bindPopup(popup_8abaa4e41ac6e86c264b9125fac903f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7fa85e4acb197606e3bc6dabdac48eb.setIcon(icon_ffc8b301be1190023090051401ac6ca5);
|
|
|
|
|
|
var marker_30e9c6f4cd1ad12fb2ae15750e2f9a98 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_0d24be706a8598498c798d452f3e999d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac873898a3880de45173f34f57007728 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3df9d8be6bf416f03a1e028139851657 = $(`<div id="html_3df9d8be6bf416f03a1e028139851657" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_ac873898a3880de45173f34f57007728.setContent(html_3df9d8be6bf416f03a1e028139851657);
|
|
|
|
|
|
|
|
marker_30e9c6f4cd1ad12fb2ae15750e2f9a98.bindPopup(popup_ac873898a3880de45173f34f57007728)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30e9c6f4cd1ad12fb2ae15750e2f9a98.setIcon(icon_0d24be706a8598498c798d452f3e999d);
|
|
|
|
|
|
var marker_ecef74d12db7d0c44e10ff4d079c2e3e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_85344b3c4e578b512342260f82f6b797 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85d4cf0eb31b64d2806a5891a2ed2a95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5774c5e754ab72c6cdde6abd92d9fc61 = $(`<div id="html_5774c5e754ab72c6cdde6abd92d9fc61" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_85d4cf0eb31b64d2806a5891a2ed2a95.setContent(html_5774c5e754ab72c6cdde6abd92d9fc61);
|
|
|
|
|
|
|
|
marker_ecef74d12db7d0c44e10ff4d079c2e3e.bindPopup(popup_85d4cf0eb31b64d2806a5891a2ed2a95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ecef74d12db7d0c44e10ff4d079c2e3e.setIcon(icon_85344b3c4e578b512342260f82f6b797);
|
|
|
|
|
|
var marker_e2bab5cf1f0736678ace3de4eb5f08c4 = L.marker(
|
|
[42.2328, -8.72264],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_124c62162e519207e17d9129189c968a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f4022cb2f4e50d15f62affe9aebe017 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b785367d7cd9ee045b7ebaa9da7886fa = $(`<div id="html_b785367d7cd9ee045b7ebaa9da7886fa" style="width: 100.0%; height: 100.0%;">blackcatnostr.hopto.org</div>`)[0];
|
|
popup_3f4022cb2f4e50d15f62affe9aebe017.setContent(html_b785367d7cd9ee045b7ebaa9da7886fa);
|
|
|
|
|
|
|
|
marker_e2bab5cf1f0736678ace3de4eb5f08c4.bindPopup(popup_3f4022cb2f4e50d15f62affe9aebe017)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2bab5cf1f0736678ace3de4eb5f08c4.setIcon(icon_124c62162e519207e17d9129189c968a);
|
|
|
|
|
|
var marker_ae17bc2a24cb56167404ddcc54351f4c = L.marker(
|
|
[44.5401, -123.368],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_39a9b87bc062bb31b95fbb67d439176b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93bf683c742fd4d9b03ad24448defcab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee6b44c8559548a4971d01b0d7e81c13 = $(`<div id="html_ee6b44c8559548a4971d01b0d7e81c13" style="width: 100.0%; height: 100.0%;">relay.westernbtc.com</div>`)[0];
|
|
popup_93bf683c742fd4d9b03ad24448defcab.setContent(html_ee6b44c8559548a4971d01b0d7e81c13);
|
|
|
|
|
|
|
|
marker_ae17bc2a24cb56167404ddcc54351f4c.bindPopup(popup_93bf683c742fd4d9b03ad24448defcab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae17bc2a24cb56167404ddcc54351f4c.setIcon(icon_39a9b87bc062bb31b95fbb67d439176b);
|
|
|
|
|
|
var marker_3fbd1263a3260e065c98bcdc43ffda3d = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_fc43d690e46d40aa64905aae7226b604 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f77f0abcd11513d0405ec02fc4bb451 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80a96859046c75abb5ffd1d8d59e256f = $(`<div id="html_80a96859046c75abb5ffd1d8d59e256f" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_8f77f0abcd11513d0405ec02fc4bb451.setContent(html_80a96859046c75abb5ffd1d8d59e256f);
|
|
|
|
|
|
|
|
marker_3fbd1263a3260e065c98bcdc43ffda3d.bindPopup(popup_8f77f0abcd11513d0405ec02fc4bb451)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3fbd1263a3260e065c98bcdc43ffda3d.setIcon(icon_fc43d690e46d40aa64905aae7226b604);
|
|
|
|
|
|
var marker_ddf9438194adb55a0a713e902bfd0385 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_9d56ed22ac9d0d1a96b5aacbe53393ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39cbb386b3e905a883a42b4da29703e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64f1251b33692e530cd48e80a18fd06c = $(`<div id="html_64f1251b33692e530cd48e80a18fd06c" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_39cbb386b3e905a883a42b4da29703e6.setContent(html_64f1251b33692e530cd48e80a18fd06c);
|
|
|
|
|
|
|
|
marker_ddf9438194adb55a0a713e902bfd0385.bindPopup(popup_39cbb386b3e905a883a42b4da29703e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ddf9438194adb55a0a713e902bfd0385.setIcon(icon_9d56ed22ac9d0d1a96b5aacbe53393ea);
|
|
|
|
|
|
var marker_6f2465e127a082c4cf3c1b3973d12348 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_04cf35d4d7e3417090bdbd8786d82970 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_632422a846913a5ff62d87900f5a6ad8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_174105cf4103a2440cbcca831349d7eb = $(`<div id="html_174105cf4103a2440cbcca831349d7eb" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_632422a846913a5ff62d87900f5a6ad8.setContent(html_174105cf4103a2440cbcca831349d7eb);
|
|
|
|
|
|
|
|
marker_6f2465e127a082c4cf3c1b3973d12348.bindPopup(popup_632422a846913a5ff62d87900f5a6ad8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f2465e127a082c4cf3c1b3973d12348.setIcon(icon_04cf35d4d7e3417090bdbd8786d82970);
|
|
|
|
|
|
var marker_d75e675f7ffa29e8b1691c9304944b93 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_df56cfb1c3bd3886b52e5fb4e8dc9a6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03d474da41f922e3f88097d9a24d6141 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41dbebaf5d613f4071390492fc87cd70 = $(`<div id="html_41dbebaf5d613f4071390492fc87cd70" style="width: 100.0%; height: 100.0%;">aaa-api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_03d474da41f922e3f88097d9a24d6141.setContent(html_41dbebaf5d613f4071390492fc87cd70);
|
|
|
|
|
|
|
|
marker_d75e675f7ffa29e8b1691c9304944b93.bindPopup(popup_03d474da41f922e3f88097d9a24d6141)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d75e675f7ffa29e8b1691c9304944b93.setIcon(icon_df56cfb1c3bd3886b52e5fb4e8dc9a6c);
|
|
|
|
|
|
var marker_6b1e4bd13b9eaaddaec4e4ed970f1886 = L.marker(
|
|
[54.5847, 10.0178],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_c16bba49deb9047bf07a255a08774d16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0748859c50d5985c6669ad5831e47c2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_760627ddab2dc785b75435fa2acf5700 = $(`<div id="html_760627ddab2dc785b75435fa2acf5700" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_0748859c50d5985c6669ad5831e47c2e.setContent(html_760627ddab2dc785b75435fa2acf5700);
|
|
|
|
|
|
|
|
marker_6b1e4bd13b9eaaddaec4e4ed970f1886.bindPopup(popup_0748859c50d5985c6669ad5831e47c2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b1e4bd13b9eaaddaec4e4ed970f1886.setIcon(icon_c16bba49deb9047bf07a255a08774d16);
|
|
|
|
|
|
var marker_905ab4dc7b51c4c4259f45a2e59db914 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_f3e108b285489d517cd4096fb930c389 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc38ab1a5a1a1047de8f1224f02e6ee7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d79992b41cd60cb51397618338feffb6 = $(`<div id="html_d79992b41cd60cb51397618338feffb6" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_bc38ab1a5a1a1047de8f1224f02e6ee7.setContent(html_d79992b41cd60cb51397618338feffb6);
|
|
|
|
|
|
|
|
marker_905ab4dc7b51c4c4259f45a2e59db914.bindPopup(popup_bc38ab1a5a1a1047de8f1224f02e6ee7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_905ab4dc7b51c4c4259f45a2e59db914.setIcon(icon_f3e108b285489d517cd4096fb930c389);
|
|
|
|
|
|
var marker_6f142938a5ea41c5ced5287f3568385e = L.marker(
|
|
[55.921, 23.2941],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_9851fbed909c8aaab7c1c96106d6050a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2c48ec4158ba3c06d1ba84bf23c2997 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc686466c42c3094034f4c769d2f9d05 = $(`<div id="html_dc686466c42c3094034f4c769d2f9d05" style="width: 100.0%; height: 100.0%;">relay.orly.dev</div>`)[0];
|
|
popup_e2c48ec4158ba3c06d1ba84bf23c2997.setContent(html_dc686466c42c3094034f4c769d2f9d05);
|
|
|
|
|
|
|
|
marker_6f142938a5ea41c5ced5287f3568385e.bindPopup(popup_e2c48ec4158ba3c06d1ba84bf23c2997)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f142938a5ea41c5ced5287f3568385e.setIcon(icon_9851fbed909c8aaab7c1c96106d6050a);
|
|
|
|
|
|
var marker_393caa2333a4af2e7d3cd7f9c62a4c27 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_f5b53a125c5f37250ac266e676554b65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a839cbf3bef1dc792f6bb84f1c197f9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36e5b04b1034e1802d5e3a88242f4810 = $(`<div id="html_36e5b04b1034e1802d5e3a88242f4810" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_a839cbf3bef1dc792f6bb84f1c197f9a.setContent(html_36e5b04b1034e1802d5e3a88242f4810);
|
|
|
|
|
|
|
|
marker_393caa2333a4af2e7d3cd7f9c62a4c27.bindPopup(popup_a839cbf3bef1dc792f6bb84f1c197f9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_393caa2333a4af2e7d3cd7f9c62a4c27.setIcon(icon_f5b53a125c5f37250ac266e676554b65);
|
|
|
|
|
|
var marker_f131a29f4d31271126395c6bf10b4a6f = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_cfeeb1033f4b7bfff7b3d84b263c6e46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02864ed7f30abaa066a53ca0b35a762f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ba6f057864ade3a4366ae7ee174b421 = $(`<div id="html_3ba6f057864ade3a4366ae7ee174b421" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_02864ed7f30abaa066a53ca0b35a762f.setContent(html_3ba6f057864ade3a4366ae7ee174b421);
|
|
|
|
|
|
|
|
marker_f131a29f4d31271126395c6bf10b4a6f.bindPopup(popup_02864ed7f30abaa066a53ca0b35a762f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f131a29f4d31271126395c6bf10b4a6f.setIcon(icon_cfeeb1033f4b7bfff7b3d84b263c6e46);
|
|
|
|
|
|
var marker_44476cd2d09ddcfadcd65cf60d6ba743 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_508732204613eabc3bc5ea95298fac1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_293588b4d34fa6cef9cb3816a66a739b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d49665c6a282db099860b2d82485446 = $(`<div id="html_6d49665c6a282db099860b2d82485446" style="width: 100.0%; height: 100.0%;">czas.xyz</div>`)[0];
|
|
popup_293588b4d34fa6cef9cb3816a66a739b.setContent(html_6d49665c6a282db099860b2d82485446);
|
|
|
|
|
|
|
|
marker_44476cd2d09ddcfadcd65cf60d6ba743.bindPopup(popup_293588b4d34fa6cef9cb3816a66a739b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44476cd2d09ddcfadcd65cf60d6ba743.setIcon(icon_508732204613eabc3bc5ea95298fac1d);
|
|
|
|
|
|
var marker_39de79c1ae7bb8823567059c5acd6a49 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_b6aed959ddd743f1f46f1237259aa76d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a17511fd89c04aff021cff501bcd21a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9089befd74483ec75666be3083bdec46 = $(`<div id="html_9089befd74483ec75666be3083bdec46" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_9a17511fd89c04aff021cff501bcd21a.setContent(html_9089befd74483ec75666be3083bdec46);
|
|
|
|
|
|
|
|
marker_39de79c1ae7bb8823567059c5acd6a49.bindPopup(popup_9a17511fd89c04aff021cff501bcd21a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39de79c1ae7bb8823567059c5acd6a49.setIcon(icon_b6aed959ddd743f1f46f1237259aa76d);
|
|
|
|
|
|
var marker_1c3d780da47bd43ce5583517f06d41bc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_cf37ff03e076da746a68a3cf74ce5bbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b235d02f955bd8ac94da51ee44bc9b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4eb7dcf3c3223ae61bcaabb99bd6da0 = $(`<div id="html_d4eb7dcf3c3223ae61bcaabb99bd6da0" style="width: 100.0%; height: 100.0%;">relay.vantis.ninja</div>`)[0];
|
|
popup_0b235d02f955bd8ac94da51ee44bc9b7.setContent(html_d4eb7dcf3c3223ae61bcaabb99bd6da0);
|
|
|
|
|
|
|
|
marker_1c3d780da47bd43ce5583517f06d41bc.bindPopup(popup_0b235d02f955bd8ac94da51ee44bc9b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c3d780da47bd43ce5583517f06d41bc.setIcon(icon_cf37ff03e076da746a68a3cf74ce5bbb);
|
|
|
|
|
|
var marker_82fd96ed2740c3133dc1388e210a6e50 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_9fab11bca0cb1ef10728aaf4d3654464 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3216b069f85b6522c53bcceeb54eaf13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb17c3f3947d9c147945f6fa435ec4b9 = $(`<div id="html_fb17c3f3947d9c147945f6fa435ec4b9" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_3216b069f85b6522c53bcceeb54eaf13.setContent(html_fb17c3f3947d9c147945f6fa435ec4b9);
|
|
|
|
|
|
|
|
marker_82fd96ed2740c3133dc1388e210a6e50.bindPopup(popup_3216b069f85b6522c53bcceeb54eaf13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82fd96ed2740c3133dc1388e210a6e50.setIcon(icon_9fab11bca0cb1ef10728aaf4d3654464);
|
|
|
|
|
|
var marker_2b2df46d4dbccaa41013b47d3faaf554 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_e821ad8a2bdba2e6094a7a39f7c2c370 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f3dd82d12c95090b508a9740fdb8820 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01ff9c3faeab9d992202328d65245810 = $(`<div id="html_01ff9c3faeab9d992202328d65245810" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_2f3dd82d12c95090b508a9740fdb8820.setContent(html_01ff9c3faeab9d992202328d65245810);
|
|
|
|
|
|
|
|
marker_2b2df46d4dbccaa41013b47d3faaf554.bindPopup(popup_2f3dd82d12c95090b508a9740fdb8820)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b2df46d4dbccaa41013b47d3faaf554.setIcon(icon_e821ad8a2bdba2e6094a7a39f7c2c370);
|
|
|
|
|
|
var marker_bc4a6f5e81c03b741be5f68609dfe370 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_6b4a1518b505b4b30771e3e941e3c90e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_278b65c8a316ef81d2b7e1d57da15982 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64d341406d1666497118f6b05d495588 = $(`<div id="html_64d341406d1666497118f6b05d495588" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_278b65c8a316ef81d2b7e1d57da15982.setContent(html_64d341406d1666497118f6b05d495588);
|
|
|
|
|
|
|
|
marker_bc4a6f5e81c03b741be5f68609dfe370.bindPopup(popup_278b65c8a316ef81d2b7e1d57da15982)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc4a6f5e81c03b741be5f68609dfe370.setIcon(icon_6b4a1518b505b4b30771e3e941e3c90e);
|
|
|
|
|
|
var marker_578e9c35c12335bb7b9ce739c9e565bd = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_911c15d18335e5c12e89fad68524fc6f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e509136ddf32cd6c475540841ae7031 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fd725a6c3403b298b7c9fd72d49704c = $(`<div id="html_6fd725a6c3403b298b7c9fd72d49704c" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_5e509136ddf32cd6c475540841ae7031.setContent(html_6fd725a6c3403b298b7c9fd72d49704c);
|
|
|
|
|
|
|
|
marker_578e9c35c12335bb7b9ce739c9e565bd.bindPopup(popup_5e509136ddf32cd6c475540841ae7031)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_578e9c35c12335bb7b9ce739c9e565bd.setIcon(icon_911c15d18335e5c12e89fad68524fc6f);
|
|
|
|
|
|
var marker_4d5b9266ac501d18590447415fee111c = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_83b34ac5d15deae22ba1b4582d882d2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea726d8d2d504d68f9bab41e354a5223 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5b6f1f348ae7d2de482b9c2a02403bc = $(`<div id="html_b5b6f1f348ae7d2de482b9c2a02403bc" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_ea726d8d2d504d68f9bab41e354a5223.setContent(html_b5b6f1f348ae7d2de482b9c2a02403bc);
|
|
|
|
|
|
|
|
marker_4d5b9266ac501d18590447415fee111c.bindPopup(popup_ea726d8d2d504d68f9bab41e354a5223)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d5b9266ac501d18590447415fee111c.setIcon(icon_83b34ac5d15deae22ba1b4582d882d2f);
|
|
|
|
|
|
var marker_a790597914ec924353f8e402d1180fa6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_6747f7c5a867aa3c034fa773c4d30a21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1cf0031f89de124ce3ca22427a453e12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac0a2c7630b363a7e23288284f7d7931 = $(`<div id="html_ac0a2c7630b363a7e23288284f7d7931" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_1cf0031f89de124ce3ca22427a453e12.setContent(html_ac0a2c7630b363a7e23288284f7d7931);
|
|
|
|
|
|
|
|
marker_a790597914ec924353f8e402d1180fa6.bindPopup(popup_1cf0031f89de124ce3ca22427a453e12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a790597914ec924353f8e402d1180fa6.setIcon(icon_6747f7c5a867aa3c034fa773c4d30a21);
|
|
|
|
|
|
var marker_5f3bd01675303eaa8171356d5514ca26 = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_872f4675159ab8851118f6bf8de65b72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85a1ff9c08d3ea888da5d50bd9ee81eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c151ed8ba545fcb64bd00dbabea28e20 = $(`<div id="html_c151ed8ba545fcb64bd00dbabea28e20" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_85a1ff9c08d3ea888da5d50bd9ee81eb.setContent(html_c151ed8ba545fcb64bd00dbabea28e20);
|
|
|
|
|
|
|
|
marker_5f3bd01675303eaa8171356d5514ca26.bindPopup(popup_85a1ff9c08d3ea888da5d50bd9ee81eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f3bd01675303eaa8171356d5514ca26.setIcon(icon_872f4675159ab8851118f6bf8de65b72);
|
|
|
|
|
|
var marker_23312f835616b9594c0ea431d737131d = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_822c1d41c7a302bd7e1d8a1880f92812 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_374c5e8ac9c5eec39a1589453ff2d0d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c449618f5d14afb96280cb25926b2de8 = $(`<div id="html_c449618f5d14afb96280cb25926b2de8" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_374c5e8ac9c5eec39a1589453ff2d0d1.setContent(html_c449618f5d14afb96280cb25926b2de8);
|
|
|
|
|
|
|
|
marker_23312f835616b9594c0ea431d737131d.bindPopup(popup_374c5e8ac9c5eec39a1589453ff2d0d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23312f835616b9594c0ea431d737131d.setIcon(icon_822c1d41c7a302bd7e1d8a1880f92812);
|
|
|
|
|
|
var marker_e050020d89792367db9b1acb1f935404 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_2d4ea03e439a026a3a08967c185814a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e3ec5067bdc7a26e7b391f678c018e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5da24fcbcdb35428f7bed90299d6195 = $(`<div id="html_f5da24fcbcdb35428f7bed90299d6195" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_2e3ec5067bdc7a26e7b391f678c018e0.setContent(html_f5da24fcbcdb35428f7bed90299d6195);
|
|
|
|
|
|
|
|
marker_e050020d89792367db9b1acb1f935404.bindPopup(popup_2e3ec5067bdc7a26e7b391f678c018e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e050020d89792367db9b1acb1f935404.setIcon(icon_2d4ea03e439a026a3a08967c185814a1);
|
|
|
|
|
|
var marker_a446c32d53826af9b026a2cd9abee39c = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_e3846b743ca8493decf83086fd6f430b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ce3dad815d9a46cb56a468c158432b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8f820471c9210f981c5df3b647ac620 = $(`<div id="html_d8f820471c9210f981c5df3b647ac620" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_6ce3dad815d9a46cb56a468c158432b3.setContent(html_d8f820471c9210f981c5df3b647ac620);
|
|
|
|
|
|
|
|
marker_a446c32d53826af9b026a2cd9abee39c.bindPopup(popup_6ce3dad815d9a46cb56a468c158432b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a446c32d53826af9b026a2cd9abee39c.setIcon(icon_e3846b743ca8493decf83086fd6f430b);
|
|
|
|
|
|
var marker_c2bcfb60a32d0ab446d82c855c6f2982 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_398ece86022774efaa93b584b5b07a44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6efa687da6b9c41f6870778ce81a6628 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1977c0d4f08eb8ae37f61285dc823c0 = $(`<div id="html_f1977c0d4f08eb8ae37f61285dc823c0" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_6efa687da6b9c41f6870778ce81a6628.setContent(html_f1977c0d4f08eb8ae37f61285dc823c0);
|
|
|
|
|
|
|
|
marker_c2bcfb60a32d0ab446d82c855c6f2982.bindPopup(popup_6efa687da6b9c41f6870778ce81a6628)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2bcfb60a32d0ab446d82c855c6f2982.setIcon(icon_398ece86022774efaa93b584b5b07a44);
|
|
|
|
|
|
var marker_a66d03973da8fe4cc3f11a6da6640daa = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_705082483c6007d67bfb274fa5e36480 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dedc6ffdb1a04ba1b2550bd12fa90605 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17b81d5757c4c625c41e9f217a5a8c1d = $(`<div id="html_17b81d5757c4c625c41e9f217a5a8c1d" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_dedc6ffdb1a04ba1b2550bd12fa90605.setContent(html_17b81d5757c4c625c41e9f217a5a8c1d);
|
|
|
|
|
|
|
|
marker_a66d03973da8fe4cc3f11a6da6640daa.bindPopup(popup_dedc6ffdb1a04ba1b2550bd12fa90605)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a66d03973da8fe4cc3f11a6da6640daa.setIcon(icon_705082483c6007d67bfb274fa5e36480);
|
|
|
|
|
|
var marker_69a7c2813f3ab468db0e1980a378fd4b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_46315a90b8cba537f3ccf350417e951b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1ef1add1c5de27b942a074e4a7da589 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d793d9c9c433ab8a108ac900d10dcf25 = $(`<div id="html_d793d9c9c433ab8a108ac900d10dcf25" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_b1ef1add1c5de27b942a074e4a7da589.setContent(html_d793d9c9c433ab8a108ac900d10dcf25);
|
|
|
|
|
|
|
|
marker_69a7c2813f3ab468db0e1980a378fd4b.bindPopup(popup_b1ef1add1c5de27b942a074e4a7da589)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69a7c2813f3ab468db0e1980a378fd4b.setIcon(icon_46315a90b8cba537f3ccf350417e951b);
|
|
|
|
|
|
var marker_01ec1c6c982d01d6f69d6f597c1156a1 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_53de9f2bf34c764f4cd0e37a2a102246 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42fe69aac2ee92f0f248254f543a3521 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d744b29d1698d88632656f42a8554622 = $(`<div id="html_d744b29d1698d88632656f42a8554622" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_42fe69aac2ee92f0f248254f543a3521.setContent(html_d744b29d1698d88632656f42a8554622);
|
|
|
|
|
|
|
|
marker_01ec1c6c982d01d6f69d6f597c1156a1.bindPopup(popup_42fe69aac2ee92f0f248254f543a3521)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01ec1c6c982d01d6f69d6f597c1156a1.setIcon(icon_53de9f2bf34c764f4cd0e37a2a102246);
|
|
|
|
|
|
var marker_9ec3c55f55db5d9a954324955c6d90e1 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_10f6b1052c481315eeecf2131620b984 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c025d44430b22b9ae41d6849db3f92a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a367f1bcda451c9633308520481fa873 = $(`<div id="html_a367f1bcda451c9633308520481fa873" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_c025d44430b22b9ae41d6849db3f92a4.setContent(html_a367f1bcda451c9633308520481fa873);
|
|
|
|
|
|
|
|
marker_9ec3c55f55db5d9a954324955c6d90e1.bindPopup(popup_c025d44430b22b9ae41d6849db3f92a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ec3c55f55db5d9a954324955c6d90e1.setIcon(icon_10f6b1052c481315eeecf2131620b984);
|
|
|
|
|
|
var marker_ef97c93efb703fbcf7112983a1e5163b = L.marker(
|
|
[25.0501, 121.565],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_aa306d86666e2e25abc1229e9057f841 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd0d819b473c1fb3dbb22b34a3fe2980 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5723389064e5ffb464cebce44d9498c1 = $(`<div id="html_5723389064e5ffb464cebce44d9498c1" style="width: 100.0%; height: 100.0%;">nostr.dler.com</div>`)[0];
|
|
popup_dd0d819b473c1fb3dbb22b34a3fe2980.setContent(html_5723389064e5ffb464cebce44d9498c1);
|
|
|
|
|
|
|
|
marker_ef97c93efb703fbcf7112983a1e5163b.bindPopup(popup_dd0d819b473c1fb3dbb22b34a3fe2980)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef97c93efb703fbcf7112983a1e5163b.setIcon(icon_aa306d86666e2e25abc1229e9057f841);
|
|
|
|
|
|
var marker_9c94be6fcd77c5f7f7ca69dd0cd184b5 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_2d16829801f3d399d61de2105999b78f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64c91dd307058a9cecab4dce9937d577 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe88c35ea4044d2a144d5be7b4038232 = $(`<div id="html_fe88c35ea4044d2a144d5be7b4038232" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_64c91dd307058a9cecab4dce9937d577.setContent(html_fe88c35ea4044d2a144d5be7b4038232);
|
|
|
|
|
|
|
|
marker_9c94be6fcd77c5f7f7ca69dd0cd184b5.bindPopup(popup_64c91dd307058a9cecab4dce9937d577)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c94be6fcd77c5f7f7ca69dd0cd184b5.setIcon(icon_2d16829801f3d399d61de2105999b78f);
|
|
|
|
|
|
var marker_c0c9fe303d3b7b4f188fc7f90d0c3126 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_71f777e2224a04aa7f95c2348ec613be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90006936b92f5f0299719cc813c275f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e63e46d51b31fab764573ccc6c8b2c7 = $(`<div id="html_9e63e46d51b31fab764573ccc6c8b2c7" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_90006936b92f5f0299719cc813c275f0.setContent(html_9e63e46d51b31fab764573ccc6c8b2c7);
|
|
|
|
|
|
|
|
marker_c0c9fe303d3b7b4f188fc7f90d0c3126.bindPopup(popup_90006936b92f5f0299719cc813c275f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0c9fe303d3b7b4f188fc7f90d0c3126.setIcon(icon_71f777e2224a04aa7f95c2348ec613be);
|
|
|
|
|
|
var marker_4fd61160997307cbd24f0d1f4e206e07 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_3ea9fb88f6841547c4346d87c5e6fcb3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e932438a18d393adb4d2529eade2d315 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0053b9f8e2633eb1b2a0528d6255322 = $(`<div id="html_f0053b9f8e2633eb1b2a0528d6255322" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_e932438a18d393adb4d2529eade2d315.setContent(html_f0053b9f8e2633eb1b2a0528d6255322);
|
|
|
|
|
|
|
|
marker_4fd61160997307cbd24f0d1f4e206e07.bindPopup(popup_e932438a18d393adb4d2529eade2d315)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4fd61160997307cbd24f0d1f4e206e07.setIcon(icon_3ea9fb88f6841547c4346d87c5e6fcb3);
|
|
|
|
|
|
var marker_098d37d1f12593f416a3a5e1735503e7 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_5c1a2e10e6985ea493c097da4d3d2e1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5665115632bf0be83e713f9a3413170 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51b0f9ee77be455de181aa2c7b265325 = $(`<div id="html_51b0f9ee77be455de181aa2c7b265325" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_b5665115632bf0be83e713f9a3413170.setContent(html_51b0f9ee77be455de181aa2c7b265325);
|
|
|
|
|
|
|
|
marker_098d37d1f12593f416a3a5e1735503e7.bindPopup(popup_b5665115632bf0be83e713f9a3413170)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_098d37d1f12593f416a3a5e1735503e7.setIcon(icon_5c1a2e10e6985ea493c097da4d3d2e1e);
|
|
|
|
|
|
var marker_9915c871e9d512990e2c37fcaaf1a3a7 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_236699f44e79f9d9bec03db74be1e7cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08323ce03957d761f813b45d23a15c2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da9a5f3ddd5a943a21c936fe0349a1f4 = $(`<div id="html_da9a5f3ddd5a943a21c936fe0349a1f4" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_08323ce03957d761f813b45d23a15c2a.setContent(html_da9a5f3ddd5a943a21c936fe0349a1f4);
|
|
|
|
|
|
|
|
marker_9915c871e9d512990e2c37fcaaf1a3a7.bindPopup(popup_08323ce03957d761f813b45d23a15c2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9915c871e9d512990e2c37fcaaf1a3a7.setIcon(icon_236699f44e79f9d9bec03db74be1e7cc);
|
|
|
|
|
|
var marker_f61daf1ab4307eac91af2636cca97624 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_14fe6e58c495e3b0734d85d1640314f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_145427358c634a84ae5514d1995e896d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_edf819eae10f5074270dbea5c4654fb8 = $(`<div id="html_edf819eae10f5074270dbea5c4654fb8" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_145427358c634a84ae5514d1995e896d.setContent(html_edf819eae10f5074270dbea5c4654fb8);
|
|
|
|
|
|
|
|
marker_f61daf1ab4307eac91af2636cca97624.bindPopup(popup_145427358c634a84ae5514d1995e896d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f61daf1ab4307eac91af2636cca97624.setIcon(icon_14fe6e58c495e3b0734d85d1640314f3);
|
|
|
|
|
|
var marker_fde1d7f19ec4b51f3afb1d529f782afc = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_6dbc6c1a058ed99afd22aa993b57994b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0aee5cc46f50736f6757f908519b7dc9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af32fd938643670321a8bd70272e699b = $(`<div id="html_af32fd938643670321a8bd70272e699b" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_0aee5cc46f50736f6757f908519b7dc9.setContent(html_af32fd938643670321a8bd70272e699b);
|
|
|
|
|
|
|
|
marker_fde1d7f19ec4b51f3afb1d529f782afc.bindPopup(popup_0aee5cc46f50736f6757f908519b7dc9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fde1d7f19ec4b51f3afb1d529f782afc.setIcon(icon_6dbc6c1a058ed99afd22aa993b57994b);
|
|
|
|
|
|
var marker_86a15a3181fb1da45b11788f81b1d5d3 = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_4b59fc89a1e5010ee0422b335fb1382f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45ccf8f32af22e543a3c296abfb5f0f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b6c35770cbd0b32764502120136d4ac = $(`<div id="html_4b6c35770cbd0b32764502120136d4ac" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_45ccf8f32af22e543a3c296abfb5f0f2.setContent(html_4b6c35770cbd0b32764502120136d4ac);
|
|
|
|
|
|
|
|
marker_86a15a3181fb1da45b11788f81b1d5d3.bindPopup(popup_45ccf8f32af22e543a3c296abfb5f0f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86a15a3181fb1da45b11788f81b1d5d3.setIcon(icon_4b59fc89a1e5010ee0422b335fb1382f);
|
|
|
|
|
|
var marker_0778ab3a87fd0af9247af53dc76d05a8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_b99e2c0ea32df366d7575040a1f8967f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_082c0eff64cc140d8235739b5cc8e28a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd8ea3e945cda501a5a01096df1986e2 = $(`<div id="html_dd8ea3e945cda501a5a01096df1986e2" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_082c0eff64cc140d8235739b5cc8e28a.setContent(html_dd8ea3e945cda501a5a01096df1986e2);
|
|
|
|
|
|
|
|
marker_0778ab3a87fd0af9247af53dc76d05a8.bindPopup(popup_082c0eff64cc140d8235739b5cc8e28a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0778ab3a87fd0af9247af53dc76d05a8.setIcon(icon_b99e2c0ea32df366d7575040a1f8967f);
|
|
|
|
|
|
var marker_dbf823cde886fc710ca1717c39770496 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_150b275d991c5b6e0dcc57fe7bd99101 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_106596a0c2ed8c2e66b3d229e87e8b36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ac8e9d5268ba1199b4a98861dcd0a6a = $(`<div id="html_7ac8e9d5268ba1199b4a98861dcd0a6a" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_106596a0c2ed8c2e66b3d229e87e8b36.setContent(html_7ac8e9d5268ba1199b4a98861dcd0a6a);
|
|
|
|
|
|
|
|
marker_dbf823cde886fc710ca1717c39770496.bindPopup(popup_106596a0c2ed8c2e66b3d229e87e8b36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbf823cde886fc710ca1717c39770496.setIcon(icon_150b275d991c5b6e0dcc57fe7bd99101);
|
|
|
|
|
|
var marker_7d949afc6fec8a29a92da1763ea0c027 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_57f4bdc26521fa52028cd1e2d235f583 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_826726b1194d2e7f38304bba2afc643b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91cb2daeb9fdda5adc57cfdf3e4ae712 = $(`<div id="html_91cb2daeb9fdda5adc57cfdf3e4ae712" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_826726b1194d2e7f38304bba2afc643b.setContent(html_91cb2daeb9fdda5adc57cfdf3e4ae712);
|
|
|
|
|
|
|
|
marker_7d949afc6fec8a29a92da1763ea0c027.bindPopup(popup_826726b1194d2e7f38304bba2afc643b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d949afc6fec8a29a92da1763ea0c027.setIcon(icon_57f4bdc26521fa52028cd1e2d235f583);
|
|
|
|
|
|
var marker_31f0e61e7a7926d3b82c7e070d24661b = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_b08b39f3e0748bee339b98331e65a736 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b4015e4387cbf3f99530d62962b8781 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd0e6da8056a22ae6682f383b20eca31 = $(`<div id="html_bd0e6da8056a22ae6682f383b20eca31" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_9b4015e4387cbf3f99530d62962b8781.setContent(html_bd0e6da8056a22ae6682f383b20eca31);
|
|
|
|
|
|
|
|
marker_31f0e61e7a7926d3b82c7e070d24661b.bindPopup(popup_9b4015e4387cbf3f99530d62962b8781)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31f0e61e7a7926d3b82c7e070d24661b.setIcon(icon_b08b39f3e0748bee339b98331e65a736);
|
|
|
|
|
|
var marker_adad7e8d3ee88df7d727b80e358c89eb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_1b830aed0ac498ddf0a5487b9238e4f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f77694307936d465168eb216c86888f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39118a467d0a3d89a7ac13964b5b40e3 = $(`<div id="html_39118a467d0a3d89a7ac13964b5b40e3" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_3f77694307936d465168eb216c86888f.setContent(html_39118a467d0a3d89a7ac13964b5b40e3);
|
|
|
|
|
|
|
|
marker_adad7e8d3ee88df7d727b80e358c89eb.bindPopup(popup_3f77694307936d465168eb216c86888f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_adad7e8d3ee88df7d727b80e358c89eb.setIcon(icon_1b830aed0ac498ddf0a5487b9238e4f0);
|
|
|
|
|
|
var marker_2c310244732751a366a1dafdeaad9a3f = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_c2c1d7f426147a4618113ce10759ca8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e661f60791ba6034803fd57baba0f0fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b8a46fdf553b7e9b12475355698ac8d = $(`<div id="html_2b8a46fdf553b7e9b12475355698ac8d" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_e661f60791ba6034803fd57baba0f0fb.setContent(html_2b8a46fdf553b7e9b12475355698ac8d);
|
|
|
|
|
|
|
|
marker_2c310244732751a366a1dafdeaad9a3f.bindPopup(popup_e661f60791ba6034803fd57baba0f0fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c310244732751a366a1dafdeaad9a3f.setIcon(icon_c2c1d7f426147a4618113ce10759ca8e);
|
|
|
|
|
|
var marker_ad345d1deca9879d3d92776494e38071 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_89c6aa6a44edc0e6690943c2c331115d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d97df8fc00ec95556d266f1fa9b837bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3661b85b351c367eb7a2d830bd13440b = $(`<div id="html_3661b85b351c367eb7a2d830bd13440b" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_d97df8fc00ec95556d266f1fa9b837bb.setContent(html_3661b85b351c367eb7a2d830bd13440b);
|
|
|
|
|
|
|
|
marker_ad345d1deca9879d3d92776494e38071.bindPopup(popup_d97df8fc00ec95556d266f1fa9b837bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad345d1deca9879d3d92776494e38071.setIcon(icon_89c6aa6a44edc0e6690943c2c331115d);
|
|
|
|
|
|
var marker_861658b12b344577eaf9f0e4ff55a774 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_080c506e9a12046085ed278bf7f9479b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62c9d0e1b1ac8791455ace99d9374a49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16b742a6e202769a43adb68903faf600 = $(`<div id="html_16b742a6e202769a43adb68903faf600" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_62c9d0e1b1ac8791455ace99d9374a49.setContent(html_16b742a6e202769a43adb68903faf600);
|
|
|
|
|
|
|
|
marker_861658b12b344577eaf9f0e4ff55a774.bindPopup(popup_62c9d0e1b1ac8791455ace99d9374a49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_861658b12b344577eaf9f0e4ff55a774.setIcon(icon_080c506e9a12046085ed278bf7f9479b);
|
|
|
|
|
|
var marker_5c31c2dee97280f8761718fd823b6fd4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_c73168e7f8e1fea4d026c270244763d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b95dd5b7a137ac9f83fb53530edf787 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c60de2100989d4091258be0b17df920c = $(`<div id="html_c60de2100989d4091258be0b17df920c" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_1b95dd5b7a137ac9f83fb53530edf787.setContent(html_c60de2100989d4091258be0b17df920c);
|
|
|
|
|
|
|
|
marker_5c31c2dee97280f8761718fd823b6fd4.bindPopup(popup_1b95dd5b7a137ac9f83fb53530edf787)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c31c2dee97280f8761718fd823b6fd4.setIcon(icon_c73168e7f8e1fea4d026c270244763d8);
|
|
|
|
|
|
var marker_33a12ea735f5b6fa8dc0cf8407a4bc35 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_046622c182fea43f369001fc88644ad7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44877e9c391af71af65b5ef6e36021b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d08ff18b2e5392f370826c7c77de0718 = $(`<div id="html_d08ff18b2e5392f370826c7c77de0718" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_44877e9c391af71af65b5ef6e36021b3.setContent(html_d08ff18b2e5392f370826c7c77de0718);
|
|
|
|
|
|
|
|
marker_33a12ea735f5b6fa8dc0cf8407a4bc35.bindPopup(popup_44877e9c391af71af65b5ef6e36021b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33a12ea735f5b6fa8dc0cf8407a4bc35.setIcon(icon_046622c182fea43f369001fc88644ad7);
|
|
|
|
|
|
var marker_296841e63b7671c170e074780bed31c4 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_2e9fb2f1f504f55ec5d75169ebec7988 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18b9c78255980d52ed6951c22c8fd3af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce4e6f411285b208ea356254a347b337 = $(`<div id="html_ce4e6f411285b208ea356254a347b337" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_18b9c78255980d52ed6951c22c8fd3af.setContent(html_ce4e6f411285b208ea356254a347b337);
|
|
|
|
|
|
|
|
marker_296841e63b7671c170e074780bed31c4.bindPopup(popup_18b9c78255980d52ed6951c22c8fd3af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_296841e63b7671c170e074780bed31c4.setIcon(icon_2e9fb2f1f504f55ec5d75169ebec7988);
|
|
|
|
|
|
var marker_2e3a40b289a579cd3a6c52824ba639dc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_3ad544cbf58a940a048dad3346233f3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_916c4d9330f4e7c3bf659a37934b6524 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03e686ed4350fcdb248cc7ac3fd05621 = $(`<div id="html_03e686ed4350fcdb248cc7ac3fd05621" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_916c4d9330f4e7c3bf659a37934b6524.setContent(html_03e686ed4350fcdb248cc7ac3fd05621);
|
|
|
|
|
|
|
|
marker_2e3a40b289a579cd3a6c52824ba639dc.bindPopup(popup_916c4d9330f4e7c3bf659a37934b6524)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e3a40b289a579cd3a6c52824ba639dc.setIcon(icon_3ad544cbf58a940a048dad3346233f3e);
|
|
|
|
|
|
var marker_9470603c7801be631dfcd88a8c996b7e = L.marker(
|
|
[36.1512, -86.7835],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_0620190d39d2fe11f44ab97a5bafa44b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41d0e26c09e847f4016ba819da6824d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6ec96258959b5617662efa5eeb231e3 = $(`<div id="html_f6ec96258959b5617662efa5eeb231e3" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_41d0e26c09e847f4016ba819da6824d8.setContent(html_f6ec96258959b5617662efa5eeb231e3);
|
|
|
|
|
|
|
|
marker_9470603c7801be631dfcd88a8c996b7e.bindPopup(popup_41d0e26c09e847f4016ba819da6824d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9470603c7801be631dfcd88a8c996b7e.setIcon(icon_0620190d39d2fe11f44ab97a5bafa44b);
|
|
|
|
|
|
var marker_7f632cd9eb61843735525698729d5674 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_8a0e01ada91f4b9860f773c554c25619 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f42b4239eec452c0d9d02b0a230cfa84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5dc2ffb36bfdc2c050fc74e30e979e0d = $(`<div id="html_5dc2ffb36bfdc2c050fc74e30e979e0d" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_f42b4239eec452c0d9d02b0a230cfa84.setContent(html_5dc2ffb36bfdc2c050fc74e30e979e0d);
|
|
|
|
|
|
|
|
marker_7f632cd9eb61843735525698729d5674.bindPopup(popup_f42b4239eec452c0d9d02b0a230cfa84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f632cd9eb61843735525698729d5674.setIcon(icon_8a0e01ada91f4b9860f773c554c25619);
|
|
|
|
|
|
var marker_4d7e76dd03e820a80a54d9cdb79734bd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_6db6e212b11ec9bd56fdb5ef420b3133 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e62477439a4a52d06f7a4391467868c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6bb09ff88cd57988b39bec000f75149 = $(`<div id="html_a6bb09ff88cd57988b39bec000f75149" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_e62477439a4a52d06f7a4391467868c1.setContent(html_a6bb09ff88cd57988b39bec000f75149);
|
|
|
|
|
|
|
|
marker_4d7e76dd03e820a80a54d9cdb79734bd.bindPopup(popup_e62477439a4a52d06f7a4391467868c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d7e76dd03e820a80a54d9cdb79734bd.setIcon(icon_6db6e212b11ec9bd56fdb5ef420b3133);
|
|
|
|
|
|
var marker_491e74e50c8dd7eea82a1e06743867ed = L.marker(
|
|
[34.0965, -117.585],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_25f11816d94ee79f779542444aae7586 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_beebdd1c4e977f3502a6e0233f517b75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f218228feb746904f6d182626494ec9b = $(`<div id="html_f218228feb746904f6d182626494ec9b" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_beebdd1c4e977f3502a6e0233f517b75.setContent(html_f218228feb746904f6d182626494ec9b);
|
|
|
|
|
|
|
|
marker_491e74e50c8dd7eea82a1e06743867ed.bindPopup(popup_beebdd1c4e977f3502a6e0233f517b75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_491e74e50c8dd7eea82a1e06743867ed.setIcon(icon_25f11816d94ee79f779542444aae7586);
|
|
|
|
|
|
var marker_3263774d08b8a8b6b03618faba6aafde = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_c44cf742b25033d187d6f9a0c91f68f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_475a2041d147480270214afb27d56c56 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4de4e701fd4b0a45b5e8c5cf5a27499 = $(`<div id="html_b4de4e701fd4b0a45b5e8c5cf5a27499" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_475a2041d147480270214afb27d56c56.setContent(html_b4de4e701fd4b0a45b5e8c5cf5a27499);
|
|
|
|
|
|
|
|
marker_3263774d08b8a8b6b03618faba6aafde.bindPopup(popup_475a2041d147480270214afb27d56c56)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3263774d08b8a8b6b03618faba6aafde.setIcon(icon_c44cf742b25033d187d6f9a0c91f68f5);
|
|
|
|
|
|
var marker_042ed876936dd283607f849c69d63817 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_0e4224b3ca74c738d982c2adf8ad1e68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b8e431eaa3241f6f7d054576721aa77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fdc486746f7e347e2744cb0b7ef8354d = $(`<div id="html_fdc486746f7e347e2744cb0b7ef8354d" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_3b8e431eaa3241f6f7d054576721aa77.setContent(html_fdc486746f7e347e2744cb0b7ef8354d);
|
|
|
|
|
|
|
|
marker_042ed876936dd283607f849c69d63817.bindPopup(popup_3b8e431eaa3241f6f7d054576721aa77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_042ed876936dd283607f849c69d63817.setIcon(icon_0e4224b3ca74c738d982c2adf8ad1e68);
|
|
|
|
|
|
var marker_89b2e60a5c2dbcba26ab87d1ff564d14 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_5ee2be2a1e5266ee08a7000d564402b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7516ffb28b31436cfec54231027869cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a77cefab75a77b36bacb9b9f8174cde = $(`<div id="html_5a77cefab75a77b36bacb9b9f8174cde" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_7516ffb28b31436cfec54231027869cc.setContent(html_5a77cefab75a77b36bacb9b9f8174cde);
|
|
|
|
|
|
|
|
marker_89b2e60a5c2dbcba26ab87d1ff564d14.bindPopup(popup_7516ffb28b31436cfec54231027869cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89b2e60a5c2dbcba26ab87d1ff564d14.setIcon(icon_5ee2be2a1e5266ee08a7000d564402b4);
|
|
|
|
|
|
var marker_0be6ce02b291e478a891ae5861eea083 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_5a2de7ae30c46eb77ce387ee97fa424c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3634cd8f83412955320922d8cb00893 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4420ce798066d193425317c05f068c64 = $(`<div id="html_4420ce798066d193425317c05f068c64" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_c3634cd8f83412955320922d8cb00893.setContent(html_4420ce798066d193425317c05f068c64);
|
|
|
|
|
|
|
|
marker_0be6ce02b291e478a891ae5861eea083.bindPopup(popup_c3634cd8f83412955320922d8cb00893)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0be6ce02b291e478a891ae5861eea083.setIcon(icon_5a2de7ae30c46eb77ce387ee97fa424c);
|
|
|
|
|
|
var marker_91bc2e29911ec0cbd9e13d81029d7508 = L.marker(
|
|
[13.8434, 100.363],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_ef5ddd7fee87499a1578d117be767816 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75edf428a6e98816bb29c59b4286de17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0edb5c6d9548765b5b77de22b3522604 = $(`<div id="html_0edb5c6d9548765b5b77de22b3522604" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_75edf428a6e98816bb29c59b4286de17.setContent(html_0edb5c6d9548765b5b77de22b3522604);
|
|
|
|
|
|
|
|
marker_91bc2e29911ec0cbd9e13d81029d7508.bindPopup(popup_75edf428a6e98816bb29c59b4286de17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91bc2e29911ec0cbd9e13d81029d7508.setIcon(icon_ef5ddd7fee87499a1578d117be767816);
|
|
|
|
|
|
var marker_8633dc11e1ba2ad26ec7205557cd715c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_56c8a07c47263d69926577be46f41919 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1c23b9166b4fa25f2e18db9b5b6d9c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_315e3939e610e4482b0b809bcd7c769f = $(`<div id="html_315e3939e610e4482b0b809bcd7c769f" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_a1c23b9166b4fa25f2e18db9b5b6d9c1.setContent(html_315e3939e610e4482b0b809bcd7c769f);
|
|
|
|
|
|
|
|
marker_8633dc11e1ba2ad26ec7205557cd715c.bindPopup(popup_a1c23b9166b4fa25f2e18db9b5b6d9c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8633dc11e1ba2ad26ec7205557cd715c.setIcon(icon_56c8a07c47263d69926577be46f41919);
|
|
|
|
|
|
var marker_8c63cf860664fe7ea5640e707121fea8 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_1722568f3511574dfaecf7acde1aa1ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25efe1dffabb536a8a82190b18c8f7de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e09de698110be9a3a4dcc40aa0dd656 = $(`<div id="html_0e09de698110be9a3a4dcc40aa0dd656" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_25efe1dffabb536a8a82190b18c8f7de.setContent(html_0e09de698110be9a3a4dcc40aa0dd656);
|
|
|
|
|
|
|
|
marker_8c63cf860664fe7ea5640e707121fea8.bindPopup(popup_25efe1dffabb536a8a82190b18c8f7de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c63cf860664fe7ea5640e707121fea8.setIcon(icon_1722568f3511574dfaecf7acde1aa1ae);
|
|
|
|
|
|
var marker_23f16644a2cd15ac69b2a942813408d2 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_9b36e6aeca3ca726e4d9ed6654fcc3d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_869398fe261a78759fdb68b972afc483 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22773be45be5183918563084849be347 = $(`<div id="html_22773be45be5183918563084849be347" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_869398fe261a78759fdb68b972afc483.setContent(html_22773be45be5183918563084849be347);
|
|
|
|
|
|
|
|
marker_23f16644a2cd15ac69b2a942813408d2.bindPopup(popup_869398fe261a78759fdb68b972afc483)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23f16644a2cd15ac69b2a942813408d2.setIcon(icon_9b36e6aeca3ca726e4d9ed6654fcc3d2);
|
|
|
|
|
|
var marker_d95840344e6691bbcdcb297ad5effba7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_92e1527f1ba2e9f4f7213aef47eb6b92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b73f0f3506294a52ba748eaf10edf167 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_890ead87bcf42b5513e91f556ef6e3df = $(`<div id="html_890ead87bcf42b5513e91f556ef6e3df" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_b73f0f3506294a52ba748eaf10edf167.setContent(html_890ead87bcf42b5513e91f556ef6e3df);
|
|
|
|
|
|
|
|
marker_d95840344e6691bbcdcb297ad5effba7.bindPopup(popup_b73f0f3506294a52ba748eaf10edf167)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d95840344e6691bbcdcb297ad5effba7.setIcon(icon_92e1527f1ba2e9f4f7213aef47eb6b92);
|
|
|
|
|
|
var marker_f57f357acc214c99c5731e5ad6895690 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_c2686b5e7b82658e7a598f54a5f33ec6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b6c1e014a769aa3be4d4a1a2a0019e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28d9f22c549e5b80d943efde4fb44f1b = $(`<div id="html_28d9f22c549e5b80d943efde4fb44f1b" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_5b6c1e014a769aa3be4d4a1a2a0019e1.setContent(html_28d9f22c549e5b80d943efde4fb44f1b);
|
|
|
|
|
|
|
|
marker_f57f357acc214c99c5731e5ad6895690.bindPopup(popup_5b6c1e014a769aa3be4d4a1a2a0019e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f57f357acc214c99c5731e5ad6895690.setIcon(icon_c2686b5e7b82658e7a598f54a5f33ec6);
|
|
|
|
|
|
var marker_0c393c8b395d299e3fcb4ca1ce4eb2c7 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_364418d0d31fe051ad01ca275e82a896 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e17b1625eac87417f1a791cdbded58c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1bc84b4c95413952ef77226cfa61344 = $(`<div id="html_b1bc84b4c95413952ef77226cfa61344" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_e17b1625eac87417f1a791cdbded58c8.setContent(html_b1bc84b4c95413952ef77226cfa61344);
|
|
|
|
|
|
|
|
marker_0c393c8b395d299e3fcb4ca1ce4eb2c7.bindPopup(popup_e17b1625eac87417f1a791cdbded58c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c393c8b395d299e3fcb4ca1ce4eb2c7.setIcon(icon_364418d0d31fe051ad01ca275e82a896);
|
|
|
|
|
|
var marker_16a6174d3a46c0ffb7ddfa41e7c59487 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_bfed4ec56d478472bbd6e13d5a0c5af6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e0ce68fce542c47274ccdf512cb44ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8d2999ee6db43343f75783ab0012ec0 = $(`<div id="html_a8d2999ee6db43343f75783ab0012ec0" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_1e0ce68fce542c47274ccdf512cb44ba.setContent(html_a8d2999ee6db43343f75783ab0012ec0);
|
|
|
|
|
|
|
|
marker_16a6174d3a46c0ffb7ddfa41e7c59487.bindPopup(popup_1e0ce68fce542c47274ccdf512cb44ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16a6174d3a46c0ffb7ddfa41e7c59487.setIcon(icon_bfed4ec56d478472bbd6e13d5a0c5af6);
|
|
|
|
|
|
var marker_771df913c65944ca409ee252703ec2d6 = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_ff7611ced73ffdfe851c78a339b95ebf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fbd665c17883c735051a6ef7d9c0021 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_898e3bf18a4af8e2b277358f77326863 = $(`<div id="html_898e3bf18a4af8e2b277358f77326863" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_5fbd665c17883c735051a6ef7d9c0021.setContent(html_898e3bf18a4af8e2b277358f77326863);
|
|
|
|
|
|
|
|
marker_771df913c65944ca409ee252703ec2d6.bindPopup(popup_5fbd665c17883c735051a6ef7d9c0021)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_771df913c65944ca409ee252703ec2d6.setIcon(icon_ff7611ced73ffdfe851c78a339b95ebf);
|
|
|
|
|
|
var marker_26c5b7634f2983344e4758f030e836d2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_6f37d6b457cc78d7f9df292ed4912e9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ac73f8c0ef74f5499a202efb22f1a8a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0880c41a2f26281bf2681817c1cb555d = $(`<div id="html_0880c41a2f26281bf2681817c1cb555d" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_2ac73f8c0ef74f5499a202efb22f1a8a.setContent(html_0880c41a2f26281bf2681817c1cb555d);
|
|
|
|
|
|
|
|
marker_26c5b7634f2983344e4758f030e836d2.bindPopup(popup_2ac73f8c0ef74f5499a202efb22f1a8a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26c5b7634f2983344e4758f030e836d2.setIcon(icon_6f37d6b457cc78d7f9df292ed4912e9c);
|
|
|
|
|
|
var marker_12b81306818ea943916ca69957b0aaee = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_2cac4706f8dbd1a5d504db491d058e24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c33bbcd6c95649b3d663fcb511600f64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_652249df720d4a5ee4eec1a181b6714d = $(`<div id="html_652249df720d4a5ee4eec1a181b6714d" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_c33bbcd6c95649b3d663fcb511600f64.setContent(html_652249df720d4a5ee4eec1a181b6714d);
|
|
|
|
|
|
|
|
marker_12b81306818ea943916ca69957b0aaee.bindPopup(popup_c33bbcd6c95649b3d663fcb511600f64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12b81306818ea943916ca69957b0aaee.setIcon(icon_2cac4706f8dbd1a5d504db491d058e24);
|
|
|
|
|
|
var marker_2a12c4c411428328e933d97b179c4546 = L.marker(
|
|
[33.7584, -84.6375],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_4b7837b9e8627ea5dd7973d9a79af073 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2e335998b7b07769028b5525b85b7a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f35b5f3b9686ae2e06f13d1050192f2 = $(`<div id="html_3f35b5f3b9686ae2e06f13d1050192f2" style="width: 100.0%; height: 100.0%;">relay.nostrops.com</div>`)[0];
|
|
popup_e2e335998b7b07769028b5525b85b7a3.setContent(html_3f35b5f3b9686ae2e06f13d1050192f2);
|
|
|
|
|
|
|
|
marker_2a12c4c411428328e933d97b179c4546.bindPopup(popup_e2e335998b7b07769028b5525b85b7a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a12c4c411428328e933d97b179c4546.setIcon(icon_4b7837b9e8627ea5dd7973d9a79af073);
|
|
|
|
|
|
var marker_9cfaef1a020f35e1e596f5b571904285 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_c52afe4240dc96e767b3a526ac0c6776 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9044e6a1ca3c0730de6424707c3df74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19ed4034af3071b1fe678607e2971b31 = $(`<div id="html_19ed4034af3071b1fe678607e2971b31" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_d9044e6a1ca3c0730de6424707c3df74.setContent(html_19ed4034af3071b1fe678607e2971b31);
|
|
|
|
|
|
|
|
marker_9cfaef1a020f35e1e596f5b571904285.bindPopup(popup_d9044e6a1ca3c0730de6424707c3df74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9cfaef1a020f35e1e596f5b571904285.setIcon(icon_c52afe4240dc96e767b3a526ac0c6776);
|
|
|
|
|
|
var marker_357caf64bea556064dff0b1c7fe9d1d9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_5a2494599f022c32b11e472371e7bdb7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5dec36667e1231a92a8fe714013bd41b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c98bb2d48fedb1186fcae85e4bcda25 = $(`<div id="html_6c98bb2d48fedb1186fcae85e4bcda25" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_5dec36667e1231a92a8fe714013bd41b.setContent(html_6c98bb2d48fedb1186fcae85e4bcda25);
|
|
|
|
|
|
|
|
marker_357caf64bea556064dff0b1c7fe9d1d9.bindPopup(popup_5dec36667e1231a92a8fe714013bd41b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_357caf64bea556064dff0b1c7fe9d1d9.setIcon(icon_5a2494599f022c32b11e472371e7bdb7);
|
|
|
|
|
|
var marker_ba506038da1a38a66a8230adff30ceaf = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_7047b5301b67f6e56800267599fad084 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f29b47ba53ac7115b7a3fc639907791e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bee9ca862a750968efbfb8fee65019c = $(`<div id="html_0bee9ca862a750968efbfb8fee65019c" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_f29b47ba53ac7115b7a3fc639907791e.setContent(html_0bee9ca862a750968efbfb8fee65019c);
|
|
|
|
|
|
|
|
marker_ba506038da1a38a66a8230adff30ceaf.bindPopup(popup_f29b47ba53ac7115b7a3fc639907791e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba506038da1a38a66a8230adff30ceaf.setIcon(icon_7047b5301b67f6e56800267599fad084);
|
|
|
|
|
|
var marker_64fa5de9a1a61c15a2396751884dfb38 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_b048b930c05760ab4cc60d90fc28041c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75ab9df496ce54b2106e8e08200ba4b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d08a05b9a9682b4dc50f97af92bf3822 = $(`<div id="html_d08a05b9a9682b4dc50f97af92bf3822" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_75ab9df496ce54b2106e8e08200ba4b1.setContent(html_d08a05b9a9682b4dc50f97af92bf3822);
|
|
|
|
|
|
|
|
marker_64fa5de9a1a61c15a2396751884dfb38.bindPopup(popup_75ab9df496ce54b2106e8e08200ba4b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64fa5de9a1a61c15a2396751884dfb38.setIcon(icon_b048b930c05760ab4cc60d90fc28041c);
|
|
|
|
|
|
var marker_40087691c16b4428e4f3aa562351c83e = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_8580e94062fd780169a5a3494f032c37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e50a8a376e1bcf145ba0736e9fcf15a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8299fc65a66ce1fc30c230a88b68504e = $(`<div id="html_8299fc65a66ce1fc30c230a88b68504e" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_e50a8a376e1bcf145ba0736e9fcf15a1.setContent(html_8299fc65a66ce1fc30c230a88b68504e);
|
|
|
|
|
|
|
|
marker_40087691c16b4428e4f3aa562351c83e.bindPopup(popup_e50a8a376e1bcf145ba0736e9fcf15a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40087691c16b4428e4f3aa562351c83e.setIcon(icon_8580e94062fd780169a5a3494f032c37);
|
|
|
|
|
|
var marker_01a93aedf0b8391aab6ba1743d25c949 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_8940d5edaad95c54181df866203fa5f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2492d83934158f25bd3852b221771ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_360d67c0d39d71000fe3c763de9975ed = $(`<div id="html_360d67c0d39d71000fe3c763de9975ed" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_b2492d83934158f25bd3852b221771ae.setContent(html_360d67c0d39d71000fe3c763de9975ed);
|
|
|
|
|
|
|
|
marker_01a93aedf0b8391aab6ba1743d25c949.bindPopup(popup_b2492d83934158f25bd3852b221771ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01a93aedf0b8391aab6ba1743d25c949.setIcon(icon_8940d5edaad95c54181df866203fa5f6);
|
|
|
|
|
|
var marker_e54e63aa88fa1f808586f0c471c635b2 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_bf0421d5e5076183bc9cb2ab0d06cbc2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_328a425fc58f5ed10aa569db80db3063 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e9f49f3f4dab8ca3a48e538f13bd070 = $(`<div id="html_1e9f49f3f4dab8ca3a48e538f13bd070" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_328a425fc58f5ed10aa569db80db3063.setContent(html_1e9f49f3f4dab8ca3a48e538f13bd070);
|
|
|
|
|
|
|
|
marker_e54e63aa88fa1f808586f0c471c635b2.bindPopup(popup_328a425fc58f5ed10aa569db80db3063)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e54e63aa88fa1f808586f0c471c635b2.setIcon(icon_bf0421d5e5076183bc9cb2ab0d06cbc2);
|
|
|
|
|
|
var marker_b2e3d403fe92af525f66d4cc97dde998 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_6de77a9f99e7389220818128bb8e4422 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ec8b0c04546feb5e8e467dac290feb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ff3788084eba888cdc93f0a1a0ee88c = $(`<div id="html_4ff3788084eba888cdc93f0a1a0ee88c" style="width: 100.0%; height: 100.0%;">kitchen.zap.cooking</div>`)[0];
|
|
popup_9ec8b0c04546feb5e8e467dac290feb9.setContent(html_4ff3788084eba888cdc93f0a1a0ee88c);
|
|
|
|
|
|
|
|
marker_b2e3d403fe92af525f66d4cc97dde998.bindPopup(popup_9ec8b0c04546feb5e8e467dac290feb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2e3d403fe92af525f66d4cc97dde998.setIcon(icon_6de77a9f99e7389220818128bb8e4422);
|
|
|
|
|
|
var marker_3b2a55edb08113d6a609ffa1eff6b7ca = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_41f97977cbcaf06a62834e21b2cf410f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_928779cb8faa05fc7cae3e2758ae68d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5892b992bee1a69b1eed9948c421b45 = $(`<div id="html_e5892b992bee1a69b1eed9948c421b45" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_928779cb8faa05fc7cae3e2758ae68d1.setContent(html_e5892b992bee1a69b1eed9948c421b45);
|
|
|
|
|
|
|
|
marker_3b2a55edb08113d6a609ffa1eff6b7ca.bindPopup(popup_928779cb8faa05fc7cae3e2758ae68d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b2a55edb08113d6a609ffa1eff6b7ca.setIcon(icon_41f97977cbcaf06a62834e21b2cf410f);
|
|
|
|
|
|
var marker_92ea98f3339b3d6db7f48af9669ef01d = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_91a6659598efe6a0fba17f68b4ceae2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dcf1bb0d1d187ef2fb1c5093e013cc3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c95e06c40b1aacf1e34ff888345f5b75 = $(`<div id="html_c95e06c40b1aacf1e34ff888345f5b75" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_dcf1bb0d1d187ef2fb1c5093e013cc3d.setContent(html_c95e06c40b1aacf1e34ff888345f5b75);
|
|
|
|
|
|
|
|
marker_92ea98f3339b3d6db7f48af9669ef01d.bindPopup(popup_dcf1bb0d1d187ef2fb1c5093e013cc3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92ea98f3339b3d6db7f48af9669ef01d.setIcon(icon_91a6659598efe6a0fba17f68b4ceae2e);
|
|
|
|
|
|
var marker_bd2162f8167d998235b383ab9d75b04b = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_49a24a7a7c99a8010a0f818731ff010e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a72cb4a6938a64b63e11335a44e4f66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_021a8606aed3f48ad6ea1686414b0852 = $(`<div id="html_021a8606aed3f48ad6ea1686414b0852" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_5a72cb4a6938a64b63e11335a44e4f66.setContent(html_021a8606aed3f48ad6ea1686414b0852);
|
|
|
|
|
|
|
|
marker_bd2162f8167d998235b383ab9d75b04b.bindPopup(popup_5a72cb4a6938a64b63e11335a44e4f66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd2162f8167d998235b383ab9d75b04b.setIcon(icon_49a24a7a7c99a8010a0f818731ff010e);
|
|
|
|
|
|
var marker_2b87453618e95033d46049929337c38d = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_d90af490dd13482c3ac0136de4959c0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb5055b313e11a9de5f41171267fc2b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_521bb2ef7af178800ce0348656498977 = $(`<div id="html_521bb2ef7af178800ce0348656498977" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_cb5055b313e11a9de5f41171267fc2b5.setContent(html_521bb2ef7af178800ce0348656498977);
|
|
|
|
|
|
|
|
marker_2b87453618e95033d46049929337c38d.bindPopup(popup_cb5055b313e11a9de5f41171267fc2b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b87453618e95033d46049929337c38d.setIcon(icon_d90af490dd13482c3ac0136de4959c0c);
|
|
|
|
|
|
var marker_c00f24896f52fddbb222e413943c6fd4 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_4aac6d908c65e5db5f25f6db9acf24af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2eda508fd897a59808370b671526c9ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72e37ea521bfc349192183b9d7499c8a = $(`<div id="html_72e37ea521bfc349192183b9d7499c8a" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_2eda508fd897a59808370b671526c9ab.setContent(html_72e37ea521bfc349192183b9d7499c8a);
|
|
|
|
|
|
|
|
marker_c00f24896f52fddbb222e413943c6fd4.bindPopup(popup_2eda508fd897a59808370b671526c9ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c00f24896f52fddbb222e413943c6fd4.setIcon(icon_4aac6d908c65e5db5f25f6db9acf24af);
|
|
|
|
|
|
var marker_e7c316beb01aa8644dc9caa75957fc3a = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_3f6a0d38537062c8fbe9c5f7b9aa1e80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1caaa1c1c989357c55458c584566b4f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2beb798f6a602688d45887ce81afeb3 = $(`<div id="html_d2beb798f6a602688d45887ce81afeb3" style="width: 100.0%; height: 100.0%;">nostr.coincrowd.fund</div>`)[0];
|
|
popup_1caaa1c1c989357c55458c584566b4f4.setContent(html_d2beb798f6a602688d45887ce81afeb3);
|
|
|
|
|
|
|
|
marker_e7c316beb01aa8644dc9caa75957fc3a.bindPopup(popup_1caaa1c1c989357c55458c584566b4f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7c316beb01aa8644dc9caa75957fc3a.setIcon(icon_3f6a0d38537062c8fbe9c5f7b9aa1e80);
|
|
|
|
|
|
var marker_d5042b4886cae37b1b73d7aca4b436e0 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_93fa359230b832ee95c3dae38992a3f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c2a613a747a73804d29a4842c032719 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92e67b246aeae9dfccb9acdda2131dbd = $(`<div id="html_92e67b246aeae9dfccb9acdda2131dbd" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_4c2a613a747a73804d29a4842c032719.setContent(html_92e67b246aeae9dfccb9acdda2131dbd);
|
|
|
|
|
|
|
|
marker_d5042b4886cae37b1b73d7aca4b436e0.bindPopup(popup_4c2a613a747a73804d29a4842c032719)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5042b4886cae37b1b73d7aca4b436e0.setIcon(icon_93fa359230b832ee95c3dae38992a3f8);
|
|
|
|
|
|
var marker_c2103570c056f492d723ff67ac583aca = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_5b496334c97e635cc0b98fce73bffed9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e975ae53f01ca0aa77ec4f881e13093 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b941720be4a00533cbb86fc90ca808d = $(`<div id="html_8b941720be4a00533cbb86fc90ca808d" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_0e975ae53f01ca0aa77ec4f881e13093.setContent(html_8b941720be4a00533cbb86fc90ca808d);
|
|
|
|
|
|
|
|
marker_c2103570c056f492d723ff67ac583aca.bindPopup(popup_0e975ae53f01ca0aa77ec4f881e13093)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2103570c056f492d723ff67ac583aca.setIcon(icon_5b496334c97e635cc0b98fce73bffed9);
|
|
|
|
|
|
var marker_d8535470878cd282998ffead34aa7222 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_481e462d7433be1a5b902cd960963333 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1b53faee49c08f6e8c438a63b36c217 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19517ef0ccd4a8e818508a225dfa76a9 = $(`<div id="html_19517ef0ccd4a8e818508a225dfa76a9" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_f1b53faee49c08f6e8c438a63b36c217.setContent(html_19517ef0ccd4a8e818508a225dfa76a9);
|
|
|
|
|
|
|
|
marker_d8535470878cd282998ffead34aa7222.bindPopup(popup_f1b53faee49c08f6e8c438a63b36c217)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8535470878cd282998ffead34aa7222.setIcon(icon_481e462d7433be1a5b902cd960963333);
|
|
|
|
|
|
var marker_fe62f5bfe2ce1b1d9d3ff1b7a83e6e17 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_4db38fbe499fe42c0bac472af9aaf343 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8acf864f468d673a45fc16cbb24e45b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e61dc0cd5fe12d12ae5df2b391ec4b6d = $(`<div id="html_e61dc0cd5fe12d12ae5df2b391ec4b6d" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_8acf864f468d673a45fc16cbb24e45b8.setContent(html_e61dc0cd5fe12d12ae5df2b391ec4b6d);
|
|
|
|
|
|
|
|
marker_fe62f5bfe2ce1b1d9d3ff1b7a83e6e17.bindPopup(popup_8acf864f468d673a45fc16cbb24e45b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe62f5bfe2ce1b1d9d3ff1b7a83e6e17.setIcon(icon_4db38fbe499fe42c0bac472af9aaf343);
|
|
|
|
|
|
var marker_499eaa9c5c8db625d9ce8080f1e5916b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_2a486bdc9aa5926edf8df8239a61770e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d44d12246b3145cb14f21176d4367767 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a33d07a31e2d155aa730b961f35300e6 = $(`<div id="html_a33d07a31e2d155aa730b961f35300e6" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_d44d12246b3145cb14f21176d4367767.setContent(html_a33d07a31e2d155aa730b961f35300e6);
|
|
|
|
|
|
|
|
marker_499eaa9c5c8db625d9ce8080f1e5916b.bindPopup(popup_d44d12246b3145cb14f21176d4367767)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_499eaa9c5c8db625d9ce8080f1e5916b.setIcon(icon_2a486bdc9aa5926edf8df8239a61770e);
|
|
|
|
|
|
var marker_6a39ac7639f1b143aa05ecafbb2858f6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_c7b35c6f5106cc4cb426bf547156a56b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14b24b7013bb99ae6602e2cd24096e69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1055ab58973e1cb5316f42f4c26ad3d7 = $(`<div id="html_1055ab58973e1cb5316f42f4c26ad3d7" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_14b24b7013bb99ae6602e2cd24096e69.setContent(html_1055ab58973e1cb5316f42f4c26ad3d7);
|
|
|
|
|
|
|
|
marker_6a39ac7639f1b143aa05ecafbb2858f6.bindPopup(popup_14b24b7013bb99ae6602e2cd24096e69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a39ac7639f1b143aa05ecafbb2858f6.setIcon(icon_c7b35c6f5106cc4cb426bf547156a56b);
|
|
|
|
|
|
var marker_42eedd2d216bc1f4afc7a4ea9dfc497d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_df9c962c3dd9b9a8973084045e316044 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba8f217693388516e479bb46931c12b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4fd6e04c406a2e2aa1858416136c3bb = $(`<div id="html_f4fd6e04c406a2e2aa1858416136c3bb" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_ba8f217693388516e479bb46931c12b0.setContent(html_f4fd6e04c406a2e2aa1858416136c3bb);
|
|
|
|
|
|
|
|
marker_42eedd2d216bc1f4afc7a4ea9dfc497d.bindPopup(popup_ba8f217693388516e479bb46931c12b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42eedd2d216bc1f4afc7a4ea9dfc497d.setIcon(icon_df9c962c3dd9b9a8973084045e316044);
|
|
|
|
|
|
var marker_3bf23da81b324b5167c323da5b9c8c64 = L.marker(
|
|
[51.2277, 6.77346],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_f9d27d1c23e5c1947cef8fda7b2c0a9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c87f53c9254b9c9986de0388474da7f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0dccfd9f3bf342aab08792215fcd420 = $(`<div id="html_f0dccfd9f3bf342aab08792215fcd420" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_c87f53c9254b9c9986de0388474da7f2.setContent(html_f0dccfd9f3bf342aab08792215fcd420);
|
|
|
|
|
|
|
|
marker_3bf23da81b324b5167c323da5b9c8c64.bindPopup(popup_c87f53c9254b9c9986de0388474da7f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bf23da81b324b5167c323da5b9c8c64.setIcon(icon_f9d27d1c23e5c1947cef8fda7b2c0a9a);
|
|
|
|
|
|
var marker_3575bf0e04fb4df345f6bc106932e6b7 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_6b82aced7f038ac2309ef7c5a6d37d27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54de5df935fe6b6f1f0df128d2155fbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71f3bc8562b4ec36a61e58f23b3207ea = $(`<div id="html_71f3bc8562b4ec36a61e58f23b3207ea" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_54de5df935fe6b6f1f0df128d2155fbd.setContent(html_71f3bc8562b4ec36a61e58f23b3207ea);
|
|
|
|
|
|
|
|
marker_3575bf0e04fb4df345f6bc106932e6b7.bindPopup(popup_54de5df935fe6b6f1f0df128d2155fbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3575bf0e04fb4df345f6bc106932e6b7.setIcon(icon_6b82aced7f038ac2309ef7c5a6d37d27);
|
|
|
|
|
|
var marker_9b46378efe94444ca9f591e3fa5ceb82 = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_9558c8fcb1142005c488ebe8006ecfbf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58f725828cf4630885130b077c42e78d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c44685f202165e9d33d80cab1cbea294 = $(`<div id="html_c44685f202165e9d33d80cab1cbea294" style="width: 100.0%; height: 100.0%;">nostr.thaliyal.com</div>`)[0];
|
|
popup_58f725828cf4630885130b077c42e78d.setContent(html_c44685f202165e9d33d80cab1cbea294);
|
|
|
|
|
|
|
|
marker_9b46378efe94444ca9f591e3fa5ceb82.bindPopup(popup_58f725828cf4630885130b077c42e78d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b46378efe94444ca9f591e3fa5ceb82.setIcon(icon_9558c8fcb1142005c488ebe8006ecfbf);
|
|
|
|
|
|
var marker_300877b86192a0ac98747913017f35a3 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_c7075a5959d3a4c92a36ddaa704d9910 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4baef7638c28e64e9844054f17e4775c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e08f36595b7261eb37ac2dc18fb19bf = $(`<div id="html_0e08f36595b7261eb37ac2dc18fb19bf" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_4baef7638c28e64e9844054f17e4775c.setContent(html_0e08f36595b7261eb37ac2dc18fb19bf);
|
|
|
|
|
|
|
|
marker_300877b86192a0ac98747913017f35a3.bindPopup(popup_4baef7638c28e64e9844054f17e4775c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_300877b86192a0ac98747913017f35a3.setIcon(icon_c7075a5959d3a4c92a36ddaa704d9910);
|
|
|
|
|
|
var marker_42a963dd35a321c96679aeafc15141a1 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_a2690edca0d7d2caa03a4e5b4ffd1ca2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_780e35910ee35c07fc750177a0ac565c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6123154411540ff760f53a039589273d = $(`<div id="html_6123154411540ff760f53a039589273d" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_780e35910ee35c07fc750177a0ac565c.setContent(html_6123154411540ff760f53a039589273d);
|
|
|
|
|
|
|
|
marker_42a963dd35a321c96679aeafc15141a1.bindPopup(popup_780e35910ee35c07fc750177a0ac565c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42a963dd35a321c96679aeafc15141a1.setIcon(icon_a2690edca0d7d2caa03a4e5b4ffd1ca2);
|
|
|
|
|
|
var marker_9914ce335d40cf37ba780bef8af7a6a3 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_89115c7d7f179799c8dfa0c1a9ce1ec8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9fc933e08142cb1f4d4b6f90e22e4c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b67283326cfb00b0417edefbc4f29b41 = $(`<div id="html_b67283326cfb00b0417edefbc4f29b41" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_e9fc933e08142cb1f4d4b6f90e22e4c5.setContent(html_b67283326cfb00b0417edefbc4f29b41);
|
|
|
|
|
|
|
|
marker_9914ce335d40cf37ba780bef8af7a6a3.bindPopup(popup_e9fc933e08142cb1f4d4b6f90e22e4c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9914ce335d40cf37ba780bef8af7a6a3.setIcon(icon_89115c7d7f179799c8dfa0c1a9ce1ec8);
|
|
|
|
|
|
var marker_12385890fa1f670260b2b6069206af08 = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_8be3cc52d1b91e2dd3102b50efcfa813 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1360ce0d327d9597a3300e1d5cb1506 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4c145c3adfcb70f1d8b260225458dec = $(`<div id="html_f4c145c3adfcb70f1d8b260225458dec" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_e1360ce0d327d9597a3300e1d5cb1506.setContent(html_f4c145c3adfcb70f1d8b260225458dec);
|
|
|
|
|
|
|
|
marker_12385890fa1f670260b2b6069206af08.bindPopup(popup_e1360ce0d327d9597a3300e1d5cb1506)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12385890fa1f670260b2b6069206af08.setIcon(icon_8be3cc52d1b91e2dd3102b50efcfa813);
|
|
|
|
|
|
var marker_ca3a3acae927ee9ff4732a797433897b = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_3be646a51592d30ca0757fc98d35445a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3f60f69bb173ad145aa373a620422e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51b6276ed21295493e86e8f3612be69e = $(`<div id="html_51b6276ed21295493e86e8f3612be69e" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_c3f60f69bb173ad145aa373a620422e5.setContent(html_51b6276ed21295493e86e8f3612be69e);
|
|
|
|
|
|
|
|
marker_ca3a3acae927ee9ff4732a797433897b.bindPopup(popup_c3f60f69bb173ad145aa373a620422e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca3a3acae927ee9ff4732a797433897b.setIcon(icon_3be646a51592d30ca0757fc98d35445a);
|
|
|
|
|
|
var marker_c2b01ad8055c7a214479555ba22bb77e = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_8420c23781df6f49184db62d9567353e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2dd08858b25a9e6c5e3e7859d8b7aa3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2697204b16583a258043a311eff125df = $(`<div id="html_2697204b16583a258043a311eff125df" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_f2dd08858b25a9e6c5e3e7859d8b7aa3.setContent(html_2697204b16583a258043a311eff125df);
|
|
|
|
|
|
|
|
marker_c2b01ad8055c7a214479555ba22bb77e.bindPopup(popup_f2dd08858b25a9e6c5e3e7859d8b7aa3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2b01ad8055c7a214479555ba22bb77e.setIcon(icon_8420c23781df6f49184db62d9567353e);
|
|
|
|
|
|
var marker_786bbf25705aec1084480ea76ef1c392 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_34e05b7b1f62552b2075e506fd20bc06 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b23b2c5b0f34e673a7794ffedbbacb43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b5eb496fba27522b0b1f215ceb3d999 = $(`<div id="html_3b5eb496fba27522b0b1f215ceb3d999" style="width: 100.0%; height: 100.0%;">r.alphaama.com</div>`)[0];
|
|
popup_b23b2c5b0f34e673a7794ffedbbacb43.setContent(html_3b5eb496fba27522b0b1f215ceb3d999);
|
|
|
|
|
|
|
|
marker_786bbf25705aec1084480ea76ef1c392.bindPopup(popup_b23b2c5b0f34e673a7794ffedbbacb43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_786bbf25705aec1084480ea76ef1c392.setIcon(icon_34e05b7b1f62552b2075e506fd20bc06);
|
|
|
|
|
|
var marker_e61a18b7990b0e0a0d1eb5ded2e394f3 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_2ca3b694db7cb001c1f51d0b030aadd6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f5c75e90e665be01c2a2c3d11f56a54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ca38c87d949c8785798318ed9544a3b = $(`<div id="html_8ca38c87d949c8785798318ed9544a3b" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_9f5c75e90e665be01c2a2c3d11f56a54.setContent(html_8ca38c87d949c8785798318ed9544a3b);
|
|
|
|
|
|
|
|
marker_e61a18b7990b0e0a0d1eb5ded2e394f3.bindPopup(popup_9f5c75e90e665be01c2a2c3d11f56a54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e61a18b7990b0e0a0d1eb5ded2e394f3.setIcon(icon_2ca3b694db7cb001c1f51d0b030aadd6);
|
|
|
|
|
|
var marker_501df92414780c1cb0f47ab960b84199 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_4a7b8df9f2c793e2e3f372ea7dd9f3d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a29cc4e186ebca3fe187397acb37cf9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8c6efc8198f1ef4ac81bda7ad4710c3 = $(`<div id="html_d8c6efc8198f1ef4ac81bda7ad4710c3" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_0a29cc4e186ebca3fe187397acb37cf9.setContent(html_d8c6efc8198f1ef4ac81bda7ad4710c3);
|
|
|
|
|
|
|
|
marker_501df92414780c1cb0f47ab960b84199.bindPopup(popup_0a29cc4e186ebca3fe187397acb37cf9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_501df92414780c1cb0f47ab960b84199.setIcon(icon_4a7b8df9f2c793e2e3f372ea7dd9f3d5);
|
|
|
|
|
|
var marker_ae8a18c587744b505a07b683f264ee5c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_d52a2842dfed7c78a37b92d913e9a2e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9660c51e4d761918e97e6b2235caf126 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a10abd3422c0fb7f1456b8da1e91eed = $(`<div id="html_3a10abd3422c0fb7f1456b8da1e91eed" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_9660c51e4d761918e97e6b2235caf126.setContent(html_3a10abd3422c0fb7f1456b8da1e91eed);
|
|
|
|
|
|
|
|
marker_ae8a18c587744b505a07b683f264ee5c.bindPopup(popup_9660c51e4d761918e97e6b2235caf126)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae8a18c587744b505a07b683f264ee5c.setIcon(icon_d52a2842dfed7c78a37b92d913e9a2e6);
|
|
|
|
|
|
var marker_d6a0dcdc6063d2250acdb3086f385ca9 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_2bea057a0d976465177e780c621a8fe1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c470aaae27f9a3a3625ca45f0fe6e8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0cf4865c0a6b5046ffbc6917837c9acf = $(`<div id="html_0cf4865c0a6b5046ffbc6917837c9acf" style="width: 100.0%; height: 100.0%;">pyramid.aaro.cc</div>`)[0];
|
|
popup_5c470aaae27f9a3a3625ca45f0fe6e8b.setContent(html_0cf4865c0a6b5046ffbc6917837c9acf);
|
|
|
|
|
|
|
|
marker_d6a0dcdc6063d2250acdb3086f385ca9.bindPopup(popup_5c470aaae27f9a3a3625ca45f0fe6e8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6a0dcdc6063d2250acdb3086f385ca9.setIcon(icon_2bea057a0d976465177e780c621a8fe1);
|
|
|
|
|
|
var marker_a44021011350bb172bd1229f5233ecdc = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_0d54108d205884410d4c261b83adf8f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60eea561e04cf99ea8d2c53bf7996106 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67c0e1f0d6d7ec4ac266da8712941fec = $(`<div id="html_67c0e1f0d6d7ec4ac266da8712941fec" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_60eea561e04cf99ea8d2c53bf7996106.setContent(html_67c0e1f0d6d7ec4ac266da8712941fec);
|
|
|
|
|
|
|
|
marker_a44021011350bb172bd1229f5233ecdc.bindPopup(popup_60eea561e04cf99ea8d2c53bf7996106)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a44021011350bb172bd1229f5233ecdc.setIcon(icon_0d54108d205884410d4c261b83adf8f4);
|
|
|
|
|
|
var marker_c5ed489ec605a7cfcb16ec702c185f24 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_578f5395fb253891ee6e16de3589028f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac8188667756176a278a486f5029ec74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6dab17f32a6201ee90346931a6de6ab0 = $(`<div id="html_6dab17f32a6201ee90346931a6de6ab0" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_ac8188667756176a278a486f5029ec74.setContent(html_6dab17f32a6201ee90346931a6de6ab0);
|
|
|
|
|
|
|
|
marker_c5ed489ec605a7cfcb16ec702c185f24.bindPopup(popup_ac8188667756176a278a486f5029ec74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5ed489ec605a7cfcb16ec702c185f24.setIcon(icon_578f5395fb253891ee6e16de3589028f);
|
|
|
|
|
|
var marker_41be794d008d92f90f550ff5889000df = L.marker(
|
|
[33.7946, -84.4488],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_8f9e2e1dcf45fd19824ab15ea1c5ee7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c7f5677fc99444757751ff9be5853fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19b46603fd90c91857cc166eef619144 = $(`<div id="html_19b46603fd90c91857cc166eef619144" style="width: 100.0%; height: 100.0%;">ragnar.nostrops.com</div>`)[0];
|
|
popup_0c7f5677fc99444757751ff9be5853fc.setContent(html_19b46603fd90c91857cc166eef619144);
|
|
|
|
|
|
|
|
marker_41be794d008d92f90f550ff5889000df.bindPopup(popup_0c7f5677fc99444757751ff9be5853fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41be794d008d92f90f550ff5889000df.setIcon(icon_8f9e2e1dcf45fd19824ab15ea1c5ee7e);
|
|
|
|
|
|
var marker_6ed2392187984bac0eab6e32d2822962 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_44a1c12c25dec909d78ffda05de007c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69c22993dd20c41f7f4d4c5a5cbd0c40 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_814b83ed578d9e6b54643d7104780f28 = $(`<div id="html_814b83ed578d9e6b54643d7104780f28" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_69c22993dd20c41f7f4d4c5a5cbd0c40.setContent(html_814b83ed578d9e6b54643d7104780f28);
|
|
|
|
|
|
|
|
marker_6ed2392187984bac0eab6e32d2822962.bindPopup(popup_69c22993dd20c41f7f4d4c5a5cbd0c40)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ed2392187984bac0eab6e32d2822962.setIcon(icon_44a1c12c25dec909d78ffda05de007c9);
|
|
|
|
|
|
var marker_c5b85d01ad8c38f3c24195f9058beb98 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_4708a4bb93d8b02503f24b463c049698 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64b5fa79e6da624def1e5885f1c52cfc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b7ecb472a9df5a31832a2bb861af04a = $(`<div id="html_7b7ecb472a9df5a31832a2bb861af04a" style="width: 100.0%; height: 100.0%;">wons.calva.dev</div>`)[0];
|
|
popup_64b5fa79e6da624def1e5885f1c52cfc.setContent(html_7b7ecb472a9df5a31832a2bb861af04a);
|
|
|
|
|
|
|
|
marker_c5b85d01ad8c38f3c24195f9058beb98.bindPopup(popup_64b5fa79e6da624def1e5885f1c52cfc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5b85d01ad8c38f3c24195f9058beb98.setIcon(icon_4708a4bb93d8b02503f24b463c049698);
|
|
|
|
|
|
var marker_e1d660217e4f1169b1329de8cac49b76 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_add4992c2f8e809587c3877a06bede33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66315a045529869b541a95862a96b824 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c6544b3861a690f06b869baf672fd83 = $(`<div id="html_5c6544b3861a690f06b869baf672fd83" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_66315a045529869b541a95862a96b824.setContent(html_5c6544b3861a690f06b869baf672fd83);
|
|
|
|
|
|
|
|
marker_e1d660217e4f1169b1329de8cac49b76.bindPopup(popup_66315a045529869b541a95862a96b824)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1d660217e4f1169b1329de8cac49b76.setIcon(icon_add4992c2f8e809587c3877a06bede33);
|
|
|
|
|
|
var marker_74e09dcf2b581ae246405dd0598ddbb7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_9319a76eac9a58028f1f36007b068c11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afbd7f58a8c61dd2b555998a3477c0ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f82a52771abe2ee966ddc454866725a3 = $(`<div id="html_f82a52771abe2ee966ddc454866725a3" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_afbd7f58a8c61dd2b555998a3477c0ae.setContent(html_f82a52771abe2ee966ddc454866725a3);
|
|
|
|
|
|
|
|
marker_74e09dcf2b581ae246405dd0598ddbb7.bindPopup(popup_afbd7f58a8c61dd2b555998a3477c0ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74e09dcf2b581ae246405dd0598ddbb7.setIcon(icon_9319a76eac9a58028f1f36007b068c11);
|
|
|
|
|
|
var marker_790071e646c714e77182ca133f2493c5 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_24018d1db328601c39e01da5196ff3d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a065a737be9602de7af370fa68e8e0e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6b220bb8308b3b5a3fa0d2a9cf3e5ba = $(`<div id="html_f6b220bb8308b3b5a3fa0d2a9cf3e5ba" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_a065a737be9602de7af370fa68e8e0e9.setContent(html_f6b220bb8308b3b5a3fa0d2a9cf3e5ba);
|
|
|
|
|
|
|
|
marker_790071e646c714e77182ca133f2493c5.bindPopup(popup_a065a737be9602de7af370fa68e8e0e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_790071e646c714e77182ca133f2493c5.setIcon(icon_24018d1db328601c39e01da5196ff3d2);
|
|
|
|
|
|
var marker_1c09521ee629a2a58c0ebe996c8e5a9e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_05f95618922b837c45e0a6021ead3dd3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9e74fde215d1f94945d8adcb809f26e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0fc5dc811f9e74d6f2367b2513ac407 = $(`<div id="html_c0fc5dc811f9e74d6f2367b2513ac407" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_b9e74fde215d1f94945d8adcb809f26e.setContent(html_c0fc5dc811f9e74d6f2367b2513ac407);
|
|
|
|
|
|
|
|
marker_1c09521ee629a2a58c0ebe996c8e5a9e.bindPopup(popup_b9e74fde215d1f94945d8adcb809f26e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c09521ee629a2a58c0ebe996c8e5a9e.setIcon(icon_05f95618922b837c45e0a6021ead3dd3);
|
|
|
|
|
|
var marker_1bc0c71a81ab2c6b033386ff8cabe33d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_dacc6e6b8503404aa61218d2d12f36bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_020c3ca9b534f149a6f7a2920b3eefc1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f05f306a00e237c5c5a42f4fbc966f73 = $(`<div id="html_f05f306a00e237c5c5a42f4fbc966f73" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_020c3ca9b534f149a6f7a2920b3eefc1.setContent(html_f05f306a00e237c5c5a42f4fbc966f73);
|
|
|
|
|
|
|
|
marker_1bc0c71a81ab2c6b033386ff8cabe33d.bindPopup(popup_020c3ca9b534f149a6f7a2920b3eefc1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bc0c71a81ab2c6b033386ff8cabe33d.setIcon(icon_dacc6e6b8503404aa61218d2d12f36bb);
|
|
|
|
|
|
var marker_b5f1510f1164a6149b5d9cb9e3a34dd7 = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_2b708892e57bc5c42ba2dc0076b63eb3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b741d76fa42d4c0de73288661ce216e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a323b2ae3b494d762974a490e173854 = $(`<div id="html_7a323b2ae3b494d762974a490e173854" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_b741d76fa42d4c0de73288661ce216e0.setContent(html_7a323b2ae3b494d762974a490e173854);
|
|
|
|
|
|
|
|
marker_b5f1510f1164a6149b5d9cb9e3a34dd7.bindPopup(popup_b741d76fa42d4c0de73288661ce216e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5f1510f1164a6149b5d9cb9e3a34dd7.setIcon(icon_2b708892e57bc5c42ba2dc0076b63eb3);
|
|
|
|
|
|
var marker_e8966773db3baac44041378acef36a76 = L.marker(
|
|
[15.2634, 100.344],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_2eda46084faf632c5ed99b5147dc34f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96d98fdcc47c253298d836e34faf73ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67973c906b6c500fa4b7acec8f32f5d7 = $(`<div id="html_67973c906b6c500fa4b7acec8f32f5d7" style="width: 100.0%; height: 100.0%;">nostr-relayrs.gateway.in.th</div>`)[0];
|
|
popup_96d98fdcc47c253298d836e34faf73ec.setContent(html_67973c906b6c500fa4b7acec8f32f5d7);
|
|
|
|
|
|
|
|
marker_e8966773db3baac44041378acef36a76.bindPopup(popup_96d98fdcc47c253298d836e34faf73ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8966773db3baac44041378acef36a76.setIcon(icon_2eda46084faf632c5ed99b5147dc34f3);
|
|
|
|
|
|
var marker_1403a0129c35e20c88dcc3416bca2847 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_14b532bf6ea066e6aeec3a374705bb56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b33e5800b9427f3d2c7a8f9e7e29302 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eda72f6e4a994820c94fc3417e742647 = $(`<div id="html_eda72f6e4a994820c94fc3417e742647" style="width: 100.0%; height: 100.0%;">relay.ryzizub.com</div>`)[0];
|
|
popup_5b33e5800b9427f3d2c7a8f9e7e29302.setContent(html_eda72f6e4a994820c94fc3417e742647);
|
|
|
|
|
|
|
|
marker_1403a0129c35e20c88dcc3416bca2847.bindPopup(popup_5b33e5800b9427f3d2c7a8f9e7e29302)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1403a0129c35e20c88dcc3416bca2847.setIcon(icon_14b532bf6ea066e6aeec3a374705bb56);
|
|
|
|
|
|
var marker_2e2cac0f6fd8489024c326a8c900c5e3 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_e25cf634f6bd334e6711cdb11b237c42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2729b91422a1c5e3a4db126dc736d66e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6bafee71e165ede92b01ffc4e33275b6 = $(`<div id="html_6bafee71e165ede92b01ffc4e33275b6" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_2729b91422a1c5e3a4db126dc736d66e.setContent(html_6bafee71e165ede92b01ffc4e33275b6);
|
|
|
|
|
|
|
|
marker_2e2cac0f6fd8489024c326a8c900c5e3.bindPopup(popup_2729b91422a1c5e3a4db126dc736d66e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e2cac0f6fd8489024c326a8c900c5e3.setIcon(icon_e25cf634f6bd334e6711cdb11b237c42);
|
|
|
|
|
|
var marker_556d5bfbf80a5b895f28329b038406e8 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_afd5391299690a3e87b37d771764a283 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_252fed529210ad96cbf346a46d7649be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bde1ae14997a754295cdc3c7d928e69a = $(`<div id="html_bde1ae14997a754295cdc3c7d928e69a" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_252fed529210ad96cbf346a46d7649be.setContent(html_bde1ae14997a754295cdc3c7d928e69a);
|
|
|
|
|
|
|
|
marker_556d5bfbf80a5b895f28329b038406e8.bindPopup(popup_252fed529210ad96cbf346a46d7649be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_556d5bfbf80a5b895f28329b038406e8.setIcon(icon_afd5391299690a3e87b37d771764a283);
|
|
|
|
|
|
var marker_c3047dfea1c8e8f93f38c167a7996d96 = L.marker(
|
|
[55.9349, 23.3137],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_d82ffa57b5fb1dda59829b2472784bf0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f21fa045f2eec43ff5c7dac06df4acf4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e12bd09c6a69da316780c4ae77f65a96 = $(`<div id="html_e12bd09c6a69da316780c4ae77f65a96" style="width: 100.0%; height: 100.0%;">new.orly.dev</div>`)[0];
|
|
popup_f21fa045f2eec43ff5c7dac06df4acf4.setContent(html_e12bd09c6a69da316780c4ae77f65a96);
|
|
|
|
|
|
|
|
marker_c3047dfea1c8e8f93f38c167a7996d96.bindPopup(popup_f21fa045f2eec43ff5c7dac06df4acf4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3047dfea1c8e8f93f38c167a7996d96.setIcon(icon_d82ffa57b5fb1dda59829b2472784bf0);
|
|
|
|
|
|
var marker_fd59f5d3772b218fb13139982c0da25b = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_849468310430eff38d16a140cd452498 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6d9871a8b77b187d33b6b510de2e948 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9eba9e95002f9ffe1af9bc9ce6023de9 = $(`<div id="html_9eba9e95002f9ffe1af9bc9ce6023de9" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_c6d9871a8b77b187d33b6b510de2e948.setContent(html_9eba9e95002f9ffe1af9bc9ce6023de9);
|
|
|
|
|
|
|
|
marker_fd59f5d3772b218fb13139982c0da25b.bindPopup(popup_c6d9871a8b77b187d33b6b510de2e948)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd59f5d3772b218fb13139982c0da25b.setIcon(icon_849468310430eff38d16a140cd452498);
|
|
|
|
|
|
var marker_672d57a4a59b9361975c843ab10d5dc1 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_cf9936a558a6fa7fdddcb2e8cc7180aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e2b0ea1f70b394ace87a9ca3bf6d4a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0b85f12ab63003e06e19447c0c156fd = $(`<div id="html_f0b85f12ab63003e06e19447c0c156fd" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_4e2b0ea1f70b394ace87a9ca3bf6d4a1.setContent(html_f0b85f12ab63003e06e19447c0c156fd);
|
|
|
|
|
|
|
|
marker_672d57a4a59b9361975c843ab10d5dc1.bindPopup(popup_4e2b0ea1f70b394ace87a9ca3bf6d4a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_672d57a4a59b9361975c843ab10d5dc1.setIcon(icon_cf9936a558a6fa7fdddcb2e8cc7180aa);
|
|
|
|
|
|
var marker_706fe0d3e9a1f302bdac485e704f4209 = L.marker(
|
|
[39.048, -77.4817],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_5ab90b55685078444509475d4d26f289 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67d1d71481c2a7da7068b6f1aa57d638 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb0575d00274b881d569222083ac0ade = $(`<div id="html_eb0575d00274b881d569222083ac0ade" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_67d1d71481c2a7da7068b6f1aa57d638.setContent(html_eb0575d00274b881d569222083ac0ade);
|
|
|
|
|
|
|
|
marker_706fe0d3e9a1f302bdac485e704f4209.bindPopup(popup_67d1d71481c2a7da7068b6f1aa57d638)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_706fe0d3e9a1f302bdac485e704f4209.setIcon(icon_5ab90b55685078444509475d4d26f289);
|
|
|
|
|
|
var marker_5523448e60edd783f7cd49a9f04a2969 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_5e81da26d124337485251328ab870a27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f291b8a7c6955d3696879657be992c72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e095952258642edb98ccea33f23d13d = $(`<div id="html_3e095952258642edb98ccea33f23d13d" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_f291b8a7c6955d3696879657be992c72.setContent(html_3e095952258642edb98ccea33f23d13d);
|
|
|
|
|
|
|
|
marker_5523448e60edd783f7cd49a9f04a2969.bindPopup(popup_f291b8a7c6955d3696879657be992c72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5523448e60edd783f7cd49a9f04a2969.setIcon(icon_5e81da26d124337485251328ab870a27);
|
|
|
|
|
|
var marker_4e58903d000d6aff314cf36f6782e2c3 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_4f89ff808cb3fd1ea9bf4c3997f547ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_065dbda7c364d678c97226306f30d2ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c87b6043a1bc81d3c1a4040e8e37aa5b = $(`<div id="html_c87b6043a1bc81d3c1a4040e8e37aa5b" style="width: 100.0%; height: 100.0%;">relay.thebluepulse.com</div>`)[0];
|
|
popup_065dbda7c364d678c97226306f30d2ab.setContent(html_c87b6043a1bc81d3c1a4040e8e37aa5b);
|
|
|
|
|
|
|
|
marker_4e58903d000d6aff314cf36f6782e2c3.bindPopup(popup_065dbda7c364d678c97226306f30d2ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e58903d000d6aff314cf36f6782e2c3.setIcon(icon_4f89ff808cb3fd1ea9bf4c3997f547ee);
|
|
|
|
|
|
var marker_3fde1785c8acf16024b54b01250f8c43 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_506308cd852a84c9d8865fc9911594aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b1aadffd21af63bfbe8b71eca026f8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cf324599e4ccefac06dc16eea5540a1 = $(`<div id="html_8cf324599e4ccefac06dc16eea5540a1" style="width: 100.0%; height: 100.0%;">wot.yesnostr.net</div>`)[0];
|
|
popup_3b1aadffd21af63bfbe8b71eca026f8c.setContent(html_8cf324599e4ccefac06dc16eea5540a1);
|
|
|
|
|
|
|
|
marker_3fde1785c8acf16024b54b01250f8c43.bindPopup(popup_3b1aadffd21af63bfbe8b71eca026f8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3fde1785c8acf16024b54b01250f8c43.setIcon(icon_506308cd852a84c9d8865fc9911594aa);
|
|
|
|
|
|
var marker_5a6f8800110dd3628219c82ebd832b39 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_9bce8148173f43b586d546f73469c2b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc01c4beb3804a06f59b215257f6add4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_684a27ba402636b4e008baa2f8ee75d0 = $(`<div id="html_684a27ba402636b4e008baa2f8ee75d0" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_fc01c4beb3804a06f59b215257f6add4.setContent(html_684a27ba402636b4e008baa2f8ee75d0);
|
|
|
|
|
|
|
|
marker_5a6f8800110dd3628219c82ebd832b39.bindPopup(popup_fc01c4beb3804a06f59b215257f6add4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a6f8800110dd3628219c82ebd832b39.setIcon(icon_9bce8148173f43b586d546f73469c2b1);
|
|
|
|
|
|
var marker_d0afd2d5f0eea7fc69567a7e446233bb = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_11d3181580d4d001a00895744429f59d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eda552252ba0bd7c9ab11a2f58cb8321 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef18c15c0977a4d24d26f39863c8c7f3 = $(`<div id="html_ef18c15c0977a4d24d26f39863c8c7f3" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_eda552252ba0bd7c9ab11a2f58cb8321.setContent(html_ef18c15c0977a4d24d26f39863c8c7f3);
|
|
|
|
|
|
|
|
marker_d0afd2d5f0eea7fc69567a7e446233bb.bindPopup(popup_eda552252ba0bd7c9ab11a2f58cb8321)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0afd2d5f0eea7fc69567a7e446233bb.setIcon(icon_11d3181580d4d001a00895744429f59d);
|
|
|
|
|
|
var marker_08f040543f68b6bc8462461592c844d5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_49be6d421077d03a61ea2fe089a18948 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a45e0b7e480bc751c4e6ef8ba2ac83f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87886072b6d2e09f1db40f65463d5162 = $(`<div id="html_87886072b6d2e09f1db40f65463d5162" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_3a45e0b7e480bc751c4e6ef8ba2ac83f.setContent(html_87886072b6d2e09f1db40f65463d5162);
|
|
|
|
|
|
|
|
marker_08f040543f68b6bc8462461592c844d5.bindPopup(popup_3a45e0b7e480bc751c4e6ef8ba2ac83f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08f040543f68b6bc8462461592c844d5.setIcon(icon_49be6d421077d03a61ea2fe089a18948);
|
|
|
|
|
|
var marker_16d913c5712ed962d92bdcec8e7da20a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_730541775607ad6733fdb39cf6367430 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0753dedf16d4e14eee8ed266265b4ad1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_519dd9f5a4e5a8d125c0f0a57766a747 = $(`<div id="html_519dd9f5a4e5a8d125c0f0a57766a747" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_0753dedf16d4e14eee8ed266265b4ad1.setContent(html_519dd9f5a4e5a8d125c0f0a57766a747);
|
|
|
|
|
|
|
|
marker_16d913c5712ed962d92bdcec8e7da20a.bindPopup(popup_0753dedf16d4e14eee8ed266265b4ad1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16d913c5712ed962d92bdcec8e7da20a.setIcon(icon_730541775607ad6733fdb39cf6367430);
|
|
|
|
|
|
var marker_7af7a81c7f5a90409dd2805725725b69 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_bbb33e11e06a9303dbf536621fec42aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3448bcc8c3ec3955fb36d7b6f616aff9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7bb1ab1cf9b8f6e80a881e039443cafc = $(`<div id="html_7bb1ab1cf9b8f6e80a881e039443cafc" style="width: 100.0%; height: 100.0%;">api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_3448bcc8c3ec3955fb36d7b6f616aff9.setContent(html_7bb1ab1cf9b8f6e80a881e039443cafc);
|
|
|
|
|
|
|
|
marker_7af7a81c7f5a90409dd2805725725b69.bindPopup(popup_3448bcc8c3ec3955fb36d7b6f616aff9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7af7a81c7f5a90409dd2805725725b69.setIcon(icon_bbb33e11e06a9303dbf536621fec42aa);
|
|
|
|
|
|
var marker_ec02230f07e4714932f93d5945de802d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_ff470796c7ba29bfa7b568cd06a31414 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_729df61d0f151149552109008ecfc982 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd3da1473a0e8e58b632fb900e67528a = $(`<div id="html_bd3da1473a0e8e58b632fb900e67528a" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_729df61d0f151149552109008ecfc982.setContent(html_bd3da1473a0e8e58b632fb900e67528a);
|
|
|
|
|
|
|
|
marker_ec02230f07e4714932f93d5945de802d.bindPopup(popup_729df61d0f151149552109008ecfc982)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec02230f07e4714932f93d5945de802d.setIcon(icon_ff470796c7ba29bfa7b568cd06a31414);
|
|
|
|
|
|
var marker_90147d2423e31e056042e9b7007f00de = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_cb58006ce30d9ff331495b334b742247 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_042f6eb387f12fe0603f4cfb89feb2a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6dacf6a0c2cce1c2c6558276838134c6 = $(`<div id="html_6dacf6a0c2cce1c2c6558276838134c6" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_042f6eb387f12fe0603f4cfb89feb2a9.setContent(html_6dacf6a0c2cce1c2c6558276838134c6);
|
|
|
|
|
|
|
|
marker_90147d2423e31e056042e9b7007f00de.bindPopup(popup_042f6eb387f12fe0603f4cfb89feb2a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90147d2423e31e056042e9b7007f00de.setIcon(icon_cb58006ce30d9ff331495b334b742247);
|
|
|
|
|
|
var marker_f86c31ba9037e9f22668696d37ad31ac = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_fed74686bd23233d8472a78176b8b991 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10467265e36c086b1c4cd0f324507065 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d16320781009511d3556a10ef69b5fa4 = $(`<div id="html_d16320781009511d3556a10ef69b5fa4" style="width: 100.0%; height: 100.0%;">nostr.parallel.hetu.org:8443</div>`)[0];
|
|
popup_10467265e36c086b1c4cd0f324507065.setContent(html_d16320781009511d3556a10ef69b5fa4);
|
|
|
|
|
|
|
|
marker_f86c31ba9037e9f22668696d37ad31ac.bindPopup(popup_10467265e36c086b1c4cd0f324507065)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f86c31ba9037e9f22668696d37ad31ac.setIcon(icon_fed74686bd23233d8472a78176b8b991);
|
|
|
|
|
|
var marker_801757789fdbae00d331931d95dd05b8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b);
|
|
|
|
|
|
var icon_c32d811244c5f795c5cb2fa60542201e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e94fd85083a76cbeb028e46ce81e8d2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_289c40c6af4d5cba72dc0d8c204255e5 = $(`<div id="html_289c40c6af4d5cba72dc0d8c204255e5" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_e94fd85083a76cbeb028e46ce81e8d2f.setContent(html_289c40c6af4d5cba72dc0d8c204255e5);
|
|
|
|
|
|
|
|
marker_801757789fdbae00d331931d95dd05b8.bindPopup(popup_e94fd85083a76cbeb028e46ce81e8d2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_801757789fdbae00d331931d95dd05b8.setIcon(icon_c32d811244c5f795c5cb2fa60542201e);
|
|
|
|
|
|
marker_cluster_4661e8ce9f033f62b5cc74a2516cf00b.addTo(map_8c21518365b416bf54ecff193874d72e);
|
|
|
|
</script>
|
|
</html> |