mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 11:45:18 +00:00
11399 lines
332 KiB
HTML
11399 lines
332 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_c0a304820916cbeeba109a640a7e9b7c {
|
|
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_c0a304820916cbeeba109a640a7e9b7c" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_c0a304820916cbeeba109a640a7e9b7c = L.map(
|
|
"map_c0a304820916cbeeba109a640a7e9b7c",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_22ef380954b67f58f1da6824b9128221 = 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_22ef380954b67f58f1da6824b9128221.addTo(map_c0a304820916cbeeba109a640a7e9b7c);
|
|
|
|
|
|
var marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_67bb8b297c0c2b6201e9f3ed19bfbb9b = L.marker(
|
|
[25.7617, -80.1918],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_fc3f8723eae57a6bf2a0adaff08e8e7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4584ac3b6e5e2dad17d3e1cf0ec9a4b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_270f5de48c1e9ef275ad0ca5ab7248b2 = $(`<div id="html_270f5de48c1e9ef275ad0ca5ab7248b2" style="width: 100.0%; height: 100.0%;">relay1.privkey.io</div>`)[0];
|
|
popup_4584ac3b6e5e2dad17d3e1cf0ec9a4b6.setContent(html_270f5de48c1e9ef275ad0ca5ab7248b2);
|
|
|
|
|
|
|
|
marker_67bb8b297c0c2b6201e9f3ed19bfbb9b.bindPopup(popup_4584ac3b6e5e2dad17d3e1cf0ec9a4b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67bb8b297c0c2b6201e9f3ed19bfbb9b.setIcon(icon_fc3f8723eae57a6bf2a0adaff08e8e7a);
|
|
|
|
|
|
var marker_a87a214c8e6992cd07ce5dcc98dabfad = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_7fb16ec5279837c47632a9964788818f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87d901d6d83bab815836929b17cde40f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8617780de4f36e7f752a334261d977ab = $(`<div id="html_8617780de4f36e7f752a334261d977ab" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_87d901d6d83bab815836929b17cde40f.setContent(html_8617780de4f36e7f752a334261d977ab);
|
|
|
|
|
|
|
|
marker_a87a214c8e6992cd07ce5dcc98dabfad.bindPopup(popup_87d901d6d83bab815836929b17cde40f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a87a214c8e6992cd07ce5dcc98dabfad.setIcon(icon_7fb16ec5279837c47632a9964788818f);
|
|
|
|
|
|
var marker_339aacefd87194bd23433948ea88a62a = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_c6e4b7678da7cc88635a85be15d3cf31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5deb2f2b04b354ca2917c8094601897c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_807cbd8b7933c3ad1f264328b29206de = $(`<div id="html_807cbd8b7933c3ad1f264328b29206de" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_5deb2f2b04b354ca2917c8094601897c.setContent(html_807cbd8b7933c3ad1f264328b29206de);
|
|
|
|
|
|
|
|
marker_339aacefd87194bd23433948ea88a62a.bindPopup(popup_5deb2f2b04b354ca2917c8094601897c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_339aacefd87194bd23433948ea88a62a.setIcon(icon_c6e4b7678da7cc88635a85be15d3cf31);
|
|
|
|
|
|
var marker_53a0e76e6b3257d6e4ae4696cc58575e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_dd9d4940189ad370f696d469d66fc6f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e60672ddbf7cbb187e2b2a7dc777e4cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83a407c01d9acbceb1b22e394c73e6dd = $(`<div id="html_83a407c01d9acbceb1b22e394c73e6dd" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_e60672ddbf7cbb187e2b2a7dc777e4cf.setContent(html_83a407c01d9acbceb1b22e394c73e6dd);
|
|
|
|
|
|
|
|
marker_53a0e76e6b3257d6e4ae4696cc58575e.bindPopup(popup_e60672ddbf7cbb187e2b2a7dc777e4cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53a0e76e6b3257d6e4ae4696cc58575e.setIcon(icon_dd9d4940189ad370f696d469d66fc6f4);
|
|
|
|
|
|
var marker_342a49a06340c16ab59c465bc4070133 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_5b71860cc115e7a1e757244089dbbee9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55a374374c21a41260675e8130a99c69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4528e4c52707ccccdbd3712466145b6b = $(`<div id="html_4528e4c52707ccccdbd3712466145b6b" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_55a374374c21a41260675e8130a99c69.setContent(html_4528e4c52707ccccdbd3712466145b6b);
|
|
|
|
|
|
|
|
marker_342a49a06340c16ab59c465bc4070133.bindPopup(popup_55a374374c21a41260675e8130a99c69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_342a49a06340c16ab59c465bc4070133.setIcon(icon_5b71860cc115e7a1e757244089dbbee9);
|
|
|
|
|
|
var marker_7951edb1f9f07d955f14e1d6ce16ed9a = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_4fe93fcabd0408718830e569916f0c9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_244c2dbb785c0aa3d96ac3eba31c2a02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4151c6e9d4c1e28e24fb4190b4ed415f = $(`<div id="html_4151c6e9d4c1e28e24fb4190b4ed415f" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_244c2dbb785c0aa3d96ac3eba31c2a02.setContent(html_4151c6e9d4c1e28e24fb4190b4ed415f);
|
|
|
|
|
|
|
|
marker_7951edb1f9f07d955f14e1d6ce16ed9a.bindPopup(popup_244c2dbb785c0aa3d96ac3eba31c2a02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7951edb1f9f07d955f14e1d6ce16ed9a.setIcon(icon_4fe93fcabd0408718830e569916f0c9e);
|
|
|
|
|
|
var marker_30c869ee0eee2cc2b451fef5f2744f1d = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_c6b9647a409cf69989908c77cf5f3475 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eafdbc1c4e89f6dc8c51b86f48d81c27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6be22ab58315ce01dbcdc5245457be88 = $(`<div id="html_6be22ab58315ce01dbcdc5245457be88" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_eafdbc1c4e89f6dc8c51b86f48d81c27.setContent(html_6be22ab58315ce01dbcdc5245457be88);
|
|
|
|
|
|
|
|
marker_30c869ee0eee2cc2b451fef5f2744f1d.bindPopup(popup_eafdbc1c4e89f6dc8c51b86f48d81c27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30c869ee0eee2cc2b451fef5f2744f1d.setIcon(icon_c6b9647a409cf69989908c77cf5f3475);
|
|
|
|
|
|
var marker_54796e8a4dbfdc5565e88f1eeed5b767 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_b07c9a92a7fabca83594e17a2e0a7689 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08fb945dbacad5ba506b26aab8cf7a3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5cb2e8ac6ede0196e52324e5a2057319 = $(`<div id="html_5cb2e8ac6ede0196e52324e5a2057319" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_08fb945dbacad5ba506b26aab8cf7a3c.setContent(html_5cb2e8ac6ede0196e52324e5a2057319);
|
|
|
|
|
|
|
|
marker_54796e8a4dbfdc5565e88f1eeed5b767.bindPopup(popup_08fb945dbacad5ba506b26aab8cf7a3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54796e8a4dbfdc5565e88f1eeed5b767.setIcon(icon_b07c9a92a7fabca83594e17a2e0a7689);
|
|
|
|
|
|
var marker_3181d9eb60a91f4dadd7d1e2118ce4fa = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_bfedf044012ef1fcc03d773f0547f238 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c50cf8d4869ce5a8b5b9498338675a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_caa362e7c2751b72cf46451dcb2a1f16 = $(`<div id="html_caa362e7c2751b72cf46451dcb2a1f16" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_6c50cf8d4869ce5a8b5b9498338675a0.setContent(html_caa362e7c2751b72cf46451dcb2a1f16);
|
|
|
|
|
|
|
|
marker_3181d9eb60a91f4dadd7d1e2118ce4fa.bindPopup(popup_6c50cf8d4869ce5a8b5b9498338675a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3181d9eb60a91f4dadd7d1e2118ce4fa.setIcon(icon_bfedf044012ef1fcc03d773f0547f238);
|
|
|
|
|
|
var marker_996025b459d37b2028fb992d09000779 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_9aacb282870c28a32d843525c7ea96a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0fc8fe7286a9d4c03c0d823924766ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c53cad0e28a0bbf4e722dc27a5e7bf0 = $(`<div id="html_1c53cad0e28a0bbf4e722dc27a5e7bf0" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_c0fc8fe7286a9d4c03c0d823924766ee.setContent(html_1c53cad0e28a0bbf4e722dc27a5e7bf0);
|
|
|
|
|
|
|
|
marker_996025b459d37b2028fb992d09000779.bindPopup(popup_c0fc8fe7286a9d4c03c0d823924766ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_996025b459d37b2028fb992d09000779.setIcon(icon_9aacb282870c28a32d843525c7ea96a3);
|
|
|
|
|
|
var marker_8eb48e5fe1cbc09b314c5046c5eab084 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_e6ecc0c66d9bd09a163988cce6009896 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0af2e5ef43b725477e7c527c9862007e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ff19854a44ae0a9f3e8e529448e0ee0 = $(`<div id="html_8ff19854a44ae0a9f3e8e529448e0ee0" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_0af2e5ef43b725477e7c527c9862007e.setContent(html_8ff19854a44ae0a9f3e8e529448e0ee0);
|
|
|
|
|
|
|
|
marker_8eb48e5fe1cbc09b314c5046c5eab084.bindPopup(popup_0af2e5ef43b725477e7c527c9862007e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8eb48e5fe1cbc09b314c5046c5eab084.setIcon(icon_e6ecc0c66d9bd09a163988cce6009896);
|
|
|
|
|
|
var marker_f8aa8f6858459740dd96b2b19a69671a = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_ef14ebc60d2f45e2c99fdb4e120e79bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd51aa0e05e5aaf031557b9d77aa59ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57314a4d5190e1b2752e1e1f12f5300a = $(`<div id="html_57314a4d5190e1b2752e1e1f12f5300a" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_fd51aa0e05e5aaf031557b9d77aa59ca.setContent(html_57314a4d5190e1b2752e1e1f12f5300a);
|
|
|
|
|
|
|
|
marker_f8aa8f6858459740dd96b2b19a69671a.bindPopup(popup_fd51aa0e05e5aaf031557b9d77aa59ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8aa8f6858459740dd96b2b19a69671a.setIcon(icon_ef14ebc60d2f45e2c99fdb4e120e79bf);
|
|
|
|
|
|
var marker_acd9efd792fc0effc53cb2fc7ebe75f0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_d89e3628adfb695017d7a930b0a21c3b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4837a8a9840f81c6472c117b2870d5f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a9a2066cc716f984eb21edaab5a6f88 = $(`<div id="html_3a9a2066cc716f984eb21edaab5a6f88" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_4837a8a9840f81c6472c117b2870d5f5.setContent(html_3a9a2066cc716f984eb21edaab5a6f88);
|
|
|
|
|
|
|
|
marker_acd9efd792fc0effc53cb2fc7ebe75f0.bindPopup(popup_4837a8a9840f81c6472c117b2870d5f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_acd9efd792fc0effc53cb2fc7ebe75f0.setIcon(icon_d89e3628adfb695017d7a930b0a21c3b);
|
|
|
|
|
|
var marker_4cfa8ab80616f6f17ef88b598374efac = L.marker(
|
|
[35.2227, -97.4786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_627e3cbf79a88a252b52e82e70ba6182 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b98bb04941ca1b811d9b6a8b3d065355 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63f5af9a29696dc862f1b161a62a81ca = $(`<div id="html_63f5af9a29696dc862f1b161a62a81ca" style="width: 100.0%; height: 100.0%;">relay.beginningend.com</div>`)[0];
|
|
popup_b98bb04941ca1b811d9b6a8b3d065355.setContent(html_63f5af9a29696dc862f1b161a62a81ca);
|
|
|
|
|
|
|
|
marker_4cfa8ab80616f6f17ef88b598374efac.bindPopup(popup_b98bb04941ca1b811d9b6a8b3d065355)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cfa8ab80616f6f17ef88b598374efac.setIcon(icon_627e3cbf79a88a252b52e82e70ba6182);
|
|
|
|
|
|
var marker_56dc1526e4e86d94254c8ae7895d9967 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_9ccb98cdcf8c62ce37d99725c7524c96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e583a82c2eed47b4a2e87c577e848eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea725e9546ec2f9dc88e14d1d8db6881 = $(`<div id="html_ea725e9546ec2f9dc88e14d1d8db6881" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_7e583a82c2eed47b4a2e87c577e848eb.setContent(html_ea725e9546ec2f9dc88e14d1d8db6881);
|
|
|
|
|
|
|
|
marker_56dc1526e4e86d94254c8ae7895d9967.bindPopup(popup_7e583a82c2eed47b4a2e87c577e848eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56dc1526e4e86d94254c8ae7895d9967.setIcon(icon_9ccb98cdcf8c62ce37d99725c7524c96);
|
|
|
|
|
|
var marker_db4d6ca7b00d6acbb3e2114c5718fbbb = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_1d2406a12cee5749a260ea6689133d55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0bc8636dc2aa814dce57478029313e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c75dbb1e65ecee3ab273b86cb228c6ea = $(`<div id="html_c75dbb1e65ecee3ab273b86cb228c6ea" style="width: 100.0%; height: 100.0%;">relay.camelus.app</div>`)[0];
|
|
popup_e0bc8636dc2aa814dce57478029313e4.setContent(html_c75dbb1e65ecee3ab273b86cb228c6ea);
|
|
|
|
|
|
|
|
marker_db4d6ca7b00d6acbb3e2114c5718fbbb.bindPopup(popup_e0bc8636dc2aa814dce57478029313e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db4d6ca7b00d6acbb3e2114c5718fbbb.setIcon(icon_1d2406a12cee5749a260ea6689133d55);
|
|
|
|
|
|
var marker_117b674423c28f6db8b56d77a7725cc7 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_f53ed71c215aadd76abd56000cf0f7d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0203fd751dab5dd35d987fe52ae191b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a22a2319ac65e3d8950c1587e85f8576 = $(`<div id="html_a22a2319ac65e3d8950c1587e85f8576" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_0203fd751dab5dd35d987fe52ae191b5.setContent(html_a22a2319ac65e3d8950c1587e85f8576);
|
|
|
|
|
|
|
|
marker_117b674423c28f6db8b56d77a7725cc7.bindPopup(popup_0203fd751dab5dd35d987fe52ae191b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_117b674423c28f6db8b56d77a7725cc7.setIcon(icon_f53ed71c215aadd76abd56000cf0f7d1);
|
|
|
|
|
|
var marker_7da31b5b49ba2b13659ba70b3f8eb4d6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_c80c0d2ed6245713a9ec708f2c9cad7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e36b27898d446f6c7a03e54763ecb054 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5ae4c4d2dc49df48f6b10ddf36e2b40 = $(`<div id="html_d5ae4c4d2dc49df48f6b10ddf36e2b40" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_e36b27898d446f6c7a03e54763ecb054.setContent(html_d5ae4c4d2dc49df48f6b10ddf36e2b40);
|
|
|
|
|
|
|
|
marker_7da31b5b49ba2b13659ba70b3f8eb4d6.bindPopup(popup_e36b27898d446f6c7a03e54763ecb054)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7da31b5b49ba2b13659ba70b3f8eb4d6.setIcon(icon_c80c0d2ed6245713a9ec708f2c9cad7d);
|
|
|
|
|
|
var marker_51ddcd84c391b111abe5cb6207e7b484 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_4de6b000dd410f41b72d01c5aeb3ea50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5eb92e8cbf7906432dc334fcefcd6d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57c687ca3c98a5013fb2beb8351e70c4 = $(`<div id="html_57c687ca3c98a5013fb2beb8351e70c4" style="width: 100.0%; height: 100.0%;">dm-test-strfry-generic.samt.st</div>`)[0];
|
|
popup_a5eb92e8cbf7906432dc334fcefcd6d8.setContent(html_57c687ca3c98a5013fb2beb8351e70c4);
|
|
|
|
|
|
|
|
marker_51ddcd84c391b111abe5cb6207e7b484.bindPopup(popup_a5eb92e8cbf7906432dc334fcefcd6d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51ddcd84c391b111abe5cb6207e7b484.setIcon(icon_4de6b000dd410f41b72d01c5aeb3ea50);
|
|
|
|
|
|
var marker_2796808f4460a6274e408c7beb4206da = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_73087d3aa7cb45216ef515fcd9b117de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_713bc68a3b7fc1184696e9ee7329d732 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7fa6a342a8093ef5cc7a055b31d1b15 = $(`<div id="html_f7fa6a342a8093ef5cc7a055b31d1b15" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_713bc68a3b7fc1184696e9ee7329d732.setContent(html_f7fa6a342a8093ef5cc7a055b31d1b15);
|
|
|
|
|
|
|
|
marker_2796808f4460a6274e408c7beb4206da.bindPopup(popup_713bc68a3b7fc1184696e9ee7329d732)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2796808f4460a6274e408c7beb4206da.setIcon(icon_73087d3aa7cb45216ef515fcd9b117de);
|
|
|
|
|
|
var marker_b7a30043aec6ab7174a37495b7c71df6 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_fff6875a80e06e83a06e5ac055a4f5c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_124731ed0478a827005429004daa6383 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ea7e0dc52bbfadda91474185e75571e = $(`<div id="html_4ea7e0dc52bbfadda91474185e75571e" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_124731ed0478a827005429004daa6383.setContent(html_4ea7e0dc52bbfadda91474185e75571e);
|
|
|
|
|
|
|
|
marker_b7a30043aec6ab7174a37495b7c71df6.bindPopup(popup_124731ed0478a827005429004daa6383)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7a30043aec6ab7174a37495b7c71df6.setIcon(icon_fff6875a80e06e83a06e5ac055a4f5c3);
|
|
|
|
|
|
var marker_266243701bc0caca6e3c0577f0307f3a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_55e8668c9b82b2c8806312eeb51f6497 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4862ad369664b92af1cba0adf0816e1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03e7db69cb86c4a85fa8f54e051b2c34 = $(`<div id="html_03e7db69cb86c4a85fa8f54e051b2c34" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_4862ad369664b92af1cba0adf0816e1c.setContent(html_03e7db69cb86c4a85fa8f54e051b2c34);
|
|
|
|
|
|
|
|
marker_266243701bc0caca6e3c0577f0307f3a.bindPopup(popup_4862ad369664b92af1cba0adf0816e1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_266243701bc0caca6e3c0577f0307f3a.setIcon(icon_55e8668c9b82b2c8806312eeb51f6497);
|
|
|
|
|
|
var marker_157d16a6d18e91accebacfae4b37fd71 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_90c45fce3aabd5940153f33f1f53614c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90d91f858f9211b88d6f06a8fb1bfd1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bae23ae814a6583b6d2d25e5a560a90f = $(`<div id="html_bae23ae814a6583b6d2d25e5a560a90f" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org</div>`)[0];
|
|
popup_90d91f858f9211b88d6f06a8fb1bfd1d.setContent(html_bae23ae814a6583b6d2d25e5a560a90f);
|
|
|
|
|
|
|
|
marker_157d16a6d18e91accebacfae4b37fd71.bindPopup(popup_90d91f858f9211b88d6f06a8fb1bfd1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_157d16a6d18e91accebacfae4b37fd71.setIcon(icon_90c45fce3aabd5940153f33f1f53614c);
|
|
|
|
|
|
var marker_d0329ba58caeb27b4990adcbc978bb5f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_2f8d9769e7d3d2e55be222a87a714d8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c91995328be8d63f97fd6ed9d889174 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb6790022c5c240a9f734b7afefec875 = $(`<div id="html_eb6790022c5c240a9f734b7afefec875" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_7c91995328be8d63f97fd6ed9d889174.setContent(html_eb6790022c5c240a9f734b7afefec875);
|
|
|
|
|
|
|
|
marker_d0329ba58caeb27b4990adcbc978bb5f.bindPopup(popup_7c91995328be8d63f97fd6ed9d889174)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0329ba58caeb27b4990adcbc978bb5f.setIcon(icon_2f8d9769e7d3d2e55be222a87a714d8b);
|
|
|
|
|
|
var marker_c10bf58e569d45502e43ac32eebd0676 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_e06b4e587943b530cba2e0e1e5d1f36e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80419499c510b9e2a4b4db12a206a76e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_362e59aa81d6c281103aa83ec991e168 = $(`<div id="html_362e59aa81d6c281103aa83ec991e168" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_80419499c510b9e2a4b4db12a206a76e.setContent(html_362e59aa81d6c281103aa83ec991e168);
|
|
|
|
|
|
|
|
marker_c10bf58e569d45502e43ac32eebd0676.bindPopup(popup_80419499c510b9e2a4b4db12a206a76e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c10bf58e569d45502e43ac32eebd0676.setIcon(icon_e06b4e587943b530cba2e0e1e5d1f36e);
|
|
|
|
|
|
var marker_30275db870a55a72b58f2bcad5765e48 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_12a5e6a9213026dfd0c0113a3230602c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a121028e079270f1dc4746787c442e95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95c3837a38e27cb31fc09116d1523817 = $(`<div id="html_95c3837a38e27cb31fc09116d1523817" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_a121028e079270f1dc4746787c442e95.setContent(html_95c3837a38e27cb31fc09116d1523817);
|
|
|
|
|
|
|
|
marker_30275db870a55a72b58f2bcad5765e48.bindPopup(popup_a121028e079270f1dc4746787c442e95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30275db870a55a72b58f2bcad5765e48.setIcon(icon_12a5e6a9213026dfd0c0113a3230602c);
|
|
|
|
|
|
var marker_25e6bcbf024b057f9c8d42145fda9666 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_2d644ca42415d0b120efab38785a30ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_626497abd6c7b3d1bc6c1f652ad5f208 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cafe9d9a0c3c20f67b91f76fb8f053b8 = $(`<div id="html_cafe9d9a0c3c20f67b91f76fb8f053b8" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_626497abd6c7b3d1bc6c1f652ad5f208.setContent(html_cafe9d9a0c3c20f67b91f76fb8f053b8);
|
|
|
|
|
|
|
|
marker_25e6bcbf024b057f9c8d42145fda9666.bindPopup(popup_626497abd6c7b3d1bc6c1f652ad5f208)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25e6bcbf024b057f9c8d42145fda9666.setIcon(icon_2d644ca42415d0b120efab38785a30ab);
|
|
|
|
|
|
var marker_e74da76a13750871d1e86d9cdbff0c72 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_c3e27f453dc4502b97c9dae6140028ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba2e68303b4cf9c9dd2214c54ea93771 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_534967cefd5b80c7068f0de596919c5f = $(`<div id="html_534967cefd5b80c7068f0de596919c5f" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_ba2e68303b4cf9c9dd2214c54ea93771.setContent(html_534967cefd5b80c7068f0de596919c5f);
|
|
|
|
|
|
|
|
marker_e74da76a13750871d1e86d9cdbff0c72.bindPopup(popup_ba2e68303b4cf9c9dd2214c54ea93771)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e74da76a13750871d1e86d9cdbff0c72.setIcon(icon_c3e27f453dc4502b97c9dae6140028ef);
|
|
|
|
|
|
var marker_70f1f7e8bef447712d7ab9f5088bc51a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_c979cde351693e9af413a801b2254530 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9cc0b1a2b96a443dd460ada91606e252 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10064bd89232110245f92f731c4661ab = $(`<div id="html_10064bd89232110245f92f731c4661ab" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_9cc0b1a2b96a443dd460ada91606e252.setContent(html_10064bd89232110245f92f731c4661ab);
|
|
|
|
|
|
|
|
marker_70f1f7e8bef447712d7ab9f5088bc51a.bindPopup(popup_9cc0b1a2b96a443dd460ada91606e252)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70f1f7e8bef447712d7ab9f5088bc51a.setIcon(icon_c979cde351693e9af413a801b2254530);
|
|
|
|
|
|
var marker_6137db7ddf1396e6c59161d21c782733 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_734832cb4fc5fa440ed1827bea7f02dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93de21037fe884562c8411a4cd9b6a03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ea16a7b5d3fdec17fec732af2a035d6 = $(`<div id="html_4ea16a7b5d3fdec17fec732af2a035d6" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_93de21037fe884562c8411a4cd9b6a03.setContent(html_4ea16a7b5d3fdec17fec732af2a035d6);
|
|
|
|
|
|
|
|
marker_6137db7ddf1396e6c59161d21c782733.bindPopup(popup_93de21037fe884562c8411a4cd9b6a03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6137db7ddf1396e6c59161d21c782733.setIcon(icon_734832cb4fc5fa440ed1827bea7f02dc);
|
|
|
|
|
|
var marker_08a71caa143f5dba749ee18afa70b4ca = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_aa88f8d5b1d778c3f345f88290e6fac1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d92ba9f81f0d51a847814845854d2e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_892023c1410eb3a2944a2e826c8f406e = $(`<div id="html_892023c1410eb3a2944a2e826c8f406e" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_6d92ba9f81f0d51a847814845854d2e6.setContent(html_892023c1410eb3a2944a2e826c8f406e);
|
|
|
|
|
|
|
|
marker_08a71caa143f5dba749ee18afa70b4ca.bindPopup(popup_6d92ba9f81f0d51a847814845854d2e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08a71caa143f5dba749ee18afa70b4ca.setIcon(icon_aa88f8d5b1d778c3f345f88290e6fac1);
|
|
|
|
|
|
var marker_74c3328dd3aa197205c7f09ffbe3dbc7 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_a7ed97335a053cc8ae16b4ca20b50fc8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1e43b0e1ae32176ca4f57657fb04375 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e614de5b387b87938dfcf323c0d28bc6 = $(`<div id="html_e614de5b387b87938dfcf323c0d28bc6" style="width: 100.0%; height: 100.0%;">video.czas.plus</div>`)[0];
|
|
popup_e1e43b0e1ae32176ca4f57657fb04375.setContent(html_e614de5b387b87938dfcf323c0d28bc6);
|
|
|
|
|
|
|
|
marker_74c3328dd3aa197205c7f09ffbe3dbc7.bindPopup(popup_e1e43b0e1ae32176ca4f57657fb04375)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74c3328dd3aa197205c7f09ffbe3dbc7.setIcon(icon_a7ed97335a053cc8ae16b4ca20b50fc8);
|
|
|
|
|
|
var marker_8ce5e22009d4e5a54e83ec475a40445f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_8391bcee2db7ea90ae22e3b42ab58695 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd14e465f173222ecfda5505b7fbfb4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5c476742523513e93640f3c3554ddf0 = $(`<div id="html_d5c476742523513e93640f3c3554ddf0" style="width: 100.0%; height: 100.0%;">relay.gorrdy.cz</div>`)[0];
|
|
popup_fd14e465f173222ecfda5505b7fbfb4d.setContent(html_d5c476742523513e93640f3c3554ddf0);
|
|
|
|
|
|
|
|
marker_8ce5e22009d4e5a54e83ec475a40445f.bindPopup(popup_fd14e465f173222ecfda5505b7fbfb4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ce5e22009d4e5a54e83ec475a40445f.setIcon(icon_8391bcee2db7ea90ae22e3b42ab58695);
|
|
|
|
|
|
var marker_eb3394ae6294ff55e91f1a254fba722b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_55bb3abc1b5aad02da6e3b0d08cb3187 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f742e718114aad661d7d84e7f1f6ae29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_589f6a3f1187f6998ed05a822f7eac9c = $(`<div id="html_589f6a3f1187f6998ed05a822f7eac9c" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_f742e718114aad661d7d84e7f1f6ae29.setContent(html_589f6a3f1187f6998ed05a822f7eac9c);
|
|
|
|
|
|
|
|
marker_eb3394ae6294ff55e91f1a254fba722b.bindPopup(popup_f742e718114aad661d7d84e7f1f6ae29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb3394ae6294ff55e91f1a254fba722b.setIcon(icon_55bb3abc1b5aad02da6e3b0d08cb3187);
|
|
|
|
|
|
var marker_574c5087f05aa70ef80abfc98892e4aa = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_313db8a33ad5af43b3585793bb641f2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9bb0e0989fff4363a412a64231794cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6e1925870e1c627a21ab80f1ec7866e = $(`<div id="html_b6e1925870e1c627a21ab80f1ec7866e" style="width: 100.0%; height: 100.0%;">relay.staging.hostr.network</div>`)[0];
|
|
popup_d9bb0e0989fff4363a412a64231794cc.setContent(html_b6e1925870e1c627a21ab80f1ec7866e);
|
|
|
|
|
|
|
|
marker_574c5087f05aa70ef80abfc98892e4aa.bindPopup(popup_d9bb0e0989fff4363a412a64231794cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_574c5087f05aa70ef80abfc98892e4aa.setIcon(icon_313db8a33ad5af43b3585793bb641f2c);
|
|
|
|
|
|
var marker_d6bfd61698f2119a419fefbcd2fd44be = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_2564ae2fa63ae1caac788ffc0f68477c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d72656b84e81b0eab8949dbdff0d29b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_800eeb7306b62cc986112a09b27e3818 = $(`<div id="html_800eeb7306b62cc986112a09b27e3818" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_d72656b84e81b0eab8949dbdff0d29b6.setContent(html_800eeb7306b62cc986112a09b27e3818);
|
|
|
|
|
|
|
|
marker_d6bfd61698f2119a419fefbcd2fd44be.bindPopup(popup_d72656b84e81b0eab8949dbdff0d29b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6bfd61698f2119a419fefbcd2fd44be.setIcon(icon_2564ae2fa63ae1caac788ffc0f68477c);
|
|
|
|
|
|
var marker_21733e76f04d042ccf189009f8e38a55 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_80b18bd1ba88ad617a0d9f1c74b4f06e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99a6ec788f3984e643da81c95259d7da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89f483ac52f4f0743b1fba00208b314a = $(`<div id="html_89f483ac52f4f0743b1fba00208b314a" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_99a6ec788f3984e643da81c95259d7da.setContent(html_89f483ac52f4f0743b1fba00208b314a);
|
|
|
|
|
|
|
|
marker_21733e76f04d042ccf189009f8e38a55.bindPopup(popup_99a6ec788f3984e643da81c95259d7da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21733e76f04d042ccf189009f8e38a55.setIcon(icon_80b18bd1ba88ad617a0d9f1c74b4f06e);
|
|
|
|
|
|
var marker_afde1fa2d957f1705775984ef03ec220 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_0696b23e071051095341bd25242c7573 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_baf60fa7051526936c81fa2d3204275f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04973c5f2fa0e286308d4e734e947cc4 = $(`<div id="html_04973c5f2fa0e286308d4e734e947cc4" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_baf60fa7051526936c81fa2d3204275f.setContent(html_04973c5f2fa0e286308d4e734e947cc4);
|
|
|
|
|
|
|
|
marker_afde1fa2d957f1705775984ef03ec220.bindPopup(popup_baf60fa7051526936c81fa2d3204275f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_afde1fa2d957f1705775984ef03ec220.setIcon(icon_0696b23e071051095341bd25242c7573);
|
|
|
|
|
|
var marker_99b968401e399ce83ab6d20503a34aff = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_729c554f149a040920d6263e4a09cb7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b35ab3b5a79f7f9f530c41e656d53f2c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_070a5aa1d6295e99aff5c0dd71e3bbf7 = $(`<div id="html_070a5aa1d6295e99aff5c0dd71e3bbf7" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_b35ab3b5a79f7f9f530c41e656d53f2c.setContent(html_070a5aa1d6295e99aff5c0dd71e3bbf7);
|
|
|
|
|
|
|
|
marker_99b968401e399ce83ab6d20503a34aff.bindPopup(popup_b35ab3b5a79f7f9f530c41e656d53f2c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99b968401e399ce83ab6d20503a34aff.setIcon(icon_729c554f149a040920d6263e4a09cb7f);
|
|
|
|
|
|
var marker_0c6ab3dca475ac33e428a9582cdd6ce8 = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_10f435783889828c73340c36a6005bd5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7310393713f0d8edf1bb7427d5f876ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db2c12c82f5569299ad7e9dc93b6ab5b = $(`<div id="html_db2c12c82f5569299ad7e9dc93b6ab5b" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_7310393713f0d8edf1bb7427d5f876ab.setContent(html_db2c12c82f5569299ad7e9dc93b6ab5b);
|
|
|
|
|
|
|
|
marker_0c6ab3dca475ac33e428a9582cdd6ce8.bindPopup(popup_7310393713f0d8edf1bb7427d5f876ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c6ab3dca475ac33e428a9582cdd6ce8.setIcon(icon_10f435783889828c73340c36a6005bd5);
|
|
|
|
|
|
var marker_0156e2edd0f3f3bfc41c8a075fc056b3 = L.marker(
|
|
[39.9042, 116.407],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_7e5377504578097dd7091f4a5419ce03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9ff4eb84daca17ed3d7c7811d56b320 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_549ca252fd90da0f4c14a25e09b5265b = $(`<div id="html_549ca252fd90da0f4c14a25e09b5265b" style="width: 100.0%; height: 100.0%;">ms.chinacounty.com</div>`)[0];
|
|
popup_b9ff4eb84daca17ed3d7c7811d56b320.setContent(html_549ca252fd90da0f4c14a25e09b5265b);
|
|
|
|
|
|
|
|
marker_0156e2edd0f3f3bfc41c8a075fc056b3.bindPopup(popup_b9ff4eb84daca17ed3d7c7811d56b320)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0156e2edd0f3f3bfc41c8a075fc056b3.setIcon(icon_7e5377504578097dd7091f4a5419ce03);
|
|
|
|
|
|
var marker_df3d3749644353300c941103a0549160 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_021a98257333d36ee5e471a75371402e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5b02ca39db228e2376e8cf89bf1df89 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63f4a662175adfcfbc0d382adb3961f5 = $(`<div id="html_63f4a662175adfcfbc0d382adb3961f5" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_b5b02ca39db228e2376e8cf89bf1df89.setContent(html_63f4a662175adfcfbc0d382adb3961f5);
|
|
|
|
|
|
|
|
marker_df3d3749644353300c941103a0549160.bindPopup(popup_b5b02ca39db228e2376e8cf89bf1df89)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df3d3749644353300c941103a0549160.setIcon(icon_021a98257333d36ee5e471a75371402e);
|
|
|
|
|
|
var marker_7f6d7df2c50886919c699c3c6066f422 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_c51242b5c98e93acf236e469d3d74e9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dca2bb79feba535fc25492bcb85951b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38da63da8ba0528048c9eee258ccab2b = $(`<div id="html_38da63da8ba0528048c9eee258ccab2b" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_dca2bb79feba535fc25492bcb85951b1.setContent(html_38da63da8ba0528048c9eee258ccab2b);
|
|
|
|
|
|
|
|
marker_7f6d7df2c50886919c699c3c6066f422.bindPopup(popup_dca2bb79feba535fc25492bcb85951b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f6d7df2c50886919c699c3c6066f422.setIcon(icon_c51242b5c98e93acf236e469d3d74e9a);
|
|
|
|
|
|
var marker_e988ad38ca48986eec9ba698f1b0939e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_8538637bd87f3b18f70421829bb01dbc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8543cfbff53856788f4008258d2d1745 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f6c77acd1526fc7f5eb9b7a81068eda = $(`<div id="html_7f6c77acd1526fc7f5eb9b7a81068eda" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_8543cfbff53856788f4008258d2d1745.setContent(html_7f6c77acd1526fc7f5eb9b7a81068eda);
|
|
|
|
|
|
|
|
marker_e988ad38ca48986eec9ba698f1b0939e.bindPopup(popup_8543cfbff53856788f4008258d2d1745)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e988ad38ca48986eec9ba698f1b0939e.setIcon(icon_8538637bd87f3b18f70421829bb01dbc);
|
|
|
|
|
|
var marker_07f43066d810bff2461929c5d5bf1b76 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_48c9696ef42d6af5e80b82edc836e26e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d31bb85fee34ac0782cff7c3d3aeecd4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4df5a4dc5380044d5841d9582032ab52 = $(`<div id="html_4df5a4dc5380044d5841d9582032ab52" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_d31bb85fee34ac0782cff7c3d3aeecd4.setContent(html_4df5a4dc5380044d5841d9582032ab52);
|
|
|
|
|
|
|
|
marker_07f43066d810bff2461929c5d5bf1b76.bindPopup(popup_d31bb85fee34ac0782cff7c3d3aeecd4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07f43066d810bff2461929c5d5bf1b76.setIcon(icon_48c9696ef42d6af5e80b82edc836e26e);
|
|
|
|
|
|
var marker_7ab2caf87480ed44a2a6dbd457e25451 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_2dde4b76dde28c7f28f604ddcdc7cdbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_965cd715e26aeb9f3d44e50aacc6d544 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3771e29d2a959b43236a273968842cde = $(`<div id="html_3771e29d2a959b43236a273968842cde" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_965cd715e26aeb9f3d44e50aacc6d544.setContent(html_3771e29d2a959b43236a273968842cde);
|
|
|
|
|
|
|
|
marker_7ab2caf87480ed44a2a6dbd457e25451.bindPopup(popup_965cd715e26aeb9f3d44e50aacc6d544)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ab2caf87480ed44a2a6dbd457e25451.setIcon(icon_2dde4b76dde28c7f28f604ddcdc7cdbd);
|
|
|
|
|
|
var marker_55cd0e87f33a25c45c4e6fcd4f050a9a = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_45e4bf5a52c8ff8990500febf608c135 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81cb97749d9afee8f444b9dce5b82738 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1aa9f1716b1f13a7434ef1df2439ea2f = $(`<div id="html_1aa9f1716b1f13a7434ef1df2439ea2f" style="width: 100.0%; height: 100.0%;">relay.trustr.ing</div>`)[0];
|
|
popup_81cb97749d9afee8f444b9dce5b82738.setContent(html_1aa9f1716b1f13a7434ef1df2439ea2f);
|
|
|
|
|
|
|
|
marker_55cd0e87f33a25c45c4e6fcd4f050a9a.bindPopup(popup_81cb97749d9afee8f444b9dce5b82738)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55cd0e87f33a25c45c4e6fcd4f050a9a.setIcon(icon_45e4bf5a52c8ff8990500febf608c135);
|
|
|
|
|
|
var marker_f8ba4fc5129b9c36dfb7bff6a1c5fe58 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_c81249901ea258f58eb296cb3b86d1db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9c53c9bf780ace8d773ffef2badedb6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c821bdeda1267bd601427aba2ddcb8c6 = $(`<div id="html_c821bdeda1267bd601427aba2ddcb8c6" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_c9c53c9bf780ace8d773ffef2badedb6.setContent(html_c821bdeda1267bd601427aba2ddcb8c6);
|
|
|
|
|
|
|
|
marker_f8ba4fc5129b9c36dfb7bff6a1c5fe58.bindPopup(popup_c9c53c9bf780ace8d773ffef2badedb6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8ba4fc5129b9c36dfb7bff6a1c5fe58.setIcon(icon_c81249901ea258f58eb296cb3b86d1db);
|
|
|
|
|
|
var marker_3bece116b4ea38acaf5648d5d0759f0f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_b4be35bc9d8519669ebe90adc31a8cea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03c69fa8716a3ca594ed680424f07516 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d1d6f3a78ae4e645ea14040e2210e6d = $(`<div id="html_2d1d6f3a78ae4e645ea14040e2210e6d" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_03c69fa8716a3ca594ed680424f07516.setContent(html_2d1d6f3a78ae4e645ea14040e2210e6d);
|
|
|
|
|
|
|
|
marker_3bece116b4ea38acaf5648d5d0759f0f.bindPopup(popup_03c69fa8716a3ca594ed680424f07516)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bece116b4ea38acaf5648d5d0759f0f.setIcon(icon_b4be35bc9d8519669ebe90adc31a8cea);
|
|
|
|
|
|
var marker_28fa3f2fd7b5b0524abb386ac3179bc7 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_af563d84d7092219076c5d923d301716 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_544a4875273161dc09633aa602fa9400 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f26cdab96728498a005ad105f47a8167 = $(`<div id="html_f26cdab96728498a005ad105f47a8167" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_544a4875273161dc09633aa602fa9400.setContent(html_f26cdab96728498a005ad105f47a8167);
|
|
|
|
|
|
|
|
marker_28fa3f2fd7b5b0524abb386ac3179bc7.bindPopup(popup_544a4875273161dc09633aa602fa9400)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28fa3f2fd7b5b0524abb386ac3179bc7.setIcon(icon_af563d84d7092219076c5d923d301716);
|
|
|
|
|
|
var marker_9c678136af1a5436833b89de3a3fa3d6 = L.marker(
|
|
[14.0644, 101.515],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_ad62e99a9ff483f0ee07e285a8e2582e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09ba7a4ebe877cc762b0f428b1645a47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2bab9735f47cb00cd8a9df8144db6f92 = $(`<div id="html_2bab9735f47cb00cd8a9df8144db6f92" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_09ba7a4ebe877cc762b0f428b1645a47.setContent(html_2bab9735f47cb00cd8a9df8144db6f92);
|
|
|
|
|
|
|
|
marker_9c678136af1a5436833b89de3a3fa3d6.bindPopup(popup_09ba7a4ebe877cc762b0f428b1645a47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c678136af1a5436833b89de3a3fa3d6.setIcon(icon_ad62e99a9ff483f0ee07e285a8e2582e);
|
|
|
|
|
|
var marker_1634d164c60a3191c5eb5cb083338c38 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_70b6e91ef55b4a91e4f68dc6298e92f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17d8f3f58f36bd5b1ccdc6e9140d9a43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81ba0546d3c309bc8b2045c9feac2720 = $(`<div id="html_81ba0546d3c309bc8b2045c9feac2720" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_17d8f3f58f36bd5b1ccdc6e9140d9a43.setContent(html_81ba0546d3c309bc8b2045c9feac2720);
|
|
|
|
|
|
|
|
marker_1634d164c60a3191c5eb5cb083338c38.bindPopup(popup_17d8f3f58f36bd5b1ccdc6e9140d9a43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1634d164c60a3191c5eb5cb083338c38.setIcon(icon_70b6e91ef55b4a91e4f68dc6298e92f6);
|
|
|
|
|
|
var marker_feb4b1cef7884d543b1b568193672504 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_15d2cc8acf0868447b5fdb6be2d70dcb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d647147872792dbecd26c1f4681a045 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f15b5c1df8da75c89cecab34aabb74a2 = $(`<div id="html_f15b5c1df8da75c89cecab34aabb74a2" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_9d647147872792dbecd26c1f4681a045.setContent(html_f15b5c1df8da75c89cecab34aabb74a2);
|
|
|
|
|
|
|
|
marker_feb4b1cef7884d543b1b568193672504.bindPopup(popup_9d647147872792dbecd26c1f4681a045)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_feb4b1cef7884d543b1b568193672504.setIcon(icon_15d2cc8acf0868447b5fdb6be2d70dcb);
|
|
|
|
|
|
var marker_b36e2cfcc731af5f6910cac05f9d2bbc = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_7dab4af0d0f84c8ef472e912396f18d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8fec14d4067cbb64ee8477c02340fa0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ddb2abd67c5ead1968c2e78a8582d90 = $(`<div id="html_4ddb2abd67c5ead1968c2e78a8582d90" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_f8fec14d4067cbb64ee8477c02340fa0.setContent(html_4ddb2abd67c5ead1968c2e78a8582d90);
|
|
|
|
|
|
|
|
marker_b36e2cfcc731af5f6910cac05f9d2bbc.bindPopup(popup_f8fec14d4067cbb64ee8477c02340fa0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b36e2cfcc731af5f6910cac05f9d2bbc.setIcon(icon_7dab4af0d0f84c8ef472e912396f18d2);
|
|
|
|
|
|
var marker_7de7ee372ac746bb90db2531bfdee14d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_e1e3446d80f5cf6af94e43f5065898c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20988c9b73a97292bf3eec091d7f0dd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8ce0e6519334dbedd8bb7676ae46eb0 = $(`<div id="html_b8ce0e6519334dbedd8bb7676ae46eb0" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_20988c9b73a97292bf3eec091d7f0dd5.setContent(html_b8ce0e6519334dbedd8bb7676ae46eb0);
|
|
|
|
|
|
|
|
marker_7de7ee372ac746bb90db2531bfdee14d.bindPopup(popup_20988c9b73a97292bf3eec091d7f0dd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7de7ee372ac746bb90db2531bfdee14d.setIcon(icon_e1e3446d80f5cf6af94e43f5065898c9);
|
|
|
|
|
|
var marker_49e403ae3ac9a518c7af56980d65d9d2 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_f844c449f8395eafceabdb662bc26358 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3bdc47d87ce0076964e39387afe65033 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4690b7a42becdabe4ddd7a3b8a0a586d = $(`<div id="html_4690b7a42becdabe4ddd7a3b8a0a586d" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_3bdc47d87ce0076964e39387afe65033.setContent(html_4690b7a42becdabe4ddd7a3b8a0a586d);
|
|
|
|
|
|
|
|
marker_49e403ae3ac9a518c7af56980d65d9d2.bindPopup(popup_3bdc47d87ce0076964e39387afe65033)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49e403ae3ac9a518c7af56980d65d9d2.setIcon(icon_f844c449f8395eafceabdb662bc26358);
|
|
|
|
|
|
var marker_542f51077b3233880cd2899b217d647e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_04e1b3ec3cad7df2b22fe88c358b4f31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b725355d15ed4542ee3b85b191eb601 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15c6edd928b4b5e0916b76f5ac33bb0c = $(`<div id="html_15c6edd928b4b5e0916b76f5ac33bb0c" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_3b725355d15ed4542ee3b85b191eb601.setContent(html_15c6edd928b4b5e0916b76f5ac33bb0c);
|
|
|
|
|
|
|
|
marker_542f51077b3233880cd2899b217d647e.bindPopup(popup_3b725355d15ed4542ee3b85b191eb601)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_542f51077b3233880cd2899b217d647e.setIcon(icon_04e1b3ec3cad7df2b22fe88c358b4f31);
|
|
|
|
|
|
var marker_49f019d73cdb2ebf915e0b3951b0d524 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_0641d239adc08d104e781dc75356bce9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1dc98c44e777db66926ae7480a58ce5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_812252ce62f95d66a3d082ed68b0ee72 = $(`<div id="html_812252ce62f95d66a3d082ed68b0ee72" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_f1dc98c44e777db66926ae7480a58ce5.setContent(html_812252ce62f95d66a3d082ed68b0ee72);
|
|
|
|
|
|
|
|
marker_49f019d73cdb2ebf915e0b3951b0d524.bindPopup(popup_f1dc98c44e777db66926ae7480a58ce5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49f019d73cdb2ebf915e0b3951b0d524.setIcon(icon_0641d239adc08d104e781dc75356bce9);
|
|
|
|
|
|
var marker_831a39edf22d71837c5f4c594a6e577e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_9cb8e64bb888d2e442623253dc42c560 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_563b2b701cbbe562b6b23eb555405854 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4b3ec13596adc261b3bf563b7b83b69 = $(`<div id="html_b4b3ec13596adc261b3bf563b7b83b69" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_563b2b701cbbe562b6b23eb555405854.setContent(html_b4b3ec13596adc261b3bf563b7b83b69);
|
|
|
|
|
|
|
|
marker_831a39edf22d71837c5f4c594a6e577e.bindPopup(popup_563b2b701cbbe562b6b23eb555405854)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_831a39edf22d71837c5f4c594a6e577e.setIcon(icon_9cb8e64bb888d2e442623253dc42c560);
|
|
|
|
|
|
var marker_a40d90b06aefe9f5cef2317543971d63 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_8cfa36a8900e1ff53f3ff86ad0fb3c0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_371ea7d7758aa9eed7a953d1181eebd4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d20fc0906e69a9663a178884abf63e9 = $(`<div id="html_2d20fc0906e69a9663a178884abf63e9" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_371ea7d7758aa9eed7a953d1181eebd4.setContent(html_2d20fc0906e69a9663a178884abf63e9);
|
|
|
|
|
|
|
|
marker_a40d90b06aefe9f5cef2317543971d63.bindPopup(popup_371ea7d7758aa9eed7a953d1181eebd4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a40d90b06aefe9f5cef2317543971d63.setIcon(icon_8cfa36a8900e1ff53f3ff86ad0fb3c0c);
|
|
|
|
|
|
var marker_8886de673b342d116e06ea2895e840c0 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_75b9cbf59b3588f25fa8ece744759266 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bc54773898fd103e7e69825ea92568a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc172f7765641cc4fe8ef1fd0a8226ff = $(`<div id="html_dc172f7765641cc4fe8ef1fd0a8226ff" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_7bc54773898fd103e7e69825ea92568a.setContent(html_dc172f7765641cc4fe8ef1fd0a8226ff);
|
|
|
|
|
|
|
|
marker_8886de673b342d116e06ea2895e840c0.bindPopup(popup_7bc54773898fd103e7e69825ea92568a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8886de673b342d116e06ea2895e840c0.setIcon(icon_75b9cbf59b3588f25fa8ece744759266);
|
|
|
|
|
|
var marker_cecd46cbc92428033243641298a5b09a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_5f360e22b21eab35ea57fcff69d72219 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e57caa121f2c9512c878eb06fac518d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2f3272da06bb1ec3dc9daf5f785b3c8 = $(`<div id="html_c2f3272da06bb1ec3dc9daf5f785b3c8" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_5e57caa121f2c9512c878eb06fac518d.setContent(html_c2f3272da06bb1ec3dc9daf5f785b3c8);
|
|
|
|
|
|
|
|
marker_cecd46cbc92428033243641298a5b09a.bindPopup(popup_5e57caa121f2c9512c878eb06fac518d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cecd46cbc92428033243641298a5b09a.setIcon(icon_5f360e22b21eab35ea57fcff69d72219);
|
|
|
|
|
|
var marker_9d57f7af6409c293a6a81bddf6611abe = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_cd0a573bc014cc33ae2a580079b53899 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6f4f6d0415430ec98ad8f8acd908d1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa294fecdda906bad85207e654019bdd = $(`<div id="html_aa294fecdda906bad85207e654019bdd" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_c6f4f6d0415430ec98ad8f8acd908d1d.setContent(html_aa294fecdda906bad85207e654019bdd);
|
|
|
|
|
|
|
|
marker_9d57f7af6409c293a6a81bddf6611abe.bindPopup(popup_c6f4f6d0415430ec98ad8f8acd908d1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d57f7af6409c293a6a81bddf6611abe.setIcon(icon_cd0a573bc014cc33ae2a580079b53899);
|
|
|
|
|
|
var marker_a762528d40546ec8699a925c9bfc14fd = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_296fb31e43cb006e6a150fb120734918 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ef283a98ffc42e512668b7f63894999 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f908027b8b498314f257546f17c79c1 = $(`<div id="html_1f908027b8b498314f257546f17c79c1" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_0ef283a98ffc42e512668b7f63894999.setContent(html_1f908027b8b498314f257546f17c79c1);
|
|
|
|
|
|
|
|
marker_a762528d40546ec8699a925c9bfc14fd.bindPopup(popup_0ef283a98ffc42e512668b7f63894999)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a762528d40546ec8699a925c9bfc14fd.setIcon(icon_296fb31e43cb006e6a150fb120734918);
|
|
|
|
|
|
var marker_3cb228d4ae76e6cf6f83e7764fe69218 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_c1bbc7d30ef452a35e4ec24f7564051f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83369e7b43be9d96795e96cd9a104d24 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f188892161fd2d8e7bfda3100b8c27b4 = $(`<div id="html_f188892161fd2d8e7bfda3100b8c27b4" style="width: 100.0%; height: 100.0%;">armada.sharegap.net</div>`)[0];
|
|
popup_83369e7b43be9d96795e96cd9a104d24.setContent(html_f188892161fd2d8e7bfda3100b8c27b4);
|
|
|
|
|
|
|
|
marker_3cb228d4ae76e6cf6f83e7764fe69218.bindPopup(popup_83369e7b43be9d96795e96cd9a104d24)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cb228d4ae76e6cf6f83e7764fe69218.setIcon(icon_c1bbc7d30ef452a35e4ec24f7564051f);
|
|
|
|
|
|
var marker_09b690016f708a46b6471193ed86f63e = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_6a80a0d6e683b52ca729d457e0744d5c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_140228f9fdaef319a52285295ac3dccc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_208def32f9a7b19156f814332f0c9af1 = $(`<div id="html_208def32f9a7b19156f814332f0c9af1" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_140228f9fdaef319a52285295ac3dccc.setContent(html_208def32f9a7b19156f814332f0c9af1);
|
|
|
|
|
|
|
|
marker_09b690016f708a46b6471193ed86f63e.bindPopup(popup_140228f9fdaef319a52285295ac3dccc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09b690016f708a46b6471193ed86f63e.setIcon(icon_6a80a0d6e683b52ca729d457e0744d5c);
|
|
|
|
|
|
var marker_96490d99e7b8984ba272f82697621291 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_3b28e62925b2e087357e64a5fe54ddaa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_287066721e1ba7a4d024e4867067acaa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fa2e357d93f0421ba2f382004e67fd2 = $(`<div id="html_9fa2e357d93f0421ba2f382004e67fd2" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_287066721e1ba7a4d024e4867067acaa.setContent(html_9fa2e357d93f0421ba2f382004e67fd2);
|
|
|
|
|
|
|
|
marker_96490d99e7b8984ba272f82697621291.bindPopup(popup_287066721e1ba7a4d024e4867067acaa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96490d99e7b8984ba272f82697621291.setIcon(icon_3b28e62925b2e087357e64a5fe54ddaa);
|
|
|
|
|
|
var marker_cb4df55d290da71ee422fb25c97ad19d = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_428eb06b9b840548e4bfca52bf9d43b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8292c25f19a20b27c1e55bca0f5ca304 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c564deb8a2fefd81a0af81f0a5ff2248 = $(`<div id="html_c564deb8a2fefd81a0af81f0a5ff2248" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_8292c25f19a20b27c1e55bca0f5ca304.setContent(html_c564deb8a2fefd81a0af81f0a5ff2248);
|
|
|
|
|
|
|
|
marker_cb4df55d290da71ee422fb25c97ad19d.bindPopup(popup_8292c25f19a20b27c1e55bca0f5ca304)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb4df55d290da71ee422fb25c97ad19d.setIcon(icon_428eb06b9b840548e4bfca52bf9d43b2);
|
|
|
|
|
|
var marker_32a8a13c4208a1b71ead3d8ed0a1b837 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_5a218611306da3860cbf8815c782647b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d20046b104d0ba1f75f459d192153758 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a487926daea92ee91432152b991fce07 = $(`<div id="html_a487926daea92ee91432152b991fce07" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_d20046b104d0ba1f75f459d192153758.setContent(html_a487926daea92ee91432152b991fce07);
|
|
|
|
|
|
|
|
marker_32a8a13c4208a1b71ead3d8ed0a1b837.bindPopup(popup_d20046b104d0ba1f75f459d192153758)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32a8a13c4208a1b71ead3d8ed0a1b837.setIcon(icon_5a218611306da3860cbf8815c782647b);
|
|
|
|
|
|
var marker_01aeaed19ea28dbe302818613cd4d0ca = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_664e2500d318ae14535ca4c6caf191da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_212501b32660beafd25eeec64bd2b523 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e62921f68d418560830d65e1476a2ef = $(`<div id="html_9e62921f68d418560830d65e1476a2ef" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_212501b32660beafd25eeec64bd2b523.setContent(html_9e62921f68d418560830d65e1476a2ef);
|
|
|
|
|
|
|
|
marker_01aeaed19ea28dbe302818613cd4d0ca.bindPopup(popup_212501b32660beafd25eeec64bd2b523)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01aeaed19ea28dbe302818613cd4d0ca.setIcon(icon_664e2500d318ae14535ca4c6caf191da);
|
|
|
|
|
|
var marker_12587e527e83114447e3016b695e45ca = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_46e72e1cd01a5daf43555b99d9350d26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1e1d31901f0d33f5eac6a1fc5f987dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d20e675275080f8614a33d4211c3cfd = $(`<div id="html_3d20e675275080f8614a33d4211c3cfd" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_f1e1d31901f0d33f5eac6a1fc5f987dc.setContent(html_3d20e675275080f8614a33d4211c3cfd);
|
|
|
|
|
|
|
|
marker_12587e527e83114447e3016b695e45ca.bindPopup(popup_f1e1d31901f0d33f5eac6a1fc5f987dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12587e527e83114447e3016b695e45ca.setIcon(icon_46e72e1cd01a5daf43555b99d9350d26);
|
|
|
|
|
|
var marker_b311262b3f436c7275260b7545d3b6bb = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_340f6029bc4e93f240c3e2099c9ce980 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3df0de209113c30f78097f59d68c8ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c318b9043e6384d8f8027222796871b9 = $(`<div id="html_c318b9043e6384d8f8027222796871b9" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_f3df0de209113c30f78097f59d68c8ea.setContent(html_c318b9043e6384d8f8027222796871b9);
|
|
|
|
|
|
|
|
marker_b311262b3f436c7275260b7545d3b6bb.bindPopup(popup_f3df0de209113c30f78097f59d68c8ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b311262b3f436c7275260b7545d3b6bb.setIcon(icon_340f6029bc4e93f240c3e2099c9ce980);
|
|
|
|
|
|
var marker_7161bbca3a8f2e06b78a4a7151766609 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_d5f75485f1d86969646e02b419045db2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eae08e5312ffdff0b73930639c053448 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b19813bb7d80367aee50579b782a483f = $(`<div id="html_b19813bb7d80367aee50579b782a483f" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_eae08e5312ffdff0b73930639c053448.setContent(html_b19813bb7d80367aee50579b782a483f);
|
|
|
|
|
|
|
|
marker_7161bbca3a8f2e06b78a4a7151766609.bindPopup(popup_eae08e5312ffdff0b73930639c053448)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7161bbca3a8f2e06b78a4a7151766609.setIcon(icon_d5f75485f1d86969646e02b419045db2);
|
|
|
|
|
|
var marker_bc3ef88b95005f4b56885c5052c244d1 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_fe34e8c8b14fa94f2a13b10cacfb68e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_667590f887965e6f4547725c651f9583 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cffaf59553f57a0cfa469631cde4e32 = $(`<div id="html_8cffaf59553f57a0cfa469631cde4e32" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_667590f887965e6f4547725c651f9583.setContent(html_8cffaf59553f57a0cfa469631cde4e32);
|
|
|
|
|
|
|
|
marker_bc3ef88b95005f4b56885c5052c244d1.bindPopup(popup_667590f887965e6f4547725c651f9583)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc3ef88b95005f4b56885c5052c244d1.setIcon(icon_fe34e8c8b14fa94f2a13b10cacfb68e1);
|
|
|
|
|
|
var marker_fa07651f3148335759b318451dd9490e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_f195885f5d1c3499b26b197e8b615103 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78078fed07fcaf1ab1da6caa5afd37c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e99ab3193041aa4a1597b0cac0f89e64 = $(`<div id="html_e99ab3193041aa4a1597b0cac0f89e64" style="width: 100.0%; height: 100.0%;">additions-rev-rainbow-task.trycloudflare.com</div>`)[0];
|
|
popup_78078fed07fcaf1ab1da6caa5afd37c0.setContent(html_e99ab3193041aa4a1597b0cac0f89e64);
|
|
|
|
|
|
|
|
marker_fa07651f3148335759b318451dd9490e.bindPopup(popup_78078fed07fcaf1ab1da6caa5afd37c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa07651f3148335759b318451dd9490e.setIcon(icon_f195885f5d1c3499b26b197e8b615103);
|
|
|
|
|
|
var marker_c024dd324d879b554273e4d88b40fb83 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_6a06552057b4510538e9d04e62c88cff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_343b8d09893d361a5bf42cf9a00a3c69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f8fddd5d31b3c8b57be8974cf0230e5 = $(`<div id="html_3f8fddd5d31b3c8b57be8974cf0230e5" style="width: 100.0%; height: 100.0%;">relay.liberbitworld.org</div>`)[0];
|
|
popup_343b8d09893d361a5bf42cf9a00a3c69.setContent(html_3f8fddd5d31b3c8b57be8974cf0230e5);
|
|
|
|
|
|
|
|
marker_c024dd324d879b554273e4d88b40fb83.bindPopup(popup_343b8d09893d361a5bf42cf9a00a3c69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c024dd324d879b554273e4d88b40fb83.setIcon(icon_6a06552057b4510538e9d04e62c88cff);
|
|
|
|
|
|
var marker_77c7eb32b208426263369806b62ad19a = L.marker(
|
|
[37.5665, 126.978],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_fcac97efa517a3c6c5f3667fedab1b3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c722b740f3810afdadffadb9d191d1e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b799b1228365919c2df805d7a254f397 = $(`<div id="html_b799b1228365919c2df805d7a254f397" style="width: 100.0%; height: 100.0%;">relay.mulatta.io</div>`)[0];
|
|
popup_c722b740f3810afdadffadb9d191d1e7.setContent(html_b799b1228365919c2df805d7a254f397);
|
|
|
|
|
|
|
|
marker_77c7eb32b208426263369806b62ad19a.bindPopup(popup_c722b740f3810afdadffadb9d191d1e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77c7eb32b208426263369806b62ad19a.setIcon(icon_fcac97efa517a3c6c5f3667fedab1b3c);
|
|
|
|
|
|
var marker_4f4d0f64c5f8e2823053f4c7214fcb05 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_f6698f1679afe77cd9620e13e381d92c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05cad5d1ef7874a7d9fdc6c75d1c6d51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1702b59f339db635a4501e4516391810 = $(`<div id="html_1702b59f339db635a4501e4516391810" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_05cad5d1ef7874a7d9fdc6c75d1c6d51.setContent(html_1702b59f339db635a4501e4516391810);
|
|
|
|
|
|
|
|
marker_4f4d0f64c5f8e2823053f4c7214fcb05.bindPopup(popup_05cad5d1ef7874a7d9fdc6c75d1c6d51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f4d0f64c5f8e2823053f4c7214fcb05.setIcon(icon_f6698f1679afe77cd9620e13e381d92c);
|
|
|
|
|
|
var marker_8a0a668e30e171499fb445f46f51fe68 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_f6a537143bccbe98d70ae084e6c7f5a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d2e6697c7a6f8bdbf9323599197d80e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a41cb8533ec4f22e339a59af3f304ac1 = $(`<div id="html_a41cb8533ec4f22e339a59af3f304ac1" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_4d2e6697c7a6f8bdbf9323599197d80e.setContent(html_a41cb8533ec4f22e339a59af3f304ac1);
|
|
|
|
|
|
|
|
marker_8a0a668e30e171499fb445f46f51fe68.bindPopup(popup_4d2e6697c7a6f8bdbf9323599197d80e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a0a668e30e171499fb445f46f51fe68.setIcon(icon_f6a537143bccbe98d70ae084e6c7f5a6);
|
|
|
|
|
|
var marker_355df876ddf584751c5757348e27580d = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_b423f3f3ffa426ad8f04168e32251861 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14a3ee75a4fee63823ace1dd53088e7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_317cc8ee6bcaffde07b8bc3cf980f716 = $(`<div id="html_317cc8ee6bcaffde07b8bc3cf980f716" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_14a3ee75a4fee63823ace1dd53088e7b.setContent(html_317cc8ee6bcaffde07b8bc3cf980f716);
|
|
|
|
|
|
|
|
marker_355df876ddf584751c5757348e27580d.bindPopup(popup_14a3ee75a4fee63823ace1dd53088e7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_355df876ddf584751c5757348e27580d.setIcon(icon_b423f3f3ffa426ad8f04168e32251861);
|
|
|
|
|
|
var marker_1892796c80c26649001f195acb363a56 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_df5ca513ba43a4c5239e4490e9af93b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b3d5b202ecf18b92a02228d4053e800 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8959b8888eaa29872bf8cfdc0a4a075f = $(`<div id="html_8959b8888eaa29872bf8cfdc0a4a075f" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_6b3d5b202ecf18b92a02228d4053e800.setContent(html_8959b8888eaa29872bf8cfdc0a4a075f);
|
|
|
|
|
|
|
|
marker_1892796c80c26649001f195acb363a56.bindPopup(popup_6b3d5b202ecf18b92a02228d4053e800)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1892796c80c26649001f195acb363a56.setIcon(icon_df5ca513ba43a4c5239e4490e9af93b7);
|
|
|
|
|
|
var marker_a40c0c342636826f0bd85ac65600c684 = L.marker(
|
|
[49.0291, 8.35705],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_6f23fc34ac3d9a3e0b22c7a091656e53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ff904a80e75de4f25a0ebfb12400e28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6b1b31ebb31a7365e2fce20597fe876 = $(`<div id="html_e6b1b31ebb31a7365e2fce20597fe876" style="width: 100.0%; height: 100.0%;">relay.dyne.org</div>`)[0];
|
|
popup_5ff904a80e75de4f25a0ebfb12400e28.setContent(html_e6b1b31ebb31a7365e2fce20597fe876);
|
|
|
|
|
|
|
|
marker_a40c0c342636826f0bd85ac65600c684.bindPopup(popup_5ff904a80e75de4f25a0ebfb12400e28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a40c0c342636826f0bd85ac65600c684.setIcon(icon_6f23fc34ac3d9a3e0b22c7a091656e53);
|
|
|
|
|
|
var marker_6a5b5462bf6511bf71a5f67ae841cb6e = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_df86f8e7cccdf53053ce05cd913be170 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e579d5520d33b21ab658f49f46bf824b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30603cd371dd092f5bc88066f285d4e2 = $(`<div id="html_30603cd371dd092f5bc88066f285d4e2" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_e579d5520d33b21ab658f49f46bf824b.setContent(html_30603cd371dd092f5bc88066f285d4e2);
|
|
|
|
|
|
|
|
marker_6a5b5462bf6511bf71a5f67ae841cb6e.bindPopup(popup_e579d5520d33b21ab658f49f46bf824b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a5b5462bf6511bf71a5f67ae841cb6e.setIcon(icon_df86f8e7cccdf53053ce05cd913be170);
|
|
|
|
|
|
var marker_c78ff22c450470e54a0ca028d83110be = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_27e4c142b53ea1065b94b81dc72e22af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0f351a4cf9c4442ce82c0e5dad58ecd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ddbc603573f69154e3119e1ee7f32077 = $(`<div id="html_ddbc603573f69154e3119e1ee7f32077" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_b0f351a4cf9c4442ce82c0e5dad58ecd.setContent(html_ddbc603573f69154e3119e1ee7f32077);
|
|
|
|
|
|
|
|
marker_c78ff22c450470e54a0ca028d83110be.bindPopup(popup_b0f351a4cf9c4442ce82c0e5dad58ecd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c78ff22c450470e54a0ca028d83110be.setIcon(icon_27e4c142b53ea1065b94b81dc72e22af);
|
|
|
|
|
|
var marker_5ec87f41a99a78a8c84e56cdeeddb53e = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_dd156616dfde7874346ae08f919bfbf3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9a8d881516d7ce3f081c84241134d2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72ad79d1501335cebb27a79158096ce9 = $(`<div id="html_72ad79d1501335cebb27a79158096ce9" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_b9a8d881516d7ce3f081c84241134d2a.setContent(html_72ad79d1501335cebb27a79158096ce9);
|
|
|
|
|
|
|
|
marker_5ec87f41a99a78a8c84e56cdeeddb53e.bindPopup(popup_b9a8d881516d7ce3f081c84241134d2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ec87f41a99a78a8c84e56cdeeddb53e.setIcon(icon_dd156616dfde7874346ae08f919bfbf3);
|
|
|
|
|
|
var marker_1c90b8ae0ccddd33b2945900804726ec = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_331acc44b47aec147a608ee422e3eb97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c818ea0308d3fd045807386a6136446d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab3b3b4154a65ce37ab7cc1b3e5bfb16 = $(`<div id="html_ab3b3b4154a65ce37ab7cc1b3e5bfb16" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_c818ea0308d3fd045807386a6136446d.setContent(html_ab3b3b4154a65ce37ab7cc1b3e5bfb16);
|
|
|
|
|
|
|
|
marker_1c90b8ae0ccddd33b2945900804726ec.bindPopup(popup_c818ea0308d3fd045807386a6136446d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c90b8ae0ccddd33b2945900804726ec.setIcon(icon_331acc44b47aec147a608ee422e3eb97);
|
|
|
|
|
|
var marker_765601af272290977358e517c1fb9ac1 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_e25d6becfa1ed7d7ad09c3c576a4dcc8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a9270af9f997cb60c68cec479ac6910 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d51df457c4f67a804877dd4be37c6a27 = $(`<div id="html_d51df457c4f67a804877dd4be37c6a27" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_2a9270af9f997cb60c68cec479ac6910.setContent(html_d51df457c4f67a804877dd4be37c6a27);
|
|
|
|
|
|
|
|
marker_765601af272290977358e517c1fb9ac1.bindPopup(popup_2a9270af9f997cb60c68cec479ac6910)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_765601af272290977358e517c1fb9ac1.setIcon(icon_e25d6becfa1ed7d7ad09c3c576a4dcc8);
|
|
|
|
|
|
var marker_bd81ff7f9611151ea3984a50d1d51422 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_fdf6085a31a806b8da5e90e731c1651a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46237a92678e6fd91d50d042c30cd146 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45056d49578318421e3d6cb82d74d97d = $(`<div id="html_45056d49578318421e3d6cb82d74d97d" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_46237a92678e6fd91d50d042c30cd146.setContent(html_45056d49578318421e3d6cb82d74d97d);
|
|
|
|
|
|
|
|
marker_bd81ff7f9611151ea3984a50d1d51422.bindPopup(popup_46237a92678e6fd91d50d042c30cd146)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd81ff7f9611151ea3984a50d1d51422.setIcon(icon_fdf6085a31a806b8da5e90e731c1651a);
|
|
|
|
|
|
var marker_8ed5989179a22daf03fb4efd8d815848 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_1fef5a54d60fbae916cbe517fd7c58f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_460669a9d90e5bcc877f65b3f31deee2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c9892d504cdd910c412412203a21144 = $(`<div id="html_1c9892d504cdd910c412412203a21144" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_460669a9d90e5bcc877f65b3f31deee2.setContent(html_1c9892d504cdd910c412412203a21144);
|
|
|
|
|
|
|
|
marker_8ed5989179a22daf03fb4efd8d815848.bindPopup(popup_460669a9d90e5bcc877f65b3f31deee2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ed5989179a22daf03fb4efd8d815848.setIcon(icon_1fef5a54d60fbae916cbe517fd7c58f7);
|
|
|
|
|
|
var marker_236d92992b780c9a7f6bb17814216943 = L.marker(
|
|
[59.3293, 18.0686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_2c358eb44f6d894df34818da9128204e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abcba15d7dd75c4e0e3704cf43e37d4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa78afd0a26e00a57b29c7f85cbbd0a2 = $(`<div id="html_aa78afd0a26e00a57b29c7f85cbbd0a2" style="width: 100.0%; height: 100.0%;">relay.fckstate.net</div>`)[0];
|
|
popup_abcba15d7dd75c4e0e3704cf43e37d4c.setContent(html_aa78afd0a26e00a57b29c7f85cbbd0a2);
|
|
|
|
|
|
|
|
marker_236d92992b780c9a7f6bb17814216943.bindPopup(popup_abcba15d7dd75c4e0e3704cf43e37d4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_236d92992b780c9a7f6bb17814216943.setIcon(icon_2c358eb44f6d894df34818da9128204e);
|
|
|
|
|
|
var marker_46ad6061a2e55bb2e1b89711b680d308 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_b729681ccc636f385876b4b880b50b96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_159c56820fe1685b4d735106beb9021c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f909d363dfcb1c0553e8d79cffc40c78 = $(`<div id="html_f909d363dfcb1c0553e8d79cffc40c78" style="width: 100.0%; height: 100.0%;">relay.inforsupports.com</div>`)[0];
|
|
popup_159c56820fe1685b4d735106beb9021c.setContent(html_f909d363dfcb1c0553e8d79cffc40c78);
|
|
|
|
|
|
|
|
marker_46ad6061a2e55bb2e1b89711b680d308.bindPopup(popup_159c56820fe1685b4d735106beb9021c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46ad6061a2e55bb2e1b89711b680d308.setIcon(icon_b729681ccc636f385876b4b880b50b96);
|
|
|
|
|
|
var marker_ccd1df21ca71ef999e41327bcd697f5f = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_2059098ffbfd72b793def7975af377e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6819764ff29c05936245e71e1e1a407 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11fe9cc3aa8a86dd920eb923860b31b6 = $(`<div id="html_11fe9cc3aa8a86dd920eb923860b31b6" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_d6819764ff29c05936245e71e1e1a407.setContent(html_11fe9cc3aa8a86dd920eb923860b31b6);
|
|
|
|
|
|
|
|
marker_ccd1df21ca71ef999e41327bcd697f5f.bindPopup(popup_d6819764ff29c05936245e71e1e1a407)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccd1df21ca71ef999e41327bcd697f5f.setIcon(icon_2059098ffbfd72b793def7975af377e5);
|
|
|
|
|
|
var marker_716fb68761dcb033e81bff085908aed5 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_aa7b310ffee64c2caadd6e77c527afab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a43826301d7cdca02941c824d6b21a5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7aef3fe8d341a86b808f48658db7f9d6 = $(`<div id="html_7aef3fe8d341a86b808f48658db7f9d6" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_a43826301d7cdca02941c824d6b21a5a.setContent(html_7aef3fe8d341a86b808f48658db7f9d6);
|
|
|
|
|
|
|
|
marker_716fb68761dcb033e81bff085908aed5.bindPopup(popup_a43826301d7cdca02941c824d6b21a5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_716fb68761dcb033e81bff085908aed5.setIcon(icon_aa7b310ffee64c2caadd6e77c527afab);
|
|
|
|
|
|
var marker_5b1318c8ab7c151dca56fc920b9f06bd = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_659037d1ced7bb62e95323c233c33352 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9028eaeb2393f7dea786530367dfb9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49a1cffc7d33f4525e7567ae49715243 = $(`<div id="html_49a1cffc7d33f4525e7567ae49715243" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_b9028eaeb2393f7dea786530367dfb9a.setContent(html_49a1cffc7d33f4525e7567ae49715243);
|
|
|
|
|
|
|
|
marker_5b1318c8ab7c151dca56fc920b9f06bd.bindPopup(popup_b9028eaeb2393f7dea786530367dfb9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b1318c8ab7c151dca56fc920b9f06bd.setIcon(icon_659037d1ced7bb62e95323c233c33352);
|
|
|
|
|
|
var marker_b81a712a7bbaca0012c6b649acbf0141 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_6ecf7286e9d1d527a9fe401996ecef66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c028d0868b1c84bd2e33ac775e8dd20 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9eec0093cd9a6d80cbf2b976f5bb8450 = $(`<div id="html_9eec0093cd9a6d80cbf2b976f5bb8450" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_9c028d0868b1c84bd2e33ac775e8dd20.setContent(html_9eec0093cd9a6d80cbf2b976f5bb8450);
|
|
|
|
|
|
|
|
marker_b81a712a7bbaca0012c6b649acbf0141.bindPopup(popup_9c028d0868b1c84bd2e33ac775e8dd20)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b81a712a7bbaca0012c6b649acbf0141.setIcon(icon_6ecf7286e9d1d527a9fe401996ecef66);
|
|
|
|
|
|
var marker_7e606aa5cfafbfec957a1bc12cb71df0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_669563da80a25ff4131492ea1a1e0f04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_259b0b17c20e53f52650e281634e9a8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b6a9725157b42cce09426a44ca0f72d = $(`<div id="html_0b6a9725157b42cce09426a44ca0f72d" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_259b0b17c20e53f52650e281634e9a8c.setContent(html_0b6a9725157b42cce09426a44ca0f72d);
|
|
|
|
|
|
|
|
marker_7e606aa5cfafbfec957a1bc12cb71df0.bindPopup(popup_259b0b17c20e53f52650e281634e9a8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e606aa5cfafbfec957a1bc12cb71df0.setIcon(icon_669563da80a25ff4131492ea1a1e0f04);
|
|
|
|
|
|
var marker_7ede864f51504081a12cb4de91aa0d4f = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_ed8367cd8b0836893698ab1086e360a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df5c0e4c223039493462edf1bd58c860 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c97ed7e8e50125ed2ab2d7a011fe549 = $(`<div id="html_4c97ed7e8e50125ed2ab2d7a011fe549" style="width: 100.0%; height: 100.0%;">relay.wisp.talk</div>`)[0];
|
|
popup_df5c0e4c223039493462edf1bd58c860.setContent(html_4c97ed7e8e50125ed2ab2d7a011fe549);
|
|
|
|
|
|
|
|
marker_7ede864f51504081a12cb4de91aa0d4f.bindPopup(popup_df5c0e4c223039493462edf1bd58c860)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ede864f51504081a12cb4de91aa0d4f.setIcon(icon_ed8367cd8b0836893698ab1086e360a6);
|
|
|
|
|
|
var marker_83b4a724a415440667b2e4c0a2211fa1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_2570c7fc0eb7fbbdb0aacfc9c8a7eb8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbcda8ae1c63eb707131a3c02fe9feb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56b1d58ac2de5ff16b8265bf9b58122a = $(`<div id="html_56b1d58ac2de5ff16b8265bf9b58122a" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_dbcda8ae1c63eb707131a3c02fe9feb9.setContent(html_56b1d58ac2de5ff16b8265bf9b58122a);
|
|
|
|
|
|
|
|
marker_83b4a724a415440667b2e4c0a2211fa1.bindPopup(popup_dbcda8ae1c63eb707131a3c02fe9feb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83b4a724a415440667b2e4c0a2211fa1.setIcon(icon_2570c7fc0eb7fbbdb0aacfc9c8a7eb8e);
|
|
|
|
|
|
var marker_e100b0c548243fc8c1d9daa9f7e19a2b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_9a38bb6797e83af096c6bf9cd185e94d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_397f22df13482f38f640bbc97fe64814 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15a0dbe7fed5af490d5d4ad5d63711cd = $(`<div id="html_15a0dbe7fed5af490d5d4ad5d63711cd" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_397f22df13482f38f640bbc97fe64814.setContent(html_15a0dbe7fed5af490d5d4ad5d63711cd);
|
|
|
|
|
|
|
|
marker_e100b0c548243fc8c1d9daa9f7e19a2b.bindPopup(popup_397f22df13482f38f640bbc97fe64814)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e100b0c548243fc8c1d9daa9f7e19a2b.setIcon(icon_9a38bb6797e83af096c6bf9cd185e94d);
|
|
|
|
|
|
var marker_72fe33ff82d0ced8170ddca23381b31e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_7c68cc2f8feca8a4d51905447a84d221 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e43a65f0e46fac8ad3e8e6821878f2fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e0eca32a612d9ba5bf457764128ad47 = $(`<div id="html_0e0eca32a612d9ba5bf457764128ad47" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_e43a65f0e46fac8ad3e8e6821878f2fb.setContent(html_0e0eca32a612d9ba5bf457764128ad47);
|
|
|
|
|
|
|
|
marker_72fe33ff82d0ced8170ddca23381b31e.bindPopup(popup_e43a65f0e46fac8ad3e8e6821878f2fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72fe33ff82d0ced8170ddca23381b31e.setIcon(icon_7c68cc2f8feca8a4d51905447a84d221);
|
|
|
|
|
|
var marker_aa255d85e86adac090425eaebcf55f82 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_fe5563d165a4a50174f0b4120011a13c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8645578732c796e727b58b4570c1d97b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_966de97455caff256571bdcd50e59881 = $(`<div id="html_966de97455caff256571bdcd50e59881" style="width: 100.0%; height: 100.0%;">treuzkas.branruz.com</div>`)[0];
|
|
popup_8645578732c796e727b58b4570c1d97b.setContent(html_966de97455caff256571bdcd50e59881);
|
|
|
|
|
|
|
|
marker_aa255d85e86adac090425eaebcf55f82.bindPopup(popup_8645578732c796e727b58b4570c1d97b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa255d85e86adac090425eaebcf55f82.setIcon(icon_fe5563d165a4a50174f0b4120011a13c);
|
|
|
|
|
|
var marker_97aa7d1f45558d7d5daaf4b2174d986f = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_09703d05a3af3e01b0490a04382050b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e39c6bcd94379358b00fee59771dea7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c3778c903950f05dfb7eb2fbdf83f64 = $(`<div id="html_2c3778c903950f05dfb7eb2fbdf83f64" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_e39c6bcd94379358b00fee59771dea7e.setContent(html_2c3778c903950f05dfb7eb2fbdf83f64);
|
|
|
|
|
|
|
|
marker_97aa7d1f45558d7d5daaf4b2174d986f.bindPopup(popup_e39c6bcd94379358b00fee59771dea7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97aa7d1f45558d7d5daaf4b2174d986f.setIcon(icon_09703d05a3af3e01b0490a04382050b5);
|
|
|
|
|
|
var marker_643ed2caf822e6de4e1ea408feff1683 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_d3389e5e97a94abc9a56b323af2a125c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2ae7ee13581115d085efe94eec4fe41 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbd071ccb91c57c1b2ddcbf31597c2f1 = $(`<div id="html_dbd071ccb91c57c1b2ddcbf31597c2f1" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_d2ae7ee13581115d085efe94eec4fe41.setContent(html_dbd071ccb91c57c1b2ddcbf31597c2f1);
|
|
|
|
|
|
|
|
marker_643ed2caf822e6de4e1ea408feff1683.bindPopup(popup_d2ae7ee13581115d085efe94eec4fe41)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_643ed2caf822e6de4e1ea408feff1683.setIcon(icon_d3389e5e97a94abc9a56b323af2a125c);
|
|
|
|
|
|
var marker_1848a270f0f167cc1cf9414fbd03f988 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_efb827b9afe5d7f2ff9116bf045ce504 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_417e8e967c6142e357ef536892d9e6a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c16f7b06ee4809d0fbe4ac51b7d6a05c = $(`<div id="html_c16f7b06ee4809d0fbe4ac51b7d6a05c" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_417e8e967c6142e357ef536892d9e6a9.setContent(html_c16f7b06ee4809d0fbe4ac51b7d6a05c);
|
|
|
|
|
|
|
|
marker_1848a270f0f167cc1cf9414fbd03f988.bindPopup(popup_417e8e967c6142e357ef536892d9e6a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1848a270f0f167cc1cf9414fbd03f988.setIcon(icon_efb827b9afe5d7f2ff9116bf045ce504);
|
|
|
|
|
|
var marker_1ce351abf1a969a9fed6f9aba9c98310 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_4becb87d98105cfc3d36aaf8ae90a883 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd0a0b779351ecf64ffd0b2a93c2f0b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_116030decbf31ccb370a70bd65c52b04 = $(`<div id="html_116030decbf31ccb370a70bd65c52b04" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_fd0a0b779351ecf64ffd0b2a93c2f0b3.setContent(html_116030decbf31ccb370a70bd65c52b04);
|
|
|
|
|
|
|
|
marker_1ce351abf1a969a9fed6f9aba9c98310.bindPopup(popup_fd0a0b779351ecf64ffd0b2a93c2f0b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ce351abf1a969a9fed6f9aba9c98310.setIcon(icon_4becb87d98105cfc3d36aaf8ae90a883);
|
|
|
|
|
|
var marker_204cb18264b2689d2c5fd9612542f5eb = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_6dc5c4d519ee3562faf499bc2b7d944b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e44d2ba0b21796689af3100cda5f090e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1ace0fc8fa139b5caca3c881d82b680 = $(`<div id="html_c1ace0fc8fa139b5caca3c881d82b680" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_e44d2ba0b21796689af3100cda5f090e.setContent(html_c1ace0fc8fa139b5caca3c881d82b680);
|
|
|
|
|
|
|
|
marker_204cb18264b2689d2c5fd9612542f5eb.bindPopup(popup_e44d2ba0b21796689af3100cda5f090e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_204cb18264b2689d2c5fd9612542f5eb.setIcon(icon_6dc5c4d519ee3562faf499bc2b7d944b);
|
|
|
|
|
|
var marker_e2181f3885a10ed6cb7043e650361b35 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_ba0f781260bfe02e46ad1096183971c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57af6474b56404dcf5816f076d8f7c16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65a5b8def0b2e069d5c22c504ee3c65b = $(`<div id="html_65a5b8def0b2e069d5c22c504ee3c65b" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_57af6474b56404dcf5816f076d8f7c16.setContent(html_65a5b8def0b2e069d5c22c504ee3c65b);
|
|
|
|
|
|
|
|
marker_e2181f3885a10ed6cb7043e650361b35.bindPopup(popup_57af6474b56404dcf5816f076d8f7c16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2181f3885a10ed6cb7043e650361b35.setIcon(icon_ba0f781260bfe02e46ad1096183971c0);
|
|
|
|
|
|
var marker_1b4ddf4e12a94dc87da3135ac4c097f9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_02c24a9b0fd804b0ac9a9d8b52186132 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_290bdd9bb33c7da3f590bd50ed309429 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f19fa45aa589e8d1319406c41f0e90d1 = $(`<div id="html_f19fa45aa589e8d1319406c41f0e90d1" style="width: 100.0%; height: 100.0%;">relay.sovbit.dev</div>`)[0];
|
|
popup_290bdd9bb33c7da3f590bd50ed309429.setContent(html_f19fa45aa589e8d1319406c41f0e90d1);
|
|
|
|
|
|
|
|
marker_1b4ddf4e12a94dc87da3135ac4c097f9.bindPopup(popup_290bdd9bb33c7da3f590bd50ed309429)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b4ddf4e12a94dc87da3135ac4c097f9.setIcon(icon_02c24a9b0fd804b0ac9a9d8b52186132);
|
|
|
|
|
|
var marker_c07dd8a583b915a7b8524bba4634735d = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_6ea191c33ec27798ff8f6879999c00ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e24ebca7ea231942e529413bb59893b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93456e5c9173c9111c4ebd4d894027f7 = $(`<div id="html_93456e5c9173c9111c4ebd4d894027f7" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_e24ebca7ea231942e529413bb59893b3.setContent(html_93456e5c9173c9111c4ebd4d894027f7);
|
|
|
|
|
|
|
|
marker_c07dd8a583b915a7b8524bba4634735d.bindPopup(popup_e24ebca7ea231942e529413bb59893b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c07dd8a583b915a7b8524bba4634735d.setIcon(icon_6ea191c33ec27798ff8f6879999c00ff);
|
|
|
|
|
|
var marker_d6d093d4ba78ed8ba47750c7c75e92e4 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_d87006f6d1ba4ae7374619ad20682e6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d40aae152161a28c0b9a8578fee47fe7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_baa5715c8d2d5537f6508dfe3bcada01 = $(`<div id="html_baa5715c8d2d5537f6508dfe3bcada01" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_d40aae152161a28c0b9a8578fee47fe7.setContent(html_baa5715c8d2d5537f6508dfe3bcada01);
|
|
|
|
|
|
|
|
marker_d6d093d4ba78ed8ba47750c7c75e92e4.bindPopup(popup_d40aae152161a28c0b9a8578fee47fe7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6d093d4ba78ed8ba47750c7c75e92e4.setIcon(icon_d87006f6d1ba4ae7374619ad20682e6e);
|
|
|
|
|
|
var marker_8566069564037989dadc8546d8d432af = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_56a01c4557d8249cdace50ed771a2225 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8641e8da0041902047b1e12b7027e397 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b76ace0b1d1f8a0ad4da990bcc401ea3 = $(`<div id="html_b76ace0b1d1f8a0ad4da990bcc401ea3" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_8641e8da0041902047b1e12b7027e397.setContent(html_b76ace0b1d1f8a0ad4da990bcc401ea3);
|
|
|
|
|
|
|
|
marker_8566069564037989dadc8546d8d432af.bindPopup(popup_8641e8da0041902047b1e12b7027e397)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8566069564037989dadc8546d8d432af.setIcon(icon_56a01c4557d8249cdace50ed771a2225);
|
|
|
|
|
|
var marker_ef83ad6cb87f737e13334ee193927421 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_9040a458924023ff2406504b83484da8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec6d0bd21e7da4335012e203032c6aeb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea993f7505a3037c0716780e025883ab = $(`<div id="html_ea993f7505a3037c0716780e025883ab" style="width: 100.0%; height: 100.0%;">nostr.easycryptosend.it</div>`)[0];
|
|
popup_ec6d0bd21e7da4335012e203032c6aeb.setContent(html_ea993f7505a3037c0716780e025883ab);
|
|
|
|
|
|
|
|
marker_ef83ad6cb87f737e13334ee193927421.bindPopup(popup_ec6d0bd21e7da4335012e203032c6aeb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef83ad6cb87f737e13334ee193927421.setIcon(icon_9040a458924023ff2406504b83484da8);
|
|
|
|
|
|
var marker_6b8449d7a0c7ab66f3cc3b88122d66d0 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_4459d2092c887ae5503b92eab98e3234 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05cb35228ea2db50b464683df05d1605 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4404174660cc0b68b4154bf929404983 = $(`<div id="html_4404174660cc0b68b4154bf929404983" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_05cb35228ea2db50b464683df05d1605.setContent(html_4404174660cc0b68b4154bf929404983);
|
|
|
|
|
|
|
|
marker_6b8449d7a0c7ab66f3cc3b88122d66d0.bindPopup(popup_05cb35228ea2db50b464683df05d1605)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b8449d7a0c7ab66f3cc3b88122d66d0.setIcon(icon_4459d2092c887ae5503b92eab98e3234);
|
|
|
|
|
|
var marker_9380856ba327700e54c0253267593720 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_4f494056cc9f3ef3a3a323c2bd84817c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3b6f9ce7ca3d8d1d993c11d5af114ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e72842c59b401705bfd6967069ec7a4 = $(`<div id="html_3e72842c59b401705bfd6967069ec7a4" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_a3b6f9ce7ca3d8d1d993c11d5af114ce.setContent(html_3e72842c59b401705bfd6967069ec7a4);
|
|
|
|
|
|
|
|
marker_9380856ba327700e54c0253267593720.bindPopup(popup_a3b6f9ce7ca3d8d1d993c11d5af114ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9380856ba327700e54c0253267593720.setIcon(icon_4f494056cc9f3ef3a3a323c2bd84817c);
|
|
|
|
|
|
var marker_57f26155488f107114a6ea35536b91a6 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_a1a01d5e18f29719037022207f75190d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_deb6604ec0370efe2a63910c5e4e4300 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f37957797c36e1f068eb002cdf31eac = $(`<div id="html_4f37957797c36e1f068eb002cdf31eac" style="width: 100.0%; height: 100.0%;">nostr.defucc.me</div>`)[0];
|
|
popup_deb6604ec0370efe2a63910c5e4e4300.setContent(html_4f37957797c36e1f068eb002cdf31eac);
|
|
|
|
|
|
|
|
marker_57f26155488f107114a6ea35536b91a6.bindPopup(popup_deb6604ec0370efe2a63910c5e4e4300)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57f26155488f107114a6ea35536b91a6.setIcon(icon_a1a01d5e18f29719037022207f75190d);
|
|
|
|
|
|
var marker_95f248f0c606c5e8b200370a7c7c8422 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_d603b9d06b9d3694d7487be0991f1239 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4f30bb3c70ab4f77c9028f8580df442 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_716ef9ca8abd0bb7bc57cc3cbdd548da = $(`<div id="html_716ef9ca8abd0bb7bc57cc3cbdd548da" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_c4f30bb3c70ab4f77c9028f8580df442.setContent(html_716ef9ca8abd0bb7bc57cc3cbdd548da);
|
|
|
|
|
|
|
|
marker_95f248f0c606c5e8b200370a7c7c8422.bindPopup(popup_c4f30bb3c70ab4f77c9028f8580df442)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95f248f0c606c5e8b200370a7c7c8422.setIcon(icon_d603b9d06b9d3694d7487be0991f1239);
|
|
|
|
|
|
var marker_e828e8860156425634105d8ab0378a60 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_e18d1d99c000459ffdb351609e8ef1a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08d333d4d5554fc7fbf5d4f781c9e4ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c289955da4112c4aef2a8ad903558e7f = $(`<div id="html_c289955da4112c4aef2a8ad903558e7f" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st</div>`)[0];
|
|
popup_08d333d4d5554fc7fbf5d4f781c9e4ac.setContent(html_c289955da4112c4aef2a8ad903558e7f);
|
|
|
|
|
|
|
|
marker_e828e8860156425634105d8ab0378a60.bindPopup(popup_08d333d4d5554fc7fbf5d4f781c9e4ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e828e8860156425634105d8ab0378a60.setIcon(icon_e18d1d99c000459ffdb351609e8ef1a7);
|
|
|
|
|
|
var marker_875587378463c22a4e4f80a880a63d21 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_9fbb43b88f3c2ac14a3993e99073e415 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b6cf53059addb21752fcc50fcc0b5c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f7b185b2ab7f7228f515bd4cd29b711 = $(`<div id="html_0f7b185b2ab7f7228f515bd4cd29b711" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_8b6cf53059addb21752fcc50fcc0b5c7.setContent(html_0f7b185b2ab7f7228f515bd4cd29b711);
|
|
|
|
|
|
|
|
marker_875587378463c22a4e4f80a880a63d21.bindPopup(popup_8b6cf53059addb21752fcc50fcc0b5c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_875587378463c22a4e4f80a880a63d21.setIcon(icon_9fbb43b88f3c2ac14a3993e99073e415);
|
|
|
|
|
|
var marker_1304fcf6d1d96be69117c4e378d0b80a = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_c1351fbee84198c49a5cf4e5e1470979 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b562f78f3d165cb15045156df694118e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de216fb05ac74afe47354173620ec9fb = $(`<div id="html_de216fb05ac74afe47354173620ec9fb" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_b562f78f3d165cb15045156df694118e.setContent(html_de216fb05ac74afe47354173620ec9fb);
|
|
|
|
|
|
|
|
marker_1304fcf6d1d96be69117c4e378d0b80a.bindPopup(popup_b562f78f3d165cb15045156df694118e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1304fcf6d1d96be69117c4e378d0b80a.setIcon(icon_c1351fbee84198c49a5cf4e5e1470979);
|
|
|
|
|
|
var marker_95dbd3d4504873d7c009e6c6a00b0020 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_bed6fa1d046e3cd1c3e87afa483eab23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a112e2dbf854d5f25c4ef216c748db3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_841701893a18315db85008cd5a9ac756 = $(`<div id="html_841701893a18315db85008cd5a9ac756" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_1a112e2dbf854d5f25c4ef216c748db3.setContent(html_841701893a18315db85008cd5a9ac756);
|
|
|
|
|
|
|
|
marker_95dbd3d4504873d7c009e6c6a00b0020.bindPopup(popup_1a112e2dbf854d5f25c4ef216c748db3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95dbd3d4504873d7c009e6c6a00b0020.setIcon(icon_bed6fa1d046e3cd1c3e87afa483eab23);
|
|
|
|
|
|
var marker_74f34f8e5b6b6630e544cf566671a263 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_c2757a44f37576682385812f14086a3b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69bd113e3cac5ce90dba27f59deb2cec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b361e959774ceacac8364f56ea86a693 = $(`<div id="html_b361e959774ceacac8364f56ea86a693" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_69bd113e3cac5ce90dba27f59deb2cec.setContent(html_b361e959774ceacac8364f56ea86a693);
|
|
|
|
|
|
|
|
marker_74f34f8e5b6b6630e544cf566671a263.bindPopup(popup_69bd113e3cac5ce90dba27f59deb2cec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74f34f8e5b6b6630e544cf566671a263.setIcon(icon_c2757a44f37576682385812f14086a3b);
|
|
|
|
|
|
var marker_3dc7d361f2c3996f683caf392c6fead1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_d7555d5260a6ff3971950c616a56afd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d90bc0f961d6f31daf02b57e2036bc1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffe4ff88b050ba17190d617d7848b034 = $(`<div id="html_ffe4ff88b050ba17190d617d7848b034" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_d90bc0f961d6f31daf02b57e2036bc1c.setContent(html_ffe4ff88b050ba17190d617d7848b034);
|
|
|
|
|
|
|
|
marker_3dc7d361f2c3996f683caf392c6fead1.bindPopup(popup_d90bc0f961d6f31daf02b57e2036bc1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3dc7d361f2c3996f683caf392c6fead1.setIcon(icon_d7555d5260a6ff3971950c616a56afd0);
|
|
|
|
|
|
var marker_5d4a7504f93a7507f77466572f9f4cd2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_46cdd63e76d391c3d1a711a3d8170fbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57840f59545fc6888759d27dbcb1446c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82df44bf202dfc9f4838b184f10d2dae = $(`<div id="html_82df44bf202dfc9f4838b184f10d2dae" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_57840f59545fc6888759d27dbcb1446c.setContent(html_82df44bf202dfc9f4838b184f10d2dae);
|
|
|
|
|
|
|
|
marker_5d4a7504f93a7507f77466572f9f4cd2.bindPopup(popup_57840f59545fc6888759d27dbcb1446c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d4a7504f93a7507f77466572f9f4cd2.setIcon(icon_46cdd63e76d391c3d1a711a3d8170fbb);
|
|
|
|
|
|
var marker_9a014b3e1cae648ca46c8019e8d5461b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_d8bc1cc90fa331dd60641aa63160ea1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74d550c77a1aeb46e0f0affd98e31528 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3edab1f1f703f95c9034869c4e56a6ca = $(`<div id="html_3edab1f1f703f95c9034869c4e56a6ca" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_74d550c77a1aeb46e0f0affd98e31528.setContent(html_3edab1f1f703f95c9034869c4e56a6ca);
|
|
|
|
|
|
|
|
marker_9a014b3e1cae648ca46c8019e8d5461b.bindPopup(popup_74d550c77a1aeb46e0f0affd98e31528)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a014b3e1cae648ca46c8019e8d5461b.setIcon(icon_d8bc1cc90fa331dd60641aa63160ea1b);
|
|
|
|
|
|
var marker_7749bd4d918bf65d4514d871ac806f99 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_3f5f670d8356865caa8d582cbbff6327 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ff7df4115740d41e1b41dba47b32865 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83b40290bdbc86612ce62601a0019f7e = $(`<div id="html_83b40290bdbc86612ce62601a0019f7e" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_4ff7df4115740d41e1b41dba47b32865.setContent(html_83b40290bdbc86612ce62601a0019f7e);
|
|
|
|
|
|
|
|
marker_7749bd4d918bf65d4514d871ac806f99.bindPopup(popup_4ff7df4115740d41e1b41dba47b32865)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7749bd4d918bf65d4514d871ac806f99.setIcon(icon_3f5f670d8356865caa8d582cbbff6327);
|
|
|
|
|
|
var marker_e149631b75c2870390394a15de0252df = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_40d5741bd3d87bf48564002d50709e01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46d7631711cef8757101e2e5032b66aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b6c3dd8ad1e5379f93bb16a871dc588 = $(`<div id="html_2b6c3dd8ad1e5379f93bb16a871dc588" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_46d7631711cef8757101e2e5032b66aa.setContent(html_2b6c3dd8ad1e5379f93bb16a871dc588);
|
|
|
|
|
|
|
|
marker_e149631b75c2870390394a15de0252df.bindPopup(popup_46d7631711cef8757101e2e5032b66aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e149631b75c2870390394a15de0252df.setIcon(icon_40d5741bd3d87bf48564002d50709e01);
|
|
|
|
|
|
var marker_eb91619e1d0e8f94477d47bcc04470b9 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_229c3888bbdec673409b6cf7da4a8f98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad3a30533c017cff6d93e7c1653ec8d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ca0d50d15819b8a01164ae9da44732f = $(`<div id="html_1ca0d50d15819b8a01164ae9da44732f" style="width: 100.0%; height: 100.0%;">insta-relay.apps3.slidestr.net</div>`)[0];
|
|
popup_ad3a30533c017cff6d93e7c1653ec8d1.setContent(html_1ca0d50d15819b8a01164ae9da44732f);
|
|
|
|
|
|
|
|
marker_eb91619e1d0e8f94477d47bcc04470b9.bindPopup(popup_ad3a30533c017cff6d93e7c1653ec8d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb91619e1d0e8f94477d47bcc04470b9.setIcon(icon_229c3888bbdec673409b6cf7da4a8f98);
|
|
|
|
|
|
var marker_ee452297858bf095d455d3d3daede69d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_41e9483624edd9473817aed0d533ed75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca70458383dccde41aee894c88f54851 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efb8c5a0405a381cd50d38b98a9c14e1 = $(`<div id="html_efb8c5a0405a381cd50d38b98a9c14e1" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_ca70458383dccde41aee894c88f54851.setContent(html_efb8c5a0405a381cd50d38b98a9c14e1);
|
|
|
|
|
|
|
|
marker_ee452297858bf095d455d3d3daede69d.bindPopup(popup_ca70458383dccde41aee894c88f54851)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee452297858bf095d455d3d3daede69d.setIcon(icon_41e9483624edd9473817aed0d533ed75);
|
|
|
|
|
|
var marker_20b2aacb5ecd9d8628bb4115650ae6cf = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_342fbcbfabac187835bc8c0968614715 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3fa3fbe91d74cd90dc5e119221c5bdc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac7bbd1eb3e39a4f8d0f7b86d4d70e36 = $(`<div id="html_ac7bbd1eb3e39a4f8d0f7b86d4d70e36" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_a3fa3fbe91d74cd90dc5e119221c5bdc.setContent(html_ac7bbd1eb3e39a4f8d0f7b86d4d70e36);
|
|
|
|
|
|
|
|
marker_20b2aacb5ecd9d8628bb4115650ae6cf.bindPopup(popup_a3fa3fbe91d74cd90dc5e119221c5bdc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20b2aacb5ecd9d8628bb4115650ae6cf.setIcon(icon_342fbcbfabac187835bc8c0968614715);
|
|
|
|
|
|
var marker_1aeed6b119331d2a90aab1dc06ad2d31 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_d2c123a591cbc52f138ab629c2ee0e88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f70b3c82b539da69ee533b623cbc56b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c780c91c23573cb02ef6975a6ae14d5a = $(`<div id="html_c780c91c23573cb02ef6975a6ae14d5a" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_f70b3c82b539da69ee533b623cbc56b7.setContent(html_c780c91c23573cb02ef6975a6ae14d5a);
|
|
|
|
|
|
|
|
marker_1aeed6b119331d2a90aab1dc06ad2d31.bindPopup(popup_f70b3c82b539da69ee533b623cbc56b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1aeed6b119331d2a90aab1dc06ad2d31.setIcon(icon_d2c123a591cbc52f138ab629c2ee0e88);
|
|
|
|
|
|
var marker_11f62360808cb4f2e98f43672aadc8da = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_69cf54b9da9ee9a00df68737d09637fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d32c1e4df8153602394d18b201df9df2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03f162daef9f0d2b0d56e40e81054332 = $(`<div id="html_03f162daef9f0d2b0d56e40e81054332" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_d32c1e4df8153602394d18b201df9df2.setContent(html_03f162daef9f0d2b0d56e40e81054332);
|
|
|
|
|
|
|
|
marker_11f62360808cb4f2e98f43672aadc8da.bindPopup(popup_d32c1e4df8153602394d18b201df9df2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11f62360808cb4f2e98f43672aadc8da.setIcon(icon_69cf54b9da9ee9a00df68737d09637fa);
|
|
|
|
|
|
var marker_b907216823e9c013a92746d642992223 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_20a4d726d8cee22924dc21d9e1a4003b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89064d18996cd95d1fa5916f17d57931 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad3cb3ac8a92c81e90731ca0c924e5f7 = $(`<div id="html_ad3cb3ac8a92c81e90731ca0c924e5f7" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_89064d18996cd95d1fa5916f17d57931.setContent(html_ad3cb3ac8a92c81e90731ca0c924e5f7);
|
|
|
|
|
|
|
|
marker_b907216823e9c013a92746d642992223.bindPopup(popup_89064d18996cd95d1fa5916f17d57931)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b907216823e9c013a92746d642992223.setIcon(icon_20a4d726d8cee22924dc21d9e1a4003b);
|
|
|
|
|
|
var marker_6ae5a4564ab053f92467de5fa1ccb8b1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_b05186f7645410dbe3a75ca2f0264121 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac226028d23c8578ea84f7fb9cd37b09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc075967a60523beedbb3795d5b00c62 = $(`<div id="html_cc075967a60523beedbb3795d5b00c62" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_ac226028d23c8578ea84f7fb9cd37b09.setContent(html_cc075967a60523beedbb3795d5b00c62);
|
|
|
|
|
|
|
|
marker_6ae5a4564ab053f92467de5fa1ccb8b1.bindPopup(popup_ac226028d23c8578ea84f7fb9cd37b09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ae5a4564ab053f92467de5fa1ccb8b1.setIcon(icon_b05186f7645410dbe3a75ca2f0264121);
|
|
|
|
|
|
var marker_9ef78638f84774200340e383a96d4773 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_c141695a83695f62bae32d8636fe7a57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_766b0ab0b1671122eead2eabef013342 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1111e0b6a6e1added98721735d9fda2b = $(`<div id="html_1111e0b6a6e1added98721735d9fda2b" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_766b0ab0b1671122eead2eabef013342.setContent(html_1111e0b6a6e1added98721735d9fda2b);
|
|
|
|
|
|
|
|
marker_9ef78638f84774200340e383a96d4773.bindPopup(popup_766b0ab0b1671122eead2eabef013342)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ef78638f84774200340e383a96d4773.setIcon(icon_c141695a83695f62bae32d8636fe7a57);
|
|
|
|
|
|
var marker_a9b78403ef4920ec9d57b04b0e9ad0bf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_edd5dd2bdccfd0d01e5cdbe608582f64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c6a4d23c136bf1a71d37e10b78adea2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_adcbbe229f454bbc0a36df717574d231 = $(`<div id="html_adcbbe229f454bbc0a36df717574d231" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_7c6a4d23c136bf1a71d37e10b78adea2.setContent(html_adcbbe229f454bbc0a36df717574d231);
|
|
|
|
|
|
|
|
marker_a9b78403ef4920ec9d57b04b0e9ad0bf.bindPopup(popup_7c6a4d23c136bf1a71d37e10b78adea2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9b78403ef4920ec9d57b04b0e9ad0bf.setIcon(icon_edd5dd2bdccfd0d01e5cdbe608582f64);
|
|
|
|
|
|
var marker_76c22b9abdaed733f7c7c334e0bb2931 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_3a3cd8cd96c80fe5a36e2a30d811c6b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_525f4ced037f3290497b8bb9379042bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3aec404744be08dd38a84f46d654123b = $(`<div id="html_3aec404744be08dd38a84f46d654123b" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_525f4ced037f3290497b8bb9379042bc.setContent(html_3aec404744be08dd38a84f46d654123b);
|
|
|
|
|
|
|
|
marker_76c22b9abdaed733f7c7c334e0bb2931.bindPopup(popup_525f4ced037f3290497b8bb9379042bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76c22b9abdaed733f7c7c334e0bb2931.setIcon(icon_3a3cd8cd96c80fe5a36e2a30d811c6b2);
|
|
|
|
|
|
var marker_0f11ab2b6decae86cb851d0fabf88633 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_50783e5dff70a215e83faee4fdc0dfcc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e28ac26a27387078b4a41d363e808be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8151a16713fb834cfe8c7a7fa34f1fd6 = $(`<div id="html_8151a16713fb834cfe8c7a7fa34f1fd6" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_6e28ac26a27387078b4a41d363e808be.setContent(html_8151a16713fb834cfe8c7a7fa34f1fd6);
|
|
|
|
|
|
|
|
marker_0f11ab2b6decae86cb851d0fabf88633.bindPopup(popup_6e28ac26a27387078b4a41d363e808be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f11ab2b6decae86cb851d0fabf88633.setIcon(icon_50783e5dff70a215e83faee4fdc0dfcc);
|
|
|
|
|
|
var marker_46a221db95c042e23d470ea45bd24ddd = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_8f986fc4f615bbe7915671aca767230c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c181f0f9bb73dc4305071570149a2fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44ca1ed62c3538d644664b7c489f57f1 = $(`<div id="html_44ca1ed62c3538d644664b7c489f57f1" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_1c181f0f9bb73dc4305071570149a2fd.setContent(html_44ca1ed62c3538d644664b7c489f57f1);
|
|
|
|
|
|
|
|
marker_46a221db95c042e23d470ea45bd24ddd.bindPopup(popup_1c181f0f9bb73dc4305071570149a2fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46a221db95c042e23d470ea45bd24ddd.setIcon(icon_8f986fc4f615bbe7915671aca767230c);
|
|
|
|
|
|
var marker_caa7b8d2b0118fc4e27bcdaac83cd624 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_b86dae9f43a974a70afe9afbffe1825c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38cf21137558cdbdab8fe41afe39f43c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd1f1d03bd07281f32432ad5ac6fcbd2 = $(`<div id="html_cd1f1d03bd07281f32432ad5ac6fcbd2" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_38cf21137558cdbdab8fe41afe39f43c.setContent(html_cd1f1d03bd07281f32432ad5ac6fcbd2);
|
|
|
|
|
|
|
|
marker_caa7b8d2b0118fc4e27bcdaac83cd624.bindPopup(popup_38cf21137558cdbdab8fe41afe39f43c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_caa7b8d2b0118fc4e27bcdaac83cd624.setIcon(icon_b86dae9f43a974a70afe9afbffe1825c);
|
|
|
|
|
|
var marker_d11e4237ae8522dec1925f47b22101c4 = L.marker(
|
|
[38.627, -90.1994],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_7273c40ce68b1bac6302a415022ae4e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91a5afec5f39c3c1ba31ee218856440f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_819db87f70bc1fda03277c9a2a2b8fc5 = $(`<div id="html_819db87f70bc1fda03277c9a2a2b8fc5" style="width: 100.0%; height: 100.0%;">inbox.mycelium.social</div>`)[0];
|
|
popup_91a5afec5f39c3c1ba31ee218856440f.setContent(html_819db87f70bc1fda03277c9a2a2b8fc5);
|
|
|
|
|
|
|
|
marker_d11e4237ae8522dec1925f47b22101c4.bindPopup(popup_91a5afec5f39c3c1ba31ee218856440f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d11e4237ae8522dec1925f47b22101c4.setIcon(icon_7273c40ce68b1bac6302a415022ae4e1);
|
|
|
|
|
|
var marker_d7bef4a7db41315bbea82eb60f3b8dcc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_84ea6732be87097e94aa0eaa7960d21d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4bb4bcb1225c54481a977e039573e2a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_109f0d597bcf013fcb603143d2f0ddb7 = $(`<div id="html_109f0d597bcf013fcb603143d2f0ddb7" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_4bb4bcb1225c54481a977e039573e2a0.setContent(html_109f0d597bcf013fcb603143d2f0ddb7);
|
|
|
|
|
|
|
|
marker_d7bef4a7db41315bbea82eb60f3b8dcc.bindPopup(popup_4bb4bcb1225c54481a977e039573e2a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7bef4a7db41315bbea82eb60f3b8dcc.setIcon(icon_84ea6732be87097e94aa0eaa7960d21d);
|
|
|
|
|
|
var marker_42c167fd84a8ef5b31118941397781e2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_0df95b0cd4a334cc8f6258f8fea10514 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9237ec1dce9985504a47ec8a4cd4bbd2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0cf1aefa3f6b291e22d94db0fd3454d = $(`<div id="html_f0cf1aefa3f6b291e22d94db0fd3454d" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_9237ec1dce9985504a47ec8a4cd4bbd2.setContent(html_f0cf1aefa3f6b291e22d94db0fd3454d);
|
|
|
|
|
|
|
|
marker_42c167fd84a8ef5b31118941397781e2.bindPopup(popup_9237ec1dce9985504a47ec8a4cd4bbd2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42c167fd84a8ef5b31118941397781e2.setIcon(icon_0df95b0cd4a334cc8f6258f8fea10514);
|
|
|
|
|
|
var marker_4e1a7cabdef9989dc7ba0661fa82fb4f = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_ba7a65c7903120091c8d5519582f28ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4de6521aea5088374f6552adeb782cf7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_605775d3ed6859fb873a57c6cd166f0d = $(`<div id="html_605775d3ed6859fb873a57c6cd166f0d" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_4de6521aea5088374f6552adeb782cf7.setContent(html_605775d3ed6859fb873a57c6cd166f0d);
|
|
|
|
|
|
|
|
marker_4e1a7cabdef9989dc7ba0661fa82fb4f.bindPopup(popup_4de6521aea5088374f6552adeb782cf7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e1a7cabdef9989dc7ba0661fa82fb4f.setIcon(icon_ba7a65c7903120091c8d5519582f28ee);
|
|
|
|
|
|
var marker_055fe2bd6c468df5a6bbf36d36734369 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_13a231ea569b43d1ac4804bf2873a421 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_607d090c88ba2eb7d9a2e55d04f0fdbb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed04fd8ac292c8a5db883e2d18d0bdb8 = $(`<div id="html_ed04fd8ac292c8a5db883e2d18d0bdb8" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_607d090c88ba2eb7d9a2e55d04f0fdbb.setContent(html_ed04fd8ac292c8a5db883e2d18d0bdb8);
|
|
|
|
|
|
|
|
marker_055fe2bd6c468df5a6bbf36d36734369.bindPopup(popup_607d090c88ba2eb7d9a2e55d04f0fdbb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_055fe2bd6c468df5a6bbf36d36734369.setIcon(icon_13a231ea569b43d1ac4804bf2873a421);
|
|
|
|
|
|
var marker_eec8509d97715dcc1f12107e63121d77 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_4a50e3cf0d8bd0d32c8f88c0fccd9553 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1509d65c995c199f35cad2bd499e7360 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f827b87ce7b06f36f37e255c8a65ec0 = $(`<div id="html_8f827b87ce7b06f36f37e255c8a65ec0" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_1509d65c995c199f35cad2bd499e7360.setContent(html_8f827b87ce7b06f36f37e255c8a65ec0);
|
|
|
|
|
|
|
|
marker_eec8509d97715dcc1f12107e63121d77.bindPopup(popup_1509d65c995c199f35cad2bd499e7360)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eec8509d97715dcc1f12107e63121d77.setIcon(icon_4a50e3cf0d8bd0d32c8f88c0fccd9553);
|
|
|
|
|
|
var marker_4e4e4a3edd65e95ec285b98b1ad9dd9b = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_629f315d197d2457d44cdd4ec6a78820 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a27a4f56d81ce9177640356e3231290 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60002fd655d770da1f65b4646f5d3955 = $(`<div id="html_60002fd655d770da1f65b4646f5d3955" style="width: 100.0%; height: 100.0%;">bridge.tagomago.me</div>`)[0];
|
|
popup_7a27a4f56d81ce9177640356e3231290.setContent(html_60002fd655d770da1f65b4646f5d3955);
|
|
|
|
|
|
|
|
marker_4e4e4a3edd65e95ec285b98b1ad9dd9b.bindPopup(popup_7a27a4f56d81ce9177640356e3231290)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e4e4a3edd65e95ec285b98b1ad9dd9b.setIcon(icon_629f315d197d2457d44cdd4ec6a78820);
|
|
|
|
|
|
var marker_dde11ac1162bea95347304adf1a232a7 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_1dfc4ae9791ea93d1bcfee7b1cf03458 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16e388c8520a32251aa3abbfffd0fd55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61b488d998dd8c924ebcf14309d56f37 = $(`<div id="html_61b488d998dd8c924ebcf14309d56f37" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_16e388c8520a32251aa3abbfffd0fd55.setContent(html_61b488d998dd8c924ebcf14309d56f37);
|
|
|
|
|
|
|
|
marker_dde11ac1162bea95347304adf1a232a7.bindPopup(popup_16e388c8520a32251aa3abbfffd0fd55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dde11ac1162bea95347304adf1a232a7.setIcon(icon_1dfc4ae9791ea93d1bcfee7b1cf03458);
|
|
|
|
|
|
var marker_b3c0fbcd4a5c5d546d4059b4afcb2ce5 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_72e29845dd8b01b75c34ac1ce7246696 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e019e19d6f6cb5620d5512165e39027 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3828f93fbb60bc81b61af16bd94d8b6d = $(`<div id="html_3828f93fbb60bc81b61af16bd94d8b6d" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_8e019e19d6f6cb5620d5512165e39027.setContent(html_3828f93fbb60bc81b61af16bd94d8b6d);
|
|
|
|
|
|
|
|
marker_b3c0fbcd4a5c5d546d4059b4afcb2ce5.bindPopup(popup_8e019e19d6f6cb5620d5512165e39027)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3c0fbcd4a5c5d546d4059b4afcb2ce5.setIcon(icon_72e29845dd8b01b75c34ac1ce7246696);
|
|
|
|
|
|
var marker_278184ebfcab1a92df20c9c309bc538f = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_31c15471bd1719476c7f901cfa8eeeab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa1fdaee1e20d4b8a68a9683bbc59e7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_608836f36427f069e3fd518d990a32c4 = $(`<div id="html_608836f36427f069e3fd518d990a32c4" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_aa1fdaee1e20d4b8a68a9683bbc59e7d.setContent(html_608836f36427f069e3fd518d990a32c4);
|
|
|
|
|
|
|
|
marker_278184ebfcab1a92df20c9c309bc538f.bindPopup(popup_aa1fdaee1e20d4b8a68a9683bbc59e7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_278184ebfcab1a92df20c9c309bc538f.setIcon(icon_31c15471bd1719476c7f901cfa8eeeab);
|
|
|
|
|
|
var marker_041db70a58869c918a42199c5bc39973 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_c68b55cc80f8f608025e7516ba2eb7fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42708fa603f0c0eb43a682c444813a36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_888185dcd32d8e71b236d4981021aa07 = $(`<div id="html_888185dcd32d8e71b236d4981021aa07" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_42708fa603f0c0eb43a682c444813a36.setContent(html_888185dcd32d8e71b236d4981021aa07);
|
|
|
|
|
|
|
|
marker_041db70a58869c918a42199c5bc39973.bindPopup(popup_42708fa603f0c0eb43a682c444813a36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_041db70a58869c918a42199c5bc39973.setIcon(icon_c68b55cc80f8f608025e7516ba2eb7fb);
|
|
|
|
|
|
var marker_3f0f149d56c38efe0e7ff1d66406e327 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_65af4e6521d317c58bd4b444bc34e484 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b75ddffafbb8a8510306ea7cc6d704b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_204d36810dd5bc24ed64831e7d0f8f27 = $(`<div id="html_204d36810dd5bc24ed64831e7d0f8f27" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_2b75ddffafbb8a8510306ea7cc6d704b.setContent(html_204d36810dd5bc24ed64831e7d0f8f27);
|
|
|
|
|
|
|
|
marker_3f0f149d56c38efe0e7ff1d66406e327.bindPopup(popup_2b75ddffafbb8a8510306ea7cc6d704b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f0f149d56c38efe0e7ff1d66406e327.setIcon(icon_65af4e6521d317c58bd4b444bc34e484);
|
|
|
|
|
|
var marker_20c88172803d2e613787a21064393c54 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_4ca9cee31524ffbfb0ab1f107cdd48f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42c877bd246f7c408a95fa13ebd26d56 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74855e0e28fab55826d56483d31727f1 = $(`<div id="html_74855e0e28fab55826d56483d31727f1" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_42c877bd246f7c408a95fa13ebd26d56.setContent(html_74855e0e28fab55826d56483d31727f1);
|
|
|
|
|
|
|
|
marker_20c88172803d2e613787a21064393c54.bindPopup(popup_42c877bd246f7c408a95fa13ebd26d56)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20c88172803d2e613787a21064393c54.setIcon(icon_4ca9cee31524ffbfb0ab1f107cdd48f8);
|
|
|
|
|
|
var marker_7da7c56d674f525109611c3d36afb38b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_e562f1413d9f2fb220995ec1639228f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b7e41a229d4ab465063b22fa133bc15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b17ae6977404a2823e0fd219f515328 = $(`<div id="html_7b17ae6977404a2823e0fd219f515328" style="width: 100.0%; height: 100.0%;">dev-relay.nostreon.com</div>`)[0];
|
|
popup_3b7e41a229d4ab465063b22fa133bc15.setContent(html_7b17ae6977404a2823e0fd219f515328);
|
|
|
|
|
|
|
|
marker_7da7c56d674f525109611c3d36afb38b.bindPopup(popup_3b7e41a229d4ab465063b22fa133bc15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7da7c56d674f525109611c3d36afb38b.setIcon(icon_e562f1413d9f2fb220995ec1639228f9);
|
|
|
|
|
|
var marker_a6ee821df748efae4ebc7b7de6dbfd55 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_ea9e6cb86a77605b6b0c006fa27f07aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f1eaa3995a0a34b105b58c67e8a2bd6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_716b30c05d2e546d0146c15b7a5931b1 = $(`<div id="html_716b30c05d2e546d0146c15b7a5931b1" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_8f1eaa3995a0a34b105b58c67e8a2bd6.setContent(html_716b30c05d2e546d0146c15b7a5931b1);
|
|
|
|
|
|
|
|
marker_a6ee821df748efae4ebc7b7de6dbfd55.bindPopup(popup_8f1eaa3995a0a34b105b58c67e8a2bd6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6ee821df748efae4ebc7b7de6dbfd55.setIcon(icon_ea9e6cb86a77605b6b0c006fa27f07aa);
|
|
|
|
|
|
var marker_9dee616d57397faf7df93b11a8ed8b80 = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_80a9748eda6c092b8fa3a1dcb9a01b03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3243e01ceddc45685310b350ab6ebbc8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3205176611401198876cdc34b6276eb = $(`<div id="html_f3205176611401198876cdc34b6276eb" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com</div>`)[0];
|
|
popup_3243e01ceddc45685310b350ab6ebbc8.setContent(html_f3205176611401198876cdc34b6276eb);
|
|
|
|
|
|
|
|
marker_9dee616d57397faf7df93b11a8ed8b80.bindPopup(popup_3243e01ceddc45685310b350ab6ebbc8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9dee616d57397faf7df93b11a8ed8b80.setIcon(icon_80a9748eda6c092b8fa3a1dcb9a01b03);
|
|
|
|
|
|
var marker_a9c2c8e534c2e442ca84fd02b8c626b5 = L.marker(
|
|
[35.8099, 140.12],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_40c7dd9deaddfea5539eb273ed131987 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a56acd3ed45e2a4376bbace4f7ae1c27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c74995ec988f2e315414e23c5bbe474 = $(`<div id="html_0c74995ec988f2e315414e23c5bbe474" style="width: 100.0%; height: 100.0%;">nostr.middling.mydns.jp</div>`)[0];
|
|
popup_a56acd3ed45e2a4376bbace4f7ae1c27.setContent(html_0c74995ec988f2e315414e23c5bbe474);
|
|
|
|
|
|
|
|
marker_a9c2c8e534c2e442ca84fd02b8c626b5.bindPopup(popup_a56acd3ed45e2a4376bbace4f7ae1c27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9c2c8e534c2e442ca84fd02b8c626b5.setIcon(icon_40c7dd9deaddfea5539eb273ed131987);
|
|
|
|
|
|
var marker_6b8caa754b32d47db93977c9f3eb1645 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_b2e8fac395965c629d3083f8be89eee6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a53d926928c87ebcf2daf952af3f8b86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd134a94601af2fa82a819f2619fdc6c = $(`<div id="html_cd134a94601af2fa82a819f2619fdc6c" style="width: 100.0%; height: 100.0%;">relay.staging.plebeian.market</div>`)[0];
|
|
popup_a53d926928c87ebcf2daf952af3f8b86.setContent(html_cd134a94601af2fa82a819f2619fdc6c);
|
|
|
|
|
|
|
|
marker_6b8caa754b32d47db93977c9f3eb1645.bindPopup(popup_a53d926928c87ebcf2daf952af3f8b86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b8caa754b32d47db93977c9f3eb1645.setIcon(icon_b2e8fac395965c629d3083f8be89eee6);
|
|
|
|
|
|
var marker_9fa885735e1907d04c43fa8f433db6ab = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_711d7cd75904b6235826502a6b98452d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb920f608d9aacace750af4d3888250a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e29fdc4828dca28588c7b948dc45974 = $(`<div id="html_8e29fdc4828dca28588c7b948dc45974" style="width: 100.0%; height: 100.0%;">freelay.sovbit.dev</div>`)[0];
|
|
popup_fb920f608d9aacace750af4d3888250a.setContent(html_8e29fdc4828dca28588c7b948dc45974);
|
|
|
|
|
|
|
|
marker_9fa885735e1907d04c43fa8f433db6ab.bindPopup(popup_fb920f608d9aacace750af4d3888250a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fa885735e1907d04c43fa8f433db6ab.setIcon(icon_711d7cd75904b6235826502a6b98452d);
|
|
|
|
|
|
var marker_554140367b7fba954e2bffe28aad7ea2 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_c1a4b060fec719356a719df334daca32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b1730b287f1dc574cbc413372255af6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61a2d473064ecda0f0cc4e0814db2d3a = $(`<div id="html_61a2d473064ecda0f0cc4e0814db2d3a" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_5b1730b287f1dc574cbc413372255af6.setContent(html_61a2d473064ecda0f0cc4e0814db2d3a);
|
|
|
|
|
|
|
|
marker_554140367b7fba954e2bffe28aad7ea2.bindPopup(popup_5b1730b287f1dc574cbc413372255af6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_554140367b7fba954e2bffe28aad7ea2.setIcon(icon_c1a4b060fec719356a719df334daca32);
|
|
|
|
|
|
var marker_5bf32d007bc392496e5ff7c4d4e56126 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_874d75b33bb81d88256a65131dc9b847 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b99ff63d31708ce359c38e3b4e2e9d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8226decc71a35a316959b54de95128f9 = $(`<div id="html_8226decc71a35a316959b54de95128f9" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_0b99ff63d31708ce359c38e3b4e2e9d1.setContent(html_8226decc71a35a316959b54de95128f9);
|
|
|
|
|
|
|
|
marker_5bf32d007bc392496e5ff7c4d4e56126.bindPopup(popup_0b99ff63d31708ce359c38e3b4e2e9d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bf32d007bc392496e5ff7c4d4e56126.setIcon(icon_874d75b33bb81d88256a65131dc9b847);
|
|
|
|
|
|
var marker_2827a2d3375ba232fdfc54b63c20b5a1 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_5db559260709b18f550cda241b654e79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e63ac0b195186b5120586c30e8cc2fe9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_197ae8b79ddb7c1ade3efae664328051 = $(`<div id="html_197ae8b79ddb7c1ade3efae664328051" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_e63ac0b195186b5120586c30e8cc2fe9.setContent(html_197ae8b79ddb7c1ade3efae664328051);
|
|
|
|
|
|
|
|
marker_2827a2d3375ba232fdfc54b63c20b5a1.bindPopup(popup_e63ac0b195186b5120586c30e8cc2fe9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2827a2d3375ba232fdfc54b63c20b5a1.setIcon(icon_5db559260709b18f550cda241b654e79);
|
|
|
|
|
|
var marker_63f8a9550d1523ec51e4a57076f8c9d7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_011bb04267a33212eef07cd87bf72647 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c9e8046697c3ae1d46f8827d3650b3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c966b5d4d638d8015431d673a07dd880 = $(`<div id="html_c966b5d4d638d8015431d673a07dd880" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_7c9e8046697c3ae1d46f8827d3650b3a.setContent(html_c966b5d4d638d8015431d673a07dd880);
|
|
|
|
|
|
|
|
marker_63f8a9550d1523ec51e4a57076f8c9d7.bindPopup(popup_7c9e8046697c3ae1d46f8827d3650b3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63f8a9550d1523ec51e4a57076f8c9d7.setIcon(icon_011bb04267a33212eef07cd87bf72647);
|
|
|
|
|
|
var marker_8d5fb562197dfe060b2500de26a12607 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_eaeea2f6bae7bea95d18e7080c3451ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cae5b95ecb0f8aa2eba5e6206933652a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_572846fe9d8f7f7ce369f493e23ad1fb = $(`<div id="html_572846fe9d8f7f7ce369f493e23ad1fb" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_cae5b95ecb0f8aa2eba5e6206933652a.setContent(html_572846fe9d8f7f7ce369f493e23ad1fb);
|
|
|
|
|
|
|
|
marker_8d5fb562197dfe060b2500de26a12607.bindPopup(popup_cae5b95ecb0f8aa2eba5e6206933652a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d5fb562197dfe060b2500de26a12607.setIcon(icon_eaeea2f6bae7bea95d18e7080c3451ef);
|
|
|
|
|
|
var marker_4fd8673586c832bbb34bc226da0daa3e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_7dc90fbd33b0ab7710238ff6275d6f06 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8dbe71bf38da271c6f1daa0db280b94d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0285265cbe0e66f5a7de8042f839ede0 = $(`<div id="html_0285265cbe0e66f5a7de8042f839ede0" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_8dbe71bf38da271c6f1daa0db280b94d.setContent(html_0285265cbe0e66f5a7de8042f839ede0);
|
|
|
|
|
|
|
|
marker_4fd8673586c832bbb34bc226da0daa3e.bindPopup(popup_8dbe71bf38da271c6f1daa0db280b94d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4fd8673586c832bbb34bc226da0daa3e.setIcon(icon_7dc90fbd33b0ab7710238ff6275d6f06);
|
|
|
|
|
|
var marker_7631900b4b49363daf7e24ec6ae3f653 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_faac9e6298a49d461315e47f9f223b13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b469bc3153347e00b25ee51933ab78bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da4277203eca5f9f3cd406a69a4a961e = $(`<div id="html_da4277203eca5f9f3cd406a69a4a961e" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_b469bc3153347e00b25ee51933ab78bf.setContent(html_da4277203eca5f9f3cd406a69a4a961e);
|
|
|
|
|
|
|
|
marker_7631900b4b49363daf7e24ec6ae3f653.bindPopup(popup_b469bc3153347e00b25ee51933ab78bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7631900b4b49363daf7e24ec6ae3f653.setIcon(icon_faac9e6298a49d461315e47f9f223b13);
|
|
|
|
|
|
var marker_1d72ca488977ae89b13196cca0cae83d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_ae0094588a3e6903422684b13654b6b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_520679789cfb6adc908b323b0143f42b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c782b0e23ff02e0a355905ea3ec0ce64 = $(`<div id="html_c782b0e23ff02e0a355905ea3ec0ce64" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_520679789cfb6adc908b323b0143f42b.setContent(html_c782b0e23ff02e0a355905ea3ec0ce64);
|
|
|
|
|
|
|
|
marker_1d72ca488977ae89b13196cca0cae83d.bindPopup(popup_520679789cfb6adc908b323b0143f42b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d72ca488977ae89b13196cca0cae83d.setIcon(icon_ae0094588a3e6903422684b13654b6b7);
|
|
|
|
|
|
var marker_0b84bee0a22685a7dc5094a29a9b047b = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_4c7aab660eb1dc8eefc4248a07c1df1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdf49008b17fac3d0cb4616656781b35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32fb71c871312802819bb2e36a6962c4 = $(`<div id="html_32fb71c871312802819bb2e36a6962c4" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_cdf49008b17fac3d0cb4616656781b35.setContent(html_32fb71c871312802819bb2e36a6962c4);
|
|
|
|
|
|
|
|
marker_0b84bee0a22685a7dc5094a29a9b047b.bindPopup(popup_cdf49008b17fac3d0cb4616656781b35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b84bee0a22685a7dc5094a29a9b047b.setIcon(icon_4c7aab660eb1dc8eefc4248a07c1df1a);
|
|
|
|
|
|
var marker_3379717516f1c0ff7e324381f89d96d5 = L.marker(
|
|
[40.2662, 44.6393],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_71998d3d9a0283ad13a0a08d9d2eea77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74eedfe05cbcbd7387d77f9d6bd68e17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7966f558f00f259377602b40e591ae00 = $(`<div id="html_7966f558f00f259377602b40e591ae00" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_74eedfe05cbcbd7387d77f9d6bd68e17.setContent(html_7966f558f00f259377602b40e591ae00);
|
|
|
|
|
|
|
|
marker_3379717516f1c0ff7e324381f89d96d5.bindPopup(popup_74eedfe05cbcbd7387d77f9d6bd68e17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3379717516f1c0ff7e324381f89d96d5.setIcon(icon_71998d3d9a0283ad13a0a08d9d2eea77);
|
|
|
|
|
|
var marker_63d8b9fc2b2d819f965cbe92eadb1c74 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_ef4711382dbcb33f90183fbaf01ce84c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f07bccf2ee99c606b03ef1f3bf0772c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd09f55d4fa15cce084b87b993d52a13 = $(`<div id="html_fd09f55d4fa15cce084b87b993d52a13" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_f07bccf2ee99c606b03ef1f3bf0772c6.setContent(html_fd09f55d4fa15cce084b87b993d52a13);
|
|
|
|
|
|
|
|
marker_63d8b9fc2b2d819f965cbe92eadb1c74.bindPopup(popup_f07bccf2ee99c606b03ef1f3bf0772c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63d8b9fc2b2d819f965cbe92eadb1c74.setIcon(icon_ef4711382dbcb33f90183fbaf01ce84c);
|
|
|
|
|
|
var marker_bc2f6039467e260946681f407bfde1b1 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_beeee582020b0375c3ddac30e2f85b75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8b6cb4ee494bfc2da433ec255e36182 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_160e75320aa4e404bcae5f11b4c98cf7 = $(`<div id="html_160e75320aa4e404bcae5f11b4c98cf7" style="width: 100.0%; height: 100.0%;">relay.astrolabe.finance</div>`)[0];
|
|
popup_d8b6cb4ee494bfc2da433ec255e36182.setContent(html_160e75320aa4e404bcae5f11b4c98cf7);
|
|
|
|
|
|
|
|
marker_bc2f6039467e260946681f407bfde1b1.bindPopup(popup_d8b6cb4ee494bfc2da433ec255e36182)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc2f6039467e260946681f407bfde1b1.setIcon(icon_beeee582020b0375c3ddac30e2f85b75);
|
|
|
|
|
|
var marker_b677c5bfab7728884f2fb04ca5c56529 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_3e3bafc9e532adf0b277a0a88878cc46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad81a6c6685dcbbf5dc417e21dd89390 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eafd1893839e56273b6590c3956b0dfd = $(`<div id="html_eafd1893839e56273b6590c3956b0dfd" style="width: 100.0%; height: 100.0%;">rele.speyhard.fi</div>`)[0];
|
|
popup_ad81a6c6685dcbbf5dc417e21dd89390.setContent(html_eafd1893839e56273b6590c3956b0dfd);
|
|
|
|
|
|
|
|
marker_b677c5bfab7728884f2fb04ca5c56529.bindPopup(popup_ad81a6c6685dcbbf5dc417e21dd89390)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b677c5bfab7728884f2fb04ca5c56529.setIcon(icon_3e3bafc9e532adf0b277a0a88878cc46);
|
|
|
|
|
|
var marker_64b128760538f3e51efcd050cd67ea2d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_4fc570350352d92ae3593e2ef87a0ccb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5c75607e95053b94e67efd0d16bd564 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26af6f8c8821281bcc3a533b846b3925 = $(`<div id="html_26af6f8c8821281bcc3a533b846b3925" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_c5c75607e95053b94e67efd0d16bd564.setContent(html_26af6f8c8821281bcc3a533b846b3925);
|
|
|
|
|
|
|
|
marker_64b128760538f3e51efcd050cd67ea2d.bindPopup(popup_c5c75607e95053b94e67efd0d16bd564)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64b128760538f3e51efcd050cd67ea2d.setIcon(icon_4fc570350352d92ae3593e2ef87a0ccb);
|
|
|
|
|
|
var marker_ede7919dadb8caf911cd510cca6526d6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_7f73bed771e31abe5e9ad240fec7f0a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae5391867ea9bc8afec7a7ec2af94c3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8cc50be7b36b50250441d2a11be8025 = $(`<div id="html_d8cc50be7b36b50250441d2a11be8025" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_ae5391867ea9bc8afec7a7ec2af94c3d.setContent(html_d8cc50be7b36b50250441d2a11be8025);
|
|
|
|
|
|
|
|
marker_ede7919dadb8caf911cd510cca6526d6.bindPopup(popup_ae5391867ea9bc8afec7a7ec2af94c3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ede7919dadb8caf911cd510cca6526d6.setIcon(icon_7f73bed771e31abe5e9ad240fec7f0a0);
|
|
|
|
|
|
var marker_0dedd667c90132da645abc166f4a68b9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_766af561f1081969abc57b3f27bfe883 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d757c83a9362984bed1e1270f8872fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e23ed3ff40c9235360e3cac104abc74 = $(`<div id="html_4e23ed3ff40c9235360e3cac104abc74" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_3d757c83a9362984bed1e1270f8872fa.setContent(html_4e23ed3ff40c9235360e3cac104abc74);
|
|
|
|
|
|
|
|
marker_0dedd667c90132da645abc166f4a68b9.bindPopup(popup_3d757c83a9362984bed1e1270f8872fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0dedd667c90132da645abc166f4a68b9.setIcon(icon_766af561f1081969abc57b3f27bfe883);
|
|
|
|
|
|
var marker_b7ad923dd7072915bdeb7081bd152bc1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_23bc31e1ae5dc033023d73bfbf7c192b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d0c34c56a30153849f8ebf1679f8242 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8caa17d003bf393cd94723d9ca8d2136 = $(`<div id="html_8caa17d003bf393cd94723d9ca8d2136" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_6d0c34c56a30153849f8ebf1679f8242.setContent(html_8caa17d003bf393cd94723d9ca8d2136);
|
|
|
|
|
|
|
|
marker_b7ad923dd7072915bdeb7081bd152bc1.bindPopup(popup_6d0c34c56a30153849f8ebf1679f8242)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7ad923dd7072915bdeb7081bd152bc1.setIcon(icon_23bc31e1ae5dc033023d73bfbf7c192b);
|
|
|
|
|
|
var marker_8edc5faddb196399f6fcda35f6167ab5 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_471c8848b78851eb6d91c2d0c68ffbd2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0bc8e0a132f30fe104005e1687aa0a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b820424dafb75c00e0e2b38b1d342527 = $(`<div id="html_b820424dafb75c00e0e2b38b1d342527" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_e0bc8e0a132f30fe104005e1687aa0a5.setContent(html_b820424dafb75c00e0e2b38b1d342527);
|
|
|
|
|
|
|
|
marker_8edc5faddb196399f6fcda35f6167ab5.bindPopup(popup_e0bc8e0a132f30fe104005e1687aa0a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8edc5faddb196399f6fcda35f6167ab5.setIcon(icon_471c8848b78851eb6d91c2d0c68ffbd2);
|
|
|
|
|
|
var marker_8425b8f3ad093beda90be77d254ed5e8 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_68160dacee99f9d7f381e369ddd9241f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4b741be326e685b32ac1f7ad8ac2866 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4bfaadb4377d4217c567a55d5999bd58 = $(`<div id="html_4bfaadb4377d4217c567a55d5999bd58" style="width: 100.0%; height: 100.0%;">relay.henryxplace.eu.org:9988</div>`)[0];
|
|
popup_f4b741be326e685b32ac1f7ad8ac2866.setContent(html_4bfaadb4377d4217c567a55d5999bd58);
|
|
|
|
|
|
|
|
marker_8425b8f3ad093beda90be77d254ed5e8.bindPopup(popup_f4b741be326e685b32ac1f7ad8ac2866)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8425b8f3ad093beda90be77d254ed5e8.setIcon(icon_68160dacee99f9d7f381e369ddd9241f);
|
|
|
|
|
|
var marker_3283aabba97c24373aba166c2ecddeaf = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_0297d0e2ca0edb2c346282084b6e9089 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc3ce52edb660b59d289a7e3f838917a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6c339c4f7790691a22f75fe1062d03e = $(`<div id="html_c6c339c4f7790691a22f75fe1062d03e" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_dc3ce52edb660b59d289a7e3f838917a.setContent(html_c6c339c4f7790691a22f75fe1062d03e);
|
|
|
|
|
|
|
|
marker_3283aabba97c24373aba166c2ecddeaf.bindPopup(popup_dc3ce52edb660b59d289a7e3f838917a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3283aabba97c24373aba166c2ecddeaf.setIcon(icon_0297d0e2ca0edb2c346282084b6e9089);
|
|
|
|
|
|
var marker_3e650fcabbf374da55e0eeade2d65c47 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_375dfaf5610891494ded6ac9a03351ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5be1b53c5315cf9afe1cdcf35e3dab8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc03dd42e3e6f3325e36a9713b07c130 = $(`<div id="html_fc03dd42e3e6f3325e36a9713b07c130" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_f5be1b53c5315cf9afe1cdcf35e3dab8.setContent(html_fc03dd42e3e6f3325e36a9713b07c130);
|
|
|
|
|
|
|
|
marker_3e650fcabbf374da55e0eeade2d65c47.bindPopup(popup_f5be1b53c5315cf9afe1cdcf35e3dab8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e650fcabbf374da55e0eeade2d65c47.setIcon(icon_375dfaf5610891494ded6ac9a03351ad);
|
|
|
|
|
|
var marker_ac0bb67303a1b2a3f0eda22925bbedbf = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_69573158ba83bdd2ed7dcfc43eb5f020 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bac0556dd16750378f118fb26388ed73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18ab60cf3db063fe6cfc9ec8708b43dc = $(`<div id="html_18ab60cf3db063fe6cfc9ec8708b43dc" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net</div>`)[0];
|
|
popup_bac0556dd16750378f118fb26388ed73.setContent(html_18ab60cf3db063fe6cfc9ec8708b43dc);
|
|
|
|
|
|
|
|
marker_ac0bb67303a1b2a3f0eda22925bbedbf.bindPopup(popup_bac0556dd16750378f118fb26388ed73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac0bb67303a1b2a3f0eda22925bbedbf.setIcon(icon_69573158ba83bdd2ed7dcfc43eb5f020);
|
|
|
|
|
|
var marker_bcccd9c3760aebaf5c857b2c7871472e = L.marker(
|
|
[36.9104, -89.5875],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_99a91759cefff1a0bb9e395a5ad3b97d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4efe7ca28fb1f7f263bd705dc1c92bec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45664ac6db0298549c2bb0a8f09c882d = $(`<div id="html_45664ac6db0298549c2bb0a8f09c882d" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_4efe7ca28fb1f7f263bd705dc1c92bec.setContent(html_45664ac6db0298549c2bb0a8f09c882d);
|
|
|
|
|
|
|
|
marker_bcccd9c3760aebaf5c857b2c7871472e.bindPopup(popup_4efe7ca28fb1f7f263bd705dc1c92bec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bcccd9c3760aebaf5c857b2c7871472e.setIcon(icon_99a91759cefff1a0bb9e395a5ad3b97d);
|
|
|
|
|
|
var marker_f54b0458610e73e7cb83841a7cc18a88 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_e4d3e8572183ea0ffa05e58fd0a2bf8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e70338747892a35c18f735786d318a07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5ed1832b02f6ad33871705209f5e636 = $(`<div id="html_e5ed1832b02f6ad33871705209f5e636" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_e70338747892a35c18f735786d318a07.setContent(html_e5ed1832b02f6ad33871705209f5e636);
|
|
|
|
|
|
|
|
marker_f54b0458610e73e7cb83841a7cc18a88.bindPopup(popup_e70338747892a35c18f735786d318a07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f54b0458610e73e7cb83841a7cc18a88.setIcon(icon_e4d3e8572183ea0ffa05e58fd0a2bf8d);
|
|
|
|
|
|
var marker_74dd6414edf4e0182e4587a75ed5ca62 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_2343a1c6449c7c183fb180ea69c96b0b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7aa8a58eb59946a22abbc6066389a605 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa54d130cf5fa080acb8fc144b982c77 = $(`<div id="html_aa54d130cf5fa080acb8fc144b982c77" style="width: 100.0%; height: 100.0%;">orly-relay.imwald.eu</div>`)[0];
|
|
popup_7aa8a58eb59946a22abbc6066389a605.setContent(html_aa54d130cf5fa080acb8fc144b982c77);
|
|
|
|
|
|
|
|
marker_74dd6414edf4e0182e4587a75ed5ca62.bindPopup(popup_7aa8a58eb59946a22abbc6066389a605)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74dd6414edf4e0182e4587a75ed5ca62.setIcon(icon_2343a1c6449c7c183fb180ea69c96b0b);
|
|
|
|
|
|
var marker_00acf3de8821a26d0be0d637b1a2f3ea = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_ed01d19203bc6c9feeae160ec8944cbe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef8048cd4e8e11636cce09a8e1d512fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec58cb1c4d2d6c945ea6cca99d769f91 = $(`<div id="html_ec58cb1c4d2d6c945ea6cca99d769f91" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_ef8048cd4e8e11636cce09a8e1d512fc.setContent(html_ec58cb1c4d2d6c945ea6cca99d769f91);
|
|
|
|
|
|
|
|
marker_00acf3de8821a26d0be0d637b1a2f3ea.bindPopup(popup_ef8048cd4e8e11636cce09a8e1d512fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00acf3de8821a26d0be0d637b1a2f3ea.setIcon(icon_ed01d19203bc6c9feeae160ec8944cbe);
|
|
|
|
|
|
var marker_c4644600843d2170e286b7fc2f745ed3 = L.marker(
|
|
[53.495, 10.2542],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_472aa21a00f57d2e5cf2b46ff3bb7a46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f25372cc79b5e8ce4493a38448d9b73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b51ecdeebaf09f83e46a4bde3c1eb2bb = $(`<div id="html_b51ecdeebaf09f83e46a4bde3c1eb2bb" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_1f25372cc79b5e8ce4493a38448d9b73.setContent(html_b51ecdeebaf09f83e46a4bde3c1eb2bb);
|
|
|
|
|
|
|
|
marker_c4644600843d2170e286b7fc2f745ed3.bindPopup(popup_1f25372cc79b5e8ce4493a38448d9b73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4644600843d2170e286b7fc2f745ed3.setIcon(icon_472aa21a00f57d2e5cf2b46ff3bb7a46);
|
|
|
|
|
|
var marker_7ca3197fcfeda68aad9af119e8469fbc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_bb7daa1f08c0f9c8f8c81a0ae5deb44c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc511681372d4494fc4333ce913cbff6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fdc171b77057f4599dfd42e0314eeca2 = $(`<div id="html_fdc171b77057f4599dfd42e0314eeca2" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_dc511681372d4494fc4333ce913cbff6.setContent(html_fdc171b77057f4599dfd42e0314eeca2);
|
|
|
|
|
|
|
|
marker_7ca3197fcfeda68aad9af119e8469fbc.bindPopup(popup_dc511681372d4494fc4333ce913cbff6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ca3197fcfeda68aad9af119e8469fbc.setIcon(icon_bb7daa1f08c0f9c8f8c81a0ae5deb44c);
|
|
|
|
|
|
var marker_f64df110de73219dbec066449637e80d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_4f32989a1a0a61b4daccd20079d01a86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9058aaaea6249bef2d540b5ac58bc3d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac2c151c05ba211566df0d9c742a7f95 = $(`<div id="html_ac2c151c05ba211566df0d9c742a7f95" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_9058aaaea6249bef2d540b5ac58bc3d4.setContent(html_ac2c151c05ba211566df0d9c742a7f95);
|
|
|
|
|
|
|
|
marker_f64df110de73219dbec066449637e80d.bindPopup(popup_9058aaaea6249bef2d540b5ac58bc3d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f64df110de73219dbec066449637e80d.setIcon(icon_4f32989a1a0a61b4daccd20079d01a86);
|
|
|
|
|
|
var marker_b2ae19a18dfa3f2473f97e9c3e7648fc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_8e2e84e9afae624fe093397868899c01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f0ebf47fbde6a4e6dc83aca0e795c31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d303f76fbe7b350e3fe05898c86625ce = $(`<div id="html_d303f76fbe7b350e3fe05898c86625ce" style="width: 100.0%; height: 100.0%;">antiprimal.net</div>`)[0];
|
|
popup_0f0ebf47fbde6a4e6dc83aca0e795c31.setContent(html_d303f76fbe7b350e3fe05898c86625ce);
|
|
|
|
|
|
|
|
marker_b2ae19a18dfa3f2473f97e9c3e7648fc.bindPopup(popup_0f0ebf47fbde6a4e6dc83aca0e795c31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2ae19a18dfa3f2473f97e9c3e7648fc.setIcon(icon_8e2e84e9afae624fe093397868899c01);
|
|
|
|
|
|
var marker_76c15746f930e930187acef160304c53 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_4263536dd4eb3fa8ef4d9385bc46cbda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acb75c0e7596f1aa7d7efd298659c2b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8080214a492f50007b6d3ffbbafed17 = $(`<div id="html_b8080214a492f50007b6d3ffbbafed17" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_acb75c0e7596f1aa7d7efd298659c2b4.setContent(html_b8080214a492f50007b6d3ffbbafed17);
|
|
|
|
|
|
|
|
marker_76c15746f930e930187acef160304c53.bindPopup(popup_acb75c0e7596f1aa7d7efd298659c2b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76c15746f930e930187acef160304c53.setIcon(icon_4263536dd4eb3fa8ef4d9385bc46cbda);
|
|
|
|
|
|
var marker_02a10b6daeab8a14cb997191293f8709 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_577b678c67a323c1668f71011da3a0bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74938104b52128b8491d08d7d6ae8ddb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eeb828edb0b7f479538eb4d6a6592276 = $(`<div id="html_eeb828edb0b7f479538eb4d6a6592276" style="width: 100.0%; height: 100.0%;">relay.hostr.network</div>`)[0];
|
|
popup_74938104b52128b8491d08d7d6ae8ddb.setContent(html_eeb828edb0b7f479538eb4d6a6592276);
|
|
|
|
|
|
|
|
marker_02a10b6daeab8a14cb997191293f8709.bindPopup(popup_74938104b52128b8491d08d7d6ae8ddb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02a10b6daeab8a14cb997191293f8709.setIcon(icon_577b678c67a323c1668f71011da3a0bd);
|
|
|
|
|
|
var marker_9adbd2f1429006b8b0bb246a0fe180b2 = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_7607a8cadb97a16b2782038aa723217e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ec01bb640dcbac86bbcfcee5a3ec343 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39a092a7de11a717b0279ae218c39ab2 = $(`<div id="html_39a092a7de11a717b0279ae218c39ab2" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_1ec01bb640dcbac86bbcfcee5a3ec343.setContent(html_39a092a7de11a717b0279ae218c39ab2);
|
|
|
|
|
|
|
|
marker_9adbd2f1429006b8b0bb246a0fe180b2.bindPopup(popup_1ec01bb640dcbac86bbcfcee5a3ec343)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9adbd2f1429006b8b0bb246a0fe180b2.setIcon(icon_7607a8cadb97a16b2782038aa723217e);
|
|
|
|
|
|
var marker_6615a2acd1e9290c728c1af795a8d6e8 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_c234303ec204d0136f43f9a9ae38e42a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67daa5102e07a3d69b49c03333be5984 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afbeafb415cab56ed157ddbac308825d = $(`<div id="html_afbeafb415cab56ed157ddbac308825d" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_67daa5102e07a3d69b49c03333be5984.setContent(html_afbeafb415cab56ed157ddbac308825d);
|
|
|
|
|
|
|
|
marker_6615a2acd1e9290c728c1af795a8d6e8.bindPopup(popup_67daa5102e07a3d69b49c03333be5984)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6615a2acd1e9290c728c1af795a8d6e8.setIcon(icon_c234303ec204d0136f43f9a9ae38e42a);
|
|
|
|
|
|
var marker_1aeec73d99e441f16672570b35a06ef1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_679bb916f5420fd4a92bf9527802dc53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5242faeeab3312d6e4b22790fdd99f2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e81a49d31570bd722d156b3d72cf51d = $(`<div id="html_1e81a49d31570bd722d156b3d72cf51d" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_5242faeeab3312d6e4b22790fdd99f2a.setContent(html_1e81a49d31570bd722d156b3d72cf51d);
|
|
|
|
|
|
|
|
marker_1aeec73d99e441f16672570b35a06ef1.bindPopup(popup_5242faeeab3312d6e4b22790fdd99f2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1aeec73d99e441f16672570b35a06ef1.setIcon(icon_679bb916f5420fd4a92bf9527802dc53);
|
|
|
|
|
|
var marker_4abc6ab03e426ecb1f6f39641db4a337 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_79b02d3c60ea85c68cca545c8012e254 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ad765b84c0d3920e49aa51d70ef2060 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62b2a26626250e609b0fce9a384bad0b = $(`<div id="html_62b2a26626250e609b0fce9a384bad0b" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_8ad765b84c0d3920e49aa51d70ef2060.setContent(html_62b2a26626250e609b0fce9a384bad0b);
|
|
|
|
|
|
|
|
marker_4abc6ab03e426ecb1f6f39641db4a337.bindPopup(popup_8ad765b84c0d3920e49aa51d70ef2060)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4abc6ab03e426ecb1f6f39641db4a337.setIcon(icon_79b02d3c60ea85c68cca545c8012e254);
|
|
|
|
|
|
var marker_82ed49640af08a8c1587e23235d1a389 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_9f52a4b69fe072b0091b5652be54b9d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f69898738ece0e6b09291b11fa83168 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b39b9cac040797cadc1e9994a60c3ff2 = $(`<div id="html_b39b9cac040797cadc1e9994a60c3ff2" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_1f69898738ece0e6b09291b11fa83168.setContent(html_b39b9cac040797cadc1e9994a60c3ff2);
|
|
|
|
|
|
|
|
marker_82ed49640af08a8c1587e23235d1a389.bindPopup(popup_1f69898738ece0e6b09291b11fa83168)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82ed49640af08a8c1587e23235d1a389.setIcon(icon_9f52a4b69fe072b0091b5652be54b9d6);
|
|
|
|
|
|
var marker_0265be71dfaf16d8b44d89920de0ec14 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_4285cb4b468e62d8d3347a20400c3345 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cce63ab946521c3e7c70bf90707d26b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87c4ab0737d7d0276ce33acc4168517d = $(`<div id="html_87c4ab0737d7d0276ce33acc4168517d" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_cce63ab946521c3e7c70bf90707d26b5.setContent(html_87c4ab0737d7d0276ce33acc4168517d);
|
|
|
|
|
|
|
|
marker_0265be71dfaf16d8b44d89920de0ec14.bindPopup(popup_cce63ab946521c3e7c70bf90707d26b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0265be71dfaf16d8b44d89920de0ec14.setIcon(icon_4285cb4b468e62d8d3347a20400c3345);
|
|
|
|
|
|
var marker_4378eb0bedfc8ad434a26448d687f7ae = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_2d8fcfaa8fd5ef2c31ea1f2a0a47e8ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ed05c50b94fccd5e5a02aba4bfb07df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17121e1823d8b2e13224996109e2bf1a = $(`<div id="html_17121e1823d8b2e13224996109e2bf1a" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_2ed05c50b94fccd5e5a02aba4bfb07df.setContent(html_17121e1823d8b2e13224996109e2bf1a);
|
|
|
|
|
|
|
|
marker_4378eb0bedfc8ad434a26448d687f7ae.bindPopup(popup_2ed05c50b94fccd5e5a02aba4bfb07df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4378eb0bedfc8ad434a26448d687f7ae.setIcon(icon_2d8fcfaa8fd5ef2c31ea1f2a0a47e8ef);
|
|
|
|
|
|
var marker_43400b9ecafcb8ed9a09784014a814cb = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_82125487656bce2e3dfa6fb158ae4dac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6fe262402a9198c5c17825b1c0487a01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f78ea5977016c1fd9802c0ded84d42b = $(`<div id="html_5f78ea5977016c1fd9802c0ded84d42b" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_6fe262402a9198c5c17825b1c0487a01.setContent(html_5f78ea5977016c1fd9802c0ded84d42b);
|
|
|
|
|
|
|
|
marker_43400b9ecafcb8ed9a09784014a814cb.bindPopup(popup_6fe262402a9198c5c17825b1c0487a01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43400b9ecafcb8ed9a09784014a814cb.setIcon(icon_82125487656bce2e3dfa6fb158ae4dac);
|
|
|
|
|
|
var marker_84dbc8b621274ecc3d22499bba16510e = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_c5e8445a3c3bb6a921357129f1354e99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_528399a3f4047c3bb91f751c8bdbee6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a78720cbac816112b0faa4038074ed5f = $(`<div id="html_a78720cbac816112b0faa4038074ed5f" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_528399a3f4047c3bb91f751c8bdbee6d.setContent(html_a78720cbac816112b0faa4038074ed5f);
|
|
|
|
|
|
|
|
marker_84dbc8b621274ecc3d22499bba16510e.bindPopup(popup_528399a3f4047c3bb91f751c8bdbee6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84dbc8b621274ecc3d22499bba16510e.setIcon(icon_c5e8445a3c3bb6a921357129f1354e99);
|
|
|
|
|
|
var marker_61fb7b507d04413f42ee8bfefe5a0e5d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_839adb67ff6bb27a6be062f1a1055d9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae58894822edc99c13e6c89308f1aeb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f8eb0595b4dcd968fe687eac25594cc = $(`<div id="html_4f8eb0595b4dcd968fe687eac25594cc" style="width: 100.0%; height: 100.0%;">relay.bebond.net</div>`)[0];
|
|
popup_ae58894822edc99c13e6c89308f1aeb1.setContent(html_4f8eb0595b4dcd968fe687eac25594cc);
|
|
|
|
|
|
|
|
marker_61fb7b507d04413f42ee8bfefe5a0e5d.bindPopup(popup_ae58894822edc99c13e6c89308f1aeb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61fb7b507d04413f42ee8bfefe5a0e5d.setIcon(icon_839adb67ff6bb27a6be062f1a1055d9c);
|
|
|
|
|
|
var marker_edbf0d119a9bb6b28c4fc74eb647a0ba = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_3c3db5d5d2b6d0407997dc2c15cbe4cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a76d5dc3c613560e0dbe7ad05213aa02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af91f37e59703f855b80ab5dcb529d0d = $(`<div id="html_af91f37e59703f855b80ab5dcb529d0d" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_a76d5dc3c613560e0dbe7ad05213aa02.setContent(html_af91f37e59703f855b80ab5dcb529d0d);
|
|
|
|
|
|
|
|
marker_edbf0d119a9bb6b28c4fc74eb647a0ba.bindPopup(popup_a76d5dc3c613560e0dbe7ad05213aa02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edbf0d119a9bb6b28c4fc74eb647a0ba.setIcon(icon_3c3db5d5d2b6d0407997dc2c15cbe4cd);
|
|
|
|
|
|
var marker_5b28ef233da65b7b22fc7cbd590ab5e7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_cb5a0eee567258784f3f2abe173ac364 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c26cba4f4d9c8bca75ba83d120bcb60f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3391c6d8477b356af6d908558bca81bf = $(`<div id="html_3391c6d8477b356af6d908558bca81bf" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_c26cba4f4d9c8bca75ba83d120bcb60f.setContent(html_3391c6d8477b356af6d908558bca81bf);
|
|
|
|
|
|
|
|
marker_5b28ef233da65b7b22fc7cbd590ab5e7.bindPopup(popup_c26cba4f4d9c8bca75ba83d120bcb60f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b28ef233da65b7b22fc7cbd590ab5e7.setIcon(icon_cb5a0eee567258784f3f2abe173ac364);
|
|
|
|
|
|
var marker_5c9c101a7539abd68f89a4aa900d07c8 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_cc6273b475f376d9ad98c5e7c7fe1ca4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62265bbfac1818245cba3e679c6328f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97cce6825b08b0f0365c61e2ae2688df = $(`<div id="html_97cce6825b08b0f0365c61e2ae2688df" style="width: 100.0%; height: 100.0%;">portal-relay.pareto.space</div>`)[0];
|
|
popup_62265bbfac1818245cba3e679c6328f8.setContent(html_97cce6825b08b0f0365c61e2ae2688df);
|
|
|
|
|
|
|
|
marker_5c9c101a7539abd68f89a4aa900d07c8.bindPopup(popup_62265bbfac1818245cba3e679c6328f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c9c101a7539abd68f89a4aa900d07c8.setIcon(icon_cc6273b475f376d9ad98c5e7c7fe1ca4);
|
|
|
|
|
|
var marker_f5a4beb3fe06721e741e2cc359fe2a09 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_61c8557a3e7f6b63842a9b9f7b3f6ed4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba29f6ebf98499fa141a50177088a651 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d079f1a79adc9fdd63d2f64bee9b840f = $(`<div id="html_d079f1a79adc9fdd63d2f64bee9b840f" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_ba29f6ebf98499fa141a50177088a651.setContent(html_d079f1a79adc9fdd63d2f64bee9b840f);
|
|
|
|
|
|
|
|
marker_f5a4beb3fe06721e741e2cc359fe2a09.bindPopup(popup_ba29f6ebf98499fa141a50177088a651)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5a4beb3fe06721e741e2cc359fe2a09.setIcon(icon_61c8557a3e7f6b63842a9b9f7b3f6ed4);
|
|
|
|
|
|
var marker_ae8046c7d6edae3a0a85021048f5e024 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_41dfe88a20c230c3f64181cc4c01d417 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c3938db8f0e1ea65f429b763bd59de6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c9b3e0672d847053e393a38c36017fe = $(`<div id="html_3c9b3e0672d847053e393a38c36017fe" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_4c3938db8f0e1ea65f429b763bd59de6.setContent(html_3c9b3e0672d847053e393a38c36017fe);
|
|
|
|
|
|
|
|
marker_ae8046c7d6edae3a0a85021048f5e024.bindPopup(popup_4c3938db8f0e1ea65f429b763bd59de6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae8046c7d6edae3a0a85021048f5e024.setIcon(icon_41dfe88a20c230c3f64181cc4c01d417);
|
|
|
|
|
|
var marker_7d162041ce83073b5453a0276d78fe59 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_1b0d52d9ec220e00a7c88169c9996856 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_070accbbcadbc9ca3e4fc0d206ed2eb4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2348242876228e93ae78eb62cae4a71c = $(`<div id="html_2348242876228e93ae78eb62cae4a71c" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_070accbbcadbc9ca3e4fc0d206ed2eb4.setContent(html_2348242876228e93ae78eb62cae4a71c);
|
|
|
|
|
|
|
|
marker_7d162041ce83073b5453a0276d78fe59.bindPopup(popup_070accbbcadbc9ca3e4fc0d206ed2eb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d162041ce83073b5453a0276d78fe59.setIcon(icon_1b0d52d9ec220e00a7c88169c9996856);
|
|
|
|
|
|
var marker_7a89e8b4d73fd4b681107a3d8f379cde = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_7cfab6d766598960ffd2c1559c759aaf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_539d5e95b9557b0d27485b0cd18f8227 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e717aa9d1d72da93176773a2aa0e96e = $(`<div id="html_5e717aa9d1d72da93176773a2aa0e96e" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_539d5e95b9557b0d27485b0cd18f8227.setContent(html_5e717aa9d1d72da93176773a2aa0e96e);
|
|
|
|
|
|
|
|
marker_7a89e8b4d73fd4b681107a3d8f379cde.bindPopup(popup_539d5e95b9557b0d27485b0cd18f8227)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a89e8b4d73fd4b681107a3d8f379cde.setIcon(icon_7cfab6d766598960ffd2c1559c759aaf);
|
|
|
|
|
|
var marker_10c25b3f6a747e9e461aeb3e54281388 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_4d6be53b1db9ca612a644fad57a0826c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b153ff13dbc87cd070e3d349661b5fa8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_109e5fec46f00fd6b1b69466fe2986b0 = $(`<div id="html_109e5fec46f00fd6b1b69466fe2986b0" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_b153ff13dbc87cd070e3d349661b5fa8.setContent(html_109e5fec46f00fd6b1b69466fe2986b0);
|
|
|
|
|
|
|
|
marker_10c25b3f6a747e9e461aeb3e54281388.bindPopup(popup_b153ff13dbc87cd070e3d349661b5fa8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10c25b3f6a747e9e461aeb3e54281388.setIcon(icon_4d6be53b1db9ca612a644fad57a0826c);
|
|
|
|
|
|
var marker_62f730a10203a863cc7e68f7d1d52b4a = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_857c1088442301eda45a710f4cbdfe3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a1e4757a2e619eb24e56bfc6c29f077 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84d54c233aaa13ccc41b4529843a87e8 = $(`<div id="html_84d54c233aaa13ccc41b4529843a87e8" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_1a1e4757a2e619eb24e56bfc6c29f077.setContent(html_84d54c233aaa13ccc41b4529843a87e8);
|
|
|
|
|
|
|
|
marker_62f730a10203a863cc7e68f7d1d52b4a.bindPopup(popup_1a1e4757a2e619eb24e56bfc6c29f077)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62f730a10203a863cc7e68f7d1d52b4a.setIcon(icon_857c1088442301eda45a710f4cbdfe3c);
|
|
|
|
|
|
var marker_017c592660401a4017c898fa0f46a080 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_90126a9e92a18498a0438beeea9b9b51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0295b6dc18281cca5a61ad02491a5be2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89ac74bdfe2d217a0528b3cfbc53bfb9 = $(`<div id="html_89ac74bdfe2d217a0528b3cfbc53bfb9" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_0295b6dc18281cca5a61ad02491a5be2.setContent(html_89ac74bdfe2d217a0528b3cfbc53bfb9);
|
|
|
|
|
|
|
|
marker_017c592660401a4017c898fa0f46a080.bindPopup(popup_0295b6dc18281cca5a61ad02491a5be2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_017c592660401a4017c898fa0f46a080.setIcon(icon_90126a9e92a18498a0438beeea9b9b51);
|
|
|
|
|
|
var marker_27b131b97f44b0dc27cdce4e0cadcd72 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_2a6a00e7e2931a02966eea42ff5019b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e5cea70572429dedf9b199145b43250 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_000de14fb30c10b9e9b176fea339824b = $(`<div id="html_000de14fb30c10b9e9b176fea339824b" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_9e5cea70572429dedf9b199145b43250.setContent(html_000de14fb30c10b9e9b176fea339824b);
|
|
|
|
|
|
|
|
marker_27b131b97f44b0dc27cdce4e0cadcd72.bindPopup(popup_9e5cea70572429dedf9b199145b43250)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27b131b97f44b0dc27cdce4e0cadcd72.setIcon(icon_2a6a00e7e2931a02966eea42ff5019b1);
|
|
|
|
|
|
var marker_534fbc7c26e0db03371e09bdf74dab89 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_c25718dbdac25212e80cec6696547015 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed81ef9e0348ffadb52f3e732b091bb3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77993c77e29411dd01c6d177f9916a5c = $(`<div id="html_77993c77e29411dd01c6d177f9916a5c" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_ed81ef9e0348ffadb52f3e732b091bb3.setContent(html_77993c77e29411dd01c6d177f9916a5c);
|
|
|
|
|
|
|
|
marker_534fbc7c26e0db03371e09bdf74dab89.bindPopup(popup_ed81ef9e0348ffadb52f3e732b091bb3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_534fbc7c26e0db03371e09bdf74dab89.setIcon(icon_c25718dbdac25212e80cec6696547015);
|
|
|
|
|
|
var marker_5cdd861853415f5eeb27b64921bae2ec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_f35eb36e8de284f0970f8beba1e1eca7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f624ad04abe8ac64b63eaa13ce16c656 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac9716cf3731d6e9a6d9de95beae5c23 = $(`<div id="html_ac9716cf3731d6e9a6d9de95beae5c23" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_f624ad04abe8ac64b63eaa13ce16c656.setContent(html_ac9716cf3731d6e9a6d9de95beae5c23);
|
|
|
|
|
|
|
|
marker_5cdd861853415f5eeb27b64921bae2ec.bindPopup(popup_f624ad04abe8ac64b63eaa13ce16c656)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5cdd861853415f5eeb27b64921bae2ec.setIcon(icon_f35eb36e8de284f0970f8beba1e1eca7);
|
|
|
|
|
|
var marker_343fe1b8f7500a56b1fbfb1c8867aa35 = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_0e160fbad5f7106fc84181c5c117028c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f3662378b2de053e05af7c9c79e9ae4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9455a2111d6e9296874dc47a62111e53 = $(`<div id="html_9455a2111d6e9296874dc47a62111e53" style="width: 100.0%; height: 100.0%;">librepress.libretechsystems.xyz</div>`)[0];
|
|
popup_2f3662378b2de053e05af7c9c79e9ae4.setContent(html_9455a2111d6e9296874dc47a62111e53);
|
|
|
|
|
|
|
|
marker_343fe1b8f7500a56b1fbfb1c8867aa35.bindPopup(popup_2f3662378b2de053e05af7c9c79e9ae4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_343fe1b8f7500a56b1fbfb1c8867aa35.setIcon(icon_0e160fbad5f7106fc84181c5c117028c);
|
|
|
|
|
|
var marker_829f7bcb529c97d24ee9f90c925c10da = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_83958fe1f0748c9e54b240f100aaf6a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c64f6bb6d52b1ef98d772bf0b10b013a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01cf900f44e8c2e245622b9c74b000d6 = $(`<div id="html_01cf900f44e8c2e245622b9c74b000d6" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_c64f6bb6d52b1ef98d772bf0b10b013a.setContent(html_01cf900f44e8c2e245622b9c74b000d6);
|
|
|
|
|
|
|
|
marker_829f7bcb529c97d24ee9f90c925c10da.bindPopup(popup_c64f6bb6d52b1ef98d772bf0b10b013a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_829f7bcb529c97d24ee9f90c925c10da.setIcon(icon_83958fe1f0748c9e54b240f100aaf6a2);
|
|
|
|
|
|
var marker_8f38924bfd80b43b932233c97b7cbd46 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_6f65b2a3a85d62f45cc61e4c88a24f36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_716c2a05f35b5d3ba508862c97d766e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8aec62c14dae92ae892b99d94afa7f8 = $(`<div id="html_c8aec62c14dae92ae892b99d94afa7f8" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_716c2a05f35b5d3ba508862c97d766e6.setContent(html_c8aec62c14dae92ae892b99d94afa7f8);
|
|
|
|
|
|
|
|
marker_8f38924bfd80b43b932233c97b7cbd46.bindPopup(popup_716c2a05f35b5d3ba508862c97d766e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f38924bfd80b43b932233c97b7cbd46.setIcon(icon_6f65b2a3a85d62f45cc61e4c88a24f36);
|
|
|
|
|
|
var marker_2e2307e205c290fc59d3c23ec3e7b7ed = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_e104c3a9a090e9fd7000111cd2951abc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1351350954c37641dff6172db70a16f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf11df28b746b2c7864c9ee9c2778376 = $(`<div id="html_cf11df28b746b2c7864c9ee9c2778376" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_1351350954c37641dff6172db70a16f4.setContent(html_cf11df28b746b2c7864c9ee9c2778376);
|
|
|
|
|
|
|
|
marker_2e2307e205c290fc59d3c23ec3e7b7ed.bindPopup(popup_1351350954c37641dff6172db70a16f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e2307e205c290fc59d3c23ec3e7b7ed.setIcon(icon_e104c3a9a090e9fd7000111cd2951abc);
|
|
|
|
|
|
var marker_6842e58e638011030528e551ffaee4ee = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_8c760bcb0679c11c81f7602de1b90095 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8674f60742d17e4b60878ea816754e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67abf3532fcda63d305c39a483439daa = $(`<div id="html_67abf3532fcda63d305c39a483439daa" style="width: 100.0%; height: 100.0%;">relay.nearhood.co.uk</div>`)[0];
|
|
popup_e8674f60742d17e4b60878ea816754e5.setContent(html_67abf3532fcda63d305c39a483439daa);
|
|
|
|
|
|
|
|
marker_6842e58e638011030528e551ffaee4ee.bindPopup(popup_e8674f60742d17e4b60878ea816754e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6842e58e638011030528e551ffaee4ee.setIcon(icon_8c760bcb0679c11c81f7602de1b90095);
|
|
|
|
|
|
var marker_778c49921dc529d829edd7d4b522740c = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_cff1678a5864e762b087808d22e4460c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6172404b85682d78c2ce35015e65b8ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2ed9b0380a01993f46f007fdc84c9ce = $(`<div id="html_e2ed9b0380a01993f46f007fdc84c9ce" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_6172404b85682d78c2ce35015e65b8ad.setContent(html_e2ed9b0380a01993f46f007fdc84c9ce);
|
|
|
|
|
|
|
|
marker_778c49921dc529d829edd7d4b522740c.bindPopup(popup_6172404b85682d78c2ce35015e65b8ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_778c49921dc529d829edd7d4b522740c.setIcon(icon_cff1678a5864e762b087808d22e4460c);
|
|
|
|
|
|
var marker_5c8067d6731f28ba64b099bc441db247 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_ae8d7a7819cb5de7cbf53b97d59e2aa2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3b41b7cd36e750fbf8fc27fe76f55a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6af4afb5c06231ff625a30a8de309c5 = $(`<div id="html_a6af4afb5c06231ff625a30a8de309c5" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_c3b41b7cd36e750fbf8fc27fe76f55a1.setContent(html_a6af4afb5c06231ff625a30a8de309c5);
|
|
|
|
|
|
|
|
marker_5c8067d6731f28ba64b099bc441db247.bindPopup(popup_c3b41b7cd36e750fbf8fc27fe76f55a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c8067d6731f28ba64b099bc441db247.setIcon(icon_ae8d7a7819cb5de7cbf53b97d59e2aa2);
|
|
|
|
|
|
var marker_17b8fa52251f1a1daaf9919f75b73150 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_339d870edb9555d47073157a39e2a345 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6a840d35043aae04c2e4a18e98e702f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_223a126cf0f22ca6350f60fb443565f5 = $(`<div id="html_223a126cf0f22ca6350f60fb443565f5" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_c6a840d35043aae04c2e4a18e98e702f.setContent(html_223a126cf0f22ca6350f60fb443565f5);
|
|
|
|
|
|
|
|
marker_17b8fa52251f1a1daaf9919f75b73150.bindPopup(popup_c6a840d35043aae04c2e4a18e98e702f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17b8fa52251f1a1daaf9919f75b73150.setIcon(icon_339d870edb9555d47073157a39e2a345);
|
|
|
|
|
|
var marker_f30b6b90defc3643f44f80ed0d831e67 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_fa8a340b8c6efa2ae9d502ed665fe623 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f82bcf07a0ec5e849cb44f71a598157b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f88e6e9faca13e5f206c3ad6ef8064e = $(`<div id="html_9f88e6e9faca13e5f206c3ad6ef8064e" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_f82bcf07a0ec5e849cb44f71a598157b.setContent(html_9f88e6e9faca13e5f206c3ad6ef8064e);
|
|
|
|
|
|
|
|
marker_f30b6b90defc3643f44f80ed0d831e67.bindPopup(popup_f82bcf07a0ec5e849cb44f71a598157b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f30b6b90defc3643f44f80ed0d831e67.setIcon(icon_fa8a340b8c6efa2ae9d502ed665fe623);
|
|
|
|
|
|
var marker_381d9f8a78a94fbb8d1b900d891ba69e = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_4cafd35e8a6b693cd121ce949d4db356 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bec5f39134a75fe34adfeef01e10074b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbc8f8d3df55a96e40bb3a9de39a03a5 = $(`<div id="html_bbc8f8d3df55a96e40bb3a9de39a03a5" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_bec5f39134a75fe34adfeef01e10074b.setContent(html_bbc8f8d3df55a96e40bb3a9de39a03a5);
|
|
|
|
|
|
|
|
marker_381d9f8a78a94fbb8d1b900d891ba69e.bindPopup(popup_bec5f39134a75fe34adfeef01e10074b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_381d9f8a78a94fbb8d1b900d891ba69e.setIcon(icon_4cafd35e8a6b693cd121ce949d4db356);
|
|
|
|
|
|
var marker_f7b7b09b394c4d0b6359a0615dcae59c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_211e4de18f8ada263a655afe4e6466ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_919540988de0d3950f9ffc21790c3be4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83a0481115415fce62353154fa2895ae = $(`<div id="html_83a0481115415fce62353154fa2895ae" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_919540988de0d3950f9ffc21790c3be4.setContent(html_83a0481115415fce62353154fa2895ae);
|
|
|
|
|
|
|
|
marker_f7b7b09b394c4d0b6359a0615dcae59c.bindPopup(popup_919540988de0d3950f9ffc21790c3be4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7b7b09b394c4d0b6359a0615dcae59c.setIcon(icon_211e4de18f8ada263a655afe4e6466ab);
|
|
|
|
|
|
var marker_66385207ed8e75f164f7e565e5944461 = L.marker(
|
|
[41.1542, -8.60964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_98a6c20f908a7b6e95bd667c11bcf210 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb5e4fd5a4a8ad702e246acab478b1e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48e454d9d056f4b0dd78246a129296f5 = $(`<div id="html_48e454d9d056f4b0dd78246a129296f5" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_cb5e4fd5a4a8ad702e246acab478b1e7.setContent(html_48e454d9d056f4b0dd78246a129296f5);
|
|
|
|
|
|
|
|
marker_66385207ed8e75f164f7e565e5944461.bindPopup(popup_cb5e4fd5a4a8ad702e246acab478b1e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66385207ed8e75f164f7e565e5944461.setIcon(icon_98a6c20f908a7b6e95bd667c11bcf210);
|
|
|
|
|
|
var marker_2465f650b88d4c5a78526a83189a578f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_b529a8dde1736e4999427bf2eb4d82cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b01489e03392ac4899fc747012d2186d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_461b55c5f6df2c4c4fd746db29943257 = $(`<div id="html_461b55c5f6df2c4c4fd746db29943257" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_b01489e03392ac4899fc747012d2186d.setContent(html_461b55c5f6df2c4c4fd746db29943257);
|
|
|
|
|
|
|
|
marker_2465f650b88d4c5a78526a83189a578f.bindPopup(popup_b01489e03392ac4899fc747012d2186d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2465f650b88d4c5a78526a83189a578f.setIcon(icon_b529a8dde1736e4999427bf2eb4d82cd);
|
|
|
|
|
|
var marker_8307b9c8e7038b3fae8632221ca9864c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_bd8cc3a83d3ce68f393ce938c851f3cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9fc2d389ecd82b6920bdfae3ff225c32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40410a41e9aa0cd0736fba375e15c88d = $(`<div id="html_40410a41e9aa0cd0736fba375e15c88d" style="width: 100.0%; height: 100.0%;">relay.bikel.ink</div>`)[0];
|
|
popup_9fc2d389ecd82b6920bdfae3ff225c32.setContent(html_40410a41e9aa0cd0736fba375e15c88d);
|
|
|
|
|
|
|
|
marker_8307b9c8e7038b3fae8632221ca9864c.bindPopup(popup_9fc2d389ecd82b6920bdfae3ff225c32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8307b9c8e7038b3fae8632221ca9864c.setIcon(icon_bd8cc3a83d3ce68f393ce938c851f3cc);
|
|
|
|
|
|
var marker_b63739fe4b4f4003c4b27bfec15d8b9b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_e153cd81b92a396b0604648eb436801c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ed7312c2c30f32d893db8e61adcb41e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28cac38def6ed9cb16e60b90994b3922 = $(`<div id="html_28cac38def6ed9cb16e60b90994b3922" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_6ed7312c2c30f32d893db8e61adcb41e.setContent(html_28cac38def6ed9cb16e60b90994b3922);
|
|
|
|
|
|
|
|
marker_b63739fe4b4f4003c4b27bfec15d8b9b.bindPopup(popup_6ed7312c2c30f32d893db8e61adcb41e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b63739fe4b4f4003c4b27bfec15d8b9b.setIcon(icon_e153cd81b92a396b0604648eb436801c);
|
|
|
|
|
|
var marker_0b883432c8774c428a4eadd0e7fbe9bc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_784d5e23f10bb2e55b88e53b349a451d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_253b2b7b1fb7915cabfd8c2e1653cf96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_506938d92015d823bdf88a977f98553b = $(`<div id="html_506938d92015d823bdf88a977f98553b" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_253b2b7b1fb7915cabfd8c2e1653cf96.setContent(html_506938d92015d823bdf88a977f98553b);
|
|
|
|
|
|
|
|
marker_0b883432c8774c428a4eadd0e7fbe9bc.bindPopup(popup_253b2b7b1fb7915cabfd8c2e1653cf96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b883432c8774c428a4eadd0e7fbe9bc.setIcon(icon_784d5e23f10bb2e55b88e53b349a451d);
|
|
|
|
|
|
var marker_464b25f35636658c5f7ec4328c61125e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_4e9b978e5925d85dcea5d29eba66ffdc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdc5896e0b403ac00cd913fc95f84f81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f26ca147835c49d9c01524d708ecc9f0 = $(`<div id="html_f26ca147835c49d9c01524d708ecc9f0" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_cdc5896e0b403ac00cd913fc95f84f81.setContent(html_f26ca147835c49d9c01524d708ecc9f0);
|
|
|
|
|
|
|
|
marker_464b25f35636658c5f7ec4328c61125e.bindPopup(popup_cdc5896e0b403ac00cd913fc95f84f81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_464b25f35636658c5f7ec4328c61125e.setIcon(icon_4e9b978e5925d85dcea5d29eba66ffdc);
|
|
|
|
|
|
var marker_0dcc39872c75cbfc9ee35f2b3a50e197 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_a2f86bf36770f3859d416fc5778dda8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04c5ec5f22e3daaf6c300b6a78c4fd2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ead5c5d51715dfc976f287e6a9b1bf00 = $(`<div id="html_ead5c5d51715dfc976f287e6a9b1bf00" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_04c5ec5f22e3daaf6c300b6a78c4fd2a.setContent(html_ead5c5d51715dfc976f287e6a9b1bf00);
|
|
|
|
|
|
|
|
marker_0dcc39872c75cbfc9ee35f2b3a50e197.bindPopup(popup_04c5ec5f22e3daaf6c300b6a78c4fd2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0dcc39872c75cbfc9ee35f2b3a50e197.setIcon(icon_a2f86bf36770f3859d416fc5778dda8d);
|
|
|
|
|
|
var marker_403c8cb7c75316b73884575e63ea59e4 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_036275577a3a49d9dc9d85c49cf0ef67 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92327bd16b39039373cce006523f7435 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc75d6ab52b98f1ea9852ed20d4178b9 = $(`<div id="html_fc75d6ab52b98f1ea9852ed20d4178b9" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_92327bd16b39039373cce006523f7435.setContent(html_fc75d6ab52b98f1ea9852ed20d4178b9);
|
|
|
|
|
|
|
|
marker_403c8cb7c75316b73884575e63ea59e4.bindPopup(popup_92327bd16b39039373cce006523f7435)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_403c8cb7c75316b73884575e63ea59e4.setIcon(icon_036275577a3a49d9dc9d85c49cf0ef67);
|
|
|
|
|
|
var marker_a230e26cf6bcefbf5a9de20b1fb70873 = L.marker(
|
|
[9.27447, -83.5797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_52b467889af3a0157a3ae32610d2ab35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a54e9c2d87e4d934e1caed8fdef85d7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68da533da9306abbd83c70876a245488 = $(`<div id="html_68da533da9306abbd83c70876a245488" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_a54e9c2d87e4d934e1caed8fdef85d7c.setContent(html_68da533da9306abbd83c70876a245488);
|
|
|
|
|
|
|
|
marker_a230e26cf6bcefbf5a9de20b1fb70873.bindPopup(popup_a54e9c2d87e4d934e1caed8fdef85d7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a230e26cf6bcefbf5a9de20b1fb70873.setIcon(icon_52b467889af3a0157a3ae32610d2ab35);
|
|
|
|
|
|
var marker_e8232c657d1ea50b3a3c8ac1b718f2ec = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_193f68f6eb39a1df1625af92b7eb2dc6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a211c38e755803b8acfab3199abdd6b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a471ac2deb4e11e2c01f88a0bdc60cc5 = $(`<div id="html_a471ac2deb4e11e2c01f88a0bdc60cc5" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_a211c38e755803b8acfab3199abdd6b6.setContent(html_a471ac2deb4e11e2c01f88a0bdc60cc5);
|
|
|
|
|
|
|
|
marker_e8232c657d1ea50b3a3c8ac1b718f2ec.bindPopup(popup_a211c38e755803b8acfab3199abdd6b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8232c657d1ea50b3a3c8ac1b718f2ec.setIcon(icon_193f68f6eb39a1df1625af92b7eb2dc6);
|
|
|
|
|
|
var marker_a4bccbd21149ce2a9bcfa27f6fe3c8f7 = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_31ab33e92990d3d4cf1c7191087245da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3424aaf6c6d2c83100a29c9effb48512 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d54c5afe7e301520afbc6a5033cd080f = $(`<div id="html_d54c5afe7e301520afbc6a5033cd080f" style="width: 100.0%; height: 100.0%;">aeon.libretechsystems.xyz</div>`)[0];
|
|
popup_3424aaf6c6d2c83100a29c9effb48512.setContent(html_d54c5afe7e301520afbc6a5033cd080f);
|
|
|
|
|
|
|
|
marker_a4bccbd21149ce2a9bcfa27f6fe3c8f7.bindPopup(popup_3424aaf6c6d2c83100a29c9effb48512)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4bccbd21149ce2a9bcfa27f6fe3c8f7.setIcon(icon_31ab33e92990d3d4cf1c7191087245da);
|
|
|
|
|
|
var marker_407a42f8adfe4858485594c793a57891 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_3a193893ac795de8f10c37d5cfbb66ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd27d7f54aca6430628998883319f89b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_adb80b179839ae0d6457655d16773216 = $(`<div id="html_adb80b179839ae0d6457655d16773216" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_bd27d7f54aca6430628998883319f89b.setContent(html_adb80b179839ae0d6457655d16773216);
|
|
|
|
|
|
|
|
marker_407a42f8adfe4858485594c793a57891.bindPopup(popup_bd27d7f54aca6430628998883319f89b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_407a42f8adfe4858485594c793a57891.setIcon(icon_3a193893ac795de8f10c37d5cfbb66ff);
|
|
|
|
|
|
var marker_9abb8b2959af9f77b22922274514c074 = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_5af6847bb8cf8196dcef134701a99486 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba4a056448968ff75dd3c76c59df1de3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40b1c11dd1bbe84588a40f3c0db77cb4 = $(`<div id="html_40b1c11dd1bbe84588a40f3c0db77cb4" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_ba4a056448968ff75dd3c76c59df1de3.setContent(html_40b1c11dd1bbe84588a40f3c0db77cb4);
|
|
|
|
|
|
|
|
marker_9abb8b2959af9f77b22922274514c074.bindPopup(popup_ba4a056448968ff75dd3c76c59df1de3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9abb8b2959af9f77b22922274514c074.setIcon(icon_5af6847bb8cf8196dcef134701a99486);
|
|
|
|
|
|
var marker_8376f968aeee99a856a522ae17a112c3 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_aaec908b7de54a4ee9f5e0ea0e5628ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a48d056ed9378d0ff2e2b745123101f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25da13324d1cb19121a36402dbd1c6ab = $(`<div id="html_25da13324d1cb19121a36402dbd1c6ab" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_a48d056ed9378d0ff2e2b745123101f4.setContent(html_25da13324d1cb19121a36402dbd1c6ab);
|
|
|
|
|
|
|
|
marker_8376f968aeee99a856a522ae17a112c3.bindPopup(popup_a48d056ed9378d0ff2e2b745123101f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8376f968aeee99a856a522ae17a112c3.setIcon(icon_aaec908b7de54a4ee9f5e0ea0e5628ad);
|
|
|
|
|
|
var marker_80c85c613e48f9242339489193f81f6b = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_c6cbe1b56561ae3d9fa3da818292073d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e8d9d0cfc9a57bdb96d1c10a0bca905 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae608a3bda14df1a5b7b223978f4a1e4 = $(`<div id="html_ae608a3bda14df1a5b7b223978f4a1e4" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_5e8d9d0cfc9a57bdb96d1c10a0bca905.setContent(html_ae608a3bda14df1a5b7b223978f4a1e4);
|
|
|
|
|
|
|
|
marker_80c85c613e48f9242339489193f81f6b.bindPopup(popup_5e8d9d0cfc9a57bdb96d1c10a0bca905)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80c85c613e48f9242339489193f81f6b.setIcon(icon_c6cbe1b56561ae3d9fa3da818292073d);
|
|
|
|
|
|
var marker_1f3cf0003229b2e6484da66591527247 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_ba6cd821ae72ee4cddc73f265a60c8b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15558a5a9bef390ed627bdf96e3f762c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d23fcf5ff9b90d63e7523e0f1b69bee = $(`<div id="html_6d23fcf5ff9b90d63e7523e0f1b69bee" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_15558a5a9bef390ed627bdf96e3f762c.setContent(html_6d23fcf5ff9b90d63e7523e0f1b69bee);
|
|
|
|
|
|
|
|
marker_1f3cf0003229b2e6484da66591527247.bindPopup(popup_15558a5a9bef390ed627bdf96e3f762c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f3cf0003229b2e6484da66591527247.setIcon(icon_ba6cd821ae72ee4cddc73f265a60c8b8);
|
|
|
|
|
|
var marker_37de73ddc07097c640489d3915db7252 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_6b5a287ca9158b4e16bdeb17bcff0ff3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19f79304aeaaf792727330bee702f493 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c503cfd193e3bffd4962f3ae43eadfeb = $(`<div id="html_c503cfd193e3bffd4962f3ae43eadfeb" style="width: 100.0%; height: 100.0%;">relay.directsponsor.net</div>`)[0];
|
|
popup_19f79304aeaaf792727330bee702f493.setContent(html_c503cfd193e3bffd4962f3ae43eadfeb);
|
|
|
|
|
|
|
|
marker_37de73ddc07097c640489d3915db7252.bindPopup(popup_19f79304aeaaf792727330bee702f493)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37de73ddc07097c640489d3915db7252.setIcon(icon_6b5a287ca9158b4e16bdeb17bcff0ff3);
|
|
|
|
|
|
var marker_f492c8f88e517b785068d244697479de = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_7f14a831b5433f7305a0ac878c4f9998 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e53d210c2482962c7f1f3742fe1eb075 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25c2ce7f5243a80a0b4fe14093b32b1b = $(`<div id="html_25c2ce7f5243a80a0b4fe14093b32b1b" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_e53d210c2482962c7f1f3742fe1eb075.setContent(html_25c2ce7f5243a80a0b4fe14093b32b1b);
|
|
|
|
|
|
|
|
marker_f492c8f88e517b785068d244697479de.bindPopup(popup_e53d210c2482962c7f1f3742fe1eb075)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f492c8f88e517b785068d244697479de.setIcon(icon_7f14a831b5433f7305a0ac878c4f9998);
|
|
|
|
|
|
var marker_26c0524f5aa827738d06924137956a81 = L.marker(
|
|
[36.1659, -86.7844],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_f5cc38c4b4cdfb5613b1fd3d2d5dab93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c279189ef70fbb2e9e1b54494b72e48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_785d3ab3597be7937d941b5a1c91d444 = $(`<div id="html_785d3ab3597be7937d941b5a1c91d444" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_9c279189ef70fbb2e9e1b54494b72e48.setContent(html_785d3ab3597be7937d941b5a1c91d444);
|
|
|
|
|
|
|
|
marker_26c0524f5aa827738d06924137956a81.bindPopup(popup_9c279189ef70fbb2e9e1b54494b72e48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26c0524f5aa827738d06924137956a81.setIcon(icon_f5cc38c4b4cdfb5613b1fd3d2d5dab93);
|
|
|
|
|
|
var marker_37e5b204be89abb78fa371d3859f307f = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_90848cd8cad0ca0d9c4c12aeb72624a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_160420c9967d35b6095735af619dd2b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ff45fd2dc03332a48dfa338bdde2404 = $(`<div id="html_6ff45fd2dc03332a48dfa338bdde2404" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_160420c9967d35b6095735af619dd2b3.setContent(html_6ff45fd2dc03332a48dfa338bdde2404);
|
|
|
|
|
|
|
|
marker_37e5b204be89abb78fa371d3859f307f.bindPopup(popup_160420c9967d35b6095735af619dd2b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37e5b204be89abb78fa371d3859f307f.setIcon(icon_90848cd8cad0ca0d9c4c12aeb72624a8);
|
|
|
|
|
|
var marker_4abf86e70fb2000fdb3bf9ad49606d51 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_ca37855f9a0b8f34d55eba43c09970d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8522aa5d5a2aa5703cf7eb69b0056876 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_669834119d9b79a124e312dc58cfab77 = $(`<div id="html_669834119d9b79a124e312dc58cfab77" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_8522aa5d5a2aa5703cf7eb69b0056876.setContent(html_669834119d9b79a124e312dc58cfab77);
|
|
|
|
|
|
|
|
marker_4abf86e70fb2000fdb3bf9ad49606d51.bindPopup(popup_8522aa5d5a2aa5703cf7eb69b0056876)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4abf86e70fb2000fdb3bf9ad49606d51.setIcon(icon_ca37855f9a0b8f34d55eba43c09970d5);
|
|
|
|
|
|
var marker_9ef97d98f8906c2388f0db6bd232c286 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_26bb6af588fa491dad084271de5c8a37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_100521f744d89890ace6dfcfc0991c4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e0ba8e9eaedbebc969ce19440ae6a7a = $(`<div id="html_7e0ba8e9eaedbebc969ce19440ae6a7a" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_100521f744d89890ace6dfcfc0991c4d.setContent(html_7e0ba8e9eaedbebc969ce19440ae6a7a);
|
|
|
|
|
|
|
|
marker_9ef97d98f8906c2388f0db6bd232c286.bindPopup(popup_100521f744d89890ace6dfcfc0991c4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ef97d98f8906c2388f0db6bd232c286.setIcon(icon_26bb6af588fa491dad084271de5c8a37);
|
|
|
|
|
|
var marker_e239889852f240b3ff736f8601bd4589 = L.marker(
|
|
[38.9072, -77.0369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_f29efa4d1d87dc2eb6700dda569987f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60640c5e7c0d660fdc0f4637525cdd73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8a21ebdda546c3c0a9d175ee6916d43 = $(`<div id="html_d8a21ebdda546c3c0a9d175ee6916d43" style="width: 100.0%; height: 100.0%;">nostr.chvaja.cz</div>`)[0];
|
|
popup_60640c5e7c0d660fdc0f4637525cdd73.setContent(html_d8a21ebdda546c3c0a9d175ee6916d43);
|
|
|
|
|
|
|
|
marker_e239889852f240b3ff736f8601bd4589.bindPopup(popup_60640c5e7c0d660fdc0f4637525cdd73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e239889852f240b3ff736f8601bd4589.setIcon(icon_f29efa4d1d87dc2eb6700dda569987f1);
|
|
|
|
|
|
var marker_f489afd045b68e9b8f6d757ac05a8f51 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_c4a9e303facba2deadbfd8ac5205edcf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4da8d1f0da9a47fb42cdb184161328a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e1e9229cfa200880f14fc192812612e = $(`<div id="html_3e1e9229cfa200880f14fc192812612e" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_d4da8d1f0da9a47fb42cdb184161328a.setContent(html_3e1e9229cfa200880f14fc192812612e);
|
|
|
|
|
|
|
|
marker_f489afd045b68e9b8f6d757ac05a8f51.bindPopup(popup_d4da8d1f0da9a47fb42cdb184161328a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f489afd045b68e9b8f6d757ac05a8f51.setIcon(icon_c4a9e303facba2deadbfd8ac5205edcf);
|
|
|
|
|
|
var marker_122b40ff5d80e369422079f86b790cc6 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_62b9de523aafd4ec9427f56acf7bed48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_477a3fbb94c18e9f2f624b2a63727c7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7118c673c80db50afcaeb636c868df3b = $(`<div id="html_7118c673c80db50afcaeb636c868df3b" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_477a3fbb94c18e9f2f624b2a63727c7b.setContent(html_7118c673c80db50afcaeb636c868df3b);
|
|
|
|
|
|
|
|
marker_122b40ff5d80e369422079f86b790cc6.bindPopup(popup_477a3fbb94c18e9f2f624b2a63727c7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_122b40ff5d80e369422079f86b790cc6.setIcon(icon_62b9de523aafd4ec9427f56acf7bed48);
|
|
|
|
|
|
var marker_7c8229044a7af146c12b488955c9ba03 = L.marker(
|
|
[-27.4971, 152.976],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_a5b7f7fb4c37ec4cc0d331377a3019c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b74515eb44007356f3c7c8e2d381fe51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bdd61481378f64d301782b824953651 = $(`<div id="html_1bdd61481378f64d301782b824953651" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_b74515eb44007356f3c7c8e2d381fe51.setContent(html_1bdd61481378f64d301782b824953651);
|
|
|
|
|
|
|
|
marker_7c8229044a7af146c12b488955c9ba03.bindPopup(popup_b74515eb44007356f3c7c8e2d381fe51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c8229044a7af146c12b488955c9ba03.setIcon(icon_a5b7f7fb4c37ec4cc0d331377a3019c6);
|
|
|
|
|
|
var marker_71fce6286d4c084ed38f120b860c554c = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_c3a991af8a9f6c681ca83e7eda1c4ad2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d45c55ff58916ae344ef1a509208ffa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5a09a63a7f4955bfa217f130dd9c728 = $(`<div id="html_b5a09a63a7f4955bfa217f130dd9c728" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_2d45c55ff58916ae344ef1a509208ffa.setContent(html_b5a09a63a7f4955bfa217f130dd9c728);
|
|
|
|
|
|
|
|
marker_71fce6286d4c084ed38f120b860c554c.bindPopup(popup_2d45c55ff58916ae344ef1a509208ffa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71fce6286d4c084ed38f120b860c554c.setIcon(icon_c3a991af8a9f6c681ca83e7eda1c4ad2);
|
|
|
|
|
|
var marker_f7d8e9ab4a0f9a7e9116c9abb8d3cdaf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_08a51f82b08f4683f70ac2f4929d1fbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6fafc8286b064950e8af30c6f6eb4604 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af3b256ccc90f9ec7fffd2df43c1e0b0 = $(`<div id="html_af3b256ccc90f9ec7fffd2df43c1e0b0" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_6fafc8286b064950e8af30c6f6eb4604.setContent(html_af3b256ccc90f9ec7fffd2df43c1e0b0);
|
|
|
|
|
|
|
|
marker_f7d8e9ab4a0f9a7e9116c9abb8d3cdaf.bindPopup(popup_6fafc8286b064950e8af30c6f6eb4604)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7d8e9ab4a0f9a7e9116c9abb8d3cdaf.setIcon(icon_08a51f82b08f4683f70ac2f4929d1fbd);
|
|
|
|
|
|
var marker_c55ab49e9c19256bb2d97f85e9bdf5b9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_9f7f0bb503598b768fe963970561bf2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c2d16f264bcc1da94b1a608c62e691e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8715b42d36093a955e3450ebeb7fd5a3 = $(`<div id="html_8715b42d36093a955e3450ebeb7fd5a3" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_3c2d16f264bcc1da94b1a608c62e691e.setContent(html_8715b42d36093a955e3450ebeb7fd5a3);
|
|
|
|
|
|
|
|
marker_c55ab49e9c19256bb2d97f85e9bdf5b9.bindPopup(popup_3c2d16f264bcc1da94b1a608c62e691e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c55ab49e9c19256bb2d97f85e9bdf5b9.setIcon(icon_9f7f0bb503598b768fe963970561bf2e);
|
|
|
|
|
|
var marker_29edd33a354a5927a636df7fc8aaf044 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_321e49f43ddc4294803314f0c91599be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b76ed93486274894bfed489c9cea123 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77215fba7bc31f66a85989e54f43776b = $(`<div id="html_77215fba7bc31f66a85989e54f43776b" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_3b76ed93486274894bfed489c9cea123.setContent(html_77215fba7bc31f66a85989e54f43776b);
|
|
|
|
|
|
|
|
marker_29edd33a354a5927a636df7fc8aaf044.bindPopup(popup_3b76ed93486274894bfed489c9cea123)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29edd33a354a5927a636df7fc8aaf044.setIcon(icon_321e49f43ddc4294803314f0c91599be);
|
|
|
|
|
|
var marker_99ed9878c1793da00734ecaef4f9dd64 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_b722d2f6f1378137b46ad012c0c86a2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_579c7ee420c27e7507c762c246c75d7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3ba7c50a9b7c1050a7765297ffabccb = $(`<div id="html_f3ba7c50a9b7c1050a7765297ffabccb" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_579c7ee420c27e7507c762c246c75d7b.setContent(html_f3ba7c50a9b7c1050a7765297ffabccb);
|
|
|
|
|
|
|
|
marker_99ed9878c1793da00734ecaef4f9dd64.bindPopup(popup_579c7ee420c27e7507c762c246c75d7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99ed9878c1793da00734ecaef4f9dd64.setIcon(icon_b722d2f6f1378137b46ad012c0c86a2b);
|
|
|
|
|
|
var marker_b0693b2de75e46ba77146378caadef33 = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_3f28e51147a02ef743b5584df7fb2afd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c9351d163e34a73e8c89452ac4fed95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b693bca4fb36ef5594938c3be6ed749 = $(`<div id="html_6b693bca4fb36ef5594938c3be6ed749" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_3c9351d163e34a73e8c89452ac4fed95.setContent(html_6b693bca4fb36ef5594938c3be6ed749);
|
|
|
|
|
|
|
|
marker_b0693b2de75e46ba77146378caadef33.bindPopup(popup_3c9351d163e34a73e8c89452ac4fed95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0693b2de75e46ba77146378caadef33.setIcon(icon_3f28e51147a02ef743b5584df7fb2afd);
|
|
|
|
|
|
var marker_ff7cb6424ff71c5994ea1d558cf442a3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_9a47714b369fe3ab4d92381c17a84943 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_586f31ae0ea7bfa92c6046c9d121da6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a351289f9df904c9e88621b65d3750ec = $(`<div id="html_a351289f9df904c9e88621b65d3750ec" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_586f31ae0ea7bfa92c6046c9d121da6c.setContent(html_a351289f9df904c9e88621b65d3750ec);
|
|
|
|
|
|
|
|
marker_ff7cb6424ff71c5994ea1d558cf442a3.bindPopup(popup_586f31ae0ea7bfa92c6046c9d121da6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff7cb6424ff71c5994ea1d558cf442a3.setIcon(icon_9a47714b369fe3ab4d92381c17a84943);
|
|
|
|
|
|
var marker_21ecbd41ee81a1a338aa566da6097f73 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_4173e53a9238463e632afe6734c0c6a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6ff262efbc314927e26d64cdb5b55f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f2b991cf709b65768d2b233f6f03852 = $(`<div id="html_5f2b991cf709b65768d2b233f6f03852" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_c6ff262efbc314927e26d64cdb5b55f2.setContent(html_5f2b991cf709b65768d2b233f6f03852);
|
|
|
|
|
|
|
|
marker_21ecbd41ee81a1a338aa566da6097f73.bindPopup(popup_c6ff262efbc314927e26d64cdb5b55f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21ecbd41ee81a1a338aa566da6097f73.setIcon(icon_4173e53a9238463e632afe6734c0c6a3);
|
|
|
|
|
|
var marker_36e2f68029d98cbe67d1e25e0882d6d7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_a96fe32fd92a35ef2c1bf37c721831af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26e00bc66939cea2fbe5f30f854325f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89b1783bedb4ea27062a929656ecc545 = $(`<div id="html_89b1783bedb4ea27062a929656ecc545" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_26e00bc66939cea2fbe5f30f854325f1.setContent(html_89b1783bedb4ea27062a929656ecc545);
|
|
|
|
|
|
|
|
marker_36e2f68029d98cbe67d1e25e0882d6d7.bindPopup(popup_26e00bc66939cea2fbe5f30f854325f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36e2f68029d98cbe67d1e25e0882d6d7.setIcon(icon_a96fe32fd92a35ef2c1bf37c721831af);
|
|
|
|
|
|
var marker_80c44078b49461345d3f024b99517fcc = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_fa5846ea4add8adde41688615dcc306a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75791e7eadaa4250fa473de7bf2b92ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2fa3c7d18691f756f20decb0f9b907d = $(`<div id="html_d2fa3c7d18691f756f20decb0f9b907d" style="width: 100.0%; height: 100.0%;">nostr.tagomago.me</div>`)[0];
|
|
popup_75791e7eadaa4250fa473de7bf2b92ce.setContent(html_d2fa3c7d18691f756f20decb0f9b907d);
|
|
|
|
|
|
|
|
marker_80c44078b49461345d3f024b99517fcc.bindPopup(popup_75791e7eadaa4250fa473de7bf2b92ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80c44078b49461345d3f024b99517fcc.setIcon(icon_fa5846ea4add8adde41688615dcc306a);
|
|
|
|
|
|
var marker_82f924361d83a76aeb0f43f14a63cb6b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_4b2cf3d9a67a04813eb2d5919b903835 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f47d8e45394ca68e89d901b1711ba9d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_410df1e8065c186fa5cac89a92b2c950 = $(`<div id="html_410df1e8065c186fa5cac89a92b2c950" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_f47d8e45394ca68e89d901b1711ba9d9.setContent(html_410df1e8065c186fa5cac89a92b2c950);
|
|
|
|
|
|
|
|
marker_82f924361d83a76aeb0f43f14a63cb6b.bindPopup(popup_f47d8e45394ca68e89d901b1711ba9d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82f924361d83a76aeb0f43f14a63cb6b.setIcon(icon_4b2cf3d9a67a04813eb2d5919b903835);
|
|
|
|
|
|
var marker_630e1768b53170504631042dece27328 = L.marker(
|
|
[51.4968, -0.018337],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_5f93517759cce59cea4c32321bea0047 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83af407e94765328fe0a16a6bc295c2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a84904b3b66e41b171cfaf7a7030435 = $(`<div id="html_8a84904b3b66e41b171cfaf7a7030435" style="width: 100.0%; height: 100.0%;">strfry.bitsbytom.com</div>`)[0];
|
|
popup_83af407e94765328fe0a16a6bc295c2a.setContent(html_8a84904b3b66e41b171cfaf7a7030435);
|
|
|
|
|
|
|
|
marker_630e1768b53170504631042dece27328.bindPopup(popup_83af407e94765328fe0a16a6bc295c2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_630e1768b53170504631042dece27328.setIcon(icon_5f93517759cce59cea4c32321bea0047);
|
|
|
|
|
|
var marker_bbd14fc1e95eddbbeb47bf92ac327b33 = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_f04d16f28f2682e8172a21ce6433c35e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4cf90fbd2d83c304c64644326f463a22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64d26567b3c370172b37aace826642ff = $(`<div id="html_64d26567b3c370172b37aace826642ff" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_4cf90fbd2d83c304c64644326f463a22.setContent(html_64d26567b3c370172b37aace826642ff);
|
|
|
|
|
|
|
|
marker_bbd14fc1e95eddbbeb47bf92ac327b33.bindPopup(popup_4cf90fbd2d83c304c64644326f463a22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bbd14fc1e95eddbbeb47bf92ac327b33.setIcon(icon_f04d16f28f2682e8172a21ce6433c35e);
|
|
|
|
|
|
var marker_a19652ba25d821bed4055deec5faf3d9 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_42960883459043cccc09c3dd5b2a4665 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_131169525b31a7dd6d06946be28b409b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_664cc617f176d2693bb003b8acd303ff = $(`<div id="html_664cc617f176d2693bb003b8acd303ff" style="width: 100.0%; height: 100.0%;">eu.nostr.pikachat.org</div>`)[0];
|
|
popup_131169525b31a7dd6d06946be28b409b.setContent(html_664cc617f176d2693bb003b8acd303ff);
|
|
|
|
|
|
|
|
marker_a19652ba25d821bed4055deec5faf3d9.bindPopup(popup_131169525b31a7dd6d06946be28b409b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a19652ba25d821bed4055deec5faf3d9.setIcon(icon_42960883459043cccc09c3dd5b2a4665);
|
|
|
|
|
|
var marker_8527be231dfbf4dfb1507a72ca17e531 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_9ecfc5377f75dc717f31e4ec52907ced = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5028c73f74c83aa81083b726a0bbbcd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85bbb19f0c120598292e8b6a7007f51d = $(`<div id="html_85bbb19f0c120598292e8b6a7007f51d" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_c5028c73f74c83aa81083b726a0bbbcd.setContent(html_85bbb19f0c120598292e8b6a7007f51d);
|
|
|
|
|
|
|
|
marker_8527be231dfbf4dfb1507a72ca17e531.bindPopup(popup_c5028c73f74c83aa81083b726a0bbbcd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8527be231dfbf4dfb1507a72ca17e531.setIcon(icon_9ecfc5377f75dc717f31e4ec52907ced);
|
|
|
|
|
|
var marker_fcbf2b475eb12275c92300ea8d918b4b = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_105c287eaee44934183bebef427bd630 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c59aa3023e5d76c0770c6df46a7fc8a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c0c8d80ba45826257cc990b478edb28 = $(`<div id="html_3c0c8d80ba45826257cc990b478edb28" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_6c59aa3023e5d76c0770c6df46a7fc8a.setContent(html_3c0c8d80ba45826257cc990b478edb28);
|
|
|
|
|
|
|
|
marker_fcbf2b475eb12275c92300ea8d918b4b.bindPopup(popup_6c59aa3023e5d76c0770c6df46a7fc8a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fcbf2b475eb12275c92300ea8d918b4b.setIcon(icon_105c287eaee44934183bebef427bd630);
|
|
|
|
|
|
var marker_3ba8cca1a18d7316b718f3e0f046b6cb = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_ea93e0541de8e2142f3222f709f895e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_735b8bf7931489ee1f8456ca53c18ae3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91e06ebcf5efdd583103cef54940fda7 = $(`<div id="html_91e06ebcf5efdd583103cef54940fda7" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_735b8bf7931489ee1f8456ca53c18ae3.setContent(html_91e06ebcf5efdd583103cef54940fda7);
|
|
|
|
|
|
|
|
marker_3ba8cca1a18d7316b718f3e0f046b6cb.bindPopup(popup_735b8bf7931489ee1f8456ca53c18ae3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ba8cca1a18d7316b718f3e0f046b6cb.setIcon(icon_ea93e0541de8e2142f3222f709f895e5);
|
|
|
|
|
|
var marker_44abe0f129cc80ed50a0f4e307c230c2 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_58fd746407a09c3ad68bf46a725e459a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f81350193a1fbe3674bf030f09d77dfd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1681211c51fde81f4e2fc195f3a56096 = $(`<div id="html_1681211c51fde81f4e2fc195f3a56096" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_f81350193a1fbe3674bf030f09d77dfd.setContent(html_1681211c51fde81f4e2fc195f3a56096);
|
|
|
|
|
|
|
|
marker_44abe0f129cc80ed50a0f4e307c230c2.bindPopup(popup_f81350193a1fbe3674bf030f09d77dfd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44abe0f129cc80ed50a0f4e307c230c2.setIcon(icon_58fd746407a09c3ad68bf46a725e459a);
|
|
|
|
|
|
var marker_94e59ce661232783905a791e013c5351 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_5f13e02c2590aadefe988241cc1edec4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e532b6fff6423a77af6b16f3e85b1380 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_350a6aa602c009f522b8fa3777604f3e = $(`<div id="html_350a6aa602c009f522b8fa3777604f3e" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_e532b6fff6423a77af6b16f3e85b1380.setContent(html_350a6aa602c009f522b8fa3777604f3e);
|
|
|
|
|
|
|
|
marker_94e59ce661232783905a791e013c5351.bindPopup(popup_e532b6fff6423a77af6b16f3e85b1380)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94e59ce661232783905a791e013c5351.setIcon(icon_5f13e02c2590aadefe988241cc1edec4);
|
|
|
|
|
|
var marker_2d563b310f8de23528a214a235b9388e = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_5542249f023474dca36a748b89fe792f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53dcefaadc60c9c353006abdeed993a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7bf81b97010cc2aaf573593533de8553 = $(`<div id="html_7bf81b97010cc2aaf573593533de8553" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_53dcefaadc60c9c353006abdeed993a0.setContent(html_7bf81b97010cc2aaf573593533de8553);
|
|
|
|
|
|
|
|
marker_2d563b310f8de23528a214a235b9388e.bindPopup(popup_53dcefaadc60c9c353006abdeed993a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d563b310f8de23528a214a235b9388e.setIcon(icon_5542249f023474dca36a748b89fe792f);
|
|
|
|
|
|
var marker_8cbb178a22ea9582438cc3228b08c5c8 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_8f171f40307dd384f1cc56fb76f936db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d68ba8990b363a3eb644e392535001f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9ea6000c88b2fa40ef44f5b1109f13d = $(`<div id="html_c9ea6000c88b2fa40ef44f5b1109f13d" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_5d68ba8990b363a3eb644e392535001f.setContent(html_c9ea6000c88b2fa40ef44f5b1109f13d);
|
|
|
|
|
|
|
|
marker_8cbb178a22ea9582438cc3228b08c5c8.bindPopup(popup_5d68ba8990b363a3eb644e392535001f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8cbb178a22ea9582438cc3228b08c5c8.setIcon(icon_8f171f40307dd384f1cc56fb76f936db);
|
|
|
|
|
|
var marker_36290d4a3e0ef8ba95cc53ca0a085dea = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_3b7780d58c8c122435095a715a963f3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ccf420498834ed69e587074145bc31fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2859c9db2b7c3e25989c364692e46681 = $(`<div id="html_2859c9db2b7c3e25989c364692e46681" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_ccf420498834ed69e587074145bc31fe.setContent(html_2859c9db2b7c3e25989c364692e46681);
|
|
|
|
|
|
|
|
marker_36290d4a3e0ef8ba95cc53ca0a085dea.bindPopup(popup_ccf420498834ed69e587074145bc31fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36290d4a3e0ef8ba95cc53ca0a085dea.setIcon(icon_3b7780d58c8c122435095a715a963f3a);
|
|
|
|
|
|
var marker_f0a3af9e952ec092d3e69491a7804ecc = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_4a795a7be36743d24ad022a080e25c3b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d8bfc7ebed7a4e27f7821654c19c3ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6a2a927e7b33c588dfe73387d4fa1b5 = $(`<div id="html_a6a2a927e7b33c588dfe73387d4fa1b5" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_2d8bfc7ebed7a4e27f7821654c19c3ee.setContent(html_a6a2a927e7b33c588dfe73387d4fa1b5);
|
|
|
|
|
|
|
|
marker_f0a3af9e952ec092d3e69491a7804ecc.bindPopup(popup_2d8bfc7ebed7a4e27f7821654c19c3ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0a3af9e952ec092d3e69491a7804ecc.setIcon(icon_4a795a7be36743d24ad022a080e25c3b);
|
|
|
|
|
|
var marker_95860ed89ed0bc9bbeb67b8f67a94869 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_4a2f90eaaa766ffe1fcd020f48e23403 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2195f4e109013804a9bbc955f734bd0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e660f24286eaa1a01cb977eff7ba841 = $(`<div id="html_3e660f24286eaa1a01cb977eff7ba841" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_2195f4e109013804a9bbc955f734bd0e.setContent(html_3e660f24286eaa1a01cb977eff7ba841);
|
|
|
|
|
|
|
|
marker_95860ed89ed0bc9bbeb67b8f67a94869.bindPopup(popup_2195f4e109013804a9bbc955f734bd0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95860ed89ed0bc9bbeb67b8f67a94869.setIcon(icon_4a2f90eaaa766ffe1fcd020f48e23403);
|
|
|
|
|
|
var marker_7307b7ca412b79cc4c402388ad3d37fe = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_72f26ed2d43055b92c8e056298370a75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_552186571f52501af4a0dc40582ec0d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a38a39fd0c49c57dc5d61d8a2f1b5de5 = $(`<div id="html_a38a39fd0c49c57dc5d61d8a2f1b5de5" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_552186571f52501af4a0dc40582ec0d4.setContent(html_a38a39fd0c49c57dc5d61d8a2f1b5de5);
|
|
|
|
|
|
|
|
marker_7307b7ca412b79cc4c402388ad3d37fe.bindPopup(popup_552186571f52501af4a0dc40582ec0d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7307b7ca412b79cc4c402388ad3d37fe.setIcon(icon_72f26ed2d43055b92c8e056298370a75);
|
|
|
|
|
|
var marker_a9341c8e15fe374161b5b0a9862f3822 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_7d53559dbffd97da72b244a27adff96e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2db7b24cf7d31f61eaf434ec6cac2db7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd40073ba5fc782cfaefb180fdd7095e = $(`<div id="html_cd40073ba5fc782cfaefb180fdd7095e" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_2db7b24cf7d31f61eaf434ec6cac2db7.setContent(html_cd40073ba5fc782cfaefb180fdd7095e);
|
|
|
|
|
|
|
|
marker_a9341c8e15fe374161b5b0a9862f3822.bindPopup(popup_2db7b24cf7d31f61eaf434ec6cac2db7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9341c8e15fe374161b5b0a9862f3822.setIcon(icon_7d53559dbffd97da72b244a27adff96e);
|
|
|
|
|
|
var marker_21e2515768d60007669db2e2350e06cf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_5ff5814bd932197a2ebd6a254e05f7b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8e6a188b7eaa40adc78b2d1322531c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad12212c6f1d5eca6b2aaefb799e44be = $(`<div id="html_ad12212c6f1d5eca6b2aaefb799e44be" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_f8e6a188b7eaa40adc78b2d1322531c9.setContent(html_ad12212c6f1d5eca6b2aaefb799e44be);
|
|
|
|
|
|
|
|
marker_21e2515768d60007669db2e2350e06cf.bindPopup(popup_f8e6a188b7eaa40adc78b2d1322531c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21e2515768d60007669db2e2350e06cf.setIcon(icon_5ff5814bd932197a2ebd6a254e05f7b3);
|
|
|
|
|
|
var marker_9102ba7bb25810326e688c0dc7d13d4c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_b50f978d68bbcc9ca775095b8b1d63b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_864ae6facfa7ca73b30ffc09680d52f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45558f7c82e1af1085b77d6a452f126e = $(`<div id="html_45558f7c82e1af1085b77d6a452f126e" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_864ae6facfa7ca73b30ffc09680d52f5.setContent(html_45558f7c82e1af1085b77d6a452f126e);
|
|
|
|
|
|
|
|
marker_9102ba7bb25810326e688c0dc7d13d4c.bindPopup(popup_864ae6facfa7ca73b30ffc09680d52f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9102ba7bb25810326e688c0dc7d13d4c.setIcon(icon_b50f978d68bbcc9ca775095b8b1d63b8);
|
|
|
|
|
|
var marker_3514c7679dc8586ed13aa17ee5ca3db9 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_7db7b970ffd76b7a6b6052a62314b360 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_778aee2e67879b50dd7f9dc5cefcc43a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f72446ca48a472d9a3c2bf86f854021a = $(`<div id="html_f72446ca48a472d9a3c2bf86f854021a" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_778aee2e67879b50dd7f9dc5cefcc43a.setContent(html_f72446ca48a472d9a3c2bf86f854021a);
|
|
|
|
|
|
|
|
marker_3514c7679dc8586ed13aa17ee5ca3db9.bindPopup(popup_778aee2e67879b50dd7f9dc5cefcc43a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3514c7679dc8586ed13aa17ee5ca3db9.setIcon(icon_7db7b970ffd76b7a6b6052a62314b360);
|
|
|
|
|
|
var marker_72fedc980a908cab5df2e8502010f7cd = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_75c377ea030f14f589dedd3073620eec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9119adf7c6705d80ad50027da228546 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3af929062d9ae294629c53db5fb8517 = $(`<div id="html_b3af929062d9ae294629c53db5fb8517" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_c9119adf7c6705d80ad50027da228546.setContent(html_b3af929062d9ae294629c53db5fb8517);
|
|
|
|
|
|
|
|
marker_72fedc980a908cab5df2e8502010f7cd.bindPopup(popup_c9119adf7c6705d80ad50027da228546)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72fedc980a908cab5df2e8502010f7cd.setIcon(icon_75c377ea030f14f589dedd3073620eec);
|
|
|
|
|
|
var marker_435cc5ffc33f7658a458513bb02c0b1f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_7530629abbdd7367023e6ddcea56504c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_473b214a655787c1e8dd2a6c5462cd85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_467ea4695862fe6a2e67a7c5b777d5a0 = $(`<div id="html_467ea4695862fe6a2e67a7c5b777d5a0" style="width: 100.0%; height: 100.0%;">dm-test-nostr-rs-42-disabled.samt.st</div>`)[0];
|
|
popup_473b214a655787c1e8dd2a6c5462cd85.setContent(html_467ea4695862fe6a2e67a7c5b777d5a0);
|
|
|
|
|
|
|
|
marker_435cc5ffc33f7658a458513bb02c0b1f.bindPopup(popup_473b214a655787c1e8dd2a6c5462cd85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_435cc5ffc33f7658a458513bb02c0b1f.setIcon(icon_7530629abbdd7367023e6ddcea56504c);
|
|
|
|
|
|
var marker_fa66fa9b4848d9bf62b83aa24add6e10 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_e5184d90a43bd4b9a9517998943b7572 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_594ec46b66e88bd61695cf88f0f00c86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad0970e752d1c2fadbdc06df6d0bd161 = $(`<div id="html_ad0970e752d1c2fadbdc06df6d0bd161" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_594ec46b66e88bd61695cf88f0f00c86.setContent(html_ad0970e752d1c2fadbdc06df6d0bd161);
|
|
|
|
|
|
|
|
marker_fa66fa9b4848d9bf62b83aa24add6e10.bindPopup(popup_594ec46b66e88bd61695cf88f0f00c86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa66fa9b4848d9bf62b83aa24add6e10.setIcon(icon_e5184d90a43bd4b9a9517998943b7572);
|
|
|
|
|
|
var marker_21d30d0bee3cb8284ff523f544e336d4 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_2d36be0822e28fa49620bc1f96d339f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd7eecbb8802d79539fa90dca173a990 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a140e0cfa5c707a80310c4d0998c20c9 = $(`<div id="html_a140e0cfa5c707a80310c4d0998c20c9" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_bd7eecbb8802d79539fa90dca173a990.setContent(html_a140e0cfa5c707a80310c4d0998c20c9);
|
|
|
|
|
|
|
|
marker_21d30d0bee3cb8284ff523f544e336d4.bindPopup(popup_bd7eecbb8802d79539fa90dca173a990)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21d30d0bee3cb8284ff523f544e336d4.setIcon(icon_2d36be0822e28fa49620bc1f96d339f2);
|
|
|
|
|
|
var marker_25183b30bb1185b55e40e0a4e0921a03 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_38359e2ee9209fdbe257badf8bae446f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0a83de10dca6f06aa8002e7c37e9ca7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1aabd3ff33d82f45973b755c0c7e43c3 = $(`<div id="html_1aabd3ff33d82f45973b755c0c7e43c3" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_e0a83de10dca6f06aa8002e7c37e9ca7.setContent(html_1aabd3ff33d82f45973b755c0c7e43c3);
|
|
|
|
|
|
|
|
marker_25183b30bb1185b55e40e0a4e0921a03.bindPopup(popup_e0a83de10dca6f06aa8002e7c37e9ca7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25183b30bb1185b55e40e0a4e0921a03.setIcon(icon_38359e2ee9209fdbe257badf8bae446f);
|
|
|
|
|
|
var marker_d4a0d6f6b08654d0d367a11b81359d49 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_66ae3eca40d67fbf7f9ecd8b865b307a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6cc98116bdc3b09816935f85e0054852 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5277fe33c69bb48d84acb4aa0d1922c7 = $(`<div id="html_5277fe33c69bb48d84acb4aa0d1922c7" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_6cc98116bdc3b09816935f85e0054852.setContent(html_5277fe33c69bb48d84acb4aa0d1922c7);
|
|
|
|
|
|
|
|
marker_d4a0d6f6b08654d0d367a11b81359d49.bindPopup(popup_6cc98116bdc3b09816935f85e0054852)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4a0d6f6b08654d0d367a11b81359d49.setIcon(icon_66ae3eca40d67fbf7f9ecd8b865b307a);
|
|
|
|
|
|
var marker_ff44d98dee820e16c84fd2428887177e = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_3aeb1c3b67a768743104968a7f14158b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24af5423d729e41371df7f8e5ea8add1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b7de9cc2c73f28248426d050c28d6a5 = $(`<div id="html_3b7de9cc2c73f28248426d050c28d6a5" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_24af5423d729e41371df7f8e5ea8add1.setContent(html_3b7de9cc2c73f28248426d050c28d6a5);
|
|
|
|
|
|
|
|
marker_ff44d98dee820e16c84fd2428887177e.bindPopup(popup_24af5423d729e41371df7f8e5ea8add1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff44d98dee820e16c84fd2428887177e.setIcon(icon_3aeb1c3b67a768743104968a7f14158b);
|
|
|
|
|
|
var marker_aede89204c91e8b4d89e433bcc0a0b06 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_c99d2d5894d47468e6d17daf0fc2e4cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9c0b89bbb05e3a33cd4371b1562ce13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba627c451b88b5a79e02ccd19728ed04 = $(`<div id="html_ba627c451b88b5a79e02ccd19728ed04" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_f9c0b89bbb05e3a33cd4371b1562ce13.setContent(html_ba627c451b88b5a79e02ccd19728ed04);
|
|
|
|
|
|
|
|
marker_aede89204c91e8b4d89e433bcc0a0b06.bindPopup(popup_f9c0b89bbb05e3a33cd4371b1562ce13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aede89204c91e8b4d89e433bcc0a0b06.setIcon(icon_c99d2d5894d47468e6d17daf0fc2e4cc);
|
|
|
|
|
|
var marker_248911cb7480a6e6b3b9998b771c8b1d = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_91eee5d5d3ef72da03fc6838ca6f7c26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85ed1386b2a66f0658cd0ec79bca0cec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f303d030f2dddfba3243aa212642c4b2 = $(`<div id="html_f303d030f2dddfba3243aa212642c4b2" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_85ed1386b2a66f0658cd0ec79bca0cec.setContent(html_f303d030f2dddfba3243aa212642c4b2);
|
|
|
|
|
|
|
|
marker_248911cb7480a6e6b3b9998b771c8b1d.bindPopup(popup_85ed1386b2a66f0658cd0ec79bca0cec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_248911cb7480a6e6b3b9998b771c8b1d.setIcon(icon_91eee5d5d3ef72da03fc6838ca6f7c26);
|
|
|
|
|
|
var marker_0ac892fcbd3a73f8c9c913926d358fad = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_07f0bcf711eab23cd1bf1b0de8d84f9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a88f3a2ca538f56ea22d76ae4fa46ffe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d3ba2d35e03acb0984a218667dfb7ee = $(`<div id="html_0d3ba2d35e03acb0984a218667dfb7ee" style="width: 100.0%; height: 100.0%;">test.thedude.cloud</div>`)[0];
|
|
popup_a88f3a2ca538f56ea22d76ae4fa46ffe.setContent(html_0d3ba2d35e03acb0984a218667dfb7ee);
|
|
|
|
|
|
|
|
marker_0ac892fcbd3a73f8c9c913926d358fad.bindPopup(popup_a88f3a2ca538f56ea22d76ae4fa46ffe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ac892fcbd3a73f8c9c913926d358fad.setIcon(icon_07f0bcf711eab23cd1bf1b0de8d84f9c);
|
|
|
|
|
|
var marker_7bc6b4b78da2cbc9686fb771e1caeb81 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_083e23a353b46ea48370f5c68350e927 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30c21e6c2f33b10d677be768790136d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05bfba809c9cd13cdd82e27058b052aa = $(`<div id="html_05bfba809c9cd13cdd82e27058b052aa" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_30c21e6c2f33b10d677be768790136d2.setContent(html_05bfba809c9cd13cdd82e27058b052aa);
|
|
|
|
|
|
|
|
marker_7bc6b4b78da2cbc9686fb771e1caeb81.bindPopup(popup_30c21e6c2f33b10d677be768790136d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7bc6b4b78da2cbc9686fb771e1caeb81.setIcon(icon_083e23a353b46ea48370f5c68350e927);
|
|
|
|
|
|
var marker_77f68b71ee255b33b698c2df797a5c39 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_7f47a84f6a11c8812be4d23b506dbc24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3a7f5f037990d348d284daf9b9647a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed4d7f04aa6e89a47c1cf28229826877 = $(`<div id="html_ed4d7f04aa6e89a47c1cf28229826877" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_a3a7f5f037990d348d284daf9b9647a1.setContent(html_ed4d7f04aa6e89a47c1cf28229826877);
|
|
|
|
|
|
|
|
marker_77f68b71ee255b33b698c2df797a5c39.bindPopup(popup_a3a7f5f037990d348d284daf9b9647a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77f68b71ee255b33b698c2df797a5c39.setIcon(icon_7f47a84f6a11c8812be4d23b506dbc24);
|
|
|
|
|
|
var marker_b8ddbdf31e80a5abfd2d6a0738058c29 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_dc0d59756c7ab3792bc8e51b1c1e2ef4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38a81cbf997e8424c3cc6d4bc490ef5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8056ee06c9e689218249e74ca8fa6203 = $(`<div id="html_8056ee06c9e689218249e74ca8fa6203" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_38a81cbf997e8424c3cc6d4bc490ef5d.setContent(html_8056ee06c9e689218249e74ca8fa6203);
|
|
|
|
|
|
|
|
marker_b8ddbdf31e80a5abfd2d6a0738058c29.bindPopup(popup_38a81cbf997e8424c3cc6d4bc490ef5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8ddbdf31e80a5abfd2d6a0738058c29.setIcon(icon_dc0d59756c7ab3792bc8e51b1c1e2ef4);
|
|
|
|
|
|
var marker_e366452256d084863d0789ada0e81778 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_c77bfc0d70483b0029dd3c280ffb300f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6169943ec735cd53e794fe008a2b5475 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57c78095d3f2685db52910b0af614b5f = $(`<div id="html_57c78095d3f2685db52910b0af614b5f" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_6169943ec735cd53e794fe008a2b5475.setContent(html_57c78095d3f2685db52910b0af614b5f);
|
|
|
|
|
|
|
|
marker_e366452256d084863d0789ada0e81778.bindPopup(popup_6169943ec735cd53e794fe008a2b5475)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e366452256d084863d0789ada0e81778.setIcon(icon_c77bfc0d70483b0029dd3c280ffb300f);
|
|
|
|
|
|
var marker_d552330c71f9f9f0ce3a7d736c07d75f = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_ae2f77be07ae92f48d65d16d9248c661 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f734725da9fd730ec3ac2a88fc76a12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7911630fec3b487fe6e1fa0bd164ce1 = $(`<div id="html_a7911630fec3b487fe6e1fa0bd164ce1" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_1f734725da9fd730ec3ac2a88fc76a12.setContent(html_a7911630fec3b487fe6e1fa0bd164ce1);
|
|
|
|
|
|
|
|
marker_d552330c71f9f9f0ce3a7d736c07d75f.bindPopup(popup_1f734725da9fd730ec3ac2a88fc76a12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d552330c71f9f9f0ce3a7d736c07d75f.setIcon(icon_ae2f77be07ae92f48d65d16d9248c661);
|
|
|
|
|
|
var marker_bdf41c89adea53ccbe2adbda4ecd70b4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_9b7ba9656b7414478e76fed7a85f4607 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13719b0823996632a900d9ae0db74681 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c046039ea9c5a0fb130becaf17aea60 = $(`<div id="html_9c046039ea9c5a0fb130becaf17aea60" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_13719b0823996632a900d9ae0db74681.setContent(html_9c046039ea9c5a0fb130becaf17aea60);
|
|
|
|
|
|
|
|
marker_bdf41c89adea53ccbe2adbda4ecd70b4.bindPopup(popup_13719b0823996632a900d9ae0db74681)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bdf41c89adea53ccbe2adbda4ecd70b4.setIcon(icon_9b7ba9656b7414478e76fed7a85f4607);
|
|
|
|
|
|
var marker_2ebe4b3f9f6583a70c8b9e339e04eb7a = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_4387b71771dca66bf46d279ae7ef148e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3282751c3032ae7814be20cc7f4e9c44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_993633ad29cfdd4ed73185ae3a346ad7 = $(`<div id="html_993633ad29cfdd4ed73185ae3a346ad7" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_3282751c3032ae7814be20cc7f4e9c44.setContent(html_993633ad29cfdd4ed73185ae3a346ad7);
|
|
|
|
|
|
|
|
marker_2ebe4b3f9f6583a70c8b9e339e04eb7a.bindPopup(popup_3282751c3032ae7814be20cc7f4e9c44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ebe4b3f9f6583a70c8b9e339e04eb7a.setIcon(icon_4387b71771dca66bf46d279ae7ef148e);
|
|
|
|
|
|
var marker_7d16e10ac0178c2f1bf2fd319861dafd = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1);
|
|
|
|
|
|
var icon_776c90f53a7645fe62d4f1924685d92a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5574a98e97e4e5589aa102cd76de980 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d7e7cf823f4bfe070e8ad0799b22bd4 = $(`<div id="html_2d7e7cf823f4bfe070e8ad0799b22bd4" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_f5574a98e97e4e5589aa102cd76de980.setContent(html_2d7e7cf823f4bfe070e8ad0799b22bd4);
|
|
|
|
|
|
|
|
marker_7d16e10ac0178c2f1bf2fd319861dafd.bindPopup(popup_f5574a98e97e4e5589aa102cd76de980)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d16e10ac0178c2f1bf2fd319861dafd.setIcon(icon_776c90f53a7645fe62d4f1924685d92a);
|
|
|
|
|
|
marker_cluster_46c7f2a2ba0de64db403e693cefbf2e1.addTo(map_c0a304820916cbeeba109a640a7e9b7c);
|
|
|
|
</script>
|
|
</html> |