mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 04:45:19 +00:00
10335 lines
300 KiB
HTML
10335 lines
300 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_595905554945fc0947c0ee2417a9e2c2 {
|
|
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_595905554945fc0947c0ee2417a9e2c2" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_595905554945fc0947c0ee2417a9e2c2 = L.map(
|
|
"map_595905554945fc0947c0ee2417a9e2c2",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_9f0e5f4e793b781830e310b26b2d27e2 = 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_9f0e5f4e793b781830e310b26b2d27e2.addTo(map_595905554945fc0947c0ee2417a9e2c2);
|
|
|
|
|
|
var marker_cluster_5663b0e2ac0541b44b675b988d5e8b85 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_57ba7ef02c0de57ec92d8b86bf7b540e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_e7062a79318357c3002fa7e77f0d93c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ff81e9a629ace33fa816d443342b52c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d052ad1e5125bc8ebfba8d15e0861026 = $(`<div id="html_d052ad1e5125bc8ebfba8d15e0861026" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_7ff81e9a629ace33fa816d443342b52c.setContent(html_d052ad1e5125bc8ebfba8d15e0861026);
|
|
|
|
|
|
|
|
marker_57ba7ef02c0de57ec92d8b86bf7b540e.bindPopup(popup_7ff81e9a629ace33fa816d443342b52c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57ba7ef02c0de57ec92d8b86bf7b540e.setIcon(icon_e7062a79318357c3002fa7e77f0d93c1);
|
|
|
|
|
|
var marker_b0bcc749afb155d92dcc011754ac7a11 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_5adef5c5deee67cc7d8d3481a616c7e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dcc603a6b5e25074b43bdc205846eecd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8727370610eaaa770d708ef1fe307d5f = $(`<div id="html_8727370610eaaa770d708ef1fe307d5f" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_dcc603a6b5e25074b43bdc205846eecd.setContent(html_8727370610eaaa770d708ef1fe307d5f);
|
|
|
|
|
|
|
|
marker_b0bcc749afb155d92dcc011754ac7a11.bindPopup(popup_dcc603a6b5e25074b43bdc205846eecd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0bcc749afb155d92dcc011754ac7a11.setIcon(icon_5adef5c5deee67cc7d8d3481a616c7e2);
|
|
|
|
|
|
var marker_0bbe1c88c577dc3dcce968c5eace3479 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_44e685cea9cb92890b25781071ac6f05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c536cf8f7e4b66b7c514b757ed69a4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4573c12d4ee0e8d5790a2e0450e14aeb = $(`<div id="html_4573c12d4ee0e8d5790a2e0450e14aeb" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_7c536cf8f7e4b66b7c514b757ed69a4b.setContent(html_4573c12d4ee0e8d5790a2e0450e14aeb);
|
|
|
|
|
|
|
|
marker_0bbe1c88c577dc3dcce968c5eace3479.bindPopup(popup_7c536cf8f7e4b66b7c514b757ed69a4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0bbe1c88c577dc3dcce968c5eace3479.setIcon(icon_44e685cea9cb92890b25781071ac6f05);
|
|
|
|
|
|
var marker_051a3434d6df726e80ead797f5dadce3 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_a9d33bf81379db2c3d6d38cb12f48388 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_290b44ca3e0fab4a0fb98eee2d859d7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_060a2a89c1c65a565e73ed892679fca4 = $(`<div id="html_060a2a89c1c65a565e73ed892679fca4" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_290b44ca3e0fab4a0fb98eee2d859d7a.setContent(html_060a2a89c1c65a565e73ed892679fca4);
|
|
|
|
|
|
|
|
marker_051a3434d6df726e80ead797f5dadce3.bindPopup(popup_290b44ca3e0fab4a0fb98eee2d859d7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_051a3434d6df726e80ead797f5dadce3.setIcon(icon_a9d33bf81379db2c3d6d38cb12f48388);
|
|
|
|
|
|
var marker_e3a9096e6a2a964475aa7570b0a496d2 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_4bdf80714a8af5d236f5a91c868c15e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bc9caebc324b3767876b389e96217ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfc2dc8511dee2c5de0ae6ee19663362 = $(`<div id="html_dfc2dc8511dee2c5de0ae6ee19663362" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_0bc9caebc324b3767876b389e96217ac.setContent(html_dfc2dc8511dee2c5de0ae6ee19663362);
|
|
|
|
|
|
|
|
marker_e3a9096e6a2a964475aa7570b0a496d2.bindPopup(popup_0bc9caebc324b3767876b389e96217ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3a9096e6a2a964475aa7570b0a496d2.setIcon(icon_4bdf80714a8af5d236f5a91c868c15e3);
|
|
|
|
|
|
var marker_6683db259e367cf4528e4c6a4fbe9559 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_b89af8a66bfe3868d52e35700831a6f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9181b56a1447dabb7e02b886544c10b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d729c729dd12ec4f9b64e8272e70d07e = $(`<div id="html_d729c729dd12ec4f9b64e8272e70d07e" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_9181b56a1447dabb7e02b886544c10b5.setContent(html_d729c729dd12ec4f9b64e8272e70d07e);
|
|
|
|
|
|
|
|
marker_6683db259e367cf4528e4c6a4fbe9559.bindPopup(popup_9181b56a1447dabb7e02b886544c10b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6683db259e367cf4528e4c6a4fbe9559.setIcon(icon_b89af8a66bfe3868d52e35700831a6f4);
|
|
|
|
|
|
var marker_5033eeed87f60b66fc9623b442eea03b = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_5a83d908aed81cf9e91f9007fc42a1b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8385cb6734ccd27e2e133ce78c3e6e46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c09a3f68b0e42f0e3955032381b88703 = $(`<div id="html_c09a3f68b0e42f0e3955032381b88703" style="width: 100.0%; height: 100.0%;">relay.thebluepulse.com</div>`)[0];
|
|
popup_8385cb6734ccd27e2e133ce78c3e6e46.setContent(html_c09a3f68b0e42f0e3955032381b88703);
|
|
|
|
|
|
|
|
marker_5033eeed87f60b66fc9623b442eea03b.bindPopup(popup_8385cb6734ccd27e2e133ce78c3e6e46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5033eeed87f60b66fc9623b442eea03b.setIcon(icon_5a83d908aed81cf9e91f9007fc42a1b2);
|
|
|
|
|
|
var marker_a6cfc0a0dd073f404ae808dfac239044 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_e57546425f2fcf49101e67f52e781472 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b48183833b7a7bdd0c6fda430886876 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e8a97dfb50e367853ff82e7860149c2 = $(`<div id="html_7e8a97dfb50e367853ff82e7860149c2" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_6b48183833b7a7bdd0c6fda430886876.setContent(html_7e8a97dfb50e367853ff82e7860149c2);
|
|
|
|
|
|
|
|
marker_a6cfc0a0dd073f404ae808dfac239044.bindPopup(popup_6b48183833b7a7bdd0c6fda430886876)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6cfc0a0dd073f404ae808dfac239044.setIcon(icon_e57546425f2fcf49101e67f52e781472);
|
|
|
|
|
|
var marker_5bb69ffcd96a328e1800c2e7eb6ee047 = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_7ec814343e49c4fe883ab511ebbf51db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c352467854ad0f9d60c29bced28cb7ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd62de59870f6aa717647474818429a5 = $(`<div id="html_cd62de59870f6aa717647474818429a5" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_c352467854ad0f9d60c29bced28cb7ef.setContent(html_cd62de59870f6aa717647474818429a5);
|
|
|
|
|
|
|
|
marker_5bb69ffcd96a328e1800c2e7eb6ee047.bindPopup(popup_c352467854ad0f9d60c29bced28cb7ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bb69ffcd96a328e1800c2e7eb6ee047.setIcon(icon_7ec814343e49c4fe883ab511ebbf51db);
|
|
|
|
|
|
var marker_bb24b8fe8984aecdf824ae78100f32bc = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_e7e0f4b14692f201f847f53dcdd9e663 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e894d72cf1725fa464c95a95694f2fb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4142766c8e7b45b5b67df98d51a1ef8 = $(`<div id="html_c4142766c8e7b45b5b67df98d51a1ef8" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_e894d72cf1725fa464c95a95694f2fb1.setContent(html_c4142766c8e7b45b5b67df98d51a1ef8);
|
|
|
|
|
|
|
|
marker_bb24b8fe8984aecdf824ae78100f32bc.bindPopup(popup_e894d72cf1725fa464c95a95694f2fb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb24b8fe8984aecdf824ae78100f32bc.setIcon(icon_e7e0f4b14692f201f847f53dcdd9e663);
|
|
|
|
|
|
var marker_a1f930004431a9fc490f4498bf1c106d = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_89519d665971fbc88e054166185cbfbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c99feeb93625a1589a5fd43478d1308 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_485f8948de3264bede526b4a8e290296 = $(`<div id="html_485f8948de3264bede526b4a8e290296" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_9c99feeb93625a1589a5fd43478d1308.setContent(html_485f8948de3264bede526b4a8e290296);
|
|
|
|
|
|
|
|
marker_a1f930004431a9fc490f4498bf1c106d.bindPopup(popup_9c99feeb93625a1589a5fd43478d1308)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1f930004431a9fc490f4498bf1c106d.setIcon(icon_89519d665971fbc88e054166185cbfbb);
|
|
|
|
|
|
var marker_68802377ed44721cb485effca58a30b6 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_fd0188e91040774db175b8580a845e0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aef0cdc30e895d6dee3348bf83e2ec74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_275367f34fba96dafeed65b0aff86a5c = $(`<div id="html_275367f34fba96dafeed65b0aff86a5c" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_aef0cdc30e895d6dee3348bf83e2ec74.setContent(html_275367f34fba96dafeed65b0aff86a5c);
|
|
|
|
|
|
|
|
marker_68802377ed44721cb485effca58a30b6.bindPopup(popup_aef0cdc30e895d6dee3348bf83e2ec74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68802377ed44721cb485effca58a30b6.setIcon(icon_fd0188e91040774db175b8580a845e0e);
|
|
|
|
|
|
var marker_9cff48dd426a55bc7e80ab6f832c1657 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_616ce605b11bd3f57330d0bc4d7b9ce8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72fce4614a5c035fe699c43284acd4d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a12921512f2dedbf592f452e82b762f3 = $(`<div id="html_a12921512f2dedbf592f452e82b762f3" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_72fce4614a5c035fe699c43284acd4d0.setContent(html_a12921512f2dedbf592f452e82b762f3);
|
|
|
|
|
|
|
|
marker_9cff48dd426a55bc7e80ab6f832c1657.bindPopup(popup_72fce4614a5c035fe699c43284acd4d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9cff48dd426a55bc7e80ab6f832c1657.setIcon(icon_616ce605b11bd3f57330d0bc4d7b9ce8);
|
|
|
|
|
|
var marker_81bb00f510a2669431c75ec413c0f4ae = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_319c0ac72556b03624acc4bbb7737cc8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_333e2c7c13c9421b94a0ed4f03df9786 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc56ae945513d9a398005ae769cf07df = $(`<div id="html_fc56ae945513d9a398005ae769cf07df" style="width: 100.0%; height: 100.0%;">orangesync.tech</div>`)[0];
|
|
popup_333e2c7c13c9421b94a0ed4f03df9786.setContent(html_fc56ae945513d9a398005ae769cf07df);
|
|
|
|
|
|
|
|
marker_81bb00f510a2669431c75ec413c0f4ae.bindPopup(popup_333e2c7c13c9421b94a0ed4f03df9786)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81bb00f510a2669431c75ec413c0f4ae.setIcon(icon_319c0ac72556b03624acc4bbb7737cc8);
|
|
|
|
|
|
var marker_b5cd8bcf77a9a4a4b8881edab062c0cb = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_0efb1020133e1e107bbd69ebb1d77324 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b719d9d614347e33424d11c40a6b477b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec51a54cbbd4a242934f902164f3fdea = $(`<div id="html_ec51a54cbbd4a242934f902164f3fdea" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_b719d9d614347e33424d11c40a6b477b.setContent(html_ec51a54cbbd4a242934f902164f3fdea);
|
|
|
|
|
|
|
|
marker_b5cd8bcf77a9a4a4b8881edab062c0cb.bindPopup(popup_b719d9d614347e33424d11c40a6b477b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5cd8bcf77a9a4a4b8881edab062c0cb.setIcon(icon_0efb1020133e1e107bbd69ebb1d77324);
|
|
|
|
|
|
var marker_2eede11fafb5806484f0b8f1d6f0e011 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_950c68852af96ac70a7125b1ee8cbecc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e561ac5caaa31ed0a39c1fec03c0d068 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d61094e213a6419e9833dfe25d8fa6eb = $(`<div id="html_d61094e213a6419e9833dfe25d8fa6eb" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_e561ac5caaa31ed0a39c1fec03c0d068.setContent(html_d61094e213a6419e9833dfe25d8fa6eb);
|
|
|
|
|
|
|
|
marker_2eede11fafb5806484f0b8f1d6f0e011.bindPopup(popup_e561ac5caaa31ed0a39c1fec03c0d068)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2eede11fafb5806484f0b8f1d6f0e011.setIcon(icon_950c68852af96ac70a7125b1ee8cbecc);
|
|
|
|
|
|
var marker_ed1ddf8d7b2d865e247e4428b1cbc7ac = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_f5f7471fefb9e6cc3b947ab5c102115b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc8cc0293d53ff2ee12d20df6310f831 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbe209200ec47fc3108050960b444f89 = $(`<div id="html_fbe209200ec47fc3108050960b444f89" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_bc8cc0293d53ff2ee12d20df6310f831.setContent(html_fbe209200ec47fc3108050960b444f89);
|
|
|
|
|
|
|
|
marker_ed1ddf8d7b2d865e247e4428b1cbc7ac.bindPopup(popup_bc8cc0293d53ff2ee12d20df6310f831)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed1ddf8d7b2d865e247e4428b1cbc7ac.setIcon(icon_f5f7471fefb9e6cc3b947ab5c102115b);
|
|
|
|
|
|
var marker_3b506874ddb4f43e517804974f18aa6d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_fe790b472afcbf14c163e39f7537b26e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_911aac0eed431800b1a353956dcb23ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c5fb24b4a546b1959b689e069ceb73c = $(`<div id="html_6c5fb24b4a546b1959b689e069ceb73c" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_911aac0eed431800b1a353956dcb23ef.setContent(html_6c5fb24b4a546b1959b689e069ceb73c);
|
|
|
|
|
|
|
|
marker_3b506874ddb4f43e517804974f18aa6d.bindPopup(popup_911aac0eed431800b1a353956dcb23ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b506874ddb4f43e517804974f18aa6d.setIcon(icon_fe790b472afcbf14c163e39f7537b26e);
|
|
|
|
|
|
var marker_3aa506a19b68eb88451245f039542ee0 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_b63376b593f39d6158b631048ebe9cd8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e305a2618f400129a14afb1f353b9adc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_165ed6cf17b0c7ad9287362d94c2b75d = $(`<div id="html_165ed6cf17b0c7ad9287362d94c2b75d" style="width: 100.0%; height: 100.0%;">wot.yesnostr.net</div>`)[0];
|
|
popup_e305a2618f400129a14afb1f353b9adc.setContent(html_165ed6cf17b0c7ad9287362d94c2b75d);
|
|
|
|
|
|
|
|
marker_3aa506a19b68eb88451245f039542ee0.bindPopup(popup_e305a2618f400129a14afb1f353b9adc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3aa506a19b68eb88451245f039542ee0.setIcon(icon_b63376b593f39d6158b631048ebe9cd8);
|
|
|
|
|
|
var marker_b148b2d57759b058e3071ed969568938 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_e446d00366515789450ea6866891edc3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2535b630ba0e1f32366a3f2a1e3bebf1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e07733af23357ac5d582dac563cd151d = $(`<div id="html_e07733af23357ac5d582dac563cd151d" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_2535b630ba0e1f32366a3f2a1e3bebf1.setContent(html_e07733af23357ac5d582dac563cd151d);
|
|
|
|
|
|
|
|
marker_b148b2d57759b058e3071ed969568938.bindPopup(popup_2535b630ba0e1f32366a3f2a1e3bebf1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b148b2d57759b058e3071ed969568938.setIcon(icon_e446d00366515789450ea6866891edc3);
|
|
|
|
|
|
var marker_eeb24b4bbfd1162bf922a8f7528f2311 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_d417ef943bef18bf5de992fe744028bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f379f3e17babdff51f91fcfa63ece759 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_445bded3930d1c5851c3af3f2758c62c = $(`<div id="html_445bded3930d1c5851c3af3f2758c62c" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_f379f3e17babdff51f91fcfa63ece759.setContent(html_445bded3930d1c5851c3af3f2758c62c);
|
|
|
|
|
|
|
|
marker_eeb24b4bbfd1162bf922a8f7528f2311.bindPopup(popup_f379f3e17babdff51f91fcfa63ece759)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eeb24b4bbfd1162bf922a8f7528f2311.setIcon(icon_d417ef943bef18bf5de992fe744028bf);
|
|
|
|
|
|
var marker_95f23137c09286a7c0bb2984fe126774 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_f8af0a453e50c42a764e161e681dd781 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d3fe0438d0455cd631b08415d69d09b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b8e1c8213d41bd5fee4fe89aae0eabd = $(`<div id="html_0b8e1c8213d41bd5fee4fe89aae0eabd" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_8d3fe0438d0455cd631b08415d69d09b.setContent(html_0b8e1c8213d41bd5fee4fe89aae0eabd);
|
|
|
|
|
|
|
|
marker_95f23137c09286a7c0bb2984fe126774.bindPopup(popup_8d3fe0438d0455cd631b08415d69d09b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95f23137c09286a7c0bb2984fe126774.setIcon(icon_f8af0a453e50c42a764e161e681dd781);
|
|
|
|
|
|
var marker_e3aca6a2754a93ce2cd4968dada32e11 = L.marker(
|
|
[50.8198, -1.08798],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_b6395cf91690e6ce47de94a9186ef990 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab8dae2ce8e1ed82ec9850bbc0cc7dd1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22d7a45459e63efcb13252249d48d59d = $(`<div id="html_22d7a45459e63efcb13252249d48d59d" style="width: 100.0%; height: 100.0%;">simplex.icu</div>`)[0];
|
|
popup_ab8dae2ce8e1ed82ec9850bbc0cc7dd1.setContent(html_22d7a45459e63efcb13252249d48d59d);
|
|
|
|
|
|
|
|
marker_e3aca6a2754a93ce2cd4968dada32e11.bindPopup(popup_ab8dae2ce8e1ed82ec9850bbc0cc7dd1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3aca6a2754a93ce2cd4968dada32e11.setIcon(icon_b6395cf91690e6ce47de94a9186ef990);
|
|
|
|
|
|
var marker_ba118b7c4bdc9184dff1166d9cd93d88 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_d75b0146c94cdf41b630503009cf8a3b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7865727cbb4c0833078a66c3acdee2ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df209bea72abbb78c519d1943d1b740c = $(`<div id="html_df209bea72abbb78c519d1943d1b740c" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_7865727cbb4c0833078a66c3acdee2ea.setContent(html_df209bea72abbb78c519d1943d1b740c);
|
|
|
|
|
|
|
|
marker_ba118b7c4bdc9184dff1166d9cd93d88.bindPopup(popup_7865727cbb4c0833078a66c3acdee2ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba118b7c4bdc9184dff1166d9cd93d88.setIcon(icon_d75b0146c94cdf41b630503009cf8a3b);
|
|
|
|
|
|
var marker_669842d77f5072dc6a4fde76e0b5cbc1 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_47184834088ec92de2efe8d02284c6d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b5f6b3c8bbb81910a4077193eed39a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03ac40921dc0e942032150c5529827b2 = $(`<div id="html_03ac40921dc0e942032150c5529827b2" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_8b5f6b3c8bbb81910a4077193eed39a7.setContent(html_03ac40921dc0e942032150c5529827b2);
|
|
|
|
|
|
|
|
marker_669842d77f5072dc6a4fde76e0b5cbc1.bindPopup(popup_8b5f6b3c8bbb81910a4077193eed39a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_669842d77f5072dc6a4fde76e0b5cbc1.setIcon(icon_47184834088ec92de2efe8d02284c6d7);
|
|
|
|
|
|
var marker_133d7d2105fd6a42f1244c9b3f697603 = L.marker(
|
|
[9.92857, -84.0528],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_d05b08acde76e543af35de54fa802605 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69a9e5ca2214f001dc267ce84496ee9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c07186dcc5cb2c1ee7ef1e44165de4b = $(`<div id="html_4c07186dcc5cb2c1ee7ef1e44165de4b" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_69a9e5ca2214f001dc267ce84496ee9f.setContent(html_4c07186dcc5cb2c1ee7ef1e44165de4b);
|
|
|
|
|
|
|
|
marker_133d7d2105fd6a42f1244c9b3f697603.bindPopup(popup_69a9e5ca2214f001dc267ce84496ee9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_133d7d2105fd6a42f1244c9b3f697603.setIcon(icon_d05b08acde76e543af35de54fa802605);
|
|
|
|
|
|
var marker_71c695c415216c1a74b4acc75e7fc85f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_1144110903fb9d7cbbac95cceadb22b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e2d7d3483dfa13a47878c4e107c2c81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae38cf4b64b55b40420e51c74b1c4f3f = $(`<div id="html_ae38cf4b64b55b40420e51c74b1c4f3f" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_5e2d7d3483dfa13a47878c4e107c2c81.setContent(html_ae38cf4b64b55b40420e51c74b1c4f3f);
|
|
|
|
|
|
|
|
marker_71c695c415216c1a74b4acc75e7fc85f.bindPopup(popup_5e2d7d3483dfa13a47878c4e107c2c81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71c695c415216c1a74b4acc75e7fc85f.setIcon(icon_1144110903fb9d7cbbac95cceadb22b8);
|
|
|
|
|
|
var marker_ffec6695f399b1fd25f698b22d37124c = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_97ef170104079a5fa706e1686ec58b08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81c1408a65506ce77fed5f8d59aa0fa4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed4e4f7adf684580352b0eb875820809 = $(`<div id="html_ed4e4f7adf684580352b0eb875820809" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_81c1408a65506ce77fed5f8d59aa0fa4.setContent(html_ed4e4f7adf684580352b0eb875820809);
|
|
|
|
|
|
|
|
marker_ffec6695f399b1fd25f698b22d37124c.bindPopup(popup_81c1408a65506ce77fed5f8d59aa0fa4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffec6695f399b1fd25f698b22d37124c.setIcon(icon_97ef170104079a5fa706e1686ec58b08);
|
|
|
|
|
|
var marker_9886a3a6499f605a8e1f243999294b09 = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_8a12463562ee96f1366a23a8ba99777c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eba88b4d5155873c3198295eb6397829 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c544beae92e6f14bd07ca9a15c2f92a = $(`<div id="html_1c544beae92e6f14bd07ca9a15c2f92a" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_eba88b4d5155873c3198295eb6397829.setContent(html_1c544beae92e6f14bd07ca9a15c2f92a);
|
|
|
|
|
|
|
|
marker_9886a3a6499f605a8e1f243999294b09.bindPopup(popup_eba88b4d5155873c3198295eb6397829)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9886a3a6499f605a8e1f243999294b09.setIcon(icon_8a12463562ee96f1366a23a8ba99777c);
|
|
|
|
|
|
var marker_baf75c38de020db36b627fc8b0a84306 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_59fed6cb1ee963746ee29d57e27e8c64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f47ce6f945bdd8e42dba74505afb5517 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45097654bd5bf4526b7e472ce7dfde9d = $(`<div id="html_45097654bd5bf4526b7e472ce7dfde9d" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_f47ce6f945bdd8e42dba74505afb5517.setContent(html_45097654bd5bf4526b7e472ce7dfde9d);
|
|
|
|
|
|
|
|
marker_baf75c38de020db36b627fc8b0a84306.bindPopup(popup_f47ce6f945bdd8e42dba74505afb5517)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_baf75c38de020db36b627fc8b0a84306.setIcon(icon_59fed6cb1ee963746ee29d57e27e8c64);
|
|
|
|
|
|
var marker_ead0c18e630932b0f4835909f7aad97b = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_c81330dec441d5a1815161ada6dc3d07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abdfcd26ee92ff95561114aa2e80c18e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76adf39c7317f20907370a32265789fe = $(`<div id="html_76adf39c7317f20907370a32265789fe" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_abdfcd26ee92ff95561114aa2e80c18e.setContent(html_76adf39c7317f20907370a32265789fe);
|
|
|
|
|
|
|
|
marker_ead0c18e630932b0f4835909f7aad97b.bindPopup(popup_abdfcd26ee92ff95561114aa2e80c18e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ead0c18e630932b0f4835909f7aad97b.setIcon(icon_c81330dec441d5a1815161ada6dc3d07);
|
|
|
|
|
|
var marker_1ba10fa03944dad5cb72bc0dafea5099 = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_7c1902b8998b3dc98e4d10e56a9edec6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70ccfb56f914f11e1e4c8018e8bcdeda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e40ccd12e68f2f9cbc13c9dca3849bda = $(`<div id="html_e40ccd12e68f2f9cbc13c9dca3849bda" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_70ccfb56f914f11e1e4c8018e8bcdeda.setContent(html_e40ccd12e68f2f9cbc13c9dca3849bda);
|
|
|
|
|
|
|
|
marker_1ba10fa03944dad5cb72bc0dafea5099.bindPopup(popup_70ccfb56f914f11e1e4c8018e8bcdeda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ba10fa03944dad5cb72bc0dafea5099.setIcon(icon_7c1902b8998b3dc98e4d10e56a9edec6);
|
|
|
|
|
|
var marker_bc2db13ab17ec65a539ee4120ec9a904 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_fe6c53b856035075b5d905c518756c07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb10455a07e385b7ee584d072bb3d932 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7599875fefc36fc0862f40462d049dd2 = $(`<div id="html_7599875fefc36fc0862f40462d049dd2" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_fb10455a07e385b7ee584d072bb3d932.setContent(html_7599875fefc36fc0862f40462d049dd2);
|
|
|
|
|
|
|
|
marker_bc2db13ab17ec65a539ee4120ec9a904.bindPopup(popup_fb10455a07e385b7ee584d072bb3d932)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc2db13ab17ec65a539ee4120ec9a904.setIcon(icon_fe6c53b856035075b5d905c518756c07);
|
|
|
|
|
|
var marker_f3d01125ea5c4b45f096256febcd919e = L.marker(
|
|
[51.098, 17.0321],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_6848a7d95519944f19c9830871bc9ce2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_358afe8272869abfe61be19f83673b65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b45f9468f5b6a0298c63b72a4ad73215 = $(`<div id="html_b45f9468f5b6a0298c63b72a4ad73215" style="width: 100.0%; height: 100.0%;">relay.letsfo.com</div>`)[0];
|
|
popup_358afe8272869abfe61be19f83673b65.setContent(html_b45f9468f5b6a0298c63b72a4ad73215);
|
|
|
|
|
|
|
|
marker_f3d01125ea5c4b45f096256febcd919e.bindPopup(popup_358afe8272869abfe61be19f83673b65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3d01125ea5c4b45f096256febcd919e.setIcon(icon_6848a7d95519944f19c9830871bc9ce2);
|
|
|
|
|
|
var marker_71113b9e453222206de8a1123ce2572b = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_572463e6232dc0ef7823f21f9947eb3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17d3baff0856bcc0bb1d9d7d6d4c620f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96ae77a8eb9cddc50f5b26c7d5200120 = $(`<div id="html_96ae77a8eb9cddc50f5b26c7d5200120" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_17d3baff0856bcc0bb1d9d7d6d4c620f.setContent(html_96ae77a8eb9cddc50f5b26c7d5200120);
|
|
|
|
|
|
|
|
marker_71113b9e453222206de8a1123ce2572b.bindPopup(popup_17d3baff0856bcc0bb1d9d7d6d4c620f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71113b9e453222206de8a1123ce2572b.setIcon(icon_572463e6232dc0ef7823f21f9947eb3a);
|
|
|
|
|
|
var marker_75205ca01b95345c9d369a7a061dcdd0 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_fcd31d5d40223e96e2f6967956d5f5c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5eed71728201f328234910d21c87d066 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23544108f3e3104ceb0d501a0266038b = $(`<div id="html_23544108f3e3104ceb0d501a0266038b" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_5eed71728201f328234910d21c87d066.setContent(html_23544108f3e3104ceb0d501a0266038b);
|
|
|
|
|
|
|
|
marker_75205ca01b95345c9d369a7a061dcdd0.bindPopup(popup_5eed71728201f328234910d21c87d066)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75205ca01b95345c9d369a7a061dcdd0.setIcon(icon_fcd31d5d40223e96e2f6967956d5f5c5);
|
|
|
|
|
|
var marker_ce87d31b1e54210d46d49c38b734eddb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_b03132bc5c1577abf856739c9d036b5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d61a507e9f18497a7c2db7b2f7b9f07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c981e377e8db5a65e3d7bc96425375c2 = $(`<div id="html_c981e377e8db5a65e3d7bc96425375c2" style="width: 100.0%; height: 100.0%;">nostr.veladan.dev</div>`)[0];
|
|
popup_0d61a507e9f18497a7c2db7b2f7b9f07.setContent(html_c981e377e8db5a65e3d7bc96425375c2);
|
|
|
|
|
|
|
|
marker_ce87d31b1e54210d46d49c38b734eddb.bindPopup(popup_0d61a507e9f18497a7c2db7b2f7b9f07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce87d31b1e54210d46d49c38b734eddb.setIcon(icon_b03132bc5c1577abf856739c9d036b5f);
|
|
|
|
|
|
var marker_34ddf9ec2d5efc550a819a095db5d117 = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_b267caac7d1cc1cb6593e0b2b85fb6d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bcc8c634580b1d5b4720a06c949a63e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25dbd2a7c2f079771d5fbdb734505149 = $(`<div id="html_25dbd2a7c2f079771d5fbdb734505149" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_bcc8c634580b1d5b4720a06c949a63e4.setContent(html_25dbd2a7c2f079771d5fbdb734505149);
|
|
|
|
|
|
|
|
marker_34ddf9ec2d5efc550a819a095db5d117.bindPopup(popup_bcc8c634580b1d5b4720a06c949a63e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34ddf9ec2d5efc550a819a095db5d117.setIcon(icon_b267caac7d1cc1cb6593e0b2b85fb6d1);
|
|
|
|
|
|
var marker_014b229071888ead033fc68833cdcfeb = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_19ef568c3608cb2918dba585bb319ee1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_320c64a865b26a03544a290716454872 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c5835f8098af27de7c11e4744c9c04d = $(`<div id="html_1c5835f8098af27de7c11e4744c9c04d" style="width: 100.0%; height: 100.0%;">relay.nsnip.io</div>`)[0];
|
|
popup_320c64a865b26a03544a290716454872.setContent(html_1c5835f8098af27de7c11e4744c9c04d);
|
|
|
|
|
|
|
|
marker_014b229071888ead033fc68833cdcfeb.bindPopup(popup_320c64a865b26a03544a290716454872)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_014b229071888ead033fc68833cdcfeb.setIcon(icon_19ef568c3608cb2918dba585bb319ee1);
|
|
|
|
|
|
var marker_94986c9d1d6ca524a07586c3f4cd0b07 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_ba2f9e8ba6d9cfaef00965426f9b1e30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_145bab8207c75bcc2e7b03e4485b10a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a18e841290ac4292b897c7af0b6aa6b4 = $(`<div id="html_a18e841290ac4292b897c7af0b6aa6b4" style="width: 100.0%; height: 100.0%;">portal-relay.pareto.space</div>`)[0];
|
|
popup_145bab8207c75bcc2e7b03e4485b10a8.setContent(html_a18e841290ac4292b897c7af0b6aa6b4);
|
|
|
|
|
|
|
|
marker_94986c9d1d6ca524a07586c3f4cd0b07.bindPopup(popup_145bab8207c75bcc2e7b03e4485b10a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94986c9d1d6ca524a07586c3f4cd0b07.setIcon(icon_ba2f9e8ba6d9cfaef00965426f9b1e30);
|
|
|
|
|
|
var marker_38abdbcb6bd9fdecf13ca114dfabca68 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_a352044847b6d3a20565681b994ff90c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b9a728f8e8f7dfc23526608b2868cab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6bc8b6c6c6ac7df43e58ff10c8a21dc = $(`<div id="html_d6bc8b6c6c6ac7df43e58ff10c8a21dc" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_4b9a728f8e8f7dfc23526608b2868cab.setContent(html_d6bc8b6c6c6ac7df43e58ff10c8a21dc);
|
|
|
|
|
|
|
|
marker_38abdbcb6bd9fdecf13ca114dfabca68.bindPopup(popup_4b9a728f8e8f7dfc23526608b2868cab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38abdbcb6bd9fdecf13ca114dfabca68.setIcon(icon_a352044847b6d3a20565681b994ff90c);
|
|
|
|
|
|
var marker_05db173641bd8530f4ba73e6ae5554c8 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_ba8a5942d2e413522f84a4e23cbe2c18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfc0ae4f027a8315431408c355729cc3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f865d0a8a511aaeb997c418215b0c5a0 = $(`<div id="html_f865d0a8a511aaeb997c418215b0c5a0" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_cfc0ae4f027a8315431408c355729cc3.setContent(html_f865d0a8a511aaeb997c418215b0c5a0);
|
|
|
|
|
|
|
|
marker_05db173641bd8530f4ba73e6ae5554c8.bindPopup(popup_cfc0ae4f027a8315431408c355729cc3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05db173641bd8530f4ba73e6ae5554c8.setIcon(icon_ba8a5942d2e413522f84a4e23cbe2c18);
|
|
|
|
|
|
var marker_bc1af35ccc803f98439f5e86c9c0329c = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_d5043b23c30d8350dc358d6a09bddd00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_faf89b1ee900deabedcac085b6845bb8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30c943ff9719d442ffc0a1b7db995a72 = $(`<div id="html_30c943ff9719d442ffc0a1b7db995a72" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_faf89b1ee900deabedcac085b6845bb8.setContent(html_30c943ff9719d442ffc0a1b7db995a72);
|
|
|
|
|
|
|
|
marker_bc1af35ccc803f98439f5e86c9c0329c.bindPopup(popup_faf89b1ee900deabedcac085b6845bb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc1af35ccc803f98439f5e86c9c0329c.setIcon(icon_d5043b23c30d8350dc358d6a09bddd00);
|
|
|
|
|
|
var marker_a12bd0828cdd3a05a7e3fb541335d4cf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_34fd56bea22b80fa509eff4e568b6439 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c383e47c8a1e9e2cc79038f7974560b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b2d67b63ae8958f5af2073b183c6449 = $(`<div id="html_1b2d67b63ae8958f5af2073b183c6449" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_7c383e47c8a1e9e2cc79038f7974560b.setContent(html_1b2d67b63ae8958f5af2073b183c6449);
|
|
|
|
|
|
|
|
marker_a12bd0828cdd3a05a7e3fb541335d4cf.bindPopup(popup_7c383e47c8a1e9e2cc79038f7974560b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a12bd0828cdd3a05a7e3fb541335d4cf.setIcon(icon_34fd56bea22b80fa509eff4e568b6439);
|
|
|
|
|
|
var marker_a0953fd18f3236e394b9ad4fb72c8dee = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_a24292041a78969c1b0cac2c58dbddc9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_642fc6f6c0f244f8a5948fd94d18eed7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0c4cc7bec658bc6679d0bc147b25a65 = $(`<div id="html_f0c4cc7bec658bc6679d0bc147b25a65" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_642fc6f6c0f244f8a5948fd94d18eed7.setContent(html_f0c4cc7bec658bc6679d0bc147b25a65);
|
|
|
|
|
|
|
|
marker_a0953fd18f3236e394b9ad4fb72c8dee.bindPopup(popup_642fc6f6c0f244f8a5948fd94d18eed7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0953fd18f3236e394b9ad4fb72c8dee.setIcon(icon_a24292041a78969c1b0cac2c58dbddc9);
|
|
|
|
|
|
var marker_4d82788c614e6584461ef41d13c7b23b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_f612258b67ca82f3a670363b4c248019 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2839204a19b1e913dc993b88a2b9a903 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_116c7356c0e4f39ef870ec8c54040fb4 = $(`<div id="html_116c7356c0e4f39ef870ec8c54040fb4" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_2839204a19b1e913dc993b88a2b9a903.setContent(html_116c7356c0e4f39ef870ec8c54040fb4);
|
|
|
|
|
|
|
|
marker_4d82788c614e6584461ef41d13c7b23b.bindPopup(popup_2839204a19b1e913dc993b88a2b9a903)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d82788c614e6584461ef41d13c7b23b.setIcon(icon_f612258b67ca82f3a670363b4c248019);
|
|
|
|
|
|
var marker_1e12fe209847a0ef80bb2ce7310d5011 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_e0f1f6000e5e9878421606a17b58520e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e81e58e7b60267423aea44fb1d11feb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eda3f343d321c20072f6d13e681a085e = $(`<div id="html_eda3f343d321c20072f6d13e681a085e" style="width: 100.0%; height: 100.0%;">relay.wolfcoil.com</div>`)[0];
|
|
popup_7e81e58e7b60267423aea44fb1d11feb.setContent(html_eda3f343d321c20072f6d13e681a085e);
|
|
|
|
|
|
|
|
marker_1e12fe209847a0ef80bb2ce7310d5011.bindPopup(popup_7e81e58e7b60267423aea44fb1d11feb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e12fe209847a0ef80bb2ce7310d5011.setIcon(icon_e0f1f6000e5e9878421606a17b58520e);
|
|
|
|
|
|
var marker_eac662f8cf118076e60f96250c2b689a = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_8c3d0f152f2377801b3ff0868e969024 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_331a5d6c0fb6a14233fba7e9d850969e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b833b89d3fa942f82cfc06f893c57d5 = $(`<div id="html_1b833b89d3fa942f82cfc06f893c57d5" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_331a5d6c0fb6a14233fba7e9d850969e.setContent(html_1b833b89d3fa942f82cfc06f893c57d5);
|
|
|
|
|
|
|
|
marker_eac662f8cf118076e60f96250c2b689a.bindPopup(popup_331a5d6c0fb6a14233fba7e9d850969e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eac662f8cf118076e60f96250c2b689a.setIcon(icon_8c3d0f152f2377801b3ff0868e969024);
|
|
|
|
|
|
var marker_016420edd81b37f253e7753567daefc1 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_330b680882daa0cea9a6d54d17f8806c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7d887fff1a70d9d750ebdd5d58d27c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_574addd676f8f567048ecf69c7e3ed0a = $(`<div id="html_574addd676f8f567048ecf69c7e3ed0a" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_d7d887fff1a70d9d750ebdd5d58d27c8.setContent(html_574addd676f8f567048ecf69c7e3ed0a);
|
|
|
|
|
|
|
|
marker_016420edd81b37f253e7753567daefc1.bindPopup(popup_d7d887fff1a70d9d750ebdd5d58d27c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_016420edd81b37f253e7753567daefc1.setIcon(icon_330b680882daa0cea9a6d54d17f8806c);
|
|
|
|
|
|
var marker_2b711683d3f3998ba6d6bed993847e44 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_83d65af1c026f9e76a6e65f942be51b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eaafe592dffe3c8e99d3525dc8d1465c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a785dc8c6aca709ecf234b6ee8867dc2 = $(`<div id="html_a785dc8c6aca709ecf234b6ee8867dc2" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_eaafe592dffe3c8e99d3525dc8d1465c.setContent(html_a785dc8c6aca709ecf234b6ee8867dc2);
|
|
|
|
|
|
|
|
marker_2b711683d3f3998ba6d6bed993847e44.bindPopup(popup_eaafe592dffe3c8e99d3525dc8d1465c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b711683d3f3998ba6d6bed993847e44.setIcon(icon_83d65af1c026f9e76a6e65f942be51b3);
|
|
|
|
|
|
var marker_ee94ddb3e02acc9870a6f61ef114354c = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_684689a95bd81dd4e71b06b7946598fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1a4226c82e51ec64a644c9bc1385588 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d3120a00debf57c9812f17195abe026 = $(`<div id="html_9d3120a00debf57c9812f17195abe026" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_c1a4226c82e51ec64a644c9bc1385588.setContent(html_9d3120a00debf57c9812f17195abe026);
|
|
|
|
|
|
|
|
marker_ee94ddb3e02acc9870a6f61ef114354c.bindPopup(popup_c1a4226c82e51ec64a644c9bc1385588)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee94ddb3e02acc9870a6f61ef114354c.setIcon(icon_684689a95bd81dd4e71b06b7946598fb);
|
|
|
|
|
|
var marker_d37589d1c39965d413d8c1b997e23fc0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_295499b1951084d955782d0426d137eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d79b0da7711648dd75d8d53bd691ede = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58e74696b915c472ca42de6d16238f7b = $(`<div id="html_58e74696b915c472ca42de6d16238f7b" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_2d79b0da7711648dd75d8d53bd691ede.setContent(html_58e74696b915c472ca42de6d16238f7b);
|
|
|
|
|
|
|
|
marker_d37589d1c39965d413d8c1b997e23fc0.bindPopup(popup_2d79b0da7711648dd75d8d53bd691ede)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d37589d1c39965d413d8c1b997e23fc0.setIcon(icon_295499b1951084d955782d0426d137eb);
|
|
|
|
|
|
var marker_785932834a5165799f48c2fdaad21741 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_7d1974e9911fbf7771f0c7575fb974bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f2afae5b028dd33f67ed22140fa02fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f27c312e582ab63305884ff2584b8ff1 = $(`<div id="html_f27c312e582ab63305884ff2584b8ff1" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_9f2afae5b028dd33f67ed22140fa02fb.setContent(html_f27c312e582ab63305884ff2584b8ff1);
|
|
|
|
|
|
|
|
marker_785932834a5165799f48c2fdaad21741.bindPopup(popup_9f2afae5b028dd33f67ed22140fa02fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_785932834a5165799f48c2fdaad21741.setIcon(icon_7d1974e9911fbf7771f0c7575fb974bd);
|
|
|
|
|
|
var marker_72aa67aeb6de498748ab7585e4368d32 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_c97d24d8bc9931a95584d6220038144f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6dead76edba13c52ec3f93c10431d038 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2370f6a74eee6c0d89ddeaecc873df64 = $(`<div id="html_2370f6a74eee6c0d89ddeaecc873df64" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_6dead76edba13c52ec3f93c10431d038.setContent(html_2370f6a74eee6c0d89ddeaecc873df64);
|
|
|
|
|
|
|
|
marker_72aa67aeb6de498748ab7585e4368d32.bindPopup(popup_6dead76edba13c52ec3f93c10431d038)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72aa67aeb6de498748ab7585e4368d32.setIcon(icon_c97d24d8bc9931a95584d6220038144f);
|
|
|
|
|
|
var marker_f048d3916eba2ebbcbc4c629d4661a4e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_c0cc4b0d35d24b8c243a91c5e82d0590 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3eb4edfd8306836691eeef3319c46fb0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2204940409042e93d909f4d527d4bb1 = $(`<div id="html_f2204940409042e93d909f4d527d4bb1" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_3eb4edfd8306836691eeef3319c46fb0.setContent(html_f2204940409042e93d909f4d527d4bb1);
|
|
|
|
|
|
|
|
marker_f048d3916eba2ebbcbc4c629d4661a4e.bindPopup(popup_3eb4edfd8306836691eeef3319c46fb0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f048d3916eba2ebbcbc4c629d4661a4e.setIcon(icon_c0cc4b0d35d24b8c243a91c5e82d0590);
|
|
|
|
|
|
var marker_7d6ea51d6679b0914742ca8311c863b1 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_4354aa5ec9a7fd610931223a7c4a983d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad3e71e9de0794f8a28066a948211f78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05e5906d6a05060a6d899a40bb9fddad = $(`<div id="html_05e5906d6a05060a6d899a40bb9fddad" style="width: 100.0%; height: 100.0%;">pyramid.fiatjaf.com</div>`)[0];
|
|
popup_ad3e71e9de0794f8a28066a948211f78.setContent(html_05e5906d6a05060a6d899a40bb9fddad);
|
|
|
|
|
|
|
|
marker_7d6ea51d6679b0914742ca8311c863b1.bindPopup(popup_ad3e71e9de0794f8a28066a948211f78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d6ea51d6679b0914742ca8311c863b1.setIcon(icon_4354aa5ec9a7fd610931223a7c4a983d);
|
|
|
|
|
|
var marker_a45a5e9b8d78b49e4861ba7f3dcc1bbe = L.marker(
|
|
[25.2604, 55.2989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_e67d9203f837f353a0623f0486928603 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_791f45c858a2b1b62dc58ba2b3833877 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d4853a5c4fd8e2e57081c910fa0f555 = $(`<div id="html_0d4853a5c4fd8e2e57081c910fa0f555" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_791f45c858a2b1b62dc58ba2b3833877.setContent(html_0d4853a5c4fd8e2e57081c910fa0f555);
|
|
|
|
|
|
|
|
marker_a45a5e9b8d78b49e4861ba7f3dcc1bbe.bindPopup(popup_791f45c858a2b1b62dc58ba2b3833877)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a45a5e9b8d78b49e4861ba7f3dcc1bbe.setIcon(icon_e67d9203f837f353a0623f0486928603);
|
|
|
|
|
|
var marker_107495d7704a30932f2ef50ba93bff5a = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_21388b9996fae54fed64f28bc1e2c70a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e25075375aa7269538c023d5a1ada7c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a603041c8ed7e657fa3be6f0c5e1206 = $(`<div id="html_3a603041c8ed7e657fa3be6f0c5e1206" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_e25075375aa7269538c023d5a1ada7c8.setContent(html_3a603041c8ed7e657fa3be6f0c5e1206);
|
|
|
|
|
|
|
|
marker_107495d7704a30932f2ef50ba93bff5a.bindPopup(popup_e25075375aa7269538c023d5a1ada7c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_107495d7704a30932f2ef50ba93bff5a.setIcon(icon_21388b9996fae54fed64f28bc1e2c70a);
|
|
|
|
|
|
var marker_8c5b910dfa4c65815c19d6c9d0e08046 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_a8e003da9a26198d63bcc7a127af259c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73a5aa98dfcc767ce3da64939d527691 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5a7ba708173ea697c4ee42ddf09e890 = $(`<div id="html_c5a7ba708173ea697c4ee42ddf09e890" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_73a5aa98dfcc767ce3da64939d527691.setContent(html_c5a7ba708173ea697c4ee42ddf09e890);
|
|
|
|
|
|
|
|
marker_8c5b910dfa4c65815c19d6c9d0e08046.bindPopup(popup_73a5aa98dfcc767ce3da64939d527691)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c5b910dfa4c65815c19d6c9d0e08046.setIcon(icon_a8e003da9a26198d63bcc7a127af259c);
|
|
|
|
|
|
var marker_4abf3922d5e535cd2ed6031474127dc0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_0e4eaa79474d407a1d4760cb875f3a9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06f4cfe91237e0bf23ba4f5df8ceb368 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a013770435034bb0461bb8766a5bbca1 = $(`<div id="html_a013770435034bb0461bb8766a5bbca1" style="width: 100.0%; height: 100.0%;">relay.trustroots.org</div>`)[0];
|
|
popup_06f4cfe91237e0bf23ba4f5df8ceb368.setContent(html_a013770435034bb0461bb8766a5bbca1);
|
|
|
|
|
|
|
|
marker_4abf3922d5e535cd2ed6031474127dc0.bindPopup(popup_06f4cfe91237e0bf23ba4f5df8ceb368)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4abf3922d5e535cd2ed6031474127dc0.setIcon(icon_0e4eaa79474d407a1d4760cb875f3a9f);
|
|
|
|
|
|
var marker_d4db9a05fae3a56147c314b68a5c3ca8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_9a0b6bbfad1b5d77b0fbf7db0cb918ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63a00181327154a9678d2c624995e12b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f8eb336f51ca5afd103a8dc7c046c1c = $(`<div id="html_6f8eb336f51ca5afd103a8dc7c046c1c" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_63a00181327154a9678d2c624995e12b.setContent(html_6f8eb336f51ca5afd103a8dc7c046c1c);
|
|
|
|
|
|
|
|
marker_d4db9a05fae3a56147c314b68a5c3ca8.bindPopup(popup_63a00181327154a9678d2c624995e12b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4db9a05fae3a56147c314b68a5c3ca8.setIcon(icon_9a0b6bbfad1b5d77b0fbf7db0cb918ef);
|
|
|
|
|
|
var marker_22fa78d6db771eeee1300985d3d1ebfc = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_b5b6d9d7270ad53a6910e47aec13f61a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78d4e9bfa4775ccad731d0e5fbf92f92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf150c08611b2cfa39154b223a58c514 = $(`<div id="html_bf150c08611b2cfa39154b223a58c514" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_78d4e9bfa4775ccad731d0e5fbf92f92.setContent(html_bf150c08611b2cfa39154b223a58c514);
|
|
|
|
|
|
|
|
marker_22fa78d6db771eeee1300985d3d1ebfc.bindPopup(popup_78d4e9bfa4775ccad731d0e5fbf92f92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22fa78d6db771eeee1300985d3d1ebfc.setIcon(icon_b5b6d9d7270ad53a6910e47aec13f61a);
|
|
|
|
|
|
var marker_4ce0dee7693e98a0b5a3476f5fe5452c = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_3577f60841fe3eeed4f266dfc9cffec0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28d92b16525582dfd07a82d5abd654d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c73fd7c66f39a19e1b358c6222f3a95 = $(`<div id="html_8c73fd7c66f39a19e1b358c6222f3a95" style="width: 100.0%; height: 100.0%;">nostr.bilthon.dev</div>`)[0];
|
|
popup_28d92b16525582dfd07a82d5abd654d0.setContent(html_8c73fd7c66f39a19e1b358c6222f3a95);
|
|
|
|
|
|
|
|
marker_4ce0dee7693e98a0b5a3476f5fe5452c.bindPopup(popup_28d92b16525582dfd07a82d5abd654d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ce0dee7693e98a0b5a3476f5fe5452c.setIcon(icon_3577f60841fe3eeed4f266dfc9cffec0);
|
|
|
|
|
|
var marker_b14822557a2dbad1788c033dcf4fea82 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_16ed26bd18948b24c369ecd68a0024e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16766af91c53b6aecd80b912c1341c73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_402b39da820d9eb053e0e8620f3a4095 = $(`<div id="html_402b39da820d9eb053e0e8620f3a4095" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_16766af91c53b6aecd80b912c1341c73.setContent(html_402b39da820d9eb053e0e8620f3a4095);
|
|
|
|
|
|
|
|
marker_b14822557a2dbad1788c033dcf4fea82.bindPopup(popup_16766af91c53b6aecd80b912c1341c73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b14822557a2dbad1788c033dcf4fea82.setIcon(icon_16ed26bd18948b24c369ecd68a0024e0);
|
|
|
|
|
|
var marker_7632c8ce0da71efbe7b58edd0db130b7 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_30c3e33583d4ca899a07ab0f89e3774c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f750675795f5941fdb5d2b9b144a6e6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0d9f4c204e1d26e3c41cdbf42927408 = $(`<div id="html_f0d9f4c204e1d26e3c41cdbf42927408" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_f750675795f5941fdb5d2b9b144a6e6c.setContent(html_f0d9f4c204e1d26e3c41cdbf42927408);
|
|
|
|
|
|
|
|
marker_7632c8ce0da71efbe7b58edd0db130b7.bindPopup(popup_f750675795f5941fdb5d2b9b144a6e6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7632c8ce0da71efbe7b58edd0db130b7.setIcon(icon_30c3e33583d4ca899a07ab0f89e3774c);
|
|
|
|
|
|
var marker_2d3f331bcda38aa952496f228d9db100 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_8c41a4b04f3a90ae4858d1dfcf14b91e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8a88d53c6de37e34392dc696d4bfcdc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b9c02aeaf73eefd245ba79b7a6fb08f = $(`<div id="html_1b9c02aeaf73eefd245ba79b7a6fb08f" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_f8a88d53c6de37e34392dc696d4bfcdc.setContent(html_1b9c02aeaf73eefd245ba79b7a6fb08f);
|
|
|
|
|
|
|
|
marker_2d3f331bcda38aa952496f228d9db100.bindPopup(popup_f8a88d53c6de37e34392dc696d4bfcdc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d3f331bcda38aa952496f228d9db100.setIcon(icon_8c41a4b04f3a90ae4858d1dfcf14b91e);
|
|
|
|
|
|
var marker_f60fa7b52b31f10e9b8b58fa08935cd1 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_dc5da9311b8a3a6f45c70d1206866b4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13cf5d2cfde3588cab050ca5aa31e36f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28cba640e544c4bf7adfaddeacfa993f = $(`<div id="html_28cba640e544c4bf7adfaddeacfa993f" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_13cf5d2cfde3588cab050ca5aa31e36f.setContent(html_28cba640e544c4bf7adfaddeacfa993f);
|
|
|
|
|
|
|
|
marker_f60fa7b52b31f10e9b8b58fa08935cd1.bindPopup(popup_13cf5d2cfde3588cab050ca5aa31e36f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f60fa7b52b31f10e9b8b58fa08935cd1.setIcon(icon_dc5da9311b8a3a6f45c70d1206866b4a);
|
|
|
|
|
|
var marker_8b24c6067aa45b4038f697b0681255b4 = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_8bbc2bc2587ec34ec9590825900f2f78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2b787dae0b23e7c6cec3c003a1b9598 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9086fdc43c162096ff439520277379c = $(`<div id="html_f9086fdc43c162096ff439520277379c" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_b2b787dae0b23e7c6cec3c003a1b9598.setContent(html_f9086fdc43c162096ff439520277379c);
|
|
|
|
|
|
|
|
marker_8b24c6067aa45b4038f697b0681255b4.bindPopup(popup_b2b787dae0b23e7c6cec3c003a1b9598)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b24c6067aa45b4038f697b0681255b4.setIcon(icon_8bbc2bc2587ec34ec9590825900f2f78);
|
|
|
|
|
|
var marker_9771173697ad582dbb80f716ec282ab7 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_ee95ec5f2f2317c6a6b06231bfc90513 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef6f8f489b9805b4926eb0664439f013 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbfc153bf873f421f3cc0c4be04c4c7d = $(`<div id="html_cbfc153bf873f421f3cc0c4be04c4c7d" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_ef6f8f489b9805b4926eb0664439f013.setContent(html_cbfc153bf873f421f3cc0c4be04c4c7d);
|
|
|
|
|
|
|
|
marker_9771173697ad582dbb80f716ec282ab7.bindPopup(popup_ef6f8f489b9805b4926eb0664439f013)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9771173697ad582dbb80f716ec282ab7.setIcon(icon_ee95ec5f2f2317c6a6b06231bfc90513);
|
|
|
|
|
|
var marker_8780c4c652460b7ff71ac6c22555bd8b = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_e8b787d69bb07c14d9aae6fcb4ec2cd9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95b9c0fc18bde7be9c3a03d6c94ff8b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fa81c8fff58a98e76088c4395aee98c = $(`<div id="html_8fa81c8fff58a98e76088c4395aee98c" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_95b9c0fc18bde7be9c3a03d6c94ff8b1.setContent(html_8fa81c8fff58a98e76088c4395aee98c);
|
|
|
|
|
|
|
|
marker_8780c4c652460b7ff71ac6c22555bd8b.bindPopup(popup_95b9c0fc18bde7be9c3a03d6c94ff8b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8780c4c652460b7ff71ac6c22555bd8b.setIcon(icon_e8b787d69bb07c14d9aae6fcb4ec2cd9);
|
|
|
|
|
|
var marker_ddbd91dac928e661c8f9ed2a5be100a9 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_b3a2e7ee3918a47cea3e30e82c2afeac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_436edd906f607d83f23cf46c7a16bafe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_baf1ad5c36ed89e1bcecf46c51c72c42 = $(`<div id="html_baf1ad5c36ed89e1bcecf46c51c72c42" style="width: 100.0%; height: 100.0%;">nostr.davidebtc.me</div>`)[0];
|
|
popup_436edd906f607d83f23cf46c7a16bafe.setContent(html_baf1ad5c36ed89e1bcecf46c51c72c42);
|
|
|
|
|
|
|
|
marker_ddbd91dac928e661c8f9ed2a5be100a9.bindPopup(popup_436edd906f607d83f23cf46c7a16bafe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ddbd91dac928e661c8f9ed2a5be100a9.setIcon(icon_b3a2e7ee3918a47cea3e30e82c2afeac);
|
|
|
|
|
|
var marker_cc8611e94702e91558190a2a8055a27d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_d70f972801f790dbc93315a0bb57e70d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e9b29db3123042a5f68fa97bdc6cabf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cd3cc7cd8c72d38cb15b6368eba493e = $(`<div id="html_8cd3cc7cd8c72d38cb15b6368eba493e" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_0e9b29db3123042a5f68fa97bdc6cabf.setContent(html_8cd3cc7cd8c72d38cb15b6368eba493e);
|
|
|
|
|
|
|
|
marker_cc8611e94702e91558190a2a8055a27d.bindPopup(popup_0e9b29db3123042a5f68fa97bdc6cabf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc8611e94702e91558190a2a8055a27d.setIcon(icon_d70f972801f790dbc93315a0bb57e70d);
|
|
|
|
|
|
var marker_cec749441c62377a095cdfb6a63d11a6 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_0eff04bd39d1eb2199de38831bcb3ccc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_432718c81467d8ddc35188f1d3a787bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1e243d1487a9f2eedcbc337bc8a5a31 = $(`<div id="html_c1e243d1487a9f2eedcbc337bc8a5a31" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_432718c81467d8ddc35188f1d3a787bc.setContent(html_c1e243d1487a9f2eedcbc337bc8a5a31);
|
|
|
|
|
|
|
|
marker_cec749441c62377a095cdfb6a63d11a6.bindPopup(popup_432718c81467d8ddc35188f1d3a787bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cec749441c62377a095cdfb6a63d11a6.setIcon(icon_0eff04bd39d1eb2199de38831bcb3ccc);
|
|
|
|
|
|
var marker_5af2aab8e2f4f3d0d0954b7bb6ab687a = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_72f54dd35c7f8a824b58073bffe94364 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73f3e4d1280ff7bb9a4168800db74fd2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed23816a3bd809ee13fef5add5069d53 = $(`<div id="html_ed23816a3bd809ee13fef5add5069d53" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_73f3e4d1280ff7bb9a4168800db74fd2.setContent(html_ed23816a3bd809ee13fef5add5069d53);
|
|
|
|
|
|
|
|
marker_5af2aab8e2f4f3d0d0954b7bb6ab687a.bindPopup(popup_73f3e4d1280ff7bb9a4168800db74fd2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5af2aab8e2f4f3d0d0954b7bb6ab687a.setIcon(icon_72f54dd35c7f8a824b58073bffe94364);
|
|
|
|
|
|
var marker_d75294235677c6567695aa114eaf4834 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_cc3ff4009d69423a50fc33d756c97706 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d2c711c3694511450d7cce58cc8668c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c18df4902c45cfb07deccba295d33bf = $(`<div id="html_0c18df4902c45cfb07deccba295d33bf" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_1d2c711c3694511450d7cce58cc8668c.setContent(html_0c18df4902c45cfb07deccba295d33bf);
|
|
|
|
|
|
|
|
marker_d75294235677c6567695aa114eaf4834.bindPopup(popup_1d2c711c3694511450d7cce58cc8668c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d75294235677c6567695aa114eaf4834.setIcon(icon_cc3ff4009d69423a50fc33d756c97706);
|
|
|
|
|
|
var marker_08fb16d64d74889d069bf9b6d8e10c54 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_865927dfca97c8495e7eb2f5e031a4e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9abb039d051c2d2e95dfac4792721163 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd3de0088a31a924ee94072edd4bc3aa = $(`<div id="html_dd3de0088a31a924ee94072edd4bc3aa" style="width: 100.0%; height: 100.0%;">nostr.czas.top</div>`)[0];
|
|
popup_9abb039d051c2d2e95dfac4792721163.setContent(html_dd3de0088a31a924ee94072edd4bc3aa);
|
|
|
|
|
|
|
|
marker_08fb16d64d74889d069bf9b6d8e10c54.bindPopup(popup_9abb039d051c2d2e95dfac4792721163)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08fb16d64d74889d069bf9b6d8e10c54.setIcon(icon_865927dfca97c8495e7eb2f5e031a4e6);
|
|
|
|
|
|
var marker_0f293b9230ad10553156ef119d2076b0 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_83c6540b40f1c4649ec913b65f85b3a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eda007a6f9b78e361368cce946359bb5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c243f40aa7fbc3d8863a34194becf053 = $(`<div id="html_c243f40aa7fbc3d8863a34194becf053" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_eda007a6f9b78e361368cce946359bb5.setContent(html_c243f40aa7fbc3d8863a34194becf053);
|
|
|
|
|
|
|
|
marker_0f293b9230ad10553156ef119d2076b0.bindPopup(popup_eda007a6f9b78e361368cce946359bb5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f293b9230ad10553156ef119d2076b0.setIcon(icon_83c6540b40f1c4649ec913b65f85b3a5);
|
|
|
|
|
|
var marker_8f1ca8d02d73f69178f0faf1faa8af36 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_4d6a84e71a54788c017ef19c1ae6f4df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9968cd6427fbf7773120cf6a3bc1dfb2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f52a6e8433fcd90be2702c5dfee20bc = $(`<div id="html_7f52a6e8433fcd90be2702c5dfee20bc" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_9968cd6427fbf7773120cf6a3bc1dfb2.setContent(html_7f52a6e8433fcd90be2702c5dfee20bc);
|
|
|
|
|
|
|
|
marker_8f1ca8d02d73f69178f0faf1faa8af36.bindPopup(popup_9968cd6427fbf7773120cf6a3bc1dfb2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f1ca8d02d73f69178f0faf1faa8af36.setIcon(icon_4d6a84e71a54788c017ef19c1ae6f4df);
|
|
|
|
|
|
var marker_af489d6fbcee2febd3452b255ae96955 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_2a70abe85e4e7c74eebc2e162594a8ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5202b24436c5b4c430b307259b067fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4a45892c600c56cf3d4d6f36d8e933a = $(`<div id="html_c4a45892c600c56cf3d4d6f36d8e933a" style="width: 100.0%; height: 100.0%;">relay.hook.cafe</div>`)[0];
|
|
popup_b5202b24436c5b4c430b307259b067fd.setContent(html_c4a45892c600c56cf3d4d6f36d8e933a);
|
|
|
|
|
|
|
|
marker_af489d6fbcee2febd3452b255ae96955.bindPopup(popup_b5202b24436c5b4c430b307259b067fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af489d6fbcee2febd3452b255ae96955.setIcon(icon_2a70abe85e4e7c74eebc2e162594a8ea);
|
|
|
|
|
|
var marker_ad43949736ffbc0f097ea887d8cf2ec2 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_535baa087b6351d9f23a0131ae64af0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b471dbee2593756fe8406f7da8389f05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb49f7ccb48cc54190f7eaff0787bc93 = $(`<div id="html_bb49f7ccb48cc54190f7eaff0787bc93" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_b471dbee2593756fe8406f7da8389f05.setContent(html_bb49f7ccb48cc54190f7eaff0787bc93);
|
|
|
|
|
|
|
|
marker_ad43949736ffbc0f097ea887d8cf2ec2.bindPopup(popup_b471dbee2593756fe8406f7da8389f05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad43949736ffbc0f097ea887d8cf2ec2.setIcon(icon_535baa087b6351d9f23a0131ae64af0e);
|
|
|
|
|
|
var marker_9fcbaed425ca0173aa8efaf0f04f137c = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_03fec073cd79ba46f33dc8cd4a931623 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f58b29ddfb570dba2ed0227b59cdbe92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0e8878ec4689feffb15a07903cccef9 = $(`<div id="html_a0e8878ec4689feffb15a07903cccef9" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_f58b29ddfb570dba2ed0227b59cdbe92.setContent(html_a0e8878ec4689feffb15a07903cccef9);
|
|
|
|
|
|
|
|
marker_9fcbaed425ca0173aa8efaf0f04f137c.bindPopup(popup_f58b29ddfb570dba2ed0227b59cdbe92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fcbaed425ca0173aa8efaf0f04f137c.setIcon(icon_03fec073cd79ba46f33dc8cd4a931623);
|
|
|
|
|
|
var marker_cf7658fe7263e37a5078dd55cfcdfaab = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_cb09cb16db86dbd8ead42ecc8be2609a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8905fa2d56a049a9f001c1b56fa73feb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fff4ad4a86651965cde8dd0e63224152 = $(`<div id="html_fff4ad4a86651965cde8dd0e63224152" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_8905fa2d56a049a9f001c1b56fa73feb.setContent(html_fff4ad4a86651965cde8dd0e63224152);
|
|
|
|
|
|
|
|
marker_cf7658fe7263e37a5078dd55cfcdfaab.bindPopup(popup_8905fa2d56a049a9f001c1b56fa73feb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf7658fe7263e37a5078dd55cfcdfaab.setIcon(icon_cb09cb16db86dbd8ead42ecc8be2609a);
|
|
|
|
|
|
var marker_31f7019135777cc1e5747aa870ac545b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_19ae8226157d7215091823073db6f863 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_004451ff031f5ec0c19668a5064e7f9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d727d8603d91d74d5151badb0a653aac = $(`<div id="html_d727d8603d91d74d5151badb0a653aac" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_004451ff031f5ec0c19668a5064e7f9a.setContent(html_d727d8603d91d74d5151badb0a653aac);
|
|
|
|
|
|
|
|
marker_31f7019135777cc1e5747aa870ac545b.bindPopup(popup_004451ff031f5ec0c19668a5064e7f9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31f7019135777cc1e5747aa870ac545b.setIcon(icon_19ae8226157d7215091823073db6f863);
|
|
|
|
|
|
var marker_2948f5aaad525b4f77a72ff02e399871 = L.marker(
|
|
[13.3622, 100.983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_227bae05d7df91d71d677d664ef0718e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5563056464b02ea0e98654e703b5a725 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8eaace09d59ee309d7e8e367b8e2fcc5 = $(`<div id="html_8eaace09d59ee309d7e8e367b8e2fcc5" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_5563056464b02ea0e98654e703b5a725.setContent(html_8eaace09d59ee309d7e8e367b8e2fcc5);
|
|
|
|
|
|
|
|
marker_2948f5aaad525b4f77a72ff02e399871.bindPopup(popup_5563056464b02ea0e98654e703b5a725)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2948f5aaad525b4f77a72ff02e399871.setIcon(icon_227bae05d7df91d71d677d664ef0718e);
|
|
|
|
|
|
var marker_1263bd4fc03235f5a37468f1aeae1f80 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_49f8e2f1f7629550745b3dc6d8098f39 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2043b8656cf1a64e771d9568573b400d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_398367b3ee09c57f390fb91df082eb95 = $(`<div id="html_398367b3ee09c57f390fb91df082eb95" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_2043b8656cf1a64e771d9568573b400d.setContent(html_398367b3ee09c57f390fb91df082eb95);
|
|
|
|
|
|
|
|
marker_1263bd4fc03235f5a37468f1aeae1f80.bindPopup(popup_2043b8656cf1a64e771d9568573b400d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1263bd4fc03235f5a37468f1aeae1f80.setIcon(icon_49f8e2f1f7629550745b3dc6d8098f39);
|
|
|
|
|
|
var marker_b871b1fdc52fe43b2e69534bdf7626b8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_60af14d2096bc0d8d5676e9eefd705f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4dea4bd7b867071b0ece1a23894bbbf3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51d8398d8ba06234fa8d22821823735e = $(`<div id="html_51d8398d8ba06234fa8d22821823735e" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_4dea4bd7b867071b0ece1a23894bbbf3.setContent(html_51d8398d8ba06234fa8d22821823735e);
|
|
|
|
|
|
|
|
marker_b871b1fdc52fe43b2e69534bdf7626b8.bindPopup(popup_4dea4bd7b867071b0ece1a23894bbbf3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b871b1fdc52fe43b2e69534bdf7626b8.setIcon(icon_60af14d2096bc0d8d5676e9eefd705f1);
|
|
|
|
|
|
var marker_d898c7bcd5b56a83c107966e65d3e7c3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_bb7968390d2db08e3a975bbecdee03b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd041452cb03b0cc5d5012d7b56714df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08f2c617f3d86aba767545c52a7f41d8 = $(`<div id="html_08f2c617f3d86aba767545c52a7f41d8" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_bd041452cb03b0cc5d5012d7b56714df.setContent(html_08f2c617f3d86aba767545c52a7f41d8);
|
|
|
|
|
|
|
|
marker_d898c7bcd5b56a83c107966e65d3e7c3.bindPopup(popup_bd041452cb03b0cc5d5012d7b56714df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d898c7bcd5b56a83c107966e65d3e7c3.setIcon(icon_bb7968390d2db08e3a975bbecdee03b6);
|
|
|
|
|
|
var marker_5b2a83955f6b5d95aa451b8d270e5777 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_9e9290888c2fb9bca159fbb4e27d359e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f24ffe037caccf8fe58f05ad11e719d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2137fecf88884e0f6d44d13fd21d97a = $(`<div id="html_d2137fecf88884e0f6d44d13fd21d97a" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_f24ffe037caccf8fe58f05ad11e719d9.setContent(html_d2137fecf88884e0f6d44d13fd21d97a);
|
|
|
|
|
|
|
|
marker_5b2a83955f6b5d95aa451b8d270e5777.bindPopup(popup_f24ffe037caccf8fe58f05ad11e719d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b2a83955f6b5d95aa451b8d270e5777.setIcon(icon_9e9290888c2fb9bca159fbb4e27d359e);
|
|
|
|
|
|
var marker_21981245eb6b2dd4962417498f6372b5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_783ae348c0ff96bfc81d22a1f73335c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db9c74669fc23587b34e516f2e252741 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6bbd3d660d87cd2e1a263c382ba9fd44 = $(`<div id="html_6bbd3d660d87cd2e1a263c382ba9fd44" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_db9c74669fc23587b34e516f2e252741.setContent(html_6bbd3d660d87cd2e1a263c382ba9fd44);
|
|
|
|
|
|
|
|
marker_21981245eb6b2dd4962417498f6372b5.bindPopup(popup_db9c74669fc23587b34e516f2e252741)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21981245eb6b2dd4962417498f6372b5.setIcon(icon_783ae348c0ff96bfc81d22a1f73335c9);
|
|
|
|
|
|
var marker_6438e4ddb3269c528af9a0e551f0edf6 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_1289ccfd16a4d594c84247044ed04623 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e38b93b6a9cd7ed322b3af06461d721e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_509e0b3c9bd3188964e16c52c44c9c22 = $(`<div id="html_509e0b3c9bd3188964e16c52c44c9c22" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_e38b93b6a9cd7ed322b3af06461d721e.setContent(html_509e0b3c9bd3188964e16c52c44c9c22);
|
|
|
|
|
|
|
|
marker_6438e4ddb3269c528af9a0e551f0edf6.bindPopup(popup_e38b93b6a9cd7ed322b3af06461d721e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6438e4ddb3269c528af9a0e551f0edf6.setIcon(icon_1289ccfd16a4d594c84247044ed04623);
|
|
|
|
|
|
var marker_4b783770a4e49eb94abef2f8c80d189e = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_5e623b2cd4dd225d7397f0006ce5db9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78b13231da7e32a4c37b675bd7fc5609 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_546c00c028f3672934273dc5f94d7b34 = $(`<div id="html_546c00c028f3672934273dc5f94d7b34" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_78b13231da7e32a4c37b675bd7fc5609.setContent(html_546c00c028f3672934273dc5f94d7b34);
|
|
|
|
|
|
|
|
marker_4b783770a4e49eb94abef2f8c80d189e.bindPopup(popup_78b13231da7e32a4c37b675bd7fc5609)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b783770a4e49eb94abef2f8c80d189e.setIcon(icon_5e623b2cd4dd225d7397f0006ce5db9d);
|
|
|
|
|
|
var marker_8c8f27795101e9666419ff475e69bbb8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_8fd40265deca06bc5eb4e00a673a0173 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8786dc3123f459383cfedaf48aba21f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0cb324a2d7b263382725f794f93f51a8 = $(`<div id="html_0cb324a2d7b263382725f794f93f51a8" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_a8786dc3123f459383cfedaf48aba21f.setContent(html_0cb324a2d7b263382725f794f93f51a8);
|
|
|
|
|
|
|
|
marker_8c8f27795101e9666419ff475e69bbb8.bindPopup(popup_a8786dc3123f459383cfedaf48aba21f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c8f27795101e9666419ff475e69bbb8.setIcon(icon_8fd40265deca06bc5eb4e00a673a0173);
|
|
|
|
|
|
var marker_bb4c0d81687d6e3d01216c5804632668 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_d446c82c7eeb4f1cbeabcf1007253752 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b680bcc8009e1b5cf0adc4647e85e77b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fc09be0c438683cb0be58e083f5cb89 = $(`<div id="html_4fc09be0c438683cb0be58e083f5cb89" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_b680bcc8009e1b5cf0adc4647e85e77b.setContent(html_4fc09be0c438683cb0be58e083f5cb89);
|
|
|
|
|
|
|
|
marker_bb4c0d81687d6e3d01216c5804632668.bindPopup(popup_b680bcc8009e1b5cf0adc4647e85e77b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb4c0d81687d6e3d01216c5804632668.setIcon(icon_d446c82c7eeb4f1cbeabcf1007253752);
|
|
|
|
|
|
var marker_925fa0cd019423d2804e49469330ad0f = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_ec6bbfca45c491f1e02effbc5e7d667d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81ab67b4183cb8c43b8cd6e63012a10b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8af520b6e8d11114279346732f732988 = $(`<div id="html_8af520b6e8d11114279346732f732988" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_81ab67b4183cb8c43b8cd6e63012a10b.setContent(html_8af520b6e8d11114279346732f732988);
|
|
|
|
|
|
|
|
marker_925fa0cd019423d2804e49469330ad0f.bindPopup(popup_81ab67b4183cb8c43b8cd6e63012a10b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_925fa0cd019423d2804e49469330ad0f.setIcon(icon_ec6bbfca45c491f1e02effbc5e7d667d);
|
|
|
|
|
|
var marker_5a4f56dc6fdcb99b4063782911e13bbc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_9e9ced44659916c834e0d43c49bc886d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f87b18e79464fb7b9a43f30c3e952bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc0c7ef890dacd860f757a3051b8c157 = $(`<div id="html_cc0c7ef890dacd860f757a3051b8c157" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_7f87b18e79464fb7b9a43f30c3e952bb.setContent(html_cc0c7ef890dacd860f757a3051b8c157);
|
|
|
|
|
|
|
|
marker_5a4f56dc6fdcb99b4063782911e13bbc.bindPopup(popup_7f87b18e79464fb7b9a43f30c3e952bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a4f56dc6fdcb99b4063782911e13bbc.setIcon(icon_9e9ced44659916c834e0d43c49bc886d);
|
|
|
|
|
|
var marker_ea258a7a0479485c9985b6eed8e12560 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_cb50861c26a0dc02d70e115fe8f4b786 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94f7626cf56aa5ec2d37703fc313fb21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec13ddd1b9b681815301097f23ce9967 = $(`<div id="html_ec13ddd1b9b681815301097f23ce9967" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_94f7626cf56aa5ec2d37703fc313fb21.setContent(html_ec13ddd1b9b681815301097f23ce9967);
|
|
|
|
|
|
|
|
marker_ea258a7a0479485c9985b6eed8e12560.bindPopup(popup_94f7626cf56aa5ec2d37703fc313fb21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea258a7a0479485c9985b6eed8e12560.setIcon(icon_cb50861c26a0dc02d70e115fe8f4b786);
|
|
|
|
|
|
var marker_d1029a4e46bccdb57dc4a3241853abd7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_5352b8e6e0ba9e4f5270f24322b655ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f45dbade86d181bac80748fff874165 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa6244decb016fb134f117bc21fbfd0c = $(`<div id="html_fa6244decb016fb134f117bc21fbfd0c" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_2f45dbade86d181bac80748fff874165.setContent(html_fa6244decb016fb134f117bc21fbfd0c);
|
|
|
|
|
|
|
|
marker_d1029a4e46bccdb57dc4a3241853abd7.bindPopup(popup_2f45dbade86d181bac80748fff874165)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1029a4e46bccdb57dc4a3241853abd7.setIcon(icon_5352b8e6e0ba9e4f5270f24322b655ae);
|
|
|
|
|
|
var marker_d98a5a09134c2fe8c118717d3912091b = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_c6b82613e992f524f4cb346db86c023b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89a9df103a39a423360a5b3c83155df5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a3f124276f69633fed053e7773c2159 = $(`<div id="html_8a3f124276f69633fed053e7773c2159" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_89a9df103a39a423360a5b3c83155df5.setContent(html_8a3f124276f69633fed053e7773c2159);
|
|
|
|
|
|
|
|
marker_d98a5a09134c2fe8c118717d3912091b.bindPopup(popup_89a9df103a39a423360a5b3c83155df5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d98a5a09134c2fe8c118717d3912091b.setIcon(icon_c6b82613e992f524f4cb346db86c023b);
|
|
|
|
|
|
var marker_cf4ff6a886db9562867c93c303a7fa05 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_4ae63de9f9c8ee49432610123f462ba3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dae2998643ae54536a5118a0ddcc9031 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ec5abc51b2fcc1ed4fa707ea492e411 = $(`<div id="html_2ec5abc51b2fcc1ed4fa707ea492e411" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_dae2998643ae54536a5118a0ddcc9031.setContent(html_2ec5abc51b2fcc1ed4fa707ea492e411);
|
|
|
|
|
|
|
|
marker_cf4ff6a886db9562867c93c303a7fa05.bindPopup(popup_dae2998643ae54536a5118a0ddcc9031)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf4ff6a886db9562867c93c303a7fa05.setIcon(icon_4ae63de9f9c8ee49432610123f462ba3);
|
|
|
|
|
|
var marker_bbff81145a72bb55a082d75b0fbc528a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_cfbdd5f69264d1e162e0839e9e2482f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08b20d827c598b9746f58a995fc48cdd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1eb5f69d9513b7cb366705389efd82a9 = $(`<div id="html_1eb5f69d9513b7cb366705389efd82a9" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_08b20d827c598b9746f58a995fc48cdd.setContent(html_1eb5f69d9513b7cb366705389efd82a9);
|
|
|
|
|
|
|
|
marker_bbff81145a72bb55a082d75b0fbc528a.bindPopup(popup_08b20d827c598b9746f58a995fc48cdd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bbff81145a72bb55a082d75b0fbc528a.setIcon(icon_cfbdd5f69264d1e162e0839e9e2482f5);
|
|
|
|
|
|
var marker_4f8e8ef5567edb65ef2fb422c979691b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_3c0fe51c41ef0cd7c1cc233b7f4313b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e34879c02c33b65e05ecb243536c4b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da31758f75d6494b11e50ecf7d3e0669 = $(`<div id="html_da31758f75d6494b11e50ecf7d3e0669" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_6e34879c02c33b65e05ecb243536c4b9.setContent(html_da31758f75d6494b11e50ecf7d3e0669);
|
|
|
|
|
|
|
|
marker_4f8e8ef5567edb65ef2fb422c979691b.bindPopup(popup_6e34879c02c33b65e05ecb243536c4b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f8e8ef5567edb65ef2fb422c979691b.setIcon(icon_3c0fe51c41ef0cd7c1cc233b7f4313b5);
|
|
|
|
|
|
var marker_cf4467d6ee3932ccac35be5c44747165 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_8c57c4ac6159d8fed1516b26f39001b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c57ec02bff89a6d08f34b67a701b167 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd9af4b11cb6d3c29075cea75e7f93d9 = $(`<div id="html_bd9af4b11cb6d3c29075cea75e7f93d9" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_1c57ec02bff89a6d08f34b67a701b167.setContent(html_bd9af4b11cb6d3c29075cea75e7f93d9);
|
|
|
|
|
|
|
|
marker_cf4467d6ee3932ccac35be5c44747165.bindPopup(popup_1c57ec02bff89a6d08f34b67a701b167)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf4467d6ee3932ccac35be5c44747165.setIcon(icon_8c57c4ac6159d8fed1516b26f39001b7);
|
|
|
|
|
|
var marker_e726fb0a90311939d0630084680727a4 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_10f89112598462374cb426bf77792396 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3e0785de3b017550c3e0d11fe9aeb4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c65c9c60ffe1069aff80981e5caf6378 = $(`<div id="html_c65c9c60ffe1069aff80981e5caf6378" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_a3e0785de3b017550c3e0d11fe9aeb4b.setContent(html_c65c9c60ffe1069aff80981e5caf6378);
|
|
|
|
|
|
|
|
marker_e726fb0a90311939d0630084680727a4.bindPopup(popup_a3e0785de3b017550c3e0d11fe9aeb4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e726fb0a90311939d0630084680727a4.setIcon(icon_10f89112598462374cb426bf77792396);
|
|
|
|
|
|
var marker_de8801ab6f085b036bbd508405051ca6 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_f9dcc426fc465bca23600981a2811e65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e90f3ecf214933b03d28c3a27777d35d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_204f8b4d89e4e941206199aeecd28d4e = $(`<div id="html_204f8b4d89e4e941206199aeecd28d4e" style="width: 100.0%; height: 100.0%;">relay.hasenpfeffr.com</div>`)[0];
|
|
popup_e90f3ecf214933b03d28c3a27777d35d.setContent(html_204f8b4d89e4e941206199aeecd28d4e);
|
|
|
|
|
|
|
|
marker_de8801ab6f085b036bbd508405051ca6.bindPopup(popup_e90f3ecf214933b03d28c3a27777d35d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de8801ab6f085b036bbd508405051ca6.setIcon(icon_f9dcc426fc465bca23600981a2811e65);
|
|
|
|
|
|
var marker_30d74f66e3d72ec96a4545eab594c87f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_c2f30c0a1ded6c2f08a6520cded5ca5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e2f3501aececc49b2253b7ac6006f35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38d7d82c6237488025efd4608c26bd8b = $(`<div id="html_38d7d82c6237488025efd4608c26bd8b" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_1e2f3501aececc49b2253b7ac6006f35.setContent(html_38d7d82c6237488025efd4608c26bd8b);
|
|
|
|
|
|
|
|
marker_30d74f66e3d72ec96a4545eab594c87f.bindPopup(popup_1e2f3501aececc49b2253b7ac6006f35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30d74f66e3d72ec96a4545eab594c87f.setIcon(icon_c2f30c0a1ded6c2f08a6520cded5ca5f);
|
|
|
|
|
|
var marker_e96d3828232db66d8ae2f1ac3b4cffc2 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_b05f6d75d9d0692883e9217d0c1724d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06b5ae0f2cb3c1f7b3533a5a18bc2a67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9aaf1ff140ce811d08ac54dd0bf42cde = $(`<div id="html_9aaf1ff140ce811d08ac54dd0bf42cde" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_06b5ae0f2cb3c1f7b3533a5a18bc2a67.setContent(html_9aaf1ff140ce811d08ac54dd0bf42cde);
|
|
|
|
|
|
|
|
marker_e96d3828232db66d8ae2f1ac3b4cffc2.bindPopup(popup_06b5ae0f2cb3c1f7b3533a5a18bc2a67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e96d3828232db66d8ae2f1ac3b4cffc2.setIcon(icon_b05f6d75d9d0692883e9217d0c1724d4);
|
|
|
|
|
|
var marker_d3b0ec7ee7729c7197da29fb4c1c2878 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_23671450bc32b68a7bc53fcba8b58a8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27a3cbe16d1d5fb1e109c08493b13a93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2aaa5a7eaae06b64ea427ebe6ed4c4c = $(`<div id="html_e2aaa5a7eaae06b64ea427ebe6ed4c4c" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_27a3cbe16d1d5fb1e109c08493b13a93.setContent(html_e2aaa5a7eaae06b64ea427ebe6ed4c4c);
|
|
|
|
|
|
|
|
marker_d3b0ec7ee7729c7197da29fb4c1c2878.bindPopup(popup_27a3cbe16d1d5fb1e109c08493b13a93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3b0ec7ee7729c7197da29fb4c1c2878.setIcon(icon_23671450bc32b68a7bc53fcba8b58a8b);
|
|
|
|
|
|
var marker_30bb0cdb92ff7c5e2fc6894c263ccb23 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_07246f61d3f06b11d6367505ee7ebbfa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebd911aa8274c38798a240b801e9f33d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcfbb84a5c20836f7acf04d1e30c4e52 = $(`<div id="html_fcfbb84a5c20836f7acf04d1e30c4e52" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_ebd911aa8274c38798a240b801e9f33d.setContent(html_fcfbb84a5c20836f7acf04d1e30c4e52);
|
|
|
|
|
|
|
|
marker_30bb0cdb92ff7c5e2fc6894c263ccb23.bindPopup(popup_ebd911aa8274c38798a240b801e9f33d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30bb0cdb92ff7c5e2fc6894c263ccb23.setIcon(icon_07246f61d3f06b11d6367505ee7ebbfa);
|
|
|
|
|
|
var marker_cef4f31223e0d15146a8a8ba0242961b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_e9c3672f08f427b8afff665a450bf52f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19f5dc9fd478eebe0159b1ca8c9205d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a7535336861163248cb437d476d4f2c = $(`<div id="html_9a7535336861163248cb437d476d4f2c" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_19f5dc9fd478eebe0159b1ca8c9205d1.setContent(html_9a7535336861163248cb437d476d4f2c);
|
|
|
|
|
|
|
|
marker_cef4f31223e0d15146a8a8ba0242961b.bindPopup(popup_19f5dc9fd478eebe0159b1ca8c9205d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cef4f31223e0d15146a8a8ba0242961b.setIcon(icon_e9c3672f08f427b8afff665a450bf52f);
|
|
|
|
|
|
var marker_d8e72ffb661a5a3bbc476f9f00e8ba68 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_ce7ef211984daffcb2a8212c6244365a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c4f4a0f9233c3f3d75685bce64a2f8a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_345f2eb03b5f6404a306a017a4dd6289 = $(`<div id="html_345f2eb03b5f6404a306a017a4dd6289" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_7c4f4a0f9233c3f3d75685bce64a2f8a.setContent(html_345f2eb03b5f6404a306a017a4dd6289);
|
|
|
|
|
|
|
|
marker_d8e72ffb661a5a3bbc476f9f00e8ba68.bindPopup(popup_7c4f4a0f9233c3f3d75685bce64a2f8a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8e72ffb661a5a3bbc476f9f00e8ba68.setIcon(icon_ce7ef211984daffcb2a8212c6244365a);
|
|
|
|
|
|
var marker_8762c410c174fad8a25274d059e048f3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_f08ae8bdb9cd6975eb6e254fe7937c74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20048750838e1d981d7f6c3e47933e1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e0ca3b90366f3f83bd9cc4410a924e8 = $(`<div id="html_0e0ca3b90366f3f83bd9cc4410a924e8" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_20048750838e1d981d7f6c3e47933e1f.setContent(html_0e0ca3b90366f3f83bd9cc4410a924e8);
|
|
|
|
|
|
|
|
marker_8762c410c174fad8a25274d059e048f3.bindPopup(popup_20048750838e1d981d7f6c3e47933e1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8762c410c174fad8a25274d059e048f3.setIcon(icon_f08ae8bdb9cd6975eb6e254fe7937c74);
|
|
|
|
|
|
var marker_078986195ed1f5249e1147c982230482 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_ef5109b323cc851b49838ff568533b8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_353d8c1535587bf75dceefc67cb2bcc8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c31c96dd13f9bb2551ab8eacf9bf3df8 = $(`<div id="html_c31c96dd13f9bb2551ab8eacf9bf3df8" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_353d8c1535587bf75dceefc67cb2bcc8.setContent(html_c31c96dd13f9bb2551ab8eacf9bf3df8);
|
|
|
|
|
|
|
|
marker_078986195ed1f5249e1147c982230482.bindPopup(popup_353d8c1535587bf75dceefc67cb2bcc8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_078986195ed1f5249e1147c982230482.setIcon(icon_ef5109b323cc851b49838ff568533b8a);
|
|
|
|
|
|
var marker_64a13302004a7427080f21fc88c7b434 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_eaa5a09e5557d4d3760d2dbbaa494dad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f870ef5bcfc69bc2fe26758e095bcc90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0e410c38f83a5d4259dac372978cd32 = $(`<div id="html_a0e410c38f83a5d4259dac372978cd32" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_f870ef5bcfc69bc2fe26758e095bcc90.setContent(html_a0e410c38f83a5d4259dac372978cd32);
|
|
|
|
|
|
|
|
marker_64a13302004a7427080f21fc88c7b434.bindPopup(popup_f870ef5bcfc69bc2fe26758e095bcc90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64a13302004a7427080f21fc88c7b434.setIcon(icon_eaa5a09e5557d4d3760d2dbbaa494dad);
|
|
|
|
|
|
var marker_a209a8b577f09452742ae2a1abf105d1 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_27b145c5db75bf1291fe7f47698ea7ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0332935979a12d14a6f4470b74fee3e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4b833bc10b0cca89a23f1154bb93227 = $(`<div id="html_e4b833bc10b0cca89a23f1154bb93227" style="width: 100.0%; height: 100.0%;">relay.nostr.nisshiee.org</div>`)[0];
|
|
popup_0332935979a12d14a6f4470b74fee3e9.setContent(html_e4b833bc10b0cca89a23f1154bb93227);
|
|
|
|
|
|
|
|
marker_a209a8b577f09452742ae2a1abf105d1.bindPopup(popup_0332935979a12d14a6f4470b74fee3e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a209a8b577f09452742ae2a1abf105d1.setIcon(icon_27b145c5db75bf1291fe7f47698ea7ba);
|
|
|
|
|
|
var marker_120be563e4f3fae8a58ee5c2028d4180 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_d41bca57a07d6dd47437ac6b7396ceb2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80c9e38f9e3b9ead45c59be331a63038 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16888687a14ae8583ce3e862878ff0b3 = $(`<div id="html_16888687a14ae8583ce3e862878ff0b3" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_80c9e38f9e3b9ead45c59be331a63038.setContent(html_16888687a14ae8583ce3e862878ff0b3);
|
|
|
|
|
|
|
|
marker_120be563e4f3fae8a58ee5c2028d4180.bindPopup(popup_80c9e38f9e3b9ead45c59be331a63038)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_120be563e4f3fae8a58ee5c2028d4180.setIcon(icon_d41bca57a07d6dd47437ac6b7396ceb2);
|
|
|
|
|
|
var marker_ebb8f7fafabda9afc67e680177a572ce = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_f98f4d62a3f6aba56154ce891644f065 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f90389e224168cd9c72bd9ec59cb4b11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0114833d0d9ca2faa0fbf09859d592b = $(`<div id="html_f0114833d0d9ca2faa0fbf09859d592b" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_f90389e224168cd9c72bd9ec59cb4b11.setContent(html_f0114833d0d9ca2faa0fbf09859d592b);
|
|
|
|
|
|
|
|
marker_ebb8f7fafabda9afc67e680177a572ce.bindPopup(popup_f90389e224168cd9c72bd9ec59cb4b11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebb8f7fafabda9afc67e680177a572ce.setIcon(icon_f98f4d62a3f6aba56154ce891644f065);
|
|
|
|
|
|
var marker_46adf2dd4f91a47bf055aac7ef714923 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_44718f2ed230c5f942415e5c61783de7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f0d238abff167204b3da77480814671 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_398c17b14116132f42cff83b225d1dda = $(`<div id="html_398c17b14116132f42cff83b225d1dda" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_3f0d238abff167204b3da77480814671.setContent(html_398c17b14116132f42cff83b225d1dda);
|
|
|
|
|
|
|
|
marker_46adf2dd4f91a47bf055aac7ef714923.bindPopup(popup_3f0d238abff167204b3da77480814671)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46adf2dd4f91a47bf055aac7ef714923.setIcon(icon_44718f2ed230c5f942415e5c61783de7);
|
|
|
|
|
|
var marker_8ff71c225cb0c171714acc783af5fe52 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_04299a5b8b68d685497e0a964bd1cebd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af63ce3eecb6b1afe526cd3a66254e55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a71a937d213a92a20ec72c61d9e1f01d = $(`<div id="html_a71a937d213a92a20ec72c61d9e1f01d" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_af63ce3eecb6b1afe526cd3a66254e55.setContent(html_a71a937d213a92a20ec72c61d9e1f01d);
|
|
|
|
|
|
|
|
marker_8ff71c225cb0c171714acc783af5fe52.bindPopup(popup_af63ce3eecb6b1afe526cd3a66254e55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ff71c225cb0c171714acc783af5fe52.setIcon(icon_04299a5b8b68d685497e0a964bd1cebd);
|
|
|
|
|
|
var marker_c27932533fd06e3f6f6905199f1bef84 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_81b1e767e3eb827eda9b3163e2178c38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31247cfd377a80b7724b9da7432a008e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_658226eea0861e9059f2b44bd15fae56 = $(`<div id="html_658226eea0861e9059f2b44bd15fae56" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_31247cfd377a80b7724b9da7432a008e.setContent(html_658226eea0861e9059f2b44bd15fae56);
|
|
|
|
|
|
|
|
marker_c27932533fd06e3f6f6905199f1bef84.bindPopup(popup_31247cfd377a80b7724b9da7432a008e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c27932533fd06e3f6f6905199f1bef84.setIcon(icon_81b1e767e3eb827eda9b3163e2178c38);
|
|
|
|
|
|
var marker_241267d539a3652601cebab5cd069a71 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_a3498d8d42c471c3b8c61f0546e4f4e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e41964152b3346fa96ec52d25f2f8e75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87c0ca77f2ec73e10aa19639cd9387b4 = $(`<div id="html_87c0ca77f2ec73e10aa19639cd9387b4" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_e41964152b3346fa96ec52d25f2f8e75.setContent(html_87c0ca77f2ec73e10aa19639cd9387b4);
|
|
|
|
|
|
|
|
marker_241267d539a3652601cebab5cd069a71.bindPopup(popup_e41964152b3346fa96ec52d25f2f8e75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_241267d539a3652601cebab5cd069a71.setIcon(icon_a3498d8d42c471c3b8c61f0546e4f4e8);
|
|
|
|
|
|
var marker_0139ddc125895307de159d7ea7f07947 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_0bf79ff27e29b8f229bb654ae6cf8199 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b309eeb2955764d3075aaf7bb79754c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_414a8d167aab1743237e32101369108e = $(`<div id="html_414a8d167aab1743237e32101369108e" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_9b309eeb2955764d3075aaf7bb79754c.setContent(html_414a8d167aab1743237e32101369108e);
|
|
|
|
|
|
|
|
marker_0139ddc125895307de159d7ea7f07947.bindPopup(popup_9b309eeb2955764d3075aaf7bb79754c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0139ddc125895307de159d7ea7f07947.setIcon(icon_0bf79ff27e29b8f229bb654ae6cf8199);
|
|
|
|
|
|
var marker_017f6e835f29b2d4b5702460b4a8e358 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_8708ac8887c135f4770494d2183c1886 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d23f3efd1b68ed9693e0995b2e143396 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_700c1167c5bb60e8c80d5961946a3f47 = $(`<div id="html_700c1167c5bb60e8c80d5961946a3f47" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_d23f3efd1b68ed9693e0995b2e143396.setContent(html_700c1167c5bb60e8c80d5961946a3f47);
|
|
|
|
|
|
|
|
marker_017f6e835f29b2d4b5702460b4a8e358.bindPopup(popup_d23f3efd1b68ed9693e0995b2e143396)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_017f6e835f29b2d4b5702460b4a8e358.setIcon(icon_8708ac8887c135f4770494d2183c1886);
|
|
|
|
|
|
var marker_3b89060469301a8ed1ee8f80a76ea586 = L.marker(
|
|
[13.7584, 100.622],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_cf8c8b8e1f92e0669c9d2cd9ecdd24a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a98bea52a42a3a0eee9e6d7dbba3e5d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f61fbcb246a7ca32858a34da830c5ba = $(`<div id="html_2f61fbcb246a7ca32858a34da830c5ba" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_a98bea52a42a3a0eee9e6d7dbba3e5d0.setContent(html_2f61fbcb246a7ca32858a34da830c5ba);
|
|
|
|
|
|
|
|
marker_3b89060469301a8ed1ee8f80a76ea586.bindPopup(popup_a98bea52a42a3a0eee9e6d7dbba3e5d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b89060469301a8ed1ee8f80a76ea586.setIcon(icon_cf8c8b8e1f92e0669c9d2cd9ecdd24a3);
|
|
|
|
|
|
var marker_b7e86a16cb3441839729c8cd576cb796 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_9394fb2a0591fba03840e0551bc52248 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe159cf407f1649458c45ace96d6d837 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b50c76949b25794c435ff513222aaca = $(`<div id="html_0b50c76949b25794c435ff513222aaca" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_fe159cf407f1649458c45ace96d6d837.setContent(html_0b50c76949b25794c435ff513222aaca);
|
|
|
|
|
|
|
|
marker_b7e86a16cb3441839729c8cd576cb796.bindPopup(popup_fe159cf407f1649458c45ace96d6d837)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7e86a16cb3441839729c8cd576cb796.setIcon(icon_9394fb2a0591fba03840e0551bc52248);
|
|
|
|
|
|
var marker_88a515ce40a79a8a05a44da667d3552b = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_28dda4cfbc9127d7f315857e29d11504 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dec6773f91e5159151fb1d490b4c6320 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_045453e595f885d4e41cef91ded8b3bb = $(`<div id="html_045453e595f885d4e41cef91ded8b3bb" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_dec6773f91e5159151fb1d490b4c6320.setContent(html_045453e595f885d4e41cef91ded8b3bb);
|
|
|
|
|
|
|
|
marker_88a515ce40a79a8a05a44da667d3552b.bindPopup(popup_dec6773f91e5159151fb1d490b4c6320)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88a515ce40a79a8a05a44da667d3552b.setIcon(icon_28dda4cfbc9127d7f315857e29d11504);
|
|
|
|
|
|
var marker_8cfdf4147059f1fd2b7d7a6dd672909b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_e6eed572020af013ab487e1bb6be0ffa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_600969dfc4d1ddd9cf9e0db665a94a37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ed82708ee3b4a1d7ba09d92ccc435d7 = $(`<div id="html_9ed82708ee3b4a1d7ba09d92ccc435d7" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_600969dfc4d1ddd9cf9e0db665a94a37.setContent(html_9ed82708ee3b4a1d7ba09d92ccc435d7);
|
|
|
|
|
|
|
|
marker_8cfdf4147059f1fd2b7d7a6dd672909b.bindPopup(popup_600969dfc4d1ddd9cf9e0db665a94a37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8cfdf4147059f1fd2b7d7a6dd672909b.setIcon(icon_e6eed572020af013ab487e1bb6be0ffa);
|
|
|
|
|
|
var marker_5320e3c0075adfededaa9f67936a8b55 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_739689da0e5163058974fb1005f9e446 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d49e9fc21291036f79d264b2e8629be4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9eb46c26e4aa4c98e323d004f4f65c37 = $(`<div id="html_9eb46c26e4aa4c98e323d004f4f65c37" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_d49e9fc21291036f79d264b2e8629be4.setContent(html_9eb46c26e4aa4c98e323d004f4f65c37);
|
|
|
|
|
|
|
|
marker_5320e3c0075adfededaa9f67936a8b55.bindPopup(popup_d49e9fc21291036f79d264b2e8629be4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5320e3c0075adfededaa9f67936a8b55.setIcon(icon_739689da0e5163058974fb1005f9e446);
|
|
|
|
|
|
var marker_4c87719ca18a79f4bac3f8783f48f55d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_70a30111a4195b3efbbce88700d15093 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f19881b1e1ca0d51962cd0719ea8ab1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43c33980eb75129dbc6a70bafcbe8a25 = $(`<div id="html_43c33980eb75129dbc6a70bafcbe8a25" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_9f19881b1e1ca0d51962cd0719ea8ab1.setContent(html_43c33980eb75129dbc6a70bafcbe8a25);
|
|
|
|
|
|
|
|
marker_4c87719ca18a79f4bac3f8783f48f55d.bindPopup(popup_9f19881b1e1ca0d51962cd0719ea8ab1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c87719ca18a79f4bac3f8783f48f55d.setIcon(icon_70a30111a4195b3efbbce88700d15093);
|
|
|
|
|
|
var marker_dca174a9ea9e11ea152d638a1919b5b7 = L.marker(
|
|
[47.4043, 8.57398],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_47cf428356054e4152ee8a57a4ef5fd5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22916767260e70c0468f643254c1672b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea1b757da69f9fc1487055cf234a916a = $(`<div id="html_ea1b757da69f9fc1487055cf234a916a" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_22916767260e70c0468f643254c1672b.setContent(html_ea1b757da69f9fc1487055cf234a916a);
|
|
|
|
|
|
|
|
marker_dca174a9ea9e11ea152d638a1919b5b7.bindPopup(popup_22916767260e70c0468f643254c1672b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dca174a9ea9e11ea152d638a1919b5b7.setIcon(icon_47cf428356054e4152ee8a57a4ef5fd5);
|
|
|
|
|
|
var marker_1a7f652564b07a9ddb945dd6de5ab379 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_e05c079f01719dab3b6ef039ed51ec36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2e70db858a4f3b4f134b80fa786d1d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9dc3408dfbc1af66ae5176c88db1436c = $(`<div id="html_9dc3408dfbc1af66ae5176c88db1436c" style="width: 100.0%; height: 100.0%;">relay.thibautduchene.fr</div>`)[0];
|
|
popup_e2e70db858a4f3b4f134b80fa786d1d3.setContent(html_9dc3408dfbc1af66ae5176c88db1436c);
|
|
|
|
|
|
|
|
marker_1a7f652564b07a9ddb945dd6de5ab379.bindPopup(popup_e2e70db858a4f3b4f134b80fa786d1d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a7f652564b07a9ddb945dd6de5ab379.setIcon(icon_e05c079f01719dab3b6ef039ed51ec36);
|
|
|
|
|
|
var marker_21e138df0c75edcbce0d4ee3a19c51d1 = L.marker(
|
|
[56.9677, 24.1056],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_4f717b177f09f783b3a4b1c25c751a01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_183180f5fddbdb03fda9505e06c97d21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01be3d521401fa203fdb89680b3344d3 = $(`<div id="html_01be3d521401fa203fdb89680b3344d3" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_183180f5fddbdb03fda9505e06c97d21.setContent(html_01be3d521401fa203fdb89680b3344d3);
|
|
|
|
|
|
|
|
marker_21e138df0c75edcbce0d4ee3a19c51d1.bindPopup(popup_183180f5fddbdb03fda9505e06c97d21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21e138df0c75edcbce0d4ee3a19c51d1.setIcon(icon_4f717b177f09f783b3a4b1c25c751a01);
|
|
|
|
|
|
var marker_d1ddf756966fde3600ad5ac201c4ff45 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_09bac7b489ec3b6d8d76ad11b6368136 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36ca1bab725a52b016b0401ef746e878 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ada6c0bd54bf7aa00ae6dbe306bd622d = $(`<div id="html_ada6c0bd54bf7aa00ae6dbe306bd622d" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_36ca1bab725a52b016b0401ef746e878.setContent(html_ada6c0bd54bf7aa00ae6dbe306bd622d);
|
|
|
|
|
|
|
|
marker_d1ddf756966fde3600ad5ac201c4ff45.bindPopup(popup_36ca1bab725a52b016b0401ef746e878)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1ddf756966fde3600ad5ac201c4ff45.setIcon(icon_09bac7b489ec3b6d8d76ad11b6368136);
|
|
|
|
|
|
var marker_e9f40f06fd7f701269b6699b3ed31aa0 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_63af71227b9dd3daa94a44968eacbd55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_871d4fc669a2254f11ead6222be6e52b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a75c6db6d2ae558712a5c085c5285392 = $(`<div id="html_a75c6db6d2ae558712a5c085c5285392" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_871d4fc669a2254f11ead6222be6e52b.setContent(html_a75c6db6d2ae558712a5c085c5285392);
|
|
|
|
|
|
|
|
marker_e9f40f06fd7f701269b6699b3ed31aa0.bindPopup(popup_871d4fc669a2254f11ead6222be6e52b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9f40f06fd7f701269b6699b3ed31aa0.setIcon(icon_63af71227b9dd3daa94a44968eacbd55);
|
|
|
|
|
|
var marker_f9858399c3de424a81bfde38fb1f9873 = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_dab3b085d2c658f19321a16c66979a3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96deb59acb7a4e673b94e2e23ac42649 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae0bd629df499e78781f45b3e710ac59 = $(`<div id="html_ae0bd629df499e78781f45b3e710ac59" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_96deb59acb7a4e673b94e2e23ac42649.setContent(html_ae0bd629df499e78781f45b3e710ac59);
|
|
|
|
|
|
|
|
marker_f9858399c3de424a81bfde38fb1f9873.bindPopup(popup_96deb59acb7a4e673b94e2e23ac42649)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9858399c3de424a81bfde38fb1f9873.setIcon(icon_dab3b085d2c658f19321a16c66979a3e);
|
|
|
|
|
|
var marker_83e54747767b2b6618ca65ad95436c9c = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_cb3028136b679e52ff4e5bdabc82a88a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf06aaffe8d74d5accd75cc015dff7de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f19a2b2f35bcf0bb5fce2160c51fcedc = $(`<div id="html_f19a2b2f35bcf0bb5fce2160c51fcedc" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_bf06aaffe8d74d5accd75cc015dff7de.setContent(html_f19a2b2f35bcf0bb5fce2160c51fcedc);
|
|
|
|
|
|
|
|
marker_83e54747767b2b6618ca65ad95436c9c.bindPopup(popup_bf06aaffe8d74d5accd75cc015dff7de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83e54747767b2b6618ca65ad95436c9c.setIcon(icon_cb3028136b679e52ff4e5bdabc82a88a);
|
|
|
|
|
|
var marker_4179733159e2378080e07c1f7e22b5fe = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_fc8468aff5580522edcdb4f7bea8b71f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_172f1510c0760b577b2c9a60a8e35c6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5950394ff3f3f7ee83b3c855f6157b1a = $(`<div id="html_5950394ff3f3f7ee83b3c855f6157b1a" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_172f1510c0760b577b2c9a60a8e35c6a.setContent(html_5950394ff3f3f7ee83b3c855f6157b1a);
|
|
|
|
|
|
|
|
marker_4179733159e2378080e07c1f7e22b5fe.bindPopup(popup_172f1510c0760b577b2c9a60a8e35c6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4179733159e2378080e07c1f7e22b5fe.setIcon(icon_fc8468aff5580522edcdb4f7bea8b71f);
|
|
|
|
|
|
var marker_93137fef3926663d9b395bd2ad76e882 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_cc22db64f1bc339f4556fe16b7369d30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88d08aba77cf264cc4cd4eebfd2baef7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a249e41bf45a9d55b6bf3f0c208e4808 = $(`<div id="html_a249e41bf45a9d55b6bf3f0c208e4808" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_88d08aba77cf264cc4cd4eebfd2baef7.setContent(html_a249e41bf45a9d55b6bf3f0c208e4808);
|
|
|
|
|
|
|
|
marker_93137fef3926663d9b395bd2ad76e882.bindPopup(popup_88d08aba77cf264cc4cd4eebfd2baef7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93137fef3926663d9b395bd2ad76e882.setIcon(icon_cc22db64f1bc339f4556fe16b7369d30);
|
|
|
|
|
|
var marker_31a65dbd8195e66c8a16090e99535ad7 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_6b177ef36cf4d53b58ddd61e04ad2347 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e939fcc9f6c7b78842f756d4f1b577ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21ec82c201b60b3b58aa301be0cddeb6 = $(`<div id="html_21ec82c201b60b3b58aa301be0cddeb6" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_e939fcc9f6c7b78842f756d4f1b577ce.setContent(html_21ec82c201b60b3b58aa301be0cddeb6);
|
|
|
|
|
|
|
|
marker_31a65dbd8195e66c8a16090e99535ad7.bindPopup(popup_e939fcc9f6c7b78842f756d4f1b577ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31a65dbd8195e66c8a16090e99535ad7.setIcon(icon_6b177ef36cf4d53b58ddd61e04ad2347);
|
|
|
|
|
|
var marker_102c57ce36a25348c00daa24a732acc6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_6ae600272795a7b339734b8ac24d8cca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eff76d0d93b1e11437c11af17a8e688b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_395d464a385212d7c27000625cb895ae = $(`<div id="html_395d464a385212d7c27000625cb895ae" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_eff76d0d93b1e11437c11af17a8e688b.setContent(html_395d464a385212d7c27000625cb895ae);
|
|
|
|
|
|
|
|
marker_102c57ce36a25348c00daa24a732acc6.bindPopup(popup_eff76d0d93b1e11437c11af17a8e688b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_102c57ce36a25348c00daa24a732acc6.setIcon(icon_6ae600272795a7b339734b8ac24d8cca);
|
|
|
|
|
|
var marker_082dcd76b0921c3f187fff19237a0a3c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_b5c44589b30d06860dcaf397a2aaa059 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1cc2bd094b9d063d0b728180bb20300b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_374a9bb2bb3614db0f4a58099e8a6acc = $(`<div id="html_374a9bb2bb3614db0f4a58099e8a6acc" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_1cc2bd094b9d063d0b728180bb20300b.setContent(html_374a9bb2bb3614db0f4a58099e8a6acc);
|
|
|
|
|
|
|
|
marker_082dcd76b0921c3f187fff19237a0a3c.bindPopup(popup_1cc2bd094b9d063d0b728180bb20300b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_082dcd76b0921c3f187fff19237a0a3c.setIcon(icon_b5c44589b30d06860dcaf397a2aaa059);
|
|
|
|
|
|
var marker_0a12d13f7773db488aa27124cdcf3e8b = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_cdb95971a858eb0a3fbcf1dcafdb7ad1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab087c205375c5d26d9069097e8d21b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22f1fc1382887cd6ba75074383b0f355 = $(`<div id="html_22f1fc1382887cd6ba75074383b0f355" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_ab087c205375c5d26d9069097e8d21b7.setContent(html_22f1fc1382887cd6ba75074383b0f355);
|
|
|
|
|
|
|
|
marker_0a12d13f7773db488aa27124cdcf3e8b.bindPopup(popup_ab087c205375c5d26d9069097e8d21b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a12d13f7773db488aa27124cdcf3e8b.setIcon(icon_cdb95971a858eb0a3fbcf1dcafdb7ad1);
|
|
|
|
|
|
var marker_5f8e4c5405266e61711b5f2daeafc0b1 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_cc42b2b17beb9fc3836e60161112ce29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c993b8fde85a8e0d4ef222ec97372755 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f0c67cf3a2f46ddc68e6d6dff652534 = $(`<div id="html_0f0c67cf3a2f46ddc68e6d6dff652534" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_c993b8fde85a8e0d4ef222ec97372755.setContent(html_0f0c67cf3a2f46ddc68e6d6dff652534);
|
|
|
|
|
|
|
|
marker_5f8e4c5405266e61711b5f2daeafc0b1.bindPopup(popup_c993b8fde85a8e0d4ef222ec97372755)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f8e4c5405266e61711b5f2daeafc0b1.setIcon(icon_cc42b2b17beb9fc3836e60161112ce29);
|
|
|
|
|
|
var marker_5fda88c870879c278dad2fee17997cee = L.marker(
|
|
[-26.2041, 28.0473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_380c68403dfd0c22a1ccad7b5f1238c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4db29b47fdca8cb007269ccdc648756 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18afd461f05c2f0206ec49e4c50c1d51 = $(`<div id="html_18afd461f05c2f0206ec49e4c50c1d51" style="width: 100.0%; height: 100.0%;">ribo.af.nostria.app</div>`)[0];
|
|
popup_d4db29b47fdca8cb007269ccdc648756.setContent(html_18afd461f05c2f0206ec49e4c50c1d51);
|
|
|
|
|
|
|
|
marker_5fda88c870879c278dad2fee17997cee.bindPopup(popup_d4db29b47fdca8cb007269ccdc648756)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5fda88c870879c278dad2fee17997cee.setIcon(icon_380c68403dfd0c22a1ccad7b5f1238c8);
|
|
|
|
|
|
var marker_a3f3b5d9bc221e63d63c0e5edba240e3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_6eeb1b8c36addd054334c5481dc5e9a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_928d64f387badffafba66edb5b7e5ddc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8b9ff94091bcad1e4dde9ba339ba58e = $(`<div id="html_b8b9ff94091bcad1e4dde9ba339ba58e" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_928d64f387badffafba66edb5b7e5ddc.setContent(html_b8b9ff94091bcad1e4dde9ba339ba58e);
|
|
|
|
|
|
|
|
marker_a3f3b5d9bc221e63d63c0e5edba240e3.bindPopup(popup_928d64f387badffafba66edb5b7e5ddc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3f3b5d9bc221e63d63c0e5edba240e3.setIcon(icon_6eeb1b8c36addd054334c5481dc5e9a0);
|
|
|
|
|
|
var marker_82e97f6aeb8ad6a62225e3651e88ab91 = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_09d5a35f31380509b3521f3857bb6edc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a36d8388cacda29bf7038914b30a4603 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1674c7c8d970b874f60ca5056db09dc8 = $(`<div id="html_1674c7c8d970b874f60ca5056db09dc8" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_a36d8388cacda29bf7038914b30a4603.setContent(html_1674c7c8d970b874f60ca5056db09dc8);
|
|
|
|
|
|
|
|
marker_82e97f6aeb8ad6a62225e3651e88ab91.bindPopup(popup_a36d8388cacda29bf7038914b30a4603)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82e97f6aeb8ad6a62225e3651e88ab91.setIcon(icon_09d5a35f31380509b3521f3857bb6edc);
|
|
|
|
|
|
var marker_b7df97ff098536d4981f7988354bdbac = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_775d1808e259714050e0fa0de2b855e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bcc41909e4cf5ab5cd0e22e3ccdd0ef8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc1b8a16f29c5d226f93f37c4a9dfd71 = $(`<div id="html_bc1b8a16f29c5d226f93f37c4a9dfd71" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_bcc41909e4cf5ab5cd0e22e3ccdd0ef8.setContent(html_bc1b8a16f29c5d226f93f37c4a9dfd71);
|
|
|
|
|
|
|
|
marker_b7df97ff098536d4981f7988354bdbac.bindPopup(popup_bcc41909e4cf5ab5cd0e22e3ccdd0ef8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7df97ff098536d4981f7988354bdbac.setIcon(icon_775d1808e259714050e0fa0de2b855e2);
|
|
|
|
|
|
var marker_1bed3155e5ae7e1a0bc3255ccd92b27f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_b75f6398a5e107a59537ceb5dd2288ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc6ec69a958cd4b9fe1c390cefeb3d5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86252360c5110447fc048037660973fe = $(`<div id="html_86252360c5110447fc048037660973fe" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_dc6ec69a958cd4b9fe1c390cefeb3d5d.setContent(html_86252360c5110447fc048037660973fe);
|
|
|
|
|
|
|
|
marker_1bed3155e5ae7e1a0bc3255ccd92b27f.bindPopup(popup_dc6ec69a958cd4b9fe1c390cefeb3d5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bed3155e5ae7e1a0bc3255ccd92b27f.setIcon(icon_b75f6398a5e107a59537ceb5dd2288ad);
|
|
|
|
|
|
var marker_b2e32d44610821ede04b1c2ed1c49569 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_8cefdb3269d2f9671f70d123fa726a3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d89c5c46c4b61373ef13e6cbb0c4f358 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fa9070a696d96323a7329c74029eeef = $(`<div id="html_6fa9070a696d96323a7329c74029eeef" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_d89c5c46c4b61373ef13e6cbb0c4f358.setContent(html_6fa9070a696d96323a7329c74029eeef);
|
|
|
|
|
|
|
|
marker_b2e32d44610821ede04b1c2ed1c49569.bindPopup(popup_d89c5c46c4b61373ef13e6cbb0c4f358)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2e32d44610821ede04b1c2ed1c49569.setIcon(icon_8cefdb3269d2f9671f70d123fa726a3f);
|
|
|
|
|
|
var marker_6ece2b55ab8fcde235692f4266b86dac = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_927d742f86c027bbd7c621e076a07e15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fe21f2ec55732a19e8941c738c4175d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ab3e7310d50ff955141845285449c20 = $(`<div id="html_5ab3e7310d50ff955141845285449c20" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_8fe21f2ec55732a19e8941c738c4175d.setContent(html_5ab3e7310d50ff955141845285449c20);
|
|
|
|
|
|
|
|
marker_6ece2b55ab8fcde235692f4266b86dac.bindPopup(popup_8fe21f2ec55732a19e8941c738c4175d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ece2b55ab8fcde235692f4266b86dac.setIcon(icon_927d742f86c027bbd7c621e076a07e15);
|
|
|
|
|
|
var marker_0748e59c425a03c05f31f2f65632fd1a = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_06b5c8c7a20e39e7be8f20df7d51dbf9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6feda81fbf2354fe5720dbd38511a33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7559c351331173def2fb705b2b9dc9fb = $(`<div id="html_7559c351331173def2fb705b2b9dc9fb" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_a6feda81fbf2354fe5720dbd38511a33.setContent(html_7559c351331173def2fb705b2b9dc9fb);
|
|
|
|
|
|
|
|
marker_0748e59c425a03c05f31f2f65632fd1a.bindPopup(popup_a6feda81fbf2354fe5720dbd38511a33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0748e59c425a03c05f31f2f65632fd1a.setIcon(icon_06b5c8c7a20e39e7be8f20df7d51dbf9);
|
|
|
|
|
|
var marker_7f8877892b305d34d40f093ee2fcc4b4 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_0ba512ffa886c2ea67ea560256ea2e8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3013a231b3175d688d40619f68c288f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_754cecbb6b772ecc9dcbe0c92d2474d1 = $(`<div id="html_754cecbb6b772ecc9dcbe0c92d2474d1" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_d3013a231b3175d688d40619f68c288f.setContent(html_754cecbb6b772ecc9dcbe0c92d2474d1);
|
|
|
|
|
|
|
|
marker_7f8877892b305d34d40f093ee2fcc4b4.bindPopup(popup_d3013a231b3175d688d40619f68c288f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f8877892b305d34d40f093ee2fcc4b4.setIcon(icon_0ba512ffa886c2ea67ea560256ea2e8b);
|
|
|
|
|
|
var marker_fcc12b18a357f79f9dfc1e6fc2e4002e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_ec06198ff3322c9ab3ec629989f9ca70 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d03b20672fa45069913bc7b5af27e46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1010eb542c47336a3d9b523bc5242de9 = $(`<div id="html_1010eb542c47336a3d9b523bc5242de9" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_3d03b20672fa45069913bc7b5af27e46.setContent(html_1010eb542c47336a3d9b523bc5242de9);
|
|
|
|
|
|
|
|
marker_fcc12b18a357f79f9dfc1e6fc2e4002e.bindPopup(popup_3d03b20672fa45069913bc7b5af27e46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fcc12b18a357f79f9dfc1e6fc2e4002e.setIcon(icon_ec06198ff3322c9ab3ec629989f9ca70);
|
|
|
|
|
|
var marker_58e6bc646c424db0128399965f6f85df = L.marker(
|
|
[30.2672, -97.7431],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_d79b3d46748c18e3d54f57025c05615b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04adaa0ac3c513863a38e80b0fffe516 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15da4f288db744b7feb68e66c82d401a = $(`<div id="html_15da4f288db744b7feb68e66c82d401a" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_04adaa0ac3c513863a38e80b0fffe516.setContent(html_15da4f288db744b7feb68e66c82d401a);
|
|
|
|
|
|
|
|
marker_58e6bc646c424db0128399965f6f85df.bindPopup(popup_04adaa0ac3c513863a38e80b0fffe516)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58e6bc646c424db0128399965f6f85df.setIcon(icon_d79b3d46748c18e3d54f57025c05615b);
|
|
|
|
|
|
var marker_1634aa70129603c55f22303e9bf3625d = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_8ec61e278d9a3b2c1db65e29bf9ec236 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bed18042197e16b35400011a9aa8aab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_422789043c7f6a99dd48967b7367ee61 = $(`<div id="html_422789043c7f6a99dd48967b7367ee61" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_5bed18042197e16b35400011a9aa8aab.setContent(html_422789043c7f6a99dd48967b7367ee61);
|
|
|
|
|
|
|
|
marker_1634aa70129603c55f22303e9bf3625d.bindPopup(popup_5bed18042197e16b35400011a9aa8aab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1634aa70129603c55f22303e9bf3625d.setIcon(icon_8ec61e278d9a3b2c1db65e29bf9ec236);
|
|
|
|
|
|
var marker_2332ca2b23ca0a60866ef269827dd240 = L.marker(
|
|
[39.048, -77.4817],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_a0201179a09676bcdaa2f841a13b58cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4792f150a0ec2fa96aaf7ea3a925e30d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3432626a45d3243cf01e42d42e498b50 = $(`<div id="html_3432626a45d3243cf01e42d42e498b50" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_4792f150a0ec2fa96aaf7ea3a925e30d.setContent(html_3432626a45d3243cf01e42d42e498b50);
|
|
|
|
|
|
|
|
marker_2332ca2b23ca0a60866ef269827dd240.bindPopup(popup_4792f150a0ec2fa96aaf7ea3a925e30d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2332ca2b23ca0a60866ef269827dd240.setIcon(icon_a0201179a09676bcdaa2f841a13b58cc);
|
|
|
|
|
|
var marker_63650b8833fb082aabce3745c63837bc = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_63e3c028ab014c4fb1d9a8919d974598 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88663c3474d053364a98d44ba576fef9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f491d6a56b22b6bf94aa4e836777772 = $(`<div id="html_2f491d6a56b22b6bf94aa4e836777772" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_88663c3474d053364a98d44ba576fef9.setContent(html_2f491d6a56b22b6bf94aa4e836777772);
|
|
|
|
|
|
|
|
marker_63650b8833fb082aabce3745c63837bc.bindPopup(popup_88663c3474d053364a98d44ba576fef9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63650b8833fb082aabce3745c63837bc.setIcon(icon_63e3c028ab014c4fb1d9a8919d974598);
|
|
|
|
|
|
var marker_8870a315ed26ae72641fdbc3cf8cfc29 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_edc998a9d610d250103cfffea2c6ef78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06b3465516eea58171d47f4a84d12049 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df1f595fcb6be9d1f1085669ecab8514 = $(`<div id="html_df1f595fcb6be9d1f1085669ecab8514" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_06b3465516eea58171d47f4a84d12049.setContent(html_df1f595fcb6be9d1f1085669ecab8514);
|
|
|
|
|
|
|
|
marker_8870a315ed26ae72641fdbc3cf8cfc29.bindPopup(popup_06b3465516eea58171d47f4a84d12049)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8870a315ed26ae72641fdbc3cf8cfc29.setIcon(icon_edc998a9d610d250103cfffea2c6ef78);
|
|
|
|
|
|
var marker_e2a65ee60d1b315cd3f732513c0196d8 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_c26493434d64fb216c106f5c162c6c0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97faeb0e1fdb800b5828a0b199f74582 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2c3c1cf5d437f06502610a4c9aad905 = $(`<div id="html_f2c3c1cf5d437f06502610a4c9aad905" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_97faeb0e1fdb800b5828a0b199f74582.setContent(html_f2c3c1cf5d437f06502610a4c9aad905);
|
|
|
|
|
|
|
|
marker_e2a65ee60d1b315cd3f732513c0196d8.bindPopup(popup_97faeb0e1fdb800b5828a0b199f74582)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2a65ee60d1b315cd3f732513c0196d8.setIcon(icon_c26493434d64fb216c106f5c162c6c0c);
|
|
|
|
|
|
var marker_6025b17f9ac4fb24ff3f520108270613 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_5f61a330dce6abe53a63e65a543abc9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c45e01e8fcf6b722ed78e1e2676641ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b02db5a09664487b2c5e473b11937faa = $(`<div id="html_b02db5a09664487b2c5e473b11937faa" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_c45e01e8fcf6b722ed78e1e2676641ad.setContent(html_b02db5a09664487b2c5e473b11937faa);
|
|
|
|
|
|
|
|
marker_6025b17f9ac4fb24ff3f520108270613.bindPopup(popup_c45e01e8fcf6b722ed78e1e2676641ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6025b17f9ac4fb24ff3f520108270613.setIcon(icon_5f61a330dce6abe53a63e65a543abc9c);
|
|
|
|
|
|
var marker_145b4123f2440d84c4ee87cfe247e264 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_080b1e23d6379e874a11fddf209f46be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb317979c41c7f3d56d8ce95af4020be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e42346077757c0281c08653d2c472d7 = $(`<div id="html_1e42346077757c0281c08653d2c472d7" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_eb317979c41c7f3d56d8ce95af4020be.setContent(html_1e42346077757c0281c08653d2c472d7);
|
|
|
|
|
|
|
|
marker_145b4123f2440d84c4ee87cfe247e264.bindPopup(popup_eb317979c41c7f3d56d8ce95af4020be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_145b4123f2440d84c4ee87cfe247e264.setIcon(icon_080b1e23d6379e874a11fddf209f46be);
|
|
|
|
|
|
var marker_4846e4128bb73579a842dc418809c5fc = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_12872f10c5ebede5b6801b64224378de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8606773d9373a5eb756b35b8248f3aae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52c4186583706a7f9b031191be36b5fc = $(`<div id="html_52c4186583706a7f9b031191be36b5fc" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_8606773d9373a5eb756b35b8248f3aae.setContent(html_52c4186583706a7f9b031191be36b5fc);
|
|
|
|
|
|
|
|
marker_4846e4128bb73579a842dc418809c5fc.bindPopup(popup_8606773d9373a5eb756b35b8248f3aae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4846e4128bb73579a842dc418809c5fc.setIcon(icon_12872f10c5ebede5b6801b64224378de);
|
|
|
|
|
|
var marker_74f12148a288d47bb0534cad40131e2d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_4dacbdcc119478943fe13c670277c953 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c327e01507849ce54b90b7a8bdafa15a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_402b602a8604041d7519cec66757dbe9 = $(`<div id="html_402b602a8604041d7519cec66757dbe9" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_c327e01507849ce54b90b7a8bdafa15a.setContent(html_402b602a8604041d7519cec66757dbe9);
|
|
|
|
|
|
|
|
marker_74f12148a288d47bb0534cad40131e2d.bindPopup(popup_c327e01507849ce54b90b7a8bdafa15a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74f12148a288d47bb0534cad40131e2d.setIcon(icon_4dacbdcc119478943fe13c670277c953);
|
|
|
|
|
|
var marker_a89614e87bb5ae92c753518de021ed2f = L.marker(
|
|
[53.5501, -113.469],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_699bc77c9199af7630f4127ef482dee2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6b03519f06da2548474ddb4cebedd99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e58943ac0660334bcb758d19fb47b61 = $(`<div id="html_0e58943ac0660334bcb758d19fb47b61" style="width: 100.0%; height: 100.0%;">nostr.coincards.com</div>`)[0];
|
|
popup_a6b03519f06da2548474ddb4cebedd99.setContent(html_0e58943ac0660334bcb758d19fb47b61);
|
|
|
|
|
|
|
|
marker_a89614e87bb5ae92c753518de021ed2f.bindPopup(popup_a6b03519f06da2548474ddb4cebedd99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a89614e87bb5ae92c753518de021ed2f.setIcon(icon_699bc77c9199af7630f4127ef482dee2);
|
|
|
|
|
|
var marker_4b2a3816866cfad8621114df5185a12a = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_f616ad4d3a06e0cac40bf727ae948c2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_149777a0b32ed0e9e248888aa7418b4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13b719a4ce9c7816c6c8b0d62b3967aa = $(`<div id="html_13b719a4ce9c7816c6c8b0d62b3967aa" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_149777a0b32ed0e9e248888aa7418b4d.setContent(html_13b719a4ce9c7816c6c8b0d62b3967aa);
|
|
|
|
|
|
|
|
marker_4b2a3816866cfad8621114df5185a12a.bindPopup(popup_149777a0b32ed0e9e248888aa7418b4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b2a3816866cfad8621114df5185a12a.setIcon(icon_f616ad4d3a06e0cac40bf727ae948c2e);
|
|
|
|
|
|
var marker_2c10c80a8b5bb6993752d99a330910cc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_0900abb4b1a5a6096272c801c7558c71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abc6773d5828db58b874402da559f2fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d6da8be58ed2c552ce7d3d8b9e4d4cb = $(`<div id="html_8d6da8be58ed2c552ce7d3d8b9e4d4cb" style="width: 100.0%; height: 100.0%;">alien.macneilmediagroup.com</div>`)[0];
|
|
popup_abc6773d5828db58b874402da559f2fc.setContent(html_8d6da8be58ed2c552ce7d3d8b9e4d4cb);
|
|
|
|
|
|
|
|
marker_2c10c80a8b5bb6993752d99a330910cc.bindPopup(popup_abc6773d5828db58b874402da559f2fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c10c80a8b5bb6993752d99a330910cc.setIcon(icon_0900abb4b1a5a6096272c801c7558c71);
|
|
|
|
|
|
var marker_2ca4189e7216e87517c73cf958c71a07 = L.marker(
|
|
[47.6735, -116.781],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_36e7b49778cd05c128714acf5959b33f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_841cdd65f7a154736417c4185386408b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2cf2d6520a86dc5721803cbc25eafe26 = $(`<div id="html_2cf2d6520a86dc5721803cbc25eafe26" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_841cdd65f7a154736417c4185386408b.setContent(html_2cf2d6520a86dc5721803cbc25eafe26);
|
|
|
|
|
|
|
|
marker_2ca4189e7216e87517c73cf958c71a07.bindPopup(popup_841cdd65f7a154736417c4185386408b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ca4189e7216e87517c73cf958c71a07.setIcon(icon_36e7b49778cd05c128714acf5959b33f);
|
|
|
|
|
|
var marker_cfdc5a91bd8fe3379ea8df093ec0223b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_866aae074c7030339befc3ed68c72395 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9dbf41843f99a74656552acf392d6c14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b351d0e8d4b369e228a513e1aa7c063 = $(`<div id="html_4b351d0e8d4b369e228a513e1aa7c063" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_9dbf41843f99a74656552acf392d6c14.setContent(html_4b351d0e8d4b369e228a513e1aa7c063);
|
|
|
|
|
|
|
|
marker_cfdc5a91bd8fe3379ea8df093ec0223b.bindPopup(popup_9dbf41843f99a74656552acf392d6c14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfdc5a91bd8fe3379ea8df093ec0223b.setIcon(icon_866aae074c7030339befc3ed68c72395);
|
|
|
|
|
|
var marker_897e601d430bd6172285e0b60834e5f9 = L.marker(
|
|
[13.9178, 100.424],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_a2fe93f3f730ef67ece94134f39d7bc1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6f4962fb2cc29bce8c0b0d5bb7970cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23fc7e3356846b65acdf9223d8b2f1f0 = $(`<div id="html_23fc7e3356846b65acdf9223d8b2f1f0" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_f6f4962fb2cc29bce8c0b0d5bb7970cd.setContent(html_23fc7e3356846b65acdf9223d8b2f1f0);
|
|
|
|
|
|
|
|
marker_897e601d430bd6172285e0b60834e5f9.bindPopup(popup_f6f4962fb2cc29bce8c0b0d5bb7970cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_897e601d430bd6172285e0b60834e5f9.setIcon(icon_a2fe93f3f730ef67ece94134f39d7bc1);
|
|
|
|
|
|
var marker_9c319f42ef641a158c56b869bd46819b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_d302cacded11ad095bffd3acd1f8a3e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98cb0a8c3868299ce4c52892430c2c41 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_904066199a17e762e0b6c46fef492605 = $(`<div id="html_904066199a17e762e0b6c46fef492605" style="width: 100.0%; height: 100.0%;">a.nos.lol</div>`)[0];
|
|
popup_98cb0a8c3868299ce4c52892430c2c41.setContent(html_904066199a17e762e0b6c46fef492605);
|
|
|
|
|
|
|
|
marker_9c319f42ef641a158c56b869bd46819b.bindPopup(popup_98cb0a8c3868299ce4c52892430c2c41)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c319f42ef641a158c56b869bd46819b.setIcon(icon_d302cacded11ad095bffd3acd1f8a3e3);
|
|
|
|
|
|
var marker_c6a7b100d74cd2df52921e1fbf8d2b42 = L.marker(
|
|
[49.6735, -124.928],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_ba3adc72131e049149c2b14fba668d90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e93cd569fc19dde2772a384db707aba8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47efec26e30aa17894c919c04e52acf8 = $(`<div id="html_47efec26e30aa17894c919c04e52acf8" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_e93cd569fc19dde2772a384db707aba8.setContent(html_47efec26e30aa17894c919c04e52acf8);
|
|
|
|
|
|
|
|
marker_c6a7b100d74cd2df52921e1fbf8d2b42.bindPopup(popup_e93cd569fc19dde2772a384db707aba8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6a7b100d74cd2df52921e1fbf8d2b42.setIcon(icon_ba3adc72131e049149c2b14fba668d90);
|
|
|
|
|
|
var marker_f48516cf6f57114dae92eeabd5a6ffbc = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_5c889204ab362b5c0176b17b141e3eb9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76e15ec4a6efb4e8eea5b9c453017e29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6db149da8e9efaf3ca4bab3d4070c46 = $(`<div id="html_d6db149da8e9efaf3ca4bab3d4070c46" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_76e15ec4a6efb4e8eea5b9c453017e29.setContent(html_d6db149da8e9efaf3ca4bab3d4070c46);
|
|
|
|
|
|
|
|
marker_f48516cf6f57114dae92eeabd5a6ffbc.bindPopup(popup_76e15ec4a6efb4e8eea5b9c453017e29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f48516cf6f57114dae92eeabd5a6ffbc.setIcon(icon_5c889204ab362b5c0176b17b141e3eb9);
|
|
|
|
|
|
var marker_f8d9c7180e860d2f02287a942d2abed1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_9268954f1236f75f7269364c142e1d27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2cb8b30bcd16427773f786949fcfd100 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77bb2bb26f3fe124c480b0ae06c3cf85 = $(`<div id="html_77bb2bb26f3fe124c480b0ae06c3cf85" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_2cb8b30bcd16427773f786949fcfd100.setContent(html_77bb2bb26f3fe124c480b0ae06c3cf85);
|
|
|
|
|
|
|
|
marker_f8d9c7180e860d2f02287a942d2abed1.bindPopup(popup_2cb8b30bcd16427773f786949fcfd100)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8d9c7180e860d2f02287a942d2abed1.setIcon(icon_9268954f1236f75f7269364c142e1d27);
|
|
|
|
|
|
var marker_c72e40152d12667190944242e00a383c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_c41d23a7b60632c2820c5e04bd36f12e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aaf80776f41e4bd483d88ec1e39d4faf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_906d49dcd832ee1f4f92c88883c5edd0 = $(`<div id="html_906d49dcd832ee1f4f92c88883c5edd0" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_aaf80776f41e4bd483d88ec1e39d4faf.setContent(html_906d49dcd832ee1f4f92c88883c5edd0);
|
|
|
|
|
|
|
|
marker_c72e40152d12667190944242e00a383c.bindPopup(popup_aaf80776f41e4bd483d88ec1e39d4faf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c72e40152d12667190944242e00a383c.setIcon(icon_c41d23a7b60632c2820c5e04bd36f12e);
|
|
|
|
|
|
var marker_562632becd337306d06ad5f04d35e779 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_2b03cb70d7057531b05b4cb245e611ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec3ddfc922f9b6e7bf8b58c3e70406fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8103a188760cddbd6557a3c68b9564ce = $(`<div id="html_8103a188760cddbd6557a3c68b9564ce" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_ec3ddfc922f9b6e7bf8b58c3e70406fb.setContent(html_8103a188760cddbd6557a3c68b9564ce);
|
|
|
|
|
|
|
|
marker_562632becd337306d06ad5f04d35e779.bindPopup(popup_ec3ddfc922f9b6e7bf8b58c3e70406fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_562632becd337306d06ad5f04d35e779.setIcon(icon_2b03cb70d7057531b05b4cb245e611ee);
|
|
|
|
|
|
var marker_75276392dd1d8dde7349b0a36b1c719b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_78478c9ee45b42687fdcf614f5178117 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_805976d8194403a435706ede34e1e8f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ee2fda619b0ce9197817f123838b031 = $(`<div id="html_4ee2fda619b0ce9197817f123838b031" style="width: 100.0%; height: 100.0%;">divine.diy</div>`)[0];
|
|
popup_805976d8194403a435706ede34e1e8f5.setContent(html_4ee2fda619b0ce9197817f123838b031);
|
|
|
|
|
|
|
|
marker_75276392dd1d8dde7349b0a36b1c719b.bindPopup(popup_805976d8194403a435706ede34e1e8f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75276392dd1d8dde7349b0a36b1c719b.setIcon(icon_78478c9ee45b42687fdcf614f5178117);
|
|
|
|
|
|
var marker_872d1992b48aa05881701e240f7fe9e4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_ebd2e1ae806382d6f4e590b161e9f4cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24227e370e4be7bd3144ab03468b6f17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6feb06b049b12a54a9303b46a8256d18 = $(`<div id="html_6feb06b049b12a54a9303b46a8256d18" style="width: 100.0%; height: 100.0%;">relay.holzeis.me</div>`)[0];
|
|
popup_24227e370e4be7bd3144ab03468b6f17.setContent(html_6feb06b049b12a54a9303b46a8256d18);
|
|
|
|
|
|
|
|
marker_872d1992b48aa05881701e240f7fe9e4.bindPopup(popup_24227e370e4be7bd3144ab03468b6f17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_872d1992b48aa05881701e240f7fe9e4.setIcon(icon_ebd2e1ae806382d6f4e590b161e9f4cd);
|
|
|
|
|
|
var marker_aabc5a113d092bb076064a54cdc569a5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_7be9f3c0236189e4e4b9584bc5e297b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb895675f5bdb780fd4ea26813d1d041 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ecb5ac8f62eef05af9e87dd497ec3758 = $(`<div id="html_ecb5ac8f62eef05af9e87dd497ec3758" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_eb895675f5bdb780fd4ea26813d1d041.setContent(html_ecb5ac8f62eef05af9e87dd497ec3758);
|
|
|
|
|
|
|
|
marker_aabc5a113d092bb076064a54cdc569a5.bindPopup(popup_eb895675f5bdb780fd4ea26813d1d041)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aabc5a113d092bb076064a54cdc569a5.setIcon(icon_7be9f3c0236189e4e4b9584bc5e297b9);
|
|
|
|
|
|
var marker_e484e74e5230912fe931416830a91f84 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_9d5ec6630331186376bcafdfc6f0d6de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce10526b93173ad82c1410259f1ede70 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4ac5a37c6d5f898bdded61bbf4733c5 = $(`<div id="html_d4ac5a37c6d5f898bdded61bbf4733c5" style="width: 100.0%; height: 100.0%;">relay1.nostrchat.io</div>`)[0];
|
|
popup_ce10526b93173ad82c1410259f1ede70.setContent(html_d4ac5a37c6d5f898bdded61bbf4733c5);
|
|
|
|
|
|
|
|
marker_e484e74e5230912fe931416830a91f84.bindPopup(popup_ce10526b93173ad82c1410259f1ede70)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e484e74e5230912fe931416830a91f84.setIcon(icon_9d5ec6630331186376bcafdfc6f0d6de);
|
|
|
|
|
|
var marker_80d722d89d50ade3426e55f86fc80aa0 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_f7075d1b68381d6ad974f8edb8f12e81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d242dcfd65c8b69340da7f5434aae20e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0afb07ef764b856275b543dd0ad3519f = $(`<div id="html_0afb07ef764b856275b543dd0ad3519f" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_d242dcfd65c8b69340da7f5434aae20e.setContent(html_0afb07ef764b856275b543dd0ad3519f);
|
|
|
|
|
|
|
|
marker_80d722d89d50ade3426e55f86fc80aa0.bindPopup(popup_d242dcfd65c8b69340da7f5434aae20e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80d722d89d50ade3426e55f86fc80aa0.setIcon(icon_f7075d1b68381d6ad974f8edb8f12e81);
|
|
|
|
|
|
var marker_47006a6a2ff183a3339cda12c40fb1d3 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_3b498ea3e92c8f24a8cb5f00efdca7da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73b9da83ba819e7666f37fef8ab38c1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b912fbda14af381202aec734c22abe8 = $(`<div id="html_3b912fbda14af381202aec734c22abe8" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_73b9da83ba819e7666f37fef8ab38c1d.setContent(html_3b912fbda14af381202aec734c22abe8);
|
|
|
|
|
|
|
|
marker_47006a6a2ff183a3339cda12c40fb1d3.bindPopup(popup_73b9da83ba819e7666f37fef8ab38c1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47006a6a2ff183a3339cda12c40fb1d3.setIcon(icon_3b498ea3e92c8f24a8cb5f00efdca7da);
|
|
|
|
|
|
var marker_1a7bcadedddbe23a9efb0153aa95fa6e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_8102a94cf6d7f94812da74ac9ec0fb24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_958926075a1da01207e583385d109311 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2b74debf201a6ced78015361376b2c9 = $(`<div id="html_e2b74debf201a6ced78015361376b2c9" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_958926075a1da01207e583385d109311.setContent(html_e2b74debf201a6ced78015361376b2c9);
|
|
|
|
|
|
|
|
marker_1a7bcadedddbe23a9efb0153aa95fa6e.bindPopup(popup_958926075a1da01207e583385d109311)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a7bcadedddbe23a9efb0153aa95fa6e.setIcon(icon_8102a94cf6d7f94812da74ac9ec0fb24);
|
|
|
|
|
|
var marker_241eb7fea802730a5a59c5c644b848b1 = L.marker(
|
|
[39.9268, -75.0246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_dd61bb8a9bd12c2526fb450ceb168f1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_999b33456c95dd9ddc8bb894242fba17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e755aac4149c06732631d6a9cef6356f = $(`<div id="html_e755aac4149c06732631d6a9cef6356f" style="width: 100.0%; height: 100.0%;">nostr.calitabby.net</div>`)[0];
|
|
popup_999b33456c95dd9ddc8bb894242fba17.setContent(html_e755aac4149c06732631d6a9cef6356f);
|
|
|
|
|
|
|
|
marker_241eb7fea802730a5a59c5c644b848b1.bindPopup(popup_999b33456c95dd9ddc8bb894242fba17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_241eb7fea802730a5a59c5c644b848b1.setIcon(icon_dd61bb8a9bd12c2526fb450ceb168f1b);
|
|
|
|
|
|
var marker_d2442f9b7995da582a4a3fc5ab3bf694 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_1fa1d8b0af2274a46026d1fe42fae037 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9abf8748d00a4db48e42857b104ec23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be936df36af41819758e826154771934 = $(`<div id="html_be936df36af41819758e826154771934" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_e9abf8748d00a4db48e42857b104ec23.setContent(html_be936df36af41819758e826154771934);
|
|
|
|
|
|
|
|
marker_d2442f9b7995da582a4a3fc5ab3bf694.bindPopup(popup_e9abf8748d00a4db48e42857b104ec23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2442f9b7995da582a4a3fc5ab3bf694.setIcon(icon_1fa1d8b0af2274a46026d1fe42fae037);
|
|
|
|
|
|
var marker_5b36351ea9ba92eab5416d500f5635cc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_74443aae7b69443cab31e72a82482b3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_244cae46313e9b1bb076855b7d9f4494 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f42095eb250bcb12010272db986be402 = $(`<div id="html_f42095eb250bcb12010272db986be402" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_244cae46313e9b1bb076855b7d9f4494.setContent(html_f42095eb250bcb12010272db986be402);
|
|
|
|
|
|
|
|
marker_5b36351ea9ba92eab5416d500f5635cc.bindPopup(popup_244cae46313e9b1bb076855b7d9f4494)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b36351ea9ba92eab5416d500f5635cc.setIcon(icon_74443aae7b69443cab31e72a82482b3c);
|
|
|
|
|
|
var marker_cd11bf3093e7c4d088fd702193eaf863 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_a7649a6623f9add823760908eeaf04e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2290da181786faa574549b6aa14c4427 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9eaf8d206cc5b6d5b6bf97cccb7e50f = $(`<div id="html_f9eaf8d206cc5b6d5b6bf97cccb7e50f" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_2290da181786faa574549b6aa14c4427.setContent(html_f9eaf8d206cc5b6d5b6bf97cccb7e50f);
|
|
|
|
|
|
|
|
marker_cd11bf3093e7c4d088fd702193eaf863.bindPopup(popup_2290da181786faa574549b6aa14c4427)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd11bf3093e7c4d088fd702193eaf863.setIcon(icon_a7649a6623f9add823760908eeaf04e1);
|
|
|
|
|
|
var marker_e6aed88c8a8267beb6c0bd1d431be692 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_847bc3844df202f755adaa6fbbf01f80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c16626be12296494bc3e46c3671ccd6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b165f63bb5c1201f48d333702841b2b8 = $(`<div id="html_b165f63bb5c1201f48d333702841b2b8" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_c16626be12296494bc3e46c3671ccd6d.setContent(html_b165f63bb5c1201f48d333702841b2b8);
|
|
|
|
|
|
|
|
marker_e6aed88c8a8267beb6c0bd1d431be692.bindPopup(popup_c16626be12296494bc3e46c3671ccd6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6aed88c8a8267beb6c0bd1d431be692.setIcon(icon_847bc3844df202f755adaa6fbbf01f80);
|
|
|
|
|
|
var marker_dee5a58547f5863187931da3bd746caf = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_d29a8eee7b6b06e0a5f352962fc60975 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6471a37babf0a8a6b6d96f78f7fb87c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_513d5f3143b15e61ae6e009fa90747f4 = $(`<div id="html_513d5f3143b15e61ae6e009fa90747f4" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_6471a37babf0a8a6b6d96f78f7fb87c0.setContent(html_513d5f3143b15e61ae6e009fa90747f4);
|
|
|
|
|
|
|
|
marker_dee5a58547f5863187931da3bd746caf.bindPopup(popup_6471a37babf0a8a6b6d96f78f7fb87c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dee5a58547f5863187931da3bd746caf.setIcon(icon_d29a8eee7b6b06e0a5f352962fc60975);
|
|
|
|
|
|
var marker_ba9daf26ab6d35f3524cda2b8da54e84 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_e4a476f84a78355d4bb830f731b057de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36324a0dd798548c4bbbf40217e3917f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_417a01332e9dada597874d741ecc475c = $(`<div id="html_417a01332e9dada597874d741ecc475c" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_36324a0dd798548c4bbbf40217e3917f.setContent(html_417a01332e9dada597874d741ecc475c);
|
|
|
|
|
|
|
|
marker_ba9daf26ab6d35f3524cda2b8da54e84.bindPopup(popup_36324a0dd798548c4bbbf40217e3917f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba9daf26ab6d35f3524cda2b8da54e84.setIcon(icon_e4a476f84a78355d4bb830f731b057de);
|
|
|
|
|
|
var marker_80c9aaf0ecda687c0a574d134346e50d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_dc1ae1c07f521b48b1320b9028d9df50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74006d3890fdc3b3613d07533fdbc005 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa18461311e2888d6d1c7f5ae66d04e3 = $(`<div id="html_fa18461311e2888d6d1c7f5ae66d04e3" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_74006d3890fdc3b3613d07533fdbc005.setContent(html_fa18461311e2888d6d1c7f5ae66d04e3);
|
|
|
|
|
|
|
|
marker_80c9aaf0ecda687c0a574d134346e50d.bindPopup(popup_74006d3890fdc3b3613d07533fdbc005)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80c9aaf0ecda687c0a574d134346e50d.setIcon(icon_dc1ae1c07f521b48b1320b9028d9df50);
|
|
|
|
|
|
var marker_71425ad24fb3744773d4dec44ab0c97f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_df8f3a5486a71ae927e1014df0c6b5de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c7d71e7a47c0d98fac1253ff1606bd6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c45c3747a9fcbe84ef9002d760ddf50 = $(`<div id="html_7c45c3747a9fcbe84ef9002d760ddf50" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_1c7d71e7a47c0d98fac1253ff1606bd6.setContent(html_7c45c3747a9fcbe84ef9002d760ddf50);
|
|
|
|
|
|
|
|
marker_71425ad24fb3744773d4dec44ab0c97f.bindPopup(popup_1c7d71e7a47c0d98fac1253ff1606bd6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71425ad24fb3744773d4dec44ab0c97f.setIcon(icon_df8f3a5486a71ae927e1014df0c6b5de);
|
|
|
|
|
|
var marker_20184cf98bcf06941e1812a1e3ee56c7 = L.marker(
|
|
[59.4016, 17.9455],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_aed6793b6ad416f9ce54c27363d11491 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f80651832b4059f5cb39b0630a83c4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53e20ffe34090a18939d7d47b6edbc4d = $(`<div id="html_53e20ffe34090a18939d7d47b6edbc4d" style="width: 100.0%; height: 100.0%;">relay.stream.labs.h3.se</div>`)[0];
|
|
popup_1f80651832b4059f5cb39b0630a83c4d.setContent(html_53e20ffe34090a18939d7d47b6edbc4d);
|
|
|
|
|
|
|
|
marker_20184cf98bcf06941e1812a1e3ee56c7.bindPopup(popup_1f80651832b4059f5cb39b0630a83c4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20184cf98bcf06941e1812a1e3ee56c7.setIcon(icon_aed6793b6ad416f9ce54c27363d11491);
|
|
|
|
|
|
var marker_023759fb1c76a217f19a8fe480e9ceeb = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_fe3f963eb132d0e7c7e3d88c30b5948b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c9c2a164e585c62051753be5e382098 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfa5a737b9fedc98a00f53c71db0863d = $(`<div id="html_dfa5a737b9fedc98a00f53c71db0863d" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_4c9c2a164e585c62051753be5e382098.setContent(html_dfa5a737b9fedc98a00f53c71db0863d);
|
|
|
|
|
|
|
|
marker_023759fb1c76a217f19a8fe480e9ceeb.bindPopup(popup_4c9c2a164e585c62051753be5e382098)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_023759fb1c76a217f19a8fe480e9ceeb.setIcon(icon_fe3f963eb132d0e7c7e3d88c30b5948b);
|
|
|
|
|
|
var marker_def8b1a50087b94ecbe017133bd36668 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_304d9087d2a0d4cbe2c33c7556328002 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46b7f27a99b39778aed8fc7c0fe27661 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a279d6b3306e7b57ae8cb7adc39ea178 = $(`<div id="html_a279d6b3306e7b57ae8cb7adc39ea178" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_46b7f27a99b39778aed8fc7c0fe27661.setContent(html_a279d6b3306e7b57ae8cb7adc39ea178);
|
|
|
|
|
|
|
|
marker_def8b1a50087b94ecbe017133bd36668.bindPopup(popup_46b7f27a99b39778aed8fc7c0fe27661)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_def8b1a50087b94ecbe017133bd36668.setIcon(icon_304d9087d2a0d4cbe2c33c7556328002);
|
|
|
|
|
|
var marker_41f64e91d3faf4dfd14b7aefe3ab5eac = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_4fb1749837b70275cb66c551391c3e76 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5c673e2bb44bd26f9d7835a499dff83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab2f5879e76655f0f8efc06faf6d6b9b = $(`<div id="html_ab2f5879e76655f0f8efc06faf6d6b9b" style="width: 100.0%; height: 100.0%;">nproxy.kristapsk.lv</div>`)[0];
|
|
popup_c5c673e2bb44bd26f9d7835a499dff83.setContent(html_ab2f5879e76655f0f8efc06faf6d6b9b);
|
|
|
|
|
|
|
|
marker_41f64e91d3faf4dfd14b7aefe3ab5eac.bindPopup(popup_c5c673e2bb44bd26f9d7835a499dff83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41f64e91d3faf4dfd14b7aefe3ab5eac.setIcon(icon_4fb1749837b70275cb66c551391c3e76);
|
|
|
|
|
|
var marker_96506a97e4dd56a3a746ac9200f6a7da = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_53f95e0bafb2c86a64843fd3abbb6400 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c331d25e03e7e083cff8c86169897e95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2f7c3a637ed8197912b75fe2afd9446 = $(`<div id="html_e2f7c3a637ed8197912b75fe2afd9446" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_c331d25e03e7e083cff8c86169897e95.setContent(html_e2f7c3a637ed8197912b75fe2afd9446);
|
|
|
|
|
|
|
|
marker_96506a97e4dd56a3a746ac9200f6a7da.bindPopup(popup_c331d25e03e7e083cff8c86169897e95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96506a97e4dd56a3a746ac9200f6a7da.setIcon(icon_53f95e0bafb2c86a64843fd3abbb6400);
|
|
|
|
|
|
var marker_3d0b0264faaac11707fbbc7fdc10edd5 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_812f6368cb897b0bd305722fc0d085cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be2c9761b37de60bcf66183cd785fa4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efc680bcdb70dca545395ba551282226 = $(`<div id="html_efc680bcdb70dca545395ba551282226" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_be2c9761b37de60bcf66183cd785fa4e.setContent(html_efc680bcdb70dca545395ba551282226);
|
|
|
|
|
|
|
|
marker_3d0b0264faaac11707fbbc7fdc10edd5.bindPopup(popup_be2c9761b37de60bcf66183cd785fa4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d0b0264faaac11707fbbc7fdc10edd5.setIcon(icon_812f6368cb897b0bd305722fc0d085cb);
|
|
|
|
|
|
var marker_e63c5ef33a2ab9e0df586c3630ba5d48 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_c59c30dc3625f9bfd78e1c35bfa90081 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35455fc59220cef10c848ef57fda811d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_329a077bf1d2ac9a722ef66fd1b6b616 = $(`<div id="html_329a077bf1d2ac9a722ef66fd1b6b616" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_35455fc59220cef10c848ef57fda811d.setContent(html_329a077bf1d2ac9a722ef66fd1b6b616);
|
|
|
|
|
|
|
|
marker_e63c5ef33a2ab9e0df586c3630ba5d48.bindPopup(popup_35455fc59220cef10c848ef57fda811d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e63c5ef33a2ab9e0df586c3630ba5d48.setIcon(icon_c59c30dc3625f9bfd78e1c35bfa90081);
|
|
|
|
|
|
var marker_ffb1743bb172c17814edc2d4bb5a5d0a = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_68e18147906665fa2f4c5d89ce0c5f48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c1f3362ea72d9f8155aae136776da5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff9537657a6d08293af6d0ab1edb5697 = $(`<div id="html_ff9537657a6d08293af6d0ab1edb5697" style="width: 100.0%; height: 100.0%;">ithurtswhenip.ee</div>`)[0];
|
|
popup_4c1f3362ea72d9f8155aae136776da5c.setContent(html_ff9537657a6d08293af6d0ab1edb5697);
|
|
|
|
|
|
|
|
marker_ffb1743bb172c17814edc2d4bb5a5d0a.bindPopup(popup_4c1f3362ea72d9f8155aae136776da5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffb1743bb172c17814edc2d4bb5a5d0a.setIcon(icon_68e18147906665fa2f4c5d89ce0c5f48);
|
|
|
|
|
|
var marker_3860eae5c463f521eb81e76ff816e5d2 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_5710cbd000bdbb1ab4f58d1428bfeef4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d055bf53be90fd41a74cc87ff606ffee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3b5f7ff7d46a7e29aa597b631eadfe0 = $(`<div id="html_c3b5f7ff7d46a7e29aa597b631eadfe0" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_d055bf53be90fd41a74cc87ff606ffee.setContent(html_c3b5f7ff7d46a7e29aa597b631eadfe0);
|
|
|
|
|
|
|
|
marker_3860eae5c463f521eb81e76ff816e5d2.bindPopup(popup_d055bf53be90fd41a74cc87ff606ffee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3860eae5c463f521eb81e76ff816e5d2.setIcon(icon_5710cbd000bdbb1ab4f58d1428bfeef4);
|
|
|
|
|
|
var marker_e06fddf97bb023bf34520930611bb8b7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_fb5d532c5d5a874c67f7d7f96c7fa858 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4641d8424b1b121b37f1430831f2dd9b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5874efa29417eb3cd7bd0c844b45f779 = $(`<div id="html_5874efa29417eb3cd7bd0c844b45f779" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_4641d8424b1b121b37f1430831f2dd9b.setContent(html_5874efa29417eb3cd7bd0c844b45f779);
|
|
|
|
|
|
|
|
marker_e06fddf97bb023bf34520930611bb8b7.bindPopup(popup_4641d8424b1b121b37f1430831f2dd9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e06fddf97bb023bf34520930611bb8b7.setIcon(icon_fb5d532c5d5a874c67f7d7f96c7fa858);
|
|
|
|
|
|
var marker_88f59feeed516570e5b2cf1232b2e550 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_d66053c788c791158ca95b0012bc9693 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2fb3d069ed4cdfa143183fd12c434a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de7eb8a01500b86f0aac214b032ae43f = $(`<div id="html_de7eb8a01500b86f0aac214b032ae43f" style="width: 100.0%; height: 100.0%;">nostrelay.memory-art.xyz</div>`)[0];
|
|
popup_d2fb3d069ed4cdfa143183fd12c434a2.setContent(html_de7eb8a01500b86f0aac214b032ae43f);
|
|
|
|
|
|
|
|
marker_88f59feeed516570e5b2cf1232b2e550.bindPopup(popup_d2fb3d069ed4cdfa143183fd12c434a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88f59feeed516570e5b2cf1232b2e550.setIcon(icon_d66053c788c791158ca95b0012bc9693);
|
|
|
|
|
|
var marker_ea7683f6e39e9992c4513611cc057c8c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_3b130fe7c15d4dcbad819e68f762e819 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c294f4eac3f126de4dffebebd7398b93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d425c5eaf1c3cf8a6d15f955c02061fe = $(`<div id="html_d425c5eaf1c3cf8a6d15f955c02061fe" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_c294f4eac3f126de4dffebebd7398b93.setContent(html_d425c5eaf1c3cf8a6d15f955c02061fe);
|
|
|
|
|
|
|
|
marker_ea7683f6e39e9992c4513611cc057c8c.bindPopup(popup_c294f4eac3f126de4dffebebd7398b93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea7683f6e39e9992c4513611cc057c8c.setIcon(icon_3b130fe7c15d4dcbad819e68f762e819);
|
|
|
|
|
|
var marker_83bf74e7567ba88a159c3c35926d3084 = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_d5699c79143245d616b52aadbe9e5b87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99be068129519da11919e4886c027e09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20bb470ffdca103a1ef0acd8e0bae80e = $(`<div id="html_20bb470ffdca103a1ef0acd8e0bae80e" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_99be068129519da11919e4886c027e09.setContent(html_20bb470ffdca103a1ef0acd8e0bae80e);
|
|
|
|
|
|
|
|
marker_83bf74e7567ba88a159c3c35926d3084.bindPopup(popup_99be068129519da11919e4886c027e09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83bf74e7567ba88a159c3c35926d3084.setIcon(icon_d5699c79143245d616b52aadbe9e5b87);
|
|
|
|
|
|
var marker_ed47478b4c3905d73220d2c82b009f2b = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_9933b6696d30bb28a7fd367da1c603f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b764be804a801894b316904863cc7d1a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1550e6eaea883463fd1ab004dfdea4e5 = $(`<div id="html_1550e6eaea883463fd1ab004dfdea4e5" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_b764be804a801894b316904863cc7d1a.setContent(html_1550e6eaea883463fd1ab004dfdea4e5);
|
|
|
|
|
|
|
|
marker_ed47478b4c3905d73220d2c82b009f2b.bindPopup(popup_b764be804a801894b316904863cc7d1a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed47478b4c3905d73220d2c82b009f2b.setIcon(icon_9933b6696d30bb28a7fd367da1c603f3);
|
|
|
|
|
|
var marker_15606f55b83c9044bb58770da9248125 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_c6a7192d13833b893d07236d7f6ebb35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c92a12ee0a491e0e95af891a072547e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48b8ca12b5df08d94254f531948496eb = $(`<div id="html_48b8ca12b5df08d94254f531948496eb" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_c92a12ee0a491e0e95af891a072547e9.setContent(html_48b8ca12b5df08d94254f531948496eb);
|
|
|
|
|
|
|
|
marker_15606f55b83c9044bb58770da9248125.bindPopup(popup_c92a12ee0a491e0e95af891a072547e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15606f55b83c9044bb58770da9248125.setIcon(icon_c6a7192d13833b893d07236d7f6ebb35);
|
|
|
|
|
|
var marker_4a834c6ae95899291d79e7ce93d5ead2 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_46696682ea540889b604226432d8587b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3547d88d8879f0419a74a6d5f08e2ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b39f63688b51cc63c8a27e919c562f57 = $(`<div id="html_b39f63688b51cc63c8a27e919c562f57" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_c3547d88d8879f0419a74a6d5f08e2ab.setContent(html_b39f63688b51cc63c8a27e919c562f57);
|
|
|
|
|
|
|
|
marker_4a834c6ae95899291d79e7ce93d5ead2.bindPopup(popup_c3547d88d8879f0419a74a6d5f08e2ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a834c6ae95899291d79e7ce93d5ead2.setIcon(icon_46696682ea540889b604226432d8587b);
|
|
|
|
|
|
var marker_a812fd8eee9905e151bcd761318b33cc = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_843a05d25e628a221803e41cb750fff3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7934c493a088163d35bd12a6cdff8503 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2333159245d7e1c1b73228643712fe74 = $(`<div id="html_2333159245d7e1c1b73228643712fe74" style="width: 100.0%; height: 100.0%;">nostr.kalf.org</div>`)[0];
|
|
popup_7934c493a088163d35bd12a6cdff8503.setContent(html_2333159245d7e1c1b73228643712fe74);
|
|
|
|
|
|
|
|
marker_a812fd8eee9905e151bcd761318b33cc.bindPopup(popup_7934c493a088163d35bd12a6cdff8503)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a812fd8eee9905e151bcd761318b33cc.setIcon(icon_843a05d25e628a221803e41cb750fff3);
|
|
|
|
|
|
var marker_017c4532dbc5401dc7df7457ff2e28b9 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_29ebab7a0c1553f87ec72f504e0dc9ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39fd1b336ed9b90f8dc7fd782579b1e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22ce11408839df6159a7144964556227 = $(`<div id="html_22ce11408839df6159a7144964556227" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_39fd1b336ed9b90f8dc7fd782579b1e0.setContent(html_22ce11408839df6159a7144964556227);
|
|
|
|
|
|
|
|
marker_017c4532dbc5401dc7df7457ff2e28b9.bindPopup(popup_39fd1b336ed9b90f8dc7fd782579b1e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_017c4532dbc5401dc7df7457ff2e28b9.setIcon(icon_29ebab7a0c1553f87ec72f504e0dc9ab);
|
|
|
|
|
|
var marker_edc054447009dadd083938c99cb53fb9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_5c672b75d4d9c47f6e36ffdf398847f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f23db78526358c8a29ce7e462f20a58 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_271818a388bce6f1ff7b46d4d03d160e = $(`<div id="html_271818a388bce6f1ff7b46d4d03d160e" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_3f23db78526358c8a29ce7e462f20a58.setContent(html_271818a388bce6f1ff7b46d4d03d160e);
|
|
|
|
|
|
|
|
marker_edc054447009dadd083938c99cb53fb9.bindPopup(popup_3f23db78526358c8a29ce7e462f20a58)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edc054447009dadd083938c99cb53fb9.setIcon(icon_5c672b75d4d9c47f6e36ffdf398847f2);
|
|
|
|
|
|
var marker_e29536baf393770c6eabee3e81a25066 = L.marker(
|
|
[53.471, 9.88208],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_fd7418475cb6049dc2d1ee7ad36b2c24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee35eaa6effdc1e78486a96be9428410 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_447d043dce0dad15e34ac9b9cf931e42 = $(`<div id="html_447d043dce0dad15e34ac9b9cf931e42" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_ee35eaa6effdc1e78486a96be9428410.setContent(html_447d043dce0dad15e34ac9b9cf931e42);
|
|
|
|
|
|
|
|
marker_e29536baf393770c6eabee3e81a25066.bindPopup(popup_ee35eaa6effdc1e78486a96be9428410)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e29536baf393770c6eabee3e81a25066.setIcon(icon_fd7418475cb6049dc2d1ee7ad36b2c24);
|
|
|
|
|
|
var marker_f36189da9b48493a03ff075535dbcb38 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_36922a9cf5436d635d546748ae92dcaa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_076a85a03163ae674a98f9b2b121a593 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_925179f9f58f97164103bb5868293b87 = $(`<div id="html_925179f9f58f97164103bb5868293b87" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_076a85a03163ae674a98f9b2b121a593.setContent(html_925179f9f58f97164103bb5868293b87);
|
|
|
|
|
|
|
|
marker_f36189da9b48493a03ff075535dbcb38.bindPopup(popup_076a85a03163ae674a98f9b2b121a593)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f36189da9b48493a03ff075535dbcb38.setIcon(icon_36922a9cf5436d635d546748ae92dcaa);
|
|
|
|
|
|
var marker_4cf62265e0ddec23d4000059ef2a10d4 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_6f52d88c42fa330d33f445a2fa789330 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95327ec0c04fa295d768343eb92152b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc38a5fbfc3a2d0aedc927929870ed45 = $(`<div id="html_dc38a5fbfc3a2d0aedc927929870ed45" style="width: 100.0%; height: 100.0%;">relay.moinsen.com</div>`)[0];
|
|
popup_95327ec0c04fa295d768343eb92152b4.setContent(html_dc38a5fbfc3a2d0aedc927929870ed45);
|
|
|
|
|
|
|
|
marker_4cf62265e0ddec23d4000059ef2a10d4.bindPopup(popup_95327ec0c04fa295d768343eb92152b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cf62265e0ddec23d4000059ef2a10d4.setIcon(icon_6f52d88c42fa330d33f445a2fa789330);
|
|
|
|
|
|
var marker_b1e652df391e7165e6298c486d1e2f76 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_9699d5886b62a9c189d3c0ef4184537b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_084b679d7acab728fbbee42e7419c0d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a66c9bb737c2440892941bb2ca3d12da = $(`<div id="html_a66c9bb737c2440892941bb2ca3d12da" style="width: 100.0%; height: 100.0%;">relay.bitcoinveneto.org</div>`)[0];
|
|
popup_084b679d7acab728fbbee42e7419c0d5.setContent(html_a66c9bb737c2440892941bb2ca3d12da);
|
|
|
|
|
|
|
|
marker_b1e652df391e7165e6298c486d1e2f76.bindPopup(popup_084b679d7acab728fbbee42e7419c0d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1e652df391e7165e6298c486d1e2f76.setIcon(icon_9699d5886b62a9c189d3c0ef4184537b);
|
|
|
|
|
|
var marker_e750a5a21518e8c3c886be5ffb8c056f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_fd121af44c4f47477b6e20ea18de30c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_775e916027307ef81810233d3cfb8fab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a7c4fb4a4da34966a7cae9b7e65495a = $(`<div id="html_2a7c4fb4a4da34966a7cae9b7e65495a" style="width: 100.0%; height: 100.0%;">wot.utxo.one</div>`)[0];
|
|
popup_775e916027307ef81810233d3cfb8fab.setContent(html_2a7c4fb4a4da34966a7cae9b7e65495a);
|
|
|
|
|
|
|
|
marker_e750a5a21518e8c3c886be5ffb8c056f.bindPopup(popup_775e916027307ef81810233d3cfb8fab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e750a5a21518e8c3c886be5ffb8c056f.setIcon(icon_fd121af44c4f47477b6e20ea18de30c1);
|
|
|
|
|
|
var marker_0262e29829e27d5d9a9b8de78ab212a8 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_f6df1629c3e87b4833e0e0a693a1ae17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e58521d8e95cb7da51324a2e4fc1ff61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73aa3db7008dc3e66305496d2db033e2 = $(`<div id="html_73aa3db7008dc3e66305496d2db033e2" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_e58521d8e95cb7da51324a2e4fc1ff61.setContent(html_73aa3db7008dc3e66305496d2db033e2);
|
|
|
|
|
|
|
|
marker_0262e29829e27d5d9a9b8de78ab212a8.bindPopup(popup_e58521d8e95cb7da51324a2e4fc1ff61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0262e29829e27d5d9a9b8de78ab212a8.setIcon(icon_f6df1629c3e87b4833e0e0a693a1ae17);
|
|
|
|
|
|
var marker_e09cd1d3d7c2acc9235ba57f9f4aa629 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_a1892ad6f729fd6862be5d8ab1fd07fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e90d4ed0da4570ec035d484570089a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b09e6eb49c34e871f37a476fbf8b89f0 = $(`<div id="html_b09e6eb49c34e871f37a476fbf8b89f0" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_0e90d4ed0da4570ec035d484570089a5.setContent(html_b09e6eb49c34e871f37a476fbf8b89f0);
|
|
|
|
|
|
|
|
marker_e09cd1d3d7c2acc9235ba57f9f4aa629.bindPopup(popup_0e90d4ed0da4570ec035d484570089a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e09cd1d3d7c2acc9235ba57f9f4aa629.setIcon(icon_a1892ad6f729fd6862be5d8ab1fd07fd);
|
|
|
|
|
|
var marker_2bbced3cb853359e4bdc0f557a3632c4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_759f474cfcc50860b78fe743851d8fd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b22a0c0437aa90e9f06192f7d97f1388 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba336a94ae8c2684bba97116093de79c = $(`<div id="html_ba336a94ae8c2684bba97116093de79c" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_b22a0c0437aa90e9f06192f7d97f1388.setContent(html_ba336a94ae8c2684bba97116093de79c);
|
|
|
|
|
|
|
|
marker_2bbced3cb853359e4bdc0f557a3632c4.bindPopup(popup_b22a0c0437aa90e9f06192f7d97f1388)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2bbced3cb853359e4bdc0f557a3632c4.setIcon(icon_759f474cfcc50860b78fe743851d8fd0);
|
|
|
|
|
|
var marker_a3c5febed90a8573845151e250409ede = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_e24204dbcaccff68a349c84660e2d5e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f746864c7a866bc38b6e08ba6dcc7767 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0f2b9409fa4f60e798748dea7b7afc2 = $(`<div id="html_c0f2b9409fa4f60e798748dea7b7afc2" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_f746864c7a866bc38b6e08ba6dcc7767.setContent(html_c0f2b9409fa4f60e798748dea7b7afc2);
|
|
|
|
|
|
|
|
marker_a3c5febed90a8573845151e250409ede.bindPopup(popup_f746864c7a866bc38b6e08ba6dcc7767)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3c5febed90a8573845151e250409ede.setIcon(icon_e24204dbcaccff68a349c84660e2d5e1);
|
|
|
|
|
|
var marker_cbffab1886f9351bb4c05d0768329d49 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_996fc8b19c2eb32bfcf3a9cce7e822c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7051b91e2677b2b38a0e8799c94ef54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a6df0f298e8813b017d8af53cad2caf = $(`<div id="html_6a6df0f298e8813b017d8af53cad2caf" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_d7051b91e2677b2b38a0e8799c94ef54.setContent(html_6a6df0f298e8813b017d8af53cad2caf);
|
|
|
|
|
|
|
|
marker_cbffab1886f9351bb4c05d0768329d49.bindPopup(popup_d7051b91e2677b2b38a0e8799c94ef54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbffab1886f9351bb4c05d0768329d49.setIcon(icon_996fc8b19c2eb32bfcf3a9cce7e822c3);
|
|
|
|
|
|
var marker_dfc9d6a358c7088d1ed494081217d316 = L.marker(
|
|
[50.8198, -1.08798],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_f4c7c3f759341df9911fe26f48c47988 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bd10f1b92cbe1d663c855de6726373f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bdb66f6bab6a8c47fa39acb7c65b19b = $(`<div id="html_8bdb66f6bab6a8c47fa39acb7c65b19b" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_7bd10f1b92cbe1d663c855de6726373f.setContent(html_8bdb66f6bab6a8c47fa39acb7c65b19b);
|
|
|
|
|
|
|
|
marker_dfc9d6a358c7088d1ed494081217d316.bindPopup(popup_7bd10f1b92cbe1d663c855de6726373f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dfc9d6a358c7088d1ed494081217d316.setIcon(icon_f4c7c3f759341df9911fe26f48c47988);
|
|
|
|
|
|
var marker_ef8e7f8a91fbc38aeaaf3b7d6ddd5e31 = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_f73459405d6878640a4664036664d3fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f49a3f1d4b77151f92196960ac690bcb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a53791f382a449b8bcc25e9470215cc = $(`<div id="html_8a53791f382a449b8bcc25e9470215cc" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_f49a3f1d4b77151f92196960ac690bcb.setContent(html_8a53791f382a449b8bcc25e9470215cc);
|
|
|
|
|
|
|
|
marker_ef8e7f8a91fbc38aeaaf3b7d6ddd5e31.bindPopup(popup_f49a3f1d4b77151f92196960ac690bcb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef8e7f8a91fbc38aeaaf3b7d6ddd5e31.setIcon(icon_f73459405d6878640a4664036664d3fd);
|
|
|
|
|
|
var marker_e5590b621289a5cd4722816ed88b73c9 = L.marker(
|
|
[43.6715, -79.38],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_d6c6ac68f2f61c80366c9a1d4950dc23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c521fbd3df552f0176ac4a3435d32af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5cf7a18243646bea5ebbe6f8123f329 = $(`<div id="html_d5cf7a18243646bea5ebbe6f8123f329" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_7c521fbd3df552f0176ac4a3435d32af.setContent(html_d5cf7a18243646bea5ebbe6f8123f329);
|
|
|
|
|
|
|
|
marker_e5590b621289a5cd4722816ed88b73c9.bindPopup(popup_7c521fbd3df552f0176ac4a3435d32af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5590b621289a5cd4722816ed88b73c9.setIcon(icon_d6c6ac68f2f61c80366c9a1d4950dc23);
|
|
|
|
|
|
var marker_07180f726e1f76686563532a1172076c = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_aebec34cf1e14da938f535654fe8f890 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2dc7289550e870a91cec058e6ab5f69f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0c5938ba03b2e9cf30980c82fb0626e = $(`<div id="html_f0c5938ba03b2e9cf30980c82fb0626e" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_2dc7289550e870a91cec058e6ab5f69f.setContent(html_f0c5938ba03b2e9cf30980c82fb0626e);
|
|
|
|
|
|
|
|
marker_07180f726e1f76686563532a1172076c.bindPopup(popup_2dc7289550e870a91cec058e6ab5f69f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07180f726e1f76686563532a1172076c.setIcon(icon_aebec34cf1e14da938f535654fe8f890);
|
|
|
|
|
|
var marker_5b35430ff06ae4ac73ae405293e3d4db = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_3ebeafd035d02649bb65c65a7e942cde = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5fdb5c88c460b7cfd42c3e0d1a41f1a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b44198474d673c23919c90a295aab24 = $(`<div id="html_6b44198474d673c23919c90a295aab24" style="width: 100.0%; height: 100.0%;">nostr.tavux.tech</div>`)[0];
|
|
popup_f5fdb5c88c460b7cfd42c3e0d1a41f1a.setContent(html_6b44198474d673c23919c90a295aab24);
|
|
|
|
|
|
|
|
marker_5b35430ff06ae4ac73ae405293e3d4db.bindPopup(popup_f5fdb5c88c460b7cfd42c3e0d1a41f1a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b35430ff06ae4ac73ae405293e3d4db.setIcon(icon_3ebeafd035d02649bb65c65a7e942cde);
|
|
|
|
|
|
var marker_e491eca45044fc7ea6246dc0af73869a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_91c647a2f632af806cd9d982429db6c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c7cdc939b595792dc71788e2d4b5585 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5cb7980f55fc1abe8030f2f8322c09cb = $(`<div id="html_5cb7980f55fc1abe8030f2f8322c09cb" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_0c7cdc939b595792dc71788e2d4b5585.setContent(html_5cb7980f55fc1abe8030f2f8322c09cb);
|
|
|
|
|
|
|
|
marker_e491eca45044fc7ea6246dc0af73869a.bindPopup(popup_0c7cdc939b595792dc71788e2d4b5585)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e491eca45044fc7ea6246dc0af73869a.setIcon(icon_91c647a2f632af806cd9d982429db6c2);
|
|
|
|
|
|
var marker_801013067f26f35b32362d53f6a93126 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_8e0e954c0ed316ddf6e0069dc2860ba1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96b212500e364ca62cd46b7758652058 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd94b157b2ff598474a7fe84384c6025 = $(`<div id="html_fd94b157b2ff598474a7fe84384c6025" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_96b212500e364ca62cd46b7758652058.setContent(html_fd94b157b2ff598474a7fe84384c6025);
|
|
|
|
|
|
|
|
marker_801013067f26f35b32362d53f6a93126.bindPopup(popup_96b212500e364ca62cd46b7758652058)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_801013067f26f35b32362d53f6a93126.setIcon(icon_8e0e954c0ed316ddf6e0069dc2860ba1);
|
|
|
|
|
|
var marker_492c1ae2a3d6dca0c43514a597eb9dc6 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_8d9bccff67e5462f5727bc465613d0de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_433dbc97727978acd91c1fd0787ce483 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c34ddacc41205cb6d239da1568922590 = $(`<div id="html_c34ddacc41205cb6d239da1568922590" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_433dbc97727978acd91c1fd0787ce483.setContent(html_c34ddacc41205cb6d239da1568922590);
|
|
|
|
|
|
|
|
marker_492c1ae2a3d6dca0c43514a597eb9dc6.bindPopup(popup_433dbc97727978acd91c1fd0787ce483)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_492c1ae2a3d6dca0c43514a597eb9dc6.setIcon(icon_8d9bccff67e5462f5727bc465613d0de);
|
|
|
|
|
|
var marker_f9b6a2a0ab9e7537075069f243c4cc5b = L.marker(
|
|
[36.55, 139.733],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_92b467326dcde2d0c8e2c8483907735f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aac17fcd5707d921abd6526a7b9034eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a2a43c748792f1dac955787b5c276d3 = $(`<div id="html_6a2a43c748792f1dac955787b5c276d3" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_aac17fcd5707d921abd6526a7b9034eb.setContent(html_6a2a43c748792f1dac955787b5c276d3);
|
|
|
|
|
|
|
|
marker_f9b6a2a0ab9e7537075069f243c4cc5b.bindPopup(popup_aac17fcd5707d921abd6526a7b9034eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9b6a2a0ab9e7537075069f243c4cc5b.setIcon(icon_92b467326dcde2d0c8e2c8483907735f);
|
|
|
|
|
|
var marker_8c859a872ffa0414c102777be45e7104 = L.marker(
|
|
[46.2044, 6.14316],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_c17ecf5b1eb5457eebcdf1ce89428ac2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea4951598fb4d571b5b1fa45336afbbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b503197c8cd6ea7903020a752ab6bd1 = $(`<div id="html_6b503197c8cd6ea7903020a752ab6bd1" style="width: 100.0%; height: 100.0%;">relay.basspistol.org</div>`)[0];
|
|
popup_ea4951598fb4d571b5b1fa45336afbbd.setContent(html_6b503197c8cd6ea7903020a752ab6bd1);
|
|
|
|
|
|
|
|
marker_8c859a872ffa0414c102777be45e7104.bindPopup(popup_ea4951598fb4d571b5b1fa45336afbbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c859a872ffa0414c102777be45e7104.setIcon(icon_c17ecf5b1eb5457eebcdf1ce89428ac2);
|
|
|
|
|
|
var marker_a3459a35c6960770b73c3f5fad64c6a8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_84bf7d19e7a6d864ce95cc3248ae8eca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa9cdb30a98c94a7ff636e0b101aee7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1b4e781d074cd6d09b293d8369fa477 = $(`<div id="html_a1b4e781d074cd6d09b293d8369fa477" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_fa9cdb30a98c94a7ff636e0b101aee7e.setContent(html_a1b4e781d074cd6d09b293d8369fa477);
|
|
|
|
|
|
|
|
marker_a3459a35c6960770b73c3f5fad64c6a8.bindPopup(popup_fa9cdb30a98c94a7ff636e0b101aee7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3459a35c6960770b73c3f5fad64c6a8.setIcon(icon_84bf7d19e7a6d864ce95cc3248ae8eca);
|
|
|
|
|
|
var marker_173d4e77388cae4506dcb975c4dc180c = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_201c45cd8899b17189b802618dd8ea01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9f020b8c7b98fc341ec73fbe8d25492 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_447a699e8c3c49e7de8726d6b50fc3a4 = $(`<div id="html_447a699e8c3c49e7de8726d6b50fc3a4" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_e9f020b8c7b98fc341ec73fbe8d25492.setContent(html_447a699e8c3c49e7de8726d6b50fc3a4);
|
|
|
|
|
|
|
|
marker_173d4e77388cae4506dcb975c4dc180c.bindPopup(popup_e9f020b8c7b98fc341ec73fbe8d25492)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_173d4e77388cae4506dcb975c4dc180c.setIcon(icon_201c45cd8899b17189b802618dd8ea01);
|
|
|
|
|
|
var marker_aeccc7f95705ddcb6ac716e06971cc7b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_e353232a7915b9f9738fe3fdbd259cba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca007fa9e8bd29e8a2090a412c95aaa6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7447ea19c48199f6229e80ad1152225b = $(`<div id="html_7447ea19c48199f6229e80ad1152225b" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_ca007fa9e8bd29e8a2090a412c95aaa6.setContent(html_7447ea19c48199f6229e80ad1152225b);
|
|
|
|
|
|
|
|
marker_aeccc7f95705ddcb6ac716e06971cc7b.bindPopup(popup_ca007fa9e8bd29e8a2090a412c95aaa6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aeccc7f95705ddcb6ac716e06971cc7b.setIcon(icon_e353232a7915b9f9738fe3fdbd259cba);
|
|
|
|
|
|
var marker_368c847c707e2c2c1c630b1fc9c52606 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_249e98f0c005e0ac082b8e82ff152fc4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77677bba697f1246ad3081b674ff8391 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14ae0577f6c733843313d7890ff8c5b1 = $(`<div id="html_14ae0577f6c733843313d7890ff8c5b1" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_77677bba697f1246ad3081b674ff8391.setContent(html_14ae0577f6c733843313d7890ff8c5b1);
|
|
|
|
|
|
|
|
marker_368c847c707e2c2c1c630b1fc9c52606.bindPopup(popup_77677bba697f1246ad3081b674ff8391)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_368c847c707e2c2c1c630b1fc9c52606.setIcon(icon_249e98f0c005e0ac082b8e82ff152fc4);
|
|
|
|
|
|
var marker_4b39d5c52e16fad222737f69c761542d = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_afcbd5ca3d6890839a7421cf944cd799 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6254f3a2db21cdef54ef986d8e3260c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea6cae8973352463cb86d60babc976f0 = $(`<div id="html_ea6cae8973352463cb86d60babc976f0" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_f6254f3a2db21cdef54ef986d8e3260c.setContent(html_ea6cae8973352463cb86d60babc976f0);
|
|
|
|
|
|
|
|
marker_4b39d5c52e16fad222737f69c761542d.bindPopup(popup_f6254f3a2db21cdef54ef986d8e3260c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b39d5c52e16fad222737f69c761542d.setIcon(icon_afcbd5ca3d6890839a7421cf944cd799);
|
|
|
|
|
|
var marker_04885f50b456c3077f5694e33effe98f = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_a87dfce8a0785b5bec8c3f554ba56b03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3f220faec5b08d1f0c7e52ce33c4e5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5d588d002d7781a2a0ad6228e22bee1 = $(`<div id="html_e5d588d002d7781a2a0ad6228e22bee1" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_f3f220faec5b08d1f0c7e52ce33c4e5d.setContent(html_e5d588d002d7781a2a0ad6228e22bee1);
|
|
|
|
|
|
|
|
marker_04885f50b456c3077f5694e33effe98f.bindPopup(popup_f3f220faec5b08d1f0c7e52ce33c4e5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04885f50b456c3077f5694e33effe98f.setIcon(icon_a87dfce8a0785b5bec8c3f554ba56b03);
|
|
|
|
|
|
var marker_f6d1a6c9fe1228eeed338f8c4d9f37b7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_6994e3c91f97d2b78535353818b44bed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b58296127514064f116a65e88052ecd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48e9ba394c4bda1fae9764a8213bdcf3 = $(`<div id="html_48e9ba394c4bda1fae9764a8213bdcf3" style="width: 100.0%; height: 100.0%;">relay.mattybs.lol</div>`)[0];
|
|
popup_b58296127514064f116a65e88052ecd3.setContent(html_48e9ba394c4bda1fae9764a8213bdcf3);
|
|
|
|
|
|
|
|
marker_f6d1a6c9fe1228eeed338f8c4d9f37b7.bindPopup(popup_b58296127514064f116a65e88052ecd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6d1a6c9fe1228eeed338f8c4d9f37b7.setIcon(icon_6994e3c91f97d2b78535353818b44bed);
|
|
|
|
|
|
var marker_c5a818955318302a93211ee786073e3a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_fc7940891e0ebbc1f570f8c455884a31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4c0b62cca559f39b059b863e9de318d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cdcb79d4585604d36011e4da1037fde = $(`<div id="html_4cdcb79d4585604d36011e4da1037fde" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_a4c0b62cca559f39b059b863e9de318d.setContent(html_4cdcb79d4585604d36011e4da1037fde);
|
|
|
|
|
|
|
|
marker_c5a818955318302a93211ee786073e3a.bindPopup(popup_a4c0b62cca559f39b059b863e9de318d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5a818955318302a93211ee786073e3a.setIcon(icon_fc7940891e0ebbc1f570f8c455884a31);
|
|
|
|
|
|
var marker_b3f02397efa33bb801f5213799638ab4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_811002c85ea75e68e89dc8e3239c77ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_521bcd268b964bc3b70be65dea0f05d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8ca998097382f605bee14320021e895 = $(`<div id="html_b8ca998097382f605bee14320021e895" style="width: 100.0%; height: 100.0%;">relay.divine.video</div>`)[0];
|
|
popup_521bcd268b964bc3b70be65dea0f05d2.setContent(html_b8ca998097382f605bee14320021e895);
|
|
|
|
|
|
|
|
marker_b3f02397efa33bb801f5213799638ab4.bindPopup(popup_521bcd268b964bc3b70be65dea0f05d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3f02397efa33bb801f5213799638ab4.setIcon(icon_811002c85ea75e68e89dc8e3239c77ce);
|
|
|
|
|
|
var marker_498c8f52f3c3da5587947684402137e5 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_5ad42be442c4932a3527be4649ca78ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f843829ac8340620f130842474b673d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c679c4e7fd6b0afcd589e5581e8d5c4 = $(`<div id="html_0c679c4e7fd6b0afcd589e5581e8d5c4" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_f843829ac8340620f130842474b673d9.setContent(html_0c679c4e7fd6b0afcd589e5581e8d5c4);
|
|
|
|
|
|
|
|
marker_498c8f52f3c3da5587947684402137e5.bindPopup(popup_f843829ac8340620f130842474b673d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_498c8f52f3c3da5587947684402137e5.setIcon(icon_5ad42be442c4932a3527be4649ca78ec);
|
|
|
|
|
|
var marker_6fe683081f97011c8d10f997e615a404 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_192d036b5c07de6e40cd318f8168c996 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eaee2afeaad9ebeede07008118e2c36c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87e09dea78869d23c9a2862652fafe44 = $(`<div id="html_87e09dea78869d23c9a2862652fafe44" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_eaee2afeaad9ebeede07008118e2c36c.setContent(html_87e09dea78869d23c9a2862652fafe44);
|
|
|
|
|
|
|
|
marker_6fe683081f97011c8d10f997e615a404.bindPopup(popup_eaee2afeaad9ebeede07008118e2c36c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6fe683081f97011c8d10f997e615a404.setIcon(icon_192d036b5c07de6e40cd318f8168c996);
|
|
|
|
|
|
var marker_babaf95e4785618dbacfb35a5d275fa2 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_30d6f41094fe081e7a400495d45ec1c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f947d7fdc10a5b6068fcfa05982ab738 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5db1107d547840e6e39fe425c150356b = $(`<div id="html_5db1107d547840e6e39fe425c150356b" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_f947d7fdc10a5b6068fcfa05982ab738.setContent(html_5db1107d547840e6e39fe425c150356b);
|
|
|
|
|
|
|
|
marker_babaf95e4785618dbacfb35a5d275fa2.bindPopup(popup_f947d7fdc10a5b6068fcfa05982ab738)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_babaf95e4785618dbacfb35a5d275fa2.setIcon(icon_30d6f41094fe081e7a400495d45ec1c1);
|
|
|
|
|
|
var marker_6d4ee145a8bb649d4cc23862ed6dc8f4 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_c898058143ee309aaab564bedca5eefb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4cf73588abbc7b97fc3db44645efabd0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_edd2e032062ca40dc95289fdbd72741d = $(`<div id="html_edd2e032062ca40dc95289fdbd72741d" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_4cf73588abbc7b97fc3db44645efabd0.setContent(html_edd2e032062ca40dc95289fdbd72741d);
|
|
|
|
|
|
|
|
marker_6d4ee145a8bb649d4cc23862ed6dc8f4.bindPopup(popup_4cf73588abbc7b97fc3db44645efabd0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d4ee145a8bb649d4cc23862ed6dc8f4.setIcon(icon_c898058143ee309aaab564bedca5eefb);
|
|
|
|
|
|
var marker_3b4de528d0809f65bd2dd684fe148792 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_7b1b071d5956d23eb93532f4d3182aa7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ca803dd733229f266058722bb79d712 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e86982f1a3c10acefdfbef82b80bf8e5 = $(`<div id="html_e86982f1a3c10acefdfbef82b80bf8e5" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_6ca803dd733229f266058722bb79d712.setContent(html_e86982f1a3c10acefdfbef82b80bf8e5);
|
|
|
|
|
|
|
|
marker_3b4de528d0809f65bd2dd684fe148792.bindPopup(popup_6ca803dd733229f266058722bb79d712)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b4de528d0809f65bd2dd684fe148792.setIcon(icon_7b1b071d5956d23eb93532f4d3182aa7);
|
|
|
|
|
|
var marker_a08fee7a22628bbcc76d1ad168c6b697 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_68deb7f202ca3b7977f5a4775eaa7db1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad768fb0659d7b269cc180cb80bc4195 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fc49c5890e4669fbcf5d12622b19ecc = $(`<div id="html_0fc49c5890e4669fbcf5d12622b19ecc" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_ad768fb0659d7b269cc180cb80bc4195.setContent(html_0fc49c5890e4669fbcf5d12622b19ecc);
|
|
|
|
|
|
|
|
marker_a08fee7a22628bbcc76d1ad168c6b697.bindPopup(popup_ad768fb0659d7b269cc180cb80bc4195)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a08fee7a22628bbcc76d1ad168c6b697.setIcon(icon_68deb7f202ca3b7977f5a4775eaa7db1);
|
|
|
|
|
|
var marker_8eb4cd589bf6617a3b2c6a5338eff832 = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_e775b282a6d3e330ecdaff1e74d56477 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a98c4ff9da8f473f295d0a89297b286c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7981efc99fefcc3957da5bcd781fb6f5 = $(`<div id="html_7981efc99fefcc3957da5bcd781fb6f5" style="width: 100.0%; height: 100.0%;">alienos.libretechsystems.xyz</div>`)[0];
|
|
popup_a98c4ff9da8f473f295d0a89297b286c.setContent(html_7981efc99fefcc3957da5bcd781fb6f5);
|
|
|
|
|
|
|
|
marker_8eb4cd589bf6617a3b2c6a5338eff832.bindPopup(popup_a98c4ff9da8f473f295d0a89297b286c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8eb4cd589bf6617a3b2c6a5338eff832.setIcon(icon_e775b282a6d3e330ecdaff1e74d56477);
|
|
|
|
|
|
var marker_667334a441be12964ea5c37a960b0df3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_1692c1270b856c533ce43fff8e64a1ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_512416077d376876b42fe39aeb04e932 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3c7128242045a2d459170ae625fe165 = $(`<div id="html_c3c7128242045a2d459170ae625fe165" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_512416077d376876b42fe39aeb04e932.setContent(html_c3c7128242045a2d459170ae625fe165);
|
|
|
|
|
|
|
|
marker_667334a441be12964ea5c37a960b0df3.bindPopup(popup_512416077d376876b42fe39aeb04e932)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_667334a441be12964ea5c37a960b0df3.setIcon(icon_1692c1270b856c533ce43fff8e64a1ea);
|
|
|
|
|
|
var marker_f69828f510639489af12c65a7c775f48 = L.marker(
|
|
[26.2897, -80.1293],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_25c9de84f0d1c124f7a31b510ad81436 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55921feb14fa102921f0b2033e33d575 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2dc912652a8cecf8041b73f92c30de15 = $(`<div id="html_2dc912652a8cecf8041b73f92c30de15" style="width: 100.0%; height: 100.0%;">relay.electriclifestyle.com</div>`)[0];
|
|
popup_55921feb14fa102921f0b2033e33d575.setContent(html_2dc912652a8cecf8041b73f92c30de15);
|
|
|
|
|
|
|
|
marker_f69828f510639489af12c65a7c775f48.bindPopup(popup_55921feb14fa102921f0b2033e33d575)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f69828f510639489af12c65a7c775f48.setIcon(icon_25c9de84f0d1c124f7a31b510ad81436);
|
|
|
|
|
|
var marker_b1909190961017766311f2c08544fb9a = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_ce3d46b8bf4c8e4cbf2c2c9d114394ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7feae4898ee2ae360335af329c1d1889 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f9a02b029bdc71a699878f6ddf3ca54 = $(`<div id="html_4f9a02b029bdc71a699878f6ddf3ca54" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_7feae4898ee2ae360335af329c1d1889.setContent(html_4f9a02b029bdc71a699878f6ddf3ca54);
|
|
|
|
|
|
|
|
marker_b1909190961017766311f2c08544fb9a.bindPopup(popup_7feae4898ee2ae360335af329c1d1889)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1909190961017766311f2c08544fb9a.setIcon(icon_ce3d46b8bf4c8e4cbf2c2c9d114394ac);
|
|
|
|
|
|
var marker_0e544c4ec1aa381e6e045796371a8f8d = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_40708d5098d9a76d700d077c124897a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13ec73a9982c21739fdbf742bcac954a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_567448242f79210f6b08b98ebe7b31ff = $(`<div id="html_567448242f79210f6b08b98ebe7b31ff" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_13ec73a9982c21739fdbf742bcac954a.setContent(html_567448242f79210f6b08b98ebe7b31ff);
|
|
|
|
|
|
|
|
marker_0e544c4ec1aa381e6e045796371a8f8d.bindPopup(popup_13ec73a9982c21739fdbf742bcac954a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e544c4ec1aa381e6e045796371a8f8d.setIcon(icon_40708d5098d9a76d700d077c124897a7);
|
|
|
|
|
|
var marker_23bac48709bebce8c195a02046f4b271 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_1dc3e622f3209b4eee89b7ede57ef284 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a5e0f244d1641c04128734417dbc922 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd2114544203163ced36296413410284 = $(`<div id="html_cd2114544203163ced36296413410284" style="width: 100.0%; height: 100.0%;">vitor.nostr1.com</div>`)[0];
|
|
popup_3a5e0f244d1641c04128734417dbc922.setContent(html_cd2114544203163ced36296413410284);
|
|
|
|
|
|
|
|
marker_23bac48709bebce8c195a02046f4b271.bindPopup(popup_3a5e0f244d1641c04128734417dbc922)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23bac48709bebce8c195a02046f4b271.setIcon(icon_1dc3e622f3209b4eee89b7ede57ef284);
|
|
|
|
|
|
var marker_0edf3cc515fb68e6ac3039885444b787 = L.marker(
|
|
[33.7488, -84.3877],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_5b1e1c0085a48c9f74a546cdc02adf07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bbda175352edf46f88901493a21d2c83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53e979d30341d8d6e09086f8781f48ad = $(`<div id="html_53e979d30341d8d6e09086f8781f48ad" style="width: 100.0%; height: 100.0%;">wot.tealeaf.dev</div>`)[0];
|
|
popup_bbda175352edf46f88901493a21d2c83.setContent(html_53e979d30341d8d6e09086f8781f48ad);
|
|
|
|
|
|
|
|
marker_0edf3cc515fb68e6ac3039885444b787.bindPopup(popup_bbda175352edf46f88901493a21d2c83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0edf3cc515fb68e6ac3039885444b787.setIcon(icon_5b1e1c0085a48c9f74a546cdc02adf07);
|
|
|
|
|
|
var marker_d28951059a5508a7e773339c152fea25 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_7d85cbf288a268a7e7cfe1b4165d6a4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53bcd831493608e84093fd8702c22171 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76cd0555f31ceccc9ef2c0a35be93fbc = $(`<div id="html_76cd0555f31ceccc9ef2c0a35be93fbc" style="width: 100.0%; height: 100.0%;">relay.nostr.band</div>`)[0];
|
|
popup_53bcd831493608e84093fd8702c22171.setContent(html_76cd0555f31ceccc9ef2c0a35be93fbc);
|
|
|
|
|
|
|
|
marker_d28951059a5508a7e773339c152fea25.bindPopup(popup_53bcd831493608e84093fd8702c22171)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d28951059a5508a7e773339c152fea25.setIcon(icon_7d85cbf288a268a7e7cfe1b4165d6a4e);
|
|
|
|
|
|
var marker_026d49f4fa635ca3941167c94197499c = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_a2227096673202b83187b67bec4b996e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ad1a50ee8a75bb3493899f421f30b1a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a136bf57da6fdaeb5e4e952cb9591b14 = $(`<div id="html_a136bf57da6fdaeb5e4e952cb9591b14" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_7ad1a50ee8a75bb3493899f421f30b1a.setContent(html_a136bf57da6fdaeb5e4e952cb9591b14);
|
|
|
|
|
|
|
|
marker_026d49f4fa635ca3941167c94197499c.bindPopup(popup_7ad1a50ee8a75bb3493899f421f30b1a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_026d49f4fa635ca3941167c94197499c.setIcon(icon_a2227096673202b83187b67bec4b996e);
|
|
|
|
|
|
var marker_350d02bbf9b394a9d939b79622a25649 = L.marker(
|
|
[24.1469, 120.684],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_15e57360d95d2cc4cb4e8bb58fa9df36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59ccb42fb30b9a9f1b1cb8fe272720a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c715640b8718b3a31d13b7cd6d016ac8 = $(`<div id="html_c715640b8718b3a31d13b7cd6d016ac8" style="width: 100.0%; height: 100.0%;">nostr.camalolo.com</div>`)[0];
|
|
popup_59ccb42fb30b9a9f1b1cb8fe272720a1.setContent(html_c715640b8718b3a31d13b7cd6d016ac8);
|
|
|
|
|
|
|
|
marker_350d02bbf9b394a9d939b79622a25649.bindPopup(popup_59ccb42fb30b9a9f1b1cb8fe272720a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_350d02bbf9b394a9d939b79622a25649.setIcon(icon_15e57360d95d2cc4cb4e8bb58fa9df36);
|
|
|
|
|
|
var marker_789d918b068ba50271d40a5b5c3f093f = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_5c817187dcada4fe80634b440792149b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1945ab7b519620a10ce88a0d07833bef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_694b026e1327551cb930c2673293a84a = $(`<div id="html_694b026e1327551cb930c2673293a84a" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_1945ab7b519620a10ce88a0d07833bef.setContent(html_694b026e1327551cb930c2673293a84a);
|
|
|
|
|
|
|
|
marker_789d918b068ba50271d40a5b5c3f093f.bindPopup(popup_1945ab7b519620a10ce88a0d07833bef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_789d918b068ba50271d40a5b5c3f093f.setIcon(icon_5c817187dcada4fe80634b440792149b);
|
|
|
|
|
|
var marker_0add956e8bf7a884e83b7605ace8bd39 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_42dc049ab4043cf9d5c8075423806c96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89c8b5eb46ef48101b3073e48b666fde = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af6f826df0e0ddef832584841c343c16 = $(`<div id="html_af6f826df0e0ddef832584841c343c16" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_89c8b5eb46ef48101b3073e48b666fde.setContent(html_af6f826df0e0ddef832584841c343c16);
|
|
|
|
|
|
|
|
marker_0add956e8bf7a884e83b7605ace8bd39.bindPopup(popup_89c8b5eb46ef48101b3073e48b666fde)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0add956e8bf7a884e83b7605ace8bd39.setIcon(icon_42dc049ab4043cf9d5c8075423806c96);
|
|
|
|
|
|
var marker_fe5c628c51887e747c5ab38f3345ed5b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_c9c997902cf09e17012f350cbd305003 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e6129aa3c96cbb7444d2e441eb4d8c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85aacb853b51b7b319363447ef156e94 = $(`<div id="html_85aacb853b51b7b319363447ef156e94" style="width: 100.0%; height: 100.0%;">nostr-01.uid.ovh</div>`)[0];
|
|
popup_2e6129aa3c96cbb7444d2e441eb4d8c9.setContent(html_85aacb853b51b7b319363447ef156e94);
|
|
|
|
|
|
|
|
marker_fe5c628c51887e747c5ab38f3345ed5b.bindPopup(popup_2e6129aa3c96cbb7444d2e441eb4d8c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe5c628c51887e747c5ab38f3345ed5b.setIcon(icon_c9c997902cf09e17012f350cbd305003);
|
|
|
|
|
|
var marker_9f0d79e71c610429cb967048e434e849 = L.marker(
|
|
[50.8933, 6.05805],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_f8ff964a1b5f6a266f6fb25f215f3ba5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f33ddfbd8921abd5ad46dea88ae293e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fca250834ae05f2416f5fef50c7a70f4 = $(`<div id="html_fca250834ae05f2416f5fef50c7a70f4" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_1f33ddfbd8921abd5ad46dea88ae293e.setContent(html_fca250834ae05f2416f5fef50c7a70f4);
|
|
|
|
|
|
|
|
marker_9f0d79e71c610429cb967048e434e849.bindPopup(popup_1f33ddfbd8921abd5ad46dea88ae293e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f0d79e71c610429cb967048e434e849.setIcon(icon_f8ff964a1b5f6a266f6fb25f215f3ba5);
|
|
|
|
|
|
var marker_0594b5920289b712692a1c14db56422d = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_c5b72f270ed7dcb10b027e6d77b5080f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0d69ad3792c95d342b273cb740f58f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d338f284438da42e4459c6183a81ba3 = $(`<div id="html_7d338f284438da42e4459c6183a81ba3" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_e0d69ad3792c95d342b273cb740f58f1.setContent(html_7d338f284438da42e4459c6183a81ba3);
|
|
|
|
|
|
|
|
marker_0594b5920289b712692a1c14db56422d.bindPopup(popup_e0d69ad3792c95d342b273cb740f58f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0594b5920289b712692a1c14db56422d.setIcon(icon_c5b72f270ed7dcb10b027e6d77b5080f);
|
|
|
|
|
|
var marker_3a6b1705b3daa5187a6f10929a9d3654 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_936fc3134bb7eeb8e75fd827a2ee2515 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ce35f3ddd7c389ee8b12f752d7bcba3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c17752c1a67db8236456467e46012a6a = $(`<div id="html_c17752c1a67db8236456467e46012a6a" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_1ce35f3ddd7c389ee8b12f752d7bcba3.setContent(html_c17752c1a67db8236456467e46012a6a);
|
|
|
|
|
|
|
|
marker_3a6b1705b3daa5187a6f10929a9d3654.bindPopup(popup_1ce35f3ddd7c389ee8b12f752d7bcba3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a6b1705b3daa5187a6f10929a9d3654.setIcon(icon_936fc3134bb7eeb8e75fd827a2ee2515);
|
|
|
|
|
|
var marker_e8c70998b0cd1c29b089520a4bcf2c25 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_f97dee46c437c3bebb73acf68f28cabc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28debc5904bdc606645c7a439b33f251 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d811f54c6e51c9d6bd64a3ba3463ad19 = $(`<div id="html_d811f54c6e51c9d6bd64a3ba3463ad19" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_28debc5904bdc606645c7a439b33f251.setContent(html_d811f54c6e51c9d6bd64a3ba3463ad19);
|
|
|
|
|
|
|
|
marker_e8c70998b0cd1c29b089520a4bcf2c25.bindPopup(popup_28debc5904bdc606645c7a439b33f251)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8c70998b0cd1c29b089520a4bcf2c25.setIcon(icon_f97dee46c437c3bebb73acf68f28cabc);
|
|
|
|
|
|
var marker_f8a2ebe113c156d65349e6a46646d069 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_386810d5860e4b6d944d52e26c9d7116 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_607e1df9b13a7e5a6be6ae7ce208fd78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90558ea5a194ddb805fd105b8c956d0b = $(`<div id="html_90558ea5a194ddb805fd105b8c956d0b" style="width: 100.0%; height: 100.0%;">nostr.coincrowd.fund</div>`)[0];
|
|
popup_607e1df9b13a7e5a6be6ae7ce208fd78.setContent(html_90558ea5a194ddb805fd105b8c956d0b);
|
|
|
|
|
|
|
|
marker_f8a2ebe113c156d65349e6a46646d069.bindPopup(popup_607e1df9b13a7e5a6be6ae7ce208fd78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8a2ebe113c156d65349e6a46646d069.setIcon(icon_386810d5860e4b6d944d52e26c9d7116);
|
|
|
|
|
|
var marker_91b089573df8965cd434dd4a4cbe8e1a = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_8f084ca3d2c014bb6f75b74081b9dbd7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7f249d9bfa9bdd60a593a389e5afde7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9d321f640d24b91284ca097c965065d = $(`<div id="html_f9d321f640d24b91284ca097c965065d" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_c7f249d9bfa9bdd60a593a389e5afde7.setContent(html_f9d321f640d24b91284ca097c965065d);
|
|
|
|
|
|
|
|
marker_91b089573df8965cd434dd4a4cbe8e1a.bindPopup(popup_c7f249d9bfa9bdd60a593a389e5afde7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91b089573df8965cd434dd4a4cbe8e1a.setIcon(icon_8f084ca3d2c014bb6f75b74081b9dbd7);
|
|
|
|
|
|
var marker_41744a96b40fea245c0f0f4e33bf6df3 = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_902205aab878c4e81ac0cc7452b5969a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_105b6ce2e18d103ef0eb2bf02814f070 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe8c55693449d863181a2247e5a3ccd7 = $(`<div id="html_fe8c55693449d863181a2247e5a3ccd7" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_105b6ce2e18d103ef0eb2bf02814f070.setContent(html_fe8c55693449d863181a2247e5a3ccd7);
|
|
|
|
|
|
|
|
marker_41744a96b40fea245c0f0f4e33bf6df3.bindPopup(popup_105b6ce2e18d103ef0eb2bf02814f070)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41744a96b40fea245c0f0f4e33bf6df3.setIcon(icon_902205aab878c4e81ac0cc7452b5969a);
|
|
|
|
|
|
var marker_767f7db924894051bacbcbd4c360b187 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_d081db2f47fc6111f02c17aad6d89089 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8b0e91e6ff3638b8ce443936b35d9a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_714d3a1f89a2295b40756325a3bca88a = $(`<div id="html_714d3a1f89a2295b40756325a3bca88a" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_f8b0e91e6ff3638b8ce443936b35d9a8.setContent(html_714d3a1f89a2295b40756325a3bca88a);
|
|
|
|
|
|
|
|
marker_767f7db924894051bacbcbd4c360b187.bindPopup(popup_f8b0e91e6ff3638b8ce443936b35d9a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_767f7db924894051bacbcbd4c360b187.setIcon(icon_d081db2f47fc6111f02c17aad6d89089);
|
|
|
|
|
|
var marker_302a543e85a1b3b25d81124fb2ff42b3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_7507f688f0dd6d8662873585fee3d498 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8c4152e60591c649e82c82ba453a5ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76b86697dee0803ba2193f817d2aaa77 = $(`<div id="html_76b86697dee0803ba2193f817d2aaa77" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_f8c4152e60591c649e82c82ba453a5ec.setContent(html_76b86697dee0803ba2193f817d2aaa77);
|
|
|
|
|
|
|
|
marker_302a543e85a1b3b25d81124fb2ff42b3.bindPopup(popup_f8c4152e60591c649e82c82ba453a5ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_302a543e85a1b3b25d81124fb2ff42b3.setIcon(icon_7507f688f0dd6d8662873585fee3d498);
|
|
|
|
|
|
var marker_98937983e5281e8047c2e15c9df67e4e = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_dd4b80c7f02ea72d201bd4e23e5f1233 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43b07428df2e418a36a130965d0b363d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c00f0d615f95288738a66714b3cc40cf = $(`<div id="html_c00f0d615f95288738a66714b3cc40cf" style="width: 100.0%; height: 100.0%;">nostream.breadslice.com</div>`)[0];
|
|
popup_43b07428df2e418a36a130965d0b363d.setContent(html_c00f0d615f95288738a66714b3cc40cf);
|
|
|
|
|
|
|
|
marker_98937983e5281e8047c2e15c9df67e4e.bindPopup(popup_43b07428df2e418a36a130965d0b363d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98937983e5281e8047c2e15c9df67e4e.setIcon(icon_dd4b80c7f02ea72d201bd4e23e5f1233);
|
|
|
|
|
|
var marker_94a11a943a22b67552835bce78ce2522 = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_4b4bef4bd1863edc1699ed7e0330b4dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d2dadd81745e530107af996f44d1a2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e65d83d63a2310ad503a71bab58665c = $(`<div id="html_7e65d83d63a2310ad503a71bab58665c" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_3d2dadd81745e530107af996f44d1a2f.setContent(html_7e65d83d63a2310ad503a71bab58665c);
|
|
|
|
|
|
|
|
marker_94a11a943a22b67552835bce78ce2522.bindPopup(popup_3d2dadd81745e530107af996f44d1a2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94a11a943a22b67552835bce78ce2522.setIcon(icon_4b4bef4bd1863edc1699ed7e0330b4dd);
|
|
|
|
|
|
var marker_9fed24b8107c16acb760aa2d26c4bb91 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5663b0e2ac0541b44b675b988d5e8b85);
|
|
|
|
|
|
var icon_e6f5beabc79fb55833b7d9ebb3309b47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8060d7ce90c530e05af1a7106dc29733 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_036e216bd1afef1912441ac906319126 = $(`<div id="html_036e216bd1afef1912441ac906319126" style="width: 100.0%; height: 100.0%;">relay.barine.co</div>`)[0];
|
|
popup_8060d7ce90c530e05af1a7106dc29733.setContent(html_036e216bd1afef1912441ac906319126);
|
|
|
|
|
|
|
|
marker_9fed24b8107c16acb760aa2d26c4bb91.bindPopup(popup_8060d7ce90c530e05af1a7106dc29733)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fed24b8107c16acb760aa2d26c4bb91.setIcon(icon_e6f5beabc79fb55833b7d9ebb3309b47);
|
|
|
|
|
|
marker_cluster_5663b0e2ac0541b44b675b988d5e8b85.addTo(map_595905554945fc0947c0ee2417a9e2c2);
|
|
|
|
</script>
|
|
</html> |