mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 16:25:20 +00:00
10411 lines
303 KiB
HTML
10411 lines
303 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js"></script>
|
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css"/>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"/>
|
|
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css"/>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css"/>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>
|
|
|
|
<meta name="viewport" content="width=device-width,
|
|
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
<style>
|
|
#map_b16add0cf43ad80795578a01e6398c1c {
|
|
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_b16add0cf43ad80795578a01e6398c1c" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_b16add0cf43ad80795578a01e6398c1c = L.map(
|
|
"map_b16add0cf43ad80795578a01e6398c1c",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_04bf8cc5692e87ab14fabc3aca51bf41 = 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_04bf8cc5692e87ab14fabc3aca51bf41.addTo(map_b16add0cf43ad80795578a01e6398c1c);
|
|
|
|
|
|
var marker_cluster_0ab693a499df092ca74b8001cec2ba02 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_77174e2f23a90dc0b41c4682330a128b = L.marker(
|
|
[44.5401, -123.368],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_c4988a6428ea147f1cbe90d0321f10b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d524b4f31eb890f435772fc5dcc46bb2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_366e8d06531271cca85cbdae60e4396c = $(`<div id="html_366e8d06531271cca85cbdae60e4396c" style="width: 100.0%; height: 100.0%;">relay.westernbtc.com</div>`)[0];
|
|
popup_d524b4f31eb890f435772fc5dcc46bb2.setContent(html_366e8d06531271cca85cbdae60e4396c);
|
|
|
|
|
|
|
|
marker_77174e2f23a90dc0b41c4682330a128b.bindPopup(popup_d524b4f31eb890f435772fc5dcc46bb2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77174e2f23a90dc0b41c4682330a128b.setIcon(icon_c4988a6428ea147f1cbe90d0321f10b8);
|
|
|
|
|
|
var marker_90b27be1b3ba3d7e29a61c24ade64e30 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_b499e146e73ac8b671652c8d34ccde6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b45bbc5bdb7d473af46ee3fe3542c14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a96363fa022a1021d6b00d9bdbd8e3f = $(`<div id="html_7a96363fa022a1021d6b00d9bdbd8e3f" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_2b45bbc5bdb7d473af46ee3fe3542c14.setContent(html_7a96363fa022a1021d6b00d9bdbd8e3f);
|
|
|
|
|
|
|
|
marker_90b27be1b3ba3d7e29a61c24ade64e30.bindPopup(popup_2b45bbc5bdb7d473af46ee3fe3542c14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90b27be1b3ba3d7e29a61c24ade64e30.setIcon(icon_b499e146e73ac8b671652c8d34ccde6e);
|
|
|
|
|
|
var marker_66e0ae2c11919b4d2f6384e26b0a58dd = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_dbdc7bccc77066e6c2e117bad0c8488f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2bf27c79679de56b8191e4ae4f31bc7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c5ea37dbfb771a342ee25a25d685aee = $(`<div id="html_7c5ea37dbfb771a342ee25a25d685aee" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_e2bf27c79679de56b8191e4ae4f31bc7.setContent(html_7c5ea37dbfb771a342ee25a25d685aee);
|
|
|
|
|
|
|
|
marker_66e0ae2c11919b4d2f6384e26b0a58dd.bindPopup(popup_e2bf27c79679de56b8191e4ae4f31bc7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66e0ae2c11919b4d2f6384e26b0a58dd.setIcon(icon_dbdc7bccc77066e6c2e117bad0c8488f);
|
|
|
|
|
|
var marker_f0f4806db062b38c3d48d91ad0b757fa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_407a08d7e836da7158c6c1e86ee765ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e7fa8a657e18708ae99741b563d500f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d19961479c5af0e8ceccef58edc89cdf = $(`<div id="html_d19961479c5af0e8ceccef58edc89cdf" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_8e7fa8a657e18708ae99741b563d500f.setContent(html_d19961479c5af0e8ceccef58edc89cdf);
|
|
|
|
|
|
|
|
marker_f0f4806db062b38c3d48d91ad0b757fa.bindPopup(popup_8e7fa8a657e18708ae99741b563d500f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0f4806db062b38c3d48d91ad0b757fa.setIcon(icon_407a08d7e836da7158c6c1e86ee765ea);
|
|
|
|
|
|
var marker_875a3a2283432c611098ac4d80f563f5 = L.marker(
|
|
[15.2634, 100.344],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_82d6c29ccd2651fc072fafbbd871d5e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5dd36b9e666945948e02e8cd4511a9f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5ffdd30ea0bf92832dae558e9722da6 = $(`<div id="html_d5ffdd30ea0bf92832dae558e9722da6" style="width: 100.0%; height: 100.0%;">nostr-relay.gateway.in.th</div>`)[0];
|
|
popup_5dd36b9e666945948e02e8cd4511a9f4.setContent(html_d5ffdd30ea0bf92832dae558e9722da6);
|
|
|
|
|
|
|
|
marker_875a3a2283432c611098ac4d80f563f5.bindPopup(popup_5dd36b9e666945948e02e8cd4511a9f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_875a3a2283432c611098ac4d80f563f5.setIcon(icon_82d6c29ccd2651fc072fafbbd871d5e0);
|
|
|
|
|
|
var marker_eaea70e92d2fd12828cfb829a5cfe7b4 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_c7c1b82301a19ca0ec0c65d599a474ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2cadf9424b36ba272eefa245a2baccda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_637f105638a3bb6c69249ad506dc57a5 = $(`<div id="html_637f105638a3bb6c69249ad506dc57a5" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_2cadf9424b36ba272eefa245a2baccda.setContent(html_637f105638a3bb6c69249ad506dc57a5);
|
|
|
|
|
|
|
|
marker_eaea70e92d2fd12828cfb829a5cfe7b4.bindPopup(popup_2cadf9424b36ba272eefa245a2baccda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eaea70e92d2fd12828cfb829a5cfe7b4.setIcon(icon_c7c1b82301a19ca0ec0c65d599a474ca);
|
|
|
|
|
|
var marker_4b11271622fb464e4bcdc40af5dedfec = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_a17285478c9832d28634ed634e37f17c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36a1525f36893f0a6af86f73dee92ef2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5cdbc5e766d0267410246db1fb0a94d = $(`<div id="html_d5cdbc5e766d0267410246db1fb0a94d" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_36a1525f36893f0a6af86f73dee92ef2.setContent(html_d5cdbc5e766d0267410246db1fb0a94d);
|
|
|
|
|
|
|
|
marker_4b11271622fb464e4bcdc40af5dedfec.bindPopup(popup_36a1525f36893f0a6af86f73dee92ef2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b11271622fb464e4bcdc40af5dedfec.setIcon(icon_a17285478c9832d28634ed634e37f17c);
|
|
|
|
|
|
var marker_926f9042a367e18cdc13e75aee563df3 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_4510a32ea07608028c926b000f69d390 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30063b2fa5f7f4654eaedce8f2810401 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e918b9c8816c3e74a55f0532157a0d82 = $(`<div id="html_e918b9c8816c3e74a55f0532157a0d82" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_30063b2fa5f7f4654eaedce8f2810401.setContent(html_e918b9c8816c3e74a55f0532157a0d82);
|
|
|
|
|
|
|
|
marker_926f9042a367e18cdc13e75aee563df3.bindPopup(popup_30063b2fa5f7f4654eaedce8f2810401)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_926f9042a367e18cdc13e75aee563df3.setIcon(icon_4510a32ea07608028c926b000f69d390);
|
|
|
|
|
|
var marker_a5324e074587280ed0862dceda570e84 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_142271bb9b82c7e6415797713f4017f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85cd3757062e648b863ac5b65bac6f65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2da8d9d8c237e64aeb1fc7ca538a2e26 = $(`<div id="html_2da8d9d8c237e64aeb1fc7ca538a2e26" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_85cd3757062e648b863ac5b65bac6f65.setContent(html_2da8d9d8c237e64aeb1fc7ca538a2e26);
|
|
|
|
|
|
|
|
marker_a5324e074587280ed0862dceda570e84.bindPopup(popup_85cd3757062e648b863ac5b65bac6f65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5324e074587280ed0862dceda570e84.setIcon(icon_142271bb9b82c7e6415797713f4017f6);
|
|
|
|
|
|
var marker_94b8aeb38a0984ec2b4718013a752571 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_4dd3d2fd9b3d88aff43b5f51dc9d4956 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2071082373815bf6cfcb9d674ca0db80 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_adc215c3f09c176bdda07767db9e93cc = $(`<div id="html_adc215c3f09c176bdda07767db9e93cc" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_2071082373815bf6cfcb9d674ca0db80.setContent(html_adc215c3f09c176bdda07767db9e93cc);
|
|
|
|
|
|
|
|
marker_94b8aeb38a0984ec2b4718013a752571.bindPopup(popup_2071082373815bf6cfcb9d674ca0db80)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94b8aeb38a0984ec2b4718013a752571.setIcon(icon_4dd3d2fd9b3d88aff43b5f51dc9d4956);
|
|
|
|
|
|
var marker_230a0b9475f6fed272fa780512edc1c4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_0f611486309712eaddca2cb97bf4326f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_335e2769e820d9be9eeff9dc6ca92e78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d11ffadbbfa37d64f7dd0bc9773ad699 = $(`<div id="html_d11ffadbbfa37d64f7dd0bc9773ad699" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_335e2769e820d9be9eeff9dc6ca92e78.setContent(html_d11ffadbbfa37d64f7dd0bc9773ad699);
|
|
|
|
|
|
|
|
marker_230a0b9475f6fed272fa780512edc1c4.bindPopup(popup_335e2769e820d9be9eeff9dc6ca92e78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_230a0b9475f6fed272fa780512edc1c4.setIcon(icon_0f611486309712eaddca2cb97bf4326f);
|
|
|
|
|
|
var marker_6bc65e6c51283c9b88ceb5d637061909 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_f2b56d15421ecab0d58205d2631c0b74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95aaf204cebc19bb530ad12f4c743c88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d109409c0f465b032cb6451742ea6869 = $(`<div id="html_d109409c0f465b032cb6451742ea6869" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_95aaf204cebc19bb530ad12f4c743c88.setContent(html_d109409c0f465b032cb6451742ea6869);
|
|
|
|
|
|
|
|
marker_6bc65e6c51283c9b88ceb5d637061909.bindPopup(popup_95aaf204cebc19bb530ad12f4c743c88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6bc65e6c51283c9b88ceb5d637061909.setIcon(icon_f2b56d15421ecab0d58205d2631c0b74);
|
|
|
|
|
|
var marker_917d45d7f5957a6cf83acff5b75ee344 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_a2f42c2d352666af77fbd204d6b02c44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1494133e299fe68c419ab3b7d7e85f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43148018d9a5992f1ede1289407db546 = $(`<div id="html_43148018d9a5992f1ede1289407db546" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_a1494133e299fe68c419ab3b7d7e85f5.setContent(html_43148018d9a5992f1ede1289407db546);
|
|
|
|
|
|
|
|
marker_917d45d7f5957a6cf83acff5b75ee344.bindPopup(popup_a1494133e299fe68c419ab3b7d7e85f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_917d45d7f5957a6cf83acff5b75ee344.setIcon(icon_a2f42c2d352666af77fbd204d6b02c44);
|
|
|
|
|
|
var marker_5b44f19e900e605137565f43c9164858 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_e676793c19b445e1c6082c7cf17d1339 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5db93214cabe14d11a829930e77b863 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f69e6668d5b829c5771d9d997187cdd = $(`<div id="html_1f69e6668d5b829c5771d9d997187cdd" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_e5db93214cabe14d11a829930e77b863.setContent(html_1f69e6668d5b829c5771d9d997187cdd);
|
|
|
|
|
|
|
|
marker_5b44f19e900e605137565f43c9164858.bindPopup(popup_e5db93214cabe14d11a829930e77b863)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b44f19e900e605137565f43c9164858.setIcon(icon_e676793c19b445e1c6082c7cf17d1339);
|
|
|
|
|
|
var marker_96e997a2fe772ea18b0f544a49aa2c8c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_74b930fb3acbfdbb9ecef5058a29eda6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ce6c86bf1c9bb925e5250937822a746 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_174e93b1b0169ea4451dcadd0c5c093d = $(`<div id="html_174e93b1b0169ea4451dcadd0c5c093d" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_7ce6c86bf1c9bb925e5250937822a746.setContent(html_174e93b1b0169ea4451dcadd0c5c093d);
|
|
|
|
|
|
|
|
marker_96e997a2fe772ea18b0f544a49aa2c8c.bindPopup(popup_7ce6c86bf1c9bb925e5250937822a746)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96e997a2fe772ea18b0f544a49aa2c8c.setIcon(icon_74b930fb3acbfdbb9ecef5058a29eda6);
|
|
|
|
|
|
var marker_ec2e9842f8dd0c7872d69778ba6be447 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_b2fb2566d05720ed60a258f3ac93bb7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_606004037838f5ec0b446b4fe5602976 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8da9fb2d6c5759430fb832998acf4d9 = $(`<div id="html_c8da9fb2d6c5759430fb832998acf4d9" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_606004037838f5ec0b446b4fe5602976.setContent(html_c8da9fb2d6c5759430fb832998acf4d9);
|
|
|
|
|
|
|
|
marker_ec2e9842f8dd0c7872d69778ba6be447.bindPopup(popup_606004037838f5ec0b446b4fe5602976)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec2e9842f8dd0c7872d69778ba6be447.setIcon(icon_b2fb2566d05720ed60a258f3ac93bb7d);
|
|
|
|
|
|
var marker_9f899a0e65ccc90e92d724340f407f65 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_0f82744009f2494b58dcb03bef5052e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcb31837e2b516664a93802be07fc137 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c719ca13805d41c88b3da87c12b16c5 = $(`<div id="html_5c719ca13805d41c88b3da87c12b16c5" style="width: 100.0%; height: 100.0%;">ithurtswhenip.ee</div>`)[0];
|
|
popup_fcb31837e2b516664a93802be07fc137.setContent(html_5c719ca13805d41c88b3da87c12b16c5);
|
|
|
|
|
|
|
|
marker_9f899a0e65ccc90e92d724340f407f65.bindPopup(popup_fcb31837e2b516664a93802be07fc137)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f899a0e65ccc90e92d724340f407f65.setIcon(icon_0f82744009f2494b58dcb03bef5052e3);
|
|
|
|
|
|
var marker_f378c83a2de6efe96303e737a575747f = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_ecd75d0759f667804bc8c6c592fa8f00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8d493498d95517c472e2fd8e104d4ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c3619d3cb074882a29f80bd677061aa = $(`<div id="html_1c3619d3cb074882a29f80bd677061aa" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_c8d493498d95517c472e2fd8e104d4ea.setContent(html_1c3619d3cb074882a29f80bd677061aa);
|
|
|
|
|
|
|
|
marker_f378c83a2de6efe96303e737a575747f.bindPopup(popup_c8d493498d95517c472e2fd8e104d4ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f378c83a2de6efe96303e737a575747f.setIcon(icon_ecd75d0759f667804bc8c6c592fa8f00);
|
|
|
|
|
|
var marker_a47c391c5693b44f57b3a6b5bfeb859a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_59585bb5bfa5886a8e2d599d597ed9b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53e08bea80a880b7654b1ec80b47fa23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_674633d728693cc3da6051cf6b25a80a = $(`<div id="html_674633d728693cc3da6051cf6b25a80a" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_53e08bea80a880b7654b1ec80b47fa23.setContent(html_674633d728693cc3da6051cf6b25a80a);
|
|
|
|
|
|
|
|
marker_a47c391c5693b44f57b3a6b5bfeb859a.bindPopup(popup_53e08bea80a880b7654b1ec80b47fa23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a47c391c5693b44f57b3a6b5bfeb859a.setIcon(icon_59585bb5bfa5886a8e2d599d597ed9b4);
|
|
|
|
|
|
var marker_80b630bf96f3b138b842be872f4b62fb = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_1c72b629307924bc7edc467ffd7e1525 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55e3c1888f8e763d83b7c528b2f017a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0468049608163d62bb04d8de63f7547 = $(`<div id="html_c0468049608163d62bb04d8de63f7547" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_55e3c1888f8e763d83b7c528b2f017a2.setContent(html_c0468049608163d62bb04d8de63f7547);
|
|
|
|
|
|
|
|
marker_80b630bf96f3b138b842be872f4b62fb.bindPopup(popup_55e3c1888f8e763d83b7c528b2f017a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80b630bf96f3b138b842be872f4b62fb.setIcon(icon_1c72b629307924bc7edc467ffd7e1525);
|
|
|
|
|
|
var marker_9e469ae80e2b7573833107ceb8260e96 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_b58c501de2e54a8b8775b1aad8c23d75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3951b2362433871f0460bc07ace59a3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f75218a7576375fffe643d3beff24cd = $(`<div id="html_1f75218a7576375fffe643d3beff24cd" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_3951b2362433871f0460bc07ace59a3a.setContent(html_1f75218a7576375fffe643d3beff24cd);
|
|
|
|
|
|
|
|
marker_9e469ae80e2b7573833107ceb8260e96.bindPopup(popup_3951b2362433871f0460bc07ace59a3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e469ae80e2b7573833107ceb8260e96.setIcon(icon_b58c501de2e54a8b8775b1aad8c23d75);
|
|
|
|
|
|
var marker_e641a0bde0b3b7eaa10b58a8bb210ca5 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_ab7e0468311a25bb0d19290d0ec69eaa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a61903444b0e45745d8ff23a9c95753 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ddb683e2c768af1c1657dde389afc0f3 = $(`<div id="html_ddb683e2c768af1c1657dde389afc0f3" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_0a61903444b0e45745d8ff23a9c95753.setContent(html_ddb683e2c768af1c1657dde389afc0f3);
|
|
|
|
|
|
|
|
marker_e641a0bde0b3b7eaa10b58a8bb210ca5.bindPopup(popup_0a61903444b0e45745d8ff23a9c95753)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e641a0bde0b3b7eaa10b58a8bb210ca5.setIcon(icon_ab7e0468311a25bb0d19290d0ec69eaa);
|
|
|
|
|
|
var marker_d94e6da0967160aa358ff50c31f02954 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_658346e2de6f61226a9a08ded0a759ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ada9aa714380b9f5af1c057e313c2c53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e1d8dbea959113e0433bcc1a32c496b = $(`<div id="html_2e1d8dbea959113e0433bcc1a32c496b" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_ada9aa714380b9f5af1c057e313c2c53.setContent(html_2e1d8dbea959113e0433bcc1a32c496b);
|
|
|
|
|
|
|
|
marker_d94e6da0967160aa358ff50c31f02954.bindPopup(popup_ada9aa714380b9f5af1c057e313c2c53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d94e6da0967160aa358ff50c31f02954.setIcon(icon_658346e2de6f61226a9a08ded0a759ec);
|
|
|
|
|
|
var marker_afbad97b827b57f186a4baea3956d7b2 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_4b4560fd9c3c9b5f8eb0f9004d2d79c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8998dfc1c20765aa28a1225900309f54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f12b138b85e9b48d0597c33bfe33c69b = $(`<div id="html_f12b138b85e9b48d0597c33bfe33c69b" style="width: 100.0%; height: 100.0%;">relay.bitcoinveneto.org</div>`)[0];
|
|
popup_8998dfc1c20765aa28a1225900309f54.setContent(html_f12b138b85e9b48d0597c33bfe33c69b);
|
|
|
|
|
|
|
|
marker_afbad97b827b57f186a4baea3956d7b2.bindPopup(popup_8998dfc1c20765aa28a1225900309f54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_afbad97b827b57f186a4baea3956d7b2.setIcon(icon_4b4560fd9c3c9b5f8eb0f9004d2d79c4);
|
|
|
|
|
|
var marker_c3cfd2e43ef5add6f859b99f64b92678 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_c3b9b2dfde3a092d545ed2b4fc158661 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_131ece79d3e33f07185b897e5cbe5014 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49701b65358a0204129fe1d87582bb84 = $(`<div id="html_49701b65358a0204129fe1d87582bb84" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_131ece79d3e33f07185b897e5cbe5014.setContent(html_49701b65358a0204129fe1d87582bb84);
|
|
|
|
|
|
|
|
marker_c3cfd2e43ef5add6f859b99f64b92678.bindPopup(popup_131ece79d3e33f07185b897e5cbe5014)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3cfd2e43ef5add6f859b99f64b92678.setIcon(icon_c3b9b2dfde3a092d545ed2b4fc158661);
|
|
|
|
|
|
var marker_f543eb3acb5aa07f129ef73133a22d14 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_014536ad8d9a7a84147a7c551cb4dda1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c189526ffb42f505b29bc46f5828d35b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e44080eb763faaa2668e982f4164895 = $(`<div id="html_0e44080eb763faaa2668e982f4164895" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_c189526ffb42f505b29bc46f5828d35b.setContent(html_0e44080eb763faaa2668e982f4164895);
|
|
|
|
|
|
|
|
marker_f543eb3acb5aa07f129ef73133a22d14.bindPopup(popup_c189526ffb42f505b29bc46f5828d35b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f543eb3acb5aa07f129ef73133a22d14.setIcon(icon_014536ad8d9a7a84147a7c551cb4dda1);
|
|
|
|
|
|
var marker_a2a5fdf21343f4ed863a74b69134d8cc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_dd866dbdab90c0be29deea165ef7c6cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88e97e2fcd1b79d4f197489d08d3fcf8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae1ad3ad13695765c1888a8bd2dbccfc = $(`<div id="html_ae1ad3ad13695765c1888a8bd2dbccfc" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_88e97e2fcd1b79d4f197489d08d3fcf8.setContent(html_ae1ad3ad13695765c1888a8bd2dbccfc);
|
|
|
|
|
|
|
|
marker_a2a5fdf21343f4ed863a74b69134d8cc.bindPopup(popup_88e97e2fcd1b79d4f197489d08d3fcf8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2a5fdf21343f4ed863a74b69134d8cc.setIcon(icon_dd866dbdab90c0be29deea165ef7c6cc);
|
|
|
|
|
|
var marker_df6ae07144a529855de7f5c844b0187d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_8c3a0ad70efb8ebe7d82bb4e088f41a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20ae77231a87a3a6327ec42cd0fbdb69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22cb6d17c4dce1c644770121c03fce99 = $(`<div id="html_22cb6d17c4dce1c644770121c03fce99" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_20ae77231a87a3a6327ec42cd0fbdb69.setContent(html_22cb6d17c4dce1c644770121c03fce99);
|
|
|
|
|
|
|
|
marker_df6ae07144a529855de7f5c844b0187d.bindPopup(popup_20ae77231a87a3a6327ec42cd0fbdb69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df6ae07144a529855de7f5c844b0187d.setIcon(icon_8c3a0ad70efb8ebe7d82bb4e088f41a1);
|
|
|
|
|
|
var marker_413c9d2b4cb4352f809ab171e4f88e4e = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_cd812bcd2c7ef69aeffd77f7b00cd19d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6cd07e10284e5035f553d5d3cc3b6be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a787408f71ac68aa988af281895b66e = $(`<div id="html_3a787408f71ac68aa988af281895b66e" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_e6cd07e10284e5035f553d5d3cc3b6be.setContent(html_3a787408f71ac68aa988af281895b66e);
|
|
|
|
|
|
|
|
marker_413c9d2b4cb4352f809ab171e4f88e4e.bindPopup(popup_e6cd07e10284e5035f553d5d3cc3b6be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_413c9d2b4cb4352f809ab171e4f88e4e.setIcon(icon_cd812bcd2c7ef69aeffd77f7b00cd19d);
|
|
|
|
|
|
var marker_bd60af4f2577915097656d8bf21d6ced = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_69f508c374aa5a875e222eba274a7784 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80756dad8ad963395f758f419fab461f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9c79e4703c1e062e4351319b87566aa = $(`<div id="html_a9c79e4703c1e062e4351319b87566aa" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_80756dad8ad963395f758f419fab461f.setContent(html_a9c79e4703c1e062e4351319b87566aa);
|
|
|
|
|
|
|
|
marker_bd60af4f2577915097656d8bf21d6ced.bindPopup(popup_80756dad8ad963395f758f419fab461f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd60af4f2577915097656d8bf21d6ced.setIcon(icon_69f508c374aa5a875e222eba274a7784);
|
|
|
|
|
|
var marker_30ef306d69ad8d7b27e01fc71f8d6b25 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_a5aa2f1cd87b2f986004591f30a3ddc4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea951e984892eaa2e2a0ff17b2a15a55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_243350678a1536a90667bcd45e5ca13b = $(`<div id="html_243350678a1536a90667bcd45e5ca13b" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_ea951e984892eaa2e2a0ff17b2a15a55.setContent(html_243350678a1536a90667bcd45e5ca13b);
|
|
|
|
|
|
|
|
marker_30ef306d69ad8d7b27e01fc71f8d6b25.bindPopup(popup_ea951e984892eaa2e2a0ff17b2a15a55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30ef306d69ad8d7b27e01fc71f8d6b25.setIcon(icon_a5aa2f1cd87b2f986004591f30a3ddc4);
|
|
|
|
|
|
var marker_8887b74949af8cf393bdf2cd11fcde41 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_868a3c2ec7bd26595d49ed2d9388d3d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50aa232a8ccdc73dc60093840944c96a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60506b7612feef5a98a0423f6cbf2aa7 = $(`<div id="html_60506b7612feef5a98a0423f6cbf2aa7" style="width: 100.0%; height: 100.0%;">relay.contextvm.org</div>`)[0];
|
|
popup_50aa232a8ccdc73dc60093840944c96a.setContent(html_60506b7612feef5a98a0423f6cbf2aa7);
|
|
|
|
|
|
|
|
marker_8887b74949af8cf393bdf2cd11fcde41.bindPopup(popup_50aa232a8ccdc73dc60093840944c96a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8887b74949af8cf393bdf2cd11fcde41.setIcon(icon_868a3c2ec7bd26595d49ed2d9388d3d1);
|
|
|
|
|
|
var marker_ea47c336dfd94f6bd0f67c2fcf649932 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_70134f981b110ddc052acd109215442a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_362614776bdd368d019552cbd5f7d95c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53b880ac1fcedb36e8cf0be378564b61 = $(`<div id="html_53b880ac1fcedb36e8cf0be378564b61" style="width: 100.0%; height: 100.0%;">0m0sef4nb45q6.cloreai.ru</div>`)[0];
|
|
popup_362614776bdd368d019552cbd5f7d95c.setContent(html_53b880ac1fcedb36e8cf0be378564b61);
|
|
|
|
|
|
|
|
marker_ea47c336dfd94f6bd0f67c2fcf649932.bindPopup(popup_362614776bdd368d019552cbd5f7d95c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea47c336dfd94f6bd0f67c2fcf649932.setIcon(icon_70134f981b110ddc052acd109215442a);
|
|
|
|
|
|
var marker_0ab74839b19c77bde8f8ca16a485b84a = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_67a4c81cf911f6bf909c9d74f6028f6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc9a0b592cde49ccf3d6f2fceb6bfebf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cdeb0ad53fbabc4c34ef34294d9551c1 = $(`<div id="html_cdeb0ad53fbabc4c34ef34294d9551c1" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_cc9a0b592cde49ccf3d6f2fceb6bfebf.setContent(html_cdeb0ad53fbabc4c34ef34294d9551c1);
|
|
|
|
|
|
|
|
marker_0ab74839b19c77bde8f8ca16a485b84a.bindPopup(popup_cc9a0b592cde49ccf3d6f2fceb6bfebf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ab74839b19c77bde8f8ca16a485b84a.setIcon(icon_67a4c81cf911f6bf909c9d74f6028f6c);
|
|
|
|
|
|
var marker_175d29607aee642451fd54242f9de961 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_2bb5345f0455e099e567c636e800a4e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc183d35019cc5a62e2570207020236a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e924e24ba6a31205235f8481f2467996 = $(`<div id="html_e924e24ba6a31205235f8481f2467996" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_fc183d35019cc5a62e2570207020236a.setContent(html_e924e24ba6a31205235f8481f2467996);
|
|
|
|
|
|
|
|
marker_175d29607aee642451fd54242f9de961.bindPopup(popup_fc183d35019cc5a62e2570207020236a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_175d29607aee642451fd54242f9de961.setIcon(icon_2bb5345f0455e099e567c636e800a4e2);
|
|
|
|
|
|
var marker_1beae060750ec7d9e008771dbc7ecbe9 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_dd3f775fe28e2d191262a15832dab039 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b969252cb0818de5c09eba4bfa15238b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5b84a540dd9fa2e1db134f05d36a158 = $(`<div id="html_a5b84a540dd9fa2e1db134f05d36a158" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_b969252cb0818de5c09eba4bfa15238b.setContent(html_a5b84a540dd9fa2e1db134f05d36a158);
|
|
|
|
|
|
|
|
marker_1beae060750ec7d9e008771dbc7ecbe9.bindPopup(popup_b969252cb0818de5c09eba4bfa15238b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1beae060750ec7d9e008771dbc7ecbe9.setIcon(icon_dd3f775fe28e2d191262a15832dab039);
|
|
|
|
|
|
var marker_71772e2d7b35d9f2ce38c6ddb5be7091 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_ae190f5c29abaef2be0e525dba1a849f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed14c212275f2f8086710939161df0c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81a7dfa9e38f04ec41b7ae8fab4c77e0 = $(`<div id="html_81a7dfa9e38f04ec41b7ae8fab4c77e0" style="width: 100.0%; height: 100.0%;">nostr.czas.top</div>`)[0];
|
|
popup_ed14c212275f2f8086710939161df0c6.setContent(html_81a7dfa9e38f04ec41b7ae8fab4c77e0);
|
|
|
|
|
|
|
|
marker_71772e2d7b35d9f2ce38c6ddb5be7091.bindPopup(popup_ed14c212275f2f8086710939161df0c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71772e2d7b35d9f2ce38c6ddb5be7091.setIcon(icon_ae190f5c29abaef2be0e525dba1a849f);
|
|
|
|
|
|
var marker_e30b99a6ba86e7e413a14bc6c62f98ef = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_b54b37099b64ceb73af784759c7371e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6d160660956a8163eb5a7999edc62c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4626525dae95afa2cc92ad9eff9d2752 = $(`<div id="html_4626525dae95afa2cc92ad9eff9d2752" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_e6d160660956a8163eb5a7999edc62c0.setContent(html_4626525dae95afa2cc92ad9eff9d2752);
|
|
|
|
|
|
|
|
marker_e30b99a6ba86e7e413a14bc6c62f98ef.bindPopup(popup_e6d160660956a8163eb5a7999edc62c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e30b99a6ba86e7e413a14bc6c62f98ef.setIcon(icon_b54b37099b64ceb73af784759c7371e7);
|
|
|
|
|
|
var marker_0ec88fb3d99260859cc82cb9e2d36289 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_c8aff911707272c3cb7e0f3133e939ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50b10074709fb989506bf8404014d172 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc8721e525cb95cefc941d1f130365ff = $(`<div id="html_dc8721e525cb95cefc941d1f130365ff" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_50b10074709fb989506bf8404014d172.setContent(html_dc8721e525cb95cefc941d1f130365ff);
|
|
|
|
|
|
|
|
marker_0ec88fb3d99260859cc82cb9e2d36289.bindPopup(popup_50b10074709fb989506bf8404014d172)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ec88fb3d99260859cc82cb9e2d36289.setIcon(icon_c8aff911707272c3cb7e0f3133e939ef);
|
|
|
|
|
|
var marker_b612475febd7b59770b9c52f72a98f6f = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_3852d263d331b1674a8ec987e762e99f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2045170ce60ad6f807704cdef58fd70c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb3f9bc12eb3c3e28ba8f70a535a2d7f = $(`<div id="html_fb3f9bc12eb3c3e28ba8f70a535a2d7f" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_2045170ce60ad6f807704cdef58fd70c.setContent(html_fb3f9bc12eb3c3e28ba8f70a535a2d7f);
|
|
|
|
|
|
|
|
marker_b612475febd7b59770b9c52f72a98f6f.bindPopup(popup_2045170ce60ad6f807704cdef58fd70c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b612475febd7b59770b9c52f72a98f6f.setIcon(icon_3852d263d331b1674a8ec987e762e99f);
|
|
|
|
|
|
var marker_6c5fd7817761fc523fd2c8ca3d2ad463 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_95b327d1df08c86b84a741dc00058543 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1fd81811cdafa5a1736761e9947ff95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_522e920457e893e1ca210e781b6aa6e1 = $(`<div id="html_522e920457e893e1ca210e781b6aa6e1" style="width: 100.0%; height: 100.0%;">kitchen.zap.cooking</div>`)[0];
|
|
popup_b1fd81811cdafa5a1736761e9947ff95.setContent(html_522e920457e893e1ca210e781b6aa6e1);
|
|
|
|
|
|
|
|
marker_6c5fd7817761fc523fd2c8ca3d2ad463.bindPopup(popup_b1fd81811cdafa5a1736761e9947ff95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c5fd7817761fc523fd2c8ca3d2ad463.setIcon(icon_95b327d1df08c86b84a741dc00058543);
|
|
|
|
|
|
var marker_d564ff0ff9ae4a85b0d8cea7e7e26967 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_62df36177f27b6c55340c2b81025b824 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d53f0772c4be5df5fa2fc2bfaaf7aed8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2890b2e2611bc211b525c6df3790c5d = $(`<div id="html_f2890b2e2611bc211b525c6df3790c5d" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_d53f0772c4be5df5fa2fc2bfaaf7aed8.setContent(html_f2890b2e2611bc211b525c6df3790c5d);
|
|
|
|
|
|
|
|
marker_d564ff0ff9ae4a85b0d8cea7e7e26967.bindPopup(popup_d53f0772c4be5df5fa2fc2bfaaf7aed8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d564ff0ff9ae4a85b0d8cea7e7e26967.setIcon(icon_62df36177f27b6c55340c2b81025b824);
|
|
|
|
|
|
var marker_e9a540f8e711371adc5c5b54921c3396 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_c81aaf1ee17b9c0a07c0b7834d42358d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd295bc679ee8fa278bc05b365d32cd6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27c3bdde933d7166ffcf6e1862f62b3f = $(`<div id="html_27c3bdde933d7166ffcf6e1862f62b3f" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_fd295bc679ee8fa278bc05b365d32cd6.setContent(html_27c3bdde933d7166ffcf6e1862f62b3f);
|
|
|
|
|
|
|
|
marker_e9a540f8e711371adc5c5b54921c3396.bindPopup(popup_fd295bc679ee8fa278bc05b365d32cd6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9a540f8e711371adc5c5b54921c3396.setIcon(icon_c81aaf1ee17b9c0a07c0b7834d42358d);
|
|
|
|
|
|
var marker_2cb24ff2436d50eab84fa881b141830d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_f7c8dd668d7e3ea424000b363bae1716 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9d1b603ee53113fe704e3474a5249d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a58704d4b2f9e0854155ed2d7ea0a0c2 = $(`<div id="html_a58704d4b2f9e0854155ed2d7ea0a0c2" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_c9d1b603ee53113fe704e3474a5249d9.setContent(html_a58704d4b2f9e0854155ed2d7ea0a0c2);
|
|
|
|
|
|
|
|
marker_2cb24ff2436d50eab84fa881b141830d.bindPopup(popup_c9d1b603ee53113fe704e3474a5249d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2cb24ff2436d50eab84fa881b141830d.setIcon(icon_f7c8dd668d7e3ea424000b363bae1716);
|
|
|
|
|
|
var marker_e865befb1e28305af204e61f4b3200e7 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_3023cf57d44c591d012ba81d93ddb78c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99821214ebb81ee2e60626d0a80bd8e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5392c7dc8be737cc822d310c78b19b8 = $(`<div id="html_b5392c7dc8be737cc822d310c78b19b8" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_99821214ebb81ee2e60626d0a80bd8e1.setContent(html_b5392c7dc8be737cc822d310c78b19b8);
|
|
|
|
|
|
|
|
marker_e865befb1e28305af204e61f4b3200e7.bindPopup(popup_99821214ebb81ee2e60626d0a80bd8e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e865befb1e28305af204e61f4b3200e7.setIcon(icon_3023cf57d44c591d012ba81d93ddb78c);
|
|
|
|
|
|
var marker_7fc82383401ab03f95b7684690b4e10e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_d420fc71b12650ef4d1c315fc4311f21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_291c7400045351a94c978bc7d89d68b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77e300e24c8e3cd1b8c68f2774a8c2da = $(`<div id="html_77e300e24c8e3cd1b8c68f2774a8c2da" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_291c7400045351a94c978bc7d89d68b9.setContent(html_77e300e24c8e3cd1b8c68f2774a8c2da);
|
|
|
|
|
|
|
|
marker_7fc82383401ab03f95b7684690b4e10e.bindPopup(popup_291c7400045351a94c978bc7d89d68b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7fc82383401ab03f95b7684690b4e10e.setIcon(icon_d420fc71b12650ef4d1c315fc4311f21);
|
|
|
|
|
|
var marker_05f86679245aa92197a4eeb0a301e8ee = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_12d7107325d1529e14ee7c4a841ae6db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e0d4856ea422d030ea1429a5ab05af7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3c70ee477c0c02711126a858fc9b827 = $(`<div id="html_e3c70ee477c0c02711126a858fc9b827" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_7e0d4856ea422d030ea1429a5ab05af7.setContent(html_e3c70ee477c0c02711126a858fc9b827);
|
|
|
|
|
|
|
|
marker_05f86679245aa92197a4eeb0a301e8ee.bindPopup(popup_7e0d4856ea422d030ea1429a5ab05af7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05f86679245aa92197a4eeb0a301e8ee.setIcon(icon_12d7107325d1529e14ee7c4a841ae6db);
|
|
|
|
|
|
var marker_c3a44c7d0e67a029f253520ef0d31f26 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_70a187ae6dc07576712cf545eedf5792 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23279c724b8735ad8265514612d37027 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c1f4df97ced3719884dc6144f84658c = $(`<div id="html_1c1f4df97ced3719884dc6144f84658c" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_23279c724b8735ad8265514612d37027.setContent(html_1c1f4df97ced3719884dc6144f84658c);
|
|
|
|
|
|
|
|
marker_c3a44c7d0e67a029f253520ef0d31f26.bindPopup(popup_23279c724b8735ad8265514612d37027)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3a44c7d0e67a029f253520ef0d31f26.setIcon(icon_70a187ae6dc07576712cf545eedf5792);
|
|
|
|
|
|
var marker_e6309f8239f9c76284b35d535f6cc1aa = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_7d004042603248aaceddf472896f3e39 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac34466aabb35b9ac759343c9c6c979e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d670698a270ee32d0527e23287903f40 = $(`<div id="html_d670698a270ee32d0527e23287903f40" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_ac34466aabb35b9ac759343c9c6c979e.setContent(html_d670698a270ee32d0527e23287903f40);
|
|
|
|
|
|
|
|
marker_e6309f8239f9c76284b35d535f6cc1aa.bindPopup(popup_ac34466aabb35b9ac759343c9c6c979e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6309f8239f9c76284b35d535f6cc1aa.setIcon(icon_7d004042603248aaceddf472896f3e39);
|
|
|
|
|
|
var marker_e3684fedd4fc26225ceb15f8706182e4 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_e2ceb32831a37fd4bff959fc00a59cd1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_483659a979692a218d19c5644fa9b7bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d812d205f7c9b502a85978336df8a8b = $(`<div id="html_2d812d205f7c9b502a85978336df8a8b" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_483659a979692a218d19c5644fa9b7bc.setContent(html_2d812d205f7c9b502a85978336df8a8b);
|
|
|
|
|
|
|
|
marker_e3684fedd4fc26225ceb15f8706182e4.bindPopup(popup_483659a979692a218d19c5644fa9b7bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3684fedd4fc26225ceb15f8706182e4.setIcon(icon_e2ceb32831a37fd4bff959fc00a59cd1);
|
|
|
|
|
|
var marker_71d979b535eec0f224b227c24e9bdc0d = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_1ce7f7180f38cc7f3b14b88534872795 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9463d2f788a2e822d48f32882c077781 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4efdfee23bfdb5171c2f7692894e3735 = $(`<div id="html_4efdfee23bfdb5171c2f7692894e3735" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_9463d2f788a2e822d48f32882c077781.setContent(html_4efdfee23bfdb5171c2f7692894e3735);
|
|
|
|
|
|
|
|
marker_71d979b535eec0f224b227c24e9bdc0d.bindPopup(popup_9463d2f788a2e822d48f32882c077781)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71d979b535eec0f224b227c24e9bdc0d.setIcon(icon_1ce7f7180f38cc7f3b14b88534872795);
|
|
|
|
|
|
var marker_dc361dafcf2cadc7124042f1d788a2cc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_40d3977f9acdfbcf9313d9c87eb609ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97707a7f872c26987f2dfc5c650bfd1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_960a77625a7bd0f5f25f93029762fbc8 = $(`<div id="html_960a77625a7bd0f5f25f93029762fbc8" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_97707a7f872c26987f2dfc5c650bfd1d.setContent(html_960a77625a7bd0f5f25f93029762fbc8);
|
|
|
|
|
|
|
|
marker_dc361dafcf2cadc7124042f1d788a2cc.bindPopup(popup_97707a7f872c26987f2dfc5c650bfd1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc361dafcf2cadc7124042f1d788a2cc.setIcon(icon_40d3977f9acdfbcf9313d9c87eb609ba);
|
|
|
|
|
|
var marker_dea7d19d986bd90469e0f804c0f9691f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_46bef9b2fc15e7ecbd4f7d74e15cf71b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d134a10c1f5e0a571889668fd7f2ab2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d91ecd4a92fd68fe100b54930724fdc1 = $(`<div id="html_d91ecd4a92fd68fe100b54930724fdc1" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_4d134a10c1f5e0a571889668fd7f2ab2.setContent(html_d91ecd4a92fd68fe100b54930724fdc1);
|
|
|
|
|
|
|
|
marker_dea7d19d986bd90469e0f804c0f9691f.bindPopup(popup_4d134a10c1f5e0a571889668fd7f2ab2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dea7d19d986bd90469e0f804c0f9691f.setIcon(icon_46bef9b2fc15e7ecbd4f7d74e15cf71b);
|
|
|
|
|
|
var marker_6fa4afa0f531e975e4b0d041ba2ba682 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_32412b08072fddc3a50a66966d63261c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c8e17c02cc6c541907c79854581d0dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e42d0c036996ab0a25241b8f6c1987a0 = $(`<div id="html_e42d0c036996ab0a25241b8f6c1987a0" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_4c8e17c02cc6c541907c79854581d0dd.setContent(html_e42d0c036996ab0a25241b8f6c1987a0);
|
|
|
|
|
|
|
|
marker_6fa4afa0f531e975e4b0d041ba2ba682.bindPopup(popup_4c8e17c02cc6c541907c79854581d0dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6fa4afa0f531e975e4b0d041ba2ba682.setIcon(icon_32412b08072fddc3a50a66966d63261c);
|
|
|
|
|
|
var marker_a545e49f90b61c04fa64e0cbe1c234ae = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_b34f8e755ed18ca7621875e0dfec5e2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eefe6e35c14b7ff52930d8289c4681b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fd4bdedcdb22904074016d347f6dc87 = $(`<div id="html_9fd4bdedcdb22904074016d347f6dc87" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_eefe6e35c14b7ff52930d8289c4681b3.setContent(html_9fd4bdedcdb22904074016d347f6dc87);
|
|
|
|
|
|
|
|
marker_a545e49f90b61c04fa64e0cbe1c234ae.bindPopup(popup_eefe6e35c14b7ff52930d8289c4681b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a545e49f90b61c04fa64e0cbe1c234ae.setIcon(icon_b34f8e755ed18ca7621875e0dfec5e2d);
|
|
|
|
|
|
var marker_4d78f9d0d4efcf49e798f8088163422e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_c24886ec9a967a358b21bbee1473f688 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84c47a5368f1f26643447845a486e711 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4b2f16fa8de45338358d549b360f0a4 = $(`<div id="html_e4b2f16fa8de45338358d549b360f0a4" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_84c47a5368f1f26643447845a486e711.setContent(html_e4b2f16fa8de45338358d549b360f0a4);
|
|
|
|
|
|
|
|
marker_4d78f9d0d4efcf49e798f8088163422e.bindPopup(popup_84c47a5368f1f26643447845a486e711)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d78f9d0d4efcf49e798f8088163422e.setIcon(icon_c24886ec9a967a358b21bbee1473f688);
|
|
|
|
|
|
var marker_a2fbbd62155cd9e16fc619a060c467a1 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_02c0665d23f199ee72404b654a0dc6a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6b2c1beaffe0a61550fbdb5dd9033cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99af821a5425d6fa3442acb2f5d19f10 = $(`<div id="html_99af821a5425d6fa3442acb2f5d19f10" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_b6b2c1beaffe0a61550fbdb5dd9033cd.setContent(html_99af821a5425d6fa3442acb2f5d19f10);
|
|
|
|
|
|
|
|
marker_a2fbbd62155cd9e16fc619a060c467a1.bindPopup(popup_b6b2c1beaffe0a61550fbdb5dd9033cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2fbbd62155cd9e16fc619a060c467a1.setIcon(icon_02c0665d23f199ee72404b654a0dc6a3);
|
|
|
|
|
|
var marker_7687cb059f11d092a030aa31ea26fae0 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_9947b7e1cebdb99cfd7604301cf9195d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa55e2263c477c2780c1605e3de105ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c24f8b23c80431636923d2be62e2db51 = $(`<div id="html_c24f8b23c80431636923d2be62e2db51" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_aa55e2263c477c2780c1605e3de105ee.setContent(html_c24f8b23c80431636923d2be62e2db51);
|
|
|
|
|
|
|
|
marker_7687cb059f11d092a030aa31ea26fae0.bindPopup(popup_aa55e2263c477c2780c1605e3de105ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7687cb059f11d092a030aa31ea26fae0.setIcon(icon_9947b7e1cebdb99cfd7604301cf9195d);
|
|
|
|
|
|
var marker_4cbecacc07491318591a89b2c5fa2001 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_294ff2fffe8af52de50fe9fc5e7ff297 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_353963cf2fa122158058ffdf51f2522d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7af6362e42e9ebc31c1122cc66687b32 = $(`<div id="html_7af6362e42e9ebc31c1122cc66687b32" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_353963cf2fa122158058ffdf51f2522d.setContent(html_7af6362e42e9ebc31c1122cc66687b32);
|
|
|
|
|
|
|
|
marker_4cbecacc07491318591a89b2c5fa2001.bindPopup(popup_353963cf2fa122158058ffdf51f2522d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cbecacc07491318591a89b2c5fa2001.setIcon(icon_294ff2fffe8af52de50fe9fc5e7ff297);
|
|
|
|
|
|
var marker_4834b2b0f37826e6bf84fe1ab232e3df = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_709c488372def8d2a7de64d666883843 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a500fc9718787bd5b0d3372baf45afb5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3ab6ca4552d64bc7b74b646e86e1c09 = $(`<div id="html_a3ab6ca4552d64bc7b74b646e86e1c09" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_a500fc9718787bd5b0d3372baf45afb5.setContent(html_a3ab6ca4552d64bc7b74b646e86e1c09);
|
|
|
|
|
|
|
|
marker_4834b2b0f37826e6bf84fe1ab232e3df.bindPopup(popup_a500fc9718787bd5b0d3372baf45afb5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4834b2b0f37826e6bf84fe1ab232e3df.setIcon(icon_709c488372def8d2a7de64d666883843);
|
|
|
|
|
|
var marker_83051aaf8684193021722137e53c1375 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_f950a8a800fd0f8c291163a251d4926c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb2a4a371c5cf213625c247c6a4ee4f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb9764160852d258e1d9c909e3d203dc = $(`<div id="html_fb9764160852d258e1d9c909e3d203dc" style="width: 100.0%; height: 100.0%;">r.alphaama.com</div>`)[0];
|
|
popup_bb2a4a371c5cf213625c247c6a4ee4f7.setContent(html_fb9764160852d258e1d9c909e3d203dc);
|
|
|
|
|
|
|
|
marker_83051aaf8684193021722137e53c1375.bindPopup(popup_bb2a4a371c5cf213625c247c6a4ee4f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83051aaf8684193021722137e53c1375.setIcon(icon_f950a8a800fd0f8c291163a251d4926c);
|
|
|
|
|
|
var marker_48dd89f51175b91d538c6de14f4a406a = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_3c12a895ef9ba84cb6450cb24941f12c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b23f1ceb6c8fadcb5b343d72f9b2af97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aae2ab3312a1acc14b364f2627e75754 = $(`<div id="html_aae2ab3312a1acc14b364f2627e75754" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_b23f1ceb6c8fadcb5b343d72f9b2af97.setContent(html_aae2ab3312a1acc14b364f2627e75754);
|
|
|
|
|
|
|
|
marker_48dd89f51175b91d538c6de14f4a406a.bindPopup(popup_b23f1ceb6c8fadcb5b343d72f9b2af97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48dd89f51175b91d538c6de14f4a406a.setIcon(icon_3c12a895ef9ba84cb6450cb24941f12c);
|
|
|
|
|
|
var marker_243e6b38d23899bc0af2bcd6517f8c81 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_0fdd2b6b5f4577cc35c69ce9db7cad36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28b0404f587e9e7383731e045ecefb51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ee056b608a65e20ab208229f7e447fd = $(`<div id="html_6ee056b608a65e20ab208229f7e447fd" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_28b0404f587e9e7383731e045ecefb51.setContent(html_6ee056b608a65e20ab208229f7e447fd);
|
|
|
|
|
|
|
|
marker_243e6b38d23899bc0af2bcd6517f8c81.bindPopup(popup_28b0404f587e9e7383731e045ecefb51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_243e6b38d23899bc0af2bcd6517f8c81.setIcon(icon_0fdd2b6b5f4577cc35c69ce9db7cad36);
|
|
|
|
|
|
var marker_ae297ae4bd19189416fa40e3b265bdc6 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_91a4ce9269f619390f9ba38c7c95336d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f908ff17c700342cc29d899116f52d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e061050af852cce2296d629feb28e0c0 = $(`<div id="html_e061050af852cce2296d629feb28e0c0" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_3f908ff17c700342cc29d899116f52d5.setContent(html_e061050af852cce2296d629feb28e0c0);
|
|
|
|
|
|
|
|
marker_ae297ae4bd19189416fa40e3b265bdc6.bindPopup(popup_3f908ff17c700342cc29d899116f52d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae297ae4bd19189416fa40e3b265bdc6.setIcon(icon_91a4ce9269f619390f9ba38c7c95336d);
|
|
|
|
|
|
var marker_7494d7979248048f7f042004d5ca2821 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_b535bf74bc89a9eb3ead10d3de0a9e06 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7411070b3df146aebe793fe497ba5274 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1076c425a6081315ca483d1058d1de03 = $(`<div id="html_1076c425a6081315ca483d1058d1de03" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_7411070b3df146aebe793fe497ba5274.setContent(html_1076c425a6081315ca483d1058d1de03);
|
|
|
|
|
|
|
|
marker_7494d7979248048f7f042004d5ca2821.bindPopup(popup_7411070b3df146aebe793fe497ba5274)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7494d7979248048f7f042004d5ca2821.setIcon(icon_b535bf74bc89a9eb3ead10d3de0a9e06);
|
|
|
|
|
|
var marker_c6477c44aac698e1d092f8c0a194c5ab = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_790a406131c45e6ab828d08fbcd6a9ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13db94eb5f1bd5a967074f1f2ece05a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b92320d48d8d3571511ed28d420e99cf = $(`<div id="html_b92320d48d8d3571511ed28d420e99cf" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_13db94eb5f1bd5a967074f1f2ece05a3.setContent(html_b92320d48d8d3571511ed28d420e99cf);
|
|
|
|
|
|
|
|
marker_c6477c44aac698e1d092f8c0a194c5ab.bindPopup(popup_13db94eb5f1bd5a967074f1f2ece05a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6477c44aac698e1d092f8c0a194c5ab.setIcon(icon_790a406131c45e6ab828d08fbcd6a9ea);
|
|
|
|
|
|
var marker_6dea493f8535a3b1f5620d80699e0674 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_b0157554ce13bbe6fddf7289bdb2b721 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06a9519c9eec2a784dd43ce84396d744 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a551fb3d2801b78a2990bd3ee8580ab = $(`<div id="html_8a551fb3d2801b78a2990bd3ee8580ab" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_06a9519c9eec2a784dd43ce84396d744.setContent(html_8a551fb3d2801b78a2990bd3ee8580ab);
|
|
|
|
|
|
|
|
marker_6dea493f8535a3b1f5620d80699e0674.bindPopup(popup_06a9519c9eec2a784dd43ce84396d744)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6dea493f8535a3b1f5620d80699e0674.setIcon(icon_b0157554ce13bbe6fddf7289bdb2b721);
|
|
|
|
|
|
var marker_fd42f920753aecb8a5180f2c2bc39575 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_b1cf9cd28ce906a02456d155d4087469 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_519bed103e178304b4e3722d725e04ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99c2d3986dc3c67c12db4cd5db1042f5 = $(`<div id="html_99c2d3986dc3c67c12db4cd5db1042f5" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_519bed103e178304b4e3722d725e04ea.setContent(html_99c2d3986dc3c67c12db4cd5db1042f5);
|
|
|
|
|
|
|
|
marker_fd42f920753aecb8a5180f2c2bc39575.bindPopup(popup_519bed103e178304b4e3722d725e04ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd42f920753aecb8a5180f2c2bc39575.setIcon(icon_b1cf9cd28ce906a02456d155d4087469);
|
|
|
|
|
|
var marker_31453b89d59d9230ec909ae408635bba = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_98fad3dab63ebbb568ff3fd8efafd931 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b83fedac60769a544cf5b77353bae53b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc1664cfdbf0f668a0cf3c06d855e3cc = $(`<div id="html_cc1664cfdbf0f668a0cf3c06d855e3cc" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_b83fedac60769a544cf5b77353bae53b.setContent(html_cc1664cfdbf0f668a0cf3c06d855e3cc);
|
|
|
|
|
|
|
|
marker_31453b89d59d9230ec909ae408635bba.bindPopup(popup_b83fedac60769a544cf5b77353bae53b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31453b89d59d9230ec909ae408635bba.setIcon(icon_98fad3dab63ebbb568ff3fd8efafd931);
|
|
|
|
|
|
var marker_912190247f2a3b64cb1e1f4d0a125e2f = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_29fd3363cbf3fdf5bb5c617769561cf3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39b485957c39d0431ee8b34d2340d3af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af9de56f9872da156c56da1a8bb51613 = $(`<div id="html_af9de56f9872da156c56da1a8bb51613" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_39b485957c39d0431ee8b34d2340d3af.setContent(html_af9de56f9872da156c56da1a8bb51613);
|
|
|
|
|
|
|
|
marker_912190247f2a3b64cb1e1f4d0a125e2f.bindPopup(popup_39b485957c39d0431ee8b34d2340d3af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_912190247f2a3b64cb1e1f4d0a125e2f.setIcon(icon_29fd3363cbf3fdf5bb5c617769561cf3);
|
|
|
|
|
|
var marker_21c5f1ad85a1d69a3fbcaf27b30273e8 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_d4be8b0c86feb81e75b6ac494a7d958d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6018520784de6a7de5c54f707ed4f75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_235b9ae679613e74517f3c2941b1b3b5 = $(`<div id="html_235b9ae679613e74517f3c2941b1b3b5" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_a6018520784de6a7de5c54f707ed4f75.setContent(html_235b9ae679613e74517f3c2941b1b3b5);
|
|
|
|
|
|
|
|
marker_21c5f1ad85a1d69a3fbcaf27b30273e8.bindPopup(popup_a6018520784de6a7de5c54f707ed4f75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21c5f1ad85a1d69a3fbcaf27b30273e8.setIcon(icon_d4be8b0c86feb81e75b6ac494a7d958d);
|
|
|
|
|
|
var marker_6369eb63d358f2d9b6bf6a4eb07d9ebb = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_b59e65fab6e1eb19813978347670f1c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9cf1ad165714edbdc7bd8ea8a156d29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96b8aa00bc44054972bbc6094e9f6d20 = $(`<div id="html_96b8aa00bc44054972bbc6094e9f6d20" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_c9cf1ad165714edbdc7bd8ea8a156d29.setContent(html_96b8aa00bc44054972bbc6094e9f6d20);
|
|
|
|
|
|
|
|
marker_6369eb63d358f2d9b6bf6a4eb07d9ebb.bindPopup(popup_c9cf1ad165714edbdc7bd8ea8a156d29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6369eb63d358f2d9b6bf6a4eb07d9ebb.setIcon(icon_b59e65fab6e1eb19813978347670f1c1);
|
|
|
|
|
|
var marker_0dab96cbd089419cc1417144e838ea8e = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_b255e6390ddace2a3879767e3d2dde62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c98f0d06c5953a5f435de5b62baeab0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7846ed91e0165f1c327e7bbe805ef40a = $(`<div id="html_7846ed91e0165f1c327e7bbe805ef40a" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_c98f0d06c5953a5f435de5b62baeab0c.setContent(html_7846ed91e0165f1c327e7bbe805ef40a);
|
|
|
|
|
|
|
|
marker_0dab96cbd089419cc1417144e838ea8e.bindPopup(popup_c98f0d06c5953a5f435de5b62baeab0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0dab96cbd089419cc1417144e838ea8e.setIcon(icon_b255e6390ddace2a3879767e3d2dde62);
|
|
|
|
|
|
var marker_d396231a0d33f969cc8c8ebf34fedb53 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_07215922aa7463b8e00757cfc9554113 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_317254f7209e1073dee490aef093ed19 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62fdb7fd684df52279ab3d3c5177d304 = $(`<div id="html_62fdb7fd684df52279ab3d3c5177d304" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_317254f7209e1073dee490aef093ed19.setContent(html_62fdb7fd684df52279ab3d3c5177d304);
|
|
|
|
|
|
|
|
marker_d396231a0d33f969cc8c8ebf34fedb53.bindPopup(popup_317254f7209e1073dee490aef093ed19)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d396231a0d33f969cc8c8ebf34fedb53.setIcon(icon_07215922aa7463b8e00757cfc9554113);
|
|
|
|
|
|
var marker_92e2cabb17b2d382ca92a474e161bb17 = L.marker(
|
|
[1.29524, 103.79],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_6de9a26a0cd3f4c7ab5332c948ca8da5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9dbfd9666b7e931d13827660c5851585 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e848981ba19546ee46df17774f56894 = $(`<div id="html_5e848981ba19546ee46df17774f56894" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_9dbfd9666b7e931d13827660c5851585.setContent(html_5e848981ba19546ee46df17774f56894);
|
|
|
|
|
|
|
|
marker_92e2cabb17b2d382ca92a474e161bb17.bindPopup(popup_9dbfd9666b7e931d13827660c5851585)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92e2cabb17b2d382ca92a474e161bb17.setIcon(icon_6de9a26a0cd3f4c7ab5332c948ca8da5);
|
|
|
|
|
|
var marker_24a399f187627ae31ac4d3f8d2e7565f = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_eeb238fdfcbf95c47c5ea0004b95d800 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c16dc7cfe932e696aab1b9e6a23cf0fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d49c33d31ed94627c73917127a66c01 = $(`<div id="html_0d49c33d31ed94627c73917127a66c01" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_c16dc7cfe932e696aab1b9e6a23cf0fa.setContent(html_0d49c33d31ed94627c73917127a66c01);
|
|
|
|
|
|
|
|
marker_24a399f187627ae31ac4d3f8d2e7565f.bindPopup(popup_c16dc7cfe932e696aab1b9e6a23cf0fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24a399f187627ae31ac4d3f8d2e7565f.setIcon(icon_eeb238fdfcbf95c47c5ea0004b95d800);
|
|
|
|
|
|
var marker_aacb8ce11b0eeb0b11556958c6dfed7c = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_8397718f14160e8ac6d48fcfb980c73b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4afefad878d82cff18ed6a2046adb84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6403f44808511ace66c34dee3691e0c = $(`<div id="html_a6403f44808511ace66c34dee3691e0c" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_b4afefad878d82cff18ed6a2046adb84.setContent(html_a6403f44808511ace66c34dee3691e0c);
|
|
|
|
|
|
|
|
marker_aacb8ce11b0eeb0b11556958c6dfed7c.bindPopup(popup_b4afefad878d82cff18ed6a2046adb84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aacb8ce11b0eeb0b11556958c6dfed7c.setIcon(icon_8397718f14160e8ac6d48fcfb980c73b);
|
|
|
|
|
|
var marker_6c4314d04b7334483ffba347b3f204f9 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_68f21e5a72902e29d8372e40ec189cd3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61f6c786a1abb481c9b892099e780a27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6e5bb0d624928850656318e2782fd3f = $(`<div id="html_b6e5bb0d624928850656318e2782fd3f" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_61f6c786a1abb481c9b892099e780a27.setContent(html_b6e5bb0d624928850656318e2782fd3f);
|
|
|
|
|
|
|
|
marker_6c4314d04b7334483ffba347b3f204f9.bindPopup(popup_61f6c786a1abb481c9b892099e780a27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c4314d04b7334483ffba347b3f204f9.setIcon(icon_68f21e5a72902e29d8372e40ec189cd3);
|
|
|
|
|
|
var marker_aaa3c3c1f283b478d39c7dd02c5dc9d1 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_53375c7f424dfe7e73d39058c0d7934b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aea98571e95cce4050ac6f59b3b37523 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea9c9ef2390ef064ca56499fc47f145d = $(`<div id="html_ea9c9ef2390ef064ca56499fc47f145d" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_aea98571e95cce4050ac6f59b3b37523.setContent(html_ea9c9ef2390ef064ca56499fc47f145d);
|
|
|
|
|
|
|
|
marker_aaa3c3c1f283b478d39c7dd02c5dc9d1.bindPopup(popup_aea98571e95cce4050ac6f59b3b37523)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aaa3c3c1f283b478d39c7dd02c5dc9d1.setIcon(icon_53375c7f424dfe7e73d39058c0d7934b);
|
|
|
|
|
|
var marker_42a7b60aac1c669fab5d75302dcbc31e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_d886f115f5df3d5c64980fb1a059ebd3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3eba87fbb143ff1028ea42ba34215487 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aad662e79a7dcef19afb02ae0259ba66 = $(`<div id="html_aad662e79a7dcef19afb02ae0259ba66" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_3eba87fbb143ff1028ea42ba34215487.setContent(html_aad662e79a7dcef19afb02ae0259ba66);
|
|
|
|
|
|
|
|
marker_42a7b60aac1c669fab5d75302dcbc31e.bindPopup(popup_3eba87fbb143ff1028ea42ba34215487)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42a7b60aac1c669fab5d75302dcbc31e.setIcon(icon_d886f115f5df3d5c64980fb1a059ebd3);
|
|
|
|
|
|
var marker_7f8dbe8c91371073d7f22e4849d338ae = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_7fe2d9f9157fdf513b191bea884f6adf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca6c1cccebcc505849b010c915a94126 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bae8b995007b2139198ce5d69b117392 = $(`<div id="html_bae8b995007b2139198ce5d69b117392" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_ca6c1cccebcc505849b010c915a94126.setContent(html_bae8b995007b2139198ce5d69b117392);
|
|
|
|
|
|
|
|
marker_7f8dbe8c91371073d7f22e4849d338ae.bindPopup(popup_ca6c1cccebcc505849b010c915a94126)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f8dbe8c91371073d7f22e4849d338ae.setIcon(icon_7fe2d9f9157fdf513b191bea884f6adf);
|
|
|
|
|
|
var marker_0947146f4d76482d1315d8c90c4aa3a4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_bc6cade9c5dc4ab4261e38b2f3883eab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ccf001e5cff72291eaf293725cc1a834 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_adc4f25969744045fe6074f3224d0a87 = $(`<div id="html_adc4f25969744045fe6074f3224d0a87" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_ccf001e5cff72291eaf293725cc1a834.setContent(html_adc4f25969744045fe6074f3224d0a87);
|
|
|
|
|
|
|
|
marker_0947146f4d76482d1315d8c90c4aa3a4.bindPopup(popup_ccf001e5cff72291eaf293725cc1a834)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0947146f4d76482d1315d8c90c4aa3a4.setIcon(icon_bc6cade9c5dc4ab4261e38b2f3883eab);
|
|
|
|
|
|
var marker_6b7c03409620482d902cb7f56b5994dc = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_4c36374141e9445aebd876462c4f3a0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_229f83715d62ba83a6ee97153ddae2e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8ac7edce6e4754d62be2ea420c7a33e = $(`<div id="html_c8ac7edce6e4754d62be2ea420c7a33e" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_229f83715d62ba83a6ee97153ddae2e3.setContent(html_c8ac7edce6e4754d62be2ea420c7a33e);
|
|
|
|
|
|
|
|
marker_6b7c03409620482d902cb7f56b5994dc.bindPopup(popup_229f83715d62ba83a6ee97153ddae2e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b7c03409620482d902cb7f56b5994dc.setIcon(icon_4c36374141e9445aebd876462c4f3a0d);
|
|
|
|
|
|
var marker_86404b2884d6a42311124760c7db8899 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_6603fa864fdfaff80b305123f1dfd470 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3edcef00a5a756f2b306b031760d3b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_712e28cd1af4a30d1180bd7d9adbf19a = $(`<div id="html_712e28cd1af4a30d1180bd7d9adbf19a" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_d3edcef00a5a756f2b306b031760d3b9.setContent(html_712e28cd1af4a30d1180bd7d9adbf19a);
|
|
|
|
|
|
|
|
marker_86404b2884d6a42311124760c7db8899.bindPopup(popup_d3edcef00a5a756f2b306b031760d3b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86404b2884d6a42311124760c7db8899.setIcon(icon_6603fa864fdfaff80b305123f1dfd470);
|
|
|
|
|
|
var marker_3b9371c56b2dc1700bbe3141c8cf08b1 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_fd67aea2098a5ab676f664739bdee739 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d614f636d664b099f2c9c4a5e0ff5ccc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cea910c07e36d1c578c79019a3439375 = $(`<div id="html_cea910c07e36d1c578c79019a3439375" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_d614f636d664b099f2c9c4a5e0ff5ccc.setContent(html_cea910c07e36d1c578c79019a3439375);
|
|
|
|
|
|
|
|
marker_3b9371c56b2dc1700bbe3141c8cf08b1.bindPopup(popup_d614f636d664b099f2c9c4a5e0ff5ccc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b9371c56b2dc1700bbe3141c8cf08b1.setIcon(icon_fd67aea2098a5ab676f664739bdee739);
|
|
|
|
|
|
var marker_555594b909dc04b4c6aa3e2fb1fcb3f6 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_8bcb1e8a2a1422f1d8a872609bfd9498 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d747f1aa4673b92253f754172f69c25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20403d63ef5ed3f3da8705559eedba51 = $(`<div id="html_20403d63ef5ed3f3da8705559eedba51" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_5d747f1aa4673b92253f754172f69c25.setContent(html_20403d63ef5ed3f3da8705559eedba51);
|
|
|
|
|
|
|
|
marker_555594b909dc04b4c6aa3e2fb1fcb3f6.bindPopup(popup_5d747f1aa4673b92253f754172f69c25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_555594b909dc04b4c6aa3e2fb1fcb3f6.setIcon(icon_8bcb1e8a2a1422f1d8a872609bfd9498);
|
|
|
|
|
|
var marker_b9d1a46b50ffeb3a5e36468b0b6735ab = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_645f3354604aff14b87ab1eeb19f7f54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28f365da625240f545fba91661876f33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39c956cd8b28d4d3e87b54d4e9b74258 = $(`<div id="html_39c956cd8b28d4d3e87b54d4e9b74258" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_28f365da625240f545fba91661876f33.setContent(html_39c956cd8b28d4d3e87b54d4e9b74258);
|
|
|
|
|
|
|
|
marker_b9d1a46b50ffeb3a5e36468b0b6735ab.bindPopup(popup_28f365da625240f545fba91661876f33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9d1a46b50ffeb3a5e36468b0b6735ab.setIcon(icon_645f3354604aff14b87ab1eeb19f7f54);
|
|
|
|
|
|
var marker_eb754e46c12177b7af41352753737852 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_4ae5bdd5ce23981a6c08a13a8071b0fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f50d61205a13bf7c5d8106809aa8644c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6e4d2bdd76368a25605d51d821c91a6 = $(`<div id="html_c6e4d2bdd76368a25605d51d821c91a6" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_f50d61205a13bf7c5d8106809aa8644c.setContent(html_c6e4d2bdd76368a25605d51d821c91a6);
|
|
|
|
|
|
|
|
marker_eb754e46c12177b7af41352753737852.bindPopup(popup_f50d61205a13bf7c5d8106809aa8644c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb754e46c12177b7af41352753737852.setIcon(icon_4ae5bdd5ce23981a6c08a13a8071b0fb);
|
|
|
|
|
|
var marker_a9e8f3dfcd34ca42e86e75f0a693bb6b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_9ab6fb61bfe059ae329fe203ffba06d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1489e051f2dfa2e9a5b755676acb8e70 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_786bf512a6d4fcfcdf6db80e5a2a4a5b = $(`<div id="html_786bf512a6d4fcfcdf6db80e5a2a4a5b" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_1489e051f2dfa2e9a5b755676acb8e70.setContent(html_786bf512a6d4fcfcdf6db80e5a2a4a5b);
|
|
|
|
|
|
|
|
marker_a9e8f3dfcd34ca42e86e75f0a693bb6b.bindPopup(popup_1489e051f2dfa2e9a5b755676acb8e70)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9e8f3dfcd34ca42e86e75f0a693bb6b.setIcon(icon_9ab6fb61bfe059ae329fe203ffba06d8);
|
|
|
|
|
|
var marker_0494564b27339a0adfdbe4900b5ffaa7 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_598d6468369a7b906bb514ba0f5b9b90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c5f6ed64c8275a69b4bdcabbaf349ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_155bd968725e985eec1cc36c9ba043bf = $(`<div id="html_155bd968725e985eec1cc36c9ba043bf" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_4c5f6ed64c8275a69b4bdcabbaf349ca.setContent(html_155bd968725e985eec1cc36c9ba043bf);
|
|
|
|
|
|
|
|
marker_0494564b27339a0adfdbe4900b5ffaa7.bindPopup(popup_4c5f6ed64c8275a69b4bdcabbaf349ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0494564b27339a0adfdbe4900b5ffaa7.setIcon(icon_598d6468369a7b906bb514ba0f5b9b90);
|
|
|
|
|
|
var marker_c5ad171a3533c27c257c5dde2831ddbd = L.marker(
|
|
[36.55, 139.733],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_2b4618827591297cdf3685b5bd5a21eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc8e77b9c7b143713d10d75307d9c633 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50f3c25e8b06b22bcdf4eb7dbab9ab9b = $(`<div id="html_50f3c25e8b06b22bcdf4eb7dbab9ab9b" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_cc8e77b9c7b143713d10d75307d9c633.setContent(html_50f3c25e8b06b22bcdf4eb7dbab9ab9b);
|
|
|
|
|
|
|
|
marker_c5ad171a3533c27c257c5dde2831ddbd.bindPopup(popup_cc8e77b9c7b143713d10d75307d9c633)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5ad171a3533c27c257c5dde2831ddbd.setIcon(icon_2b4618827591297cdf3685b5bd5a21eb);
|
|
|
|
|
|
var marker_827bd7ad51f5a37d4b591381fb8b0f60 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_3368ba494c875f369484060e8844cd40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c095072410532e89126009b63f48755 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6c46299701b0fdeb8748d4171bf6d9e = $(`<div id="html_f6c46299701b0fdeb8748d4171bf6d9e" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_1c095072410532e89126009b63f48755.setContent(html_f6c46299701b0fdeb8748d4171bf6d9e);
|
|
|
|
|
|
|
|
marker_827bd7ad51f5a37d4b591381fb8b0f60.bindPopup(popup_1c095072410532e89126009b63f48755)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_827bd7ad51f5a37d4b591381fb8b0f60.setIcon(icon_3368ba494c875f369484060e8844cd40);
|
|
|
|
|
|
var marker_2d244071e4f3c5271715c7589714e61e = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_197b73b704f4d053a7c65f27d383aec5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b9a13ddf0b2181c09fea2885cab4b61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_119549a2811f95133c8c5a0898965e58 = $(`<div id="html_119549a2811f95133c8c5a0898965e58" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_5b9a13ddf0b2181c09fea2885cab4b61.setContent(html_119549a2811f95133c8c5a0898965e58);
|
|
|
|
|
|
|
|
marker_2d244071e4f3c5271715c7589714e61e.bindPopup(popup_5b9a13ddf0b2181c09fea2885cab4b61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d244071e4f3c5271715c7589714e61e.setIcon(icon_197b73b704f4d053a7c65f27d383aec5);
|
|
|
|
|
|
var marker_0e55763136d1e79c6d6423756abb1f69 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_86982561eeae3e8ac9951fea86b15f4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b417037c9a1a067a0c4a07e45a71609 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a179f0e989ff20dac7394f898fab423a = $(`<div id="html_a179f0e989ff20dac7394f898fab423a" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_5b417037c9a1a067a0c4a07e45a71609.setContent(html_a179f0e989ff20dac7394f898fab423a);
|
|
|
|
|
|
|
|
marker_0e55763136d1e79c6d6423756abb1f69.bindPopup(popup_5b417037c9a1a067a0c4a07e45a71609)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e55763136d1e79c6d6423756abb1f69.setIcon(icon_86982561eeae3e8ac9951fea86b15f4e);
|
|
|
|
|
|
var marker_a35734a1f8136a203694b84cb195c117 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_cb6cc2266b528964f187a96305044693 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c4cea8877fdc523b9dd93ff85d89b44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c7e544c3c2657d75c76e52508378dfc = $(`<div id="html_9c7e544c3c2657d75c76e52508378dfc" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_0c4cea8877fdc523b9dd93ff85d89b44.setContent(html_9c7e544c3c2657d75c76e52508378dfc);
|
|
|
|
|
|
|
|
marker_a35734a1f8136a203694b84cb195c117.bindPopup(popup_0c4cea8877fdc523b9dd93ff85d89b44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a35734a1f8136a203694b84cb195c117.setIcon(icon_cb6cc2266b528964f187a96305044693);
|
|
|
|
|
|
var marker_619429258a08ae0b8d340d04c5df9c2b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_7a9f98894631f56f9434a453e6a86332 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_212308c4632ae291233c730c87c7f1ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1cef2ec62b86daacf4ab66bebc093db = $(`<div id="html_b1cef2ec62b86daacf4ab66bebc093db" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_212308c4632ae291233c730c87c7f1ed.setContent(html_b1cef2ec62b86daacf4ab66bebc093db);
|
|
|
|
|
|
|
|
marker_619429258a08ae0b8d340d04c5df9c2b.bindPopup(popup_212308c4632ae291233c730c87c7f1ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_619429258a08ae0b8d340d04c5df9c2b.setIcon(icon_7a9f98894631f56f9434a453e6a86332);
|
|
|
|
|
|
var marker_a769a1ccc4c8bf67ff6ee1e15a6275bd = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_c2259d1fd8bf1843ee73bd78d62f729f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b682c4898d09e94e14ab4ac5add7ae25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d907ff20004affc9f28ebb45ad22e103 = $(`<div id="html_d907ff20004affc9f28ebb45ad22e103" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_b682c4898d09e94e14ab4ac5add7ae25.setContent(html_d907ff20004affc9f28ebb45ad22e103);
|
|
|
|
|
|
|
|
marker_a769a1ccc4c8bf67ff6ee1e15a6275bd.bindPopup(popup_b682c4898d09e94e14ab4ac5add7ae25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a769a1ccc4c8bf67ff6ee1e15a6275bd.setIcon(icon_c2259d1fd8bf1843ee73bd78d62f729f);
|
|
|
|
|
|
var marker_1387cc2aa5dfc474f241aeae57e9fad4 = L.marker(
|
|
[52.0067, 4.35556],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_7ae02196187c2f3d28830ec7612ded7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c99d0eef0285e05e831466e13da47b75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed29e787ec1aba0f3521a87a5fd05f51 = $(`<div id="html_ed29e787ec1aba0f3521a87a5fd05f51" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_c99d0eef0285e05e831466e13da47b75.setContent(html_ed29e787ec1aba0f3521a87a5fd05f51);
|
|
|
|
|
|
|
|
marker_1387cc2aa5dfc474f241aeae57e9fad4.bindPopup(popup_c99d0eef0285e05e831466e13da47b75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1387cc2aa5dfc474f241aeae57e9fad4.setIcon(icon_7ae02196187c2f3d28830ec7612ded7d);
|
|
|
|
|
|
var marker_b06656b063b1aef78a246c3c5859d1ba = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_2fa6b76c58bcd2d9d6da08e5bed64d40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41acebbdf5deb21541d50d225e817aa6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba9e9b1da592e50dc3687d71fcd035bc = $(`<div id="html_ba9e9b1da592e50dc3687d71fcd035bc" style="width: 100.0%; height: 100.0%;">nostr.bilthon.dev</div>`)[0];
|
|
popup_41acebbdf5deb21541d50d225e817aa6.setContent(html_ba9e9b1da592e50dc3687d71fcd035bc);
|
|
|
|
|
|
|
|
marker_b06656b063b1aef78a246c3c5859d1ba.bindPopup(popup_41acebbdf5deb21541d50d225e817aa6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b06656b063b1aef78a246c3c5859d1ba.setIcon(icon_2fa6b76c58bcd2d9d6da08e5bed64d40);
|
|
|
|
|
|
var marker_50aca2489dc89fa80d4bdd4ab87f0abe = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_b45992b42a501cd71011ad04be2d2eb2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aea1b2faa750bcaf5f57cb30caad4000 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00a181c3096a124801a57ad8d7895328 = $(`<div id="html_00a181c3096a124801a57ad8d7895328" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_aea1b2faa750bcaf5f57cb30caad4000.setContent(html_00a181c3096a124801a57ad8d7895328);
|
|
|
|
|
|
|
|
marker_50aca2489dc89fa80d4bdd4ab87f0abe.bindPopup(popup_aea1b2faa750bcaf5f57cb30caad4000)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50aca2489dc89fa80d4bdd4ab87f0abe.setIcon(icon_b45992b42a501cd71011ad04be2d2eb2);
|
|
|
|
|
|
var marker_66cc8bd8c342d2825c8c4fe2bf7529be = L.marker(
|
|
[51.5524, -0.29686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_0b30213aa0533c4063471e097f4cebf1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afb6dc5ee396e1e84c447635af11d433 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_046f17632b31900301702d57d084c64a = $(`<div id="html_046f17632b31900301702d57d084c64a" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_afb6dc5ee396e1e84c447635af11d433.setContent(html_046f17632b31900301702d57d084c64a);
|
|
|
|
|
|
|
|
marker_66cc8bd8c342d2825c8c4fe2bf7529be.bindPopup(popup_afb6dc5ee396e1e84c447635af11d433)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66cc8bd8c342d2825c8c4fe2bf7529be.setIcon(icon_0b30213aa0533c4063471e097f4cebf1);
|
|
|
|
|
|
var marker_33428a50bdfbf35b92b37cc0a084b8b2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_dbd64518176fb37974549ac1117a5102 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8df3ceabee701c934ad52bc76df5421a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2bf5bf0818a341be881eefac4ac4aba7 = $(`<div id="html_2bf5bf0818a341be881eefac4ac4aba7" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_8df3ceabee701c934ad52bc76df5421a.setContent(html_2bf5bf0818a341be881eefac4ac4aba7);
|
|
|
|
|
|
|
|
marker_33428a50bdfbf35b92b37cc0a084b8b2.bindPopup(popup_8df3ceabee701c934ad52bc76df5421a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33428a50bdfbf35b92b37cc0a084b8b2.setIcon(icon_dbd64518176fb37974549ac1117a5102);
|
|
|
|
|
|
var marker_4e455bbc99b1a101e0c82b849f3697c7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_98bdcb7cd362e0643dc748815e56b6a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd68699e4fe8bb130cf0dcec5ecc6e5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b54c5e8c1d3e2ef044eeefe28d31b630 = $(`<div id="html_b54c5e8c1d3e2ef044eeefe28d31b630" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_fd68699e4fe8bb130cf0dcec5ecc6e5a.setContent(html_b54c5e8c1d3e2ef044eeefe28d31b630);
|
|
|
|
|
|
|
|
marker_4e455bbc99b1a101e0c82b849f3697c7.bindPopup(popup_fd68699e4fe8bb130cf0dcec5ecc6e5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e455bbc99b1a101e0c82b849f3697c7.setIcon(icon_98bdcb7cd362e0643dc748815e56b6a9);
|
|
|
|
|
|
var marker_e6be5e9bae0b798d01b536da02a2f14d = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_e631af045c2538f01f1a6d4d592fe96b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02ef64071e1503dfc4850ceb7ebc3fc3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d25b10925c92fd3fa6cbedcc92c45121 = $(`<div id="html_d25b10925c92fd3fa6cbedcc92c45121" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_02ef64071e1503dfc4850ceb7ebc3fc3.setContent(html_d25b10925c92fd3fa6cbedcc92c45121);
|
|
|
|
|
|
|
|
marker_e6be5e9bae0b798d01b536da02a2f14d.bindPopup(popup_02ef64071e1503dfc4850ceb7ebc3fc3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6be5e9bae0b798d01b536da02a2f14d.setIcon(icon_e631af045c2538f01f1a6d4d592fe96b);
|
|
|
|
|
|
var marker_aa729cf08a50164583128bb7ffcdef29 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_3904ea599d39d925296ccfaf4ad3a3c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d717eca21237f503fd60b0e4bf1463d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_088fe1f6e23f1a5d256746766a955f81 = $(`<div id="html_088fe1f6e23f1a5d256746766a955f81" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_4d717eca21237f503fd60b0e4bf1463d.setContent(html_088fe1f6e23f1a5d256746766a955f81);
|
|
|
|
|
|
|
|
marker_aa729cf08a50164583128bb7ffcdef29.bindPopup(popup_4d717eca21237f503fd60b0e4bf1463d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa729cf08a50164583128bb7ffcdef29.setIcon(icon_3904ea599d39d925296ccfaf4ad3a3c2);
|
|
|
|
|
|
var marker_2cdaed9f86d8b945a8a356de8a920699 = L.marker(
|
|
[40.9481, -79.7428],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_eceb5b481a98d91deb96024d8d094083 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5db3230feb45c96b0ea0d2c70f5adba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39ce761db251d03d4b7e19db9ea0ce07 = $(`<div id="html_39ce761db251d03d4b7e19db9ea0ce07" style="width: 100.0%; height: 100.0%;">garden.zap.cooking</div>`)[0];
|
|
popup_d5db3230feb45c96b0ea0d2c70f5adba.setContent(html_39ce761db251d03d4b7e19db9ea0ce07);
|
|
|
|
|
|
|
|
marker_2cdaed9f86d8b945a8a356de8a920699.bindPopup(popup_d5db3230feb45c96b0ea0d2c70f5adba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2cdaed9f86d8b945a8a356de8a920699.setIcon(icon_eceb5b481a98d91deb96024d8d094083);
|
|
|
|
|
|
var marker_3ed1f2a39790dc66d7a4bd5d2dcc03bf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_952f073a0be7477f187eb3778d417177 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60d683b2dc624dbf728827761eb79d6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09c419e6bf89498e2304fd26113d4286 = $(`<div id="html_09c419e6bf89498e2304fd26113d4286" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_60d683b2dc624dbf728827761eb79d6b.setContent(html_09c419e6bf89498e2304fd26113d4286);
|
|
|
|
|
|
|
|
marker_3ed1f2a39790dc66d7a4bd5d2dcc03bf.bindPopup(popup_60d683b2dc624dbf728827761eb79d6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ed1f2a39790dc66d7a4bd5d2dcc03bf.setIcon(icon_952f073a0be7477f187eb3778d417177);
|
|
|
|
|
|
var marker_90b917d36c12651d6276ccc5b84736aa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_1d1ad923f4bd5aee5afced3c5830d8a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c2100cc48f91733039eb5ea4a5f1f96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f1efa2127cc744c2acc4ad389915028 = $(`<div id="html_8f1efa2127cc744c2acc4ad389915028" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_2c2100cc48f91733039eb5ea4a5f1f96.setContent(html_8f1efa2127cc744c2acc4ad389915028);
|
|
|
|
|
|
|
|
marker_90b917d36c12651d6276ccc5b84736aa.bindPopup(popup_2c2100cc48f91733039eb5ea4a5f1f96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90b917d36c12651d6276ccc5b84736aa.setIcon(icon_1d1ad923f4bd5aee5afced3c5830d8a4);
|
|
|
|
|
|
var marker_8b633d93c5d189e3e503965242f74c78 = L.marker(
|
|
[45.4215, -75.6972],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_3bb0cb128e619ebd5e624fb887e5bf93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a3475dbbbadaa26c0479ead476057b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_349903db822dce36b0cf16253e93aaa7 = $(`<div id="html_349903db822dce36b0cf16253e93aaa7" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_6a3475dbbbadaa26c0479ead476057b4.setContent(html_349903db822dce36b0cf16253e93aaa7);
|
|
|
|
|
|
|
|
marker_8b633d93c5d189e3e503965242f74c78.bindPopup(popup_6a3475dbbbadaa26c0479ead476057b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b633d93c5d189e3e503965242f74c78.setIcon(icon_3bb0cb128e619ebd5e624fb887e5bf93);
|
|
|
|
|
|
var marker_efc9e0788811e8a8026834897010b359 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_39d1b894210ae10d21a05ed62735d061 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b999ac5da9f65c0d3359ffdde6ef5f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd6b94c9b384210d10781921fc4afa51 = $(`<div id="html_cd6b94c9b384210d10781921fc4afa51" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_1b999ac5da9f65c0d3359ffdde6ef5f6.setContent(html_cd6b94c9b384210d10781921fc4afa51);
|
|
|
|
|
|
|
|
marker_efc9e0788811e8a8026834897010b359.bindPopup(popup_1b999ac5da9f65c0d3359ffdde6ef5f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efc9e0788811e8a8026834897010b359.setIcon(icon_39d1b894210ae10d21a05ed62735d061);
|
|
|
|
|
|
var marker_42711237b0f496d69eb70e6416297d52 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_9806ded2a0a2d43903181e14d489c69b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cba328aa24ffc52217263ce97a08705e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57abde59a6e7fdc3ba0d4715b37081db = $(`<div id="html_57abde59a6e7fdc3ba0d4715b37081db" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_cba328aa24ffc52217263ce97a08705e.setContent(html_57abde59a6e7fdc3ba0d4715b37081db);
|
|
|
|
|
|
|
|
marker_42711237b0f496d69eb70e6416297d52.bindPopup(popup_cba328aa24ffc52217263ce97a08705e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42711237b0f496d69eb70e6416297d52.setIcon(icon_9806ded2a0a2d43903181e14d489c69b);
|
|
|
|
|
|
var marker_1af7e179a144a3bcabb66e81c03a81a0 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_816560fc80f6ad37a70a10d662780f1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ae4eed4d0e5e29c9c120e1b54089cf5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90075901d23a296fd1601b1778022fa2 = $(`<div id="html_90075901d23a296fd1601b1778022fa2" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_4ae4eed4d0e5e29c9c120e1b54089cf5.setContent(html_90075901d23a296fd1601b1778022fa2);
|
|
|
|
|
|
|
|
marker_1af7e179a144a3bcabb66e81c03a81a0.bindPopup(popup_4ae4eed4d0e5e29c9c120e1b54089cf5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1af7e179a144a3bcabb66e81c03a81a0.setIcon(icon_816560fc80f6ad37a70a10d662780f1a);
|
|
|
|
|
|
var marker_1e7bddc48540bc0945ec3716c727853a = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_f508d820a1f00e85ec23088846249ba7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23789e951c5e8901138f91042a1468b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa83898b80aa19f149f0fb003b294760 = $(`<div id="html_aa83898b80aa19f149f0fb003b294760" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_23789e951c5e8901138f91042a1468b4.setContent(html_aa83898b80aa19f149f0fb003b294760);
|
|
|
|
|
|
|
|
marker_1e7bddc48540bc0945ec3716c727853a.bindPopup(popup_23789e951c5e8901138f91042a1468b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e7bddc48540bc0945ec3716c727853a.setIcon(icon_f508d820a1f00e85ec23088846249ba7);
|
|
|
|
|
|
var marker_48a1599058149f07fcb62f4566c88ab8 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_efbbeab8c2ec90139ecc80c7ceb23a0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd0e291a827e558e9e19d8c5d9f10459 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1eaf8052c014e0ba56eab32bbac21120 = $(`<div id="html_1eaf8052c014e0ba56eab32bbac21120" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_bd0e291a827e558e9e19d8c5d9f10459.setContent(html_1eaf8052c014e0ba56eab32bbac21120);
|
|
|
|
|
|
|
|
marker_48a1599058149f07fcb62f4566c88ab8.bindPopup(popup_bd0e291a827e558e9e19d8c5d9f10459)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48a1599058149f07fcb62f4566c88ab8.setIcon(icon_efbbeab8c2ec90139ecc80c7ceb23a0d);
|
|
|
|
|
|
var marker_44777e008e9b1241a207bc780de9149e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_439a184455ff9a1762e1847c171d88da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d69a229f2883b4daf8495d0aa311c877 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fe9dceffad48756ba249f39d2fb1846 = $(`<div id="html_4fe9dceffad48756ba249f39d2fb1846" style="width: 100.0%; height: 100.0%;">nostr.superfriends.online</div>`)[0];
|
|
popup_d69a229f2883b4daf8495d0aa311c877.setContent(html_4fe9dceffad48756ba249f39d2fb1846);
|
|
|
|
|
|
|
|
marker_44777e008e9b1241a207bc780de9149e.bindPopup(popup_d69a229f2883b4daf8495d0aa311c877)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44777e008e9b1241a207bc780de9149e.setIcon(icon_439a184455ff9a1762e1847c171d88da);
|
|
|
|
|
|
var marker_e82697da4318d788e42be1a11ccdeffa = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_e69bdc81aad67163bbfa7f62d55d79ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7be6925d82b0a9c4f5e772fcbef2a2b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae0b18e1ea48d0a77b55e1ec0001ac07 = $(`<div id="html_ae0b18e1ea48d0a77b55e1ec0001ac07" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_7be6925d82b0a9c4f5e772fcbef2a2b9.setContent(html_ae0b18e1ea48d0a77b55e1ec0001ac07);
|
|
|
|
|
|
|
|
marker_e82697da4318d788e42be1a11ccdeffa.bindPopup(popup_7be6925d82b0a9c4f5e772fcbef2a2b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e82697da4318d788e42be1a11ccdeffa.setIcon(icon_e69bdc81aad67163bbfa7f62d55d79ba);
|
|
|
|
|
|
var marker_76ace45a824c144b23d4f1dfca99cb65 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_1d4cc23f7307dbc0f8aa0b34a47d0572 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cfa6f80066d3023a0d986ec2124db0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c28df07469ff03d4c33322202615a6c = $(`<div id="html_0c28df07469ff03d4c33322202615a6c" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_5cfa6f80066d3023a0d986ec2124db0c.setContent(html_0c28df07469ff03d4c33322202615a6c);
|
|
|
|
|
|
|
|
marker_76ace45a824c144b23d4f1dfca99cb65.bindPopup(popup_5cfa6f80066d3023a0d986ec2124db0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76ace45a824c144b23d4f1dfca99cb65.setIcon(icon_1d4cc23f7307dbc0f8aa0b34a47d0572);
|
|
|
|
|
|
var marker_e980d9ada855b35b774850361a12772d = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_541b11756665cc27ed9924c6aa882d92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ddbe6d387d240a876730de84ad52a02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f330f82202cdd478e54fee2e7ae8cae = $(`<div id="html_7f330f82202cdd478e54fee2e7ae8cae" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_4ddbe6d387d240a876730de84ad52a02.setContent(html_7f330f82202cdd478e54fee2e7ae8cae);
|
|
|
|
|
|
|
|
marker_e980d9ada855b35b774850361a12772d.bindPopup(popup_4ddbe6d387d240a876730de84ad52a02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e980d9ada855b35b774850361a12772d.setIcon(icon_541b11756665cc27ed9924c6aa882d92);
|
|
|
|
|
|
var marker_f2e8ac0bc1d9aba36114d23ed1e5278e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_0ba23b6b5f41bbc0da6d01fb302263f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_017d6618d8b0f4ca994fd962a6a46bcd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0be6395c6e9d292aa9df6ea419ef5e9a = $(`<div id="html_0be6395c6e9d292aa9df6ea419ef5e9a" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_017d6618d8b0f4ca994fd962a6a46bcd.setContent(html_0be6395c6e9d292aa9df6ea419ef5e9a);
|
|
|
|
|
|
|
|
marker_f2e8ac0bc1d9aba36114d23ed1e5278e.bindPopup(popup_017d6618d8b0f4ca994fd962a6a46bcd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2e8ac0bc1d9aba36114d23ed1e5278e.setIcon(icon_0ba23b6b5f41bbc0da6d01fb302263f9);
|
|
|
|
|
|
var marker_4cef8ad962a08548378b9a1155c89a29 = L.marker(
|
|
[36.1512, -86.7835],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_a44dab1af1f3004efa800a7d83cb63a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc8b5f6bbf06e79b4838664e0d6d1d2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebb90d8dde235ba98bd3eb3a9e65d89a = $(`<div id="html_ebb90d8dde235ba98bd3eb3a9e65d89a" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_fc8b5f6bbf06e79b4838664e0d6d1d2a.setContent(html_ebb90d8dde235ba98bd3eb3a9e65d89a);
|
|
|
|
|
|
|
|
marker_4cef8ad962a08548378b9a1155c89a29.bindPopup(popup_fc8b5f6bbf06e79b4838664e0d6d1d2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cef8ad962a08548378b9a1155c89a29.setIcon(icon_a44dab1af1f3004efa800a7d83cb63a4);
|
|
|
|
|
|
var marker_2d43467df29143d4933cef812ed0c08e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_a0d00a8a771b7a8d68084ac6ec5eef18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f45c35f36995f8485edb5af4e49fbfac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_642eb9079cb0cdd4f76550ca57fc51ac = $(`<div id="html_642eb9079cb0cdd4f76550ca57fc51ac" style="width: 100.0%; height: 100.0%;">relay.trustroots.org</div>`)[0];
|
|
popup_f45c35f36995f8485edb5af4e49fbfac.setContent(html_642eb9079cb0cdd4f76550ca57fc51ac);
|
|
|
|
|
|
|
|
marker_2d43467df29143d4933cef812ed0c08e.bindPopup(popup_f45c35f36995f8485edb5af4e49fbfac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d43467df29143d4933cef812ed0c08e.setIcon(icon_a0d00a8a771b7a8d68084ac6ec5eef18);
|
|
|
|
|
|
var marker_5bbb1f77d4090f17cb684ef9fcee4f2b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_0128ea2eeb022427e91dfbb727c3671e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62d18b1effc41945538063a59af38fc3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_296f224a6ba706c1adc85ac6f65d0594 = $(`<div id="html_296f224a6ba706c1adc85ac6f65d0594" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_62d18b1effc41945538063a59af38fc3.setContent(html_296f224a6ba706c1adc85ac6f65d0594);
|
|
|
|
|
|
|
|
marker_5bbb1f77d4090f17cb684ef9fcee4f2b.bindPopup(popup_62d18b1effc41945538063a59af38fc3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bbb1f77d4090f17cb684ef9fcee4f2b.setIcon(icon_0128ea2eeb022427e91dfbb727c3671e);
|
|
|
|
|
|
var marker_732cc90016a85e67bbb60b5eb830a428 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_663cb1c7470d34b377a6a6d3b49e9c4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68c7d769ea22cbc289a035d33e309d1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60593448d0bed51dab82a33ded1a49c8 = $(`<div id="html_60593448d0bed51dab82a33ded1a49c8" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_68c7d769ea22cbc289a035d33e309d1e.setContent(html_60593448d0bed51dab82a33ded1a49c8);
|
|
|
|
|
|
|
|
marker_732cc90016a85e67bbb60b5eb830a428.bindPopup(popup_68c7d769ea22cbc289a035d33e309d1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_732cc90016a85e67bbb60b5eb830a428.setIcon(icon_663cb1c7470d34b377a6a6d3b49e9c4d);
|
|
|
|
|
|
var marker_b6ee3a6d47b2de492b9b7a6444a8b5e3 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_a76cf5c20d459a30f63ff12429a4e57a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04d65f203b6220adbc3946798af843db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0539203b0cb44250c2590b9fec786028 = $(`<div id="html_0539203b0cb44250c2590b9fec786028" style="width: 100.0%; height: 100.0%;">wotr.relatr.xyz</div>`)[0];
|
|
popup_04d65f203b6220adbc3946798af843db.setContent(html_0539203b0cb44250c2590b9fec786028);
|
|
|
|
|
|
|
|
marker_b6ee3a6d47b2de492b9b7a6444a8b5e3.bindPopup(popup_04d65f203b6220adbc3946798af843db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6ee3a6d47b2de492b9b7a6444a8b5e3.setIcon(icon_a76cf5c20d459a30f63ff12429a4e57a);
|
|
|
|
|
|
var marker_d14d0450cb11ea9d343f20bef21f2794 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_ef007583084ac2fa7cb31e23021352d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae023f5c10bbdf72f5d18b3cf9ae6a47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2e5ae51cf6d2cda4e0bf5cd2a5ed72c = $(`<div id="html_d2e5ae51cf6d2cda4e0bf5cd2a5ed72c" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_ae023f5c10bbdf72f5d18b3cf9ae6a47.setContent(html_d2e5ae51cf6d2cda4e0bf5cd2a5ed72c);
|
|
|
|
|
|
|
|
marker_d14d0450cb11ea9d343f20bef21f2794.bindPopup(popup_ae023f5c10bbdf72f5d18b3cf9ae6a47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d14d0450cb11ea9d343f20bef21f2794.setIcon(icon_ef007583084ac2fa7cb31e23021352d8);
|
|
|
|
|
|
var marker_4f0815685b32780b2b20587043bc4d30 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_524b74e3939d3dd3400375028b54c6cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7887475b952db8c240230750d9fc8007 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f41dc742324decb9c045b846220a098 = $(`<div id="html_8f41dc742324decb9c045b846220a098" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_7887475b952db8c240230750d9fc8007.setContent(html_8f41dc742324decb9c045b846220a098);
|
|
|
|
|
|
|
|
marker_4f0815685b32780b2b20587043bc4d30.bindPopup(popup_7887475b952db8c240230750d9fc8007)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f0815685b32780b2b20587043bc4d30.setIcon(icon_524b74e3939d3dd3400375028b54c6cb);
|
|
|
|
|
|
var marker_fa3259f16752ea3c47d3ab65c1ee2b13 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_531bf54704ae5efd233a32ca050aabdd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0aba188690222dd054b830a07e78e478 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd247f4c0b4c57ead363871dcdf42fbe = $(`<div id="html_bd247f4c0b4c57ead363871dcdf42fbe" style="width: 100.0%; height: 100.0%;">relay.vantis.ninja</div>`)[0];
|
|
popup_0aba188690222dd054b830a07e78e478.setContent(html_bd247f4c0b4c57ead363871dcdf42fbe);
|
|
|
|
|
|
|
|
marker_fa3259f16752ea3c47d3ab65c1ee2b13.bindPopup(popup_0aba188690222dd054b830a07e78e478)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa3259f16752ea3c47d3ab65c1ee2b13.setIcon(icon_531bf54704ae5efd233a32ca050aabdd);
|
|
|
|
|
|
var marker_296233e022b2d10fa003f21fcc592327 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_07f283de38695ca00fde79e9fdf431d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c85bbd67fd71d70020767361aa83ef11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af19412e47f69f514e50e1f358f8509e = $(`<div id="html_af19412e47f69f514e50e1f358f8509e" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_c85bbd67fd71d70020767361aa83ef11.setContent(html_af19412e47f69f514e50e1f358f8509e);
|
|
|
|
|
|
|
|
marker_296233e022b2d10fa003f21fcc592327.bindPopup(popup_c85bbd67fd71d70020767361aa83ef11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_296233e022b2d10fa003f21fcc592327.setIcon(icon_07f283de38695ca00fde79e9fdf431d5);
|
|
|
|
|
|
var marker_cc9eabf0219f9d42947ef744cf49e119 = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_79c642930e60f809b140f424ccca8814 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3709c65170709956ef4ac91f3a254707 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51db1bc29b551021b1f50ee250f497bb = $(`<div id="html_51db1bc29b551021b1f50ee250f497bb" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_3709c65170709956ef4ac91f3a254707.setContent(html_51db1bc29b551021b1f50ee250f497bb);
|
|
|
|
|
|
|
|
marker_cc9eabf0219f9d42947ef744cf49e119.bindPopup(popup_3709c65170709956ef4ac91f3a254707)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc9eabf0219f9d42947ef744cf49e119.setIcon(icon_79c642930e60f809b140f424ccca8814);
|
|
|
|
|
|
var marker_f1dc1a85dd22e08c3c5c023bc09360ab = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_1aa04b1b7ac4b411510eacd08feeeac0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61b0e9fe828d1e2f365447247097f5e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08b177bbe52fdae242a358e1f9885c88 = $(`<div id="html_08b177bbe52fdae242a358e1f9885c88" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_61b0e9fe828d1e2f365447247097f5e1.setContent(html_08b177bbe52fdae242a358e1f9885c88);
|
|
|
|
|
|
|
|
marker_f1dc1a85dd22e08c3c5c023bc09360ab.bindPopup(popup_61b0e9fe828d1e2f365447247097f5e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1dc1a85dd22e08c3c5c023bc09360ab.setIcon(icon_1aa04b1b7ac4b411510eacd08feeeac0);
|
|
|
|
|
|
var marker_47c6edb42ab9b62c654631a401a83ec4 = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_216ef2f38156590025c18cef59a80394 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03b8dadf101d747b77e5d3a32bfd996c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25422b11cdc4560632d5528935028afa = $(`<div id="html_25422b11cdc4560632d5528935028afa" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_03b8dadf101d747b77e5d3a32bfd996c.setContent(html_25422b11cdc4560632d5528935028afa);
|
|
|
|
|
|
|
|
marker_47c6edb42ab9b62c654631a401a83ec4.bindPopup(popup_03b8dadf101d747b77e5d3a32bfd996c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47c6edb42ab9b62c654631a401a83ec4.setIcon(icon_216ef2f38156590025c18cef59a80394);
|
|
|
|
|
|
var marker_01c1d9a79ab795d4fcb8b76f50387128 = L.marker(
|
|
[39.9268, -75.0246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_b6de7731e0cbefd02ae70ed9f859fa1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbd163ba8d53644f588484e6011a840d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06e89e6995f49003c31fba858f937990 = $(`<div id="html_06e89e6995f49003c31fba858f937990" style="width: 100.0%; height: 100.0%;">nostr.calitabby.net</div>`)[0];
|
|
popup_cbd163ba8d53644f588484e6011a840d.setContent(html_06e89e6995f49003c31fba858f937990);
|
|
|
|
|
|
|
|
marker_01c1d9a79ab795d4fcb8b76f50387128.bindPopup(popup_cbd163ba8d53644f588484e6011a840d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01c1d9a79ab795d4fcb8b76f50387128.setIcon(icon_b6de7731e0cbefd02ae70ed9f859fa1d);
|
|
|
|
|
|
var marker_6cf616cee2929f9aa87fcc18a633cc37 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_6c4e60f48c01add0810360b7c6ca2467 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d8675fd5a308b0759143859afeee5df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d0a1400f85853981f203c9be210a4fa = $(`<div id="html_4d0a1400f85853981f203c9be210a4fa" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_0d8675fd5a308b0759143859afeee5df.setContent(html_4d0a1400f85853981f203c9be210a4fa);
|
|
|
|
|
|
|
|
marker_6cf616cee2929f9aa87fcc18a633cc37.bindPopup(popup_0d8675fd5a308b0759143859afeee5df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6cf616cee2929f9aa87fcc18a633cc37.setIcon(icon_6c4e60f48c01add0810360b7c6ca2467);
|
|
|
|
|
|
var marker_269fb9cf64473d0aed741d0e797a8053 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_98d0dffa2248480590c71d1d5ed410ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_924347ab29f42ca0196af9a88af52ef1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de02c8dd8c7369068ed0a42a32739982 = $(`<div id="html_de02c8dd8c7369068ed0a42a32739982" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_924347ab29f42ca0196af9a88af52ef1.setContent(html_de02c8dd8c7369068ed0a42a32739982);
|
|
|
|
|
|
|
|
marker_269fb9cf64473d0aed741d0e797a8053.bindPopup(popup_924347ab29f42ca0196af9a88af52ef1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_269fb9cf64473d0aed741d0e797a8053.setIcon(icon_98d0dffa2248480590c71d1d5ed410ea);
|
|
|
|
|
|
var marker_60e80fee0fc0854574c92430463aa181 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_b5ed9f1a64c6bfff1932b1a461dd0ae1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ffb59e1eb272eb28b3d30aa2acd3966 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1a49dcd3c1acb9cca3cf749b507dac0 = $(`<div id="html_c1a49dcd3c1acb9cca3cf749b507dac0" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_3ffb59e1eb272eb28b3d30aa2acd3966.setContent(html_c1a49dcd3c1acb9cca3cf749b507dac0);
|
|
|
|
|
|
|
|
marker_60e80fee0fc0854574c92430463aa181.bindPopup(popup_3ffb59e1eb272eb28b3d30aa2acd3966)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60e80fee0fc0854574c92430463aa181.setIcon(icon_b5ed9f1a64c6bfff1932b1a461dd0ae1);
|
|
|
|
|
|
var marker_da08d8297bfae6b6bdfd2f176874af00 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_b53a28e396f932e49262d77569f07377 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20c78777a725dbc57935ef2c17bf40f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f127b33088462a5e81bc5eb9000bb87b = $(`<div id="html_f127b33088462a5e81bc5eb9000bb87b" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_20c78777a725dbc57935ef2c17bf40f1.setContent(html_f127b33088462a5e81bc5eb9000bb87b);
|
|
|
|
|
|
|
|
marker_da08d8297bfae6b6bdfd2f176874af00.bindPopup(popup_20c78777a725dbc57935ef2c17bf40f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da08d8297bfae6b6bdfd2f176874af00.setIcon(icon_b53a28e396f932e49262d77569f07377);
|
|
|
|
|
|
var marker_9773ab0b32f5be5d980ac8381ff55b1d = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_6e69b978979788a08f89e51ec098ed3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cad4b1314d44a11841e621962ea3c2c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db55016dbb2b6f382351b6d34ad82611 = $(`<div id="html_db55016dbb2b6f382351b6d34ad82611" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_cad4b1314d44a11841e621962ea3c2c8.setContent(html_db55016dbb2b6f382351b6d34ad82611);
|
|
|
|
|
|
|
|
marker_9773ab0b32f5be5d980ac8381ff55b1d.bindPopup(popup_cad4b1314d44a11841e621962ea3c2c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9773ab0b32f5be5d980ac8381ff55b1d.setIcon(icon_6e69b978979788a08f89e51ec098ed3c);
|
|
|
|
|
|
var marker_c2a921928b605b064a5dbd6c1e12d992 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_174072850f40454e3b35f3703b8e0318 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19766174ba5813280fa0ff23614951ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e6a6e1a3d068ed61feb4c3db3c1746a = $(`<div id="html_4e6a6e1a3d068ed61feb4c3db3c1746a" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_19766174ba5813280fa0ff23614951ed.setContent(html_4e6a6e1a3d068ed61feb4c3db3c1746a);
|
|
|
|
|
|
|
|
marker_c2a921928b605b064a5dbd6c1e12d992.bindPopup(popup_19766174ba5813280fa0ff23614951ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2a921928b605b064a5dbd6c1e12d992.setIcon(icon_174072850f40454e3b35f3703b8e0318);
|
|
|
|
|
|
var marker_ca81ae5fc11ac1db020dc7e4b99ea797 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_5feb6bad9842b154cbf3b86855bc179d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40cc6e64138a11f6fb15087e369edb32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3653bc23ac63fdcad7d47ca5bf907fb9 = $(`<div id="html_3653bc23ac63fdcad7d47ca5bf907fb9" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_40cc6e64138a11f6fb15087e369edb32.setContent(html_3653bc23ac63fdcad7d47ca5bf907fb9);
|
|
|
|
|
|
|
|
marker_ca81ae5fc11ac1db020dc7e4b99ea797.bindPopup(popup_40cc6e64138a11f6fb15087e369edb32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca81ae5fc11ac1db020dc7e4b99ea797.setIcon(icon_5feb6bad9842b154cbf3b86855bc179d);
|
|
|
|
|
|
var marker_98b6dc667de4057bcb7900c222b27638 = L.marker(
|
|
[34.6937, 135.502],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_4120dce056772167433de01ae133b622 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4c3ffac98f0542c9d0a3804f8b5d1a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5cade746ff648242db262a9887bf4dd2 = $(`<div id="html_5cade746ff648242db262a9887bf4dd2" style="width: 100.0%; height: 100.0%;">v-relay.d02.vrtmrz.net</div>`)[0];
|
|
popup_c4c3ffac98f0542c9d0a3804f8b5d1a1.setContent(html_5cade746ff648242db262a9887bf4dd2);
|
|
|
|
|
|
|
|
marker_98b6dc667de4057bcb7900c222b27638.bindPopup(popup_c4c3ffac98f0542c9d0a3804f8b5d1a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98b6dc667de4057bcb7900c222b27638.setIcon(icon_4120dce056772167433de01ae133b622);
|
|
|
|
|
|
var marker_2cbfbfa2feffdcbc36adc2450bfa0236 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_fc52d6361df36cfc9532e0b7acfe351f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6797f20d9f97a928dad8864c012256c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac6a2c91a1e42ff9389303734088b2e3 = $(`<div id="html_ac6a2c91a1e42ff9389303734088b2e3" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_d6797f20d9f97a928dad8864c012256c.setContent(html_ac6a2c91a1e42ff9389303734088b2e3);
|
|
|
|
|
|
|
|
marker_2cbfbfa2feffdcbc36adc2450bfa0236.bindPopup(popup_d6797f20d9f97a928dad8864c012256c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2cbfbfa2feffdcbc36adc2450bfa0236.setIcon(icon_fc52d6361df36cfc9532e0b7acfe351f);
|
|
|
|
|
|
var marker_f87acd7da68e399e3cc62c424bb14dfc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_cd30d4f0aad014375ed954373bc617cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7378563cf32ddcbfe93ae9be914045f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f9f33d665781eb5e1735e4c96241590 = $(`<div id="html_5f9f33d665781eb5e1735e4c96241590" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_7378563cf32ddcbfe93ae9be914045f3.setContent(html_5f9f33d665781eb5e1735e4c96241590);
|
|
|
|
|
|
|
|
marker_f87acd7da68e399e3cc62c424bb14dfc.bindPopup(popup_7378563cf32ddcbfe93ae9be914045f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f87acd7da68e399e3cc62c424bb14dfc.setIcon(icon_cd30d4f0aad014375ed954373bc617cd);
|
|
|
|
|
|
var marker_12526684756441a7c66bd7e0f14a6d67 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_74b17dfc16091866c000c9f4325140f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9152470698690633645b480e266d669 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bad72fe1e46d68498f720402fe93f37b = $(`<div id="html_bad72fe1e46d68498f720402fe93f37b" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_f9152470698690633645b480e266d669.setContent(html_bad72fe1e46d68498f720402fe93f37b);
|
|
|
|
|
|
|
|
marker_12526684756441a7c66bd7e0f14a6d67.bindPopup(popup_f9152470698690633645b480e266d669)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12526684756441a7c66bd7e0f14a6d67.setIcon(icon_74b17dfc16091866c000c9f4325140f2);
|
|
|
|
|
|
var marker_1266908b3d8a3f9bad141c7ba1549b55 = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_3eee6b8e003bf42d19bc9fbcbc3556f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b79237ba812b9a813b27d633b05f97ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dae42bfad4848f919f4276cfc58599be = $(`<div id="html_dae42bfad4848f919f4276cfc58599be" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_b79237ba812b9a813b27d633b05f97ab.setContent(html_dae42bfad4848f919f4276cfc58599be);
|
|
|
|
|
|
|
|
marker_1266908b3d8a3f9bad141c7ba1549b55.bindPopup(popup_b79237ba812b9a813b27d633b05f97ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1266908b3d8a3f9bad141c7ba1549b55.setIcon(icon_3eee6b8e003bf42d19bc9fbcbc3556f1);
|
|
|
|
|
|
var marker_591a4cbb49fcc69fb3db991695757c33 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_61cfd6acd677b193dd031e4290a4c25e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38f3bf3671f3973e471986f05b1952cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c962d074500dbfdca0aad71adef860f = $(`<div id="html_9c962d074500dbfdca0aad71adef860f" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_38f3bf3671f3973e471986f05b1952cb.setContent(html_9c962d074500dbfdca0aad71adef860f);
|
|
|
|
|
|
|
|
marker_591a4cbb49fcc69fb3db991695757c33.bindPopup(popup_38f3bf3671f3973e471986f05b1952cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_591a4cbb49fcc69fb3db991695757c33.setIcon(icon_61cfd6acd677b193dd031e4290a4c25e);
|
|
|
|
|
|
var marker_91f859f1a04ba1c9f2631e1acb5403c6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_1ee94185b1d86c23c7368326b99ed9ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90a96735daad05a3ab0900b637e4b899 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_820259f89afd8d27ec6d92da06aa3df3 = $(`<div id="html_820259f89afd8d27ec6d92da06aa3df3" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_90a96735daad05a3ab0900b637e4b899.setContent(html_820259f89afd8d27ec6d92da06aa3df3);
|
|
|
|
|
|
|
|
marker_91f859f1a04ba1c9f2631e1acb5403c6.bindPopup(popup_90a96735daad05a3ab0900b637e4b899)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91f859f1a04ba1c9f2631e1acb5403c6.setIcon(icon_1ee94185b1d86c23c7368326b99ed9ed);
|
|
|
|
|
|
var marker_25e4f09820323c29b57039eb0560e046 = L.marker(
|
|
[47.6735, -116.781],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_7082e4801846de5caff4469a4822f424 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e3ce2da2c315948fff49017d73014d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c89b5ddb72b0500726bffd0d3edea88 = $(`<div id="html_2c89b5ddb72b0500726bffd0d3edea88" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_5e3ce2da2c315948fff49017d73014d7.setContent(html_2c89b5ddb72b0500726bffd0d3edea88);
|
|
|
|
|
|
|
|
marker_25e4f09820323c29b57039eb0560e046.bindPopup(popup_5e3ce2da2c315948fff49017d73014d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25e4f09820323c29b57039eb0560e046.setIcon(icon_7082e4801846de5caff4469a4822f424);
|
|
|
|
|
|
var marker_d0281fa4dc8a25ba54dd9b94ed133402 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_bf44342dff351f66cf9beff9f62097e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0596ae199c233fd560f157c727d772c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35e7f144387a3c3046bdc701861ca4cf = $(`<div id="html_35e7f144387a3c3046bdc701861ca4cf" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_0596ae199c233fd560f157c727d772c5.setContent(html_35e7f144387a3c3046bdc701861ca4cf);
|
|
|
|
|
|
|
|
marker_d0281fa4dc8a25ba54dd9b94ed133402.bindPopup(popup_0596ae199c233fd560f157c727d772c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0281fa4dc8a25ba54dd9b94ed133402.setIcon(icon_bf44342dff351f66cf9beff9f62097e3);
|
|
|
|
|
|
var marker_410c330799b312bd2a2f85af9f7fbdcc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_9826d620bb95292bed9c2289a12432f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b8b9ddaa0ff7dd4acb8292326576a32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2799399302069cbb59c80b063777a375 = $(`<div id="html_2799399302069cbb59c80b063777a375" style="width: 100.0%; height: 100.0%;">relaynostr.breadslice.com</div>`)[0];
|
|
popup_3b8b9ddaa0ff7dd4acb8292326576a32.setContent(html_2799399302069cbb59c80b063777a375);
|
|
|
|
|
|
|
|
marker_410c330799b312bd2a2f85af9f7fbdcc.bindPopup(popup_3b8b9ddaa0ff7dd4acb8292326576a32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_410c330799b312bd2a2f85af9f7fbdcc.setIcon(icon_9826d620bb95292bed9c2289a12432f9);
|
|
|
|
|
|
var marker_c5369db7600b96d64e99455cf70769de = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_ef30dc24649b0b66c0d9e7569f39b427 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67e094352e58d0429e90115934782b30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d5e684a657a9ad1b00cfb435497cede = $(`<div id="html_8d5e684a657a9ad1b00cfb435497cede" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_67e094352e58d0429e90115934782b30.setContent(html_8d5e684a657a9ad1b00cfb435497cede);
|
|
|
|
|
|
|
|
marker_c5369db7600b96d64e99455cf70769de.bindPopup(popup_67e094352e58d0429e90115934782b30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5369db7600b96d64e99455cf70769de.setIcon(icon_ef30dc24649b0b66c0d9e7569f39b427);
|
|
|
|
|
|
var marker_7a6bb2b8c905ea6d3ee057b65dcd8bec = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_942bf454de56c18ac22f4145ea398f0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1dbd1fbcbbf5e70666e97c38665c5be7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e67219dd6a31c60c7c9cf995be9e1ede = $(`<div id="html_e67219dd6a31c60c7c9cf995be9e1ede" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_1dbd1fbcbbf5e70666e97c38665c5be7.setContent(html_e67219dd6a31c60c7c9cf995be9e1ede);
|
|
|
|
|
|
|
|
marker_7a6bb2b8c905ea6d3ee057b65dcd8bec.bindPopup(popup_1dbd1fbcbbf5e70666e97c38665c5be7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a6bb2b8c905ea6d3ee057b65dcd8bec.setIcon(icon_942bf454de56c18ac22f4145ea398f0a);
|
|
|
|
|
|
var marker_db821819d3707e95b4b15f20c259eb64 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_30a7fa05ff56195c9cde8548b7eba876 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3709fa4e162d5ee7d8a4c20346c77e18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f42c90750c32eb8d8d0505bd6ca8556f = $(`<div id="html_f42c90750c32eb8d8d0505bd6ca8556f" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_3709fa4e162d5ee7d8a4c20346c77e18.setContent(html_f42c90750c32eb8d8d0505bd6ca8556f);
|
|
|
|
|
|
|
|
marker_db821819d3707e95b4b15f20c259eb64.bindPopup(popup_3709fa4e162d5ee7d8a4c20346c77e18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db821819d3707e95b4b15f20c259eb64.setIcon(icon_30a7fa05ff56195c9cde8548b7eba876);
|
|
|
|
|
|
var marker_8fe12aef72020fe8d2a4d5394e6e7332 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_f373610ce0e485e3a14af4c4b9cd86e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fbfedd3e641de47a9f05e12bd3e24f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61628e85e6cce2e04fa2397db9d2a847 = $(`<div id="html_61628e85e6cce2e04fa2397db9d2a847" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_1fbfedd3e641de47a9f05e12bd3e24f7.setContent(html_61628e85e6cce2e04fa2397db9d2a847);
|
|
|
|
|
|
|
|
marker_8fe12aef72020fe8d2a4d5394e6e7332.bindPopup(popup_1fbfedd3e641de47a9f05e12bd3e24f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fe12aef72020fe8d2a4d5394e6e7332.setIcon(icon_f373610ce0e485e3a14af4c4b9cd86e9);
|
|
|
|
|
|
var marker_114b9d75ced0e4d23a5ef092d420bfc2 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_0bc81685fdf44caace721e79a7845e2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_986acbc1aea79a214b095b6bc55a58fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e78d1cde07ee0d815e0fdb4f26c033af = $(`<div id="html_e78d1cde07ee0d815e0fdb4f26c033af" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_986acbc1aea79a214b095b6bc55a58fc.setContent(html_e78d1cde07ee0d815e0fdb4f26c033af);
|
|
|
|
|
|
|
|
marker_114b9d75ced0e4d23a5ef092d420bfc2.bindPopup(popup_986acbc1aea79a214b095b6bc55a58fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_114b9d75ced0e4d23a5ef092d420bfc2.setIcon(icon_0bc81685fdf44caace721e79a7845e2c);
|
|
|
|
|
|
var marker_ff9a23e0b09e98aff7ccdd35548a96c1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_51379b4c27a5df61b81af75da8d30298 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e62eb817323216cbb4f921427b83d6b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0535a0f328730184ac2ba6a1a8a32192 = $(`<div id="html_0535a0f328730184ac2ba6a1a8a32192" style="width: 100.0%; height: 100.0%;">relay.coldforge.xyz</div>`)[0];
|
|
popup_e62eb817323216cbb4f921427b83d6b3.setContent(html_0535a0f328730184ac2ba6a1a8a32192);
|
|
|
|
|
|
|
|
marker_ff9a23e0b09e98aff7ccdd35548a96c1.bindPopup(popup_e62eb817323216cbb4f921427b83d6b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff9a23e0b09e98aff7ccdd35548a96c1.setIcon(icon_51379b4c27a5df61b81af75da8d30298);
|
|
|
|
|
|
var marker_9d25594220624b1f266121f827ea029d = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_1301687319ebaf0a1b480e315513a77b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eccdbc7459b2c6abd469fc6e04e97970 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02bd4d593f89278d729cc16c802ab6d1 = $(`<div id="html_02bd4d593f89278d729cc16c802ab6d1" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_eccdbc7459b2c6abd469fc6e04e97970.setContent(html_02bd4d593f89278d729cc16c802ab6d1);
|
|
|
|
|
|
|
|
marker_9d25594220624b1f266121f827ea029d.bindPopup(popup_eccdbc7459b2c6abd469fc6e04e97970)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d25594220624b1f266121f827ea029d.setIcon(icon_1301687319ebaf0a1b480e315513a77b);
|
|
|
|
|
|
var marker_dc941bda0ec0a14035a3cda502833805 = L.marker(
|
|
[59.8845, 30.3184],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_a4c4f27a45d441ec04b99e45d97cd058 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_368bc2a5a4558dca9ba98e55e968d3af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abfd17fcefb5341c436de39f932b970d = $(`<div id="html_abfd17fcefb5341c436de39f932b970d" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_368bc2a5a4558dca9ba98e55e968d3af.setContent(html_abfd17fcefb5341c436de39f932b970d);
|
|
|
|
|
|
|
|
marker_dc941bda0ec0a14035a3cda502833805.bindPopup(popup_368bc2a5a4558dca9ba98e55e968d3af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc941bda0ec0a14035a3cda502833805.setIcon(icon_a4c4f27a45d441ec04b99e45d97cd058);
|
|
|
|
|
|
var marker_6b32889e2f637c729b1330e2e5683049 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_f2711cba827240079412aafcf6e1873f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df0ab166eba70fa96b16509d370709e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cd35a9cd0df2360aedf2ea257ce93f5 = $(`<div id="html_7cd35a9cd0df2360aedf2ea257ce93f5" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_df0ab166eba70fa96b16509d370709e1.setContent(html_7cd35a9cd0df2360aedf2ea257ce93f5);
|
|
|
|
|
|
|
|
marker_6b32889e2f637c729b1330e2e5683049.bindPopup(popup_df0ab166eba70fa96b16509d370709e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b32889e2f637c729b1330e2e5683049.setIcon(icon_f2711cba827240079412aafcf6e1873f);
|
|
|
|
|
|
var marker_221f6b332bd726b8e1c1fe8027f452b2 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_d69219b9eda892605221dac5dd41c180 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dae7147c88310cf5e0720449bbdd8a9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_869d3e9fc0c9b03639b1f7d32ab493a9 = $(`<div id="html_869d3e9fc0c9b03639b1f7d32ab493a9" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_dae7147c88310cf5e0720449bbdd8a9c.setContent(html_869d3e9fc0c9b03639b1f7d32ab493a9);
|
|
|
|
|
|
|
|
marker_221f6b332bd726b8e1c1fe8027f452b2.bindPopup(popup_dae7147c88310cf5e0720449bbdd8a9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_221f6b332bd726b8e1c1fe8027f452b2.setIcon(icon_d69219b9eda892605221dac5dd41c180);
|
|
|
|
|
|
var marker_80f3c0cbab605f61f6ef85c0f019e0c9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_61f4c1b09a10bb2b9065168ceb404c56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_734bb2de98f55f5dd2116482b032b3ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f74bd48637a02814fcfa1431274ac09 = $(`<div id="html_3f74bd48637a02814fcfa1431274ac09" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_734bb2de98f55f5dd2116482b032b3ce.setContent(html_3f74bd48637a02814fcfa1431274ac09);
|
|
|
|
|
|
|
|
marker_80f3c0cbab605f61f6ef85c0f019e0c9.bindPopup(popup_734bb2de98f55f5dd2116482b032b3ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80f3c0cbab605f61f6ef85c0f019e0c9.setIcon(icon_61f4c1b09a10bb2b9065168ceb404c56);
|
|
|
|
|
|
var marker_e65eb804e6c6cae15fc9ff71a39b6733 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_5a98729c4ef96d4f963ad7e00714d09c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_345968e801efebd6b52c97609ff1a7ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_826fdfab317fc838da24d326d27013d5 = $(`<div id="html_826fdfab317fc838da24d326d27013d5" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_345968e801efebd6b52c97609ff1a7ae.setContent(html_826fdfab317fc838da24d326d27013d5);
|
|
|
|
|
|
|
|
marker_e65eb804e6c6cae15fc9ff71a39b6733.bindPopup(popup_345968e801efebd6b52c97609ff1a7ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e65eb804e6c6cae15fc9ff71a39b6733.setIcon(icon_5a98729c4ef96d4f963ad7e00714d09c);
|
|
|
|
|
|
var marker_bc4ec1c5b66734d3cd9662e717113cc4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_b4d21e57c7bc373cd989f5bdcb9f939c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfc968585a3eef4ad4a597383157219a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8dc09a029207585763b8753c91da60fd = $(`<div id="html_8dc09a029207585763b8753c91da60fd" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_dfc968585a3eef4ad4a597383157219a.setContent(html_8dc09a029207585763b8753c91da60fd);
|
|
|
|
|
|
|
|
marker_bc4ec1c5b66734d3cd9662e717113cc4.bindPopup(popup_dfc968585a3eef4ad4a597383157219a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc4ec1c5b66734d3cd9662e717113cc4.setIcon(icon_b4d21e57c7bc373cd989f5bdcb9f939c);
|
|
|
|
|
|
var marker_4b1703e1f89677679dcf4613696f55de = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_d56ac5fa94788164a4317c1ced6f1c72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aeb6218cc88dda76edcb3193922b1ef6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e922aa2d5fa205f4e0c2cc507f41e3c4 = $(`<div id="html_e922aa2d5fa205f4e0c2cc507f41e3c4" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_aeb6218cc88dda76edcb3193922b1ef6.setContent(html_e922aa2d5fa205f4e0c2cc507f41e3c4);
|
|
|
|
|
|
|
|
marker_4b1703e1f89677679dcf4613696f55de.bindPopup(popup_aeb6218cc88dda76edcb3193922b1ef6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b1703e1f89677679dcf4613696f55de.setIcon(icon_d56ac5fa94788164a4317c1ced6f1c72);
|
|
|
|
|
|
var marker_cde73e2a7074d0655bcd5a8d2b0f9972 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_1897a3c7416383bf54e7e5af519ae3a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a2a3315fcbb6046265ab6568f29743c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0334ec87b81fc3e5a76b1fdae0aa3e91 = $(`<div id="html_0334ec87b81fc3e5a76b1fdae0aa3e91" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_4a2a3315fcbb6046265ab6568f29743c.setContent(html_0334ec87b81fc3e5a76b1fdae0aa3e91);
|
|
|
|
|
|
|
|
marker_cde73e2a7074d0655bcd5a8d2b0f9972.bindPopup(popup_4a2a3315fcbb6046265ab6568f29743c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cde73e2a7074d0655bcd5a8d2b0f9972.setIcon(icon_1897a3c7416383bf54e7e5af519ae3a3);
|
|
|
|
|
|
var marker_a9e7d7fe14562b9afa65331aa1758f7c = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_3a476669c495b362a60341f455ec5971 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad7e0c2601ece8e2803017ca6b688c01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f98aa6e71bab19e54b16e33255077a3b = $(`<div id="html_f98aa6e71bab19e54b16e33255077a3b" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_ad7e0c2601ece8e2803017ca6b688c01.setContent(html_f98aa6e71bab19e54b16e33255077a3b);
|
|
|
|
|
|
|
|
marker_a9e7d7fe14562b9afa65331aa1758f7c.bindPopup(popup_ad7e0c2601ece8e2803017ca6b688c01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9e7d7fe14562b9afa65331aa1758f7c.setIcon(icon_3a476669c495b362a60341f455ec5971);
|
|
|
|
|
|
var marker_ee2c01cb41f42470a516916e6e941f1c = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_eaf283e19a9386c106dc9a36aeb8217b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58e794746b91bcaaafcccd7be4e65a96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_665a5c5e496a1535c2d5aad29bbada0d = $(`<div id="html_665a5c5e496a1535c2d5aad29bbada0d" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_58e794746b91bcaaafcccd7be4e65a96.setContent(html_665a5c5e496a1535c2d5aad29bbada0d);
|
|
|
|
|
|
|
|
marker_ee2c01cb41f42470a516916e6e941f1c.bindPopup(popup_58e794746b91bcaaafcccd7be4e65a96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee2c01cb41f42470a516916e6e941f1c.setIcon(icon_eaf283e19a9386c106dc9a36aeb8217b);
|
|
|
|
|
|
var marker_dd754d2ecaa8a6b56a7442924b4acc8e = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_89116bd349c2b976ba0992b1569cac39 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4af6f69564cfb207b91c2a2eec081d36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32f2d363d6702e04f9e6342b6931f78d = $(`<div id="html_32f2d363d6702e04f9e6342b6931f78d" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_4af6f69564cfb207b91c2a2eec081d36.setContent(html_32f2d363d6702e04f9e6342b6931f78d);
|
|
|
|
|
|
|
|
marker_dd754d2ecaa8a6b56a7442924b4acc8e.bindPopup(popup_4af6f69564cfb207b91c2a2eec081d36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd754d2ecaa8a6b56a7442924b4acc8e.setIcon(icon_89116bd349c2b976ba0992b1569cac39);
|
|
|
|
|
|
var marker_de4e8bfdf9e45e0439146577881bbf29 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_3b53443e3ffa07f03cdd8b17ce536a2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_778e53c91baa5d33b4bf8efe2d974385 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_525b7d3a20faf403557d8e2ed6de1200 = $(`<div id="html_525b7d3a20faf403557d8e2ed6de1200" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_778e53c91baa5d33b4bf8efe2d974385.setContent(html_525b7d3a20faf403557d8e2ed6de1200);
|
|
|
|
|
|
|
|
marker_de4e8bfdf9e45e0439146577881bbf29.bindPopup(popup_778e53c91baa5d33b4bf8efe2d974385)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de4e8bfdf9e45e0439146577881bbf29.setIcon(icon_3b53443e3ffa07f03cdd8b17ce536a2c);
|
|
|
|
|
|
var marker_97b545f4f8c3bbf3156ce064d919c0bd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_524ef3571ab9725b55188477bbefdb19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b793ab724a15602db527387e86fcb88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30fa65956d1283484c768120641c6501 = $(`<div id="html_30fa65956d1283484c768120641c6501" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_4b793ab724a15602db527387e86fcb88.setContent(html_30fa65956d1283484c768120641c6501);
|
|
|
|
|
|
|
|
marker_97b545f4f8c3bbf3156ce064d919c0bd.bindPopup(popup_4b793ab724a15602db527387e86fcb88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97b545f4f8c3bbf3156ce064d919c0bd.setIcon(icon_524ef3571ab9725b55188477bbefdb19);
|
|
|
|
|
|
var marker_931a18813d4f92506d6efed0a68297ee = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_3e16044af08da88f0fe6cc8fed9728e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5eb37d3e7f8313ea0f9dde30a911036 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05af0b816ab2063d0b03b8b249e67b00 = $(`<div id="html_05af0b816ab2063d0b03b8b249e67b00" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_a5eb37d3e7f8313ea0f9dde30a911036.setContent(html_05af0b816ab2063d0b03b8b249e67b00);
|
|
|
|
|
|
|
|
marker_931a18813d4f92506d6efed0a68297ee.bindPopup(popup_a5eb37d3e7f8313ea0f9dde30a911036)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_931a18813d4f92506d6efed0a68297ee.setIcon(icon_3e16044af08da88f0fe6cc8fed9728e7);
|
|
|
|
|
|
var marker_181ec15283b1f2900f5e0187a254bf45 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_f82818729f8b19195e3049b28dea04fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5a2bef1f90fe14475daff00e09879a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a8c5ce480197019de27615403f57adf = $(`<div id="html_8a8c5ce480197019de27615403f57adf" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_d5a2bef1f90fe14475daff00e09879a8.setContent(html_8a8c5ce480197019de27615403f57adf);
|
|
|
|
|
|
|
|
marker_181ec15283b1f2900f5e0187a254bf45.bindPopup(popup_d5a2bef1f90fe14475daff00e09879a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_181ec15283b1f2900f5e0187a254bf45.setIcon(icon_f82818729f8b19195e3049b28dea04fa);
|
|
|
|
|
|
var marker_40af2834bed9b6bb5276ec8bbe935fff = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_0e6b94ef56429a1de36a0f7331cb8fad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe1b1f186a7272425ee9a34a37ebcce8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20d95b3072a4e92d73fd30e4be8a008b = $(`<div id="html_20d95b3072a4e92d73fd30e4be8a008b" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_fe1b1f186a7272425ee9a34a37ebcce8.setContent(html_20d95b3072a4e92d73fd30e4be8a008b);
|
|
|
|
|
|
|
|
marker_40af2834bed9b6bb5276ec8bbe935fff.bindPopup(popup_fe1b1f186a7272425ee9a34a37ebcce8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40af2834bed9b6bb5276ec8bbe935fff.setIcon(icon_0e6b94ef56429a1de36a0f7331cb8fad);
|
|
|
|
|
|
var marker_e4ade03a202d7c4f5c2fc3ab558fd76d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_074d1ea88684b5be30751f3f16f9b4b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4cba714ab876f2b6df65023b241bb523 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a59efaa3bf94afe94aef5defdd3dc01 = $(`<div id="html_9a59efaa3bf94afe94aef5defdd3dc01" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_4cba714ab876f2b6df65023b241bb523.setContent(html_9a59efaa3bf94afe94aef5defdd3dc01);
|
|
|
|
|
|
|
|
marker_e4ade03a202d7c4f5c2fc3ab558fd76d.bindPopup(popup_4cba714ab876f2b6df65023b241bb523)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4ade03a202d7c4f5c2fc3ab558fd76d.setIcon(icon_074d1ea88684b5be30751f3f16f9b4b7);
|
|
|
|
|
|
var marker_f455af140c024a8028e7d5385279bb0d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_d36203be96c811383ca1c95bb9babbfb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc1125ad0f6fbb6666eb5e06d2ee5956 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a987d3d195a78015bf472fcb88ecf674 = $(`<div id="html_a987d3d195a78015bf472fcb88ecf674" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_cc1125ad0f6fbb6666eb5e06d2ee5956.setContent(html_a987d3d195a78015bf472fcb88ecf674);
|
|
|
|
|
|
|
|
marker_f455af140c024a8028e7d5385279bb0d.bindPopup(popup_cc1125ad0f6fbb6666eb5e06d2ee5956)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f455af140c024a8028e7d5385279bb0d.setIcon(icon_d36203be96c811383ca1c95bb9babbfb);
|
|
|
|
|
|
var marker_ee0259cf700535a757ba42b688f66704 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_c50653bd294e201a5e06c36a1ec84bc1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbe01df347b8aeaa2361d75784d5aa4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71ab4e729477a83f8e5e00f4cd6f273a = $(`<div id="html_71ab4e729477a83f8e5e00f4cd6f273a" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_cbe01df347b8aeaa2361d75784d5aa4f.setContent(html_71ab4e729477a83f8e5e00f4cd6f273a);
|
|
|
|
|
|
|
|
marker_ee0259cf700535a757ba42b688f66704.bindPopup(popup_cbe01df347b8aeaa2361d75784d5aa4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee0259cf700535a757ba42b688f66704.setIcon(icon_c50653bd294e201a5e06c36a1ec84bc1);
|
|
|
|
|
|
var marker_1e947e07c0f8ade4c5645f3ad0ec7bdf = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_5725d9be36d172c991d8581b73a73df9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e12f49d8a49e2de14d7a255425c891c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce6c3784c834e0c8fe1e5d0f363fd835 = $(`<div id="html_ce6c3784c834e0c8fe1e5d0f363fd835" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_0e12f49d8a49e2de14d7a255425c891c.setContent(html_ce6c3784c834e0c8fe1e5d0f363fd835);
|
|
|
|
|
|
|
|
marker_1e947e07c0f8ade4c5645f3ad0ec7bdf.bindPopup(popup_0e12f49d8a49e2de14d7a255425c891c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e947e07c0f8ade4c5645f3ad0ec7bdf.setIcon(icon_5725d9be36d172c991d8581b73a73df9);
|
|
|
|
|
|
var marker_205b22f5d839454779518147e55c40b2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_65742b78c8137875038fe805f8e186a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb933fb80ba3f1c7ef6e994921faee37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea3d6f595d4a7d29a685eb75ecb64708 = $(`<div id="html_ea3d6f595d4a7d29a685eb75ecb64708" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_cb933fb80ba3f1c7ef6e994921faee37.setContent(html_ea3d6f595d4a7d29a685eb75ecb64708);
|
|
|
|
|
|
|
|
marker_205b22f5d839454779518147e55c40b2.bindPopup(popup_cb933fb80ba3f1c7ef6e994921faee37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_205b22f5d839454779518147e55c40b2.setIcon(icon_65742b78c8137875038fe805f8e186a0);
|
|
|
|
|
|
var marker_f2da4506f106f4fb8fd986eeed778683 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_346bf5a106deae51f8909443d269c759 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e3e307cb9119c609f3083274fd51541 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8321bc2ebaeb581fbbc557580f265c25 = $(`<div id="html_8321bc2ebaeb581fbbc557580f265c25" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_1e3e307cb9119c609f3083274fd51541.setContent(html_8321bc2ebaeb581fbbc557580f265c25);
|
|
|
|
|
|
|
|
marker_f2da4506f106f4fb8fd986eeed778683.bindPopup(popup_1e3e307cb9119c609f3083274fd51541)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2da4506f106f4fb8fd986eeed778683.setIcon(icon_346bf5a106deae51f8909443d269c759);
|
|
|
|
|
|
var marker_9778494dedd37c67edac02629c592110 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_66317156f5acc627ab3c32d7a4604bfd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae199a1fdb7df9b0be924ae9ea19f4d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_971d62a4d5adb924c59c5dcde1e7e0c8 = $(`<div id="html_971d62a4d5adb924c59c5dcde1e7e0c8" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_ae199a1fdb7df9b0be924ae9ea19f4d5.setContent(html_971d62a4d5adb924c59c5dcde1e7e0c8);
|
|
|
|
|
|
|
|
marker_9778494dedd37c67edac02629c592110.bindPopup(popup_ae199a1fdb7df9b0be924ae9ea19f4d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9778494dedd37c67edac02629c592110.setIcon(icon_66317156f5acc627ab3c32d7a4604bfd);
|
|
|
|
|
|
var marker_9d426735ac49e7b002e6761a3a72a778 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_5ff8e26ef77cc2fc5185531ec36392fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70a644f81488c0f9355d1dc290ec5c12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa062c12f0c1298361b641c76561874c = $(`<div id="html_aa062c12f0c1298361b641c76561874c" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_70a644f81488c0f9355d1dc290ec5c12.setContent(html_aa062c12f0c1298361b641c76561874c);
|
|
|
|
|
|
|
|
marker_9d426735ac49e7b002e6761a3a72a778.bindPopup(popup_70a644f81488c0f9355d1dc290ec5c12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d426735ac49e7b002e6761a3a72a778.setIcon(icon_5ff8e26ef77cc2fc5185531ec36392fc);
|
|
|
|
|
|
var marker_2b719355f309cb03c7b11fdf01c06a38 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_7b9ec3bf3d968ade062ff7edf4787d71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f64d046098d2f98e58e040ffcb12ce5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_057c28aa3628382285646ca6a8b12e48 = $(`<div id="html_057c28aa3628382285646ca6a8b12e48" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_f64d046098d2f98e58e040ffcb12ce5d.setContent(html_057c28aa3628382285646ca6a8b12e48);
|
|
|
|
|
|
|
|
marker_2b719355f309cb03c7b11fdf01c06a38.bindPopup(popup_f64d046098d2f98e58e040ffcb12ce5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b719355f309cb03c7b11fdf01c06a38.setIcon(icon_7b9ec3bf3d968ade062ff7edf4787d71);
|
|
|
|
|
|
var marker_abeab4122c24ad3e93cdb29c10d2201e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_2495b5b3f6b1d9e77d93f033f03f2ff9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e3a1a76caea12978d40e82fe972be64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd0849cfe9a695070bd5481bf4e4e6d1 = $(`<div id="html_dd0849cfe9a695070bd5481bf4e4e6d1" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_0e3a1a76caea12978d40e82fe972be64.setContent(html_dd0849cfe9a695070bd5481bf4e4e6d1);
|
|
|
|
|
|
|
|
marker_abeab4122c24ad3e93cdb29c10d2201e.bindPopup(popup_0e3a1a76caea12978d40e82fe972be64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abeab4122c24ad3e93cdb29c10d2201e.setIcon(icon_2495b5b3f6b1d9e77d93f033f03f2ff9);
|
|
|
|
|
|
var marker_00f955e147b4e53addf377050ed33946 = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_ae9015aed480642e9700b5940345ea99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc272174a40bfbb829ff38af78a375d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c75b97b9327f81d26e780669f0d4758 = $(`<div id="html_9c75b97b9327f81d26e780669f0d4758" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_bc272174a40bfbb829ff38af78a375d3.setContent(html_9c75b97b9327f81d26e780669f0d4758);
|
|
|
|
|
|
|
|
marker_00f955e147b4e53addf377050ed33946.bindPopup(popup_bc272174a40bfbb829ff38af78a375d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00f955e147b4e53addf377050ed33946.setIcon(icon_ae9015aed480642e9700b5940345ea99);
|
|
|
|
|
|
var marker_2d52a0286c0904c43181cb453da0a510 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_1106d35777d47e8314c87f27a831ca03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_107fa58c8e074798b1b835703d6ff861 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fb15fb6f719e51f22d13427fe644918 = $(`<div id="html_0fb15fb6f719e51f22d13427fe644918" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_107fa58c8e074798b1b835703d6ff861.setContent(html_0fb15fb6f719e51f22d13427fe644918);
|
|
|
|
|
|
|
|
marker_2d52a0286c0904c43181cb453da0a510.bindPopup(popup_107fa58c8e074798b1b835703d6ff861)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d52a0286c0904c43181cb453da0a510.setIcon(icon_1106d35777d47e8314c87f27a831ca03);
|
|
|
|
|
|
var marker_0a0a25044ddb43335b2e0e08f944f0d4 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_f22dbb0a810b9168868964ff527c15d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64010a4d3e9c9469473bb192d2bb6711 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_edd0cf5d09db064ae8c90b4c2db3ab08 = $(`<div id="html_edd0cf5d09db064ae8c90b4c2db3ab08" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_64010a4d3e9c9469473bb192d2bb6711.setContent(html_edd0cf5d09db064ae8c90b4c2db3ab08);
|
|
|
|
|
|
|
|
marker_0a0a25044ddb43335b2e0e08f944f0d4.bindPopup(popup_64010a4d3e9c9469473bb192d2bb6711)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a0a25044ddb43335b2e0e08f944f0d4.setIcon(icon_f22dbb0a810b9168868964ff527c15d6);
|
|
|
|
|
|
var marker_f78f4198d38c91619f78cab3de080e63 = L.marker(
|
|
[34.7062, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_48344306e114ececead0ce2a81e25e4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b451d6ef22499fd2794ede3cf94d400 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3cd7691c29790b7de2d8444314e0485d = $(`<div id="html_3cd7691c29790b7de2d8444314e0485d" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_7b451d6ef22499fd2794ede3cf94d400.setContent(html_3cd7691c29790b7de2d8444314e0485d);
|
|
|
|
|
|
|
|
marker_f78f4198d38c91619f78cab3de080e63.bindPopup(popup_7b451d6ef22499fd2794ede3cf94d400)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f78f4198d38c91619f78cab3de080e63.setIcon(icon_48344306e114ececead0ce2a81e25e4f);
|
|
|
|
|
|
var marker_7222ab389fe60eea9fc62235663cb921 = L.marker(
|
|
[33.7501, -84.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_f9d126e332192180bbfe382b3c310573 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9b393e2776a94a479bdd6affc9fdd4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb9422fd431705bc975143f1fb31bbbe = $(`<div id="html_eb9422fd431705bc975143f1fb31bbbe" style="width: 100.0%; height: 100.0%;">wot.tealeaf.dev</div>`)[0];
|
|
popup_d9b393e2776a94a479bdd6affc9fdd4c.setContent(html_eb9422fd431705bc975143f1fb31bbbe);
|
|
|
|
|
|
|
|
marker_7222ab389fe60eea9fc62235663cb921.bindPopup(popup_d9b393e2776a94a479bdd6affc9fdd4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7222ab389fe60eea9fc62235663cb921.setIcon(icon_f9d126e332192180bbfe382b3c310573);
|
|
|
|
|
|
var marker_fcd49776620655356c9826053107c4fd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_2a8cebc3ae9e295bb8eb34fc3ad3c388 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_479fd665a2bdadf0aee619f13eeed2df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3a084790e5c0de89ff090e37933ce31 = $(`<div id="html_a3a084790e5c0de89ff090e37933ce31" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_479fd665a2bdadf0aee619f13eeed2df.setContent(html_a3a084790e5c0de89ff090e37933ce31);
|
|
|
|
|
|
|
|
marker_fcd49776620655356c9826053107c4fd.bindPopup(popup_479fd665a2bdadf0aee619f13eeed2df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fcd49776620655356c9826053107c4fd.setIcon(icon_2a8cebc3ae9e295bb8eb34fc3ad3c388);
|
|
|
|
|
|
var marker_69dc33dde9623b556923d4ffefd98dd7 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_a7e11452c5f74e2c340eeab9b60b695a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f12823ddb7d0728c4c2b1f2bac48494 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60ca740be55b574a197be4a8a802551f = $(`<div id="html_60ca740be55b574a197be4a8a802551f" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_3f12823ddb7d0728c4c2b1f2bac48494.setContent(html_60ca740be55b574a197be4a8a802551f);
|
|
|
|
|
|
|
|
marker_69dc33dde9623b556923d4ffefd98dd7.bindPopup(popup_3f12823ddb7d0728c4c2b1f2bac48494)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69dc33dde9623b556923d4ffefd98dd7.setIcon(icon_a7e11452c5f74e2c340eeab9b60b695a);
|
|
|
|
|
|
var marker_8bdeca33399ae452bb7e4d8e75b139cc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_839d74de1731e3be6d16fbcd9b4c14ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_644fa321381d6aa3ad1ab22db4dd6896 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96f614927195044026209b054dc840b9 = $(`<div id="html_96f614927195044026209b054dc840b9" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_644fa321381d6aa3ad1ab22db4dd6896.setContent(html_96f614927195044026209b054dc840b9);
|
|
|
|
|
|
|
|
marker_8bdeca33399ae452bb7e4d8e75b139cc.bindPopup(popup_644fa321381d6aa3ad1ab22db4dd6896)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bdeca33399ae452bb7e4d8e75b139cc.setIcon(icon_839d74de1731e3be6d16fbcd9b4c14ff);
|
|
|
|
|
|
var marker_b4bbdd8387b42c21a2a7ff9b2023bbce = L.marker(
|
|
[25.0501, 121.565],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_fc0d003df6a41e2891550f95a88a53f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68dd34cfaf92d613a44eb9beb42fffbb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6cae3938f54677ffb6e4301839ce86ab = $(`<div id="html_6cae3938f54677ffb6e4301839ce86ab" style="width: 100.0%; height: 100.0%;">nostr.dler.com</div>`)[0];
|
|
popup_68dd34cfaf92d613a44eb9beb42fffbb.setContent(html_6cae3938f54677ffb6e4301839ce86ab);
|
|
|
|
|
|
|
|
marker_b4bbdd8387b42c21a2a7ff9b2023bbce.bindPopup(popup_68dd34cfaf92d613a44eb9beb42fffbb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4bbdd8387b42c21a2a7ff9b2023bbce.setIcon(icon_fc0d003df6a41e2891550f95a88a53f2);
|
|
|
|
|
|
var marker_aea0257e02c4a192701c78706813b2a5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_d16565b41c68d781b116c219aefa082f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca08a42e232e15fc9c41b487d2b27f94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8531677121cbae9b93840fc9e3f3c435 = $(`<div id="html_8531677121cbae9b93840fc9e3f3c435" style="width: 100.0%; height: 100.0%;">api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_ca08a42e232e15fc9c41b487d2b27f94.setContent(html_8531677121cbae9b93840fc9e3f3c435);
|
|
|
|
|
|
|
|
marker_aea0257e02c4a192701c78706813b2a5.bindPopup(popup_ca08a42e232e15fc9c41b487d2b27f94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aea0257e02c4a192701c78706813b2a5.setIcon(icon_d16565b41c68d781b116c219aefa082f);
|
|
|
|
|
|
var marker_c51419cbe5207b7e10b0ecae44e71860 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_320232d450964f36d06e137a4f5bdecf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14b2f1cd3832f888ad77d4c393e17ecd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6cb85f517442ef2f2538094a23ed51dc = $(`<div id="html_6cb85f517442ef2f2538094a23ed51dc" style="width: 100.0%; height: 100.0%;">wot.yesnostr.net</div>`)[0];
|
|
popup_14b2f1cd3832f888ad77d4c393e17ecd.setContent(html_6cb85f517442ef2f2538094a23ed51dc);
|
|
|
|
|
|
|
|
marker_c51419cbe5207b7e10b0ecae44e71860.bindPopup(popup_14b2f1cd3832f888ad77d4c393e17ecd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c51419cbe5207b7e10b0ecae44e71860.setIcon(icon_320232d450964f36d06e137a4f5bdecf);
|
|
|
|
|
|
var marker_6a1cd9b1b26bb027cdd4bed9c684ba21 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_fa25383ffd7f99a590f8b2f85b794395 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b65ab2fb7549d66e74dda15dbff7d40d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_125a7d8f468b53a1c330da136c5ccbad = $(`<div id="html_125a7d8f468b53a1c330da136c5ccbad" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_b65ab2fb7549d66e74dda15dbff7d40d.setContent(html_125a7d8f468b53a1c330da136c5ccbad);
|
|
|
|
|
|
|
|
marker_6a1cd9b1b26bb027cdd4bed9c684ba21.bindPopup(popup_b65ab2fb7549d66e74dda15dbff7d40d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a1cd9b1b26bb027cdd4bed9c684ba21.setIcon(icon_fa25383ffd7f99a590f8b2f85b794395);
|
|
|
|
|
|
var marker_4d04eabb66f7df21963a0d6691294b1a = L.marker(
|
|
[15.2634, 100.344],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_b43bbf171e4d87bd84a382d424f1f8a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7fc78e6afd03bf7078e6c84d32c7a131 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59bcd2006e27c5ff0d8a7bb45deb6e44 = $(`<div id="html_59bcd2006e27c5ff0d8a7bb45deb6e44" style="width: 100.0%; height: 100.0%;">nostr-relayrs.gateway.in.th</div>`)[0];
|
|
popup_7fc78e6afd03bf7078e6c84d32c7a131.setContent(html_59bcd2006e27c5ff0d8a7bb45deb6e44);
|
|
|
|
|
|
|
|
marker_4d04eabb66f7df21963a0d6691294b1a.bindPopup(popup_7fc78e6afd03bf7078e6c84d32c7a131)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d04eabb66f7df21963a0d6691294b1a.setIcon(icon_b43bbf171e4d87bd84a382d424f1f8a2);
|
|
|
|
|
|
var marker_2aeb0b854943cd45bb6d630c64d42133 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_1f094133b18fdfd95981b01b2bccbc00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29b5bd39f8a0ebfce5afed2c77bc44c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7683e7c0e1c85fa7de269ce0e33c797a = $(`<div id="html_7683e7c0e1c85fa7de269ce0e33c797a" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_29b5bd39f8a0ebfce5afed2c77bc44c9.setContent(html_7683e7c0e1c85fa7de269ce0e33c797a);
|
|
|
|
|
|
|
|
marker_2aeb0b854943cd45bb6d630c64d42133.bindPopup(popup_29b5bd39f8a0ebfce5afed2c77bc44c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2aeb0b854943cd45bb6d630c64d42133.setIcon(icon_1f094133b18fdfd95981b01b2bccbc00);
|
|
|
|
|
|
var marker_caba7bccbcfb4a0b5f39acead0f5a0ba = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_301d36cf3985c2333cc971a350a76f19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_207ac1edd3fee727b0d247f6d40c447b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_380f7c7cea73cf506989cdfdd7c60d07 = $(`<div id="html_380f7c7cea73cf506989cdfdd7c60d07" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_207ac1edd3fee727b0d247f6d40c447b.setContent(html_380f7c7cea73cf506989cdfdd7c60d07);
|
|
|
|
|
|
|
|
marker_caba7bccbcfb4a0b5f39acead0f5a0ba.bindPopup(popup_207ac1edd3fee727b0d247f6d40c447b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_caba7bccbcfb4a0b5f39acead0f5a0ba.setIcon(icon_301d36cf3985c2333cc971a350a76f19);
|
|
|
|
|
|
var marker_26ca09af73122efce95627704d3ecaab = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_66a10d1e634163eacf9cca86ccdd96b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0052a64bfd34351525ccb3cbda2077ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50385b811dc6ac5b9e8e16285a4afe16 = $(`<div id="html_50385b811dc6ac5b9e8e16285a4afe16" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_0052a64bfd34351525ccb3cbda2077ba.setContent(html_50385b811dc6ac5b9e8e16285a4afe16);
|
|
|
|
|
|
|
|
marker_26ca09af73122efce95627704d3ecaab.bindPopup(popup_0052a64bfd34351525ccb3cbda2077ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26ca09af73122efce95627704d3ecaab.setIcon(icon_66a10d1e634163eacf9cca86ccdd96b5);
|
|
|
|
|
|
var marker_b3295fa760e972e896d7f8084e5e8136 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_07eb04db81782520ffc4221f081cd816 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2fe6407a03ba8b7144cfa7d0f669c6f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d45af95f644843422219cef3b00a9d43 = $(`<div id="html_d45af95f644843422219cef3b00a9d43" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_2fe6407a03ba8b7144cfa7d0f669c6f7.setContent(html_d45af95f644843422219cef3b00a9d43);
|
|
|
|
|
|
|
|
marker_b3295fa760e972e896d7f8084e5e8136.bindPopup(popup_2fe6407a03ba8b7144cfa7d0f669c6f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3295fa760e972e896d7f8084e5e8136.setIcon(icon_07eb04db81782520ffc4221f081cd816);
|
|
|
|
|
|
var marker_dad277e9104df6686d4521ef161a92f9 = L.marker(
|
|
[55.9349, 23.3137],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_d85b55f20cb24b23364165ab7e8eac66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_715964efe203af9a1e903b18eaa23bc2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d8689555bea21572bdfcc7ded834e5f = $(`<div id="html_8d8689555bea21572bdfcc7ded834e5f" style="width: 100.0%; height: 100.0%;">archive.orly.dev</div>`)[0];
|
|
popup_715964efe203af9a1e903b18eaa23bc2.setContent(html_8d8689555bea21572bdfcc7ded834e5f);
|
|
|
|
|
|
|
|
marker_dad277e9104df6686d4521ef161a92f9.bindPopup(popup_715964efe203af9a1e903b18eaa23bc2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dad277e9104df6686d4521ef161a92f9.setIcon(icon_d85b55f20cb24b23364165ab7e8eac66);
|
|
|
|
|
|
var marker_c42ed2e145679ac4dccd49ab3306ed3a = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_28b24347909566b0b8f4d41fad435c86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_919011534974e961c4b0e6ce5a01f1de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a64e59fc6bd888d43aef581323410ed = $(`<div id="html_9a64e59fc6bd888d43aef581323410ed" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_919011534974e961c4b0e6ce5a01f1de.setContent(html_9a64e59fc6bd888d43aef581323410ed);
|
|
|
|
|
|
|
|
marker_c42ed2e145679ac4dccd49ab3306ed3a.bindPopup(popup_919011534974e961c4b0e6ce5a01f1de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c42ed2e145679ac4dccd49ab3306ed3a.setIcon(icon_28b24347909566b0b8f4d41fad435c86);
|
|
|
|
|
|
var marker_cea209ab517b2b54c4879422183b1b89 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_c72a0b0497bff0947d3ffbf2147a78e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a902f0fbc9d208c235256f7b8683a94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbb94442842288e77606a4d4f9317607 = $(`<div id="html_bbb94442842288e77606a4d4f9317607" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_2a902f0fbc9d208c235256f7b8683a94.setContent(html_bbb94442842288e77606a4d4f9317607);
|
|
|
|
|
|
|
|
marker_cea209ab517b2b54c4879422183b1b89.bindPopup(popup_2a902f0fbc9d208c235256f7b8683a94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cea209ab517b2b54c4879422183b1b89.setIcon(icon_c72a0b0497bff0947d3ffbf2147a78e1);
|
|
|
|
|
|
var marker_99401d78a092bd1cf77fb51661ca1d91 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_865d66282af5eb5f551a9307423e9143 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_680ac7947a65604ac465f58d9784c95c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26356918cfaadcf7024fda015438ec32 = $(`<div id="html_26356918cfaadcf7024fda015438ec32" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_680ac7947a65604ac465f58d9784c95c.setContent(html_26356918cfaadcf7024fda015438ec32);
|
|
|
|
|
|
|
|
marker_99401d78a092bd1cf77fb51661ca1d91.bindPopup(popup_680ac7947a65604ac465f58d9784c95c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99401d78a092bd1cf77fb51661ca1d91.setIcon(icon_865d66282af5eb5f551a9307423e9143);
|
|
|
|
|
|
var marker_259fede8e21ea7acfbf0fb6222c44359 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_600de274335b26e77fe013bf674c4560 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36c8abf11d04788cd3dd3f3ec3f277e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_447a07df39a372d7655e519df05880d2 = $(`<div id="html_447a07df39a372d7655e519df05880d2" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_36c8abf11d04788cd3dd3f3ec3f277e9.setContent(html_447a07df39a372d7655e519df05880d2);
|
|
|
|
|
|
|
|
marker_259fede8e21ea7acfbf0fb6222c44359.bindPopup(popup_36c8abf11d04788cd3dd3f3ec3f277e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_259fede8e21ea7acfbf0fb6222c44359.setIcon(icon_600de274335b26e77fe013bf674c4560);
|
|
|
|
|
|
var marker_d2b8fa90f4941169b6eb3914c020a4c2 = L.marker(
|
|
[33.7584, -84.6375],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_a5f3c60f3a440909fc52fc9f1f41b643 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c489a8e3970156e4503f775fd100fdbb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8804da63bc5d2021360997aafef3df2 = $(`<div id="html_d8804da63bc5d2021360997aafef3df2" style="width: 100.0%; height: 100.0%;">relay.nostrops.com</div>`)[0];
|
|
popup_c489a8e3970156e4503f775fd100fdbb.setContent(html_d8804da63bc5d2021360997aafef3df2);
|
|
|
|
|
|
|
|
marker_d2b8fa90f4941169b6eb3914c020a4c2.bindPopup(popup_c489a8e3970156e4503f775fd100fdbb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2b8fa90f4941169b6eb3914c020a4c2.setIcon(icon_a5f3c60f3a440909fc52fc9f1f41b643);
|
|
|
|
|
|
var marker_082ba8e27fa1a90b71519ef260a864a5 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_8a2e9ef91a107fe7ca6dad18aec43cf3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bcc43a5e801df01eb5c2a24569341a60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a69658d8f8f1fcc655ab2c1ba76ca05 = $(`<div id="html_8a69658d8f8f1fcc655ab2c1ba76ca05" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_bcc43a5e801df01eb5c2a24569341a60.setContent(html_8a69658d8f8f1fcc655ab2c1ba76ca05);
|
|
|
|
|
|
|
|
marker_082ba8e27fa1a90b71519ef260a864a5.bindPopup(popup_bcc43a5e801df01eb5c2a24569341a60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_082ba8e27fa1a90b71519ef260a864a5.setIcon(icon_8a2e9ef91a107fe7ca6dad18aec43cf3);
|
|
|
|
|
|
var marker_d93a7484556fdb96b51b5d4a1ad1293d = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_56b2dd7d118f3e1319a781216fa7944a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69ec0af0a232a323ebb3b9736c392942 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8419b591f6429889a8df9b872d097732 = $(`<div id="html_8419b591f6429889a8df9b872d097732" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_69ec0af0a232a323ebb3b9736c392942.setContent(html_8419b591f6429889a8df9b872d097732);
|
|
|
|
|
|
|
|
marker_d93a7484556fdb96b51b5d4a1ad1293d.bindPopup(popup_69ec0af0a232a323ebb3b9736c392942)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d93a7484556fdb96b51b5d4a1ad1293d.setIcon(icon_56b2dd7d118f3e1319a781216fa7944a);
|
|
|
|
|
|
var marker_a0f9528bbfcf4b775d0601dd1307a237 = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_aeb672037135aa1382a990e1d90664f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88c904bdc4ff28e8d496ea8b04cf9cae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd2a83f8c2ebf4d4da39208e3510f572 = $(`<div id="html_bd2a83f8c2ebf4d4da39208e3510f572" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_88c904bdc4ff28e8d496ea8b04cf9cae.setContent(html_bd2a83f8c2ebf4d4da39208e3510f572);
|
|
|
|
|
|
|
|
marker_a0f9528bbfcf4b775d0601dd1307a237.bindPopup(popup_88c904bdc4ff28e8d496ea8b04cf9cae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0f9528bbfcf4b775d0601dd1307a237.setIcon(icon_aeb672037135aa1382a990e1d90664f9);
|
|
|
|
|
|
var marker_46cfc1ef4f4d861374b30cc114d05d92 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_f48d7c985ed3bf528a081e4cd7f19098 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a52f4d1e0ee8f80e0facf903475eae3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cae461ee8380476244256f2509135bd9 = $(`<div id="html_cae461ee8380476244256f2509135bd9" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_a52f4d1e0ee8f80e0facf903475eae3a.setContent(html_cae461ee8380476244256f2509135bd9);
|
|
|
|
|
|
|
|
marker_46cfc1ef4f4d861374b30cc114d05d92.bindPopup(popup_a52f4d1e0ee8f80e0facf903475eae3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46cfc1ef4f4d861374b30cc114d05d92.setIcon(icon_f48d7c985ed3bf528a081e4cd7f19098);
|
|
|
|
|
|
var marker_054c6f8af722761c554e26aeb8a471c1 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_ee3851739fe272b284a2f0b346a39ca4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f22236bf203a50f9e54fe4dc00df7e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_940553730fa951d8133dce6a1395904a = $(`<div id="html_940553730fa951d8133dce6a1395904a" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_8f22236bf203a50f9e54fe4dc00df7e8.setContent(html_940553730fa951d8133dce6a1395904a);
|
|
|
|
|
|
|
|
marker_054c6f8af722761c554e26aeb8a471c1.bindPopup(popup_8f22236bf203a50f9e54fe4dc00df7e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_054c6f8af722761c554e26aeb8a471c1.setIcon(icon_ee3851739fe272b284a2f0b346a39ca4);
|
|
|
|
|
|
var marker_7a3303da3e9be8a905a60868f13ef3c0 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_b0d2290b2adff25c351ffe9bbcf4ef77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbadba612366a8852feb3e23601c2846 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49af16a4aa27602e3e91e4d369163852 = $(`<div id="html_49af16a4aa27602e3e91e4d369163852" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_cbadba612366a8852feb3e23601c2846.setContent(html_49af16a4aa27602e3e91e4d369163852);
|
|
|
|
|
|
|
|
marker_7a3303da3e9be8a905a60868f13ef3c0.bindPopup(popup_cbadba612366a8852feb3e23601c2846)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a3303da3e9be8a905a60868f13ef3c0.setIcon(icon_b0d2290b2adff25c351ffe9bbcf4ef77);
|
|
|
|
|
|
var marker_926e128a038095308c1f01925306fefd = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_7bc7fc2b09a4c0808f2468cbb4ec940a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffb3961e18c803154a2116a0db3a4918 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd9c9e1ab7d92d6a3b54ef317be87a00 = $(`<div id="html_fd9c9e1ab7d92d6a3b54ef317be87a00" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_ffb3961e18c803154a2116a0db3a4918.setContent(html_fd9c9e1ab7d92d6a3b54ef317be87a00);
|
|
|
|
|
|
|
|
marker_926e128a038095308c1f01925306fefd.bindPopup(popup_ffb3961e18c803154a2116a0db3a4918)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_926e128a038095308c1f01925306fefd.setIcon(icon_7bc7fc2b09a4c0808f2468cbb4ec940a);
|
|
|
|
|
|
var marker_5438e16997862d0ecad365d2b809a146 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_105c5dbaadcec999badd5ce998ae40a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1595dc1560cb02c9b2cf5f534f296507 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24909c8f6f9fac9b6b0db5b91a5b94d3 = $(`<div id="html_24909c8f6f9fac9b6b0db5b91a5b94d3" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_1595dc1560cb02c9b2cf5f534f296507.setContent(html_24909c8f6f9fac9b6b0db5b91a5b94d3);
|
|
|
|
|
|
|
|
marker_5438e16997862d0ecad365d2b809a146.bindPopup(popup_1595dc1560cb02c9b2cf5f534f296507)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5438e16997862d0ecad365d2b809a146.setIcon(icon_105c5dbaadcec999badd5ce998ae40a5);
|
|
|
|
|
|
var marker_891d74428966abf8bed896ff376ff0cd = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_68dbbf563dd44cc65eaa1e849ad99963 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c19ce36c9cdda7f1aa8f23c997d1179 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d5b6b34fdd2e264092b3e1b624cc399 = $(`<div id="html_8d5b6b34fdd2e264092b3e1b624cc399" style="width: 100.0%; height: 100.0%;">pyramid.aaro.cc</div>`)[0];
|
|
popup_3c19ce36c9cdda7f1aa8f23c997d1179.setContent(html_8d5b6b34fdd2e264092b3e1b624cc399);
|
|
|
|
|
|
|
|
marker_891d74428966abf8bed896ff376ff0cd.bindPopup(popup_3c19ce36c9cdda7f1aa8f23c997d1179)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_891d74428966abf8bed896ff376ff0cd.setIcon(icon_68dbbf563dd44cc65eaa1e849ad99963);
|
|
|
|
|
|
var marker_9882ff62e2645b3c7e666367b4e1d02b = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_ea9fb92d682eaeebb1bc60abf35a6589 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76e429d7f3a4589f90046d82a5f288b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f429448eb61e67074954f826ec957e5 = $(`<div id="html_3f429448eb61e67074954f826ec957e5" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_76e429d7f3a4589f90046d82a5f288b0.setContent(html_3f429448eb61e67074954f826ec957e5);
|
|
|
|
|
|
|
|
marker_9882ff62e2645b3c7e666367b4e1d02b.bindPopup(popup_76e429d7f3a4589f90046d82a5f288b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9882ff62e2645b3c7e666367b4e1d02b.setIcon(icon_ea9fb92d682eaeebb1bc60abf35a6589);
|
|
|
|
|
|
var marker_6cd905049e5aea145448ec124b1e1652 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_9dc9151009750e850459782c29a7c3fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17993824564e3a78c2c425be4f9a4fca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e65711694f9ec26a6b7854680ed7b7d = $(`<div id="html_7e65711694f9ec26a6b7854680ed7b7d" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_17993824564e3a78c2c425be4f9a4fca.setContent(html_7e65711694f9ec26a6b7854680ed7b7d);
|
|
|
|
|
|
|
|
marker_6cd905049e5aea145448ec124b1e1652.bindPopup(popup_17993824564e3a78c2c425be4f9a4fca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6cd905049e5aea145448ec124b1e1652.setIcon(icon_9dc9151009750e850459782c29a7c3fd);
|
|
|
|
|
|
var marker_668f44a3fd24841dae22913014575295 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_e0244597632a82961b550dee49c6ed80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0199cf615f49677b3fcddc51beb71cb7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0834be45b9e3973012cb4cea60b0538 = $(`<div id="html_e0834be45b9e3973012cb4cea60b0538" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_0199cf615f49677b3fcddc51beb71cb7.setContent(html_e0834be45b9e3973012cb4cea60b0538);
|
|
|
|
|
|
|
|
marker_668f44a3fd24841dae22913014575295.bindPopup(popup_0199cf615f49677b3fcddc51beb71cb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_668f44a3fd24841dae22913014575295.setIcon(icon_e0244597632a82961b550dee49c6ed80);
|
|
|
|
|
|
var marker_d25ed13d3358a348d97869f2bf630f0b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_76906431f333204cdcd1a19e56b3fdd8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2dcf45d7466285fd624027d7a26f730d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5847464356a0a3591ba7164e35cf2bd3 = $(`<div id="html_5847464356a0a3591ba7164e35cf2bd3" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_2dcf45d7466285fd624027d7a26f730d.setContent(html_5847464356a0a3591ba7164e35cf2bd3);
|
|
|
|
|
|
|
|
marker_d25ed13d3358a348d97869f2bf630f0b.bindPopup(popup_2dcf45d7466285fd624027d7a26f730d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d25ed13d3358a348d97869f2bf630f0b.setIcon(icon_76906431f333204cdcd1a19e56b3fdd8);
|
|
|
|
|
|
var marker_ed9ec19ebe3a614fc82148e5a0f2d0be = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_d3e1704b6d2ffc9226323dc921a535c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f83f3c1573cfaffad74bc0c4618a33f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3246bca705fd1af0a3bf56fda9a80337 = $(`<div id="html_3246bca705fd1af0a3bf56fda9a80337" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_f83f3c1573cfaffad74bc0c4618a33f9.setContent(html_3246bca705fd1af0a3bf56fda9a80337);
|
|
|
|
|
|
|
|
marker_ed9ec19ebe3a614fc82148e5a0f2d0be.bindPopup(popup_f83f3c1573cfaffad74bc0c4618a33f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed9ec19ebe3a614fc82148e5a0f2d0be.setIcon(icon_d3e1704b6d2ffc9226323dc921a535c4);
|
|
|
|
|
|
var marker_d9850903e4bd3729d3cd53787f2a1a3f = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_f4d527ab0aff8aa85c3543120148169c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb67021e782b2b2c3e194694dc00c88a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e36a17d2f23b86b5f7c6a3b544810188 = $(`<div id="html_e36a17d2f23b86b5f7c6a3b544810188" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_fb67021e782b2b2c3e194694dc00c88a.setContent(html_e36a17d2f23b86b5f7c6a3b544810188);
|
|
|
|
|
|
|
|
marker_d9850903e4bd3729d3cd53787f2a1a3f.bindPopup(popup_fb67021e782b2b2c3e194694dc00c88a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9850903e4bd3729d3cd53787f2a1a3f.setIcon(icon_f4d527ab0aff8aa85c3543120148169c);
|
|
|
|
|
|
var marker_248037d9af5a8662ddca838a69e45eff = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_49c68484a17c796be9cb47ab826a2fad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf1018758c2adee0a5d0662e87553f1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_865fdf989f715596955fb45fb6a16edb = $(`<div id="html_865fdf989f715596955fb45fb6a16edb" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_bf1018758c2adee0a5d0662e87553f1d.setContent(html_865fdf989f715596955fb45fb6a16edb);
|
|
|
|
|
|
|
|
marker_248037d9af5a8662ddca838a69e45eff.bindPopup(popup_bf1018758c2adee0a5d0662e87553f1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_248037d9af5a8662ddca838a69e45eff.setIcon(icon_49c68484a17c796be9cb47ab826a2fad);
|
|
|
|
|
|
var marker_5a4cc2e527ed8246460c0758ecdafa1d = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_188367404a1ab3bc4f16cc9aecda5dbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_323712891607309e8a36b96cce3636b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_208e8aacd60c418c7f0d49fe8715d9a5 = $(`<div id="html_208e8aacd60c418c7f0d49fe8715d9a5" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_323712891607309e8a36b96cce3636b9.setContent(html_208e8aacd60c418c7f0d49fe8715d9a5);
|
|
|
|
|
|
|
|
marker_5a4cc2e527ed8246460c0758ecdafa1d.bindPopup(popup_323712891607309e8a36b96cce3636b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a4cc2e527ed8246460c0758ecdafa1d.setIcon(icon_188367404a1ab3bc4f16cc9aecda5dbd);
|
|
|
|
|
|
var marker_393d3776212c28402b77b7848901a4e7 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_9cf8125ba5e5c068844dd523dbe384f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42060ad8c06fdf8996d778ac150fff9b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4cd45b6534ec5cb57c1a5f3fe546f0e = $(`<div id="html_c4cd45b6534ec5cb57c1a5f3fe546f0e" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_42060ad8c06fdf8996d778ac150fff9b.setContent(html_c4cd45b6534ec5cb57c1a5f3fe546f0e);
|
|
|
|
|
|
|
|
marker_393d3776212c28402b77b7848901a4e7.bindPopup(popup_42060ad8c06fdf8996d778ac150fff9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_393d3776212c28402b77b7848901a4e7.setIcon(icon_9cf8125ba5e5c068844dd523dbe384f4);
|
|
|
|
|
|
var marker_fcfefdbd3b9c54c53f3344a77b5a9cad = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_a3204d345f7423aceefd0323f9afe46b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88b552266b41cbe906d7fc0ed42e0bcb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67eb17e666ba17f0fe8e6660a0518e91 = $(`<div id="html_67eb17e666ba17f0fe8e6660a0518e91" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_88b552266b41cbe906d7fc0ed42e0bcb.setContent(html_67eb17e666ba17f0fe8e6660a0518e91);
|
|
|
|
|
|
|
|
marker_fcfefdbd3b9c54c53f3344a77b5a9cad.bindPopup(popup_88b552266b41cbe906d7fc0ed42e0bcb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fcfefdbd3b9c54c53f3344a77b5a9cad.setIcon(icon_a3204d345f7423aceefd0323f9afe46b);
|
|
|
|
|
|
var marker_3ade73ffbc6c3e23fee5834bf7fc1a1a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_b91fd056c85c9c87a128da1beb206bef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35d1964f889c06b0be046058c91b5903 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82333d07c234a62fc1f6b01d364f1cc4 = $(`<div id="html_82333d07c234a62fc1f6b01d364f1cc4" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_35d1964f889c06b0be046058c91b5903.setContent(html_82333d07c234a62fc1f6b01d364f1cc4);
|
|
|
|
|
|
|
|
marker_3ade73ffbc6c3e23fee5834bf7fc1a1a.bindPopup(popup_35d1964f889c06b0be046058c91b5903)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ade73ffbc6c3e23fee5834bf7fc1a1a.setIcon(icon_b91fd056c85c9c87a128da1beb206bef);
|
|
|
|
|
|
var marker_89ff110f7079faf8794e14e6f9f8579a = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_0d6ae9d3bcd80e03eea628a5da9f1b1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54fc955ddb579793dd24b3b244a851a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fae93b7c506fe3c8fe6f6445eaec0b8 = $(`<div id="html_3fae93b7c506fe3c8fe6f6445eaec0b8" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_54fc955ddb579793dd24b3b244a851a1.setContent(html_3fae93b7c506fe3c8fe6f6445eaec0b8);
|
|
|
|
|
|
|
|
marker_89ff110f7079faf8794e14e6f9f8579a.bindPopup(popup_54fc955ddb579793dd24b3b244a851a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89ff110f7079faf8794e14e6f9f8579a.setIcon(icon_0d6ae9d3bcd80e03eea628a5da9f1b1c);
|
|
|
|
|
|
var marker_214870bbcaa19fedb4103f7992fa2e20 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_c33fa71fbd0c5a30933a7217f0f1ed57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2625ce9af9a421afa77f4a7744f22852 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97b937334733ca421abc6f4fba5e6a10 = $(`<div id="html_97b937334733ca421abc6f4fba5e6a10" style="width: 100.0%; height: 100.0%;">orly.ft.hn</div>`)[0];
|
|
popup_2625ce9af9a421afa77f4a7744f22852.setContent(html_97b937334733ca421abc6f4fba5e6a10);
|
|
|
|
|
|
|
|
marker_214870bbcaa19fedb4103f7992fa2e20.bindPopup(popup_2625ce9af9a421afa77f4a7744f22852)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_214870bbcaa19fedb4103f7992fa2e20.setIcon(icon_c33fa71fbd0c5a30933a7217f0f1ed57);
|
|
|
|
|
|
var marker_db311a9e671a493f7f93fcb270d844a8 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_803a0ea5be89c3a975d1dc39f08b4365 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3d4a9044a515fc1549fba8ef21c01f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5fd3411234990ecb293fbde14835115 = $(`<div id="html_a5fd3411234990ecb293fbde14835115" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_e3d4a9044a515fc1549fba8ef21c01f4.setContent(html_a5fd3411234990ecb293fbde14835115);
|
|
|
|
|
|
|
|
marker_db311a9e671a493f7f93fcb270d844a8.bindPopup(popup_e3d4a9044a515fc1549fba8ef21c01f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db311a9e671a493f7f93fcb270d844a8.setIcon(icon_803a0ea5be89c3a975d1dc39f08b4365);
|
|
|
|
|
|
var marker_2f2bc187ee6644e3c416396bd2a8e98b = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_dac3a82f5f8d58cbe31832aebe2bcc71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62406c4f5847ef6e3874ee92e6a361d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc84082ccb4333285bd985d6c2bfde6b = $(`<div id="html_cc84082ccb4333285bd985d6c2bfde6b" style="width: 100.0%; height: 100.0%;">discovery.eu.nostria.app</div>`)[0];
|
|
popup_62406c4f5847ef6e3874ee92e6a361d8.setContent(html_cc84082ccb4333285bd985d6c2bfde6b);
|
|
|
|
|
|
|
|
marker_2f2bc187ee6644e3c416396bd2a8e98b.bindPopup(popup_62406c4f5847ef6e3874ee92e6a361d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f2bc187ee6644e3c416396bd2a8e98b.setIcon(icon_dac3a82f5f8d58cbe31832aebe2bcc71);
|
|
|
|
|
|
var marker_4c97ccdd9a90bd864e2a7f6ece3d4350 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_cfb17298c2f34eec908446dd4ef9282b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ced4b11edae0d122cb6fa39abb9d69d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da4b1309fb5d7414a02f90b73ae3e7a7 = $(`<div id="html_da4b1309fb5d7414a02f90b73ae3e7a7" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_9ced4b11edae0d122cb6fa39abb9d69d.setContent(html_da4b1309fb5d7414a02f90b73ae3e7a7);
|
|
|
|
|
|
|
|
marker_4c97ccdd9a90bd864e2a7f6ece3d4350.bindPopup(popup_9ced4b11edae0d122cb6fa39abb9d69d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c97ccdd9a90bd864e2a7f6ece3d4350.setIcon(icon_cfb17298c2f34eec908446dd4ef9282b);
|
|
|
|
|
|
var marker_1d9d9e0c1f28ac36b9d1f4d4ac2cc772 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_043efff36a2c5425576c5e88ec8ba550 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7d5b15979277d1fa4421a836a47ef4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_106f4977c8653f2291f42ffeecfbcaf6 = $(`<div id="html_106f4977c8653f2291f42ffeecfbcaf6" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_b7d5b15979277d1fa4421a836a47ef4f.setContent(html_106f4977c8653f2291f42ffeecfbcaf6);
|
|
|
|
|
|
|
|
marker_1d9d9e0c1f28ac36b9d1f4d4ac2cc772.bindPopup(popup_b7d5b15979277d1fa4421a836a47ef4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d9d9e0c1f28ac36b9d1f4d4ac2cc772.setIcon(icon_043efff36a2c5425576c5e88ec8ba550);
|
|
|
|
|
|
var marker_eb0e031450a860f94374623f6ee571b7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_3f0d8085b26c03b2f8ef21a595bb440f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3b6ccb6adddbc76e8f1d740c7588229 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e395c9c7db7c33f37f9de8612738fbf2 = $(`<div id="html_e395c9c7db7c33f37f9de8612738fbf2" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_c3b6ccb6adddbc76e8f1d740c7588229.setContent(html_e395c9c7db7c33f37f9de8612738fbf2);
|
|
|
|
|
|
|
|
marker_eb0e031450a860f94374623f6ee571b7.bindPopup(popup_c3b6ccb6adddbc76e8f1d740c7588229)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb0e031450a860f94374623f6ee571b7.setIcon(icon_3f0d8085b26c03b2f8ef21a595bb440f);
|
|
|
|
|
|
var marker_94db1fd4fa3d90edb165696f4118379a = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_ec8527154c5c05774c330e5e6929d38b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d292f2e0e5988d92d48bdbab213dc7d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a992a3271df190deacff3ace2b73da8c = $(`<div id="html_a992a3271df190deacff3ace2b73da8c" style="width: 100.0%; height: 100.0%;">czas.xyz</div>`)[0];
|
|
popup_d292f2e0e5988d92d48bdbab213dc7d6.setContent(html_a992a3271df190deacff3ace2b73da8c);
|
|
|
|
|
|
|
|
marker_94db1fd4fa3d90edb165696f4118379a.bindPopup(popup_d292f2e0e5988d92d48bdbab213dc7d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94db1fd4fa3d90edb165696f4118379a.setIcon(icon_ec8527154c5c05774c330e5e6929d38b);
|
|
|
|
|
|
var marker_3fc246afdca7904a16f562b4e4af64d2 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_e19918f934e07f61dac949b82df4b807 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81c19208e9e7c3594dc24c62bd2a6d3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eeeff5fe58f873047c2fa51ae634679f = $(`<div id="html_eeeff5fe58f873047c2fa51ae634679f" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_81c19208e9e7c3594dc24c62bd2a6d3a.setContent(html_eeeff5fe58f873047c2fa51ae634679f);
|
|
|
|
|
|
|
|
marker_3fc246afdca7904a16f562b4e4af64d2.bindPopup(popup_81c19208e9e7c3594dc24c62bd2a6d3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3fc246afdca7904a16f562b4e4af64d2.setIcon(icon_e19918f934e07f61dac949b82df4b807);
|
|
|
|
|
|
var marker_d59451d85743e29885d59a604e90d76c = L.marker(
|
|
[34.0965, -117.585],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_94afb94a7a2967e5d0ce0646dfd368a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6be4501033dcd028a07d46972734608 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cac2271448ce509ae0438305711dbe0f = $(`<div id="html_cac2271448ce509ae0438305711dbe0f" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_c6be4501033dcd028a07d46972734608.setContent(html_cac2271448ce509ae0438305711dbe0f);
|
|
|
|
|
|
|
|
marker_d59451d85743e29885d59a604e90d76c.bindPopup(popup_c6be4501033dcd028a07d46972734608)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d59451d85743e29885d59a604e90d76c.setIcon(icon_94afb94a7a2967e5d0ce0646dfd368a1);
|
|
|
|
|
|
var marker_6f8f30bf73f5bd77298d3200f56d3b10 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_2988d4be9ab1167810b93c6d151e223b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28654ae47e152f50515e9fcd433789bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a86f5105fcdf1772efba7c10a4312c6e = $(`<div id="html_a86f5105fcdf1772efba7c10a4312c6e" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_28654ae47e152f50515e9fcd433789bd.setContent(html_a86f5105fcdf1772efba7c10a4312c6e);
|
|
|
|
|
|
|
|
marker_6f8f30bf73f5bd77298d3200f56d3b10.bindPopup(popup_28654ae47e152f50515e9fcd433789bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f8f30bf73f5bd77298d3200f56d3b10.setIcon(icon_2988d4be9ab1167810b93c6d151e223b);
|
|
|
|
|
|
var marker_9c45e89bd1ebd20374e011665aa1e2f2 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_3708e1b6e07a517efa97da613eb0dd7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1bec8aac536726ee0bb73ab825cf89ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff4e175a8a99e51333ca7c4c94bd4e85 = $(`<div id="html_ff4e175a8a99e51333ca7c4c94bd4e85" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_1bec8aac536726ee0bb73ab825cf89ea.setContent(html_ff4e175a8a99e51333ca7c4c94bd4e85);
|
|
|
|
|
|
|
|
marker_9c45e89bd1ebd20374e011665aa1e2f2.bindPopup(popup_1bec8aac536726ee0bb73ab825cf89ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c45e89bd1ebd20374e011665aa1e2f2.setIcon(icon_3708e1b6e07a517efa97da613eb0dd7e);
|
|
|
|
|
|
var marker_1c42c0e7ccc82be26ffe00a8e7ea9566 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_1c75a1debaf3324d5aa24f05dcf2811f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8852e31087155b79e31308e9481dcd33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b1d0ea86e265064426b783bdb161bc7 = $(`<div id="html_6b1d0ea86e265064426b783bdb161bc7" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_8852e31087155b79e31308e9481dcd33.setContent(html_6b1d0ea86e265064426b783bdb161bc7);
|
|
|
|
|
|
|
|
marker_1c42c0e7ccc82be26ffe00a8e7ea9566.bindPopup(popup_8852e31087155b79e31308e9481dcd33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c42c0e7ccc82be26ffe00a8e7ea9566.setIcon(icon_1c75a1debaf3324d5aa24f05dcf2811f);
|
|
|
|
|
|
var marker_eb4d2e312d13120568efd26626a7a803 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_7da9d6c6b27258793a4bb817b43acd2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_239605843c725316bd025985c06466fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25df45bff4c0b57d46809eeaeef5e29d = $(`<div id="html_25df45bff4c0b57d46809eeaeef5e29d" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_239605843c725316bd025985c06466fb.setContent(html_25df45bff4c0b57d46809eeaeef5e29d);
|
|
|
|
|
|
|
|
marker_eb4d2e312d13120568efd26626a7a803.bindPopup(popup_239605843c725316bd025985c06466fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb4d2e312d13120568efd26626a7a803.setIcon(icon_7da9d6c6b27258793a4bb817b43acd2d);
|
|
|
|
|
|
var marker_3dfcdca400d6d0d9d3cd9c7ca84e2e11 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_15fa82a517a92655fd176c06ee4cd507 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c2631b64f2e545624d09679fca22f51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1347699914a45dbb0420b70cff912bbc = $(`<div id="html_1347699914a45dbb0420b70cff912bbc" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_5c2631b64f2e545624d09679fca22f51.setContent(html_1347699914a45dbb0420b70cff912bbc);
|
|
|
|
|
|
|
|
marker_3dfcdca400d6d0d9d3cd9c7ca84e2e11.bindPopup(popup_5c2631b64f2e545624d09679fca22f51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3dfcdca400d6d0d9d3cd9c7ca84e2e11.setIcon(icon_15fa82a517a92655fd176c06ee4cd507);
|
|
|
|
|
|
var marker_42eb61f628239ab27c808ce655502abe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_d264d909b5e653c18164eef6553d9fc0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c5006eac8fbafafc426cb5da3c288a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fae5b5777c56b5bcf8a3655bddb6742f = $(`<div id="html_fae5b5777c56b5bcf8a3655bddb6742f" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_5c5006eac8fbafafc426cb5da3c288a1.setContent(html_fae5b5777c56b5bcf8a3655bddb6742f);
|
|
|
|
|
|
|
|
marker_42eb61f628239ab27c808ce655502abe.bindPopup(popup_5c5006eac8fbafafc426cb5da3c288a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42eb61f628239ab27c808ce655502abe.setIcon(icon_d264d909b5e653c18164eef6553d9fc0);
|
|
|
|
|
|
var marker_318f641c444b625c3c501ed165d82491 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_daab1ce093ec5127c6b3840356407012 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_560b07bf97fe6ed2f3e3bf2f57384934 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f2470f84bda7344355b7066b711e6f7 = $(`<div id="html_3f2470f84bda7344355b7066b711e6f7" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_560b07bf97fe6ed2f3e3bf2f57384934.setContent(html_3f2470f84bda7344355b7066b711e6f7);
|
|
|
|
|
|
|
|
marker_318f641c444b625c3c501ed165d82491.bindPopup(popup_560b07bf97fe6ed2f3e3bf2f57384934)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_318f641c444b625c3c501ed165d82491.setIcon(icon_daab1ce093ec5127c6b3840356407012);
|
|
|
|
|
|
var marker_67c6b4de9041639e8d7c6211bb79a89c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_64ae80c029174ee66621a8eabb234937 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ef8316f7c9cc3f3f5a58bc14d01bc83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c883d6e2dc495aeae2f6a48b8112a1f8 = $(`<div id="html_c883d6e2dc495aeae2f6a48b8112a1f8" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_7ef8316f7c9cc3f3f5a58bc14d01bc83.setContent(html_c883d6e2dc495aeae2f6a48b8112a1f8);
|
|
|
|
|
|
|
|
marker_67c6b4de9041639e8d7c6211bb79a89c.bindPopup(popup_7ef8316f7c9cc3f3f5a58bc14d01bc83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67c6b4de9041639e8d7c6211bb79a89c.setIcon(icon_64ae80c029174ee66621a8eabb234937);
|
|
|
|
|
|
var marker_7205f4f22c18dad0685296fdbc09f302 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_5ff05e8260a89ca22fc46a093e0cede4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0171b43e52944295d64fcf29936ac751 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_278a709e97866b2e6f188d602fa06b61 = $(`<div id="html_278a709e97866b2e6f188d602fa06b61" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_0171b43e52944295d64fcf29936ac751.setContent(html_278a709e97866b2e6f188d602fa06b61);
|
|
|
|
|
|
|
|
marker_7205f4f22c18dad0685296fdbc09f302.bindPopup(popup_0171b43e52944295d64fcf29936ac751)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7205f4f22c18dad0685296fdbc09f302.setIcon(icon_5ff05e8260a89ca22fc46a093e0cede4);
|
|
|
|
|
|
var marker_13005578f5f3664c1e8f9e1a3763a16f = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_447233ec155b1bf12342fa36e483cda3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_023d3e5a31397981ca9e1e978fc78faf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee22c2b68599abf0024edaebef86070d = $(`<div id="html_ee22c2b68599abf0024edaebef86070d" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_023d3e5a31397981ca9e1e978fc78faf.setContent(html_ee22c2b68599abf0024edaebef86070d);
|
|
|
|
|
|
|
|
marker_13005578f5f3664c1e8f9e1a3763a16f.bindPopup(popup_023d3e5a31397981ca9e1e978fc78faf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13005578f5f3664c1e8f9e1a3763a16f.setIcon(icon_447233ec155b1bf12342fa36e483cda3);
|
|
|
|
|
|
var marker_468f6963ed8745f4bbb6e65a23588f2c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_752967e197966f4700973793b6a76f24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_522acda4d8395051b3f7f942be29cd72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5c116ae1bc10b1456c47c0970f30f4b = $(`<div id="html_d5c116ae1bc10b1456c47c0970f30f4b" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_522acda4d8395051b3f7f942be29cd72.setContent(html_d5c116ae1bc10b1456c47c0970f30f4b);
|
|
|
|
|
|
|
|
marker_468f6963ed8745f4bbb6e65a23588f2c.bindPopup(popup_522acda4d8395051b3f7f942be29cd72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_468f6963ed8745f4bbb6e65a23588f2c.setIcon(icon_752967e197966f4700973793b6a76f24);
|
|
|
|
|
|
var marker_fb6e055121f0c85166ac42d7199fc643 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_35803622acb9bc29fdcbbae81c74686a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82ee9bb9e9d795de535ef9368e22e9ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f0f1744177ed82206d036bb8b0cfdff = $(`<div id="html_6f0f1744177ed82206d036bb8b0cfdff" style="width: 100.0%; height: 100.0%;">aaa-api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_82ee9bb9e9d795de535ef9368e22e9ac.setContent(html_6f0f1744177ed82206d036bb8b0cfdff);
|
|
|
|
|
|
|
|
marker_fb6e055121f0c85166ac42d7199fc643.bindPopup(popup_82ee9bb9e9d795de535ef9368e22e9ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb6e055121f0c85166ac42d7199fc643.setIcon(icon_35803622acb9bc29fdcbbae81c74686a);
|
|
|
|
|
|
var marker_2f4c4443fe4fdb598e8f3fd583aa04cc = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_8706d5364a24e64725e8631f502326e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b331b307b02606c0584c4720cffae34b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b40b5cef88175cba78242af4706cbaac = $(`<div id="html_b40b5cef88175cba78242af4706cbaac" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_b331b307b02606c0584c4720cffae34b.setContent(html_b40b5cef88175cba78242af4706cbaac);
|
|
|
|
|
|
|
|
marker_2f4c4443fe4fdb598e8f3fd583aa04cc.bindPopup(popup_b331b307b02606c0584c4720cffae34b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f4c4443fe4fdb598e8f3fd583aa04cc.setIcon(icon_8706d5364a24e64725e8631f502326e6);
|
|
|
|
|
|
var marker_98b01b9d630cdb8d43c53a39ee4f4cb9 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_044313d343e4d0020813f02ae900672d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c5ab2bd0938630d45135de4166d841e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5392fea22e32f24e8c6fc87300506f7b = $(`<div id="html_5392fea22e32f24e8c6fc87300506f7b" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_4c5ab2bd0938630d45135de4166d841e.setContent(html_5392fea22e32f24e8c6fc87300506f7b);
|
|
|
|
|
|
|
|
marker_98b01b9d630cdb8d43c53a39ee4f4cb9.bindPopup(popup_4c5ab2bd0938630d45135de4166d841e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98b01b9d630cdb8d43c53a39ee4f4cb9.setIcon(icon_044313d343e4d0020813f02ae900672d);
|
|
|
|
|
|
var marker_8f1782f94177f2859a146027cbb3f645 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_470f2e43d3f91385cbe34ee8016d3cc4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca058718665feec51ae5667ef9a3ba61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d490bdcbc7063249802e77974a94f879 = $(`<div id="html_d490bdcbc7063249802e77974a94f879" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_ca058718665feec51ae5667ef9a3ba61.setContent(html_d490bdcbc7063249802e77974a94f879);
|
|
|
|
|
|
|
|
marker_8f1782f94177f2859a146027cbb3f645.bindPopup(popup_ca058718665feec51ae5667ef9a3ba61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f1782f94177f2859a146027cbb3f645.setIcon(icon_470f2e43d3f91385cbe34ee8016d3cc4);
|
|
|
|
|
|
var marker_dc030f45f48fbc1dc24265e3b6292f5d = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_0b26a60b1bf57f64daf20fbd5b29657f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ac7f3dc83f161a883aecfc8eb10b3bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e738be7ab2bdb690edb7b5255610b49 = $(`<div id="html_9e738be7ab2bdb690edb7b5255610b49" style="width: 100.0%; height: 100.0%;">nostream.breadslice.com</div>`)[0];
|
|
popup_0ac7f3dc83f161a883aecfc8eb10b3bb.setContent(html_9e738be7ab2bdb690edb7b5255610b49);
|
|
|
|
|
|
|
|
marker_dc030f45f48fbc1dc24265e3b6292f5d.bindPopup(popup_0ac7f3dc83f161a883aecfc8eb10b3bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc030f45f48fbc1dc24265e3b6292f5d.setIcon(icon_0b26a60b1bf57f64daf20fbd5b29657f);
|
|
|
|
|
|
var marker_9216ffef3a768407df3d46b95c059bb5 = L.marker(
|
|
[13.8434, 100.363],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_452dc9c0de17f98f8205b47f92bd6a54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9813d2303ae72e50aa1a0fd396edf69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7438e06a5b031a95af16eae4feae29bc = $(`<div id="html_7438e06a5b031a95af16eae4feae29bc" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_e9813d2303ae72e50aa1a0fd396edf69.setContent(html_7438e06a5b031a95af16eae4feae29bc);
|
|
|
|
|
|
|
|
marker_9216ffef3a768407df3d46b95c059bb5.bindPopup(popup_e9813d2303ae72e50aa1a0fd396edf69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9216ffef3a768407df3d46b95c059bb5.setIcon(icon_452dc9c0de17f98f8205b47f92bd6a54);
|
|
|
|
|
|
var marker_9dccaf90793360ec7730de72030176e1 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_4e255b121572ae2158d6d2c5a2a0b1a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e58b5310368a2d3796e687bcf80c3cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08795627413573d398c5bcbf7a868a48 = $(`<div id="html_08795627413573d398c5bcbf7a868a48" style="width: 100.0%; height: 100.0%;">nostr.parallel.hetu.org:8443</div>`)[0];
|
|
popup_0e58b5310368a2d3796e687bcf80c3cf.setContent(html_08795627413573d398c5bcbf7a868a48);
|
|
|
|
|
|
|
|
marker_9dccaf90793360ec7730de72030176e1.bindPopup(popup_0e58b5310368a2d3796e687bcf80c3cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9dccaf90793360ec7730de72030176e1.setIcon(icon_4e255b121572ae2158d6d2c5a2a0b1a2);
|
|
|
|
|
|
var marker_32cc7eb233cc73be088c36e8b65ee0c8 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_f5c879bc5ce2a705a047a7a59dad122d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b52bdde862c8d075378591a5f1d11de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92073c9987278ac7113d8a9dc0c4096f = $(`<div id="html_92073c9987278ac7113d8a9dc0c4096f" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_8b52bdde862c8d075378591a5f1d11de.setContent(html_92073c9987278ac7113d8a9dc0c4096f);
|
|
|
|
|
|
|
|
marker_32cc7eb233cc73be088c36e8b65ee0c8.bindPopup(popup_8b52bdde862c8d075378591a5f1d11de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32cc7eb233cc73be088c36e8b65ee0c8.setIcon(icon_f5c879bc5ce2a705a047a7a59dad122d);
|
|
|
|
|
|
var marker_cf28afc396a90cdbd2177cb8fb50aeec = L.marker(
|
|
[32.9483, -96.7299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_eb58290ac18025f6c1508b33f1c3e7d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_486cbbba85a695c9846d1cf645a18a6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82bac4230739646978fc8e20b7bd22ef = $(`<div id="html_82bac4230739646978fc8e20b7bd22ef" style="width: 100.0%; height: 100.0%;">pyramid.cult.cash</div>`)[0];
|
|
popup_486cbbba85a695c9846d1cf645a18a6d.setContent(html_82bac4230739646978fc8e20b7bd22ef);
|
|
|
|
|
|
|
|
marker_cf28afc396a90cdbd2177cb8fb50aeec.bindPopup(popup_486cbbba85a695c9846d1cf645a18a6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf28afc396a90cdbd2177cb8fb50aeec.setIcon(icon_eb58290ac18025f6c1508b33f1c3e7d4);
|
|
|
|
|
|
var marker_82a56ec40bc15dd1151413f304b0aeca = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_fc892383e510b84ce8c146d5259bec44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_450c91a5cc3cbcbb99fc083fd3a7878c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39bd5107ce377e4890f5444faa25e901 = $(`<div id="html_39bd5107ce377e4890f5444faa25e901" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_450c91a5cc3cbcbb99fc083fd3a7878c.setContent(html_39bd5107ce377e4890f5444faa25e901);
|
|
|
|
|
|
|
|
marker_82a56ec40bc15dd1151413f304b0aeca.bindPopup(popup_450c91a5cc3cbcbb99fc083fd3a7878c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82a56ec40bc15dd1151413f304b0aeca.setIcon(icon_fc892383e510b84ce8c146d5259bec44);
|
|
|
|
|
|
var marker_212a9c84f6f6e75f6c627ec4d2820a98 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_43ac154c6a7544d0ffa81595a86fa1b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4222f6d9deff6ec678d510b5e4b961cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_627a446fcaa61cd2b3c4946b468fe479 = $(`<div id="html_627a446fcaa61cd2b3c4946b468fe479" style="width: 100.0%; height: 100.0%;">relay.jmoose.rocks</div>`)[0];
|
|
popup_4222f6d9deff6ec678d510b5e4b961cc.setContent(html_627a446fcaa61cd2b3c4946b468fe479);
|
|
|
|
|
|
|
|
marker_212a9c84f6f6e75f6c627ec4d2820a98.bindPopup(popup_4222f6d9deff6ec678d510b5e4b961cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_212a9c84f6f6e75f6c627ec4d2820a98.setIcon(icon_43ac154c6a7544d0ffa81595a86fa1b3);
|
|
|
|
|
|
var marker_0117a1bd3d81bfb93d03976ab62ce67b = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_2aaabfd1adc7171aaa544578916fb7f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4319df18cbe4aefee528322d545c84a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5aa8d55a3fb659ba5da95ffd6bdc234 = $(`<div id="html_d5aa8d55a3fb659ba5da95ffd6bdc234" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_f4319df18cbe4aefee528322d545c84a.setContent(html_d5aa8d55a3fb659ba5da95ffd6bdc234);
|
|
|
|
|
|
|
|
marker_0117a1bd3d81bfb93d03976ab62ce67b.bindPopup(popup_f4319df18cbe4aefee528322d545c84a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0117a1bd3d81bfb93d03976ab62ce67b.setIcon(icon_2aaabfd1adc7171aaa544578916fb7f3);
|
|
|
|
|
|
var marker_8681e94dc8eb79cdc4fc4ab59f090957 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_c1b67c82e3394328083653d4f875ff7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2ab76da6ae9050e4a0e5eb9400a1256 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f89bc45528e793e9d867cf91369bcf1 = $(`<div id="html_1f89bc45528e793e9d867cf91369bcf1" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_c2ab76da6ae9050e4a0e5eb9400a1256.setContent(html_1f89bc45528e793e9d867cf91369bcf1);
|
|
|
|
|
|
|
|
marker_8681e94dc8eb79cdc4fc4ab59f090957.bindPopup(popup_c2ab76da6ae9050e4a0e5eb9400a1256)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8681e94dc8eb79cdc4fc4ab59f090957.setIcon(icon_c1b67c82e3394328083653d4f875ff7c);
|
|
|
|
|
|
var marker_8af15fc02c31496df6e58f7738a6381e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_4e90c4d4ba6e638bc6b56d340082cabe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6abb261ac97f12e231060e5bd43e5dc3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a73c342f43672e0c0da4a312d61275bb = $(`<div id="html_a73c342f43672e0c0da4a312d61275bb" style="width: 100.0%; height: 100.0%;">nostr.coincrowd.fund</div>`)[0];
|
|
popup_6abb261ac97f12e231060e5bd43e5dc3.setContent(html_a73c342f43672e0c0da4a312d61275bb);
|
|
|
|
|
|
|
|
marker_8af15fc02c31496df6e58f7738a6381e.bindPopup(popup_6abb261ac97f12e231060e5bd43e5dc3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8af15fc02c31496df6e58f7738a6381e.setIcon(icon_4e90c4d4ba6e638bc6b56d340082cabe);
|
|
|
|
|
|
var marker_d8c296cc18a75a58ec480be98c7eb653 = L.marker(
|
|
[47.5549, 8.02182],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_a1025833150ffd5d3c626061ffe696ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a97ec243d23985ce7db4ea776b697a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dee45caa11764ff3ba70940a40fa7fca = $(`<div id="html_dee45caa11764ff3ba70940a40fa7fca" style="width: 100.0%; height: 100.0%;">social.protest.net/relay</div>`)[0];
|
|
popup_3a97ec243d23985ce7db4ea776b697a0.setContent(html_dee45caa11764ff3ba70940a40fa7fca);
|
|
|
|
|
|
|
|
marker_d8c296cc18a75a58ec480be98c7eb653.bindPopup(popup_3a97ec243d23985ce7db4ea776b697a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8c296cc18a75a58ec480be98c7eb653.setIcon(icon_a1025833150ffd5d3c626061ffe696ca);
|
|
|
|
|
|
var marker_59f7b3ded3d7e4d38b5250cd8d57f42e = L.marker(
|
|
[51.2277, 6.77346],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_59594893af1033335d6e8b858c0530c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf32271561476005e5c16f6e7b393375 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_638a27ec588a1b0f404c2283d60e22a5 = $(`<div id="html_638a27ec588a1b0f404c2283d60e22a5" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_bf32271561476005e5c16f6e7b393375.setContent(html_638a27ec588a1b0f404c2283d60e22a5);
|
|
|
|
|
|
|
|
marker_59f7b3ded3d7e4d38b5250cd8d57f42e.bindPopup(popup_bf32271561476005e5c16f6e7b393375)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59f7b3ded3d7e4d38b5250cd8d57f42e.setIcon(icon_59594893af1033335d6e8b858c0530c7);
|
|
|
|
|
|
var marker_d66558e06167de164c2ff0ab175c29e4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_56cc3ed9bccaf98a7152ec683a3306d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1959e64601eadc3576b59e96056acde6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1899250256b8d597dac62afded655a0d = $(`<div id="html_1899250256b8d597dac62afded655a0d" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_1959e64601eadc3576b59e96056acde6.setContent(html_1899250256b8d597dac62afded655a0d);
|
|
|
|
|
|
|
|
marker_d66558e06167de164c2ff0ab175c29e4.bindPopup(popup_1959e64601eadc3576b59e96056acde6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d66558e06167de164c2ff0ab175c29e4.setIcon(icon_56cc3ed9bccaf98a7152ec683a3306d6);
|
|
|
|
|
|
var marker_82b48d4f10ea5634623119827694f4f3 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_fdbae682dea91d35aed81dafb8d977d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65fdb253ad8febcc530579bfa2d3c463 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef9891baaf1b7819488488e4bb7892c2 = $(`<div id="html_ef9891baaf1b7819488488e4bb7892c2" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_65fdb253ad8febcc530579bfa2d3c463.setContent(html_ef9891baaf1b7819488488e4bb7892c2);
|
|
|
|
|
|
|
|
marker_82b48d4f10ea5634623119827694f4f3.bindPopup(popup_65fdb253ad8febcc530579bfa2d3c463)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82b48d4f10ea5634623119827694f4f3.setIcon(icon_fdbae682dea91d35aed81dafb8d977d3);
|
|
|
|
|
|
var marker_8f7592c2441d3ce502f4071ff69a5cd1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_ba390b938915290e218ea9bb00676ab0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_792dfb846a4f1ac54676869991c69855 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eed2e697fd3d954f0093c3a664af8610 = $(`<div id="html_eed2e697fd3d954f0093c3a664af8610" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_792dfb846a4f1ac54676869991c69855.setContent(html_eed2e697fd3d954f0093c3a664af8610);
|
|
|
|
|
|
|
|
marker_8f7592c2441d3ce502f4071ff69a5cd1.bindPopup(popup_792dfb846a4f1ac54676869991c69855)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f7592c2441d3ce502f4071ff69a5cd1.setIcon(icon_ba390b938915290e218ea9bb00676ab0);
|
|
|
|
|
|
var marker_7fef8934f324a8ecb25f1f4291294bb2 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_25919260f134d4dafedca327f146f6b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c8c66bcf6a2da18e5b57bd672121a0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df8e7b0aa0f5331c1b2d77b069a57ef6 = $(`<div id="html_df8e7b0aa0f5331c1b2d77b069a57ef6" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_9c8c66bcf6a2da18e5b57bd672121a0f.setContent(html_df8e7b0aa0f5331c1b2d77b069a57ef6);
|
|
|
|
|
|
|
|
marker_7fef8934f324a8ecb25f1f4291294bb2.bindPopup(popup_9c8c66bcf6a2da18e5b57bd672121a0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7fef8934f324a8ecb25f1f4291294bb2.setIcon(icon_25919260f134d4dafedca327f146f6b9);
|
|
|
|
|
|
var marker_8fd6c41c818a371ca6806cc1fe356dc6 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_68d80ac6a9bf4fd25e86babfbb4a2e6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4301fead766f464a95814baa18409549 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd6a1a7da5941d9d115b914306f5e8ad = $(`<div id="html_fd6a1a7da5941d9d115b914306f5e8ad" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_4301fead766f464a95814baa18409549.setContent(html_fd6a1a7da5941d9d115b914306f5e8ad);
|
|
|
|
|
|
|
|
marker_8fd6c41c818a371ca6806cc1fe356dc6.bindPopup(popup_4301fead766f464a95814baa18409549)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fd6c41c818a371ca6806cc1fe356dc6.setIcon(icon_68d80ac6a9bf4fd25e86babfbb4a2e6d);
|
|
|
|
|
|
var marker_5cfc11995923c80a3319b92b5eba3b14 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_8cc256f4e784e9b9cba97bcbf53c13d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_005696ff54b0765bcf88e21fd81282e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5b185be3f7f6801f421859a1ce20af4 = $(`<div id="html_f5b185be3f7f6801f421859a1ce20af4" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_005696ff54b0765bcf88e21fd81282e2.setContent(html_f5b185be3f7f6801f421859a1ce20af4);
|
|
|
|
|
|
|
|
marker_5cfc11995923c80a3319b92b5eba3b14.bindPopup(popup_005696ff54b0765bcf88e21fd81282e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5cfc11995923c80a3319b92b5eba3b14.setIcon(icon_8cc256f4e784e9b9cba97bcbf53c13d4);
|
|
|
|
|
|
var marker_7f1efaa472eb58c00daa63d42448ffe7 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_48c81863957f7b189ca70c8268832c8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9502fb649b93cf891d721aab3f65904f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e7e56abb5f0bfaddc5f067b4e49f174 = $(`<div id="html_2e7e56abb5f0bfaddc5f067b4e49f174" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_9502fb649b93cf891d721aab3f65904f.setContent(html_2e7e56abb5f0bfaddc5f067b4e49f174);
|
|
|
|
|
|
|
|
marker_7f1efaa472eb58c00daa63d42448ffe7.bindPopup(popup_9502fb649b93cf891d721aab3f65904f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f1efaa472eb58c00daa63d42448ffe7.setIcon(icon_48c81863957f7b189ca70c8268832c8a);
|
|
|
|
|
|
var marker_9655c2733eec13d5a59e4cdcadaeda9e = L.marker(
|
|
[13.4166, 101.335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_45215cabbb5e17efcf9bb14b303beed4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_855f2aaf49a7dc2706db09f685978ed3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f23910d45f05744f9ed6b78af7da24b3 = $(`<div id="html_f23910d45f05744f9ed6b78af7da24b3" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_855f2aaf49a7dc2706db09f685978ed3.setContent(html_f23910d45f05744f9ed6b78af7da24b3);
|
|
|
|
|
|
|
|
marker_9655c2733eec13d5a59e4cdcadaeda9e.bindPopup(popup_855f2aaf49a7dc2706db09f685978ed3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9655c2733eec13d5a59e4cdcadaeda9e.setIcon(icon_45215cabbb5e17efcf9bb14b303beed4);
|
|
|
|
|
|
var marker_a9e77018b46158bebe6cf8ae4d8a290a = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0ab693a499df092ca74b8001cec2ba02);
|
|
|
|
|
|
var icon_509094996c7dce310d2e8aaee5afa361 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53bafab6eaeaf58a9f9df5a186e17774 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aec27bd0e98d1b31e0e8312d4e5e7165 = $(`<div id="html_aec27bd0e98d1b31e0e8312d4e5e7165" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_53bafab6eaeaf58a9f9df5a186e17774.setContent(html_aec27bd0e98d1b31e0e8312d4e5e7165);
|
|
|
|
|
|
|
|
marker_a9e77018b46158bebe6cf8ae4d8a290a.bindPopup(popup_53bafab6eaeaf58a9f9df5a186e17774)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9e77018b46158bebe6cf8ae4d8a290a.setIcon(icon_509094996c7dce310d2e8aaee5afa361);
|
|
|
|
|
|
marker_cluster_0ab693a499df092ca74b8001cec2ba02.addTo(map_b16add0cf43ad80795578a01e6398c1c);
|
|
|
|
</script>
|
|
</html> |