mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 04:25:19 +00:00
11627 lines
338 KiB
HTML
11627 lines
338 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_e70f387596f1d9fd79ec5e58d073e5ac {
|
|
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_e70f387596f1d9fd79ec5e58d073e5ac" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_e70f387596f1d9fd79ec5e58d073e5ac = L.map(
|
|
"map_e70f387596f1d9fd79ec5e58d073e5ac",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_bda9ea3a13edd112aec42795471c215c = 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_bda9ea3a13edd112aec42795471c215c.addTo(map_e70f387596f1d9fd79ec5e58d073e5ac);
|
|
|
|
|
|
var marker_cluster_4f91b1a87e40373a6005b8f59a374fad = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_bd0e84ab27eb39bb6a9f3cd5c7f2f101 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_3d104b8048c233e0c19fd0df6a09b6aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7b0833ad6841bef5c550dce25309069 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7ec6917f45eeb790896c87c138069ca = $(`<div id="html_d7ec6917f45eeb790896c87c138069ca" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_f7b0833ad6841bef5c550dce25309069.setContent(html_d7ec6917f45eeb790896c87c138069ca);
|
|
|
|
|
|
|
|
marker_bd0e84ab27eb39bb6a9f3cd5c7f2f101.bindPopup(popup_f7b0833ad6841bef5c550dce25309069)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd0e84ab27eb39bb6a9f3cd5c7f2f101.setIcon(icon_3d104b8048c233e0c19fd0df6a09b6aa);
|
|
|
|
|
|
var marker_a676d5dcb43e7ae71650748b5fed1b48 = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_f824f07c1ee3ba8f62d4974f4c712619 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39a70e9dd27700f3a9da1086a9882ad9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e762e7d7a4ac434d4be1e745f4064756 = $(`<div id="html_e762e7d7a4ac434d4be1e745f4064756" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_39a70e9dd27700f3a9da1086a9882ad9.setContent(html_e762e7d7a4ac434d4be1e745f4064756);
|
|
|
|
|
|
|
|
marker_a676d5dcb43e7ae71650748b5fed1b48.bindPopup(popup_39a70e9dd27700f3a9da1086a9882ad9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a676d5dcb43e7ae71650748b5fed1b48.setIcon(icon_f824f07c1ee3ba8f62d4974f4c712619);
|
|
|
|
|
|
var marker_7781685b41a4493043f5d8bb603c41e2 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_1a26f565f8c4a23bd54294ebcf0eb06e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0f38f8b211c5f8e5dfe9f956bf0fb85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc8eb61a24c36e725ab5001341f4b296 = $(`<div id="html_bc8eb61a24c36e725ab5001341f4b296" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_e0f38f8b211c5f8e5dfe9f956bf0fb85.setContent(html_bc8eb61a24c36e725ab5001341f4b296);
|
|
|
|
|
|
|
|
marker_7781685b41a4493043f5d8bb603c41e2.bindPopup(popup_e0f38f8b211c5f8e5dfe9f956bf0fb85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7781685b41a4493043f5d8bb603c41e2.setIcon(icon_1a26f565f8c4a23bd54294ebcf0eb06e);
|
|
|
|
|
|
var marker_0f5ad211adeb61cffcf2870b729d6fe7 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_269c2fdabb225499c31f02aa6dc5d0ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00d9391f6d98d1db29d07dab42ff6fdd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd9fefdfb4a3feb5075d58255c6f295b = $(`<div id="html_dd9fefdfb4a3feb5075d58255c6f295b" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_00d9391f6d98d1db29d07dab42ff6fdd.setContent(html_dd9fefdfb4a3feb5075d58255c6f295b);
|
|
|
|
|
|
|
|
marker_0f5ad211adeb61cffcf2870b729d6fe7.bindPopup(popup_00d9391f6d98d1db29d07dab42ff6fdd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f5ad211adeb61cffcf2870b729d6fe7.setIcon(icon_269c2fdabb225499c31f02aa6dc5d0ce);
|
|
|
|
|
|
var marker_22562581490b9c5ed71e6136880cc654 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_6674252b01322c168b44866fdfa51b9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6c7472d89d79da673b1497ac76b3440 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd9120ecac4816f648e8411afba92a80 = $(`<div id="html_cd9120ecac4816f648e8411afba92a80" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_a6c7472d89d79da673b1497ac76b3440.setContent(html_cd9120ecac4816f648e8411afba92a80);
|
|
|
|
|
|
|
|
marker_22562581490b9c5ed71e6136880cc654.bindPopup(popup_a6c7472d89d79da673b1497ac76b3440)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22562581490b9c5ed71e6136880cc654.setIcon(icon_6674252b01322c168b44866fdfa51b9b);
|
|
|
|
|
|
var marker_8b039dc6aed2e3f5c37864a6604181e5 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_23d7028f6ce2749fa0c2796cffc95b41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee348ae07c962424d6debc094574be0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b6041b8b31c15aa4509339bb28d4d83 = $(`<div id="html_2b6041b8b31c15aa4509339bb28d4d83" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_ee348ae07c962424d6debc094574be0b.setContent(html_2b6041b8b31c15aa4509339bb28d4d83);
|
|
|
|
|
|
|
|
marker_8b039dc6aed2e3f5c37864a6604181e5.bindPopup(popup_ee348ae07c962424d6debc094574be0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b039dc6aed2e3f5c37864a6604181e5.setIcon(icon_23d7028f6ce2749fa0c2796cffc95b41);
|
|
|
|
|
|
var marker_76a23e04c5d90f52ccca03cbb89b5e4a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_cc4a3453dae2169dc1ccf58b1dc7bbac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_230576093d80da1f72d61b5f60e9cf2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6e21fe74902a628c784e3d33629fe1c = $(`<div id="html_c6e21fe74902a628c784e3d33629fe1c" style="width: 100.0%; height: 100.0%;">relay.veganostr.com</div>`)[0];
|
|
popup_230576093d80da1f72d61b5f60e9cf2e.setContent(html_c6e21fe74902a628c784e3d33629fe1c);
|
|
|
|
|
|
|
|
marker_76a23e04c5d90f52ccca03cbb89b5e4a.bindPopup(popup_230576093d80da1f72d61b5f60e9cf2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76a23e04c5d90f52ccca03cbb89b5e4a.setIcon(icon_cc4a3453dae2169dc1ccf58b1dc7bbac);
|
|
|
|
|
|
var marker_7cdadbd484f916d8d2003e8cff92ab2a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_adaf3238cb5922a2c46c81385e4ecb09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f21c07b619d40ad8e54e5d73670ed7f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ba97aae053ede321defe69189893caf = $(`<div id="html_4ba97aae053ede321defe69189893caf" style="width: 100.0%; height: 100.0%;">strfry.atlantislabs.space</div>`)[0];
|
|
popup_f21c07b619d40ad8e54e5d73670ed7f9.setContent(html_4ba97aae053ede321defe69189893caf);
|
|
|
|
|
|
|
|
marker_7cdadbd484f916d8d2003e8cff92ab2a.bindPopup(popup_f21c07b619d40ad8e54e5d73670ed7f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cdadbd484f916d8d2003e8cff92ab2a.setIcon(icon_adaf3238cb5922a2c46c81385e4ecb09);
|
|
|
|
|
|
var marker_4d58b1dd823b6994a9c5e289415a7b44 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_8b1383e01188ea1b76deeb539725ceb1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d32bbbd4381f86cc4a4a94b940bb0df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_492c36ba6a88f46c7961de1311b74b26 = $(`<div id="html_492c36ba6a88f46c7961de1311b74b26" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_6d32bbbd4381f86cc4a4a94b940bb0df.setContent(html_492c36ba6a88f46c7961de1311b74b26);
|
|
|
|
|
|
|
|
marker_4d58b1dd823b6994a9c5e289415a7b44.bindPopup(popup_6d32bbbd4381f86cc4a4a94b940bb0df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d58b1dd823b6994a9c5e289415a7b44.setIcon(icon_8b1383e01188ea1b76deeb539725ceb1);
|
|
|
|
|
|
var marker_a78152d956fd1fa1ea4e83866bb0a0bf = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_bf1818c82caed6903c2d343be7da9a9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0451383cae113b6f4fb37df46f6ce73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1323ef837bc3092e8e3f6eb2182b6c2b = $(`<div id="html_1323ef837bc3092e8e3f6eb2182b6c2b" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_a0451383cae113b6f4fb37df46f6ce73.setContent(html_1323ef837bc3092e8e3f6eb2182b6c2b);
|
|
|
|
|
|
|
|
marker_a78152d956fd1fa1ea4e83866bb0a0bf.bindPopup(popup_a0451383cae113b6f4fb37df46f6ce73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a78152d956fd1fa1ea4e83866bb0a0bf.setIcon(icon_bf1818c82caed6903c2d343be7da9a9e);
|
|
|
|
|
|
var marker_8921edca0eba9ba8e67073c3d49fda77 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_979a20c3c34476d5fd32d4aae97b272d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f1bff648d66916edf4d92193497b441 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f9e10b7476f6156b852fb47f4bfc84d = $(`<div id="html_5f9e10b7476f6156b852fb47f4bfc84d" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_7f1bff648d66916edf4d92193497b441.setContent(html_5f9e10b7476f6156b852fb47f4bfc84d);
|
|
|
|
|
|
|
|
marker_8921edca0eba9ba8e67073c3d49fda77.bindPopup(popup_7f1bff648d66916edf4d92193497b441)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8921edca0eba9ba8e67073c3d49fda77.setIcon(icon_979a20c3c34476d5fd32d4aae97b272d);
|
|
|
|
|
|
var marker_fc3d3e818cec39f8db210faa86bb6797 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_4ffeeeb4832daf67144e91bd773f3102 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69e1eadc82b8edb267468b137f496dbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_682e0140fa3827f62843511f9b0a3156 = $(`<div id="html_682e0140fa3827f62843511f9b0a3156" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_69e1eadc82b8edb267468b137f496dbd.setContent(html_682e0140fa3827f62843511f9b0a3156);
|
|
|
|
|
|
|
|
marker_fc3d3e818cec39f8db210faa86bb6797.bindPopup(popup_69e1eadc82b8edb267468b137f496dbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc3d3e818cec39f8db210faa86bb6797.setIcon(icon_4ffeeeb4832daf67144e91bd773f3102);
|
|
|
|
|
|
var marker_f5fbbcc10a15f95736c96fad9a5eb017 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_472f5233eaf19b274168876260ef836e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d49cd814f710ed9b753925f723192145 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e257e5c5383d5db5317ceffc9b8abf5 = $(`<div id="html_2e257e5c5383d5db5317ceffc9b8abf5" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_d49cd814f710ed9b753925f723192145.setContent(html_2e257e5c5383d5db5317ceffc9b8abf5);
|
|
|
|
|
|
|
|
marker_f5fbbcc10a15f95736c96fad9a5eb017.bindPopup(popup_d49cd814f710ed9b753925f723192145)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5fbbcc10a15f95736c96fad9a5eb017.setIcon(icon_472f5233eaf19b274168876260ef836e);
|
|
|
|
|
|
var marker_d46ce138c3f9db5586abb6f39a94f21c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_12c6d67787f956c62ef5d13844fc6686 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4de461922063f4ba50bfa96c38b5347 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8886cff3608127226bb5e3d4c7f26e12 = $(`<div id="html_8886cff3608127226bb5e3d4c7f26e12" style="width: 100.0%; height: 100.0%;">plebchain.club</div>`)[0];
|
|
popup_e4de461922063f4ba50bfa96c38b5347.setContent(html_8886cff3608127226bb5e3d4c7f26e12);
|
|
|
|
|
|
|
|
marker_d46ce138c3f9db5586abb6f39a94f21c.bindPopup(popup_e4de461922063f4ba50bfa96c38b5347)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d46ce138c3f9db5586abb6f39a94f21c.setIcon(icon_12c6d67787f956c62ef5d13844fc6686);
|
|
|
|
|
|
var marker_bf10671fd0c40c7de2ff2c292aff1645 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_439b90eae0a35fa2f6e0bc5c7ab6bcd5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed344d1d4fb6e6b29140011250b39101 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb1360cd3feec4e6bfdc034d9aee97fd = $(`<div id="html_bb1360cd3feec4e6bfdc034d9aee97fd" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_ed344d1d4fb6e6b29140011250b39101.setContent(html_bb1360cd3feec4e6bfdc034d9aee97fd);
|
|
|
|
|
|
|
|
marker_bf10671fd0c40c7de2ff2c292aff1645.bindPopup(popup_ed344d1d4fb6e6b29140011250b39101)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf10671fd0c40c7de2ff2c292aff1645.setIcon(icon_439b90eae0a35fa2f6e0bc5c7ab6bcd5);
|
|
|
|
|
|
var marker_939489ec22701f8ad7ef2cd2297b97b5 = L.marker(
|
|
[49.8667, -125.133],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_32571dc4352ab22357363cf83d8c0036 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4f576367b7f62c1ef2c098892efd2ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0beb4c1ef8c09f6a8398941d2441d023 = $(`<div id="html_0beb4c1ef8c09f6a8398941d2441d023" style="width: 100.0%; height: 100.0%;">relay.trustr.ing</div>`)[0];
|
|
popup_d4f576367b7f62c1ef2c098892efd2ca.setContent(html_0beb4c1ef8c09f6a8398941d2441d023);
|
|
|
|
|
|
|
|
marker_939489ec22701f8ad7ef2cd2297b97b5.bindPopup(popup_d4f576367b7f62c1ef2c098892efd2ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_939489ec22701f8ad7ef2cd2297b97b5.setIcon(icon_32571dc4352ab22357363cf83d8c0036);
|
|
|
|
|
|
var marker_463e1593999523df7b0bfc40c10c212a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_6f8c23f37f8d07ae2db4daf92b30d5c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b57dfeb738adcb7d236a5427e85bed14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b29b177fb55f523804b58d743db4bc35 = $(`<div id="html_b29b177fb55f523804b58d743db4bc35" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_b57dfeb738adcb7d236a5427e85bed14.setContent(html_b29b177fb55f523804b58d743db4bc35);
|
|
|
|
|
|
|
|
marker_463e1593999523df7b0bfc40c10c212a.bindPopup(popup_b57dfeb738adcb7d236a5427e85bed14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_463e1593999523df7b0bfc40c10c212a.setIcon(icon_6f8c23f37f8d07ae2db4daf92b30d5c2);
|
|
|
|
|
|
var marker_8b0c7bc461cbfb73c5eeea8a49e2a58b = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_11b9def75018291070c058f0741a802f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d51aadb1dffe2c6db8ac2a9c593022f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80cb556e22f5ea1ef421bedf387b90f1 = $(`<div id="html_80cb556e22f5ea1ef421bedf387b90f1" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_d51aadb1dffe2c6db8ac2a9c593022f6.setContent(html_80cb556e22f5ea1ef421bedf387b90f1);
|
|
|
|
|
|
|
|
marker_8b0c7bc461cbfb73c5eeea8a49e2a58b.bindPopup(popup_d51aadb1dffe2c6db8ac2a9c593022f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b0c7bc461cbfb73c5eeea8a49e2a58b.setIcon(icon_11b9def75018291070c058f0741a802f);
|
|
|
|
|
|
var marker_0e11eed4f1f1a82b7ddfe73e25c14dc7 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_093a6e29fe00baf9b38868a1ed41adae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aff962140640b988081e015a02912ed2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28cc5c3c32ecdc3eeb8a6a8ca547b27e = $(`<div id="html_28cc5c3c32ecdc3eeb8a6a8ca547b27e" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_aff962140640b988081e015a02912ed2.setContent(html_28cc5c3c32ecdc3eeb8a6a8ca547b27e);
|
|
|
|
|
|
|
|
marker_0e11eed4f1f1a82b7ddfe73e25c14dc7.bindPopup(popup_aff962140640b988081e015a02912ed2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e11eed4f1f1a82b7ddfe73e25c14dc7.setIcon(icon_093a6e29fe00baf9b38868a1ed41adae);
|
|
|
|
|
|
var marker_05d4a50f8a7893e0b1809b775623193e = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_36b03a7d4eca2346338bc9c7a1b79ce1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33a039cf3cd33bd9c10c8ce12a0f8fe4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1e623d765027edb828fa2dc5c7f6c77 = $(`<div id="html_d1e623d765027edb828fa2dc5c7f6c77" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_33a039cf3cd33bd9c10c8ce12a0f8fe4.setContent(html_d1e623d765027edb828fa2dc5c7f6c77);
|
|
|
|
|
|
|
|
marker_05d4a50f8a7893e0b1809b775623193e.bindPopup(popup_33a039cf3cd33bd9c10c8ce12a0f8fe4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05d4a50f8a7893e0b1809b775623193e.setIcon(icon_36b03a7d4eca2346338bc9c7a1b79ce1);
|
|
|
|
|
|
var marker_0c1eae3b6f2f8c8d758d92ad2275f192 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_dc2e0a4b696fa1579adbf594615754a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a0c0fadcf3ca272b4641766ded6802a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f542bf4166900d32ae1da46a2a3d017 = $(`<div id="html_6f542bf4166900d32ae1da46a2a3d017" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_0a0c0fadcf3ca272b4641766ded6802a.setContent(html_6f542bf4166900d32ae1da46a2a3d017);
|
|
|
|
|
|
|
|
marker_0c1eae3b6f2f8c8d758d92ad2275f192.bindPopup(popup_0a0c0fadcf3ca272b4641766ded6802a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c1eae3b6f2f8c8d758d92ad2275f192.setIcon(icon_dc2e0a4b696fa1579adbf594615754a5);
|
|
|
|
|
|
var marker_3cef66aeaeec5e4ec3dc2290263bed2e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_ad76ca28f7a2010009ceae34421c95b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7705afc022de34c27e997f21a18e128f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c576b12248e59827b699ba06a50bd529 = $(`<div id="html_c576b12248e59827b699ba06a50bd529" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_7705afc022de34c27e997f21a18e128f.setContent(html_c576b12248e59827b699ba06a50bd529);
|
|
|
|
|
|
|
|
marker_3cef66aeaeec5e4ec3dc2290263bed2e.bindPopup(popup_7705afc022de34c27e997f21a18e128f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cef66aeaeec5e4ec3dc2290263bed2e.setIcon(icon_ad76ca28f7a2010009ceae34421c95b3);
|
|
|
|
|
|
var marker_0176600ba7f5c1186f7625feaf4d775a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_9e8d48d88518fc9c2025cc51441c30be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ae62c6d3fd37756ebe89148b1a88cb4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f1efa2893b179d33404eb01742b4931 = $(`<div id="html_2f1efa2893b179d33404eb01742b4931" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_4ae62c6d3fd37756ebe89148b1a88cb4.setContent(html_2f1efa2893b179d33404eb01742b4931);
|
|
|
|
|
|
|
|
marker_0176600ba7f5c1186f7625feaf4d775a.bindPopup(popup_4ae62c6d3fd37756ebe89148b1a88cb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0176600ba7f5c1186f7625feaf4d775a.setIcon(icon_9e8d48d88518fc9c2025cc51441c30be);
|
|
|
|
|
|
var marker_dc3233cee1bb4b632b8b2f7e1b716b36 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_1cce3b85c373c35f64a8930bf7e19728 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3492ac27fee213fce99b97923f3770d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_799b184f5cdd8f285cedd22abc5cada2 = $(`<div id="html_799b184f5cdd8f285cedd22abc5cada2" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_d3492ac27fee213fce99b97923f3770d.setContent(html_799b184f5cdd8f285cedd22abc5cada2);
|
|
|
|
|
|
|
|
marker_dc3233cee1bb4b632b8b2f7e1b716b36.bindPopup(popup_d3492ac27fee213fce99b97923f3770d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc3233cee1bb4b632b8b2f7e1b716b36.setIcon(icon_1cce3b85c373c35f64a8930bf7e19728);
|
|
|
|
|
|
var marker_eb2c05faffbdb5a9b6b09c9657863c3d = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_b07cf2cfb579c0d5f32bb502b9d66ce5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2525d728a61dad7e4117efff27b87f87 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_353dea343b3682896808f94dbeef1479 = $(`<div id="html_353dea343b3682896808f94dbeef1479" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_2525d728a61dad7e4117efff27b87f87.setContent(html_353dea343b3682896808f94dbeef1479);
|
|
|
|
|
|
|
|
marker_eb2c05faffbdb5a9b6b09c9657863c3d.bindPopup(popup_2525d728a61dad7e4117efff27b87f87)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb2c05faffbdb5a9b6b09c9657863c3d.setIcon(icon_b07cf2cfb579c0d5f32bb502b9d66ce5);
|
|
|
|
|
|
var marker_5c2ab77b0e67ef2d5afbc190c5dea62b = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_802b3aedc11340198b0a18e29e0bf35f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca1361af43b1c8e59b9cb2085900d8c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ccf9c3376534820c78573232b8f8a9d6 = $(`<div id="html_ccf9c3376534820c78573232b8f8a9d6" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_ca1361af43b1c8e59b9cb2085900d8c6.setContent(html_ccf9c3376534820c78573232b8f8a9d6);
|
|
|
|
|
|
|
|
marker_5c2ab77b0e67ef2d5afbc190c5dea62b.bindPopup(popup_ca1361af43b1c8e59b9cb2085900d8c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c2ab77b0e67ef2d5afbc190c5dea62b.setIcon(icon_802b3aedc11340198b0a18e29e0bf35f);
|
|
|
|
|
|
var marker_2116ac4c315bc6f67ee6abd506470b90 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_63a1c381ddee26914f3d9aa965df3288 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f49d99d806e8a07cefe91ff8b838a7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_022c98fcfb2fb33bb54686eb0bc6f0dd = $(`<div id="html_022c98fcfb2fb33bb54686eb0bc6f0dd" style="width: 100.0%; height: 100.0%;">relay.bithome.site</div>`)[0];
|
|
popup_8f49d99d806e8a07cefe91ff8b838a7d.setContent(html_022c98fcfb2fb33bb54686eb0bc6f0dd);
|
|
|
|
|
|
|
|
marker_2116ac4c315bc6f67ee6abd506470b90.bindPopup(popup_8f49d99d806e8a07cefe91ff8b838a7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2116ac4c315bc6f67ee6abd506470b90.setIcon(icon_63a1c381ddee26914f3d9aa965df3288);
|
|
|
|
|
|
var marker_fa351a20bf56e9384db8b1ab35b63dec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_a6a52712efc2943c19f523b3f90574a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7726b16dc730a729777686fa279de55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14732a947fe48912ee5637001d296a4d = $(`<div id="html_14732a947fe48912ee5637001d296a4d" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_c7726b16dc730a729777686fa279de55.setContent(html_14732a947fe48912ee5637001d296a4d);
|
|
|
|
|
|
|
|
marker_fa351a20bf56e9384db8b1ab35b63dec.bindPopup(popup_c7726b16dc730a729777686fa279de55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa351a20bf56e9384db8b1ab35b63dec.setIcon(icon_a6a52712efc2943c19f523b3f90574a5);
|
|
|
|
|
|
var marker_5c7952f9d68e3eb36b4008c7058a1290 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_c51c5a6eba1e0f07da7c5303d861fbe4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_942e3efdbe9f7988ef1136115e6c1b54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_773af9c7a0c8156d89614f959c8e8d3c = $(`<div id="html_773af9c7a0c8156d89614f959c8e8d3c" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_942e3efdbe9f7988ef1136115e6c1b54.setContent(html_773af9c7a0c8156d89614f959c8e8d3c);
|
|
|
|
|
|
|
|
marker_5c7952f9d68e3eb36b4008c7058a1290.bindPopup(popup_942e3efdbe9f7988ef1136115e6c1b54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c7952f9d68e3eb36b4008c7058a1290.setIcon(icon_c51c5a6eba1e0f07da7c5303d861fbe4);
|
|
|
|
|
|
var marker_3b64bfeb12ee2535b1d4031f48af0223 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_17263b762f5548957fd1a09de971def5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26968583e4629cb3a12f5c6c08b0707f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c43ba2cefe8488b3859f219f46f0365 = $(`<div id="html_5c43ba2cefe8488b3859f219f46f0365" style="width: 100.0%; height: 100.0%;">relay.nyves.nl</div>`)[0];
|
|
popup_26968583e4629cb3a12f5c6c08b0707f.setContent(html_5c43ba2cefe8488b3859f219f46f0365);
|
|
|
|
|
|
|
|
marker_3b64bfeb12ee2535b1d4031f48af0223.bindPopup(popup_26968583e4629cb3a12f5c6c08b0707f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b64bfeb12ee2535b1d4031f48af0223.setIcon(icon_17263b762f5548957fd1a09de971def5);
|
|
|
|
|
|
var marker_11eb460ca5564b927375ee64b2192c2d = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_8ccbfcbf177bd53cbc2027afd52fa4e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6829f19b4c6a4ec577c6213562b88c88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc1b30a18d919b86293af1f0f0314aae = $(`<div id="html_dc1b30a18d919b86293af1f0f0314aae" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_6829f19b4c6a4ec577c6213562b88c88.setContent(html_dc1b30a18d919b86293af1f0f0314aae);
|
|
|
|
|
|
|
|
marker_11eb460ca5564b927375ee64b2192c2d.bindPopup(popup_6829f19b4c6a4ec577c6213562b88c88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11eb460ca5564b927375ee64b2192c2d.setIcon(icon_8ccbfcbf177bd53cbc2027afd52fa4e7);
|
|
|
|
|
|
var marker_996e7a4a7a3cbc62c294219e2c8eb7d2 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_d6c45ac6fe10cff92fbdf6f5dccf4a75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c52069950723a2695765238a3129ba9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87cc368df749c79831ff5c4120cc9500 = $(`<div id="html_87cc368df749c79831ff5c4120cc9500" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_c52069950723a2695765238a3129ba9d.setContent(html_87cc368df749c79831ff5c4120cc9500);
|
|
|
|
|
|
|
|
marker_996e7a4a7a3cbc62c294219e2c8eb7d2.bindPopup(popup_c52069950723a2695765238a3129ba9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_996e7a4a7a3cbc62c294219e2c8eb7d2.setIcon(icon_d6c45ac6fe10cff92fbdf6f5dccf4a75);
|
|
|
|
|
|
var marker_7e98da30c7a77a8d5a7b4bd7447d4ee6 = L.marker(
|
|
[38.627, -90.1994],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_23dd1a4f1a2e17a6fc0d8e731e3d26be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1809b19848ffb1a3666af0add447222d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb0f6e451614e733c5425365370b9dc5 = $(`<div id="html_bb0f6e451614e733c5425365370b9dc5" style="width: 100.0%; height: 100.0%;">inbox.mycelium.social</div>`)[0];
|
|
popup_1809b19848ffb1a3666af0add447222d.setContent(html_bb0f6e451614e733c5425365370b9dc5);
|
|
|
|
|
|
|
|
marker_7e98da30c7a77a8d5a7b4bd7447d4ee6.bindPopup(popup_1809b19848ffb1a3666af0add447222d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e98da30c7a77a8d5a7b4bd7447d4ee6.setIcon(icon_23dd1a4f1a2e17a6fc0d8e731e3d26be);
|
|
|
|
|
|
var marker_948f6e3c8263dcd3ca699ccf34eff00b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_52d9943b908c2f85245fb41d7591275f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0c03f78dfb608bff415b0caf0948a52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f1ccdaf1f1dccf536563dba616d4fbb = $(`<div id="html_8f1ccdaf1f1dccf536563dba616d4fbb" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_b0c03f78dfb608bff415b0caf0948a52.setContent(html_8f1ccdaf1f1dccf536563dba616d4fbb);
|
|
|
|
|
|
|
|
marker_948f6e3c8263dcd3ca699ccf34eff00b.bindPopup(popup_b0c03f78dfb608bff415b0caf0948a52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_948f6e3c8263dcd3ca699ccf34eff00b.setIcon(icon_52d9943b908c2f85245fb41d7591275f);
|
|
|
|
|
|
var marker_6e50426b255145603befde49c81a1d8a = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_857b46b1506a2c21eb067115c5023bd6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d91fc832f12c54784d96560daec8db1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0478d2bd0493fe43e10adb9eb5fa6850 = $(`<div id="html_0478d2bd0493fe43e10adb9eb5fa6850" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_4d91fc832f12c54784d96560daec8db1.setContent(html_0478d2bd0493fe43e10adb9eb5fa6850);
|
|
|
|
|
|
|
|
marker_6e50426b255145603befde49c81a1d8a.bindPopup(popup_4d91fc832f12c54784d96560daec8db1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e50426b255145603befde49c81a1d8a.setIcon(icon_857b46b1506a2c21eb067115c5023bd6);
|
|
|
|
|
|
var marker_a2d2ab0a9e4122ad5eee0cbdbf090970 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_7987a712ae9f2611c9ca3a2ed296f3b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdc49369b6add07bcd9fea63d751d824 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1f01ba782c8f3b98bab64f2fabc5c47 = $(`<div id="html_c1f01ba782c8f3b98bab64f2fabc5c47" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_fdc49369b6add07bcd9fea63d751d824.setContent(html_c1f01ba782c8f3b98bab64f2fabc5c47);
|
|
|
|
|
|
|
|
marker_a2d2ab0a9e4122ad5eee0cbdbf090970.bindPopup(popup_fdc49369b6add07bcd9fea63d751d824)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2d2ab0a9e4122ad5eee0cbdbf090970.setIcon(icon_7987a712ae9f2611c9ca3a2ed296f3b7);
|
|
|
|
|
|
var marker_da9898837aeea49fff0596f8669a207d = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_e2b3a1dda2bdcc86980d97e572ec6eb0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e4640a2399ea0cd7f7f0133bef84b8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_183456b9ab1e59cef3b17b3d7840a2fe = $(`<div id="html_183456b9ab1e59cef3b17b3d7840a2fe" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_0e4640a2399ea0cd7f7f0133bef84b8f.setContent(html_183456b9ab1e59cef3b17b3d7840a2fe);
|
|
|
|
|
|
|
|
marker_da9898837aeea49fff0596f8669a207d.bindPopup(popup_0e4640a2399ea0cd7f7f0133bef84b8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da9898837aeea49fff0596f8669a207d.setIcon(icon_e2b3a1dda2bdcc86980d97e572ec6eb0);
|
|
|
|
|
|
var marker_73a5dc264feb69db80b6c2b19df59970 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_ca172a1cb92a4605c522663756aab9e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff247876e737e5a5d60b04521d3210cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00ad1f9646feb213652e86302f745f44 = $(`<div id="html_00ad1f9646feb213652e86302f745f44" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_ff247876e737e5a5d60b04521d3210cc.setContent(html_00ad1f9646feb213652e86302f745f44);
|
|
|
|
|
|
|
|
marker_73a5dc264feb69db80b6c2b19df59970.bindPopup(popup_ff247876e737e5a5d60b04521d3210cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73a5dc264feb69db80b6c2b19df59970.setIcon(icon_ca172a1cb92a4605c522663756aab9e9);
|
|
|
|
|
|
var marker_ce2d1050377766c4d3fa0540589570d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_06c40f9276e3d1d69bda9b8e0bfffcdd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08bf5614a222cf4c8db2979b9142c5a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a03f459e435dc1ec40613fb6962a935e = $(`<div id="html_a03f459e435dc1ec40613fb6962a935e" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_08bf5614a222cf4c8db2979b9142c5a9.setContent(html_a03f459e435dc1ec40613fb6962a935e);
|
|
|
|
|
|
|
|
marker_ce2d1050377766c4d3fa0540589570d3.bindPopup(popup_08bf5614a222cf4c8db2979b9142c5a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce2d1050377766c4d3fa0540589570d3.setIcon(icon_06c40f9276e3d1d69bda9b8e0bfffcdd);
|
|
|
|
|
|
var marker_08e7dba2ef10f1d8ea75d00781117ba3 = L.marker(
|
|
[38.958, -77.3592],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_1cad2288a1347d368dcc95da8114a88b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b37d8bf03221722627a0f7f521c33751 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3de619fa168dd5332530b905fd310168 = $(`<div id="html_3de619fa168dd5332530b905fd310168" style="width: 100.0%; height: 100.0%;">nostr.ac</div>`)[0];
|
|
popup_b37d8bf03221722627a0f7f521c33751.setContent(html_3de619fa168dd5332530b905fd310168);
|
|
|
|
|
|
|
|
marker_08e7dba2ef10f1d8ea75d00781117ba3.bindPopup(popup_b37d8bf03221722627a0f7f521c33751)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08e7dba2ef10f1d8ea75d00781117ba3.setIcon(icon_1cad2288a1347d368dcc95da8114a88b);
|
|
|
|
|
|
var marker_9057504c5713e4825f9e97a7a12f6428 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_272ae3e73452f49a8d636c347b45769b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1e336fc8a09acf6e5b453df0ac9cf83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eff2297654250ce89c7572d7b83f7cd0 = $(`<div id="html_eff2297654250ce89c7572d7b83f7cd0" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_e1e336fc8a09acf6e5b453df0ac9cf83.setContent(html_eff2297654250ce89c7572d7b83f7cd0);
|
|
|
|
|
|
|
|
marker_9057504c5713e4825f9e97a7a12f6428.bindPopup(popup_e1e336fc8a09acf6e5b453df0ac9cf83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9057504c5713e4825f9e97a7a12f6428.setIcon(icon_272ae3e73452f49a8d636c347b45769b);
|
|
|
|
|
|
var marker_e67294f0f8725931efc4eec96a9d3796 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_3e67a52ea87511d925ef543abc6b2eff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01d5794690c52d1311f1ef06d3f862a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a16128275afd850185d0dc2e1d92283 = $(`<div id="html_3a16128275afd850185d0dc2e1d92283" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_01d5794690c52d1311f1ef06d3f862a0.setContent(html_3a16128275afd850185d0dc2e1d92283);
|
|
|
|
|
|
|
|
marker_e67294f0f8725931efc4eec96a9d3796.bindPopup(popup_01d5794690c52d1311f1ef06d3f862a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e67294f0f8725931efc4eec96a9d3796.setIcon(icon_3e67a52ea87511d925ef543abc6b2eff);
|
|
|
|
|
|
var marker_c1439f8d759eb353a260d523ef18b526 = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_a6a4cf66e2b141d47c26e29b10ef6c4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64f201ceb065f7535b2cc6d828b0a65c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22c603651cbc3979cb01c394b52f7e5b = $(`<div id="html_22c603651cbc3979cb01c394b52f7e5b" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_64f201ceb065f7535b2cc6d828b0a65c.setContent(html_22c603651cbc3979cb01c394b52f7e5b);
|
|
|
|
|
|
|
|
marker_c1439f8d759eb353a260d523ef18b526.bindPopup(popup_64f201ceb065f7535b2cc6d828b0a65c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1439f8d759eb353a260d523ef18b526.setIcon(icon_a6a4cf66e2b141d47c26e29b10ef6c4b);
|
|
|
|
|
|
var marker_4fb6003fad2378bd12cd46a53c09c590 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_aaa28d4c43eb0d01b7530f0622f6c8d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e687278da9ae3f32a8818c141d9d8137 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4394e1289a637a91bb98c6e7b827e94 = $(`<div id="html_a4394e1289a637a91bb98c6e7b827e94" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_e687278da9ae3f32a8818c141d9d8137.setContent(html_a4394e1289a637a91bb98c6e7b827e94);
|
|
|
|
|
|
|
|
marker_4fb6003fad2378bd12cd46a53c09c590.bindPopup(popup_e687278da9ae3f32a8818c141d9d8137)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4fb6003fad2378bd12cd46a53c09c590.setIcon(icon_aaa28d4c43eb0d01b7530f0622f6c8d0);
|
|
|
|
|
|
var marker_de5f53ab44639b65474404307743ea9e = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_4fc9086647b06bea7ab6cd297f4728f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0c15942f4eef948615a0ed6f9344833 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3b5606dea8654ee5a9e50ae32282ef3 = $(`<div id="html_f3b5606dea8654ee5a9e50ae32282ef3" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_c0c15942f4eef948615a0ed6f9344833.setContent(html_f3b5606dea8654ee5a9e50ae32282ef3);
|
|
|
|
|
|
|
|
marker_de5f53ab44639b65474404307743ea9e.bindPopup(popup_c0c15942f4eef948615a0ed6f9344833)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de5f53ab44639b65474404307743ea9e.setIcon(icon_4fc9086647b06bea7ab6cd297f4728f1);
|
|
|
|
|
|
var marker_2b5f137adfed71484ea6332b0ec7ea28 = L.marker(
|
|
[13.966, 101.513],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_899c9ce6576d89f19f3a90d3a26124e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d3efc95a57df7a7da8de689bfa23964 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c2de878750d45a891551766ead426f4 = $(`<div id="html_4c2de878750d45a891551766ead426f4" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_4d3efc95a57df7a7da8de689bfa23964.setContent(html_4c2de878750d45a891551766ead426f4);
|
|
|
|
|
|
|
|
marker_2b5f137adfed71484ea6332b0ec7ea28.bindPopup(popup_4d3efc95a57df7a7da8de689bfa23964)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b5f137adfed71484ea6332b0ec7ea28.setIcon(icon_899c9ce6576d89f19f3a90d3a26124e2);
|
|
|
|
|
|
var marker_0d31db1ecdf98f9d7cf4d9ee0b7af79e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_fd1fa960c0dbf820899d9625732fe2a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b0480269ce2356417a064829005766e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1527ad33e0f61ca51ecf1c23dcc45c92 = $(`<div id="html_1527ad33e0f61ca51ecf1c23dcc45c92" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_1b0480269ce2356417a064829005766e.setContent(html_1527ad33e0f61ca51ecf1c23dcc45c92);
|
|
|
|
|
|
|
|
marker_0d31db1ecdf98f9d7cf4d9ee0b7af79e.bindPopup(popup_1b0480269ce2356417a064829005766e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d31db1ecdf98f9d7cf4d9ee0b7af79e.setIcon(icon_fd1fa960c0dbf820899d9625732fe2a1);
|
|
|
|
|
|
var marker_c3c746e12a732585d32988d60fdf84a4 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_41799040201d2fbabd30c17a08e543d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54b2371568f808d51ec8757dedeb9ec1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd099f1e566a3ce8132fa1d9438eb42e = $(`<div id="html_dd099f1e566a3ce8132fa1d9438eb42e" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_54b2371568f808d51ec8757dedeb9ec1.setContent(html_dd099f1e566a3ce8132fa1d9438eb42e);
|
|
|
|
|
|
|
|
marker_c3c746e12a732585d32988d60fdf84a4.bindPopup(popup_54b2371568f808d51ec8757dedeb9ec1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3c746e12a732585d32988d60fdf84a4.setIcon(icon_41799040201d2fbabd30c17a08e543d8);
|
|
|
|
|
|
var marker_4cfd3d6088d267a9668e7f64aa6e7b48 = L.marker(
|
|
[39.9526, -75.1652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_b51ac23078094854a5b3849c0faf05bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcbd980740641e2689c5c4b2bef5d497 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d637316d0fdcbbb3534ba4f7f4b335c1 = $(`<div id="html_d637316d0fdcbbb3534ba4f7f4b335c1" style="width: 100.0%; height: 100.0%;">nrs-02.darkcloudarcade.com</div>`)[0];
|
|
popup_fcbd980740641e2689c5c4b2bef5d497.setContent(html_d637316d0fdcbbb3534ba4f7f4b335c1);
|
|
|
|
|
|
|
|
marker_4cfd3d6088d267a9668e7f64aa6e7b48.bindPopup(popup_fcbd980740641e2689c5c4b2bef5d497)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cfd3d6088d267a9668e7f64aa6e7b48.setIcon(icon_b51ac23078094854a5b3849c0faf05bf);
|
|
|
|
|
|
var marker_618eb1106db6c7d7b3e053e928140721 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_7ae72b8daae7c9e2299913515a13703a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61b13962b0d68274da8111f8c8acb32d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e69f967f3ec04ed864627bd6d68be6a = $(`<div id="html_8e69f967f3ec04ed864627bd6d68be6a" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_61b13962b0d68274da8111f8c8acb32d.setContent(html_8e69f967f3ec04ed864627bd6d68be6a);
|
|
|
|
|
|
|
|
marker_618eb1106db6c7d7b3e053e928140721.bindPopup(popup_61b13962b0d68274da8111f8c8acb32d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_618eb1106db6c7d7b3e053e928140721.setIcon(icon_7ae72b8daae7c9e2299913515a13703a);
|
|
|
|
|
|
var marker_bc5abb3a2dcdc063ac1c20e4ca63fa3e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_da958ec108d930235971973e7beebee6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_853a0003d630ee04ff9be6d60b590a96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_187218068c77f45af3b8fae806dfc96d = $(`<div id="html_187218068c77f45af3b8fae806dfc96d" style="width: 100.0%; height: 100.0%;">nostr.chrissexton.org</div>`)[0];
|
|
popup_853a0003d630ee04ff9be6d60b590a96.setContent(html_187218068c77f45af3b8fae806dfc96d);
|
|
|
|
|
|
|
|
marker_bc5abb3a2dcdc063ac1c20e4ca63fa3e.bindPopup(popup_853a0003d630ee04ff9be6d60b590a96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc5abb3a2dcdc063ac1c20e4ca63fa3e.setIcon(icon_da958ec108d930235971973e7beebee6);
|
|
|
|
|
|
var marker_aed6fcb8ee9eb2980a8b505ccc4256a4 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_257b03ab09ea7d736172f15b8c305046 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e8b6ce229a73dc0a1065bb480aefa9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28fc24f5ca7c3689546bf5a66bd1b3b6 = $(`<div id="html_28fc24f5ca7c3689546bf5a66bd1b3b6" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_7e8b6ce229a73dc0a1065bb480aefa9c.setContent(html_28fc24f5ca7c3689546bf5a66bd1b3b6);
|
|
|
|
|
|
|
|
marker_aed6fcb8ee9eb2980a8b505ccc4256a4.bindPopup(popup_7e8b6ce229a73dc0a1065bb480aefa9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aed6fcb8ee9eb2980a8b505ccc4256a4.setIcon(icon_257b03ab09ea7d736172f15b8c305046);
|
|
|
|
|
|
var marker_d01716896b5ae7185f29cad2a9cc5027 = L.marker(
|
|
[37.8716, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_f415b4fe575a137cc2ce1bc9e88f4b4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a2ab547710d11d94a3ef20c9ddbfc6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05993154c5ffd280126808ee4cbe06f8 = $(`<div id="html_05993154c5ffd280126808ee4cbe06f8" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_1a2ab547710d11d94a3ef20c9ddbfc6d.setContent(html_05993154c5ffd280126808ee4cbe06f8);
|
|
|
|
|
|
|
|
marker_d01716896b5ae7185f29cad2a9cc5027.bindPopup(popup_1a2ab547710d11d94a3ef20c9ddbfc6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d01716896b5ae7185f29cad2a9cc5027.setIcon(icon_f415b4fe575a137cc2ce1bc9e88f4b4b);
|
|
|
|
|
|
var marker_67c0f299f6eed18ad5f0e60ec148adee = L.marker(
|
|
[45.5019, -73.5674],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_29a47ddebd4c5830e8d26045f27ead52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a93bd8a891633e2fd9a97c27b5371560 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0491a46288a0ee9e2c71c3cbe086d63c = $(`<div id="html_0491a46288a0ee9e2c71c3cbe086d63c" style="width: 100.0%; height: 100.0%;">nostr-server-production.up.railway.app</div>`)[0];
|
|
popup_a93bd8a891633e2fd9a97c27b5371560.setContent(html_0491a46288a0ee9e2c71c3cbe086d63c);
|
|
|
|
|
|
|
|
marker_67c0f299f6eed18ad5f0e60ec148adee.bindPopup(popup_a93bd8a891633e2fd9a97c27b5371560)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67c0f299f6eed18ad5f0e60ec148adee.setIcon(icon_29a47ddebd4c5830e8d26045f27ead52);
|
|
|
|
|
|
var marker_578e429ed3f0ed2c030c9aa92ee23608 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_03a3ac7830f08481334af1a01b3ac2cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea86b14b202f0b0a47b50e56f3892cfb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3565764a525e96b4d34056cb5da1db09 = $(`<div id="html_3565764a525e96b4d34056cb5da1db09" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_ea86b14b202f0b0a47b50e56f3892cfb.setContent(html_3565764a525e96b4d34056cb5da1db09);
|
|
|
|
|
|
|
|
marker_578e429ed3f0ed2c030c9aa92ee23608.bindPopup(popup_ea86b14b202f0b0a47b50e56f3892cfb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_578e429ed3f0ed2c030c9aa92ee23608.setIcon(icon_03a3ac7830f08481334af1a01b3ac2cf);
|
|
|
|
|
|
var marker_9ebc6cb6b693d2094e8165514072c0b6 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_f1670785b8ee6047ef9e1cca5068daf2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1be1cf9cb5cd3b69c0b5cdff34abd195 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f061e897736c9054298036d9f5db318a = $(`<div id="html_f061e897736c9054298036d9f5db318a" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_1be1cf9cb5cd3b69c0b5cdff34abd195.setContent(html_f061e897736c9054298036d9f5db318a);
|
|
|
|
|
|
|
|
marker_9ebc6cb6b693d2094e8165514072c0b6.bindPopup(popup_1be1cf9cb5cd3b69c0b5cdff34abd195)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ebc6cb6b693d2094e8165514072c0b6.setIcon(icon_f1670785b8ee6047ef9e1cca5068daf2);
|
|
|
|
|
|
var marker_a51206f7d9f5bb66a3e58cf93fda9916 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_e4b33dc40cf69ce1463299b0b4c8acb5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05003ad055ae85dc9c71dc043f33f88c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77612e26a607d22121ab28c9647e6b1f = $(`<div id="html_77612e26a607d22121ab28c9647e6b1f" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_05003ad055ae85dc9c71dc043f33f88c.setContent(html_77612e26a607d22121ab28c9647e6b1f);
|
|
|
|
|
|
|
|
marker_a51206f7d9f5bb66a3e58cf93fda9916.bindPopup(popup_05003ad055ae85dc9c71dc043f33f88c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a51206f7d9f5bb66a3e58cf93fda9916.setIcon(icon_e4b33dc40cf69ce1463299b0b4c8acb5);
|
|
|
|
|
|
var marker_2de4e2442ffcc055c14e876321906b5f = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_f68c8184bb889057f42c65c0b4277701 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17b0e6b48c8780020f76e1ea6c457fad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4de86fe6900c523c9cadc9ad9e8ac3bc = $(`<div id="html_4de86fe6900c523c9cadc9ad9e8ac3bc" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_17b0e6b48c8780020f76e1ea6c457fad.setContent(html_4de86fe6900c523c9cadc9ad9e8ac3bc);
|
|
|
|
|
|
|
|
marker_2de4e2442ffcc055c14e876321906b5f.bindPopup(popup_17b0e6b48c8780020f76e1ea6c457fad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2de4e2442ffcc055c14e876321906b5f.setIcon(icon_f68c8184bb889057f42c65c0b4277701);
|
|
|
|
|
|
var marker_bb67917c7f741987ea94d769dda1b271 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_72169d17e5c19dd527ca7e4946b8e411 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93b7ba6f1731129bc5073630d70bf5ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c83d083225fc70adc2ce18fd253b5876 = $(`<div id="html_c83d083225fc70adc2ce18fd253b5876" style="width: 100.0%; height: 100.0%;">nostr.rblb.it:7777</div>`)[0];
|
|
popup_93b7ba6f1731129bc5073630d70bf5ed.setContent(html_c83d083225fc70adc2ce18fd253b5876);
|
|
|
|
|
|
|
|
marker_bb67917c7f741987ea94d769dda1b271.bindPopup(popup_93b7ba6f1731129bc5073630d70bf5ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb67917c7f741987ea94d769dda1b271.setIcon(icon_72169d17e5c19dd527ca7e4946b8e411);
|
|
|
|
|
|
var marker_fa16bb5daf039048165a1b59dcf7c423 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_536c98da57cddac642f71edbea8541ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1444756b11cddd2dbbb47f2aef478833 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75e823f8d76db1189e39a4ab2b782956 = $(`<div id="html_75e823f8d76db1189e39a4ab2b782956" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_1444756b11cddd2dbbb47f2aef478833.setContent(html_75e823f8d76db1189e39a4ab2b782956);
|
|
|
|
|
|
|
|
marker_fa16bb5daf039048165a1b59dcf7c423.bindPopup(popup_1444756b11cddd2dbbb47f2aef478833)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa16bb5daf039048165a1b59dcf7c423.setIcon(icon_536c98da57cddac642f71edbea8541ca);
|
|
|
|
|
|
var marker_f29b211026882967cf7c5f465557ef43 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_6a9afd5eda07c5b7f5bca97def41996f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30bb0c3d090a9230eb90339bb7e1ba8a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_965dd5e6f286b4d37fdf7dfd3e5e7889 = $(`<div id="html_965dd5e6f286b4d37fdf7dfd3e5e7889" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_30bb0c3d090a9230eb90339bb7e1ba8a.setContent(html_965dd5e6f286b4d37fdf7dfd3e5e7889);
|
|
|
|
|
|
|
|
marker_f29b211026882967cf7c5f465557ef43.bindPopup(popup_30bb0c3d090a9230eb90339bb7e1ba8a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f29b211026882967cf7c5f465557ef43.setIcon(icon_6a9afd5eda07c5b7f5bca97def41996f);
|
|
|
|
|
|
var marker_5e5d85478e8dcbf5d925755bc4b63b70 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_2a4bce76b2cf7c884affaeab995faf01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e852efe8e89be2c981f4843a97ddb47c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8251a081f3f5ba52df38346d37f4ab13 = $(`<div id="html_8251a081f3f5ba52df38346d37f4ab13" style="width: 100.0%; height: 100.0%;">relay.earthly.city</div>`)[0];
|
|
popup_e852efe8e89be2c981f4843a97ddb47c.setContent(html_8251a081f3f5ba52df38346d37f4ab13);
|
|
|
|
|
|
|
|
marker_5e5d85478e8dcbf5d925755bc4b63b70.bindPopup(popup_e852efe8e89be2c981f4843a97ddb47c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e5d85478e8dcbf5d925755bc4b63b70.setIcon(icon_2a4bce76b2cf7c884affaeab995faf01);
|
|
|
|
|
|
var marker_370bfaabc0cf20b20535fee0ed89d951 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_41f2dae47f8b7ab85568c2fba00110a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94558c5bededb9074933a18eaac3c32d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7261a770acfb6801b81c45725b80c7da = $(`<div id="html_7261a770acfb6801b81c45725b80c7da" style="width: 100.0%; height: 100.0%;">wot.rejecttheframe.xyz</div>`)[0];
|
|
popup_94558c5bededb9074933a18eaac3c32d.setContent(html_7261a770acfb6801b81c45725b80c7da);
|
|
|
|
|
|
|
|
marker_370bfaabc0cf20b20535fee0ed89d951.bindPopup(popup_94558c5bededb9074933a18eaac3c32d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_370bfaabc0cf20b20535fee0ed89d951.setIcon(icon_41f2dae47f8b7ab85568c2fba00110a8);
|
|
|
|
|
|
var marker_5303fc4bc94bdf06cb45984c14431699 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_31202b2cbfd15a6ef905249f98602093 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2990ca558ccbd02dd855c7b007924a31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91d38c53a82c130fd5642a15a44faea6 = $(`<div id="html_91d38c53a82c130fd5642a15a44faea6" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_2990ca558ccbd02dd855c7b007924a31.setContent(html_91d38c53a82c130fd5642a15a44faea6);
|
|
|
|
|
|
|
|
marker_5303fc4bc94bdf06cb45984c14431699.bindPopup(popup_2990ca558ccbd02dd855c7b007924a31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5303fc4bc94bdf06cb45984c14431699.setIcon(icon_31202b2cbfd15a6ef905249f98602093);
|
|
|
|
|
|
var marker_e8e0ed1c59739b2c8537fc00f16debc4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_d7d355c4080366cd45364d283e83c32f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4b8e824f69c3372c448c36c211d455f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b360a826e0cc68a649b50c59748f41d = $(`<div id="html_1b360a826e0cc68a649b50c59748f41d" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_a4b8e824f69c3372c448c36c211d455f.setContent(html_1b360a826e0cc68a649b50c59748f41d);
|
|
|
|
|
|
|
|
marker_e8e0ed1c59739b2c8537fc00f16debc4.bindPopup(popup_a4b8e824f69c3372c448c36c211d455f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8e0ed1c59739b2c8537fc00f16debc4.setIcon(icon_d7d355c4080366cd45364d283e83c32f);
|
|
|
|
|
|
var marker_4b3ca71f205e041362e18ce5da56e740 = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_8d7d82bb52605d6f20bec246f86f2c2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c5e7cc170f1919e90af736de3e51018 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f5f38bd561ddabd987da66c4fa999a3 = $(`<div id="html_5f5f38bd561ddabd987da66c4fa999a3" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_3c5e7cc170f1919e90af736de3e51018.setContent(html_5f5f38bd561ddabd987da66c4fa999a3);
|
|
|
|
|
|
|
|
marker_4b3ca71f205e041362e18ce5da56e740.bindPopup(popup_3c5e7cc170f1919e90af736de3e51018)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b3ca71f205e041362e18ce5da56e740.setIcon(icon_8d7d82bb52605d6f20bec246f86f2c2f);
|
|
|
|
|
|
var marker_62df616eda3113e9c10c81e543fe0e71 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_64e862de456084c400a60b5fb4e9e2c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd803f692b59fd79942f6adb1dcb03b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69caecbfd4fcf163e5ef7eff36dc3d4c = $(`<div id="html_69caecbfd4fcf163e5ef7eff36dc3d4c" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_bd803f692b59fd79942f6adb1dcb03b6.setContent(html_69caecbfd4fcf163e5ef7eff36dc3d4c);
|
|
|
|
|
|
|
|
marker_62df616eda3113e9c10c81e543fe0e71.bindPopup(popup_bd803f692b59fd79942f6adb1dcb03b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62df616eda3113e9c10c81e543fe0e71.setIcon(icon_64e862de456084c400a60b5fb4e9e2c3);
|
|
|
|
|
|
var marker_f72a49963d8ae5ea75788624ed075807 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_fe5dcc0847dc6e51e93d1d232a72d840 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33a5ccb2c9a4b418a14ba543bd7d6a83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9baa7919d649583fb434f363e19a7721 = $(`<div id="html_9baa7919d649583fb434f363e19a7721" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_33a5ccb2c9a4b418a14ba543bd7d6a83.setContent(html_9baa7919d649583fb434f363e19a7721);
|
|
|
|
|
|
|
|
marker_f72a49963d8ae5ea75788624ed075807.bindPopup(popup_33a5ccb2c9a4b418a14ba543bd7d6a83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f72a49963d8ae5ea75788624ed075807.setIcon(icon_fe5dcc0847dc6e51e93d1d232a72d840);
|
|
|
|
|
|
var marker_78027053effa571a2ff6394df7829e9b = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_2b96e3df298393db59d5d4838d56321d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_384fd2baaa94322244badf3546fd5b2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_545a1fa7b0ea2ce9a48a1b339e675bed = $(`<div id="html_545a1fa7b0ea2ce9a48a1b339e675bed" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_384fd2baaa94322244badf3546fd5b2f.setContent(html_545a1fa7b0ea2ce9a48a1b339e675bed);
|
|
|
|
|
|
|
|
marker_78027053effa571a2ff6394df7829e9b.bindPopup(popup_384fd2baaa94322244badf3546fd5b2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78027053effa571a2ff6394df7829e9b.setIcon(icon_2b96e3df298393db59d5d4838d56321d);
|
|
|
|
|
|
var marker_9832f91d5f627032952c0d56792fb4bd = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_b89da54e5e78da692706abe2363f0bee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_225c00a5db7c213be598c5e978daa33a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec562e9ef698a57e991d2a98535631bf = $(`<div id="html_ec562e9ef698a57e991d2a98535631bf" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_225c00a5db7c213be598c5e978daa33a.setContent(html_ec562e9ef698a57e991d2a98535631bf);
|
|
|
|
|
|
|
|
marker_9832f91d5f627032952c0d56792fb4bd.bindPopup(popup_225c00a5db7c213be598c5e978daa33a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9832f91d5f627032952c0d56792fb4bd.setIcon(icon_b89da54e5e78da692706abe2363f0bee);
|
|
|
|
|
|
var marker_c25df08e9ec41fccf7da1e61f1150f6b = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_724fdb5ab8d496543d9f99c0308e320e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9afc44f0d577eddb8419f252b2981643 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b568d7883970424e012d952ae10fed7 = $(`<div id="html_4b568d7883970424e012d952ae10fed7" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_9afc44f0d577eddb8419f252b2981643.setContent(html_4b568d7883970424e012d952ae10fed7);
|
|
|
|
|
|
|
|
marker_c25df08e9ec41fccf7da1e61f1150f6b.bindPopup(popup_9afc44f0d577eddb8419f252b2981643)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c25df08e9ec41fccf7da1e61f1150f6b.setIcon(icon_724fdb5ab8d496543d9f99c0308e320e);
|
|
|
|
|
|
var marker_ac208dc7ce1dbbc4976c7c92f980e265 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_f4c6bee9f4de67e8c1aebaa0fbc1e05c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_038670795632330ae408faf9051973c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e5b31706a55efcf20466324b96e595d = $(`<div id="html_6e5b31706a55efcf20466324b96e595d" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_038670795632330ae408faf9051973c3.setContent(html_6e5b31706a55efcf20466324b96e595d);
|
|
|
|
|
|
|
|
marker_ac208dc7ce1dbbc4976c7c92f980e265.bindPopup(popup_038670795632330ae408faf9051973c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac208dc7ce1dbbc4976c7c92f980e265.setIcon(icon_f4c6bee9f4de67e8c1aebaa0fbc1e05c);
|
|
|
|
|
|
var marker_85b08499a8cbc2751aea97030f8e7163 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_6ea33a05bc95ced49b427ad7361749e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f801b2818dc4e1b356d45ce1676a88d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09a4ea759ba643ec2279684e1e5c0c93 = $(`<div id="html_09a4ea759ba643ec2279684e1e5c0c93" style="width: 100.0%; height: 100.0%;">relay.devcsu.fr</div>`)[0];
|
|
popup_2f801b2818dc4e1b356d45ce1676a88d.setContent(html_09a4ea759ba643ec2279684e1e5c0c93);
|
|
|
|
|
|
|
|
marker_85b08499a8cbc2751aea97030f8e7163.bindPopup(popup_2f801b2818dc4e1b356d45ce1676a88d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85b08499a8cbc2751aea97030f8e7163.setIcon(icon_6ea33a05bc95ced49b427ad7361749e0);
|
|
|
|
|
|
var marker_18c6acb80c3d50567db9aff3ed8bc1fd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_64a66d7998c5af85d51136b2e2686351 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c68240904dcfc84cc74a1132a07612f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed30591e6b600c01543a367c3a2deab7 = $(`<div id="html_ed30591e6b600c01543a367c3a2deab7" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_9c68240904dcfc84cc74a1132a07612f.setContent(html_ed30591e6b600c01543a367c3a2deab7);
|
|
|
|
|
|
|
|
marker_18c6acb80c3d50567db9aff3ed8bc1fd.bindPopup(popup_9c68240904dcfc84cc74a1132a07612f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18c6acb80c3d50567db9aff3ed8bc1fd.setIcon(icon_64a66d7998c5af85d51136b2e2686351);
|
|
|
|
|
|
var marker_1573302d658fd37843954869cc0ba185 = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_b2a6d47bd6bb5a113d7bfb29800c72cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fe91f158c3a18e508068a23dc57f86b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54f7289a33c12fed033c279425e6b906 = $(`<div id="html_54f7289a33c12fed033c279425e6b906" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_4fe91f158c3a18e508068a23dc57f86b.setContent(html_54f7289a33c12fed033c279425e6b906);
|
|
|
|
|
|
|
|
marker_1573302d658fd37843954869cc0ba185.bindPopup(popup_4fe91f158c3a18e508068a23dc57f86b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1573302d658fd37843954869cc0ba185.setIcon(icon_b2a6d47bd6bb5a113d7bfb29800c72cb);
|
|
|
|
|
|
var marker_bc5241c43b9361bd516d545bc6956108 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_2e71ad7f2f83232f3706e5e305b74706 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7aa861c2b972fc2b17c07fa37fea71e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_199bff31e2158e8eff28b89dc2808ff4 = $(`<div id="html_199bff31e2158e8eff28b89dc2808ff4" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_7aa861c2b972fc2b17c07fa37fea71e1.setContent(html_199bff31e2158e8eff28b89dc2808ff4);
|
|
|
|
|
|
|
|
marker_bc5241c43b9361bd516d545bc6956108.bindPopup(popup_7aa861c2b972fc2b17c07fa37fea71e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc5241c43b9361bd516d545bc6956108.setIcon(icon_2e71ad7f2f83232f3706e5e305b74706);
|
|
|
|
|
|
var marker_de4e00cb469166b60ed926b8c47032cc = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_ee7ccf5a8545c83c79868ce489dcf319 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b9a9520f335592e673e6932c1640139 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3007ff41ed88db5c0693186ba7808f19 = $(`<div id="html_3007ff41ed88db5c0693186ba7808f19" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_0b9a9520f335592e673e6932c1640139.setContent(html_3007ff41ed88db5c0693186ba7808f19);
|
|
|
|
|
|
|
|
marker_de4e00cb469166b60ed926b8c47032cc.bindPopup(popup_0b9a9520f335592e673e6932c1640139)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de4e00cb469166b60ed926b8c47032cc.setIcon(icon_ee7ccf5a8545c83c79868ce489dcf319);
|
|
|
|
|
|
var marker_533ce2223fb838f14222d74ac5dac6ee = L.marker(
|
|
[39.9042, 116.407],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_a7f06ac3d213b677bbcd2bb01b172b10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_630bd0e9ed264a7dc9125e7f8906a92b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3c3165f4aed31f3158458ab1ac5b9f9 = $(`<div id="html_c3c3165f4aed31f3158458ab1ac5b9f9" style="width: 100.0%; height: 100.0%;">ms.chinacounty.com</div>`)[0];
|
|
popup_630bd0e9ed264a7dc9125e7f8906a92b.setContent(html_c3c3165f4aed31f3158458ab1ac5b9f9);
|
|
|
|
|
|
|
|
marker_533ce2223fb838f14222d74ac5dac6ee.bindPopup(popup_630bd0e9ed264a7dc9125e7f8906a92b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_533ce2223fb838f14222d74ac5dac6ee.setIcon(icon_a7f06ac3d213b677bbcd2bb01b172b10);
|
|
|
|
|
|
var marker_40f24c3dda16e0b1c3e9ca026f574262 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_4a2ba3c98e81cb6a17e8736e641d6fda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5429b98f5d14ad89bf03e369426dd75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e90259f136c93be8684a321af26a0d99 = $(`<div id="html_e90259f136c93be8684a321af26a0d99" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_f5429b98f5d14ad89bf03e369426dd75.setContent(html_e90259f136c93be8684a321af26a0d99);
|
|
|
|
|
|
|
|
marker_40f24c3dda16e0b1c3e9ca026f574262.bindPopup(popup_f5429b98f5d14ad89bf03e369426dd75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40f24c3dda16e0b1c3e9ca026f574262.setIcon(icon_4a2ba3c98e81cb6a17e8736e641d6fda);
|
|
|
|
|
|
var marker_e1a28e4b089f5b72fdf06b0060d4baf5 = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_0b1050107fd8ec61029f32cf92cb1456 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86b971ea57a438aa848f70985e8271a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f5dfd4e35bcd0bbfa405cbfd78f977e = $(`<div id="html_7f5dfd4e35bcd0bbfa405cbfd78f977e" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_86b971ea57a438aa848f70985e8271a5.setContent(html_7f5dfd4e35bcd0bbfa405cbfd78f977e);
|
|
|
|
|
|
|
|
marker_e1a28e4b089f5b72fdf06b0060d4baf5.bindPopup(popup_86b971ea57a438aa848f70985e8271a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1a28e4b089f5b72fdf06b0060d4baf5.setIcon(icon_0b1050107fd8ec61029f32cf92cb1456);
|
|
|
|
|
|
var marker_ea6f6c0198d7886ac40fee69cbcca7ee = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_979bd7dc00fda74270b6390b997cc64e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2cd2622a81415e990892b52091405c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba0617d0517450bfc7c078db4b5e0260 = $(`<div id="html_ba0617d0517450bfc7c078db4b5e0260" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_e2cd2622a81415e990892b52091405c7.setContent(html_ba0617d0517450bfc7c078db4b5e0260);
|
|
|
|
|
|
|
|
marker_ea6f6c0198d7886ac40fee69cbcca7ee.bindPopup(popup_e2cd2622a81415e990892b52091405c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea6f6c0198d7886ac40fee69cbcca7ee.setIcon(icon_979bd7dc00fda74270b6390b997cc64e);
|
|
|
|
|
|
var marker_bb12ff53e69f16196ef73daf32227093 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_157560ccc26324ec788060ac027fdec0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81dde125b575fc83b11b6bef59033a4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2a0ec4806cabc44b6cdabd860d23e3a = $(`<div id="html_b2a0ec4806cabc44b6cdabd860d23e3a" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_81dde125b575fc83b11b6bef59033a4b.setContent(html_b2a0ec4806cabc44b6cdabd860d23e3a);
|
|
|
|
|
|
|
|
marker_bb12ff53e69f16196ef73daf32227093.bindPopup(popup_81dde125b575fc83b11b6bef59033a4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb12ff53e69f16196ef73daf32227093.setIcon(icon_157560ccc26324ec788060ac027fdec0);
|
|
|
|
|
|
var marker_8d3256c4e1da144abc4d10d5c33a399b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_98f3e9d41e4773d0f1c13e3091b43a79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ccfe687b91c3af9db5678acba356caff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_beb646213692dfd42c0c3ca605f0c672 = $(`<div id="html_beb646213692dfd42c0c3ca605f0c672" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_ccfe687b91c3af9db5678acba356caff.setContent(html_beb646213692dfd42c0c3ca605f0c672);
|
|
|
|
|
|
|
|
marker_8d3256c4e1da144abc4d10d5c33a399b.bindPopup(popup_ccfe687b91c3af9db5678acba356caff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d3256c4e1da144abc4d10d5c33a399b.setIcon(icon_98f3e9d41e4773d0f1c13e3091b43a79);
|
|
|
|
|
|
var marker_5acdf855255818d5f410348704da54db = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_b1a9654642eb448b76a73c2e2dc5a9ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1aa0a43cddf599d74f066d79608c48d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65d174480cce473c28195648c77521d4 = $(`<div id="html_65d174480cce473c28195648c77521d4" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_1aa0a43cddf599d74f066d79608c48d2.setContent(html_65d174480cce473c28195648c77521d4);
|
|
|
|
|
|
|
|
marker_5acdf855255818d5f410348704da54db.bindPopup(popup_1aa0a43cddf599d74f066d79608c48d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5acdf855255818d5f410348704da54db.setIcon(icon_b1a9654642eb448b76a73c2e2dc5a9ae);
|
|
|
|
|
|
var marker_c483d17f4c2cad5de8e8ed4ae69cc067 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_5175f73ed7f01514a9cb7c888d4b26db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80c27f90d21a7653456c6ffeb5bc6b69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fb6f530b1d488253843a150552e5a8d = $(`<div id="html_4fb6f530b1d488253843a150552e5a8d" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_80c27f90d21a7653456c6ffeb5bc6b69.setContent(html_4fb6f530b1d488253843a150552e5a8d);
|
|
|
|
|
|
|
|
marker_c483d17f4c2cad5de8e8ed4ae69cc067.bindPopup(popup_80c27f90d21a7653456c6ffeb5bc6b69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c483d17f4c2cad5de8e8ed4ae69cc067.setIcon(icon_5175f73ed7f01514a9cb7c888d4b26db);
|
|
|
|
|
|
var marker_6a7bd055a535c8686628523ec5998c51 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_56f0f66a8905ea832a4ede92a06b84fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f73a5896bfa1e07ddc9516715a85c10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97841fcb0a20e5dc8df65115309e0979 = $(`<div id="html_97841fcb0a20e5dc8df65115309e0979" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_4f73a5896bfa1e07ddc9516715a85c10.setContent(html_97841fcb0a20e5dc8df65115309e0979);
|
|
|
|
|
|
|
|
marker_6a7bd055a535c8686628523ec5998c51.bindPopup(popup_4f73a5896bfa1e07ddc9516715a85c10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a7bd055a535c8686628523ec5998c51.setIcon(icon_56f0f66a8905ea832a4ede92a06b84fe);
|
|
|
|
|
|
var marker_82337aa4fd6a069f126218b48e335480 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_160a82f8de04dc0ac7aa82dd28aedf38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b68a44c19b73c206ad54ffce209678c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f821e0be9c6ae2e171d3471dfc57f91 = $(`<div id="html_2f821e0be9c6ae2e171d3471dfc57f91" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_b68a44c19b73c206ad54ffce209678c3.setContent(html_2f821e0be9c6ae2e171d3471dfc57f91);
|
|
|
|
|
|
|
|
marker_82337aa4fd6a069f126218b48e335480.bindPopup(popup_b68a44c19b73c206ad54ffce209678c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82337aa4fd6a069f126218b48e335480.setIcon(icon_160a82f8de04dc0ac7aa82dd28aedf38);
|
|
|
|
|
|
var marker_b5404621d2c495b3fcbdc33c88e81d57 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_408c3ab3ed7239ade5fd85f051e0ed0b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1bd934b89429320278f168b3cc34206c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f57a0e11fad2ffc4707117fb60a7e27b = $(`<div id="html_f57a0e11fad2ffc4707117fb60a7e27b" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club</div>`)[0];
|
|
popup_1bd934b89429320278f168b3cc34206c.setContent(html_f57a0e11fad2ffc4707117fb60a7e27b);
|
|
|
|
|
|
|
|
marker_b5404621d2c495b3fcbdc33c88e81d57.bindPopup(popup_1bd934b89429320278f168b3cc34206c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5404621d2c495b3fcbdc33c88e81d57.setIcon(icon_408c3ab3ed7239ade5fd85f051e0ed0b);
|
|
|
|
|
|
var marker_2e9ef15d2efb16176985f864e9314b71 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_8fa2eb21381d0fa10492792a72aedc5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3db4c18cf220164a293640520c31366e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32e1de101b7af5b086326c21a29c14ce = $(`<div id="html_32e1de101b7af5b086326c21a29c14ce" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_3db4c18cf220164a293640520c31366e.setContent(html_32e1de101b7af5b086326c21a29c14ce);
|
|
|
|
|
|
|
|
marker_2e9ef15d2efb16176985f864e9314b71.bindPopup(popup_3db4c18cf220164a293640520c31366e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e9ef15d2efb16176985f864e9314b71.setIcon(icon_8fa2eb21381d0fa10492792a72aedc5b);
|
|
|
|
|
|
var marker_7920ac2b85ac849a135914a70c351cbf = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_29cf64f5ec135f1d38efe7e0ec12fd3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d86b883b89b7870480e73c3ceed9667f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea26ffd8c1c8c4b0bf711872897f17c6 = $(`<div id="html_ea26ffd8c1c8c4b0bf711872897f17c6" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_d86b883b89b7870480e73c3ceed9667f.setContent(html_ea26ffd8c1c8c4b0bf711872897f17c6);
|
|
|
|
|
|
|
|
marker_7920ac2b85ac849a135914a70c351cbf.bindPopup(popup_d86b883b89b7870480e73c3ceed9667f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7920ac2b85ac849a135914a70c351cbf.setIcon(icon_29cf64f5ec135f1d38efe7e0ec12fd3d);
|
|
|
|
|
|
var marker_4ae0f9375fbfa0defd987b21816bc9ef = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_1ea9c9f181412d2c2f57e16fda496b96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f66a5e1ce3d3288583c03e00efc44c46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8946f315c7596247202d047f42c29de2 = $(`<div id="html_8946f315c7596247202d047f42c29de2" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_f66a5e1ce3d3288583c03e00efc44c46.setContent(html_8946f315c7596247202d047f42c29de2);
|
|
|
|
|
|
|
|
marker_4ae0f9375fbfa0defd987b21816bc9ef.bindPopup(popup_f66a5e1ce3d3288583c03e00efc44c46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ae0f9375fbfa0defd987b21816bc9ef.setIcon(icon_1ea9c9f181412d2c2f57e16fda496b96);
|
|
|
|
|
|
var marker_af58bcbe0b9bc37d5d3ab909bc65695b = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_ee955c79b09e7914b839f2da8a6cca41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78332266aa68da974d71b09b4cf49dfb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29a2ecb8f6d6d1eebedd290a6eb68f02 = $(`<div id="html_29a2ecb8f6d6d1eebedd290a6eb68f02" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_78332266aa68da974d71b09b4cf49dfb.setContent(html_29a2ecb8f6d6d1eebedd290a6eb68f02);
|
|
|
|
|
|
|
|
marker_af58bcbe0b9bc37d5d3ab909bc65695b.bindPopup(popup_78332266aa68da974d71b09b4cf49dfb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af58bcbe0b9bc37d5d3ab909bc65695b.setIcon(icon_ee955c79b09e7914b839f2da8a6cca41);
|
|
|
|
|
|
var marker_ee05cb346f4a1fe42fb05b58f1ee3bc4 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_e1a8660f595ef8b7d9565166cad148e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_725c8ac2de43973f017442630210e31f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6da1ddd20cd3d5a194da30195d9b4cd = $(`<div id="html_e6da1ddd20cd3d5a194da30195d9b4cd" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_725c8ac2de43973f017442630210e31f.setContent(html_e6da1ddd20cd3d5a194da30195d9b4cd);
|
|
|
|
|
|
|
|
marker_ee05cb346f4a1fe42fb05b58f1ee3bc4.bindPopup(popup_725c8ac2de43973f017442630210e31f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee05cb346f4a1fe42fb05b58f1ee3bc4.setIcon(icon_e1a8660f595ef8b7d9565166cad148e7);
|
|
|
|
|
|
var marker_2d6b87faaeb4cf8124249671d228cfaa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_c33f54d4b4102cc84c4b6424f184aad1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_121e35c4802fd0004896887903a62410 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56143d7a3909ea629d94c6c7bd5b06c1 = $(`<div id="html_56143d7a3909ea629d94c6c7bd5b06c1" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_121e35c4802fd0004896887903a62410.setContent(html_56143d7a3909ea629d94c6c7bd5b06c1);
|
|
|
|
|
|
|
|
marker_2d6b87faaeb4cf8124249671d228cfaa.bindPopup(popup_121e35c4802fd0004896887903a62410)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d6b87faaeb4cf8124249671d228cfaa.setIcon(icon_c33f54d4b4102cc84c4b6424f184aad1);
|
|
|
|
|
|
var marker_28ea668bb3f05d13b14a86b16d0c8f36 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_d9254910893507d0ba352d80c99b0c6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_991b7ea23e68bf624a9d9f14d02df9c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c26f23f8daa9c9344b89fea54974934 = $(`<div id="html_9c26f23f8daa9c9344b89fea54974934" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_991b7ea23e68bf624a9d9f14d02df9c7.setContent(html_9c26f23f8daa9c9344b89fea54974934);
|
|
|
|
|
|
|
|
marker_28ea668bb3f05d13b14a86b16d0c8f36.bindPopup(popup_991b7ea23e68bf624a9d9f14d02df9c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28ea668bb3f05d13b14a86b16d0c8f36.setIcon(icon_d9254910893507d0ba352d80c99b0c6b);
|
|
|
|
|
|
var marker_400dbca74ad8cacb9e6ecafd8ce308c4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_e28704b6ddb4592463f791c833089943 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_975ca9735bc89345457d426184ad59f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca7d0af23702a385d732828543aba83b = $(`<div id="html_ca7d0af23702a385d732828543aba83b" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_975ca9735bc89345457d426184ad59f7.setContent(html_ca7d0af23702a385d732828543aba83b);
|
|
|
|
|
|
|
|
marker_400dbca74ad8cacb9e6ecafd8ce308c4.bindPopup(popup_975ca9735bc89345457d426184ad59f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_400dbca74ad8cacb9e6ecafd8ce308c4.setIcon(icon_e28704b6ddb4592463f791c833089943);
|
|
|
|
|
|
var marker_a91b3da399732495896998dd00811483 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_1e30b61fa8823541746c9d7ebc4a67fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee36b1d4dd4c5fdc8e534a0fa6b73016 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b52cec6da3e75f89d9d1fc810992dd3 = $(`<div id="html_8b52cec6da3e75f89d9d1fc810992dd3" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_ee36b1d4dd4c5fdc8e534a0fa6b73016.setContent(html_8b52cec6da3e75f89d9d1fc810992dd3);
|
|
|
|
|
|
|
|
marker_a91b3da399732495896998dd00811483.bindPopup(popup_ee36b1d4dd4c5fdc8e534a0fa6b73016)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a91b3da399732495896998dd00811483.setIcon(icon_1e30b61fa8823541746c9d7ebc4a67fc);
|
|
|
|
|
|
var marker_64299666b5fb17d596aa74db7b41da1d = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_d791a466f55d2f5e93f026751a6385a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2eb3bfbb3550e415b2fbae8ea73960e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e17c437730c9182a31533f7683dd3e6b = $(`<div id="html_e17c437730c9182a31533f7683dd3e6b" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_2eb3bfbb3550e415b2fbae8ea73960e0.setContent(html_e17c437730c9182a31533f7683dd3e6b);
|
|
|
|
|
|
|
|
marker_64299666b5fb17d596aa74db7b41da1d.bindPopup(popup_2eb3bfbb3550e415b2fbae8ea73960e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64299666b5fb17d596aa74db7b41da1d.setIcon(icon_d791a466f55d2f5e93f026751a6385a0);
|
|
|
|
|
|
var marker_49074400b49ad27f376d12e76336f9f4 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_8dc67e3ad35e5c57326789fe9a8bdcf4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fee9f42f3cd0401535e66bf566786e9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52e7bd45494ff8fd4219c1c0414bc058 = $(`<div id="html_52e7bd45494ff8fd4219c1c0414bc058" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_fee9f42f3cd0401535e66bf566786e9f.setContent(html_52e7bd45494ff8fd4219c1c0414bc058);
|
|
|
|
|
|
|
|
marker_49074400b49ad27f376d12e76336f9f4.bindPopup(popup_fee9f42f3cd0401535e66bf566786e9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49074400b49ad27f376d12e76336f9f4.setIcon(icon_8dc67e3ad35e5c57326789fe9a8bdcf4);
|
|
|
|
|
|
var marker_28df9f19a689ad67b5494c990e4f31a2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_a595e63a96d770d75456f2e0904c23d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c05be1ae11c3406756bf6190156052e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f93d8728d74b41671e3585fa06b3df08 = $(`<div id="html_f93d8728d74b41671e3585fa06b3df08" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_4c05be1ae11c3406756bf6190156052e.setContent(html_f93d8728d74b41671e3585fa06b3df08);
|
|
|
|
|
|
|
|
marker_28df9f19a689ad67b5494c990e4f31a2.bindPopup(popup_4c05be1ae11c3406756bf6190156052e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28df9f19a689ad67b5494c990e4f31a2.setIcon(icon_a595e63a96d770d75456f2e0904c23d2);
|
|
|
|
|
|
var marker_f38b6c3128c0eb4a5352fa3313584d68 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_f59b5336c1260f9a569c3b9e2f6e833c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36dcec4e8de7a0bbcd749b517afcc3ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ea14b9716cba36b54a6035da2b0dccd = $(`<div id="html_1ea14b9716cba36b54a6035da2b0dccd" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_36dcec4e8de7a0bbcd749b517afcc3ea.setContent(html_1ea14b9716cba36b54a6035da2b0dccd);
|
|
|
|
|
|
|
|
marker_f38b6c3128c0eb4a5352fa3313584d68.bindPopup(popup_36dcec4e8de7a0bbcd749b517afcc3ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f38b6c3128c0eb4a5352fa3313584d68.setIcon(icon_f59b5336c1260f9a569c3b9e2f6e833c);
|
|
|
|
|
|
var marker_4f6627227b3413e24c7cdd33560d5bb2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_95f9695a22cdc8caf7b2a2a9ad648674 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_238b520cd7c2a581e98065bcd26f5882 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7784fd1be9732bf1655229cc7a54394e = $(`<div id="html_7784fd1be9732bf1655229cc7a54394e" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_238b520cd7c2a581e98065bcd26f5882.setContent(html_7784fd1be9732bf1655229cc7a54394e);
|
|
|
|
|
|
|
|
marker_4f6627227b3413e24c7cdd33560d5bb2.bindPopup(popup_238b520cd7c2a581e98065bcd26f5882)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f6627227b3413e24c7cdd33560d5bb2.setIcon(icon_95f9695a22cdc8caf7b2a2a9ad648674);
|
|
|
|
|
|
var marker_bc425bcae790080fbff54cc6883e3ba7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_81cf7a2c00c7689ba7c737e7eec82a26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a778d45f8e4a06f07491d2b10bbc3c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b9c4e56a01ab8823439240c1414b72b = $(`<div id="html_5b9c4e56a01ab8823439240c1414b72b" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_3a778d45f8e4a06f07491d2b10bbc3c0.setContent(html_5b9c4e56a01ab8823439240c1414b72b);
|
|
|
|
|
|
|
|
marker_bc425bcae790080fbff54cc6883e3ba7.bindPopup(popup_3a778d45f8e4a06f07491d2b10bbc3c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc425bcae790080fbff54cc6883e3ba7.setIcon(icon_81cf7a2c00c7689ba7c737e7eec82a26);
|
|
|
|
|
|
var marker_113e408b92d0dbc2dd7e456baf01cb9d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_76315c7622acb105a3db57be95df1008 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ac62a8e222028f3a86e9dc6292ffb54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef982026845cbf721a6ef6f8dafe371d = $(`<div id="html_ef982026845cbf721a6ef6f8dafe371d" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_6ac62a8e222028f3a86e9dc6292ffb54.setContent(html_ef982026845cbf721a6ef6f8dafe371d);
|
|
|
|
|
|
|
|
marker_113e408b92d0dbc2dd7e456baf01cb9d.bindPopup(popup_6ac62a8e222028f3a86e9dc6292ffb54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_113e408b92d0dbc2dd7e456baf01cb9d.setIcon(icon_76315c7622acb105a3db57be95df1008);
|
|
|
|
|
|
var marker_e6c9361c4f22a086cb559b8a70c35f15 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_f8af0284d0cd347303f0675de29bf8d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eba34293b14e699097112b15a7bd01c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77c52f15a403563d46ea889fee4b3b5f = $(`<div id="html_77c52f15a403563d46ea889fee4b3b5f" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_eba34293b14e699097112b15a7bd01c4.setContent(html_77c52f15a403563d46ea889fee4b3b5f);
|
|
|
|
|
|
|
|
marker_e6c9361c4f22a086cb559b8a70c35f15.bindPopup(popup_eba34293b14e699097112b15a7bd01c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6c9361c4f22a086cb559b8a70c35f15.setIcon(icon_f8af0284d0cd347303f0675de29bf8d3);
|
|
|
|
|
|
var marker_0645e855cc0872922464ef991c886d3a = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_ba09045bbac24fa6ad594ae03bc7cef8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65edd02d371ba95d82035c0890940c69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_399af6cfb5db175e6b9bf0b198e18d1b = $(`<div id="html_399af6cfb5db175e6b9bf0b198e18d1b" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_65edd02d371ba95d82035c0890940c69.setContent(html_399af6cfb5db175e6b9bf0b198e18d1b);
|
|
|
|
|
|
|
|
marker_0645e855cc0872922464ef991c886d3a.bindPopup(popup_65edd02d371ba95d82035c0890940c69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0645e855cc0872922464ef991c886d3a.setIcon(icon_ba09045bbac24fa6ad594ae03bc7cef8);
|
|
|
|
|
|
var marker_ff95f95dad0e989f777919266782b8ae = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_30b2b97ee608dbcce63ed3ecdb2aa69a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e747fc6bc8090b8d04c70ce1434c2a44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd8463e97687fa878efb1ee8c03371b2 = $(`<div id="html_fd8463e97687fa878efb1ee8c03371b2" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_e747fc6bc8090b8d04c70ce1434c2a44.setContent(html_fd8463e97687fa878efb1ee8c03371b2);
|
|
|
|
|
|
|
|
marker_ff95f95dad0e989f777919266782b8ae.bindPopup(popup_e747fc6bc8090b8d04c70ce1434c2a44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff95f95dad0e989f777919266782b8ae.setIcon(icon_30b2b97ee608dbcce63ed3ecdb2aa69a);
|
|
|
|
|
|
var marker_34faa4630f1c9f976cd24c930a02666f = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_2f71dcb47fa71b9fb7e55258c415e69d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_059f7773de673a05bebbfe3e83a4ed60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9918da04fe94236d1da5b80b0582ea3 = $(`<div id="html_c9918da04fe94236d1da5b80b0582ea3" style="width: 100.0%; height: 100.0%;">herbstmeister.com</div>`)[0];
|
|
popup_059f7773de673a05bebbfe3e83a4ed60.setContent(html_c9918da04fe94236d1da5b80b0582ea3);
|
|
|
|
|
|
|
|
marker_34faa4630f1c9f976cd24c930a02666f.bindPopup(popup_059f7773de673a05bebbfe3e83a4ed60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34faa4630f1c9f976cd24c930a02666f.setIcon(icon_2f71dcb47fa71b9fb7e55258c415e69d);
|
|
|
|
|
|
var marker_6c8dc563894b9a5bb36259584feec202 = L.marker(
|
|
[45.4473, -73.7533],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_e55bcb7820649df3316ba8594434c755 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ad5ff6d1465828fca217a751c4805ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9902e964a69b0d76103e63193c2a140f = $(`<div id="html_9902e964a69b0d76103e63193c2a140f" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_8ad5ff6d1465828fca217a751c4805ef.setContent(html_9902e964a69b0d76103e63193c2a140f);
|
|
|
|
|
|
|
|
marker_6c8dc563894b9a5bb36259584feec202.bindPopup(popup_8ad5ff6d1465828fca217a751c4805ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c8dc563894b9a5bb36259584feec202.setIcon(icon_e55bcb7820649df3316ba8594434c755);
|
|
|
|
|
|
var marker_31c4b9f118b511a1d334080805be30b4 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_7494b752b831de1335dfdf7113990560 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7fe792256050afe1d920c681d38b0db7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9938ad3ac00ab7eacb8646faa419509 = $(`<div id="html_a9938ad3ac00ab7eacb8646faa419509" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_7fe792256050afe1d920c681d38b0db7.setContent(html_a9938ad3ac00ab7eacb8646faa419509);
|
|
|
|
|
|
|
|
marker_31c4b9f118b511a1d334080805be30b4.bindPopup(popup_7fe792256050afe1d920c681d38b0db7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31c4b9f118b511a1d334080805be30b4.setIcon(icon_7494b752b831de1335dfdf7113990560);
|
|
|
|
|
|
var marker_f3aefd8ced14f046fd02fbe684f4002d = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_c193b1a97df1c5a5158f24e74263825b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64585f07f9b862b59675b251d65870b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd39dbb550cb648f1a0a20d5e4ec17f6 = $(`<div id="html_dd39dbb550cb648f1a0a20d5e4ec17f6" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_64585f07f9b862b59675b251d65870b3.setContent(html_dd39dbb550cb648f1a0a20d5e4ec17f6);
|
|
|
|
|
|
|
|
marker_f3aefd8ced14f046fd02fbe684f4002d.bindPopup(popup_64585f07f9b862b59675b251d65870b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3aefd8ced14f046fd02fbe684f4002d.setIcon(icon_c193b1a97df1c5a5158f24e74263825b);
|
|
|
|
|
|
var marker_d33ce9f7600abf8f737b68b7584b6eab = L.marker(
|
|
[51.4968, -0.018337],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_c5abe9354f3f18b6667eba3c9ee48b05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d9ffdcd9c87a658b87b9a79f057b455 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_410dcdbe6ac3d2d5376eca3d35c57644 = $(`<div id="html_410dcdbe6ac3d2d5376eca3d35c57644" style="width: 100.0%; height: 100.0%;">strfry.bitsbytom.com</div>`)[0];
|
|
popup_0d9ffdcd9c87a658b87b9a79f057b455.setContent(html_410dcdbe6ac3d2d5376eca3d35c57644);
|
|
|
|
|
|
|
|
marker_d33ce9f7600abf8f737b68b7584b6eab.bindPopup(popup_0d9ffdcd9c87a658b87b9a79f057b455)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d33ce9f7600abf8f737b68b7584b6eab.setIcon(icon_c5abe9354f3f18b6667eba3c9ee48b05);
|
|
|
|
|
|
var marker_caa09cbd3460081702761be294ca8516 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_4db28f09f458064fb87fd1d4e768d99d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0ad4a1900bf3b7455e13dba4697940f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e107c1ac80ceb98ee5f20323e9cbba0 = $(`<div id="html_8e107c1ac80ceb98ee5f20323e9cbba0" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_a0ad4a1900bf3b7455e13dba4697940f.setContent(html_8e107c1ac80ceb98ee5f20323e9cbba0);
|
|
|
|
|
|
|
|
marker_caa09cbd3460081702761be294ca8516.bindPopup(popup_a0ad4a1900bf3b7455e13dba4697940f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_caa09cbd3460081702761be294ca8516.setIcon(icon_4db28f09f458064fb87fd1d4e768d99d);
|
|
|
|
|
|
var marker_f2790fb27c8aeb084c46eef0a0f7ea1d = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_66f1a6a7731c189ce3ec331323b0f9be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8e1a38697cfd056b21b6be27f2ff60e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff2ba1130fc40aa99f1cc617653b6c81 = $(`<div id="html_ff2ba1130fc40aa99f1cc617653b6c81" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_d8e1a38697cfd056b21b6be27f2ff60e.setContent(html_ff2ba1130fc40aa99f1cc617653b6c81);
|
|
|
|
|
|
|
|
marker_f2790fb27c8aeb084c46eef0a0f7ea1d.bindPopup(popup_d8e1a38697cfd056b21b6be27f2ff60e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2790fb27c8aeb084c46eef0a0f7ea1d.setIcon(icon_66f1a6a7731c189ce3ec331323b0f9be);
|
|
|
|
|
|
var marker_2d27cb85484982f196d136d0ccc82fc4 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_17517b83d76eb1e14cb9ecd5cca29bc1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bbf400a71bab24ccd02044e56158dfc6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff26f67520d76c543a9c083487e0d3f1 = $(`<div id="html_ff26f67520d76c543a9c083487e0d3f1" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_bbf400a71bab24ccd02044e56158dfc6.setContent(html_ff26f67520d76c543a9c083487e0d3f1);
|
|
|
|
|
|
|
|
marker_2d27cb85484982f196d136d0ccc82fc4.bindPopup(popup_bbf400a71bab24ccd02044e56158dfc6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d27cb85484982f196d136d0ccc82fc4.setIcon(icon_17517b83d76eb1e14cb9ecd5cca29bc1);
|
|
|
|
|
|
var marker_691d6a565e4e18a22303aeadc1d81168 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_3681d3f7bc352b665d44ae6b01eacdab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54e63123fc6f563d944be1688db9c03c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07ef6cf5e9d5cb178d8f89e854165e8d = $(`<div id="html_07ef6cf5e9d5cb178d8f89e854165e8d" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_54e63123fc6f563d944be1688db9c03c.setContent(html_07ef6cf5e9d5cb178d8f89e854165e8d);
|
|
|
|
|
|
|
|
marker_691d6a565e4e18a22303aeadc1d81168.bindPopup(popup_54e63123fc6f563d944be1688db9c03c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_691d6a565e4e18a22303aeadc1d81168.setIcon(icon_3681d3f7bc352b665d44ae6b01eacdab);
|
|
|
|
|
|
var marker_07a347e7edb275db75145cdaee7a870c = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_0e6783e4d60f73a3e8769d9bc49a838f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa37b340e2cfb048b3071d0f46345fce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d692391f9296d637ebc4809f4aac8f08 = $(`<div id="html_d692391f9296d637ebc4809f4aac8f08" style="width: 100.0%; height: 100.0%;">relay.kubo.watch</div>`)[0];
|
|
popup_aa37b340e2cfb048b3071d0f46345fce.setContent(html_d692391f9296d637ebc4809f4aac8f08);
|
|
|
|
|
|
|
|
marker_07a347e7edb275db75145cdaee7a870c.bindPopup(popup_aa37b340e2cfb048b3071d0f46345fce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07a347e7edb275db75145cdaee7a870c.setIcon(icon_0e6783e4d60f73a3e8769d9bc49a838f);
|
|
|
|
|
|
var marker_588bc7df2979ad090c028932130ef45c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_12deb80f89ce9a095fd7ab548bb33a8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_431b239bda7de582077ab50eaa4233ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7b6e85b9b387261b39ee5490c0a96ba = $(`<div id="html_c7b6e85b9b387261b39ee5490c0a96ba" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_431b239bda7de582077ab50eaa4233ca.setContent(html_c7b6e85b9b387261b39ee5490c0a96ba);
|
|
|
|
|
|
|
|
marker_588bc7df2979ad090c028932130ef45c.bindPopup(popup_431b239bda7de582077ab50eaa4233ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_588bc7df2979ad090c028932130ef45c.setIcon(icon_12deb80f89ce9a095fd7ab548bb33a8f);
|
|
|
|
|
|
var marker_68a348a9dd1bd9ac33cb289d8600eeb0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_a51541f1d94a3cbe92c3d857560569a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6eed4f8463e501efaee3c53d06aeed53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c95f7bc28db1e2f4a9160b912d8c9077 = $(`<div id="html_c95f7bc28db1e2f4a9160b912d8c9077" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_6eed4f8463e501efaee3c53d06aeed53.setContent(html_c95f7bc28db1e2f4a9160b912d8c9077);
|
|
|
|
|
|
|
|
marker_68a348a9dd1bd9ac33cb289d8600eeb0.bindPopup(popup_6eed4f8463e501efaee3c53d06aeed53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68a348a9dd1bd9ac33cb289d8600eeb0.setIcon(icon_a51541f1d94a3cbe92c3d857560569a3);
|
|
|
|
|
|
var marker_f5c5e83966fbc7a357bd9604bca8a02f = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_ffd1cdfee6a3eed16f72b322b31b6fcb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5feaefb0c7d2bf18b6a33bc3a9f6fb3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb0512bad18b538bf580d4273680ce1f = $(`<div id="html_eb0512bad18b538bf580d4273680ce1f" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_5feaefb0c7d2bf18b6a33bc3a9f6fb3e.setContent(html_eb0512bad18b538bf580d4273680ce1f);
|
|
|
|
|
|
|
|
marker_f5c5e83966fbc7a357bd9604bca8a02f.bindPopup(popup_5feaefb0c7d2bf18b6a33bc3a9f6fb3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5c5e83966fbc7a357bd9604bca8a02f.setIcon(icon_ffd1cdfee6a3eed16f72b322b31b6fcb);
|
|
|
|
|
|
var marker_5a4c0a5d60a67f2b1102fa6a6c8a2145 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_9d713aa3489113fb885176ee603cd0bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea6b62f461e282134760d95e066f58c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd30cffff227ba60b82311afd28138b3 = $(`<div id="html_bd30cffff227ba60b82311afd28138b3" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_ea6b62f461e282134760d95e066f58c6.setContent(html_bd30cffff227ba60b82311afd28138b3);
|
|
|
|
|
|
|
|
marker_5a4c0a5d60a67f2b1102fa6a6c8a2145.bindPopup(popup_ea6b62f461e282134760d95e066f58c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a4c0a5d60a67f2b1102fa6a6c8a2145.setIcon(icon_9d713aa3489113fb885176ee603cd0bc);
|
|
|
|
|
|
var marker_4eefd61990b3eecda7f24227e4549332 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_5b600e924ac6fe11f0948d9f010e8dfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e473419bec04c6ff9e46d45046fc0bf1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16758e76bc1c5bcbc745cd09109ced99 = $(`<div id="html_16758e76bc1c5bcbc745cd09109ced99" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_e473419bec04c6ff9e46d45046fc0bf1.setContent(html_16758e76bc1c5bcbc745cd09109ced99);
|
|
|
|
|
|
|
|
marker_4eefd61990b3eecda7f24227e4549332.bindPopup(popup_e473419bec04c6ff9e46d45046fc0bf1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4eefd61990b3eecda7f24227e4549332.setIcon(icon_5b600e924ac6fe11f0948d9f010e8dfe);
|
|
|
|
|
|
var marker_760fed862ed00fb8bb199f855951aef2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_40b7ba048e40ac094d9fcbbc1dc8d9b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbc8a77e2498a31d4ef3e5a8137123d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec14c4270c0f199965345aa60e5a8156 = $(`<div id="html_ec14c4270c0f199965345aa60e5a8156" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_dbc8a77e2498a31d4ef3e5a8137123d1.setContent(html_ec14c4270c0f199965345aa60e5a8156);
|
|
|
|
|
|
|
|
marker_760fed862ed00fb8bb199f855951aef2.bindPopup(popup_dbc8a77e2498a31d4ef3e5a8137123d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_760fed862ed00fb8bb199f855951aef2.setIcon(icon_40b7ba048e40ac094d9fcbbc1dc8d9b2);
|
|
|
|
|
|
var marker_d8924e635f05c1fa4a06907cf79d207e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_81fc296339e776db25e25bc5a1a6303d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f1569f034d1c81f4f56831ad8bcd04a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2696c49b8eaac4e913e28af3dee3ec1a = $(`<div id="html_2696c49b8eaac4e913e28af3dee3ec1a" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_3f1569f034d1c81f4f56831ad8bcd04a.setContent(html_2696c49b8eaac4e913e28af3dee3ec1a);
|
|
|
|
|
|
|
|
marker_d8924e635f05c1fa4a06907cf79d207e.bindPopup(popup_3f1569f034d1c81f4f56831ad8bcd04a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8924e635f05c1fa4a06907cf79d207e.setIcon(icon_81fc296339e776db25e25bc5a1a6303d);
|
|
|
|
|
|
var marker_465b136b795ed1444e24ee7bdddd7cf7 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_9ddea89232429add147f551637e15343 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51c3262e4e5db43d813cc1e9a61b31f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89098199c554851e6af90f4df69df347 = $(`<div id="html_89098199c554851e6af90f4df69df347" style="width: 100.0%; height: 100.0%;">relay.bikel.ink</div>`)[0];
|
|
popup_51c3262e4e5db43d813cc1e9a61b31f2.setContent(html_89098199c554851e6af90f4df69df347);
|
|
|
|
|
|
|
|
marker_465b136b795ed1444e24ee7bdddd7cf7.bindPopup(popup_51c3262e4e5db43d813cc1e9a61b31f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_465b136b795ed1444e24ee7bdddd7cf7.setIcon(icon_9ddea89232429add147f551637e15343);
|
|
|
|
|
|
var marker_7bd80afc199755aaa2173f87c3e511a0 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_833c82f7f9b6f413fc0147ad2274bb81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce468d4d4ca613e8e3f9c15fdb989a2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_958e45129478bb48b6897adb9b1ce1ea = $(`<div id="html_958e45129478bb48b6897adb9b1ce1ea" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_ce468d4d4ca613e8e3f9c15fdb989a2e.setContent(html_958e45129478bb48b6897adb9b1ce1ea);
|
|
|
|
|
|
|
|
marker_7bd80afc199755aaa2173f87c3e511a0.bindPopup(popup_ce468d4d4ca613e8e3f9c15fdb989a2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7bd80afc199755aaa2173f87c3e511a0.setIcon(icon_833c82f7f9b6f413fc0147ad2274bb81);
|
|
|
|
|
|
var marker_6e9dade6aae0d675fa36596ff98978e5 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_46a8c2b8a68434213e4f2120ea90e3af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2035de0ae2ee3256e0c6589b1278391e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b697343c5f881e380265dca38db32467 = $(`<div id="html_b697343c5f881e380265dca38db32467" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_2035de0ae2ee3256e0c6589b1278391e.setContent(html_b697343c5f881e380265dca38db32467);
|
|
|
|
|
|
|
|
marker_6e9dade6aae0d675fa36596ff98978e5.bindPopup(popup_2035de0ae2ee3256e0c6589b1278391e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e9dade6aae0d675fa36596ff98978e5.setIcon(icon_46a8c2b8a68434213e4f2120ea90e3af);
|
|
|
|
|
|
var marker_cbf88b6f88297c7ef9e8dd37a32bc1e3 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_6dd56bb56019b27601ca0a0c559953cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3aa617ac4a2d494b7953be62ce57da89 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2585c89535ba2e95e42dbe87cb366965 = $(`<div id="html_2585c89535ba2e95e42dbe87cb366965" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_3aa617ac4a2d494b7953be62ce57da89.setContent(html_2585c89535ba2e95e42dbe87cb366965);
|
|
|
|
|
|
|
|
marker_cbf88b6f88297c7ef9e8dd37a32bc1e3.bindPopup(popup_3aa617ac4a2d494b7953be62ce57da89)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbf88b6f88297c7ef9e8dd37a32bc1e3.setIcon(icon_6dd56bb56019b27601ca0a0c559953cc);
|
|
|
|
|
|
var marker_31a49cb002a8e15968875de0d8f48eb6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_15a56e9919565dddcfb8b8c982711d37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bbb0fa96a6ba67f1d36b3542d5419f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6846b4bb9a95ec0728a0efd71d1097fe = $(`<div id="html_6846b4bb9a95ec0728a0efd71d1097fe" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_7bbb0fa96a6ba67f1d36b3542d5419f4.setContent(html_6846b4bb9a95ec0728a0efd71d1097fe);
|
|
|
|
|
|
|
|
marker_31a49cb002a8e15968875de0d8f48eb6.bindPopup(popup_7bbb0fa96a6ba67f1d36b3542d5419f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31a49cb002a8e15968875de0d8f48eb6.setIcon(icon_15a56e9919565dddcfb8b8c982711d37);
|
|
|
|
|
|
var marker_6d8d9cdb033da54a586619f13330dc6a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_722af71cd94d0b4caba6eb616772ca0b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16d74ffbc05fe3c701ff125fcf2765f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_860048ece65dfe44ece220e452c85de8 = $(`<div id="html_860048ece65dfe44ece220e452c85de8" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_16d74ffbc05fe3c701ff125fcf2765f5.setContent(html_860048ece65dfe44ece220e452c85de8);
|
|
|
|
|
|
|
|
marker_6d8d9cdb033da54a586619f13330dc6a.bindPopup(popup_16d74ffbc05fe3c701ff125fcf2765f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d8d9cdb033da54a586619f13330dc6a.setIcon(icon_722af71cd94d0b4caba6eb616772ca0b);
|
|
|
|
|
|
var marker_f0f1e515a8ce926f40aa510c1ac5e444 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_b0a5125f5c8cd0c937df0201b7bcf86a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffc1a262dd03032e4007cbc7ad034d27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18aa4ef1021527e0d1d40f0d34e656e2 = $(`<div id="html_18aa4ef1021527e0d1d40f0d34e656e2" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_ffc1a262dd03032e4007cbc7ad034d27.setContent(html_18aa4ef1021527e0d1d40f0d34e656e2);
|
|
|
|
|
|
|
|
marker_f0f1e515a8ce926f40aa510c1ac5e444.bindPopup(popup_ffc1a262dd03032e4007cbc7ad034d27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0f1e515a8ce926f40aa510c1ac5e444.setIcon(icon_b0a5125f5c8cd0c937df0201b7bcf86a);
|
|
|
|
|
|
var marker_e16324205598a624fe1164bda09733b7 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_0a74d1c58f426574a7e75d17ce24ab92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5869b003993cadfc4fe09d50bd312a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a11d63e037c0eb6d3bb06f82051d905e = $(`<div id="html_a11d63e037c0eb6d3bb06f82051d905e" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_c5869b003993cadfc4fe09d50bd312a5.setContent(html_a11d63e037c0eb6d3bb06f82051d905e);
|
|
|
|
|
|
|
|
marker_e16324205598a624fe1164bda09733b7.bindPopup(popup_c5869b003993cadfc4fe09d50bd312a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e16324205598a624fe1164bda09733b7.setIcon(icon_0a74d1c58f426574a7e75d17ce24ab92);
|
|
|
|
|
|
var marker_009bdf021195c4a39d4a44cef87df740 = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_0c1ffa32ea59c6bcc848e2f78d3aac24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18a8571a33ee11b155b9e1ac0c3739e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3dc31ec7d6ba6091256fdf7ac357ca25 = $(`<div id="html_3dc31ec7d6ba6091256fdf7ac357ca25" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_18a8571a33ee11b155b9e1ac0c3739e8.setContent(html_3dc31ec7d6ba6091256fdf7ac357ca25);
|
|
|
|
|
|
|
|
marker_009bdf021195c4a39d4a44cef87df740.bindPopup(popup_18a8571a33ee11b155b9e1ac0c3739e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_009bdf021195c4a39d4a44cef87df740.setIcon(icon_0c1ffa32ea59c6bcc848e2f78d3aac24);
|
|
|
|
|
|
var marker_ccfaff7b04b8e539930150f94bc78bfe = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_ad49ee42886fe0cbc0ea8fad57eb16ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08ee8d0a3f3d9ed7ec519bf1551189ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fe3ce3a5c833264d0fed27c2afeceae = $(`<div id="html_8fe3ce3a5c833264d0fed27c2afeceae" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_08ee8d0a3f3d9ed7ec519bf1551189ed.setContent(html_8fe3ce3a5c833264d0fed27c2afeceae);
|
|
|
|
|
|
|
|
marker_ccfaff7b04b8e539930150f94bc78bfe.bindPopup(popup_08ee8d0a3f3d9ed7ec519bf1551189ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccfaff7b04b8e539930150f94bc78bfe.setIcon(icon_ad49ee42886fe0cbc0ea8fad57eb16ad);
|
|
|
|
|
|
var marker_d389d64431da34d5adcf55654b0ae7db = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_9828ff29f6d6693c55e44899d7e8097a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf7ef48d1fe421032188528bdb3c2b41 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_395ab060317fc60db3f28f936bb17fe3 = $(`<div id="html_395ab060317fc60db3f28f936bb17fe3" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_bf7ef48d1fe421032188528bdb3c2b41.setContent(html_395ab060317fc60db3f28f936bb17fe3);
|
|
|
|
|
|
|
|
marker_d389d64431da34d5adcf55654b0ae7db.bindPopup(popup_bf7ef48d1fe421032188528bdb3c2b41)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d389d64431da34d5adcf55654b0ae7db.setIcon(icon_9828ff29f6d6693c55e44899d7e8097a);
|
|
|
|
|
|
var marker_f309b658531ab0aa57dc3eb995ca491d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_8156041e2ca3a95d211da3177ea45060 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a0cb9eb32d8562c34380e9a14267182 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2981deb6e8ebe7021e5ff6d6f5877aff = $(`<div id="html_2981deb6e8ebe7021e5ff6d6f5877aff" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_2a0cb9eb32d8562c34380e9a14267182.setContent(html_2981deb6e8ebe7021e5ff6d6f5877aff);
|
|
|
|
|
|
|
|
marker_f309b658531ab0aa57dc3eb995ca491d.bindPopup(popup_2a0cb9eb32d8562c34380e9a14267182)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f309b658531ab0aa57dc3eb995ca491d.setIcon(icon_8156041e2ca3a95d211da3177ea45060);
|
|
|
|
|
|
var marker_703801ccbbce27fada942846cccdf694 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_d39940c979fac991e96183a1a4555e32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7986feb9ad0f20cb63d845e96838288f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_013e52fe95f033b6e9688d78524e2b0f = $(`<div id="html_013e52fe95f033b6e9688d78524e2b0f" style="width: 100.0%; height: 100.0%;">npub1spxdug4m3y24hpx5crm0el4zhkk0wafs8kp6m0xu0wecygqej2xqq8gyhx.fips.network</div>`)[0];
|
|
popup_7986feb9ad0f20cb63d845e96838288f.setContent(html_013e52fe95f033b6e9688d78524e2b0f);
|
|
|
|
|
|
|
|
marker_703801ccbbce27fada942846cccdf694.bindPopup(popup_7986feb9ad0f20cb63d845e96838288f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_703801ccbbce27fada942846cccdf694.setIcon(icon_d39940c979fac991e96183a1a4555e32);
|
|
|
|
|
|
var marker_d110922e20d876c05c024ee8c8cb9a9c = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_20c9a1471417896aea5fe682f2b496e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40aacc24fa5f369474778ace356b6ebb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1874146787cf4a34c16400f8502446e4 = $(`<div id="html_1874146787cf4a34c16400f8502446e4" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_40aacc24fa5f369474778ace356b6ebb.setContent(html_1874146787cf4a34c16400f8502446e4);
|
|
|
|
|
|
|
|
marker_d110922e20d876c05c024ee8c8cb9a9c.bindPopup(popup_40aacc24fa5f369474778ace356b6ebb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d110922e20d876c05c024ee8c8cb9a9c.setIcon(icon_20c9a1471417896aea5fe682f2b496e3);
|
|
|
|
|
|
var marker_301773daaf35f83c4e39702b4142a174 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_17f40faec08d3e571689fa2ef7ff61c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b82e96b1e0b4722f9753333229388fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1ca9c0a7a8d3515d0a9d8eef8bbd034 = $(`<div id="html_b1ca9c0a7a8d3515d0a9d8eef8bbd034" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_2b82e96b1e0b4722f9753333229388fc.setContent(html_b1ca9c0a7a8d3515d0a9d8eef8bbd034);
|
|
|
|
|
|
|
|
marker_301773daaf35f83c4e39702b4142a174.bindPopup(popup_2b82e96b1e0b4722f9753333229388fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_301773daaf35f83c4e39702b4142a174.setIcon(icon_17f40faec08d3e571689fa2ef7ff61c5);
|
|
|
|
|
|
var marker_fbaf259f80da5d7b5021b71428bdb9d3 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_5c819cdd58a79b5dfb0e92e70c8aa326 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf2fa484daf12cb3492cb901fb18b324 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34f425e6198188a7ad9342bcdba5f834 = $(`<div id="html_34f425e6198188a7ad9342bcdba5f834" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_cf2fa484daf12cb3492cb901fb18b324.setContent(html_34f425e6198188a7ad9342bcdba5f834);
|
|
|
|
|
|
|
|
marker_fbaf259f80da5d7b5021b71428bdb9d3.bindPopup(popup_cf2fa484daf12cb3492cb901fb18b324)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbaf259f80da5d7b5021b71428bdb9d3.setIcon(icon_5c819cdd58a79b5dfb0e92e70c8aa326);
|
|
|
|
|
|
var marker_3834f8aab4e109912d3c108086891063 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_6fccd97648baa921d4fc57e01bf84d52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4833dc943339eaa1d2aaa367c4e8424 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a4bf046ecced72116f5676383e050ba = $(`<div id="html_5a4bf046ecced72116f5676383e050ba" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_a4833dc943339eaa1d2aaa367c4e8424.setContent(html_5a4bf046ecced72116f5676383e050ba);
|
|
|
|
|
|
|
|
marker_3834f8aab4e109912d3c108086891063.bindPopup(popup_a4833dc943339eaa1d2aaa367c4e8424)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3834f8aab4e109912d3c108086891063.setIcon(icon_6fccd97648baa921d4fc57e01bf84d52);
|
|
|
|
|
|
var marker_bc762cfd0d1fff6519379feb7c1dd1eb = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_4be2cd817c086e2d35d0045b743aa9ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b806767b604907d21f0f477fec37b1f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b06de66bc21a43f3e5408306d66e9786 = $(`<div id="html_b06de66bc21a43f3e5408306d66e9786" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_b806767b604907d21f0f477fec37b1f2.setContent(html_b06de66bc21a43f3e5408306d66e9786);
|
|
|
|
|
|
|
|
marker_bc762cfd0d1fff6519379feb7c1dd1eb.bindPopup(popup_b806767b604907d21f0f477fec37b1f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc762cfd0d1fff6519379feb7c1dd1eb.setIcon(icon_4be2cd817c086e2d35d0045b743aa9ee);
|
|
|
|
|
|
var marker_fabe0cf820a507d6bc4d324af8d275ec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_73637a60b385f51d07d4435485bddedb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5a3fcdc3fd51867a7426f6b49888765 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4a7c64feebac6adddfa53cd57f3883f = $(`<div id="html_b4a7c64feebac6adddfa53cd57f3883f" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_d5a3fcdc3fd51867a7426f6b49888765.setContent(html_b4a7c64feebac6adddfa53cd57f3883f);
|
|
|
|
|
|
|
|
marker_fabe0cf820a507d6bc4d324af8d275ec.bindPopup(popup_d5a3fcdc3fd51867a7426f6b49888765)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fabe0cf820a507d6bc4d324af8d275ec.setIcon(icon_73637a60b385f51d07d4435485bddedb);
|
|
|
|
|
|
var marker_b6051a8fdb3f530ac14d9363818f8d34 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_e0b572bd2e241b5b07e680aaa104b509 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce6d9ad613dd4a0a9db929b20c77a8ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc055d8e12c603152d0ce4bb01eb3e1d = $(`<div id="html_fc055d8e12c603152d0ce4bb01eb3e1d" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_ce6d9ad613dd4a0a9db929b20c77a8ad.setContent(html_fc055d8e12c603152d0ce4bb01eb3e1d);
|
|
|
|
|
|
|
|
marker_b6051a8fdb3f530ac14d9363818f8d34.bindPopup(popup_ce6d9ad613dd4a0a9db929b20c77a8ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6051a8fdb3f530ac14d9363818f8d34.setIcon(icon_e0b572bd2e241b5b07e680aaa104b509);
|
|
|
|
|
|
var marker_9a7db5eabf2327931e88da3ba7479e36 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_a4242c6ce5fa68a705a2673c503280da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2b8917996b8cfe4807b9436847a2b16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8494c837d3da5a8aa94278a892d518dc = $(`<div id="html_8494c837d3da5a8aa94278a892d518dc" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_b2b8917996b8cfe4807b9436847a2b16.setContent(html_8494c837d3da5a8aa94278a892d518dc);
|
|
|
|
|
|
|
|
marker_9a7db5eabf2327931e88da3ba7479e36.bindPopup(popup_b2b8917996b8cfe4807b9436847a2b16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a7db5eabf2327931e88da3ba7479e36.setIcon(icon_a4242c6ce5fa68a705a2673c503280da);
|
|
|
|
|
|
var marker_dc09efb57557e7c17f5dd017698215b8 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_22a821e79610d326613d3d35232d98be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7794d591a16be7b056037008336e9f7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb2b1125929760d32e081669119cc235 = $(`<div id="html_cb2b1125929760d32e081669119cc235" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_7794d591a16be7b056037008336e9f7c.setContent(html_cb2b1125929760d32e081669119cc235);
|
|
|
|
|
|
|
|
marker_dc09efb57557e7c17f5dd017698215b8.bindPopup(popup_7794d591a16be7b056037008336e9f7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc09efb57557e7c17f5dd017698215b8.setIcon(icon_22a821e79610d326613d3d35232d98be);
|
|
|
|
|
|
var marker_3193a610fafc1f9f9ecad4b083eceef8 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_e349bf70166f00190fc9f59b299140c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60797e9fa04943edb9fa231ec38f6910 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c697c93a6c04f75fd6d2a960feca6439 = $(`<div id="html_c697c93a6c04f75fd6d2a960feca6439" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_60797e9fa04943edb9fa231ec38f6910.setContent(html_c697c93a6c04f75fd6d2a960feca6439);
|
|
|
|
|
|
|
|
marker_3193a610fafc1f9f9ecad4b083eceef8.bindPopup(popup_60797e9fa04943edb9fa231ec38f6910)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3193a610fafc1f9f9ecad4b083eceef8.setIcon(icon_e349bf70166f00190fc9f59b299140c9);
|
|
|
|
|
|
var marker_29779925402e05df68826a3f3966f755 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_09630b0f2aa08126379e5dc94f2240f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ca22f6977e9dd7baffd63513d6f8d18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e858c87b63f4cbccf8b8c29fe4160038 = $(`<div id="html_e858c87b63f4cbccf8b8c29fe4160038" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_2ca22f6977e9dd7baffd63513d6f8d18.setContent(html_e858c87b63f4cbccf8b8c29fe4160038);
|
|
|
|
|
|
|
|
marker_29779925402e05df68826a3f3966f755.bindPopup(popup_2ca22f6977e9dd7baffd63513d6f8d18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29779925402e05df68826a3f3966f755.setIcon(icon_09630b0f2aa08126379e5dc94f2240f2);
|
|
|
|
|
|
var marker_98e2fdf9fd6898edb437aabd3bd5a9c2 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_d75a73f6ae8fda4989f44809e67d8f88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b676083581e3190ccf316e452dd9d563 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0285ec1ac00b7de3b760715be4c1b52 = $(`<div id="html_c0285ec1ac00b7de3b760715be4c1b52" style="width: 100.0%; height: 100.0%;">eu.nostr.pikachat.org</div>`)[0];
|
|
popup_b676083581e3190ccf316e452dd9d563.setContent(html_c0285ec1ac00b7de3b760715be4c1b52);
|
|
|
|
|
|
|
|
marker_98e2fdf9fd6898edb437aabd3bd5a9c2.bindPopup(popup_b676083581e3190ccf316e452dd9d563)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98e2fdf9fd6898edb437aabd3bd5a9c2.setIcon(icon_d75a73f6ae8fda4989f44809e67d8f88);
|
|
|
|
|
|
var marker_9787684cc510f931eff96ce1bc1bd999 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_3cfb3c48198adf71380b53137532f2b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d4eb8de0cf8fe22a72cbc8aedd1f5d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08a38a0bea4fc49caf65ce47c3af218a = $(`<div id="html_08a38a0bea4fc49caf65ce47c3af218a" style="width: 100.0%; height: 100.0%;">relay.satnam.pub</div>`)[0];
|
|
popup_7d4eb8de0cf8fe22a72cbc8aedd1f5d6.setContent(html_08a38a0bea4fc49caf65ce47c3af218a);
|
|
|
|
|
|
|
|
marker_9787684cc510f931eff96ce1bc1bd999.bindPopup(popup_7d4eb8de0cf8fe22a72cbc8aedd1f5d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9787684cc510f931eff96ce1bc1bd999.setIcon(icon_3cfb3c48198adf71380b53137532f2b4);
|
|
|
|
|
|
var marker_fc4671f043df8d00ea8f4b485851d273 = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_5b2041a7dc7d463491a340eefa6e6c69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e227a88af6e826b05328de4e5ef9f9fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05a567edbd53a2b9eb244d7665a991a9 = $(`<div id="html_05a567edbd53a2b9eb244d7665a991a9" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_e227a88af6e826b05328de4e5ef9f9fc.setContent(html_05a567edbd53a2b9eb244d7665a991a9);
|
|
|
|
|
|
|
|
marker_fc4671f043df8d00ea8f4b485851d273.bindPopup(popup_e227a88af6e826b05328de4e5ef9f9fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc4671f043df8d00ea8f4b485851d273.setIcon(icon_5b2041a7dc7d463491a340eefa6e6c69);
|
|
|
|
|
|
var marker_a4528d31e926f248956341a83566eaf2 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_08edd9490dfb301fbb96f00bfa0dc4e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e82248c65837dd77643d0c0a8be2093e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_406eb86af72a0c2771986174ea5a972b = $(`<div id="html_406eb86af72a0c2771986174ea5a972b" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_e82248c65837dd77643d0c0a8be2093e.setContent(html_406eb86af72a0c2771986174ea5a972b);
|
|
|
|
|
|
|
|
marker_a4528d31e926f248956341a83566eaf2.bindPopup(popup_e82248c65837dd77643d0c0a8be2093e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4528d31e926f248956341a83566eaf2.setIcon(icon_08edd9490dfb301fbb96f00bfa0dc4e9);
|
|
|
|
|
|
var marker_5b692482e9025ee1c38c57c4c4a67b73 = L.marker(
|
|
[37.3589, 127.115],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_c69593e89e00abf27fbd9ef62bd5f765 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67d431e63a2901e33a632fd6d19774c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bf804585e48b791b1e8dcf283bd4df0 = $(`<div id="html_1bf804585e48b791b1e8dcf283bd4df0" style="width: 100.0%; height: 100.0%;">nostr.aruku.kro.kr</div>`)[0];
|
|
popup_67d431e63a2901e33a632fd6d19774c8.setContent(html_1bf804585e48b791b1e8dcf283bd4df0);
|
|
|
|
|
|
|
|
marker_5b692482e9025ee1c38c57c4c4a67b73.bindPopup(popup_67d431e63a2901e33a632fd6d19774c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b692482e9025ee1c38c57c4c4a67b73.setIcon(icon_c69593e89e00abf27fbd9ef62bd5f765);
|
|
|
|
|
|
var marker_c026ad5bc7023bf8edd0a73313ccdf3a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_6f64a9fcec323743c03181bbcaef82ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7189883a0dfe68f8e0e77c1826f9202b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ee53ea496e95cf3f18c1f91269f4eb1 = $(`<div id="html_2ee53ea496e95cf3f18c1f91269f4eb1" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_7189883a0dfe68f8e0e77c1826f9202b.setContent(html_2ee53ea496e95cf3f18c1f91269f4eb1);
|
|
|
|
|
|
|
|
marker_c026ad5bc7023bf8edd0a73313ccdf3a.bindPopup(popup_7189883a0dfe68f8e0e77c1826f9202b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c026ad5bc7023bf8edd0a73313ccdf3a.setIcon(icon_6f64a9fcec323743c03181bbcaef82ee);
|
|
|
|
|
|
var marker_031105422eb78c0a06b886debf119690 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_0abd298cb455773a83601755834d022d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aeb128b5de10378eb99785a38ff42a6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e4205e84dd5d9115b23fd59395b8124 = $(`<div id="html_6e4205e84dd5d9115b23fd59395b8124" style="width: 100.0%; height: 100.0%;">relay.camelus.app</div>`)[0];
|
|
popup_aeb128b5de10378eb99785a38ff42a6d.setContent(html_6e4205e84dd5d9115b23fd59395b8124);
|
|
|
|
|
|
|
|
marker_031105422eb78c0a06b886debf119690.bindPopup(popup_aeb128b5de10378eb99785a38ff42a6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_031105422eb78c0a06b886debf119690.setIcon(icon_0abd298cb455773a83601755834d022d);
|
|
|
|
|
|
var marker_c50414a45aece224ad62505a93f7674c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_355785197da17bce53e449b50d0c1287 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ce758938d1f4975633a65ced15aa38b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb11e36bbfcaa06aa655eab26ee9e7f7 = $(`<div id="html_fb11e36bbfcaa06aa655eab26ee9e7f7" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_9ce758938d1f4975633a65ced15aa38b.setContent(html_fb11e36bbfcaa06aa655eab26ee9e7f7);
|
|
|
|
|
|
|
|
marker_c50414a45aece224ad62505a93f7674c.bindPopup(popup_9ce758938d1f4975633a65ced15aa38b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c50414a45aece224ad62505a93f7674c.setIcon(icon_355785197da17bce53e449b50d0c1287);
|
|
|
|
|
|
var marker_186628a52467a7e87c7039c1d32b9f97 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_957d9a574e9af68941dcb553a1174fce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8917f0fa0b7eb899cfa7f47b2203d0a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5afef9e94a066b7202e575c27db61c8 = $(`<div id="html_b5afef9e94a066b7202e575c27db61c8" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_8917f0fa0b7eb899cfa7f47b2203d0a0.setContent(html_b5afef9e94a066b7202e575c27db61c8);
|
|
|
|
|
|
|
|
marker_186628a52467a7e87c7039c1d32b9f97.bindPopup(popup_8917f0fa0b7eb899cfa7f47b2203d0a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_186628a52467a7e87c7039c1d32b9f97.setIcon(icon_957d9a574e9af68941dcb553a1174fce);
|
|
|
|
|
|
var marker_063b6aeeb51431f928530e7520ceb9eb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_78144d699412ab9ccf2a48bcac0a7af2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66a5249c0cd7acbb23d97a7c03d82b1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_296f2e912f53e964028035a9cd48f946 = $(`<div id="html_296f2e912f53e964028035a9cd48f946" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_66a5249c0cd7acbb23d97a7c03d82b1c.setContent(html_296f2e912f53e964028035a9cd48f946);
|
|
|
|
|
|
|
|
marker_063b6aeeb51431f928530e7520ceb9eb.bindPopup(popup_66a5249c0cd7acbb23d97a7c03d82b1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_063b6aeeb51431f928530e7520ceb9eb.setIcon(icon_78144d699412ab9ccf2a48bcac0a7af2);
|
|
|
|
|
|
var marker_548dc2910b1bbfe7b8fbbbab4ed44344 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_71f235f696f097527788eb8126dca6e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c95e61e51358c682c73e73a28b84a32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba5d1021018a5cd266e2512fa595320d = $(`<div id="html_ba5d1021018a5cd266e2512fa595320d" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_5c95e61e51358c682c73e73a28b84a32.setContent(html_ba5d1021018a5cd266e2512fa595320d);
|
|
|
|
|
|
|
|
marker_548dc2910b1bbfe7b8fbbbab4ed44344.bindPopup(popup_5c95e61e51358c682c73e73a28b84a32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_548dc2910b1bbfe7b8fbbbab4ed44344.setIcon(icon_71f235f696f097527788eb8126dca6e7);
|
|
|
|
|
|
var marker_39262baac7ec41f13bdc950e4cfec7db = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_ed54e4ae225a3a3b541e1d48a75d3fb0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02e6e9aa18a24960313ad2eca9273ee9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43c4da44bb7ca43cab3c0aebc7eb6c60 = $(`<div id="html_43c4da44bb7ca43cab3c0aebc7eb6c60" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_02e6e9aa18a24960313ad2eca9273ee9.setContent(html_43c4da44bb7ca43cab3c0aebc7eb6c60);
|
|
|
|
|
|
|
|
marker_39262baac7ec41f13bdc950e4cfec7db.bindPopup(popup_02e6e9aa18a24960313ad2eca9273ee9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39262baac7ec41f13bdc950e4cfec7db.setIcon(icon_ed54e4ae225a3a3b541e1d48a75d3fb0);
|
|
|
|
|
|
var marker_e277ebe13ed2fdea5b110851bb195d50 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_5a86ba9c82ca1e5b0ca4217bc3aabb0b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8160fa08df05f855324c9a0b836e2bbe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b04d041dd80722925be6777c59c5165 = $(`<div id="html_1b04d041dd80722925be6777c59c5165" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_8160fa08df05f855324c9a0b836e2bbe.setContent(html_1b04d041dd80722925be6777c59c5165);
|
|
|
|
|
|
|
|
marker_e277ebe13ed2fdea5b110851bb195d50.bindPopup(popup_8160fa08df05f855324c9a0b836e2bbe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e277ebe13ed2fdea5b110851bb195d50.setIcon(icon_5a86ba9c82ca1e5b0ca4217bc3aabb0b);
|
|
|
|
|
|
var marker_bced6f44e21d58b9b2e7f00b6073e161 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_8ca5fc300bf96262dab36f22e6b97b89 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99990eec8fb242dd452f97e46b70347f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fddca78f9b87be425b1b0cd3c0006c9 = $(`<div id="html_6fddca78f9b87be425b1b0cd3c0006c9" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_99990eec8fb242dd452f97e46b70347f.setContent(html_6fddca78f9b87be425b1b0cd3c0006c9);
|
|
|
|
|
|
|
|
marker_bced6f44e21d58b9b2e7f00b6073e161.bindPopup(popup_99990eec8fb242dd452f97e46b70347f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bced6f44e21d58b9b2e7f00b6073e161.setIcon(icon_8ca5fc300bf96262dab36f22e6b97b89);
|
|
|
|
|
|
var marker_51db655cab87bea1fc27671b1908ec10 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_5005b649c7463010bb9798ac5a6c5121 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b46bbdb9427fd3d8d64275c2e204dc91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cdbd2e10f97bd67d61f40f6ff1dd2d11 = $(`<div id="html_cdbd2e10f97bd67d61f40f6ff1dd2d11" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_b46bbdb9427fd3d8d64275c2e204dc91.setContent(html_cdbd2e10f97bd67d61f40f6ff1dd2d11);
|
|
|
|
|
|
|
|
marker_51db655cab87bea1fc27671b1908ec10.bindPopup(popup_b46bbdb9427fd3d8d64275c2e204dc91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51db655cab87bea1fc27671b1908ec10.setIcon(icon_5005b649c7463010bb9798ac5a6c5121);
|
|
|
|
|
|
var marker_52e2b9a7af62cef0ed1738fded117555 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_1f7fd89755f62016922aacc375031015 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6175c1930ff1d9676bf8b77e11bb6c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f511f07cbd933f462be843b24c8e6a8 = $(`<div id="html_5f511f07cbd933f462be843b24c8e6a8" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_d6175c1930ff1d9676bf8b77e11bb6c6.setContent(html_5f511f07cbd933f462be843b24c8e6a8);
|
|
|
|
|
|
|
|
marker_52e2b9a7af62cef0ed1738fded117555.bindPopup(popup_d6175c1930ff1d9676bf8b77e11bb6c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52e2b9a7af62cef0ed1738fded117555.setIcon(icon_1f7fd89755f62016922aacc375031015);
|
|
|
|
|
|
var marker_bd1cbb91117665e121c45641e20e1b4a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_501a9b36dc4bbdf9b6b11b84fe90223c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07e90762d26dd1c0d65d1c118b15ac4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d1c4c7c168d7d8875aea347c7106140 = $(`<div id="html_8d1c4c7c168d7d8875aea347c7106140" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_07e90762d26dd1c0d65d1c118b15ac4c.setContent(html_8d1c4c7c168d7d8875aea347c7106140);
|
|
|
|
|
|
|
|
marker_bd1cbb91117665e121c45641e20e1b4a.bindPopup(popup_07e90762d26dd1c0d65d1c118b15ac4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd1cbb91117665e121c45641e20e1b4a.setIcon(icon_501a9b36dc4bbdf9b6b11b84fe90223c);
|
|
|
|
|
|
var marker_51dfc34fe9bf5b0509b826a96b146dd9 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_46011b02c52e6f6d00619012c4aaed5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_228a212228c8941111eea1ea57e440a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_361e5ebcaa37a65b590151721e35a549 = $(`<div id="html_361e5ebcaa37a65b590151721e35a549" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_228a212228c8941111eea1ea57e440a2.setContent(html_361e5ebcaa37a65b590151721e35a549);
|
|
|
|
|
|
|
|
marker_51dfc34fe9bf5b0509b826a96b146dd9.bindPopup(popup_228a212228c8941111eea1ea57e440a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51dfc34fe9bf5b0509b826a96b146dd9.setIcon(icon_46011b02c52e6f6d00619012c4aaed5b);
|
|
|
|
|
|
var marker_089d114cf48649096785f2aa2f848157 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_7b028d12505e72973ea3f4fbb13bf530 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0981f1965a511b78c91e9a60184a641f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6aa99bc6d6babb76a1ee136f8b9bc84a = $(`<div id="html_6aa99bc6d6babb76a1ee136f8b9bc84a" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_0981f1965a511b78c91e9a60184a641f.setContent(html_6aa99bc6d6babb76a1ee136f8b9bc84a);
|
|
|
|
|
|
|
|
marker_089d114cf48649096785f2aa2f848157.bindPopup(popup_0981f1965a511b78c91e9a60184a641f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_089d114cf48649096785f2aa2f848157.setIcon(icon_7b028d12505e72973ea3f4fbb13bf530);
|
|
|
|
|
|
var marker_259354bd2b95f722c7d826faa2ea7569 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_36b60aa87eb747a70e52fe96cd3deaec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a73b528dd237840dfe2cd07f5574af3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b2e719b3a3771bcd5c1ac8f7378f112 = $(`<div id="html_0b2e719b3a3771bcd5c1ac8f7378f112" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_a73b528dd237840dfe2cd07f5574af3b.setContent(html_0b2e719b3a3771bcd5c1ac8f7378f112);
|
|
|
|
|
|
|
|
marker_259354bd2b95f722c7d826faa2ea7569.bindPopup(popup_a73b528dd237840dfe2cd07f5574af3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_259354bd2b95f722c7d826faa2ea7569.setIcon(icon_36b60aa87eb747a70e52fe96cd3deaec);
|
|
|
|
|
|
var marker_30f967d78fdf5731a483648ab65bf842 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_b5597f011eee4198be1b85faf1021590 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_443d138bb0add39dbca64dab3eac55c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c517e356dd33ab85684ac099ee926201 = $(`<div id="html_c517e356dd33ab85684ac099ee926201" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_443d138bb0add39dbca64dab3eac55c5.setContent(html_c517e356dd33ab85684ac099ee926201);
|
|
|
|
|
|
|
|
marker_30f967d78fdf5731a483648ab65bf842.bindPopup(popup_443d138bb0add39dbca64dab3eac55c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30f967d78fdf5731a483648ab65bf842.setIcon(icon_b5597f011eee4198be1b85faf1021590);
|
|
|
|
|
|
var marker_b59c65151c2f9c926df2b7b44eff4d8b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_7c0b10c836502522c431cc2be4bdd41e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af459d44b6a16e7b48b4e2a6b21ea5b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e576e460028064ff86a64711a08361a = $(`<div id="html_7e576e460028064ff86a64711a08361a" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_af459d44b6a16e7b48b4e2a6b21ea5b0.setContent(html_7e576e460028064ff86a64711a08361a);
|
|
|
|
|
|
|
|
marker_b59c65151c2f9c926df2b7b44eff4d8b.bindPopup(popup_af459d44b6a16e7b48b4e2a6b21ea5b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b59c65151c2f9c926df2b7b44eff4d8b.setIcon(icon_7c0b10c836502522c431cc2be4bdd41e);
|
|
|
|
|
|
var marker_37fe1903d54917bee688ef5ff2d31652 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_eea32f55533ba20727c4444918e519a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81f82c26d4c8be845013ddb5c346c8d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3e1cd76dfe7df8f97095f99e58a9afc = $(`<div id="html_e3e1cd76dfe7df8f97095f99e58a9afc" style="width: 100.0%; height: 100.0%;">seed-options-few-cache.trycloudflare.com</div>`)[0];
|
|
popup_81f82c26d4c8be845013ddb5c346c8d2.setContent(html_e3e1cd76dfe7df8f97095f99e58a9afc);
|
|
|
|
|
|
|
|
marker_37fe1903d54917bee688ef5ff2d31652.bindPopup(popup_81f82c26d4c8be845013ddb5c346c8d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37fe1903d54917bee688ef5ff2d31652.setIcon(icon_eea32f55533ba20727c4444918e519a4);
|
|
|
|
|
|
var marker_c7ad6bad717a24a73e89f9b0927bdc00 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_4ee4b0d35f151a9d06a7f8762afe9047 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f61fd54c240787889770bdaebb4bbdf9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8dcd92f7f371e13ece68e7d3b7fb9cc = $(`<div id="html_c8dcd92f7f371e13ece68e7d3b7fb9cc" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_f61fd54c240787889770bdaebb4bbdf9.setContent(html_c8dcd92f7f371e13ece68e7d3b7fb9cc);
|
|
|
|
|
|
|
|
marker_c7ad6bad717a24a73e89f9b0927bdc00.bindPopup(popup_f61fd54c240787889770bdaebb4bbdf9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7ad6bad717a24a73e89f9b0927bdc00.setIcon(icon_4ee4b0d35f151a9d06a7f8762afe9047);
|
|
|
|
|
|
var marker_24a62f86ce4e6abd3fec23327ac39ac4 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_904a676a30cf2a3c6425db703fc00c98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e34bd3b2ebd8a97a41cde93dc6ee337 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fa8661b2022d83e62eabf5a06f59261 = $(`<div id="html_5fa8661b2022d83e62eabf5a06f59261" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_9e34bd3b2ebd8a97a41cde93dc6ee337.setContent(html_5fa8661b2022d83e62eabf5a06f59261);
|
|
|
|
|
|
|
|
marker_24a62f86ce4e6abd3fec23327ac39ac4.bindPopup(popup_9e34bd3b2ebd8a97a41cde93dc6ee337)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24a62f86ce4e6abd3fec23327ac39ac4.setIcon(icon_904a676a30cf2a3c6425db703fc00c98);
|
|
|
|
|
|
var marker_bc40cf294166ead7df1e547f03b5e397 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_2b7c165c8f56fb190157d042e9e01f56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4cf5149b0ea17f307490c30f8b43574c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e73dd07716d5a4314907dea42866b39a = $(`<div id="html_e73dd07716d5a4314907dea42866b39a" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_4cf5149b0ea17f307490c30f8b43574c.setContent(html_e73dd07716d5a4314907dea42866b39a);
|
|
|
|
|
|
|
|
marker_bc40cf294166ead7df1e547f03b5e397.bindPopup(popup_4cf5149b0ea17f307490c30f8b43574c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc40cf294166ead7df1e547f03b5e397.setIcon(icon_2b7c165c8f56fb190157d042e9e01f56);
|
|
|
|
|
|
var marker_4d5e89bc2d69fa369272c51fd68b480c = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_65469b382c699eb421b2a3ffd1f3b939 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9db36430d477109e8e2d5f9adf8047d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58b19af320254ea306a9e1614cb0a826 = $(`<div id="html_58b19af320254ea306a9e1614cb0a826" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_9db36430d477109e8e2d5f9adf8047d2.setContent(html_58b19af320254ea306a9e1614cb0a826);
|
|
|
|
|
|
|
|
marker_4d5e89bc2d69fa369272c51fd68b480c.bindPopup(popup_9db36430d477109e8e2d5f9adf8047d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d5e89bc2d69fa369272c51fd68b480c.setIcon(icon_65469b382c699eb421b2a3ffd1f3b939);
|
|
|
|
|
|
var marker_3b687691151de70ddb003f0ad86bade0 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_c3f350527574d92df95467d8e00b61ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5543b54d2dcfeb22d4b0eb01796d9378 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ccaa55bec0bc6d7fa78c9dfdc67adee3 = $(`<div id="html_ccaa55bec0bc6d7fa78c9dfdc67adee3" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_5543b54d2dcfeb22d4b0eb01796d9378.setContent(html_ccaa55bec0bc6d7fa78c9dfdc67adee3);
|
|
|
|
|
|
|
|
marker_3b687691151de70ddb003f0ad86bade0.bindPopup(popup_5543b54d2dcfeb22d4b0eb01796d9378)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b687691151de70ddb003f0ad86bade0.setIcon(icon_c3f350527574d92df95467d8e00b61ae);
|
|
|
|
|
|
var marker_a727a41720fce94f3fcd656f4b3088e2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_8d71f9a4e0507a06ba0273899560628d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7a51adc907522000e30195f92457b97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_608c1c344447c2749d6477cdffd25ee5 = $(`<div id="html_608c1c344447c2749d6477cdffd25ee5" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_c7a51adc907522000e30195f92457b97.setContent(html_608c1c344447c2749d6477cdffd25ee5);
|
|
|
|
|
|
|
|
marker_a727a41720fce94f3fcd656f4b3088e2.bindPopup(popup_c7a51adc907522000e30195f92457b97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a727a41720fce94f3fcd656f4b3088e2.setIcon(icon_8d71f9a4e0507a06ba0273899560628d);
|
|
|
|
|
|
var marker_060c29fc823eeaaf8815313192866754 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_397bb2f5cd1423213aca68f38f82b152 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_136e0faea1de9168ad34d1bb2e87b758 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ccccca0795f22b6284ca7a841efd0e1 = $(`<div id="html_1ccccca0795f22b6284ca7a841efd0e1" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_136e0faea1de9168ad34d1bb2e87b758.setContent(html_1ccccca0795f22b6284ca7a841efd0e1);
|
|
|
|
|
|
|
|
marker_060c29fc823eeaaf8815313192866754.bindPopup(popup_136e0faea1de9168ad34d1bb2e87b758)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_060c29fc823eeaaf8815313192866754.setIcon(icon_397bb2f5cd1423213aca68f38f82b152);
|
|
|
|
|
|
var marker_05967dd13c532f5e46607eebd2282329 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_8afc52aa6a2887af84b7573a40bf82ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd588ba02cd7fb9c392ee8da7e0b88b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_768060e47f41ce8b9f88dd2b115d0dbc = $(`<div id="html_768060e47f41ce8b9f88dd2b115d0dbc" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_bd588ba02cd7fb9c392ee8da7e0b88b9.setContent(html_768060e47f41ce8b9f88dd2b115d0dbc);
|
|
|
|
|
|
|
|
marker_05967dd13c532f5e46607eebd2282329.bindPopup(popup_bd588ba02cd7fb9c392ee8da7e0b88b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05967dd13c532f5e46607eebd2282329.setIcon(icon_8afc52aa6a2887af84b7573a40bf82ce);
|
|
|
|
|
|
var marker_a20ef386a9441ff8737ea649956e0a5d = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_74b1a8e268aca9340a890e6eb16b0d03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be71c12d76c2f4c1bcd156a0d61d4d45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95acc00a156b0ff83a6455f45cde9c49 = $(`<div id="html_95acc00a156b0ff83a6455f45cde9c49" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_be71c12d76c2f4c1bcd156a0d61d4d45.setContent(html_95acc00a156b0ff83a6455f45cde9c49);
|
|
|
|
|
|
|
|
marker_a20ef386a9441ff8737ea649956e0a5d.bindPopup(popup_be71c12d76c2f4c1bcd156a0d61d4d45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a20ef386a9441ff8737ea649956e0a5d.setIcon(icon_74b1a8e268aca9340a890e6eb16b0d03);
|
|
|
|
|
|
var marker_efb08d23883d8f4bfb88a918906381c0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_b38aaabb2ba3fa485b17f7b3ed921cf4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ee4cec4a04205a0a98d1e9babbc1b29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c86a23d49cbd4e61980fa99fa65100a9 = $(`<div id="html_c86a23d49cbd4e61980fa99fa65100a9" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_7ee4cec4a04205a0a98d1e9babbc1b29.setContent(html_c86a23d49cbd4e61980fa99fa65100a9);
|
|
|
|
|
|
|
|
marker_efb08d23883d8f4bfb88a918906381c0.bindPopup(popup_7ee4cec4a04205a0a98d1e9babbc1b29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efb08d23883d8f4bfb88a918906381c0.setIcon(icon_b38aaabb2ba3fa485b17f7b3ed921cf4);
|
|
|
|
|
|
var marker_3828b41aa76eecc9e7789f66b01e02b8 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_93f4374bab902db2c73ffcd4d45c924e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39916658d6485825faa04ee1bc7a20f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_949830059138576f29801320eb79d78e = $(`<div id="html_949830059138576f29801320eb79d78e" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_39916658d6485825faa04ee1bc7a20f4.setContent(html_949830059138576f29801320eb79d78e);
|
|
|
|
|
|
|
|
marker_3828b41aa76eecc9e7789f66b01e02b8.bindPopup(popup_39916658d6485825faa04ee1bc7a20f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3828b41aa76eecc9e7789f66b01e02b8.setIcon(icon_93f4374bab902db2c73ffcd4d45c924e);
|
|
|
|
|
|
var marker_6c2907cefa948b7742995230b15312b9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_14924bf7afa9dfe5c1af41019fa52157 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1ba9da77847709c6dd96d8636778c88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afbdcb119fdcbd1009d39441082f51b7 = $(`<div id="html_afbdcb119fdcbd1009d39441082f51b7" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_e1ba9da77847709c6dd96d8636778c88.setContent(html_afbdcb119fdcbd1009d39441082f51b7);
|
|
|
|
|
|
|
|
marker_6c2907cefa948b7742995230b15312b9.bindPopup(popup_e1ba9da77847709c6dd96d8636778c88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c2907cefa948b7742995230b15312b9.setIcon(icon_14924bf7afa9dfe5c1af41019fa52157);
|
|
|
|
|
|
var marker_713a45744df4f1ed75fc8ae8eab7e367 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_f3dc2567f390a5a86ca177fc80a155c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f6e4b16b5f776d05ab8d88dc3cba701 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_790072c997a8d2a9014efd05f0b9c914 = $(`<div id="html_790072c997a8d2a9014efd05f0b9c914" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_8f6e4b16b5f776d05ab8d88dc3cba701.setContent(html_790072c997a8d2a9014efd05f0b9c914);
|
|
|
|
|
|
|
|
marker_713a45744df4f1ed75fc8ae8eab7e367.bindPopup(popup_8f6e4b16b5f776d05ab8d88dc3cba701)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_713a45744df4f1ed75fc8ae8eab7e367.setIcon(icon_f3dc2567f390a5a86ca177fc80a155c5);
|
|
|
|
|
|
var marker_94c78be8d42b5022dacb046b7fc4e815 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_7547b6eae05f76305467400a555ce42e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8fd98908948cb3cd9e79007cd1113d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd39c3cb8bf1e49c56ad6a0d46cf7aac = $(`<div id="html_fd39c3cb8bf1e49c56ad6a0d46cf7aac" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_f8fd98908948cb3cd9e79007cd1113d5.setContent(html_fd39c3cb8bf1e49c56ad6a0d46cf7aac);
|
|
|
|
|
|
|
|
marker_94c78be8d42b5022dacb046b7fc4e815.bindPopup(popup_f8fd98908948cb3cd9e79007cd1113d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94c78be8d42b5022dacb046b7fc4e815.setIcon(icon_7547b6eae05f76305467400a555ce42e);
|
|
|
|
|
|
var marker_35eefdfcc84a7360b5d2b203d30a6ce4 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_7b7cb8c12b021dc8c4e9f680b7b8a903 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72dfb045df03523008e013b76b06ebc8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22a50a262ed190c7cd11a6850834ed07 = $(`<div id="html_22a50a262ed190c7cd11a6850834ed07" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_72dfb045df03523008e013b76b06ebc8.setContent(html_22a50a262ed190c7cd11a6850834ed07);
|
|
|
|
|
|
|
|
marker_35eefdfcc84a7360b5d2b203d30a6ce4.bindPopup(popup_72dfb045df03523008e013b76b06ebc8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35eefdfcc84a7360b5d2b203d30a6ce4.setIcon(icon_7b7cb8c12b021dc8c4e9f680b7b8a903);
|
|
|
|
|
|
var marker_727221ca7646a45d3638823709313a43 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_f8f1a1e663635c9d2f877ff2fedd4b3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b8232c2da478a964215641fb80d0a03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fbd912b2ea388a0910f6f3a31a27490 = $(`<div id="html_3fbd912b2ea388a0910f6f3a31a27490" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_9b8232c2da478a964215641fb80d0a03.setContent(html_3fbd912b2ea388a0910f6f3a31a27490);
|
|
|
|
|
|
|
|
marker_727221ca7646a45d3638823709313a43.bindPopup(popup_9b8232c2da478a964215641fb80d0a03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_727221ca7646a45d3638823709313a43.setIcon(icon_f8f1a1e663635c9d2f877ff2fedd4b3e);
|
|
|
|
|
|
var marker_8390276f281610556731de75d17b6df6 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_3e8add15917b1da5860aefae3b3a2b9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d02540e7bf35f6ba5c411ad90213895a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20ade7a3573b9da2cd150b392f642f67 = $(`<div id="html_20ade7a3573b9da2cd150b392f642f67" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_d02540e7bf35f6ba5c411ad90213895a.setContent(html_20ade7a3573b9da2cd150b392f642f67);
|
|
|
|
|
|
|
|
marker_8390276f281610556731de75d17b6df6.bindPopup(popup_d02540e7bf35f6ba5c411ad90213895a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8390276f281610556731de75d17b6df6.setIcon(icon_3e8add15917b1da5860aefae3b3a2b9a);
|
|
|
|
|
|
var marker_f9e77774f4d258f2f78154cd977b2a32 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_20a571f81f9dcf272531dd5ed03c779a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f037a6c4e7225bab1a2e2a484693da88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ca7950e7de8bdc7635d360f38b1aa80 = $(`<div id="html_2ca7950e7de8bdc7635d360f38b1aa80" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_f037a6c4e7225bab1a2e2a484693da88.setContent(html_2ca7950e7de8bdc7635d360f38b1aa80);
|
|
|
|
|
|
|
|
marker_f9e77774f4d258f2f78154cd977b2a32.bindPopup(popup_f037a6c4e7225bab1a2e2a484693da88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9e77774f4d258f2f78154cd977b2a32.setIcon(icon_20a571f81f9dcf272531dd5ed03c779a);
|
|
|
|
|
|
var marker_20489b2b31bbb73a4fb3c1c765f7e135 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_1c8d8839c9d13bf6cc2332a077440abc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db1e11c467fcba98697b224d8f1f9dbf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eaa58d151a1973c118aab495acb1b5e2 = $(`<div id="html_eaa58d151a1973c118aab495acb1b5e2" style="width: 100.0%; height: 100.0%;">insta-relay.apps3.slidestr.net</div>`)[0];
|
|
popup_db1e11c467fcba98697b224d8f1f9dbf.setContent(html_eaa58d151a1973c118aab495acb1b5e2);
|
|
|
|
|
|
|
|
marker_20489b2b31bbb73a4fb3c1c765f7e135.bindPopup(popup_db1e11c467fcba98697b224d8f1f9dbf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20489b2b31bbb73a4fb3c1c765f7e135.setIcon(icon_1c8d8839c9d13bf6cc2332a077440abc);
|
|
|
|
|
|
var marker_02122ff89ba9623bd517dea722355c6b = L.marker(
|
|
[59.3293, 18.0686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_ff40cd05f89c3d70e302763195421626 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7235622490e6f012e6bd92e2e2332249 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7c88796c6462f7c4644cc5a8fa13422 = $(`<div id="html_f7c88796c6462f7c4644cc5a8fa13422" style="width: 100.0%; height: 100.0%;">relay.fckstate.net</div>`)[0];
|
|
popup_7235622490e6f012e6bd92e2e2332249.setContent(html_f7c88796c6462f7c4644cc5a8fa13422);
|
|
|
|
|
|
|
|
marker_02122ff89ba9623bd517dea722355c6b.bindPopup(popup_7235622490e6f012e6bd92e2e2332249)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02122ff89ba9623bd517dea722355c6b.setIcon(icon_ff40cd05f89c3d70e302763195421626);
|
|
|
|
|
|
var marker_5a77d6185021c4139c813beaf4f8b22b = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_f38b3ccf226ed8881f5db73c1b5f9798 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0398fb6b965224ed390eaa08ea466203 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96e8f7af53e1b573109e168382b3353f = $(`<div id="html_96e8f7af53e1b573109e168382b3353f" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_0398fb6b965224ed390eaa08ea466203.setContent(html_96e8f7af53e1b573109e168382b3353f);
|
|
|
|
|
|
|
|
marker_5a77d6185021c4139c813beaf4f8b22b.bindPopup(popup_0398fb6b965224ed390eaa08ea466203)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a77d6185021c4139c813beaf4f8b22b.setIcon(icon_f38b3ccf226ed8881f5db73c1b5f9798);
|
|
|
|
|
|
var marker_b63bf945d44f7f7a017104a8a2923ecb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_8bb858dfa0123b128f8a563ba8bbd6fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba767695ae9e072f4fd64c4a6c0f2e9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_154c058fa64bf51643137137d39bf852 = $(`<div id="html_154c058fa64bf51643137137d39bf852" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_ba767695ae9e072f4fd64c4a6c0f2e9d.setContent(html_154c058fa64bf51643137137d39bf852);
|
|
|
|
|
|
|
|
marker_b63bf945d44f7f7a017104a8a2923ecb.bindPopup(popup_ba767695ae9e072f4fd64c4a6c0f2e9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b63bf945d44f7f7a017104a8a2923ecb.setIcon(icon_8bb858dfa0123b128f8a563ba8bbd6fe);
|
|
|
|
|
|
var marker_2fde0ec8a5a427cc1b25c440db6ab7ea = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_fad040805e8f32c26c58153d0c657e97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24fed1adff2fb38de453fc35f2afe360 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b4b51d5a4313399e846b7d8fea6e669 = $(`<div id="html_0b4b51d5a4313399e846b7d8fea6e669" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_24fed1adff2fb38de453fc35f2afe360.setContent(html_0b4b51d5a4313399e846b7d8fea6e669);
|
|
|
|
|
|
|
|
marker_2fde0ec8a5a427cc1b25c440db6ab7ea.bindPopup(popup_24fed1adff2fb38de453fc35f2afe360)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fde0ec8a5a427cc1b25c440db6ab7ea.setIcon(icon_fad040805e8f32c26c58153d0c657e97);
|
|
|
|
|
|
var marker_0ed7ac425e296dc087ead091a387c33d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_53f30358aeb76d2397ecb3d3583cbb62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72217e864b809fb6f9eb7d5a2d61d0f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8e4f5e95739412b04c95601caec96cf = $(`<div id="html_b8e4f5e95739412b04c95601caec96cf" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_72217e864b809fb6f9eb7d5a2d61d0f9.setContent(html_b8e4f5e95739412b04c95601caec96cf);
|
|
|
|
|
|
|
|
marker_0ed7ac425e296dc087ead091a387c33d.bindPopup(popup_72217e864b809fb6f9eb7d5a2d61d0f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ed7ac425e296dc087ead091a387c33d.setIcon(icon_53f30358aeb76d2397ecb3d3583cbb62);
|
|
|
|
|
|
var marker_f244fd4690407176151430173517320f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_8935df353f852094c5b2afd4f99d4d6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8b67f42e84bc52ee130d0c9fb44963d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54044a4f07662ca790031a0c8ce101c4 = $(`<div id="html_54044a4f07662ca790031a0c8ce101c4" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_f8b67f42e84bc52ee130d0c9fb44963d.setContent(html_54044a4f07662ca790031a0c8ce101c4);
|
|
|
|
|
|
|
|
marker_f244fd4690407176151430173517320f.bindPopup(popup_f8b67f42e84bc52ee130d0c9fb44963d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f244fd4690407176151430173517320f.setIcon(icon_8935df353f852094c5b2afd4f99d4d6c);
|
|
|
|
|
|
var marker_acb1d1c44037cd30c933e32c107b67d5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_6fda3bb713569883ec08a91f71ad1be1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1bc39b983da9dc3fc7f76f887fc8220 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_270903a0fc35e69cca4d035d86456b30 = $(`<div id="html_270903a0fc35e69cca4d035d86456b30" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_a1bc39b983da9dc3fc7f76f887fc8220.setContent(html_270903a0fc35e69cca4d035d86456b30);
|
|
|
|
|
|
|
|
marker_acb1d1c44037cd30c933e32c107b67d5.bindPopup(popup_a1bc39b983da9dc3fc7f76f887fc8220)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_acb1d1c44037cd30c933e32c107b67d5.setIcon(icon_6fda3bb713569883ec08a91f71ad1be1);
|
|
|
|
|
|
var marker_6fe3356a6d69fcd51bfe355a61dcf71d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_6cafda7f4e93a8622e89d44a7a8c4e5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c91382ca562a9077cf98c4039a0a8dec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b689f079531076942d709ddc2f150fdb = $(`<div id="html_b689f079531076942d709ddc2f150fdb" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_c91382ca562a9077cf98c4039a0a8dec.setContent(html_b689f079531076942d709ddc2f150fdb);
|
|
|
|
|
|
|
|
marker_6fe3356a6d69fcd51bfe355a61dcf71d.bindPopup(popup_c91382ca562a9077cf98c4039a0a8dec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6fe3356a6d69fcd51bfe355a61dcf71d.setIcon(icon_6cafda7f4e93a8622e89d44a7a8c4e5a);
|
|
|
|
|
|
var marker_d288aef1daae5d06b19e88f2c258881b = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_f43719517f3ce914b39c3e0890f3f7fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4661a48a6ded8248b6b40546ca99bc5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96802a9bc8e8a51ef43c8429323263b1 = $(`<div id="html_96802a9bc8e8a51ef43c8429323263b1" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_d4661a48a6ded8248b6b40546ca99bc5.setContent(html_96802a9bc8e8a51ef43c8429323263b1);
|
|
|
|
|
|
|
|
marker_d288aef1daae5d06b19e88f2c258881b.bindPopup(popup_d4661a48a6ded8248b6b40546ca99bc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d288aef1daae5d06b19e88f2c258881b.setIcon(icon_f43719517f3ce914b39c3e0890f3f7fd);
|
|
|
|
|
|
var marker_eb1631a44868f76ac5b35139fb831868 = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_eb0d897c161ac3999ff9cf57340afba9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4dbaded7e0ac5c2ced5fa2fbb2b0b5b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0b02bce3170a3d1787128d899694e69 = $(`<div id="html_f0b02bce3170a3d1787128d899694e69" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_4dbaded7e0ac5c2ced5fa2fbb2b0b5b6.setContent(html_f0b02bce3170a3d1787128d899694e69);
|
|
|
|
|
|
|
|
marker_eb1631a44868f76ac5b35139fb831868.bindPopup(popup_4dbaded7e0ac5c2ced5fa2fbb2b0b5b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb1631a44868f76ac5b35139fb831868.setIcon(icon_eb0d897c161ac3999ff9cf57340afba9);
|
|
|
|
|
|
var marker_69336817406c40012609db18df6bb694 = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_4d0fd66ffe083c00354e8e72622b8499 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3794ac9f9380d0ee1d05ce0bd4288b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a177df6e784c4124a8973af2fd5c94af = $(`<div id="html_a177df6e784c4124a8973af2fd5c94af" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_d3794ac9f9380d0ee1d05ce0bd4288b8.setContent(html_a177df6e784c4124a8973af2fd5c94af);
|
|
|
|
|
|
|
|
marker_69336817406c40012609db18df6bb694.bindPopup(popup_d3794ac9f9380d0ee1d05ce0bd4288b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69336817406c40012609db18df6bb694.setIcon(icon_4d0fd66ffe083c00354e8e72622b8499);
|
|
|
|
|
|
var marker_8c4eb6107df8fa9ed56210749f935a51 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_cc024eb8466720f6c42365e90175fe8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_489000417adb4059898d75f74f62c494 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2af0660e4d3f3f4a614e2fc64ea4f4f7 = $(`<div id="html_2af0660e4d3f3f4a614e2fc64ea4f4f7" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_489000417adb4059898d75f74f62c494.setContent(html_2af0660e4d3f3f4a614e2fc64ea4f4f7);
|
|
|
|
|
|
|
|
marker_8c4eb6107df8fa9ed56210749f935a51.bindPopup(popup_489000417adb4059898d75f74f62c494)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c4eb6107df8fa9ed56210749f935a51.setIcon(icon_cc024eb8466720f6c42365e90175fe8f);
|
|
|
|
|
|
var marker_e5efe5c4e2d9135de6b41bd8235bb9fd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_e0abf8875bfa071978bb1d745a9cf88a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6da65d320d9ec388dd5247020bc02d31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63b86b107da3babf7762c9a213b417c3 = $(`<div id="html_63b86b107da3babf7762c9a213b417c3" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_6da65d320d9ec388dd5247020bc02d31.setContent(html_63b86b107da3babf7762c9a213b417c3);
|
|
|
|
|
|
|
|
marker_e5efe5c4e2d9135de6b41bd8235bb9fd.bindPopup(popup_6da65d320d9ec388dd5247020bc02d31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5efe5c4e2d9135de6b41bd8235bb9fd.setIcon(icon_e0abf8875bfa071978bb1d745a9cf88a);
|
|
|
|
|
|
var marker_7f22f3f2c5f375d59f6aa49e05b66c18 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_08c6847d6cde79a4c8ce8cf7c0009a77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_023712e61bb278341ebfedc3c804c51b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b7de0f050a2fd43916f059ee41b772f = $(`<div id="html_8b7de0f050a2fd43916f059ee41b772f" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_023712e61bb278341ebfedc3c804c51b.setContent(html_8b7de0f050a2fd43916f059ee41b772f);
|
|
|
|
|
|
|
|
marker_7f22f3f2c5f375d59f6aa49e05b66c18.bindPopup(popup_023712e61bb278341ebfedc3c804c51b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f22f3f2c5f375d59f6aa49e05b66c18.setIcon(icon_08c6847d6cde79a4c8ce8cf7c0009a77);
|
|
|
|
|
|
var marker_84ea866189d0b5d971ddcbee5f508c6c = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_f7c095eb3eaefd982d0528e4b8172988 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74d1c27acdb5bd1b6918aa52e85d86bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04c8494618796c19d924681062d0f4bb = $(`<div id="html_04c8494618796c19d924681062d0f4bb" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_74d1c27acdb5bd1b6918aa52e85d86bc.setContent(html_04c8494618796c19d924681062d0f4bb);
|
|
|
|
|
|
|
|
marker_84ea866189d0b5d971ddcbee5f508c6c.bindPopup(popup_74d1c27acdb5bd1b6918aa52e85d86bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84ea866189d0b5d971ddcbee5f508c6c.setIcon(icon_f7c095eb3eaefd982d0528e4b8172988);
|
|
|
|
|
|
var marker_9675777cb52e1e8b9836fafe648152bf = L.marker(
|
|
[49.281, -123.117],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_c34b66ae22f957200bc94c28b0e6e057 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d75cdfd7e06374e07aa755e09842d7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f91b772f30d3a1791d472d682c24ebc7 = $(`<div id="html_f91b772f30d3a1791d472d682c24ebc7" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_5d75cdfd7e06374e07aa755e09842d7c.setContent(html_f91b772f30d3a1791d472d682c24ebc7);
|
|
|
|
|
|
|
|
marker_9675777cb52e1e8b9836fafe648152bf.bindPopup(popup_5d75cdfd7e06374e07aa755e09842d7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9675777cb52e1e8b9836fafe648152bf.setIcon(icon_c34b66ae22f957200bc94c28b0e6e057);
|
|
|
|
|
|
var marker_90c05c79f487dffcfd4a5e0b289d31e1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_52a8b9a258389725ef9470841d062d9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2d1e75dfb0e103c6fec4c9fa6375931 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f4facddcc5d20ebe3f55b9624c7fccd = $(`<div id="html_9f4facddcc5d20ebe3f55b9624c7fccd" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_c2d1e75dfb0e103c6fec4c9fa6375931.setContent(html_9f4facddcc5d20ebe3f55b9624c7fccd);
|
|
|
|
|
|
|
|
marker_90c05c79f487dffcfd4a5e0b289d31e1.bindPopup(popup_c2d1e75dfb0e103c6fec4c9fa6375931)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90c05c79f487dffcfd4a5e0b289d31e1.setIcon(icon_52a8b9a258389725ef9470841d062d9d);
|
|
|
|
|
|
var marker_fd676f79a6d31f66ed6c336533e9b555 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_8a04fa5fb39a5f82c9410ebc9381d20c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38313755363c4ebdec75fbc91f673283 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45784a3b662724bd203f6b2c4a30d382 = $(`<div id="html_45784a3b662724bd203f6b2c4a30d382" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_38313755363c4ebdec75fbc91f673283.setContent(html_45784a3b662724bd203f6b2c4a30d382);
|
|
|
|
|
|
|
|
marker_fd676f79a6d31f66ed6c336533e9b555.bindPopup(popup_38313755363c4ebdec75fbc91f673283)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd676f79a6d31f66ed6c336533e9b555.setIcon(icon_8a04fa5fb39a5f82c9410ebc9381d20c);
|
|
|
|
|
|
var marker_a974f4dc03b9388c2db974544ea1d2bb = L.marker(
|
|
[53.495, 10.2542],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_0ec09cef82d4dc3676be1750b48b0989 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01e0c76d2ab9be37647b77ad7d8cfaa6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54d86d5773dd5cd32444f3b6bec0f91f = $(`<div id="html_54d86d5773dd5cd32444f3b6bec0f91f" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_01e0c76d2ab9be37647b77ad7d8cfaa6.setContent(html_54d86d5773dd5cd32444f3b6bec0f91f);
|
|
|
|
|
|
|
|
marker_a974f4dc03b9388c2db974544ea1d2bb.bindPopup(popup_01e0c76d2ab9be37647b77ad7d8cfaa6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a974f4dc03b9388c2db974544ea1d2bb.setIcon(icon_0ec09cef82d4dc3676be1750b48b0989);
|
|
|
|
|
|
var marker_4a5625296886d83ab84353fc081c9d0a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_2e8e0707cb7dff5522412a796b7d9a2a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80a24c492a3fac0233b101aa77488572 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1fcbab3348cae729d76315827fd37df1 = $(`<div id="html_1fcbab3348cae729d76315827fd37df1" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_80a24c492a3fac0233b101aa77488572.setContent(html_1fcbab3348cae729d76315827fd37df1);
|
|
|
|
|
|
|
|
marker_4a5625296886d83ab84353fc081c9d0a.bindPopup(popup_80a24c492a3fac0233b101aa77488572)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a5625296886d83ab84353fc081c9d0a.setIcon(icon_2e8e0707cb7dff5522412a796b7d9a2a);
|
|
|
|
|
|
var marker_f64a9413812c9252311185e5a49fdf71 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_312f73916756591fc6af9ffc275e3531 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d384740eef27d6c5d629356ce5aa193c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22a60374c793cdb9ef7569295e396579 = $(`<div id="html_22a60374c793cdb9ef7569295e396579" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_d384740eef27d6c5d629356ce5aa193c.setContent(html_22a60374c793cdb9ef7569295e396579);
|
|
|
|
|
|
|
|
marker_f64a9413812c9252311185e5a49fdf71.bindPopup(popup_d384740eef27d6c5d629356ce5aa193c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f64a9413812c9252311185e5a49fdf71.setIcon(icon_312f73916756591fc6af9ffc275e3531);
|
|
|
|
|
|
var marker_1e141ccc0d0f6cd96ee1ffe3ce47585b = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_c46c6b3cd73161595532c94cdc7422dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bd347e34b6e41107800fcf58fb99115 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7cbfb9c6e34f634c214685b3cc1c407 = $(`<div id="html_b7cbfb9c6e34f634c214685b3cc1c407" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_7bd347e34b6e41107800fcf58fb99115.setContent(html_b7cbfb9c6e34f634c214685b3cc1c407);
|
|
|
|
|
|
|
|
marker_1e141ccc0d0f6cd96ee1ffe3ce47585b.bindPopup(popup_7bd347e34b6e41107800fcf58fb99115)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e141ccc0d0f6cd96ee1ffe3ce47585b.setIcon(icon_c46c6b3cd73161595532c94cdc7422dd);
|
|
|
|
|
|
var marker_ca195b3f9ddcb4149fbd885aad06fc69 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_ce6aff9fe10fbd5a3763e39f164dbb1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e27c6fdfb03d55195453af232699554 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a77fdd2dab8d131fb38c7fbf40885a94 = $(`<div id="html_a77fdd2dab8d131fb38c7fbf40885a94" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_7e27c6fdfb03d55195453af232699554.setContent(html_a77fdd2dab8d131fb38c7fbf40885a94);
|
|
|
|
|
|
|
|
marker_ca195b3f9ddcb4149fbd885aad06fc69.bindPopup(popup_7e27c6fdfb03d55195453af232699554)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca195b3f9ddcb4149fbd885aad06fc69.setIcon(icon_ce6aff9fe10fbd5a3763e39f164dbb1b);
|
|
|
|
|
|
var marker_5661955eac93c9f2e94a6b8849b7b8cc = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_6d1d16d16e456fbc7cd934409c46dfac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab62aca52d3d533be31fb52465f00a15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f067e5c30e5771db3d791e7f29f8b7fa = $(`<div id="html_f067e5c30e5771db3d791e7f29f8b7fa" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_ab62aca52d3d533be31fb52465f00a15.setContent(html_f067e5c30e5771db3d791e7f29f8b7fa);
|
|
|
|
|
|
|
|
marker_5661955eac93c9f2e94a6b8849b7b8cc.bindPopup(popup_ab62aca52d3d533be31fb52465f00a15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5661955eac93c9f2e94a6b8849b7b8cc.setIcon(icon_6d1d16d16e456fbc7cd934409c46dfac);
|
|
|
|
|
|
var marker_f3b4a500a5cb73f4b128753a98b6cbb8 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_536956af4ccc9d27c094fc274c35cc04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36bb1206dcbbf300fb4e61f02a957094 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75e906a9bec6a8789d1f8d3f55c44e2b = $(`<div id="html_75e906a9bec6a8789d1f8d3f55c44e2b" style="width: 100.0%; height: 100.0%;">nostrue.com</div>`)[0];
|
|
popup_36bb1206dcbbf300fb4e61f02a957094.setContent(html_75e906a9bec6a8789d1f8d3f55c44e2b);
|
|
|
|
|
|
|
|
marker_f3b4a500a5cb73f4b128753a98b6cbb8.bindPopup(popup_36bb1206dcbbf300fb4e61f02a957094)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3b4a500a5cb73f4b128753a98b6cbb8.setIcon(icon_536956af4ccc9d27c094fc274c35cc04);
|
|
|
|
|
|
var marker_70c031b74b4723edf6fa62b5b717d22e = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_5c27db17e741b247532a25b8d956eeff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9db164f1113468dfef091f5db4d0dd1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bff4c3bdb1bf706e56308a73bbe5aad3 = $(`<div id="html_bff4c3bdb1bf706e56308a73bbe5aad3" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_c9db164f1113468dfef091f5db4d0dd1.setContent(html_bff4c3bdb1bf706e56308a73bbe5aad3);
|
|
|
|
|
|
|
|
marker_70c031b74b4723edf6fa62b5b717d22e.bindPopup(popup_c9db164f1113468dfef091f5db4d0dd1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70c031b74b4723edf6fa62b5b717d22e.setIcon(icon_5c27db17e741b247532a25b8d956eeff);
|
|
|
|
|
|
var marker_0b6d479f0881e9f564c990155c81736c = L.marker(
|
|
[46.5971, 9.59652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_634bb6c5fc9dfad8008cbbe858de08aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9fa1645a3acccf4c1a9080f9c0afd497 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4b9e92718ea203ca13b7ccc7192d5e4 = $(`<div id="html_c4b9e92718ea203ca13b7ccc7192d5e4" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_9fa1645a3acccf4c1a9080f9c0afd497.setContent(html_c4b9e92718ea203ca13b7ccc7192d5e4);
|
|
|
|
|
|
|
|
marker_0b6d479f0881e9f564c990155c81736c.bindPopup(popup_9fa1645a3acccf4c1a9080f9c0afd497)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b6d479f0881e9f564c990155c81736c.setIcon(icon_634bb6c5fc9dfad8008cbbe858de08aa);
|
|
|
|
|
|
var marker_ed17f8a79d0c2b1432c3923b5d22a28f = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_08a3f8ed6281e649720a1c415c0618b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1dc3a8861b4cc8aa18eff9af3d6366a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd6d08e5aa180c2d3bdcc4f30799d120 = $(`<div id="html_dd6d08e5aa180c2d3bdcc4f30799d120" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org</div>`)[0];
|
|
popup_1dc3a8861b4cc8aa18eff9af3d6366a6.setContent(html_dd6d08e5aa180c2d3bdcc4f30799d120);
|
|
|
|
|
|
|
|
marker_ed17f8a79d0c2b1432c3923b5d22a28f.bindPopup(popup_1dc3a8861b4cc8aa18eff9af3d6366a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed17f8a79d0c2b1432c3923b5d22a28f.setIcon(icon_08a3f8ed6281e649720a1c415c0618b2);
|
|
|
|
|
|
var marker_3034168bf49d9dec551fc1a3a7050cf3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_aef7471c8a39fae57123f8fa611de254 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa6d80bde1af80ba1d8c1d899b5dc0f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87425d28340c6917968fb9834b62c66e = $(`<div id="html_87425d28340c6917968fb9834b62c66e" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_fa6d80bde1af80ba1d8c1d899b5dc0f9.setContent(html_87425d28340c6917968fb9834b62c66e);
|
|
|
|
|
|
|
|
marker_3034168bf49d9dec551fc1a3a7050cf3.bindPopup(popup_fa6d80bde1af80ba1d8c1d899b5dc0f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3034168bf49d9dec551fc1a3a7050cf3.setIcon(icon_aef7471c8a39fae57123f8fa611de254);
|
|
|
|
|
|
var marker_2553acfe181fafaa7ed2146b67dcd9f1 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_9267e325313d70c05866552cdbf708f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31f7f8ffce826d3a134b37979519fa03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a073a6064e8554c1cd6313532431c8d = $(`<div id="html_0a073a6064e8554c1cd6313532431c8d" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_31f7f8ffce826d3a134b37979519fa03.setContent(html_0a073a6064e8554c1cd6313532431c8d);
|
|
|
|
|
|
|
|
marker_2553acfe181fafaa7ed2146b67dcd9f1.bindPopup(popup_31f7f8ffce826d3a134b37979519fa03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2553acfe181fafaa7ed2146b67dcd9f1.setIcon(icon_9267e325313d70c05866552cdbf708f1);
|
|
|
|
|
|
var marker_ab82b4caa40fa1283a24e0f5efbf7f9e = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_5a84f2c41ebcbf648a57b6193f92bb49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12c04f2d863694a88a2346e50d9d2013 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87f4bea31f2339ed09c3aef5bd2da027 = $(`<div id="html_87f4bea31f2339ed09c3aef5bd2da027" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_12c04f2d863694a88a2346e50d9d2013.setContent(html_87f4bea31f2339ed09c3aef5bd2da027);
|
|
|
|
|
|
|
|
marker_ab82b4caa40fa1283a24e0f5efbf7f9e.bindPopup(popup_12c04f2d863694a88a2346e50d9d2013)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab82b4caa40fa1283a24e0f5efbf7f9e.setIcon(icon_5a84f2c41ebcbf648a57b6193f92bb49);
|
|
|
|
|
|
var marker_0a7af9b7a58e22a1ab6c4cd1eefeeffc = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_e463eedc15fa2f5ee09d75366ce3959a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4137e7fab219ab904e904fdaf6a78080 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31e169e2d452fbd6f93e5497e95fc12a = $(`<div id="html_31e169e2d452fbd6f93e5497e95fc12a" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_4137e7fab219ab904e904fdaf6a78080.setContent(html_31e169e2d452fbd6f93e5497e95fc12a);
|
|
|
|
|
|
|
|
marker_0a7af9b7a58e22a1ab6c4cd1eefeeffc.bindPopup(popup_4137e7fab219ab904e904fdaf6a78080)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a7af9b7a58e22a1ab6c4cd1eefeeffc.setIcon(icon_e463eedc15fa2f5ee09d75366ce3959a);
|
|
|
|
|
|
var marker_457f17ab71b84f1af3ea7db59cb0fed1 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_f5cc1ed8e28eab1296c2a0230684171f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc24ad3f13925ab271cbd6fd6b0306d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ead3fce9288d034e421f1f6409659e8 = $(`<div id="html_0ead3fce9288d034e421f1f6409659e8" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_cc24ad3f13925ab271cbd6fd6b0306d7.setContent(html_0ead3fce9288d034e421f1f6409659e8);
|
|
|
|
|
|
|
|
marker_457f17ab71b84f1af3ea7db59cb0fed1.bindPopup(popup_cc24ad3f13925ab271cbd6fd6b0306d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_457f17ab71b84f1af3ea7db59cb0fed1.setIcon(icon_f5cc1ed8e28eab1296c2a0230684171f);
|
|
|
|
|
|
var marker_ab13d9f0875a7e1a3f496277b53eef8b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_04a37176960aae7a9092c4528656b469 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52ec165f16f965af0359fcc162478813 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9506d7da9aa35f3694d19b66d156e6f = $(`<div id="html_c9506d7da9aa35f3694d19b66d156e6f" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_52ec165f16f965af0359fcc162478813.setContent(html_c9506d7da9aa35f3694d19b66d156e6f);
|
|
|
|
|
|
|
|
marker_ab13d9f0875a7e1a3f496277b53eef8b.bindPopup(popup_52ec165f16f965af0359fcc162478813)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab13d9f0875a7e1a3f496277b53eef8b.setIcon(icon_04a37176960aae7a9092c4528656b469);
|
|
|
|
|
|
var marker_aa5fe2812d05e00a271867ae67662976 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_987dbd59587484cc97cff5fb52c4b2fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e81a950161a9189cb8f1ef7220583a32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60227d27da47a964d20ec4a1e100de79 = $(`<div id="html_60227d27da47a964d20ec4a1e100de79" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_e81a950161a9189cb8f1ef7220583a32.setContent(html_60227d27da47a964d20ec4a1e100de79);
|
|
|
|
|
|
|
|
marker_aa5fe2812d05e00a271867ae67662976.bindPopup(popup_e81a950161a9189cb8f1ef7220583a32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa5fe2812d05e00a271867ae67662976.setIcon(icon_987dbd59587484cc97cff5fb52c4b2fc);
|
|
|
|
|
|
var marker_1f38e1644b09423af3eacdce1bdf140d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_9bb2e91b917e4bb6216561feefa4052c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8625bfafa07532e051f5f6f3888dfa15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44fdd6af4bda28c24c6a414cbc99fa1d = $(`<div id="html_44fdd6af4bda28c24c6a414cbc99fa1d" style="width: 100.0%; height: 100.0%;">nostr.defucc.me</div>`)[0];
|
|
popup_8625bfafa07532e051f5f6f3888dfa15.setContent(html_44fdd6af4bda28c24c6a414cbc99fa1d);
|
|
|
|
|
|
|
|
marker_1f38e1644b09423af3eacdce1bdf140d.bindPopup(popup_8625bfafa07532e051f5f6f3888dfa15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f38e1644b09423af3eacdce1bdf140d.setIcon(icon_9bb2e91b917e4bb6216561feefa4052c);
|
|
|
|
|
|
var marker_19ee5022e7f29e0001522a10d6eab2ca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_4e106b32dade66fde88a6b75b6e03733 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af04ea0525be6f94ec852f561d89071b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b22ad503ab2ab14305d4286b7d9ba15 = $(`<div id="html_3b22ad503ab2ab14305d4286b7d9ba15" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_af04ea0525be6f94ec852f561d89071b.setContent(html_3b22ad503ab2ab14305d4286b7d9ba15);
|
|
|
|
|
|
|
|
marker_19ee5022e7f29e0001522a10d6eab2ca.bindPopup(popup_af04ea0525be6f94ec852f561d89071b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19ee5022e7f29e0001522a10d6eab2ca.setIcon(icon_4e106b32dade66fde88a6b75b6e03733);
|
|
|
|
|
|
var marker_9b19696080f4545767af198df6f4109c = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_2c7c37b6f808ae04b4cec992b3e8da80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8e25f2e54760299eb96d1f7e3cafeff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58314dea3ac32183197952d3ef034f2a = $(`<div id="html_58314dea3ac32183197952d3ef034f2a" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_d8e25f2e54760299eb96d1f7e3cafeff.setContent(html_58314dea3ac32183197952d3ef034f2a);
|
|
|
|
|
|
|
|
marker_9b19696080f4545767af198df6f4109c.bindPopup(popup_d8e25f2e54760299eb96d1f7e3cafeff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b19696080f4545767af198df6f4109c.setIcon(icon_2c7c37b6f808ae04b4cec992b3e8da80);
|
|
|
|
|
|
var marker_5c0de7460f534289717d61042542c506 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_38ec116bb66e7a72384db93a59c15e77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43dc5ee80ee0490cf339b17a076ebd39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3654335fc175b732dc7f61bcb90e399 = $(`<div id="html_c3654335fc175b732dc7f61bcb90e399" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_43dc5ee80ee0490cf339b17a076ebd39.setContent(html_c3654335fc175b732dc7f61bcb90e399);
|
|
|
|
|
|
|
|
marker_5c0de7460f534289717d61042542c506.bindPopup(popup_43dc5ee80ee0490cf339b17a076ebd39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c0de7460f534289717d61042542c506.setIcon(icon_38ec116bb66e7a72384db93a59c15e77);
|
|
|
|
|
|
var marker_536c2a5cb3fb919ade59720ed5bdb4ea = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_c92fdff58791ce254b2a6c8d3d647812 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7122c490f05263988f84a28932b83c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46a7efaba6e483913c2f33600bfb9eb2 = $(`<div id="html_46a7efaba6e483913c2f33600bfb9eb2" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_a7122c490f05263988f84a28932b83c3.setContent(html_46a7efaba6e483913c2f33600bfb9eb2);
|
|
|
|
|
|
|
|
marker_536c2a5cb3fb919ade59720ed5bdb4ea.bindPopup(popup_a7122c490f05263988f84a28932b83c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_536c2a5cb3fb919ade59720ed5bdb4ea.setIcon(icon_c92fdff58791ce254b2a6c8d3d647812);
|
|
|
|
|
|
var marker_ebebf6bab2710e9807205efbed4f8ff6 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_1777e150cb6f9181764da2a4300fd235 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce3b2fbfea2d6d622fbdf81fb800594d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d469714a47fdb5ec338f9c81f0dfa71 = $(`<div id="html_3d469714a47fdb5ec338f9c81f0dfa71" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_ce3b2fbfea2d6d622fbdf81fb800594d.setContent(html_3d469714a47fdb5ec338f9c81f0dfa71);
|
|
|
|
|
|
|
|
marker_ebebf6bab2710e9807205efbed4f8ff6.bindPopup(popup_ce3b2fbfea2d6d622fbdf81fb800594d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebebf6bab2710e9807205efbed4f8ff6.setIcon(icon_1777e150cb6f9181764da2a4300fd235);
|
|
|
|
|
|
var marker_cbd5f52fdb87c31d9337987b7c0632c0 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_666f23d51a6941011a09e178a0867cfb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d56dc832c196ecd7e757dd409e48bf5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93c0adc3153e583c10bf462df66e0665 = $(`<div id="html_93c0adc3153e583c10bf462df66e0665" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_2d56dc832c196ecd7e757dd409e48bf5.setContent(html_93c0adc3153e583c10bf462df66e0665);
|
|
|
|
|
|
|
|
marker_cbd5f52fdb87c31d9337987b7c0632c0.bindPopup(popup_2d56dc832c196ecd7e757dd409e48bf5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbd5f52fdb87c31d9337987b7c0632c0.setIcon(icon_666f23d51a6941011a09e178a0867cfb);
|
|
|
|
|
|
var marker_5abce48543993a77dc05d857896df737 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_c0f725186132668251505828fcbde022 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47d4ce2600bb97d952fb1ca29abe3293 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31db0163bbe17b9ca0459fd986a07995 = $(`<div id="html_31db0163bbe17b9ca0459fd986a07995" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_47d4ce2600bb97d952fb1ca29abe3293.setContent(html_31db0163bbe17b9ca0459fd986a07995);
|
|
|
|
|
|
|
|
marker_5abce48543993a77dc05d857896df737.bindPopup(popup_47d4ce2600bb97d952fb1ca29abe3293)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5abce48543993a77dc05d857896df737.setIcon(icon_c0f725186132668251505828fcbde022);
|
|
|
|
|
|
var marker_d1ecb8196d9cf6960e3656bdff96a143 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_eb769663eaba0c80f41633519a62935b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f15c83e90c93f6a2792b2500956113e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc89a64cbdaeff2c0ec9a99e3194da84 = $(`<div id="html_fc89a64cbdaeff2c0ec9a99e3194da84" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_f15c83e90c93f6a2792b2500956113e8.setContent(html_fc89a64cbdaeff2c0ec9a99e3194da84);
|
|
|
|
|
|
|
|
marker_d1ecb8196d9cf6960e3656bdff96a143.bindPopup(popup_f15c83e90c93f6a2792b2500956113e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1ecb8196d9cf6960e3656bdff96a143.setIcon(icon_eb769663eaba0c80f41633519a62935b);
|
|
|
|
|
|
var marker_7a6d802c9474b676ec6552def8205cee = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_aae5d9a98877986e6a463f0f263b4efd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a57c5598eb64850de099acd15d90ac7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8d845ee515629152ebe7eb2a744cd75 = $(`<div id="html_a8d845ee515629152ebe7eb2a744cd75" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_1a57c5598eb64850de099acd15d90ac7.setContent(html_a8d845ee515629152ebe7eb2a744cd75);
|
|
|
|
|
|
|
|
marker_7a6d802c9474b676ec6552def8205cee.bindPopup(popup_1a57c5598eb64850de099acd15d90ac7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a6d802c9474b676ec6552def8205cee.setIcon(icon_aae5d9a98877986e6a463f0f263b4efd);
|
|
|
|
|
|
var marker_f5c690b08d76dafd2bfbf6f322efc033 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_cee113c57746378a285b4ca91b7d6518 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_873d5049d498b706693f990f57ea8b70 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71d36d8a6b49924ff970ec402057c026 = $(`<div id="html_71d36d8a6b49924ff970ec402057c026" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_873d5049d498b706693f990f57ea8b70.setContent(html_71d36d8a6b49924ff970ec402057c026);
|
|
|
|
|
|
|
|
marker_f5c690b08d76dafd2bfbf6f322efc033.bindPopup(popup_873d5049d498b706693f990f57ea8b70)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5c690b08d76dafd2bfbf6f322efc033.setIcon(icon_cee113c57746378a285b4ca91b7d6518);
|
|
|
|
|
|
var marker_6aae0a91edf7c482e7ed1b75818fa285 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_09f0f240baed0d9036575e9c4b4bdcff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18bee17f4b35d36401ea924f4e0c1ad8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fed74b8745e128f315c194cedbc3d7b = $(`<div id="html_5fed74b8745e128f315c194cedbc3d7b" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_18bee17f4b35d36401ea924f4e0c1ad8.setContent(html_5fed74b8745e128f315c194cedbc3d7b);
|
|
|
|
|
|
|
|
marker_6aae0a91edf7c482e7ed1b75818fa285.bindPopup(popup_18bee17f4b35d36401ea924f4e0c1ad8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6aae0a91edf7c482e7ed1b75818fa285.setIcon(icon_09f0f240baed0d9036575e9c4b4bdcff);
|
|
|
|
|
|
var marker_c1c078c60e8e4e07b0a03c7ae66533c1 = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_57432468b5d49661f8482b8f408bddd5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63a46d385f3a994082fb3458f754b6d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2180779ce50a154927007d06652343b5 = $(`<div id="html_2180779ce50a154927007d06652343b5" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com</div>`)[0];
|
|
popup_63a46d385f3a994082fb3458f754b6d6.setContent(html_2180779ce50a154927007d06652343b5);
|
|
|
|
|
|
|
|
marker_c1c078c60e8e4e07b0a03c7ae66533c1.bindPopup(popup_63a46d385f3a994082fb3458f754b6d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1c078c60e8e4e07b0a03c7ae66533c1.setIcon(icon_57432468b5d49661f8482b8f408bddd5);
|
|
|
|
|
|
var marker_757e29a368ded59d043e33be0fcc62bc = L.marker(
|
|
[10.074, -84.2155],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_761134a4b579a8214875758f52b55a38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc7579a40c5a076e8f4c504d0dcdbb1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ccffa2f89cc50e0f3192a37433e94280 = $(`<div id="html_ccffa2f89cc50e0f3192a37433e94280" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_dc7579a40c5a076e8f4c504d0dcdbb1e.setContent(html_ccffa2f89cc50e0f3192a37433e94280);
|
|
|
|
|
|
|
|
marker_757e29a368ded59d043e33be0fcc62bc.bindPopup(popup_dc7579a40c5a076e8f4c504d0dcdbb1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_757e29a368ded59d043e33be0fcc62bc.setIcon(icon_761134a4b579a8214875758f52b55a38);
|
|
|
|
|
|
var marker_43548e03d56da110ed672b9e332600ec = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_e62bb0108184d8324a9f3fd02f5de452 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c725b2fdee03dcf07186fb69cd01eec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f673c41e013aa0a9e8561a1a9348ceb0 = $(`<div id="html_f673c41e013aa0a9e8561a1a9348ceb0" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_7c725b2fdee03dcf07186fb69cd01eec.setContent(html_f673c41e013aa0a9e8561a1a9348ceb0);
|
|
|
|
|
|
|
|
marker_43548e03d56da110ed672b9e332600ec.bindPopup(popup_7c725b2fdee03dcf07186fb69cd01eec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43548e03d56da110ed672b9e332600ec.setIcon(icon_e62bb0108184d8324a9f3fd02f5de452);
|
|
|
|
|
|
var marker_03d9b6fab5799fa3e7bfaf76ffe97341 = L.marker(
|
|
[3.139, 101.687],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_168f50a5425ab52310651207ceb5e5df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_466f1098c392e589fcc0b987975aa283 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f32af20e056241ebbd9f46ba0138398 = $(`<div id="html_9f32af20e056241ebbd9f46ba0138398" style="width: 100.0%; height: 100.0%;">bridge.tagomago.me</div>`)[0];
|
|
popup_466f1098c392e589fcc0b987975aa283.setContent(html_9f32af20e056241ebbd9f46ba0138398);
|
|
|
|
|
|
|
|
marker_03d9b6fab5799fa3e7bfaf76ffe97341.bindPopup(popup_466f1098c392e589fcc0b987975aa283)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03d9b6fab5799fa3e7bfaf76ffe97341.setIcon(icon_168f50a5425ab52310651207ceb5e5df);
|
|
|
|
|
|
var marker_df9cc97d9691df94ccd7bf8c48f66d2d = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_d595786150833d002f6cf015929ff11d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_174d2808e0c6a01425f374266f55b710 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21cc16435f8fe99d3697aa6836e13d48 = $(`<div id="html_21cc16435f8fe99d3697aa6836e13d48" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_174d2808e0c6a01425f374266f55b710.setContent(html_21cc16435f8fe99d3697aa6836e13d48);
|
|
|
|
|
|
|
|
marker_df9cc97d9691df94ccd7bf8c48f66d2d.bindPopup(popup_174d2808e0c6a01425f374266f55b710)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df9cc97d9691df94ccd7bf8c48f66d2d.setIcon(icon_d595786150833d002f6cf015929ff11d);
|
|
|
|
|
|
var marker_bc784c3f1e1a44b8c89bb1ec79f062f5 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_5a6ede0535d287a83a7779dde265c44e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_866d16d199b6954f0fc37f83f7be6fb3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a83b232d3c2f8903a0172136abbeb311 = $(`<div id="html_a83b232d3c2f8903a0172136abbeb311" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_866d16d199b6954f0fc37f83f7be6fb3.setContent(html_a83b232d3c2f8903a0172136abbeb311);
|
|
|
|
|
|
|
|
marker_bc784c3f1e1a44b8c89bb1ec79f062f5.bindPopup(popup_866d16d199b6954f0fc37f83f7be6fb3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc784c3f1e1a44b8c89bb1ec79f062f5.setIcon(icon_5a6ede0535d287a83a7779dde265c44e);
|
|
|
|
|
|
var marker_e33ee9cbd81e8937395c5fd7943ae6e4 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_3eee9a6566dbd15fb002bdf884b0fea0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b54e6e87246cc273f95ef4947830018 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_579df8dee14baea1e09649bfab67a702 = $(`<div id="html_579df8dee14baea1e09649bfab67a702" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_1b54e6e87246cc273f95ef4947830018.setContent(html_579df8dee14baea1e09649bfab67a702);
|
|
|
|
|
|
|
|
marker_e33ee9cbd81e8937395c5fd7943ae6e4.bindPopup(popup_1b54e6e87246cc273f95ef4947830018)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e33ee9cbd81e8937395c5fd7943ae6e4.setIcon(icon_3eee9a6566dbd15fb002bdf884b0fea0);
|
|
|
|
|
|
var marker_e78df9a4e00fde9c9a166edc8dd95496 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_e9e0e238ea89b60ed707d9b2dc369ac6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42276209af04ebf2cb365cf019c4b66a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d06735dbadd6cb0e027dd720ba21955 = $(`<div id="html_8d06735dbadd6cb0e027dd720ba21955" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_42276209af04ebf2cb365cf019c4b66a.setContent(html_8d06735dbadd6cb0e027dd720ba21955);
|
|
|
|
|
|
|
|
marker_e78df9a4e00fde9c9a166edc8dd95496.bindPopup(popup_42276209af04ebf2cb365cf019c4b66a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e78df9a4e00fde9c9a166edc8dd95496.setIcon(icon_e9e0e238ea89b60ed707d9b2dc369ac6);
|
|
|
|
|
|
var marker_3bb9e00acbd555fdec9261daf5ad4fbe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_bffe6819ee47d89f7a387b3427341753 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4268ff79cf1baa4f2b3b7de59a8b802 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf2ac34871e01b55d729acbf61c8506d = $(`<div id="html_bf2ac34871e01b55d729acbf61c8506d" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_b4268ff79cf1baa4f2b3b7de59a8b802.setContent(html_bf2ac34871e01b55d729acbf61c8506d);
|
|
|
|
|
|
|
|
marker_3bb9e00acbd555fdec9261daf5ad4fbe.bindPopup(popup_b4268ff79cf1baa4f2b3b7de59a8b802)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bb9e00acbd555fdec9261daf5ad4fbe.setIcon(icon_bffe6819ee47d89f7a387b3427341753);
|
|
|
|
|
|
var marker_020ba70ee019a0ed6af9eb362a77b4ff = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_9eb91fb5dca6f642745568d56a5bfc7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d91f96c7f847e5659599a2216604f0c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcbc2fa0ca644b8676bbf8aa802d0460 = $(`<div id="html_fcbc2fa0ca644b8676bbf8aa802d0460" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_d91f96c7f847e5659599a2216604f0c8.setContent(html_fcbc2fa0ca644b8676bbf8aa802d0460);
|
|
|
|
|
|
|
|
marker_020ba70ee019a0ed6af9eb362a77b4ff.bindPopup(popup_d91f96c7f847e5659599a2216604f0c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_020ba70ee019a0ed6af9eb362a77b4ff.setIcon(icon_9eb91fb5dca6f642745568d56a5bfc7c);
|
|
|
|
|
|
var marker_98e5b660ac256cdc9d52a75de7cf1af8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_3ddc9626b0468dd65a6e6ff70679f374 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87149a6f081e977fec55e936080c4e0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d3a10b3a4cd1169ce7b0cb0741c7bd5 = $(`<div id="html_6d3a10b3a4cd1169ce7b0cb0741c7bd5" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_87149a6f081e977fec55e936080c4e0c.setContent(html_6d3a10b3a4cd1169ce7b0cb0741c7bd5);
|
|
|
|
|
|
|
|
marker_98e5b660ac256cdc9d52a75de7cf1af8.bindPopup(popup_87149a6f081e977fec55e936080c4e0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98e5b660ac256cdc9d52a75de7cf1af8.setIcon(icon_3ddc9626b0468dd65a6e6ff70679f374);
|
|
|
|
|
|
var marker_c1a256186eef3b5f49480205c455d525 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_23d545ec4e0cb225d0160344ea871f22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc0a7a7d3a2c5b5bf2d1afa38f5fc38a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a7ab5edd64e010d38053702152d8239 = $(`<div id="html_0a7ab5edd64e010d38053702152d8239" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_cc0a7a7d3a2c5b5bf2d1afa38f5fc38a.setContent(html_0a7ab5edd64e010d38053702152d8239);
|
|
|
|
|
|
|
|
marker_c1a256186eef3b5f49480205c455d525.bindPopup(popup_cc0a7a7d3a2c5b5bf2d1afa38f5fc38a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1a256186eef3b5f49480205c455d525.setIcon(icon_23d545ec4e0cb225d0160344ea871f22);
|
|
|
|
|
|
var marker_340314635322308d81904da28672028b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_67e8f6ecf86e1e5a49b804093a5e942c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_737e256be7fa9dc4f542fc8b561e1763 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67c91e96b0fb54917034a93d2d0cef91 = $(`<div id="html_67c91e96b0fb54917034a93d2d0cef91" style="width: 100.0%; height: 100.0%;">relay.solife.me</div>`)[0];
|
|
popup_737e256be7fa9dc4f542fc8b561e1763.setContent(html_67c91e96b0fb54917034a93d2d0cef91);
|
|
|
|
|
|
|
|
marker_340314635322308d81904da28672028b.bindPopup(popup_737e256be7fa9dc4f542fc8b561e1763)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_340314635322308d81904da28672028b.setIcon(icon_67e8f6ecf86e1e5a49b804093a5e942c);
|
|
|
|
|
|
var marker_aadbf2b2bc8219f6def5dbd750480bb6 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_fb29fe46fa728c4dfe75833fcd26cc3b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d67791da7b2c65cc58ab961a2dfafbcf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45f3f68f2dedbdafecc8e14b02f004d4 = $(`<div id="html_45f3f68f2dedbdafecc8e14b02f004d4" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_d67791da7b2c65cc58ab961a2dfafbcf.setContent(html_45f3f68f2dedbdafecc8e14b02f004d4);
|
|
|
|
|
|
|
|
marker_aadbf2b2bc8219f6def5dbd750480bb6.bindPopup(popup_d67791da7b2c65cc58ab961a2dfafbcf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aadbf2b2bc8219f6def5dbd750480bb6.setIcon(icon_fb29fe46fa728c4dfe75833fcd26cc3b);
|
|
|
|
|
|
var marker_e6f050285cce2fd4cd2c2aa1ddf42778 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_4d5a2eb097d031549054318810d56cc5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_517f2d4cc22121854665aa42fb4cb7cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc0a5770d4790d3bb868582f4bcaf5b8 = $(`<div id="html_bc0a5770d4790d3bb868582f4bcaf5b8" style="width: 100.0%; height: 100.0%;">orly-relay.imwald.eu</div>`)[0];
|
|
popup_517f2d4cc22121854665aa42fb4cb7cf.setContent(html_bc0a5770d4790d3bb868582f4bcaf5b8);
|
|
|
|
|
|
|
|
marker_e6f050285cce2fd4cd2c2aa1ddf42778.bindPopup(popup_517f2d4cc22121854665aa42fb4cb7cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6f050285cce2fd4cd2c2aa1ddf42778.setIcon(icon_4d5a2eb097d031549054318810d56cc5);
|
|
|
|
|
|
var marker_7ecf4694f4a16dedf8643ec8ed623a8a = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_3e5d8200cc1c2efd37378017bf853c81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb9392a4fea614c7a7eac2872d5b8700 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_394013cc08c63989ece1bdfcbbe45c9f = $(`<div id="html_394013cc08c63989ece1bdfcbbe45c9f" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_bb9392a4fea614c7a7eac2872d5b8700.setContent(html_394013cc08c63989ece1bdfcbbe45c9f);
|
|
|
|
|
|
|
|
marker_7ecf4694f4a16dedf8643ec8ed623a8a.bindPopup(popup_bb9392a4fea614c7a7eac2872d5b8700)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ecf4694f4a16dedf8643ec8ed623a8a.setIcon(icon_3e5d8200cc1c2efd37378017bf853c81);
|
|
|
|
|
|
var marker_4ae7e0c612b68e6d4a51b99639ad2eaa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_6a1cd38306e966bd5a8f15127004496d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00bc51d5787ffa7f2375e03762d38f5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50d8e6b2241ae47ca57de4f604261022 = $(`<div id="html_50d8e6b2241ae47ca57de4f604261022" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_00bc51d5787ffa7f2375e03762d38f5d.setContent(html_50d8e6b2241ae47ca57de4f604261022);
|
|
|
|
|
|
|
|
marker_4ae7e0c612b68e6d4a51b99639ad2eaa.bindPopup(popup_00bc51d5787ffa7f2375e03762d38f5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ae7e0c612b68e6d4a51b99639ad2eaa.setIcon(icon_6a1cd38306e966bd5a8f15127004496d);
|
|
|
|
|
|
var marker_4e01b3733017e32acde217eb05505d84 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_5d90f985a8422021677aed4b6f0fc360 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_405ed7043436010b12d45329277150ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ecad78df465792fdd0ab13eb8c180c6 = $(`<div id="html_2ecad78df465792fdd0ab13eb8c180c6" style="width: 100.0%; height: 100.0%;">nstr.a0a1.space</div>`)[0];
|
|
popup_405ed7043436010b12d45329277150ff.setContent(html_2ecad78df465792fdd0ab13eb8c180c6);
|
|
|
|
|
|
|
|
marker_4e01b3733017e32acde217eb05505d84.bindPopup(popup_405ed7043436010b12d45329277150ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e01b3733017e32acde217eb05505d84.setIcon(icon_5d90f985a8422021677aed4b6f0fc360);
|
|
|
|
|
|
var marker_05870d02cac95a64a0625b9ea78383d6 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_7f94592bffce2a4340ecc71cc26219a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c670ec4c508378fbc74e78498d1afe95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48250d14028c15c787e6180d90e7f33e = $(`<div id="html_48250d14028c15c787e6180d90e7f33e" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_c670ec4c508378fbc74e78498d1afe95.setContent(html_48250d14028c15c787e6180d90e7f33e);
|
|
|
|
|
|
|
|
marker_05870d02cac95a64a0625b9ea78383d6.bindPopup(popup_c670ec4c508378fbc74e78498d1afe95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05870d02cac95a64a0625b9ea78383d6.setIcon(icon_7f94592bffce2a4340ecc71cc26219a8);
|
|
|
|
|
|
var marker_2b4f9778abb7c0a344eddb2d1a6cc39c = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_c5a390003fb869e53b66e5ec219dd9e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4cd642e85bc5442f442b32dc49539e9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2e975c8a18e27220d02fad5fcfc047d = $(`<div id="html_a2e975c8a18e27220d02fad5fcfc047d" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_4cd642e85bc5442f442b32dc49539e9f.setContent(html_a2e975c8a18e27220d02fad5fcfc047d);
|
|
|
|
|
|
|
|
marker_2b4f9778abb7c0a344eddb2d1a6cc39c.bindPopup(popup_4cd642e85bc5442f442b32dc49539e9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b4f9778abb7c0a344eddb2d1a6cc39c.setIcon(icon_c5a390003fb869e53b66e5ec219dd9e4);
|
|
|
|
|
|
var marker_018bd12fe7ce3fa9b220e2a05a6e8101 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_36b49c6244f9d818e026acafb8af639d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bd076792db8788fc109023f1d0d7121 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_864050a7cd0f366837f4b07416cf1319 = $(`<div id="html_864050a7cd0f366837f4b07416cf1319" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_7bd076792db8788fc109023f1d0d7121.setContent(html_864050a7cd0f366837f4b07416cf1319);
|
|
|
|
|
|
|
|
marker_018bd12fe7ce3fa9b220e2a05a6e8101.bindPopup(popup_7bd076792db8788fc109023f1d0d7121)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_018bd12fe7ce3fa9b220e2a05a6e8101.setIcon(icon_36b49c6244f9d818e026acafb8af639d);
|
|
|
|
|
|
var marker_526cf5f7f95334cfdad013a28a32c65f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_a0c60e20e30d4d39382ee62902d645c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ab4bb2f7aff1047e0e87c4bba469f9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71df45eb54181d596324d9d94d84e9b8 = $(`<div id="html_71df45eb54181d596324d9d94d84e9b8" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_9ab4bb2f7aff1047e0e87c4bba469f9d.setContent(html_71df45eb54181d596324d9d94d84e9b8);
|
|
|
|
|
|
|
|
marker_526cf5f7f95334cfdad013a28a32c65f.bindPopup(popup_9ab4bb2f7aff1047e0e87c4bba469f9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_526cf5f7f95334cfdad013a28a32c65f.setIcon(icon_a0c60e20e30d4d39382ee62902d645c9);
|
|
|
|
|
|
var marker_9ec7f3dc3f75be7e237651e1de7bc13b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_e176cdc614404d0a202c9186530231be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2977d07e8d367d7b682465bfdd55af59 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c58d26af5871fd0f3fd2155deefd308 = $(`<div id="html_1c58d26af5871fd0f3fd2155deefd308" style="width: 100.0%; height: 100.0%;">relay.shadowbip.com</div>`)[0];
|
|
popup_2977d07e8d367d7b682465bfdd55af59.setContent(html_1c58d26af5871fd0f3fd2155deefd308);
|
|
|
|
|
|
|
|
marker_9ec7f3dc3f75be7e237651e1de7bc13b.bindPopup(popup_2977d07e8d367d7b682465bfdd55af59)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ec7f3dc3f75be7e237651e1de7bc13b.setIcon(icon_e176cdc614404d0a202c9186530231be);
|
|
|
|
|
|
var marker_fdd69c548d2b465ccd2268978dac99f7 = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_42e5d80f4e414b0ba28ba4a06b12639d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86d0ebec28d3e2dfb69afcfb6a916548 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d511282c313804f0fe6258242388fac8 = $(`<div id="html_d511282c313804f0fe6258242388fac8" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_86d0ebec28d3e2dfb69afcfb6a916548.setContent(html_d511282c313804f0fe6258242388fac8);
|
|
|
|
|
|
|
|
marker_fdd69c548d2b465ccd2268978dac99f7.bindPopup(popup_86d0ebec28d3e2dfb69afcfb6a916548)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdd69c548d2b465ccd2268978dac99f7.setIcon(icon_42e5d80f4e414b0ba28ba4a06b12639d);
|
|
|
|
|
|
var marker_57cace90c56eff1a4648908afd49de5c = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_aec551d22065353fc0e080109b916429 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83670f492365666cf53d472d3711e716 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46516894fb14a84b68b94255cfc61c57 = $(`<div id="html_46516894fb14a84b68b94255cfc61c57" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_83670f492365666cf53d472d3711e716.setContent(html_46516894fb14a84b68b94255cfc61c57);
|
|
|
|
|
|
|
|
marker_57cace90c56eff1a4648908afd49de5c.bindPopup(popup_83670f492365666cf53d472d3711e716)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57cace90c56eff1a4648908afd49de5c.setIcon(icon_aec551d22065353fc0e080109b916429);
|
|
|
|
|
|
var marker_d8f8f70170187898484e163c1f68d380 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_46edfa244da621850a26e63347828c04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_322b4d7668140233d286670cfa91b599 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41c6dffce9280b9ceace61b19a772914 = $(`<div id="html_41c6dffce9280b9ceace61b19a772914" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_322b4d7668140233d286670cfa91b599.setContent(html_41c6dffce9280b9ceace61b19a772914);
|
|
|
|
|
|
|
|
marker_d8f8f70170187898484e163c1f68d380.bindPopup(popup_322b4d7668140233d286670cfa91b599)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8f8f70170187898484e163c1f68d380.setIcon(icon_46edfa244da621850a26e63347828c04);
|
|
|
|
|
|
var marker_1ef542c77d0abac9cecf799006fc87b4 = L.marker(
|
|
[22.3193, 114.169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_6096f7eb67df2aa4108479fd029faf7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cfc792482f4d9d97ecdb9c04acbe2b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_356ee67fe2757ca1f74697c8d1e40a72 = $(`<div id="html_356ee67fe2757ca1f74697c8d1e40a72" style="width: 100.0%; height: 100.0%;">relay2.liberbitworld.org</div>`)[0];
|
|
popup_5cfc792482f4d9d97ecdb9c04acbe2b9.setContent(html_356ee67fe2757ca1f74697c8d1e40a72);
|
|
|
|
|
|
|
|
marker_1ef542c77d0abac9cecf799006fc87b4.bindPopup(popup_5cfc792482f4d9d97ecdb9c04acbe2b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ef542c77d0abac9cecf799006fc87b4.setIcon(icon_6096f7eb67df2aa4108479fd029faf7a);
|
|
|
|
|
|
var marker_3d18135d3b2b470a5a3a5f110389efa4 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_d0a4a5b9af085558832c6457739b4bb8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f55245bf91986ffa374a217ecff1fc7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c52b2b19aecddafd3dba21536ce63c30 = $(`<div id="html_c52b2b19aecddafd3dba21536ce63c30" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_f55245bf91986ffa374a217ecff1fc7c.setContent(html_c52b2b19aecddafd3dba21536ce63c30);
|
|
|
|
|
|
|
|
marker_3d18135d3b2b470a5a3a5f110389efa4.bindPopup(popup_f55245bf91986ffa374a217ecff1fc7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d18135d3b2b470a5a3a5f110389efa4.setIcon(icon_d0a4a5b9af085558832c6457739b4bb8);
|
|
|
|
|
|
var marker_bb1100f05b3cdda86bbfabfdca92ea68 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_da46c3251a58474b8917ccb491342834 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a065254119ba7bf8e0cf0de2a65b65e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab5dbc7d33013b98a11569c2c788a77f = $(`<div id="html_ab5dbc7d33013b98a11569c2c788a77f" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_2a065254119ba7bf8e0cf0de2a65b65e.setContent(html_ab5dbc7d33013b98a11569c2c788a77f);
|
|
|
|
|
|
|
|
marker_bb1100f05b3cdda86bbfabfdca92ea68.bindPopup(popup_2a065254119ba7bf8e0cf0de2a65b65e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb1100f05b3cdda86bbfabfdca92ea68.setIcon(icon_da46c3251a58474b8917ccb491342834);
|
|
|
|
|
|
var marker_d058193a8f76f9b0ffd33ed3f1c74b95 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_828a183d3bb148e7a37f7824705a6e59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2f1e8f0fd7ad6bd0afba183ca42d61f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7f6ac0617d5b1114fa6f676c6e8a944 = $(`<div id="html_c7f6ac0617d5b1114fa6f676c6e8a944" style="width: 100.0%; height: 100.0%;">dev.architectcontext.aarpia.net</div>`)[0];
|
|
popup_f2f1e8f0fd7ad6bd0afba183ca42d61f.setContent(html_c7f6ac0617d5b1114fa6f676c6e8a944);
|
|
|
|
|
|
|
|
marker_d058193a8f76f9b0ffd33ed3f1c74b95.bindPopup(popup_f2f1e8f0fd7ad6bd0afba183ca42d61f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d058193a8f76f9b0ffd33ed3f1c74b95.setIcon(icon_828a183d3bb148e7a37f7824705a6e59);
|
|
|
|
|
|
var marker_41c361ff1307eabc27579c14206831a4 = L.marker(
|
|
[1.27994, 103.849],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_5202267770e97c5fa90312681da943fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74d5d61141830e54a8dbb23235618709 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdadad567529dfb030b05ea21a188844 = $(`<div id="html_bdadad567529dfb030b05ea21a188844" style="width: 100.0%; height: 100.0%;">nostr.aruku.ovh</div>`)[0];
|
|
popup_74d5d61141830e54a8dbb23235618709.setContent(html_bdadad567529dfb030b05ea21a188844);
|
|
|
|
|
|
|
|
marker_41c361ff1307eabc27579c14206831a4.bindPopup(popup_74d5d61141830e54a8dbb23235618709)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41c361ff1307eabc27579c14206831a4.setIcon(icon_5202267770e97c5fa90312681da943fb);
|
|
|
|
|
|
var marker_2899a0827f88503015e3f3813bbb0c1f = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_c6a4472bc9ad6bb07077c4944a21b2f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4450d9171f535189347bf5d88a15b204 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08303a9f2a9bab2563dbc43222d2b780 = $(`<div id="html_08303a9f2a9bab2563dbc43222d2b780" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_4450d9171f535189347bf5d88a15b204.setContent(html_08303a9f2a9bab2563dbc43222d2b780);
|
|
|
|
|
|
|
|
marker_2899a0827f88503015e3f3813bbb0c1f.bindPopup(popup_4450d9171f535189347bf5d88a15b204)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2899a0827f88503015e3f3813bbb0c1f.setIcon(icon_c6a4472bc9ad6bb07077c4944a21b2f3);
|
|
|
|
|
|
var marker_9d71765c295f46d5e6331c56cd0f9f68 = L.marker(
|
|
[36.9104, -89.5875],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_2e75a998369a79bd3e129eee04a5fc05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62af79e16ea79a2e6b4b37c99c3f0a55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de779f079fe0a2b4a2343d3f71327262 = $(`<div id="html_de779f079fe0a2b4a2343d3f71327262" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_62af79e16ea79a2e6b4b37c99c3f0a55.setContent(html_de779f079fe0a2b4a2343d3f71327262);
|
|
|
|
|
|
|
|
marker_9d71765c295f46d5e6331c56cd0f9f68.bindPopup(popup_62af79e16ea79a2e6b4b37c99c3f0a55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d71765c295f46d5e6331c56cd0f9f68.setIcon(icon_2e75a998369a79bd3e129eee04a5fc05);
|
|
|
|
|
|
var marker_60ff5e6e3a3c4e589e76ba1a6c8395a6 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_f98c74fc27ea9e65d10a7065d47fe921 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1670963734844944cbceb9d98e3a61c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a1a44529876ad07eb366538e53c7dfb = $(`<div id="html_1a1a44529876ad07eb366538e53c7dfb" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_1670963734844944cbceb9d98e3a61c5.setContent(html_1a1a44529876ad07eb366538e53c7dfb);
|
|
|
|
|
|
|
|
marker_60ff5e6e3a3c4e589e76ba1a6c8395a6.bindPopup(popup_1670963734844944cbceb9d98e3a61c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60ff5e6e3a3c4e589e76ba1a6c8395a6.setIcon(icon_f98c74fc27ea9e65d10a7065d47fe921);
|
|
|
|
|
|
var marker_16487d2a26c91a3fa63186027e5b7368 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_6d37a72f7e8da00fbd7d7e1b36023eb8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_313a537b6f8e95071b5b69c6ca3fd772 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eab7d92a790ee648a783550ef5529a8b = $(`<div id="html_eab7d92a790ee648a783550ef5529a8b" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_313a537b6f8e95071b5b69c6ca3fd772.setContent(html_eab7d92a790ee648a783550ef5529a8b);
|
|
|
|
|
|
|
|
marker_16487d2a26c91a3fa63186027e5b7368.bindPopup(popup_313a537b6f8e95071b5b69c6ca3fd772)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16487d2a26c91a3fa63186027e5b7368.setIcon(icon_6d37a72f7e8da00fbd7d7e1b36023eb8);
|
|
|
|
|
|
var marker_867d7e09a8ee4d678f86456df92885f1 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_1f7cc8bb5bcf4447cc538c54ec5ee51e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_013b594884f7ca035f50b05bacdc6d54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85fc2fadfdcb81d47c117db41ecda03f = $(`<div id="html_85fc2fadfdcb81d47c117db41ecda03f" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_013b594884f7ca035f50b05bacdc6d54.setContent(html_85fc2fadfdcb81d47c117db41ecda03f);
|
|
|
|
|
|
|
|
marker_867d7e09a8ee4d678f86456df92885f1.bindPopup(popup_013b594884f7ca035f50b05bacdc6d54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_867d7e09a8ee4d678f86456df92885f1.setIcon(icon_1f7cc8bb5bcf4447cc538c54ec5ee51e);
|
|
|
|
|
|
var marker_0b19f2fff4a4e496e8fd47b62b05e832 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_dfc4914c2a561932638fb8968e4d7cb1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0604ca315f02477226c1c0b1c80a9115 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6088ffce91bafcbd55016c41ffa7fef4 = $(`<div id="html_6088ffce91bafcbd55016c41ffa7fef4" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_0604ca315f02477226c1c0b1c80a9115.setContent(html_6088ffce91bafcbd55016c41ffa7fef4);
|
|
|
|
|
|
|
|
marker_0b19f2fff4a4e496e8fd47b62b05e832.bindPopup(popup_0604ca315f02477226c1c0b1c80a9115)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b19f2fff4a4e496e8fd47b62b05e832.setIcon(icon_dfc4914c2a561932638fb8968e4d7cb1);
|
|
|
|
|
|
var marker_a0658e488abfda485a9774f98a8db8a4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_ab768970c6da7b0fd49565a27820314f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e7a98b77087a74152f0c87746cee688 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b74cc376ae2b5307b1ad1fe881bb21c8 = $(`<div id="html_b74cc376ae2b5307b1ad1fe881bb21c8" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_5e7a98b77087a74152f0c87746cee688.setContent(html_b74cc376ae2b5307b1ad1fe881bb21c8);
|
|
|
|
|
|
|
|
marker_a0658e488abfda485a9774f98a8db8a4.bindPopup(popup_5e7a98b77087a74152f0c87746cee688)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0658e488abfda485a9774f98a8db8a4.setIcon(icon_ab768970c6da7b0fd49565a27820314f);
|
|
|
|
|
|
var marker_7b865ea0ddfb26f566619ae60eb996c4 = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_1206586b82c353cea7a73b5730300fd8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cede9d9c81e7001be3252e94a178b40d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9ad803ebf141287ca561c4002519449 = $(`<div id="html_c9ad803ebf141287ca561c4002519449" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_cede9d9c81e7001be3252e94a178b40d.setContent(html_c9ad803ebf141287ca561c4002519449);
|
|
|
|
|
|
|
|
marker_7b865ea0ddfb26f566619ae60eb996c4.bindPopup(popup_cede9d9c81e7001be3252e94a178b40d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b865ea0ddfb26f566619ae60eb996c4.setIcon(icon_1206586b82c353cea7a73b5730300fd8);
|
|
|
|
|
|
var marker_1896305b3e387c2ff392c3c1686d83a1 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_b9be72e2b5b6f9fd463f4471fb38808a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d2e89eaadb8ecce4807dc33ff05bee8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea9cb43fbe433ea4a7e5f19f2500e0a4 = $(`<div id="html_ea9cb43fbe433ea4a7e5f19f2500e0a4" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_4d2e89eaadb8ecce4807dc33ff05bee8.setContent(html_ea9cb43fbe433ea4a7e5f19f2500e0a4);
|
|
|
|
|
|
|
|
marker_1896305b3e387c2ff392c3c1686d83a1.bindPopup(popup_4d2e89eaadb8ecce4807dc33ff05bee8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1896305b3e387c2ff392c3c1686d83a1.setIcon(icon_b9be72e2b5b6f9fd463f4471fb38808a);
|
|
|
|
|
|
var marker_b431bb2faab526c5d3bf8eeb00541a87 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_4d14945eb4f9693b1bf8f97a4520bf14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53270225387f723b43dbde0aac3f39d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3273e9572bbcf3d95504c4ad37bf18a5 = $(`<div id="html_3273e9572bbcf3d95504c4ad37bf18a5" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_53270225387f723b43dbde0aac3f39d1.setContent(html_3273e9572bbcf3d95504c4ad37bf18a5);
|
|
|
|
|
|
|
|
marker_b431bb2faab526c5d3bf8eeb00541a87.bindPopup(popup_53270225387f723b43dbde0aac3f39d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b431bb2faab526c5d3bf8eeb00541a87.setIcon(icon_4d14945eb4f9693b1bf8f97a4520bf14);
|
|
|
|
|
|
var marker_228ba9f5e33f7eb6a6fee4d1a9b6ce72 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_968d479bb02a603e6d289a2ae8ac32d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b562a1f5486ff5a97d9260acf72df38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7e8132b4cc5bcf66535f056eda18045 = $(`<div id="html_b7e8132b4cc5bcf66535f056eda18045" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_6b562a1f5486ff5a97d9260acf72df38.setContent(html_b7e8132b4cc5bcf66535f056eda18045);
|
|
|
|
|
|
|
|
marker_228ba9f5e33f7eb6a6fee4d1a9b6ce72.bindPopup(popup_6b562a1f5486ff5a97d9260acf72df38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_228ba9f5e33f7eb6a6fee4d1a9b6ce72.setIcon(icon_968d479bb02a603e6d289a2ae8ac32d2);
|
|
|
|
|
|
var marker_a4d5983d0fdc10a0004e098905460355 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_1c9957a27bc7fa1359fc866e837e23b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13f31bf44e8ffb1711ddc8388bc1edec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2c48195d587084cb0265e70488e5ebe = $(`<div id="html_b2c48195d587084cb0265e70488e5ebe" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_13f31bf44e8ffb1711ddc8388bc1edec.setContent(html_b2c48195d587084cb0265e70488e5ebe);
|
|
|
|
|
|
|
|
marker_a4d5983d0fdc10a0004e098905460355.bindPopup(popup_13f31bf44e8ffb1711ddc8388bc1edec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4d5983d0fdc10a0004e098905460355.setIcon(icon_1c9957a27bc7fa1359fc866e837e23b1);
|
|
|
|
|
|
var marker_5c32270cc1fb5f6525f8e95638a0bbef = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_85f59d8ab2192959d2c201dfeee2023f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e776fc29fa1464ae0a57229d53031f5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b536233c30491280e214e2d19815e74 = $(`<div id="html_9b536233c30491280e214e2d19815e74" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_e776fc29fa1464ae0a57229d53031f5a.setContent(html_9b536233c30491280e214e2d19815e74);
|
|
|
|
|
|
|
|
marker_5c32270cc1fb5f6525f8e95638a0bbef.bindPopup(popup_e776fc29fa1464ae0a57229d53031f5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c32270cc1fb5f6525f8e95638a0bbef.setIcon(icon_85f59d8ab2192959d2c201dfeee2023f);
|
|
|
|
|
|
var marker_cb6b44384e729cd3ec91af5e451376b2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_2e4b26e45cdf54d9dc5395c57007951e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e937d823a33af85e727b4b3c9ea2ee8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6914e516fd4650449f1616d1bde5fa78 = $(`<div id="html_6914e516fd4650449f1616d1bde5fa78" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_9e937d823a33af85e727b4b3c9ea2ee8.setContent(html_6914e516fd4650449f1616d1bde5fa78);
|
|
|
|
|
|
|
|
marker_cb6b44384e729cd3ec91af5e451376b2.bindPopup(popup_9e937d823a33af85e727b4b3c9ea2ee8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb6b44384e729cd3ec91af5e451376b2.setIcon(icon_2e4b26e45cdf54d9dc5395c57007951e);
|
|
|
|
|
|
var marker_398f1355e501c69d8e3965d6dca6e344 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_ad2ca6d4ece44dae0cd084f51d0d7ef9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef9484612fe487ebc8fdcfa301958c81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7918ee198b2eb0a87c892f99ac7cb5b5 = $(`<div id="html_7918ee198b2eb0a87c892f99ac7cb5b5" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_ef9484612fe487ebc8fdcfa301958c81.setContent(html_7918ee198b2eb0a87c892f99ac7cb5b5);
|
|
|
|
|
|
|
|
marker_398f1355e501c69d8e3965d6dca6e344.bindPopup(popup_ef9484612fe487ebc8fdcfa301958c81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_398f1355e501c69d8e3965d6dca6e344.setIcon(icon_ad2ca6d4ece44dae0cd084f51d0d7ef9);
|
|
|
|
|
|
var marker_a98717384a066add49f4d7426e2b25a8 = L.marker(
|
|
[35.6916, 139.768],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_15e2e836a1aeb5af8ec94ea81cce03ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0aeecf1002a6e4584623813f3acaafe5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_468d7fb1d7bcfad401a7f4ae311d9675 = $(`<div id="html_468d7fb1d7bcfad401a7f4ae311d9675" style="width: 100.0%; height: 100.0%;">relay.purplefrog.cloud</div>`)[0];
|
|
popup_0aeecf1002a6e4584623813f3acaafe5.setContent(html_468d7fb1d7bcfad401a7f4ae311d9675);
|
|
|
|
|
|
|
|
marker_a98717384a066add49f4d7426e2b25a8.bindPopup(popup_0aeecf1002a6e4584623813f3acaafe5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a98717384a066add49f4d7426e2b25a8.setIcon(icon_15e2e836a1aeb5af8ec94ea81cce03ef);
|
|
|
|
|
|
var marker_58a70a3bef95023267b63ef5ee581381 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_8b7237c8b6146cbbf5cb77ec8cb07447 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79252634075e6c430615c93cd3a2fb67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d81033a5d70862105539f339234fee7 = $(`<div id="html_0d81033a5d70862105539f339234fee7" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_79252634075e6c430615c93cd3a2fb67.setContent(html_0d81033a5d70862105539f339234fee7);
|
|
|
|
|
|
|
|
marker_58a70a3bef95023267b63ef5ee581381.bindPopup(popup_79252634075e6c430615c93cd3a2fb67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58a70a3bef95023267b63ef5ee581381.setIcon(icon_8b7237c8b6146cbbf5cb77ec8cb07447);
|
|
|
|
|
|
var marker_4cccc6bed93c31e9fe1eeb5c09fcb3f6 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_b9becd956a61901714f41b57e66bf52f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77d48e105584b1cd1f862b836ff57c2c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20c1ba7657459b72d3bd202cf88a53d9 = $(`<div id="html_20c1ba7657459b72d3bd202cf88a53d9" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_77d48e105584b1cd1f862b836ff57c2c.setContent(html_20c1ba7657459b72d3bd202cf88a53d9);
|
|
|
|
|
|
|
|
marker_4cccc6bed93c31e9fe1eeb5c09fcb3f6.bindPopup(popup_77d48e105584b1cd1f862b836ff57c2c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cccc6bed93c31e9fe1eeb5c09fcb3f6.setIcon(icon_b9becd956a61901714f41b57e66bf52f);
|
|
|
|
|
|
var marker_638aaf9c4ff1f132a18ca1926c22ed8d = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_8f3c55839681dad28df61d24568464d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f20445a76de71a1bc09bc831227c9fd4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_558f75d2e01acd15780fd6d2a83db46f = $(`<div id="html_558f75d2e01acd15780fd6d2a83db46f" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_f20445a76de71a1bc09bc831227c9fd4.setContent(html_558f75d2e01acd15780fd6d2a83db46f);
|
|
|
|
|
|
|
|
marker_638aaf9c4ff1f132a18ca1926c22ed8d.bindPopup(popup_f20445a76de71a1bc09bc831227c9fd4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_638aaf9c4ff1f132a18ca1926c22ed8d.setIcon(icon_8f3c55839681dad28df61d24568464d3);
|
|
|
|
|
|
var marker_1bcc0f071964fc72cc67cc03f846e13d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_db5e3709879f91ed8afce8fec3253527 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c5f58fe80caa073725278144f249880 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_120d0b0b88386b499395638c037c1774 = $(`<div id="html_120d0b0b88386b499395638c037c1774" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_8c5f58fe80caa073725278144f249880.setContent(html_120d0b0b88386b499395638c037c1774);
|
|
|
|
|
|
|
|
marker_1bcc0f071964fc72cc67cc03f846e13d.bindPopup(popup_8c5f58fe80caa073725278144f249880)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bcc0f071964fc72cc67cc03f846e13d.setIcon(icon_db5e3709879f91ed8afce8fec3253527);
|
|
|
|
|
|
var marker_06c194afad4a39ec2f1f45770ec1dec1 = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_ed03f9859f00b66fd8ba7c6f311ea265 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12a6225ac9698c2b9f2ca4d543d04222 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d559e35b0d40753673cb66ee664d2a2 = $(`<div id="html_6d559e35b0d40753673cb66ee664d2a2" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_12a6225ac9698c2b9f2ca4d543d04222.setContent(html_6d559e35b0d40753673cb66ee664d2a2);
|
|
|
|
|
|
|
|
marker_06c194afad4a39ec2f1f45770ec1dec1.bindPopup(popup_12a6225ac9698c2b9f2ca4d543d04222)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06c194afad4a39ec2f1f45770ec1dec1.setIcon(icon_ed03f9859f00b66fd8ba7c6f311ea265);
|
|
|
|
|
|
var marker_84b54808b2ff48adf6700136dd15e1cf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_99affa0ee4e1c3f273848cee53c24942 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45b3de3dbddf742bd73714bbcf7bc4a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_382a01dd1c1293db185832bba559c488 = $(`<div id="html_382a01dd1c1293db185832bba559c488" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_45b3de3dbddf742bd73714bbcf7bc4a6.setContent(html_382a01dd1c1293db185832bba559c488);
|
|
|
|
|
|
|
|
marker_84b54808b2ff48adf6700136dd15e1cf.bindPopup(popup_45b3de3dbddf742bd73714bbcf7bc4a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84b54808b2ff48adf6700136dd15e1cf.setIcon(icon_99affa0ee4e1c3f273848cee53c24942);
|
|
|
|
|
|
var marker_c70fceb50c9df507ec404831e1af4773 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_c9016fd931e64dff4bb49ad4925f3d62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9f9f723f71274e1a3972dcd15109f95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0d69c325076139105fe3bd8bb45f28d = $(`<div id="html_b0d69c325076139105fe3bd8bb45f28d" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_e9f9f723f71274e1a3972dcd15109f95.setContent(html_b0d69c325076139105fe3bd8bb45f28d);
|
|
|
|
|
|
|
|
marker_c70fceb50c9df507ec404831e1af4773.bindPopup(popup_e9f9f723f71274e1a3972dcd15109f95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c70fceb50c9df507ec404831e1af4773.setIcon(icon_c9016fd931e64dff4bb49ad4925f3d62);
|
|
|
|
|
|
var marker_49222a990a6505f419885b8272f813b6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_9e18bab847f2c132e40c5a7b7c77d7b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c071b45c7c198e2d4f4050701d68e734 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eaa70d0d2790f9e81713679312d2a6af = $(`<div id="html_eaa70d0d2790f9e81713679312d2a6af" style="width: 100.0%; height: 100.0%;">holland-excited-charming-experiencing.trycloudflare.com</div>`)[0];
|
|
popup_c071b45c7c198e2d4f4050701d68e734.setContent(html_eaa70d0d2790f9e81713679312d2a6af);
|
|
|
|
|
|
|
|
marker_49222a990a6505f419885b8272f813b6.bindPopup(popup_c071b45c7c198e2d4f4050701d68e734)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49222a990a6505f419885b8272f813b6.setIcon(icon_9e18bab847f2c132e40c5a7b7c77d7b2);
|
|
|
|
|
|
var marker_fbe17232e643eb0bc4314e66a5ec0ebc = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_2666e15e14f67c0bcf13d6da3d894bdc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ac27241ce0c045027596f28c97803d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6efb5a8b14e8d23750df7caa0b4e43d = $(`<div id="html_c6efb5a8b14e8d23750df7caa0b4e43d" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_3ac27241ce0c045027596f28c97803d5.setContent(html_c6efb5a8b14e8d23750df7caa0b4e43d);
|
|
|
|
|
|
|
|
marker_fbe17232e643eb0bc4314e66a5ec0ebc.bindPopup(popup_3ac27241ce0c045027596f28c97803d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbe17232e643eb0bc4314e66a5ec0ebc.setIcon(icon_2666e15e14f67c0bcf13d6da3d894bdc);
|
|
|
|
|
|
var marker_de718d1ef3a5e7e58da0cf2bf328ea4b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_415ed586a6fe0d5abfe9c3c9ed3d0a94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d9f9d1dd08eee8ca2f2188585d38eee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ea5f7fd18227e0e3f900bb4ba839f36 = $(`<div id="html_1ea5f7fd18227e0e3f900bb4ba839f36" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_2d9f9d1dd08eee8ca2f2188585d38eee.setContent(html_1ea5f7fd18227e0e3f900bb4ba839f36);
|
|
|
|
|
|
|
|
marker_de718d1ef3a5e7e58da0cf2bf328ea4b.bindPopup(popup_2d9f9d1dd08eee8ca2f2188585d38eee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de718d1ef3a5e7e58da0cf2bf328ea4b.setIcon(icon_415ed586a6fe0d5abfe9c3c9ed3d0a94);
|
|
|
|
|
|
var marker_064cbac7f9d9990df52cd196c0096a81 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_a35d6372b2f5deee1b74975172f6fd01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ed8576aa90944a9a352a5428a7e4ae5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07048944a463aeaf913f40ab8fcf8642 = $(`<div id="html_07048944a463aeaf913f40ab8fcf8642" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_4ed8576aa90944a9a352a5428a7e4ae5.setContent(html_07048944a463aeaf913f40ab8fcf8642);
|
|
|
|
|
|
|
|
marker_064cbac7f9d9990df52cd196c0096a81.bindPopup(popup_4ed8576aa90944a9a352a5428a7e4ae5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_064cbac7f9d9990df52cd196c0096a81.setIcon(icon_a35d6372b2f5deee1b74975172f6fd01);
|
|
|
|
|
|
var marker_2c6af6eeb42b35836ecb2867cc9bc83c = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_8fce0a15652266d1c95d4fdd133d48ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d4ad709edb5f2e1bf70b6ead12a6336 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b99c9d66492328b8ae6d69a505d2ef4e = $(`<div id="html_b99c9d66492328b8ae6d69a505d2ef4e" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_0d4ad709edb5f2e1bf70b6ead12a6336.setContent(html_b99c9d66492328b8ae6d69a505d2ef4e);
|
|
|
|
|
|
|
|
marker_2c6af6eeb42b35836ecb2867cc9bc83c.bindPopup(popup_0d4ad709edb5f2e1bf70b6ead12a6336)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c6af6eeb42b35836ecb2867cc9bc83c.setIcon(icon_8fce0a15652266d1c95d4fdd133d48ce);
|
|
|
|
|
|
var marker_41518e56b8589cf70911e880229d3516 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_aee9d9577e9009a1a0a984b892f55430 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8ca13c678c78b1a8c23dbc0c43c5988 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94df8fe738fe853fc2d2c8b8f619015b = $(`<div id="html_94df8fe738fe853fc2d2c8b8f619015b" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_f8ca13c678c78b1a8c23dbc0c43c5988.setContent(html_94df8fe738fe853fc2d2c8b8f619015b);
|
|
|
|
|
|
|
|
marker_41518e56b8589cf70911e880229d3516.bindPopup(popup_f8ca13c678c78b1a8c23dbc0c43c5988)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41518e56b8589cf70911e880229d3516.setIcon(icon_aee9d9577e9009a1a0a984b892f55430);
|
|
|
|
|
|
var marker_268e9a66aa86448019fe36e2ec91e3af = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_19ff9b9e8e03f67b9aabce2e10315f8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5eab241f971c08ce8edf6f278b872a37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9dea6a7d891eee8b1e8f1aa6ffee0277 = $(`<div id="html_9dea6a7d891eee8b1e8f1aa6ffee0277" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_5eab241f971c08ce8edf6f278b872a37.setContent(html_9dea6a7d891eee8b1e8f1aa6ffee0277);
|
|
|
|
|
|
|
|
marker_268e9a66aa86448019fe36e2ec91e3af.bindPopup(popup_5eab241f971c08ce8edf6f278b872a37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_268e9a66aa86448019fe36e2ec91e3af.setIcon(icon_19ff9b9e8e03f67b9aabce2e10315f8a);
|
|
|
|
|
|
var marker_82bb5cf77b4a37607ef49cf5badbff81 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_4e67563452f552d6c02ffdf2d0486d26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30993485f45c22176aacfa407855f1db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2333b0cc0e205ff07926be2c6ac1f62a = $(`<div id="html_2333b0cc0e205ff07926be2c6ac1f62a" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_30993485f45c22176aacfa407855f1db.setContent(html_2333b0cc0e205ff07926be2c6ac1f62a);
|
|
|
|
|
|
|
|
marker_82bb5cf77b4a37607ef49cf5badbff81.bindPopup(popup_30993485f45c22176aacfa407855f1db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82bb5cf77b4a37607ef49cf5badbff81.setIcon(icon_4e67563452f552d6c02ffdf2d0486d26);
|
|
|
|
|
|
var marker_fa78525c2777e84080c27cf46a86d5ca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_571d35fe391e0903137a7045f270d06a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd7796de1170691ecb17d8c04b86c52f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f21d2f6d8508bd9086a3d193f86f021 = $(`<div id="html_3f21d2f6d8508bd9086a3d193f86f021" style="width: 100.0%; height: 100.0%;">relay.bebond.net</div>`)[0];
|
|
popup_cd7796de1170691ecb17d8c04b86c52f.setContent(html_3f21d2f6d8508bd9086a3d193f86f021);
|
|
|
|
|
|
|
|
marker_fa78525c2777e84080c27cf46a86d5ca.bindPopup(popup_cd7796de1170691ecb17d8c04b86c52f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa78525c2777e84080c27cf46a86d5ca.setIcon(icon_571d35fe391e0903137a7045f270d06a);
|
|
|
|
|
|
var marker_796cf60d78b83e644ceea96456adb087 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_8d1e89ec8d8087843c421ca9e9fc4756 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_697e7ffb2897962a91a517f373ae8db5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9699a69c88c5f2a57fcac289940e710 = $(`<div id="html_d9699a69c88c5f2a57fcac289940e710" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_697e7ffb2897962a91a517f373ae8db5.setContent(html_d9699a69c88c5f2a57fcac289940e710);
|
|
|
|
|
|
|
|
marker_796cf60d78b83e644ceea96456adb087.bindPopup(popup_697e7ffb2897962a91a517f373ae8db5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_796cf60d78b83e644ceea96456adb087.setIcon(icon_8d1e89ec8d8087843c421ca9e9fc4756);
|
|
|
|
|
|
var marker_79da51d7f51a2d0e23a04667537b7380 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_3ddb2d5431a8f5a84515f498f5d545f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09879da4327a487161888cca6e3cd9c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cda628db4f83bb2e066ddb4dd6a928f = $(`<div id="html_7cda628db4f83bb2e066ddb4dd6a928f" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_09879da4327a487161888cca6e3cd9c4.setContent(html_7cda628db4f83bb2e066ddb4dd6a928f);
|
|
|
|
|
|
|
|
marker_79da51d7f51a2d0e23a04667537b7380.bindPopup(popup_09879da4327a487161888cca6e3cd9c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79da51d7f51a2d0e23a04667537b7380.setIcon(icon_3ddb2d5431a8f5a84515f498f5d545f6);
|
|
|
|
|
|
var marker_b7caf910c82d4769bbdd2a564357afa6 = L.marker(
|
|
[39.2904, -76.6122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_4f91b1a87e40373a6005b8f59a374fad);
|
|
|
|
|
|
var icon_27d5c06df286a2437f9403f41b89dfe3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_196d475d1af27badc2ae794d01935f1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff44c21d9dd7d8b21cc041854bb9c2c5 = $(`<div id="html_ff44c21d9dd7d8b21cc041854bb9c2c5" style="width: 100.0%; height: 100.0%;">relay.samcorn.synology.me</div>`)[0];
|
|
popup_196d475d1af27badc2ae794d01935f1e.setContent(html_ff44c21d9dd7d8b21cc041854bb9c2c5);
|
|
|
|
|
|
|
|
marker_b7caf910c82d4769bbdd2a564357afa6.bindPopup(popup_196d475d1af27badc2ae794d01935f1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7caf910c82d4769bbdd2a564357afa6.setIcon(icon_27d5c06df286a2437f9403f41b89dfe3);
|
|
|
|
|
|
marker_cluster_4f91b1a87e40373a6005b8f59a374fad.addTo(map_e70f387596f1d9fd79ec5e58d073e5ac);
|
|
|
|
</script>
|
|
</html> |