mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 06:45:18 +00:00
10487 lines
305 KiB
HTML
10487 lines
305 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_3bd77230a76b57ac164edb7fbe2d3e53 {
|
|
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_3bd77230a76b57ac164edb7fbe2d3e53" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_3bd77230a76b57ac164edb7fbe2d3e53 = L.map(
|
|
"map_3bd77230a76b57ac164edb7fbe2d3e53",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_f6bac2e26c6cc5e1a3e310942903320e = 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_f6bac2e26c6cc5e1a3e310942903320e.addTo(map_3bd77230a76b57ac164edb7fbe2d3e53);
|
|
|
|
|
|
var marker_cluster_35a3adfc9528fdb39e9d4849cd2645de = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_14347e341c880122b410daacd0a19222 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_b2c4464752358c9908ddb2b2c8d11db2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93c116f319323b8c81c285945b51c9bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34aace269a0eef7d2d772888f22a4b63 = $(`<div id="html_34aace269a0eef7d2d772888f22a4b63" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_93c116f319323b8c81c285945b51c9bf.setContent(html_34aace269a0eef7d2d772888f22a4b63);
|
|
|
|
|
|
|
|
marker_14347e341c880122b410daacd0a19222.bindPopup(popup_93c116f319323b8c81c285945b51c9bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14347e341c880122b410daacd0a19222.setIcon(icon_b2c4464752358c9908ddb2b2c8d11db2);
|
|
|
|
|
|
var marker_4692d3d83190ca8e4085f2752e8d622e = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_d7d1f159a8903f76cc22ccd614f1e55a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5656e77da8c8a6b8a2be9b21a6b7fc5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8c91138908a089bfac15a1a2673f8fc = $(`<div id="html_a8c91138908a089bfac15a1a2673f8fc" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_f5656e77da8c8a6b8a2be9b21a6b7fc5.setContent(html_a8c91138908a089bfac15a1a2673f8fc);
|
|
|
|
|
|
|
|
marker_4692d3d83190ca8e4085f2752e8d622e.bindPopup(popup_f5656e77da8c8a6b8a2be9b21a6b7fc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4692d3d83190ca8e4085f2752e8d622e.setIcon(icon_d7d1f159a8903f76cc22ccd614f1e55a);
|
|
|
|
|
|
var marker_3059196d9020f1084ea9fb6d93fde4b2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_852988531a0ca8836aee081545abc797 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5969641be827bf5ab0fe33d2a39868c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85ad98ae9a0f1ae488dab75b8634723b = $(`<div id="html_85ad98ae9a0f1ae488dab75b8634723b" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_5969641be827bf5ab0fe33d2a39868c1.setContent(html_85ad98ae9a0f1ae488dab75b8634723b);
|
|
|
|
|
|
|
|
marker_3059196d9020f1084ea9fb6d93fde4b2.bindPopup(popup_5969641be827bf5ab0fe33d2a39868c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3059196d9020f1084ea9fb6d93fde4b2.setIcon(icon_852988531a0ca8836aee081545abc797);
|
|
|
|
|
|
var marker_09de59506eac2a040cf1b69b78e353b7 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_2d9fcb9e8d1348c10dad6c6944859a91 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61e609d20fba21719ac78dc651378a1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_553aeed7e1ed6c408e80a47986c7b6bb = $(`<div id="html_553aeed7e1ed6c408e80a47986c7b6bb" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_61e609d20fba21719ac78dc651378a1c.setContent(html_553aeed7e1ed6c408e80a47986c7b6bb);
|
|
|
|
|
|
|
|
marker_09de59506eac2a040cf1b69b78e353b7.bindPopup(popup_61e609d20fba21719ac78dc651378a1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09de59506eac2a040cf1b69b78e353b7.setIcon(icon_2d9fcb9e8d1348c10dad6c6944859a91);
|
|
|
|
|
|
var marker_3b4b8f5d911d371eb2786f6a4d438dfd = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_2e84f434d1098ff37e525bdb0540cec1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_893307c2c0cd574121c80288ce5d48ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cee67eb1cc1b3e8485c6039776e8997a = $(`<div id="html_cee67eb1cc1b3e8485c6039776e8997a" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_893307c2c0cd574121c80288ce5d48ee.setContent(html_cee67eb1cc1b3e8485c6039776e8997a);
|
|
|
|
|
|
|
|
marker_3b4b8f5d911d371eb2786f6a4d438dfd.bindPopup(popup_893307c2c0cd574121c80288ce5d48ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b4b8f5d911d371eb2786f6a4d438dfd.setIcon(icon_2e84f434d1098ff37e525bdb0540cec1);
|
|
|
|
|
|
var marker_f52f6caac8f1210077faa80d943c30b3 = L.marker(
|
|
[34.282, -118.439],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_c9b29b61f2c127ea8024e2a9a023f6d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eea4e90bfe26c849fd56f93f89f631be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f91878b71e738bec26d213baab4dc09 = $(`<div id="html_1f91878b71e738bec26d213baab4dc09" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_eea4e90bfe26c849fd56f93f89f631be.setContent(html_1f91878b71e738bec26d213baab4dc09);
|
|
|
|
|
|
|
|
marker_f52f6caac8f1210077faa80d943c30b3.bindPopup(popup_eea4e90bfe26c849fd56f93f89f631be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f52f6caac8f1210077faa80d943c30b3.setIcon(icon_c9b29b61f2c127ea8024e2a9a023f6d3);
|
|
|
|
|
|
var marker_4107e85c49b3eda866eb2bb97eec606f = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_c87768912c5477c9b43139a79e4b36fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aefd8b6b414cf44c19566b0c52a3fbdd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fdee8f0f6835e80e7cd77837b9f329a4 = $(`<div id="html_fdee8f0f6835e80e7cd77837b9f329a4" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_aefd8b6b414cf44c19566b0c52a3fbdd.setContent(html_fdee8f0f6835e80e7cd77837b9f329a4);
|
|
|
|
|
|
|
|
marker_4107e85c49b3eda866eb2bb97eec606f.bindPopup(popup_aefd8b6b414cf44c19566b0c52a3fbdd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4107e85c49b3eda866eb2bb97eec606f.setIcon(icon_c87768912c5477c9b43139a79e4b36fd);
|
|
|
|
|
|
var marker_695b16f94b0043424b4761c818bef678 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_a17269cc03422b246876d581b4012686 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2ddde7d3f6afe4e510f9f66fb3746bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c7d534de87b264de6dda579eefc4709 = $(`<div id="html_3c7d534de87b264de6dda579eefc4709" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_b2ddde7d3f6afe4e510f9f66fb3746bb.setContent(html_3c7d534de87b264de6dda579eefc4709);
|
|
|
|
|
|
|
|
marker_695b16f94b0043424b4761c818bef678.bindPopup(popup_b2ddde7d3f6afe4e510f9f66fb3746bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_695b16f94b0043424b4761c818bef678.setIcon(icon_a17269cc03422b246876d581b4012686);
|
|
|
|
|
|
var marker_1e6ff7b5a362a6d256a5d0e7a571521b = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_858f0c19acc83bce970257d2f92e4f07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac730168dbd450a0bbffa8e29aaa8327 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21b64fd929551dfb8666fb8eae27a85b = $(`<div id="html_21b64fd929551dfb8666fb8eae27a85b" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_ac730168dbd450a0bbffa8e29aaa8327.setContent(html_21b64fd929551dfb8666fb8eae27a85b);
|
|
|
|
|
|
|
|
marker_1e6ff7b5a362a6d256a5d0e7a571521b.bindPopup(popup_ac730168dbd450a0bbffa8e29aaa8327)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e6ff7b5a362a6d256a5d0e7a571521b.setIcon(icon_858f0c19acc83bce970257d2f92e4f07);
|
|
|
|
|
|
var marker_0bff08e1a9832d313b25dd2915c62871 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_13d5951a55bdca90d9283bb6cbad72dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6858cd8c8ad398da86851a090c03bd3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a638d3bd5d8261ad54e9cc15d867db89 = $(`<div id="html_a638d3bd5d8261ad54e9cc15d867db89" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_6858cd8c8ad398da86851a090c03bd3d.setContent(html_a638d3bd5d8261ad54e9cc15d867db89);
|
|
|
|
|
|
|
|
marker_0bff08e1a9832d313b25dd2915c62871.bindPopup(popup_6858cd8c8ad398da86851a090c03bd3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0bff08e1a9832d313b25dd2915c62871.setIcon(icon_13d5951a55bdca90d9283bb6cbad72dc);
|
|
|
|
|
|
var marker_a06a7478115b92d881a17db1b4ff4084 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_b0d2f2f4afbb119ce20cd5e36b62a498 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19a8902bfedb5587efdfaa1afd81b9f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0be666a1a4edf30a676aa681e78fd6ee = $(`<div id="html_0be666a1a4edf30a676aa681e78fd6ee" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_19a8902bfedb5587efdfaa1afd81b9f0.setContent(html_0be666a1a4edf30a676aa681e78fd6ee);
|
|
|
|
|
|
|
|
marker_a06a7478115b92d881a17db1b4ff4084.bindPopup(popup_19a8902bfedb5587efdfaa1afd81b9f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a06a7478115b92d881a17db1b4ff4084.setIcon(icon_b0d2f2f4afbb119ce20cd5e36b62a498);
|
|
|
|
|
|
var marker_9724a70e9c7c449d98c3494e5fe83b53 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_b4db9dc96cfcf6abd12c6ebd0df1d97b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df3a4926fcd5bf00206f72f4cf996303 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bb10dfce38f897ad32766cdc35077fe = $(`<div id="html_1bb10dfce38f897ad32766cdc35077fe" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_df3a4926fcd5bf00206f72f4cf996303.setContent(html_1bb10dfce38f897ad32766cdc35077fe);
|
|
|
|
|
|
|
|
marker_9724a70e9c7c449d98c3494e5fe83b53.bindPopup(popup_df3a4926fcd5bf00206f72f4cf996303)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9724a70e9c7c449d98c3494e5fe83b53.setIcon(icon_b4db9dc96cfcf6abd12c6ebd0df1d97b);
|
|
|
|
|
|
var marker_501b497afef233048e399bbc1304ade6 = L.marker(
|
|
[24.1469, 120.684],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_0b55fdd6353e68e4e818b59f845e3dfa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_300d9b74fa03a006ea75c4e7686ebedb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61a933edca181439d7a53a5ed882dc49 = $(`<div id="html_61a933edca181439d7a53a5ed882dc49" style="width: 100.0%; height: 100.0%;">nostr.camalolo.com</div>`)[0];
|
|
popup_300d9b74fa03a006ea75c4e7686ebedb.setContent(html_61a933edca181439d7a53a5ed882dc49);
|
|
|
|
|
|
|
|
marker_501b497afef233048e399bbc1304ade6.bindPopup(popup_300d9b74fa03a006ea75c4e7686ebedb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_501b497afef233048e399bbc1304ade6.setIcon(icon_0b55fdd6353e68e4e818b59f845e3dfa);
|
|
|
|
|
|
var marker_d44a5823fa9b9bdaaa36358e25ff037a = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_e95c856349b9ddd19227d1ad342d9440 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce97da1c8fed415a2f7cebc458ef726c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a077bdca6f5ed0a117d837926e2e40fe = $(`<div id="html_a077bdca6f5ed0a117d837926e2e40fe" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_ce97da1c8fed415a2f7cebc458ef726c.setContent(html_a077bdca6f5ed0a117d837926e2e40fe);
|
|
|
|
|
|
|
|
marker_d44a5823fa9b9bdaaa36358e25ff037a.bindPopup(popup_ce97da1c8fed415a2f7cebc458ef726c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d44a5823fa9b9bdaaa36358e25ff037a.setIcon(icon_e95c856349b9ddd19227d1ad342d9440);
|
|
|
|
|
|
var marker_8af11356bb6ba8ca8d7d2643bf0c144b = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_6443dd96399cd2f37b983ecd52c66015 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60690789afcf8a1ee30fa64ca69110a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_628aaa90f40cd58bfcf1c5c9ab7231a5 = $(`<div id="html_628aaa90f40cd58bfcf1c5c9ab7231a5" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_60690789afcf8a1ee30fa64ca69110a7.setContent(html_628aaa90f40cd58bfcf1c5c9ab7231a5);
|
|
|
|
|
|
|
|
marker_8af11356bb6ba8ca8d7d2643bf0c144b.bindPopup(popup_60690789afcf8a1ee30fa64ca69110a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8af11356bb6ba8ca8d7d2643bf0c144b.setIcon(icon_6443dd96399cd2f37b983ecd52c66015);
|
|
|
|
|
|
var marker_f2b5abd61f65c4491a05c0d44635057a = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_00f81c31058c9837fcdefbee84fa9206 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55b3dd126c36110e064698be43ae0844 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_109ad877cfb998471e902921a7dd8158 = $(`<div id="html_109ad877cfb998471e902921a7dd8158" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_55b3dd126c36110e064698be43ae0844.setContent(html_109ad877cfb998471e902921a7dd8158);
|
|
|
|
|
|
|
|
marker_f2b5abd61f65c4491a05c0d44635057a.bindPopup(popup_55b3dd126c36110e064698be43ae0844)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2b5abd61f65c4491a05c0d44635057a.setIcon(icon_00f81c31058c9837fcdefbee84fa9206);
|
|
|
|
|
|
var marker_8f4786840e20bfb39e9a27a6cba70597 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_05823294fdf6b14139dfaf6a05a10448 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_846039e7b88f5757203d66b887ce20bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a34cfbe9b1e826aee2f8f619c36b778 = $(`<div id="html_5a34cfbe9b1e826aee2f8f619c36b778" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_846039e7b88f5757203d66b887ce20bc.setContent(html_5a34cfbe9b1e826aee2f8f619c36b778);
|
|
|
|
|
|
|
|
marker_8f4786840e20bfb39e9a27a6cba70597.bindPopup(popup_846039e7b88f5757203d66b887ce20bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f4786840e20bfb39e9a27a6cba70597.setIcon(icon_05823294fdf6b14139dfaf6a05a10448);
|
|
|
|
|
|
var marker_2378ac45050608046f07369040460695 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_d51780e745d398430383dd9ea8b3e75f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_540726f6fc59c2529822300ce4f404ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25ed66a4c775c3f58ee410e7cfcdea94 = $(`<div id="html_25ed66a4c775c3f58ee410e7cfcdea94" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_540726f6fc59c2529822300ce4f404ee.setContent(html_25ed66a4c775c3f58ee410e7cfcdea94);
|
|
|
|
|
|
|
|
marker_2378ac45050608046f07369040460695.bindPopup(popup_540726f6fc59c2529822300ce4f404ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2378ac45050608046f07369040460695.setIcon(icon_d51780e745d398430383dd9ea8b3e75f);
|
|
|
|
|
|
var marker_9e99f0b6c601775652687a8e70f94431 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_0a8bcaffd35b8c869bdde88f71f279c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c334f8396e7edcc37ffe65f2426b5c10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2c4e6dd6906113747f2ec877fb01173 = $(`<div id="html_a2c4e6dd6906113747f2ec877fb01173" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_c334f8396e7edcc37ffe65f2426b5c10.setContent(html_a2c4e6dd6906113747f2ec877fb01173);
|
|
|
|
|
|
|
|
marker_9e99f0b6c601775652687a8e70f94431.bindPopup(popup_c334f8396e7edcc37ffe65f2426b5c10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e99f0b6c601775652687a8e70f94431.setIcon(icon_0a8bcaffd35b8c869bdde88f71f279c7);
|
|
|
|
|
|
var marker_49c5c8a6c464df4c730cf7cacb6ad4c7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_fa87ac0cfc5f5e52137cafa4f0f89c56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5f75be64094996b0c1237b4f0957064 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a2c2bc9b07d060b7e522b8529e08016 = $(`<div id="html_3a2c2bc9b07d060b7e522b8529e08016" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_c5f75be64094996b0c1237b4f0957064.setContent(html_3a2c2bc9b07d060b7e522b8529e08016);
|
|
|
|
|
|
|
|
marker_49c5c8a6c464df4c730cf7cacb6ad4c7.bindPopup(popup_c5f75be64094996b0c1237b4f0957064)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49c5c8a6c464df4c730cf7cacb6ad4c7.setIcon(icon_fa87ac0cfc5f5e52137cafa4f0f89c56);
|
|
|
|
|
|
var marker_8dc69b69fb69bd18c89f951282e6f526 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_dd9dfbeb08b4d513aff8a3ed9b9716b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db8cedb7cfbc9ef394ef01e1917ead3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c4aa3b9458d0714d8fa297b1417d44b = $(`<div id="html_7c4aa3b9458d0714d8fa297b1417d44b" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_db8cedb7cfbc9ef394ef01e1917ead3a.setContent(html_7c4aa3b9458d0714d8fa297b1417d44b);
|
|
|
|
|
|
|
|
marker_8dc69b69fb69bd18c89f951282e6f526.bindPopup(popup_db8cedb7cfbc9ef394ef01e1917ead3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8dc69b69fb69bd18c89f951282e6f526.setIcon(icon_dd9dfbeb08b4d513aff8a3ed9b9716b9);
|
|
|
|
|
|
var marker_abbba2abb8ff53fabf4d22a30365d401 = L.marker(
|
|
[39.048, -77.4817],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_ab0895e883c1557db6bf52fa4a36449d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a199ff64aa1b364bb0f78e3a1108e626 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_096b2586276d2b8e49de9a9d26c268d3 = $(`<div id="html_096b2586276d2b8e49de9a9d26c268d3" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_a199ff64aa1b364bb0f78e3a1108e626.setContent(html_096b2586276d2b8e49de9a9d26c268d3);
|
|
|
|
|
|
|
|
marker_abbba2abb8ff53fabf4d22a30365d401.bindPopup(popup_a199ff64aa1b364bb0f78e3a1108e626)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abbba2abb8ff53fabf4d22a30365d401.setIcon(icon_ab0895e883c1557db6bf52fa4a36449d);
|
|
|
|
|
|
var marker_870def500dd7e9d9e7a13438bafc1523 = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_b2c6b34ba409b063030dc3b2b2eec04a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8075c1e2a2ee3c4cc432da9a5008f47e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04eff1a6940be622c053b5317d7299df = $(`<div id="html_04eff1a6940be622c053b5317d7299df" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_8075c1e2a2ee3c4cc432da9a5008f47e.setContent(html_04eff1a6940be622c053b5317d7299df);
|
|
|
|
|
|
|
|
marker_870def500dd7e9d9e7a13438bafc1523.bindPopup(popup_8075c1e2a2ee3c4cc432da9a5008f47e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_870def500dd7e9d9e7a13438bafc1523.setIcon(icon_b2c6b34ba409b063030dc3b2b2eec04a);
|
|
|
|
|
|
var marker_49dd79e884807050bb5b5ca2e0c05b73 = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_a6d199561069855ec13e2d6b4e52286d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_476931f6446b65b2d4cd1fa52cf2e9a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a02a9663ddd10c145f3346ba176c9e1b = $(`<div id="html_a02a9663ddd10c145f3346ba176c9e1b" style="width: 100.0%; height: 100.0%;">nostr.bilthon.dev</div>`)[0];
|
|
popup_476931f6446b65b2d4cd1fa52cf2e9a9.setContent(html_a02a9663ddd10c145f3346ba176c9e1b);
|
|
|
|
|
|
|
|
marker_49dd79e884807050bb5b5ca2e0c05b73.bindPopup(popup_476931f6446b65b2d4cd1fa52cf2e9a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49dd79e884807050bb5b5ca2e0c05b73.setIcon(icon_a6d199561069855ec13e2d6b4e52286d);
|
|
|
|
|
|
var marker_7498c13f56eb4d2e60caf9044ca3bd85 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_b4b590476980148b944d5ece80ffd98b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7529e922b5433f7156fad08155406a75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb5e7e26a339b5496916015bd7ae422a = $(`<div id="html_eb5e7e26a339b5496916015bd7ae422a" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_7529e922b5433f7156fad08155406a75.setContent(html_eb5e7e26a339b5496916015bd7ae422a);
|
|
|
|
|
|
|
|
marker_7498c13f56eb4d2e60caf9044ca3bd85.bindPopup(popup_7529e922b5433f7156fad08155406a75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7498c13f56eb4d2e60caf9044ca3bd85.setIcon(icon_b4b590476980148b944d5ece80ffd98b);
|
|
|
|
|
|
var marker_352fa44db77d44fa06fb201d8c97af5d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_df1e21afa8e389d2e9ad8f6ecabf90dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9616d6558019e65614264ae433dacb5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02796f4a61be0a84d362c40e35470cf1 = $(`<div id="html_02796f4a61be0a84d362c40e35470cf1" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_f9616d6558019e65614264ae433dacb5.setContent(html_02796f4a61be0a84d362c40e35470cf1);
|
|
|
|
|
|
|
|
marker_352fa44db77d44fa06fb201d8c97af5d.bindPopup(popup_f9616d6558019e65614264ae433dacb5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_352fa44db77d44fa06fb201d8c97af5d.setIcon(icon_df1e21afa8e389d2e9ad8f6ecabf90dd);
|
|
|
|
|
|
var marker_83d60d30cd073019856e0ccac7104e80 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_ce2bbe4b2bf3e16b8aa5bcf36028842d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5418dcafc89d47e2e5ad3178a6b5f92c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0cbfd6e60c395c5a9d5c599d5a808f4a = $(`<div id="html_0cbfd6e60c395c5a9d5c599d5a808f4a" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_5418dcafc89d47e2e5ad3178a6b5f92c.setContent(html_0cbfd6e60c395c5a9d5c599d5a808f4a);
|
|
|
|
|
|
|
|
marker_83d60d30cd073019856e0ccac7104e80.bindPopup(popup_5418dcafc89d47e2e5ad3178a6b5f92c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83d60d30cd073019856e0ccac7104e80.setIcon(icon_ce2bbe4b2bf3e16b8aa5bcf36028842d);
|
|
|
|
|
|
var marker_cb8f1ccb698db99e7e2a2b57e6ec572f = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_ef189cb159a1359feee4e76244f1a166 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_853f69179449f0e7ba9049b8d790165e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70b29ec62b023926e329a1f37dfccb64 = $(`<div id="html_70b29ec62b023926e329a1f37dfccb64" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_853f69179449f0e7ba9049b8d790165e.setContent(html_70b29ec62b023926e329a1f37dfccb64);
|
|
|
|
|
|
|
|
marker_cb8f1ccb698db99e7e2a2b57e6ec572f.bindPopup(popup_853f69179449f0e7ba9049b8d790165e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb8f1ccb698db99e7e2a2b57e6ec572f.setIcon(icon_ef189cb159a1359feee4e76244f1a166);
|
|
|
|
|
|
var marker_8317e922ddc2263c2f1814c7da125ae1 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_b3355eac2ea543a7cb4a14a47f92db73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb82b370c434db652f5f41d1677d0aeb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf7eec600cc5ce7bf590c3881794b926 = $(`<div id="html_cf7eec600cc5ce7bf590c3881794b926" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_bb82b370c434db652f5f41d1677d0aeb.setContent(html_cf7eec600cc5ce7bf590c3881794b926);
|
|
|
|
|
|
|
|
marker_8317e922ddc2263c2f1814c7da125ae1.bindPopup(popup_bb82b370c434db652f5f41d1677d0aeb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8317e922ddc2263c2f1814c7da125ae1.setIcon(icon_b3355eac2ea543a7cb4a14a47f92db73);
|
|
|
|
|
|
var marker_95de15a567172a16974695ec721d9038 = L.marker(
|
|
[52.6467, 4.7395],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_ec89093088d9b5cee9154716ddd1fd6f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ce144ed8015d9a88816433459d882c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92b6ddc393c25e0073533c53b70766b5 = $(`<div id="html_92b6ddc393c25e0073533c53b70766b5" style="width: 100.0%; height: 100.0%;">relay.nostr.vet</div>`)[0];
|
|
popup_0ce144ed8015d9a88816433459d882c0.setContent(html_92b6ddc393c25e0073533c53b70766b5);
|
|
|
|
|
|
|
|
marker_95de15a567172a16974695ec721d9038.bindPopup(popup_0ce144ed8015d9a88816433459d882c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95de15a567172a16974695ec721d9038.setIcon(icon_ec89093088d9b5cee9154716ddd1fd6f);
|
|
|
|
|
|
var marker_892f5fe8fc05b86bcc3887dda0db8828 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_6935232a4d99dc6f42b6d4b0f68e2265 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de78078d720c89cd01fc3f2537b5e9f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c281a6a59d8cde20929fbf6729ea200 = $(`<div id="html_6c281a6a59d8cde20929fbf6729ea200" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_de78078d720c89cd01fc3f2537b5e9f9.setContent(html_6c281a6a59d8cde20929fbf6729ea200);
|
|
|
|
|
|
|
|
marker_892f5fe8fc05b86bcc3887dda0db8828.bindPopup(popup_de78078d720c89cd01fc3f2537b5e9f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_892f5fe8fc05b86bcc3887dda0db8828.setIcon(icon_6935232a4d99dc6f42b6d4b0f68e2265);
|
|
|
|
|
|
var marker_90827c209e86c5a83c93fd2d62c44625 = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_7b31a42f9b7c0d2b4a7ce8bd3da60cfc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c4bfa5c4064c58d76b9d9a06609ad6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa4627d7f9f5cf9d218fba05624d16f0 = $(`<div id="html_aa4627d7f9f5cf9d218fba05624d16f0" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_6c4bfa5c4064c58d76b9d9a06609ad6b.setContent(html_aa4627d7f9f5cf9d218fba05624d16f0);
|
|
|
|
|
|
|
|
marker_90827c209e86c5a83c93fd2d62c44625.bindPopup(popup_6c4bfa5c4064c58d76b9d9a06609ad6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90827c209e86c5a83c93fd2d62c44625.setIcon(icon_7b31a42f9b7c0d2b4a7ce8bd3da60cfc);
|
|
|
|
|
|
var marker_96fb07ba110cde055212323880c7219b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_39fbd8da70cfa7f298916245f3c09558 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47086d6eb9bddb0e620ef65cdf85aabf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98c65a37481c51c6de22677de55d1188 = $(`<div id="html_98c65a37481c51c6de22677de55d1188" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_47086d6eb9bddb0e620ef65cdf85aabf.setContent(html_98c65a37481c51c6de22677de55d1188);
|
|
|
|
|
|
|
|
marker_96fb07ba110cde055212323880c7219b.bindPopup(popup_47086d6eb9bddb0e620ef65cdf85aabf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96fb07ba110cde055212323880c7219b.setIcon(icon_39fbd8da70cfa7f298916245f3c09558);
|
|
|
|
|
|
var marker_e8b807f963c25a5ab9f4aba81f899d6d = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_e7d02b9a210dc126ecdb4c7160431063 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b35035e1bc3980ffbb0613b37dd5b14d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_673841d6183a21fb607a5931b88e9d3d = $(`<div id="html_673841d6183a21fb607a5931b88e9d3d" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_b35035e1bc3980ffbb0613b37dd5b14d.setContent(html_673841d6183a21fb607a5931b88e9d3d);
|
|
|
|
|
|
|
|
marker_e8b807f963c25a5ab9f4aba81f899d6d.bindPopup(popup_b35035e1bc3980ffbb0613b37dd5b14d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8b807f963c25a5ab9f4aba81f899d6d.setIcon(icon_e7d02b9a210dc126ecdb4c7160431063);
|
|
|
|
|
|
var marker_89d434722c1996be8cbd390370ae06cb = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_400236de057c3a4c1d0e70afee6793a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a6e8c8784d0b26d4e96586e40088476 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60602b351d26ee393cf235bf524a31e9 = $(`<div id="html_60602b351d26ee393cf235bf524a31e9" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_8a6e8c8784d0b26d4e96586e40088476.setContent(html_60602b351d26ee393cf235bf524a31e9);
|
|
|
|
|
|
|
|
marker_89d434722c1996be8cbd390370ae06cb.bindPopup(popup_8a6e8c8784d0b26d4e96586e40088476)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89d434722c1996be8cbd390370ae06cb.setIcon(icon_400236de057c3a4c1d0e70afee6793a5);
|
|
|
|
|
|
var marker_726fd3e68cc8474413f761c2544e16f7 = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_d7c9c102012607f6ca44e6c838b4a5d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_313a7df7248cea21b60a0bdd89c564ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89259ad7fb016ba0523d81a93812244a = $(`<div id="html_89259ad7fb016ba0523d81a93812244a" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_313a7df7248cea21b60a0bdd89c564ba.setContent(html_89259ad7fb016ba0523d81a93812244a);
|
|
|
|
|
|
|
|
marker_726fd3e68cc8474413f761c2544e16f7.bindPopup(popup_313a7df7248cea21b60a0bdd89c564ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_726fd3e68cc8474413f761c2544e16f7.setIcon(icon_d7c9c102012607f6ca44e6c838b4a5d8);
|
|
|
|
|
|
var marker_1cfc0ab47479ed1f1a097015d24e1ef9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_7fd3f14c515f3790dd17cccbcf7c0d6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f757cd1c27e995cefb16e58e6c5f7105 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8449095d823426aff7005e6ab39e76f7 = $(`<div id="html_8449095d823426aff7005e6ab39e76f7" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_f757cd1c27e995cefb16e58e6c5f7105.setContent(html_8449095d823426aff7005e6ab39e76f7);
|
|
|
|
|
|
|
|
marker_1cfc0ab47479ed1f1a097015d24e1ef9.bindPopup(popup_f757cd1c27e995cefb16e58e6c5f7105)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1cfc0ab47479ed1f1a097015d24e1ef9.setIcon(icon_7fd3f14c515f3790dd17cccbcf7c0d6d);
|
|
|
|
|
|
var marker_a041352bb2faf2a586fafabf170a676a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_808c74c5dff2827a0a9d2c7bc4ba1709 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81a4c6683edd287d3ad5c377b14dfff9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aeec65717ee4dddcfec574ba52463c3d = $(`<div id="html_aeec65717ee4dddcfec574ba52463c3d" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_81a4c6683edd287d3ad5c377b14dfff9.setContent(html_aeec65717ee4dddcfec574ba52463c3d);
|
|
|
|
|
|
|
|
marker_a041352bb2faf2a586fafabf170a676a.bindPopup(popup_81a4c6683edd287d3ad5c377b14dfff9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a041352bb2faf2a586fafabf170a676a.setIcon(icon_808c74c5dff2827a0a9d2c7bc4ba1709);
|
|
|
|
|
|
var marker_e77870225ec1a37f0b99d778b08ab14e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_cda5221a3c000ebcaf3d306bd69af13e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23ed2701b6fe3f4bb0c8ea6e2b777738 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bcbf4805faec38dcfbb76534cf1b7cd = $(`<div id="html_8bcbf4805faec38dcfbb76534cf1b7cd" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_23ed2701b6fe3f4bb0c8ea6e2b777738.setContent(html_8bcbf4805faec38dcfbb76534cf1b7cd);
|
|
|
|
|
|
|
|
marker_e77870225ec1a37f0b99d778b08ab14e.bindPopup(popup_23ed2701b6fe3f4bb0c8ea6e2b777738)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e77870225ec1a37f0b99d778b08ab14e.setIcon(icon_cda5221a3c000ebcaf3d306bd69af13e);
|
|
|
|
|
|
var marker_da8ba344d2cc8280ee9662c42b6a2841 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_d27e28f8d02eadd6dc23d7bf2d837a4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88b90f2fb9430fdebbc6eddc7cf73d99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcde335d9ffb5a8a0062632945e6c876 = $(`<div id="html_fcde335d9ffb5a8a0062632945e6c876" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_88b90f2fb9430fdebbc6eddc7cf73d99.setContent(html_fcde335d9ffb5a8a0062632945e6c876);
|
|
|
|
|
|
|
|
marker_da8ba344d2cc8280ee9662c42b6a2841.bindPopup(popup_88b90f2fb9430fdebbc6eddc7cf73d99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da8ba344d2cc8280ee9662c42b6a2841.setIcon(icon_d27e28f8d02eadd6dc23d7bf2d837a4a);
|
|
|
|
|
|
var marker_6e724914e5514a7e4b0ce180a49693bf = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_4b179400042f8326d1b37fcb4bd732df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b9196fc4214b8caeeb51f83ec88236f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55a5d4aa92c536a43edbe6aaff766874 = $(`<div id="html_55a5d4aa92c536a43edbe6aaff766874" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_9b9196fc4214b8caeeb51f83ec88236f.setContent(html_55a5d4aa92c536a43edbe6aaff766874);
|
|
|
|
|
|
|
|
marker_6e724914e5514a7e4b0ce180a49693bf.bindPopup(popup_9b9196fc4214b8caeeb51f83ec88236f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e724914e5514a7e4b0ce180a49693bf.setIcon(icon_4b179400042f8326d1b37fcb4bd732df);
|
|
|
|
|
|
var marker_3e8ba855ec2684703bad55b22d591cb7 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_8f9d85b88a28b0685ab73daf9992f40f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea13e6b866cebb2f5d84b61b43e1d751 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_929db655694cf57e1d5f6d34ae7615ba = $(`<div id="html_929db655694cf57e1d5f6d34ae7615ba" style="width: 100.0%; height: 100.0%;">nostream.breadslice.com</div>`)[0];
|
|
popup_ea13e6b866cebb2f5d84b61b43e1d751.setContent(html_929db655694cf57e1d5f6d34ae7615ba);
|
|
|
|
|
|
|
|
marker_3e8ba855ec2684703bad55b22d591cb7.bindPopup(popup_ea13e6b866cebb2f5d84b61b43e1d751)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e8ba855ec2684703bad55b22d591cb7.setIcon(icon_8f9d85b88a28b0685ab73daf9992f40f);
|
|
|
|
|
|
var marker_3f778b81722fc031aef70bc8d9489ec4 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_34b225e83eaea7be437c9263b8f443a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5625fbaba8330369e49e8e90cf79c801 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_334ad1116dce90669f048eb9271541bb = $(`<div id="html_334ad1116dce90669f048eb9271541bb" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_5625fbaba8330369e49e8e90cf79c801.setContent(html_334ad1116dce90669f048eb9271541bb);
|
|
|
|
|
|
|
|
marker_3f778b81722fc031aef70bc8d9489ec4.bindPopup(popup_5625fbaba8330369e49e8e90cf79c801)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f778b81722fc031aef70bc8d9489ec4.setIcon(icon_34b225e83eaea7be437c9263b8f443a4);
|
|
|
|
|
|
var marker_bbd2bd08c572ae2cf8c5c3fd13ce7b22 = L.marker(
|
|
[25.2604, 55.2989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_b7a0b5c745bed1fb6eff00d59f78c9fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a4617c7646fb91c9666eb6f12023fd0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7bc9c8caf987c9b69eb22531a6616a20 = $(`<div id="html_7bc9c8caf987c9b69eb22531a6616a20" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_2a4617c7646fb91c9666eb6f12023fd0.setContent(html_7bc9c8caf987c9b69eb22531a6616a20);
|
|
|
|
|
|
|
|
marker_bbd2bd08c572ae2cf8c5c3fd13ce7b22.bindPopup(popup_2a4617c7646fb91c9666eb6f12023fd0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bbd2bd08c572ae2cf8c5c3fd13ce7b22.setIcon(icon_b7a0b5c745bed1fb6eff00d59f78c9fe);
|
|
|
|
|
|
var marker_d2ab9062eb03b1b8f41882077a6296f4 = L.marker(
|
|
[13.9178, 100.424],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_bf2ac1fbb44c73437d73dedc59998aad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7267b8eee4b6844f136a3c529891eb8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_932a882678a9ae708ad001342af6ebaf = $(`<div id="html_932a882678a9ae708ad001342af6ebaf" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_e7267b8eee4b6844f136a3c529891eb8.setContent(html_932a882678a9ae708ad001342af6ebaf);
|
|
|
|
|
|
|
|
marker_d2ab9062eb03b1b8f41882077a6296f4.bindPopup(popup_e7267b8eee4b6844f136a3c529891eb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2ab9062eb03b1b8f41882077a6296f4.setIcon(icon_bf2ac1fbb44c73437d73dedc59998aad);
|
|
|
|
|
|
var marker_b78730f75f124c908a6bb41d40ed4ae0 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_be9f05630a0f223eb191a7131aa8b8a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ae553f00e46fb27690c42a66cb9e953 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38a77399b5cf01f38153f3a23f53c282 = $(`<div id="html_38a77399b5cf01f38153f3a23f53c282" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_2ae553f00e46fb27690c42a66cb9e953.setContent(html_38a77399b5cf01f38153f3a23f53c282);
|
|
|
|
|
|
|
|
marker_b78730f75f124c908a6bb41d40ed4ae0.bindPopup(popup_2ae553f00e46fb27690c42a66cb9e953)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b78730f75f124c908a6bb41d40ed4ae0.setIcon(icon_be9f05630a0f223eb191a7131aa8b8a3);
|
|
|
|
|
|
var marker_24824648caa1a95c1578eb82cfdcef78 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_f3d3d3b3d73185d0c3758fe45e448aae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e66cc76afee881dff6da8b781cebbed7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b95ab3902f317fdf2c3a60c3f3b828e = $(`<div id="html_3b95ab3902f317fdf2c3a60c3f3b828e" style="width: 100.0%; height: 100.0%;">relay.bitcoinveneto.org</div>`)[0];
|
|
popup_e66cc76afee881dff6da8b781cebbed7.setContent(html_3b95ab3902f317fdf2c3a60c3f3b828e);
|
|
|
|
|
|
|
|
marker_24824648caa1a95c1578eb82cfdcef78.bindPopup(popup_e66cc76afee881dff6da8b781cebbed7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24824648caa1a95c1578eb82cfdcef78.setIcon(icon_f3d3d3b3d73185d0c3758fe45e448aae);
|
|
|
|
|
|
var marker_f372d04c4d0a6b4308dc1eb37c91f0aa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_feecc1bb3f6f1541b670210bf83cd231 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fab20abcb19c6506baf78b3b2296ff14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08a624ebd9e96466c611804431b10a17 = $(`<div id="html_08a624ebd9e96466c611804431b10a17" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_fab20abcb19c6506baf78b3b2296ff14.setContent(html_08a624ebd9e96466c611804431b10a17);
|
|
|
|
|
|
|
|
marker_f372d04c4d0a6b4308dc1eb37c91f0aa.bindPopup(popup_fab20abcb19c6506baf78b3b2296ff14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f372d04c4d0a6b4308dc1eb37c91f0aa.setIcon(icon_feecc1bb3f6f1541b670210bf83cd231);
|
|
|
|
|
|
var marker_a8f7e54493bafd842bf7aa219c5b718b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_49f2414d48f7618ff9f6027b0a7dbb28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cae9cccdaa5a71b7e3d6b38e295e72e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66b40bb26330430247f665b2a28b60e3 = $(`<div id="html_66b40bb26330430247f665b2a28b60e3" style="width: 100.0%; height: 100.0%;">relayb.uid.ovh</div>`)[0];
|
|
popup_0cae9cccdaa5a71b7e3d6b38e295e72e.setContent(html_66b40bb26330430247f665b2a28b60e3);
|
|
|
|
|
|
|
|
marker_a8f7e54493bafd842bf7aa219c5b718b.bindPopup(popup_0cae9cccdaa5a71b7e3d6b38e295e72e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8f7e54493bafd842bf7aa219c5b718b.setIcon(icon_49f2414d48f7618ff9f6027b0a7dbb28);
|
|
|
|
|
|
var marker_737c17c51e41a0306c88b0b1672f82e3 = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_d8c2e05ff5803aece3c7ceb1e7626421 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_744e0015ef401ba41af2fba16da5f3a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17dd24325b0c892431623400214d9112 = $(`<div id="html_17dd24325b0c892431623400214d9112" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_744e0015ef401ba41af2fba16da5f3a5.setContent(html_17dd24325b0c892431623400214d9112);
|
|
|
|
|
|
|
|
marker_737c17c51e41a0306c88b0b1672f82e3.bindPopup(popup_744e0015ef401ba41af2fba16da5f3a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_737c17c51e41a0306c88b0b1672f82e3.setIcon(icon_d8c2e05ff5803aece3c7ceb1e7626421);
|
|
|
|
|
|
var marker_499bf394a3e06918135cc6802f762bd0 = L.marker(
|
|
[59.4016, 17.9455],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_e04efe461cb9114b73210cb03a51e4af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0c05481d99e9543b20e3e93d9188f92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb4926d174171daf8291b21019b7cd14 = $(`<div id="html_eb4926d174171daf8291b21019b7cd14" style="width: 100.0%; height: 100.0%;">relay.stream.labs.h3.se</div>`)[0];
|
|
popup_a0c05481d99e9543b20e3e93d9188f92.setContent(html_eb4926d174171daf8291b21019b7cd14);
|
|
|
|
|
|
|
|
marker_499bf394a3e06918135cc6802f762bd0.bindPopup(popup_a0c05481d99e9543b20e3e93d9188f92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_499bf394a3e06918135cc6802f762bd0.setIcon(icon_e04efe461cb9114b73210cb03a51e4af);
|
|
|
|
|
|
var marker_739d98361e8addb53f4f7cc984ddcf47 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_ba85ec9edb95d7228686f42ba1800c4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c2ba7e3fd3b266422908b35700762e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9515a28d02abe42e7c209b75107ace3 = $(`<div id="html_c9515a28d02abe42e7c209b75107ace3" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_7c2ba7e3fd3b266422908b35700762e2.setContent(html_c9515a28d02abe42e7c209b75107ace3);
|
|
|
|
|
|
|
|
marker_739d98361e8addb53f4f7cc984ddcf47.bindPopup(popup_7c2ba7e3fd3b266422908b35700762e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_739d98361e8addb53f4f7cc984ddcf47.setIcon(icon_ba85ec9edb95d7228686f42ba1800c4e);
|
|
|
|
|
|
var marker_f2721414d1d5a89ba52b50e7e049764c = L.marker(
|
|
[50.8198, -1.08798],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_917a55befd18c314f51b0baeb44a81dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86225ee85584b6ebd679dcb383f06003 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc6360b05ecc2cd46b9900765527357c = $(`<div id="html_dc6360b05ecc2cd46b9900765527357c" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_86225ee85584b6ebd679dcb383f06003.setContent(html_dc6360b05ecc2cd46b9900765527357c);
|
|
|
|
|
|
|
|
marker_f2721414d1d5a89ba52b50e7e049764c.bindPopup(popup_86225ee85584b6ebd679dcb383f06003)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2721414d1d5a89ba52b50e7e049764c.setIcon(icon_917a55befd18c314f51b0baeb44a81dc);
|
|
|
|
|
|
var marker_5346c03c207d17f8ebdbf139db5d7995 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_7f37683c0a817a1ce1cf3597d2a30afc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8cb2e9502346734d976f5bbae7948b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d31a8a17b8df07e69160a57fff58d4e5 = $(`<div id="html_d31a8a17b8df07e69160a57fff58d4e5" style="width: 100.0%; height: 100.0%;">wot.utxo.one</div>`)[0];
|
|
popup_c8cb2e9502346734d976f5bbae7948b6.setContent(html_d31a8a17b8df07e69160a57fff58d4e5);
|
|
|
|
|
|
|
|
marker_5346c03c207d17f8ebdbf139db5d7995.bindPopup(popup_c8cb2e9502346734d976f5bbae7948b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5346c03c207d17f8ebdbf139db5d7995.setIcon(icon_7f37683c0a817a1ce1cf3597d2a30afc);
|
|
|
|
|
|
var marker_0a66adad1cd9a7ff6f0be7e60ade6ff9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_1f77655bc4dbfbd57429238403f813cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c690ef86feeee8b2dba7275d010795bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c3bc861bb83d3195dc0c9fb48f43737 = $(`<div id="html_6c3bc861bb83d3195dc0c9fb48f43737" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_c690ef86feeee8b2dba7275d010795bc.setContent(html_6c3bc861bb83d3195dc0c9fb48f43737);
|
|
|
|
|
|
|
|
marker_0a66adad1cd9a7ff6f0be7e60ade6ff9.bindPopup(popup_c690ef86feeee8b2dba7275d010795bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a66adad1cd9a7ff6f0be7e60ade6ff9.setIcon(icon_1f77655bc4dbfbd57429238403f813cc);
|
|
|
|
|
|
var marker_790e8108b0081d99b1890e484d660592 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_3cfcc6a62fa5ce51a960a8244cfcbd82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2df3666af786beac8e73b60bb7d3f3b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3ac9ed5c7c494d68286a58937691434 = $(`<div id="html_a3ac9ed5c7c494d68286a58937691434" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_2df3666af786beac8e73b60bb7d3f3b0.setContent(html_a3ac9ed5c7c494d68286a58937691434);
|
|
|
|
|
|
|
|
marker_790e8108b0081d99b1890e484d660592.bindPopup(popup_2df3666af786beac8e73b60bb7d3f3b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_790e8108b0081d99b1890e484d660592.setIcon(icon_3cfcc6a62fa5ce51a960a8244cfcbd82);
|
|
|
|
|
|
var marker_9f69d46f9056dfb4ada728677bc19014 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_4bc0cd0b0d3ded9828b5f87a2c6cadae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ade897aa3477f3d1548362b4beb2938e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b1c17d0f792ed8b95648666884def7a = $(`<div id="html_6b1c17d0f792ed8b95648666884def7a" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_ade897aa3477f3d1548362b4beb2938e.setContent(html_6b1c17d0f792ed8b95648666884def7a);
|
|
|
|
|
|
|
|
marker_9f69d46f9056dfb4ada728677bc19014.bindPopup(popup_ade897aa3477f3d1548362b4beb2938e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f69d46f9056dfb4ada728677bc19014.setIcon(icon_4bc0cd0b0d3ded9828b5f87a2c6cadae);
|
|
|
|
|
|
var marker_d974144b1a3117f9bb7b8b076a249b81 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_c3359d7abb1abd913f61c7f413fe1475 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29ed795bbdc90a0f181d27d7cb100ada = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96e001cedbd8f3fd58aa54e53b7ac410 = $(`<div id="html_96e001cedbd8f3fd58aa54e53b7ac410" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_29ed795bbdc90a0f181d27d7cb100ada.setContent(html_96e001cedbd8f3fd58aa54e53b7ac410);
|
|
|
|
|
|
|
|
marker_d974144b1a3117f9bb7b8b076a249b81.bindPopup(popup_29ed795bbdc90a0f181d27d7cb100ada)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d974144b1a3117f9bb7b8b076a249b81.setIcon(icon_c3359d7abb1abd913f61c7f413fe1475);
|
|
|
|
|
|
var marker_7518cf040e0b1871d4e89ac0ff2e109a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_63202d37912153750d0d1bcf495ac10b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46e7eb4e95e03000703aa5801a2dbbc5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1079da2e740ef20a304d59fdb161c757 = $(`<div id="html_1079da2e740ef20a304d59fdb161c757" style="width: 100.0%; height: 100.0%;">relay.divine.video</div>`)[0];
|
|
popup_46e7eb4e95e03000703aa5801a2dbbc5.setContent(html_1079da2e740ef20a304d59fdb161c757);
|
|
|
|
|
|
|
|
marker_7518cf040e0b1871d4e89ac0ff2e109a.bindPopup(popup_46e7eb4e95e03000703aa5801a2dbbc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7518cf040e0b1871d4e89ac0ff2e109a.setIcon(icon_63202d37912153750d0d1bcf495ac10b);
|
|
|
|
|
|
var marker_e9a2937d0e7ff45858cf7db7799a2ab3 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_762c5b8e4802b5e91abae9308b8be27d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a195b88b7a00b0c3bf3a6cd9b3dfde2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d6a27aa468f7565525dd7120c53048f = $(`<div id="html_2d6a27aa468f7565525dd7120c53048f" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_6a195b88b7a00b0c3bf3a6cd9b3dfde2.setContent(html_2d6a27aa468f7565525dd7120c53048f);
|
|
|
|
|
|
|
|
marker_e9a2937d0e7ff45858cf7db7799a2ab3.bindPopup(popup_6a195b88b7a00b0c3bf3a6cd9b3dfde2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9a2937d0e7ff45858cf7db7799a2ab3.setIcon(icon_762c5b8e4802b5e91abae9308b8be27d);
|
|
|
|
|
|
var marker_abbbabf609682c65b7e20c6e3df85402 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_5c244101a6d53499d68f7630b70695e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_095342128e622c3f976e0f436d5c45d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_499b1e116f17208afc1837f0048b809b = $(`<div id="html_499b1e116f17208afc1837f0048b809b" style="width: 100.0%; height: 100.0%;">relay.hook.cafe</div>`)[0];
|
|
popup_095342128e622c3f976e0f436d5c45d4.setContent(html_499b1e116f17208afc1837f0048b809b);
|
|
|
|
|
|
|
|
marker_abbbabf609682c65b7e20c6e3df85402.bindPopup(popup_095342128e622c3f976e0f436d5c45d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abbbabf609682c65b7e20c6e3df85402.setIcon(icon_5c244101a6d53499d68f7630b70695e0);
|
|
|
|
|
|
var marker_e6f19c9906d23954c806af8f125afc0b = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_13ca25679c32b0e5d85daa1dfd4cf553 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ca31772ff417dde3273f3acd2d0fff2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3bbf2b9321c449d045bf060f7175134c = $(`<div id="html_3bbf2b9321c449d045bf060f7175134c" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_8ca31772ff417dde3273f3acd2d0fff2.setContent(html_3bbf2b9321c449d045bf060f7175134c);
|
|
|
|
|
|
|
|
marker_e6f19c9906d23954c806af8f125afc0b.bindPopup(popup_8ca31772ff417dde3273f3acd2d0fff2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6f19c9906d23954c806af8f125afc0b.setIcon(icon_13ca25679c32b0e5d85daa1dfd4cf553);
|
|
|
|
|
|
var marker_4bc3d31e8e16fe855607b61b4607926e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_636e552e6e251eb2228d2909e6c07d0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3bb7e03cb6207a5b719c4e03ab05f141 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7145e897d0e8352e59453f310ca76c5b = $(`<div id="html_7145e897d0e8352e59453f310ca76c5b" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_3bb7e03cb6207a5b719c4e03ab05f141.setContent(html_7145e897d0e8352e59453f310ca76c5b);
|
|
|
|
|
|
|
|
marker_4bc3d31e8e16fe855607b61b4607926e.bindPopup(popup_3bb7e03cb6207a5b719c4e03ab05f141)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4bc3d31e8e16fe855607b61b4607926e.setIcon(icon_636e552e6e251eb2228d2909e6c07d0c);
|
|
|
|
|
|
var marker_bbc0b17780e3718c87b1f2e74642e365 = L.marker(
|
|
[13.3622, 100.983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_52db3796c02c32a10c29330368b4bc9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c56b4156b312207895c8caf4edcf7b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb862457531a183f8a331108858480c3 = $(`<div id="html_bb862457531a183f8a331108858480c3" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_0c56b4156b312207895c8caf4edcf7b5.setContent(html_bb862457531a183f8a331108858480c3);
|
|
|
|
|
|
|
|
marker_bbc0b17780e3718c87b1f2e74642e365.bindPopup(popup_0c56b4156b312207895c8caf4edcf7b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bbc0b17780e3718c87b1f2e74642e365.setIcon(icon_52db3796c02c32a10c29330368b4bc9b);
|
|
|
|
|
|
var marker_128d43101c32b69a135910c2b34c1781 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_95ce0e05f1f4d2d76ae4f39962734432 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab121480b8bf790ea00a9379088b97d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1745d1a5a52bacaf37cf713f1b4a2560 = $(`<div id="html_1745d1a5a52bacaf37cf713f1b4a2560" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_ab121480b8bf790ea00a9379088b97d6.setContent(html_1745d1a5a52bacaf37cf713f1b4a2560);
|
|
|
|
|
|
|
|
marker_128d43101c32b69a135910c2b34c1781.bindPopup(popup_ab121480b8bf790ea00a9379088b97d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_128d43101c32b69a135910c2b34c1781.setIcon(icon_95ce0e05f1f4d2d76ae4f39962734432);
|
|
|
|
|
|
var marker_f574345384b8601793c1f66b4f8ad006 = L.marker(
|
|
[51.098, 17.0321],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_be8bf6c52cb42a9e013531b6df87330a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8bc986b946286346c1423e6fa65b34b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed66c3a8def742ccc27eb0773d6e5ec8 = $(`<div id="html_ed66c3a8def742ccc27eb0773d6e5ec8" style="width: 100.0%; height: 100.0%;">relay.letsfo.com</div>`)[0];
|
|
popup_b8bc986b946286346c1423e6fa65b34b.setContent(html_ed66c3a8def742ccc27eb0773d6e5ec8);
|
|
|
|
|
|
|
|
marker_f574345384b8601793c1f66b4f8ad006.bindPopup(popup_b8bc986b946286346c1423e6fa65b34b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f574345384b8601793c1f66b4f8ad006.setIcon(icon_be8bf6c52cb42a9e013531b6df87330a);
|
|
|
|
|
|
var marker_eaf2e455d2c345f6f0230da4c2986ffd = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_0bb6c57328a4f3c1ebeb75d087d7c07e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5240e852147e54143fb0870d5dc5ef4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a544379a7beff00272b8f6e7945ec0e2 = $(`<div id="html_a544379a7beff00272b8f6e7945ec0e2" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_5240e852147e54143fb0870d5dc5ef4a.setContent(html_a544379a7beff00272b8f6e7945ec0e2);
|
|
|
|
|
|
|
|
marker_eaf2e455d2c345f6f0230da4c2986ffd.bindPopup(popup_5240e852147e54143fb0870d5dc5ef4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eaf2e455d2c345f6f0230da4c2986ffd.setIcon(icon_0bb6c57328a4f3c1ebeb75d087d7c07e);
|
|
|
|
|
|
var marker_bdae2b261cd98499a49d3ff727f241e7 = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_b699f4deab30f94b2a6d8440a6cbd7e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0123ae250b01b631e1255d2bd1fbb96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2cb97e17b95d72a86effde22a9c74546 = $(`<div id="html_2cb97e17b95d72a86effde22a9c74546" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_f0123ae250b01b631e1255d2bd1fbb96.setContent(html_2cb97e17b95d72a86effde22a9c74546);
|
|
|
|
|
|
|
|
marker_bdae2b261cd98499a49d3ff727f241e7.bindPopup(popup_f0123ae250b01b631e1255d2bd1fbb96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bdae2b261cd98499a49d3ff727f241e7.setIcon(icon_b699f4deab30f94b2a6d8440a6cbd7e9);
|
|
|
|
|
|
var marker_41610708b3ea126e7e10026b7066c3a7 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_a11a971114019afb52e4b7b19479dc4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bd2bec0c2d09f45e365a724b9c2d472 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52a9dc32617eba8e695fad50de4688a3 = $(`<div id="html_52a9dc32617eba8e695fad50de4688a3" style="width: 100.0%; height: 100.0%;">nostr.coincrowd.fund</div>`)[0];
|
|
popup_5bd2bec0c2d09f45e365a724b9c2d472.setContent(html_52a9dc32617eba8e695fad50de4688a3);
|
|
|
|
|
|
|
|
marker_41610708b3ea126e7e10026b7066c3a7.bindPopup(popup_5bd2bec0c2d09f45e365a724b9c2d472)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41610708b3ea126e7e10026b7066c3a7.setIcon(icon_a11a971114019afb52e4b7b19479dc4f);
|
|
|
|
|
|
var marker_a3c3a581af2879a17d80b5483783013b = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_0b495e720ead4b8dd6db7b9947f33ce8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7a4b0b4d6f3aad713426f04073e749f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8be290b2ab0c676183f368d9f7e5bbd4 = $(`<div id="html_8be290b2ab0c676183f368d9f7e5bbd4" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_c7a4b0b4d6f3aad713426f04073e749f.setContent(html_8be290b2ab0c676183f368d9f7e5bbd4);
|
|
|
|
|
|
|
|
marker_a3c3a581af2879a17d80b5483783013b.bindPopup(popup_c7a4b0b4d6f3aad713426f04073e749f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3c3a581af2879a17d80b5483783013b.setIcon(icon_0b495e720ead4b8dd6db7b9947f33ce8);
|
|
|
|
|
|
var marker_4e8cf8d67b95edad70ae37ec1a60d841 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_9279efbc2cae054eeb17d6ed107d65b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_71ff028b7b4bb94fec89d8e47795d303 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb98a16f45ca1bb9e4c2d542a3e481c9 = $(`<div id="html_cb98a16f45ca1bb9e4c2d542a3e481c9" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_71ff028b7b4bb94fec89d8e47795d303.setContent(html_cb98a16f45ca1bb9e4c2d542a3e481c9);
|
|
|
|
|
|
|
|
marker_4e8cf8d67b95edad70ae37ec1a60d841.bindPopup(popup_71ff028b7b4bb94fec89d8e47795d303)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e8cf8d67b95edad70ae37ec1a60d841.setIcon(icon_9279efbc2cae054eeb17d6ed107d65b0);
|
|
|
|
|
|
var marker_040792bfe126caff9b4dc0e5d9adb217 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_1372fa9c5c441287b7efe495fc0c17b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d8b43640339abd425eabe915a352cf9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b31ea415463f75390e015b76e9aa571d = $(`<div id="html_b31ea415463f75390e015b76e9aa571d" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_2d8b43640339abd425eabe915a352cf9.setContent(html_b31ea415463f75390e015b76e9aa571d);
|
|
|
|
|
|
|
|
marker_040792bfe126caff9b4dc0e5d9adb217.bindPopup(popup_2d8b43640339abd425eabe915a352cf9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_040792bfe126caff9b4dc0e5d9adb217.setIcon(icon_1372fa9c5c441287b7efe495fc0c17b1);
|
|
|
|
|
|
var marker_e58134961ab653451b3e4cbaf80d8cdd = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_ca3c1044f28ad836063a2f65c601b218 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26ece92f0559a950e9ce43a1cffa1fa6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fb1e0fadba4ca7b32f57671c687be97 = $(`<div id="html_9fb1e0fadba4ca7b32f57671c687be97" style="width: 100.0%; height: 100.0%;">relay.nostr.nisshiee.org</div>`)[0];
|
|
popup_26ece92f0559a950e9ce43a1cffa1fa6.setContent(html_9fb1e0fadba4ca7b32f57671c687be97);
|
|
|
|
|
|
|
|
marker_e58134961ab653451b3e4cbaf80d8cdd.bindPopup(popup_26ece92f0559a950e9ce43a1cffa1fa6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e58134961ab653451b3e4cbaf80d8cdd.setIcon(icon_ca3c1044f28ad836063a2f65c601b218);
|
|
|
|
|
|
var marker_46012fb348fac578679946afd1e2068d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_04d7df29be234bb62c95d747437a6424 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb5b782c1d782627128d31866c116bf1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e7d81d4e64e933e9b6b7e9109e1486b = $(`<div id="html_6e7d81d4e64e933e9b6b7e9109e1486b" style="width: 100.0%; height: 100.0%;">relay.trustroots.org</div>`)[0];
|
|
popup_fb5b782c1d782627128d31866c116bf1.setContent(html_6e7d81d4e64e933e9b6b7e9109e1486b);
|
|
|
|
|
|
|
|
marker_46012fb348fac578679946afd1e2068d.bindPopup(popup_fb5b782c1d782627128d31866c116bf1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46012fb348fac578679946afd1e2068d.setIcon(icon_04d7df29be234bb62c95d747437a6424);
|
|
|
|
|
|
var marker_269d4cc897a2b98b4154befc2557d585 = L.marker(
|
|
[18.2148, -63.0574],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_3a69fa8578e350eb39ed34c61928a721 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5530bc425c66668339f84c603bdc2c68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f87efb5aa779a8c1a0cf5c20b0a2ef2 = $(`<div id="html_2f87efb5aa779a8c1a0cf5c20b0a2ef2" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_5530bc425c66668339f84c603bdc2c68.setContent(html_2f87efb5aa779a8c1a0cf5c20b0a2ef2);
|
|
|
|
|
|
|
|
marker_269d4cc897a2b98b4154befc2557d585.bindPopup(popup_5530bc425c66668339f84c603bdc2c68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_269d4cc897a2b98b4154befc2557d585.setIcon(icon_3a69fa8578e350eb39ed34c61928a721);
|
|
|
|
|
|
var marker_67388b538d793e0f569c476329d603c0 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_0a3d284104b8f67a39438150102a6f2a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35fa396121d58ee3cf24b0ace95fba87 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9024e25a3bcbd940bdc3cd531f4baa6a = $(`<div id="html_9024e25a3bcbd940bdc3cd531f4baa6a" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_35fa396121d58ee3cf24b0ace95fba87.setContent(html_9024e25a3bcbd940bdc3cd531f4baa6a);
|
|
|
|
|
|
|
|
marker_67388b538d793e0f569c476329d603c0.bindPopup(popup_35fa396121d58ee3cf24b0ace95fba87)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67388b538d793e0f569c476329d603c0.setIcon(icon_0a3d284104b8f67a39438150102a6f2a);
|
|
|
|
|
|
var marker_5acefc3e2512ca7669d2c8672aa32c86 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_d9a88c2430dda6a0b4c0f25d175b27cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba4720ff6d14cd29963008fa33647718 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98825c9fd079ec19b8f0d3070e34b184 = $(`<div id="html_98825c9fd079ec19b8f0d3070e34b184" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_ba4720ff6d14cd29963008fa33647718.setContent(html_98825c9fd079ec19b8f0d3070e34b184);
|
|
|
|
|
|
|
|
marker_5acefc3e2512ca7669d2c8672aa32c86.bindPopup(popup_ba4720ff6d14cd29963008fa33647718)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5acefc3e2512ca7669d2c8672aa32c86.setIcon(icon_d9a88c2430dda6a0b4c0f25d175b27cd);
|
|
|
|
|
|
var marker_e26485361d2677ad0685cfaed8583c3e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_463096e447adfef79e6c5112069b1b99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_816054a122ef9562ae368a2ae308a392 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2721ce538c15b4d77fbf0dfdcd76d90a = $(`<div id="html_2721ce538c15b4d77fbf0dfdcd76d90a" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_816054a122ef9562ae368a2ae308a392.setContent(html_2721ce538c15b4d77fbf0dfdcd76d90a);
|
|
|
|
|
|
|
|
marker_e26485361d2677ad0685cfaed8583c3e.bindPopup(popup_816054a122ef9562ae368a2ae308a392)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e26485361d2677ad0685cfaed8583c3e.setIcon(icon_463096e447adfef79e6c5112069b1b99);
|
|
|
|
|
|
var marker_22eb4efcd8ec35bf9662dc1adfa2843d = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_493f65a6f3d8d7fe7bb8d8c6827d7592 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1bc8065e1a6d230ae262f26bf27a2bc7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8e1d5c977786ec7fea030fa095caf43 = $(`<div id="html_c8e1d5c977786ec7fea030fa095caf43" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_1bc8065e1a6d230ae262f26bf27a2bc7.setContent(html_c8e1d5c977786ec7fea030fa095caf43);
|
|
|
|
|
|
|
|
marker_22eb4efcd8ec35bf9662dc1adfa2843d.bindPopup(popup_1bc8065e1a6d230ae262f26bf27a2bc7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22eb4efcd8ec35bf9662dc1adfa2843d.setIcon(icon_493f65a6f3d8d7fe7bb8d8c6827d7592);
|
|
|
|
|
|
var marker_ecba25e871f057ec09c0037e61f34747 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_5a0ee9739f11802e94da61f42f5cefbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72f667b2983e9b26debce627b0f24d1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b21a8e85afab451bcda9c2ed88840234 = $(`<div id="html_b21a8e85afab451bcda9c2ed88840234" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_72f667b2983e9b26debce627b0f24d1c.setContent(html_b21a8e85afab451bcda9c2ed88840234);
|
|
|
|
|
|
|
|
marker_ecba25e871f057ec09c0037e61f34747.bindPopup(popup_72f667b2983e9b26debce627b0f24d1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ecba25e871f057ec09c0037e61f34747.setIcon(icon_5a0ee9739f11802e94da61f42f5cefbd);
|
|
|
|
|
|
var marker_fd1db38cbd5457e51d6580911fdafa72 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_e79c9f21a95911708d66c8e9dcabced6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03fe3dedaf0d541533fca47cb1149a1a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_355f46a5af04f612961ccecd7154f4ce = $(`<div id="html_355f46a5af04f612961ccecd7154f4ce" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_03fe3dedaf0d541533fca47cb1149a1a.setContent(html_355f46a5af04f612961ccecd7154f4ce);
|
|
|
|
|
|
|
|
marker_fd1db38cbd5457e51d6580911fdafa72.bindPopup(popup_03fe3dedaf0d541533fca47cb1149a1a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd1db38cbd5457e51d6580911fdafa72.setIcon(icon_e79c9f21a95911708d66c8e9dcabced6);
|
|
|
|
|
|
var marker_d7916df13c521a0fa91ea97199dbc750 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_7d04e00de6ce357f908556f9ba833cae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c37214e203fdc0ccbd05f16347033d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae5083db30cabb650b087a2029f69238 = $(`<div id="html_ae5083db30cabb650b087a2029f69238" style="width: 100.0%; height: 100.0%;">relay.wolfcoil.com</div>`)[0];
|
|
popup_0c37214e203fdc0ccbd05f16347033d0.setContent(html_ae5083db30cabb650b087a2029f69238);
|
|
|
|
|
|
|
|
marker_d7916df13c521a0fa91ea97199dbc750.bindPopup(popup_0c37214e203fdc0ccbd05f16347033d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7916df13c521a0fa91ea97199dbc750.setIcon(icon_7d04e00de6ce357f908556f9ba833cae);
|
|
|
|
|
|
var marker_c89ba5adea4ab31de3ac14100e1d09fe = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_4650ab00192e78bfeedce30d1e112003 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b0c62d0eefc0bddd57b3da4bd97d26a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f2066e8eb08a8d7be720371c6ec9bbd = $(`<div id="html_8f2066e8eb08a8d7be720371c6ec9bbd" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_3b0c62d0eefc0bddd57b3da4bd97d26a.setContent(html_8f2066e8eb08a8d7be720371c6ec9bbd);
|
|
|
|
|
|
|
|
marker_c89ba5adea4ab31de3ac14100e1d09fe.bindPopup(popup_3b0c62d0eefc0bddd57b3da4bd97d26a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c89ba5adea4ab31de3ac14100e1d09fe.setIcon(icon_4650ab00192e78bfeedce30d1e112003);
|
|
|
|
|
|
var marker_2d5954a9eae5b015e82151cdf3ca55ac = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_b04e2f8f59ae4489f03859cbf4fd8329 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34de380cf80f06912a0d07b92c4ec148 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5c73aaa84fb13e65cea90a405bac23f = $(`<div id="html_a5c73aaa84fb13e65cea90a405bac23f" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_34de380cf80f06912a0d07b92c4ec148.setContent(html_a5c73aaa84fb13e65cea90a405bac23f);
|
|
|
|
|
|
|
|
marker_2d5954a9eae5b015e82151cdf3ca55ac.bindPopup(popup_34de380cf80f06912a0d07b92c4ec148)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d5954a9eae5b015e82151cdf3ca55ac.setIcon(icon_b04e2f8f59ae4489f03859cbf4fd8329);
|
|
|
|
|
|
var marker_63d93820be42c9cf9824070e24697659 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_ebf4e21f2b9aa5573d40bd19d9756f87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_801d0e766ddfced4a9efa860b80ee52f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d52f5cd38770aa197de1ddaec7368633 = $(`<div id="html_d52f5cd38770aa197de1ddaec7368633" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_801d0e766ddfced4a9efa860b80ee52f.setContent(html_d52f5cd38770aa197de1ddaec7368633);
|
|
|
|
|
|
|
|
marker_63d93820be42c9cf9824070e24697659.bindPopup(popup_801d0e766ddfced4a9efa860b80ee52f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63d93820be42c9cf9824070e24697659.setIcon(icon_ebf4e21f2b9aa5573d40bd19d9756f87);
|
|
|
|
|
|
var marker_ca30c29f6fca9d4398b4648bd74cd722 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_23cbf547d2c475a3bb4b2ae00108fa15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65327e1fa73e9872c21f92e29a69517b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_127cd152ce0a7e421a8c3dd88e44c313 = $(`<div id="html_127cd152ce0a7e421a8c3dd88e44c313" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_65327e1fa73e9872c21f92e29a69517b.setContent(html_127cd152ce0a7e421a8c3dd88e44c313);
|
|
|
|
|
|
|
|
marker_ca30c29f6fca9d4398b4648bd74cd722.bindPopup(popup_65327e1fa73e9872c21f92e29a69517b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca30c29f6fca9d4398b4648bd74cd722.setIcon(icon_23cbf547d2c475a3bb4b2ae00108fa15);
|
|
|
|
|
|
var marker_f5c863eb0d20a4a6957605e0367747f2 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_b37e018a1b30c32bf5f21a48e5f92fca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8425ef6555a4269cecd254e3d8ebe327 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fac9c629b18a6b8d643c60b3899cc90 = $(`<div id="html_3fac9c629b18a6b8d643c60b3899cc90" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_8425ef6555a4269cecd254e3d8ebe327.setContent(html_3fac9c629b18a6b8d643c60b3899cc90);
|
|
|
|
|
|
|
|
marker_f5c863eb0d20a4a6957605e0367747f2.bindPopup(popup_8425ef6555a4269cecd254e3d8ebe327)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5c863eb0d20a4a6957605e0367747f2.setIcon(icon_b37e018a1b30c32bf5f21a48e5f92fca);
|
|
|
|
|
|
var marker_197e86738e70b3e4c5f0476646f7110a = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_7c111bd6c7dfff929b9eb84a631005a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb1376a930f27d729eb792e81bab878e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c04a1e44a607847e3168cca451b65309 = $(`<div id="html_c04a1e44a607847e3168cca451b65309" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_bb1376a930f27d729eb792e81bab878e.setContent(html_c04a1e44a607847e3168cca451b65309);
|
|
|
|
|
|
|
|
marker_197e86738e70b3e4c5f0476646f7110a.bindPopup(popup_bb1376a930f27d729eb792e81bab878e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_197e86738e70b3e4c5f0476646f7110a.setIcon(icon_7c111bd6c7dfff929b9eb84a631005a0);
|
|
|
|
|
|
var marker_e51000c95beb497575deb64e501cc88e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_84a3e7b05e7354685bb46a86bd8b8e50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b63339111a4e415e0efb9ee539eea974 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba1f5f2f69b5386a943254153ad5d482 = $(`<div id="html_ba1f5f2f69b5386a943254153ad5d482" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_b63339111a4e415e0efb9ee539eea974.setContent(html_ba1f5f2f69b5386a943254153ad5d482);
|
|
|
|
|
|
|
|
marker_e51000c95beb497575deb64e501cc88e.bindPopup(popup_b63339111a4e415e0efb9ee539eea974)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e51000c95beb497575deb64e501cc88e.setIcon(icon_84a3e7b05e7354685bb46a86bd8b8e50);
|
|
|
|
|
|
var marker_dd71085b33ad47f50ffbf23274d1f962 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_078dfdcf931050f9ef705274012bbfa5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79d90e3c8e51aa67ef87caf101066b8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e241977eefb125fd92e8817107f34d3d = $(`<div id="html_e241977eefb125fd92e8817107f34d3d" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_79d90e3c8e51aa67ef87caf101066b8e.setContent(html_e241977eefb125fd92e8817107f34d3d);
|
|
|
|
|
|
|
|
marker_dd71085b33ad47f50ffbf23274d1f962.bindPopup(popup_79d90e3c8e51aa67ef87caf101066b8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd71085b33ad47f50ffbf23274d1f962.setIcon(icon_078dfdcf931050f9ef705274012bbfa5);
|
|
|
|
|
|
var marker_cec60371acfc5ad684200af03218e715 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_a9f648d9eb703b1be55a11f005877f38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f401894bbfce5ebbcbc0671c978735c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c8c0097fe0eae80eb8ac6598b48902b = $(`<div id="html_0c8c0097fe0eae80eb8ac6598b48902b" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_0f401894bbfce5ebbcbc0671c978735c.setContent(html_0c8c0097fe0eae80eb8ac6598b48902b);
|
|
|
|
|
|
|
|
marker_cec60371acfc5ad684200af03218e715.bindPopup(popup_0f401894bbfce5ebbcbc0671c978735c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cec60371acfc5ad684200af03218e715.setIcon(icon_a9f648d9eb703b1be55a11f005877f38);
|
|
|
|
|
|
var marker_efc24a71d085f3ef676c4d691414bb2f = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_f4549b83551380f391e168e487f24499 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fcf88ef064b5545826709d4d9bc047b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7827da7f5982d6b9e596c0081bc3330 = $(`<div id="html_e7827da7f5982d6b9e596c0081bc3330" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_5fcf88ef064b5545826709d4d9bc047b.setContent(html_e7827da7f5982d6b9e596c0081bc3330);
|
|
|
|
|
|
|
|
marker_efc24a71d085f3ef676c4d691414bb2f.bindPopup(popup_5fcf88ef064b5545826709d4d9bc047b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efc24a71d085f3ef676c4d691414bb2f.setIcon(icon_f4549b83551380f391e168e487f24499);
|
|
|
|
|
|
var marker_8b40e530f47044e3dc86f3add877c31b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_af38e9ec729160039ccfe8c11daa713a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d242f36fabf376f6d419fb43e28f6cf1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e562798916f63e8d012f5ef9fe3cdfc3 = $(`<div id="html_e562798916f63e8d012f5ef9fe3cdfc3" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_d242f36fabf376f6d419fb43e28f6cf1.setContent(html_e562798916f63e8d012f5ef9fe3cdfc3);
|
|
|
|
|
|
|
|
marker_8b40e530f47044e3dc86f3add877c31b.bindPopup(popup_d242f36fabf376f6d419fb43e28f6cf1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b40e530f47044e3dc86f3add877c31b.setIcon(icon_af38e9ec729160039ccfe8c11daa713a);
|
|
|
|
|
|
var marker_a49fc7693b1e729cb4fe2001d3e83111 = L.marker(
|
|
[-26.2041, 28.0473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_921475e2afb97c9ccb85e1c29e29682a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c458f811366b37f5dc458fb37b82df46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_daa14787641a2280e1d55820660ef5b6 = $(`<div id="html_daa14787641a2280e1d55820660ef5b6" style="width: 100.0%; height: 100.0%;">ribo.af.nostria.app</div>`)[0];
|
|
popup_c458f811366b37f5dc458fb37b82df46.setContent(html_daa14787641a2280e1d55820660ef5b6);
|
|
|
|
|
|
|
|
marker_a49fc7693b1e729cb4fe2001d3e83111.bindPopup(popup_c458f811366b37f5dc458fb37b82df46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a49fc7693b1e729cb4fe2001d3e83111.setIcon(icon_921475e2afb97c9ccb85e1c29e29682a);
|
|
|
|
|
|
var marker_b0cf8eb186e41871803f4b1f0949e407 = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_5f8aab9e0ddc04297c4af127f1ea8a9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21c46a186ef310a2f87b3a6b2e290065 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b93bc89586284b1936783ede6a17b038 = $(`<div id="html_b93bc89586284b1936783ede6a17b038" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_21c46a186ef310a2f87b3a6b2e290065.setContent(html_b93bc89586284b1936783ede6a17b038);
|
|
|
|
|
|
|
|
marker_b0cf8eb186e41871803f4b1f0949e407.bindPopup(popup_21c46a186ef310a2f87b3a6b2e290065)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0cf8eb186e41871803f4b1f0949e407.setIcon(icon_5f8aab9e0ddc04297c4af127f1ea8a9d);
|
|
|
|
|
|
var marker_6d8e4843ba0406c7cafec5a477255a55 = L.marker(
|
|
[49.6735, -124.928],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_f4e7bd6952398cd5adff0321d99e6a54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57c41f6fdc4d8ad81221bf2d5bc3409d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ccab27a1556e4f84b449a0cf3d92e367 = $(`<div id="html_ccab27a1556e4f84b449a0cf3d92e367" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_57c41f6fdc4d8ad81221bf2d5bc3409d.setContent(html_ccab27a1556e4f84b449a0cf3d92e367);
|
|
|
|
|
|
|
|
marker_6d8e4843ba0406c7cafec5a477255a55.bindPopup(popup_57c41f6fdc4d8ad81221bf2d5bc3409d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d8e4843ba0406c7cafec5a477255a55.setIcon(icon_f4e7bd6952398cd5adff0321d99e6a54);
|
|
|
|
|
|
var marker_fc41b4a191118dd6a74dd70b4d7d3050 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_91df11651d55cb6d20e8e33fcb4df36e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d77b11b77b859914b6be22b4ec066ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e771ce0534652a9411040c03471a3e47 = $(`<div id="html_e771ce0534652a9411040c03471a3e47" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_1d77b11b77b859914b6be22b4ec066ab.setContent(html_e771ce0534652a9411040c03471a3e47);
|
|
|
|
|
|
|
|
marker_fc41b4a191118dd6a74dd70b4d7d3050.bindPopup(popup_1d77b11b77b859914b6be22b4ec066ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc41b4a191118dd6a74dd70b4d7d3050.setIcon(icon_91df11651d55cb6d20e8e33fcb4df36e);
|
|
|
|
|
|
var marker_e97ab24bb85f74ed376a046fb305ba21 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_8aa5ef8fc34f0083c1b7d6307d485e95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afe8a752c044e08ac4ba3b1825909ba6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd851967d9c70d58aac86bfa35ea70ee = $(`<div id="html_bd851967d9c70d58aac86bfa35ea70ee" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_afe8a752c044e08ac4ba3b1825909ba6.setContent(html_bd851967d9c70d58aac86bfa35ea70ee);
|
|
|
|
|
|
|
|
marker_e97ab24bb85f74ed376a046fb305ba21.bindPopup(popup_afe8a752c044e08ac4ba3b1825909ba6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e97ab24bb85f74ed376a046fb305ba21.setIcon(icon_8aa5ef8fc34f0083c1b7d6307d485e95);
|
|
|
|
|
|
var marker_d99da7e5c2626dcf14dd2e5c16e82c10 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_e2c95072f39a749236888d1edcb8a62f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b293a84dc4badb92955ead44635b81b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57abbc633af47965b88333a98921d511 = $(`<div id="html_57abbc633af47965b88333a98921d511" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_b293a84dc4badb92955ead44635b81b5.setContent(html_57abbc633af47965b88333a98921d511);
|
|
|
|
|
|
|
|
marker_d99da7e5c2626dcf14dd2e5c16e82c10.bindPopup(popup_b293a84dc4badb92955ead44635b81b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d99da7e5c2626dcf14dd2e5c16e82c10.setIcon(icon_e2c95072f39a749236888d1edcb8a62f);
|
|
|
|
|
|
var marker_75c61ec5442c79f4d21d10acc340442c = L.marker(
|
|
[56.9677, 24.1056],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_c29d901349cfee274580c522e015fca2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17e1689c8bb38ea474850157a6685089 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6212b7ed65ae0948de8b39f6659239f1 = $(`<div id="html_6212b7ed65ae0948de8b39f6659239f1" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_17e1689c8bb38ea474850157a6685089.setContent(html_6212b7ed65ae0948de8b39f6659239f1);
|
|
|
|
|
|
|
|
marker_75c61ec5442c79f4d21d10acc340442c.bindPopup(popup_17e1689c8bb38ea474850157a6685089)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75c61ec5442c79f4d21d10acc340442c.setIcon(icon_c29d901349cfee274580c522e015fca2);
|
|
|
|
|
|
var marker_80472fb91a4ad55b7cf5a3e8ad745328 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_ea1c91bd691b5095b165082f55d3c867 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa09649912c2bde6927364e121e8a641 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_048018a4413c47c6a6461f8e35d32b6d = $(`<div id="html_048018a4413c47c6a6461f8e35d32b6d" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_fa09649912c2bde6927364e121e8a641.setContent(html_048018a4413c47c6a6461f8e35d32b6d);
|
|
|
|
|
|
|
|
marker_80472fb91a4ad55b7cf5a3e8ad745328.bindPopup(popup_fa09649912c2bde6927364e121e8a641)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80472fb91a4ad55b7cf5a3e8ad745328.setIcon(icon_ea1c91bd691b5095b165082f55d3c867);
|
|
|
|
|
|
var marker_a7b3f53b9bddc48f41dab1fcfd35dd13 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_0cb47f9d7c9554fd256fc203f28a0bf4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6eeb0134a1ab9557557db4d15c5e69e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f43acb187e87a041b4046d8158d8c4f = $(`<div id="html_1f43acb187e87a041b4046d8158d8c4f" style="width: 100.0%; height: 100.0%;">relay.mattybs.lol</div>`)[0];
|
|
popup_e6eeb0134a1ab9557557db4d15c5e69e.setContent(html_1f43acb187e87a041b4046d8158d8c4f);
|
|
|
|
|
|
|
|
marker_a7b3f53b9bddc48f41dab1fcfd35dd13.bindPopup(popup_e6eeb0134a1ab9557557db4d15c5e69e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7b3f53b9bddc48f41dab1fcfd35dd13.setIcon(icon_0cb47f9d7c9554fd256fc203f28a0bf4);
|
|
|
|
|
|
var marker_3d068fae5fdcc71a5500f4f91708ea81 = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_09cd19cbccffa8202db6d0f0992ed1e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af01a8235a185d5ff110a0ee6683fa38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52a455276784dea12b9eca9a0aacaf2a = $(`<div id="html_52a455276784dea12b9eca9a0aacaf2a" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_af01a8235a185d5ff110a0ee6683fa38.setContent(html_52a455276784dea12b9eca9a0aacaf2a);
|
|
|
|
|
|
|
|
marker_3d068fae5fdcc71a5500f4f91708ea81.bindPopup(popup_af01a8235a185d5ff110a0ee6683fa38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d068fae5fdcc71a5500f4f91708ea81.setIcon(icon_09cd19cbccffa8202db6d0f0992ed1e1);
|
|
|
|
|
|
var marker_29febe6a645793b10b9737ef31ce3b73 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_af46330d27766d112274a0a2193cc962 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52c6b3479f4eebf5559f6666fc8be8fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ce5ecef41dc7e12b482e87bbf45b3ea = $(`<div id="html_2ce5ecef41dc7e12b482e87bbf45b3ea" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_52c6b3479f4eebf5559f6666fc8be8fd.setContent(html_2ce5ecef41dc7e12b482e87bbf45b3ea);
|
|
|
|
|
|
|
|
marker_29febe6a645793b10b9737ef31ce3b73.bindPopup(popup_52c6b3479f4eebf5559f6666fc8be8fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29febe6a645793b10b9737ef31ce3b73.setIcon(icon_af46330d27766d112274a0a2193cc962);
|
|
|
|
|
|
var marker_ee75734a83b7125737d65cfe7a3fe343 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_3159c553aa80e485ac1f0c362c083cfc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f6ba2121e95d8054fb7a52c6b078f71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9766accb4209d4bdded42f606c4b20c = $(`<div id="html_d9766accb4209d4bdded42f606c4b20c" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_9f6ba2121e95d8054fb7a52c6b078f71.setContent(html_d9766accb4209d4bdded42f606c4b20c);
|
|
|
|
|
|
|
|
marker_ee75734a83b7125737d65cfe7a3fe343.bindPopup(popup_9f6ba2121e95d8054fb7a52c6b078f71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee75734a83b7125737d65cfe7a3fe343.setIcon(icon_3159c553aa80e485ac1f0c362c083cfc);
|
|
|
|
|
|
var marker_6e236ab54316c88a25d3cf7d9b358bf9 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_79ce0e0e2094878e21ca9b4aa59cb395 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d9dcb54d80b159414bd75166c9402f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48219e2bdd7711ec87bc6b7bd6ecb8c0 = $(`<div id="html_48219e2bdd7711ec87bc6b7bd6ecb8c0" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_6d9dcb54d80b159414bd75166c9402f0.setContent(html_48219e2bdd7711ec87bc6b7bd6ecb8c0);
|
|
|
|
|
|
|
|
marker_6e236ab54316c88a25d3cf7d9b358bf9.bindPopup(popup_6d9dcb54d80b159414bd75166c9402f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e236ab54316c88a25d3cf7d9b358bf9.setIcon(icon_79ce0e0e2094878e21ca9b4aa59cb395);
|
|
|
|
|
|
var marker_474e9a29f774ab1d047594d622639b6e = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_8b767c143cf9cac14bdab1ab978818f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8dcad7234a70cad1d165e4b73aa6aab7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8ba1622431f5abf0ed770981efbf6cb = $(`<div id="html_c8ba1622431f5abf0ed770981efbf6cb" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_8dcad7234a70cad1d165e4b73aa6aab7.setContent(html_c8ba1622431f5abf0ed770981efbf6cb);
|
|
|
|
|
|
|
|
marker_474e9a29f774ab1d047594d622639b6e.bindPopup(popup_8dcad7234a70cad1d165e4b73aa6aab7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_474e9a29f774ab1d047594d622639b6e.setIcon(icon_8b767c143cf9cac14bdab1ab978818f4);
|
|
|
|
|
|
var marker_07d01041ee1b8c4a9d47492664336b5e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_314c0552309ed7dcc7d15d8c5ad43103 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46fbcc3793a52ffac045f4f48872ac69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b984c0c2d74f0a26842dac26fa8cdfa = $(`<div id="html_3b984c0c2d74f0a26842dac26fa8cdfa" style="width: 100.0%; height: 100.0%;">nostr.veladan.dev</div>`)[0];
|
|
popup_46fbcc3793a52ffac045f4f48872ac69.setContent(html_3b984c0c2d74f0a26842dac26fa8cdfa);
|
|
|
|
|
|
|
|
marker_07d01041ee1b8c4a9d47492664336b5e.bindPopup(popup_46fbcc3793a52ffac045f4f48872ac69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07d01041ee1b8c4a9d47492664336b5e.setIcon(icon_314c0552309ed7dcc7d15d8c5ad43103);
|
|
|
|
|
|
var marker_247d22db5148070e9c2cf8d02b36f421 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_ce0c0f3e43b891fb01d77161a1005f42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_373d08e6f4cb3fdcaeb55a45c76544e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_632390100e23596fdb7565bc2b586c5e = $(`<div id="html_632390100e23596fdb7565bc2b586c5e" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_373d08e6f4cb3fdcaeb55a45c76544e6.setContent(html_632390100e23596fdb7565bc2b586c5e);
|
|
|
|
|
|
|
|
marker_247d22db5148070e9c2cf8d02b36f421.bindPopup(popup_373d08e6f4cb3fdcaeb55a45c76544e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_247d22db5148070e9c2cf8d02b36f421.setIcon(icon_ce0c0f3e43b891fb01d77161a1005f42);
|
|
|
|
|
|
var marker_685146a7e5cb631f6e69c7bcbc41b894 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_835eb4c7c1b2285b29e728d308a048e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d68eff28f6b26bcded4a2e9adb1f3d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1740e9ce98a4ae9a4c716015733ad60c = $(`<div id="html_1740e9ce98a4ae9a4c716015733ad60c" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_0d68eff28f6b26bcded4a2e9adb1f3d0.setContent(html_1740e9ce98a4ae9a4c716015733ad60c);
|
|
|
|
|
|
|
|
marker_685146a7e5cb631f6e69c7bcbc41b894.bindPopup(popup_0d68eff28f6b26bcded4a2e9adb1f3d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_685146a7e5cb631f6e69c7bcbc41b894.setIcon(icon_835eb4c7c1b2285b29e728d308a048e6);
|
|
|
|
|
|
var marker_d8d05d6ea0878571153b964514326b0d = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_833799459b98c9daca4ce5659fcc8bea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2489e828cb7f6f41345f34dca082d506 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_941fee5dec063780cb2ba47ae0da71d2 = $(`<div id="html_941fee5dec063780cb2ba47ae0da71d2" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_2489e828cb7f6f41345f34dca082d506.setContent(html_941fee5dec063780cb2ba47ae0da71d2);
|
|
|
|
|
|
|
|
marker_d8d05d6ea0878571153b964514326b0d.bindPopup(popup_2489e828cb7f6f41345f34dca082d506)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8d05d6ea0878571153b964514326b0d.setIcon(icon_833799459b98c9daca4ce5659fcc8bea);
|
|
|
|
|
|
var marker_5bac670eaa8ee3be8cb5609b61228c12 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_ce4dd6bab5294e9627ef0bbb7d77b089 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19f50ce8d23180b96761221d74d4f8e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11988e6a618a229d895a7ee3ca6d4000 = $(`<div id="html_11988e6a618a229d895a7ee3ca6d4000" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_19f50ce8d23180b96761221d74d4f8e8.setContent(html_11988e6a618a229d895a7ee3ca6d4000);
|
|
|
|
|
|
|
|
marker_5bac670eaa8ee3be8cb5609b61228c12.bindPopup(popup_19f50ce8d23180b96761221d74d4f8e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bac670eaa8ee3be8cb5609b61228c12.setIcon(icon_ce4dd6bab5294e9627ef0bbb7d77b089);
|
|
|
|
|
|
var marker_dea0ca210c2e11d69e51fe8b706003f3 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_6f7d99f09f071b4940e5b28aa8cce83f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_673a85d76bed4bb7c2e3ce99c5e68890 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9f39245d0989d6cc69cfeeddd4d6b34 = $(`<div id="html_a9f39245d0989d6cc69cfeeddd4d6b34" style="width: 100.0%; height: 100.0%;">relay.moinsen.com</div>`)[0];
|
|
popup_673a85d76bed4bb7c2e3ce99c5e68890.setContent(html_a9f39245d0989d6cc69cfeeddd4d6b34);
|
|
|
|
|
|
|
|
marker_dea0ca210c2e11d69e51fe8b706003f3.bindPopup(popup_673a85d76bed4bb7c2e3ce99c5e68890)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dea0ca210c2e11d69e51fe8b706003f3.setIcon(icon_6f7d99f09f071b4940e5b28aa8cce83f);
|
|
|
|
|
|
var marker_0a9f7d3eef8fed7e7ac91ab6f5f94999 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_be64a3aa6dd9f4afeb51ca4504e8a08c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d47faf9f9529b8cc168474e44c8bcb8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34dfb52c050ea3e8cdfb155f12441347 = $(`<div id="html_34dfb52c050ea3e8cdfb155f12441347" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_0d47faf9f9529b8cc168474e44c8bcb8.setContent(html_34dfb52c050ea3e8cdfb155f12441347);
|
|
|
|
|
|
|
|
marker_0a9f7d3eef8fed7e7ac91ab6f5f94999.bindPopup(popup_0d47faf9f9529b8cc168474e44c8bcb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a9f7d3eef8fed7e7ac91ab6f5f94999.setIcon(icon_be64a3aa6dd9f4afeb51ca4504e8a08c);
|
|
|
|
|
|
var marker_f90f508aa529f9b625d6fcb2ecd8ff2e = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_9492863bc27a308718f0749e8eb86810 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72de4158b87289eced4bd21f01cc7505 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d83b82cee498458d8b28e246e4576f17 = $(`<div id="html_d83b82cee498458d8b28e246e4576f17" style="width: 100.0%; height: 100.0%;">orangesync.tech</div>`)[0];
|
|
popup_72de4158b87289eced4bd21f01cc7505.setContent(html_d83b82cee498458d8b28e246e4576f17);
|
|
|
|
|
|
|
|
marker_f90f508aa529f9b625d6fcb2ecd8ff2e.bindPopup(popup_72de4158b87289eced4bd21f01cc7505)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f90f508aa529f9b625d6fcb2ecd8ff2e.setIcon(icon_9492863bc27a308718f0749e8eb86810);
|
|
|
|
|
|
var marker_5b64173d7292853fb8a3c54f99d03477 = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_5e085ce2b6a76d77c19508b4ecb815f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_394d000c5ccd83ecab7e5215313a0d79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6f2081ba7c5523ce7bc001e844a5045 = $(`<div id="html_c6f2081ba7c5523ce7bc001e844a5045" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_394d000c5ccd83ecab7e5215313a0d79.setContent(html_c6f2081ba7c5523ce7bc001e844a5045);
|
|
|
|
|
|
|
|
marker_5b64173d7292853fb8a3c54f99d03477.bindPopup(popup_394d000c5ccd83ecab7e5215313a0d79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b64173d7292853fb8a3c54f99d03477.setIcon(icon_5e085ce2b6a76d77c19508b4ecb815f8);
|
|
|
|
|
|
var marker_cc35c706398554e095fdbce15a6a3c20 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_45b348031ec0f455920bdd32db139fd5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13843772dbd7dcd81fdf867c83daa7a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd1ab323b6a37c230de74c7755479f39 = $(`<div id="html_bd1ab323b6a37c230de74c7755479f39" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_13843772dbd7dcd81fdf867c83daa7a2.setContent(html_bd1ab323b6a37c230de74c7755479f39);
|
|
|
|
|
|
|
|
marker_cc35c706398554e095fdbce15a6a3c20.bindPopup(popup_13843772dbd7dcd81fdf867c83daa7a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc35c706398554e095fdbce15a6a3c20.setIcon(icon_45b348031ec0f455920bdd32db139fd5);
|
|
|
|
|
|
var marker_afe0bdedfdd867334e1f7b6c2a334575 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_db8c3255ec9d26c9585ee49cc55227ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d4c665466745fa16e8c2c6e66dad54a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67800b147519a9a7871ecc15c57b310d = $(`<div id="html_67800b147519a9a7871ecc15c57b310d" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_0d4c665466745fa16e8c2c6e66dad54a.setContent(html_67800b147519a9a7871ecc15c57b310d);
|
|
|
|
|
|
|
|
marker_afe0bdedfdd867334e1f7b6c2a334575.bindPopup(popup_0d4c665466745fa16e8c2c6e66dad54a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_afe0bdedfdd867334e1f7b6c2a334575.setIcon(icon_db8c3255ec9d26c9585ee49cc55227ec);
|
|
|
|
|
|
var marker_1da514bd68e0e9c5c06c6338a293c946 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_e9fcfd476791b91fa87ffe51387b3588 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a5d372bd39301c8f90df560c69d35c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_285146b7f8db1b1daa9911d8456d0d3a = $(`<div id="html_285146b7f8db1b1daa9911d8456d0d3a" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_3a5d372bd39301c8f90df560c69d35c7.setContent(html_285146b7f8db1b1daa9911d8456d0d3a);
|
|
|
|
|
|
|
|
marker_1da514bd68e0e9c5c06c6338a293c946.bindPopup(popup_3a5d372bd39301c8f90df560c69d35c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1da514bd68e0e9c5c06c6338a293c946.setIcon(icon_e9fcfd476791b91fa87ffe51387b3588);
|
|
|
|
|
|
var marker_ebd081d03fd1ca770549289ae4ed33cd = L.marker(
|
|
[47.4043, 8.57398],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_c2ba93cacfcbd4e0e5ef89b39ec2476e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f697a022fd2833c2392f73b465aa0d4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23b9b0ffc7a3a1783b08bd584e598c4f = $(`<div id="html_23b9b0ffc7a3a1783b08bd584e598c4f" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_f697a022fd2833c2392f73b465aa0d4a.setContent(html_23b9b0ffc7a3a1783b08bd584e598c4f);
|
|
|
|
|
|
|
|
marker_ebd081d03fd1ca770549289ae4ed33cd.bindPopup(popup_f697a022fd2833c2392f73b465aa0d4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebd081d03fd1ca770549289ae4ed33cd.setIcon(icon_c2ba93cacfcbd4e0e5ef89b39ec2476e);
|
|
|
|
|
|
var marker_29c7c1fda4f32c514fc42e554c639c3d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_604a0076c289dd8a56f09627e9aaf3c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93ebdd2423ac34e6fbb9dbaa7791a46d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1d261706c1c8d3f5ea5172f90ada5b8 = $(`<div id="html_d1d261706c1c8d3f5ea5172f90ada5b8" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_93ebdd2423ac34e6fbb9dbaa7791a46d.setContent(html_d1d261706c1c8d3f5ea5172f90ada5b8);
|
|
|
|
|
|
|
|
marker_29c7c1fda4f32c514fc42e554c639c3d.bindPopup(popup_93ebdd2423ac34e6fbb9dbaa7791a46d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29c7c1fda4f32c514fc42e554c639c3d.setIcon(icon_604a0076c289dd8a56f09627e9aaf3c6);
|
|
|
|
|
|
var marker_8d1f0f6eaac4372ae257e7ec4db61de2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_7e000f8b77714ab49a1f40f70f8dc996 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64febf0fc5ee51dae641ea42bd10c2db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8781548b43ca3068be6c50c0e8f4ae35 = $(`<div id="html_8781548b43ca3068be6c50c0e8f4ae35" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_64febf0fc5ee51dae641ea42bd10c2db.setContent(html_8781548b43ca3068be6c50c0e8f4ae35);
|
|
|
|
|
|
|
|
marker_8d1f0f6eaac4372ae257e7ec4db61de2.bindPopup(popup_64febf0fc5ee51dae641ea42bd10c2db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d1f0f6eaac4372ae257e7ec4db61de2.setIcon(icon_7e000f8b77714ab49a1f40f70f8dc996);
|
|
|
|
|
|
var marker_c7141cc12270a411adf7f6067c07294e = L.marker(
|
|
[36.55, 139.733],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_35d7aaeca1c550569e808179a0e162b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ed7f19b41121848f934437f753f6834 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85737122312218bc7216d5309c88b979 = $(`<div id="html_85737122312218bc7216d5309c88b979" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_9ed7f19b41121848f934437f753f6834.setContent(html_85737122312218bc7216d5309c88b979);
|
|
|
|
|
|
|
|
marker_c7141cc12270a411adf7f6067c07294e.bindPopup(popup_9ed7f19b41121848f934437f753f6834)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7141cc12270a411adf7f6067c07294e.setIcon(icon_35d7aaeca1c550569e808179a0e162b6);
|
|
|
|
|
|
var marker_4ba92d91c7d730ebd487fe6f186fac6d = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_ce98c3d5be4a86c39bfa69ca902268e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f05b44b6639cd70bdc62ab700e14758 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d89412e7152eef0fcfce539f8f9bfa39 = $(`<div id="html_d89412e7152eef0fcfce539f8f9bfa39" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_4f05b44b6639cd70bdc62ab700e14758.setContent(html_d89412e7152eef0fcfce539f8f9bfa39);
|
|
|
|
|
|
|
|
marker_4ba92d91c7d730ebd487fe6f186fac6d.bindPopup(popup_4f05b44b6639cd70bdc62ab700e14758)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ba92d91c7d730ebd487fe6f186fac6d.setIcon(icon_ce98c3d5be4a86c39bfa69ca902268e8);
|
|
|
|
|
|
var marker_15a526a54e901011f818b40d73d7261b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_96f161baff78dee2b03b9d5f5c1e57b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bc76460eccd605da018f9857b4f4892 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4193fb9d7d8726f70926bb907466443 = $(`<div id="html_f4193fb9d7d8726f70926bb907466443" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_0bc76460eccd605da018f9857b4f4892.setContent(html_f4193fb9d7d8726f70926bb907466443);
|
|
|
|
|
|
|
|
marker_15a526a54e901011f818b40d73d7261b.bindPopup(popup_0bc76460eccd605da018f9857b4f4892)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15a526a54e901011f818b40d73d7261b.setIcon(icon_96f161baff78dee2b03b9d5f5c1e57b4);
|
|
|
|
|
|
var marker_de97d59dc20aaad84486c97b37b618a4 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_b859d27a1049f26f9186eca85ae0eddf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e813bd9ce423e68a437e378dc4d28b4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9833b42fb959a103bdc4be3d780f9d82 = $(`<div id="html_9833b42fb959a103bdc4be3d780f9d82" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_e813bd9ce423e68a437e378dc4d28b4f.setContent(html_9833b42fb959a103bdc4be3d780f9d82);
|
|
|
|
|
|
|
|
marker_de97d59dc20aaad84486c97b37b618a4.bindPopup(popup_e813bd9ce423e68a437e378dc4d28b4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de97d59dc20aaad84486c97b37b618a4.setIcon(icon_b859d27a1049f26f9186eca85ae0eddf);
|
|
|
|
|
|
var marker_dbf19d21f0ebe53384f92f1c527b596f = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_f20d0c31a22fd2237a0584740aa8318a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a59e16b72948341d1b07b4825bf9df83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_345b2fc4723ef8347c573263654ab798 = $(`<div id="html_345b2fc4723ef8347c573263654ab798" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_a59e16b72948341d1b07b4825bf9df83.setContent(html_345b2fc4723ef8347c573263654ab798);
|
|
|
|
|
|
|
|
marker_dbf19d21f0ebe53384f92f1c527b596f.bindPopup(popup_a59e16b72948341d1b07b4825bf9df83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbf19d21f0ebe53384f92f1c527b596f.setIcon(icon_f20d0c31a22fd2237a0584740aa8318a);
|
|
|
|
|
|
var marker_addf3291ea76a9a1e1aff755d741e9f6 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_2c904b08248453dd3f45bf65a2c5876c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6fbe1308c5adc38375f2e99e0d414201 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb7ee28b21d3d62fbbaca22e0c078d9f = $(`<div id="html_bb7ee28b21d3d62fbbaca22e0c078d9f" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_6fbe1308c5adc38375f2e99e0d414201.setContent(html_bb7ee28b21d3d62fbbaca22e0c078d9f);
|
|
|
|
|
|
|
|
marker_addf3291ea76a9a1e1aff755d741e9f6.bindPopup(popup_6fbe1308c5adc38375f2e99e0d414201)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_addf3291ea76a9a1e1aff755d741e9f6.setIcon(icon_2c904b08248453dd3f45bf65a2c5876c);
|
|
|
|
|
|
var marker_601e6c0734e2b7dbea0f80ed3673b372 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_1c3afe29b23824fa95beaf65ec829ec3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f544b83498e3d5bf29f704139838eca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c155734077e55ed7b57db0157447681 = $(`<div id="html_8c155734077e55ed7b57db0157447681" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_4f544b83498e3d5bf29f704139838eca.setContent(html_8c155734077e55ed7b57db0157447681);
|
|
|
|
|
|
|
|
marker_601e6c0734e2b7dbea0f80ed3673b372.bindPopup(popup_4f544b83498e3d5bf29f704139838eca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_601e6c0734e2b7dbea0f80ed3673b372.setIcon(icon_1c3afe29b23824fa95beaf65ec829ec3);
|
|
|
|
|
|
var marker_e7ad1b18331c52300fd595cd8e9f52b1 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_6678a413873d55db79ad35c4bd44d67d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6544895f42aa41844a97a3cdefabbccb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_450a19ec1f03c5670e1e2af72bff1153 = $(`<div id="html_450a19ec1f03c5670e1e2af72bff1153" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_6544895f42aa41844a97a3cdefabbccb.setContent(html_450a19ec1f03c5670e1e2af72bff1153);
|
|
|
|
|
|
|
|
marker_e7ad1b18331c52300fd595cd8e9f52b1.bindPopup(popup_6544895f42aa41844a97a3cdefabbccb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7ad1b18331c52300fd595cd8e9f52b1.setIcon(icon_6678a413873d55db79ad35c4bd44d67d);
|
|
|
|
|
|
var marker_a4ac3e113a0247eba1319909ebf2144c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_edd108fcc6f60a36157d7d74d2cc0c9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a596d97e58b4c0543c900a9b83866fe7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a38cb76278f47a4b1ce4a598d427d46 = $(`<div id="html_3a38cb76278f47a4b1ce4a598d427d46" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_a596d97e58b4c0543c900a9b83866fe7.setContent(html_3a38cb76278f47a4b1ce4a598d427d46);
|
|
|
|
|
|
|
|
marker_a4ac3e113a0247eba1319909ebf2144c.bindPopup(popup_a596d97e58b4c0543c900a9b83866fe7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4ac3e113a0247eba1319909ebf2144c.setIcon(icon_edd108fcc6f60a36157d7d74d2cc0c9c);
|
|
|
|
|
|
var marker_379184ef8e8d998868b966d5d536363c = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_1db67fecc032c1c4e0892cd832371e5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5f69dc2f8c16feb495cf1213064232b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c430ed9024e36e583a6487d9720d6ff5 = $(`<div id="html_c430ed9024e36e583a6487d9720d6ff5" style="width: 100.0%; height: 100.0%;">nostr.kalf.org</div>`)[0];
|
|
popup_f5f69dc2f8c16feb495cf1213064232b.setContent(html_c430ed9024e36e583a6487d9720d6ff5);
|
|
|
|
|
|
|
|
marker_379184ef8e8d998868b966d5d536363c.bindPopup(popup_f5f69dc2f8c16feb495cf1213064232b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_379184ef8e8d998868b966d5d536363c.setIcon(icon_1db67fecc032c1c4e0892cd832371e5a);
|
|
|
|
|
|
var marker_fe5850b29d0187dfe6e236e8e0030777 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_34e69c6d20b99f8be4c71856884c3e81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cf90d85b54d6a569f1f9b199235e9d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3db147fda7327da49b94218be0692c1 = $(`<div id="html_a3db147fda7327da49b94218be0692c1" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_0cf90d85b54d6a569f1f9b199235e9d4.setContent(html_a3db147fda7327da49b94218be0692c1);
|
|
|
|
|
|
|
|
marker_fe5850b29d0187dfe6e236e8e0030777.bindPopup(popup_0cf90d85b54d6a569f1f9b199235e9d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe5850b29d0187dfe6e236e8e0030777.setIcon(icon_34e69c6d20b99f8be4c71856884c3e81);
|
|
|
|
|
|
var marker_6951da46ebe7227c722b595ae2ac7e5b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_a4460fa0185e022669407829f41892c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30cc3affef13f090235c4d42eb084338 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_466f977aa578b01b0ec0ba0ba43cf0cb = $(`<div id="html_466f977aa578b01b0ec0ba0ba43cf0cb" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_30cc3affef13f090235c4d42eb084338.setContent(html_466f977aa578b01b0ec0ba0ba43cf0cb);
|
|
|
|
|
|
|
|
marker_6951da46ebe7227c722b595ae2ac7e5b.bindPopup(popup_30cc3affef13f090235c4d42eb084338)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6951da46ebe7227c722b595ae2ac7e5b.setIcon(icon_a4460fa0185e022669407829f41892c5);
|
|
|
|
|
|
var marker_e430d4d63cc1759850ceb51119fed079 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_65cff2525913b05b1ecaaa480462bc09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_669d937360179a0542a9002f643d39b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d53882b99c9a64533baa46e0b357d4a9 = $(`<div id="html_d53882b99c9a64533baa46e0b357d4a9" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_669d937360179a0542a9002f643d39b4.setContent(html_d53882b99c9a64533baa46e0b357d4a9);
|
|
|
|
|
|
|
|
marker_e430d4d63cc1759850ceb51119fed079.bindPopup(popup_669d937360179a0542a9002f643d39b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e430d4d63cc1759850ceb51119fed079.setIcon(icon_65cff2525913b05b1ecaaa480462bc09);
|
|
|
|
|
|
var marker_34ae708f2dc6645d2a330c63f4714526 = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_a067c91ba7218451202ed87af4b6d286 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d07ccbc4e5f1cf8eb42e650253bfe09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cfc58ba604d755769756582ba32d7ec = $(`<div id="html_7cfc58ba604d755769756582ba32d7ec" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_7d07ccbc4e5f1cf8eb42e650253bfe09.setContent(html_7cfc58ba604d755769756582ba32d7ec);
|
|
|
|
|
|
|
|
marker_34ae708f2dc6645d2a330c63f4714526.bindPopup(popup_7d07ccbc4e5f1cf8eb42e650253bfe09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34ae708f2dc6645d2a330c63f4714526.setIcon(icon_a067c91ba7218451202ed87af4b6d286);
|
|
|
|
|
|
var marker_bee7e5721384a0956ba6ba37ac111cc3 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_a62fc80f6c41459bd3ff9c43731ae986 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ae4740d2c9c86e41ca76bddd5467e5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3671ea6712be0588cefc3c5bff38201 = $(`<div id="html_c3671ea6712be0588cefc3c5bff38201" style="width: 100.0%; height: 100.0%;">relay.nostr.band</div>`)[0];
|
|
popup_5ae4740d2c9c86e41ca76bddd5467e5c.setContent(html_c3671ea6712be0588cefc3c5bff38201);
|
|
|
|
|
|
|
|
marker_bee7e5721384a0956ba6ba37ac111cc3.bindPopup(popup_5ae4740d2c9c86e41ca76bddd5467e5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bee7e5721384a0956ba6ba37ac111cc3.setIcon(icon_a62fc80f6c41459bd3ff9c43731ae986);
|
|
|
|
|
|
var marker_be7d693434474aaaa47d52f1ecc59e38 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_1e0b04dbf31fb978ab5f8ae204cad4e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd7ed40143aadf7a0aaa7e5276b58e05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2c1683648bea2ca7f995bee1c5d06b5 = $(`<div id="html_c2c1683648bea2ca7f995bee1c5d06b5" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_fd7ed40143aadf7a0aaa7e5276b58e05.setContent(html_c2c1683648bea2ca7f995bee1c5d06b5);
|
|
|
|
|
|
|
|
marker_be7d693434474aaaa47d52f1ecc59e38.bindPopup(popup_fd7ed40143aadf7a0aaa7e5276b58e05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be7d693434474aaaa47d52f1ecc59e38.setIcon(icon_1e0b04dbf31fb978ab5f8ae204cad4e7);
|
|
|
|
|
|
var marker_620a11822a5ba659e5f4f23139655c44 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_f84665b68e352608982718560e4173fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4064d5522258d193cf8e364e71f7c448 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f02583d63c13f16d477ca5de528b21c = $(`<div id="html_7f02583d63c13f16d477ca5de528b21c" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_4064d5522258d193cf8e364e71f7c448.setContent(html_7f02583d63c13f16d477ca5de528b21c);
|
|
|
|
|
|
|
|
marker_620a11822a5ba659e5f4f23139655c44.bindPopup(popup_4064d5522258d193cf8e364e71f7c448)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_620a11822a5ba659e5f4f23139655c44.setIcon(icon_f84665b68e352608982718560e4173fc);
|
|
|
|
|
|
var marker_ec1f7507ecb91009c3397960266420a1 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_188280d72f8e8ec04b791a3fb848a78a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_698f924ec7f6e7796c06f6c42a0a1f99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad26ba46ef995a6ded13db9f473ce0f9 = $(`<div id="html_ad26ba46ef995a6ded13db9f473ce0f9" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_698f924ec7f6e7796c06f6c42a0a1f99.setContent(html_ad26ba46ef995a6ded13db9f473ce0f9);
|
|
|
|
|
|
|
|
marker_ec1f7507ecb91009c3397960266420a1.bindPopup(popup_698f924ec7f6e7796c06f6c42a0a1f99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec1f7507ecb91009c3397960266420a1.setIcon(icon_188280d72f8e8ec04b791a3fb848a78a);
|
|
|
|
|
|
var marker_49f379cbbe931e611de3d90e55aeab5b = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_7968ac3f86c864179a50057e9db7a3ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_647e83a3d33e598621a6d1f2dd3d213d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52ada350df5829daeeb45e48fda84955 = $(`<div id="html_52ada350df5829daeeb45e48fda84955" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_647e83a3d33e598621a6d1f2dd3d213d.setContent(html_52ada350df5829daeeb45e48fda84955);
|
|
|
|
|
|
|
|
marker_49f379cbbe931e611de3d90e55aeab5b.bindPopup(popup_647e83a3d33e598621a6d1f2dd3d213d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49f379cbbe931e611de3d90e55aeab5b.setIcon(icon_7968ac3f86c864179a50057e9db7a3ca);
|
|
|
|
|
|
var marker_8476fe47b7e095f356442e75a9e6c5b4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_6468ac8339bfb3fa8708028672fe8c16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b8650316089909708bacb42fe556c4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a39175552beed83b54ae577a565738d = $(`<div id="html_7a39175552beed83b54ae577a565738d" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_1b8650316089909708bacb42fe556c4b.setContent(html_7a39175552beed83b54ae577a565738d);
|
|
|
|
|
|
|
|
marker_8476fe47b7e095f356442e75a9e6c5b4.bindPopup(popup_1b8650316089909708bacb42fe556c4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8476fe47b7e095f356442e75a9e6c5b4.setIcon(icon_6468ac8339bfb3fa8708028672fe8c16);
|
|
|
|
|
|
var marker_925905a16a7dc458d2c6a81eda4f02c3 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_e1e1ca75326ed5cf9e04b709a2e2adf1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34fcafc33104abf5c6c8b141ccdcc0cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_381a03e86f1c88cb7bc804cb31e1c426 = $(`<div id="html_381a03e86f1c88cb7bc804cb31e1c426" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_34fcafc33104abf5c6c8b141ccdcc0cc.setContent(html_381a03e86f1c88cb7bc804cb31e1c426);
|
|
|
|
|
|
|
|
marker_925905a16a7dc458d2c6a81eda4f02c3.bindPopup(popup_34fcafc33104abf5c6c8b141ccdcc0cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_925905a16a7dc458d2c6a81eda4f02c3.setIcon(icon_e1e1ca75326ed5cf9e04b709a2e2adf1);
|
|
|
|
|
|
var marker_1f23f439cd63d08869c70aba2d0f1159 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_c4e0d05ff160b7c94d71a7cbfc1817cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f1b8dd8641492c99280e932649bde75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ee1753db73e3a1fdbb813266c0e58eb = $(`<div id="html_2ee1753db73e3a1fdbb813266c0e58eb" style="width: 100.0%; height: 100.0%;">pyramid.fiatjaf.com</div>`)[0];
|
|
popup_7f1b8dd8641492c99280e932649bde75.setContent(html_2ee1753db73e3a1fdbb813266c0e58eb);
|
|
|
|
|
|
|
|
marker_1f23f439cd63d08869c70aba2d0f1159.bindPopup(popup_7f1b8dd8641492c99280e932649bde75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f23f439cd63d08869c70aba2d0f1159.setIcon(icon_c4e0d05ff160b7c94d71a7cbfc1817cb);
|
|
|
|
|
|
var marker_99e9e8fad7e7c0924f6b2b4d0eb6e67e = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_70b473ab43582aaf1c345850d887511a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ecbb12b8622f5d19694064de439a98f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa8da2a3b1d8c6b42bedffe03d5ba938 = $(`<div id="html_fa8da2a3b1d8c6b42bedffe03d5ba938" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_7ecbb12b8622f5d19694064de439a98f.setContent(html_fa8da2a3b1d8c6b42bedffe03d5ba938);
|
|
|
|
|
|
|
|
marker_99e9e8fad7e7c0924f6b2b4d0eb6e67e.bindPopup(popup_7ecbb12b8622f5d19694064de439a98f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99e9e8fad7e7c0924f6b2b4d0eb6e67e.setIcon(icon_70b473ab43582aaf1c345850d887511a);
|
|
|
|
|
|
var marker_4405fe9ed0ea954c539862224eb2e423 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_c8842f2f54d479a420b3ef4292813328 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16c700e8d47c4225c4ea5ba2e75bc366 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a78ff1cfc6bef735372a4fe16f10900f = $(`<div id="html_a78ff1cfc6bef735372a4fe16f10900f" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_16c700e8d47c4225c4ea5ba2e75bc366.setContent(html_a78ff1cfc6bef735372a4fe16f10900f);
|
|
|
|
|
|
|
|
marker_4405fe9ed0ea954c539862224eb2e423.bindPopup(popup_16c700e8d47c4225c4ea5ba2e75bc366)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4405fe9ed0ea954c539862224eb2e423.setIcon(icon_c8842f2f54d479a420b3ef4292813328);
|
|
|
|
|
|
var marker_4254c79c490d4e8060dea12f77b3072c = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_7ed718e9404e7651c65e77693abb76a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f74dc0ecedd65f487d4f1fb21249690 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_613e579b5590ff20b6a8494f57bf4923 = $(`<div id="html_613e579b5590ff20b6a8494f57bf4923" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_2f74dc0ecedd65f487d4f1fb21249690.setContent(html_613e579b5590ff20b6a8494f57bf4923);
|
|
|
|
|
|
|
|
marker_4254c79c490d4e8060dea12f77b3072c.bindPopup(popup_2f74dc0ecedd65f487d4f1fb21249690)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4254c79c490d4e8060dea12f77b3072c.setIcon(icon_7ed718e9404e7651c65e77693abb76a8);
|
|
|
|
|
|
var marker_d418a07a4e9ae6840a9f713c7d4dd836 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_a183d1a747c45de4c5c8efa26a3cfdb6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef8a4f7b677dfd6c707f1a989385cb69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c797940b03fcea3c933adda8ea9aa28 = $(`<div id="html_3c797940b03fcea3c933adda8ea9aa28" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_ef8a4f7b677dfd6c707f1a989385cb69.setContent(html_3c797940b03fcea3c933adda8ea9aa28);
|
|
|
|
|
|
|
|
marker_d418a07a4e9ae6840a9f713c7d4dd836.bindPopup(popup_ef8a4f7b677dfd6c707f1a989385cb69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d418a07a4e9ae6840a9f713c7d4dd836.setIcon(icon_a183d1a747c45de4c5c8efa26a3cfdb6);
|
|
|
|
|
|
var marker_dd7a8c27ea06798077e55ef4a516662d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_88cb16a42258720037c11870f83fb596 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c113e974be499c61b91b858d583e4bd9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86c1060c3ec0ed0a436035f0e4be8b9a = $(`<div id="html_86c1060c3ec0ed0a436035f0e4be8b9a" style="width: 100.0%; height: 100.0%;">nostr-01.uid.ovh</div>`)[0];
|
|
popup_c113e974be499c61b91b858d583e4bd9.setContent(html_86c1060c3ec0ed0a436035f0e4be8b9a);
|
|
|
|
|
|
|
|
marker_dd7a8c27ea06798077e55ef4a516662d.bindPopup(popup_c113e974be499c61b91b858d583e4bd9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd7a8c27ea06798077e55ef4a516662d.setIcon(icon_88cb16a42258720037c11870f83fb596);
|
|
|
|
|
|
var marker_dfdf957d9c1ffc2bc204c566c3e2b36d = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_af8eeca149c3ced05b198f9386428216 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ac0f36e2a4dd1f3571aee9dd9ffe8e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c47d8e19eef6d684adccceff3270c97d = $(`<div id="html_c47d8e19eef6d684adccceff3270c97d" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_0ac0f36e2a4dd1f3571aee9dd9ffe8e3.setContent(html_c47d8e19eef6d684adccceff3270c97d);
|
|
|
|
|
|
|
|
marker_dfdf957d9c1ffc2bc204c566c3e2b36d.bindPopup(popup_0ac0f36e2a4dd1f3571aee9dd9ffe8e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dfdf957d9c1ffc2bc204c566c3e2b36d.setIcon(icon_af8eeca149c3ced05b198f9386428216);
|
|
|
|
|
|
var marker_73b4f866d177334acc4838bcaf6cca85 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_de8eb0462b99868a343dd9bce2d9254d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_345e829a70dd0e0b1a8602209389e0d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c919f76658835e8411bd079d0096fea5 = $(`<div id="html_c919f76658835e8411bd079d0096fea5" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_345e829a70dd0e0b1a8602209389e0d2.setContent(html_c919f76658835e8411bd079d0096fea5);
|
|
|
|
|
|
|
|
marker_73b4f866d177334acc4838bcaf6cca85.bindPopup(popup_345e829a70dd0e0b1a8602209389e0d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73b4f866d177334acc4838bcaf6cca85.setIcon(icon_de8eb0462b99868a343dd9bce2d9254d);
|
|
|
|
|
|
var marker_b40c2956304afdc5471a4b2e0a8bc2f2 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_c060eb34d2ec27d5df74483c7aad1ea0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb823def112d95a03a7bf191a95d9501 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_823c62869026758668b54d80b9ce8109 = $(`<div id="html_823c62869026758668b54d80b9ce8109" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_cb823def112d95a03a7bf191a95d9501.setContent(html_823c62869026758668b54d80b9ce8109);
|
|
|
|
|
|
|
|
marker_b40c2956304afdc5471a4b2e0a8bc2f2.bindPopup(popup_cb823def112d95a03a7bf191a95d9501)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b40c2956304afdc5471a4b2e0a8bc2f2.setIcon(icon_c060eb34d2ec27d5df74483c7aad1ea0);
|
|
|
|
|
|
var marker_3c52022c4b1c70fedfc5efb67effa74c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_42926ce6543f56b1a99e740894e0f2a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_621a7c749e2610ceb6e503dc0be66806 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d01244225808befffee2a21f95caa5ad = $(`<div id="html_d01244225808befffee2a21f95caa5ad" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_621a7c749e2610ceb6e503dc0be66806.setContent(html_d01244225808befffee2a21f95caa5ad);
|
|
|
|
|
|
|
|
marker_3c52022c4b1c70fedfc5efb67effa74c.bindPopup(popup_621a7c749e2610ceb6e503dc0be66806)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c52022c4b1c70fedfc5efb67effa74c.setIcon(icon_42926ce6543f56b1a99e740894e0f2a5);
|
|
|
|
|
|
var marker_e1ad68aec31dc846a8c55525f899fec3 = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_bf9e1d3c0837f42c69fa43123eba8b42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16486f94914dd10db3f69634f8dbf308 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d736dab1feeacb57c7e4d72e25c29f8f = $(`<div id="html_d736dab1feeacb57c7e4d72e25c29f8f" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_16486f94914dd10db3f69634f8dbf308.setContent(html_d736dab1feeacb57c7e4d72e25c29f8f);
|
|
|
|
|
|
|
|
marker_e1ad68aec31dc846a8c55525f899fec3.bindPopup(popup_16486f94914dd10db3f69634f8dbf308)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1ad68aec31dc846a8c55525f899fec3.setIcon(icon_bf9e1d3c0837f42c69fa43123eba8b42);
|
|
|
|
|
|
var marker_ed43f12a40c1de42fb30d948b14e1a37 = L.marker(
|
|
[53.5501, -113.469],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_31baef1db3821cee2b827483ceae4b7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c99922f74e77bc48f24c2124560ef29d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf71f3a6508ded4a6c8b68831002b2cb = $(`<div id="html_bf71f3a6508ded4a6c8b68831002b2cb" style="width: 100.0%; height: 100.0%;">nostr.coincards.com</div>`)[0];
|
|
popup_c99922f74e77bc48f24c2124560ef29d.setContent(html_bf71f3a6508ded4a6c8b68831002b2cb);
|
|
|
|
|
|
|
|
marker_ed43f12a40c1de42fb30d948b14e1a37.bindPopup(popup_c99922f74e77bc48f24c2124560ef29d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed43f12a40c1de42fb30d948b14e1a37.setIcon(icon_31baef1db3821cee2b827483ceae4b7a);
|
|
|
|
|
|
var marker_c18c7e8e94da47cfe9449f53095980fd = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_211acf62700bb10f55af0e11a7d3212b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18f3ce0c8b7729a552be90341d239323 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9c0ad3f29be64a6d7c53ae1574b64e0 = $(`<div id="html_b9c0ad3f29be64a6d7c53ae1574b64e0" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_18f3ce0c8b7729a552be90341d239323.setContent(html_b9c0ad3f29be64a6d7c53ae1574b64e0);
|
|
|
|
|
|
|
|
marker_c18c7e8e94da47cfe9449f53095980fd.bindPopup(popup_18f3ce0c8b7729a552be90341d239323)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c18c7e8e94da47cfe9449f53095980fd.setIcon(icon_211acf62700bb10f55af0e11a7d3212b);
|
|
|
|
|
|
var marker_9015d611279375ed1a17250a0e296add = L.marker(
|
|
[30.2672, -97.7431],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_77176bebe1487c356d6e50dcba3a47b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06892d4a9496c7a7a94daa1e3b3d7683 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba0eb296937d381f58ff4d8daeaee12b = $(`<div id="html_ba0eb296937d381f58ff4d8daeaee12b" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_06892d4a9496c7a7a94daa1e3b3d7683.setContent(html_ba0eb296937d381f58ff4d8daeaee12b);
|
|
|
|
|
|
|
|
marker_9015d611279375ed1a17250a0e296add.bindPopup(popup_06892d4a9496c7a7a94daa1e3b3d7683)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9015d611279375ed1a17250a0e296add.setIcon(icon_77176bebe1487c356d6e50dcba3a47b7);
|
|
|
|
|
|
var marker_2eefc48f3e11c2e2d50ac10f4dabc27b = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_eeec1d44edac1bcd5a853f887d24fb50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e37a22622620db3be650200524ad7b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0056a3554279622570ca3971ac3d02c4 = $(`<div id="html_0056a3554279622570ca3971ac3d02c4" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_1e37a22622620db3be650200524ad7b4.setContent(html_0056a3554279622570ca3971ac3d02c4);
|
|
|
|
|
|
|
|
marker_2eefc48f3e11c2e2d50ac10f4dabc27b.bindPopup(popup_1e37a22622620db3be650200524ad7b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2eefc48f3e11c2e2d50ac10f4dabc27b.setIcon(icon_eeec1d44edac1bcd5a853f887d24fb50);
|
|
|
|
|
|
var marker_82ad8feb25465ffe924594041d1dbaa6 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_2d20e3c5d9304d8ff0393b8facd2ab33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a0a82493e9c5f442957125b4889bc07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc21eb27a1ad7f10a67abd251959130c = $(`<div id="html_cc21eb27a1ad7f10a67abd251959130c" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_0a0a82493e9c5f442957125b4889bc07.setContent(html_cc21eb27a1ad7f10a67abd251959130c);
|
|
|
|
|
|
|
|
marker_82ad8feb25465ffe924594041d1dbaa6.bindPopup(popup_0a0a82493e9c5f442957125b4889bc07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82ad8feb25465ffe924594041d1dbaa6.setIcon(icon_2d20e3c5d9304d8ff0393b8facd2ab33);
|
|
|
|
|
|
var marker_2b2b46d7878c8e65f32fb271ee426278 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_56ad01687f19b8ca583a76390d8ed9e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76d0ec9fbdd6a813bbbdaf2147fedaf0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8012d2075931a193e2fb8e8228e53b91 = $(`<div id="html_8012d2075931a193e2fb8e8228e53b91" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_76d0ec9fbdd6a813bbbdaf2147fedaf0.setContent(html_8012d2075931a193e2fb8e8228e53b91);
|
|
|
|
|
|
|
|
marker_2b2b46d7878c8e65f32fb271ee426278.bindPopup(popup_76d0ec9fbdd6a813bbbdaf2147fedaf0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b2b46d7878c8e65f32fb271ee426278.setIcon(icon_56ad01687f19b8ca583a76390d8ed9e4);
|
|
|
|
|
|
var marker_49d77e911e8875c51b9ec190ff582896 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_512237e31bc59a5996f3aba4651a192c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_903e0ae0695e53fa3b8a58ea2e24a668 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c49f0118877a0fd4238c7fc341e7fe2 = $(`<div id="html_8c49f0118877a0fd4238c7fc341e7fe2" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_903e0ae0695e53fa3b8a58ea2e24a668.setContent(html_8c49f0118877a0fd4238c7fc341e7fe2);
|
|
|
|
|
|
|
|
marker_49d77e911e8875c51b9ec190ff582896.bindPopup(popup_903e0ae0695e53fa3b8a58ea2e24a668)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49d77e911e8875c51b9ec190ff582896.setIcon(icon_512237e31bc59a5996f3aba4651a192c);
|
|
|
|
|
|
var marker_633b8e2e26f8cfd9a32b926298ff0af4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_f323de9404c118b2cbd659af22e163d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f0712c73aec9fdd99f098f6d66c051f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e20b272b946c7c24e0cee61df25db21 = $(`<div id="html_7e20b272b946c7c24e0cee61df25db21" style="width: 100.0%; height: 100.0%;">nostr-02.uid.ovh</div>`)[0];
|
|
popup_6f0712c73aec9fdd99f098f6d66c051f.setContent(html_7e20b272b946c7c24e0cee61df25db21);
|
|
|
|
|
|
|
|
marker_633b8e2e26f8cfd9a32b926298ff0af4.bindPopup(popup_6f0712c73aec9fdd99f098f6d66c051f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_633b8e2e26f8cfd9a32b926298ff0af4.setIcon(icon_f323de9404c118b2cbd659af22e163d0);
|
|
|
|
|
|
var marker_49a6cd7fe9791656789e503b471997a8 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_75ed37dbf9e6d85f75c890f87e4fb7e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db119d0f2fd5044e018bf349693f2ee8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbdf9c1cd2faef6ae47f6a80848ac452 = $(`<div id="html_dbdf9c1cd2faef6ae47f6a80848ac452" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_db119d0f2fd5044e018bf349693f2ee8.setContent(html_dbdf9c1cd2faef6ae47f6a80848ac452);
|
|
|
|
|
|
|
|
marker_49a6cd7fe9791656789e503b471997a8.bindPopup(popup_db119d0f2fd5044e018bf349693f2ee8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49a6cd7fe9791656789e503b471997a8.setIcon(icon_75ed37dbf9e6d85f75c890f87e4fb7e8);
|
|
|
|
|
|
var marker_e319ffd44c033cd6aed4a9bee0adc885 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_e74e09c43704bacc2db7c62a81ec6341 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d64c2d903d14002f9d80e2b8a6f0c0ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6a410adb81b9545b1c6e4c6481b7038 = $(`<div id="html_b6a410adb81b9545b1c6e4c6481b7038" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_d64c2d903d14002f9d80e2b8a6f0c0ab.setContent(html_b6a410adb81b9545b1c6e4c6481b7038);
|
|
|
|
|
|
|
|
marker_e319ffd44c033cd6aed4a9bee0adc885.bindPopup(popup_d64c2d903d14002f9d80e2b8a6f0c0ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e319ffd44c033cd6aed4a9bee0adc885.setIcon(icon_e74e09c43704bacc2db7c62a81ec6341);
|
|
|
|
|
|
var marker_47f6acceec703666d3a2f059fc47e16b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_7182524e6c4d1829737f18b1b507433f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9abc3b8a7ecf4c84054fe419e84636e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4ceccb6bbbb4a572bb2036e7218266a = $(`<div id="html_c4ceccb6bbbb4a572bb2036e7218266a" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_9abc3b8a7ecf4c84054fe419e84636e6.setContent(html_c4ceccb6bbbb4a572bb2036e7218266a);
|
|
|
|
|
|
|
|
marker_47f6acceec703666d3a2f059fc47e16b.bindPopup(popup_9abc3b8a7ecf4c84054fe419e84636e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47f6acceec703666d3a2f059fc47e16b.setIcon(icon_7182524e6c4d1829737f18b1b507433f);
|
|
|
|
|
|
var marker_4f53f4ad9cc53ba3d7b14b9ea491f5ab = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_abc3dd300c539cac3270c5898273a6bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90aeedc470d503cfeddabbf8e715d4e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a969ef6734e99f5b259dafabca45cea7 = $(`<div id="html_a969ef6734e99f5b259dafabca45cea7" style="width: 100.0%; height: 100.0%;">vitor.nostr1.com</div>`)[0];
|
|
popup_90aeedc470d503cfeddabbf8e715d4e4.setContent(html_a969ef6734e99f5b259dafabca45cea7);
|
|
|
|
|
|
|
|
marker_4f53f4ad9cc53ba3d7b14b9ea491f5ab.bindPopup(popup_90aeedc470d503cfeddabbf8e715d4e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f53f4ad9cc53ba3d7b14b9ea491f5ab.setIcon(icon_abc3dd300c539cac3270c5898273a6bc);
|
|
|
|
|
|
var marker_e2f34b25dc395d9f26b6869e9edf9349 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_8a381f7fa3d4224f2351c6ee176898eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_747f8ec2b0ebaafabc29026503275948 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36415ca3afbbeda942bf846bee56dd4c = $(`<div id="html_36415ca3afbbeda942bf846bee56dd4c" style="width: 100.0%; height: 100.0%;">relay.thibautduchene.fr</div>`)[0];
|
|
popup_747f8ec2b0ebaafabc29026503275948.setContent(html_36415ca3afbbeda942bf846bee56dd4c);
|
|
|
|
|
|
|
|
marker_e2f34b25dc395d9f26b6869e9edf9349.bindPopup(popup_747f8ec2b0ebaafabc29026503275948)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2f34b25dc395d9f26b6869e9edf9349.setIcon(icon_8a381f7fa3d4224f2351c6ee176898eb);
|
|
|
|
|
|
var marker_81436adbf88ab9e966cc9688d13a42b3 = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_73c8eab65cad4ca3298e9543d98d9a24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37bfa4be894342f16b9f3f097d379edc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_887f3deabf7f475ebc2e2c925c60759f = $(`<div id="html_887f3deabf7f475ebc2e2c925c60759f" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_37bfa4be894342f16b9f3f097d379edc.setContent(html_887f3deabf7f475ebc2e2c925c60759f);
|
|
|
|
|
|
|
|
marker_81436adbf88ab9e966cc9688d13a42b3.bindPopup(popup_37bfa4be894342f16b9f3f097d379edc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81436adbf88ab9e966cc9688d13a42b3.setIcon(icon_73c8eab65cad4ca3298e9543d98d9a24);
|
|
|
|
|
|
var marker_31b0d8448c0141f67ad5fa2271535bb2 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_c56ec54914ccd8460a878aa2cbb30f22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eae0fae3e46f61f5d3c3c6b2c1d1b241 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a297621a7a83c587dedacb2f55efe5c = $(`<div id="html_6a297621a7a83c587dedacb2f55efe5c" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_eae0fae3e46f61f5d3c3c6b2c1d1b241.setContent(html_6a297621a7a83c587dedacb2f55efe5c);
|
|
|
|
|
|
|
|
marker_31b0d8448c0141f67ad5fa2271535bb2.bindPopup(popup_eae0fae3e46f61f5d3c3c6b2c1d1b241)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31b0d8448c0141f67ad5fa2271535bb2.setIcon(icon_c56ec54914ccd8460a878aa2cbb30f22);
|
|
|
|
|
|
var marker_d80f4b918dbb5fb179a1b8643f568827 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_7e413aee313e0b2465397b234371f3cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55983ff26268f5f5141dbba0de767c77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9e37288b18868f4d876eb9bcd1b42b0 = $(`<div id="html_c9e37288b18868f4d876eb9bcd1b42b0" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_55983ff26268f5f5141dbba0de767c77.setContent(html_c9e37288b18868f4d876eb9bcd1b42b0);
|
|
|
|
|
|
|
|
marker_d80f4b918dbb5fb179a1b8643f568827.bindPopup(popup_55983ff26268f5f5141dbba0de767c77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d80f4b918dbb5fb179a1b8643f568827.setIcon(icon_7e413aee313e0b2465397b234371f3cd);
|
|
|
|
|
|
var marker_0aaf08993b2d10eae296d2f036ed80a6 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_b494156963ad7a23baaadfb8cfcad5b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_813e808083e01743cbb54a6c4709069c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66607c25120d4ad000ca194df0c683d0 = $(`<div id="html_66607c25120d4ad000ca194df0c683d0" style="width: 100.0%; height: 100.0%;">relay.thebluepulse.com</div>`)[0];
|
|
popup_813e808083e01743cbb54a6c4709069c.setContent(html_66607c25120d4ad000ca194df0c683d0);
|
|
|
|
|
|
|
|
marker_0aaf08993b2d10eae296d2f036ed80a6.bindPopup(popup_813e808083e01743cbb54a6c4709069c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0aaf08993b2d10eae296d2f036ed80a6.setIcon(icon_b494156963ad7a23baaadfb8cfcad5b5);
|
|
|
|
|
|
var marker_5ba1b1ce45d490df0276bcb366bfe3ce = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_2ef535d7f85930f13b204baf92a33148 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41cc73ae6adb930a7b6f73fb0e753db1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6826ab52c00764b16c1e42886947bdf = $(`<div id="html_f6826ab52c00764b16c1e42886947bdf" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_41cc73ae6adb930a7b6f73fb0e753db1.setContent(html_f6826ab52c00764b16c1e42886947bdf);
|
|
|
|
|
|
|
|
marker_5ba1b1ce45d490df0276bcb366bfe3ce.bindPopup(popup_41cc73ae6adb930a7b6f73fb0e753db1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ba1b1ce45d490df0276bcb366bfe3ce.setIcon(icon_2ef535d7f85930f13b204baf92a33148);
|
|
|
|
|
|
var marker_ebd5d9b89dc3084acb1d3e4a175d181f = L.marker(
|
|
[33.7488, -84.3877],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_1d40987cde1532d0409c41545dec4fe3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9cb30c66edb34666f637bc4528da545b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_132c301656e8fcba968a012ccdd6139e = $(`<div id="html_132c301656e8fcba968a012ccdd6139e" style="width: 100.0%; height: 100.0%;">wot.tealeaf.dev</div>`)[0];
|
|
popup_9cb30c66edb34666f637bc4528da545b.setContent(html_132c301656e8fcba968a012ccdd6139e);
|
|
|
|
|
|
|
|
marker_ebd5d9b89dc3084acb1d3e4a175d181f.bindPopup(popup_9cb30c66edb34666f637bc4528da545b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebd5d9b89dc3084acb1d3e4a175d181f.setIcon(icon_1d40987cde1532d0409c41545dec4fe3);
|
|
|
|
|
|
var marker_96d6382b8f735718a7f7cbbc525bd078 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_fd962eca0ba5346b1e94602c8de79b7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7fbf014e44e698673fe3efca30608873 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d4ee45b32b23e14818127df581a232a = $(`<div id="html_9d4ee45b32b23e14818127df581a232a" style="width: 100.0%; height: 100.0%;">wot.yesnostr.net</div>`)[0];
|
|
popup_7fbf014e44e698673fe3efca30608873.setContent(html_9d4ee45b32b23e14818127df581a232a);
|
|
|
|
|
|
|
|
marker_96d6382b8f735718a7f7cbbc525bd078.bindPopup(popup_7fbf014e44e698673fe3efca30608873)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96d6382b8f735718a7f7cbbc525bd078.setIcon(icon_fd962eca0ba5346b1e94602c8de79b7c);
|
|
|
|
|
|
var marker_ffc3e0d7f165d75fd452e1a253007b37 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_267e9b6d17f6c8198efd455d00cdb30a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_265cf34de5f095a7df16ecadb7f399a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dabddf04c05663ad9e1005f9eba0c363 = $(`<div id="html_dabddf04c05663ad9e1005f9eba0c363" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_265cf34de5f095a7df16ecadb7f399a8.setContent(html_dabddf04c05663ad9e1005f9eba0c363);
|
|
|
|
|
|
|
|
marker_ffc3e0d7f165d75fd452e1a253007b37.bindPopup(popup_265cf34de5f095a7df16ecadb7f399a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffc3e0d7f165d75fd452e1a253007b37.setIcon(icon_267e9b6d17f6c8198efd455d00cdb30a);
|
|
|
|
|
|
var marker_70a0f6e55e44e107f08b1e43dfd8374d = L.marker(
|
|
[43.6715, -79.38],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_21865ae9ed097218e803aca09f9c1181 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48a0cad5555378d5fa62bdec394676bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5eca10e1ab70f45f5864254aa13a9679 = $(`<div id="html_5eca10e1ab70f45f5864254aa13a9679" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_48a0cad5555378d5fa62bdec394676bb.setContent(html_5eca10e1ab70f45f5864254aa13a9679);
|
|
|
|
|
|
|
|
marker_70a0f6e55e44e107f08b1e43dfd8374d.bindPopup(popup_48a0cad5555378d5fa62bdec394676bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70a0f6e55e44e107f08b1e43dfd8374d.setIcon(icon_21865ae9ed097218e803aca09f9c1181);
|
|
|
|
|
|
var marker_8a9c3fd61aee6299e1212e8281b73202 = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_bd76c5dc1e4fde8510129cd788a93734 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2be13650638d1a11bb6e8374fe718271 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c32b04cfa86604070ad559842b94417a = $(`<div id="html_c32b04cfa86604070ad559842b94417a" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_2be13650638d1a11bb6e8374fe718271.setContent(html_c32b04cfa86604070ad559842b94417a);
|
|
|
|
|
|
|
|
marker_8a9c3fd61aee6299e1212e8281b73202.bindPopup(popup_2be13650638d1a11bb6e8374fe718271)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a9c3fd61aee6299e1212e8281b73202.setIcon(icon_bd76c5dc1e4fde8510129cd788a93734);
|
|
|
|
|
|
var marker_aede3be8ba13a2a9da900d25e95a2e93 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_26ec81e69041b1dd90837c9cebdbdd91 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e9a294aadb6727f1244730f3d12a075 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ae15cc6ab8b2221a81799f261aaee04 = $(`<div id="html_8ae15cc6ab8b2221a81799f261aaee04" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_0e9a294aadb6727f1244730f3d12a075.setContent(html_8ae15cc6ab8b2221a81799f261aaee04);
|
|
|
|
|
|
|
|
marker_aede3be8ba13a2a9da900d25e95a2e93.bindPopup(popup_0e9a294aadb6727f1244730f3d12a075)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aede3be8ba13a2a9da900d25e95a2e93.setIcon(icon_26ec81e69041b1dd90837c9cebdbdd91);
|
|
|
|
|
|
var marker_d7a501edfe934da22be964ccbbd599c0 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_6e9b9c6732eb1d09a0f4a1aee793ec88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad4eb77f8e49158fe29327eee196f125 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfc5a1087c7408671a11abc81c685ea5 = $(`<div id="html_dfc5a1087c7408671a11abc81c685ea5" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_ad4eb77f8e49158fe29327eee196f125.setContent(html_dfc5a1087c7408671a11abc81c685ea5);
|
|
|
|
|
|
|
|
marker_d7a501edfe934da22be964ccbbd599c0.bindPopup(popup_ad4eb77f8e49158fe29327eee196f125)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7a501edfe934da22be964ccbbd599c0.setIcon(icon_6e9b9c6732eb1d09a0f4a1aee793ec88);
|
|
|
|
|
|
var marker_e5f8b13737f0e5aaa42e4e60c84b2be1 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_4644c6e8c1fd1918dfbb0467958ff2d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed91ba87dbb5f55fc8971fa5c2fc9fbf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33b5a4fc2c7ad77137022211d5e781bd = $(`<div id="html_33b5a4fc2c7ad77137022211d5e781bd" style="width: 100.0%; height: 100.0%;">ithurtswhenip.ee</div>`)[0];
|
|
popup_ed91ba87dbb5f55fc8971fa5c2fc9fbf.setContent(html_33b5a4fc2c7ad77137022211d5e781bd);
|
|
|
|
|
|
|
|
marker_e5f8b13737f0e5aaa42e4e60c84b2be1.bindPopup(popup_ed91ba87dbb5f55fc8971fa5c2fc9fbf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5f8b13737f0e5aaa42e4e60c84b2be1.setIcon(icon_4644c6e8c1fd1918dfbb0467958ff2d2);
|
|
|
|
|
|
var marker_0fa018057ea2e19b0c39b1a91f6b6858 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_10106f05c699dc5080a0d589cabf683c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c985debac86571a57b385835d32aeb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35a49dc739a01d4c768aec76ac1fe084 = $(`<div id="html_35a49dc739a01d4c768aec76ac1fe084" style="width: 100.0%; height: 100.0%;">alien.macneilmediagroup.com</div>`)[0];
|
|
popup_7c985debac86571a57b385835d32aeb1.setContent(html_35a49dc739a01d4c768aec76ac1fe084);
|
|
|
|
|
|
|
|
marker_0fa018057ea2e19b0c39b1a91f6b6858.bindPopup(popup_7c985debac86571a57b385835d32aeb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fa018057ea2e19b0c39b1a91f6b6858.setIcon(icon_10106f05c699dc5080a0d589cabf683c);
|
|
|
|
|
|
var marker_404cb12afb04d2f8bff6bcaa10390625 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_0131b08efecdbf47c48480c7445b39cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_affad1e111827467f6f588cf1b8cae3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48d6cdcdf459541b046c1eda628ae625 = $(`<div id="html_48d6cdcdf459541b046c1eda628ae625" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_affad1e111827467f6f588cf1b8cae3c.setContent(html_48d6cdcdf459541b046c1eda628ae625);
|
|
|
|
|
|
|
|
marker_404cb12afb04d2f8bff6bcaa10390625.bindPopup(popup_affad1e111827467f6f588cf1b8cae3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_404cb12afb04d2f8bff6bcaa10390625.setIcon(icon_0131b08efecdbf47c48480c7445b39cd);
|
|
|
|
|
|
var marker_0c21571076707427f3769190dcf93f5f = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_6c9b7442fd5fb38b7a1546e85795f3d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90c3e0660c96de3b48fe6e55f4f398e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56e5b1311fe2fbdd60a7d9522b653f84 = $(`<div id="html_56e5b1311fe2fbdd60a7d9522b653f84" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_90c3e0660c96de3b48fe6e55f4f398e7.setContent(html_56e5b1311fe2fbdd60a7d9522b653f84);
|
|
|
|
|
|
|
|
marker_0c21571076707427f3769190dcf93f5f.bindPopup(popup_90c3e0660c96de3b48fe6e55f4f398e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c21571076707427f3769190dcf93f5f.setIcon(icon_6c9b7442fd5fb38b7a1546e85795f3d9);
|
|
|
|
|
|
var marker_0013142f30e23455b2074ee7f2c6f59a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_6373419cc76deacc71624ddd6c51e046 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4a80dc54e673864ae33d62cfebb4a0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44f598e715c4bcd4ace6c96c650fb07e = $(`<div id="html_44f598e715c4bcd4ace6c96c650fb07e" style="width: 100.0%; height: 100.0%;">nproxy.kristapsk.lv</div>`)[0];
|
|
popup_a4a80dc54e673864ae33d62cfebb4a0b.setContent(html_44f598e715c4bcd4ace6c96c650fb07e);
|
|
|
|
|
|
|
|
marker_0013142f30e23455b2074ee7f2c6f59a.bindPopup(popup_a4a80dc54e673864ae33d62cfebb4a0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0013142f30e23455b2074ee7f2c6f59a.setIcon(icon_6373419cc76deacc71624ddd6c51e046);
|
|
|
|
|
|
var marker_023a2b3c7348265a969ec9b8d70f767d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_474aa17ce4b1858977cfbfa628cf3196 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce8ba3db6c2ac1ee3fa179d04918f29e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b378ebd29b4cab4d959813d701fd173 = $(`<div id="html_7b378ebd29b4cab4d959813d701fd173" style="width: 100.0%; height: 100.0%;">relay.barine.co</div>`)[0];
|
|
popup_ce8ba3db6c2ac1ee3fa179d04918f29e.setContent(html_7b378ebd29b4cab4d959813d701fd173);
|
|
|
|
|
|
|
|
marker_023a2b3c7348265a969ec9b8d70f767d.bindPopup(popup_ce8ba3db6c2ac1ee3fa179d04918f29e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_023a2b3c7348265a969ec9b8d70f767d.setIcon(icon_474aa17ce4b1858977cfbfa628cf3196);
|
|
|
|
|
|
var marker_b883c079f50fc79bbfc820007c53dce2 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_87c6f8d273db0dc7ea3eca6da5ed8a73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9b553d6deaae57bf26ae54b84a540a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54f1d8be0ad52b2820daa40eab650949 = $(`<div id="html_54f1d8be0ad52b2820daa40eab650949" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_f9b553d6deaae57bf26ae54b84a540a7.setContent(html_54f1d8be0ad52b2820daa40eab650949);
|
|
|
|
|
|
|
|
marker_b883c079f50fc79bbfc820007c53dce2.bindPopup(popup_f9b553d6deaae57bf26ae54b84a540a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b883c079f50fc79bbfc820007c53dce2.setIcon(icon_87c6f8d273db0dc7ea3eca6da5ed8a73);
|
|
|
|
|
|
var marker_2699fa04c5acaa2b24da5b8a4d9cc9d4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_c453938dbf437545dfa3d0365f3d5303 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b89c5f38a8e7b7f526eaa2ccca7dafb0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0aac9ae817279100bfabbca50b6aa01 = $(`<div id="html_c0aac9ae817279100bfabbca50b6aa01" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_b89c5f38a8e7b7f526eaa2ccca7dafb0.setContent(html_c0aac9ae817279100bfabbca50b6aa01);
|
|
|
|
|
|
|
|
marker_2699fa04c5acaa2b24da5b8a4d9cc9d4.bindPopup(popup_b89c5f38a8e7b7f526eaa2ccca7dafb0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2699fa04c5acaa2b24da5b8a4d9cc9d4.setIcon(icon_c453938dbf437545dfa3d0365f3d5303);
|
|
|
|
|
|
var marker_b6a49ea93648a939e514e9c00203a176 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_1e33889f3d693c25b4d6193fe49cb8cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c866489046a29b97fab8193d79994280 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2bbfae0a7e0dd89c0e547b8e03349a1 = $(`<div id="html_f2bbfae0a7e0dd89c0e547b8e03349a1" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_c866489046a29b97fab8193d79994280.setContent(html_f2bbfae0a7e0dd89c0e547b8e03349a1);
|
|
|
|
|
|
|
|
marker_b6a49ea93648a939e514e9c00203a176.bindPopup(popup_c866489046a29b97fab8193d79994280)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6a49ea93648a939e514e9c00203a176.setIcon(icon_1e33889f3d693c25b4d6193fe49cb8cf);
|
|
|
|
|
|
var marker_2128b3c68fc09fdb967b0208b5960dae = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_d9302daa6c1c7e6133a2cbc8cb58cfdb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2033b5675932600813a49f9f4a76ddb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2172d84ac3ffe98651470f5a6cb6eb0 = $(`<div id="html_b2172d84ac3ffe98651470f5a6cb6eb0" style="width: 100.0%; height: 100.0%;">nostr.czas.top</div>`)[0];
|
|
popup_2033b5675932600813a49f9f4a76ddb9.setContent(html_b2172d84ac3ffe98651470f5a6cb6eb0);
|
|
|
|
|
|
|
|
marker_2128b3c68fc09fdb967b0208b5960dae.bindPopup(popup_2033b5675932600813a49f9f4a76ddb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2128b3c68fc09fdb967b0208b5960dae.setIcon(icon_d9302daa6c1c7e6133a2cbc8cb58cfdb);
|
|
|
|
|
|
var marker_9044038cc2be3374903bb3619bb4fce0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_b4ffba8df905228ae13b2e7903f24cec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ff4d845c268baeeb8191b87e6758326 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2df82e928ec976e1677fe7ee95d75cc = $(`<div id="html_f2df82e928ec976e1677fe7ee95d75cc" style="width: 100.0%; height: 100.0%;">divine.diy</div>`)[0];
|
|
popup_6ff4d845c268baeeb8191b87e6758326.setContent(html_f2df82e928ec976e1677fe7ee95d75cc);
|
|
|
|
|
|
|
|
marker_9044038cc2be3374903bb3619bb4fce0.bindPopup(popup_6ff4d845c268baeeb8191b87e6758326)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9044038cc2be3374903bb3619bb4fce0.setIcon(icon_b4ffba8df905228ae13b2e7903f24cec);
|
|
|
|
|
|
var marker_0d46502c2e44d5b03d14ef3d63739d08 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_7cca9b6402317288e506e786f932a035 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d8c31c72685cc2d60d781c35a3511ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3077b2e73c18db569125957eb49f18a = $(`<div id="html_f3077b2e73c18db569125957eb49f18a" style="width: 100.0%; height: 100.0%;">relay.nsnip.io</div>`)[0];
|
|
popup_8d8c31c72685cc2d60d781c35a3511ac.setContent(html_f3077b2e73c18db569125957eb49f18a);
|
|
|
|
|
|
|
|
marker_0d46502c2e44d5b03d14ef3d63739d08.bindPopup(popup_8d8c31c72685cc2d60d781c35a3511ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d46502c2e44d5b03d14ef3d63739d08.setIcon(icon_7cca9b6402317288e506e786f932a035);
|
|
|
|
|
|
var marker_a54fec4ac660e38243f5965745e18f24 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_0ac57b9448a31cefdfdaf489962da7c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b69b498761038874f70b6fb0f7c7a4d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2dbba3a2050dff313f5e28e09286109a = $(`<div id="html_2dbba3a2050dff313f5e28e09286109a" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_b69b498761038874f70b6fb0f7c7a4d6.setContent(html_2dbba3a2050dff313f5e28e09286109a);
|
|
|
|
|
|
|
|
marker_a54fec4ac660e38243f5965745e18f24.bindPopup(popup_b69b498761038874f70b6fb0f7c7a4d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a54fec4ac660e38243f5965745e18f24.setIcon(icon_0ac57b9448a31cefdfdaf489962da7c2);
|
|
|
|
|
|
var marker_b6c384216f9a8ccbe5e341df3a551098 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_b8b95ddd97862cda500c9c7779231f1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab43b05cf60fcf9957aa1c0d588fc590 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e7f33adb815207382337327a3edec43 = $(`<div id="html_9e7f33adb815207382337327a3edec43" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_ab43b05cf60fcf9957aa1c0d588fc590.setContent(html_9e7f33adb815207382337327a3edec43);
|
|
|
|
|
|
|
|
marker_b6c384216f9a8ccbe5e341df3a551098.bindPopup(popup_ab43b05cf60fcf9957aa1c0d588fc590)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6c384216f9a8ccbe5e341df3a551098.setIcon(icon_b8b95ddd97862cda500c9c7779231f1a);
|
|
|
|
|
|
var marker_14fc6ffbe05a378fef6ee257b449d66c = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_6a32fc798370af7ffc1da045f0cdec22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a572b032d598afae15067dedf129da2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41fac36444d135f98496dff77acefc97 = $(`<div id="html_41fac36444d135f98496dff77acefc97" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_6a572b032d598afae15067dedf129da2.setContent(html_41fac36444d135f98496dff77acefc97);
|
|
|
|
|
|
|
|
marker_14fc6ffbe05a378fef6ee257b449d66c.bindPopup(popup_6a572b032d598afae15067dedf129da2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14fc6ffbe05a378fef6ee257b449d66c.setIcon(icon_6a32fc798370af7ffc1da045f0cdec22);
|
|
|
|
|
|
var marker_15face94b916d7e0576af9d7eade1f92 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_090fb21534d04180abef72f83eb4cea4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8f2c2373da714d53f49a939e8a4c674 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99ace0e6739126d0332a934b2c43f77c = $(`<div id="html_99ace0e6739126d0332a934b2c43f77c" style="width: 100.0%; height: 100.0%;">relay.holzeis.me</div>`)[0];
|
|
popup_f8f2c2373da714d53f49a939e8a4c674.setContent(html_99ace0e6739126d0332a934b2c43f77c);
|
|
|
|
|
|
|
|
marker_15face94b916d7e0576af9d7eade1f92.bindPopup(popup_f8f2c2373da714d53f49a939e8a4c674)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15face94b916d7e0576af9d7eade1f92.setIcon(icon_090fb21534d04180abef72f83eb4cea4);
|
|
|
|
|
|
var marker_a7f766cdb350db8e846ab96dc28344da = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_79c5358af7a5aed7472544a5305c2ceb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_209acf7b1d4494ed52fe3a27e2fe1845 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55ea3169b1ad73a87c4eb01eb4af48aa = $(`<div id="html_55ea3169b1ad73a87c4eb01eb4af48aa" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_209acf7b1d4494ed52fe3a27e2fe1845.setContent(html_55ea3169b1ad73a87c4eb01eb4af48aa);
|
|
|
|
|
|
|
|
marker_a7f766cdb350db8e846ab96dc28344da.bindPopup(popup_209acf7b1d4494ed52fe3a27e2fe1845)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7f766cdb350db8e846ab96dc28344da.setIcon(icon_79c5358af7a5aed7472544a5305c2ceb);
|
|
|
|
|
|
var marker_303da514fad6ce3763734264b4031c1c = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_042e8e9b27d32e432a1eabace12f816d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2acee4570f4eeb9072892956d5197a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65c6d2505bf803f8153200b510f668b7 = $(`<div id="html_65c6d2505bf803f8153200b510f668b7" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_f2acee4570f4eeb9072892956d5197a0.setContent(html_65c6d2505bf803f8153200b510f668b7);
|
|
|
|
|
|
|
|
marker_303da514fad6ce3763734264b4031c1c.bindPopup(popup_f2acee4570f4eeb9072892956d5197a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_303da514fad6ce3763734264b4031c1c.setIcon(icon_042e8e9b27d32e432a1eabace12f816d);
|
|
|
|
|
|
var marker_886de14730e20df014777d446e110091 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_428a5086017aeb0dc3df4facd172f0d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01f38c5d3519306520f16abb989f9e01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46fea22133c067376591ea156b8ae2b9 = $(`<div id="html_46fea22133c067376591ea156b8ae2b9" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_01f38c5d3519306520f16abb989f9e01.setContent(html_46fea22133c067376591ea156b8ae2b9);
|
|
|
|
|
|
|
|
marker_886de14730e20df014777d446e110091.bindPopup(popup_01f38c5d3519306520f16abb989f9e01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_886de14730e20df014777d446e110091.setIcon(icon_428a5086017aeb0dc3df4facd172f0d6);
|
|
|
|
|
|
var marker_b3e0e7e77f96acfc98a347905e8b65c4 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_e4924fa4f5e3e48bc57b30b521e4abca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63749d912033e7730e132f8219ab9feb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33ae3230285592080de4342fec215982 = $(`<div id="html_33ae3230285592080de4342fec215982" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_63749d912033e7730e132f8219ab9feb.setContent(html_33ae3230285592080de4342fec215982);
|
|
|
|
|
|
|
|
marker_b3e0e7e77f96acfc98a347905e8b65c4.bindPopup(popup_63749d912033e7730e132f8219ab9feb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3e0e7e77f96acfc98a347905e8b65c4.setIcon(icon_e4924fa4f5e3e48bc57b30b521e4abca);
|
|
|
|
|
|
var marker_08c877a4b0843ba21d4e344aaefb522c = L.marker(
|
|
[53.471, 9.88208],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_50e10d3ebaa771e753fa9e871399d4b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7a84c2058111c57147427f88ff90f9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d87baedc4280a94ef65b26549c625da8 = $(`<div id="html_d87baedc4280a94ef65b26549c625da8" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_a7a84c2058111c57147427f88ff90f9f.setContent(html_d87baedc4280a94ef65b26549c625da8);
|
|
|
|
|
|
|
|
marker_08c877a4b0843ba21d4e344aaefb522c.bindPopup(popup_a7a84c2058111c57147427f88ff90f9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08c877a4b0843ba21d4e344aaefb522c.setIcon(icon_50e10d3ebaa771e753fa9e871399d4b0);
|
|
|
|
|
|
var marker_dc324c5e457a921ef4fdd13c300c6f2a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_fe72371e5348f30bb63615159b2f1034 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7df6778a5aeea38d3d97cdd6772d30c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91775d1f627987b65c7bf1fd108717e6 = $(`<div id="html_91775d1f627987b65c7bf1fd108717e6" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_f7df6778a5aeea38d3d97cdd6772d30c.setContent(html_91775d1f627987b65c7bf1fd108717e6);
|
|
|
|
|
|
|
|
marker_dc324c5e457a921ef4fdd13c300c6f2a.bindPopup(popup_f7df6778a5aeea38d3d97cdd6772d30c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc324c5e457a921ef4fdd13c300c6f2a.setIcon(icon_fe72371e5348f30bb63615159b2f1034);
|
|
|
|
|
|
var marker_b705dd8ce18f19c8375ed762847e88f4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_d42b344628e25947b3dead1b777f8926 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adc2d7b2a5aa7e2317f19c6f71f56c83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f8640f5cb2315be69871045692d556c = $(`<div id="html_5f8640f5cb2315be69871045692d556c" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_adc2d7b2a5aa7e2317f19c6f71f56c83.setContent(html_5f8640f5cb2315be69871045692d556c);
|
|
|
|
|
|
|
|
marker_b705dd8ce18f19c8375ed762847e88f4.bindPopup(popup_adc2d7b2a5aa7e2317f19c6f71f56c83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b705dd8ce18f19c8375ed762847e88f4.setIcon(icon_d42b344628e25947b3dead1b777f8926);
|
|
|
|
|
|
var marker_71ac45348662f1a84e28a74fa8b6ff71 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_4bd672352e6e6a9ce6e12620946321fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88065efbdf704c80d1ea2ece057c3ea5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61e3d9ddfe49598c40d60d44653c9555 = $(`<div id="html_61e3d9ddfe49598c40d60d44653c9555" style="width: 100.0%; height: 100.0%;">portal-relay.pareto.space</div>`)[0];
|
|
popup_88065efbdf704c80d1ea2ece057c3ea5.setContent(html_61e3d9ddfe49598c40d60d44653c9555);
|
|
|
|
|
|
|
|
marker_71ac45348662f1a84e28a74fa8b6ff71.bindPopup(popup_88065efbdf704c80d1ea2ece057c3ea5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71ac45348662f1a84e28a74fa8b6ff71.setIcon(icon_4bd672352e6e6a9ce6e12620946321fc);
|
|
|
|
|
|
var marker_60acf50feac8caf5a6c1388a0a19ca74 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_859b1cb9be920e001011558edc017f7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ccd4e2495cd3740d0112a5d557b5fc6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b16d40733597dd4a666412668e7bdb25 = $(`<div id="html_b16d40733597dd4a666412668e7bdb25" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_9ccd4e2495cd3740d0112a5d557b5fc6.setContent(html_b16d40733597dd4a666412668e7bdb25);
|
|
|
|
|
|
|
|
marker_60acf50feac8caf5a6c1388a0a19ca74.bindPopup(popup_9ccd4e2495cd3740d0112a5d557b5fc6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60acf50feac8caf5a6c1388a0a19ca74.setIcon(icon_859b1cb9be920e001011558edc017f7c);
|
|
|
|
|
|
var marker_275be173516357142a6e8bd54d54ed50 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_f7d2408e30181a27c4f0f8e82f7617e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29322e8dbfb2d8e3bbc09be90113f4b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_124b4660a2fba44c6fc333df76f4434a = $(`<div id="html_124b4660a2fba44c6fc333df76f4434a" style="width: 100.0%; height: 100.0%;">nostr.davidebtc.me</div>`)[0];
|
|
popup_29322e8dbfb2d8e3bbc09be90113f4b9.setContent(html_124b4660a2fba44c6fc333df76f4434a);
|
|
|
|
|
|
|
|
marker_275be173516357142a6e8bd54d54ed50.bindPopup(popup_29322e8dbfb2d8e3bbc09be90113f4b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_275be173516357142a6e8bd54d54ed50.setIcon(icon_f7d2408e30181a27c4f0f8e82f7617e9);
|
|
|
|
|
|
var marker_d425824bc413f1cc0f61086c91c71b3a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_4a8822ea619dbdb7aec8913e39e64909 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_056be6aa50aec08db8f859697b6c7ae4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_175aff958fbe1f34e1533733f2d15fd2 = $(`<div id="html_175aff958fbe1f34e1533733f2d15fd2" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_056be6aa50aec08db8f859697b6c7ae4.setContent(html_175aff958fbe1f34e1533733f2d15fd2);
|
|
|
|
|
|
|
|
marker_d425824bc413f1cc0f61086c91c71b3a.bindPopup(popup_056be6aa50aec08db8f859697b6c7ae4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d425824bc413f1cc0f61086c91c71b3a.setIcon(icon_4a8822ea619dbdb7aec8913e39e64909);
|
|
|
|
|
|
var marker_20248953cb095b99d9e9e3c06728ecb3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_cd8b7cec4ca8945fecf70113b3f17505 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69177f8c2bd68f57a366adad45d256e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_baec861040f15742506dac7a5dc22e81 = $(`<div id="html_baec861040f15742506dac7a5dc22e81" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_69177f8c2bd68f57a366adad45d256e9.setContent(html_baec861040f15742506dac7a5dc22e81);
|
|
|
|
|
|
|
|
marker_20248953cb095b99d9e9e3c06728ecb3.bindPopup(popup_69177f8c2bd68f57a366adad45d256e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20248953cb095b99d9e9e3c06728ecb3.setIcon(icon_cd8b7cec4ca8945fecf70113b3f17505);
|
|
|
|
|
|
var marker_53f9158a32f3d032efa7bb9580e2c3d0 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_a6e93e4c125c8008cfdc36caedd1f04b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c836425f4372bdf067f2c126efc9b03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_272c04f7e06e150398742b03e82d8399 = $(`<div id="html_272c04f7e06e150398742b03e82d8399" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_9c836425f4372bdf067f2c126efc9b03.setContent(html_272c04f7e06e150398742b03e82d8399);
|
|
|
|
|
|
|
|
marker_53f9158a32f3d032efa7bb9580e2c3d0.bindPopup(popup_9c836425f4372bdf067f2c126efc9b03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53f9158a32f3d032efa7bb9580e2c3d0.setIcon(icon_a6e93e4c125c8008cfdc36caedd1f04b);
|
|
|
|
|
|
var marker_e2299f0c21d7ec26b6c96e192ccbd434 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_f6007bdbdc447c3a4af437dabcb20bba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9cf9b780b40092d69734ca892f0c17d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04fdbef6cdfb9b6bc5682f3257af8c66 = $(`<div id="html_04fdbef6cdfb9b6bc5682f3257af8c66" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_e9cf9b780b40092d69734ca892f0c17d.setContent(html_04fdbef6cdfb9b6bc5682f3257af8c66);
|
|
|
|
|
|
|
|
marker_e2299f0c21d7ec26b6c96e192ccbd434.bindPopup(popup_e9cf9b780b40092d69734ca892f0c17d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2299f0c21d7ec26b6c96e192ccbd434.setIcon(icon_f6007bdbdc447c3a4af437dabcb20bba);
|
|
|
|
|
|
var marker_26859c6afe30b9292e0cd863599fa417 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_5aea3cd05ce7e7e114320a5aa3b7264c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7755d69483d372285078750a5fa5b98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e065112fccd4db47adf30c3d01a98c8b = $(`<div id="html_e065112fccd4db47adf30c3d01a98c8b" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_c7755d69483d372285078750a5fa5b98.setContent(html_e065112fccd4db47adf30c3d01a98c8b);
|
|
|
|
|
|
|
|
marker_26859c6afe30b9292e0cd863599fa417.bindPopup(popup_c7755d69483d372285078750a5fa5b98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26859c6afe30b9292e0cd863599fa417.setIcon(icon_5aea3cd05ce7e7e114320a5aa3b7264c);
|
|
|
|
|
|
var marker_02d3baa53803692668c16d16f37bd6ff = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_e63e70ab630e34cf578fbaf8e3d78491 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a63535e450089e1db8c691c94293ac60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5875a04aa18c8a30995e66eb211a5fad = $(`<div id="html_5875a04aa18c8a30995e66eb211a5fad" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_a63535e450089e1db8c691c94293ac60.setContent(html_5875a04aa18c8a30995e66eb211a5fad);
|
|
|
|
|
|
|
|
marker_02d3baa53803692668c16d16f37bd6ff.bindPopup(popup_a63535e450089e1db8c691c94293ac60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02d3baa53803692668c16d16f37bd6ff.setIcon(icon_e63e70ab630e34cf578fbaf8e3d78491);
|
|
|
|
|
|
var marker_7c094c35539c86c49779487f8589b43d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_3c0c82f59d965c5da8c64fd5656b1de0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f143ea3b1f8a65d81844ddb71190ff5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7dc66525645e0773e495ada2f8b5421 = $(`<div id="html_e7dc66525645e0773e495ada2f8b5421" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_2f143ea3b1f8a65d81844ddb71190ff5.setContent(html_e7dc66525645e0773e495ada2f8b5421);
|
|
|
|
|
|
|
|
marker_7c094c35539c86c49779487f8589b43d.bindPopup(popup_2f143ea3b1f8a65d81844ddb71190ff5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c094c35539c86c49779487f8589b43d.setIcon(icon_3c0c82f59d965c5da8c64fd5656b1de0);
|
|
|
|
|
|
var marker_72bf675b42883d1e74666e3f42053091 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_82643b9913b8f4b87944ffeaa1ec111d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc75dbdfb0830e7069b106ac3fde4392 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_051b96307b4dda2e73fb42be6f6ad4a7 = $(`<div id="html_051b96307b4dda2e73fb42be6f6ad4a7" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_fc75dbdfb0830e7069b106ac3fde4392.setContent(html_051b96307b4dda2e73fb42be6f6ad4a7);
|
|
|
|
|
|
|
|
marker_72bf675b42883d1e74666e3f42053091.bindPopup(popup_fc75dbdfb0830e7069b106ac3fde4392)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72bf675b42883d1e74666e3f42053091.setIcon(icon_82643b9913b8f4b87944ffeaa1ec111d);
|
|
|
|
|
|
var marker_bf4451db5d8ab44e4aa3ba9b4442013d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_b158ef3f38a0350f718b03200eaa7b80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94df0c38b51297cce7ade782942311f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_359db0c6c6109456b6a23016b367d5e2 = $(`<div id="html_359db0c6c6109456b6a23016b367d5e2" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_94df0c38b51297cce7ade782942311f4.setContent(html_359db0c6c6109456b6a23016b367d5e2);
|
|
|
|
|
|
|
|
marker_bf4451db5d8ab44e4aa3ba9b4442013d.bindPopup(popup_94df0c38b51297cce7ade782942311f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf4451db5d8ab44e4aa3ba9b4442013d.setIcon(icon_b158ef3f38a0350f718b03200eaa7b80);
|
|
|
|
|
|
var marker_2aeddd00531ef71ac9a6b5794a0e2cf9 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_0d4fa1a1c14fb4229c5494947611629f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65f17d3aae6e797db6b607173f027fa8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72e4a3d8e1bb11e88ae92fffa1470b31 = $(`<div id="html_72e4a3d8e1bb11e88ae92fffa1470b31" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_65f17d3aae6e797db6b607173f027fa8.setContent(html_72e4a3d8e1bb11e88ae92fffa1470b31);
|
|
|
|
|
|
|
|
marker_2aeddd00531ef71ac9a6b5794a0e2cf9.bindPopup(popup_65f17d3aae6e797db6b607173f027fa8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2aeddd00531ef71ac9a6b5794a0e2cf9.setIcon(icon_0d4fa1a1c14fb4229c5494947611629f);
|
|
|
|
|
|
var marker_e8dd77c05dc883e31a0e7082760deb6f = L.marker(
|
|
[46.2044, 6.14316],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_41b5737fc467fa727ec00ad542fd4c7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e88f219abca46742db4da4a6b22872c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30452222c9c9a80924b1da5c2125709a = $(`<div id="html_30452222c9c9a80924b1da5c2125709a" style="width: 100.0%; height: 100.0%;">relay.basspistol.org</div>`)[0];
|
|
popup_e88f219abca46742db4da4a6b22872c6.setContent(html_30452222c9c9a80924b1da5c2125709a);
|
|
|
|
|
|
|
|
marker_e8dd77c05dc883e31a0e7082760deb6f.bindPopup(popup_e88f219abca46742db4da4a6b22872c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8dd77c05dc883e31a0e7082760deb6f.setIcon(icon_41b5737fc467fa727ec00ad542fd4c7b);
|
|
|
|
|
|
var marker_2e282f082379bf15032f81a36823b649 = L.marker(
|
|
[39.9268, -75.0246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_9f0c101700bbdb76e9aa0faec6b6e058 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a4c47de3a8e434ad1b6b4809dc6d3fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3390d2818d9769c3bbb24ceb56fbd675 = $(`<div id="html_3390d2818d9769c3bbb24ceb56fbd675" style="width: 100.0%; height: 100.0%;">nostr.calitabby.net</div>`)[0];
|
|
popup_2a4c47de3a8e434ad1b6b4809dc6d3fc.setContent(html_3390d2818d9769c3bbb24ceb56fbd675);
|
|
|
|
|
|
|
|
marker_2e282f082379bf15032f81a36823b649.bindPopup(popup_2a4c47de3a8e434ad1b6b4809dc6d3fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e282f082379bf15032f81a36823b649.setIcon(icon_9f0c101700bbdb76e9aa0faec6b6e058);
|
|
|
|
|
|
var marker_faf8efb6b74d3794b3cb23b8e8637224 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_85b854415b2896a46b7dce069e08d76e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_319d69ea768d98bb5da6ec6a9c21d87c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4de100f8306cce03402104cdfbe0a3b3 = $(`<div id="html_4de100f8306cce03402104cdfbe0a3b3" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_319d69ea768d98bb5da6ec6a9c21d87c.setContent(html_4de100f8306cce03402104cdfbe0a3b3);
|
|
|
|
|
|
|
|
marker_faf8efb6b74d3794b3cb23b8e8637224.bindPopup(popup_319d69ea768d98bb5da6ec6a9c21d87c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_faf8efb6b74d3794b3cb23b8e8637224.setIcon(icon_85b854415b2896a46b7dce069e08d76e);
|
|
|
|
|
|
var marker_b3023e4f5b6fc09a3fdba72f3ba62028 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_5d91c4ea29c25cacb3a63e296ddc6141 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7524ebe54b531f8e9f8cabc42e7592d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_605ba6f7021e72cafa4ade12143b2359 = $(`<div id="html_605ba6f7021e72cafa4ade12143b2359" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_7524ebe54b531f8e9f8cabc42e7592d7.setContent(html_605ba6f7021e72cafa4ade12143b2359);
|
|
|
|
|
|
|
|
marker_b3023e4f5b6fc09a3fdba72f3ba62028.bindPopup(popup_7524ebe54b531f8e9f8cabc42e7592d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3023e4f5b6fc09a3fdba72f3ba62028.setIcon(icon_5d91c4ea29c25cacb3a63e296ddc6141);
|
|
|
|
|
|
var marker_84eaeefaa795254af9726915567b65b9 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_37034fcdf361cb64692b8e89ab2e1856 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab357db31073c3005bd656ac7e48b805 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_561931b50fcd7b8bbf753b4ff01cf274 = $(`<div id="html_561931b50fcd7b8bbf753b4ff01cf274" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_ab357db31073c3005bd656ac7e48b805.setContent(html_561931b50fcd7b8bbf753b4ff01cf274);
|
|
|
|
|
|
|
|
marker_84eaeefaa795254af9726915567b65b9.bindPopup(popup_ab357db31073c3005bd656ac7e48b805)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84eaeefaa795254af9726915567b65b9.setIcon(icon_37034fcdf361cb64692b8e89ab2e1856);
|
|
|
|
|
|
var marker_24dd991999573c39556ffd75d5a60b5f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_49ef3586b33ade0e0d167c5d996babcc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52adf9bb84c5df7b21f85a43734fcc1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b040ef566414d245173f8bee698d62c7 = $(`<div id="html_b040ef566414d245173f8bee698d62c7" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_52adf9bb84c5df7b21f85a43734fcc1c.setContent(html_b040ef566414d245173f8bee698d62c7);
|
|
|
|
|
|
|
|
marker_24dd991999573c39556ffd75d5a60b5f.bindPopup(popup_52adf9bb84c5df7b21f85a43734fcc1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24dd991999573c39556ffd75d5a60b5f.setIcon(icon_49ef3586b33ade0e0d167c5d996babcc);
|
|
|
|
|
|
var marker_ad3e0cc9ce780322f744065ded5dfcc3 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_f84084ba16f5fcf7060b00e74ae0953f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa85d95f2de639b9afced3de339aea88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_322d705566981a593d4682810802a2be = $(`<div id="html_322d705566981a593d4682810802a2be" style="width: 100.0%; height: 100.0%;">relay.hasenpfeffr.com</div>`)[0];
|
|
popup_fa85d95f2de639b9afced3de339aea88.setContent(html_322d705566981a593d4682810802a2be);
|
|
|
|
|
|
|
|
marker_ad3e0cc9ce780322f744065ded5dfcc3.bindPopup(popup_fa85d95f2de639b9afced3de339aea88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad3e0cc9ce780322f744065ded5dfcc3.setIcon(icon_f84084ba16f5fcf7060b00e74ae0953f);
|
|
|
|
|
|
var marker_f5611731eabeb3f64676a4a0f931d8f3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_2d3cb9dc53ae9d6388179e754fe7f151 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3fd03bc23e5f99531d5802f4d88dff14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1152bea015a6960ff665b8f201f0068 = $(`<div id="html_a1152bea015a6960ff665b8f201f0068" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_3fd03bc23e5f99531d5802f4d88dff14.setContent(html_a1152bea015a6960ff665b8f201f0068);
|
|
|
|
|
|
|
|
marker_f5611731eabeb3f64676a4a0f931d8f3.bindPopup(popup_3fd03bc23e5f99531d5802f4d88dff14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5611731eabeb3f64676a4a0f931d8f3.setIcon(icon_2d3cb9dc53ae9d6388179e754fe7f151);
|
|
|
|
|
|
var marker_cc354480f0031ca93e2cb107ceb63d49 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_1af85214ea49867a1195dce3b3b191e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf97752b25dfefc4f8c2ae8e1fc4bc9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f64486ba033affd19f99037575b9d07 = $(`<div id="html_0f64486ba033affd19f99037575b9d07" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_cf97752b25dfefc4f8c2ae8e1fc4bc9a.setContent(html_0f64486ba033affd19f99037575b9d07);
|
|
|
|
|
|
|
|
marker_cc354480f0031ca93e2cb107ceb63d49.bindPopup(popup_cf97752b25dfefc4f8c2ae8e1fc4bc9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc354480f0031ca93e2cb107ceb63d49.setIcon(icon_1af85214ea49867a1195dce3b3b191e0);
|
|
|
|
|
|
var marker_98ea4681e7c8f18d1cdb0a197e315ca1 = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_9605b0d364eff24849f83cdcf3b65ef1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3406f399d414d49207e27285acf151fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2363f877f78ccde696c8d1f3891e7ed = $(`<div id="html_b2363f877f78ccde696c8d1f3891e7ed" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_3406f399d414d49207e27285acf151fc.setContent(html_b2363f877f78ccde696c8d1f3891e7ed);
|
|
|
|
|
|
|
|
marker_98ea4681e7c8f18d1cdb0a197e315ca1.bindPopup(popup_3406f399d414d49207e27285acf151fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98ea4681e7c8f18d1cdb0a197e315ca1.setIcon(icon_9605b0d364eff24849f83cdcf3b65ef1);
|
|
|
|
|
|
var marker_2d8e34dc374db5e8acfc2ff3cfc8bf28 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_9f3fbfd9b3940f036ee52216ecb76177 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_302fbabdf9c988a35bd788dd451b3966 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_040b9fc3be790779bfe6a4e70767905b = $(`<div id="html_040b9fc3be790779bfe6a4e70767905b" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_302fbabdf9c988a35bd788dd451b3966.setContent(html_040b9fc3be790779bfe6a4e70767905b);
|
|
|
|
|
|
|
|
marker_2d8e34dc374db5e8acfc2ff3cfc8bf28.bindPopup(popup_302fbabdf9c988a35bd788dd451b3966)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d8e34dc374db5e8acfc2ff3cfc8bf28.setIcon(icon_9f3fbfd9b3940f036ee52216ecb76177);
|
|
|
|
|
|
var marker_17129b83d073374e3f8ad7701447a121 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_73f87ae789c8ce2b9f169432acc9a9b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df7128b8a47186080b1af1cb4540b806 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c27d7dfff4ebf31602239df96d22f5f6 = $(`<div id="html_c27d7dfff4ebf31602239df96d22f5f6" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_df7128b8a47186080b1af1cb4540b806.setContent(html_c27d7dfff4ebf31602239df96d22f5f6);
|
|
|
|
|
|
|
|
marker_17129b83d073374e3f8ad7701447a121.bindPopup(popup_df7128b8a47186080b1af1cb4540b806)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17129b83d073374e3f8ad7701447a121.setIcon(icon_73f87ae789c8ce2b9f169432acc9a9b9);
|
|
|
|
|
|
var marker_bea2a2b6023ede1f662a2688f680509a = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_804025fc4041a9f2bd46f89b602bf347 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea23a507604e6824ed54cef04f2ed82b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b89b90ba4d436dc9ed8fcf2e7420015a = $(`<div id="html_b89b90ba4d436dc9ed8fcf2e7420015a" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_ea23a507604e6824ed54cef04f2ed82b.setContent(html_b89b90ba4d436dc9ed8fcf2e7420015a);
|
|
|
|
|
|
|
|
marker_bea2a2b6023ede1f662a2688f680509a.bindPopup(popup_ea23a507604e6824ed54cef04f2ed82b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bea2a2b6023ede1f662a2688f680509a.setIcon(icon_804025fc4041a9f2bd46f89b602bf347);
|
|
|
|
|
|
var marker_cb22a6548a6836999b847e2f5685bd47 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_4027b4c8bcdee702a0b48e7671c3a3d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0e1669547247c6f32c428d5c49fd46f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4c6cc793007b31e54590ee7977f2d15 = $(`<div id="html_d4c6cc793007b31e54590ee7977f2d15" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_b0e1669547247c6f32c428d5c49fd46f.setContent(html_d4c6cc793007b31e54590ee7977f2d15);
|
|
|
|
|
|
|
|
marker_cb22a6548a6836999b847e2f5685bd47.bindPopup(popup_b0e1669547247c6f32c428d5c49fd46f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb22a6548a6836999b847e2f5685bd47.setIcon(icon_4027b4c8bcdee702a0b48e7671c3a3d0);
|
|
|
|
|
|
var marker_17cb52db0e4ff3594d2906d99f0d16ac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_e45a315372f7127489b356a611772afa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7c441c42140918a4c6a31c28ade4f84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_318f941e1c0feae11a789c979e955af8 = $(`<div id="html_318f941e1c0feae11a789c979e955af8" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_c7c441c42140918a4c6a31c28ade4f84.setContent(html_318f941e1c0feae11a789c979e955af8);
|
|
|
|
|
|
|
|
marker_17cb52db0e4ff3594d2906d99f0d16ac.bindPopup(popup_c7c441c42140918a4c6a31c28ade4f84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17cb52db0e4ff3594d2906d99f0d16ac.setIcon(icon_e45a315372f7127489b356a611772afa);
|
|
|
|
|
|
var marker_2b5f0fd973bfdf598868f87ff5cf2b56 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_29c1317efad2b5b266d07a2dbda9cd61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_003aa8f89ad15507a8566f2451c19075 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37a1b2866c7571923e26fe1306004180 = $(`<div id="html_37a1b2866c7571923e26fe1306004180" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_003aa8f89ad15507a8566f2451c19075.setContent(html_37a1b2866c7571923e26fe1306004180);
|
|
|
|
|
|
|
|
marker_2b5f0fd973bfdf598868f87ff5cf2b56.bindPopup(popup_003aa8f89ad15507a8566f2451c19075)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b5f0fd973bfdf598868f87ff5cf2b56.setIcon(icon_29c1317efad2b5b266d07a2dbda9cd61);
|
|
|
|
|
|
var marker_3cc3b8960b3231d847f6cd59d0791027 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_da6dd05186cdcfe408ac2614833b391a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6afd316fd13ab14232b7bd9a348046d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4033fc772cd25b90d1a0acd69d72836f = $(`<div id="html_4033fc772cd25b90d1a0acd69d72836f" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_6afd316fd13ab14232b7bd9a348046d9.setContent(html_4033fc772cd25b90d1a0acd69d72836f);
|
|
|
|
|
|
|
|
marker_3cc3b8960b3231d847f6cd59d0791027.bindPopup(popup_6afd316fd13ab14232b7bd9a348046d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cc3b8960b3231d847f6cd59d0791027.setIcon(icon_da6dd05186cdcfe408ac2614833b391a);
|
|
|
|
|
|
var marker_ae872477c173482528f74d79b74882c3 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_0073111d232b1214e5f3d48f1ef50b29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_876bbacc3176a1a30f758a2e9c9f99b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5b79de04db2a7d7d1ecf5a16c9d3bb5 = $(`<div id="html_a5b79de04db2a7d7d1ecf5a16c9d3bb5" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_876bbacc3176a1a30f758a2e9c9f99b7.setContent(html_a5b79de04db2a7d7d1ecf5a16c9d3bb5);
|
|
|
|
|
|
|
|
marker_ae872477c173482528f74d79b74882c3.bindPopup(popup_876bbacc3176a1a30f758a2e9c9f99b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae872477c173482528f74d79b74882c3.setIcon(icon_0073111d232b1214e5f3d48f1ef50b29);
|
|
|
|
|
|
var marker_b7c4ee9be2c64c0b351c012009e7c03f = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_4672c4ee2e0e096510387862cdd9f884 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8dba37cf0657edaa50b9084f829d2e85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ce2d6dab84bd0bc487b100b3c1a1914 = $(`<div id="html_0ce2d6dab84bd0bc487b100b3c1a1914" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_8dba37cf0657edaa50b9084f829d2e85.setContent(html_0ce2d6dab84bd0bc487b100b3c1a1914);
|
|
|
|
|
|
|
|
marker_b7c4ee9be2c64c0b351c012009e7c03f.bindPopup(popup_8dba37cf0657edaa50b9084f829d2e85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7c4ee9be2c64c0b351c012009e7c03f.setIcon(icon_4672c4ee2e0e096510387862cdd9f884);
|
|
|
|
|
|
var marker_8335744cd0801f780ce7832127d8250c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_98dd7ed7b9c1e5b1465d456aeb2ef336 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76b7a8d3c6ea3338b4c4c7dfb9312494 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea58da736eb06e07b1f121a095fef68c = $(`<div id="html_ea58da736eb06e07b1f121a095fef68c" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_76b7a8d3c6ea3338b4c4c7dfb9312494.setContent(html_ea58da736eb06e07b1f121a095fef68c);
|
|
|
|
|
|
|
|
marker_8335744cd0801f780ce7832127d8250c.bindPopup(popup_76b7a8d3c6ea3338b4c4c7dfb9312494)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8335744cd0801f780ce7832127d8250c.setIcon(icon_98dd7ed7b9c1e5b1465d456aeb2ef336);
|
|
|
|
|
|
var marker_d241e45636aa6a15ee21a3b70e7473f3 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_5b0040e139ee66665a33be9df8551044 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69ee3bf39c0a5a97b3543d7ff505e7b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48130e8cbd9467622bd0036076133c2d = $(`<div id="html_48130e8cbd9467622bd0036076133c2d" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_69ee3bf39c0a5a97b3543d7ff505e7b3.setContent(html_48130e8cbd9467622bd0036076133c2d);
|
|
|
|
|
|
|
|
marker_d241e45636aa6a15ee21a3b70e7473f3.bindPopup(popup_69ee3bf39c0a5a97b3543d7ff505e7b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d241e45636aa6a15ee21a3b70e7473f3.setIcon(icon_5b0040e139ee66665a33be9df8551044);
|
|
|
|
|
|
var marker_fc967fd6813ff88560159ac44b839022 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_9ee6c8b0d838eb60e69e73b594f956fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fbf501eddf0291b2f67d7b7dda7dfe9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b67716657a30816eba1231d4744a787 = $(`<div id="html_6b67716657a30816eba1231d4744a787" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_8fbf501eddf0291b2f67d7b7dda7dfe9.setContent(html_6b67716657a30816eba1231d4744a787);
|
|
|
|
|
|
|
|
marker_fc967fd6813ff88560159ac44b839022.bindPopup(popup_8fbf501eddf0291b2f67d7b7dda7dfe9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc967fd6813ff88560159ac44b839022.setIcon(icon_9ee6c8b0d838eb60e69e73b594f956fd);
|
|
|
|
|
|
var marker_2fbcdd627298c6a74672856034ae2cb0 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_f970e0a7f3fde4855de70ba1e8174f07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f15e4d17c3ea2b08ceebffd39dbd73aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f721ff79f441284a1e94899f131d9143 = $(`<div id="html_f721ff79f441284a1e94899f131d9143" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_f15e4d17c3ea2b08ceebffd39dbd73aa.setContent(html_f721ff79f441284a1e94899f131d9143);
|
|
|
|
|
|
|
|
marker_2fbcdd627298c6a74672856034ae2cb0.bindPopup(popup_f15e4d17c3ea2b08ceebffd39dbd73aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fbcdd627298c6a74672856034ae2cb0.setIcon(icon_f970e0a7f3fde4855de70ba1e8174f07);
|
|
|
|
|
|
var marker_c708e46f63ec736301c9e6c4bbd33928 = L.marker(
|
|
[50.8933, 6.05805],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_a469633cb4c64fb993286f15f2b65de7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5a116bb1d3559e65eef0512be2d0639 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d6d8145233db6151699a766f0353c39 = $(`<div id="html_3d6d8145233db6151699a766f0353c39" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_f5a116bb1d3559e65eef0512be2d0639.setContent(html_3d6d8145233db6151699a766f0353c39);
|
|
|
|
|
|
|
|
marker_c708e46f63ec736301c9e6c4bbd33928.bindPopup(popup_f5a116bb1d3559e65eef0512be2d0639)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c708e46f63ec736301c9e6c4bbd33928.setIcon(icon_a469633cb4c64fb993286f15f2b65de7);
|
|
|
|
|
|
var marker_6feb7c3ab1f8f38ccd681214a63a55e2 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_4157b5643464339ba0a4e36794581cb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76c32feed4413470b965d6a3674f0e82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_068d45e95032ebf41db3ae707971755f = $(`<div id="html_068d45e95032ebf41db3ae707971755f" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_76c32feed4413470b965d6a3674f0e82.setContent(html_068d45e95032ebf41db3ae707971755f);
|
|
|
|
|
|
|
|
marker_6feb7c3ab1f8f38ccd681214a63a55e2.bindPopup(popup_76c32feed4413470b965d6a3674f0e82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6feb7c3ab1f8f38ccd681214a63a55e2.setIcon(icon_4157b5643464339ba0a4e36794581cb4);
|
|
|
|
|
|
var marker_243d2df0b0baedbed7483ae5e25d1d5a = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_494f22430a911acf7b335824302ef43b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e40b6c7707040942c53f7f5ef1a8b69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_271518b6ad74a5239737486961389902 = $(`<div id="html_271518b6ad74a5239737486961389902" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_6e40b6c7707040942c53f7f5ef1a8b69.setContent(html_271518b6ad74a5239737486961389902);
|
|
|
|
|
|
|
|
marker_243d2df0b0baedbed7483ae5e25d1d5a.bindPopup(popup_6e40b6c7707040942c53f7f5ef1a8b69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_243d2df0b0baedbed7483ae5e25d1d5a.setIcon(icon_494f22430a911acf7b335824302ef43b);
|
|
|
|
|
|
var marker_5822153a3888ca368d83b29d508cc60c = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_f71965d7995ad942561288ee5a3381db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_602d2db24da1d87942a13cd66cef2c91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1478b3678ef25f0f77a6274d04d39053 = $(`<div id="html_1478b3678ef25f0f77a6274d04d39053" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_602d2db24da1d87942a13cd66cef2c91.setContent(html_1478b3678ef25f0f77a6274d04d39053);
|
|
|
|
|
|
|
|
marker_5822153a3888ca368d83b29d508cc60c.bindPopup(popup_602d2db24da1d87942a13cd66cef2c91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5822153a3888ca368d83b29d508cc60c.setIcon(icon_f71965d7995ad942561288ee5a3381db);
|
|
|
|
|
|
var marker_937e777b36fc5509d0f7264964f35867 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_07e2b7863622df250be53a501fd4c2db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_805664bc504c8e5723fa5a0e5ba55305 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efcfcf0c6364de9fe330b0f307320d5f = $(`<div id="html_efcfcf0c6364de9fe330b0f307320d5f" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_805664bc504c8e5723fa5a0e5ba55305.setContent(html_efcfcf0c6364de9fe330b0f307320d5f);
|
|
|
|
|
|
|
|
marker_937e777b36fc5509d0f7264964f35867.bindPopup(popup_805664bc504c8e5723fa5a0e5ba55305)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_937e777b36fc5509d0f7264964f35867.setIcon(icon_07e2b7863622df250be53a501fd4c2db);
|
|
|
|
|
|
var marker_7dde510b22d28bab3f1fe707a6f05712 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_5eee5cc57c14158690c02c9d57bf4a98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96f744ee51929b66dd8300a1fdb878be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f098ae7ad9e724e8829b17e775d9e113 = $(`<div id="html_f098ae7ad9e724e8829b17e775d9e113" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_96f744ee51929b66dd8300a1fdb878be.setContent(html_f098ae7ad9e724e8829b17e775d9e113);
|
|
|
|
|
|
|
|
marker_7dde510b22d28bab3f1fe707a6f05712.bindPopup(popup_96f744ee51929b66dd8300a1fdb878be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7dde510b22d28bab3f1fe707a6f05712.setIcon(icon_5eee5cc57c14158690c02c9d57bf4a98);
|
|
|
|
|
|
var marker_cfdace30572fb746faad10382df1747f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_3f232c397219fba3eb9489ea4e12f65b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1220da168a41b000b8a488667b8847e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c8be01cb52ffd893b789ac8e9ad12cd = $(`<div id="html_8c8be01cb52ffd893b789ac8e9ad12cd" style="width: 100.0%; height: 100.0%;">nostrelay.memory-art.xyz</div>`)[0];
|
|
popup_d1220da168a41b000b8a488667b8847e.setContent(html_8c8be01cb52ffd893b789ac8e9ad12cd);
|
|
|
|
|
|
|
|
marker_cfdace30572fb746faad10382df1747f.bindPopup(popup_d1220da168a41b000b8a488667b8847e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfdace30572fb746faad10382df1747f.setIcon(icon_3f232c397219fba3eb9489ea4e12f65b);
|
|
|
|
|
|
var marker_cefb49c46e5c618ca22fa346867ab491 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_b484cb43ec21287f985a944921a0555e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca3e689fc48e27752e41a4fe480235d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9933d0f76687abe6236069a89568fa5f = $(`<div id="html_9933d0f76687abe6236069a89568fa5f" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_ca3e689fc48e27752e41a4fe480235d0.setContent(html_9933d0f76687abe6236069a89568fa5f);
|
|
|
|
|
|
|
|
marker_cefb49c46e5c618ca22fa346867ab491.bindPopup(popup_ca3e689fc48e27752e41a4fe480235d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cefb49c46e5c618ca22fa346867ab491.setIcon(icon_b484cb43ec21287f985a944921a0555e);
|
|
|
|
|
|
var marker_2a4754078954c7b1a19353a9cd18c15f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_a7c90f4432bd05060ca37133c589be35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86a30ad03cf66934e3f47e3c046e5361 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ea69a089268e0945b577fd94fd871dd = $(`<div id="html_3ea69a089268e0945b577fd94fd871dd" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_86a30ad03cf66934e3f47e3c046e5361.setContent(html_3ea69a089268e0945b577fd94fd871dd);
|
|
|
|
|
|
|
|
marker_2a4754078954c7b1a19353a9cd18c15f.bindPopup(popup_86a30ad03cf66934e3f47e3c046e5361)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a4754078954c7b1a19353a9cd18c15f.setIcon(icon_a7c90f4432bd05060ca37133c589be35);
|
|
|
|
|
|
var marker_a65d45235112aa188180f7e2a249ea77 = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_6af1086b79760380e683d89eae824528 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30b7fdc4a7bb1285729aee331b10ca36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b27d1a4bd9887d78777806f4085e2af9 = $(`<div id="html_b27d1a4bd9887d78777806f4085e2af9" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_30b7fdc4a7bb1285729aee331b10ca36.setContent(html_b27d1a4bd9887d78777806f4085e2af9);
|
|
|
|
|
|
|
|
marker_a65d45235112aa188180f7e2a249ea77.bindPopup(popup_30b7fdc4a7bb1285729aee331b10ca36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a65d45235112aa188180f7e2a249ea77.setIcon(icon_6af1086b79760380e683d89eae824528);
|
|
|
|
|
|
var marker_255919f556f65cfa2a0d314d3143f994 = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_281a04c7231e26973173c0f9909ae5e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e433dd5fa5e457406199116d27842d6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4edf64a11a8dfd58e266445b8d980c6 = $(`<div id="html_b4edf64a11a8dfd58e266445b8d980c6" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_e433dd5fa5e457406199116d27842d6a.setContent(html_b4edf64a11a8dfd58e266445b8d980c6);
|
|
|
|
|
|
|
|
marker_255919f556f65cfa2a0d314d3143f994.bindPopup(popup_e433dd5fa5e457406199116d27842d6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_255919f556f65cfa2a0d314d3143f994.setIcon(icon_281a04c7231e26973173c0f9909ae5e9);
|
|
|
|
|
|
var marker_86d8c3d2163f7c2e380acf0f92e69cff = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_e7a98bb84d7d749c64be1d5078f18b74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1eabf41549ebdd3821dda3cc8286ca63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3b3a009c2033bbbe2498efed0808ac1 = $(`<div id="html_e3b3a009c2033bbbe2498efed0808ac1" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_1eabf41549ebdd3821dda3cc8286ca63.setContent(html_e3b3a009c2033bbbe2498efed0808ac1);
|
|
|
|
|
|
|
|
marker_86d8c3d2163f7c2e380acf0f92e69cff.bindPopup(popup_1eabf41549ebdd3821dda3cc8286ca63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86d8c3d2163f7c2e380acf0f92e69cff.setIcon(icon_e7a98bb84d7d749c64be1d5078f18b74);
|
|
|
|
|
|
var marker_72bbddc59056b10f6d73c5a12f727579 = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_2f2ae82f14b5b95b22f502e159d967e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c02cc70be8227db49d31b3352c0ee776 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e260c75843fccebecd50959cfe7a1b8 = $(`<div id="html_0e260c75843fccebecd50959cfe7a1b8" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_c02cc70be8227db49d31b3352c0ee776.setContent(html_0e260c75843fccebecd50959cfe7a1b8);
|
|
|
|
|
|
|
|
marker_72bbddc59056b10f6d73c5a12f727579.bindPopup(popup_c02cc70be8227db49d31b3352c0ee776)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72bbddc59056b10f6d73c5a12f727579.setIcon(icon_2f2ae82f14b5b95b22f502e159d967e6);
|
|
|
|
|
|
var marker_d32ef1e40d15547d73df161204122868 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_8cb60e88a9fb4a0ec51a06b2a0dbad3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93ae75642115deda129d2c9920bbd52d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4455e699e4da8e3e2f3135aef87c5a94 = $(`<div id="html_4455e699e4da8e3e2f3135aef87c5a94" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_93ae75642115deda129d2c9920bbd52d.setContent(html_4455e699e4da8e3e2f3135aef87c5a94);
|
|
|
|
|
|
|
|
marker_d32ef1e40d15547d73df161204122868.bindPopup(popup_93ae75642115deda129d2c9920bbd52d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d32ef1e40d15547d73df161204122868.setIcon(icon_8cb60e88a9fb4a0ec51a06b2a0dbad3c);
|
|
|
|
|
|
var marker_efdc8210de4664fc2b6b60c323ad186d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_a470f35433214f0476ff0adedb400b49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ac183ea42b93bbb4a41ce68b4b256de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc02300d0189a84e04a95f4e35ec1f53 = $(`<div id="html_fc02300d0189a84e04a95f4e35ec1f53" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_7ac183ea42b93bbb4a41ce68b4b256de.setContent(html_fc02300d0189a84e04a95f4e35ec1f53);
|
|
|
|
|
|
|
|
marker_efdc8210de4664fc2b6b60c323ad186d.bindPopup(popup_7ac183ea42b93bbb4a41ce68b4b256de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efdc8210de4664fc2b6b60c323ad186d.setIcon(icon_a470f35433214f0476ff0adedb400b49);
|
|
|
|
|
|
var marker_df279e14044b4be38be8f4ca8ab6895b = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_d1d6903d9c239f5d87212f1eed6632d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f396877321a9477cd9e86394c8a062d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_942c0f28a5e526e2b25f87d5949a45cb = $(`<div id="html_942c0f28a5e526e2b25f87d5949a45cb" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_3f396877321a9477cd9e86394c8a062d.setContent(html_942c0f28a5e526e2b25f87d5949a45cb);
|
|
|
|
|
|
|
|
marker_df279e14044b4be38be8f4ca8ab6895b.bindPopup(popup_3f396877321a9477cd9e86394c8a062d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df279e14044b4be38be8f4ca8ab6895b.setIcon(icon_d1d6903d9c239f5d87212f1eed6632d5);
|
|
|
|
|
|
var marker_4eb1ca4d94465e320b746499a84a7403 = L.marker(
|
|
[26.2897, -80.1293],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_1f466482f8f9e73dce2bcae6fa254e13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c192f7b9952a792ef3155e44faf5933f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ccbfc64e8068563facc5b042f488d34 = $(`<div id="html_1ccbfc64e8068563facc5b042f488d34" style="width: 100.0%; height: 100.0%;">relay.electriclifestyle.com</div>`)[0];
|
|
popup_c192f7b9952a792ef3155e44faf5933f.setContent(html_1ccbfc64e8068563facc5b042f488d34);
|
|
|
|
|
|
|
|
marker_4eb1ca4d94465e320b746499a84a7403.bindPopup(popup_c192f7b9952a792ef3155e44faf5933f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4eb1ca4d94465e320b746499a84a7403.setIcon(icon_1f466482f8f9e73dce2bcae6fa254e13);
|
|
|
|
|
|
var marker_5d2f91cc82d20446b292a73a8f463c65 = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_eff0e7cbfdab38c91549e0f733d8119e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26b53b0ddde376e290ba41a9941c0df0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef34b3c7385cfa0ab9c1637b2dd9e01a = $(`<div id="html_ef34b3c7385cfa0ab9c1637b2dd9e01a" style="width: 100.0%; height: 100.0%;">alienos.libretechsystems.xyz</div>`)[0];
|
|
popup_26b53b0ddde376e290ba41a9941c0df0.setContent(html_ef34b3c7385cfa0ab9c1637b2dd9e01a);
|
|
|
|
|
|
|
|
marker_5d2f91cc82d20446b292a73a8f463c65.bindPopup(popup_26b53b0ddde376e290ba41a9941c0df0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d2f91cc82d20446b292a73a8f463c65.setIcon(icon_eff0e7cbfdab38c91549e0f733d8119e);
|
|
|
|
|
|
var marker_d7dd26783c306d9cc48df7c62ebc88f1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_4ce450dfa2867c4ff06423ef0e142fb8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a193c3175bccb077cdf4e0a027c23c69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c708b5b3a2cee977180d602a2bedf282 = $(`<div id="html_c708b5b3a2cee977180d602a2bedf282" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_a193c3175bccb077cdf4e0a027c23c69.setContent(html_c708b5b3a2cee977180d602a2bedf282);
|
|
|
|
|
|
|
|
marker_d7dd26783c306d9cc48df7c62ebc88f1.bindPopup(popup_a193c3175bccb077cdf4e0a027c23c69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7dd26783c306d9cc48df7c62ebc88f1.setIcon(icon_4ce450dfa2867c4ff06423ef0e142fb8);
|
|
|
|
|
|
var marker_7a847c661eaea3ed446bbbe9e57dcb73 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_5c773c09ab40389c0dadbcd4e17ee67b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7ad33036beefab0b62de54dbf9c85d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dcd81c22be3ae3b9e6915a911b93f9c1 = $(`<div id="html_dcd81c22be3ae3b9e6915a911b93f9c1" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_a7ad33036beefab0b62de54dbf9c85d4.setContent(html_dcd81c22be3ae3b9e6915a911b93f9c1);
|
|
|
|
|
|
|
|
marker_7a847c661eaea3ed446bbbe9e57dcb73.bindPopup(popup_a7ad33036beefab0b62de54dbf9c85d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a847c661eaea3ed446bbbe9e57dcb73.setIcon(icon_5c773c09ab40389c0dadbcd4e17ee67b);
|
|
|
|
|
|
var marker_d499d091fb01a0df3dc35425f9e8866d = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_078bd68c76083b2830a4dc63b524c434 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_791ef8919fff08d3a15c2a3068c059a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e92f22d27922303cbfe1893cb7f5c93 = $(`<div id="html_7e92f22d27922303cbfe1893cb7f5c93" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_791ef8919fff08d3a15c2a3068c059a1.setContent(html_7e92f22d27922303cbfe1893cb7f5c93);
|
|
|
|
|
|
|
|
marker_d499d091fb01a0df3dc35425f9e8866d.bindPopup(popup_791ef8919fff08d3a15c2a3068c059a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d499d091fb01a0df3dc35425f9e8866d.setIcon(icon_078bd68c76083b2830a4dc63b524c434);
|
|
|
|
|
|
var marker_b1faa1062c408965c142c6f69313971c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_611292bd3d55550d1286d02334b6b4bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_209b50c64f28d3de3d13b253334e7f62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b75bb073a6f16aae8b78976302ae0d5 = $(`<div id="html_6b75bb073a6f16aae8b78976302ae0d5" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_209b50c64f28d3de3d13b253334e7f62.setContent(html_6b75bb073a6f16aae8b78976302ae0d5);
|
|
|
|
|
|
|
|
marker_b1faa1062c408965c142c6f69313971c.bindPopup(popup_209b50c64f28d3de3d13b253334e7f62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1faa1062c408965c142c6f69313971c.setIcon(icon_611292bd3d55550d1286d02334b6b4bf);
|
|
|
|
|
|
var marker_0eb8fb0baf93fc1c321098b3f7c264a9 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_d65d46fb58d2c4f99eeee7faa970c83f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58bcea05a54c0b9e8ff310a4baa5b717 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4f490ee0a1e1e7a8a522d76b8b8593c = $(`<div id="html_b4f490ee0a1e1e7a8a522d76b8b8593c" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_58bcea05a54c0b9e8ff310a4baa5b717.setContent(html_b4f490ee0a1e1e7a8a522d76b8b8593c);
|
|
|
|
|
|
|
|
marker_0eb8fb0baf93fc1c321098b3f7c264a9.bindPopup(popup_58bcea05a54c0b9e8ff310a4baa5b717)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0eb8fb0baf93fc1c321098b3f7c264a9.setIcon(icon_d65d46fb58d2c4f99eeee7faa970c83f);
|
|
|
|
|
|
var marker_90a1fd34fb1423abdabd416ffe41d41a = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_a3c307e1afb4d7ab1826d727f8a51d05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87e7ae19de59471b137c4839fac839dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc773df9959757b29bff9f2ef61166f1 = $(`<div id="html_bc773df9959757b29bff9f2ef61166f1" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_87e7ae19de59471b137c4839fac839dd.setContent(html_bc773df9959757b29bff9f2ef61166f1);
|
|
|
|
|
|
|
|
marker_90a1fd34fb1423abdabd416ffe41d41a.bindPopup(popup_87e7ae19de59471b137c4839fac839dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90a1fd34fb1423abdabd416ffe41d41a.setIcon(icon_a3c307e1afb4d7ab1826d727f8a51d05);
|
|
|
|
|
|
var marker_3aaa0c94e03db883019cc32ef264bf47 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_de71ff499fc57782207e4c55b956ebd7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02b7fcdadae3ffa86ee95cef839003a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c07c7bc03ae885140c224f515180cb15 = $(`<div id="html_c07c7bc03ae885140c224f515180cb15" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_02b7fcdadae3ffa86ee95cef839003a7.setContent(html_c07c7bc03ae885140c224f515180cb15);
|
|
|
|
|
|
|
|
marker_3aaa0c94e03db883019cc32ef264bf47.bindPopup(popup_02b7fcdadae3ffa86ee95cef839003a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3aaa0c94e03db883019cc32ef264bf47.setIcon(icon_de71ff499fc57782207e4c55b956ebd7);
|
|
|
|
|
|
var marker_347d1f907ebaf859b04c645ce2a2e034 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_e402ab906dd37a8a0de2fba79c71edbf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a78a39851c1ef251900323edfa84773e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3abdb791c8f25381c02858973528e5da = $(`<div id="html_3abdb791c8f25381c02858973528e5da" style="width: 100.0%; height: 100.0%;">a.nos.lol</div>`)[0];
|
|
popup_a78a39851c1ef251900323edfa84773e.setContent(html_3abdb791c8f25381c02858973528e5da);
|
|
|
|
|
|
|
|
marker_347d1f907ebaf859b04c645ce2a2e034.bindPopup(popup_a78a39851c1ef251900323edfa84773e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_347d1f907ebaf859b04c645ce2a2e034.setIcon(icon_e402ab906dd37a8a0de2fba79c71edbf);
|
|
|
|
|
|
var marker_ba781f192a2f3b6cafd2160efeadb488 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_c8afcf06a667dde05f7f8cd98ab6c4ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8d04d04af1fef70d266ed9fb1aadc4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04d3c9fdb2e1c344ce2d1c7f8ecdc419 = $(`<div id="html_04d3c9fdb2e1c344ce2d1c7f8ecdc419" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_e8d04d04af1fef70d266ed9fb1aadc4e.setContent(html_04d3c9fdb2e1c344ce2d1c7f8ecdc419);
|
|
|
|
|
|
|
|
marker_ba781f192a2f3b6cafd2160efeadb488.bindPopup(popup_e8d04d04af1fef70d266ed9fb1aadc4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba781f192a2f3b6cafd2160efeadb488.setIcon(icon_c8afcf06a667dde05f7f8cd98ab6c4ef);
|
|
|
|
|
|
var marker_bc7ce2119786eb4d8b9abe24fbb32069 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_36fb5ba89b5c98805d800618e21fafd7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e58b3cbe5a379fd000bff72170c5699 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_281d479b6aae1e5e938c39ff3e5eb2cd = $(`<div id="html_281d479b6aae1e5e938c39ff3e5eb2cd" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_1e58b3cbe5a379fd000bff72170c5699.setContent(html_281d479b6aae1e5e938c39ff3e5eb2cd);
|
|
|
|
|
|
|
|
marker_bc7ce2119786eb4d8b9abe24fbb32069.bindPopup(popup_1e58b3cbe5a379fd000bff72170c5699)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc7ce2119786eb4d8b9abe24fbb32069.setIcon(icon_36fb5ba89b5c98805d800618e21fafd7);
|
|
|
|
|
|
var marker_be5fd82a84db61bd2ea920502b23ca31 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_2e1eab2faafe7d0e9a6b01fc95cf898d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a53a234dc2bdca5daaeff7d904272e93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d191e1d0d4545856d10ab70d5e3fb27 = $(`<div id="html_4d191e1d0d4545856d10ab70d5e3fb27" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_a53a234dc2bdca5daaeff7d904272e93.setContent(html_4d191e1d0d4545856d10ab70d5e3fb27);
|
|
|
|
|
|
|
|
marker_be5fd82a84db61bd2ea920502b23ca31.bindPopup(popup_a53a234dc2bdca5daaeff7d904272e93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be5fd82a84db61bd2ea920502b23ca31.setIcon(icon_2e1eab2faafe7d0e9a6b01fc95cf898d);
|
|
|
|
|
|
var marker_acc6a153fbcf5ae2bfcf4e154299e51c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_573c0aec4d788eb0375f0341d0bcad97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05c32252350b560951b1d4b257d6c3b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_692451ede5e4444f6574dbefa13adcbe = $(`<div id="html_692451ede5e4444f6574dbefa13adcbe" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_05c32252350b560951b1d4b257d6c3b8.setContent(html_692451ede5e4444f6574dbefa13adcbe);
|
|
|
|
|
|
|
|
marker_acc6a153fbcf5ae2bfcf4e154299e51c.bindPopup(popup_05c32252350b560951b1d4b257d6c3b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_acc6a153fbcf5ae2bfcf4e154299e51c.setIcon(icon_573c0aec4d788eb0375f0341d0bcad97);
|
|
|
|
|
|
var marker_5e32c2ee7da9e6941d2bba0e9d3763a5 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_64582337753bc1537541046e908211d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb1f06031e43390bf50551cc11f03667 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b178f168ae9ee6b114b84232a2887b45 = $(`<div id="html_b178f168ae9ee6b114b84232a2887b45" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_cb1f06031e43390bf50551cc11f03667.setContent(html_b178f168ae9ee6b114b84232a2887b45);
|
|
|
|
|
|
|
|
marker_5e32c2ee7da9e6941d2bba0e9d3763a5.bindPopup(popup_cb1f06031e43390bf50551cc11f03667)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e32c2ee7da9e6941d2bba0e9d3763a5.setIcon(icon_64582337753bc1537541046e908211d3);
|
|
|
|
|
|
var marker_a5a7edbdeef0df1d80eb8765188123fd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_788f5574e255b6e8c5ee919b16671a7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbc0b8df9a1f2cf6aeb62c08c041a394 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45ef0ef43e94b0c36f15ceddae127206 = $(`<div id="html_45ef0ef43e94b0c36f15ceddae127206" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_fbc0b8df9a1f2cf6aeb62c08c041a394.setContent(html_45ef0ef43e94b0c36f15ceddae127206);
|
|
|
|
|
|
|
|
marker_a5a7edbdeef0df1d80eb8765188123fd.bindPopup(popup_fbc0b8df9a1f2cf6aeb62c08c041a394)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5a7edbdeef0df1d80eb8765188123fd.setIcon(icon_788f5574e255b6e8c5ee919b16671a7a);
|
|
|
|
|
|
var marker_2fc64c70f2a6e9e213151fca74b4c698 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_f4067ca548f9a0991796b0447796154d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b55dc5464f2368fae9663ced981b4cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1103e5f7829dd5fa48ebd0b1ba13d687 = $(`<div id="html_1103e5f7829dd5fa48ebd0b1ba13d687" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_2b55dc5464f2368fae9663ced981b4cf.setContent(html_1103e5f7829dd5fa48ebd0b1ba13d687);
|
|
|
|
|
|
|
|
marker_2fc64c70f2a6e9e213151fca74b4c698.bindPopup(popup_2b55dc5464f2368fae9663ced981b4cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fc64c70f2a6e9e213151fca74b4c698.setIcon(icon_f4067ca548f9a0991796b0447796154d);
|
|
|
|
|
|
var marker_be1b6c305094eaa769155ac4b36716df = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_100a15c3ef8c077f860e4784522981a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c379ba0009526fff47d31eacbc0ac84e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_507f4fe7b07b197cef014d1c6573b36a = $(`<div id="html_507f4fe7b07b197cef014d1c6573b36a" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_c379ba0009526fff47d31eacbc0ac84e.setContent(html_507f4fe7b07b197cef014d1c6573b36a);
|
|
|
|
|
|
|
|
marker_be1b6c305094eaa769155ac4b36716df.bindPopup(popup_c379ba0009526fff47d31eacbc0ac84e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be1b6c305094eaa769155ac4b36716df.setIcon(icon_100a15c3ef8c077f860e4784522981a5);
|
|
|
|
|
|
var marker_2591d78a458dcbe84ea40ba630f2e9fd = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_35a3adfc9528fdb39e9d4849cd2645de);
|
|
|
|
|
|
var icon_7c6b36cbea78b20c989d596c85aa32ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33bfc77d745f8da77951ba64d0c57c11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1b23fb902c577fd5d02e29a28c537b1 = $(`<div id="html_a1b23fb902c577fd5d02e29a28c537b1" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_33bfc77d745f8da77951ba64d0c57c11.setContent(html_a1b23fb902c577fd5d02e29a28c537b1);
|
|
|
|
|
|
|
|
marker_2591d78a458dcbe84ea40ba630f2e9fd.bindPopup(popup_33bfc77d745f8da77951ba64d0c57c11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2591d78a458dcbe84ea40ba630f2e9fd.setIcon(icon_7c6b36cbea78b20c989d596c85aa32ef);
|
|
|
|
|
|
marker_cluster_35a3adfc9528fdb39e9d4849cd2645de.addTo(map_3bd77230a76b57ac164edb7fbe2d3e53);
|
|
|
|
</script>
|
|
</html> |