mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 07:05:19 +00:00
11437 lines
333 KiB
HTML
11437 lines
333 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_8ab8066b02df3f5c2506f55bf21d0e7f {
|
|
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_8ab8066b02df3f5c2506f55bf21d0e7f" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_8ab8066b02df3f5c2506f55bf21d0e7f = L.map(
|
|
"map_8ab8066b02df3f5c2506f55bf21d0e7f",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_1b485327003b2bb526b52ab581e1d4a1 = 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_1b485327003b2bb526b52ab581e1d4a1.addTo(map_8ab8066b02df3f5c2506f55bf21d0e7f);
|
|
|
|
|
|
var marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_e9bc6d816f53cb555290755ea5707c2b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_30110fc4bf3ec819b86c072dbf5680fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85e3ee14d9a01cf7f339354b9ebe7e27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_424493d48927a4dfd0876a358ebe44fb = $(`<div id="html_424493d48927a4dfd0876a358ebe44fb" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_85e3ee14d9a01cf7f339354b9ebe7e27.setContent(html_424493d48927a4dfd0876a358ebe44fb);
|
|
|
|
|
|
|
|
marker_e9bc6d816f53cb555290755ea5707c2b.bindPopup(popup_85e3ee14d9a01cf7f339354b9ebe7e27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9bc6d816f53cb555290755ea5707c2b.setIcon(icon_30110fc4bf3ec819b86c072dbf5680fb);
|
|
|
|
|
|
var marker_2a8e78d418236403696e7b6193a91a30 = L.marker(
|
|
[34.6937, 135.502],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_147e514f6695bbd9bda0d52da36b252b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b52937afa731d654b870d48d02d65c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24243dd893831a04a97089d299a2e47d = $(`<div id="html_24243dd893831a04a97089d299a2e47d" style="width: 100.0%; height: 100.0%;">v-relay.d02.vrtmrz.net</div>`)[0];
|
|
popup_1b52937afa731d654b870d48d02d65c1.setContent(html_24243dd893831a04a97089d299a2e47d);
|
|
|
|
|
|
|
|
marker_2a8e78d418236403696e7b6193a91a30.bindPopup(popup_1b52937afa731d654b870d48d02d65c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a8e78d418236403696e7b6193a91a30.setIcon(icon_147e514f6695bbd9bda0d52da36b252b);
|
|
|
|
|
|
var marker_39fa08cae07450ce42ede0edb5aef637 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_62935c058eb569734bde7feb48b85dbc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ca80ddf3e89f60a1768376f51c39c39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97a63cf9edd0d164c86addd81d954c01 = $(`<div id="html_97a63cf9edd0d164c86addd81d954c01" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_4ca80ddf3e89f60a1768376f51c39c39.setContent(html_97a63cf9edd0d164c86addd81d954c01);
|
|
|
|
|
|
|
|
marker_39fa08cae07450ce42ede0edb5aef637.bindPopup(popup_4ca80ddf3e89f60a1768376f51c39c39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39fa08cae07450ce42ede0edb5aef637.setIcon(icon_62935c058eb569734bde7feb48b85dbc);
|
|
|
|
|
|
var marker_b7b5fb9b86889287f7fe4b6a969dfa95 = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_59c86e3a7e437c94fd61706139834427 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56dca3c0406e29bd8673373f68432ce2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66ff03cde00b756201388582bcc2b6c6 = $(`<div id="html_66ff03cde00b756201388582bcc2b6c6" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_56dca3c0406e29bd8673373f68432ce2.setContent(html_66ff03cde00b756201388582bcc2b6c6);
|
|
|
|
|
|
|
|
marker_b7b5fb9b86889287f7fe4b6a969dfa95.bindPopup(popup_56dca3c0406e29bd8673373f68432ce2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7b5fb9b86889287f7fe4b6a969dfa95.setIcon(icon_59c86e3a7e437c94fd61706139834427);
|
|
|
|
|
|
var marker_be01a04457205813bf910f955a8f0350 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_3330c5bc9f92039ce55af8d3e5827065 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_144f4701507bcb6b38d84daa198d3440 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2aeecb835026133bdd0ebb2f9654aab1 = $(`<div id="html_2aeecb835026133bdd0ebb2f9654aab1" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_144f4701507bcb6b38d84daa198d3440.setContent(html_2aeecb835026133bdd0ebb2f9654aab1);
|
|
|
|
|
|
|
|
marker_be01a04457205813bf910f955a8f0350.bindPopup(popup_144f4701507bcb6b38d84daa198d3440)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be01a04457205813bf910f955a8f0350.setIcon(icon_3330c5bc9f92039ce55af8d3e5827065);
|
|
|
|
|
|
var marker_1bd0d81cbfa5f558ca7521fd85e46294 = L.marker(
|
|
[45.4473, -73.7533],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_e2cab53831d3797070f3d59634cb926d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f3de2c422f7bc56b76bb5af08cb0b7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf221e13caafb06fe766c4dd3fcb9f70 = $(`<div id="html_bf221e13caafb06fe766c4dd3fcb9f70" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_1f3de2c422f7bc56b76bb5af08cb0b7a.setContent(html_bf221e13caafb06fe766c4dd3fcb9f70);
|
|
|
|
|
|
|
|
marker_1bd0d81cbfa5f558ca7521fd85e46294.bindPopup(popup_1f3de2c422f7bc56b76bb5af08cb0b7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bd0d81cbfa5f558ca7521fd85e46294.setIcon(icon_e2cab53831d3797070f3d59634cb926d);
|
|
|
|
|
|
var marker_184739b18b8c58358c4cedca524aa269 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_bc72cabbc873bd27e1533072b4d33187 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b88ed209fd2472165d9850f1f63ef12e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f84f23839cb5aa1b1d6523ad9b5fb115 = $(`<div id="html_f84f23839cb5aa1b1d6523ad9b5fb115" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_b88ed209fd2472165d9850f1f63ef12e.setContent(html_f84f23839cb5aa1b1d6523ad9b5fb115);
|
|
|
|
|
|
|
|
marker_184739b18b8c58358c4cedca524aa269.bindPopup(popup_b88ed209fd2472165d9850f1f63ef12e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_184739b18b8c58358c4cedca524aa269.setIcon(icon_bc72cabbc873bd27e1533072b4d33187);
|
|
|
|
|
|
var marker_33cc9d73a614d2250f8fd8165913f572 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_e2472411639e622833818a4bfefb8871 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb900e24fb4701831416fdc115ad461c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29f0c3df93868b54d6fca214b91dd3a4 = $(`<div id="html_29f0c3df93868b54d6fca214b91dd3a4" style="width: 100.0%; height: 100.0%;">rusty-uat.siberian-albacore.ts.net:8443</div>`)[0];
|
|
popup_cb900e24fb4701831416fdc115ad461c.setContent(html_29f0c3df93868b54d6fca214b91dd3a4);
|
|
|
|
|
|
|
|
marker_33cc9d73a614d2250f8fd8165913f572.bindPopup(popup_cb900e24fb4701831416fdc115ad461c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33cc9d73a614d2250f8fd8165913f572.setIcon(icon_e2472411639e622833818a4bfefb8871);
|
|
|
|
|
|
var marker_8d6abd4e6651b75a04b603984eb1da0d = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_e469d18faa81d09615c0440b241190f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eae2450f0e038d2d59ff67e103147166 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7705feb382d74b40e3a9d6c8ff34f618 = $(`<div id="html_7705feb382d74b40e3a9d6c8ff34f618" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_eae2450f0e038d2d59ff67e103147166.setContent(html_7705feb382d74b40e3a9d6c8ff34f618);
|
|
|
|
|
|
|
|
marker_8d6abd4e6651b75a04b603984eb1da0d.bindPopup(popup_eae2450f0e038d2d59ff67e103147166)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d6abd4e6651b75a04b603984eb1da0d.setIcon(icon_e469d18faa81d09615c0440b241190f0);
|
|
|
|
|
|
var marker_e9bb3e70fdb6a6d969e5a57e8dc3fe0a = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_5f84aa3cb499ee0f8d7c439d1a43f131 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c12be4fbcbcc625dc8ddaefc24e9c9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40358bee38e3d8fdc0b9156588cfe72c = $(`<div id="html_40358bee38e3d8fdc0b9156588cfe72c" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_2c12be4fbcbcc625dc8ddaefc24e9c9a.setContent(html_40358bee38e3d8fdc0b9156588cfe72c);
|
|
|
|
|
|
|
|
marker_e9bb3e70fdb6a6d969e5a57e8dc3fe0a.bindPopup(popup_2c12be4fbcbcc625dc8ddaefc24e9c9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9bb3e70fdb6a6d969e5a57e8dc3fe0a.setIcon(icon_5f84aa3cb499ee0f8d7c439d1a43f131);
|
|
|
|
|
|
var marker_87812944af6fe9a7b22e5658663a3be0 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_74f2338a478e550e7f0b5f28e92db157 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_960403298374f285b0101cbbcb1f52c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e47458ab9b047ec3af89531a4f70b0e = $(`<div id="html_5e47458ab9b047ec3af89531a4f70b0e" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_960403298374f285b0101cbbcb1f52c1.setContent(html_5e47458ab9b047ec3af89531a4f70b0e);
|
|
|
|
|
|
|
|
marker_87812944af6fe9a7b22e5658663a3be0.bindPopup(popup_960403298374f285b0101cbbcb1f52c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87812944af6fe9a7b22e5658663a3be0.setIcon(icon_74f2338a478e550e7f0b5f28e92db157);
|
|
|
|
|
|
var marker_6ac86701647019e6018f93b3cbd143b2 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_54bff98a0b1b885bcfe3c3d8bf49ceb7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5d2dc30e9f6297cc622430d07d7a1e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a61508215ef1bdad05b29f00d7b728fc = $(`<div id="html_a61508215ef1bdad05b29f00d7b728fc" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_e5d2dc30e9f6297cc622430d07d7a1e9.setContent(html_a61508215ef1bdad05b29f00d7b728fc);
|
|
|
|
|
|
|
|
marker_6ac86701647019e6018f93b3cbd143b2.bindPopup(popup_e5d2dc30e9f6297cc622430d07d7a1e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ac86701647019e6018f93b3cbd143b2.setIcon(icon_54bff98a0b1b885bcfe3c3d8bf49ceb7);
|
|
|
|
|
|
var marker_cbded9de24c1eae78306ddefc28f9435 = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_8df5b4409e7be98c1c5a561346063b94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa5695ce441bbc0c9c4243f937dc4f82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cce2a99041693b0b32d47fb360d2ccec = $(`<div id="html_cce2a99041693b0b32d47fb360d2ccec" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_fa5695ce441bbc0c9c4243f937dc4f82.setContent(html_cce2a99041693b0b32d47fb360d2ccec);
|
|
|
|
|
|
|
|
marker_cbded9de24c1eae78306ddefc28f9435.bindPopup(popup_fa5695ce441bbc0c9c4243f937dc4f82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbded9de24c1eae78306ddefc28f9435.setIcon(icon_8df5b4409e7be98c1c5a561346063b94);
|
|
|
|
|
|
var marker_bfb38f73f35f9a26a765d57caf476b8a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_2d165e6784022891166eda025ce499bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6066db14155c3e0162391e7e3839537 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7647bfc4035fcab0ef2df6a1e1d95e2 = $(`<div id="html_a7647bfc4035fcab0ef2df6a1e1d95e2" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_d6066db14155c3e0162391e7e3839537.setContent(html_a7647bfc4035fcab0ef2df6a1e1d95e2);
|
|
|
|
|
|
|
|
marker_bfb38f73f35f9a26a765d57caf476b8a.bindPopup(popup_d6066db14155c3e0162391e7e3839537)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bfb38f73f35f9a26a765d57caf476b8a.setIcon(icon_2d165e6784022891166eda025ce499bc);
|
|
|
|
|
|
var marker_3d77c4b08fc2f4c222322e9df4babb0e = L.marker(
|
|
[10.074, -84.2155],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_a83e005f49d8e821cb322edf87a480ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc5382184929099c155dd50c38ceeb48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ef8b4bdbf9287923633551e28e518ac = $(`<div id="html_9ef8b4bdbf9287923633551e28e518ac" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_bc5382184929099c155dd50c38ceeb48.setContent(html_9ef8b4bdbf9287923633551e28e518ac);
|
|
|
|
|
|
|
|
marker_3d77c4b08fc2f4c222322e9df4babb0e.bindPopup(popup_bc5382184929099c155dd50c38ceeb48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d77c4b08fc2f4c222322e9df4babb0e.setIcon(icon_a83e005f49d8e821cb322edf87a480ee);
|
|
|
|
|
|
var marker_a69f2fb3bed71f0a65d14430cf8b38a9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_db28f36ece943677a54d9cb031984c0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23b56e98f10e59e76ca34ca3955fdccc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_558db0342fdd2f803d95027f00d4ea71 = $(`<div id="html_558db0342fdd2f803d95027f00d4ea71" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_23b56e98f10e59e76ca34ca3955fdccc.setContent(html_558db0342fdd2f803d95027f00d4ea71);
|
|
|
|
|
|
|
|
marker_a69f2fb3bed71f0a65d14430cf8b38a9.bindPopup(popup_23b56e98f10e59e76ca34ca3955fdccc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a69f2fb3bed71f0a65d14430cf8b38a9.setIcon(icon_db28f36ece943677a54d9cb031984c0c);
|
|
|
|
|
|
var marker_4777d15241b821baa21faddd957f686a = L.marker(
|
|
[43.7064, -79.3986],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_dede76154e3837ef55dca12f6310b878 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e523abfc899d060aa89219f49a88a68d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de41749cf9abf621d37a25ac7aad4f16 = $(`<div id="html_de41749cf9abf621d37a25ac7aad4f16" style="width: 100.0%; height: 100.0%;">wot.makenomistakes.ca</div>`)[0];
|
|
popup_e523abfc899d060aa89219f49a88a68d.setContent(html_de41749cf9abf621d37a25ac7aad4f16);
|
|
|
|
|
|
|
|
marker_4777d15241b821baa21faddd957f686a.bindPopup(popup_e523abfc899d060aa89219f49a88a68d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4777d15241b821baa21faddd957f686a.setIcon(icon_dede76154e3837ef55dca12f6310b878);
|
|
|
|
|
|
var marker_0793891e4e568fc5d58097d076323c4c = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_b3dbca38ce49f71af0f836e72ae00f04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3bfe5481e447ae71734766bbd285cd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_352383ab3e1aa94537a3730ea6a8a563 = $(`<div id="html_352383ab3e1aa94537a3730ea6a8a563" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_b3bfe5481e447ae71734766bbd285cd8.setContent(html_352383ab3e1aa94537a3730ea6a8a563);
|
|
|
|
|
|
|
|
marker_0793891e4e568fc5d58097d076323c4c.bindPopup(popup_b3bfe5481e447ae71734766bbd285cd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0793891e4e568fc5d58097d076323c4c.setIcon(icon_b3dbca38ce49f71af0f836e72ae00f04);
|
|
|
|
|
|
var marker_8995f4bd1a5d6ca7bb5f451bd5c1d074 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_6c2314561625a75efa9d8a9209f52ddd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63a1d7c7904884a4a664fd9dc4d9a3c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_471e3c0d8c55f928fb9b70b53afa9e45 = $(`<div id="html_471e3c0d8c55f928fb9b70b53afa9e45" style="width: 100.0%; height: 100.0%;">relay.bebond.net</div>`)[0];
|
|
popup_63a1d7c7904884a4a664fd9dc4d9a3c7.setContent(html_471e3c0d8c55f928fb9b70b53afa9e45);
|
|
|
|
|
|
|
|
marker_8995f4bd1a5d6ca7bb5f451bd5c1d074.bindPopup(popup_63a1d7c7904884a4a664fd9dc4d9a3c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8995f4bd1a5d6ca7bb5f451bd5c1d074.setIcon(icon_6c2314561625a75efa9d8a9209f52ddd);
|
|
|
|
|
|
var marker_d2960bd75807d7215c10e5e56745ad14 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_0e6e709119bf1ec28b7feee17fdd9c7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09b76a001160a38abc80dd8e8b4a0724 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b8171077ea98132013cf581122a174a = $(`<div id="html_7b8171077ea98132013cf581122a174a" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_09b76a001160a38abc80dd8e8b4a0724.setContent(html_7b8171077ea98132013cf581122a174a);
|
|
|
|
|
|
|
|
marker_d2960bd75807d7215c10e5e56745ad14.bindPopup(popup_09b76a001160a38abc80dd8e8b4a0724)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2960bd75807d7215c10e5e56745ad14.setIcon(icon_0e6e709119bf1ec28b7feee17fdd9c7a);
|
|
|
|
|
|
var marker_611621021236147c4870bfb4bc9dd46f = L.marker(
|
|
[51.4968, -0.018337],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_30b36d27492e081ccb0f33df5a9f70d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e2789dad12a3b61db32dfb971a232b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36802155fc19a80b4c9ee0f4caea663b = $(`<div id="html_36802155fc19a80b4c9ee0f4caea663b" style="width: 100.0%; height: 100.0%;">strfry.bitsbytom.com</div>`)[0];
|
|
popup_9e2789dad12a3b61db32dfb971a232b9.setContent(html_36802155fc19a80b4c9ee0f4caea663b);
|
|
|
|
|
|
|
|
marker_611621021236147c4870bfb4bc9dd46f.bindPopup(popup_9e2789dad12a3b61db32dfb971a232b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_611621021236147c4870bfb4bc9dd46f.setIcon(icon_30b36d27492e081ccb0f33df5a9f70d0);
|
|
|
|
|
|
var marker_0ccb1bb89605d3de4e875dea074a6f6c = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_bbc59cc658eae493b60eda4bcf11754c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c46573775a0f27d78b3200a6ea39d422 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa1cee55692aa568283becf902c0623c = $(`<div id="html_aa1cee55692aa568283becf902c0623c" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_c46573775a0f27d78b3200a6ea39d422.setContent(html_aa1cee55692aa568283becf902c0623c);
|
|
|
|
|
|
|
|
marker_0ccb1bb89605d3de4e875dea074a6f6c.bindPopup(popup_c46573775a0f27d78b3200a6ea39d422)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ccb1bb89605d3de4e875dea074a6f6c.setIcon(icon_bbc59cc658eae493b60eda4bcf11754c);
|
|
|
|
|
|
var marker_a77082a84cbedcef24e34eeeb5e43dc5 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_27a18e5c0401bfc187af588e8d52ae34 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5491d246cc173c6e6ad4776776acaff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_555bb1d25e5e65d676bb59649b1a167e = $(`<div id="html_555bb1d25e5e65d676bb59649b1a167e" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_e5491d246cc173c6e6ad4776776acaff.setContent(html_555bb1d25e5e65d676bb59649b1a167e);
|
|
|
|
|
|
|
|
marker_a77082a84cbedcef24e34eeeb5e43dc5.bindPopup(popup_e5491d246cc173c6e6ad4776776acaff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a77082a84cbedcef24e34eeeb5e43dc5.setIcon(icon_27a18e5c0401bfc187af588e8d52ae34);
|
|
|
|
|
|
var marker_59a53fc087a01adac0ed84cfba519f5c = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_97f64c918d957a958c47f2e0b02c9161 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa3489d68ca4f962e19924a6b8e1133c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd3bd947f236a0889eb91efcb1d7a683 = $(`<div id="html_fd3bd947f236a0889eb91efcb1d7a683" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_aa3489d68ca4f962e19924a6b8e1133c.setContent(html_fd3bd947f236a0889eb91efcb1d7a683);
|
|
|
|
|
|
|
|
marker_59a53fc087a01adac0ed84cfba519f5c.bindPopup(popup_aa3489d68ca4f962e19924a6b8e1133c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59a53fc087a01adac0ed84cfba519f5c.setIcon(icon_97f64c918d957a958c47f2e0b02c9161);
|
|
|
|
|
|
var marker_b0e2a8f3330e821f17b76d2b55e80e92 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_e1e2325125566f9e63d508003ed4c8b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e17fc48bbc1ed3ca6e1be62862828637 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c99f444901a2012461d2a7897a21be10 = $(`<div id="html_c99f444901a2012461d2a7897a21be10" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_e17fc48bbc1ed3ca6e1be62862828637.setContent(html_c99f444901a2012461d2a7897a21be10);
|
|
|
|
|
|
|
|
marker_b0e2a8f3330e821f17b76d2b55e80e92.bindPopup(popup_e17fc48bbc1ed3ca6e1be62862828637)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0e2a8f3330e821f17b76d2b55e80e92.setIcon(icon_e1e2325125566f9e63d508003ed4c8b0);
|
|
|
|
|
|
var marker_37166a43557eab2611a476203da232a9 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_ab82a57d82e24f14e734b68385d971ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05d74405e8ab346d45931b2faa880b00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_edfc27dd4c6d1253e11419c58eae267b = $(`<div id="html_edfc27dd4c6d1253e11419c58eae267b" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_05d74405e8ab346d45931b2faa880b00.setContent(html_edfc27dd4c6d1253e11419c58eae267b);
|
|
|
|
|
|
|
|
marker_37166a43557eab2611a476203da232a9.bindPopup(popup_05d74405e8ab346d45931b2faa880b00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37166a43557eab2611a476203da232a9.setIcon(icon_ab82a57d82e24f14e734b68385d971ff);
|
|
|
|
|
|
var marker_81ff61e3467a26de19c242d77e3d3d79 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_1b2db5e73b5961f258ed5ea78d1e23a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf547ff7078b38c07363150dee2ffd05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_428113754900d443692241893bbcea0f = $(`<div id="html_428113754900d443692241893bbcea0f" style="width: 100.0%; height: 100.0%;">relay.hook.cafe</div>`)[0];
|
|
popup_cf547ff7078b38c07363150dee2ffd05.setContent(html_428113754900d443692241893bbcea0f);
|
|
|
|
|
|
|
|
marker_81ff61e3467a26de19c242d77e3d3d79.bindPopup(popup_cf547ff7078b38c07363150dee2ffd05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81ff61e3467a26de19c242d77e3d3d79.setIcon(icon_1b2db5e73b5961f258ed5ea78d1e23a5);
|
|
|
|
|
|
var marker_a6c462d017e3022a2396a75aeb213680 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_dd9076d0bd9387a58b1dd98e35b82c41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50db072e984fe4c0985b18f90cc30024 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d39bd03c1034f82bce73d209b50e987e = $(`<div id="html_d39bd03c1034f82bce73d209b50e987e" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_50db072e984fe4c0985b18f90cc30024.setContent(html_d39bd03c1034f82bce73d209b50e987e);
|
|
|
|
|
|
|
|
marker_a6c462d017e3022a2396a75aeb213680.bindPopup(popup_50db072e984fe4c0985b18f90cc30024)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6c462d017e3022a2396a75aeb213680.setIcon(icon_dd9076d0bd9387a58b1dd98e35b82c41);
|
|
|
|
|
|
var marker_e9d025bebfe05859fcfefe3c4cd7bdce = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_6c96185381d9fdd910053c8902892f86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77706016c6df586c006ff8139a56c092 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_112fdb187787a5aae35d3bd99255526a = $(`<div id="html_112fdb187787a5aae35d3bd99255526a" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_77706016c6df586c006ff8139a56c092.setContent(html_112fdb187787a5aae35d3bd99255526a);
|
|
|
|
|
|
|
|
marker_e9d025bebfe05859fcfefe3c4cd7bdce.bindPopup(popup_77706016c6df586c006ff8139a56c092)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9d025bebfe05859fcfefe3c4cd7bdce.setIcon(icon_6c96185381d9fdd910053c8902892f86);
|
|
|
|
|
|
var marker_4b8b6f38b1f865392e22a8fc5e60f990 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_e9804832d29c19724dfaaba5a102f8dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfe20c8b2534c06e84221ff9f266e254 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f9d58b14b7db7e05f9a7650d1c09b7f = $(`<div id="html_5f9d58b14b7db7e05f9a7650d1c09b7f" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_cfe20c8b2534c06e84221ff9f266e254.setContent(html_5f9d58b14b7db7e05f9a7650d1c09b7f);
|
|
|
|
|
|
|
|
marker_4b8b6f38b1f865392e22a8fc5e60f990.bindPopup(popup_cfe20c8b2534c06e84221ff9f266e254)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b8b6f38b1f865392e22a8fc5e60f990.setIcon(icon_e9804832d29c19724dfaaba5a102f8dd);
|
|
|
|
|
|
var marker_1ff513ba5e003a60887bd207be975cc3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_348307399df2e4d3458d64ca4f1ea25e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb4336c5c867a39647346e1b95d8ae02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b750082c027a122dc5459b6fbe6b7e1c = $(`<div id="html_b750082c027a122dc5459b6fbe6b7e1c" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_eb4336c5c867a39647346e1b95d8ae02.setContent(html_b750082c027a122dc5459b6fbe6b7e1c);
|
|
|
|
|
|
|
|
marker_1ff513ba5e003a60887bd207be975cc3.bindPopup(popup_eb4336c5c867a39647346e1b95d8ae02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ff513ba5e003a60887bd207be975cc3.setIcon(icon_348307399df2e4d3458d64ca4f1ea25e);
|
|
|
|
|
|
var marker_7e93ca2959121ae3e8ec3f3e094f05ec = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_7dc784e2667873c181d136bc3b9a9681 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bd223acfdf5edd9b2fdfb9e7f276f6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05d861d8a16a84f123eec2a31d832f5b = $(`<div id="html_05d861d8a16a84f123eec2a31d832f5b" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_5bd223acfdf5edd9b2fdfb9e7f276f6b.setContent(html_05d861d8a16a84f123eec2a31d832f5b);
|
|
|
|
|
|
|
|
marker_7e93ca2959121ae3e8ec3f3e094f05ec.bindPopup(popup_5bd223acfdf5edd9b2fdfb9e7f276f6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e93ca2959121ae3e8ec3f3e094f05ec.setIcon(icon_7dc784e2667873c181d136bc3b9a9681);
|
|
|
|
|
|
var marker_89dd994727f9c833f793edcaebd17537 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_da6f1c53d4d475ca9beb914d5b395e64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65565fc9a956d4da4213c88a14cb6174 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8f173f8574527ea6dd4fd7a7413378f = $(`<div id="html_b8f173f8574527ea6dd4fd7a7413378f" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_65565fc9a956d4da4213c88a14cb6174.setContent(html_b8f173f8574527ea6dd4fd7a7413378f);
|
|
|
|
|
|
|
|
marker_89dd994727f9c833f793edcaebd17537.bindPopup(popup_65565fc9a956d4da4213c88a14cb6174)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89dd994727f9c833f793edcaebd17537.setIcon(icon_da6f1c53d4d475ca9beb914d5b395e64);
|
|
|
|
|
|
var marker_af3fe4e00f591c4aff23b7c35e453b86 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_f37e80354630bef30d2526027cb130a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79add9754cafe4f0906cfdb2a23a29e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_560acaa460ba42c9aa9a4a4ea9055478 = $(`<div id="html_560acaa460ba42c9aa9a4a4ea9055478" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_79add9754cafe4f0906cfdb2a23a29e5.setContent(html_560acaa460ba42c9aa9a4a4ea9055478);
|
|
|
|
|
|
|
|
marker_af3fe4e00f591c4aff23b7c35e453b86.bindPopup(popup_79add9754cafe4f0906cfdb2a23a29e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af3fe4e00f591c4aff23b7c35e453b86.setIcon(icon_f37e80354630bef30d2526027cb130a9);
|
|
|
|
|
|
var marker_4a4bd226e0b6809dd06c111c4cb59ece = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_17fa33451eb0609614c3345f7220d3ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85406b7a5cf41dab9bb43defa9998d21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fecbff6fd46ea4e0ae5a0cfd7b80ba75 = $(`<div id="html_fecbff6fd46ea4e0ae5a0cfd7b80ba75" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_85406b7a5cf41dab9bb43defa9998d21.setContent(html_fecbff6fd46ea4e0ae5a0cfd7b80ba75);
|
|
|
|
|
|
|
|
marker_4a4bd226e0b6809dd06c111c4cb59ece.bindPopup(popup_85406b7a5cf41dab9bb43defa9998d21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a4bd226e0b6809dd06c111c4cb59ece.setIcon(icon_17fa33451eb0609614c3345f7220d3ec);
|
|
|
|
|
|
var marker_7b73450e9a2a8e092f3712c28e795e85 = L.marker(
|
|
[35.6916, 139.768],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_55a291b34ff9621505a49a85a39a0848 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_849347ef98419da3e0c0993209728976 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c8a27a01f915c09313f3975a553e9a3 = $(`<div id="html_3c8a27a01f915c09313f3975a553e9a3" style="width: 100.0%; height: 100.0%;">relay.purplefrog.cloud</div>`)[0];
|
|
popup_849347ef98419da3e0c0993209728976.setContent(html_3c8a27a01f915c09313f3975a553e9a3);
|
|
|
|
|
|
|
|
marker_7b73450e9a2a8e092f3712c28e795e85.bindPopup(popup_849347ef98419da3e0c0993209728976)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b73450e9a2a8e092f3712c28e795e85.setIcon(icon_55a291b34ff9621505a49a85a39a0848);
|
|
|
|
|
|
var marker_a8fd656cfbc1edd699d0f684390b621b = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_35199e070ff182ada2625a1bb51832c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef85c543882563cd38e601379a6ed468 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed4814201db96408dc35aa628fd2d21b = $(`<div id="html_ed4814201db96408dc35aa628fd2d21b" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_ef85c543882563cd38e601379a6ed468.setContent(html_ed4814201db96408dc35aa628fd2d21b);
|
|
|
|
|
|
|
|
marker_a8fd656cfbc1edd699d0f684390b621b.bindPopup(popup_ef85c543882563cd38e601379a6ed468)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8fd656cfbc1edd699d0f684390b621b.setIcon(icon_35199e070ff182ada2625a1bb51832c0);
|
|
|
|
|
|
var marker_35da7d5e5cf65a697673c2cd2679ef02 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_1ee518974b71b1051eac977f89474c73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec3fca49fb00f7dfe874e49580ba270f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_892748e28c5634b90aac885f150f23e5 = $(`<div id="html_892748e28c5634b90aac885f150f23e5" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_ec3fca49fb00f7dfe874e49580ba270f.setContent(html_892748e28c5634b90aac885f150f23e5);
|
|
|
|
|
|
|
|
marker_35da7d5e5cf65a697673c2cd2679ef02.bindPopup(popup_ec3fca49fb00f7dfe874e49580ba270f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35da7d5e5cf65a697673c2cd2679ef02.setIcon(icon_1ee518974b71b1051eac977f89474c73);
|
|
|
|
|
|
var marker_f14ddefe8032f3b17bcdfcf2c74e4be7 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_03da38a0a74432bca0e07f5f8ff806a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7ae6372b240b6140316354d67426756 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b49a52dd52c260c093eaecfd1679bf0 = $(`<div id="html_9b49a52dd52c260c093eaecfd1679bf0" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_f7ae6372b240b6140316354d67426756.setContent(html_9b49a52dd52c260c093eaecfd1679bf0);
|
|
|
|
|
|
|
|
marker_f14ddefe8032f3b17bcdfcf2c74e4be7.bindPopup(popup_f7ae6372b240b6140316354d67426756)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f14ddefe8032f3b17bcdfcf2c74e4be7.setIcon(icon_03da38a0a74432bca0e07f5f8ff806a5);
|
|
|
|
|
|
var marker_7dd4bbc5cdbe1f1e657cfd0ff590cde5 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_94e28806f436cc44ba6575c92d8a2800 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e538d2b70efff17cdc61750d78a603a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6ff412a2d0dc4f8969b1b7e321e368d = $(`<div id="html_a6ff412a2d0dc4f8969b1b7e321e368d" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_e538d2b70efff17cdc61750d78a603a7.setContent(html_a6ff412a2d0dc4f8969b1b7e321e368d);
|
|
|
|
|
|
|
|
marker_7dd4bbc5cdbe1f1e657cfd0ff590cde5.bindPopup(popup_e538d2b70efff17cdc61750d78a603a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7dd4bbc5cdbe1f1e657cfd0ff590cde5.setIcon(icon_94e28806f436cc44ba6575c92d8a2800);
|
|
|
|
|
|
var marker_e4c1059bf6464e72fc10b5c5c7333c35 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_8de44f4e8f9a2f7aced9098cd1e6d0c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac3a7c96071b547c5b909b5b4772c23a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df719c081fdc7197c330a42e0db677ab = $(`<div id="html_df719c081fdc7197c330a42e0db677ab" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_ac3a7c96071b547c5b909b5b4772c23a.setContent(html_df719c081fdc7197c330a42e0db677ab);
|
|
|
|
|
|
|
|
marker_e4c1059bf6464e72fc10b5c5c7333c35.bindPopup(popup_ac3a7c96071b547c5b909b5b4772c23a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4c1059bf6464e72fc10b5c5c7333c35.setIcon(icon_8de44f4e8f9a2f7aced9098cd1e6d0c2);
|
|
|
|
|
|
var marker_6ac8ed7b7bf90cfd34cd2011d53cb350 = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_ed8343ab06876004ee7b500b819bb552 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9b4f54c4a077d6df0909b4629da7682 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3be172a4958a37b9c2551951958a19a2 = $(`<div id="html_3be172a4958a37b9c2551951958a19a2" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_b9b4f54c4a077d6df0909b4629da7682.setContent(html_3be172a4958a37b9c2551951958a19a2);
|
|
|
|
|
|
|
|
marker_6ac8ed7b7bf90cfd34cd2011d53cb350.bindPopup(popup_b9b4f54c4a077d6df0909b4629da7682)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ac8ed7b7bf90cfd34cd2011d53cb350.setIcon(icon_ed8343ab06876004ee7b500b819bb552);
|
|
|
|
|
|
var marker_08696ccc6392d2eeb1373c7d66fc1b92 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_301cca010c0174d5870545625f77e08d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5d2b0696ec6215958d2a3ab0239d163 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4e607de014d2f4ccee801e656f36d29 = $(`<div id="html_e4e607de014d2f4ccee801e656f36d29" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_d5d2b0696ec6215958d2a3ab0239d163.setContent(html_e4e607de014d2f4ccee801e656f36d29);
|
|
|
|
|
|
|
|
marker_08696ccc6392d2eeb1373c7d66fc1b92.bindPopup(popup_d5d2b0696ec6215958d2a3ab0239d163)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08696ccc6392d2eeb1373c7d66fc1b92.setIcon(icon_301cca010c0174d5870545625f77e08d);
|
|
|
|
|
|
var marker_99f1bcc0c6c7b3d78e3287436defc195 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_91cfe51f7b739427e45fc9782833b6b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be33aec5e8fd7eef334283375f329dfc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5df783a44e7aea40b8b74f1a49936fb4 = $(`<div id="html_5df783a44e7aea40b8b74f1a49936fb4" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_be33aec5e8fd7eef334283375f329dfc.setContent(html_5df783a44e7aea40b8b74f1a49936fb4);
|
|
|
|
|
|
|
|
marker_99f1bcc0c6c7b3d78e3287436defc195.bindPopup(popup_be33aec5e8fd7eef334283375f329dfc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99f1bcc0c6c7b3d78e3287436defc195.setIcon(icon_91cfe51f7b739427e45fc9782833b6b9);
|
|
|
|
|
|
var marker_6a652fb65e7b24baa3ac708c9e3c4446 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_d79e3a731aa00dde12e2d2ea8abb85a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02ef6cb275cc5388b49d3c3b4c11783e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72ec157c9da823e4470f18cf0286425f = $(`<div id="html_72ec157c9da823e4470f18cf0286425f" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_02ef6cb275cc5388b49d3c3b4c11783e.setContent(html_72ec157c9da823e4470f18cf0286425f);
|
|
|
|
|
|
|
|
marker_6a652fb65e7b24baa3ac708c9e3c4446.bindPopup(popup_02ef6cb275cc5388b49d3c3b4c11783e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a652fb65e7b24baa3ac708c9e3c4446.setIcon(icon_d79e3a731aa00dde12e2d2ea8abb85a8);
|
|
|
|
|
|
var marker_f4637a42ae627561daf485bf9321abe4 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_ccd37187bd909f25194e845e43ef632d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4748617e9d3d4143df561914e1936c02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c33f0cfc5064f11dcbef5d31848d133c = $(`<div id="html_c33f0cfc5064f11dcbef5d31848d133c" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_4748617e9d3d4143df561914e1936c02.setContent(html_c33f0cfc5064f11dcbef5d31848d133c);
|
|
|
|
|
|
|
|
marker_f4637a42ae627561daf485bf9321abe4.bindPopup(popup_4748617e9d3d4143df561914e1936c02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4637a42ae627561daf485bf9321abe4.setIcon(icon_ccd37187bd909f25194e845e43ef632d);
|
|
|
|
|
|
var marker_1602afb0b0ed139df40ffdf7d9eb7157 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_cbdef5b914c38fb80cf32ca9895c9307 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe9326fe455ffdd9d956770fa3656ec1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbf6d0d4022401d7e8fdc43b2310625a = $(`<div id="html_bbf6d0d4022401d7e8fdc43b2310625a" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_fe9326fe455ffdd9d956770fa3656ec1.setContent(html_bbf6d0d4022401d7e8fdc43b2310625a);
|
|
|
|
|
|
|
|
marker_1602afb0b0ed139df40ffdf7d9eb7157.bindPopup(popup_fe9326fe455ffdd9d956770fa3656ec1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1602afb0b0ed139df40ffdf7d9eb7157.setIcon(icon_cbdef5b914c38fb80cf32ca9895c9307);
|
|
|
|
|
|
var marker_28994071227a02c377c122400e0df3d8 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_d6c683a3a791288505d36f97e1602748 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5ceeabe9581f00ba35128b05aa4a74f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d47eb29183b7062b33a6e4ea8c9913d = $(`<div id="html_8d47eb29183b7062b33a6e4ea8c9913d" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_a5ceeabe9581f00ba35128b05aa4a74f.setContent(html_8d47eb29183b7062b33a6e4ea8c9913d);
|
|
|
|
|
|
|
|
marker_28994071227a02c377c122400e0df3d8.bindPopup(popup_a5ceeabe9581f00ba35128b05aa4a74f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28994071227a02c377c122400e0df3d8.setIcon(icon_d6c683a3a791288505d36f97e1602748);
|
|
|
|
|
|
var marker_64090c50eeb4d79c391fafed1958b5cd = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_f93654830d46b672672eca91be432afc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a80c756ab1a7bab174c6ccb7738ca64a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ee9fb62e20c16fffeefa0575f657001 = $(`<div id="html_1ee9fb62e20c16fffeefa0575f657001" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_a80c756ab1a7bab174c6ccb7738ca64a.setContent(html_1ee9fb62e20c16fffeefa0575f657001);
|
|
|
|
|
|
|
|
marker_64090c50eeb4d79c391fafed1958b5cd.bindPopup(popup_a80c756ab1a7bab174c6ccb7738ca64a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64090c50eeb4d79c391fafed1958b5cd.setIcon(icon_f93654830d46b672672eca91be432afc);
|
|
|
|
|
|
var marker_02f826b99bb688ffc577a4522ebe3afa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_b5d7c264ac64802d3b1b4b86d0981078 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69ecf093346e6416a7665c4a2382bafb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aedce435f8e738b995f76530f80f3ad5 = $(`<div id="html_aedce435f8e738b995f76530f80f3ad5" style="width: 100.0%; height: 100.0%;">wot.rejecttheframe.xyz</div>`)[0];
|
|
popup_69ecf093346e6416a7665c4a2382bafb.setContent(html_aedce435f8e738b995f76530f80f3ad5);
|
|
|
|
|
|
|
|
marker_02f826b99bb688ffc577a4522ebe3afa.bindPopup(popup_69ecf093346e6416a7665c4a2382bafb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02f826b99bb688ffc577a4522ebe3afa.setIcon(icon_b5d7c264ac64802d3b1b4b86d0981078);
|
|
|
|
|
|
var marker_1cff1130fc9ff893cd7b236c6e04dc46 = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_9302ced685f8b00ee53e49e97d1ffd5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_740856b1cdeb1638d8afeb5a6453af29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3dc865b64c7f045c6545f71da8b4ccdb = $(`<div id="html_3dc865b64c7f045c6545f71da8b4ccdb" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_740856b1cdeb1638d8afeb5a6453af29.setContent(html_3dc865b64c7f045c6545f71da8b4ccdb);
|
|
|
|
|
|
|
|
marker_1cff1130fc9ff893cd7b236c6e04dc46.bindPopup(popup_740856b1cdeb1638d8afeb5a6453af29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1cff1130fc9ff893cd7b236c6e04dc46.setIcon(icon_9302ced685f8b00ee53e49e97d1ffd5f);
|
|
|
|
|
|
var marker_01794bad89ca677058cdb09f4ea9b13a = L.marker(
|
|
[51.2821, 6.78285],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_f7df2535769e510dfd8cc34c68c2cf37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53417c2d3b4cd99f9af266a2481a2201 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_253876ac008457d14f57de9c2fd2e70e = $(`<div id="html_253876ac008457d14f57de9c2fd2e70e" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_53417c2d3b4cd99f9af266a2481a2201.setContent(html_253876ac008457d14f57de9c2fd2e70e);
|
|
|
|
|
|
|
|
marker_01794bad89ca677058cdb09f4ea9b13a.bindPopup(popup_53417c2d3b4cd99f9af266a2481a2201)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01794bad89ca677058cdb09f4ea9b13a.setIcon(icon_f7df2535769e510dfd8cc34c68c2cf37);
|
|
|
|
|
|
var marker_9f87d3ec9711e930f47693c07187d24e = L.marker(
|
|
[39.9526, -75.1652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_f0f4214cbe4e6bf521a679721e94385d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ae59933132c97810f89252a941d175f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b065c4a5ff62de1570718d8c41f37a8 = $(`<div id="html_2b065c4a5ff62de1570718d8c41f37a8" style="width: 100.0%; height: 100.0%;">nrs-02.darkcloudarcade.com</div>`)[0];
|
|
popup_0ae59933132c97810f89252a941d175f.setContent(html_2b065c4a5ff62de1570718d8c41f37a8);
|
|
|
|
|
|
|
|
marker_9f87d3ec9711e930f47693c07187d24e.bindPopup(popup_0ae59933132c97810f89252a941d175f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f87d3ec9711e930f47693c07187d24e.setIcon(icon_f0f4214cbe4e6bf521a679721e94385d);
|
|
|
|
|
|
var marker_394281f86973a40474f8f3ffca60d9e3 = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_1ac8f68e24cb53da87e4e4e6cea3a31b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f034c2263abc7be02aa7473afec04842 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29634f13e5c995cdc2360fbb1124ddf2 = $(`<div id="html_29634f13e5c995cdc2360fbb1124ddf2" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_f034c2263abc7be02aa7473afec04842.setContent(html_29634f13e5c995cdc2360fbb1124ddf2);
|
|
|
|
|
|
|
|
marker_394281f86973a40474f8f3ffca60d9e3.bindPopup(popup_f034c2263abc7be02aa7473afec04842)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_394281f86973a40474f8f3ffca60d9e3.setIcon(icon_1ac8f68e24cb53da87e4e4e6cea3a31b);
|
|
|
|
|
|
var marker_4d68f45a2ffde98f05bd34d8348e6592 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_4a3bf034596dbe43bf652d3a0567c13e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2f343754eaeba0398654c859b6cdd3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3598174225cc9212207642c15abfd91c = $(`<div id="html_3598174225cc9212207642c15abfd91c" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_a2f343754eaeba0398654c859b6cdd3b.setContent(html_3598174225cc9212207642c15abfd91c);
|
|
|
|
|
|
|
|
marker_4d68f45a2ffde98f05bd34d8348e6592.bindPopup(popup_a2f343754eaeba0398654c859b6cdd3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d68f45a2ffde98f05bd34d8348e6592.setIcon(icon_4a3bf034596dbe43bf652d3a0567c13e);
|
|
|
|
|
|
var marker_b84f0f4fe4e0ca268675af627de7b96c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_4c8f85cfcfdcc1d724e60f5ab3a03f9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ff5cb9d277eada8e75d48aab31c5bb0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2479c05fea2041a0c5c91a9a2f024f8e = $(`<div id="html_2479c05fea2041a0c5c91a9a2f024f8e" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_0ff5cb9d277eada8e75d48aab31c5bb0.setContent(html_2479c05fea2041a0c5c91a9a2f024f8e);
|
|
|
|
|
|
|
|
marker_b84f0f4fe4e0ca268675af627de7b96c.bindPopup(popup_0ff5cb9d277eada8e75d48aab31c5bb0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b84f0f4fe4e0ca268675af627de7b96c.setIcon(icon_4c8f85cfcfdcc1d724e60f5ab3a03f9d);
|
|
|
|
|
|
var marker_054193ce499db3335a7d290112e96fc3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_6aed15e8f989229e9409d2c22c95c0cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec730369cc4ad73daac553b7e0a2834e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ade87e73a852a8235f7397d96d56301 = $(`<div id="html_9ade87e73a852a8235f7397d96d56301" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_ec730369cc4ad73daac553b7e0a2834e.setContent(html_9ade87e73a852a8235f7397d96d56301);
|
|
|
|
|
|
|
|
marker_054193ce499db3335a7d290112e96fc3.bindPopup(popup_ec730369cc4ad73daac553b7e0a2834e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_054193ce499db3335a7d290112e96fc3.setIcon(icon_6aed15e8f989229e9409d2c22c95c0cf);
|
|
|
|
|
|
var marker_bee545207fb2818fa20d7fcabd30e632 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_07450807bd627fe857bf1c5815dd4e58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d15c7a3e84435b31f48eb2cab14b07b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07a69fb785cad47d6b7b7b2e39f9f5b2 = $(`<div id="html_07a69fb785cad47d6b7b7b2e39f9f5b2" style="width: 100.0%; height: 100.0%;">nostr.easycryptosend.it</div>`)[0];
|
|
popup_9d15c7a3e84435b31f48eb2cab14b07b.setContent(html_07a69fb785cad47d6b7b7b2e39f9f5b2);
|
|
|
|
|
|
|
|
marker_bee545207fb2818fa20d7fcabd30e632.bindPopup(popup_9d15c7a3e84435b31f48eb2cab14b07b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bee545207fb2818fa20d7fcabd30e632.setIcon(icon_07450807bd627fe857bf1c5815dd4e58);
|
|
|
|
|
|
var marker_cd5a4389bfe4bc7ac926a7b25e42dd9f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_58c09c8bb4ab80da3fbf6c8641d295a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e2e3d2c66cafc43ad48885d5c68dd1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76546208552c3ea6f7a30b5e6834cc6a = $(`<div id="html_76546208552c3ea6f7a30b5e6834cc6a" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_9e2e3d2c66cafc43ad48885d5c68dd1b.setContent(html_76546208552c3ea6f7a30b5e6834cc6a);
|
|
|
|
|
|
|
|
marker_cd5a4389bfe4bc7ac926a7b25e42dd9f.bindPopup(popup_9e2e3d2c66cafc43ad48885d5c68dd1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd5a4389bfe4bc7ac926a7b25e42dd9f.setIcon(icon_58c09c8bb4ab80da3fbf6c8641d295a2);
|
|
|
|
|
|
var marker_88d474574eef0f5199114de78f2843c5 = L.marker(
|
|
[43.6715, -79.38],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_3a0c95e4310f4acf353ac60231b60d04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_edbaaad4dbd5ad254dfffa7bb322ffcf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_281a8a177455d02c5ea23197c915b7b5 = $(`<div id="html_281a8a177455d02c5ea23197c915b7b5" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_edbaaad4dbd5ad254dfffa7bb322ffcf.setContent(html_281a8a177455d02c5ea23197c915b7b5);
|
|
|
|
|
|
|
|
marker_88d474574eef0f5199114de78f2843c5.bindPopup(popup_edbaaad4dbd5ad254dfffa7bb322ffcf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88d474574eef0f5199114de78f2843c5.setIcon(icon_3a0c95e4310f4acf353ac60231b60d04);
|
|
|
|
|
|
var marker_f96af41e5cc8e167a2cb4586fd93782f = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_7a9a4a25954059cf7c515c6056225e31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef865ec9c8d54b7d13fec5652f351ed5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ac89d16fcc6a5003b4efdde27a20619 = $(`<div id="html_5ac89d16fcc6a5003b4efdde27a20619" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_ef865ec9c8d54b7d13fec5652f351ed5.setContent(html_5ac89d16fcc6a5003b4efdde27a20619);
|
|
|
|
|
|
|
|
marker_f96af41e5cc8e167a2cb4586fd93782f.bindPopup(popup_ef865ec9c8d54b7d13fec5652f351ed5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f96af41e5cc8e167a2cb4586fd93782f.setIcon(icon_7a9a4a25954059cf7c515c6056225e31);
|
|
|
|
|
|
var marker_3a87f1661d554d0d2e8163fea8fc8503 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_ede7f6b8f67c65ceb15d2caeaa081341 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a0c4d8cf5f35601aae02b8436446306 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a83cb2cc2e3ea04f404254588d13b927 = $(`<div id="html_a83cb2cc2e3ea04f404254588d13b927" style="width: 100.0%; height: 100.0%;">herbstmeister.com</div>`)[0];
|
|
popup_6a0c4d8cf5f35601aae02b8436446306.setContent(html_a83cb2cc2e3ea04f404254588d13b927);
|
|
|
|
|
|
|
|
marker_3a87f1661d554d0d2e8163fea8fc8503.bindPopup(popup_6a0c4d8cf5f35601aae02b8436446306)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a87f1661d554d0d2e8163fea8fc8503.setIcon(icon_ede7f6b8f67c65ceb15d2caeaa081341);
|
|
|
|
|
|
var marker_1a0ed8f93e99929fa4d430bc7828290f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_6b9aed13f6a32ee2fd1847079b620e16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29bc16e01465e00ee9bed73db5029f34 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f47dfafc57613a0da33cd608263e8c1f = $(`<div id="html_f47dfafc57613a0da33cd608263e8c1f" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_29bc16e01465e00ee9bed73db5029f34.setContent(html_f47dfafc57613a0da33cd608263e8c1f);
|
|
|
|
|
|
|
|
marker_1a0ed8f93e99929fa4d430bc7828290f.bindPopup(popup_29bc16e01465e00ee9bed73db5029f34)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a0ed8f93e99929fa4d430bc7828290f.setIcon(icon_6b9aed13f6a32ee2fd1847079b620e16);
|
|
|
|
|
|
var marker_435aaa17f70421560b17512e801ddd67 = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_b5f71e31876092ca030482f42e6252d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87a8e9ce6dcdb500478fe09f427e59fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_778941512b7851700b1c6d9bef5e0631 = $(`<div id="html_778941512b7851700b1c6d9bef5e0631" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_87a8e9ce6dcdb500478fe09f427e59fd.setContent(html_778941512b7851700b1c6d9bef5e0631);
|
|
|
|
|
|
|
|
marker_435aaa17f70421560b17512e801ddd67.bindPopup(popup_87a8e9ce6dcdb500478fe09f427e59fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_435aaa17f70421560b17512e801ddd67.setIcon(icon_b5f71e31876092ca030482f42e6252d4);
|
|
|
|
|
|
var marker_25f1aaf11b3b06c6d84e19ce923090fe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_0ec10c862b2b84185718ce944dd5a455 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f36dd0ea78c882307e6d4bae8c4c4268 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1dfcd384882eb77594f28cebf472a83d = $(`<div id="html_1dfcd384882eb77594f28cebf472a83d" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_f36dd0ea78c882307e6d4bae8c4c4268.setContent(html_1dfcd384882eb77594f28cebf472a83d);
|
|
|
|
|
|
|
|
marker_25f1aaf11b3b06c6d84e19ce923090fe.bindPopup(popup_f36dd0ea78c882307e6d4bae8c4c4268)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25f1aaf11b3b06c6d84e19ce923090fe.setIcon(icon_0ec10c862b2b84185718ce944dd5a455);
|
|
|
|
|
|
var marker_e428be5f35ce065e0f7c565827bdc233 = L.marker(
|
|
[37.3589, 127.115],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_468deae786f79d4bcd98faedac68da02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40bade8804c283c8c83b4eaeb8c5e8b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93b4a1f0cade08ee1fdf37b9716bca13 = $(`<div id="html_93b4a1f0cade08ee1fdf37b9716bca13" style="width: 100.0%; height: 100.0%;">nostr.aruku.kro.kr</div>`)[0];
|
|
popup_40bade8804c283c8c83b4eaeb8c5e8b0.setContent(html_93b4a1f0cade08ee1fdf37b9716bca13);
|
|
|
|
|
|
|
|
marker_e428be5f35ce065e0f7c565827bdc233.bindPopup(popup_40bade8804c283c8c83b4eaeb8c5e8b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e428be5f35ce065e0f7c565827bdc233.setIcon(icon_468deae786f79d4bcd98faedac68da02);
|
|
|
|
|
|
var marker_7e80a54806e3c48f20b1ff5b384476db = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_d6b0e54bd7e7cff13e42bb6051685648 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f57f35e08a2a9d29504acfd855ccfd1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3a3f2a38e01c51f03dc98cb119894c7 = $(`<div id="html_b3a3f2a38e01c51f03dc98cb119894c7" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_9f57f35e08a2a9d29504acfd855ccfd1.setContent(html_b3a3f2a38e01c51f03dc98cb119894c7);
|
|
|
|
|
|
|
|
marker_7e80a54806e3c48f20b1ff5b384476db.bindPopup(popup_9f57f35e08a2a9d29504acfd855ccfd1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e80a54806e3c48f20b1ff5b384476db.setIcon(icon_d6b0e54bd7e7cff13e42bb6051685648);
|
|
|
|
|
|
var marker_79c6cd1ea67f0ae82b8e38b71258939d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_7e7fcb0937d866ced0b88dd7bb8a4898 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ec422cac4ae80ec01770f066e61f572 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00c1c3ce28c32b542b65a684a6cc2dcc = $(`<div id="html_00c1c3ce28c32b542b65a684a6cc2dcc" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st</div>`)[0];
|
|
popup_4ec422cac4ae80ec01770f066e61f572.setContent(html_00c1c3ce28c32b542b65a684a6cc2dcc);
|
|
|
|
|
|
|
|
marker_79c6cd1ea67f0ae82b8e38b71258939d.bindPopup(popup_4ec422cac4ae80ec01770f066e61f572)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79c6cd1ea67f0ae82b8e38b71258939d.setIcon(icon_7e7fcb0937d866ced0b88dd7bb8a4898);
|
|
|
|
|
|
var marker_9c0cf5aa25556332498c6ee71b46da04 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_8223a8fe363de2de705f4f4c0e3cd4cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4cadd9461b5b8f91926c381787c96f97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5940091430512d28dc2ebdd6630cf8cd = $(`<div id="html_5940091430512d28dc2ebdd6630cf8cd" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_4cadd9461b5b8f91926c381787c96f97.setContent(html_5940091430512d28dc2ebdd6630cf8cd);
|
|
|
|
|
|
|
|
marker_9c0cf5aa25556332498c6ee71b46da04.bindPopup(popup_4cadd9461b5b8f91926c381787c96f97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c0cf5aa25556332498c6ee71b46da04.setIcon(icon_8223a8fe363de2de705f4f4c0e3cd4cc);
|
|
|
|
|
|
var marker_6d6bfc067a630401b65f78fa29231d25 = L.marker(
|
|
[3.139, 101.687],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_ffec7308b9b1b4ecca9983073db9a1c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bad8bac114a020b3ba8389cf44a0e23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6403ec9a94c25fdbd4d9142006ed7c12 = $(`<div id="html_6403ec9a94c25fdbd4d9142006ed7c12" style="width: 100.0%; height: 100.0%;">nostr.tagomago.me</div>`)[0];
|
|
popup_0bad8bac114a020b3ba8389cf44a0e23.setContent(html_6403ec9a94c25fdbd4d9142006ed7c12);
|
|
|
|
|
|
|
|
marker_6d6bfc067a630401b65f78fa29231d25.bindPopup(popup_0bad8bac114a020b3ba8389cf44a0e23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d6bfc067a630401b65f78fa29231d25.setIcon(icon_ffec7308b9b1b4ecca9983073db9a1c2);
|
|
|
|
|
|
var marker_7e2f57d39e9845c895b38dff85b415bf = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_777c6b2466927e37bc4c7eb78b8b9267 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_badf45f993ac040d836a921d49102a2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b89cc03306cf35fa65915be078ad031 = $(`<div id="html_6b89cc03306cf35fa65915be078ad031" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_badf45f993ac040d836a921d49102a2e.setContent(html_6b89cc03306cf35fa65915be078ad031);
|
|
|
|
|
|
|
|
marker_7e2f57d39e9845c895b38dff85b415bf.bindPopup(popup_badf45f993ac040d836a921d49102a2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e2f57d39e9845c895b38dff85b415bf.setIcon(icon_777c6b2466927e37bc4c7eb78b8b9267);
|
|
|
|
|
|
var marker_e61215a9f7ad64035bf159be39538750 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_f19b5614cd2d02ff2a73c69e33bd7499 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb28d6ebe86ff823594d55a19adbcf1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9cc8e3671a2de58b38bda46196abe482 = $(`<div id="html_9cc8e3671a2de58b38bda46196abe482" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_eb28d6ebe86ff823594d55a19adbcf1c.setContent(html_9cc8e3671a2de58b38bda46196abe482);
|
|
|
|
|
|
|
|
marker_e61215a9f7ad64035bf159be39538750.bindPopup(popup_eb28d6ebe86ff823594d55a19adbcf1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e61215a9f7ad64035bf159be39538750.setIcon(icon_f19b5614cd2d02ff2a73c69e33bd7499);
|
|
|
|
|
|
var marker_222bb1a990a4eb95b7b8b91b97940201 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_3bed40f33320eb4fc245c8ca165fe95c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96956cfaad26e073298db39ac838155b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_adf985ef578d0966cf62be3d3b86affa = $(`<div id="html_adf985ef578d0966cf62be3d3b86affa" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_96956cfaad26e073298db39ac838155b.setContent(html_adf985ef578d0966cf62be3d3b86affa);
|
|
|
|
|
|
|
|
marker_222bb1a990a4eb95b7b8b91b97940201.bindPopup(popup_96956cfaad26e073298db39ac838155b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_222bb1a990a4eb95b7b8b91b97940201.setIcon(icon_3bed40f33320eb4fc245c8ca165fe95c);
|
|
|
|
|
|
var marker_d0cb14fadfcb739cfedb802515daa7c3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_2728c8c29e2e45460add110b8b8cdce7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1237eb09caf30103bccaec81284b98c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da55638571a0479123438aa5f923ab12 = $(`<div id="html_da55638571a0479123438aa5f923ab12" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_1237eb09caf30103bccaec81284b98c2.setContent(html_da55638571a0479123438aa5f923ab12);
|
|
|
|
|
|
|
|
marker_d0cb14fadfcb739cfedb802515daa7c3.bindPopup(popup_1237eb09caf30103bccaec81284b98c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0cb14fadfcb739cfedb802515daa7c3.setIcon(icon_2728c8c29e2e45460add110b8b8cdce7);
|
|
|
|
|
|
var marker_8d0cc3c4e4517e711a1215e4e374c0b3 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_64417aa8d7766c62ac70409393c7e6ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6542dcf3fd8f69371784087d810f89f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1cd91e38c81748fecead2c7f1b89e95 = $(`<div id="html_a1cd91e38c81748fecead2c7f1b89e95" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_6542dcf3fd8f69371784087d810f89f1.setContent(html_a1cd91e38c81748fecead2c7f1b89e95);
|
|
|
|
|
|
|
|
marker_8d0cc3c4e4517e711a1215e4e374c0b3.bindPopup(popup_6542dcf3fd8f69371784087d810f89f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d0cc3c4e4517e711a1215e4e374c0b3.setIcon(icon_64417aa8d7766c62ac70409393c7e6ee);
|
|
|
|
|
|
var marker_88669aa03437c4d5303bbc959dee8745 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_0d1a3c2aaa31bd205ff90bd80eed424c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8267351a01c55e5baef56b7a0e136d14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_478cd7c0ad46cb0e86c541a59913292c = $(`<div id="html_478cd7c0ad46cb0e86c541a59913292c" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_8267351a01c55e5baef56b7a0e136d14.setContent(html_478cd7c0ad46cb0e86c541a59913292c);
|
|
|
|
|
|
|
|
marker_88669aa03437c4d5303bbc959dee8745.bindPopup(popup_8267351a01c55e5baef56b7a0e136d14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88669aa03437c4d5303bbc959dee8745.setIcon(icon_0d1a3c2aaa31bd205ff90bd80eed424c);
|
|
|
|
|
|
var marker_0856338d0df0591283ee3cc12e283c62 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_6ff6f0b54d8fcdcedc1e8ce14fcd50d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b8516ce525cd78663cbdce3d2fef937 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ce7d6bfd17b1369586c152034af49d3 = $(`<div id="html_8ce7d6bfd17b1369586c152034af49d3" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_1b8516ce525cd78663cbdce3d2fef937.setContent(html_8ce7d6bfd17b1369586c152034af49d3);
|
|
|
|
|
|
|
|
marker_0856338d0df0591283ee3cc12e283c62.bindPopup(popup_1b8516ce525cd78663cbdce3d2fef937)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0856338d0df0591283ee3cc12e283c62.setIcon(icon_6ff6f0b54d8fcdcedc1e8ce14fcd50d0);
|
|
|
|
|
|
var marker_a5e53993b0a9a8cdcab6fae1eceb29a9 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_ce64a53d4d3a458ba73bf92b4f578277 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62ea9c475c5593963c06c44d7201d86b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52383b7339f87af0d7740dcb401dc030 = $(`<div id="html_52383b7339f87af0d7740dcb401dc030" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_62ea9c475c5593963c06c44d7201d86b.setContent(html_52383b7339f87af0d7740dcb401dc030);
|
|
|
|
|
|
|
|
marker_a5e53993b0a9a8cdcab6fae1eceb29a9.bindPopup(popup_62ea9c475c5593963c06c44d7201d86b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5e53993b0a9a8cdcab6fae1eceb29a9.setIcon(icon_ce64a53d4d3a458ba73bf92b4f578277);
|
|
|
|
|
|
var marker_e3fef98f6804475758c293b21158a678 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_05bd3f1c1ba1d7903ceb937f5921a9e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12fd866513933225f35a8a696924629f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19cb54e36ddd7fe937b47ca420d3d34d = $(`<div id="html_19cb54e36ddd7fe937b47ca420d3d34d" style="width: 100.0%; height: 100.0%;">relay.inforsupports.com</div>`)[0];
|
|
popup_12fd866513933225f35a8a696924629f.setContent(html_19cb54e36ddd7fe937b47ca420d3d34d);
|
|
|
|
|
|
|
|
marker_e3fef98f6804475758c293b21158a678.bindPopup(popup_12fd866513933225f35a8a696924629f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3fef98f6804475758c293b21158a678.setIcon(icon_05bd3f1c1ba1d7903ceb937f5921a9e9);
|
|
|
|
|
|
var marker_15fb85ebebcf21ba90dd5b5cfd34f32c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_8cda1c8193f30915a59930e6010e8294 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5584480456b29d5ce91d94122779d27b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_496f40a035e40ab7421380d0e82673eb = $(`<div id="html_496f40a035e40ab7421380d0e82673eb" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_5584480456b29d5ce91d94122779d27b.setContent(html_496f40a035e40ab7421380d0e82673eb);
|
|
|
|
|
|
|
|
marker_15fb85ebebcf21ba90dd5b5cfd34f32c.bindPopup(popup_5584480456b29d5ce91d94122779d27b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15fb85ebebcf21ba90dd5b5cfd34f32c.setIcon(icon_8cda1c8193f30915a59930e6010e8294);
|
|
|
|
|
|
var marker_1f40530bad8f4f9c869992b6eb0933d6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_9b08606e093b57acc6cc9ad9e82e1dad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b883a9712978101f3fade067f3825130 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c020dfe9685f8ae16d2bb433f797a22 = $(`<div id="html_3c020dfe9685f8ae16d2bb433f797a22" style="width: 100.0%; height: 100.0%;">seed-options-few-cache.trycloudflare.com</div>`)[0];
|
|
popup_b883a9712978101f3fade067f3825130.setContent(html_3c020dfe9685f8ae16d2bb433f797a22);
|
|
|
|
|
|
|
|
marker_1f40530bad8f4f9c869992b6eb0933d6.bindPopup(popup_b883a9712978101f3fade067f3825130)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f40530bad8f4f9c869992b6eb0933d6.setIcon(icon_9b08606e093b57acc6cc9ad9e82e1dad);
|
|
|
|
|
|
var marker_52400875cef0a925ea7f94fe8de22cfa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_8d153e744aa1f5809e47ec418aeb29d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f1a5849e9da6dab0e144d7debe5d47a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a880ebcba4bf3290ae69a01f75d7a871 = $(`<div id="html_a880ebcba4bf3290ae69a01f75d7a871" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_1f1a5849e9da6dab0e144d7debe5d47a.setContent(html_a880ebcba4bf3290ae69a01f75d7a871);
|
|
|
|
|
|
|
|
marker_52400875cef0a925ea7f94fe8de22cfa.bindPopup(popup_1f1a5849e9da6dab0e144d7debe5d47a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52400875cef0a925ea7f94fe8de22cfa.setIcon(icon_8d153e744aa1f5809e47ec418aeb29d2);
|
|
|
|
|
|
var marker_4c6deadad01d4c4fba07d9ebd1b6b9a7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_300b3c2510552518c9e6c09b2461d9fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a77336016d0a095970995fd11942e395 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a867d852b928cfcd4bc3731f58f5f79b = $(`<div id="html_a867d852b928cfcd4bc3731f58f5f79b" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_a77336016d0a095970995fd11942e395.setContent(html_a867d852b928cfcd4bc3731f58f5f79b);
|
|
|
|
|
|
|
|
marker_4c6deadad01d4c4fba07d9ebd1b6b9a7.bindPopup(popup_a77336016d0a095970995fd11942e395)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c6deadad01d4c4fba07d9ebd1b6b9a7.setIcon(icon_300b3c2510552518c9e6c09b2461d9fa);
|
|
|
|
|
|
var marker_439491e426b6bcc1c83f9967a55d9344 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_38856579762fd8fa4223a04d7af96ec2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54c9a16dc739ee02aacd1ecc8f70a450 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ece966728d8e92f95d2c88285252240b = $(`<div id="html_ece966728d8e92f95d2c88285252240b" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_54c9a16dc739ee02aacd1ecc8f70a450.setContent(html_ece966728d8e92f95d2c88285252240b);
|
|
|
|
|
|
|
|
marker_439491e426b6bcc1c83f9967a55d9344.bindPopup(popup_54c9a16dc739ee02aacd1ecc8f70a450)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_439491e426b6bcc1c83f9967a55d9344.setIcon(icon_38856579762fd8fa4223a04d7af96ec2);
|
|
|
|
|
|
var marker_a2dd676172f19f06e84dafa635a706d6 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_19506cfbf48a26bc9b0c0a4f58feb7c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a61f5489d4799d6d8bbafef6135f98e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa5e4a064c3b05333d54ab15d27dfae2 = $(`<div id="html_fa5e4a064c3b05333d54ab15d27dfae2" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_a61f5489d4799d6d8bbafef6135f98e9.setContent(html_fa5e4a064c3b05333d54ab15d27dfae2);
|
|
|
|
|
|
|
|
marker_a2dd676172f19f06e84dafa635a706d6.bindPopup(popup_a61f5489d4799d6d8bbafef6135f98e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2dd676172f19f06e84dafa635a706d6.setIcon(icon_19506cfbf48a26bc9b0c0a4f58feb7c7);
|
|
|
|
|
|
var marker_a2b884dea3c05010d57eaa0cb5816fa6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_53d36497ef61bc079c44419ce7897455 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_811e258c2a794c9a51ea99e3e684e01f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95be7942c511a8fd18380536bc7df59f = $(`<div id="html_95be7942c511a8fd18380536bc7df59f" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_811e258c2a794c9a51ea99e3e684e01f.setContent(html_95be7942c511a8fd18380536bc7df59f);
|
|
|
|
|
|
|
|
marker_a2b884dea3c05010d57eaa0cb5816fa6.bindPopup(popup_811e258c2a794c9a51ea99e3e684e01f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2b884dea3c05010d57eaa0cb5816fa6.setIcon(icon_53d36497ef61bc079c44419ce7897455);
|
|
|
|
|
|
var marker_45cfe74e13573e41d458a70a1ecdd96d = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_ffa6d2a03d335ee85ea5c06010e26bbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1babeb9a935b54b1f25606473d807709 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7de703479fbc4e4aa57949761ad2b53 = $(`<div id="html_a7de703479fbc4e4aa57949761ad2b53" style="width: 100.0%; height: 100.0%;">relay.hostr.network</div>`)[0];
|
|
popup_1babeb9a935b54b1f25606473d807709.setContent(html_a7de703479fbc4e4aa57949761ad2b53);
|
|
|
|
|
|
|
|
marker_45cfe74e13573e41d458a70a1ecdd96d.bindPopup(popup_1babeb9a935b54b1f25606473d807709)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45cfe74e13573e41d458a70a1ecdd96d.setIcon(icon_ffa6d2a03d335ee85ea5c06010e26bbd);
|
|
|
|
|
|
var marker_7e45b9a7c3d359e8fc455a46f1c66a1e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_59105fea50f9269b1ce0845f4f13896f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f24dffb04b4588a566b4c83c914cfa4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea2aa43f54b63a9355f489dbc831edbc = $(`<div id="html_ea2aa43f54b63a9355f489dbc831edbc" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_f24dffb04b4588a566b4c83c914cfa4c.setContent(html_ea2aa43f54b63a9355f489dbc831edbc);
|
|
|
|
|
|
|
|
marker_7e45b9a7c3d359e8fc455a46f1c66a1e.bindPopup(popup_f24dffb04b4588a566b4c83c914cfa4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e45b9a7c3d359e8fc455a46f1c66a1e.setIcon(icon_59105fea50f9269b1ce0845f4f13896f);
|
|
|
|
|
|
var marker_8a18f771fa295cb4fc6c2ad19ef52a59 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_2455c8da8ce1b5900e40f10e2af8b19e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2126562a07cae6b050036cb9a165ed3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06b736ee845c1dbe03a5e49c736e0ff5 = $(`<div id="html_06b736ee845c1dbe03a5e49c736e0ff5" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_a2126562a07cae6b050036cb9a165ed3.setContent(html_06b736ee845c1dbe03a5e49c736e0ff5);
|
|
|
|
|
|
|
|
marker_8a18f771fa295cb4fc6c2ad19ef52a59.bindPopup(popup_a2126562a07cae6b050036cb9a165ed3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a18f771fa295cb4fc6c2ad19ef52a59.setIcon(icon_2455c8da8ce1b5900e40f10e2af8b19e);
|
|
|
|
|
|
var marker_4931b975916e0aa189eb9bce7b46be6d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_fae2e01093e89e5e5daf11758a3537b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6710367938aa6d964a78309f1cbe0c97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f50170fb8bb0170aa67e1ffee99a8344 = $(`<div id="html_f50170fb8bb0170aa67e1ffee99a8344" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_6710367938aa6d964a78309f1cbe0c97.setContent(html_f50170fb8bb0170aa67e1ffee99a8344);
|
|
|
|
|
|
|
|
marker_4931b975916e0aa189eb9bce7b46be6d.bindPopup(popup_6710367938aa6d964a78309f1cbe0c97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4931b975916e0aa189eb9bce7b46be6d.setIcon(icon_fae2e01093e89e5e5daf11758a3537b9);
|
|
|
|
|
|
var marker_7013fa9ccdf52b836648d3e45c08c094 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_bc0770a01f20ef80826fc39e69378c44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7caaee34695824ee02622ff99e5be2fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7193fda5c9656fc80f41555b6ed12de0 = $(`<div id="html_7193fda5c9656fc80f41555b6ed12de0" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_7caaee34695824ee02622ff99e5be2fa.setContent(html_7193fda5c9656fc80f41555b6ed12de0);
|
|
|
|
|
|
|
|
marker_7013fa9ccdf52b836648d3e45c08c094.bindPopup(popup_7caaee34695824ee02622ff99e5be2fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7013fa9ccdf52b836648d3e45c08c094.setIcon(icon_bc0770a01f20ef80826fc39e69378c44);
|
|
|
|
|
|
var marker_1b39de66d0c3dcbd0e63148183ed09aa = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_9eda53fd748849fea170ad9b8003aa97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_149f57e2f7241ee0e66ce4cec435dd6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e0a5407c174369dadee7e507c836dd0 = $(`<div id="html_8e0a5407c174369dadee7e507c836dd0" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_149f57e2f7241ee0e66ce4cec435dd6e.setContent(html_8e0a5407c174369dadee7e507c836dd0);
|
|
|
|
|
|
|
|
marker_1b39de66d0c3dcbd0e63148183ed09aa.bindPopup(popup_149f57e2f7241ee0e66ce4cec435dd6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b39de66d0c3dcbd0e63148183ed09aa.setIcon(icon_9eda53fd748849fea170ad9b8003aa97);
|
|
|
|
|
|
var marker_424160c5acb65c7bb3686cacb6077e65 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_10af891cc6e0294d9da7f87feaba6992 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9df2c62e73873b4ebb8b0b775bcc7fff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a395b6036a4a2406c23e042d3d0b6c82 = $(`<div id="html_a395b6036a4a2406c23e042d3d0b6c82" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_9df2c62e73873b4ebb8b0b775bcc7fff.setContent(html_a395b6036a4a2406c23e042d3d0b6c82);
|
|
|
|
|
|
|
|
marker_424160c5acb65c7bb3686cacb6077e65.bindPopup(popup_9df2c62e73873b4ebb8b0b775bcc7fff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_424160c5acb65c7bb3686cacb6077e65.setIcon(icon_10af891cc6e0294d9da7f87feaba6992);
|
|
|
|
|
|
var marker_2ce47f9e986748940af8efd4362f20ce = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_286d273d348cb50017df3491c9e41bc6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd144beaaee622ea992fea0a5a284bfc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99a234e7e65e57df5e3021665e81b925 = $(`<div id="html_99a234e7e65e57df5e3021665e81b925" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_bd144beaaee622ea992fea0a5a284bfc.setContent(html_99a234e7e65e57df5e3021665e81b925);
|
|
|
|
|
|
|
|
marker_2ce47f9e986748940af8efd4362f20ce.bindPopup(popup_bd144beaaee622ea992fea0a5a284bfc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ce47f9e986748940af8efd4362f20ce.setIcon(icon_286d273d348cb50017df3491c9e41bc6);
|
|
|
|
|
|
var marker_377da435b7372dc754aa3bdc13e82c95 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_6b8ec9100899cc419861d85bfde0f8fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f805d4e534e327effd331db442c25de7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_563534d6b5de250b618b1cb5a28acf8d = $(`<div id="html_563534d6b5de250b618b1cb5a28acf8d" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_f805d4e534e327effd331db442c25de7.setContent(html_563534d6b5de250b618b1cb5a28acf8d);
|
|
|
|
|
|
|
|
marker_377da435b7372dc754aa3bdc13e82c95.bindPopup(popup_f805d4e534e327effd331db442c25de7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_377da435b7372dc754aa3bdc13e82c95.setIcon(icon_6b8ec9100899cc419861d85bfde0f8fc);
|
|
|
|
|
|
var marker_4c94e042bbe6d8097f2871f22d351832 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_ac8bef238292ae6754e66f00f37740ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db60b394db2b34bf9d22608094d035de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fbe54395f775e6aaf36ca69d5b6d18e = $(`<div id="html_3fbe54395f775e6aaf36ca69d5b6d18e" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_db60b394db2b34bf9d22608094d035de.setContent(html_3fbe54395f775e6aaf36ca69d5b6d18e);
|
|
|
|
|
|
|
|
marker_4c94e042bbe6d8097f2871f22d351832.bindPopup(popup_db60b394db2b34bf9d22608094d035de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c94e042bbe6d8097f2871f22d351832.setIcon(icon_ac8bef238292ae6754e66f00f37740ff);
|
|
|
|
|
|
var marker_06d091b18f7dc823eac0e2983552ee5d = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_52363c06a7cbe373619271f419fd754a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46f3afe4b67127b9a0a05fcd904d8349 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c77c9fd4e22248fb363d49cf1be918d = $(`<div id="html_8c77c9fd4e22248fb363d49cf1be918d" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_46f3afe4b67127b9a0a05fcd904d8349.setContent(html_8c77c9fd4e22248fb363d49cf1be918d);
|
|
|
|
|
|
|
|
marker_06d091b18f7dc823eac0e2983552ee5d.bindPopup(popup_46f3afe4b67127b9a0a05fcd904d8349)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06d091b18f7dc823eac0e2983552ee5d.setIcon(icon_52363c06a7cbe373619271f419fd754a);
|
|
|
|
|
|
var marker_8b5a7fea6231b90f949502f4005587be = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_fd76249d1bac31c8d696538aa1cc0a77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d53869df57d5986672f0259bcf220775 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_732cbb5460b07a28de4ebbc2ef7cc9ff = $(`<div id="html_732cbb5460b07a28de4ebbc2ef7cc9ff" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_d53869df57d5986672f0259bcf220775.setContent(html_732cbb5460b07a28de4ebbc2ef7cc9ff);
|
|
|
|
|
|
|
|
marker_8b5a7fea6231b90f949502f4005587be.bindPopup(popup_d53869df57d5986672f0259bcf220775)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b5a7fea6231b90f949502f4005587be.setIcon(icon_fd76249d1bac31c8d696538aa1cc0a77);
|
|
|
|
|
|
var marker_cac15de160ba5ae2c788c0a39ff18fc4 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_5ac6e7ac9502b16518bd058942872eb9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0057b80d0428bde0a5e818ca76bd1fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0cb44f57476907b7edacb5d658457804 = $(`<div id="html_0cb44f57476907b7edacb5d658457804" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_c0057b80d0428bde0a5e818ca76bd1fc.setContent(html_0cb44f57476907b7edacb5d658457804);
|
|
|
|
|
|
|
|
marker_cac15de160ba5ae2c788c0a39ff18fc4.bindPopup(popup_c0057b80d0428bde0a5e818ca76bd1fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cac15de160ba5ae2c788c0a39ff18fc4.setIcon(icon_5ac6e7ac9502b16518bd058942872eb9);
|
|
|
|
|
|
var marker_6b47626ca5095428efb47508911772bf = L.marker(
|
|
[29.7057, -95.2706],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_1fa9ed2b72ac38aa94279268ba18c9b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9e634c3c9314b1d37c33c27c5fa1b05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66b26aa4c47eed166d9522b9cfb8e3e5 = $(`<div id="html_66b26aa4c47eed166d9522b9cfb8e3e5" style="width: 100.0%; height: 100.0%;">nostr.spacecitynode.com</div>`)[0];
|
|
popup_c9e634c3c9314b1d37c33c27c5fa1b05.setContent(html_66b26aa4c47eed166d9522b9cfb8e3e5);
|
|
|
|
|
|
|
|
marker_6b47626ca5095428efb47508911772bf.bindPopup(popup_c9e634c3c9314b1d37c33c27c5fa1b05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b47626ca5095428efb47508911772bf.setIcon(icon_1fa9ed2b72ac38aa94279268ba18c9b1);
|
|
|
|
|
|
var marker_2f7b789130f4fa697c79dcc7c19a7291 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_da96cd94181862ef9f7c93ca3ca31440 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6384ac0e301b6702f69ce86877dc61ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a02c7b5158cfd1ea9971b2a9290c3437 = $(`<div id="html_a02c7b5158cfd1ea9971b2a9290c3437" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_6384ac0e301b6702f69ce86877dc61ca.setContent(html_a02c7b5158cfd1ea9971b2a9290c3437);
|
|
|
|
|
|
|
|
marker_2f7b789130f4fa697c79dcc7c19a7291.bindPopup(popup_6384ac0e301b6702f69ce86877dc61ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f7b789130f4fa697c79dcc7c19a7291.setIcon(icon_da96cd94181862ef9f7c93ca3ca31440);
|
|
|
|
|
|
var marker_5479b1d425b7f55be319e6986542592a = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_228452368e78355caa651d1e8dd303b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c305601b5e387eb3ea88b9e7c4e9d618 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbb5bb48e569e637098d7433a05101f5 = $(`<div id="html_cbb5bb48e569e637098d7433a05101f5" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_c305601b5e387eb3ea88b9e7c4e9d618.setContent(html_cbb5bb48e569e637098d7433a05101f5);
|
|
|
|
|
|
|
|
marker_5479b1d425b7f55be319e6986542592a.bindPopup(popup_c305601b5e387eb3ea88b9e7c4e9d618)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5479b1d425b7f55be319e6986542592a.setIcon(icon_228452368e78355caa651d1e8dd303b1);
|
|
|
|
|
|
var marker_068909b616aee1e051f39844f3e6d239 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_a0774ef3c1676c744fa4ffd318003da2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_385ad9b18b3bfe0355d9ebe2deb3756a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6359d06862a5ef8613418881f5c99d08 = $(`<div id="html_6359d06862a5ef8613418881f5c99d08" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_385ad9b18b3bfe0355d9ebe2deb3756a.setContent(html_6359d06862a5ef8613418881f5c99d08);
|
|
|
|
|
|
|
|
marker_068909b616aee1e051f39844f3e6d239.bindPopup(popup_385ad9b18b3bfe0355d9ebe2deb3756a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_068909b616aee1e051f39844f3e6d239.setIcon(icon_a0774ef3c1676c744fa4ffd318003da2);
|
|
|
|
|
|
var marker_fa7e9fec5489beed9c1a8dab8f39c18c = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_9f78c20e9536d33f1a58570770cddda4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6153273387d63ad9f53602578d1e95fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_baa643b39826950bc5583ef16a9043ee = $(`<div id="html_baa643b39826950bc5583ef16a9043ee" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_6153273387d63ad9f53602578d1e95fb.setContent(html_baa643b39826950bc5583ef16a9043ee);
|
|
|
|
|
|
|
|
marker_fa7e9fec5489beed9c1a8dab8f39c18c.bindPopup(popup_6153273387d63ad9f53602578d1e95fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa7e9fec5489beed9c1a8dab8f39c18c.setIcon(icon_9f78c20e9536d33f1a58570770cddda4);
|
|
|
|
|
|
var marker_cf9f57c3f369182158fc82eb2761e126 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_6c982480de03be140a96ab9bff1b52e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b56265c0908b8af624d31fc319fac4d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_385bc787657ddfc80d786e5f87236c12 = $(`<div id="html_385bc787657ddfc80d786e5f87236c12" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_b56265c0908b8af624d31fc319fac4d9.setContent(html_385bc787657ddfc80d786e5f87236c12);
|
|
|
|
|
|
|
|
marker_cf9f57c3f369182158fc82eb2761e126.bindPopup(popup_b56265c0908b8af624d31fc319fac4d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf9f57c3f369182158fc82eb2761e126.setIcon(icon_6c982480de03be140a96ab9bff1b52e1);
|
|
|
|
|
|
var marker_3dbda05f625baaf934ad316672b8fab8 = L.marker(
|
|
[37.5234, -77.3158],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_388ab4e7b768f28d78bbfac3057b888e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3043700fd3aaadfe04b34cda6e4dc95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5dfa7d4efb22b65365ed109e611e312 = $(`<div id="html_a5dfa7d4efb22b65365ed109e611e312" style="width: 100.0%; height: 100.0%;">relay.sloannetworks.com</div>`)[0];
|
|
popup_a3043700fd3aaadfe04b34cda6e4dc95.setContent(html_a5dfa7d4efb22b65365ed109e611e312);
|
|
|
|
|
|
|
|
marker_3dbda05f625baaf934ad316672b8fab8.bindPopup(popup_a3043700fd3aaadfe04b34cda6e4dc95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3dbda05f625baaf934ad316672b8fab8.setIcon(icon_388ab4e7b768f28d78bbfac3057b888e);
|
|
|
|
|
|
var marker_e14c8e1e8e9647d8087bb271942e4d5f = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_9ef9e7c11c5de7c9413861d09a76933c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b58aa4e63306f1c4bc904096bddabefe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d34654b59ca15276b64aa0db79498380 = $(`<div id="html_d34654b59ca15276b64aa0db79498380" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_b58aa4e63306f1c4bc904096bddabefe.setContent(html_d34654b59ca15276b64aa0db79498380);
|
|
|
|
|
|
|
|
marker_e14c8e1e8e9647d8087bb271942e4d5f.bindPopup(popup_b58aa4e63306f1c4bc904096bddabefe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e14c8e1e8e9647d8087bb271942e4d5f.setIcon(icon_9ef9e7c11c5de7c9413861d09a76933c);
|
|
|
|
|
|
var marker_4d9b5032ae7072552bac59d0500885c8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_30269f24623dba05409143d5044fa485 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92db708ff05927ed0148b5b468dba34b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1cf4fafac643ca6310cea4bfb6986fb8 = $(`<div id="html_1cf4fafac643ca6310cea4bfb6986fb8" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_92db708ff05927ed0148b5b468dba34b.setContent(html_1cf4fafac643ca6310cea4bfb6986fb8);
|
|
|
|
|
|
|
|
marker_4d9b5032ae7072552bac59d0500885c8.bindPopup(popup_92db708ff05927ed0148b5b468dba34b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d9b5032ae7072552bac59d0500885c8.setIcon(icon_30269f24623dba05409143d5044fa485);
|
|
|
|
|
|
var marker_cd66140e152506a34c7bbac52a0e9d37 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_c369b21551b6a0edc235be8c685587a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b25e8020b147bd4025a902ee52b7368f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_851381ccae0198a914e38dc2b3b19bed = $(`<div id="html_851381ccae0198a914e38dc2b3b19bed" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org</div>`)[0];
|
|
popup_b25e8020b147bd4025a902ee52b7368f.setContent(html_851381ccae0198a914e38dc2b3b19bed);
|
|
|
|
|
|
|
|
marker_cd66140e152506a34c7bbac52a0e9d37.bindPopup(popup_b25e8020b147bd4025a902ee52b7368f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd66140e152506a34c7bbac52a0e9d37.setIcon(icon_c369b21551b6a0edc235be8c685587a4);
|
|
|
|
|
|
var marker_630b86b08ea02ba8afcbf976451b1412 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_3c713f0b5957848d24d54d86174aa078 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a608484a1f56ce52ca84adc3f4f36ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ca35fa28dfd13a21caae294ce260903 = $(`<div id="html_1ca35fa28dfd13a21caae294ce260903" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_6a608484a1f56ce52ca84adc3f4f36ee.setContent(html_1ca35fa28dfd13a21caae294ce260903);
|
|
|
|
|
|
|
|
marker_630b86b08ea02ba8afcbf976451b1412.bindPopup(popup_6a608484a1f56ce52ca84adc3f4f36ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_630b86b08ea02ba8afcbf976451b1412.setIcon(icon_3c713f0b5957848d24d54d86174aa078);
|
|
|
|
|
|
var marker_6c0c79512d9304af187c9e6f40f10f08 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_5828e768a5429d207661753d4feebb53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2eaceb5a89a38da1ad975d26532a3c7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48b122b2892a97fc6fed9675167cc073 = $(`<div id="html_48b122b2892a97fc6fed9675167cc073" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_2eaceb5a89a38da1ad975d26532a3c7f.setContent(html_48b122b2892a97fc6fed9675167cc073);
|
|
|
|
|
|
|
|
marker_6c0c79512d9304af187c9e6f40f10f08.bindPopup(popup_2eaceb5a89a38da1ad975d26532a3c7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c0c79512d9304af187c9e6f40f10f08.setIcon(icon_5828e768a5429d207661753d4feebb53);
|
|
|
|
|
|
var marker_205e94049d06b58db2ee56304c6d0fae = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_56976a836a86774de334a9b3e90c49a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13d2f32d7cd6bcd13076bc928882b9b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7fcf744b9bd59e9457d9f54e2b2369dc = $(`<div id="html_7fcf744b9bd59e9457d9f54e2b2369dc" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_13d2f32d7cd6bcd13076bc928882b9b8.setContent(html_7fcf744b9bd59e9457d9f54e2b2369dc);
|
|
|
|
|
|
|
|
marker_205e94049d06b58db2ee56304c6d0fae.bindPopup(popup_13d2f32d7cd6bcd13076bc928882b9b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_205e94049d06b58db2ee56304c6d0fae.setIcon(icon_56976a836a86774de334a9b3e90c49a7);
|
|
|
|
|
|
var marker_a9d68337704586fe196c52ec34936029 = L.marker(
|
|
[13.3622, 100.983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_df2c13be2d954854301191275952d534 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f605133418e2016e8b042f863b58e886 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_846854fa8aec9f11d1047607e23e6689 = $(`<div id="html_846854fa8aec9f11d1047607e23e6689" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_f605133418e2016e8b042f863b58e886.setContent(html_846854fa8aec9f11d1047607e23e6689);
|
|
|
|
|
|
|
|
marker_a9d68337704586fe196c52ec34936029.bindPopup(popup_f605133418e2016e8b042f863b58e886)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9d68337704586fe196c52ec34936029.setIcon(icon_df2c13be2d954854301191275952d534);
|
|
|
|
|
|
var marker_082243dc20b0c01c7529042176741a5e = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_fbebf3fd7c9dcc8d4b5420704232e2f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0859e11283e88185a29c78180589a91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88698071e715fb08ad203fb197d886e7 = $(`<div id="html_88698071e715fb08ad203fb197d886e7" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com</div>`)[0];
|
|
popup_e0859e11283e88185a29c78180589a91.setContent(html_88698071e715fb08ad203fb197d886e7);
|
|
|
|
|
|
|
|
marker_082243dc20b0c01c7529042176741a5e.bindPopup(popup_e0859e11283e88185a29c78180589a91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_082243dc20b0c01c7529042176741a5e.setIcon(icon_fbebf3fd7c9dcc8d4b5420704232e2f9);
|
|
|
|
|
|
var marker_98715071598871757644967058b07c27 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_dc6037332e4f2b9d17b1719b114e83d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6f795c046c00969a7328446430a3e61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d7898e5c648172f404300d68470201f = $(`<div id="html_1d7898e5c648172f404300d68470201f" style="width: 100.0%; height: 100.0%;">relay.astrolabe.finance</div>`)[0];
|
|
popup_f6f795c046c00969a7328446430a3e61.setContent(html_1d7898e5c648172f404300d68470201f);
|
|
|
|
|
|
|
|
marker_98715071598871757644967058b07c27.bindPopup(popup_f6f795c046c00969a7328446430a3e61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98715071598871757644967058b07c27.setIcon(icon_dc6037332e4f2b9d17b1719b114e83d2);
|
|
|
|
|
|
var marker_b38d52265e9868951af25cbd30d0d880 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_7ff41a98ae861b3de9339b0191210c41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5d484d3b0bd27dec2de372394411c26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_566af19709bab4fcc1ef7ed6f7d4ef43 = $(`<div id="html_566af19709bab4fcc1ef7ed6f7d4ef43" style="width: 100.0%; height: 100.0%;">rele.speyhard.fi</div>`)[0];
|
|
popup_e5d484d3b0bd27dec2de372394411c26.setContent(html_566af19709bab4fcc1ef7ed6f7d4ef43);
|
|
|
|
|
|
|
|
marker_b38d52265e9868951af25cbd30d0d880.bindPopup(popup_e5d484d3b0bd27dec2de372394411c26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b38d52265e9868951af25cbd30d0d880.setIcon(icon_7ff41a98ae861b3de9339b0191210c41);
|
|
|
|
|
|
var marker_686c44bf8af4707c3393b82944a41272 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_541cf0a8840d576e18c364765b189e95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df1eb45c1ba1bacb910c85ee0fe47214 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27935e0dac66473b3528c830e64dbc2a = $(`<div id="html_27935e0dac66473b3528c830e64dbc2a" style="width: 100.0%; height: 100.0%;">eu.nostr.pikachat.org</div>`)[0];
|
|
popup_df1eb45c1ba1bacb910c85ee0fe47214.setContent(html_27935e0dac66473b3528c830e64dbc2a);
|
|
|
|
|
|
|
|
marker_686c44bf8af4707c3393b82944a41272.bindPopup(popup_df1eb45c1ba1bacb910c85ee0fe47214)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_686c44bf8af4707c3393b82944a41272.setIcon(icon_541cf0a8840d576e18c364765b189e95);
|
|
|
|
|
|
var marker_4294bb4bcb5d60e4ca0f6bb3e814a630 = L.marker(
|
|
[3.139, 101.687],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_3f293c27c91c98f5515d84720d576bd4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aff89944609982236c66d4ef1e5ab96e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_793d1b451048e1132ae7337ff5478697 = $(`<div id="html_793d1b451048e1132ae7337ff5478697" style="width: 100.0%; height: 100.0%;">bridge.tagomago.me</div>`)[0];
|
|
popup_aff89944609982236c66d4ef1e5ab96e.setContent(html_793d1b451048e1132ae7337ff5478697);
|
|
|
|
|
|
|
|
marker_4294bb4bcb5d60e4ca0f6bb3e814a630.bindPopup(popup_aff89944609982236c66d4ef1e5ab96e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4294bb4bcb5d60e4ca0f6bb3e814a630.setIcon(icon_3f293c27c91c98f5515d84720d576bd4);
|
|
|
|
|
|
var marker_439e390b4b6c39cdfd055a6e14f31a30 = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_0b5a40295a051ebb95ac3f276cad3252 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ccb2f8eace253e4511b64eb381311186 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbcc5c983eab544faa33c50d4a8d6b6b = $(`<div id="html_fbcc5c983eab544faa33c50d4a8d6b6b" style="width: 100.0%; height: 100.0%;">aeon.libretechsystems.xyz</div>`)[0];
|
|
popup_ccb2f8eace253e4511b64eb381311186.setContent(html_fbcc5c983eab544faa33c50d4a8d6b6b);
|
|
|
|
|
|
|
|
marker_439e390b4b6c39cdfd055a6e14f31a30.bindPopup(popup_ccb2f8eace253e4511b64eb381311186)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_439e390b4b6c39cdfd055a6e14f31a30.setIcon(icon_0b5a40295a051ebb95ac3f276cad3252);
|
|
|
|
|
|
var marker_eeb1bcea0440120f2e3c1dccad07cd52 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_8cfb644b37f14dd2e559a955920038a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_410a4d6e592fe8dfe36b7d592cee7038 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84f5bf29b8244f081eae3c63ba8aaf4d = $(`<div id="html_84f5bf29b8244f081eae3c63ba8aaf4d" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_410a4d6e592fe8dfe36b7d592cee7038.setContent(html_84f5bf29b8244f081eae3c63ba8aaf4d);
|
|
|
|
|
|
|
|
marker_eeb1bcea0440120f2e3c1dccad07cd52.bindPopup(popup_410a4d6e592fe8dfe36b7d592cee7038)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eeb1bcea0440120f2e3c1dccad07cd52.setIcon(icon_8cfb644b37f14dd2e559a955920038a1);
|
|
|
|
|
|
var marker_fe3a68dd6d7448046c3062282d973dc8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_fdf625dd8070c01c467ed3176ac1716b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0516b9935d6770d9717a53cf8dad690c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b877a904c3ba5d568a30005e864c78d0 = $(`<div id="html_b877a904c3ba5d568a30005e864c78d0" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_0516b9935d6770d9717a53cf8dad690c.setContent(html_b877a904c3ba5d568a30005e864c78d0);
|
|
|
|
|
|
|
|
marker_fe3a68dd6d7448046c3062282d973dc8.bindPopup(popup_0516b9935d6770d9717a53cf8dad690c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe3a68dd6d7448046c3062282d973dc8.setIcon(icon_fdf625dd8070c01c467ed3176ac1716b);
|
|
|
|
|
|
var marker_6fe18c922be38524afe6d4394da8b3ed = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_3e86e65ce36719ed57989479423183b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33d3445bddcc4ea834bbafc39d249c61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d44f1b630060b37f3d8a8f803e21400 = $(`<div id="html_7d44f1b630060b37f3d8a8f803e21400" style="width: 100.0%; height: 100.0%;">relay.henryxplace.eu.org:9988</div>`)[0];
|
|
popup_33d3445bddcc4ea834bbafc39d249c61.setContent(html_7d44f1b630060b37f3d8a8f803e21400);
|
|
|
|
|
|
|
|
marker_6fe18c922be38524afe6d4394da8b3ed.bindPopup(popup_33d3445bddcc4ea834bbafc39d249c61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6fe18c922be38524afe6d4394da8b3ed.setIcon(icon_3e86e65ce36719ed57989479423183b5);
|
|
|
|
|
|
var marker_0f4530ec958735035e81bec8692a6513 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_4e47d5a964cef258e395a1cd39a226a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc8fca1fd30284c5fd292268835a34a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8caea3002e7f92a8f8908e2844326b73 = $(`<div id="html_8caea3002e7f92a8f8908e2844326b73" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_cc8fca1fd30284c5fd292268835a34a7.setContent(html_8caea3002e7f92a8f8908e2844326b73);
|
|
|
|
|
|
|
|
marker_0f4530ec958735035e81bec8692a6513.bindPopup(popup_cc8fca1fd30284c5fd292268835a34a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f4530ec958735035e81bec8692a6513.setIcon(icon_4e47d5a964cef258e395a1cd39a226a0);
|
|
|
|
|
|
var marker_667a4934dd71ed40ca2457e7d4fcea96 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_b8c30415818c19c0191d8a5221d6515e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff29577150209092d245aef76e995288 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8a889dd569fa6103d8e10184a79c0c1 = $(`<div id="html_c8a889dd569fa6103d8e10184a79c0c1" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_ff29577150209092d245aef76e995288.setContent(html_c8a889dd569fa6103d8e10184a79c0c1);
|
|
|
|
|
|
|
|
marker_667a4934dd71ed40ca2457e7d4fcea96.bindPopup(popup_ff29577150209092d245aef76e995288)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_667a4934dd71ed40ca2457e7d4fcea96.setIcon(icon_b8c30415818c19c0191d8a5221d6515e);
|
|
|
|
|
|
var marker_3dc580c62cd191b4d290bec04e1e3926 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_77dd70c7ee3c4d993c7454e7f51b65f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3b76803f813a2860222d65ab8baa83d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57845c9442b439e519d3ad9dd847c911 = $(`<div id="html_57845c9442b439e519d3ad9dd847c911" style="width: 100.0%; height: 100.0%;">sandbox.registros.aarpia.net</div>`)[0];
|
|
popup_e3b76803f813a2860222d65ab8baa83d.setContent(html_57845c9442b439e519d3ad9dd847c911);
|
|
|
|
|
|
|
|
marker_3dc580c62cd191b4d290bec04e1e3926.bindPopup(popup_e3b76803f813a2860222d65ab8baa83d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3dc580c62cd191b4d290bec04e1e3926.setIcon(icon_77dd70c7ee3c4d993c7454e7f51b65f8);
|
|
|
|
|
|
var marker_01de9748ca5c1ed21347e87bf0ddbc76 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_3f9da81aaae89d1f4756bc92acba7833 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bcd6e65b1aef87deaef86c9e76369f4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5fdf8ac6d85f6c5cbbb7d06ed813fa9 = $(`<div id="html_f5fdf8ac6d85f6c5cbbb7d06ed813fa9" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_bcd6e65b1aef87deaef86c9e76369f4f.setContent(html_f5fdf8ac6d85f6c5cbbb7d06ed813fa9);
|
|
|
|
|
|
|
|
marker_01de9748ca5c1ed21347e87bf0ddbc76.bindPopup(popup_bcd6e65b1aef87deaef86c9e76369f4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01de9748ca5c1ed21347e87bf0ddbc76.setIcon(icon_3f9da81aaae89d1f4756bc92acba7833);
|
|
|
|
|
|
var marker_b7738a76086c299fac03a3b07ee04e6d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_85958397139c8bd4b4f89ad6aaf7e45b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc30259eea8dbd9bfc1b8ba8d280b3f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a7b00a08f74d8a891e4667df972918f = $(`<div id="html_0a7b00a08f74d8a891e4667df972918f" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_bc30259eea8dbd9bfc1b8ba8d280b3f4.setContent(html_0a7b00a08f74d8a891e4667df972918f);
|
|
|
|
|
|
|
|
marker_b7738a76086c299fac03a3b07ee04e6d.bindPopup(popup_bc30259eea8dbd9bfc1b8ba8d280b3f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7738a76086c299fac03a3b07ee04e6d.setIcon(icon_85958397139c8bd4b4f89ad6aaf7e45b);
|
|
|
|
|
|
var marker_0ba5d28cfff0a3f295c8dfb5835a59a5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_bacba054db5c81cac0a04dbc0dde4850 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_232e937be1ee5df4dd3980876ff69e04 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_649c561bde73ebe90eb624b71b4cb292 = $(`<div id="html_649c561bde73ebe90eb624b71b4cb292" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_232e937be1ee5df4dd3980876ff69e04.setContent(html_649c561bde73ebe90eb624b71b4cb292);
|
|
|
|
|
|
|
|
marker_0ba5d28cfff0a3f295c8dfb5835a59a5.bindPopup(popup_232e937be1ee5df4dd3980876ff69e04)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ba5d28cfff0a3f295c8dfb5835a59a5.setIcon(icon_bacba054db5c81cac0a04dbc0dde4850);
|
|
|
|
|
|
var marker_506bd39de5c731ae41c9d74fbaac097b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_6cfc0eabfbe602b6ecda10a70061eecd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3453d6b4ba60ce2bb41314c3c68b748b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26a3fed41ac337db91fa778a3cf768ed = $(`<div id="html_26a3fed41ac337db91fa778a3cf768ed" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_3453d6b4ba60ce2bb41314c3c68b748b.setContent(html_26a3fed41ac337db91fa778a3cf768ed);
|
|
|
|
|
|
|
|
marker_506bd39de5c731ae41c9d74fbaac097b.bindPopup(popup_3453d6b4ba60ce2bb41314c3c68b748b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_506bd39de5c731ae41c9d74fbaac097b.setIcon(icon_6cfc0eabfbe602b6ecda10a70061eecd);
|
|
|
|
|
|
var marker_a2c7ee5128b931a46c6a120283f785d5 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_ac5ff07cd2c447b2e75a68ceb57e317c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84ac44a5912f65cf9416eaf19b2b5237 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa5de030269be4019558424c87d12a2b = $(`<div id="html_aa5de030269be4019558424c87d12a2b" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_84ac44a5912f65cf9416eaf19b2b5237.setContent(html_aa5de030269be4019558424c87d12a2b);
|
|
|
|
|
|
|
|
marker_a2c7ee5128b931a46c6a120283f785d5.bindPopup(popup_84ac44a5912f65cf9416eaf19b2b5237)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2c7ee5128b931a46c6a120283f785d5.setIcon(icon_ac5ff07cd2c447b2e75a68ceb57e317c);
|
|
|
|
|
|
var marker_57cd58277ac04a997d40df8b59a03c13 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_f1721ef19b6b4b92b162e3b53f2cda8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_690daf33fd8cc7ed97c025aa06877a03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf6fb10a3a0c529fec4aac3f385367e4 = $(`<div id="html_bf6fb10a3a0c529fec4aac3f385367e4" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_690daf33fd8cc7ed97c025aa06877a03.setContent(html_bf6fb10a3a0c529fec4aac3f385367e4);
|
|
|
|
|
|
|
|
marker_57cd58277ac04a997d40df8b59a03c13.bindPopup(popup_690daf33fd8cc7ed97c025aa06877a03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57cd58277ac04a997d40df8b59a03c13.setIcon(icon_f1721ef19b6b4b92b162e3b53f2cda8d);
|
|
|
|
|
|
var marker_c2b00626264e143704b11bc74cc3ed30 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_be0bc9ce6dbabc2259d3be855fc1dc04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74418e6c6f65d16fde0d9fc83795897d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a54d7cbdd5890475a57fd69abce0f18c = $(`<div id="html_a54d7cbdd5890475a57fd69abce0f18c" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_74418e6c6f65d16fde0d9fc83795897d.setContent(html_a54d7cbdd5890475a57fd69abce0f18c);
|
|
|
|
|
|
|
|
marker_c2b00626264e143704b11bc74cc3ed30.bindPopup(popup_74418e6c6f65d16fde0d9fc83795897d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2b00626264e143704b11bc74cc3ed30.setIcon(icon_be0bc9ce6dbabc2259d3be855fc1dc04);
|
|
|
|
|
|
var marker_cfbd0ef90cc2c3314c223276753a1345 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_1463de24c9b26507ea4ad910e41b7a1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2390391e4c9753f798d78847c69aab60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_415d0d05f0cc12bdf023ead031f6d17e = $(`<div id="html_415d0d05f0cc12bdf023ead031f6d17e" style="width: 100.0%; height: 100.0%;">relay.veganostr.com</div>`)[0];
|
|
popup_2390391e4c9753f798d78847c69aab60.setContent(html_415d0d05f0cc12bdf023ead031f6d17e);
|
|
|
|
|
|
|
|
marker_cfbd0ef90cc2c3314c223276753a1345.bindPopup(popup_2390391e4c9753f798d78847c69aab60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfbd0ef90cc2c3314c223276753a1345.setIcon(icon_1463de24c9b26507ea4ad910e41b7a1d);
|
|
|
|
|
|
var marker_7a6b4c7423c0a7dafa6b0b91dd512c16 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_0607654d8af8baa68ebf30ecbc6e0cd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_639577cc7da009601f29aafd335960bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d84f38f527006f65ea6b88d1930042a0 = $(`<div id="html_d84f38f527006f65ea6b88d1930042a0" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_639577cc7da009601f29aafd335960bd.setContent(html_d84f38f527006f65ea6b88d1930042a0);
|
|
|
|
|
|
|
|
marker_7a6b4c7423c0a7dafa6b0b91dd512c16.bindPopup(popup_639577cc7da009601f29aafd335960bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a6b4c7423c0a7dafa6b0b91dd512c16.setIcon(icon_0607654d8af8baa68ebf30ecbc6e0cd0);
|
|
|
|
|
|
var marker_8f69fca979ba6771f43cabfd437828bd = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_d22e1bf4453cd6b99905f887d019c430 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e006535f3999498f5594168a230c614 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebc2700b4cca6d5343c9ec1e26a340f4 = $(`<div id="html_ebc2700b4cca6d5343c9ec1e26a340f4" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_5e006535f3999498f5594168a230c614.setContent(html_ebc2700b4cca6d5343c9ec1e26a340f4);
|
|
|
|
|
|
|
|
marker_8f69fca979ba6771f43cabfd437828bd.bindPopup(popup_5e006535f3999498f5594168a230c614)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f69fca979ba6771f43cabfd437828bd.setIcon(icon_d22e1bf4453cd6b99905f887d019c430);
|
|
|
|
|
|
var marker_6e27ce2e7f247847ecb9d8afbb6ffd95 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_2bc71bab6ef3eac0d24e2ccf95c4c0e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9fb963ca439be8ab4cfbc069ad5cc84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3d6b6124f37517f1abec76107635f6f = $(`<div id="html_d3d6b6124f37517f1abec76107635f6f" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_c9fb963ca439be8ab4cfbc069ad5cc84.setContent(html_d3d6b6124f37517f1abec76107635f6f);
|
|
|
|
|
|
|
|
marker_6e27ce2e7f247847ecb9d8afbb6ffd95.bindPopup(popup_c9fb963ca439be8ab4cfbc069ad5cc84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e27ce2e7f247847ecb9d8afbb6ffd95.setIcon(icon_2bc71bab6ef3eac0d24e2ccf95c4c0e6);
|
|
|
|
|
|
var marker_13debde57d37eab490d941f99efc5ab8 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_b9d543ab1ed13a35d22a065c45f0e956 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3ccde8c80fecc6842784b23230616d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ac4c04a90d925ea9b389067b00f1253 = $(`<div id="html_7ac4c04a90d925ea9b389067b00f1253" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_b3ccde8c80fecc6842784b23230616d3.setContent(html_7ac4c04a90d925ea9b389067b00f1253);
|
|
|
|
|
|
|
|
marker_13debde57d37eab490d941f99efc5ab8.bindPopup(popup_b3ccde8c80fecc6842784b23230616d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13debde57d37eab490d941f99efc5ab8.setIcon(icon_b9d543ab1ed13a35d22a065c45f0e956);
|
|
|
|
|
|
var marker_aae04eb77cbac63ad65678d8afd7b777 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_927fbe8365724e3c5315b8eeedafd0b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f9317eb34dfb4de30c10fb5d1d3c158 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34034d070188a42b7c4509ebfceff35b = $(`<div id="html_34034d070188a42b7c4509ebfceff35b" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_3f9317eb34dfb4de30c10fb5d1d3c158.setContent(html_34034d070188a42b7c4509ebfceff35b);
|
|
|
|
|
|
|
|
marker_aae04eb77cbac63ad65678d8afd7b777.bindPopup(popup_3f9317eb34dfb4de30c10fb5d1d3c158)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aae04eb77cbac63ad65678d8afd7b777.setIcon(icon_927fbe8365724e3c5315b8eeedafd0b3);
|
|
|
|
|
|
var marker_73485f24db65d47eca52630b8a76377b = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_d9c90a17341e5ef5b12e80e714f0f936 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ba8d75045162c5003d6315753e80b8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_299647c697455b4db61c7f4f7e1e3ed4 = $(`<div id="html_299647c697455b4db61c7f4f7e1e3ed4" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_2ba8d75045162c5003d6315753e80b8d.setContent(html_299647c697455b4db61c7f4f7e1e3ed4);
|
|
|
|
|
|
|
|
marker_73485f24db65d47eca52630b8a76377b.bindPopup(popup_2ba8d75045162c5003d6315753e80b8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73485f24db65d47eca52630b8a76377b.setIcon(icon_d9c90a17341e5ef5b12e80e714f0f936);
|
|
|
|
|
|
var marker_698d63c242074a55a6c560125ea21a15 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_53ea07c5f58c188b152a2bff406f7027 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_973fff06c41916a7eb11eaad404c6eaf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ac68223e99586f27b24a8040a121eb8 = $(`<div id="html_2ac68223e99586f27b24a8040a121eb8" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_973fff06c41916a7eb11eaad404c6eaf.setContent(html_2ac68223e99586f27b24a8040a121eb8);
|
|
|
|
|
|
|
|
marker_698d63c242074a55a6c560125ea21a15.bindPopup(popup_973fff06c41916a7eb11eaad404c6eaf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_698d63c242074a55a6c560125ea21a15.setIcon(icon_53ea07c5f58c188b152a2bff406f7027);
|
|
|
|
|
|
var marker_7cb2efd9ef3ab95e2f3d24e9eeaa5fb5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_b4ab3840343b1b2c35e0191e901108a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df891e2cca761920777221df30aa7acf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44fd3a36f9c84258aa35860361dd642e = $(`<div id="html_44fd3a36f9c84258aa35860361dd642e" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_df891e2cca761920777221df30aa7acf.setContent(html_44fd3a36f9c84258aa35860361dd642e);
|
|
|
|
|
|
|
|
marker_7cb2efd9ef3ab95e2f3d24e9eeaa5fb5.bindPopup(popup_df891e2cca761920777221df30aa7acf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cb2efd9ef3ab95e2f3d24e9eeaa5fb5.setIcon(icon_b4ab3840343b1b2c35e0191e901108a5);
|
|
|
|
|
|
var marker_8697b065e3559ca86233dd40447e01c0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_8162847ad193afda71e5cb20bb43f730 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6b359d2c933e2f1c877e1888ebefca3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f6387ec2a710baafc96daad1ec6e310 = $(`<div id="html_9f6387ec2a710baafc96daad1ec6e310" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_c6b359d2c933e2f1c877e1888ebefca3.setContent(html_9f6387ec2a710baafc96daad1ec6e310);
|
|
|
|
|
|
|
|
marker_8697b065e3559ca86233dd40447e01c0.bindPopup(popup_c6b359d2c933e2f1c877e1888ebefca3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8697b065e3559ca86233dd40447e01c0.setIcon(icon_8162847ad193afda71e5cb20bb43f730);
|
|
|
|
|
|
var marker_5c91ea830c2aac33c5cc6525f233d60d = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_1bd0c6589c5f4c0fa5fc16e3ff5cd109 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d76c237a42ab860d758d0e69aacf871 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50f612d6a0fd9eff3c6233ffef3f1d8e = $(`<div id="html_50f612d6a0fd9eff3c6233ffef3f1d8e" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_5d76c237a42ab860d758d0e69aacf871.setContent(html_50f612d6a0fd9eff3c6233ffef3f1d8e);
|
|
|
|
|
|
|
|
marker_5c91ea830c2aac33c5cc6525f233d60d.bindPopup(popup_5d76c237a42ab860d758d0e69aacf871)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c91ea830c2aac33c5cc6525f233d60d.setIcon(icon_1bd0c6589c5f4c0fa5fc16e3ff5cd109);
|
|
|
|
|
|
var marker_f0dfeddf7c84c1e4d617aa7df030d193 = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_7c98862ddd5ccf811e052b265a4c6a42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4d4cd48d982feb3dcd4c44688ba9435 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c8533602f4cac9658ba820e896ecf95 = $(`<div id="html_7c8533602f4cac9658ba820e896ecf95" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_a4d4cd48d982feb3dcd4c44688ba9435.setContent(html_7c8533602f4cac9658ba820e896ecf95);
|
|
|
|
|
|
|
|
marker_f0dfeddf7c84c1e4d617aa7df030d193.bindPopup(popup_a4d4cd48d982feb3dcd4c44688ba9435)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0dfeddf7c84c1e4d617aa7df030d193.setIcon(icon_7c98862ddd5ccf811e052b265a4c6a42);
|
|
|
|
|
|
var marker_9c4912f90e66151b0b87b624452514e2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_de9eda419c70cdf8c45041b69744715c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3dd7aaf5aeced52d331d209b31c72067 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b24de76e8aaa9e77506d82efb2647d8c = $(`<div id="html_b24de76e8aaa9e77506d82efb2647d8c" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_3dd7aaf5aeced52d331d209b31c72067.setContent(html_b24de76e8aaa9e77506d82efb2647d8c);
|
|
|
|
|
|
|
|
marker_9c4912f90e66151b0b87b624452514e2.bindPopup(popup_3dd7aaf5aeced52d331d209b31c72067)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c4912f90e66151b0b87b624452514e2.setIcon(icon_de9eda419c70cdf8c45041b69744715c);
|
|
|
|
|
|
var marker_f24ccac54fb95f27c7a76dea2048d287 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_454846a246e3dc09bc1c087a214cb813 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_008bfce450b913f0f32d5f18128da37d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05d91af5b509d7e45a46e85a54b3c520 = $(`<div id="html_05d91af5b509d7e45a46e85a54b3c520" style="width: 100.0%; height: 100.0%;">test.thedude.cloud</div>`)[0];
|
|
popup_008bfce450b913f0f32d5f18128da37d.setContent(html_05d91af5b509d7e45a46e85a54b3c520);
|
|
|
|
|
|
|
|
marker_f24ccac54fb95f27c7a76dea2048d287.bindPopup(popup_008bfce450b913f0f32d5f18128da37d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f24ccac54fb95f27c7a76dea2048d287.setIcon(icon_454846a246e3dc09bc1c087a214cb813);
|
|
|
|
|
|
var marker_2d853b25cf72d66e91a75763147c50f1 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_40e113cccebfa73f3c7755f6d3067f13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_843de1be2b23ac0e577c958aabd6fa4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c2572bc66060eb06f1d8085157fe825 = $(`<div id="html_5c2572bc66060eb06f1d8085157fe825" style="width: 100.0%; height: 100.0%;">dev-relay.nostreon.com</div>`)[0];
|
|
popup_843de1be2b23ac0e577c958aabd6fa4d.setContent(html_5c2572bc66060eb06f1d8085157fe825);
|
|
|
|
|
|
|
|
marker_2d853b25cf72d66e91a75763147c50f1.bindPopup(popup_843de1be2b23ac0e577c958aabd6fa4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d853b25cf72d66e91a75763147c50f1.setIcon(icon_40e113cccebfa73f3c7755f6d3067f13);
|
|
|
|
|
|
var marker_434e4106ba7bd5378cb3ff0ed8d63fc3 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_b460bebed9a75773e61c4e5b5e08766a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0946a1c6eaed37b9d45ba3ca04fa771b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65fa8688872a1a69475d6adfbea2939e = $(`<div id="html_65fa8688872a1a69475d6adfbea2939e" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_0946a1c6eaed37b9d45ba3ca04fa771b.setContent(html_65fa8688872a1a69475d6adfbea2939e);
|
|
|
|
|
|
|
|
marker_434e4106ba7bd5378cb3ff0ed8d63fc3.bindPopup(popup_0946a1c6eaed37b9d45ba3ca04fa771b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_434e4106ba7bd5378cb3ff0ed8d63fc3.setIcon(icon_b460bebed9a75773e61c4e5b5e08766a);
|
|
|
|
|
|
var marker_3737fcf53c554edb047e3403306596b6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_a8384a230b671d1e54ac27e17356b4ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02d07969fcfb99fd67d2903d769edbcb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b0dfca706f29d8f8183fc3b755f89c4 = $(`<div id="html_4b0dfca706f29d8f8183fc3b755f89c4" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_02d07969fcfb99fd67d2903d769edbcb.setContent(html_4b0dfca706f29d8f8183fc3b755f89c4);
|
|
|
|
|
|
|
|
marker_3737fcf53c554edb047e3403306596b6.bindPopup(popup_02d07969fcfb99fd67d2903d769edbcb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3737fcf53c554edb047e3403306596b6.setIcon(icon_a8384a230b671d1e54ac27e17356b4ea);
|
|
|
|
|
|
var marker_24bbab23e3381209487f61575a3f0a83 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_2e6aeb75f09346b6570b498a414433ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a175b49848315cf708472b90faf9a4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26c40fab68e969cffdbc64fafd3b0348 = $(`<div id="html_26c40fab68e969cffdbc64fafd3b0348" style="width: 100.0%; height: 100.0%;">freelay.sovbit.dev</div>`)[0];
|
|
popup_6a175b49848315cf708472b90faf9a4c.setContent(html_26c40fab68e969cffdbc64fafd3b0348);
|
|
|
|
|
|
|
|
marker_24bbab23e3381209487f61575a3f0a83.bindPopup(popup_6a175b49848315cf708472b90faf9a4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24bbab23e3381209487f61575a3f0a83.setIcon(icon_2e6aeb75f09346b6570b498a414433ee);
|
|
|
|
|
|
var marker_e57f8c9a5aaf40cd1e2d80b29709f37a = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_cdc9ee440c3071890870881dc1be3f4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d019fd12e27ba03efa3291e637357bee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8f870ce960af7d0d045e04f912aeeb5 = $(`<div id="html_b8f870ce960af7d0d045e04f912aeeb5" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_d019fd12e27ba03efa3291e637357bee.setContent(html_b8f870ce960af7d0d045e04f912aeeb5);
|
|
|
|
|
|
|
|
marker_e57f8c9a5aaf40cd1e2d80b29709f37a.bindPopup(popup_d019fd12e27ba03efa3291e637357bee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e57f8c9a5aaf40cd1e2d80b29709f37a.setIcon(icon_cdc9ee440c3071890870881dc1be3f4f);
|
|
|
|
|
|
var marker_47a693f51f078d5cf0424f9248576ddc = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_1eabde89756776386c790c616f356e4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7171ef6e5909ec8054bbda407d50356e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd54fe73a5e2b66cc220c7086ffc741f = $(`<div id="html_cd54fe73a5e2b66cc220c7086ffc741f" style="width: 100.0%; height: 100.0%;">relay.bikel.ink</div>`)[0];
|
|
popup_7171ef6e5909ec8054bbda407d50356e.setContent(html_cd54fe73a5e2b66cc220c7086ffc741f);
|
|
|
|
|
|
|
|
marker_47a693f51f078d5cf0424f9248576ddc.bindPopup(popup_7171ef6e5909ec8054bbda407d50356e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47a693f51f078d5cf0424f9248576ddc.setIcon(icon_1eabde89756776386c790c616f356e4a);
|
|
|
|
|
|
var marker_65bb44832c677d31c89f194e512fc272 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_ecd7e13d50cea570693043d1f0723482 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_141e27c5c851d409faa05a5805451069 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_166639fcc11ff79822461b7f49f819c0 = $(`<div id="html_166639fcc11ff79822461b7f49f819c0" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_141e27c5c851d409faa05a5805451069.setContent(html_166639fcc11ff79822461b7f49f819c0);
|
|
|
|
|
|
|
|
marker_65bb44832c677d31c89f194e512fc272.bindPopup(popup_141e27c5c851d409faa05a5805451069)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65bb44832c677d31c89f194e512fc272.setIcon(icon_ecd7e13d50cea570693043d1f0723482);
|
|
|
|
|
|
var marker_727ecaad833d4ca0d4a9782922356e25 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_5c2b78c13ef86f045a270e4e39409809 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c590b6696bab830a3bef640f36cba43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b69c5794bd58fe81a4a5b17996607bdb = $(`<div id="html_b69c5794bd58fe81a4a5b17996607bdb" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_9c590b6696bab830a3bef640f36cba43.setContent(html_b69c5794bd58fe81a4a5b17996607bdb);
|
|
|
|
|
|
|
|
marker_727ecaad833d4ca0d4a9782922356e25.bindPopup(popup_9c590b6696bab830a3bef640f36cba43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_727ecaad833d4ca0d4a9782922356e25.setIcon(icon_5c2b78c13ef86f045a270e4e39409809);
|
|
|
|
|
|
var marker_6442e676e7e794f4528614bb31636aa4 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_0f34c12fd06f041748f53059d9114a6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bd2f1fa0aa7a436d3d971ec027a2932 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd74939339a628a649f29518ca6a8617 = $(`<div id="html_dd74939339a628a649f29518ca6a8617" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_0bd2f1fa0aa7a436d3d971ec027a2932.setContent(html_dd74939339a628a649f29518ca6a8617);
|
|
|
|
|
|
|
|
marker_6442e676e7e794f4528614bb31636aa4.bindPopup(popup_0bd2f1fa0aa7a436d3d971ec027a2932)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6442e676e7e794f4528614bb31636aa4.setIcon(icon_0f34c12fd06f041748f53059d9114a6d);
|
|
|
|
|
|
var marker_3b115c04849ce6d67d81b99dc99920fc = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_1c190577679d9c31361b42bc19b8d256 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3dc558c0e76b91bf2c4ba58a851aee8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a884652fe84ff429b9866ced41d9ec4 = $(`<div id="html_5a884652fe84ff429b9866ced41d9ec4" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_3dc558c0e76b91bf2c4ba58a851aee8c.setContent(html_5a884652fe84ff429b9866ced41d9ec4);
|
|
|
|
|
|
|
|
marker_3b115c04849ce6d67d81b99dc99920fc.bindPopup(popup_3dc558c0e76b91bf2c4ba58a851aee8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b115c04849ce6d67d81b99dc99920fc.setIcon(icon_1c190577679d9c31361b42bc19b8d256);
|
|
|
|
|
|
var marker_96fb6075ac013334b855974869c81b42 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_23bbf186d3fe8cf5a9363c279643be1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6f2c60cb4dea43192b9473c31d91181 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5dfdf5a0450b22edd0b924e4f8174b48 = $(`<div id="html_5dfdf5a0450b22edd0b924e4f8174b48" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_d6f2c60cb4dea43192b9473c31d91181.setContent(html_5dfdf5a0450b22edd0b924e4f8174b48);
|
|
|
|
|
|
|
|
marker_96fb6075ac013334b855974869c81b42.bindPopup(popup_d6f2c60cb4dea43192b9473c31d91181)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96fb6075ac013334b855974869c81b42.setIcon(icon_23bbf186d3fe8cf5a9363c279643be1a);
|
|
|
|
|
|
var marker_eed0964167699122c4f024273a507ab6 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_6c43b596b5a1b60f27b9e2597ffe8f76 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7e54fba18852aeda7bf623d3b40edec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e4120658fd6ee54379cc12a8c0643bd = $(`<div id="html_0e4120658fd6ee54379cc12a8c0643bd" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_d7e54fba18852aeda7bf623d3b40edec.setContent(html_0e4120658fd6ee54379cc12a8c0643bd);
|
|
|
|
|
|
|
|
marker_eed0964167699122c4f024273a507ab6.bindPopup(popup_d7e54fba18852aeda7bf623d3b40edec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eed0964167699122c4f024273a507ab6.setIcon(icon_6c43b596b5a1b60f27b9e2597ffe8f76);
|
|
|
|
|
|
var marker_8dddd7f637f402836df316a3ce4fdde0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_595255e4c18fd149fce1b03e11170c22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07ad839da828d26ea7a0b5b1416a208a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d0c101fe2ea1c038a96420ba2cb2fd8 = $(`<div id="html_8d0c101fe2ea1c038a96420ba2cb2fd8" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_07ad839da828d26ea7a0b5b1416a208a.setContent(html_8d0c101fe2ea1c038a96420ba2cb2fd8);
|
|
|
|
|
|
|
|
marker_8dddd7f637f402836df316a3ce4fdde0.bindPopup(popup_07ad839da828d26ea7a0b5b1416a208a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8dddd7f637f402836df316a3ce4fdde0.setIcon(icon_595255e4c18fd149fce1b03e11170c22);
|
|
|
|
|
|
var marker_9e466de5e249fa21a0b75f5c38ff1541 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_faafc441055b2cc5441c09542d0abe1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_71367963892b71f605c04b0a48687be2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_248401923072851e4613ae5b774c8cd8 = $(`<div id="html_248401923072851e4613ae5b774c8cd8" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_71367963892b71f605c04b0a48687be2.setContent(html_248401923072851e4613ae5b774c8cd8);
|
|
|
|
|
|
|
|
marker_9e466de5e249fa21a0b75f5c38ff1541.bindPopup(popup_71367963892b71f605c04b0a48687be2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e466de5e249fa21a0b75f5c38ff1541.setIcon(icon_faafc441055b2cc5441c09542d0abe1b);
|
|
|
|
|
|
var marker_25938c2db910a5243988eda07bf92d30 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_cbc59cdee7b39da96d8a8b16d4d4e1f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91868b4c14fe19decba17df67910ee70 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_322adc3645d8e197fafb5f36253c03f3 = $(`<div id="html_322adc3645d8e197fafb5f36253c03f3" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_91868b4c14fe19decba17df67910ee70.setContent(html_322adc3645d8e197fafb5f36253c03f3);
|
|
|
|
|
|
|
|
marker_25938c2db910a5243988eda07bf92d30.bindPopup(popup_91868b4c14fe19decba17df67910ee70)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25938c2db910a5243988eda07bf92d30.setIcon(icon_cbc59cdee7b39da96d8a8b16d4d4e1f4);
|
|
|
|
|
|
var marker_8026c5f1773583979856e9f76339744c = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_e000122d51761ad55154a2c57a540f7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4aca9cdd59d53318bfa6885df9c9662e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb12bd7fae7161c90594b3d5eca2f539 = $(`<div id="html_fb12bd7fae7161c90594b3d5eca2f539" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_4aca9cdd59d53318bfa6885df9c9662e.setContent(html_fb12bd7fae7161c90594b3d5eca2f539);
|
|
|
|
|
|
|
|
marker_8026c5f1773583979856e9f76339744c.bindPopup(popup_4aca9cdd59d53318bfa6885df9c9662e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8026c5f1773583979856e9f76339744c.setIcon(icon_e000122d51761ad55154a2c57a540f7b);
|
|
|
|
|
|
var marker_b9594aebc5f7c7c898187d4d8f53de54 = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_ac4e83eab0800e3427a236cf94602dc6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18b6810c31ab00e584eac969504bf602 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9dcc6a984ecbc1fd74d8827f91dbf7be = $(`<div id="html_9dcc6a984ecbc1fd74d8827f91dbf7be" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_18b6810c31ab00e584eac969504bf602.setContent(html_9dcc6a984ecbc1fd74d8827f91dbf7be);
|
|
|
|
|
|
|
|
marker_b9594aebc5f7c7c898187d4d8f53de54.bindPopup(popup_18b6810c31ab00e584eac969504bf602)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9594aebc5f7c7c898187d4d8f53de54.setIcon(icon_ac4e83eab0800e3427a236cf94602dc6);
|
|
|
|
|
|
var marker_0320a0a0a955bf1f8dbe7212d7b5dfd2 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_4671f22b1f99b378f1fabf9d14361f02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f86254d45d7767c9d331ddb8095a8c2c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9bb78e2cc94c905e9e5f438e6c0d339 = $(`<div id="html_b9bb78e2cc94c905e9e5f438e6c0d339" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_f86254d45d7767c9d331ddb8095a8c2c.setContent(html_b9bb78e2cc94c905e9e5f438e6c0d339);
|
|
|
|
|
|
|
|
marker_0320a0a0a955bf1f8dbe7212d7b5dfd2.bindPopup(popup_f86254d45d7767c9d331ddb8095a8c2c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0320a0a0a955bf1f8dbe7212d7b5dfd2.setIcon(icon_4671f22b1f99b378f1fabf9d14361f02);
|
|
|
|
|
|
var marker_77aed66268305793e38bd319f3a8b945 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_5cd6428d452eb9d97c46355bb1c18e20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2f5c94f2e685eeb57e6b5919d697d3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af9c991ea55b588b3c67fde502ed4cbc = $(`<div id="html_af9c991ea55b588b3c67fde502ed4cbc" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_d2f5c94f2e685eeb57e6b5919d697d3e.setContent(html_af9c991ea55b588b3c67fde502ed4cbc);
|
|
|
|
|
|
|
|
marker_77aed66268305793e38bd319f3a8b945.bindPopup(popup_d2f5c94f2e685eeb57e6b5919d697d3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77aed66268305793e38bd319f3a8b945.setIcon(icon_5cd6428d452eb9d97c46355bb1c18e20);
|
|
|
|
|
|
var marker_30e40d41c8a47100c684cc9c65561e81 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_45d1a1e3cf39f50f00f4a1d6d172bb89 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61e99e6608defd522bfb995946e0db6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa1e206275363574e2d2cf2c372417d1 = $(`<div id="html_fa1e206275363574e2d2cf2c372417d1" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_61e99e6608defd522bfb995946e0db6e.setContent(html_fa1e206275363574e2d2cf2c372417d1);
|
|
|
|
|
|
|
|
marker_30e40d41c8a47100c684cc9c65561e81.bindPopup(popup_61e99e6608defd522bfb995946e0db6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30e40d41c8a47100c684cc9c65561e81.setIcon(icon_45d1a1e3cf39f50f00f4a1d6d172bb89);
|
|
|
|
|
|
var marker_85d115dd97155e69cf98e933b64b0f9c = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_4036982d15a2dbc076d3b67349b1a1b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db99de2cd060d520e8161877473d5307 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ffc7f73e35e0a60d77e649148844180 = $(`<div id="html_3ffc7f73e35e0a60d77e649148844180" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_db99de2cd060d520e8161877473d5307.setContent(html_3ffc7f73e35e0a60d77e649148844180);
|
|
|
|
|
|
|
|
marker_85d115dd97155e69cf98e933b64b0f9c.bindPopup(popup_db99de2cd060d520e8161877473d5307)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85d115dd97155e69cf98e933b64b0f9c.setIcon(icon_4036982d15a2dbc076d3b67349b1a1b1);
|
|
|
|
|
|
var marker_6727df5316a722add3871944252f49b0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_94943cd85ff705d94f8148911b34f074 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ece600b96cee43b9b4decbe7d42b473a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_334f933344223671243886a80a10fea7 = $(`<div id="html_334f933344223671243886a80a10fea7" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_ece600b96cee43b9b4decbe7d42b473a.setContent(html_334f933344223671243886a80a10fea7);
|
|
|
|
|
|
|
|
marker_6727df5316a722add3871944252f49b0.bindPopup(popup_ece600b96cee43b9b4decbe7d42b473a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6727df5316a722add3871944252f49b0.setIcon(icon_94943cd85ff705d94f8148911b34f074);
|
|
|
|
|
|
var marker_2c0fe48e27c8e45c9a82f1944544dfc7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_7f2cd7926256e7b2af646f790b8a5464 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ea6072cc90ca4f8316578cd2ca4dc5f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30d1071946ac37f7c68578ccb91b60b5 = $(`<div id="html_30d1071946ac37f7c68578ccb91b60b5" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_8ea6072cc90ca4f8316578cd2ca4dc5f.setContent(html_30d1071946ac37f7c68578ccb91b60b5);
|
|
|
|
|
|
|
|
marker_2c0fe48e27c8e45c9a82f1944544dfc7.bindPopup(popup_8ea6072cc90ca4f8316578cd2ca4dc5f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c0fe48e27c8e45c9a82f1944544dfc7.setIcon(icon_7f2cd7926256e7b2af646f790b8a5464);
|
|
|
|
|
|
var marker_86ea879ced40d8696a9aac4b0d8d1553 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_0fa7895ae63546e7bb6d6fdf95b12b16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e245a3214cb45ddd092bdb9aa5e39c64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac1ea798fca8f836380bab6d244c2ce7 = $(`<div id="html_ac1ea798fca8f836380bab6d244c2ce7" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_e245a3214cb45ddd092bdb9aa5e39c64.setContent(html_ac1ea798fca8f836380bab6d244c2ce7);
|
|
|
|
|
|
|
|
marker_86ea879ced40d8696a9aac4b0d8d1553.bindPopup(popup_e245a3214cb45ddd092bdb9aa5e39c64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86ea879ced40d8696a9aac4b0d8d1553.setIcon(icon_0fa7895ae63546e7bb6d6fdf95b12b16);
|
|
|
|
|
|
var marker_ffa091650d0b44fc03ae2c188ac6c14d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_0ceae3ebcee8b1f4191e15104ed93cdf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a77a1ef7fcaf3e7f1ae50f70cf5e6477 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e59ae145c9bef4f31efc84434012b3b = $(`<div id="html_3e59ae145c9bef4f31efc84434012b3b" style="width: 100.0%; height: 100.0%;">dm-test-strfry-generic.samt.st</div>`)[0];
|
|
popup_a77a1ef7fcaf3e7f1ae50f70cf5e6477.setContent(html_3e59ae145c9bef4f31efc84434012b3b);
|
|
|
|
|
|
|
|
marker_ffa091650d0b44fc03ae2c188ac6c14d.bindPopup(popup_a77a1ef7fcaf3e7f1ae50f70cf5e6477)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffa091650d0b44fc03ae2c188ac6c14d.setIcon(icon_0ceae3ebcee8b1f4191e15104ed93cdf);
|
|
|
|
|
|
var marker_bc69c2eefa90317958bae1ceb9987626 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_602dd06bff8ef0a6138dfa4c7f53e788 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b81913aa5f7e503fe5f09a79bcd10464 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62a9a95a86b8b5004efdda87170afe55 = $(`<div id="html_62a9a95a86b8b5004efdda87170afe55" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_b81913aa5f7e503fe5f09a79bcd10464.setContent(html_62a9a95a86b8b5004efdda87170afe55);
|
|
|
|
|
|
|
|
marker_bc69c2eefa90317958bae1ceb9987626.bindPopup(popup_b81913aa5f7e503fe5f09a79bcd10464)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc69c2eefa90317958bae1ceb9987626.setIcon(icon_602dd06bff8ef0a6138dfa4c7f53e788);
|
|
|
|
|
|
var marker_a7f7c98b5d4ebbdecbd6a3e59d9be37d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_44b5fdb33aee6a9b6dad503c07ecd468 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31d0f8aa348e99f71f0b91695a480b88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fb1a08c953cef8290a677e34476c544 = $(`<div id="html_5fb1a08c953cef8290a677e34476c544" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_31d0f8aa348e99f71f0b91695a480b88.setContent(html_5fb1a08c953cef8290a677e34476c544);
|
|
|
|
|
|
|
|
marker_a7f7c98b5d4ebbdecbd6a3e59d9be37d.bindPopup(popup_31d0f8aa348e99f71f0b91695a480b88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7f7c98b5d4ebbdecbd6a3e59d9be37d.setIcon(icon_44b5fdb33aee6a9b6dad503c07ecd468);
|
|
|
|
|
|
var marker_749710aff9fd1ddcbc606f688d97d9aa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_5934236e833a0c6adc76e5c18ce896c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c4f25ce63d8bf95cb544cffb0f41d0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_acd0b404601aec5f3917086bd5bd7906 = $(`<div id="html_acd0b404601aec5f3917086bd5bd7906" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_0c4f25ce63d8bf95cb544cffb0f41d0e.setContent(html_acd0b404601aec5f3917086bd5bd7906);
|
|
|
|
|
|
|
|
marker_749710aff9fd1ddcbc606f688d97d9aa.bindPopup(popup_0c4f25ce63d8bf95cb544cffb0f41d0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_749710aff9fd1ddcbc606f688d97d9aa.setIcon(icon_5934236e833a0c6adc76e5c18ce896c2);
|
|
|
|
|
|
var marker_b8a888de4201646cb4b206e55989c831 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_c2086c34316ece5c137d319c1a206521 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac071bc058f3e0f54baab52b4b339b4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8091fec703712f063deb667f070305f0 = $(`<div id="html_8091fec703712f063deb667f070305f0" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_ac071bc058f3e0f54baab52b4b339b4f.setContent(html_8091fec703712f063deb667f070305f0);
|
|
|
|
|
|
|
|
marker_b8a888de4201646cb4b206e55989c831.bindPopup(popup_ac071bc058f3e0f54baab52b4b339b4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8a888de4201646cb4b206e55989c831.setIcon(icon_c2086c34316ece5c137d319c1a206521);
|
|
|
|
|
|
var marker_f25953c642da7792a26df6a180111b18 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_9652fa0752d35106078960dc8fe8ea3b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_746ffcaf0d4a9c6c69365e11bbc6121f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c19535aa802892969ffc45bb33402fba = $(`<div id="html_c19535aa802892969ffc45bb33402fba" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_746ffcaf0d4a9c6c69365e11bbc6121f.setContent(html_c19535aa802892969ffc45bb33402fba);
|
|
|
|
|
|
|
|
marker_f25953c642da7792a26df6a180111b18.bindPopup(popup_746ffcaf0d4a9c6c69365e11bbc6121f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f25953c642da7792a26df6a180111b18.setIcon(icon_9652fa0752d35106078960dc8fe8ea3b);
|
|
|
|
|
|
var marker_f18b1a581fb873324a582ee51752a7a5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_6086df710584aff2652ca4cc55d00459 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59a0405585b1edfb4685439463cd6dc9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ebbf24a96defc267cbcdcc0374b7c3c = $(`<div id="html_7ebbf24a96defc267cbcdcc0374b7c3c" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_59a0405585b1edfb4685439463cd6dc9.setContent(html_7ebbf24a96defc267cbcdcc0374b7c3c);
|
|
|
|
|
|
|
|
marker_f18b1a581fb873324a582ee51752a7a5.bindPopup(popup_59a0405585b1edfb4685439463cd6dc9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f18b1a581fb873324a582ee51752a7a5.setIcon(icon_6086df710584aff2652ca4cc55d00459);
|
|
|
|
|
|
var marker_7e22618d5f586610a0aeb83504805dff = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_fec08e7b7d3cbc17bb152b94f48f5608 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f11388ce0f65923111297199b6f23d79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a164fe40fe9f866f55c16bd8ca43dc68 = $(`<div id="html_a164fe40fe9f866f55c16bd8ca43dc68" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_f11388ce0f65923111297199b6f23d79.setContent(html_a164fe40fe9f866f55c16bd8ca43dc68);
|
|
|
|
|
|
|
|
marker_7e22618d5f586610a0aeb83504805dff.bindPopup(popup_f11388ce0f65923111297199b6f23d79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e22618d5f586610a0aeb83504805dff.setIcon(icon_fec08e7b7d3cbc17bb152b94f48f5608);
|
|
|
|
|
|
var marker_c800641c05a6c71c76d8c1b1ede21449 = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_38caf6fced5e3dd9799aa262676556b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1bb63f596ae8bbd40962dd12dc248692 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8e3185846f26659dbc3d632eb24cfa6 = $(`<div id="html_d8e3185846f26659dbc3d632eb24cfa6" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_1bb63f596ae8bbd40962dd12dc248692.setContent(html_d8e3185846f26659dbc3d632eb24cfa6);
|
|
|
|
|
|
|
|
marker_c800641c05a6c71c76d8c1b1ede21449.bindPopup(popup_1bb63f596ae8bbd40962dd12dc248692)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c800641c05a6c71c76d8c1b1ede21449.setIcon(icon_38caf6fced5e3dd9799aa262676556b8);
|
|
|
|
|
|
var marker_97b848185d6a7af1f154b626630fdd00 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_527325817431481ea22809175d4ab1fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9927967bb730b7eb430af57a26844ee1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b956d6e50e84c4914a540caf7935a679 = $(`<div id="html_b956d6e50e84c4914a540caf7935a679" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_9927967bb730b7eb430af57a26844ee1.setContent(html_b956d6e50e84c4914a540caf7935a679);
|
|
|
|
|
|
|
|
marker_97b848185d6a7af1f154b626630fdd00.bindPopup(popup_9927967bb730b7eb430af57a26844ee1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97b848185d6a7af1f154b626630fdd00.setIcon(icon_527325817431481ea22809175d4ab1fe);
|
|
|
|
|
|
var marker_fb1ad681b51e0137267ef900be8d8cfa = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_d94afa17d6c98c0453a7493d4b597c01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56c947571e49eba7ff3eedc33886d30e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8db31665258befabf567e4a5d21f7625 = $(`<div id="html_8db31665258befabf567e4a5d21f7625" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_56c947571e49eba7ff3eedc33886d30e.setContent(html_8db31665258befabf567e4a5d21f7625);
|
|
|
|
|
|
|
|
marker_fb1ad681b51e0137267ef900be8d8cfa.bindPopup(popup_56c947571e49eba7ff3eedc33886d30e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb1ad681b51e0137267ef900be8d8cfa.setIcon(icon_d94afa17d6c98c0453a7493d4b597c01);
|
|
|
|
|
|
var marker_d85baf4703a7a8261137eed447ccc6a2 = L.marker(
|
|
[51.9194, 19.1451],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_afa72a1a1937cd14fa4a58781c97a2d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f953421dfe809b73453ee76774443f77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8d261eff79acda1b3bf8d1bc6ce6765 = $(`<div id="html_c8d261eff79acda1b3bf8d1bc6ce6765" style="width: 100.0%; height: 100.0%;">relay.fizx.uk</div>`)[0];
|
|
popup_f953421dfe809b73453ee76774443f77.setContent(html_c8d261eff79acda1b3bf8d1bc6ce6765);
|
|
|
|
|
|
|
|
marker_d85baf4703a7a8261137eed447ccc6a2.bindPopup(popup_f953421dfe809b73453ee76774443f77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d85baf4703a7a8261137eed447ccc6a2.setIcon(icon_afa72a1a1937cd14fa4a58781c97a2d9);
|
|
|
|
|
|
var marker_eec38dc4c0bfb43fb64c6fd171863faa = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_db66e2ed75a875a1b9f79f49c6e0bca8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dab2eb9d225984d853f9ac40bf7d7c1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c41182fe3d0c0fe22f8d2c816c2fdbf = $(`<div id="html_0c41182fe3d0c0fe22f8d2c816c2fdbf" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_dab2eb9d225984d853f9ac40bf7d7c1f.setContent(html_0c41182fe3d0c0fe22f8d2c816c2fdbf);
|
|
|
|
|
|
|
|
marker_eec38dc4c0bfb43fb64c6fd171863faa.bindPopup(popup_dab2eb9d225984d853f9ac40bf7d7c1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eec38dc4c0bfb43fb64c6fd171863faa.setIcon(icon_db66e2ed75a875a1b9f79f49c6e0bca8);
|
|
|
|
|
|
var marker_1104ff6f7fd027a35feec8f6fd9446fc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_8ac3f5e7a99dc56afebe23c5d999d0f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6430aafc02a4ba3f39e1b8a8a5c2c84d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8bde3697fd469191cc1f69f57dfa3b4 = $(`<div id="html_e8bde3697fd469191cc1f69f57dfa3b4" style="width: 100.0%; height: 100.0%;">relay.liberbitworld.org</div>`)[0];
|
|
popup_6430aafc02a4ba3f39e1b8a8a5c2c84d.setContent(html_e8bde3697fd469191cc1f69f57dfa3b4);
|
|
|
|
|
|
|
|
marker_1104ff6f7fd027a35feec8f6fd9446fc.bindPopup(popup_6430aafc02a4ba3f39e1b8a8a5c2c84d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1104ff6f7fd027a35feec8f6fd9446fc.setIcon(icon_8ac3f5e7a99dc56afebe23c5d999d0f6);
|
|
|
|
|
|
var marker_1a4ed05616f65f46fbb09a1d56de6a38 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_3cd4f0e8f220c65a3c52d5b429f50a72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0571bb65ec3e3168e00f88b59f9f7e36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebb3b89b43f70db6e78d722525b46294 = $(`<div id="html_ebb3b89b43f70db6e78d722525b46294" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_0571bb65ec3e3168e00f88b59f9f7e36.setContent(html_ebb3b89b43f70db6e78d722525b46294);
|
|
|
|
|
|
|
|
marker_1a4ed05616f65f46fbb09a1d56de6a38.bindPopup(popup_0571bb65ec3e3168e00f88b59f9f7e36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a4ed05616f65f46fbb09a1d56de6a38.setIcon(icon_3cd4f0e8f220c65a3c52d5b429f50a72);
|
|
|
|
|
|
var marker_cf0b2862fdc772de002262d8f38e5135 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_dcbc1451ce23470ccbfc2c7601ad3818 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e9824218c99b6db1c1aeccd26380f18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68cdd73357d5f6f6a29d8c81763f0682 = $(`<div id="html_68cdd73357d5f6f6a29d8c81763f0682" style="width: 100.0%; height: 100.0%;">relay.shadowbip.com</div>`)[0];
|
|
popup_6e9824218c99b6db1c1aeccd26380f18.setContent(html_68cdd73357d5f6f6a29d8c81763f0682);
|
|
|
|
|
|
|
|
marker_cf0b2862fdc772de002262d8f38e5135.bindPopup(popup_6e9824218c99b6db1c1aeccd26380f18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf0b2862fdc772de002262d8f38e5135.setIcon(icon_dcbc1451ce23470ccbfc2c7601ad3818);
|
|
|
|
|
|
var marker_05bd87f154e9c3fe251490c629bfe83e = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_b8fda1b8192ff25d7053e4be6632554f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_298900cc395fd5aa473ca2dec410d9b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2d7d7f3e349529f76324130c87bef52 = $(`<div id="html_b2d7d7f3e349529f76324130c87bef52" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_298900cc395fd5aa473ca2dec410d9b4.setContent(html_b2d7d7f3e349529f76324130c87bef52);
|
|
|
|
|
|
|
|
marker_05bd87f154e9c3fe251490c629bfe83e.bindPopup(popup_298900cc395fd5aa473ca2dec410d9b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05bd87f154e9c3fe251490c629bfe83e.setIcon(icon_b8fda1b8192ff25d7053e4be6632554f);
|
|
|
|
|
|
var marker_f8093fc2934ba5d3e0fce70e1f5eddfa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_f5122a39b65bf2fe03dfc017f2a2af0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27f60b0333780fca29a8a945131b2389 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1cf102984afb0b6f56e50c2f642a613 = $(`<div id="html_c1cf102984afb0b6f56e50c2f642a613" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_27f60b0333780fca29a8a945131b2389.setContent(html_c1cf102984afb0b6f56e50c2f642a613);
|
|
|
|
|
|
|
|
marker_f8093fc2934ba5d3e0fce70e1f5eddfa.bindPopup(popup_27f60b0333780fca29a8a945131b2389)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8093fc2934ba5d3e0fce70e1f5eddfa.setIcon(icon_f5122a39b65bf2fe03dfc017f2a2af0c);
|
|
|
|
|
|
var marker_69249c5ea154ee67907d3b56af9fab3d = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_d5e53ebcd8fbe2aa648f7273af311a63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29ce55a47cc7f35686abb4ebf14204a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_206e5360b56ff154410091a53b787c91 = $(`<div id="html_206e5360b56ff154410091a53b787c91" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_29ce55a47cc7f35686abb4ebf14204a1.setContent(html_206e5360b56ff154410091a53b787c91);
|
|
|
|
|
|
|
|
marker_69249c5ea154ee67907d3b56af9fab3d.bindPopup(popup_29ce55a47cc7f35686abb4ebf14204a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69249c5ea154ee67907d3b56af9fab3d.setIcon(icon_d5e53ebcd8fbe2aa648f7273af311a63);
|
|
|
|
|
|
var marker_75e09c3be864f0e60344ae7486c88999 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_57ae02215593951bf23f2ba1bd378b57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d71e70bf54dda3e751984adf3912bd2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5bed1c79fdce8fa3378728588004969 = $(`<div id="html_d5bed1c79fdce8fa3378728588004969" style="width: 100.0%; height: 100.0%;">bendernostur.duckdns.org:8443</div>`)[0];
|
|
popup_d71e70bf54dda3e751984adf3912bd2e.setContent(html_d5bed1c79fdce8fa3378728588004969);
|
|
|
|
|
|
|
|
marker_75e09c3be864f0e60344ae7486c88999.bindPopup(popup_d71e70bf54dda3e751984adf3912bd2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75e09c3be864f0e60344ae7486c88999.setIcon(icon_57ae02215593951bf23f2ba1bd378b57);
|
|
|
|
|
|
var marker_27f57046366808b7b88ffb1899ebc937 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_7bc6ab4fcd38ea72b05fe649d8b90274 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2548c04efdfac7aa83144c62d1750138 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ff89efba40120eda4994d1801c931f3 = $(`<div id="html_9ff89efba40120eda4994d1801c931f3" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_2548c04efdfac7aa83144c62d1750138.setContent(html_9ff89efba40120eda4994d1801c931f3);
|
|
|
|
|
|
|
|
marker_27f57046366808b7b88ffb1899ebc937.bindPopup(popup_2548c04efdfac7aa83144c62d1750138)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27f57046366808b7b88ffb1899ebc937.setIcon(icon_7bc6ab4fcd38ea72b05fe649d8b90274);
|
|
|
|
|
|
var marker_836744179acdd25717b2265ad8d44a7d = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_8373dde628c68b95ef6f25ce78f65130 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90a46ae0f29cf942753a31b0318d6720 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47ef74bae3df5c3cf93477acf427a1bc = $(`<div id="html_47ef74bae3df5c3cf93477acf427a1bc" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_90a46ae0f29cf942753a31b0318d6720.setContent(html_47ef74bae3df5c3cf93477acf427a1bc);
|
|
|
|
|
|
|
|
marker_836744179acdd25717b2265ad8d44a7d.bindPopup(popup_90a46ae0f29cf942753a31b0318d6720)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_836744179acdd25717b2265ad8d44a7d.setIcon(icon_8373dde628c68b95ef6f25ce78f65130);
|
|
|
|
|
|
var marker_ffbff4432a647583f7d06149b50936a3 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_f47a29159595c2edc9e955074ec57b13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bd78517deb01243bd1fe379dfcde984 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72e9aefe8d90558894f5b3402e495dec = $(`<div id="html_72e9aefe8d90558894f5b3402e495dec" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_8bd78517deb01243bd1fe379dfcde984.setContent(html_72e9aefe8d90558894f5b3402e495dec);
|
|
|
|
|
|
|
|
marker_ffbff4432a647583f7d06149b50936a3.bindPopup(popup_8bd78517deb01243bd1fe379dfcde984)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffbff4432a647583f7d06149b50936a3.setIcon(icon_f47a29159595c2edc9e955074ec57b13);
|
|
|
|
|
|
var marker_00ccdfec74e34e653264a0fe8b46c487 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_31572a8cb41f8f6e3425531323d9279f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c832d1cd9f1419e73d2c291bea88f60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08d5a52656193579e57d63fe4e25cd39 = $(`<div id="html_08d5a52656193579e57d63fe4e25cd39" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_4c832d1cd9f1419e73d2c291bea88f60.setContent(html_08d5a52656193579e57d63fe4e25cd39);
|
|
|
|
|
|
|
|
marker_00ccdfec74e34e653264a0fe8b46c487.bindPopup(popup_4c832d1cd9f1419e73d2c291bea88f60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00ccdfec74e34e653264a0fe8b46c487.setIcon(icon_31572a8cb41f8f6e3425531323d9279f);
|
|
|
|
|
|
var marker_66512dd93cd59cbecb251c1fa54bfe7e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_7282b200f057b695356d909cf224d132 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b9913cc8e6fc8cf98045ad0425ec849 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1184cab87709831d0246338f8ab9247b = $(`<div id="html_1184cab87709831d0246338f8ab9247b" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_6b9913cc8e6fc8cf98045ad0425ec849.setContent(html_1184cab87709831d0246338f8ab9247b);
|
|
|
|
|
|
|
|
marker_66512dd93cd59cbecb251c1fa54bfe7e.bindPopup(popup_6b9913cc8e6fc8cf98045ad0425ec849)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66512dd93cd59cbecb251c1fa54bfe7e.setIcon(icon_7282b200f057b695356d909cf224d132);
|
|
|
|
|
|
var marker_b07049ffc6282fc5d5b8a68ccc7a2d56 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_8f76b83e9f1d4eb43f6d4891d4e9df2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d709d966f2a81275e3c2194930cea52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3f0e39c3859456d29f7b052c375f3fa = $(`<div id="html_a3f0e39c3859456d29f7b052c375f3fa" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_4d709d966f2a81275e3c2194930cea52.setContent(html_a3f0e39c3859456d29f7b052c375f3fa);
|
|
|
|
|
|
|
|
marker_b07049ffc6282fc5d5b8a68ccc7a2d56.bindPopup(popup_4d709d966f2a81275e3c2194930cea52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b07049ffc6282fc5d5b8a68ccc7a2d56.setIcon(icon_8f76b83e9f1d4eb43f6d4891d4e9df2e);
|
|
|
|
|
|
var marker_754c30d2b247e1b0e0304610b517a599 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_ca09817795882fbc89f76873ec55a7ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17897b5834854b6cc5369a7eb1b4c21b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b457044153b576ace54cd867df6316a = $(`<div id="html_2b457044153b576ace54cd867df6316a" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_17897b5834854b6cc5369a7eb1b4c21b.setContent(html_2b457044153b576ace54cd867df6316a);
|
|
|
|
|
|
|
|
marker_754c30d2b247e1b0e0304610b517a599.bindPopup(popup_17897b5834854b6cc5369a7eb1b4c21b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_754c30d2b247e1b0e0304610b517a599.setIcon(icon_ca09817795882fbc89f76873ec55a7ed);
|
|
|
|
|
|
var marker_fdf93d57425a385683798564d141a0d5 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_87bd7b94368f6405f4fcd248e123346e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a7e5197e6014c2bf41486272ef81c2c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8071f15524560dc0727651473a329126 = $(`<div id="html_8071f15524560dc0727651473a329126" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_4a7e5197e6014c2bf41486272ef81c2c.setContent(html_8071f15524560dc0727651473a329126);
|
|
|
|
|
|
|
|
marker_fdf93d57425a385683798564d141a0d5.bindPopup(popup_4a7e5197e6014c2bf41486272ef81c2c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdf93d57425a385683798564d141a0d5.setIcon(icon_87bd7b94368f6405f4fcd248e123346e);
|
|
|
|
|
|
var marker_0a9b10ee558f5fa8eaf4c5c92047ab2a = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_6edcbb82d6ab1a56cf91f490ee70e4ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a1a816697b39382af08ebcbb85c1109 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f952aef0fdfa9076ddd31a3a5300f43 = $(`<div id="html_1f952aef0fdfa9076ddd31a3a5300f43" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_8a1a816697b39382af08ebcbb85c1109.setContent(html_1f952aef0fdfa9076ddd31a3a5300f43);
|
|
|
|
|
|
|
|
marker_0a9b10ee558f5fa8eaf4c5c92047ab2a.bindPopup(popup_8a1a816697b39382af08ebcbb85c1109)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a9b10ee558f5fa8eaf4c5c92047ab2a.setIcon(icon_6edcbb82d6ab1a56cf91f490ee70e4ca);
|
|
|
|
|
|
var marker_de1cc0b9b3cf57beb854c476060ab2e2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_28df5f0bb627572ca756121eb0baa6eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00c8a59bb6a85daeb3609fc666184200 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff9f57e6db66690bf6035959babcc9c4 = $(`<div id="html_ff9f57e6db66690bf6035959babcc9c4" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_00c8a59bb6a85daeb3609fc666184200.setContent(html_ff9f57e6db66690bf6035959babcc9c4);
|
|
|
|
|
|
|
|
marker_de1cc0b9b3cf57beb854c476060ab2e2.bindPopup(popup_00c8a59bb6a85daeb3609fc666184200)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de1cc0b9b3cf57beb854c476060ab2e2.setIcon(icon_28df5f0bb627572ca756121eb0baa6eb);
|
|
|
|
|
|
var marker_b52b3668584a4cc04f0667c70fabd5f7 = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_94dda15b10b66fe18d4f353bfa006728 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed5d4d1e9ae528f02c57b9e37c50862d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b423d70ce25450daf2dcff2585f50826 = $(`<div id="html_b423d70ce25450daf2dcff2585f50826" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_ed5d4d1e9ae528f02c57b9e37c50862d.setContent(html_b423d70ce25450daf2dcff2585f50826);
|
|
|
|
|
|
|
|
marker_b52b3668584a4cc04f0667c70fabd5f7.bindPopup(popup_ed5d4d1e9ae528f02c57b9e37c50862d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b52b3668584a4cc04f0667c70fabd5f7.setIcon(icon_94dda15b10b66fe18d4f353bfa006728);
|
|
|
|
|
|
var marker_9ff6fda72cde39b43691bff255b563f8 = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_90d0f67046c5fda7c6bb05fb5c2b95e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ff35c5509b1fc43c04060ac597046e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d71794d800d93d7ad88d5f0dcd7cdafc = $(`<div id="html_d71794d800d93d7ad88d5f0dcd7cdafc" style="width: 100.0%; height: 100.0%;">artisanspyramid.libretechsystems.xyz</div>`)[0];
|
|
popup_7ff35c5509b1fc43c04060ac597046e1.setContent(html_d71794d800d93d7ad88d5f0dcd7cdafc);
|
|
|
|
|
|
|
|
marker_9ff6fda72cde39b43691bff255b563f8.bindPopup(popup_7ff35c5509b1fc43c04060ac597046e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ff6fda72cde39b43691bff255b563f8.setIcon(icon_90d0f67046c5fda7c6bb05fb5c2b95e0);
|
|
|
|
|
|
var marker_59cf1434741b9955cfaaa3864f615409 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_d632cccf95e3c1e5a050a106c5819569 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f27ccd501cd1e788ad7f204406ab6906 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b47e809d51be5d05f4576032568ab07 = $(`<div id="html_1b47e809d51be5d05f4576032568ab07" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_f27ccd501cd1e788ad7f204406ab6906.setContent(html_1b47e809d51be5d05f4576032568ab07);
|
|
|
|
|
|
|
|
marker_59cf1434741b9955cfaaa3864f615409.bindPopup(popup_f27ccd501cd1e788ad7f204406ab6906)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59cf1434741b9955cfaaa3864f615409.setIcon(icon_d632cccf95e3c1e5a050a106c5819569);
|
|
|
|
|
|
var marker_ee84d69e957dbc7d184bbf1e95c99be5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_59f3112dd0b7f90f5391da482cd38d3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d30d0b2788b523fa76e540e92d4625d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b3c3c580a43a7c79b01a4a795405078 = $(`<div id="html_8b3c3c580a43a7c79b01a4a795405078" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_d30d0b2788b523fa76e540e92d4625d7.setContent(html_8b3c3c580a43a7c79b01a4a795405078);
|
|
|
|
|
|
|
|
marker_ee84d69e957dbc7d184bbf1e95c99be5.bindPopup(popup_d30d0b2788b523fa76e540e92d4625d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee84d69e957dbc7d184bbf1e95c99be5.setIcon(icon_59f3112dd0b7f90f5391da482cd38d3f);
|
|
|
|
|
|
var marker_e9f8ea6ec1d4d88f522d7f86e6ade60f = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_18328e3dfb68beb6a6b58a6c302807bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_689509d97a7a517569830a73083bb669 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8d3332fd23d05b9f93335f09ff00d8a = $(`<div id="html_f8d3332fd23d05b9f93335f09ff00d8a" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_689509d97a7a517569830a73083bb669.setContent(html_f8d3332fd23d05b9f93335f09ff00d8a);
|
|
|
|
|
|
|
|
marker_e9f8ea6ec1d4d88f522d7f86e6ade60f.bindPopup(popup_689509d97a7a517569830a73083bb669)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9f8ea6ec1d4d88f522d7f86e6ade60f.setIcon(icon_18328e3dfb68beb6a6b58a6c302807bb);
|
|
|
|
|
|
var marker_fe4d291884390cff13207a70ff80552c = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_6c05ed84abd69b2d56067ed0a7ac45a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae36a9edd811646976a3d9a06b93ba96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f25c56da0970d8f01fcc675269a29eca = $(`<div id="html_f25c56da0970d8f01fcc675269a29eca" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_ae36a9edd811646976a3d9a06b93ba96.setContent(html_f25c56da0970d8f01fcc675269a29eca);
|
|
|
|
|
|
|
|
marker_fe4d291884390cff13207a70ff80552c.bindPopup(popup_ae36a9edd811646976a3d9a06b93ba96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe4d291884390cff13207a70ff80552c.setIcon(icon_6c05ed84abd69b2d56067ed0a7ac45a1);
|
|
|
|
|
|
var marker_b50fb32cf4956424cf2f809a28176560 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_ca69cdbdfdd4f9c5aa67731aa9d3fb50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ae58dde97a178a2fddece2fd0411f4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1adad2031c788dc109c290558fb36b3 = $(`<div id="html_c1adad2031c788dc109c290558fb36b3" style="width: 100.0%; height: 100.0%;">nostrsgp.notribe.net</div>`)[0];
|
|
popup_8ae58dde97a178a2fddece2fd0411f4b.setContent(html_c1adad2031c788dc109c290558fb36b3);
|
|
|
|
|
|
|
|
marker_b50fb32cf4956424cf2f809a28176560.bindPopup(popup_8ae58dde97a178a2fddece2fd0411f4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b50fb32cf4956424cf2f809a28176560.setIcon(icon_ca69cdbdfdd4f9c5aa67731aa9d3fb50);
|
|
|
|
|
|
var marker_5c1bdc3f32ce3b51445f45e9b5f75952 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_f72d879e39c5b2df7f5d328c231bfe70 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6195325ec790bb899f968b2b015a569b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2c63dcda926da685210bf5ac7f7c4b6 = $(`<div id="html_f2c63dcda926da685210bf5ac7f7c4b6" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_6195325ec790bb899f968b2b015a569b.setContent(html_f2c63dcda926da685210bf5ac7f7c4b6);
|
|
|
|
|
|
|
|
marker_5c1bdc3f32ce3b51445f45e9b5f75952.bindPopup(popup_6195325ec790bb899f968b2b015a569b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c1bdc3f32ce3b51445f45e9b5f75952.setIcon(icon_f72d879e39c5b2df7f5d328c231bfe70);
|
|
|
|
|
|
var marker_1c69403f3eb1016799bfa42bd0db3edb = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_e1a9b01ed02eaef13004ca6e86cab317 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb3052ae1636944d7e38fd8b65a03404 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38f3cb4caf722d4a17eddac5b8313a0b = $(`<div id="html_38f3cb4caf722d4a17eddac5b8313a0b" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_cb3052ae1636944d7e38fd8b65a03404.setContent(html_38f3cb4caf722d4a17eddac5b8313a0b);
|
|
|
|
|
|
|
|
marker_1c69403f3eb1016799bfa42bd0db3edb.bindPopup(popup_cb3052ae1636944d7e38fd8b65a03404)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c69403f3eb1016799bfa42bd0db3edb.setIcon(icon_e1a9b01ed02eaef13004ca6e86cab317);
|
|
|
|
|
|
var marker_3e1226cba2cb91890fc85f0caf69e7aa = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_2e4e76e1ec6d0ff6b2fdbf2aef0da55f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c43ea4e68d1f4e433609e9cb54350b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4e3c2708760ecd04848736db95c7a9f = $(`<div id="html_e4e3c2708760ecd04848736db95c7a9f" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_6c43ea4e68d1f4e433609e9cb54350b9.setContent(html_e4e3c2708760ecd04848736db95c7a9f);
|
|
|
|
|
|
|
|
marker_3e1226cba2cb91890fc85f0caf69e7aa.bindPopup(popup_6c43ea4e68d1f4e433609e9cb54350b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e1226cba2cb91890fc85f0caf69e7aa.setIcon(icon_2e4e76e1ec6d0ff6b2fdbf2aef0da55f);
|
|
|
|
|
|
var marker_5d3d3b9654bcfffb035310d943be40a0 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_678fb80cfde9c488f043bb001c62d909 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd3ac968ade0b8c3ee1cf35a7756f997 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21c615612bdf70e2c998f5b4ad449c89 = $(`<div id="html_21c615612bdf70e2c998f5b4ad449c89" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_bd3ac968ade0b8c3ee1cf35a7756f997.setContent(html_21c615612bdf70e2c998f5b4ad449c89);
|
|
|
|
|
|
|
|
marker_5d3d3b9654bcfffb035310d943be40a0.bindPopup(popup_bd3ac968ade0b8c3ee1cf35a7756f997)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d3d3b9654bcfffb035310d943be40a0.setIcon(icon_678fb80cfde9c488f043bb001c62d909);
|
|
|
|
|
|
var marker_7ab53f6b8edfcb3cfaa3d58bf572131a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_c1d870fa607c38e6d6d0c5b7eb8c178e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abd7464599b855567521326a8e9fd490 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fabb1b55c4638efa2e8c56ffec9d41a0 = $(`<div id="html_fabb1b55c4638efa2e8c56ffec9d41a0" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_abd7464599b855567521326a8e9fd490.setContent(html_fabb1b55c4638efa2e8c56ffec9d41a0);
|
|
|
|
|
|
|
|
marker_7ab53f6b8edfcb3cfaa3d58bf572131a.bindPopup(popup_abd7464599b855567521326a8e9fd490)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ab53f6b8edfcb3cfaa3d58bf572131a.setIcon(icon_c1d870fa607c38e6d6d0c5b7eb8c178e);
|
|
|
|
|
|
var marker_97c67a661bc6beb7cf224cd71d41ec53 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_5380a1ad1fa643c0c8ae2034c397d97a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5224bd7eea9cd23a5d6191e6829ecd90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d02f3037a938b93ab9f64870d1d60f8 = $(`<div id="html_8d02f3037a938b93ab9f64870d1d60f8" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_5224bd7eea9cd23a5d6191e6829ecd90.setContent(html_8d02f3037a938b93ab9f64870d1d60f8);
|
|
|
|
|
|
|
|
marker_97c67a661bc6beb7cf224cd71d41ec53.bindPopup(popup_5224bd7eea9cd23a5d6191e6829ecd90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97c67a661bc6beb7cf224cd71d41ec53.setIcon(icon_5380a1ad1fa643c0c8ae2034c397d97a);
|
|
|
|
|
|
var marker_abacfa0dc536ae33183a48958ea19cf2 = L.marker(
|
|
[37.8716, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_f95ca753e49598333bfa1afe232fbded = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b0cb3a5f41ba67bd2994f2a19943704 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2f2d6dffc975b638284b827a887488e = $(`<div id="html_d2f2d6dffc975b638284b827a887488e" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_5b0cb3a5f41ba67bd2994f2a19943704.setContent(html_d2f2d6dffc975b638284b827a887488e);
|
|
|
|
|
|
|
|
marker_abacfa0dc536ae33183a48958ea19cf2.bindPopup(popup_5b0cb3a5f41ba67bd2994f2a19943704)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abacfa0dc536ae33183a48958ea19cf2.setIcon(icon_f95ca753e49598333bfa1afe232fbded);
|
|
|
|
|
|
var marker_c625206675bd6b3566e02b7e023ff7a0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_90cf732ab1904413a3d6dd1ba60cf054 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f78f84f3473898e8640f54df9d0d420f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b204135bef74c7c93909c7c07ec4f8c7 = $(`<div id="html_b204135bef74c7c93909c7c07ec4f8c7" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_f78f84f3473898e8640f54df9d0d420f.setContent(html_b204135bef74c7c93909c7c07ec4f8c7);
|
|
|
|
|
|
|
|
marker_c625206675bd6b3566e02b7e023ff7a0.bindPopup(popup_f78f84f3473898e8640f54df9d0d420f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c625206675bd6b3566e02b7e023ff7a0.setIcon(icon_90cf732ab1904413a3d6dd1ba60cf054);
|
|
|
|
|
|
var marker_50bc8a58e66592a25bbc8a5409d3b3b1 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_eba24c671db331b2016503d89f912df6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_559c8b2f54a1ab56e1dd67414d6e6ba4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a47e1d55d191637036a0c6625148cdfa = $(`<div id="html_a47e1d55d191637036a0c6625148cdfa" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_559c8b2f54a1ab56e1dd67414d6e6ba4.setContent(html_a47e1d55d191637036a0c6625148cdfa);
|
|
|
|
|
|
|
|
marker_50bc8a58e66592a25bbc8a5409d3b3b1.bindPopup(popup_559c8b2f54a1ab56e1dd67414d6e6ba4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50bc8a58e66592a25bbc8a5409d3b3b1.setIcon(icon_eba24c671db331b2016503d89f912df6);
|
|
|
|
|
|
var marker_25330ddf9b3785c7e00ced5f6dfe9a50 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_6a100ae23124c8b1d13911123a38d354 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3df72ed432ed220c8c0d6d0501e2fd5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_008d42f9c7c05fdafb8a9c07d8bc5638 = $(`<div id="html_008d42f9c7c05fdafb8a9c07d8bc5638" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_3df72ed432ed220c8c0d6d0501e2fd5e.setContent(html_008d42f9c7c05fdafb8a9c07d8bc5638);
|
|
|
|
|
|
|
|
marker_25330ddf9b3785c7e00ced5f6dfe9a50.bindPopup(popup_3df72ed432ed220c8c0d6d0501e2fd5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25330ddf9b3785c7e00ced5f6dfe9a50.setIcon(icon_6a100ae23124c8b1d13911123a38d354);
|
|
|
|
|
|
var marker_ea79607be04f018a77aea9c0fbafd87f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_b595cd0e639c237955629aabc9a00b8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e91423a8600c88cc85e51f9ba4ce8a6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5e62fc6296ec5bd4dd40f1b305c8fc6 = $(`<div id="html_d5e62fc6296ec5bd4dd40f1b305c8fc6" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_e91423a8600c88cc85e51f9ba4ce8a6c.setContent(html_d5e62fc6296ec5bd4dd40f1b305c8fc6);
|
|
|
|
|
|
|
|
marker_ea79607be04f018a77aea9c0fbafd87f.bindPopup(popup_e91423a8600c88cc85e51f9ba4ce8a6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea79607be04f018a77aea9c0fbafd87f.setIcon(icon_b595cd0e639c237955629aabc9a00b8e);
|
|
|
|
|
|
var marker_ce1e9bf2e96d5687319534e57d07dd29 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_e73bbe2c3be24359f0d91d1cb6f591b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5356b3bc48158dd6a558332be0a12377 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61bd03d89c25eb20a3594e42c4b9c2ae = $(`<div id="html_61bd03d89c25eb20a3594e42c4b9c2ae" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_5356b3bc48158dd6a558332be0a12377.setContent(html_61bd03d89c25eb20a3594e42c4b9c2ae);
|
|
|
|
|
|
|
|
marker_ce1e9bf2e96d5687319534e57d07dd29.bindPopup(popup_5356b3bc48158dd6a558332be0a12377)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce1e9bf2e96d5687319534e57d07dd29.setIcon(icon_e73bbe2c3be24359f0d91d1cb6f591b8);
|
|
|
|
|
|
var marker_957ba32f98cec2d1b1e211d63e588f64 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_2f0292aca0fcc76280c5a8d392bf700a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d59faab2fb5b6fc49397775051ad534 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10271264140cc28936a9df6b323d94c5 = $(`<div id="html_10271264140cc28936a9df6b323d94c5" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_9d59faab2fb5b6fc49397775051ad534.setContent(html_10271264140cc28936a9df6b323d94c5);
|
|
|
|
|
|
|
|
marker_957ba32f98cec2d1b1e211d63e588f64.bindPopup(popup_9d59faab2fb5b6fc49397775051ad534)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_957ba32f98cec2d1b1e211d63e588f64.setIcon(icon_2f0292aca0fcc76280c5a8d392bf700a);
|
|
|
|
|
|
var marker_05f690e5712dc232b5abe4a08a6fabee = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_ed87c50601fd3ff95e97ad748a4f0771 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40d7e50a5b93a9ae2aef583464e303ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96267fee2a25e4f5f0b15eb87488c3db = $(`<div id="html_96267fee2a25e4f5f0b15eb87488c3db" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_40d7e50a5b93a9ae2aef583464e303ad.setContent(html_96267fee2a25e4f5f0b15eb87488c3db);
|
|
|
|
|
|
|
|
marker_05f690e5712dc232b5abe4a08a6fabee.bindPopup(popup_40d7e50a5b93a9ae2aef583464e303ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05f690e5712dc232b5abe4a08a6fabee.setIcon(icon_ed87c50601fd3ff95e97ad748a4f0771);
|
|
|
|
|
|
var marker_a4a54d7548dc1d952a2e8523c9815655 = L.marker(
|
|
[46.2044, 6.14316],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_94d3e2430258f9ddddd43075ae41f263 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92bf67ae10e8ff156426f5af1d5fbfc1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbc0da02ef8a51e23e8e3f2460b5d4da = $(`<div id="html_dbc0da02ef8a51e23e8e3f2460b5d4da" style="width: 100.0%; height: 100.0%;">relay.saturnali.net</div>`)[0];
|
|
popup_92bf67ae10e8ff156426f5af1d5fbfc1.setContent(html_dbc0da02ef8a51e23e8e3f2460b5d4da);
|
|
|
|
|
|
|
|
marker_a4a54d7548dc1d952a2e8523c9815655.bindPopup(popup_92bf67ae10e8ff156426f5af1d5fbfc1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4a54d7548dc1d952a2e8523c9815655.setIcon(icon_94d3e2430258f9ddddd43075ae41f263);
|
|
|
|
|
|
var marker_2369e9cf5ef6c90c33ccac8c546ef311 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_be4961b0e2388d8a30a8d5991bab3cb7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78d8c5e6846789476028d03cf9a93822 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c73fe0ef9e07b0facf65509bae10be5d = $(`<div id="html_c73fe0ef9e07b0facf65509bae10be5d" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_78d8c5e6846789476028d03cf9a93822.setContent(html_c73fe0ef9e07b0facf65509bae10be5d);
|
|
|
|
|
|
|
|
marker_2369e9cf5ef6c90c33ccac8c546ef311.bindPopup(popup_78d8c5e6846789476028d03cf9a93822)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2369e9cf5ef6c90c33ccac8c546ef311.setIcon(icon_be4961b0e2388d8a30a8d5991bab3cb7);
|
|
|
|
|
|
var marker_437ea430188dbea630d5fa3c0af09af7 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_a35145648214026d8bfed387bdd2602b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1256e7ec2b65220e02772aa51ada01a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28765a6a49f1817af006c83fc46a3f9e = $(`<div id="html_28765a6a49f1817af006c83fc46a3f9e" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_1256e7ec2b65220e02772aa51ada01a4.setContent(html_28765a6a49f1817af006c83fc46a3f9e);
|
|
|
|
|
|
|
|
marker_437ea430188dbea630d5fa3c0af09af7.bindPopup(popup_1256e7ec2b65220e02772aa51ada01a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_437ea430188dbea630d5fa3c0af09af7.setIcon(icon_a35145648214026d8bfed387bdd2602b);
|
|
|
|
|
|
var marker_87c36eae617bcb597499fcfb90dddf3b = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_e3153c6a19681338390b30a739e0c597 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f5e1ba01f1020d7ad24686695b9b45e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5002fd9c0698479a2ca6c8f123c4bd83 = $(`<div id="html_5002fd9c0698479a2ca6c8f123c4bd83" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_9f5e1ba01f1020d7ad24686695b9b45e.setContent(html_5002fd9c0698479a2ca6c8f123c4bd83);
|
|
|
|
|
|
|
|
marker_87c36eae617bcb597499fcfb90dddf3b.bindPopup(popup_9f5e1ba01f1020d7ad24686695b9b45e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87c36eae617bcb597499fcfb90dddf3b.setIcon(icon_e3153c6a19681338390b30a739e0c597);
|
|
|
|
|
|
var marker_09485c02dd77e602c9d7358b4d9d72e7 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_a4963d93909fec93fc1f14e61f26aac2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2dfbaf4afd6847e3c773967554c6f3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f69029d06a181b771ea5c0bcc3c6a58f = $(`<div id="html_f69029d06a181b771ea5c0bcc3c6a58f" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_a2dfbaf4afd6847e3c773967554c6f3c.setContent(html_f69029d06a181b771ea5c0bcc3c6a58f);
|
|
|
|
|
|
|
|
marker_09485c02dd77e602c9d7358b4d9d72e7.bindPopup(popup_a2dfbaf4afd6847e3c773967554c6f3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09485c02dd77e602c9d7358b4d9d72e7.setIcon(icon_a4963d93909fec93fc1f14e61f26aac2);
|
|
|
|
|
|
var marker_0f077f6c0211ed40dbb600ff5ad4100d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_cbed8ae118b4f96f53278620809d42e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f597c3b7ac2263c7c476f8944630de1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f947c8471339e6dbc2a0a36ed9c4741 = $(`<div id="html_5f947c8471339e6dbc2a0a36ed9c4741" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_2f597c3b7ac2263c7c476f8944630de1.setContent(html_5f947c8471339e6dbc2a0a36ed9c4741);
|
|
|
|
|
|
|
|
marker_0f077f6c0211ed40dbb600ff5ad4100d.bindPopup(popup_2f597c3b7ac2263c7c476f8944630de1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f077f6c0211ed40dbb600ff5ad4100d.setIcon(icon_cbed8ae118b4f96f53278620809d42e2);
|
|
|
|
|
|
var marker_f0c75d9b9f23935afab15767468403a3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_ae0daf0d353f0bcf0f9f48f6581b492c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3f3ce7f5edbbb3e8755d6f58b908275 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91ca7743de9295845342422a1ecfd5e8 = $(`<div id="html_91ca7743de9295845342422a1ecfd5e8" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_d3f3ce7f5edbbb3e8755d6f58b908275.setContent(html_91ca7743de9295845342422a1ecfd5e8);
|
|
|
|
|
|
|
|
marker_f0c75d9b9f23935afab15767468403a3.bindPopup(popup_d3f3ce7f5edbbb3e8755d6f58b908275)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0c75d9b9f23935afab15767468403a3.setIcon(icon_ae0daf0d353f0bcf0f9f48f6581b492c);
|
|
|
|
|
|
var marker_46f242bf5d46e8fb9ea8df40ed0ffce8 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_4c147016166e6783fb8e4ab0ad84ec6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e5f62db9e4f8968e3a919b22964a0c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_720d20b9195feb647db637fb1bfd1174 = $(`<div id="html_720d20b9195feb647db637fb1bfd1174" style="width: 100.0%; height: 100.0%;">video.czas.plus</div>`)[0];
|
|
popup_2e5f62db9e4f8968e3a919b22964a0c7.setContent(html_720d20b9195feb647db637fb1bfd1174);
|
|
|
|
|
|
|
|
marker_46f242bf5d46e8fb9ea8df40ed0ffce8.bindPopup(popup_2e5f62db9e4f8968e3a919b22964a0c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46f242bf5d46e8fb9ea8df40ed0ffce8.setIcon(icon_4c147016166e6783fb8e4ab0ad84ec6c);
|
|
|
|
|
|
var marker_721461cdced739370aa857b318493f74 = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_0ec0d9c0508cd988ae6ac455a001bb2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fcd17605e5694481ab4847b647bba71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97ba5f78f6d1be27fef3e32b2e2555ca = $(`<div id="html_97ba5f78f6d1be27fef3e32b2e2555ca" style="width: 100.0%; height: 100.0%;">librepress.libretechsystems.xyz</div>`)[0];
|
|
popup_4fcd17605e5694481ab4847b647bba71.setContent(html_97ba5f78f6d1be27fef3e32b2e2555ca);
|
|
|
|
|
|
|
|
marker_721461cdced739370aa857b318493f74.bindPopup(popup_4fcd17605e5694481ab4847b647bba71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_721461cdced739370aa857b318493f74.setIcon(icon_0ec0d9c0508cd988ae6ac455a001bb2d);
|
|
|
|
|
|
var marker_69159e934594526903bd7c5e9174481c = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_afebb697c52f861cf5be351272e390c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_197d04af4b92f937d9b8327c3eb3fd2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d79508738976bee0e31df45ce8103463 = $(`<div id="html_d79508738976bee0e31df45ce8103463" style="width: 100.0%; height: 100.0%;">relay.laantungir.net</div>`)[0];
|
|
popup_197d04af4b92f937d9b8327c3eb3fd2e.setContent(html_d79508738976bee0e31df45ce8103463);
|
|
|
|
|
|
|
|
marker_69159e934594526903bd7c5e9174481c.bindPopup(popup_197d04af4b92f937d9b8327c3eb3fd2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69159e934594526903bd7c5e9174481c.setIcon(icon_afebb697c52f861cf5be351272e390c6);
|
|
|
|
|
|
var marker_210cee29608b49e9cd769411c2038f3b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_d992889105b2c84a077816d88dae0b3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59b2e95bb1706b2649596a0272e14bcd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1826e4e19adec897c74eaf64b97dd916 = $(`<div id="html_1826e4e19adec897c74eaf64b97dd916" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_59b2e95bb1706b2649596a0272e14bcd.setContent(html_1826e4e19adec897c74eaf64b97dd916);
|
|
|
|
|
|
|
|
marker_210cee29608b49e9cd769411c2038f3b.bindPopup(popup_59b2e95bb1706b2649596a0272e14bcd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_210cee29608b49e9cd769411c2038f3b.setIcon(icon_d992889105b2c84a077816d88dae0b3d);
|
|
|
|
|
|
var marker_698881fddf87c21178390a54fe6569c7 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_b049f6666b6105a21be3868a6fe5695e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b77c5ccfb5a7c33bb4a2d5efb1aa725 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bab5523ba3dd13f08b1fec1f17925cc3 = $(`<div id="html_bab5523ba3dd13f08b1fec1f17925cc3" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_1b77c5ccfb5a7c33bb4a2d5efb1aa725.setContent(html_bab5523ba3dd13f08b1fec1f17925cc3);
|
|
|
|
|
|
|
|
marker_698881fddf87c21178390a54fe6569c7.bindPopup(popup_1b77c5ccfb5a7c33bb4a2d5efb1aa725)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_698881fddf87c21178390a54fe6569c7.setIcon(icon_b049f6666b6105a21be3868a6fe5695e);
|
|
|
|
|
|
var marker_c77ba74ccda93b2bdc3dfe5b2f9dbe39 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_5dc7aff37a06e1033f5c5dcc64af2816 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4aa75dea47925f554dd9a7fac010efb5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_085634de1646673dfe9c1c68af8174a4 = $(`<div id="html_085634de1646673dfe9c1c68af8174a4" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_4aa75dea47925f554dd9a7fac010efb5.setContent(html_085634de1646673dfe9c1c68af8174a4);
|
|
|
|
|
|
|
|
marker_c77ba74ccda93b2bdc3dfe5b2f9dbe39.bindPopup(popup_4aa75dea47925f554dd9a7fac010efb5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c77ba74ccda93b2bdc3dfe5b2f9dbe39.setIcon(icon_5dc7aff37a06e1033f5c5dcc64af2816);
|
|
|
|
|
|
var marker_7c4a4d710ba1ab9edf8cd35d40a933f5 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_4a06a530a95b09ddd37b39cbbc8aaac7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79efa748af7cee8c1830979c4c2eae18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90cb22a2040a7d4f3eaae87fb5f8641b = $(`<div id="html_90cb22a2040a7d4f3eaae87fb5f8641b" style="width: 100.0%; height: 100.0%;">relay.wisp.talk</div>`)[0];
|
|
popup_79efa748af7cee8c1830979c4c2eae18.setContent(html_90cb22a2040a7d4f3eaae87fb5f8641b);
|
|
|
|
|
|
|
|
marker_7c4a4d710ba1ab9edf8cd35d40a933f5.bindPopup(popup_79efa748af7cee8c1830979c4c2eae18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c4a4d710ba1ab9edf8cd35d40a933f5.setIcon(icon_4a06a530a95b09ddd37b39cbbc8aaac7);
|
|
|
|
|
|
var marker_5e992b17847d1474ad43b058c3d19a53 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_cd770079829219f4e3efd7e0d0346580 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_182dfcb103523f03d8f988d6b41e3af6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb04e61e96e92d09dafca3152046e85b = $(`<div id="html_bb04e61e96e92d09dafca3152046e85b" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_182dfcb103523f03d8f988d6b41e3af6.setContent(html_bb04e61e96e92d09dafca3152046e85b);
|
|
|
|
|
|
|
|
marker_5e992b17847d1474ad43b058c3d19a53.bindPopup(popup_182dfcb103523f03d8f988d6b41e3af6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e992b17847d1474ad43b058c3d19a53.setIcon(icon_cd770079829219f4e3efd7e0d0346580);
|
|
|
|
|
|
var marker_6a237930faea79e31d748456df4ce7fb = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_7922fb7aaf88e846b9b1d9047849a957 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5091b5f1e062466dc6fcad6ce61755a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f995c62e0074d2782a4797707b86c820 = $(`<div id="html_f995c62e0074d2782a4797707b86c820" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net</div>`)[0];
|
|
popup_e5091b5f1e062466dc6fcad6ce61755a.setContent(html_f995c62e0074d2782a4797707b86c820);
|
|
|
|
|
|
|
|
marker_6a237930faea79e31d748456df4ce7fb.bindPopup(popup_e5091b5f1e062466dc6fcad6ce61755a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a237930faea79e31d748456df4ce7fb.setIcon(icon_7922fb7aaf88e846b9b1d9047849a957);
|
|
|
|
|
|
var marker_a70ea4735cfbef35a59d53d9f7a8d305 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_0068061edb47efec2305d7e1c6c410bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52d425a1f2f0eea46ba025c3297cff10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e53e68b1f48a70b0b3a56585c0564e3c = $(`<div id="html_e53e68b1f48a70b0b3a56585c0564e3c" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_52d425a1f2f0eea46ba025c3297cff10.setContent(html_e53e68b1f48a70b0b3a56585c0564e3c);
|
|
|
|
|
|
|
|
marker_a70ea4735cfbef35a59d53d9f7a8d305.bindPopup(popup_52d425a1f2f0eea46ba025c3297cff10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a70ea4735cfbef35a59d53d9f7a8d305.setIcon(icon_0068061edb47efec2305d7e1c6c410bc);
|
|
|
|
|
|
var marker_709a29952e9afacfc8bc64b38dd087ef = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_f1b462991fc54e6d4631775f0e505c16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab10b73fc545fffabef58c66a557a4a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a00798cf3e71ce74d4f0f686779abac = $(`<div id="html_6a00798cf3e71ce74d4f0f686779abac" style="width: 100.0%; height: 100.0%;">relay.satnam.pub</div>`)[0];
|
|
popup_ab10b73fc545fffabef58c66a557a4a5.setContent(html_6a00798cf3e71ce74d4f0f686779abac);
|
|
|
|
|
|
|
|
marker_709a29952e9afacfc8bc64b38dd087ef.bindPopup(popup_ab10b73fc545fffabef58c66a557a4a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_709a29952e9afacfc8bc64b38dd087ef.setIcon(icon_f1b462991fc54e6d4631775f0e505c16);
|
|
|
|
|
|
var marker_79f21900b660bf7b64aba68e63d2339e = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_127b13e523ccd8f758224d39e0ee84f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3f00b2663a82556484c5b124daa59c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c6ad5136814e1696bec15b626321614 = $(`<div id="html_2c6ad5136814e1696bec15b626321614" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_a3f00b2663a82556484c5b124daa59c7.setContent(html_2c6ad5136814e1696bec15b626321614);
|
|
|
|
|
|
|
|
marker_79f21900b660bf7b64aba68e63d2339e.bindPopup(popup_a3f00b2663a82556484c5b124daa59c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79f21900b660bf7b64aba68e63d2339e.setIcon(icon_127b13e523ccd8f758224d39e0ee84f8);
|
|
|
|
|
|
var marker_6e417ba3759b8ff1b736f5399f1eb049 = L.marker(
|
|
[35.2227, -97.4786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_38f1b409d069e3b4a67c918441f0fd4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e689602f9f60b4c21060d83c3ebd833 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebab5d1463cb859b331559e3c2feab45 = $(`<div id="html_ebab5d1463cb859b331559e3c2feab45" style="width: 100.0%; height: 100.0%;">relay.beginningend.com</div>`)[0];
|
|
popup_0e689602f9f60b4c21060d83c3ebd833.setContent(html_ebab5d1463cb859b331559e3c2feab45);
|
|
|
|
|
|
|
|
marker_6e417ba3759b8ff1b736f5399f1eb049.bindPopup(popup_0e689602f9f60b4c21060d83c3ebd833)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e417ba3759b8ff1b736f5399f1eb049.setIcon(icon_38f1b409d069e3b4a67c918441f0fd4a);
|
|
|
|
|
|
var marker_fa99886541048560f02c48459a30d694 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_6a264fffd77a50efa04c2e1f9669dcdd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bfa3903f46878a38e4f36a359afcf290 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e565815e111412c1165010f34775ec3 = $(`<div id="html_9e565815e111412c1165010f34775ec3" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_bfa3903f46878a38e4f36a359afcf290.setContent(html_9e565815e111412c1165010f34775ec3);
|
|
|
|
|
|
|
|
marker_fa99886541048560f02c48459a30d694.bindPopup(popup_bfa3903f46878a38e4f36a359afcf290)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa99886541048560f02c48459a30d694.setIcon(icon_6a264fffd77a50efa04c2e1f9669dcdd);
|
|
|
|
|
|
var marker_6f783dcd2a1b27c4e7132b885252f7c1 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_3ca66d65cf69003b24125e02eb66f353 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bd11e6cf7797848800cd95775f827d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de069751317a31c0f785dd7f1105a085 = $(`<div id="html_de069751317a31c0f785dd7f1105a085" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_7bd11e6cf7797848800cd95775f827d5.setContent(html_de069751317a31c0f785dd7f1105a085);
|
|
|
|
|
|
|
|
marker_6f783dcd2a1b27c4e7132b885252f7c1.bindPopup(popup_7bd11e6cf7797848800cd95775f827d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f783dcd2a1b27c4e7132b885252f7c1.setIcon(icon_3ca66d65cf69003b24125e02eb66f353);
|
|
|
|
|
|
var marker_f57a94c4e366b7ee8ff9ea7bedee91c7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_1298160c2b72c6a95f4821c9e6cb3de2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a263760070c10c47d777e8b54c9065c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8947d938ae6fdf78cf144929c57270ee = $(`<div id="html_8947d938ae6fdf78cf144929c57270ee" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_3a263760070c10c47d777e8b54c9065c.setContent(html_8947d938ae6fdf78cf144929c57270ee);
|
|
|
|
|
|
|
|
marker_f57a94c4e366b7ee8ff9ea7bedee91c7.bindPopup(popup_3a263760070c10c47d777e8b54c9065c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f57a94c4e366b7ee8ff9ea7bedee91c7.setIcon(icon_1298160c2b72c6a95f4821c9e6cb3de2);
|
|
|
|
|
|
var marker_c1e844f4ff21a8b0db8659ee2ec2872a = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_f6684cd41367472d8dc1484ec253935b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42c52bfeb0963824c19ff5c196b09f68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e1b66680863db8ecb1a51db23049b23 = $(`<div id="html_4e1b66680863db8ecb1a51db23049b23" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_42c52bfeb0963824c19ff5c196b09f68.setContent(html_4e1b66680863db8ecb1a51db23049b23);
|
|
|
|
|
|
|
|
marker_c1e844f4ff21a8b0db8659ee2ec2872a.bindPopup(popup_42c52bfeb0963824c19ff5c196b09f68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1e844f4ff21a8b0db8659ee2ec2872a.setIcon(icon_f6684cd41367472d8dc1484ec253935b);
|
|
|
|
|
|
var marker_dedfc05efc7ec23d8d885ec141f274dd = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_db82efdc35a8e3a463d17335ca702500 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d29955294532aefd61859d03dd7ee00f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ef5c4463b3372da205ebf0246c64c2e = $(`<div id="html_5ef5c4463b3372da205ebf0246c64c2e" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_d29955294532aefd61859d03dd7ee00f.setContent(html_5ef5c4463b3372da205ebf0246c64c2e);
|
|
|
|
|
|
|
|
marker_dedfc05efc7ec23d8d885ec141f274dd.bindPopup(popup_d29955294532aefd61859d03dd7ee00f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dedfc05efc7ec23d8d885ec141f274dd.setIcon(icon_db82efdc35a8e3a463d17335ca702500);
|
|
|
|
|
|
var marker_4f1cd2d1392c57168a4ed08dad86e941 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_4f5abdd0efbd20562a04c8d2f9b5070f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ed8eda66de7eaf7dac12be93b4f7d0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7bd872761595ffc936d840e6bc4dd7fd = $(`<div id="html_7bd872761595ffc936d840e6bc4dd7fd" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_9ed8eda66de7eaf7dac12be93b4f7d0e.setContent(html_7bd872761595ffc936d840e6bc4dd7fd);
|
|
|
|
|
|
|
|
marker_4f1cd2d1392c57168a4ed08dad86e941.bindPopup(popup_9ed8eda66de7eaf7dac12be93b4f7d0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f1cd2d1392c57168a4ed08dad86e941.setIcon(icon_4f5abdd0efbd20562a04c8d2f9b5070f);
|
|
|
|
|
|
var marker_2d54dd01bcba3a8122bb4af53007a013 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_7bdcd0bea45a5484b6ae273005dbb9ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f668b79ec20c5d67cc142bed16b4a096 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8af7c67c5da87da113b9c8970cd69b6 = $(`<div id="html_e8af7c67c5da87da113b9c8970cd69b6" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_f668b79ec20c5d67cc142bed16b4a096.setContent(html_e8af7c67c5da87da113b9c8970cd69b6);
|
|
|
|
|
|
|
|
marker_2d54dd01bcba3a8122bb4af53007a013.bindPopup(popup_f668b79ec20c5d67cc142bed16b4a096)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d54dd01bcba3a8122bb4af53007a013.setIcon(icon_7bdcd0bea45a5484b6ae273005dbb9ce);
|
|
|
|
|
|
var marker_83ef9d81db488b91a1e91542e82e6605 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_3419fa031d7e6d3bd67ffe82d0ab9d1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1efb43249e6704d1eab535d5d67548e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_828dbbdd56cfb13f3f3f4659d8ec054c = $(`<div id="html_828dbbdd56cfb13f3f3f4659d8ec054c" style="width: 100.0%; height: 100.0%;">relay.gorrdy.cz</div>`)[0];
|
|
popup_1efb43249e6704d1eab535d5d67548e1.setContent(html_828dbbdd56cfb13f3f3f4659d8ec054c);
|
|
|
|
|
|
|
|
marker_83ef9d81db488b91a1e91542e82e6605.bindPopup(popup_1efb43249e6704d1eab535d5d67548e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83ef9d81db488b91a1e91542e82e6605.setIcon(icon_3419fa031d7e6d3bd67ffe82d0ab9d1c);
|
|
|
|
|
|
var marker_1db99ac49ce02fa181c0707b2d4df96a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_08c6b8e944fe28f896811943c5c1b3a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1d3118058dcd09220cbb56b78417df4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5162d06da17953ad4a40bdf0dca19405 = $(`<div id="html_5162d06da17953ad4a40bdf0dca19405" style="width: 100.0%; height: 100.0%;">relay.sovbit.dev</div>`)[0];
|
|
popup_b1d3118058dcd09220cbb56b78417df4.setContent(html_5162d06da17953ad4a40bdf0dca19405);
|
|
|
|
|
|
|
|
marker_1db99ac49ce02fa181c0707b2d4df96a.bindPopup(popup_b1d3118058dcd09220cbb56b78417df4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1db99ac49ce02fa181c0707b2d4df96a.setIcon(icon_08c6b8e944fe28f896811943c5c1b3a9);
|
|
|
|
|
|
var marker_82ceae7cd592bdc1fcfd6c17979fdebf = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_6bcee082624d661ec61cf1ebc5c3d3c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0b571fb2a73dceb73e08697e9714d03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24d33a8c2012391fb76575752e71c59f = $(`<div id="html_24d33a8c2012391fb76575752e71c59f" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_d0b571fb2a73dceb73e08697e9714d03.setContent(html_24d33a8c2012391fb76575752e71c59f);
|
|
|
|
|
|
|
|
marker_82ceae7cd592bdc1fcfd6c17979fdebf.bindPopup(popup_d0b571fb2a73dceb73e08697e9714d03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82ceae7cd592bdc1fcfd6c17979fdebf.setIcon(icon_6bcee082624d661ec61cf1ebc5c3d3c7);
|
|
|
|
|
|
var marker_1323d5fe3ab7e8c8925e822123826a0e = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_39609b8f9d9c7d73042db399a4a9e17c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e3a62702fede37fea92fc807f1e11a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_218af187f07a2ddd1dd80fd2cb90f6fd = $(`<div id="html_218af187f07a2ddd1dd80fd2cb90f6fd" style="width: 100.0%; height: 100.0%;">relay.directsponsor.net</div>`)[0];
|
|
popup_0e3a62702fede37fea92fc807f1e11a2.setContent(html_218af187f07a2ddd1dd80fd2cb90f6fd);
|
|
|
|
|
|
|
|
marker_1323d5fe3ab7e8c8925e822123826a0e.bindPopup(popup_0e3a62702fede37fea92fc807f1e11a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1323d5fe3ab7e8c8925e822123826a0e.setIcon(icon_39609b8f9d9c7d73042db399a4a9e17c);
|
|
|
|
|
|
var marker_b8eb060547337e90d3cf517d4d082cbb = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_b265c9f70e15ce158abaf861c2c5e23d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7272ae2d0f469f7aef47e27429cf7d60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc289fd88120da99b797ec1f878b8839 = $(`<div id="html_dc289fd88120da99b797ec1f878b8839" style="width: 100.0%; height: 100.0%;">nostr2.thalheim.io</div>`)[0];
|
|
popup_7272ae2d0f469f7aef47e27429cf7d60.setContent(html_dc289fd88120da99b797ec1f878b8839);
|
|
|
|
|
|
|
|
marker_b8eb060547337e90d3cf517d4d082cbb.bindPopup(popup_7272ae2d0f469f7aef47e27429cf7d60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8eb060547337e90d3cf517d4d082cbb.setIcon(icon_b265c9f70e15ce158abaf861c2c5e23d);
|
|
|
|
|
|
var marker_6191d5f493978a06456520106ab6c652 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_b1fdd71cec5f7c48d860a417f29eafa8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66930c115902cadfac9dbd3000cbdb2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40919f210cc28413fd7464b20fd32803 = $(`<div id="html_40919f210cc28413fd7464b20fd32803" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_66930c115902cadfac9dbd3000cbdb2b.setContent(html_40919f210cc28413fd7464b20fd32803);
|
|
|
|
|
|
|
|
marker_6191d5f493978a06456520106ab6c652.bindPopup(popup_66930c115902cadfac9dbd3000cbdb2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6191d5f493978a06456520106ab6c652.setIcon(icon_b1fdd71cec5f7c48d860a417f29eafa8);
|
|
|
|
|
|
var marker_077e3f0b5782a0c66f2864838a46bb36 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_b56d9f0690a2ee7a56734456e88d4143 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b8627d402a013faaa602cf5019094af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec7ead6af137be96d7e2807a2ef6a7a8 = $(`<div id="html_ec7ead6af137be96d7e2807a2ef6a7a8" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_2b8627d402a013faaa602cf5019094af.setContent(html_ec7ead6af137be96d7e2807a2ef6a7a8);
|
|
|
|
|
|
|
|
marker_077e3f0b5782a0c66f2864838a46bb36.bindPopup(popup_2b8627d402a013faaa602cf5019094af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_077e3f0b5782a0c66f2864838a46bb36.setIcon(icon_b56d9f0690a2ee7a56734456e88d4143);
|
|
|
|
|
|
var marker_33c0187f497a982e1fa47fb50f05a4da = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_063ae5be35426bc31874f246bb19003e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18b96f79c650f26f6d74127ba9f3ff7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_daa5cfa8bb9898f86ad04894e560d528 = $(`<div id="html_daa5cfa8bb9898f86ad04894e560d528" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_18b96f79c650f26f6d74127ba9f3ff7d.setContent(html_daa5cfa8bb9898f86ad04894e560d528);
|
|
|
|
|
|
|
|
marker_33c0187f497a982e1fa47fb50f05a4da.bindPopup(popup_18b96f79c650f26f6d74127ba9f3ff7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33c0187f497a982e1fa47fb50f05a4da.setIcon(icon_063ae5be35426bc31874f246bb19003e);
|
|
|
|
|
|
var marker_1a8e1e6c2d53ef959f57f16643ce2f64 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_ed3f4a729fd29eaed5ec1e384294a56a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3013675b8adc8ec42ef89477573cb60e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8cd950fbd16a0ccc07e7a7d746ccba0 = $(`<div id="html_d8cd950fbd16a0ccc07e7a7d746ccba0" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_3013675b8adc8ec42ef89477573cb60e.setContent(html_d8cd950fbd16a0ccc07e7a7d746ccba0);
|
|
|
|
|
|
|
|
marker_1a8e1e6c2d53ef959f57f16643ce2f64.bindPopup(popup_3013675b8adc8ec42ef89477573cb60e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a8e1e6c2d53ef959f57f16643ce2f64.setIcon(icon_ed3f4a729fd29eaed5ec1e384294a56a);
|
|
|
|
|
|
var marker_7baf9d87a20ece5f91d4fd0047e45097 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_456b5219496e861812ad746438d1505d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9c27da602e468e99e88239f10516668 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88d4f62fac17e07a28c4be4d6ca9be26 = $(`<div id="html_88d4f62fac17e07a28c4be4d6ca9be26" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_e9c27da602e468e99e88239f10516668.setContent(html_88d4f62fac17e07a28c4be4d6ca9be26);
|
|
|
|
|
|
|
|
marker_7baf9d87a20ece5f91d4fd0047e45097.bindPopup(popup_e9c27da602e468e99e88239f10516668)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7baf9d87a20ece5f91d4fd0047e45097.setIcon(icon_456b5219496e861812ad746438d1505d);
|
|
|
|
|
|
var marker_78df2dd862a3720deccafd5e4f84d95b = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_cd7b8a79748bf49984351f16f1c581c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffbaa59a1b14653d12e439d186fe7961 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f968ef173afbe749aaf988a88ba4d205 = $(`<div id="html_f968ef173afbe749aaf988a88ba4d205" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_ffbaa59a1b14653d12e439d186fe7961.setContent(html_f968ef173afbe749aaf988a88ba4d205);
|
|
|
|
|
|
|
|
marker_78df2dd862a3720deccafd5e4f84d95b.bindPopup(popup_ffbaa59a1b14653d12e439d186fe7961)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78df2dd862a3720deccafd5e4f84d95b.setIcon(icon_cd7b8a79748bf49984351f16f1c581c6);
|
|
|
|
|
|
var marker_ec6f8a91c898e4ee85864d810ff1622e = L.marker(
|
|
[49.2509, -123.01],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_af2ef275cbb81165d83de900d6832120 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62ccd766127488e15ff0b3bfcac85b35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5a0d228770d6c395071504a634d2b07 = $(`<div id="html_a5a0d228770d6c395071504a634d2b07" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_62ccd766127488e15ff0b3bfcac85b35.setContent(html_a5a0d228770d6c395071504a634d2b07);
|
|
|
|
|
|
|
|
marker_ec6f8a91c898e4ee85864d810ff1622e.bindPopup(popup_62ccd766127488e15ff0b3bfcac85b35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec6f8a91c898e4ee85864d810ff1622e.setIcon(icon_af2ef275cbb81165d83de900d6832120);
|
|
|
|
|
|
var marker_1974aea9c60528ab4c00ec0ca74dc714 = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_b6ca4111cc7c7b3e9914a90497d379b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ceb94947b69ff992204372fa137ea82f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88cd7a1bd7d42e110bb2b7508df5068a = $(`<div id="html_88cd7a1bd7d42e110bb2b7508df5068a" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_ceb94947b69ff992204372fa137ea82f.setContent(html_88cd7a1bd7d42e110bb2b7508df5068a);
|
|
|
|
|
|
|
|
marker_1974aea9c60528ab4c00ec0ca74dc714.bindPopup(popup_ceb94947b69ff992204372fa137ea82f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1974aea9c60528ab4c00ec0ca74dc714.setIcon(icon_b6ca4111cc7c7b3e9914a90497d379b2);
|
|
|
|
|
|
var marker_51e383d91e1e9c0a67446ded11076ac1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_bf8e1fbe00271734aff256fd04b0843d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_234f7c3a3a2d34b5abd3161d5db45527 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be95fbad7b448bbb68aa8ef3db7cbb32 = $(`<div id="html_be95fbad7b448bbb68aa8ef3db7cbb32" style="width: 100.0%; height: 100.0%;">relay.solife.me</div>`)[0];
|
|
popup_234f7c3a3a2d34b5abd3161d5db45527.setContent(html_be95fbad7b448bbb68aa8ef3db7cbb32);
|
|
|
|
|
|
|
|
marker_51e383d91e1e9c0a67446ded11076ac1.bindPopup(popup_234f7c3a3a2d34b5abd3161d5db45527)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51e383d91e1e9c0a67446ded11076ac1.setIcon(icon_bf8e1fbe00271734aff256fd04b0843d);
|
|
|
|
|
|
var marker_bf8325665f0de3b31085bddc1a4aacb0 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_e829dda5fa9ad4ad9ebf9a44be065bc6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96766cc66363f956a0a7ef6de0b092d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_870e15f33f49e3b66f8db034f1d82d8f = $(`<div id="html_870e15f33f49e3b66f8db034f1d82d8f" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_96766cc66363f956a0a7ef6de0b092d6.setContent(html_870e15f33f49e3b66f8db034f1d82d8f);
|
|
|
|
|
|
|
|
marker_bf8325665f0de3b31085bddc1a4aacb0.bindPopup(popup_96766cc66363f956a0a7ef6de0b092d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf8325665f0de3b31085bddc1a4aacb0.setIcon(icon_e829dda5fa9ad4ad9ebf9a44be065bc6);
|
|
|
|
|
|
var marker_47419c7fba73c93b10d66d02bb60c57d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_58337faf91ba91ec4e1fb98c87fcf781 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e5c71fbd24e130cca48ada4b6bdaf18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77934c25bdc15b528115bd0989ad6aba = $(`<div id="html_77934c25bdc15b528115bd0989ad6aba" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_0e5c71fbd24e130cca48ada4b6bdaf18.setContent(html_77934c25bdc15b528115bd0989ad6aba);
|
|
|
|
|
|
|
|
marker_47419c7fba73c93b10d66d02bb60c57d.bindPopup(popup_0e5c71fbd24e130cca48ada4b6bdaf18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47419c7fba73c93b10d66d02bb60c57d.setIcon(icon_58337faf91ba91ec4e1fb98c87fcf781);
|
|
|
|
|
|
var marker_a773a9e9dd81fc5aab3846066a3892f2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_4f6813722ee8e4cd26a8f2fe81d0f1e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b99d74f47221b67b2bbf6133fe0c8d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_636908a30440e592115c2933d52e0234 = $(`<div id="html_636908a30440e592115c2933d52e0234" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_4b99d74f47221b67b2bbf6133fe0c8d0.setContent(html_636908a30440e592115c2933d52e0234);
|
|
|
|
|
|
|
|
marker_a773a9e9dd81fc5aab3846066a3892f2.bindPopup(popup_4b99d74f47221b67b2bbf6133fe0c8d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a773a9e9dd81fc5aab3846066a3892f2.setIcon(icon_4f6813722ee8e4cd26a8f2fe81d0f1e6);
|
|
|
|
|
|
var marker_574a3e1ce6700607850157bb8cf3ca76 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_0f031cf68193ca5ad911ecaf67647cd3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ab97388d59f41f41e4ee41b45bb4c84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eddd0da24b027ce8baacd3b1ccf2cd27 = $(`<div id="html_eddd0da24b027ce8baacd3b1ccf2cd27" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_2ab97388d59f41f41e4ee41b45bb4c84.setContent(html_eddd0da24b027ce8baacd3b1ccf2cd27);
|
|
|
|
|
|
|
|
marker_574a3e1ce6700607850157bb8cf3ca76.bindPopup(popup_2ab97388d59f41f41e4ee41b45bb4c84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_574a3e1ce6700607850157bb8cf3ca76.setIcon(icon_0f031cf68193ca5ad911ecaf67647cd3);
|
|
|
|
|
|
var marker_3adec823ff9d188b36530217e914760c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_60a04434939e4baf3f8efc6256ee94da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98614366a7ea82f0d176707b59bf65be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1925ef8557a51502d136fec6f292811 = $(`<div id="html_e1925ef8557a51502d136fec6f292811" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_98614366a7ea82f0d176707b59bf65be.setContent(html_e1925ef8557a51502d136fec6f292811);
|
|
|
|
|
|
|
|
marker_3adec823ff9d188b36530217e914760c.bindPopup(popup_98614366a7ea82f0d176707b59bf65be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3adec823ff9d188b36530217e914760c.setIcon(icon_60a04434939e4baf3f8efc6256ee94da);
|
|
|
|
|
|
var marker_0ea8656914ba1373aa0dde34dd405923 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_1079210b42d9ea882829c0fe2c070058 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f409670acfcb1b8d31abfe06c66e2bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59b00b86f496ecaefe52aecc6ed76a93 = $(`<div id="html_59b00b86f496ecaefe52aecc6ed76a93" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_9f409670acfcb1b8d31abfe06c66e2bc.setContent(html_59b00b86f496ecaefe52aecc6ed76a93);
|
|
|
|
|
|
|
|
marker_0ea8656914ba1373aa0dde34dd405923.bindPopup(popup_9f409670acfcb1b8d31abfe06c66e2bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ea8656914ba1373aa0dde34dd405923.setIcon(icon_1079210b42d9ea882829c0fe2c070058);
|
|
|
|
|
|
var marker_c43edf83ead653d0194d9dec0779be4d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_5549871549192db303e70bf3f47038fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c81c2177aba42c9fbadde3396f422fcc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7423a024a2de8109a34afe3d5e57a2f6 = $(`<div id="html_7423a024a2de8109a34afe3d5e57a2f6" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_c81c2177aba42c9fbadde3396f422fcc.setContent(html_7423a024a2de8109a34afe3d5e57a2f6);
|
|
|
|
|
|
|
|
marker_c43edf83ead653d0194d9dec0779be4d.bindPopup(popup_c81c2177aba42c9fbadde3396f422fcc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c43edf83ead653d0194d9dec0779be4d.setIcon(icon_5549871549192db303e70bf3f47038fd);
|
|
|
|
|
|
var marker_5cd1c3cb4739a47038fc0a56d3ab0ae7 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_6efc15bea23a6f9fb871781c1a625478 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef9076156f31e221f37c89d31a852dc1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2399e2c9058682a96837490e251e0774 = $(`<div id="html_2399e2c9058682a96837490e251e0774" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_ef9076156f31e221f37c89d31a852dc1.setContent(html_2399e2c9058682a96837490e251e0774);
|
|
|
|
|
|
|
|
marker_5cd1c3cb4739a47038fc0a56d3ab0ae7.bindPopup(popup_ef9076156f31e221f37c89d31a852dc1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5cd1c3cb4739a47038fc0a56d3ab0ae7.setIcon(icon_6efc15bea23a6f9fb871781c1a625478);
|
|
|
|
|
|
var marker_558312a1319f11d267e8b52672766384 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_fa7426570d292dc78a6cb69381d76b5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89abe4d80926e35c0e962cc9a18fce5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71835e33d60179ced52316f25ca60b93 = $(`<div id="html_71835e33d60179ced52316f25ca60b93" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_89abe4d80926e35c0e962cc9a18fce5c.setContent(html_71835e33d60179ced52316f25ca60b93);
|
|
|
|
|
|
|
|
marker_558312a1319f11d267e8b52672766384.bindPopup(popup_89abe4d80926e35c0e962cc9a18fce5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_558312a1319f11d267e8b52672766384.setIcon(icon_fa7426570d292dc78a6cb69381d76b5d);
|
|
|
|
|
|
var marker_6803659b1696459405a1909bc61e1403 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_fe75dc54c4a0c3c1657af2d0968f6cfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3461cf6350f56876aedecf0c3eba8d1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6946de2f3253c0ba2f22b687087f528 = $(`<div id="html_b6946de2f3253c0ba2f22b687087f528" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_3461cf6350f56876aedecf0c3eba8d1f.setContent(html_b6946de2f3253c0ba2f22b687087f528);
|
|
|
|
|
|
|
|
marker_6803659b1696459405a1909bc61e1403.bindPopup(popup_3461cf6350f56876aedecf0c3eba8d1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6803659b1696459405a1909bc61e1403.setIcon(icon_fe75dc54c4a0c3c1657af2d0968f6cfe);
|
|
|
|
|
|
var marker_086f2b0731122e2171f3df40f74f4f13 = L.marker(
|
|
[38.627, -90.1994],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_8c3b60a754ce16530651c81303a9ea30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25d91173276ae6cb227a7ee2cd98caf4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff10f0d55ec09ef0330aa616ceac8a8a = $(`<div id="html_ff10f0d55ec09ef0330aa616ceac8a8a" style="width: 100.0%; height: 100.0%;">inbox.mycelium.social</div>`)[0];
|
|
popup_25d91173276ae6cb227a7ee2cd98caf4.setContent(html_ff10f0d55ec09ef0330aa616ceac8a8a);
|
|
|
|
|
|
|
|
marker_086f2b0731122e2171f3df40f74f4f13.bindPopup(popup_25d91173276ae6cb227a7ee2cd98caf4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_086f2b0731122e2171f3df40f74f4f13.setIcon(icon_8c3b60a754ce16530651c81303a9ea30);
|
|
|
|
|
|
var marker_083fc1c59d21020c75d0cd5a8dd2194c = L.marker(
|
|
[49.8667, -125.133],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_e3b8fa3d32699c6355d372c754ef2db8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46cc0b746c7dc274c9e4353df36ff516 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c6334aaada0803c1f758482de071403 = $(`<div id="html_0c6334aaada0803c1f758482de071403" style="width: 100.0%; height: 100.0%;">relay.trustr.ing</div>`)[0];
|
|
popup_46cc0b746c7dc274c9e4353df36ff516.setContent(html_0c6334aaada0803c1f758482de071403);
|
|
|
|
|
|
|
|
marker_083fc1c59d21020c75d0cd5a8dd2194c.bindPopup(popup_46cc0b746c7dc274c9e4353df36ff516)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_083fc1c59d21020c75d0cd5a8dd2194c.setIcon(icon_e3b8fa3d32699c6355d372c754ef2db8);
|
|
|
|
|
|
var marker_ce966c6b7a6b7df134505be1963d5b15 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_1c2c72799c9b29c3bb4b91b590372222 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41780f039244bbe7f1efb52742222eb8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a0ce1f997b9aec43126c555bfdb07bf = $(`<div id="html_8a0ce1f997b9aec43126c555bfdb07bf" style="width: 100.0%; height: 100.0%;">relay1.nostrchat.io</div>`)[0];
|
|
popup_41780f039244bbe7f1efb52742222eb8.setContent(html_8a0ce1f997b9aec43126c555bfdb07bf);
|
|
|
|
|
|
|
|
marker_ce966c6b7a6b7df134505be1963d5b15.bindPopup(popup_41780f039244bbe7f1efb52742222eb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce966c6b7a6b7df134505be1963d5b15.setIcon(icon_1c2c72799c9b29c3bb4b91b590372222);
|
|
|
|
|
|
var marker_bb04f2ec523dd99b70648603caba8cdd = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_3a727e505a66f9528ecec3f4a5dea4d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42bfe0ef35f2cd5c2a947a7672fcef38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_decd7148feca76837c21dfe79cf1349a = $(`<div id="html_decd7148feca76837c21dfe79cf1349a" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_42bfe0ef35f2cd5c2a947a7672fcef38.setContent(html_decd7148feca76837c21dfe79cf1349a);
|
|
|
|
|
|
|
|
marker_bb04f2ec523dd99b70648603caba8cdd.bindPopup(popup_42bfe0ef35f2cd5c2a947a7672fcef38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb04f2ec523dd99b70648603caba8cdd.setIcon(icon_3a727e505a66f9528ecec3f4a5dea4d4);
|
|
|
|
|
|
var marker_838e807b7420b76a0d85b1f815b35514 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_8a501a3c669b626646535ac55105de1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b17e0fac26539e51d2b304fdf13253ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_919d9f5a9a75ce9992527036f2aa56f3 = $(`<div id="html_919d9f5a9a75ce9992527036f2aa56f3" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_b17e0fac26539e51d2b304fdf13253ed.setContent(html_919d9f5a9a75ce9992527036f2aa56f3);
|
|
|
|
|
|
|
|
marker_838e807b7420b76a0d85b1f815b35514.bindPopup(popup_b17e0fac26539e51d2b304fdf13253ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_838e807b7420b76a0d85b1f815b35514.setIcon(icon_8a501a3c669b626646535ac55105de1d);
|
|
|
|
|
|
var marker_4c12548a659cbde6cb147e9bedbf2558 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_c98a01e3dae43db760d0dcacb0721d13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc05ea05765351b8f1a5000aaf28fc8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b101c88f6e159d5ede5d9e34efbbe73c = $(`<div id="html_b101c88f6e159d5ede5d9e34efbbe73c" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_fc05ea05765351b8f1a5000aaf28fc8f.setContent(html_b101c88f6e159d5ede5d9e34efbbe73c);
|
|
|
|
|
|
|
|
marker_4c12548a659cbde6cb147e9bedbf2558.bindPopup(popup_fc05ea05765351b8f1a5000aaf28fc8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c12548a659cbde6cb147e9bedbf2558.setIcon(icon_c98a01e3dae43db760d0dcacb0721d13);
|
|
|
|
|
|
var marker_623d2ac6592f06e4917c9db1c662c78a = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_b3a416901f93c0689e8aaea6eb965534 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02e2a0f942613d895f2dc8f5faec9d14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff003745ad08d6fcaac685cbead593fa = $(`<div id="html_ff003745ad08d6fcaac685cbead593fa" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_02e2a0f942613d895f2dc8f5faec9d14.setContent(html_ff003745ad08d6fcaac685cbead593fa);
|
|
|
|
|
|
|
|
marker_623d2ac6592f06e4917c9db1c662c78a.bindPopup(popup_02e2a0f942613d895f2dc8f5faec9d14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_623d2ac6592f06e4917c9db1c662c78a.setIcon(icon_b3a416901f93c0689e8aaea6eb965534);
|
|
|
|
|
|
var marker_1f03759861d488a0fa65e03c09bc94e1 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_fd58be88452a5872e464e883bde10e11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c152744b5bbf0f1c54f4dbffe47ec529 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1eaf0f6c6e098af7455da60167ed2394 = $(`<div id="html_1eaf0f6c6e098af7455da60167ed2394" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_c152744b5bbf0f1c54f4dbffe47ec529.setContent(html_1eaf0f6c6e098af7455da60167ed2394);
|
|
|
|
|
|
|
|
marker_1f03759861d488a0fa65e03c09bc94e1.bindPopup(popup_c152744b5bbf0f1c54f4dbffe47ec529)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f03759861d488a0fa65e03c09bc94e1.setIcon(icon_fd58be88452a5872e464e883bde10e11);
|
|
|
|
|
|
var marker_435d8143b0dcb4bbe4c083699f80d7f1 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_09e619fd58915ec437a2b95af6ce700a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac7009a5d9fe9b2af2694260a33231a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_356c07d5a0284ac6e95454d3bda13648 = $(`<div id="html_356c07d5a0284ac6e95454d3bda13648" style="width: 100.0%; height: 100.0%;">nostr.defucc.me</div>`)[0];
|
|
popup_ac7009a5d9fe9b2af2694260a33231a6.setContent(html_356c07d5a0284ac6e95454d3bda13648);
|
|
|
|
|
|
|
|
marker_435d8143b0dcb4bbe4c083699f80d7f1.bindPopup(popup_ac7009a5d9fe9b2af2694260a33231a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_435d8143b0dcb4bbe4c083699f80d7f1.setIcon(icon_09e619fd58915ec437a2b95af6ce700a);
|
|
|
|
|
|
var marker_672c2642cd7ea47902744b23ebeb5014 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_9105309cbf9b4448aff3800c46ed8e74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79c480ebc7d288c4c9da01e8d56a89a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c0e0481f6c5a2b6e7294e50637b7fe3 = $(`<div id="html_6c0e0481f6c5a2b6e7294e50637b7fe3" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_79c480ebc7d288c4c9da01e8d56a89a1.setContent(html_6c0e0481f6c5a2b6e7294e50637b7fe3);
|
|
|
|
|
|
|
|
marker_672c2642cd7ea47902744b23ebeb5014.bindPopup(popup_79c480ebc7d288c4c9da01e8d56a89a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_672c2642cd7ea47902744b23ebeb5014.setIcon(icon_9105309cbf9b4448aff3800c46ed8e74);
|
|
|
|
|
|
var marker_a3daed75cb71e70bb62cd5194df08ab6 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_5d30425843c6accd65524c6e26b4fd4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e3afc8da16e038d199fb640956668bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a95cdc5a541d98d95644a6d321c37e82 = $(`<div id="html_a95cdc5a541d98d95644a6d321c37e82" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_1e3afc8da16e038d199fb640956668bb.setContent(html_a95cdc5a541d98d95644a6d321c37e82);
|
|
|
|
|
|
|
|
marker_a3daed75cb71e70bb62cd5194df08ab6.bindPopup(popup_1e3afc8da16e038d199fb640956668bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3daed75cb71e70bb62cd5194df08ab6.setIcon(icon_5d30425843c6accd65524c6e26b4fd4c);
|
|
|
|
|
|
var marker_fc3bf90ec4be72dff6554f0884b46b8b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_751ef0048cc5ecc72d9dcda755c813d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9529a4172f97df46f8670f58a16d456 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fe13d6d005861b2a3a9b2f94045db14 = $(`<div id="html_0fe13d6d005861b2a3a9b2f94045db14" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_b9529a4172f97df46f8670f58a16d456.setContent(html_0fe13d6d005861b2a3a9b2f94045db14);
|
|
|
|
|
|
|
|
marker_fc3bf90ec4be72dff6554f0884b46b8b.bindPopup(popup_b9529a4172f97df46f8670f58a16d456)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc3bf90ec4be72dff6554f0884b46b8b.setIcon(icon_751ef0048cc5ecc72d9dcda755c813d3);
|
|
|
|
|
|
var marker_e9a01f790bdd3003dbc5e15d9046f149 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_a73dbdf3ec96b64c39675bc7e77bb0f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb03c0e435582146f2aea11ec6efaa7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_672349a13821ffd66f5470259336a284 = $(`<div id="html_672349a13821ffd66f5470259336a284" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_fb03c0e435582146f2aea11ec6efaa7e.setContent(html_672349a13821ffd66f5470259336a284);
|
|
|
|
|
|
|
|
marker_e9a01f790bdd3003dbc5e15d9046f149.bindPopup(popup_fb03c0e435582146f2aea11ec6efaa7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9a01f790bdd3003dbc5e15d9046f149.setIcon(icon_a73dbdf3ec96b64c39675bc7e77bb0f5);
|
|
|
|
|
|
var marker_e71c3ca8d4b0a71e4d743cd24aec2e2b = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_1a89bb850a52b394d142578240fb0503 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e5900c1bf55565548469489755bdc0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a98c2c3e794a48d159a685b4f7a2e49e = $(`<div id="html_a98c2c3e794a48d159a685b4f7a2e49e" style="width: 100.0%; height: 100.0%;">relay.devcsu.fr</div>`)[0];
|
|
popup_3e5900c1bf55565548469489755bdc0d.setContent(html_a98c2c3e794a48d159a685b4f7a2e49e);
|
|
|
|
|
|
|
|
marker_e71c3ca8d4b0a71e4d743cd24aec2e2b.bindPopup(popup_3e5900c1bf55565548469489755bdc0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e71c3ca8d4b0a71e4d743cd24aec2e2b.setIcon(icon_1a89bb850a52b394d142578240fb0503);
|
|
|
|
|
|
var marker_c6b02c467c921c996e09a55ae6ffbddf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_90e220f0a0730ff39a9fbaf48fa03bae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1b1ebae30c8f5a01bf38eea1e342113 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b79897cf7deac909eb870dc69d95b60 = $(`<div id="html_3b79897cf7deac909eb870dc69d95b60" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_a1b1ebae30c8f5a01bf38eea1e342113.setContent(html_3b79897cf7deac909eb870dc69d95b60);
|
|
|
|
|
|
|
|
marker_c6b02c467c921c996e09a55ae6ffbddf.bindPopup(popup_a1b1ebae30c8f5a01bf38eea1e342113)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6b02c467c921c996e09a55ae6ffbddf.setIcon(icon_90e220f0a0730ff39a9fbaf48fa03bae);
|
|
|
|
|
|
var marker_02cc5c775e0786196bb24914c037912a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_00a18ec97cd7ccd176df39ff3a3b4cab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c5bc96c1a7c8a61fd14c6e3486077d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e03945ce33ba6531cff5b90408da2801 = $(`<div id="html_e03945ce33ba6531cff5b90408da2801" style="width: 100.0%; height: 100.0%;">dm-test-nostr-rs-42-disabled.samt.st</div>`)[0];
|
|
popup_6c5bc96c1a7c8a61fd14c6e3486077d9.setContent(html_e03945ce33ba6531cff5b90408da2801);
|
|
|
|
|
|
|
|
marker_02cc5c775e0786196bb24914c037912a.bindPopup(popup_6c5bc96c1a7c8a61fd14c6e3486077d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02cc5c775e0786196bb24914c037912a.setIcon(icon_00a18ec97cd7ccd176df39ff3a3b4cab);
|
|
|
|
|
|
var marker_dc1553d31955a6cebbaecf77ce9cabde = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_b6cd051975a4036ea400d87afb797e93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c23c5101417083144266488be2ac104e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_199405f64f575cdab4864a32f24a165a = $(`<div id="html_199405f64f575cdab4864a32f24a165a" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_c23c5101417083144266488be2ac104e.setContent(html_199405f64f575cdab4864a32f24a165a);
|
|
|
|
|
|
|
|
marker_dc1553d31955a6cebbaecf77ce9cabde.bindPopup(popup_c23c5101417083144266488be2ac104e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc1553d31955a6cebbaecf77ce9cabde.setIcon(icon_b6cd051975a4036ea400d87afb797e93);
|
|
|
|
|
|
var marker_3dbca36bcd3ece3ea3c1d1de016f26eb = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_601b91c1a97a594b170995f901a92ec1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2753b483333fa1958a268a13fdc1a6f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07cb588ef2432f902193f4f2a488e7fe = $(`<div id="html_07cb588ef2432f902193f4f2a488e7fe" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_2753b483333fa1958a268a13fdc1a6f5.setContent(html_07cb588ef2432f902193f4f2a488e7fe);
|
|
|
|
|
|
|
|
marker_3dbca36bcd3ece3ea3c1d1de016f26eb.bindPopup(popup_2753b483333fa1958a268a13fdc1a6f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3dbca36bcd3ece3ea3c1d1de016f26eb.setIcon(icon_601b91c1a97a594b170995f901a92ec1);
|
|
|
|
|
|
var marker_54452242c28bf455b87853f1a9574f9e = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_34721bf7c78832b5b7f263d15b667354 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_145c7fbdaf5ff66d890530df538bb4c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af0a6b2ff5b31028056c2a3479e00bd3 = $(`<div id="html_af0a6b2ff5b31028056c2a3479e00bd3" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_145c7fbdaf5ff66d890530df538bb4c7.setContent(html_af0a6b2ff5b31028056c2a3479e00bd3);
|
|
|
|
|
|
|
|
marker_54452242c28bf455b87853f1a9574f9e.bindPopup(popup_145c7fbdaf5ff66d890530df538bb4c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54452242c28bf455b87853f1a9574f9e.setIcon(icon_34721bf7c78832b5b7f263d15b667354);
|
|
|
|
|
|
var marker_74d1a3747517a6857c18d19ffd5b2bc3 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_527423fac444e5ea2c3818fbeaa6aa03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbabb151a6b7a31e5cabe9c2a179e10c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15091abf45311dd08b3f7edf321a2eba = $(`<div id="html_15091abf45311dd08b3f7edf321a2eba" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_dbabb151a6b7a31e5cabe9c2a179e10c.setContent(html_15091abf45311dd08b3f7edf321a2eba);
|
|
|
|
|
|
|
|
marker_74d1a3747517a6857c18d19ffd5b2bc3.bindPopup(popup_dbabb151a6b7a31e5cabe9c2a179e10c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74d1a3747517a6857c18d19ffd5b2bc3.setIcon(icon_527423fac444e5ea2c3818fbeaa6aa03);
|
|
|
|
|
|
var marker_d24c02fb30b7e47a05b218629e18f85d = L.marker(
|
|
[53.495, 10.2542],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_46e598a5dfa939192779a501c4b1cd7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a918f136beb9753ef9e246a92aaafbf5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2aa39a87f224c075c7fd04057b7389d = $(`<div id="html_c2aa39a87f224c075c7fd04057b7389d" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_a918f136beb9753ef9e246a92aaafbf5.setContent(html_c2aa39a87f224c075c7fd04057b7389d);
|
|
|
|
|
|
|
|
marker_d24c02fb30b7e47a05b218629e18f85d.bindPopup(popup_a918f136beb9753ef9e246a92aaafbf5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d24c02fb30b7e47a05b218629e18f85d.setIcon(icon_46e598a5dfa939192779a501c4b1cd7a);
|
|
|
|
|
|
var marker_bf3ce310e03994b22ac2bee2565abfa8 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_02cad8b712491a1a22c839ab2a5afead = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a2ca58b1e4dc727a2000c37a538a741 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3cd25b435ab2a90abaeb419f73759693 = $(`<div id="html_3cd25b435ab2a90abaeb419f73759693" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_3a2ca58b1e4dc727a2000c37a538a741.setContent(html_3cd25b435ab2a90abaeb419f73759693);
|
|
|
|
|
|
|
|
marker_bf3ce310e03994b22ac2bee2565abfa8.bindPopup(popup_3a2ca58b1e4dc727a2000c37a538a741)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf3ce310e03994b22ac2bee2565abfa8.setIcon(icon_02cad8b712491a1a22c839ab2a5afead);
|
|
|
|
|
|
var marker_1c4187ea0cb869e8a3988ee93d2f3429 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_e6c55855316b3b49473daa71805e927f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f937e76826cbca4387cdd7306f6a870 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73852c3651c020ea7e81f33682b33b01 = $(`<div id="html_73852c3651c020ea7e81f33682b33b01" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_9f937e76826cbca4387cdd7306f6a870.setContent(html_73852c3651c020ea7e81f33682b33b01);
|
|
|
|
|
|
|
|
marker_1c4187ea0cb869e8a3988ee93d2f3429.bindPopup(popup_9f937e76826cbca4387cdd7306f6a870)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c4187ea0cb869e8a3988ee93d2f3429.setIcon(icon_e6c55855316b3b49473daa71805e927f);
|
|
|
|
|
|
var marker_1f0284dd99a380137eb2b10437b14c86 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_44271462baf7c3f145565879c90e77ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c64c063f5c25bb469dba47ec4775961 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c01a3ff6932974d67e933f32d03a6033 = $(`<div id="html_c01a3ff6932974d67e933f32d03a6033" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_5c64c063f5c25bb469dba47ec4775961.setContent(html_c01a3ff6932974d67e933f32d03a6033);
|
|
|
|
|
|
|
|
marker_1f0284dd99a380137eb2b10437b14c86.bindPopup(popup_5c64c063f5c25bb469dba47ec4775961)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f0284dd99a380137eb2b10437b14c86.setIcon(icon_44271462baf7c3f145565879c90e77ed);
|
|
|
|
|
|
var marker_631a32c782ee705a7aa5ada840402500 = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_66515fd4df25fe399da3dfb695799590 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5894c1ddcf6c37385689fce13541c5ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c54a18d053c22fc281afe75f29835aa0 = $(`<div id="html_c54a18d053c22fc281afe75f29835aa0" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_5894c1ddcf6c37385689fce13541c5ea.setContent(html_c54a18d053c22fc281afe75f29835aa0);
|
|
|
|
|
|
|
|
marker_631a32c782ee705a7aa5ada840402500.bindPopup(popup_5894c1ddcf6c37385689fce13541c5ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_631a32c782ee705a7aa5ada840402500.setIcon(icon_66515fd4df25fe399da3dfb695799590);
|
|
|
|
|
|
var marker_14ce87ba18dfd1cc5592a86f2c9c630c = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2);
|
|
|
|
|
|
var icon_0a3ddd45c4969aad25950ce46c6fc981 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b080aaf69140bac4f8b55cb4b1f340e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc5a2fa4be987cc16b1e371d84c61105 = $(`<div id="html_fc5a2fa4be987cc16b1e371d84c61105" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_9b080aaf69140bac4f8b55cb4b1f340e.setContent(html_fc5a2fa4be987cc16b1e371d84c61105);
|
|
|
|
|
|
|
|
marker_14ce87ba18dfd1cc5592a86f2c9c630c.bindPopup(popup_9b080aaf69140bac4f8b55cb4b1f340e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14ce87ba18dfd1cc5592a86f2c9c630c.setIcon(icon_0a3ddd45c4969aad25950ce46c6fc981);
|
|
|
|
|
|
marker_cluster_b61e7ecd30d7c5bb34b652e57a4c1dd2.addTo(map_8ab8066b02df3f5c2506f55bf21d0e7f);
|
|
|
|
</script>
|
|
</html> |