mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 18:05:18 +00:00
10639 lines
309 KiB
HTML
10639 lines
309 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_f08a1a6b0b08fb39dcf1dc39309906c8 {
|
|
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_f08a1a6b0b08fb39dcf1dc39309906c8" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_f08a1a6b0b08fb39dcf1dc39309906c8 = L.map(
|
|
"map_f08a1a6b0b08fb39dcf1dc39309906c8",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_33f1dbb9c221957d93a8b18c2413f37f = 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_33f1dbb9c221957d93a8b18c2413f37f.addTo(map_f08a1a6b0b08fb39dcf1dc39309906c8);
|
|
|
|
|
|
var marker_cluster_5ee8a2937aba4037dd2457abf0208f35 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_9e7f7b95f20a336a92227e4673ac0c50 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_fadfc971df70cf40cb92ab491e9cefd9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d3258538db00727f997f4c242b8504b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b22907398275d0a7b0a9e37887e9d34 = $(`<div id="html_9b22907398275d0a7b0a9e37887e9d34" style="width: 100.0%; height: 100.0%;">relay.barine.co</div>`)[0];
|
|
popup_9d3258538db00727f997f4c242b8504b.setContent(html_9b22907398275d0a7b0a9e37887e9d34);
|
|
|
|
|
|
|
|
marker_9e7f7b95f20a336a92227e4673ac0c50.bindPopup(popup_9d3258538db00727f997f4c242b8504b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e7f7b95f20a336a92227e4673ac0c50.setIcon(icon_fadfc971df70cf40cb92ab491e9cefd9);
|
|
|
|
|
|
var marker_e99235ebb9cd905987b26c1902b97008 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_c62c5197002601aafc1d4b8baab71c15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec8732ea773d7ab2944c002829ceee72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fc69ebb43d62d001414feda05236b48 = $(`<div id="html_9fc69ebb43d62d001414feda05236b48" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_ec8732ea773d7ab2944c002829ceee72.setContent(html_9fc69ebb43d62d001414feda05236b48);
|
|
|
|
|
|
|
|
marker_e99235ebb9cd905987b26c1902b97008.bindPopup(popup_ec8732ea773d7ab2944c002829ceee72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e99235ebb9cd905987b26c1902b97008.setIcon(icon_c62c5197002601aafc1d4b8baab71c15);
|
|
|
|
|
|
var marker_7cb886d368f46bbd127e81fdd28c0a05 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_344cdc5bbf8b0ab8a7cb0e8d3abe9970 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b62f77f903bf894aff90fdd02b9e74a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c89ccbeb003b464bd8c68bf4df047789 = $(`<div id="html_c89ccbeb003b464bd8c68bf4df047789" style="width: 100.0%; height: 100.0%;">ithurtswhenip.ee</div>`)[0];
|
|
popup_3b62f77f903bf894aff90fdd02b9e74a.setContent(html_c89ccbeb003b464bd8c68bf4df047789);
|
|
|
|
|
|
|
|
marker_7cb886d368f46bbd127e81fdd28c0a05.bindPopup(popup_3b62f77f903bf894aff90fdd02b9e74a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cb886d368f46bbd127e81fdd28c0a05.setIcon(icon_344cdc5bbf8b0ab8a7cb0e8d3abe9970);
|
|
|
|
|
|
var marker_ba6d1825f95a1b51b464185320553695 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_5a123939f88b0b27336c476e2c28bd0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1231cd0e46b1e0a425602c5c7edcf33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9debf9f1f859246aed16e6abc5b01b3 = $(`<div id="html_b9debf9f1f859246aed16e6abc5b01b3" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_d1231cd0e46b1e0a425602c5c7edcf33.setContent(html_b9debf9f1f859246aed16e6abc5b01b3);
|
|
|
|
|
|
|
|
marker_ba6d1825f95a1b51b464185320553695.bindPopup(popup_d1231cd0e46b1e0a425602c5c7edcf33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba6d1825f95a1b51b464185320553695.setIcon(icon_5a123939f88b0b27336c476e2c28bd0f);
|
|
|
|
|
|
var marker_cde87310c92fc67a832bfb10897dfaec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_87b20e78db20064db577c6817b6645f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9fcc6c5ce40ec42a2a73d0024e0aa9f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_841ac745c717b2c9c9b9e53138213bfe = $(`<div id="html_841ac745c717b2c9c9b9e53138213bfe" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_9fcc6c5ce40ec42a2a73d0024e0aa9f0.setContent(html_841ac745c717b2c9c9b9e53138213bfe);
|
|
|
|
|
|
|
|
marker_cde87310c92fc67a832bfb10897dfaec.bindPopup(popup_9fcc6c5ce40ec42a2a73d0024e0aa9f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cde87310c92fc67a832bfb10897dfaec.setIcon(icon_87b20e78db20064db577c6817b6645f2);
|
|
|
|
|
|
var marker_ae7b12e2e3219ebc50dc4662bd643a6b = L.marker(
|
|
[34.282, -118.439],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_a8c7a09dcb86a0f9e76786be45acd074 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0c429f5d7d6d6d8c00eebaaa78dae01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6d2876623d0c5689c4bb84ec48a1c04 = $(`<div id="html_f6d2876623d0c5689c4bb84ec48a1c04" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_c0c429f5d7d6d6d8c00eebaaa78dae01.setContent(html_f6d2876623d0c5689c4bb84ec48a1c04);
|
|
|
|
|
|
|
|
marker_ae7b12e2e3219ebc50dc4662bd643a6b.bindPopup(popup_c0c429f5d7d6d6d8c00eebaaa78dae01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae7b12e2e3219ebc50dc4662bd643a6b.setIcon(icon_a8c7a09dcb86a0f9e76786be45acd074);
|
|
|
|
|
|
var marker_9b2372bd4399b78d418e5cb3b03bbd20 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_d1d6d5d5487af0f25e33501556fd8dc8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0729b66a514613a08556e4f44c3f6567 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5a9afac15d640e9e516fe234d61f0df = $(`<div id="html_a5a9afac15d640e9e516fe234d61f0df" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_0729b66a514613a08556e4f44c3f6567.setContent(html_a5a9afac15d640e9e516fe234d61f0df);
|
|
|
|
|
|
|
|
marker_9b2372bd4399b78d418e5cb3b03bbd20.bindPopup(popup_0729b66a514613a08556e4f44c3f6567)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b2372bd4399b78d418e5cb3b03bbd20.setIcon(icon_d1d6d5d5487af0f25e33501556fd8dc8);
|
|
|
|
|
|
var marker_8ac241b95c68cbc3fc0a435e9a0f8ce1 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_96017b3e2db513d3fd7e56caebcfbc0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b357702dfd5c98d2ebb6d77dfc8db50a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e96cd44d671871e5dd35e840b63431f = $(`<div id="html_3e96cd44d671871e5dd35e840b63431f" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_b357702dfd5c98d2ebb6d77dfc8db50a.setContent(html_3e96cd44d671871e5dd35e840b63431f);
|
|
|
|
|
|
|
|
marker_8ac241b95c68cbc3fc0a435e9a0f8ce1.bindPopup(popup_b357702dfd5c98d2ebb6d77dfc8db50a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ac241b95c68cbc3fc0a435e9a0f8ce1.setIcon(icon_96017b3e2db513d3fd7e56caebcfbc0d);
|
|
|
|
|
|
var marker_288a36314d0c784263452934abaff45d = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_ce8b2fc19039ff3632b6fec3b7d04f39 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5bda69c8425ff072b885c1191617f3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c20c0a95dd54aeaf92a764fe324b24c8 = $(`<div id="html_c20c0a95dd54aeaf92a764fe324b24c8" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_d5bda69c8425ff072b885c1191617f3f.setContent(html_c20c0a95dd54aeaf92a764fe324b24c8);
|
|
|
|
|
|
|
|
marker_288a36314d0c784263452934abaff45d.bindPopup(popup_d5bda69c8425ff072b885c1191617f3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_288a36314d0c784263452934abaff45d.setIcon(icon_ce8b2fc19039ff3632b6fec3b7d04f39);
|
|
|
|
|
|
var marker_8b987573965b980bc5e54afc9b28deaa = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_988ad7f48f10af0b46d9a58043333bc6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5291fbd0816fa70b21c5b7f3bc125adc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2428bdfb484da536fb6ece7b6f1edc06 = $(`<div id="html_2428bdfb484da536fb6ece7b6f1edc06" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_5291fbd0816fa70b21c5b7f3bc125adc.setContent(html_2428bdfb484da536fb6ece7b6f1edc06);
|
|
|
|
|
|
|
|
marker_8b987573965b980bc5e54afc9b28deaa.bindPopup(popup_5291fbd0816fa70b21c5b7f3bc125adc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b987573965b980bc5e54afc9b28deaa.setIcon(icon_988ad7f48f10af0b46d9a58043333bc6);
|
|
|
|
|
|
var marker_2d4e69bf2b5f470c480cd5c211a19e50 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_d8e81a9489b719b43d33aa230eb9f87b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3db2082389cebd0544638f83a36e14af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24a65ada6c59a3a2cb7dd601001a8598 = $(`<div id="html_24a65ada6c59a3a2cb7dd601001a8598" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_3db2082389cebd0544638f83a36e14af.setContent(html_24a65ada6c59a3a2cb7dd601001a8598);
|
|
|
|
|
|
|
|
marker_2d4e69bf2b5f470c480cd5c211a19e50.bindPopup(popup_3db2082389cebd0544638f83a36e14af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d4e69bf2b5f470c480cd5c211a19e50.setIcon(icon_d8e81a9489b719b43d33aa230eb9f87b);
|
|
|
|
|
|
var marker_6c83cc0f326499c437614a360cd8c0ec = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_18e9a2eef8709129c0cc9f16c83ad794 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f910dc3dbc3d6f2b86dd226d8b8c415 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2629b676257583bf284cdd268f0af19 = $(`<div id="html_c2629b676257583bf284cdd268f0af19" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_7f910dc3dbc3d6f2b86dd226d8b8c415.setContent(html_c2629b676257583bf284cdd268f0af19);
|
|
|
|
|
|
|
|
marker_6c83cc0f326499c437614a360cd8c0ec.bindPopup(popup_7f910dc3dbc3d6f2b86dd226d8b8c415)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c83cc0f326499c437614a360cd8c0ec.setIcon(icon_18e9a2eef8709129c0cc9f16c83ad794);
|
|
|
|
|
|
var marker_fb27c2762a1807311ec59c51fb508cc4 = L.marker(
|
|
[52.6467, 4.7395],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_b21f7a91aa15cce84ef9a72caa254017 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ded5600e5b9690587ac15713de8fbca9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc797f01ebcadf2a724b8d409e78fc81 = $(`<div id="html_fc797f01ebcadf2a724b8d409e78fc81" style="width: 100.0%; height: 100.0%;">relay.nostr.vet</div>`)[0];
|
|
popup_ded5600e5b9690587ac15713de8fbca9.setContent(html_fc797f01ebcadf2a724b8d409e78fc81);
|
|
|
|
|
|
|
|
marker_fb27c2762a1807311ec59c51fb508cc4.bindPopup(popup_ded5600e5b9690587ac15713de8fbca9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb27c2762a1807311ec59c51fb508cc4.setIcon(icon_b21f7a91aa15cce84ef9a72caa254017);
|
|
|
|
|
|
var marker_ed57daecfc7ec1d95855896ecb3cbb89 = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_5e5e12cca5e98f03c55b297dcdcf6e0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6923281919365cb9976587d29e40dd6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_249c905df60bfc5a763e3ef3c85bdea0 = $(`<div id="html_249c905df60bfc5a763e3ef3c85bdea0" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_6923281919365cb9976587d29e40dd6e.setContent(html_249c905df60bfc5a763e3ef3c85bdea0);
|
|
|
|
|
|
|
|
marker_ed57daecfc7ec1d95855896ecb3cbb89.bindPopup(popup_6923281919365cb9976587d29e40dd6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed57daecfc7ec1d95855896ecb3cbb89.setIcon(icon_5e5e12cca5e98f03c55b297dcdcf6e0e);
|
|
|
|
|
|
var marker_b0f4ecbd183886c4eef73aea2b9d9197 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_6f48dd0fdfb258f0e833bd617747d55f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d313442221148600245b5d24ce034b7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9dfbc89d69ba8148820bef749a14112b = $(`<div id="html_9dfbc89d69ba8148820bef749a14112b" style="width: 100.0%; height: 100.0%;">wot.basspistol.org</div>`)[0];
|
|
popup_d313442221148600245b5d24ce034b7b.setContent(html_9dfbc89d69ba8148820bef749a14112b);
|
|
|
|
|
|
|
|
marker_b0f4ecbd183886c4eef73aea2b9d9197.bindPopup(popup_d313442221148600245b5d24ce034b7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0f4ecbd183886c4eef73aea2b9d9197.setIcon(icon_6f48dd0fdfb258f0e833bd617747d55f);
|
|
|
|
|
|
var marker_5f45905f5207bf66cfe80701d7ccd800 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_c71fd88ea1128d2407dff538831c1d96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_222496bd1a35a87b4df4eeea36a1f96d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_316bff086d5b446639b114da942fb4ca = $(`<div id="html_316bff086d5b446639b114da942fb4ca" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_222496bd1a35a87b4df4eeea36a1f96d.setContent(html_316bff086d5b446639b114da942fb4ca);
|
|
|
|
|
|
|
|
marker_5f45905f5207bf66cfe80701d7ccd800.bindPopup(popup_222496bd1a35a87b4df4eeea36a1f96d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f45905f5207bf66cfe80701d7ccd800.setIcon(icon_c71fd88ea1128d2407dff538831c1d96);
|
|
|
|
|
|
var marker_f876b052acfe73192f20ad7257c9dc7d = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_d7f531df0780f00f93b5d0703f2f1826 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6ba7b3787cb06ddb0ef6205e3c49029 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ac77bd890754b82c5473836f0d15a3b = $(`<div id="html_1ac77bd890754b82c5473836f0d15a3b" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_c6ba7b3787cb06ddb0ef6205e3c49029.setContent(html_1ac77bd890754b82c5473836f0d15a3b);
|
|
|
|
|
|
|
|
marker_f876b052acfe73192f20ad7257c9dc7d.bindPopup(popup_c6ba7b3787cb06ddb0ef6205e3c49029)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f876b052acfe73192f20ad7257c9dc7d.setIcon(icon_d7f531df0780f00f93b5d0703f2f1826);
|
|
|
|
|
|
var marker_f49cea148b6014c51ff00d23c5ea4687 = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_b1b45648b01a87f5a29e842f172f39d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ee822db52108e43d5cb0fa1e6785547 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b018be8805f4f31db738a4341b20341 = $(`<div id="html_2b018be8805f4f31db738a4341b20341" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_6ee822db52108e43d5cb0fa1e6785547.setContent(html_2b018be8805f4f31db738a4341b20341);
|
|
|
|
|
|
|
|
marker_f49cea148b6014c51ff00d23c5ea4687.bindPopup(popup_6ee822db52108e43d5cb0fa1e6785547)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f49cea148b6014c51ff00d23c5ea4687.setIcon(icon_b1b45648b01a87f5a29e842f172f39d0);
|
|
|
|
|
|
var marker_d0795c77a42f15fc122550f9d3971ea8 = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_dfe2a0dd7d08a25f04477f035fb7c9f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7cee8859c2260cc7ed77d674384f26d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48488a38e00d0ebdaa62db8f605dfddc = $(`<div id="html_48488a38e00d0ebdaa62db8f605dfddc" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_c7cee8859c2260cc7ed77d674384f26d.setContent(html_48488a38e00d0ebdaa62db8f605dfddc);
|
|
|
|
|
|
|
|
marker_d0795c77a42f15fc122550f9d3971ea8.bindPopup(popup_c7cee8859c2260cc7ed77d674384f26d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0795c77a42f15fc122550f9d3971ea8.setIcon(icon_dfe2a0dd7d08a25f04477f035fb7c9f3);
|
|
|
|
|
|
var marker_be28c0db9bd92c0ecefec72cb781278a = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_be5927ca4c2894fe42fb137bc370de12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a888890fc9c5eda5c78be22e3b162163 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85db18e0ef61befeb01debceac5634f4 = $(`<div id="html_85db18e0ef61befeb01debceac5634f4" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_a888890fc9c5eda5c78be22e3b162163.setContent(html_85db18e0ef61befeb01debceac5634f4);
|
|
|
|
|
|
|
|
marker_be28c0db9bd92c0ecefec72cb781278a.bindPopup(popup_a888890fc9c5eda5c78be22e3b162163)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be28c0db9bd92c0ecefec72cb781278a.setIcon(icon_be5927ca4c2894fe42fb137bc370de12);
|
|
|
|
|
|
var marker_2616494af5413f6c62dd12d67cae7bc8 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_a2b274e94b4590a8a5d4620597197102 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44b352da751593e2951c766e5fd04949 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e06aa0150b1b7e4e8a5b6ee7ca312ae3 = $(`<div id="html_e06aa0150b1b7e4e8a5b6ee7ca312ae3" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_44b352da751593e2951c766e5fd04949.setContent(html_e06aa0150b1b7e4e8a5b6ee7ca312ae3);
|
|
|
|
|
|
|
|
marker_2616494af5413f6c62dd12d67cae7bc8.bindPopup(popup_44b352da751593e2951c766e5fd04949)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2616494af5413f6c62dd12d67cae7bc8.setIcon(icon_a2b274e94b4590a8a5d4620597197102);
|
|
|
|
|
|
var marker_a5df69a98752be473e1bee7bdc41a94b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_810c7589b0a36dabd42fe3b274a00c38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_828e505f02c9eba01ead3f5b67c1db35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4aebbfef97d42de218335935113e9894 = $(`<div id="html_4aebbfef97d42de218335935113e9894" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_828e505f02c9eba01ead3f5b67c1db35.setContent(html_4aebbfef97d42de218335935113e9894);
|
|
|
|
|
|
|
|
marker_a5df69a98752be473e1bee7bdc41a94b.bindPopup(popup_828e505f02c9eba01ead3f5b67c1db35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5df69a98752be473e1bee7bdc41a94b.setIcon(icon_810c7589b0a36dabd42fe3b274a00c38);
|
|
|
|
|
|
var marker_a18edec1a4833f61acf52801044bed2f = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_1d1e49e9b9b204dd20bc8466f37557c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83213cc1bf39ad15fb9d651bdc7d17d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3753ceb04ddb97754f235adb37c798c = $(`<div id="html_b3753ceb04ddb97754f235adb37c798c" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_83213cc1bf39ad15fb9d651bdc7d17d0.setContent(html_b3753ceb04ddb97754f235adb37c798c);
|
|
|
|
|
|
|
|
marker_a18edec1a4833f61acf52801044bed2f.bindPopup(popup_83213cc1bf39ad15fb9d651bdc7d17d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a18edec1a4833f61acf52801044bed2f.setIcon(icon_1d1e49e9b9b204dd20bc8466f37557c9);
|
|
|
|
|
|
var marker_0105949062234495e1f0cf7c9b77aa2e = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_7c736c45b5ff47edffadac412c9c9e8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5310a44641461b424e30701f49cc7e76 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b8ce5d4d24b26db46ec7ee52793c3bc = $(`<div id="html_9b8ce5d4d24b26db46ec7ee52793c3bc" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_5310a44641461b424e30701f49cc7e76.setContent(html_9b8ce5d4d24b26db46ec7ee52793c3bc);
|
|
|
|
|
|
|
|
marker_0105949062234495e1f0cf7c9b77aa2e.bindPopup(popup_5310a44641461b424e30701f49cc7e76)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0105949062234495e1f0cf7c9b77aa2e.setIcon(icon_7c736c45b5ff47edffadac412c9c9e8a);
|
|
|
|
|
|
var marker_c71eb7e7923aa19ff3e393d7477ee33c = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_8255f49464d8de77f78a2e0b8445527e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a1de6bc36c3fa2e2bfa96b615a22628 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_013a786763956e84dbd717f451e4b8da = $(`<div id="html_013a786763956e84dbd717f451e4b8da" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_3a1de6bc36c3fa2e2bfa96b615a22628.setContent(html_013a786763956e84dbd717f451e4b8da);
|
|
|
|
|
|
|
|
marker_c71eb7e7923aa19ff3e393d7477ee33c.bindPopup(popup_3a1de6bc36c3fa2e2bfa96b615a22628)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c71eb7e7923aa19ff3e393d7477ee33c.setIcon(icon_8255f49464d8de77f78a2e0b8445527e);
|
|
|
|
|
|
var marker_5a45dcb770a3914f764ef49b3ff08a19 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_0d96d443bd34649d3072546c7a8eec5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d790b435d680d4a6e3ec8c9859c02518 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4f606390ae9870a1b2612af862e8d37 = $(`<div id="html_a4f606390ae9870a1b2612af862e8d37" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_d790b435d680d4a6e3ec8c9859c02518.setContent(html_a4f606390ae9870a1b2612af862e8d37);
|
|
|
|
|
|
|
|
marker_5a45dcb770a3914f764ef49b3ff08a19.bindPopup(popup_d790b435d680d4a6e3ec8c9859c02518)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a45dcb770a3914f764ef49b3ff08a19.setIcon(icon_0d96d443bd34649d3072546c7a8eec5d);
|
|
|
|
|
|
var marker_6e019b26bd6b13f835b0d7fcae1918e7 = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_1fd7a49c93f79bf24b64a42329c42022 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98e8974a5af6a38869b3860a01194199 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_979a13069047228a37f5bc206f54d376 = $(`<div id="html_979a13069047228a37f5bc206f54d376" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_98e8974a5af6a38869b3860a01194199.setContent(html_979a13069047228a37f5bc206f54d376);
|
|
|
|
|
|
|
|
marker_6e019b26bd6b13f835b0d7fcae1918e7.bindPopup(popup_98e8974a5af6a38869b3860a01194199)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e019b26bd6b13f835b0d7fcae1918e7.setIcon(icon_1fd7a49c93f79bf24b64a42329c42022);
|
|
|
|
|
|
var marker_83b47eab37808e97fc16e19a481ee3cc = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_aabf6203791ed6c2c25d639d6dca05ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bd28adbe189e10f98e33b78c86d0767 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c66a8cff371ad53fdfbe6188a85e099 = $(`<div id="html_8c66a8cff371ad53fdfbe6188a85e099" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_0bd28adbe189e10f98e33b78c86d0767.setContent(html_8c66a8cff371ad53fdfbe6188a85e099);
|
|
|
|
|
|
|
|
marker_83b47eab37808e97fc16e19a481ee3cc.bindPopup(popup_0bd28adbe189e10f98e33b78c86d0767)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83b47eab37808e97fc16e19a481ee3cc.setIcon(icon_aabf6203791ed6c2c25d639d6dca05ea);
|
|
|
|
|
|
var marker_315a194efeb06ab09cfbbd5a5e6b0aa1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_fd7637548deb5f8d469c280c78d659fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9f179f0101c4bcc4521582af41c6ecb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_862aa5d7069e1d2e2bd6343507e11a84 = $(`<div id="html_862aa5d7069e1d2e2bd6343507e11a84" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_f9f179f0101c4bcc4521582af41c6ecb.setContent(html_862aa5d7069e1d2e2bd6343507e11a84);
|
|
|
|
|
|
|
|
marker_315a194efeb06ab09cfbbd5a5e6b0aa1.bindPopup(popup_f9f179f0101c4bcc4521582af41c6ecb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_315a194efeb06ab09cfbbd5a5e6b0aa1.setIcon(icon_fd7637548deb5f8d469c280c78d659fe);
|
|
|
|
|
|
var marker_64aad9b0538be261d83c69608b691d23 = L.marker(
|
|
[41.8959, -88.2169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_0a2847d71f7d3f506cf975844f75f664 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf9cc995b1e48f80979225b0d3245277 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c339f9da922d7f78fe2e2629445239ef = $(`<div id="html_c339f9da922d7f78fe2e2629445239ef" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_bf9cc995b1e48f80979225b0d3245277.setContent(html_c339f9da922d7f78fe2e2629445239ef);
|
|
|
|
|
|
|
|
marker_64aad9b0538be261d83c69608b691d23.bindPopup(popup_bf9cc995b1e48f80979225b0d3245277)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64aad9b0538be261d83c69608b691d23.setIcon(icon_0a2847d71f7d3f506cf975844f75f664);
|
|
|
|
|
|
var marker_9860279f1599e5383818d6eb9f198b66 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_ba897751ae35d1715890c818c9853a02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31b3ccf118d2c5356e046d9f570334f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66ca0bf6f5b904ac8ab605131615a0e0 = $(`<div id="html_66ca0bf6f5b904ac8ab605131615a0e0" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_31b3ccf118d2c5356e046d9f570334f7.setContent(html_66ca0bf6f5b904ac8ab605131615a0e0);
|
|
|
|
|
|
|
|
marker_9860279f1599e5383818d6eb9f198b66.bindPopup(popup_31b3ccf118d2c5356e046d9f570334f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9860279f1599e5383818d6eb9f198b66.setIcon(icon_ba897751ae35d1715890c818c9853a02);
|
|
|
|
|
|
var marker_3915675e3b5cb70498ff878ab476143d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_a06ecc24d37b6a76746bc23ac9ba4a04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_941e23902798edb1e8d2fd61201f1e32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e721d3f094d4eb891e4d9e2dfd581c4a = $(`<div id="html_e721d3f094d4eb891e4d9e2dfd581c4a" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_941e23902798edb1e8d2fd61201f1e32.setContent(html_e721d3f094d4eb891e4d9e2dfd581c4a);
|
|
|
|
|
|
|
|
marker_3915675e3b5cb70498ff878ab476143d.bindPopup(popup_941e23902798edb1e8d2fd61201f1e32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3915675e3b5cb70498ff878ab476143d.setIcon(icon_a06ecc24d37b6a76746bc23ac9ba4a04);
|
|
|
|
|
|
var marker_3436df046ee050d3469d3b0509aa9361 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_91752fa57dc5744861e8de781310ac62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d1dc3f76f1ac8eae193023b061b8f1a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_707b85a39693084dc3d074e94b3e0fe8 = $(`<div id="html_707b85a39693084dc3d074e94b3e0fe8" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_7d1dc3f76f1ac8eae193023b061b8f1a.setContent(html_707b85a39693084dc3d074e94b3e0fe8);
|
|
|
|
|
|
|
|
marker_3436df046ee050d3469d3b0509aa9361.bindPopup(popup_7d1dc3f76f1ac8eae193023b061b8f1a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3436df046ee050d3469d3b0509aa9361.setIcon(icon_91752fa57dc5744861e8de781310ac62);
|
|
|
|
|
|
var marker_306fe4b50e33123e1f63bec68055a901 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_0608d0c16542d7b24d4d948249ed93b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5cd24ca18b50f57612afdeea269c76d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c799fc8084189fe26faac193e721be41 = $(`<div id="html_c799fc8084189fe26faac193e721be41" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_c5cd24ca18b50f57612afdeea269c76d.setContent(html_c799fc8084189fe26faac193e721be41);
|
|
|
|
|
|
|
|
marker_306fe4b50e33123e1f63bec68055a901.bindPopup(popup_c5cd24ca18b50f57612afdeea269c76d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_306fe4b50e33123e1f63bec68055a901.setIcon(icon_0608d0c16542d7b24d4d948249ed93b2);
|
|
|
|
|
|
var marker_d9506ded146137e329ff7bf548d1b041 = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_0ba3ccc83a7b37b4d59bba5585c5bd8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2fc6af2498b0671abf9011e48b521782 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5bfdedac31db4c908e55006ebc29ce8f = $(`<div id="html_5bfdedac31db4c908e55006ebc29ce8f" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_2fc6af2498b0671abf9011e48b521782.setContent(html_5bfdedac31db4c908e55006ebc29ce8f);
|
|
|
|
|
|
|
|
marker_d9506ded146137e329ff7bf548d1b041.bindPopup(popup_2fc6af2498b0671abf9011e48b521782)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9506ded146137e329ff7bf548d1b041.setIcon(icon_0ba3ccc83a7b37b4d59bba5585c5bd8a);
|
|
|
|
|
|
var marker_92f5fce0c627daaf62f78fabf10d43e5 = L.marker(
|
|
[9.92857, -84.0528],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_6965f4d629f2e11c50349b469cf37d1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77532dfdffc5fa17ff45ca581c73b1af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a15f745141c989a5d4755c19f20c2992 = $(`<div id="html_a15f745141c989a5d4755c19f20c2992" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_77532dfdffc5fa17ff45ca581c73b1af.setContent(html_a15f745141c989a5d4755c19f20c2992);
|
|
|
|
|
|
|
|
marker_92f5fce0c627daaf62f78fabf10d43e5.bindPopup(popup_77532dfdffc5fa17ff45ca581c73b1af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92f5fce0c627daaf62f78fabf10d43e5.setIcon(icon_6965f4d629f2e11c50349b469cf37d1f);
|
|
|
|
|
|
var marker_890596d32ddeb8cbb50f54f1cc87b2f5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_286f58ff4eb0a3d90c057848e16d5b28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14151ea9fa1af238e6ce3448eae01f95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a468af52b9c143feee36e631b8a3461b = $(`<div id="html_a468af52b9c143feee36e631b8a3461b" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_14151ea9fa1af238e6ce3448eae01f95.setContent(html_a468af52b9c143feee36e631b8a3461b);
|
|
|
|
|
|
|
|
marker_890596d32ddeb8cbb50f54f1cc87b2f5.bindPopup(popup_14151ea9fa1af238e6ce3448eae01f95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_890596d32ddeb8cbb50f54f1cc87b2f5.setIcon(icon_286f58ff4eb0a3d90c057848e16d5b28);
|
|
|
|
|
|
var marker_976331603e8a4e803e326b008b942237 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_8da09ec89584520140025609ce2683e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0deceec83b9e5b5f9c9539dbd8ffca92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6722449a65fb737d0a36386b73cbb76 = $(`<div id="html_f6722449a65fb737d0a36386b73cbb76" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_0deceec83b9e5b5f9c9539dbd8ffca92.setContent(html_f6722449a65fb737d0a36386b73cbb76);
|
|
|
|
|
|
|
|
marker_976331603e8a4e803e326b008b942237.bindPopup(popup_0deceec83b9e5b5f9c9539dbd8ffca92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_976331603e8a4e803e326b008b942237.setIcon(icon_8da09ec89584520140025609ce2683e1);
|
|
|
|
|
|
var marker_a7d9deb9efba7cbe479bd4d6a84a41d4 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_1eff19bb09f9a38d78d8a08088b99c96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4cd739aab210aab9fdeae125bd448ea2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa688d7ce6ecd560b3f0836391d7d96a = $(`<div id="html_aa688d7ce6ecd560b3f0836391d7d96a" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_4cd739aab210aab9fdeae125bd448ea2.setContent(html_aa688d7ce6ecd560b3f0836391d7d96a);
|
|
|
|
|
|
|
|
marker_a7d9deb9efba7cbe479bd4d6a84a41d4.bindPopup(popup_4cd739aab210aab9fdeae125bd448ea2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7d9deb9efba7cbe479bd4d6a84a41d4.setIcon(icon_1eff19bb09f9a38d78d8a08088b99c96);
|
|
|
|
|
|
var marker_9fe108c2538fcf28433923622ff4e8fb = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_f959243616f39a9c517f6c95e6846357 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4f524a344b426b1e4d503b698f57685 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_acc4a1a249bdd728296086ebce9ae5a1 = $(`<div id="html_acc4a1a249bdd728296086ebce9ae5a1" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_f4f524a344b426b1e4d503b698f57685.setContent(html_acc4a1a249bdd728296086ebce9ae5a1);
|
|
|
|
|
|
|
|
marker_9fe108c2538fcf28433923622ff4e8fb.bindPopup(popup_f4f524a344b426b1e4d503b698f57685)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fe108c2538fcf28433923622ff4e8fb.setIcon(icon_f959243616f39a9c517f6c95e6846357);
|
|
|
|
|
|
var marker_514fe028d5d5b5adee0910098b274117 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_5b26fdb9f25348cb33823cd1e6b5fc76 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3d54438e3ac48fe389f855c556140c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31da48d64f0a8ea83692e8bff784f8bd = $(`<div id="html_31da48d64f0a8ea83692e8bff784f8bd" style="width: 100.0%; height: 100.0%;">relay.nostromo.social</div>`)[0];
|
|
popup_e3d54438e3ac48fe389f855c556140c2.setContent(html_31da48d64f0a8ea83692e8bff784f8bd);
|
|
|
|
|
|
|
|
marker_514fe028d5d5b5adee0910098b274117.bindPopup(popup_e3d54438e3ac48fe389f855c556140c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_514fe028d5d5b5adee0910098b274117.setIcon(icon_5b26fdb9f25348cb33823cd1e6b5fc76);
|
|
|
|
|
|
var marker_c3ec77d054c185e305f0febce796c4c4 = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_633b9c767ed477ef920c45c0497406f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e05f5a179860f799d4cf3c59013c19cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46f7672a340284ec8df776852e36ad54 = $(`<div id="html_46f7672a340284ec8df776852e36ad54" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_e05f5a179860f799d4cf3c59013c19cd.setContent(html_46f7672a340284ec8df776852e36ad54);
|
|
|
|
|
|
|
|
marker_c3ec77d054c185e305f0febce796c4c4.bindPopup(popup_e05f5a179860f799d4cf3c59013c19cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3ec77d054c185e305f0febce796c4c4.setIcon(icon_633b9c767ed477ef920c45c0497406f1);
|
|
|
|
|
|
var marker_e908fae181cb77cb61b74b41e7e53371 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_e769e6ba9dd8c881187dfccf6e51b5dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e9135f2c6494a8598f779add33ebfa0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0160a95a5fafd9f1c2e702ae1096be90 = $(`<div id="html_0160a95a5fafd9f1c2e702ae1096be90" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_8e9135f2c6494a8598f779add33ebfa0.setContent(html_0160a95a5fafd9f1c2e702ae1096be90);
|
|
|
|
|
|
|
|
marker_e908fae181cb77cb61b74b41e7e53371.bindPopup(popup_8e9135f2c6494a8598f779add33ebfa0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e908fae181cb77cb61b74b41e7e53371.setIcon(icon_e769e6ba9dd8c881187dfccf6e51b5dd);
|
|
|
|
|
|
var marker_721bab6116109730a347f7e54c06f7f8 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_6ae569f5b831d047373d7bd9f368b9f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26b89b6b4fd0b543069812e0f81b012b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abc8335a4df30bff2c48967b445e03a9 = $(`<div id="html_abc8335a4df30bff2c48967b445e03a9" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_26b89b6b4fd0b543069812e0f81b012b.setContent(html_abc8335a4df30bff2c48967b445e03a9);
|
|
|
|
|
|
|
|
marker_721bab6116109730a347f7e54c06f7f8.bindPopup(popup_26b89b6b4fd0b543069812e0f81b012b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_721bab6116109730a347f7e54c06f7f8.setIcon(icon_6ae569f5b831d047373d7bd9f368b9f0);
|
|
|
|
|
|
var marker_813d907dfb65e59949094b51c929ed9d = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_043c289206eef3ca8b8a4a0732989365 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8df09377fb05d9a08c99055a0728922 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3485de4de36f80ce34ccede918ec1eac = $(`<div id="html_3485de4de36f80ce34ccede918ec1eac" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_d8df09377fb05d9a08c99055a0728922.setContent(html_3485de4de36f80ce34ccede918ec1eac);
|
|
|
|
|
|
|
|
marker_813d907dfb65e59949094b51c929ed9d.bindPopup(popup_d8df09377fb05d9a08c99055a0728922)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_813d907dfb65e59949094b51c929ed9d.setIcon(icon_043c289206eef3ca8b8a4a0732989365);
|
|
|
|
|
|
var marker_bcc992dd4ce52637494eb24d56d6d152 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_37a113e16d49cff832e9169cddf699b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ea26980941a2770dfba3b8fd7632165 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c97d56257670c56453c981b6e9506c72 = $(`<div id="html_c97d56257670c56453c981b6e9506c72" style="width: 100.0%; height: 100.0%;">nproxy.kristapsk.lv</div>`)[0];
|
|
popup_1ea26980941a2770dfba3b8fd7632165.setContent(html_c97d56257670c56453c981b6e9506c72);
|
|
|
|
|
|
|
|
marker_bcc992dd4ce52637494eb24d56d6d152.bindPopup(popup_1ea26980941a2770dfba3b8fd7632165)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bcc992dd4ce52637494eb24d56d6d152.setIcon(icon_37a113e16d49cff832e9169cddf699b0);
|
|
|
|
|
|
var marker_2689938a62c98f5551e33a1de8f71279 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_61595b7982aadf78ce1f83e2b79a48d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db80e93239220263b85379c2ae117302 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df4e974ae4e5fe7e42eebe0bcdfed312 = $(`<div id="html_df4e974ae4e5fe7e42eebe0bcdfed312" style="width: 100.0%; height: 100.0%;">orangesync.tech</div>`)[0];
|
|
popup_db80e93239220263b85379c2ae117302.setContent(html_df4e974ae4e5fe7e42eebe0bcdfed312);
|
|
|
|
|
|
|
|
marker_2689938a62c98f5551e33a1de8f71279.bindPopup(popup_db80e93239220263b85379c2ae117302)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2689938a62c98f5551e33a1de8f71279.setIcon(icon_61595b7982aadf78ce1f83e2b79a48d3);
|
|
|
|
|
|
var marker_8b07cd8b3102650b15c5493097825c16 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_cdbd235f476f279dd59027f79b343eee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a923fe2683b1065a6bb07734cefa97f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29504960d5808919babc1a8ed1f5eec4 = $(`<div id="html_29504960d5808919babc1a8ed1f5eec4" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_7a923fe2683b1065a6bb07734cefa97f.setContent(html_29504960d5808919babc1a8ed1f5eec4);
|
|
|
|
|
|
|
|
marker_8b07cd8b3102650b15c5493097825c16.bindPopup(popup_7a923fe2683b1065a6bb07734cefa97f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b07cd8b3102650b15c5493097825c16.setIcon(icon_cdbd235f476f279dd59027f79b343eee);
|
|
|
|
|
|
var marker_600e9d236b5b6ab96e98b058df134518 = L.marker(
|
|
[46.2126, 6.1154],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_8c91030a9ac6929137b391d59c4c97e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_daac8c754cfca7e7436b93315101fa33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75dc7d8820571d14f73a6e35c5f61ff3 = $(`<div id="html_75dc7d8820571d14f73a6e35c5f61ff3" style="width: 100.0%; height: 100.0%;">nr.yay.so</div>`)[0];
|
|
popup_daac8c754cfca7e7436b93315101fa33.setContent(html_75dc7d8820571d14f73a6e35c5f61ff3);
|
|
|
|
|
|
|
|
marker_600e9d236b5b6ab96e98b058df134518.bindPopup(popup_daac8c754cfca7e7436b93315101fa33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_600e9d236b5b6ab96e98b058df134518.setIcon(icon_8c91030a9ac6929137b391d59c4c97e7);
|
|
|
|
|
|
var marker_bc7592f0ff26969658da514d91e794dd = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_fe3ace3347591fb536be3f718f571542 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c12634a088890e21f47182ab2a3ab427 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94ffb5e3e806f1b9ba6e94c83d289675 = $(`<div id="html_94ffb5e3e806f1b9ba6e94c83d289675" style="width: 100.0%; height: 100.0%;">relay.freeplace.nl</div>`)[0];
|
|
popup_c12634a088890e21f47182ab2a3ab427.setContent(html_94ffb5e3e806f1b9ba6e94c83d289675);
|
|
|
|
|
|
|
|
marker_bc7592f0ff26969658da514d91e794dd.bindPopup(popup_c12634a088890e21f47182ab2a3ab427)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc7592f0ff26969658da514d91e794dd.setIcon(icon_fe3ace3347591fb536be3f718f571542);
|
|
|
|
|
|
var marker_685210026c3b46b1a6154baa88cefef9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_611b056afd9bde56105e9c20671c2d9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_444645effc873a91debace2f79fbdaf0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6cf147e7bceac5b5f5e36da141c9b449 = $(`<div id="html_6cf147e7bceac5b5f5e36da141c9b449" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_444645effc873a91debace2f79fbdaf0.setContent(html_6cf147e7bceac5b5f5e36da141c9b449);
|
|
|
|
|
|
|
|
marker_685210026c3b46b1a6154baa88cefef9.bindPopup(popup_444645effc873a91debace2f79fbdaf0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_685210026c3b46b1a6154baa88cefef9.setIcon(icon_611b056afd9bde56105e9c20671c2d9d);
|
|
|
|
|
|
var marker_a7df51fa3a407248d202a1a70c58d698 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_a7e362631d8dad6bff8c72688d5caa41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c082aa47e642197d5de1f8157533b0dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bd8b91f72539f2eec75c5e73449565d = $(`<div id="html_0bd8b91f72539f2eec75c5e73449565d" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_c082aa47e642197d5de1f8157533b0dc.setContent(html_0bd8b91f72539f2eec75c5e73449565d);
|
|
|
|
|
|
|
|
marker_a7df51fa3a407248d202a1a70c58d698.bindPopup(popup_c082aa47e642197d5de1f8157533b0dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7df51fa3a407248d202a1a70c58d698.setIcon(icon_a7e362631d8dad6bff8c72688d5caa41);
|
|
|
|
|
|
var marker_54d0a113a91bd03e551e9fa5b1ddd8c7 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_e404c591fe28c65182cba6c86f2000c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9b3d2ab0c8abc7ff204b50f0c5ca80c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2e79442c1981bdcac9497e551dda1c2 = $(`<div id="html_f2e79442c1981bdcac9497e551dda1c2" style="width: 100.0%; height: 100.0%;">pyramid.fiatjaf.com</div>`)[0];
|
|
popup_a9b3d2ab0c8abc7ff204b50f0c5ca80c.setContent(html_f2e79442c1981bdcac9497e551dda1c2);
|
|
|
|
|
|
|
|
marker_54d0a113a91bd03e551e9fa5b1ddd8c7.bindPopup(popup_a9b3d2ab0c8abc7ff204b50f0c5ca80c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54d0a113a91bd03e551e9fa5b1ddd8c7.setIcon(icon_e404c591fe28c65182cba6c86f2000c2);
|
|
|
|
|
|
var marker_f9b7d71c9831cd296951ffb5a3e2240b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_99967f265805f79370eef40034e2e1f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a3222387d7d4a2411ee1b2a2729481e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3be142b47fa8b4f0f016f429e83dcd35 = $(`<div id="html_3be142b47fa8b4f0f016f429e83dcd35" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_9a3222387d7d4a2411ee1b2a2729481e.setContent(html_3be142b47fa8b4f0f016f429e83dcd35);
|
|
|
|
|
|
|
|
marker_f9b7d71c9831cd296951ffb5a3e2240b.bindPopup(popup_9a3222387d7d4a2411ee1b2a2729481e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9b7d71c9831cd296951ffb5a3e2240b.setIcon(icon_99967f265805f79370eef40034e2e1f0);
|
|
|
|
|
|
var marker_053196e985c0d3f0deaa0074b43cf6b2 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_7014a8db37c5426a88aee003412ac48b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97f3d5ae6afc45b92dbb6686b5a320fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b10d1156af53b0e269a87873616997a = $(`<div id="html_4b10d1156af53b0e269a87873616997a" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_97f3d5ae6afc45b92dbb6686b5a320fd.setContent(html_4b10d1156af53b0e269a87873616997a);
|
|
|
|
|
|
|
|
marker_053196e985c0d3f0deaa0074b43cf6b2.bindPopup(popup_97f3d5ae6afc45b92dbb6686b5a320fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_053196e985c0d3f0deaa0074b43cf6b2.setIcon(icon_7014a8db37c5426a88aee003412ac48b);
|
|
|
|
|
|
var marker_faf170d28a17334b5196ed3d8e01c576 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_a23a5bbe114396e34b914e2ec751b50a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_caa4c9c81a63206b85259d18e55d3bc9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58d6e7436b1e41d4f73966d5aba6fbb8 = $(`<div id="html_58d6e7436b1e41d4f73966d5aba6fbb8" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_caa4c9c81a63206b85259d18e55d3bc9.setContent(html_58d6e7436b1e41d4f73966d5aba6fbb8);
|
|
|
|
|
|
|
|
marker_faf170d28a17334b5196ed3d8e01c576.bindPopup(popup_caa4c9c81a63206b85259d18e55d3bc9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_faf170d28a17334b5196ed3d8e01c576.setIcon(icon_a23a5bbe114396e34b914e2ec751b50a);
|
|
|
|
|
|
var marker_88224c070bd1d2feb60ca0f906c3d153 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_3cccfc1bfbb825dc608cfe93e62d7acf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3bdc03e1fb03bf63b09f092e8b419483 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb0adc9988501a457cdab328f5b4730f = $(`<div id="html_cb0adc9988501a457cdab328f5b4730f" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_3bdc03e1fb03bf63b09f092e8b419483.setContent(html_cb0adc9988501a457cdab328f5b4730f);
|
|
|
|
|
|
|
|
marker_88224c070bd1d2feb60ca0f906c3d153.bindPopup(popup_3bdc03e1fb03bf63b09f092e8b419483)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88224c070bd1d2feb60ca0f906c3d153.setIcon(icon_3cccfc1bfbb825dc608cfe93e62d7acf);
|
|
|
|
|
|
var marker_08d722d4e6d94be602f625d6f0cf39ab = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_e4e3ef9ed3d6308cd27a135eab4862d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d9aadedd24266355f628ebeb90a8c1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_640545ca123c27c799012476ae9f5bec = $(`<div id="html_640545ca123c27c799012476ae9f5bec" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_3d9aadedd24266355f628ebeb90a8c1b.setContent(html_640545ca123c27c799012476ae9f5bec);
|
|
|
|
|
|
|
|
marker_08d722d4e6d94be602f625d6f0cf39ab.bindPopup(popup_3d9aadedd24266355f628ebeb90a8c1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08d722d4e6d94be602f625d6f0cf39ab.setIcon(icon_e4e3ef9ed3d6308cd27a135eab4862d7);
|
|
|
|
|
|
var marker_20fcad2d46323a2e7f435fd22bc2dbce = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_c89362ed74f52d00186d730f43f20746 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_627ac839b16ac022deffe753243eec91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7940a676076b0ae673499ec91bb22676 = $(`<div id="html_7940a676076b0ae673499ec91bb22676" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_627ac839b16ac022deffe753243eec91.setContent(html_7940a676076b0ae673499ec91bb22676);
|
|
|
|
|
|
|
|
marker_20fcad2d46323a2e7f435fd22bc2dbce.bindPopup(popup_627ac839b16ac022deffe753243eec91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20fcad2d46323a2e7f435fd22bc2dbce.setIcon(icon_c89362ed74f52d00186d730f43f20746);
|
|
|
|
|
|
var marker_6eccddabe8e7613e818bb36ea531a601 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_d44c7770790d5c3d13912f13c56d45cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12ba3fb4327ba6912c07b19fd737f71d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_229e11fbd48940159bc6cbe861bff717 = $(`<div id="html_229e11fbd48940159bc6cbe861bff717" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_12ba3fb4327ba6912c07b19fd737f71d.setContent(html_229e11fbd48940159bc6cbe861bff717);
|
|
|
|
|
|
|
|
marker_6eccddabe8e7613e818bb36ea531a601.bindPopup(popup_12ba3fb4327ba6912c07b19fd737f71d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6eccddabe8e7613e818bb36ea531a601.setIcon(icon_d44c7770790d5c3d13912f13c56d45cf);
|
|
|
|
|
|
var marker_dcda84d4a164f690db5f44674e0713d8 = L.marker(
|
|
[13.4166, 101.335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_8b441c2d07b3f79f0a5f2ae53e70a8b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17e952767b385d2114ad29d5118c18fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_165cdc78e40a35d529b8d9ba7ce511ed = $(`<div id="html_165cdc78e40a35d529b8d9ba7ce511ed" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_17e952767b385d2114ad29d5118c18fe.setContent(html_165cdc78e40a35d529b8d9ba7ce511ed);
|
|
|
|
|
|
|
|
marker_dcda84d4a164f690db5f44674e0713d8.bindPopup(popup_17e952767b385d2114ad29d5118c18fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dcda84d4a164f690db5f44674e0713d8.setIcon(icon_8b441c2d07b3f79f0a5f2ae53e70a8b2);
|
|
|
|
|
|
var marker_dd34918bb0185c72182ddc1f8fe94c84 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_d8ffb631880a688f3a8d0f54ace71e1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_496c2913a04652fdc79bb5bfe4f6afe7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32cf93c1eac0700aa808820fbd920fca = $(`<div id="html_32cf93c1eac0700aa808820fbd920fca" style="width: 100.0%; height: 100.0%;">nostr.davidebtc.me</div>`)[0];
|
|
popup_496c2913a04652fdc79bb5bfe4f6afe7.setContent(html_32cf93c1eac0700aa808820fbd920fca);
|
|
|
|
|
|
|
|
marker_dd34918bb0185c72182ddc1f8fe94c84.bindPopup(popup_496c2913a04652fdc79bb5bfe4f6afe7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd34918bb0185c72182ddc1f8fe94c84.setIcon(icon_d8ffb631880a688f3a8d0f54ace71e1a);
|
|
|
|
|
|
var marker_d03418871c2f175a7c327bf47aaa5aaf = L.marker(
|
|
[39.048, -77.4817],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_fb505554b487440c44f3e49184e87cdb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2653a088a3f37494c65dd8e211f2386 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c418f7b9d39bfb39054ae6636361a09 = $(`<div id="html_0c418f7b9d39bfb39054ae6636361a09" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_d2653a088a3f37494c65dd8e211f2386.setContent(html_0c418f7b9d39bfb39054ae6636361a09);
|
|
|
|
|
|
|
|
marker_d03418871c2f175a7c327bf47aaa5aaf.bindPopup(popup_d2653a088a3f37494c65dd8e211f2386)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d03418871c2f175a7c327bf47aaa5aaf.setIcon(icon_fb505554b487440c44f3e49184e87cdb);
|
|
|
|
|
|
var marker_6e04bf132a27c6e37790853ba6f98acb = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_49d692c03fd7c9a0fb8ed1a295dae3d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cddd3787d6528177b926708838bce71a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_800b193c0ceafaeb392c5970cc48e8ee = $(`<div id="html_800b193c0ceafaeb392c5970cc48e8ee" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_cddd3787d6528177b926708838bce71a.setContent(html_800b193c0ceafaeb392c5970cc48e8ee);
|
|
|
|
|
|
|
|
marker_6e04bf132a27c6e37790853ba6f98acb.bindPopup(popup_cddd3787d6528177b926708838bce71a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e04bf132a27c6e37790853ba6f98acb.setIcon(icon_49d692c03fd7c9a0fb8ed1a295dae3d6);
|
|
|
|
|
|
var marker_1fc8a81310b916b7d5aed14d497fc268 = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_1cf60f8cd7a72e5fdcdf97de62fb762a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e71787ccc809fb09562303b72c255847 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfdcaab73604918d061c91e308b1d16a = $(`<div id="html_dfdcaab73604918d061c91e308b1d16a" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_e71787ccc809fb09562303b72c255847.setContent(html_dfdcaab73604918d061c91e308b1d16a);
|
|
|
|
|
|
|
|
marker_1fc8a81310b916b7d5aed14d497fc268.bindPopup(popup_e71787ccc809fb09562303b72c255847)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fc8a81310b916b7d5aed14d497fc268.setIcon(icon_1cf60f8cd7a72e5fdcdf97de62fb762a);
|
|
|
|
|
|
var marker_357f1edd57ed93b0df55a48d6bf78c88 = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_37ca230cb9e331b7583f639a8f1a80d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be0e8b694d8583a3cf87d1bdcb5c5f0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02e7d3c1a462c80bd8896b5ef54591f5 = $(`<div id="html_02e7d3c1a462c80bd8896b5ef54591f5" style="width: 100.0%; height: 100.0%;">alienos.libretechsystems.xyz</div>`)[0];
|
|
popup_be0e8b694d8583a3cf87d1bdcb5c5f0d.setContent(html_02e7d3c1a462c80bd8896b5ef54591f5);
|
|
|
|
|
|
|
|
marker_357f1edd57ed93b0df55a48d6bf78c88.bindPopup(popup_be0e8b694d8583a3cf87d1bdcb5c5f0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_357f1edd57ed93b0df55a48d6bf78c88.setIcon(icon_37ca230cb9e331b7583f639a8f1a80d2);
|
|
|
|
|
|
var marker_b5605e12f3a743d8175f7269d24472bb = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_9a6e5e878a5bd2621d1874ebe3abe28e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e230f037ed0fa95278056863b1a8b38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0416b14b97f5f85e6619f67e556925ac = $(`<div id="html_0416b14b97f5f85e6619f67e556925ac" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_0e230f037ed0fa95278056863b1a8b38.setContent(html_0416b14b97f5f85e6619f67e556925ac);
|
|
|
|
|
|
|
|
marker_b5605e12f3a743d8175f7269d24472bb.bindPopup(popup_0e230f037ed0fa95278056863b1a8b38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5605e12f3a743d8175f7269d24472bb.setIcon(icon_9a6e5e878a5bd2621d1874ebe3abe28e);
|
|
|
|
|
|
var marker_fd10f0f5476531f3c2a9e9a4863e7844 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_b31c245ef03e0e007abed360b4d4c33a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2777ae3aeefe7334f0c10bec811c6728 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c17d4d711d54b2f91ddf3f3be9f7eb65 = $(`<div id="html_c17d4d711d54b2f91ddf3f3be9f7eb65" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_2777ae3aeefe7334f0c10bec811c6728.setContent(html_c17d4d711d54b2f91ddf3f3be9f7eb65);
|
|
|
|
|
|
|
|
marker_fd10f0f5476531f3c2a9e9a4863e7844.bindPopup(popup_2777ae3aeefe7334f0c10bec811c6728)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd10f0f5476531f3c2a9e9a4863e7844.setIcon(icon_b31c245ef03e0e007abed360b4d4c33a);
|
|
|
|
|
|
var marker_37561c993ea34f5407a74830a28b7886 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_4fa72cab9f460218696caa1930af55af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c8e5121858858c8ff92a757148bb4af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0da0c2f8218b88b6d2abf1acc6bc58c3 = $(`<div id="html_0da0c2f8218b88b6d2abf1acc6bc58c3" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_7c8e5121858858c8ff92a757148bb4af.setContent(html_0da0c2f8218b88b6d2abf1acc6bc58c3);
|
|
|
|
|
|
|
|
marker_37561c993ea34f5407a74830a28b7886.bindPopup(popup_7c8e5121858858c8ff92a757148bb4af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37561c993ea34f5407a74830a28b7886.setIcon(icon_4fa72cab9f460218696caa1930af55af);
|
|
|
|
|
|
var marker_782eb7ae3b31408cc40beeff56065c4e = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_669e213b3fb9fa804c6d75942e001ed4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb6923645bc96e7fb66bc6fd7589485d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_faaebf2b1e9f1efa9afb2b988dd27eb6 = $(`<div id="html_faaebf2b1e9f1efa9afb2b988dd27eb6" style="width: 100.0%; height: 100.0%;">vitor.nostr1.com</div>`)[0];
|
|
popup_fb6923645bc96e7fb66bc6fd7589485d.setContent(html_faaebf2b1e9f1efa9afb2b988dd27eb6);
|
|
|
|
|
|
|
|
marker_782eb7ae3b31408cc40beeff56065c4e.bindPopup(popup_fb6923645bc96e7fb66bc6fd7589485d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_782eb7ae3b31408cc40beeff56065c4e.setIcon(icon_669e213b3fb9fa804c6d75942e001ed4);
|
|
|
|
|
|
var marker_1a7c3f7c7282d841f4dd8e03ccf9009c = L.marker(
|
|
[41.8959, -88.2169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_d96455a3f00c9459ea290ef85d12ef8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f40dbd886da081654714aff75e21559 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcc5194f6884553d6c0ac1876f920064 = $(`<div id="html_fcc5194f6884553d6c0ac1876f920064" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_1f40dbd886da081654714aff75e21559.setContent(html_fcc5194f6884553d6c0ac1876f920064);
|
|
|
|
|
|
|
|
marker_1a7c3f7c7282d841f4dd8e03ccf9009c.bindPopup(popup_1f40dbd886da081654714aff75e21559)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a7c3f7c7282d841f4dd8e03ccf9009c.setIcon(icon_d96455a3f00c9459ea290ef85d12ef8e);
|
|
|
|
|
|
var marker_177c3fcc134489f7d6c9319a56d181ba = L.marker(
|
|
[25.2604, 55.2989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_be0266b9fb51fc33a33a7f1fa8d553e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8ce479c56d9efea07aafd1b0c25da2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ababf505eb434478ce79d6871229ee2d = $(`<div id="html_ababf505eb434478ce79d6871229ee2d" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_b8ce479c56d9efea07aafd1b0c25da2b.setContent(html_ababf505eb434478ce79d6871229ee2d);
|
|
|
|
|
|
|
|
marker_177c3fcc134489f7d6c9319a56d181ba.bindPopup(popup_b8ce479c56d9efea07aafd1b0c25da2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_177c3fcc134489f7d6c9319a56d181ba.setIcon(icon_be0266b9fb51fc33a33a7f1fa8d553e6);
|
|
|
|
|
|
var marker_7df10fd3c139cceb62f022cba5fd7655 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_78efb0deb236d9eff74e1d08a5a7fdda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbc6f0337e7bd75fd9da0df9f56680c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35a7811cc4cafdd3a4348aabd753290f = $(`<div id="html_35a7811cc4cafdd3a4348aabd753290f" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_dbc6f0337e7bd75fd9da0df9f56680c1.setContent(html_35a7811cc4cafdd3a4348aabd753290f);
|
|
|
|
|
|
|
|
marker_7df10fd3c139cceb62f022cba5fd7655.bindPopup(popup_dbc6f0337e7bd75fd9da0df9f56680c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7df10fd3c139cceb62f022cba5fd7655.setIcon(icon_78efb0deb236d9eff74e1d08a5a7fdda);
|
|
|
|
|
|
var marker_584dbd9c35dfb5f1f3d205c4f2acd407 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_efcbc8db3529d9d078d6a22ac7425b3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fa98b14e64ceedfa1e76057bbdf385d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a609f4476d56be5ec6e18789602c641d = $(`<div id="html_a609f4476d56be5ec6e18789602c641d" style="width: 100.0%; height: 100.0%;">nostr.lostr.space</div>`)[0];
|
|
popup_4fa98b14e64ceedfa1e76057bbdf385d.setContent(html_a609f4476d56be5ec6e18789602c641d);
|
|
|
|
|
|
|
|
marker_584dbd9c35dfb5f1f3d205c4f2acd407.bindPopup(popup_4fa98b14e64ceedfa1e76057bbdf385d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_584dbd9c35dfb5f1f3d205c4f2acd407.setIcon(icon_efcbc8db3529d9d078d6a22ac7425b3c);
|
|
|
|
|
|
var marker_fc7c241c9f5c9b25405c0106a99175c8 = L.marker(
|
|
[36.55, 139.733],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_032d1371f5f5c964496d6b5385d5548f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbdfb9bffdc6480467bd1e586b07b168 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b891972e85959e472f2955a5b9e84bb8 = $(`<div id="html_b891972e85959e472f2955a5b9e84bb8" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_dbdfb9bffdc6480467bd1e586b07b168.setContent(html_b891972e85959e472f2955a5b9e84bb8);
|
|
|
|
|
|
|
|
marker_fc7c241c9f5c9b25405c0106a99175c8.bindPopup(popup_dbdfb9bffdc6480467bd1e586b07b168)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc7c241c9f5c9b25405c0106a99175c8.setIcon(icon_032d1371f5f5c964496d6b5385d5548f);
|
|
|
|
|
|
var marker_d429425c6c222f4bf50bb637e818f7df = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_a7ce509764b2d13b066f903633b9ac4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2343cfa66bfaa2350e05ab2a9ccb13b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_726fb7dee5219145dd022ef55a6e1e38 = $(`<div id="html_726fb7dee5219145dd022ef55a6e1e38" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_2343cfa66bfaa2350e05ab2a9ccb13b1.setContent(html_726fb7dee5219145dd022ef55a6e1e38);
|
|
|
|
|
|
|
|
marker_d429425c6c222f4bf50bb637e818f7df.bindPopup(popup_2343cfa66bfaa2350e05ab2a9ccb13b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d429425c6c222f4bf50bb637e818f7df.setIcon(icon_a7ce509764b2d13b066f903633b9ac4c);
|
|
|
|
|
|
var marker_c9dbc997349857c6aa3749d842c6b6dd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_cd85d219672a363c9a50b2b2b004c9a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa3103e14e80e049093ab2c0c76daf0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51cc527b35d82fd7655c5b799aa49cec = $(`<div id="html_51cc527b35d82fd7655c5b799aa49cec" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_fa3103e14e80e049093ab2c0c76daf0c.setContent(html_51cc527b35d82fd7655c5b799aa49cec);
|
|
|
|
|
|
|
|
marker_c9dbc997349857c6aa3749d842c6b6dd.bindPopup(popup_fa3103e14e80e049093ab2c0c76daf0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9dbc997349857c6aa3749d842c6b6dd.setIcon(icon_cd85d219672a363c9a50b2b2b004c9a3);
|
|
|
|
|
|
var marker_dff3fffe0ff2069b7280deaf7be98966 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_d3d555fc5cf6adcfb3141e95897b8a64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_547cde3c2e33ee744f5c9883a03a85c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7bd0b6db4722793ba8cd82598ae56a7 = $(`<div id="html_d7bd0b6db4722793ba8cd82598ae56a7" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_547cde3c2e33ee744f5c9883a03a85c5.setContent(html_d7bd0b6db4722793ba8cd82598ae56a7);
|
|
|
|
|
|
|
|
marker_dff3fffe0ff2069b7280deaf7be98966.bindPopup(popup_547cde3c2e33ee744f5c9883a03a85c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dff3fffe0ff2069b7280deaf7be98966.setIcon(icon_d3d555fc5cf6adcfb3141e95897b8a64);
|
|
|
|
|
|
var marker_82be2f9b645ab089fdb6e8af7c4d9091 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_8ad4744e41542854c26d51ed70d3de52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4c8d89d972c1d7e37793116b13b3736 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee3d5b03a9182f996b407b41809a7351 = $(`<div id="html_ee3d5b03a9182f996b407b41809a7351" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_f4c8d89d972c1d7e37793116b13b3736.setContent(html_ee3d5b03a9182f996b407b41809a7351);
|
|
|
|
|
|
|
|
marker_82be2f9b645ab089fdb6e8af7c4d9091.bindPopup(popup_f4c8d89d972c1d7e37793116b13b3736)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82be2f9b645ab089fdb6e8af7c4d9091.setIcon(icon_8ad4744e41542854c26d51ed70d3de52);
|
|
|
|
|
|
var marker_6a22a19a8873617fc91875d03f187338 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_0f39754fd3b2300de39640831c3f4915 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1d84496b3ba69e7c95a2394c0ab736b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79900b4242ad2bbdd1fa304522409652 = $(`<div id="html_79900b4242ad2bbdd1fa304522409652" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_f1d84496b3ba69e7c95a2394c0ab736b.setContent(html_79900b4242ad2bbdd1fa304522409652);
|
|
|
|
|
|
|
|
marker_6a22a19a8873617fc91875d03f187338.bindPopup(popup_f1d84496b3ba69e7c95a2394c0ab736b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a22a19a8873617fc91875d03f187338.setIcon(icon_0f39754fd3b2300de39640831c3f4915);
|
|
|
|
|
|
var marker_f170615aadd36997f9d548a977d48f92 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_d63f91cf397df4810533865d63c4c17e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7787997a847a39fb8304ae5e8b610969 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08ccfe8172a88ea8e1681286f3cb7281 = $(`<div id="html_08ccfe8172a88ea8e1681286f3cb7281" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_7787997a847a39fb8304ae5e8b610969.setContent(html_08ccfe8172a88ea8e1681286f3cb7281);
|
|
|
|
|
|
|
|
marker_f170615aadd36997f9d548a977d48f92.bindPopup(popup_7787997a847a39fb8304ae5e8b610969)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f170615aadd36997f9d548a977d48f92.setIcon(icon_d63f91cf397df4810533865d63c4c17e);
|
|
|
|
|
|
var marker_70c4d0cb64ceebc427a067293726374e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_2e2fe41719edb52cd967cd36c3a60f0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb9a26d484be2dd98b64f403bfe89457 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a3fa895d1d1a48a4799714c0f0fba3b = $(`<div id="html_4a3fa895d1d1a48a4799714c0f0fba3b" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_bb9a26d484be2dd98b64f403bfe89457.setContent(html_4a3fa895d1d1a48a4799714c0f0fba3b);
|
|
|
|
|
|
|
|
marker_70c4d0cb64ceebc427a067293726374e.bindPopup(popup_bb9a26d484be2dd98b64f403bfe89457)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70c4d0cb64ceebc427a067293726374e.setIcon(icon_2e2fe41719edb52cd967cd36c3a60f0c);
|
|
|
|
|
|
var marker_291e9d52ee21ba2cafbbfd709d6a2186 = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_390d408405dbc5a6f3abf2749f17e880 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46ab00e1693ac55a58bd007c7c857fe9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7835d2f4e76953b1260e5654db8de635 = $(`<div id="html_7835d2f4e76953b1260e5654db8de635" style="width: 100.0%; height: 100.0%;">nostr.bilthon.dev</div>`)[0];
|
|
popup_46ab00e1693ac55a58bd007c7c857fe9.setContent(html_7835d2f4e76953b1260e5654db8de635);
|
|
|
|
|
|
|
|
marker_291e9d52ee21ba2cafbbfd709d6a2186.bindPopup(popup_46ab00e1693ac55a58bd007c7c857fe9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_291e9d52ee21ba2cafbbfd709d6a2186.setIcon(icon_390d408405dbc5a6f3abf2749f17e880);
|
|
|
|
|
|
var marker_130393ede2c1c7d82f79ca3ad4d782c9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_8653deba1d7767999cd2edc1877e3c41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c360f8d472a4c88d3d84f34b94401070 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aaa74083d7ee22a1100ca55778dae8db = $(`<div id="html_aaa74083d7ee22a1100ca55778dae8db" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_c360f8d472a4c88d3d84f34b94401070.setContent(html_aaa74083d7ee22a1100ca55778dae8db);
|
|
|
|
|
|
|
|
marker_130393ede2c1c7d82f79ca3ad4d782c9.bindPopup(popup_c360f8d472a4c88d3d84f34b94401070)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_130393ede2c1c7d82f79ca3ad4d782c9.setIcon(icon_8653deba1d7767999cd2edc1877e3c41);
|
|
|
|
|
|
var marker_e8d002b445c976b5c41d150b6426f4a8 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_ee58d38cc0eda1420d28cd2c2a7fbcde = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffe4e11d193dd14ec2b02211f0767d84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da492f9d4e7caac5c52594c66b2b704b = $(`<div id="html_da492f9d4e7caac5c52594c66b2b704b" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_ffe4e11d193dd14ec2b02211f0767d84.setContent(html_da492f9d4e7caac5c52594c66b2b704b);
|
|
|
|
|
|
|
|
marker_e8d002b445c976b5c41d150b6426f4a8.bindPopup(popup_ffe4e11d193dd14ec2b02211f0767d84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8d002b445c976b5c41d150b6426f4a8.setIcon(icon_ee58d38cc0eda1420d28cd2c2a7fbcde);
|
|
|
|
|
|
var marker_ba0f250eb997a7c5028c8782557a7246 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_dba4da06cf4f5e1a7f34dc634ce40fcf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_695a6ce21aa1022140e9d36d1c614449 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3092f74b15f362a20d7d3506ecc8fd40 = $(`<div id="html_3092f74b15f362a20d7d3506ecc8fd40" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_695a6ce21aa1022140e9d36d1c614449.setContent(html_3092f74b15f362a20d7d3506ecc8fd40);
|
|
|
|
|
|
|
|
marker_ba0f250eb997a7c5028c8782557a7246.bindPopup(popup_695a6ce21aa1022140e9d36d1c614449)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba0f250eb997a7c5028c8782557a7246.setIcon(icon_dba4da06cf4f5e1a7f34dc634ce40fcf);
|
|
|
|
|
|
var marker_46767604c6e413165bf3af02f958e3e5 = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_00f702d3aaf89c6523e144f1da542d6f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32db5e5943dd75b9ec7b88cca7098090 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24a1dc98f301e703c85489a74b89b55d = $(`<div id="html_24a1dc98f301e703c85489a74b89b55d" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_32db5e5943dd75b9ec7b88cca7098090.setContent(html_24a1dc98f301e703c85489a74b89b55d);
|
|
|
|
|
|
|
|
marker_46767604c6e413165bf3af02f958e3e5.bindPopup(popup_32db5e5943dd75b9ec7b88cca7098090)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46767604c6e413165bf3af02f958e3e5.setIcon(icon_00f702d3aaf89c6523e144f1da542d6f);
|
|
|
|
|
|
var marker_1660412dcc51b69ede1634e4c23cec49 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_e71293c78fe5265e9dd9ca3fd0f7db2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b21fb8ecca4bd8bb89070fbdfcf4818 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a851bcb6cca42c204396938b80cff1a8 = $(`<div id="html_a851bcb6cca42c204396938b80cff1a8" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_7b21fb8ecca4bd8bb89070fbdfcf4818.setContent(html_a851bcb6cca42c204396938b80cff1a8);
|
|
|
|
|
|
|
|
marker_1660412dcc51b69ede1634e4c23cec49.bindPopup(popup_7b21fb8ecca4bd8bb89070fbdfcf4818)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1660412dcc51b69ede1634e4c23cec49.setIcon(icon_e71293c78fe5265e9dd9ca3fd0f7db2f);
|
|
|
|
|
|
var marker_9abb47c48f637350f2059492df003327 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_e77ca4b76b8d4b3bbd0c07a88470d2a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63f43dc38e1b9ffd4d7c84bd33454583 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3fbcc0d4730220ebb2a2515f6da500b = $(`<div id="html_d3fbcc0d4730220ebb2a2515f6da500b" style="width: 100.0%; height: 100.0%;">relay.bitcoinveneto.org</div>`)[0];
|
|
popup_63f43dc38e1b9ffd4d7c84bd33454583.setContent(html_d3fbcc0d4730220ebb2a2515f6da500b);
|
|
|
|
|
|
|
|
marker_9abb47c48f637350f2059492df003327.bindPopup(popup_63f43dc38e1b9ffd4d7c84bd33454583)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9abb47c48f637350f2059492df003327.setIcon(icon_e77ca4b76b8d4b3bbd0c07a88470d2a7);
|
|
|
|
|
|
var marker_3023f25a301735092244ce27f43cc92d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_9474b73ceacc446d9ef7e98e69e8ab09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5417475ff46b748b47c3b17ddbd01d74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b2fb2493ace626d08908c4999d0f409 = $(`<div id="html_4b2fb2493ace626d08908c4999d0f409" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_5417475ff46b748b47c3b17ddbd01d74.setContent(html_4b2fb2493ace626d08908c4999d0f409);
|
|
|
|
|
|
|
|
marker_3023f25a301735092244ce27f43cc92d.bindPopup(popup_5417475ff46b748b47c3b17ddbd01d74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3023f25a301735092244ce27f43cc92d.setIcon(icon_9474b73ceacc446d9ef7e98e69e8ab09);
|
|
|
|
|
|
var marker_d6acd56a51dd57749c4992bb3abe197b = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_3c4703e07109a9f69212379b5224c788 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_258fadcfbe059dc786c5e0a50b275cec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc7520a62f8975f023346d17941a829a = $(`<div id="html_bc7520a62f8975f023346d17941a829a" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_258fadcfbe059dc786c5e0a50b275cec.setContent(html_bc7520a62f8975f023346d17941a829a);
|
|
|
|
|
|
|
|
marker_d6acd56a51dd57749c4992bb3abe197b.bindPopup(popup_258fadcfbe059dc786c5e0a50b275cec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6acd56a51dd57749c4992bb3abe197b.setIcon(icon_3c4703e07109a9f69212379b5224c788);
|
|
|
|
|
|
var marker_f37341be2b139bcb51193b988f1ce65f = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_5d5e58b3c90454fc40fcdd0d8aaedf07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2da607f96afcf9058a968dcc56c91057 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d4c10b573555ff243d10728283157e0 = $(`<div id="html_8d4c10b573555ff243d10728283157e0" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_2da607f96afcf9058a968dcc56c91057.setContent(html_8d4c10b573555ff243d10728283157e0);
|
|
|
|
|
|
|
|
marker_f37341be2b139bcb51193b988f1ce65f.bindPopup(popup_2da607f96afcf9058a968dcc56c91057)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f37341be2b139bcb51193b988f1ce65f.setIcon(icon_5d5e58b3c90454fc40fcdd0d8aaedf07);
|
|
|
|
|
|
var marker_7945008462a8f0f1ab2b0788c6f3463f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_c5abb169633a304c51c66baebd9cc589 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a26f7abef3ce24d8229234c7715b077e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b74f9ba357616af1e746011e41d450ae = $(`<div id="html_b74f9ba357616af1e746011e41d450ae" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_a26f7abef3ce24d8229234c7715b077e.setContent(html_b74f9ba357616af1e746011e41d450ae);
|
|
|
|
|
|
|
|
marker_7945008462a8f0f1ab2b0788c6f3463f.bindPopup(popup_a26f7abef3ce24d8229234c7715b077e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7945008462a8f0f1ab2b0788c6f3463f.setIcon(icon_c5abb169633a304c51c66baebd9cc589);
|
|
|
|
|
|
var marker_9fa6ccf446740bcf5e4a052ef3d946a7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_a2dffd3fb9dd1bfd785b396a44cdea1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b71d1e627549e5cf449eea6d3c23ad1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7dfb90a704e7ea68e5ec1f8d93436a75 = $(`<div id="html_7dfb90a704e7ea68e5ec1f8d93436a75" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_5b71d1e627549e5cf449eea6d3c23ad1.setContent(html_7dfb90a704e7ea68e5ec1f8d93436a75);
|
|
|
|
|
|
|
|
marker_9fa6ccf446740bcf5e4a052ef3d946a7.bindPopup(popup_5b71d1e627549e5cf449eea6d3c23ad1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fa6ccf446740bcf5e4a052ef3d946a7.setIcon(icon_a2dffd3fb9dd1bfd785b396a44cdea1b);
|
|
|
|
|
|
var marker_6ac536d1de82371ccd9f4683b9fb3177 = L.marker(
|
|
[51.098, 17.0321],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_9ac35e2cfd5db810b2b824eb220e3736 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22c50b59dbb1f56082c22388e61f488b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ead71fe1e972b3e7a46ef04f7a910e4c = $(`<div id="html_ead71fe1e972b3e7a46ef04f7a910e4c" style="width: 100.0%; height: 100.0%;">relay.letsfo.com</div>`)[0];
|
|
popup_22c50b59dbb1f56082c22388e61f488b.setContent(html_ead71fe1e972b3e7a46ef04f7a910e4c);
|
|
|
|
|
|
|
|
marker_6ac536d1de82371ccd9f4683b9fb3177.bindPopup(popup_22c50b59dbb1f56082c22388e61f488b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ac536d1de82371ccd9f4683b9fb3177.setIcon(icon_9ac35e2cfd5db810b2b824eb220e3736);
|
|
|
|
|
|
var marker_a224dfc17d6d42db9bbf5cc82dd792c0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_c04f03fdad66d07b12e537f00f28f196 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af61eaeb5687f7f5c9ed823e96f580b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5a62cd31720128b7dfdc2a4302cc659 = $(`<div id="html_a5a62cd31720128b7dfdc2a4302cc659" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_af61eaeb5687f7f5c9ed823e96f580b0.setContent(html_a5a62cd31720128b7dfdc2a4302cc659);
|
|
|
|
|
|
|
|
marker_a224dfc17d6d42db9bbf5cc82dd792c0.bindPopup(popup_af61eaeb5687f7f5c9ed823e96f580b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a224dfc17d6d42db9bbf5cc82dd792c0.setIcon(icon_c04f03fdad66d07b12e537f00f28f196);
|
|
|
|
|
|
var marker_c76f4ce424f2f452ebeeea9c73abc0c7 = L.marker(
|
|
[18.2148, -63.0574],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_39979304c1ca80cbab809a0f8e34569b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e90cee639a2c5ec6caa0e5c751db9277 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16e1ed837639fbc99d6e25306c9bc0d2 = $(`<div id="html_16e1ed837639fbc99d6e25306c9bc0d2" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_e90cee639a2c5ec6caa0e5c751db9277.setContent(html_16e1ed837639fbc99d6e25306c9bc0d2);
|
|
|
|
|
|
|
|
marker_c76f4ce424f2f452ebeeea9c73abc0c7.bindPopup(popup_e90cee639a2c5ec6caa0e5c751db9277)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c76f4ce424f2f452ebeeea9c73abc0c7.setIcon(icon_39979304c1ca80cbab809a0f8e34569b);
|
|
|
|
|
|
var marker_05963aaa7165b4f9ce0d2e33fc174c20 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_7190bfa4e044b06f50519bcbcdfba1bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13e756b1fee9ee40ace4ffe55ddddfb0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35c5f102ce1cbac650902e70989691eb = $(`<div id="html_35c5f102ce1cbac650902e70989691eb" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_13e756b1fee9ee40ace4ffe55ddddfb0.setContent(html_35c5f102ce1cbac650902e70989691eb);
|
|
|
|
|
|
|
|
marker_05963aaa7165b4f9ce0d2e33fc174c20.bindPopup(popup_13e756b1fee9ee40ace4ffe55ddddfb0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05963aaa7165b4f9ce0d2e33fc174c20.setIcon(icon_7190bfa4e044b06f50519bcbcdfba1bf);
|
|
|
|
|
|
var marker_b7403a8984fefd05ac0c81c0f3cfc531 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_d01824615fcf93b5b2c865636c2a8745 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d861c4bb499b0a72d3254f898ba99c8a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f79be7f466e91591a94fff03b71a8c5 = $(`<div id="html_1f79be7f466e91591a94fff03b71a8c5" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_d861c4bb499b0a72d3254f898ba99c8a.setContent(html_1f79be7f466e91591a94fff03b71a8c5);
|
|
|
|
|
|
|
|
marker_b7403a8984fefd05ac0c81c0f3cfc531.bindPopup(popup_d861c4bb499b0a72d3254f898ba99c8a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7403a8984fefd05ac0c81c0f3cfc531.setIcon(icon_d01824615fcf93b5b2c865636c2a8745);
|
|
|
|
|
|
var marker_d38917e160daa8ab828a3381ec12f0ff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_cea838c7a6199cbf0483b8a9c10b9acd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96f736add0a9368acbaf63aeda1195e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0307965afc9fcead13d509cd51ad7775 = $(`<div id="html_0307965afc9fcead13d509cd51ad7775" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_96f736add0a9368acbaf63aeda1195e1.setContent(html_0307965afc9fcead13d509cd51ad7775);
|
|
|
|
|
|
|
|
marker_d38917e160daa8ab828a3381ec12f0ff.bindPopup(popup_96f736add0a9368acbaf63aeda1195e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d38917e160daa8ab828a3381ec12f0ff.setIcon(icon_cea838c7a6199cbf0483b8a9c10b9acd);
|
|
|
|
|
|
var marker_fe1673cd72cdc834f46656cfc153a106 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_465d0a3bf44f0c4b42f50c36e7237cf6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c67508136f80f416e7df2726823bc9b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fb6ebfdff2c2f832b19cc629654778e = $(`<div id="html_4fb6ebfdff2c2f832b19cc629654778e" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_6c67508136f80f416e7df2726823bc9b.setContent(html_4fb6ebfdff2c2f832b19cc629654778e);
|
|
|
|
|
|
|
|
marker_fe1673cd72cdc834f46656cfc153a106.bindPopup(popup_6c67508136f80f416e7df2726823bc9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe1673cd72cdc834f46656cfc153a106.setIcon(icon_465d0a3bf44f0c4b42f50c36e7237cf6);
|
|
|
|
|
|
var marker_e27e66ba5e7d3fb973c69cb6e5db5a1a = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_5be1144a103afa55ab14e499192a97af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09eb8f1c086b980cccf051f47a1b460c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4be099ff039019c811aade5e69e35b3 = $(`<div id="html_b4be099ff039019c811aade5e69e35b3" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_09eb8f1c086b980cccf051f47a1b460c.setContent(html_b4be099ff039019c811aade5e69e35b3);
|
|
|
|
|
|
|
|
marker_e27e66ba5e7d3fb973c69cb6e5db5a1a.bindPopup(popup_09eb8f1c086b980cccf051f47a1b460c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e27e66ba5e7d3fb973c69cb6e5db5a1a.setIcon(icon_5be1144a103afa55ab14e499192a97af);
|
|
|
|
|
|
var marker_891eedbfa8e7b9f779e9844acabdbc07 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_e78ded7aea28624b12a82cbf954e9e42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f589deb8ba832e491a866a3dcc7a2e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d01bfc2b9c966529a824f1ad3d3029ab = $(`<div id="html_d01bfc2b9c966529a824f1ad3d3029ab" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_0f589deb8ba832e491a866a3dcc7a2e7.setContent(html_d01bfc2b9c966529a824f1ad3d3029ab);
|
|
|
|
|
|
|
|
marker_891eedbfa8e7b9f779e9844acabdbc07.bindPopup(popup_0f589deb8ba832e491a866a3dcc7a2e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_891eedbfa8e7b9f779e9844acabdbc07.setIcon(icon_e78ded7aea28624b12a82cbf954e9e42);
|
|
|
|
|
|
var marker_3b2e9c4552ea8eb88dec04111c76b2ec = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_2ae0b72bea6207b0a24ee39dcea4eebf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e558798162693611d09a938c5d86fa8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3496e8805e299a1015bcb8e7855d7742 = $(`<div id="html_3496e8805e299a1015bcb8e7855d7742" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_e558798162693611d09a938c5d86fa8b.setContent(html_3496e8805e299a1015bcb8e7855d7742);
|
|
|
|
|
|
|
|
marker_3b2e9c4552ea8eb88dec04111c76b2ec.bindPopup(popup_e558798162693611d09a938c5d86fa8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b2e9c4552ea8eb88dec04111c76b2ec.setIcon(icon_2ae0b72bea6207b0a24ee39dcea4eebf);
|
|
|
|
|
|
var marker_98960f21b2a8b6832900c8e8abe222a4 = L.marker(
|
|
[34.0881, -118.379],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_2b41f029dab21b9b1284663ea766d2f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34b9b249fb949618ddbc89aefc84ffb8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a96af8ee9ec71078b34a4405452cd03c = $(`<div id="html_a96af8ee9ec71078b34a4405452cd03c" style="width: 100.0%; height: 100.0%;">relay.aloftus.io</div>`)[0];
|
|
popup_34b9b249fb949618ddbc89aefc84ffb8.setContent(html_a96af8ee9ec71078b34a4405452cd03c);
|
|
|
|
|
|
|
|
marker_98960f21b2a8b6832900c8e8abe222a4.bindPopup(popup_34b9b249fb949618ddbc89aefc84ffb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98960f21b2a8b6832900c8e8abe222a4.setIcon(icon_2b41f029dab21b9b1284663ea766d2f0);
|
|
|
|
|
|
var marker_41e0c53de2849019118d191538f86c71 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_de5ca62f38c0e821aed9b8f50c1b282c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8921aff2c39466fc0369ac02cce1e9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3bfda86fc22ae6230c75541715c5e32 = $(`<div id="html_d3bfda86fc22ae6230c75541715c5e32" style="width: 100.0%; height: 100.0%;">nostream.breadslice.com</div>`)[0];
|
|
popup_e8921aff2c39466fc0369ac02cce1e9d.setContent(html_d3bfda86fc22ae6230c75541715c5e32);
|
|
|
|
|
|
|
|
marker_41e0c53de2849019118d191538f86c71.bindPopup(popup_e8921aff2c39466fc0369ac02cce1e9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41e0c53de2849019118d191538f86c71.setIcon(icon_de5ca62f38c0e821aed9b8f50c1b282c);
|
|
|
|
|
|
var marker_4b8db174fe2115229cdd7bafb9128577 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_cb04bc83bdc33d4992e51208b6318b1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_051b5eb5f87f673a7ac7ff9d5bf3b5bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e02716d43b1f0c867d2e5c6398074774 = $(`<div id="html_e02716d43b1f0c867d2e5c6398074774" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_051b5eb5f87f673a7ac7ff9d5bf3b5bb.setContent(html_e02716d43b1f0c867d2e5c6398074774);
|
|
|
|
|
|
|
|
marker_4b8db174fe2115229cdd7bafb9128577.bindPopup(popup_051b5eb5f87f673a7ac7ff9d5bf3b5bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b8db174fe2115229cdd7bafb9128577.setIcon(icon_cb04bc83bdc33d4992e51208b6318b1f);
|
|
|
|
|
|
var marker_3810c4ba98e4b0416b88e42cbef37492 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_9bced9d3703c66bc551983b7a6c177b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1909e80c492533e507ea1f9536786387 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_793d92bd0fb4a387b4267d0514a1345c = $(`<div id="html_793d92bd0fb4a387b4267d0514a1345c" style="width: 100.0%; height: 100.0%;">wons.calva.dev</div>`)[0];
|
|
popup_1909e80c492533e507ea1f9536786387.setContent(html_793d92bd0fb4a387b4267d0514a1345c);
|
|
|
|
|
|
|
|
marker_3810c4ba98e4b0416b88e42cbef37492.bindPopup(popup_1909e80c492533e507ea1f9536786387)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3810c4ba98e4b0416b88e42cbef37492.setIcon(icon_9bced9d3703c66bc551983b7a6c177b9);
|
|
|
|
|
|
var marker_4c4bb3f3cb03ac4d83dd55efe5b6f05e = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_3697b070acc88a97a8924021b03fe3dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64919286d0db38bc1e008628b078f731 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06727294a379aa1f911d18da7e3bbee3 = $(`<div id="html_06727294a379aa1f911d18da7e3bbee3" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_64919286d0db38bc1e008628b078f731.setContent(html_06727294a379aa1f911d18da7e3bbee3);
|
|
|
|
|
|
|
|
marker_4c4bb3f3cb03ac4d83dd55efe5b6f05e.bindPopup(popup_64919286d0db38bc1e008628b078f731)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c4bb3f3cb03ac4d83dd55efe5b6f05e.setIcon(icon_3697b070acc88a97a8924021b03fe3dd);
|
|
|
|
|
|
var marker_67b73938951b44d412c9d31957a5adf7 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_96f10ab36f07ce07313e88e299f4944c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6db524a0538ee91e29c5caf7929488bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5abfb1de960ef537e5bb90962c800a1 = $(`<div id="html_a5abfb1de960ef537e5bb90962c800a1" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_6db524a0538ee91e29c5caf7929488bb.setContent(html_a5abfb1de960ef537e5bb90962c800a1);
|
|
|
|
|
|
|
|
marker_67b73938951b44d412c9d31957a5adf7.bindPopup(popup_6db524a0538ee91e29c5caf7929488bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67b73938951b44d412c9d31957a5adf7.setIcon(icon_96f10ab36f07ce07313e88e299f4944c);
|
|
|
|
|
|
var marker_919ac77a8d1d5d7bb56b2b1dea206cb6 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_bd86a32271b716739ae1977f67c5e72f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0622085bdaea793b7c1910028776b7be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd3bbf1ad0a15eefc8686475033ce766 = $(`<div id="html_cd3bbf1ad0a15eefc8686475033ce766" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_0622085bdaea793b7c1910028776b7be.setContent(html_cd3bbf1ad0a15eefc8686475033ce766);
|
|
|
|
|
|
|
|
marker_919ac77a8d1d5d7bb56b2b1dea206cb6.bindPopup(popup_0622085bdaea793b7c1910028776b7be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_919ac77a8d1d5d7bb56b2b1dea206cb6.setIcon(icon_bd86a32271b716739ae1977f67c5e72f);
|
|
|
|
|
|
var marker_26edc995e7d47a1a1723210e041ff9a7 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_dbafcab8429da82051d53ca60ceb5ffc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c01324ddb33c4c9d9cebd521e51a0a25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc201bf9f5120c6654e4111f9f2e8c7b = $(`<div id="html_cc201bf9f5120c6654e4111f9f2e8c7b" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_c01324ddb33c4c9d9cebd521e51a0a25.setContent(html_cc201bf9f5120c6654e4111f9f2e8c7b);
|
|
|
|
|
|
|
|
marker_26edc995e7d47a1a1723210e041ff9a7.bindPopup(popup_c01324ddb33c4c9d9cebd521e51a0a25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26edc995e7d47a1a1723210e041ff9a7.setIcon(icon_dbafcab8429da82051d53ca60ceb5ffc);
|
|
|
|
|
|
var marker_b25b2499c764e9d446b926627b67ef09 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_9f8fb3650d7c2b81b6d9b3f332cc1b77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0791e094b37c348a31c6aa2845e1671d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eacb3dc42f262a09bb8c00298f23c04b = $(`<div id="html_eacb3dc42f262a09bb8c00298f23c04b" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_0791e094b37c348a31c6aa2845e1671d.setContent(html_eacb3dc42f262a09bb8c00298f23c04b);
|
|
|
|
|
|
|
|
marker_b25b2499c764e9d446b926627b67ef09.bindPopup(popup_0791e094b37c348a31c6aa2845e1671d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b25b2499c764e9d446b926627b67ef09.setIcon(icon_9f8fb3650d7c2b81b6d9b3f332cc1b77);
|
|
|
|
|
|
var marker_476280cedf8e2d79362c4aad7eb5a182 = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_4a66a3eb067375954da804d417610420 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9fef49e4aa94b7e79f472419d1252a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea08b68a2263c4bdbf7c5e0699c83d0f = $(`<div id="html_ea08b68a2263c4bdbf7c5e0699c83d0f" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_a9fef49e4aa94b7e79f472419d1252a1.setContent(html_ea08b68a2263c4bdbf7c5e0699c83d0f);
|
|
|
|
|
|
|
|
marker_476280cedf8e2d79362c4aad7eb5a182.bindPopup(popup_a9fef49e4aa94b7e79f472419d1252a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_476280cedf8e2d79362c4aad7eb5a182.setIcon(icon_4a66a3eb067375954da804d417610420);
|
|
|
|
|
|
var marker_f7a28f70e70267b32bbf5ff306070378 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_0a954bc76b7a2736222ee03e4ebdcda0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f276c7a918db739335995bc92879982c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_057cc2ccba7dd707a168c83295d0e571 = $(`<div id="html_057cc2ccba7dd707a168c83295d0e571" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_f276c7a918db739335995bc92879982c.setContent(html_057cc2ccba7dd707a168c83295d0e571);
|
|
|
|
|
|
|
|
marker_f7a28f70e70267b32bbf5ff306070378.bindPopup(popup_f276c7a918db739335995bc92879982c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7a28f70e70267b32bbf5ff306070378.setIcon(icon_0a954bc76b7a2736222ee03e4ebdcda0);
|
|
|
|
|
|
var marker_bdb35b473eb1048eae807f04766494e1 = L.marker(
|
|
[53.471, 9.88208],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_4e20f476583f6a0f45c32523b9b7325c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21ad763e8f977ea2ab3ec1b1e67d8d8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9154c061565c2a36a587f6352ee9f976 = $(`<div id="html_9154c061565c2a36a587f6352ee9f976" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_21ad763e8f977ea2ab3ec1b1e67d8d8b.setContent(html_9154c061565c2a36a587f6352ee9f976);
|
|
|
|
|
|
|
|
marker_bdb35b473eb1048eae807f04766494e1.bindPopup(popup_21ad763e8f977ea2ab3ec1b1e67d8d8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bdb35b473eb1048eae807f04766494e1.setIcon(icon_4e20f476583f6a0f45c32523b9b7325c);
|
|
|
|
|
|
var marker_8e0eefbf4083eb43dd9dd070f2ad7414 = L.marker(
|
|
[50.9928, 3.26317],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_fe1c94497d734c926f5c60e6de3194e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41df22b7570214398c0301d271c7f0d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49ca1c533cdad856c63ec3da6d837dee = $(`<div id="html_49ca1c533cdad856c63ec3da6d837dee" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_41df22b7570214398c0301d271c7f0d3.setContent(html_49ca1c533cdad856c63ec3da6d837dee);
|
|
|
|
|
|
|
|
marker_8e0eefbf4083eb43dd9dd070f2ad7414.bindPopup(popup_41df22b7570214398c0301d271c7f0d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e0eefbf4083eb43dd9dd070f2ad7414.setIcon(icon_fe1c94497d734c926f5c60e6de3194e5);
|
|
|
|
|
|
var marker_5125ecf8f31a051a935d8e2e36fb8526 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_c035cbc9168aec13a0ec5a7fb808fd0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94663dc56af7c7eea06bab6e1df3142e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4432751ba59b5f839b4b39652c8a8a4 = $(`<div id="html_a4432751ba59b5f839b4b39652c8a8a4" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_94663dc56af7c7eea06bab6e1df3142e.setContent(html_a4432751ba59b5f839b4b39652c8a8a4);
|
|
|
|
|
|
|
|
marker_5125ecf8f31a051a935d8e2e36fb8526.bindPopup(popup_94663dc56af7c7eea06bab6e1df3142e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5125ecf8f31a051a935d8e2e36fb8526.setIcon(icon_c035cbc9168aec13a0ec5a7fb808fd0c);
|
|
|
|
|
|
var marker_7b4fa666a796ec08e277aca210c03629 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_ef02f2f733d6412b308bd8e402ffd21d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35972c6811a1d20f8707f2dee916c6bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2794f41ed1f694aa28da0217cc2e6446 = $(`<div id="html_2794f41ed1f694aa28da0217cc2e6446" style="width: 100.0%; height: 100.0%;">relay.thebluepulse.com</div>`)[0];
|
|
popup_35972c6811a1d20f8707f2dee916c6bf.setContent(html_2794f41ed1f694aa28da0217cc2e6446);
|
|
|
|
|
|
|
|
marker_7b4fa666a796ec08e277aca210c03629.bindPopup(popup_35972c6811a1d20f8707f2dee916c6bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b4fa666a796ec08e277aca210c03629.setIcon(icon_ef02f2f733d6412b308bd8e402ffd21d);
|
|
|
|
|
|
var marker_e266fee10366e86ebcd3c70678769b3b = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_88ff1584e51583c0bfa9685641e350b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_978ee2b657a61f376e3166dbba1f1ce7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5418574fe9f63338b44c105fea00a91 = $(`<div id="html_c5418574fe9f63338b44c105fea00a91" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_978ee2b657a61f376e3166dbba1f1ce7.setContent(html_c5418574fe9f63338b44c105fea00a91);
|
|
|
|
|
|
|
|
marker_e266fee10366e86ebcd3c70678769b3b.bindPopup(popup_978ee2b657a61f376e3166dbba1f1ce7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e266fee10366e86ebcd3c70678769b3b.setIcon(icon_88ff1584e51583c0bfa9685641e350b0);
|
|
|
|
|
|
var marker_273af87100e70d5f506dd3470fbe6a3f = L.marker(
|
|
[56.9677, 24.1056],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_9b1539829a55d590f6ddfb617715ddc9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89e062a3dfc7e92092dc36330ed58d0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80c3e2f2e27d7794bdf3460d34e388b9 = $(`<div id="html_80c3e2f2e27d7794bdf3460d34e388b9" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_89e062a3dfc7e92092dc36330ed58d0a.setContent(html_80c3e2f2e27d7794bdf3460d34e388b9);
|
|
|
|
|
|
|
|
marker_273af87100e70d5f506dd3470fbe6a3f.bindPopup(popup_89e062a3dfc7e92092dc36330ed58d0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_273af87100e70d5f506dd3470fbe6a3f.setIcon(icon_9b1539829a55d590f6ddfb617715ddc9);
|
|
|
|
|
|
var marker_b0439bdba8fefd3965db0ac0e48fa557 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_3f84f1e4b760bfda2e37a93cc8af02a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f570564fa72cd26b301d06e8f63f27b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c293a462a69e6208544501f8643b971 = $(`<div id="html_1c293a462a69e6208544501f8643b971" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_f570564fa72cd26b301d06e8f63f27b3.setContent(html_1c293a462a69e6208544501f8643b971);
|
|
|
|
|
|
|
|
marker_b0439bdba8fefd3965db0ac0e48fa557.bindPopup(popup_f570564fa72cd26b301d06e8f63f27b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0439bdba8fefd3965db0ac0e48fa557.setIcon(icon_3f84f1e4b760bfda2e37a93cc8af02a2);
|
|
|
|
|
|
var marker_3b346abac6e8dd2bd698b4fcb21cfcd1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_5f4579211da2115f63ee43d80203f532 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9759b085d9c22f9322634f11100e97e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fced79b0ad9b4a0fd20c247cb58f17af = $(`<div id="html_fced79b0ad9b4a0fd20c247cb58f17af" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_9759b085d9c22f9322634f11100e97e3.setContent(html_fced79b0ad9b4a0fd20c247cb58f17af);
|
|
|
|
|
|
|
|
marker_3b346abac6e8dd2bd698b4fcb21cfcd1.bindPopup(popup_9759b085d9c22f9322634f11100e97e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b346abac6e8dd2bd698b4fcb21cfcd1.setIcon(icon_5f4579211da2115f63ee43d80203f532);
|
|
|
|
|
|
var marker_6b804378087df02deb2f58ecb1194714 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_d558c17520b2a6de957ce4c9054326c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_329a8cb941d49ba56601b99c279c9567 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc9f831474ea598590c6b5ddd547d27c = $(`<div id="html_cc9f831474ea598590c6b5ddd547d27c" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_329a8cb941d49ba56601b99c279c9567.setContent(html_cc9f831474ea598590c6b5ddd547d27c);
|
|
|
|
|
|
|
|
marker_6b804378087df02deb2f58ecb1194714.bindPopup(popup_329a8cb941d49ba56601b99c279c9567)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b804378087df02deb2f58ecb1194714.setIcon(icon_d558c17520b2a6de957ce4c9054326c7);
|
|
|
|
|
|
var marker_00a0b21961ed80b3df37cf1e8ea69536 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_3015be9e68c888252f437b17a64eb026 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d52af1c56f40a95d16e35eb0007228b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_919d079e59c5c38e3c53cbd01a8d53d2 = $(`<div id="html_919d079e59c5c38e3c53cbd01a8d53d2" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_d52af1c56f40a95d16e35eb0007228b8.setContent(html_919d079e59c5c38e3c53cbd01a8d53d2);
|
|
|
|
|
|
|
|
marker_00a0b21961ed80b3df37cf1e8ea69536.bindPopup(popup_d52af1c56f40a95d16e35eb0007228b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00a0b21961ed80b3df37cf1e8ea69536.setIcon(icon_3015be9e68c888252f437b17a64eb026);
|
|
|
|
|
|
var marker_5f2b808cce8039623423fb06afd9f76c = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_e462001c758d770d98352913f09e9d39 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8477523a40a656b135ffafcf476ab5a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5635927b0851aab26b69d889cb01865e = $(`<div id="html_5635927b0851aab26b69d889cb01865e" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_8477523a40a656b135ffafcf476ab5a5.setContent(html_5635927b0851aab26b69d889cb01865e);
|
|
|
|
|
|
|
|
marker_5f2b808cce8039623423fb06afd9f76c.bindPopup(popup_8477523a40a656b135ffafcf476ab5a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f2b808cce8039623423fb06afd9f76c.setIcon(icon_e462001c758d770d98352913f09e9d39);
|
|
|
|
|
|
var marker_b837f43ab16cf181344fabb6d8c9af09 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_3aee83a435733eb14d0227f8fcef584b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fff1ae14359024db8c7b6073cd3ba2ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5679533955cb54c74eaafd3d9e1b456f = $(`<div id="html_5679533955cb54c74eaafd3d9e1b456f" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_fff1ae14359024db8c7b6073cd3ba2ca.setContent(html_5679533955cb54c74eaafd3d9e1b456f);
|
|
|
|
|
|
|
|
marker_b837f43ab16cf181344fabb6d8c9af09.bindPopup(popup_fff1ae14359024db8c7b6073cd3ba2ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b837f43ab16cf181344fabb6d8c9af09.setIcon(icon_3aee83a435733eb14d0227f8fcef584b);
|
|
|
|
|
|
var marker_bc783adb9b5a1c4dddacc568a6737170 = L.marker(
|
|
[30.2672, -97.7431],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_94fd5afbe66d2edc0aeb7406aea9930d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e53d8a2b49c79d590c6424738c4bc066 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72f18b6c1e9c4ce905ffe0caf8269df5 = $(`<div id="html_72f18b6c1e9c4ce905ffe0caf8269df5" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_e53d8a2b49c79d590c6424738c4bc066.setContent(html_72f18b6c1e9c4ce905ffe0caf8269df5);
|
|
|
|
|
|
|
|
marker_bc783adb9b5a1c4dddacc568a6737170.bindPopup(popup_e53d8a2b49c79d590c6424738c4bc066)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc783adb9b5a1c4dddacc568a6737170.setIcon(icon_94fd5afbe66d2edc0aeb7406aea9930d);
|
|
|
|
|
|
var marker_3f1f042e9f517e5b51aef83a4ec9d558 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_4418ae6e2fa311c60e2947545465e40a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6211436284a986a4c37d8f73a03acdd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9cbe7e13ef4c22b8f5738e057fa7249 = $(`<div id="html_b9cbe7e13ef4c22b8f5738e057fa7249" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_d6211436284a986a4c37d8f73a03acdd.setContent(html_b9cbe7e13ef4c22b8f5738e057fa7249);
|
|
|
|
|
|
|
|
marker_3f1f042e9f517e5b51aef83a4ec9d558.bindPopup(popup_d6211436284a986a4c37d8f73a03acdd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f1f042e9f517e5b51aef83a4ec9d558.setIcon(icon_4418ae6e2fa311c60e2947545465e40a);
|
|
|
|
|
|
var marker_9109d2a03404012ad4349febaf1c0385 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_969e31795b8282371db83a6f46fb9cfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8579894cc297d39ebc01cc8fc4be0a84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a711537b384940263e3658a8dba462e7 = $(`<div id="html_a711537b384940263e3658a8dba462e7" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_8579894cc297d39ebc01cc8fc4be0a84.setContent(html_a711537b384940263e3658a8dba462e7);
|
|
|
|
|
|
|
|
marker_9109d2a03404012ad4349febaf1c0385.bindPopup(popup_8579894cc297d39ebc01cc8fc4be0a84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9109d2a03404012ad4349febaf1c0385.setIcon(icon_969e31795b8282371db83a6f46fb9cfe);
|
|
|
|
|
|
var marker_befc2add0afab062a2772258abdff5cc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_65d00319ce76efe50b648632bd16e5af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45716a7f56474567ed91e04208f56554 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aad70e652065b62377c9da373c21ecf3 = $(`<div id="html_aad70e652065b62377c9da373c21ecf3" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_45716a7f56474567ed91e04208f56554.setContent(html_aad70e652065b62377c9da373c21ecf3);
|
|
|
|
|
|
|
|
marker_befc2add0afab062a2772258abdff5cc.bindPopup(popup_45716a7f56474567ed91e04208f56554)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_befc2add0afab062a2772258abdff5cc.setIcon(icon_65d00319ce76efe50b648632bd16e5af);
|
|
|
|
|
|
var marker_63b2647b9e99913262543aa040da56e3 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_9f33acbcb9f2e1a91de37215fe4b5351 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_401ddeda24788b8620318268e59099a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afee197af45d75e706b7e6175128291e = $(`<div id="html_afee197af45d75e706b7e6175128291e" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_401ddeda24788b8620318268e59099a1.setContent(html_afee197af45d75e706b7e6175128291e);
|
|
|
|
|
|
|
|
marker_63b2647b9e99913262543aa040da56e3.bindPopup(popup_401ddeda24788b8620318268e59099a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63b2647b9e99913262543aa040da56e3.setIcon(icon_9f33acbcb9f2e1a91de37215fe4b5351);
|
|
|
|
|
|
var marker_5a9083b6d7dbb4f3283239bf77a774db = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_837a7a6a07d4fc2e71fe2c0a1cc7f944 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_813b2b8ef55b50698a329d5eb4f81fd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4224ba9718b24a8024a3209de3f4f44f = $(`<div id="html_4224ba9718b24a8024a3209de3f4f44f" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_813b2b8ef55b50698a329d5eb4f81fd5.setContent(html_4224ba9718b24a8024a3209de3f4f44f);
|
|
|
|
|
|
|
|
marker_5a9083b6d7dbb4f3283239bf77a774db.bindPopup(popup_813b2b8ef55b50698a329d5eb4f81fd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a9083b6d7dbb4f3283239bf77a774db.setIcon(icon_837a7a6a07d4fc2e71fe2c0a1cc7f944);
|
|
|
|
|
|
var marker_027bcacba252dd80d2757357e6e5f155 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_77d2e2a972d456678ebdc2b04c8c7d66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a275d5b2cfefae811930b0475decdbef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb8102029b0d5257abef2c69e6af2e52 = $(`<div id="html_eb8102029b0d5257abef2c69e6af2e52" style="width: 100.0%; height: 100.0%;">nostr-01.uid.ovh</div>`)[0];
|
|
popup_a275d5b2cfefae811930b0475decdbef.setContent(html_eb8102029b0d5257abef2c69e6af2e52);
|
|
|
|
|
|
|
|
marker_027bcacba252dd80d2757357e6e5f155.bindPopup(popup_a275d5b2cfefae811930b0475decdbef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_027bcacba252dd80d2757357e6e5f155.setIcon(icon_77d2e2a972d456678ebdc2b04c8c7d66);
|
|
|
|
|
|
var marker_1bde7abf95ca0278aac62ed470074fee = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_3a7b2cc1d732dc3a0580e065ae8e067e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c1121b73c8b6af5a62bd656c806f6e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd1a11e0d661fb1e3218bf352594a480 = $(`<div id="html_cd1a11e0d661fb1e3218bf352594a480" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_7c1121b73c8b6af5a62bd656c806f6e5.setContent(html_cd1a11e0d661fb1e3218bf352594a480);
|
|
|
|
|
|
|
|
marker_1bde7abf95ca0278aac62ed470074fee.bindPopup(popup_7c1121b73c8b6af5a62bd656c806f6e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bde7abf95ca0278aac62ed470074fee.setIcon(icon_3a7b2cc1d732dc3a0580e065ae8e067e);
|
|
|
|
|
|
var marker_7e9ffafab162fb6a9138e3ce9ec9e75c = L.marker(
|
|
[13.9178, 100.424],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_68ca48707b3c2d3d0a995ce5062d6e66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3749b87670283d91d439217ad8e6ab0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ce05fa324c7fa64455c0d374cbe1a37 = $(`<div id="html_6ce05fa324c7fa64455c0d374cbe1a37" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_3749b87670283d91d439217ad8e6ab0d.setContent(html_6ce05fa324c7fa64455c0d374cbe1a37);
|
|
|
|
|
|
|
|
marker_7e9ffafab162fb6a9138e3ce9ec9e75c.bindPopup(popup_3749b87670283d91d439217ad8e6ab0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e9ffafab162fb6a9138e3ce9ec9e75c.setIcon(icon_68ca48707b3c2d3d0a995ce5062d6e66);
|
|
|
|
|
|
var marker_12b70b35fe7839f789969afd2828caf3 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_8fcd04e21bcf1aa4a06fb7eabd42f828 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be9212e2f9fef28e2587e5ce8352c325 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4849720b25a3f313e9b8e43140bbc953 = $(`<div id="html_4849720b25a3f313e9b8e43140bbc953" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_be9212e2f9fef28e2587e5ce8352c325.setContent(html_4849720b25a3f313e9b8e43140bbc953);
|
|
|
|
|
|
|
|
marker_12b70b35fe7839f789969afd2828caf3.bindPopup(popup_be9212e2f9fef28e2587e5ce8352c325)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12b70b35fe7839f789969afd2828caf3.setIcon(icon_8fcd04e21bcf1aa4a06fb7eabd42f828);
|
|
|
|
|
|
var marker_1b49f51a55b0d26758d9a5ffb9081ee1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_ebd5ee1a2d7b127dd41587adb0aae594 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8242441d0ce5df5c024bfebbab8f1427 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2558c937f78d6e10b4c1324d022ca10 = $(`<div id="html_b2558c937f78d6e10b4c1324d022ca10" style="width: 100.0%; height: 100.0%;">nostr.smartflowsocial.com</div>`)[0];
|
|
popup_8242441d0ce5df5c024bfebbab8f1427.setContent(html_b2558c937f78d6e10b4c1324d022ca10);
|
|
|
|
|
|
|
|
marker_1b49f51a55b0d26758d9a5ffb9081ee1.bindPopup(popup_8242441d0ce5df5c024bfebbab8f1427)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b49f51a55b0d26758d9a5ffb9081ee1.setIcon(icon_ebd5ee1a2d7b127dd41587adb0aae594);
|
|
|
|
|
|
var marker_48ad89658fa02cce1f2b9fc00463a7a1 = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_b64131dc208a145ce9663e89970b40c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_593026f4208666391fa28fe4134cadb4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d90d680052eb3817a7036275215de52 = $(`<div id="html_1d90d680052eb3817a7036275215de52" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_593026f4208666391fa28fe4134cadb4.setContent(html_1d90d680052eb3817a7036275215de52);
|
|
|
|
|
|
|
|
marker_48ad89658fa02cce1f2b9fc00463a7a1.bindPopup(popup_593026f4208666391fa28fe4134cadb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48ad89658fa02cce1f2b9fc00463a7a1.setIcon(icon_b64131dc208a145ce9663e89970b40c8);
|
|
|
|
|
|
var marker_1142365dee1e563cca72b6504acfdc70 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_3d70716bbc8817269a744483bc6ff09c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6461b301e8665564b5fb76a9ef73c545 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5035bbd6b75dfc8b703d6510e3baca3 = $(`<div id="html_b5035bbd6b75dfc8b703d6510e3baca3" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_6461b301e8665564b5fb76a9ef73c545.setContent(html_b5035bbd6b75dfc8b703d6510e3baca3);
|
|
|
|
|
|
|
|
marker_1142365dee1e563cca72b6504acfdc70.bindPopup(popup_6461b301e8665564b5fb76a9ef73c545)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1142365dee1e563cca72b6504acfdc70.setIcon(icon_3d70716bbc8817269a744483bc6ff09c);
|
|
|
|
|
|
var marker_99bf7fc95f988074a947f652d1f47a5b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_f6a3a5a06d443008eb11be811112c5f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14b7c3bf3f44b54f3ac5e72c7a306d08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a92b6757a0ed9806495a296c6307fc74 = $(`<div id="html_a92b6757a0ed9806495a296c6307fc74" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_14b7c3bf3f44b54f3ac5e72c7a306d08.setContent(html_a92b6757a0ed9806495a296c6307fc74);
|
|
|
|
|
|
|
|
marker_99bf7fc95f988074a947f652d1f47a5b.bindPopup(popup_14b7c3bf3f44b54f3ac5e72c7a306d08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99bf7fc95f988074a947f652d1f47a5b.setIcon(icon_f6a3a5a06d443008eb11be811112c5f2);
|
|
|
|
|
|
var marker_2fd0f6916b27613a4d9d10f9ebdbe947 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_a4464abc3277be94940ad9e84474db14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc0e34895471edbccd60cac8054b8de4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_295a47b35888e200eb6f44d85c0cfaba = $(`<div id="html_295a47b35888e200eb6f44d85c0cfaba" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_dc0e34895471edbccd60cac8054b8de4.setContent(html_295a47b35888e200eb6f44d85c0cfaba);
|
|
|
|
|
|
|
|
marker_2fd0f6916b27613a4d9d10f9ebdbe947.bindPopup(popup_dc0e34895471edbccd60cac8054b8de4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fd0f6916b27613a4d9d10f9ebdbe947.setIcon(icon_a4464abc3277be94940ad9e84474db14);
|
|
|
|
|
|
var marker_a415787bed6ab28a6281c632fd97be6a = L.marker(
|
|
[51.9194, 19.1451],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_c3ccd3ae408de06a779fa0b8153b4b89 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b05422c1150f64a14994c1cfa148a5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e6780d083b61bc7e9e5bf342bf14f55 = $(`<div id="html_0e6780d083b61bc7e9e5bf342bf14f55" style="width: 100.0%; height: 100.0%;">relay.upleb.uk</div>`)[0];
|
|
popup_6b05422c1150f64a14994c1cfa148a5b.setContent(html_0e6780d083b61bc7e9e5bf342bf14f55);
|
|
|
|
|
|
|
|
marker_a415787bed6ab28a6281c632fd97be6a.bindPopup(popup_6b05422c1150f64a14994c1cfa148a5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a415787bed6ab28a6281c632fd97be6a.setIcon(icon_c3ccd3ae408de06a779fa0b8153b4b89);
|
|
|
|
|
|
var marker_ced25943da402b56daeac8122248306e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_44fcb2acf3994d8825523f7a99afa5f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a71f7553d36aae03f8c6d8dbadbe4036 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c11accdd469f705d9f91b2f24c5825c = $(`<div id="html_6c11accdd469f705d9f91b2f24c5825c" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_a71f7553d36aae03f8c6d8dbadbe4036.setContent(html_6c11accdd469f705d9f91b2f24c5825c);
|
|
|
|
|
|
|
|
marker_ced25943da402b56daeac8122248306e.bindPopup(popup_a71f7553d36aae03f8c6d8dbadbe4036)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ced25943da402b56daeac8122248306e.setIcon(icon_44fcb2acf3994d8825523f7a99afa5f1);
|
|
|
|
|
|
var marker_5dfce4a8b1f636c209e89c5029937cb1 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_f042cb2738c6303ffe48070efc66391c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38be4dddc609c27352a5ca58e4ca38b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bebc91bc70a43df2741b832e890af6bd = $(`<div id="html_bebc91bc70a43df2741b832e890af6bd" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_38be4dddc609c27352a5ca58e4ca38b5.setContent(html_bebc91bc70a43df2741b832e890af6bd);
|
|
|
|
|
|
|
|
marker_5dfce4a8b1f636c209e89c5029937cb1.bindPopup(popup_38be4dddc609c27352a5ca58e4ca38b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5dfce4a8b1f636c209e89c5029937cb1.setIcon(icon_f042cb2738c6303ffe48070efc66391c);
|
|
|
|
|
|
var marker_1a0328930b30b764ddd41880685412ba = L.marker(
|
|
[36.9104, -89.5875],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_21ae1984d4610d54ac306219cd4e3c85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12805b58ca9d40f5e00e028269537686 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2186f722324c1264ec5f1e99a857f2de = $(`<div id="html_2186f722324c1264ec5f1e99a857f2de" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_12805b58ca9d40f5e00e028269537686.setContent(html_2186f722324c1264ec5f1e99a857f2de);
|
|
|
|
|
|
|
|
marker_1a0328930b30b764ddd41880685412ba.bindPopup(popup_12805b58ca9d40f5e00e028269537686)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a0328930b30b764ddd41880685412ba.setIcon(icon_21ae1984d4610d54ac306219cd4e3c85);
|
|
|
|
|
|
var marker_f1d690b41f3896cc224624e7f984d490 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_3b566507827438212c4228ae6bff7417 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2136d15e71f8153d608cb15fa7e49ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d101b00ab0d07c575444effa3d88fb8 = $(`<div id="html_2d101b00ab0d07c575444effa3d88fb8" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_d2136d15e71f8153d608cb15fa7e49ab.setContent(html_2d101b00ab0d07c575444effa3d88fb8);
|
|
|
|
|
|
|
|
marker_f1d690b41f3896cc224624e7f984d490.bindPopup(popup_d2136d15e71f8153d608cb15fa7e49ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1d690b41f3896cc224624e7f984d490.setIcon(icon_3b566507827438212c4228ae6bff7417);
|
|
|
|
|
|
var marker_57bdec68dc6d1f0779df53e90ad9d506 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_1331cc01eeec729e6bfa5b654d1f416b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c57d8be75aad4daa2cb7d8b1538addf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6d772f473aee3c5b65ebabe1f0dfa9e = $(`<div id="html_d6d772f473aee3c5b65ebabe1f0dfa9e" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_1c57d8be75aad4daa2cb7d8b1538addf.setContent(html_d6d772f473aee3c5b65ebabe1f0dfa9e);
|
|
|
|
|
|
|
|
marker_57bdec68dc6d1f0779df53e90ad9d506.bindPopup(popup_1c57d8be75aad4daa2cb7d8b1538addf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57bdec68dc6d1f0779df53e90ad9d506.setIcon(icon_1331cc01eeec729e6bfa5b654d1f416b);
|
|
|
|
|
|
var marker_281a28d3444ce6e49ef3f73c8e6705da = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_869a2640f6d6a001d5773b27b3610e12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfc70565bc2f133e0c5ab42099f5f6a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3bf5b463ddacae3e456f17b783f0625 = $(`<div id="html_d3bf5b463ddacae3e456f17b783f0625" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_cfc70565bc2f133e0c5ab42099f5f6a2.setContent(html_d3bf5b463ddacae3e456f17b783f0625);
|
|
|
|
|
|
|
|
marker_281a28d3444ce6e49ef3f73c8e6705da.bindPopup(popup_cfc70565bc2f133e0c5ab42099f5f6a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_281a28d3444ce6e49ef3f73c8e6705da.setIcon(icon_869a2640f6d6a001d5773b27b3610e12);
|
|
|
|
|
|
var marker_6116d919503c39471996edff495adc02 = L.marker(
|
|
[43.5009, -70.4428],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_4c1372cc31a0e8b484155c9ba074c910 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3a730f534dbc5d12dd11555c510739a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8be06c293f665e70865182a4e7c3be40 = $(`<div id="html_8be06c293f665e70865182a4e7c3be40" style="width: 100.0%; height: 100.0%;">nostr.zenon.network</div>`)[0];
|
|
popup_b3a730f534dbc5d12dd11555c510739a.setContent(html_8be06c293f665e70865182a4e7c3be40);
|
|
|
|
|
|
|
|
marker_6116d919503c39471996edff495adc02.bindPopup(popup_b3a730f534dbc5d12dd11555c510739a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6116d919503c39471996edff495adc02.setIcon(icon_4c1372cc31a0e8b484155c9ba074c910);
|
|
|
|
|
|
var marker_891489f07fe9be8fa891c592066873df = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_07bbb89a981842de914aa76d37844056 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4db84025e846ea003eb91318e67d4797 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2623e0be7897de3fefcb6e500683424a = $(`<div id="html_2623e0be7897de3fefcb6e500683424a" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_4db84025e846ea003eb91318e67d4797.setContent(html_2623e0be7897de3fefcb6e500683424a);
|
|
|
|
|
|
|
|
marker_891489f07fe9be8fa891c592066873df.bindPopup(popup_4db84025e846ea003eb91318e67d4797)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_891489f07fe9be8fa891c592066873df.setIcon(icon_07bbb89a981842de914aa76d37844056);
|
|
|
|
|
|
var marker_5751b5bd5efa3d66a0c64fb1b5563327 = L.marker(
|
|
[-26.2041, 28.0473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_78f5635505103a0da762810ca1ab5be1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc687a86814cc99201f07d6253db5290 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42be9a816a3f3b740ea96a127a825cdb = $(`<div id="html_42be9a816a3f3b740ea96a127a825cdb" style="width: 100.0%; height: 100.0%;">ribo.af.nostria.app</div>`)[0];
|
|
popup_dc687a86814cc99201f07d6253db5290.setContent(html_42be9a816a3f3b740ea96a127a825cdb);
|
|
|
|
|
|
|
|
marker_5751b5bd5efa3d66a0c64fb1b5563327.bindPopup(popup_dc687a86814cc99201f07d6253db5290)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5751b5bd5efa3d66a0c64fb1b5563327.setIcon(icon_78f5635505103a0da762810ca1ab5be1);
|
|
|
|
|
|
var marker_8d8550e042d2c7f3f96ed2eb7e7d3a1b = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_d76f042996f0c031fa87e3945a2593ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_702ac953ff5f39acc28c365c460da124 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad0788ea8af4682a8ef07c37aad7f194 = $(`<div id="html_ad0788ea8af4682a8ef07c37aad7f194" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_702ac953ff5f39acc28c365c460da124.setContent(html_ad0788ea8af4682a8ef07c37aad7f194);
|
|
|
|
|
|
|
|
marker_8d8550e042d2c7f3f96ed2eb7e7d3a1b.bindPopup(popup_702ac953ff5f39acc28c365c460da124)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d8550e042d2c7f3f96ed2eb7e7d3a1b.setIcon(icon_d76f042996f0c031fa87e3945a2593ae);
|
|
|
|
|
|
var marker_5e2004bb8447cf2fff451b1a876a81f3 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_970e5733347d6b216f0d9d7bcf6bc8c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_591faa73e46337a164f4cae8f88f9563 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e81b20a9d976c7a51d033aab648a7b1 = $(`<div id="html_8e81b20a9d976c7a51d033aab648a7b1" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_591faa73e46337a164f4cae8f88f9563.setContent(html_8e81b20a9d976c7a51d033aab648a7b1);
|
|
|
|
|
|
|
|
marker_5e2004bb8447cf2fff451b1a876a81f3.bindPopup(popup_591faa73e46337a164f4cae8f88f9563)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e2004bb8447cf2fff451b1a876a81f3.setIcon(icon_970e5733347d6b216f0d9d7bcf6bc8c4);
|
|
|
|
|
|
var marker_32356e783c3bbf5a288acd15b382ae95 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_88506376f4a4a05b8356e144d8a2f695 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29aff2dfb46a05336cc916fc97b672a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0f0f7ea5b0edf4ad5ae1e61b060ca5b = $(`<div id="html_c0f0f7ea5b0edf4ad5ae1e61b060ca5b" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_29aff2dfb46a05336cc916fc97b672a3.setContent(html_c0f0f7ea5b0edf4ad5ae1e61b060ca5b);
|
|
|
|
|
|
|
|
marker_32356e783c3bbf5a288acd15b382ae95.bindPopup(popup_29aff2dfb46a05336cc916fc97b672a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32356e783c3bbf5a288acd15b382ae95.setIcon(icon_88506376f4a4a05b8356e144d8a2f695);
|
|
|
|
|
|
var marker_5f4b4016718b16eaeb896ea61004e86e = L.marker(
|
|
[49.2827, -123.121],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_2971376aca9ac047f2fd8fe94cd2f461 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63c1bf37f573693ef510f86789b42b87 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_693d7a88e120b6af56de816c260c79d8 = $(`<div id="html_693d7a88e120b6af56de816c260c79d8" style="width: 100.0%; height: 100.0%;">nostr.sagaciousd.com</div>`)[0];
|
|
popup_63c1bf37f573693ef510f86789b42b87.setContent(html_693d7a88e120b6af56de816c260c79d8);
|
|
|
|
|
|
|
|
marker_5f4b4016718b16eaeb896ea61004e86e.bindPopup(popup_63c1bf37f573693ef510f86789b42b87)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f4b4016718b16eaeb896ea61004e86e.setIcon(icon_2971376aca9ac047f2fd8fe94cd2f461);
|
|
|
|
|
|
var marker_d1ce538b8fa0dbf84faefdeb27244c1d = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_573c297a6d816a471b029d4e7d3ed2d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d72b078b7fbb3b91cc690efd956fe5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3101fd3db4847de523b8c51183b903c = $(`<div id="html_d3101fd3db4847de523b8c51183b903c" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_9d72b078b7fbb3b91cc690efd956fe5a.setContent(html_d3101fd3db4847de523b8c51183b903c);
|
|
|
|
|
|
|
|
marker_d1ce538b8fa0dbf84faefdeb27244c1d.bindPopup(popup_9d72b078b7fbb3b91cc690efd956fe5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1ce538b8fa0dbf84faefdeb27244c1d.setIcon(icon_573c297a6d816a471b029d4e7d3ed2d0);
|
|
|
|
|
|
var marker_6b4203a4d56b6ac4ba869c9be28e1176 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_93f7dfb70f331c01584c4e2cfbfd45c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69500c226d411eb77ba3ab924f8a8787 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9871f6d1618b32188e97b3e487fc8526 = $(`<div id="html_9871f6d1618b32188e97b3e487fc8526" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_69500c226d411eb77ba3ab924f8a8787.setContent(html_9871f6d1618b32188e97b3e487fc8526);
|
|
|
|
|
|
|
|
marker_6b4203a4d56b6ac4ba869c9be28e1176.bindPopup(popup_69500c226d411eb77ba3ab924f8a8787)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b4203a4d56b6ac4ba869c9be28e1176.setIcon(icon_93f7dfb70f331c01584c4e2cfbfd45c1);
|
|
|
|
|
|
var marker_e71febf43388d4cda8c937e6d31fa15d = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_ae43d70ea0c906c002beb0761f8e65cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_862b23f5e8fe4badc1a06b1c395650e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d008f3ab00d2d363748cb279b57ca1e = $(`<div id="html_2d008f3ab00d2d363748cb279b57ca1e" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_862b23f5e8fe4badc1a06b1c395650e1.setContent(html_2d008f3ab00d2d363748cb279b57ca1e);
|
|
|
|
|
|
|
|
marker_e71febf43388d4cda8c937e6d31fa15d.bindPopup(popup_862b23f5e8fe4badc1a06b1c395650e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e71febf43388d4cda8c937e6d31fa15d.setIcon(icon_ae43d70ea0c906c002beb0761f8e65cf);
|
|
|
|
|
|
var marker_67acffdd356a965d23e3e8b32153a585 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_d017fb6949875e4ac13f8ea27a6fc319 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_472523bb64613cbb126826288ecd901c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eed0a54b4d8d1d2054548f70db199655 = $(`<div id="html_eed0a54b4d8d1d2054548f70db199655" style="width: 100.0%; height: 100.0%;">relay.2nix.de</div>`)[0];
|
|
popup_472523bb64613cbb126826288ecd901c.setContent(html_eed0a54b4d8d1d2054548f70db199655);
|
|
|
|
|
|
|
|
marker_67acffdd356a965d23e3e8b32153a585.bindPopup(popup_472523bb64613cbb126826288ecd901c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67acffdd356a965d23e3e8b32153a585.setIcon(icon_d017fb6949875e4ac13f8ea27a6fc319);
|
|
|
|
|
|
var marker_f8d43d4709f9cd6b2f0131459c92011b = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_a7b699e58b46f4c6902b4b6279b2e333 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4dd98885c54df910a1e1e0653ca4dbf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd3e1c832a46c642ddb08ec6fcef5098 = $(`<div id="html_dd3e1c832a46c642ddb08ec6fcef5098" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_d4dd98885c54df910a1e1e0653ca4dbf.setContent(html_dd3e1c832a46c642ddb08ec6fcef5098);
|
|
|
|
|
|
|
|
marker_f8d43d4709f9cd6b2f0131459c92011b.bindPopup(popup_d4dd98885c54df910a1e1e0653ca4dbf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8d43d4709f9cd6b2f0131459c92011b.setIcon(icon_a7b699e58b46f4c6902b4b6279b2e333);
|
|
|
|
|
|
var marker_1b12347a0774176d1c71d5091a42ffcb = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_8eb719c90771ac5e238c813524c54b4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b23f3ebdf59f7faa202d21360537b899 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbbd15ca84c2d02c46839fe1c476ba01 = $(`<div id="html_cbbd15ca84c2d02c46839fe1c476ba01" style="width: 100.0%; height: 100.0%;">a.nos.lol</div>`)[0];
|
|
popup_b23f3ebdf59f7faa202d21360537b899.setContent(html_cbbd15ca84c2d02c46839fe1c476ba01);
|
|
|
|
|
|
|
|
marker_1b12347a0774176d1c71d5091a42ffcb.bindPopup(popup_b23f3ebdf59f7faa202d21360537b899)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b12347a0774176d1c71d5091a42ffcb.setIcon(icon_8eb719c90771ac5e238c813524c54b4d);
|
|
|
|
|
|
var marker_193483754680f973de5877330a14d819 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_83ab4c69c44dabff2905738cf07709fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_392f00b0ab66871894a7cdda3be1346e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4fe9200f3aa938a3bee4a9e70e3b911 = $(`<div id="html_e4fe9200f3aa938a3bee4a9e70e3b911" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_392f00b0ab66871894a7cdda3be1346e.setContent(html_e4fe9200f3aa938a3bee4a9e70e3b911);
|
|
|
|
|
|
|
|
marker_193483754680f973de5877330a14d819.bindPopup(popup_392f00b0ab66871894a7cdda3be1346e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_193483754680f973de5877330a14d819.setIcon(icon_83ab4c69c44dabff2905738cf07709fc);
|
|
|
|
|
|
var marker_fc10d27147ef0150584f692f130693e4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_912bcb4721e8d00ce8ae5292ca8cf009 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad52320af4e586d54bfffe633f856bcb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f737314607b395f03cfb384fa634e900 = $(`<div id="html_f737314607b395f03cfb384fa634e900" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_ad52320af4e586d54bfffe633f856bcb.setContent(html_f737314607b395f03cfb384fa634e900);
|
|
|
|
|
|
|
|
marker_fc10d27147ef0150584f692f130693e4.bindPopup(popup_ad52320af4e586d54bfffe633f856bcb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc10d27147ef0150584f692f130693e4.setIcon(icon_912bcb4721e8d00ce8ae5292ca8cf009);
|
|
|
|
|
|
var marker_3773c8de87fd145bf50b6ed87935f6fc = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_b44459bccac305abfa3e025cf01bd94b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0e8bf3a448bd1663402264060bc9714 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_caaa0d1bcde608dd04502d8372854faa = $(`<div id="html_caaa0d1bcde608dd04502d8372854faa" style="width: 100.0%; height: 100.0%;">relay.moinsen.com</div>`)[0];
|
|
popup_e0e8bf3a448bd1663402264060bc9714.setContent(html_caaa0d1bcde608dd04502d8372854faa);
|
|
|
|
|
|
|
|
marker_3773c8de87fd145bf50b6ed87935f6fc.bindPopup(popup_e0e8bf3a448bd1663402264060bc9714)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3773c8de87fd145bf50b6ed87935f6fc.setIcon(icon_b44459bccac305abfa3e025cf01bd94b);
|
|
|
|
|
|
var marker_0c5615610e85fa8ed5ffe58951fc0913 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_d06c42dbc9a3daa9895599c645ae8b05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d05d497fd69c7e676abcf0a139aaba9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_527be41fc763af30cc235695535cc6c5 = $(`<div id="html_527be41fc763af30cc235695535cc6c5" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_7d05d497fd69c7e676abcf0a139aaba9.setContent(html_527be41fc763af30cc235695535cc6c5);
|
|
|
|
|
|
|
|
marker_0c5615610e85fa8ed5ffe58951fc0913.bindPopup(popup_7d05d497fd69c7e676abcf0a139aaba9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c5615610e85fa8ed5ffe58951fc0913.setIcon(icon_d06c42dbc9a3daa9895599c645ae8b05);
|
|
|
|
|
|
var marker_1a960a63eac641d60d6cd48f14d96eb9 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_2b2251dc29bebc40fc91100c4596713b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38074ab92fb81642bd87e6507a35acca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26e2f71769e4b62bcbc25fa1fb837a09 = $(`<div id="html_26e2f71769e4b62bcbc25fa1fb837a09" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_38074ab92fb81642bd87e6507a35acca.setContent(html_26e2f71769e4b62bcbc25fa1fb837a09);
|
|
|
|
|
|
|
|
marker_1a960a63eac641d60d6cd48f14d96eb9.bindPopup(popup_38074ab92fb81642bd87e6507a35acca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a960a63eac641d60d6cd48f14d96eb9.setIcon(icon_2b2251dc29bebc40fc91100c4596713b);
|
|
|
|
|
|
var marker_8a055ab8ac5fa05f6605ef86ea85f3f2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_3ecf2b819c14360f0cb366eee9758ae2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b811f6f3f12359578517ae6da348af0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0afb7e887a86bdf9a61589b4c6d0ab2e = $(`<div id="html_0afb7e887a86bdf9a61589b4c6d0ab2e" style="width: 100.0%; height: 100.0%;">relay.nsnip.io</div>`)[0];
|
|
popup_b811f6f3f12359578517ae6da348af0e.setContent(html_0afb7e887a86bdf9a61589b4c6d0ab2e);
|
|
|
|
|
|
|
|
marker_8a055ab8ac5fa05f6605ef86ea85f3f2.bindPopup(popup_b811f6f3f12359578517ae6da348af0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a055ab8ac5fa05f6605ef86ea85f3f2.setIcon(icon_3ecf2b819c14360f0cb366eee9758ae2);
|
|
|
|
|
|
var marker_df2500433b65ac1d696efd337ffec488 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_c63e03c02a251b69f981fd45b4fcb9d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5bfd3ff5db1244950b3a3602ee025fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e290fb4fd36e7a15dd7a9bd47d48bb37 = $(`<div id="html_e290fb4fd36e7a15dd7a9bd47d48bb37" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_c5bfd3ff5db1244950b3a3602ee025fc.setContent(html_e290fb4fd36e7a15dd7a9bd47d48bb37);
|
|
|
|
|
|
|
|
marker_df2500433b65ac1d696efd337ffec488.bindPopup(popup_c5bfd3ff5db1244950b3a3602ee025fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df2500433b65ac1d696efd337ffec488.setIcon(icon_c63e03c02a251b69f981fd45b4fcb9d6);
|
|
|
|
|
|
var marker_2c1e1e3dacc99eb44e5b0f77ea1154ca = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_ea73ffddda61ea4169b798b472146580 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94958f6be3f778d10693160d848291c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52accd7720553a4cb8a18d51efdc3848 = $(`<div id="html_52accd7720553a4cb8a18d51efdc3848" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_94958f6be3f778d10693160d848291c6.setContent(html_52accd7720553a4cb8a18d51efdc3848);
|
|
|
|
|
|
|
|
marker_2c1e1e3dacc99eb44e5b0f77ea1154ca.bindPopup(popup_94958f6be3f778d10693160d848291c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c1e1e3dacc99eb44e5b0f77ea1154ca.setIcon(icon_ea73ffddda61ea4169b798b472146580);
|
|
|
|
|
|
var marker_1e83f8916cd5843c0dd93f9ad377c596 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_e32fff48c79d3ada6482a2801e65c138 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6cab28cfa0198b841fe1685d4f0108bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4875eecb8d40338b9e703cdfc66bd7c0 = $(`<div id="html_4875eecb8d40338b9e703cdfc66bd7c0" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_6cab28cfa0198b841fe1685d4f0108bb.setContent(html_4875eecb8d40338b9e703cdfc66bd7c0);
|
|
|
|
|
|
|
|
marker_1e83f8916cd5843c0dd93f9ad377c596.bindPopup(popup_6cab28cfa0198b841fe1685d4f0108bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e83f8916cd5843c0dd93f9ad377c596.setIcon(icon_e32fff48c79d3ada6482a2801e65c138);
|
|
|
|
|
|
var marker_9bc61addf48840b88d211032d8cb4c29 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_54c1ffb4c99083525e9fef1ce3eb800d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99a55ba01a3770827593c188c276990a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b69c6bceb8d3e9a3bfd5042d0a0b0cf = $(`<div id="html_5b69c6bceb8d3e9a3bfd5042d0a0b0cf" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_99a55ba01a3770827593c188c276990a.setContent(html_5b69c6bceb8d3e9a3bfd5042d0a0b0cf);
|
|
|
|
|
|
|
|
marker_9bc61addf48840b88d211032d8cb4c29.bindPopup(popup_99a55ba01a3770827593c188c276990a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9bc61addf48840b88d211032d8cb4c29.setIcon(icon_54c1ffb4c99083525e9fef1ce3eb800d);
|
|
|
|
|
|
var marker_1f557daf0963b3adbea6d8a355afa82b = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_cf8cb5666554c2741a7c22746aff872b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d52d4ae652aa43ceec2843235d6d94cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84f5bfbf9c70d0083c5e896f58fd5221 = $(`<div id="html_84f5bfbf9c70d0083c5e896f58fd5221" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_d52d4ae652aa43ceec2843235d6d94cb.setContent(html_84f5bfbf9c70d0083c5e896f58fd5221);
|
|
|
|
|
|
|
|
marker_1f557daf0963b3adbea6d8a355afa82b.bindPopup(popup_d52d4ae652aa43ceec2843235d6d94cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f557daf0963b3adbea6d8a355afa82b.setIcon(icon_cf8cb5666554c2741a7c22746aff872b);
|
|
|
|
|
|
var marker_62227f06f95220e7bc5c1a1552b52de7 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_76449e1b7f0bcc5bf44d62d5418d266e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56af2a1c4c06f55c9dca8e7ba88d067b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da2f8b9ef20a4f452cb065c96722fea5 = $(`<div id="html_da2f8b9ef20a4f452cb065c96722fea5" style="width: 100.0%; height: 100.0%;">nostr.coincrowd.fund</div>`)[0];
|
|
popup_56af2a1c4c06f55c9dca8e7ba88d067b.setContent(html_da2f8b9ef20a4f452cb065c96722fea5);
|
|
|
|
|
|
|
|
marker_62227f06f95220e7bc5c1a1552b52de7.bindPopup(popup_56af2a1c4c06f55c9dca8e7ba88d067b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62227f06f95220e7bc5c1a1552b52de7.setIcon(icon_76449e1b7f0bcc5bf44d62d5418d266e);
|
|
|
|
|
|
var marker_b5253d96628e50c14e687994d41527b9 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_ee07b7b737c6be9fdf6afb22db25642c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f1c80e23a293dada0ddfa22467e8327 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a1cdfd24f849bda4457aaea327e2e65 = $(`<div id="html_7a1cdfd24f849bda4457aaea327e2e65" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_5f1c80e23a293dada0ddfa22467e8327.setContent(html_7a1cdfd24f849bda4457aaea327e2e65);
|
|
|
|
|
|
|
|
marker_b5253d96628e50c14e687994d41527b9.bindPopup(popup_5f1c80e23a293dada0ddfa22467e8327)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5253d96628e50c14e687994d41527b9.setIcon(icon_ee07b7b737c6be9fdf6afb22db25642c);
|
|
|
|
|
|
var marker_82ac802a6d3d259e87bfc0d5d3782118 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_e6382c51af05a6cc3a72bc3dfac262c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85c3dd4413a77bdd48f814d1d4457d13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1959063ee340b06618862ded3f7f3f52 = $(`<div id="html_1959063ee340b06618862ded3f7f3f52" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_85c3dd4413a77bdd48f814d1d4457d13.setContent(html_1959063ee340b06618862ded3f7f3f52);
|
|
|
|
|
|
|
|
marker_82ac802a6d3d259e87bfc0d5d3782118.bindPopup(popup_85c3dd4413a77bdd48f814d1d4457d13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82ac802a6d3d259e87bfc0d5d3782118.setIcon(icon_e6382c51af05a6cc3a72bc3dfac262c6);
|
|
|
|
|
|
var marker_7148b887c10075a3adfdaf169aa61aad = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_9018eaa4b60077373c1f83218fbb1fdb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_631bdf9ba564f5da72eda722411f434f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5baf2f4412586eeedb786211fd5343a8 = $(`<div id="html_5baf2f4412586eeedb786211fd5343a8" style="width: 100.0%; height: 100.0%;">relay.unknown.cloud</div>`)[0];
|
|
popup_631bdf9ba564f5da72eda722411f434f.setContent(html_5baf2f4412586eeedb786211fd5343a8);
|
|
|
|
|
|
|
|
marker_7148b887c10075a3adfdaf169aa61aad.bindPopup(popup_631bdf9ba564f5da72eda722411f434f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7148b887c10075a3adfdaf169aa61aad.setIcon(icon_9018eaa4b60077373c1f83218fbb1fdb);
|
|
|
|
|
|
var marker_98c7a8aad46ae918af4aa5d3aacae05e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_52ed1042c3d83fa957e0d2488635447c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7e53634ced8e20c65ed955e8e5c4edf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09d0379df1f77e1289f8beb6e694280b = $(`<div id="html_09d0379df1f77e1289f8beb6e694280b" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_a7e53634ced8e20c65ed955e8e5c4edf.setContent(html_09d0379df1f77e1289f8beb6e694280b);
|
|
|
|
|
|
|
|
marker_98c7a8aad46ae918af4aa5d3aacae05e.bindPopup(popup_a7e53634ced8e20c65ed955e8e5c4edf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98c7a8aad46ae918af4aa5d3aacae05e.setIcon(icon_52ed1042c3d83fa957e0d2488635447c);
|
|
|
|
|
|
var marker_2f40e3f65940e9a672048f97e70faa9f = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_a50e19879f7f35bb6075c9a436b3e4f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9cb25ebbb147dc9ffd36c370d83f0d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cccc4447705db2c75f96e2a5b378276e = $(`<div id="html_cccc4447705db2c75f96e2a5b378276e" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_d9cb25ebbb147dc9ffd36c370d83f0d4.setContent(html_cccc4447705db2c75f96e2a5b378276e);
|
|
|
|
|
|
|
|
marker_2f40e3f65940e9a672048f97e70faa9f.bindPopup(popup_d9cb25ebbb147dc9ffd36c370d83f0d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f40e3f65940e9a672048f97e70faa9f.setIcon(icon_a50e19879f7f35bb6075c9a436b3e4f9);
|
|
|
|
|
|
var marker_94d633c032b28dbcadf77ad027ac8095 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_33678d6903c49a95917cfac42c634949 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9070d13a6214f769ffcc8911236a5dca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1a6186df405a2de11882f7db6deac8d = $(`<div id="html_d1a6186df405a2de11882f7db6deac8d" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_9070d13a6214f769ffcc8911236a5dca.setContent(html_d1a6186df405a2de11882f7db6deac8d);
|
|
|
|
|
|
|
|
marker_94d633c032b28dbcadf77ad027ac8095.bindPopup(popup_9070d13a6214f769ffcc8911236a5dca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94d633c032b28dbcadf77ad027ac8095.setIcon(icon_33678d6903c49a95917cfac42c634949);
|
|
|
|
|
|
var marker_cafb1f54465b385657c96696015d8a1b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_7164838dfc4d50ac8a367ebb282f15f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84a0b61c5d013979ad6c2bd472d8233b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0be10b834939e02e415e02ccb319cd6 = $(`<div id="html_e0be10b834939e02e415e02ccb319cd6" style="width: 100.0%; height: 100.0%;">relay.hook.cafe</div>`)[0];
|
|
popup_84a0b61c5d013979ad6c2bd472d8233b.setContent(html_e0be10b834939e02e415e02ccb319cd6);
|
|
|
|
|
|
|
|
marker_cafb1f54465b385657c96696015d8a1b.bindPopup(popup_84a0b61c5d013979ad6c2bd472d8233b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cafb1f54465b385657c96696015d8a1b.setIcon(icon_7164838dfc4d50ac8a367ebb282f15f5);
|
|
|
|
|
|
var marker_50ce87cacc9d620c1876ebfb29abbbd2 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_8faa2ff2160abef287e1e79a5d4204a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ce57cedcc6b1e6c2ddd8cd562eab879 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9f876c3210477e5325b843479f54c8d = $(`<div id="html_d9f876c3210477e5325b843479f54c8d" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_3ce57cedcc6b1e6c2ddd8cd562eab879.setContent(html_d9f876c3210477e5325b843479f54c8d);
|
|
|
|
|
|
|
|
marker_50ce87cacc9d620c1876ebfb29abbbd2.bindPopup(popup_3ce57cedcc6b1e6c2ddd8cd562eab879)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50ce87cacc9d620c1876ebfb29abbbd2.setIcon(icon_8faa2ff2160abef287e1e79a5d4204a5);
|
|
|
|
|
|
var marker_40f82a8bb34680e2b3e042b3507fbd39 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_488127a99bcf7a161edf3d42135f04d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10dbe3aa53c844a242575bb334dbf549 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_877dca400045089f7657fbc4bdfad692 = $(`<div id="html_877dca400045089f7657fbc4bdfad692" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_10dbe3aa53c844a242575bb334dbf549.setContent(html_877dca400045089f7657fbc4bdfad692);
|
|
|
|
|
|
|
|
marker_40f82a8bb34680e2b3e042b3507fbd39.bindPopup(popup_10dbe3aa53c844a242575bb334dbf549)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40f82a8bb34680e2b3e042b3507fbd39.setIcon(icon_488127a99bcf7a161edf3d42135f04d9);
|
|
|
|
|
|
var marker_dab3e0e22c9cd5aa89ed8affc7ef9588 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_f8fc8ed9f7a71218d634b46422c24154 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b214b5b375b17efa07126adf4c5302c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77acfc7e336e27fcec0ff3697e09fd7d = $(`<div id="html_77acfc7e336e27fcec0ff3697e09fd7d" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_3b214b5b375b17efa07126adf4c5302c.setContent(html_77acfc7e336e27fcec0ff3697e09fd7d);
|
|
|
|
|
|
|
|
marker_dab3e0e22c9cd5aa89ed8affc7ef9588.bindPopup(popup_3b214b5b375b17efa07126adf4c5302c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dab3e0e22c9cd5aa89ed8affc7ef9588.setIcon(icon_f8fc8ed9f7a71218d634b46422c24154);
|
|
|
|
|
|
var marker_c261b306c15ef6a410d0572151083edc = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_8975fa967d65b7e4d34a8bc9f421eda3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_012b6cd0c2e3948c5848f4a1a1600d42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11128fd270d028f69b1cb2b8e7d8ec34 = $(`<div id="html_11128fd270d028f69b1cb2b8e7d8ec34" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_012b6cd0c2e3948c5848f4a1a1600d42.setContent(html_11128fd270d028f69b1cb2b8e7d8ec34);
|
|
|
|
|
|
|
|
marker_c261b306c15ef6a410d0572151083edc.bindPopup(popup_012b6cd0c2e3948c5848f4a1a1600d42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c261b306c15ef6a410d0572151083edc.setIcon(icon_8975fa967d65b7e4d34a8bc9f421eda3);
|
|
|
|
|
|
var marker_cdcd4a91896b54ad80626b5f655239e0 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_cfcd1ccf1b42699ed82dca392fdf914f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7db6c79f5598991f844389000013563 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc0e53c5cf5af2c526c51ded35c944f5 = $(`<div id="html_bc0e53c5cf5af2c526c51ded35c944f5" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_c7db6c79f5598991f844389000013563.setContent(html_bc0e53c5cf5af2c526c51ded35c944f5);
|
|
|
|
|
|
|
|
marker_cdcd4a91896b54ad80626b5f655239e0.bindPopup(popup_c7db6c79f5598991f844389000013563)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cdcd4a91896b54ad80626b5f655239e0.setIcon(icon_cfcd1ccf1b42699ed82dca392fdf914f);
|
|
|
|
|
|
var marker_043ac95d65b255f3bd204ce65f3f8c9d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_866db2b713bc4f75ba46aab134630589 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_313aa5df9cbf2a28231b5c2a477783b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a48e74398eee7d2cddc2e376d4ac3638 = $(`<div id="html_a48e74398eee7d2cddc2e376d4ac3638" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_313aa5df9cbf2a28231b5c2a477783b0.setContent(html_a48e74398eee7d2cddc2e376d4ac3638);
|
|
|
|
|
|
|
|
marker_043ac95d65b255f3bd204ce65f3f8c9d.bindPopup(popup_313aa5df9cbf2a28231b5c2a477783b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_043ac95d65b255f3bd204ce65f3f8c9d.setIcon(icon_866db2b713bc4f75ba46aab134630589);
|
|
|
|
|
|
var marker_4c396b6d57cd8658394d1a528957d21f = L.marker(
|
|
[53.5501, -113.469],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_0b49c8cd519d85608ca844c6a3f4ccf1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_539380940edf70a28fcbe1198e85077e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de9084759652ccb427c23e68e3091d0f = $(`<div id="html_de9084759652ccb427c23e68e3091d0f" style="width: 100.0%; height: 100.0%;">nostr.coincards.com</div>`)[0];
|
|
popup_539380940edf70a28fcbe1198e85077e.setContent(html_de9084759652ccb427c23e68e3091d0f);
|
|
|
|
|
|
|
|
marker_4c396b6d57cd8658394d1a528957d21f.bindPopup(popup_539380940edf70a28fcbe1198e85077e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c396b6d57cd8658394d1a528957d21f.setIcon(icon_0b49c8cd519d85608ca844c6a3f4ccf1);
|
|
|
|
|
|
var marker_24ef69dbf49e8e9dd6d3f0da22a07a63 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_b2f6f4b54b268e2ebb8c668c7dade693 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa03bed464063c43b820c8cd54e8fbd0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ca8a9276eac17ebf84cd19cd6f88e65 = $(`<div id="html_1ca8a9276eac17ebf84cd19cd6f88e65" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_aa03bed464063c43b820c8cd54e8fbd0.setContent(html_1ca8a9276eac17ebf84cd19cd6f88e65);
|
|
|
|
|
|
|
|
marker_24ef69dbf49e8e9dd6d3f0da22a07a63.bindPopup(popup_aa03bed464063c43b820c8cd54e8fbd0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24ef69dbf49e8e9dd6d3f0da22a07a63.setIcon(icon_b2f6f4b54b268e2ebb8c668c7dade693);
|
|
|
|
|
|
var marker_704f7d170f0de2c8ceb6201a8b5619ca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_233b6b5b5c1b07dc907678e93e3404e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2df530ccb57f62bc40cca5a7a5b1f8b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f18a688797d681234bf9ba384f3f4649 = $(`<div id="html_f18a688797d681234bf9ba384f3f4649" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_2df530ccb57f62bc40cca5a7a5b1f8b7.setContent(html_f18a688797d681234bf9ba384f3f4649);
|
|
|
|
|
|
|
|
marker_704f7d170f0de2c8ceb6201a8b5619ca.bindPopup(popup_2df530ccb57f62bc40cca5a7a5b1f8b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_704f7d170f0de2c8ceb6201a8b5619ca.setIcon(icon_233b6b5b5c1b07dc907678e93e3404e1);
|
|
|
|
|
|
var marker_ab70f5338ec5c6615735f495450a0cbc = L.marker(
|
|
[43.6715, -79.38],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_7830fb40c5ff6f5675a88f67eb230b09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81f288394d762851fbfa76465f772730 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc5d3279b9a9896bb78d1203a50ce191 = $(`<div id="html_cc5d3279b9a9896bb78d1203a50ce191" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_81f288394d762851fbfa76465f772730.setContent(html_cc5d3279b9a9896bb78d1203a50ce191);
|
|
|
|
|
|
|
|
marker_ab70f5338ec5c6615735f495450a0cbc.bindPopup(popup_81f288394d762851fbfa76465f772730)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab70f5338ec5c6615735f495450a0cbc.setIcon(icon_7830fb40c5ff6f5675a88f67eb230b09);
|
|
|
|
|
|
var marker_8f0ed9f3ce2902da190991b75e53ca69 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_1e61229667b06756097d80c22bafb823 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10b382209a2f18d1560d1c7d42b34d08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b496196b724f782bb09f5faf780e033 = $(`<div id="html_0b496196b724f782bb09f5faf780e033" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_10b382209a2f18d1560d1c7d42b34d08.setContent(html_0b496196b724f782bb09f5faf780e033);
|
|
|
|
|
|
|
|
marker_8f0ed9f3ce2902da190991b75e53ca69.bindPopup(popup_10b382209a2f18d1560d1c7d42b34d08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f0ed9f3ce2902da190991b75e53ca69.setIcon(icon_1e61229667b06756097d80c22bafb823);
|
|
|
|
|
|
var marker_65b5ab426d5aea12b1e4d359cba7781e = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_526181ac641e8d518053fd2879a8b76c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_008d652463c87604ce16dfb5d903e85d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6254a06281fd7623872acf9186d5126 = $(`<div id="html_d6254a06281fd7623872acf9186d5126" style="width: 100.0%; height: 100.0%;">trizone.dev</div>`)[0];
|
|
popup_008d652463c87604ce16dfb5d903e85d.setContent(html_d6254a06281fd7623872acf9186d5126);
|
|
|
|
|
|
|
|
marker_65b5ab426d5aea12b1e4d359cba7781e.bindPopup(popup_008d652463c87604ce16dfb5d903e85d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65b5ab426d5aea12b1e4d359cba7781e.setIcon(icon_526181ac641e8d518053fd2879a8b76c);
|
|
|
|
|
|
var marker_cbbf8a848deb464dffe6de4f9957bdc6 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_8b47e75656bb80b678e25046675d91da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2bafd919a714db1d36595f34d6c8b59 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_775753ba7fd0fe5944748d9a1b03e685 = $(`<div id="html_775753ba7fd0fe5944748d9a1b03e685" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_a2bafd919a714db1d36595f34d6c8b59.setContent(html_775753ba7fd0fe5944748d9a1b03e685);
|
|
|
|
|
|
|
|
marker_cbbf8a848deb464dffe6de4f9957bdc6.bindPopup(popup_a2bafd919a714db1d36595f34d6c8b59)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbbf8a848deb464dffe6de4f9957bdc6.setIcon(icon_8b47e75656bb80b678e25046675d91da);
|
|
|
|
|
|
var marker_a7cf16b35cdea3378c2bdd2334220388 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_9e3d8a65443ee80e3f9f09a011efb947 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b24677b1b491359c6e69c8171482acf5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5175d5a888fdfe9175b2972a3831af7c = $(`<div id="html_5175d5a888fdfe9175b2972a3831af7c" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_b24677b1b491359c6e69c8171482acf5.setContent(html_5175d5a888fdfe9175b2972a3831af7c);
|
|
|
|
|
|
|
|
marker_a7cf16b35cdea3378c2bdd2334220388.bindPopup(popup_b24677b1b491359c6e69c8171482acf5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7cf16b35cdea3378c2bdd2334220388.setIcon(icon_9e3d8a65443ee80e3f9f09a011efb947);
|
|
|
|
|
|
var marker_c160934c234c1ef2278c8bdd1c02710a = L.marker(
|
|
[50.8198, -1.08798],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_f8012836fbe408732b15c3365af5ec6f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bfd8581ae3f0ebab971d4e4f7cbfb40 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88583b30420ff7740c326de4008264e4 = $(`<div id="html_88583b30420ff7740c326de4008264e4" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_7bfd8581ae3f0ebab971d4e4f7cbfb40.setContent(html_88583b30420ff7740c326de4008264e4);
|
|
|
|
|
|
|
|
marker_c160934c234c1ef2278c8bdd1c02710a.bindPopup(popup_7bfd8581ae3f0ebab971d4e4f7cbfb40)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c160934c234c1ef2278c8bdd1c02710a.setIcon(icon_f8012836fbe408732b15c3365af5ec6f);
|
|
|
|
|
|
var marker_32fbb47c950bc227116d79867883132e = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_f4c42dcf0979f229bca7119e63bd0e7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ccaa58a55cd2bc7c2c6763cee798d1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_385b0427004595cd4d7c4571e2068306 = $(`<div id="html_385b0427004595cd4d7c4571e2068306" style="width: 100.0%; height: 100.0%;">nostr.satstralia.com</div>`)[0];
|
|
popup_1ccaa58a55cd2bc7c2c6763cee798d1c.setContent(html_385b0427004595cd4d7c4571e2068306);
|
|
|
|
|
|
|
|
marker_32fbb47c950bc227116d79867883132e.bindPopup(popup_1ccaa58a55cd2bc7c2c6763cee798d1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32fbb47c950bc227116d79867883132e.setIcon(icon_f4c42dcf0979f229bca7119e63bd0e7d);
|
|
|
|
|
|
var marker_065b34e007467221053efbe595124f4d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_3441065b3cfabf3b39be24b73cbfb61d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c58e78cc0541dc2e96e04de0ece3511c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3dde8b89d3b3128f4203b8a602d7bda6 = $(`<div id="html_3dde8b89d3b3128f4203b8a602d7bda6" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_c58e78cc0541dc2e96e04de0ece3511c.setContent(html_3dde8b89d3b3128f4203b8a602d7bda6);
|
|
|
|
|
|
|
|
marker_065b34e007467221053efbe595124f4d.bindPopup(popup_c58e78cc0541dc2e96e04de0ece3511c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_065b34e007467221053efbe595124f4d.setIcon(icon_3441065b3cfabf3b39be24b73cbfb61d);
|
|
|
|
|
|
var marker_3073a2ef63c47341ead0856243865eed = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_f7a5e6f3b939d4be2aeef989c164977a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b14cc05b03688f50b078314d96783079 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8718d4e2fc5ce7e5d5f4ff6a986ddec4 = $(`<div id="html_8718d4e2fc5ce7e5d5f4ff6a986ddec4" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_b14cc05b03688f50b078314d96783079.setContent(html_8718d4e2fc5ce7e5d5f4ff6a986ddec4);
|
|
|
|
|
|
|
|
marker_3073a2ef63c47341ead0856243865eed.bindPopup(popup_b14cc05b03688f50b078314d96783079)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3073a2ef63c47341ead0856243865eed.setIcon(icon_f7a5e6f3b939d4be2aeef989c164977a);
|
|
|
|
|
|
var marker_10f5aec1ea95b75148cfc6e6eb6172b7 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_754abbba4a734f37327c9b1c0ae55d94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_936f165a85c8066a10d9a5f8c88abeb7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aaae840f648ab1985170e9ac5660b199 = $(`<div id="html_aaae840f648ab1985170e9ac5660b199" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_936f165a85c8066a10d9a5f8c88abeb7.setContent(html_aaae840f648ab1985170e9ac5660b199);
|
|
|
|
|
|
|
|
marker_10f5aec1ea95b75148cfc6e6eb6172b7.bindPopup(popup_936f165a85c8066a10d9a5f8c88abeb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10f5aec1ea95b75148cfc6e6eb6172b7.setIcon(icon_754abbba4a734f37327c9b1c0ae55d94);
|
|
|
|
|
|
var marker_79fbf7b321bd20a8c8adf9a3107bd116 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_7688583e607fc509bee4cea6a645b4d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd79949f78d955a69a5086b8a5ad410f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_983bb89bf6fadc076b9e24f6db94ea49 = $(`<div id="html_983bb89bf6fadc076b9e24f6db94ea49" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_cd79949f78d955a69a5086b8a5ad410f.setContent(html_983bb89bf6fadc076b9e24f6db94ea49);
|
|
|
|
|
|
|
|
marker_79fbf7b321bd20a8c8adf9a3107bd116.bindPopup(popup_cd79949f78d955a69a5086b8a5ad410f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79fbf7b321bd20a8c8adf9a3107bd116.setIcon(icon_7688583e607fc509bee4cea6a645b4d9);
|
|
|
|
|
|
var marker_da2647d62acd701288d6cf8416bb7176 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_c6088d59838e7a90b2c809b31af8b187 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c54a1b081946431a2598c6038647f91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e518b3a19683346229325a819f2163a4 = $(`<div id="html_e518b3a19683346229325a819f2163a4" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_3c54a1b081946431a2598c6038647f91.setContent(html_e518b3a19683346229325a819f2163a4);
|
|
|
|
|
|
|
|
marker_da2647d62acd701288d6cf8416bb7176.bindPopup(popup_3c54a1b081946431a2598c6038647f91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da2647d62acd701288d6cf8416bb7176.setIcon(icon_c6088d59838e7a90b2c809b31af8b187);
|
|
|
|
|
|
var marker_ce15117959c5633c9fcee0533c2f04a5 = L.marker(
|
|
[50.8933, 6.05805],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_213282061d08cd316bcc0c6cbd67ceca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35648f8707cd12eca45952bd90db961a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d0ab5573205b5ee00458730d53e3931 = $(`<div id="html_7d0ab5573205b5ee00458730d53e3931" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_35648f8707cd12eca45952bd90db961a.setContent(html_7d0ab5573205b5ee00458730d53e3931);
|
|
|
|
|
|
|
|
marker_ce15117959c5633c9fcee0533c2f04a5.bindPopup(popup_35648f8707cd12eca45952bd90db961a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce15117959c5633c9fcee0533c2f04a5.setIcon(icon_213282061d08cd316bcc0c6cbd67ceca);
|
|
|
|
|
|
var marker_fadca267e2f653620a02e858bd0bfca5 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_fcb7c0780258c73fc943352f3f29f0d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1cdda747bc417b36d9def43708ab9b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48fa7999e7eae8c7f58cdf14d246ea5f = $(`<div id="html_48fa7999e7eae8c7f58cdf14d246ea5f" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_e1cdda747bc417b36d9def43708ab9b7.setContent(html_48fa7999e7eae8c7f58cdf14d246ea5f);
|
|
|
|
|
|
|
|
marker_fadca267e2f653620a02e858bd0bfca5.bindPopup(popup_e1cdda747bc417b36d9def43708ab9b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fadca267e2f653620a02e858bd0bfca5.setIcon(icon_fcb7c0780258c73fc943352f3f29f0d1);
|
|
|
|
|
|
var marker_d25f288efa27029cd7c4e3ecd5bcef5b = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_17d253fc253e4b6614191a31415e2adf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ce0b5043150879b26b109baac8e8cee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a327a36c2c613e796a30f9fb3d3281c2 = $(`<div id="html_a327a36c2c613e796a30f9fb3d3281c2" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_6ce0b5043150879b26b109baac8e8cee.setContent(html_a327a36c2c613e796a30f9fb3d3281c2);
|
|
|
|
|
|
|
|
marker_d25f288efa27029cd7c4e3ecd5bcef5b.bindPopup(popup_6ce0b5043150879b26b109baac8e8cee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d25f288efa27029cd7c4e3ecd5bcef5b.setIcon(icon_17d253fc253e4b6614191a31415e2adf);
|
|
|
|
|
|
var marker_1b6b4c06b1bd94481dad8c073ed0abb1 = L.marker(
|
|
[24.1469, 120.684],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_5cc812022a96b87985d04eb4353e8991 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6c53066665e20e3df73941413371ae6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e245da7be250f6c9600f5eaa21487b8f = $(`<div id="html_e245da7be250f6c9600f5eaa21487b8f" style="width: 100.0%; height: 100.0%;">nostr.camalolo.com</div>`)[0];
|
|
popup_d6c53066665e20e3df73941413371ae6.setContent(html_e245da7be250f6c9600f5eaa21487b8f);
|
|
|
|
|
|
|
|
marker_1b6b4c06b1bd94481dad8c073ed0abb1.bindPopup(popup_d6c53066665e20e3df73941413371ae6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b6b4c06b1bd94481dad8c073ed0abb1.setIcon(icon_5cc812022a96b87985d04eb4353e8991);
|
|
|
|
|
|
var marker_22983d569a8aab480737edc65398fe26 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_bf4ab176199f2d0d7edf13207dd3ba4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7fff38aa5d53b5073bfac9846e0c7806 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2cc8cf1de5a74870d14d56e15fecb65f = $(`<div id="html_2cc8cf1de5a74870d14d56e15fecb65f" style="width: 100.0%; height: 100.0%;">relay.nostr.band</div>`)[0];
|
|
popup_7fff38aa5d53b5073bfac9846e0c7806.setContent(html_2cc8cf1de5a74870d14d56e15fecb65f);
|
|
|
|
|
|
|
|
marker_22983d569a8aab480737edc65398fe26.bindPopup(popup_7fff38aa5d53b5073bfac9846e0c7806)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22983d569a8aab480737edc65398fe26.setIcon(icon_bf4ab176199f2d0d7edf13207dd3ba4d);
|
|
|
|
|
|
var marker_39eaac6cd1169e9ad99f4466459cf082 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_d12880877648acfb0fd9a1762cf5bbfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_655d2edc06020f83d87dbb5c108ce0d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5bb009357108b9b9c6d0a6179f4737f = $(`<div id="html_c5bb009357108b9b9c6d0a6179f4737f" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_655d2edc06020f83d87dbb5c108ce0d0.setContent(html_c5bb009357108b9b9c6d0a6179f4737f);
|
|
|
|
|
|
|
|
marker_39eaac6cd1169e9ad99f4466459cf082.bindPopup(popup_655d2edc06020f83d87dbb5c108ce0d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39eaac6cd1169e9ad99f4466459cf082.setIcon(icon_d12880877648acfb0fd9a1762cf5bbfe);
|
|
|
|
|
|
var marker_b3170ce35ac74c8e0aab67815cab0d2a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_4dd6d540ef38fe60d73d7cccd4d37915 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_155cc3f7e3f546baf6480338a6df01d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8196cb127e16d54398ab2e116562b429 = $(`<div id="html_8196cb127e16d54398ab2e116562b429" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_155cc3f7e3f546baf6480338a6df01d1.setContent(html_8196cb127e16d54398ab2e116562b429);
|
|
|
|
|
|
|
|
marker_b3170ce35ac74c8e0aab67815cab0d2a.bindPopup(popup_155cc3f7e3f546baf6480338a6df01d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3170ce35ac74c8e0aab67815cab0d2a.setIcon(icon_4dd6d540ef38fe60d73d7cccd4d37915);
|
|
|
|
|
|
var marker_b8eaab65938b80d981bf5ef25a35733e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_29e5f939b3af0cd195d48778a8e25c8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a0d5e36861acefc9b53aaa2f9d0cc51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e127f75d5007ce79033d7c97444a5bf = $(`<div id="html_1e127f75d5007ce79033d7c97444a5bf" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_8a0d5e36861acefc9b53aaa2f9d0cc51.setContent(html_1e127f75d5007ce79033d7c97444a5bf);
|
|
|
|
|
|
|
|
marker_b8eaab65938b80d981bf5ef25a35733e.bindPopup(popup_8a0d5e36861acefc9b53aaa2f9d0cc51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8eaab65938b80d981bf5ef25a35733e.setIcon(icon_29e5f939b3af0cd195d48778a8e25c8d);
|
|
|
|
|
|
var marker_1f576165d441bc3ff14e285e1afced33 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_9d5126ec67da56dc6141084138358264 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_683d992d143dda5c61619c3df3f78966 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_351a537f56130901873126fcc8db38f0 = $(`<div id="html_351a537f56130901873126fcc8db38f0" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_683d992d143dda5c61619c3df3f78966.setContent(html_351a537f56130901873126fcc8db38f0);
|
|
|
|
|
|
|
|
marker_1f576165d441bc3ff14e285e1afced33.bindPopup(popup_683d992d143dda5c61619c3df3f78966)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f576165d441bc3ff14e285e1afced33.setIcon(icon_9d5126ec67da56dc6141084138358264);
|
|
|
|
|
|
var marker_63bd5aa61550ad5d2c4a2cbcf3737187 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_fb69b5be5ac9dc52e45e5ec819ca460b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5b6b8fbb49d85032ea293386ff7bc71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75f1cdf598d18489462a990d689fa0c8 = $(`<div id="html_75f1cdf598d18489462a990d689fa0c8" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_d5b6b8fbb49d85032ea293386ff7bc71.setContent(html_75f1cdf598d18489462a990d689fa0c8);
|
|
|
|
|
|
|
|
marker_63bd5aa61550ad5d2c4a2cbcf3737187.bindPopup(popup_d5b6b8fbb49d85032ea293386ff7bc71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63bd5aa61550ad5d2c4a2cbcf3737187.setIcon(icon_fb69b5be5ac9dc52e45e5ec819ca460b);
|
|
|
|
|
|
var marker_9b5ccdfa8b283bf57d64cc05cba5aa75 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_c5210a71d5b744551a442fe17a709274 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0679633800a50a7c96c88457dc748028 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d29580ce7acf98818d148f0491b4e4a = $(`<div id="html_1d29580ce7acf98818d148f0491b4e4a" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_0679633800a50a7c96c88457dc748028.setContent(html_1d29580ce7acf98818d148f0491b4e4a);
|
|
|
|
|
|
|
|
marker_9b5ccdfa8b283bf57d64cc05cba5aa75.bindPopup(popup_0679633800a50a7c96c88457dc748028)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b5ccdfa8b283bf57d64cc05cba5aa75.setIcon(icon_c5210a71d5b744551a442fe17a709274);
|
|
|
|
|
|
var marker_84810407c88d7417458c0e81cb3f3fff = L.marker(
|
|
[46.2044, 6.14316],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_3572b808c9cd44bd02e00e86df82f8e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6179700768f2d6588a65d57ffae79eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_423aa3644fb2f32d0e908328249245e2 = $(`<div id="html_423aa3644fb2f32d0e908328249245e2" style="width: 100.0%; height: 100.0%;">relay.basspistol.org</div>`)[0];
|
|
popup_e6179700768f2d6588a65d57ffae79eb.setContent(html_423aa3644fb2f32d0e908328249245e2);
|
|
|
|
|
|
|
|
marker_84810407c88d7417458c0e81cb3f3fff.bindPopup(popup_e6179700768f2d6588a65d57ffae79eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84810407c88d7417458c0e81cb3f3fff.setIcon(icon_3572b808c9cd44bd02e00e86df82f8e4);
|
|
|
|
|
|
var marker_91a8476a0d30e4fbf5067e6b0ed09400 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_2e7dbe73ecab600f154581be5d3d8e72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5b1f8bc476c872109006a53a9fbf56c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8a1484e7f78bc8bc9acef295d63dcf4 = $(`<div id="html_c8a1484e7f78bc8bc9acef295d63dcf4" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_c5b1f8bc476c872109006a53a9fbf56c.setContent(html_c8a1484e7f78bc8bc9acef295d63dcf4);
|
|
|
|
|
|
|
|
marker_91a8476a0d30e4fbf5067e6b0ed09400.bindPopup(popup_c5b1f8bc476c872109006a53a9fbf56c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91a8476a0d30e4fbf5067e6b0ed09400.setIcon(icon_2e7dbe73ecab600f154581be5d3d8e72);
|
|
|
|
|
|
var marker_ce5789703955a869034963e211d67760 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_6f9a15e42a351e8d4628e2f48f7bed1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cebc2b25c737a7c123fb1bde001f3f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0031b6fba50626298963d4188f80af9d = $(`<div id="html_0031b6fba50626298963d4188f80af9d" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_5cebc2b25c737a7c123fb1bde001f3f3.setContent(html_0031b6fba50626298963d4188f80af9d);
|
|
|
|
|
|
|
|
marker_ce5789703955a869034963e211d67760.bindPopup(popup_5cebc2b25c737a7c123fb1bde001f3f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce5789703955a869034963e211d67760.setIcon(icon_6f9a15e42a351e8d4628e2f48f7bed1c);
|
|
|
|
|
|
var marker_8b7bf7a1604d9e95dd2870912056e2e5 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_902189758ba8dcf9e7d8f8f284fc73d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f315549a120eeb30e4d169c3d30761b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50e8225d893bbdfaad07052028fdff75 = $(`<div id="html_50e8225d893bbdfaad07052028fdff75" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_f315549a120eeb30e4d169c3d30761b3.setContent(html_50e8225d893bbdfaad07052028fdff75);
|
|
|
|
|
|
|
|
marker_8b7bf7a1604d9e95dd2870912056e2e5.bindPopup(popup_f315549a120eeb30e4d169c3d30761b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b7bf7a1604d9e95dd2870912056e2e5.setIcon(icon_902189758ba8dcf9e7d8f8f284fc73d9);
|
|
|
|
|
|
var marker_bda41f6c30062262ce7d5ebd9152304d = L.marker(
|
|
[59.4016, 17.9455],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_0986a198bae5d18892dd594ea923e827 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb24e073b17e312712607d6fcc857ff4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_753675ae6ddc2b5d74a2129f56b83a0a = $(`<div id="html_753675ae6ddc2b5d74a2129f56b83a0a" style="width: 100.0%; height: 100.0%;">relay.stream.labs.h3.se</div>`)[0];
|
|
popup_fb24e073b17e312712607d6fcc857ff4.setContent(html_753675ae6ddc2b5d74a2129f56b83a0a);
|
|
|
|
|
|
|
|
marker_bda41f6c30062262ce7d5ebd9152304d.bindPopup(popup_fb24e073b17e312712607d6fcc857ff4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bda41f6c30062262ce7d5ebd9152304d.setIcon(icon_0986a198bae5d18892dd594ea923e827);
|
|
|
|
|
|
var marker_b9d65bc44919760e187ab76ef079ef32 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_551d07175b3251f995bd659c8141dd70 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bb810544df0672c353333e168fcffe6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb12aa33a133289b5b7d47469d0e844d = $(`<div id="html_cb12aa33a133289b5b7d47469d0e844d" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_7bb810544df0672c353333e168fcffe6.setContent(html_cb12aa33a133289b5b7d47469d0e844d);
|
|
|
|
|
|
|
|
marker_b9d65bc44919760e187ab76ef079ef32.bindPopup(popup_7bb810544df0672c353333e168fcffe6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9d65bc44919760e187ab76ef079ef32.setIcon(icon_551d07175b3251f995bd659c8141dd70);
|
|
|
|
|
|
var marker_5db69cab900d69cc7a199c29f2ab7928 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_db33a6f0416b48d89b38c66d9eb90153 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1e4f42028f587b676f7b063afefea51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfafbe1cfe93447490fd98c91f21dbf2 = $(`<div id="html_cfafbe1cfe93447490fd98c91f21dbf2" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_f1e4f42028f587b676f7b063afefea51.setContent(html_cfafbe1cfe93447490fd98c91f21dbf2);
|
|
|
|
|
|
|
|
marker_5db69cab900d69cc7a199c29f2ab7928.bindPopup(popup_f1e4f42028f587b676f7b063afefea51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5db69cab900d69cc7a199c29f2ab7928.setIcon(icon_db33a6f0416b48d89b38c66d9eb90153);
|
|
|
|
|
|
var marker_e029d875ed92e5fc71e417b046c74e28 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_5588ad4b7d35cbaeb9f7b4128c3c4e6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ecf7bade6f868179fbbf0f8c5d0d6a1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_759359912ac53174f45c6cd579c5024b = $(`<div id="html_759359912ac53174f45c6cd579c5024b" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_ecf7bade6f868179fbbf0f8c5d0d6a1f.setContent(html_759359912ac53174f45c6cd579c5024b);
|
|
|
|
|
|
|
|
marker_e029d875ed92e5fc71e417b046c74e28.bindPopup(popup_ecf7bade6f868179fbbf0f8c5d0d6a1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e029d875ed92e5fc71e417b046c74e28.setIcon(icon_5588ad4b7d35cbaeb9f7b4128c3c4e6c);
|
|
|
|
|
|
var marker_3613e0519713a661c9d1aeb93f83c265 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_a6c03530a1c515c832948fecedb75a53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8087f0c9590e5b594015078e2b69e7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e748bbe47c19f0d5232651698e082cda = $(`<div id="html_e748bbe47c19f0d5232651698e082cda" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_c8087f0c9590e5b594015078e2b69e7c.setContent(html_e748bbe47c19f0d5232651698e082cda);
|
|
|
|
|
|
|
|
marker_3613e0519713a661c9d1aeb93f83c265.bindPopup(popup_c8087f0c9590e5b594015078e2b69e7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3613e0519713a661c9d1aeb93f83c265.setIcon(icon_a6c03530a1c515c832948fecedb75a53);
|
|
|
|
|
|
var marker_06f5689e97c70d3e2dc251cdb03a519b = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_f7943f886e73fa3344c0eee97201b057 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4b00412fec6c10ade5cc5d2e8ff536f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fcf9e17cade8913b7e53331665e692a = $(`<div id="html_4fcf9e17cade8913b7e53331665e692a" style="width: 100.0%; height: 100.0%;">relay.hasenpfeffr.com</div>`)[0];
|
|
popup_e4b00412fec6c10ade5cc5d2e8ff536f.setContent(html_4fcf9e17cade8913b7e53331665e692a);
|
|
|
|
|
|
|
|
marker_06f5689e97c70d3e2dc251cdb03a519b.bindPopup(popup_e4b00412fec6c10ade5cc5d2e8ff536f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06f5689e97c70d3e2dc251cdb03a519b.setIcon(icon_f7943f886e73fa3344c0eee97201b057);
|
|
|
|
|
|
var marker_3f0b78c1fd23aa97e7dd46693ba36203 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_4e95fb01b1a7b4e0e41e010a8ba495e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46e673eadfab45c4c20c0defd8124b63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b459b238050b22552df6cb319119a15f = $(`<div id="html_b459b238050b22552df6cb319119a15f" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_46e673eadfab45c4c20c0defd8124b63.setContent(html_b459b238050b22552df6cb319119a15f);
|
|
|
|
|
|
|
|
marker_3f0b78c1fd23aa97e7dd46693ba36203.bindPopup(popup_46e673eadfab45c4c20c0defd8124b63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f0b78c1fd23aa97e7dd46693ba36203.setIcon(icon_4e95fb01b1a7b4e0e41e010a8ba495e3);
|
|
|
|
|
|
var marker_14787a40ccf0b0b5b04cc65d4e5c2c6d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_7a3cc8ef6226ed7cb347e5865d68ac8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c204fd1bf933a1b3b322ea058ea84d67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2762bbdaa6dd097bd84d80f50f26298b = $(`<div id="html_2762bbdaa6dd097bd84d80f50f26298b" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_c204fd1bf933a1b3b322ea058ea84d67.setContent(html_2762bbdaa6dd097bd84d80f50f26298b);
|
|
|
|
|
|
|
|
marker_14787a40ccf0b0b5b04cc65d4e5c2c6d.bindPopup(popup_c204fd1bf933a1b3b322ea058ea84d67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14787a40ccf0b0b5b04cc65d4e5c2c6d.setIcon(icon_7a3cc8ef6226ed7cb347e5865d68ac8e);
|
|
|
|
|
|
var marker_dcf0cea17bcc2818fc347b098f000b28 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_b241af7a853e63a613d60792fce59817 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19e3d76efed0a744ab5d051088f8aab2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4a575995a9307beebfcd5b0e7521a7c = $(`<div id="html_c4a575995a9307beebfcd5b0e7521a7c" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_19e3d76efed0a744ab5d051088f8aab2.setContent(html_c4a575995a9307beebfcd5b0e7521a7c);
|
|
|
|
|
|
|
|
marker_dcf0cea17bcc2818fc347b098f000b28.bindPopup(popup_19e3d76efed0a744ab5d051088f8aab2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dcf0cea17bcc2818fc347b098f000b28.setIcon(icon_b241af7a853e63a613d60792fce59817);
|
|
|
|
|
|
var marker_7ca08eebe16dc44fa97c7af2971e00d4 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_45ada7b374f99d8b23234470c262588d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6298f01699efba0386d08305cad68810 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41d0243682b508c1f4e399f04fbf4da5 = $(`<div id="html_41d0243682b508c1f4e399f04fbf4da5" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_6298f01699efba0386d08305cad68810.setContent(html_41d0243682b508c1f4e399f04fbf4da5);
|
|
|
|
|
|
|
|
marker_7ca08eebe16dc44fa97c7af2971e00d4.bindPopup(popup_6298f01699efba0386d08305cad68810)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ca08eebe16dc44fa97c7af2971e00d4.setIcon(icon_45ada7b374f99d8b23234470c262588d);
|
|
|
|
|
|
var marker_93f95e1a8f070d00478137fce5cbcaac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_726d200821d90e48693bc2a7f02be06a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1edb1aaaf0f3d2daea581c1299b27f72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7576eb41647d58b42bdcce9d2af2076b = $(`<div id="html_7576eb41647d58b42bdcce9d2af2076b" style="width: 100.0%; height: 100.0%;">promo.nextblock.app</div>`)[0];
|
|
popup_1edb1aaaf0f3d2daea581c1299b27f72.setContent(html_7576eb41647d58b42bdcce9d2af2076b);
|
|
|
|
|
|
|
|
marker_93f95e1a8f070d00478137fce5cbcaac.bindPopup(popup_1edb1aaaf0f3d2daea581c1299b27f72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93f95e1a8f070d00478137fce5cbcaac.setIcon(icon_726d200821d90e48693bc2a7f02be06a);
|
|
|
|
|
|
var marker_e8f62a86d3e851dc09fdd639e3e8d889 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_6435cc83cbab9346ae5271e8ff946605 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47c91229bbe93b7b89ed069cb499c27b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ae6a97943494d631a51fa7fc04103b2 = $(`<div id="html_6ae6a97943494d631a51fa7fc04103b2" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_47c91229bbe93b7b89ed069cb499c27b.setContent(html_6ae6a97943494d631a51fa7fc04103b2);
|
|
|
|
|
|
|
|
marker_e8f62a86d3e851dc09fdd639e3e8d889.bindPopup(popup_47c91229bbe93b7b89ed069cb499c27b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8f62a86d3e851dc09fdd639e3e8d889.setIcon(icon_6435cc83cbab9346ae5271e8ff946605);
|
|
|
|
|
|
var marker_0755c418397c5b93cd92b9c97f9e72f4 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_50db94534087026139a40cb01fd7e8b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5f70122564eb8fd5034b2250208b440 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec1f43f72658419b83c30bc1feb00952 = $(`<div id="html_ec1f43f72658419b83c30bc1feb00952" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_f5f70122564eb8fd5034b2250208b440.setContent(html_ec1f43f72658419b83c30bc1feb00952);
|
|
|
|
|
|
|
|
marker_0755c418397c5b93cd92b9c97f9e72f4.bindPopup(popup_f5f70122564eb8fd5034b2250208b440)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0755c418397c5b93cd92b9c97f9e72f4.setIcon(icon_50db94534087026139a40cb01fd7e8b7);
|
|
|
|
|
|
var marker_4d2f20118ffd0c8f97b7de0443aa5144 = L.marker(
|
|
[33.7488, -84.3877],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_40c6dbb7dae38a2a582f02a171e72920 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9208c7b6af2a823a2e2319dcc57505bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db64a5aa2e3f118ac950f2c9482ea512 = $(`<div id="html_db64a5aa2e3f118ac950f2c9482ea512" style="width: 100.0%; height: 100.0%;">wot.tealeaf.dev</div>`)[0];
|
|
popup_9208c7b6af2a823a2e2319dcc57505bb.setContent(html_db64a5aa2e3f118ac950f2c9482ea512);
|
|
|
|
|
|
|
|
marker_4d2f20118ffd0c8f97b7de0443aa5144.bindPopup(popup_9208c7b6af2a823a2e2319dcc57505bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d2f20118ffd0c8f97b7de0443aa5144.setIcon(icon_40c6dbb7dae38a2a582f02a171e72920);
|
|
|
|
|
|
var marker_49e5cf7c9ea05e22b81bb93b9b49b08d = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_cc7a389067f82f6a54cdc862fc93f2c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e66e371a4b879667eb6ec972185f5fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b11ee774f26dbe882f1984dee7380dc = $(`<div id="html_4b11ee774f26dbe882f1984dee7380dc" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_1e66e371a4b879667eb6ec972185f5fb.setContent(html_4b11ee774f26dbe882f1984dee7380dc);
|
|
|
|
|
|
|
|
marker_49e5cf7c9ea05e22b81bb93b9b49b08d.bindPopup(popup_1e66e371a4b879667eb6ec972185f5fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49e5cf7c9ea05e22b81bb93b9b49b08d.setIcon(icon_cc7a389067f82f6a54cdc862fc93f2c6);
|
|
|
|
|
|
var marker_426fda55b6852d743c9cd039373e4aac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_b76a25ad796958c3a9a026b2e29728f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7b0c82888226723ae7f720cfb605647 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a63d2a4f6ed0d5a6d78fb267e35d24c8 = $(`<div id="html_a63d2a4f6ed0d5a6d78fb267e35d24c8" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_b7b0c82888226723ae7f720cfb605647.setContent(html_a63d2a4f6ed0d5a6d78fb267e35d24c8);
|
|
|
|
|
|
|
|
marker_426fda55b6852d743c9cd039373e4aac.bindPopup(popup_b7b0c82888226723ae7f720cfb605647)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_426fda55b6852d743c9cd039373e4aac.setIcon(icon_b76a25ad796958c3a9a026b2e29728f4);
|
|
|
|
|
|
var marker_3c9614429ff01c0954541fecf1131315 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_7c6cf21e8ac134dc0cb5823baa3667b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1146b9090d881edd110c89ec192025ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_edee89c559dc4617468ff9819964842b = $(`<div id="html_edee89c559dc4617468ff9819964842b" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_1146b9090d881edd110c89ec192025ac.setContent(html_edee89c559dc4617468ff9819964842b);
|
|
|
|
|
|
|
|
marker_3c9614429ff01c0954541fecf1131315.bindPopup(popup_1146b9090d881edd110c89ec192025ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c9614429ff01c0954541fecf1131315.setIcon(icon_7c6cf21e8ac134dc0cb5823baa3667b7);
|
|
|
|
|
|
var marker_10920818251a04ed9ee752136e149e3e = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_d22914acfec2b36cb3ee586853147c03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e87e8bc7e2e5cbdfaafd730f4dcc8468 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5937128db473da249ae3f289c66c8c09 = $(`<div id="html_5937128db473da249ae3f289c66c8c09" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_e87e8bc7e2e5cbdfaafd730f4dcc8468.setContent(html_5937128db473da249ae3f289c66c8c09);
|
|
|
|
|
|
|
|
marker_10920818251a04ed9ee752136e149e3e.bindPopup(popup_e87e8bc7e2e5cbdfaafd730f4dcc8468)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10920818251a04ed9ee752136e149e3e.setIcon(icon_d22914acfec2b36cb3ee586853147c03);
|
|
|
|
|
|
var marker_fce0e82e3f1a233cf9e24a3f12b9e6ee = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_7e6060b4d42d6968d4f1486d79351a9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c50394c17539bb51001b6539b0969f26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_111a5f39f45760c2b91555843955ce28 = $(`<div id="html_111a5f39f45760c2b91555843955ce28" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_c50394c17539bb51001b6539b0969f26.setContent(html_111a5f39f45760c2b91555843955ce28);
|
|
|
|
|
|
|
|
marker_fce0e82e3f1a233cf9e24a3f12b9e6ee.bindPopup(popup_c50394c17539bb51001b6539b0969f26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fce0e82e3f1a233cf9e24a3f12b9e6ee.setIcon(icon_7e6060b4d42d6968d4f1486d79351a9e);
|
|
|
|
|
|
var marker_846743a8cc86360f9f7c14b7a441a0a8 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_ef8d3924c7ffa42febcb261f3554223b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b734d8e42aa58b200c3df48246c902ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ceb0cad83f34f6568b201ab3aa67f4be = $(`<div id="html_ceb0cad83f34f6568b201ab3aa67f4be" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_b734d8e42aa58b200c3df48246c902ba.setContent(html_ceb0cad83f34f6568b201ab3aa67f4be);
|
|
|
|
|
|
|
|
marker_846743a8cc86360f9f7c14b7a441a0a8.bindPopup(popup_b734d8e42aa58b200c3df48246c902ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_846743a8cc86360f9f7c14b7a441a0a8.setIcon(icon_ef8d3924c7ffa42febcb261f3554223b);
|
|
|
|
|
|
var marker_f49b44d1a830e30bef0808650d2c4737 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_653c963db0aa18f284a9da595d25b0ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67a41cb802dc2a54220d85808aabfee0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ce045f461e7ecd2793081edbf0179d3 = $(`<div id="html_9ce045f461e7ecd2793081edbf0179d3" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_67a41cb802dc2a54220d85808aabfee0.setContent(html_9ce045f461e7ecd2793081edbf0179d3);
|
|
|
|
|
|
|
|
marker_f49b44d1a830e30bef0808650d2c4737.bindPopup(popup_67a41cb802dc2a54220d85808aabfee0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f49b44d1a830e30bef0808650d2c4737.setIcon(icon_653c963db0aa18f284a9da595d25b0ef);
|
|
|
|
|
|
var marker_2dc32ce6b6daff0dcf3bf38810a8dbe7 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_27b81b432ac873800b7972794ea029dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8aedb2fe13285614fa30c886247ce078 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26475de5a4e99eddd6eee1c307ea5099 = $(`<div id="html_26475de5a4e99eddd6eee1c307ea5099" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_8aedb2fe13285614fa30c886247ce078.setContent(html_26475de5a4e99eddd6eee1c307ea5099);
|
|
|
|
|
|
|
|
marker_2dc32ce6b6daff0dcf3bf38810a8dbe7.bindPopup(popup_8aedb2fe13285614fa30c886247ce078)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2dc32ce6b6daff0dcf3bf38810a8dbe7.setIcon(icon_27b81b432ac873800b7972794ea029dc);
|
|
|
|
|
|
var marker_afaa7f9c3d59fc8cc7045e657599af81 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_58ae2c83601189e88826205922d49a0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df64e2597f6530ad3092a3a6f0cd85d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d250c541fd4f9e1b79400477ba9a3769 = $(`<div id="html_d250c541fd4f9e1b79400477ba9a3769" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_df64e2597f6530ad3092a3a6f0cd85d4.setContent(html_d250c541fd4f9e1b79400477ba9a3769);
|
|
|
|
|
|
|
|
marker_afaa7f9c3d59fc8cc7045e657599af81.bindPopup(popup_df64e2597f6530ad3092a3a6f0cd85d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_afaa7f9c3d59fc8cc7045e657599af81.setIcon(icon_58ae2c83601189e88826205922d49a0f);
|
|
|
|
|
|
var marker_3cb330ba8a87e85b36c0d7328ae75ec8 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_3b4c7e17d32e7bf1d5eed48275ef10e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_010ff1d3157e7f0a122a9ca82993a4b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58ba7488573f90946044de63dc7be231 = $(`<div id="html_58ba7488573f90946044de63dc7be231" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_010ff1d3157e7f0a122a9ca82993a4b8.setContent(html_58ba7488573f90946044de63dc7be231);
|
|
|
|
|
|
|
|
marker_3cb330ba8a87e85b36c0d7328ae75ec8.bindPopup(popup_010ff1d3157e7f0a122a9ca82993a4b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cb330ba8a87e85b36c0d7328ae75ec8.setIcon(icon_3b4c7e17d32e7bf1d5eed48275ef10e7);
|
|
|
|
|
|
var marker_120d8f7886ef6e06e6008de9091da4ba = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_e29e72504f4e5e754086ca43acefbc18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac331ff295f6009d76a30411f8d9deb8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7df3ad7d25779661b897b9d4a185692 = $(`<div id="html_b7df3ad7d25779661b897b9d4a185692" style="width: 100.0%; height: 100.0%;">nostr.einundzwanzig.space</div>`)[0];
|
|
popup_ac331ff295f6009d76a30411f8d9deb8.setContent(html_b7df3ad7d25779661b897b9d4a185692);
|
|
|
|
|
|
|
|
marker_120d8f7886ef6e06e6008de9091da4ba.bindPopup(popup_ac331ff295f6009d76a30411f8d9deb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_120d8f7886ef6e06e6008de9091da4ba.setIcon(icon_e29e72504f4e5e754086ca43acefbc18);
|
|
|
|
|
|
var marker_4a9432a56c835cb46992fc05202210d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_9ebf774d7c36acd97d804f2d7572d962 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_954f7db5071577582fecccb798b1c7aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3abb5a1265b3e883b6221b608dfc43af = $(`<div id="html_3abb5a1265b3e883b6221b608dfc43af" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_954f7db5071577582fecccb798b1c7aa.setContent(html_3abb5a1265b3e883b6221b608dfc43af);
|
|
|
|
|
|
|
|
marker_4a9432a56c835cb46992fc05202210d3.bindPopup(popup_954f7db5071577582fecccb798b1c7aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a9432a56c835cb46992fc05202210d3.setIcon(icon_9ebf774d7c36acd97d804f2d7572d962);
|
|
|
|
|
|
var marker_68eff69b41a97e9ffe6f3df2e14c7b6c = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_1e6a851fba60d612a0c2708ceb5064da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdaf2b1255ad25362da2748dcb375671 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87ddacb135d947b6da59ceea2e859bab = $(`<div id="html_87ddacb135d947b6da59ceea2e859bab" style="width: 100.0%; height: 100.0%;">dizzyspells.nostr1.com</div>`)[0];
|
|
popup_cdaf2b1255ad25362da2748dcb375671.setContent(html_87ddacb135d947b6da59ceea2e859bab);
|
|
|
|
|
|
|
|
marker_68eff69b41a97e9ffe6f3df2e14c7b6c.bindPopup(popup_cdaf2b1255ad25362da2748dcb375671)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68eff69b41a97e9ffe6f3df2e14c7b6c.setIcon(icon_1e6a851fba60d612a0c2708ceb5064da);
|
|
|
|
|
|
var marker_27f6205520e0915d2344ea192be6d4e5 = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_cf21deafd3567dfc1ef55f16204149dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca0c585774b37ceead3ec0d69c6e82ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fee8de92afee16c3de4e840cfe6e3dbe = $(`<div id="html_fee8de92afee16c3de4e840cfe6e3dbe" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_ca0c585774b37ceead3ec0d69c6e82ae.setContent(html_fee8de92afee16c3de4e840cfe6e3dbe);
|
|
|
|
|
|
|
|
marker_27f6205520e0915d2344ea192be6d4e5.bindPopup(popup_ca0c585774b37ceead3ec0d69c6e82ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27f6205520e0915d2344ea192be6d4e5.setIcon(icon_cf21deafd3567dfc1ef55f16204149dd);
|
|
|
|
|
|
var marker_5013b9bfc4f2498f9a2ebdd37911702d = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_38f0649ee6c1ab828df7418aeb90ef0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_809482b13633d5b240919a213e5190e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f3c7b57768087e86c1e410c5635ffb5 = $(`<div id="html_0f3c7b57768087e86c1e410c5635ffb5" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_809482b13633d5b240919a213e5190e0.setContent(html_0f3c7b57768087e86c1e410c5635ffb5);
|
|
|
|
|
|
|
|
marker_5013b9bfc4f2498f9a2ebdd37911702d.bindPopup(popup_809482b13633d5b240919a213e5190e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5013b9bfc4f2498f9a2ebdd37911702d.setIcon(icon_38f0649ee6c1ab828df7418aeb90ef0e);
|
|
|
|
|
|
var marker_bff103a7bd61bce60d41352ac75b406e = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_f4e39103a508af5d688cc747f7c1fd1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43990c54da4d8c95c895f25587c7c761 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ecbc3543d9747da39874c01fb203b67 = $(`<div id="html_6ecbc3543d9747da39874c01fb203b67" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_43990c54da4d8c95c895f25587c7c761.setContent(html_6ecbc3543d9747da39874c01fb203b67);
|
|
|
|
|
|
|
|
marker_bff103a7bd61bce60d41352ac75b406e.bindPopup(popup_43990c54da4d8c95c895f25587c7c761)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bff103a7bd61bce60d41352ac75b406e.setIcon(icon_f4e39103a508af5d688cc747f7c1fd1d);
|
|
|
|
|
|
var marker_b7ff7211097bf104bb8412027efe6f8a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_72fd847306a5b4a6fd99b672ac914616 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4f7c0387853fa1e18fa80e029343000 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d40c76eefe8fb352616cf186443252dd = $(`<div id="html_d40c76eefe8fb352616cf186443252dd" style="width: 100.0%; height: 100.0%;">alien.macneilmediagroup.com</div>`)[0];
|
|
popup_c4f7c0387853fa1e18fa80e029343000.setContent(html_d40c76eefe8fb352616cf186443252dd);
|
|
|
|
|
|
|
|
marker_b7ff7211097bf104bb8412027efe6f8a.bindPopup(popup_c4f7c0387853fa1e18fa80e029343000)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7ff7211097bf104bb8412027efe6f8a.setIcon(icon_72fd847306a5b4a6fd99b672ac914616);
|
|
|
|
|
|
var marker_0feee5b00e6931e19531b66330643af8 = L.marker(
|
|
[45.5029, -73.5723],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_b9ca5c396edf6d02802eecca3d9b3979 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_555e6b0fc9454834d117cae490e7cf30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dcfd84004023c4dc70b0020596af1eb2 = $(`<div id="html_dcfd84004023c4dc70b0020596af1eb2" style="width: 100.0%; height: 100.0%;">zap.watch</div>`)[0];
|
|
popup_555e6b0fc9454834d117cae490e7cf30.setContent(html_dcfd84004023c4dc70b0020596af1eb2);
|
|
|
|
|
|
|
|
marker_0feee5b00e6931e19531b66330643af8.bindPopup(popup_555e6b0fc9454834d117cae490e7cf30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0feee5b00e6931e19531b66330643af8.setIcon(icon_b9ca5c396edf6d02802eecca3d9b3979);
|
|
|
|
|
|
var marker_07c74dea8903198b05662dafc3987b2c = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_294316f466df036fe45d78e19c8804b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_970a8da5db901e681fd2d288d671f986 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3c8bcd1c7a4c224cfcedc4096afd904 = $(`<div id="html_a3c8bcd1c7a4c224cfcedc4096afd904" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_970a8da5db901e681fd2d288d671f986.setContent(html_a3c8bcd1c7a4c224cfcedc4096afd904);
|
|
|
|
|
|
|
|
marker_07c74dea8903198b05662dafc3987b2c.bindPopup(popup_970a8da5db901e681fd2d288d671f986)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07c74dea8903198b05662dafc3987b2c.setIcon(icon_294316f466df036fe45d78e19c8804b0);
|
|
|
|
|
|
var marker_349a548c9f566ea420b60c3383b47250 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_7d03a280735ad30cd8e8baeb0b6fb9f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_caf5e7d41eeaaf0cd10023eb5b57aa56 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46e8d67386b742c967d95043caac673a = $(`<div id="html_46e8d67386b742c967d95043caac673a" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_caf5e7d41eeaaf0cd10023eb5b57aa56.setContent(html_46e8d67386b742c967d95043caac673a);
|
|
|
|
|
|
|
|
marker_349a548c9f566ea420b60c3383b47250.bindPopup(popup_caf5e7d41eeaaf0cd10023eb5b57aa56)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_349a548c9f566ea420b60c3383b47250.setIcon(icon_7d03a280735ad30cd8e8baeb0b6fb9f0);
|
|
|
|
|
|
var marker_c6f7bf60106f2088f85b7e6f70e8ad4a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_5dd9e6711805965d09a153985f9cbe9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65bd6db9c981011ed39e2d87a596fde7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fef838649f3206b652d8dc6c2317152 = $(`<div id="html_0fef838649f3206b652d8dc6c2317152" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_65bd6db9c981011ed39e2d87a596fde7.setContent(html_0fef838649f3206b652d8dc6c2317152);
|
|
|
|
|
|
|
|
marker_c6f7bf60106f2088f85b7e6f70e8ad4a.bindPopup(popup_65bd6db9c981011ed39e2d87a596fde7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6f7bf60106f2088f85b7e6f70e8ad4a.setIcon(icon_5dd9e6711805965d09a153985f9cbe9a);
|
|
|
|
|
|
var marker_4c05020998e3f3e305cd7965d303be6d = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_8b3bff53d98389ed50e5da63bed1da34 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d66b3121f0fa34776c7b92ad445a1660 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_216ea8a6494352a0f2db5651e7c01f88 = $(`<div id="html_216ea8a6494352a0f2db5651e7c01f88" style="width: 100.0%; height: 100.0%;">nostr.kalf.org</div>`)[0];
|
|
popup_d66b3121f0fa34776c7b92ad445a1660.setContent(html_216ea8a6494352a0f2db5651e7c01f88);
|
|
|
|
|
|
|
|
marker_4c05020998e3f3e305cd7965d303be6d.bindPopup(popup_d66b3121f0fa34776c7b92ad445a1660)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c05020998e3f3e305cd7965d303be6d.setIcon(icon_8b3bff53d98389ed50e5da63bed1da34);
|
|
|
|
|
|
var marker_e7e4a2f442bd6323f4f535f08efc29ef = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_78c2af266649ad32612e39807b6468c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b12f80060ff8329cbcf7a2d8f0bd4d93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d81929f76dac6dfd74762820deb5b33 = $(`<div id="html_0d81929f76dac6dfd74762820deb5b33" style="width: 100.0%; height: 100.0%;">gnostr.com</div>`)[0];
|
|
popup_b12f80060ff8329cbcf7a2d8f0bd4d93.setContent(html_0d81929f76dac6dfd74762820deb5b33);
|
|
|
|
|
|
|
|
marker_e7e4a2f442bd6323f4f535f08efc29ef.bindPopup(popup_b12f80060ff8329cbcf7a2d8f0bd4d93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7e4a2f442bd6323f4f535f08efc29ef.setIcon(icon_78c2af266649ad32612e39807b6468c8);
|
|
|
|
|
|
var marker_3a714db9a8a5d0378e143917172c31e5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_72f68c06b7fadfbef94c4960502ad1ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_edb917619f000a9d2d93d068607530ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa5eb459cc9073558a46ef10ab60f40a = $(`<div id="html_aa5eb459cc9073558a46ef10ab60f40a" style="width: 100.0%; height: 100.0%;">nostrelay.memory-art.xyz</div>`)[0];
|
|
popup_edb917619f000a9d2d93d068607530ce.setContent(html_aa5eb459cc9073558a46ef10ab60f40a);
|
|
|
|
|
|
|
|
marker_3a714db9a8a5d0378e143917172c31e5.bindPopup(popup_edb917619f000a9d2d93d068607530ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a714db9a8a5d0378e143917172c31e5.setIcon(icon_72f68c06b7fadfbef94c4960502ad1ac);
|
|
|
|
|
|
var marker_89129dd9936e3991082cb01429b58149 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_4c308156f09839c66e0c11351270ea05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16ae3c54b68088177370f312362141c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b79c56598129a5322c3f12908b70f5e = $(`<div id="html_7b79c56598129a5322c3f12908b70f5e" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_16ae3c54b68088177370f312362141c0.setContent(html_7b79c56598129a5322c3f12908b70f5e);
|
|
|
|
|
|
|
|
marker_89129dd9936e3991082cb01429b58149.bindPopup(popup_16ae3c54b68088177370f312362141c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89129dd9936e3991082cb01429b58149.setIcon(icon_4c308156f09839c66e0c11351270ea05);
|
|
|
|
|
|
var marker_48df68f179e02ae1a42e893f4d75e7a6 = L.marker(
|
|
[26.2897, -80.1293],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_668671cdfdc248a68d0705d541c56d11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_562f0389fc3d62fc173921cd320c2c43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6bca940d487d7b8e97cc86445661725 = $(`<div id="html_a6bca940d487d7b8e97cc86445661725" style="width: 100.0%; height: 100.0%;">relay.electriclifestyle.com</div>`)[0];
|
|
popup_562f0389fc3d62fc173921cd320c2c43.setContent(html_a6bca940d487d7b8e97cc86445661725);
|
|
|
|
|
|
|
|
marker_48df68f179e02ae1a42e893f4d75e7a6.bindPopup(popup_562f0389fc3d62fc173921cd320c2c43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48df68f179e02ae1a42e893f4d75e7a6.setIcon(icon_668671cdfdc248a68d0705d541c56d11);
|
|
|
|
|
|
var marker_9d726085efdf223bb7bac868cb317959 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_44f02354c35585aaaf62f762e5927670 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cff1bfdc9dcb4c7b222b62402cd7f03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_474a3e8855d3d38cfee80c84f7c72883 = $(`<div id="html_474a3e8855d3d38cfee80c84f7c72883" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_0cff1bfdc9dcb4c7b222b62402cd7f03.setContent(html_474a3e8855d3d38cfee80c84f7c72883);
|
|
|
|
|
|
|
|
marker_9d726085efdf223bb7bac868cb317959.bindPopup(popup_0cff1bfdc9dcb4c7b222b62402cd7f03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d726085efdf223bb7bac868cb317959.setIcon(icon_44f02354c35585aaaf62f762e5927670);
|
|
|
|
|
|
var marker_f0598826c01b28d058b3decef50e1530 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_82a56f2aded62f5b7029b511a2aff83c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f989da2517f8ff332aab80cb888a92a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02179eee5e478552c0d3c65621b8b6be = $(`<div id="html_02179eee5e478552c0d3c65621b8b6be" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_1f989da2517f8ff332aab80cb888a92a.setContent(html_02179eee5e478552c0d3c65621b8b6be);
|
|
|
|
|
|
|
|
marker_f0598826c01b28d058b3decef50e1530.bindPopup(popup_1f989da2517f8ff332aab80cb888a92a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0598826c01b28d058b3decef50e1530.setIcon(icon_82a56f2aded62f5b7029b511a2aff83c);
|
|
|
|
|
|
var marker_70cf2c5e2a20d4f9b0363413cde1ce61 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_003df8d23e9f33199b5c430fee351870 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d35d2669339274f67e2f5564f09baf31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13cb522d30af2d984f3372263668b9e5 = $(`<div id="html_13cb522d30af2d984f3372263668b9e5" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_d35d2669339274f67e2f5564f09baf31.setContent(html_13cb522d30af2d984f3372263668b9e5);
|
|
|
|
|
|
|
|
marker_70cf2c5e2a20d4f9b0363413cde1ce61.bindPopup(popup_d35d2669339274f67e2f5564f09baf31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70cf2c5e2a20d4f9b0363413cde1ce61.setIcon(icon_003df8d23e9f33199b5c430fee351870);
|
|
|
|
|
|
var marker_58787b725a036008038d07887dd4acff = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_f88fd2b4e04cfe1be7a144ac14cb7b7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6463150f24c8d84538d4d87c81c69db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_105bd58ec24207b629e08f3d8e704f7f = $(`<div id="html_105bd58ec24207b629e08f3d8e704f7f" style="width: 100.0%; height: 100.0%;">nostr.tavux.tech</div>`)[0];
|
|
popup_a6463150f24c8d84538d4d87c81c69db.setContent(html_105bd58ec24207b629e08f3d8e704f7f);
|
|
|
|
|
|
|
|
marker_58787b725a036008038d07887dd4acff.bindPopup(popup_a6463150f24c8d84538d4d87c81c69db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58787b725a036008038d07887dd4acff.setIcon(icon_f88fd2b4e04cfe1be7a144ac14cb7b7b);
|
|
|
|
|
|
var marker_f80be43a1ec36fdc53ec0f14fa0b9387 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_64a973c8722d957f3a8ed9e1539767db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_262c8100ff0ba93346c493ec9eb309c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10579228cc0c5a1c98c7b55c8993a9e0 = $(`<div id="html_10579228cc0c5a1c98c7b55c8993a9e0" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_262c8100ff0ba93346c493ec9eb309c9.setContent(html_10579228cc0c5a1c98c7b55c8993a9e0);
|
|
|
|
|
|
|
|
marker_f80be43a1ec36fdc53ec0f14fa0b9387.bindPopup(popup_262c8100ff0ba93346c493ec9eb309c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f80be43a1ec36fdc53ec0f14fa0b9387.setIcon(icon_64a973c8722d957f3a8ed9e1539767db);
|
|
|
|
|
|
var marker_8250619a2b337ca93842491f82525ab0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_2c977b40a9127a4e07517180ced6ffd9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60e4a522818703e0802eea17ee0e88dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01d1f84467365af0fbd2c52ed87e7650 = $(`<div id="html_01d1f84467365af0fbd2c52ed87e7650" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_60e4a522818703e0802eea17ee0e88dc.setContent(html_01d1f84467365af0fbd2c52ed87e7650);
|
|
|
|
|
|
|
|
marker_8250619a2b337ca93842491f82525ab0.bindPopup(popup_60e4a522818703e0802eea17ee0e88dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8250619a2b337ca93842491f82525ab0.setIcon(icon_2c977b40a9127a4e07517180ced6ffd9);
|
|
|
|
|
|
var marker_fdf2cdf495eb52f0e8af714b519ba7f2 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_0a7c6d5b1d4fb126e76750d3aff20a64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c4a50cdd4aaf16f21d6d9149a4e99b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc4faef54f1bdf2b58f5e5ac2cdd7f38 = $(`<div id="html_dc4faef54f1bdf2b58f5e5ac2cdd7f38" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_4c4a50cdd4aaf16f21d6d9149a4e99b9.setContent(html_dc4faef54f1bdf2b58f5e5ac2cdd7f38);
|
|
|
|
|
|
|
|
marker_fdf2cdf495eb52f0e8af714b519ba7f2.bindPopup(popup_4c4a50cdd4aaf16f21d6d9149a4e99b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdf2cdf495eb52f0e8af714b519ba7f2.setIcon(icon_0a7c6d5b1d4fb126e76750d3aff20a64);
|
|
|
|
|
|
var marker_5ebc4027beda021e0b179dfb1fa9abba = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_f19afc88796e6419b02857cea32a6350 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_817196b8862adbe98cf32e71bdaf9687 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3bb2ecbfdb6f82af0c0285bb6ed9bf1 = $(`<div id="html_c3bb2ecbfdb6f82af0c0285bb6ed9bf1" style="width: 100.0%; height: 100.0%;">relay.wolfcoil.com</div>`)[0];
|
|
popup_817196b8862adbe98cf32e71bdaf9687.setContent(html_c3bb2ecbfdb6f82af0c0285bb6ed9bf1);
|
|
|
|
|
|
|
|
marker_5ebc4027beda021e0b179dfb1fa9abba.bindPopup(popup_817196b8862adbe98cf32e71bdaf9687)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ebc4027beda021e0b179dfb1fa9abba.setIcon(icon_f19afc88796e6419b02857cea32a6350);
|
|
|
|
|
|
var marker_80a427cf290cca5c1b95ba8309d2ccf6 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_a1b50917ef1d5fff785c827d45ca6f28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4c7f811428828c4222df17740c70bb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b71a5795cc0e3ec59f7e1d989558a617 = $(`<div id="html_b71a5795cc0e3ec59f7e1d989558a617" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_d4c7f811428828c4222df17740c70bb9.setContent(html_b71a5795cc0e3ec59f7e1d989558a617);
|
|
|
|
|
|
|
|
marker_80a427cf290cca5c1b95ba8309d2ccf6.bindPopup(popup_d4c7f811428828c4222df17740c70bb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80a427cf290cca5c1b95ba8309d2ccf6.setIcon(icon_a1b50917ef1d5fff785c827d45ca6f28);
|
|
|
|
|
|
var marker_7d7753d5bef6613f5118a322483f46c8 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_348d05e789ec73989ddbb0c6708888cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34fe574b2c0d783bbaa79dc6c36e8eda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81054d33d148922b116dd25eae15e450 = $(`<div id="html_81054d33d148922b116dd25eae15e450" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_34fe574b2c0d783bbaa79dc6c36e8eda.setContent(html_81054d33d148922b116dd25eae15e450);
|
|
|
|
|
|
|
|
marker_7d7753d5bef6613f5118a322483f46c8.bindPopup(popup_34fe574b2c0d783bbaa79dc6c36e8eda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d7753d5bef6613f5118a322483f46c8.setIcon(icon_348d05e789ec73989ddbb0c6708888cb);
|
|
|
|
|
|
var marker_078ccad1018e96a9bc70eebc311e1768 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_ee483ee85b9388237a2d1097eb5cee6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d860397e8e162c1246647c1613afb5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24b3533eb084344273814bb49ed689d9 = $(`<div id="html_24b3533eb084344273814bb49ed689d9" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_1d860397e8e162c1246647c1613afb5a.setContent(html_24b3533eb084344273814bb49ed689d9);
|
|
|
|
|
|
|
|
marker_078ccad1018e96a9bc70eebc311e1768.bindPopup(popup_1d860397e8e162c1246647c1613afb5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_078ccad1018e96a9bc70eebc311e1768.setIcon(icon_ee483ee85b9388237a2d1097eb5cee6c);
|
|
|
|
|
|
var marker_79713d8d383f2b670b528a93fa4b945e = L.marker(
|
|
[47.6735, -116.781],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_6888464ae3f9e8251d10272c93050fd6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a9a303520ce09fd20b14e6b3474eb9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa32537999c48eed428574c9f2f651cb = $(`<div id="html_fa32537999c48eed428574c9f2f651cb" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_5a9a303520ce09fd20b14e6b3474eb9e.setContent(html_fa32537999c48eed428574c9f2f651cb);
|
|
|
|
|
|
|
|
marker_79713d8d383f2b670b528a93fa4b945e.bindPopup(popup_5a9a303520ce09fd20b14e6b3474eb9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79713d8d383f2b670b528a93fa4b945e.setIcon(icon_6888464ae3f9e8251d10272c93050fd6);
|
|
|
|
|
|
var marker_07c181a52d18b56ce54f5e4b6c975874 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_9db047becfc1c1c893a381f435ec1afa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_876114fa0ce6b7994b6237a5e495db55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5506c6a2b26ce958b759d5b83e776a7 = $(`<div id="html_f5506c6a2b26ce958b759d5b83e776a7" style="width: 100.0%; height: 100.0%;">relay.holzeis.me</div>`)[0];
|
|
popup_876114fa0ce6b7994b6237a5e495db55.setContent(html_f5506c6a2b26ce958b759d5b83e776a7);
|
|
|
|
|
|
|
|
marker_07c181a52d18b56ce54f5e4b6c975874.bindPopup(popup_876114fa0ce6b7994b6237a5e495db55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07c181a52d18b56ce54f5e4b6c975874.setIcon(icon_9db047becfc1c1c893a381f435ec1afa);
|
|
|
|
|
|
var marker_44374c6e47267ebf7398f5085249c305 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_9d1526138a6f8234badc993d5b75c16d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21f19d70618f6eb3d1530ba8b1e66f40 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98ea41447d387e3f488668a4d6d3d1b0 = $(`<div id="html_98ea41447d387e3f488668a4d6d3d1b0" style="width: 100.0%; height: 100.0%;">hivetalk.nostr1.com</div>`)[0];
|
|
popup_21f19d70618f6eb3d1530ba8b1e66f40.setContent(html_98ea41447d387e3f488668a4d6d3d1b0);
|
|
|
|
|
|
|
|
marker_44374c6e47267ebf7398f5085249c305.bindPopup(popup_21f19d70618f6eb3d1530ba8b1e66f40)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44374c6e47267ebf7398f5085249c305.setIcon(icon_9d1526138a6f8234badc993d5b75c16d);
|
|
|
|
|
|
var marker_575bfaffcc337a999a9b24fa781291b6 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_86563ce252c111efd14cf192c4dc5484 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8654d27a0a74a9f15d8b6f53d8941e32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3476fcc59acfc64835a29ba5b4896f79 = $(`<div id="html_3476fcc59acfc64835a29ba5b4896f79" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_8654d27a0a74a9f15d8b6f53d8941e32.setContent(html_3476fcc59acfc64835a29ba5b4896f79);
|
|
|
|
|
|
|
|
marker_575bfaffcc337a999a9b24fa781291b6.bindPopup(popup_8654d27a0a74a9f15d8b6f53d8941e32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_575bfaffcc337a999a9b24fa781291b6.setIcon(icon_86563ce252c111efd14cf192c4dc5484);
|
|
|
|
|
|
var marker_08a0b2d6f2ed7ae4ba092ef4c21eeb45 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_175c599b3d464c364f73e9b55a916ebb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f5a4ce60d15f5ed251bbefb8c5a3fc7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9b05119df5697274e77b74ac7dc8a6b = $(`<div id="html_c9b05119df5697274e77b74ac7dc8a6b" style="width: 100.0%; height: 100.0%;">wot.yesnostr.net</div>`)[0];
|
|
popup_6f5a4ce60d15f5ed251bbefb8c5a3fc7.setContent(html_c9b05119df5697274e77b74ac7dc8a6b);
|
|
|
|
|
|
|
|
marker_08a0b2d6f2ed7ae4ba092ef4c21eeb45.bindPopup(popup_6f5a4ce60d15f5ed251bbefb8c5a3fc7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08a0b2d6f2ed7ae4ba092ef4c21eeb45.setIcon(icon_175c599b3d464c364f73e9b55a916ebb);
|
|
|
|
|
|
var marker_a0a574076a4e6ee14ce6d14b130404e9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_0294d9eb050187813060e014dc5d8a83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_debe2cef43f0526dcd3bac0481f5d38d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e9a41c8dc2e1b6338a242f449d08915 = $(`<div id="html_1e9a41c8dc2e1b6338a242f449d08915" style="width: 100.0%; height: 100.0%;">relay.mattybs.lol</div>`)[0];
|
|
popup_debe2cef43f0526dcd3bac0481f5d38d.setContent(html_1e9a41c8dc2e1b6338a242f449d08915);
|
|
|
|
|
|
|
|
marker_a0a574076a4e6ee14ce6d14b130404e9.bindPopup(popup_debe2cef43f0526dcd3bac0481f5d38d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0a574076a4e6ee14ce6d14b130404e9.setIcon(icon_0294d9eb050187813060e014dc5d8a83);
|
|
|
|
|
|
var marker_296b5ac261537ee77f7fc796f74483eb = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_36ab190cd468aefb4ed6754824b6f657 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_355f1eb7229d575d2c8d1579b69d2d7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44ec5fbd74894fc2e74c865cc566bfd4 = $(`<div id="html_44ec5fbd74894fc2e74c865cc566bfd4" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_355f1eb7229d575d2c8d1579b69d2d7f.setContent(html_44ec5fbd74894fc2e74c865cc566bfd4);
|
|
|
|
|
|
|
|
marker_296b5ac261537ee77f7fc796f74483eb.bindPopup(popup_355f1eb7229d575d2c8d1579b69d2d7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_296b5ac261537ee77f7fc796f74483eb.setIcon(icon_36ab190cd468aefb4ed6754824b6f657);
|
|
|
|
|
|
var marker_00dd233ca994834693c255aaa9d56af2 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_0467f2310a8d4beacb5e393fdf15784a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b7b0936677f437e21dd90fc2b5fef32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43c5a028b844214922b2592a805abc75 = $(`<div id="html_43c5a028b844214922b2592a805abc75" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_8b7b0936677f437e21dd90fc2b5fef32.setContent(html_43c5a028b844214922b2592a805abc75);
|
|
|
|
|
|
|
|
marker_00dd233ca994834693c255aaa9d56af2.bindPopup(popup_8b7b0936677f437e21dd90fc2b5fef32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00dd233ca994834693c255aaa9d56af2.setIcon(icon_0467f2310a8d4beacb5e393fdf15784a);
|
|
|
|
|
|
var marker_d21de34bcf760b759e8c87cb38d68eec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5ee8a2937aba4037dd2457abf0208f35);
|
|
|
|
|
|
var icon_51e884475d3ae215306ef7142f85deca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8caf91d54d0adaef1c5f945d142ef0a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5bdd514d5bf8caba472645aa2d57de2a = $(`<div id="html_5bdd514d5bf8caba472645aa2d57de2a" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_8caf91d54d0adaef1c5f945d142ef0a6.setContent(html_5bdd514d5bf8caba472645aa2d57de2a);
|
|
|
|
|
|
|
|
marker_d21de34bcf760b759e8c87cb38d68eec.bindPopup(popup_8caf91d54d0adaef1c5f945d142ef0a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d21de34bcf760b759e8c87cb38d68eec.setIcon(icon_51e884475d3ae215306ef7142f85deca);
|
|
|
|
|
|
marker_cluster_5ee8a2937aba4037dd2457abf0208f35.addTo(map_f08a1a6b0b08fb39dcf1dc39309906c8);
|
|
|
|
</script>
|
|
</html> |