mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-24 23:45:17 +00:00
16985 lines
494 KiB
HTML
16985 lines
494 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_f8a8593ea6524c7d8b8b33fc89e7ec35 {
|
|
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_f8a8593ea6524c7d8b8b33fc89e7ec35" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_f8a8593ea6524c7d8b8b33fc89e7ec35 = L.map(
|
|
"map_f8a8593ea6524c7d8b8b33fc89e7ec35",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_4c687807b9d67b7308c6729bfb346153 = 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_4c687807b9d67b7308c6729bfb346153.addTo(map_f8a8593ea6524c7d8b8b33fc89e7ec35);
|
|
|
|
|
|
var marker_cluster_cf4c154fee628f596b2478afa8b058b0 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_88feb2ed860686c0f112756086fb659f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_90d6f4efa03272f9ef1cfc7c603f0ff4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9963e366b5542a85506b491106833819 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_844cf404d7b5d2e5398bddbe0b72a0c8 = $(`<div id="html_844cf404d7b5d2e5398bddbe0b72a0c8" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_9963e366b5542a85506b491106833819.setContent(html_844cf404d7b5d2e5398bddbe0b72a0c8);
|
|
|
|
|
|
|
|
marker_88feb2ed860686c0f112756086fb659f.bindPopup(popup_9963e366b5542a85506b491106833819)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88feb2ed860686c0f112756086fb659f.setIcon(icon_90d6f4efa03272f9ef1cfc7c603f0ff4);
|
|
|
|
|
|
var marker_76011daff5a2325889d7003d913c7d5a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_82d2d00c1addda5fd8f86fd6dd7672fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2b467cdf40fff1ab3c947449ede50b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_339dba387349390f8fa93f6184f9e140 = $(`<div id="html_339dba387349390f8fa93f6184f9e140" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_d2b467cdf40fff1ab3c947449ede50b4.setContent(html_339dba387349390f8fa93f6184f9e140);
|
|
|
|
|
|
|
|
marker_76011daff5a2325889d7003d913c7d5a.bindPopup(popup_d2b467cdf40fff1ab3c947449ede50b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76011daff5a2325889d7003d913c7d5a.setIcon(icon_82d2d00c1addda5fd8f86fd6dd7672fa);
|
|
|
|
|
|
var marker_b66e5ed277facbccc545a0a887cbc046 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_dfec229b82b09e1df93973bf5bee0cbc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af24422f1c485e4204fdf5d437791c44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d47d630561540c5ea48eb1f14c2217be = $(`<div id="html_d47d630561540c5ea48eb1f14c2217be" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app:443</div>`)[0];
|
|
popup_af24422f1c485e4204fdf5d437791c44.setContent(html_d47d630561540c5ea48eb1f14c2217be);
|
|
|
|
|
|
|
|
marker_b66e5ed277facbccc545a0a887cbc046.bindPopup(popup_af24422f1c485e4204fdf5d437791c44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b66e5ed277facbccc545a0a887cbc046.setIcon(icon_dfec229b82b09e1df93973bf5bee0cbc);
|
|
|
|
|
|
var marker_6de11f83abd04841c3763bb48e4dd47c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_5ad136d050c49346430785774f323802 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b2953cc61f6b5158a36854f7b0df194 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4671feb927be404f6a028b611bb8158 = $(`<div id="html_e4671feb927be404f6a028b611bb8158" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io:443</div>`)[0];
|
|
popup_6b2953cc61f6b5158a36854f7b0df194.setContent(html_e4671feb927be404f6a028b611bb8158);
|
|
|
|
|
|
|
|
marker_6de11f83abd04841c3763bb48e4dd47c.bindPopup(popup_6b2953cc61f6b5158a36854f7b0df194)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6de11f83abd04841c3763bb48e4dd47c.setIcon(icon_5ad136d050c49346430785774f323802);
|
|
|
|
|
|
var marker_3c779b84522a152b370ed2e12e634659 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_6a4946ff64e7fbb6628c5c621b3ff41b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d21fa3e8de9631918550cfefc2f7dd2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d39e8066b72743eeded5823b31c5201b = $(`<div id="html_d39e8066b72743eeded5823b31c5201b" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club:443</div>`)[0];
|
|
popup_9d21fa3e8de9631918550cfefc2f7dd2.setContent(html_d39e8066b72743eeded5823b31c5201b);
|
|
|
|
|
|
|
|
marker_3c779b84522a152b370ed2e12e634659.bindPopup(popup_9d21fa3e8de9631918550cfefc2f7dd2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c779b84522a152b370ed2e12e634659.setIcon(icon_6a4946ff64e7fbb6628c5c621b3ff41b);
|
|
|
|
|
|
var marker_6f5749a682d68f4e1ddcb37e5c554121 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_4d23f2f458a510f42f751ef09e3b8a00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4e03a332b13ecf2dc273e38cd168b22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3438449c6fa0c58a437cbcb53e9f014c = $(`<div id="html_3438449c6fa0c58a437cbcb53e9f014c" style="width: 100.0%; height: 100.0%;">relay.dreamith.to:443</div>`)[0];
|
|
popup_f4e03a332b13ecf2dc273e38cd168b22.setContent(html_3438449c6fa0c58a437cbcb53e9f014c);
|
|
|
|
|
|
|
|
marker_6f5749a682d68f4e1ddcb37e5c554121.bindPopup(popup_f4e03a332b13ecf2dc273e38cd168b22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f5749a682d68f4e1ddcb37e5c554121.setIcon(icon_4d23f2f458a510f42f751ef09e3b8a00);
|
|
|
|
|
|
var marker_b543639442a4423c14f9a9ccb905d56d = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_375c6829978dc115dfa67493377eea82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05abe55f724ae556b712de18a3d72a86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45fa43b17a441e0d960f54edb7fcb059 = $(`<div id="html_45fa43b17a441e0d960f54edb7fcb059" style="width: 100.0%; height: 100.0%;">offchain.pub:443</div>`)[0];
|
|
popup_05abe55f724ae556b712de18a3d72a86.setContent(html_45fa43b17a441e0d960f54edb7fcb059);
|
|
|
|
|
|
|
|
marker_b543639442a4423c14f9a9ccb905d56d.bindPopup(popup_05abe55f724ae556b712de18a3d72a86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b543639442a4423c14f9a9ccb905d56d.setIcon(icon_375c6829978dc115dfa67493377eea82);
|
|
|
|
|
|
var marker_e7b697139c5882e1dccc63f9c9175424 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_6f9abc8a99012c48c1c253c1625c9f3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f22cf16ffa6d5c62a7e194cbeb3c2f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4734ac5018a804e3b6aa186b194c2438 = $(`<div id="html_4734ac5018a804e3b6aa186b194c2438" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_3f22cf16ffa6d5c62a7e194cbeb3c2f7.setContent(html_4734ac5018a804e3b6aa186b194c2438);
|
|
|
|
|
|
|
|
marker_e7b697139c5882e1dccc63f9c9175424.bindPopup(popup_3f22cf16ffa6d5c62a7e194cbeb3c2f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7b697139c5882e1dccc63f9c9175424.setIcon(icon_6f9abc8a99012c48c1c253c1625c9f3d);
|
|
|
|
|
|
var marker_5d6af4372a9386e41f0b8a621140d09b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_c5960c6df608c2dda8bc14d6de0ff251 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3bd935f9622e0e3d86f023abefbfd4ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_007a02426d55fc4799c306c36a553641 = $(`<div id="html_007a02426d55fc4799c306c36a553641" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com:443</div>`)[0];
|
|
popup_3bd935f9622e0e3d86f023abefbfd4ee.setContent(html_007a02426d55fc4799c306c36a553641);
|
|
|
|
|
|
|
|
marker_5d6af4372a9386e41f0b8a621140d09b.bindPopup(popup_3bd935f9622e0e3d86f023abefbfd4ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d6af4372a9386e41f0b8a621140d09b.setIcon(icon_c5960c6df608c2dda8bc14d6de0ff251);
|
|
|
|
|
|
var marker_9d72474754b0f4e79504ba48f102ce9d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_748881603f72effa94b7bc23b3646100 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb6c5aec169ebd68929e1678d5cb9563 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82f134c87f807be8d26f212848bcfca2 = $(`<div id="html_82f134c87f807be8d26f212848bcfca2" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol:443</div>`)[0];
|
|
popup_bb6c5aec169ebd68929e1678d5cb9563.setContent(html_82f134c87f807be8d26f212848bcfca2);
|
|
|
|
|
|
|
|
marker_9d72474754b0f4e79504ba48f102ce9d.bindPopup(popup_bb6c5aec169ebd68929e1678d5cb9563)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d72474754b0f4e79504ba48f102ce9d.setIcon(icon_748881603f72effa94b7bc23b3646100);
|
|
|
|
|
|
var marker_0cda5428cd2f2684d3f688560924482b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_8e26776757d8b3571d5cacf4be6599ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34d640a08d514e9fd1685bedf8a2867a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da30d7d606b531047eadd4edb4ea6330 = $(`<div id="html_da30d7d606b531047eadd4edb4ea6330" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_34d640a08d514e9fd1685bedf8a2867a.setContent(html_da30d7d606b531047eadd4edb4ea6330);
|
|
|
|
|
|
|
|
marker_0cda5428cd2f2684d3f688560924482b.bindPopup(popup_34d640a08d514e9fd1685bedf8a2867a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cda5428cd2f2684d3f688560924482b.setIcon(icon_8e26776757d8b3571d5cacf4be6599ad);
|
|
|
|
|
|
var marker_de9d8d9ec7fd48dc733d48783d226fb8 = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_31f712f3e6edcb3826d6cf17c9d90d8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_385e4a1a405f4024002f857fce2c2b75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_754ce4f716b2c37bd75c97473585942c = $(`<div id="html_754ce4f716b2c37bd75c97473585942c" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_385e4a1a405f4024002f857fce2c2b75.setContent(html_754ce4f716b2c37bd75c97473585942c);
|
|
|
|
|
|
|
|
marker_de9d8d9ec7fd48dc733d48783d226fb8.bindPopup(popup_385e4a1a405f4024002f857fce2c2b75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de9d8d9ec7fd48dc733d48783d226fb8.setIcon(icon_31f712f3e6edcb3826d6cf17c9d90d8d);
|
|
|
|
|
|
var marker_c18e346c7e3db411dae430d20642ad59 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_624369cb4a0c3a530d2d6dd4e85971d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a312694e787661320afdb29be359f13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_621a0182ea3896602288239fd9b29f85 = $(`<div id="html_621a0182ea3896602288239fd9b29f85" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_5a312694e787661320afdb29be359f13.setContent(html_621a0182ea3896602288239fd9b29f85);
|
|
|
|
|
|
|
|
marker_c18e346c7e3db411dae430d20642ad59.bindPopup(popup_5a312694e787661320afdb29be359f13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c18e346c7e3db411dae430d20642ad59.setIcon(icon_624369cb4a0c3a530d2d6dd4e85971d5);
|
|
|
|
|
|
var marker_0a708f7d9e15213b7511eebbdb15a9fa = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_3daa6b40e0549a1f209d3662c8df1514 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e185856fbae741c67970cfbc2dcd9f2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a97a728fc2efd5b3f958b821098ae21e = $(`<div id="html_a97a728fc2efd5b3f958b821098ae21e" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_e185856fbae741c67970cfbc2dcd9f2d.setContent(html_a97a728fc2efd5b3f958b821098ae21e);
|
|
|
|
|
|
|
|
marker_0a708f7d9e15213b7511eebbdb15a9fa.bindPopup(popup_e185856fbae741c67970cfbc2dcd9f2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a708f7d9e15213b7511eebbdb15a9fa.setIcon(icon_3daa6b40e0549a1f209d3662c8df1514);
|
|
|
|
|
|
var marker_8e1e0584a9e40ebeac296782e8b72291 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_9d45e35bb5aef1c96691d51978cbb462 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_766075593ffe1d2e108c8387699c383d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cdff0cf02692028d75d14a0c126c780e = $(`<div id="html_cdff0cf02692028d75d14a0c126c780e" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io:443</div>`)[0];
|
|
popup_766075593ffe1d2e108c8387699c383d.setContent(html_cdff0cf02692028d75d14a0c126c780e);
|
|
|
|
|
|
|
|
marker_8e1e0584a9e40ebeac296782e8b72291.bindPopup(popup_766075593ffe1d2e108c8387699c383d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e1e0584a9e40ebeac296782e8b72291.setIcon(icon_9d45e35bb5aef1c96691d51978cbb462);
|
|
|
|
|
|
var marker_b6fcbf5224556dcd00c1aa79dc851e69 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_04d569f2f4897a56c63644cd5118cceb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b7b8b88b399f26e6f005dd6d4fea462 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be3f3769703143fc5812dbf624bb01f2 = $(`<div id="html_be3f3769703143fc5812dbf624bb01f2" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_8b7b8b88b399f26e6f005dd6d4fea462.setContent(html_be3f3769703143fc5812dbf624bb01f2);
|
|
|
|
|
|
|
|
marker_b6fcbf5224556dcd00c1aa79dc851e69.bindPopup(popup_8b7b8b88b399f26e6f005dd6d4fea462)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6fcbf5224556dcd00c1aa79dc851e69.setIcon(icon_04d569f2f4897a56c63644cd5118cceb);
|
|
|
|
|
|
var marker_232afff40e9ab6951c9e4015a6c69231 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_b9fa83204e3038eed718058e68858283 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_723afdc79b1d3fcbd2a4dca028d05d95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e65f53393b4cd3299358d5f3d02cac48 = $(`<div id="html_e65f53393b4cd3299358d5f3d02cac48" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st:443</div>`)[0];
|
|
popup_723afdc79b1d3fcbd2a4dca028d05d95.setContent(html_e65f53393b4cd3299358d5f3d02cac48);
|
|
|
|
|
|
|
|
marker_232afff40e9ab6951c9e4015a6c69231.bindPopup(popup_723afdc79b1d3fcbd2a4dca028d05d95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_232afff40e9ab6951c9e4015a6c69231.setIcon(icon_b9fa83204e3038eed718058e68858283);
|
|
|
|
|
|
var marker_d90efe6eb82676fead9d4d89430f76a6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_2163760ac7c173ccdcae897741877daa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_488334939a54659722f8df91269c4b1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1952772b104b7297ea238f053bd19c2 = $(`<div id="html_e1952772b104b7297ea238f053bd19c2" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_488334939a54659722f8df91269c4b1b.setContent(html_e1952772b104b7297ea238f053bd19c2);
|
|
|
|
|
|
|
|
marker_d90efe6eb82676fead9d4d89430f76a6.bindPopup(popup_488334939a54659722f8df91269c4b1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d90efe6eb82676fead9d4d89430f76a6.setIcon(icon_2163760ac7c173ccdcae897741877daa);
|
|
|
|
|
|
var marker_beae0242cdb239722f5eab3d49865720 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_cd18257cdb947305106122b186d26852 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d24f80093a25068ab79944541025bdb7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_701b77ede4edecae54b0949f6ea3e466 = $(`<div id="html_701b77ede4edecae54b0949f6ea3e466" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_d24f80093a25068ab79944541025bdb7.setContent(html_701b77ede4edecae54b0949f6ea3e466);
|
|
|
|
|
|
|
|
marker_beae0242cdb239722f5eab3d49865720.bindPopup(popup_d24f80093a25068ab79944541025bdb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_beae0242cdb239722f5eab3d49865720.setIcon(icon_cd18257cdb947305106122b186d26852);
|
|
|
|
|
|
var marker_4c1859c7885333d9991c7f73e2f2ba36 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_0737d754bc448c1e36ca7ba125189b91 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_faf2af84deb943fa8e1021edd9787e12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5bbf86a6442b8629846dd49a28a166d7 = $(`<div id="html_5bbf86a6442b8629846dd49a28a166d7" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_faf2af84deb943fa8e1021edd9787e12.setContent(html_5bbf86a6442b8629846dd49a28a166d7);
|
|
|
|
|
|
|
|
marker_4c1859c7885333d9991c7f73e2f2ba36.bindPopup(popup_faf2af84deb943fa8e1021edd9787e12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c1859c7885333d9991c7f73e2f2ba36.setIcon(icon_0737d754bc448c1e36ca7ba125189b91);
|
|
|
|
|
|
var marker_a31aa6cedf31c5569512fc123f63bcac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_624b064e5e421b679a3d6d0b3bb40a59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45c87379b86978d0623f36988403335f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da2a35fbc11eadc58745af9d1eb8cb14 = $(`<div id="html_da2a35fbc11eadc58745af9d1eb8cb14" style="width: 100.0%; height: 100.0%;">relay.ohstr.com:443</div>`)[0];
|
|
popup_45c87379b86978d0623f36988403335f.setContent(html_da2a35fbc11eadc58745af9d1eb8cb14);
|
|
|
|
|
|
|
|
marker_a31aa6cedf31c5569512fc123f63bcac.bindPopup(popup_45c87379b86978d0623f36988403335f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a31aa6cedf31c5569512fc123f63bcac.setIcon(icon_624b064e5e421b679a3d6d0b3bb40a59);
|
|
|
|
|
|
var marker_eeda69d5bc70c75e334ede2636c6de8a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_90831bf6e61b31b3dc816f42282a44cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_990d77ca2a799b520bf9743c1ef37ea2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d56f29f25ca976327e2ecabf99531501 = $(`<div id="html_d56f29f25ca976327e2ecabf99531501" style="width: 100.0%; height: 100.0%;">purplerelay.com:443</div>`)[0];
|
|
popup_990d77ca2a799b520bf9743c1ef37ea2.setContent(html_d56f29f25ca976327e2ecabf99531501);
|
|
|
|
|
|
|
|
marker_eeda69d5bc70c75e334ede2636c6de8a.bindPopup(popup_990d77ca2a799b520bf9743c1ef37ea2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eeda69d5bc70c75e334ede2636c6de8a.setIcon(icon_90831bf6e61b31b3dc816f42282a44cd);
|
|
|
|
|
|
var marker_5a5d75dfddf6de471e4eff51080cce3a = L.marker(
|
|
[39.9526, -75.1652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_a23ff611ba468ea4771e0d60e7e4dac7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8d3f29650b616447928dc6330271941 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29587dec9c207aff24744a64715cf27a = $(`<div id="html_29587dec9c207aff24744a64715cf27a" style="width: 100.0%; height: 100.0%;">nrs-02.darkcloudarcade.com:443</div>`)[0];
|
|
popup_f8d3f29650b616447928dc6330271941.setContent(html_29587dec9c207aff24744a64715cf27a);
|
|
|
|
|
|
|
|
marker_5a5d75dfddf6de471e4eff51080cce3a.bindPopup(popup_f8d3f29650b616447928dc6330271941)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a5d75dfddf6de471e4eff51080cce3a.setIcon(icon_a23ff611ba468ea4771e0d60e7e4dac7);
|
|
|
|
|
|
var marker_204cf045da7cb831efdca124d77aa7dc = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_6bfd3c07ed8a46bb8e4e4a88cea4e207 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e04755b45c503b592726eb3e4528402d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5523b46619d22e1b1dced2574279c1ea = $(`<div id="html_5523b46619d22e1b1dced2574279c1ea" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com:443</div>`)[0];
|
|
popup_e04755b45c503b592726eb3e4528402d.setContent(html_5523b46619d22e1b1dced2574279c1ea);
|
|
|
|
|
|
|
|
marker_204cf045da7cb831efdca124d77aa7dc.bindPopup(popup_e04755b45c503b592726eb3e4528402d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_204cf045da7cb831efdca124d77aa7dc.setIcon(icon_6bfd3c07ed8a46bb8e4e4a88cea4e207);
|
|
|
|
|
|
var marker_4c509e99f5ad420c2ae8bfcef15c6343 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_7daeca01a7bee495f58c448eb243019d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3dca2e8e55f38722afc3f068f676647d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ad3faad7f7c2cbc750b306250fd755e = $(`<div id="html_9ad3faad7f7c2cbc750b306250fd755e" style="width: 100.0%; height: 100.0%;">treuzkas.branruz.com</div>`)[0];
|
|
popup_3dca2e8e55f38722afc3f068f676647d.setContent(html_9ad3faad7f7c2cbc750b306250fd755e);
|
|
|
|
|
|
|
|
marker_4c509e99f5ad420c2ae8bfcef15c6343.bindPopup(popup_3dca2e8e55f38722afc3f068f676647d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c509e99f5ad420c2ae8bfcef15c6343.setIcon(icon_7daeca01a7bee495f58c448eb243019d);
|
|
|
|
|
|
var marker_ff5f154247aea5f41edf2f7379751a6d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_172c040d1c4bce61051b417ae965eef8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_645680c7e1eacba96c06b778ea3f0844 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca9736404a3d9c25de91408497d0fea8 = $(`<div id="html_ca9736404a3d9c25de91408497d0fea8" style="width: 100.0%; height: 100.0%;">relay.inforsupports.com</div>`)[0];
|
|
popup_645680c7e1eacba96c06b778ea3f0844.setContent(html_ca9736404a3d9c25de91408497d0fea8);
|
|
|
|
|
|
|
|
marker_ff5f154247aea5f41edf2f7379751a6d.bindPopup(popup_645680c7e1eacba96c06b778ea3f0844)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff5f154247aea5f41edf2f7379751a6d.setIcon(icon_172c040d1c4bce61051b417ae965eef8);
|
|
|
|
|
|
var marker_e4b26caeaabaa66aa2579954e80872d8 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_37ab43638c0849d2148d5618c4dbf27e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bb3c592a3292ef6218dbee277b9a838 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60219cc85bf7b5d8e7899d8ef92c932e = $(`<div id="html_60219cc85bf7b5d8e7899d8ef92c932e" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space:443</div>`)[0];
|
|
popup_2bb3c592a3292ef6218dbee277b9a838.setContent(html_60219cc85bf7b5d8e7899d8ef92c932e);
|
|
|
|
|
|
|
|
marker_e4b26caeaabaa66aa2579954e80872d8.bindPopup(popup_2bb3c592a3292ef6218dbee277b9a838)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4b26caeaabaa66aa2579954e80872d8.setIcon(icon_37ab43638c0849d2148d5618c4dbf27e);
|
|
|
|
|
|
var marker_f2fb29ce8f1eb8df449644a1f94555af = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_24f8d835ad1403a49cc89550b94a4206 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de03ad2f1bc60d8a9a19b5cdc98ca317 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4db2c002007289bfeeeac8eb6e78c75f = $(`<div id="html_4db2c002007289bfeeeac8eb6e78c75f" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com:443</div>`)[0];
|
|
popup_de03ad2f1bc60d8a9a19b5cdc98ca317.setContent(html_4db2c002007289bfeeeac8eb6e78c75f);
|
|
|
|
|
|
|
|
marker_f2fb29ce8f1eb8df449644a1f94555af.bindPopup(popup_de03ad2f1bc60d8a9a19b5cdc98ca317)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2fb29ce8f1eb8df449644a1f94555af.setIcon(icon_24f8d835ad1403a49cc89550b94a4206);
|
|
|
|
|
|
var marker_f54376b69cbf8a4987ff7f467b89a6f9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_ca650c9234a7ddb885081c89dc8ec85a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34a06d2947bf6c73b05e7d99c203139f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2447daedce9ab211703d7409a7498dae = $(`<div id="html_2447daedce9ab211703d7409a7498dae" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_34a06d2947bf6c73b05e7d99c203139f.setContent(html_2447daedce9ab211703d7409a7498dae);
|
|
|
|
|
|
|
|
marker_f54376b69cbf8a4987ff7f467b89a6f9.bindPopup(popup_34a06d2947bf6c73b05e7d99c203139f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f54376b69cbf8a4987ff7f467b89a6f9.setIcon(icon_ca650c9234a7ddb885081c89dc8ec85a);
|
|
|
|
|
|
var marker_eebcd99d1f4c3a7a94665e578b49c79b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_8c5263973c80adbd20834d0a3c4dd072 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43c24f6634dea63d36c2fd0f6ff9a310 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ec80ab2df1a04dcae13126caada1343 = $(`<div id="html_0ec80ab2df1a04dcae13126caada1343" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_43c24f6634dea63d36c2fd0f6ff9a310.setContent(html_0ec80ab2df1a04dcae13126caada1343);
|
|
|
|
|
|
|
|
marker_eebcd99d1f4c3a7a94665e578b49c79b.bindPopup(popup_43c24f6634dea63d36c2fd0f6ff9a310)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eebcd99d1f4c3a7a94665e578b49c79b.setIcon(icon_8c5263973c80adbd20834d0a3c4dd072);
|
|
|
|
|
|
var marker_c0ab602aaacbb3bd29492657a3869509 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_2f05fb9f8b299ddbc93e42e295331b80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7c75a303d9c53246dd58b63dae5aae8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61dddd215220b5ccd69539bea6bf9a6d = $(`<div id="html_61dddd215220b5ccd69539bea6bf9a6d" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_b7c75a303d9c53246dd58b63dae5aae8.setContent(html_61dddd215220b5ccd69539bea6bf9a6d);
|
|
|
|
|
|
|
|
marker_c0ab602aaacbb3bd29492657a3869509.bindPopup(popup_b7c75a303d9c53246dd58b63dae5aae8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0ab602aaacbb3bd29492657a3869509.setIcon(icon_2f05fb9f8b299ddbc93e42e295331b80);
|
|
|
|
|
|
var marker_f07794065b5f37af8d495bea7c770eb2 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_c2754cbc2d23702e2d17480533ce591a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76bbda39914166a458bc0da2219da00c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6629726a507e75e8778b8de60b0ab199 = $(`<div id="html_6629726a507e75e8778b8de60b0ab199" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_76bbda39914166a458bc0da2219da00c.setContent(html_6629726a507e75e8778b8de60b0ab199);
|
|
|
|
|
|
|
|
marker_f07794065b5f37af8d495bea7c770eb2.bindPopup(popup_76bbda39914166a458bc0da2219da00c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f07794065b5f37af8d495bea7c770eb2.setIcon(icon_c2754cbc2d23702e2d17480533ce591a);
|
|
|
|
|
|
var marker_32ec0f96bd0fb515c147128f9490594e = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_d4c77368d5859e4a3d389bed656b534e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1cc9215e60246475959acbceef9273cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22c2bd606b303e8b54b6e45b1f11952e = $(`<div id="html_22c2bd606b303e8b54b6e45b1f11952e" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_1cc9215e60246475959acbceef9273cc.setContent(html_22c2bd606b303e8b54b6e45b1f11952e);
|
|
|
|
|
|
|
|
marker_32ec0f96bd0fb515c147128f9490594e.bindPopup(popup_1cc9215e60246475959acbceef9273cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32ec0f96bd0fb515c147128f9490594e.setIcon(icon_d4c77368d5859e4a3d389bed656b534e);
|
|
|
|
|
|
var marker_28b4dd298a6ee246cb1f2a245a4fda16 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_e74e081beb31019a5fe55dad20dd2314 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40e34ddad627b6124d8b41cf488b8e09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ba555980ab2d7a77139b5ca03cea45e = $(`<div id="html_7ba555980ab2d7a77139b5ca03cea45e" style="width: 100.0%; height: 100.0%;">bendernostur.duckdns.org:8443</div>`)[0];
|
|
popup_40e34ddad627b6124d8b41cf488b8e09.setContent(html_7ba555980ab2d7a77139b5ca03cea45e);
|
|
|
|
|
|
|
|
marker_28b4dd298a6ee246cb1f2a245a4fda16.bindPopup(popup_40e34ddad627b6124d8b41cf488b8e09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28b4dd298a6ee246cb1f2a245a4fda16.setIcon(icon_e74e081beb31019a5fe55dad20dd2314);
|
|
|
|
|
|
var marker_692c17435a1fe8f4c963046f744cc49f = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_4cfbf3860543fc6a45c5e01b7956fcbc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7eb5742acf054b752ccfb76a55a629a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9beba16ac2afdb05de16da1c37513419 = $(`<div id="html_9beba16ac2afdb05de16da1c37513419" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_7eb5742acf054b752ccfb76a55a629a4.setContent(html_9beba16ac2afdb05de16da1c37513419);
|
|
|
|
|
|
|
|
marker_692c17435a1fe8f4c963046f744cc49f.bindPopup(popup_7eb5742acf054b752ccfb76a55a629a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_692c17435a1fe8f4c963046f744cc49f.setIcon(icon_4cfbf3860543fc6a45c5e01b7956fcbc);
|
|
|
|
|
|
var marker_37b395c5bc9a81e7d9f0d7ef4b4c2ee5 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_79d29fbef71ebe5515a80635b66e05bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c8ef48f6adda68e95cc7c064d9862d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ed57644721726e2d2fa31bc3bf9184c = $(`<div id="html_2ed57644721726e2d2fa31bc3bf9184c" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_7c8ef48f6adda68e95cc7c064d9862d7.setContent(html_2ed57644721726e2d2fa31bc3bf9184c);
|
|
|
|
|
|
|
|
marker_37b395c5bc9a81e7d9f0d7ef4b4c2ee5.bindPopup(popup_7c8ef48f6adda68e95cc7c064d9862d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37b395c5bc9a81e7d9f0d7ef4b4c2ee5.setIcon(icon_79d29fbef71ebe5515a80635b66e05bb);
|
|
|
|
|
|
var marker_edab7ce5484fe9083d481bbd99433488 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_690cad77c2c9f32e082486de24fb1d95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52870bab23edad453493fa7e83c1f796 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c87e5ef203e873d5bc873870febde16 = $(`<div id="html_1c87e5ef203e873d5bc873870febde16" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com:443</div>`)[0];
|
|
popup_52870bab23edad453493fa7e83c1f796.setContent(html_1c87e5ef203e873d5bc873870febde16);
|
|
|
|
|
|
|
|
marker_edab7ce5484fe9083d481bbd99433488.bindPopup(popup_52870bab23edad453493fa7e83c1f796)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edab7ce5484fe9083d481bbd99433488.setIcon(icon_690cad77c2c9f32e082486de24fb1d95);
|
|
|
|
|
|
var marker_3c990592c8d65120e0da7dfd3845438c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_dc979e37f25720a17c3593e81933783e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3e2037656eda4c17fa2b189326ee420 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_517832051a0c29c4e1c748d6aa65236e = $(`<div id="html_517832051a0c29c4e1c748d6aa65236e" style="width: 100.0%; height: 100.0%;">offchain.bostr.online</div>`)[0];
|
|
popup_d3e2037656eda4c17fa2b189326ee420.setContent(html_517832051a0c29c4e1c748d6aa65236e);
|
|
|
|
|
|
|
|
marker_3c990592c8d65120e0da7dfd3845438c.bindPopup(popup_d3e2037656eda4c17fa2b189326ee420)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c990592c8d65120e0da7dfd3845438c.setIcon(icon_dc979e37f25720a17c3593e81933783e);
|
|
|
|
|
|
var marker_e31af33c896d83384f11d10d5b6f54c9 = L.marker(
|
|
[59.4016, 17.9455],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_448a65d9d39b2b01ad20c37c9c428081 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f9be05c6e22936e8d645465ebaca439 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63410ee69f0717463f5d55140955ac5b = $(`<div id="html_63410ee69f0717463f5d55140955ac5b" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_8f9be05c6e22936e8d645465ebaca439.setContent(html_63410ee69f0717463f5d55140955ac5b);
|
|
|
|
|
|
|
|
marker_e31af33c896d83384f11d10d5b6f54c9.bindPopup(popup_8f9be05c6e22936e8d645465ebaca439)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e31af33c896d83384f11d10d5b6f54c9.setIcon(icon_448a65d9d39b2b01ad20c37c9c428081);
|
|
|
|
|
|
var marker_ac820d6e12d5bb8b07ed0926bdecdc1f = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_ef63f5e5877cfe92422a8de45adb422e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba74b0c1803c38875548442bc9bcb94e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5c87605732b219a900331efff71189c = $(`<div id="html_b5c87605732b219a900331efff71189c" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_ba74b0c1803c38875548442bc9bcb94e.setContent(html_b5c87605732b219a900331efff71189c);
|
|
|
|
|
|
|
|
marker_ac820d6e12d5bb8b07ed0926bdecdc1f.bindPopup(popup_ba74b0c1803c38875548442bc9bcb94e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac820d6e12d5bb8b07ed0926bdecdc1f.setIcon(icon_ef63f5e5877cfe92422a8de45adb422e);
|
|
|
|
|
|
var marker_baab7650ee3432ef2cd1095047792565 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_c74f859d6ec37c6fc2f9e477139deef3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0849876d96e235201aa14d9236ca0630 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e1818f383493dea8144c6431144c324 = $(`<div id="html_2e1818f383493dea8144c6431144c324" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_0849876d96e235201aa14d9236ca0630.setContent(html_2e1818f383493dea8144c6431144c324);
|
|
|
|
|
|
|
|
marker_baab7650ee3432ef2cd1095047792565.bindPopup(popup_0849876d96e235201aa14d9236ca0630)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_baab7650ee3432ef2cd1095047792565.setIcon(icon_c74f859d6ec37c6fc2f9e477139deef3);
|
|
|
|
|
|
var marker_871d0fa02f6ae3a8bf4542d3c72d939b = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_8261083c6292e4bc34995bcbb0af86df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38e3070bc88c86334a60cc1dd62ee2e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1fd3b2d30279dc39a934df661faa2a83 = $(`<div id="html_1fd3b2d30279dc39a934df661faa2a83" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_38e3070bc88c86334a60cc1dd62ee2e1.setContent(html_1fd3b2d30279dc39a934df661faa2a83);
|
|
|
|
|
|
|
|
marker_871d0fa02f6ae3a8bf4542d3c72d939b.bindPopup(popup_38e3070bc88c86334a60cc1dd62ee2e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_871d0fa02f6ae3a8bf4542d3c72d939b.setIcon(icon_8261083c6292e4bc34995bcbb0af86df);
|
|
|
|
|
|
var marker_a1d6f64ce33c4254cf2b2dcac77fb347 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_5cc088c6b99354a8214ae3cef56a4dbc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f927d6ee8e5eb2ec502eede377a55c3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67c3920356b7448fa185c4b7a128fe97 = $(`<div id="html_67c3920356b7448fa185c4b7a128fe97" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_f927d6ee8e5eb2ec502eede377a55c3c.setContent(html_67c3920356b7448fa185c4b7a128fe97);
|
|
|
|
|
|
|
|
marker_a1d6f64ce33c4254cf2b2dcac77fb347.bindPopup(popup_f927d6ee8e5eb2ec502eede377a55c3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1d6f64ce33c4254cf2b2dcac77fb347.setIcon(icon_5cc088c6b99354a8214ae3cef56a4dbc);
|
|
|
|
|
|
var marker_e1ab5c863a64e5aa683de9f29a52e8f0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_673d44b297366d80ed842f9ae8fccfa8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13ea8e85a8164c530a41d0fa0b3a9a27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff0247753c6a99d0cd981ad821cf9def = $(`<div id="html_ff0247753c6a99d0cd981ad821cf9def" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_13ea8e85a8164c530a41d0fa0b3a9a27.setContent(html_ff0247753c6a99d0cd981ad821cf9def);
|
|
|
|
|
|
|
|
marker_e1ab5c863a64e5aa683de9f29a52e8f0.bindPopup(popup_13ea8e85a8164c530a41d0fa0b3a9a27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1ab5c863a64e5aa683de9f29a52e8f0.setIcon(icon_673d44b297366d80ed842f9ae8fccfa8);
|
|
|
|
|
|
var marker_139287cb03b1bd30f395b9ada29af4ae = L.marker(
|
|
[44.7839, -106.941],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_f3bca58a4ac48c05de9e6ad606ffa5c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_545277a67a4dadd5817ef9624c8b4f6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe02a06296d7b3c5c2e795adbd3a2df3 = $(`<div id="html_fe02a06296d7b3c5c2e795adbd3a2df3" style="width: 100.0%; height: 100.0%;">relay1.orangesync.tech</div>`)[0];
|
|
popup_545277a67a4dadd5817ef9624c8b4f6d.setContent(html_fe02a06296d7b3c5c2e795adbd3a2df3);
|
|
|
|
|
|
|
|
marker_139287cb03b1bd30f395b9ada29af4ae.bindPopup(popup_545277a67a4dadd5817ef9624c8b4f6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_139287cb03b1bd30f395b9ada29af4ae.setIcon(icon_f3bca58a4ac48c05de9e6ad606ffa5c7);
|
|
|
|
|
|
var marker_897a23c0806d4014474dbd86354e3888 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_393def9c7926ad3320ae81b6ca0e3c91 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a4e23ba2ea8d7f1366702027e5920f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f2528b9b3b136a96b1460cb33fbc26f = $(`<div id="html_3f2528b9b3b136a96b1460cb33fbc26f" style="width: 100.0%; height: 100.0%;">relay.wisp.talk</div>`)[0];
|
|
popup_0a4e23ba2ea8d7f1366702027e5920f3.setContent(html_3f2528b9b3b136a96b1460cb33fbc26f);
|
|
|
|
|
|
|
|
marker_897a23c0806d4014474dbd86354e3888.bindPopup(popup_0a4e23ba2ea8d7f1366702027e5920f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_897a23c0806d4014474dbd86354e3888.setIcon(icon_393def9c7926ad3320ae81b6ca0e3c91);
|
|
|
|
|
|
var marker_53ac8420907fb08dfffb7298fc10781a = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_278d38486052390e476ff30472b9ee54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e0b04dd8385d6d831c4840d6da07b3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2350b0fc9c563f3e6c4aaad9b919d58b = $(`<div id="html_2350b0fc9c563f3e6c4aaad9b919d58b" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_7e0b04dd8385d6d831c4840d6da07b3f.setContent(html_2350b0fc9c563f3e6c4aaad9b919d58b);
|
|
|
|
|
|
|
|
marker_53ac8420907fb08dfffb7298fc10781a.bindPopup(popup_7e0b04dd8385d6d831c4840d6da07b3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53ac8420907fb08dfffb7298fc10781a.setIcon(icon_278d38486052390e476ff30472b9ee54);
|
|
|
|
|
|
var marker_7c341e1e1d7a75996e7a875091b0c5b9 = L.marker(
|
|
[41.5284, -87.4237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_cb0daa4fef63a086cc4691f8f06c72a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2077542b359079397a83998ada0152a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dde79394fc9cc90a09bc74567fa21092 = $(`<div id="html_dde79394fc9cc90a09bc74567fa21092" style="width: 100.0%; height: 100.0%;">bbw-nostr.xyz</div>`)[0];
|
|
popup_b2077542b359079397a83998ada0152a.setContent(html_dde79394fc9cc90a09bc74567fa21092);
|
|
|
|
|
|
|
|
marker_7c341e1e1d7a75996e7a875091b0c5b9.bindPopup(popup_b2077542b359079397a83998ada0152a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c341e1e1d7a75996e7a875091b0c5b9.setIcon(icon_cb0daa4fef63a086cc4691f8f06c72a9);
|
|
|
|
|
|
var marker_cd762a5b8206cfe3080f52e0fd293597 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_2ebb1dc541279a17b94f7a351d9217c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a11f7f0fd55adc435ceddef642ae0e07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_804dffc2f4be9a5acdd46b14b9bb4b5e = $(`<div id="html_804dffc2f4be9a5acdd46b14b9bb4b5e" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_a11f7f0fd55adc435ceddef642ae0e07.setContent(html_804dffc2f4be9a5acdd46b14b9bb4b5e);
|
|
|
|
|
|
|
|
marker_cd762a5b8206cfe3080f52e0fd293597.bindPopup(popup_a11f7f0fd55adc435ceddef642ae0e07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd762a5b8206cfe3080f52e0fd293597.setIcon(icon_2ebb1dc541279a17b94f7a351d9217c5);
|
|
|
|
|
|
var marker_d15d61d371912792142fee9a342017f0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_6b96888e76f8dc14bec3802951b82310 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_084ccbc9abc402316fe4c1092beeb3eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f5fde8936f8ba607759fc4df43ff9d9 = $(`<div id="html_1f5fde8936f8ba607759fc4df43ff9d9" style="width: 100.0%; height: 100.0%;">wot.utxo.one</div>`)[0];
|
|
popup_084ccbc9abc402316fe4c1092beeb3eb.setContent(html_1f5fde8936f8ba607759fc4df43ff9d9);
|
|
|
|
|
|
|
|
marker_d15d61d371912792142fee9a342017f0.bindPopup(popup_084ccbc9abc402316fe4c1092beeb3eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d15d61d371912792142fee9a342017f0.setIcon(icon_6b96888e76f8dc14bec3802951b82310);
|
|
|
|
|
|
var marker_71d6b77d27dd30d7cf1ed89ebc41b123 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_e3b2a3ee18033074e16b7f8f27c26a86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b33a5b35c43934da5ee9cb953cf04f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f9f2a215b6cb3883139df2fd9298b03 = $(`<div id="html_1f9f2a215b6cb3883139df2fd9298b03" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_0b33a5b35c43934da5ee9cb953cf04f0.setContent(html_1f9f2a215b6cb3883139df2fd9298b03);
|
|
|
|
|
|
|
|
marker_71d6b77d27dd30d7cf1ed89ebc41b123.bindPopup(popup_0b33a5b35c43934da5ee9cb953cf04f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71d6b77d27dd30d7cf1ed89ebc41b123.setIcon(icon_e3b2a3ee18033074e16b7f8f27c26a86);
|
|
|
|
|
|
var marker_8a8b33987ef9ce23b38f30cbf5e779b9 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_d19fd083374277751a0f2e2fef834e99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d142d6c8c4bca6703866f297882c1b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31847e570e418337275663323ce9a31d = $(`<div id="html_31847e570e418337275663323ce9a31d" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_5d142d6c8c4bca6703866f297882c1b3.setContent(html_31847e570e418337275663323ce9a31d);
|
|
|
|
|
|
|
|
marker_8a8b33987ef9ce23b38f30cbf5e779b9.bindPopup(popup_5d142d6c8c4bca6703866f297882c1b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a8b33987ef9ce23b38f30cbf5e779b9.setIcon(icon_d19fd083374277751a0f2e2fef834e99);
|
|
|
|
|
|
var marker_537d8f43accf35e80eb2d62ecd0f80b2 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_9e3d2539aa8d0b31fa95ca0f07a75572 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d37852cbc9062c16a67088972b04965 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15377bca92332615c10ce82b45a2eac7 = $(`<div id="html_15377bca92332615c10ce82b45a2eac7" style="width: 100.0%; height: 100.0%;">relay.sigit.io:443</div>`)[0];
|
|
popup_9d37852cbc9062c16a67088972b04965.setContent(html_15377bca92332615c10ce82b45a2eac7);
|
|
|
|
|
|
|
|
marker_537d8f43accf35e80eb2d62ecd0f80b2.bindPopup(popup_9d37852cbc9062c16a67088972b04965)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_537d8f43accf35e80eb2d62ecd0f80b2.setIcon(icon_9e3d2539aa8d0b31fa95ca0f07a75572);
|
|
|
|
|
|
var marker_7912ec3949c70aa42447f15136d0ad1b = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_4fed25512a814b94286114beb3c7b48e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55d923b1600f56ccf9e04f9b491f5d8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1af124487433f9a5e06f6b379788e7c = $(`<div id="html_b1af124487433f9a5e06f6b379788e7c" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_55d923b1600f56ccf9e04f9b491f5d8d.setContent(html_b1af124487433f9a5e06f6b379788e7c);
|
|
|
|
|
|
|
|
marker_7912ec3949c70aa42447f15136d0ad1b.bindPopup(popup_55d923b1600f56ccf9e04f9b491f5d8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7912ec3949c70aa42447f15136d0ad1b.setIcon(icon_4fed25512a814b94286114beb3c7b48e);
|
|
|
|
|
|
var marker_72b81968318d966ebfc9d1eba7d2dde5 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_f096bcdf31d912715cd200b1855457b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a45adcd63791237d9a30343e2c66d57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2c3a56d88b11e3315256bb315b27e30 = $(`<div id="html_f2c3a56d88b11e3315256bb315b27e30" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_6a45adcd63791237d9a30343e2c66d57.setContent(html_f2c3a56d88b11e3315256bb315b27e30);
|
|
|
|
|
|
|
|
marker_72b81968318d966ebfc9d1eba7d2dde5.bindPopup(popup_6a45adcd63791237d9a30343e2c66d57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72b81968318d966ebfc9d1eba7d2dde5.setIcon(icon_f096bcdf31d912715cd200b1855457b9);
|
|
|
|
|
|
var marker_f81174202270357c7b7bb2e8200f4cb3 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_b3216292c9fc0db2c6e2861d7431ea66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8938bdae40ad619d0d1a62141638c84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc21349f367c473fc384d8d84b34f166 = $(`<div id="html_dc21349f367c473fc384d8d84b34f166" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social:443</div>`)[0];
|
|
popup_f8938bdae40ad619d0d1a62141638c84.setContent(html_dc21349f367c473fc384d8d84b34f166);
|
|
|
|
|
|
|
|
marker_f81174202270357c7b7bb2e8200f4cb3.bindPopup(popup_f8938bdae40ad619d0d1a62141638c84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f81174202270357c7b7bb2e8200f4cb3.setIcon(icon_b3216292c9fc0db2c6e2861d7431ea66);
|
|
|
|
|
|
var marker_018854f86f7be2b619bc980b7b1b6289 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_1b00c052f8c8b698fa636288e46131c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51bea09ca479318c8e0d1568f8ce323c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f684349638fb026aa28ddc78263b7291 = $(`<div id="html_f684349638fb026aa28ddc78263b7291" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_51bea09ca479318c8e0d1568f8ce323c.setContent(html_f684349638fb026aa28ddc78263b7291);
|
|
|
|
|
|
|
|
marker_018854f86f7be2b619bc980b7b1b6289.bindPopup(popup_51bea09ca479318c8e0d1568f8ce323c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_018854f86f7be2b619bc980b7b1b6289.setIcon(icon_1b00c052f8c8b698fa636288e46131c5);
|
|
|
|
|
|
var marker_1400ad06ee355a254010fc7a8f63d401 = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_311361e506ec290d51010c7d2fd23a65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e826f61463122b9807a6ba192f0d451 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78a03e7e28705a2ae27518313590b681 = $(`<div id="html_78a03e7e28705a2ae27518313590b681" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com:443</div>`)[0];
|
|
popup_9e826f61463122b9807a6ba192f0d451.setContent(html_78a03e7e28705a2ae27518313590b681);
|
|
|
|
|
|
|
|
marker_1400ad06ee355a254010fc7a8f63d401.bindPopup(popup_9e826f61463122b9807a6ba192f0d451)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1400ad06ee355a254010fc7a8f63d401.setIcon(icon_311361e506ec290d51010c7d2fd23a65);
|
|
|
|
|
|
var marker_b26ef6faac8de30d4fef0ea1cb056587 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_950bdc95a6c3fd529c292289010370ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f869186dd53885bd42e29c9cbed34efd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4acc124c65545a5412c96031d7a0a5b = $(`<div id="html_b4acc124c65545a5412c96031d7a0a5b" style="width: 100.0%; height: 100.0%;">relay.bebond.net:443</div>`)[0];
|
|
popup_f869186dd53885bd42e29c9cbed34efd.setContent(html_b4acc124c65545a5412c96031d7a0a5b);
|
|
|
|
|
|
|
|
marker_b26ef6faac8de30d4fef0ea1cb056587.bindPopup(popup_f869186dd53885bd42e29c9cbed34efd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b26ef6faac8de30d4fef0ea1cb056587.setIcon(icon_950bdc95a6c3fd529c292289010370ad);
|
|
|
|
|
|
var marker_258ac2520ea1a735d531e9026503b55c = L.marker(
|
|
[51.5717, 3.70417],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_fc93e2af12a6d7702951c96d7eec33e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40f8b9beb9c8e3f18e14cae24962e3c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a5d9e9337b3759a276a5cdaead6fac5 = $(`<div id="html_0a5d9e9337b3759a276a5cdaead6fac5" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl:443</div>`)[0];
|
|
popup_40f8b9beb9c8e3f18e14cae24962e3c2.setContent(html_0a5d9e9337b3759a276a5cdaead6fac5);
|
|
|
|
|
|
|
|
marker_258ac2520ea1a735d531e9026503b55c.bindPopup(popup_40f8b9beb9c8e3f18e14cae24962e3c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_258ac2520ea1a735d531e9026503b55c.setIcon(icon_fc93e2af12a6d7702951c96d7eec33e7);
|
|
|
|
|
|
var marker_d4edf99ec6356e36002e687596cdba17 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_55d790362440912c3f9efba3d638dc5c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e014aea2ec66bc26f27aa74e1d7a086 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62768cf68325e65d168ef1b7b5f95cb0 = $(`<div id="html_62768cf68325e65d168ef1b7b5f95cb0" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_5e014aea2ec66bc26f27aa74e1d7a086.setContent(html_62768cf68325e65d168ef1b7b5f95cb0);
|
|
|
|
|
|
|
|
marker_d4edf99ec6356e36002e687596cdba17.bindPopup(popup_5e014aea2ec66bc26f27aa74e1d7a086)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4edf99ec6356e36002e687596cdba17.setIcon(icon_55d790362440912c3f9efba3d638dc5c);
|
|
|
|
|
|
var marker_ea797d08756d24a4b97b25399bef9689 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_3ee6a129d43e8c1d6db0f88478422580 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8ed23ab2851b6c178630a8f45f22392 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e3401aa0cb50a364f4a7f771d37cc9d = $(`<div id="html_2e3401aa0cb50a364f4a7f771d37cc9d" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_c8ed23ab2851b6c178630a8f45f22392.setContent(html_2e3401aa0cb50a364f4a7f771d37cc9d);
|
|
|
|
|
|
|
|
marker_ea797d08756d24a4b97b25399bef9689.bindPopup(popup_c8ed23ab2851b6c178630a8f45f22392)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea797d08756d24a4b97b25399bef9689.setIcon(icon_3ee6a129d43e8c1d6db0f88478422580);
|
|
|
|
|
|
var marker_bc17db528716823a1e540f99d2d9af3b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_cdb3ae416824f05ac419eebdf33631a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bec658f52ac10342fbe57526f9babbc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fabe6bf0d38cf70b505071444a10d3c2 = $(`<div id="html_fabe6bf0d38cf70b505071444a10d3c2" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_0bec658f52ac10342fbe57526f9babbc.setContent(html_fabe6bf0d38cf70b505071444a10d3c2);
|
|
|
|
|
|
|
|
marker_bc17db528716823a1e540f99d2d9af3b.bindPopup(popup_0bec658f52ac10342fbe57526f9babbc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc17db528716823a1e540f99d2d9af3b.setIcon(icon_cdb3ae416824f05ac419eebdf33631a9);
|
|
|
|
|
|
var marker_8835ef3dd75e092d459815240770221c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_716c2201ded16e0c0cb889e11188d20e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50302650fbe1e39c93d4614580e1e1be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a428bf81b99725e8b18ba223c6bc9a9c = $(`<div id="html_a428bf81b99725e8b18ba223c6bc9a9c" style="width: 100.0%; height: 100.0%;">relay.lanavault.space:443</div>`)[0];
|
|
popup_50302650fbe1e39c93d4614580e1e1be.setContent(html_a428bf81b99725e8b18ba223c6bc9a9c);
|
|
|
|
|
|
|
|
marker_8835ef3dd75e092d459815240770221c.bindPopup(popup_50302650fbe1e39c93d4614580e1e1be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8835ef3dd75e092d459815240770221c.setIcon(icon_716c2201ded16e0c0cb889e11188d20e);
|
|
|
|
|
|
var marker_2ac901b432b84976b643c3f7a64e74c1 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_98d2f9b4eda59d306f4d5c048bc8a454 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e248af571e0bc11bd50daf625f84f47b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc716a66a9131aa3ec1c9630f4c24743 = $(`<div id="html_cc716a66a9131aa3ec1c9630f4c24743" style="width: 100.0%; height: 100.0%;">portal-relay.pareto.space</div>`)[0];
|
|
popup_e248af571e0bc11bd50daf625f84f47b.setContent(html_cc716a66a9131aa3ec1c9630f4c24743);
|
|
|
|
|
|
|
|
marker_2ac901b432b84976b643c3f7a64e74c1.bindPopup(popup_e248af571e0bc11bd50daf625f84f47b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ac901b432b84976b643c3f7a64e74c1.setIcon(icon_98d2f9b4eda59d306f4d5c048bc8a454);
|
|
|
|
|
|
var marker_a67887444106820ef14b0aaefd5a6575 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_4a660774b824d0c0ac34db0d1151df0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_692f3b184963750da3cc04808c126f29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5bfd91e5239966399a960b0bceb67a9 = $(`<div id="html_f5bfd91e5239966399a960b0bceb67a9" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_692f3b184963750da3cc04808c126f29.setContent(html_f5bfd91e5239966399a960b0bceb67a9);
|
|
|
|
|
|
|
|
marker_a67887444106820ef14b0aaefd5a6575.bindPopup(popup_692f3b184963750da3cc04808c126f29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a67887444106820ef14b0aaefd5a6575.setIcon(icon_4a660774b824d0c0ac34db0d1151df0a);
|
|
|
|
|
|
var marker_199678c1f2602a385fe932aae769fac7 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_27429b0a5fc6d29394a770c3e926e24c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca7855a5434dbc5cd49df8c8e344a10b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d324085e6be96efbd8e74936d1fa2a7 = $(`<div id="html_1d324085e6be96efbd8e74936d1fa2a7" style="width: 100.0%; height: 100.0%;">nostr.stakey.net:443</div>`)[0];
|
|
popup_ca7855a5434dbc5cd49df8c8e344a10b.setContent(html_1d324085e6be96efbd8e74936d1fa2a7);
|
|
|
|
|
|
|
|
marker_199678c1f2602a385fe932aae769fac7.bindPopup(popup_ca7855a5434dbc5cd49df8c8e344a10b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_199678c1f2602a385fe932aae769fac7.setIcon(icon_27429b0a5fc6d29394a770c3e926e24c);
|
|
|
|
|
|
var marker_6cc0b8aaf9a385d28ed715b4355e0378 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_bf55e37ad2582ad5323bf23694d5a86d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e35925cf287bbfa0ef2f7421e4c15648 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cec1d248ff0b2a30556583ae84639170 = $(`<div id="html_cec1d248ff0b2a30556583ae84639170" style="width: 100.0%; height: 100.0%;">relay2.orangesync.tech</div>`)[0];
|
|
popup_e35925cf287bbfa0ef2f7421e4c15648.setContent(html_cec1d248ff0b2a30556583ae84639170);
|
|
|
|
|
|
|
|
marker_6cc0b8aaf9a385d28ed715b4355e0378.bindPopup(popup_e35925cf287bbfa0ef2f7421e4c15648)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6cc0b8aaf9a385d28ed715b4355e0378.setIcon(icon_bf55e37ad2582ad5323bf23694d5a86d);
|
|
|
|
|
|
var marker_d230be6252f56ad1366ededd381c8c15 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_dcbb50dea2fe2f6e92d06e95b459e47a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6fe38f9dc68d9d710e000e0aa8815574 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_acc4b503969ae096665734174fa44563 = $(`<div id="html_acc4b503969ae096665734174fa44563" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_6fe38f9dc68d9d710e000e0aa8815574.setContent(html_acc4b503969ae096665734174fa44563);
|
|
|
|
|
|
|
|
marker_d230be6252f56ad1366ededd381c8c15.bindPopup(popup_6fe38f9dc68d9d710e000e0aa8815574)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d230be6252f56ad1366ededd381c8c15.setIcon(icon_dcbb50dea2fe2f6e92d06e95b459e47a);
|
|
|
|
|
|
var marker_52a6dad6324dce5f5509a6093215861b = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_40489fc2a55c9415249190ec9d228af8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de32f203a0025fd8523513dec4c0de13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ab95e362783ad879bbe72533e9337e4 = $(`<div id="html_6ab95e362783ad879bbe72533e9337e4" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_de32f203a0025fd8523513dec4c0de13.setContent(html_6ab95e362783ad879bbe72533e9337e4);
|
|
|
|
|
|
|
|
marker_52a6dad6324dce5f5509a6093215861b.bindPopup(popup_de32f203a0025fd8523513dec4c0de13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52a6dad6324dce5f5509a6093215861b.setIcon(icon_40489fc2a55c9415249190ec9d228af8);
|
|
|
|
|
|
var marker_2dd5c5b235edfc4e4d5fd0e68e7840ba = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_a3c7b6eae509504e6434a441ab73717f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7d3d1e700f84c27a61821871e050a12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea706ba239a50976ce98ab4c058a59e3 = $(`<div id="html_ea706ba239a50976ce98ab4c058a59e3" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_b7d3d1e700f84c27a61821871e050a12.setContent(html_ea706ba239a50976ce98ab4c058a59e3);
|
|
|
|
|
|
|
|
marker_2dd5c5b235edfc4e4d5fd0e68e7840ba.bindPopup(popup_b7d3d1e700f84c27a61821871e050a12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2dd5c5b235edfc4e4d5fd0e68e7840ba.setIcon(icon_a3c7b6eae509504e6434a441ab73717f);
|
|
|
|
|
|
var marker_004c28d75e4623254b80f714fb5d508d = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_b0627b7778fa54f4209102cc5ed9f053 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_423bd2e882ecab4f5e1938daf5c56477 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38507d9d154bb8df28e39472401172ab = $(`<div id="html_38507d9d154bb8df28e39472401172ab" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de:443</div>`)[0];
|
|
popup_423bd2e882ecab4f5e1938daf5c56477.setContent(html_38507d9d154bb8df28e39472401172ab);
|
|
|
|
|
|
|
|
marker_004c28d75e4623254b80f714fb5d508d.bindPopup(popup_423bd2e882ecab4f5e1938daf5c56477)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_004c28d75e4623254b80f714fb5d508d.setIcon(icon_b0627b7778fa54f4209102cc5ed9f053);
|
|
|
|
|
|
var marker_1eb11f1bbdfcacae6ffa82e5eea4838f = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_a03206f764a6671c11bea917a83155af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c3cba7a8e90ebe8c3d5af364943cf2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d97c200a5adf6eb26d2b07bc38f6e9b = $(`<div id="html_8d97c200a5adf6eb26d2b07bc38f6e9b" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com:443</div>`)[0];
|
|
popup_5c3cba7a8e90ebe8c3d5af364943cf2d.setContent(html_8d97c200a5adf6eb26d2b07bc38f6e9b);
|
|
|
|
|
|
|
|
marker_1eb11f1bbdfcacae6ffa82e5eea4838f.bindPopup(popup_5c3cba7a8e90ebe8c3d5af364943cf2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1eb11f1bbdfcacae6ffa82e5eea4838f.setIcon(icon_a03206f764a6671c11bea917a83155af);
|
|
|
|
|
|
var marker_8d3f32d128a5aa8da6da762b505903cb = L.marker(
|
|
[39.9526, -75.1652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_3f71d2050a83a86b44202533c77b6600 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6ba69d5ef1f3b7f148600af35b78280 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f73f630beafc40e801e1d4396f8d75b = $(`<div id="html_5f73f630beafc40e801e1d4396f8d75b" style="width: 100.0%; height: 100.0%;">nrs-02.darkcloudarcade.com</div>`)[0];
|
|
popup_a6ba69d5ef1f3b7f148600af35b78280.setContent(html_5f73f630beafc40e801e1d4396f8d75b);
|
|
|
|
|
|
|
|
marker_8d3f32d128a5aa8da6da762b505903cb.bindPopup(popup_a6ba69d5ef1f3b7f148600af35b78280)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d3f32d128a5aa8da6da762b505903cb.setIcon(icon_3f71d2050a83a86b44202533c77b6600);
|
|
|
|
|
|
var marker_a1ce4ac28fa175eecaa6271c5ad0e66f = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_134a21f6cfc77f107123b2b7d3c2e043 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02611a092e2a45bf7ce7d356cb7208be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_890c66dd0b5da3e54494aaa2b56add7d = $(`<div id="html_890c66dd0b5da3e54494aaa2b56add7d" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_02611a092e2a45bf7ce7d356cb7208be.setContent(html_890c66dd0b5da3e54494aaa2b56add7d);
|
|
|
|
|
|
|
|
marker_a1ce4ac28fa175eecaa6271c5ad0e66f.bindPopup(popup_02611a092e2a45bf7ce7d356cb7208be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1ce4ac28fa175eecaa6271c5ad0e66f.setIcon(icon_134a21f6cfc77f107123b2b7d3c2e043);
|
|
|
|
|
|
var marker_f6c8ba644a53ca3c75e7d4f96bb6776f = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_66b0de231ce48f08e2bba5408f477330 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17790f519321d4271fbd22a9d2d821e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d34f66ebd1d66a173930e444d0a366f = $(`<div id="html_0d34f66ebd1d66a173930e444d0a366f" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_17790f519321d4271fbd22a9d2d821e3.setContent(html_0d34f66ebd1d66a173930e444d0a366f);
|
|
|
|
|
|
|
|
marker_f6c8ba644a53ca3c75e7d4f96bb6776f.bindPopup(popup_17790f519321d4271fbd22a9d2d821e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6c8ba644a53ca3c75e7d4f96bb6776f.setIcon(icon_66b0de231ce48f08e2bba5408f477330);
|
|
|
|
|
|
var marker_9195e8bf67aa730a50f250ced2d2a4ee = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_f217f6cc4933be8bdf30d9a888126e3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30d85cff98bbad5e947ac10f2a9ebaa0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3478ccdb4ec57e48ac8ee49a6d66e567 = $(`<div id="html_3478ccdb4ec57e48ac8ee49a6d66e567" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_30d85cff98bbad5e947ac10f2a9ebaa0.setContent(html_3478ccdb4ec57e48ac8ee49a6d66e567);
|
|
|
|
|
|
|
|
marker_9195e8bf67aa730a50f250ced2d2a4ee.bindPopup(popup_30d85cff98bbad5e947ac10f2a9ebaa0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9195e8bf67aa730a50f250ced2d2a4ee.setIcon(icon_f217f6cc4933be8bdf30d9a888126e3e);
|
|
|
|
|
|
var marker_133afc1da6a3f7a235662776a89f9af6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_0f801eef8935d9ec54d8615f4c84dc31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8753ae2f6261a62be22bcd5bf907cfce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4f607324fbc322083b766a5e7f4a9a2 = $(`<div id="html_b4f607324fbc322083b766a5e7f4a9a2" style="width: 100.0%; height: 100.0%;">relay.ditto.pub:443</div>`)[0];
|
|
popup_8753ae2f6261a62be22bcd5bf907cfce.setContent(html_b4f607324fbc322083b766a5e7f4a9a2);
|
|
|
|
|
|
|
|
marker_133afc1da6a3f7a235662776a89f9af6.bindPopup(popup_8753ae2f6261a62be22bcd5bf907cfce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_133afc1da6a3f7a235662776a89f9af6.setIcon(icon_0f801eef8935d9ec54d8615f4c84dc31);
|
|
|
|
|
|
var marker_58f2cc86f9a84f71523affbb858561a1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_3d8680ff68d0e1c6bc4f96d28b1a6f54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19c888c4945f34cb5767a90f1ea7910b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60e53c333679d55564a471183feebed1 = $(`<div id="html_60e53c333679d55564a471183feebed1" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_19c888c4945f34cb5767a90f1ea7910b.setContent(html_60e53c333679d55564a471183feebed1);
|
|
|
|
|
|
|
|
marker_58f2cc86f9a84f71523affbb858561a1.bindPopup(popup_19c888c4945f34cb5767a90f1ea7910b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58f2cc86f9a84f71523affbb858561a1.setIcon(icon_3d8680ff68d0e1c6bc4f96d28b1a6f54);
|
|
|
|
|
|
var marker_b7f418be183bdb659c2395e46d1b060d = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_83d75f08b3ac35afed7051427fa447c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0da6970ca771e054927dae1f5159f554 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da5648abc6ed9dcb7bb8ad68cdf6259c = $(`<div id="html_da5648abc6ed9dcb7bb8ad68cdf6259c" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live:443</div>`)[0];
|
|
popup_0da6970ca771e054927dae1f5159f554.setContent(html_da5648abc6ed9dcb7bb8ad68cdf6259c);
|
|
|
|
|
|
|
|
marker_b7f418be183bdb659c2395e46d1b060d.bindPopup(popup_0da6970ca771e054927dae1f5159f554)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7f418be183bdb659c2395e46d1b060d.setIcon(icon_83d75f08b3ac35afed7051427fa447c7);
|
|
|
|
|
|
var marker_2505a4979c97bbfacf3157fbdd3680bb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_a4362e54d4a7731138d736f11f1f36ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6dc59f2a29aa9f11769dc76979596664 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83b71afe9806c004d0cbc1ab8a1a2e9a = $(`<div id="html_83b71afe9806c004d0cbc1ab8a1a2e9a" style="width: 100.0%; height: 100.0%;">relay.jbnco.co</div>`)[0];
|
|
popup_6dc59f2a29aa9f11769dc76979596664.setContent(html_83b71afe9806c004d0cbc1ab8a1a2e9a);
|
|
|
|
|
|
|
|
marker_2505a4979c97bbfacf3157fbdd3680bb.bindPopup(popup_6dc59f2a29aa9f11769dc76979596664)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2505a4979c97bbfacf3157fbdd3680bb.setIcon(icon_a4362e54d4a7731138d736f11f1f36ea);
|
|
|
|
|
|
var marker_8722fdc5be1e8d38b5d45364203c7960 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_cf2a99b1ffd87045be26b7257f5664c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c6d9d2831a8646eff11af899bd118f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e912cd4270f40779ab871710dc4a79e = $(`<div id="html_7e912cd4270f40779ab871710dc4a79e" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_1c6d9d2831a8646eff11af899bd118f4.setContent(html_7e912cd4270f40779ab871710dc4a79e);
|
|
|
|
|
|
|
|
marker_8722fdc5be1e8d38b5d45364203c7960.bindPopup(popup_1c6d9d2831a8646eff11af899bd118f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8722fdc5be1e8d38b5d45364203c7960.setIcon(icon_cf2a99b1ffd87045be26b7257f5664c6);
|
|
|
|
|
|
var marker_605efa20759f78193cef8c1bc274d7dc = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_bca804554d2c5b48be4c6eedfba0a496 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b20a64e2e8102140e2154dec7fe9a729 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d319223385ad07b94341b632e82e2c48 = $(`<div id="html_d319223385ad07b94341b632e82e2c48" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net:443</div>`)[0];
|
|
popup_b20a64e2e8102140e2154dec7fe9a729.setContent(html_d319223385ad07b94341b632e82e2c48);
|
|
|
|
|
|
|
|
marker_605efa20759f78193cef8c1bc274d7dc.bindPopup(popup_b20a64e2e8102140e2154dec7fe9a729)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_605efa20759f78193cef8c1bc274d7dc.setIcon(icon_bca804554d2c5b48be4c6eedfba0a496);
|
|
|
|
|
|
var marker_1f438a9aee26d8414cc85ed13dbb8a58 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_cbec2d7b522df75e2d7576186a580d16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a408fe8fcecddf753ce6024aacf6bf9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1923d55eb9bde7fbfb566a7e3270b4e = $(`<div id="html_f1923d55eb9bde7fbfb566a7e3270b4e" style="width: 100.0%; height: 100.0%;">relay.0xchat.com:443</div>`)[0];
|
|
popup_0a408fe8fcecddf753ce6024aacf6bf9.setContent(html_f1923d55eb9bde7fbfb566a7e3270b4e);
|
|
|
|
|
|
|
|
marker_1f438a9aee26d8414cc85ed13dbb8a58.bindPopup(popup_0a408fe8fcecddf753ce6024aacf6bf9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f438a9aee26d8414cc85ed13dbb8a58.setIcon(icon_cbec2d7b522df75e2d7576186a580d16);
|
|
|
|
|
|
var marker_9617739bd2d7ae68d4b6dcacfd50867b = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_d8fc47e56500d55d46ddebe86b41d3a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99bfbdea5141120a1cf2ea27ec585c56 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a81854fce006d951ec6e7d5a5e7e3298 = $(`<div id="html_a81854fce006d951ec6e7d5a5e7e3298" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_99bfbdea5141120a1cf2ea27ec585c56.setContent(html_a81854fce006d951ec6e7d5a5e7e3298);
|
|
|
|
|
|
|
|
marker_9617739bd2d7ae68d4b6dcacfd50867b.bindPopup(popup_99bfbdea5141120a1cf2ea27ec585c56)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9617739bd2d7ae68d4b6dcacfd50867b.setIcon(icon_d8fc47e56500d55d46ddebe86b41d3a1);
|
|
|
|
|
|
var marker_63fcc21f06c71be50d0155c26cb3fb8f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_358e80f20db28ed5ab093a8628b4e9a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdf6a06ac881d1fc74df0b0ff67fa914 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de22625850fb41cc9f25662376244b5d = $(`<div id="html_de22625850fb41cc9f25662376244b5d" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_cdf6a06ac881d1fc74df0b0ff67fa914.setContent(html_de22625850fb41cc9f25662376244b5d);
|
|
|
|
|
|
|
|
marker_63fcc21f06c71be50d0155c26cb3fb8f.bindPopup(popup_cdf6a06ac881d1fc74df0b0ff67fa914)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63fcc21f06c71be50d0155c26cb3fb8f.setIcon(icon_358e80f20db28ed5ab093a8628b4e9a7);
|
|
|
|
|
|
var marker_0ccc4666eb3c6997b0f84e4ab3975b78 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_36702e73e033c60237f69b1762d350a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d3741506be8df9b1e1f0461388bd8a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b67e5a02e786de2183735dc68dc1d066 = $(`<div id="html_b67e5a02e786de2183735dc68dc1d066" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_4d3741506be8df9b1e1f0461388bd8a3.setContent(html_b67e5a02e786de2183735dc68dc1d066);
|
|
|
|
|
|
|
|
marker_0ccc4666eb3c6997b0f84e4ab3975b78.bindPopup(popup_4d3741506be8df9b1e1f0461388bd8a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ccc4666eb3c6997b0f84e4ab3975b78.setIcon(icon_36702e73e033c60237f69b1762d350a4);
|
|
|
|
|
|
var marker_1e3983609f981b56c655600041438820 = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_724614df8fda308906e995b3d2906dbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1ff541837c4e770f15c3a26df768126 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08fbf1164f4cbb2a7118881c561f938c = $(`<div id="html_08fbf1164f4cbb2a7118881c561f938c" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_c1ff541837c4e770f15c3a26df768126.setContent(html_08fbf1164f4cbb2a7118881c561f938c);
|
|
|
|
|
|
|
|
marker_1e3983609f981b56c655600041438820.bindPopup(popup_c1ff541837c4e770f15c3a26df768126)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e3983609f981b56c655600041438820.setIcon(icon_724614df8fda308906e995b3d2906dbd);
|
|
|
|
|
|
var marker_6a29b2047f144d75de1e7021a2a2dbe1 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_9d0c37be684da347b26a8003997ce026 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1096d32b951a109e7674784346255831 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3613dd7ccd7d2c16419076556db893e7 = $(`<div id="html_3613dd7ccd7d2c16419076556db893e7" style="width: 100.0%; height: 100.0%;">articles.layer3.news:443</div>`)[0];
|
|
popup_1096d32b951a109e7674784346255831.setContent(html_3613dd7ccd7d2c16419076556db893e7);
|
|
|
|
|
|
|
|
marker_6a29b2047f144d75de1e7021a2a2dbe1.bindPopup(popup_1096d32b951a109e7674784346255831)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a29b2047f144d75de1e7021a2a2dbe1.setIcon(icon_9d0c37be684da347b26a8003997ce026);
|
|
|
|
|
|
var marker_75dcebf1d7627c01f7a23af173953cc2 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_c7950b9fcc38a41bc5484ac3f2d25690 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1bb815ddf792d7540b1debbefc17342 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ee79d8e8d57533260fe720b70e36a58 = $(`<div id="html_4ee79d8e8d57533260fe720b70e36a58" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net:443</div>`)[0];
|
|
popup_c1bb815ddf792d7540b1debbefc17342.setContent(html_4ee79d8e8d57533260fe720b70e36a58);
|
|
|
|
|
|
|
|
marker_75dcebf1d7627c01f7a23af173953cc2.bindPopup(popup_c1bb815ddf792d7540b1debbefc17342)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75dcebf1d7627c01f7a23af173953cc2.setIcon(icon_c7950b9fcc38a41bc5484ac3f2d25690);
|
|
|
|
|
|
var marker_b08eae4f79c7ef498235a1b44e789e8e = L.marker(
|
|
[9.27447, -83.5797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_73f2e3961a33d3776fa663fdfd2d56b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77d92d93a616b34b20afbe1e31c32c92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06a01477509bde223e66f47ac1be4f8f = $(`<div id="html_06a01477509bde223e66f47ac1be4f8f" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_77d92d93a616b34b20afbe1e31c32c92.setContent(html_06a01477509bde223e66f47ac1be4f8f);
|
|
|
|
|
|
|
|
marker_b08eae4f79c7ef498235a1b44e789e8e.bindPopup(popup_77d92d93a616b34b20afbe1e31c32c92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b08eae4f79c7ef498235a1b44e789e8e.setIcon(icon_73f2e3961a33d3776fa663fdfd2d56b3);
|
|
|
|
|
|
var marker_0c63e49d43ac61532ccb199e4074ae8c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_dce2c9d2cb1ae3a66236d6c5b6b7b1e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49994295e6c96541af343e7ae5e0302a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b1eda55c3ba712768f2c87a8f7682b2 = $(`<div id="html_6b1eda55c3ba712768f2c87a8f7682b2" style="width: 100.0%; height: 100.0%;">relay2.veganostr.com</div>`)[0];
|
|
popup_49994295e6c96541af343e7ae5e0302a.setContent(html_6b1eda55c3ba712768f2c87a8f7682b2);
|
|
|
|
|
|
|
|
marker_0c63e49d43ac61532ccb199e4074ae8c.bindPopup(popup_49994295e6c96541af343e7ae5e0302a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c63e49d43ac61532ccb199e4074ae8c.setIcon(icon_dce2c9d2cb1ae3a66236d6c5b6b7b1e5);
|
|
|
|
|
|
var marker_50e8a7980661bcf0d2236d704dbefe52 = L.marker(
|
|
[9.27447, -83.5797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_1ff1da82890d55e1119518a655af4c2a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2b857d3bba3d73b850525c64974f429 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66eb32706f3a4286c35273f4ccd9be11 = $(`<div id="html_66eb32706f3a4286c35273f4ccd9be11" style="width: 100.0%; height: 100.0%;">no.str.cr:443</div>`)[0];
|
|
popup_f2b857d3bba3d73b850525c64974f429.setContent(html_66eb32706f3a4286c35273f4ccd9be11);
|
|
|
|
|
|
|
|
marker_50e8a7980661bcf0d2236d704dbefe52.bindPopup(popup_f2b857d3bba3d73b850525c64974f429)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50e8a7980661bcf0d2236d704dbefe52.setIcon(icon_1ff1da82890d55e1119518a655af4c2a);
|
|
|
|
|
|
var marker_c334e25a47aa95bf29d903cbcfc0923a = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_418641eeb7fdddaf785d609d240dd7f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e617cf9a4817eedcc76f4c77625352d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f88d7913420d1efea0caf01bee21eb1 = $(`<div id="html_8f88d7913420d1efea0caf01bee21eb1" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_e617cf9a4817eedcc76f4c77625352d5.setContent(html_8f88d7913420d1efea0caf01bee21eb1);
|
|
|
|
|
|
|
|
marker_c334e25a47aa95bf29d903cbcfc0923a.bindPopup(popup_e617cf9a4817eedcc76f4c77625352d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c334e25a47aa95bf29d903cbcfc0923a.setIcon(icon_418641eeb7fdddaf785d609d240dd7f6);
|
|
|
|
|
|
var marker_a4ef94ca619f76e39bc415a7eedfb969 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_ddd639248492c9545a79d5016c8ed797 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a71e46a5a9d96b610dfb81ff7ff3f7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd23dceedcc7d16413bf232d807086be = $(`<div id="html_bd23dceedcc7d16413bf232d807086be" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_9a71e46a5a9d96b610dfb81ff7ff3f7f.setContent(html_bd23dceedcc7d16413bf232d807086be);
|
|
|
|
|
|
|
|
marker_a4ef94ca619f76e39bc415a7eedfb969.bindPopup(popup_9a71e46a5a9d96b610dfb81ff7ff3f7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4ef94ca619f76e39bc415a7eedfb969.setIcon(icon_ddd639248492c9545a79d5016c8ed797);
|
|
|
|
|
|
var marker_f0021b28765c49208a6ab726b4148722 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_a358d81cc79b3a665b186778bfdc0983 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eca94e3b205a984fbafe2a77df308dc3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51017d98e52b7575601a021fdacbf112 = $(`<div id="html_51017d98e52b7575601a021fdacbf112" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_eca94e3b205a984fbafe2a77df308dc3.setContent(html_51017d98e52b7575601a021fdacbf112);
|
|
|
|
|
|
|
|
marker_f0021b28765c49208a6ab726b4148722.bindPopup(popup_eca94e3b205a984fbafe2a77df308dc3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0021b28765c49208a6ab726b4148722.setIcon(icon_a358d81cc79b3a665b186778bfdc0983);
|
|
|
|
|
|
var marker_b56937228620fd4b2fb253a2dd75d9c7 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_bd740eba336ed20a6c5bb1f9f71d2a96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a0f7afba3317b02c34be0d0887484e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8b89de249d2e2adea288bc2af61ad1c = $(`<div id="html_c8b89de249d2e2adea288bc2af61ad1c" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_6a0f7afba3317b02c34be0d0887484e6.setContent(html_c8b89de249d2e2adea288bc2af61ad1c);
|
|
|
|
|
|
|
|
marker_b56937228620fd4b2fb253a2dd75d9c7.bindPopup(popup_6a0f7afba3317b02c34be0d0887484e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b56937228620fd4b2fb253a2dd75d9c7.setIcon(icon_bd740eba336ed20a6c5bb1f9f71d2a96);
|
|
|
|
|
|
var marker_21f5992303a9b49edf84e13bd131c9b4 = L.marker(
|
|
[46.5971, 9.59652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_9c5f8015fc910337f37a5dec22d1363f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2fac0b0d5c8c806bfc57b3c7dbbae0b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96a7fffa64c6b56ede2c3617a83c8add = $(`<div id="html_96a7fffa64c6b56ede2c3617a83c8add" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_2fac0b0d5c8c806bfc57b3c7dbbae0b4.setContent(html_96a7fffa64c6b56ede2c3617a83c8add);
|
|
|
|
|
|
|
|
marker_21f5992303a9b49edf84e13bd131c9b4.bindPopup(popup_2fac0b0d5c8c806bfc57b3c7dbbae0b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21f5992303a9b49edf84e13bd131c9b4.setIcon(icon_9c5f8015fc910337f37a5dec22d1363f);
|
|
|
|
|
|
var marker_a5c9f93bb799da0eed61ba9c77400033 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_b9e55bf4dd4969c628ebf58c0ef3bd4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aac52973af1e5860cc839a6d6f64f55f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02a3034bacbeb315bda584df24b35425 = $(`<div id="html_02a3034bacbeb315bda584df24b35425" style="width: 100.0%; height: 100.0%;">nostr.data.haus:443</div>`)[0];
|
|
popup_aac52973af1e5860cc839a6d6f64f55f.setContent(html_02a3034bacbeb315bda584df24b35425);
|
|
|
|
|
|
|
|
marker_a5c9f93bb799da0eed61ba9c77400033.bindPopup(popup_aac52973af1e5860cc839a6d6f64f55f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5c9f93bb799da0eed61ba9c77400033.setIcon(icon_b9e55bf4dd4969c628ebf58c0ef3bd4f);
|
|
|
|
|
|
var marker_b612789484ad1521f9ea8a4d7d7a480e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_69fe5e8a64c386177ea92a1ac32ea63a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8368d2f2b66d82f49af67c0bbdc1375c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca9f9a32919caa76a1e91e099e0c6386 = $(`<div id="html_ca9f9a32919caa76a1e91e099e0c6386" style="width: 100.0%; height: 100.0%;">test.thedude.cloud</div>`)[0];
|
|
popup_8368d2f2b66d82f49af67c0bbdc1375c.setContent(html_ca9f9a32919caa76a1e91e099e0c6386);
|
|
|
|
|
|
|
|
marker_b612789484ad1521f9ea8a4d7d7a480e.bindPopup(popup_8368d2f2b66d82f49af67c0bbdc1375c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b612789484ad1521f9ea8a4d7d7a480e.setIcon(icon_69fe5e8a64c386177ea92a1ac32ea63a);
|
|
|
|
|
|
var marker_949d7759ac629d00846dba999a2f45e9 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_1ad2bac82c7b6b64f44414f2078af113 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_110049edc2cc8b09c49c88c30912da75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c37d5bbbd8d43168f89df30ebd7f33a = $(`<div id="html_1c37d5bbbd8d43168f89df30ebd7f33a" style="width: 100.0%; height: 100.0%;">insta-relay.apps3.slidestr.net</div>`)[0];
|
|
popup_110049edc2cc8b09c49c88c30912da75.setContent(html_1c37d5bbbd8d43168f89df30ebd7f33a);
|
|
|
|
|
|
|
|
marker_949d7759ac629d00846dba999a2f45e9.bindPopup(popup_110049edc2cc8b09c49c88c30912da75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_949d7759ac629d00846dba999a2f45e9.setIcon(icon_1ad2bac82c7b6b64f44414f2078af113);
|
|
|
|
|
|
var marker_41948296692216fbb2b9932794c13ef2 = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_0c1f75c1db6b04cc06dc7f1bea379ddb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb2e33ca8e0455e5c176f03545fee654 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1473cb1d8e856687e64251140615f6c1 = $(`<div id="html_1473cb1d8e856687e64251140615f6c1" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_eb2e33ca8e0455e5c176f03545fee654.setContent(html_1473cb1d8e856687e64251140615f6c1);
|
|
|
|
|
|
|
|
marker_41948296692216fbb2b9932794c13ef2.bindPopup(popup_eb2e33ca8e0455e5c176f03545fee654)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41948296692216fbb2b9932794c13ef2.setIcon(icon_0c1f75c1db6b04cc06dc7f1bea379ddb);
|
|
|
|
|
|
var marker_32fbf740c0b87ed0f375769376129d32 = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_3728d39f9566aaebaef3782ad582fb39 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_875d3205f3b66355a012a6819b3f21ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f311199b2c453ed824cc7baadb9b6b34 = $(`<div id="html_f311199b2c453ed824cc7baadb9b6b34" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com</div>`)[0];
|
|
popup_875d3205f3b66355a012a6819b3f21ac.setContent(html_f311199b2c453ed824cc7baadb9b6b34);
|
|
|
|
|
|
|
|
marker_32fbf740c0b87ed0f375769376129d32.bindPopup(popup_875d3205f3b66355a012a6819b3f21ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32fbf740c0b87ed0f375769376129d32.setIcon(icon_3728d39f9566aaebaef3782ad582fb39);
|
|
|
|
|
|
var marker_10896388344ceb88194d2d6ffd2c1bec = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_8c21ca53f24994c21e687af22073b335 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ea22982f65b3eeba9ae39d231faaeb6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae8957fe282fab6e23b7cf645597956c = $(`<div id="html_ae8957fe282fab6e23b7cf645597956c" style="width: 100.0%; height: 100.0%;">dev-relay.nostreon.com</div>`)[0];
|
|
popup_8ea22982f65b3eeba9ae39d231faaeb6.setContent(html_ae8957fe282fab6e23b7cf645597956c);
|
|
|
|
|
|
|
|
marker_10896388344ceb88194d2d6ffd2c1bec.bindPopup(popup_8ea22982f65b3eeba9ae39d231faaeb6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10896388344ceb88194d2d6ffd2c1bec.setIcon(icon_8c21ca53f24994c21e687af22073b335);
|
|
|
|
|
|
var marker_8966effb7781a8c14dbc2a161359e7d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_ea61ebeb16783cfe250253aab3b92090 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af914c26c480b7a7a8e51646eb185891 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7fa24c9706c0f0a8e67cbe0a3a4cd37 = $(`<div id="html_c7fa24c9706c0f0a8e67cbe0a3a4cd37" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_af914c26c480b7a7a8e51646eb185891.setContent(html_c7fa24c9706c0f0a8e67cbe0a3a4cd37);
|
|
|
|
|
|
|
|
marker_8966effb7781a8c14dbc2a161359e7d3.bindPopup(popup_af914c26c480b7a7a8e51646eb185891)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8966effb7781a8c14dbc2a161359e7d3.setIcon(icon_ea61ebeb16783cfe250253aab3b92090);
|
|
|
|
|
|
var marker_b32b3ed9ffaac3d8005eef22fd928641 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_e5155a759faa8bfe33b71b76641f86e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa50f2015f9be94966df83b1245b8ae0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70646e5922593ae29688e89c2ba86a13 = $(`<div id="html_70646e5922593ae29688e89c2ba86a13" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_aa50f2015f9be94966df83b1245b8ae0.setContent(html_70646e5922593ae29688e89c2ba86a13);
|
|
|
|
|
|
|
|
marker_b32b3ed9ffaac3d8005eef22fd928641.bindPopup(popup_aa50f2015f9be94966df83b1245b8ae0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b32b3ed9ffaac3d8005eef22fd928641.setIcon(icon_e5155a759faa8bfe33b71b76641f86e8);
|
|
|
|
|
|
var marker_4a2134db05a248b2097f3bcb48704e54 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_8ac1264b17ac9cbdd0c939e2284cd1a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_660d6852bc2c36f47262cb93663102cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16eeae5c77e4c83a1a107a791b5e2fda = $(`<div id="html_16eeae5c77e4c83a1a107a791b5e2fda" style="width: 100.0%; height: 100.0%;">relay.lotek-distro.com</div>`)[0];
|
|
popup_660d6852bc2c36f47262cb93663102cc.setContent(html_16eeae5c77e4c83a1a107a791b5e2fda);
|
|
|
|
|
|
|
|
marker_4a2134db05a248b2097f3bcb48704e54.bindPopup(popup_660d6852bc2c36f47262cb93663102cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a2134db05a248b2097f3bcb48704e54.setIcon(icon_8ac1264b17ac9cbdd0c939e2284cd1a5);
|
|
|
|
|
|
var marker_dbb84554b9fe35f6e42ad0d712b271f3 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_66cce9a17dc9acbd7b4da3bded8c1870 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bdf4504b21eb7981e56e663a5e3bebb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f1b42c9d3071a198c340a9dc7af42ea = $(`<div id="html_6f1b42c9d3071a198c340a9dc7af42ea" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net:443</div>`)[0];
|
|
popup_8bdf4504b21eb7981e56e663a5e3bebb.setContent(html_6f1b42c9d3071a198c340a9dc7af42ea);
|
|
|
|
|
|
|
|
marker_dbb84554b9fe35f6e42ad0d712b271f3.bindPopup(popup_8bdf4504b21eb7981e56e663a5e3bebb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbb84554b9fe35f6e42ad0d712b271f3.setIcon(icon_66cce9a17dc9acbd7b4da3bded8c1870);
|
|
|
|
|
|
var marker_c45b54132ac3a0728256eadcaddd5932 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_c2e61ecb3c09094d6564ef0a4c7ed700 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c4474ced20804f72be4928b32765e72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e07022912f9f830836bfe871d6f3ac49 = $(`<div id="html_e07022912f9f830836bfe871d6f3ac49" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud:443</div>`)[0];
|
|
popup_5c4474ced20804f72be4928b32765e72.setContent(html_e07022912f9f830836bfe871d6f3ac49);
|
|
|
|
|
|
|
|
marker_c45b54132ac3a0728256eadcaddd5932.bindPopup(popup_5c4474ced20804f72be4928b32765e72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c45b54132ac3a0728256eadcaddd5932.setIcon(icon_c2e61ecb3c09094d6564ef0a4c7ed700);
|
|
|
|
|
|
var marker_e7c12126cd0e22de1084f141b02ae575 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_1d8e3f4cad94e30c23fa6cb6deca937c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec0c8ecc148014d9f5c74fe163822753 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a5cc8d2327e2b2efab451e10c87dffa = $(`<div id="html_3a5cc8d2327e2b2efab451e10c87dffa" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_ec0c8ecc148014d9f5c74fe163822753.setContent(html_3a5cc8d2327e2b2efab451e10c87dffa);
|
|
|
|
|
|
|
|
marker_e7c12126cd0e22de1084f141b02ae575.bindPopup(popup_ec0c8ecc148014d9f5c74fe163822753)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7c12126cd0e22de1084f141b02ae575.setIcon(icon_1d8e3f4cad94e30c23fa6cb6deca937c);
|
|
|
|
|
|
var marker_0b097d12b43e80301b68c29f62a2eed1 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_a2ff1b4bb12b1953c8e4aac4b8459f9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57736082b3b6ed551961a3eec15b8bdb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de846163371ff3b277b3169cc4e2a780 = $(`<div id="html_de846163371ff3b277b3169cc4e2a780" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_57736082b3b6ed551961a3eec15b8bdb.setContent(html_de846163371ff3b277b3169cc4e2a780);
|
|
|
|
|
|
|
|
marker_0b097d12b43e80301b68c29f62a2eed1.bindPopup(popup_57736082b3b6ed551961a3eec15b8bdb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b097d12b43e80301b68c29f62a2eed1.setIcon(icon_a2ff1b4bb12b1953c8e4aac4b8459f9d);
|
|
|
|
|
|
var marker_16c65787108454cb1bf9881d67eeaecb = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_764b7465d59e1488bb2c9d64cf952e04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d01f453bfe0b6b9770f832e470ddcf2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_752f9dc134232f925d4d07c38ab3982f = $(`<div id="html_752f9dc134232f925d4d07c38ab3982f" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_3d01f453bfe0b6b9770f832e470ddcf2.setContent(html_752f9dc134232f925d4d07c38ab3982f);
|
|
|
|
|
|
|
|
marker_16c65787108454cb1bf9881d67eeaecb.bindPopup(popup_3d01f453bfe0b6b9770f832e470ddcf2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16c65787108454cb1bf9881d67eeaecb.setIcon(icon_764b7465d59e1488bb2c9d64cf952e04);
|
|
|
|
|
|
var marker_038d4745cccd456502d787b524889002 = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_02fef692d3cf4e62e3e1dd4755c61c1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18dc6013227a9e7af49358b48bcd0074 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4b1d490f498858c8a3d7975b4b10d27 = $(`<div id="html_e4b1d490f498858c8a3d7975b4b10d27" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_18dc6013227a9e7af49358b48bcd0074.setContent(html_e4b1d490f498858c8a3d7975b4b10d27);
|
|
|
|
|
|
|
|
marker_038d4745cccd456502d787b524889002.bindPopup(popup_18dc6013227a9e7af49358b48bcd0074)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_038d4745cccd456502d787b524889002.setIcon(icon_02fef692d3cf4e62e3e1dd4755c61c1e);
|
|
|
|
|
|
var marker_a4e3e2d55fd184de387014f0b768636a = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_bd6755821109e8d2ecaae01c84a9e682 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5eed15f2f27c14375d798d3093fdb04f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84af6c3c989be66633cb98708e0f59f8 = $(`<div id="html_84af6c3c989be66633cb98708e0f59f8" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz:443</div>`)[0];
|
|
popup_5eed15f2f27c14375d798d3093fdb04f.setContent(html_84af6c3c989be66633cb98708e0f59f8);
|
|
|
|
|
|
|
|
marker_a4e3e2d55fd184de387014f0b768636a.bindPopup(popup_5eed15f2f27c14375d798d3093fdb04f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4e3e2d55fd184de387014f0b768636a.setIcon(icon_bd6755821109e8d2ecaae01c84a9e682);
|
|
|
|
|
|
var marker_1509d974c1568251c67be5f274da7fae = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_3c6f0ce533f61851869c29af0126d32a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f1f6e04c82ad4d8e866c42baf0f5298 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65a4458e3d8dad6149c44a16e251ba7c = $(`<div id="html_65a4458e3d8dad6149c44a16e251ba7c" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_1f1f6e04c82ad4d8e866c42baf0f5298.setContent(html_65a4458e3d8dad6149c44a16e251ba7c);
|
|
|
|
|
|
|
|
marker_1509d974c1568251c67be5f274da7fae.bindPopup(popup_1f1f6e04c82ad4d8e866c42baf0f5298)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1509d974c1568251c67be5f274da7fae.setIcon(icon_3c6f0ce533f61851869c29af0126d32a);
|
|
|
|
|
|
var marker_d6ab78575a05475658d9bdcfb29411a2 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_f8b1b1856412e2f079ae091ccae2cd82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b0ee0f7daf0fce3b660c9f495d97f41 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8cb7e24b86a59bc8fa631f76d7e91e7 = $(`<div id="html_f8cb7e24b86a59bc8fa631f76d7e91e7" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_1b0ee0f7daf0fce3b660c9f495d97f41.setContent(html_f8cb7e24b86a59bc8fa631f76d7e91e7);
|
|
|
|
|
|
|
|
marker_d6ab78575a05475658d9bdcfb29411a2.bindPopup(popup_1b0ee0f7daf0fce3b660c9f495d97f41)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6ab78575a05475658d9bdcfb29411a2.setIcon(icon_f8b1b1856412e2f079ae091ccae2cd82);
|
|
|
|
|
|
var marker_d3800fe2aa46848d02bf3a4d61b1f68a = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_a263c9a67c3dfe49e6057eee662a413d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8ef9e6d32cda193eb93e59f8df4adf5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20129e5e989a60d16c8fc8efb8ff22ef = $(`<div id="html_20129e5e989a60d16c8fc8efb8ff22ef" style="width: 100.0%; height: 100.0%;">relay2.angor.io:443</div>`)[0];
|
|
popup_f8ef9e6d32cda193eb93e59f8df4adf5.setContent(html_20129e5e989a60d16c8fc8efb8ff22ef);
|
|
|
|
|
|
|
|
marker_d3800fe2aa46848d02bf3a4d61b1f68a.bindPopup(popup_f8ef9e6d32cda193eb93e59f8df4adf5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3800fe2aa46848d02bf3a4d61b1f68a.setIcon(icon_a263c9a67c3dfe49e6057eee662a413d);
|
|
|
|
|
|
var marker_4b3006181b60f1deb96ab7c5b27062b6 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_15907fe4eb216a21f567924819a638c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80afae3953b9916992f2d07a6cf45632 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a1e54c17172766b0407984afd8c1764 = $(`<div id="html_5a1e54c17172766b0407984afd8c1764" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_80afae3953b9916992f2d07a6cf45632.setContent(html_5a1e54c17172766b0407984afd8c1764);
|
|
|
|
|
|
|
|
marker_4b3006181b60f1deb96ab7c5b27062b6.bindPopup(popup_80afae3953b9916992f2d07a6cf45632)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b3006181b60f1deb96ab7c5b27062b6.setIcon(icon_15907fe4eb216a21f567924819a638c6);
|
|
|
|
|
|
var marker_1146fa3e8b2819e7fb835c2ecf0a8077 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_c0c74d172fa2016cf4c6b9aed856ef05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6053eb1d2a60f60c6c11417d08879859 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9be27ad04933a8995a97fcf8974a1d9 = $(`<div id="html_f9be27ad04933a8995a97fcf8974a1d9" style="width: 100.0%; height: 100.0%;">relay.zone667.com:443</div>`)[0];
|
|
popup_6053eb1d2a60f60c6c11417d08879859.setContent(html_f9be27ad04933a8995a97fcf8974a1d9);
|
|
|
|
|
|
|
|
marker_1146fa3e8b2819e7fb835c2ecf0a8077.bindPopup(popup_6053eb1d2a60f60c6c11417d08879859)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1146fa3e8b2819e7fb835c2ecf0a8077.setIcon(icon_c0c74d172fa2016cf4c6b9aed856ef05);
|
|
|
|
|
|
var marker_a3200f657a3d0d3cd916a4a225db1c37 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_10cb4d4d1bb691cca63e34b5cfc377cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d98c166bf6246ec5b2e27482b6195fe3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04ac81ea6d96af88b21dd5a169edf3d4 = $(`<div id="html_04ac81ea6d96af88b21dd5a169edf3d4" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_d98c166bf6246ec5b2e27482b6195fe3.setContent(html_04ac81ea6d96af88b21dd5a169edf3d4);
|
|
|
|
|
|
|
|
marker_a3200f657a3d0d3cd916a4a225db1c37.bindPopup(popup_d98c166bf6246ec5b2e27482b6195fe3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3200f657a3d0d3cd916a4a225db1c37.setIcon(icon_10cb4d4d1bb691cca63e34b5cfc377cf);
|
|
|
|
|
|
var marker_dfe87acdca2622c8c16eba5f5cd01564 = L.marker(
|
|
[49.0291, 8.35705],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_39d6fdce04c8c27f9a270cf549c1f01d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03e50ba5637a61586be141e4d48e8d9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a6fd2686c72a01b3f4d4a84a087b759 = $(`<div id="html_4a6fd2686c72a01b3f4d4a84a087b759" style="width: 100.0%; height: 100.0%;">relay.dyne.org</div>`)[0];
|
|
popup_03e50ba5637a61586be141e4d48e8d9a.setContent(html_4a6fd2686c72a01b3f4d4a84a087b759);
|
|
|
|
|
|
|
|
marker_dfe87acdca2622c8c16eba5f5cd01564.bindPopup(popup_03e50ba5637a61586be141e4d48e8d9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dfe87acdca2622c8c16eba5f5cd01564.setIcon(icon_39d6fdce04c8c27f9a270cf549c1f01d);
|
|
|
|
|
|
var marker_f326ddf062f0b3113763dcf39317d0ee = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_f2f2bcec6bd914af5d6ebdbaeee5da95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3434d743238522ff52f7da293bb02cca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3396d945de6dc161eed81c15fd6c4989 = $(`<div id="html_3396d945de6dc161eed81c15fd6c4989" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org:443</div>`)[0];
|
|
popup_3434d743238522ff52f7da293bb02cca.setContent(html_3396d945de6dc161eed81c15fd6c4989);
|
|
|
|
|
|
|
|
marker_f326ddf062f0b3113763dcf39317d0ee.bindPopup(popup_3434d743238522ff52f7da293bb02cca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f326ddf062f0b3113763dcf39317d0ee.setIcon(icon_f2f2bcec6bd914af5d6ebdbaeee5da95);
|
|
|
|
|
|
var marker_575141dfca59d0ecfb8b399ab28e34d4 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_6b2d7e89d0f3fc99556682930899fa23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58ad44a720dc8e78a0254004a5cfcb62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e5aa5864ab9977c0d7ef1ac0e2c95cf = $(`<div id="html_2e5aa5864ab9977c0d7ef1ac0e2c95cf" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com:443</div>`)[0];
|
|
popup_58ad44a720dc8e78a0254004a5cfcb62.setContent(html_2e5aa5864ab9977c0d7ef1ac0e2c95cf);
|
|
|
|
|
|
|
|
marker_575141dfca59d0ecfb8b399ab28e34d4.bindPopup(popup_58ad44a720dc8e78a0254004a5cfcb62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_575141dfca59d0ecfb8b399ab28e34d4.setIcon(icon_6b2d7e89d0f3fc99556682930899fa23);
|
|
|
|
|
|
var marker_1da6afb1880be778cc573f38f18b573f = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_4444b60fbb0f62194a5dc2bde101f7d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be28d5f347915ac1da1681d273797922 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5151394f4c9991a0fe178dd58a6e62a7 = $(`<div id="html_5151394f4c9991a0fe178dd58a6e62a7" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com:443</div>`)[0];
|
|
popup_be28d5f347915ac1da1681d273797922.setContent(html_5151394f4c9991a0fe178dd58a6e62a7);
|
|
|
|
|
|
|
|
marker_1da6afb1880be778cc573f38f18b573f.bindPopup(popup_be28d5f347915ac1da1681d273797922)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1da6afb1880be778cc573f38f18b573f.setIcon(icon_4444b60fbb0f62194a5dc2bde101f7d0);
|
|
|
|
|
|
var marker_1c878a51c78974680172c7bdfa09e5f6 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_76309f2aec9d255aa0cf95add6deb9ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5375529c51196255becaae1705b8ca6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10c592b2a4c1eb32033e46ba592de942 = $(`<div id="html_10c592b2a4c1eb32033e46ba592de942" style="width: 100.0%; height: 100.0%;">relay.edufeed.org:443</div>`)[0];
|
|
popup_5375529c51196255becaae1705b8ca6f.setContent(html_10c592b2a4c1eb32033e46ba592de942);
|
|
|
|
|
|
|
|
marker_1c878a51c78974680172c7bdfa09e5f6.bindPopup(popup_5375529c51196255becaae1705b8ca6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c878a51c78974680172c7bdfa09e5f6.setIcon(icon_76309f2aec9d255aa0cf95add6deb9ff);
|
|
|
|
|
|
var marker_8270b4140aea45c4cec9375283d05c20 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_d251ece4556187f266b1745cdd7e4a11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_672fc1b96b82a0df24e14e5d98fbcdf4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a4b63e715d8d5b9bb7a323633ea8a76 = $(`<div id="html_4a4b63e715d8d5b9bb7a323633ea8a76" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch:443</div>`)[0];
|
|
popup_672fc1b96b82a0df24e14e5d98fbcdf4.setContent(html_4a4b63e715d8d5b9bb7a323633ea8a76);
|
|
|
|
|
|
|
|
marker_8270b4140aea45c4cec9375283d05c20.bindPopup(popup_672fc1b96b82a0df24e14e5d98fbcdf4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8270b4140aea45c4cec9375283d05c20.setIcon(icon_d251ece4556187f266b1745cdd7e4a11);
|
|
|
|
|
|
var marker_3c9d35aa82380f70271fa6235c77dc13 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_f1ae77f4e8cb5b6baabbfeb5ebf6eef7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46e9d63aae10c1fd2e3bc86300b34d62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7ac7dffb9e500f143c5538bbf09743f = $(`<div id="html_e7ac7dffb9e500f143c5538bbf09743f" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_46e9d63aae10c1fd2e3bc86300b34d62.setContent(html_e7ac7dffb9e500f143c5538bbf09743f);
|
|
|
|
|
|
|
|
marker_3c9d35aa82380f70271fa6235c77dc13.bindPopup(popup_46e9d63aae10c1fd2e3bc86300b34d62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c9d35aa82380f70271fa6235c77dc13.setIcon(icon_f1ae77f4e8cb5b6baabbfeb5ebf6eef7);
|
|
|
|
|
|
var marker_7c9f2286965b7021691a40b8b3f5076e = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_076d953b64b970875206cbbb73c1d46f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eed884b92fec0030152c3ecf76ba7710 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb6a265a335aca9c5613fc23d0c65225 = $(`<div id="html_cb6a265a335aca9c5613fc23d0c65225" style="width: 100.0%; height: 100.0%;">relay.trustr.ing:443</div>`)[0];
|
|
popup_eed884b92fec0030152c3ecf76ba7710.setContent(html_cb6a265a335aca9c5613fc23d0c65225);
|
|
|
|
|
|
|
|
marker_7c9f2286965b7021691a40b8b3f5076e.bindPopup(popup_eed884b92fec0030152c3ecf76ba7710)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c9f2286965b7021691a40b8b3f5076e.setIcon(icon_076d953b64b970875206cbbb73c1d46f);
|
|
|
|
|
|
var marker_be29d601d314affb839d143fc1991fc2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_7190efc99a2c5123873940af8f6c001e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_584dd7b6be8031ac3facd05cde45a01d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34166572a7fb09499d8e63f297a92579 = $(`<div id="html_34166572a7fb09499d8e63f297a92579" style="width: 100.0%; height: 100.0%;">relay.veganostr.com:443</div>`)[0];
|
|
popup_584dd7b6be8031ac3facd05cde45a01d.setContent(html_34166572a7fb09499d8e63f297a92579);
|
|
|
|
|
|
|
|
marker_be29d601d314affb839d143fc1991fc2.bindPopup(popup_584dd7b6be8031ac3facd05cde45a01d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be29d601d314affb839d143fc1991fc2.setIcon(icon_7190efc99a2c5123873940af8f6c001e);
|
|
|
|
|
|
var marker_9c7d4774ec32452ede27beb619ba0f5d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_68767de0ed57fc1880535e50d69c138a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8138aaf10f659381320aaf2cab3e388b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fdedd6b261987c1bea381f40953e9172 = $(`<div id="html_fdedd6b261987c1bea381f40953e9172" style="width: 100.0%; height: 100.0%;">nostr2.girino.org:443</div>`)[0];
|
|
popup_8138aaf10f659381320aaf2cab3e388b.setContent(html_fdedd6b261987c1bea381f40953e9172);
|
|
|
|
|
|
|
|
marker_9c7d4774ec32452ede27beb619ba0f5d.bindPopup(popup_8138aaf10f659381320aaf2cab3e388b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c7d4774ec32452ede27beb619ba0f5d.setIcon(icon_68767de0ed57fc1880535e50d69c138a);
|
|
|
|
|
|
var marker_c9d15324db10aa4995b6577e9593aec5 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_fb1fb1d1d932988977f3066bf8a42788 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_259b0372fd565b4cd4718dad62cb47f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e16d20c9604f89c18fb3180ed527aef7 = $(`<div id="html_e16d20c9604f89c18fb3180ed527aef7" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_259b0372fd565b4cd4718dad62cb47f7.setContent(html_e16d20c9604f89c18fb3180ed527aef7);
|
|
|
|
|
|
|
|
marker_c9d15324db10aa4995b6577e9593aec5.bindPopup(popup_259b0372fd565b4cd4718dad62cb47f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9d15324db10aa4995b6577e9593aec5.setIcon(icon_fb1fb1d1d932988977f3066bf8a42788);
|
|
|
|
|
|
var marker_8448c2f09d80ee7e017310dbe3f60dcd = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_b6fd680f0ffe2a8b75af744c630b4162 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78414fdb4b496ca0dde072990f2c2dfa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c1c1fc64359e5aec1518fa17c54580f = $(`<div id="html_5c1c1fc64359e5aec1518fa17c54580f" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_78414fdb4b496ca0dde072990f2c2dfa.setContent(html_5c1c1fc64359e5aec1518fa17c54580f);
|
|
|
|
|
|
|
|
marker_8448c2f09d80ee7e017310dbe3f60dcd.bindPopup(popup_78414fdb4b496ca0dde072990f2c2dfa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8448c2f09d80ee7e017310dbe3f60dcd.setIcon(icon_b6fd680f0ffe2a8b75af744c630b4162);
|
|
|
|
|
|
var marker_810a6ba7563fc4b0c26a90667c19c47a = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_9d87cc7a1ac13671cc27ee57d0c777d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_314a53be1f39259af9baa474e57112a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78d0c965088383fc15f7f5ac7cbfdd37 = $(`<div id="html_78d0c965088383fc15f7f5ac7cbfdd37" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_314a53be1f39259af9baa474e57112a5.setContent(html_78d0c965088383fc15f7f5ac7cbfdd37);
|
|
|
|
|
|
|
|
marker_810a6ba7563fc4b0c26a90667c19c47a.bindPopup(popup_314a53be1f39259af9baa474e57112a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_810a6ba7563fc4b0c26a90667c19c47a.setIcon(icon_9d87cc7a1ac13671cc27ee57d0c777d8);
|
|
|
|
|
|
var marker_f901791890d77cc403b119a6d50cc2e7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_6359a4a871d1d212e1943f31ef2b07fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_133384f7c09a61ef900c0e011e385c9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_948a2bd20b6396622f54d4ce0347d401 = $(`<div id="html_948a2bd20b6396622f54d4ce0347d401" style="width: 100.0%; height: 100.0%;">nexus.libernet.app:443</div>`)[0];
|
|
popup_133384f7c09a61ef900c0e011e385c9f.setContent(html_948a2bd20b6396622f54d4ce0347d401);
|
|
|
|
|
|
|
|
marker_f901791890d77cc403b119a6d50cc2e7.bindPopup(popup_133384f7c09a61ef900c0e011e385c9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f901791890d77cc403b119a6d50cc2e7.setIcon(icon_6359a4a871d1d212e1943f31ef2b07fc);
|
|
|
|
|
|
var marker_0649215009c11d55d20ec7313383cce4 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_bebec8d08a748a295aff265d16001487 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eef0abd047d46057529cdfc1d3a8a4b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c8603762897126023307e8ef241a68f = $(`<div id="html_6c8603762897126023307e8ef241a68f" style="width: 100.0%; height: 100.0%;">relay.staging.plebeian.market:443</div>`)[0];
|
|
popup_eef0abd047d46057529cdfc1d3a8a4b5.setContent(html_6c8603762897126023307e8ef241a68f);
|
|
|
|
|
|
|
|
marker_0649215009c11d55d20ec7313383cce4.bindPopup(popup_eef0abd047d46057529cdfc1d3a8a4b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0649215009c11d55d20ec7313383cce4.setIcon(icon_bebec8d08a748a295aff265d16001487);
|
|
|
|
|
|
var marker_0ff9dad97a212089fd4dd4052c818cda = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_20d702a9e5a987737bc6c2446bbfa9d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45874ab953b9520c7e6bf5ee0adda271 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9474cc9c88fb9517438a1916d2015be5 = $(`<div id="html_9474cc9c88fb9517438a1916d2015be5" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_45874ab953b9520c7e6bf5ee0adda271.setContent(html_9474cc9c88fb9517438a1916d2015be5);
|
|
|
|
|
|
|
|
marker_0ff9dad97a212089fd4dd4052c818cda.bindPopup(popup_45874ab953b9520c7e6bf5ee0adda271)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ff9dad97a212089fd4dd4052c818cda.setIcon(icon_20d702a9e5a987737bc6c2446bbfa9d4);
|
|
|
|
|
|
var marker_3e83f67bd77333de7d153d79c78e8e3c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_6bf2d716d81e708b8e50284dd5592a9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbcdd3690d35416e6a24e1f83200f928 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a02aa2453dceb2ead91e1ceb1a8a1753 = $(`<div id="html_a02aa2453dceb2ead91e1ceb1a8a1753" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_fbcdd3690d35416e6a24e1f83200f928.setContent(html_a02aa2453dceb2ead91e1ceb1a8a1753);
|
|
|
|
|
|
|
|
marker_3e83f67bd77333de7d153d79c78e8e3c.bindPopup(popup_fbcdd3690d35416e6a24e1f83200f928)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e83f67bd77333de7d153d79c78e8e3c.setIcon(icon_6bf2d716d81e708b8e50284dd5592a9c);
|
|
|
|
|
|
var marker_65d1a8289965d904f28fc21e784e5dca = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_d7575e3060880cb823a901a07d777b15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c2eb4294526579c62d1078bc1ce1eb0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39333c365fd116a607827c628ec0902d = $(`<div id="html_39333c365fd116a607827c628ec0902d" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_1c2eb4294526579c62d1078bc1ce1eb0.setContent(html_39333c365fd116a607827c628ec0902d);
|
|
|
|
|
|
|
|
marker_65d1a8289965d904f28fc21e784e5dca.bindPopup(popup_1c2eb4294526579c62d1078bc1ce1eb0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65d1a8289965d904f28fc21e784e5dca.setIcon(icon_d7575e3060880cb823a901a07d777b15);
|
|
|
|
|
|
var marker_00bda066f3f088447f7413e755d5701f = L.marker(
|
|
[36.1659, -86.7844],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_714300fc6b5b2e5e774d9a78029690fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc03d7a44e9c693226dec79f55f91190 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd4f67f300d06ce34c666aa1f3e357e7 = $(`<div id="html_fd4f67f300d06ce34c666aa1f3e357e7" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_fc03d7a44e9c693226dec79f55f91190.setContent(html_fd4f67f300d06ce34c666aa1f3e357e7);
|
|
|
|
|
|
|
|
marker_00bda066f3f088447f7413e755d5701f.bindPopup(popup_fc03d7a44e9c693226dec79f55f91190)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00bda066f3f088447f7413e755d5701f.setIcon(icon_714300fc6b5b2e5e774d9a78029690fb);
|
|
|
|
|
|
var marker_b898b185ce4f28b980ae94bff573d939 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_726d0a36bcf4fec74327246237f6939c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f379ff5cebbd726d2c7cba393f9bc9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f003208b09337695379877328e8c75a1 = $(`<div id="html_f003208b09337695379877328e8c75a1" style="width: 100.0%; height: 100.0%;">relay.artx.market:443</div>`)[0];
|
|
popup_4f379ff5cebbd726d2c7cba393f9bc9a.setContent(html_f003208b09337695379877328e8c75a1);
|
|
|
|
|
|
|
|
marker_b898b185ce4f28b980ae94bff573d939.bindPopup(popup_4f379ff5cebbd726d2c7cba393f9bc9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b898b185ce4f28b980ae94bff573d939.setIcon(icon_726d0a36bcf4fec74327246237f6939c);
|
|
|
|
|
|
var marker_0bdd758533cd18611aa003997b247ac2 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_5b5a586e6aa6d44bf05c3d09a6b15063 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7416fca7cd49cd88a85a32917679a3cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b0932a4f29e0942dcc110527241efe0 = $(`<div id="html_8b0932a4f29e0942dcc110527241efe0" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_7416fca7cd49cd88a85a32917679a3cc.setContent(html_8b0932a4f29e0942dcc110527241efe0);
|
|
|
|
|
|
|
|
marker_0bdd758533cd18611aa003997b247ac2.bindPopup(popup_7416fca7cd49cd88a85a32917679a3cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0bdd758533cd18611aa003997b247ac2.setIcon(icon_5b5a586e6aa6d44bf05c3d09a6b15063);
|
|
|
|
|
|
var marker_26123214cfb76f93ca9b7844f330b4d7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_824feb08f4f25ddcf7273e69764d44cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0af166a7819034671aff97b0713b1ada = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84d495c0390e7a43e93b5c96810adaa4 = $(`<div id="html_84d495c0390e7a43e93b5c96810adaa4" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_0af166a7819034671aff97b0713b1ada.setContent(html_84d495c0390e7a43e93b5c96810adaa4);
|
|
|
|
|
|
|
|
marker_26123214cfb76f93ca9b7844f330b4d7.bindPopup(popup_0af166a7819034671aff97b0713b1ada)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26123214cfb76f93ca9b7844f330b4d7.setIcon(icon_824feb08f4f25ddcf7273e69764d44cc);
|
|
|
|
|
|
var marker_311d6ab89b6960a1c210ccc363295b3b = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_afffa9db13e516faab6da33ea1e5b1c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd54a7c06b8b3f3a01ef7a90dcdb3d25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ffabfee5803d55046027ee9d25170cb = $(`<div id="html_6ffabfee5803d55046027ee9d25170cb" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com:443</div>`)[0];
|
|
popup_cd54a7c06b8b3f3a01ef7a90dcdb3d25.setContent(html_6ffabfee5803d55046027ee9d25170cb);
|
|
|
|
|
|
|
|
marker_311d6ab89b6960a1c210ccc363295b3b.bindPopup(popup_cd54a7c06b8b3f3a01ef7a90dcdb3d25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_311d6ab89b6960a1c210ccc363295b3b.setIcon(icon_afffa9db13e516faab6da33ea1e5b1c1);
|
|
|
|
|
|
var marker_1e93ac46156da4d8d5b731b857c6c52b = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_ba56918615f6e1b09c46507440b34959 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0d72b3436266b88ad6b947539aa46ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1886152e92e13918c63f2d74f22cdacd = $(`<div id="html_1886152e92e13918c63f2d74f22cdacd" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_c0d72b3436266b88ad6b947539aa46ab.setContent(html_1886152e92e13918c63f2d74f22cdacd);
|
|
|
|
|
|
|
|
marker_1e93ac46156da4d8d5b731b857c6c52b.bindPopup(popup_c0d72b3436266b88ad6b947539aa46ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e93ac46156da4d8d5b731b857c6c52b.setIcon(icon_ba56918615f6e1b09c46507440b34959);
|
|
|
|
|
|
var marker_159914b011ccc43bcc74d7496f5357ca = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_7ddf333be34d02f48c771d85e96cd33a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e27ace00d13ee53a97cef6dda49eaba5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47f4f41f3f8fa744213905f141d8dc20 = $(`<div id="html_47f4f41f3f8fa744213905f141d8dc20" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_e27ace00d13ee53a97cef6dda49eaba5.setContent(html_47f4f41f3f8fa744213905f141d8dc20);
|
|
|
|
|
|
|
|
marker_159914b011ccc43bcc74d7496f5357ca.bindPopup(popup_e27ace00d13ee53a97cef6dda49eaba5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_159914b011ccc43bcc74d7496f5357ca.setIcon(icon_7ddf333be34d02f48c771d85e96cd33a);
|
|
|
|
|
|
var marker_705aa7e439781701d0d1ba64ddded602 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_aa20fe46f4c69c87846eba91b274f0c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d611348d867c08eba84cf38ebe2671f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7e77dbc96d247b1f2e705d52926aad5 = $(`<div id="html_d7e77dbc96d247b1f2e705d52926aad5" style="width: 100.0%; height: 100.0%;">relay.layer.systems:443</div>`)[0];
|
|
popup_2d611348d867c08eba84cf38ebe2671f.setContent(html_d7e77dbc96d247b1f2e705d52926aad5);
|
|
|
|
|
|
|
|
marker_705aa7e439781701d0d1ba64ddded602.bindPopup(popup_2d611348d867c08eba84cf38ebe2671f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_705aa7e439781701d0d1ba64ddded602.setIcon(icon_aa20fe46f4c69c87846eba91b274f0c2);
|
|
|
|
|
|
var marker_464edab3e16d1d77261023c52a710d0f = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_dc2396e75b5a8fb61d6801fd0c2137c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6dd7ea8d630107a6d994cbbddb0d8c57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ffcc7ee04c83d20ac9beb91c086e061 = $(`<div id="html_1ffcc7ee04c83d20ac9beb91c086e061" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_6dd7ea8d630107a6d994cbbddb0d8c57.setContent(html_1ffcc7ee04c83d20ac9beb91c086e061);
|
|
|
|
|
|
|
|
marker_464edab3e16d1d77261023c52a710d0f.bindPopup(popup_6dd7ea8d630107a6d994cbbddb0d8c57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_464edab3e16d1d77261023c52a710d0f.setIcon(icon_dc2396e75b5a8fb61d6801fd0c2137c3);
|
|
|
|
|
|
var marker_cddbe853f6dac652055c9fca7acdcf67 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_aec140be162bc12391175565b7cb9af0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9e48b011c25c190aa299dd137db2920 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11516b46de3871813bceb90474d29be0 = $(`<div id="html_11516b46de3871813bceb90474d29be0" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_f9e48b011c25c190aa299dd137db2920.setContent(html_11516b46de3871813bceb90474d29be0);
|
|
|
|
|
|
|
|
marker_cddbe853f6dac652055c9fca7acdcf67.bindPopup(popup_f9e48b011c25c190aa299dd137db2920)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cddbe853f6dac652055c9fca7acdcf67.setIcon(icon_aec140be162bc12391175565b7cb9af0);
|
|
|
|
|
|
var marker_3b0a46b1234dec4dadb75d9919f4513a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_f616643fe6ce215442956aeda25b7b70 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15e3e4a3f70c4e1d353b41b53490a29a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_098e2d02349f6f64d9d7549e099ad59f = $(`<div id="html_098e2d02349f6f64d9d7549e099ad59f" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_15e3e4a3f70c4e1d353b41b53490a29a.setContent(html_098e2d02349f6f64d9d7549e099ad59f);
|
|
|
|
|
|
|
|
marker_3b0a46b1234dec4dadb75d9919f4513a.bindPopup(popup_15e3e4a3f70c4e1d353b41b53490a29a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b0a46b1234dec4dadb75d9919f4513a.setIcon(icon_f616643fe6ce215442956aeda25b7b70);
|
|
|
|
|
|
var marker_478e15375e5353b17d9015684de57159 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_8d49b79e37158b613ad3dadfe7b9db0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_250fe59dac9dba8bad042d1ca85aa851 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa711de0a4b9afe47e91acb55d5456fe = $(`<div id="html_fa711de0a4b9afe47e91acb55d5456fe" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com:443</div>`)[0];
|
|
popup_250fe59dac9dba8bad042d1ca85aa851.setContent(html_fa711de0a4b9afe47e91acb55d5456fe);
|
|
|
|
|
|
|
|
marker_478e15375e5353b17d9015684de57159.bindPopup(popup_250fe59dac9dba8bad042d1ca85aa851)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_478e15375e5353b17d9015684de57159.setIcon(icon_8d49b79e37158b613ad3dadfe7b9db0f);
|
|
|
|
|
|
var marker_aa56fa4e5c3bbf3b802d3b1c52a46fc2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_c036ac9c541689a626776d6ad2df3070 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6087fe01c56abc4890bbd112c1b96ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9dc126bfe956500b71e78797651b096 = $(`<div id="html_c9dc126bfe956500b71e78797651b096" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_d6087fe01c56abc4890bbd112c1b96ad.setContent(html_c9dc126bfe956500b71e78797651b096);
|
|
|
|
|
|
|
|
marker_aa56fa4e5c3bbf3b802d3b1c52a46fc2.bindPopup(popup_d6087fe01c56abc4890bbd112c1b96ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa56fa4e5c3bbf3b802d3b1c52a46fc2.setIcon(icon_c036ac9c541689a626776d6ad2df3070);
|
|
|
|
|
|
var marker_66bcbb06f78fdc8dc320ed76dbbea1b1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_89da5cfbc821bdfec2e86bf11bc192e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f7279629edfe38e68a2c7d309e1e25d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03f058c6e7dedaa9d73eefb306fd211b = $(`<div id="html_03f058c6e7dedaa9d73eefb306fd211b" style="width: 100.0%; height: 100.0%;">nostr.janx.com</div>`)[0];
|
|
popup_1f7279629edfe38e68a2c7d309e1e25d.setContent(html_03f058c6e7dedaa9d73eefb306fd211b);
|
|
|
|
|
|
|
|
marker_66bcbb06f78fdc8dc320ed76dbbea1b1.bindPopup(popup_1f7279629edfe38e68a2c7d309e1e25d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66bcbb06f78fdc8dc320ed76dbbea1b1.setIcon(icon_89da5cfbc821bdfec2e86bf11bc192e9);
|
|
|
|
|
|
var marker_30108098a6b40d5807efc445a7385e0b = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_c3cf11adb8af2185738ce155eaa576d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73cc83dc88a8dccc28e79ac6e6571f46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e72167780ee3b1c631893c813aa00a40 = $(`<div id="html_e72167780ee3b1c631893c813aa00a40" style="width: 100.0%; height: 100.0%;">relay.chorus.community:443</div>`)[0];
|
|
popup_73cc83dc88a8dccc28e79ac6e6571f46.setContent(html_e72167780ee3b1c631893c813aa00a40);
|
|
|
|
|
|
|
|
marker_30108098a6b40d5807efc445a7385e0b.bindPopup(popup_73cc83dc88a8dccc28e79ac6e6571f46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30108098a6b40d5807efc445a7385e0b.setIcon(icon_c3cf11adb8af2185738ce155eaa576d9);
|
|
|
|
|
|
var marker_b7315003fd0df880c5e57b9d5122509b = L.marker(
|
|
[47.1285, 8.74735],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_b00a04f8d7b0595989b6c4f526db7511 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9442eadbcd1a4d6b3ccd4f70c0474187 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c30ef4b2071e37ed2d490d26c85924d8 = $(`<div id="html_c30ef4b2071e37ed2d490d26c85924d8" style="width: 100.0%; height: 100.0%;">nas01xanthosnet.synology.me:7778</div>`)[0];
|
|
popup_9442eadbcd1a4d6b3ccd4f70c0474187.setContent(html_c30ef4b2071e37ed2d490d26c85924d8);
|
|
|
|
|
|
|
|
marker_b7315003fd0df880c5e57b9d5122509b.bindPopup(popup_9442eadbcd1a4d6b3ccd4f70c0474187)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7315003fd0df880c5e57b9d5122509b.setIcon(icon_b00a04f8d7b0595989b6c4f526db7511);
|
|
|
|
|
|
var marker_d919df16b68eade2c8966dd329c01f22 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_a7d00e7084f05171ad6cc866ab25728a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3d5fb40c33e7a372e14d3df790f1381 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_965d0d5c65e304f3efba3493be6cd781 = $(`<div id="html_965d0d5c65e304f3efba3493be6cd781" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_d3d5fb40c33e7a372e14d3df790f1381.setContent(html_965d0d5c65e304f3efba3493be6cd781);
|
|
|
|
|
|
|
|
marker_d919df16b68eade2c8966dd329c01f22.bindPopup(popup_d3d5fb40c33e7a372e14d3df790f1381)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d919df16b68eade2c8966dd329c01f22.setIcon(icon_a7d00e7084f05171ad6cc866ab25728a);
|
|
|
|
|
|
var marker_0dc3dc291969f947d3cf139525ca2ccc = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_b21e53edfc83bdf60f6cef70736ae4ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c089e2bc7e8c3ee113d2c7f787ce63e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5196c618acc5154546c0fb9c5be69a3 = $(`<div id="html_f5196c618acc5154546c0fb9c5be69a3" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com:443</div>`)[0];
|
|
popup_6c089e2bc7e8c3ee113d2c7f787ce63e.setContent(html_f5196c618acc5154546c0fb9c5be69a3);
|
|
|
|
|
|
|
|
marker_0dc3dc291969f947d3cf139525ca2ccc.bindPopup(popup_6c089e2bc7e8c3ee113d2c7f787ce63e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0dc3dc291969f947d3cf139525ca2ccc.setIcon(icon_b21e53edfc83bdf60f6cef70736ae4ab);
|
|
|
|
|
|
var marker_3d9af13dde0921f8fea39de933ff6de5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_c23634609d081be5f37edc9d994449f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_576b85eda0c9747211c9cacd11c5cc59 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_681b2513c72b0eda28618c2039743f72 = $(`<div id="html_681b2513c72b0eda28618c2039743f72" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_576b85eda0c9747211c9cacd11c5cc59.setContent(html_681b2513c72b0eda28618c2039743f72);
|
|
|
|
|
|
|
|
marker_3d9af13dde0921f8fea39de933ff6de5.bindPopup(popup_576b85eda0c9747211c9cacd11c5cc59)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d9af13dde0921f8fea39de933ff6de5.setIcon(icon_c23634609d081be5f37edc9d994449f0);
|
|
|
|
|
|
var marker_864e5b919620853df9893bc5fbe6a550 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_8f4c5b999a77ae37045642b7c580f14d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_516f6f0348a32a984b1d7840a0dd4bfb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c32cece3321076457d63f0be04ac53f3 = $(`<div id="html_c32cece3321076457d63f0be04ac53f3" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com:443</div>`)[0];
|
|
popup_516f6f0348a32a984b1d7840a0dd4bfb.setContent(html_c32cece3321076457d63f0be04ac53f3);
|
|
|
|
|
|
|
|
marker_864e5b919620853df9893bc5fbe6a550.bindPopup(popup_516f6f0348a32a984b1d7840a0dd4bfb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_864e5b919620853df9893bc5fbe6a550.setIcon(icon_8f4c5b999a77ae37045642b7c580f14d);
|
|
|
|
|
|
var marker_9b5303fe949428b8c1b4d54012a0fda1 = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_04f1e5f5bb190285fe4ccf5f2cf423da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75277ff9d7945da204f95b381cdb350d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18a3b2b263209cdd2dfdf5fc4f78c502 = $(`<div id="html_18a3b2b263209cdd2dfdf5fc4f78c502" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_75277ff9d7945da204f95b381cdb350d.setContent(html_18a3b2b263209cdd2dfdf5fc4f78c502);
|
|
|
|
|
|
|
|
marker_9b5303fe949428b8c1b4d54012a0fda1.bindPopup(popup_75277ff9d7945da204f95b381cdb350d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b5303fe949428b8c1b4d54012a0fda1.setIcon(icon_04f1e5f5bb190285fe4ccf5f2cf423da);
|
|
|
|
|
|
var marker_f87e63a0fb37faab5717f5d4a0188227 = L.marker(
|
|
[50.914, 3.21378],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_7cc76440b297d4670388203bc82e2751 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf2ae0829e423aa29c8ae9bdafb58770 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f0b5648f0d19d72856ff44839b7a0ad = $(`<div id="html_0f0b5648f0d19d72856ff44839b7a0ad" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_cf2ae0829e423aa29c8ae9bdafb58770.setContent(html_0f0b5648f0d19d72856ff44839b7a0ad);
|
|
|
|
|
|
|
|
marker_f87e63a0fb37faab5717f5d4a0188227.bindPopup(popup_cf2ae0829e423aa29c8ae9bdafb58770)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f87e63a0fb37faab5717f5d4a0188227.setIcon(icon_7cc76440b297d4670388203bc82e2751);
|
|
|
|
|
|
var marker_0d355bf46db9550b59a2792cd8ed9331 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_841decc73a6793082cb1b633f4bfa761 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d935c8c17475c164e6251ea9bcec9bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d8e919ae2cd292a7880a62cfbebbeed = $(`<div id="html_3d8e919ae2cd292a7880a62cfbebbeed" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_1d935c8c17475c164e6251ea9bcec9bf.setContent(html_3d8e919ae2cd292a7880a62cfbebbeed);
|
|
|
|
|
|
|
|
marker_0d355bf46db9550b59a2792cd8ed9331.bindPopup(popup_1d935c8c17475c164e6251ea9bcec9bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d355bf46db9550b59a2792cd8ed9331.setIcon(icon_841decc73a6793082cb1b633f4bfa761);
|
|
|
|
|
|
var marker_6a05e859b07d2e12c31df4b7816d3fcd = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_421aa293067bb67559cbe76f8d4a0e5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7716bb028178da536b74e0fdade5101 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f1c52893cbdbb6a26b6d496f6f5f9e1 = $(`<div id="html_9f1c52893cbdbb6a26b6d496f6f5f9e1" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org:443</div>`)[0];
|
|
popup_b7716bb028178da536b74e0fdade5101.setContent(html_9f1c52893cbdbb6a26b6d496f6f5f9e1);
|
|
|
|
|
|
|
|
marker_6a05e859b07d2e12c31df4b7816d3fcd.bindPopup(popup_b7716bb028178da536b74e0fdade5101)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a05e859b07d2e12c31df4b7816d3fcd.setIcon(icon_421aa293067bb67559cbe76f8d4a0e5f);
|
|
|
|
|
|
var marker_47c1bcf1cc81079ad142342ff36d2bae = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_d32829453f911044001dd7f79c8b9a2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56517e23dfd4fd88d36b34e0b2e2cf09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0055bb295725c58bf1e05264d5c31a98 = $(`<div id="html_0055bb295725c58bf1e05264d5c31a98" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_56517e23dfd4fd88d36b34e0b2e2cf09.setContent(html_0055bb295725c58bf1e05264d5c31a98);
|
|
|
|
|
|
|
|
marker_47c1bcf1cc81079ad142342ff36d2bae.bindPopup(popup_56517e23dfd4fd88d36b34e0b2e2cf09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47c1bcf1cc81079ad142342ff36d2bae.setIcon(icon_d32829453f911044001dd7f79c8b9a2b);
|
|
|
|
|
|
var marker_af2c68ec44edf2bb5d731a3742c7447f = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_172b2da2c36488ad75a94bea7f9a0bcb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ae8ff3f9eff556c6d0de4296a871c90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_112a9eecb694c68ef1e18d554f5352da = $(`<div id="html_112a9eecb694c68ef1e18d554f5352da" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net:443</div>`)[0];
|
|
popup_8ae8ff3f9eff556c6d0de4296a871c90.setContent(html_112a9eecb694c68ef1e18d554f5352da);
|
|
|
|
|
|
|
|
marker_af2c68ec44edf2bb5d731a3742c7447f.bindPopup(popup_8ae8ff3f9eff556c6d0de4296a871c90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af2c68ec44edf2bb5d731a3742c7447f.setIcon(icon_172b2da2c36488ad75a94bea7f9a0bcb);
|
|
|
|
|
|
var marker_ccdd94a6a1096c33cd4053a00e3b644c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_52274a83cc6565afcbdf113fd02ca38d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1a7fc60d6887a190d69018a5d5a7d13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a52e2884c6c8ee3f6aaec698fa24f1ed = $(`<div id="html_a52e2884c6c8ee3f6aaec698fa24f1ed" style="width: 100.0%; height: 100.0%;">relay.openresist.com:443</div>`)[0];
|
|
popup_c1a7fc60d6887a190d69018a5d5a7d13.setContent(html_a52e2884c6c8ee3f6aaec698fa24f1ed);
|
|
|
|
|
|
|
|
marker_ccdd94a6a1096c33cd4053a00e3b644c.bindPopup(popup_c1a7fc60d6887a190d69018a5d5a7d13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccdd94a6a1096c33cd4053a00e3b644c.setIcon(icon_52274a83cc6565afcbdf113fd02ca38d);
|
|
|
|
|
|
var marker_689cf5756c2f101ffd8092a486790618 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_9da440543e0acd369e198c4629156de1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2046db71974e9a038aae36ed29f9129 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_329109c81b9b5aaa9a3245f79fef97b6 = $(`<div id="html_329109c81b9b5aaa9a3245f79fef97b6" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_e2046db71974e9a038aae36ed29f9129.setContent(html_329109c81b9b5aaa9a3245f79fef97b6);
|
|
|
|
|
|
|
|
marker_689cf5756c2f101ffd8092a486790618.bindPopup(popup_e2046db71974e9a038aae36ed29f9129)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_689cf5756c2f101ffd8092a486790618.setIcon(icon_9da440543e0acd369e198c4629156de1);
|
|
|
|
|
|
var marker_dff50af4f79a889bac0c19e4b4ef66ec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_9d965de216800b285b26f8cfb28796f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a23c088870eaecd8e81b0344e789d308 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebda16fd5717fc42eca866565c2d74d6 = $(`<div id="html_ebda16fd5717fc42eca866565c2d74d6" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_a23c088870eaecd8e81b0344e789d308.setContent(html_ebda16fd5717fc42eca866565c2d74d6);
|
|
|
|
|
|
|
|
marker_dff50af4f79a889bac0c19e4b4ef66ec.bindPopup(popup_a23c088870eaecd8e81b0344e789d308)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dff50af4f79a889bac0c19e4b4ef66ec.setIcon(icon_9d965de216800b285b26f8cfb28796f7);
|
|
|
|
|
|
var marker_ca6b3aa5d3c5d04afac1db98f8275400 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_c26ce40b6b62e66ec99a9cad9ffa3aac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d8ff63c37dc8cd18a326e9adaad8993 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7d1c991d02e1762229376cf7a83cdfe = $(`<div id="html_b7d1c991d02e1762229376cf7a83cdfe" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_4d8ff63c37dc8cd18a326e9adaad8993.setContent(html_b7d1c991d02e1762229376cf7a83cdfe);
|
|
|
|
|
|
|
|
marker_ca6b3aa5d3c5d04afac1db98f8275400.bindPopup(popup_4d8ff63c37dc8cd18a326e9adaad8993)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca6b3aa5d3c5d04afac1db98f8275400.setIcon(icon_c26ce40b6b62e66ec99a9cad9ffa3aac);
|
|
|
|
|
|
var marker_e3e344ef11cfb34a0f0389a42b82d19d = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_5ff2d655232fed81c49b4405de9e1c9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8cbbdbec3ec7957427382b48b29a2bac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0778a5b6a7c12149bd4de00728168f9f = $(`<div id="html_0778a5b6a7c12149bd4de00728168f9f" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_8cbbdbec3ec7957427382b48b29a2bac.setContent(html_0778a5b6a7c12149bd4de00728168f9f);
|
|
|
|
|
|
|
|
marker_e3e344ef11cfb34a0f0389a42b82d19d.bindPopup(popup_8cbbdbec3ec7957427382b48b29a2bac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3e344ef11cfb34a0f0389a42b82d19d.setIcon(icon_5ff2d655232fed81c49b4405de9e1c9a);
|
|
|
|
|
|
var marker_f2d297f890c2a4942ca6f195bf301a56 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_f7699ba6408385a6b65b120282bb2f40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54f0caee7334e11aacc1e45645920379 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1e0d781f7f0a2e6753a2e262ee023ad = $(`<div id="html_e1e0d781f7f0a2e6753a2e262ee023ad" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io:443</div>`)[0];
|
|
popup_54f0caee7334e11aacc1e45645920379.setContent(html_e1e0d781f7f0a2e6753a2e262ee023ad);
|
|
|
|
|
|
|
|
marker_f2d297f890c2a4942ca6f195bf301a56.bindPopup(popup_54f0caee7334e11aacc1e45645920379)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2d297f890c2a4942ca6f195bf301a56.setIcon(icon_f7699ba6408385a6b65b120282bb2f40);
|
|
|
|
|
|
var marker_a193ba469aa3d70c577ef03b74e45e8a = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_7581ff8f35ca756b1478e302f7f5d6ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a47e9b7e9399cb442d5b125431f20f02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23eb3ad9cf7a547a689e7cacf237a329 = $(`<div id="html_23eb3ad9cf7a547a689e7cacf237a329" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_a47e9b7e9399cb442d5b125431f20f02.setContent(html_23eb3ad9cf7a547a689e7cacf237a329);
|
|
|
|
|
|
|
|
marker_a193ba469aa3d70c577ef03b74e45e8a.bindPopup(popup_a47e9b7e9399cb442d5b125431f20f02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a193ba469aa3d70c577ef03b74e45e8a.setIcon(icon_7581ff8f35ca756b1478e302f7f5d6ab);
|
|
|
|
|
|
var marker_bb5a812083935fe0cb22b6374d6c3ce6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_b41259f26d425c14e143263a11ebc2cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d5d4935f7371232e7609d1f56a5e0ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab3ca8c5b987bfad0aec122182326119 = $(`<div id="html_ab3ca8c5b987bfad0aec122182326119" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app:443</div>`)[0];
|
|
popup_8d5d4935f7371232e7609d1f56a5e0ed.setContent(html_ab3ca8c5b987bfad0aec122182326119);
|
|
|
|
|
|
|
|
marker_bb5a812083935fe0cb22b6374d6c3ce6.bindPopup(popup_8d5d4935f7371232e7609d1f56a5e0ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb5a812083935fe0cb22b6374d6c3ce6.setIcon(icon_b41259f26d425c14e143263a11ebc2cd);
|
|
|
|
|
|
var marker_8702868779000b76cf64f61177d0432c = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_5185ee8b94e2a86f5158abbf34d88c59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e62914c89de5e000bfbe7207580afe7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_deb8bf843e095e1f7070cc0a88f0905f = $(`<div id="html_deb8bf843e095e1f7070cc0a88f0905f" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_1e62914c89de5e000bfbe7207580afe7.setContent(html_deb8bf843e095e1f7070cc0a88f0905f);
|
|
|
|
|
|
|
|
marker_8702868779000b76cf64f61177d0432c.bindPopup(popup_1e62914c89de5e000bfbe7207580afe7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8702868779000b76cf64f61177d0432c.setIcon(icon_5185ee8b94e2a86f5158abbf34d88c59);
|
|
|
|
|
|
var marker_feee1d8d8c20f624c1530e24aa05fd32 = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_866d978faf3f2f7cf6c402dfdf01ed2a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57cd0c098e19e216e4fe2ba66fe2439a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c91c13e7441aedfc2e5ace723678779 = $(`<div id="html_6c91c13e7441aedfc2e5ace723678779" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_57cd0c098e19e216e4fe2ba66fe2439a.setContent(html_6c91c13e7441aedfc2e5ace723678779);
|
|
|
|
|
|
|
|
marker_feee1d8d8c20f624c1530e24aa05fd32.bindPopup(popup_57cd0c098e19e216e4fe2ba66fe2439a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_feee1d8d8c20f624c1530e24aa05fd32.setIcon(icon_866d978faf3f2f7cf6c402dfdf01ed2a);
|
|
|
|
|
|
var marker_60f6d5002e6bce47dc8259271b12b9d5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_16f051f88504bb65b4b9341117b7a309 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ca05aed153be0845866eead801afbf8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c842d9757a0ed8b64ba3e84541412bf = $(`<div id="html_5c842d9757a0ed8b64ba3e84541412bf" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_4ca05aed153be0845866eead801afbf8.setContent(html_5c842d9757a0ed8b64ba3e84541412bf);
|
|
|
|
|
|
|
|
marker_60f6d5002e6bce47dc8259271b12b9d5.bindPopup(popup_4ca05aed153be0845866eead801afbf8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60f6d5002e6bce47dc8259271b12b9d5.setIcon(icon_16f051f88504bb65b4b9341117b7a309);
|
|
|
|
|
|
var marker_3953c8695fad9eddc328ddaad4c03bf8 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_28a246bdddaf3e31e16c68718c1ba3aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0d77c309799cf72b1cb1a1c174c21cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a939057f1a7210a56eab5ad3ccf51cbd = $(`<div id="html_a939057f1a7210a56eab5ad3ccf51cbd" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com:443</div>`)[0];
|
|
popup_f0d77c309799cf72b1cb1a1c174c21cc.setContent(html_a939057f1a7210a56eab5ad3ccf51cbd);
|
|
|
|
|
|
|
|
marker_3953c8695fad9eddc328ddaad4c03bf8.bindPopup(popup_f0d77c309799cf72b1cb1a1c174c21cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3953c8695fad9eddc328ddaad4c03bf8.setIcon(icon_28a246bdddaf3e31e16c68718c1ba3aa);
|
|
|
|
|
|
var marker_0048601a020c08b16adb1576107e8ea7 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_f9629ceb1516da6252e0ad6575309b68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_298289943369a860613516ae91efbb9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5251e588f558315ef49cb39e6aae4daf = $(`<div id="html_5251e588f558315ef49cb39e6aae4daf" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_298289943369a860613516ae91efbb9a.setContent(html_5251e588f558315ef49cb39e6aae4daf);
|
|
|
|
|
|
|
|
marker_0048601a020c08b16adb1576107e8ea7.bindPopup(popup_298289943369a860613516ae91efbb9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0048601a020c08b16adb1576107e8ea7.setIcon(icon_f9629ceb1516da6252e0ad6575309b68);
|
|
|
|
|
|
var marker_8f0c8b665f84351923dbf865b96523e7 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_0b1f86ef5ecdd6532b536631fdca0147 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4367888440c86a439fa872104f12e3d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5b97670de5f20d523879838a7e2a058 = $(`<div id="html_b5b97670de5f20d523879838a7e2a058" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com:443</div>`)[0];
|
|
popup_4367888440c86a439fa872104f12e3d0.setContent(html_b5b97670de5f20d523879838a7e2a058);
|
|
|
|
|
|
|
|
marker_8f0c8b665f84351923dbf865b96523e7.bindPopup(popup_4367888440c86a439fa872104f12e3d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f0c8b665f84351923dbf865b96523e7.setIcon(icon_0b1f86ef5ecdd6532b536631fdca0147);
|
|
|
|
|
|
var marker_7806a1343cb56bc227f9b2a5fbafa629 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_206b6e17c11730f120460d96b0137aa0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d64dee3e7a99b3ddae08fe5792658eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2191b42559b12eda569627afc2479a3f = $(`<div id="html_2191b42559b12eda569627afc2479a3f" style="width: 100.0%; height: 100.0%;">herbstmeister.com</div>`)[0];
|
|
popup_4d64dee3e7a99b3ddae08fe5792658eb.setContent(html_2191b42559b12eda569627afc2479a3f);
|
|
|
|
|
|
|
|
marker_7806a1343cb56bc227f9b2a5fbafa629.bindPopup(popup_4d64dee3e7a99b3ddae08fe5792658eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7806a1343cb56bc227f9b2a5fbafa629.setIcon(icon_206b6e17c11730f120460d96b0137aa0);
|
|
|
|
|
|
var marker_83ead0ca2d59c0d93dbb19436db830f2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_3bd3868b385da3f909eb645ada1fae0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f1609f60beb2364046d7a0d8ccd9419 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8ca6d448bb558557e2cac44c16bba22 = $(`<div id="html_f8ca6d448bb558557e2cac44c16bba22" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_5f1609f60beb2364046d7a0d8ccd9419.setContent(html_f8ca6d448bb558557e2cac44c16bba22);
|
|
|
|
|
|
|
|
marker_83ead0ca2d59c0d93dbb19436db830f2.bindPopup(popup_5f1609f60beb2364046d7a0d8ccd9419)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83ead0ca2d59c0d93dbb19436db830f2.setIcon(icon_3bd3868b385da3f909eb645ada1fae0e);
|
|
|
|
|
|
var marker_690bbd34194de3ea80d0b848f9502356 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_cea6ca96412a2d27b4e10120c109f610 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb0d4f45527e75676872bda77ea9dc67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6851fe90fbb32aca530df58c433ed64 = $(`<div id="html_c6851fe90fbb32aca530df58c433ed64" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_cb0d4f45527e75676872bda77ea9dc67.setContent(html_c6851fe90fbb32aca530df58c433ed64);
|
|
|
|
|
|
|
|
marker_690bbd34194de3ea80d0b848f9502356.bindPopup(popup_cb0d4f45527e75676872bda77ea9dc67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_690bbd34194de3ea80d0b848f9502356.setIcon(icon_cea6ca96412a2d27b4e10120c109f610);
|
|
|
|
|
|
var marker_2e1a3118e900b4e57730d13039e8fcab = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_b6b38281d612dce2a4f79a126597d43a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00a076b6120a905c9b9d8a033405968a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40dba5ed2627b863f63f12b69e5fbcf7 = $(`<div id="html_40dba5ed2627b863f63f12b69e5fbcf7" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social:443</div>`)[0];
|
|
popup_00a076b6120a905c9b9d8a033405968a.setContent(html_40dba5ed2627b863f63f12b69e5fbcf7);
|
|
|
|
|
|
|
|
marker_2e1a3118e900b4e57730d13039e8fcab.bindPopup(popup_00a076b6120a905c9b9d8a033405968a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e1a3118e900b4e57730d13039e8fcab.setIcon(icon_b6b38281d612dce2a4f79a126597d43a);
|
|
|
|
|
|
var marker_24d4e5167c7921db58541b675e86bc14 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_023e321b6617e11e581354919d2c1336 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e7decf5be8eacc4219470b407d8b9a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bb1818b96ee9b0e00e86af45ad5d46d = $(`<div id="html_0bb1818b96ee9b0e00e86af45ad5d46d" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_9e7decf5be8eacc4219470b407d8b9a9.setContent(html_0bb1818b96ee9b0e00e86af45ad5d46d);
|
|
|
|
|
|
|
|
marker_24d4e5167c7921db58541b675e86bc14.bindPopup(popup_9e7decf5be8eacc4219470b407d8b9a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24d4e5167c7921db58541b675e86bc14.setIcon(icon_023e321b6617e11e581354919d2c1336);
|
|
|
|
|
|
var marker_fc5e8cce34e075b18f578152863f389f = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_51a9d2def7e816ad90e421abd149109e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_445f64a0980fa9184542457e57058a43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7bb17312ce28f3a98b40443e49df07c4 = $(`<div id="html_7bb17312ce28f3a98b40443e49df07c4" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_445f64a0980fa9184542457e57058a43.setContent(html_7bb17312ce28f3a98b40443e49df07c4);
|
|
|
|
|
|
|
|
marker_fc5e8cce34e075b18f578152863f389f.bindPopup(popup_445f64a0980fa9184542457e57058a43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc5e8cce34e075b18f578152863f389f.setIcon(icon_51a9d2def7e816ad90e421abd149109e);
|
|
|
|
|
|
var marker_c985c25c5b319fd7f55e44c0adfa7d3b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_4ea4d60fedd1cf21efb914fc1405437f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5236edac1e5f9a4dcd24cb70a96d80d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20b252d3d2daf02450804216981fd97c = $(`<div id="html_20b252d3d2daf02450804216981fd97c" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_f5236edac1e5f9a4dcd24cb70a96d80d.setContent(html_20b252d3d2daf02450804216981fd97c);
|
|
|
|
|
|
|
|
marker_c985c25c5b319fd7f55e44c0adfa7d3b.bindPopup(popup_f5236edac1e5f9a4dcd24cb70a96d80d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c985c25c5b319fd7f55e44c0adfa7d3b.setIcon(icon_4ea4d60fedd1cf21efb914fc1405437f);
|
|
|
|
|
|
var marker_564d9954b315c933760da61bd453a9ac = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_8cb40b52b9b38ac20f756c01da2855ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7edc7d815d8766283d33fa51f3b34525 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fed614ea53fd678f2508fbc27e5492dc = $(`<div id="html_fed614ea53fd678f2508fbc27e5492dc" style="width: 100.0%; height: 100.0%;">strfry.shock.network:443</div>`)[0];
|
|
popup_7edc7d815d8766283d33fa51f3b34525.setContent(html_fed614ea53fd678f2508fbc27e5492dc);
|
|
|
|
|
|
|
|
marker_564d9954b315c933760da61bd453a9ac.bindPopup(popup_7edc7d815d8766283d33fa51f3b34525)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_564d9954b315c933760da61bd453a9ac.setIcon(icon_8cb40b52b9b38ac20f756c01da2855ed);
|
|
|
|
|
|
var marker_5752d44ebb3d79ecddbc272d40a2b3e6 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_6751ef07fd2065a339468b706a1f07f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b5642445ef88631744351ec24c7a5fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_078e2f6607dc664ea3dcbeb9f843e234 = $(`<div id="html_078e2f6607dc664ea3dcbeb9f843e234" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev:443</div>`)[0];
|
|
popup_7b5642445ef88631744351ec24c7a5fb.setContent(html_078e2f6607dc664ea3dcbeb9f843e234);
|
|
|
|
|
|
|
|
marker_5752d44ebb3d79ecddbc272d40a2b3e6.bindPopup(popup_7b5642445ef88631744351ec24c7a5fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5752d44ebb3d79ecddbc272d40a2b3e6.setIcon(icon_6751ef07fd2065a339468b706a1f07f6);
|
|
|
|
|
|
var marker_4581df54ca960e9f864474d9339d172a = L.marker(
|
|
[46.8499, 9.53287],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_0ec2deaea784b1e01f1881cd660f07d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04cc99f32cdf8da43939d130bc88d031 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab73810b97c54a0688e2f0e7f74134e0 = $(`<div id="html_ab73810b97c54a0688e2f0e7f74134e0" style="width: 100.0%; height: 100.0%;">nostr.unkn0wn.world</div>`)[0];
|
|
popup_04cc99f32cdf8da43939d130bc88d031.setContent(html_ab73810b97c54a0688e2f0e7f74134e0);
|
|
|
|
|
|
|
|
marker_4581df54ca960e9f864474d9339d172a.bindPopup(popup_04cc99f32cdf8da43939d130bc88d031)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4581df54ca960e9f864474d9339d172a.setIcon(icon_0ec2deaea784b1e01f1881cd660f07d4);
|
|
|
|
|
|
var marker_9cad12e040209c1b411eb6cdf3567d24 = L.marker(
|
|
[47.6735, -116.781],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_f0b9a89a971688517a912e5935400d9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d5615be77593affef658b1e951a6a67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c9a093ea432a832df48f0f3ba27b5b0 = $(`<div id="html_0c9a093ea432a832df48f0f3ba27b5b0" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_2d5615be77593affef658b1e951a6a67.setContent(html_0c9a093ea432a832df48f0f3ba27b5b0);
|
|
|
|
|
|
|
|
marker_9cad12e040209c1b411eb6cdf3567d24.bindPopup(popup_2d5615be77593affef658b1e951a6a67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9cad12e040209c1b411eb6cdf3567d24.setIcon(icon_f0b9a89a971688517a912e5935400d9c);
|
|
|
|
|
|
var marker_34ce5aff5c3f18bb83fdb6f904ab657d = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_f25e18a7e0782dd4f447dbd50c6f617f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35b9ba9bcb1b4c3ec13297cc8ca94183 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89a541a395238bbe9d93aa541493dfd9 = $(`<div id="html_89a541a395238bbe9d93aa541493dfd9" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_35b9ba9bcb1b4c3ec13297cc8ca94183.setContent(html_89a541a395238bbe9d93aa541493dfd9);
|
|
|
|
|
|
|
|
marker_34ce5aff5c3f18bb83fdb6f904ab657d.bindPopup(popup_35b9ba9bcb1b4c3ec13297cc8ca94183)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34ce5aff5c3f18bb83fdb6f904ab657d.setIcon(icon_f25e18a7e0782dd4f447dbd50c6f617f);
|
|
|
|
|
|
var marker_f3df6b2c2a778211769b5b7ffe4e9e5c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_391252055b001e5ab4ee0258b4d7f1fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62c4c04a00370239f3bc9c30028127ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61f74d29e777933a71d141d73b6fe9c0 = $(`<div id="html_61f74d29e777933a71d141d73b6fe9c0" style="width: 100.0%; height: 100.0%;">nos.lol:443</div>`)[0];
|
|
popup_62c4c04a00370239f3bc9c30028127ae.setContent(html_61f74d29e777933a71d141d73b6fe9c0);
|
|
|
|
|
|
|
|
marker_f3df6b2c2a778211769b5b7ffe4e9e5c.bindPopup(popup_62c4c04a00370239f3bc9c30028127ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3df6b2c2a778211769b5b7ffe4e9e5c.setIcon(icon_391252055b001e5ab4ee0258b4d7f1fd);
|
|
|
|
|
|
var marker_1c12a4afe707975eda2d6c200ddd3687 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_40907dca1da3acaac0d61f5c673d9de7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d5c9b2543bf5e76928080cfc24a8070 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7bc79706fc9d5be6d1388732c225d96 = $(`<div id="html_e7bc79706fc9d5be6d1388732c225d96" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_8d5c9b2543bf5e76928080cfc24a8070.setContent(html_e7bc79706fc9d5be6d1388732c225d96);
|
|
|
|
|
|
|
|
marker_1c12a4afe707975eda2d6c200ddd3687.bindPopup(popup_8d5c9b2543bf5e76928080cfc24a8070)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c12a4afe707975eda2d6c200ddd3687.setIcon(icon_40907dca1da3acaac0d61f5c673d9de7);
|
|
|
|
|
|
var marker_9dc643ec3de10e9c8f5c3ab3713a6ab4 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_4ba7f2ebb211565ca8e68e64c4fafe4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6e31d377beacfffb8196847d98d433a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3302e4071851bf7676b7301ac0b1206b = $(`<div id="html_3302e4071851bf7676b7301ac0b1206b" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_f6e31d377beacfffb8196847d98d433a.setContent(html_3302e4071851bf7676b7301ac0b1206b);
|
|
|
|
|
|
|
|
marker_9dc643ec3de10e9c8f5c3ab3713a6ab4.bindPopup(popup_f6e31d377beacfffb8196847d98d433a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9dc643ec3de10e9c8f5c3ab3713a6ab4.setIcon(icon_4ba7f2ebb211565ca8e68e64c4fafe4b);
|
|
|
|
|
|
var marker_6080079737de6022ef76248255ee3318 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_325befd95e5a41721d3342f949cc6f90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5ba5d56b8a534a6ba2c3729db82f59d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3bd8d663f8322bafdc5d165aee52f9e = $(`<div id="html_e3bd8d663f8322bafdc5d165aee52f9e" style="width: 100.0%; height: 100.0%;">nostr.debate.report</div>`)[0];
|
|
popup_e5ba5d56b8a534a6ba2c3729db82f59d.setContent(html_e3bd8d663f8322bafdc5d165aee52f9e);
|
|
|
|
|
|
|
|
marker_6080079737de6022ef76248255ee3318.bindPopup(popup_e5ba5d56b8a534a6ba2c3729db82f59d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6080079737de6022ef76248255ee3318.setIcon(icon_325befd95e5a41721d3342f949cc6f90);
|
|
|
|
|
|
var marker_74c8178814b7d5d8571380d9a2ff545f = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_3dbf76bf9efd3bc58138278a34131f63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5e449e896c06e1189216bb075770b0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65bc74c317316ab37be8a9f9453b7511 = $(`<div id="html_65bc74c317316ab37be8a9f9453b7511" style="width: 100.0%; height: 100.0%;">relay.veganostr.com</div>`)[0];
|
|
popup_c5e449e896c06e1189216bb075770b0e.setContent(html_65bc74c317316ab37be8a9f9453b7511);
|
|
|
|
|
|
|
|
marker_74c8178814b7d5d8571380d9a2ff545f.bindPopup(popup_c5e449e896c06e1189216bb075770b0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74c8178814b7d5d8571380d9a2ff545f.setIcon(icon_3dbf76bf9efd3bc58138278a34131f63);
|
|
|
|
|
|
var marker_20e19f1eabb2c34bf540d855a2b47350 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_2991a3b860880a875ce5ac543d18ddbe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae972564b6e549db9c3c830f4315745a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70bbbf65fad8d787387454a9b4184e7d = $(`<div id="html_70bbbf65fad8d787387454a9b4184e7d" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com:443</div>`)[0];
|
|
popup_ae972564b6e549db9c3c830f4315745a.setContent(html_70bbbf65fad8d787387454a9b4184e7d);
|
|
|
|
|
|
|
|
marker_20e19f1eabb2c34bf540d855a2b47350.bindPopup(popup_ae972564b6e549db9c3c830f4315745a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20e19f1eabb2c34bf540d855a2b47350.setIcon(icon_2991a3b860880a875ce5ac543d18ddbe);
|
|
|
|
|
|
var marker_b68fc2bb745325f3a57999f24be64ee6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_62b036bd172f52579b874fe73cc41ade = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85a82dd56f03ed31d29cf7bc6de24439 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa3f66f83f911e20f116d4b81b24862c = $(`<div id="html_aa3f66f83f911e20f116d4b81b24862c" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_85a82dd56f03ed31d29cf7bc6de24439.setContent(html_aa3f66f83f911e20f116d4b81b24862c);
|
|
|
|
|
|
|
|
marker_b68fc2bb745325f3a57999f24be64ee6.bindPopup(popup_85a82dd56f03ed31d29cf7bc6de24439)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b68fc2bb745325f3a57999f24be64ee6.setIcon(icon_62b036bd172f52579b874fe73cc41ade);
|
|
|
|
|
|
var marker_d7ef4261b71eb13d7acf1e80639c2f3f = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_9bb6927ff56d127de59c553b7d895ee7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb815c933b50db40947a53fbe546b15d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5507a5bb3f2a6b33f21fc1d010736d1f = $(`<div id="html_5507a5bb3f2a6b33f21fc1d010736d1f" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_bb815c933b50db40947a53fbe546b15d.setContent(html_5507a5bb3f2a6b33f21fc1d010736d1f);
|
|
|
|
|
|
|
|
marker_d7ef4261b71eb13d7acf1e80639c2f3f.bindPopup(popup_bb815c933b50db40947a53fbe546b15d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7ef4261b71eb13d7acf1e80639c2f3f.setIcon(icon_9bb6927ff56d127de59c553b7d895ee7);
|
|
|
|
|
|
var marker_4ad3fe01a3edc62c8cec19c04e93fd5c = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_f51858c816692b1317660ee8a6a90cd6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b570caad63cd6798f54dec5604be6ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5909abe879d9a61488d0b8ce019b8686 = $(`<div id="html_5909abe879d9a61488d0b8ce019b8686" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org:443</div>`)[0];
|
|
popup_6b570caad63cd6798f54dec5604be6ab.setContent(html_5909abe879d9a61488d0b8ce019b8686);
|
|
|
|
|
|
|
|
marker_4ad3fe01a3edc62c8cec19c04e93fd5c.bindPopup(popup_6b570caad63cd6798f54dec5604be6ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ad3fe01a3edc62c8cec19c04e93fd5c.setIcon(icon_f51858c816692b1317660ee8a6a90cd6);
|
|
|
|
|
|
var marker_da71282f3e689bccb8098d891df118b4 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_4ef3e4596e5a20269acec553d21c561c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7ef11bd62a6d8725851471d646ccac6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83436600e954d4861fd78a9f3893c81f = $(`<div id="html_83436600e954d4861fd78a9f3893c81f" style="width: 100.0%; height: 100.0%;">relay.nostu.be:443</div>`)[0];
|
|
popup_f7ef11bd62a6d8725851471d646ccac6.setContent(html_83436600e954d4861fd78a9f3893c81f);
|
|
|
|
|
|
|
|
marker_da71282f3e689bccb8098d891df118b4.bindPopup(popup_f7ef11bd62a6d8725851471d646ccac6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da71282f3e689bccb8098d891df118b4.setIcon(icon_4ef3e4596e5a20269acec553d21c561c);
|
|
|
|
|
|
var marker_4937628c95b8360bd2f145ab57c291bc = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_7096438c429dc0f87c77b28096c3cf2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d72d916a9147e2cc69fd1a176ac8f320 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9da7ec1885e69f0d0b2969920ca0c71c = $(`<div id="html_9da7ec1885e69f0d0b2969920ca0c71c" style="width: 100.0%; height: 100.0%;">nostr.infero.net</div>`)[0];
|
|
popup_d72d916a9147e2cc69fd1a176ac8f320.setContent(html_9da7ec1885e69f0d0b2969920ca0c71c);
|
|
|
|
|
|
|
|
marker_4937628c95b8360bd2f145ab57c291bc.bindPopup(popup_d72d916a9147e2cc69fd1a176ac8f320)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4937628c95b8360bd2f145ab57c291bc.setIcon(icon_7096438c429dc0f87c77b28096c3cf2d);
|
|
|
|
|
|
var marker_dd579289322caec8168dbf5ff978a243 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_29e0d74e825129945ed8e99c104a7e8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95fd83231c7e996fb14beee04d0e9313 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46c1b1060e02ab306aeeb66a6c2a4537 = $(`<div id="html_46c1b1060e02ab306aeeb66a6c2a4537" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_95fd83231c7e996fb14beee04d0e9313.setContent(html_46c1b1060e02ab306aeeb66a6c2a4537);
|
|
|
|
|
|
|
|
marker_dd579289322caec8168dbf5ff978a243.bindPopup(popup_95fd83231c7e996fb14beee04d0e9313)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd579289322caec8168dbf5ff978a243.setIcon(icon_29e0d74e825129945ed8e99c104a7e8f);
|
|
|
|
|
|
var marker_989474b2c0c19df465dcf239fcdff811 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_43312c2054ee7e3eba18bcd3f6b4e22f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4e682b781bb4986bad86d61476ee058 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a80f3e1193ee56954b9d551fffe6d4bf = $(`<div id="html_a80f3e1193ee56954b9d551fffe6d4bf" style="width: 100.0%; height: 100.0%;">relay.angor.io:443</div>`)[0];
|
|
popup_d4e682b781bb4986bad86d61476ee058.setContent(html_a80f3e1193ee56954b9d551fffe6d4bf);
|
|
|
|
|
|
|
|
marker_989474b2c0c19df465dcf239fcdff811.bindPopup(popup_d4e682b781bb4986bad86d61476ee058)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_989474b2c0c19df465dcf239fcdff811.setIcon(icon_43312c2054ee7e3eba18bcd3f6b4e22f);
|
|
|
|
|
|
var marker_75222853ce0f3a35bfef76d032b117e0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_6f27d1145f247a1d410ff1df24e61801 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c998a763442f4ec49e0699f5bc9e8bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_915dd36ce284def91a4f8b3ef6b810aa = $(`<div id="html_915dd36ce284def91a4f8b3ef6b810aa" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_2c998a763442f4ec49e0699f5bc9e8bf.setContent(html_915dd36ce284def91a4f8b3ef6b810aa);
|
|
|
|
|
|
|
|
marker_75222853ce0f3a35bfef76d032b117e0.bindPopup(popup_2c998a763442f4ec49e0699f5bc9e8bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75222853ce0f3a35bfef76d032b117e0.setIcon(icon_6f27d1145f247a1d410ff1df24e61801);
|
|
|
|
|
|
var marker_315286c12c052bd64ee69895c8256cd9 = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_84b9f8dd7034b9ccb97e9185b2ac3730 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85abb7eb4689b20c2f461f861a7682b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9a0a8fcc62a3ae7dc47fc6f06e1d2c6 = $(`<div id="html_e9a0a8fcc62a3ae7dc47fc6f06e1d2c6" style="width: 100.0%; height: 100.0%;">aeon.libretechsystems.xyz</div>`)[0];
|
|
popup_85abb7eb4689b20c2f461f861a7682b2.setContent(html_e9a0a8fcc62a3ae7dc47fc6f06e1d2c6);
|
|
|
|
|
|
|
|
marker_315286c12c052bd64ee69895c8256cd9.bindPopup(popup_85abb7eb4689b20c2f461f861a7682b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_315286c12c052bd64ee69895c8256cd9.setIcon(icon_84b9f8dd7034b9ccb97e9185b2ac3730);
|
|
|
|
|
|
var marker_6bbc5ce7d94e14a9bc14a13d279684ea = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_31bb3d4b3047fafee93f4d6ab6505b26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3b56c4fc2b48328fac01453c688e3f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c431dbc4074fa0277ba8650f1cddd81 = $(`<div id="html_0c431dbc4074fa0277ba8650f1cddd81" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com:443</div>`)[0];
|
|
popup_f3b56c4fc2b48328fac01453c688e3f4.setContent(html_0c431dbc4074fa0277ba8650f1cddd81);
|
|
|
|
|
|
|
|
marker_6bbc5ce7d94e14a9bc14a13d279684ea.bindPopup(popup_f3b56c4fc2b48328fac01453c688e3f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6bbc5ce7d94e14a9bc14a13d279684ea.setIcon(icon_31bb3d4b3047fafee93f4d6ab6505b26);
|
|
|
|
|
|
var marker_5ba940b21e7f63e95e1e3de834794a0b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_b94e78a26209c0df241f47396b20359e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8176cd63d8f49baea27df4aea5285b28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0979d49eed9562a45c3e431a01ec98dc = $(`<div id="html_0979d49eed9562a45c3e431a01ec98dc" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st:443</div>`)[0];
|
|
popup_8176cd63d8f49baea27df4aea5285b28.setContent(html_0979d49eed9562a45c3e431a01ec98dc);
|
|
|
|
|
|
|
|
marker_5ba940b21e7f63e95e1e3de834794a0b.bindPopup(popup_8176cd63d8f49baea27df4aea5285b28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ba940b21e7f63e95e1e3de834794a0b.setIcon(icon_b94e78a26209c0df241f47396b20359e);
|
|
|
|
|
|
var marker_f824a2129d5c9e0b546c93af82ddb599 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_f01499670ac5604cf4a9c76968b4fa3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9abf92a5b1bd42c50411cd7027d6d21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffa9442237d9dc123496d8f0b2920888 = $(`<div id="html_ffa9442237d9dc123496d8f0b2920888" style="width: 100.0%; height: 100.0%;">nostr.girino.org:443</div>`)[0];
|
|
popup_e9abf92a5b1bd42c50411cd7027d6d21.setContent(html_ffa9442237d9dc123496d8f0b2920888);
|
|
|
|
|
|
|
|
marker_f824a2129d5c9e0b546c93af82ddb599.bindPopup(popup_e9abf92a5b1bd42c50411cd7027d6d21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f824a2129d5c9e0b546c93af82ddb599.setIcon(icon_f01499670ac5604cf4a9c76968b4fa3d);
|
|
|
|
|
|
var marker_7ae8e92e5b0ccf85cdbec20de5e9eea8 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_8cf914cf2430ba7a98b731401462b75b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66a05f12310361383868b7970e05b285 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75f190dc0b4c314a514ef5ffaa1cf8af = $(`<div id="html_75f190dc0b4c314a514ef5ffaa1cf8af" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_66a05f12310361383868b7970e05b285.setContent(html_75f190dc0b4c314a514ef5ffaa1cf8af);
|
|
|
|
|
|
|
|
marker_7ae8e92e5b0ccf85cdbec20de5e9eea8.bindPopup(popup_66a05f12310361383868b7970e05b285)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ae8e92e5b0ccf85cdbec20de5e9eea8.setIcon(icon_8cf914cf2430ba7a98b731401462b75b);
|
|
|
|
|
|
var marker_870218bf49251182e76aa08898f979a0 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_6ce7bb83d8463e096afd98f77a29be02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23a869e062b138c51ffb870b0c53bb37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33f9b73f79f4bc670925ec41600a7593 = $(`<div id="html_33f9b73f79f4bc670925ec41600a7593" style="width: 100.0%; height: 100.0%;">nostr.chaima.info:443</div>`)[0];
|
|
popup_23a869e062b138c51ffb870b0c53bb37.setContent(html_33f9b73f79f4bc670925ec41600a7593);
|
|
|
|
|
|
|
|
marker_870218bf49251182e76aa08898f979a0.bindPopup(popup_23a869e062b138c51ffb870b0c53bb37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_870218bf49251182e76aa08898f979a0.setIcon(icon_6ce7bb83d8463e096afd98f77a29be02);
|
|
|
|
|
|
var marker_429ccd563241ccc49741b23159dffc76 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_201bef14add5cb965d02b64d89998507 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63a46dfdf07a18207fb47e51994a787a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2aa990faba2418715a5e3f690007ee1 = $(`<div id="html_a2aa990faba2418715a5e3f690007ee1" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz:443</div>`)[0];
|
|
popup_63a46dfdf07a18207fb47e51994a787a.setContent(html_a2aa990faba2418715a5e3f690007ee1);
|
|
|
|
|
|
|
|
marker_429ccd563241ccc49741b23159dffc76.bindPopup(popup_63a46dfdf07a18207fb47e51994a787a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_429ccd563241ccc49741b23159dffc76.setIcon(icon_201bef14add5cb965d02b64d89998507);
|
|
|
|
|
|
var marker_111461fbe61bfb3b1189a6bcde186b55 = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_5468ff6229bd5859c87f678d6760cf03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_441bf79bfa7862c1536ee8b88ed83024 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a426594d793c937771e9b4289b0c3353 = $(`<div id="html_a426594d793c937771e9b4289b0c3353" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_441bf79bfa7862c1536ee8b88ed83024.setContent(html_a426594d793c937771e9b4289b0c3353);
|
|
|
|
|
|
|
|
marker_111461fbe61bfb3b1189a6bcde186b55.bindPopup(popup_441bf79bfa7862c1536ee8b88ed83024)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_111461fbe61bfb3b1189a6bcde186b55.setIcon(icon_5468ff6229bd5859c87f678d6760cf03);
|
|
|
|
|
|
var marker_20e99557135b01fd6027ebf0c725e951 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_a47efb2790c5edd92d7811ca180f05d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1dfadeb596c66d40114fb45694e404a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb59b0c5a29eec77ff56c1a7c2e826d0 = $(`<div id="html_bb59b0c5a29eec77ff56c1a7c2e826d0" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_c1dfadeb596c66d40114fb45694e404a.setContent(html_bb59b0c5a29eec77ff56c1a7c2e826d0);
|
|
|
|
|
|
|
|
marker_20e99557135b01fd6027ebf0c725e951.bindPopup(popup_c1dfadeb596c66d40114fb45694e404a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20e99557135b01fd6027ebf0c725e951.setIcon(icon_a47efb2790c5edd92d7811ca180f05d8);
|
|
|
|
|
|
var marker_0128f5b0d01d26018bee47568b1fc67c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_70ec7a43f5e07487dcbd89d4170a2520 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eac62e6d217e855c24a69cc1e45e0513 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a13e653acecb743e2526de51d97da221 = $(`<div id="html_a13e653acecb743e2526de51d97da221" style="width: 100.0%; height: 100.0%;">relay.libernet.app:443</div>`)[0];
|
|
popup_eac62e6d217e855c24a69cc1e45e0513.setContent(html_a13e653acecb743e2526de51d97da221);
|
|
|
|
|
|
|
|
marker_0128f5b0d01d26018bee47568b1fc67c.bindPopup(popup_eac62e6d217e855c24a69cc1e45e0513)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0128f5b0d01d26018bee47568b1fc67c.setIcon(icon_70ec7a43f5e07487dcbd89d4170a2520);
|
|
|
|
|
|
var marker_facbd0c948d89c2647e52812b999af6c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_1bfcf0a912002e7acb27124d6c481d12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_625783f3fa11d9945717463fece8f45f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffd5812a780c201cf2abf84b113acf76 = $(`<div id="html_ffd5812a780c201cf2abf84b113acf76" style="width: 100.0%; height: 100.0%;">relay.underorion.se</div>`)[0];
|
|
popup_625783f3fa11d9945717463fece8f45f.setContent(html_ffd5812a780c201cf2abf84b113acf76);
|
|
|
|
|
|
|
|
marker_facbd0c948d89c2647e52812b999af6c.bindPopup(popup_625783f3fa11d9945717463fece8f45f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_facbd0c948d89c2647e52812b999af6c.setIcon(icon_1bfcf0a912002e7acb27124d6c481d12);
|
|
|
|
|
|
var marker_4e805e5a65437e7b0f58991a4b442980 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_ed8b46a022510f1c5cf484da8fb90bc9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c2814c2bca911cb3e63c5ad27c095cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abea230dcebd988ec8e67bdac2b76332 = $(`<div id="html_abea230dcebd988ec8e67bdac2b76332" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_5c2814c2bca911cb3e63c5ad27c095cf.setContent(html_abea230dcebd988ec8e67bdac2b76332);
|
|
|
|
|
|
|
|
marker_4e805e5a65437e7b0f58991a4b442980.bindPopup(popup_5c2814c2bca911cb3e63c5ad27c095cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e805e5a65437e7b0f58991a4b442980.setIcon(icon_ed8b46a022510f1c5cf484da8fb90bc9);
|
|
|
|
|
|
var marker_93a2314e90c2689803f8011b7213919c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_0b09a5b62c2f2a9d0cde84558ce32530 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ac4223de5c90ba0e76ab3c369ae1d0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bb6b2eaab63eb6d72141e3cebb6263a = $(`<div id="html_8bb6b2eaab63eb6d72141e3cebb6263a" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_0ac4223de5c90ba0e76ab3c369ae1d0e.setContent(html_8bb6b2eaab63eb6d72141e3cebb6263a);
|
|
|
|
|
|
|
|
marker_93a2314e90c2689803f8011b7213919c.bindPopup(popup_0ac4223de5c90ba0e76ab3c369ae1d0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93a2314e90c2689803f8011b7213919c.setIcon(icon_0b09a5b62c2f2a9d0cde84558ce32530);
|
|
|
|
|
|
var marker_98fcdda6aafda6a64befc3f475a49ae0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_8a5e29664455240f13c9def743f038e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bde2d1d1ec775b325a1e39bbd8cf22e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0b48b76d4a5d91965ed361469c03ba3 = $(`<div id="html_b0b48b76d4a5d91965ed361469c03ba3" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_bde2d1d1ec775b325a1e39bbd8cf22e4.setContent(html_b0b48b76d4a5d91965ed361469c03ba3);
|
|
|
|
|
|
|
|
marker_98fcdda6aafda6a64befc3f475a49ae0.bindPopup(popup_bde2d1d1ec775b325a1e39bbd8cf22e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98fcdda6aafda6a64befc3f475a49ae0.setIcon(icon_8a5e29664455240f13c9def743f038e2);
|
|
|
|
|
|
var marker_7bbfc5924ee15c674d4cbef02cedec43 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_8ba6bdf9b2207f63a86ff396759e57bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10d6557dab9604c6130ec70eb0f0fa06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e48c6658cc270200e05a257e9d5eee8c = $(`<div id="html_e48c6658cc270200e05a257e9d5eee8c" style="width: 100.0%; height: 100.0%;">nostr.hekster.org:443</div>`)[0];
|
|
popup_10d6557dab9604c6130ec70eb0f0fa06.setContent(html_e48c6658cc270200e05a257e9d5eee8c);
|
|
|
|
|
|
|
|
marker_7bbfc5924ee15c674d4cbef02cedec43.bindPopup(popup_10d6557dab9604c6130ec70eb0f0fa06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7bbfc5924ee15c674d4cbef02cedec43.setIcon(icon_8ba6bdf9b2207f63a86ff396759e57bf);
|
|
|
|
|
|
var marker_090f88f1f43cd553049a14f6af49dc8b = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_ba2a8e1e04db6bbfa68ed1f6b14721bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ba0a7d842a818f43975c3cb9a1bc91f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82271b0828791adf39ff6f2229a1dae0 = $(`<div id="html_82271b0828791adf39ff6f2229a1dae0" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_2ba0a7d842a818f43975c3cb9a1bc91f.setContent(html_82271b0828791adf39ff6f2229a1dae0);
|
|
|
|
|
|
|
|
marker_090f88f1f43cd553049a14f6af49dc8b.bindPopup(popup_2ba0a7d842a818f43975c3cb9a1bc91f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_090f88f1f43cd553049a14f6af49dc8b.setIcon(icon_ba2a8e1e04db6bbfa68ed1f6b14721bc);
|
|
|
|
|
|
var marker_b32bd8a520c78b39ac62ce81c7841aab = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_3ee10f9c1ff3fedff725c927383898bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e713436483358fba6506a3baa591ea1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f8f34aa3dc0a3e094fe383e9a6cc261 = $(`<div id="html_8f8f34aa3dc0a3e094fe383e9a6cc261" style="width: 100.0%; height: 100.0%;">relay.nostr.blockhenge.com</div>`)[0];
|
|
popup_e713436483358fba6506a3baa591ea1d.setContent(html_8f8f34aa3dc0a3e094fe383e9a6cc261);
|
|
|
|
|
|
|
|
marker_b32bd8a520c78b39ac62ce81c7841aab.bindPopup(popup_e713436483358fba6506a3baa591ea1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b32bd8a520c78b39ac62ce81c7841aab.setIcon(icon_3ee10f9c1ff3fedff725c927383898bb);
|
|
|
|
|
|
var marker_25ec74aedfeb19340abb7e761d2e30b2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_160475e3c8781e2a2f34e85491f91d6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d1bd6a0a410b2dd0b0a239248dbd5ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84f6a289b431b47ee82c9c1115cc5630 = $(`<div id="html_84f6a289b431b47ee82c9c1115cc5630" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_2d1bd6a0a410b2dd0b0a239248dbd5ec.setContent(html_84f6a289b431b47ee82c9c1115cc5630);
|
|
|
|
|
|
|
|
marker_25ec74aedfeb19340abb7e761d2e30b2.bindPopup(popup_2d1bd6a0a410b2dd0b0a239248dbd5ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25ec74aedfeb19340abb7e761d2e30b2.setIcon(icon_160475e3c8781e2a2f34e85491f91d6d);
|
|
|
|
|
|
var marker_d08a03950d09d74c5a2c9700ee521f13 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_abf707d44c8685205495761b8cc58093 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bc7f74cf72b8fb3107ca87b29ddf3f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5043db08b7e3f0d627498b66e8f8b2cc = $(`<div id="html_5043db08b7e3f0d627498b66e8f8b2cc" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_0bc7f74cf72b8fb3107ca87b29ddf3f8.setContent(html_5043db08b7e3f0d627498b66e8f8b2cc);
|
|
|
|
|
|
|
|
marker_d08a03950d09d74c5a2c9700ee521f13.bindPopup(popup_0bc7f74cf72b8fb3107ca87b29ddf3f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d08a03950d09d74c5a2c9700ee521f13.setIcon(icon_abf707d44c8685205495761b8cc58093);
|
|
|
|
|
|
var marker_e22f59d72ae441bd7758fd14261fecd1 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_f6bb3c1adaa6a9c86bd0cf6029499318 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_603eb75a3c35494c201a907d034c8cb6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf0726f2c0b357269061fb46b5973753 = $(`<div id="html_cf0726f2c0b357269061fb46b5973753" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_603eb75a3c35494c201a907d034c8cb6.setContent(html_cf0726f2c0b357269061fb46b5973753);
|
|
|
|
|
|
|
|
marker_e22f59d72ae441bd7758fd14261fecd1.bindPopup(popup_603eb75a3c35494c201a907d034c8cb6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e22f59d72ae441bd7758fd14261fecd1.setIcon(icon_f6bb3c1adaa6a9c86bd0cf6029499318);
|
|
|
|
|
|
var marker_b4436621626808d5b267588acb60db31 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_9a55f45790af68d3a7827189d438cef1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c753c1d9865e51d50b8548c8603c801 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb8bed10cd765d5da2f912bf2b05eb7b = $(`<div id="html_cb8bed10cd765d5da2f912bf2b05eb7b" style="width: 100.0%; height: 100.0%;">nostr.quali.chat:443</div>`)[0];
|
|
popup_0c753c1d9865e51d50b8548c8603c801.setContent(html_cb8bed10cd765d5da2f912bf2b05eb7b);
|
|
|
|
|
|
|
|
marker_b4436621626808d5b267588acb60db31.bindPopup(popup_0c753c1d9865e51d50b8548c8603c801)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4436621626808d5b267588acb60db31.setIcon(icon_9a55f45790af68d3a7827189d438cef1);
|
|
|
|
|
|
var marker_db99d6cd72ac2e781b2fe2bc6ab57544 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_7749810918e5b43ec328934322b7d4a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a542e7771c36372cbde3a647a64ea15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af359e5729483e8d1ad59e7f6763d124 = $(`<div id="html_af359e5729483e8d1ad59e7f6763d124" style="width: 100.0%; height: 100.0%;">relay.fountain.fm:443</div>`)[0];
|
|
popup_9a542e7771c36372cbde3a647a64ea15.setContent(html_af359e5729483e8d1ad59e7f6763d124);
|
|
|
|
|
|
|
|
marker_db99d6cd72ac2e781b2fe2bc6ab57544.bindPopup(popup_9a542e7771c36372cbde3a647a64ea15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db99d6cd72ac2e781b2fe2bc6ab57544.setIcon(icon_7749810918e5b43ec328934322b7d4a4);
|
|
|
|
|
|
var marker_df6bff8df83d612877d13942f715c99b = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_ef1a5bfd227110dd523ec4feb2779e0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9420087e4a508d6a58a3600ae5208f57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95f4a14f591ed88d6c3ee22be0561e3e = $(`<div id="html_95f4a14f591ed88d6c3ee22be0561e3e" style="width: 100.0%; height: 100.0%;">relay.wavlake.com:443</div>`)[0];
|
|
popup_9420087e4a508d6a58a3600ae5208f57.setContent(html_95f4a14f591ed88d6c3ee22be0561e3e);
|
|
|
|
|
|
|
|
marker_df6bff8df83d612877d13942f715c99b.bindPopup(popup_9420087e4a508d6a58a3600ae5208f57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df6bff8df83d612877d13942f715c99b.setIcon(icon_ef1a5bfd227110dd523ec4feb2779e0c);
|
|
|
|
|
|
var marker_820343677d11a93badfed6c33a0b7566 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_fe9a19e499584b7ff6a0784f953625cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c501b97e8400fc86391384151ff00c48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5830b59aedd51b7776931ab50547479 = $(`<div id="html_f5830b59aedd51b7776931ab50547479" style="width: 100.0%; height: 100.0%;">relay.nearhood.co.uk</div>`)[0];
|
|
popup_c501b97e8400fc86391384151ff00c48.setContent(html_f5830b59aedd51b7776931ab50547479);
|
|
|
|
|
|
|
|
marker_820343677d11a93badfed6c33a0b7566.bindPopup(popup_c501b97e8400fc86391384151ff00c48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_820343677d11a93badfed6c33a0b7566.setIcon(icon_fe9a19e499584b7ff6a0784f953625cc);
|
|
|
|
|
|
var marker_5b6cfdcdf3c086463a03b660ca2c2a27 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_796bcef01abacfd428208ba0c3cc4f49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5413f98b84a410e33b4b244dd59da1ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3b087d7949ba1c5f3d447aacc0ac9c1 = $(`<div id="html_c3b087d7949ba1c5f3d447aacc0ac9c1" style="width: 100.0%; height: 100.0%;">relay.mostr.pub:443</div>`)[0];
|
|
popup_5413f98b84a410e33b4b244dd59da1ef.setContent(html_c3b087d7949ba1c5f3d447aacc0ac9c1);
|
|
|
|
|
|
|
|
marker_5b6cfdcdf3c086463a03b660ca2c2a27.bindPopup(popup_5413f98b84a410e33b4b244dd59da1ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b6cfdcdf3c086463a03b660ca2c2a27.setIcon(icon_796bcef01abacfd428208ba0c3cc4f49);
|
|
|
|
|
|
var marker_8c172d8e711713f5cc0b668b9aefa970 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_46522105e081bf8184c1bbdfae72053f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_922b2302264b9046fa1f28c6358f61e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d51c7f5f859b5cc291d26e1cf6e7141 = $(`<div id="html_3d51c7f5f859b5cc291d26e1cf6e7141" style="width: 100.0%; height: 100.0%;">nostr.mom:443</div>`)[0];
|
|
popup_922b2302264b9046fa1f28c6358f61e5.setContent(html_3d51c7f5f859b5cc291d26e1cf6e7141);
|
|
|
|
|
|
|
|
marker_8c172d8e711713f5cc0b668b9aefa970.bindPopup(popup_922b2302264b9046fa1f28c6358f61e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c172d8e711713f5cc0b668b9aefa970.setIcon(icon_46522105e081bf8184c1bbdfae72053f);
|
|
|
|
|
|
var marker_75412a2ac02db3017482dca02862aec7 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_cb54dae4cb346504ab14dbc9f61f0a28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbf532e3ad87260abb7eb9db57acbfba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_929790c64e50371deda181c82b573c18 = $(`<div id="html_929790c64e50371deda181c82b573c18" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_fbf532e3ad87260abb7eb9db57acbfba.setContent(html_929790c64e50371deda181c82b573c18);
|
|
|
|
|
|
|
|
marker_75412a2ac02db3017482dca02862aec7.bindPopup(popup_fbf532e3ad87260abb7eb9db57acbfba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75412a2ac02db3017482dca02862aec7.setIcon(icon_cb54dae4cb346504ab14dbc9f61f0a28);
|
|
|
|
|
|
var marker_2ac67348482e647103b04a567bc527bd = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_ed686c0dca1afe6689025f6fbb06e012 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03cd4e27d0c5116781af1ea50b3d4d5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21e6e0dd7d0835aff8f48862304063b9 = $(`<div id="html_21e6e0dd7d0835aff8f48862304063b9" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name:443</div>`)[0];
|
|
popup_03cd4e27d0c5116781af1ea50b3d4d5e.setContent(html_21e6e0dd7d0835aff8f48862304063b9);
|
|
|
|
|
|
|
|
marker_2ac67348482e647103b04a567bc527bd.bindPopup(popup_03cd4e27d0c5116781af1ea50b3d4d5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ac67348482e647103b04a567bc527bd.setIcon(icon_ed686c0dca1afe6689025f6fbb06e012);
|
|
|
|
|
|
var marker_b397382f3a9d8772c54a92ec8d70742b = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_f2b3f4104421decc1f21573018479ef6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a4eaeff0f70b92c9d82a1cc927e8d6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ec5aaa9704b7988b810d0d217024d8e = $(`<div id="html_0ec5aaa9704b7988b810d0d217024d8e" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_6a4eaeff0f70b92c9d82a1cc927e8d6a.setContent(html_0ec5aaa9704b7988b810d0d217024d8e);
|
|
|
|
|
|
|
|
marker_b397382f3a9d8772c54a92ec8d70742b.bindPopup(popup_6a4eaeff0f70b92c9d82a1cc927e8d6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b397382f3a9d8772c54a92ec8d70742b.setIcon(icon_f2b3f4104421decc1f21573018479ef6);
|
|
|
|
|
|
var marker_3311b22944b24bcc1352ac0f0f3370c6 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_40d8745cf0163df905c1a590d94cc5bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7cc812ea2344179f780a30460d9b3e26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e02ddf77ff2064512f088ff7e1e45da = $(`<div id="html_3e02ddf77ff2064512f088ff7e1e45da" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com:443</div>`)[0];
|
|
popup_7cc812ea2344179f780a30460d9b3e26.setContent(html_3e02ddf77ff2064512f088ff7e1e45da);
|
|
|
|
|
|
|
|
marker_3311b22944b24bcc1352ac0f0f3370c6.bindPopup(popup_7cc812ea2344179f780a30460d9b3e26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3311b22944b24bcc1352ac0f0f3370c6.setIcon(icon_40d8745cf0163df905c1a590d94cc5bc);
|
|
|
|
|
|
var marker_453ab9a83f312a5c3fd3a5d5305abaff = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_2e49e863187d39260ce27f59ef575c4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_374a436fd79ca7efac346299e03b7b6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ad325a627819dd0943378eb9c25936b = $(`<div id="html_0ad325a627819dd0943378eb9c25936b" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_374a436fd79ca7efac346299e03b7b6e.setContent(html_0ad325a627819dd0943378eb9c25936b);
|
|
|
|
|
|
|
|
marker_453ab9a83f312a5c3fd3a5d5305abaff.bindPopup(popup_374a436fd79ca7efac346299e03b7b6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_453ab9a83f312a5c3fd3a5d5305abaff.setIcon(icon_2e49e863187d39260ce27f59ef575c4f);
|
|
|
|
|
|
var marker_74a06abff43eda55ef1524485d61c05c = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_27e186ae1bd14576e5d3bbf46220b284 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96cec42b822ba9c0e42d87b3c2908562 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47d099911c879b9a7d7cc70bc6955367 = $(`<div id="html_47d099911c879b9a7d7cc70bc6955367" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_96cec42b822ba9c0e42d87b3c2908562.setContent(html_47d099911c879b9a7d7cc70bc6955367);
|
|
|
|
|
|
|
|
marker_74a06abff43eda55ef1524485d61c05c.bindPopup(popup_96cec42b822ba9c0e42d87b3c2908562)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74a06abff43eda55ef1524485d61c05c.setIcon(icon_27e186ae1bd14576e5d3bbf46220b284);
|
|
|
|
|
|
var marker_4d90964548db93b7a70eefdb6c8dfc32 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_26ae55a8043f4ee8b5440b3d10e4a49a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03393b0b0e2e03303d337933add4e24c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c146ce440f569ba7e095af0ff56b7a3 = $(`<div id="html_0c146ce440f569ba7e095af0ff56b7a3" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_03393b0b0e2e03303d337933add4e24c.setContent(html_0c146ce440f569ba7e095af0ff56b7a3);
|
|
|
|
|
|
|
|
marker_4d90964548db93b7a70eefdb6c8dfc32.bindPopup(popup_03393b0b0e2e03303d337933add4e24c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d90964548db93b7a70eefdb6c8dfc32.setIcon(icon_26ae55a8043f4ee8b5440b3d10e4a49a);
|
|
|
|
|
|
var marker_5c33cb70b8df74e7d6865bfe7fc04e59 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_e37c2dafeb9a975868904d3a1b0f4d17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f240dc0b3699a761222c34dc0b1a4ba0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56963f839d66044918be4e363d120902 = $(`<div id="html_56963f839d66044918be4e363d120902" style="width: 100.0%; height: 100.0%;">str-define-contributing-jackets.trycloudflare.com</div>`)[0];
|
|
popup_f240dc0b3699a761222c34dc0b1a4ba0.setContent(html_56963f839d66044918be4e363d120902);
|
|
|
|
|
|
|
|
marker_5c33cb70b8df74e7d6865bfe7fc04e59.bindPopup(popup_f240dc0b3699a761222c34dc0b1a4ba0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c33cb70b8df74e7d6865bfe7fc04e59.setIcon(icon_e37c2dafeb9a975868904d3a1b0f4d17);
|
|
|
|
|
|
var marker_e7cfd1825a53309514d47d9a707760ac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_74c931b3d9fa2d3ef67b01fa06f6b7c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80bcac4d7147a3458c954eca16b35600 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afdd0c78477a6239345c9e041bbe26fb = $(`<div id="html_afdd0c78477a6239345c9e041bbe26fb" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_80bcac4d7147a3458c954eca16b35600.setContent(html_afdd0c78477a6239345c9e041bbe26fb);
|
|
|
|
|
|
|
|
marker_e7cfd1825a53309514d47d9a707760ac.bindPopup(popup_80bcac4d7147a3458c954eca16b35600)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7cfd1825a53309514d47d9a707760ac.setIcon(icon_74c931b3d9fa2d3ef67b01fa06f6b7c1);
|
|
|
|
|
|
var marker_7a001525dce7546eed86c66d0f8fc818 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_721731764bb3386153531852cac43266 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b4fe96c541600301e4f74aed21ae8c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd8d134cae2a450c831d8c1920b11658 = $(`<div id="html_bd8d134cae2a450c831d8c1920b11658" style="width: 100.0%; height: 100.0%;">nostr.tac.lol:443</div>`)[0];
|
|
popup_4b4fe96c541600301e4f74aed21ae8c0.setContent(html_bd8d134cae2a450c831d8c1920b11658);
|
|
|
|
|
|
|
|
marker_7a001525dce7546eed86c66d0f8fc818.bindPopup(popup_4b4fe96c541600301e4f74aed21ae8c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a001525dce7546eed86c66d0f8fc818.setIcon(icon_721731764bb3386153531852cac43266);
|
|
|
|
|
|
var marker_4dd1ec0d5bfe267b7bebee4952209162 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_2b765858b01ed62909c3c6dbc5dd22a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bed3ade1cb363d0f3c308e5687928279 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a114134ef6458785ca50b97661ee0f6 = $(`<div id="html_3a114134ef6458785ca50b97661ee0f6" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_bed3ade1cb363d0f3c308e5687928279.setContent(html_3a114134ef6458785ca50b97661ee0f6);
|
|
|
|
|
|
|
|
marker_4dd1ec0d5bfe267b7bebee4952209162.bindPopup(popup_bed3ade1cb363d0f3c308e5687928279)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4dd1ec0d5bfe267b7bebee4952209162.setIcon(icon_2b765858b01ed62909c3c6dbc5dd22a0);
|
|
|
|
|
|
var marker_de4abf3a91b71029e82fd6fb3d034a8c = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_ec21ebe59ff16857dd4c4f664b2155e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1801f141fbc0aea6460c3fc72514ab55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee158f46e9e6d648085f000005271cd0 = $(`<div id="html_ee158f46e9e6d648085f000005271cd0" style="width: 100.0%; height: 100.0%;">relay.nostriot.com:443</div>`)[0];
|
|
popup_1801f141fbc0aea6460c3fc72514ab55.setContent(html_ee158f46e9e6d648085f000005271cd0);
|
|
|
|
|
|
|
|
marker_de4abf3a91b71029e82fd6fb3d034a8c.bindPopup(popup_1801f141fbc0aea6460c3fc72514ab55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de4abf3a91b71029e82fd6fb3d034a8c.setIcon(icon_ec21ebe59ff16857dd4c4f664b2155e1);
|
|
|
|
|
|
var marker_d33f1499eb5c49e53091775aa5c4ec40 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_bc253aee0f79dc0f1345db0bb9b78c2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_123808b06c7da595d09015dd4ad007ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1aec16faca64581f6bc8858f961b7752 = $(`<div id="html_1aec16faca64581f6bc8858f961b7752" style="width: 100.0%; height: 100.0%;">top.testrelay.top:443</div>`)[0];
|
|
popup_123808b06c7da595d09015dd4ad007ec.setContent(html_1aec16faca64581f6bc8858f961b7752);
|
|
|
|
|
|
|
|
marker_d33f1499eb5c49e53091775aa5c4ec40.bindPopup(popup_123808b06c7da595d09015dd4ad007ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d33f1499eb5c49e53091775aa5c4ec40.setIcon(icon_bc253aee0f79dc0f1345db0bb9b78c2e);
|
|
|
|
|
|
var marker_0e8794458c3203fe854c0955aa0d30f5 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_4c3f1dbbfdb8620e16176b98eadecad4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bee37df02a7bbbcec22bb27670820b52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1235b5d51ba065b4c44b63ee836c8065 = $(`<div id="html_1235b5d51ba065b4c44b63ee836c8065" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_bee37df02a7bbbcec22bb27670820b52.setContent(html_1235b5d51ba065b4c44b63ee836c8065);
|
|
|
|
|
|
|
|
marker_0e8794458c3203fe854c0955aa0d30f5.bindPopup(popup_bee37df02a7bbbcec22bb27670820b52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e8794458c3203fe854c0955aa0d30f5.setIcon(icon_4c3f1dbbfdb8620e16176b98eadecad4);
|
|
|
|
|
|
var marker_bd7090f825b87a55fd1372b13b21e0c6 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_6352d873b5ee3630aaca0e3f2fd26f80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b9abbc25db99f2d76e28f30e0229f71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdeb87fcb5c73a61185923c65ea04c47 = $(`<div id="html_bdeb87fcb5c73a61185923c65ea04c47" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_2b9abbc25db99f2d76e28f30e0229f71.setContent(html_bdeb87fcb5c73a61185923c65ea04c47);
|
|
|
|
|
|
|
|
marker_bd7090f825b87a55fd1372b13b21e0c6.bindPopup(popup_2b9abbc25db99f2d76e28f30e0229f71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd7090f825b87a55fd1372b13b21e0c6.setIcon(icon_6352d873b5ee3630aaca0e3f2fd26f80);
|
|
|
|
|
|
var marker_80127cdcd7c021d14d3d2c6278911ebf = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_1dfcb62126fbc10430cea019cd5bd181 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_725364889c834fadd042049c408fec32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe74bf16966c76f6724f8dadde88ac62 = $(`<div id="html_fe74bf16966c76f6724f8dadde88ac62" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_725364889c834fadd042049c408fec32.setContent(html_fe74bf16966c76f6724f8dadde88ac62);
|
|
|
|
|
|
|
|
marker_80127cdcd7c021d14d3d2c6278911ebf.bindPopup(popup_725364889c834fadd042049c408fec32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80127cdcd7c021d14d3d2c6278911ebf.setIcon(icon_1dfcb62126fbc10430cea019cd5bd181);
|
|
|
|
|
|
var marker_2181139f38dcd52344624cdf8f5047f2 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_84154eada3bc86dfbaa8d73792084014 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c7a8e52c34df0a155b377415925232c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7837632ca0ccc7bcbe98b1818422e57 = $(`<div id="html_b7837632ca0ccc7bcbe98b1818422e57" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_4c7a8e52c34df0a155b377415925232c.setContent(html_b7837632ca0ccc7bcbe98b1818422e57);
|
|
|
|
|
|
|
|
marker_2181139f38dcd52344624cdf8f5047f2.bindPopup(popup_4c7a8e52c34df0a155b377415925232c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2181139f38dcd52344624cdf8f5047f2.setIcon(icon_84154eada3bc86dfbaa8d73792084014);
|
|
|
|
|
|
var marker_fe5bc2fa8dff47305e35997d9d9c9507 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_317addd6820ff16ccb24df63c57c5da9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58b3713e2c32f6b41f3f68442cc98412 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9da1aee817fd4b71d40070b0e1770241 = $(`<div id="html_9da1aee817fd4b71d40070b0e1770241" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_58b3713e2c32f6b41f3f68442cc98412.setContent(html_9da1aee817fd4b71d40070b0e1770241);
|
|
|
|
|
|
|
|
marker_fe5bc2fa8dff47305e35997d9d9c9507.bindPopup(popup_58b3713e2c32f6b41f3f68442cc98412)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe5bc2fa8dff47305e35997d9d9c9507.setIcon(icon_317addd6820ff16ccb24df63c57c5da9);
|
|
|
|
|
|
var marker_b3c3b1f984b0eb49e006d73c049a25c0 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_11dc173ac90bc02dcf68d65495de5696 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5bbee9cfbb10638be0e2cd626755b99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_757b67fc627a35f9796c15a9be8fcbb2 = $(`<div id="html_757b67fc627a35f9796c15a9be8fcbb2" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_c5bbee9cfbb10638be0e2cd626755b99.setContent(html_757b67fc627a35f9796c15a9be8fcbb2);
|
|
|
|
|
|
|
|
marker_b3c3b1f984b0eb49e006d73c049a25c0.bindPopup(popup_c5bbee9cfbb10638be0e2cd626755b99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3c3b1f984b0eb49e006d73c049a25c0.setIcon(icon_11dc173ac90bc02dcf68d65495de5696);
|
|
|
|
|
|
var marker_acf465fd3b04cbdeda1b48b90e367822 = L.marker(
|
|
[13.966, 101.513],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_19184e732a6ee5956a42b8cc85503cf6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9950f65a75c86e9519fa92c7005827d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e615381230f8743ae58f500aefd43d22 = $(`<div id="html_e615381230f8743ae58f500aefd43d22" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_9950f65a75c86e9519fa92c7005827d3.setContent(html_e615381230f8743ae58f500aefd43d22);
|
|
|
|
|
|
|
|
marker_acf465fd3b04cbdeda1b48b90e367822.bindPopup(popup_9950f65a75c86e9519fa92c7005827d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_acf465fd3b04cbdeda1b48b90e367822.setIcon(icon_19184e732a6ee5956a42b8cc85503cf6);
|
|
|
|
|
|
var marker_a078505b2ef057e302eb2abf3985d691 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_57e23b7b661d23d7ca17db6632f8cec4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd035e9f9b4c265b51373c423d06129a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01068e67905afd72656d0bb289479b91 = $(`<div id="html_01068e67905afd72656d0bb289479b91" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net:443</div>`)[0];
|
|
popup_bd035e9f9b4c265b51373c423d06129a.setContent(html_01068e67905afd72656d0bb289479b91);
|
|
|
|
|
|
|
|
marker_a078505b2ef057e302eb2abf3985d691.bindPopup(popup_bd035e9f9b4c265b51373c423d06129a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a078505b2ef057e302eb2abf3985d691.setIcon(icon_57e23b7b661d23d7ca17db6632f8cec4);
|
|
|
|
|
|
var marker_d980e9e0bb072b994463f410cb9c3885 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_5cc72417a6ff07638caa0b5412bf317e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9576714f3e7bc8960e56c09704dddf99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8ef29fbd82518b0b8c4625c887f3a45 = $(`<div id="html_f8ef29fbd82518b0b8c4625c887f3a45" style="width: 100.0%; height: 100.0%;">node.kommonzenze.de</div>`)[0];
|
|
popup_9576714f3e7bc8960e56c09704dddf99.setContent(html_f8ef29fbd82518b0b8c4625c887f3a45);
|
|
|
|
|
|
|
|
marker_d980e9e0bb072b994463f410cb9c3885.bindPopup(popup_9576714f3e7bc8960e56c09704dddf99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d980e9e0bb072b994463f410cb9c3885.setIcon(icon_5cc72417a6ff07638caa0b5412bf317e);
|
|
|
|
|
|
var marker_c52061432ca09d517e00372a0c762860 = L.marker(
|
|
[13.966, 101.513],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_0497bda98518af96da0fe4b9144d0c17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f0c4c0b4299ea9e2c605e8ba3e82604 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89a306aaf4ad6134f0246744be5df8e4 = $(`<div id="html_89a306aaf4ad6134f0246744be5df8e4" style="width: 100.0%; height: 100.0%;">relay.notoshi.win:443</div>`)[0];
|
|
popup_5f0c4c0b4299ea9e2c605e8ba3e82604.setContent(html_89a306aaf4ad6134f0246744be5df8e4);
|
|
|
|
|
|
|
|
marker_c52061432ca09d517e00372a0c762860.bindPopup(popup_5f0c4c0b4299ea9e2c605e8ba3e82604)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c52061432ca09d517e00372a0c762860.setIcon(icon_0497bda98518af96da0fe4b9144d0c17);
|
|
|
|
|
|
var marker_7cd740a200b0a56da01eb14158a3568d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_818b4a5bea11fea19142fefac28a3203 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ca24f3f9b6dfd80e8e3cc43e85511a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8dce494f8bedfebc0f5a48ad226f8d3e = $(`<div id="html_8dce494f8bedfebc0f5a48ad226f8d3e" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_0ca24f3f9b6dfd80e8e3cc43e85511a8.setContent(html_8dce494f8bedfebc0f5a48ad226f8d3e);
|
|
|
|
|
|
|
|
marker_7cd740a200b0a56da01eb14158a3568d.bindPopup(popup_0ca24f3f9b6dfd80e8e3cc43e85511a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cd740a200b0a56da01eb14158a3568d.setIcon(icon_818b4a5bea11fea19142fefac28a3203);
|
|
|
|
|
|
var marker_6e771d0c3ee056dfa95ff5c901616f88 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_88d36190a4d4443e08e279fbfc137665 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d410e2d239fd93b6c8ca5e33dca0062 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e20e0c36552a46eabd613ca2aab14f4 = $(`<div id="html_9e20e0c36552a46eabd613ca2aab14f4" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_1d410e2d239fd93b6c8ca5e33dca0062.setContent(html_9e20e0c36552a46eabd613ca2aab14f4);
|
|
|
|
|
|
|
|
marker_6e771d0c3ee056dfa95ff5c901616f88.bindPopup(popup_1d410e2d239fd93b6c8ca5e33dca0062)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e771d0c3ee056dfa95ff5c901616f88.setIcon(icon_88d36190a4d4443e08e279fbfc137665);
|
|
|
|
|
|
var marker_76e441a07507094d193642dbd85c0d7e = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_137a3bf380aa6b7af0714ac3261a98b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3625b42050900870e5fe39d8d4438830 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e26a6ba5c88fd95cda0e427c8aa7b59 = $(`<div id="html_6e26a6ba5c88fd95cda0e427c8aa7b59" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_3625b42050900870e5fe39d8d4438830.setContent(html_6e26a6ba5c88fd95cda0e427c8aa7b59);
|
|
|
|
|
|
|
|
marker_76e441a07507094d193642dbd85c0d7e.bindPopup(popup_3625b42050900870e5fe39d8d4438830)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76e441a07507094d193642dbd85c0d7e.setIcon(icon_137a3bf380aa6b7af0714ac3261a98b9);
|
|
|
|
|
|
var marker_fed72f76a4f8a7c8e1fb4ce1c4fae2f1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_7c875104c044786d8ee8f58daef9317d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff006b31c30815c363caef6efa4536b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5b028d00c8e3f90f8e4c63072feaa30 = $(`<div id="html_b5b028d00c8e3f90f8e4c63072feaa30" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_ff006b31c30815c363caef6efa4536b1.setContent(html_b5b028d00c8e3f90f8e4c63072feaa30);
|
|
|
|
|
|
|
|
marker_fed72f76a4f8a7c8e1fb4ce1c4fae2f1.bindPopup(popup_ff006b31c30815c363caef6efa4536b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fed72f76a4f8a7c8e1fb4ce1c4fae2f1.setIcon(icon_7c875104c044786d8ee8f58daef9317d);
|
|
|
|
|
|
var marker_c9d49f128c28aafe75971351f5c0a0b3 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_c89962e09e1cc339cc9b0dc5e64cdad3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8dab091f71a98d8fe2ee032069a2bd68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_627ab0228e12ba7fe135dac2b03a0c61 = $(`<div id="html_627ab0228e12ba7fe135dac2b03a0c61" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_8dab091f71a98d8fe2ee032069a2bd68.setContent(html_627ab0228e12ba7fe135dac2b03a0c61);
|
|
|
|
|
|
|
|
marker_c9d49f128c28aafe75971351f5c0a0b3.bindPopup(popup_8dab091f71a98d8fe2ee032069a2bd68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9d49f128c28aafe75971351f5c0a0b3.setIcon(icon_c89962e09e1cc339cc9b0dc5e64cdad3);
|
|
|
|
|
|
var marker_eaea542575044f44288bd427c429afc2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_48ed965f496e6ec1e77be51bd964413c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_904292307d028f8a171bd15f0cfa01ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15e716cb7e6f60618530883b29161181 = $(`<div id="html_15e716cb7e6f60618530883b29161181" style="width: 100.0%; height: 100.0%;">syb.lol:443</div>`)[0];
|
|
popup_904292307d028f8a171bd15f0cfa01ca.setContent(html_15e716cb7e6f60618530883b29161181);
|
|
|
|
|
|
|
|
marker_eaea542575044f44288bd427c429afc2.bindPopup(popup_904292307d028f8a171bd15f0cfa01ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eaea542575044f44288bd427c429afc2.setIcon(icon_48ed965f496e6ec1e77be51bd964413c);
|
|
|
|
|
|
var marker_a91f1c881e0df345a97de9d6697d7af2 = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_b4e19c53fe1088140689db28599063f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd340a0207f2bf807bc0476ccfc93b87 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8343bda1a83fc3617ad659f0bc5fa72c = $(`<div id="html_8343bda1a83fc3617ad659f0bc5fa72c" style="width: 100.0%; height: 100.0%;">shu03.shugur.net</div>`)[0];
|
|
popup_dd340a0207f2bf807bc0476ccfc93b87.setContent(html_8343bda1a83fc3617ad659f0bc5fa72c);
|
|
|
|
|
|
|
|
marker_a91f1c881e0df345a97de9d6697d7af2.bindPopup(popup_dd340a0207f2bf807bc0476ccfc93b87)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a91f1c881e0df345a97de9d6697d7af2.setIcon(icon_b4e19c53fe1088140689db28599063f3);
|
|
|
|
|
|
var marker_63f058c88cced2b30af4c66671795491 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_8c0ee9720b4bfcd0f61fa8ee71738716 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d68f5f546caa9c4813d371a5f4deac8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f28affeb8d079244095233fef1c3135 = $(`<div id="html_7f28affeb8d079244095233fef1c3135" style="width: 100.0%; height: 100.0%;">relay.olas.app:443</div>`)[0];
|
|
popup_5d68f5f546caa9c4813d371a5f4deac8.setContent(html_7f28affeb8d079244095233fef1c3135);
|
|
|
|
|
|
|
|
marker_63f058c88cced2b30af4c66671795491.bindPopup(popup_5d68f5f546caa9c4813d371a5f4deac8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63f058c88cced2b30af4c66671795491.setIcon(icon_8c0ee9720b4bfcd0f61fa8ee71738716);
|
|
|
|
|
|
var marker_6a307d1a53a20cc4edcc52c66d156347 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_c4a0f9e3c4667f9c9e687628d2f89e73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_669486f0641f7ad675ac45c6b2517a43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b10d91fd095f95f03df603c1b74664c = $(`<div id="html_0b10d91fd095f95f03df603c1b74664c" style="width: 100.0%; height: 100.0%;">relay.directsponsor.net</div>`)[0];
|
|
popup_669486f0641f7ad675ac45c6b2517a43.setContent(html_0b10d91fd095f95f03df603c1b74664c);
|
|
|
|
|
|
|
|
marker_6a307d1a53a20cc4edcc52c66d156347.bindPopup(popup_669486f0641f7ad675ac45c6b2517a43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a307d1a53a20cc4edcc52c66d156347.setIcon(icon_c4a0f9e3c4667f9c9e687628d2f89e73);
|
|
|
|
|
|
var marker_bbaecf8f3c78ff37d3cd38351c92097d = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_5345815081c12dd2ff356a731d541bce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_047a19ddfc77ed2ddb208ae045f84c89 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a52cfcc8841be4a9a3470c10e30ada5e = $(`<div id="html_a52cfcc8841be4a9a3470c10e30ada5e" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_047a19ddfc77ed2ddb208ae045f84c89.setContent(html_a52cfcc8841be4a9a3470c10e30ada5e);
|
|
|
|
|
|
|
|
marker_bbaecf8f3c78ff37d3cd38351c92097d.bindPopup(popup_047a19ddfc77ed2ddb208ae045f84c89)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bbaecf8f3c78ff37d3cd38351c92097d.setIcon(icon_5345815081c12dd2ff356a731d541bce);
|
|
|
|
|
|
var marker_c28e57a3ceff1a95d143ef4c23eba91f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_08b86d186037b311e4156fe9f99dee6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dcf6da6db6321770c794c49d82d6a85e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6c0b7ed506de4a0a54711daca7933fc = $(`<div id="html_b6c0b7ed506de4a0a54711daca7933fc" style="width: 100.0%; height: 100.0%;">relay.sincensura.org</div>`)[0];
|
|
popup_dcf6da6db6321770c794c49d82d6a85e.setContent(html_b6c0b7ed506de4a0a54711daca7933fc);
|
|
|
|
|
|
|
|
marker_c28e57a3ceff1a95d143ef4c23eba91f.bindPopup(popup_dcf6da6db6321770c794c49d82d6a85e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c28e57a3ceff1a95d143ef4c23eba91f.setIcon(icon_08b86d186037b311e4156fe9f99dee6c);
|
|
|
|
|
|
var marker_e770db3183dcfb439b90fdab05bb2c47 = L.marker(
|
|
[1.27994, 103.849],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_c5b4410e34094537f890f6db215fe429 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67b19cf4751e93005d2c49820acb3d00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c78f35243fdad4a5ae064156f41899ab = $(`<div id="html_c78f35243fdad4a5ae064156f41899ab" style="width: 100.0%; height: 100.0%;">nostr.aruku.ovh</div>`)[0];
|
|
popup_67b19cf4751e93005d2c49820acb3d00.setContent(html_c78f35243fdad4a5ae064156f41899ab);
|
|
|
|
|
|
|
|
marker_e770db3183dcfb439b90fdab05bb2c47.bindPopup(popup_67b19cf4751e93005d2c49820acb3d00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e770db3183dcfb439b90fdab05bb2c47.setIcon(icon_c5b4410e34094537f890f6db215fe429);
|
|
|
|
|
|
var marker_9616209a9d7423487a4bf3d7d7249208 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_b83fad4e073371d4d061bc87639598b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_751cd86bae6b5c701c53990d71004db6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eec22ff43dd482088af94d126b96d1eb = $(`<div id="html_eec22ff43dd482088af94d126b96d1eb" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_751cd86bae6b5c701c53990d71004db6.setContent(html_eec22ff43dd482088af94d126b96d1eb);
|
|
|
|
|
|
|
|
marker_9616209a9d7423487a4bf3d7d7249208.bindPopup(popup_751cd86bae6b5c701c53990d71004db6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9616209a9d7423487a4bf3d7d7249208.setIcon(icon_b83fad4e073371d4d061bc87639598b7);
|
|
|
|
|
|
var marker_66a384b0236844f6bda069b304008079 = L.marker(
|
|
[51.5717, 3.70417],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_b40651d0064c0c72696d88cd76c75e58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff6a8ae7204fb868dc904b0becae1d7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e8b5229dfbc55399c5fe45b1a600bc3 = $(`<div id="html_0e8b5229dfbc55399c5fe45b1a600bc3" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_ff6a8ae7204fb868dc904b0becae1d7d.setContent(html_0e8b5229dfbc55399c5fe45b1a600bc3);
|
|
|
|
|
|
|
|
marker_66a384b0236844f6bda069b304008079.bindPopup(popup_ff6a8ae7204fb868dc904b0becae1d7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66a384b0236844f6bda069b304008079.setIcon(icon_b40651d0064c0c72696d88cd76c75e58);
|
|
|
|
|
|
var marker_6a51d981a7fec1762f530b4c3bdd6e1c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_9f0fa82265d894ab001674ab5da98b94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5f9e917a41c91dfcd0fa6017f6fd132 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f39c3412ad292b076c94cbdaefe3b84 = $(`<div id="html_0f39c3412ad292b076c94cbdaefe3b84" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_f5f9e917a41c91dfcd0fa6017f6fd132.setContent(html_0f39c3412ad292b076c94cbdaefe3b84);
|
|
|
|
|
|
|
|
marker_6a51d981a7fec1762f530b4c3bdd6e1c.bindPopup(popup_f5f9e917a41c91dfcd0fa6017f6fd132)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a51d981a7fec1762f530b4c3bdd6e1c.setIcon(icon_9f0fa82265d894ab001674ab5da98b94);
|
|
|
|
|
|
var marker_390a1502bbbcdf0ffed785c6f01e9e46 = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_f960aeb5a4c7e3d804eb936b70c93885 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_998c39c7e4db86401a86e9878dd629cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2259baf6498787e51b8f2811a65c935e = $(`<div id="html_2259baf6498787e51b8f2811a65c935e" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za:443</div>`)[0];
|
|
popup_998c39c7e4db86401a86e9878dd629cb.setContent(html_2259baf6498787e51b8f2811a65c935e);
|
|
|
|
|
|
|
|
marker_390a1502bbbcdf0ffed785c6f01e9e46.bindPopup(popup_998c39c7e4db86401a86e9878dd629cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_390a1502bbbcdf0ffed785c6f01e9e46.setIcon(icon_f960aeb5a4c7e3d804eb936b70c93885);
|
|
|
|
|
|
var marker_e7d2a81cba77048f5440afd8bf6eeba3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_f5d7c5e90f8474a68e5793964ee59587 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ddf01d874ab8178760f6eca38253008 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03609032a1b98eead78d995d81f9d117 = $(`<div id="html_03609032a1b98eead78d995d81f9d117" style="width: 100.0%; height: 100.0%;">armada.sharegap.net</div>`)[0];
|
|
popup_7ddf01d874ab8178760f6eca38253008.setContent(html_03609032a1b98eead78d995d81f9d117);
|
|
|
|
|
|
|
|
marker_e7d2a81cba77048f5440afd8bf6eeba3.bindPopup(popup_7ddf01d874ab8178760f6eca38253008)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7d2a81cba77048f5440afd8bf6eeba3.setIcon(icon_f5d7c5e90f8474a68e5793964ee59587);
|
|
|
|
|
|
var marker_297690dd3492596f043c3f9155501dd2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_07cef73c3f5294182cb873b4aa3c7a26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e68800c9ed9f8dea41fb124e44aaa71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4bda4d17ccc8aa6077d78f15638c8ee4 = $(`<div id="html_4bda4d17ccc8aa6077d78f15638c8ee4" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net</div>`)[0];
|
|
popup_5e68800c9ed9f8dea41fb124e44aaa71.setContent(html_4bda4d17ccc8aa6077d78f15638c8ee4);
|
|
|
|
|
|
|
|
marker_297690dd3492596f043c3f9155501dd2.bindPopup(popup_5e68800c9ed9f8dea41fb124e44aaa71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_297690dd3492596f043c3f9155501dd2.setIcon(icon_07cef73c3f5294182cb873b4aa3c7a26);
|
|
|
|
|
|
var marker_c393232548f2f50874cf5744cddc77e8 = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_7469f0fc0ce596aa036ea2e67aaac5f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_735414e65306099173189fce345bcec3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6b515fcfe86462c9069627283962fd1 = $(`<div id="html_d6b515fcfe86462c9069627283962fd1" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com:443</div>`)[0];
|
|
popup_735414e65306099173189fce345bcec3.setContent(html_d6b515fcfe86462c9069627283962fd1);
|
|
|
|
|
|
|
|
marker_c393232548f2f50874cf5744cddc77e8.bindPopup(popup_735414e65306099173189fce345bcec3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c393232548f2f50874cf5744cddc77e8.setIcon(icon_7469f0fc0ce596aa036ea2e67aaac5f1);
|
|
|
|
|
|
var marker_4a8b71b58466e23fb36f99d9965b4546 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_20fe9c071cffc529fde084eaf9d22ca3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0504a52ad64e078f27a71f784002ed3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6dfa09e1c3c92e44705e129cad8d1bc6 = $(`<div id="html_6dfa09e1c3c92e44705e129cad8d1bc6" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_0504a52ad64e078f27a71f784002ed3b.setContent(html_6dfa09e1c3c92e44705e129cad8d1bc6);
|
|
|
|
|
|
|
|
marker_4a8b71b58466e23fb36f99d9965b4546.bindPopup(popup_0504a52ad64e078f27a71f784002ed3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a8b71b58466e23fb36f99d9965b4546.setIcon(icon_20fe9c071cffc529fde084eaf9d22ca3);
|
|
|
|
|
|
var marker_cd0ed228b703f6fb211c7c6b8e50bb3f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_c2cb12f6f4a1e8dd23fde0456b5c7d1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ad18af59a8ddd7cd47a02e5507757cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b74fdbbacf77c5e48aa1a5149fb891d = $(`<div id="html_1b74fdbbacf77c5e48aa1a5149fb891d" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_5ad18af59a8ddd7cd47a02e5507757cc.setContent(html_1b74fdbbacf77c5e48aa1a5149fb891d);
|
|
|
|
|
|
|
|
marker_cd0ed228b703f6fb211c7c6b8e50bb3f.bindPopup(popup_5ad18af59a8ddd7cd47a02e5507757cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd0ed228b703f6fb211c7c6b8e50bb3f.setIcon(icon_c2cb12f6f4a1e8dd23fde0456b5c7d1f);
|
|
|
|
|
|
var marker_525772e18ca8bee17f7eeda7478f9bbb = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_13909f69cdda3bc06404c52448899072 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_244f3e559941cd4cfd65e09e5924f5ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f042b0d199c04b07fd99d700e9e72c8e = $(`<div id="html_f042b0d199c04b07fd99d700e9e72c8e" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_244f3e559941cd4cfd65e09e5924f5ec.setContent(html_f042b0d199c04b07fd99d700e9e72c8e);
|
|
|
|
|
|
|
|
marker_525772e18ca8bee17f7eeda7478f9bbb.bindPopup(popup_244f3e559941cd4cfd65e09e5924f5ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_525772e18ca8bee17f7eeda7478f9bbb.setIcon(icon_13909f69cdda3bc06404c52448899072);
|
|
|
|
|
|
var marker_26595ccf9b422fc801e477f9c57e602c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_bdf8662b9b2b2e7b46ee8270b903783f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5489336a28f5311a1b24bf2bd117c00f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d04de3d81b6c24986fc8a9ea138520fc = $(`<div id="html_d04de3d81b6c24986fc8a9ea138520fc" style="width: 100.0%; height: 100.0%;">rilo.nostria.app:443</div>`)[0];
|
|
popup_5489336a28f5311a1b24bf2bd117c00f.setContent(html_d04de3d81b6c24986fc8a9ea138520fc);
|
|
|
|
|
|
|
|
marker_26595ccf9b422fc801e477f9c57e602c.bindPopup(popup_5489336a28f5311a1b24bf2bd117c00f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26595ccf9b422fc801e477f9c57e602c.setIcon(icon_bdf8662b9b2b2e7b46ee8270b903783f);
|
|
|
|
|
|
var marker_50a474469e9bae7c223fea70d91f0454 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_b55690c1b70ddd0fb495fa6561758194 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c0378e4058b4f3d434bcbf1ee0db97e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea720a7d4c149dbc4b33526f84450fdf = $(`<div id="html_ea720a7d4c149dbc4b33526f84450fdf" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_8c0378e4058b4f3d434bcbf1ee0db97e.setContent(html_ea720a7d4c149dbc4b33526f84450fdf);
|
|
|
|
|
|
|
|
marker_50a474469e9bae7c223fea70d91f0454.bindPopup(popup_8c0378e4058b4f3d434bcbf1ee0db97e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50a474469e9bae7c223fea70d91f0454.setIcon(icon_b55690c1b70ddd0fb495fa6561758194);
|
|
|
|
|
|
var marker_a600cd44688270191ce2fc041b46117d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_26e936c7848e372d32a0b7cba566898a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43493166bb1e8501cd232ae1ea001e7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f483e6142211c4b33aa87b90defd4100 = $(`<div id="html_f483e6142211c4b33aa87b90defd4100" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_43493166bb1e8501cd232ae1ea001e7b.setContent(html_f483e6142211c4b33aa87b90defd4100);
|
|
|
|
|
|
|
|
marker_a600cd44688270191ce2fc041b46117d.bindPopup(popup_43493166bb1e8501cd232ae1ea001e7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a600cd44688270191ce2fc041b46117d.setIcon(icon_26e936c7848e372d32a0b7cba566898a);
|
|
|
|
|
|
var marker_149a2eff1f40a570acfa2a451d86d910 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_5e9ac73ad3775c96e5909a79a0c25a1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c08b347aba52ccc6a094f7cda5949a28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c3b69db843abebda4e59d4a0684bb09 = $(`<div id="html_4c3b69db843abebda4e59d4a0684bb09" style="width: 100.0%; height: 100.0%;">nostr.night7.space:443</div>`)[0];
|
|
popup_c08b347aba52ccc6a094f7cda5949a28.setContent(html_4c3b69db843abebda4e59d4a0684bb09);
|
|
|
|
|
|
|
|
marker_149a2eff1f40a570acfa2a451d86d910.bindPopup(popup_c08b347aba52ccc6a094f7cda5949a28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_149a2eff1f40a570acfa2a451d86d910.setIcon(icon_5e9ac73ad3775c96e5909a79a0c25a1c);
|
|
|
|
|
|
var marker_0d099471a1740595c8cd14559b99058c = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_f7a0472e35b46e7b615c9652a907c6cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8556e94f1b098cc60c5a91939b647e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc6029630a8a2f02e916709e7f21844f = $(`<div id="html_bc6029630a8a2f02e916709e7f21844f" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_a8556e94f1b098cc60c5a91939b647e2.setContent(html_bc6029630a8a2f02e916709e7f21844f);
|
|
|
|
|
|
|
|
marker_0d099471a1740595c8cd14559b99058c.bindPopup(popup_a8556e94f1b098cc60c5a91939b647e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d099471a1740595c8cd14559b99058c.setIcon(icon_f7a0472e35b46e7b615c9652a907c6cb);
|
|
|
|
|
|
var marker_336a7157f0eb8f9b112510b75fd16ddd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_86362deb3731d3f7dcd5bd3fe6069207 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c253937b29ef4c8e67f7d4f89c8f675 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76d2da45e4eedc70a157872f025c46c2 = $(`<div id="html_76d2da45e4eedc70a157872f025c46c2" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_5c253937b29ef4c8e67f7d4f89c8f675.setContent(html_76d2da45e4eedc70a157872f025c46c2);
|
|
|
|
|
|
|
|
marker_336a7157f0eb8f9b112510b75fd16ddd.bindPopup(popup_5c253937b29ef4c8e67f7d4f89c8f675)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_336a7157f0eb8f9b112510b75fd16ddd.setIcon(icon_86362deb3731d3f7dcd5bd3fe6069207);
|
|
|
|
|
|
var marker_1215a388835ea58bb951eb6feb0a6e95 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_5885285c92fbf34bc658ec869b58b0a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b984e549c3cf04ee8142859293367dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c39eac31330d9daed3e45c0b377a8b3d = $(`<div id="html_c39eac31330d9daed3e45c0b377a8b3d" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_2b984e549c3cf04ee8142859293367dd.setContent(html_c39eac31330d9daed3e45c0b377a8b3d);
|
|
|
|
|
|
|
|
marker_1215a388835ea58bb951eb6feb0a6e95.bindPopup(popup_2b984e549c3cf04ee8142859293367dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1215a388835ea58bb951eb6feb0a6e95.setIcon(icon_5885285c92fbf34bc658ec869b58b0a2);
|
|
|
|
|
|
var marker_022c92ae0ce3d222a09370907dcf587f = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_6168df4b2793dcd21b19db71c70c08f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d158b0add6682de9274ebb2a3e43532 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4fd8c1164705118ee408df3d493c111 = $(`<div id="html_a4fd8c1164705118ee408df3d493c111" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org</div>`)[0];
|
|
popup_1d158b0add6682de9274ebb2a3e43532.setContent(html_a4fd8c1164705118ee408df3d493c111);
|
|
|
|
|
|
|
|
marker_022c92ae0ce3d222a09370907dcf587f.bindPopup(popup_1d158b0add6682de9274ebb2a3e43532)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_022c92ae0ce3d222a09370907dcf587f.setIcon(icon_6168df4b2793dcd21b19db71c70c08f9);
|
|
|
|
|
|
var marker_e7edc8b888c21466d276ad718a5675b0 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_6b574c6efd8b2cc61c46295acdb04764 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_359db17a2ef1585232be6634dc05e84c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5670a9e5257946c9156cd6790c3ca9b = $(`<div id="html_b5670a9e5257946c9156cd6790c3ca9b" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_359db17a2ef1585232be6634dc05e84c.setContent(html_b5670a9e5257946c9156cd6790c3ca9b);
|
|
|
|
|
|
|
|
marker_e7edc8b888c21466d276ad718a5675b0.bindPopup(popup_359db17a2ef1585232be6634dc05e84c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7edc8b888c21466d276ad718a5675b0.setIcon(icon_6b574c6efd8b2cc61c46295acdb04764);
|
|
|
|
|
|
var marker_f827f06e5f6e817cd921d1751e08d888 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_d89ac13cb8451a57a8469ff87d2ca834 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47ed9878d4444be53688c79d9d55c87e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7ac1bd4e38304966d013ef62cd5cd3a = $(`<div id="html_e7ac1bd4e38304966d013ef62cd5cd3a" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_47ed9878d4444be53688c79d9d55c87e.setContent(html_e7ac1bd4e38304966d013ef62cd5cd3a);
|
|
|
|
|
|
|
|
marker_f827f06e5f6e817cd921d1751e08d888.bindPopup(popup_47ed9878d4444be53688c79d9d55c87e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f827f06e5f6e817cd921d1751e08d888.setIcon(icon_d89ac13cb8451a57a8469ff87d2ca834);
|
|
|
|
|
|
var marker_23ad25db40e875a7b106a7186155634b = L.marker(
|
|
[43.7064, -79.3986],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_7a2b52150e6fb7e499e102b0fd5d0198 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_763a76ff3c478c8faf930f8c3c1b70f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6a27c27b7be539a0a4c101809fdf665 = $(`<div id="html_b6a27c27b7be539a0a4c101809fdf665" style="width: 100.0%; height: 100.0%;">wot.makenomistakes.ca</div>`)[0];
|
|
popup_763a76ff3c478c8faf930f8c3c1b70f4.setContent(html_b6a27c27b7be539a0a4c101809fdf665);
|
|
|
|
|
|
|
|
marker_23ad25db40e875a7b106a7186155634b.bindPopup(popup_763a76ff3c478c8faf930f8c3c1b70f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23ad25db40e875a7b106a7186155634b.setIcon(icon_7a2b52150e6fb7e499e102b0fd5d0198);
|
|
|
|
|
|
var marker_46a853b7d6720946dd89d942de8986d3 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_cb51641893aba9c81d1921fbb7d543bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c223d96488962803dfbb5c31a8a01928 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ab6f95b37a6b994831fd8716a335a07 = $(`<div id="html_0ab6f95b37a6b994831fd8716a335a07" style="width: 100.0%; height: 100.0%;">relay.agentry.com:443</div>`)[0];
|
|
popup_c223d96488962803dfbb5c31a8a01928.setContent(html_0ab6f95b37a6b994831fd8716a335a07);
|
|
|
|
|
|
|
|
marker_46a853b7d6720946dd89d942de8986d3.bindPopup(popup_c223d96488962803dfbb5c31a8a01928)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46a853b7d6720946dd89d942de8986d3.setIcon(icon_cb51641893aba9c81d1921fbb7d543bd);
|
|
|
|
|
|
var marker_b3b6e79da663a250053b0b9db304be89 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_a343a68af649d4f96bb01fc4e695c394 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_709caf825d12ecb5a291695ad399d0b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fe5754aa16b4af0abd66a8f0b8bf1bb = $(`<div id="html_8fe5754aa16b4af0abd66a8f0b8bf1bb" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_709caf825d12ecb5a291695ad399d0b0.setContent(html_8fe5754aa16b4af0abd66a8f0b8bf1bb);
|
|
|
|
|
|
|
|
marker_b3b6e79da663a250053b0b9db304be89.bindPopup(popup_709caf825d12ecb5a291695ad399d0b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3b6e79da663a250053b0b9db304be89.setIcon(icon_a343a68af649d4f96bb01fc4e695c394);
|
|
|
|
|
|
var marker_25ab4d69283c221b8c4e0af7bf78a9c0 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_fe521218547ff556d540b2a42db68a25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1752813ad45e9cb71dcdcc775b186cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ae6e4c44c4298d62ff6ce1e2e86ff03 = $(`<div id="html_1ae6e4c44c4298d62ff6ce1e2e86ff03" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_b1752813ad45e9cb71dcdcc775b186cd.setContent(html_1ae6e4c44c4298d62ff6ce1e2e86ff03);
|
|
|
|
|
|
|
|
marker_25ab4d69283c221b8c4e0af7bf78a9c0.bindPopup(popup_b1752813ad45e9cb71dcdcc775b186cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25ab4d69283c221b8c4e0af7bf78a9c0.setIcon(icon_fe521218547ff556d540b2a42db68a25);
|
|
|
|
|
|
var marker_7f89e87c908371415869cb444d64025e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_8f2349ed19cd6093c8b0bd8795972268 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd6e44663dd73ce1cae54f547ea4c613 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de2647627688033f167cbd38f5f6112a = $(`<div id="html_de2647627688033f167cbd38f5f6112a" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_cd6e44663dd73ce1cae54f547ea4c613.setContent(html_de2647627688033f167cbd38f5f6112a);
|
|
|
|
|
|
|
|
marker_7f89e87c908371415869cb444d64025e.bindPopup(popup_cd6e44663dd73ce1cae54f547ea4c613)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f89e87c908371415869cb444d64025e.setIcon(icon_8f2349ed19cd6093c8b0bd8795972268);
|
|
|
|
|
|
var marker_8906baf59ec518edf972f4b6676dfc8e = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_75dae1b88eca5298b9fbeda05aca237a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c95fc4bdb50be1d2f60a9df8be5bfe97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7770f7a559fdc3cfed139275c4d159ee = $(`<div id="html_7770f7a559fdc3cfed139275c4d159ee" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com:443</div>`)[0];
|
|
popup_c95fc4bdb50be1d2f60a9df8be5bfe97.setContent(html_7770f7a559fdc3cfed139275c4d159ee);
|
|
|
|
|
|
|
|
marker_8906baf59ec518edf972f4b6676dfc8e.bindPopup(popup_c95fc4bdb50be1d2f60a9df8be5bfe97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8906baf59ec518edf972f4b6676dfc8e.setIcon(icon_75dae1b88eca5298b9fbeda05aca237a);
|
|
|
|
|
|
var marker_36a351536c6c35e27c902393995018fa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_6f46474b81a7b9b1a96ae0f530894b0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37349741a27c84613d07965720810d7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d50154b4da3e477fd8c991d152b876e = $(`<div id="html_0d50154b4da3e477fd8c991d152b876e" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_37349741a27c84613d07965720810d7b.setContent(html_0d50154b4da3e477fd8c991d152b876e);
|
|
|
|
|
|
|
|
marker_36a351536c6c35e27c902393995018fa.bindPopup(popup_37349741a27c84613d07965720810d7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36a351536c6c35e27c902393995018fa.setIcon(icon_6f46474b81a7b9b1a96ae0f530894b0f);
|
|
|
|
|
|
var marker_98e79e80f9e2eb00f0797fd84ba4001c = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_8465a7a182cf23d37d65c290f085f545 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1a249676c035339bff516e5406a0950 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ca3cd8485a25c1e1e08acc976a90f25 = $(`<div id="html_0ca3cd8485a25c1e1e08acc976a90f25" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_c1a249676c035339bff516e5406a0950.setContent(html_0ca3cd8485a25c1e1e08acc976a90f25);
|
|
|
|
|
|
|
|
marker_98e79e80f9e2eb00f0797fd84ba4001c.bindPopup(popup_c1a249676c035339bff516e5406a0950)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98e79e80f9e2eb00f0797fd84ba4001c.setIcon(icon_8465a7a182cf23d37d65c290f085f545);
|
|
|
|
|
|
var marker_267e6c4fb3e7b504553d27549d0d2212 = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_f0f39e8f615d93dd9aab872b95669ce3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e4f96ddcae08ceeecc7fff82e76b1cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ed175025b547ad1e6084948c177c3ee = $(`<div id="html_6ed175025b547ad1e6084948c177c3ee" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net:443</div>`)[0];
|
|
popup_5e4f96ddcae08ceeecc7fff82e76b1cc.setContent(html_6ed175025b547ad1e6084948c177c3ee);
|
|
|
|
|
|
|
|
marker_267e6c4fb3e7b504553d27549d0d2212.bindPopup(popup_5e4f96ddcae08ceeecc7fff82e76b1cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_267e6c4fb3e7b504553d27549d0d2212.setIcon(icon_f0f39e8f615d93dd9aab872b95669ce3);
|
|
|
|
|
|
var marker_9084c6bd3a8837d5312517a3f8840174 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_adaabdebc1f86e2f1e5bdea0923b2203 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46a5030820f96965e884e6bdfd3580e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21f353f741d3d94e2ffc79e188523576 = $(`<div id="html_21f353f741d3d94e2ffc79e188523576" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_46a5030820f96965e884e6bdfd3580e2.setContent(html_21f353f741d3d94e2ffc79e188523576);
|
|
|
|
|
|
|
|
marker_9084c6bd3a8837d5312517a3f8840174.bindPopup(popup_46a5030820f96965e884e6bdfd3580e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9084c6bd3a8837d5312517a3f8840174.setIcon(icon_adaabdebc1f86e2f1e5bdea0923b2203);
|
|
|
|
|
|
var marker_920e0110485d8cb4da442aaf509435ea = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_e6169d8eb280eef13a5e68efc4b8ae9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_795d297aedef7d60127503f0662fcbac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_038c7b7f53df4915fc5016f6b4a8785e = $(`<div id="html_038c7b7f53df4915fc5016f6b4a8785e" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_795d297aedef7d60127503f0662fcbac.setContent(html_038c7b7f53df4915fc5016f6b4a8785e);
|
|
|
|
|
|
|
|
marker_920e0110485d8cb4da442aaf509435ea.bindPopup(popup_795d297aedef7d60127503f0662fcbac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_920e0110485d8cb4da442aaf509435ea.setIcon(icon_e6169d8eb280eef13a5e68efc4b8ae9d);
|
|
|
|
|
|
var marker_f4ed2871c487d041fbf6038ba1971d03 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_70cf6519e77b182af46a2b41c0ab1045 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_848b53d1a3d3ed9a46c670c711157fe1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_972492d6bdd7d13a4ab02ab815ab9fa1 = $(`<div id="html_972492d6bdd7d13a4ab02ab815ab9fa1" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_848b53d1a3d3ed9a46c670c711157fe1.setContent(html_972492d6bdd7d13a4ab02ab815ab9fa1);
|
|
|
|
|
|
|
|
marker_f4ed2871c487d041fbf6038ba1971d03.bindPopup(popup_848b53d1a3d3ed9a46c670c711157fe1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4ed2871c487d041fbf6038ba1971d03.setIcon(icon_70cf6519e77b182af46a2b41c0ab1045);
|
|
|
|
|
|
var marker_5f513c80dc3d212c1798b7b75ed95bee = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_b92dfa7694840e1545dd23ee66fa1940 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15488afe22162d16d0c489fd5dc66a17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5dba7121a07cc2bcf2d8c88e51a93ab9 = $(`<div id="html_5dba7121a07cc2bcf2d8c88e51a93ab9" style="width: 100.0%; height: 100.0%;">relay.agorist.space:443</div>`)[0];
|
|
popup_15488afe22162d16d0c489fd5dc66a17.setContent(html_5dba7121a07cc2bcf2d8c88e51a93ab9);
|
|
|
|
|
|
|
|
marker_5f513c80dc3d212c1798b7b75ed95bee.bindPopup(popup_15488afe22162d16d0c489fd5dc66a17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f513c80dc3d212c1798b7b75ed95bee.setIcon(icon_b92dfa7694840e1545dd23ee66fa1940);
|
|
|
|
|
|
var marker_4576e3928ea7d793ca0a6997135a6408 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_bc3118bb126bea8d6a7d8f98110c3527 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af331d7f376be1bc6d4592ae1542014a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7eb5acea19d7c7b3d14a72778d5e5fe8 = $(`<div id="html_7eb5acea19d7c7b3d14a72778d5e5fe8" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_af331d7f376be1bc6d4592ae1542014a.setContent(html_7eb5acea19d7c7b3d14a72778d5e5fe8);
|
|
|
|
|
|
|
|
marker_4576e3928ea7d793ca0a6997135a6408.bindPopup(popup_af331d7f376be1bc6d4592ae1542014a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4576e3928ea7d793ca0a6997135a6408.setIcon(icon_bc3118bb126bea8d6a7d8f98110c3527);
|
|
|
|
|
|
var marker_0996fbd124bd4b271fa0f5368172f142 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_ea23559a4467b90791b722d5eb7eed9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_995332f60b8e173f8b05013de5c20193 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fa91a58fcdb662b334326915826d411 = $(`<div id="html_0fa91a58fcdb662b334326915826d411" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_995332f60b8e173f8b05013de5c20193.setContent(html_0fa91a58fcdb662b334326915826d411);
|
|
|
|
|
|
|
|
marker_0996fbd124bd4b271fa0f5368172f142.bindPopup(popup_995332f60b8e173f8b05013de5c20193)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0996fbd124bd4b271fa0f5368172f142.setIcon(icon_ea23559a4467b90791b722d5eb7eed9f);
|
|
|
|
|
|
var marker_3003c37fe0d23f6ea124ac66c800790b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_a43f309fb8ba08a1637cb2cee85fd707 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e0b7f0fe791efb619b094b531087787 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_378319b3213460e2fc1d5713ee852822 = $(`<div id="html_378319b3213460e2fc1d5713ee852822" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_1e0b7f0fe791efb619b094b531087787.setContent(html_378319b3213460e2fc1d5713ee852822);
|
|
|
|
|
|
|
|
marker_3003c37fe0d23f6ea124ac66c800790b.bindPopup(popup_1e0b7f0fe791efb619b094b531087787)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3003c37fe0d23f6ea124ac66c800790b.setIcon(icon_a43f309fb8ba08a1637cb2cee85fd707);
|
|
|
|
|
|
var marker_73b44537fdfc2857cc01c7706ab1f24d = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_c37f5d52484bb11c8858ba9a178d6529 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6863f2b2ce351afaae86179c9aa34a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78c28cdf85500aebdc4227c33b38481d = $(`<div id="html_78c28cdf85500aebdc4227c33b38481d" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com:443</div>`)[0];
|
|
popup_b6863f2b2ce351afaae86179c9aa34a7.setContent(html_78c28cdf85500aebdc4227c33b38481d);
|
|
|
|
|
|
|
|
marker_73b44537fdfc2857cc01c7706ab1f24d.bindPopup(popup_b6863f2b2ce351afaae86179c9aa34a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73b44537fdfc2857cc01c7706ab1f24d.setIcon(icon_c37f5d52484bb11c8858ba9a178d6529);
|
|
|
|
|
|
var marker_7abe2b161765436f9fce6dcd66408e2c = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_e6a94e64d5edc00752630b8ce75b12af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06cbe5b2cd5ae34fc902bf689d2a5dde = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba12d292b064260ec7d813cce44ebfd4 = $(`<div id="html_ba12d292b064260ec7d813cce44ebfd4" style="width: 100.0%; height: 100.0%;">relay.endfiat.money:443</div>`)[0];
|
|
popup_06cbe5b2cd5ae34fc902bf689d2a5dde.setContent(html_ba12d292b064260ec7d813cce44ebfd4);
|
|
|
|
|
|
|
|
marker_7abe2b161765436f9fce6dcd66408e2c.bindPopup(popup_06cbe5b2cd5ae34fc902bf689d2a5dde)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7abe2b161765436f9fce6dcd66408e2c.setIcon(icon_e6a94e64d5edc00752630b8ce75b12af);
|
|
|
|
|
|
var marker_39d58df0def4cd8a268a033e8700f4ea = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_90dbf145d237c64896d610b170381bc3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2be4f032d4d5da7afe237f3edb0e5ed6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f252f6e2b149c45f309ea34238bd6ff0 = $(`<div id="html_f252f6e2b149c45f309ea34238bd6ff0" style="width: 100.0%; height: 100.0%;">relay.threenine.services:443</div>`)[0];
|
|
popup_2be4f032d4d5da7afe237f3edb0e5ed6.setContent(html_f252f6e2b149c45f309ea34238bd6ff0);
|
|
|
|
|
|
|
|
marker_39d58df0def4cd8a268a033e8700f4ea.bindPopup(popup_2be4f032d4d5da7afe237f3edb0e5ed6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39d58df0def4cd8a268a033e8700f4ea.setIcon(icon_90dbf145d237c64896d610b170381bc3);
|
|
|
|
|
|
var marker_33e89cf8f985128069433108bfab40a3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_366e0eea6cb1b7e4c98a498d988ef8c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7088020c9fdc51ee2acfc6713f95179 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_216e518a2be9372ec069ab9a28c61d83 = $(`<div id="html_216e518a2be9372ec069ab9a28c61d83" style="width: 100.0%; height: 100.0%;">dm-test-strfry-generic.samt.st</div>`)[0];
|
|
popup_f7088020c9fdc51ee2acfc6713f95179.setContent(html_216e518a2be9372ec069ab9a28c61d83);
|
|
|
|
|
|
|
|
marker_33e89cf8f985128069433108bfab40a3.bindPopup(popup_f7088020c9fdc51ee2acfc6713f95179)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33e89cf8f985128069433108bfab40a3.setIcon(icon_366e0eea6cb1b7e4c98a498d988ef8c2);
|
|
|
|
|
|
var marker_9e9475e1aeb8888d6cfa53cd9e58eaed = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_4048e30cca7a7fc681d10956ce0090ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3fefbbcb52f98988660b004ea9883d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24c76dbf6a687e4953d0165e847853a7 = $(`<div id="html_24c76dbf6a687e4953d0165e847853a7" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_c3fefbbcb52f98988660b004ea9883d7.setContent(html_24c76dbf6a687e4953d0165e847853a7);
|
|
|
|
|
|
|
|
marker_9e9475e1aeb8888d6cfa53cd9e58eaed.bindPopup(popup_c3fefbbcb52f98988660b004ea9883d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e9475e1aeb8888d6cfa53cd9e58eaed.setIcon(icon_4048e30cca7a7fc681d10956ce0090ac);
|
|
|
|
|
|
var marker_59e9283ed5eb3004dabf127929c4056c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_1a59c04a5a2e59865b12760e859ac110 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_349ab247ce0cba578a65d4bb09b9053f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f696652f0040fc7e01443302972a4d9b = $(`<div id="html_f696652f0040fc7e01443302972a4d9b" style="width: 100.0%; height: 100.0%;">schnorr.me:443</div>`)[0];
|
|
popup_349ab247ce0cba578a65d4bb09b9053f.setContent(html_f696652f0040fc7e01443302972a4d9b);
|
|
|
|
|
|
|
|
marker_59e9283ed5eb3004dabf127929c4056c.bindPopup(popup_349ab247ce0cba578a65d4bb09b9053f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59e9283ed5eb3004dabf127929c4056c.setIcon(icon_1a59c04a5a2e59865b12760e859ac110);
|
|
|
|
|
|
var marker_b631962afa420443c03eca24dffb9fab = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_58fe08465fd5aacc2504b507576eb336 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63e31a5a465106ba5d9fc98fe6fb846b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_985f1b9725fcd0940b613d860e1729b6 = $(`<div id="html_985f1b9725fcd0940b613d860e1729b6" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_63e31a5a465106ba5d9fc98fe6fb846b.setContent(html_985f1b9725fcd0940b613d860e1729b6);
|
|
|
|
|
|
|
|
marker_b631962afa420443c03eca24dffb9fab.bindPopup(popup_63e31a5a465106ba5d9fc98fe6fb846b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b631962afa420443c03eca24dffb9fab.setIcon(icon_58fe08465fd5aacc2504b507576eb336);
|
|
|
|
|
|
var marker_abb657799b1a13ecb6d31af066eb1b5d = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_86750d72ba061a44caf56d26bccc6460 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_352b2ebe40016a4218ac0a9f96435969 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58d4b8cc47dd300fd9ee9cc5975c07c4 = $(`<div id="html_58d4b8cc47dd300fd9ee9cc5975c07c4" style="width: 100.0%; height: 100.0%;">relay.wisp.talk:443</div>`)[0];
|
|
popup_352b2ebe40016a4218ac0a9f96435969.setContent(html_58d4b8cc47dd300fd9ee9cc5975c07c4);
|
|
|
|
|
|
|
|
marker_abb657799b1a13ecb6d31af066eb1b5d.bindPopup(popup_352b2ebe40016a4218ac0a9f96435969)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abb657799b1a13ecb6d31af066eb1b5d.setIcon(icon_86750d72ba061a44caf56d26bccc6460);
|
|
|
|
|
|
var marker_74175893365816788e9c5a5a4d0e2cf3 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_ba221c448e343dbc26835556c4c87039 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9773dcb2e89b88bbfa03a125d06fab4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d2cd6960c9ee9d29900cb1448896427 = $(`<div id="html_7d2cd6960c9ee9d29900cb1448896427" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info:443</div>`)[0];
|
|
popup_9773dcb2e89b88bbfa03a125d06fab4a.setContent(html_7d2cd6960c9ee9d29900cb1448896427);
|
|
|
|
|
|
|
|
marker_74175893365816788e9c5a5a4d0e2cf3.bindPopup(popup_9773dcb2e89b88bbfa03a125d06fab4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74175893365816788e9c5a5a4d0e2cf3.setIcon(icon_ba221c448e343dbc26835556c4c87039);
|
|
|
|
|
|
var marker_04220f0f9a0c4e4940e43013659f278b = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_6b4b476d69bc705997be4aeb5c277baa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5b57d90410dfde8128366a77b2ecf28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa0bf2cafb55e984adf63581f819badd = $(`<div id="html_aa0bf2cafb55e984adf63581f819badd" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_e5b57d90410dfde8128366a77b2ecf28.setContent(html_aa0bf2cafb55e984adf63581f819badd);
|
|
|
|
|
|
|
|
marker_04220f0f9a0c4e4940e43013659f278b.bindPopup(popup_e5b57d90410dfde8128366a77b2ecf28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04220f0f9a0c4e4940e43013659f278b.setIcon(icon_6b4b476d69bc705997be4aeb5c277baa);
|
|
|
|
|
|
var marker_b972d09503d069abdeb4ef8467e4ddab = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_72fb9c6ff1a9ea6dfd1492e3d5730345 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3aaad5f1707e18c265eb39d4d48904d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_379ff887fd1b0832edd0271a49ee7b5b = $(`<div id="html_379ff887fd1b0832edd0271a49ee7b5b" style="width: 100.0%; height: 100.0%;">relay.aarpia.com</div>`)[0];
|
|
popup_3aaad5f1707e18c265eb39d4d48904d9.setContent(html_379ff887fd1b0832edd0271a49ee7b5b);
|
|
|
|
|
|
|
|
marker_b972d09503d069abdeb4ef8467e4ddab.bindPopup(popup_3aaad5f1707e18c265eb39d4d48904d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b972d09503d069abdeb4ef8467e4ddab.setIcon(icon_72fb9c6ff1a9ea6dfd1492e3d5730345);
|
|
|
|
|
|
var marker_4131e4b82af39d883150b8b88590ecb8 = L.marker(
|
|
[51.5717, 3.70417],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_a10fcd72c77aa17f4ead4070518dab38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ddccf4bd7be55ca25464a23440e0208 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9870d5d507375c07526c1f64e0f16d36 = $(`<div id="html_9870d5d507375c07526c1f64e0f16d36" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl:443</div>`)[0];
|
|
popup_7ddccf4bd7be55ca25464a23440e0208.setContent(html_9870d5d507375c07526c1f64e0f16d36);
|
|
|
|
|
|
|
|
marker_4131e4b82af39d883150b8b88590ecb8.bindPopup(popup_7ddccf4bd7be55ca25464a23440e0208)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4131e4b82af39d883150b8b88590ecb8.setIcon(icon_a10fcd72c77aa17f4ead4070518dab38);
|
|
|
|
|
|
var marker_587926f658bb49fd29391eda988999d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_325e970eba660067ffe514d7b8bb5ac7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_405b438646c6890fcb41659150de603b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba0ed4f63b899c61ddfdeaedf1442e8a = $(`<div id="html_ba0ed4f63b899c61ddfdeaedf1442e8a" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win:443</div>`)[0];
|
|
popup_405b438646c6890fcb41659150de603b.setContent(html_ba0ed4f63b899c61ddfdeaedf1442e8a);
|
|
|
|
|
|
|
|
marker_587926f658bb49fd29391eda988999d3.bindPopup(popup_405b438646c6890fcb41659150de603b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_587926f658bb49fd29391eda988999d3.setIcon(icon_325e970eba660067ffe514d7b8bb5ac7);
|
|
|
|
|
|
var marker_4ff5ff03b2d7c5c33ec7e1131f376c54 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_cb1b29fbef5fdd04527612fa1aa315fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd1d8c5a6295e1f4e28940aff09fdb0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed3fb62ddfb21bc10c4546f071a16256 = $(`<div id="html_ed3fb62ddfb21bc10c4546f071a16256" style="width: 100.0%; height: 100.0%;">relay.damus.io:443</div>`)[0];
|
|
popup_bd1d8c5a6295e1f4e28940aff09fdb0d.setContent(html_ed3fb62ddfb21bc10c4546f071a16256);
|
|
|
|
|
|
|
|
marker_4ff5ff03b2d7c5c33ec7e1131f376c54.bindPopup(popup_bd1d8c5a6295e1f4e28940aff09fdb0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ff5ff03b2d7c5c33ec7e1131f376c54.setIcon(icon_cb1b29fbef5fdd04527612fa1aa315fa);
|
|
|
|
|
|
var marker_1f219f264c451f2e4f7e1d72ba56f7f2 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_34636322b6fa5ee27606c380ee4d1eff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eacdcb7bab2d1223a2320180d309c36d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7b0042b3a5898b36beec9e034041033 = $(`<div id="html_b7b0042b3a5898b36beec9e034041033" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_eacdcb7bab2d1223a2320180d309c36d.setContent(html_b7b0042b3a5898b36beec9e034041033);
|
|
|
|
|
|
|
|
marker_1f219f264c451f2e4f7e1d72ba56f7f2.bindPopup(popup_eacdcb7bab2d1223a2320180d309c36d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f219f264c451f2e4f7e1d72ba56f7f2.setIcon(icon_34636322b6fa5ee27606c380ee4d1eff);
|
|
|
|
|
|
var marker_dfbaa4bc0b679beee8103069f55d0271 = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_20bf53864042a0e5deff7049e259af3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8df8770f5b9c0d531f219a30b9cf1e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76c4b4aac13abf1c51a41362bda9ac55 = $(`<div id="html_76c4b4aac13abf1c51a41362bda9ac55" style="width: 100.0%; height: 100.0%;">relay.laantungir.net:443</div>`)[0];
|
|
popup_d8df8770f5b9c0d531f219a30b9cf1e2.setContent(html_76c4b4aac13abf1c51a41362bda9ac55);
|
|
|
|
|
|
|
|
marker_dfbaa4bc0b679beee8103069f55d0271.bindPopup(popup_d8df8770f5b9c0d531f219a30b9cf1e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dfbaa4bc0b679beee8103069f55d0271.setIcon(icon_20bf53864042a0e5deff7049e259af3f);
|
|
|
|
|
|
var marker_0e7b53012bf1823322ec6e3369f6f6f1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_fd2c669529b1608118685e9c00b3052f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7eacd675d382197a16b8b41cf2fb0031 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e6ada20f85bd2a5cd7d8dd5b0b1c32f = $(`<div id="html_3e6ada20f85bd2a5cd7d8dd5b0b1c32f" style="width: 100.0%; height: 100.0%;">relay.minibolt.info:443</div>`)[0];
|
|
popup_7eacd675d382197a16b8b41cf2fb0031.setContent(html_3e6ada20f85bd2a5cd7d8dd5b0b1c32f);
|
|
|
|
|
|
|
|
marker_0e7b53012bf1823322ec6e3369f6f6f1.bindPopup(popup_7eacd675d382197a16b8b41cf2fb0031)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e7b53012bf1823322ec6e3369f6f6f1.setIcon(icon_fd2c669529b1608118685e9c00b3052f);
|
|
|
|
|
|
var marker_9dc836bb5465c87e28fc69eaf33e69cb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_4b9bb45319a7fee13b8a9e45c20dc1ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_654be6e257a745fd4037df0abaa19b45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82e442a3d7b76aa3cce14c2c81374a7b = $(`<div id="html_82e442a3d7b76aa3cce14c2c81374a7b" style="width: 100.0%; height: 100.0%;">relay.bebond.net</div>`)[0];
|
|
popup_654be6e257a745fd4037df0abaa19b45.setContent(html_82e442a3d7b76aa3cce14c2c81374a7b);
|
|
|
|
|
|
|
|
marker_9dc836bb5465c87e28fc69eaf33e69cb.bindPopup(popup_654be6e257a745fd4037df0abaa19b45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9dc836bb5465c87e28fc69eaf33e69cb.setIcon(icon_4b9bb45319a7fee13b8a9e45c20dc1ee);
|
|
|
|
|
|
var marker_a5ea41b67d6699519fd8191e849fe1d3 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_8cdd54a11f6c1d516fd6c9185641777a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_178f104ba597f92fe58b77400f548c0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4736c00b5a4a2c7a47c4d4c093aa3408 = $(`<div id="html_4736c00b5a4a2c7a47c4d4c093aa3408" style="width: 100.0%; height: 100.0%;">ynostr.yael.at:443</div>`)[0];
|
|
popup_178f104ba597f92fe58b77400f548c0d.setContent(html_4736c00b5a4a2c7a47c4d4c093aa3408);
|
|
|
|
|
|
|
|
marker_a5ea41b67d6699519fd8191e849fe1d3.bindPopup(popup_178f104ba597f92fe58b77400f548c0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5ea41b67d6699519fd8191e849fe1d3.setIcon(icon_8cdd54a11f6c1d516fd6c9185641777a);
|
|
|
|
|
|
var marker_30ca740278134f67de78dd7dca434928 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_851c0cbe480d7bdffd2443b0e3be2f2a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18f45cf1d8a5d3eb2613d102f07d2381 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f96f5149eaea46243e3796039367f5ed = $(`<div id="html_f96f5149eaea46243e3796039367f5ed" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_18f45cf1d8a5d3eb2613d102f07d2381.setContent(html_f96f5149eaea46243e3796039367f5ed);
|
|
|
|
|
|
|
|
marker_30ca740278134f67de78dd7dca434928.bindPopup(popup_18f45cf1d8a5d3eb2613d102f07d2381)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30ca740278134f67de78dd7dca434928.setIcon(icon_851c0cbe480d7bdffd2443b0e3be2f2a);
|
|
|
|
|
|
var marker_1173aece1dc0550fa3735248703c3be2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_4aab943554468ac65a1612a8d08204d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_927166ff95e59a45784c075d40283820 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bfff2305f29bd33596cb0ff3ee69266b = $(`<div id="html_bfff2305f29bd33596cb0ff3ee69266b" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_927166ff95e59a45784c075d40283820.setContent(html_bfff2305f29bd33596cb0ff3ee69266b);
|
|
|
|
|
|
|
|
marker_1173aece1dc0550fa3735248703c3be2.bindPopup(popup_927166ff95e59a45784c075d40283820)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1173aece1dc0550fa3735248703c3be2.setIcon(icon_4aab943554468ac65a1612a8d08204d3);
|
|
|
|
|
|
var marker_cceedd4e29f65df5280b6425c3b59583 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_2a2bc071541b60b6c64acf98299344ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_757dfdb6e0b4d5b853aaef7aa60e7ab2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_687b382d0dcb59333679c9b0991571a4 = $(`<div id="html_687b382d0dcb59333679c9b0991571a4" style="width: 100.0%; height: 100.0%;">r.0kb.io:443</div>`)[0];
|
|
popup_757dfdb6e0b4d5b853aaef7aa60e7ab2.setContent(html_687b382d0dcb59333679c9b0991571a4);
|
|
|
|
|
|
|
|
marker_cceedd4e29f65df5280b6425c3b59583.bindPopup(popup_757dfdb6e0b4d5b853aaef7aa60e7ab2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cceedd4e29f65df5280b6425c3b59583.setIcon(icon_2a2bc071541b60b6c64acf98299344ae);
|
|
|
|
|
|
var marker_d9c0c3a338af028421d13ccf92ea0ddd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_25efb1cdf91990d45768a03d25e32063 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cacc4ca023e248f58d97e43df1b9deef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c619cb75eb06f2f40e082dde8ca6277 = $(`<div id="html_9c619cb75eb06f2f40e082dde8ca6277" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app:443</div>`)[0];
|
|
popup_cacc4ca023e248f58d97e43df1b9deef.setContent(html_9c619cb75eb06f2f40e082dde8ca6277);
|
|
|
|
|
|
|
|
marker_d9c0c3a338af028421d13ccf92ea0ddd.bindPopup(popup_cacc4ca023e248f58d97e43df1b9deef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9c0c3a338af028421d13ccf92ea0ddd.setIcon(icon_25efb1cdf91990d45768a03d25e32063);
|
|
|
|
|
|
var marker_4cc5731d20bb561920324f7289a4b93d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_9b0e8931504bbb3360cee5a445a8da2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f775e99bc6e68f373bf2905409dc79cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_059c4d664b2dc6acca34030be36b8eff = $(`<div id="html_059c4d664b2dc6acca34030be36b8eff" style="width: 100.0%; height: 100.0%;">relay.plebeian.market:443</div>`)[0];
|
|
popup_f775e99bc6e68f373bf2905409dc79cc.setContent(html_059c4d664b2dc6acca34030be36b8eff);
|
|
|
|
|
|
|
|
marker_4cc5731d20bb561920324f7289a4b93d.bindPopup(popup_f775e99bc6e68f373bf2905409dc79cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cc5731d20bb561920324f7289a4b93d.setIcon(icon_9b0e8931504bbb3360cee5a445a8da2b);
|
|
|
|
|
|
var marker_a5b39858169ec6142de8a750445b8f5b = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_27f1d4b36a2ccd75b6d0c074d21bbf87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17ffe3f6f7388d1b7f6ac40c06c70063 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e4b03c05cc4055b53d502a610354e24 = $(`<div id="html_8e4b03c05cc4055b53d502a610354e24" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_17ffe3f6f7388d1b7f6ac40c06c70063.setContent(html_8e4b03c05cc4055b53d502a610354e24);
|
|
|
|
|
|
|
|
marker_a5b39858169ec6142de8a750445b8f5b.bindPopup(popup_17ffe3f6f7388d1b7f6ac40c06c70063)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5b39858169ec6142de8a750445b8f5b.setIcon(icon_27f1d4b36a2ccd75b6d0c074d21bbf87);
|
|
|
|
|
|
var marker_c414497a814238c66004cb288af14666 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_9cfeeb56c7f7db5403235246150cedd2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3792cfb5434dd7690bd2989c04a21978 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_827b28ff5a0bcd5aaa47c8b24582130d = $(`<div id="html_827b28ff5a0bcd5aaa47c8b24582130d" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net:443</div>`)[0];
|
|
popup_3792cfb5434dd7690bd2989c04a21978.setContent(html_827b28ff5a0bcd5aaa47c8b24582130d);
|
|
|
|
|
|
|
|
marker_c414497a814238c66004cb288af14666.bindPopup(popup_3792cfb5434dd7690bd2989c04a21978)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c414497a814238c66004cb288af14666.setIcon(icon_9cfeeb56c7f7db5403235246150cedd2);
|
|
|
|
|
|
var marker_ac29f64df64bbda86d1c5ccda312d9e0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_cb6d551cca49bd3b32b4dac306330e23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43f3d21304d9201bc1aaf71f03bfe76e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de48c825e6ed27cb45cc9c27d581370e = $(`<div id="html_de48c825e6ed27cb45cc9c27d581370e" style="width: 100.0%; height: 100.0%;">ribo.nostria.app:443</div>`)[0];
|
|
popup_43f3d21304d9201bc1aaf71f03bfe76e.setContent(html_de48c825e6ed27cb45cc9c27d581370e);
|
|
|
|
|
|
|
|
marker_ac29f64df64bbda86d1c5ccda312d9e0.bindPopup(popup_43f3d21304d9201bc1aaf71f03bfe76e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac29f64df64bbda86d1c5ccda312d9e0.setIcon(icon_cb6d551cca49bd3b32b4dac306330e23);
|
|
|
|
|
|
var marker_5da3abf128107862ff8d66144dcb7d7f = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_326224557c8a80d774e2dae871ef5c18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b040b2141699715a478e970f1ac3980f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad24afd0bfd7bfb11c0c38532208b8a3 = $(`<div id="html_ad24afd0bfd7bfb11c0c38532208b8a3" style="width: 100.0%; height: 100.0%;">thecitadel.nostr1.com</div>`)[0];
|
|
popup_b040b2141699715a478e970f1ac3980f.setContent(html_ad24afd0bfd7bfb11c0c38532208b8a3);
|
|
|
|
|
|
|
|
marker_5da3abf128107862ff8d66144dcb7d7f.bindPopup(popup_b040b2141699715a478e970f1ac3980f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5da3abf128107862ff8d66144dcb7d7f.setIcon(icon_326224557c8a80d774e2dae871ef5c18);
|
|
|
|
|
|
var marker_3c13d372e55966f8f4d7a7f7747ba11d = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_becb1125cb032e3ce1b91c7e81adba56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f46cf6529e2438d20e4baea188291f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9e8d98d270c76e649e450ff0e6bc47c = $(`<div id="html_c9e8d98d270c76e649e450ff0e6bc47c" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com:443</div>`)[0];
|
|
popup_8f46cf6529e2438d20e4baea188291f0.setContent(html_c9e8d98d270c76e649e450ff0e6bc47c);
|
|
|
|
|
|
|
|
marker_3c13d372e55966f8f4d7a7f7747ba11d.bindPopup(popup_8f46cf6529e2438d20e4baea188291f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c13d372e55966f8f4d7a7f7747ba11d.setIcon(icon_becb1125cb032e3ce1b91c7e81adba56);
|
|
|
|
|
|
var marker_de7c621c324a93a228d7a4115f56bad2 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_fc974b6ceb92c6f21c0e34c10b2a7ae3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6999af02a5b4830ff2f14d645bb14d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21d34aba2f6b54d196c4bb3e9ba8235d = $(`<div id="html_21d34aba2f6b54d196c4bb3e9ba8235d" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_f6999af02a5b4830ff2f14d645bb14d9.setContent(html_21d34aba2f6b54d196c4bb3e9ba8235d);
|
|
|
|
|
|
|
|
marker_de7c621c324a93a228d7a4115f56bad2.bindPopup(popup_f6999af02a5b4830ff2f14d645bb14d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de7c621c324a93a228d7a4115f56bad2.setIcon(icon_fc974b6ceb92c6f21c0e34c10b2a7ae3);
|
|
|
|
|
|
var marker_b0ddf1ae91b0e06d26f694061f1024b8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_069481d7fe21e55a2ceb7930df0b4c9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8479a63a0219ea7fe19467bf9cc5a5a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f52f3d2c62097acfbf01d427f9fae23c = $(`<div id="html_f52f3d2c62097acfbf01d427f9fae23c" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_8479a63a0219ea7fe19467bf9cc5a5a6.setContent(html_f52f3d2c62097acfbf01d427f9fae23c);
|
|
|
|
|
|
|
|
marker_b0ddf1ae91b0e06d26f694061f1024b8.bindPopup(popup_8479a63a0219ea7fe19467bf9cc5a5a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0ddf1ae91b0e06d26f694061f1024b8.setIcon(icon_069481d7fe21e55a2ceb7930df0b4c9c);
|
|
|
|
|
|
var marker_218d60174bc0f924a63eef3fc3865e1e = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_e91a1408925921490d8adb8341064b40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc964e2e69a392b7e3f65925ec2d27e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25274e738a890f3c2ce16457a52bdb6a = $(`<div id="html_25274e738a890f3c2ce16457a52bdb6a" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_cc964e2e69a392b7e3f65925ec2d27e9.setContent(html_25274e738a890f3c2ce16457a52bdb6a);
|
|
|
|
|
|
|
|
marker_218d60174bc0f924a63eef3fc3865e1e.bindPopup(popup_cc964e2e69a392b7e3f65925ec2d27e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_218d60174bc0f924a63eef3fc3865e1e.setIcon(icon_e91a1408925921490d8adb8341064b40);
|
|
|
|
|
|
var marker_73cf6324b48a1b08b563796cbd25840d = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_bcfa8461a26cea91377f2fa50c26275f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8a48f406e35fe8744fb45c1c4b12dee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37c497979412841ec68071a8a95a1f91 = $(`<div id="html_37c497979412841ec68071a8a95a1f91" style="width: 100.0%; height: 100.0%;">relay.lightning.pub:443</div>`)[0];
|
|
popup_b8a48f406e35fe8744fb45c1c4b12dee.setContent(html_37c497979412841ec68071a8a95a1f91);
|
|
|
|
|
|
|
|
marker_73cf6324b48a1b08b563796cbd25840d.bindPopup(popup_b8a48f406e35fe8744fb45c1c4b12dee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73cf6324b48a1b08b563796cbd25840d.setIcon(icon_bcfa8461a26cea91377f2fa50c26275f);
|
|
|
|
|
|
var marker_e3001c32ebeeeda46ad40384608ee8de = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_95e337daa4e10ded87c85f129afcaa5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1e54f0d91e1843801f42dabe006d226 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7f926684a1dd1d159935656e7b79ddb = $(`<div id="html_e7f926684a1dd1d159935656e7b79ddb" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io:443</div>`)[0];
|
|
popup_d1e54f0d91e1843801f42dabe006d226.setContent(html_e7f926684a1dd1d159935656e7b79ddb);
|
|
|
|
|
|
|
|
marker_e3001c32ebeeeda46ad40384608ee8de.bindPopup(popup_d1e54f0d91e1843801f42dabe006d226)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3001c32ebeeeda46ad40384608ee8de.setIcon(icon_95e337daa4e10ded87c85f129afcaa5f);
|
|
|
|
|
|
var marker_0de0092c4e31a08cad58633cc5b2f2f6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_b971ee18114bdfaa5ea66d9c822c7d87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8da9d99c83d541ab0716891b09a30ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e05a93c3a06ae91ae02b45372d20c189 = $(`<div id="html_e05a93c3a06ae91ae02b45372d20c189" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_b8da9d99c83d541ab0716891b09a30ea.setContent(html_e05a93c3a06ae91ae02b45372d20c189);
|
|
|
|
|
|
|
|
marker_0de0092c4e31a08cad58633cc5b2f2f6.bindPopup(popup_b8da9d99c83d541ab0716891b09a30ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0de0092c4e31a08cad58633cc5b2f2f6.setIcon(icon_b971ee18114bdfaa5ea66d9c822c7d87);
|
|
|
|
|
|
var marker_b8a46bebe325bb4819b3fccba56f7f50 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_a60cb8c2f84d5139684a0edeab27a325 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e84ddf9a3a6d9595c60469cf6fcce2fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b79f8aefa5beadbad2105ef7261f54ba = $(`<div id="html_b79f8aefa5beadbad2105ef7261f54ba" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_e84ddf9a3a6d9595c60469cf6fcce2fe.setContent(html_b79f8aefa5beadbad2105ef7261f54ba);
|
|
|
|
|
|
|
|
marker_b8a46bebe325bb4819b3fccba56f7f50.bindPopup(popup_e84ddf9a3a6d9595c60469cf6fcce2fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8a46bebe325bb4819b3fccba56f7f50.setIcon(icon_a60cb8c2f84d5139684a0edeab27a325);
|
|
|
|
|
|
var marker_f94a72498898829b02e2f0b27ce91220 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_eb9a082eab464d079b570d14f361c3d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_325383a2f36dfac3dc5faaff8cae63c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9400733b5b7d5dadb7dc07d3fb04958 = $(`<div id="html_a9400733b5b7d5dadb7dc07d3fb04958" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx:443</div>`)[0];
|
|
popup_325383a2f36dfac3dc5faaff8cae63c5.setContent(html_a9400733b5b7d5dadb7dc07d3fb04958);
|
|
|
|
|
|
|
|
marker_f94a72498898829b02e2f0b27ce91220.bindPopup(popup_325383a2f36dfac3dc5faaff8cae63c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f94a72498898829b02e2f0b27ce91220.setIcon(icon_eb9a082eab464d079b570d14f361c3d2);
|
|
|
|
|
|
var marker_80fac260542f52c487ed3e55b249a227 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_5f044abf1784a0166494194d3a32adee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7aa4775351972c112983f1b1a4594414 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d70cfdd43a7e4943ed67227b6844aa8f = $(`<div id="html_d70cfdd43a7e4943ed67227b6844aa8f" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news:443</div>`)[0];
|
|
popup_7aa4775351972c112983f1b1a4594414.setContent(html_d70cfdd43a7e4943ed67227b6844aa8f);
|
|
|
|
|
|
|
|
marker_80fac260542f52c487ed3e55b249a227.bindPopup(popup_7aa4775351972c112983f1b1a4594414)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80fac260542f52c487ed3e55b249a227.setIcon(icon_5f044abf1784a0166494194d3a32adee);
|
|
|
|
|
|
var marker_10dd8c97cd0cd28b5440fa1847f1f098 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_40470400da16316c9ac9194889b77662 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18348134b9018ecce72c9edd31c8d9f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5b478bdea43bbf104cae41b9d930845 = $(`<div id="html_a5b478bdea43bbf104cae41b9d930845" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi:443</div>`)[0];
|
|
popup_18348134b9018ecce72c9edd31c8d9f4.setContent(html_a5b478bdea43bbf104cae41b9d930845);
|
|
|
|
|
|
|
|
marker_10dd8c97cd0cd28b5440fa1847f1f098.bindPopup(popup_18348134b9018ecce72c9edd31c8d9f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10dd8c97cd0cd28b5440fa1847f1f098.setIcon(icon_40470400da16316c9ac9194889b77662);
|
|
|
|
|
|
var marker_9089bd21843f97a9dae9cf19e62b4e08 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_390a9f09947a93eebfb70deeee9f969e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ab29f57f459891592166c28f03db256 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7683609f4c26821b3226f553b0fcd34c = $(`<div id="html_7683609f4c26821b3226f553b0fcd34c" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_5ab29f57f459891592166c28f03db256.setContent(html_7683609f4c26821b3226f553b0fcd34c);
|
|
|
|
|
|
|
|
marker_9089bd21843f97a9dae9cf19e62b4e08.bindPopup(popup_5ab29f57f459891592166c28f03db256)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9089bd21843f97a9dae9cf19e62b4e08.setIcon(icon_390a9f09947a93eebfb70deeee9f969e);
|
|
|
|
|
|
var marker_262d89f555c2c2bee4afd2fd3321653d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_7a9d669121724476ddb59ef6e01b2dd9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bfde0df076ce44030f447a94258b41b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_236df52fa2051c6056eb1f0b8c766f21 = $(`<div id="html_236df52fa2051c6056eb1f0b8c766f21" style="width: 100.0%; height: 100.0%;">relay.mrmave.work</div>`)[0];
|
|
popup_bfde0df076ce44030f447a94258b41b2.setContent(html_236df52fa2051c6056eb1f0b8c766f21);
|
|
|
|
|
|
|
|
marker_262d89f555c2c2bee4afd2fd3321653d.bindPopup(popup_bfde0df076ce44030f447a94258b41b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_262d89f555c2c2bee4afd2fd3321653d.setIcon(icon_7a9d669121724476ddb59ef6e01b2dd9);
|
|
|
|
|
|
var marker_bf1025b40f309d4e18b18e910a09ce45 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_4e239032df34d5ece1a91eae4f7ed1a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9252a4e78d8223706f1a12fb969c079 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_758049ee67ff89032e030c14ef0e4bb3 = $(`<div id="html_758049ee67ff89032e030c14ef0e4bb3" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_f9252a4e78d8223706f1a12fb969c079.setContent(html_758049ee67ff89032e030c14ef0e4bb3);
|
|
|
|
|
|
|
|
marker_bf1025b40f309d4e18b18e910a09ce45.bindPopup(popup_f9252a4e78d8223706f1a12fb969c079)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf1025b40f309d4e18b18e910a09ce45.setIcon(icon_4e239032df34d5ece1a91eae4f7ed1a1);
|
|
|
|
|
|
var marker_4c93ef8bb2e3015219880cee9c87720a = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_c4721acab081d1026f0d907a527ed1ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37169f00bc41896fe0167421fc75a6d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03da56ccc50dbab158af9606f953c2d1 = $(`<div id="html_03da56ccc50dbab158af9606f953c2d1" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_37169f00bc41896fe0167421fc75a6d2.setContent(html_03da56ccc50dbab158af9606f953c2d1);
|
|
|
|
|
|
|
|
marker_4c93ef8bb2e3015219880cee9c87720a.bindPopup(popup_37169f00bc41896fe0167421fc75a6d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c93ef8bb2e3015219880cee9c87720a.setIcon(icon_c4721acab081d1026f0d907a527ed1ee);
|
|
|
|
|
|
var marker_4730e07acd3dd0d056bc2729786c4fb6 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_21a1214cb5e3b182c3cb43abb639b9df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0ab475a965c26b87eed348e0db42017 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48ad9f8314cde84d0a9bca1fc8a2aea4 = $(`<div id="html_48ad9f8314cde84d0a9bca1fc8a2aea4" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl:443</div>`)[0];
|
|
popup_f0ab475a965c26b87eed348e0db42017.setContent(html_48ad9f8314cde84d0a9bca1fc8a2aea4);
|
|
|
|
|
|
|
|
marker_4730e07acd3dd0d056bc2729786c4fb6.bindPopup(popup_f0ab475a965c26b87eed348e0db42017)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4730e07acd3dd0d056bc2729786c4fb6.setIcon(icon_21a1214cb5e3b182c3cb43abb639b9df);
|
|
|
|
|
|
var marker_ff705f24b65aebefff5e9ecb1f3d5181 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_80aeeb655e585e4f57e1951f30c70660 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79a0395a9b10a2d1105d3ef7a48725af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf3aafca131887149803db97ae1cf83f = $(`<div id="html_bf3aafca131887149803db97ae1cf83f" style="width: 100.0%; height: 100.0%;">testnet.samt.st</div>`)[0];
|
|
popup_79a0395a9b10a2d1105d3ef7a48725af.setContent(html_bf3aafca131887149803db97ae1cf83f);
|
|
|
|
|
|
|
|
marker_ff705f24b65aebefff5e9ecb1f3d5181.bindPopup(popup_79a0395a9b10a2d1105d3ef7a48725af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff705f24b65aebefff5e9ecb1f3d5181.setIcon(icon_80aeeb655e585e4f57e1951f30c70660);
|
|
|
|
|
|
var marker_dd341f62473f24cb5f731e8eb684d38c = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_cdf3f11eb942e018878fcd5fed93c540 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c27048d017c3bc9c1e4d98bfdacec83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16069603aac078610f7efaff6cd7f0b3 = $(`<div id="html_16069603aac078610f7efaff6cd7f0b3" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com:443</div>`)[0];
|
|
popup_2c27048d017c3bc9c1e4d98bfdacec83.setContent(html_16069603aac078610f7efaff6cd7f0b3);
|
|
|
|
|
|
|
|
marker_dd341f62473f24cb5f731e8eb684d38c.bindPopup(popup_2c27048d017c3bc9c1e4d98bfdacec83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd341f62473f24cb5f731e8eb684d38c.setIcon(icon_cdf3f11eb942e018878fcd5fed93c540);
|
|
|
|
|
|
var marker_2e194807cb80a72a7ee8dc8659b7b777 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_3015678a00955e6acec0198534c395ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7495db988a69b0f5365f484a0c8b6d8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_765184b58430f31a20ccdfacb87d8e10 = $(`<div id="html_765184b58430f31a20ccdfacb87d8e10" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_7495db988a69b0f5365f484a0c8b6d8e.setContent(html_765184b58430f31a20ccdfacb87d8e10);
|
|
|
|
|
|
|
|
marker_2e194807cb80a72a7ee8dc8659b7b777.bindPopup(popup_7495db988a69b0f5365f484a0c8b6d8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e194807cb80a72a7ee8dc8659b7b777.setIcon(icon_3015678a00955e6acec0198534c395ae);
|
|
|
|
|
|
var marker_1bb545b00510e4b3df16ee77308e8c41 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_d87c206dd775f6a5f0efe616d13dabac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5f54b188953b435e14c55f794d8180f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0638ae9ae0bec14c5b37a39ce5959a49 = $(`<div id="html_0638ae9ae0bec14c5b37a39ce5959a49" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_c5f54b188953b435e14c55f794d8180f.setContent(html_0638ae9ae0bec14c5b37a39ce5959a49);
|
|
|
|
|
|
|
|
marker_1bb545b00510e4b3df16ee77308e8c41.bindPopup(popup_c5f54b188953b435e14c55f794d8180f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bb545b00510e4b3df16ee77308e8c41.setIcon(icon_d87c206dd775f6a5f0efe616d13dabac);
|
|
|
|
|
|
var marker_f7b03da3ed9a3df0645a2c1134432686 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_8c2bd2f8d86a0ff60fb86887ade42c2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a37dacd81bb9c0b940ae8b07e1e44cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f664edde3387108f42f29679a3342c2d = $(`<div id="html_f664edde3387108f42f29679a3342c2d" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_3a37dacd81bb9c0b940ae8b07e1e44cf.setContent(html_f664edde3387108f42f29679a3342c2d);
|
|
|
|
|
|
|
|
marker_f7b03da3ed9a3df0645a2c1134432686.bindPopup(popup_3a37dacd81bb9c0b940ae8b07e1e44cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7b03da3ed9a3df0645a2c1134432686.setIcon(icon_8c2bd2f8d86a0ff60fb86887ade42c2e);
|
|
|
|
|
|
var marker_25b2eae488fce171bdd3a409b2f5aebd = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_2273c0c3f96386acfcab85f1a2d6a106 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7abc7899807dc6e5888f0ce0afbc19e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1c6c6d6ecaf444486659134f0d6815f = $(`<div id="html_a1c6c6d6ecaf444486659134f0d6815f" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_b7abc7899807dc6e5888f0ce0afbc19e.setContent(html_a1c6c6d6ecaf444486659134f0d6815f);
|
|
|
|
|
|
|
|
marker_25b2eae488fce171bdd3a409b2f5aebd.bindPopup(popup_b7abc7899807dc6e5888f0ce0afbc19e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25b2eae488fce171bdd3a409b2f5aebd.setIcon(icon_2273c0c3f96386acfcab85f1a2d6a106);
|
|
|
|
|
|
var marker_599b2333a2b0f77d4541ff10326de873 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_9e96ea2dd08e3b77eff4aa4c3965445f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55d1e7b94de5a562adf1e1bbf614e54d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7842cee2c2eca91161226a221bbb02fb = $(`<div id="html_7842cee2c2eca91161226a221bbb02fb" style="width: 100.0%; height: 100.0%;">conduitl2.fly.dev</div>`)[0];
|
|
popup_55d1e7b94de5a562adf1e1bbf614e54d.setContent(html_7842cee2c2eca91161226a221bbb02fb);
|
|
|
|
|
|
|
|
marker_599b2333a2b0f77d4541ff10326de873.bindPopup(popup_55d1e7b94de5a562adf1e1bbf614e54d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_599b2333a2b0f77d4541ff10326de873.setIcon(icon_9e96ea2dd08e3b77eff4aa4c3965445f);
|
|
|
|
|
|
var marker_588532a84a4d9677bf274db964395a52 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_5e5d5b1f7948928a4eefe0715358fd8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c141469336bd8895563b23bec5a0bddc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de06554267e91cfd37610e9d14507712 = $(`<div id="html_de06554267e91cfd37610e9d14507712" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_c141469336bd8895563b23bec5a0bddc.setContent(html_de06554267e91cfd37610e9d14507712);
|
|
|
|
|
|
|
|
marker_588532a84a4d9677bf274db964395a52.bindPopup(popup_c141469336bd8895563b23bec5a0bddc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_588532a84a4d9677bf274db964395a52.setIcon(icon_5e5d5b1f7948928a4eefe0715358fd8d);
|
|
|
|
|
|
var marker_70bcab1fbdf3bc0f86e77dd56cdd629b = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_b0ff927d69bb371e840abc1a47ea7080 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61ece327d8e227e1db8c2d86122d2c61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4fa333cbaff263c7809edba55c95d3d = $(`<div id="html_c4fa333cbaff263c7809edba55c95d3d" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_61ece327d8e227e1db8c2d86122d2c61.setContent(html_c4fa333cbaff263c7809edba55c95d3d);
|
|
|
|
|
|
|
|
marker_70bcab1fbdf3bc0f86e77dd56cdd629b.bindPopup(popup_61ece327d8e227e1db8c2d86122d2c61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70bcab1fbdf3bc0f86e77dd56cdd629b.setIcon(icon_b0ff927d69bb371e840abc1a47ea7080);
|
|
|
|
|
|
var marker_f2f5f8b7c7907d0cfcea06b0b9a277ec = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_b793de3af78460b0e189a50967e86395 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdc89ed5600c9b2ab70bda1aa21dc634 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6a6ab0276aca3cdf009f3187181bf5a = $(`<div id="html_d6a6ab0276aca3cdf009f3187181bf5a" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_fdc89ed5600c9b2ab70bda1aa21dc634.setContent(html_d6a6ab0276aca3cdf009f3187181bf5a);
|
|
|
|
|
|
|
|
marker_f2f5f8b7c7907d0cfcea06b0b9a277ec.bindPopup(popup_fdc89ed5600c9b2ab70bda1aa21dc634)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2f5f8b7c7907d0cfcea06b0b9a277ec.setIcon(icon_b793de3af78460b0e189a50967e86395);
|
|
|
|
|
|
var marker_5c84d45155bc037d7198c44fb8c320b7 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_f28798dfe886f405e8fcd5f478226cf5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6650cd877a4b20748050b4ce76a2004 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c253651721c15dcd4ffbdc1efe5af58 = $(`<div id="html_8c253651721c15dcd4ffbdc1efe5af58" style="width: 100.0%; height: 100.0%;">nostr2.thalheim.io</div>`)[0];
|
|
popup_c6650cd877a4b20748050b4ce76a2004.setContent(html_8c253651721c15dcd4ffbdc1efe5af58);
|
|
|
|
|
|
|
|
marker_5c84d45155bc037d7198c44fb8c320b7.bindPopup(popup_c6650cd877a4b20748050b4ce76a2004)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c84d45155bc037d7198c44fb8c320b7.setIcon(icon_f28798dfe886f405e8fcd5f478226cf5);
|
|
|
|
|
|
var marker_da45cd8db8f478903ebed58f789a301f = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_dee02a37f2a49a6e8be0e85f30c53325 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5bebd72cd1ea19c98c2825264b540cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38cc5d275bb8024f6a6adb9ce4eb9f5f = $(`<div id="html_38cc5d275bb8024f6a6adb9ce4eb9f5f" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_b5bebd72cd1ea19c98c2825264b540cc.setContent(html_38cc5d275bb8024f6a6adb9ce4eb9f5f);
|
|
|
|
|
|
|
|
marker_da45cd8db8f478903ebed58f789a301f.bindPopup(popup_b5bebd72cd1ea19c98c2825264b540cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da45cd8db8f478903ebed58f789a301f.setIcon(icon_dee02a37f2a49a6e8be0e85f30c53325);
|
|
|
|
|
|
var marker_f1bbd22857863ec1fc8f16c33f14d9ae = L.marker(
|
|
[37.5665, 126.978],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_2c9a53a3eb5f73cd75a8b90b2b978767 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7397265fc51d50ff1dc5d92654fe73ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b590dc25666673876ea77a798df46490 = $(`<div id="html_b590dc25666673876ea77a798df46490" style="width: 100.0%; height: 100.0%;">relay.mulatta.io</div>`)[0];
|
|
popup_7397265fc51d50ff1dc5d92654fe73ba.setContent(html_b590dc25666673876ea77a798df46490);
|
|
|
|
|
|
|
|
marker_f1bbd22857863ec1fc8f16c33f14d9ae.bindPopup(popup_7397265fc51d50ff1dc5d92654fe73ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1bbd22857863ec1fc8f16c33f14d9ae.setIcon(icon_2c9a53a3eb5f73cd75a8b90b2b978767);
|
|
|
|
|
|
var marker_579b4a278bdb0796d2374ee01e846083 = L.marker(
|
|
[59.3293, 18.0686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_098ffc9618a95d2cecac5dd091828e0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96252459d1c2ebb80000c8304279853e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c2da55ce9410162fbd2d2d3b6579846 = $(`<div id="html_0c2da55ce9410162fbd2d2d3b6579846" style="width: 100.0%; height: 100.0%;">relay.fckstate.net</div>`)[0];
|
|
popup_96252459d1c2ebb80000c8304279853e.setContent(html_0c2da55ce9410162fbd2d2d3b6579846);
|
|
|
|
|
|
|
|
marker_579b4a278bdb0796d2374ee01e846083.bindPopup(popup_96252459d1c2ebb80000c8304279853e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_579b4a278bdb0796d2374ee01e846083.setIcon(icon_098ffc9618a95d2cecac5dd091828e0a);
|
|
|
|
|
|
var marker_a4fbc3ebed886b16a0b8fc6c80779b64 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_4f93798aa9dbf60e10f1e3774b5f218e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7431f648a5d6d01e74f8b964d98111c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eec49a42cf44cd6c406c978045213662 = $(`<div id="html_eec49a42cf44cd6c406c978045213662" style="width: 100.0%; height: 100.0%;">relay.thecryptosquid.com</div>`)[0];
|
|
popup_7431f648a5d6d01e74f8b964d98111c3.setContent(html_eec49a42cf44cd6c406c978045213662);
|
|
|
|
|
|
|
|
marker_a4fbc3ebed886b16a0b8fc6c80779b64.bindPopup(popup_7431f648a5d6d01e74f8b964d98111c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4fbc3ebed886b16a0b8fc6c80779b64.setIcon(icon_4f93798aa9dbf60e10f1e3774b5f218e);
|
|
|
|
|
|
var marker_3b91eb240557ea1d04b4474d44980744 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_99f8a98ec935d633937b68a96a3fcbc4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_273f0e0bba76d80bd12bf097cc89bf38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44c22edb8e412367fb5cfe2e9857ad8d = $(`<div id="html_44c22edb8e412367fb5cfe2e9857ad8d" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com:443</div>`)[0];
|
|
popup_273f0e0bba76d80bd12bf097cc89bf38.setContent(html_44c22edb8e412367fb5cfe2e9857ad8d);
|
|
|
|
|
|
|
|
marker_3b91eb240557ea1d04b4474d44980744.bindPopup(popup_273f0e0bba76d80bd12bf097cc89bf38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b91eb240557ea1d04b4474d44980744.setIcon(icon_99f8a98ec935d633937b68a96a3fcbc4);
|
|
|
|
|
|
var marker_d1a1bf52e959904ae519e705088c26ac = L.marker(
|
|
[50.914, 3.21378],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_a7c3fb57a8b64e42d17867b5b9d847d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d876495690e3eee5da347e7d87b7edf3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d276e73ea396ffb02a90a32a001522b = $(`<div id="html_6d276e73ea396ffb02a90a32a001522b" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be:443</div>`)[0];
|
|
popup_d876495690e3eee5da347e7d87b7edf3.setContent(html_6d276e73ea396ffb02a90a32a001522b);
|
|
|
|
|
|
|
|
marker_d1a1bf52e959904ae519e705088c26ac.bindPopup(popup_d876495690e3eee5da347e7d87b7edf3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1a1bf52e959904ae519e705088c26ac.setIcon(icon_a7c3fb57a8b64e42d17867b5b9d847d8);
|
|
|
|
|
|
var marker_9a9e6f3978493200cf118859b1d03cb3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_f0813d4bb655555335e6a3c81c3ed1c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f34e33faa1bdc4f6194fb7013a397186 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_735fe79800c229eb51ef0162121e5aa7 = $(`<div id="html_735fe79800c229eb51ef0162121e5aa7" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_f34e33faa1bdc4f6194fb7013a397186.setContent(html_735fe79800c229eb51ef0162121e5aa7);
|
|
|
|
|
|
|
|
marker_9a9e6f3978493200cf118859b1d03cb3.bindPopup(popup_f34e33faa1bdc4f6194fb7013a397186)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a9e6f3978493200cf118859b1d03cb3.setIcon(icon_f0813d4bb655555335e6a3c81c3ed1c1);
|
|
|
|
|
|
var marker_e7d8a443329e3c56915633740da0d61b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_a84044833216a330b934cfdb479d3d90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1d9be14b24a59335f5d4c1d66aec438 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb4d8236db82d3f07b6d8c5ee55b20f6 = $(`<div id="html_cb4d8236db82d3f07b6d8c5ee55b20f6" style="width: 100.0%; height: 100.0%;">relay.nostr.place:443</div>`)[0];
|
|
popup_a1d9be14b24a59335f5d4c1d66aec438.setContent(html_cb4d8236db82d3f07b6d8c5ee55b20f6);
|
|
|
|
|
|
|
|
marker_e7d8a443329e3c56915633740da0d61b.bindPopup(popup_a1d9be14b24a59335f5d4c1d66aec438)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7d8a443329e3c56915633740da0d61b.setIcon(icon_a84044833216a330b934cfdb479d3d90);
|
|
|
|
|
|
var marker_3b55cf71fc05fb766d34bdbf42b60eca = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_8978be35cd1bc4aa6d61f30283e5a49e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5de79a13ca7b7d1120e40a4e430b988 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_285c67e240774446a2eb1a4090410903 = $(`<div id="html_285c67e240774446a2eb1a4090410903" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_a5de79a13ca7b7d1120e40a4e430b988.setContent(html_285c67e240774446a2eb1a4090410903);
|
|
|
|
|
|
|
|
marker_3b55cf71fc05fb766d34bdbf42b60eca.bindPopup(popup_a5de79a13ca7b7d1120e40a4e430b988)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b55cf71fc05fb766d34bdbf42b60eca.setIcon(icon_8978be35cd1bc4aa6d61f30283e5a49e);
|
|
|
|
|
|
var marker_3cbb6e2518d464b40b6e9ed4acdbd5e3 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_e30dea36d68f10f36bff16f35044770b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da2c2b72ba1f8af37d542782de6695d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94e5832eb9c11f8e973b42d03a840f33 = $(`<div id="html_94e5832eb9c11f8e973b42d03a840f33" style="width: 100.0%; height: 100.0%;">relay.trustr.ing</div>`)[0];
|
|
popup_da2c2b72ba1f8af37d542782de6695d3.setContent(html_94e5832eb9c11f8e973b42d03a840f33);
|
|
|
|
|
|
|
|
marker_3cbb6e2518d464b40b6e9ed4acdbd5e3.bindPopup(popup_da2c2b72ba1f8af37d542782de6695d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cbb6e2518d464b40b6e9ed4acdbd5e3.setIcon(icon_e30dea36d68f10f36bff16f35044770b);
|
|
|
|
|
|
var marker_d7eb24ab68e077d848e4934894df2d5b = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_58d6e26c97b5298992af282862fe19c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e24cb9a334c5ae77a1c4938bb89645c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ef6f5eacef3afc7c9a1d491ca050532 = $(`<div id="html_6ef6f5eacef3afc7c9a1d491ca050532" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_e24cb9a334c5ae77a1c4938bb89645c8.setContent(html_6ef6f5eacef3afc7c9a1d491ca050532);
|
|
|
|
|
|
|
|
marker_d7eb24ab68e077d848e4934894df2d5b.bindPopup(popup_e24cb9a334c5ae77a1c4938bb89645c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7eb24ab68e077d848e4934894df2d5b.setIcon(icon_58d6e26c97b5298992af282862fe19c8);
|
|
|
|
|
|
var marker_a192e6e6d80bb6edb3807fbda58f140e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_8fa9f5d2bbe61f0d8ec2a63610825ee9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2a3e9cff657e525f0bfa82016501141 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_569f318325f094d3fe565573dced3b25 = $(`<div id="html_569f318325f094d3fe565573dced3b25" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_c2a3e9cff657e525f0bfa82016501141.setContent(html_569f318325f094d3fe565573dced3b25);
|
|
|
|
|
|
|
|
marker_a192e6e6d80bb6edb3807fbda58f140e.bindPopup(popup_c2a3e9cff657e525f0bfa82016501141)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a192e6e6d80bb6edb3807fbda58f140e.setIcon(icon_8fa9f5d2bbe61f0d8ec2a63610825ee9);
|
|
|
|
|
|
var marker_3a28040bcb82cbd12d7a57f8e4474624 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_fbffa23b75dc31ff67f4258135a7f380 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da1f5ffc2a211cd9dcd9e818f2d1a0b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbbf03f6dd0ed5913ca5bc62d8b23ea6 = $(`<div id="html_cbbf03f6dd0ed5913ca5bc62d8b23ea6" style="width: 100.0%; height: 100.0%;">relay.mostro.network:443</div>`)[0];
|
|
popup_da1f5ffc2a211cd9dcd9e818f2d1a0b9.setContent(html_cbbf03f6dd0ed5913ca5bc62d8b23ea6);
|
|
|
|
|
|
|
|
marker_3a28040bcb82cbd12d7a57f8e4474624.bindPopup(popup_da1f5ffc2a211cd9dcd9e818f2d1a0b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a28040bcb82cbd12d7a57f8e4474624.setIcon(icon_fbffa23b75dc31ff67f4258135a7f380);
|
|
|
|
|
|
var marker_54ac738dbee19c2d2b63a411f17db433 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_df58bdd7484991453adab7975426c316 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_887f4f1dc5550d2340bf20fdd1b9e53b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3dc33a2e2f37be3a912eaadd711c2092 = $(`<div id="html_3dc33a2e2f37be3a912eaadd711c2092" style="width: 100.0%; height: 100.0%;">public.crostr.com:443</div>`)[0];
|
|
popup_887f4f1dc5550d2340bf20fdd1b9e53b.setContent(html_3dc33a2e2f37be3a912eaadd711c2092);
|
|
|
|
|
|
|
|
marker_54ac738dbee19c2d2b63a411f17db433.bindPopup(popup_887f4f1dc5550d2340bf20fdd1b9e53b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54ac738dbee19c2d2b63a411f17db433.setIcon(icon_df58bdd7484991453adab7975426c316);
|
|
|
|
|
|
var marker_d4b03fb432f3c06993095df0e6ff2721 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_9a4cbb41b30a4bb9706b76ccb1c8caac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd6c7df7ddae02ed3c8aa18300a82630 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6b3f8e9846958745181d1e04c85f81f = $(`<div id="html_b6b3f8e9846958745181d1e04c85f81f" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_cd6c7df7ddae02ed3c8aa18300a82630.setContent(html_b6b3f8e9846958745181d1e04c85f81f);
|
|
|
|
|
|
|
|
marker_d4b03fb432f3c06993095df0e6ff2721.bindPopup(popup_cd6c7df7ddae02ed3c8aa18300a82630)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4b03fb432f3c06993095df0e6ff2721.setIcon(icon_9a4cbb41b30a4bb9706b76ccb1c8caac);
|
|
|
|
|
|
var marker_60f8973b17326aedf04ff81486e8edb8 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_c29452b0589a06ba436cfcfb0634e9d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c009964b73a6170034b02409e205fa1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_775bab4355587e2d932c905123a0e470 = $(`<div id="html_775bab4355587e2d932c905123a0e470" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev:443</div>`)[0];
|
|
popup_c009964b73a6170034b02409e205fa1c.setContent(html_775bab4355587e2d932c905123a0e470);
|
|
|
|
|
|
|
|
marker_60f8973b17326aedf04ff81486e8edb8.bindPopup(popup_c009964b73a6170034b02409e205fa1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60f8973b17326aedf04ff81486e8edb8.setIcon(icon_c29452b0589a06ba436cfcfb0634e9d4);
|
|
|
|
|
|
var marker_a3de3352ee71f8f7c5eedca5094117e3 = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_a65bbb3d95d369663ad09aaf01748cec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_905b2acf4715544eec9dd034ee3686b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_104725d590a632a1d833dd13039fa3cf = $(`<div id="html_104725d590a632a1d833dd13039fa3cf" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com:443</div>`)[0];
|
|
popup_905b2acf4715544eec9dd034ee3686b5.setContent(html_104725d590a632a1d833dd13039fa3cf);
|
|
|
|
|
|
|
|
marker_a3de3352ee71f8f7c5eedca5094117e3.bindPopup(popup_905b2acf4715544eec9dd034ee3686b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3de3352ee71f8f7c5eedca5094117e3.setIcon(icon_a65bbb3d95d369663ad09aaf01748cec);
|
|
|
|
|
|
var marker_ce250e43fdb7c27134b56dcd2e83ad93 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_6a41a1698be6d1e27d01a7497227c4d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79aaa62e112f263fd5c31a5f653e5f36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6230e43c43aa5baeb4f2de980c0a1a7b = $(`<div id="html_6230e43c43aa5baeb4f2de980c0a1a7b" style="width: 100.0%; height: 100.0%;">nostr.purpura.cloud</div>`)[0];
|
|
popup_79aaa62e112f263fd5c31a5f653e5f36.setContent(html_6230e43c43aa5baeb4f2de980c0a1a7b);
|
|
|
|
|
|
|
|
marker_ce250e43fdb7c27134b56dcd2e83ad93.bindPopup(popup_79aaa62e112f263fd5c31a5f653e5f36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce250e43fdb7c27134b56dcd2e83ad93.setIcon(icon_6a41a1698be6d1e27d01a7497227c4d8);
|
|
|
|
|
|
var marker_a17e1c2ffafbf6828a241b01f001dcf2 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_5b6d585d4e3869320a768fb9f40763e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_755a78b89ac832af3d7b271d1996e56a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6cbbb60d726882e5e146916510d4dfb0 = $(`<div id="html_6cbbb60d726882e5e146916510d4dfb0" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_755a78b89ac832af3d7b271d1996e56a.setContent(html_6cbbb60d726882e5e146916510d4dfb0);
|
|
|
|
|
|
|
|
marker_a17e1c2ffafbf6828a241b01f001dcf2.bindPopup(popup_755a78b89ac832af3d7b271d1996e56a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a17e1c2ffafbf6828a241b01f001dcf2.setIcon(icon_5b6d585d4e3869320a768fb9f40763e6);
|
|
|
|
|
|
var marker_de3519fb494de586fc3a595a5e119d4b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_3ccc327b6ec4fadc4dc3df110f463a34 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48786334b5fb0a6722f050d1bd09a5e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ccd6cf2989ab841823a2f8f6b6d5ce2 = $(`<div id="html_2ccd6cf2989ab841823a2f8f6b6d5ce2" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_48786334b5fb0a6722f050d1bd09a5e5.setContent(html_2ccd6cf2989ab841823a2f8f6b6d5ce2);
|
|
|
|
|
|
|
|
marker_de3519fb494de586fc3a595a5e119d4b.bindPopup(popup_48786334b5fb0a6722f050d1bd09a5e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de3519fb494de586fc3a595a5e119d4b.setIcon(icon_3ccc327b6ec4fadc4dc3df110f463a34);
|
|
|
|
|
|
var marker_0c848f78c17447f813bcae368f3dd0dd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_45c6524c0703ff49bd3e7a9f37f13bfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5eaaaeab906662ffb9173d7c522ab02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7212c3e3c1206cd2424ace7ae89b9801 = $(`<div id="html_7212c3e3c1206cd2424ace7ae89b9801" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_a5eaaaeab906662ffb9173d7c522ab02.setContent(html_7212c3e3c1206cd2424ace7ae89b9801);
|
|
|
|
|
|
|
|
marker_0c848f78c17447f813bcae368f3dd0dd.bindPopup(popup_a5eaaaeab906662ffb9173d7c522ab02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c848f78c17447f813bcae368f3dd0dd.setIcon(icon_45c6524c0703ff49bd3e7a9f37f13bfe);
|
|
|
|
|
|
var marker_84c43ea5ffdb8d70b307d966608a282d = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_ae2b91f476b61a6346dc2131ee5119ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee7998c5b00b618174dbaf815fee4efd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1413435bd44cc7d8e239d19912438656 = $(`<div id="html_1413435bd44cc7d8e239d19912438656" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_ee7998c5b00b618174dbaf815fee4efd.setContent(html_1413435bd44cc7d8e239d19912438656);
|
|
|
|
|
|
|
|
marker_84c43ea5ffdb8d70b307d966608a282d.bindPopup(popup_ee7998c5b00b618174dbaf815fee4efd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84c43ea5ffdb8d70b307d966608a282d.setIcon(icon_ae2b91f476b61a6346dc2131ee5119ce);
|
|
|
|
|
|
var marker_bff618ae1a2fa7c8c097dee8a8895d46 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_9abdbe4a2fa1a4178f497485701fa09e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54748acf138c8971cf255bbaadf272cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd36390a32aba93865bc3d2ffadcb5ff = $(`<div id="html_dd36390a32aba93865bc3d2ffadcb5ff" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_54748acf138c8971cf255bbaadf272cb.setContent(html_dd36390a32aba93865bc3d2ffadcb5ff);
|
|
|
|
|
|
|
|
marker_bff618ae1a2fa7c8c097dee8a8895d46.bindPopup(popup_54748acf138c8971cf255bbaadf272cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bff618ae1a2fa7c8c097dee8a8895d46.setIcon(icon_9abdbe4a2fa1a4178f497485701fa09e);
|
|
|
|
|
|
var marker_0cb8b725705eba6343e2fbac9b3b7d1d = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_449b6d92db0af25ebfa0c3fc621d885a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa78ec1ce41297e1ee6506ad4171bfac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fe2a11e1ffeb1e7d8d47f374f55f348 = $(`<div id="html_9fe2a11e1ffeb1e7d8d47f374f55f348" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_aa78ec1ce41297e1ee6506ad4171bfac.setContent(html_9fe2a11e1ffeb1e7d8d47f374f55f348);
|
|
|
|
|
|
|
|
marker_0cb8b725705eba6343e2fbac9b3b7d1d.bindPopup(popup_aa78ec1ce41297e1ee6506ad4171bfac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cb8b725705eba6343e2fbac9b3b7d1d.setIcon(icon_449b6d92db0af25ebfa0c3fc621d885a);
|
|
|
|
|
|
var marker_1595e2b24adc55b3cae42de6a45a525d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_9920363f04b07a88002f8987d932b2e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fddfad9a185f301aa9a0c470bf7fcfdc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5941924cba071aa4201854b30a9fe57f = $(`<div id="html_5941924cba071aa4201854b30a9fe57f" style="width: 100.0%; height: 100.0%;">relay.nostr.net:443</div>`)[0];
|
|
popup_fddfad9a185f301aa9a0c470bf7fcfdc.setContent(html_5941924cba071aa4201854b30a9fe57f);
|
|
|
|
|
|
|
|
marker_1595e2b24adc55b3cae42de6a45a525d.bindPopup(popup_fddfad9a185f301aa9a0c470bf7fcfdc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1595e2b24adc55b3cae42de6a45a525d.setIcon(icon_9920363f04b07a88002f8987d932b2e2);
|
|
|
|
|
|
var marker_67342eeb9c548eba6a9c8c5271762687 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_b491b4254ec91cefd1a5a0ddd1079124 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc24f923c901b6e36c725a0cc44b03d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_043e93b9d7adaaccc3bf21ed83c8518a = $(`<div id="html_043e93b9d7adaaccc3bf21ed83c8518a" style="width: 100.0%; height: 100.0%;">relay.staging.plebeian.market</div>`)[0];
|
|
popup_fc24f923c901b6e36c725a0cc44b03d8.setContent(html_043e93b9d7adaaccc3bf21ed83c8518a);
|
|
|
|
|
|
|
|
marker_67342eeb9c548eba6a9c8c5271762687.bindPopup(popup_fc24f923c901b6e36c725a0cc44b03d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67342eeb9c548eba6a9c8c5271762687.setIcon(icon_b491b4254ec91cefd1a5a0ddd1079124);
|
|
|
|
|
|
var marker_c4deeafb34524ac24428a72b23b8a735 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_990d1e8933842a6d1b8a39b511eeb390 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bc9aa87bfca6949d241f7e55bb56f45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c36ead7b9e63a524ef9c73d50d7b604f = $(`<div id="html_c36ead7b9e63a524ef9c73d50d7b604f" style="width: 100.0%; height: 100.0%;">bitcoiner.social:443</div>`)[0];
|
|
popup_7bc9aa87bfca6949d241f7e55bb56f45.setContent(html_c36ead7b9e63a524ef9c73d50d7b604f);
|
|
|
|
|
|
|
|
marker_c4deeafb34524ac24428a72b23b8a735.bindPopup(popup_7bc9aa87bfca6949d241f7e55bb56f45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4deeafb34524ac24428a72b23b8a735.setIcon(icon_990d1e8933842a6d1b8a39b511eeb390);
|
|
|
|
|
|
var marker_05a693fd833bd374ad8475880c354b8a = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_76ec130d9808aac1efd46cd7d49fe7a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63e9b9e79d63936c3d45331de1741c16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf18a0345e56d36e6f385d9cf0912f0c = $(`<div id="html_bf18a0345e56d36e6f385d9cf0912f0c" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_63e9b9e79d63936c3d45331de1741c16.setContent(html_bf18a0345e56d36e6f385d9cf0912f0c);
|
|
|
|
|
|
|
|
marker_05a693fd833bd374ad8475880c354b8a.bindPopup(popup_63e9b9e79d63936c3d45331de1741c16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05a693fd833bd374ad8475880c354b8a.setIcon(icon_76ec130d9808aac1efd46cd7d49fe7a3);
|
|
|
|
|
|
var marker_c466636cfc3099b74665205788e38782 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_4bb583773a84bb8a004597816b8e25df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abfa6323ffb744ddda09cd0d2281f017 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d11c39e932d7b0da5b0ac4623b305bc = $(`<div id="html_2d11c39e932d7b0da5b0ac4623b305bc" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_abfa6323ffb744ddda09cd0d2281f017.setContent(html_2d11c39e932d7b0da5b0ac4623b305bc);
|
|
|
|
|
|
|
|
marker_c466636cfc3099b74665205788e38782.bindPopup(popup_abfa6323ffb744ddda09cd0d2281f017)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c466636cfc3099b74665205788e38782.setIcon(icon_4bb583773a84bb8a004597816b8e25df);
|
|
|
|
|
|
var marker_67ea5a5866837c982c1d83230dd5f180 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_5820f9cfe12ac6619cfc7482f0a0b909 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bca969833fe3b69ea74f6afe27f644f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d273fe0f3986ab5a63a0f08d73792ac = $(`<div id="html_6d273fe0f3986ab5a63a0f08d73792ac" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_bca969833fe3b69ea74f6afe27f644f4.setContent(html_6d273fe0f3986ab5a63a0f08d73792ac);
|
|
|
|
|
|
|
|
marker_67ea5a5866837c982c1d83230dd5f180.bindPopup(popup_bca969833fe3b69ea74f6afe27f644f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67ea5a5866837c982c1d83230dd5f180.setIcon(icon_5820f9cfe12ac6619cfc7482f0a0b909);
|
|
|
|
|
|
var marker_058a55085ce3aa1ce0a0927edbbe4ce0 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_7434480f326d9959d006c7862695cec7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11c670b090f2cd6bf8b269390861ab15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92c085da156f7d3d0564bb111a670548 = $(`<div id="html_92c085da156f7d3d0564bb111a670548" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com:443</div>`)[0];
|
|
popup_11c670b090f2cd6bf8b269390861ab15.setContent(html_92c085da156f7d3d0564bb111a670548);
|
|
|
|
|
|
|
|
marker_058a55085ce3aa1ce0a0927edbbe4ce0.bindPopup(popup_11c670b090f2cd6bf8b269390861ab15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_058a55085ce3aa1ce0a0927edbbe4ce0.setIcon(icon_7434480f326d9959d006c7862695cec7);
|
|
|
|
|
|
var marker_2497a07d7e5f8ebc350cc8345f3abc2e = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_aad6a6df7d5d2f31ed3936cfbf973303 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ca0354ffc45d3ab6bc74fae5606bb0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc3a45c67b06e40c13336eac6265634b = $(`<div id="html_dc3a45c67b06e40c13336eac6265634b" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_2ca0354ffc45d3ab6bc74fae5606bb0e.setContent(html_dc3a45c67b06e40c13336eac6265634b);
|
|
|
|
|
|
|
|
marker_2497a07d7e5f8ebc350cc8345f3abc2e.bindPopup(popup_2ca0354ffc45d3ab6bc74fae5606bb0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2497a07d7e5f8ebc350cc8345f3abc2e.setIcon(icon_aad6a6df7d5d2f31ed3936cfbf973303);
|
|
|
|
|
|
var marker_09bf0d52dc23474efcf26920c284f9d7 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_dc6303b37e89fcf09c09c2f94d5c64f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6fba9b30e0f4a8f8eb3ca181da140533 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_236e3cf91b09693e2612274997c807ab = $(`<div id="html_236e3cf91b09693e2612274997c807ab" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org:443</div>`)[0];
|
|
popup_6fba9b30e0f4a8f8eb3ca181da140533.setContent(html_236e3cf91b09693e2612274997c807ab);
|
|
|
|
|
|
|
|
marker_09bf0d52dc23474efcf26920c284f9d7.bindPopup(popup_6fba9b30e0f4a8f8eb3ca181da140533)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09bf0d52dc23474efcf26920c284f9d7.setIcon(icon_dc6303b37e89fcf09c09c2f94d5c64f1);
|
|
|
|
|
|
var marker_a7b3a5e7ab282d0a317300e10af86e4d = L.marker(
|
|
[50.0755, 14.4378],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_68ff6b359d19c61977cda744be054fa3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_108d91070310e76e7ca1aa65fea4e599 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e54952c2b9fa3b0188dfcda2b78f99dd = $(`<div id="html_e54952c2b9fa3b0188dfcda2b78f99dd" style="width: 100.0%; height: 100.0%;">openrelay.ziomc.com</div>`)[0];
|
|
popup_108d91070310e76e7ca1aa65fea4e599.setContent(html_e54952c2b9fa3b0188dfcda2b78f99dd);
|
|
|
|
|
|
|
|
marker_a7b3a5e7ab282d0a317300e10af86e4d.bindPopup(popup_108d91070310e76e7ca1aa65fea4e599)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7b3a5e7ab282d0a317300e10af86e4d.setIcon(icon_68ff6b359d19c61977cda744be054fa3);
|
|
|
|
|
|
var marker_f86a30aa7932bcc075e5deb5571a36de = L.marker(
|
|
[51.5717, 3.70417],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_e3870fb6de87d402c1a702db95429421 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a8621032bcbca9dbd31999d79a8ce37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fc60d89f62b1415acc75b41a613f386 = $(`<div id="html_0fc60d89f62b1415acc75b41a613f386" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_9a8621032bcbca9dbd31999d79a8ce37.setContent(html_0fc60d89f62b1415acc75b41a613f386);
|
|
|
|
|
|
|
|
marker_f86a30aa7932bcc075e5deb5571a36de.bindPopup(popup_9a8621032bcbca9dbd31999d79a8ce37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f86a30aa7932bcc075e5deb5571a36de.setIcon(icon_e3870fb6de87d402c1a702db95429421);
|
|
|
|
|
|
var marker_03309e50eff8b2b426184b967ec5dcef = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_4efc27c334fdc08eddf800ce764d0ddc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_403bfea574fb126e74bd434dd12f25bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54f56a1a433d78d4ec80990a6bd6f8ab = $(`<div id="html_54f56a1a433d78d4ec80990a6bd6f8ab" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_403bfea574fb126e74bd434dd12f25bc.setContent(html_54f56a1a433d78d4ec80990a6bd6f8ab);
|
|
|
|
|
|
|
|
marker_03309e50eff8b2b426184b967ec5dcef.bindPopup(popup_403bfea574fb126e74bd434dd12f25bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03309e50eff8b2b426184b967ec5dcef.setIcon(icon_4efc27c334fdc08eddf800ce764d0ddc);
|
|
|
|
|
|
var marker_971960eb4e039a05bc77a0bace4e580e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_761b76e604717793610afed52a0e8477 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d7d15969ad96b3414f852a599aab79a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f94762e0be9d0b01a8bcfaa41eab6fe = $(`<div id="html_3f94762e0be9d0b01a8bcfaa41eab6fe" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_3d7d15969ad96b3414f852a599aab79a.setContent(html_3f94762e0be9d0b01a8bcfaa41eab6fe);
|
|
|
|
|
|
|
|
marker_971960eb4e039a05bc77a0bace4e580e.bindPopup(popup_3d7d15969ad96b3414f852a599aab79a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_971960eb4e039a05bc77a0bace4e580e.setIcon(icon_761b76e604717793610afed52a0e8477);
|
|
|
|
|
|
var marker_07c310bb5cf3ae51c68eec652523c037 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_802f59bdd09aabff5df74309294fbb25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e7847d0fda6de6b8367a84c90fc3d10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df1a1c3285475210d7014540a845253f = $(`<div id="html_df1a1c3285475210d7014540a845253f" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_0e7847d0fda6de6b8367a84c90fc3d10.setContent(html_df1a1c3285475210d7014540a845253f);
|
|
|
|
|
|
|
|
marker_07c310bb5cf3ae51c68eec652523c037.bindPopup(popup_0e7847d0fda6de6b8367a84c90fc3d10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07c310bb5cf3ae51c68eec652523c037.setIcon(icon_802f59bdd09aabff5df74309294fbb25);
|
|
|
|
|
|
var marker_6bfa22e73af1fcd091ac031b4e09041c = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_d283f0bb1f515983e7f4ff80f5398e40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e2a8d52b803717a49ff324453f792f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c315c0f24e89577e8a6b197db1da97e = $(`<div id="html_6c315c0f24e89577e8a6b197db1da97e" style="width: 100.0%; height: 100.0%;">nostr.wild-vibes.ts.net</div>`)[0];
|
|
popup_1e2a8d52b803717a49ff324453f792f0.setContent(html_6c315c0f24e89577e8a6b197db1da97e);
|
|
|
|
|
|
|
|
marker_6bfa22e73af1fcd091ac031b4e09041c.bindPopup(popup_1e2a8d52b803717a49ff324453f792f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6bfa22e73af1fcd091ac031b4e09041c.setIcon(icon_d283f0bb1f515983e7f4ff80f5398e40);
|
|
|
|
|
|
var marker_f4e0ceac1d1810d43b9776612d1f2faa = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_3abe19ba4d40bffa61e0e363eb42c288 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00d291cc82ab6e304a706407886eec8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c58df916b71862db6c31ef66fd186ab = $(`<div id="html_2c58df916b71862db6c31ef66fd186ab" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_00d291cc82ab6e304a706407886eec8d.setContent(html_2c58df916b71862db6c31ef66fd186ab);
|
|
|
|
|
|
|
|
marker_f4e0ceac1d1810d43b9776612d1f2faa.bindPopup(popup_00d291cc82ab6e304a706407886eec8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4e0ceac1d1810d43b9776612d1f2faa.setIcon(icon_3abe19ba4d40bffa61e0e363eb42c288);
|
|
|
|
|
|
var marker_1db6eb6497d6219ef956a0619d9dfa93 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_32776d507194f18043905aa5ec983e28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ded892f0eda8c18a0b238bef7e49c45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b01bebb00a899772f36a66305ea9cb6 = $(`<div id="html_3b01bebb00a899772f36a66305ea9cb6" style="width: 100.0%; height: 100.0%;">antiprimal.net</div>`)[0];
|
|
popup_7ded892f0eda8c18a0b238bef7e49c45.setContent(html_3b01bebb00a899772f36a66305ea9cb6);
|
|
|
|
|
|
|
|
marker_1db6eb6497d6219ef956a0619d9dfa93.bindPopup(popup_7ded892f0eda8c18a0b238bef7e49c45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1db6eb6497d6219ef956a0619d9dfa93.setIcon(icon_32776d507194f18043905aa5ec983e28);
|
|
|
|
|
|
var marker_15d3186f4075b7975b0710a0127b2f2d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_9aa2d9a8ed3b8d090dbca5cee4cac892 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5dd50751c7bc9db31617d4ee524ec1a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d53690d97dfd1361e6b5f8364eb9f518 = $(`<div id="html_d53690d97dfd1361e6b5f8364eb9f518" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_5dd50751c7bc9db31617d4ee524ec1a0.setContent(html_d53690d97dfd1361e6b5f8364eb9f518);
|
|
|
|
|
|
|
|
marker_15d3186f4075b7975b0710a0127b2f2d.bindPopup(popup_5dd50751c7bc9db31617d4ee524ec1a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15d3186f4075b7975b0710a0127b2f2d.setIcon(icon_9aa2d9a8ed3b8d090dbca5cee4cac892);
|
|
|
|
|
|
var marker_17c161c1cdf48f56a95297a366491397 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_4b0beb281ef2f2431a6d0263944c2d20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73ad103fd0b6a10432f4c8a32bfa104f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a7704c1cd42ada320578330a2d3f237 = $(`<div id="html_0a7704c1cd42ada320578330a2d3f237" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_73ad103fd0b6a10432f4c8a32bfa104f.setContent(html_0a7704c1cd42ada320578330a2d3f237);
|
|
|
|
|
|
|
|
marker_17c161c1cdf48f56a95297a366491397.bindPopup(popup_73ad103fd0b6a10432f4c8a32bfa104f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17c161c1cdf48f56a95297a366491397.setIcon(icon_4b0beb281ef2f2431a6d0263944c2d20);
|
|
|
|
|
|
var marker_92ed0a963ed9eb00ca7eb6435206c204 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_6444b1430018000f77a07daa2d509ad8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40a40fc787272c6b29fb7bbafde064e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9913f6c2413ae834ec56a975226fc15a = $(`<div id="html_9913f6c2413ae834ec56a975226fc15a" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_40a40fc787272c6b29fb7bbafde064e3.setContent(html_9913f6c2413ae834ec56a975226fc15a);
|
|
|
|
|
|
|
|
marker_92ed0a963ed9eb00ca7eb6435206c204.bindPopup(popup_40a40fc787272c6b29fb7bbafde064e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92ed0a963ed9eb00ca7eb6435206c204.setIcon(icon_6444b1430018000f77a07daa2d509ad8);
|
|
|
|
|
|
var marker_a9f77fe5a7bf220e5180852f18f15615 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_d1cdc9aec17f2c9a679ea9d9c36a7833 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17dd22cef4d4b46fc35af72c39dc221b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25c5762640eab554b735d310c4b79193 = $(`<div id="html_25c5762640eab554b735d310c4b79193" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_17dd22cef4d4b46fc35af72c39dc221b.setContent(html_25c5762640eab554b735d310c4b79193);
|
|
|
|
|
|
|
|
marker_a9f77fe5a7bf220e5180852f18f15615.bindPopup(popup_17dd22cef4d4b46fc35af72c39dc221b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9f77fe5a7bf220e5180852f18f15615.setIcon(icon_d1cdc9aec17f2c9a679ea9d9c36a7833);
|
|
|
|
|
|
var marker_b8886ba49bc93674cfb614c5b992d203 = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_58fd40f69bfd02302deb92d829a198c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9696fa322b7f88f9a2cb91a1958fa7ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7ac8112ee2881af68fa0c42088b6e66 = $(`<div id="html_f7ac8112ee2881af68fa0c42088b6e66" style="width: 100.0%; height: 100.0%;">nostr.hifish.org:443</div>`)[0];
|
|
popup_9696fa322b7f88f9a2cb91a1958fa7ee.setContent(html_f7ac8112ee2881af68fa0c42088b6e66);
|
|
|
|
|
|
|
|
marker_b8886ba49bc93674cfb614c5b992d203.bindPopup(popup_9696fa322b7f88f9a2cb91a1958fa7ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8886ba49bc93674cfb614c5b992d203.setIcon(icon_58fd40f69bfd02302deb92d829a198c9);
|
|
|
|
|
|
var marker_b70ef254352d41350fdb189231527157 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_9bd0e99f36be298119c45ee739532d0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eee518e4c4eeebd7d037927119dfb532 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a82e7c90c11e4341eadb57d372ac6621 = $(`<div id="html_a82e7c90c11e4341eadb57d372ac6621" style="width: 100.0%; height: 100.0%;">eu.nostr.pikachat.org</div>`)[0];
|
|
popup_eee518e4c4eeebd7d037927119dfb532.setContent(html_a82e7c90c11e4341eadb57d372ac6621);
|
|
|
|
|
|
|
|
marker_b70ef254352d41350fdb189231527157.bindPopup(popup_eee518e4c4eeebd7d037927119dfb532)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b70ef254352d41350fdb189231527157.setIcon(icon_9bd0e99f36be298119c45ee739532d0c);
|
|
|
|
|
|
var marker_433cd27797793fb2ff738802e0663711 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_c117d575c284edd1379435819a1f710d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1dfa48329137fec26f324dea2d8c5dd6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1dd852e359afab07b16b3dabac3c1655 = $(`<div id="html_1dd852e359afab07b16b3dabac3c1655" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe:443</div>`)[0];
|
|
popup_1dfa48329137fec26f324dea2d8c5dd6.setContent(html_1dd852e359afab07b16b3dabac3c1655);
|
|
|
|
|
|
|
|
marker_433cd27797793fb2ff738802e0663711.bindPopup(popup_1dfa48329137fec26f324dea2d8c5dd6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_433cd27797793fb2ff738802e0663711.setIcon(icon_c117d575c284edd1379435819a1f710d);
|
|
|
|
|
|
var marker_63a4e73a15bc1736196fb2fd0cfcfbce = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_1106dcc74545d6b8304338867966b73e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21d7040547c3be8ccdfebaa3327a2214 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ca2470cd78c23f09d9ae08fbfb465b7 = $(`<div id="html_1ca2470cd78c23f09d9ae08fbfb465b7" style="width: 100.0%; height: 100.0%;">relaisnostr.trivaco.fr</div>`)[0];
|
|
popup_21d7040547c3be8ccdfebaa3327a2214.setContent(html_1ca2470cd78c23f09d9ae08fbfb465b7);
|
|
|
|
|
|
|
|
marker_63a4e73a15bc1736196fb2fd0cfcfbce.bindPopup(popup_21d7040547c3be8ccdfebaa3327a2214)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63a4e73a15bc1736196fb2fd0cfcfbce.setIcon(icon_1106dcc74545d6b8304338867966b73e);
|
|
|
|
|
|
var marker_516053b3cc551d80739ab5ddd010e2ef = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_627b3c4c428d95100fc27acc116330c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32b9eecf4ad5a0ebe7618c4733a28ed8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09af91ca036e9e5264e5264abd2335d0 = $(`<div id="html_09af91ca036e9e5264e5264abd2335d0" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_32b9eecf4ad5a0ebe7618c4733a28ed8.setContent(html_09af91ca036e9e5264e5264abd2335d0);
|
|
|
|
|
|
|
|
marker_516053b3cc551d80739ab5ddd010e2ef.bindPopup(popup_32b9eecf4ad5a0ebe7618c4733a28ed8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_516053b3cc551d80739ab5ddd010e2ef.setIcon(icon_627b3c4c428d95100fc27acc116330c3);
|
|
|
|
|
|
var marker_fcccb0f44cbfa87e71bd497ddd2cf365 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_a474c710732e0786e818d6ec83e9da29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5384cae875537a65b53524866f82603c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32c23f22c3a242cdd47e59f95c6dcf8a = $(`<div id="html_32c23f22c3a242cdd47e59f95c6dcf8a" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe:443</div>`)[0];
|
|
popup_5384cae875537a65b53524866f82603c.setContent(html_32c23f22c3a242cdd47e59f95c6dcf8a);
|
|
|
|
|
|
|
|
marker_fcccb0f44cbfa87e71bd497ddd2cf365.bindPopup(popup_5384cae875537a65b53524866f82603c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fcccb0f44cbfa87e71bd497ddd2cf365.setIcon(icon_a474c710732e0786e818d6ec83e9da29);
|
|
|
|
|
|
var marker_178c92520ad3b5e04fc21bd9969813ad = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_1d09e88e3d77edf8457957f40a9a63aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c4da3d43983843b7b5fa96c0d10c923 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f6427a09f9b5555e4a2805f77927fa8 = $(`<div id="html_8f6427a09f9b5555e4a2805f77927fa8" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st</div>`)[0];
|
|
popup_6c4da3d43983843b7b5fa96c0d10c923.setContent(html_8f6427a09f9b5555e4a2805f77927fa8);
|
|
|
|
|
|
|
|
marker_178c92520ad3b5e04fc21bd9969813ad.bindPopup(popup_6c4da3d43983843b7b5fa96c0d10c923)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_178c92520ad3b5e04fc21bd9969813ad.setIcon(icon_1d09e88e3d77edf8457957f40a9a63aa);
|
|
|
|
|
|
var marker_f16310e8b5b6359bdf863501881c30b0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_3e7d480734c8df1bfd2e327efc0e7c5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_839e6ae6f67712b0808f0de0e30bf07c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a5a4d2efecccf589d77efa859438eed = $(`<div id="html_6a5a4d2efecccf589d77efa859438eed" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_839e6ae6f67712b0808f0de0e30bf07c.setContent(html_6a5a4d2efecccf589d77efa859438eed);
|
|
|
|
|
|
|
|
marker_f16310e8b5b6359bdf863501881c30b0.bindPopup(popup_839e6ae6f67712b0808f0de0e30bf07c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f16310e8b5b6359bdf863501881c30b0.setIcon(icon_3e7d480734c8df1bfd2e327efc0e7c5f);
|
|
|
|
|
|
var marker_f74a72a7625cc830570c9d077198ef04 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_612486e5c47aff843de8577edaee8fcf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6153d45f413fe26ff94e6239c2ba66f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c0dfefa0ac66ed44adb5e2902af18e2 = $(`<div id="html_4c0dfefa0ac66ed44adb5e2902af18e2" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_a6153d45f413fe26ff94e6239c2ba66f.setContent(html_4c0dfefa0ac66ed44adb5e2902af18e2);
|
|
|
|
|
|
|
|
marker_f74a72a7625cc830570c9d077198ef04.bindPopup(popup_a6153d45f413fe26ff94e6239c2ba66f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f74a72a7625cc830570c9d077198ef04.setIcon(icon_612486e5c47aff843de8577edaee8fcf);
|
|
|
|
|
|
var marker_f61197fb1c7d9f29d274f581fe0cc202 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_fbf6d370bd278c17d6abe255e019afc2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0a90562979864e600408fe3f3c0d25c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17a8f10b6c5d69c1de835eab3f47d9a0 = $(`<div id="html_17a8f10b6c5d69c1de835eab3f47d9a0" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com:443</div>`)[0];
|
|
popup_d0a90562979864e600408fe3f3c0d25c.setContent(html_17a8f10b6c5d69c1de835eab3f47d9a0);
|
|
|
|
|
|
|
|
marker_f61197fb1c7d9f29d274f581fe0cc202.bindPopup(popup_d0a90562979864e600408fe3f3c0d25c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f61197fb1c7d9f29d274f581fe0cc202.setIcon(icon_fbf6d370bd278c17d6abe255e019afc2);
|
|
|
|
|
|
var marker_61c06631f5bb796d934a2349ddb6c445 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_e29af3aedf69d4137918ee0bbc8889ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b28eb830e3f0ae136d97fd21f6eac4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b18d3de67f3273329e15036f6b19052a = $(`<div id="html_b18d3de67f3273329e15036f6b19052a" style="width: 100.0%; height: 100.0%;">rele.speyhard.fi</div>`)[0];
|
|
popup_9b28eb830e3f0ae136d97fd21f6eac4e.setContent(html_b18d3de67f3273329e15036f6b19052a);
|
|
|
|
|
|
|
|
marker_61c06631f5bb796d934a2349ddb6c445.bindPopup(popup_9b28eb830e3f0ae136d97fd21f6eac4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61c06631f5bb796d934a2349ddb6c445.setIcon(icon_e29af3aedf69d4137918ee0bbc8889ef);
|
|
|
|
|
|
var marker_d2d337f489a1991eaee7cf5cf4ba1ec4 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_a8597bd1f1efc1671701d40610b4f5b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebb6f6c97c76f45ab1dec93a4bd20554 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_675820e173c3f77cda376e24cbd30270 = $(`<div id="html_675820e173c3f77cda376e24cbd30270" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com:443</div>`)[0];
|
|
popup_ebb6f6c97c76f45ab1dec93a4bd20554.setContent(html_675820e173c3f77cda376e24cbd30270);
|
|
|
|
|
|
|
|
marker_d2d337f489a1991eaee7cf5cf4ba1ec4.bindPopup(popup_ebb6f6c97c76f45ab1dec93a4bd20554)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2d337f489a1991eaee7cf5cf4ba1ec4.setIcon(icon_a8597bd1f1efc1671701d40610b4f5b5);
|
|
|
|
|
|
var marker_b30a0939cb5fa017ec68a046c782618b = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_3759b905d7ed3196377bf0ced278b102 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e7337d209bf7f038a0b234d46885e73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b73e9289fce84546d9bedcfc1b1423b = $(`<div id="html_9b73e9289fce84546d9bedcfc1b1423b" style="width: 100.0%; height: 100.0%;">eu.nostr.pikachat.org:443</div>`)[0];
|
|
popup_5e7337d209bf7f038a0b234d46885e73.setContent(html_9b73e9289fce84546d9bedcfc1b1423b);
|
|
|
|
|
|
|
|
marker_b30a0939cb5fa017ec68a046c782618b.bindPopup(popup_5e7337d209bf7f038a0b234d46885e73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b30a0939cb5fa017ec68a046c782618b.setIcon(icon_3759b905d7ed3196377bf0ced278b102);
|
|
|
|
|
|
var marker_e3e4a4f5b20b86f7851f59ea9078b37c = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_f4dd0162e3f28c5c882344a6de45f7f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86c8831dc45ffabff8314096ae6a3ae0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57e023e63b0697ffb69cb69c4b86ee9d = $(`<div id="html_57e023e63b0697ffb69cb69c4b86ee9d" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_86c8831dc45ffabff8314096ae6a3ae0.setContent(html_57e023e63b0697ffb69cb69c4b86ee9d);
|
|
|
|
|
|
|
|
marker_e3e4a4f5b20b86f7851f59ea9078b37c.bindPopup(popup_86c8831dc45ffabff8314096ae6a3ae0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3e4a4f5b20b86f7851f59ea9078b37c.setIcon(icon_f4dd0162e3f28c5c882344a6de45f7f3);
|
|
|
|
|
|
var marker_5f97e74b1acc2af36c33409b072b8d41 = L.marker(
|
|
[35.2227, -97.4786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_c635666b6ee7077c50f9a8bd19be5a45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5b26917fa821df3ffa16bdb670066aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55518435c6cd2a59756fb49325aa3d65 = $(`<div id="html_55518435c6cd2a59756fb49325aa3d65" style="width: 100.0%; height: 100.0%;">relay.beginningend.com:443</div>`)[0];
|
|
popup_a5b26917fa821df3ffa16bdb670066aa.setContent(html_55518435c6cd2a59756fb49325aa3d65);
|
|
|
|
|
|
|
|
marker_5f97e74b1acc2af36c33409b072b8d41.bindPopup(popup_a5b26917fa821df3ffa16bdb670066aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f97e74b1acc2af36c33409b072b8d41.setIcon(icon_c635666b6ee7077c50f9a8bd19be5a45);
|
|
|
|
|
|
var marker_d466c9fd437ff10c72b8ae8393c09f72 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_e549b4c5828d7cd3790b2c80e3b1bedd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad0797a8acbc88d4639714ccfb056301 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ed9523e6262aaa2dac8255115443d7a = $(`<div id="html_3ed9523e6262aaa2dac8255115443d7a" style="width: 100.0%; height: 100.0%;">damus.bostr.online</div>`)[0];
|
|
popup_ad0797a8acbc88d4639714ccfb056301.setContent(html_3ed9523e6262aaa2dac8255115443d7a);
|
|
|
|
|
|
|
|
marker_d466c9fd437ff10c72b8ae8393c09f72.bindPopup(popup_ad0797a8acbc88d4639714ccfb056301)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d466c9fd437ff10c72b8ae8393c09f72.setIcon(icon_e549b4c5828d7cd3790b2c80e3b1bedd);
|
|
|
|
|
|
var marker_b856493d61a4f5dca8777bad3c75a072 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_a2beee09545d847b24e7e29483759866 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_858cf1cc398a6e9e16487841cc110162 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fada4ab2d15955180648fead2dc6a652 = $(`<div id="html_fada4ab2d15955180648fead2dc6a652" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io:443</div>`)[0];
|
|
popup_858cf1cc398a6e9e16487841cc110162.setContent(html_fada4ab2d15955180648fead2dc6a652);
|
|
|
|
|
|
|
|
marker_b856493d61a4f5dca8777bad3c75a072.bindPopup(popup_858cf1cc398a6e9e16487841cc110162)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b856493d61a4f5dca8777bad3c75a072.setIcon(icon_a2beee09545d847b24e7e29483759866);
|
|
|
|
|
|
var marker_7d99deb70c335eb849861b410ba4ac72 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_07ff2c0030ab11feece340e446add3ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b623cc1dc851477a40905b24f757b4a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a11f2f9e6dee3a8cd04dc02244785828 = $(`<div id="html_a11f2f9e6dee3a8cd04dc02244785828" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_b623cc1dc851477a40905b24f757b4a8.setContent(html_a11f2f9e6dee3a8cd04dc02244785828);
|
|
|
|
|
|
|
|
marker_7d99deb70c335eb849861b410ba4ac72.bindPopup(popup_b623cc1dc851477a40905b24f757b4a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d99deb70c335eb849861b410ba4ac72.setIcon(icon_07ff2c0030ab11feece340e446add3ef);
|
|
|
|
|
|
var marker_5e9c575b9a5c8d868664bdfeb5105b9d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_7a9f11f374ddf4de8076637a4cd2960d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5f1474e82f60a048de74ebab32c2729 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c23a6471220864e2472b465faa8dbc7 = $(`<div id="html_9c23a6471220864e2472b465faa8dbc7" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io:443</div>`)[0];
|
|
popup_e5f1474e82f60a048de74ebab32c2729.setContent(html_9c23a6471220864e2472b465faa8dbc7);
|
|
|
|
|
|
|
|
marker_5e9c575b9a5c8d868664bdfeb5105b9d.bindPopup(popup_e5f1474e82f60a048de74ebab32c2729)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e9c575b9a5c8d868664bdfeb5105b9d.setIcon(icon_7a9f11f374ddf4de8076637a4cd2960d);
|
|
|
|
|
|
var marker_f9ef0618164912ea459176112ddffbe2 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_166b2444bb7bb2fe00553a692cd2f8c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7736a262c886276d54c69899fb4a3ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_230eb131ea15909ced9111936d99a2b7 = $(`<div id="html_230eb131ea15909ced9111936d99a2b7" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com:443</div>`)[0];
|
|
popup_a7736a262c886276d54c69899fb4a3ca.setContent(html_230eb131ea15909ced9111936d99a2b7);
|
|
|
|
|
|
|
|
marker_f9ef0618164912ea459176112ddffbe2.bindPopup(popup_a7736a262c886276d54c69899fb4a3ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9ef0618164912ea459176112ddffbe2.setIcon(icon_166b2444bb7bb2fe00553a692cd2f8c6);
|
|
|
|
|
|
var marker_e8b07dc0e5cfeccf768b0d69d9b9ff1b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_67b5521fbc8b96d9db2ce5f1f30b4c0b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_238590ee08715e16399a98a93804a303 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe4ff4346fd8d3d092d720aba2ee7580 = $(`<div id="html_fe4ff4346fd8d3d092d720aba2ee7580" style="width: 100.0%; height: 100.0%;">dm-test-nostr-rs-42-disabled.samt.st</div>`)[0];
|
|
popup_238590ee08715e16399a98a93804a303.setContent(html_fe4ff4346fd8d3d092d720aba2ee7580);
|
|
|
|
|
|
|
|
marker_e8b07dc0e5cfeccf768b0d69d9b9ff1b.bindPopup(popup_238590ee08715e16399a98a93804a303)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8b07dc0e5cfeccf768b0d69d9b9ff1b.setIcon(icon_67b5521fbc8b96d9db2ce5f1f30b4c0b);
|
|
|
|
|
|
var marker_3b3333e42d03ebc7d88e08bdef10f08d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_050b8e9decaaf14e62ee4bf552e7b133 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42896dfea7590696b21d11b6f614f289 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b028f5ad6593a70d67b63e112e3817f = $(`<div id="html_5b028f5ad6593a70d67b63e112e3817f" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_42896dfea7590696b21d11b6f614f289.setContent(html_5b028f5ad6593a70d67b63e112e3817f);
|
|
|
|
|
|
|
|
marker_3b3333e42d03ebc7d88e08bdef10f08d.bindPopup(popup_42896dfea7590696b21d11b6f614f289)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b3333e42d03ebc7d88e08bdef10f08d.setIcon(icon_050b8e9decaaf14e62ee4bf552e7b133);
|
|
|
|
|
|
var marker_8972047ba591b7a3033a95b8757f7235 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_ab29f27838ecc8ae69cf2e748622d2e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_367e245b1d2ed848452f8411b7a74b24 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5526f8348992b76073087821f9e5f6f = $(`<div id="html_b5526f8348992b76073087821f9e5f6f" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_367e245b1d2ed848452f8411b7a74b24.setContent(html_b5526f8348992b76073087821f9e5f6f);
|
|
|
|
|
|
|
|
marker_8972047ba591b7a3033a95b8757f7235.bindPopup(popup_367e245b1d2ed848452f8411b7a74b24)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8972047ba591b7a3033a95b8757f7235.setIcon(icon_ab29f27838ecc8ae69cf2e748622d2e8);
|
|
|
|
|
|
var marker_b34dd27a21ab7bff23758d5fa7da6368 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_97b0671959c2ce3845bfcddeff33be2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b5f1d7bc19c66fb37cde333f022018c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2ba25f73a15f8ba5e082714ca034641 = $(`<div id="html_c2ba25f73a15f8ba5e082714ca034641" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de:443</div>`)[0];
|
|
popup_4b5f1d7bc19c66fb37cde333f022018c.setContent(html_c2ba25f73a15f8ba5e082714ca034641);
|
|
|
|
|
|
|
|
marker_b34dd27a21ab7bff23758d5fa7da6368.bindPopup(popup_4b5f1d7bc19c66fb37cde333f022018c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b34dd27a21ab7bff23758d5fa7da6368.setIcon(icon_97b0671959c2ce3845bfcddeff33be2c);
|
|
|
|
|
|
var marker_30153d1197489d041ce7c679184b16f3 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_4f36169d5c0eb5cd11a62bb005551637 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64248bf2e77dfc71f73cb37a5e20ffbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d76a23a6557266000a03a5b356622c01 = $(`<div id="html_d76a23a6557266000a03a5b356622c01" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_64248bf2e77dfc71f73cb37a5e20ffbd.setContent(html_d76a23a6557266000a03a5b356622c01);
|
|
|
|
|
|
|
|
marker_30153d1197489d041ce7c679184b16f3.bindPopup(popup_64248bf2e77dfc71f73cb37a5e20ffbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30153d1197489d041ce7c679184b16f3.setIcon(icon_4f36169d5c0eb5cd11a62bb005551637);
|
|
|
|
|
|
var marker_0b0d99c815449754f9859a72a49cf8e7 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_1bab9ab4bfbf5c1918283c72d708c483 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65090d5a8f6338edd638602edfa155dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bea5da344b3ed4c5c327ce780623a53f = $(`<div id="html_bea5da344b3ed4c5c327ce780623a53f" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club</div>`)[0];
|
|
popup_65090d5a8f6338edd638602edfa155dd.setContent(html_bea5da344b3ed4c5c327ce780623a53f);
|
|
|
|
|
|
|
|
marker_0b0d99c815449754f9859a72a49cf8e7.bindPopup(popup_65090d5a8f6338edd638602edfa155dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b0d99c815449754f9859a72a49cf8e7.setIcon(icon_1bab9ab4bfbf5c1918283c72d708c483);
|
|
|
|
|
|
var marker_df3e363f3eb5cc428edf457849b23988 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_63deeef87e6b33010e23524a6e1f8857 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d04411a393ee396819a7f7516642e92d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f5761438a9c3d544347ed51dc962e91 = $(`<div id="html_5f5761438a9c3d544347ed51dc962e91" style="width: 100.0%; height: 100.0%;">x.kojira.io:443</div>`)[0];
|
|
popup_d04411a393ee396819a7f7516642e92d.setContent(html_5f5761438a9c3d544347ed51dc962e91);
|
|
|
|
|
|
|
|
marker_df3e363f3eb5cc428edf457849b23988.bindPopup(popup_d04411a393ee396819a7f7516642e92d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df3e363f3eb5cc428edf457849b23988.setIcon(icon_63deeef87e6b33010e23524a6e1f8857);
|
|
|
|
|
|
var marker_9377c1a2de8c35c49e325afe64474ea0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_1e4517b7393187f409c1dcd96fc72099 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_276350d959df54a56c65a8eac5671aa7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c6c91c5409b51a106bd6aa2aba31af4 = $(`<div id="html_8c6c91c5409b51a106bd6aa2aba31af4" style="width: 100.0%; height: 100.0%;">nostr.easycryptosend.it</div>`)[0];
|
|
popup_276350d959df54a56c65a8eac5671aa7.setContent(html_8c6c91c5409b51a106bd6aa2aba31af4);
|
|
|
|
|
|
|
|
marker_9377c1a2de8c35c49e325afe64474ea0.bindPopup(popup_276350d959df54a56c65a8eac5671aa7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9377c1a2de8c35c49e325afe64474ea0.setIcon(icon_1e4517b7393187f409c1dcd96fc72099);
|
|
|
|
|
|
var marker_50fe381c37c03a1026585362f6156402 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_3b80ec9bafca1a7074216bf0d1ffe0b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_500600cad1a26c7ee90b53a5dfa97207 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e5c1514caa03780fb4b478f59067646 = $(`<div id="html_5e5c1514caa03780fb4b478f59067646" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com:443</div>`)[0];
|
|
popup_500600cad1a26c7ee90b53a5dfa97207.setContent(html_5e5c1514caa03780fb4b478f59067646);
|
|
|
|
|
|
|
|
marker_50fe381c37c03a1026585362f6156402.bindPopup(popup_500600cad1a26c7ee90b53a5dfa97207)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50fe381c37c03a1026585362f6156402.setIcon(icon_3b80ec9bafca1a7074216bf0d1ffe0b8);
|
|
|
|
|
|
var marker_33146607a7c291c4df16e5d44ce44ea6 = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_c3bd1dcc824f6205bc42215cb38bab8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_710c171122b6c766165022327a4a71ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13381a030f094c297e97e0b5d3fc173e = $(`<div id="html_13381a030f094c297e97e0b5d3fc173e" style="width: 100.0%; height: 100.0%;">relay.laantungir.net</div>`)[0];
|
|
popup_710c171122b6c766165022327a4a71ba.setContent(html_13381a030f094c297e97e0b5d3fc173e);
|
|
|
|
|
|
|
|
marker_33146607a7c291c4df16e5d44ce44ea6.bindPopup(popup_710c171122b6c766165022327a4a71ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33146607a7c291c4df16e5d44ce44ea6.setIcon(icon_c3bd1dcc824f6205bc42215cb38bab8e);
|
|
|
|
|
|
var marker_4abf7ad7c35f2934d0bc0b3fd9669bda = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_abd119f1e73b7b19d432aa153ca48549 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e26c663c64a1ac0a2e4b561f84a39ef6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af5a79ffd9d4e9edfc3966f6bf9ba182 = $(`<div id="html_af5a79ffd9d4e9edfc3966f6bf9ba182" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_e26c663c64a1ac0a2e4b561f84a39ef6.setContent(html_af5a79ffd9d4e9edfc3966f6bf9ba182);
|
|
|
|
|
|
|
|
marker_4abf7ad7c35f2934d0bc0b3fd9669bda.bindPopup(popup_e26c663c64a1ac0a2e4b561f84a39ef6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4abf7ad7c35f2934d0bc0b3fd9669bda.setIcon(icon_abd119f1e73b7b19d432aa153ca48549);
|
|
|
|
|
|
var marker_53b8a038f96176ce306ce56b22e64e89 = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_d1e60a0ffa885e3e7ef0bd0a90aa0442 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e8aff93f6b074c878b6942fd22247b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6454d0877042847f8a7ffe5643d5d35f = $(`<div id="html_6454d0877042847f8a7ffe5643d5d35f" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_0e8aff93f6b074c878b6942fd22247b0.setContent(html_6454d0877042847f8a7ffe5643d5d35f);
|
|
|
|
|
|
|
|
marker_53b8a038f96176ce306ce56b22e64e89.bindPopup(popup_0e8aff93f6b074c878b6942fd22247b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53b8a038f96176ce306ce56b22e64e89.setIcon(icon_d1e60a0ffa885e3e7ef0bd0a90aa0442);
|
|
|
|
|
|
var marker_87e3cb783bc2a224ec02da7c9b570657 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_ee98cf03318fffee90b65be5636193d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f553bba3c10ab1709a7d4a3c6196eb7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21699b1a17becd7975ff286a167b2961 = $(`<div id="html_21699b1a17becd7975ff286a167b2961" style="width: 100.0%; height: 100.0%;">vault.iris.to:443</div>`)[0];
|
|
popup_6f553bba3c10ab1709a7d4a3c6196eb7.setContent(html_21699b1a17becd7975ff286a167b2961);
|
|
|
|
|
|
|
|
marker_87e3cb783bc2a224ec02da7c9b570657.bindPopup(popup_6f553bba3c10ab1709a7d4a3c6196eb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87e3cb783bc2a224ec02da7c9b570657.setIcon(icon_ee98cf03318fffee90b65be5636193d6);
|
|
|
|
|
|
var marker_d07c85bcc73c7201cae35a8080fb2d99 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_c6e4f31046f612e39fbbfc13bc63b646 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a843c4c668ff44602e3b7d2620f35811 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d750437673aa1b2216f7d125842a97d3 = $(`<div id="html_d750437673aa1b2216f7d125842a97d3" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_a843c4c668ff44602e3b7d2620f35811.setContent(html_d750437673aa1b2216f7d125842a97d3);
|
|
|
|
|
|
|
|
marker_d07c85bcc73c7201cae35a8080fb2d99.bindPopup(popup_a843c4c668ff44602e3b7d2620f35811)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d07c85bcc73c7201cae35a8080fb2d99.setIcon(icon_c6e4f31046f612e39fbbfc13bc63b646);
|
|
|
|
|
|
var marker_318a668ab8bb289e0e5e8aa6406ab99d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_d674ceb756203d455dd967c8ee68ff43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a2a91147534961fdc1c5bbcf935674f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ddb5f7298ceba44c993432bf24fc4363 = $(`<div id="html_ddb5f7298ceba44c993432bf24fc4363" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_7a2a91147534961fdc1c5bbcf935674f.setContent(html_ddb5f7298ceba44c993432bf24fc4363);
|
|
|
|
|
|
|
|
marker_318a668ab8bb289e0e5e8aa6406ab99d.bindPopup(popup_7a2a91147534961fdc1c5bbcf935674f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_318a668ab8bb289e0e5e8aa6406ab99d.setIcon(icon_d674ceb756203d455dd967c8ee68ff43);
|
|
|
|
|
|
var marker_55a96b39989a164916e38756ed2d484d = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_02c655e615cc8a0ece1f29faf62a5ffe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff0f64a1364ff563e8c3908293c300c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0008f3e8cab59331317ca3f98de3240 = $(`<div id="html_c0008f3e8cab59331317ca3f98de3240" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_ff0f64a1364ff563e8c3908293c300c1.setContent(html_c0008f3e8cab59331317ca3f98de3240);
|
|
|
|
|
|
|
|
marker_55a96b39989a164916e38756ed2d484d.bindPopup(popup_ff0f64a1364ff563e8c3908293c300c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55a96b39989a164916e38756ed2d484d.setIcon(icon_02c655e615cc8a0ece1f29faf62a5ffe);
|
|
|
|
|
|
var marker_a393ea864b0c6e8064af5d16d1bdd758 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_cdf4e41bb4e751a2df8da245a74036cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_248cd85ab945da285d18d08f743ea995 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd0690d161a98899c82f5c6b90697e61 = $(`<div id="html_cd0690d161a98899c82f5c6b90697e61" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me:443</div>`)[0];
|
|
popup_248cd85ab945da285d18d08f743ea995.setContent(html_cd0690d161a98899c82f5c6b90697e61);
|
|
|
|
|
|
|
|
marker_a393ea864b0c6e8064af5d16d1bdd758.bindPopup(popup_248cd85ab945da285d18d08f743ea995)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a393ea864b0c6e8064af5d16d1bdd758.setIcon(icon_cdf4e41bb4e751a2df8da245a74036cd);
|
|
|
|
|
|
var marker_f07a6ed834f9d5a49d331c5d2e7075f8 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_aa119247c1459edbb2eea1654653652b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44768f465a6fe3627eb5f40c889833cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_699edd4afb59c0d42bcc82712f4e4ade = $(`<div id="html_699edd4afb59c0d42bcc82712f4e4ade" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_44768f465a6fe3627eb5f40c889833cd.setContent(html_699edd4afb59c0d42bcc82712f4e4ade);
|
|
|
|
|
|
|
|
marker_f07a6ed834f9d5a49d331c5d2e7075f8.bindPopup(popup_44768f465a6fe3627eb5f40c889833cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f07a6ed834f9d5a49d331c5d2e7075f8.setIcon(icon_aa119247c1459edbb2eea1654653652b);
|
|
|
|
|
|
var marker_5d481221fcba1942dbd64dde90f73bff = L.marker(
|
|
[35.2227, -97.4786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_e1c8276bc9bcddcbec399fb7cce79613 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9084107a0745cc7b186bc0c4030a20b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72933781bfbd3c58a21d961ed6ea721e = $(`<div id="html_72933781bfbd3c58a21d961ed6ea721e" style="width: 100.0%; height: 100.0%;">relay.beginningend.com</div>`)[0];
|
|
popup_9084107a0745cc7b186bc0c4030a20b9.setContent(html_72933781bfbd3c58a21d961ed6ea721e);
|
|
|
|
|
|
|
|
marker_5d481221fcba1942dbd64dde90f73bff.bindPopup(popup_9084107a0745cc7b186bc0c4030a20b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d481221fcba1942dbd64dde90f73bff.setIcon(icon_e1c8276bc9bcddcbec399fb7cce79613);
|
|
|
|
|
|
var marker_cac26601e6bc1cf66ceb4df9b8b55898 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_ff934be76315975abd4fe3581ae1feae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45d9d24df071b8e91e83f5d28fbf2b9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bd59d4e415af53d845c83af9f9a0cb9 = $(`<div id="html_1bd59d4e415af53d845c83af9f9a0cb9" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz:443</div>`)[0];
|
|
popup_45d9d24df071b8e91e83f5d28fbf2b9a.setContent(html_1bd59d4e415af53d845c83af9f9a0cb9);
|
|
|
|
|
|
|
|
marker_cac26601e6bc1cf66ceb4df9b8b55898.bindPopup(popup_45d9d24df071b8e91e83f5d28fbf2b9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cac26601e6bc1cf66ceb4df9b8b55898.setIcon(icon_ff934be76315975abd4fe3581ae1feae);
|
|
|
|
|
|
var marker_990ccbbd176d60511e8d9d1a16b32184 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_e297af0d60e1a5e29b2de30d5e4c5bbf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5970c75fa5a39e7ce9dbb0cf80d3ac5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42496fdf3ed9640703f118a983919158 = $(`<div id="html_42496fdf3ed9640703f118a983919158" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_5970c75fa5a39e7ce9dbb0cf80d3ac5e.setContent(html_42496fdf3ed9640703f118a983919158);
|
|
|
|
|
|
|
|
marker_990ccbbd176d60511e8d9d1a16b32184.bindPopup(popup_5970c75fa5a39e7ce9dbb0cf80d3ac5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_990ccbbd176d60511e8d9d1a16b32184.setIcon(icon_e297af0d60e1a5e29b2de30d5e4c5bbf);
|
|
|
|
|
|
var marker_e2557809d1b77e3077a7b207c038983e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_098e31d87df18a917fcfb66c4c6c90a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6e5deb28d6ea93aed1bcfa051a263ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1fde9cddf59430490ff22b5782ee868 = $(`<div id="html_c1fde9cddf59430490ff22b5782ee868" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org:443</div>`)[0];
|
|
popup_b6e5deb28d6ea93aed1bcfa051a263ca.setContent(html_c1fde9cddf59430490ff22b5782ee868);
|
|
|
|
|
|
|
|
marker_e2557809d1b77e3077a7b207c038983e.bindPopup(popup_b6e5deb28d6ea93aed1bcfa051a263ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2557809d1b77e3077a7b207c038983e.setIcon(icon_098e31d87df18a917fcfb66c4c6c90a2);
|
|
|
|
|
|
var marker_840958706d9f2aab28b34ccae5fdb791 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_cf4c154fee628f596b2478afa8b058b0);
|
|
|
|
|
|
var icon_fb385df9700bc4bba2a69a32c666aac0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ca37d63ce390332bf1b5d9f500fd9be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0e635b6269cd408051bd4f99999e379 = $(`<div id="html_f0e635b6269cd408051bd4f99999e379" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_3ca37d63ce390332bf1b5d9f500fd9be.setContent(html_f0e635b6269cd408051bd4f99999e379);
|
|
|
|
|
|
|
|
marker_840958706d9f2aab28b34ccae5fdb791.bindPopup(popup_3ca37d63ce390332bf1b5d9f500fd9be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_840958706d9f2aab28b34ccae5fdb791.setIcon(icon_fb385df9700bc4bba2a69a32c666aac0);
|
|
|
|
|
|
marker_cluster_cf4c154fee628f596b2478afa8b058b0.addTo(map_f8a8593ea6524c7d8b8b33fc89e7ec35);
|
|
|
|
</script>
|
|
</html> |