mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-24 23:45:17 +00:00
16225 lines
472 KiB
HTML
16225 lines
472 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_c16d2ed9b65770c5891043cba94d03d7 {
|
|
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_c16d2ed9b65770c5891043cba94d03d7" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_c16d2ed9b65770c5891043cba94d03d7 = L.map(
|
|
"map_c16d2ed9b65770c5891043cba94d03d7",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_3413e0c84901e1e5a5efc8a6c0582f2a = 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_3413e0c84901e1e5a5efc8a6c0582f2a.addTo(map_c16d2ed9b65770c5891043cba94d03d7);
|
|
|
|
|
|
var marker_cluster_3d96dc92d4054c58ec4561f58cb671cb = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_8d616a74b2b8d4641c7aeb0fc0c69b24 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_d73c6066fd4684b017ac02d05b5e9b53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02cc9e44c0bc38306437955f14649f2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e013241143d0f31e53fcc012681897b1 = $(`<div id="html_e013241143d0f31e53fcc012681897b1" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_02cc9e44c0bc38306437955f14649f2f.setContent(html_e013241143d0f31e53fcc012681897b1);
|
|
|
|
|
|
|
|
marker_8d616a74b2b8d4641c7aeb0fc0c69b24.bindPopup(popup_02cc9e44c0bc38306437955f14649f2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d616a74b2b8d4641c7aeb0fc0c69b24.setIcon(icon_d73c6066fd4684b017ac02d05b5e9b53);
|
|
|
|
|
|
var marker_706a976e16abcf6b02653d541e765239 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_2b0f1335111e1eda36b78cf61971d9f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84e249d968d19f01cdffdde42904fd50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8b8de45001fc7b2b846f39b4fd1fc20 = $(`<div id="html_f8b8de45001fc7b2b846f39b4fd1fc20" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_84e249d968d19f01cdffdde42904fd50.setContent(html_f8b8de45001fc7b2b846f39b4fd1fc20);
|
|
|
|
|
|
|
|
marker_706a976e16abcf6b02653d541e765239.bindPopup(popup_84e249d968d19f01cdffdde42904fd50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_706a976e16abcf6b02653d541e765239.setIcon(icon_2b0f1335111e1eda36b78cf61971d9f5);
|
|
|
|
|
|
var marker_683be43c2a605f1e0991bfa0db1cc1df = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_6513fe00074c4614d5981537662e7651 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c927b591e44f10578dbb2f4581a19bc5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bfbc388e9e705f28417dce3b7744acca = $(`<div id="html_bfbc388e9e705f28417dce3b7744acca" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_c927b591e44f10578dbb2f4581a19bc5.setContent(html_bfbc388e9e705f28417dce3b7744acca);
|
|
|
|
|
|
|
|
marker_683be43c2a605f1e0991bfa0db1cc1df.bindPopup(popup_c927b591e44f10578dbb2f4581a19bc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_683be43c2a605f1e0991bfa0db1cc1df.setIcon(icon_6513fe00074c4614d5981537662e7651);
|
|
|
|
|
|
var marker_7b1ed5273ea32a898e4629ab6bd9f972 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_2f51a314f8f6aa32639e43c53500e525 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac2c8192c87df0744145d7d7b8b73021 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3989d379eb18a3908a0f39566c4a43b = $(`<div id="html_d3989d379eb18a3908a0f39566c4a43b" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com:443</div>`)[0];
|
|
popup_ac2c8192c87df0744145d7d7b8b73021.setContent(html_d3989d379eb18a3908a0f39566c4a43b);
|
|
|
|
|
|
|
|
marker_7b1ed5273ea32a898e4629ab6bd9f972.bindPopup(popup_ac2c8192c87df0744145d7d7b8b73021)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b1ed5273ea32a898e4629ab6bd9f972.setIcon(icon_2f51a314f8f6aa32639e43c53500e525);
|
|
|
|
|
|
var marker_5e46b68d3eeb4dbad49d8c9ad4759ba1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_8889d9b6f8ab537e1ccd123246de0c43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5144ce19931b24c7ac239abb49a1f003 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b98a6504b7ef31786383b8eae4f881bd = $(`<div id="html_b98a6504b7ef31786383b8eae4f881bd" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_5144ce19931b24c7ac239abb49a1f003.setContent(html_b98a6504b7ef31786383b8eae4f881bd);
|
|
|
|
|
|
|
|
marker_5e46b68d3eeb4dbad49d8c9ad4759ba1.bindPopup(popup_5144ce19931b24c7ac239abb49a1f003)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e46b68d3eeb4dbad49d8c9ad4759ba1.setIcon(icon_8889d9b6f8ab537e1ccd123246de0c43);
|
|
|
|
|
|
var marker_d872bc16c8032e1533ddc353605341cb = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_c7957c3414b290b593c8cf3dcacca057 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_247ecaed46d228acfb7961924d67eb77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_094d48afb7d6b2ef85ca3c5054ad0cae = $(`<div id="html_094d48afb7d6b2ef85ca3c5054ad0cae" style="width: 100.0%; height: 100.0%;">relay.olas.app:443</div>`)[0];
|
|
popup_247ecaed46d228acfb7961924d67eb77.setContent(html_094d48afb7d6b2ef85ca3c5054ad0cae);
|
|
|
|
|
|
|
|
marker_d872bc16c8032e1533ddc353605341cb.bindPopup(popup_247ecaed46d228acfb7961924d67eb77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d872bc16c8032e1533ddc353605341cb.setIcon(icon_c7957c3414b290b593c8cf3dcacca057);
|
|
|
|
|
|
var marker_559c76ac66e3696ee75f839af4c00dbb = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_ceafc90d25fc05157756953f7373936f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5d9b0c090e92e0a53c3ce5e4a999f48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_327b9713179f6a8e88d5e51aff5a5741 = $(`<div id="html_327b9713179f6a8e88d5e51aff5a5741" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch:443</div>`)[0];
|
|
popup_b5d9b0c090e92e0a53c3ce5e4a999f48.setContent(html_327b9713179f6a8e88d5e51aff5a5741);
|
|
|
|
|
|
|
|
marker_559c76ac66e3696ee75f839af4c00dbb.bindPopup(popup_b5d9b0c090e92e0a53c3ce5e4a999f48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_559c76ac66e3696ee75f839af4c00dbb.setIcon(icon_ceafc90d25fc05157756953f7373936f);
|
|
|
|
|
|
var marker_a30da02138ff610a9e4e9a952b47ace1 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_f7bac8bd4f11eebde5c622f97d342fbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39322218aa70c005661f01b1e973d28a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_389b571421052631c7bc070f40db06e9 = $(`<div id="html_389b571421052631c7bc070f40db06e9" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_39322218aa70c005661f01b1e973d28a.setContent(html_389b571421052631c7bc070f40db06e9);
|
|
|
|
|
|
|
|
marker_a30da02138ff610a9e4e9a952b47ace1.bindPopup(popup_39322218aa70c005661f01b1e973d28a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a30da02138ff610a9e4e9a952b47ace1.setIcon(icon_f7bac8bd4f11eebde5c622f97d342fbd);
|
|
|
|
|
|
var marker_d41ac35a6bdd26ad20ae1cddb31377c3 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_d0c8621efc60f3d5164b0f67e0c4032e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_469bde813b768076b16fdce7c40b936f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da23dfa2e0851a9bc2e639deb8a08aeb = $(`<div id="html_da23dfa2e0851a9bc2e639deb8a08aeb" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_469bde813b768076b16fdce7c40b936f.setContent(html_da23dfa2e0851a9bc2e639deb8a08aeb);
|
|
|
|
|
|
|
|
marker_d41ac35a6bdd26ad20ae1cddb31377c3.bindPopup(popup_469bde813b768076b16fdce7c40b936f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d41ac35a6bdd26ad20ae1cddb31377c3.setIcon(icon_d0c8621efc60f3d5164b0f67e0c4032e);
|
|
|
|
|
|
var marker_6ff91e73463b0d6c5a775cedeff8b522 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_0b7bf664d0c1dff608b0c5f9f40fae66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94e557131024a715cdabb24c62171cae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a3b409b14acb99652240225c844bb0d = $(`<div id="html_0a3b409b14acb99652240225c844bb0d" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social:443</div>`)[0];
|
|
popup_94e557131024a715cdabb24c62171cae.setContent(html_0a3b409b14acb99652240225c844bb0d);
|
|
|
|
|
|
|
|
marker_6ff91e73463b0d6c5a775cedeff8b522.bindPopup(popup_94e557131024a715cdabb24c62171cae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ff91e73463b0d6c5a775cedeff8b522.setIcon(icon_0b7bf664d0c1dff608b0c5f9f40fae66);
|
|
|
|
|
|
var marker_b006a96c581c265954793214c2c6caec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_20730fd54c5908d39fe77f3b979c0134 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95dd20a918644a56a12aef27570fa6a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_725b85a37983006c74eff3c24a8a6e3e = $(`<div id="html_725b85a37983006c74eff3c24a8a6e3e" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win:443</div>`)[0];
|
|
popup_95dd20a918644a56a12aef27570fa6a5.setContent(html_725b85a37983006c74eff3c24a8a6e3e);
|
|
|
|
|
|
|
|
marker_b006a96c581c265954793214c2c6caec.bindPopup(popup_95dd20a918644a56a12aef27570fa6a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b006a96c581c265954793214c2c6caec.setIcon(icon_20730fd54c5908d39fe77f3b979c0134);
|
|
|
|
|
|
var marker_068a823f1990248fa8ece2e37d44fa8e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_79fae91ea536f62b70e61366bdfed180 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c28c82fd06c4c6e452d3cef96109f6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9518273cfb747ab9184b4dfe1eb4d599 = $(`<div id="html_9518273cfb747ab9184b4dfe1eb4d599" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_8c28c82fd06c4c6e452d3cef96109f6b.setContent(html_9518273cfb747ab9184b4dfe1eb4d599);
|
|
|
|
|
|
|
|
marker_068a823f1990248fa8ece2e37d44fa8e.bindPopup(popup_8c28c82fd06c4c6e452d3cef96109f6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_068a823f1990248fa8ece2e37d44fa8e.setIcon(icon_79fae91ea536f62b70e61366bdfed180);
|
|
|
|
|
|
var marker_b1e500317b35829e57c552bb4058d526 = L.marker(
|
|
[50.914, 3.21378],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_3406312ed209681480be76d6b4b6a6f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdecd3e42895e5a2cf4bae6fea6081be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae81808fa2bc82908b0706f06146d6fb = $(`<div id="html_ae81808fa2bc82908b0706f06146d6fb" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_fdecd3e42895e5a2cf4bae6fea6081be.setContent(html_ae81808fa2bc82908b0706f06146d6fb);
|
|
|
|
|
|
|
|
marker_b1e500317b35829e57c552bb4058d526.bindPopup(popup_fdecd3e42895e5a2cf4bae6fea6081be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1e500317b35829e57c552bb4058d526.setIcon(icon_3406312ed209681480be76d6b4b6a6f3);
|
|
|
|
|
|
var marker_b9ac4892cf2f89a84967f5d39268d201 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_38e1f082e4d95a7f8f4d6ba12d9d2913 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7ded1aaabd579e98d6b117492c5cc7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c352008c5322b3554dec74cb7633d00 = $(`<div id="html_2c352008c5322b3554dec74cb7633d00" style="width: 100.0%; height: 100.0%;">nostr.mom:443</div>`)[0];
|
|
popup_c7ded1aaabd579e98d6b117492c5cc7b.setContent(html_2c352008c5322b3554dec74cb7633d00);
|
|
|
|
|
|
|
|
marker_b9ac4892cf2f89a84967f5d39268d201.bindPopup(popup_c7ded1aaabd579e98d6b117492c5cc7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9ac4892cf2f89a84967f5d39268d201.setIcon(icon_38e1f082e4d95a7f8f4d6ba12d9d2913);
|
|
|
|
|
|
var marker_233f315bb8df2a92591197c15099c3c5 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_18c121f06b1a0db66da299249aaafea7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4182eb0a428116ef1f6dbb59787d0dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a26a6b87acd654795be5163600db6653 = $(`<div id="html_a26a6b87acd654795be5163600db6653" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com:443</div>`)[0];
|
|
popup_f4182eb0a428116ef1f6dbb59787d0dc.setContent(html_a26a6b87acd654795be5163600db6653);
|
|
|
|
|
|
|
|
marker_233f315bb8df2a92591197c15099c3c5.bindPopup(popup_f4182eb0a428116ef1f6dbb59787d0dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_233f315bb8df2a92591197c15099c3c5.setIcon(icon_18c121f06b1a0db66da299249aaafea7);
|
|
|
|
|
|
var marker_80b9aa9cdf64d3614969eca115575438 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_c0707310d05c6e863c9116287003246c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_552f3da75ad45cf6bee6c35c035c16f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f5ba1813d1ca9673195dd1b2e01a528 = $(`<div id="html_9f5ba1813d1ca9673195dd1b2e01a528" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_552f3da75ad45cf6bee6c35c035c16f2.setContent(html_9f5ba1813d1ca9673195dd1b2e01a528);
|
|
|
|
|
|
|
|
marker_80b9aa9cdf64d3614969eca115575438.bindPopup(popup_552f3da75ad45cf6bee6c35c035c16f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80b9aa9cdf64d3614969eca115575438.setIcon(icon_c0707310d05c6e863c9116287003246c);
|
|
|
|
|
|
var marker_023e157c1841aa1fd4e05e1aeda9a65b = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_35347e120b6e8e94ae4af8d9ef344967 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9772b1bfd3f7069550ec01fbc838c135 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b06a6e6b673f035c4bcbea7a885d25b1 = $(`<div id="html_b06a6e6b673f035c4bcbea7a885d25b1" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_9772b1bfd3f7069550ec01fbc838c135.setContent(html_b06a6e6b673f035c4bcbea7a885d25b1);
|
|
|
|
|
|
|
|
marker_023e157c1841aa1fd4e05e1aeda9a65b.bindPopup(popup_9772b1bfd3f7069550ec01fbc838c135)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_023e157c1841aa1fd4e05e1aeda9a65b.setIcon(icon_35347e120b6e8e94ae4af8d9ef344967);
|
|
|
|
|
|
var marker_ba06302ce44833b2fe9399e0262eb53e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_d926535436ccde57f5e7bbb615c49a6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3718b06c7a5e65137bc64634f0f0a80f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fd7b44a75f9a28b767a1c8fe2a57311 = $(`<div id="html_4fd7b44a75f9a28b767a1c8fe2a57311" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_3718b06c7a5e65137bc64634f0f0a80f.setContent(html_4fd7b44a75f9a28b767a1c8fe2a57311);
|
|
|
|
|
|
|
|
marker_ba06302ce44833b2fe9399e0262eb53e.bindPopup(popup_3718b06c7a5e65137bc64634f0f0a80f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba06302ce44833b2fe9399e0262eb53e.setIcon(icon_d926535436ccde57f5e7bbb615c49a6d);
|
|
|
|
|
|
var marker_e6cefffb57fc9c09cac3257602e7cd87 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_00e0c88fe7bc8c979bba57d87f6ee0f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96bd7fd1c28c033535a778d43208f04b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9439a2be71ca1801f55027e2d650d44 = $(`<div id="html_d9439a2be71ca1801f55027e2d650d44" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_96bd7fd1c28c033535a778d43208f04b.setContent(html_d9439a2be71ca1801f55027e2d650d44);
|
|
|
|
|
|
|
|
marker_e6cefffb57fc9c09cac3257602e7cd87.bindPopup(popup_96bd7fd1c28c033535a778d43208f04b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6cefffb57fc9c09cac3257602e7cd87.setIcon(icon_00e0c88fe7bc8c979bba57d87f6ee0f1);
|
|
|
|
|
|
var marker_493097bf8439a91317b75d229c71eb99 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_6ae15e93637e048689b9af1c3276f4a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02dd5611797f863de3db29de8df47c4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_baf107476e3dbfdd4a3265b12d6000e4 = $(`<div id="html_baf107476e3dbfdd4a3265b12d6000e4" style="width: 100.0%; height: 100.0%;">nostr.girino.org:443</div>`)[0];
|
|
popup_02dd5611797f863de3db29de8df47c4b.setContent(html_baf107476e3dbfdd4a3265b12d6000e4);
|
|
|
|
|
|
|
|
marker_493097bf8439a91317b75d229c71eb99.bindPopup(popup_02dd5611797f863de3db29de8df47c4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_493097bf8439a91317b75d229c71eb99.setIcon(icon_6ae15e93637e048689b9af1c3276f4a2);
|
|
|
|
|
|
var marker_7159e15c679f0d43a015f2cd946f3841 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_02e50c63fb302980aefd0f0f6d38aba8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_952aca0805988ccaf9ccf4d1db1bde17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c684cbd70711fe995aec3051dd5fc1a3 = $(`<div id="html_c684cbd70711fe995aec3051dd5fc1a3" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_952aca0805988ccaf9ccf4d1db1bde17.setContent(html_c684cbd70711fe995aec3051dd5fc1a3);
|
|
|
|
|
|
|
|
marker_7159e15c679f0d43a015f2cd946f3841.bindPopup(popup_952aca0805988ccaf9ccf4d1db1bde17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7159e15c679f0d43a015f2cd946f3841.setIcon(icon_02e50c63fb302980aefd0f0f6d38aba8);
|
|
|
|
|
|
var marker_ba1d6df8aac6e485451ac8744b70bbff = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_f5b6ee6c1946c38b8456ce62f33b12de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c144163c757634d1da4c8ebd075cbb17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f9cb73a2db5c2022cc1c4ad0ddc1929 = $(`<div id="html_3f9cb73a2db5c2022cc1c4ad0ddc1929" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com:443</div>`)[0];
|
|
popup_c144163c757634d1da4c8ebd075cbb17.setContent(html_3f9cb73a2db5c2022cc1c4ad0ddc1929);
|
|
|
|
|
|
|
|
marker_ba1d6df8aac6e485451ac8744b70bbff.bindPopup(popup_c144163c757634d1da4c8ebd075cbb17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba1d6df8aac6e485451ac8744b70bbff.setIcon(icon_f5b6ee6c1946c38b8456ce62f33b12de);
|
|
|
|
|
|
var marker_14e1d634e84ab587bfaed0fc033df44a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_a52711f1250d93b7332937590374bce9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44e82163ff302e781e201d6d194cef86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c519a02746e5bf42b682d31a91ff307c = $(`<div id="html_c519a02746e5bf42b682d31a91ff307c" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_44e82163ff302e781e201d6d194cef86.setContent(html_c519a02746e5bf42b682d31a91ff307c);
|
|
|
|
|
|
|
|
marker_14e1d634e84ab587bfaed0fc033df44a.bindPopup(popup_44e82163ff302e781e201d6d194cef86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14e1d634e84ab587bfaed0fc033df44a.setIcon(icon_a52711f1250d93b7332937590374bce9);
|
|
|
|
|
|
var marker_d54ce950016c217f36401db7fb736bdf = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_db594baf78793f449112f62bf3834f52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c828559d24acdd49aa1b18bd831076b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7aa0233a8b33ea63f4ab36a48569262 = $(`<div id="html_b7aa0233a8b33ea63f4ab36a48569262" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_4c828559d24acdd49aa1b18bd831076b.setContent(html_b7aa0233a8b33ea63f4ab36a48569262);
|
|
|
|
|
|
|
|
marker_d54ce950016c217f36401db7fb736bdf.bindPopup(popup_4c828559d24acdd49aa1b18bd831076b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d54ce950016c217f36401db7fb736bdf.setIcon(icon_db594baf78793f449112f62bf3834f52);
|
|
|
|
|
|
var marker_dcc95abd0d8a2ab1b798cae9b61fd41e = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_91c3181f2dbfe64d202e5576e7dc4610 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b8e5e02af4f300d5261a34058e84970 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6dde381e87ccb42ebf8096468ed86a2f = $(`<div id="html_6dde381e87ccb42ebf8096468ed86a2f" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_5b8e5e02af4f300d5261a34058e84970.setContent(html_6dde381e87ccb42ebf8096468ed86a2f);
|
|
|
|
|
|
|
|
marker_dcc95abd0d8a2ab1b798cae9b61fd41e.bindPopup(popup_5b8e5e02af4f300d5261a34058e84970)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dcc95abd0d8a2ab1b798cae9b61fd41e.setIcon(icon_91c3181f2dbfe64d202e5576e7dc4610);
|
|
|
|
|
|
var marker_d8eb6006bbf1c1127db5bef751864b14 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_04926b8560397c8145689a6215fe8f5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_731275dbf395226a779d33f928b0587d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ffcdc2872c2def8a60ef7911c2572b7 = $(`<div id="html_0ffcdc2872c2def8a60ef7911c2572b7" style="width: 100.0%; height: 100.0%;">relay.angor.io:443</div>`)[0];
|
|
popup_731275dbf395226a779d33f928b0587d.setContent(html_0ffcdc2872c2def8a60ef7911c2572b7);
|
|
|
|
|
|
|
|
marker_d8eb6006bbf1c1127db5bef751864b14.bindPopup(popup_731275dbf395226a779d33f928b0587d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8eb6006bbf1c1127db5bef751864b14.setIcon(icon_04926b8560397c8145689a6215fe8f5e);
|
|
|
|
|
|
var marker_39e21d99763c1977ed0c7bf28c5b3f16 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_7ea5895fb8cdcc8ff8ae9b7b7469f25b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_217230aa0cb0f1232e6af0f804e72e73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bda0471cee24ef4cf9324a8f63e180cf = $(`<div id="html_bda0471cee24ef4cf9324a8f63e180cf" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st:443</div>`)[0];
|
|
popup_217230aa0cb0f1232e6af0f804e72e73.setContent(html_bda0471cee24ef4cf9324a8f63e180cf);
|
|
|
|
|
|
|
|
marker_39e21d99763c1977ed0c7bf28c5b3f16.bindPopup(popup_217230aa0cb0f1232e6af0f804e72e73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39e21d99763c1977ed0c7bf28c5b3f16.setIcon(icon_7ea5895fb8cdcc8ff8ae9b7b7469f25b);
|
|
|
|
|
|
var marker_d1350e053dc35b07c265516244785111 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_f3cda2a7a0939dc272d8f44b71ac1520 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e709abd2cdfbcb4a0439d0d5a687e75f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a194eb71ecdddbeeafcdd942423bbc1c = $(`<div id="html_a194eb71ecdddbeeafcdd942423bbc1c" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name:443</div>`)[0];
|
|
popup_e709abd2cdfbcb4a0439d0d5a687e75f.setContent(html_a194eb71ecdddbeeafcdd942423bbc1c);
|
|
|
|
|
|
|
|
marker_d1350e053dc35b07c265516244785111.bindPopup(popup_e709abd2cdfbcb4a0439d0d5a687e75f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1350e053dc35b07c265516244785111.setIcon(icon_f3cda2a7a0939dc272d8f44b71ac1520);
|
|
|
|
|
|
var marker_7d00defe2926d6182401c82d9af5c4b4 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_691adf2b710ee7f08f40069f891893fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b98220984bc211a78898b33ece00ce7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ad35d2219dea5d5241252ad4cc08ff9 = $(`<div id="html_4ad35d2219dea5d5241252ad4cc08ff9" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_b98220984bc211a78898b33ece00ce7c.setContent(html_4ad35d2219dea5d5241252ad4cc08ff9);
|
|
|
|
|
|
|
|
marker_7d00defe2926d6182401c82d9af5c4b4.bindPopup(popup_b98220984bc211a78898b33ece00ce7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d00defe2926d6182401c82d9af5c4b4.setIcon(icon_691adf2b710ee7f08f40069f891893fa);
|
|
|
|
|
|
var marker_e0d91aaa1e565bb41e558717cff3645c = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e3445f696b81ae396d653a1e0760fba7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70eadb79fc947b536645011a28bcd657 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3de717fca20c0ae2f8da9ca3a697a2d8 = $(`<div id="html_3de717fca20c0ae2f8da9ca3a697a2d8" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev:443</div>`)[0];
|
|
popup_70eadb79fc947b536645011a28bcd657.setContent(html_3de717fca20c0ae2f8da9ca3a697a2d8);
|
|
|
|
|
|
|
|
marker_e0d91aaa1e565bb41e558717cff3645c.bindPopup(popup_70eadb79fc947b536645011a28bcd657)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0d91aaa1e565bb41e558717cff3645c.setIcon(icon_e3445f696b81ae396d653a1e0760fba7);
|
|
|
|
|
|
var marker_c8b93a7d7a3273c2d88d02e149d4cdf0 = L.marker(
|
|
[51.5717, 3.70417],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_406c0f92a3971e81a034b1f9474e8354 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4083f932aa8ffff2982d3c900be2e875 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea36c3570673564e3a78487c31026efb = $(`<div id="html_ea36c3570673564e3a78487c31026efb" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_4083f932aa8ffff2982d3c900be2e875.setContent(html_ea36c3570673564e3a78487c31026efb);
|
|
|
|
|
|
|
|
marker_c8b93a7d7a3273c2d88d02e149d4cdf0.bindPopup(popup_4083f932aa8ffff2982d3c900be2e875)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8b93a7d7a3273c2d88d02e149d4cdf0.setIcon(icon_406c0f92a3971e81a034b1f9474e8354);
|
|
|
|
|
|
var marker_8c4e80c50e99fe5031b8275ea3b0f045 = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_602202a81a3e35e18710362587e9c5ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6cef8a7ef84f877ea838819418334bd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71ba7b981c85e0a130da59c486ae7c4c = $(`<div id="html_71ba7b981c85e0a130da59c486ae7c4c" style="width: 100.0%; height: 100.0%;">relay.laantungir.net</div>`)[0];
|
|
popup_6cef8a7ef84f877ea838819418334bd5.setContent(html_71ba7b981c85e0a130da59c486ae7c4c);
|
|
|
|
|
|
|
|
marker_8c4e80c50e99fe5031b8275ea3b0f045.bindPopup(popup_6cef8a7ef84f877ea838819418334bd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c4e80c50e99fe5031b8275ea3b0f045.setIcon(icon_602202a81a3e35e18710362587e9c5ab);
|
|
|
|
|
|
var marker_49f6c738c8b6bc163713b9bc749db0c0 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_dd6209a2ead1375242bae7f647f48fa0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4bad2989f5939e6261d4f42dadde9404 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04d1b962ef055694147db0b79a4d6ae4 = $(`<div id="html_04d1b962ef055694147db0b79a4d6ae4" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_4bad2989f5939e6261d4f42dadde9404.setContent(html_04d1b962ef055694147db0b79a4d6ae4);
|
|
|
|
|
|
|
|
marker_49f6c738c8b6bc163713b9bc749db0c0.bindPopup(popup_4bad2989f5939e6261d4f42dadde9404)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49f6c738c8b6bc163713b9bc749db0c0.setIcon(icon_dd6209a2ead1375242bae7f647f48fa0);
|
|
|
|
|
|
var marker_a34611129035135e20b0280a2f19d306 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_5e4e5b5e8d3aae57e0653abcfc407aa4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6c393ada85945aee23bfbf5a30baa46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f180c2827c928d6ccd27979d7f45e4d = $(`<div id="html_6f180c2827c928d6ccd27979d7f45e4d" style="width: 100.0%; height: 100.0%;">nostr.stakey.net:443</div>`)[0];
|
|
popup_e6c393ada85945aee23bfbf5a30baa46.setContent(html_6f180c2827c928d6ccd27979d7f45e4d);
|
|
|
|
|
|
|
|
marker_a34611129035135e20b0280a2f19d306.bindPopup(popup_e6c393ada85945aee23bfbf5a30baa46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a34611129035135e20b0280a2f19d306.setIcon(icon_5e4e5b5e8d3aae57e0653abcfc407aa4);
|
|
|
|
|
|
var marker_152e9cd77a75e775769b3628ded4b16c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_655a3bb7dcf1d82d97a32282b90cc193 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7cde68e08b8ecb868909aa588648c76d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb6719687ee8d59df31bb9c9bef3e66f = $(`<div id="html_fb6719687ee8d59df31bb9c9bef3e66f" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_7cde68e08b8ecb868909aa588648c76d.setContent(html_fb6719687ee8d59df31bb9c9bef3e66f);
|
|
|
|
|
|
|
|
marker_152e9cd77a75e775769b3628ded4b16c.bindPopup(popup_7cde68e08b8ecb868909aa588648c76d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_152e9cd77a75e775769b3628ded4b16c.setIcon(icon_655a3bb7dcf1d82d97a32282b90cc193);
|
|
|
|
|
|
var marker_8b0e48d35cf61725bdec58d8e87ad193 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_662ec333dfcd6efacd20111e36e514b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ddb9bbd547d478726827a2933958d2c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99bb149ec399cb53071a797c8858b684 = $(`<div id="html_99bb149ec399cb53071a797c8858b684" style="width: 100.0%; height: 100.0%;">relay2.angor.io:443</div>`)[0];
|
|
popup_1ddb9bbd547d478726827a2933958d2c.setContent(html_99bb149ec399cb53071a797c8858b684);
|
|
|
|
|
|
|
|
marker_8b0e48d35cf61725bdec58d8e87ad193.bindPopup(popup_1ddb9bbd547d478726827a2933958d2c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b0e48d35cf61725bdec58d8e87ad193.setIcon(icon_662ec333dfcd6efacd20111e36e514b7);
|
|
|
|
|
|
var marker_02b8d86e13be29d5e6330790e2ca3681 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_ae11b13bf099f5bfe0452204f6963fa1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95cac774bb90408269c87c8f677359e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae9fe7628963353fd153e3a0851c79fa = $(`<div id="html_ae9fe7628963353fd153e3a0851c79fa" style="width: 100.0%; height: 100.0%;">nostr.wild-vibes.ts.net</div>`)[0];
|
|
popup_95cac774bb90408269c87c8f677359e1.setContent(html_ae9fe7628963353fd153e3a0851c79fa);
|
|
|
|
|
|
|
|
marker_02b8d86e13be29d5e6330790e2ca3681.bindPopup(popup_95cac774bb90408269c87c8f677359e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02b8d86e13be29d5e6330790e2ca3681.setIcon(icon_ae11b13bf099f5bfe0452204f6963fa1);
|
|
|
|
|
|
var marker_7a9564c4d6547b549796a62f3d91157a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_c28b6ba714d02b67a926097479c29498 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bf748875af6055ffe178af71e7af9ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0d2802a0f6d6c6e164c37f5b3dad907 = $(`<div id="html_a0d2802a0f6d6c6e164c37f5b3dad907" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_8bf748875af6055ffe178af71e7af9ce.setContent(html_a0d2802a0f6d6c6e164c37f5b3dad907);
|
|
|
|
|
|
|
|
marker_7a9564c4d6547b549796a62f3d91157a.bindPopup(popup_8bf748875af6055ffe178af71e7af9ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a9564c4d6547b549796a62f3d91157a.setIcon(icon_c28b6ba714d02b67a926097479c29498);
|
|
|
|
|
|
var marker_236ffa54e328dd83d1c02d9e8da80dda = L.marker(
|
|
[13.966, 101.513],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e2faefade67dfa4bf1cb43d3cc4d3b17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8cf2847a6235615dd4295b3e94f0653a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85c5b167e8856e43ce4ae749bbeff9d6 = $(`<div id="html_85c5b167e8856e43ce4ae749bbeff9d6" style="width: 100.0%; height: 100.0%;">relay.notoshi.win:443</div>`)[0];
|
|
popup_8cf2847a6235615dd4295b3e94f0653a.setContent(html_85c5b167e8856e43ce4ae749bbeff9d6);
|
|
|
|
|
|
|
|
marker_236ffa54e328dd83d1c02d9e8da80dda.bindPopup(popup_8cf2847a6235615dd4295b3e94f0653a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_236ffa54e328dd83d1c02d9e8da80dda.setIcon(icon_e2faefade67dfa4bf1cb43d3cc4d3b17);
|
|
|
|
|
|
var marker_5fbb0106ea7c756fe7e1c78d7f53e6d9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_22782d6f91391d5ff23bd98b473441be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69c5ca8b720bff508d40009b8ea0f2f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b99e43186a2122a0543512b0725fd5d1 = $(`<div id="html_b99e43186a2122a0543512b0725fd5d1" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_69c5ca8b720bff508d40009b8ea0f2f6.setContent(html_b99e43186a2122a0543512b0725fd5d1);
|
|
|
|
|
|
|
|
marker_5fbb0106ea7c756fe7e1c78d7f53e6d9.bindPopup(popup_69c5ca8b720bff508d40009b8ea0f2f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5fbb0106ea7c756fe7e1c78d7f53e6d9.setIcon(icon_22782d6f91391d5ff23bd98b473441be);
|
|
|
|
|
|
var marker_fd607b40bebd7f0fc6743fb2d312e091 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_dfa2261fa4a5b307d131f72195786c7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4a249f8fe022e776ce0af9a94c9715f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1269c1d89ee4f4b6b0dfa38c7a5e827 = $(`<div id="html_c1269c1d89ee4f4b6b0dfa38c7a5e827" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org</div>`)[0];
|
|
popup_a4a249f8fe022e776ce0af9a94c9715f.setContent(html_c1269c1d89ee4f4b6b0dfa38c7a5e827);
|
|
|
|
|
|
|
|
marker_fd607b40bebd7f0fc6743fb2d312e091.bindPopup(popup_a4a249f8fe022e776ce0af9a94c9715f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd607b40bebd7f0fc6743fb2d312e091.setIcon(icon_dfa2261fa4a5b307d131f72195786c7b);
|
|
|
|
|
|
var marker_6cabd9b4ff4bb258c074b97f67fc3c68 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_a214e78420a94cc2ae20a1278df5aaea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_687fe247db0469c34f9066cee431cca0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ee66ad03a2cc20721b3d08eb4f5c2f8 = $(`<div id="html_3ee66ad03a2cc20721b3d08eb4f5c2f8" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_687fe247db0469c34f9066cee431cca0.setContent(html_3ee66ad03a2cc20721b3d08eb4f5c2f8);
|
|
|
|
|
|
|
|
marker_6cabd9b4ff4bb258c074b97f67fc3c68.bindPopup(popup_687fe247db0469c34f9066cee431cca0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6cabd9b4ff4bb258c074b97f67fc3c68.setIcon(icon_a214e78420a94cc2ae20a1278df5aaea);
|
|
|
|
|
|
var marker_17a3dc614e5ac7c4f194b4d123a86f31 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_42cd6221146c336aed6d78117f40d10c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38a5a304c731c1746d9c93b6eef065cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e58fdb3afb7468d4bbe9eec264871b5 = $(`<div id="html_4e58fdb3afb7468d4bbe9eec264871b5" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_38a5a304c731c1746d9c93b6eef065cd.setContent(html_4e58fdb3afb7468d4bbe9eec264871b5);
|
|
|
|
|
|
|
|
marker_17a3dc614e5ac7c4f194b4d123a86f31.bindPopup(popup_38a5a304c731c1746d9c93b6eef065cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17a3dc614e5ac7c4f194b4d123a86f31.setIcon(icon_42cd6221146c336aed6d78117f40d10c);
|
|
|
|
|
|
var marker_9b311def0f18d455396c3aabc9cb9b79 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_a9a5d7fb090a97bbfdf09f521309ad43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdfa633e784d9c46a6aeaa8e23c13aae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24081dcab69b84e9e4b72333e204d1ec = $(`<div id="html_24081dcab69b84e9e4b72333e204d1ec" style="width: 100.0%; height: 100.0%;">nostr.janx.com</div>`)[0];
|
|
popup_cdfa633e784d9c46a6aeaa8e23c13aae.setContent(html_24081dcab69b84e9e4b72333e204d1ec);
|
|
|
|
|
|
|
|
marker_9b311def0f18d455396c3aabc9cb9b79.bindPopup(popup_cdfa633e784d9c46a6aeaa8e23c13aae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b311def0f18d455396c3aabc9cb9b79.setIcon(icon_a9a5d7fb090a97bbfdf09f521309ad43);
|
|
|
|
|
|
var marker_4880e14e971d70cb73110ba267a29d77 = L.marker(
|
|
[36.1659, -86.7844],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_47fe568f7b765c6790c5b51f8ee3d87f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_872899adece4528b9b07bc01d5992eb0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68518ddf332a6e75b122df2154f63046 = $(`<div id="html_68518ddf332a6e75b122df2154f63046" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_872899adece4528b9b07bc01d5992eb0.setContent(html_68518ddf332a6e75b122df2154f63046);
|
|
|
|
|
|
|
|
marker_4880e14e971d70cb73110ba267a29d77.bindPopup(popup_872899adece4528b9b07bc01d5992eb0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4880e14e971d70cb73110ba267a29d77.setIcon(icon_47fe568f7b765c6790c5b51f8ee3d87f);
|
|
|
|
|
|
var marker_cd79ce4b828b5d81048d7336f7e19d0b = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_f603ddbf9656c280a90b8c2e96ad9d3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3275b4651ffc295521375ddfcaf9cba6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa066300cef833ca1edc2648e39e2ae1 = $(`<div id="html_fa066300cef833ca1edc2648e39e2ae1" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_3275b4651ffc295521375ddfcaf9cba6.setContent(html_fa066300cef833ca1edc2648e39e2ae1);
|
|
|
|
|
|
|
|
marker_cd79ce4b828b5d81048d7336f7e19d0b.bindPopup(popup_3275b4651ffc295521375ddfcaf9cba6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd79ce4b828b5d81048d7336f7e19d0b.setIcon(icon_f603ddbf9656c280a90b8c2e96ad9d3c);
|
|
|
|
|
|
var marker_cd9a0afe4c8f690faa66512b4b5d3463 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_d0d8b19cf3d78b4868680d16958c5d5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84aae793a7ac78e2b00d4b4a5029ebb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8682157e7999dabc9b82ef1329cc5aa = $(`<div id="html_c8682157e7999dabc9b82ef1329cc5aa" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st:443</div>`)[0];
|
|
popup_84aae793a7ac78e2b00d4b4a5029ebb9.setContent(html_c8682157e7999dabc9b82ef1329cc5aa);
|
|
|
|
|
|
|
|
marker_cd9a0afe4c8f690faa66512b4b5d3463.bindPopup(popup_84aae793a7ac78e2b00d4b4a5029ebb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd9a0afe4c8f690faa66512b4b5d3463.setIcon(icon_d0d8b19cf3d78b4868680d16958c5d5e);
|
|
|
|
|
|
var marker_b1e95498e452068b0580b1fe7bf23278 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_bda075814c6a258e6786bbcef09159dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_535ded8cbdf9f2c4fc293cd55b078d29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ae63ed6a436016690908fd028df2c82 = $(`<div id="html_4ae63ed6a436016690908fd028df2c82" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_535ded8cbdf9f2c4fc293cd55b078d29.setContent(html_4ae63ed6a436016690908fd028df2c82);
|
|
|
|
|
|
|
|
marker_b1e95498e452068b0580b1fe7bf23278.bindPopup(popup_535ded8cbdf9f2c4fc293cd55b078d29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1e95498e452068b0580b1fe7bf23278.setIcon(icon_bda075814c6a258e6786bbcef09159dd);
|
|
|
|
|
|
var marker_91fd6da277f71f0377144f2a22f674f3 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_cf758e4b63dc3205a965324a34ebf041 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26256879e5705632f4ab06e7f16b054a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f0a380d9dfd73a501f7750cfac486eb = $(`<div id="html_8f0a380d9dfd73a501f7750cfac486eb" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_26256879e5705632f4ab06e7f16b054a.setContent(html_8f0a380d9dfd73a501f7750cfac486eb);
|
|
|
|
|
|
|
|
marker_91fd6da277f71f0377144f2a22f674f3.bindPopup(popup_26256879e5705632f4ab06e7f16b054a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91fd6da277f71f0377144f2a22f674f3.setIcon(icon_cf758e4b63dc3205a965324a34ebf041);
|
|
|
|
|
|
var marker_9cfc4cac0296ba671dcf58d76199631b = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_dd20c6d03baf21a77b1613e61a1bd9f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59c9bef6a07452ce2336cfda04131954 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9004ef2a6197faf622000a43728a2654 = $(`<div id="html_9004ef2a6197faf622000a43728a2654" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_59c9bef6a07452ce2336cfda04131954.setContent(html_9004ef2a6197faf622000a43728a2654);
|
|
|
|
|
|
|
|
marker_9cfc4cac0296ba671dcf58d76199631b.bindPopup(popup_59c9bef6a07452ce2336cfda04131954)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9cfc4cac0296ba671dcf58d76199631b.setIcon(icon_dd20c6d03baf21a77b1613e61a1bd9f9);
|
|
|
|
|
|
var marker_c0e9d20896af166add0f42700a5a362f = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_11607aa1f9c9ddd83a7fb2bf6713266d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1e55524c9a239c7ce7a0515695bfee3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91c292ce84f3388b39b1049e56f32506 = $(`<div id="html_91c292ce84f3388b39b1049e56f32506" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_b1e55524c9a239c7ce7a0515695bfee3.setContent(html_91c292ce84f3388b39b1049e56f32506);
|
|
|
|
|
|
|
|
marker_c0e9d20896af166add0f42700a5a362f.bindPopup(popup_b1e55524c9a239c7ce7a0515695bfee3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0e9d20896af166add0f42700a5a362f.setIcon(icon_11607aa1f9c9ddd83a7fb2bf6713266d);
|
|
|
|
|
|
var marker_acc5623b52f2197f935da9bb44ef8266 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_1d27bdd3f6de51d2ccafb91d1b0812ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a9556b3ef7b6f088620bbc1260e3402 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a7e4cade2ce9bfb9c9deb514e1de1eb = $(`<div id="html_4a7e4cade2ce9bfb9c9deb514e1de1eb" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_9a9556b3ef7b6f088620bbc1260e3402.setContent(html_4a7e4cade2ce9bfb9c9deb514e1de1eb);
|
|
|
|
|
|
|
|
marker_acc5623b52f2197f935da9bb44ef8266.bindPopup(popup_9a9556b3ef7b6f088620bbc1260e3402)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_acc5623b52f2197f935da9bb44ef8266.setIcon(icon_1d27bdd3f6de51d2ccafb91d1b0812ee);
|
|
|
|
|
|
var marker_e579a24e87114cdb32164932111bb47c = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_820572601c6fd9ecebf7738d916ee9bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70407a03210c07677251a91617ab2609 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_522bf853d88f80fcf746d54d2df2898b = $(`<div id="html_522bf853d88f80fcf746d54d2df2898b" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_70407a03210c07677251a91617ab2609.setContent(html_522bf853d88f80fcf746d54d2df2898b);
|
|
|
|
|
|
|
|
marker_e579a24e87114cdb32164932111bb47c.bindPopup(popup_70407a03210c07677251a91617ab2609)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e579a24e87114cdb32164932111bb47c.setIcon(icon_820572601c6fd9ecebf7738d916ee9bf);
|
|
|
|
|
|
var marker_34dc8631a6ff4c5a27d48e69945f5170 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_3bef8b5fe7d2b84016b4caa73e679060 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_577ba8ed1ec151a60875735d68f7fa8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a98325f2fa7698a6d67c9e3747736e20 = $(`<div id="html_a98325f2fa7698a6d67c9e3747736e20" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_577ba8ed1ec151a60875735d68f7fa8e.setContent(html_a98325f2fa7698a6d67c9e3747736e20);
|
|
|
|
|
|
|
|
marker_34dc8631a6ff4c5a27d48e69945f5170.bindPopup(popup_577ba8ed1ec151a60875735d68f7fa8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34dc8631a6ff4c5a27d48e69945f5170.setIcon(icon_3bef8b5fe7d2b84016b4caa73e679060);
|
|
|
|
|
|
var marker_3ec51bbce95ea072e0406d71e7a4d54b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e2b462178a0c3a61317f615edd3d84d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a442868922edc5a2ca1c58b878668e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad420f52689d99cc4016a6ecf1786e55 = $(`<div id="html_ad420f52689d99cc4016a6ecf1786e55" style="width: 100.0%; height: 100.0%;">test.thedude.cloud</div>`)[0];
|
|
popup_0a442868922edc5a2ca1c58b878668e4.setContent(html_ad420f52689d99cc4016a6ecf1786e55);
|
|
|
|
|
|
|
|
marker_3ec51bbce95ea072e0406d71e7a4d54b.bindPopup(popup_0a442868922edc5a2ca1c58b878668e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ec51bbce95ea072e0406d71e7a4d54b.setIcon(icon_e2b462178a0c3a61317f615edd3d84d0);
|
|
|
|
|
|
var marker_90a69da5527edf0520d13d52e6f0ee6d = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_c7749864b87e79e5e449e9830b6c62b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00fa7aec344eee2755dceb3eb2e59dfb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb66e4c270e31b1acf38d36a5931f735 = $(`<div id="html_bb66e4c270e31b1acf38d36a5931f735" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_00fa7aec344eee2755dceb3eb2e59dfb.setContent(html_bb66e4c270e31b1acf38d36a5931f735);
|
|
|
|
|
|
|
|
marker_90a69da5527edf0520d13d52e6f0ee6d.bindPopup(popup_00fa7aec344eee2755dceb3eb2e59dfb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90a69da5527edf0520d13d52e6f0ee6d.setIcon(icon_c7749864b87e79e5e449e9830b6c62b1);
|
|
|
|
|
|
var marker_1dcda9529199d0302ffd1f19ace5590f = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_2683e8797f46eeccf66278c248e60ed7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3fc6964cabdc53575c2572ced3d0726 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2add4f75453eac136c322394d070dff4 = $(`<div id="html_2add4f75453eac136c322394d070dff4" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_f3fc6964cabdc53575c2572ced3d0726.setContent(html_2add4f75453eac136c322394d070dff4);
|
|
|
|
|
|
|
|
marker_1dcda9529199d0302ffd1f19ace5590f.bindPopup(popup_f3fc6964cabdc53575c2572ced3d0726)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1dcda9529199d0302ffd1f19ace5590f.setIcon(icon_2683e8797f46eeccf66278c248e60ed7);
|
|
|
|
|
|
var marker_0dac9c3045f9b977c4455aa75713e341 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_8801f336a2fa624539966e8f51738366 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8fbb3c3d64c5520ce6536336bf2f0ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8019ac979253d064a80b9c79f1986fe3 = $(`<div id="html_8019ac979253d064a80b9c79f1986fe3" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_f8fbb3c3d64c5520ce6536336bf2f0ab.setContent(html_8019ac979253d064a80b9c79f1986fe3);
|
|
|
|
|
|
|
|
marker_0dac9c3045f9b977c4455aa75713e341.bindPopup(popup_f8fbb3c3d64c5520ce6536336bf2f0ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0dac9c3045f9b977c4455aa75713e341.setIcon(icon_8801f336a2fa624539966e8f51738366);
|
|
|
|
|
|
var marker_d96138ca51769c14f8a13739fd1d0366 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_473a32b4985a7f3968ba8340caffdf82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58f4f362bcfbdb2df85e56a2275fa7ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12c29f24c7a78b041b86e195fd3c7dd2 = $(`<div id="html_12c29f24c7a78b041b86e195fd3c7dd2" style="width: 100.0%; height: 100.0%;">relay.edufeed.org:443</div>`)[0];
|
|
popup_58f4f362bcfbdb2df85e56a2275fa7ed.setContent(html_12c29f24c7a78b041b86e195fd3c7dd2);
|
|
|
|
|
|
|
|
marker_d96138ca51769c14f8a13739fd1d0366.bindPopup(popup_58f4f362bcfbdb2df85e56a2275fa7ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d96138ca51769c14f8a13739fd1d0366.setIcon(icon_473a32b4985a7f3968ba8340caffdf82);
|
|
|
|
|
|
var marker_728e193c8db8c1ca427186ef6b10844b = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e16f923764259b111ca728182933fd6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58e7e1da1dc5948b772cb35d20662411 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1dfaba34e68fd7bd14d3784921cf65f4 = $(`<div id="html_1dfaba34e68fd7bd14d3784921cf65f4" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_58e7e1da1dc5948b772cb35d20662411.setContent(html_1dfaba34e68fd7bd14d3784921cf65f4);
|
|
|
|
|
|
|
|
marker_728e193c8db8c1ca427186ef6b10844b.bindPopup(popup_58e7e1da1dc5948b772cb35d20662411)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_728e193c8db8c1ca427186ef6b10844b.setIcon(icon_e16f923764259b111ca728182933fd6e);
|
|
|
|
|
|
var marker_c991cceec2ceb92ae3a24460d129504c = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_005348774c74ff46e838d855b06198ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2277e27ef4955f8ffb12dbfa143c4de0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d7eee86ba6e3d4264701148114dafb4 = $(`<div id="html_8d7eee86ba6e3d4264701148114dafb4" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_2277e27ef4955f8ffb12dbfa143c4de0.setContent(html_8d7eee86ba6e3d4264701148114dafb4);
|
|
|
|
|
|
|
|
marker_c991cceec2ceb92ae3a24460d129504c.bindPopup(popup_2277e27ef4955f8ffb12dbfa143c4de0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c991cceec2ceb92ae3a24460d129504c.setIcon(icon_005348774c74ff46e838d855b06198ae);
|
|
|
|
|
|
var marker_21fb3aee818325f4bd765dcb9b9151d5 = L.marker(
|
|
[1.27994, 103.849],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_5b121a865489be9f03b4e28f46dd9ba5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df17e0c4f3da88ed7b515f9fd2a1d4e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2587af9d69af5dd88e2c469f47a9615a = $(`<div id="html_2587af9d69af5dd88e2c469f47a9615a" style="width: 100.0%; height: 100.0%;">nostr.aruku.ovh</div>`)[0];
|
|
popup_df17e0c4f3da88ed7b515f9fd2a1d4e7.setContent(html_2587af9d69af5dd88e2c469f47a9615a);
|
|
|
|
|
|
|
|
marker_21fb3aee818325f4bd765dcb9b9151d5.bindPopup(popup_df17e0c4f3da88ed7b515f9fd2a1d4e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21fb3aee818325f4bd765dcb9b9151d5.setIcon(icon_5b121a865489be9f03b4e28f46dd9ba5);
|
|
|
|
|
|
var marker_13ec40a82108948d0e86d44f848fba67 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_b8318a16ee90de237f8a168bed750c98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e9a4c0113c14e47b461db207c08973c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d771a4393e9d91ac3240636e20b26f06 = $(`<div id="html_d771a4393e9d91ac3240636e20b26f06" style="width: 100.0%; height: 100.0%;">offchain.pub:443</div>`)[0];
|
|
popup_9e9a4c0113c14e47b461db207c08973c.setContent(html_d771a4393e9d91ac3240636e20b26f06);
|
|
|
|
|
|
|
|
marker_13ec40a82108948d0e86d44f848fba67.bindPopup(popup_9e9a4c0113c14e47b461db207c08973c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13ec40a82108948d0e86d44f848fba67.setIcon(icon_b8318a16ee90de237f8a168bed750c98);
|
|
|
|
|
|
var marker_58ce592bc6e023cb2204bce27a0bd2c7 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_c97bacb14435de8e38b021aa0ea5814a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18fe77e3259338b63046f72b2904f245 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_298436220c99c437a0b91ee78b90a380 = $(`<div id="html_298436220c99c437a0b91ee78b90a380" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx:443</div>`)[0];
|
|
popup_18fe77e3259338b63046f72b2904f245.setContent(html_298436220c99c437a0b91ee78b90a380);
|
|
|
|
|
|
|
|
marker_58ce592bc6e023cb2204bce27a0bd2c7.bindPopup(popup_18fe77e3259338b63046f72b2904f245)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58ce592bc6e023cb2204bce27a0bd2c7.setIcon(icon_c97bacb14435de8e38b021aa0ea5814a);
|
|
|
|
|
|
var marker_35dbba86e4b1581a4f1a564141a3a424 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_1012bb9cd2adfe143fd4be9e1665fb91 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3e50a46e038489be4bff115f2af40f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27629f5a56845b9f1afab829d8073860 = $(`<div id="html_27629f5a56845b9f1afab829d8073860" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev:443</div>`)[0];
|
|
popup_e3e50a46e038489be4bff115f2af40f3.setContent(html_27629f5a56845b9f1afab829d8073860);
|
|
|
|
|
|
|
|
marker_35dbba86e4b1581a4f1a564141a3a424.bindPopup(popup_e3e50a46e038489be4bff115f2af40f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35dbba86e4b1581a4f1a564141a3a424.setIcon(icon_1012bb9cd2adfe143fd4be9e1665fb91);
|
|
|
|
|
|
var marker_b1ad27f84365d7676dd1402460354e05 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_f27532f59a07a499dc24df1da9c63932 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d12656947258e966518a7103dec65123 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b20caa92910671b4389794bb9cae5cd = $(`<div id="html_8b20caa92910671b4389794bb9cae5cd" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_d12656947258e966518a7103dec65123.setContent(html_8b20caa92910671b4389794bb9cae5cd);
|
|
|
|
|
|
|
|
marker_b1ad27f84365d7676dd1402460354e05.bindPopup(popup_d12656947258e966518a7103dec65123)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1ad27f84365d7676dd1402460354e05.setIcon(icon_f27532f59a07a499dc24df1da9c63932);
|
|
|
|
|
|
var marker_99806b878c83c51de8f46a44608ffc0d = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_053d40cc5d18772e237067aa4c9e9dfa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8465e1eea73bb396de30aba37d7469af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_573ee55b673bf7e35bb918798f0811d0 = $(`<div id="html_573ee55b673bf7e35bb918798f0811d0" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_8465e1eea73bb396de30aba37d7469af.setContent(html_573ee55b673bf7e35bb918798f0811d0);
|
|
|
|
|
|
|
|
marker_99806b878c83c51de8f46a44608ffc0d.bindPopup(popup_8465e1eea73bb396de30aba37d7469af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99806b878c83c51de8f46a44608ffc0d.setIcon(icon_053d40cc5d18772e237067aa4c9e9dfa);
|
|
|
|
|
|
var marker_6e4ba6604bf1c60b354df2b2990aa909 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_fcca3f81552fcb1d377d36e2fabb5ee2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6427d692d19d1e39113ad514a663b0c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd97f8ca7d0784e2a471b39cc8c035ed = $(`<div id="html_cd97f8ca7d0784e2a471b39cc8c035ed" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_6427d692d19d1e39113ad514a663b0c1.setContent(html_cd97f8ca7d0784e2a471b39cc8c035ed);
|
|
|
|
|
|
|
|
marker_6e4ba6604bf1c60b354df2b2990aa909.bindPopup(popup_6427d692d19d1e39113ad514a663b0c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e4ba6604bf1c60b354df2b2990aa909.setIcon(icon_fcca3f81552fcb1d377d36e2fabb5ee2);
|
|
|
|
|
|
var marker_b43b2f552673087c9095e46145121099 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_872b59b1fc19f4879d4da819ff19c615 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_311eaf346af36d145012567cda8a709e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_047f2cafe2247c3d91f664cea413c901 = $(`<div id="html_047f2cafe2247c3d91f664cea413c901" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_311eaf346af36d145012567cda8a709e.setContent(html_047f2cafe2247c3d91f664cea413c901);
|
|
|
|
|
|
|
|
marker_b43b2f552673087c9095e46145121099.bindPopup(popup_311eaf346af36d145012567cda8a709e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b43b2f552673087c9095e46145121099.setIcon(icon_872b59b1fc19f4879d4da819ff19c615);
|
|
|
|
|
|
var marker_2fe895b81fa6814a296f7b4c7d94b448 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_1c88ab16fed6724712196e7b49347e78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7b0febed4683ed72443af1123f8d6ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74baa3221fa170b0b3941316fc8dc128 = $(`<div id="html_74baa3221fa170b0b3941316fc8dc128" style="width: 100.0%; height: 100.0%;">r.0kb.io:443</div>`)[0];
|
|
popup_a7b0febed4683ed72443af1123f8d6ea.setContent(html_74baa3221fa170b0b3941316fc8dc128);
|
|
|
|
|
|
|
|
marker_2fe895b81fa6814a296f7b4c7d94b448.bindPopup(popup_a7b0febed4683ed72443af1123f8d6ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fe895b81fa6814a296f7b4c7d94b448.setIcon(icon_1c88ab16fed6724712196e7b49347e78);
|
|
|
|
|
|
var marker_b39e819a08ffdca73374f1ea1aca2c7d = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_7d7af495ba254794176295e7f636effc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7f1c006f1bbcbb337ebdcb469639805 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4c8f2baf028b930bd090ca901a152cc = $(`<div id="html_d4c8f2baf028b930bd090ca901a152cc" style="width: 100.0%; height: 100.0%;">relay.lightning.pub:443</div>`)[0];
|
|
popup_b7f1c006f1bbcbb337ebdcb469639805.setContent(html_d4c8f2baf028b930bd090ca901a152cc);
|
|
|
|
|
|
|
|
marker_b39e819a08ffdca73374f1ea1aca2c7d.bindPopup(popup_b7f1c006f1bbcbb337ebdcb469639805)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b39e819a08ffdca73374f1ea1aca2c7d.setIcon(icon_7d7af495ba254794176295e7f636effc);
|
|
|
|
|
|
var marker_a06dc2a90757f694f75c518788a844bf = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_ee8a1ac72777b076f900431fdb78fe8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6151c75fa89c2c06ff709251df90cba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39d985a2d48797dac1719154c005b00d = $(`<div id="html_39d985a2d48797dac1719154c005b00d" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_f6151c75fa89c2c06ff709251df90cba.setContent(html_39d985a2d48797dac1719154c005b00d);
|
|
|
|
|
|
|
|
marker_a06dc2a90757f694f75c518788a844bf.bindPopup(popup_f6151c75fa89c2c06ff709251df90cba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a06dc2a90757f694f75c518788a844bf.setIcon(icon_ee8a1ac72777b076f900431fdb78fe8b);
|
|
|
|
|
|
var marker_eb5ab8c38c1480b580c24c2a144fde49 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_c55663a832da335294e404f6c5ec87ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b19fc0db1469aa8e769a61076bb56319 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e45a5d23f69b0f33572336acf5f0d515 = $(`<div id="html_e45a5d23f69b0f33572336acf5f0d515" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_b19fc0db1469aa8e769a61076bb56319.setContent(html_e45a5d23f69b0f33572336acf5f0d515);
|
|
|
|
|
|
|
|
marker_eb5ab8c38c1480b580c24c2a144fde49.bindPopup(popup_b19fc0db1469aa8e769a61076bb56319)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb5ab8c38c1480b580c24c2a144fde49.setIcon(icon_c55663a832da335294e404f6c5ec87ee);
|
|
|
|
|
|
var marker_a73c36a4bbdeb5b2d815977df233544b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_bef3122e230c642043df5744e33dcc70 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de3cb4580f2c2e7114bcf248212be5ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9506e89c666a605f327fddd30ff3e6c4 = $(`<div id="html_9506e89c666a605f327fddd30ff3e6c4" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_de3cb4580f2c2e7114bcf248212be5ce.setContent(html_9506e89c666a605f327fddd30ff3e6c4);
|
|
|
|
|
|
|
|
marker_a73c36a4bbdeb5b2d815977df233544b.bindPopup(popup_de3cb4580f2c2e7114bcf248212be5ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a73c36a4bbdeb5b2d815977df233544b.setIcon(icon_bef3122e230c642043df5744e33dcc70);
|
|
|
|
|
|
var marker_8fba7bbb29740831be9c41b84c72099c = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_92a2f76025468f792edfa9a721efca6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b7a1f473d2a2fe369ecedf0abf83398 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dadbacb93bd08cf479603a12852c64ad = $(`<div id="html_dadbacb93bd08cf479603a12852c64ad" style="width: 100.0%; height: 100.0%;">nostr.tac.lol:443</div>`)[0];
|
|
popup_1b7a1f473d2a2fe369ecedf0abf83398.setContent(html_dadbacb93bd08cf479603a12852c64ad);
|
|
|
|
|
|
|
|
marker_8fba7bbb29740831be9c41b84c72099c.bindPopup(popup_1b7a1f473d2a2fe369ecedf0abf83398)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fba7bbb29740831be9c41b84c72099c.setIcon(icon_92a2f76025468f792edfa9a721efca6c);
|
|
|
|
|
|
var marker_df7488d11a13a1737edb379c75a533d7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e0b44e50edc84b9902303d7783dfaafd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b73edff73c4c37d7147b20be63bb52d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_994d56b3b3d6fbd435437592e0f0fc1f = $(`<div id="html_994d56b3b3d6fbd435437592e0f0fc1f" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_b73edff73c4c37d7147b20be63bb52d5.setContent(html_994d56b3b3d6fbd435437592e0f0fc1f);
|
|
|
|
|
|
|
|
marker_df7488d11a13a1737edb379c75a533d7.bindPopup(popup_b73edff73c4c37d7147b20be63bb52d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df7488d11a13a1737edb379c75a533d7.setIcon(icon_e0b44e50edc84b9902303d7783dfaafd);
|
|
|
|
|
|
var marker_3dcd04cc908e3390712e4606b965edd1 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_06a1b458e0f0a86801ddc504b450f02a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_784dd24d7bddd74cf979d2c46f2ec420 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e04f3761dd565b4d7c8973b88808d08d = $(`<div id="html_e04f3761dd565b4d7c8973b88808d08d" style="width: 100.0%; height: 100.0%;">relay.lanavault.space:443</div>`)[0];
|
|
popup_784dd24d7bddd74cf979d2c46f2ec420.setContent(html_e04f3761dd565b4d7c8973b88808d08d);
|
|
|
|
|
|
|
|
marker_3dcd04cc908e3390712e4606b965edd1.bindPopup(popup_784dd24d7bddd74cf979d2c46f2ec420)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3dcd04cc908e3390712e4606b965edd1.setIcon(icon_06a1b458e0f0a86801ddc504b450f02a);
|
|
|
|
|
|
var marker_56db458ff598f211e56e0859d40dd364 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_cea4d9a9e90af19a7cda41dcdf4d513e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cda9ac2418f0eda4cd80ac9d8047dce5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a14846a857ebd7c01bc64c7177178c7 = $(`<div id="html_7a14846a857ebd7c01bc64c7177178c7" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io:443</div>`)[0];
|
|
popup_cda9ac2418f0eda4cd80ac9d8047dce5.setContent(html_7a14846a857ebd7c01bc64c7177178c7);
|
|
|
|
|
|
|
|
marker_56db458ff598f211e56e0859d40dd364.bindPopup(popup_cda9ac2418f0eda4cd80ac9d8047dce5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56db458ff598f211e56e0859d40dd364.setIcon(icon_cea4d9a9e90af19a7cda41dcdf4d513e);
|
|
|
|
|
|
var marker_59dee43f8793988dca1c97369cc59759 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_592eb05be47e2fecebcd30b3c180ae07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a655954ce435f62952990e0096e19a85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_356d0783740b4788229129d6eec4d3b3 = $(`<div id="html_356d0783740b4788229129d6eec4d3b3" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_a655954ce435f62952990e0096e19a85.setContent(html_356d0783740b4788229129d6eec4d3b3);
|
|
|
|
|
|
|
|
marker_59dee43f8793988dca1c97369cc59759.bindPopup(popup_a655954ce435f62952990e0096e19a85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59dee43f8793988dca1c97369cc59759.setIcon(icon_592eb05be47e2fecebcd30b3c180ae07);
|
|
|
|
|
|
var marker_4fdedf79d7dbbcb86ea44bc5d19340fe = L.marker(
|
|
[35.2227, -97.4786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_9ad9c299d7f4473ee5f24d50679c66f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_067e399128a697023c58c47606f81c99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e93d5ef7af714c075aa52c6386ca5664 = $(`<div id="html_e93d5ef7af714c075aa52c6386ca5664" style="width: 100.0%; height: 100.0%;">relay.beginningend.com:443</div>`)[0];
|
|
popup_067e399128a697023c58c47606f81c99.setContent(html_e93d5ef7af714c075aa52c6386ca5664);
|
|
|
|
|
|
|
|
marker_4fdedf79d7dbbcb86ea44bc5d19340fe.bindPopup(popup_067e399128a697023c58c47606f81c99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4fdedf79d7dbbcb86ea44bc5d19340fe.setIcon(icon_9ad9c299d7f4473ee5f24d50679c66f4);
|
|
|
|
|
|
var marker_a6ef7cf1c7fc9d85d4d96e6c3a72caf4 = L.marker(
|
|
[51.5717, 3.70417],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_839f9f4cefa9ebd3783602879e42bd46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7fa805f9f8e821fd9114e9a08203f90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6392bac0a0ea7f6d45f1f91a4e86bf92 = $(`<div id="html_6392bac0a0ea7f6d45f1f91a4e86bf92" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl:443</div>`)[0];
|
|
popup_d7fa805f9f8e821fd9114e9a08203f90.setContent(html_6392bac0a0ea7f6d45f1f91a4e86bf92);
|
|
|
|
|
|
|
|
marker_a6ef7cf1c7fc9d85d4d96e6c3a72caf4.bindPopup(popup_d7fa805f9f8e821fd9114e9a08203f90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6ef7cf1c7fc9d85d4d96e6c3a72caf4.setIcon(icon_839f9f4cefa9ebd3783602879e42bd46);
|
|
|
|
|
|
var marker_9f35bcf9b4477dce9f5f114efc2a4687 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_b6b6018e737cfd1b4681b17a847a5bc1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_883a18486e75174c7ff5e79783301d4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb4ab63b477c5ec9bf399eddd6b30e90 = $(`<div id="html_fb4ab63b477c5ec9bf399eddd6b30e90" style="width: 100.0%; height: 100.0%;">schnorr.me:443</div>`)[0];
|
|
popup_883a18486e75174c7ff5e79783301d4b.setContent(html_fb4ab63b477c5ec9bf399eddd6b30e90);
|
|
|
|
|
|
|
|
marker_9f35bcf9b4477dce9f5f114efc2a4687.bindPopup(popup_883a18486e75174c7ff5e79783301d4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f35bcf9b4477dce9f5f114efc2a4687.setIcon(icon_b6b6018e737cfd1b4681b17a847a5bc1);
|
|
|
|
|
|
var marker_2953790becfc5ddde9483ba18c32abea = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_9096ddcb8b4ccc099e5401bf3435d6b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d470635a042a16a91ab4720ed548da5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_081bd5f2d2485f8b81903ae634401016 = $(`<div id="html_081bd5f2d2485f8b81903ae634401016" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_1d470635a042a16a91ab4720ed548da5.setContent(html_081bd5f2d2485f8b81903ae634401016);
|
|
|
|
|
|
|
|
marker_2953790becfc5ddde9483ba18c32abea.bindPopup(popup_1d470635a042a16a91ab4720ed548da5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2953790becfc5ddde9483ba18c32abea.setIcon(icon_9096ddcb8b4ccc099e5401bf3435d6b4);
|
|
|
|
|
|
var marker_bf860f6e1ccb608a37ecebc04515d2f0 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_cf8d0f382c4a89a1c8bf84d16de4ac72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43b0aca9c573ea689824dd3c93bd99ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6ba0e3640d9a13666c4679c68cde521 = $(`<div id="html_d6ba0e3640d9a13666c4679c68cde521" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_43b0aca9c573ea689824dd3c93bd99ef.setContent(html_d6ba0e3640d9a13666c4679c68cde521);
|
|
|
|
|
|
|
|
marker_bf860f6e1ccb608a37ecebc04515d2f0.bindPopup(popup_43b0aca9c573ea689824dd3c93bd99ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf860f6e1ccb608a37ecebc04515d2f0.setIcon(icon_cf8d0f382c4a89a1c8bf84d16de4ac72);
|
|
|
|
|
|
var marker_0f597735fd0e220d43aaa63cb7e6722c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_a1eca28bae547b0ea782ea5dca03bffe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01aa3155e86a428fcb4ac934a8b764a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0b1c4ad25f776496885d322909d6602 = $(`<div id="html_d0b1c4ad25f776496885d322909d6602" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_01aa3155e86a428fcb4ac934a8b764a4.setContent(html_d0b1c4ad25f776496885d322909d6602);
|
|
|
|
|
|
|
|
marker_0f597735fd0e220d43aaa63cb7e6722c.bindPopup(popup_01aa3155e86a428fcb4ac934a8b764a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f597735fd0e220d43aaa63cb7e6722c.setIcon(icon_a1eca28bae547b0ea782ea5dca03bffe);
|
|
|
|
|
|
var marker_51094d22cdac9417053fd833d62c3357 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_a7f6f3bd022beb5bcb67c270d8cab27c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27f870d253daba9f08d2e01fa708fccb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6c3c9a4f85b2c55cdb0fdf80228e2a8 = $(`<div id="html_a6c3c9a4f85b2c55cdb0fdf80228e2a8" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_27f870d253daba9f08d2e01fa708fccb.setContent(html_a6c3c9a4f85b2c55cdb0fdf80228e2a8);
|
|
|
|
|
|
|
|
marker_51094d22cdac9417053fd833d62c3357.bindPopup(popup_27f870d253daba9f08d2e01fa708fccb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51094d22cdac9417053fd833d62c3357.setIcon(icon_a7f6f3bd022beb5bcb67c270d8cab27c);
|
|
|
|
|
|
var marker_fce88d082b096e9e198de31707c8c516 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_2856af8f6d3508a58aed8af059589d20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1999e1cfa2435281ac57bb8c3a0a6371 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b3839996d31468c324c10f52e849b89 = $(`<div id="html_8b3839996d31468c324c10f52e849b89" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_1999e1cfa2435281ac57bb8c3a0a6371.setContent(html_8b3839996d31468c324c10f52e849b89);
|
|
|
|
|
|
|
|
marker_fce88d082b096e9e198de31707c8c516.bindPopup(popup_1999e1cfa2435281ac57bb8c3a0a6371)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fce88d082b096e9e198de31707c8c516.setIcon(icon_2856af8f6d3508a58aed8af059589d20);
|
|
|
|
|
|
var marker_c7acaed068c3525130f41f38a1f02728 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_fa122a2c4147331e0c17a84609ada410 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_739be699f57f2010ee337a3e61c1d945 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89e360ab11ca91f6de052e9e3f64ae34 = $(`<div id="html_89e360ab11ca91f6de052e9e3f64ae34" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_739be699f57f2010ee337a3e61c1d945.setContent(html_89e360ab11ca91f6de052e9e3f64ae34);
|
|
|
|
|
|
|
|
marker_c7acaed068c3525130f41f38a1f02728.bindPopup(popup_739be699f57f2010ee337a3e61c1d945)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7acaed068c3525130f41f38a1f02728.setIcon(icon_fa122a2c4147331e0c17a84609ada410);
|
|
|
|
|
|
var marker_dcf5cdb77d517129d4ba5e9338eb6a40 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e6f888b75397913522db5f5654da4e01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98c7ba799013380491856e605cc47a0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2821326b3524b7e4c8e980c223b6be1d = $(`<div id="html_2821326b3524b7e4c8e980c223b6be1d" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_98c7ba799013380491856e605cc47a0a.setContent(html_2821326b3524b7e4c8e980c223b6be1d);
|
|
|
|
|
|
|
|
marker_dcf5cdb77d517129d4ba5e9338eb6a40.bindPopup(popup_98c7ba799013380491856e605cc47a0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dcf5cdb77d517129d4ba5e9338eb6a40.setIcon(icon_e6f888b75397913522db5f5654da4e01);
|
|
|
|
|
|
var marker_5802e46003e1d040846a3dfcc29a154d = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_d907da7a8ade1b68bd292e4d26138dce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c378825a4a5f45e19ad446d4cd7cf22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d95f12771597d8141cd32292b7f2220d = $(`<div id="html_d95f12771597d8141cd32292b7f2220d" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_0c378825a4a5f45e19ad446d4cd7cf22.setContent(html_d95f12771597d8141cd32292b7f2220d);
|
|
|
|
|
|
|
|
marker_5802e46003e1d040846a3dfcc29a154d.bindPopup(popup_0c378825a4a5f45e19ad446d4cd7cf22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5802e46003e1d040846a3dfcc29a154d.setIcon(icon_d907da7a8ade1b68bd292e4d26138dce);
|
|
|
|
|
|
var marker_57a865bccf05f591fda8cfe9da5a45e5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_0e46a02ec7ed1b612cefe0ffd2fefb65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34f2978e8c209ef5c296a18ac68b58f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93f4f64ba4d69452832bfdee08629752 = $(`<div id="html_93f4f64ba4d69452832bfdee08629752" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_34f2978e8c209ef5c296a18ac68b58f5.setContent(html_93f4f64ba4d69452832bfdee08629752);
|
|
|
|
|
|
|
|
marker_57a865bccf05f591fda8cfe9da5a45e5.bindPopup(popup_34f2978e8c209ef5c296a18ac68b58f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57a865bccf05f591fda8cfe9da5a45e5.setIcon(icon_0e46a02ec7ed1b612cefe0ffd2fefb65);
|
|
|
|
|
|
var marker_f0bf09b65c00b723ee3a9681a20b8ca6 = L.marker(
|
|
[41.5284, -87.4237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_c0895ca9108149239c8953dc716e42dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3ac03e90d30e61d381a676922e4a5de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_861fd245234628869613364b133b1cbe = $(`<div id="html_861fd245234628869613364b133b1cbe" style="width: 100.0%; height: 100.0%;">bbw-nostr.xyz</div>`)[0];
|
|
popup_b3ac03e90d30e61d381a676922e4a5de.setContent(html_861fd245234628869613364b133b1cbe);
|
|
|
|
|
|
|
|
marker_f0bf09b65c00b723ee3a9681a20b8ca6.bindPopup(popup_b3ac03e90d30e61d381a676922e4a5de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0bf09b65c00b723ee3a9681a20b8ca6.setIcon(icon_c0895ca9108149239c8953dc716e42dd);
|
|
|
|
|
|
var marker_fe3301cddb7ed9c6c19231d6daf1a9cf = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_0e2f0f739f65ead577343c3f6b42f88d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a30f201e1ba593be93b4b556cd390b30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a33abaa4ae2926c06f62967eeefd1604 = $(`<div id="html_a33abaa4ae2926c06f62967eeefd1604" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_a30f201e1ba593be93b4b556cd390b30.setContent(html_a33abaa4ae2926c06f62967eeefd1604);
|
|
|
|
|
|
|
|
marker_fe3301cddb7ed9c6c19231d6daf1a9cf.bindPopup(popup_a30f201e1ba593be93b4b556cd390b30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe3301cddb7ed9c6c19231d6daf1a9cf.setIcon(icon_0e2f0f739f65ead577343c3f6b42f88d);
|
|
|
|
|
|
var marker_31224380f1462e3b04d81092cd7e4950 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_9a835f8f29a0829b81553c8903dce425 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60176b52dda30349b63ac3a8830e4126 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df39c648b6ba6c81915b7e0064d30e9f = $(`<div id="html_df39c648b6ba6c81915b7e0064d30e9f" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_60176b52dda30349b63ac3a8830e4126.setContent(html_df39c648b6ba6c81915b7e0064d30e9f);
|
|
|
|
|
|
|
|
marker_31224380f1462e3b04d81092cd7e4950.bindPopup(popup_60176b52dda30349b63ac3a8830e4126)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31224380f1462e3b04d81092cd7e4950.setIcon(icon_9a835f8f29a0829b81553c8903dce425);
|
|
|
|
|
|
var marker_f9e78023c402a8988ec8fb6564a0d694 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_3316caa5d54023c3c55c3c226300d1fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90a1761bd561cc79131e8c32f142a96e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7631947de07b031b3a65a5d92942ba9f = $(`<div id="html_7631947de07b031b3a65a5d92942ba9f" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_90a1761bd561cc79131e8c32f142a96e.setContent(html_7631947de07b031b3a65a5d92942ba9f);
|
|
|
|
|
|
|
|
marker_f9e78023c402a8988ec8fb6564a0d694.bindPopup(popup_90a1761bd561cc79131e8c32f142a96e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9e78023c402a8988ec8fb6564a0d694.setIcon(icon_3316caa5d54023c3c55c3c226300d1fa);
|
|
|
|
|
|
var marker_2f59cb17eafc4195133ca466d8214117 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_8ad928574fe6f9bc1cc91fa2be840459 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56ed2b9e9571deceb3589bc8393c7b75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cf057d052f4e4128c92d22ec46f4a55 = $(`<div id="html_4cf057d052f4e4128c92d22ec46f4a55" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_56ed2b9e9571deceb3589bc8393c7b75.setContent(html_4cf057d052f4e4128c92d22ec46f4a55);
|
|
|
|
|
|
|
|
marker_2f59cb17eafc4195133ca466d8214117.bindPopup(popup_56ed2b9e9571deceb3589bc8393c7b75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f59cb17eafc4195133ca466d8214117.setIcon(icon_8ad928574fe6f9bc1cc91fa2be840459);
|
|
|
|
|
|
var marker_30264382589379c71a11f8bce8efc372 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_f353b7052dc79fbd2d220aa808301cb8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a883ec9a28dc4f5cd4efc673a47c654 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c06642a9f6b8911ed1326defff6ef5fa = $(`<div id="html_c06642a9f6b8911ed1326defff6ef5fa" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live:443</div>`)[0];
|
|
popup_9a883ec9a28dc4f5cd4efc673a47c654.setContent(html_c06642a9f6b8911ed1326defff6ef5fa);
|
|
|
|
|
|
|
|
marker_30264382589379c71a11f8bce8efc372.bindPopup(popup_9a883ec9a28dc4f5cd4efc673a47c654)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30264382589379c71a11f8bce8efc372.setIcon(icon_f353b7052dc79fbd2d220aa808301cb8);
|
|
|
|
|
|
var marker_abd8418b7b4496165d4290c8b2c989a6 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_3ccc33febbf34ad5eb549e17f9ce2569 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10f35b854077b56f66d806d1e22bc6c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_608cf3264774d0fc4f5292a79bd98514 = $(`<div id="html_608cf3264774d0fc4f5292a79bd98514" style="width: 100.0%; height: 100.0%;">thecitadel.nostr1.com</div>`)[0];
|
|
popup_10f35b854077b56f66d806d1e22bc6c8.setContent(html_608cf3264774d0fc4f5292a79bd98514);
|
|
|
|
|
|
|
|
marker_abd8418b7b4496165d4290c8b2c989a6.bindPopup(popup_10f35b854077b56f66d806d1e22bc6c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abd8418b7b4496165d4290c8b2c989a6.setIcon(icon_3ccc33febbf34ad5eb549e17f9ce2569);
|
|
|
|
|
|
var marker_7c0d7851946364a0d599159aaaa1216a = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_c04b6c73e9c5906ee2256522b4eeac4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c9ad7a8b8fcf14b6f06802afb2078e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_479b0a2b1fc11b2d1dee2d1286a51748 = $(`<div id="html_479b0a2b1fc11b2d1dee2d1286a51748" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com:443</div>`)[0];
|
|
popup_2c9ad7a8b8fcf14b6f06802afb2078e3.setContent(html_479b0a2b1fc11b2d1dee2d1286a51748);
|
|
|
|
|
|
|
|
marker_7c0d7851946364a0d599159aaaa1216a.bindPopup(popup_2c9ad7a8b8fcf14b6f06802afb2078e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c0d7851946364a0d599159aaaa1216a.setIcon(icon_c04b6c73e9c5906ee2256522b4eeac4a);
|
|
|
|
|
|
var marker_23830f1432a5901d68f58e40f849d916 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e97c7046b55e7b91d882ce103ab30a40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc23559869a40f544664bc53c368d4c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81269b6c58691486a65906779e3c0bd4 = $(`<div id="html_81269b6c58691486a65906779e3c0bd4" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_bc23559869a40f544664bc53c368d4c3.setContent(html_81269b6c58691486a65906779e3c0bd4);
|
|
|
|
|
|
|
|
marker_23830f1432a5901d68f58e40f849d916.bindPopup(popup_bc23559869a40f544664bc53c368d4c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23830f1432a5901d68f58e40f849d916.setIcon(icon_e97c7046b55e7b91d882ce103ab30a40);
|
|
|
|
|
|
var marker_41b7379cebfff88e4006db713378d09c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_47e913b8c1502baf3178d00c61e28487 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e2a55209838279baebc1fe54ab3451f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19b90f1e6faa513b4f50b9a2e633e6d4 = $(`<div id="html_19b90f1e6faa513b4f50b9a2e633e6d4" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com:443</div>`)[0];
|
|
popup_7e2a55209838279baebc1fe54ab3451f.setContent(html_19b90f1e6faa513b4f50b9a2e633e6d4);
|
|
|
|
|
|
|
|
marker_41b7379cebfff88e4006db713378d09c.bindPopup(popup_7e2a55209838279baebc1fe54ab3451f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41b7379cebfff88e4006db713378d09c.setIcon(icon_47e913b8c1502baf3178d00c61e28487);
|
|
|
|
|
|
var marker_4095009bc4d74064fec4cc69c68dbf39 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_6e85108b176bc1e4e6d7be48b015ee0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_576f3d97b27d3ee820d3478942f28cf0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c06893e1e3cba16c0bbe295c10aa5ed5 = $(`<div id="html_c06893e1e3cba16c0bbe295c10aa5ed5" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_576f3d97b27d3ee820d3478942f28cf0.setContent(html_c06893e1e3cba16c0bbe295c10aa5ed5);
|
|
|
|
|
|
|
|
marker_4095009bc4d74064fec4cc69c68dbf39.bindPopup(popup_576f3d97b27d3ee820d3478942f28cf0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4095009bc4d74064fec4cc69c68dbf39.setIcon(icon_6e85108b176bc1e4e6d7be48b015ee0e);
|
|
|
|
|
|
var marker_0bd3ca8e98eb3702f82a5c34982b0fcd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_883417a89e921ac58998fcfdd78dfe19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ad16ec7ece66d1c6bc9ff07b14f47e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16fb14bfd2cab6b728db72e17628ca7a = $(`<div id="html_16fb14bfd2cab6b728db72e17628ca7a" style="width: 100.0%; height: 100.0%;">relay.libernet.app:443</div>`)[0];
|
|
popup_9ad16ec7ece66d1c6bc9ff07b14f47e3.setContent(html_16fb14bfd2cab6b728db72e17628ca7a);
|
|
|
|
|
|
|
|
marker_0bd3ca8e98eb3702f82a5c34982b0fcd.bindPopup(popup_9ad16ec7ece66d1c6bc9ff07b14f47e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0bd3ca8e98eb3702f82a5c34982b0fcd.setIcon(icon_883417a89e921ac58998fcfdd78dfe19);
|
|
|
|
|
|
var marker_c24cb19736679dc1b8a03f524f15487d = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_bfab5c44e90ad95b170a68d052fc39af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d93e6a43deab8901167ce69b931b0b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e008ebcf439863965b21019bc6c7a661 = $(`<div id="html_e008ebcf439863965b21019bc6c7a661" style="width: 100.0%; height: 100.0%;">relay.nostr.blockhenge.com</div>`)[0];
|
|
popup_8d93e6a43deab8901167ce69b931b0b8.setContent(html_e008ebcf439863965b21019bc6c7a661);
|
|
|
|
|
|
|
|
marker_c24cb19736679dc1b8a03f524f15487d.bindPopup(popup_8d93e6a43deab8901167ce69b931b0b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c24cb19736679dc1b8a03f524f15487d.setIcon(icon_bfab5c44e90ad95b170a68d052fc39af);
|
|
|
|
|
|
var marker_f8f1a15e9f9e127f8f176a5df7df1f0c = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_5e41e93e3f2486429d2b1081a760b5f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03835a3647437d125f0bf30c93f97bda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa9580f1970b2b81f7111ee4c37b5023 = $(`<div id="html_aa9580f1970b2b81f7111ee4c37b5023" style="width: 100.0%; height: 100.0%;">relay.wavlake.com:443</div>`)[0];
|
|
popup_03835a3647437d125f0bf30c93f97bda.setContent(html_aa9580f1970b2b81f7111ee4c37b5023);
|
|
|
|
|
|
|
|
marker_f8f1a15e9f9e127f8f176a5df7df1f0c.bindPopup(popup_03835a3647437d125f0bf30c93f97bda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8f1a15e9f9e127f8f176a5df7df1f0c.setIcon(icon_5e41e93e3f2486429d2b1081a760b5f5);
|
|
|
|
|
|
var marker_c1b1f4fbf8745a4802ac29700945bc5b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_c5a3700fdb9167030279de57d9083562 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bcb71410bace31fa6bde1380fb26ae65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8688b07ac57f2bb086d2676f59facd6 = $(`<div id="html_f8688b07ac57f2bb086d2676f59facd6" style="width: 100.0%; height: 100.0%;">relay.thecryptosquid.com</div>`)[0];
|
|
popup_bcb71410bace31fa6bde1380fb26ae65.setContent(html_f8688b07ac57f2bb086d2676f59facd6);
|
|
|
|
|
|
|
|
marker_c1b1f4fbf8745a4802ac29700945bc5b.bindPopup(popup_bcb71410bace31fa6bde1380fb26ae65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1b1f4fbf8745a4802ac29700945bc5b.setIcon(icon_c5a3700fdb9167030279de57d9083562);
|
|
|
|
|
|
var marker_a83cc214756d703923cef0c578f9e537 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_23c6506b2bd66f640f9e6969cd799550 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_152ee0d32728a39948820433f7e9133a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c303b799bb052e7a27627e8dd85167c = $(`<div id="html_2c303b799bb052e7a27627e8dd85167c" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_152ee0d32728a39948820433f7e9133a.setContent(html_2c303b799bb052e7a27627e8dd85167c);
|
|
|
|
|
|
|
|
marker_a83cc214756d703923cef0c578f9e537.bindPopup(popup_152ee0d32728a39948820433f7e9133a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a83cc214756d703923cef0c578f9e537.setIcon(icon_23c6506b2bd66f640f9e6969cd799550);
|
|
|
|
|
|
var marker_c6722c56c04eab21231f529fbeffdc41 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_77a2d28545aeec807255ab8d0f8606d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c448b9f28e4ac303fe98e1b04929066a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42d60da750b2b645ada3b93ac66ef87e = $(`<div id="html_42d60da750b2b645ada3b93ac66ef87e" style="width: 100.0%; height: 100.0%;">nostr.data.haus:443</div>`)[0];
|
|
popup_c448b9f28e4ac303fe98e1b04929066a.setContent(html_42d60da750b2b645ada3b93ac66ef87e);
|
|
|
|
|
|
|
|
marker_c6722c56c04eab21231f529fbeffdc41.bindPopup(popup_c448b9f28e4ac303fe98e1b04929066a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6722c56c04eab21231f529fbeffdc41.setIcon(icon_77a2d28545aeec807255ab8d0f8606d8);
|
|
|
|
|
|
var marker_462aa57292e09a1bb0f5865139c7be39 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_b288d7552c9c218c0fc0b2a806d1abc7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4030f8f8e0d74270a440a5bd296dd2e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9906ce979f68736127c2c8819c1054bc = $(`<div id="html_9906ce979f68736127c2c8819c1054bc" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com:443</div>`)[0];
|
|
popup_4030f8f8e0d74270a440a5bd296dd2e3.setContent(html_9906ce979f68736127c2c8819c1054bc);
|
|
|
|
|
|
|
|
marker_462aa57292e09a1bb0f5865139c7be39.bindPopup(popup_4030f8f8e0d74270a440a5bd296dd2e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_462aa57292e09a1bb0f5865139c7be39.setIcon(icon_b288d7552c9c218c0fc0b2a806d1abc7);
|
|
|
|
|
|
var marker_528961bdb8710fac792bf2592f4b52bc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e526e0ff251d81e227559bd2b8142db7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87fba371127d601910b475a3b11b1f45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2cad514a53c3c5c15f0030be56d9c43c = $(`<div id="html_2cad514a53c3c5c15f0030be56d9c43c" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_87fba371127d601910b475a3b11b1f45.setContent(html_2cad514a53c3c5c15f0030be56d9c43c);
|
|
|
|
|
|
|
|
marker_528961bdb8710fac792bf2592f4b52bc.bindPopup(popup_87fba371127d601910b475a3b11b1f45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_528961bdb8710fac792bf2592f4b52bc.setIcon(icon_e526e0ff251d81e227559bd2b8142db7);
|
|
|
|
|
|
var marker_3dd6999281580f4a6764de800bd26fdd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_38ff2a7dd2b1a6de8c8acfe82d2638fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd6c84da7df26037c02be0f09e8c5ae9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d54928e9d7508c33ff912aefc08b82d8 = $(`<div id="html_d54928e9d7508c33ff912aefc08b82d8" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app:443</div>`)[0];
|
|
popup_fd6c84da7df26037c02be0f09e8c5ae9.setContent(html_d54928e9d7508c33ff912aefc08b82d8);
|
|
|
|
|
|
|
|
marker_3dd6999281580f4a6764de800bd26fdd.bindPopup(popup_fd6c84da7df26037c02be0f09e8c5ae9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3dd6999281580f4a6764de800bd26fdd.setIcon(icon_38ff2a7dd2b1a6de8c8acfe82d2638fe);
|
|
|
|
|
|
var marker_d4bf51191343e43455df19f8505fc2ec = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_60708696503905080ac287e2ae9bf7f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37a6cb71f66f2723a6ae543de4185de0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54211c7adef79fa364b5278a595bdc59 = $(`<div id="html_54211c7adef79fa364b5278a595bdc59" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_37a6cb71f66f2723a6ae543de4185de0.setContent(html_54211c7adef79fa364b5278a595bdc59);
|
|
|
|
|
|
|
|
marker_d4bf51191343e43455df19f8505fc2ec.bindPopup(popup_37a6cb71f66f2723a6ae543de4185de0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4bf51191343e43455df19f8505fc2ec.setIcon(icon_60708696503905080ac287e2ae9bf7f0);
|
|
|
|
|
|
var marker_935cb9799cda1de8636d2fb2c55ed70e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_4cdb78e01055bd34dd6fcb0b746ca5d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df0cae7fe7a1779743394e6b1f0d8109 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96330edc28bd967a58181c69f102155d = $(`<div id="html_96330edc28bd967a58181c69f102155d" style="width: 100.0%; height: 100.0%;">relay.ditto.pub:443</div>`)[0];
|
|
popup_df0cae7fe7a1779743394e6b1f0d8109.setContent(html_96330edc28bd967a58181c69f102155d);
|
|
|
|
|
|
|
|
marker_935cb9799cda1de8636d2fb2c55ed70e.bindPopup(popup_df0cae7fe7a1779743394e6b1f0d8109)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_935cb9799cda1de8636d2fb2c55ed70e.setIcon(icon_4cdb78e01055bd34dd6fcb0b746ca5d0);
|
|
|
|
|
|
var marker_51e8e93cf81eae98478442ef10357d84 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_b54d1e7758c0b7bc2f3801606c626364 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37d03c040ea7b747ba6578734a180200 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_571bce8fb27ead174cda5b30a92f1e6e = $(`<div id="html_571bce8fb27ead174cda5b30a92f1e6e" style="width: 100.0%; height: 100.0%;">nos.lol:443</div>`)[0];
|
|
popup_37d03c040ea7b747ba6578734a180200.setContent(html_571bce8fb27ead174cda5b30a92f1e6e);
|
|
|
|
|
|
|
|
marker_51e8e93cf81eae98478442ef10357d84.bindPopup(popup_37d03c040ea7b747ba6578734a180200)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51e8e93cf81eae98478442ef10357d84.setIcon(icon_b54d1e7758c0b7bc2f3801606c626364);
|
|
|
|
|
|
var marker_2f1e4765ebe9b25e3807e6a554ec2019 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_6ef8383bdf2415439b51c27aab95b43c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61a82e8aad3baf7cc0ceece6feae0354 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10588b1b280a6a7386514ec3d944fefd = $(`<div id="html_10588b1b280a6a7386514ec3d944fefd" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_61a82e8aad3baf7cc0ceece6feae0354.setContent(html_10588b1b280a6a7386514ec3d944fefd);
|
|
|
|
|
|
|
|
marker_2f1e4765ebe9b25e3807e6a554ec2019.bindPopup(popup_61a82e8aad3baf7cc0ceece6feae0354)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f1e4765ebe9b25e3807e6a554ec2019.setIcon(icon_6ef8383bdf2415439b51c27aab95b43c);
|
|
|
|
|
|
var marker_d5a529dc531c2f6a2fab85c17fd65609 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_6af781450837a0a616b909f06f7af868 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83bba8b1d10bf29a3623b91292d79cec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ba7204eff199419c52e7ae916d05389 = $(`<div id="html_5ba7204eff199419c52e7ae916d05389" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org:443</div>`)[0];
|
|
popup_83bba8b1d10bf29a3623b91292d79cec.setContent(html_5ba7204eff199419c52e7ae916d05389);
|
|
|
|
|
|
|
|
marker_d5a529dc531c2f6a2fab85c17fd65609.bindPopup(popup_83bba8b1d10bf29a3623b91292d79cec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5a529dc531c2f6a2fab85c17fd65609.setIcon(icon_6af781450837a0a616b909f06f7af868);
|
|
|
|
|
|
var marker_15d4eb55135bfde81ec97c7ebf06a1d7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_3812235daba6cf7cb756217be7068114 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4cc86c8d7e2d03627292e795b442453d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46a8e0802e51adaadc4d35457b82da84 = $(`<div id="html_46a8e0802e51adaadc4d35457b82da84" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st</div>`)[0];
|
|
popup_4cc86c8d7e2d03627292e795b442453d.setContent(html_46a8e0802e51adaadc4d35457b82da84);
|
|
|
|
|
|
|
|
marker_15d4eb55135bfde81ec97c7ebf06a1d7.bindPopup(popup_4cc86c8d7e2d03627292e795b442453d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15d4eb55135bfde81ec97c7ebf06a1d7.setIcon(icon_3812235daba6cf7cb756217be7068114);
|
|
|
|
|
|
var marker_ade230cba346a2c2c5f1a2ebe1e608a6 = L.marker(
|
|
[47.1285, 8.74735],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_49294c31e95510c25d3ad563559dcd9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62be0155eebd6d0e7e29c3b2c0719b5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5268f389ce2198cfcadc9cfb50e243c = $(`<div id="html_f5268f389ce2198cfcadc9cfb50e243c" style="width: 100.0%; height: 100.0%;">nas01xanthosnet.synology.me:7778</div>`)[0];
|
|
popup_62be0155eebd6d0e7e29c3b2c0719b5c.setContent(html_f5268f389ce2198cfcadc9cfb50e243c);
|
|
|
|
|
|
|
|
marker_ade230cba346a2c2c5f1a2ebe1e608a6.bindPopup(popup_62be0155eebd6d0e7e29c3b2c0719b5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ade230cba346a2c2c5f1a2ebe1e608a6.setIcon(icon_49294c31e95510c25d3ad563559dcd9c);
|
|
|
|
|
|
var marker_b48b78856578b7747e8ae06c471134ac = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_8d573d8d92b5fc19a0526f65682d00e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a828e0ff36a03df781e406e87f5d6e6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a3b2ef24befd4d3e3693d7740d0a44f = $(`<div id="html_8a3b2ef24befd4d3e3693d7740d0a44f" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_a828e0ff36a03df781e406e87f5d6e6a.setContent(html_8a3b2ef24befd4d3e3693d7740d0a44f);
|
|
|
|
|
|
|
|
marker_b48b78856578b7747e8ae06c471134ac.bindPopup(popup_a828e0ff36a03df781e406e87f5d6e6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b48b78856578b7747e8ae06c471134ac.setIcon(icon_8d573d8d92b5fc19a0526f65682d00e7);
|
|
|
|
|
|
var marker_03f468977d7ad46243289744a4295454 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e6e752a6f729d60bc41fe35fd49e2ebd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb52b6aa67b469d1c0bd8d99305907c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1df84c592a7bf1d1e1cf801e1d13bf86 = $(`<div id="html_1df84c592a7bf1d1e1cf801e1d13bf86" style="width: 100.0%; height: 100.0%;">relay.damus.io:443</div>`)[0];
|
|
popup_fb52b6aa67b469d1c0bd8d99305907c4.setContent(html_1df84c592a7bf1d1e1cf801e1d13bf86);
|
|
|
|
|
|
|
|
marker_03f468977d7ad46243289744a4295454.bindPopup(popup_fb52b6aa67b469d1c0bd8d99305907c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03f468977d7ad46243289744a4295454.setIcon(icon_e6e752a6f729d60bc41fe35fd49e2ebd);
|
|
|
|
|
|
var marker_4aada88b2ace9f0b5bcacd91e46defbb = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_caf4fcaf1e043793c8738f858e917a2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_558a19fafe29dead38135f4c323e5ec5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89f8748584fbda69c935a014724ba7b3 = $(`<div id="html_89f8748584fbda69c935a014724ba7b3" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_558a19fafe29dead38135f4c323e5ec5.setContent(html_89f8748584fbda69c935a014724ba7b3);
|
|
|
|
|
|
|
|
marker_4aada88b2ace9f0b5bcacd91e46defbb.bindPopup(popup_558a19fafe29dead38135f4c323e5ec5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4aada88b2ace9f0b5bcacd91e46defbb.setIcon(icon_caf4fcaf1e043793c8738f858e917a2c);
|
|
|
|
|
|
var marker_4f07ce0d2f4db3afd3fe20cf25002599 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_c9f4bedcd367c1a56250cdcdf3e934cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02a817d263a70f84df01333f54987baa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34b18525140120e196aecb5d3c5931d2 = $(`<div id="html_34b18525140120e196aecb5d3c5931d2" style="width: 100.0%; height: 100.0%;">relay.sincensura.org</div>`)[0];
|
|
popup_02a817d263a70f84df01333f54987baa.setContent(html_34b18525140120e196aecb5d3c5931d2);
|
|
|
|
|
|
|
|
marker_4f07ce0d2f4db3afd3fe20cf25002599.bindPopup(popup_02a817d263a70f84df01333f54987baa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f07ce0d2f4db3afd3fe20cf25002599.setIcon(icon_c9f4bedcd367c1a56250cdcdf3e934cc);
|
|
|
|
|
|
var marker_e79caa1f6c415ed749fc1350023fb9d7 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_dbb0980a40caa947162e18c8be568a9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68a8ae3fd1ef55fc7f0f5b63eea009b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27dac26f7f9cd4fdab197f7b9ca0d590 = $(`<div id="html_27dac26f7f9cd4fdab197f7b9ca0d590" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_68a8ae3fd1ef55fc7f0f5b63eea009b3.setContent(html_27dac26f7f9cd4fdab197f7b9ca0d590);
|
|
|
|
|
|
|
|
marker_e79caa1f6c415ed749fc1350023fb9d7.bindPopup(popup_68a8ae3fd1ef55fc7f0f5b63eea009b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e79caa1f6c415ed749fc1350023fb9d7.setIcon(icon_dbb0980a40caa947162e18c8be568a9d);
|
|
|
|
|
|
var marker_25e9f0774ea3406e35608d301f3b0da7 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_8a2e42964ef4d9ca63a3bf7ea6279d74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_843a0275914a0c5405eb8d27ac4899cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39cb2fd0ce198a7f8028bccb19c0c226 = $(`<div id="html_39cb2fd0ce198a7f8028bccb19c0c226" style="width: 100.0%; height: 100.0%;">relay.agorist.space:443</div>`)[0];
|
|
popup_843a0275914a0c5405eb8d27ac4899cc.setContent(html_39cb2fd0ce198a7f8028bccb19c0c226);
|
|
|
|
|
|
|
|
marker_25e9f0774ea3406e35608d301f3b0da7.bindPopup(popup_843a0275914a0c5405eb8d27ac4899cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25e9f0774ea3406e35608d301f3b0da7.setIcon(icon_8a2e42964ef4d9ca63a3bf7ea6279d74);
|
|
|
|
|
|
var marker_e2bcaf699047163eab08700d2d2edbb5 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_9636e1779afeb46cd33e55127f25e1b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1db9d5f74b2183a62c062c5b08da89d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a74438b9dbf415d94f549a53fd6bd789 = $(`<div id="html_a74438b9dbf415d94f549a53fd6bd789" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org:443</div>`)[0];
|
|
popup_1db9d5f74b2183a62c062c5b08da89d3.setContent(html_a74438b9dbf415d94f549a53fd6bd789);
|
|
|
|
|
|
|
|
marker_e2bcaf699047163eab08700d2d2edbb5.bindPopup(popup_1db9d5f74b2183a62c062c5b08da89d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2bcaf699047163eab08700d2d2edbb5.setIcon(icon_9636e1779afeb46cd33e55127f25e1b9);
|
|
|
|
|
|
var marker_ada406e9ca37e232aba461b0dd42cfa9 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_34d2204328d9a8f4c8e895bb2bf8b2d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bc689c4aae9a347eaac5f8724d926ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2cf15c41d2c3bfe1e61a161f07701797 = $(`<div id="html_2cf15c41d2c3bfe1e61a161f07701797" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_2bc689c4aae9a347eaac5f8724d926ff.setContent(html_2cf15c41d2c3bfe1e61a161f07701797);
|
|
|
|
|
|
|
|
marker_ada406e9ca37e232aba461b0dd42cfa9.bindPopup(popup_2bc689c4aae9a347eaac5f8724d926ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ada406e9ca37e232aba461b0dd42cfa9.setIcon(icon_34d2204328d9a8f4c8e895bb2bf8b2d3);
|
|
|
|
|
|
var marker_22e4f7ce1cb9369fef7ecf22491b730b = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_92cfa4bb54b0c5c6f0204ccb5d062d20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc0785c30f9ff8610e988b9bf3200727 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9075248a0e9386d69bac74afd00a58a0 = $(`<div id="html_9075248a0e9386d69bac74afd00a58a0" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com:443</div>`)[0];
|
|
popup_dc0785c30f9ff8610e988b9bf3200727.setContent(html_9075248a0e9386d69bac74afd00a58a0);
|
|
|
|
|
|
|
|
marker_22e4f7ce1cb9369fef7ecf22491b730b.bindPopup(popup_dc0785c30f9ff8610e988b9bf3200727)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22e4f7ce1cb9369fef7ecf22491b730b.setIcon(icon_92cfa4bb54b0c5c6f0204ccb5d062d20);
|
|
|
|
|
|
var marker_4eb872e9b5f1cf45ab7f0dbdcfc82123 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_d6978d912dbfb9560b06149790e3710f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_965de811727a38fdc4f44d655680a67e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4dfe327924c9d401905167ed3d005d12 = $(`<div id="html_4dfe327924c9d401905167ed3d005d12" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_965de811727a38fdc4f44d655680a67e.setContent(html_4dfe327924c9d401905167ed3d005d12);
|
|
|
|
|
|
|
|
marker_4eb872e9b5f1cf45ab7f0dbdcfc82123.bindPopup(popup_965de811727a38fdc4f44d655680a67e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4eb872e9b5f1cf45ab7f0dbdcfc82123.setIcon(icon_d6978d912dbfb9560b06149790e3710f);
|
|
|
|
|
|
var marker_a19cab899142eee2bdbf62e4dff84b98 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_bd0c7cfb215428fbb154df44bf7e3c54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8200b73c3d2ef78ccf8f74cfc5c67bb3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3da09fb1f20def2810c60cf4d6821803 = $(`<div id="html_3da09fb1f20def2810c60cf4d6821803" style="width: 100.0%; height: 100.0%;">nostr.hekster.org:443</div>`)[0];
|
|
popup_8200b73c3d2ef78ccf8f74cfc5c67bb3.setContent(html_3da09fb1f20def2810c60cf4d6821803);
|
|
|
|
|
|
|
|
marker_a19cab899142eee2bdbf62e4dff84b98.bindPopup(popup_8200b73c3d2ef78ccf8f74cfc5c67bb3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a19cab899142eee2bdbf62e4dff84b98.setIcon(icon_bd0c7cfb215428fbb154df44bf7e3c54);
|
|
|
|
|
|
var marker_286ed22b93aa42a01a15648fcde4d9ed = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_0221ced807ec6c6a1fc4b064dbe8e4d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4015720f0fcfbc3b227ce5caee99c9cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_568ba297fecf6869b9f258e56466bb8a = $(`<div id="html_568ba297fecf6869b9f258e56466bb8a" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_4015720f0fcfbc3b227ce5caee99c9cd.setContent(html_568ba297fecf6869b9f258e56466bb8a);
|
|
|
|
|
|
|
|
marker_286ed22b93aa42a01a15648fcde4d9ed.bindPopup(popup_4015720f0fcfbc3b227ce5caee99c9cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_286ed22b93aa42a01a15648fcde4d9ed.setIcon(icon_0221ced807ec6c6a1fc4b064dbe8e4d1);
|
|
|
|
|
|
var marker_55ac3a9e5b3fd1abd497ed5241b76590 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_899e21e04a6527fd178840292e45504c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e5dc133cee0c5c6449e09d9e7aeadf1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80ffa87d9af177f6326d63919ff6ed0b = $(`<div id="html_80ffa87d9af177f6326d63919ff6ed0b" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_6e5dc133cee0c5c6449e09d9e7aeadf1.setContent(html_80ffa87d9af177f6326d63919ff6ed0b);
|
|
|
|
|
|
|
|
marker_55ac3a9e5b3fd1abd497ed5241b76590.bindPopup(popup_6e5dc133cee0c5c6449e09d9e7aeadf1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55ac3a9e5b3fd1abd497ed5241b76590.setIcon(icon_899e21e04a6527fd178840292e45504c);
|
|
|
|
|
|
var marker_ead294f6d8b6201109d91f762ee275c9 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_ea9d281458462c5a42fe6d71aa29dd9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abbfc57abac1cb84d32c93b1b06a71ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d36571b0aaf7d1e624fc93c8e19a675 = $(`<div id="html_2d36571b0aaf7d1e624fc93c8e19a675" style="width: 100.0%; height: 100.0%;">relay.underorion.se</div>`)[0];
|
|
popup_abbfc57abac1cb84d32c93b1b06a71ae.setContent(html_2d36571b0aaf7d1e624fc93c8e19a675);
|
|
|
|
|
|
|
|
marker_ead294f6d8b6201109d91f762ee275c9.bindPopup(popup_abbfc57abac1cb84d32c93b1b06a71ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ead294f6d8b6201109d91f762ee275c9.setIcon(icon_ea9d281458462c5a42fe6d71aa29dd9f);
|
|
|
|
|
|
var marker_0b4a187e2580b09cb75741fb8e75a422 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_fa34b72c7e250e9eec71ec8256c69ee4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32be521fe71a0e8aa2be40b75a681525 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e2d966fad578362ba2ee5ac3b40d448 = $(`<div id="html_5e2d966fad578362ba2ee5ac3b40d448" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_32be521fe71a0e8aa2be40b75a681525.setContent(html_5e2d966fad578362ba2ee5ac3b40d448);
|
|
|
|
|
|
|
|
marker_0b4a187e2580b09cb75741fb8e75a422.bindPopup(popup_32be521fe71a0e8aa2be40b75a681525)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b4a187e2580b09cb75741fb8e75a422.setIcon(icon_fa34b72c7e250e9eec71ec8256c69ee4);
|
|
|
|
|
|
var marker_de471cf9a2288078940dfd475ec30222 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_53f7f49892c6c6899183e57f178184b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9fa03d0a748c0f8a10a956a0f4df0144 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67d1b3ba65e778883a45741150e42a49 = $(`<div id="html_67d1b3ba65e778883a45741150e42a49" style="width: 100.0%; height: 100.0%;">bitcoiner.social:443</div>`)[0];
|
|
popup_9fa03d0a748c0f8a10a956a0f4df0144.setContent(html_67d1b3ba65e778883a45741150e42a49);
|
|
|
|
|
|
|
|
marker_de471cf9a2288078940dfd475ec30222.bindPopup(popup_9fa03d0a748c0f8a10a956a0f4df0144)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de471cf9a2288078940dfd475ec30222.setIcon(icon_53f7f49892c6c6899183e57f178184b8);
|
|
|
|
|
|
var marker_c7386c62e488d8d1cf755e9f33d4e656 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_55251f775cf1ded9542061af6add8423 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6db0d036e13f333a2e180382bcd0a0cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d46a84efedb617bb3de2de850318efa = $(`<div id="html_4d46a84efedb617bb3de2de850318efa" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_6db0d036e13f333a2e180382bcd0a0cf.setContent(html_4d46a84efedb617bb3de2de850318efa);
|
|
|
|
|
|
|
|
marker_c7386c62e488d8d1cf755e9f33d4e656.bindPopup(popup_6db0d036e13f333a2e180382bcd0a0cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7386c62e488d8d1cf755e9f33d4e656.setIcon(icon_55251f775cf1ded9542061af6add8423);
|
|
|
|
|
|
var marker_ed21cb79f51de1691d7da694b4319f0e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_dc55d4f9214fe60770ed9ab4562d57ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e47ac4a907994a2b19aa6b7c2b7b11a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9a3045539148db290be766cc3047718 = $(`<div id="html_d9a3045539148db290be766cc3047718" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_1e47ac4a907994a2b19aa6b7c2b7b11a.setContent(html_d9a3045539148db290be766cc3047718);
|
|
|
|
|
|
|
|
marker_ed21cb79f51de1691d7da694b4319f0e.bindPopup(popup_1e47ac4a907994a2b19aa6b7c2b7b11a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed21cb79f51de1691d7da694b4319f0e.setIcon(icon_dc55d4f9214fe60770ed9ab4562d57ca);
|
|
|
|
|
|
var marker_9b6eb2a354451d6e653aceb73a729c4e = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_dd50037402607080bcaeea1a64e3ccc4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81046ae23ff303e87e25d58632594107 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb271f9b820a64e45c02e8c2d3f2140b = $(`<div id="html_fb271f9b820a64e45c02e8c2d3f2140b" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_81046ae23ff303e87e25d58632594107.setContent(html_fb271f9b820a64e45c02e8c2d3f2140b);
|
|
|
|
|
|
|
|
marker_9b6eb2a354451d6e653aceb73a729c4e.bindPopup(popup_81046ae23ff303e87e25d58632594107)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b6eb2a354451d6e653aceb73a729c4e.setIcon(icon_dd50037402607080bcaeea1a64e3ccc4);
|
|
|
|
|
|
var marker_ea5f71b6978373525e52bf3cad8520e2 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_a00f5ef44184033b5f3a3ac3fb8c353f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_010b44142ef2d2f842709218988ff9d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b804df823c19eadc73d708f7a03e976b = $(`<div id="html_b804df823c19eadc73d708f7a03e976b" style="width: 100.0%; height: 100.0%;">relay.trustr.ing</div>`)[0];
|
|
popup_010b44142ef2d2f842709218988ff9d2.setContent(html_b804df823c19eadc73d708f7a03e976b);
|
|
|
|
|
|
|
|
marker_ea5f71b6978373525e52bf3cad8520e2.bindPopup(popup_010b44142ef2d2f842709218988ff9d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea5f71b6978373525e52bf3cad8520e2.setIcon(icon_a00f5ef44184033b5f3a3ac3fb8c353f);
|
|
|
|
|
|
var marker_459f527edfab077d4928f0913442a89b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_013c810491ba2a13f6f1cb4a4a43d706 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce030e336d73a6b77433461928375752 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_108d68b26f22754c62bbd1c27ff93185 = $(`<div id="html_108d68b26f22754c62bbd1c27ff93185" style="width: 100.0%; height: 100.0%;">relay.fountain.fm:443</div>`)[0];
|
|
popup_ce030e336d73a6b77433461928375752.setContent(html_108d68b26f22754c62bbd1c27ff93185);
|
|
|
|
|
|
|
|
marker_459f527edfab077d4928f0913442a89b.bindPopup(popup_ce030e336d73a6b77433461928375752)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_459f527edfab077d4928f0913442a89b.setIcon(icon_013c810491ba2a13f6f1cb4a4a43d706);
|
|
|
|
|
|
var marker_37f606b2455706fed8bb75c5c9eb7a08 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_6056444bd081b7265eb26ae692fbacf5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45141a0797b3b82ec501e2d304472518 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ee44e763811ac0d88e5eeda9f50c2c8 = $(`<div id="html_3ee44e763811ac0d88e5eeda9f50c2c8" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_45141a0797b3b82ec501e2d304472518.setContent(html_3ee44e763811ac0d88e5eeda9f50c2c8);
|
|
|
|
|
|
|
|
marker_37f606b2455706fed8bb75c5c9eb7a08.bindPopup(popup_45141a0797b3b82ec501e2d304472518)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37f606b2455706fed8bb75c5c9eb7a08.setIcon(icon_6056444bd081b7265eb26ae692fbacf5);
|
|
|
|
|
|
var marker_1dc6dd524a044fb62da9f9f4b3beba35 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_0e5e2192b02064db4b58fa2f1967b498 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_158b7ed7780c5e62d00ef25516471306 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e81a240c34cb492e349ed255b4234ad2 = $(`<div id="html_e81a240c34cb492e349ed255b4234ad2" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com:443</div>`)[0];
|
|
popup_158b7ed7780c5e62d00ef25516471306.setContent(html_e81a240c34cb492e349ed255b4234ad2);
|
|
|
|
|
|
|
|
marker_1dc6dd524a044fb62da9f9f4b3beba35.bindPopup(popup_158b7ed7780c5e62d00ef25516471306)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1dc6dd524a044fb62da9f9f4b3beba35.setIcon(icon_0e5e2192b02064db4b58fa2f1967b498);
|
|
|
|
|
|
var marker_0971d4b9f3b27525b78c9626094f5eb3 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_c9225a4a9d7c9ba3871eb09e2aa65a86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55270c90a8fcdd9246f1c7bcc070e78a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_402f5206db64242cb56ad1ce09075fb5 = $(`<div id="html_402f5206db64242cb56ad1ce09075fb5" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_55270c90a8fcdd9246f1c7bcc070e78a.setContent(html_402f5206db64242cb56ad1ce09075fb5);
|
|
|
|
|
|
|
|
marker_0971d4b9f3b27525b78c9626094f5eb3.bindPopup(popup_55270c90a8fcdd9246f1c7bcc070e78a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0971d4b9f3b27525b78c9626094f5eb3.setIcon(icon_c9225a4a9d7c9ba3871eb09e2aa65a86);
|
|
|
|
|
|
var marker_472060ef6c533ad65d4a4456c46c3f36 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_ef0c09d67551d4581219ae5d8165d196 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e12446ff755f0f72d8e7ff869445f39e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07734cb4c3fb3476aabd2b29e1bb6b30 = $(`<div id="html_07734cb4c3fb3476aabd2b29e1bb6b30" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi:443</div>`)[0];
|
|
popup_e12446ff755f0f72d8e7ff869445f39e.setContent(html_07734cb4c3fb3476aabd2b29e1bb6b30);
|
|
|
|
|
|
|
|
marker_472060ef6c533ad65d4a4456c46c3f36.bindPopup(popup_e12446ff755f0f72d8e7ff869445f39e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_472060ef6c533ad65d4a4456c46c3f36.setIcon(icon_ef0c09d67551d4581219ae5d8165d196);
|
|
|
|
|
|
var marker_d1a4a77db72cdf472c52b8ed72d538d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_228c07c5628f48f090aec49674d3bfc3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8143c484cbfe0012bb5adc2cc764e7de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_923faa9ea68c3c658ad191cbb13c4209 = $(`<div id="html_923faa9ea68c3c658ad191cbb13c4209" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io:443</div>`)[0];
|
|
popup_8143c484cbfe0012bb5adc2cc764e7de.setContent(html_923faa9ea68c3c658ad191cbb13c4209);
|
|
|
|
|
|
|
|
marker_d1a4a77db72cdf472c52b8ed72d538d3.bindPopup(popup_8143c484cbfe0012bb5adc2cc764e7de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1a4a77db72cdf472c52b8ed72d538d3.setIcon(icon_228c07c5628f48f090aec49674d3bfc3);
|
|
|
|
|
|
var marker_f1aa38f3557d8c8dbcb687727006fb89 = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_35df748b2c85b3afa32af61e7da93fb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd0a86ef775e948b6bf34308bc93b377 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_152d4d9160ac33f12e22a83d68ca2945 = $(`<div id="html_152d4d9160ac33f12e22a83d68ca2945" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com:443</div>`)[0];
|
|
popup_dd0a86ef775e948b6bf34308bc93b377.setContent(html_152d4d9160ac33f12e22a83d68ca2945);
|
|
|
|
|
|
|
|
marker_f1aa38f3557d8c8dbcb687727006fb89.bindPopup(popup_dd0a86ef775e948b6bf34308bc93b377)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1aa38f3557d8c8dbcb687727006fb89.setIcon(icon_35df748b2c85b3afa32af61e7da93fb4);
|
|
|
|
|
|
var marker_2f402f5d076d6d7659d6c37ea240fe4c = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e032b017835c273dc5540ce0e4386c8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd79eee9bb7e7a5366b21e9eb7cf066b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd18912f312b726cfaf09cde3145759a = $(`<div id="html_dd18912f312b726cfaf09cde3145759a" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_dd79eee9bb7e7a5366b21e9eb7cf066b.setContent(html_dd18912f312b726cfaf09cde3145759a);
|
|
|
|
|
|
|
|
marker_2f402f5d076d6d7659d6c37ea240fe4c.bindPopup(popup_dd79eee9bb7e7a5366b21e9eb7cf066b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f402f5d076d6d7659d6c37ea240fe4c.setIcon(icon_e032b017835c273dc5540ce0e4386c8c);
|
|
|
|
|
|
var marker_e78791b3b9dcb2fa24fae88fd7d29f43 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e5ab6e17be6c1ee72cd4814d97aec309 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff7b0d6659d64ee748f4d41021bb038c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4480f8fd35ed4d7bd28f0626c3894faa = $(`<div id="html_4480f8fd35ed4d7bd28f0626c3894faa" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_ff7b0d6659d64ee748f4d41021bb038c.setContent(html_4480f8fd35ed4d7bd28f0626c3894faa);
|
|
|
|
|
|
|
|
marker_e78791b3b9dcb2fa24fae88fd7d29f43.bindPopup(popup_ff7b0d6659d64ee748f4d41021bb038c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e78791b3b9dcb2fa24fae88fd7d29f43.setIcon(icon_e5ab6e17be6c1ee72cd4814d97aec309);
|
|
|
|
|
|
var marker_ca872e24496fa05e888c83bdf2d365c6 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_55b4a85144152d0b58446f067ba08829 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4e33e0740f4471bc8719c7bcae09e68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2cd8f215794120956da79ccfa699594a = $(`<div id="html_2cd8f215794120956da79ccfa699594a" style="width: 100.0%; height: 100.0%;">relay.zone667.com:443</div>`)[0];
|
|
popup_d4e33e0740f4471bc8719c7bcae09e68.setContent(html_2cd8f215794120956da79ccfa699594a);
|
|
|
|
|
|
|
|
marker_ca872e24496fa05e888c83bdf2d365c6.bindPopup(popup_d4e33e0740f4471bc8719c7bcae09e68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca872e24496fa05e888c83bdf2d365c6.setIcon(icon_55b4a85144152d0b58446f067ba08829);
|
|
|
|
|
|
var marker_084cca29ca8171b16cef24553e2c4974 = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_dc23525e535e2038c61f0af71729b5f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79093c1d151ef785d50bda69d51a50bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_404b2ed2b04453877fd34211e8e1f93d = $(`<div id="html_404b2ed2b04453877fd34211e8e1f93d" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za:443</div>`)[0];
|
|
popup_79093c1d151ef785d50bda69d51a50bf.setContent(html_404b2ed2b04453877fd34211e8e1f93d);
|
|
|
|
|
|
|
|
marker_084cca29ca8171b16cef24553e2c4974.bindPopup(popup_79093c1d151ef785d50bda69d51a50bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_084cca29ca8171b16cef24553e2c4974.setIcon(icon_dc23525e535e2038c61f0af71729b5f1);
|
|
|
|
|
|
var marker_54bb8dd5f86cda58de107f21a3626b6a = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_df08fc3bacbed68711131a3c3a953268 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ac885995f355da3722326625cb9e3ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25d855b193bfd2855dfc789050935078 = $(`<div id="html_25d855b193bfd2855dfc789050935078" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net:443</div>`)[0];
|
|
popup_7ac885995f355da3722326625cb9e3ac.setContent(html_25d855b193bfd2855dfc789050935078);
|
|
|
|
|
|
|
|
marker_54bb8dd5f86cda58de107f21a3626b6a.bindPopup(popup_7ac885995f355da3722326625cb9e3ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54bb8dd5f86cda58de107f21a3626b6a.setIcon(icon_df08fc3bacbed68711131a3c3a953268);
|
|
|
|
|
|
var marker_aff6ae9c61ffde44cd6282461b630842 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_735e89cda134a17a427f85a20249fe4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31d132eba36862ec612ffe9b3b24eb15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5b8be2fc4bbd23e589155f944044ea0 = $(`<div id="html_a5b8be2fc4bbd23e589155f944044ea0" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_31d132eba36862ec612ffe9b3b24eb15.setContent(html_a5b8be2fc4bbd23e589155f944044ea0);
|
|
|
|
|
|
|
|
marker_aff6ae9c61ffde44cd6282461b630842.bindPopup(popup_31d132eba36862ec612ffe9b3b24eb15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aff6ae9c61ffde44cd6282461b630842.setIcon(icon_735e89cda134a17a427f85a20249fe4d);
|
|
|
|
|
|
var marker_4f7083a22b44041a9320f082a7f6fb8c = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_5fd9f3596f5032475d805f76df4400ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7d52780846acf23d63b686a9f04eae4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aeae0e6e0217be661ae79c1c0d4891f3 = $(`<div id="html_aeae0e6e0217be661ae79c1c0d4891f3" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_a7d52780846acf23d63b686a9f04eae4.setContent(html_aeae0e6e0217be661ae79c1c0d4891f3);
|
|
|
|
|
|
|
|
marker_4f7083a22b44041a9320f082a7f6fb8c.bindPopup(popup_a7d52780846acf23d63b686a9f04eae4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f7083a22b44041a9320f082a7f6fb8c.setIcon(icon_5fd9f3596f5032475d805f76df4400ec);
|
|
|
|
|
|
var marker_c342d4cc423d85e323ded976b259bfd0 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_14fe98e85df8273e799787b04c5e22d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0be77d843e2b7d11735155af5d2912d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e608cad2004bfd2ed8e138e800015959 = $(`<div id="html_e608cad2004bfd2ed8e138e800015959" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_0be77d843e2b7d11735155af5d2912d6.setContent(html_e608cad2004bfd2ed8e138e800015959);
|
|
|
|
|
|
|
|
marker_c342d4cc423d85e323ded976b259bfd0.bindPopup(popup_0be77d843e2b7d11735155af5d2912d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c342d4cc423d85e323ded976b259bfd0.setIcon(icon_14fe98e85df8273e799787b04c5e22d6);
|
|
|
|
|
|
var marker_32e8f1e57a52b77d386fd3df3ca39673 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_8569e7a981202048c364cf3d8f0e28e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf03386132825750e945ff9498958ec5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43c09fe5ee36f1af451d1c289bf82af0 = $(`<div id="html_43c09fe5ee36f1af451d1c289bf82af0" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_cf03386132825750e945ff9498958ec5.setContent(html_43c09fe5ee36f1af451d1c289bf82af0);
|
|
|
|
|
|
|
|
marker_32e8f1e57a52b77d386fd3df3ca39673.bindPopup(popup_cf03386132825750e945ff9498958ec5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32e8f1e57a52b77d386fd3df3ca39673.setIcon(icon_8569e7a981202048c364cf3d8f0e28e7);
|
|
|
|
|
|
var marker_b44f0480b740a2a655401e038fb87bc6 = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_c9577cb7363143e77c869cf0bf06c522 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_faa3cde69bdde65811e6f25b3acc29c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db527e69806dac837110a2ce73b23669 = $(`<div id="html_db527e69806dac837110a2ce73b23669" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com:443</div>`)[0];
|
|
popup_faa3cde69bdde65811e6f25b3acc29c1.setContent(html_db527e69806dac837110a2ce73b23669);
|
|
|
|
|
|
|
|
marker_b44f0480b740a2a655401e038fb87bc6.bindPopup(popup_faa3cde69bdde65811e6f25b3acc29c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b44f0480b740a2a655401e038fb87bc6.setIcon(icon_c9577cb7363143e77c869cf0bf06c522);
|
|
|
|
|
|
var marker_eec2ba59cdc434efbfcaad0548a71b68 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_9dc9f8de87291b858762320cf70a1518 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac8d1ee4efe64f32e40e19bf9e9cdca7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4a5b143c8445453e241d9c8a4c4cca4 = $(`<div id="html_c4a5b143c8445453e241d9c8a4c4cca4" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_ac8d1ee4efe64f32e40e19bf9e9cdca7.setContent(html_c4a5b143c8445453e241d9c8a4c4cca4);
|
|
|
|
|
|
|
|
marker_eec2ba59cdc434efbfcaad0548a71b68.bindPopup(popup_ac8d1ee4efe64f32e40e19bf9e9cdca7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eec2ba59cdc434efbfcaad0548a71b68.setIcon(icon_9dc9f8de87291b858762320cf70a1518);
|
|
|
|
|
|
var marker_f76aea27444bf9b7092eff6f68e3415d = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_0be776d7b18b94bbc2b358c1d1050c9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c88652482ed1383d97f6d36830497a06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_870d7a6c8caae8e44c01a1c9eddf7e7c = $(`<div id="html_870d7a6c8caae8e44c01a1c9eddf7e7c" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_c88652482ed1383d97f6d36830497a06.setContent(html_870d7a6c8caae8e44c01a1c9eddf7e7c);
|
|
|
|
|
|
|
|
marker_f76aea27444bf9b7092eff6f68e3415d.bindPopup(popup_c88652482ed1383d97f6d36830497a06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f76aea27444bf9b7092eff6f68e3415d.setIcon(icon_0be776d7b18b94bbc2b358c1d1050c9e);
|
|
|
|
|
|
var marker_c3bc12612517d32e6eeca6b4f0b9456d = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_5b311860461f32659425fc04ce74371f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7628c8e5ab3186a2179c5111a62a3d00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_878602adbb97ad2b3e322f1d55606c50 = $(`<div id="html_878602adbb97ad2b3e322f1d55606c50" style="width: 100.0%; height: 100.0%;">relay.artx.market:443</div>`)[0];
|
|
popup_7628c8e5ab3186a2179c5111a62a3d00.setContent(html_878602adbb97ad2b3e322f1d55606c50);
|
|
|
|
|
|
|
|
marker_c3bc12612517d32e6eeca6b4f0b9456d.bindPopup(popup_7628c8e5ab3186a2179c5111a62a3d00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3bc12612517d32e6eeca6b4f0b9456d.setIcon(icon_5b311860461f32659425fc04ce74371f);
|
|
|
|
|
|
var marker_76a7b7266afbdfe6abac0ecd1e1819bc = L.marker(
|
|
[35.2227, -97.4786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_fd67b011617f4764253cfa845d7e2adb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0ed59922d4c41f22e8f0023506493e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1477c0b3f16bded9f54a8d6801e9f54f = $(`<div id="html_1477c0b3f16bded9f54a8d6801e9f54f" style="width: 100.0%; height: 100.0%;">relay.beginningend.com</div>`)[0];
|
|
popup_b0ed59922d4c41f22e8f0023506493e8.setContent(html_1477c0b3f16bded9f54a8d6801e9f54f);
|
|
|
|
|
|
|
|
marker_76a7b7266afbdfe6abac0ecd1e1819bc.bindPopup(popup_b0ed59922d4c41f22e8f0023506493e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76a7b7266afbdfe6abac0ecd1e1819bc.setIcon(icon_fd67b011617f4764253cfa845d7e2adb);
|
|
|
|
|
|
var marker_2c5e7bc1c5c0dbce2421ab9789c5c935 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e8a3b4adbc993ee0299b1225ce287850 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de489039efb262077614162490c8ef4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3bf83f6a7e5d56083647ae26c10912c0 = $(`<div id="html_3bf83f6a7e5d56083647ae26c10912c0" style="width: 100.0%; height: 100.0%;">relay.directsponsor.net</div>`)[0];
|
|
popup_de489039efb262077614162490c8ef4f.setContent(html_3bf83f6a7e5d56083647ae26c10912c0);
|
|
|
|
|
|
|
|
marker_2c5e7bc1c5c0dbce2421ab9789c5c935.bindPopup(popup_de489039efb262077614162490c8ef4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c5e7bc1c5c0dbce2421ab9789c5c935.setIcon(icon_e8a3b4adbc993ee0299b1225ce287850);
|
|
|
|
|
|
var marker_e47528a75c2871ae3cc55364cb130507 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_d5757ef8e62fe2ba66c4260cac25fb21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44cb0c262a6ca44291a8b3f0d8bde4d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6969c4ba6a065ad5bdb6f965184ce5de = $(`<div id="html_6969c4ba6a065ad5bdb6f965184ce5de" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_44cb0c262a6ca44291a8b3f0d8bde4d7.setContent(html_6969c4ba6a065ad5bdb6f965184ce5de);
|
|
|
|
|
|
|
|
marker_e47528a75c2871ae3cc55364cb130507.bindPopup(popup_44cb0c262a6ca44291a8b3f0d8bde4d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e47528a75c2871ae3cc55364cb130507.setIcon(icon_d5757ef8e62fe2ba66c4260cac25fb21);
|
|
|
|
|
|
var marker_8f394004142aa84cb276d6fa7d259b92 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_35151f1a16335a8262ba69036cbb5301 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3ca91c80cfd8f847caf0a3d413de2e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71635f695291c83391e0d0b1fac99eef = $(`<div id="html_71635f695291c83391e0d0b1fac99eef" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_f3ca91c80cfd8f847caf0a3d413de2e5.setContent(html_71635f695291c83391e0d0b1fac99eef);
|
|
|
|
|
|
|
|
marker_8f394004142aa84cb276d6fa7d259b92.bindPopup(popup_f3ca91c80cfd8f847caf0a3d413de2e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f394004142aa84cb276d6fa7d259b92.setIcon(icon_35151f1a16335a8262ba69036cbb5301);
|
|
|
|
|
|
var marker_3bd556247b73472087deda29fada616e = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_6c7bb0ec279e51c85d06d7c8f3d364e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ed90400d74cfb504745ef6684ef3486 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_101f9c519c1e9437987fd5a13501a040 = $(`<div id="html_101f9c519c1e9437987fd5a13501a040" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_8ed90400d74cfb504745ef6684ef3486.setContent(html_101f9c519c1e9437987fd5a13501a040);
|
|
|
|
|
|
|
|
marker_3bd556247b73472087deda29fada616e.bindPopup(popup_8ed90400d74cfb504745ef6684ef3486)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bd556247b73472087deda29fada616e.setIcon(icon_6c7bb0ec279e51c85d06d7c8f3d364e3);
|
|
|
|
|
|
var marker_f66235802286d7e7feca6d2dc3b4fd0e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_ee05e61eee588baa9f780db6491a3a71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64b8c471453506b1f3c7cada322752f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c0ba0bdc3031dd10c783a580553f6b5 = $(`<div id="html_7c0ba0bdc3031dd10c783a580553f6b5" style="width: 100.0%; height: 100.0%;">relay.jbnco.co</div>`)[0];
|
|
popup_64b8c471453506b1f3c7cada322752f2.setContent(html_7c0ba0bdc3031dd10c783a580553f6b5);
|
|
|
|
|
|
|
|
marker_f66235802286d7e7feca6d2dc3b4fd0e.bindPopup(popup_64b8c471453506b1f3c7cada322752f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f66235802286d7e7feca6d2dc3b4fd0e.setIcon(icon_ee05e61eee588baa9f780db6491a3a71);
|
|
|
|
|
|
var marker_f1cf561ff5b0e49d80f4cbf2c653e993 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_6e7c071313011621691c980e81bc3f6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a0b5cd8f0625e70bd8fa7c7f09d9c48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e301fcded89bc9ac100e215b382ea923 = $(`<div id="html_e301fcded89bc9ac100e215b382ea923" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com:443</div>`)[0];
|
|
popup_0a0b5cd8f0625e70bd8fa7c7f09d9c48.setContent(html_e301fcded89bc9ac100e215b382ea923);
|
|
|
|
|
|
|
|
marker_f1cf561ff5b0e49d80f4cbf2c653e993.bindPopup(popup_0a0b5cd8f0625e70bd8fa7c7f09d9c48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1cf561ff5b0e49d80f4cbf2c653e993.setIcon(icon_6e7c071313011621691c980e81bc3f6c);
|
|
|
|
|
|
var marker_d0025448f354f38fa249974a5054b4b7 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_64e72bc3ee01b17fe1a223cdc5a6ced9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_daf60136c25d5887fb7205c1b0140d3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d166f2045358ef79cedec260b83b198 = $(`<div id="html_1d166f2045358ef79cedec260b83b198" style="width: 100.0%; height: 100.0%;">rele.speyhard.fi</div>`)[0];
|
|
popup_daf60136c25d5887fb7205c1b0140d3c.setContent(html_1d166f2045358ef79cedec260b83b198);
|
|
|
|
|
|
|
|
marker_d0025448f354f38fa249974a5054b4b7.bindPopup(popup_daf60136c25d5887fb7205c1b0140d3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0025448f354f38fa249974a5054b4b7.setIcon(icon_64e72bc3ee01b17fe1a223cdc5a6ced9);
|
|
|
|
|
|
var marker_6398bcfb8fc01de88c717bbb44ba585d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_52ffa3997b6ffb699df4f37d93144c1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_572290b6bfbeda5042f205b2e48f5482 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1fcec13306dc27ac05ebe067074165d1 = $(`<div id="html_1fcec13306dc27ac05ebe067074165d1" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com:443</div>`)[0];
|
|
popup_572290b6bfbeda5042f205b2e48f5482.setContent(html_1fcec13306dc27ac05ebe067074165d1);
|
|
|
|
|
|
|
|
marker_6398bcfb8fc01de88c717bbb44ba585d.bindPopup(popup_572290b6bfbeda5042f205b2e48f5482)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6398bcfb8fc01de88c717bbb44ba585d.setIcon(icon_52ffa3997b6ffb699df4f37d93144c1b);
|
|
|
|
|
|
var marker_062b3f5fdd5f33c06139ba3d57efa015 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_2191a00c7962b62517fbd33a18d0e88d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_951076c82dbfd3edb865e6adc37c3e87 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b25fccf59180b8852e7f416249b6743 = $(`<div id="html_3b25fccf59180b8852e7f416249b6743" style="width: 100.0%; height: 100.0%;">relay.minibolt.info:443</div>`)[0];
|
|
popup_951076c82dbfd3edb865e6adc37c3e87.setContent(html_3b25fccf59180b8852e7f416249b6743);
|
|
|
|
|
|
|
|
marker_062b3f5fdd5f33c06139ba3d57efa015.bindPopup(popup_951076c82dbfd3edb865e6adc37c3e87)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_062b3f5fdd5f33c06139ba3d57efa015.setIcon(icon_2191a00c7962b62517fbd33a18d0e88d);
|
|
|
|
|
|
var marker_077ca0890d41d8d70aa94ac0a3041488 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_3fece0d17bc5bc592fd81eacf47c3c1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e75d8c2f6a184a337eaa3db14d30f278 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_847bef36dc8f37d629f0068e5eb41fef = $(`<div id="html_847bef36dc8f37d629f0068e5eb41fef" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_e75d8c2f6a184a337eaa3db14d30f278.setContent(html_847bef36dc8f37d629f0068e5eb41fef);
|
|
|
|
|
|
|
|
marker_077ca0890d41d8d70aa94ac0a3041488.bindPopup(popup_e75d8c2f6a184a337eaa3db14d30f278)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_077ca0890d41d8d70aa94ac0a3041488.setIcon(icon_3fece0d17bc5bc592fd81eacf47c3c1c);
|
|
|
|
|
|
var marker_938775deeba4cdfdd85dbb1f5b95487c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_2cfd249d3ad8a9d8b039f0c670bb1cc1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_666819b089a6d97f19bcee46ef7519b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9c4b8ff43fc7087b6dfb07add9f988a = $(`<div id="html_a9c4b8ff43fc7087b6dfb07add9f988a" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_666819b089a6d97f19bcee46ef7519b9.setContent(html_a9c4b8ff43fc7087b6dfb07add9f988a);
|
|
|
|
|
|
|
|
marker_938775deeba4cdfdd85dbb1f5b95487c.bindPopup(popup_666819b089a6d97f19bcee46ef7519b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_938775deeba4cdfdd85dbb1f5b95487c.setIcon(icon_2cfd249d3ad8a9d8b039f0c670bb1cc1);
|
|
|
|
|
|
var marker_fd59bcc2052362c0c927985fb7b837d7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_1ed7cb425204db72f4363687fdc9d122 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f572eb56e7049357dcf6ae916bd9561 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b06c6ee5cd4f8d45ce954b24553e280 = $(`<div id="html_5b06c6ee5cd4f8d45ce954b24553e280" style="width: 100.0%; height: 100.0%;">str-define-contributing-jackets.trycloudflare.com</div>`)[0];
|
|
popup_4f572eb56e7049357dcf6ae916bd9561.setContent(html_5b06c6ee5cd4f8d45ce954b24553e280);
|
|
|
|
|
|
|
|
marker_fd59bcc2052362c0c927985fb7b837d7.bindPopup(popup_4f572eb56e7049357dcf6ae916bd9561)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd59bcc2052362c0c927985fb7b837d7.setIcon(icon_1ed7cb425204db72f4363687fdc9d122);
|
|
|
|
|
|
var marker_fab8760057d0905b1c33648d8c0f80ce = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e574e71ca0f00f000529ea6ff7fdd262 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_246b2dab4f5727fd8679a47f202cac88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a969d8175ad48bfda713398f036748fa = $(`<div id="html_a969d8175ad48bfda713398f036748fa" style="width: 100.0%; height: 100.0%;">relay.chorus.community:443</div>`)[0];
|
|
popup_246b2dab4f5727fd8679a47f202cac88.setContent(html_a969d8175ad48bfda713398f036748fa);
|
|
|
|
|
|
|
|
marker_fab8760057d0905b1c33648d8c0f80ce.bindPopup(popup_246b2dab4f5727fd8679a47f202cac88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fab8760057d0905b1c33648d8c0f80ce.setIcon(icon_e574e71ca0f00f000529ea6ff7fdd262);
|
|
|
|
|
|
var marker_4fd3c050e42f84a35cd5fdbb298291f5 = L.marker(
|
|
[49.0291, 8.35705],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_7e66f3b3a098bc5e76be554503ab910c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf9782b292e464e801de65cc22e22ebe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab404bf78a750ed03dfeeed8e125559c = $(`<div id="html_ab404bf78a750ed03dfeeed8e125559c" style="width: 100.0%; height: 100.0%;">relay.dyne.org</div>`)[0];
|
|
popup_bf9782b292e464e801de65cc22e22ebe.setContent(html_ab404bf78a750ed03dfeeed8e125559c);
|
|
|
|
|
|
|
|
marker_4fd3c050e42f84a35cd5fdbb298291f5.bindPopup(popup_bf9782b292e464e801de65cc22e22ebe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4fd3c050e42f84a35cd5fdbb298291f5.setIcon(icon_7e66f3b3a098bc5e76be554503ab910c);
|
|
|
|
|
|
var marker_1230e64309d26f47e06e0a411ac839ea = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_d9a441e7936e1c19d48a69a59cfc1961 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37d9d77e3300c88d5919a5691b7e56e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_911bfe5d6073e50595c0ea87d7d773fc = $(`<div id="html_911bfe5d6073e50595c0ea87d7d773fc" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_37d9d77e3300c88d5919a5691b7e56e0.setContent(html_911bfe5d6073e50595c0ea87d7d773fc);
|
|
|
|
|
|
|
|
marker_1230e64309d26f47e06e0a411ac839ea.bindPopup(popup_37d9d77e3300c88d5919a5691b7e56e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1230e64309d26f47e06e0a411ac839ea.setIcon(icon_d9a441e7936e1c19d48a69a59cfc1961);
|
|
|
|
|
|
var marker_e3a727d55727598c8ba0ced9aa780851 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e91656e95f8f314657964f70938d67d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99639bf65cea5fc6da846920a4ffb133 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a87b3e892dcaf8a744b6868fd01f1788 = $(`<div id="html_a87b3e892dcaf8a744b6868fd01f1788" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app:443</div>`)[0];
|
|
popup_99639bf65cea5fc6da846920a4ffb133.setContent(html_a87b3e892dcaf8a744b6868fd01f1788);
|
|
|
|
|
|
|
|
marker_e3a727d55727598c8ba0ced9aa780851.bindPopup(popup_99639bf65cea5fc6da846920a4ffb133)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3a727d55727598c8ba0ced9aa780851.setIcon(icon_e91656e95f8f314657964f70938d67d8);
|
|
|
|
|
|
var marker_93235935b64049c60d2ec8c083892f09 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_c9543904dba8bb1b692325f49aa87ffc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_336cb305abef902e2d2571cd6d6ffe52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd149fa08173c8d2687f054934e6bed6 = $(`<div id="html_cd149fa08173c8d2687f054934e6bed6" style="width: 100.0%; height: 100.0%;">relay.ohstr.com:443</div>`)[0];
|
|
popup_336cb305abef902e2d2571cd6d6ffe52.setContent(html_cd149fa08173c8d2687f054934e6bed6);
|
|
|
|
|
|
|
|
marker_93235935b64049c60d2ec8c083892f09.bindPopup(popup_336cb305abef902e2d2571cd6d6ffe52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93235935b64049c60d2ec8c083892f09.setIcon(icon_c9543904dba8bb1b692325f49aa87ffc);
|
|
|
|
|
|
var marker_46267271172b826834e1d5576847d659 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_9ab619052f4bfcd52952393bb9fefe91 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e5d17a540ab2ff9bde9ca60154bf2b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8733a0ba0c49b141a9fd9fee21be15c = $(`<div id="html_d8733a0ba0c49b141a9fd9fee21be15c" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_0e5d17a540ab2ff9bde9ca60154bf2b9.setContent(html_d8733a0ba0c49b141a9fd9fee21be15c);
|
|
|
|
|
|
|
|
marker_46267271172b826834e1d5576847d659.bindPopup(popup_0e5d17a540ab2ff9bde9ca60154bf2b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46267271172b826834e1d5576847d659.setIcon(icon_9ab619052f4bfcd52952393bb9fefe91);
|
|
|
|
|
|
var marker_60e639e56be1c20f994d47d40ccf4078 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_3be632166b7b43025257bae3e7788331 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf0abc4ab6ff70b78d33b44fa95b4943 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4944549109730d9f02dbc07d4be32ea = $(`<div id="html_a4944549109730d9f02dbc07d4be32ea" style="width: 100.0%; height: 100.0%;">relay.staging.plebeian.market</div>`)[0];
|
|
popup_bf0abc4ab6ff70b78d33b44fa95b4943.setContent(html_a4944549109730d9f02dbc07d4be32ea);
|
|
|
|
|
|
|
|
marker_60e639e56be1c20f994d47d40ccf4078.bindPopup(popup_bf0abc4ab6ff70b78d33b44fa95b4943)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60e639e56be1c20f994d47d40ccf4078.setIcon(icon_3be632166b7b43025257bae3e7788331);
|
|
|
|
|
|
var marker_ec31f3285c096042e5e40798ecfd9df5 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_cbbfc2c4716bae973d6777a249ad86c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e2b73143e96e758a74d36d038872b94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_433a00abc60176fd47b53d8acfd7cec7 = $(`<div id="html_433a00abc60176fd47b53d8acfd7cec7" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_6e2b73143e96e758a74d36d038872b94.setContent(html_433a00abc60176fd47b53d8acfd7cec7);
|
|
|
|
|
|
|
|
marker_ec31f3285c096042e5e40798ecfd9df5.bindPopup(popup_6e2b73143e96e758a74d36d038872b94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec31f3285c096042e5e40798ecfd9df5.setIcon(icon_cbbfc2c4716bae973d6777a249ad86c6);
|
|
|
|
|
|
var marker_69b29f41860c00bdb092117e77d89ca2 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_648f5523773ac00122178e24774fd3f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7fa913be19c486a4e233a3cb53feda0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b07fb6a74a298c7fe3363aabf4a29352 = $(`<div id="html_b07fb6a74a298c7fe3363aabf4a29352" style="width: 100.0%; height: 100.0%;">node.kommonzenze.de</div>`)[0];
|
|
popup_c7fa913be19c486a4e233a3cb53feda0.setContent(html_b07fb6a74a298c7fe3363aabf4a29352);
|
|
|
|
|
|
|
|
marker_69b29f41860c00bdb092117e77d89ca2.bindPopup(popup_c7fa913be19c486a4e233a3cb53feda0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69b29f41860c00bdb092117e77d89ca2.setIcon(icon_648f5523773ac00122178e24774fd3f0);
|
|
|
|
|
|
var marker_272d7b29443c7bf29b8f0d5251b3d1f2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_6564bb97892c4df667438490f4d38615 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_615817736dc61425904b5999e3159eb7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f08c0c98993d8b4d7ef6191410304928 = $(`<div id="html_f08c0c98993d8b4d7ef6191410304928" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net:443</div>`)[0];
|
|
popup_615817736dc61425904b5999e3159eb7.setContent(html_f08c0c98993d8b4d7ef6191410304928);
|
|
|
|
|
|
|
|
marker_272d7b29443c7bf29b8f0d5251b3d1f2.bindPopup(popup_615817736dc61425904b5999e3159eb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_272d7b29443c7bf29b8f0d5251b3d1f2.setIcon(icon_6564bb97892c4df667438490f4d38615);
|
|
|
|
|
|
var marker_b7eb739f68b19ad9ddf9ff76a2b45ffb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_bdbf208016c5e61487e77b3358b2fe15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c132a5dc87dad23c26ded7a7bd9e321 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7562d3ab0c069bf2951098c196b3e9da = $(`<div id="html_7562d3ab0c069bf2951098c196b3e9da" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_8c132a5dc87dad23c26ded7a7bd9e321.setContent(html_7562d3ab0c069bf2951098c196b3e9da);
|
|
|
|
|
|
|
|
marker_b7eb739f68b19ad9ddf9ff76a2b45ffb.bindPopup(popup_8c132a5dc87dad23c26ded7a7bd9e321)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7eb739f68b19ad9ddf9ff76a2b45ffb.setIcon(icon_bdbf208016c5e61487e77b3358b2fe15);
|
|
|
|
|
|
var marker_c5f3b60c0994c428bbc846bf83b7c66a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_2e5d142e85169f547336ae0e0c530638 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2c70bb9bf424384e54c975ddaa5cf26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6d00e1291c1355c4aa797cde65c88fb = $(`<div id="html_f6d00e1291c1355c4aa797cde65c88fb" style="width: 100.0%; height: 100.0%;">antiprimal.net</div>`)[0];
|
|
popup_b2c70bb9bf424384e54c975ddaa5cf26.setContent(html_f6d00e1291c1355c4aa797cde65c88fb);
|
|
|
|
|
|
|
|
marker_c5f3b60c0994c428bbc846bf83b7c66a.bindPopup(popup_b2c70bb9bf424384e54c975ddaa5cf26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5f3b60c0994c428bbc846bf83b7c66a.setIcon(icon_2e5d142e85169f547336ae0e0c530638);
|
|
|
|
|
|
var marker_cc43a22fe58397e6588f1b2c5a72b999 = L.marker(
|
|
[39.9526, -75.1652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_f4bfe44f18fbd787247f51b1cd12836b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_424228494a284e3b668477a4be709b1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ddb8d6f21a8c18ce92f08770be04bc53 = $(`<div id="html_ddb8d6f21a8c18ce92f08770be04bc53" style="width: 100.0%; height: 100.0%;">nrs-02.darkcloudarcade.com:443</div>`)[0];
|
|
popup_424228494a284e3b668477a4be709b1c.setContent(html_ddb8d6f21a8c18ce92f08770be04bc53);
|
|
|
|
|
|
|
|
marker_cc43a22fe58397e6588f1b2c5a72b999.bindPopup(popup_424228494a284e3b668477a4be709b1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc43a22fe58397e6588f1b2c5a72b999.setIcon(icon_f4bfe44f18fbd787247f51b1cd12836b);
|
|
|
|
|
|
var marker_703cc31e356aff992500c07b4b5629bc = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_4992445afc76743ba74e9f1d34ba7611 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ef5ba379e8584451fab38dc0424c8a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91f9918ecf14a6c4f2e3f65fd84ccdc0 = $(`<div id="html_91f9918ecf14a6c4f2e3f65fd84ccdc0" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_1ef5ba379e8584451fab38dc0424c8a1.setContent(html_91f9918ecf14a6c4f2e3f65fd84ccdc0);
|
|
|
|
|
|
|
|
marker_703cc31e356aff992500c07b4b5629bc.bindPopup(popup_1ef5ba379e8584451fab38dc0424c8a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_703cc31e356aff992500c07b4b5629bc.setIcon(icon_4992445afc76743ba74e9f1d34ba7611);
|
|
|
|
|
|
var marker_54a9f52592220ef7f6c9fc33c7e857bb = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_1aef9a15196c3974c4520f659e5e12cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_548ead6d1c2f10eb1b3dedc3973115fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e79e7c66be21c6d06e9c1f2c79f3ddf3 = $(`<div id="html_e79e7c66be21c6d06e9c1f2c79f3ddf3" style="width: 100.0%; height: 100.0%;">nostr.debate.report</div>`)[0];
|
|
popup_548ead6d1c2f10eb1b3dedc3973115fb.setContent(html_e79e7c66be21c6d06e9c1f2c79f3ddf3);
|
|
|
|
|
|
|
|
marker_54a9f52592220ef7f6c9fc33c7e857bb.bindPopup(popup_548ead6d1c2f10eb1b3dedc3973115fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54a9f52592220ef7f6c9fc33c7e857bb.setIcon(icon_1aef9a15196c3974c4520f659e5e12cd);
|
|
|
|
|
|
var marker_6040dd927c8f7a2784538f3987a0978f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_6acd31e85c5bd0eebb8376ba74423bf1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46566316567367527255b97f32ab565f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b463b61765455b701d0e3cd5ce247164 = $(`<div id="html_b463b61765455b701d0e3cd5ce247164" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com:443</div>`)[0];
|
|
popup_46566316567367527255b97f32ab565f.setContent(html_b463b61765455b701d0e3cd5ce247164);
|
|
|
|
|
|
|
|
marker_6040dd927c8f7a2784538f3987a0978f.bindPopup(popup_46566316567367527255b97f32ab565f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6040dd927c8f7a2784538f3987a0978f.setIcon(icon_6acd31e85c5bd0eebb8376ba74423bf1);
|
|
|
|
|
|
var marker_eb4b7675c85c712da62f02f1592646e8 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_5fba5bcde0cfdef40c290072262df409 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fedab97ecec3bb60fddca3c471b69729 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd9b7d0536a3c91bfdcc7cbaf1e0afc3 = $(`<div id="html_cd9b7d0536a3c91bfdcc7cbaf1e0afc3" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io:443</div>`)[0];
|
|
popup_fedab97ecec3bb60fddca3c471b69729.setContent(html_cd9b7d0536a3c91bfdcc7cbaf1e0afc3);
|
|
|
|
|
|
|
|
marker_eb4b7675c85c712da62f02f1592646e8.bindPopup(popup_fedab97ecec3bb60fddca3c471b69729)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb4b7675c85c712da62f02f1592646e8.setIcon(icon_5fba5bcde0cfdef40c290072262df409);
|
|
|
|
|
|
var marker_40aa320bd60c51857f8f91e1cc1ef47d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_0280c984c704c06512cdaae1828f1074 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15c4b388717af1f0c6c601a6524ecd0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_900928a339235ebdcdf4b58e4e4d4109 = $(`<div id="html_900928a339235ebdcdf4b58e4e4d4109" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_15c4b388717af1f0c6c601a6524ecd0e.setContent(html_900928a339235ebdcdf4b58e4e4d4109);
|
|
|
|
|
|
|
|
marker_40aa320bd60c51857f8f91e1cc1ef47d.bindPopup(popup_15c4b388717af1f0c6c601a6524ecd0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40aa320bd60c51857f8f91e1cc1ef47d.setIcon(icon_0280c984c704c06512cdaae1828f1074);
|
|
|
|
|
|
var marker_5dbbc8d30cba9adaced45b667c1f7435 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_7b176db9f0d9996a367c63beacc3d21d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b65c733416c743117f964e9519e8617 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1462c2f409e6e5817ad78a2aadc68342 = $(`<div id="html_1462c2f409e6e5817ad78a2aadc68342" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com:443</div>`)[0];
|
|
popup_5b65c733416c743117f964e9519e8617.setContent(html_1462c2f409e6e5817ad78a2aadc68342);
|
|
|
|
|
|
|
|
marker_5dbbc8d30cba9adaced45b667c1f7435.bindPopup(popup_5b65c733416c743117f964e9519e8617)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5dbbc8d30cba9adaced45b667c1f7435.setIcon(icon_7b176db9f0d9996a367c63beacc3d21d);
|
|
|
|
|
|
var marker_0cb00b42b016b026f3785e212112b193 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_b143902ea9ca1b0f24fabec1bc7b176c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f6cbda2472a3edfdf3c50d5ba19e68e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_120b0584f4d71763c737d62d5c5f34b8 = $(`<div id="html_120b0584f4d71763c737d62d5c5f34b8" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_5f6cbda2472a3edfdf3c50d5ba19e68e.setContent(html_120b0584f4d71763c737d62d5c5f34b8);
|
|
|
|
|
|
|
|
marker_0cb00b42b016b026f3785e212112b193.bindPopup(popup_5f6cbda2472a3edfdf3c50d5ba19e68e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cb00b42b016b026f3785e212112b193.setIcon(icon_b143902ea9ca1b0f24fabec1bc7b176c);
|
|
|
|
|
|
var marker_86eb6bca9f611b921a41b1735217b64b = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_49df623a96ac00f8e6edf940f67b2d28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60b4ad692b75d52a67b9c4bdf17e500d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d32eae9f55493ad8fd5c961a9785e49 = $(`<div id="html_0d32eae9f55493ad8fd5c961a9785e49" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org:443</div>`)[0];
|
|
popup_60b4ad692b75d52a67b9c4bdf17e500d.setContent(html_0d32eae9f55493ad8fd5c961a9785e49);
|
|
|
|
|
|
|
|
marker_86eb6bca9f611b921a41b1735217b64b.bindPopup(popup_60b4ad692b75d52a67b9c4bdf17e500d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86eb6bca9f611b921a41b1735217b64b.setIcon(icon_49df623a96ac00f8e6edf940f67b2d28);
|
|
|
|
|
|
var marker_fa23a0bae7627194870012e291714394 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_66d7a1f725babacee7a074d9a876d967 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5e1cc2b7413e4e4cda85c08f9a1fd87 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea69bf9eb715b87f3b0334c54102c2b0 = $(`<div id="html_ea69bf9eb715b87f3b0334c54102c2b0" style="width: 100.0%; height: 100.0%;">conduitl2.fly.dev</div>`)[0];
|
|
popup_d5e1cc2b7413e4e4cda85c08f9a1fd87.setContent(html_ea69bf9eb715b87f3b0334c54102c2b0);
|
|
|
|
|
|
|
|
marker_fa23a0bae7627194870012e291714394.bindPopup(popup_d5e1cc2b7413e4e4cda85c08f9a1fd87)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa23a0bae7627194870012e291714394.setIcon(icon_66d7a1f725babacee7a074d9a876d967);
|
|
|
|
|
|
var marker_facc4601f004385c74b6f31e5881f872 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_ccac404f729319b3fc9ae58060f3408b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1318809c3cc97660db276c2210a081d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f038eff5c41e434c9b67c19742c50b0b = $(`<div id="html_f038eff5c41e434c9b67c19742c50b0b" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_c1318809c3cc97660db276c2210a081d.setContent(html_f038eff5c41e434c9b67c19742c50b0b);
|
|
|
|
|
|
|
|
marker_facc4601f004385c74b6f31e5881f872.bindPopup(popup_c1318809c3cc97660db276c2210a081d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_facc4601f004385c74b6f31e5881f872.setIcon(icon_ccac404f729319b3fc9ae58060f3408b);
|
|
|
|
|
|
var marker_fbeaade55808da53029bc736449c6b5a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_655e2945805a74a697f97c8afe401fd3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47599d8f75b5d599a548a7ee1faf5007 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04108ecf9178b8e89d086a303f82afbb = $(`<div id="html_04108ecf9178b8e89d086a303f82afbb" style="width: 100.0%; height: 100.0%;">offchain.bostr.online</div>`)[0];
|
|
popup_47599d8f75b5d599a548a7ee1faf5007.setContent(html_04108ecf9178b8e89d086a303f82afbb);
|
|
|
|
|
|
|
|
marker_fbeaade55808da53029bc736449c6b5a.bindPopup(popup_47599d8f75b5d599a548a7ee1faf5007)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbeaade55808da53029bc736449c6b5a.setIcon(icon_655e2945805a74a697f97c8afe401fd3);
|
|
|
|
|
|
var marker_41febe4895e7262d7f5ad603b991a079 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_51207fe8a0a682cd8df88f4fb112bce0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c219695efb3e0a4173b6eac232d2389 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60713e371a15debb0bb99360c977f057 = $(`<div id="html_60713e371a15debb0bb99360c977f057" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_0c219695efb3e0a4173b6eac232d2389.setContent(html_60713e371a15debb0bb99360c977f057);
|
|
|
|
|
|
|
|
marker_41febe4895e7262d7f5ad603b991a079.bindPopup(popup_0c219695efb3e0a4173b6eac232d2389)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41febe4895e7262d7f5ad603b991a079.setIcon(icon_51207fe8a0a682cd8df88f4fb112bce0);
|
|
|
|
|
|
var marker_016d9ae2a409e1b98f1e0db6c93070da = L.marker(
|
|
[46.8499, 9.53287],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_dfa0a2659ee6774da1fe66ee326e3934 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7cc6b69189140adf52f9dc57fbba4f03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09f3063ed346f1d74efb11ffb2208c13 = $(`<div id="html_09f3063ed346f1d74efb11ffb2208c13" style="width: 100.0%; height: 100.0%;">nostr.unkn0wn.world</div>`)[0];
|
|
popup_7cc6b69189140adf52f9dc57fbba4f03.setContent(html_09f3063ed346f1d74efb11ffb2208c13);
|
|
|
|
|
|
|
|
marker_016d9ae2a409e1b98f1e0db6c93070da.bindPopup(popup_7cc6b69189140adf52f9dc57fbba4f03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_016d9ae2a409e1b98f1e0db6c93070da.setIcon(icon_dfa0a2659ee6774da1fe66ee326e3934);
|
|
|
|
|
|
var marker_637d0cae379a033cf7466074e7c398f5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_9e39bb3a6ee9bf95597757bdcf903c5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce7177faa1861d120774fb780d919cbe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_897a96cb35e11c450b431926ad5e9c3a = $(`<div id="html_897a96cb35e11c450b431926ad5e9c3a" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz:443</div>`)[0];
|
|
popup_ce7177faa1861d120774fb780d919cbe.setContent(html_897a96cb35e11c450b431926ad5e9c3a);
|
|
|
|
|
|
|
|
marker_637d0cae379a033cf7466074e7c398f5.bindPopup(popup_ce7177faa1861d120774fb780d919cbe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_637d0cae379a033cf7466074e7c398f5.setIcon(icon_9e39bb3a6ee9bf95597757bdcf903c5f);
|
|
|
|
|
|
var marker_1c3cf24effff257b46e992ca04f0bf59 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_261a433bd318aa453686610f5e0942d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3079e9bfaa0129075bf840f7db5f4151 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29c144f395d67542bc64c59b7fc24ff2 = $(`<div id="html_29c144f395d67542bc64c59b7fc24ff2" style="width: 100.0%; height: 100.0%;">insta-relay.apps3.slidestr.net</div>`)[0];
|
|
popup_3079e9bfaa0129075bf840f7db5f4151.setContent(html_29c144f395d67542bc64c59b7fc24ff2);
|
|
|
|
|
|
|
|
marker_1c3cf24effff257b46e992ca04f0bf59.bindPopup(popup_3079e9bfaa0129075bf840f7db5f4151)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c3cf24effff257b46e992ca04f0bf59.setIcon(icon_261a433bd318aa453686610f5e0942d0);
|
|
|
|
|
|
var marker_9c20008b8846696e5769efd42906ec59 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e57165e3efe002bd25470a7eb944259b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5551287264acae7996aa918b10bfd527 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_204c36f11b44060e0116957615151363 = $(`<div id="html_204c36f11b44060e0116957615151363" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_5551287264acae7996aa918b10bfd527.setContent(html_204c36f11b44060e0116957615151363);
|
|
|
|
|
|
|
|
marker_9c20008b8846696e5769efd42906ec59.bindPopup(popup_5551287264acae7996aa918b10bfd527)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c20008b8846696e5769efd42906ec59.setIcon(icon_e57165e3efe002bd25470a7eb944259b);
|
|
|
|
|
|
var marker_f00a780032ef18e392e1f02ea7175b4f = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_5ae145efc367b64baa53119a1c88bdee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c46b24b89dd97bc0752ce6498ce4006 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc54c635c41fef0c42b0ee6a177a0184 = $(`<div id="html_dc54c635c41fef0c42b0ee6a177a0184" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_8c46b24b89dd97bc0752ce6498ce4006.setContent(html_dc54c635c41fef0c42b0ee6a177a0184);
|
|
|
|
|
|
|
|
marker_f00a780032ef18e392e1f02ea7175b4f.bindPopup(popup_8c46b24b89dd97bc0752ce6498ce4006)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f00a780032ef18e392e1f02ea7175b4f.setIcon(icon_5ae145efc367b64baa53119a1c88bdee);
|
|
|
|
|
|
var marker_1257845c4d74ae8c25a2ca29d6db4f97 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_1903033b28db41128f2123ee15044924 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c943fbf745a462a81726d3dcf1dc924 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0cfc7bbce46ccb5a0e8c1cdf94d84691 = $(`<div id="html_0cfc7bbce46ccb5a0e8c1cdf94d84691" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com:443</div>`)[0];
|
|
popup_6c943fbf745a462a81726d3dcf1dc924.setContent(html_0cfc7bbce46ccb5a0e8c1cdf94d84691);
|
|
|
|
|
|
|
|
marker_1257845c4d74ae8c25a2ca29d6db4f97.bindPopup(popup_6c943fbf745a462a81726d3dcf1dc924)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1257845c4d74ae8c25a2ca29d6db4f97.setIcon(icon_1903033b28db41128f2123ee15044924);
|
|
|
|
|
|
var marker_019c46468bf8f515fe23fc492dff917f = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_bf12f4d80c7ccde5f317e962cbf5863e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_269e0f6657d417c110421489b88ee081 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc2191ff65e527041ec0d9ef3f811179 = $(`<div id="html_cc2191ff65e527041ec0d9ef3f811179" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_269e0f6657d417c110421489b88ee081.setContent(html_cc2191ff65e527041ec0d9ef3f811179);
|
|
|
|
|
|
|
|
marker_019c46468bf8f515fe23fc492dff917f.bindPopup(popup_269e0f6657d417c110421489b88ee081)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_019c46468bf8f515fe23fc492dff917f.setIcon(icon_bf12f4d80c7ccde5f317e962cbf5863e);
|
|
|
|
|
|
var marker_88368ebfef8d28da34ce98410e8797e4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_ac48e165d7370b2905bc93ec5680df22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfa3e640586fe3873865509afb0648b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78565188894c68678ff62b7f901198c4 = $(`<div id="html_78565188894c68678ff62b7f901198c4" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_dfa3e640586fe3873865509afb0648b0.setContent(html_78565188894c68678ff62b7f901198c4);
|
|
|
|
|
|
|
|
marker_88368ebfef8d28da34ce98410e8797e4.bindPopup(popup_dfa3e640586fe3873865509afb0648b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88368ebfef8d28da34ce98410e8797e4.setIcon(icon_ac48e165d7370b2905bc93ec5680df22);
|
|
|
|
|
|
var marker_b288a0934f26880f73237692c09bcd8f = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_8a553b128694e07bc6120c5fc1d5db0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f959d73e856df556c006fcef486d0108 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8249486b8a391627ab7f3cdd608c92ad = $(`<div id="html_8249486b8a391627ab7f3cdd608c92ad" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_f959d73e856df556c006fcef486d0108.setContent(html_8249486b8a391627ab7f3cdd608c92ad);
|
|
|
|
|
|
|
|
marker_b288a0934f26880f73237692c09bcd8f.bindPopup(popup_f959d73e856df556c006fcef486d0108)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b288a0934f26880f73237692c09bcd8f.setIcon(icon_8a553b128694e07bc6120c5fc1d5db0f);
|
|
|
|
|
|
var marker_7308a11db4af4a4818a0bb5fdb291264 = L.marker(
|
|
[50.914, 3.21378],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_a944c6da0738dcbdee8bdce81c8cfd4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c5a690c1b62dd536e0a8fbebf38c55c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd9699c988f82cf115672f73adbc8127 = $(`<div id="html_fd9699c988f82cf115672f73adbc8127" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be:443</div>`)[0];
|
|
popup_0c5a690c1b62dd536e0a8fbebf38c55c.setContent(html_fd9699c988f82cf115672f73adbc8127);
|
|
|
|
|
|
|
|
marker_7308a11db4af4a4818a0bb5fdb291264.bindPopup(popup_0c5a690c1b62dd536e0a8fbebf38c55c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7308a11db4af4a4818a0bb5fdb291264.setIcon(icon_a944c6da0738dcbdee8bdce81c8cfd4f);
|
|
|
|
|
|
var marker_2dfd8063b948b6e09a15f0b1086884d3 = L.marker(
|
|
[9.27447, -83.5797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_5f19e8fa44ccd9ea08b55c48d7a5f041 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3afc111cdebb564f59631323e2ca961 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e51fc93d7191ced79c9efacb0dbc7a6 = $(`<div id="html_6e51fc93d7191ced79c9efacb0dbc7a6" style="width: 100.0%; height: 100.0%;">no.str.cr:443</div>`)[0];
|
|
popup_b3afc111cdebb564f59631323e2ca961.setContent(html_6e51fc93d7191ced79c9efacb0dbc7a6);
|
|
|
|
|
|
|
|
marker_2dfd8063b948b6e09a15f0b1086884d3.bindPopup(popup_b3afc111cdebb564f59631323e2ca961)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2dfd8063b948b6e09a15f0b1086884d3.setIcon(icon_5f19e8fa44ccd9ea08b55c48d7a5f041);
|
|
|
|
|
|
var marker_e5310f042c7ba5bc3ab202d9a46a9c28 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_7e89f2b252e6459a46c33bfd08abe75b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3f53fddddb61502f57b376ab500bdc7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9cbff61e7dd6c2e884f371f2a8c3726 = $(`<div id="html_b9cbff61e7dd6c2e884f371f2a8c3726" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_d3f53fddddb61502f57b376ab500bdc7.setContent(html_b9cbff61e7dd6c2e884f371f2a8c3726);
|
|
|
|
|
|
|
|
marker_e5310f042c7ba5bc3ab202d9a46a9c28.bindPopup(popup_d3f53fddddb61502f57b376ab500bdc7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5310f042c7ba5bc3ab202d9a46a9c28.setIcon(icon_7e89f2b252e6459a46c33bfd08abe75b);
|
|
|
|
|
|
var marker_c556c6adafa61101740a503352eb6125 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_bc2967133b4a6a45e418ae20855cbb0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07bdde58408f8d3496a11363df5f35df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b8b0f3dd958a55faa1382b7ade8c9f1 = $(`<div id="html_2b8b0f3dd958a55faa1382b7ade8c9f1" style="width: 100.0%; height: 100.0%;">testnet.samt.st</div>`)[0];
|
|
popup_07bdde58408f8d3496a11363df5f35df.setContent(html_2b8b0f3dd958a55faa1382b7ade8c9f1);
|
|
|
|
|
|
|
|
marker_c556c6adafa61101740a503352eb6125.bindPopup(popup_07bdde58408f8d3496a11363df5f35df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c556c6adafa61101740a503352eb6125.setIcon(icon_bc2967133b4a6a45e418ae20855cbb0c);
|
|
|
|
|
|
var marker_75f57cdd65a422969923bb6072947b00 = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_ec74b464d7c4cde7a55022d915dc4cdf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cde992b4957536707c9a9b1e0b6303b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9257221518ca9088f12fc23d196b27b6 = $(`<div id="html_9257221518ca9088f12fc23d196b27b6" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_cde992b4957536707c9a9b1e0b6303b1.setContent(html_9257221518ca9088f12fc23d196b27b6);
|
|
|
|
|
|
|
|
marker_75f57cdd65a422969923bb6072947b00.bindPopup(popup_cde992b4957536707c9a9b1e0b6303b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75f57cdd65a422969923bb6072947b00.setIcon(icon_ec74b464d7c4cde7a55022d915dc4cdf);
|
|
|
|
|
|
var marker_aa6809cc1d5b4330ef54ecddc43d9436 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_f0f29e58a312d3c5bf826c5eb7cbb695 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8be02bbde3fb9cac49522b35fa9a2244 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1bf6ef8c2e99c38cd241d2c6ed200e9 = $(`<div id="html_b1bf6ef8c2e99c38cd241d2c6ed200e9" style="width: 100.0%; height: 100.0%;">relay.staging.plebeian.market:443</div>`)[0];
|
|
popup_8be02bbde3fb9cac49522b35fa9a2244.setContent(html_b1bf6ef8c2e99c38cd241d2c6ed200e9);
|
|
|
|
|
|
|
|
marker_aa6809cc1d5b4330ef54ecddc43d9436.bindPopup(popup_8be02bbde3fb9cac49522b35fa9a2244)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa6809cc1d5b4330ef54ecddc43d9436.setIcon(icon_f0f29e58a312d3c5bf826c5eb7cbb695);
|
|
|
|
|
|
var marker_25292e10ed94943b3e7dad54ee2793fa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_3fe074f4e8dd0c47e6e217cec0001421 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90059d00e6e1796c1e6e5e995d5fed9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67e6bb4ff52f068e34b60c7fcda9aac7 = $(`<div id="html_67e6bb4ff52f068e34b60c7fcda9aac7" style="width: 100.0%; height: 100.0%;">armada.sharegap.net</div>`)[0];
|
|
popup_90059d00e6e1796c1e6e5e995d5fed9e.setContent(html_67e6bb4ff52f068e34b60c7fcda9aac7);
|
|
|
|
|
|
|
|
marker_25292e10ed94943b3e7dad54ee2793fa.bindPopup(popup_90059d00e6e1796c1e6e5e995d5fed9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25292e10ed94943b3e7dad54ee2793fa.setIcon(icon_3fe074f4e8dd0c47e6e217cec0001421);
|
|
|
|
|
|
var marker_342a8503ddf2d15813e26fdb848fd73e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e102cbe6ceaa8d7e1c44ef800f107643 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8ba503c6b67a63025414b7bced6f72f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5249e6fe0dd36853a7da92c53d3a4828 = $(`<div id="html_5249e6fe0dd36853a7da92c53d3a4828" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_b8ba503c6b67a63025414b7bced6f72f.setContent(html_5249e6fe0dd36853a7da92c53d3a4828);
|
|
|
|
|
|
|
|
marker_342a8503ddf2d15813e26fdb848fd73e.bindPopup(popup_b8ba503c6b67a63025414b7bced6f72f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_342a8503ddf2d15813e26fdb848fd73e.setIcon(icon_e102cbe6ceaa8d7e1c44ef800f107643);
|
|
|
|
|
|
var marker_39a035dd89b2a18d5f48222bcd7fd5dc = L.marker(
|
|
[43.7064, -79.3986],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_8bcb333c5b571a8cbf3e9e8c609fab1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_015d63a66a7f494d2d94c8483998c628 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e171c069e489c47d9b3fed0183137fb6 = $(`<div id="html_e171c069e489c47d9b3fed0183137fb6" style="width: 100.0%; height: 100.0%;">wot.makenomistakes.ca</div>`)[0];
|
|
popup_015d63a66a7f494d2d94c8483998c628.setContent(html_e171c069e489c47d9b3fed0183137fb6);
|
|
|
|
|
|
|
|
marker_39a035dd89b2a18d5f48222bcd7fd5dc.bindPopup(popup_015d63a66a7f494d2d94c8483998c628)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39a035dd89b2a18d5f48222bcd7fd5dc.setIcon(icon_8bcb333c5b571a8cbf3e9e8c609fab1d);
|
|
|
|
|
|
var marker_7f9812a9ab4c0e6d10ba1d71eb15f403 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e402a2685eebf4d2542802da08c887a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d16a5897f6a534fbd6cb4feac78d4c86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a958a7161f2e706b3f3893f940676d4 = $(`<div id="html_3a958a7161f2e706b3f3893f940676d4" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com:443</div>`)[0];
|
|
popup_d16a5897f6a534fbd6cb4feac78d4c86.setContent(html_3a958a7161f2e706b3f3893f940676d4);
|
|
|
|
|
|
|
|
marker_7f9812a9ab4c0e6d10ba1d71eb15f403.bindPopup(popup_d16a5897f6a534fbd6cb4feac78d4c86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f9812a9ab4c0e6d10ba1d71eb15f403.setIcon(icon_e402a2685eebf4d2542802da08c887a7);
|
|
|
|
|
|
var marker_bebc9cf6d5512eacea9d2a5a97ff5f2f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_96bc7fd93bffae1c50672855e4ebd915 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d9c3381441b88caf8b8bbcd17c9a8be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20684982024f9b8be97f500a5e4469a4 = $(`<div id="html_20684982024f9b8be97f500a5e4469a4" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe:443</div>`)[0];
|
|
popup_1d9c3381441b88caf8b8bbcd17c9a8be.setContent(html_20684982024f9b8be97f500a5e4469a4);
|
|
|
|
|
|
|
|
marker_bebc9cf6d5512eacea9d2a5a97ff5f2f.bindPopup(popup_1d9c3381441b88caf8b8bbcd17c9a8be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bebc9cf6d5512eacea9d2a5a97ff5f2f.setIcon(icon_96bc7fd93bffae1c50672855e4ebd915);
|
|
|
|
|
|
var marker_6bfebefb283a84dbe82092ce4cea4935 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_23536c3a6d864eaed92b4a86e9877eb2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e35fdf39617303e0dca91bb73d04b3e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20c5ec81bc73c78a6801ec777bd01f6b = $(`<div id="html_20c5ec81bc73c78a6801ec777bd01f6b" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_e35fdf39617303e0dca91bb73d04b3e1.setContent(html_20c5ec81bc73c78a6801ec777bd01f6b);
|
|
|
|
|
|
|
|
marker_6bfebefb283a84dbe82092ce4cea4935.bindPopup(popup_e35fdf39617303e0dca91bb73d04b3e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6bfebefb283a84dbe82092ce4cea4935.setIcon(icon_23536c3a6d864eaed92b4a86e9877eb2);
|
|
|
|
|
|
var marker_83f0fbf4547f82cc25a8c68d604eb456 = L.marker(
|
|
[13.966, 101.513],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_02f80f0f24eeb38f8b7966500aedacf1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_151db7dd00c440a1269bb2717a6d7a3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a11134543f299ad02ee2219649f11a8 = $(`<div id="html_8a11134543f299ad02ee2219649f11a8" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_151db7dd00c440a1269bb2717a6d7a3f.setContent(html_8a11134543f299ad02ee2219649f11a8);
|
|
|
|
|
|
|
|
marker_83f0fbf4547f82cc25a8c68d604eb456.bindPopup(popup_151db7dd00c440a1269bb2717a6d7a3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83f0fbf4547f82cc25a8c68d604eb456.setIcon(icon_02f80f0f24eeb38f8b7966500aedacf1);
|
|
|
|
|
|
var marker_9dfc14326007634e17230c9b8d35e0cd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_c8098a8919967a90712302d433d848b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc558a2330adb58555506570f0bc17f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94d44c1acf248a2e2665925fb932518e = $(`<div id="html_94d44c1acf248a2e2665925fb932518e" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_bc558a2330adb58555506570f0bc17f5.setContent(html_94d44c1acf248a2e2665925fb932518e);
|
|
|
|
|
|
|
|
marker_9dfc14326007634e17230c9b8d35e0cd.bindPopup(popup_bc558a2330adb58555506570f0bc17f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9dfc14326007634e17230c9b8d35e0cd.setIcon(icon_c8098a8919967a90712302d433d848b6);
|
|
|
|
|
|
var marker_36b97f2a564875c662aede32597c6f8a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_2ddb927882f09ee60f7b315218c9f200 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2460af049cf594aeac45cb4203df6c03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2ea21c2cb8be504e78d7b47f995ef43 = $(`<div id="html_b2ea21c2cb8be504e78d7b47f995ef43" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_2460af049cf594aeac45cb4203df6c03.setContent(html_b2ea21c2cb8be504e78d7b47f995ef43);
|
|
|
|
|
|
|
|
marker_36b97f2a564875c662aede32597c6f8a.bindPopup(popup_2460af049cf594aeac45cb4203df6c03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36b97f2a564875c662aede32597c6f8a.setIcon(icon_2ddb927882f09ee60f7b315218c9f200);
|
|
|
|
|
|
var marker_4c637c5f00b111f4177a2633fc36596f = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_06ab7dc6ff0e0e154e24390d85e67e29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_344c55eb1229d816bad81dce752520a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2da9796d1037cf3b5c67dcf2cbd17418 = $(`<div id="html_2da9796d1037cf3b5c67dcf2cbd17418" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_344c55eb1229d816bad81dce752520a4.setContent(html_2da9796d1037cf3b5c67dcf2cbd17418);
|
|
|
|
|
|
|
|
marker_4c637c5f00b111f4177a2633fc36596f.bindPopup(popup_344c55eb1229d816bad81dce752520a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c637c5f00b111f4177a2633fc36596f.setIcon(icon_06ab7dc6ff0e0e154e24390d85e67e29);
|
|
|
|
|
|
var marker_ed20eba6e6a5e574989bc23742d961ec = L.marker(
|
|
[32.9483, -96.7299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_8d74e35040d83cdf1253c343c22e024b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c60d6ce3636724825a2bd4bd3093ba3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1eb191b5f0726292fba0f831c4d335dc = $(`<div id="html_1eb191b5f0726292fba0f831c4d335dc" style="width: 100.0%; height: 100.0%;">relay.bowlafterbowl.com</div>`)[0];
|
|
popup_c60d6ce3636724825a2bd4bd3093ba3d.setContent(html_1eb191b5f0726292fba0f831c4d335dc);
|
|
|
|
|
|
|
|
marker_ed20eba6e6a5e574989bc23742d961ec.bindPopup(popup_c60d6ce3636724825a2bd4bd3093ba3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed20eba6e6a5e574989bc23742d961ec.setIcon(icon_8d74e35040d83cdf1253c343c22e024b);
|
|
|
|
|
|
var marker_475cf004f45388ef1e10b8ffc89cfa49 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_92a7b963a1bdd9b740e361908a2ffbab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d918297c45b1b6e4819fa8301da642e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_684423338c1e767302d784fc82e43a26 = $(`<div id="html_684423338c1e767302d784fc82e43a26" style="width: 100.0%; height: 100.0%;">relay.veganostr.com</div>`)[0];
|
|
popup_d918297c45b1b6e4819fa8301da642e5.setContent(html_684423338c1e767302d784fc82e43a26);
|
|
|
|
|
|
|
|
marker_475cf004f45388ef1e10b8ffc89cfa49.bindPopup(popup_d918297c45b1b6e4819fa8301da642e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_475cf004f45388ef1e10b8ffc89cfa49.setIcon(icon_92a7b963a1bdd9b740e361908a2ffbab);
|
|
|
|
|
|
var marker_4fb524e26c3c4797322a24d1baceefff = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_158f9c1a65b0c73ca693ac1ff1f055fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f812db3cc4a6bbcadef8d7cccef5cd97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c16eb690282716f619730a46010d755f = $(`<div id="html_c16eb690282716f619730a46010d755f" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_f812db3cc4a6bbcadef8d7cccef5cd97.setContent(html_c16eb690282716f619730a46010d755f);
|
|
|
|
|
|
|
|
marker_4fb524e26c3c4797322a24d1baceefff.bindPopup(popup_f812db3cc4a6bbcadef8d7cccef5cd97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4fb524e26c3c4797322a24d1baceefff.setIcon(icon_158f9c1a65b0c73ca693ac1ff1f055fc);
|
|
|
|
|
|
var marker_7284e2c71a16b785a50b5465fa3f4b4b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_17227af0c14547034e199790402502d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7d7ec9b5b11cf954c2c9897aeccd455 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6b5ed74b762a985ca07be5d3216d0ed = $(`<div id="html_c6b5ed74b762a985ca07be5d3216d0ed" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_e7d7ec9b5b11cf954c2c9897aeccd455.setContent(html_c6b5ed74b762a985ca07be5d3216d0ed);
|
|
|
|
|
|
|
|
marker_7284e2c71a16b785a50b5465fa3f4b4b.bindPopup(popup_e7d7ec9b5b11cf954c2c9897aeccd455)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7284e2c71a16b785a50b5465fa3f4b4b.setIcon(icon_17227af0c14547034e199790402502d4);
|
|
|
|
|
|
var marker_ba41ab8984ecfd8c76ca31cd6451c2a6 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_af672f87e4fdb9ff4b0e0160432c1f18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_edb75dffc344b14183381690c737fe55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_732e89f7cc6d1fa25bef66555c392489 = $(`<div id="html_732e89f7cc6d1fa25bef66555c392489" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com:443</div>`)[0];
|
|
popup_edb75dffc344b14183381690c737fe55.setContent(html_732e89f7cc6d1fa25bef66555c392489);
|
|
|
|
|
|
|
|
marker_ba41ab8984ecfd8c76ca31cd6451c2a6.bindPopup(popup_edb75dffc344b14183381690c737fe55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba41ab8984ecfd8c76ca31cd6451c2a6.setIcon(icon_af672f87e4fdb9ff4b0e0160432c1f18);
|
|
|
|
|
|
var marker_213611b8395b26f06436faea939bfe90 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_fa244f76a3b91b52f7a06506549e50ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd15519c20958650d499f1c331b6b0ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f23fbb104ba96c84561be01ede66bfbb = $(`<div id="html_f23fbb104ba96c84561be01ede66bfbb" style="width: 100.0%; height: 100.0%;">relay.agentry.com:443</div>`)[0];
|
|
popup_cd15519c20958650d499f1c331b6b0ce.setContent(html_f23fbb104ba96c84561be01ede66bfbb);
|
|
|
|
|
|
|
|
marker_213611b8395b26f06436faea939bfe90.bindPopup(popup_cd15519c20958650d499f1c331b6b0ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_213611b8395b26f06436faea939bfe90.setIcon(icon_fa244f76a3b91b52f7a06506549e50ec);
|
|
|
|
|
|
var marker_e9406a85ca337c81e7f4c34377ca7fe8 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_d09e85434b2b11366b8d12dc02b86bef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9096b4aac08def8257d78904a481ed7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94c6df0544cf1ec8c8855cf1b86d49e0 = $(`<div id="html_94c6df0544cf1ec8c8855cf1b86d49e0" style="width: 100.0%; height: 100.0%;">dev-relay.nostreon.com</div>`)[0];
|
|
popup_9096b4aac08def8257d78904a481ed7b.setContent(html_94c6df0544cf1ec8c8855cf1b86d49e0);
|
|
|
|
|
|
|
|
marker_e9406a85ca337c81e7f4c34377ca7fe8.bindPopup(popup_9096b4aac08def8257d78904a481ed7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9406a85ca337c81e7f4c34377ca7fe8.setIcon(icon_d09e85434b2b11366b8d12dc02b86bef);
|
|
|
|
|
|
var marker_728679e546113fb50f061728c819cfb0 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_15e28739dfbceb14c554b26d3aab6edd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f18b2744dcb24bb4bf173033b2332bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3685fa3737c7b1141a1387fc5ebe0533 = $(`<div id="html_3685fa3737c7b1141a1387fc5ebe0533" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news:443</div>`)[0];
|
|
popup_7f18b2744dcb24bb4bf173033b2332bb.setContent(html_3685fa3737c7b1141a1387fc5ebe0533);
|
|
|
|
|
|
|
|
marker_728679e546113fb50f061728c819cfb0.bindPopup(popup_7f18b2744dcb24bb4bf173033b2332bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_728679e546113fb50f061728c819cfb0.setIcon(icon_15e28739dfbceb14c554b26d3aab6edd);
|
|
|
|
|
|
var marker_6ded45aee0c43d50eb3448e8dc592b10 = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_043924a677feb8523d6aff41368e8ad8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c894a1be51d84f1c54a94f3a914dad6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_313bcf516de085bde8fd94873346c133 = $(`<div id="html_313bcf516de085bde8fd94873346c133" style="width: 100.0%; height: 100.0%;">relay.laantungir.net:443</div>`)[0];
|
|
popup_0c894a1be51d84f1c54a94f3a914dad6.setContent(html_313bcf516de085bde8fd94873346c133);
|
|
|
|
|
|
|
|
marker_6ded45aee0c43d50eb3448e8dc592b10.bindPopup(popup_0c894a1be51d84f1c54a94f3a914dad6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ded45aee0c43d50eb3448e8dc592b10.setIcon(icon_043924a677feb8523d6aff41368e8ad8);
|
|
|
|
|
|
var marker_4550ab0ac6593805b5e392241d3670e7 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_80293033e882fbd3880e71dd290e2adb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3311d57ddff51c986834658cabc81dd2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90981013e011fd6c050cb6752d586753 = $(`<div id="html_90981013e011fd6c050cb6752d586753" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com:443</div>`)[0];
|
|
popup_3311d57ddff51c986834658cabc81dd2.setContent(html_90981013e011fd6c050cb6752d586753);
|
|
|
|
|
|
|
|
marker_4550ab0ac6593805b5e392241d3670e7.bindPopup(popup_3311d57ddff51c986834658cabc81dd2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4550ab0ac6593805b5e392241d3670e7.setIcon(icon_80293033e882fbd3880e71dd290e2adb);
|
|
|
|
|
|
var marker_4677b1a6c1006e8e860d73dfedadfa6b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_b164c78db888d9f5796ab134032294ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c703e5fe1877a89d5b2a4780b76e6176 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18f37c47c5959496b4c00564c64fc0f6 = $(`<div id="html_18f37c47c5959496b4c00564c64fc0f6" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_c703e5fe1877a89d5b2a4780b76e6176.setContent(html_18f37c47c5959496b4c00564c64fc0f6);
|
|
|
|
|
|
|
|
marker_4677b1a6c1006e8e860d73dfedadfa6b.bindPopup(popup_c703e5fe1877a89d5b2a4780b76e6176)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4677b1a6c1006e8e860d73dfedadfa6b.setIcon(icon_b164c78db888d9f5796ab134032294ad);
|
|
|
|
|
|
var marker_b6e439621c39655637cbb86a36442a1f = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_29805d0e445fdb6ddcf7acacf1f4708f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03a9ed9d791b01ecf9bdafd281ced436 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a760cf6585d22d0962f8823fdea995a4 = $(`<div id="html_a760cf6585d22d0962f8823fdea995a4" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_03a9ed9d791b01ecf9bdafd281ced436.setContent(html_a760cf6585d22d0962f8823fdea995a4);
|
|
|
|
|
|
|
|
marker_b6e439621c39655637cbb86a36442a1f.bindPopup(popup_03a9ed9d791b01ecf9bdafd281ced436)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6e439621c39655637cbb86a36442a1f.setIcon(icon_29805d0e445fdb6ddcf7acacf1f4708f);
|
|
|
|
|
|
var marker_be133301c79d0e2aecbc3af6a4cf6b6a = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_46dae67d75eaa51e8835d4d1302ae9af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea6c83bb12b3a4478533daf49607d86a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58a9bb6efe393e450674eed1a45fc1e1 = $(`<div id="html_58a9bb6efe393e450674eed1a45fc1e1" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_ea6c83bb12b3a4478533daf49607d86a.setContent(html_58a9bb6efe393e450674eed1a45fc1e1);
|
|
|
|
|
|
|
|
marker_be133301c79d0e2aecbc3af6a4cf6b6a.bindPopup(popup_ea6c83bb12b3a4478533daf49607d86a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be133301c79d0e2aecbc3af6a4cf6b6a.setIcon(icon_46dae67d75eaa51e8835d4d1302ae9af);
|
|
|
|
|
|
var marker_127088efa2f9e5b9e13e835c638b59a5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_0a10c42ef1d11eefbc82980a8b9ae9f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3295103f1d2742572c26d2bf0f6b5f5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee97135cca914c7bf5b56d2ee75c1685 = $(`<div id="html_ee97135cca914c7bf5b56d2ee75c1685" style="width: 100.0%; height: 100.0%;">wot.utxo.one</div>`)[0];
|
|
popup_3295103f1d2742572c26d2bf0f6b5f5a.setContent(html_ee97135cca914c7bf5b56d2ee75c1685);
|
|
|
|
|
|
|
|
marker_127088efa2f9e5b9e13e835c638b59a5.bindPopup(popup_3295103f1d2742572c26d2bf0f6b5f5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_127088efa2f9e5b9e13e835c638b59a5.setIcon(icon_0a10c42ef1d11eefbc82980a8b9ae9f1);
|
|
|
|
|
|
var marker_072dcb0a872d7a2735fd0b11863a059a = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_306ad851a5caa5056547426a269b1df1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05741a5865a4199fd4341aecbd107d07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb35dddf8ba0db005fd91d3323351b08 = $(`<div id="html_bb35dddf8ba0db005fd91d3323351b08" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_05741a5865a4199fd4341aecbd107d07.setContent(html_bb35dddf8ba0db005fd91d3323351b08);
|
|
|
|
|
|
|
|
marker_072dcb0a872d7a2735fd0b11863a059a.bindPopup(popup_05741a5865a4199fd4341aecbd107d07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_072dcb0a872d7a2735fd0b11863a059a.setIcon(icon_306ad851a5caa5056547426a269b1df1);
|
|
|
|
|
|
var marker_67e3e945a8b7288730c539a37375105e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_12e68ea1ed98d31780f3ea1070c76781 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d10c932765ee4bf35834a0fed2ac0d67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39487c875dc1c1f83be364f1a92c72ff = $(`<div id="html_39487c875dc1c1f83be364f1a92c72ff" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_d10c932765ee4bf35834a0fed2ac0d67.setContent(html_39487c875dc1c1f83be364f1a92c72ff);
|
|
|
|
|
|
|
|
marker_67e3e945a8b7288730c539a37375105e.bindPopup(popup_d10c932765ee4bf35834a0fed2ac0d67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67e3e945a8b7288730c539a37375105e.setIcon(icon_12e68ea1ed98d31780f3ea1070c76781);
|
|
|
|
|
|
var marker_21e9ff81310475fb732d05818b5ff12c = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_89be1de4f6c0fdcbcc1bcbbc9ceb8eda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8164a124a63aa79aabed6c6bc72b160d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91cc79d869804f58d8d75e61c92fe77f = $(`<div id="html_91cc79d869804f58d8d75e61c92fe77f" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_8164a124a63aa79aabed6c6bc72b160d.setContent(html_91cc79d869804f58d8d75e61c92fe77f);
|
|
|
|
|
|
|
|
marker_21e9ff81310475fb732d05818b5ff12c.bindPopup(popup_8164a124a63aa79aabed6c6bc72b160d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21e9ff81310475fb732d05818b5ff12c.setIcon(icon_89be1de4f6c0fdcbcc1bcbbc9ceb8eda);
|
|
|
|
|
|
var marker_d816f751faa6af511ecf3c74dc8f2722 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e115b5c2a693e16d02c8707e6ca1c71c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bdd4240767894936596145d65a37fa7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9895f9c8cf8775ef7c2cebe78ab1922 = $(`<div id="html_f9895f9c8cf8775ef7c2cebe78ab1922" style="width: 100.0%; height: 100.0%;">portal-relay.pareto.space</div>`)[0];
|
|
popup_0bdd4240767894936596145d65a37fa7.setContent(html_f9895f9c8cf8775ef7c2cebe78ab1922);
|
|
|
|
|
|
|
|
marker_d816f751faa6af511ecf3c74dc8f2722.bindPopup(popup_0bdd4240767894936596145d65a37fa7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d816f751faa6af511ecf3c74dc8f2722.setIcon(icon_e115b5c2a693e16d02c8707e6ca1c71c);
|
|
|
|
|
|
var marker_aa2170b0d9eb0b74097f2cc2ce577193 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_11910e549ad13a1b4d4af350dab09e03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9ec95f7f1f05a0443a3400325194fb4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c4a8859b69df3e5220c78387609c2dd = $(`<div id="html_2c4a8859b69df3e5220c78387609c2dd" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_e9ec95f7f1f05a0443a3400325194fb4.setContent(html_2c4a8859b69df3e5220c78387609c2dd);
|
|
|
|
|
|
|
|
marker_aa2170b0d9eb0b74097f2cc2ce577193.bindPopup(popup_e9ec95f7f1f05a0443a3400325194fb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa2170b0d9eb0b74097f2cc2ce577193.setIcon(icon_11910e549ad13a1b4d4af350dab09e03);
|
|
|
|
|
|
var marker_a5c34cb7a7da8c57df4383e5efb3433d = L.marker(
|
|
[38.9393, -0.15411],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_c2aef2d801ef92e6dda71abefecd9086 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dcd07eeda4bacb8b0ee287d2857451fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e26ed31881c8ba908d30602dc1f4445 = $(`<div id="html_2e26ed31881c8ba908d30602dc1f4445" style="width: 100.0%; height: 100.0%;">bitcoinostr.duckdns.org</div>`)[0];
|
|
popup_dcd07eeda4bacb8b0ee287d2857451fa.setContent(html_2e26ed31881c8ba908d30602dc1f4445);
|
|
|
|
|
|
|
|
marker_a5c34cb7a7da8c57df4383e5efb3433d.bindPopup(popup_dcd07eeda4bacb8b0ee287d2857451fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5c34cb7a7da8c57df4383e5efb3433d.setIcon(icon_c2aef2d801ef92e6dda71abefecd9086);
|
|
|
|
|
|
var marker_d4f073f7f971df13077db7695cefd203 = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_095c761cfe95cb5134ac2f8e63a941ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6aa77fd4ab04675c5dc03b66fe1f142 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c15b93b30bb3ae859f5c7b7034838edc = $(`<div id="html_c15b93b30bb3ae859f5c7b7034838edc" style="width: 100.0%; height: 100.0%;">aeon.libretechsystems.xyz</div>`)[0];
|
|
popup_f6aa77fd4ab04675c5dc03b66fe1f142.setContent(html_c15b93b30bb3ae859f5c7b7034838edc);
|
|
|
|
|
|
|
|
marker_d4f073f7f971df13077db7695cefd203.bindPopup(popup_f6aa77fd4ab04675c5dc03b66fe1f142)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4f073f7f971df13077db7695cefd203.setIcon(icon_095c761cfe95cb5134ac2f8e63a941ce);
|
|
|
|
|
|
var marker_d3a41295cc9c30b05cccac27205aec39 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_6f4e05af0ab468db2a285baf973c25de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1258765c9b2b59866509dbc6bcbf722b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e5776a425414e3242112f69c95ca03f = $(`<div id="html_5e5776a425414e3242112f69c95ca03f" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe:443</div>`)[0];
|
|
popup_1258765c9b2b59866509dbc6bcbf722b.setContent(html_5e5776a425414e3242112f69c95ca03f);
|
|
|
|
|
|
|
|
marker_d3a41295cc9c30b05cccac27205aec39.bindPopup(popup_1258765c9b2b59866509dbc6bcbf722b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3a41295cc9c30b05cccac27205aec39.setIcon(icon_6f4e05af0ab468db2a285baf973c25de);
|
|
|
|
|
|
var marker_016921e4a2fd5efd6997ef24f0b0528f = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e3c23ace9923699275af1c30df36eedc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f169651550758f519258289eaab38381 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_621a8cb235ecd5a97eb0e4efd1c2ea31 = $(`<div id="html_621a8cb235ecd5a97eb0e4efd1c2ea31" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_f169651550758f519258289eaab38381.setContent(html_621a8cb235ecd5a97eb0e4efd1c2ea31);
|
|
|
|
|
|
|
|
marker_016921e4a2fd5efd6997ef24f0b0528f.bindPopup(popup_f169651550758f519258289eaab38381)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_016921e4a2fd5efd6997ef24f0b0528f.setIcon(icon_e3c23ace9923699275af1c30df36eedc);
|
|
|
|
|
|
var marker_4555b69678f768ef34e41012e2b26014 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_48c9392b3334791695e42aa17a73a99e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01188a9e7692b0140e3b0bc8eab3094c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d19b588639aa00f9790c14dc1708a8d = $(`<div id="html_0d19b588639aa00f9790c14dc1708a8d" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_01188a9e7692b0140e3b0bc8eab3094c.setContent(html_0d19b588639aa00f9790c14dc1708a8d);
|
|
|
|
|
|
|
|
marker_4555b69678f768ef34e41012e2b26014.bindPopup(popup_01188a9e7692b0140e3b0bc8eab3094c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4555b69678f768ef34e41012e2b26014.setIcon(icon_48c9392b3334791695e42aa17a73a99e);
|
|
|
|
|
|
var marker_4c2177ec292cb3a4d381b3c0d383e6b1 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_7b3cb70e87577087a0b21c401e670782 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a16aef9d05ce189f56518455e6ddb16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_019d3512a74e33d4762180c90a158730 = $(`<div id="html_019d3512a74e33d4762180c90a158730" style="width: 100.0%; height: 100.0%;">relay.veganostr.com:443</div>`)[0];
|
|
popup_1a16aef9d05ce189f56518455e6ddb16.setContent(html_019d3512a74e33d4762180c90a158730);
|
|
|
|
|
|
|
|
marker_4c2177ec292cb3a4d381b3c0d383e6b1.bindPopup(popup_1a16aef9d05ce189f56518455e6ddb16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c2177ec292cb3a4d381b3c0d383e6b1.setIcon(icon_7b3cb70e87577087a0b21c401e670782);
|
|
|
|
|
|
var marker_3513c7cc4f04b73bc69915607c61b8f6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_36296723a04f4128507fe20b21197acf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88334b9569a82499a3cad02cd5717af2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f14dc7990e4c69906e6bb8d280417081 = $(`<div id="html_f14dc7990e4c69906e6bb8d280417081" style="width: 100.0%; height: 100.0%;">nostr.easycryptosend.it</div>`)[0];
|
|
popup_88334b9569a82499a3cad02cd5717af2.setContent(html_f14dc7990e4c69906e6bb8d280417081);
|
|
|
|
|
|
|
|
marker_3513c7cc4f04b73bc69915607c61b8f6.bindPopup(popup_88334b9569a82499a3cad02cd5717af2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3513c7cc4f04b73bc69915607c61b8f6.setIcon(icon_36296723a04f4128507fe20b21197acf);
|
|
|
|
|
|
var marker_6da8a7a1ce12469dcfa13c970084e301 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_db2219be5782b15baa7a5a07a76e274e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fadb4a0278ac8a1d565cd7415a4afcb3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efbe275e2cc482cc067446233a725b91 = $(`<div id="html_efbe275e2cc482cc067446233a725b91" style="width: 100.0%; height: 100.0%;">relay.dreamith.to:443</div>`)[0];
|
|
popup_fadb4a0278ac8a1d565cd7415a4afcb3.setContent(html_efbe275e2cc482cc067446233a725b91);
|
|
|
|
|
|
|
|
marker_6da8a7a1ce12469dcfa13c970084e301.bindPopup(popup_fadb4a0278ac8a1d565cd7415a4afcb3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6da8a7a1ce12469dcfa13c970084e301.setIcon(icon_db2219be5782b15baa7a5a07a76e274e);
|
|
|
|
|
|
var marker_b492154b7ec29580b40327538bcc00e5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_0ff13f47ba564c9a281bc7f14efc9d1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e075458b7805420ef26446d212074b47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eab3135724a5fc8cf9f2250b5c9a8675 = $(`<div id="html_eab3135724a5fc8cf9f2250b5c9a8675" style="width: 100.0%; height: 100.0%;">rilo.nostria.app:443</div>`)[0];
|
|
popup_e075458b7805420ef26446d212074b47.setContent(html_eab3135724a5fc8cf9f2250b5c9a8675);
|
|
|
|
|
|
|
|
marker_b492154b7ec29580b40327538bcc00e5.bindPopup(popup_e075458b7805420ef26446d212074b47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b492154b7ec29580b40327538bcc00e5.setIcon(icon_0ff13f47ba564c9a281bc7f14efc9d1e);
|
|
|
|
|
|
var marker_181edc37fc2f4802fc986be4b8546181 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_dd78f8082456a8f274036ee5e7dcad6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a46df7bfc6e07b254ec82716390d2708 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e90f276379e76f78242a106d74ae8bc = $(`<div id="html_1e90f276379e76f78242a106d74ae8bc" style="width: 100.0%; height: 100.0%;">relay.layer.systems:443</div>`)[0];
|
|
popup_a46df7bfc6e07b254ec82716390d2708.setContent(html_1e90f276379e76f78242a106d74ae8bc);
|
|
|
|
|
|
|
|
marker_181edc37fc2f4802fc986be4b8546181.bindPopup(popup_a46df7bfc6e07b254ec82716390d2708)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_181edc37fc2f4802fc986be4b8546181.setIcon(icon_dd78f8082456a8f274036ee5e7dcad6c);
|
|
|
|
|
|
var marker_5d43822d23059f37e7ef403a3450fbbd = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e60812df489a602f34e5da116a2d794b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_586567c2d43c29cb6999d2bd1f466afc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a4c5eddab5e58e2661051d1b5455710 = $(`<div id="html_7a4c5eddab5e58e2661051d1b5455710" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_586567c2d43c29cb6999d2bd1f466afc.setContent(html_7a4c5eddab5e58e2661051d1b5455710);
|
|
|
|
|
|
|
|
marker_5d43822d23059f37e7ef403a3450fbbd.bindPopup(popup_586567c2d43c29cb6999d2bd1f466afc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d43822d23059f37e7ef403a3450fbbd.setIcon(icon_e60812df489a602f34e5da116a2d794b);
|
|
|
|
|
|
var marker_d80f4be07d2cd1708818edc7394b7fa5 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_cbc5ac8f430b2c52f47007c1599b8318 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5937c96de8d75a997918106d1f961c44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c4d68014dc687bcd481a1a3be8aa297 = $(`<div id="html_5c4d68014dc687bcd481a1a3be8aa297" style="width: 100.0%; height: 100.0%;">relay.plebeian.market:443</div>`)[0];
|
|
popup_5937c96de8d75a997918106d1f961c44.setContent(html_5c4d68014dc687bcd481a1a3be8aa297);
|
|
|
|
|
|
|
|
marker_d80f4be07d2cd1708818edc7394b7fa5.bindPopup(popup_5937c96de8d75a997918106d1f961c44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d80f4be07d2cd1708818edc7394b7fa5.setIcon(icon_cbc5ac8f430b2c52f47007c1599b8318);
|
|
|
|
|
|
var marker_66d8eb3d4a017529481d0d5228254ffa = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_c5bc87c828ab8cc76c7b8be5813e0c8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76ab79024e500316b2825326d406f180 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f4a6ac28225945bf730b52c19f16f6f = $(`<div id="html_8f4a6ac28225945bf730b52c19f16f6f" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_76ab79024e500316b2825326d406f180.setContent(html_8f4a6ac28225945bf730b52c19f16f6f);
|
|
|
|
|
|
|
|
marker_66d8eb3d4a017529481d0d5228254ffa.bindPopup(popup_76ab79024e500316b2825326d406f180)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66d8eb3d4a017529481d0d5228254ffa.setIcon(icon_c5bc87c828ab8cc76c7b8be5813e0c8c);
|
|
|
|
|
|
var marker_df478f10b26ae426e88741f14b8810f0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_a16c083414c338a2b3d290948449e012 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8249394bdaa5fbdec3a6c8c4984bc8ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec79226a5113e51ab1c97b88a7935139 = $(`<div id="html_ec79226a5113e51ab1c97b88a7935139" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_8249394bdaa5fbdec3a6c8c4984bc8ba.setContent(html_ec79226a5113e51ab1c97b88a7935139);
|
|
|
|
|
|
|
|
marker_df478f10b26ae426e88741f14b8810f0.bindPopup(popup_8249394bdaa5fbdec3a6c8c4984bc8ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df478f10b26ae426e88741f14b8810f0.setIcon(icon_a16c083414c338a2b3d290948449e012);
|
|
|
|
|
|
var marker_fa4994ac4adb0119fa38bcf66915cf6a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_8fb6fc8cc6e1ed552734f3596976b9de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46dc6c65594b5b394496dd67a350ffe8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4c1817eee906726aa19fc32ce3c6728 = $(`<div id="html_a4c1817eee906726aa19fc32ce3c6728" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_46dc6c65594b5b394496dd67a350ffe8.setContent(html_a4c1817eee906726aa19fc32ce3c6728);
|
|
|
|
|
|
|
|
marker_fa4994ac4adb0119fa38bcf66915cf6a.bindPopup(popup_46dc6c65594b5b394496dd67a350ffe8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa4994ac4adb0119fa38bcf66915cf6a.setIcon(icon_8fb6fc8cc6e1ed552734f3596976b9de);
|
|
|
|
|
|
var marker_58b012c714e8c1350ac0aa76c2706dfb = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_34a084a439d8a2c00c50dc89450907c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf6455e471541608ca619d7f4eb25b54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_817712568946fef919d716e0d9bb7d56 = $(`<div id="html_817712568946fef919d716e0d9bb7d56" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_bf6455e471541608ca619d7f4eb25b54.setContent(html_817712568946fef919d716e0d9bb7d56);
|
|
|
|
|
|
|
|
marker_58b012c714e8c1350ac0aa76c2706dfb.bindPopup(popup_bf6455e471541608ca619d7f4eb25b54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58b012c714e8c1350ac0aa76c2706dfb.setIcon(icon_34a084a439d8a2c00c50dc89450907c0);
|
|
|
|
|
|
var marker_8f3eb48ace5614ed34b6db80ded55c5a = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_5b10b2080945ee4915e0ccb09869e349 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_911f6c2fac44ec9d2836e5956d848744 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8d1213e9b48e24973f6f7b15ed10079 = $(`<div id="html_f8d1213e9b48e24973f6f7b15ed10079" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com:443</div>`)[0];
|
|
popup_911f6c2fac44ec9d2836e5956d848744.setContent(html_f8d1213e9b48e24973f6f7b15ed10079);
|
|
|
|
|
|
|
|
marker_8f3eb48ace5614ed34b6db80ded55c5a.bindPopup(popup_911f6c2fac44ec9d2836e5956d848744)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f3eb48ace5614ed34b6db80ded55c5a.setIcon(icon_5b10b2080945ee4915e0ccb09869e349);
|
|
|
|
|
|
var marker_a2eb9c961bb9fe5fec4b7be3440e12b7 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_d3aa8d8360a68f7b4ea6b6bd01a86ebd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35d3b1edb52f3193590c79d23a48ab48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb749a55f67fbfae8f778171db904f78 = $(`<div id="html_cb749a55f67fbfae8f778171db904f78" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_35d3b1edb52f3193590c79d23a48ab48.setContent(html_cb749a55f67fbfae8f778171db904f78);
|
|
|
|
|
|
|
|
marker_a2eb9c961bb9fe5fec4b7be3440e12b7.bindPopup(popup_35d3b1edb52f3193590c79d23a48ab48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2eb9c961bb9fe5fec4b7be3440e12b7.setIcon(icon_d3aa8d8360a68f7b4ea6b6bd01a86ebd);
|
|
|
|
|
|
var marker_312cfbe51a8f02c884369f683516450c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_2f3078cd62357728ee05cf4fcf46c508 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13d36514d50a000e24f19edbf78a41a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c74e0ea05aed55af8ce46e52aefdbb92 = $(`<div id="html_c74e0ea05aed55af8ce46e52aefdbb92" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_13d36514d50a000e24f19edbf78a41a9.setContent(html_c74e0ea05aed55af8ce46e52aefdbb92);
|
|
|
|
|
|
|
|
marker_312cfbe51a8f02c884369f683516450c.bindPopup(popup_13d36514d50a000e24f19edbf78a41a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_312cfbe51a8f02c884369f683516450c.setIcon(icon_2f3078cd62357728ee05cf4fcf46c508);
|
|
|
|
|
|
var marker_4051593bbc27d76374abbc4ae8526169 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_21f25c2ffad0a53167163f5edd58fe6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82e859c527a5b279b55d81ae1638dcc2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2524206742cb092fed3e42b229ded91 = $(`<div id="html_a2524206742cb092fed3e42b229ded91" style="width: 100.0%; height: 100.0%;">relay.nearhood.co.uk</div>`)[0];
|
|
popup_82e859c527a5b279b55d81ae1638dcc2.setContent(html_a2524206742cb092fed3e42b229ded91);
|
|
|
|
|
|
|
|
marker_4051593bbc27d76374abbc4ae8526169.bindPopup(popup_82e859c527a5b279b55d81ae1638dcc2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4051593bbc27d76374abbc4ae8526169.setIcon(icon_21f25c2ffad0a53167163f5edd58fe6d);
|
|
|
|
|
|
var marker_2b0a83f2cbb5174f927986ecf1ca5bd0 = L.marker(
|
|
[44.7839, -106.941],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_1f65bae6349db56029d411656e27fb4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00053d80f1c819ebf73ea90b061d83f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_282c9b9d66361c4e8d739a90845d045d = $(`<div id="html_282c9b9d66361c4e8d739a90845d045d" style="width: 100.0%; height: 100.0%;">relay1.orangesync.tech</div>`)[0];
|
|
popup_00053d80f1c819ebf73ea90b061d83f9.setContent(html_282c9b9d66361c4e8d739a90845d045d);
|
|
|
|
|
|
|
|
marker_2b0a83f2cbb5174f927986ecf1ca5bd0.bindPopup(popup_00053d80f1c819ebf73ea90b061d83f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b0a83f2cbb5174f927986ecf1ca5bd0.setIcon(icon_1f65bae6349db56029d411656e27fb4e);
|
|
|
|
|
|
var marker_75d58b034d67bd3cfa2e52f26fb938bb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_69ed916540812680ecb5f46e86984c09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3dd55d8f0c43614dfd4e3024de5e0414 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9453e7d3e4d478cedcf909b584647729 = $(`<div id="html_9453e7d3e4d478cedcf909b584647729" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_3dd55d8f0c43614dfd4e3024de5e0414.setContent(html_9453e7d3e4d478cedcf909b584647729);
|
|
|
|
|
|
|
|
marker_75d58b034d67bd3cfa2e52f26fb938bb.bindPopup(popup_3dd55d8f0c43614dfd4e3024de5e0414)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75d58b034d67bd3cfa2e52f26fb938bb.setIcon(icon_69ed916540812680ecb5f46e86984c09);
|
|
|
|
|
|
var marker_26e47174c597c7ac523dd99ef546e724 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_6188dbd7fb132abc9f00fe5c9c583af6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3c468a98f5a4dcc98d3bca666fd7652 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f947bd6945df45af768cbe83ec5ae8bb = $(`<div id="html_f947bd6945df45af768cbe83ec5ae8bb" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_a3c468a98f5a4dcc98d3bca666fd7652.setContent(html_f947bd6945df45af768cbe83ec5ae8bb);
|
|
|
|
|
|
|
|
marker_26e47174c597c7ac523dd99ef546e724.bindPopup(popup_a3c468a98f5a4dcc98d3bca666fd7652)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26e47174c597c7ac523dd99ef546e724.setIcon(icon_6188dbd7fb132abc9f00fe5c9c583af6);
|
|
|
|
|
|
var marker_b487467cec8ff647023f16083b2a6440 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_38cd118ce47f049c5a749f985365edea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd68573f302404b4022091b5dc672fe5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2df25b0305e3d5ea88921752394f7522 = $(`<div id="html_2df25b0305e3d5ea88921752394f7522" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_fd68573f302404b4022091b5dc672fe5.setContent(html_2df25b0305e3d5ea88921752394f7522);
|
|
|
|
|
|
|
|
marker_b487467cec8ff647023f16083b2a6440.bindPopup(popup_fd68573f302404b4022091b5dc672fe5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b487467cec8ff647023f16083b2a6440.setIcon(icon_38cd118ce47f049c5a749f985365edea);
|
|
|
|
|
|
var marker_9a6fd5eb716afb6545fa7288a48a5277 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_f868803942684f7a6d06c41a0affb216 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c2f656cc83e0ace4879f9583d57f80b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50383bb239dd29a4266cc1888b09e5fe = $(`<div id="html_50383bb239dd29a4266cc1888b09e5fe" style="width: 100.0%; height: 100.0%;">dm-test-nostr-rs-42-disabled.samt.st</div>`)[0];
|
|
popup_0c2f656cc83e0ace4879f9583d57f80b.setContent(html_50383bb239dd29a4266cc1888b09e5fe);
|
|
|
|
|
|
|
|
marker_9a6fd5eb716afb6545fa7288a48a5277.bindPopup(popup_0c2f656cc83e0ace4879f9583d57f80b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a6fd5eb716afb6545fa7288a48a5277.setIcon(icon_f868803942684f7a6d06c41a0affb216);
|
|
|
|
|
|
var marker_2f7eefb0be599f4ea2c7e6bedde3392d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e3c5eb265a38c2b48509ace66b646a16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4720df957dd7e0b8f61603665f16a7ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_899f885a3115c963df3fa70f60613ceb = $(`<div id="html_899f885a3115c963df3fa70f60613ceb" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_4720df957dd7e0b8f61603665f16a7ac.setContent(html_899f885a3115c963df3fa70f60613ceb);
|
|
|
|
|
|
|
|
marker_2f7eefb0be599f4ea2c7e6bedde3392d.bindPopup(popup_4720df957dd7e0b8f61603665f16a7ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f7eefb0be599f4ea2c7e6bedde3392d.setIcon(icon_e3c5eb265a38c2b48509ace66b646a16);
|
|
|
|
|
|
var marker_ab3c0006f4d42f0b505886c3bbf730a1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_f2512cdf4f637c684caa6b8bfcd1d49a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a967f541e273d14cb778d7301ee9b38e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6504e5be94b11af97870abdb29142095 = $(`<div id="html_6504e5be94b11af97870abdb29142095" style="width: 100.0%; height: 100.0%;">syb.lol:443</div>`)[0];
|
|
popup_a967f541e273d14cb778d7301ee9b38e.setContent(html_6504e5be94b11af97870abdb29142095);
|
|
|
|
|
|
|
|
marker_ab3c0006f4d42f0b505886c3bbf730a1.bindPopup(popup_a967f541e273d14cb778d7301ee9b38e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab3c0006f4d42f0b505886c3bbf730a1.setIcon(icon_f2512cdf4f637c684caa6b8bfcd1d49a);
|
|
|
|
|
|
var marker_738c83db6e6065c5f6d7db1bbcc5036b = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_45c573047f29e15a42d9a5be1bbb3a72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42cac9bda5ed2010a43a6dbf941a931a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8aab0dcfe69ddde2453724c090f9ecb4 = $(`<div id="html_8aab0dcfe69ddde2453724c090f9ecb4" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_42cac9bda5ed2010a43a6dbf941a931a.setContent(html_8aab0dcfe69ddde2453724c090f9ecb4);
|
|
|
|
|
|
|
|
marker_738c83db6e6065c5f6d7db1bbcc5036b.bindPopup(popup_42cac9bda5ed2010a43a6dbf941a931a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_738c83db6e6065c5f6d7db1bbcc5036b.setIcon(icon_45c573047f29e15a42d9a5be1bbb3a72);
|
|
|
|
|
|
var marker_ec11601f959b973cd4068768559f8935 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_d9e12714a28be86252034d25936d5db2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60137414bbcc03b8c6e9f90d787050b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc879a128de85c2c5528f48501b3c8c2 = $(`<div id="html_bc879a128de85c2c5528f48501b3c8c2" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_60137414bbcc03b8c6e9f90d787050b6.setContent(html_bc879a128de85c2c5528f48501b3c8c2);
|
|
|
|
|
|
|
|
marker_ec11601f959b973cd4068768559f8935.bindPopup(popup_60137414bbcc03b8c6e9f90d787050b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec11601f959b973cd4068768559f8935.setIcon(icon_d9e12714a28be86252034d25936d5db2);
|
|
|
|
|
|
var marker_17d0fc39f0b223db954c5834f17babcd = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_6453b2354977d61b0e9113821dd51971 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d62c5e2f403ab8bfeab1c5bbb864a077 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d270e5450e9294b9813d0da1818ffd99 = $(`<div id="html_d270e5450e9294b9813d0da1818ffd99" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_d62c5e2f403ab8bfeab1c5bbb864a077.setContent(html_d270e5450e9294b9813d0da1818ffd99);
|
|
|
|
|
|
|
|
marker_17d0fc39f0b223db954c5834f17babcd.bindPopup(popup_d62c5e2f403ab8bfeab1c5bbb864a077)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17d0fc39f0b223db954c5834f17babcd.setIcon(icon_6453b2354977d61b0e9113821dd51971);
|
|
|
|
|
|
var marker_7a732dc77cc4b3713fcf89965b082e28 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_d25941cedf90e44470660dc819c37e7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16b9633f479e7f2a699ef53d81691dd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6492d90a325a188953541c8a18c63838 = $(`<div id="html_6492d90a325a188953541c8a18c63838" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_16b9633f479e7f2a699ef53d81691dd3.setContent(html_6492d90a325a188953541c8a18c63838);
|
|
|
|
|
|
|
|
marker_7a732dc77cc4b3713fcf89965b082e28.bindPopup(popup_16b9633f479e7f2a699ef53d81691dd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a732dc77cc4b3713fcf89965b082e28.setIcon(icon_d25941cedf90e44470660dc819c37e7c);
|
|
|
|
|
|
var marker_0a4ff2684d66724179048b09ac161396 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_0c1c92a7ebab380d195afd9dc98a2aca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3479210c179be5a001bf776c9f1855f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67548c2351b8fed8d8e4cdcf4b8f4c19 = $(`<div id="html_67548c2351b8fed8d8e4cdcf4b8f4c19" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_3479210c179be5a001bf776c9f1855f9.setContent(html_67548c2351b8fed8d8e4cdcf4b8f4c19);
|
|
|
|
|
|
|
|
marker_0a4ff2684d66724179048b09ac161396.bindPopup(popup_3479210c179be5a001bf776c9f1855f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a4ff2684d66724179048b09ac161396.setIcon(icon_0c1c92a7ebab380d195afd9dc98a2aca);
|
|
|
|
|
|
var marker_981ae7ad6309ff200c5ec6850acff5de = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_3dfb4e13fda522a069031bc5e7b76f0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_787589599a62c1e24b281a50031aa80d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3fd7b3011563c5d5bffbac94832cf1c = $(`<div id="html_a3fd7b3011563c5d5bffbac94832cf1c" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_787589599a62c1e24b281a50031aa80d.setContent(html_a3fd7b3011563c5d5bffbac94832cf1c);
|
|
|
|
|
|
|
|
marker_981ae7ad6309ff200c5ec6850acff5de.bindPopup(popup_787589599a62c1e24b281a50031aa80d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_981ae7ad6309ff200c5ec6850acff5de.setIcon(icon_3dfb4e13fda522a069031bc5e7b76f0f);
|
|
|
|
|
|
var marker_f3db9888aa8f384230d7a539cbd85094 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_24c9293404fc2d55add211412e809a2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_146e06e86ca5182071d9c1686bc8f657 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_906f87400d6188a411f7fd2ebc01b582 = $(`<div id="html_906f87400d6188a411f7fd2ebc01b582" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_146e06e86ca5182071d9c1686bc8f657.setContent(html_906f87400d6188a411f7fd2ebc01b582);
|
|
|
|
|
|
|
|
marker_f3db9888aa8f384230d7a539cbd85094.bindPopup(popup_146e06e86ca5182071d9c1686bc8f657)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3db9888aa8f384230d7a539cbd85094.setIcon(icon_24c9293404fc2d55add211412e809a2d);
|
|
|
|
|
|
var marker_b2a528af17bf46f40abffd4e398826f4 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_65481dfd4667b1ba12fc750b59b7df39 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af504dea2207c9b18afabb683a847df9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e2be10d71d0634f07bfa0ea42dc9829 = $(`<div id="html_3e2be10d71d0634f07bfa0ea42dc9829" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_af504dea2207c9b18afabb683a847df9.setContent(html_3e2be10d71d0634f07bfa0ea42dc9829);
|
|
|
|
|
|
|
|
marker_b2a528af17bf46f40abffd4e398826f4.bindPopup(popup_af504dea2207c9b18afabb683a847df9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2a528af17bf46f40abffd4e398826f4.setIcon(icon_65481dfd4667b1ba12fc750b59b7df39);
|
|
|
|
|
|
var marker_58f99c2d6f7517e6054460ba569be766 = L.marker(
|
|
[39.9526, -75.1652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_4699fbcd28bfb8db6622c2ebcf42a02d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a339b290dd345d533236e9836e9eace = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3577a44e4f57a66bd99e3f5762935662 = $(`<div id="html_3577a44e4f57a66bd99e3f5762935662" style="width: 100.0%; height: 100.0%;">nrs-02.darkcloudarcade.com</div>`)[0];
|
|
popup_1a339b290dd345d533236e9836e9eace.setContent(html_3577a44e4f57a66bd99e3f5762935662);
|
|
|
|
|
|
|
|
marker_58f99c2d6f7517e6054460ba569be766.bindPopup(popup_1a339b290dd345d533236e9836e9eace)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58f99c2d6f7517e6054460ba569be766.setIcon(icon_4699fbcd28bfb8db6622c2ebcf42a02d);
|
|
|
|
|
|
var marker_d48afd1cb440878e6b55e15373e556d1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_156f2389506adc054dc1fc56a0d3c400 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_278193a2f703e0e5d5da080058e64eca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6a6c7a442300b1bad18e7cc72dfb17e = $(`<div id="html_b6a6c7a442300b1bad18e7cc72dfb17e" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_278193a2f703e0e5d5da080058e64eca.setContent(html_b6a6c7a442300b1bad18e7cc72dfb17e);
|
|
|
|
|
|
|
|
marker_d48afd1cb440878e6b55e15373e556d1.bindPopup(popup_278193a2f703e0e5d5da080058e64eca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d48afd1cb440878e6b55e15373e556d1.setIcon(icon_156f2389506adc054dc1fc56a0d3c400);
|
|
|
|
|
|
var marker_8fa77c9673a8e25f0527aa6d3fe9beb3 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_b0d8ea23abb1926d66934f7824e34542 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf3aebee646361c2bf6b18e7751d2cf9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c7de0d128d56da70c4ff908df1a7b6f = $(`<div id="html_9c7de0d128d56da70c4ff908df1a7b6f" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_bf3aebee646361c2bf6b18e7751d2cf9.setContent(html_9c7de0d128d56da70c4ff908df1a7b6f);
|
|
|
|
|
|
|
|
marker_8fa77c9673a8e25f0527aa6d3fe9beb3.bindPopup(popup_bf3aebee646361c2bf6b18e7751d2cf9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fa77c9673a8e25f0527aa6d3fe9beb3.setIcon(icon_b0d8ea23abb1926d66934f7824e34542);
|
|
|
|
|
|
var marker_0ff0cc2862955e0a344f3d49d722ae10 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_bb9711ff7802167d68418383644d58cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f39dfc268728a9a9cbcbcdcf072de616 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffc6bd39ffa71d19fc27724061d0edee = $(`<div id="html_ffc6bd39ffa71d19fc27724061d0edee" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_f39dfc268728a9a9cbcbcdcf072de616.setContent(html_ffc6bd39ffa71d19fc27724061d0edee);
|
|
|
|
|
|
|
|
marker_0ff0cc2862955e0a344f3d49d722ae10.bindPopup(popup_f39dfc268728a9a9cbcbcdcf072de616)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ff0cc2862955e0a344f3d49d722ae10.setIcon(icon_bb9711ff7802167d68418383644d58cc);
|
|
|
|
|
|
var marker_d8c13f099fd66226d6815baf0a3e8b80 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_ebea82372df15a62c23ccab3f9522a3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_264fd9ab0aab5cfd0545cbc0d6200233 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1a71c0d778e5e1fba67c3accfdd16c4 = $(`<div id="html_a1a71c0d778e5e1fba67c3accfdd16c4" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_264fd9ab0aab5cfd0545cbc0d6200233.setContent(html_a1a71c0d778e5e1fba67c3accfdd16c4);
|
|
|
|
|
|
|
|
marker_d8c13f099fd66226d6815baf0a3e8b80.bindPopup(popup_264fd9ab0aab5cfd0545cbc0d6200233)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8c13f099fd66226d6815baf0a3e8b80.setIcon(icon_ebea82372df15a62c23ccab3f9522a3a);
|
|
|
|
|
|
var marker_eaa405269cfe436fb7c8e3623db2d4e0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_fd872f95d4a2b565ba9f00e6229bb30b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a116a96a7ee33cccd95c0cfad92e2275 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3411972b385636de64b3f167a96e915b = $(`<div id="html_3411972b385636de64b3f167a96e915b" style="width: 100.0%; height: 100.0%;">nexus.libernet.app:443</div>`)[0];
|
|
popup_a116a96a7ee33cccd95c0cfad92e2275.setContent(html_3411972b385636de64b3f167a96e915b);
|
|
|
|
|
|
|
|
marker_eaa405269cfe436fb7c8e3623db2d4e0.bindPopup(popup_a116a96a7ee33cccd95c0cfad92e2275)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eaa405269cfe436fb7c8e3623db2d4e0.setIcon(icon_fd872f95d4a2b565ba9f00e6229bb30b);
|
|
|
|
|
|
var marker_3796909d401ba57131ac1fd640f6e2db = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_875f12ddee960ab3b8723715f5a3ad2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8098caf5c6df86f22f34a542f396db48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9830812bbe26f7e6ef0564e2a050f6c9 = $(`<div id="html_9830812bbe26f7e6ef0564e2a050f6c9" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_8098caf5c6df86f22f34a542f396db48.setContent(html_9830812bbe26f7e6ef0564e2a050f6c9);
|
|
|
|
|
|
|
|
marker_3796909d401ba57131ac1fd640f6e2db.bindPopup(popup_8098caf5c6df86f22f34a542f396db48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3796909d401ba57131ac1fd640f6e2db.setIcon(icon_875f12ddee960ab3b8723715f5a3ad2e);
|
|
|
|
|
|
var marker_b2eac0007bcf9c5c2dbe879b82f1cf0a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_ae2152da1014b5b4ee830175fd574fd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e9d00ae3b2cb27a056918988f584581 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f859f2b7319da8282c0a80db1e9baf1 = $(`<div id="html_2f859f2b7319da8282c0a80db1e9baf1" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_3e9d00ae3b2cb27a056918988f584581.setContent(html_2f859f2b7319da8282c0a80db1e9baf1);
|
|
|
|
|
|
|
|
marker_b2eac0007bcf9c5c2dbe879b82f1cf0a.bindPopup(popup_3e9d00ae3b2cb27a056918988f584581)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2eac0007bcf9c5c2dbe879b82f1cf0a.setIcon(icon_ae2152da1014b5b4ee830175fd574fd0);
|
|
|
|
|
|
var marker_fdef7ad01027e9cf906c18907fa51c88 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_673ab511cdb5fe467b24d2c552f44e33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d93359010bbcfb7a823e9428589c03c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0233a345fc9ed3a288edbb15ed5ccf82 = $(`<div id="html_0233a345fc9ed3a288edbb15ed5ccf82" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_d93359010bbcfb7a823e9428589c03c5.setContent(html_0233a345fc9ed3a288edbb15ed5ccf82);
|
|
|
|
|
|
|
|
marker_fdef7ad01027e9cf906c18907fa51c88.bindPopup(popup_d93359010bbcfb7a823e9428589c03c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdef7ad01027e9cf906c18907fa51c88.setIcon(icon_673ab511cdb5fe467b24d2c552f44e33);
|
|
|
|
|
|
var marker_0e226637fd1f8f18ea07026ee4807445 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_84657563a623e44e75fa721177623e13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17a1a258fbb0a0f40ea1c5f74b1e642b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b79ea03fd5d02480e5f282830d94937 = $(`<div id="html_8b79ea03fd5d02480e5f282830d94937" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_17a1a258fbb0a0f40ea1c5f74b1e642b.setContent(html_8b79ea03fd5d02480e5f282830d94937);
|
|
|
|
|
|
|
|
marker_0e226637fd1f8f18ea07026ee4807445.bindPopup(popup_17a1a258fbb0a0f40ea1c5f74b1e642b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e226637fd1f8f18ea07026ee4807445.setIcon(icon_84657563a623e44e75fa721177623e13);
|
|
|
|
|
|
var marker_d8e888d7e0743dc154dd94bf27b5bc6e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_fbac250615d9220bc5838d7b285b4e3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff5233edfe4169a67130a5df9e42c24a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fecbc00751ef7d89cb43b9bdf926cfa = $(`<div id="html_3fecbc00751ef7d89cb43b9bdf926cfa" style="width: 100.0%; height: 100.0%;">nostr2.girino.org:443</div>`)[0];
|
|
popup_ff5233edfe4169a67130a5df9e42c24a.setContent(html_3fecbc00751ef7d89cb43b9bdf926cfa);
|
|
|
|
|
|
|
|
marker_d8e888d7e0743dc154dd94bf27b5bc6e.bindPopup(popup_ff5233edfe4169a67130a5df9e42c24a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8e888d7e0743dc154dd94bf27b5bc6e.setIcon(icon_fbac250615d9220bc5838d7b285b4e3e);
|
|
|
|
|
|
var marker_fb6947e5bb98080d58ece4dd19c2c2ba = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_804c1fbdc46323105509afbb305db1ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b5ec3ea7909e8c6d886de747cfa1cf0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a27ea644cc3a94a9a7fb11d96f969f6 = $(`<div id="html_2a27ea644cc3a94a9a7fb11d96f969f6" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com:443</div>`)[0];
|
|
popup_8b5ec3ea7909e8c6d886de747cfa1cf0.setContent(html_2a27ea644cc3a94a9a7fb11d96f969f6);
|
|
|
|
|
|
|
|
marker_fb6947e5bb98080d58ece4dd19c2c2ba.bindPopup(popup_8b5ec3ea7909e8c6d886de747cfa1cf0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb6947e5bb98080d58ece4dd19c2c2ba.setIcon(icon_804c1fbdc46323105509afbb305db1ea);
|
|
|
|
|
|
var marker_c107f987d903c31105485f0ca9ff8fe2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_48e09091d8f1278a8e645dd2c3e5b363 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae365030d4807167a90e9fc7b6d66765 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c4e2fa5f111d0872cc8e4efe01fcdee = $(`<div id="html_2c4e2fa5f111d0872cc8e4efe01fcdee" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl:443</div>`)[0];
|
|
popup_ae365030d4807167a90e9fc7b6d66765.setContent(html_2c4e2fa5f111d0872cc8e4efe01fcdee);
|
|
|
|
|
|
|
|
marker_c107f987d903c31105485f0ca9ff8fe2.bindPopup(popup_ae365030d4807167a90e9fc7b6d66765)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c107f987d903c31105485f0ca9ff8fe2.setIcon(icon_48e09091d8f1278a8e645dd2c3e5b363);
|
|
|
|
|
|
var marker_6c14eb00ed6dcba5c31a2e53c0ea4ad1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_4df7af1356726d02c9811dc5b870ec6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ad31213ceca07e5521acdefe6bfc098 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c50b0e7c7bb41cf1ef812314c800c8e = $(`<div id="html_9c50b0e7c7bb41cf1ef812314c800c8e" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_4ad31213ceca07e5521acdefe6bfc098.setContent(html_9c50b0e7c7bb41cf1ef812314c800c8e);
|
|
|
|
|
|
|
|
marker_6c14eb00ed6dcba5c31a2e53c0ea4ad1.bindPopup(popup_4ad31213ceca07e5521acdefe6bfc098)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c14eb00ed6dcba5c31a2e53c0ea4ad1.setIcon(icon_4df7af1356726d02c9811dc5b870ec6e);
|
|
|
|
|
|
var marker_c861d58ad19f7cc11ae60c3b2976f137 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_67096316119dbf0f6d6eb361cefde6f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0d445ec84586f87a837046e58ff4204 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85f9b7163b653180ffc5cfa13ed8f1be = $(`<div id="html_85f9b7163b653180ffc5cfa13ed8f1be" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_e0d445ec84586f87a837046e58ff4204.setContent(html_85f9b7163b653180ffc5cfa13ed8f1be);
|
|
|
|
|
|
|
|
marker_c861d58ad19f7cc11ae60c3b2976f137.bindPopup(popup_e0d445ec84586f87a837046e58ff4204)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c861d58ad19f7cc11ae60c3b2976f137.setIcon(icon_67096316119dbf0f6d6eb361cefde6f8);
|
|
|
|
|
|
var marker_5dd7e559862c966872a49eeb73167e76 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_d854aea026cc7bb3abe45e1340e37716 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_602c52ae7e87a67033a3dce852df07dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2492d9690cb444e13712802ae38cd4bd = $(`<div id="html_2492d9690cb444e13712802ae38cd4bd" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz:443</div>`)[0];
|
|
popup_602c52ae7e87a67033a3dce852df07dd.setContent(html_2492d9690cb444e13712802ae38cd4bd);
|
|
|
|
|
|
|
|
marker_5dd7e559862c966872a49eeb73167e76.bindPopup(popup_602c52ae7e87a67033a3dce852df07dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5dd7e559862c966872a49eeb73167e76.setIcon(icon_d854aea026cc7bb3abe45e1340e37716);
|
|
|
|
|
|
var marker_840a7a913fb493dd54600df07be7709f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_582944266de2c30e2d678fe3b7dd5913 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83494ee362a4adec18593d7b19a8890e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c42ac3d30c545a058ac9282259fd3dd2 = $(`<div id="html_c42ac3d30c545a058ac9282259fd3dd2" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_83494ee362a4adec18593d7b19a8890e.setContent(html_c42ac3d30c545a058ac9282259fd3dd2);
|
|
|
|
|
|
|
|
marker_840a7a913fb493dd54600df07be7709f.bindPopup(popup_83494ee362a4adec18593d7b19a8890e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_840a7a913fb493dd54600df07be7709f.setIcon(icon_582944266de2c30e2d678fe3b7dd5913);
|
|
|
|
|
|
var marker_cadff61cc55b4b0246f3cea948a1315c = L.marker(
|
|
[46.5971, 9.59652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_65f639c19f19c6e9492981f7476ed359 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f18f7fc3876a6a668f3ab5b1548772c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d3fa28c9822b91d8a58d6f0ec0bb1de = $(`<div id="html_2d3fa28c9822b91d8a58d6f0ec0bb1de" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_f18f7fc3876a6a668f3ab5b1548772c9.setContent(html_2d3fa28c9822b91d8a58d6f0ec0bb1de);
|
|
|
|
|
|
|
|
marker_cadff61cc55b4b0246f3cea948a1315c.bindPopup(popup_f18f7fc3876a6a668f3ab5b1548772c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cadff61cc55b4b0246f3cea948a1315c.setIcon(icon_65f639c19f19c6e9492981f7476ed359);
|
|
|
|
|
|
var marker_88b7c9747bbb36f8fbdbe08960eea6d0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_6e0e0b2f7730426765ff453eecdce235 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1133b3e60adeb6479cc8f305246ffed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a660514e7c8831c0724f36b31775fc53 = $(`<div id="html_a660514e7c8831c0724f36b31775fc53" style="width: 100.0%; height: 100.0%;">nostr.purpura.cloud</div>`)[0];
|
|
popup_b1133b3e60adeb6479cc8f305246ffed.setContent(html_a660514e7c8831c0724f36b31775fc53);
|
|
|
|
|
|
|
|
marker_88b7c9747bbb36f8fbdbe08960eea6d0.bindPopup(popup_b1133b3e60adeb6479cc8f305246ffed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88b7c9747bbb36f8fbdbe08960eea6d0.setIcon(icon_6e0e0b2f7730426765ff453eecdce235);
|
|
|
|
|
|
var marker_afb60655cd99d64f2172ffd1fd87d336 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_f42c3930efbf6aefb5e6b9c75e5ec761 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_229b8ad640aabd11f7efe34047f691ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6255b230fb90699339aa86b3794b298 = $(`<div id="html_f6255b230fb90699339aa86b3794b298" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net:443</div>`)[0];
|
|
popup_229b8ad640aabd11f7efe34047f691ef.setContent(html_f6255b230fb90699339aa86b3794b298);
|
|
|
|
|
|
|
|
marker_afb60655cd99d64f2172ffd1fd87d336.bindPopup(popup_229b8ad640aabd11f7efe34047f691ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_afb60655cd99d64f2172ffd1fd87d336.setIcon(icon_f42c3930efbf6aefb5e6b9c75e5ec761);
|
|
|
|
|
|
var marker_2e943d49d2bc41b509556655a1c5de41 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_d68c2c50660e4188189accf8a47f6f32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f4216023010ef54305e752707c8b8a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d39d064a95f294e35b4046a46d8a4316 = $(`<div id="html_d39d064a95f294e35b4046a46d8a4316" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_0f4216023010ef54305e752707c8b8a3.setContent(html_d39d064a95f294e35b4046a46d8a4316);
|
|
|
|
|
|
|
|
marker_2e943d49d2bc41b509556655a1c5de41.bindPopup(popup_0f4216023010ef54305e752707c8b8a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e943d49d2bc41b509556655a1c5de41.setIcon(icon_d68c2c50660e4188189accf8a47f6f32);
|
|
|
|
|
|
var marker_a9c148ae6dfe44293d376c8e98d5da98 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e44665f37fa106425a19bf653015a428 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c756abdc2b0e5a456d20b609252a311 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_548513bfe5384dc313de338315fae1f5 = $(`<div id="html_548513bfe5384dc313de338315fae1f5" style="width: 100.0%; height: 100.0%;">relay.wisp.talk:443</div>`)[0];
|
|
popup_1c756abdc2b0e5a456d20b609252a311.setContent(html_548513bfe5384dc313de338315fae1f5);
|
|
|
|
|
|
|
|
marker_a9c148ae6dfe44293d376c8e98d5da98.bindPopup(popup_1c756abdc2b0e5a456d20b609252a311)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9c148ae6dfe44293d376c8e98d5da98.setIcon(icon_e44665f37fa106425a19bf653015a428);
|
|
|
|
|
|
var marker_3ad3d2e52ad4e76818e8dd266baf68f1 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e3336fff292fd72f4f2580e125869cec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_514e602cfbd1a0b6d32094d22c139660 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64ce32d5cb405d70737c4a0cf44c5a25 = $(`<div id="html_64ce32d5cb405d70737c4a0cf44c5a25" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_514e602cfbd1a0b6d32094d22c139660.setContent(html_64ce32d5cb405d70737c4a0cf44c5a25);
|
|
|
|
|
|
|
|
marker_3ad3d2e52ad4e76818e8dd266baf68f1.bindPopup(popup_514e602cfbd1a0b6d32094d22c139660)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ad3d2e52ad4e76818e8dd266baf68f1.setIcon(icon_e3336fff292fd72f4f2580e125869cec);
|
|
|
|
|
|
var marker_97864e226f1ab46f00b4bf4e1a3cd67b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_3d638924155c128be5b146c5d93c9b0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b93ffff1681f5df3a8e86c4fc4f07a29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13a26e040eb20a00fad918ee5abf0b2e = $(`<div id="html_13a26e040eb20a00fad918ee5abf0b2e" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_b93ffff1681f5df3a8e86c4fc4f07a29.setContent(html_13a26e040eb20a00fad918ee5abf0b2e);
|
|
|
|
|
|
|
|
marker_97864e226f1ab46f00b4bf4e1a3cd67b.bindPopup(popup_b93ffff1681f5df3a8e86c4fc4f07a29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97864e226f1ab46f00b4bf4e1a3cd67b.setIcon(icon_3d638924155c128be5b146c5d93c9b0e);
|
|
|
|
|
|
var marker_4ba6086a481e9e5f3c699830d2a8b5a6 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_79c15cb3acf04508b14572ad427be0c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6dabe99bcddc7242b37db2fcafa602e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_339cf4b1187951aeb7027aa1b126885f = $(`<div id="html_339cf4b1187951aeb7027aa1b126885f" style="width: 100.0%; height: 100.0%;">nostr2.thalheim.io</div>`)[0];
|
|
popup_6dabe99bcddc7242b37db2fcafa602e4.setContent(html_339cf4b1187951aeb7027aa1b126885f);
|
|
|
|
|
|
|
|
marker_4ba6086a481e9e5f3c699830d2a8b5a6.bindPopup(popup_6dabe99bcddc7242b37db2fcafa602e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ba6086a481e9e5f3c699830d2a8b5a6.setIcon(icon_79c15cb3acf04508b14572ad427be0c3);
|
|
|
|
|
|
var marker_80eb81d5e6e4f5c00f94ef9a95d853da = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_2657bf104c702ec443395ae6b5db0bac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8003dcb827aca821c2e1bdda08613757 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19318f6eb2d9316d8ba9685b89f97d68 = $(`<div id="html_19318f6eb2d9316d8ba9685b89f97d68" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_8003dcb827aca821c2e1bdda08613757.setContent(html_19318f6eb2d9316d8ba9685b89f97d68);
|
|
|
|
|
|
|
|
marker_80eb81d5e6e4f5c00f94ef9a95d853da.bindPopup(popup_8003dcb827aca821c2e1bdda08613757)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80eb81d5e6e4f5c00f94ef9a95d853da.setIcon(icon_2657bf104c702ec443395ae6b5db0bac);
|
|
|
|
|
|
var marker_4c5922bdb8a5377440c6563936309af3 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_430e5dae8b5a73172900263691f91e5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_485fa369bcad15840eef58f9bfee8b1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_acc9757a8aac3f6b89b5d242eed00364 = $(`<div id="html_acc9757a8aac3f6b89b5d242eed00364" style="width: 100.0%; height: 100.0%;">relay.sigit.io:443</div>`)[0];
|
|
popup_485fa369bcad15840eef58f9bfee8b1f.setContent(html_acc9757a8aac3f6b89b5d242eed00364);
|
|
|
|
|
|
|
|
marker_4c5922bdb8a5377440c6563936309af3.bindPopup(popup_485fa369bcad15840eef58f9bfee8b1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c5922bdb8a5377440c6563936309af3.setIcon(icon_430e5dae8b5a73172900263691f91e5d);
|
|
|
|
|
|
var marker_36ff249a1b8b954eb4f4ba9d320d08ec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_619dba31af98f39bf171d4ecb9defd60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec2f710fcd6fc17459540d05fdde85a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6d378b4bca9a88c4ddff9621cd695fb = $(`<div id="html_b6d378b4bca9a88c4ddff9621cd695fb" style="width: 100.0%; height: 100.0%;">top.testrelay.top:443</div>`)[0];
|
|
popup_ec2f710fcd6fc17459540d05fdde85a3.setContent(html_b6d378b4bca9a88c4ddff9621cd695fb);
|
|
|
|
|
|
|
|
marker_36ff249a1b8b954eb4f4ba9d320d08ec.bindPopup(popup_ec2f710fcd6fc17459540d05fdde85a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36ff249a1b8b954eb4f4ba9d320d08ec.setIcon(icon_619dba31af98f39bf171d4ecb9defd60);
|
|
|
|
|
|
var marker_0747fd0395d82d96a0ab4a0dcda5bdf0 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_66c3d2fefca53f369ef751ccf8815071 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e1f2f7eb9fe48f18c2f1e545efdcbee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12bd392bf5f9d45ed5792f61bb13a98b = $(`<div id="html_12bd392bf5f9d45ed5792f61bb13a98b" style="width: 100.0%; height: 100.0%;">eu.nostr.pikachat.org:443</div>`)[0];
|
|
popup_2e1f2f7eb9fe48f18c2f1e545efdcbee.setContent(html_12bd392bf5f9d45ed5792f61bb13a98b);
|
|
|
|
|
|
|
|
marker_0747fd0395d82d96a0ab4a0dcda5bdf0.bindPopup(popup_2e1f2f7eb9fe48f18c2f1e545efdcbee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0747fd0395d82d96a0ab4a0dcda5bdf0.setIcon(icon_66c3d2fefca53f369ef751ccf8815071);
|
|
|
|
|
|
var marker_d69f82b94a3585cc202f41fc661c5fa8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_17a097d1beb724c79621dd949c5c36f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a50d549de96988e2fa534365ccac3b18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c2f06e1763686de36ae23330e5ad91e = $(`<div id="html_1c2f06e1763686de36ae23330e5ad91e" style="width: 100.0%; height: 100.0%;">relay.inforsupports.com</div>`)[0];
|
|
popup_a50d549de96988e2fa534365ccac3b18.setContent(html_1c2f06e1763686de36ae23330e5ad91e);
|
|
|
|
|
|
|
|
marker_d69f82b94a3585cc202f41fc661c5fa8.bindPopup(popup_a50d549de96988e2fa534365ccac3b18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d69f82b94a3585cc202f41fc661c5fa8.setIcon(icon_17a097d1beb724c79621dd949c5c36f1);
|
|
|
|
|
|
var marker_05a30bde48d7d02cf3f6eed906d1592c = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_babcf624cfe04bf5ba7e3b0ffb7cf6d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f4cb55d95f1f7435c0eac19ffe7eb46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_801b17b397cf9c58b2c2e4c3cb1c7d3f = $(`<div id="html_801b17b397cf9c58b2c2e4c3cb1c7d3f" style="width: 100.0%; height: 100.0%;">herbstmeister.com</div>`)[0];
|
|
popup_8f4cb55d95f1f7435c0eac19ffe7eb46.setContent(html_801b17b397cf9c58b2c2e4c3cb1c7d3f);
|
|
|
|
|
|
|
|
marker_05a30bde48d7d02cf3f6eed906d1592c.bindPopup(popup_8f4cb55d95f1f7435c0eac19ffe7eb46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05a30bde48d7d02cf3f6eed906d1592c.setIcon(icon_babcf624cfe04bf5ba7e3b0ffb7cf6d1);
|
|
|
|
|
|
var marker_ef4a66353395eaf679f4f850c63f8335 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_4da48d3cd5eccde27ad5b6c01c90de22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49e4667055b23d6e659f8f4f44d76b7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c84689b1848048d0e7ec913f279661b = $(`<div id="html_3c84689b1848048d0e7ec913f279661b" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_49e4667055b23d6e659f8f4f44d76b7e.setContent(html_3c84689b1848048d0e7ec913f279661b);
|
|
|
|
|
|
|
|
marker_ef4a66353395eaf679f4f850c63f8335.bindPopup(popup_49e4667055b23d6e659f8f4f44d76b7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef4a66353395eaf679f4f850c63f8335.setIcon(icon_4da48d3cd5eccde27ad5b6c01c90de22);
|
|
|
|
|
|
var marker_1c40995b5c0638aa38dbcf69f19a62db = L.marker(
|
|
[50.0755, 14.4378],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_7e133b677eb64f4e34d5a61571e912b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7873df6587198de90d7a53cc3324ef7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f67cc90b533c1ca2e225784f3d712af2 = $(`<div id="html_f67cc90b533c1ca2e225784f3d712af2" style="width: 100.0%; height: 100.0%;">openrelay.ziomc.com</div>`)[0];
|
|
popup_e7873df6587198de90d7a53cc3324ef7.setContent(html_f67cc90b533c1ca2e225784f3d712af2);
|
|
|
|
|
|
|
|
marker_1c40995b5c0638aa38dbcf69f19a62db.bindPopup(popup_e7873df6587198de90d7a53cc3324ef7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c40995b5c0638aa38dbcf69f19a62db.setIcon(icon_7e133b677eb64f4e34d5a61571e912b6);
|
|
|
|
|
|
var marker_675e4d2e7d703c4c4b97805f306b2efb = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_15c79af1490f5986c4b8548bc2e5a16d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50fc2266c639dc62fd3fc8e9676caae1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54aee2ee4e08e8c3baf23cfebd9cb7c2 = $(`<div id="html_54aee2ee4e08e8c3baf23cfebd9cb7c2" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_50fc2266c639dc62fd3fc8e9676caae1.setContent(html_54aee2ee4e08e8c3baf23cfebd9cb7c2);
|
|
|
|
|
|
|
|
marker_675e4d2e7d703c4c4b97805f306b2efb.bindPopup(popup_50fc2266c639dc62fd3fc8e9676caae1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_675e4d2e7d703c4c4b97805f306b2efb.setIcon(icon_15c79af1490f5986c4b8548bc2e5a16d);
|
|
|
|
|
|
var marker_0c3aeebf262b714f7e5144042df766dd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_44394c50e34ea54403479af1a7ec8217 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_800fcbb5c0841efc2f9263279c74d4d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf83043291b823990152d8af7634da36 = $(`<div id="html_bf83043291b823990152d8af7634da36" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol:443</div>`)[0];
|
|
popup_800fcbb5c0841efc2f9263279c74d4d2.setContent(html_bf83043291b823990152d8af7634da36);
|
|
|
|
|
|
|
|
marker_0c3aeebf262b714f7e5144042df766dd.bindPopup(popup_800fcbb5c0841efc2f9263279c74d4d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c3aeebf262b714f7e5144042df766dd.setIcon(icon_44394c50e34ea54403479af1a7ec8217);
|
|
|
|
|
|
var marker_dc00c5114cd1913395f01902fdce1843 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_9cd5788caf70c6e691fe476dd8110861 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76bec9bd1922606ea9c039601fe6ecfc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae669511ecb9a8535df799ab99fc6df5 = $(`<div id="html_ae669511ecb9a8535df799ab99fc6df5" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_76bec9bd1922606ea9c039601fe6ecfc.setContent(html_ae669511ecb9a8535df799ab99fc6df5);
|
|
|
|
|
|
|
|
marker_dc00c5114cd1913395f01902fdce1843.bindPopup(popup_76bec9bd1922606ea9c039601fe6ecfc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc00c5114cd1913395f01902fdce1843.setIcon(icon_9cd5788caf70c6e691fe476dd8110861);
|
|
|
|
|
|
var marker_945c3d41da74053e1b75d506ec9f42b3 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_92550a6d80c89521bc12fdf157b46b86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b962aa00db37bb1b55f09ebd41b83c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b71ba82102e814fc823749eb1d798792 = $(`<div id="html_b71ba82102e814fc823749eb1d798792" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_6b962aa00db37bb1b55f09ebd41b83c2.setContent(html_b71ba82102e814fc823749eb1d798792);
|
|
|
|
|
|
|
|
marker_945c3d41da74053e1b75d506ec9f42b3.bindPopup(popup_6b962aa00db37bb1b55f09ebd41b83c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_945c3d41da74053e1b75d506ec9f42b3.setIcon(icon_92550a6d80c89521bc12fdf157b46b86);
|
|
|
|
|
|
var marker_c71e54f87493cdd2418edfc474bf60dd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_5dd856de8c8ab042c48fdd679aa04da5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb7a34222b9e0dc152079fea5b637bbf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d2dc9072b4f85497d55192c96767891 = $(`<div id="html_3d2dc9072b4f85497d55192c96767891" style="width: 100.0%; height: 100.0%;">relay.lotek-distro.com</div>`)[0];
|
|
popup_eb7a34222b9e0dc152079fea5b637bbf.setContent(html_3d2dc9072b4f85497d55192c96767891);
|
|
|
|
|
|
|
|
marker_c71e54f87493cdd2418edfc474bf60dd.bindPopup(popup_eb7a34222b9e0dc152079fea5b637bbf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c71e54f87493cdd2418edfc474bf60dd.setIcon(icon_5dd856de8c8ab042c48fdd679aa04da5);
|
|
|
|
|
|
var marker_c7cea0b6edd2a9af4829113d67cebae4 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_5482233c0ac826bdac40e0e49358d439 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2516e207034e6daab7f049c65ac9eac6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb56ca7dfb7072e9fc92808e2fc3573f = $(`<div id="html_cb56ca7dfb7072e9fc92808e2fc3573f" style="width: 100.0%; height: 100.0%;">relay.nostriot.com:443</div>`)[0];
|
|
popup_2516e207034e6daab7f049c65ac9eac6.setContent(html_cb56ca7dfb7072e9fc92808e2fc3573f);
|
|
|
|
|
|
|
|
marker_c7cea0b6edd2a9af4829113d67cebae4.bindPopup(popup_2516e207034e6daab7f049c65ac9eac6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7cea0b6edd2a9af4829113d67cebae4.setIcon(icon_5482233c0ac826bdac40e0e49358d439);
|
|
|
|
|
|
var marker_3984b97ee85aad8cc6efcb95d4a2e520 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_20bc6b0fec24dd70e235bc5b8482d1fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2413cd13b80e3f77c724c18d30f9918a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad7a200f6ed59b2afd635546559e516e = $(`<div id="html_ad7a200f6ed59b2afd635546559e516e" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_2413cd13b80e3f77c724c18d30f9918a.setContent(html_ad7a200f6ed59b2afd635546559e516e);
|
|
|
|
|
|
|
|
marker_3984b97ee85aad8cc6efcb95d4a2e520.bindPopup(popup_2413cd13b80e3f77c724c18d30f9918a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3984b97ee85aad8cc6efcb95d4a2e520.setIcon(icon_20bc6b0fec24dd70e235bc5b8482d1fd);
|
|
|
|
|
|
var marker_f0013e07fc3344fd1629705c2e11f457 = L.marker(
|
|
[51.6992, 5.30417],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_dc9768d942eeb06386fae7ecb5194fcf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_329074b97bd05e14a78270537abd6278 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df4f3074ccd13f7ad10c3088cac73784 = $(`<div id="html_df4f3074ccd13f7ad10c3088cac73784" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_329074b97bd05e14a78270537abd6278.setContent(html_df4f3074ccd13f7ad10c3088cac73784);
|
|
|
|
|
|
|
|
marker_f0013e07fc3344fd1629705c2e11f457.bindPopup(popup_329074b97bd05e14a78270537abd6278)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0013e07fc3344fd1629705c2e11f457.setIcon(icon_dc9768d942eeb06386fae7ecb5194fcf);
|
|
|
|
|
|
var marker_4246870d65ca0abff59f1ce0f790896e = L.marker(
|
|
[9.27447, -83.5797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_4b3746f349ed3f5506a6268bd7be64e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f548305ba7eff12d5e4430deac98765 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_468e753170296dc7f9cd6b938a1f34e8 = $(`<div id="html_468e753170296dc7f9cd6b938a1f34e8" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_9f548305ba7eff12d5e4430deac98765.setContent(html_468e753170296dc7f9cd6b938a1f34e8);
|
|
|
|
|
|
|
|
marker_4246870d65ca0abff59f1ce0f790896e.bindPopup(popup_9f548305ba7eff12d5e4430deac98765)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4246870d65ca0abff59f1ce0f790896e.setIcon(icon_4b3746f349ed3f5506a6268bd7be64e1);
|
|
|
|
|
|
var marker_379fdbcd57d465de6c51cec74aca0c58 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_28a3e1813741a0f5b20e3e80c20d754a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d8f4014852ad264bdd81e48ba470095 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dcc31182d6ce03c3e75aeb416a4984b6 = $(`<div id="html_dcc31182d6ce03c3e75aeb416a4984b6" style="width: 100.0%; height: 100.0%;">relay.mrmave.work</div>`)[0];
|
|
popup_9d8f4014852ad264bdd81e48ba470095.setContent(html_dcc31182d6ce03c3e75aeb416a4984b6);
|
|
|
|
|
|
|
|
marker_379fdbcd57d465de6c51cec74aca0c58.bindPopup(popup_9d8f4014852ad264bdd81e48ba470095)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_379fdbcd57d465de6c51cec74aca0c58.setIcon(icon_28a3e1813741a0f5b20e3e80c20d754a);
|
|
|
|
|
|
var marker_678c843da5814b3610392524b0fc39b5 = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_3b6d08662580c4e40c69c9df97dc67a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e49e83a3e28fa3679e6cbb2d4bc505c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f80777cb4a3786331b6808bffeaa3eff = $(`<div id="html_f80777cb4a3786331b6808bffeaa3eff" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_e49e83a3e28fa3679e6cbb2d4bc505c0.setContent(html_f80777cb4a3786331b6808bffeaa3eff);
|
|
|
|
|
|
|
|
marker_678c843da5814b3610392524b0fc39b5.bindPopup(popup_e49e83a3e28fa3679e6cbb2d4bc505c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_678c843da5814b3610392524b0fc39b5.setIcon(icon_3b6d08662580c4e40c69c9df97dc67a9);
|
|
|
|
|
|
var marker_b13b346638e8e3af95d57fb1e225d76e = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_422815e326b24075b298c2c1462df43f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b89f4d0f31e3878d946410e225ed3bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6c78c72831269101a38261c60f18a44 = $(`<div id="html_d6c78c72831269101a38261c60f18a44" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com:443</div>`)[0];
|
|
popup_1b89f4d0f31e3878d946410e225ed3bb.setContent(html_d6c78c72831269101a38261c60f18a44);
|
|
|
|
|
|
|
|
marker_b13b346638e8e3af95d57fb1e225d76e.bindPopup(popup_1b89f4d0f31e3878d946410e225ed3bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b13b346638e8e3af95d57fb1e225d76e.setIcon(icon_422815e326b24075b298c2c1462df43f);
|
|
|
|
|
|
var marker_f0d994126698761388fd709078fa2804 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_988bd2a01e2b64fa8ff1e64dfa61b538 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_328709883356558bd148fb65a24daf5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d70391ee28c6bde9217a8301ba2d025 = $(`<div id="html_5d70391ee28c6bde9217a8301ba2d025" style="width: 100.0%; height: 100.0%;">purplerelay.com:443</div>`)[0];
|
|
popup_328709883356558bd148fb65a24daf5b.setContent(html_5d70391ee28c6bde9217a8301ba2d025);
|
|
|
|
|
|
|
|
marker_f0d994126698761388fd709078fa2804.bindPopup(popup_328709883356558bd148fb65a24daf5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0d994126698761388fd709078fa2804.setIcon(icon_988bd2a01e2b64fa8ff1e64dfa61b538);
|
|
|
|
|
|
var marker_f05602a4456f2f19e3b07a5b53734875 = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_b145d97d6b8e0d5563753dcba492ab54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c900dd182ddd5ba4c96068b05b2ddbfd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb0c412d3c5a6cf5634f1bf1022a2888 = $(`<div id="html_cb0c412d3c5a6cf5634f1bf1022a2888" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_c900dd182ddd5ba4c96068b05b2ddbfd.setContent(html_cb0c412d3c5a6cf5634f1bf1022a2888);
|
|
|
|
|
|
|
|
marker_f05602a4456f2f19e3b07a5b53734875.bindPopup(popup_c900dd182ddd5ba4c96068b05b2ddbfd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f05602a4456f2f19e3b07a5b53734875.setIcon(icon_b145d97d6b8e0d5563753dcba492ab54);
|
|
|
|
|
|
var marker_6147c2a86179d0bb582872350d876330 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_bff17becf316925c1f51ce7d8f2f3f43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79857147b760f74dc0648097b4c1dd14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_337207ca73c70fcc567d1e2ae31943c8 = $(`<div id="html_337207ca73c70fcc567d1e2ae31943c8" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_79857147b760f74dc0648097b4c1dd14.setContent(html_337207ca73c70fcc567d1e2ae31943c8);
|
|
|
|
|
|
|
|
marker_6147c2a86179d0bb582872350d876330.bindPopup(popup_79857147b760f74dc0648097b4c1dd14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6147c2a86179d0bb582872350d876330.setIcon(icon_bff17becf316925c1f51ce7d8f2f3f43);
|
|
|
|
|
|
var marker_28fc1bbc43e490c73fc2dfdcf0833ef9 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_2515e90e7de2bb549486704e7e95da13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b31bff4859e481ba0df7537f7f8da83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce26e51b4d747691975f7bd2e9e84eda = $(`<div id="html_ce26e51b4d747691975f7bd2e9e84eda" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_8b31bff4859e481ba0df7537f7f8da83.setContent(html_ce26e51b4d747691975f7bd2e9e84eda);
|
|
|
|
|
|
|
|
marker_28fc1bbc43e490c73fc2dfdcf0833ef9.bindPopup(popup_8b31bff4859e481ba0df7537f7f8da83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28fc1bbc43e490c73fc2dfdcf0833ef9.setIcon(icon_2515e90e7de2bb549486704e7e95da13);
|
|
|
|
|
|
var marker_e3c7cfb13a39baf92f486936c1a9a644 = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_eaabb126e1df370be081704fb74f7591 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26368ef7582adccc39e141549d258c29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6266c5381aeb9cd3b8153f2ae24e6b78 = $(`<div id="html_6266c5381aeb9cd3b8153f2ae24e6b78" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_26368ef7582adccc39e141549d258c29.setContent(html_6266c5381aeb9cd3b8153f2ae24e6b78);
|
|
|
|
|
|
|
|
marker_e3c7cfb13a39baf92f486936c1a9a644.bindPopup(popup_26368ef7582adccc39e141549d258c29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3c7cfb13a39baf92f486936c1a9a644.setIcon(icon_eaabb126e1df370be081704fb74f7591);
|
|
|
|
|
|
var marker_774c3117dde0628a8b301875d143d507 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_13d4f1e355facf04089ee58d91f842d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9004364e4d80ff9fff83087519ae3d49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c45331e6268c6014ac3addc4c6acbac = $(`<div id="html_7c45331e6268c6014ac3addc4c6acbac" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_9004364e4d80ff9fff83087519ae3d49.setContent(html_7c45331e6268c6014ac3addc4c6acbac);
|
|
|
|
|
|
|
|
marker_774c3117dde0628a8b301875d143d507.bindPopup(popup_9004364e4d80ff9fff83087519ae3d49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_774c3117dde0628a8b301875d143d507.setIcon(icon_13d4f1e355facf04089ee58d91f842d2);
|
|
|
|
|
|
var marker_d57042a506af271dd9dbed7a858ab24a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_67154eacf78d0d2ca502168611fd2d31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af66da5226e62cb13af69648561a07cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c7a90fd3489914aa541af2e19e5c0df = $(`<div id="html_5c7a90fd3489914aa541af2e19e5c0df" style="width: 100.0%; height: 100.0%;">relay.mostr.pub:443</div>`)[0];
|
|
popup_af66da5226e62cb13af69648561a07cd.setContent(html_5c7a90fd3489914aa541af2e19e5c0df);
|
|
|
|
|
|
|
|
marker_d57042a506af271dd9dbed7a858ab24a.bindPopup(popup_af66da5226e62cb13af69648561a07cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d57042a506af271dd9dbed7a858ab24a.setIcon(icon_67154eacf78d0d2ca502168611fd2d31);
|
|
|
|
|
|
var marker_f7006929d6844ac144d8e693fa1cd5eb = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_2318d6138cbf8ba5b95aea44db5e4765 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67afecfe02488bf83fb321e029573448 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52d80bca6ffbceead8a94a622e5bb20a = $(`<div id="html_52d80bca6ffbceead8a94a622e5bb20a" style="width: 100.0%; height: 100.0%;">relay.mostro.network:443</div>`)[0];
|
|
popup_67afecfe02488bf83fb321e029573448.setContent(html_52d80bca6ffbceead8a94a622e5bb20a);
|
|
|
|
|
|
|
|
marker_f7006929d6844ac144d8e693fa1cd5eb.bindPopup(popup_67afecfe02488bf83fb321e029573448)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7006929d6844ac144d8e693fa1cd5eb.setIcon(icon_2318d6138cbf8ba5b95aea44db5e4765);
|
|
|
|
|
|
var marker_07310e7006a7e2774594dfb62e2e9608 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_8c4ec3a58966292b9134cbb5c71b3fe3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_344947e82ac5348511e26330805f02c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e624e78aba62584cf065e6c7f129ac2c = $(`<div id="html_e624e78aba62584cf065e6c7f129ac2c" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_344947e82ac5348511e26330805f02c3.setContent(html_e624e78aba62584cf065e6c7f129ac2c);
|
|
|
|
|
|
|
|
marker_07310e7006a7e2774594dfb62e2e9608.bindPopup(popup_344947e82ac5348511e26330805f02c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07310e7006a7e2774594dfb62e2e9608.setIcon(icon_8c4ec3a58966292b9134cbb5c71b3fe3);
|
|
|
|
|
|
var marker_654bdb28b67ceee793c0a5301bcf8119 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_3dd036bcd5dad48f795a93417e107b03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad13f5ceb0fbbcbb5199e83b78618512 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bae34a9a8f154d6d4bc84a0810eef56 = $(`<div id="html_0bae34a9a8f154d6d4bc84a0810eef56" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io:443</div>`)[0];
|
|
popup_ad13f5ceb0fbbcbb5199e83b78618512.setContent(html_0bae34a9a8f154d6d4bc84a0810eef56);
|
|
|
|
|
|
|
|
marker_654bdb28b67ceee793c0a5301bcf8119.bindPopup(popup_ad13f5ceb0fbbcbb5199e83b78618512)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_654bdb28b67ceee793c0a5301bcf8119.setIcon(icon_3dd036bcd5dad48f795a93417e107b03);
|
|
|
|
|
|
var marker_8174249654051628457ac844f960cb1a = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_ecbd32811292bf11a7f90777e1119888 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_499fc6294685f0cbabd45a445177bee9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c18bd775b788b300b330bc596872a1ce = $(`<div id="html_c18bd775b788b300b330bc596872a1ce" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_499fc6294685f0cbabd45a445177bee9.setContent(html_c18bd775b788b300b330bc596872a1ce);
|
|
|
|
|
|
|
|
marker_8174249654051628457ac844f960cb1a.bindPopup(popup_499fc6294685f0cbabd45a445177bee9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8174249654051628457ac844f960cb1a.setIcon(icon_ecbd32811292bf11a7f90777e1119888);
|
|
|
|
|
|
var marker_2840838d006bc10ccce917585583904e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_d19493a9e3684879e63d178ef502f8ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8726c65cb7f5b65a227f149ba5ff2436 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86f1745ac8610567ad724ad589731225 = $(`<div id="html_86f1745ac8610567ad724ad589731225" style="width: 100.0%; height: 100.0%;">relay.bebond.net:443</div>`)[0];
|
|
popup_8726c65cb7f5b65a227f149ba5ff2436.setContent(html_86f1745ac8610567ad724ad589731225);
|
|
|
|
|
|
|
|
marker_2840838d006bc10ccce917585583904e.bindPopup(popup_8726c65cb7f5b65a227f149ba5ff2436)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2840838d006bc10ccce917585583904e.setIcon(icon_d19493a9e3684879e63d178ef502f8ae);
|
|
|
|
|
|
var marker_f098912df07b203d5c1908d5973db06d = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_4ff8c64139533ef8eaba2d088784b612 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab8db61a962cf5fcb3f59b2e27ee4e90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4439c536814c09b7532451ec34ddde44 = $(`<div id="html_4439c536814c09b7532451ec34ddde44" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_ab8db61a962cf5fcb3f59b2e27ee4e90.setContent(html_4439c536814c09b7532451ec34ddde44);
|
|
|
|
|
|
|
|
marker_f098912df07b203d5c1908d5973db06d.bindPopup(popup_ab8db61a962cf5fcb3f59b2e27ee4e90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f098912df07b203d5c1908d5973db06d.setIcon(icon_4ff8c64139533ef8eaba2d088784b612);
|
|
|
|
|
|
var marker_8ab6093d8edcb1066d439c93224bad28 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_92f96feb7247fa9769e7db3a5806b1a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_077fef69f985fb2f33f8376c3df9c4e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe640b88ea052856e120072abb6331ee = $(`<div id="html_fe640b88ea052856e120072abb6331ee" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_077fef69f985fb2f33f8376c3df9c4e7.setContent(html_fe640b88ea052856e120072abb6331ee);
|
|
|
|
|
|
|
|
marker_8ab6093d8edcb1066d439c93224bad28.bindPopup(popup_077fef69f985fb2f33f8376c3df9c4e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ab6093d8edcb1066d439c93224bad28.setIcon(icon_92f96feb7247fa9769e7db3a5806b1a5);
|
|
|
|
|
|
var marker_b7120dbcf11950ba5eb5595247210c5a = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_86d94b2524b8eddf27ecc1acdb2a94cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_254fb699fd33783e30dbeacce424006b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46694a0fa697dcfe0db144470d1528ac = $(`<div id="html_46694a0fa697dcfe0db144470d1528ac" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_254fb699fd33783e30dbeacce424006b.setContent(html_46694a0fa697dcfe0db144470d1528ac);
|
|
|
|
|
|
|
|
marker_b7120dbcf11950ba5eb5595247210c5a.bindPopup(popup_254fb699fd33783e30dbeacce424006b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7120dbcf11950ba5eb5595247210c5a.setIcon(icon_86d94b2524b8eddf27ecc1acdb2a94cb);
|
|
|
|
|
|
var marker_69422cf7791f60d2f0a1f32164bb7051 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_97861f01e888d9830ad7461638d3575f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5f5df75bcbe1f0cacfe63fca8a2430c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbd01ac50da99a6a810ba2a2576bfb3e = $(`<div id="html_bbd01ac50da99a6a810ba2a2576bfb3e" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_c5f5df75bcbe1f0cacfe63fca8a2430c.setContent(html_bbd01ac50da99a6a810ba2a2576bfb3e);
|
|
|
|
|
|
|
|
marker_69422cf7791f60d2f0a1f32164bb7051.bindPopup(popup_c5f5df75bcbe1f0cacfe63fca8a2430c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69422cf7791f60d2f0a1f32164bb7051.setIcon(icon_97861f01e888d9830ad7461638d3575f);
|
|
|
|
|
|
var marker_71e9868dae266bf1864b7bd3a9a162d9 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e7c2e0cf4f0ded746509458b7a013ce5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2dfae9072242e2d628a20a54fdcfc0c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94b7762ff929763c4a6ab04fa281d234 = $(`<div id="html_94b7762ff929763c4a6ab04fa281d234" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space:443</div>`)[0];
|
|
popup_2dfae9072242e2d628a20a54fdcfc0c5.setContent(html_94b7762ff929763c4a6ab04fa281d234);
|
|
|
|
|
|
|
|
marker_71e9868dae266bf1864b7bd3a9a162d9.bindPopup(popup_2dfae9072242e2d628a20a54fdcfc0c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71e9868dae266bf1864b7bd3a9a162d9.setIcon(icon_e7c2e0cf4f0ded746509458b7a013ce5);
|
|
|
|
|
|
var marker_e0ac42425bb11f4d91dc747f8c8c7682 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_42e511207d20c95a5f20d04fdb68390a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e780d06c3c528c96018dbd4ba8e9b1f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18dd2efc4e49e6d47ab70c4146cdc9e3 = $(`<div id="html_18dd2efc4e49e6d47ab70c4146cdc9e3" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_e780d06c3c528c96018dbd4ba8e9b1f0.setContent(html_18dd2efc4e49e6d47ab70c4146cdc9e3);
|
|
|
|
|
|
|
|
marker_e0ac42425bb11f4d91dc747f8c8c7682.bindPopup(popup_e780d06c3c528c96018dbd4ba8e9b1f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0ac42425bb11f4d91dc747f8c8c7682.setIcon(icon_42e511207d20c95a5f20d04fdb68390a);
|
|
|
|
|
|
var marker_a07f89dc2f984d458be3db48f4105e0b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_8c24f83e5fa804ac63ccd3e6b99fe1f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e460f8a9b102bb145f236605ddcf3201 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6c3ce536f14718916d07dd44ff273b0 = $(`<div id="html_c6c3ce536f14718916d07dd44ff273b0" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_e460f8a9b102bb145f236605ddcf3201.setContent(html_c6c3ce536f14718916d07dd44ff273b0);
|
|
|
|
|
|
|
|
marker_a07f89dc2f984d458be3db48f4105e0b.bindPopup(popup_e460f8a9b102bb145f236605ddcf3201)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a07f89dc2f984d458be3db48f4105e0b.setIcon(icon_8c24f83e5fa804ac63ccd3e6b99fe1f4);
|
|
|
|
|
|
var marker_4a951663df3f5babb4224619356349c8 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_ef9e14c02a07f1a2d50de0bba42f6e84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ff32e76d0f57f1d8825e69f57607ad1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2be4262f298c7fc47e50fbaf9b5e02a8 = $(`<div id="html_2be4262f298c7fc47e50fbaf9b5e02a8" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_1ff32e76d0f57f1d8825e69f57607ad1.setContent(html_2be4262f298c7fc47e50fbaf9b5e02a8);
|
|
|
|
|
|
|
|
marker_4a951663df3f5babb4224619356349c8.bindPopup(popup_1ff32e76d0f57f1d8825e69f57607ad1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a951663df3f5babb4224619356349c8.setIcon(icon_ef9e14c02a07f1a2d50de0bba42f6e84);
|
|
|
|
|
|
var marker_9576bd82a6c69322e05d0d30d36ef111 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_a0f7abd26128a74dcb44853b46f45e2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17a1b832b09d03d1f6e05ece7cbc7d64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d4b2a7e7d23a7d29be81ca7bc3655af = $(`<div id="html_4d4b2a7e7d23a7d29be81ca7bc3655af" style="width: 100.0%; height: 100.0%;">relay.0xchat.com:443</div>`)[0];
|
|
popup_17a1b832b09d03d1f6e05ece7cbc7d64.setContent(html_4d4b2a7e7d23a7d29be81ca7bc3655af);
|
|
|
|
|
|
|
|
marker_9576bd82a6c69322e05d0d30d36ef111.bindPopup(popup_17a1b832b09d03d1f6e05ece7cbc7d64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9576bd82a6c69322e05d0d30d36ef111.setIcon(icon_a0f7abd26128a74dcb44853b46f45e2c);
|
|
|
|
|
|
var marker_9d5303e0a97acf646c7bf1a7c506c935 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_0949c83b70dc0a38827130d8446fb951 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3175d7ea4d273a1f0b98963885c60e8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d778d82d805124092c1d1b21b0e0e160 = $(`<div id="html_d778d82d805124092c1d1b21b0e0e160" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_3175d7ea4d273a1f0b98963885c60e8c.setContent(html_d778d82d805124092c1d1b21b0e0e160);
|
|
|
|
|
|
|
|
marker_9d5303e0a97acf646c7bf1a7c506c935.bindPopup(popup_3175d7ea4d273a1f0b98963885c60e8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d5303e0a97acf646c7bf1a7c506c935.setIcon(icon_0949c83b70dc0a38827130d8446fb951);
|
|
|
|
|
|
var marker_1d94ef1b4ab1b67485543140f48ecb8c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_998c244331a0d4b737f386b03a23a922 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5189ce3362952d8ffaa07981756bf38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e0ed46c0826c95445b9a5c19c21877b = $(`<div id="html_7e0ed46c0826c95445b9a5c19c21877b" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_a5189ce3362952d8ffaa07981756bf38.setContent(html_7e0ed46c0826c95445b9a5c19c21877b);
|
|
|
|
|
|
|
|
marker_1d94ef1b4ab1b67485543140f48ecb8c.bindPopup(popup_a5189ce3362952d8ffaa07981756bf38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d94ef1b4ab1b67485543140f48ecb8c.setIcon(icon_998c244331a0d4b737f386b03a23a922);
|
|
|
|
|
|
var marker_4a071d3b95722c7802f823b017142b49 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_f6216970476149edf06bd6240abe1381 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47e21f07ccb954797c7adaa2aa92e463 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ad9569af0e2296b045e11006e7c498d = $(`<div id="html_0ad9569af0e2296b045e11006e7c498d" style="width: 100.0%; height: 100.0%;">relay.trustr.ing:443</div>`)[0];
|
|
popup_47e21f07ccb954797c7adaa2aa92e463.setContent(html_0ad9569af0e2296b045e11006e7c498d);
|
|
|
|
|
|
|
|
marker_4a071d3b95722c7802f823b017142b49.bindPopup(popup_47e21f07ccb954797c7adaa2aa92e463)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a071d3b95722c7802f823b017142b49.setIcon(icon_f6216970476149edf06bd6240abe1381);
|
|
|
|
|
|
var marker_005e45b09c8f4f04760b8d303e62fe43 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_c3a6d8b112791e9dcd726abbf8717827 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5f4d0148c650fda2e79ee45df576b5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c849016c5cc7db893c008652580894e = $(`<div id="html_8c849016c5cc7db893c008652580894e" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net:443</div>`)[0];
|
|
popup_e5f4d0148c650fda2e79ee45df576b5e.setContent(html_8c849016c5cc7db893c008652580894e);
|
|
|
|
|
|
|
|
marker_005e45b09c8f4f04760b8d303e62fe43.bindPopup(popup_e5f4d0148c650fda2e79ee45df576b5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_005e45b09c8f4f04760b8d303e62fe43.setIcon(icon_c3a6d8b112791e9dcd726abbf8717827);
|
|
|
|
|
|
var marker_3531c9d770244e4ca9366aa2269a49a2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_29d256a0757105b1ab084f29f1feaae8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c125b2cdc981061b45985bdc562d97b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90dc33e1b89ea3b28e98888d3ce3e60a = $(`<div id="html_90dc33e1b89ea3b28e98888d3ce3e60a" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_c125b2cdc981061b45985bdc562d97b1.setContent(html_90dc33e1b89ea3b28e98888d3ce3e60a);
|
|
|
|
|
|
|
|
marker_3531c9d770244e4ca9366aa2269a49a2.bindPopup(popup_c125b2cdc981061b45985bdc562d97b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3531c9d770244e4ca9366aa2269a49a2.setIcon(icon_29d256a0757105b1ab084f29f1feaae8);
|
|
|
|
|
|
var marker_4c05e19a01f274299bd558b1e5335635 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_1dc31aeabf860440adc4b6128406e7b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6134278a6b24a36b953a25683bb9447 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2bda19707c807c53e8646ace202a7de = $(`<div id="html_e2bda19707c807c53e8646ace202a7de" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com:443</div>`)[0];
|
|
popup_c6134278a6b24a36b953a25683bb9447.setContent(html_e2bda19707c807c53e8646ace202a7de);
|
|
|
|
|
|
|
|
marker_4c05e19a01f274299bd558b1e5335635.bindPopup(popup_c6134278a6b24a36b953a25683bb9447)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c05e19a01f274299bd558b1e5335635.setIcon(icon_1dc31aeabf860440adc4b6128406e7b3);
|
|
|
|
|
|
var marker_af8c52433dacf874a883162723c180f1 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_f325011622e639babc835997b9fcb883 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18ce0cac6dafd5bc3651765b803d8771 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5b31440568e4b3900934ddb277eefc8 = $(`<div id="html_e5b31440568e4b3900934ddb277eefc8" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com:443</div>`)[0];
|
|
popup_18ce0cac6dafd5bc3651765b803d8771.setContent(html_e5b31440568e4b3900934ddb277eefc8);
|
|
|
|
|
|
|
|
marker_af8c52433dacf874a883162723c180f1.bindPopup(popup_18ce0cac6dafd5bc3651765b803d8771)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af8c52433dacf874a883162723c180f1.setIcon(icon_f325011622e639babc835997b9fcb883);
|
|
|
|
|
|
var marker_19019c7cb49d3648586e4d874a877e84 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_01d3c57b6dbbd9f0dbc8791e660dc04a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59cbd5ec7bd1500eac7657b4af32b494 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f8afd43b098e377f46587562655ae7f = $(`<div id="html_9f8afd43b098e377f46587562655ae7f" style="width: 100.0%; height: 100.0%;">nostr.notribe.net:443</div>`)[0];
|
|
popup_59cbd5ec7bd1500eac7657b4af32b494.setContent(html_9f8afd43b098e377f46587562655ae7f);
|
|
|
|
|
|
|
|
marker_19019c7cb49d3648586e4d874a877e84.bindPopup(popup_59cbd5ec7bd1500eac7657b4af32b494)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19019c7cb49d3648586e4d874a877e84.setIcon(icon_01d3c57b6dbbd9f0dbc8791e660dc04a);
|
|
|
|
|
|
var marker_7a736b374e1f7696631f17ce7c05e059 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_3ea493604906f449519e21e67e4f385a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4abddd2da0f9c764f0c103674040c46c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3009dfaf5b9e3812eaf9fa3e1e240270 = $(`<div id="html_3009dfaf5b9e3812eaf9fa3e1e240270" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_4abddd2da0f9c764f0c103674040c46c.setContent(html_3009dfaf5b9e3812eaf9fa3e1e240270);
|
|
|
|
|
|
|
|
marker_7a736b374e1f7696631f17ce7c05e059.bindPopup(popup_4abddd2da0f9c764f0c103674040c46c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a736b374e1f7696631f17ce7c05e059.setIcon(icon_3ea493604906f449519e21e67e4f385a);
|
|
|
|
|
|
var marker_3b734e86a6c6f9bad35739159f2adbc2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e0f40cd4fcc5e8d36dee6ed3036f96b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac48e51c043527c5eb2f0df31c615ba0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e62959151adf95bb5092a646e2d2f70 = $(`<div id="html_9e62959151adf95bb5092a646e2d2f70" style="width: 100.0%; height: 100.0%;">nostr.quali.chat:443</div>`)[0];
|
|
popup_ac48e51c043527c5eb2f0df31c615ba0.setContent(html_9e62959151adf95bb5092a646e2d2f70);
|
|
|
|
|
|
|
|
marker_3b734e86a6c6f9bad35739159f2adbc2.bindPopup(popup_ac48e51c043527c5eb2f0df31c615ba0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b734e86a6c6f9bad35739159f2adbc2.setIcon(icon_e0f40cd4fcc5e8d36dee6ed3036f96b8);
|
|
|
|
|
|
var marker_7bb657567a34d83224e6b125d25e76ca = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_6edb0b64de6e204522b44417ee732d31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f994948dd7864b6d707996ef47d55c5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f214e200b1b6f706a661d1164661397 = $(`<div id="html_2f214e200b1b6f706a661d1164661397" style="width: 100.0%; height: 100.0%;">relaisnostr.trivaco.fr</div>`)[0];
|
|
popup_f994948dd7864b6d707996ef47d55c5b.setContent(html_2f214e200b1b6f706a661d1164661397);
|
|
|
|
|
|
|
|
marker_7bb657567a34d83224e6b125d25e76ca.bindPopup(popup_f994948dd7864b6d707996ef47d55c5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7bb657567a34d83224e6b125d25e76ca.setIcon(icon_6edb0b64de6e204522b44417ee732d31);
|
|
|
|
|
|
var marker_58a9204c7e6ffa44fcfbaa615ab69179 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_ce11996cfda6f2247aab1b4f2aa93c49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0876e0ec4dce976625d88168b9e0c0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d7890dea362709942b3a638bf40482f = $(`<div id="html_9d7890dea362709942b3a638bf40482f" style="width: 100.0%; height: 100.0%;">articles.layer3.news:443</div>`)[0];
|
|
popup_c0876e0ec4dce976625d88168b9e0c0f.setContent(html_9d7890dea362709942b3a638bf40482f);
|
|
|
|
|
|
|
|
marker_58a9204c7e6ffa44fcfbaa615ab69179.bindPopup(popup_c0876e0ec4dce976625d88168b9e0c0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58a9204c7e6ffa44fcfbaa615ab69179.setIcon(icon_ce11996cfda6f2247aab1b4f2aa93c49);
|
|
|
|
|
|
var marker_3cb2d176c352daea1d62de57a967e3c9 = L.marker(
|
|
[59.3293, 18.0686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_5adbab383df572e22f1eaa5d6279c929 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e6e0a23810e49c3469e9b6b6f6dfab1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_decb1104857d3101905345c12bbdd662 = $(`<div id="html_decb1104857d3101905345c12bbdd662" style="width: 100.0%; height: 100.0%;">relay.fckstate.net</div>`)[0];
|
|
popup_3e6e0a23810e49c3469e9b6b6f6dfab1.setContent(html_decb1104857d3101905345c12bbdd662);
|
|
|
|
|
|
|
|
marker_3cb2d176c352daea1d62de57a967e3c9.bindPopup(popup_3e6e0a23810e49c3469e9b6b6f6dfab1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cb2d176c352daea1d62de57a967e3c9.setIcon(icon_5adbab383df572e22f1eaa5d6279c929);
|
|
|
|
|
|
var marker_a1fe4352805e20111218b4b39cf26cf7 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_462b4f4e92cc94f09dcac110969e244e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd166fe52209b6ea94df678bda16ba0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33d2098b86bc10808f61a7229b65b291 = $(`<div id="html_33d2098b86bc10808f61a7229b65b291" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_cd166fe52209b6ea94df678bda16ba0d.setContent(html_33d2098b86bc10808f61a7229b65b291);
|
|
|
|
|
|
|
|
marker_a1fe4352805e20111218b4b39cf26cf7.bindPopup(popup_cd166fe52209b6ea94df678bda16ba0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1fe4352805e20111218b4b39cf26cf7.setIcon(icon_462b4f4e92cc94f09dcac110969e244e);
|
|
|
|
|
|
var marker_d01b6a69f785e43b0f089d47d4dbaeb1 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_2e2ba9f6215bce110138df9586084f10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6d48270cb3dfd883e442f65937fbbcf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffe9db47ab590c03a8619e16c69d9f3e = $(`<div id="html_ffe9db47ab590c03a8619e16c69d9f3e" style="width: 100.0%; height: 100.0%;">relay2.orangesync.tech</div>`)[0];
|
|
popup_a6d48270cb3dfd883e442f65937fbbcf.setContent(html_ffe9db47ab590c03a8619e16c69d9f3e);
|
|
|
|
|
|
|
|
marker_d01b6a69f785e43b0f089d47d4dbaeb1.bindPopup(popup_a6d48270cb3dfd883e442f65937fbbcf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d01b6a69f785e43b0f089d47d4dbaeb1.setIcon(icon_2e2ba9f6215bce110138df9586084f10);
|
|
|
|
|
|
var marker_ada600f31b14eaf7503c5ad5edd3e603 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_41815607a1aa456e65c3a26d2e32daeb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_276446a61d19c90eeffc5b1aa675a0b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd5aeb2aac40d751b47eb632423e0782 = $(`<div id="html_dd5aeb2aac40d751b47eb632423e0782" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org:443</div>`)[0];
|
|
popup_276446a61d19c90eeffc5b1aa675a0b9.setContent(html_dd5aeb2aac40d751b47eb632423e0782);
|
|
|
|
|
|
|
|
marker_ada600f31b14eaf7503c5ad5edd3e603.bindPopup(popup_276446a61d19c90eeffc5b1aa675a0b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ada600f31b14eaf7503c5ad5edd3e603.setIcon(icon_41815607a1aa456e65c3a26d2e32daeb);
|
|
|
|
|
|
var marker_989141cb5aa9f48649907c31fac5637d = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_ffc67edfa3b8ceb034018097b5085c72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39652e6fe0051fad09f8aea87ebd1c43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d918d3551b8e3bc50ff33d3cac6a69d = $(`<div id="html_9d918d3551b8e3bc50ff33d3cac6a69d" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_39652e6fe0051fad09f8aea87ebd1c43.setContent(html_9d918d3551b8e3bc50ff33d3cac6a69d);
|
|
|
|
|
|
|
|
marker_989141cb5aa9f48649907c31fac5637d.bindPopup(popup_39652e6fe0051fad09f8aea87ebd1c43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_989141cb5aa9f48649907c31fac5637d.setIcon(icon_ffc67edfa3b8ceb034018097b5085c72);
|
|
|
|
|
|
var marker_b1c34d76f9d1e3343b93d2e90cac3340 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_2cc92a07411f7376216dca614c010db4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bac3f94dba3964019bd1a12edd33b349 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e08bcdd62732e809c462b9d24ea68a1e = $(`<div id="html_e08bcdd62732e809c462b9d24ea68a1e" style="width: 100.0%; height: 100.0%;">ynostr.yael.at:443</div>`)[0];
|
|
popup_bac3f94dba3964019bd1a12edd33b349.setContent(html_e08bcdd62732e809c462b9d24ea68a1e);
|
|
|
|
|
|
|
|
marker_b1c34d76f9d1e3343b93d2e90cac3340.bindPopup(popup_bac3f94dba3964019bd1a12edd33b349)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1c34d76f9d1e3343b93d2e90cac3340.setIcon(icon_2cc92a07411f7376216dca614c010db4);
|
|
|
|
|
|
var marker_9ad0193014f035cd264749a3913babc4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_8f1611edb1418d2b5ab58672ca2fb9dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17eea67c89b855391755a318fcadc557 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f61fc7d50dad242d9a38b3589985cb0a = $(`<div id="html_f61fc7d50dad242d9a38b3589985cb0a" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud:443</div>`)[0];
|
|
popup_17eea67c89b855391755a318fcadc557.setContent(html_f61fc7d50dad242d9a38b3589985cb0a);
|
|
|
|
|
|
|
|
marker_9ad0193014f035cd264749a3913babc4.bindPopup(popup_17eea67c89b855391755a318fcadc557)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ad0193014f035cd264749a3913babc4.setIcon(icon_8f1611edb1418d2b5ab58672ca2fb9dd);
|
|
|
|
|
|
var marker_2aca8d558b841e387398d2cfa5c4c99b = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_ac1f2fb3413d83619cee703d2225f6ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31340c9f752c66a7bfe38a4c9b62caaa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f38f4fbe92a92445cd38e0d96da062aa = $(`<div id="html_f38f4fbe92a92445cd38e0d96da062aa" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_31340c9f752c66a7bfe38a4c9b62caaa.setContent(html_f38f4fbe92a92445cd38e0d96da062aa);
|
|
|
|
|
|
|
|
marker_2aca8d558b841e387398d2cfa5c4c99b.bindPopup(popup_31340c9f752c66a7bfe38a4c9b62caaa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2aca8d558b841e387398d2cfa5c4c99b.setIcon(icon_ac1f2fb3413d83619cee703d2225f6ab);
|
|
|
|
|
|
var marker_d174a7ccb1769936541fc8cc2e2d5f2f = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e6e2f4575e774f2b8c2fcb8cf12f75ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d65709372907da167a176cf4c7e73560 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f1b7ddcd2fea0dd59bcd78d9b165940 = $(`<div id="html_3f1b7ddcd2fea0dd59bcd78d9b165940" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social:443</div>`)[0];
|
|
popup_d65709372907da167a176cf4c7e73560.setContent(html_3f1b7ddcd2fea0dd59bcd78d9b165940);
|
|
|
|
|
|
|
|
marker_d174a7ccb1769936541fc8cc2e2d5f2f.bindPopup(popup_d65709372907da167a176cf4c7e73560)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d174a7ccb1769936541fc8cc2e2d5f2f.setIcon(icon_e6e2f4575e774f2b8c2fcb8cf12f75ae);
|
|
|
|
|
|
var marker_fa4091aee94d9656234a9ab81e8f0417 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_18c4576a95162ed7562948acaf20b356 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f2cbf1ac14b7ab1f36f8986653b6e15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_521ad2164c0547d49b3c7df0d97d313c = $(`<div id="html_521ad2164c0547d49b3c7df0d97d313c" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_7f2cbf1ac14b7ab1f36f8986653b6e15.setContent(html_521ad2164c0547d49b3c7df0d97d313c);
|
|
|
|
|
|
|
|
marker_fa4091aee94d9656234a9ab81e8f0417.bindPopup(popup_7f2cbf1ac14b7ab1f36f8986653b6e15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa4091aee94d9656234a9ab81e8f0417.setIcon(icon_18c4576a95162ed7562948acaf20b356);
|
|
|
|
|
|
var marker_ae73a6c9c5f698e17d81d031f19c83e6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_69ed3aa2d35dd162917683045b5a352d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_478b41f3eaf38057859602592614791b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d2db27f87c5a4012f2295a3bdc62648 = $(`<div id="html_0d2db27f87c5a4012f2295a3bdc62648" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app:443</div>`)[0];
|
|
popup_478b41f3eaf38057859602592614791b.setContent(html_0d2db27f87c5a4012f2295a3bdc62648);
|
|
|
|
|
|
|
|
marker_ae73a6c9c5f698e17d81d031f19c83e6.bindPopup(popup_478b41f3eaf38057859602592614791b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae73a6c9c5f698e17d81d031f19c83e6.setIcon(icon_69ed3aa2d35dd162917683045b5a352d);
|
|
|
|
|
|
var marker_519841162a2d251cefbd34706a87a1a2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_12087c8dbcb41135a9bddd132af649b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff9e50ef2a5171a9cc803ea4532a6b0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b1ab9aea89c3e902aedad9523a877e7 = $(`<div id="html_5b1ab9aea89c3e902aedad9523a877e7" style="width: 100.0%; height: 100.0%;">vault.iris.to:443</div>`)[0];
|
|
popup_ff9e50ef2a5171a9cc803ea4532a6b0b.setContent(html_5b1ab9aea89c3e902aedad9523a877e7);
|
|
|
|
|
|
|
|
marker_519841162a2d251cefbd34706a87a1a2.bindPopup(popup_ff9e50ef2a5171a9cc803ea4532a6b0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_519841162a2d251cefbd34706a87a1a2.setIcon(icon_12087c8dbcb41135a9bddd132af649b5);
|
|
|
|
|
|
var marker_42df43efde1742ff85fa17b7026c3da7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_d8dff8d97c78ca57864d4444c3c717d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6cd826e0f97b1367b097972c8e037cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab91fd94522ff757899cfea41d3228d4 = $(`<div id="html_ab91fd94522ff757899cfea41d3228d4" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com:443</div>`)[0];
|
|
popup_b6cd826e0f97b1367b097972c8e037cc.setContent(html_ab91fd94522ff757899cfea41d3228d4);
|
|
|
|
|
|
|
|
marker_42df43efde1742ff85fa17b7026c3da7.bindPopup(popup_b6cd826e0f97b1367b097972c8e037cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42df43efde1742ff85fa17b7026c3da7.setIcon(icon_d8dff8d97c78ca57864d4444c3c717d7);
|
|
|
|
|
|
var marker_6e7d18f80ea79aed1d6c17ffa535d707 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_1622e257bf30983f6683e46754a19e65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8cfb833719cf6f635e139c908b57c416 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a2f878851d0b8f237c4c68989fd9917 = $(`<div id="html_8a2f878851d0b8f237c4c68989fd9917" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_8cfb833719cf6f635e139c908b57c416.setContent(html_8a2f878851d0b8f237c4c68989fd9917);
|
|
|
|
|
|
|
|
marker_6e7d18f80ea79aed1d6c17ffa535d707.bindPopup(popup_8cfb833719cf6f635e139c908b57c416)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e7d18f80ea79aed1d6c17ffa535d707.setIcon(icon_1622e257bf30983f6683e46754a19e65);
|
|
|
|
|
|
var marker_a463d197e3ac7719b8c99e579159f915 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_6de1c29c4c40048967022d94b8b827d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ae89a3538e5323c2f4d7929f0f73910 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62c056e24a5f24e787ed4a8127316ff6 = $(`<div id="html_62c056e24a5f24e787ed4a8127316ff6" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_9ae89a3538e5323c2f4d7929f0f73910.setContent(html_62c056e24a5f24e787ed4a8127316ff6);
|
|
|
|
|
|
|
|
marker_a463d197e3ac7719b8c99e579159f915.bindPopup(popup_9ae89a3538e5323c2f4d7929f0f73910)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a463d197e3ac7719b8c99e579159f915.setIcon(icon_6de1c29c4c40048967022d94b8b827d0);
|
|
|
|
|
|
var marker_61cc7a2636c2ec3edb8845ffad8cf493 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_b7de635a64fa825403b3cf3b47419028 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_362cd126c7e74d920c7e0ec0bff28646 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62d0464045788a760f339ea0aee52880 = $(`<div id="html_62d0464045788a760f339ea0aee52880" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_362cd126c7e74d920c7e0ec0bff28646.setContent(html_62d0464045788a760f339ea0aee52880);
|
|
|
|
|
|
|
|
marker_61cc7a2636c2ec3edb8845ffad8cf493.bindPopup(popup_362cd126c7e74d920c7e0ec0bff28646)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61cc7a2636c2ec3edb8845ffad8cf493.setIcon(icon_b7de635a64fa825403b3cf3b47419028);
|
|
|
|
|
|
var marker_899696d7f7230e3404d50970734dd652 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_36df4f9a83f059f5eaffc944e10f3128 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3e5948acb7d5e181bcc14f2f4b51521 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8ed747121390eb573d57c6bfd4f1a01 = $(`<div id="html_d8ed747121390eb573d57c6bfd4f1a01" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org:443</div>`)[0];
|
|
popup_b3e5948acb7d5e181bcc14f2f4b51521.setContent(html_d8ed747121390eb573d57c6bfd4f1a01);
|
|
|
|
|
|
|
|
marker_899696d7f7230e3404d50970734dd652.bindPopup(popup_b3e5948acb7d5e181bcc14f2f4b51521)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_899696d7f7230e3404d50970734dd652.setIcon(icon_36df4f9a83f059f5eaffc944e10f3128);
|
|
|
|
|
|
var marker_f0247eeba377f43ed1f1e761b0f602a2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_81ca9ecc473590acf48da93b3fabc040 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7b01d4618aab4175c861d0935f2442d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_052bb0ce985adf3d79400f46b06451c7 = $(`<div id="html_052bb0ce985adf3d79400f46b06451c7" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_f7b01d4618aab4175c861d0935f2442d.setContent(html_052bb0ce985adf3d79400f46b06451c7);
|
|
|
|
|
|
|
|
marker_f0247eeba377f43ed1f1e761b0f602a2.bindPopup(popup_f7b01d4618aab4175c861d0935f2442d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0247eeba377f43ed1f1e761b0f602a2.setIcon(icon_81ca9ecc473590acf48da93b3fabc040);
|
|
|
|
|
|
var marker_b27eb248719c932d88e0a25e69f8470e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_0e0e4c9dd16f0990a3f2866af57f992a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0179b2a1463575e0dbc895b9726548f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e3acd8f073f199db89dc08c9e1fa2b0 = $(`<div id="html_8e3acd8f073f199db89dc08c9e1fa2b0" style="width: 100.0%; height: 100.0%;">relay.bebond.net</div>`)[0];
|
|
popup_e0179b2a1463575e0dbc895b9726548f.setContent(html_8e3acd8f073f199db89dc08c9e1fa2b0);
|
|
|
|
|
|
|
|
marker_b27eb248719c932d88e0a25e69f8470e.bindPopup(popup_e0179b2a1463575e0dbc895b9726548f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b27eb248719c932d88e0a25e69f8470e.setIcon(icon_0e0e4c9dd16f0990a3f2866af57f992a);
|
|
|
|
|
|
var marker_6f25fa4cc8495b4b948ff6ae8062808b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_4c8b347a0c66c3fbd0de4a97d37fe3a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0931f559f0338cec37266a958566a47a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb39ff0285ea71ad1a111a43a3c951b7 = $(`<div id="html_eb39ff0285ea71ad1a111a43a3c951b7" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz:443</div>`)[0];
|
|
popup_0931f559f0338cec37266a958566a47a.setContent(html_eb39ff0285ea71ad1a111a43a3c951b7);
|
|
|
|
|
|
|
|
marker_6f25fa4cc8495b4b948ff6ae8062808b.bindPopup(popup_0931f559f0338cec37266a958566a47a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f25fa4cc8495b4b948ff6ae8062808b.setIcon(icon_4c8b347a0c66c3fbd0de4a97d37fe3a1);
|
|
|
|
|
|
var marker_e9e92fea855d900d5c58b925a2566752 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_a47c601b5278c18fe4bdb2c2ebacbca6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0f795b80130a50c4b5530fd5f445db1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_674eeec68a21a241346a7264ffa486a6 = $(`<div id="html_674eeec68a21a241346a7264ffa486a6" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_f0f795b80130a50c4b5530fd5f445db1.setContent(html_674eeec68a21a241346a7264ffa486a6);
|
|
|
|
|
|
|
|
marker_e9e92fea855d900d5c58b925a2566752.bindPopup(popup_f0f795b80130a50c4b5530fd5f445db1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9e92fea855d900d5c58b925a2566752.setIcon(icon_a47c601b5278c18fe4bdb2c2ebacbca6);
|
|
|
|
|
|
var marker_fbf4e890067d0895776033797481fc18 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_719f092182bef1d38aaf39dbeb2c4a31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d596c25972e4d08c104e2913e42f881 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13f9f5bce6f3cff66a515053f66a239e = $(`<div id="html_13f9f5bce6f3cff66a515053f66a239e" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_3d596c25972e4d08c104e2913e42f881.setContent(html_13f9f5bce6f3cff66a515053f66a239e);
|
|
|
|
|
|
|
|
marker_fbf4e890067d0895776033797481fc18.bindPopup(popup_3d596c25972e4d08c104e2913e42f881)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbf4e890067d0895776033797481fc18.setIcon(icon_719f092182bef1d38aaf39dbeb2c4a31);
|
|
|
|
|
|
var marker_8e1949c188518181b47539d217aa2d3f = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_43ac8fbba981cfa74f75dcfee30c7a7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54725f91d044d7b4fb1198b45779e5f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9bc4b5775df6ee0efa7acc466852fd8 = $(`<div id="html_d9bc4b5775df6ee0efa7acc466852fd8" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net:443</div>`)[0];
|
|
popup_54725f91d044d7b4fb1198b45779e5f9.setContent(html_d9bc4b5775df6ee0efa7acc466852fd8);
|
|
|
|
|
|
|
|
marker_8e1949c188518181b47539d217aa2d3f.bindPopup(popup_54725f91d044d7b4fb1198b45779e5f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e1949c188518181b47539d217aa2d3f.setIcon(icon_43ac8fbba981cfa74f75dcfee30c7a7a);
|
|
|
|
|
|
var marker_8054eba29142086b058b819f58e2df23 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_da8d443289e5a220c6ec72fda512c788 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b06902a487ba5f63c0f33052723de4fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0c0febeddca21330b2c3d06c1c4250a = $(`<div id="html_f0c0febeddca21330b2c3d06c1c4250a" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_b06902a487ba5f63c0f33052723de4fc.setContent(html_f0c0febeddca21330b2c3d06c1c4250a);
|
|
|
|
|
|
|
|
marker_8054eba29142086b058b819f58e2df23.bindPopup(popup_b06902a487ba5f63c0f33052723de4fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8054eba29142086b058b819f58e2df23.setIcon(icon_da8d443289e5a220c6ec72fda512c788);
|
|
|
|
|
|
var marker_21a7951ca5369002694a354e7cb99588 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_56e8c1e4ae6b6a10967e2ffa37f813c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03b4542e7274b8fea8b5b63e97f7d0a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_911ab1fb9204d7d8780aa7b0b42b5797 = $(`<div id="html_911ab1fb9204d7d8780aa7b0b42b5797" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_03b4542e7274b8fea8b5b63e97f7d0a4.setContent(html_911ab1fb9204d7d8780aa7b0b42b5797);
|
|
|
|
|
|
|
|
marker_21a7951ca5369002694a354e7cb99588.bindPopup(popup_03b4542e7274b8fea8b5b63e97f7d0a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21a7951ca5369002694a354e7cb99588.setIcon(icon_56e8c1e4ae6b6a10967e2ffa37f813c0);
|
|
|
|
|
|
var marker_079bcf00a85a0867049ed0ee12cc8072 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_fd0c0168cc7201fe4a0483770e2e5b51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c256d9326ff39f79e146c61904af959a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d59effbfa73bb17aeb8260479a006a87 = $(`<div id="html_d59effbfa73bb17aeb8260479a006a87" style="width: 100.0%; height: 100.0%;">relay.endfiat.money:443</div>`)[0];
|
|
popup_c256d9326ff39f79e146c61904af959a.setContent(html_d59effbfa73bb17aeb8260479a006a87);
|
|
|
|
|
|
|
|
marker_079bcf00a85a0867049ed0ee12cc8072.bindPopup(popup_c256d9326ff39f79e146c61904af959a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_079bcf00a85a0867049ed0ee12cc8072.setIcon(icon_fd0c0168cc7201fe4a0483770e2e5b51);
|
|
|
|
|
|
var marker_0f0b733b5481daae5775259d0e76ec4f = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e7f0d711081a9c55e944f6f9780e8885 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d8cd324b0760e6591b0c1af0b3bd0c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c857d7e2dfac7a18b94f74d5973b816 = $(`<div id="html_9c857d7e2dfac7a18b94f74d5973b816" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_8d8cd324b0760e6591b0c1af0b3bd0c3.setContent(html_9c857d7e2dfac7a18b94f74d5973b816);
|
|
|
|
|
|
|
|
marker_0f0b733b5481daae5775259d0e76ec4f.bindPopup(popup_8d8cd324b0760e6591b0c1af0b3bd0c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f0b733b5481daae5775259d0e76ec4f.setIcon(icon_e7f0d711081a9c55e944f6f9780e8885);
|
|
|
|
|
|
var marker_d5b7f42ae2c99f0495e878e8141c37ab = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_f2cf4e84c38094f4a2f34bf071e10c91 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_074ae285c3a26a80054371f0c5733bb8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_545cd3ee4805008b92ba749e8c85eaf1 = $(`<div id="html_545cd3ee4805008b92ba749e8c85eaf1" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_074ae285c3a26a80054371f0c5733bb8.setContent(html_545cd3ee4805008b92ba749e8c85eaf1);
|
|
|
|
|
|
|
|
marker_d5b7f42ae2c99f0495e878e8141c37ab.bindPopup(popup_074ae285c3a26a80054371f0c5733bb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5b7f42ae2c99f0495e878e8141c37ab.setIcon(icon_f2cf4e84c38094f4a2f34bf071e10c91);
|
|
|
|
|
|
var marker_d5183a6ab0c7067078c46528dec8bdf1 = L.marker(
|
|
[37.5665, 126.978],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_3580a17e9b72aa1674eed20f410519c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7486d57104e3b22731ac7307d185ee36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5651a20a14afbcd0eb6d6ac9b39bd8a = $(`<div id="html_f5651a20a14afbcd0eb6d6ac9b39bd8a" style="width: 100.0%; height: 100.0%;">relay.mulatta.io</div>`)[0];
|
|
popup_7486d57104e3b22731ac7307d185ee36.setContent(html_f5651a20a14afbcd0eb6d6ac9b39bd8a);
|
|
|
|
|
|
|
|
marker_d5183a6ab0c7067078c46528dec8bdf1.bindPopup(popup_7486d57104e3b22731ac7307d185ee36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5183a6ab0c7067078c46528dec8bdf1.setIcon(icon_3580a17e9b72aa1674eed20f410519c6);
|
|
|
|
|
|
var marker_6700a339bcca98b682fc68030663cd8a = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_8ac1cbfe14b1ce8060b3a9081df4f506 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_950f2da04da02825957ed908b265eb78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88d63b99eba5ba2140e7be9ded21af9b = $(`<div id="html_88d63b99eba5ba2140e7be9ded21af9b" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_950f2da04da02825957ed908b265eb78.setContent(html_88d63b99eba5ba2140e7be9ded21af9b);
|
|
|
|
|
|
|
|
marker_6700a339bcca98b682fc68030663cd8a.bindPopup(popup_950f2da04da02825957ed908b265eb78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6700a339bcca98b682fc68030663cd8a.setIcon(icon_8ac1cbfe14b1ce8060b3a9081df4f506);
|
|
|
|
|
|
var marker_087deb532ac967ad76ba8e65c86e599f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_c22e0fa24f3996dc967d76f96b018075 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_147e17ddff7127759ed3fa623cb2e900 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aee8e13cdbbbc18d6cd0f54e4807b0a6 = $(`<div id="html_aee8e13cdbbbc18d6cd0f54e4807b0a6" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com:443</div>`)[0];
|
|
popup_147e17ddff7127759ed3fa623cb2e900.setContent(html_aee8e13cdbbbc18d6cd0f54e4807b0a6);
|
|
|
|
|
|
|
|
marker_087deb532ac967ad76ba8e65c86e599f.bindPopup(popup_147e17ddff7127759ed3fa623cb2e900)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_087deb532ac967ad76ba8e65c86e599f.setIcon(icon_c22e0fa24f3996dc967d76f96b018075);
|
|
|
|
|
|
var marker_7d09480d33e6a3ae5bdc7d68263e661d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_beefabb141f59d356ee89ea27280f479 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea5bd11b1b7e062e1203d34e384578a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7f94d0a344d00f905905a77e5929976 = $(`<div id="html_f7f94d0a344d00f905905a77e5929976" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com:443</div>`)[0];
|
|
popup_ea5bd11b1b7e062e1203d34e384578a2.setContent(html_f7f94d0a344d00f905905a77e5929976);
|
|
|
|
|
|
|
|
marker_7d09480d33e6a3ae5bdc7d68263e661d.bindPopup(popup_ea5bd11b1b7e062e1203d34e384578a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d09480d33e6a3ae5bdc7d68263e661d.setIcon(icon_beefabb141f59d356ee89ea27280f479);
|
|
|
|
|
|
var marker_bbd770e17610cdc5eaa43a749009c000 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_ca2512a9b4526aa54b4899c3deaeb02a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_779cfc78cfef91c42cd29d06e7378f31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a31d1f5e46e3e4eddd7fc44c0f5cdca = $(`<div id="html_5a31d1f5e46e3e4eddd7fc44c0f5cdca" style="width: 100.0%; height: 100.0%;">strfry.shock.network:443</div>`)[0];
|
|
popup_779cfc78cfef91c42cd29d06e7378f31.setContent(html_5a31d1f5e46e3e4eddd7fc44c0f5cdca);
|
|
|
|
|
|
|
|
marker_bbd770e17610cdc5eaa43a749009c000.bindPopup(popup_779cfc78cfef91c42cd29d06e7378f31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bbd770e17610cdc5eaa43a749009c000.setIcon(icon_ca2512a9b4526aa54b4899c3deaeb02a);
|
|
|
|
|
|
var marker_02365938d3e450383cfd8bfd51e7dcca = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_3f1371b21e9e314f3913d50a88793839 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_498b836603df937a2ba153680b736c5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_343b260dba98f78116b8ce8fb4b15020 = $(`<div id="html_343b260dba98f78116b8ce8fb4b15020" style="width: 100.0%; height: 100.0%;">relay.wisp.talk</div>`)[0];
|
|
popup_498b836603df937a2ba153680b736c5a.setContent(html_343b260dba98f78116b8ce8fb4b15020);
|
|
|
|
|
|
|
|
marker_02365938d3e450383cfd8bfd51e7dcca.bindPopup(popup_498b836603df937a2ba153680b736c5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02365938d3e450383cfd8bfd51e7dcca.setIcon(icon_3f1371b21e9e314f3913d50a88793839);
|
|
|
|
|
|
var marker_dd3f49db7a1deb1016f2d6acbbfca98f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_bc3be2a4c3f02b5f9eff2fd6c8e6af15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08e8ba8fa89f414d71538b697033c914 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f5433c332d78cd4cfe17c3f04d81b5f = $(`<div id="html_4f5433c332d78cd4cfe17c3f04d81b5f" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me:443</div>`)[0];
|
|
popup_08e8ba8fa89f414d71538b697033c914.setContent(html_4f5433c332d78cd4cfe17c3f04d81b5f);
|
|
|
|
|
|
|
|
marker_dd3f49db7a1deb1016f2d6acbbfca98f.bindPopup(popup_08e8ba8fa89f414d71538b697033c914)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd3f49db7a1deb1016f2d6acbbfca98f.setIcon(icon_bc3be2a4c3f02b5f9eff2fd6c8e6af15);
|
|
|
|
|
|
var marker_85ca86a1ed4bfb637371150bf1122205 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_a01d5e87720b0f126432491047d9b21a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a81f8b0d02921a296eeb9e068ecc986e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d24a5f41c99d08fa675fff2c52097561 = $(`<div id="html_d24a5f41c99d08fa675fff2c52097561" style="width: 100.0%; height: 100.0%;">relay.nostu.be:443</div>`)[0];
|
|
popup_a81f8b0d02921a296eeb9e068ecc986e.setContent(html_d24a5f41c99d08fa675fff2c52097561);
|
|
|
|
|
|
|
|
marker_85ca86a1ed4bfb637371150bf1122205.bindPopup(popup_a81f8b0d02921a296eeb9e068ecc986e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85ca86a1ed4bfb637371150bf1122205.setIcon(icon_a01d5e87720b0f126432491047d9b21a);
|
|
|
|
|
|
var marker_948aff7d50094a3a3828098f3c31d1d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_344a06fb4decf9545b174c35a2e51f0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ffc50f8547f73562d322259b02dbf75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fdcec6cec06e750f83770d8cb26e126 = $(`<div id="html_5fdcec6cec06e750f83770d8cb26e126" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_3ffc50f8547f73562d322259b02dbf75.setContent(html_5fdcec6cec06e750f83770d8cb26e126);
|
|
|
|
|
|
|
|
marker_948aff7d50094a3a3828098f3c31d1d3.bindPopup(popup_3ffc50f8547f73562d322259b02dbf75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_948aff7d50094a3a3828098f3c31d1d3.setIcon(icon_344a06fb4decf9545b174c35a2e51f0c);
|
|
|
|
|
|
var marker_ff5eb064ee90b498937992e0b8aba6f9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_dde0c35db598bd9ec0133647f0a10cca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb4443b8465997ed3f36d48577c9b639 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5511f6375e7a0038bf7e081f32508b28 = $(`<div id="html_5511f6375e7a0038bf7e081f32508b28" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_eb4443b8465997ed3f36d48577c9b639.setContent(html_5511f6375e7a0038bf7e081f32508b28);
|
|
|
|
|
|
|
|
marker_ff5eb064ee90b498937992e0b8aba6f9.bindPopup(popup_eb4443b8465997ed3f36d48577c9b639)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff5eb064ee90b498937992e0b8aba6f9.setIcon(icon_dde0c35db598bd9ec0133647f0a10cca);
|
|
|
|
|
|
var marker_bb192c30d8fbe8d712a75f85d186b732 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_c5d5f1b36bf10f9e07c7cac320220b36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7fa3e71c3268cd4e1493de80a3b43b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02f75deafc5d4b69f1a77371ef1b5dc3 = $(`<div id="html_02f75deafc5d4b69f1a77371ef1b5dc3" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_c7fa3e71c3268cd4e1493de80a3b43b6.setContent(html_02f75deafc5d4b69f1a77371ef1b5dc3);
|
|
|
|
|
|
|
|
marker_bb192c30d8fbe8d712a75f85d186b732.bindPopup(popup_c7fa3e71c3268cd4e1493de80a3b43b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb192c30d8fbe8d712a75f85d186b732.setIcon(icon_c5d5f1b36bf10f9e07c7cac320220b36);
|
|
|
|
|
|
var marker_c90b642325607bfcf92296f96c42fdef = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_d951e08e33690b5c519b06152a290e9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_278643274315f0c0e3aebe260b17f231 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03fdb631fd6f959732bccd13a9f51965 = $(`<div id="html_03fdb631fd6f959732bccd13a9f51965" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net:443</div>`)[0];
|
|
popup_278643274315f0c0e3aebe260b17f231.setContent(html_03fdb631fd6f959732bccd13a9f51965);
|
|
|
|
|
|
|
|
marker_c90b642325607bfcf92296f96c42fdef.bindPopup(popup_278643274315f0c0e3aebe260b17f231)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c90b642325607bfcf92296f96c42fdef.setIcon(icon_d951e08e33690b5c519b06152a290e9d);
|
|
|
|
|
|
var marker_a0c8c4b440a6fb72081f448ccfc65ef0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_ba1820fbc8d793a270483ed75100df71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00e0fbc2a724c252b9668f143bdad189 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc41c4f02bd79e273997ddce60715cd9 = $(`<div id="html_fc41c4f02bd79e273997ddce60715cd9" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_00e0fbc2a724c252b9668f143bdad189.setContent(html_fc41c4f02bd79e273997ddce60715cd9);
|
|
|
|
|
|
|
|
marker_a0c8c4b440a6fb72081f448ccfc65ef0.bindPopup(popup_00e0fbc2a724c252b9668f143bdad189)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0c8c4b440a6fb72081f448ccfc65ef0.setIcon(icon_ba1820fbc8d793a270483ed75100df71);
|
|
|
|
|
|
var marker_553f7ccead0f50e7d732f69771b79eb5 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_de3977189d9aaf754878b54203101d5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9bd0194ff46f974c5824b9da36109727 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d51979565d43220cb77055bf8a1de19a = $(`<div id="html_d51979565d43220cb77055bf8a1de19a" style="width: 100.0%; height: 100.0%;">nostr.chaima.info:443</div>`)[0];
|
|
popup_9bd0194ff46f974c5824b9da36109727.setContent(html_d51979565d43220cb77055bf8a1de19a);
|
|
|
|
|
|
|
|
marker_553f7ccead0f50e7d732f69771b79eb5.bindPopup(popup_9bd0194ff46f974c5824b9da36109727)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_553f7ccead0f50e7d732f69771b79eb5.setIcon(icon_de3977189d9aaf754878b54203101d5f);
|
|
|
|
|
|
var marker_52f2ea3cd31324e6ae38cfce0b6a5421 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_1e8674fb9e05f4c93d95211d51aff121 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c85065e285c2d2be2a9c3e4151af997 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a1d0fe47c4cd48f15d9f9a5535e40a5 = $(`<div id="html_3a1d0fe47c4cd48f15d9f9a5535e40a5" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_7c85065e285c2d2be2a9c3e4151af997.setContent(html_3a1d0fe47c4cd48f15d9f9a5535e40a5);
|
|
|
|
|
|
|
|
marker_52f2ea3cd31324e6ae38cfce0b6a5421.bindPopup(popup_7c85065e285c2d2be2a9c3e4151af997)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52f2ea3cd31324e6ae38cfce0b6a5421.setIcon(icon_1e8674fb9e05f4c93d95211d51aff121);
|
|
|
|
|
|
var marker_45603f1b7418c9977b136c169d693b4b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_062ec1aebb0d19a79e5e0f7c4f57e8a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc7ebcd8245a75df737749652ec65fad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac29f31cb4f3b707ce4db860223e5dbe = $(`<div id="html_ac29f31cb4f3b707ce4db860223e5dbe" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net</div>`)[0];
|
|
popup_fc7ebcd8245a75df737749652ec65fad.setContent(html_ac29f31cb4f3b707ce4db860223e5dbe);
|
|
|
|
|
|
|
|
marker_45603f1b7418c9977b136c169d693b4b.bindPopup(popup_fc7ebcd8245a75df737749652ec65fad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45603f1b7418c9977b136c169d693b4b.setIcon(icon_062ec1aebb0d19a79e5e0f7c4f57e8a2);
|
|
|
|
|
|
var marker_beadd378776ee95e1d8c698b32bc30ee = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_7bd6a053502a59a09d67e89412b9fcf0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfb5a8079f933ee3351134471262efe8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d591785237f56065e165e74182199c3d = $(`<div id="html_d591785237f56065e165e74182199c3d" style="width: 100.0%; height: 100.0%;">relay2.veganostr.com</div>`)[0];
|
|
popup_dfb5a8079f933ee3351134471262efe8.setContent(html_d591785237f56065e165e74182199c3d);
|
|
|
|
|
|
|
|
marker_beadd378776ee95e1d8c698b32bc30ee.bindPopup(popup_dfb5a8079f933ee3351134471262efe8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_beadd378776ee95e1d8c698b32bc30ee.setIcon(icon_7bd6a053502a59a09d67e89412b9fcf0);
|
|
|
|
|
|
var marker_da70fe133557aae3b8ffd376ebf1bb5d = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_13a9ba14216439e536ff562b55dc36ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e13df7e140986839d096c4d0729e867 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01e2ed12003f9b33a4db4ba4e0671367 = $(`<div id="html_01e2ed12003f9b33a4db4ba4e0671367" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net:443</div>`)[0];
|
|
popup_9e13df7e140986839d096c4d0729e867.setContent(html_01e2ed12003f9b33a4db4ba4e0671367);
|
|
|
|
|
|
|
|
marker_da70fe133557aae3b8ffd376ebf1bb5d.bindPopup(popup_9e13df7e140986839d096c4d0729e867)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da70fe133557aae3b8ffd376ebf1bb5d.setIcon(icon_13a9ba14216439e536ff562b55dc36ab);
|
|
|
|
|
|
var marker_0f1e40ab65045aaa888eee2fd7d7547d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_47a25fc778aeefe762be934d0eeafb72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_265f01c3c4bfc1fe89862a06bdac0491 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebfacc16c379f8121c6d41626ac0a354 = $(`<div id="html_ebfacc16c379f8121c6d41626ac0a354" style="width: 100.0%; height: 100.0%;">relay.openresist.com:443</div>`)[0];
|
|
popup_265f01c3c4bfc1fe89862a06bdac0491.setContent(html_ebfacc16c379f8121c6d41626ac0a354);
|
|
|
|
|
|
|
|
marker_0f1e40ab65045aaa888eee2fd7d7547d.bindPopup(popup_265f01c3c4bfc1fe89862a06bdac0491)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f1e40ab65045aaa888eee2fd7d7547d.setIcon(icon_47a25fc778aeefe762be934d0eeafb72);
|
|
|
|
|
|
var marker_b1f296b4ecf0cb456cae9d6010d00703 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_9228026f6c82399f6fa6501a1053bf7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e204ccf17c24c39d1f724479952fba16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_779c233512cb7fe88bd074c0c303cb77 = $(`<div id="html_779c233512cb7fe88bd074c0c303cb77" style="width: 100.0%; height: 100.0%;">x.kojira.io:443</div>`)[0];
|
|
popup_e204ccf17c24c39d1f724479952fba16.setContent(html_779c233512cb7fe88bd074c0c303cb77);
|
|
|
|
|
|
|
|
marker_b1f296b4ecf0cb456cae9d6010d00703.bindPopup(popup_e204ccf17c24c39d1f724479952fba16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1f296b4ecf0cb456cae9d6010d00703.setIcon(icon_9228026f6c82399f6fa6501a1053bf7e);
|
|
|
|
|
|
var marker_801e7298505abb531d7cc77ef541350d = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_01c4e1a1d7b0b74c4f2bb70e6b56e48a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27883a8284b289982be8ef0e290b8b79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e8d70c45e379ccc13893fc9725ab148 = $(`<div id="html_3e8d70c45e379ccc13893fc9725ab148" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_27883a8284b289982be8ef0e290b8b79.setContent(html_3e8d70c45e379ccc13893fc9725ab148);
|
|
|
|
|
|
|
|
marker_801e7298505abb531d7cc77ef541350d.bindPopup(popup_27883a8284b289982be8ef0e290b8b79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_801e7298505abb531d7cc77ef541350d.setIcon(icon_01c4e1a1d7b0b74c4f2bb70e6b56e48a);
|
|
|
|
|
|
var marker_8ff5d45a76c24ad52a270d2b9cad3d32 = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_44df16f952bd4a92ec677f3ff248ef93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92aa1845a56efa534026243c07ce5f46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_031d5ac9f33e7f6eb49961163449ad24 = $(`<div id="html_031d5ac9f33e7f6eb49961163449ad24" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_92aa1845a56efa534026243c07ce5f46.setContent(html_031d5ac9f33e7f6eb49961163449ad24);
|
|
|
|
|
|
|
|
marker_8ff5d45a76c24ad52a270d2b9cad3d32.bindPopup(popup_92aa1845a56efa534026243c07ce5f46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ff5d45a76c24ad52a270d2b9cad3d32.setIcon(icon_44df16f952bd4a92ec677f3ff248ef93);
|
|
|
|
|
|
var marker_0592e4dca12cd479014eea5e72abb2be = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_3a3ce77f66e109f83577aa7ec380f6a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12e5406e38950a4d65f05ec2b7adde1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42fe60c9369fd2c3faa9d8990c394c70 = $(`<div id="html_42fe60c9369fd2c3faa9d8990c394c70" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_12e5406e38950a4d65f05ec2b7adde1c.setContent(html_42fe60c9369fd2c3faa9d8990c394c70);
|
|
|
|
|
|
|
|
marker_0592e4dca12cd479014eea5e72abb2be.bindPopup(popup_12e5406e38950a4d65f05ec2b7adde1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0592e4dca12cd479014eea5e72abb2be.setIcon(icon_3a3ce77f66e109f83577aa7ec380f6a9);
|
|
|
|
|
|
var marker_b22a22c94826d047faba85e989614dee = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_ae5180c1bcac06fd6de9717b8b865e87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a2cac7d28cd4f7682ca9fb2055f0e35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b8bfad8ff4fc2012b8ed9db37e9ef0e = $(`<div id="html_9b8bfad8ff4fc2012b8ed9db37e9ef0e" style="width: 100.0%; height: 100.0%;">relay.nostr.place:443</div>`)[0];
|
|
popup_7a2cac7d28cd4f7682ca9fb2055f0e35.setContent(html_9b8bfad8ff4fc2012b8ed9db37e9ef0e);
|
|
|
|
|
|
|
|
marker_b22a22c94826d047faba85e989614dee.bindPopup(popup_7a2cac7d28cd4f7682ca9fb2055f0e35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b22a22c94826d047faba85e989614dee.setIcon(icon_ae5180c1bcac06fd6de9717b8b865e87);
|
|
|
|
|
|
var marker_33ef4cb064b8793a9e557d946e052ce8 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_114e32d104534e0387087c86e6040e31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83de36b1903954423292b45ba0810640 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b60d74a0e9d731e86e815acdca1b668c = $(`<div id="html_b60d74a0e9d731e86e815acdca1b668c" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com:443</div>`)[0];
|
|
popup_83de36b1903954423292b45ba0810640.setContent(html_b60d74a0e9d731e86e815acdca1b668c);
|
|
|
|
|
|
|
|
marker_33ef4cb064b8793a9e557d946e052ce8.bindPopup(popup_83de36b1903954423292b45ba0810640)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33ef4cb064b8793a9e557d946e052ce8.setIcon(icon_114e32d104534e0387087c86e6040e31);
|
|
|
|
|
|
var marker_5f55e3f2f268040644260b96f607a205 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_3416804320b05a62ae7ffe08c841b9bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdafdc4e3b2f5f2e6a6ed37d8a985376 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98c6cf633fc3d411cce2327bbaa15ab9 = $(`<div id="html_98c6cf633fc3d411cce2327bbaa15ab9" style="width: 100.0%; height: 100.0%;">treuzkas.branruz.com</div>`)[0];
|
|
popup_cdafdc4e3b2f5f2e6a6ed37d8a985376.setContent(html_98c6cf633fc3d411cce2327bbaa15ab9);
|
|
|
|
|
|
|
|
marker_5f55e3f2f268040644260b96f607a205.bindPopup(popup_cdafdc4e3b2f5f2e6a6ed37d8a985376)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f55e3f2f268040644260b96f607a205.setIcon(icon_3416804320b05a62ae7ffe08c841b9bb);
|
|
|
|
|
|
var marker_2bc24aa4233f1245e473cf9107f37614 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_d49f70f0d3b1e2bf3ea8faa826e49a2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90f63318464e84f41621f7a51507f580 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d403a40ddd7aa345ab08f88050566d5c = $(`<div id="html_d403a40ddd7aa345ab08f88050566d5c" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_90f63318464e84f41621f7a51507f580.setContent(html_d403a40ddd7aa345ab08f88050566d5c);
|
|
|
|
|
|
|
|
marker_2bc24aa4233f1245e473cf9107f37614.bindPopup(popup_90f63318464e84f41621f7a51507f580)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2bc24aa4233f1245e473cf9107f37614.setIcon(icon_d49f70f0d3b1e2bf3ea8faa826e49a2b);
|
|
|
|
|
|
var marker_e2b5eaeb686012d4a662eb2b497d952b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_3b5117d59f0e12252598d975445031ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_796a1fbc525c31b656354ffe6a699b5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb60f713fca2c16d0c759450d019528e = $(`<div id="html_bb60f713fca2c16d0c759450d019528e" style="width: 100.0%; height: 100.0%;">dm-test-strfry-generic.samt.st</div>`)[0];
|
|
popup_796a1fbc525c31b656354ffe6a699b5a.setContent(html_bb60f713fca2c16d0c759450d019528e);
|
|
|
|
|
|
|
|
marker_e2b5eaeb686012d4a662eb2b497d952b.bindPopup(popup_796a1fbc525c31b656354ffe6a699b5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2b5eaeb686012d4a662eb2b497d952b.setIcon(icon_3b5117d59f0e12252598d975445031ac);
|
|
|
|
|
|
var marker_03e84283607cfcd841dcb0459a17f5ad = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_3c214422f318f6344535acf5b8160b11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d49d910e527e0eebb3960a8ca120b3cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db2825a4ab944e45d08c5094e1273db4 = $(`<div id="html_db2825a4ab944e45d08c5094e1273db4" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_d49d910e527e0eebb3960a8ca120b3cb.setContent(html_db2825a4ab944e45d08c5094e1273db4);
|
|
|
|
|
|
|
|
marker_03e84283607cfcd841dcb0459a17f5ad.bindPopup(popup_d49d910e527e0eebb3960a8ca120b3cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03e84283607cfcd841dcb0459a17f5ad.setIcon(icon_3c214422f318f6344535acf5b8160b11);
|
|
|
|
|
|
var marker_410afc16029cfebdc19be3df7b819e6d = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_8a3f78a1eaae6faaef530af374d4aa0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ce7a00f1112a6696c2d6dab07f915ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93c856cd58d652668901e1006a092c96 = $(`<div id="html_93c856cd58d652668901e1006a092c96" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_8ce7a00f1112a6696c2d6dab07f915ca.setContent(html_93c856cd58d652668901e1006a092c96);
|
|
|
|
|
|
|
|
marker_410afc16029cfebdc19be3df7b819e6d.bindPopup(popup_8ce7a00f1112a6696c2d6dab07f915ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_410afc16029cfebdc19be3df7b819e6d.setIcon(icon_8a3f78a1eaae6faaef530af374d4aa0a);
|
|
|
|
|
|
var marker_bf151422a18a6d1677aac1998b55c03d = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_5b742e93e969463f1c272fb925d0ddce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e03f278c5d3025c971b4082409b7abb8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00cb70f1431896a260888269e6bfa8ba = $(`<div id="html_00cb70f1431896a260888269e6bfa8ba" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_e03f278c5d3025c971b4082409b7abb8.setContent(html_00cb70f1431896a260888269e6bfa8ba);
|
|
|
|
|
|
|
|
marker_bf151422a18a6d1677aac1998b55c03d.bindPopup(popup_e03f278c5d3025c971b4082409b7abb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf151422a18a6d1677aac1998b55c03d.setIcon(icon_5b742e93e969463f1c272fb925d0ddce);
|
|
|
|
|
|
var marker_bad17d8e47861106cbe9c875830e893a = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_12cdef690cf0ff23259157e62a7da9ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc03f79efb3d250a6fae783c0b07e1e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89334f931a503ac23267618e99353661 = $(`<div id="html_89334f931a503ac23267618e99353661" style="width: 100.0%; height: 100.0%;">relay.aarpia.com</div>`)[0];
|
|
popup_dc03f79efb3d250a6fae783c0b07e1e6.setContent(html_89334f931a503ac23267618e99353661);
|
|
|
|
|
|
|
|
marker_bad17d8e47861106cbe9c875830e893a.bindPopup(popup_dc03f79efb3d250a6fae783c0b07e1e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bad17d8e47861106cbe9c875830e893a.setIcon(icon_12cdef690cf0ff23259157e62a7da9ad);
|
|
|
|
|
|
var marker_860957ee7fccdfb5e56dde595a3cc301 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_97a6375448480ae9bc509d20f2ac5a15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0b1ece9762aa445a47e6da247b1f58e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe837877fc0e50059080266ec0b62cb2 = $(`<div id="html_fe837877fc0e50059080266ec0b62cb2" style="width: 100.0%; height: 100.0%;">ribo.nostria.app:443</div>`)[0];
|
|
popup_c0b1ece9762aa445a47e6da247b1f58e.setContent(html_fe837877fc0e50059080266ec0b62cb2);
|
|
|
|
|
|
|
|
marker_860957ee7fccdfb5e56dde595a3cc301.bindPopup(popup_c0b1ece9762aa445a47e6da247b1f58e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_860957ee7fccdfb5e56dde595a3cc301.setIcon(icon_97a6375448480ae9bc509d20f2ac5a15);
|
|
|
|
|
|
var marker_600881327f46f6e461f51068360e8059 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_d0087873d6715460ad856935f9c8fb5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ecb42df856f3a8fcb3778f9f9ac19682 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_371c3b7d84a7be0c58ce0426d6efc989 = $(`<div id="html_371c3b7d84a7be0c58ce0426d6efc989" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_ecb42df856f3a8fcb3778f9f9ac19682.setContent(html_371c3b7d84a7be0c58ce0426d6efc989);
|
|
|
|
|
|
|
|
marker_600881327f46f6e461f51068360e8059.bindPopup(popup_ecb42df856f3a8fcb3778f9f9ac19682)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_600881327f46f6e461f51068360e8059.setIcon(icon_d0087873d6715460ad856935f9c8fb5e);
|
|
|
|
|
|
var marker_f1423d2034e899b40e12b2f2daa1e13a = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_a96957c4f05a11e82652f97c85688f00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65ea35fb44fec63048450be812b6ad0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1e96764624785814c0be20b9e32fae7 = $(`<div id="html_c1e96764624785814c0be20b9e32fae7" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de:443</div>`)[0];
|
|
popup_65ea35fb44fec63048450be812b6ad0a.setContent(html_c1e96764624785814c0be20b9e32fae7);
|
|
|
|
|
|
|
|
marker_f1423d2034e899b40e12b2f2daa1e13a.bindPopup(popup_65ea35fb44fec63048450be812b6ad0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1423d2034e899b40e12b2f2daa1e13a.setIcon(icon_a96957c4f05a11e82652f97c85688f00);
|
|
|
|
|
|
var marker_2e961dadce59b1ea9474c6274505bbed = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_d5bb4c3d891c8a9cbd79f9e7889f971a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e8347e49423bea7f54427c427fef44c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ecec5086d561f448eaa49dd4c7035a94 = $(`<div id="html_ecec5086d561f448eaa49dd4c7035a94" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com:443</div>`)[0];
|
|
popup_8e8347e49423bea7f54427c427fef44c.setContent(html_ecec5086d561f448eaa49dd4c7035a94);
|
|
|
|
|
|
|
|
marker_2e961dadce59b1ea9474c6274505bbed.bindPopup(popup_8e8347e49423bea7f54427c427fef44c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e961dadce59b1ea9474c6274505bbed.setIcon(icon_d5bb4c3d891c8a9cbd79f9e7889f971a);
|
|
|
|
|
|
var marker_80f3b9aa326f6162eefe7bfe3ed56f39 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_38e3e0c49608f7d0d38c7c38934214bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f06e8ce35e98dfe21a4a8d26a8fb1947 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0ac84a1f17179b5e1e6bf960ce363b9 = $(`<div id="html_c0ac84a1f17179b5e1e6bf960ce363b9" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_f06e8ce35e98dfe21a4a8d26a8fb1947.setContent(html_c0ac84a1f17179b5e1e6bf960ce363b9);
|
|
|
|
|
|
|
|
marker_80f3b9aa326f6162eefe7bfe3ed56f39.bindPopup(popup_f06e8ce35e98dfe21a4a8d26a8fb1947)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80f3b9aa326f6162eefe7bfe3ed56f39.setIcon(icon_38e3e0c49608f7d0d38c7c38934214bd);
|
|
|
|
|
|
var marker_b0b63282c550ec25b74175c3f331b091 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e49a00e3e28c462015067d82b148c70f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50d6cc8f079071978c81099f36559613 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ffe2d5cf3b2c693067bd42a2ea0995d = $(`<div id="html_1ffe2d5cf3b2c693067bd42a2ea0995d" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io:443</div>`)[0];
|
|
popup_50d6cc8f079071978c81099f36559613.setContent(html_1ffe2d5cf3b2c693067bd42a2ea0995d);
|
|
|
|
|
|
|
|
marker_b0b63282c550ec25b74175c3f331b091.bindPopup(popup_50d6cc8f079071978c81099f36559613)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0b63282c550ec25b74175c3f331b091.setIcon(icon_e49a00e3e28c462015067d82b148c70f);
|
|
|
|
|
|
var marker_81875d76af7ead9cc2bb16b5cfd2149b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_a88a62cf575f8f99549343fbfb27d07c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8aad753426f41bc8c0eb810d148d4051 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0235d54942b483655613e48408e15504 = $(`<div id="html_0235d54942b483655613e48408e15504" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_8aad753426f41bc8c0eb810d148d4051.setContent(html_0235d54942b483655613e48408e15504);
|
|
|
|
|
|
|
|
marker_81875d76af7ead9cc2bb16b5cfd2149b.bindPopup(popup_8aad753426f41bc8c0eb810d148d4051)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81875d76af7ead9cc2bb16b5cfd2149b.setIcon(icon_a88a62cf575f8f99549343fbfb27d07c);
|
|
|
|
|
|
var marker_1fb0c4ed45b649301d9f717609c0dc99 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_b1628d62dbbe0dc8312fba762d9229c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a61d4cba9847a7738ec68fb45ce97529 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9bc062e401b3adef0b8beef2ad39d527 = $(`<div id="html_9bc062e401b3adef0b8beef2ad39d527" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_a61d4cba9847a7738ec68fb45ce97529.setContent(html_9bc062e401b3adef0b8beef2ad39d527);
|
|
|
|
|
|
|
|
marker_1fb0c4ed45b649301d9f717609c0dc99.bindPopup(popup_a61d4cba9847a7738ec68fb45ce97529)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fb0c4ed45b649301d9f717609c0dc99.setIcon(icon_b1628d62dbbe0dc8312fba762d9229c2);
|
|
|
|
|
|
var marker_d8049468cf4463ab2ac58660de492d3a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_236ad63f6b94dcd6e583def6ad57377d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bdae7a466ead6a55568b7fc0124d75a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6a624e995b19e80f0b2e1f221df90bf = $(`<div id="html_b6a624e995b19e80f0b2e1f221df90bf" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_bdae7a466ead6a55568b7fc0124d75a2.setContent(html_b6a624e995b19e80f0b2e1f221df90bf);
|
|
|
|
|
|
|
|
marker_d8049468cf4463ab2ac58660de492d3a.bindPopup(popup_bdae7a466ead6a55568b7fc0124d75a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8049468cf4463ab2ac58660de492d3a.setIcon(icon_236ad63f6b94dcd6e583def6ad57377d);
|
|
|
|
|
|
var marker_0a13a3ef43d5b22e6498b3d26353bb3b = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_e033287f586cbeec0c3d4300e0a222a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_efaeb07fc0523c3722e85e8ba32d7af3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9900e5321814d660841946eea1ab612a = $(`<div id="html_9900e5321814d660841946eea1ab612a" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_efaeb07fc0523c3722e85e8ba32d7af3.setContent(html_9900e5321814d660841946eea1ab612a);
|
|
|
|
|
|
|
|
marker_0a13a3ef43d5b22e6498b3d26353bb3b.bindPopup(popup_efaeb07fc0523c3722e85e8ba32d7af3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a13a3ef43d5b22e6498b3d26353bb3b.setIcon(icon_e033287f586cbeec0c3d4300e0a222a6);
|
|
|
|
|
|
var marker_9d57a35424e9f1bf8751df5e57ec63b3 = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_3d96dc92d4054c58ec4561f58cb671cb);
|
|
|
|
|
|
var icon_9c63ed21db16d0e1e1b226acde74e518 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30e030c6402edb823aae068207fa253d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa4b8520b638a7e9eea8b803fb77a82e = $(`<div id="html_aa4b8520b638a7e9eea8b803fb77a82e" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_30e030c6402edb823aae068207fa253d.setContent(html_aa4b8520b638a7e9eea8b803fb77a82e);
|
|
|
|
|
|
|
|
marker_9d57a35424e9f1bf8751df5e57ec63b3.bindPopup(popup_30e030c6402edb823aae068207fa253d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d57a35424e9f1bf8751df5e57ec63b3.setIcon(icon_9c63ed21db16d0e1e1b226acde74e518);
|
|
|
|
|
|
marker_cluster_3d96dc92d4054c58ec4561f58cb671cb.addTo(map_c16d2ed9b65770c5891043cba94d03d7);
|
|
|
|
</script>
|
|
</html> |