mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 17:05:18 +00:00
10411 lines
303 KiB
HTML
10411 lines
303 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_ab9777b683fd7aff96d35492cdfbf08f {
|
|
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_ab9777b683fd7aff96d35492cdfbf08f" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_ab9777b683fd7aff96d35492cdfbf08f = L.map(
|
|
"map_ab9777b683fd7aff96d35492cdfbf08f",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_2e4e3b363898520c8dd7d01476bb75a0 = 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_2e4e3b363898520c8dd7d01476bb75a0.addTo(map_ab9777b683fd7aff96d35492cdfbf08f);
|
|
|
|
|
|
var marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_064cc3f13eacea208f770e5912c07843 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_2ca28a67a47a7c1f553a4b97b7a29f8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c3e1fbd7929818825dbaf9d8d1e3a39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2c356ed7384c1d5c989fa1f9843855f = $(`<div id="html_f2c356ed7384c1d5c989fa1f9843855f" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_5c3e1fbd7929818825dbaf9d8d1e3a39.setContent(html_f2c356ed7384c1d5c989fa1f9843855f);
|
|
|
|
|
|
|
|
marker_064cc3f13eacea208f770e5912c07843.bindPopup(popup_5c3e1fbd7929818825dbaf9d8d1e3a39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_064cc3f13eacea208f770e5912c07843.setIcon(icon_2ca28a67a47a7c1f553a4b97b7a29f8b);
|
|
|
|
|
|
var marker_c18747010b71b47aca1aa781d29a6968 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_a5281f9612174bc80f22d03d91e1eae7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_378012ec79b835537725181cd0746645 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54a029cc8fd520a717ada438673dfc52 = $(`<div id="html_54a029cc8fd520a717ada438673dfc52" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_378012ec79b835537725181cd0746645.setContent(html_54a029cc8fd520a717ada438673dfc52);
|
|
|
|
|
|
|
|
marker_c18747010b71b47aca1aa781d29a6968.bindPopup(popup_378012ec79b835537725181cd0746645)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c18747010b71b47aca1aa781d29a6968.setIcon(icon_a5281f9612174bc80f22d03d91e1eae7);
|
|
|
|
|
|
var marker_77c0a5e3669cd0e765bfb9591bc9caac = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_e7720cd5fbc721b830263bc6e1c3991d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3237eab9392a4d0a04c94a675ffd56c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dca99b03abca07f3cbcc5b0fc5807e87 = $(`<div id="html_dca99b03abca07f3cbcc5b0fc5807e87" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_3237eab9392a4d0a04c94a675ffd56c1.setContent(html_dca99b03abca07f3cbcc5b0fc5807e87);
|
|
|
|
|
|
|
|
marker_77c0a5e3669cd0e765bfb9591bc9caac.bindPopup(popup_3237eab9392a4d0a04c94a675ffd56c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77c0a5e3669cd0e765bfb9591bc9caac.setIcon(icon_e7720cd5fbc721b830263bc6e1c3991d);
|
|
|
|
|
|
var marker_b62923fddcd58fa531848702fe96cafb = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_65171563c0a45b68c0f565f3d36719b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7f334726977b831e873627922d57dfe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55d7bf77b52dd39aeaad09a25f374136 = $(`<div id="html_55d7bf77b52dd39aeaad09a25f374136" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_c7f334726977b831e873627922d57dfe.setContent(html_55d7bf77b52dd39aeaad09a25f374136);
|
|
|
|
|
|
|
|
marker_b62923fddcd58fa531848702fe96cafb.bindPopup(popup_c7f334726977b831e873627922d57dfe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b62923fddcd58fa531848702fe96cafb.setIcon(icon_65171563c0a45b68c0f565f3d36719b0);
|
|
|
|
|
|
var marker_755e9050a88fff95dc42821b50420fe3 = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_1aae5dd063ee05f29222f3c190f428eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a358b673a3162a2a2fd070229d852a75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32d2b6ce550bcd5a22727b21b0e57f0a = $(`<div id="html_32d2b6ce550bcd5a22727b21b0e57f0a" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_a358b673a3162a2a2fd070229d852a75.setContent(html_32d2b6ce550bcd5a22727b21b0e57f0a);
|
|
|
|
|
|
|
|
marker_755e9050a88fff95dc42821b50420fe3.bindPopup(popup_a358b673a3162a2a2fd070229d852a75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_755e9050a88fff95dc42821b50420fe3.setIcon(icon_1aae5dd063ee05f29222f3c190f428eb);
|
|
|
|
|
|
var marker_3b56c8cc06639938e154b8e7e44f514a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_a493e36f2b457541a3757e317f7d14f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f23469bb48836377fb9132e1edf61f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11c6af97b93ac7930aeecd6ffb16dc76 = $(`<div id="html_11c6af97b93ac7930aeecd6ffb16dc76" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_5f23469bb48836377fb9132e1edf61f2.setContent(html_11c6af97b93ac7930aeecd6ffb16dc76);
|
|
|
|
|
|
|
|
marker_3b56c8cc06639938e154b8e7e44f514a.bindPopup(popup_5f23469bb48836377fb9132e1edf61f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b56c8cc06639938e154b8e7e44f514a.setIcon(icon_a493e36f2b457541a3757e317f7d14f0);
|
|
|
|
|
|
var marker_7fa65cca29b66e22b89f3fb72826b3d7 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_c857798b03f47f82e9cfa3e002f1e3c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5215fd2daebadeef8a40cd581c1d1824 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d712dd00559c832234575e4f3d6b3ac = $(`<div id="html_1d712dd00559c832234575e4f3d6b3ac" style="width: 100.0%; height: 100.0%;">pyramid.fiatjaf.com</div>`)[0];
|
|
popup_5215fd2daebadeef8a40cd581c1d1824.setContent(html_1d712dd00559c832234575e4f3d6b3ac);
|
|
|
|
|
|
|
|
marker_7fa65cca29b66e22b89f3fb72826b3d7.bindPopup(popup_5215fd2daebadeef8a40cd581c1d1824)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7fa65cca29b66e22b89f3fb72826b3d7.setIcon(icon_c857798b03f47f82e9cfa3e002f1e3c6);
|
|
|
|
|
|
var marker_dd377ebb20966f6867b4c683e0011965 = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_94028816aad84a329c5dc22fca798623 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5115ed1020269e9526f71b836e4634f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b3b9a6bc39e27f51ec3f4a2131e462e = $(`<div id="html_2b3b9a6bc39e27f51ec3f4a2131e462e" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_5115ed1020269e9526f71b836e4634f7.setContent(html_2b3b9a6bc39e27f51ec3f4a2131e462e);
|
|
|
|
|
|
|
|
marker_dd377ebb20966f6867b4c683e0011965.bindPopup(popup_5115ed1020269e9526f71b836e4634f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd377ebb20966f6867b4c683e0011965.setIcon(icon_94028816aad84a329c5dc22fca798623);
|
|
|
|
|
|
var marker_fbe97b9ab6752245bc3f049dc75404f4 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_d42d278049d169cc714ce383b4861c7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a4dfa135e421c8936728eedb1ebf718 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bd4f0df4ceeb1b10868b1f40429e1ad = $(`<div id="html_8bd4f0df4ceeb1b10868b1f40429e1ad" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_1a4dfa135e421c8936728eedb1ebf718.setContent(html_8bd4f0df4ceeb1b10868b1f40429e1ad);
|
|
|
|
|
|
|
|
marker_fbe97b9ab6752245bc3f049dc75404f4.bindPopup(popup_1a4dfa135e421c8936728eedb1ebf718)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbe97b9ab6752245bc3f049dc75404f4.setIcon(icon_d42d278049d169cc714ce383b4861c7f);
|
|
|
|
|
|
var marker_1b6d0c39cd4ada8448ca3e9189b837d4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_1f993ed1a561a01ab4d79cffcc2cd9b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f420ddc8891071c81b8f6cd420c0f46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6aed9aafe49de7f933ae1ef79e2d74b1 = $(`<div id="html_6aed9aafe49de7f933ae1ef79e2d74b1" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_3f420ddc8891071c81b8f6cd420c0f46.setContent(html_6aed9aafe49de7f933ae1ef79e2d74b1);
|
|
|
|
|
|
|
|
marker_1b6d0c39cd4ada8448ca3e9189b837d4.bindPopup(popup_3f420ddc8891071c81b8f6cd420c0f46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b6d0c39cd4ada8448ca3e9189b837d4.setIcon(icon_1f993ed1a561a01ab4d79cffcc2cd9b9);
|
|
|
|
|
|
var marker_0f0d3461652b6dbe035c802346b605e1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_4c162ec8126fcd74063696cfa228844f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd1f156d6891429947924ada9bb5fe28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6dedd74c8ef6d062bf356e4ff366edb6 = $(`<div id="html_6dedd74c8ef6d062bf356e4ff366edb6" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_cd1f156d6891429947924ada9bb5fe28.setContent(html_6dedd74c8ef6d062bf356e4ff366edb6);
|
|
|
|
|
|
|
|
marker_0f0d3461652b6dbe035c802346b605e1.bindPopup(popup_cd1f156d6891429947924ada9bb5fe28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f0d3461652b6dbe035c802346b605e1.setIcon(icon_4c162ec8126fcd74063696cfa228844f);
|
|
|
|
|
|
var marker_d269374d5fc2f86ae8bfaef74f0638d1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_2818f5a71efa40e15ac0b40170d215be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d88f2ced00266d508e7989aa7b5de82c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_191b88310b3f414a9d86fc1ff8bd4e47 = $(`<div id="html_191b88310b3f414a9d86fc1ff8bd4e47" style="width: 100.0%; height: 100.0%;">relay.mattybs.lol</div>`)[0];
|
|
popup_d88f2ced00266d508e7989aa7b5de82c.setContent(html_191b88310b3f414a9d86fc1ff8bd4e47);
|
|
|
|
|
|
|
|
marker_d269374d5fc2f86ae8bfaef74f0638d1.bindPopup(popup_d88f2ced00266d508e7989aa7b5de82c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d269374d5fc2f86ae8bfaef74f0638d1.setIcon(icon_2818f5a71efa40e15ac0b40170d215be);
|
|
|
|
|
|
var marker_8b9fcdd22e2465bcebe9c58d6faab548 = L.marker(
|
|
[47.4043, 8.57398],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_1714a565a2702d3d0c589d4ae23582ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45f18241be544c39f6fe523028d4299a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5fb20bf16b8763bb78b3105d540dfc7 = $(`<div id="html_f5fb20bf16b8763bb78b3105d540dfc7" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_45f18241be544c39f6fe523028d4299a.setContent(html_f5fb20bf16b8763bb78b3105d540dfc7);
|
|
|
|
|
|
|
|
marker_8b9fcdd22e2465bcebe9c58d6faab548.bindPopup(popup_45f18241be544c39f6fe523028d4299a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b9fcdd22e2465bcebe9c58d6faab548.setIcon(icon_1714a565a2702d3d0c589d4ae23582ca);
|
|
|
|
|
|
var marker_85c52f15a7924a0c1434226d1bc018aa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_891ae9d6e726754a7c67829c83ff528d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0f9a7d8442896fc00383ca0985692be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9de2872f5920db7b19e38eab9d8f97cf = $(`<div id="html_9de2872f5920db7b19e38eab9d8f97cf" style="width: 100.0%; height: 100.0%;">relay.thibautduchene.fr</div>`)[0];
|
|
popup_b0f9a7d8442896fc00383ca0985692be.setContent(html_9de2872f5920db7b19e38eab9d8f97cf);
|
|
|
|
|
|
|
|
marker_85c52f15a7924a0c1434226d1bc018aa.bindPopup(popup_b0f9a7d8442896fc00383ca0985692be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85c52f15a7924a0c1434226d1bc018aa.setIcon(icon_891ae9d6e726754a7c67829c83ff528d);
|
|
|
|
|
|
var marker_cb7e0eec717cea59238c1db88fcfd77d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_0dc9567b189562521de6051f6a48cc47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ecb143633f3fd5769e21ed93c61a837f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ac5cce19d781c32c1e0d65f66e92c27 = $(`<div id="html_2ac5cce19d781c32c1e0d65f66e92c27" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_ecb143633f3fd5769e21ed93c61a837f.setContent(html_2ac5cce19d781c32c1e0d65f66e92c27);
|
|
|
|
|
|
|
|
marker_cb7e0eec717cea59238c1db88fcfd77d.bindPopup(popup_ecb143633f3fd5769e21ed93c61a837f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb7e0eec717cea59238c1db88fcfd77d.setIcon(icon_0dc9567b189562521de6051f6a48cc47);
|
|
|
|
|
|
var marker_9c0de0268e6b5a805bb88e6fa8b2eb65 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_a6511a4cb4c2c3d6404bfd748863c035 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d4e731fb31474883ce7472d78c0fccd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_423d219c0fbb44e3ebe12f790dccdce6 = $(`<div id="html_423d219c0fbb44e3ebe12f790dccdce6" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_7d4e731fb31474883ce7472d78c0fccd.setContent(html_423d219c0fbb44e3ebe12f790dccdce6);
|
|
|
|
|
|
|
|
marker_9c0de0268e6b5a805bb88e6fa8b2eb65.bindPopup(popup_7d4e731fb31474883ce7472d78c0fccd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c0de0268e6b5a805bb88e6fa8b2eb65.setIcon(icon_a6511a4cb4c2c3d6404bfd748863c035);
|
|
|
|
|
|
var marker_ec5282820f4d6351eae684deb4301fda = L.marker(
|
|
[43.6715, -79.38],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_e76f9655a882d6cc1737d7d0b89816fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6cf09e78c58ab31230f4fdd463f50f83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abd6182b09cd7db9e9ea10c253cd375c = $(`<div id="html_abd6182b09cd7db9e9ea10c253cd375c" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_6cf09e78c58ab31230f4fdd463f50f83.setContent(html_abd6182b09cd7db9e9ea10c253cd375c);
|
|
|
|
|
|
|
|
marker_ec5282820f4d6351eae684deb4301fda.bindPopup(popup_6cf09e78c58ab31230f4fdd463f50f83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec5282820f4d6351eae684deb4301fda.setIcon(icon_e76f9655a882d6cc1737d7d0b89816fe);
|
|
|
|
|
|
var marker_fe9f397a679678a586503960790eb2a0 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_de77f8d04d0eb069ebfca23dfda233b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_278744bd76cc81d49253b8daf65b82fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ee8613fb777863b3696ae5653208e9d = $(`<div id="html_1ee8613fb777863b3696ae5653208e9d" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_278744bd76cc81d49253b8daf65b82fa.setContent(html_1ee8613fb777863b3696ae5653208e9d);
|
|
|
|
|
|
|
|
marker_fe9f397a679678a586503960790eb2a0.bindPopup(popup_278744bd76cc81d49253b8daf65b82fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe9f397a679678a586503960790eb2a0.setIcon(icon_de77f8d04d0eb069ebfca23dfda233b9);
|
|
|
|
|
|
var marker_5e0450f85d0a03ee71bcd47df8edfb24 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_ee817860066deaca505dea8dae565d5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e77b332c8f4ced88246b25c69d72bf7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae83d128801f2c147da3486b534269ad = $(`<div id="html_ae83d128801f2c147da3486b534269ad" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_e77b332c8f4ced88246b25c69d72bf7d.setContent(html_ae83d128801f2c147da3486b534269ad);
|
|
|
|
|
|
|
|
marker_5e0450f85d0a03ee71bcd47df8edfb24.bindPopup(popup_e77b332c8f4ced88246b25c69d72bf7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e0450f85d0a03ee71bcd47df8edfb24.setIcon(icon_ee817860066deaca505dea8dae565d5e);
|
|
|
|
|
|
var marker_2299446c5cda9661e5890b7cb2ca2f5c = L.marker(
|
|
[25.2604, 55.2989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_dc375fcae23dccacc87165a4c930d15f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bc019fb3f3110a4195c0834daa4adce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e176cc2ac169c7ab50c9bf526e819ceb = $(`<div id="html_e176cc2ac169c7ab50c9bf526e819ceb" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_7bc019fb3f3110a4195c0834daa4adce.setContent(html_e176cc2ac169c7ab50c9bf526e819ceb);
|
|
|
|
|
|
|
|
marker_2299446c5cda9661e5890b7cb2ca2f5c.bindPopup(popup_7bc019fb3f3110a4195c0834daa4adce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2299446c5cda9661e5890b7cb2ca2f5c.setIcon(icon_dc375fcae23dccacc87165a4c930d15f);
|
|
|
|
|
|
var marker_ba7aef2f3aad2277def761d487fe7c26 = L.marker(
|
|
[9.92857, -84.0528],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_03758dc23d093bec788142238d70f411 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae83ce765011b17a5d50f0fe029053bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21e9a8b77213f0995c9ea3600c179ab6 = $(`<div id="html_21e9a8b77213f0995c9ea3600c179ab6" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_ae83ce765011b17a5d50f0fe029053bc.setContent(html_21e9a8b77213f0995c9ea3600c179ab6);
|
|
|
|
|
|
|
|
marker_ba7aef2f3aad2277def761d487fe7c26.bindPopup(popup_ae83ce765011b17a5d50f0fe029053bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba7aef2f3aad2277def761d487fe7c26.setIcon(icon_03758dc23d093bec788142238d70f411);
|
|
|
|
|
|
var marker_e7d96e9286cc5474773a93bf56d280a9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_96c542af36dedc569731b3ff3ee4e75f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f996eace05660a6d34f3eae509399b21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_410852ec8e018825f4533d2a9c4579a2 = $(`<div id="html_410852ec8e018825f4533d2a9c4579a2" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_f996eace05660a6d34f3eae509399b21.setContent(html_410852ec8e018825f4533d2a9c4579a2);
|
|
|
|
|
|
|
|
marker_e7d96e9286cc5474773a93bf56d280a9.bindPopup(popup_f996eace05660a6d34f3eae509399b21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7d96e9286cc5474773a93bf56d280a9.setIcon(icon_96c542af36dedc569731b3ff3ee4e75f);
|
|
|
|
|
|
var marker_68787eee142c34660648394a8af42478 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_12fab9f3a4afd9d51c0b1af804a4ba77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2993359cd781abacbcae682eae444967 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c952bf64bf1396d04ce848d24dfd232 = $(`<div id="html_3c952bf64bf1396d04ce848d24dfd232" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_2993359cd781abacbcae682eae444967.setContent(html_3c952bf64bf1396d04ce848d24dfd232);
|
|
|
|
|
|
|
|
marker_68787eee142c34660648394a8af42478.bindPopup(popup_2993359cd781abacbcae682eae444967)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68787eee142c34660648394a8af42478.setIcon(icon_12fab9f3a4afd9d51c0b1af804a4ba77);
|
|
|
|
|
|
var marker_0000cf2af12ebcd71c82b308358eaf53 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_009f8d4cd9dc7e700a0b6742fb19f529 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c870b3c86aa2f0e15dbf1ad251e407c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_493f5ae9b646abb0df4216bf0a9a323d = $(`<div id="html_493f5ae9b646abb0df4216bf0a9a323d" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_c870b3c86aa2f0e15dbf1ad251e407c6.setContent(html_493f5ae9b646abb0df4216bf0a9a323d);
|
|
|
|
|
|
|
|
marker_0000cf2af12ebcd71c82b308358eaf53.bindPopup(popup_c870b3c86aa2f0e15dbf1ad251e407c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0000cf2af12ebcd71c82b308358eaf53.setIcon(icon_009f8d4cd9dc7e700a0b6742fb19f529);
|
|
|
|
|
|
var marker_e8cfbd3a589876a14678dcf62a747dbd = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_71d6461e118c94f96ca1cc98c70dcfea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63548b9f4767ab9515634ee221515357 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1329e5367e48a3981239ee02a63e0d8 = $(`<div id="html_e1329e5367e48a3981239ee02a63e0d8" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_63548b9f4767ab9515634ee221515357.setContent(html_e1329e5367e48a3981239ee02a63e0d8);
|
|
|
|
|
|
|
|
marker_e8cfbd3a589876a14678dcf62a747dbd.bindPopup(popup_63548b9f4767ab9515634ee221515357)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8cfbd3a589876a14678dcf62a747dbd.setIcon(icon_71d6461e118c94f96ca1cc98c70dcfea);
|
|
|
|
|
|
var marker_0e422b482b43920cfd1a4b034aad0d7d = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_400d561b6387ab837edbac80efef740e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34edf4e077d0e32dfe6ec3ff23e519e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a44060fe05975b96879cba3d672c125 = $(`<div id="html_1a44060fe05975b96879cba3d672c125" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_34edf4e077d0e32dfe6ec3ff23e519e9.setContent(html_1a44060fe05975b96879cba3d672c125);
|
|
|
|
|
|
|
|
marker_0e422b482b43920cfd1a4b034aad0d7d.bindPopup(popup_34edf4e077d0e32dfe6ec3ff23e519e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e422b482b43920cfd1a4b034aad0d7d.setIcon(icon_400d561b6387ab837edbac80efef740e);
|
|
|
|
|
|
var marker_132e9f850985c6b14cd7d77af874e45d = L.marker(
|
|
[24.1469, 120.684],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_64060d5b15dea99d23aef798ae49347b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f72afdbf3ce1ea3459c0c3914ab567d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a99d08803c4ed09006d14d832a097b47 = $(`<div id="html_a99d08803c4ed09006d14d832a097b47" style="width: 100.0%; height: 100.0%;">nostr.camalolo.com</div>`)[0];
|
|
popup_6f72afdbf3ce1ea3459c0c3914ab567d.setContent(html_a99d08803c4ed09006d14d832a097b47);
|
|
|
|
|
|
|
|
marker_132e9f850985c6b14cd7d77af874e45d.bindPopup(popup_6f72afdbf3ce1ea3459c0c3914ab567d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_132e9f850985c6b14cd7d77af874e45d.setIcon(icon_64060d5b15dea99d23aef798ae49347b);
|
|
|
|
|
|
var marker_aebf5e9b0c461f033b351a5ea4e9e596 = L.marker(
|
|
[39.9268, -75.0246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_45fecf7f2b4d849cf8c7344f851d60bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe6bd71b6c77127671f415de2d217c9b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b6b8852951bcd2ce6679b6bf79bce22 = $(`<div id="html_4b6b8852951bcd2ce6679b6bf79bce22" style="width: 100.0%; height: 100.0%;">nostr.calitabby.net</div>`)[0];
|
|
popup_fe6bd71b6c77127671f415de2d217c9b.setContent(html_4b6b8852951bcd2ce6679b6bf79bce22);
|
|
|
|
|
|
|
|
marker_aebf5e9b0c461f033b351a5ea4e9e596.bindPopup(popup_fe6bd71b6c77127671f415de2d217c9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aebf5e9b0c461f033b351a5ea4e9e596.setIcon(icon_45fecf7f2b4d849cf8c7344f851d60bf);
|
|
|
|
|
|
var marker_144f4e15e14fe0b4d97a59d662274c7a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_7e42acce9a31feb362075a74ae5eac6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5368f9fbec118b17b59136479a270b5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd9dfacefcce90649676cba0a1f347a5 = $(`<div id="html_fd9dfacefcce90649676cba0a1f347a5" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_5368f9fbec118b17b59136479a270b5e.setContent(html_fd9dfacefcce90649676cba0a1f347a5);
|
|
|
|
|
|
|
|
marker_144f4e15e14fe0b4d97a59d662274c7a.bindPopup(popup_5368f9fbec118b17b59136479a270b5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_144f4e15e14fe0b4d97a59d662274c7a.setIcon(icon_7e42acce9a31feb362075a74ae5eac6a);
|
|
|
|
|
|
var marker_a33543b355a229f0ed457f1362512210 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_6073e42a7338ddf2fe49f9b3ae64b776 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d9f0934f56b2e88aa9507cd582af776 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_741c8d5944936d2aa3b4892412d3cebc = $(`<div id="html_741c8d5944936d2aa3b4892412d3cebc" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_3d9f0934f56b2e88aa9507cd582af776.setContent(html_741c8d5944936d2aa3b4892412d3cebc);
|
|
|
|
|
|
|
|
marker_a33543b355a229f0ed457f1362512210.bindPopup(popup_3d9f0934f56b2e88aa9507cd582af776)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a33543b355a229f0ed457f1362512210.setIcon(icon_6073e42a7338ddf2fe49f9b3ae64b776);
|
|
|
|
|
|
var marker_1b17a5fc95220c79fd36fbb6b5581699 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_4a529639eaf8aae2f8dc36c79e0d519b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_869a4378742b10c793e3400119fb0086 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_922c4feee9596fce419dfc62a9d66592 = $(`<div id="html_922c4feee9596fce419dfc62a9d66592" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_869a4378742b10c793e3400119fb0086.setContent(html_922c4feee9596fce419dfc62a9d66592);
|
|
|
|
|
|
|
|
marker_1b17a5fc95220c79fd36fbb6b5581699.bindPopup(popup_869a4378742b10c793e3400119fb0086)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b17a5fc95220c79fd36fbb6b5581699.setIcon(icon_4a529639eaf8aae2f8dc36c79e0d519b);
|
|
|
|
|
|
var marker_c12fb30b850b06f3b161cd79e6872bf1 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_0f142688bd56505bd52d8fb309c9760e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d322f2e76011a532819af43f6636eb0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9dcfbc939ff3883a4cd4f894570ba81 = $(`<div id="html_f9dcfbc939ff3883a4cd4f894570ba81" style="width: 100.0%; height: 100.0%;">relay.bitcoinveneto.org</div>`)[0];
|
|
popup_5d322f2e76011a532819af43f6636eb0.setContent(html_f9dcfbc939ff3883a4cd4f894570ba81);
|
|
|
|
|
|
|
|
marker_c12fb30b850b06f3b161cd79e6872bf1.bindPopup(popup_5d322f2e76011a532819af43f6636eb0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c12fb30b850b06f3b161cd79e6872bf1.setIcon(icon_0f142688bd56505bd52d8fb309c9760e);
|
|
|
|
|
|
var marker_54989964d3e052fbce71f8c37b6cc948 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_e55515b4f09b577252250d546d3344a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05dfac4058978b3232b3b16c90a89adc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35b2789518321d41266337c87d8ed23d = $(`<div id="html_35b2789518321d41266337c87d8ed23d" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_05dfac4058978b3232b3b16c90a89adc.setContent(html_35b2789518321d41266337c87d8ed23d);
|
|
|
|
|
|
|
|
marker_54989964d3e052fbce71f8c37b6cc948.bindPopup(popup_05dfac4058978b3232b3b16c90a89adc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54989964d3e052fbce71f8c37b6cc948.setIcon(icon_e55515b4f09b577252250d546d3344a0);
|
|
|
|
|
|
var marker_f59a2dc329b7cb6d4cf9bc144244f5e5 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_33b6882f7e6f4554e0a0e465bacf603b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf986144997e93ae57a9c2211bcceec5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eca347d4c96c6224d1b8b4982fb650d9 = $(`<div id="html_eca347d4c96c6224d1b8b4982fb650d9" style="width: 100.0%; height: 100.0%;">nostr.davidebtc.me</div>`)[0];
|
|
popup_cf986144997e93ae57a9c2211bcceec5.setContent(html_eca347d4c96c6224d1b8b4982fb650d9);
|
|
|
|
|
|
|
|
marker_f59a2dc329b7cb6d4cf9bc144244f5e5.bindPopup(popup_cf986144997e93ae57a9c2211bcceec5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f59a2dc329b7cb6d4cf9bc144244f5e5.setIcon(icon_33b6882f7e6f4554e0a0e465bacf603b);
|
|
|
|
|
|
var marker_abb002a90e6f68c463c9c2e9671b8f0d = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_4d35ada84d212be08e0cabc964b180b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ccfdc71ad92b5060f92a2b00e083b2b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb64a5b6e28ac1b0423d8d8fd0842680 = $(`<div id="html_eb64a5b6e28ac1b0423d8d8fd0842680" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_ccfdc71ad92b5060f92a2b00e083b2b4.setContent(html_eb64a5b6e28ac1b0423d8d8fd0842680);
|
|
|
|
|
|
|
|
marker_abb002a90e6f68c463c9c2e9671b8f0d.bindPopup(popup_ccfdc71ad92b5060f92a2b00e083b2b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abb002a90e6f68c463c9c2e9671b8f0d.setIcon(icon_4d35ada84d212be08e0cabc964b180b6);
|
|
|
|
|
|
var marker_ca71e0f0e781532e758e81ad23ec260c = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_1fe40e4f40e157e3a5cadd5b28e36179 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55ed5ab8a1ef0e112fbf7aa84ef60e8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7944ad6c8cd4125b88a797768566c136 = $(`<div id="html_7944ad6c8cd4125b88a797768566c136" style="width: 100.0%; height: 100.0%;">hivetalk.nostr1.com</div>`)[0];
|
|
popup_55ed5ab8a1ef0e112fbf7aa84ef60e8d.setContent(html_7944ad6c8cd4125b88a797768566c136);
|
|
|
|
|
|
|
|
marker_ca71e0f0e781532e758e81ad23ec260c.bindPopup(popup_55ed5ab8a1ef0e112fbf7aa84ef60e8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca71e0f0e781532e758e81ad23ec260c.setIcon(icon_1fe40e4f40e157e3a5cadd5b28e36179);
|
|
|
|
|
|
var marker_2d6efc020744b38530ddd85785788dea = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_b1e9b359c26d48ef6c392eec42c2ac5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d577c49ed131ca12b5dd815b2bcbad47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffbf2131d55e42c4c73a79f632713bfd = $(`<div id="html_ffbf2131d55e42c4c73a79f632713bfd" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_d577c49ed131ca12b5dd815b2bcbad47.setContent(html_ffbf2131d55e42c4c73a79f632713bfd);
|
|
|
|
|
|
|
|
marker_2d6efc020744b38530ddd85785788dea.bindPopup(popup_d577c49ed131ca12b5dd815b2bcbad47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d6efc020744b38530ddd85785788dea.setIcon(icon_b1e9b359c26d48ef6c392eec42c2ac5e);
|
|
|
|
|
|
var marker_52cf2acab427b3e17728a40e0e380a21 = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_a74dd5f82cbe023ae427676a3b52bb5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7efcbb28fe7733252ec18b32047a670b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2cebfa66b0974c0e1dfc6eb9daca010 = $(`<div id="html_c2cebfa66b0974c0e1dfc6eb9daca010" style="width: 100.0%; height: 100.0%;">alienos.libretechsystems.xyz</div>`)[0];
|
|
popup_7efcbb28fe7733252ec18b32047a670b.setContent(html_c2cebfa66b0974c0e1dfc6eb9daca010);
|
|
|
|
|
|
|
|
marker_52cf2acab427b3e17728a40e0e380a21.bindPopup(popup_7efcbb28fe7733252ec18b32047a670b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52cf2acab427b3e17728a40e0e380a21.setIcon(icon_a74dd5f82cbe023ae427676a3b52bb5d);
|
|
|
|
|
|
var marker_55ad9c34a2ec7106cea1ff4263018fb8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_933e590ef765bdebf9e80e00f7b1d71d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b01c5cc43d506c2182fb656ab46d8cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90644adec77a76eef26f7eaf95d874b9 = $(`<div id="html_90644adec77a76eef26f7eaf95d874b9" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_0b01c5cc43d506c2182fb656ab46d8cf.setContent(html_90644adec77a76eef26f7eaf95d874b9);
|
|
|
|
|
|
|
|
marker_55ad9c34a2ec7106cea1ff4263018fb8.bindPopup(popup_0b01c5cc43d506c2182fb656ab46d8cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55ad9c34a2ec7106cea1ff4263018fb8.setIcon(icon_933e590ef765bdebf9e80e00f7b1d71d);
|
|
|
|
|
|
var marker_98df3f5e5621635c5318a52a88489697 = L.marker(
|
|
[39.048, -77.4817],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_5afe637a4970bfb4cb376f58409a79ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf58fb66b96243f2d543173e315c63e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3231813044a2c499da9a2469043876f = $(`<div id="html_d3231813044a2c499da9a2469043876f" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_cf58fb66b96243f2d543173e315c63e3.setContent(html_d3231813044a2c499da9a2469043876f);
|
|
|
|
|
|
|
|
marker_98df3f5e5621635c5318a52a88489697.bindPopup(popup_cf58fb66b96243f2d543173e315c63e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98df3f5e5621635c5318a52a88489697.setIcon(icon_5afe637a4970bfb4cb376f58409a79ba);
|
|
|
|
|
|
var marker_2e861cb021c8270eaba649dc7872e5c9 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_7a5816ce5aad3b9854a92594274d6f4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbc94580633d61f2a06c8cfe07e6b4d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0c97773f3e2835273f6430a9abd0675 = $(`<div id="html_e0c97773f3e2835273f6430a9abd0675" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_fbc94580633d61f2a06c8cfe07e6b4d4.setContent(html_e0c97773f3e2835273f6430a9abd0675);
|
|
|
|
|
|
|
|
marker_2e861cb021c8270eaba649dc7872e5c9.bindPopup(popup_fbc94580633d61f2a06c8cfe07e6b4d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e861cb021c8270eaba649dc7872e5c9.setIcon(icon_7a5816ce5aad3b9854a92594274d6f4b);
|
|
|
|
|
|
var marker_fa8683293ecccd36fa626a5d2fac4105 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_bd7391db4160f8f87b92bab489988bd6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37a520e50fe51c385750c288951a70b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_790eb6a8bac9db69380d9327e2246675 = $(`<div id="html_790eb6a8bac9db69380d9327e2246675" style="width: 100.0%; height: 100.0%;">orangesync.tech</div>`)[0];
|
|
popup_37a520e50fe51c385750c288951a70b3.setContent(html_790eb6a8bac9db69380d9327e2246675);
|
|
|
|
|
|
|
|
marker_fa8683293ecccd36fa626a5d2fac4105.bindPopup(popup_37a520e50fe51c385750c288951a70b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa8683293ecccd36fa626a5d2fac4105.setIcon(icon_bd7391db4160f8f87b92bab489988bd6);
|
|
|
|
|
|
var marker_c00b9da5e842e9c4668cec4bfdcaba6d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_d3e59cd97dbb666e819d68efc8efa792 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1de85c910ad11132d1090b3f89abfb8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9289dc9e1f5880912caab80c6d548df = $(`<div id="html_b9289dc9e1f5880912caab80c6d548df" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_f1de85c910ad11132d1090b3f89abfb8.setContent(html_b9289dc9e1f5880912caab80c6d548df);
|
|
|
|
|
|
|
|
marker_c00b9da5e842e9c4668cec4bfdcaba6d.bindPopup(popup_f1de85c910ad11132d1090b3f89abfb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c00b9da5e842e9c4668cec4bfdcaba6d.setIcon(icon_d3e59cd97dbb666e819d68efc8efa792);
|
|
|
|
|
|
var marker_5661427855654120dfb0b8c424f8cd33 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_a732ac8574c48da00c6077a05c4d4fe2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ad2f18c3829b5d0c1b95459681a8294 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1abf118ad5c6e111e0ed930b0b237b22 = $(`<div id="html_1abf118ad5c6e111e0ed930b0b237b22" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_2ad2f18c3829b5d0c1b95459681a8294.setContent(html_1abf118ad5c6e111e0ed930b0b237b22);
|
|
|
|
|
|
|
|
marker_5661427855654120dfb0b8c424f8cd33.bindPopup(popup_2ad2f18c3829b5d0c1b95459681a8294)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5661427855654120dfb0b8c424f8cd33.setIcon(icon_a732ac8574c48da00c6077a05c4d4fe2);
|
|
|
|
|
|
var marker_c512faf1e807a07f86943522f20cfb55 = L.marker(
|
|
[38.9072, -77.0369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_87914fc446c0018ca2ccb3b2c80db0ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27650e9a684681c653ba60c9857db16d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19e7804ebd096cbdd68486af5a5d0187 = $(`<div id="html_19e7804ebd096cbdd68486af5a5d0187" style="width: 100.0%; height: 100.0%;">relay.nostr.nisshiee.org</div>`)[0];
|
|
popup_27650e9a684681c653ba60c9857db16d.setContent(html_19e7804ebd096cbdd68486af5a5d0187);
|
|
|
|
|
|
|
|
marker_c512faf1e807a07f86943522f20cfb55.bindPopup(popup_27650e9a684681c653ba60c9857db16d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c512faf1e807a07f86943522f20cfb55.setIcon(icon_87914fc446c0018ca2ccb3b2c80db0ac);
|
|
|
|
|
|
var marker_cd51afc28dac425077be90b46082f1c1 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_2bc68352c3b100d62740e4a132c39504 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2820f9391e4eb4b364a02e11f16aceba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3d9147b0ebd4fc85285ac5251426ea9 = $(`<div id="html_f3d9147b0ebd4fc85285ac5251426ea9" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_2820f9391e4eb4b364a02e11f16aceba.setContent(html_f3d9147b0ebd4fc85285ac5251426ea9);
|
|
|
|
|
|
|
|
marker_cd51afc28dac425077be90b46082f1c1.bindPopup(popup_2820f9391e4eb4b364a02e11f16aceba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd51afc28dac425077be90b46082f1c1.setIcon(icon_2bc68352c3b100d62740e4a132c39504);
|
|
|
|
|
|
var marker_358a45de4158a238a1d60e67150ed3a5 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_27dd6d5e086edeab8b8e9ff58032d73e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38a4e6e30e5ed8a783e3722865065b80 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_214797d25041ced005b9e3764b036e45 = $(`<div id="html_214797d25041ced005b9e3764b036e45" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_38a4e6e30e5ed8a783e3722865065b80.setContent(html_214797d25041ced005b9e3764b036e45);
|
|
|
|
|
|
|
|
marker_358a45de4158a238a1d60e67150ed3a5.bindPopup(popup_38a4e6e30e5ed8a783e3722865065b80)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_358a45de4158a238a1d60e67150ed3a5.setIcon(icon_27dd6d5e086edeab8b8e9ff58032d73e);
|
|
|
|
|
|
var marker_9e1640922f6af64e42cdbe9c15747b73 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_29f613e36fe517333b10c794114ec216 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8693559c9b87808a5ce23ff49a50739 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20f1db39709fc0cb3c2437b083e161cd = $(`<div id="html_20f1db39709fc0cb3c2437b083e161cd" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_d8693559c9b87808a5ce23ff49a50739.setContent(html_20f1db39709fc0cb3c2437b083e161cd);
|
|
|
|
|
|
|
|
marker_9e1640922f6af64e42cdbe9c15747b73.bindPopup(popup_d8693559c9b87808a5ce23ff49a50739)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e1640922f6af64e42cdbe9c15747b73.setIcon(icon_29f613e36fe517333b10c794114ec216);
|
|
|
|
|
|
var marker_2f39d37bd7f433086775ea7bc96afc68 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_76448c40fd7a956d9298577fa27ff479 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8be9d111cd4bd2418ab6c4179cfc215 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b23fd123c3d9b8130022edb58c03c43 = $(`<div id="html_3b23fd123c3d9b8130022edb58c03c43" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_b8be9d111cd4bd2418ab6c4179cfc215.setContent(html_3b23fd123c3d9b8130022edb58c03c43);
|
|
|
|
|
|
|
|
marker_2f39d37bd7f433086775ea7bc96afc68.bindPopup(popup_b8be9d111cd4bd2418ab6c4179cfc215)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f39d37bd7f433086775ea7bc96afc68.setIcon(icon_76448c40fd7a956d9298577fa27ff479);
|
|
|
|
|
|
var marker_f83d8d1b87a7013ba3d8a5997e3ab40a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_3f1fcd3f547fa46149596a06af8a1035 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7fe09a7384b96a6ca10d65753ff0d97d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_add41399640e40f2d37607827fcfd48c = $(`<div id="html_add41399640e40f2d37607827fcfd48c" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_7fe09a7384b96a6ca10d65753ff0d97d.setContent(html_add41399640e40f2d37607827fcfd48c);
|
|
|
|
|
|
|
|
marker_f83d8d1b87a7013ba3d8a5997e3ab40a.bindPopup(popup_7fe09a7384b96a6ca10d65753ff0d97d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f83d8d1b87a7013ba3d8a5997e3ab40a.setIcon(icon_3f1fcd3f547fa46149596a06af8a1035);
|
|
|
|
|
|
var marker_79087305640c5f8016e7e173258db9c5 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_fce348ca0f9cc4fac48af5b70de7036a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_262ab8749519d323af3543fd494e37a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c2d73ab3ef2b4ed16bf3e0b4f17d3e1 = $(`<div id="html_6c2d73ab3ef2b4ed16bf3e0b4f17d3e1" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_262ab8749519d323af3543fd494e37a1.setContent(html_6c2d73ab3ef2b4ed16bf3e0b4f17d3e1);
|
|
|
|
|
|
|
|
marker_79087305640c5f8016e7e173258db9c5.bindPopup(popup_262ab8749519d323af3543fd494e37a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79087305640c5f8016e7e173258db9c5.setIcon(icon_fce348ca0f9cc4fac48af5b70de7036a);
|
|
|
|
|
|
var marker_5a2684e7468e31b831e63a06e36d69ac = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_520c87be170eb920355c32ba1d164a18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c4805273ab91b1b3a46e7ff110fd7b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b44f106b641bda22554f7ed6e580f133 = $(`<div id="html_b44f106b641bda22554f7ed6e580f133" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_7c4805273ab91b1b3a46e7ff110fd7b3.setContent(html_b44f106b641bda22554f7ed6e580f133);
|
|
|
|
|
|
|
|
marker_5a2684e7468e31b831e63a06e36d69ac.bindPopup(popup_7c4805273ab91b1b3a46e7ff110fd7b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a2684e7468e31b831e63a06e36d69ac.setIcon(icon_520c87be170eb920355c32ba1d164a18);
|
|
|
|
|
|
var marker_80005cf83e749a7f36d1ec6f8d54f1fe = L.marker(
|
|
[56.9677, 24.1056],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_bf4ae2fe6416ca944ac2bf9f13750a05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a49e03a64a1cc1f714c2bcf6dc08830 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70f85943740ce45b540f0e6f1fd3e3bb = $(`<div id="html_70f85943740ce45b540f0e6f1fd3e3bb" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_4a49e03a64a1cc1f714c2bcf6dc08830.setContent(html_70f85943740ce45b540f0e6f1fd3e3bb);
|
|
|
|
|
|
|
|
marker_80005cf83e749a7f36d1ec6f8d54f1fe.bindPopup(popup_4a49e03a64a1cc1f714c2bcf6dc08830)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80005cf83e749a7f36d1ec6f8d54f1fe.setIcon(icon_bf4ae2fe6416ca944ac2bf9f13750a05);
|
|
|
|
|
|
var marker_cc30712c963e1fb41a8cca0948077fff = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_37963a1d98f060aab0fb6d114860d0a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6f9898d0da2847d2f6226b24cf95651 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61f1413f8f5ea9d019d7ac2df459191b = $(`<div id="html_61f1413f8f5ea9d019d7ac2df459191b" style="width: 100.0%; height: 100.0%;">wot.yesnostr.net</div>`)[0];
|
|
popup_c6f9898d0da2847d2f6226b24cf95651.setContent(html_61f1413f8f5ea9d019d7ac2df459191b);
|
|
|
|
|
|
|
|
marker_cc30712c963e1fb41a8cca0948077fff.bindPopup(popup_c6f9898d0da2847d2f6226b24cf95651)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc30712c963e1fb41a8cca0948077fff.setIcon(icon_37963a1d98f060aab0fb6d114860d0a0);
|
|
|
|
|
|
var marker_760becd8bb8c3bc2cdfe906426a4d4de = L.marker(
|
|
[26.2897, -80.1293],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_afffa77c217b360cb23ae2f296bc6bb1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afbf3daf4503a358ce9613f9337cbd23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f4137d4bbf29e13c3861e4337b1961a = $(`<div id="html_4f4137d4bbf29e13c3861e4337b1961a" style="width: 100.0%; height: 100.0%;">relay.electriclifestyle.com</div>`)[0];
|
|
popup_afbf3daf4503a358ce9613f9337cbd23.setContent(html_4f4137d4bbf29e13c3861e4337b1961a);
|
|
|
|
|
|
|
|
marker_760becd8bb8c3bc2cdfe906426a4d4de.bindPopup(popup_afbf3daf4503a358ce9613f9337cbd23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_760becd8bb8c3bc2cdfe906426a4d4de.setIcon(icon_afffa77c217b360cb23ae2f296bc6bb1);
|
|
|
|
|
|
var marker_736a24444fb0fa335ad6b83c9ab260ad = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_ad6a7a318abc62fdda3a8ec5ab9d3279 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_977c7208cc94f0a59074e663e4907399 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa68171eff866e6b86af4d6c66d16fe5 = $(`<div id="html_fa68171eff866e6b86af4d6c66d16fe5" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_977c7208cc94f0a59074e663e4907399.setContent(html_fa68171eff866e6b86af4d6c66d16fe5);
|
|
|
|
|
|
|
|
marker_736a24444fb0fa335ad6b83c9ab260ad.bindPopup(popup_977c7208cc94f0a59074e663e4907399)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_736a24444fb0fa335ad6b83c9ab260ad.setIcon(icon_ad6a7a318abc62fdda3a8ec5ab9d3279);
|
|
|
|
|
|
var marker_00af840cb20de8f357ec168f98017fe6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_02050523f87d4604f52a8ba60caeccff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc8e743ca8b071ab5625fa91f471d91e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f403522821527a27d24fb2c40c64772 = $(`<div id="html_5f403522821527a27d24fb2c40c64772" style="width: 100.0%; height: 100.0%;">pyramid.treegaze.com</div>`)[0];
|
|
popup_fc8e743ca8b071ab5625fa91f471d91e.setContent(html_5f403522821527a27d24fb2c40c64772);
|
|
|
|
|
|
|
|
marker_00af840cb20de8f357ec168f98017fe6.bindPopup(popup_fc8e743ca8b071ab5625fa91f471d91e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00af840cb20de8f357ec168f98017fe6.setIcon(icon_02050523f87d4604f52a8ba60caeccff);
|
|
|
|
|
|
var marker_da357ce340c784918a2e8e417890c35d = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_ec18707082a77e60c24dcd102215e879 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40a2bedac13d83dff48204d8ae2fe9e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_035dcf1d5e9a8069727686bf693a2144 = $(`<div id="html_035dcf1d5e9a8069727686bf693a2144" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_40a2bedac13d83dff48204d8ae2fe9e6.setContent(html_035dcf1d5e9a8069727686bf693a2144);
|
|
|
|
|
|
|
|
marker_da357ce340c784918a2e8e417890c35d.bindPopup(popup_40a2bedac13d83dff48204d8ae2fe9e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da357ce340c784918a2e8e417890c35d.setIcon(icon_ec18707082a77e60c24dcd102215e879);
|
|
|
|
|
|
var marker_300c7076421876972294d1a1b4efaf4f = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_edd3d8a4a80e2a5c63d25a1a1ec4937b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4384267860c9662d8077cf447e004107 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e548b43e868f9370e4f67c75595ef0a3 = $(`<div id="html_e548b43e868f9370e4f67c75595ef0a3" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_4384267860c9662d8077cf447e004107.setContent(html_e548b43e868f9370e4f67c75595ef0a3);
|
|
|
|
|
|
|
|
marker_300c7076421876972294d1a1b4efaf4f.bindPopup(popup_4384267860c9662d8077cf447e004107)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_300c7076421876972294d1a1b4efaf4f.setIcon(icon_edd3d8a4a80e2a5c63d25a1a1ec4937b);
|
|
|
|
|
|
var marker_97ce5c0a410c7a3a49c33660957534e0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_12a1009f07bcddf14665f53994b7e579 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5dfb96935d007f9072b9789c643ea813 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c7c27908d8436454ee706d88c48bad7 = $(`<div id="html_5c7c27908d8436454ee706d88c48bad7" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_5dfb96935d007f9072b9789c643ea813.setContent(html_5c7c27908d8436454ee706d88c48bad7);
|
|
|
|
|
|
|
|
marker_97ce5c0a410c7a3a49c33660957534e0.bindPopup(popup_5dfb96935d007f9072b9789c643ea813)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97ce5c0a410c7a3a49c33660957534e0.setIcon(icon_12a1009f07bcddf14665f53994b7e579);
|
|
|
|
|
|
var marker_10eea058ecfe7a65184bb735026ff771 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_00b46b12228a975f9e3fcbbb2fbb969e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d1ae186360e455fd84e5ed514804a97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e37bcb2f8ebd1971b641af3a0f5445d1 = $(`<div id="html_e37bcb2f8ebd1971b641af3a0f5445d1" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_8d1ae186360e455fd84e5ed514804a97.setContent(html_e37bcb2f8ebd1971b641af3a0f5445d1);
|
|
|
|
|
|
|
|
marker_10eea058ecfe7a65184bb735026ff771.bindPopup(popup_8d1ae186360e455fd84e5ed514804a97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10eea058ecfe7a65184bb735026ff771.setIcon(icon_00b46b12228a975f9e3fcbbb2fbb969e);
|
|
|
|
|
|
var marker_e75fd7cbc93928b37084b3bc87181df8 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_0f0fab886db6e643bbe3354236539a61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d6bac8c98a1bc8549845c3e178ea9f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72f82b3ba875ccb5735b341133f9f5b8 = $(`<div id="html_72f82b3ba875ccb5735b341133f9f5b8" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_3d6bac8c98a1bc8549845c3e178ea9f9.setContent(html_72f82b3ba875ccb5735b341133f9f5b8);
|
|
|
|
|
|
|
|
marker_e75fd7cbc93928b37084b3bc87181df8.bindPopup(popup_3d6bac8c98a1bc8549845c3e178ea9f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e75fd7cbc93928b37084b3bc87181df8.setIcon(icon_0f0fab886db6e643bbe3354236539a61);
|
|
|
|
|
|
var marker_8dfb47e74acd5d6ce05f0019f0c17d0c = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_6b465e909bfb9d0d04a04eb278b08d3b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78f465b5cf050b3cce39840a90e42900 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbcc75c927ad0f28d643a24b3638a907 = $(`<div id="html_bbcc75c927ad0f28d643a24b3638a907" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_78f465b5cf050b3cce39840a90e42900.setContent(html_bbcc75c927ad0f28d643a24b3638a907);
|
|
|
|
|
|
|
|
marker_8dfb47e74acd5d6ce05f0019f0c17d0c.bindPopup(popup_78f465b5cf050b3cce39840a90e42900)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8dfb47e74acd5d6ce05f0019f0c17d0c.setIcon(icon_6b465e909bfb9d0d04a04eb278b08d3b);
|
|
|
|
|
|
var marker_8455a658a2a8130988b263bdeb1a1892 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_9aeabd6966937dd99df15930046af6e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffab8ef83e7edef170e849aaae2f4022 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd652b281f10ee56f74a9809d2014dd7 = $(`<div id="html_bd652b281f10ee56f74a9809d2014dd7" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_ffab8ef83e7edef170e849aaae2f4022.setContent(html_bd652b281f10ee56f74a9809d2014dd7);
|
|
|
|
|
|
|
|
marker_8455a658a2a8130988b263bdeb1a1892.bindPopup(popup_ffab8ef83e7edef170e849aaae2f4022)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8455a658a2a8130988b263bdeb1a1892.setIcon(icon_9aeabd6966937dd99df15930046af6e1);
|
|
|
|
|
|
var marker_63c1bc1aa6da8444a65d545775c9d373 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_177361fa2606bbb7537ab9b7febb515c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da1857ca31a134e105fe30707ccd9914 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71e0bc2ec15d631e55941495209ba4a9 = $(`<div id="html_71e0bc2ec15d631e55941495209ba4a9" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_da1857ca31a134e105fe30707ccd9914.setContent(html_71e0bc2ec15d631e55941495209ba4a9);
|
|
|
|
|
|
|
|
marker_63c1bc1aa6da8444a65d545775c9d373.bindPopup(popup_da1857ca31a134e105fe30707ccd9914)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63c1bc1aa6da8444a65d545775c9d373.setIcon(icon_177361fa2606bbb7537ab9b7febb515c);
|
|
|
|
|
|
var marker_cf5af39892fc495bfa06f2eef30cd525 = L.marker(
|
|
[51.098, 17.0321],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_f3d585017ca5aaf841770b3dab958776 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e4b24a8dea7ce411467dc782266f3f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1c2aae665897ae2762279f67cfeb926 = $(`<div id="html_f1c2aae665897ae2762279f67cfeb926" style="width: 100.0%; height: 100.0%;">relay.letsfo.com</div>`)[0];
|
|
popup_9e4b24a8dea7ce411467dc782266f3f4.setContent(html_f1c2aae665897ae2762279f67cfeb926);
|
|
|
|
|
|
|
|
marker_cf5af39892fc495bfa06f2eef30cd525.bindPopup(popup_9e4b24a8dea7ce411467dc782266f3f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf5af39892fc495bfa06f2eef30cd525.setIcon(icon_f3d585017ca5aaf841770b3dab958776);
|
|
|
|
|
|
var marker_f8eed941f8ccc64b84dc8b0b2800a678 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_fda3fe7104a7d2851e7b113cb8fa5ecc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c72e6d2dbd49bdf90f1db53468bd32d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b96c54ae67f9e142ab777c057992d71b = $(`<div id="html_b96c54ae67f9e142ab777c057992d71b" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_5c72e6d2dbd49bdf90f1db53468bd32d.setContent(html_b96c54ae67f9e142ab777c057992d71b);
|
|
|
|
|
|
|
|
marker_f8eed941f8ccc64b84dc8b0b2800a678.bindPopup(popup_5c72e6d2dbd49bdf90f1db53468bd32d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8eed941f8ccc64b84dc8b0b2800a678.setIcon(icon_fda3fe7104a7d2851e7b113cb8fa5ecc);
|
|
|
|
|
|
var marker_2d61ab19227c60523b25b4315f1fb6b3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_f4384a4f5fbdb2b3cc7f16f16f5809d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_292ffdefa0c407b77f103759b2598ad3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9191480b98a50884e3f674e07e874a7b = $(`<div id="html_9191480b98a50884e3f674e07e874a7b" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_292ffdefa0c407b77f103759b2598ad3.setContent(html_9191480b98a50884e3f674e07e874a7b);
|
|
|
|
|
|
|
|
marker_2d61ab19227c60523b25b4315f1fb6b3.bindPopup(popup_292ffdefa0c407b77f103759b2598ad3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d61ab19227c60523b25b4315f1fb6b3.setIcon(icon_f4384a4f5fbdb2b3cc7f16f16f5809d7);
|
|
|
|
|
|
var marker_c6c8495da5e46a709bb543c09afa5b23 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_27e811bb9b975d0ab6be4e9145dc3304 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7078b0fab9cfaabe49a9fa7d1df7bf2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bccf93710e272500648ef20cc266d267 = $(`<div id="html_bccf93710e272500648ef20cc266d267" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_7078b0fab9cfaabe49a9fa7d1df7bf2d.setContent(html_bccf93710e272500648ef20cc266d267);
|
|
|
|
|
|
|
|
marker_c6c8495da5e46a709bb543c09afa5b23.bindPopup(popup_7078b0fab9cfaabe49a9fa7d1df7bf2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6c8495da5e46a709bb543c09afa5b23.setIcon(icon_27e811bb9b975d0ab6be4e9145dc3304);
|
|
|
|
|
|
var marker_bbb1d231df3d32e196084a2443f7b835 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_c2d0dab7b1dd232477270c5d2d1b9d37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a380dc955d5956ec66b416c7f34f23ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aeac1f83929bdd6549b3313dd1532485 = $(`<div id="html_aeac1f83929bdd6549b3313dd1532485" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_a380dc955d5956ec66b416c7f34f23ba.setContent(html_aeac1f83929bdd6549b3313dd1532485);
|
|
|
|
|
|
|
|
marker_bbb1d231df3d32e196084a2443f7b835.bindPopup(popup_a380dc955d5956ec66b416c7f34f23ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bbb1d231df3d32e196084a2443f7b835.setIcon(icon_c2d0dab7b1dd232477270c5d2d1b9d37);
|
|
|
|
|
|
var marker_cd11948d026d3969280b9112edfdd2f0 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_c4a6cbeb001bd95291da71a5d58e6ca5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f10c5518620f2638e430be2ec613e8c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f177e1bd00fc768544a5bde617fdeab = $(`<div id="html_2f177e1bd00fc768544a5bde617fdeab" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_f10c5518620f2638e430be2ec613e8c7.setContent(html_2f177e1bd00fc768544a5bde617fdeab);
|
|
|
|
|
|
|
|
marker_cd11948d026d3969280b9112edfdd2f0.bindPopup(popup_f10c5518620f2638e430be2ec613e8c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd11948d026d3969280b9112edfdd2f0.setIcon(icon_c4a6cbeb001bd95291da71a5d58e6ca5);
|
|
|
|
|
|
var marker_9397ea13a527134a8a5e40dc5de96c78 = L.marker(
|
|
[47.6735, -116.781],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_e56cf8d9dc3844262b826538f6b39331 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6dbd493c40104ea2d71bce88a437f0a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93e9d45520166c347868bdd8d00a1585 = $(`<div id="html_93e9d45520166c347868bdd8d00a1585" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_6dbd493c40104ea2d71bce88a437f0a9.setContent(html_93e9d45520166c347868bdd8d00a1585);
|
|
|
|
|
|
|
|
marker_9397ea13a527134a8a5e40dc5de96c78.bindPopup(popup_6dbd493c40104ea2d71bce88a437f0a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9397ea13a527134a8a5e40dc5de96c78.setIcon(icon_e56cf8d9dc3844262b826538f6b39331);
|
|
|
|
|
|
var marker_8ada3272f65c96d69628ed9773465c21 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_2253743292b41a88409ff383dccf08be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9df69553cab7c296339d0d4afeb8dfb2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9f5aa0353009babf385b4e9965bc639 = $(`<div id="html_c9f5aa0353009babf385b4e9965bc639" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_9df69553cab7c296339d0d4afeb8dfb2.setContent(html_c9f5aa0353009babf385b4e9965bc639);
|
|
|
|
|
|
|
|
marker_8ada3272f65c96d69628ed9773465c21.bindPopup(popup_9df69553cab7c296339d0d4afeb8dfb2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ada3272f65c96d69628ed9773465c21.setIcon(icon_2253743292b41a88409ff383dccf08be);
|
|
|
|
|
|
var marker_c96282ccf9c8ee21c23343bb87ad8fb7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_b6788676abbd155105d77e0cc8163760 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4ed4d277b78584bb8e2459d3a8b29d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7870110dd7b5451091dd5dcf5012de02 = $(`<div id="html_7870110dd7b5451091dd5dcf5012de02" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_b4ed4d277b78584bb8e2459d3a8b29d3.setContent(html_7870110dd7b5451091dd5dcf5012de02);
|
|
|
|
|
|
|
|
marker_c96282ccf9c8ee21c23343bb87ad8fb7.bindPopup(popup_b4ed4d277b78584bb8e2459d3a8b29d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c96282ccf9c8ee21c23343bb87ad8fb7.setIcon(icon_b6788676abbd155105d77e0cc8163760);
|
|
|
|
|
|
var marker_625f8c77ba3bd9553a467163ad6b02ff = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_232d9ffd16abd6d5bf9e80792bb5127b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fc888de4df75d351ff14fc92d9dd27d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cee110408b0d0334322d4969317b51c2 = $(`<div id="html_cee110408b0d0334322d4969317b51c2" style="width: 100.0%; height: 100.0%;">nostr.bilthon.dev</div>`)[0];
|
|
popup_8fc888de4df75d351ff14fc92d9dd27d.setContent(html_cee110408b0d0334322d4969317b51c2);
|
|
|
|
|
|
|
|
marker_625f8c77ba3bd9553a467163ad6b02ff.bindPopup(popup_8fc888de4df75d351ff14fc92d9dd27d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_625f8c77ba3bd9553a467163ad6b02ff.setIcon(icon_232d9ffd16abd6d5bf9e80792bb5127b);
|
|
|
|
|
|
var marker_1f2433b5ad1d81eb04e51a27e2f4b368 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_b354547e05b005abf0623ecee56ced3b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2da8699c858393c7540894535f20af3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_819d021452f110deff0570014a57287b = $(`<div id="html_819d021452f110deff0570014a57287b" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_2da8699c858393c7540894535f20af3b.setContent(html_819d021452f110deff0570014a57287b);
|
|
|
|
|
|
|
|
marker_1f2433b5ad1d81eb04e51a27e2f4b368.bindPopup(popup_2da8699c858393c7540894535f20af3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f2433b5ad1d81eb04e51a27e2f4b368.setIcon(icon_b354547e05b005abf0623ecee56ced3b);
|
|
|
|
|
|
var marker_61224f2864f04a4b80aaa062daad4ebb = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_e1f1c2df4bd4eca32ba837f39f4ffb28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38a49e9b77d0e901c628865335c783b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_767ee379d60cb236dcb18aca644e0631 = $(`<div id="html_767ee379d60cb236dcb18aca644e0631" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_38a49e9b77d0e901c628865335c783b8.setContent(html_767ee379d60cb236dcb18aca644e0631);
|
|
|
|
|
|
|
|
marker_61224f2864f04a4b80aaa062daad4ebb.bindPopup(popup_38a49e9b77d0e901c628865335c783b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61224f2864f04a4b80aaa062daad4ebb.setIcon(icon_e1f1c2df4bd4eca32ba837f39f4ffb28);
|
|
|
|
|
|
var marker_dd57e09bcdabf6b671d5d62ce5c6eba4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_b63bca4358269568dafad10f59ef6d35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76e34b1851a36a97db9b45b8bca8bd35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a574ce544fcb9c02548ef0b48c71a77c = $(`<div id="html_a574ce544fcb9c02548ef0b48c71a77c" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_76e34b1851a36a97db9b45b8bca8bd35.setContent(html_a574ce544fcb9c02548ef0b48c71a77c);
|
|
|
|
|
|
|
|
marker_dd57e09bcdabf6b671d5d62ce5c6eba4.bindPopup(popup_76e34b1851a36a97db9b45b8bca8bd35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd57e09bcdabf6b671d5d62ce5c6eba4.setIcon(icon_b63bca4358269568dafad10f59ef6d35);
|
|
|
|
|
|
var marker_5f3bce30aaaf2f27d38ed4e2a0c66a0b = L.marker(
|
|
[13.311, 101.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_db108bf888892a51cea6ce274a81345a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b93fb9875fef17eb1c19c9d0981dc450 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53ac8efcaa5ed5bd759b011a280a23e5 = $(`<div id="html_53ac8efcaa5ed5bd759b011a280a23e5" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_b93fb9875fef17eb1c19c9d0981dc450.setContent(html_53ac8efcaa5ed5bd759b011a280a23e5);
|
|
|
|
|
|
|
|
marker_5f3bce30aaaf2f27d38ed4e2a0c66a0b.bindPopup(popup_b93fb9875fef17eb1c19c9d0981dc450)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f3bce30aaaf2f27d38ed4e2a0c66a0b.setIcon(icon_db108bf888892a51cea6ce274a81345a);
|
|
|
|
|
|
var marker_8618b344f7d54332a8e852d58fc5b447 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_8a726c60482867c58aeab057995e45eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82c7314c8f1a20bae12738295fa2237f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec6cb32d75855f08b4392dc8821e7208 = $(`<div id="html_ec6cb32d75855f08b4392dc8821e7208" style="width: 100.0%; height: 100.0%;">nostr.veladan.dev</div>`)[0];
|
|
popup_82c7314c8f1a20bae12738295fa2237f.setContent(html_ec6cb32d75855f08b4392dc8821e7208);
|
|
|
|
|
|
|
|
marker_8618b344f7d54332a8e852d58fc5b447.bindPopup(popup_82c7314c8f1a20bae12738295fa2237f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8618b344f7d54332a8e852d58fc5b447.setIcon(icon_8a726c60482867c58aeab057995e45eb);
|
|
|
|
|
|
var marker_86609173a1e87c733e4c5c861bff771e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_7cd0bfa6cc0dd9614bcacecbefa42229 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7cd4d806c46bd4134c79f8b8c2621df0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb22c3be94f37bd73ca64b700924cb18 = $(`<div id="html_bb22c3be94f37bd73ca64b700924cb18" style="width: 100.0%; height: 100.0%;">nostr-01.uid.ovh</div>`)[0];
|
|
popup_7cd4d806c46bd4134c79f8b8c2621df0.setContent(html_bb22c3be94f37bd73ca64b700924cb18);
|
|
|
|
|
|
|
|
marker_86609173a1e87c733e4c5c861bff771e.bindPopup(popup_7cd4d806c46bd4134c79f8b8c2621df0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86609173a1e87c733e4c5c861bff771e.setIcon(icon_7cd0bfa6cc0dd9614bcacecbefa42229);
|
|
|
|
|
|
var marker_61c81b682a666695a52e9e19a7a82045 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_b49388b496c49d23b02181d3dc689858 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c5877c75321adce055a93bf57ac38bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78e01255eb8c5a2d39ed15652c005fe5 = $(`<div id="html_78e01255eb8c5a2d39ed15652c005fe5" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_1c5877c75321adce055a93bf57ac38bb.setContent(html_78e01255eb8c5a2d39ed15652c005fe5);
|
|
|
|
|
|
|
|
marker_61c81b682a666695a52e9e19a7a82045.bindPopup(popup_1c5877c75321adce055a93bf57ac38bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61c81b682a666695a52e9e19a7a82045.setIcon(icon_b49388b496c49d23b02181d3dc689858);
|
|
|
|
|
|
var marker_4965f2a636761349293c857718de9a5a = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_69a497f791e5a12dc45a8ab83a3850db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee0ffa638a1bf42389672a07f5e74e83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_700d4b7fb62ad7d1bc2cb9e61e9e707b = $(`<div id="html_700d4b7fb62ad7d1bc2cb9e61e9e707b" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_ee0ffa638a1bf42389672a07f5e74e83.setContent(html_700d4b7fb62ad7d1bc2cb9e61e9e707b);
|
|
|
|
|
|
|
|
marker_4965f2a636761349293c857718de9a5a.bindPopup(popup_ee0ffa638a1bf42389672a07f5e74e83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4965f2a636761349293c857718de9a5a.setIcon(icon_69a497f791e5a12dc45a8ab83a3850db);
|
|
|
|
|
|
var marker_beb06e9b7827c32123c00affcea21b4c = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_a500f2dbca6f1b3282680ede3fa5bccd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_893aa6e17a865cb09500ece84e0d281f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_847c1b3a4e6d580d9bbcb6a6a8f89fcf = $(`<div id="html_847c1b3a4e6d580d9bbcb6a6a8f89fcf" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_893aa6e17a865cb09500ece84e0d281f.setContent(html_847c1b3a4e6d580d9bbcb6a6a8f89fcf);
|
|
|
|
|
|
|
|
marker_beb06e9b7827c32123c00affcea21b4c.bindPopup(popup_893aa6e17a865cb09500ece84e0d281f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_beb06e9b7827c32123c00affcea21b4c.setIcon(icon_a500f2dbca6f1b3282680ede3fa5bccd);
|
|
|
|
|
|
var marker_d158264b1cc6cbbd0e18e4af802b207f = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_63d3f5e7dfbc9f4de39e3b158f70498f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_736b5bc97cbd38350c8f5a3f3f66b5b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15455093cb30af26bf5812881239119a = $(`<div id="html_15455093cb30af26bf5812881239119a" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_736b5bc97cbd38350c8f5a3f3f66b5b3.setContent(html_15455093cb30af26bf5812881239119a);
|
|
|
|
|
|
|
|
marker_d158264b1cc6cbbd0e18e4af802b207f.bindPopup(popup_736b5bc97cbd38350c8f5a3f3f66b5b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d158264b1cc6cbbd0e18e4af802b207f.setIcon(icon_63d3f5e7dfbc9f4de39e3b158f70498f);
|
|
|
|
|
|
var marker_a4f46b7c2b80cf6827c419dc672dd499 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_dad719c764a02d0e0230282a9a5fcfdf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0aaf081954c74756c7382a0c49a62753 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e15b62882a66c325eb511490e71d0141 = $(`<div id="html_e15b62882a66c325eb511490e71d0141" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_0aaf081954c74756c7382a0c49a62753.setContent(html_e15b62882a66c325eb511490e71d0141);
|
|
|
|
|
|
|
|
marker_a4f46b7c2b80cf6827c419dc672dd499.bindPopup(popup_0aaf081954c74756c7382a0c49a62753)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4f46b7c2b80cf6827c419dc672dd499.setIcon(icon_dad719c764a02d0e0230282a9a5fcfdf);
|
|
|
|
|
|
var marker_c0cd64083bfd288d1c94549aa11f0da1 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_cd27808b3adc46a5a06f3f76e6392171 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_284dcbd87c7173e2140ace353db09f5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2acae31dd2748fd44d9fbb032143e723 = $(`<div id="html_2acae31dd2748fd44d9fbb032143e723" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_284dcbd87c7173e2140ace353db09f5d.setContent(html_2acae31dd2748fd44d9fbb032143e723);
|
|
|
|
|
|
|
|
marker_c0cd64083bfd288d1c94549aa11f0da1.bindPopup(popup_284dcbd87c7173e2140ace353db09f5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0cd64083bfd288d1c94549aa11f0da1.setIcon(icon_cd27808b3adc46a5a06f3f76e6392171);
|
|
|
|
|
|
var marker_0733a6d57b1f8fa2eeb063b21a3ed344 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_14431770dbdcc946336179ae7cf0a58d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2921871c4860a9a4bbfffd8f38e5e228 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b927c7c6347d7583ed53c2fc036a2265 = $(`<div id="html_b927c7c6347d7583ed53c2fc036a2265" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_2921871c4860a9a4bbfffd8f38e5e228.setContent(html_b927c7c6347d7583ed53c2fc036a2265);
|
|
|
|
|
|
|
|
marker_0733a6d57b1f8fa2eeb063b21a3ed344.bindPopup(popup_2921871c4860a9a4bbfffd8f38e5e228)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0733a6d57b1f8fa2eeb063b21a3ed344.setIcon(icon_14431770dbdcc946336179ae7cf0a58d);
|
|
|
|
|
|
var marker_862d8771ee9e01bc231c2f344785f366 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_2b7102d4dd6b1f37fb80580f176c3569 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fc1bf418f6867453af575ae86c8bee8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf25a20fac969e0114598f9ca93ab4e1 = $(`<div id="html_cf25a20fac969e0114598f9ca93ab4e1" style="width: 100.0%; height: 100.0%;">relay.hasenpfeffr.com</div>`)[0];
|
|
popup_8fc1bf418f6867453af575ae86c8bee8.setContent(html_cf25a20fac969e0114598f9ca93ab4e1);
|
|
|
|
|
|
|
|
marker_862d8771ee9e01bc231c2f344785f366.bindPopup(popup_8fc1bf418f6867453af575ae86c8bee8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_862d8771ee9e01bc231c2f344785f366.setIcon(icon_2b7102d4dd6b1f37fb80580f176c3569);
|
|
|
|
|
|
var marker_511841ddbe78af695ea99d53f22cadec = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_5cf706ee065d18b92bca6a4951e1d6e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3f3ae9e7f52fd213cd3a2434ea1b044 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ce02ac344bd0fd5c5ff20e9c699ace3 = $(`<div id="html_5ce02ac344bd0fd5c5ff20e9c699ace3" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_e3f3ae9e7f52fd213cd3a2434ea1b044.setContent(html_5ce02ac344bd0fd5c5ff20e9c699ace3);
|
|
|
|
|
|
|
|
marker_511841ddbe78af695ea99d53f22cadec.bindPopup(popup_e3f3ae9e7f52fd213cd3a2434ea1b044)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_511841ddbe78af695ea99d53f22cadec.setIcon(icon_5cf706ee065d18b92bca6a4951e1d6e4);
|
|
|
|
|
|
var marker_3719407ba04484ca34b1f401051c47f8 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_69762d3957ac17c0151466855a1bc6d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d46db13a0125d1afc137871984206de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca3c6fbd511fdc224529f4b7dc332f4f = $(`<div id="html_ca3c6fbd511fdc224529f4b7dc332f4f" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_9d46db13a0125d1afc137871984206de.setContent(html_ca3c6fbd511fdc224529f4b7dc332f4f);
|
|
|
|
|
|
|
|
marker_3719407ba04484ca34b1f401051c47f8.bindPopup(popup_9d46db13a0125d1afc137871984206de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3719407ba04484ca34b1f401051c47f8.setIcon(icon_69762d3957ac17c0151466855a1bc6d2);
|
|
|
|
|
|
var marker_7747a1361798a785599e50228888b623 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_a54fa090c9ffa49bd7d60be6eee7abd8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e885565e65e202b0bc0c07ea8f3df0cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1f2fe71bea787847ae3e428106129b9 = $(`<div id="html_a1f2fe71bea787847ae3e428106129b9" style="width: 100.0%; height: 100.0%;">nproxy.kristapsk.lv</div>`)[0];
|
|
popup_e885565e65e202b0bc0c07ea8f3df0cd.setContent(html_a1f2fe71bea787847ae3e428106129b9);
|
|
|
|
|
|
|
|
marker_7747a1361798a785599e50228888b623.bindPopup(popup_e885565e65e202b0bc0c07ea8f3df0cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7747a1361798a785599e50228888b623.setIcon(icon_a54fa090c9ffa49bd7d60be6eee7abd8);
|
|
|
|
|
|
var marker_ccd353c8f8ea964d9b5bc7eafc217ac4 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_37d3232f9ac33f32af0537f5180f4500 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1ffdd244f236e1474db1206ff31759f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a71b1e3b373a5065bbf40cc590d2ff32 = $(`<div id="html_a71b1e3b373a5065bbf40cc590d2ff32" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_d1ffdd244f236e1474db1206ff31759f.setContent(html_a71b1e3b373a5065bbf40cc590d2ff32);
|
|
|
|
|
|
|
|
marker_ccd353c8f8ea964d9b5bc7eafc217ac4.bindPopup(popup_d1ffdd244f236e1474db1206ff31759f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccd353c8f8ea964d9b5bc7eafc217ac4.setIcon(icon_37d3232f9ac33f32af0537f5180f4500);
|
|
|
|
|
|
var marker_a0921e747a950d94f38d5993e6f02b68 = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_d10ad54b70b4064432f25b237e0f60a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_346c60e790bafd74131540b42c58a90d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_587c77c7c06a2bd9ba6b3de441302f8e = $(`<div id="html_587c77c7c06a2bd9ba6b3de441302f8e" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_346c60e790bafd74131540b42c58a90d.setContent(html_587c77c7c06a2bd9ba6b3de441302f8e);
|
|
|
|
|
|
|
|
marker_a0921e747a950d94f38d5993e6f02b68.bindPopup(popup_346c60e790bafd74131540b42c58a90d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0921e747a950d94f38d5993e6f02b68.setIcon(icon_d10ad54b70b4064432f25b237e0f60a6);
|
|
|
|
|
|
var marker_dea3547c5f98ee0fa7d21215378c9c83 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_d5fc81d8a4b15497ab650b564c9be689 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_795a57abc8e84ac1d2f939af5d824234 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_174c06410878fd8810fa3da5a7968f75 = $(`<div id="html_174c06410878fd8810fa3da5a7968f75" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_795a57abc8e84ac1d2f939af5d824234.setContent(html_174c06410878fd8810fa3da5a7968f75);
|
|
|
|
|
|
|
|
marker_dea3547c5f98ee0fa7d21215378c9c83.bindPopup(popup_795a57abc8e84ac1d2f939af5d824234)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dea3547c5f98ee0fa7d21215378c9c83.setIcon(icon_d5fc81d8a4b15497ab650b564c9be689);
|
|
|
|
|
|
var marker_aeb975ec6aa02776306a09ba691d4144 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_614a3d7666ba09c0d320fc5df913044f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff2ba4a18e674380bebc659de5125667 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2fb8bd16114e5dfb44536f5b33473cd2 = $(`<div id="html_2fb8bd16114e5dfb44536f5b33473cd2" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_ff2ba4a18e674380bebc659de5125667.setContent(html_2fb8bd16114e5dfb44536f5b33473cd2);
|
|
|
|
|
|
|
|
marker_aeb975ec6aa02776306a09ba691d4144.bindPopup(popup_ff2ba4a18e674380bebc659de5125667)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aeb975ec6aa02776306a09ba691d4144.setIcon(icon_614a3d7666ba09c0d320fc5df913044f);
|
|
|
|
|
|
var marker_7317d98940f2b7198d3267009593c719 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_b016c2792008c917efc9b13159fc4419 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29bbf41a642e0d2075cfc77c0f3181d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a8c996278146f7855d93956c0325e68 = $(`<div id="html_3a8c996278146f7855d93956c0325e68" style="width: 100.0%; height: 100.0%;">relay1.nostrchat.io</div>`)[0];
|
|
popup_29bbf41a642e0d2075cfc77c0f3181d8.setContent(html_3a8c996278146f7855d93956c0325e68);
|
|
|
|
|
|
|
|
marker_7317d98940f2b7198d3267009593c719.bindPopup(popup_29bbf41a642e0d2075cfc77c0f3181d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7317d98940f2b7198d3267009593c719.setIcon(icon_b016c2792008c917efc9b13159fc4419);
|
|
|
|
|
|
var marker_eea986a278001f619a6295bf6c8bc0ff = L.marker(
|
|
[36.55, 139.733],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_262ebba1b967614439de381a6ea1e28a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7a1ebc8f281bb65d3775e0c357c4775 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30023403c174360dd14cdece9197b4c1 = $(`<div id="html_30023403c174360dd14cdece9197b4c1" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_e7a1ebc8f281bb65d3775e0c357c4775.setContent(html_30023403c174360dd14cdece9197b4c1);
|
|
|
|
|
|
|
|
marker_eea986a278001f619a6295bf6c8bc0ff.bindPopup(popup_e7a1ebc8f281bb65d3775e0c357c4775)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eea986a278001f619a6295bf6c8bc0ff.setIcon(icon_262ebba1b967614439de381a6ea1e28a);
|
|
|
|
|
|
var marker_4ea4788ff154a5df26eb8bccac67c4af = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_0fb2a7f4b7280d2a946dc93b4a9b755a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_196eb4407e16b12b24ca682c034aea23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4bef927da0f95318c00a4f47dc7b5f0 = $(`<div id="html_d4bef927da0f95318c00a4f47dc7b5f0" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_196eb4407e16b12b24ca682c034aea23.setContent(html_d4bef927da0f95318c00a4f47dc7b5f0);
|
|
|
|
|
|
|
|
marker_4ea4788ff154a5df26eb8bccac67c4af.bindPopup(popup_196eb4407e16b12b24ca682c034aea23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ea4788ff154a5df26eb8bccac67c4af.setIcon(icon_0fb2a7f4b7280d2a946dc93b4a9b755a);
|
|
|
|
|
|
var marker_c2f716784dd504bb5a0d6bd82fc71532 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_98a0ab1f258f4ca4eb43b19ec49d59af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3510579c0c267def1517ceaebc25cea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8062cf60488441290c9e2b7525550c76 = $(`<div id="html_8062cf60488441290c9e2b7525550c76" style="width: 100.0%; height: 100.0%;">nostr.czas.top</div>`)[0];
|
|
popup_e3510579c0c267def1517ceaebc25cea.setContent(html_8062cf60488441290c9e2b7525550c76);
|
|
|
|
|
|
|
|
marker_c2f716784dd504bb5a0d6bd82fc71532.bindPopup(popup_e3510579c0c267def1517ceaebc25cea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2f716784dd504bb5a0d6bd82fc71532.setIcon(icon_98a0ab1f258f4ca4eb43b19ec49d59af);
|
|
|
|
|
|
var marker_9cd49d51f3bb6bd6db5a674d6be324f5 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_97a475e1c0b67f06ce9daefb3bfe2f6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65d950a169655699d2d35ab8f013cb64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_932b5679af4ddbd48ce0e5dabc70ad85 = $(`<div id="html_932b5679af4ddbd48ce0e5dabc70ad85" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_65d950a169655699d2d35ab8f013cb64.setContent(html_932b5679af4ddbd48ce0e5dabc70ad85);
|
|
|
|
|
|
|
|
marker_9cd49d51f3bb6bd6db5a674d6be324f5.bindPopup(popup_65d950a169655699d2d35ab8f013cb64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9cd49d51f3bb6bd6db5a674d6be324f5.setIcon(icon_97a475e1c0b67f06ce9daefb3bfe2f6a);
|
|
|
|
|
|
var marker_504a0f2d7e56224327eebd1b9943a878 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_bccc69b70012d5b5428d673be25d1987 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8583c5d675fc1c81114931f419d877a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a586cebaefcc717b0ebb1e945014425d = $(`<div id="html_a586cebaefcc717b0ebb1e945014425d" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_8583c5d675fc1c81114931f419d877a1.setContent(html_a586cebaefcc717b0ebb1e945014425d);
|
|
|
|
|
|
|
|
marker_504a0f2d7e56224327eebd1b9943a878.bindPopup(popup_8583c5d675fc1c81114931f419d877a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_504a0f2d7e56224327eebd1b9943a878.setIcon(icon_bccc69b70012d5b5428d673be25d1987);
|
|
|
|
|
|
var marker_f3b601c95e0d37b00e018d11cd1fea84 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_d1227c54b0a5b2052f9418ec1bdcd406 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed1fc6e69c6713899b2fdbb0fd5814ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b04ee895809ac0e427ece86d70b0140 = $(`<div id="html_6b04ee895809ac0e427ece86d70b0140" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_ed1fc6e69c6713899b2fdbb0fd5814ec.setContent(html_6b04ee895809ac0e427ece86d70b0140);
|
|
|
|
|
|
|
|
marker_f3b601c95e0d37b00e018d11cd1fea84.bindPopup(popup_ed1fc6e69c6713899b2fdbb0fd5814ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3b601c95e0d37b00e018d11cd1fea84.setIcon(icon_d1227c54b0a5b2052f9418ec1bdcd406);
|
|
|
|
|
|
var marker_8dbcc40831e15b27213d0224607e9124 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_9fca3bb2cea3ecc7aa1db3f28e2ba376 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f19682d6fe5a2e89720b8cd7e701e2c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f010e5825c9524dc2fa4f4348a941cb5 = $(`<div id="html_f010e5825c9524dc2fa4f4348a941cb5" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_f19682d6fe5a2e89720b8cd7e701e2c3.setContent(html_f010e5825c9524dc2fa4f4348a941cb5);
|
|
|
|
|
|
|
|
marker_8dbcc40831e15b27213d0224607e9124.bindPopup(popup_f19682d6fe5a2e89720b8cd7e701e2c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8dbcc40831e15b27213d0224607e9124.setIcon(icon_9fca3bb2cea3ecc7aa1db3f28e2ba376);
|
|
|
|
|
|
var marker_5234a64152e7a0749736727d6a63cde5 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_735195b4a278a63284b63257fa46d061 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05addace7aa3632fc93a7ad6c7b7ece4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_677893e2ad59b79b92b48b6ce6594e9f = $(`<div id="html_677893e2ad59b79b92b48b6ce6594e9f" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_05addace7aa3632fc93a7ad6c7b7ece4.setContent(html_677893e2ad59b79b92b48b6ce6594e9f);
|
|
|
|
|
|
|
|
marker_5234a64152e7a0749736727d6a63cde5.bindPopup(popup_05addace7aa3632fc93a7ad6c7b7ece4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5234a64152e7a0749736727d6a63cde5.setIcon(icon_735195b4a278a63284b63257fa46d061);
|
|
|
|
|
|
var marker_ec17f739b4e20d9311b4009e89647808 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_376fdc4856cbd90f6870eaf481d42833 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4435c8a8470f12038051c65b733b2e03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db1de3af005fdf8abc31ceb5b6f7def3 = $(`<div id="html_db1de3af005fdf8abc31ceb5b6f7def3" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_4435c8a8470f12038051c65b733b2e03.setContent(html_db1de3af005fdf8abc31ceb5b6f7def3);
|
|
|
|
|
|
|
|
marker_ec17f739b4e20d9311b4009e89647808.bindPopup(popup_4435c8a8470f12038051c65b733b2e03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec17f739b4e20d9311b4009e89647808.setIcon(icon_376fdc4856cbd90f6870eaf481d42833);
|
|
|
|
|
|
var marker_00d01ab891714c44ba4a8d8ed07cbdb4 = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_3bb3f744e33ce61cee9a47edbfc7af36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9fe5c32ab0824a4e891e4a51d9391a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2ecc94036b0858eb58b06540660a322 = $(`<div id="html_e2ecc94036b0858eb58b06540660a322" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_b9fe5c32ab0824a4e891e4a51d9391a3.setContent(html_e2ecc94036b0858eb58b06540660a322);
|
|
|
|
|
|
|
|
marker_00d01ab891714c44ba4a8d8ed07cbdb4.bindPopup(popup_b9fe5c32ab0824a4e891e4a51d9391a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00d01ab891714c44ba4a8d8ed07cbdb4.setIcon(icon_3bb3f744e33ce61cee9a47edbfc7af36);
|
|
|
|
|
|
var marker_0794e3022631a810c37067fecf170851 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_13346ed2043760b651ea7d80169575b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e810f2aa5856e1281a4fcc02204f863e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79a5388d2f198a5a3cff26bf67800e7f = $(`<div id="html_79a5388d2f198a5a3cff26bf67800e7f" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_e810f2aa5856e1281a4fcc02204f863e.setContent(html_79a5388d2f198a5a3cff26bf67800e7f);
|
|
|
|
|
|
|
|
marker_0794e3022631a810c37067fecf170851.bindPopup(popup_e810f2aa5856e1281a4fcc02204f863e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0794e3022631a810c37067fecf170851.setIcon(icon_13346ed2043760b651ea7d80169575b9);
|
|
|
|
|
|
var marker_5eb90e9fb6dcbb65d011409a8d03d8be = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_8e27f35c2f9a3f28639ea07d1206dd14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b05ddcc0884499fc58e3054f0ce7e364 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd658c0917c62e9291ddb35fcc930917 = $(`<div id="html_bd658c0917c62e9291ddb35fcc930917" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_b05ddcc0884499fc58e3054f0ce7e364.setContent(html_bd658c0917c62e9291ddb35fcc930917);
|
|
|
|
|
|
|
|
marker_5eb90e9fb6dcbb65d011409a8d03d8be.bindPopup(popup_b05ddcc0884499fc58e3054f0ce7e364)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5eb90e9fb6dcbb65d011409a8d03d8be.setIcon(icon_8e27f35c2f9a3f28639ea07d1206dd14);
|
|
|
|
|
|
var marker_becd2b171eb2f8e402621f304f26a591 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_0d68601d9624fe395bcd8b45b3840980 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f54e42eeb30a17510186eb685b1e355 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32b7fc8353087a8c5f40da9d1c299bc0 = $(`<div id="html_32b7fc8353087a8c5f40da9d1c299bc0" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_6f54e42eeb30a17510186eb685b1e355.setContent(html_32b7fc8353087a8c5f40da9d1c299bc0);
|
|
|
|
|
|
|
|
marker_becd2b171eb2f8e402621f304f26a591.bindPopup(popup_6f54e42eeb30a17510186eb685b1e355)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_becd2b171eb2f8e402621f304f26a591.setIcon(icon_0d68601d9624fe395bcd8b45b3840980);
|
|
|
|
|
|
var marker_a205770311da17b301ad4d8d82437fe7 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_a61d188ada4bdf209a4d3b4da1a80912 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4856418ae51c669771e4d5606844a13d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9fad0da1efadcc0f2ad1ee02d64323c = $(`<div id="html_d9fad0da1efadcc0f2ad1ee02d64323c" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_4856418ae51c669771e4d5606844a13d.setContent(html_d9fad0da1efadcc0f2ad1ee02d64323c);
|
|
|
|
|
|
|
|
marker_a205770311da17b301ad4d8d82437fe7.bindPopup(popup_4856418ae51c669771e4d5606844a13d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a205770311da17b301ad4d8d82437fe7.setIcon(icon_a61d188ada4bdf209a4d3b4da1a80912);
|
|
|
|
|
|
var marker_6a4cc310f5273a27638a7532568aa546 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_2ab62c5375d90b77d0d1c92cc972ec9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_691c0f9214b732a3f9a8c935ba626ec0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b3c93149110d7101c57dbed6813bb21 = $(`<div id="html_5b3c93149110d7101c57dbed6813bb21" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_691c0f9214b732a3f9a8c935ba626ec0.setContent(html_5b3c93149110d7101c57dbed6813bb21);
|
|
|
|
|
|
|
|
marker_6a4cc310f5273a27638a7532568aa546.bindPopup(popup_691c0f9214b732a3f9a8c935ba626ec0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a4cc310f5273a27638a7532568aa546.setIcon(icon_2ab62c5375d90b77d0d1c92cc972ec9f);
|
|
|
|
|
|
var marker_dd94db536931640c078ae913f48a12ce = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_04f3d02449b96fc4129d11d59f0c57d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_153120ed1f0f4ac8f078a9cb581d17ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_023a9dc4ef6d2a3e04f7301fdd21dff6 = $(`<div id="html_023a9dc4ef6d2a3e04f7301fdd21dff6" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_153120ed1f0f4ac8f078a9cb581d17ed.setContent(html_023a9dc4ef6d2a3e04f7301fdd21dff6);
|
|
|
|
|
|
|
|
marker_dd94db536931640c078ae913f48a12ce.bindPopup(popup_153120ed1f0f4ac8f078a9cb581d17ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd94db536931640c078ae913f48a12ce.setIcon(icon_04f3d02449b96fc4129d11d59f0c57d0);
|
|
|
|
|
|
var marker_e56b7c618c2fa9754aa4e8b39a3e8188 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_fc248fe13e25a8658c612985807668cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e88971bce8f2daec96cbb93f82ccf313 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_709b5b28c053b67874341c2b59366d0a = $(`<div id="html_709b5b28c053b67874341c2b59366d0a" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_e88971bce8f2daec96cbb93f82ccf313.setContent(html_709b5b28c053b67874341c2b59366d0a);
|
|
|
|
|
|
|
|
marker_e56b7c618c2fa9754aa4e8b39a3e8188.bindPopup(popup_e88971bce8f2daec96cbb93f82ccf313)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e56b7c618c2fa9754aa4e8b39a3e8188.setIcon(icon_fc248fe13e25a8658c612985807668cc);
|
|
|
|
|
|
var marker_78299f0166a64019e1af6c13e792d237 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_eea62e7114d3ca81c115d427cb906a60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58b1091a0d64a269c5f897a7348ae5f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2cbf5cb3a75dd1c06e240d92c59ffa41 = $(`<div id="html_2cbf5cb3a75dd1c06e240d92c59ffa41" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_58b1091a0d64a269c5f897a7348ae5f3.setContent(html_2cbf5cb3a75dd1c06e240d92c59ffa41);
|
|
|
|
|
|
|
|
marker_78299f0166a64019e1af6c13e792d237.bindPopup(popup_58b1091a0d64a269c5f897a7348ae5f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78299f0166a64019e1af6c13e792d237.setIcon(icon_eea62e7114d3ca81c115d427cb906a60);
|
|
|
|
|
|
var marker_c22a346766d2ebd5df1e8ea73f1e0bdf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_d8fafca7f5b94a8b467da54285f26287 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c987d38fc44b063264ef30018bbb65f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99e47e969d1ca9ef758aeeb5826c78fd = $(`<div id="html_99e47e969d1ca9ef758aeeb5826c78fd" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_c987d38fc44b063264ef30018bbb65f1.setContent(html_99e47e969d1ca9ef758aeeb5826c78fd);
|
|
|
|
|
|
|
|
marker_c22a346766d2ebd5df1e8ea73f1e0bdf.bindPopup(popup_c987d38fc44b063264ef30018bbb65f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c22a346766d2ebd5df1e8ea73f1e0bdf.setIcon(icon_d8fafca7f5b94a8b467da54285f26287);
|
|
|
|
|
|
var marker_c3d1ef5b6f7d22f105d3e2a9c54ee5e5 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_19a36c02bb32bb9c8e8328579943e081 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2cfe240be246efa36de7ef492857cbc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db3c23ef7cad4c256e16aa38359ac0b7 = $(`<div id="html_db3c23ef7cad4c256e16aa38359ac0b7" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_f2cfe240be246efa36de7ef492857cbc.setContent(html_db3c23ef7cad4c256e16aa38359ac0b7);
|
|
|
|
|
|
|
|
marker_c3d1ef5b6f7d22f105d3e2a9c54ee5e5.bindPopup(popup_f2cfe240be246efa36de7ef492857cbc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3d1ef5b6f7d22f105d3e2a9c54ee5e5.setIcon(icon_19a36c02bb32bb9c8e8328579943e081);
|
|
|
|
|
|
var marker_d48d9e31f7a1eb236bd6799be3c37667 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_bb15729398700e6eb8baecbd8e60e37c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fc775037d612f1006799bc8c570dc4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ddaff2029a9e8836f47e8a797efcee5d = $(`<div id="html_ddaff2029a9e8836f47e8a797efcee5d" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_1fc775037d612f1006799bc8c570dc4e.setContent(html_ddaff2029a9e8836f47e8a797efcee5d);
|
|
|
|
|
|
|
|
marker_d48d9e31f7a1eb236bd6799be3c37667.bindPopup(popup_1fc775037d612f1006799bc8c570dc4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d48d9e31f7a1eb236bd6799be3c37667.setIcon(icon_bb15729398700e6eb8baecbd8e60e37c);
|
|
|
|
|
|
var marker_155584087de042b11dbbcdcb7cedd2ec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_b9620a1be650c9bab003803bc3712380 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ff21007f188acfbbc138415a087321c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_def0fb8029171aa4dc09f7efd783b01e = $(`<div id="html_def0fb8029171aa4dc09f7efd783b01e" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_8ff21007f188acfbbc138415a087321c.setContent(html_def0fb8029171aa4dc09f7efd783b01e);
|
|
|
|
|
|
|
|
marker_155584087de042b11dbbcdcb7cedd2ec.bindPopup(popup_8ff21007f188acfbbc138415a087321c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_155584087de042b11dbbcdcb7cedd2ec.setIcon(icon_b9620a1be650c9bab003803bc3712380);
|
|
|
|
|
|
var marker_4c3c2b7dcbf8f34667a2187e4060357a = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_ba60ea5908475af0186c8f6ac8ba3310 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f669e60ac2960278f7947519f5311085 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47f052108e2f7dca0aa849256b3282ed = $(`<div id="html_47f052108e2f7dca0aa849256b3282ed" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_f669e60ac2960278f7947519f5311085.setContent(html_47f052108e2f7dca0aa849256b3282ed);
|
|
|
|
|
|
|
|
marker_4c3c2b7dcbf8f34667a2187e4060357a.bindPopup(popup_f669e60ac2960278f7947519f5311085)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c3c2b7dcbf8f34667a2187e4060357a.setIcon(icon_ba60ea5908475af0186c8f6ac8ba3310);
|
|
|
|
|
|
var marker_1e17f2a991b31fb36e2656133a676de6 = L.marker(
|
|
[53.5501, -113.469],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_581e0a618803abcc32551ce6cb08e178 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d15ffe16057dd690597da988be76d81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14aebcdd0bc118b6435c30b7ead81905 = $(`<div id="html_14aebcdd0bc118b6435c30b7ead81905" style="width: 100.0%; height: 100.0%;">nostr.coincards.com</div>`)[0];
|
|
popup_5d15ffe16057dd690597da988be76d81.setContent(html_14aebcdd0bc118b6435c30b7ead81905);
|
|
|
|
|
|
|
|
marker_1e17f2a991b31fb36e2656133a676de6.bindPopup(popup_5d15ffe16057dd690597da988be76d81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e17f2a991b31fb36e2656133a676de6.setIcon(icon_581e0a618803abcc32551ce6cb08e178);
|
|
|
|
|
|
var marker_4c33f6fb326b50887c9f333d05bc9495 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_2460e38192c4a81a3599a17f5c138218 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58bef59ef9e16178b38039538729bf6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25f9b54c022c59e53318358529cba546 = $(`<div id="html_25f9b54c022c59e53318358529cba546" style="width: 100.0%; height: 100.0%;">relay.divine.video</div>`)[0];
|
|
popup_58bef59ef9e16178b38039538729bf6d.setContent(html_25f9b54c022c59e53318358529cba546);
|
|
|
|
|
|
|
|
marker_4c33f6fb326b50887c9f333d05bc9495.bindPopup(popup_58bef59ef9e16178b38039538729bf6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c33f6fb326b50887c9f333d05bc9495.setIcon(icon_2460e38192c4a81a3599a17f5c138218);
|
|
|
|
|
|
var marker_8d3925826b334e36fcae65ada5fa6fd9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_80f8a8c0cab4f776381c3de4566ddf0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06da1022c25f7e1e5f76f2bf8f6c85f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa3deed1ab6d5df13e37df560c4e9bd2 = $(`<div id="html_aa3deed1ab6d5df13e37df560c4e9bd2" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_06da1022c25f7e1e5f76f2bf8f6c85f6.setContent(html_aa3deed1ab6d5df13e37df560c4e9bd2);
|
|
|
|
|
|
|
|
marker_8d3925826b334e36fcae65ada5fa6fd9.bindPopup(popup_06da1022c25f7e1e5f76f2bf8f6c85f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d3925826b334e36fcae65ada5fa6fd9.setIcon(icon_80f8a8c0cab4f776381c3de4566ddf0c);
|
|
|
|
|
|
var marker_7ac2d7b0e780b7ac6402f8a1711650d1 = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_27d2dddadaeba25dd7bc458e6b2e87db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18fbc5f6b44380315438c9c00b256657 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4db3f6bb1542eaf376bb596b2550e318 = $(`<div id="html_4db3f6bb1542eaf376bb596b2550e318" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_18fbc5f6b44380315438c9c00b256657.setContent(html_4db3f6bb1542eaf376bb596b2550e318);
|
|
|
|
|
|
|
|
marker_7ac2d7b0e780b7ac6402f8a1711650d1.bindPopup(popup_18fbc5f6b44380315438c9c00b256657)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ac2d7b0e780b7ac6402f8a1711650d1.setIcon(icon_27d2dddadaeba25dd7bc458e6b2e87db);
|
|
|
|
|
|
var marker_26d8c04dbffeaec12dbee06b10abbe18 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_3ca2fd7fa59cc1bdf748849638956e34 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2063087e0e58009db76ca4e881ef111 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8241e7bc8d52431d5366231d6544585f = $(`<div id="html_8241e7bc8d52431d5366231d6544585f" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_b2063087e0e58009db76ca4e881ef111.setContent(html_8241e7bc8d52431d5366231d6544585f);
|
|
|
|
|
|
|
|
marker_26d8c04dbffeaec12dbee06b10abbe18.bindPopup(popup_b2063087e0e58009db76ca4e881ef111)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26d8c04dbffeaec12dbee06b10abbe18.setIcon(icon_3ca2fd7fa59cc1bdf748849638956e34);
|
|
|
|
|
|
var marker_6c237de1386f03366dd0e4ed95d05a4b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_23a61d2f69fa668183915f31cace8677 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_016f00bad4e3dfecee9940051e1411e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d003f118fc802772c9611629ea8f2108 = $(`<div id="html_d003f118fc802772c9611629ea8f2108" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_016f00bad4e3dfecee9940051e1411e5.setContent(html_d003f118fc802772c9611629ea8f2108);
|
|
|
|
|
|
|
|
marker_6c237de1386f03366dd0e4ed95d05a4b.bindPopup(popup_016f00bad4e3dfecee9940051e1411e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c237de1386f03366dd0e4ed95d05a4b.setIcon(icon_23a61d2f69fa668183915f31cace8677);
|
|
|
|
|
|
var marker_eb3362ac390bda6ef3f7e83e3f1d1ef6 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_e29a7694c272ba092cfd1cd88dda6da4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7860deabc72a926524187db62b678b92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56b4eb0bd0f5f0191a922bcab0b47d5f = $(`<div id="html_56b4eb0bd0f5f0191a922bcab0b47d5f" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_7860deabc72a926524187db62b678b92.setContent(html_56b4eb0bd0f5f0191a922bcab0b47d5f);
|
|
|
|
|
|
|
|
marker_eb3362ac390bda6ef3f7e83e3f1d1ef6.bindPopup(popup_7860deabc72a926524187db62b678b92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb3362ac390bda6ef3f7e83e3f1d1ef6.setIcon(icon_e29a7694c272ba092cfd1cd88dda6da4);
|
|
|
|
|
|
var marker_163cebdce08835bb9a66bcce0cf5ffac = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_fafd39980226bc9056620726b2e79105 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f256ab1ed0af9003b60deb9bfb088c6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37a5275ba9afbfafda78a49e6f7b1bb2 = $(`<div id="html_37a5275ba9afbfafda78a49e6f7b1bb2" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_f256ab1ed0af9003b60deb9bfb088c6b.setContent(html_37a5275ba9afbfafda78a49e6f7b1bb2);
|
|
|
|
|
|
|
|
marker_163cebdce08835bb9a66bcce0cf5ffac.bindPopup(popup_f256ab1ed0af9003b60deb9bfb088c6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_163cebdce08835bb9a66bcce0cf5ffac.setIcon(icon_fafd39980226bc9056620726b2e79105);
|
|
|
|
|
|
var marker_729e2501e44b6b0f50c9e698879f34a0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_f885fe5666167ee60c5f0498a4b1ae8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86d08c9defdfe1bfafb17a283f17da16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b317c2a89d9f34ee712daf7bb3fb78f4 = $(`<div id="html_b317c2a89d9f34ee712daf7bb3fb78f4" style="width: 100.0%; height: 100.0%;">relay.barine.co</div>`)[0];
|
|
popup_86d08c9defdfe1bfafb17a283f17da16.setContent(html_b317c2a89d9f34ee712daf7bb3fb78f4);
|
|
|
|
|
|
|
|
marker_729e2501e44b6b0f50c9e698879f34a0.bindPopup(popup_86d08c9defdfe1bfafb17a283f17da16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_729e2501e44b6b0f50c9e698879f34a0.setIcon(icon_f885fe5666167ee60c5f0498a4b1ae8f);
|
|
|
|
|
|
var marker_c794e498b0edfeba74eacd8a093480ce = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_d211ea6d706620165883a1f54b73c138 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_601092cefd52400cad2ae9849ea1120f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17ff7b2cf70edf9c14b9c052f2a5760b = $(`<div id="html_17ff7b2cf70edf9c14b9c052f2a5760b" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_601092cefd52400cad2ae9849ea1120f.setContent(html_17ff7b2cf70edf9c14b9c052f2a5760b);
|
|
|
|
|
|
|
|
marker_c794e498b0edfeba74eacd8a093480ce.bindPopup(popup_601092cefd52400cad2ae9849ea1120f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c794e498b0edfeba74eacd8a093480ce.setIcon(icon_d211ea6d706620165883a1f54b73c138);
|
|
|
|
|
|
var marker_8ee173abab713b26706cd805729d9800 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_a412ac94a0fa71717c736c144f79a045 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5773877a5950603c4f14fa564f687ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7f06f342e7391899797cfdf31cfabb0 = $(`<div id="html_c7f06f342e7391899797cfdf31cfabb0" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_e5773877a5950603c4f14fa564f687ec.setContent(html_c7f06f342e7391899797cfdf31cfabb0);
|
|
|
|
|
|
|
|
marker_8ee173abab713b26706cd805729d9800.bindPopup(popup_e5773877a5950603c4f14fa564f687ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ee173abab713b26706cd805729d9800.setIcon(icon_a412ac94a0fa71717c736c144f79a045);
|
|
|
|
|
|
var marker_20e2349cb6ea68091ebf3fe72be51fe0 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_87d5841b4035391d8f8ded0e53563d3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bf817b6b0d85ed3856872f8c5de233b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce9cb871d012600633aa4298aa5f6e3f = $(`<div id="html_ce9cb871d012600633aa4298aa5f6e3f" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_5bf817b6b0d85ed3856872f8c5de233b.setContent(html_ce9cb871d012600633aa4298aa5f6e3f);
|
|
|
|
|
|
|
|
marker_20e2349cb6ea68091ebf3fe72be51fe0.bindPopup(popup_5bf817b6b0d85ed3856872f8c5de233b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20e2349cb6ea68091ebf3fe72be51fe0.setIcon(icon_87d5841b4035391d8f8ded0e53563d3c);
|
|
|
|
|
|
var marker_6061f010b94193374bafac4abab7178b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_92f6c05336f36c4dcd1f23c07f8d6298 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24a9a21ee3cd7589837fc49ea6212519 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58da2dda59d72767a63a46195848ad35 = $(`<div id="html_58da2dda59d72767a63a46195848ad35" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_24a9a21ee3cd7589837fc49ea6212519.setContent(html_58da2dda59d72767a63a46195848ad35);
|
|
|
|
|
|
|
|
marker_6061f010b94193374bafac4abab7178b.bindPopup(popup_24a9a21ee3cd7589837fc49ea6212519)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6061f010b94193374bafac4abab7178b.setIcon(icon_92f6c05336f36c4dcd1f23c07f8d6298);
|
|
|
|
|
|
var marker_45525985f9a7e1518adb517b8fbfc094 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_12b0c0acf03ccfa3868e88089b9ff78b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa2a145d5d16dab699b25d4d7a36ab85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d41e849fade71387eeb5a50cd090432 = $(`<div id="html_6d41e849fade71387eeb5a50cd090432" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_aa2a145d5d16dab699b25d4d7a36ab85.setContent(html_6d41e849fade71387eeb5a50cd090432);
|
|
|
|
|
|
|
|
marker_45525985f9a7e1518adb517b8fbfc094.bindPopup(popup_aa2a145d5d16dab699b25d4d7a36ab85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45525985f9a7e1518adb517b8fbfc094.setIcon(icon_12b0c0acf03ccfa3868e88089b9ff78b);
|
|
|
|
|
|
var marker_68bcab4fa1166390f3f31afa5fba057b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_c3f7a1e2c44becdea385cafdce0017e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf9b0c82d70166469d33eca9b2b03261 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_115fc59c5af69d3d0309ba3e4e6b0d57 = $(`<div id="html_115fc59c5af69d3d0309ba3e4e6b0d57" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_cf9b0c82d70166469d33eca9b2b03261.setContent(html_115fc59c5af69d3d0309ba3e4e6b0d57);
|
|
|
|
|
|
|
|
marker_68bcab4fa1166390f3f31afa5fba057b.bindPopup(popup_cf9b0c82d70166469d33eca9b2b03261)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68bcab4fa1166390f3f31afa5fba057b.setIcon(icon_c3f7a1e2c44becdea385cafdce0017e0);
|
|
|
|
|
|
var marker_159601df93f610193c2404252f6dc6ac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_351d9f22e9f96081cb7cd44e1d8ee46b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_001b9d34f535ba8454039e672ce6f3f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12c90f5bdf8da87ddc5f2dee09bfe0ec = $(`<div id="html_12c90f5bdf8da87ddc5f2dee09bfe0ec" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_001b9d34f535ba8454039e672ce6f3f0.setContent(html_12c90f5bdf8da87ddc5f2dee09bfe0ec);
|
|
|
|
|
|
|
|
marker_159601df93f610193c2404252f6dc6ac.bindPopup(popup_001b9d34f535ba8454039e672ce6f3f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_159601df93f610193c2404252f6dc6ac.setIcon(icon_351d9f22e9f96081cb7cd44e1d8ee46b);
|
|
|
|
|
|
var marker_e676197ccf94f6090152da04d281d46a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_588112882fe077783b608fe86bbb7a38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4936715994a9a63f7324524d048db83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2dc776ceb9aab2f6f6fa9d3723ddee74 = $(`<div id="html_2dc776ceb9aab2f6f6fa9d3723ddee74" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_a4936715994a9a63f7324524d048db83.setContent(html_2dc776ceb9aab2f6f6fa9d3723ddee74);
|
|
|
|
|
|
|
|
marker_e676197ccf94f6090152da04d281d46a.bindPopup(popup_a4936715994a9a63f7324524d048db83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e676197ccf94f6090152da04d281d46a.setIcon(icon_588112882fe077783b608fe86bbb7a38);
|
|
|
|
|
|
var marker_2ba273ae493b389e389073ff9edb0f48 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_7f95a32118abbc06a5c2a91e3b17c9ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_740f6d4fe2d4e4a034382396468a7884 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22cc14fac7d833c5dde804efb08f52e1 = $(`<div id="html_22cc14fac7d833c5dde804efb08f52e1" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_740f6d4fe2d4e4a034382396468a7884.setContent(html_22cc14fac7d833c5dde804efb08f52e1);
|
|
|
|
|
|
|
|
marker_2ba273ae493b389e389073ff9edb0f48.bindPopup(popup_740f6d4fe2d4e4a034382396468a7884)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ba273ae493b389e389073ff9edb0f48.setIcon(icon_7f95a32118abbc06a5c2a91e3b17c9ab);
|
|
|
|
|
|
var marker_fdb79965772cc4c9d48c1edec21b1e9e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_36a1ea4cf7c923a00c2f7c4e6482e558 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12eb20736fd558f3c8579f13016ac2fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf414bc8c31ee0109808ac9ba00fed65 = $(`<div id="html_cf414bc8c31ee0109808ac9ba00fed65" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_12eb20736fd558f3c8579f13016ac2fd.setContent(html_cf414bc8c31ee0109808ac9ba00fed65);
|
|
|
|
|
|
|
|
marker_fdb79965772cc4c9d48c1edec21b1e9e.bindPopup(popup_12eb20736fd558f3c8579f13016ac2fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdb79965772cc4c9d48c1edec21b1e9e.setIcon(icon_36a1ea4cf7c923a00c2f7c4e6482e558);
|
|
|
|
|
|
var marker_7d351ffb1295047cae5e00ae51d91c7e = L.marker(
|
|
[43.663, -70.2569],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_b6ffbd72d9d3c88f075a091412d86064 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc5258751fb51ba67208a3a11be4c79f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62fe5468e98c302deed447265d643361 = $(`<div id="html_62fe5468e98c302deed447265d643361" style="width: 100.0%; height: 100.0%;">nostr.tuckerbradford.com</div>`)[0];
|
|
popup_dc5258751fb51ba67208a3a11be4c79f.setContent(html_62fe5468e98c302deed447265d643361);
|
|
|
|
|
|
|
|
marker_7d351ffb1295047cae5e00ae51d91c7e.bindPopup(popup_dc5258751fb51ba67208a3a11be4c79f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d351ffb1295047cae5e00ae51d91c7e.setIcon(icon_b6ffbd72d9d3c88f075a091412d86064);
|
|
|
|
|
|
var marker_0fdc7a5799c7e51e9fb00aa6b3c58db5 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_7b6de1fc248742a2ae5723f463c6cb1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f1cf25245911c2ada9cd8ea0d4b0218 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e817f4df20db5a13b6e87c8a8b7c63bc = $(`<div id="html_e817f4df20db5a13b6e87c8a8b7c63bc" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_4f1cf25245911c2ada9cd8ea0d4b0218.setContent(html_e817f4df20db5a13b6e87c8a8b7c63bc);
|
|
|
|
|
|
|
|
marker_0fdc7a5799c7e51e9fb00aa6b3c58db5.bindPopup(popup_4f1cf25245911c2ada9cd8ea0d4b0218)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fdc7a5799c7e51e9fb00aa6b3c58db5.setIcon(icon_7b6de1fc248742a2ae5723f463c6cb1f);
|
|
|
|
|
|
var marker_fb03504714b9978739ecb75552cd320c = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_cb2d0afc519ccb27dc09abe035abca5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b327e50c2ed96036be99a9c2bd2578d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fa15287a0fc5fb8ac3a4b18cf8a2bb4 = $(`<div id="html_6fa15287a0fc5fb8ac3a4b18cf8a2bb4" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_4b327e50c2ed96036be99a9c2bd2578d.setContent(html_6fa15287a0fc5fb8ac3a4b18cf8a2bb4);
|
|
|
|
|
|
|
|
marker_fb03504714b9978739ecb75552cd320c.bindPopup(popup_4b327e50c2ed96036be99a9c2bd2578d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb03504714b9978739ecb75552cd320c.setIcon(icon_cb2d0afc519ccb27dc09abe035abca5d);
|
|
|
|
|
|
var marker_bdc950ee5b5a6a327a7d177df78cab1c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_c2966443967667c3269026380149c4d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a8e9706c54a708b627cb7f5eebf843d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd6c9e3bf6eecb0f7f196fb5741191c2 = $(`<div id="html_cd6c9e3bf6eecb0f7f196fb5741191c2" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_4a8e9706c54a708b627cb7f5eebf843d.setContent(html_cd6c9e3bf6eecb0f7f196fb5741191c2);
|
|
|
|
|
|
|
|
marker_bdc950ee5b5a6a327a7d177df78cab1c.bindPopup(popup_4a8e9706c54a708b627cb7f5eebf843d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bdc950ee5b5a6a327a7d177df78cab1c.setIcon(icon_c2966443967667c3269026380149c4d7);
|
|
|
|
|
|
var marker_4ac853ce117c90512c175e038b5d8087 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_3f385c5179b284c489e75907431f58ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fbb801bb5a9bc59a3daa3cf7de5b370 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed784aa9226d330c3a6a2d58dd6f9094 = $(`<div id="html_ed784aa9226d330c3a6a2d58dd6f9094" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_4fbb801bb5a9bc59a3daa3cf7de5b370.setContent(html_ed784aa9226d330c3a6a2d58dd6f9094);
|
|
|
|
|
|
|
|
marker_4ac853ce117c90512c175e038b5d8087.bindPopup(popup_4fbb801bb5a9bc59a3daa3cf7de5b370)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ac853ce117c90512c175e038b5d8087.setIcon(icon_3f385c5179b284c489e75907431f58ce);
|
|
|
|
|
|
var marker_98db13ca31265f4bd04a6ebe6fe27a45 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_4a164c8132cb420ea8d588c5fc457e16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2dd78146b8389cec8a3eba8f77556b69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6db7116a47c4902e4efbcba85da4d2ff = $(`<div id="html_6db7116a47c4902e4efbcba85da4d2ff" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_2dd78146b8389cec8a3eba8f77556b69.setContent(html_6db7116a47c4902e4efbcba85da4d2ff);
|
|
|
|
|
|
|
|
marker_98db13ca31265f4bd04a6ebe6fe27a45.bindPopup(popup_2dd78146b8389cec8a3eba8f77556b69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98db13ca31265f4bd04a6ebe6fe27a45.setIcon(icon_4a164c8132cb420ea8d588c5fc457e16);
|
|
|
|
|
|
var marker_bc402217a3fa4fba164ad553f74d1624 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_98ceee67c9074ed75ee9790e5ac9498b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9fe1cc445713d296848075554631851f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a6072b205edc84faffdb20d33ad2a50 = $(`<div id="html_0a6072b205edc84faffdb20d33ad2a50" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_9fe1cc445713d296848075554631851f.setContent(html_0a6072b205edc84faffdb20d33ad2a50);
|
|
|
|
|
|
|
|
marker_bc402217a3fa4fba164ad553f74d1624.bindPopup(popup_9fe1cc445713d296848075554631851f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc402217a3fa4fba164ad553f74d1624.setIcon(icon_98ceee67c9074ed75ee9790e5ac9498b);
|
|
|
|
|
|
var marker_863feeb0adf02d42f331b87c98731bd1 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_6272982a9db12b754d113ee80a10b860 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ad1d00f07d0a108ea3889f02ecad709 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1c0b4612bb309cd37dca2afb7ffab01 = $(`<div id="html_b1c0b4612bb309cd37dca2afb7ffab01" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_8ad1d00f07d0a108ea3889f02ecad709.setContent(html_b1c0b4612bb309cd37dca2afb7ffab01);
|
|
|
|
|
|
|
|
marker_863feeb0adf02d42f331b87c98731bd1.bindPopup(popup_8ad1d00f07d0a108ea3889f02ecad709)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_863feeb0adf02d42f331b87c98731bd1.setIcon(icon_6272982a9db12b754d113ee80a10b860);
|
|
|
|
|
|
var marker_6f05608cdfdae894da56e05e18fc54f9 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_56a3ab56c96fc3473a55d855ac78a938 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8f42931c0014ff006940b9048afc1c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_923be0937af8a2be3cdf44be2e07e939 = $(`<div id="html_923be0937af8a2be3cdf44be2e07e939" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_e8f42931c0014ff006940b9048afc1c9.setContent(html_923be0937af8a2be3cdf44be2e07e939);
|
|
|
|
|
|
|
|
marker_6f05608cdfdae894da56e05e18fc54f9.bindPopup(popup_e8f42931c0014ff006940b9048afc1c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f05608cdfdae894da56e05e18fc54f9.setIcon(icon_56a3ab56c96fc3473a55d855ac78a938);
|
|
|
|
|
|
var marker_89f4184b940b0e1f9d2b164844d6864c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_3cecd289a61fe64c448125661c7bfd38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25356042328beab6d3603c9e2a6b830a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_272e81193a4f0a810acc08c9fc1807a7 = $(`<div id="html_272e81193a4f0a810acc08c9fc1807a7" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_25356042328beab6d3603c9e2a6b830a.setContent(html_272e81193a4f0a810acc08c9fc1807a7);
|
|
|
|
|
|
|
|
marker_89f4184b940b0e1f9d2b164844d6864c.bindPopup(popup_25356042328beab6d3603c9e2a6b830a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89f4184b940b0e1f9d2b164844d6864c.setIcon(icon_3cecd289a61fe64c448125661c7bfd38);
|
|
|
|
|
|
var marker_717eeb2a1c38b296ad2bd583c5f4664a = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_4ad32324ec6cc887663b663afa2ebe96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e2ad0326e46133ab73ab290d678dd60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1a688c0d3bc5d895167d9bf0968b5a8 = $(`<div id="html_c1a688c0d3bc5d895167d9bf0968b5a8" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_7e2ad0326e46133ab73ab290d678dd60.setContent(html_c1a688c0d3bc5d895167d9bf0968b5a8);
|
|
|
|
|
|
|
|
marker_717eeb2a1c38b296ad2bd583c5f4664a.bindPopup(popup_7e2ad0326e46133ab73ab290d678dd60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_717eeb2a1c38b296ad2bd583c5f4664a.setIcon(icon_4ad32324ec6cc887663b663afa2ebe96);
|
|
|
|
|
|
var marker_bc085ea0be6018b6b96b76fac16e5bb1 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_e9bc408496825dd658b375d703738f7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56f2ea6522e581f60d0ee4b40583cbc1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc3cf82155150f28055eb675635586be = $(`<div id="html_cc3cf82155150f28055eb675635586be" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_56f2ea6522e581f60d0ee4b40583cbc1.setContent(html_cc3cf82155150f28055eb675635586be);
|
|
|
|
|
|
|
|
marker_bc085ea0be6018b6b96b76fac16e5bb1.bindPopup(popup_56f2ea6522e581f60d0ee4b40583cbc1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc085ea0be6018b6b96b76fac16e5bb1.setIcon(icon_e9bc408496825dd658b375d703738f7d);
|
|
|
|
|
|
var marker_d082b673e64fec49a5672708a2e072fb = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_27670e8f64d5668b7c1c105bba1b672f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51357679c59c9ad0e7cfc39458cb6b21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_011059b24e33fc6bdc5c3afc30cd0f05 = $(`<div id="html_011059b24e33fc6bdc5c3afc30cd0f05" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_51357679c59c9ad0e7cfc39458cb6b21.setContent(html_011059b24e33fc6bdc5c3afc30cd0f05);
|
|
|
|
|
|
|
|
marker_d082b673e64fec49a5672708a2e072fb.bindPopup(popup_51357679c59c9ad0e7cfc39458cb6b21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d082b673e64fec49a5672708a2e072fb.setIcon(icon_27670e8f64d5668b7c1c105bba1b672f);
|
|
|
|
|
|
var marker_441f14d054dab5e7f7a8b3e10de2ead7 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_d1e643e091ffff58dcc3863fc2b2f43a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbfbc9e59c87c318f7ee5742b4a8ebda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c672410343fd759196dc0fd622373f7c = $(`<div id="html_c672410343fd759196dc0fd622373f7c" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_cbfbc9e59c87c318f7ee5742b4a8ebda.setContent(html_c672410343fd759196dc0fd622373f7c);
|
|
|
|
|
|
|
|
marker_441f14d054dab5e7f7a8b3e10de2ead7.bindPopup(popup_cbfbc9e59c87c318f7ee5742b4a8ebda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_441f14d054dab5e7f7a8b3e10de2ead7.setIcon(icon_d1e643e091ffff58dcc3863fc2b2f43a);
|
|
|
|
|
|
var marker_313bd20fd572d8a2025f3a8fe1ecadca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_a53cf1c5a62697cbfd962367b4b8536f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74250fff2205027f5d63289d29c66f7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f647f35ea22eae728cbc2784795b4337 = $(`<div id="html_f647f35ea22eae728cbc2784795b4337" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_74250fff2205027f5d63289d29c66f7f.setContent(html_f647f35ea22eae728cbc2784795b4337);
|
|
|
|
|
|
|
|
marker_313bd20fd572d8a2025f3a8fe1ecadca.bindPopup(popup_74250fff2205027f5d63289d29c66f7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_313bd20fd572d8a2025f3a8fe1ecadca.setIcon(icon_a53cf1c5a62697cbfd962367b4b8536f);
|
|
|
|
|
|
var marker_dee12a59a34eb6f179c84d62beb58bfb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_15408a72bba2e35b3f1c4f1ea650bd4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9dcbc264f7b394ad54bc3be7eb87b070 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_018e20d3617fe8884e12a18c5f345664 = $(`<div id="html_018e20d3617fe8884e12a18c5f345664" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_9dcbc264f7b394ad54bc3be7eb87b070.setContent(html_018e20d3617fe8884e12a18c5f345664);
|
|
|
|
|
|
|
|
marker_dee12a59a34eb6f179c84d62beb58bfb.bindPopup(popup_9dcbc264f7b394ad54bc3be7eb87b070)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dee12a59a34eb6f179c84d62beb58bfb.setIcon(icon_15408a72bba2e35b3f1c4f1ea650bd4c);
|
|
|
|
|
|
var marker_dfffa1fae2e3e7572f7eb9c1e09a885d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_352ad0e85159d109920a5f2ab7bb0c52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7a6a774cd31ea0db424aa8b186acff3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71e53985dedc76a545155efebbbcd8ce = $(`<div id="html_71e53985dedc76a545155efebbbcd8ce" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_a7a6a774cd31ea0db424aa8b186acff3.setContent(html_71e53985dedc76a545155efebbbcd8ce);
|
|
|
|
|
|
|
|
marker_dfffa1fae2e3e7572f7eb9c1e09a885d.bindPopup(popup_a7a6a774cd31ea0db424aa8b186acff3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dfffa1fae2e3e7572f7eb9c1e09a885d.setIcon(icon_352ad0e85159d109920a5f2ab7bb0c52);
|
|
|
|
|
|
var marker_8f149a058f60f12eb9668edcc6520887 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_c4739c6920466cc5b086f27192d6233c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_801d2a1d99ba29cf2c04d408a1a8f41a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03a2153d3d713ebcc0dc9b3dc595c3d8 = $(`<div id="html_03a2153d3d713ebcc0dc9b3dc595c3d8" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_801d2a1d99ba29cf2c04d408a1a8f41a.setContent(html_03a2153d3d713ebcc0dc9b3dc595c3d8);
|
|
|
|
|
|
|
|
marker_8f149a058f60f12eb9668edcc6520887.bindPopup(popup_801d2a1d99ba29cf2c04d408a1a8f41a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f149a058f60f12eb9668edcc6520887.setIcon(icon_c4739c6920466cc5b086f27192d6233c);
|
|
|
|
|
|
var marker_9012a4c7ea2f8facd7aeaab37b4737be = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_c87c57a1f6d2508d4ac8bb71bda3d601 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4aa87e69d4b1e76d76d6ea467a59ec50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d40201d8103f19b16ddf5210f656267 = $(`<div id="html_5d40201d8103f19b16ddf5210f656267" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_4aa87e69d4b1e76d76d6ea467a59ec50.setContent(html_5d40201d8103f19b16ddf5210f656267);
|
|
|
|
|
|
|
|
marker_9012a4c7ea2f8facd7aeaab37b4737be.bindPopup(popup_4aa87e69d4b1e76d76d6ea467a59ec50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9012a4c7ea2f8facd7aeaab37b4737be.setIcon(icon_c87c57a1f6d2508d4ac8bb71bda3d601);
|
|
|
|
|
|
var marker_364c792574a815722e4513690874c147 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_d2ae2c9d07747149505c46b4849140be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5025a79dfd5e45c952d7c7c160ed3f9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fedd28298dd2dd28a79275b85e7ebc4 = $(`<div id="html_0fedd28298dd2dd28a79275b85e7ebc4" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_5025a79dfd5e45c952d7c7c160ed3f9c.setContent(html_0fedd28298dd2dd28a79275b85e7ebc4);
|
|
|
|
|
|
|
|
marker_364c792574a815722e4513690874c147.bindPopup(popup_5025a79dfd5e45c952d7c7c160ed3f9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_364c792574a815722e4513690874c147.setIcon(icon_d2ae2c9d07747149505c46b4849140be);
|
|
|
|
|
|
var marker_eba26dd4d85a7595d7a6c1a5553f2206 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_68a2c1be06dfd2af5b98ddaeae0fb8ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c3927c5abe7fe6c4c0787b1e2d9fc78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a697e8afc3795a0a6b02f61135a9216c = $(`<div id="html_a697e8afc3795a0a6b02f61135a9216c" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_5c3927c5abe7fe6c4c0787b1e2d9fc78.setContent(html_a697e8afc3795a0a6b02f61135a9216c);
|
|
|
|
|
|
|
|
marker_eba26dd4d85a7595d7a6c1a5553f2206.bindPopup(popup_5c3927c5abe7fe6c4c0787b1e2d9fc78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eba26dd4d85a7595d7a6c1a5553f2206.setIcon(icon_68a2c1be06dfd2af5b98ddaeae0fb8ac);
|
|
|
|
|
|
var marker_ab053957233417809fbe7e16a51b329c = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_fae1990e4a23713581e5e2ef94a76f59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe54224b400aeb045a034bc7c7450f5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22503b9565ad7d089c4dc2517fb1b362 = $(`<div id="html_22503b9565ad7d089c4dc2517fb1b362" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_fe54224b400aeb045a034bc7c7450f5a.setContent(html_22503b9565ad7d089c4dc2517fb1b362);
|
|
|
|
|
|
|
|
marker_ab053957233417809fbe7e16a51b329c.bindPopup(popup_fe54224b400aeb045a034bc7c7450f5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab053957233417809fbe7e16a51b329c.setIcon(icon_fae1990e4a23713581e5e2ef94a76f59);
|
|
|
|
|
|
var marker_db41fb423adad3666ef381a6d2731856 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_55385e5dcc512703deffb5efa075a925 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c4ca733bf5fda4fe02fb3b7f5b5dd39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3db3f12ecd42ded7899c29e8a45edbb = $(`<div id="html_e3db3f12ecd42ded7899c29e8a45edbb" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_0c4ca733bf5fda4fe02fb3b7f5b5dd39.setContent(html_e3db3f12ecd42ded7899c29e8a45edbb);
|
|
|
|
|
|
|
|
marker_db41fb423adad3666ef381a6d2731856.bindPopup(popup_0c4ca733bf5fda4fe02fb3b7f5b5dd39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db41fb423adad3666ef381a6d2731856.setIcon(icon_55385e5dcc512703deffb5efa075a925);
|
|
|
|
|
|
var marker_5a75e3ab26d28679293f3abfe341358a = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_713a1fd5de455cc23862e4df075781d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bcf099b41412b4db614045bdd13ca52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6662f35e926664319d4c32d6e466066 = $(`<div id="html_f6662f35e926664319d4c32d6e466066" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_0bcf099b41412b4db614045bdd13ca52.setContent(html_f6662f35e926664319d4c32d6e466066);
|
|
|
|
|
|
|
|
marker_5a75e3ab26d28679293f3abfe341358a.bindPopup(popup_0bcf099b41412b4db614045bdd13ca52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a75e3ab26d28679293f3abfe341358a.setIcon(icon_713a1fd5de455cc23862e4df075781d5);
|
|
|
|
|
|
var marker_179dd97637b78a959b2de860b300df80 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_3f2fd3a79276bd7b209467d4d38a3182 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a193e6dee91011a20c501432276fb4ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5bfd0ea6cfaa8632be43850aa951402a = $(`<div id="html_5bfd0ea6cfaa8632be43850aa951402a" style="width: 100.0%; height: 100.0%;">portal-relay.pareto.space</div>`)[0];
|
|
popup_a193e6dee91011a20c501432276fb4ec.setContent(html_5bfd0ea6cfaa8632be43850aa951402a);
|
|
|
|
|
|
|
|
marker_179dd97637b78a959b2de860b300df80.bindPopup(popup_a193e6dee91011a20c501432276fb4ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_179dd97637b78a959b2de860b300df80.setIcon(icon_3f2fd3a79276bd7b209467d4d38a3182);
|
|
|
|
|
|
var marker_aa951dfefca90f6a0905d6f2f664731e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_6518a605ade54ef15a3cd214388975ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f9423df7ae639ea51177b71e9ff4c0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd23ec2556ded60b82e1966a0f13e959 = $(`<div id="html_bd23ec2556ded60b82e1966a0f13e959" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_6f9423df7ae639ea51177b71e9ff4c0c.setContent(html_bd23ec2556ded60b82e1966a0f13e959);
|
|
|
|
|
|
|
|
marker_aa951dfefca90f6a0905d6f2f664731e.bindPopup(popup_6f9423df7ae639ea51177b71e9ff4c0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa951dfefca90f6a0905d6f2f664731e.setIcon(icon_6518a605ade54ef15a3cd214388975ef);
|
|
|
|
|
|
var marker_e9613e5c0f54ea43ad5d5360ad8f72a7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_78fd93648e91ca5420953f333ab36e64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9efaab964bc9a47391b11781de568181 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8469491451934a6a6d823936345c1140 = $(`<div id="html_8469491451934a6a6d823936345c1140" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_9efaab964bc9a47391b11781de568181.setContent(html_8469491451934a6a6d823936345c1140);
|
|
|
|
|
|
|
|
marker_e9613e5c0f54ea43ad5d5360ad8f72a7.bindPopup(popup_9efaab964bc9a47391b11781de568181)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9613e5c0f54ea43ad5d5360ad8f72a7.setIcon(icon_78fd93648e91ca5420953f333ab36e64);
|
|
|
|
|
|
var marker_e7e4d2fa013a2729b2115dce5ba5f53d = L.marker(
|
|
[-22.5986, -48.8003],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_014f00b63a1ca27b4f54ac30f0e5ef31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab5c92e309297f86f1f3332869154779 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_277328385f935f21b8fa4a2b5953e9f0 = $(`<div id="html_277328385f935f21b8fa4a2b5953e9f0" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_ab5c92e309297f86f1f3332869154779.setContent(html_277328385f935f21b8fa4a2b5953e9f0);
|
|
|
|
|
|
|
|
marker_e7e4d2fa013a2729b2115dce5ba5f53d.bindPopup(popup_ab5c92e309297f86f1f3332869154779)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7e4d2fa013a2729b2115dce5ba5f53d.setIcon(icon_014f00b63a1ca27b4f54ac30f0e5ef31);
|
|
|
|
|
|
var marker_d7375faf4028febf1d6d180486c29c1a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_ce797287cc08c7ea1c886c0fca6b75a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d346ea1c857a0f037f8e3079776f545 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8398aca290b55840cff84ae642a180d = $(`<div id="html_f8398aca290b55840cff84ae642a180d" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_6d346ea1c857a0f037f8e3079776f545.setContent(html_f8398aca290b55840cff84ae642a180d);
|
|
|
|
|
|
|
|
marker_d7375faf4028febf1d6d180486c29c1a.bindPopup(popup_6d346ea1c857a0f037f8e3079776f545)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7375faf4028febf1d6d180486c29c1a.setIcon(icon_ce797287cc08c7ea1c886c0fca6b75a0);
|
|
|
|
|
|
var marker_cb4ef4d87bb627d676f46e246e6bc1b1 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_901477db8626fa9ab1290584ef4df5f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4bc66fcf1420ad6e63fdeb18de67ea81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a5c626a5bd3b330227f0d36ba92dfc1 = $(`<div id="html_4a5c626a5bd3b330227f0d36ba92dfc1" style="width: 100.0%; height: 100.0%;">ithurtswhenip.ee</div>`)[0];
|
|
popup_4bc66fcf1420ad6e63fdeb18de67ea81.setContent(html_4a5c626a5bd3b330227f0d36ba92dfc1);
|
|
|
|
|
|
|
|
marker_cb4ef4d87bb627d676f46e246e6bc1b1.bindPopup(popup_4bc66fcf1420ad6e63fdeb18de67ea81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb4ef4d87bb627d676f46e246e6bc1b1.setIcon(icon_901477db8626fa9ab1290584ef4df5f5);
|
|
|
|
|
|
var marker_4cb567b4ef472c99917f2d3613b14a84 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_9f0e6136db86b46d3d4202b4dc1c41b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dcb7f86b83de975eb5e0264b019bff13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54f6d145b923448ef17e82c05f511070 = $(`<div id="html_54f6d145b923448ef17e82c05f511070" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_dcb7f86b83de975eb5e0264b019bff13.setContent(html_54f6d145b923448ef17e82c05f511070);
|
|
|
|
|
|
|
|
marker_4cb567b4ef472c99917f2d3613b14a84.bindPopup(popup_dcb7f86b83de975eb5e0264b019bff13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cb567b4ef472c99917f2d3613b14a84.setIcon(icon_9f0e6136db86b46d3d4202b4dc1c41b4);
|
|
|
|
|
|
var marker_cb238bc434b82aa950fbf6a9340bd23b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_087bee10c519a49672189d1dc9b66537 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff5b62e8ee1b0f90ccc041c02ccf2f27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_115ce23a1732c6c5d5f6ecabaf592db9 = $(`<div id="html_115ce23a1732c6c5d5f6ecabaf592db9" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_ff5b62e8ee1b0f90ccc041c02ccf2f27.setContent(html_115ce23a1732c6c5d5f6ecabaf592db9);
|
|
|
|
|
|
|
|
marker_cb238bc434b82aa950fbf6a9340bd23b.bindPopup(popup_ff5b62e8ee1b0f90ccc041c02ccf2f27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb238bc434b82aa950fbf6a9340bd23b.setIcon(icon_087bee10c519a49672189d1dc9b66537);
|
|
|
|
|
|
var marker_35acfb0cfc38dbeaf11fb7d16beae3c4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_3c6f9c44042d1ca2c4384a16a664fced = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb0c546fd246ad2d216ec983540828ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32ab35cb491df4c853d9d0f408efb167 = $(`<div id="html_32ab35cb491df4c853d9d0f408efb167" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_bb0c546fd246ad2d216ec983540828ca.setContent(html_32ab35cb491df4c853d9d0f408efb167);
|
|
|
|
|
|
|
|
marker_35acfb0cfc38dbeaf11fb7d16beae3c4.bindPopup(popup_bb0c546fd246ad2d216ec983540828ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35acfb0cfc38dbeaf11fb7d16beae3c4.setIcon(icon_3c6f9c44042d1ca2c4384a16a664fced);
|
|
|
|
|
|
var marker_366db4faa39eac040997d95a0a17892f = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_4bb1be25884e25b1dbedc7993ac853b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7b5c6ef16298380fbf2d142aa9e2abf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69e74388f10e636bd949621699d95f25 = $(`<div id="html_69e74388f10e636bd949621699d95f25" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_f7b5c6ef16298380fbf2d142aa9e2abf.setContent(html_69e74388f10e636bd949621699d95f25);
|
|
|
|
|
|
|
|
marker_366db4faa39eac040997d95a0a17892f.bindPopup(popup_f7b5c6ef16298380fbf2d142aa9e2abf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_366db4faa39eac040997d95a0a17892f.setIcon(icon_4bb1be25884e25b1dbedc7993ac853b5);
|
|
|
|
|
|
var marker_bd0e34219a0f760529ff1ea715dd7023 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_b15ca399e4ec5e231ca0dfec004342d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85dcce860a382fb7d0b425807396890d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bca3450ac93e21d3fd4854cd7f22f349 = $(`<div id="html_bca3450ac93e21d3fd4854cd7f22f349" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_85dcce860a382fb7d0b425807396890d.setContent(html_bca3450ac93e21d3fd4854cd7f22f349);
|
|
|
|
|
|
|
|
marker_bd0e34219a0f760529ff1ea715dd7023.bindPopup(popup_85dcce860a382fb7d0b425807396890d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd0e34219a0f760529ff1ea715dd7023.setIcon(icon_b15ca399e4ec5e231ca0dfec004342d1);
|
|
|
|
|
|
var marker_562dafe702ffe2a661676610d6bea939 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_43f9f5e1fd15f793e40d1f2a41fd2238 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc6a84c5ff9a491f13506b9e54f338d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75d0713df8cd6b155135dd102c346a39 = $(`<div id="html_75d0713df8cd6b155135dd102c346a39" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_fc6a84c5ff9a491f13506b9e54f338d5.setContent(html_75d0713df8cd6b155135dd102c346a39);
|
|
|
|
|
|
|
|
marker_562dafe702ffe2a661676610d6bea939.bindPopup(popup_fc6a84c5ff9a491f13506b9e54f338d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_562dafe702ffe2a661676610d6bea939.setIcon(icon_43f9f5e1fd15f793e40d1f2a41fd2238);
|
|
|
|
|
|
var marker_f82c1771489b0ee2c2dac3a6bf868aeb = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_78a6ab0cd575456d432148cd352e3853 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce6a37aec7c76cc6c79ffda2468cf66d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10b9ba6aa002d32f05269fc446086b12 = $(`<div id="html_10b9ba6aa002d32f05269fc446086b12" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_ce6a37aec7c76cc6c79ffda2468cf66d.setContent(html_10b9ba6aa002d32f05269fc446086b12);
|
|
|
|
|
|
|
|
marker_f82c1771489b0ee2c2dac3a6bf868aeb.bindPopup(popup_ce6a37aec7c76cc6c79ffda2468cf66d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f82c1771489b0ee2c2dac3a6bf868aeb.setIcon(icon_78a6ab0cd575456d432148cd352e3853);
|
|
|
|
|
|
var marker_21c579b9a278fab51e729feb580ccc99 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_b4ed93ece17b1a8be5609b1a8bd903ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32794feea57faa87b4cde28f24aa6507 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8857ef4630e6595096e4b520125e3e10 = $(`<div id="html_8857ef4630e6595096e4b520125e3e10" style="width: 100.0%; height: 100.0%;">divine.diy</div>`)[0];
|
|
popup_32794feea57faa87b4cde28f24aa6507.setContent(html_8857ef4630e6595096e4b520125e3e10);
|
|
|
|
|
|
|
|
marker_21c579b9a278fab51e729feb580ccc99.bindPopup(popup_32794feea57faa87b4cde28f24aa6507)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21c579b9a278fab51e729feb580ccc99.setIcon(icon_b4ed93ece17b1a8be5609b1a8bd903ef);
|
|
|
|
|
|
var marker_dde62053d8b6ef7f4f5be31a53b9cc7f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_fadcad255029f83dda3d7704bf8e00f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89575283b7063bb16300890b8bb4d8b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63f3bf049851d582e750597e13fea13a = $(`<div id="html_63f3bf049851d582e750597e13fea13a" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_89575283b7063bb16300890b8bb4d8b2.setContent(html_63f3bf049851d582e750597e13fea13a);
|
|
|
|
|
|
|
|
marker_dde62053d8b6ef7f4f5be31a53b9cc7f.bindPopup(popup_89575283b7063bb16300890b8bb4d8b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dde62053d8b6ef7f4f5be31a53b9cc7f.setIcon(icon_fadcad255029f83dda3d7704bf8e00f5);
|
|
|
|
|
|
var marker_9f47c3862e0d8ed74fd12d44309ea5ec = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_ad056ce2d18be1ebc0e7d7832e82fed9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e46781fdf1f07ad670a9fde62987b32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14d8cdabbad7ce291da794e9c172a5ee = $(`<div id="html_14d8cdabbad7ce291da794e9c172a5ee" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_5e46781fdf1f07ad670a9fde62987b32.setContent(html_14d8cdabbad7ce291da794e9c172a5ee);
|
|
|
|
|
|
|
|
marker_9f47c3862e0d8ed74fd12d44309ea5ec.bindPopup(popup_5e46781fdf1f07ad670a9fde62987b32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f47c3862e0d8ed74fd12d44309ea5ec.setIcon(icon_ad056ce2d18be1ebc0e7d7832e82fed9);
|
|
|
|
|
|
var marker_0d737f370ae440b1220f3f3508bf1902 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_049f1beceb20071d6328f1a7bb229db8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d345c2b47876f45c5490d51637aecc0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de5c617c266b8c6b2734b0409d79379d = $(`<div id="html_de5c617c266b8c6b2734b0409d79379d" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_4d345c2b47876f45c5490d51637aecc0.setContent(html_de5c617c266b8c6b2734b0409d79379d);
|
|
|
|
|
|
|
|
marker_0d737f370ae440b1220f3f3508bf1902.bindPopup(popup_4d345c2b47876f45c5490d51637aecc0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d737f370ae440b1220f3f3508bf1902.setIcon(icon_049f1beceb20071d6328f1a7bb229db8);
|
|
|
|
|
|
var marker_49242a3c2c8ed6b1921230155d3b4164 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_8f4171c7837c59dc8998a09ab8420d5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f51d81f01d1ce7422643c49de8a05dd9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f1eb595a27ab60e01d324d58849d4c8 = $(`<div id="html_2f1eb595a27ab60e01d324d58849d4c8" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_f51d81f01d1ce7422643c49de8a05dd9.setContent(html_2f1eb595a27ab60e01d324d58849d4c8);
|
|
|
|
|
|
|
|
marker_49242a3c2c8ed6b1921230155d3b4164.bindPopup(popup_f51d81f01d1ce7422643c49de8a05dd9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49242a3c2c8ed6b1921230155d3b4164.setIcon(icon_8f4171c7837c59dc8998a09ab8420d5e);
|
|
|
|
|
|
var marker_e96fa0721819e9394698be51542a4fb3 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_b14a1746f4e4e1f180e6c3ffab17d936 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ee5b8672e042521cf10252b4a05fea6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c5458784ccdaafa3b140ed92ad6e05d = $(`<div id="html_6c5458784ccdaafa3b140ed92ad6e05d" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_0ee5b8672e042521cf10252b4a05fea6.setContent(html_6c5458784ccdaafa3b140ed92ad6e05d);
|
|
|
|
|
|
|
|
marker_e96fa0721819e9394698be51542a4fb3.bindPopup(popup_0ee5b8672e042521cf10252b4a05fea6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e96fa0721819e9394698be51542a4fb3.setIcon(icon_b14a1746f4e4e1f180e6c3ffab17d936);
|
|
|
|
|
|
var marker_279c5e6613b669eed16832569937dc3b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_722a607d53136d8ba14aee6497e9e84f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_971bb754b24230167a1f3389a688017f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c547a6dc8ccb97e34671abbd142c94e0 = $(`<div id="html_c547a6dc8ccb97e34671abbd142c94e0" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_971bb754b24230167a1f3389a688017f.setContent(html_c547a6dc8ccb97e34671abbd142c94e0);
|
|
|
|
|
|
|
|
marker_279c5e6613b669eed16832569937dc3b.bindPopup(popup_971bb754b24230167a1f3389a688017f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_279c5e6613b669eed16832569937dc3b.setIcon(icon_722a607d53136d8ba14aee6497e9e84f);
|
|
|
|
|
|
var marker_6363420df48dee076667066251065a2e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_3b10253af2f6358ee83d2d8fdfcb19d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbf4ee3f7b91ec9cdc9356a0a00051ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_195e0f24dab1c4262e602205ab64a3f2 = $(`<div id="html_195e0f24dab1c4262e602205ab64a3f2" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_fbf4ee3f7b91ec9cdc9356a0a00051ee.setContent(html_195e0f24dab1c4262e602205ab64a3f2);
|
|
|
|
|
|
|
|
marker_6363420df48dee076667066251065a2e.bindPopup(popup_fbf4ee3f7b91ec9cdc9356a0a00051ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6363420df48dee076667066251065a2e.setIcon(icon_3b10253af2f6358ee83d2d8fdfcb19d4);
|
|
|
|
|
|
var marker_4d6d7d53117affdc4b3e50a61bcf707a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_6a66f3efb496e4e808601c0985181e7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83b32e9fcbabd7e358588b2cdfd48026 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_615c6ccf2744dea826fdbb602a7ab706 = $(`<div id="html_615c6ccf2744dea826fdbb602a7ab706" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_83b32e9fcbabd7e358588b2cdfd48026.setContent(html_615c6ccf2744dea826fdbb602a7ab706);
|
|
|
|
|
|
|
|
marker_4d6d7d53117affdc4b3e50a61bcf707a.bindPopup(popup_83b32e9fcbabd7e358588b2cdfd48026)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d6d7d53117affdc4b3e50a61bcf707a.setIcon(icon_6a66f3efb496e4e808601c0985181e7d);
|
|
|
|
|
|
var marker_f80ade1d16461b9ed623b78fad49a5c7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_a41f39a6bc9210cfb3498567dfe38c38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e27a3828761b043e782b9d8ba5e28001 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e71a8e095745a5efa54e826941bc50e9 = $(`<div id="html_e71a8e095745a5efa54e826941bc50e9" style="width: 100.0%; height: 100.0%;">nostrelay.memory-art.xyz</div>`)[0];
|
|
popup_e27a3828761b043e782b9d8ba5e28001.setContent(html_e71a8e095745a5efa54e826941bc50e9);
|
|
|
|
|
|
|
|
marker_f80ade1d16461b9ed623b78fad49a5c7.bindPopup(popup_e27a3828761b043e782b9d8ba5e28001)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f80ade1d16461b9ed623b78fad49a5c7.setIcon(icon_a41f39a6bc9210cfb3498567dfe38c38);
|
|
|
|
|
|
var marker_f7e18c8c9f5a33fa83a1e0f65a15ea96 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_b017d9e5967b9e44db4ae0c9bfd10b4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02fc8fa00f3186c514c1b9dc098891b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c12d7815372421533211040580712792 = $(`<div id="html_c12d7815372421533211040580712792" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_02fc8fa00f3186c514c1b9dc098891b1.setContent(html_c12d7815372421533211040580712792);
|
|
|
|
|
|
|
|
marker_f7e18c8c9f5a33fa83a1e0f65a15ea96.bindPopup(popup_02fc8fa00f3186c514c1b9dc098891b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7e18c8c9f5a33fa83a1e0f65a15ea96.setIcon(icon_b017d9e5967b9e44db4ae0c9bfd10b4b);
|
|
|
|
|
|
var marker_99bb43df33d185c52dc9a2920f0a9e4c = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_4dbd73ef8dc7b27ff5138d7670789685 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f377a916642892f3ae16ec182fd075fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9423b2b24a352d221dd21680bd292a91 = $(`<div id="html_9423b2b24a352d221dd21680bd292a91" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_f377a916642892f3ae16ec182fd075fc.setContent(html_9423b2b24a352d221dd21680bd292a91);
|
|
|
|
|
|
|
|
marker_99bb43df33d185c52dc9a2920f0a9e4c.bindPopup(popup_f377a916642892f3ae16ec182fd075fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99bb43df33d185c52dc9a2920f0a9e4c.setIcon(icon_4dbd73ef8dc7b27ff5138d7670789685);
|
|
|
|
|
|
var marker_7a01c76f1468fd456e3279967c654f1f = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_1f68ff4eefe865629ffe2ea8772ac920 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4922294ee539591c9b4c3f8328ddd42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9efb9e1cf8c45ab34efb33c3d1153ab = $(`<div id="html_d9efb9e1cf8c45ab34efb33c3d1153ab" style="width: 100.0%; height: 100.0%;">nostr.coincrowd.fund</div>`)[0];
|
|
popup_c4922294ee539591c9b4c3f8328ddd42.setContent(html_d9efb9e1cf8c45ab34efb33c3d1153ab);
|
|
|
|
|
|
|
|
marker_7a01c76f1468fd456e3279967c654f1f.bindPopup(popup_c4922294ee539591c9b4c3f8328ddd42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a01c76f1468fd456e3279967c654f1f.setIcon(icon_1f68ff4eefe865629ffe2ea8772ac920);
|
|
|
|
|
|
var marker_c067fa9b8c81e9e59e3c8fdce1ee3cdd = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_c6e00313556b075b1d4db068634d45ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_857779c5cf3fb0e862da7e16e54df95c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd89d29a6eae0a0d42dc8812c3b64dbe = $(`<div id="html_fd89d29a6eae0a0d42dc8812c3b64dbe" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_857779c5cf3fb0e862da7e16e54df95c.setContent(html_fd89d29a6eae0a0d42dc8812c3b64dbe);
|
|
|
|
|
|
|
|
marker_c067fa9b8c81e9e59e3c8fdce1ee3cdd.bindPopup(popup_857779c5cf3fb0e862da7e16e54df95c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c067fa9b8c81e9e59e3c8fdce1ee3cdd.setIcon(icon_c6e00313556b075b1d4db068634d45ee);
|
|
|
|
|
|
var marker_9380fe1d358f6617878c013c1701b632 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_e8a54b4f9f4802f789e55c71f6ac19c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22b8c5069990eadf1850f82e06788f52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03b4c8ff6f9d8b5a0acf89861fd44748 = $(`<div id="html_03b4c8ff6f9d8b5a0acf89861fd44748" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_22b8c5069990eadf1850f82e06788f52.setContent(html_03b4c8ff6f9d8b5a0acf89861fd44748);
|
|
|
|
|
|
|
|
marker_9380fe1d358f6617878c013c1701b632.bindPopup(popup_22b8c5069990eadf1850f82e06788f52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9380fe1d358f6617878c013c1701b632.setIcon(icon_e8a54b4f9f4802f789e55c71f6ac19c8);
|
|
|
|
|
|
var marker_0cf5339cc4d7f9a28c1e59a29284d0ed = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_e4eef360afa72b66423596c3d9db2df5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90a3e61f354108512567773b03e4a8b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba3c6149f959588e83c58be8472c18b9 = $(`<div id="html_ba3c6149f959588e83c58be8472c18b9" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_90a3e61f354108512567773b03e4a8b4.setContent(html_ba3c6149f959588e83c58be8472c18b9);
|
|
|
|
|
|
|
|
marker_0cf5339cc4d7f9a28c1e59a29284d0ed.bindPopup(popup_90a3e61f354108512567773b03e4a8b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cf5339cc4d7f9a28c1e59a29284d0ed.setIcon(icon_e4eef360afa72b66423596c3d9db2df5);
|
|
|
|
|
|
var marker_fdd4ebc8e0be8adab93247821d3d4126 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_a1b8943e8bffb2e4399c2e411f39a469 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f04b85765b5b351eb77fd5db8000a98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8275f06a9eb484084ca4b1d44687fae0 = $(`<div id="html_8275f06a9eb484084ca4b1d44687fae0" style="width: 100.0%; height: 100.0%;">alien.macneilmediagroup.com</div>`)[0];
|
|
popup_5f04b85765b5b351eb77fd5db8000a98.setContent(html_8275f06a9eb484084ca4b1d44687fae0);
|
|
|
|
|
|
|
|
marker_fdd4ebc8e0be8adab93247821d3d4126.bindPopup(popup_5f04b85765b5b351eb77fd5db8000a98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdd4ebc8e0be8adab93247821d3d4126.setIcon(icon_a1b8943e8bffb2e4399c2e411f39a469);
|
|
|
|
|
|
var marker_42cad6b9aa7c60278f742ef87e228a6e = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_3457e4642b7e97b7027486fd96025c07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0423b896a4fca1abede2de60a25c2981 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15de704f3ca24ad1bd8b92ceb06b095c = $(`<div id="html_15de704f3ca24ad1bd8b92ceb06b095c" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_0423b896a4fca1abede2de60a25c2981.setContent(html_15de704f3ca24ad1bd8b92ceb06b095c);
|
|
|
|
|
|
|
|
marker_42cad6b9aa7c60278f742ef87e228a6e.bindPopup(popup_0423b896a4fca1abede2de60a25c2981)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42cad6b9aa7c60278f742ef87e228a6e.setIcon(icon_3457e4642b7e97b7027486fd96025c07);
|
|
|
|
|
|
var marker_4f8ca495b32193747c7b896fb01a4bc9 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_9c3aabf8de0cab041e4aa27ddde40c54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ebe3add057e1a4bf7ec6ab2067cc284 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84c6272070eb3facfc490d722f3219ed = $(`<div id="html_84c6272070eb3facfc490d722f3219ed" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_5ebe3add057e1a4bf7ec6ab2067cc284.setContent(html_84c6272070eb3facfc490d722f3219ed);
|
|
|
|
|
|
|
|
marker_4f8ca495b32193747c7b896fb01a4bc9.bindPopup(popup_5ebe3add057e1a4bf7ec6ab2067cc284)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f8ca495b32193747c7b896fb01a4bc9.setIcon(icon_9c3aabf8de0cab041e4aa27ddde40c54);
|
|
|
|
|
|
var marker_8a7e81334d16d9cd347bd376327da8c2 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_d68cb3c491291b7a5950a2a4eabe1516 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_189a72e4bc332982f23306d34c0adb89 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_890d2fd57c783fc2b5451401587607ae = $(`<div id="html_890d2fd57c783fc2b5451401587607ae" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_189a72e4bc332982f23306d34c0adb89.setContent(html_890d2fd57c783fc2b5451401587607ae);
|
|
|
|
|
|
|
|
marker_8a7e81334d16d9cd347bd376327da8c2.bindPopup(popup_189a72e4bc332982f23306d34c0adb89)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a7e81334d16d9cd347bd376327da8c2.setIcon(icon_d68cb3c491291b7a5950a2a4eabe1516);
|
|
|
|
|
|
var marker_e584ee7a9333ecd6fbacf48d250ff9fd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_449520c2e9678758dc1cd4b15d6b2c4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e03280d897b6e7e92cbc56b59bb826d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b29dc4c5a6f396b63ebc07a335926ee = $(`<div id="html_7b29dc4c5a6f396b63ebc07a335926ee" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_e03280d897b6e7e92cbc56b59bb826d7.setContent(html_7b29dc4c5a6f396b63ebc07a335926ee);
|
|
|
|
|
|
|
|
marker_e584ee7a9333ecd6fbacf48d250ff9fd.bindPopup(popup_e03280d897b6e7e92cbc56b59bb826d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e584ee7a9333ecd6fbacf48d250ff9fd.setIcon(icon_449520c2e9678758dc1cd4b15d6b2c4c);
|
|
|
|
|
|
var marker_bee72861e56af6e100f4fc7d7fc3044d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_d8a2c2e0a1d60c2c7039ab2478d76a78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_312d246a54963e2d9eec13b548679aaf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_348dc92c693fb4b8f288cbfb6db72b65 = $(`<div id="html_348dc92c693fb4b8f288cbfb6db72b65" style="width: 100.0%; height: 100.0%;">relay.nsnip.io</div>`)[0];
|
|
popup_312d246a54963e2d9eec13b548679aaf.setContent(html_348dc92c693fb4b8f288cbfb6db72b65);
|
|
|
|
|
|
|
|
marker_bee72861e56af6e100f4fc7d7fc3044d.bindPopup(popup_312d246a54963e2d9eec13b548679aaf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bee72861e56af6e100f4fc7d7fc3044d.setIcon(icon_d8a2c2e0a1d60c2c7039ab2478d76a78);
|
|
|
|
|
|
var marker_cfc84467c853712c8ecb86eee28a971b = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_724ae6236b584ceb45dcbee25fd7e1b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72bde7082e8709dd17534d2a7c678e41 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_662b7477a27655b6db2790db9c6913d2 = $(`<div id="html_662b7477a27655b6db2790db9c6913d2" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_72bde7082e8709dd17534d2a7c678e41.setContent(html_662b7477a27655b6db2790db9c6913d2);
|
|
|
|
|
|
|
|
marker_cfc84467c853712c8ecb86eee28a971b.bindPopup(popup_72bde7082e8709dd17534d2a7c678e41)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfc84467c853712c8ecb86eee28a971b.setIcon(icon_724ae6236b584ceb45dcbee25fd7e1b0);
|
|
|
|
|
|
var marker_691a62f287a4405fd6607b0103f4f275 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_56760c70a754232bb18ebec499d0dcdc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2312815c30347b8efb549a638eba8b03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5c9cc9ce00cb22aa5a0c6d12e264ebb = $(`<div id="html_c5c9cc9ce00cb22aa5a0c6d12e264ebb" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_2312815c30347b8efb549a638eba8b03.setContent(html_c5c9cc9ce00cb22aa5a0c6d12e264ebb);
|
|
|
|
|
|
|
|
marker_691a62f287a4405fd6607b0103f4f275.bindPopup(popup_2312815c30347b8efb549a638eba8b03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_691a62f287a4405fd6607b0103f4f275.setIcon(icon_56760c70a754232bb18ebec499d0dcdc);
|
|
|
|
|
|
var marker_2d0f8bd1e1c2443439cd31fe59586cda = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_a9b8a0c7a429f4116a2c7f1409274297 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b22ff4cd81a4cf724a63ea6a4c50a82b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9bf8faf4a4bfc7cf085a688975f6cbc4 = $(`<div id="html_9bf8faf4a4bfc7cf085a688975f6cbc4" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_b22ff4cd81a4cf724a63ea6a4c50a82b.setContent(html_9bf8faf4a4bfc7cf085a688975f6cbc4);
|
|
|
|
|
|
|
|
marker_2d0f8bd1e1c2443439cd31fe59586cda.bindPopup(popup_b22ff4cd81a4cf724a63ea6a4c50a82b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d0f8bd1e1c2443439cd31fe59586cda.setIcon(icon_a9b8a0c7a429f4116a2c7f1409274297);
|
|
|
|
|
|
var marker_b04cf61173877f97dfbd57cb30c07d8f = L.marker(
|
|
[59.4016, 17.9455],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_107fa71d6869621eb124e6b901ec419b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec46dde27d3ac0f12f4bf13c04a59985 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb3680dd825a684f1db606016cc24fc8 = $(`<div id="html_bb3680dd825a684f1db606016cc24fc8" style="width: 100.0%; height: 100.0%;">relay.stream.labs.h3.se</div>`)[0];
|
|
popup_ec46dde27d3ac0f12f4bf13c04a59985.setContent(html_bb3680dd825a684f1db606016cc24fc8);
|
|
|
|
|
|
|
|
marker_b04cf61173877f97dfbd57cb30c07d8f.bindPopup(popup_ec46dde27d3ac0f12f4bf13c04a59985)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b04cf61173877f97dfbd57cb30c07d8f.setIcon(icon_107fa71d6869621eb124e6b901ec419b);
|
|
|
|
|
|
var marker_11a1b8ec736ec8c487eb0cbbb13ba371 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_edc72b17de3df4cc923ad0e6677d3953 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d528f5bdbf9ce7940e31cb7ce69617f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_edea48f748da9a7dab8069dc86be8ec5 = $(`<div id="html_edea48f748da9a7dab8069dc86be8ec5" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_0d528f5bdbf9ce7940e31cb7ce69617f.setContent(html_edea48f748da9a7dab8069dc86be8ec5);
|
|
|
|
|
|
|
|
marker_11a1b8ec736ec8c487eb0cbbb13ba371.bindPopup(popup_0d528f5bdbf9ce7940e31cb7ce69617f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11a1b8ec736ec8c487eb0cbbb13ba371.setIcon(icon_edc72b17de3df4cc923ad0e6677d3953);
|
|
|
|
|
|
var marker_79d8a32d34ab6381707d7bdc349c61e4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_743db5d2edf55b03e621cbce5fbb9204 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a10a7c9a07cb6ba899db34400dc4283c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad014df50cf5b172c31eaac2b9090ecf = $(`<div id="html_ad014df50cf5b172c31eaac2b9090ecf" style="width: 100.0%; height: 100.0%;">relay.hook.cafe</div>`)[0];
|
|
popup_a10a7c9a07cb6ba899db34400dc4283c.setContent(html_ad014df50cf5b172c31eaac2b9090ecf);
|
|
|
|
|
|
|
|
marker_79d8a32d34ab6381707d7bdc349c61e4.bindPopup(popup_a10a7c9a07cb6ba899db34400dc4283c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79d8a32d34ab6381707d7bdc349c61e4.setIcon(icon_743db5d2edf55b03e621cbce5fbb9204);
|
|
|
|
|
|
var marker_0322133cebbd9450668a330a8c7e385b = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_c2e03196c6e05e917896ff9722dddfbf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40cb410b6b310e9830fdb69ff2b82a69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e51c87f97ca07aa8ce2be0f68a64247b = $(`<div id="html_e51c87f97ca07aa8ce2be0f68a64247b" style="width: 100.0%; height: 100.0%;">relay.bitesize-media.com</div>`)[0];
|
|
popup_40cb410b6b310e9830fdb69ff2b82a69.setContent(html_e51c87f97ca07aa8ce2be0f68a64247b);
|
|
|
|
|
|
|
|
marker_0322133cebbd9450668a330a8c7e385b.bindPopup(popup_40cb410b6b310e9830fdb69ff2b82a69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0322133cebbd9450668a330a8c7e385b.setIcon(icon_c2e03196c6e05e917896ff9722dddfbf);
|
|
|
|
|
|
var marker_ee83baa2edd18c9e17bb7019dee55b91 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_f2d9ba529c3a4fb5306c1586a943b817 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_661ec533ac819b0879bfbef70e3c3b58 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dec0de289c4f02c2c7a17765c87195a9 = $(`<div id="html_dec0de289c4f02c2c7a17765c87195a9" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_661ec533ac819b0879bfbef70e3c3b58.setContent(html_dec0de289c4f02c2c7a17765c87195a9);
|
|
|
|
|
|
|
|
marker_ee83baa2edd18c9e17bb7019dee55b91.bindPopup(popup_661ec533ac819b0879bfbef70e3c3b58)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee83baa2edd18c9e17bb7019dee55b91.setIcon(icon_f2d9ba529c3a4fb5306c1586a943b817);
|
|
|
|
|
|
var marker_d47b9dc12e562616706f616eb73a2e93 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_5c1bf66bd672e305e5d00cc7f94f1ad8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d9c220f1b301b89e48932c58eaea3e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82bdcf1abf97854c5c951f6e6ff588ba = $(`<div id="html_82bdcf1abf97854c5c951f6e6ff588ba" style="width: 100.0%; height: 100.0%;">relay.moinsen.com</div>`)[0];
|
|
popup_7d9c220f1b301b89e48932c58eaea3e1.setContent(html_82bdcf1abf97854c5c951f6e6ff588ba);
|
|
|
|
|
|
|
|
marker_d47b9dc12e562616706f616eb73a2e93.bindPopup(popup_7d9c220f1b301b89e48932c58eaea3e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d47b9dc12e562616706f616eb73a2e93.setIcon(icon_5c1bf66bd672e305e5d00cc7f94f1ad8);
|
|
|
|
|
|
var marker_871bcdcf27a24608c769488650eec903 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_d19cc14abd51d51b7d431a25b755df83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6da4e920216a029ae2cf5f0ced054e1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6403d4b3ecc1e195133ed12ffaf6671 = $(`<div id="html_c6403d4b3ecc1e195133ed12ffaf6671" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_6da4e920216a029ae2cf5f0ced054e1e.setContent(html_c6403d4b3ecc1e195133ed12ffaf6671);
|
|
|
|
|
|
|
|
marker_871bcdcf27a24608c769488650eec903.bindPopup(popup_6da4e920216a029ae2cf5f0ced054e1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_871bcdcf27a24608c769488650eec903.setIcon(icon_d19cc14abd51d51b7d431a25b755df83);
|
|
|
|
|
|
var marker_8dbcb5370ab3013bbbb8b7da247d8623 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_1cf26b27a4f41daf251ee6a1cc4381ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3720167fb28add9fff61b92c7f660a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f960dc599d62eb2147a5f983eb4f9e38 = $(`<div id="html_f960dc599d62eb2147a5f983eb4f9e38" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_b3720167fb28add9fff61b92c7f660a3.setContent(html_f960dc599d62eb2147a5f983eb4f9e38);
|
|
|
|
|
|
|
|
marker_8dbcb5370ab3013bbbb8b7da247d8623.bindPopup(popup_b3720167fb28add9fff61b92c7f660a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8dbcb5370ab3013bbbb8b7da247d8623.setIcon(icon_1cf26b27a4f41daf251ee6a1cc4381ca);
|
|
|
|
|
|
var marker_93ee13e4cbaa4f28d735f33cc79b4632 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_6a974f18f30c55d54fe4ffd0ff540791 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1624b60e55a51d040b7703075e31d3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87521fb505f27d83e2c510158ee9cf03 = $(`<div id="html_87521fb505f27d83e2c510158ee9cf03" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_f1624b60e55a51d040b7703075e31d3c.setContent(html_87521fb505f27d83e2c510158ee9cf03);
|
|
|
|
|
|
|
|
marker_93ee13e4cbaa4f28d735f33cc79b4632.bindPopup(popup_f1624b60e55a51d040b7703075e31d3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93ee13e4cbaa4f28d735f33cc79b4632.setIcon(icon_6a974f18f30c55d54fe4ffd0ff540791);
|
|
|
|
|
|
var marker_20b30ffa0ef3ec11e1fd46aab69dab97 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_b809c41eb14945f3d327ede988abec19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ff31ee7e42e8930e61e0334008a9207 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb9505a5eb89113f6773cfd1056b67a5 = $(`<div id="html_bb9505a5eb89113f6773cfd1056b67a5" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_6ff31ee7e42e8930e61e0334008a9207.setContent(html_bb9505a5eb89113f6773cfd1056b67a5);
|
|
|
|
|
|
|
|
marker_20b30ffa0ef3ec11e1fd46aab69dab97.bindPopup(popup_6ff31ee7e42e8930e61e0334008a9207)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20b30ffa0ef3ec11e1fd46aab69dab97.setIcon(icon_b809c41eb14945f3d327ede988abec19);
|
|
|
|
|
|
var marker_d12934dfbae1edbbb837f5316b3a9c6d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_62cd891fedf384e2d9fc638412c5fa58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41bad001facd3db913dbd4c0d26b311f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad822e4f713569670328617ef85bbc88 = $(`<div id="html_ad822e4f713569670328617ef85bbc88" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_41bad001facd3db913dbd4c0d26b311f.setContent(html_ad822e4f713569670328617ef85bbc88);
|
|
|
|
|
|
|
|
marker_d12934dfbae1edbbb837f5316b3a9c6d.bindPopup(popup_41bad001facd3db913dbd4c0d26b311f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d12934dfbae1edbbb837f5316b3a9c6d.setIcon(icon_62cd891fedf384e2d9fc638412c5fa58);
|
|
|
|
|
|
var marker_c18a09a4f3f8d7765434530bb2eddd95 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_5457e90e75eeb0bcfc6d29d55e5b3be8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e064535c26801846bea41a6d975f658 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c969597685f6b23d6f37c9a6b766d662 = $(`<div id="html_c969597685f6b23d6f37c9a6b766d662" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_1e064535c26801846bea41a6d975f658.setContent(html_c969597685f6b23d6f37c9a6b766d662);
|
|
|
|
|
|
|
|
marker_c18a09a4f3f8d7765434530bb2eddd95.bindPopup(popup_1e064535c26801846bea41a6d975f658)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c18a09a4f3f8d7765434530bb2eddd95.setIcon(icon_5457e90e75eeb0bcfc6d29d55e5b3be8);
|
|
|
|
|
|
var marker_2da08fde09e8069c82eac0237c5c4393 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_47695c7078f36ae39668a11a8b672d9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff636c459c5e38c692349d3c13c17eb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d9deb4cc149044440db4ec698fa78d5 = $(`<div id="html_4d9deb4cc149044440db4ec698fa78d5" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_ff636c459c5e38c692349d3c13c17eb1.setContent(html_4d9deb4cc149044440db4ec698fa78d5);
|
|
|
|
|
|
|
|
marker_2da08fde09e8069c82eac0237c5c4393.bindPopup(popup_ff636c459c5e38c692349d3c13c17eb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2da08fde09e8069c82eac0237c5c4393.setIcon(icon_47695c7078f36ae39668a11a8b672d9d);
|
|
|
|
|
|
var marker_b8d3e37ae5fd7bace8ccbd2d7b89f236 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_d80ed3629d2adcf6a3dccd8912aa9e4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb18e581a75287ea8d5e6c4f5ee8b2d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f9b5cd456d6fbfb3aa6600953e68057 = $(`<div id="html_3f9b5cd456d6fbfb3aa6600953e68057" style="width: 100.0%; height: 100.0%;">relay.trustroots.org</div>`)[0];
|
|
popup_bb18e581a75287ea8d5e6c4f5ee8b2d1.setContent(html_3f9b5cd456d6fbfb3aa6600953e68057);
|
|
|
|
|
|
|
|
marker_b8d3e37ae5fd7bace8ccbd2d7b89f236.bindPopup(popup_bb18e581a75287ea8d5e6c4f5ee8b2d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8d3e37ae5fd7bace8ccbd2d7b89f236.setIcon(icon_d80ed3629d2adcf6a3dccd8912aa9e4e);
|
|
|
|
|
|
var marker_622dc29073dc52f76adbe6c29170fbfe = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_9e789d7d722497a84d270a099da4c08d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7be993cac635232038f2b9d941734a44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7fa2a3a6327c0330dfdb08659f838e5 = $(`<div id="html_a7fa2a3a6327c0330dfdb08659f838e5" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_7be993cac635232038f2b9d941734a44.setContent(html_a7fa2a3a6327c0330dfdb08659f838e5);
|
|
|
|
|
|
|
|
marker_622dc29073dc52f76adbe6c29170fbfe.bindPopup(popup_7be993cac635232038f2b9d941734a44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_622dc29073dc52f76adbe6c29170fbfe.setIcon(icon_9e789d7d722497a84d270a099da4c08d);
|
|
|
|
|
|
var marker_cc0c7dc29c8466defb2601989cd1f43d = L.marker(
|
|
[33.7488, -84.3877],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_917fddd2ede8dd117af388b1fdd493aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb88a3b609849d7f1b0d5d7cb00a7638 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3323415b73afa411d85cf7f9bf830756 = $(`<div id="html_3323415b73afa411d85cf7f9bf830756" style="width: 100.0%; height: 100.0%;">wot.tealeaf.dev</div>`)[0];
|
|
popup_cb88a3b609849d7f1b0d5d7cb00a7638.setContent(html_3323415b73afa411d85cf7f9bf830756);
|
|
|
|
|
|
|
|
marker_cc0c7dc29c8466defb2601989cd1f43d.bindPopup(popup_cb88a3b609849d7f1b0d5d7cb00a7638)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc0c7dc29c8466defb2601989cd1f43d.setIcon(icon_917fddd2ede8dd117af388b1fdd493aa);
|
|
|
|
|
|
var marker_7bcc7b595ddb88a4f8064f9d3f3f6905 = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_3c348f0ad872e5855a792e4b69302cac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_790b2ceeaec2420bb2d5a441599826a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a571e2b569377ea82aa5d1ae593a5c99 = $(`<div id="html_a571e2b569377ea82aa5d1ae593a5c99" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_790b2ceeaec2420bb2d5a441599826a1.setContent(html_a571e2b569377ea82aa5d1ae593a5c99);
|
|
|
|
|
|
|
|
marker_7bcc7b595ddb88a4f8064f9d3f3f6905.bindPopup(popup_790b2ceeaec2420bb2d5a441599826a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7bcc7b595ddb88a4f8064f9d3f3f6905.setIcon(icon_3c348f0ad872e5855a792e4b69302cac);
|
|
|
|
|
|
var marker_46f0d0e51e331489eaa68126979c8675 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_13655065888850ab06fe600cee4e4a9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_479fa1d4df065aa96c6787c599e5d856 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e06953f06d14b59812137feed01ea796 = $(`<div id="html_e06953f06d14b59812137feed01ea796" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_479fa1d4df065aa96c6787c599e5d856.setContent(html_e06953f06d14b59812137feed01ea796);
|
|
|
|
|
|
|
|
marker_46f0d0e51e331489eaa68126979c8675.bindPopup(popup_479fa1d4df065aa96c6787c599e5d856)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46f0d0e51e331489eaa68126979c8675.setIcon(icon_13655065888850ab06fe600cee4e4a9c);
|
|
|
|
|
|
var marker_5c50c46fd68fe732bd05281a977f3519 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_a6f5340bbb77d3790b432cb65e056122 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5abedc13e93cdf3b1a624d054b963c4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_928e7f629167776c7147979809f95868 = $(`<div id="html_928e7f629167776c7147979809f95868" style="width: 100.0%; height: 100.0%;">relay.nostr.band</div>`)[0];
|
|
popup_5abedc13e93cdf3b1a624d054b963c4a.setContent(html_928e7f629167776c7147979809f95868);
|
|
|
|
|
|
|
|
marker_5c50c46fd68fe732bd05281a977f3519.bindPopup(popup_5abedc13e93cdf3b1a624d054b963c4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c50c46fd68fe732bd05281a977f3519.setIcon(icon_a6f5340bbb77d3790b432cb65e056122);
|
|
|
|
|
|
var marker_60bed96ff2fe7dc3a04900814176f33e = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_915f75c34790fcd9b341c06db735b7df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2baa7b1c8972321a31aa4ced544dc4a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8dbd9a5efe16bf246a12153c582ad68 = $(`<div id="html_b8dbd9a5efe16bf246a12153c582ad68" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_2baa7b1c8972321a31aa4ced544dc4a9.setContent(html_b8dbd9a5efe16bf246a12153c582ad68);
|
|
|
|
|
|
|
|
marker_60bed96ff2fe7dc3a04900814176f33e.bindPopup(popup_2baa7b1c8972321a31aa4ced544dc4a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60bed96ff2fe7dc3a04900814176f33e.setIcon(icon_915f75c34790fcd9b341c06db735b7df);
|
|
|
|
|
|
var marker_7adc15ff7af337e1c58b923bdb8261eb = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_6ffb0a1af48436d9bdd758a2ad0f41f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b378372c1eb2d30afda86d8b9921d21f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb7a5e72835f5d6265510fbc22dadbe2 = $(`<div id="html_fb7a5e72835f5d6265510fbc22dadbe2" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_b378372c1eb2d30afda86d8b9921d21f.setContent(html_fb7a5e72835f5d6265510fbc22dadbe2);
|
|
|
|
|
|
|
|
marker_7adc15ff7af337e1c58b923bdb8261eb.bindPopup(popup_b378372c1eb2d30afda86d8b9921d21f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7adc15ff7af337e1c58b923bdb8261eb.setIcon(icon_6ffb0a1af48436d9bdd758a2ad0f41f2);
|
|
|
|
|
|
var marker_c2298948b3ed02ed23d7691891105dd5 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_778d2ae6642115b2f84292b2f3c7caba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b70c55c284c3c64f6bb713a1a124e084 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12eb8badfb1ea69a2140b7cb914b6b7d = $(`<div id="html_12eb8badfb1ea69a2140b7cb914b6b7d" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_b70c55c284c3c64f6bb713a1a124e084.setContent(html_12eb8badfb1ea69a2140b7cb914b6b7d);
|
|
|
|
|
|
|
|
marker_c2298948b3ed02ed23d7691891105dd5.bindPopup(popup_b70c55c284c3c64f6bb713a1a124e084)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2298948b3ed02ed23d7691891105dd5.setIcon(icon_778d2ae6642115b2f84292b2f3c7caba);
|
|
|
|
|
|
var marker_cd4275d0c38bc847a8ac0a54f71ab663 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_fe5d789e057407b4d4fddb6ca3624cae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85759116eb866ba8631539c86e7fb77b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_278ead2088386f99488c65a0c8abb3d8 = $(`<div id="html_278ead2088386f99488c65a0c8abb3d8" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_85759116eb866ba8631539c86e7fb77b.setContent(html_278ead2088386f99488c65a0c8abb3d8);
|
|
|
|
|
|
|
|
marker_cd4275d0c38bc847a8ac0a54f71ab663.bindPopup(popup_85759116eb866ba8631539c86e7fb77b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd4275d0c38bc847a8ac0a54f71ab663.setIcon(icon_fe5d789e057407b4d4fddb6ca3624cae);
|
|
|
|
|
|
var marker_2c4d28288b7ada047a269141c5dde9c5 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_efde13abc6f1dfc08095f8148ff86189 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80cd40462001171718dbabad61759359 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ceb62b68bb2fdcb3c1a32db6ac3a9c7 = $(`<div id="html_5ceb62b68bb2fdcb3c1a32db6ac3a9c7" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_80cd40462001171718dbabad61759359.setContent(html_5ceb62b68bb2fdcb3c1a32db6ac3a9c7);
|
|
|
|
|
|
|
|
marker_2c4d28288b7ada047a269141c5dde9c5.bindPopup(popup_80cd40462001171718dbabad61759359)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c4d28288b7ada047a269141c5dde9c5.setIcon(icon_efde13abc6f1dfc08095f8148ff86189);
|
|
|
|
|
|
var marker_da3827cb33e13e3fa79a7323d51f02cd = L.marker(
|
|
[52.6467, 4.7395],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_fee095b6447807cc238f69b22cfd40b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c4b3d31f55ea048af32b80455e604b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_688b809c0ea5f2c945d823afb86e950e = $(`<div id="html_688b809c0ea5f2c945d823afb86e950e" style="width: 100.0%; height: 100.0%;">relay.nostr.vet</div>`)[0];
|
|
popup_3c4b3d31f55ea048af32b80455e604b9.setContent(html_688b809c0ea5f2c945d823afb86e950e);
|
|
|
|
|
|
|
|
marker_da3827cb33e13e3fa79a7323d51f02cd.bindPopup(popup_3c4b3d31f55ea048af32b80455e604b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da3827cb33e13e3fa79a7323d51f02cd.setIcon(icon_fee095b6447807cc238f69b22cfd40b1);
|
|
|
|
|
|
var marker_20177f0f580810b6326385f562e6e63b = L.marker(
|
|
[51.2277, 6.77346],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_b6a102d1ee41b446400ba2bc931e2ab2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c41a8c1b11273311892d146edcc47e25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c10dfa9da6ada9c5e6834c958e047153 = $(`<div id="html_c10dfa9da6ada9c5e6834c958e047153" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_c41a8c1b11273311892d146edcc47e25.setContent(html_c10dfa9da6ada9c5e6834c958e047153);
|
|
|
|
|
|
|
|
marker_20177f0f580810b6326385f562e6e63b.bindPopup(popup_c41a8c1b11273311892d146edcc47e25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20177f0f580810b6326385f562e6e63b.setIcon(icon_b6a102d1ee41b446400ba2bc931e2ab2);
|
|
|
|
|
|
var marker_ee233a5ff169453e737677391dc14886 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_932a5cdf3ed050e7b94594ac330b78aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_579a16dc01b5f789c6ee7856a734aa05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6358ab858e017d4534e2ee8ced547261 = $(`<div id="html_6358ab858e017d4534e2ee8ced547261" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_579a16dc01b5f789c6ee7856a734aa05.setContent(html_6358ab858e017d4534e2ee8ced547261);
|
|
|
|
|
|
|
|
marker_ee233a5ff169453e737677391dc14886.bindPopup(popup_579a16dc01b5f789c6ee7856a734aa05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee233a5ff169453e737677391dc14886.setIcon(icon_932a5cdf3ed050e7b94594ac330b78aa);
|
|
|
|
|
|
var marker_bb826a642ff0a538f5c072cdbd73a15c = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_7862d83437cb10703ff95dbc3298540e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c813dba5e78458c883e0cb1603bd085 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c83bf4639b4d42d864fea24faa809831 = $(`<div id="html_c83bf4639b4d42d864fea24faa809831" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_7c813dba5e78458c883e0cb1603bd085.setContent(html_c83bf4639b4d42d864fea24faa809831);
|
|
|
|
|
|
|
|
marker_bb826a642ff0a538f5c072cdbd73a15c.bindPopup(popup_7c813dba5e78458c883e0cb1603bd085)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb826a642ff0a538f5c072cdbd73a15c.setIcon(icon_7862d83437cb10703ff95dbc3298540e);
|
|
|
|
|
|
var marker_c21b53f196421cf55d16773afb817f4a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_d93c318d234d13864508f0f2ab4c8f60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2887f7618139c1a596179eaf016e6e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c0e768e218c0454c6f58667bf06a742 = $(`<div id="html_4c0e768e218c0454c6f58667bf06a742" style="width: 100.0%; height: 100.0%;">relay.holzeis.me</div>`)[0];
|
|
popup_c2887f7618139c1a596179eaf016e6e6.setContent(html_4c0e768e218c0454c6f58667bf06a742);
|
|
|
|
|
|
|
|
marker_c21b53f196421cf55d16773afb817f4a.bindPopup(popup_c2887f7618139c1a596179eaf016e6e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c21b53f196421cf55d16773afb817f4a.setIcon(icon_d93c318d234d13864508f0f2ab4c8f60);
|
|
|
|
|
|
var marker_943c76636642d9634574e155e55fdfdc = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_f9c66f1c1d2e99d0e7e4b28334a84825 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94b5df1812f641388614eb8c914b24c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d8594b01106b72e84cf6a0bc433ee34 = $(`<div id="html_6d8594b01106b72e84cf6a0bc433ee34" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_94b5df1812f641388614eb8c914b24c8.setContent(html_6d8594b01106b72e84cf6a0bc433ee34);
|
|
|
|
|
|
|
|
marker_943c76636642d9634574e155e55fdfdc.bindPopup(popup_94b5df1812f641388614eb8c914b24c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_943c76636642d9634574e155e55fdfdc.setIcon(icon_f9c66f1c1d2e99d0e7e4b28334a84825);
|
|
|
|
|
|
var marker_c63de0cf1a4eede140d5045fd2c14383 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_7a783981285edb2c270a7c59639ccff1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c876d5527b8f4b2eaaafaf32d861569 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c1f3c51b3414a012e2fff065b88cd47 = $(`<div id="html_8c1f3c51b3414a012e2fff065b88cd47" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_4c876d5527b8f4b2eaaafaf32d861569.setContent(html_8c1f3c51b3414a012e2fff065b88cd47);
|
|
|
|
|
|
|
|
marker_c63de0cf1a4eede140d5045fd2c14383.bindPopup(popup_4c876d5527b8f4b2eaaafaf32d861569)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c63de0cf1a4eede140d5045fd2c14383.setIcon(icon_7a783981285edb2c270a7c59639ccff1);
|
|
|
|
|
|
var marker_10bf2597a8a7abdb02c2137ba8f33a3b = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_86d6a9f6f01517299b67550e4a0f4345 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b45f495f4740c19768c1abb1a904475 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab9cd0fbf4f102377c3e51290e68cbb4 = $(`<div id="html_ab9cd0fbf4f102377c3e51290e68cbb4" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_5b45f495f4740c19768c1abb1a904475.setContent(html_ab9cd0fbf4f102377c3e51290e68cbb4);
|
|
|
|
|
|
|
|
marker_10bf2597a8a7abdb02c2137ba8f33a3b.bindPopup(popup_5b45f495f4740c19768c1abb1a904475)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10bf2597a8a7abdb02c2137ba8f33a3b.setIcon(icon_86d6a9f6f01517299b67550e4a0f4345);
|
|
|
|
|
|
var marker_ef5661062f0575ab614a9d50530cfbc2 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_2ba1b48d7215f50769c3d024280b6695 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3af7a264c69c71e5336b761c1c445a5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c57ae0102fc17b6af7d81c9349951a5 = $(`<div id="html_3c57ae0102fc17b6af7d81c9349951a5" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_3af7a264c69c71e5336b761c1c445a5d.setContent(html_3c57ae0102fc17b6af7d81c9349951a5);
|
|
|
|
|
|
|
|
marker_ef5661062f0575ab614a9d50530cfbc2.bindPopup(popup_3af7a264c69c71e5336b761c1c445a5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef5661062f0575ab614a9d50530cfbc2.setIcon(icon_2ba1b48d7215f50769c3d024280b6695);
|
|
|
|
|
|
var marker_157bf52e99763b5bad5757465f00e3a5 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_d8447254d05fca230a1d2f930996dc21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51ceda43d6cd435c1eafa7dbdf16dc44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03da463045361400de19077376a7edc2 = $(`<div id="html_03da463045361400de19077376a7edc2" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_51ceda43d6cd435c1eafa7dbdf16dc44.setContent(html_03da463045361400de19077376a7edc2);
|
|
|
|
|
|
|
|
marker_157bf52e99763b5bad5757465f00e3a5.bindPopup(popup_51ceda43d6cd435c1eafa7dbdf16dc44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_157bf52e99763b5bad5757465f00e3a5.setIcon(icon_d8447254d05fca230a1d2f930996dc21);
|
|
|
|
|
|
var marker_59935fe17171b50bc271f1e2cfe195b5 = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_db0080520472c6fcdb929652b32a8587 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ff717dcca96329b9a8297005b3183a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1eceb9af84afa9ac50b5219d79648149 = $(`<div id="html_1eceb9af84afa9ac50b5219d79648149" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_2ff717dcca96329b9a8297005b3183a7.setContent(html_1eceb9af84afa9ac50b5219d79648149);
|
|
|
|
|
|
|
|
marker_59935fe17171b50bc271f1e2cfe195b5.bindPopup(popup_2ff717dcca96329b9a8297005b3183a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59935fe17171b50bc271f1e2cfe195b5.setIcon(icon_db0080520472c6fcdb929652b32a8587);
|
|
|
|
|
|
var marker_4b761e7d518c31a5a794bfa2bc59bf18 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_fb93b7dfd0f903847d941ec471a616bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a9a504ba125609f415e5950f5548346 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24e96e608c294feb1b8c0dd8927a6904 = $(`<div id="html_24e96e608c294feb1b8c0dd8927a6904" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_9a9a504ba125609f415e5950f5548346.setContent(html_24e96e608c294feb1b8c0dd8927a6904);
|
|
|
|
|
|
|
|
marker_4b761e7d518c31a5a794bfa2bc59bf18.bindPopup(popup_9a9a504ba125609f415e5950f5548346)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b761e7d518c31a5a794bfa2bc59bf18.setIcon(icon_fb93b7dfd0f903847d941ec471a616bc);
|
|
|
|
|
|
var marker_ff4535455636dfb6459c619e830769e3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_27a7942be4efbeda5891ce59c9bcf5c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_937ddc8a571964a69bfd9c850f9c815f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0606bfd5037dd2af15042330d95d984 = $(`<div id="html_c0606bfd5037dd2af15042330d95d984" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_937ddc8a571964a69bfd9c850f9c815f.setContent(html_c0606bfd5037dd2af15042330d95d984);
|
|
|
|
|
|
|
|
marker_ff4535455636dfb6459c619e830769e3.bindPopup(popup_937ddc8a571964a69bfd9c850f9c815f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff4535455636dfb6459c619e830769e3.setIcon(icon_27a7942be4efbeda5891ce59c9bcf5c2);
|
|
|
|
|
|
var marker_bcc68ab212e233f4bd2a915a1bd29201 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_70e7ee8ac041ec92e105623a52e97daa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e59cf95b788aefbf08ce35d739cb9c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c2da096e9d83b38007fe4e3fd02eff9 = $(`<div id="html_8c2da096e9d83b38007fe4e3fd02eff9" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_6e59cf95b788aefbf08ce35d739cb9c4.setContent(html_8c2da096e9d83b38007fe4e3fd02eff9);
|
|
|
|
|
|
|
|
marker_bcc68ab212e233f4bd2a915a1bd29201.bindPopup(popup_6e59cf95b788aefbf08ce35d739cb9c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bcc68ab212e233f4bd2a915a1bd29201.setIcon(icon_70e7ee8ac041ec92e105623a52e97daa);
|
|
|
|
|
|
var marker_3319e21392866ca97f7659b0825b0830 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_47d1eac31da6926483ba69f030a54c67 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff9837c53a96f4a69d6efd1a7a739af9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9dfa0e4d2bd42d5b9bac0731dc2ec86b = $(`<div id="html_9dfa0e4d2bd42d5b9bac0731dc2ec86b" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_ff9837c53a96f4a69d6efd1a7a739af9.setContent(html_9dfa0e4d2bd42d5b9bac0731dc2ec86b);
|
|
|
|
|
|
|
|
marker_3319e21392866ca97f7659b0825b0830.bindPopup(popup_ff9837c53a96f4a69d6efd1a7a739af9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3319e21392866ca97f7659b0825b0830.setIcon(icon_47d1eac31da6926483ba69f030a54c67);
|
|
|
|
|
|
var marker_0976d42a6d10ec5cc0d774f0c16b72e2 = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_535d43f807a2a09e043950691d31a111 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f86df8e1462f3e9edca000e2b27b24cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79308fe07267b2053d1443ad707745f9 = $(`<div id="html_79308fe07267b2053d1443ad707745f9" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_f86df8e1462f3e9edca000e2b27b24cd.setContent(html_79308fe07267b2053d1443ad707745f9);
|
|
|
|
|
|
|
|
marker_0976d42a6d10ec5cc0d774f0c16b72e2.bindPopup(popup_f86df8e1462f3e9edca000e2b27b24cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0976d42a6d10ec5cc0d774f0c16b72e2.setIcon(icon_535d43f807a2a09e043950691d31a111);
|
|
|
|
|
|
var marker_ab432b5926127c897af36eb036437226 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_342372bd19d11713c7cbb623a8fcab44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92e446749f8ae909693f9845423498e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7cc1bb0ab8aaa6c8bcbe83b99663238 = $(`<div id="html_e7cc1bb0ab8aaa6c8bcbe83b99663238" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_92e446749f8ae909693f9845423498e3.setContent(html_e7cc1bb0ab8aaa6c8bcbe83b99663238);
|
|
|
|
|
|
|
|
marker_ab432b5926127c897af36eb036437226.bindPopup(popup_92e446749f8ae909693f9845423498e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab432b5926127c897af36eb036437226.setIcon(icon_342372bd19d11713c7cbb623a8fcab44);
|
|
|
|
|
|
var marker_566f9e4dfa92ce584433ff6648747cad = L.marker(
|
|
[13.9178, 100.424],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_62499a1185ec55c2241a1fe4d84e8f93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1312ef116a8f617467747640b2db6e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0185caeca062156058344fc57de254d7 = $(`<div id="html_0185caeca062156058344fc57de254d7" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_c1312ef116a8f617467747640b2db6e4.setContent(html_0185caeca062156058344fc57de254d7);
|
|
|
|
|
|
|
|
marker_566f9e4dfa92ce584433ff6648747cad.bindPopup(popup_c1312ef116a8f617467747640b2db6e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_566f9e4dfa92ce584433ff6648747cad.setIcon(icon_62499a1185ec55c2241a1fe4d84e8f93);
|
|
|
|
|
|
var marker_a34d90d979fe0937cc6ddb7fb3790600 = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_7638931fe735d0c7f7bdc1fe95a1d4d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ca34ccad11ab7cb6d51aaa8bacbe2fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1229d005fdddf7d9c9b76a99bdef04c0 = $(`<div id="html_1229d005fdddf7d9c9b76a99bdef04c0" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_2ca34ccad11ab7cb6d51aaa8bacbe2fb.setContent(html_1229d005fdddf7d9c9b76a99bdef04c0);
|
|
|
|
|
|
|
|
marker_a34d90d979fe0937cc6ddb7fb3790600.bindPopup(popup_2ca34ccad11ab7cb6d51aaa8bacbe2fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a34d90d979fe0937cc6ddb7fb3790600.setIcon(icon_7638931fe735d0c7f7bdc1fe95a1d4d3);
|
|
|
|
|
|
var marker_a9a6ac5bd5d7b7a39e49a838e347c967 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_6818f8612527b10e2c524ff5dd86c885 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c535d5739b9f8b03ae5fb66b3c6f564 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c737b6ab72f8f4166baef4bc03b2982 = $(`<div id="html_2c737b6ab72f8f4166baef4bc03b2982" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_6c535d5739b9f8b03ae5fb66b3c6f564.setContent(html_2c737b6ab72f8f4166baef4bc03b2982);
|
|
|
|
|
|
|
|
marker_a9a6ac5bd5d7b7a39e49a838e347c967.bindPopup(popup_6c535d5739b9f8b03ae5fb66b3c6f564)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9a6ac5bd5d7b7a39e49a838e347c967.setIcon(icon_6818f8612527b10e2c524ff5dd86c885);
|
|
|
|
|
|
var marker_76a5a4dae36bc74c7308179e194fa036 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_c940831b349f6400a8769d086351a5e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e5349aadec458ba2b6fa767ed5df5ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb5896fcbbd9359d96029648d6cb82e6 = $(`<div id="html_eb5896fcbbd9359d96029648d6cb82e6" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_9e5349aadec458ba2b6fa767ed5df5ec.setContent(html_eb5896fcbbd9359d96029648d6cb82e6);
|
|
|
|
|
|
|
|
marker_76a5a4dae36bc74c7308179e194fa036.bindPopup(popup_9e5349aadec458ba2b6fa767ed5df5ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76a5a4dae36bc74c7308179e194fa036.setIcon(icon_c940831b349f6400a8769d086351a5e6);
|
|
|
|
|
|
var marker_6c86c5b2322ddb71845b1c18f7c13f13 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_04cdf08c18916a088ef5c6e6a9100100 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f4d03e0428eb7b830b9ece79e0a688b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2fe3d408ecee7199c2b9e7605033071a = $(`<div id="html_2fe3d408ecee7199c2b9e7605033071a" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_9f4d03e0428eb7b830b9ece79e0a688b.setContent(html_2fe3d408ecee7199c2b9e7605033071a);
|
|
|
|
|
|
|
|
marker_6c86c5b2322ddb71845b1c18f7c13f13.bindPopup(popup_9f4d03e0428eb7b830b9ece79e0a688b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c86c5b2322ddb71845b1c18f7c13f13.setIcon(icon_04cdf08c18916a088ef5c6e6a9100100);
|
|
|
|
|
|
var marker_c983ac51e2bc57641f4d9e8f0c87ba0b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_dcf7debcd7b7fac52737d4e46522fb5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20531f90e9012a1b3895ab2900b06129 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33cd4783e23b433a0b19c8eb5c47b24a = $(`<div id="html_33cd4783e23b433a0b19c8eb5c47b24a" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_20531f90e9012a1b3895ab2900b06129.setContent(html_33cd4783e23b433a0b19c8eb5c47b24a);
|
|
|
|
|
|
|
|
marker_c983ac51e2bc57641f4d9e8f0c87ba0b.bindPopup(popup_20531f90e9012a1b3895ab2900b06129)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c983ac51e2bc57641f4d9e8f0c87ba0b.setIcon(icon_dcf7debcd7b7fac52737d4e46522fb5f);
|
|
|
|
|
|
var marker_cad991bd7caeae0d450d57733e525fbb = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_84843af343d24a5247a1f21b24d34c63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dffb3ada3e5c17b8a0a5911a2681e1e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6915868f9dec5961540cbe03e5b3ed2 = $(`<div id="html_f6915868f9dec5961540cbe03e5b3ed2" style="width: 100.0%; height: 100.0%;">relay.thebluepulse.com</div>`)[0];
|
|
popup_dffb3ada3e5c17b8a0a5911a2681e1e0.setContent(html_f6915868f9dec5961540cbe03e5b3ed2);
|
|
|
|
|
|
|
|
marker_cad991bd7caeae0d450d57733e525fbb.bindPopup(popup_dffb3ada3e5c17b8a0a5911a2681e1e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cad991bd7caeae0d450d57733e525fbb.setIcon(icon_84843af343d24a5247a1f21b24d34c63);
|
|
|
|
|
|
var marker_f017a974a12f0d2fd3d68a2dc4c07d55 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_28a15e1ef305b754e17a9fed19d0131a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99a342cec5f34c96864a8561441837ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f787f9ab23939d42f76c634aa327a81c = $(`<div id="html_f787f9ab23939d42f76c634aa327a81c" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_99a342cec5f34c96864a8561441837ab.setContent(html_f787f9ab23939d42f76c634aa327a81c);
|
|
|
|
|
|
|
|
marker_f017a974a12f0d2fd3d68a2dc4c07d55.bindPopup(popup_99a342cec5f34c96864a8561441837ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f017a974a12f0d2fd3d68a2dc4c07d55.setIcon(icon_28a15e1ef305b754e17a9fed19d0131a);
|
|
|
|
|
|
var marker_180f08ff1ed23ef18d27e623814e7284 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_269eb34379d6d3ac5138dec47f7a3a0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36c1fd125baf089dc7995204529fae6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96d758cf9cd1e4f429e64094046f4fca = $(`<div id="html_96d758cf9cd1e4f429e64094046f4fca" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_36c1fd125baf089dc7995204529fae6d.setContent(html_96d758cf9cd1e4f429e64094046f4fca);
|
|
|
|
|
|
|
|
marker_180f08ff1ed23ef18d27e623814e7284.bindPopup(popup_36c1fd125baf089dc7995204529fae6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_180f08ff1ed23ef18d27e623814e7284.setIcon(icon_269eb34379d6d3ac5138dec47f7a3a0f);
|
|
|
|
|
|
var marker_287ed8b8566ffa316b6707774f03c010 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_ffa1bec636bf4512f1237b2590415a52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_300a42dc3c925c5dfb685d988a0f7942 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b903b02626122e8c0ab51bc9459faf9 = $(`<div id="html_7b903b02626122e8c0ab51bc9459faf9" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_300a42dc3c925c5dfb685d988a0f7942.setContent(html_7b903b02626122e8c0ab51bc9459faf9);
|
|
|
|
|
|
|
|
marker_287ed8b8566ffa316b6707774f03c010.bindPopup(popup_300a42dc3c925c5dfb685d988a0f7942)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_287ed8b8566ffa316b6707774f03c010.setIcon(icon_ffa1bec636bf4512f1237b2590415a52);
|
|
|
|
|
|
var marker_cbb24a21a69c1de70d843893c63538d0 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_879320d54c90affdf2fbe703effa7b7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_309c0a5d841836661f4c0e685d897ad7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcb4eb9f705ac1484e7598b000593c0e = $(`<div id="html_fcb4eb9f705ac1484e7598b000593c0e" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_309c0a5d841836661f4c0e685d897ad7.setContent(html_fcb4eb9f705ac1484e7598b000593c0e);
|
|
|
|
|
|
|
|
marker_cbb24a21a69c1de70d843893c63538d0.bindPopup(popup_309c0a5d841836661f4c0e685d897ad7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbb24a21a69c1de70d843893c63538d0.setIcon(icon_879320d54c90affdf2fbe703effa7b7e);
|
|
|
|
|
|
var marker_cac9f19ec3e7a8c58930c346dd7c77ae = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_519314b430233d02f06471b641757282 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eadb980fd4a62e171aaf6cf641e99429 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72b1974c8964f1c0d46eefef45b47570 = $(`<div id="html_72b1974c8964f1c0d46eefef45b47570" style="width: 100.0%; height: 100.0%;">vitor.nostr1.com</div>`)[0];
|
|
popup_eadb980fd4a62e171aaf6cf641e99429.setContent(html_72b1974c8964f1c0d46eefef45b47570);
|
|
|
|
|
|
|
|
marker_cac9f19ec3e7a8c58930c346dd7c77ae.bindPopup(popup_eadb980fd4a62e171aaf6cf641e99429)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cac9f19ec3e7a8c58930c346dd7c77ae.setIcon(icon_519314b430233d02f06471b641757282);
|
|
|
|
|
|
var marker_4f11fee4a2a227d758b691aebcec7c71 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_3389e7559499fe953733e6c698e260e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c4a8e350eafd8c2e7b7f8a2388898ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0ee266e3447cdb7ed1668eab9dd745d = $(`<div id="html_c0ee266e3447cdb7ed1668eab9dd745d" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_1c4a8e350eafd8c2e7b7f8a2388898ae.setContent(html_c0ee266e3447cdb7ed1668eab9dd745d);
|
|
|
|
|
|
|
|
marker_4f11fee4a2a227d758b691aebcec7c71.bindPopup(popup_1c4a8e350eafd8c2e7b7f8a2388898ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f11fee4a2a227d758b691aebcec7c71.setIcon(icon_3389e7559499fe953733e6c698e260e3);
|
|
|
|
|
|
var marker_687252995aefcd5808a972065d860b8a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_ef6e39adb0489052ad91526b4c913280 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_160e66a66eba827424cc04ffe2b66996 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69277e64b1680f6bb745cd5f008fbeae = $(`<div id="html_69277e64b1680f6bb745cd5f008fbeae" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_160e66a66eba827424cc04ffe2b66996.setContent(html_69277e64b1680f6bb745cd5f008fbeae);
|
|
|
|
|
|
|
|
marker_687252995aefcd5808a972065d860b8a.bindPopup(popup_160e66a66eba827424cc04ffe2b66996)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_687252995aefcd5808a972065d860b8a.setIcon(icon_ef6e39adb0489052ad91526b4c913280);
|
|
|
|
|
|
var marker_44592bea683baf89999304a9b7543217 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_ba805eda0dd5941a33cecd0ca8858e71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42b074e57c2aa78987fe6ec973c6131f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0de48877d7eb870764244e59142c5289 = $(`<div id="html_0de48877d7eb870764244e59142c5289" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_42b074e57c2aa78987fe6ec973c6131f.setContent(html_0de48877d7eb870764244e59142c5289);
|
|
|
|
|
|
|
|
marker_44592bea683baf89999304a9b7543217.bindPopup(popup_42b074e57c2aa78987fe6ec973c6131f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44592bea683baf89999304a9b7543217.setIcon(icon_ba805eda0dd5941a33cecd0ca8858e71);
|
|
|
|
|
|
var marker_374ee67912a26851757673a6088d33d4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_bb6fdc74b1768161011836e073725e6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d52d3d313eb76e0dc0db89fc80aa8ffa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c507c0ba7703251f9bf9f3a369f9a9a = $(`<div id="html_3c507c0ba7703251f9bf9f3a369f9a9a" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_d52d3d313eb76e0dc0db89fc80aa8ffa.setContent(html_3c507c0ba7703251f9bf9f3a369f9a9a);
|
|
|
|
|
|
|
|
marker_374ee67912a26851757673a6088d33d4.bindPopup(popup_d52d3d313eb76e0dc0db89fc80aa8ffa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_374ee67912a26851757673a6088d33d4.setIcon(icon_bb6fdc74b1768161011836e073725e6c);
|
|
|
|
|
|
var marker_ca2714ac240bb1764c37d91fca1a1afe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_1cc92d156ad6d25d10c5b2cfc82d303d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bed793925242ed090328dd3455eb8428 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_665d64789b11e7cd9a76ad3b5c4da122 = $(`<div id="html_665d64789b11e7cd9a76ad3b5c4da122" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_bed793925242ed090328dd3455eb8428.setContent(html_665d64789b11e7cd9a76ad3b5c4da122);
|
|
|
|
|
|
|
|
marker_ca2714ac240bb1764c37d91fca1a1afe.bindPopup(popup_bed793925242ed090328dd3455eb8428)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca2714ac240bb1764c37d91fca1a1afe.setIcon(icon_1cc92d156ad6d25d10c5b2cfc82d303d);
|
|
|
|
|
|
var marker_3c5fe9fdd0730f8729f425966a37fa6d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_1ca061e93bc062d366b955362af9c505 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be820878e0e0a1518a48a9fd17c59cdc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f760c7166eab94cd9c91334964bc070a = $(`<div id="html_f760c7166eab94cd9c91334964bc070a" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_be820878e0e0a1518a48a9fd17c59cdc.setContent(html_f760c7166eab94cd9c91334964bc070a);
|
|
|
|
|
|
|
|
marker_3c5fe9fdd0730f8729f425966a37fa6d.bindPopup(popup_be820878e0e0a1518a48a9fd17c59cdc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c5fe9fdd0730f8729f425966a37fa6d.setIcon(icon_1ca061e93bc062d366b955362af9c505);
|
|
|
|
|
|
var marker_fcaa2d57c3ffdff301469f59f2c890a0 = L.marker(
|
|
[-26.2056, 28.0337],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_f4191a5f6a93236a3ad6a365b5ec71eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b246e516b04b00583487d45716364a42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b80dcd3df79db655dfe572106809b42 = $(`<div id="html_9b80dcd3df79db655dfe572106809b42" style="width: 100.0%; height: 100.0%;">ribo.af.nostria.app</div>`)[0];
|
|
popup_b246e516b04b00583487d45716364a42.setContent(html_9b80dcd3df79db655dfe572106809b42);
|
|
|
|
|
|
|
|
marker_fcaa2d57c3ffdff301469f59f2c890a0.bindPopup(popup_b246e516b04b00583487d45716364a42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fcaa2d57c3ffdff301469f59f2c890a0.setIcon(icon_f4191a5f6a93236a3ad6a365b5ec71eb);
|
|
|
|
|
|
var marker_d81bad66dc440adafaade2d3809fbdf0 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_7f025fca63699272b17e3dc9c8b572cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_281e25546ebbeb6a250c65ea43da6ed7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_620697fc67e5e32944896e6f59019396 = $(`<div id="html_620697fc67e5e32944896e6f59019396" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_281e25546ebbeb6a250c65ea43da6ed7.setContent(html_620697fc67e5e32944896e6f59019396);
|
|
|
|
|
|
|
|
marker_d81bad66dc440adafaade2d3809fbdf0.bindPopup(popup_281e25546ebbeb6a250c65ea43da6ed7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d81bad66dc440adafaade2d3809fbdf0.setIcon(icon_7f025fca63699272b17e3dc9c8b572cb);
|
|
|
|
|
|
var marker_e2054c2778c911243f4dddc0631251e4 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_80967e3996e62441d0e884d2c4fd07cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ec613b3483d3ad41e7bef8cac495675 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54b462b324b29a664c14a4e1ef7f823e = $(`<div id="html_54b462b324b29a664c14a4e1ef7f823e" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_2ec613b3483d3ad41e7bef8cac495675.setContent(html_54b462b324b29a664c14a4e1ef7f823e);
|
|
|
|
|
|
|
|
marker_e2054c2778c911243f4dddc0631251e4.bindPopup(popup_2ec613b3483d3ad41e7bef8cac495675)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2054c2778c911243f4dddc0631251e4.setIcon(icon_80967e3996e62441d0e884d2c4fd07cc);
|
|
|
|
|
|
var marker_9bcf24a198846cbb25f04db1ed2219f3 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_46c985e806ccb2f2c5100893fb5ca3f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d908d4c91c4b093b7995003f41748342 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3ca9a4e54b092d764a0838d6a57ba1c = $(`<div id="html_b3ca9a4e54b092d764a0838d6a57ba1c" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_d908d4c91c4b093b7995003f41748342.setContent(html_b3ca9a4e54b092d764a0838d6a57ba1c);
|
|
|
|
|
|
|
|
marker_9bcf24a198846cbb25f04db1ed2219f3.bindPopup(popup_d908d4c91c4b093b7995003f41748342)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9bcf24a198846cbb25f04db1ed2219f3.setIcon(icon_46c985e806ccb2f2c5100893fb5ca3f8);
|
|
|
|
|
|
var marker_5f91773799ee0b2bb5f0011c5fccd8f7 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_643eb1c5393cb57662d83e7c98347ede = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65c990a5b01ade7f3c98fc4d0d2ed9ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc1965fdcf30f40aad137b5350e4ddee = $(`<div id="html_fc1965fdcf30f40aad137b5350e4ddee" style="width: 100.0%; height: 100.0%;">relay.wolfcoil.com</div>`)[0];
|
|
popup_65c990a5b01ade7f3c98fc4d0d2ed9ad.setContent(html_fc1965fdcf30f40aad137b5350e4ddee);
|
|
|
|
|
|
|
|
marker_5f91773799ee0b2bb5f0011c5fccd8f7.bindPopup(popup_65c990a5b01ade7f3c98fc4d0d2ed9ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f91773799ee0b2bb5f0011c5fccd8f7.setIcon(icon_643eb1c5393cb57662d83e7c98347ede);
|
|
|
|
|
|
var marker_2f00df704cd631f551e8a0c16eed595e = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_1d7fc0ac35536cf260a809467b3ec048 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d7645a1011b76c29411a40e050aaeec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3f2a8a05907bae56cd19367bfc02cef = $(`<div id="html_f3f2a8a05907bae56cd19367bfc02cef" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_8d7645a1011b76c29411a40e050aaeec.setContent(html_f3f2a8a05907bae56cd19367bfc02cef);
|
|
|
|
|
|
|
|
marker_2f00df704cd631f551e8a0c16eed595e.bindPopup(popup_8d7645a1011b76c29411a40e050aaeec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f00df704cd631f551e8a0c16eed595e.setIcon(icon_1d7fc0ac35536cf260a809467b3ec048);
|
|
|
|
|
|
var marker_7b37f4c43de2a9762ffb3c43d93b7407 = L.marker(
|
|
[51.5121, -0.0005238],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_99eb76dc10ef2cb19c83582cf5f378bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0dc871c4944439394f7745abd2586933 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_520a2208aeaf0dad437944a92f7eed13 = $(`<div id="html_520a2208aeaf0dad437944a92f7eed13" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_0dc871c4944439394f7745abd2586933.setContent(html_520a2208aeaf0dad437944a92f7eed13);
|
|
|
|
|
|
|
|
marker_7b37f4c43de2a9762ffb3c43d93b7407.bindPopup(popup_0dc871c4944439394f7745abd2586933)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b37f4c43de2a9762ffb3c43d93b7407.setIcon(icon_99eb76dc10ef2cb19c83582cf5f378bb);
|
|
|
|
|
|
var marker_028a80ea6627b08741975c2adad37a12 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_b70ed024875f0e4effa763db658bb64d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23cfe635c9e26f56b7cb16ad22bac50f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2ffa9bf55339cc3cd04e2afa4974f0b = $(`<div id="html_d2ffa9bf55339cc3cd04e2afa4974f0b" style="width: 100.0%; height: 100.0%;">nostr.kalf.org</div>`)[0];
|
|
popup_23cfe635c9e26f56b7cb16ad22bac50f.setContent(html_d2ffa9bf55339cc3cd04e2afa4974f0b);
|
|
|
|
|
|
|
|
marker_028a80ea6627b08741975c2adad37a12.bindPopup(popup_23cfe635c9e26f56b7cb16ad22bac50f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_028a80ea6627b08741975c2adad37a12.setIcon(icon_b70ed024875f0e4effa763db658bb64d);
|
|
|
|
|
|
var marker_3ef27572b3186d3332a34debacc098bf = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_9d4959189db229684ae4a59c0d043afe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_911223f830d450f0b674f6ac52bdea83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15ce7efa5596b5dd63cf9854ab1ea322 = $(`<div id="html_15ce7efa5596b5dd63cf9854ab1ea322" style="width: 100.0%; height: 100.0%;">nostream.breadslice.com</div>`)[0];
|
|
popup_911223f830d450f0b674f6ac52bdea83.setContent(html_15ce7efa5596b5dd63cf9854ab1ea322);
|
|
|
|
|
|
|
|
marker_3ef27572b3186d3332a34debacc098bf.bindPopup(popup_911223f830d450f0b674f6ac52bdea83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ef27572b3186d3332a34debacc098bf.setIcon(icon_9d4959189db229684ae4a59c0d043afe);
|
|
|
|
|
|
var marker_909221e1039437946f807d26ccf450e6 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_e39ba0e2b5d3d166fe1c301811f9982f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93ffa74ea1c951063e5d1890eba48f61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64ab09d852af0bae51d73bb8dfc8a280 = $(`<div id="html_64ab09d852af0bae51d73bb8dfc8a280" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_93ffa74ea1c951063e5d1890eba48f61.setContent(html_64ab09d852af0bae51d73bb8dfc8a280);
|
|
|
|
|
|
|
|
marker_909221e1039437946f807d26ccf450e6.bindPopup(popup_93ffa74ea1c951063e5d1890eba48f61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_909221e1039437946f807d26ccf450e6.setIcon(icon_e39ba0e2b5d3d166fe1c301811f9982f);
|
|
|
|
|
|
var marker_3e98bfff96209acf3dd9ec858d28437d = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd);
|
|
|
|
|
|
var icon_ae10316bf18ee3c38aab0669b0ea470a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a516754d26a0f367ffd8726754083c3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da86f4752a0cb83cc7039649616af9b5 = $(`<div id="html_da86f4752a0cb83cc7039649616af9b5" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_a516754d26a0f367ffd8726754083c3d.setContent(html_da86f4752a0cb83cc7039649616af9b5);
|
|
|
|
|
|
|
|
marker_3e98bfff96209acf3dd9ec858d28437d.bindPopup(popup_a516754d26a0f367ffd8726754083c3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e98bfff96209acf3dd9ec858d28437d.setIcon(icon_ae10316bf18ee3c38aab0669b0ea470a);
|
|
|
|
|
|
marker_cluster_ff26b68907e1ea21d3f2f4f36352a5bd.addTo(map_ab9777b683fd7aff96d35492cdfbf08f);
|
|
|
|
</script>
|
|
</html> |