mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 04:25:19 +00:00
11969 lines
348 KiB
HTML
11969 lines
348 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_fa8fdb42116cc4c1dbc1065e7bcc83c2 {
|
|
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_fa8fdb42116cc4c1dbc1065e7bcc83c2" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_fa8fdb42116cc4c1dbc1065e7bcc83c2 = L.map(
|
|
"map_fa8fdb42116cc4c1dbc1065e7bcc83c2",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_815008e1b99cac7db03951fcbe587d8b = 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_815008e1b99cac7db03951fcbe587d8b.addTo(map_fa8fdb42116cc4c1dbc1065e7bcc83c2);
|
|
|
|
|
|
var marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_f35eb1f87e769226dacd67e2de15341d = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_f2ff83cab1a2c79db950f98723e22ada = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_355ced5d6e14d14c3fa16d9d69b64acf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da53ecd58fc371c45694600865901f51 = $(`<div id="html_da53ecd58fc371c45694600865901f51" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_355ced5d6e14d14c3fa16d9d69b64acf.setContent(html_da53ecd58fc371c45694600865901f51);
|
|
|
|
|
|
|
|
marker_f35eb1f87e769226dacd67e2de15341d.bindPopup(popup_355ced5d6e14d14c3fa16d9d69b64acf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f35eb1f87e769226dacd67e2de15341d.setIcon(icon_f2ff83cab1a2c79db950f98723e22ada);
|
|
|
|
|
|
var marker_014f5dc166abd1c42f8dec75038f9cd0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_16327466e0e825eee943a4da2a873c7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_740a04be89f43fa2f14355d0c5341d0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b215fd398b536808087462423ec533da = $(`<div id="html_b215fd398b536808087462423ec533da" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_740a04be89f43fa2f14355d0c5341d0d.setContent(html_b215fd398b536808087462423ec533da);
|
|
|
|
|
|
|
|
marker_014f5dc166abd1c42f8dec75038f9cd0.bindPopup(popup_740a04be89f43fa2f14355d0c5341d0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_014f5dc166abd1c42f8dec75038f9cd0.setIcon(icon_16327466e0e825eee943a4da2a873c7e);
|
|
|
|
|
|
var marker_c234350ba40b5f9e64fc1d6892da3f0e = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_11881c4f673a984d02780a3a0ad075de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b21f0494a3757311f535d5a74a3babf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec12ad710c41029c2534e93ad5b6223d = $(`<div id="html_ec12ad710c41029c2534e93ad5b6223d" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_4b21f0494a3757311f535d5a74a3babf.setContent(html_ec12ad710c41029c2534e93ad5b6223d);
|
|
|
|
|
|
|
|
marker_c234350ba40b5f9e64fc1d6892da3f0e.bindPopup(popup_4b21f0494a3757311f535d5a74a3babf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c234350ba40b5f9e64fc1d6892da3f0e.setIcon(icon_11881c4f673a984d02780a3a0ad075de);
|
|
|
|
|
|
var marker_ff93d34c8546f155466778c5e21bbee5 = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_1cd76c0a644f46f2ec4995bd9db6338f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd6b9d77062aaf2dc04c76909d7460f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba9882779d9dac6a33256e48752326ae = $(`<div id="html_ba9882779d9dac6a33256e48752326ae" style="width: 100.0%; height: 100.0%;">aeon.libretechsystems.xyz</div>`)[0];
|
|
popup_cd6b9d77062aaf2dc04c76909d7460f2.setContent(html_ba9882779d9dac6a33256e48752326ae);
|
|
|
|
|
|
|
|
marker_ff93d34c8546f155466778c5e21bbee5.bindPopup(popup_cd6b9d77062aaf2dc04c76909d7460f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff93d34c8546f155466778c5e21bbee5.setIcon(icon_1cd76c0a644f46f2ec4995bd9db6338f);
|
|
|
|
|
|
var marker_2c6b62abda356ab7e8e99bad753d1e1a = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_8dbb51edbbb1356105144f7684919868 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_991d7ca786cc01d2ecc002ac3dc0eb8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1164f039e73253fa153663b8dc4abde0 = $(`<div id="html_1164f039e73253fa153663b8dc4abde0" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_991d7ca786cc01d2ecc002ac3dc0eb8c.setContent(html_1164f039e73253fa153663b8dc4abde0);
|
|
|
|
|
|
|
|
marker_2c6b62abda356ab7e8e99bad753d1e1a.bindPopup(popup_991d7ca786cc01d2ecc002ac3dc0eb8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c6b62abda356ab7e8e99bad753d1e1a.setIcon(icon_8dbb51edbbb1356105144f7684919868);
|
|
|
|
|
|
var marker_aebe251dd0e1941e7827c1e606bfe1bd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_fa6d0c04a4f29075b936281922336baf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26613cbdebe85aa8dbcc69174cf3ba0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1beb1c7a3ffe69698d663bd07934a0c9 = $(`<div id="html_1beb1c7a3ffe69698d663bd07934a0c9" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_26613cbdebe85aa8dbcc69174cf3ba0b.setContent(html_1beb1c7a3ffe69698d663bd07934a0c9);
|
|
|
|
|
|
|
|
marker_aebe251dd0e1941e7827c1e606bfe1bd.bindPopup(popup_26613cbdebe85aa8dbcc69174cf3ba0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aebe251dd0e1941e7827c1e606bfe1bd.setIcon(icon_fa6d0c04a4f29075b936281922336baf);
|
|
|
|
|
|
var marker_6f5e43a077d6bcd8699ee0a2d6643332 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_55713e23a0bbe948e08a3c224006425c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df5d33be80f2438a0865b66c979f064a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f559965d00c652b4214128b8bc65160 = $(`<div id="html_8f559965d00c652b4214128b8bc65160" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_df5d33be80f2438a0865b66c979f064a.setContent(html_8f559965d00c652b4214128b8bc65160);
|
|
|
|
|
|
|
|
marker_6f5e43a077d6bcd8699ee0a2d6643332.bindPopup(popup_df5d33be80f2438a0865b66c979f064a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f5e43a077d6bcd8699ee0a2d6643332.setIcon(icon_55713e23a0bbe948e08a3c224006425c);
|
|
|
|
|
|
var marker_e429c64d49eb405e56091ff17b86e61c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_afe88509446937d3cb6be66ea0b218b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f42c46206405041f0b57ccc25264e9b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e383980696e7d29bcc900350b9037fb3 = $(`<div id="html_e383980696e7d29bcc900350b9037fb3" style="width: 100.0%; height: 100.0%;">relay.bikel.ink</div>`)[0];
|
|
popup_f42c46206405041f0b57ccc25264e9b2.setContent(html_e383980696e7d29bcc900350b9037fb3);
|
|
|
|
|
|
|
|
marker_e429c64d49eb405e56091ff17b86e61c.bindPopup(popup_f42c46206405041f0b57ccc25264e9b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e429c64d49eb405e56091ff17b86e61c.setIcon(icon_afe88509446937d3cb6be66ea0b218b1);
|
|
|
|
|
|
var marker_310255b9026836c52971957e3da5e776 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_d20fed13e85c1518e9a0b11de82f3dc9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eaf9400adc9e714c5e1212de182dc2f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0adc8fe50c5655419f7104e08a3a1c5a = $(`<div id="html_0adc8fe50c5655419f7104e08a3a1c5a" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_eaf9400adc9e714c5e1212de182dc2f8.setContent(html_0adc8fe50c5655419f7104e08a3a1c5a);
|
|
|
|
|
|
|
|
marker_310255b9026836c52971957e3da5e776.bindPopup(popup_eaf9400adc9e714c5e1212de182dc2f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_310255b9026836c52971957e3da5e776.setIcon(icon_d20fed13e85c1518e9a0b11de82f3dc9);
|
|
|
|
|
|
var marker_04c963026bc6c2d58c86c05e02ec678f = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_cddada414d8cba30bcbbfc81264150cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3342a42d86f79c64096982baa3323e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06022a56731034a06c968c427525cfc1 = $(`<div id="html_06022a56731034a06c968c427525cfc1" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_c3342a42d86f79c64096982baa3323e8.setContent(html_06022a56731034a06c968c427525cfc1);
|
|
|
|
|
|
|
|
marker_04c963026bc6c2d58c86c05e02ec678f.bindPopup(popup_c3342a42d86f79c64096982baa3323e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04c963026bc6c2d58c86c05e02ec678f.setIcon(icon_cddada414d8cba30bcbbfc81264150cd);
|
|
|
|
|
|
var marker_0d4e79da5c6dbb838a37dd8fd0eb78c6 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_af12d771c5cd6edf2d7becbc35c93190 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f05b73a4704a937f0ac6d464389e4f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_513d6630ef480fb5e990c9212b8c0837 = $(`<div id="html_513d6630ef480fb5e990c9212b8c0837" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_5f05b73a4704a937f0ac6d464389e4f0.setContent(html_513d6630ef480fb5e990c9212b8c0837);
|
|
|
|
|
|
|
|
marker_0d4e79da5c6dbb838a37dd8fd0eb78c6.bindPopup(popup_5f05b73a4704a937f0ac6d464389e4f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d4e79da5c6dbb838a37dd8fd0eb78c6.setIcon(icon_af12d771c5cd6edf2d7becbc35c93190);
|
|
|
|
|
|
var marker_36bebc30f3395e9a4991e0b9769be343 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_05594f350ca10c916293c827fadac04d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc951872527f821de1cda8b46e890d94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea708605f33cad6166b44e18b40e8f15 = $(`<div id="html_ea708605f33cad6166b44e18b40e8f15" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_cc951872527f821de1cda8b46e890d94.setContent(html_ea708605f33cad6166b44e18b40e8f15);
|
|
|
|
|
|
|
|
marker_36bebc30f3395e9a4991e0b9769be343.bindPopup(popup_cc951872527f821de1cda8b46e890d94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36bebc30f3395e9a4991e0b9769be343.setIcon(icon_05594f350ca10c916293c827fadac04d);
|
|
|
|
|
|
var marker_6a0381564c728c43b93ac5e4aab90d6e = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_d6796ebf067b50a876dac82a08605b27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e34b23225d07133b75398f5433a8ed03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_337444281c41a1d0a211406faff67a50 = $(`<div id="html_337444281c41a1d0a211406faff67a50" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_e34b23225d07133b75398f5433a8ed03.setContent(html_337444281c41a1d0a211406faff67a50);
|
|
|
|
|
|
|
|
marker_6a0381564c728c43b93ac5e4aab90d6e.bindPopup(popup_e34b23225d07133b75398f5433a8ed03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a0381564c728c43b93ac5e4aab90d6e.setIcon(icon_d6796ebf067b50a876dac82a08605b27);
|
|
|
|
|
|
var marker_45fe0d0af981d586dcad3e8fe989becb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_a026af8581e0166cc6a30ebc9e86a5fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_185aebe78aa56b7d7ca344dcb63f9f1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f007a50991ac213625ec98a82174650 = $(`<div id="html_9f007a50991ac213625ec98a82174650" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_185aebe78aa56b7d7ca344dcb63f9f1f.setContent(html_9f007a50991ac213625ec98a82174650);
|
|
|
|
|
|
|
|
marker_45fe0d0af981d586dcad3e8fe989becb.bindPopup(popup_185aebe78aa56b7d7ca344dcb63f9f1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45fe0d0af981d586dcad3e8fe989becb.setIcon(icon_a026af8581e0166cc6a30ebc9e86a5fa);
|
|
|
|
|
|
var marker_9af3a3dd891a13c04082995cda94c2ec = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_6f3a8cc56d61f4ec5acb3f2077513064 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88e8b03c37eda06b3ccb436d322284a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8ccbc414517714cd250b8ad7658efb8 = $(`<div id="html_d8ccbc414517714cd250b8ad7658efb8" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_88e8b03c37eda06b3ccb436d322284a4.setContent(html_d8ccbc414517714cd250b8ad7658efb8);
|
|
|
|
|
|
|
|
marker_9af3a3dd891a13c04082995cda94c2ec.bindPopup(popup_88e8b03c37eda06b3ccb436d322284a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9af3a3dd891a13c04082995cda94c2ec.setIcon(icon_6f3a8cc56d61f4ec5acb3f2077513064);
|
|
|
|
|
|
var marker_dacb4b9d4987c262740a61a60db7b554 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_ea6e92337ba623583c7546c32f3d66a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9683933f2975112dba2975a448094bb7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d445fb276085d44e25ec989619dbe73 = $(`<div id="html_9d445fb276085d44e25ec989619dbe73" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_9683933f2975112dba2975a448094bb7.setContent(html_9d445fb276085d44e25ec989619dbe73);
|
|
|
|
|
|
|
|
marker_dacb4b9d4987c262740a61a60db7b554.bindPopup(popup_9683933f2975112dba2975a448094bb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dacb4b9d4987c262740a61a60db7b554.setIcon(icon_ea6e92337ba623583c7546c32f3d66a6);
|
|
|
|
|
|
var marker_9948d80cb52aa21cab49bcef82056117 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_0b3acc8d5d1f8d79457ea65d87196f86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_294f779c8b1f11fe1aeab7ae4ef253f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d608bfff24aed37cfa46c9ae9539ef9 = $(`<div id="html_0d608bfff24aed37cfa46c9ae9539ef9" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_294f779c8b1f11fe1aeab7ae4ef253f3.setContent(html_0d608bfff24aed37cfa46c9ae9539ef9);
|
|
|
|
|
|
|
|
marker_9948d80cb52aa21cab49bcef82056117.bindPopup(popup_294f779c8b1f11fe1aeab7ae4ef253f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9948d80cb52aa21cab49bcef82056117.setIcon(icon_0b3acc8d5d1f8d79457ea65d87196f86);
|
|
|
|
|
|
var marker_a50c93db093b496bc5204a2a901dd0cb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_7dc254ac99932cd8be77000580907a6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86c7da845a469000646bb1aef8596d6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b8e79bd08a96894e3b0dd3a0d9a9866 = $(`<div id="html_6b8e79bd08a96894e3b0dd3a0d9a9866" style="width: 100.0%; height: 100.0%;">nostr.easycryptosend.it</div>`)[0];
|
|
popup_86c7da845a469000646bb1aef8596d6d.setContent(html_6b8e79bd08a96894e3b0dd3a0d9a9866);
|
|
|
|
|
|
|
|
marker_a50c93db093b496bc5204a2a901dd0cb.bindPopup(popup_86c7da845a469000646bb1aef8596d6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a50c93db093b496bc5204a2a901dd0cb.setIcon(icon_7dc254ac99932cd8be77000580907a6d);
|
|
|
|
|
|
var marker_fb95d19765eea2f8ebdd67f33d2dfdfc = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_dec66c8b70b735ba59a015cc09c7c85c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce3dbcfab0a00b79e91fe48cad6a0459 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d49f85bb196e089256e44ba88051d1d3 = $(`<div id="html_d49f85bb196e089256e44ba88051d1d3" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_ce3dbcfab0a00b79e91fe48cad6a0459.setContent(html_d49f85bb196e089256e44ba88051d1d3);
|
|
|
|
|
|
|
|
marker_fb95d19765eea2f8ebdd67f33d2dfdfc.bindPopup(popup_ce3dbcfab0a00b79e91fe48cad6a0459)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb95d19765eea2f8ebdd67f33d2dfdfc.setIcon(icon_dec66c8b70b735ba59a015cc09c7c85c);
|
|
|
|
|
|
var marker_4873143d2bd4671188f65370fb89d5c9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_9389a6b654e334636d5165148af3c33c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8930abc7cf06bae5a9d78fbb2e3f215a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73ddfc5d80d85868ebe922a6920e324d = $(`<div id="html_73ddfc5d80d85868ebe922a6920e324d" style="width: 100.0%; height: 100.0%;">relay.veganostr.com</div>`)[0];
|
|
popup_8930abc7cf06bae5a9d78fbb2e3f215a.setContent(html_73ddfc5d80d85868ebe922a6920e324d);
|
|
|
|
|
|
|
|
marker_4873143d2bd4671188f65370fb89d5c9.bindPopup(popup_8930abc7cf06bae5a9d78fbb2e3f215a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4873143d2bd4671188f65370fb89d5c9.setIcon(icon_9389a6b654e334636d5165148af3c33c);
|
|
|
|
|
|
var marker_d52f4d2ae11318b1c07b9e4370201d00 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_59cba13baedc6cd0cf19c73bf6d892af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e4634821ba2e01eb5b6980062e6c45b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c58d87da30e7dfc01611a5844d2bee75 = $(`<div id="html_c58d87da30e7dfc01611a5844d2bee75" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_1e4634821ba2e01eb5b6980062e6c45b.setContent(html_c58d87da30e7dfc01611a5844d2bee75);
|
|
|
|
|
|
|
|
marker_d52f4d2ae11318b1c07b9e4370201d00.bindPopup(popup_1e4634821ba2e01eb5b6980062e6c45b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d52f4d2ae11318b1c07b9e4370201d00.setIcon(icon_59cba13baedc6cd0cf19c73bf6d892af);
|
|
|
|
|
|
var marker_0f07f8894cb8496cc4dffcdda1b9f9e6 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_d1f858c7ec1eb092664685072330e913 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1077a440e7ae741112d2b0a088549fe8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c1d6848d4027978d3ccf87ffa32b45d = $(`<div id="html_9c1d6848d4027978d3ccf87ffa32b45d" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_1077a440e7ae741112d2b0a088549fe8.setContent(html_9c1d6848d4027978d3ccf87ffa32b45d);
|
|
|
|
|
|
|
|
marker_0f07f8894cb8496cc4dffcdda1b9f9e6.bindPopup(popup_1077a440e7ae741112d2b0a088549fe8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f07f8894cb8496cc4dffcdda1b9f9e6.setIcon(icon_d1f858c7ec1eb092664685072330e913);
|
|
|
|
|
|
var marker_82e096712c9db1043d9b34214ffb4616 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_e4e4158a7c6e5c7701a41519919cde78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa19769caa2ef30cd1562317f93dd3a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b09a9d2a681ce41e387d46b9e01b1d8 = $(`<div id="html_3b09a9d2a681ce41e387d46b9e01b1d8" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_aa19769caa2ef30cd1562317f93dd3a9.setContent(html_3b09a9d2a681ce41e387d46b9e01b1d8);
|
|
|
|
|
|
|
|
marker_82e096712c9db1043d9b34214ffb4616.bindPopup(popup_aa19769caa2ef30cd1562317f93dd3a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82e096712c9db1043d9b34214ffb4616.setIcon(icon_e4e4158a7c6e5c7701a41519919cde78);
|
|
|
|
|
|
var marker_ca3f3d58818f95a1d9918a28a5dad95a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_ba88b776ac59ce5c91e36cb073bd9541 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c0933345b3a477d6c7ef919317973ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c37ae4c341cc0fc5e1219dc467928226 = $(`<div id="html_c37ae4c341cc0fc5e1219dc467928226" style="width: 100.0%; height: 100.0%;">dm-test-nostr-rs-42-disabled.samt.st</div>`)[0];
|
|
popup_7c0933345b3a477d6c7ef919317973ca.setContent(html_c37ae4c341cc0fc5e1219dc467928226);
|
|
|
|
|
|
|
|
marker_ca3f3d58818f95a1d9918a28a5dad95a.bindPopup(popup_7c0933345b3a477d6c7ef919317973ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca3f3d58818f95a1d9918a28a5dad95a.setIcon(icon_ba88b776ac59ce5c91e36cb073bd9541);
|
|
|
|
|
|
var marker_01d09a1e5188f73bdec995c8a8955fc5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_953f561b67d30989fc316c1ef90ab3e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_945007d3a6067900a139c98095c80bd4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d943b8614fda05a5d72b6b323cbf7663 = $(`<div id="html_d943b8614fda05a5d72b6b323cbf7663" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_945007d3a6067900a139c98095c80bd4.setContent(html_d943b8614fda05a5d72b6b323cbf7663);
|
|
|
|
|
|
|
|
marker_01d09a1e5188f73bdec995c8a8955fc5.bindPopup(popup_945007d3a6067900a139c98095c80bd4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01d09a1e5188f73bdec995c8a8955fc5.setIcon(icon_953f561b67d30989fc316c1ef90ab3e1);
|
|
|
|
|
|
var marker_141e2444352eb77c6ae0ddf530f85e26 = L.marker(
|
|
[35.2227, -97.4786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_75d8cf13d4f6f8caf839dbee29c605cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f691763f3ffbdf87e8c35833b4f3fd14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8938a179af1668edccd6544bce6fde3a = $(`<div id="html_8938a179af1668edccd6544bce6fde3a" style="width: 100.0%; height: 100.0%;">relay.beginningend.com</div>`)[0];
|
|
popup_f691763f3ffbdf87e8c35833b4f3fd14.setContent(html_8938a179af1668edccd6544bce6fde3a);
|
|
|
|
|
|
|
|
marker_141e2444352eb77c6ae0ddf530f85e26.bindPopup(popup_f691763f3ffbdf87e8c35833b4f3fd14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_141e2444352eb77c6ae0ddf530f85e26.setIcon(icon_75d8cf13d4f6f8caf839dbee29c605cd);
|
|
|
|
|
|
var marker_f3001bbd1691908b82b988c3bd7b97c6 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_f066e23111f434f3c09482c196008bfc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f321da5188b3fde1703ba713af7edf2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fb81d5edcb1dcf3d7a9eee162dbc58a = $(`<div id="html_4fb81d5edcb1dcf3d7a9eee162dbc58a" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_f321da5188b3fde1703ba713af7edf2f.setContent(html_4fb81d5edcb1dcf3d7a9eee162dbc58a);
|
|
|
|
|
|
|
|
marker_f3001bbd1691908b82b988c3bd7b97c6.bindPopup(popup_f321da5188b3fde1703ba713af7edf2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3001bbd1691908b82b988c3bd7b97c6.setIcon(icon_f066e23111f434f3c09482c196008bfc);
|
|
|
|
|
|
var marker_10008d083d8bf16a6356e78220223cd4 = L.marker(
|
|
[33.7584, -84.6375],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_92ce596808d2807b6b76aa83e5a0e8ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b2bd576ebbdcea926273e5977a6f25f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18a761a7fd0ddc36509e314eb61dd5fd = $(`<div id="html_18a761a7fd0ddc36509e314eb61dd5fd" style="width: 100.0%; height: 100.0%;">relay.nostrops.com</div>`)[0];
|
|
popup_9b2bd576ebbdcea926273e5977a6f25f.setContent(html_18a761a7fd0ddc36509e314eb61dd5fd);
|
|
|
|
|
|
|
|
marker_10008d083d8bf16a6356e78220223cd4.bindPopup(popup_9b2bd576ebbdcea926273e5977a6f25f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10008d083d8bf16a6356e78220223cd4.setIcon(icon_92ce596808d2807b6b76aa83e5a0e8ec);
|
|
|
|
|
|
var marker_94c0914464c8acc388c5617f0efe2927 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_ed263d20e17a0b185564ccafe5b0f65c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2dc491a05304fa9f8508297474aec9ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1d8ae2c9247b63394ec289114b2f5f0 = $(`<div id="html_d1d8ae2c9247b63394ec289114b2f5f0" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_2dc491a05304fa9f8508297474aec9ad.setContent(html_d1d8ae2c9247b63394ec289114b2f5f0);
|
|
|
|
|
|
|
|
marker_94c0914464c8acc388c5617f0efe2927.bindPopup(popup_2dc491a05304fa9f8508297474aec9ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94c0914464c8acc388c5617f0efe2927.setIcon(icon_ed263d20e17a0b185564ccafe5b0f65c);
|
|
|
|
|
|
var marker_9ca8c8c37a8fd416eb1f51f15987a1ac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_648669cf90e15fb4d6bcf0fdc5ce3ace = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_580870104bec6a095e4a70bae988b11a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65c226f5ec6f6c6cf2668e5b10aca9cc = $(`<div id="html_65c226f5ec6f6c6cf2668e5b10aca9cc" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_580870104bec6a095e4a70bae988b11a.setContent(html_65c226f5ec6f6c6cf2668e5b10aca9cc);
|
|
|
|
|
|
|
|
marker_9ca8c8c37a8fd416eb1f51f15987a1ac.bindPopup(popup_580870104bec6a095e4a70bae988b11a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ca8c8c37a8fd416eb1f51f15987a1ac.setIcon(icon_648669cf90e15fb4d6bcf0fdc5ce3ace);
|
|
|
|
|
|
var marker_aa1d48d7b5af4c67cdbad46ec5f4b4ea = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_efd126cf1dfc54a1e25e0184777c97c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66e944d64e2b17ed6f2ac9c3b0c94404 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2adbe89683775c5283e296fd4c3885c = $(`<div id="html_c2adbe89683775c5283e296fd4c3885c" style="width: 100.0%; height: 100.0%;">relay.shadowbip.com</div>`)[0];
|
|
popup_66e944d64e2b17ed6f2ac9c3b0c94404.setContent(html_c2adbe89683775c5283e296fd4c3885c);
|
|
|
|
|
|
|
|
marker_aa1d48d7b5af4c67cdbad46ec5f4b4ea.bindPopup(popup_66e944d64e2b17ed6f2ac9c3b0c94404)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa1d48d7b5af4c67cdbad46ec5f4b4ea.setIcon(icon_efd126cf1dfc54a1e25e0184777c97c8);
|
|
|
|
|
|
var marker_cf579d792297de1737d8de71fe72cf5c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_d6d0671259f4b51c318a895c05cb4a63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ac5e86f2398939a51d2bbb9ba89d97a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b9e387c0fab975ccccff03dd0c35fc7 = $(`<div id="html_9b9e387c0fab975ccccff03dd0c35fc7" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_0ac5e86f2398939a51d2bbb9ba89d97a.setContent(html_9b9e387c0fab975ccccff03dd0c35fc7);
|
|
|
|
|
|
|
|
marker_cf579d792297de1737d8de71fe72cf5c.bindPopup(popup_0ac5e86f2398939a51d2bbb9ba89d97a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf579d792297de1737d8de71fe72cf5c.setIcon(icon_d6d0671259f4b51c318a895c05cb4a63);
|
|
|
|
|
|
var marker_53528b02be32919d1eeb2cddd70fd76d = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_d21e46e7dfbc3a0eefbb25dfb8cc0776 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d884e1a2bfb3daa0ce3cddb01304a4c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8dd7cde628778a717191f465628d43a7 = $(`<div id="html_8dd7cde628778a717191f465628d43a7" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_d884e1a2bfb3daa0ce3cddb01304a4c0.setContent(html_8dd7cde628778a717191f465628d43a7);
|
|
|
|
|
|
|
|
marker_53528b02be32919d1eeb2cddd70fd76d.bindPopup(popup_d884e1a2bfb3daa0ce3cddb01304a4c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53528b02be32919d1eeb2cddd70fd76d.setIcon(icon_d21e46e7dfbc3a0eefbb25dfb8cc0776);
|
|
|
|
|
|
var marker_bad1ed45fc642c529f8654ef0efa91df = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_757633a38acee2a0e1b4525e6d624550 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdf071538850609084632647066b46da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d80708be2615daa21cbce915b8aacae3 = $(`<div id="html_d80708be2615daa21cbce915b8aacae3" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_cdf071538850609084632647066b46da.setContent(html_d80708be2615daa21cbce915b8aacae3);
|
|
|
|
|
|
|
|
marker_bad1ed45fc642c529f8654ef0efa91df.bindPopup(popup_cdf071538850609084632647066b46da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bad1ed45fc642c529f8654ef0efa91df.setIcon(icon_757633a38acee2a0e1b4525e6d624550);
|
|
|
|
|
|
var marker_0fca33283c641ce11e92268800905172 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_fb0068d5dc10dc95c2d095be5c1652ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef5ef1b0061dd86abdfbb0fd5d2ce3e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_845e2d5a0f538bce50c2f83e8263d3a7 = $(`<div id="html_845e2d5a0f538bce50c2f83e8263d3a7" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_ef5ef1b0061dd86abdfbb0fd5d2ce3e6.setContent(html_845e2d5a0f538bce50c2f83e8263d3a7);
|
|
|
|
|
|
|
|
marker_0fca33283c641ce11e92268800905172.bindPopup(popup_ef5ef1b0061dd86abdfbb0fd5d2ce3e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fca33283c641ce11e92268800905172.setIcon(icon_fb0068d5dc10dc95c2d095be5c1652ac);
|
|
|
|
|
|
var marker_ea8208971a91b909189265c16cb7e1d6 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_962c99da4b4eced71030a62fb338cba7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e3d7048fb692fc837b035c9097027c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2749c2f05677cacedd31b57fde14012c = $(`<div id="html_2749c2f05677cacedd31b57fde14012c" style="width: 100.0%; height: 100.0%;">relay.wisp.talk</div>`)[0];
|
|
popup_6e3d7048fb692fc837b035c9097027c0.setContent(html_2749c2f05677cacedd31b57fde14012c);
|
|
|
|
|
|
|
|
marker_ea8208971a91b909189265c16cb7e1d6.bindPopup(popup_6e3d7048fb692fc837b035c9097027c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea8208971a91b909189265c16cb7e1d6.setIcon(icon_962c99da4b4eced71030a62fb338cba7);
|
|
|
|
|
|
var marker_3cd5b764c3b0cac61829eb619fb79dd0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_d32fde8e8328e581deb9ce97b211e151 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a589131247faa89ae68879980fbd611a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1aec4a9c3d1771be0a918dcf67388919 = $(`<div id="html_1aec4a9c3d1771be0a918dcf67388919" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_a589131247faa89ae68879980fbd611a.setContent(html_1aec4a9c3d1771be0a918dcf67388919);
|
|
|
|
|
|
|
|
marker_3cd5b764c3b0cac61829eb619fb79dd0.bindPopup(popup_a589131247faa89ae68879980fbd611a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cd5b764c3b0cac61829eb619fb79dd0.setIcon(icon_d32fde8e8328e581deb9ce97b211e151);
|
|
|
|
|
|
var marker_e7a8e6d4904f174c548102c18ac806db = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_4b1547903fcd4828cca003a9d6074f09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5059a8723265c8b85c1c1d7a89bf94e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00b3811f23d6b4a63920fdb72303f5e4 = $(`<div id="html_00b3811f23d6b4a63920fdb72303f5e4" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_5059a8723265c8b85c1c1d7a89bf94e9.setContent(html_00b3811f23d6b4a63920fdb72303f5e4);
|
|
|
|
|
|
|
|
marker_e7a8e6d4904f174c548102c18ac806db.bindPopup(popup_5059a8723265c8b85c1c1d7a89bf94e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7a8e6d4904f174c548102c18ac806db.setIcon(icon_4b1547903fcd4828cca003a9d6074f09);
|
|
|
|
|
|
var marker_365ba2eecf318e21f00bd8db0d90c80c = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_725ff6ea70d65c1681f0cf0410e433b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c928ed74169a955dff1a7b4f44db4ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae6a391a602edb2e64d814210e60a164 = $(`<div id="html_ae6a391a602edb2e64d814210e60a164" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_3c928ed74169a955dff1a7b4f44db4ea.setContent(html_ae6a391a602edb2e64d814210e60a164);
|
|
|
|
|
|
|
|
marker_365ba2eecf318e21f00bd8db0d90c80c.bindPopup(popup_3c928ed74169a955dff1a7b4f44db4ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_365ba2eecf318e21f00bd8db0d90c80c.setIcon(icon_725ff6ea70d65c1681f0cf0410e433b0);
|
|
|
|
|
|
var marker_553ea708a578fb10bf3a1aa9dfda04d6 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_73403378fd7d3881fccb37147cc55020 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2fe066bed20c69ab86d578c0998408c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36ef24b7dd311806c6cc786e5500574b = $(`<div id="html_36ef24b7dd311806c6cc786e5500574b" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_2fe066bed20c69ab86d578c0998408c0.setContent(html_36ef24b7dd311806c6cc786e5500574b);
|
|
|
|
|
|
|
|
marker_553ea708a578fb10bf3a1aa9dfda04d6.bindPopup(popup_2fe066bed20c69ab86d578c0998408c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_553ea708a578fb10bf3a1aa9dfda04d6.setIcon(icon_73403378fd7d3881fccb37147cc55020);
|
|
|
|
|
|
var marker_0240e0ab90cafb72d22fae34366f3e61 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_3dba2b0ad1059f6970a7ad81533d5204 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bffadf0c0263a63f1ec6471a24619807 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64c54433ea0704fcab2fa9eb24b20c0e = $(`<div id="html_64c54433ea0704fcab2fa9eb24b20c0e" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_bffadf0c0263a63f1ec6471a24619807.setContent(html_64c54433ea0704fcab2fa9eb24b20c0e);
|
|
|
|
|
|
|
|
marker_0240e0ab90cafb72d22fae34366f3e61.bindPopup(popup_bffadf0c0263a63f1ec6471a24619807)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0240e0ab90cafb72d22fae34366f3e61.setIcon(icon_3dba2b0ad1059f6970a7ad81533d5204);
|
|
|
|
|
|
var marker_eadee810c57b56bf01f12f64c054a796 = L.marker(
|
|
[34.1749, -118.54],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_ddb9934cf1a9b434b4d9b6ee6edd2680 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_520b14afb271b78e82a2ce0df05add8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38b16fc0fe0392908e51d88356e45ac9 = $(`<div id="html_38b16fc0fe0392908e51d88356e45ac9" style="width: 100.0%; height: 100.0%;">relay.earthly.city</div>`)[0];
|
|
popup_520b14afb271b78e82a2ce0df05add8d.setContent(html_38b16fc0fe0392908e51d88356e45ac9);
|
|
|
|
|
|
|
|
marker_eadee810c57b56bf01f12f64c054a796.bindPopup(popup_520b14afb271b78e82a2ce0df05add8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eadee810c57b56bf01f12f64c054a796.setIcon(icon_ddb9934cf1a9b434b4d9b6ee6edd2680);
|
|
|
|
|
|
var marker_22a34495dc8c76f62ff8a180ae088c79 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_d58d6fc552e066ba424b293447e6a4c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_627289e5758d00771738717ceaaaad82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce38e6dd2e1b95e6393864ffb52db647 = $(`<div id="html_ce38e6dd2e1b95e6393864ffb52db647" style="width: 100.0%; height: 100.0%;">insta-relay.apps3.slidestr.net</div>`)[0];
|
|
popup_627289e5758d00771738717ceaaaad82.setContent(html_ce38e6dd2e1b95e6393864ffb52db647);
|
|
|
|
|
|
|
|
marker_22a34495dc8c76f62ff8a180ae088c79.bindPopup(popup_627289e5758d00771738717ceaaaad82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22a34495dc8c76f62ff8a180ae088c79.setIcon(icon_d58d6fc552e066ba424b293447e6a4c6);
|
|
|
|
|
|
var marker_8e04985f33301340d51bb1385e7ad25e = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_e6b53f26d87d88aae1e305233f2e7a58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27e9cc9b9b6fdff8df9e7dc3c0e862fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9b1aca59d3774647513efafacead151 = $(`<div id="html_b9b1aca59d3774647513efafacead151" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_27e9cc9b9b6fdff8df9e7dc3c0e862fc.setContent(html_b9b1aca59d3774647513efafacead151);
|
|
|
|
|
|
|
|
marker_8e04985f33301340d51bb1385e7ad25e.bindPopup(popup_27e9cc9b9b6fdff8df9e7dc3c0e862fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e04985f33301340d51bb1385e7ad25e.setIcon(icon_e6b53f26d87d88aae1e305233f2e7a58);
|
|
|
|
|
|
var marker_27e6577dc9b3274a25e1480a8da187c3 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_09577b95b9a190154ceacdbbada95476 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e15a5b53d1a8c1c3d372d2973315fa5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4f1fdc4167a415dfb6a9934428e53c5 = $(`<div id="html_d4f1fdc4167a415dfb6a9934428e53c5" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_e15a5b53d1a8c1c3d372d2973315fa5b.setContent(html_d4f1fdc4167a415dfb6a9934428e53c5);
|
|
|
|
|
|
|
|
marker_27e6577dc9b3274a25e1480a8da187c3.bindPopup(popup_e15a5b53d1a8c1c3d372d2973315fa5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27e6577dc9b3274a25e1480a8da187c3.setIcon(icon_09577b95b9a190154ceacdbbada95476);
|
|
|
|
|
|
var marker_f4609f68136fc04501b9f280a8c94e6b = L.marker(
|
|
[37.7749, -122.419],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_bbb61b24756e8b5aa71b2578ded6fa83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6932a3ed8b149fb43aa86e62552a816 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_735e01d61ae410b03da348eb862437e7 = $(`<div id="html_735e01d61ae410b03da348eb862437e7" style="width: 100.0%; height: 100.0%;">nostr.chvaja.cz</div>`)[0];
|
|
popup_e6932a3ed8b149fb43aa86e62552a816.setContent(html_735e01d61ae410b03da348eb862437e7);
|
|
|
|
|
|
|
|
marker_f4609f68136fc04501b9f280a8c94e6b.bindPopup(popup_e6932a3ed8b149fb43aa86e62552a816)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4609f68136fc04501b9f280a8c94e6b.setIcon(icon_bbb61b24756e8b5aa71b2578ded6fa83);
|
|
|
|
|
|
var marker_46decac25a79ec780e5d9efcf7f92d3a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_5195e626d7fd33060ee78059d5eca10c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e3c614030d268b3706300514f6f9d9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_870f9794ae5198e2d303a8558b374e0f = $(`<div id="html_870f9794ae5198e2d303a8558b374e0f" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_1e3c614030d268b3706300514f6f9d9c.setContent(html_870f9794ae5198e2d303a8558b374e0f);
|
|
|
|
|
|
|
|
marker_46decac25a79ec780e5d9efcf7f92d3a.bindPopup(popup_1e3c614030d268b3706300514f6f9d9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46decac25a79ec780e5d9efcf7f92d3a.setIcon(icon_5195e626d7fd33060ee78059d5eca10c);
|
|
|
|
|
|
var marker_9c892a8ea45cba5193db3b5ed616c433 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_ca81f93a3794029daca7861433790236 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7947a8ee1b8aaae9566599eed13aaa9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3dc5df978f5fd289715a0b48e9e21c2 = $(`<div id="html_b3dc5df978f5fd289715a0b48e9e21c2" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_c7947a8ee1b8aaae9566599eed13aaa9.setContent(html_b3dc5df978f5fd289715a0b48e9e21c2);
|
|
|
|
|
|
|
|
marker_9c892a8ea45cba5193db3b5ed616c433.bindPopup(popup_c7947a8ee1b8aaae9566599eed13aaa9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c892a8ea45cba5193db3b5ed616c433.setIcon(icon_ca81f93a3794029daca7861433790236);
|
|
|
|
|
|
var marker_d80b3da9b58a7ae03791d477c6522a0c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_520ebb5730bbdca249bf13be74396209 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbac520e901d49cfd6a27d65041fdd4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aad2f69d271d566ef77df86067cfd317 = $(`<div id="html_aad2f69d271d566ef77df86067cfd317" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_cbac520e901d49cfd6a27d65041fdd4c.setContent(html_aad2f69d271d566ef77df86067cfd317);
|
|
|
|
|
|
|
|
marker_d80b3da9b58a7ae03791d477c6522a0c.bindPopup(popup_cbac520e901d49cfd6a27d65041fdd4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d80b3da9b58a7ae03791d477c6522a0c.setIcon(icon_520ebb5730bbdca249bf13be74396209);
|
|
|
|
|
|
var marker_c6db48a9802fad67834ab3e24a2d57eb = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_45576cb354f2bd853026662dc0478627 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a76c129b514f62b0c28c96808302960c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_143aa3fa78563a7b4ecc9684fe18262e = $(`<div id="html_143aa3fa78563a7b4ecc9684fe18262e" style="width: 100.0%; height: 100.0%;">relay.underorion.se</div>`)[0];
|
|
popup_a76c129b514f62b0c28c96808302960c.setContent(html_143aa3fa78563a7b4ecc9684fe18262e);
|
|
|
|
|
|
|
|
marker_c6db48a9802fad67834ab3e24a2d57eb.bindPopup(popup_a76c129b514f62b0c28c96808302960c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6db48a9802fad67834ab3e24a2d57eb.setIcon(icon_45576cb354f2bd853026662dc0478627);
|
|
|
|
|
|
var marker_25ed178f2045b59055370d20c798c7e6 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_efb03baadf4023dbcc580ae3e8efd129 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22a4b4ff3e1b83fe45c72f4a60f91568 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bd57a3dbdd049e8acd5899503f2780b = $(`<div id="html_8bd57a3dbdd049e8acd5899503f2780b" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_22a4b4ff3e1b83fe45c72f4a60f91568.setContent(html_8bd57a3dbdd049e8acd5899503f2780b);
|
|
|
|
|
|
|
|
marker_25ed178f2045b59055370d20c798c7e6.bindPopup(popup_22a4b4ff3e1b83fe45c72f4a60f91568)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25ed178f2045b59055370d20c798c7e6.setIcon(icon_efb03baadf4023dbcc580ae3e8efd129);
|
|
|
|
|
|
var marker_8ca7586d6124084102dadc08a9a459e9 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_f46cd71429c2729719cbce9fa257589c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1235fd6f0f9f6755c716fe2aa55dd84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56766591e2073fa764339282dae5bc7a = $(`<div id="html_56766591e2073fa764339282dae5bc7a" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_f1235fd6f0f9f6755c716fe2aa55dd84.setContent(html_56766591e2073fa764339282dae5bc7a);
|
|
|
|
|
|
|
|
marker_8ca7586d6124084102dadc08a9a459e9.bindPopup(popup_f1235fd6f0f9f6755c716fe2aa55dd84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ca7586d6124084102dadc08a9a459e9.setIcon(icon_f46cd71429c2729719cbce9fa257589c);
|
|
|
|
|
|
var marker_b519c5a4b77c930fad503abd35d304cf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_87d8b112b51c1a7ea3b84df3fe5be22c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0df7ff9de5c513bdd31dd5276325a96b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf4dc9ade00069ca9a1ad4badf7bcfb4 = $(`<div id="html_bf4dc9ade00069ca9a1ad4badf7bcfb4" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_0df7ff9de5c513bdd31dd5276325a96b.setContent(html_bf4dc9ade00069ca9a1ad4badf7bcfb4);
|
|
|
|
|
|
|
|
marker_b519c5a4b77c930fad503abd35d304cf.bindPopup(popup_0df7ff9de5c513bdd31dd5276325a96b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b519c5a4b77c930fad503abd35d304cf.setIcon(icon_87d8b112b51c1a7ea3b84df3fe5be22c);
|
|
|
|
|
|
var marker_2a0bba1893ec6a5f357210bd566debe3 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_a8ce7a2e6fcb55a5f6b7019d821afb16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f589d331c45a451c933bf9477b51db4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a82ad9cf66b5c20bc2d3f717a9b3317b = $(`<div id="html_a82ad9cf66b5c20bc2d3f717a9b3317b" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_f589d331c45a451c933bf9477b51db4e.setContent(html_a82ad9cf66b5c20bc2d3f717a9b3317b);
|
|
|
|
|
|
|
|
marker_2a0bba1893ec6a5f357210bd566debe3.bindPopup(popup_f589d331c45a451c933bf9477b51db4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a0bba1893ec6a5f357210bd566debe3.setIcon(icon_a8ce7a2e6fcb55a5f6b7019d821afb16);
|
|
|
|
|
|
var marker_12c56868334f4e6c8ca50bf4ae8914f5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_c2190e2bd52289d8d8f619137b801b3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7296f568f1055c2247fd8b1d6e0b9ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94bb375ac8d9bb896a714d797d7c3254 = $(`<div id="html_94bb375ac8d9bb896a714d797d7c3254" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_f7296f568f1055c2247fd8b1d6e0b9ae.setContent(html_94bb375ac8d9bb896a714d797d7c3254);
|
|
|
|
|
|
|
|
marker_12c56868334f4e6c8ca50bf4ae8914f5.bindPopup(popup_f7296f568f1055c2247fd8b1d6e0b9ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12c56868334f4e6c8ca50bf4ae8914f5.setIcon(icon_c2190e2bd52289d8d8f619137b801b3d);
|
|
|
|
|
|
var marker_a61c8fbaf10555144230da3731060d81 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_6a2f2f03db8675e3821dada45162c327 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c0cd974f84143a9443a1dc5b785d8a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf9985587becf409753dec61911fdcf9 = $(`<div id="html_cf9985587becf409753dec61911fdcf9" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_1c0cd974f84143a9443a1dc5b785d8a7.setContent(html_cf9985587becf409753dec61911fdcf9);
|
|
|
|
|
|
|
|
marker_a61c8fbaf10555144230da3731060d81.bindPopup(popup_1c0cd974f84143a9443a1dc5b785d8a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a61c8fbaf10555144230da3731060d81.setIcon(icon_6a2f2f03db8675e3821dada45162c327);
|
|
|
|
|
|
var marker_e116e90726b912e44894cfb37eaa2880 = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_055f1753b53659cadbad6d537b7f9d05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f420d20b1bfa89f763ea5cb46077e419 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e2f1b7c5992c4de46563cdcc5522942 = $(`<div id="html_0e2f1b7c5992c4de46563cdcc5522942" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_f420d20b1bfa89f763ea5cb46077e419.setContent(html_0e2f1b7c5992c4de46563cdcc5522942);
|
|
|
|
|
|
|
|
marker_e116e90726b912e44894cfb37eaa2880.bindPopup(popup_f420d20b1bfa89f763ea5cb46077e419)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e116e90726b912e44894cfb37eaa2880.setIcon(icon_055f1753b53659cadbad6d537b7f9d05);
|
|
|
|
|
|
var marker_ab40d29047e6a34fbe59a1e3d1a0ae6c = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_e03295353a4a293a88d2318e0123acd9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e3f70e89a39631200d8be9d66905c56 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1c676be6ce87208704ecbb8bd05a471 = $(`<div id="html_d1c676be6ce87208704ecbb8bd05a471" style="width: 100.0%; height: 100.0%;">relay.nearhood.co.uk</div>`)[0];
|
|
popup_3e3f70e89a39631200d8be9d66905c56.setContent(html_d1c676be6ce87208704ecbb8bd05a471);
|
|
|
|
|
|
|
|
marker_ab40d29047e6a34fbe59a1e3d1a0ae6c.bindPopup(popup_3e3f70e89a39631200d8be9d66905c56)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab40d29047e6a34fbe59a1e3d1a0ae6c.setIcon(icon_e03295353a4a293a88d2318e0123acd9);
|
|
|
|
|
|
var marker_054e5730ceacab806fe8b83063ca2c5c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_b4a9a1133830e34377bfe58cef320917 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d4fd27009e1a20607b7a916c7bda26f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b81a566b9ab1eea191ba1f130c0c2f98 = $(`<div id="html_b81a566b9ab1eea191ba1f130c0c2f98" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_7d4fd27009e1a20607b7a916c7bda26f.setContent(html_b81a566b9ab1eea191ba1f130c0c2f98);
|
|
|
|
|
|
|
|
marker_054e5730ceacab806fe8b83063ca2c5c.bindPopup(popup_7d4fd27009e1a20607b7a916c7bda26f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_054e5730ceacab806fe8b83063ca2c5c.setIcon(icon_b4a9a1133830e34377bfe58cef320917);
|
|
|
|
|
|
var marker_1270e1a29162f6274b8a8d6811458bea = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_0e54053a7f696fd3bde89fd8c0db2f45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62e21b4b71890e6231a73d42461d2315 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d02d28cb5e4a29f499d2f922bb7339b5 = $(`<div id="html_d02d28cb5e4a29f499d2f922bb7339b5" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_62e21b4b71890e6231a73d42461d2315.setContent(html_d02d28cb5e4a29f499d2f922bb7339b5);
|
|
|
|
|
|
|
|
marker_1270e1a29162f6274b8a8d6811458bea.bindPopup(popup_62e21b4b71890e6231a73d42461d2315)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1270e1a29162f6274b8a8d6811458bea.setIcon(icon_0e54053a7f696fd3bde89fd8c0db2f45);
|
|
|
|
|
|
var marker_b92c51b8bb67782aa5102ae46c1290a1 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_fb74db05a31e96751b09e9c36269f35b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad927969e72b494104a3ab0b0e453fb2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed37e58b673d7926cf9b78ad9754055d = $(`<div id="html_ed37e58b673d7926cf9b78ad9754055d" style="width: 100.0%; height: 100.0%;">test.thedude.cloud</div>`)[0];
|
|
popup_ad927969e72b494104a3ab0b0e453fb2.setContent(html_ed37e58b673d7926cf9b78ad9754055d);
|
|
|
|
|
|
|
|
marker_b92c51b8bb67782aa5102ae46c1290a1.bindPopup(popup_ad927969e72b494104a3ab0b0e453fb2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b92c51b8bb67782aa5102ae46c1290a1.setIcon(icon_fb74db05a31e96751b09e9c36269f35b);
|
|
|
|
|
|
var marker_639d1c910bf36df22bd493114a622b1a = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_2a6a1a03684e37df7507b0c001e4e354 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2263bae15b2467305603c4c2880b6190 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd73804ef35e5758e4c476fd0af76065 = $(`<div id="html_dd73804ef35e5758e4c476fd0af76065" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_2263bae15b2467305603c4c2880b6190.setContent(html_dd73804ef35e5758e4c476fd0af76065);
|
|
|
|
|
|
|
|
marker_639d1c910bf36df22bd493114a622b1a.bindPopup(popup_2263bae15b2467305603c4c2880b6190)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_639d1c910bf36df22bd493114a622b1a.setIcon(icon_2a6a1a03684e37df7507b0c001e4e354);
|
|
|
|
|
|
var marker_de3740667c33b8a4ae305d92998157ff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_953dedebdf23dddb2fd8b895c25b5d45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d453a9a13454631653a1defc4fddaf23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03644894f6743c8438599ac9a35c6095 = $(`<div id="html_03644894f6743c8438599ac9a35c6095" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_d453a9a13454631653a1defc4fddaf23.setContent(html_03644894f6743c8438599ac9a35c6095);
|
|
|
|
|
|
|
|
marker_de3740667c33b8a4ae305d92998157ff.bindPopup(popup_d453a9a13454631653a1defc4fddaf23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de3740667c33b8a4ae305d92998157ff.setIcon(icon_953dedebdf23dddb2fd8b895c25b5d45);
|
|
|
|
|
|
var marker_0d2109f26dee388ec03a56bbb26ccf8d = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_1bc3c41f31bffc5e7779421a47b3855f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38d1d8e1f290e7d071066558514754fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ac1030f6a5f3b24ea462245dc4d4642 = $(`<div id="html_6ac1030f6a5f3b24ea462245dc4d4642" style="width: 100.0%; height: 100.0%;">relay.aarpia.com</div>`)[0];
|
|
popup_38d1d8e1f290e7d071066558514754fe.setContent(html_6ac1030f6a5f3b24ea462245dc4d4642);
|
|
|
|
|
|
|
|
marker_0d2109f26dee388ec03a56bbb26ccf8d.bindPopup(popup_38d1d8e1f290e7d071066558514754fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d2109f26dee388ec03a56bbb26ccf8d.setIcon(icon_1bc3c41f31bffc5e7779421a47b3855f);
|
|
|
|
|
|
var marker_9c7cbb5a3a227493ffc47c739dfd4430 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_290fccbe68f8e6601776ab8d67d011a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dec2dc35688ff64809fef0e25edd059e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1937af59a234416a45c56129beff0b45 = $(`<div id="html_1937af59a234416a45c56129beff0b45" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_dec2dc35688ff64809fef0e25edd059e.setContent(html_1937af59a234416a45c56129beff0b45);
|
|
|
|
|
|
|
|
marker_9c7cbb5a3a227493ffc47c739dfd4430.bindPopup(popup_dec2dc35688ff64809fef0e25edd059e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c7cbb5a3a227493ffc47c739dfd4430.setIcon(icon_290fccbe68f8e6601776ab8d67d011a4);
|
|
|
|
|
|
var marker_142d524c07d46210f1a33cc82db53e73 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_9efb21aa7e234aa0468316a81f6347ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbdfb9719f88a30f785d4506236467c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2b04b48703492c36d1c314667bc97a2 = $(`<div id="html_a2b04b48703492c36d1c314667bc97a2" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_fbdfb9719f88a30f785d4506236467c3.setContent(html_a2b04b48703492c36d1c314667bc97a2);
|
|
|
|
|
|
|
|
marker_142d524c07d46210f1a33cc82db53e73.bindPopup(popup_fbdfb9719f88a30f785d4506236467c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_142d524c07d46210f1a33cc82db53e73.setIcon(icon_9efb21aa7e234aa0468316a81f6347ac);
|
|
|
|
|
|
var marker_fb36ce3a6744bf7089d3a9227242facd = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_6cedfc04e55f79aa8fba61562fab2aa1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_306ff3aad2206f846eca5017dc3abfcf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3a8674406f7d2d678d6e95290ea7aa6 = $(`<div id="html_a3a8674406f7d2d678d6e95290ea7aa6" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_306ff3aad2206f846eca5017dc3abfcf.setContent(html_a3a8674406f7d2d678d6e95290ea7aa6);
|
|
|
|
|
|
|
|
marker_fb36ce3a6744bf7089d3a9227242facd.bindPopup(popup_306ff3aad2206f846eca5017dc3abfcf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb36ce3a6744bf7089d3a9227242facd.setIcon(icon_6cedfc04e55f79aa8fba61562fab2aa1);
|
|
|
|
|
|
var marker_f9a75b6550aa3bf1a82aae6be0fe2c7d = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_d0762b3a15c705755152604eca27c49e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42f1dae391216546e3e61314a801f87f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffbf3dbf9f567b1ab57011d22e85be6c = $(`<div id="html_ffbf3dbf9f567b1ab57011d22e85be6c" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_42f1dae391216546e3e61314a801f87f.setContent(html_ffbf3dbf9f567b1ab57011d22e85be6c);
|
|
|
|
|
|
|
|
marker_f9a75b6550aa3bf1a82aae6be0fe2c7d.bindPopup(popup_42f1dae391216546e3e61314a801f87f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9a75b6550aa3bf1a82aae6be0fe2c7d.setIcon(icon_d0762b3a15c705755152604eca27c49e);
|
|
|
|
|
|
var marker_43e7393d84291833a0af734f9a07ef6c = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_6053a88f9301dc662729b75c84692a72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b80acd93f07f1f1c0988c12242a86867 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_129c0d8dc65b25c4b01d4fe45700e34c = $(`<div id="html_129c0d8dc65b25c4b01d4fe45700e34c" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_b80acd93f07f1f1c0988c12242a86867.setContent(html_129c0d8dc65b25c4b01d4fe45700e34c);
|
|
|
|
|
|
|
|
marker_43e7393d84291833a0af734f9a07ef6c.bindPopup(popup_b80acd93f07f1f1c0988c12242a86867)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43e7393d84291833a0af734f9a07ef6c.setIcon(icon_6053a88f9301dc662729b75c84692a72);
|
|
|
|
|
|
var marker_270e63c89209d776770a877420277e0e = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_72d4bac2c534781b8bad897a407b3531 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0530e507be717ca32f86261dc169876 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_605dfeb41ba14e7e228a830656a3babe = $(`<div id="html_605dfeb41ba14e7e228a830656a3babe" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_c0530e507be717ca32f86261dc169876.setContent(html_605dfeb41ba14e7e228a830656a3babe);
|
|
|
|
|
|
|
|
marker_270e63c89209d776770a877420277e0e.bindPopup(popup_c0530e507be717ca32f86261dc169876)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_270e63c89209d776770a877420277e0e.setIcon(icon_72d4bac2c534781b8bad897a407b3531);
|
|
|
|
|
|
var marker_3c901310c64715ab44ec8ff0136e6316 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_efa580e2499e92abe0cd10bfa090417d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8a167bdbe5153aa4c1c778fddbbb66b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd65c02aaae6ef910e1c1b922b543912 = $(`<div id="html_bd65c02aaae6ef910e1c1b922b543912" style="width: 100.0%; height: 100.0%;">relay.staging.plebeian.market</div>`)[0];
|
|
popup_a8a167bdbe5153aa4c1c778fddbbb66b.setContent(html_bd65c02aaae6ef910e1c1b922b543912);
|
|
|
|
|
|
|
|
marker_3c901310c64715ab44ec8ff0136e6316.bindPopup(popup_a8a167bdbe5153aa4c1c778fddbbb66b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c901310c64715ab44ec8ff0136e6316.setIcon(icon_efa580e2499e92abe0cd10bfa090417d);
|
|
|
|
|
|
var marker_bf5fdbf2ab526d1ed52c34312b3746c6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_3316bb70df3ad733afcda4224a3dd843 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f53da31fef1d1396781f2611c34140fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16557a980f7546e605c0712321cd2340 = $(`<div id="html_16557a980f7546e605c0712321cd2340" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_f53da31fef1d1396781f2611c34140fb.setContent(html_16557a980f7546e605c0712321cd2340);
|
|
|
|
|
|
|
|
marker_bf5fdbf2ab526d1ed52c34312b3746c6.bindPopup(popup_f53da31fef1d1396781f2611c34140fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf5fdbf2ab526d1ed52c34312b3746c6.setIcon(icon_3316bb70df3ad733afcda4224a3dd843);
|
|
|
|
|
|
var marker_fd272c45c1e3c4f98bab979a24618a65 = L.marker(
|
|
[51.2821, 6.78285],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_53f2f05999307e2b684de274ce04346c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82984c39b799ac305fc1f9283d83eb70 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_365c861460306c907c10d7c81342c236 = $(`<div id="html_365c861460306c907c10d7c81342c236" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_82984c39b799ac305fc1f9283d83eb70.setContent(html_365c861460306c907c10d7c81342c236);
|
|
|
|
|
|
|
|
marker_fd272c45c1e3c4f98bab979a24618a65.bindPopup(popup_82984c39b799ac305fc1f9283d83eb70)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd272c45c1e3c4f98bab979a24618a65.setIcon(icon_53f2f05999307e2b684de274ce04346c);
|
|
|
|
|
|
var marker_5455f7b726d9a70f828a2629caba3768 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_f7ec067f5f0d25cdada7fe8ced099f80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef3bb68737e9ee7d4a1234131935cc24 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0511d7a419a9307ae49dd004f5526a72 = $(`<div id="html_0511d7a419a9307ae49dd004f5526a72" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_ef3bb68737e9ee7d4a1234131935cc24.setContent(html_0511d7a419a9307ae49dd004f5526a72);
|
|
|
|
|
|
|
|
marker_5455f7b726d9a70f828a2629caba3768.bindPopup(popup_ef3bb68737e9ee7d4a1234131935cc24)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5455f7b726d9a70f828a2629caba3768.setIcon(icon_f7ec067f5f0d25cdada7fe8ced099f80);
|
|
|
|
|
|
var marker_defdea77164cbe8def7456ae76dee106 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_73fe34dfc64b0e769a173e6b1c33b360 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_881c29d74bb164033746aa82ba00c5fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd6f32b7c02ac80b684ed3bf700da7db = $(`<div id="html_cd6f32b7c02ac80b684ed3bf700da7db" style="width: 100.0%; height: 100.0%;">offchain.bostr.online</div>`)[0];
|
|
popup_881c29d74bb164033746aa82ba00c5fb.setContent(html_cd6f32b7c02ac80b684ed3bf700da7db);
|
|
|
|
|
|
|
|
marker_defdea77164cbe8def7456ae76dee106.bindPopup(popup_881c29d74bb164033746aa82ba00c5fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_defdea77164cbe8def7456ae76dee106.setIcon(icon_73fe34dfc64b0e769a173e6b1c33b360);
|
|
|
|
|
|
var marker_f187574bd560a7fd2436f7343c432503 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_ac1b4ec91954bf0105acaf13fcf8e3c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d165559ffcdf235108f89ce905cb8cfd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_488928705ed10ae7366e1929e1793428 = $(`<div id="html_488928705ed10ae7366e1929e1793428" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_d165559ffcdf235108f89ce905cb8cfd.setContent(html_488928705ed10ae7366e1929e1793428);
|
|
|
|
|
|
|
|
marker_f187574bd560a7fd2436f7343c432503.bindPopup(popup_d165559ffcdf235108f89ce905cb8cfd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f187574bd560a7fd2436f7343c432503.setIcon(icon_ac1b4ec91954bf0105acaf13fcf8e3c5);
|
|
|
|
|
|
var marker_5ec9b9e21c87a4bea059b1bcd60ff53e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_ead872969991719f550b1f8d4410635b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_088210e6e0ad2302bf2c7369702d50ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9238d1d942c033d70377476decba938 = $(`<div id="html_b9238d1d942c033d70377476decba938" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_088210e6e0ad2302bf2c7369702d50ff.setContent(html_b9238d1d942c033d70377476decba938);
|
|
|
|
|
|
|
|
marker_5ec9b9e21c87a4bea059b1bcd60ff53e.bindPopup(popup_088210e6e0ad2302bf2c7369702d50ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ec9b9e21c87a4bea059b1bcd60ff53e.setIcon(icon_ead872969991719f550b1f8d4410635b);
|
|
|
|
|
|
var marker_8a97ee0af16e192c13c756d64adf21ac = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_eeebe2155d56ae619ccbc755f8e091fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d020570fe554abaf7c02541d212e201 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5dbfcc5e360febfdc3c7a8f117e6589d = $(`<div id="html_5dbfcc5e360febfdc3c7a8f117e6589d" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_7d020570fe554abaf7c02541d212e201.setContent(html_5dbfcc5e360febfdc3c7a8f117e6589d);
|
|
|
|
|
|
|
|
marker_8a97ee0af16e192c13c756d64adf21ac.bindPopup(popup_7d020570fe554abaf7c02541d212e201)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a97ee0af16e192c13c756d64adf21ac.setIcon(icon_eeebe2155d56ae619ccbc755f8e091fc);
|
|
|
|
|
|
var marker_37caa436176294c94b5386731b91f212 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_d9fcfdd6a9b3e162a51546d77c77a22a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_807a1c8d2013282805d7a73b5f4f741b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aada86a034793d14d596a1f3b7e37f98 = $(`<div id="html_aada86a034793d14d596a1f3b7e37f98" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_807a1c8d2013282805d7a73b5f4f741b.setContent(html_aada86a034793d14d596a1f3b7e37f98);
|
|
|
|
|
|
|
|
marker_37caa436176294c94b5386731b91f212.bindPopup(popup_807a1c8d2013282805d7a73b5f4f741b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37caa436176294c94b5386731b91f212.setIcon(icon_d9fcfdd6a9b3e162a51546d77c77a22a);
|
|
|
|
|
|
var marker_e952b726632f2661aa6b92a59b4e7493 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_40e03afff95a2d4f9ba49f90b4b1a39b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e0ede1d0c31d4e629b1ee399f63faa3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fea949ca9e1cf78ac9a646627aa12e7 = $(`<div id="html_8fea949ca9e1cf78ac9a646627aa12e7" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_8e0ede1d0c31d4e629b1ee399f63faa3.setContent(html_8fea949ca9e1cf78ac9a646627aa12e7);
|
|
|
|
|
|
|
|
marker_e952b726632f2661aa6b92a59b4e7493.bindPopup(popup_8e0ede1d0c31d4e629b1ee399f63faa3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e952b726632f2661aa6b92a59b4e7493.setIcon(icon_40e03afff95a2d4f9ba49f90b4b1a39b);
|
|
|
|
|
|
var marker_20b0ad6e7bb3c60376540b2f06c89483 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_4be759237712751bcbae793eebcca14e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d495cc78959d1e4dee471e76f44ac500 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7577610cebd1968c7c0995d8b315005b = $(`<div id="html_7577610cebd1968c7c0995d8b315005b" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_d495cc78959d1e4dee471e76f44ac500.setContent(html_7577610cebd1968c7c0995d8b315005b);
|
|
|
|
|
|
|
|
marker_20b0ad6e7bb3c60376540b2f06c89483.bindPopup(popup_d495cc78959d1e4dee471e76f44ac500)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20b0ad6e7bb3c60376540b2f06c89483.setIcon(icon_4be759237712751bcbae793eebcca14e);
|
|
|
|
|
|
var marker_579558793bdc5f90b825837aa32512fd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_3aaa298cc07527cde04f2f929bf1f10e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70c8f1d61b51462c1557914e65177a37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22ffe94cc049e793dd7e0774486496b4 = $(`<div id="html_22ffe94cc049e793dd7e0774486496b4" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_70c8f1d61b51462c1557914e65177a37.setContent(html_22ffe94cc049e793dd7e0774486496b4);
|
|
|
|
|
|
|
|
marker_579558793bdc5f90b825837aa32512fd.bindPopup(popup_70c8f1d61b51462c1557914e65177a37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_579558793bdc5f90b825837aa32512fd.setIcon(icon_3aaa298cc07527cde04f2f929bf1f10e);
|
|
|
|
|
|
var marker_eb786b05841f02cf101f3bb62a31497d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_8f40aafbff71d85172369dd745757ead = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64f26e6d1ca1a610d39244d134b3b7a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4838b47a06c692d5a6dfcceee8398404 = $(`<div id="html_4838b47a06c692d5a6dfcceee8398404" style="width: 100.0%; height: 100.0%;">nostr.debate.report</div>`)[0];
|
|
popup_64f26e6d1ca1a610d39244d134b3b7a9.setContent(html_4838b47a06c692d5a6dfcceee8398404);
|
|
|
|
|
|
|
|
marker_eb786b05841f02cf101f3bb62a31497d.bindPopup(popup_64f26e6d1ca1a610d39244d134b3b7a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb786b05841f02cf101f3bb62a31497d.setIcon(icon_8f40aafbff71d85172369dd745757ead);
|
|
|
|
|
|
var marker_82f72227f6db0d42b2f55329e3dea775 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_ec581eaddfc52123d4d5653f66140c89 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bcceb031f8121861de8ab46dacc9d064 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed7301d0cfc63f6b49a2a7b8369a420b = $(`<div id="html_ed7301d0cfc63f6b49a2a7b8369a420b" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_bcceb031f8121861de8ab46dacc9d064.setContent(html_ed7301d0cfc63f6b49a2a7b8369a420b);
|
|
|
|
|
|
|
|
marker_82f72227f6db0d42b2f55329e3dea775.bindPopup(popup_bcceb031f8121861de8ab46dacc9d064)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82f72227f6db0d42b2f55329e3dea775.setIcon(icon_ec581eaddfc52123d4d5653f66140c89);
|
|
|
|
|
|
var marker_35f5f977ac1f71ecd9a6d9af083cca9b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_01a85b9aedea0d25f717c9919b689dd1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b59e0c7bb607f7731c31abad09c29b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8be28ce8653d59e6f82f0a712c11fa41 = $(`<div id="html_8be28ce8653d59e6f82f0a712c11fa41" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_9b59e0c7bb607f7731c31abad09c29b7.setContent(html_8be28ce8653d59e6f82f0a712c11fa41);
|
|
|
|
|
|
|
|
marker_35f5f977ac1f71ecd9a6d9af083cca9b.bindPopup(popup_9b59e0c7bb607f7731c31abad09c29b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35f5f977ac1f71ecd9a6d9af083cca9b.setIcon(icon_01a85b9aedea0d25f717c9919b689dd1);
|
|
|
|
|
|
var marker_281bb8ef8a2e6bff1ad4ca9f3f560108 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_d0c62f55fbcef1735da7c3281a8d667c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_555a6ac3b3e6cbc0ae47a4ef63296f96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8698da5ef4f87376d1f168c7d001aef = $(`<div id="html_c8698da5ef4f87376d1f168c7d001aef" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_555a6ac3b3e6cbc0ae47a4ef63296f96.setContent(html_c8698da5ef4f87376d1f168c7d001aef);
|
|
|
|
|
|
|
|
marker_281bb8ef8a2e6bff1ad4ca9f3f560108.bindPopup(popup_555a6ac3b3e6cbc0ae47a4ef63296f96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_281bb8ef8a2e6bff1ad4ca9f3f560108.setIcon(icon_d0c62f55fbcef1735da7c3281a8d667c);
|
|
|
|
|
|
var marker_774811fe00b71c57067a1f8354a1d57e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_a81ff70784bf8d7bc4b0078b89d304eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6c9412c761188261bec56df34b86fa0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_446f503946708d5a883380c8776dbe96 = $(`<div id="html_446f503946708d5a883380c8776dbe96" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net:443</div>`)[0];
|
|
popup_d6c9412c761188261bec56df34b86fa0.setContent(html_446f503946708d5a883380c8776dbe96);
|
|
|
|
|
|
|
|
marker_774811fe00b71c57067a1f8354a1d57e.bindPopup(popup_d6c9412c761188261bec56df34b86fa0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_774811fe00b71c57067a1f8354a1d57e.setIcon(icon_a81ff70784bf8d7bc4b0078b89d304eb);
|
|
|
|
|
|
var marker_061821496abef4f7170177c3e7a87e73 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_709a0840fdd37ded1cf0e1705c89b687 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8db1c946d35443b2f857e0fafeb1c98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e352b60df832ca6b3ca39722799fa0c6 = $(`<div id="html_e352b60df832ca6b3ca39722799fa0c6" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_e8db1c946d35443b2f857e0fafeb1c98.setContent(html_e352b60df832ca6b3ca39722799fa0c6);
|
|
|
|
|
|
|
|
marker_061821496abef4f7170177c3e7a87e73.bindPopup(popup_e8db1c946d35443b2f857e0fafeb1c98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_061821496abef4f7170177c3e7a87e73.setIcon(icon_709a0840fdd37ded1cf0e1705c89b687);
|
|
|
|
|
|
var marker_fd91bfb621e4c37c213f1d6eaac04b41 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_bd6e8e595344f66a5570e8a67c554ec8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e612f9008ca046de051227524c9031cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6fabc5642838481de575e383e471361 = $(`<div id="html_f6fabc5642838481de575e383e471361" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_e612f9008ca046de051227524c9031cf.setContent(html_f6fabc5642838481de575e383e471361);
|
|
|
|
|
|
|
|
marker_fd91bfb621e4c37c213f1d6eaac04b41.bindPopup(popup_e612f9008ca046de051227524c9031cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd91bfb621e4c37c213f1d6eaac04b41.setIcon(icon_bd6e8e595344f66a5570e8a67c554ec8);
|
|
|
|
|
|
var marker_517369aea1c879d3354f2ed5216708b9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_8ba8e7bf78b144502b3cc8d15582804e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d80438243daee051b1df0ea39faec5eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_778487f02b6f7de8eec048cf02a6f93b = $(`<div id="html_778487f02b6f7de8eec048cf02a6f93b" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_d80438243daee051b1df0ea39faec5eb.setContent(html_778487f02b6f7de8eec048cf02a6f93b);
|
|
|
|
|
|
|
|
marker_517369aea1c879d3354f2ed5216708b9.bindPopup(popup_d80438243daee051b1df0ea39faec5eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_517369aea1c879d3354f2ed5216708b9.setIcon(icon_8ba8e7bf78b144502b3cc8d15582804e);
|
|
|
|
|
|
var marker_19cf0fd7e4574c1df9b260c7cc7439e8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_67688ea9036ca9509a943804c2477a77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64b49e5331c3c976bd06732371c1ee9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2df0cb98033ad56cd3349e6ec0b4dc2c = $(`<div id="html_2df0cb98033ad56cd3349e6ec0b4dc2c" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_64b49e5331c3c976bd06732371c1ee9d.setContent(html_2df0cb98033ad56cd3349e6ec0b4dc2c);
|
|
|
|
|
|
|
|
marker_19cf0fd7e4574c1df9b260c7cc7439e8.bindPopup(popup_64b49e5331c3c976bd06732371c1ee9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19cf0fd7e4574c1df9b260c7cc7439e8.setIcon(icon_67688ea9036ca9509a943804c2477a77);
|
|
|
|
|
|
var marker_5dcfdeffbd6598bdf306e92630b69471 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_42022b1bb06c53fccdad2057f382a5a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_382cc0181c4f50188721e3bd663afe61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c130e99d53c4f5c0420fb0448b25d89 = $(`<div id="html_1c130e99d53c4f5c0420fb0448b25d89" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_382cc0181c4f50188721e3bd663afe61.setContent(html_1c130e99d53c4f5c0420fb0448b25d89);
|
|
|
|
|
|
|
|
marker_5dcfdeffbd6598bdf306e92630b69471.bindPopup(popup_382cc0181c4f50188721e3bd663afe61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5dcfdeffbd6598bdf306e92630b69471.setIcon(icon_42022b1bb06c53fccdad2057f382a5a9);
|
|
|
|
|
|
var marker_89bc30ce587bd397a62d5007f055a4fd = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_27b6db78b318f70f4638db99258fde7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed9c8c64e2977ed20f68defd6da9a4c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_128e6784ebc117142f63ec992d5eb8a5 = $(`<div id="html_128e6784ebc117142f63ec992d5eb8a5" style="width: 100.0%; height: 100.0%;">nostr2.thalheim.io</div>`)[0];
|
|
popup_ed9c8c64e2977ed20f68defd6da9a4c9.setContent(html_128e6784ebc117142f63ec992d5eb8a5);
|
|
|
|
|
|
|
|
marker_89bc30ce587bd397a62d5007f055a4fd.bindPopup(popup_ed9c8c64e2977ed20f68defd6da9a4c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89bc30ce587bd397a62d5007f055a4fd.setIcon(icon_27b6db78b318f70f4638db99258fde7e);
|
|
|
|
|
|
var marker_e3683b75db39700e4ef7f7a2cc1fc667 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_f7b4707c46e7b04ddb94d72ff7a68a58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29dc9072d0ca2e1b04aa688fa62faaf9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a65396d0fb77aa57952e7eb549557a4c = $(`<div id="html_a65396d0fb77aa57952e7eb549557a4c" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_29dc9072d0ca2e1b04aa688fa62faaf9.setContent(html_a65396d0fb77aa57952e7eb549557a4c);
|
|
|
|
|
|
|
|
marker_e3683b75db39700e4ef7f7a2cc1fc667.bindPopup(popup_29dc9072d0ca2e1b04aa688fa62faaf9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3683b75db39700e4ef7f7a2cc1fc667.setIcon(icon_f7b4707c46e7b04ddb94d72ff7a68a58);
|
|
|
|
|
|
var marker_9b9c367dd8f26507694f4f5346192318 = L.marker(
|
|
[49.0291, 8.35705],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_e8c9a1d9724562f67f78490e5abd9d95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3153f7c6315d2b48936c409d1819c4ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abd5142aa1b0df2448982967b139239f = $(`<div id="html_abd5142aa1b0df2448982967b139239f" style="width: 100.0%; height: 100.0%;">relay.dyne.org</div>`)[0];
|
|
popup_3153f7c6315d2b48936c409d1819c4ac.setContent(html_abd5142aa1b0df2448982967b139239f);
|
|
|
|
|
|
|
|
marker_9b9c367dd8f26507694f4f5346192318.bindPopup(popup_3153f7c6315d2b48936c409d1819c4ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b9c367dd8f26507694f4f5346192318.setIcon(icon_e8c9a1d9724562f67f78490e5abd9d95);
|
|
|
|
|
|
var marker_dae920caaef614dcaa0ebd4668083ea9 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_42eec0f23339a43e46923d3d546ee853 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7713f734e4d939e5c21631c199043bc6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3272be99c7925699ca1338e0ab2a3d05 = $(`<div id="html_3272be99c7925699ca1338e0ab2a3d05" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_7713f734e4d939e5c21631c199043bc6.setContent(html_3272be99c7925699ca1338e0ab2a3d05);
|
|
|
|
|
|
|
|
marker_dae920caaef614dcaa0ebd4668083ea9.bindPopup(popup_7713f734e4d939e5c21631c199043bc6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dae920caaef614dcaa0ebd4668083ea9.setIcon(icon_42eec0f23339a43e46923d3d546ee853);
|
|
|
|
|
|
var marker_9538e34c8cf991399cc21e5ecf46629e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_dd920a2b0b1313b1fc630ba951532b38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_617353d42bfafff8988d8a032efec1b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b1f68546b9a7f346712e9de60146c5f = $(`<div id="html_8b1f68546b9a7f346712e9de60146c5f" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_617353d42bfafff8988d8a032efec1b7.setContent(html_8b1f68546b9a7f346712e9de60146c5f);
|
|
|
|
|
|
|
|
marker_9538e34c8cf991399cc21e5ecf46629e.bindPopup(popup_617353d42bfafff8988d8a032efec1b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9538e34c8cf991399cc21e5ecf46629e.setIcon(icon_dd920a2b0b1313b1fc630ba951532b38);
|
|
|
|
|
|
var marker_c1e179c7285c8f712ef653c86a401c8e = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_ee937160aa2dceed7cbd66b7dfac5ea9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5827047aec1e8d09443e8280678476d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce2f3fd97b3da64cd352defbe0de972c = $(`<div id="html_ce2f3fd97b3da64cd352defbe0de972c" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_c5827047aec1e8d09443e8280678476d.setContent(html_ce2f3fd97b3da64cd352defbe0de972c);
|
|
|
|
|
|
|
|
marker_c1e179c7285c8f712ef653c86a401c8e.bindPopup(popup_c5827047aec1e8d09443e8280678476d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1e179c7285c8f712ef653c86a401c8e.setIcon(icon_ee937160aa2dceed7cbd66b7dfac5ea9);
|
|
|
|
|
|
var marker_bb0513d5517b8b172e3bb1faf7248c64 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_01371ea051c7db2eab9ce6c17e2455dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cea13e91dfc04dd140ff7a91bf557537 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c53a684d9d70950f06d562c6c58d76c = $(`<div id="html_9c53a684d9d70950f06d562c6c58d76c" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_cea13e91dfc04dd140ff7a91bf557537.setContent(html_9c53a684d9d70950f06d562c6c58d76c);
|
|
|
|
|
|
|
|
marker_bb0513d5517b8b172e3bb1faf7248c64.bindPopup(popup_cea13e91dfc04dd140ff7a91bf557537)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb0513d5517b8b172e3bb1faf7248c64.setIcon(icon_01371ea051c7db2eab9ce6c17e2455dc);
|
|
|
|
|
|
var marker_8cad05be45b99cf23770873ecc669f03 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_40ea49ca01b827da386ec94b348885de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98ddcbd8f4c918d8d767779e9e1c2750 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb76404a68fc6aff23d9488d1c56c764 = $(`<div id="html_bb76404a68fc6aff23d9488d1c56c764" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_98ddcbd8f4c918d8d767779e9e1c2750.setContent(html_bb76404a68fc6aff23d9488d1c56c764);
|
|
|
|
|
|
|
|
marker_8cad05be45b99cf23770873ecc669f03.bindPopup(popup_98ddcbd8f4c918d8d767779e9e1c2750)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8cad05be45b99cf23770873ecc669f03.setIcon(icon_40ea49ca01b827da386ec94b348885de);
|
|
|
|
|
|
var marker_f7653230b12c8a6f0887a14cfd500bb4 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_97352d5f1541b24389b17d61c1d8b7b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4b9d2a75ce9b9e82b9030ba5fdf3d97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43df1c86f01e8e01a9e1ef281aea8895 = $(`<div id="html_43df1c86f01e8e01a9e1ef281aea8895" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com:443</div>`)[0];
|
|
popup_c4b9d2a75ce9b9e82b9030ba5fdf3d97.setContent(html_43df1c86f01e8e01a9e1ef281aea8895);
|
|
|
|
|
|
|
|
marker_f7653230b12c8a6f0887a14cfd500bb4.bindPopup(popup_c4b9d2a75ce9b9e82b9030ba5fdf3d97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7653230b12c8a6f0887a14cfd500bb4.setIcon(icon_97352d5f1541b24389b17d61c1d8b7b9);
|
|
|
|
|
|
var marker_ef5588ac4583e348f000a878d03850cc = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_be75b6a12a4f060acda547a32d70b0fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d487c45e422efce53ddd6dabc5edb50b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1aab82677fb5dde3201164093d94138c = $(`<div id="html_1aab82677fb5dde3201164093d94138c" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_d487c45e422efce53ddd6dabc5edb50b.setContent(html_1aab82677fb5dde3201164093d94138c);
|
|
|
|
|
|
|
|
marker_ef5588ac4583e348f000a878d03850cc.bindPopup(popup_d487c45e422efce53ddd6dabc5edb50b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef5588ac4583e348f000a878d03850cc.setIcon(icon_be75b6a12a4f060acda547a32d70b0fd);
|
|
|
|
|
|
var marker_a7370666f689e2b718565507f27cdaf0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_5dd641b03642dcaa9b55ec29cb842f2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b2202d76b8e99c977e711eec03e323a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68f24e435a8970a26b2b34378144047d = $(`<div id="html_68f24e435a8970a26b2b34378144047d" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_7b2202d76b8e99c977e711eec03e323a.setContent(html_68f24e435a8970a26b2b34378144047d);
|
|
|
|
|
|
|
|
marker_a7370666f689e2b718565507f27cdaf0.bindPopup(popup_7b2202d76b8e99c977e711eec03e323a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7370666f689e2b718565507f27cdaf0.setIcon(icon_5dd641b03642dcaa9b55ec29cb842f2b);
|
|
|
|
|
|
var marker_77b2c6710bb0b9ee056e2800b4cc679c = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_beeeec8d7bd9bb6938868eafaa879bdd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_111df0573c767156134669a2dd3ffed0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41b105c9936edc1ac51c50a50d292b80 = $(`<div id="html_41b105c9936edc1ac51c50a50d292b80" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_111df0573c767156134669a2dd3ffed0.setContent(html_41b105c9936edc1ac51c50a50d292b80);
|
|
|
|
|
|
|
|
marker_77b2c6710bb0b9ee056e2800b4cc679c.bindPopup(popup_111df0573c767156134669a2dd3ffed0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77b2c6710bb0b9ee056e2800b4cc679c.setIcon(icon_beeeec8d7bd9bb6938868eafaa879bdd);
|
|
|
|
|
|
var marker_84707b316816fa385ead8b27e9685adb = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_0023e434695aa06f957828b65f48fed6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d22f1354193649fff470732da0b9ddb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_654e11a68fb80880856b7c0680ba438c = $(`<div id="html_654e11a68fb80880856b7c0680ba438c" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_9d22f1354193649fff470732da0b9ddb.setContent(html_654e11a68fb80880856b7c0680ba438c);
|
|
|
|
|
|
|
|
marker_84707b316816fa385ead8b27e9685adb.bindPopup(popup_9d22f1354193649fff470732da0b9ddb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84707b316816fa385ead8b27e9685adb.setIcon(icon_0023e434695aa06f957828b65f48fed6);
|
|
|
|
|
|
var marker_9481698ce7dd466e941c0766f678e7fd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_6778933955220020d6624047ddbb5c1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0be028d49b8397e15907ce18487fad9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3649874a3fdfa7f831c8935c7977dca1 = $(`<div id="html_3649874a3fdfa7f831c8935c7977dca1" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_0be028d49b8397e15907ce18487fad9d.setContent(html_3649874a3fdfa7f831c8935c7977dca1);
|
|
|
|
|
|
|
|
marker_9481698ce7dd466e941c0766f678e7fd.bindPopup(popup_0be028d49b8397e15907ce18487fad9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9481698ce7dd466e941c0766f678e7fd.setIcon(icon_6778933955220020d6624047ddbb5c1e);
|
|
|
|
|
|
var marker_8acbc1aa3675ec3373179ccbe0f8c09c = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_9993784e81675c0ed502620c178668dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_322620f6c95dec253330ccdd138f4b24 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60007d444abf61e432c4f81b5d227b93 = $(`<div id="html_60007d444abf61e432c4f81b5d227b93" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_322620f6c95dec253330ccdd138f4b24.setContent(html_60007d444abf61e432c4f81b5d227b93);
|
|
|
|
|
|
|
|
marker_8acbc1aa3675ec3373179ccbe0f8c09c.bindPopup(popup_322620f6c95dec253330ccdd138f4b24)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8acbc1aa3675ec3373179ccbe0f8c09c.setIcon(icon_9993784e81675c0ed502620c178668dc);
|
|
|
|
|
|
var marker_b1207bf9af4c12bda5158361234eb2c5 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_575a3d6861c0bf7de62d2a58faca7776 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31bedf257f43667bbccd62564b00a576 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4a7f6192f916151258f5314322c319d = $(`<div id="html_b4a7f6192f916151258f5314322c319d" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_31bedf257f43667bbccd62564b00a576.setContent(html_b4a7f6192f916151258f5314322c319d);
|
|
|
|
|
|
|
|
marker_b1207bf9af4c12bda5158361234eb2c5.bindPopup(popup_31bedf257f43667bbccd62564b00a576)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1207bf9af4c12bda5158361234eb2c5.setIcon(icon_575a3d6861c0bf7de62d2a58faca7776);
|
|
|
|
|
|
var marker_41fa8bcc5ea876a8edee129dea81e281 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_e4949174b87dc4d2651f4a15c5f9a5f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fde509f2c15f6d1c8fe38de4446f55d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_833893ae175bc681987333d3cad98cf5 = $(`<div id="html_833893ae175bc681987333d3cad98cf5" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_8fde509f2c15f6d1c8fe38de4446f55d.setContent(html_833893ae175bc681987333d3cad98cf5);
|
|
|
|
|
|
|
|
marker_41fa8bcc5ea876a8edee129dea81e281.bindPopup(popup_8fde509f2c15f6d1c8fe38de4446f55d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41fa8bcc5ea876a8edee129dea81e281.setIcon(icon_e4949174b87dc4d2651f4a15c5f9a5f0);
|
|
|
|
|
|
var marker_35d8e9a1c1e38ef17592eba94ed60458 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_5737ede7adfd6de9859800564f5982f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ff064ec70494e989956994d6c5546a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0de99a2816f4d02e57fc970b320c59bf = $(`<div id="html_0de99a2816f4d02e57fc970b320c59bf" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_8ff064ec70494e989956994d6c5546a8.setContent(html_0de99a2816f4d02e57fc970b320c59bf);
|
|
|
|
|
|
|
|
marker_35d8e9a1c1e38ef17592eba94ed60458.bindPopup(popup_8ff064ec70494e989956994d6c5546a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35d8e9a1c1e38ef17592eba94ed60458.setIcon(icon_5737ede7adfd6de9859800564f5982f1);
|
|
|
|
|
|
var marker_15bd2ab183121c7720f99c75e1f09296 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_6b9699b1e0da9bcdd22f4e97c2001f6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_605222e4d1bd875a920c6c5b60a8ea9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5015fe6130d2e44a2584a72726f1440 = $(`<div id="html_f5015fe6130d2e44a2584a72726f1440" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_605222e4d1bd875a920c6c5b60a8ea9d.setContent(html_f5015fe6130d2e44a2584a72726f1440);
|
|
|
|
|
|
|
|
marker_15bd2ab183121c7720f99c75e1f09296.bindPopup(popup_605222e4d1bd875a920c6c5b60a8ea9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15bd2ab183121c7720f99c75e1f09296.setIcon(icon_6b9699b1e0da9bcdd22f4e97c2001f6c);
|
|
|
|
|
|
var marker_d97fd5ac68a880c42ead926a621ae75c = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_b814d7252cfbf08768c830c01772054a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9ddd3194170382618fdbdb155e36d5f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a42ff5a5e1e2376635734fa3aeb18df5 = $(`<div id="html_a42ff5a5e1e2376635734fa3aeb18df5" style="width: 100.0%; height: 100.0%;">portal-relay.pareto.space</div>`)[0];
|
|
popup_a9ddd3194170382618fdbdb155e36d5f.setContent(html_a42ff5a5e1e2376635734fa3aeb18df5);
|
|
|
|
|
|
|
|
marker_d97fd5ac68a880c42ead926a621ae75c.bindPopup(popup_a9ddd3194170382618fdbdb155e36d5f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d97fd5ac68a880c42ead926a621ae75c.setIcon(icon_b814d7252cfbf08768c830c01772054a);
|
|
|
|
|
|
var marker_fd2ed2a6ff523cd19b7ce4005b9fc34a = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_8b4f603ad9499264b76fd81610ce4c1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_782227c2c4e3ab66d2b748fa96f96b81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47bff0c701af38c1ac97a6cccb72a1e3 = $(`<div id="html_47bff0c701af38c1ac97a6cccb72a1e3" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_782227c2c4e3ab66d2b748fa96f96b81.setContent(html_47bff0c701af38c1ac97a6cccb72a1e3);
|
|
|
|
|
|
|
|
marker_fd2ed2a6ff523cd19b7ce4005b9fc34a.bindPopup(popup_782227c2c4e3ab66d2b748fa96f96b81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd2ed2a6ff523cd19b7ce4005b9fc34a.setIcon(icon_8b4f603ad9499264b76fd81610ce4c1c);
|
|
|
|
|
|
var marker_3ab510e73c7a30139a725ab973538f7b = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_2a6ad2e8a6a7b978f32fd7b6f7a11d97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd98c5d56765f148a2d9d452635a76bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c02de23b902fc0e3a004608a5a7a12c3 = $(`<div id="html_c02de23b902fc0e3a004608a5a7a12c3" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_cd98c5d56765f148a2d9d452635a76bc.setContent(html_c02de23b902fc0e3a004608a5a7a12c3);
|
|
|
|
|
|
|
|
marker_3ab510e73c7a30139a725ab973538f7b.bindPopup(popup_cd98c5d56765f148a2d9d452635a76bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ab510e73c7a30139a725ab973538f7b.setIcon(icon_2a6ad2e8a6a7b978f32fd7b6f7a11d97);
|
|
|
|
|
|
var marker_c7e8df1b3a66187f72a83eebe91e07cf = L.marker(
|
|
[47.1285, 8.74735],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_6b3ac656ad8f98e994eda00cde104a36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2359792b758fb360eb1e3b0cf9ecc657 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e159811402cae7e3961a1b2fd043e989 = $(`<div id="html_e159811402cae7e3961a1b2fd043e989" style="width: 100.0%; height: 100.0%;">nas01xanthosnet.synology.me:7778</div>`)[0];
|
|
popup_2359792b758fb360eb1e3b0cf9ecc657.setContent(html_e159811402cae7e3961a1b2fd043e989);
|
|
|
|
|
|
|
|
marker_c7e8df1b3a66187f72a83eebe91e07cf.bindPopup(popup_2359792b758fb360eb1e3b0cf9ecc657)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7e8df1b3a66187f72a83eebe91e07cf.setIcon(icon_6b3ac656ad8f98e994eda00cde104a36);
|
|
|
|
|
|
var marker_3e6369efda3f7143c5764c67a395a72f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_4b1d96e11b300c0e8cd3cb2e658f152c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1e48bccda8c0270a2912266d4e2a4b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2cbecbdc20a5cd897c3ad1ccb945c32b = $(`<div id="html_2cbecbdc20a5cd897c3ad1ccb945c32b" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_e1e48bccda8c0270a2912266d4e2a4b4.setContent(html_2cbecbdc20a5cd897c3ad1ccb945c32b);
|
|
|
|
|
|
|
|
marker_3e6369efda3f7143c5764c67a395a72f.bindPopup(popup_e1e48bccda8c0270a2912266d4e2a4b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e6369efda3f7143c5764c67a395a72f.setIcon(icon_4b1d96e11b300c0e8cd3cb2e658f152c);
|
|
|
|
|
|
var marker_679e14e8370b621bc19811894d89defb = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_1dd3045e14f762153714d374569a9523 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11b2f727167d58bc70e9c6830d084a96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8307c56968da8fd66643f67f50690221 = $(`<div id="html_8307c56968da8fd66643f67f50690221" style="width: 100.0%; height: 100.0%;">treuzkas.branruz.com</div>`)[0];
|
|
popup_11b2f727167d58bc70e9c6830d084a96.setContent(html_8307c56968da8fd66643f67f50690221);
|
|
|
|
|
|
|
|
marker_679e14e8370b621bc19811894d89defb.bindPopup(popup_11b2f727167d58bc70e9c6830d084a96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_679e14e8370b621bc19811894d89defb.setIcon(icon_1dd3045e14f762153714d374569a9523);
|
|
|
|
|
|
var marker_16879defd3a2f456d85b016ad9d962ff = L.marker(
|
|
[37.5665, 126.978],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_5dfbe3630422ac9f1ef0b54fabbbdcaa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc9e38ddd1df23df39a1b73a54cc5d8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bde44ce83fc0f82e0d499fdea3846405 = $(`<div id="html_bde44ce83fc0f82e0d499fdea3846405" style="width: 100.0%; height: 100.0%;">relay.mulatta.io</div>`)[0];
|
|
popup_bc9e38ddd1df23df39a1b73a54cc5d8f.setContent(html_bde44ce83fc0f82e0d499fdea3846405);
|
|
|
|
|
|
|
|
marker_16879defd3a2f456d85b016ad9d962ff.bindPopup(popup_bc9e38ddd1df23df39a1b73a54cc5d8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16879defd3a2f456d85b016ad9d962ff.setIcon(icon_5dfbe3630422ac9f1ef0b54fabbbdcaa);
|
|
|
|
|
|
var marker_7b35d99c049bbdb4fa14d5b9e87f59e1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_32786b4757558edc9d6b38a704546944 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34959b450d033488b8c400816750cbaa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51fdbfb1116d1088e47077587af6cc51 = $(`<div id="html_51fdbfb1116d1088e47077587af6cc51" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_34959b450d033488b8c400816750cbaa.setContent(html_51fdbfb1116d1088e47077587af6cc51);
|
|
|
|
|
|
|
|
marker_7b35d99c049bbdb4fa14d5b9e87f59e1.bindPopup(popup_34959b450d033488b8c400816750cbaa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b35d99c049bbdb4fa14d5b9e87f59e1.setIcon(icon_32786b4757558edc9d6b38a704546944);
|
|
|
|
|
|
var marker_fe868edf66db8e2f8d6d374d0b7de32d = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_411f3a52064bad9beb2520b846345918 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f61da21fbea90accdc03db53a3af890 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5620f6c31a41603455a13f0f24680c75 = $(`<div id="html_5620f6c31a41603455a13f0f24680c75" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_6f61da21fbea90accdc03db53a3af890.setContent(html_5620f6c31a41603455a13f0f24680c75);
|
|
|
|
|
|
|
|
marker_fe868edf66db8e2f8d6d374d0b7de32d.bindPopup(popup_6f61da21fbea90accdc03db53a3af890)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe868edf66db8e2f8d6d374d0b7de32d.setIcon(icon_411f3a52064bad9beb2520b846345918);
|
|
|
|
|
|
var marker_71cc5945cbe440caa9045e134b5c53b5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_d5b9909eeae224e00742fe03653f55d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9338ebe66568404cf02302bd9b851fab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c92740bc97c86dc9fe0d52c9daf548c3 = $(`<div id="html_c92740bc97c86dc9fe0d52c9daf548c3" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_9338ebe66568404cf02302bd9b851fab.setContent(html_c92740bc97c86dc9fe0d52c9daf548c3);
|
|
|
|
|
|
|
|
marker_71cc5945cbe440caa9045e134b5c53b5.bindPopup(popup_9338ebe66568404cf02302bd9b851fab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71cc5945cbe440caa9045e134b5c53b5.setIcon(icon_d5b9909eeae224e00742fe03653f55d8);
|
|
|
|
|
|
var marker_bbf70ece8ccf4fb1996ebb67ac92ab69 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_228f3f4dd1de65eaf9e3878b8edea71a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac2585f357d01264309be2d9113fc2e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57b808656c125f7bbe82b8ac1e0060f5 = $(`<div id="html_57b808656c125f7bbe82b8ac1e0060f5" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_ac2585f357d01264309be2d9113fc2e6.setContent(html_57b808656c125f7bbe82b8ac1e0060f5);
|
|
|
|
|
|
|
|
marker_bbf70ece8ccf4fb1996ebb67ac92ab69.bindPopup(popup_ac2585f357d01264309be2d9113fc2e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bbf70ece8ccf4fb1996ebb67ac92ab69.setIcon(icon_228f3f4dd1de65eaf9e3878b8edea71a);
|
|
|
|
|
|
var marker_2ec7a413ecdda12a27b87c15da87f35b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_09581f160465f5c6bada38be64a72886 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5d8cbfe327d066c0059eb95238861c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4bfae646dc3ba726202c2da59e80a660 = $(`<div id="html_4bfae646dc3ba726202c2da59e80a660" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_e5d8cbfe327d066c0059eb95238861c0.setContent(html_4bfae646dc3ba726202c2da59e80a660);
|
|
|
|
|
|
|
|
marker_2ec7a413ecdda12a27b87c15da87f35b.bindPopup(popup_e5d8cbfe327d066c0059eb95238861c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ec7a413ecdda12a27b87c15da87f35b.setIcon(icon_09581f160465f5c6bada38be64a72886);
|
|
|
|
|
|
var marker_6ce1fce824fcdb0e20f4e6eb554dcc4e = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_46c062546928379fb3db81465f77f1a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d227d8938ea5cd6af4420add6f9f21a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b5c38fb2375104203da636250086b98 = $(`<div id="html_2b5c38fb2375104203da636250086b98" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_d227d8938ea5cd6af4420add6f9f21a5.setContent(html_2b5c38fb2375104203da636250086b98);
|
|
|
|
|
|
|
|
marker_6ce1fce824fcdb0e20f4e6eb554dcc4e.bindPopup(popup_d227d8938ea5cd6af4420add6f9f21a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ce1fce824fcdb0e20f4e6eb554dcc4e.setIcon(icon_46c062546928379fb3db81465f77f1a3);
|
|
|
|
|
|
var marker_f045bd0066e36fb9e4d13d8eabe85f2d = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_8711b8069b29ba802063197fe1740180 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d8fde6d43230a595066e13a9ba39a49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a40099068ed917676fc0fc7c04be9767 = $(`<div id="html_a40099068ed917676fc0fc7c04be9767" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_8d8fde6d43230a595066e13a9ba39a49.setContent(html_a40099068ed917676fc0fc7c04be9767);
|
|
|
|
|
|
|
|
marker_f045bd0066e36fb9e4d13d8eabe85f2d.bindPopup(popup_8d8fde6d43230a595066e13a9ba39a49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f045bd0066e36fb9e4d13d8eabe85f2d.setIcon(icon_8711b8069b29ba802063197fe1740180);
|
|
|
|
|
|
var marker_74cfcff014efaca23c20a188b1926fb5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_5f52bea852bbe007fa6ca5316f63ec5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d38b865c8a2371721e66d4c1f324a6c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6af11098f19db65dbc09f03884f5a0c3 = $(`<div id="html_6af11098f19db65dbc09f03884f5a0c3" style="width: 100.0%; height: 100.0%;">intl-rocks-microphone-did.trycloudflare.com</div>`)[0];
|
|
popup_d38b865c8a2371721e66d4c1f324a6c3.setContent(html_6af11098f19db65dbc09f03884f5a0c3);
|
|
|
|
|
|
|
|
marker_74cfcff014efaca23c20a188b1926fb5.bindPopup(popup_d38b865c8a2371721e66d4c1f324a6c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74cfcff014efaca23c20a188b1926fb5.setIcon(icon_5f52bea852bbe007fa6ca5316f63ec5b);
|
|
|
|
|
|
var marker_dbd68ea7aeaf0e209b3b963fa64bdc6c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_a2d1e4b48901cdcdc876ae93c92ffce5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d8602b363c621842b2a511fd5fdb1f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4ca7767e856cf718819124014d329db = $(`<div id="html_b4ca7767e856cf718819124014d329db" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_4d8602b363c621842b2a511fd5fdb1f5.setContent(html_b4ca7767e856cf718819124014d329db);
|
|
|
|
|
|
|
|
marker_dbd68ea7aeaf0e209b3b963fa64bdc6c.bindPopup(popup_4d8602b363c621842b2a511fd5fdb1f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbd68ea7aeaf0e209b3b963fa64bdc6c.setIcon(icon_a2d1e4b48901cdcdc876ae93c92ffce5);
|
|
|
|
|
|
var marker_45d4fd86e30934f0f67c72698f4e137a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_eba6745742688166c12ed7d41ec6c917 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f6480716d3f7cebb9ebe3126cef30c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4739084b65b5a4cc12d1ee8f61ad492c = $(`<div id="html_4739084b65b5a4cc12d1ee8f61ad492c" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_8f6480716d3f7cebb9ebe3126cef30c2.setContent(html_4739084b65b5a4cc12d1ee8f61ad492c);
|
|
|
|
|
|
|
|
marker_45d4fd86e30934f0f67c72698f4e137a.bindPopup(popup_8f6480716d3f7cebb9ebe3126cef30c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45d4fd86e30934f0f67c72698f4e137a.setIcon(icon_eba6745742688166c12ed7d41ec6c917);
|
|
|
|
|
|
var marker_95610e88d1a27a8ac93090d9d5ef6f41 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_c53ecde4a5945c1ea0783a4628ff5536 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8076e7f1c92afa4866c07b365af3dc57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e046570e269a0511b552b7dfdc13868d = $(`<div id="html_e046570e269a0511b552b7dfdc13868d" style="width: 100.0%; height: 100.0%;">relay.gorrdy.cz</div>`)[0];
|
|
popup_8076e7f1c92afa4866c07b365af3dc57.setContent(html_e046570e269a0511b552b7dfdc13868d);
|
|
|
|
|
|
|
|
marker_95610e88d1a27a8ac93090d9d5ef6f41.bindPopup(popup_8076e7f1c92afa4866c07b365af3dc57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95610e88d1a27a8ac93090d9d5ef6f41.setIcon(icon_c53ecde4a5945c1ea0783a4628ff5536);
|
|
|
|
|
|
var marker_e0fe3a558ee327c7aa9fe0877027a9a5 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_f5171cdd338f892edb10d4f5dfc0a691 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4124a8502b375525024640ca99ee870a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d37c669016b856e81f028f101bd0b5e2 = $(`<div id="html_d37c669016b856e81f028f101bd0b5e2" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_4124a8502b375525024640ca99ee870a.setContent(html_d37c669016b856e81f028f101bd0b5e2);
|
|
|
|
|
|
|
|
marker_e0fe3a558ee327c7aa9fe0877027a9a5.bindPopup(popup_4124a8502b375525024640ca99ee870a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0fe3a558ee327c7aa9fe0877027a9a5.setIcon(icon_f5171cdd338f892edb10d4f5dfc0a691);
|
|
|
|
|
|
var marker_63d8ea24257743cf37c4eba36eab3bf5 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_3aebf75f2dbcb1e4a53789a8ca55c8a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e652602426a2477751e2409db370595 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f418578b1f217a07ac1245816dea8e5f = $(`<div id="html_f418578b1f217a07ac1245816dea8e5f" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_4e652602426a2477751e2409db370595.setContent(html_f418578b1f217a07ac1245816dea8e5f);
|
|
|
|
|
|
|
|
marker_63d8ea24257743cf37c4eba36eab3bf5.bindPopup(popup_4e652602426a2477751e2409db370595)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63d8ea24257743cf37c4eba36eab3bf5.setIcon(icon_3aebf75f2dbcb1e4a53789a8ca55c8a2);
|
|
|
|
|
|
var marker_55b1e882d3bf8e26d5c4f53266f010eb = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_45c13501f67a041f0f2314aac4662f05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_276cad2e58977a5e6c5235dc210a5de0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7822bfa90692f0f37cd3b17aa901bdcd = $(`<div id="html_7822bfa90692f0f37cd3b17aa901bdcd" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_276cad2e58977a5e6c5235dc210a5de0.setContent(html_7822bfa90692f0f37cd3b17aa901bdcd);
|
|
|
|
|
|
|
|
marker_55b1e882d3bf8e26d5c4f53266f010eb.bindPopup(popup_276cad2e58977a5e6c5235dc210a5de0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55b1e882d3bf8e26d5c4f53266f010eb.setIcon(icon_45c13501f67a041f0f2314aac4662f05);
|
|
|
|
|
|
var marker_75c0fb5bf450d8d56ca43a8455eb1faf = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_8d427c476630f28af7922fc5a4d50ad5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a3ba7021467635d65400b99654e1612 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0babedb57610bd243f1f5ebfaa258b55 = $(`<div id="html_0babedb57610bd243f1f5ebfaa258b55" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_7a3ba7021467635d65400b99654e1612.setContent(html_0babedb57610bd243f1f5ebfaa258b55);
|
|
|
|
|
|
|
|
marker_75c0fb5bf450d8d56ca43a8455eb1faf.bindPopup(popup_7a3ba7021467635d65400b99654e1612)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75c0fb5bf450d8d56ca43a8455eb1faf.setIcon(icon_8d427c476630f28af7922fc5a4d50ad5);
|
|
|
|
|
|
var marker_a08d24d469ddbee41ec753d359853d8e = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_e9634d4c475c6742d02cdd2f073a747f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27f650cd8afe3b7b6b3a1eda59eca1ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4c44676d5106bf1e3f5702c436ff50c = $(`<div id="html_d4c44676d5106bf1e3f5702c436ff50c" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_27f650cd8afe3b7b6b3a1eda59eca1ce.setContent(html_d4c44676d5106bf1e3f5702c436ff50c);
|
|
|
|
|
|
|
|
marker_a08d24d469ddbee41ec753d359853d8e.bindPopup(popup_27f650cd8afe3b7b6b3a1eda59eca1ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a08d24d469ddbee41ec753d359853d8e.setIcon(icon_e9634d4c475c6742d02cdd2f073a747f);
|
|
|
|
|
|
var marker_f7f746316720557c71dcea657e824b0f = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_33fe8f3ec363647b414ce1a3f9c9aa63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2893f8ea2640343c1a6fd747bddb6e7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5e92e8e35e57ca20210f63b02a45d6a = $(`<div id="html_f5e92e8e35e57ca20210f63b02a45d6a" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_2893f8ea2640343c1a6fd747bddb6e7b.setContent(html_f5e92e8e35e57ca20210f63b02a45d6a);
|
|
|
|
|
|
|
|
marker_f7f746316720557c71dcea657e824b0f.bindPopup(popup_2893f8ea2640343c1a6fd747bddb6e7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7f746316720557c71dcea657e824b0f.setIcon(icon_33fe8f3ec363647b414ce1a3f9c9aa63);
|
|
|
|
|
|
var marker_5aab4483a34d43125a604040ca0ceede = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_909b1aeaf6e24e3ee8b02dd5b92c7cf1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55f169673c3a440722f6e14a29afb350 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42714c2685e0dc96ce90c6441eee0962 = $(`<div id="html_42714c2685e0dc96ce90c6441eee0962" style="width: 100.0%; height: 100.0%;">bridge.tagomago.me</div>`)[0];
|
|
popup_55f169673c3a440722f6e14a29afb350.setContent(html_42714c2685e0dc96ce90c6441eee0962);
|
|
|
|
|
|
|
|
marker_5aab4483a34d43125a604040ca0ceede.bindPopup(popup_55f169673c3a440722f6e14a29afb350)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5aab4483a34d43125a604040ca0ceede.setIcon(icon_909b1aeaf6e24e3ee8b02dd5b92c7cf1);
|
|
|
|
|
|
var marker_06a2085d2ebcdb9080d3a76b5c729958 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_43c4b4de9561a6964e7e7aa22d1925b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e55a705046a7e0fd9ad48593c4013415 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c217f413d134bcfdc99e8fbc4e18c808 = $(`<div id="html_c217f413d134bcfdc99e8fbc4e18c808" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_e55a705046a7e0fd9ad48593c4013415.setContent(html_c217f413d134bcfdc99e8fbc4e18c808);
|
|
|
|
|
|
|
|
marker_06a2085d2ebcdb9080d3a76b5c729958.bindPopup(popup_e55a705046a7e0fd9ad48593c4013415)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06a2085d2ebcdb9080d3a76b5c729958.setIcon(icon_43c4b4de9561a6964e7e7aa22d1925b3);
|
|
|
|
|
|
var marker_8e64a81bbf23ab3212f552079d05f37e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_addf5d6c45bebfca81df8fd4ce8ad2fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1abdfe24899c5778e03ac194048c46b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b29c6efef99061649b7e8b85596450e = $(`<div id="html_8b29c6efef99061649b7e8b85596450e" style="width: 100.0%; height: 100.0%;">rele.speyhard.fi</div>`)[0];
|
|
popup_1abdfe24899c5778e03ac194048c46b9.setContent(html_8b29c6efef99061649b7e8b85596450e);
|
|
|
|
|
|
|
|
marker_8e64a81bbf23ab3212f552079d05f37e.bindPopup(popup_1abdfe24899c5778e03ac194048c46b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e64a81bbf23ab3212f552079d05f37e.setIcon(icon_addf5d6c45bebfca81df8fd4ce8ad2fc);
|
|
|
|
|
|
var marker_fb1b68f5ec28783db5e4b41566ccd436 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_96da0a049efe174f940d2b9f0879d37f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15ddb317f8cc14d60138754bbc4779c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39184cab7946facaef4e6ae1f82e343b = $(`<div id="html_39184cab7946facaef4e6ae1f82e343b" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_15ddb317f8cc14d60138754bbc4779c7.setContent(html_39184cab7946facaef4e6ae1f82e343b);
|
|
|
|
|
|
|
|
marker_fb1b68f5ec28783db5e4b41566ccd436.bindPopup(popup_15ddb317f8cc14d60138754bbc4779c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb1b68f5ec28783db5e4b41566ccd436.setIcon(icon_96da0a049efe174f940d2b9f0879d37f);
|
|
|
|
|
|
var marker_6918eb6cd0836845354845639275aa40 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_292d9ad3607281fd02a595129db32bbf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57349ecbcb4e4fc16effc9a0eae239cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1db15138466c3ba0ffc7abac2d6770cc = $(`<div id="html_1db15138466c3ba0ffc7abac2d6770cc" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_57349ecbcb4e4fc16effc9a0eae239cc.setContent(html_1db15138466c3ba0ffc7abac2d6770cc);
|
|
|
|
|
|
|
|
marker_6918eb6cd0836845354845639275aa40.bindPopup(popup_57349ecbcb4e4fc16effc9a0eae239cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6918eb6cd0836845354845639275aa40.setIcon(icon_292d9ad3607281fd02a595129db32bbf);
|
|
|
|
|
|
var marker_18e4e28651008ddf690679ea90e0bdbb = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_ef1e6872b32576f5af63033ecccb2d25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49ef5f3b241191953859531d777e69cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ca7a081ff44ef7b370603ca54c74fdf = $(`<div id="html_9ca7a081ff44ef7b370603ca54c74fdf" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_49ef5f3b241191953859531d777e69cf.setContent(html_9ca7a081ff44ef7b370603ca54c74fdf);
|
|
|
|
|
|
|
|
marker_18e4e28651008ddf690679ea90e0bdbb.bindPopup(popup_49ef5f3b241191953859531d777e69cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18e4e28651008ddf690679ea90e0bdbb.setIcon(icon_ef1e6872b32576f5af63033ecccb2d25);
|
|
|
|
|
|
var marker_a1d8f3238c1205c8d0714394e4cab2ff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_82a711d8c103cb1923af8532986bf684 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f961184ae555a9e514ddd58904e1e7c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ade230c9513047e81b968a06f83156df = $(`<div id="html_ade230c9513047e81b968a06f83156df" style="width: 100.0%; height: 100.0%;">relay.inforsupports.com</div>`)[0];
|
|
popup_f961184ae555a9e514ddd58904e1e7c8.setContent(html_ade230c9513047e81b968a06f83156df);
|
|
|
|
|
|
|
|
marker_a1d8f3238c1205c8d0714394e4cab2ff.bindPopup(popup_f961184ae555a9e514ddd58904e1e7c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1d8f3238c1205c8d0714394e4cab2ff.setIcon(icon_82a711d8c103cb1923af8532986bf684);
|
|
|
|
|
|
var marker_9d9ccfaec951c9d610b73c2256043a30 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_f0eef705222b9cb5c97fe8493868ac11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76c18f3350c851f84c4a1bc806deb5c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f426adc2230835994f95b662fa12e177 = $(`<div id="html_f426adc2230835994f95b662fa12e177" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_76c18f3350c851f84c4a1bc806deb5c6.setContent(html_f426adc2230835994f95b662fa12e177);
|
|
|
|
|
|
|
|
marker_9d9ccfaec951c9d610b73c2256043a30.bindPopup(popup_76c18f3350c851f84c4a1bc806deb5c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d9ccfaec951c9d610b73c2256043a30.setIcon(icon_f0eef705222b9cb5c97fe8493868ac11);
|
|
|
|
|
|
var marker_b27656b9e832a6bc3cc5c59785d1c7d2 = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_7e29a73efc0e2805a6aa69556b5ff07f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3936a750db5c944d9a404b15620b1d6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a137fcdbf3c7c03d8bc20b826dd0042 = $(`<div id="html_0a137fcdbf3c7c03d8bc20b826dd0042" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_3936a750db5c944d9a404b15620b1d6c.setContent(html_0a137fcdbf3c7c03d8bc20b826dd0042);
|
|
|
|
|
|
|
|
marker_b27656b9e832a6bc3cc5c59785d1c7d2.bindPopup(popup_3936a750db5c944d9a404b15620b1d6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b27656b9e832a6bc3cc5c59785d1c7d2.setIcon(icon_7e29a73efc0e2805a6aa69556b5ff07f);
|
|
|
|
|
|
var marker_b919255948b76ce46d5f498065da0818 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_cdb6cc8ba63ecf58b44c227fab8c2e64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1188fdc2fac4c4b4caa6610e0f06f6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a04bb12ae2154502808a280f0de29cc = $(`<div id="html_7a04bb12ae2154502808a280f0de29cc" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com:443</div>`)[0];
|
|
popup_f1188fdc2fac4c4b4caa6610e0f06f6e.setContent(html_7a04bb12ae2154502808a280f0de29cc);
|
|
|
|
|
|
|
|
marker_b919255948b76ce46d5f498065da0818.bindPopup(popup_f1188fdc2fac4c4b4caa6610e0f06f6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b919255948b76ce46d5f498065da0818.setIcon(icon_cdb6cc8ba63ecf58b44c227fab8c2e64);
|
|
|
|
|
|
var marker_84a82f8b78107bd0d27eff70e731291d = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_ea04d446d0ead1ed763130c16203b5a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6ca469c3809ddeba71e91ad3a9f5538 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b18be2f44978dbcf1a3cfa1c2ced18d = $(`<div id="html_7b18be2f44978dbcf1a3cfa1c2ced18d" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com:443</div>`)[0];
|
|
popup_d6ca469c3809ddeba71e91ad3a9f5538.setContent(html_7b18be2f44978dbcf1a3cfa1c2ced18d);
|
|
|
|
|
|
|
|
marker_84a82f8b78107bd0d27eff70e731291d.bindPopup(popup_d6ca469c3809ddeba71e91ad3a9f5538)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84a82f8b78107bd0d27eff70e731291d.setIcon(icon_ea04d446d0ead1ed763130c16203b5a5);
|
|
|
|
|
|
var marker_ed8103d012847d567e9ee7780a885f38 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_b61602706fb8f73f24e6fc9348b2429d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb319fb86f9b01db05745e902ca793ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2cfafd55776714ef35a078d552468a4 = $(`<div id="html_a2cfafd55776714ef35a078d552468a4" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_eb319fb86f9b01db05745e902ca793ba.setContent(html_a2cfafd55776714ef35a078d552468a4);
|
|
|
|
|
|
|
|
marker_ed8103d012847d567e9ee7780a885f38.bindPopup(popup_eb319fb86f9b01db05745e902ca793ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed8103d012847d567e9ee7780a885f38.setIcon(icon_b61602706fb8f73f24e6fc9348b2429d);
|
|
|
|
|
|
var marker_cc62428654e23bf2219d3b726335901c = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_7f578f903b8a02c3b8db18aad8a0ef55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_358b55254da0d884e7d444b402d75a87 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2607dc64b27b26b26dab2c50a7eb60a = $(`<div id="html_b2607dc64b27b26b26dab2c50a7eb60a" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx:443</div>`)[0];
|
|
popup_358b55254da0d884e7d444b402d75a87.setContent(html_b2607dc64b27b26b26dab2c50a7eb60a);
|
|
|
|
|
|
|
|
marker_cc62428654e23bf2219d3b726335901c.bindPopup(popup_358b55254da0d884e7d444b402d75a87)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc62428654e23bf2219d3b726335901c.setIcon(icon_7f578f903b8a02c3b8db18aad8a0ef55);
|
|
|
|
|
|
var marker_f512cb6239b38057c05df4dd5cc8669b = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_291067c8d0c917f70787dae0b2a83f19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f5b13ee7cc8097cf6001d751b5b303e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a459584cf52afb34441b7e00ffc3a70 = $(`<div id="html_5a459584cf52afb34441b7e00ffc3a70" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_2f5b13ee7cc8097cf6001d751b5b303e.setContent(html_5a459584cf52afb34441b7e00ffc3a70);
|
|
|
|
|
|
|
|
marker_f512cb6239b38057c05df4dd5cc8669b.bindPopup(popup_2f5b13ee7cc8097cf6001d751b5b303e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f512cb6239b38057c05df4dd5cc8669b.setIcon(icon_291067c8d0c917f70787dae0b2a83f19);
|
|
|
|
|
|
var marker_39eff208a5c4bdaa922809e16da2885b = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_a46c54e91b693a98482b03716d2edc18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d306d9fba11fa80de26429951a58837 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b5993f40437a6cc53788e093941d384 = $(`<div id="html_4b5993f40437a6cc53788e093941d384" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_3d306d9fba11fa80de26429951a58837.setContent(html_4b5993f40437a6cc53788e093941d384);
|
|
|
|
|
|
|
|
marker_39eff208a5c4bdaa922809e16da2885b.bindPopup(popup_3d306d9fba11fa80de26429951a58837)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39eff208a5c4bdaa922809e16da2885b.setIcon(icon_a46c54e91b693a98482b03716d2edc18);
|
|
|
|
|
|
var marker_66e3a1e72fe4c1d3ee1fef5b5091f041 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_9af3b858cae07394bfbf3c060cad9d82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a5985bba9cc241c2c873a23aa43115a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2bb66d40fbff406c046f132519cd8672 = $(`<div id="html_2bb66d40fbff406c046f132519cd8672" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_4a5985bba9cc241c2c873a23aa43115a.setContent(html_2bb66d40fbff406c046f132519cd8672);
|
|
|
|
|
|
|
|
marker_66e3a1e72fe4c1d3ee1fef5b5091f041.bindPopup(popup_4a5985bba9cc241c2c873a23aa43115a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66e3a1e72fe4c1d3ee1fef5b5091f041.setIcon(icon_9af3b858cae07394bfbf3c060cad9d82);
|
|
|
|
|
|
var marker_467c1506696ada3241157c1c42e2c67c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_a11f75ae146730f90c8559e02352e35d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a10e84e3ceda228aee8ff684740a0642 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5291f45bd37ddaec158feee20be35409 = $(`<div id="html_5291f45bd37ddaec158feee20be35409" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_a10e84e3ceda228aee8ff684740a0642.setContent(html_5291f45bd37ddaec158feee20be35409);
|
|
|
|
|
|
|
|
marker_467c1506696ada3241157c1c42e2c67c.bindPopup(popup_a10e84e3ceda228aee8ff684740a0642)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_467c1506696ada3241157c1c42e2c67c.setIcon(icon_a11f75ae146730f90c8559e02352e35d);
|
|
|
|
|
|
var marker_8ff5b984cfff676cc3e516fffd137a9d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_95d258237f8671cd28eb5c52905ea8e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0fbfd98bfbd0bafa70c0acc64cb1194 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_423da5eef7aa1fcdb3818d27b4f82f7c = $(`<div id="html_423da5eef7aa1fcdb3818d27b4f82f7c" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_f0fbfd98bfbd0bafa70c0acc64cb1194.setContent(html_423da5eef7aa1fcdb3818d27b4f82f7c);
|
|
|
|
|
|
|
|
marker_8ff5b984cfff676cc3e516fffd137a9d.bindPopup(popup_f0fbfd98bfbd0bafa70c0acc64cb1194)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ff5b984cfff676cc3e516fffd137a9d.setIcon(icon_95d258237f8671cd28eb5c52905ea8e5);
|
|
|
|
|
|
var marker_dd0d27d74d39441da3c059c3f374613b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_0ff78f5c1a6af1b3bd6b67fbc012f4b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9f3e74e7e5d8be9488e9a029dba5caa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_289d138c31065496b3140b23cf483be7 = $(`<div id="html_289d138c31065496b3140b23cf483be7" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_b9f3e74e7e5d8be9488e9a029dba5caa.setContent(html_289d138c31065496b3140b23cf483be7);
|
|
|
|
|
|
|
|
marker_dd0d27d74d39441da3c059c3f374613b.bindPopup(popup_b9f3e74e7e5d8be9488e9a029dba5caa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd0d27d74d39441da3c059c3f374613b.setIcon(icon_0ff78f5c1a6af1b3bd6b67fbc012f4b5);
|
|
|
|
|
|
var marker_073a0e8e1a18cd5a5655cbf056713546 = L.marker(
|
|
[39.9526, -75.1652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_8a7bbc85dd0896e5051a38e5fa630282 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5172936704f9b0e47b8370aa0f9c13b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4aaad6d0b5effe1f3f7d4239f69b0c1 = $(`<div id="html_a4aaad6d0b5effe1f3f7d4239f69b0c1" style="width: 100.0%; height: 100.0%;">nrs-02.darkcloudarcade.com</div>`)[0];
|
|
popup_5172936704f9b0e47b8370aa0f9c13b2.setContent(html_a4aaad6d0b5effe1f3f7d4239f69b0c1);
|
|
|
|
|
|
|
|
marker_073a0e8e1a18cd5a5655cbf056713546.bindPopup(popup_5172936704f9b0e47b8370aa0f9c13b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_073a0e8e1a18cd5a5655cbf056713546.setIcon(icon_8a7bbc85dd0896e5051a38e5fa630282);
|
|
|
|
|
|
var marker_5edfde6fa1d9b539d4261ac1c5a196c1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_5a99ff18f8be6c3bc3e263a3cc7e3a2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_243a784ca82b7b9fc5dfc118b1f39eb2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47c567cc885efbecc9d3ffb0b3097d54 = $(`<div id="html_47c567cc885efbecc9d3ffb0b3097d54" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_243a784ca82b7b9fc5dfc118b1f39eb2.setContent(html_47c567cc885efbecc9d3ffb0b3097d54);
|
|
|
|
|
|
|
|
marker_5edfde6fa1d9b539d4261ac1c5a196c1.bindPopup(popup_243a784ca82b7b9fc5dfc118b1f39eb2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5edfde6fa1d9b539d4261ac1c5a196c1.setIcon(icon_5a99ff18f8be6c3bc3e263a3cc7e3a2f);
|
|
|
|
|
|
var marker_a3f42b765430363e2dd4a6a30ac4cf1c = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_7e5737eff16cc62cc8fdb73b00aa645f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11224c708f0e12715e61a6e608dc533f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5af762515516c6488391061dcba2c35 = $(`<div id="html_d5af762515516c6488391061dcba2c35" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_11224c708f0e12715e61a6e608dc533f.setContent(html_d5af762515516c6488391061dcba2c35);
|
|
|
|
|
|
|
|
marker_a3f42b765430363e2dd4a6a30ac4cf1c.bindPopup(popup_11224c708f0e12715e61a6e608dc533f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3f42b765430363e2dd4a6a30ac4cf1c.setIcon(icon_7e5737eff16cc62cc8fdb73b00aa645f);
|
|
|
|
|
|
var marker_6126ca968d71581415cee09873c3368b = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_db6afbf97c77266a6e05ae11b09b572d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3a496dcb6ac9380373babb406790a95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70ed5040e978f1d96ff16180b0e6b1b2 = $(`<div id="html_70ed5040e978f1d96ff16180b0e6b1b2" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_e3a496dcb6ac9380373babb406790a95.setContent(html_70ed5040e978f1d96ff16180b0e6b1b2);
|
|
|
|
|
|
|
|
marker_6126ca968d71581415cee09873c3368b.bindPopup(popup_e3a496dcb6ac9380373babb406790a95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6126ca968d71581415cee09873c3368b.setIcon(icon_db6afbf97c77266a6e05ae11b09b572d);
|
|
|
|
|
|
var marker_263542dff5d3a9630a077f0435ee98dc = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_61534900042c5f1b518d790802fb2652 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a37cc08620d249215b55bce636d3093c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e7f839695c98c0987ab8b48b8868517 = $(`<div id="html_7e7f839695c98c0987ab8b48b8868517" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_a37cc08620d249215b55bce636d3093c.setContent(html_7e7f839695c98c0987ab8b48b8868517);
|
|
|
|
|
|
|
|
marker_263542dff5d3a9630a077f0435ee98dc.bindPopup(popup_a37cc08620d249215b55bce636d3093c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_263542dff5d3a9630a077f0435ee98dc.setIcon(icon_61534900042c5f1b518d790802fb2652);
|
|
|
|
|
|
var marker_5e7adf7466381c54568eec94b6fd4c96 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_72e15056c06de8271aa80705415755cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6d40250d48e9ed293d1f53e4db49703 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b20a439e1b60aa755d5b8bda79772c4 = $(`<div id="html_8b20a439e1b60aa755d5b8bda79772c4" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_d6d40250d48e9ed293d1f53e4db49703.setContent(html_8b20a439e1b60aa755d5b8bda79772c4);
|
|
|
|
|
|
|
|
marker_5e7adf7466381c54568eec94b6fd4c96.bindPopup(popup_d6d40250d48e9ed293d1f53e4db49703)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e7adf7466381c54568eec94b6fd4c96.setIcon(icon_72e15056c06de8271aa80705415755cf);
|
|
|
|
|
|
var marker_c2aedba123e334c42724016578eda71c = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_5e2d9d55a3432481f7358a3b41882607 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e103a1f01b11b68c76d5e4fbad9e4626 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d4452427b49590e9cd023248de06ba7 = $(`<div id="html_9d4452427b49590e9cd023248de06ba7" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_e103a1f01b11b68c76d5e4fbad9e4626.setContent(html_9d4452427b49590e9cd023248de06ba7);
|
|
|
|
|
|
|
|
marker_c2aedba123e334c42724016578eda71c.bindPopup(popup_e103a1f01b11b68c76d5e4fbad9e4626)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2aedba123e334c42724016578eda71c.setIcon(icon_5e2d9d55a3432481f7358a3b41882607);
|
|
|
|
|
|
var marker_d1d7eb0d5459b3dc0c788b21c3d34717 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_11a130b60e06c9fca8a26c5e953a4970 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28b75334081baa0e5d77d469f0096828 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff2db584ddc9d7a633f04363cdd2738c = $(`<div id="html_ff2db584ddc9d7a633f04363cdd2738c" style="width: 100.0%; height: 100.0%;">relay.trustr.ing</div>`)[0];
|
|
popup_28b75334081baa0e5d77d469f0096828.setContent(html_ff2db584ddc9d7a633f04363cdd2738c);
|
|
|
|
|
|
|
|
marker_d1d7eb0d5459b3dc0c788b21c3d34717.bindPopup(popup_28b75334081baa0e5d77d469f0096828)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1d7eb0d5459b3dc0c788b21c3d34717.setIcon(icon_11a130b60e06c9fca8a26c5e953a4970);
|
|
|
|
|
|
var marker_1fac600725aa44532b0fd943b617fe03 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_c56a5d86872be2a74c407805ca8f6f3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4a9c533658075c4d0981fbb02fa9406 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89aa24cbf4942731fb827c41e565487d = $(`<div id="html_89aa24cbf4942731fb827c41e565487d" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_f4a9c533658075c4d0981fbb02fa9406.setContent(html_89aa24cbf4942731fb827c41e565487d);
|
|
|
|
|
|
|
|
marker_1fac600725aa44532b0fd943b617fe03.bindPopup(popup_f4a9c533658075c4d0981fbb02fa9406)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fac600725aa44532b0fd943b617fe03.setIcon(icon_c56a5d86872be2a74c407805ca8f6f3d);
|
|
|
|
|
|
var marker_44ec7462056e7ac5616320cb290abf13 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_9df6c0b91cdd5e304e449c0770f0b24d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c296c5c24c67de555d9b1699592763d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a7c860fd397bd58897502688d9905b8 = $(`<div id="html_6a7c860fd397bd58897502688d9905b8" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_9c296c5c24c67de555d9b1699592763d.setContent(html_6a7c860fd397bd58897502688d9905b8);
|
|
|
|
|
|
|
|
marker_44ec7462056e7ac5616320cb290abf13.bindPopup(popup_9c296c5c24c67de555d9b1699592763d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44ec7462056e7ac5616320cb290abf13.setIcon(icon_9df6c0b91cdd5e304e449c0770f0b24d);
|
|
|
|
|
|
var marker_190eba3ad83307fd4a2c284297dff6fa = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_84abb44215ac139078f9e191231263f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d62d2f008faead845eba0ae0128c6e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_021eb52b757283dd6f2e75004f6c6251 = $(`<div id="html_021eb52b757283dd6f2e75004f6c6251" style="width: 100.0%; height: 100.0%;">relay.sovbit.dev</div>`)[0];
|
|
popup_7d62d2f008faead845eba0ae0128c6e7.setContent(html_021eb52b757283dd6f2e75004f6c6251);
|
|
|
|
|
|
|
|
marker_190eba3ad83307fd4a2c284297dff6fa.bindPopup(popup_7d62d2f008faead845eba0ae0128c6e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_190eba3ad83307fd4a2c284297dff6fa.setIcon(icon_84abb44215ac139078f9e191231263f3);
|
|
|
|
|
|
var marker_942df97bc030d92b26cb023533f55b45 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_4fb0e08c6525f193e305d4a87fd8453a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b1963b7e196b673fea24f381611cadb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_816f07514d73636c6828cd7362ef9f6b = $(`<div id="html_816f07514d73636c6828cd7362ef9f6b" style="width: 100.0%; height: 100.0%;">damus.bostr.online</div>`)[0];
|
|
popup_8b1963b7e196b673fea24f381611cadb.setContent(html_816f07514d73636c6828cd7362ef9f6b);
|
|
|
|
|
|
|
|
marker_942df97bc030d92b26cb023533f55b45.bindPopup(popup_8b1963b7e196b673fea24f381611cadb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_942df97bc030d92b26cb023533f55b45.setIcon(icon_4fb0e08c6525f193e305d4a87fd8453a);
|
|
|
|
|
|
var marker_8971cf271a2938fe6220881d6039cb20 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_726be78ab153f3e6cc6352b8618d1783 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a2d5642c7ff2554f77805472f3c2f3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2feb4e7c461abd073d2edbab9e41241c = $(`<div id="html_2feb4e7c461abd073d2edbab9e41241c" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_6a2d5642c7ff2554f77805472f3c2f3e.setContent(html_2feb4e7c461abd073d2edbab9e41241c);
|
|
|
|
|
|
|
|
marker_8971cf271a2938fe6220881d6039cb20.bindPopup(popup_6a2d5642c7ff2554f77805472f3c2f3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8971cf271a2938fe6220881d6039cb20.setIcon(icon_726be78ab153f3e6cc6352b8618d1783);
|
|
|
|
|
|
var marker_d9af861a311266d310b0d884aa70ba02 = L.marker(
|
|
[1.27994, 103.849],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_a93719e2af1f810bb78f76b4fede73f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bff68511641e7c64cd7d0d6f1b2e9c97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_260acd24e4017e78cfce496e2d0432a3 = $(`<div id="html_260acd24e4017e78cfce496e2d0432a3" style="width: 100.0%; height: 100.0%;">nostr.aruku.ovh</div>`)[0];
|
|
popup_bff68511641e7c64cd7d0d6f1b2e9c97.setContent(html_260acd24e4017e78cfce496e2d0432a3);
|
|
|
|
|
|
|
|
marker_d9af861a311266d310b0d884aa70ba02.bindPopup(popup_bff68511641e7c64cd7d0d6f1b2e9c97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9af861a311266d310b0d884aa70ba02.setIcon(icon_a93719e2af1f810bb78f76b4fede73f7);
|
|
|
|
|
|
var marker_514341d1656aadf2a614690887836f73 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_4d91b8671441fde9e72d63aecee5079d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9eb9973a80c37d52fc723241d0131150 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_945b176a1ace71e534c6f2090aa63ab3 = $(`<div id="html_945b176a1ace71e534c6f2090aa63ab3" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_9eb9973a80c37d52fc723241d0131150.setContent(html_945b176a1ace71e534c6f2090aa63ab3);
|
|
|
|
|
|
|
|
marker_514341d1656aadf2a614690887836f73.bindPopup(popup_9eb9973a80c37d52fc723241d0131150)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_514341d1656aadf2a614690887836f73.setIcon(icon_4d91b8671441fde9e72d63aecee5079d);
|
|
|
|
|
|
var marker_ab5643fbbf8abb67983f106eb9cd2ba3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_1c625721e0623cb34d1a3f6958d10524 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd06ad810ad64d25da9401b5567f77d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e735421d9f18a37ed43c668c2248111e = $(`<div id="html_e735421d9f18a37ed43c668c2248111e" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_dd06ad810ad64d25da9401b5567f77d4.setContent(html_e735421d9f18a37ed43c668c2248111e);
|
|
|
|
|
|
|
|
marker_ab5643fbbf8abb67983f106eb9cd2ba3.bindPopup(popup_dd06ad810ad64d25da9401b5567f77d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab5643fbbf8abb67983f106eb9cd2ba3.setIcon(icon_1c625721e0623cb34d1a3f6958d10524);
|
|
|
|
|
|
var marker_cb3171efa34e79931435df31e931929f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_99f462fee64302f9af56c903feff6223 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_507f01b2e2167c86c3d731e1523a6fc5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_402b2200a08162e6e287b678462df3fd = $(`<div id="html_402b2200a08162e6e287b678462df3fd" style="width: 100.0%; height: 100.0%;">relay.ngengine.org:443</div>`)[0];
|
|
popup_507f01b2e2167c86c3d731e1523a6fc5.setContent(html_402b2200a08162e6e287b678462df3fd);
|
|
|
|
|
|
|
|
marker_cb3171efa34e79931435df31e931929f.bindPopup(popup_507f01b2e2167c86c3d731e1523a6fc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb3171efa34e79931435df31e931929f.setIcon(icon_99f462fee64302f9af56c903feff6223);
|
|
|
|
|
|
var marker_04404cce3f6915619c13e62dcb8d82e1 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_48b9b25f9678b1087f3e2cb6c05f7ec1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a962f7283c3dd14267f84e1de393b9fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64255bd3466b6547823bf856d42e4fa0 = $(`<div id="html_64255bd3466b6547823bf856d42e4fa0" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_a962f7283c3dd14267f84e1de393b9fc.setContent(html_64255bd3466b6547823bf856d42e4fa0);
|
|
|
|
|
|
|
|
marker_04404cce3f6915619c13e62dcb8d82e1.bindPopup(popup_a962f7283c3dd14267f84e1de393b9fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04404cce3f6915619c13e62dcb8d82e1.setIcon(icon_48b9b25f9678b1087f3e2cb6c05f7ec1);
|
|
|
|
|
|
var marker_22bcc716fca831c257c8c41bd113515d = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_e3883267b3ce8492e48cd9bc97c2d4bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e434efc6d7dab497e72455b5586b9cfc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d799029256b5b90517381dca6eb73f08 = $(`<div id="html_d799029256b5b90517381dca6eb73f08" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_e434efc6d7dab497e72455b5586b9cfc.setContent(html_d799029256b5b90517381dca6eb73f08);
|
|
|
|
|
|
|
|
marker_22bcc716fca831c257c8c41bd113515d.bindPopup(popup_e434efc6d7dab497e72455b5586b9cfc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22bcc716fca831c257c8c41bd113515d.setIcon(icon_e3883267b3ce8492e48cd9bc97c2d4bf);
|
|
|
|
|
|
var marker_8219d6402398df2fbc636f904deabc23 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_a59e2aec021ed535fa0f2a63c65b4293 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bdeff6330584b95a302b6bae71b5137b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5a6fd7971deea83f90edb245eda481d = $(`<div id="html_c5a6fd7971deea83f90edb245eda481d" style="width: 100.0%; height: 100.0%;">freelay.sovbit.dev</div>`)[0];
|
|
popup_bdeff6330584b95a302b6bae71b5137b.setContent(html_c5a6fd7971deea83f90edb245eda481d);
|
|
|
|
|
|
|
|
marker_8219d6402398df2fbc636f904deabc23.bindPopup(popup_bdeff6330584b95a302b6bae71b5137b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8219d6402398df2fbc636f904deabc23.setIcon(icon_a59e2aec021ed535fa0f2a63c65b4293);
|
|
|
|
|
|
var marker_adce7b388984ea70c597d18d75b840f9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_41eba1be874ea8f0a3b6c334100abf26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d934f80d29bc2681b6c193b6eb3d64ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e253361a418fd648df75aef27673416 = $(`<div id="html_0e253361a418fd648df75aef27673416" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com:443</div>`)[0];
|
|
popup_d934f80d29bc2681b6c193b6eb3d64ed.setContent(html_0e253361a418fd648df75aef27673416);
|
|
|
|
|
|
|
|
marker_adce7b388984ea70c597d18d75b840f9.bindPopup(popup_d934f80d29bc2681b6c193b6eb3d64ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_adce7b388984ea70c597d18d75b840f9.setIcon(icon_41eba1be874ea8f0a3b6c334100abf26);
|
|
|
|
|
|
var marker_2f28cf90aaf12eeef55827c84ef0e6a3 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_18198b0de98ed3683d030c5f2fce2e2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbd937f04a133e64fbbc856886de7124 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e595f1f34e8fd8522664302bc5cac085 = $(`<div id="html_e595f1f34e8fd8522664302bc5cac085" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_cbd937f04a133e64fbbc856886de7124.setContent(html_e595f1f34e8fd8522664302bc5cac085);
|
|
|
|
|
|
|
|
marker_2f28cf90aaf12eeef55827c84ef0e6a3.bindPopup(popup_cbd937f04a133e64fbbc856886de7124)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f28cf90aaf12eeef55827c84ef0e6a3.setIcon(icon_18198b0de98ed3683d030c5f2fce2e2b);
|
|
|
|
|
|
var marker_a3ed9bf92b17016dd46dfe362fe93e6e = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_c596587e6e1a25262be64a53ca9caf18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce8911a728961ca4e1f74df9be1ebf4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_872fd26df02b20f4c5932a4cf4dd3082 = $(`<div id="html_872fd26df02b20f4c5932a4cf4dd3082" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_ce8911a728961ca4e1f74df9be1ebf4a.setContent(html_872fd26df02b20f4c5932a4cf4dd3082);
|
|
|
|
|
|
|
|
marker_a3ed9bf92b17016dd46dfe362fe93e6e.bindPopup(popup_ce8911a728961ca4e1f74df9be1ebf4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3ed9bf92b17016dd46dfe362fe93e6e.setIcon(icon_c596587e6e1a25262be64a53ca9caf18);
|
|
|
|
|
|
var marker_e8a9848a5b9580941d45a3cd9c785aa9 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_87a1ba8fc8c728b87886455fd399a27e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_163c81e4df359359077ade83de603cf6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_324680c1fef67fdbd530325dcda08b87 = $(`<div id="html_324680c1fef67fdbd530325dcda08b87" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_163c81e4df359359077ade83de603cf6.setContent(html_324680c1fef67fdbd530325dcda08b87);
|
|
|
|
|
|
|
|
marker_e8a9848a5b9580941d45a3cd9c785aa9.bindPopup(popup_163c81e4df359359077ade83de603cf6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8a9848a5b9580941d45a3cd9c785aa9.setIcon(icon_87a1ba8fc8c728b87886455fd399a27e);
|
|
|
|
|
|
var marker_2ee8eb347b567504ad5be60ef7bd84f7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_2024f0ce25c9062b5229d064aafb374e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4423b2daee6598258bdb13aed678cc52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17f409a33e8d81fc91a6d303b867983d = $(`<div id="html_17f409a33e8d81fc91a6d303b867983d" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_4423b2daee6598258bdb13aed678cc52.setContent(html_17f409a33e8d81fc91a6d303b867983d);
|
|
|
|
|
|
|
|
marker_2ee8eb347b567504ad5be60ef7bd84f7.bindPopup(popup_4423b2daee6598258bdb13aed678cc52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ee8eb347b567504ad5be60ef7bd84f7.setIcon(icon_2024f0ce25c9062b5229d064aafb374e);
|
|
|
|
|
|
var marker_8fcb8085eb63c1101ebe0555fcc21597 = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_87cf215727b9ca44f2dd9d65e8d7f706 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29adc1d274f1e0aa2677e5bdb396206b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_165bf1299c42d71fc3783e6d42147d3b = $(`<div id="html_165bf1299c42d71fc3783e6d42147d3b" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_29adc1d274f1e0aa2677e5bdb396206b.setContent(html_165bf1299c42d71fc3783e6d42147d3b);
|
|
|
|
|
|
|
|
marker_8fcb8085eb63c1101ebe0555fcc21597.bindPopup(popup_29adc1d274f1e0aa2677e5bdb396206b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fcb8085eb63c1101ebe0555fcc21597.setIcon(icon_87cf215727b9ca44f2dd9d65e8d7f706);
|
|
|
|
|
|
var marker_b7668b2ad332d038cd03bde2008da6ae = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_261ad2c851f70a011594cd93743a2522 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcd3b89d617a0efa5b3fa2c6b3386fe4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ceb649764cc3c948f8067c7b56480b13 = $(`<div id="html_ceb649764cc3c948f8067c7b56480b13" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_fcd3b89d617a0efa5b3fa2c6b3386fe4.setContent(html_ceb649764cc3c948f8067c7b56480b13);
|
|
|
|
|
|
|
|
marker_b7668b2ad332d038cd03bde2008da6ae.bindPopup(popup_fcd3b89d617a0efa5b3fa2c6b3386fe4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7668b2ad332d038cd03bde2008da6ae.setIcon(icon_261ad2c851f70a011594cd93743a2522);
|
|
|
|
|
|
var marker_c773b312c9e17d5541a7d3e3f85a912e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_236d417c55f289aeb5a6022eba50d991 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26e80f873ca542f5abe522042942e050 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_565a119c8670be717465f0248bdeb4c6 = $(`<div id="html_565a119c8670be717465f0248bdeb4c6" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_26e80f873ca542f5abe522042942e050.setContent(html_565a119c8670be717465f0248bdeb4c6);
|
|
|
|
|
|
|
|
marker_c773b312c9e17d5541a7d3e3f85a912e.bindPopup(popup_26e80f873ca542f5abe522042942e050)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c773b312c9e17d5541a7d3e3f85a912e.setIcon(icon_236d417c55f289aeb5a6022eba50d991);
|
|
|
|
|
|
var marker_b8270a608973184eed63063505975203 = L.marker(
|
|
[36.1659, -86.7844],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_49be5e41a0e1d5dda5c4b46ca22849f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea8b45889dc09c255f1fd5660aa9e64e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd28d2df196fa32bca716923c90e83de = $(`<div id="html_cd28d2df196fa32bca716923c90e83de" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_ea8b45889dc09c255f1fd5660aa9e64e.setContent(html_cd28d2df196fa32bca716923c90e83de);
|
|
|
|
|
|
|
|
marker_b8270a608973184eed63063505975203.bindPopup(popup_ea8b45889dc09c255f1fd5660aa9e64e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8270a608973184eed63063505975203.setIcon(icon_49be5e41a0e1d5dda5c4b46ca22849f8);
|
|
|
|
|
|
var marker_8188c3ad2f7493dbbf46aa78ea9d878a = L.marker(
|
|
[50.0755, 14.4378],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_cc41f547e015b0863f55851a815fcd86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_924f21ce6e10e86f06c3edeacab68647 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1dbde888fa1c4f301737c3781c083e53 = $(`<div id="html_1dbde888fa1c4f301737c3781c083e53" style="width: 100.0%; height: 100.0%;">openrelay.ziomc.com</div>`)[0];
|
|
popup_924f21ce6e10e86f06c3edeacab68647.setContent(html_1dbde888fa1c4f301737c3781c083e53);
|
|
|
|
|
|
|
|
marker_8188c3ad2f7493dbbf46aa78ea9d878a.bindPopup(popup_924f21ce6e10e86f06c3edeacab68647)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8188c3ad2f7493dbbf46aa78ea9d878a.setIcon(icon_cc41f547e015b0863f55851a815fcd86);
|
|
|
|
|
|
var marker_e7961f93c40fea25b4b1d903ca07f47b = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_b31337b624bd19dbd16c2fd7a87f7482 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec4dc9a2e0e37671c47deca326ce69f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2000499bd17f51803baad8692036405 = $(`<div id="html_a2000499bd17f51803baad8692036405" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_ec4dc9a2e0e37671c47deca326ce69f4.setContent(html_a2000499bd17f51803baad8692036405);
|
|
|
|
|
|
|
|
marker_e7961f93c40fea25b4b1d903ca07f47b.bindPopup(popup_ec4dc9a2e0e37671c47deca326ce69f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7961f93c40fea25b4b1d903ca07f47b.setIcon(icon_b31337b624bd19dbd16c2fd7a87f7482);
|
|
|
|
|
|
var marker_9cf9c06282e5937e33b7db653b3406ba = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_1da1211161c5334e9b8e03b9323e40ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26a76b39080ce11f88e07bc3623a6e34 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df55774390a0fad379249c9f380f7c4b = $(`<div id="html_df55774390a0fad379249c9f380f7c4b" style="width: 100.0%; height: 100.0%;">video.czas.plus</div>`)[0];
|
|
popup_26a76b39080ce11f88e07bc3623a6e34.setContent(html_df55774390a0fad379249c9f380f7c4b);
|
|
|
|
|
|
|
|
marker_9cf9c06282e5937e33b7db653b3406ba.bindPopup(popup_26a76b39080ce11f88e07bc3623a6e34)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9cf9c06282e5937e33b7db653b3406ba.setIcon(icon_1da1211161c5334e9b8e03b9323e40ef);
|
|
|
|
|
|
var marker_1455c82787d826641366d2267217eed7 = L.marker(
|
|
[46.5971, 9.59652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_88cd6d5c4435136bed05b11e56b1fb0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34445751c6e02a0fea2bd9e56ba95be1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87fa6a92ada17dd6b3652bfd90b047a7 = $(`<div id="html_87fa6a92ada17dd6b3652bfd90b047a7" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_34445751c6e02a0fea2bd9e56ba95be1.setContent(html_87fa6a92ada17dd6b3652bfd90b047a7);
|
|
|
|
|
|
|
|
marker_1455c82787d826641366d2267217eed7.bindPopup(popup_34445751c6e02a0fea2bd9e56ba95be1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1455c82787d826641366d2267217eed7.setIcon(icon_88cd6d5c4435136bed05b11e56b1fb0d);
|
|
|
|
|
|
var marker_0bc7630f562117ebbf37b6e250db6701 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_4e51c86c4915249577a94d27c6cdfb50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5380ee169961f2934b6d79bb39953c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc8afb4d5211b5becab69a9cf0f8d84b = $(`<div id="html_bc8afb4d5211b5becab69a9cf0f8d84b" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_c5380ee169961f2934b6d79bb39953c4.setContent(html_bc8afb4d5211b5becab69a9cf0f8d84b);
|
|
|
|
|
|
|
|
marker_0bc7630f562117ebbf37b6e250db6701.bindPopup(popup_c5380ee169961f2934b6d79bb39953c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0bc7630f562117ebbf37b6e250db6701.setIcon(icon_4e51c86c4915249577a94d27c6cdfb50);
|
|
|
|
|
|
var marker_075f008c921f40ff2f9fce2c2fac1070 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_f2c04fc811a045859bb37ac0c516c2f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72a4ef1dc080640ed022d2fe4c6382b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f45e992966df9a651d4e8d7d6fbb1481 = $(`<div id="html_f45e992966df9a651d4e8d7d6fbb1481" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_72a4ef1dc080640ed022d2fe4c6382b3.setContent(html_f45e992966df9a651d4e8d7d6fbb1481);
|
|
|
|
|
|
|
|
marker_075f008c921f40ff2f9fce2c2fac1070.bindPopup(popup_72a4ef1dc080640ed022d2fe4c6382b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_075f008c921f40ff2f9fce2c2fac1070.setIcon(icon_f2c04fc811a045859bb37ac0c516c2f5);
|
|
|
|
|
|
var marker_52eb5916d32401e100c3a04941417876 = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_699919570ab14d255d736f06834b3798 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebafd5f22625e3b5797e07c1034b3655 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3af0be13ad483acded0e456e36928a63 = $(`<div id="html_3af0be13ad483acded0e456e36928a63" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_ebafd5f22625e3b5797e07c1034b3655.setContent(html_3af0be13ad483acded0e456e36928a63);
|
|
|
|
|
|
|
|
marker_52eb5916d32401e100c3a04941417876.bindPopup(popup_ebafd5f22625e3b5797e07c1034b3655)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52eb5916d32401e100c3a04941417876.setIcon(icon_699919570ab14d255d736f06834b3798);
|
|
|
|
|
|
var marker_df22e0dee91d7bdb73aedb9483f6d66e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_904a4ab7d06fb24cf7802cffdf4393a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d035694fed61552bc21c01b9a3b028e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa339f55e58d2b6d4280e18be8058975 = $(`<div id="html_aa339f55e58d2b6d4280e18be8058975" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_d035694fed61552bc21c01b9a3b028e2.setContent(html_aa339f55e58d2b6d4280e18be8058975);
|
|
|
|
|
|
|
|
marker_df22e0dee91d7bdb73aedb9483f6d66e.bindPopup(popup_d035694fed61552bc21c01b9a3b028e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df22e0dee91d7bdb73aedb9483f6d66e.setIcon(icon_904a4ab7d06fb24cf7802cffdf4393a8);
|
|
|
|
|
|
var marker_f05117c0b6a4a5d5cd889e850e7944c7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_fdb51aadf3fff0311d6977020474be6f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_744eeccd1207133b59d5422f459d9395 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9481dc0b1282e3d9f5ee3c288c8a4a31 = $(`<div id="html_9481dc0b1282e3d9f5ee3c288c8a4a31" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_744eeccd1207133b59d5422f459d9395.setContent(html_9481dc0b1282e3d9f5ee3c288c8a4a31);
|
|
|
|
|
|
|
|
marker_f05117c0b6a4a5d5cd889e850e7944c7.bindPopup(popup_744eeccd1207133b59d5422f459d9395)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f05117c0b6a4a5d5cd889e850e7944c7.setIcon(icon_fdb51aadf3fff0311d6977020474be6f);
|
|
|
|
|
|
var marker_4f483f6d31f0f8ccce9bc13076897f46 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_a82f9a15ca2ec182e0aa6047b485d4e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_973aea45cd7bf94300dfeb2d0ae6c93f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7411c014a67bf607e2cda3fe8a3e106 = $(`<div id="html_d7411c014a67bf607e2cda3fe8a3e106" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_973aea45cd7bf94300dfeb2d0ae6c93f.setContent(html_d7411c014a67bf607e2cda3fe8a3e106);
|
|
|
|
|
|
|
|
marker_4f483f6d31f0f8ccce9bc13076897f46.bindPopup(popup_973aea45cd7bf94300dfeb2d0ae6c93f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f483f6d31f0f8ccce9bc13076897f46.setIcon(icon_a82f9a15ca2ec182e0aa6047b485d4e6);
|
|
|
|
|
|
var marker_ebb52efdfc01ce7f48f51d1f7454d622 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_e1746394853e773eb6b217b000a88b3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20ea97ac075560163e075e2f4164d205 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8982f17fb79d026a3fcf8432fbb4b8ab = $(`<div id="html_8982f17fb79d026a3fcf8432fbb4b8ab" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_20ea97ac075560163e075e2f4164d205.setContent(html_8982f17fb79d026a3fcf8432fbb4b8ab);
|
|
|
|
|
|
|
|
marker_ebb52efdfc01ce7f48f51d1f7454d622.bindPopup(popup_20ea97ac075560163e075e2f4164d205)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebb52efdfc01ce7f48f51d1f7454d622.setIcon(icon_e1746394853e773eb6b217b000a88b3f);
|
|
|
|
|
|
var marker_2c768eaad2f706f38441f5a290dedd78 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_0b28915f20223bcc67fb6474b9014ea6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c2829a45c8989956ff11252b56da898 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a7b0c53eac406e6355ef7293f0b14ca = $(`<div id="html_9a7b0c53eac406e6355ef7293f0b14ca" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_1c2829a45c8989956ff11252b56da898.setContent(html_9a7b0c53eac406e6355ef7293f0b14ca);
|
|
|
|
|
|
|
|
marker_2c768eaad2f706f38441f5a290dedd78.bindPopup(popup_1c2829a45c8989956ff11252b56da898)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c768eaad2f706f38441f5a290dedd78.setIcon(icon_0b28915f20223bcc67fb6474b9014ea6);
|
|
|
|
|
|
var marker_2a215d79692a5d301404bdf97c70c8fb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_b3c9f438df2cfa294a693e921fca759b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c64ba287d12a5bbb5d4735473b7a326 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_444d7fb5a98fe4b61c1fb09bbcd6ef03 = $(`<div id="html_444d7fb5a98fe4b61c1fb09bbcd6ef03" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_9c64ba287d12a5bbb5d4735473b7a326.setContent(html_444d7fb5a98fe4b61c1fb09bbcd6ef03);
|
|
|
|
|
|
|
|
marker_2a215d79692a5d301404bdf97c70c8fb.bindPopup(popup_9c64ba287d12a5bbb5d4735473b7a326)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a215d79692a5d301404bdf97c70c8fb.setIcon(icon_b3c9f438df2cfa294a693e921fca759b);
|
|
|
|
|
|
var marker_9ae4221a2e9e767dbe9c6379abd40ab3 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_be7a87a0fa65b1d19f1bfae4b649fe8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_365c86b684979e3e7cd8a10a6c380183 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f5a0b012121f999c29b1d87e6b1aae6 = $(`<div id="html_5f5a0b012121f999c29b1d87e6b1aae6" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_365c86b684979e3e7cd8a10a6c380183.setContent(html_5f5a0b012121f999c29b1d87e6b1aae6);
|
|
|
|
|
|
|
|
marker_9ae4221a2e9e767dbe9c6379abd40ab3.bindPopup(popup_365c86b684979e3e7cd8a10a6c380183)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ae4221a2e9e767dbe9c6379abd40ab3.setIcon(icon_be7a87a0fa65b1d19f1bfae4b649fe8e);
|
|
|
|
|
|
var marker_16d9b17fb2f5fb268aa5e7ea7f8f48bd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_3ffe2b1b628a47352d8c1e9ec5dc6403 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9591c3e965ea3c89a7240962796c6542 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3664d81c3e1b77672f0f4c6157387243 = $(`<div id="html_3664d81c3e1b77672f0f4c6157387243" style="width: 100.0%; height: 100.0%;">dm-test-strfry-generic.samt.st</div>`)[0];
|
|
popup_9591c3e965ea3c89a7240962796c6542.setContent(html_3664d81c3e1b77672f0f4c6157387243);
|
|
|
|
|
|
|
|
marker_16d9b17fb2f5fb268aa5e7ea7f8f48bd.bindPopup(popup_9591c3e965ea3c89a7240962796c6542)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16d9b17fb2f5fb268aa5e7ea7f8f48bd.setIcon(icon_3ffe2b1b628a47352d8c1e9ec5dc6403);
|
|
|
|
|
|
var marker_753cb31984339608a5dee37158292bc6 = L.marker(
|
|
[41.1976, 1.11167],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_df8cb002c143407d1ee5c9fcbf986b08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d370b4b374053bbbd2135ba81a21e18b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5663653bcbb991083d14af80c8a9455c = $(`<div id="html_5663653bcbb991083d14af80c8a9455c" style="width: 100.0%; height: 100.0%;">bitcoinostr.duckdns.org</div>`)[0];
|
|
popup_d370b4b374053bbbd2135ba81a21e18b.setContent(html_5663653bcbb991083d14af80c8a9455c);
|
|
|
|
|
|
|
|
marker_753cb31984339608a5dee37158292bc6.bindPopup(popup_d370b4b374053bbbd2135ba81a21e18b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_753cb31984339608a5dee37158292bc6.setIcon(icon_df8cb002c143407d1ee5c9fcbf986b08);
|
|
|
|
|
|
var marker_91b004e92b6f8eaed848f68ff7da8d38 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_e90d53d8fbf3e02563c8642f7635ae87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc005a58058ade99545ff124b6dd0a4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48cc8894445b81e70fef3d2053b51b73 = $(`<div id="html_48cc8894445b81e70fef3d2053b51b73" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_dc005a58058ade99545ff124b6dd0a4b.setContent(html_48cc8894445b81e70fef3d2053b51b73);
|
|
|
|
|
|
|
|
marker_91b004e92b6f8eaed848f68ff7da8d38.bindPopup(popup_dc005a58058ade99545ff124b6dd0a4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91b004e92b6f8eaed848f68ff7da8d38.setIcon(icon_e90d53d8fbf3e02563c8642f7635ae87);
|
|
|
|
|
|
var marker_02c97cfec96cda9c29f7e10f6757d549 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_da7f9e8bdfa845c22b022905053c2d6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59cb8b774ed54d91e902d9896b347daf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1aeaa62b4c050b61b1b45fc04b85501e = $(`<div id="html_1aeaa62b4c050b61b1b45fc04b85501e" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_59cb8b774ed54d91e902d9896b347daf.setContent(html_1aeaa62b4c050b61b1b45fc04b85501e);
|
|
|
|
|
|
|
|
marker_02c97cfec96cda9c29f7e10f6757d549.bindPopup(popup_59cb8b774ed54d91e902d9896b347daf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02c97cfec96cda9c29f7e10f6757d549.setIcon(icon_da7f9e8bdfa845c22b022905053c2d6e);
|
|
|
|
|
|
var marker_3724838d1f3f5e428e2d5fa047735920 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_090364406d820a0c7b9966022ea2956f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f30dc170571a75b853918c9772e88a86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37a211be3b53e239ca09d8b47ed042bc = $(`<div id="html_37a211be3b53e239ca09d8b47ed042bc" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_f30dc170571a75b853918c9772e88a86.setContent(html_37a211be3b53e239ca09d8b47ed042bc);
|
|
|
|
|
|
|
|
marker_3724838d1f3f5e428e2d5fa047735920.bindPopup(popup_f30dc170571a75b853918c9772e88a86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3724838d1f3f5e428e2d5fa047735920.setIcon(icon_090364406d820a0c7b9966022ea2956f);
|
|
|
|
|
|
var marker_107f5f3933b9f90ec9fc7f395fffb4dd = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_8b10d7862e982c49a060d50c74984a33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7dacad70757fe2f46f4df491d758b34 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb0d186b816a5237a8953cede86c3e0f = $(`<div id="html_bb0d186b816a5237a8953cede86c3e0f" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_c7dacad70757fe2f46f4df491d758b34.setContent(html_bb0d186b816a5237a8953cede86c3e0f);
|
|
|
|
|
|
|
|
marker_107f5f3933b9f90ec9fc7f395fffb4dd.bindPopup(popup_c7dacad70757fe2f46f4df491d758b34)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_107f5f3933b9f90ec9fc7f395fffb4dd.setIcon(icon_8b10d7862e982c49a060d50c74984a33);
|
|
|
|
|
|
var marker_052e752d0cb19073a51803f8439a874e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_d4153453c228ab3d2605489748d33ac5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bfbac806369e15176fcab2eccf496603 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2008e9a1bcc17e76edcb6086396d9df = $(`<div id="html_a2008e9a1bcc17e76edcb6086396d9df" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_bfbac806369e15176fcab2eccf496603.setContent(html_a2008e9a1bcc17e76edcb6086396d9df);
|
|
|
|
|
|
|
|
marker_052e752d0cb19073a51803f8439a874e.bindPopup(popup_bfbac806369e15176fcab2eccf496603)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_052e752d0cb19073a51803f8439a874e.setIcon(icon_d4153453c228ab3d2605489748d33ac5);
|
|
|
|
|
|
var marker_1b80777c9726270ac667b0bb7b66f7a9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_d78919d3bd7d7a9b4143990f606fc5a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2de52d3ccb57ed26f7498874ae48d8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eda49c1840d9766409cb1a3925b09058 = $(`<div id="html_eda49c1840d9766409cb1a3925b09058" style="width: 100.0%; height: 100.0%;">wot.rejecttheframe.xyz</div>`)[0];
|
|
popup_e2de52d3ccb57ed26f7498874ae48d8b.setContent(html_eda49c1840d9766409cb1a3925b09058);
|
|
|
|
|
|
|
|
marker_1b80777c9726270ac667b0bb7b66f7a9.bindPopup(popup_e2de52d3ccb57ed26f7498874ae48d8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b80777c9726270ac667b0bb7b66f7a9.setIcon(icon_d78919d3bd7d7a9b4143990f606fc5a1);
|
|
|
|
|
|
var marker_ec12805cc0c7c79013b145190c93a552 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_fe0717f942767f0a1296b63614dafb44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e496e8f9c31e1b05c3ffe0ff9471ca84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e78ac0b8d8d336d7c97a20fd2b51d81d = $(`<div id="html_e78ac0b8d8d336d7c97a20fd2b51d81d" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_e496e8f9c31e1b05c3ffe0ff9471ca84.setContent(html_e78ac0b8d8d336d7c97a20fd2b51d81d);
|
|
|
|
|
|
|
|
marker_ec12805cc0c7c79013b145190c93a552.bindPopup(popup_e496e8f9c31e1b05c3ffe0ff9471ca84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec12805cc0c7c79013b145190c93a552.setIcon(icon_fe0717f942767f0a1296b63614dafb44);
|
|
|
|
|
|
var marker_e66545b265d27140dbfd21058458fd7a = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_23c3b88632e4109c9443dca9b4c05085 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3cc0bff0b2f99f500dc64f5c4bb41be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94d043f93d073a86353c0808f8acec9d = $(`<div id="html_94d043f93d073a86353c0808f8acec9d" style="width: 100.0%; height: 100.0%;">herbstmeister.com</div>`)[0];
|
|
popup_d3cc0bff0b2f99f500dc64f5c4bb41be.setContent(html_94d043f93d073a86353c0808f8acec9d);
|
|
|
|
|
|
|
|
marker_e66545b265d27140dbfd21058458fd7a.bindPopup(popup_d3cc0bff0b2f99f500dc64f5c4bb41be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e66545b265d27140dbfd21058458fd7a.setIcon(icon_23c3b88632e4109c9443dca9b4c05085);
|
|
|
|
|
|
var marker_3189e0fff375f54925f187c3843fd6f8 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_a93bfc5d7aadab81587d2d9826dc279c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d0e7b939a654a996a5ecc1dc4e23099 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa85ebd9a8b80b7675c3ce17bed96d44 = $(`<div id="html_fa85ebd9a8b80b7675c3ce17bed96d44" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_3d0e7b939a654a996a5ecc1dc4e23099.setContent(html_fa85ebd9a8b80b7675c3ce17bed96d44);
|
|
|
|
|
|
|
|
marker_3189e0fff375f54925f187c3843fd6f8.bindPopup(popup_3d0e7b939a654a996a5ecc1dc4e23099)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3189e0fff375f54925f187c3843fd6f8.setIcon(icon_a93bfc5d7aadab81587d2d9826dc279c);
|
|
|
|
|
|
var marker_1892d5214bdb18d909702c781bac941e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_13e6c63a2aa5e0ff986d5de7b90308db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3794538cb06d66904504ddca2b06371f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1acf26838b682bcf67dc883d31ea92ed = $(`<div id="html_1acf26838b682bcf67dc883d31ea92ed" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org</div>`)[0];
|
|
popup_3794538cb06d66904504ddca2b06371f.setContent(html_1acf26838b682bcf67dc883d31ea92ed);
|
|
|
|
|
|
|
|
marker_1892d5214bdb18d909702c781bac941e.bindPopup(popup_3794538cb06d66904504ddca2b06371f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1892d5214bdb18d909702c781bac941e.setIcon(icon_13e6c63a2aa5e0ff986d5de7b90308db);
|
|
|
|
|
|
var marker_2c915a9adbab2792313efb2debd7f8ab = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_364fc1c9ecc8e571e2600f50b51ed456 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00cbb3e0a7c3433928c26a636626a934 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee1ca83ce43edd1a7a6ae94b64ce2dd3 = $(`<div id="html_ee1ca83ce43edd1a7a6ae94b64ce2dd3" style="width: 100.0%; height: 100.0%;">relay.bebond.net</div>`)[0];
|
|
popup_00cbb3e0a7c3433928c26a636626a934.setContent(html_ee1ca83ce43edd1a7a6ae94b64ce2dd3);
|
|
|
|
|
|
|
|
marker_2c915a9adbab2792313efb2debd7f8ab.bindPopup(popup_00cbb3e0a7c3433928c26a636626a934)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c915a9adbab2792313efb2debd7f8ab.setIcon(icon_364fc1c9ecc8e571e2600f50b51ed456);
|
|
|
|
|
|
var marker_65008e80641ff816c9ce7ccb2340e28f = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_375e08af3ea5bbc290578a2aafb9f26f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c01440781d07662236258b15c7cf20e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebf70b55d40f6ee2664311a298d4a5ba = $(`<div id="html_ebf70b55d40f6ee2664311a298d4a5ba" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_c01440781d07662236258b15c7cf20e7.setContent(html_ebf70b55d40f6ee2664311a298d4a5ba);
|
|
|
|
|
|
|
|
marker_65008e80641ff816c9ce7ccb2340e28f.bindPopup(popup_c01440781d07662236258b15c7cf20e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65008e80641ff816c9ce7ccb2340e28f.setIcon(icon_375e08af3ea5bbc290578a2aafb9f26f);
|
|
|
|
|
|
var marker_45fec3c545df753a803ffec0122fe5d3 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_9485dacfc63923b7e9ad7388ef6fe656 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_328b815e05b4c9af4c5305da2f4fa635 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e485ae1673f3cb904318b998ea2f22e9 = $(`<div id="html_e485ae1673f3cb904318b998ea2f22e9" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_328b815e05b4c9af4c5305da2f4fa635.setContent(html_e485ae1673f3cb904318b998ea2f22e9);
|
|
|
|
|
|
|
|
marker_45fec3c545df753a803ffec0122fe5d3.bindPopup(popup_328b815e05b4c9af4c5305da2f4fa635)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45fec3c545df753a803ffec0122fe5d3.setIcon(icon_9485dacfc63923b7e9ad7388ef6fe656);
|
|
|
|
|
|
var marker_80fb36b17bc37f6be7bd7660d2144511 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_5412320bd1160ba15ab7bbe783b8eefc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc485bb90c57ab7afd7ca34ba645053b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2718772c6efbd5bb0789c73521261c1c = $(`<div id="html_2718772c6efbd5bb0789c73521261c1c" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app:443</div>`)[0];
|
|
popup_bc485bb90c57ab7afd7ca34ba645053b.setContent(html_2718772c6efbd5bb0789c73521261c1c);
|
|
|
|
|
|
|
|
marker_80fb36b17bc37f6be7bd7660d2144511.bindPopup(popup_bc485bb90c57ab7afd7ca34ba645053b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80fb36b17bc37f6be7bd7660d2144511.setIcon(icon_5412320bd1160ba15ab7bbe783b8eefc);
|
|
|
|
|
|
var marker_d358f57635b3f3865d4c3adc8d1c95de = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_61d0f970075e2de5703c531cf3e80632 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20c9300d0c4d85f170404bc5f9200e51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92d542e8ca6640dcff18afdf6f741df0 = $(`<div id="html_92d542e8ca6640dcff18afdf6f741df0" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_20c9300d0c4d85f170404bc5f9200e51.setContent(html_92d542e8ca6640dcff18afdf6f741df0);
|
|
|
|
|
|
|
|
marker_d358f57635b3f3865d4c3adc8d1c95de.bindPopup(popup_20c9300d0c4d85f170404bc5f9200e51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d358f57635b3f3865d4c3adc8d1c95de.setIcon(icon_61d0f970075e2de5703c531cf3e80632);
|
|
|
|
|
|
var marker_532f30bd1253ec546ab2124dcc0d83b9 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_34c29c94f3b985a76af7f322bbc7311d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_342ab07d12b4028b31309154f913798f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74bd762545133836f94a5f6e092df8bc = $(`<div id="html_74bd762545133836f94a5f6e092df8bc" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_342ab07d12b4028b31309154f913798f.setContent(html_74bd762545133836f94a5f6e092df8bc);
|
|
|
|
|
|
|
|
marker_532f30bd1253ec546ab2124dcc0d83b9.bindPopup(popup_342ab07d12b4028b31309154f913798f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_532f30bd1253ec546ab2124dcc0d83b9.setIcon(icon_34c29c94f3b985a76af7f322bbc7311d);
|
|
|
|
|
|
var marker_993f1ca9cb46f7b1400359f5f9fcf2ed = L.marker(
|
|
[14.0644, 101.515],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_2aef34dc39027e22aa0f586b53aa5de2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d89dab55e00095c97fb31f12decb3d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fb3a6d878f6e08570f5f500eac9ac08 = $(`<div id="html_5fb3a6d878f6e08570f5f500eac9ac08" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_4d89dab55e00095c97fb31f12decb3d4.setContent(html_5fb3a6d878f6e08570f5f500eac9ac08);
|
|
|
|
|
|
|
|
marker_993f1ca9cb46f7b1400359f5f9fcf2ed.bindPopup(popup_4d89dab55e00095c97fb31f12decb3d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_993f1ca9cb46f7b1400359f5f9fcf2ed.setIcon(icon_2aef34dc39027e22aa0f586b53aa5de2);
|
|
|
|
|
|
var marker_c45799d02834a48d60170ee1113f5f54 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_8058011e347f93cea9ff0916e959ae7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_881c5b6ffbefec9f3154f59c4699bf73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b43623b153fdbce35f4d835cd507b4e = $(`<div id="html_4b43623b153fdbce35f4d835cd507b4e" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_881c5b6ffbefec9f3154f59c4699bf73.setContent(html_4b43623b153fdbce35f4d835cd507b4e);
|
|
|
|
|
|
|
|
marker_c45799d02834a48d60170ee1113f5f54.bindPopup(popup_881c5b6ffbefec9f3154f59c4699bf73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c45799d02834a48d60170ee1113f5f54.setIcon(icon_8058011e347f93cea9ff0916e959ae7b);
|
|
|
|
|
|
var marker_4bd9646dfda2cefaf43ac03f308d28ea = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_a8e36577082ed74a19b700996dce5d53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b75df62b414c115a1b93a845612cd828 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3d83d3bb62669a51994c7c1cfa5ec71 = $(`<div id="html_f3d83d3bb62669a51994c7c1cfa5ec71" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_b75df62b414c115a1b93a845612cd828.setContent(html_f3d83d3bb62669a51994c7c1cfa5ec71);
|
|
|
|
|
|
|
|
marker_4bd9646dfda2cefaf43ac03f308d28ea.bindPopup(popup_b75df62b414c115a1b93a845612cd828)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4bd9646dfda2cefaf43ac03f308d28ea.setIcon(icon_a8e36577082ed74a19b700996dce5d53);
|
|
|
|
|
|
var marker_1c5e5319a10358bcbf1214c2c3a99649 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_29affcd9f0e9c8c6ebbda3d05e0dd087 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc8a246f5739220c8ed3d67e37e07e0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8056ed2bbd90393c393ad9eebc46fc7c = $(`<div id="html_8056ed2bbd90393c393ad9eebc46fc7c" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_cc8a246f5739220c8ed3d67e37e07e0e.setContent(html_8056ed2bbd90393c393ad9eebc46fc7c);
|
|
|
|
|
|
|
|
marker_1c5e5319a10358bcbf1214c2c3a99649.bindPopup(popup_cc8a246f5739220c8ed3d67e37e07e0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c5e5319a10358bcbf1214c2c3a99649.setIcon(icon_29affcd9f0e9c8c6ebbda3d05e0dd087);
|
|
|
|
|
|
var marker_7ddf1cc7b7816beb5b16d03190abdf8d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_2f7fce70715047ecc03ed2698a4ddb05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffe7a81999b0b8ad0260ec4ca4d9f445 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e01570503743f5944adf90b3cc520344 = $(`<div id="html_e01570503743f5944adf90b3cc520344" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_ffe7a81999b0b8ad0260ec4ca4d9f445.setContent(html_e01570503743f5944adf90b3cc520344);
|
|
|
|
|
|
|
|
marker_7ddf1cc7b7816beb5b16d03190abdf8d.bindPopup(popup_ffe7a81999b0b8ad0260ec4ca4d9f445)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ddf1cc7b7816beb5b16d03190abdf8d.setIcon(icon_2f7fce70715047ecc03ed2698a4ddb05);
|
|
|
|
|
|
var marker_cea92cdbb7275059e2a1e892aa9fc317 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_f65d3abc630e1c5aef4ce02b21dd42ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6998e4e71fcbae2c87c1d3fb1b618981 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81446e8310e8f8dc3b4fd608decc05d3 = $(`<div id="html_81446e8310e8f8dc3b4fd608decc05d3" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_6998e4e71fcbae2c87c1d3fb1b618981.setContent(html_81446e8310e8f8dc3b4fd608decc05d3);
|
|
|
|
|
|
|
|
marker_cea92cdbb7275059e2a1e892aa9fc317.bindPopup(popup_6998e4e71fcbae2c87c1d3fb1b618981)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cea92cdbb7275059e2a1e892aa9fc317.setIcon(icon_f65d3abc630e1c5aef4ce02b21dd42ae);
|
|
|
|
|
|
var marker_7de76777a964480aa96e65f8477e0b75 = L.marker(
|
|
[43.7064, -79.3986],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_99cd70e7bd0a0c3462dafae5c5c72484 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0fab381d7ee6edb3a1e88a9fb01e4e3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d49775d0588205f08a08842d3728e792 = $(`<div id="html_d49775d0588205f08a08842d3728e792" style="width: 100.0%; height: 100.0%;">wot.makenomistakes.ca</div>`)[0];
|
|
popup_0fab381d7ee6edb3a1e88a9fb01e4e3a.setContent(html_d49775d0588205f08a08842d3728e792);
|
|
|
|
|
|
|
|
marker_7de76777a964480aa96e65f8477e0b75.bindPopup(popup_0fab381d7ee6edb3a1e88a9fb01e4e3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7de76777a964480aa96e65f8477e0b75.setIcon(icon_99cd70e7bd0a0c3462dafae5c5c72484);
|
|
|
|
|
|
var marker_d6646a2e6d991b4d1eb22d28095fb239 = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_f381cf9ebfc86204570e6e922dc5a3e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76bb26081fe10b9a2046c73fdf2e599f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5a674f30d901591f8453ae0565f85f9 = $(`<div id="html_c5a674f30d901591f8453ae0565f85f9" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_76bb26081fe10b9a2046c73fdf2e599f.setContent(html_c5a674f30d901591f8453ae0565f85f9);
|
|
|
|
|
|
|
|
marker_d6646a2e6d991b4d1eb22d28095fb239.bindPopup(popup_76bb26081fe10b9a2046c73fdf2e599f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6646a2e6d991b4d1eb22d28095fb239.setIcon(icon_f381cf9ebfc86204570e6e922dc5a3e6);
|
|
|
|
|
|
var marker_fabc99e542cd5346a0ea8a3f2278fe9c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_6bb5d34202e0e8093b3bb4167f45223e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_edd94cf365d43c5ed9093ea1a1cf0623 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2760e60904f30d7fb2bfe88f3fca84de = $(`<div id="html_2760e60904f30d7fb2bfe88f3fca84de" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_edd94cf365d43c5ed9093ea1a1cf0623.setContent(html_2760e60904f30d7fb2bfe88f3fca84de);
|
|
|
|
|
|
|
|
marker_fabc99e542cd5346a0ea8a3f2278fe9c.bindPopup(popup_edd94cf365d43c5ed9093ea1a1cf0623)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fabc99e542cd5346a0ea8a3f2278fe9c.setIcon(icon_6bb5d34202e0e8093b3bb4167f45223e);
|
|
|
|
|
|
var marker_52ff80ec0c376108ecd90d5e20c483c2 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_2333a1fc50de919056172946a037f02a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68da10ada4e96ab0fc098d323fba4e50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e99d036e8adca1c06b38f51c571f057 = $(`<div id="html_6e99d036e8adca1c06b38f51c571f057" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_68da10ada4e96ab0fc098d323fba4e50.setContent(html_6e99d036e8adca1c06b38f51c571f057);
|
|
|
|
|
|
|
|
marker_52ff80ec0c376108ecd90d5e20c483c2.bindPopup(popup_68da10ada4e96ab0fc098d323fba4e50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52ff80ec0c376108ecd90d5e20c483c2.setIcon(icon_2333a1fc50de919056172946a037f02a);
|
|
|
|
|
|
var marker_6e891d5a089aee905b71bf79613b50fb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_e458609b11f7917aa9763c10e413be00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af35ccb35b62113f0483396f43df7486 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf7b2e0b51c5aef23628d396e783991b = $(`<div id="html_bf7b2e0b51c5aef23628d396e783991b" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_af35ccb35b62113f0483396f43df7486.setContent(html_bf7b2e0b51c5aef23628d396e783991b);
|
|
|
|
|
|
|
|
marker_6e891d5a089aee905b71bf79613b50fb.bindPopup(popup_af35ccb35b62113f0483396f43df7486)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e891d5a089aee905b71bf79613b50fb.setIcon(icon_e458609b11f7917aa9763c10e413be00);
|
|
|
|
|
|
var marker_02e4f2abe3b20beab1ce03343c8a90a4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_dbd46c5ca368f36198da5701994c4b99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a1dda677b7b5409048b1abe16ef9980 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4994b27387e73b771cf71c68b941049 = $(`<div id="html_d4994b27387e73b771cf71c68b941049" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_9a1dda677b7b5409048b1abe16ef9980.setContent(html_d4994b27387e73b771cf71c68b941049);
|
|
|
|
|
|
|
|
marker_02e4f2abe3b20beab1ce03343c8a90a4.bindPopup(popup_9a1dda677b7b5409048b1abe16ef9980)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02e4f2abe3b20beab1ce03343c8a90a4.setIcon(icon_dbd46c5ca368f36198da5701994c4b99);
|
|
|
|
|
|
var marker_73667d6b4653d5402ca1acae7585d4f8 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_fbdcc40b33d18385093f52624fc1e87e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9aeb939b655a1ae936e7fb4d382333f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4495112bfe5bf104ffb34c4f96643329 = $(`<div id="html_4495112bfe5bf104ffb34c4f96643329" style="width: 100.0%; height: 100.0%;">eu.nostr.pikachat.org</div>`)[0];
|
|
popup_f9aeb939b655a1ae936e7fb4d382333f.setContent(html_4495112bfe5bf104ffb34c4f96643329);
|
|
|
|
|
|
|
|
marker_73667d6b4653d5402ca1acae7585d4f8.bindPopup(popup_f9aeb939b655a1ae936e7fb4d382333f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73667d6b4653d5402ca1acae7585d4f8.setIcon(icon_fbdcc40b33d18385093f52624fc1e87e);
|
|
|
|
|
|
var marker_c45bbcc9dc4d39d34c5ac406199a5a05 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_77ace04d53add91cb5f979ba296a1384 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3f50f1324a4821962d4c17706784b82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99a5342305235d1d0607b567e5d56f92 = $(`<div id="html_99a5342305235d1d0607b567e5d56f92" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_a3f50f1324a4821962d4c17706784b82.setContent(html_99a5342305235d1d0607b567e5d56f92);
|
|
|
|
|
|
|
|
marker_c45bbcc9dc4d39d34c5ac406199a5a05.bindPopup(popup_a3f50f1324a4821962d4c17706784b82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c45bbcc9dc4d39d34c5ac406199a5a05.setIcon(icon_77ace04d53add91cb5f979ba296a1384);
|
|
|
|
|
|
var marker_fe1a89092ebbee5ca05650c4f5a8d3bb = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_5e452b01de00bc95ee7ff286457afd27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4bc2a25085d011e2b9e6da4123d8bb6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_deb446729f7afed9253fbfba4da24862 = $(`<div id="html_deb446729f7afed9253fbfba4da24862" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_f4bc2a25085d011e2b9e6da4123d8bb6.setContent(html_deb446729f7afed9253fbfba4da24862);
|
|
|
|
|
|
|
|
marker_fe1a89092ebbee5ca05650c4f5a8d3bb.bindPopup(popup_f4bc2a25085d011e2b9e6da4123d8bb6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe1a89092ebbee5ca05650c4f5a8d3bb.setIcon(icon_5e452b01de00bc95ee7ff286457afd27);
|
|
|
|
|
|
var marker_1da9f259259d4ffe400e932156d0bb90 = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_863d1148cb2110caa73bb4e549f8ffe5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07d35081c7892d5afa1aa711a83910ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_651ffbc6a3c739ce3b79d8a882e18e31 = $(`<div id="html_651ffbc6a3c739ce3b79d8a882e18e31" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com</div>`)[0];
|
|
popup_07d35081c7892d5afa1aa711a83910ea.setContent(html_651ffbc6a3c739ce3b79d8a882e18e31);
|
|
|
|
|
|
|
|
marker_1da9f259259d4ffe400e932156d0bb90.bindPopup(popup_07d35081c7892d5afa1aa711a83910ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1da9f259259d4ffe400e932156d0bb90.setIcon(icon_863d1148cb2110caa73bb4e549f8ffe5);
|
|
|
|
|
|
var marker_c7285622aff377fcef6f7615f3d84c95 = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_87affc63c20d2746f96f265a4b5fee3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21e4867a2b5ab4447853df61c64de10f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72243b1627dcd363f5a303db2cdb015d = $(`<div id="html_72243b1627dcd363f5a303db2cdb015d" style="width: 100.0%; height: 100.0%;">relay.laantungir.net:443</div>`)[0];
|
|
popup_21e4867a2b5ab4447853df61c64de10f.setContent(html_72243b1627dcd363f5a303db2cdb015d);
|
|
|
|
|
|
|
|
marker_c7285622aff377fcef6f7615f3d84c95.bindPopup(popup_21e4867a2b5ab4447853df61c64de10f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7285622aff377fcef6f7615f3d84c95.setIcon(icon_87affc63c20d2746f96f265a4b5fee3f);
|
|
|
|
|
|
var marker_e8eaebd5d68b7cce70fd1f3e593bd04e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_c8d0276679b7e0af618c95f28f96ba8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1bad15cfc8f1337017042bb21a1d4653 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9db939d02b2bfc46db4f8515d18ac906 = $(`<div id="html_9db939d02b2bfc46db4f8515d18ac906" style="width: 100.0%; height: 100.0%;">relay.aidatanorge.no</div>`)[0];
|
|
popup_1bad15cfc8f1337017042bb21a1d4653.setContent(html_9db939d02b2bfc46db4f8515d18ac906);
|
|
|
|
|
|
|
|
marker_e8eaebd5d68b7cce70fd1f3e593bd04e.bindPopup(popup_1bad15cfc8f1337017042bb21a1d4653)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8eaebd5d68b7cce70fd1f3e593bd04e.setIcon(icon_c8d0276679b7e0af618c95f28f96ba8d);
|
|
|
|
|
|
var marker_f29fd7c4a29898361101b4db4d768f58 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_36899abe663ad0f2fab5afc591212cda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6551b815755fdd491b18b70fd6d66b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6ff69dec05e9d05fc3f56ebee3c0d72 = $(`<div id="html_e6ff69dec05e9d05fc3f56ebee3c0d72" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_a6551b815755fdd491b18b70fd6d66b9.setContent(html_e6ff69dec05e9d05fc3f56ebee3c0d72);
|
|
|
|
|
|
|
|
marker_f29fd7c4a29898361101b4db4d768f58.bindPopup(popup_a6551b815755fdd491b18b70fd6d66b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f29fd7c4a29898361101b4db4d768f58.setIcon(icon_36899abe663ad0f2fab5afc591212cda);
|
|
|
|
|
|
var marker_a9c6ca41a8d1030e5e2555b83913435d = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_f1456fb32aacbb18abe3f0232671b140 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddd33bbd159a2670ff280e2d149064ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87f67f042ae14c7e028eeab44799e330 = $(`<div id="html_87f67f042ae14c7e028eeab44799e330" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_ddd33bbd159a2670ff280e2d149064ff.setContent(html_87f67f042ae14c7e028eeab44799e330);
|
|
|
|
|
|
|
|
marker_a9c6ca41a8d1030e5e2555b83913435d.bindPopup(popup_ddd33bbd159a2670ff280e2d149064ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9c6ca41a8d1030e5e2555b83913435d.setIcon(icon_f1456fb32aacbb18abe3f0232671b140);
|
|
|
|
|
|
var marker_8c88296e61cd3b1b3e90a0de3d98f60e = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_9ee2c532b13f3e4ea51d77ba01e958f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d8cf1b8dd3bfb7a148ee952d1c9b33a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c3b49bd3ae8907b03c598236497f047 = $(`<div id="html_0c3b49bd3ae8907b03c598236497f047" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_6d8cf1b8dd3bfb7a148ee952d1c9b33a.setContent(html_0c3b49bd3ae8907b03c598236497f047);
|
|
|
|
|
|
|
|
marker_8c88296e61cd3b1b3e90a0de3d98f60e.bindPopup(popup_6d8cf1b8dd3bfb7a148ee952d1c9b33a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c88296e61cd3b1b3e90a0de3d98f60e.setIcon(icon_9ee2c532b13f3e4ea51d77ba01e958f7);
|
|
|
|
|
|
var marker_8ad49ad4bb46cbf137c2bf7d56e9a71e = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_9a5b7f4f2eb27f0641d663f3d0f3f55a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_baa85059f978104db99e959477d4e63b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc033309183225dd58ee232f868bcb45 = $(`<div id="html_fc033309183225dd58ee232f868bcb45" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_baa85059f978104db99e959477d4e63b.setContent(html_fc033309183225dd58ee232f868bcb45);
|
|
|
|
|
|
|
|
marker_8ad49ad4bb46cbf137c2bf7d56e9a71e.bindPopup(popup_baa85059f978104db99e959477d4e63b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ad49ad4bb46cbf137c2bf7d56e9a71e.setIcon(icon_9a5b7f4f2eb27f0641d663f3d0f3f55a);
|
|
|
|
|
|
var marker_e410671a2d957bd350a2b9ab04bb2287 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_aea353bda919b0ea18cad7135d05cf88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f43b6d6d4f7ae7c08389bf1ca2b3592 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1deb8f2965641567cb420c8c7cfa34e8 = $(`<div id="html_1deb8f2965641567cb420c8c7cfa34e8" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_5f43b6d6d4f7ae7c08389bf1ca2b3592.setContent(html_1deb8f2965641567cb420c8c7cfa34e8);
|
|
|
|
|
|
|
|
marker_e410671a2d957bd350a2b9ab04bb2287.bindPopup(popup_5f43b6d6d4f7ae7c08389bf1ca2b3592)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e410671a2d957bd350a2b9ab04bb2287.setIcon(icon_aea353bda919b0ea18cad7135d05cf88);
|
|
|
|
|
|
var marker_53fcba86aaf0db32808a779425a665a2 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_59bca5556f0d40d5c903c0ae0de49a51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f2535366eac1ec4ba928456ad72b9e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69d6e14b3e76a97fd1ff82a0e025120b = $(`<div id="html_69d6e14b3e76a97fd1ff82a0e025120b" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_7f2535366eac1ec4ba928456ad72b9e0.setContent(html_69d6e14b3e76a97fd1ff82a0e025120b);
|
|
|
|
|
|
|
|
marker_53fcba86aaf0db32808a779425a665a2.bindPopup(popup_7f2535366eac1ec4ba928456ad72b9e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53fcba86aaf0db32808a779425a665a2.setIcon(icon_59bca5556f0d40d5c903c0ae0de49a51);
|
|
|
|
|
|
var marker_8a386846716f4dc46d69a9a48467aa7b = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_fe5d5a202f7dc301191c7a1c67f613de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca459c16c3afb280cda7c39691b063c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0959fdd36b519dbdfb25b76bcdb3dd29 = $(`<div id="html_0959fdd36b519dbdfb25b76bcdb3dd29" style="width: 100.0%; height: 100.0%;">relay.wavlake.com:443</div>`)[0];
|
|
popup_ca459c16c3afb280cda7c39691b063c3.setContent(html_0959fdd36b519dbdfb25b76bcdb3dd29);
|
|
|
|
|
|
|
|
marker_8a386846716f4dc46d69a9a48467aa7b.bindPopup(popup_ca459c16c3afb280cda7c39691b063c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a386846716f4dc46d69a9a48467aa7b.setIcon(icon_fe5d5a202f7dc301191c7a1c67f613de);
|
|
|
|
|
|
var marker_2ca8a6e525f655891fdbb13bc0e4e552 = L.marker(
|
|
[51.5717, 3.70417],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_22623572ea9d1497a2cdc99e04709076 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b2bdd25298d2f47c781fd1ecf3ef950 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_868d02cc8bab23524e2e4a926c34e1f9 = $(`<div id="html_868d02cc8bab23524e2e4a926c34e1f9" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_2b2bdd25298d2f47c781fd1ecf3ef950.setContent(html_868d02cc8bab23524e2e4a926c34e1f9);
|
|
|
|
|
|
|
|
marker_2ca8a6e525f655891fdbb13bc0e4e552.bindPopup(popup_2b2bdd25298d2f47c781fd1ecf3ef950)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ca8a6e525f655891fdbb13bc0e4e552.setIcon(icon_22623572ea9d1497a2cdc99e04709076);
|
|
|
|
|
|
var marker_af2c89c8cdf6307b62c21a20601806fc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_60fcdc8e973738f53056e9ac5540d997 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a7ad3c60cb2ec32b4f462e5e088baf1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aaba6526c37f3d0bf201fb47e1ad829f = $(`<div id="html_aaba6526c37f3d0bf201fb47e1ad829f" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_0a7ad3c60cb2ec32b4f462e5e088baf1.setContent(html_aaba6526c37f3d0bf201fb47e1ad829f);
|
|
|
|
|
|
|
|
marker_af2c89c8cdf6307b62c21a20601806fc.bindPopup(popup_0a7ad3c60cb2ec32b4f462e5e088baf1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af2c89c8cdf6307b62c21a20601806fc.setIcon(icon_60fcdc8e973738f53056e9ac5540d997);
|
|
|
|
|
|
var marker_3d23ebe246324f635e3a10e60aae3638 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_79a8a89efcab7ce6a659fff485bf2348 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d15f10cd463ed1906a2426e06b59ff2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c9c17ee154a16dfd6cfea5925c83bc6 = $(`<div id="html_3c9c17ee154a16dfd6cfea5925c83bc6" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_d15f10cd463ed1906a2426e06b59ff2d.setContent(html_3c9c17ee154a16dfd6cfea5925c83bc6);
|
|
|
|
|
|
|
|
marker_3d23ebe246324f635e3a10e60aae3638.bindPopup(popup_d15f10cd463ed1906a2426e06b59ff2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d23ebe246324f635e3a10e60aae3638.setIcon(icon_79a8a89efcab7ce6a659fff485bf2348);
|
|
|
|
|
|
var marker_a922edd4df290abcdb7d775d181429c9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_3804e023bab4c2b5bbb91aea4c42fab9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f81173cfbb3b4e85c540f0d1c7f55b7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b04f93c7e6156a82440b437bd4add019 = $(`<div id="html_b04f93c7e6156a82440b437bd4add019" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_f81173cfbb3b4e85c540f0d1c7f55b7b.setContent(html_b04f93c7e6156a82440b437bd4add019);
|
|
|
|
|
|
|
|
marker_a922edd4df290abcdb7d775d181429c9.bindPopup(popup_f81173cfbb3b4e85c540f0d1c7f55b7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a922edd4df290abcdb7d775d181429c9.setIcon(icon_3804e023bab4c2b5bbb91aea4c42fab9);
|
|
|
|
|
|
var marker_1ee33831208f30624eef8a8b4ac5cf5c = L.marker(
|
|
[53.495, 10.2542],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_17380c61be898bfbb2634c0b987b3b3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_860661934bd65a91807e881cd454588c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00cfc7f083465c652bb32331c3c6a37e = $(`<div id="html_00cfc7f083465c652bb32331c3c6a37e" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_860661934bd65a91807e881cd454588c.setContent(html_00cfc7f083465c652bb32331c3c6a37e);
|
|
|
|
|
|
|
|
marker_1ee33831208f30624eef8a8b4ac5cf5c.bindPopup(popup_860661934bd65a91807e881cd454588c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ee33831208f30624eef8a8b4ac5cf5c.setIcon(icon_17380c61be898bfbb2634c0b987b3b3f);
|
|
|
|
|
|
var marker_01dbf28e13be3318e54142c4d13aaa34 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_4ca89d91ccf18b8e5df11ff79870f14f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f5787a228c89fc41519db789e1d532a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9d917cdae123755342b8ff1e78b42fd = $(`<div id="html_d9d917cdae123755342b8ff1e78b42fd" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_0f5787a228c89fc41519db789e1d532a.setContent(html_d9d917cdae123755342b8ff1e78b42fd);
|
|
|
|
|
|
|
|
marker_01dbf28e13be3318e54142c4d13aaa34.bindPopup(popup_0f5787a228c89fc41519db789e1d532a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01dbf28e13be3318e54142c4d13aaa34.setIcon(icon_4ca89d91ccf18b8e5df11ff79870f14f);
|
|
|
|
|
|
var marker_8b5dec9bac85de0f4794ecf3a9c47057 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_de74107f0153e894feb088ea3d804219 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c76abc27d2dc0d2084cfedf97d720e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f08b176a1a7021173608ec4c3183abbc = $(`<div id="html_f08b176a1a7021173608ec4c3183abbc" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_3c76abc27d2dc0d2084cfedf97d720e5.setContent(html_f08b176a1a7021173608ec4c3183abbc);
|
|
|
|
|
|
|
|
marker_8b5dec9bac85de0f4794ecf3a9c47057.bindPopup(popup_3c76abc27d2dc0d2084cfedf97d720e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b5dec9bac85de0f4794ecf3a9c47057.setIcon(icon_de74107f0153e894feb088ea3d804219);
|
|
|
|
|
|
var marker_ac8c39937efe21e84847e0ef827bbfa1 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_1fab57ad19c80bd017a909945a697e32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bfde1610b23de88be03259799292dc0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd4a29591daa7c2de1cf76e80fa88e1e = $(`<div id="html_dd4a29591daa7c2de1cf76e80fa88e1e" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_7bfde1610b23de88be03259799292dc0.setContent(html_dd4a29591daa7c2de1cf76e80fa88e1e);
|
|
|
|
|
|
|
|
marker_ac8c39937efe21e84847e0ef827bbfa1.bindPopup(popup_7bfde1610b23de88be03259799292dc0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac8c39937efe21e84847e0ef827bbfa1.setIcon(icon_1fab57ad19c80bd017a909945a697e32);
|
|
|
|
|
|
var marker_bfe63374ef4530032c82a4c6dd8834ba = L.marker(
|
|
[41.5284, -87.4237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_bdd46a88fe4282e7e02a7120be5e315b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_036c1ed310b1840d1273fc6c9a3f3a0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0e548663dd652f93a94087be523c9d2 = $(`<div id="html_a0e548663dd652f93a94087be523c9d2" style="width: 100.0%; height: 100.0%;">bbw-nostr.xyz</div>`)[0];
|
|
popup_036c1ed310b1840d1273fc6c9a3f3a0b.setContent(html_a0e548663dd652f93a94087be523c9d2);
|
|
|
|
|
|
|
|
marker_bfe63374ef4530032c82a4c6dd8834ba.bindPopup(popup_036c1ed310b1840d1273fc6c9a3f3a0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bfe63374ef4530032c82a4c6dd8834ba.setIcon(icon_bdd46a88fe4282e7e02a7120be5e315b);
|
|
|
|
|
|
var marker_f51ef17763384d01134acedf405b4ab2 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_9b73678b5a046ed2380f2a62ad951a99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6317789bd652282bff9f54783eb2732 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_886b6b0d2a7a7db9ce2d31450ae1dca0 = $(`<div id="html_886b6b0d2a7a7db9ce2d31450ae1dca0" style="width: 100.0%; height: 100.0%;">nostr.tagomago.me</div>`)[0];
|
|
popup_a6317789bd652282bff9f54783eb2732.setContent(html_886b6b0d2a7a7db9ce2d31450ae1dca0);
|
|
|
|
|
|
|
|
marker_f51ef17763384d01134acedf405b4ab2.bindPopup(popup_a6317789bd652282bff9f54783eb2732)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f51ef17763384d01134acedf405b4ab2.setIcon(icon_9b73678b5a046ed2380f2a62ad951a99);
|
|
|
|
|
|
var marker_582a393fc9bb4fd37d8c94a82a74d8fb = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_2c3b39bb1854a9cc00ef4128ca9ad9f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0918091b0523bff01e9b912cb0db16c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29fd51c7337e1cf7131ae9f76ce708ca = $(`<div id="html_29fd51c7337e1cf7131ae9f76ce708ca" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_c0918091b0523bff01e9b912cb0db16c.setContent(html_29fd51c7337e1cf7131ae9f76ce708ca);
|
|
|
|
|
|
|
|
marker_582a393fc9bb4fd37d8c94a82a74d8fb.bindPopup(popup_c0918091b0523bff01e9b912cb0db16c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_582a393fc9bb4fd37d8c94a82a74d8fb.setIcon(icon_2c3b39bb1854a9cc00ef4128ca9ad9f5);
|
|
|
|
|
|
var marker_1a1accf79f63a3f9895e83f0de8d67b7 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_14c8ce8703c34232bf5d6ee5f26116ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4776f8384d5ab9fbdf9c1b546180c852 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae9b28795a6747236923e9fb736662ce = $(`<div id="html_ae9b28795a6747236923e9fb736662ce" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_4776f8384d5ab9fbdf9c1b546180c852.setContent(html_ae9b28795a6747236923e9fb736662ce);
|
|
|
|
|
|
|
|
marker_1a1accf79f63a3f9895e83f0de8d67b7.bindPopup(popup_4776f8384d5ab9fbdf9c1b546180c852)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a1accf79f63a3f9895e83f0de8d67b7.setIcon(icon_14c8ce8703c34232bf5d6ee5f26116ff);
|
|
|
|
|
|
var marker_a9d64318a1f575a386cc5c49752b496a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_7b1a2cb4e4a56adceddde73bb999e389 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84c5c7ffe07840e5c74fb973613d61ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad734217e44711ad0817e82e664c5da1 = $(`<div id="html_ad734217e44711ad0817e82e664c5da1" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_84c5c7ffe07840e5c74fb973613d61ec.setContent(html_ad734217e44711ad0817e82e664c5da1);
|
|
|
|
|
|
|
|
marker_a9d64318a1f575a386cc5c49752b496a.bindPopup(popup_84c5c7ffe07840e5c74fb973613d61ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9d64318a1f575a386cc5c49752b496a.setIcon(icon_7b1a2cb4e4a56adceddde73bb999e389);
|
|
|
|
|
|
var marker_9d051fac481adb57017b1bde5171ab89 = L.marker(
|
|
[59.3293, 18.0686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_80b974cc411a6071b12dc4e9e3f21207 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_180392796887657448d2e4f9e1ac2b42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a932ad1ebf8968caf7603a0b5d2a5a10 = $(`<div id="html_a932ad1ebf8968caf7603a0b5d2a5a10" style="width: 100.0%; height: 100.0%;">relay.fckstate.net</div>`)[0];
|
|
popup_180392796887657448d2e4f9e1ac2b42.setContent(html_a932ad1ebf8968caf7603a0b5d2a5a10);
|
|
|
|
|
|
|
|
marker_9d051fac481adb57017b1bde5171ab89.bindPopup(popup_180392796887657448d2e4f9e1ac2b42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d051fac481adb57017b1bde5171ab89.setIcon(icon_80b974cc411a6071b12dc4e9e3f21207);
|
|
|
|
|
|
var marker_684f3d20fe1d32779fd169646e3b3534 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_d2b5e30613c12ee6b5cf5fab554c539a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5273a9c7d68d3c83267fbea65ca0e487 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a10f64e1d0384b271130cad2e17d76b0 = $(`<div id="html_a10f64e1d0384b271130cad2e17d76b0" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_5273a9c7d68d3c83267fbea65ca0e487.setContent(html_a10f64e1d0384b271130cad2e17d76b0);
|
|
|
|
|
|
|
|
marker_684f3d20fe1d32779fd169646e3b3534.bindPopup(popup_5273a9c7d68d3c83267fbea65ca0e487)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_684f3d20fe1d32779fd169646e3b3534.setIcon(icon_d2b5e30613c12ee6b5cf5fab554c539a);
|
|
|
|
|
|
var marker_65e2f942d26fd40cf8bcb2cd088342fc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_16a42eb03e812c3a10b1360adce40d75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_433686e295dee877adc95d059f8a8147 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_872dea46fda28cb83b5d7929d29fbf2e = $(`<div id="html_872dea46fda28cb83b5d7929d29fbf2e" style="width: 100.0%; height: 100.0%;">armada.sharegap.net</div>`)[0];
|
|
popup_433686e295dee877adc95d059f8a8147.setContent(html_872dea46fda28cb83b5d7929d29fbf2e);
|
|
|
|
|
|
|
|
marker_65e2f942d26fd40cf8bcb2cd088342fc.bindPopup(popup_433686e295dee877adc95d059f8a8147)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65e2f942d26fd40cf8bcb2cd088342fc.setIcon(icon_16a42eb03e812c3a10b1360adce40d75);
|
|
|
|
|
|
var marker_7802f6369f97b65cf6114eb2088b09c2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_7f3f1ab95a356c0d5f4f24017b06a100 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ea251164bede3d6eb21ef51632f14f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1bf178af8970f15f9b2d33b74d495e3 = $(`<div id="html_c1bf178af8970f15f9b2d33b74d495e3" style="width: 100.0%; height: 100.0%;">schnorr.me:443</div>`)[0];
|
|
popup_9ea251164bede3d6eb21ef51632f14f0.setContent(html_c1bf178af8970f15f9b2d33b74d495e3);
|
|
|
|
|
|
|
|
marker_7802f6369f97b65cf6114eb2088b09c2.bindPopup(popup_9ea251164bede3d6eb21ef51632f14f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7802f6369f97b65cf6114eb2088b09c2.setIcon(icon_7f3f1ab95a356c0d5f4f24017b06a100);
|
|
|
|
|
|
var marker_e2b2d474f3a518d12be44324543d82fd = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_734d45cf2dce04726f170beef5aa89ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8867c9669aab23f3634dec5b29e91ed8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_281746f00144b610b6260e5cbea4706f = $(`<div id="html_281746f00144b610b6260e5cbea4706f" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_8867c9669aab23f3634dec5b29e91ed8.setContent(html_281746f00144b610b6260e5cbea4706f);
|
|
|
|
|
|
|
|
marker_e2b2d474f3a518d12be44324543d82fd.bindPopup(popup_8867c9669aab23f3634dec5b29e91ed8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2b2d474f3a518d12be44324543d82fd.setIcon(icon_734d45cf2dce04726f170beef5aa89ad);
|
|
|
|
|
|
var marker_f62601c878f97cf7dfd58db4ff0194c1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_56be1ca02e1e06e045da16eebb813765 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8adf4c1e99bc33ddbc85fdd852ddc1b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8428eb25147d8e06b9d7a7847a5d23ce = $(`<div id="html_8428eb25147d8e06b9d7a7847a5d23ce" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_8adf4c1e99bc33ddbc85fdd852ddc1b0.setContent(html_8428eb25147d8e06b9d7a7847a5d23ce);
|
|
|
|
|
|
|
|
marker_f62601c878f97cf7dfd58db4ff0194c1.bindPopup(popup_8adf4c1e99bc33ddbc85fdd852ddc1b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f62601c878f97cf7dfd58db4ff0194c1.setIcon(icon_56be1ca02e1e06e045da16eebb813765);
|
|
|
|
|
|
var marker_ad5c08c8dd4c67a7a7d4a89821c45e2d = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_48193d5b23b8032be24e18caef6fbfd6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0acbe59371dbaaa208130339a98f9daa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b23b35002fddfeb5a27747726751925 = $(`<div id="html_9b23b35002fddfeb5a27747726751925" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_0acbe59371dbaaa208130339a98f9daa.setContent(html_9b23b35002fddfeb5a27747726751925);
|
|
|
|
|
|
|
|
marker_ad5c08c8dd4c67a7a7d4a89821c45e2d.bindPopup(popup_0acbe59371dbaaa208130339a98f9daa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad5c08c8dd4c67a7a7d4a89821c45e2d.setIcon(icon_48193d5b23b8032be24e18caef6fbfd6);
|
|
|
|
|
|
var marker_d1406c46cabd78e825d39a3f7f30c2c4 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_2d6f511f9d1158dcabdcc5c5818d3418 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d9f6a8201e6c4d59cb571900e38be27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b2e2eca9b7e2751d93f5026846b0614 = $(`<div id="html_6b2e2eca9b7e2751d93f5026846b0614" style="width: 100.0%; height: 100.0%;">dev-relay.nostreon.com</div>`)[0];
|
|
popup_8d9f6a8201e6c4d59cb571900e38be27.setContent(html_6b2e2eca9b7e2751d93f5026846b0614);
|
|
|
|
|
|
|
|
marker_d1406c46cabd78e825d39a3f7f30c2c4.bindPopup(popup_8d9f6a8201e6c4d59cb571900e38be27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1406c46cabd78e825d39a3f7f30c2c4.setIcon(icon_2d6f511f9d1158dcabdcc5c5818d3418);
|
|
|
|
|
|
var marker_2b86465e4cdc0641b92e155588dd78cc = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_aee922832564cb0f6c268b836f62e4c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7920030efaf1050292f219d0532c06d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce923e68f8e009907f633fd8072a2afc = $(`<div id="html_ce923e68f8e009907f633fd8072a2afc" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_d7920030efaf1050292f219d0532c06d.setContent(html_ce923e68f8e009907f633fd8072a2afc);
|
|
|
|
|
|
|
|
marker_2b86465e4cdc0641b92e155588dd78cc.bindPopup(popup_d7920030efaf1050292f219d0532c06d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b86465e4cdc0641b92e155588dd78cc.setIcon(icon_aee922832564cb0f6c268b836f62e4c7);
|
|
|
|
|
|
var marker_c6b7c7270a36fcf245c802df6adba315 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_e8ff1edb08ab4c067338690ffcea2826 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bdf1fca092d2ad87516ace6abdc3d2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84e01a215cba3ec8dacb912883b3678d = $(`<div id="html_84e01a215cba3ec8dacb912883b3678d" style="width: 100.0%; height: 100.0%;">wot.utxo.one</div>`)[0];
|
|
popup_0bdf1fca092d2ad87516ace6abdc3d2b.setContent(html_84e01a215cba3ec8dacb912883b3678d);
|
|
|
|
|
|
|
|
marker_c6b7c7270a36fcf245c802df6adba315.bindPopup(popup_0bdf1fca092d2ad87516ace6abdc3d2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6b7c7270a36fcf245c802df6adba315.setIcon(icon_e8ff1edb08ab4c067338690ffcea2826);
|
|
|
|
|
|
var marker_7a57fa9e6708544049f3854ae1e01727 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_e609918733191bb9239215a6516682d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4986418b14e75f2449591d27ec056924 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48a956c8b8311b6108dd621ebd3fbb77 = $(`<div id="html_48a956c8b8311b6108dd621ebd3fbb77" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_4986418b14e75f2449591d27ec056924.setContent(html_48a956c8b8311b6108dd621ebd3fbb77);
|
|
|
|
|
|
|
|
marker_7a57fa9e6708544049f3854ae1e01727.bindPopup(popup_4986418b14e75f2449591d27ec056924)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a57fa9e6708544049f3854ae1e01727.setIcon(icon_e609918733191bb9239215a6516682d7);
|
|
|
|
|
|
var marker_0c0b144db100aa0acacffd0f84d9ed14 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_a620a6f6edf174274c75578c3e9bb683 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f5c9372039011dbdd30ee551b2aa9b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f87a66668ee6aef4becf121a020106a0 = $(`<div id="html_f87a66668ee6aef4becf121a020106a0" style="width: 100.0%; height: 100.0%;">relay2.veganostr.com</div>`)[0];
|
|
popup_7f5c9372039011dbdd30ee551b2aa9b7.setContent(html_f87a66668ee6aef4becf121a020106a0);
|
|
|
|
|
|
|
|
marker_0c0b144db100aa0acacffd0f84d9ed14.bindPopup(popup_7f5c9372039011dbdd30ee551b2aa9b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c0b144db100aa0acacffd0f84d9ed14.setIcon(icon_a620a6f6edf174274c75578c3e9bb683);
|
|
|
|
|
|
var marker_6f3e38ce92ec15091148c0c0d3925a33 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_7ff2b0b91c39845415f8e14be99dd447 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2be0b6dc2c66477829289fcd0cd1b54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb87279862a18c0421ceb56520a296af = $(`<div id="html_fb87279862a18c0421ceb56520a296af" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_a2be0b6dc2c66477829289fcd0cd1b54.setContent(html_fb87279862a18c0421ceb56520a296af);
|
|
|
|
|
|
|
|
marker_6f3e38ce92ec15091148c0c0d3925a33.bindPopup(popup_a2be0b6dc2c66477829289fcd0cd1b54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f3e38ce92ec15091148c0c0d3925a33.setIcon(icon_7ff2b0b91c39845415f8e14be99dd447);
|
|
|
|
|
|
var marker_cbf5196a7f0f1878d8f46c1e1486067e = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_be26c1641c86f07a6541fb3eb03c0af5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70dab526e99236e3f524245722312c3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f9f7cb5fa1f66467e63c9cfa73974b0 = $(`<div id="html_6f9f7cb5fa1f66467e63c9cfa73974b0" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_70dab526e99236e3f524245722312c3f.setContent(html_6f9f7cb5fa1f66467e63c9cfa73974b0);
|
|
|
|
|
|
|
|
marker_cbf5196a7f0f1878d8f46c1e1486067e.bindPopup(popup_70dab526e99236e3f524245722312c3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbf5196a7f0f1878d8f46c1e1486067e.setIcon(icon_be26c1641c86f07a6541fb3eb03c0af5);
|
|
|
|
|
|
var marker_a11c1d9df5a3cd5857fc7c28409598b5 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_d0092f5fd358c6bf81e54cdebc146df3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd5b7465122e70dd4dc802e759d1b040 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c0507a0fff36c2fcf0b2fd2b2405da6 = $(`<div id="html_4c0507a0fff36c2fcf0b2fd2b2405da6" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_fd5b7465122e70dd4dc802e759d1b040.setContent(html_4c0507a0fff36c2fcf0b2fd2b2405da6);
|
|
|
|
|
|
|
|
marker_a11c1d9df5a3cd5857fc7c28409598b5.bindPopup(popup_fd5b7465122e70dd4dc802e759d1b040)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a11c1d9df5a3cd5857fc7c28409598b5.setIcon(icon_d0092f5fd358c6bf81e54cdebc146df3);
|
|
|
|
|
|
var marker_df4627c316ba8427aef11b40428c79ec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_240aebe1577dc0a13110263641516049 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_431914e269c510bc2981b16be24844d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb7f444c2906f34eddf2c7ba563e7d15 = $(`<div id="html_fb7f444c2906f34eddf2c7ba563e7d15" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st</div>`)[0];
|
|
popup_431914e269c510bc2981b16be24844d1.setContent(html_fb7f444c2906f34eddf2c7ba563e7d15);
|
|
|
|
|
|
|
|
marker_df4627c316ba8427aef11b40428c79ec.bindPopup(popup_431914e269c510bc2981b16be24844d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df4627c316ba8427aef11b40428c79ec.setIcon(icon_240aebe1577dc0a13110263641516049);
|
|
|
|
|
|
var marker_7788b1948d56f23c914b2c07e3d6caa9 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_b77137ce499ba0ab170b4d348bb9ec9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f72b5f9f2847730e7d82482b5810743 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83e61547e14766cae147df8697bcd590 = $(`<div id="html_83e61547e14766cae147df8697bcd590" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_7f72b5f9f2847730e7d82482b5810743.setContent(html_83e61547e14766cae147df8697bcd590);
|
|
|
|
|
|
|
|
marker_7788b1948d56f23c914b2c07e3d6caa9.bindPopup(popup_7f72b5f9f2847730e7d82482b5810743)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7788b1948d56f23c914b2c07e3d6caa9.setIcon(icon_b77137ce499ba0ab170b4d348bb9ec9c);
|
|
|
|
|
|
var marker_b5c94ff3bcaa8310b235a1eab878d7cd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_156259f684ce071846658e9cdc577aec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a71ef6ca7611b7f2726921c757df9995 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4d08e61b996767485afbe09c5f5fcc7 = $(`<div id="html_d4d08e61b996767485afbe09c5f5fcc7" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_a71ef6ca7611b7f2726921c757df9995.setContent(html_d4d08e61b996767485afbe09c5f5fcc7);
|
|
|
|
|
|
|
|
marker_b5c94ff3bcaa8310b235a1eab878d7cd.bindPopup(popup_a71ef6ca7611b7f2726921c757df9995)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5c94ff3bcaa8310b235a1eab878d7cd.setIcon(icon_156259f684ce071846658e9cdc577aec);
|
|
|
|
|
|
var marker_de518c7bc25179019d1a0474bc1a9d57 = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_c7cfe79164750d935520352741cabf4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2be4624301fa1fb4d2f14e8106879225 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d75da61614b0f3003096e074fe9204c = $(`<div id="html_5d75da61614b0f3003096e074fe9204c" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_2be4624301fa1fb4d2f14e8106879225.setContent(html_5d75da61614b0f3003096e074fe9204c);
|
|
|
|
|
|
|
|
marker_de518c7bc25179019d1a0474bc1a9d57.bindPopup(popup_2be4624301fa1fb4d2f14e8106879225)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de518c7bc25179019d1a0474bc1a9d57.setIcon(icon_c7cfe79164750d935520352741cabf4f);
|
|
|
|
|
|
var marker_12c89a067453a4d99db2022ec44596df = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_65b59c0743027787d15d4f598a0e2849 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de27b1bc78b4d5d98cc74bd7fdf448f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a8a5372de7b322ed0b0528af74516e3 = $(`<div id="html_7a8a5372de7b322ed0b0528af74516e3" style="width: 100.0%; height: 100.0%;">relay.camelus.app</div>`)[0];
|
|
popup_de27b1bc78b4d5d98cc74bd7fdf448f1.setContent(html_7a8a5372de7b322ed0b0528af74516e3);
|
|
|
|
|
|
|
|
marker_12c89a067453a4d99db2022ec44596df.bindPopup(popup_de27b1bc78b4d5d98cc74bd7fdf448f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12c89a067453a4d99db2022ec44596df.setIcon(icon_65b59c0743027787d15d4f598a0e2849);
|
|
|
|
|
|
var marker_e104d30df088cff49dcceff59040c3ca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_a8350e47a30b313018358d1dd9b87f22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d2967780a4f9ed333b5eb3c495b6279 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5090a9de17c97860d98803ce3cfc3372 = $(`<div id="html_5090a9de17c97860d98803ce3cfc3372" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_8d2967780a4f9ed333b5eb3c495b6279.setContent(html_5090a9de17c97860d98803ce3cfc3372);
|
|
|
|
|
|
|
|
marker_e104d30df088cff49dcceff59040c3ca.bindPopup(popup_8d2967780a4f9ed333b5eb3c495b6279)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e104d30df088cff49dcceff59040c3ca.setIcon(icon_a8350e47a30b313018358d1dd9b87f22);
|
|
|
|
|
|
var marker_5f58c33f447c11ad2cf51aee9b6324d6 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_535334c3f0a6e056f329400d264da99b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_415f9e6e5eb8947ae2a79eb74ccded8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20f0d8502f424ef2e34b6ff6194e28c3 = $(`<div id="html_20f0d8502f424ef2e34b6ff6194e28c3" style="width: 100.0%; height: 100.0%;">relay.plebeian.market:443</div>`)[0];
|
|
popup_415f9e6e5eb8947ae2a79eb74ccded8f.setContent(html_20f0d8502f424ef2e34b6ff6194e28c3);
|
|
|
|
|
|
|
|
marker_5f58c33f447c11ad2cf51aee9b6324d6.bindPopup(popup_415f9e6e5eb8947ae2a79eb74ccded8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f58c33f447c11ad2cf51aee9b6324d6.setIcon(icon_535334c3f0a6e056f329400d264da99b);
|
|
|
|
|
|
var marker_1bc0e5f8192fa135f3f3d558d0ec3c20 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_6064173602c87c36dc4d56db0957c83e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a6ec9b237d677af6413b2f622ca15cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7872a145ad6fd65bbd03ceb618b47afa = $(`<div id="html_7872a145ad6fd65bbd03ceb618b47afa" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_1a6ec9b237d677af6413b2f622ca15cf.setContent(html_7872a145ad6fd65bbd03ceb618b47afa);
|
|
|
|
|
|
|
|
marker_1bc0e5f8192fa135f3f3d558d0ec3c20.bindPopup(popup_1a6ec9b237d677af6413b2f622ca15cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bc0e5f8192fa135f3f3d558d0ec3c20.setIcon(icon_6064173602c87c36dc4d56db0957c83e);
|
|
|
|
|
|
var marker_9257a9f82c1ea8b2d76581879b18e7d6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_4fd74c1e17896baf563997f7aac14572 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b156e558b1cba8acbf55e43047c8c83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87d6663eb549ed73f993e479c0e0b074 = $(`<div id="html_87d6663eb549ed73f993e479c0e0b074" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_1b156e558b1cba8acbf55e43047c8c83.setContent(html_87d6663eb549ed73f993e479c0e0b074);
|
|
|
|
|
|
|
|
marker_9257a9f82c1ea8b2d76581879b18e7d6.bindPopup(popup_1b156e558b1cba8acbf55e43047c8c83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9257a9f82c1ea8b2d76581879b18e7d6.setIcon(icon_4fd74c1e17896baf563997f7aac14572);
|
|
|
|
|
|
var marker_13b712c23af270b7729b570b634a4a55 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_f476f37635aa4ff1d97d7d2d6bb15576 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3dcc34fd5f053fbb5267079f8d9d34d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5db748a8bc9bfbe79b09389938e21867 = $(`<div id="html_5db748a8bc9bfbe79b09389938e21867" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_c3dcc34fd5f053fbb5267079f8d9d34d.setContent(html_5db748a8bc9bfbe79b09389938e21867);
|
|
|
|
|
|
|
|
marker_13b712c23af270b7729b570b634a4a55.bindPopup(popup_c3dcc34fd5f053fbb5267079f8d9d34d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13b712c23af270b7729b570b634a4a55.setIcon(icon_f476f37635aa4ff1d97d7d2d6bb15576);
|
|
|
|
|
|
var marker_d3526a0a0ff03dab9111ba361d05465d = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_af8069907c870fa8521fe9952d0030be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03bfaa484642ab5705bcedf59d61d998 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4194e4d268fd7c8be55ffe979b745d9 = $(`<div id="html_c4194e4d268fd7c8be55ffe979b745d9" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_03bfaa484642ab5705bcedf59d61d998.setContent(html_c4194e4d268fd7c8be55ffe979b745d9);
|
|
|
|
|
|
|
|
marker_d3526a0a0ff03dab9111ba361d05465d.bindPopup(popup_03bfaa484642ab5705bcedf59d61d998)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3526a0a0ff03dab9111ba361d05465d.setIcon(icon_af8069907c870fa8521fe9952d0030be);
|
|
|
|
|
|
var marker_ef7433a1930cf111775c9cca29c77829 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_405ac41d5ca0b679704acbf86942e7b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f02fa5d3166d0a132ec1b5dbb7bdb649 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfe15b7fb5dfedece56cfd96b1d3d649 = $(`<div id="html_cfe15b7fb5dfedece56cfd96b1d3d649" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_f02fa5d3166d0a132ec1b5dbb7bdb649.setContent(html_cfe15b7fb5dfedece56cfd96b1d3d649);
|
|
|
|
|
|
|
|
marker_ef7433a1930cf111775c9cca29c77829.bindPopup(popup_f02fa5d3166d0a132ec1b5dbb7bdb649)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef7433a1930cf111775c9cca29c77829.setIcon(icon_405ac41d5ca0b679704acbf86942e7b9);
|
|
|
|
|
|
var marker_ca026207d654e6838d20c379017b6745 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_b224e3f90a74c15d919f4e8561325093 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdc9a0e19c55001c7278b14a04f7ec1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e91aee3d248091424adee939a5e6a67b = $(`<div id="html_e91aee3d248091424adee939a5e6a67b" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_fdc9a0e19c55001c7278b14a04f7ec1e.setContent(html_e91aee3d248091424adee939a5e6a67b);
|
|
|
|
|
|
|
|
marker_ca026207d654e6838d20c379017b6745.bindPopup(popup_fdc9a0e19c55001c7278b14a04f7ec1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca026207d654e6838d20c379017b6745.setIcon(icon_b224e3f90a74c15d919f4e8561325093);
|
|
|
|
|
|
var marker_6cd44cc12cadbd067e3e46f61ce00adf = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_43f097573cc6f0cfc36796f0c92e6351 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff8abdd26e60e49368e9d39a154ba410 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37b69a9909d352a126de5f5d244801f9 = $(`<div id="html_37b69a9909d352a126de5f5d244801f9" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_ff8abdd26e60e49368e9d39a154ba410.setContent(html_37b69a9909d352a126de5f5d244801f9);
|
|
|
|
|
|
|
|
marker_6cd44cc12cadbd067e3e46f61ce00adf.bindPopup(popup_ff8abdd26e60e49368e9d39a154ba410)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6cd44cc12cadbd067e3e46f61ce00adf.setIcon(icon_43f097573cc6f0cfc36796f0c92e6351);
|
|
|
|
|
|
var marker_236d3e54125cffce7a550dbf95f22463 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_8d1b3b053040398e75b464926292631d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40535e195ab1a762ae7b693e70f217df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4539aa58b5765ec9d832c6ea56a999eb = $(`<div id="html_4539aa58b5765ec9d832c6ea56a999eb" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_40535e195ab1a762ae7b693e70f217df.setContent(html_4539aa58b5765ec9d832c6ea56a999eb);
|
|
|
|
|
|
|
|
marker_236d3e54125cffce7a550dbf95f22463.bindPopup(popup_40535e195ab1a762ae7b693e70f217df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_236d3e54125cffce7a550dbf95f22463.setIcon(icon_8d1b3b053040398e75b464926292631d);
|
|
|
|
|
|
var marker_c5f36899560464536f5ec4d64037c270 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_68838055fed5b2b14b8daebeb9031cbe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3f2313c0a85d185e2e52994f79b77d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f13b38c1d6f6a26e2f3e33416f42903 = $(`<div id="html_6f13b38c1d6f6a26e2f3e33416f42903" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_f3f2313c0a85d185e2e52994f79b77d1.setContent(html_6f13b38c1d6f6a26e2f3e33416f42903);
|
|
|
|
|
|
|
|
marker_c5f36899560464536f5ec4d64037c270.bindPopup(popup_f3f2313c0a85d185e2e52994f79b77d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5f36899560464536f5ec4d64037c270.setIcon(icon_68838055fed5b2b14b8daebeb9031cbe);
|
|
|
|
|
|
var marker_a97267531dc8d36e95d6d844d8c0518d = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_7c8dce02b29a9260fc176ee21b491843 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_298299718575bbfc7c21d1d374a158e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_900518c4ff57a16287818fa07526bb6f = $(`<div id="html_900518c4ff57a16287818fa07526bb6f" style="width: 100.0%; height: 100.0%;">conduitl2.fly.dev</div>`)[0];
|
|
popup_298299718575bbfc7c21d1d374a158e9.setContent(html_900518c4ff57a16287818fa07526bb6f);
|
|
|
|
|
|
|
|
marker_a97267531dc8d36e95d6d844d8c0518d.bindPopup(popup_298299718575bbfc7c21d1d374a158e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a97267531dc8d36e95d6d844d8c0518d.setIcon(icon_7c8dce02b29a9260fc176ee21b491843);
|
|
|
|
|
|
var marker_3f6485c902e2e0611651fd36522e921f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_1c3bf9a67ea2dec731a21dcc31e53e23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54275d90c26f008e455865c10ea4a62d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09bfd9987a2404c1258a57de84f80d67 = $(`<div id="html_09bfd9987a2404c1258a57de84f80d67" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_54275d90c26f008e455865c10ea4a62d.setContent(html_09bfd9987a2404c1258a57de84f80d67);
|
|
|
|
|
|
|
|
marker_3f6485c902e2e0611651fd36522e921f.bindPopup(popup_54275d90c26f008e455865c10ea4a62d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f6485c902e2e0611651fd36522e921f.setIcon(icon_1c3bf9a67ea2dec731a21dcc31e53e23);
|
|
|
|
|
|
var marker_fcfe5a0376323d75dbd84e44bcf1b66e = L.marker(
|
|
[33.7501, -84.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_aa1d2cacfd3653bf92a2679f2d249338 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42fe2f85e7212549b57d470572906b32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f23f4ea59603190cc7d6a5b0b4317549 = $(`<div id="html_f23f4ea59603190cc7d6a5b0b4317549" style="width: 100.0%; height: 100.0%;">wot.tealeaf.dev</div>`)[0];
|
|
popup_42fe2f85e7212549b57d470572906b32.setContent(html_f23f4ea59603190cc7d6a5b0b4317549);
|
|
|
|
|
|
|
|
marker_fcfe5a0376323d75dbd84e44bcf1b66e.bindPopup(popup_42fe2f85e7212549b57d470572906b32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fcfe5a0376323d75dbd84e44bcf1b66e.setIcon(icon_aa1d2cacfd3653bf92a2679f2d249338);
|
|
|
|
|
|
var marker_78e525ef3e59ea9a95d94753604dfe26 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_b6f5c71ad4ae3e8fc245c6fb17a75350 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c34984d1ebc43cd89baff0210d34dab5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74ec31907a6b6a0773278b3915461f76 = $(`<div id="html_74ec31907a6b6a0773278b3915461f76" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_c34984d1ebc43cd89baff0210d34dab5.setContent(html_74ec31907a6b6a0773278b3915461f76);
|
|
|
|
|
|
|
|
marker_78e525ef3e59ea9a95d94753604dfe26.bindPopup(popup_c34984d1ebc43cd89baff0210d34dab5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78e525ef3e59ea9a95d94753604dfe26.setIcon(icon_b6f5c71ad4ae3e8fc245c6fb17a75350);
|
|
|
|
|
|
var marker_8c6e49761f6869537ef2d9a567d4655f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_e33b8785f4d07eafa2e981bdbff28814 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de36206950d0fcaaeef44d0144a1f5e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f71f3f7aa88074279b86fc7c8a273527 = $(`<div id="html_f71f3f7aa88074279b86fc7c8a273527" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_de36206950d0fcaaeef44d0144a1f5e7.setContent(html_f71f3f7aa88074279b86fc7c8a273527);
|
|
|
|
|
|
|
|
marker_8c6e49761f6869537ef2d9a567d4655f.bindPopup(popup_de36206950d0fcaaeef44d0144a1f5e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c6e49761f6869537ef2d9a567d4655f.setIcon(icon_e33b8785f4d07eafa2e981bdbff28814);
|
|
|
|
|
|
var marker_a1cdfe8d9edfce648438e7054a319a68 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_64fbaa41863964f1f8f251f817097816 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b2b528de1c4a3379a212666bf9f1d7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_051de16c5442c12c1cd5ec27a5b5e6d4 = $(`<div id="html_051de16c5442c12c1cd5ec27a5b5e6d4" style="width: 100.0%; height: 100.0%;">relay.jbnco.co</div>`)[0];
|
|
popup_7b2b528de1c4a3379a212666bf9f1d7c.setContent(html_051de16c5442c12c1cd5ec27a5b5e6d4);
|
|
|
|
|
|
|
|
marker_a1cdfe8d9edfce648438e7054a319a68.bindPopup(popup_7b2b528de1c4a3379a212666bf9f1d7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1cdfe8d9edfce648438e7054a319a68.setIcon(icon_64fbaa41863964f1f8f251f817097816);
|
|
|
|
|
|
var marker_79f7065cfcbae96559cad886010d1145 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_65ba04e03f8b8c5c657fa74f308e1ad9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_287c089dee8dc19c16c33cf9847fe13a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2704ce04006835510b5c117d279d870 = $(`<div id="html_b2704ce04006835510b5c117d279d870" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_287c089dee8dc19c16c33cf9847fe13a.setContent(html_b2704ce04006835510b5c117d279d870);
|
|
|
|
|
|
|
|
marker_79f7065cfcbae96559cad886010d1145.bindPopup(popup_287c089dee8dc19c16c33cf9847fe13a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79f7065cfcbae96559cad886010d1145.setIcon(icon_65ba04e03f8b8c5c657fa74f308e1ad9);
|
|
|
|
|
|
var marker_23437c0b258bc1dd982babc5810c1d4f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_331c2b964f76d1cf8c8ce8ed29aa330a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_224454a162808c075716aad9c6a815b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e94a9231c3c7428bd7344face057c76c = $(`<div id="html_e94a9231c3c7428bd7344face057c76c" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_224454a162808c075716aad9c6a815b9.setContent(html_e94a9231c3c7428bd7344face057c76c);
|
|
|
|
|
|
|
|
marker_23437c0b258bc1dd982babc5810c1d4f.bindPopup(popup_224454a162808c075716aad9c6a815b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23437c0b258bc1dd982babc5810c1d4f.setIcon(icon_331c2b964f76d1cf8c8ce8ed29aa330a);
|
|
|
|
|
|
var marker_b34cb16b0ff777417aadd06bceb897fc = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_70446157a28260c717b75972bfaafcbf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_921eb40ee7d3dd378cae25fa99ad1ca3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_437536bdbeb5dee4df91d17098524f3a = $(`<div id="html_437536bdbeb5dee4df91d17098524f3a" style="width: 100.0%; height: 100.0%;">relay.nostr.blockhenge.com</div>`)[0];
|
|
popup_921eb40ee7d3dd378cae25fa99ad1ca3.setContent(html_437536bdbeb5dee4df91d17098524f3a);
|
|
|
|
|
|
|
|
marker_b34cb16b0ff777417aadd06bceb897fc.bindPopup(popup_921eb40ee7d3dd378cae25fa99ad1ca3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b34cb16b0ff777417aadd06bceb897fc.setIcon(icon_70446157a28260c717b75972bfaafcbf);
|
|
|
|
|
|
var marker_99237dac2228a9f4373ba1739e6b2d18 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_932eaba2c9cd712678826f2eff141679 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4836140d8d6137eb3acbb05f8996ee6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0784a17e60812545d1b58f94599dfd2d = $(`<div id="html_0784a17e60812545d1b58f94599dfd2d" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net</div>`)[0];
|
|
popup_a4836140d8d6137eb3acbb05f8996ee6.setContent(html_0784a17e60812545d1b58f94599dfd2d);
|
|
|
|
|
|
|
|
marker_99237dac2228a9f4373ba1739e6b2d18.bindPopup(popup_a4836140d8d6137eb3acbb05f8996ee6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99237dac2228a9f4373ba1739e6b2d18.setIcon(icon_932eaba2c9cd712678826f2eff141679);
|
|
|
|
|
|
var marker_16645a3b73938384d0003111e3ecb178 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_f46d50fc0f5c48bcfa97a42d166051ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d2fb9347b3b62c44254bb20ac882c80 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e97b0a3f306334f0abbaa5325fdde59 = $(`<div id="html_1e97b0a3f306334f0abbaa5325fdde59" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_2d2fb9347b3b62c44254bb20ac882c80.setContent(html_1e97b0a3f306334f0abbaa5325fdde59);
|
|
|
|
|
|
|
|
marker_16645a3b73938384d0003111e3ecb178.bindPopup(popup_2d2fb9347b3b62c44254bb20ac882c80)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16645a3b73938384d0003111e3ecb178.setIcon(icon_f46d50fc0f5c48bcfa97a42d166051ca);
|
|
|
|
|
|
var marker_cd0cc0704c817be005c80174be0f2663 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_66a4eaf697b3c039eb765f5f1300ed2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ea502b68c20a41c202bdf6c51acec08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a618a69d83c22102b450bb13cc5dff7 = $(`<div id="html_3a618a69d83c22102b450bb13cc5dff7" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_9ea502b68c20a41c202bdf6c51acec08.setContent(html_3a618a69d83c22102b450bb13cc5dff7);
|
|
|
|
|
|
|
|
marker_cd0cc0704c817be005c80174be0f2663.bindPopup(popup_9ea502b68c20a41c202bdf6c51acec08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd0cc0704c817be005c80174be0f2663.setIcon(icon_66a4eaf697b3c039eb765f5f1300ed2d);
|
|
|
|
|
|
var marker_847822173cb4222248a04548ab05dd11 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_d024af81f4ecd8cc744d013908f6c5bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_411a3e759f8bebdfb554572600c74782 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9900e7187cf3fbe33654d5cd5da4cdfa = $(`<div id="html_9900e7187cf3fbe33654d5cd5da4cdfa" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_411a3e759f8bebdfb554572600c74782.setContent(html_9900e7187cf3fbe33654d5cd5da4cdfa);
|
|
|
|
|
|
|
|
marker_847822173cb4222248a04548ab05dd11.bindPopup(popup_411a3e759f8bebdfb554572600c74782)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_847822173cb4222248a04548ab05dd11.setIcon(icon_d024af81f4ecd8cc744d013908f6c5bf);
|
|
|
|
|
|
var marker_4cc29b48cc6966951f1f6e888c11eb0c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_b432db0a3cb7bd82c97e7dba920efb76 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_739da31045fc2f8424f1fdc42b346c72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6db21b4a1064db283eb82d815363c3c7 = $(`<div id="html_6db21b4a1064db283eb82d815363c3c7" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_739da31045fc2f8424f1fdc42b346c72.setContent(html_6db21b4a1064db283eb82d815363c3c7);
|
|
|
|
|
|
|
|
marker_4cc29b48cc6966951f1f6e888c11eb0c.bindPopup(popup_739da31045fc2f8424f1fdc42b346c72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cc29b48cc6966951f1f6e888c11eb0c.setIcon(icon_b432db0a3cb7bd82c97e7dba920efb76);
|
|
|
|
|
|
var marker_bf9caedbf1998618eca3a8e67fce0394 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_2c363c9c407a7d087a9476e724b2532c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_287b783bc69a8ec89c5e56a4f816ff15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8275cb1a7eca68da196a9fc48a7bbd3c = $(`<div id="html_8275cb1a7eca68da196a9fc48a7bbd3c" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_287b783bc69a8ec89c5e56a4f816ff15.setContent(html_8275cb1a7eca68da196a9fc48a7bbd3c);
|
|
|
|
|
|
|
|
marker_bf9caedbf1998618eca3a8e67fce0394.bindPopup(popup_287b783bc69a8ec89c5e56a4f816ff15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf9caedbf1998618eca3a8e67fce0394.setIcon(icon_2c363c9c407a7d087a9476e724b2532c);
|
|
|
|
|
|
var marker_18d34f1828a7b62ed30de63facfceb42 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_423a3bf32b7f8626c06a844fabe34203 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5dc99e73a5d9e96e4417344b23c42101 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21ea53a0855ac72046738c48715391d7 = $(`<div id="html_21ea53a0855ac72046738c48715391d7" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_5dc99e73a5d9e96e4417344b23c42101.setContent(html_21ea53a0855ac72046738c48715391d7);
|
|
|
|
|
|
|
|
marker_18d34f1828a7b62ed30de63facfceb42.bindPopup(popup_5dc99e73a5d9e96e4417344b23c42101)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18d34f1828a7b62ed30de63facfceb42.setIcon(icon_423a3bf32b7f8626c06a844fabe34203);
|
|
|
|
|
|
var marker_fe5e76da16348da4853ec58cebbbeaf1 = L.marker(
|
|
[25.7617, -80.1918],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_bddeca9d25bdb4c3310cbc3c14cfe9e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1acef21fa77d6000cc2501596d8867ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_accb50bcc015408c8bc136523494846e = $(`<div id="html_accb50bcc015408c8bc136523494846e" style="width: 100.0%; height: 100.0%;">relay1.privkey.io</div>`)[0];
|
|
popup_1acef21fa77d6000cc2501596d8867ad.setContent(html_accb50bcc015408c8bc136523494846e);
|
|
|
|
|
|
|
|
marker_fe5e76da16348da4853ec58cebbbeaf1.bindPopup(popup_1acef21fa77d6000cc2501596d8867ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe5e76da16348da4853ec58cebbbeaf1.setIcon(icon_bddeca9d25bdb4c3310cbc3c14cfe9e0);
|
|
|
|
|
|
var marker_e08b8723ca013ca99381e17d2aaa6a04 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_6e3dff57cbcaf7a5fd904e6a8b5c1ed4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d6e071ebf62eed7d4fa0e56b2d2e79a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6548eb9d995b2943f7eebd629071d615 = $(`<div id="html_6548eb9d995b2943f7eebd629071d615" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_8d6e071ebf62eed7d4fa0e56b2d2e79a.setContent(html_6548eb9d995b2943f7eebd629071d615);
|
|
|
|
|
|
|
|
marker_e08b8723ca013ca99381e17d2aaa6a04.bindPopup(popup_8d6e071ebf62eed7d4fa0e56b2d2e79a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e08b8723ca013ca99381e17d2aaa6a04.setIcon(icon_6e3dff57cbcaf7a5fd904e6a8b5c1ed4);
|
|
|
|
|
|
var marker_e5b4828179418a0b41ff10181e7aba06 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_86f478c547db3236e7d458bbee036117 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bac773f63d3048d8136dfb094705aa58 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_997acb1b4dc3c8639ea41fe2d655a235 = $(`<div id="html_997acb1b4dc3c8639ea41fe2d655a235" style="width: 100.0%; height: 100.0%;">relay.directsponsor.net</div>`)[0];
|
|
popup_bac773f63d3048d8136dfb094705aa58.setContent(html_997acb1b4dc3c8639ea41fe2d655a235);
|
|
|
|
|
|
|
|
marker_e5b4828179418a0b41ff10181e7aba06.bindPopup(popup_bac773f63d3048d8136dfb094705aa58)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5b4828179418a0b41ff10181e7aba06.setIcon(icon_86f478c547db3236e7d458bbee036117);
|
|
|
|
|
|
var marker_24452ecd2a9802074359f99f4f99fe8b = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_d540d7c6de46656e85f31fa055359526 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ec939eba2b6c452463502e049708f0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67724b1db484add9357e3956f6ae13a8 = $(`<div id="html_67724b1db484add9357e3956f6ae13a8" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_6ec939eba2b6c452463502e049708f0b.setContent(html_67724b1db484add9357e3956f6ae13a8);
|
|
|
|
|
|
|
|
marker_24452ecd2a9802074359f99f4f99fe8b.bindPopup(popup_6ec939eba2b6c452463502e049708f0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24452ecd2a9802074359f99f4f99fe8b.setIcon(icon_d540d7c6de46656e85f31fa055359526);
|
|
|
|
|
|
var marker_3028bb764e6909569a3775d70b2604bc = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_a31d065cf583231072c3c1db3d919d72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e337e189b0036c283c6f771903c62c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b9d3b4bb3cc96ebc8b02aaba80c274b = $(`<div id="html_7b9d3b4bb3cc96ebc8b02aaba80c274b" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_0e337e189b0036c283c6f771903c62c0.setContent(html_7b9d3b4bb3cc96ebc8b02aaba80c274b);
|
|
|
|
|
|
|
|
marker_3028bb764e6909569a3775d70b2604bc.bindPopup(popup_0e337e189b0036c283c6f771903c62c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3028bb764e6909569a3775d70b2604bc.setIcon(icon_a31d065cf583231072c3c1db3d919d72);
|
|
|
|
|
|
var marker_adbf2713b8b4811e8a57c1b6b03cf194 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_f5f6dc0a50fc92dcd6039f1b1140bc82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3157726bf2fcc1e0151b1be6121d78bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fe694db3e2c26b1787bdf37e00a7b28 = $(`<div id="html_6fe694db3e2c26b1787bdf37e00a7b28" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_3157726bf2fcc1e0151b1be6121d78bf.setContent(html_6fe694db3e2c26b1787bdf37e00a7b28);
|
|
|
|
|
|
|
|
marker_adbf2713b8b4811e8a57c1b6b03cf194.bindPopup(popup_3157726bf2fcc1e0151b1be6121d78bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_adbf2713b8b4811e8a57c1b6b03cf194.setIcon(icon_f5f6dc0a50fc92dcd6039f1b1140bc82);
|
|
|
|
|
|
var marker_e59affc65a938b3affcbb0ec7a348ec1 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_9739ec0fcfe849ddee3e17a5ce8a1ed4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9cfd2ac652557d0c91226d98823386d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12084e11173c87c9b7d15b9ce7a20feb = $(`<div id="html_12084e11173c87c9b7d15b9ce7a20feb" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_9cfd2ac652557d0c91226d98823386d8.setContent(html_12084e11173c87c9b7d15b9ce7a20feb);
|
|
|
|
|
|
|
|
marker_e59affc65a938b3affcbb0ec7a348ec1.bindPopup(popup_9cfd2ac652557d0c91226d98823386d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e59affc65a938b3affcbb0ec7a348ec1.setIcon(icon_9739ec0fcfe849ddee3e17a5ce8a1ed4);
|
|
|
|
|
|
var marker_760b2ffb5a9135562319d0b47f33680c = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_ade7a69cc1a93ea9cbbc7e610fa17de4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3505dbbdc2aa40edb71b7ae04d906cf9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1436c46e9ef634fa4feb942c3c1234f = $(`<div id="html_c1436c46e9ef634fa4feb942c3c1234f" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_3505dbbdc2aa40edb71b7ae04d906cf9.setContent(html_c1436c46e9ef634fa4feb942c3c1234f);
|
|
|
|
|
|
|
|
marker_760b2ffb5a9135562319d0b47f33680c.bindPopup(popup_3505dbbdc2aa40edb71b7ae04d906cf9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_760b2ffb5a9135562319d0b47f33680c.setIcon(icon_ade7a69cc1a93ea9cbbc7e610fa17de4);
|
|
|
|
|
|
var marker_cdbc4eed2c14b09745cc149e071bd8e7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_2a7ac00a1c54e4d3d46d959c7779a0b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbf7be6b9c0f19f71885ea529c962ad9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de8c7131b4d1b76b62e1ec782b173763 = $(`<div id="html_de8c7131b4d1b76b62e1ec782b173763" style="width: 100.0%; height: 100.0%;">relay.mrmave.work</div>`)[0];
|
|
popup_fbf7be6b9c0f19f71885ea529c962ad9.setContent(html_de8c7131b4d1b76b62e1ec782b173763);
|
|
|
|
|
|
|
|
marker_cdbc4eed2c14b09745cc149e071bd8e7.bindPopup(popup_fbf7be6b9c0f19f71885ea529c962ad9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cdbc4eed2c14b09745cc149e071bd8e7.setIcon(icon_2a7ac00a1c54e4d3d46d959c7779a0b6);
|
|
|
|
|
|
var marker_3c43e2964c1ad6f71f465558b24a991d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_872e65c035855146e0a0599a84d4fd11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d13b6d693ec82f865f5dfc16a2bceb64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07eb2a17a202a9554b1b727de216cf95 = $(`<div id="html_07eb2a17a202a9554b1b727de216cf95" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_d13b6d693ec82f865f5dfc16a2bceb64.setContent(html_07eb2a17a202a9554b1b727de216cf95);
|
|
|
|
|
|
|
|
marker_3c43e2964c1ad6f71f465558b24a991d.bindPopup(popup_d13b6d693ec82f865f5dfc16a2bceb64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c43e2964c1ad6f71f465558b24a991d.setIcon(icon_872e65c035855146e0a0599a84d4fd11);
|
|
|
|
|
|
var marker_5f5389d30a6d6a064adaac56cdfec2c4 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_6f20fbb47c9bc9fe9ba282c9d6847ea9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_849cc9ccfff577abe2e65d048b08c488 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1bf5ae3eaf560de6f702a3b60f70cff = $(`<div id="html_c1bf5ae3eaf560de6f702a3b60f70cff" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_849cc9ccfff577abe2e65d048b08c488.setContent(html_c1bf5ae3eaf560de6f702a3b60f70cff);
|
|
|
|
|
|
|
|
marker_5f5389d30a6d6a064adaac56cdfec2c4.bindPopup(popup_849cc9ccfff577abe2e65d048b08c488)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f5389d30a6d6a064adaac56cdfec2c4.setIcon(icon_6f20fbb47c9bc9fe9ba282c9d6847ea9);
|
|
|
|
|
|
var marker_f524367e31e0cfa9021d9795e276533f = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b);
|
|
|
|
|
|
var icon_a19acb22a94403230adcdd868bf23769 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e5490b7b26916fde22341a8d044d051 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_745b4d254c552711478f60df26e0809b = $(`<div id="html_745b4d254c552711478f60df26e0809b" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_2e5490b7b26916fde22341a8d044d051.setContent(html_745b4d254c552711478f60df26e0809b);
|
|
|
|
|
|
|
|
marker_f524367e31e0cfa9021d9795e276533f.bindPopup(popup_2e5490b7b26916fde22341a8d044d051)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f524367e31e0cfa9021d9795e276533f.setIcon(icon_a19acb22a94403230adcdd868bf23769);
|
|
|
|
|
|
marker_cluster_a47069ec8b163f13a7f7f53b0fb8b71b.addTo(map_fa8fdb42116cc4c1dbc1065e7bcc83c2);
|
|
|
|
</script>
|
|
</html> |