mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 22:05:19 +00:00
16909 lines
492 KiB
HTML
16909 lines
492 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_1acb2104695eb6ee7153c9e8a8ef5a39 {
|
|
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_1acb2104695eb6ee7153c9e8a8ef5a39" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_1acb2104695eb6ee7153c9e8a8ef5a39 = L.map(
|
|
"map_1acb2104695eb6ee7153c9e8a8ef5a39",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_161a7bd93ce216088c6ef07c72a34b14 = 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_161a7bd93ce216088c6ef07c72a34b14.addTo(map_1acb2104695eb6ee7153c9e8a8ef5a39);
|
|
|
|
|
|
var marker_cluster_bccf518a16084b770b2f41ae24450ac4 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_42a4d8f71e6f7a75b89c5145e5c47b1d = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_3a68b66828c18f1c30d13e2b15854513 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aec401e7c1c527153c11ee87cd708787 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66beee075fcd74ce09dc07dac9d92e77 = $(`<div id="html_66beee075fcd74ce09dc07dac9d92e77" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_aec401e7c1c527153c11ee87cd708787.setContent(html_66beee075fcd74ce09dc07dac9d92e77);
|
|
|
|
|
|
|
|
marker_42a4d8f71e6f7a75b89c5145e5c47b1d.bindPopup(popup_aec401e7c1c527153c11ee87cd708787)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42a4d8f71e6f7a75b89c5145e5c47b1d.setIcon(icon_3a68b66828c18f1c30d13e2b15854513);
|
|
|
|
|
|
var marker_7fa2752454a8c324b713f245826dffc3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f4aebe5374a0c2c4146522711df3d493 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7dbb4f4e578d007126f5ccfad883e465 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_524c119d3703e3ebfa628f6430d96e2d = $(`<div id="html_524c119d3703e3ebfa628f6430d96e2d" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me:443</div>`)[0];
|
|
popup_7dbb4f4e578d007126f5ccfad883e465.setContent(html_524c119d3703e3ebfa628f6430d96e2d);
|
|
|
|
|
|
|
|
marker_7fa2752454a8c324b713f245826dffc3.bindPopup(popup_7dbb4f4e578d007126f5ccfad883e465)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7fa2752454a8c324b713f245826dffc3.setIcon(icon_f4aebe5374a0c2c4146522711df3d493);
|
|
|
|
|
|
var marker_02888193747d4edb679c1911e9d0c4ba = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_4a7120549acc59c1d5743fb591c845cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b12255e40681f36fbf9ec6046ada8aba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2bbd864174f447b0b0947bca16c10345 = $(`<div id="html_2bbd864174f447b0b0947bca16c10345" style="width: 100.0%; height: 100.0%;">relay.sovbit.dev</div>`)[0];
|
|
popup_b12255e40681f36fbf9ec6046ada8aba.setContent(html_2bbd864174f447b0b0947bca16c10345);
|
|
|
|
|
|
|
|
marker_02888193747d4edb679c1911e9d0c4ba.bindPopup(popup_b12255e40681f36fbf9ec6046ada8aba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02888193747d4edb679c1911e9d0c4ba.setIcon(icon_4a7120549acc59c1d5743fb591c845cd);
|
|
|
|
|
|
var marker_16b8aab73da00c0772602b3e73d5785a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f92dbf50a6152002759d28031aa3ad6f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e4114adfe2262ede4ffbc1169fc9176 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_554c67e29ca8cfb7b165333e0bce6183 = $(`<div id="html_554c67e29ca8cfb7b165333e0bce6183" style="width: 100.0%; height: 100.0%;">relay.olas.app:443</div>`)[0];
|
|
popup_4e4114adfe2262ede4ffbc1169fc9176.setContent(html_554c67e29ca8cfb7b165333e0bce6183);
|
|
|
|
|
|
|
|
marker_16b8aab73da00c0772602b3e73d5785a.bindPopup(popup_4e4114adfe2262ede4ffbc1169fc9176)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16b8aab73da00c0772602b3e73d5785a.setIcon(icon_f92dbf50a6152002759d28031aa3ad6f);
|
|
|
|
|
|
var marker_7a52d1c693d0c541c2413221cf3d50eb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_44d46105344a6da2a95010374b135850 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5e03c2dc9147451027b56ca618b9135 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8181ccb97276950523b4ffaf38fed9d8 = $(`<div id="html_8181ccb97276950523b4ffaf38fed9d8" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_c5e03c2dc9147451027b56ca618b9135.setContent(html_8181ccb97276950523b4ffaf38fed9d8);
|
|
|
|
|
|
|
|
marker_7a52d1c693d0c541c2413221cf3d50eb.bindPopup(popup_c5e03c2dc9147451027b56ca618b9135)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a52d1c693d0c541c2413221cf3d50eb.setIcon(icon_44d46105344a6da2a95010374b135850);
|
|
|
|
|
|
var marker_ddb1047a340ba9647e7390039c703c6f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_c7320a2888ecb3fe495063a000cf21cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf0e2698ea6016337e6ac7d0f81d85f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b18a60258535c5e2f40fa1eba39e47c6 = $(`<div id="html_b18a60258535c5e2f40fa1eba39e47c6" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_cf0e2698ea6016337e6ac7d0f81d85f9.setContent(html_b18a60258535c5e2f40fa1eba39e47c6);
|
|
|
|
|
|
|
|
marker_ddb1047a340ba9647e7390039c703c6f.bindPopup(popup_cf0e2698ea6016337e6ac7d0f81d85f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ddb1047a340ba9647e7390039c703c6f.setIcon(icon_c7320a2888ecb3fe495063a000cf21cb);
|
|
|
|
|
|
var marker_9024a9cfc87ddae51d7f802c891e3de9 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_d684086d59c77a43e67fbc0b15e3788d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51df2b77be2bfea5e1eadf1dd25540a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1226677a8f126cc4775bdd57b5662be5 = $(`<div id="html_1226677a8f126cc4775bdd57b5662be5" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_51df2b77be2bfea5e1eadf1dd25540a5.setContent(html_1226677a8f126cc4775bdd57b5662be5);
|
|
|
|
|
|
|
|
marker_9024a9cfc87ddae51d7f802c891e3de9.bindPopup(popup_51df2b77be2bfea5e1eadf1dd25540a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9024a9cfc87ddae51d7f802c891e3de9.setIcon(icon_d684086d59c77a43e67fbc0b15e3788d);
|
|
|
|
|
|
var marker_3a38e45b164e474b058f39c87ffbc262 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_19f3eab1e766dd285b4982c472f0fde8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51dd573c5cfdeb53f78b3dc82a2db140 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a51a942b107492dc6256f991bdc5353c = $(`<div id="html_a51a942b107492dc6256f991bdc5353c" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_51dd573c5cfdeb53f78b3dc82a2db140.setContent(html_a51a942b107492dc6256f991bdc5353c);
|
|
|
|
|
|
|
|
marker_3a38e45b164e474b058f39c87ffbc262.bindPopup(popup_51dd573c5cfdeb53f78b3dc82a2db140)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a38e45b164e474b058f39c87ffbc262.setIcon(icon_19f3eab1e766dd285b4982c472f0fde8);
|
|
|
|
|
|
var marker_12898ee2c5d7471f8261d6cda0ee0f78 = L.marker(
|
|
[43.7064, -79.3986],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_cb9fd1f223bac405aa376bc813373502 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1cee434e17ba9430dccafcbef59028f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c497e707966e32dc3830c0ba023c7d8d = $(`<div id="html_c497e707966e32dc3830c0ba023c7d8d" style="width: 100.0%; height: 100.0%;">wot.makenomistakes.ca</div>`)[0];
|
|
popup_1cee434e17ba9430dccafcbef59028f1.setContent(html_c497e707966e32dc3830c0ba023c7d8d);
|
|
|
|
|
|
|
|
marker_12898ee2c5d7471f8261d6cda0ee0f78.bindPopup(popup_1cee434e17ba9430dccafcbef59028f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12898ee2c5d7471f8261d6cda0ee0f78.setIcon(icon_cb9fd1f223bac405aa376bc813373502);
|
|
|
|
|
|
var marker_e3648c14eff3c74fc38b59755553525b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f89e15088b07ec50ad8720b9ee2674e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8120c91e7de19c69412558ab8cf86d9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcfde87be5c0b58b6cfe91b056079084 = $(`<div id="html_fcfde87be5c0b58b6cfe91b056079084" style="width: 100.0%; height: 100.0%;">relay.ditto.pub:443</div>`)[0];
|
|
popup_8120c91e7de19c69412558ab8cf86d9d.setContent(html_fcfde87be5c0b58b6cfe91b056079084);
|
|
|
|
|
|
|
|
marker_e3648c14eff3c74fc38b59755553525b.bindPopup(popup_8120c91e7de19c69412558ab8cf86d9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3648c14eff3c74fc38b59755553525b.setIcon(icon_f89e15088b07ec50ad8720b9ee2674e1);
|
|
|
|
|
|
var marker_27b0773047d39f2f62c67db9dbefbc9f = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_d3f4be018ba287fc70bad63e6c39a6ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_871a633505982dd892f8780b45fb3f12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6a620945ce9dda7474a3557ece480ad = $(`<div id="html_c6a620945ce9dda7474a3557ece480ad" style="width: 100.0%; height: 100.0%;">relay2.angor.io:443</div>`)[0];
|
|
popup_871a633505982dd892f8780b45fb3f12.setContent(html_c6a620945ce9dda7474a3557ece480ad);
|
|
|
|
|
|
|
|
marker_27b0773047d39f2f62c67db9dbefbc9f.bindPopup(popup_871a633505982dd892f8780b45fb3f12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27b0773047d39f2f62c67db9dbefbc9f.setIcon(icon_d3f4be018ba287fc70bad63e6c39a6ef);
|
|
|
|
|
|
var marker_fbb200fed61ce766a9b9a9716b27de83 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_e83085dc7773c6c9a7b54ac33cfd48ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4fbb4e34d8bae4b2377e81dfabda45e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_106679b302dd6d6fef864bbe4ea841b0 = $(`<div id="html_106679b302dd6d6fef864bbe4ea841b0" style="width: 100.0%; height: 100.0%;">relay.bebond.net</div>`)[0];
|
|
popup_b4fbb4e34d8bae4b2377e81dfabda45e.setContent(html_106679b302dd6d6fef864bbe4ea841b0);
|
|
|
|
|
|
|
|
marker_fbb200fed61ce766a9b9a9716b27de83.bindPopup(popup_b4fbb4e34d8bae4b2377e81dfabda45e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbb200fed61ce766a9b9a9716b27de83.setIcon(icon_e83085dc7773c6c9a7b54ac33cfd48ad);
|
|
|
|
|
|
var marker_8a020aef3b3b52370d7e77edee2c374b = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_045f77606a59269c38d5cb447de8320f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2eda46e9afc43e2607f6445f198774b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b80327ab5c2742eee0eb273513f897e = $(`<div id="html_8b80327ab5c2742eee0eb273513f897e" style="width: 100.0%; height: 100.0%;">nostr.wild-vibes.ts.net</div>`)[0];
|
|
popup_2eda46e9afc43e2607f6445f198774b5.setContent(html_8b80327ab5c2742eee0eb273513f897e);
|
|
|
|
|
|
|
|
marker_8a020aef3b3b52370d7e77edee2c374b.bindPopup(popup_2eda46e9afc43e2607f6445f198774b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a020aef3b3b52370d7e77edee2c374b.setIcon(icon_045f77606a59269c38d5cb447de8320f);
|
|
|
|
|
|
var marker_929200620204c5757c60f3917b97075d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_045b0474bf9f4891414a5a23ae9e749e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e456b74b95d16560da05ac5bd6081c63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f60f65b668cb77ead8d6447bc205186a = $(`<div id="html_f60f65b668cb77ead8d6447bc205186a" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app:443</div>`)[0];
|
|
popup_e456b74b95d16560da05ac5bd6081c63.setContent(html_f60f65b668cb77ead8d6447bc205186a);
|
|
|
|
|
|
|
|
marker_929200620204c5757c60f3917b97075d.bindPopup(popup_e456b74b95d16560da05ac5bd6081c63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_929200620204c5757c60f3917b97075d.setIcon(icon_045b0474bf9f4891414a5a23ae9e749e);
|
|
|
|
|
|
var marker_0826c3b61a3730d7c021a65c03c96bd9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_3869931435bdc161699a980d4a0f8617 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_247208478f9c0a9cadd42268d9307ad6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35017083a3cf5e39125af5f5a4e377f8 = $(`<div id="html_35017083a3cf5e39125af5f5a4e377f8" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_247208478f9c0a9cadd42268d9307ad6.setContent(html_35017083a3cf5e39125af5f5a4e377f8);
|
|
|
|
|
|
|
|
marker_0826c3b61a3730d7c021a65c03c96bd9.bindPopup(popup_247208478f9c0a9cadd42268d9307ad6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0826c3b61a3730d7c021a65c03c96bd9.setIcon(icon_3869931435bdc161699a980d4a0f8617);
|
|
|
|
|
|
var marker_10a3059a5eae4b011ef72b34b3214c92 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_a705c763f646d17502385d7a1a791358 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bf11380f83e399a50a7cc2e7a3f021a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdccae2dfc6de0210f9a3ee0a1bcce3d = $(`<div id="html_bdccae2dfc6de0210f9a3ee0a1bcce3d" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_8bf11380f83e399a50a7cc2e7a3f021a.setContent(html_bdccae2dfc6de0210f9a3ee0a1bcce3d);
|
|
|
|
|
|
|
|
marker_10a3059a5eae4b011ef72b34b3214c92.bindPopup(popup_8bf11380f83e399a50a7cc2e7a3f021a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10a3059a5eae4b011ef72b34b3214c92.setIcon(icon_a705c763f646d17502385d7a1a791358);
|
|
|
|
|
|
var marker_6696ad2ec6b7b13447960646fc3694b8 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_b19c534cc5a8ff80ec223ceaec5eef09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb1edbe7d37d3e0cbec6e6124eda679b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2931ffa1596ba07717b4fb0db838d71 = $(`<div id="html_c2931ffa1596ba07717b4fb0db838d71" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net</div>`)[0];
|
|
popup_cb1edbe7d37d3e0cbec6e6124eda679b.setContent(html_c2931ffa1596ba07717b4fb0db838d71);
|
|
|
|
|
|
|
|
marker_6696ad2ec6b7b13447960646fc3694b8.bindPopup(popup_cb1edbe7d37d3e0cbec6e6124eda679b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6696ad2ec6b7b13447960646fc3694b8.setIcon(icon_b19c534cc5a8ff80ec223ceaec5eef09);
|
|
|
|
|
|
var marker_b0d2e8ebd582e5323cafc265f366cbad = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f0e25bb9470c0cd4426be18fbf90d713 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b15f156f67506639b806c8828b0feab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bcd5989e90af13530877ab8a2aeae0f9 = $(`<div id="html_bcd5989e90af13530877ab8a2aeae0f9" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe:443</div>`)[0];
|
|
popup_5b15f156f67506639b806c8828b0feab.setContent(html_bcd5989e90af13530877ab8a2aeae0f9);
|
|
|
|
|
|
|
|
marker_b0d2e8ebd582e5323cafc265f366cbad.bindPopup(popup_5b15f156f67506639b806c8828b0feab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0d2e8ebd582e5323cafc265f366cbad.setIcon(icon_f0e25bb9470c0cd4426be18fbf90d713);
|
|
|
|
|
|
var marker_36874e22ffd63cc23b65bea4e730c9a3 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_3bb01653a71e687ec918011cd7d0a566 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49a538734c517b3914c77263157ae8c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b08e4e10a1fa97015b5add15c22a28a5 = $(`<div id="html_b08e4e10a1fa97015b5add15c22a28a5" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info:443</div>`)[0];
|
|
popup_49a538734c517b3914c77263157ae8c2.setContent(html_b08e4e10a1fa97015b5add15c22a28a5);
|
|
|
|
|
|
|
|
marker_36874e22ffd63cc23b65bea4e730c9a3.bindPopup(popup_49a538734c517b3914c77263157ae8c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36874e22ffd63cc23b65bea4e730c9a3.setIcon(icon_3bb01653a71e687ec918011cd7d0a566);
|
|
|
|
|
|
var marker_d47948b03fe092017a05ca289196679d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_1a2d3d70a06daa8e3cd72d64ef42081d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20d060843f762ddc2b5fcdbdb9832aac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9b4fb2aea875b055022de0e6d207baa = $(`<div id="html_f9b4fb2aea875b055022de0e6d207baa" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_20d060843f762ddc2b5fcdbdb9832aac.setContent(html_f9b4fb2aea875b055022de0e6d207baa);
|
|
|
|
|
|
|
|
marker_d47948b03fe092017a05ca289196679d.bindPopup(popup_20d060843f762ddc2b5fcdbdb9832aac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d47948b03fe092017a05ca289196679d.setIcon(icon_1a2d3d70a06daa8e3cd72d64ef42081d);
|
|
|
|
|
|
var marker_e9f60f9facfab02dc44e4f704213ba45 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_9023187ba0b4439d81fb0ad2f4402a17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_937d1a89546493cfb54458882dd27434 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_366f519918f6c8fd7768fcd35d0b8ba4 = $(`<div id="html_366f519918f6c8fd7768fcd35d0b8ba4" style="width: 100.0%; height: 100.0%;">relay.nostr.blockhenge.com</div>`)[0];
|
|
popup_937d1a89546493cfb54458882dd27434.setContent(html_366f519918f6c8fd7768fcd35d0b8ba4);
|
|
|
|
|
|
|
|
marker_e9f60f9facfab02dc44e4f704213ba45.bindPopup(popup_937d1a89546493cfb54458882dd27434)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9f60f9facfab02dc44e4f704213ba45.setIcon(icon_9023187ba0b4439d81fb0ad2f4402a17);
|
|
|
|
|
|
var marker_9d42e8e0be43dfba4f64a4f18c0217c0 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_b4612e00684b28972e6c66bd5e25e3b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6632f2257c7f54ece19475bff28ecdba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f39240517d82634f05315149a22863bc = $(`<div id="html_f39240517d82634f05315149a22863bc" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_6632f2257c7f54ece19475bff28ecdba.setContent(html_f39240517d82634f05315149a22863bc);
|
|
|
|
|
|
|
|
marker_9d42e8e0be43dfba4f64a4f18c0217c0.bindPopup(popup_6632f2257c7f54ece19475bff28ecdba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d42e8e0be43dfba4f64a4f18c0217c0.setIcon(icon_b4612e00684b28972e6c66bd5e25e3b5);
|
|
|
|
|
|
var marker_d670918479e053a908628eedb22bd832 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_40aede636253ab4993c57e659d8ed8ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a561816dab719a3a3228c84d64c7b642 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09d9f739b3d81840b6baad8bf474dbfa = $(`<div id="html_09d9f739b3d81840b6baad8bf474dbfa" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_a561816dab719a3a3228c84d64c7b642.setContent(html_09d9f739b3d81840b6baad8bf474dbfa);
|
|
|
|
|
|
|
|
marker_d670918479e053a908628eedb22bd832.bindPopup(popup_a561816dab719a3a3228c84d64c7b642)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d670918479e053a908628eedb22bd832.setIcon(icon_40aede636253ab4993c57e659d8ed8ca);
|
|
|
|
|
|
var marker_4a22d3dfe6e4a39136eceed1d1615946 = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_e6efdb07f60515dad1618d374334d78d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8edc725da29c240aae0ddee8f535acef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25f8666c3d3c4087b900bf2061ef5d42 = $(`<div id="html_25f8666c3d3c4087b900bf2061ef5d42" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com:443</div>`)[0];
|
|
popup_8edc725da29c240aae0ddee8f535acef.setContent(html_25f8666c3d3c4087b900bf2061ef5d42);
|
|
|
|
|
|
|
|
marker_4a22d3dfe6e4a39136eceed1d1615946.bindPopup(popup_8edc725da29c240aae0ddee8f535acef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a22d3dfe6e4a39136eceed1d1615946.setIcon(icon_e6efdb07f60515dad1618d374334d78d);
|
|
|
|
|
|
var marker_27ebec2c8e4d48cb94674b48ac0e9cd0 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_8ceabe17cb5573de3e33883f21ab0713 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63937c34a9dafa8a493226ed1713bfc9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26b5667317f879d91d87a2286d51f8f5 = $(`<div id="html_26b5667317f879d91d87a2286d51f8f5" style="width: 100.0%; height: 100.0%;">relay.staging.plebeian.market:443</div>`)[0];
|
|
popup_63937c34a9dafa8a493226ed1713bfc9.setContent(html_26b5667317f879d91d87a2286d51f8f5);
|
|
|
|
|
|
|
|
marker_27ebec2c8e4d48cb94674b48ac0e9cd0.bindPopup(popup_63937c34a9dafa8a493226ed1713bfc9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27ebec2c8e4d48cb94674b48ac0e9cd0.setIcon(icon_8ceabe17cb5573de3e33883f21ab0713);
|
|
|
|
|
|
var marker_56bb5970e2dc70b884d0a3d46039f5bd = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_007f15602a630510e14f696560533182 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a2817e02cf20babd2e14181a2cbdc78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17559bfd9743fea15326731e5069d264 = $(`<div id="html_17559bfd9743fea15326731e5069d264" style="width: 100.0%; height: 100.0%;">relay.veganostr.com</div>`)[0];
|
|
popup_1a2817e02cf20babd2e14181a2cbdc78.setContent(html_17559bfd9743fea15326731e5069d264);
|
|
|
|
|
|
|
|
marker_56bb5970e2dc70b884d0a3d46039f5bd.bindPopup(popup_1a2817e02cf20babd2e14181a2cbdc78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56bb5970e2dc70b884d0a3d46039f5bd.setIcon(icon_007f15602a630510e14f696560533182);
|
|
|
|
|
|
var marker_886a8cdb99654bf774aede984bc94ec3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_5c4b27ef8928f46111083d2b5ad621ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36a51225b9b04135e60dc015f6848961 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d5d9dd67a1f208b461a9478a89648e0 = $(`<div id="html_3d5d9dd67a1f208b461a9478a89648e0" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_36a51225b9b04135e60dc015f6848961.setContent(html_3d5d9dd67a1f208b461a9478a89648e0);
|
|
|
|
|
|
|
|
marker_886a8cdb99654bf774aede984bc94ec3.bindPopup(popup_36a51225b9b04135e60dc015f6848961)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_886a8cdb99654bf774aede984bc94ec3.setIcon(icon_5c4b27ef8928f46111083d2b5ad621ba);
|
|
|
|
|
|
var marker_031ca7b0010d2938d06929ed45e065f1 = L.marker(
|
|
[50.914, 3.21378],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_86e10a406e2154ee76e07d9ad6773e32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd2b7f38dd32ffa385ac2b48093d7827 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f73d8f3a0912924080f99d802e48d83a = $(`<div id="html_f73d8f3a0912924080f99d802e48d83a" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be:443</div>`)[0];
|
|
popup_bd2b7f38dd32ffa385ac2b48093d7827.setContent(html_f73d8f3a0912924080f99d802e48d83a);
|
|
|
|
|
|
|
|
marker_031ca7b0010d2938d06929ed45e065f1.bindPopup(popup_bd2b7f38dd32ffa385ac2b48093d7827)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_031ca7b0010d2938d06929ed45e065f1.setIcon(icon_86e10a406e2154ee76e07d9ad6773e32);
|
|
|
|
|
|
var marker_02add5a0d39765decff2021d49de1d68 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_528763497c47cc756c16912f88517cab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e6be130ec8c53a9db680595eb6f9465 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_857a559a84d092be6b68d730f1858c2c = $(`<div id="html_857a559a84d092be6b68d730f1858c2c" style="width: 100.0%; height: 100.0%;">relay.wavlake.com:443</div>`)[0];
|
|
popup_3e6be130ec8c53a9db680595eb6f9465.setContent(html_857a559a84d092be6b68d730f1858c2c);
|
|
|
|
|
|
|
|
marker_02add5a0d39765decff2021d49de1d68.bindPopup(popup_3e6be130ec8c53a9db680595eb6f9465)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02add5a0d39765decff2021d49de1d68.setIcon(icon_528763497c47cc756c16912f88517cab);
|
|
|
|
|
|
var marker_112a054b96e088eeae1bcf69e2edbf89 = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_7dc31334f30df177eae30ff7fa15ec48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1430ae1c902948cbee6c13d36148074d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aef49d187a8f8d4a5927bfe200e8a888 = $(`<div id="html_aef49d187a8f8d4a5927bfe200e8a888" style="width: 100.0%; height: 100.0%;">relay.laantungir.net:443</div>`)[0];
|
|
popup_1430ae1c902948cbee6c13d36148074d.setContent(html_aef49d187a8f8d4a5927bfe200e8a888);
|
|
|
|
|
|
|
|
marker_112a054b96e088eeae1bcf69e2edbf89.bindPopup(popup_1430ae1c902948cbee6c13d36148074d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_112a054b96e088eeae1bcf69e2edbf89.setIcon(icon_7dc31334f30df177eae30ff7fa15ec48);
|
|
|
|
|
|
var marker_6ca1f42c9688699b45c262fafd23bb92 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_6ac223ebbae2e0ac1e4af18f79167c74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e6daff51c7ce41f4a0e998ae6f931d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b787873173677893314e8a35247e6245 = $(`<div id="html_b787873173677893314e8a35247e6245" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space:443</div>`)[0];
|
|
popup_8e6daff51c7ce41f4a0e998ae6f931d4.setContent(html_b787873173677893314e8a35247e6245);
|
|
|
|
|
|
|
|
marker_6ca1f42c9688699b45c262fafd23bb92.bindPopup(popup_8e6daff51c7ce41f4a0e998ae6f931d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ca1f42c9688699b45c262fafd23bb92.setIcon(icon_6ac223ebbae2e0ac1e4af18f79167c74);
|
|
|
|
|
|
var marker_205d1bf6e9ba291eb91db29c50f418bb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_176d77fd448417924a28d9f92bee3743 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e136c33ec9568fbecf8898658c35dfb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3a7f10fd6cfc205d184280db91495d8 = $(`<div id="html_a3a7f10fd6cfc205d184280db91495d8" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_3e136c33ec9568fbecf8898658c35dfb.setContent(html_a3a7f10fd6cfc205d184280db91495d8);
|
|
|
|
|
|
|
|
marker_205d1bf6e9ba291eb91db29c50f418bb.bindPopup(popup_3e136c33ec9568fbecf8898658c35dfb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_205d1bf6e9ba291eb91db29c50f418bb.setIcon(icon_176d77fd448417924a28d9f92bee3743);
|
|
|
|
|
|
var marker_57bc3ffac3c2076ac14f87044e377e0f = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_630086f528194c86dd505c62d9b58e12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39ef2d02a43a7ec77729ec6b645425a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36f90597bf1107f8115d7f47c494ab59 = $(`<div id="html_36f90597bf1107f8115d7f47c494ab59" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_39ef2d02a43a7ec77729ec6b645425a3.setContent(html_36f90597bf1107f8115d7f47c494ab59);
|
|
|
|
|
|
|
|
marker_57bc3ffac3c2076ac14f87044e377e0f.bindPopup(popup_39ef2d02a43a7ec77729ec6b645425a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57bc3ffac3c2076ac14f87044e377e0f.setIcon(icon_630086f528194c86dd505c62d9b58e12);
|
|
|
|
|
|
var marker_8e141a25636274771006b3f47a968d49 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_cc412f62f273a5adb71cc55232c15441 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c165f5a575a9b24d408c6981655a9113 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1eaa28f55cfb48d363ddd79a4767f882 = $(`<div id="html_1eaa28f55cfb48d363ddd79a4767f882" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl:443</div>`)[0];
|
|
popup_c165f5a575a9b24d408c6981655a9113.setContent(html_1eaa28f55cfb48d363ddd79a4767f882);
|
|
|
|
|
|
|
|
marker_8e141a25636274771006b3f47a968d49.bindPopup(popup_c165f5a575a9b24d408c6981655a9113)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e141a25636274771006b3f47a968d49.setIcon(icon_cc412f62f273a5adb71cc55232c15441);
|
|
|
|
|
|
var marker_ba059e1583d17bf05bdbf265d952b7fb = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_d76bc54a26670f18f4d6bc2562cc4f9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_826eb7dada75805310a0193f049ad95d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed2b1f5560d7e1119ec29120008154dd = $(`<div id="html_ed2b1f5560d7e1119ec29120008154dd" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net:443</div>`)[0];
|
|
popup_826eb7dada75805310a0193f049ad95d.setContent(html_ed2b1f5560d7e1119ec29120008154dd);
|
|
|
|
|
|
|
|
marker_ba059e1583d17bf05bdbf265d952b7fb.bindPopup(popup_826eb7dada75805310a0193f049ad95d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba059e1583d17bf05bdbf265d952b7fb.setIcon(icon_d76bc54a26670f18f4d6bc2562cc4f9d);
|
|
|
|
|
|
var marker_8ab0652c093f7fbedd7b3b020218873d = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_8613e77a0c4dad805cbf0d98c4cb8fb1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1038112adf32be341a518e6941160a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_edd26f3cdd95bf5ada1743c674012d6a = $(`<div id="html_edd26f3cdd95bf5ada1743c674012d6a" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com:443</div>`)[0];
|
|
popup_b1038112adf32be341a518e6941160a6.setContent(html_edd26f3cdd95bf5ada1743c674012d6a);
|
|
|
|
|
|
|
|
marker_8ab0652c093f7fbedd7b3b020218873d.bindPopup(popup_b1038112adf32be341a518e6941160a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ab0652c093f7fbedd7b3b020218873d.setIcon(icon_8613e77a0c4dad805cbf0d98c4cb8fb1);
|
|
|
|
|
|
var marker_2b6bfca83166389e4d5a305e113fad51 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_360651f91b7e3ed2978ef9a6195f5067 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50d417e980d027f9aab88384eb883bca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31aa65fcdd55c61889df0db23da807b6 = $(`<div id="html_31aa65fcdd55c61889df0db23da807b6" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_50d417e980d027f9aab88384eb883bca.setContent(html_31aa65fcdd55c61889df0db23da807b6);
|
|
|
|
|
|
|
|
marker_2b6bfca83166389e4d5a305e113fad51.bindPopup(popup_50d417e980d027f9aab88384eb883bca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b6bfca83166389e4d5a305e113fad51.setIcon(icon_360651f91b7e3ed2978ef9a6195f5067);
|
|
|
|
|
|
var marker_29415b9c9dbaf4eef195834f5bb65b63 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_a4f69c622b3b81a7630fe4505a9c4846 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19f9ffd12de0af49924cc36f0efcb292 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5258b6068f757e5a131c19020673128f = $(`<div id="html_5258b6068f757e5a131c19020673128f" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_19f9ffd12de0af49924cc36f0efcb292.setContent(html_5258b6068f757e5a131c19020673128f);
|
|
|
|
|
|
|
|
marker_29415b9c9dbaf4eef195834f5bb65b63.bindPopup(popup_19f9ffd12de0af49924cc36f0efcb292)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29415b9c9dbaf4eef195834f5bb65b63.setIcon(icon_a4f69c622b3b81a7630fe4505a9c4846);
|
|
|
|
|
|
var marker_773433804d59c1705ba2a7e9098114c3 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_99ae8427decb211a435de7ca02bf3718 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed64db419afa6d401e31af83bb2ad1b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d28e9bbb61591855ee04501257d3c8a2 = $(`<div id="html_d28e9bbb61591855ee04501257d3c8a2" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_ed64db419afa6d401e31af83bb2ad1b0.setContent(html_d28e9bbb61591855ee04501257d3c8a2);
|
|
|
|
|
|
|
|
marker_773433804d59c1705ba2a7e9098114c3.bindPopup(popup_ed64db419afa6d401e31af83bb2ad1b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_773433804d59c1705ba2a7e9098114c3.setIcon(icon_99ae8427decb211a435de7ca02bf3718);
|
|
|
|
|
|
var marker_81e541d3ee856b7c7513d0d1dab82a71 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_d698931e6215e3aaf7b43f48b9d6503b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b2329c6ef10bc9c61b0d42a216a7794 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5dc082aa734590241fd8a3296acdc9f7 = $(`<div id="html_5dc082aa734590241fd8a3296acdc9f7" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz:443</div>`)[0];
|
|
popup_7b2329c6ef10bc9c61b0d42a216a7794.setContent(html_5dc082aa734590241fd8a3296acdc9f7);
|
|
|
|
|
|
|
|
marker_81e541d3ee856b7c7513d0d1dab82a71.bindPopup(popup_7b2329c6ef10bc9c61b0d42a216a7794)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81e541d3ee856b7c7513d0d1dab82a71.setIcon(icon_d698931e6215e3aaf7b43f48b9d6503b);
|
|
|
|
|
|
var marker_e4ad11bd995ba00072d190ed232fded2 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_15cad977173c01754bcb45d8fb190fca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57ba313a8ffe09641d1dd860466b3f58 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1b65013930d139635c4c03876529384 = $(`<div id="html_f1b65013930d139635c4c03876529384" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_57ba313a8ffe09641d1dd860466b3f58.setContent(html_f1b65013930d139635c4c03876529384);
|
|
|
|
|
|
|
|
marker_e4ad11bd995ba00072d190ed232fded2.bindPopup(popup_57ba313a8ffe09641d1dd860466b3f58)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4ad11bd995ba00072d190ed232fded2.setIcon(icon_15cad977173c01754bcb45d8fb190fca);
|
|
|
|
|
|
var marker_0c99d052a1fd955a34e2c02ac6bac238 = L.marker(
|
|
[37.5665, 126.978],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_ba58261970c42f15fead66f3c755fe60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33bb9989b5eb242884a56e1efe0cc5af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a11f505e02ba738bd1e1e4a7bc2e022 = $(`<div id="html_8a11f505e02ba738bd1e1e4a7bc2e022" style="width: 100.0%; height: 100.0%;">relay.mulatta.io</div>`)[0];
|
|
popup_33bb9989b5eb242884a56e1efe0cc5af.setContent(html_8a11f505e02ba738bd1e1e4a7bc2e022);
|
|
|
|
|
|
|
|
marker_0c99d052a1fd955a34e2c02ac6bac238.bindPopup(popup_33bb9989b5eb242884a56e1efe0cc5af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c99d052a1fd955a34e2c02ac6bac238.setIcon(icon_ba58261970c42f15fead66f3c755fe60);
|
|
|
|
|
|
var marker_f38d38826545ba84bc91075f41854e67 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_98aeb40f77e51db919cda1403c1f374d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aae98259a5f91d56f82e72de7998fe42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3be8c1a860fff836c7560a3c6721eac3 = $(`<div id="html_3be8c1a860fff836c7560a3c6721eac3" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_aae98259a5f91d56f82e72de7998fe42.setContent(html_3be8c1a860fff836c7560a3c6721eac3);
|
|
|
|
|
|
|
|
marker_f38d38826545ba84bc91075f41854e67.bindPopup(popup_aae98259a5f91d56f82e72de7998fe42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f38d38826545ba84bc91075f41854e67.setIcon(icon_98aeb40f77e51db919cda1403c1f374d);
|
|
|
|
|
|
var marker_e9f8f7dfc3e07d10fc94c61c14ed4d79 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_085241f7035ca225f82899d19206b470 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96847951ceda1f91c9ebfef1df6ec85b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8123e05ae6076489a13a63e13ab55081 = $(`<div id="html_8123e05ae6076489a13a63e13ab55081" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_96847951ceda1f91c9ebfef1df6ec85b.setContent(html_8123e05ae6076489a13a63e13ab55081);
|
|
|
|
|
|
|
|
marker_e9f8f7dfc3e07d10fc94c61c14ed4d79.bindPopup(popup_96847951ceda1f91c9ebfef1df6ec85b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9f8f7dfc3e07d10fc94c61c14ed4d79.setIcon(icon_085241f7035ca225f82899d19206b470);
|
|
|
|
|
|
var marker_b825edb807561ed90071827aa69bc33d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_3e081a9b3509092ab03dd3836893510f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f60c11fd363a603da8bb647cf7404ead = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83f64544965524e600ece9314ce3c719 = $(`<div id="html_83f64544965524e600ece9314ce3c719" style="width: 100.0%; height: 100.0%;">nostr.easycryptosend.it</div>`)[0];
|
|
popup_f60c11fd363a603da8bb647cf7404ead.setContent(html_83f64544965524e600ece9314ce3c719);
|
|
|
|
|
|
|
|
marker_b825edb807561ed90071827aa69bc33d.bindPopup(popup_f60c11fd363a603da8bb647cf7404ead)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b825edb807561ed90071827aa69bc33d.setIcon(icon_3e081a9b3509092ab03dd3836893510f);
|
|
|
|
|
|
var marker_e7926668c00438df40506aeabc301547 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_aa2470380b95ee91cca9df7dcccc46cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5da8517d810f022b4160898d2efb142 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee88296309cc02ab8260c49cef0e8ece = $(`<div id="html_ee88296309cc02ab8260c49cef0e8ece" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_f5da8517d810f022b4160898d2efb142.setContent(html_ee88296309cc02ab8260c49cef0e8ece);
|
|
|
|
|
|
|
|
marker_e7926668c00438df40506aeabc301547.bindPopup(popup_f5da8517d810f022b4160898d2efb142)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7926668c00438df40506aeabc301547.setIcon(icon_aa2470380b95ee91cca9df7dcccc46cd);
|
|
|
|
|
|
var marker_76ec16d95d00b28b713c0fdd25373276 = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_b0317ad8ed485f9238481874daaa7b6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d9b9ea6cb7bcb0f3c8da21be90b6875 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd5b66ba3c4c71ae302215a7116785e6 = $(`<div id="html_fd5b66ba3c4c71ae302215a7116785e6" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com:443</div>`)[0];
|
|
popup_4d9b9ea6cb7bcb0f3c8da21be90b6875.setContent(html_fd5b66ba3c4c71ae302215a7116785e6);
|
|
|
|
|
|
|
|
marker_76ec16d95d00b28b713c0fdd25373276.bindPopup(popup_4d9b9ea6cb7bcb0f3c8da21be90b6875)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76ec16d95d00b28b713c0fdd25373276.setIcon(icon_b0317ad8ed485f9238481874daaa7b6e);
|
|
|
|
|
|
var marker_62a72c456040c50e72605231a6e8c12f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_96aeaa50d69eb945b61b5c7562af0238 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_faffe0a4f7992ac7d41f42e017ec9aed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2d40e7ad50ed6582ff51bd0bad2ba31 = $(`<div id="html_a2d40e7ad50ed6582ff51bd0bad2ba31" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_faffe0a4f7992ac7d41f42e017ec9aed.setContent(html_a2d40e7ad50ed6582ff51bd0bad2ba31);
|
|
|
|
|
|
|
|
marker_62a72c456040c50e72605231a6e8c12f.bindPopup(popup_faffe0a4f7992ac7d41f42e017ec9aed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62a72c456040c50e72605231a6e8c12f.setIcon(icon_96aeaa50d69eb945b61b5c7562af0238);
|
|
|
|
|
|
var marker_73fe61181de569edba734badb6f0aa0d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_1bac47c882a83d2b1a482155bb8ef0a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_033eba37c379284b079f86e88d067658 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54f05f7fbc00a69ee8eb32119d3ea9ee = $(`<div id="html_54f05f7fbc00a69ee8eb32119d3ea9ee" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_033eba37c379284b079f86e88d067658.setContent(html_54f05f7fbc00a69ee8eb32119d3ea9ee);
|
|
|
|
|
|
|
|
marker_73fe61181de569edba734badb6f0aa0d.bindPopup(popup_033eba37c379284b079f86e88d067658)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73fe61181de569edba734badb6f0aa0d.setIcon(icon_1bac47c882a83d2b1a482155bb8ef0a5);
|
|
|
|
|
|
var marker_a7088ecdb83d2327592a5bc42cc02c48 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_7f1126143d72c19abac2bf208028b77a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c7d45569e5f4dec241f6720afc1e7de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48b49be83777d44faa7840bd8173368e = $(`<div id="html_48b49be83777d44faa7840bd8173368e" style="width: 100.0%; height: 100.0%;">dm-test-strfry-generic.samt.st</div>`)[0];
|
|
popup_9c7d45569e5f4dec241f6720afc1e7de.setContent(html_48b49be83777d44faa7840bd8173368e);
|
|
|
|
|
|
|
|
marker_a7088ecdb83d2327592a5bc42cc02c48.bindPopup(popup_9c7d45569e5f4dec241f6720afc1e7de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7088ecdb83d2327592a5bc42cc02c48.setIcon(icon_7f1126143d72c19abac2bf208028b77a);
|
|
|
|
|
|
var marker_dc7bb3f7f3a61b13f624edb6e8da3082 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_dda8b11a10301163eb84a5a20b3f496a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09e0de26517d7a7edd1f0ef2aa3e58df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d519d9bd708654888cd870a5ac262ab = $(`<div id="html_7d519d9bd708654888cd870a5ac262ab" style="width: 100.0%; height: 100.0%;">relay.libernet.app:443</div>`)[0];
|
|
popup_09e0de26517d7a7edd1f0ef2aa3e58df.setContent(html_7d519d9bd708654888cd870a5ac262ab);
|
|
|
|
|
|
|
|
marker_dc7bb3f7f3a61b13f624edb6e8da3082.bindPopup(popup_09e0de26517d7a7edd1f0ef2aa3e58df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc7bb3f7f3a61b13f624edb6e8da3082.setIcon(icon_dda8b11a10301163eb84a5a20b3f496a);
|
|
|
|
|
|
var marker_0b83d2082462d74ae81fcaf4f71d8f70 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_ed586936c5953ec0f1c814637ae9b988 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ba0bf5c622c09415b2442cad079b5b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a58051d444871024473cb25011c69eaa = $(`<div id="html_a58051d444871024473cb25011c69eaa" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_8ba0bf5c622c09415b2442cad079b5b8.setContent(html_a58051d444871024473cb25011c69eaa);
|
|
|
|
|
|
|
|
marker_0b83d2082462d74ae81fcaf4f71d8f70.bindPopup(popup_8ba0bf5c622c09415b2442cad079b5b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b83d2082462d74ae81fcaf4f71d8f70.setIcon(icon_ed586936c5953ec0f1c814637ae9b988);
|
|
|
|
|
|
var marker_8b65481a57269cefe03bc4b12f74b6c7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_3431e1a007891d053e01bce5453d144b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19ffcecd50d3307b713b8b652fa4f7f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dba4a5ab2fe8024767d99aae990e22ee = $(`<div id="html_dba4a5ab2fe8024767d99aae990e22ee" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_19ffcecd50d3307b713b8b652fa4f7f5.setContent(html_dba4a5ab2fe8024767d99aae990e22ee);
|
|
|
|
|
|
|
|
marker_8b65481a57269cefe03bc4b12f74b6c7.bindPopup(popup_19ffcecd50d3307b713b8b652fa4f7f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b65481a57269cefe03bc4b12f74b6c7.setIcon(icon_3431e1a007891d053e01bce5453d144b);
|
|
|
|
|
|
var marker_747db9c88eeb26c103d61120f348205c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_9587b1d3ae2d920aaa7fc6c3d80bdf47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a06b9c7644a376e3c11aca1a30bd32b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22572fbddbae79cf4cf7a5fc18e28c93 = $(`<div id="html_22572fbddbae79cf4cf7a5fc18e28c93" style="width: 100.0%; height: 100.0%;">test.thedude.cloud</div>`)[0];
|
|
popup_6a06b9c7644a376e3c11aca1a30bd32b.setContent(html_22572fbddbae79cf4cf7a5fc18e28c93);
|
|
|
|
|
|
|
|
marker_747db9c88eeb26c103d61120f348205c.bindPopup(popup_6a06b9c7644a376e3c11aca1a30bd32b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_747db9c88eeb26c103d61120f348205c.setIcon(icon_9587b1d3ae2d920aaa7fc6c3d80bdf47);
|
|
|
|
|
|
var marker_9ab97144dfed6875d5e4da596a8a64f2 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f94745788e41fb02fbe62775996a8a04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b03b89cc4cd9609450d7e172ef31475 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0158e5c7e4667623e18327b8bf27b50 = $(`<div id="html_a0158e5c7e4667623e18327b8bf27b50" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_5b03b89cc4cd9609450d7e172ef31475.setContent(html_a0158e5c7e4667623e18327b8bf27b50);
|
|
|
|
|
|
|
|
marker_9ab97144dfed6875d5e4da596a8a64f2.bindPopup(popup_5b03b89cc4cd9609450d7e172ef31475)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ab97144dfed6875d5e4da596a8a64f2.setIcon(icon_f94745788e41fb02fbe62775996a8a04);
|
|
|
|
|
|
var marker_4123af03d0d684e18ecce9f159e7eaba = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_2b988b00e84b26b5f994462b3e2494e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7992200d6c72d055225df551e81cf3f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b890cefcb0b617500222583b6543b695 = $(`<div id="html_b890cefcb0b617500222583b6543b695" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com:443</div>`)[0];
|
|
popup_7992200d6c72d055225df551e81cf3f7.setContent(html_b890cefcb0b617500222583b6543b695);
|
|
|
|
|
|
|
|
marker_4123af03d0d684e18ecce9f159e7eaba.bindPopup(popup_7992200d6c72d055225df551e81cf3f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4123af03d0d684e18ecce9f159e7eaba.setIcon(icon_2b988b00e84b26b5f994462b3e2494e4);
|
|
|
|
|
|
var marker_9fc994ec1d58748ea8e771f31ff5f9bd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_38ae0890b4c9ac872a46e82d54258fb0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b959fd06984b7d41a240f85fb5afb5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_754fa872d01208e07932e161a80d7235 = $(`<div id="html_754fa872d01208e07932e161a80d7235" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com:443</div>`)[0];
|
|
popup_7b959fd06984b7d41a240f85fb5afb5a.setContent(html_754fa872d01208e07932e161a80d7235);
|
|
|
|
|
|
|
|
marker_9fc994ec1d58748ea8e771f31ff5f9bd.bindPopup(popup_7b959fd06984b7d41a240f85fb5afb5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fc994ec1d58748ea8e771f31ff5f9bd.setIcon(icon_38ae0890b4c9ac872a46e82d54258fb0);
|
|
|
|
|
|
var marker_99af8c0fc3fc03b0855ca064386a3253 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_7d52011a94324df838f5915958fedc80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6053c1ef0b652bab640ed7e1e7b2b5cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_706bafbda4b8fde5a30d81aac3e0bfa2 = $(`<div id="html_706bafbda4b8fde5a30d81aac3e0bfa2" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_6053c1ef0b652bab640ed7e1e7b2b5cb.setContent(html_706bafbda4b8fde5a30d81aac3e0bfa2);
|
|
|
|
|
|
|
|
marker_99af8c0fc3fc03b0855ca064386a3253.bindPopup(popup_6053c1ef0b652bab640ed7e1e7b2b5cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99af8c0fc3fc03b0855ca064386a3253.setIcon(icon_7d52011a94324df838f5915958fedc80);
|
|
|
|
|
|
var marker_80e1c00589ed9775f813c84bbea0d626 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_9482468534ad08add521f4358ef54c7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17cae4d73c0e8a781de99403e33d5b61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b4ea2ffe948232bfee63c3ca6e7bb58 = $(`<div id="html_6b4ea2ffe948232bfee63c3ca6e7bb58" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_17cae4d73c0e8a781de99403e33d5b61.setContent(html_6b4ea2ffe948232bfee63c3ca6e7bb58);
|
|
|
|
|
|
|
|
marker_80e1c00589ed9775f813c84bbea0d626.bindPopup(popup_17cae4d73c0e8a781de99403e33d5b61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80e1c00589ed9775f813c84bbea0d626.setIcon(icon_9482468534ad08add521f4358ef54c7c);
|
|
|
|
|
|
var marker_60311881cb684fc954a6a14feaadbaf1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_8c622af54eec3c14aed1ed1dfd9392ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66884e8f834d18a4cc919ee3a7cf966a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae910edb129216761235fab587ba1f98 = $(`<div id="html_ae910edb129216761235fab587ba1f98" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_66884e8f834d18a4cc919ee3a7cf966a.setContent(html_ae910edb129216761235fab587ba1f98);
|
|
|
|
|
|
|
|
marker_60311881cb684fc954a6a14feaadbaf1.bindPopup(popup_66884e8f834d18a4cc919ee3a7cf966a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60311881cb684fc954a6a14feaadbaf1.setIcon(icon_8c622af54eec3c14aed1ed1dfd9392ff);
|
|
|
|
|
|
var marker_bc16f5580335fe6a8ab75f6e928529b8 = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_b6d3359662d9b8c72dae22d97f1d0a97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79840c9a73fb305634ad1ce5d9479479 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19ab96ad4b73bc095bded59ba22c1263 = $(`<div id="html_19ab96ad4b73bc095bded59ba22c1263" style="width: 100.0%; height: 100.0%;">shu03.shugur.net</div>`)[0];
|
|
popup_79840c9a73fb305634ad1ce5d9479479.setContent(html_19ab96ad4b73bc095bded59ba22c1263);
|
|
|
|
|
|
|
|
marker_bc16f5580335fe6a8ab75f6e928529b8.bindPopup(popup_79840c9a73fb305634ad1ce5d9479479)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc16f5580335fe6a8ab75f6e928529b8.setIcon(icon_b6d3359662d9b8c72dae22d97f1d0a97);
|
|
|
|
|
|
var marker_69507df3470121999e10edbf2c2eff67 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_269888fbc8a486eb3dc11312092c5a24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5aae73edbcc00598057908df7c44a0dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e0b1efab75a7cc982e1fdc36a5b5a99 = $(`<div id="html_5e0b1efab75a7cc982e1fdc36a5b5a99" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_5aae73edbcc00598057908df7c44a0dd.setContent(html_5e0b1efab75a7cc982e1fdc36a5b5a99);
|
|
|
|
|
|
|
|
marker_69507df3470121999e10edbf2c2eff67.bindPopup(popup_5aae73edbcc00598057908df7c44a0dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69507df3470121999e10edbf2c2eff67.setIcon(icon_269888fbc8a486eb3dc11312092c5a24);
|
|
|
|
|
|
var marker_18e53cd66ec26a0fe06cb886f62bbe71 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_ca9257e7d387aa7cab8eac45933eeaf2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_705676e485638c8050ad0f741df2c14d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4babc3c45d9c994c7c1d8b2ceb6e01ed = $(`<div id="html_4babc3c45d9c994c7c1d8b2ceb6e01ed" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org</div>`)[0];
|
|
popup_705676e485638c8050ad0f741df2c14d.setContent(html_4babc3c45d9c994c7c1d8b2ceb6e01ed);
|
|
|
|
|
|
|
|
marker_18e53cd66ec26a0fe06cb886f62bbe71.bindPopup(popup_705676e485638c8050ad0f741df2c14d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18e53cd66ec26a0fe06cb886f62bbe71.setIcon(icon_ca9257e7d387aa7cab8eac45933eeaf2);
|
|
|
|
|
|
var marker_8926aec190aee212a7df9269c553f996 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_e344ac175046b1d09626fb0883d89e67 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1a76b7202e8ddbeaf0205165a393255 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5002a049dfc5c7fbe831ef88bf651da = $(`<div id="html_f5002a049dfc5c7fbe831ef88bf651da" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_b1a76b7202e8ddbeaf0205165a393255.setContent(html_f5002a049dfc5c7fbe831ef88bf651da);
|
|
|
|
|
|
|
|
marker_8926aec190aee212a7df9269c553f996.bindPopup(popup_b1a76b7202e8ddbeaf0205165a393255)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8926aec190aee212a7df9269c553f996.setIcon(icon_e344ac175046b1d09626fb0883d89e67);
|
|
|
|
|
|
var marker_560b7584500672bb2f423818cbfb0659 = L.marker(
|
|
[36.1659, -86.7844],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_41da2555a27de31872e26b7d41dfb0be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48b663605ff569179286d43d82cc4523 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6ed4645cc59471f881ceb7d297e11af = $(`<div id="html_a6ed4645cc59471f881ceb7d297e11af" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_48b663605ff569179286d43d82cc4523.setContent(html_a6ed4645cc59471f881ceb7d297e11af);
|
|
|
|
|
|
|
|
marker_560b7584500672bb2f423818cbfb0659.bindPopup(popup_48b663605ff569179286d43d82cc4523)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_560b7584500672bb2f423818cbfb0659.setIcon(icon_41da2555a27de31872e26b7d41dfb0be);
|
|
|
|
|
|
var marker_6e09b2d683438430a56850ef99294424 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_aa29498783552a7d9d46a1dbccfb0379 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f23e1a1815e87a481603bd9e9dad3473 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_545e9fb47074e39e19fef82f50a78c91 = $(`<div id="html_545e9fb47074e39e19fef82f50a78c91" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_f23e1a1815e87a481603bd9e9dad3473.setContent(html_545e9fb47074e39e19fef82f50a78c91);
|
|
|
|
|
|
|
|
marker_6e09b2d683438430a56850ef99294424.bindPopup(popup_f23e1a1815e87a481603bd9e9dad3473)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e09b2d683438430a56850ef99294424.setIcon(icon_aa29498783552a7d9d46a1dbccfb0379);
|
|
|
|
|
|
var marker_9c0807a7a82ee4d631f43871d3c33cc1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_a61879d7d364bba95fc64db078b53eb0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a034b8ea32fa66a82a0d946739b8923 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee08ff9de6bfc6ce18ba038c55acfc3c = $(`<div id="html_ee08ff9de6bfc6ce18ba038c55acfc3c" style="width: 100.0%; height: 100.0%;">relay.fountain.fm:443</div>`)[0];
|
|
popup_7a034b8ea32fa66a82a0d946739b8923.setContent(html_ee08ff9de6bfc6ce18ba038c55acfc3c);
|
|
|
|
|
|
|
|
marker_9c0807a7a82ee4d631f43871d3c33cc1.bindPopup(popup_7a034b8ea32fa66a82a0d946739b8923)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c0807a7a82ee4d631f43871d3c33cc1.setIcon(icon_a61879d7d364bba95fc64db078b53eb0);
|
|
|
|
|
|
var marker_6aa7997454d644e852de6fe1b022957e = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_bfb3496ac55478f23019bfdd6f9bbfb6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eef09ba07a6a1b876a009d8976cf56ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_626f54c3374d2dd1acb8213c0a8fddcf = $(`<div id="html_626f54c3374d2dd1acb8213c0a8fddcf" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_eef09ba07a6a1b876a009d8976cf56ea.setContent(html_626f54c3374d2dd1acb8213c0a8fddcf);
|
|
|
|
|
|
|
|
marker_6aa7997454d644e852de6fe1b022957e.bindPopup(popup_eef09ba07a6a1b876a009d8976cf56ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6aa7997454d644e852de6fe1b022957e.setIcon(icon_bfb3496ac55478f23019bfdd6f9bbfb6);
|
|
|
|
|
|
var marker_718ffe8c46aba927053c463b4e030f3c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_19968d482b5bc2a96c5ee3b4a71d4838 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70de90b7b892ac4d6936edbdf5fe8656 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd610185b920886b4bca2591f06e0407 = $(`<div id="html_bd610185b920886b4bca2591f06e0407" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_70de90b7b892ac4d6936edbdf5fe8656.setContent(html_bd610185b920886b4bca2591f06e0407);
|
|
|
|
|
|
|
|
marker_718ffe8c46aba927053c463b4e030f3c.bindPopup(popup_70de90b7b892ac4d6936edbdf5fe8656)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_718ffe8c46aba927053c463b4e030f3c.setIcon(icon_19968d482b5bc2a96c5ee3b4a71d4838);
|
|
|
|
|
|
var marker_480c9b47e6cda63537aefaa89d312bb2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f7f0ff79dd50ab19e2c93ed7c0ed063f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ba4643c7be07265288ce6ec9e2c6fb7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3821eaf04fcf6fdc38e1b01e8705e669 = $(`<div id="html_3821eaf04fcf6fdc38e1b01e8705e669" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_0ba4643c7be07265288ce6ec9e2c6fb7.setContent(html_3821eaf04fcf6fdc38e1b01e8705e669);
|
|
|
|
|
|
|
|
marker_480c9b47e6cda63537aefaa89d312bb2.bindPopup(popup_0ba4643c7be07265288ce6ec9e2c6fb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_480c9b47e6cda63537aefaa89d312bb2.setIcon(icon_f7f0ff79dd50ab19e2c93ed7c0ed063f);
|
|
|
|
|
|
var marker_081b5fa7695ce17e99ea384ab4737875 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_409003d0e3d395bde0170c87b4f41585 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c1b10ec3a9551563928bf3f0ba66f8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_120703d403c50b9c96468e77fef95770 = $(`<div id="html_120703d403c50b9c96468e77fef95770" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_3c1b10ec3a9551563928bf3f0ba66f8e.setContent(html_120703d403c50b9c96468e77fef95770);
|
|
|
|
|
|
|
|
marker_081b5fa7695ce17e99ea384ab4737875.bindPopup(popup_3c1b10ec3a9551563928bf3f0ba66f8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_081b5fa7695ce17e99ea384ab4737875.setIcon(icon_409003d0e3d395bde0170c87b4f41585);
|
|
|
|
|
|
var marker_952426511231ab7b3c3fe3907afa9104 = L.marker(
|
|
[39.9526, -75.1652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_0c4c452e93412a5489a39cd9fbe56079 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_154998879083d6a418dc3f08ffec0403 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2f247c825d3f3ad9fad94feae092513 = $(`<div id="html_e2f247c825d3f3ad9fad94feae092513" style="width: 100.0%; height: 100.0%;">nrs-02.darkcloudarcade.com</div>`)[0];
|
|
popup_154998879083d6a418dc3f08ffec0403.setContent(html_e2f247c825d3f3ad9fad94feae092513);
|
|
|
|
|
|
|
|
marker_952426511231ab7b3c3fe3907afa9104.bindPopup(popup_154998879083d6a418dc3f08ffec0403)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_952426511231ab7b3c3fe3907afa9104.setIcon(icon_0c4c452e93412a5489a39cd9fbe56079);
|
|
|
|
|
|
var marker_b1a9b9aa51668001066531927a242c52 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_0ef10c746113d8ebf7db535d2022b55b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86b8360879692ceb983240127d848e5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26338100bbfbc7571f45c233df603cd4 = $(`<div id="html_26338100bbfbc7571f45c233df603cd4" style="width: 100.0%; height: 100.0%;">nostr.girino.org:443</div>`)[0];
|
|
popup_86b8360879692ceb983240127d848e5d.setContent(html_26338100bbfbc7571f45c233df603cd4);
|
|
|
|
|
|
|
|
marker_b1a9b9aa51668001066531927a242c52.bindPopup(popup_86b8360879692ceb983240127d848e5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1a9b9aa51668001066531927a242c52.setIcon(icon_0ef10c746113d8ebf7db535d2022b55b);
|
|
|
|
|
|
var marker_65f981ca9947fa4fa81b270a95f94b65 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_16f8e006006cd60e4434ac0b5812eae0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c156397e9b8fbb50f71e1244eebf0a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d2267802e080d1e281696329d8f3c44 = $(`<div id="html_7d2267802e080d1e281696329d8f3c44" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com:443</div>`)[0];
|
|
popup_4c156397e9b8fbb50f71e1244eebf0a0.setContent(html_7d2267802e080d1e281696329d8f3c44);
|
|
|
|
|
|
|
|
marker_65f981ca9947fa4fa81b270a95f94b65.bindPopup(popup_4c156397e9b8fbb50f71e1244eebf0a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65f981ca9947fa4fa81b270a95f94b65.setIcon(icon_16f8e006006cd60e4434ac0b5812eae0);
|
|
|
|
|
|
var marker_a97cbb02bb3d38d970abcfb81d221702 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_58258009ade66cedf5108ebbc256dd2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08b522188a20746ad4fc8ed0e91c32cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0dc6dc597cbbde25d4f2db69e584c63e = $(`<div id="html_0dc6dc597cbbde25d4f2db69e584c63e" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai:443</div>`)[0];
|
|
popup_08b522188a20746ad4fc8ed0e91c32cf.setContent(html_0dc6dc597cbbde25d4f2db69e584c63e);
|
|
|
|
|
|
|
|
marker_a97cbb02bb3d38d970abcfb81d221702.bindPopup(popup_08b522188a20746ad4fc8ed0e91c32cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a97cbb02bb3d38d970abcfb81d221702.setIcon(icon_58258009ade66cedf5108ebbc256dd2e);
|
|
|
|
|
|
var marker_f7a9e5e1110156faed3c96d5885ebb9f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_ee7d670ef2626ba0d4ee4c5559e2ad48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ee105336078fe4c8d59caa5551e1ebc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b56e56d0b9263460ee936594f7836620 = $(`<div id="html_b56e56d0b9263460ee936594f7836620" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_5ee105336078fe4c8d59caa5551e1ebc.setContent(html_b56e56d0b9263460ee936594f7836620);
|
|
|
|
|
|
|
|
marker_f7a9e5e1110156faed3c96d5885ebb9f.bindPopup(popup_5ee105336078fe4c8d59caa5551e1ebc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7a9e5e1110156faed3c96d5885ebb9f.setIcon(icon_ee7d670ef2626ba0d4ee4c5559e2ad48);
|
|
|
|
|
|
var marker_a04334859f97628432bdcfe9c71e43c4 = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_389bcef4fd43e1753cae460e70498204 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa1e9c62458ae8803e55ed05469aaacd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_287ecaaf1f5109adc8cffbd25e53909f = $(`<div id="html_287ecaaf1f5109adc8cffbd25e53909f" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_aa1e9c62458ae8803e55ed05469aaacd.setContent(html_287ecaaf1f5109adc8cffbd25e53909f);
|
|
|
|
|
|
|
|
marker_a04334859f97628432bdcfe9c71e43c4.bindPopup(popup_aa1e9c62458ae8803e55ed05469aaacd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a04334859f97628432bdcfe9c71e43c4.setIcon(icon_389bcef4fd43e1753cae460e70498204);
|
|
|
|
|
|
var marker_a38bae21eb4a559a8dcdd45353cf6cf3 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_333047bd6e92d8ca29b11b16d2c2994e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_809ca0e4f523e4719b8b8120646ed7aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea26386b9dce7cfde4947ece2a1671c9 = $(`<div id="html_ea26386b9dce7cfde4947ece2a1671c9" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com:443</div>`)[0];
|
|
popup_809ca0e4f523e4719b8b8120646ed7aa.setContent(html_ea26386b9dce7cfde4947ece2a1671c9);
|
|
|
|
|
|
|
|
marker_a38bae21eb4a559a8dcdd45353cf6cf3.bindPopup(popup_809ca0e4f523e4719b8b8120646ed7aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a38bae21eb4a559a8dcdd45353cf6cf3.setIcon(icon_333047bd6e92d8ca29b11b16d2c2994e);
|
|
|
|
|
|
var marker_6a439335db0cbd6d23c5a15f23ceb888 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_5f7cb9c7bd1474429cfb875af956f185 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e80d0ccba8c77f99a7ec16e028b1ec07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5380f0fca999bca55ce0fb24aa355fb3 = $(`<div id="html_5380f0fca999bca55ce0fb24aa355fb3" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net:443</div>`)[0];
|
|
popup_e80d0ccba8c77f99a7ec16e028b1ec07.setContent(html_5380f0fca999bca55ce0fb24aa355fb3);
|
|
|
|
|
|
|
|
marker_6a439335db0cbd6d23c5a15f23ceb888.bindPopup(popup_e80d0ccba8c77f99a7ec16e028b1ec07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a439335db0cbd6d23c5a15f23ceb888.setIcon(icon_5f7cb9c7bd1474429cfb875af956f185);
|
|
|
|
|
|
var marker_16eb32c22bd1d1b1ef38b4d9457794c5 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_8f53c416e5af0f38d7f6a8c344ab8335 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c907b194d34eca3b47427456443d7733 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e550c248cceb69b594f65b3da599bf1 = $(`<div id="html_3e550c248cceb69b594f65b3da599bf1" style="width: 100.0%; height: 100.0%;">articles.layer3.news:443</div>`)[0];
|
|
popup_c907b194d34eca3b47427456443d7733.setContent(html_3e550c248cceb69b594f65b3da599bf1);
|
|
|
|
|
|
|
|
marker_16eb32c22bd1d1b1ef38b4d9457794c5.bindPopup(popup_c907b194d34eca3b47427456443d7733)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16eb32c22bd1d1b1ef38b4d9457794c5.setIcon(icon_8f53c416e5af0f38d7f6a8c344ab8335);
|
|
|
|
|
|
var marker_dd2a8d421e7879b659fecbfacba1e810 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f9ae93734401bf03a1271398640b6da8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4eb62ab3e8f97220f8135fc1139d1dec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_026fcfff681ec337ce055cf54fafbd48 = $(`<div id="html_026fcfff681ec337ce055cf54fafbd48" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_4eb62ab3e8f97220f8135fc1139d1dec.setContent(html_026fcfff681ec337ce055cf54fafbd48);
|
|
|
|
|
|
|
|
marker_dd2a8d421e7879b659fecbfacba1e810.bindPopup(popup_4eb62ab3e8f97220f8135fc1139d1dec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd2a8d421e7879b659fecbfacba1e810.setIcon(icon_f9ae93734401bf03a1271398640b6da8);
|
|
|
|
|
|
var marker_26a7237dfbd6c62d65f0b1575fb3a475 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_5b7a87fd6eab995b79b14bbeac1b7ef2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bfa7516fc82abac56b8b00bbcc4d036 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69b091e176ed3409d9710eb38c45d41d = $(`<div id="html_69b091e176ed3409d9710eb38c45d41d" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_5bfa7516fc82abac56b8b00bbcc4d036.setContent(html_69b091e176ed3409d9710eb38c45d41d);
|
|
|
|
|
|
|
|
marker_26a7237dfbd6c62d65f0b1575fb3a475.bindPopup(popup_5bfa7516fc82abac56b8b00bbcc4d036)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26a7237dfbd6c62d65f0b1575fb3a475.setIcon(icon_5b7a87fd6eab995b79b14bbeac1b7ef2);
|
|
|
|
|
|
var marker_8279e34ed44bc7ad010a96125098541a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_7245b74b55a8d76634838d9aae7b1c2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce315f1e15e5700b820fcbe7ddb386da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d47470177b7d7667200b081a41ed781c = $(`<div id="html_d47470177b7d7667200b081a41ed781c" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_ce315f1e15e5700b820fcbe7ddb386da.setContent(html_d47470177b7d7667200b081a41ed781c);
|
|
|
|
|
|
|
|
marker_8279e34ed44bc7ad010a96125098541a.bindPopup(popup_ce315f1e15e5700b820fcbe7ddb386da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8279e34ed44bc7ad010a96125098541a.setIcon(icon_7245b74b55a8d76634838d9aae7b1c2f);
|
|
|
|
|
|
var marker_cf3481258c2a8bd79244f49fef1b1d36 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_d9e3ceeda48d9671c732a63c94626d3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa39fb09f2e00ead83010ea8a768fa47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50aff3db765fd3a3ff6e5745cc705c1d = $(`<div id="html_50aff3db765fd3a3ff6e5745cc705c1d" style="width: 100.0%; height: 100.0%;">nostr.hekster.org:443</div>`)[0];
|
|
popup_fa39fb09f2e00ead83010ea8a768fa47.setContent(html_50aff3db765fd3a3ff6e5745cc705c1d);
|
|
|
|
|
|
|
|
marker_cf3481258c2a8bd79244f49fef1b1d36.bindPopup(popup_fa39fb09f2e00ead83010ea8a768fa47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf3481258c2a8bd79244f49fef1b1d36.setIcon(icon_d9e3ceeda48d9671c732a63c94626d3d);
|
|
|
|
|
|
var marker_66802112a64381bce2671ef7be42d5bc = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_173130315704ab0a9174c0ac5a6cdf16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b3fd6e5170680d726f450dbbdc8f3fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4af447ac132c7ef5d2e02b5af5e7d170 = $(`<div id="html_4af447ac132c7ef5d2e02b5af5e7d170" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net:443</div>`)[0];
|
|
popup_5b3fd6e5170680d726f450dbbdc8f3fb.setContent(html_4af447ac132c7ef5d2e02b5af5e7d170);
|
|
|
|
|
|
|
|
marker_66802112a64381bce2671ef7be42d5bc.bindPopup(popup_5b3fd6e5170680d726f450dbbdc8f3fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66802112a64381bce2671ef7be42d5bc.setIcon(icon_173130315704ab0a9174c0ac5a6cdf16);
|
|
|
|
|
|
var marker_61cc805093c693f1af0b30a03f91e395 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_cac6ab0771e702586576724e4c489f02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_676ce904cf95cc8e9216e8eaa6c0a1e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef6d4f410abddb1178e060b6acd656f7 = $(`<div id="html_ef6d4f410abddb1178e060b6acd656f7" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_676ce904cf95cc8e9216e8eaa6c0a1e4.setContent(html_ef6d4f410abddb1178e060b6acd656f7);
|
|
|
|
|
|
|
|
marker_61cc805093c693f1af0b30a03f91e395.bindPopup(popup_676ce904cf95cc8e9216e8eaa6c0a1e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61cc805093c693f1af0b30a03f91e395.setIcon(icon_cac6ab0771e702586576724e4c489f02);
|
|
|
|
|
|
var marker_02f3b34d126a0aa39b3d00f4ed3c6bcd = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_d881fd20c46d0a7ddab43aed9d8f4f87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97938463954d0b4ea892f9d639bdc36f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1b5fc5ba170a4571e7dc453ba6d6b9f = $(`<div id="html_b1b5fc5ba170a4571e7dc453ba6d6b9f" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_97938463954d0b4ea892f9d639bdc36f.setContent(html_b1b5fc5ba170a4571e7dc453ba6d6b9f);
|
|
|
|
|
|
|
|
marker_02f3b34d126a0aa39b3d00f4ed3c6bcd.bindPopup(popup_97938463954d0b4ea892f9d639bdc36f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02f3b34d126a0aa39b3d00f4ed3c6bcd.setIcon(icon_d881fd20c46d0a7ddab43aed9d8f4f87);
|
|
|
|
|
|
var marker_f9471ee0bec53a7605fe5562a1b5cc03 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_2daf833d7335c56278f79d194719163a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d808643fad7b51934f47e59b1b19528 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62a6455aaadacf8fcd4699035790988f = $(`<div id="html_62a6455aaadacf8fcd4699035790988f" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_4d808643fad7b51934f47e59b1b19528.setContent(html_62a6455aaadacf8fcd4699035790988f);
|
|
|
|
|
|
|
|
marker_f9471ee0bec53a7605fe5562a1b5cc03.bindPopup(popup_4d808643fad7b51934f47e59b1b19528)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9471ee0bec53a7605fe5562a1b5cc03.setIcon(icon_2daf833d7335c56278f79d194719163a);
|
|
|
|
|
|
var marker_256332030370e2b20d281ec368fa0216 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_9f0de16c46c1ac3f95f6f5ae9b6bf3ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6e08296d12e8474a9a4db6777344d74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73ea0b05880772fbef888e3ba7c971c3 = $(`<div id="html_73ea0b05880772fbef888e3ba7c971c3" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_e6e08296d12e8474a9a4db6777344d74.setContent(html_73ea0b05880772fbef888e3ba7c971c3);
|
|
|
|
|
|
|
|
marker_256332030370e2b20d281ec368fa0216.bindPopup(popup_e6e08296d12e8474a9a4db6777344d74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_256332030370e2b20d281ec368fa0216.setIcon(icon_9f0de16c46c1ac3f95f6f5ae9b6bf3ed);
|
|
|
|
|
|
var marker_dbfe3a322ab8d4da8c325567bb32c8f4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_5f68cdd12ae430de47e9c8ccf722d90a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c9f7057d6332d50d1c814c865c7f022 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a043746d80c6ddff08a81848ed54a377 = $(`<div id="html_a043746d80c6ddff08a81848ed54a377" style="width: 100.0%; height: 100.0%;">rilo.nostria.app:443</div>`)[0];
|
|
popup_2c9f7057d6332d50d1c814c865c7f022.setContent(html_a043746d80c6ddff08a81848ed54a377);
|
|
|
|
|
|
|
|
marker_dbfe3a322ab8d4da8c325567bb32c8f4.bindPopup(popup_2c9f7057d6332d50d1c814c865c7f022)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbfe3a322ab8d4da8c325567bb32c8f4.setIcon(icon_5f68cdd12ae430de47e9c8ccf722d90a);
|
|
|
|
|
|
var marker_d7e413710d62ba7450a10711843812eb = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_23c8923beb13734d086f35a9f6328527 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94dc43e12a12ea83eb3cf6e8e12c2d91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c73faa08539ab5c42b9786084e09b859 = $(`<div id="html_c73faa08539ab5c42b9786084e09b859" style="width: 100.0%; height: 100.0%;">memlay.v0l.io</div>`)[0];
|
|
popup_94dc43e12a12ea83eb3cf6e8e12c2d91.setContent(html_c73faa08539ab5c42b9786084e09b859);
|
|
|
|
|
|
|
|
marker_d7e413710d62ba7450a10711843812eb.bindPopup(popup_94dc43e12a12ea83eb3cf6e8e12c2d91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7e413710d62ba7450a10711843812eb.setIcon(icon_23c8923beb13734d086f35a9f6328527);
|
|
|
|
|
|
var marker_2ee3d89ac853d6e35f70a006aa15f11a = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_559b8a01515ee7e8e70f3eb8b85cfa8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d0a0f8f5c27b998252b11558825e02e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72571835f62d1eff06c3ea9665bbe0d4 = $(`<div id="html_72571835f62d1eff06c3ea9665bbe0d4" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_2d0a0f8f5c27b998252b11558825e02e.setContent(html_72571835f62d1eff06c3ea9665bbe0d4);
|
|
|
|
|
|
|
|
marker_2ee3d89ac853d6e35f70a006aa15f11a.bindPopup(popup_2d0a0f8f5c27b998252b11558825e02e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ee3d89ac853d6e35f70a006aa15f11a.setIcon(icon_559b8a01515ee7e8e70f3eb8b85cfa8c);
|
|
|
|
|
|
var marker_a2212459eaac6629649a838b2d40068f = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_d6c705b1fdf2a03c4fbc2afa4fad1128 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e4e63689b0024982cc40d5dd4c4967d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcd200696e599a2696e0641c2390f7b3 = $(`<div id="html_fcd200696e599a2696e0641c2390f7b3" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io:443</div>`)[0];
|
|
popup_6e4e63689b0024982cc40d5dd4c4967d.setContent(html_fcd200696e599a2696e0641c2390f7b3);
|
|
|
|
|
|
|
|
marker_a2212459eaac6629649a838b2d40068f.bindPopup(popup_6e4e63689b0024982cc40d5dd4c4967d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2212459eaac6629649a838b2d40068f.setIcon(icon_d6c705b1fdf2a03c4fbc2afa4fad1128);
|
|
|
|
|
|
var marker_dc3efcd578fe8de9214fc90f222013af = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_a72dcc6fa9a7a1de67627c748a660c46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c96d7f4577abda0b662b422800407fdd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74c4730454a43e9147a19b40a4dba567 = $(`<div id="html_74c4730454a43e9147a19b40a4dba567" style="width: 100.0%; height: 100.0%;">relay.mostro.network:443</div>`)[0];
|
|
popup_c96d7f4577abda0b662b422800407fdd.setContent(html_74c4730454a43e9147a19b40a4dba567);
|
|
|
|
|
|
|
|
marker_dc3efcd578fe8de9214fc90f222013af.bindPopup(popup_c96d7f4577abda0b662b422800407fdd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc3efcd578fe8de9214fc90f222013af.setIcon(icon_a72dcc6fa9a7a1de67627c748a660c46);
|
|
|
|
|
|
var marker_af72451e5ec728b2183a30d0d5a284a7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_af6aae9072699a2d3ac88812e5f555af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d86275188fa962f5669825bbcc1bcc4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a11abdf13d306a90671c08cfee81d61 = $(`<div id="html_1a11abdf13d306a90671c08cfee81d61" style="width: 100.0%; height: 100.0%;">relay.bebond.net:443</div>`)[0];
|
|
popup_d86275188fa962f5669825bbcc1bcc4e.setContent(html_1a11abdf13d306a90671c08cfee81d61);
|
|
|
|
|
|
|
|
marker_af72451e5ec728b2183a30d0d5a284a7.bindPopup(popup_d86275188fa962f5669825bbcc1bcc4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af72451e5ec728b2183a30d0d5a284a7.setIcon(icon_af6aae9072699a2d3ac88812e5f555af);
|
|
|
|
|
|
var marker_ca278cc53b03228c188d3203b3615426 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_dbffdaffab31d81d04ddaf210743dc17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed720d98b5c8272c8bcb91c7da80db14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8f0d1a10b5afa531fc7733af811a436 = $(`<div id="html_b8f0d1a10b5afa531fc7733af811a436" style="width: 100.0%; height: 100.0%;">nos.lol:443</div>`)[0];
|
|
popup_ed720d98b5c8272c8bcb91c7da80db14.setContent(html_b8f0d1a10b5afa531fc7733af811a436);
|
|
|
|
|
|
|
|
marker_ca278cc53b03228c188d3203b3615426.bindPopup(popup_ed720d98b5c8272c8bcb91c7da80db14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca278cc53b03228c188d3203b3615426.setIcon(icon_dbffdaffab31d81d04ddaf210743dc17);
|
|
|
|
|
|
var marker_afa8f404388a7d9d7283a721082ec281 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f479dd285baab971c049a1e71548fd17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_efdd437ad9653557b9bdc20355119122 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_665a58ab3deabc5a80c3e21a52d4731c = $(`<div id="html_665a58ab3deabc5a80c3e21a52d4731c" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_efdd437ad9653557b9bdc20355119122.setContent(html_665a58ab3deabc5a80c3e21a52d4731c);
|
|
|
|
|
|
|
|
marker_afa8f404388a7d9d7283a721082ec281.bindPopup(popup_efdd437ad9653557b9bdc20355119122)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_afa8f404388a7d9d7283a721082ec281.setIcon(icon_f479dd285baab971c049a1e71548fd17);
|
|
|
|
|
|
var marker_e45580d0c011085517dbbee221ef9cea = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_328cac740baa3bb95f168ec84fd729d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28d75a34a6fef812129af4d532ecfeac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4403b2a4a59d39d4cc9cb53e8b3afee3 = $(`<div id="html_4403b2a4a59d39d4cc9cb53e8b3afee3" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_28d75a34a6fef812129af4d532ecfeac.setContent(html_4403b2a4a59d39d4cc9cb53e8b3afee3);
|
|
|
|
|
|
|
|
marker_e45580d0c011085517dbbee221ef9cea.bindPopup(popup_28d75a34a6fef812129af4d532ecfeac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e45580d0c011085517dbbee221ef9cea.setIcon(icon_328cac740baa3bb95f168ec84fd729d7);
|
|
|
|
|
|
var marker_4b48eaf0e2c54bdd7a99524f237e6e27 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_9bff01896e6f0ad5439d4117b0fedc7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c02ae7d4cc00eaa9a7715fadd85e5df9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4218fd79bcc3e5256c513b3657c442f6 = $(`<div id="html_4218fd79bcc3e5256c513b3657c442f6" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_c02ae7d4cc00eaa9a7715fadd85e5df9.setContent(html_4218fd79bcc3e5256c513b3657c442f6);
|
|
|
|
|
|
|
|
marker_4b48eaf0e2c54bdd7a99524f237e6e27.bindPopup(popup_c02ae7d4cc00eaa9a7715fadd85e5df9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b48eaf0e2c54bdd7a99524f237e6e27.setIcon(icon_9bff01896e6f0ad5439d4117b0fedc7f);
|
|
|
|
|
|
var marker_e02c87338ffc6862dcf42bfd5e912fa1 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_65cb88fc9845b02a4a2808f02e2c2d2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a01a06775a3d18d5ccb12d3933779ea5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ad54f4792b9329017ac79218aec221f = $(`<div id="html_8ad54f4792b9329017ac79218aec221f" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_a01a06775a3d18d5ccb12d3933779ea5.setContent(html_8ad54f4792b9329017ac79218aec221f);
|
|
|
|
|
|
|
|
marker_e02c87338ffc6862dcf42bfd5e912fa1.bindPopup(popup_a01a06775a3d18d5ccb12d3933779ea5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e02c87338ffc6862dcf42bfd5e912fa1.setIcon(icon_65cb88fc9845b02a4a2808f02e2c2d2d);
|
|
|
|
|
|
var marker_db8d32dac2a031350243ec0495bdcc19 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_945f0ad6cfe9aa3fe12747ffb2efeacc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8172faf1eac109838b95f820cbd62002 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f296768a4d390f45622e9409e2254d8c = $(`<div id="html_f296768a4d390f45622e9409e2254d8c" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club:443</div>`)[0];
|
|
popup_8172faf1eac109838b95f820cbd62002.setContent(html_f296768a4d390f45622e9409e2254d8c);
|
|
|
|
|
|
|
|
marker_db8d32dac2a031350243ec0495bdcc19.bindPopup(popup_8172faf1eac109838b95f820cbd62002)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db8d32dac2a031350243ec0495bdcc19.setIcon(icon_945f0ad6cfe9aa3fe12747ffb2efeacc);
|
|
|
|
|
|
var marker_47327fe95776f5588aebf14d34fcb238 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_b334cf4f58d800caee4925bebaf0ade2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4a36dd4726767ce39aa04e5969beccf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_835aeaafda743da1a101b016d9f7a822 = $(`<div id="html_835aeaafda743da1a101b016d9f7a822" style="width: 100.0%; height: 100.0%;">rele.speyhard.fi</div>`)[0];
|
|
popup_e4a36dd4726767ce39aa04e5969beccf.setContent(html_835aeaafda743da1a101b016d9f7a822);
|
|
|
|
|
|
|
|
marker_47327fe95776f5588aebf14d34fcb238.bindPopup(popup_e4a36dd4726767ce39aa04e5969beccf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47327fe95776f5588aebf14d34fcb238.setIcon(icon_b334cf4f58d800caee4925bebaf0ade2);
|
|
|
|
|
|
var marker_bf9da14a76ee895cb220e00e5d3f8f3c = L.marker(
|
|
[13.966, 101.513],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_68389505938968babd281ea606b021a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b483d3b71679b33ada67ddabff0caccf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_956411c60033590fb61a5b6b6dbe6e28 = $(`<div id="html_956411c60033590fb61a5b6b6dbe6e28" style="width: 100.0%; height: 100.0%;">relay.notoshi.win:443</div>`)[0];
|
|
popup_b483d3b71679b33ada67ddabff0caccf.setContent(html_956411c60033590fb61a5b6b6dbe6e28);
|
|
|
|
|
|
|
|
marker_bf9da14a76ee895cb220e00e5d3f8f3c.bindPopup(popup_b483d3b71679b33ada67ddabff0caccf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf9da14a76ee895cb220e00e5d3f8f3c.setIcon(icon_68389505938968babd281ea606b021a8);
|
|
|
|
|
|
var marker_06ab606bee9b90d56b110ac0d75eb174 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_c4d9219a2b473d9ac557010bc2ac4961 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_467db3fe0bbde39b4e261d3cf6ced9aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_436aa3b86f18f7a5ac690756bc00c029 = $(`<div id="html_436aa3b86f18f7a5ac690756bc00c029" style="width: 100.0%; height: 100.0%;">nexus.libernet.app:443</div>`)[0];
|
|
popup_467db3fe0bbde39b4e261d3cf6ced9aa.setContent(html_436aa3b86f18f7a5ac690756bc00c029);
|
|
|
|
|
|
|
|
marker_06ab606bee9b90d56b110ac0d75eb174.bindPopup(popup_467db3fe0bbde39b4e261d3cf6ced9aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06ab606bee9b90d56b110ac0d75eb174.setIcon(icon_c4d9219a2b473d9ac557010bc2ac4961);
|
|
|
|
|
|
var marker_441dcb387a0329e656f066c69083faab = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_316266189fab064beb5d8be3bbe72de4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47dbba8dce0937af43f98b830215b59b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c28252fdab65e94e96de938a422adf9 = $(`<div id="html_0c28252fdab65e94e96de938a422adf9" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com:443</div>`)[0];
|
|
popup_47dbba8dce0937af43f98b830215b59b.setContent(html_0c28252fdab65e94e96de938a422adf9);
|
|
|
|
|
|
|
|
marker_441dcb387a0329e656f066c69083faab.bindPopup(popup_47dbba8dce0937af43f98b830215b59b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_441dcb387a0329e656f066c69083faab.setIcon(icon_316266189fab064beb5d8be3bbe72de4);
|
|
|
|
|
|
var marker_6de73625bf21e182e648ff67afe651bf = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_8f4538800b60f099d56e664fc39b1115 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_193e4bb6c91cd1d78c3f743d064deb79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fe46067cd781aa37ec7dfc8afe9a58d = $(`<div id="html_6fe46067cd781aa37ec7dfc8afe9a58d" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_193e4bb6c91cd1d78c3f743d064deb79.setContent(html_6fe46067cd781aa37ec7dfc8afe9a58d);
|
|
|
|
|
|
|
|
marker_6de73625bf21e182e648ff67afe651bf.bindPopup(popup_193e4bb6c91cd1d78c3f743d064deb79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6de73625bf21e182e648ff67afe651bf.setIcon(icon_8f4538800b60f099d56e664fc39b1115);
|
|
|
|
|
|
var marker_82f5f577fc99d1f177c459e36c39413c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_84088274cdcbf4e7c3b12df18e1a1187 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_952159b1635aa971fb076fa0724eec4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_050d60cde817e4d57c27d5b1520d79f6 = $(`<div id="html_050d60cde817e4d57c27d5b1520d79f6" style="width: 100.0%; height: 100.0%;">relay.plebeian.market:443</div>`)[0];
|
|
popup_952159b1635aa971fb076fa0724eec4d.setContent(html_050d60cde817e4d57c27d5b1520d79f6);
|
|
|
|
|
|
|
|
marker_82f5f577fc99d1f177c459e36c39413c.bindPopup(popup_952159b1635aa971fb076fa0724eec4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82f5f577fc99d1f177c459e36c39413c.setIcon(icon_84088274cdcbf4e7c3b12df18e1a1187);
|
|
|
|
|
|
var marker_68ee3f27e1b56cc2b9f235dcabaf22d6 = L.marker(
|
|
[47.4857, 8.72929],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_99abfd142256d2e3c66529e81a882412 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5274d606372f18695ce604de7b5073d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf512f7b0f0d88d3726c526dc9740198 = $(`<div id="html_bf512f7b0f0d88d3726c526dc9740198" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz:443</div>`)[0];
|
|
popup_5274d606372f18695ce604de7b5073d2.setContent(html_bf512f7b0f0d88d3726c526dc9740198);
|
|
|
|
|
|
|
|
marker_68ee3f27e1b56cc2b9f235dcabaf22d6.bindPopup(popup_5274d606372f18695ce604de7b5073d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68ee3f27e1b56cc2b9f235dcabaf22d6.setIcon(icon_99abfd142256d2e3c66529e81a882412);
|
|
|
|
|
|
var marker_930ee3193234a9144912038fd58e602a = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_0e2e412e4acb59fc7579146b86700b08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56705b18c6df3b85ee59bdab92fbf31b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84db71fac3062ed333d3476ede18450b = $(`<div id="html_84db71fac3062ed333d3476ede18450b" style="width: 100.0%; height: 100.0%;">relay.nostu.be:443</div>`)[0];
|
|
popup_56705b18c6df3b85ee59bdab92fbf31b.setContent(html_84db71fac3062ed333d3476ede18450b);
|
|
|
|
|
|
|
|
marker_930ee3193234a9144912038fd58e602a.bindPopup(popup_56705b18c6df3b85ee59bdab92fbf31b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_930ee3193234a9144912038fd58e602a.setIcon(icon_0e2e412e4acb59fc7579146b86700b08);
|
|
|
|
|
|
var marker_e32096dde20801db36b28b416939168d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_23e740c5177690f0d16981ec153263c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_943edf80b1d516c8398a474b64ceb533 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b08ac76c2e1aabdf251df92d04441a58 = $(`<div id="html_b08ac76c2e1aabdf251df92d04441a58" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol:443</div>`)[0];
|
|
popup_943edf80b1d516c8398a474b64ceb533.setContent(html_b08ac76c2e1aabdf251df92d04441a58);
|
|
|
|
|
|
|
|
marker_e32096dde20801db36b28b416939168d.bindPopup(popup_943edf80b1d516c8398a474b64ceb533)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e32096dde20801db36b28b416939168d.setIcon(icon_23e740c5177690f0d16981ec153263c1);
|
|
|
|
|
|
var marker_b63ae50f8c9ba17a72ab1455960f5fdf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_90fc1761bca5ced6836e26727844cc0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_270857aa675ae7e6c8129aea28a5ddea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7cdcc08d90fee83c665a7f6862cb8d5 = $(`<div id="html_c7cdcc08d90fee83c665a7f6862cb8d5" style="width: 100.0%; height: 100.0%;">syb.lol:443</div>`)[0];
|
|
popup_270857aa675ae7e6c8129aea28a5ddea.setContent(html_c7cdcc08d90fee83c665a7f6862cb8d5);
|
|
|
|
|
|
|
|
marker_b63ae50f8c9ba17a72ab1455960f5fdf.bindPopup(popup_270857aa675ae7e6c8129aea28a5ddea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b63ae50f8c9ba17a72ab1455960f5fdf.setIcon(icon_90fc1761bca5ced6836e26727844cc0e);
|
|
|
|
|
|
var marker_977197faf3231d0db2ac072748f9eded = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_a8cd2f4d809582fdd5946b831a762597 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0eaf8864956db068f709660cae345e66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7642bd902691bb89887c213608964fca = $(`<div id="html_7642bd902691bb89887c213608964fca" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com:443</div>`)[0];
|
|
popup_0eaf8864956db068f709660cae345e66.setContent(html_7642bd902691bb89887c213608964fca);
|
|
|
|
|
|
|
|
marker_977197faf3231d0db2ac072748f9eded.bindPopup(popup_0eaf8864956db068f709660cae345e66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_977197faf3231d0db2ac072748f9eded.setIcon(icon_a8cd2f4d809582fdd5946b831a762597);
|
|
|
|
|
|
var marker_5895cf7cf75981a10dedea606cb7f38a = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_7943e8809af239f2d49738e4d45510cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b3f36009b4e19a84c8108878f757460 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba02f9d118ceb3498303582825d3eae1 = $(`<div id="html_ba02f9d118ceb3498303582825d3eae1" style="width: 100.0%; height: 100.0%;">relay.trustr.ing</div>`)[0];
|
|
popup_3b3f36009b4e19a84c8108878f757460.setContent(html_ba02f9d118ceb3498303582825d3eae1);
|
|
|
|
|
|
|
|
marker_5895cf7cf75981a10dedea606cb7f38a.bindPopup(popup_3b3f36009b4e19a84c8108878f757460)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5895cf7cf75981a10dedea606cb7f38a.setIcon(icon_7943e8809af239f2d49738e4d45510cd);
|
|
|
|
|
|
var marker_7086bec1cfabc1e3a4d127101b2a663a = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_5de61751ecd33b92d6d17d2eb604bf25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5082a14fc4adda270f9049eb1e2adf16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d04269fe58942e954df6942f8d708e9b = $(`<div id="html_d04269fe58942e954df6942f8d708e9b" style="width: 100.0%; height: 100.0%;">nostr2.thalheim.io</div>`)[0];
|
|
popup_5082a14fc4adda270f9049eb1e2adf16.setContent(html_d04269fe58942e954df6942f8d708e9b);
|
|
|
|
|
|
|
|
marker_7086bec1cfabc1e3a4d127101b2a663a.bindPopup(popup_5082a14fc4adda270f9049eb1e2adf16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7086bec1cfabc1e3a4d127101b2a663a.setIcon(icon_5de61751ecd33b92d6d17d2eb604bf25);
|
|
|
|
|
|
var marker_992550de70c57f818ebb3dbe04efa8b9 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f21b8421fe20f0aa518b435685883cbe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2490572cb2278d1d74f9634185dcef1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b6d393ac3908c5041972fff2a6a1df3 = $(`<div id="html_4b6d393ac3908c5041972fff2a6a1df3" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_2490572cb2278d1d74f9634185dcef1d.setContent(html_4b6d393ac3908c5041972fff2a6a1df3);
|
|
|
|
|
|
|
|
marker_992550de70c57f818ebb3dbe04efa8b9.bindPopup(popup_2490572cb2278d1d74f9634185dcef1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_992550de70c57f818ebb3dbe04efa8b9.setIcon(icon_f21b8421fe20f0aa518b435685883cbe);
|
|
|
|
|
|
var marker_ff2ad43c9c3a8c6e015b2cd9b29a82c2 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f25b01dd77e8ecacaec8c4c2c2ac821b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1f192b56f10f4ebe82aab7c4e516da3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_082549a81cd18e9295887c30f52cf1c7 = $(`<div id="html_082549a81cd18e9295887c30f52cf1c7" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_c1f192b56f10f4ebe82aab7c4e516da3.setContent(html_082549a81cd18e9295887c30f52cf1c7);
|
|
|
|
|
|
|
|
marker_ff2ad43c9c3a8c6e015b2cd9b29a82c2.bindPopup(popup_c1f192b56f10f4ebe82aab7c4e516da3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff2ad43c9c3a8c6e015b2cd9b29a82c2.setIcon(icon_f25b01dd77e8ecacaec8c4c2c2ac821b);
|
|
|
|
|
|
var marker_38959235393b4b9f4474fe256dd05502 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_57d8e99fadb4e55385c39c7b51e5a28a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0981cb49376bbdf65d9b9202320a8b93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46bc9ae484bd8544ca542250cd576a81 = $(`<div id="html_46bc9ae484bd8544ca542250cd576a81" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_0981cb49376bbdf65d9b9202320a8b93.setContent(html_46bc9ae484bd8544ca542250cd576a81);
|
|
|
|
|
|
|
|
marker_38959235393b4b9f4474fe256dd05502.bindPopup(popup_0981cb49376bbdf65d9b9202320a8b93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38959235393b4b9f4474fe256dd05502.setIcon(icon_57d8e99fadb4e55385c39c7b51e5a28a);
|
|
|
|
|
|
var marker_c382b44e1a1a87aab8d07f1eb32123ad = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_1f3102cef7b9ce375e21c98fff1a82b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af9d2aa9d553142fe34769e38224306d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00bb7cf3933c098cfec9fd1aa1fbb9e5 = $(`<div id="html_00bb7cf3933c098cfec9fd1aa1fbb9e5" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com:443</div>`)[0];
|
|
popup_af9d2aa9d553142fe34769e38224306d.setContent(html_00bb7cf3933c098cfec9fd1aa1fbb9e5);
|
|
|
|
|
|
|
|
marker_c382b44e1a1a87aab8d07f1eb32123ad.bindPopup(popup_af9d2aa9d553142fe34769e38224306d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c382b44e1a1a87aab8d07f1eb32123ad.setIcon(icon_1f3102cef7b9ce375e21c98fff1a82b4);
|
|
|
|
|
|
var marker_5878d7e4c35315e66f7e0a8c8c92767e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_0cc1191b5d8e3a3bcc4658be302e0c5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4eeeb5be2933269c7cb4e9ee7f5eaa44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc2b12c769da550c1a045386098a3a97 = $(`<div id="html_dc2b12c769da550c1a045386098a3a97" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_4eeeb5be2933269c7cb4e9ee7f5eaa44.setContent(html_dc2b12c769da550c1a045386098a3a97);
|
|
|
|
|
|
|
|
marker_5878d7e4c35315e66f7e0a8c8c92767e.bindPopup(popup_4eeeb5be2933269c7cb4e9ee7f5eaa44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5878d7e4c35315e66f7e0a8c8c92767e.setIcon(icon_0cc1191b5d8e3a3bcc4658be302e0c5e);
|
|
|
|
|
|
var marker_fbdf5ff8b72853237fbdcaf28132f78b = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_8bb10f0d53910d2fee19a0f7dce04f19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6ce6488ad09f08008bfe964a643bbe1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a55adff04cd6369721c5c502915e86d = $(`<div id="html_4a55adff04cd6369721c5c502915e86d" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_c6ce6488ad09f08008bfe964a643bbe1.setContent(html_4a55adff04cd6369721c5c502915e86d);
|
|
|
|
|
|
|
|
marker_fbdf5ff8b72853237fbdcaf28132f78b.bindPopup(popup_c6ce6488ad09f08008bfe964a643bbe1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbdf5ff8b72853237fbdcaf28132f78b.setIcon(icon_8bb10f0d53910d2fee19a0f7dce04f19);
|
|
|
|
|
|
var marker_e40eeade705527d4c71ce35d396dce57 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_89e342494ba3288c9e3735e878055944 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e5a214d3bf60be30f3028b25d3dacf6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2648287a8818519bc77b445a4af1c3a9 = $(`<div id="html_2648287a8818519bc77b445a4af1c3a9" style="width: 100.0%; height: 100.0%;">mostro-p2p.tech</div>`)[0];
|
|
popup_8e5a214d3bf60be30f3028b25d3dacf6.setContent(html_2648287a8818519bc77b445a4af1c3a9);
|
|
|
|
|
|
|
|
marker_e40eeade705527d4c71ce35d396dce57.bindPopup(popup_8e5a214d3bf60be30f3028b25d3dacf6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e40eeade705527d4c71ce35d396dce57.setIcon(icon_89e342494ba3288c9e3735e878055944);
|
|
|
|
|
|
var marker_ec07d85d97bb578199221b63f014ef7c = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_4a7c30530c3a8306455ea75c229abb32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e15fd478f497c79f5f93787ea62359d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2b6918ecb8e87eeac574fc7fd473b2a = $(`<div id="html_b2b6918ecb8e87eeac574fc7fd473b2a" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_7e15fd478f497c79f5f93787ea62359d.setContent(html_b2b6918ecb8e87eeac574fc7fd473b2a);
|
|
|
|
|
|
|
|
marker_ec07d85d97bb578199221b63f014ef7c.bindPopup(popup_7e15fd478f497c79f5f93787ea62359d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec07d85d97bb578199221b63f014ef7c.setIcon(icon_4a7c30530c3a8306455ea75c229abb32);
|
|
|
|
|
|
var marker_21e43384bcc1e3f5ec444bf8b238dc0e = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_2e12c777da1ca82b3faa24a7fcbf4c88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3bd3687812b0b6074270ed0a1fffaae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3976f8f070ecfaeafcff53a84ccff46 = $(`<div id="html_d3976f8f070ecfaeafcff53a84ccff46" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_a3bd3687812b0b6074270ed0a1fffaae.setContent(html_d3976f8f070ecfaeafcff53a84ccff46);
|
|
|
|
|
|
|
|
marker_21e43384bcc1e3f5ec444bf8b238dc0e.bindPopup(popup_a3bd3687812b0b6074270ed0a1fffaae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21e43384bcc1e3f5ec444bf8b238dc0e.setIcon(icon_2e12c777da1ca82b3faa24a7fcbf4c88);
|
|
|
|
|
|
var marker_0f258eb16f44ecce7e8a43cb47e1dac6 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_8f0bdfdab402b34645e73489cac56d56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0bc2794a11454be36e2c1c35e5478f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b56fb46cee09603188931aecb6d1cf93 = $(`<div id="html_b56fb46cee09603188931aecb6d1cf93" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_d0bc2794a11454be36e2c1c35e5478f9.setContent(html_b56fb46cee09603188931aecb6d1cf93);
|
|
|
|
|
|
|
|
marker_0f258eb16f44ecce7e8a43cb47e1dac6.bindPopup(popup_d0bc2794a11454be36e2c1c35e5478f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f258eb16f44ecce7e8a43cb47e1dac6.setIcon(icon_8f0bdfdab402b34645e73489cac56d56);
|
|
|
|
|
|
var marker_6707f89ae308b13fc60d4ef03c8eedea = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_df86eba3f1c37ce7c63ff4f7b4a7b9b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df34466c9959de775941997ad36e786c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_588c2f2fff5c632114c91560033ba78f = $(`<div id="html_588c2f2fff5c632114c91560033ba78f" style="width: 100.0%; height: 100.0%;">dm-test-nostr-rs-42-disabled.samt.st</div>`)[0];
|
|
popup_df34466c9959de775941997ad36e786c.setContent(html_588c2f2fff5c632114c91560033ba78f);
|
|
|
|
|
|
|
|
marker_6707f89ae308b13fc60d4ef03c8eedea.bindPopup(popup_df34466c9959de775941997ad36e786c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6707f89ae308b13fc60d4ef03c8eedea.setIcon(icon_df86eba3f1c37ce7c63ff4f7b4a7b9b8);
|
|
|
|
|
|
var marker_5992139a721340827b201d50161db0c8 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_cea5266e45f00852731143a91e96f2e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90ad9a295d007e9ea90a7bec70aa35fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7a18b02bfbaafb9a5d69aae499a746b = $(`<div id="html_a7a18b02bfbaafb9a5d69aae499a746b" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net:443</div>`)[0];
|
|
popup_90ad9a295d007e9ea90a7bec70aa35fc.setContent(html_a7a18b02bfbaafb9a5d69aae499a746b);
|
|
|
|
|
|
|
|
marker_5992139a721340827b201d50161db0c8.bindPopup(popup_90ad9a295d007e9ea90a7bec70aa35fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5992139a721340827b201d50161db0c8.setIcon(icon_cea5266e45f00852731143a91e96f2e3);
|
|
|
|
|
|
var marker_75f135a4b7f53b3512c914511e3d2a2e = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_fb6cb0b6232fb369ed29d439ab1a45b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0881beb1c89c9840e29f0b7ac5eb597f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25a9a9d9aeb8f24b32c5a7da6641a217 = $(`<div id="html_25a9a9d9aeb8f24b32c5a7da6641a217" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_0881beb1c89c9840e29f0b7ac5eb597f.setContent(html_25a9a9d9aeb8f24b32c5a7da6641a217);
|
|
|
|
|
|
|
|
marker_75f135a4b7f53b3512c914511e3d2a2e.bindPopup(popup_0881beb1c89c9840e29f0b7ac5eb597f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75f135a4b7f53b3512c914511e3d2a2e.setIcon(icon_fb6cb0b6232fb369ed29d439ab1a45b5);
|
|
|
|
|
|
var marker_ebaf01085c3a3f1062bb97b31d14bb82 = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_c5bc1f97b7ff9bef40bc5bdcd5e67fe5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3fc2d085b62dca2169659da685ad5a4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c03ccfb66941108bd046fbfd1e4d1667 = $(`<div id="html_c03ccfb66941108bd046fbfd1e4d1667" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com:443</div>`)[0];
|
|
popup_3fc2d085b62dca2169659da685ad5a4a.setContent(html_c03ccfb66941108bd046fbfd1e4d1667);
|
|
|
|
|
|
|
|
marker_ebaf01085c3a3f1062bb97b31d14bb82.bindPopup(popup_3fc2d085b62dca2169659da685ad5a4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebaf01085c3a3f1062bb97b31d14bb82.setIcon(icon_c5bc1f97b7ff9bef40bc5bdcd5e67fe5);
|
|
|
|
|
|
var marker_c629b82a4d2e43e08a8a4360bb62fbc6 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_0b314124778d7c94f93972311db4c782 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_261248c3917d1183424cac09802e49a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a1008b856da4012709909125ddf9d8e = $(`<div id="html_2a1008b856da4012709909125ddf9d8e" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_261248c3917d1183424cac09802e49a6.setContent(html_2a1008b856da4012709909125ddf9d8e);
|
|
|
|
|
|
|
|
marker_c629b82a4d2e43e08a8a4360bb62fbc6.bindPopup(popup_261248c3917d1183424cac09802e49a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c629b82a4d2e43e08a8a4360bb62fbc6.setIcon(icon_0b314124778d7c94f93972311db4c782);
|
|
|
|
|
|
var marker_5f3c3d4dca45acf92c0023473b7e5b05 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_1efc68870a9c7afccd7909f6cafe0a45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3781a310bfab4a2a6dcda494e33e53ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fd907b47ed74603f66bcbc02bf39642 = $(`<div id="html_5fd907b47ed74603f66bcbc02bf39642" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_3781a310bfab4a2a6dcda494e33e53ec.setContent(html_5fd907b47ed74603f66bcbc02bf39642);
|
|
|
|
|
|
|
|
marker_5f3c3d4dca45acf92c0023473b7e5b05.bindPopup(popup_3781a310bfab4a2a6dcda494e33e53ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f3c3d4dca45acf92c0023473b7e5b05.setIcon(icon_1efc68870a9c7afccd7909f6cafe0a45);
|
|
|
|
|
|
var marker_1913d06f8b2f65b58145aff92822eb57 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_80e0714ba4c4f909550465b0752f84d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6004ea986a5b55ffba9c81add86e28ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3115b13be1568d2a7485d0968632c8a7 = $(`<div id="html_3115b13be1568d2a7485d0968632c8a7" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_6004ea986a5b55ffba9c81add86e28ac.setContent(html_3115b13be1568d2a7485d0968632c8a7);
|
|
|
|
|
|
|
|
marker_1913d06f8b2f65b58145aff92822eb57.bindPopup(popup_6004ea986a5b55ffba9c81add86e28ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1913d06f8b2f65b58145aff92822eb57.setIcon(icon_80e0714ba4c4f909550465b0752f84d5);
|
|
|
|
|
|
var marker_5c84c16ea4f6ab218c16f0647550dd96 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_e7f05656db0776a790a3e5d23b44683a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ade3925a0cad73469878fecd26c5a77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c78d5bfb9b3d2036ee8ab4e7c52f728f = $(`<div id="html_c78d5bfb9b3d2036ee8ab4e7c52f728f" style="width: 100.0%; height: 100.0%;">relay.nostrops.com</div>`)[0];
|
|
popup_1ade3925a0cad73469878fecd26c5a77.setContent(html_c78d5bfb9b3d2036ee8ab4e7c52f728f);
|
|
|
|
|
|
|
|
marker_5c84c16ea4f6ab218c16f0647550dd96.bindPopup(popup_1ade3925a0cad73469878fecd26c5a77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c84c16ea4f6ab218c16f0647550dd96.setIcon(icon_e7f05656db0776a790a3e5d23b44683a);
|
|
|
|
|
|
var marker_f8a63f88299f20a8555dd8a56f33cec2 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_22955bed106d1ce99144cc6cd819103d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36d092f77cef166166ea0f3ab8c14ba9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0806f44c387e17b1b259c7bf10fc60e5 = $(`<div id="html_0806f44c387e17b1b259c7bf10fc60e5" style="width: 100.0%; height: 100.0%;">relay.angor.io:443</div>`)[0];
|
|
popup_36d092f77cef166166ea0f3ab8c14ba9.setContent(html_0806f44c387e17b1b259c7bf10fc60e5);
|
|
|
|
|
|
|
|
marker_f8a63f88299f20a8555dd8a56f33cec2.bindPopup(popup_36d092f77cef166166ea0f3ab8c14ba9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8a63f88299f20a8555dd8a56f33cec2.setIcon(icon_22955bed106d1ce99144cc6cd819103d);
|
|
|
|
|
|
var marker_531c3579062caa32a9211d419195148d = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f4a5a19e0fccc769ea2af6f1fd5831e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7076897f1c4af1327d6abbdd7d4a76d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_263e63e724f857aa301498a45c5a94e9 = $(`<div id="html_263e63e724f857aa301498a45c5a94e9" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com:443</div>`)[0];
|
|
popup_7076897f1c4af1327d6abbdd7d4a76d4.setContent(html_263e63e724f857aa301498a45c5a94e9);
|
|
|
|
|
|
|
|
marker_531c3579062caa32a9211d419195148d.bindPopup(popup_7076897f1c4af1327d6abbdd7d4a76d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_531c3579062caa32a9211d419195148d.setIcon(icon_f4a5a19e0fccc769ea2af6f1fd5831e9);
|
|
|
|
|
|
var marker_5b12e49d480c80d24838b9eb9d515c6a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_df9f029a65a804916f10122cfcc3b11b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b8dd0aba0a5b7ac24d7549be0efca03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6a22ce7c83c96cd223a671801754504 = $(`<div id="html_c6a22ce7c83c96cd223a671801754504" style="width: 100.0%; height: 100.0%;">relay.veganostr.com:443</div>`)[0];
|
|
popup_1b8dd0aba0a5b7ac24d7549be0efca03.setContent(html_c6a22ce7c83c96cd223a671801754504);
|
|
|
|
|
|
|
|
marker_5b12e49d480c80d24838b9eb9d515c6a.bindPopup(popup_1b8dd0aba0a5b7ac24d7549be0efca03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b12e49d480c80d24838b9eb9d515c6a.setIcon(icon_df9f029a65a804916f10122cfcc3b11b);
|
|
|
|
|
|
var marker_9275e3cce7861a318f0e2f1972aa23dc = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_42170bf83b4be982958ca931353fe78a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b40bd0e8988971a1be36743604ecf38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90c5369f72867fb36ed327b0c780ee75 = $(`<div id="html_90c5369f72867fb36ed327b0c780ee75" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_6b40bd0e8988971a1be36743604ecf38.setContent(html_90c5369f72867fb36ed327b0c780ee75);
|
|
|
|
|
|
|
|
marker_9275e3cce7861a318f0e2f1972aa23dc.bindPopup(popup_6b40bd0e8988971a1be36743604ecf38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9275e3cce7861a318f0e2f1972aa23dc.setIcon(icon_42170bf83b4be982958ca931353fe78a);
|
|
|
|
|
|
var marker_cb9f848f1e2507aee443e845db4a556f = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_37f093683204884a4c3eddd56412750a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_763c1742fdcea161ebdad87caaff809d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b3e5f8d5f77e01d59a655598efc8a34 = $(`<div id="html_1b3e5f8d5f77e01d59a655598efc8a34" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_763c1742fdcea161ebdad87caaff809d.setContent(html_1b3e5f8d5f77e01d59a655598efc8a34);
|
|
|
|
|
|
|
|
marker_cb9f848f1e2507aee443e845db4a556f.bindPopup(popup_763c1742fdcea161ebdad87caaff809d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb9f848f1e2507aee443e845db4a556f.setIcon(icon_37f093683204884a4c3eddd56412750a);
|
|
|
|
|
|
var marker_f33d9c4a45033a7b844455487061f4e2 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_b2c068209c71caa2e52d9888606f4d5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b535b1dc1183b6c9829090714aa6c5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ceb0ee03ffd6d3b6ad15e525b28b2b49 = $(`<div id="html_ceb0ee03ffd6d3b6ad15e525b28b2b49" style="width: 100.0%; height: 100.0%;">herbstmeister.com</div>`)[0];
|
|
popup_1b535b1dc1183b6c9829090714aa6c5c.setContent(html_ceb0ee03ffd6d3b6ad15e525b28b2b49);
|
|
|
|
|
|
|
|
marker_f33d9c4a45033a7b844455487061f4e2.bindPopup(popup_1b535b1dc1183b6c9829090714aa6c5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f33d9c4a45033a7b844455487061f4e2.setIcon(icon_b2c068209c71caa2e52d9888606f4d5e);
|
|
|
|
|
|
var marker_f6b48dc50070edfa19a82b79bcd1b792 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_ab0d11ef8fbfa003ae46c90231829bb8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27f7adf8129c0d85df02762064fb261e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa54ea7e8640cc9fe2507b34fde4a383 = $(`<div id="html_aa54ea7e8640cc9fe2507b34fde4a383" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name:443</div>`)[0];
|
|
popup_27f7adf8129c0d85df02762064fb261e.setContent(html_aa54ea7e8640cc9fe2507b34fde4a383);
|
|
|
|
|
|
|
|
marker_f6b48dc50070edfa19a82b79bcd1b792.bindPopup(popup_27f7adf8129c0d85df02762064fb261e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6b48dc50070edfa19a82b79bcd1b792.setIcon(icon_ab0d11ef8fbfa003ae46c90231829bb8);
|
|
|
|
|
|
var marker_81353eea6b90470b833f9c26b5deb6a0 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_faf2d289aac6948b92a70324da03a5c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73855043e348f676b55855e199d64226 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_def8c9bdeacb9d9adbf31042cee0b2a4 = $(`<div id="html_def8c9bdeacb9d9adbf31042cee0b2a4" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com:443</div>`)[0];
|
|
popup_73855043e348f676b55855e199d64226.setContent(html_def8c9bdeacb9d9adbf31042cee0b2a4);
|
|
|
|
|
|
|
|
marker_81353eea6b90470b833f9c26b5deb6a0.bindPopup(popup_73855043e348f676b55855e199d64226)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81353eea6b90470b833f9c26b5deb6a0.setIcon(icon_faf2d289aac6948b92a70324da03a5c4);
|
|
|
|
|
|
var marker_68651bd1a9eb69913de52c733fae90a8 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f3093a2fa2428fe9b7b94f8f76f96f38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ae983775db74e8fad7d9f956ecb009a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9308fa317e021c3aeed6a2382737ecf1 = $(`<div id="html_9308fa317e021c3aeed6a2382737ecf1" style="width: 100.0%; height: 100.0%;">relay.underorion.se</div>`)[0];
|
|
popup_5ae983775db74e8fad7d9f956ecb009a.setContent(html_9308fa317e021c3aeed6a2382737ecf1);
|
|
|
|
|
|
|
|
marker_68651bd1a9eb69913de52c733fae90a8.bindPopup(popup_5ae983775db74e8fad7d9f956ecb009a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68651bd1a9eb69913de52c733fae90a8.setIcon(icon_f3093a2fa2428fe9b7b94f8f76f96f38);
|
|
|
|
|
|
var marker_bb471aef3adc9bb3678539aca51613e0 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_a6d7d85cf100f8bcf99f52989a904068 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0cd0150de4ad8a336fc9768cf13f61d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e9ca387a93129cbf876bbea6f6327a6 = $(`<div id="html_9e9ca387a93129cbf876bbea6f6327a6" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_b0cd0150de4ad8a336fc9768cf13f61d.setContent(html_9e9ca387a93129cbf876bbea6f6327a6);
|
|
|
|
|
|
|
|
marker_bb471aef3adc9bb3678539aca51613e0.bindPopup(popup_b0cd0150de4ad8a336fc9768cf13f61d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb471aef3adc9bb3678539aca51613e0.setIcon(icon_a6d7d85cf100f8bcf99f52989a904068);
|
|
|
|
|
|
var marker_12eae046d7a41bc67cc6238256dfaf7c = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_5635cd5b8941b6d4d34a50e37812d362 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1068625aae15e713180be661105f7a1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60341c320e1eac7c285c293779bcd1ca = $(`<div id="html_60341c320e1eac7c285c293779bcd1ca" style="width: 100.0%; height: 100.0%;">relay.wisp.talk:443</div>`)[0];
|
|
popup_1068625aae15e713180be661105f7a1d.setContent(html_60341c320e1eac7c285c293779bcd1ca);
|
|
|
|
|
|
|
|
marker_12eae046d7a41bc67cc6238256dfaf7c.bindPopup(popup_1068625aae15e713180be661105f7a1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12eae046d7a41bc67cc6238256dfaf7c.setIcon(icon_5635cd5b8941b6d4d34a50e37812d362);
|
|
|
|
|
|
var marker_42609673d7ba92dca038ff1634d3038a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_ca4de3b73c7a60b5cfb38e903cb56e8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f36c9f01973a0c071cc489c1cb330297 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56839c483fcadb921325158258b7aebf = $(`<div id="html_56839c483fcadb921325158258b7aebf" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io:443</div>`)[0];
|
|
popup_f36c9f01973a0c071cc489c1cb330297.setContent(html_56839c483fcadb921325158258b7aebf);
|
|
|
|
|
|
|
|
marker_42609673d7ba92dca038ff1634d3038a.bindPopup(popup_f36c9f01973a0c071cc489c1cb330297)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42609673d7ba92dca038ff1634d3038a.setIcon(icon_ca4de3b73c7a60b5cfb38e903cb56e8e);
|
|
|
|
|
|
var marker_8ed08a5a0c07f8fe90b668e64d6d033d = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_bfe92438785ad16db1bcf6ccf43c19d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65694b6bc6de9dcf361c351fbf1e59eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b7ca2fcf7d8ead8f16ceec9a17eb7e8 = $(`<div id="html_9b7ca2fcf7d8ead8f16ceec9a17eb7e8" style="width: 100.0%; height: 100.0%;">relay.directsponsor.net</div>`)[0];
|
|
popup_65694b6bc6de9dcf361c351fbf1e59eb.setContent(html_9b7ca2fcf7d8ead8f16ceec9a17eb7e8);
|
|
|
|
|
|
|
|
marker_8ed08a5a0c07f8fe90b668e64d6d033d.bindPopup(popup_65694b6bc6de9dcf361c351fbf1e59eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ed08a5a0c07f8fe90b668e64d6d033d.setIcon(icon_bfe92438785ad16db1bcf6ccf43c19d4);
|
|
|
|
|
|
var marker_c6455a1eae00ab13c98823917f1eab01 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_cd60bd4d111f86fda7aedb56d537c2ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c724b081a6bf72b660529ceebf230ec1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d531cc0ad860cbed5e9f40579162c5ce = $(`<div id="html_d531cc0ad860cbed5e9f40579162c5ce" style="width: 100.0%; height: 100.0%;">relay.edufeed.org:443</div>`)[0];
|
|
popup_c724b081a6bf72b660529ceebf230ec1.setContent(html_d531cc0ad860cbed5e9f40579162c5ce);
|
|
|
|
|
|
|
|
marker_c6455a1eae00ab13c98823917f1eab01.bindPopup(popup_c724b081a6bf72b660529ceebf230ec1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6455a1eae00ab13c98823917f1eab01.setIcon(icon_cd60bd4d111f86fda7aedb56d537c2ac);
|
|
|
|
|
|
var marker_9319fb907b4ed5f0939786cc3518b122 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_3f2b0554af2cafa162d41ac817218bec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0dcd44da15da889b75efc52e354c84c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07f3bfd7ea6715a8253a03f4cd9fa804 = $(`<div id="html_07f3bfd7ea6715a8253a03f4cd9fa804" style="width: 100.0%; height: 100.0%;">nostr.mom:443</div>`)[0];
|
|
popup_b0dcd44da15da889b75efc52e354c84c.setContent(html_07f3bfd7ea6715a8253a03f4cd9fa804);
|
|
|
|
|
|
|
|
marker_9319fb907b4ed5f0939786cc3518b122.bindPopup(popup_b0dcd44da15da889b75efc52e354c84c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9319fb907b4ed5f0939786cc3518b122.setIcon(icon_3f2b0554af2cafa162d41ac817218bec);
|
|
|
|
|
|
var marker_e2df00ad230097c7557da6639a12fbed = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_5eea161776d3629ba2884984e32c3bd5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9cc9e81c61a525bb1258f8d6b37f46c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a3e054cf7d63fb8dc3e28d6953936c7 = $(`<div id="html_4a3e054cf7d63fb8dc3e28d6953936c7" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_f9cc9e81c61a525bb1258f8d6b37f46c.setContent(html_4a3e054cf7d63fb8dc3e28d6953936c7);
|
|
|
|
|
|
|
|
marker_e2df00ad230097c7557da6639a12fbed.bindPopup(popup_f9cc9e81c61a525bb1258f8d6b37f46c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2df00ad230097c7557da6639a12fbed.setIcon(icon_5eea161776d3629ba2884984e32c3bd5);
|
|
|
|
|
|
var marker_5259f6cc6e7060ac27e60777091770cb = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_09033d2418fb7f0c66618c5be3019692 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95fd541d2a97b50d11de9ada40219775 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ecab08541aafcb11fcf7d778b1bac0a = $(`<div id="html_1ecab08541aafcb11fcf7d778b1bac0a" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_95fd541d2a97b50d11de9ada40219775.setContent(html_1ecab08541aafcb11fcf7d778b1bac0a);
|
|
|
|
|
|
|
|
marker_5259f6cc6e7060ac27e60777091770cb.bindPopup(popup_95fd541d2a97b50d11de9ada40219775)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5259f6cc6e7060ac27e60777091770cb.setIcon(icon_09033d2418fb7f0c66618c5be3019692);
|
|
|
|
|
|
var marker_a95d610c944a10b0bdfbb7524f0151a3 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_eda3e1ad93f5112ebb60de5407b1c28f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de9fc6e3eaf5c6d1ccfac566a64845a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bfe82836c83a1c237d762a72920b8898 = $(`<div id="html_bfe82836c83a1c237d762a72920b8898" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_de9fc6e3eaf5c6d1ccfac566a64845a0.setContent(html_bfe82836c83a1c237d762a72920b8898);
|
|
|
|
|
|
|
|
marker_a95d610c944a10b0bdfbb7524f0151a3.bindPopup(popup_de9fc6e3eaf5c6d1ccfac566a64845a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a95d610c944a10b0bdfbb7524f0151a3.setIcon(icon_eda3e1ad93f5112ebb60de5407b1c28f);
|
|
|
|
|
|
var marker_00f60d2292e32b54e0d04dee7b8bf0f4 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_feaa3eb9815e38ced575bf3a6ad4a848 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_339565d24aeac3b99afd605df6310782 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e893b590f6a95b25928e753614073229 = $(`<div id="html_e893b590f6a95b25928e753614073229" style="width: 100.0%; height: 100.0%;">portal-relay.pareto.space</div>`)[0];
|
|
popup_339565d24aeac3b99afd605df6310782.setContent(html_e893b590f6a95b25928e753614073229);
|
|
|
|
|
|
|
|
marker_00f60d2292e32b54e0d04dee7b8bf0f4.bindPopup(popup_339565d24aeac3b99afd605df6310782)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00f60d2292e32b54e0d04dee7b8bf0f4.setIcon(icon_feaa3eb9815e38ced575bf3a6ad4a848);
|
|
|
|
|
|
var marker_eb33f5381453b3139cfcdb0af08eff70 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_04b0b9a7f3c046cce360c7a6fb76f625 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b97581636849f14e4028b27bc735f0e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_190a3460a55bd57dbd1ca54c487646f3 = $(`<div id="html_190a3460a55bd57dbd1ca54c487646f3" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_b97581636849f14e4028b27bc735f0e1.setContent(html_190a3460a55bd57dbd1ca54c487646f3);
|
|
|
|
|
|
|
|
marker_eb33f5381453b3139cfcdb0af08eff70.bindPopup(popup_b97581636849f14e4028b27bc735f0e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb33f5381453b3139cfcdb0af08eff70.setIcon(icon_04b0b9a7f3c046cce360c7a6fb76f625);
|
|
|
|
|
|
var marker_b28458d5ff6bab6dee5478705ad558df = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_2a383629280b8bb4fb0f4f3b6087e722 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9813f34c529ca12ba7e399a67a159877 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2693fd4e48ff7e9eadfca5ff56f1d77 = $(`<div id="html_a2693fd4e48ff7e9eadfca5ff56f1d77" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_9813f34c529ca12ba7e399a67a159877.setContent(html_a2693fd4e48ff7e9eadfca5ff56f1d77);
|
|
|
|
|
|
|
|
marker_b28458d5ff6bab6dee5478705ad558df.bindPopup(popup_9813f34c529ca12ba7e399a67a159877)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b28458d5ff6bab6dee5478705ad558df.setIcon(icon_2a383629280b8bb4fb0f4f3b6087e722);
|
|
|
|
|
|
var marker_c11c5e1be4b77116e9d0e235a144ad52 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f6e8e35667a9cbfc323f94fda49f9a99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6fff2681904789354c400d35ff33c77a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb9dafec3f9990636f493bc4f8f3d0ea = $(`<div id="html_fb9dafec3f9990636f493bc4f8f3d0ea" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz:443</div>`)[0];
|
|
popup_6fff2681904789354c400d35ff33c77a.setContent(html_fb9dafec3f9990636f493bc4f8f3d0ea);
|
|
|
|
|
|
|
|
marker_c11c5e1be4b77116e9d0e235a144ad52.bindPopup(popup_6fff2681904789354c400d35ff33c77a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c11c5e1be4b77116e9d0e235a144ad52.setIcon(icon_f6e8e35667a9cbfc323f94fda49f9a99);
|
|
|
|
|
|
var marker_73164f01f764f3f86729c03d18e2bb76 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_ed6f213f44347c690450669a8cfde991 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfa2887ccb91cceeda127193d3e44b61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15f1f01e6840ebb4b1d005467224f84b = $(`<div id="html_15f1f01e6840ebb4b1d005467224f84b" style="width: 100.0%; height: 100.0%;">eu.nostr.pikachat.org</div>`)[0];
|
|
popup_cfa2887ccb91cceeda127193d3e44b61.setContent(html_15f1f01e6840ebb4b1d005467224f84b);
|
|
|
|
|
|
|
|
marker_73164f01f764f3f86729c03d18e2bb76.bindPopup(popup_cfa2887ccb91cceeda127193d3e44b61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73164f01f764f3f86729c03d18e2bb76.setIcon(icon_ed6f213f44347c690450669a8cfde991);
|
|
|
|
|
|
var marker_f1368c65b5978211804ba884ba395f2f = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_46a608e38f5b834b32f36e99bb56772e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_650a1b5fd4634eec11254fc81fbbcdaa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d8e92b38d2854e0588da55b02b0e660 = $(`<div id="html_1d8e92b38d2854e0588da55b02b0e660" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_650a1b5fd4634eec11254fc81fbbcdaa.setContent(html_1d8e92b38d2854e0588da55b02b0e660);
|
|
|
|
|
|
|
|
marker_f1368c65b5978211804ba884ba395f2f.bindPopup(popup_650a1b5fd4634eec11254fc81fbbcdaa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1368c65b5978211804ba884ba395f2f.setIcon(icon_46a608e38f5b834b32f36e99bb56772e);
|
|
|
|
|
|
var marker_96da48ac568071c81abf140af627c049 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_010f364b8e8f6a458471dec43477957b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a49b564cfeca58ea83f443f088eaa49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0970331eb0c4918b7db8f3f5623053f7 = $(`<div id="html_0970331eb0c4918b7db8f3f5623053f7" style="width: 100.0%; height: 100.0%;">relaisnostr.trivaco.fr</div>`)[0];
|
|
popup_4a49b564cfeca58ea83f443f088eaa49.setContent(html_0970331eb0c4918b7db8f3f5623053f7);
|
|
|
|
|
|
|
|
marker_96da48ac568071c81abf140af627c049.bindPopup(popup_4a49b564cfeca58ea83f443f088eaa49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96da48ac568071c81abf140af627c049.setIcon(icon_010f364b8e8f6a458471dec43477957b);
|
|
|
|
|
|
var marker_a113530d0bf1cce3e79931b67c9f9889 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_9a68f244f2dcd5b8a314bdd03a013ab5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59aad92e922ffb5c6c57fc182099d023 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_effc1f87576925ad84abb9944fbd1b8c = $(`<div id="html_effc1f87576925ad84abb9944fbd1b8c" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_59aad92e922ffb5c6c57fc182099d023.setContent(html_effc1f87576925ad84abb9944fbd1b8c);
|
|
|
|
|
|
|
|
marker_a113530d0bf1cce3e79931b67c9f9889.bindPopup(popup_59aad92e922ffb5c6c57fc182099d023)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a113530d0bf1cce3e79931b67c9f9889.setIcon(icon_9a68f244f2dcd5b8a314bdd03a013ab5);
|
|
|
|
|
|
var marker_3cfc06804140a43e63b68d3a7240a1e1 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_8c4a0c6e0120bb68159b75243778b73a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fcf320d561d864433aa35a057015d71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c639be06cdd6203e4cd6d2c6103c3de7 = $(`<div id="html_c639be06cdd6203e4cd6d2c6103c3de7" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org:443</div>`)[0];
|
|
popup_4fcf320d561d864433aa35a057015d71.setContent(html_c639be06cdd6203e4cd6d2c6103c3de7);
|
|
|
|
|
|
|
|
marker_3cfc06804140a43e63b68d3a7240a1e1.bindPopup(popup_4fcf320d561d864433aa35a057015d71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cfc06804140a43e63b68d3a7240a1e1.setIcon(icon_8c4a0c6e0120bb68159b75243778b73a);
|
|
|
|
|
|
var marker_b2cde31fb1bc5df4d09c5a1bf099a454 = L.marker(
|
|
[1.27994, 103.849],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_e688dd9bcbf16882e19f0a543b1d518e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25ab643fcd1905748d30de33003319ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0420ef90212b388d79054b95fe63e59 = $(`<div id="html_b0420ef90212b388d79054b95fe63e59" style="width: 100.0%; height: 100.0%;">nostr.aruku.ovh</div>`)[0];
|
|
popup_25ab643fcd1905748d30de33003319ad.setContent(html_b0420ef90212b388d79054b95fe63e59);
|
|
|
|
|
|
|
|
marker_b2cde31fb1bc5df4d09c5a1bf099a454.bindPopup(popup_25ab643fcd1905748d30de33003319ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2cde31fb1bc5df4d09c5a1bf099a454.setIcon(icon_e688dd9bcbf16882e19f0a543b1d518e);
|
|
|
|
|
|
var marker_9a0cfe0be1aa19cce3528d3d06f535e4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_b449a4d7f12b3c89e1d98239f74d2d10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d61bd7d92cb153ccffebcdc15c202172 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_959d0c84bb6b0d00d747464467258bda = $(`<div id="html_959d0c84bb6b0d00d747464467258bda" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_d61bd7d92cb153ccffebcdc15c202172.setContent(html_959d0c84bb6b0d00d747464467258bda);
|
|
|
|
|
|
|
|
marker_9a0cfe0be1aa19cce3528d3d06f535e4.bindPopup(popup_d61bd7d92cb153ccffebcdc15c202172)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a0cfe0be1aa19cce3528d3d06f535e4.setIcon(icon_b449a4d7f12b3c89e1d98239f74d2d10);
|
|
|
|
|
|
var marker_f569926252a4b7299565a19b87d42fd3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_14cb04a1fdd17af7028c60ff9582643a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf1ddda412e9a35e0d80e8e1107aae98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2815140518f890f95c2be778714af126 = $(`<div id="html_2815140518f890f95c2be778714af126" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app:443</div>`)[0];
|
|
popup_cf1ddda412e9a35e0d80e8e1107aae98.setContent(html_2815140518f890f95c2be778714af126);
|
|
|
|
|
|
|
|
marker_f569926252a4b7299565a19b87d42fd3.bindPopup(popup_cf1ddda412e9a35e0d80e8e1107aae98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f569926252a4b7299565a19b87d42fd3.setIcon(icon_14cb04a1fdd17af7028c60ff9582643a);
|
|
|
|
|
|
var marker_1b11733cdb8ff6607cc49e4b85f9bda4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f120dc53f31e2a85bae19b266db77e7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e11ca585a085e38ad371684a6ea7b1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62942f4505f46d0893c202b00f1cf790 = $(`<div id="html_62942f4505f46d0893c202b00f1cf790" style="width: 100.0%; height: 100.0%;">offchain.bostr.online</div>`)[0];
|
|
popup_9e11ca585a085e38ad371684a6ea7b1f.setContent(html_62942f4505f46d0893c202b00f1cf790);
|
|
|
|
|
|
|
|
marker_1b11733cdb8ff6607cc49e4b85f9bda4.bindPopup(popup_9e11ca585a085e38ad371684a6ea7b1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b11733cdb8ff6607cc49e4b85f9bda4.setIcon(icon_f120dc53f31e2a85bae19b266db77e7a);
|
|
|
|
|
|
var marker_e56917c81e1e05533f82dbe3ebe49415 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_331da6032a35bd853537bbb2e53d0ad0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c009b27faf6facfd9d58eab625e3bbe6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ed1bd47683d29e99d873173211e50e8 = $(`<div id="html_9ed1bd47683d29e99d873173211e50e8" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_c009b27faf6facfd9d58eab625e3bbe6.setContent(html_9ed1bd47683d29e99d873173211e50e8);
|
|
|
|
|
|
|
|
marker_e56917c81e1e05533f82dbe3ebe49415.bindPopup(popup_c009b27faf6facfd9d58eab625e3bbe6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e56917c81e1e05533f82dbe3ebe49415.setIcon(icon_331da6032a35bd853537bbb2e53d0ad0);
|
|
|
|
|
|
var marker_30cfabf0a8bb43b1c59d9de4eb7d3bc7 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_b2b5a382cd9cb2d62bb3d75066a88570 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0fb1bf3a912e9add3ddfe3c65f52c90d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba2429e711ad878cd8360f3fdce26841 = $(`<div id="html_ba2429e711ad878cd8360f3fdce26841" style="width: 100.0%; height: 100.0%;">relay.wisp.talk</div>`)[0];
|
|
popup_0fb1bf3a912e9add3ddfe3c65f52c90d.setContent(html_ba2429e711ad878cd8360f3fdce26841);
|
|
|
|
|
|
|
|
marker_30cfabf0a8bb43b1c59d9de4eb7d3bc7.bindPopup(popup_0fb1bf3a912e9add3ddfe3c65f52c90d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30cfabf0a8bb43b1c59d9de4eb7d3bc7.setIcon(icon_b2b5a382cd9cb2d62bb3d75066a88570);
|
|
|
|
|
|
var marker_add91264aea07fa7a5cf40359ca486a7 = L.marker(
|
|
[35.2227, -97.4786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_7c599bf958ffa6ed0441fbf34372d9bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_643290e177696cdd33fcc6c82b0539cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fd9c54807282eae327067c53735580e = $(`<div id="html_0fd9c54807282eae327067c53735580e" style="width: 100.0%; height: 100.0%;">relay.beginningend.com</div>`)[0];
|
|
popup_643290e177696cdd33fcc6c82b0539cf.setContent(html_0fd9c54807282eae327067c53735580e);
|
|
|
|
|
|
|
|
marker_add91264aea07fa7a5cf40359ca486a7.bindPopup(popup_643290e177696cdd33fcc6c82b0539cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_add91264aea07fa7a5cf40359ca486a7.setIcon(icon_7c599bf958ffa6ed0441fbf34372d9bb);
|
|
|
|
|
|
var marker_8575098a3cfc2ff276bd959e414668c2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_6304e91eba94a5d0f56c56b9488b3639 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5b2aaada9147b8b959cd43af2175400 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f94996d424cb04f148abcb7a94ca554a = $(`<div id="html_f94996d424cb04f148abcb7a94ca554a" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_d5b2aaada9147b8b959cd43af2175400.setContent(html_f94996d424cb04f148abcb7a94ca554a);
|
|
|
|
|
|
|
|
marker_8575098a3cfc2ff276bd959e414668c2.bindPopup(popup_d5b2aaada9147b8b959cd43af2175400)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8575098a3cfc2ff276bd959e414668c2.setIcon(icon_6304e91eba94a5d0f56c56b9488b3639);
|
|
|
|
|
|
var marker_454e79df3c5e9f58cf624dcf51b929eb = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_b6803f337277b4def9960579a17da09e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_711e1222dfcab762576b51c0b4f5bfb5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55b2f2d57f1153f93d0994b1db3786b3 = $(`<div id="html_55b2f2d57f1153f93d0994b1db3786b3" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_711e1222dfcab762576b51c0b4f5bfb5.setContent(html_55b2f2d57f1153f93d0994b1db3786b3);
|
|
|
|
|
|
|
|
marker_454e79df3c5e9f58cf624dcf51b929eb.bindPopup(popup_711e1222dfcab762576b51c0b4f5bfb5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_454e79df3c5e9f58cf624dcf51b929eb.setIcon(icon_b6803f337277b4def9960579a17da09e);
|
|
|
|
|
|
var marker_bb537f9335665ee0645a6eb606e9e72b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_9ae2a946b480ab2bcbba2df8adf05f8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26898c86e09c1f5b524bc38cfcdcc600 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2de7cb348e894275dfb82fe248443cba = $(`<div id="html_2de7cb348e894275dfb82fe248443cba" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_26898c86e09c1f5b524bc38cfcdcc600.setContent(html_2de7cb348e894275dfb82fe248443cba);
|
|
|
|
|
|
|
|
marker_bb537f9335665ee0645a6eb606e9e72b.bindPopup(popup_26898c86e09c1f5b524bc38cfcdcc600)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb537f9335665ee0645a6eb606e9e72b.setIcon(icon_9ae2a946b480ab2bcbba2df8adf05f8d);
|
|
|
|
|
|
var marker_48cc7feffa1f783ea9ad9814133cbb95 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_8037add0f532e0f68367496ebb2620dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33c1563d24e116d134b5f6bb5823981f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_adca1aae37287db696cfd499daed9606 = $(`<div id="html_adca1aae37287db696cfd499daed9606" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_33c1563d24e116d134b5f6bb5823981f.setContent(html_adca1aae37287db696cfd499daed9606);
|
|
|
|
|
|
|
|
marker_48cc7feffa1f783ea9ad9814133cbb95.bindPopup(popup_33c1563d24e116d134b5f6bb5823981f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48cc7feffa1f783ea9ad9814133cbb95.setIcon(icon_8037add0f532e0f68367496ebb2620dc);
|
|
|
|
|
|
var marker_eebab464f9ac2669543e56002d34e806 = L.marker(
|
|
[50.0755, 14.4378],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_24c3642411cf3928165afe4ec03bb493 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3249f01d6e25c57ab007572182a2193c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a63fb50910bd7b0edea784421378028 = $(`<div id="html_1a63fb50910bd7b0edea784421378028" style="width: 100.0%; height: 100.0%;">openrelay.ziomc.com</div>`)[0];
|
|
popup_3249f01d6e25c57ab007572182a2193c.setContent(html_1a63fb50910bd7b0edea784421378028);
|
|
|
|
|
|
|
|
marker_eebab464f9ac2669543e56002d34e806.bindPopup(popup_3249f01d6e25c57ab007572182a2193c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eebab464f9ac2669543e56002d34e806.setIcon(icon_24c3642411cf3928165afe4ec03bb493);
|
|
|
|
|
|
var marker_e508d82ff284bcb9632afa33b6accde9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_49802d6650902e74cb25116d6c2f9ead = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d52c863b6a69b6929620687a784d215 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce9111595e3d035c02e12b1d7bc04667 = $(`<div id="html_ce9111595e3d035c02e12b1d7bc04667" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de:443</div>`)[0];
|
|
popup_9d52c863b6a69b6929620687a784d215.setContent(html_ce9111595e3d035c02e12b1d7bc04667);
|
|
|
|
|
|
|
|
marker_e508d82ff284bcb9632afa33b6accde9.bindPopup(popup_9d52c863b6a69b6929620687a784d215)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e508d82ff284bcb9632afa33b6accde9.setIcon(icon_49802d6650902e74cb25116d6c2f9ead);
|
|
|
|
|
|
var marker_7db7c21a091c19303c0ccdd53074b768 = L.marker(
|
|
[47.4857, 8.72929],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_068815420a20fe971222e0144cd6a2f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8cf27137837012d8727afc1aa213a2de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44d88238d2f5c0b362215637895c2329 = $(`<div id="html_44d88238d2f5c0b362215637895c2329" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_8cf27137837012d8727afc1aa213a2de.setContent(html_44d88238d2f5c0b362215637895c2329);
|
|
|
|
|
|
|
|
marker_7db7c21a091c19303c0ccdd53074b768.bindPopup(popup_8cf27137837012d8727afc1aa213a2de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7db7c21a091c19303c0ccdd53074b768.setIcon(icon_068815420a20fe971222e0144cd6a2f6);
|
|
|
|
|
|
var marker_6b818b6ab85aa658ff8af909de6c08ba = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_d9e92721911bb52c3b5494a50a76216d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25d82af44711dd95f67fa84632f7abb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a91c5c0e6d2ea9768616771cbb7fde00 = $(`<div id="html_a91c5c0e6d2ea9768616771cbb7fde00" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com:443</div>`)[0];
|
|
popup_25d82af44711dd95f67fa84632f7abb1.setContent(html_a91c5c0e6d2ea9768616771cbb7fde00);
|
|
|
|
|
|
|
|
marker_6b818b6ab85aa658ff8af909de6c08ba.bindPopup(popup_25d82af44711dd95f67fa84632f7abb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b818b6ab85aa658ff8af909de6c08ba.setIcon(icon_d9e92721911bb52c3b5494a50a76216d);
|
|
|
|
|
|
var marker_e0ecea526bed9019c843c6fd55ddb7fb = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_83c4001077b74cc7ea79a679be1a218a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a75a94b483d876bd2c619e043733e5c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b83fa49945ce29be326b7fe9bc0b52e = $(`<div id="html_0b83fa49945ce29be326b7fe9bc0b52e" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_a75a94b483d876bd2c619e043733e5c9.setContent(html_0b83fa49945ce29be326b7fe9bc0b52e);
|
|
|
|
|
|
|
|
marker_e0ecea526bed9019c843c6fd55ddb7fb.bindPopup(popup_a75a94b483d876bd2c619e043733e5c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0ecea526bed9019c843c6fd55ddb7fb.setIcon(icon_83c4001077b74cc7ea79a679be1a218a);
|
|
|
|
|
|
var marker_d5d06f97f018e86ff0aee2dfd2c0521f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_29591e590d29f9f1bc0f9ef297452ef8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd4248ca15954630673e8b9aed4558c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28aa765114d0f9e9256c86f8f6bc117c = $(`<div id="html_28aa765114d0f9e9256c86f8f6bc117c" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_dd4248ca15954630673e8b9aed4558c5.setContent(html_28aa765114d0f9e9256c86f8f6bc117c);
|
|
|
|
|
|
|
|
marker_d5d06f97f018e86ff0aee2dfd2c0521f.bindPopup(popup_dd4248ca15954630673e8b9aed4558c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5d06f97f018e86ff0aee2dfd2c0521f.setIcon(icon_29591e590d29f9f1bc0f9ef297452ef8);
|
|
|
|
|
|
var marker_35bb5d4de505bd2c5b2d530ff366dd20 = L.marker(
|
|
[51.6992, 5.30417],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_9f7ed7bc884d24799ec890c6ff6aa26d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce18e63c6c7904e7a6e4601c372a2dea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_990d930a62504913395bcc032ec2625c = $(`<div id="html_990d930a62504913395bcc032ec2625c" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_ce18e63c6c7904e7a6e4601c372a2dea.setContent(html_990d930a62504913395bcc032ec2625c);
|
|
|
|
|
|
|
|
marker_35bb5d4de505bd2c5b2d530ff366dd20.bindPopup(popup_ce18e63c6c7904e7a6e4601c372a2dea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35bb5d4de505bd2c5b2d530ff366dd20.setIcon(icon_9f7ed7bc884d24799ec890c6ff6aa26d);
|
|
|
|
|
|
var marker_e0f26788cf054005d84fb870f43232a0 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_0ba469f01c0dd308c4c18a86ca35fb43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66c6f841dba2469a9793f1bf3d1c526c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_434be8f0c9c936a299c17c800487ef7f = $(`<div id="html_434be8f0c9c936a299c17c800487ef7f" style="width: 100.0%; height: 100.0%;">bridge.tagomago.me</div>`)[0];
|
|
popup_66c6f841dba2469a9793f1bf3d1c526c.setContent(html_434be8f0c9c936a299c17c800487ef7f);
|
|
|
|
|
|
|
|
marker_e0f26788cf054005d84fb870f43232a0.bindPopup(popup_66c6f841dba2469a9793f1bf3d1c526c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0f26788cf054005d84fb870f43232a0.setIcon(icon_0ba469f01c0dd308c4c18a86ca35fb43);
|
|
|
|
|
|
var marker_64687cd86c69afd71018e1f218b22b0d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_4452466b38189e57c992f6952efc77cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c566a5ec55da0554f08fbe7dbe98171 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f191101c9d6c830033a18f461a39b1cb = $(`<div id="html_f191101c9d6c830033a18f461a39b1cb" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_4c566a5ec55da0554f08fbe7dbe98171.setContent(html_f191101c9d6c830033a18f461a39b1cb);
|
|
|
|
|
|
|
|
marker_64687cd86c69afd71018e1f218b22b0d.bindPopup(popup_4c566a5ec55da0554f08fbe7dbe98171)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64687cd86c69afd71018e1f218b22b0d.setIcon(icon_4452466b38189e57c992f6952efc77cd);
|
|
|
|
|
|
var marker_c099900f4d5379d616332728875c0e36 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_51b5a798a05d25e8e279074e6258dd33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_530359ca6b19b5ffb9730a4c6a30274a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_976950d8ac272538a3316bb12a5605aa = $(`<div id="html_976950d8ac272538a3316bb12a5605aa" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social:443</div>`)[0];
|
|
popup_530359ca6b19b5ffb9730a4c6a30274a.setContent(html_976950d8ac272538a3316bb12a5605aa);
|
|
|
|
|
|
|
|
marker_c099900f4d5379d616332728875c0e36.bindPopup(popup_530359ca6b19b5ffb9730a4c6a30274a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c099900f4d5379d616332728875c0e36.setIcon(icon_51b5a798a05d25e8e279074e6258dd33);
|
|
|
|
|
|
var marker_e4edb5fdf78a69fd9da7debe90509a49 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_ae219728753a11a78dd06968e2f91fd4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45cd0a5674b442106e3fd0202bd27b42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff1f0d0b810e7f95108fab3c5dca455d = $(`<div id="html_ff1f0d0b810e7f95108fab3c5dca455d" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_45cd0a5674b442106e3fd0202bd27b42.setContent(html_ff1f0d0b810e7f95108fab3c5dca455d);
|
|
|
|
|
|
|
|
marker_e4edb5fdf78a69fd9da7debe90509a49.bindPopup(popup_45cd0a5674b442106e3fd0202bd27b42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4edb5fdf78a69fd9da7debe90509a49.setIcon(icon_ae219728753a11a78dd06968e2f91fd4);
|
|
|
|
|
|
var marker_df7af3fa9111d76fed5564c30fbe6f21 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_ea9d5002e533d04f0ecd1aeda3dc94dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9e872e6062fa42e5ebb928ab358a731 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f36a152c40006430920502f16939cd3 = $(`<div id="html_4f36a152c40006430920502f16939cd3" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_e9e872e6062fa42e5ebb928ab358a731.setContent(html_4f36a152c40006430920502f16939cd3);
|
|
|
|
|
|
|
|
marker_df7af3fa9111d76fed5564c30fbe6f21.bindPopup(popup_e9e872e6062fa42e5ebb928ab358a731)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df7af3fa9111d76fed5564c30fbe6f21.setIcon(icon_ea9d5002e533d04f0ecd1aeda3dc94dd);
|
|
|
|
|
|
var marker_67519e749577f31120f6ed3c1633aa44 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_a14b652a4227baca6d15477924b68e83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_727fd60c65363caa81b1d5671a33e10b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f2e55c02c2b1d1075439272c8116ab4 = $(`<div id="html_1f2e55c02c2b1d1075439272c8116ab4" style="width: 100.0%; height: 100.0%;">relay.nostriot.com:443</div>`)[0];
|
|
popup_727fd60c65363caa81b1d5671a33e10b.setContent(html_1f2e55c02c2b1d1075439272c8116ab4);
|
|
|
|
|
|
|
|
marker_67519e749577f31120f6ed3c1633aa44.bindPopup(popup_727fd60c65363caa81b1d5671a33e10b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67519e749577f31120f6ed3c1633aa44.setIcon(icon_a14b652a4227baca6d15477924b68e83);
|
|
|
|
|
|
var marker_f4b89b3a471c0077a19e3d69d3d4b32d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_06a755bdaebf8b8ad6f0695b8436b720 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc85226781387fdb066ff12c7c61bcae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c241f7ba28d78c71e33ba7951e7c440 = $(`<div id="html_9c241f7ba28d78c71e33ba7951e7c440" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_fc85226781387fdb066ff12c7c61bcae.setContent(html_9c241f7ba28d78c71e33ba7951e7c440);
|
|
|
|
|
|
|
|
marker_f4b89b3a471c0077a19e3d69d3d4b32d.bindPopup(popup_fc85226781387fdb066ff12c7c61bcae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4b89b3a471c0077a19e3d69d3d4b32d.setIcon(icon_06a755bdaebf8b8ad6f0695b8436b720);
|
|
|
|
|
|
var marker_b298987706c869674f80775d4bafece1 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_9873f617ed5fda6a1b86e34de478b8b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0123af556fcf6063004b069aff6538a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13cbc07cc310a3d3185e827e954698ad = $(`<div id="html_13cbc07cc310a3d3185e827e954698ad" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_0123af556fcf6063004b069aff6538a1.setContent(html_13cbc07cc310a3d3185e827e954698ad);
|
|
|
|
|
|
|
|
marker_b298987706c869674f80775d4bafece1.bindPopup(popup_0123af556fcf6063004b069aff6538a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b298987706c869674f80775d4bafece1.setIcon(icon_9873f617ed5fda6a1b86e34de478b8b5);
|
|
|
|
|
|
var marker_3bda7ae70ae7976f13274fe8a462ab31 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_0f729a5dc3ca65e12fe5e6c5013b1054 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3fbe094196bed1cfa770ae28b320f5b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c56bcf048a9a5a8320d95d6e0e524605 = $(`<div id="html_c56bcf048a9a5a8320d95d6e0e524605" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_3fbe094196bed1cfa770ae28b320f5b2.setContent(html_c56bcf048a9a5a8320d95d6e0e524605);
|
|
|
|
|
|
|
|
marker_3bda7ae70ae7976f13274fe8a462ab31.bindPopup(popup_3fbe094196bed1cfa770ae28b320f5b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bda7ae70ae7976f13274fe8a462ab31.setIcon(icon_0f729a5dc3ca65e12fe5e6c5013b1054);
|
|
|
|
|
|
var marker_171c07df973c2b2a7fe5b8f21304f49a = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_008e0f29d6daae4710461f311fad62dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97db49c5c4754583f539c1e43cdb4faf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e18c3ea594db714767ddfdd2b7a053e9 = $(`<div id="html_e18c3ea594db714767ddfdd2b7a053e9" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_97db49c5c4754583f539c1e43cdb4faf.setContent(html_e18c3ea594db714767ddfdd2b7a053e9);
|
|
|
|
|
|
|
|
marker_171c07df973c2b2a7fe5b8f21304f49a.bindPopup(popup_97db49c5c4754583f539c1e43cdb4faf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_171c07df973c2b2a7fe5b8f21304f49a.setIcon(icon_008e0f29d6daae4710461f311fad62dc);
|
|
|
|
|
|
var marker_1e23a535f03f6065b6b9a77a4299aa72 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_c40063f031fa07b97818df687dae193e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5321e4a52bdca715e9864eba7321ed6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_993f282bb34dff2f47aa043442f26c6a = $(`<div id="html_993f282bb34dff2f47aa043442f26c6a" style="width: 100.0%; height: 100.0%;">treuzkas.branruz.com</div>`)[0];
|
|
popup_5321e4a52bdca715e9864eba7321ed6c.setContent(html_993f282bb34dff2f47aa043442f26c6a);
|
|
|
|
|
|
|
|
marker_1e23a535f03f6065b6b9a77a4299aa72.bindPopup(popup_5321e4a52bdca715e9864eba7321ed6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e23a535f03f6065b6b9a77a4299aa72.setIcon(icon_c40063f031fa07b97818df687dae193e);
|
|
|
|
|
|
var marker_44a472ff440954b6b01f91edeec444e6 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_a1bf73d5e490d00250f859d166c1267b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a62a26806592a77e402e8ed14789f826 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c05534406c603d0e70a8da2f98c8276e = $(`<div id="html_c05534406c603d0e70a8da2f98c8276e" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_a62a26806592a77e402e8ed14789f826.setContent(html_c05534406c603d0e70a8da2f98c8276e);
|
|
|
|
|
|
|
|
marker_44a472ff440954b6b01f91edeec444e6.bindPopup(popup_a62a26806592a77e402e8ed14789f826)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44a472ff440954b6b01f91edeec444e6.setIcon(icon_a1bf73d5e490d00250f859d166c1267b);
|
|
|
|
|
|
var marker_9cfc4edf84d40131c5f42b7f808b02e2 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f888d2938ee17e15b5f711f5e724edce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69eac5e11636ab31d8634cc6d9160632 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d8bee8dcd8d4caa1792546ca7d614a8 = $(`<div id="html_1d8bee8dcd8d4caa1792546ca7d614a8" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_69eac5e11636ab31d8634cc6d9160632.setContent(html_1d8bee8dcd8d4caa1792546ca7d614a8);
|
|
|
|
|
|
|
|
marker_9cfc4edf84d40131c5f42b7f808b02e2.bindPopup(popup_69eac5e11636ab31d8634cc6d9160632)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9cfc4edf84d40131c5f42b7f808b02e2.setIcon(icon_f888d2938ee17e15b5f711f5e724edce);
|
|
|
|
|
|
var marker_5a2a8f31f9a70fedb5ca65255ec30d8d = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_dc5102350e0e6016446d171796be2ac1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b36707d6c195fef09acc33ab2efb8f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91d4385459ba68b2d745277a604792bb = $(`<div id="html_91d4385459ba68b2d745277a604792bb" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_7b36707d6c195fef09acc33ab2efb8f5.setContent(html_91d4385459ba68b2d745277a604792bb);
|
|
|
|
|
|
|
|
marker_5a2a8f31f9a70fedb5ca65255ec30d8d.bindPopup(popup_7b36707d6c195fef09acc33ab2efb8f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a2a8f31f9a70fedb5ca65255ec30d8d.setIcon(icon_dc5102350e0e6016446d171796be2ac1);
|
|
|
|
|
|
var marker_5265d30e1a5dd4aa36edc44d581b1d0c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_e507bd28c638166136b58c3c6797ef2a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ec78bdae599042b5b1bf69a5c0d5a60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a48fc242934db1022948957ecfde3a4 = $(`<div id="html_7a48fc242934db1022948957ecfde3a4" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_6ec78bdae599042b5b1bf69a5c0d5a60.setContent(html_7a48fc242934db1022948957ecfde3a4);
|
|
|
|
|
|
|
|
marker_5265d30e1a5dd4aa36edc44d581b1d0c.bindPopup(popup_6ec78bdae599042b5b1bf69a5c0d5a60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5265d30e1a5dd4aa36edc44d581b1d0c.setIcon(icon_e507bd28c638166136b58c3c6797ef2a);
|
|
|
|
|
|
var marker_e80f0ba948699502065caef1a3746c53 = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_86dedbec556f27a6ad8712d229c90c18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41e6dec0f3dc93affa1235ce941b8d29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36ed6c23c42dd5b5acdcc507a7ce007a = $(`<div id="html_36ed6c23c42dd5b5acdcc507a7ce007a" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com:443</div>`)[0];
|
|
popup_41e6dec0f3dc93affa1235ce941b8d29.setContent(html_36ed6c23c42dd5b5acdcc507a7ce007a);
|
|
|
|
|
|
|
|
marker_e80f0ba948699502065caef1a3746c53.bindPopup(popup_41e6dec0f3dc93affa1235ce941b8d29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e80f0ba948699502065caef1a3746c53.setIcon(icon_86dedbec556f27a6ad8712d229c90c18);
|
|
|
|
|
|
var marker_f91671508ae32e4cae770dd901d8280d = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_df2b6401df58bccf5a082aa57499f6b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5667287995eb96552a4347d0d7b2ec79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0de09ac910360363ae03e7693c96978b = $(`<div id="html_0de09ac910360363ae03e7693c96978b" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_5667287995eb96552a4347d0d7b2ec79.setContent(html_0de09ac910360363ae03e7693c96978b);
|
|
|
|
|
|
|
|
marker_f91671508ae32e4cae770dd901d8280d.bindPopup(popup_5667287995eb96552a4347d0d7b2ec79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f91671508ae32e4cae770dd901d8280d.setIcon(icon_df2b6401df58bccf5a082aa57499f6b0);
|
|
|
|
|
|
var marker_9879fad12d15b08e2a4ce49406b2c78d = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f53bbd6c8ff232557f0e29fc2c477a64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f52a88f6b33b434dd57b915c3ba7300a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5db1f4b7650058b389aa37ebd2af7661 = $(`<div id="html_5db1f4b7650058b389aa37ebd2af7661" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_f52a88f6b33b434dd57b915c3ba7300a.setContent(html_5db1f4b7650058b389aa37ebd2af7661);
|
|
|
|
|
|
|
|
marker_9879fad12d15b08e2a4ce49406b2c78d.bindPopup(popup_f52a88f6b33b434dd57b915c3ba7300a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9879fad12d15b08e2a4ce49406b2c78d.setIcon(icon_f53bbd6c8ff232557f0e29fc2c477a64);
|
|
|
|
|
|
var marker_c74540e0e735d7422426728a8e9c1a58 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_772aeffef3bc3ef105dc59ec8dee10f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30dd928375245677537a643b6bf8abdf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e4345c6e004ec0f04b1d233c45815da = $(`<div id="html_8e4345c6e004ec0f04b1d233c45815da" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_30dd928375245677537a643b6bf8abdf.setContent(html_8e4345c6e004ec0f04b1d233c45815da);
|
|
|
|
|
|
|
|
marker_c74540e0e735d7422426728a8e9c1a58.bindPopup(popup_30dd928375245677537a643b6bf8abdf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c74540e0e735d7422426728a8e9c1a58.setIcon(icon_772aeffef3bc3ef105dc59ec8dee10f6);
|
|
|
|
|
|
var marker_ff4609d2e703ff049d3b2417addd26b5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_9914a1d27120553cd5d485f4f58fd737 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70252b422147d17263f60724e45056de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b8749f964ee8851a897823f6b42283e = $(`<div id="html_2b8749f964ee8851a897823f6b42283e" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_70252b422147d17263f60724e45056de.setContent(html_2b8749f964ee8851a897823f6b42283e);
|
|
|
|
|
|
|
|
marker_ff4609d2e703ff049d3b2417addd26b5.bindPopup(popup_70252b422147d17263f60724e45056de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff4609d2e703ff049d3b2417addd26b5.setIcon(icon_9914a1d27120553cd5d485f4f58fd737);
|
|
|
|
|
|
var marker_0b9c5d08b8a91588bc44d729d1ffc499 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_0221fc9991d662809d480cd7a9a246b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f017703986cdb61ef7ac414fdf5e9e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a294c73d14d3701569f0e1a09f96dc51 = $(`<div id="html_a294c73d14d3701569f0e1a09f96dc51" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_7f017703986cdb61ef7ac414fdf5e9e7.setContent(html_a294c73d14d3701569f0e1a09f96dc51);
|
|
|
|
|
|
|
|
marker_0b9c5d08b8a91588bc44d729d1ffc499.bindPopup(popup_7f017703986cdb61ef7ac414fdf5e9e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b9c5d08b8a91588bc44d729d1ffc499.setIcon(icon_0221fc9991d662809d480cd7a9a246b3);
|
|
|
|
|
|
var marker_18c5bf39004177b7752ab7f01f2e96d3 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_9983d20f39f5dde199e42c1c30ca4f53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d84d6934f2abbf095e7096a0d6245da7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3645c14d56f145e69e3e6ea38c3b1691 = $(`<div id="html_3645c14d56f145e69e3e6ea38c3b1691" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_d84d6934f2abbf095e7096a0d6245da7.setContent(html_3645c14d56f145e69e3e6ea38c3b1691);
|
|
|
|
|
|
|
|
marker_18c5bf39004177b7752ab7f01f2e96d3.bindPopup(popup_d84d6934f2abbf095e7096a0d6245da7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18c5bf39004177b7752ab7f01f2e96d3.setIcon(icon_9983d20f39f5dde199e42c1c30ca4f53);
|
|
|
|
|
|
var marker_8ddfe4a153f5bddb8e0a626f819239a9 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_4915b92855ce807051f07b01a49be387 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_931b141b9bbe7b4d6624e160e04eff40 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6ccdf3afad0eb793b6278ccbe499308 = $(`<div id="html_a6ccdf3afad0eb793b6278ccbe499308" style="width: 100.0%; height: 100.0%;">eu.nostr.pikachat.org:443</div>`)[0];
|
|
popup_931b141b9bbe7b4d6624e160e04eff40.setContent(html_a6ccdf3afad0eb793b6278ccbe499308);
|
|
|
|
|
|
|
|
marker_8ddfe4a153f5bddb8e0a626f819239a9.bindPopup(popup_931b141b9bbe7b4d6624e160e04eff40)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ddfe4a153f5bddb8e0a626f819239a9.setIcon(icon_4915b92855ce807051f07b01a49be387);
|
|
|
|
|
|
var marker_e171a6a1dc651155c6bdad34b5952fa2 = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_3abe2562b88e4404ec356cb78342deaf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9af70a2ae6e1167a575c2e8abd9b4a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3b3e6cf961887e0e6d160fea5108147 = $(`<div id="html_e3b3e6cf961887e0e6d160fea5108147" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_c9af70a2ae6e1167a575c2e8abd9b4a4.setContent(html_e3b3e6cf961887e0e6d160fea5108147);
|
|
|
|
|
|
|
|
marker_e171a6a1dc651155c6bdad34b5952fa2.bindPopup(popup_c9af70a2ae6e1167a575c2e8abd9b4a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e171a6a1dc651155c6bdad34b5952fa2.setIcon(icon_3abe2562b88e4404ec356cb78342deaf);
|
|
|
|
|
|
var marker_e35dbf54e6f7bf159de4023d99496233 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_0f0de0cfdd9e1e1cbc89a192fc7ab9c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e0fc27c7f4b294fd189ca017a1d2a3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c97cd1736ac4799cab17d56283b94bd = $(`<div id="html_2c97cd1736ac4799cab17d56283b94bd" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_0e0fc27c7f4b294fd189ca017a1d2a3d.setContent(html_2c97cd1736ac4799cab17d56283b94bd);
|
|
|
|
|
|
|
|
marker_e35dbf54e6f7bf159de4023d99496233.bindPopup(popup_0e0fc27c7f4b294fd189ca017a1d2a3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e35dbf54e6f7bf159de4023d99496233.setIcon(icon_0f0de0cfdd9e1e1cbc89a192fc7ab9c8);
|
|
|
|
|
|
var marker_384666771ae9eec133526bf6b11faecb = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_6c7f4760e2eddebc7dfbec8fd4d88a0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d26258bb09095a2424bfecde43103f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6d6e7dd4fbbacfb1a12824021d1184e = $(`<div id="html_f6d6e7dd4fbbacfb1a12824021d1184e" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_3d26258bb09095a2424bfecde43103f9.setContent(html_f6d6e7dd4fbbacfb1a12824021d1184e);
|
|
|
|
|
|
|
|
marker_384666771ae9eec133526bf6b11faecb.bindPopup(popup_3d26258bb09095a2424bfecde43103f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_384666771ae9eec133526bf6b11faecb.setIcon(icon_6c7f4760e2eddebc7dfbec8fd4d88a0a);
|
|
|
|
|
|
var marker_820028d1ce37b781991cc105241030c2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_7dbc2a039b8c6faaefc5957b45958464 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1444ff7eaf51a92b91de8593cd1046f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c4cb4fd0295a879987b9e122dad0bc5 = $(`<div id="html_7c4cb4fd0295a879987b9e122dad0bc5" style="width: 100.0%; height: 100.0%;">relay.jbnco.co</div>`)[0];
|
|
popup_1444ff7eaf51a92b91de8593cd1046f0.setContent(html_7c4cb4fd0295a879987b9e122dad0bc5);
|
|
|
|
|
|
|
|
marker_820028d1ce37b781991cc105241030c2.bindPopup(popup_1444ff7eaf51a92b91de8593cd1046f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_820028d1ce37b781991cc105241030c2.setIcon(icon_7dbc2a039b8c6faaefc5957b45958464);
|
|
|
|
|
|
var marker_80c23d640163c3f36dd447a4d3c137a4 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_98d249c5d794443717ec97a1c9c8a855 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee386d42261eea950f8bb54b09fd9100 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_085fbcc8efb93256b2a2285e92906bee = $(`<div id="html_085fbcc8efb93256b2a2285e92906bee" style="width: 100.0%; height: 100.0%;">relay.lanavault.space:443</div>`)[0];
|
|
popup_ee386d42261eea950f8bb54b09fd9100.setContent(html_085fbcc8efb93256b2a2285e92906bee);
|
|
|
|
|
|
|
|
marker_80c23d640163c3f36dd447a4d3c137a4.bindPopup(popup_ee386d42261eea950f8bb54b09fd9100)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80c23d640163c3f36dd447a4d3c137a4.setIcon(icon_98d249c5d794443717ec97a1c9c8a855);
|
|
|
|
|
|
var marker_416af646017574a35a674c67be97c9b7 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_fb0c1ec0c2197f6b4185697364707aa7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_672131919082fd1693b67adf3691044c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64d788742866f573384435359f319973 = $(`<div id="html_64d788742866f573384435359f319973" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_672131919082fd1693b67adf3691044c.setContent(html_64d788742866f573384435359f319973);
|
|
|
|
|
|
|
|
marker_416af646017574a35a674c67be97c9b7.bindPopup(popup_672131919082fd1693b67adf3691044c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_416af646017574a35a674c67be97c9b7.setIcon(icon_fb0c1ec0c2197f6b4185697364707aa7);
|
|
|
|
|
|
var marker_25cb8709747364b5f376275e8da96338 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_2c4d03647942d01432a99f3f8f3b4cb9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d61a3b59b03b140bb1bf3df5396890f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83c16bcc869255e1c15c66a80d3287e1 = $(`<div id="html_83c16bcc869255e1c15c66a80d3287e1" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_5d61a3b59b03b140bb1bf3df5396890f.setContent(html_83c16bcc869255e1c15c66a80d3287e1);
|
|
|
|
|
|
|
|
marker_25cb8709747364b5f376275e8da96338.bindPopup(popup_5d61a3b59b03b140bb1bf3df5396890f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25cb8709747364b5f376275e8da96338.setIcon(icon_2c4d03647942d01432a99f3f8f3b4cb9);
|
|
|
|
|
|
var marker_4a624ebd431c44ca98b1d47da28e8b21 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_5ca530a092e12fc342d205eca228ec99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_728550f48797958d7db6074bbeca9dd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b818cdccbe7427037d121f1404dc22f1 = $(`<div id="html_b818cdccbe7427037d121f1404dc22f1" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_728550f48797958d7db6074bbeca9dd8.setContent(html_b818cdccbe7427037d121f1404dc22f1);
|
|
|
|
|
|
|
|
marker_4a624ebd431c44ca98b1d47da28e8b21.bindPopup(popup_728550f48797958d7db6074bbeca9dd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a624ebd431c44ca98b1d47da28e8b21.setIcon(icon_5ca530a092e12fc342d205eca228ec99);
|
|
|
|
|
|
var marker_8d1b06bcbc28b2cb5b1af229e1283517 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_36f43f4f399c0cb9d6676adac93491cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a44581f35ee4cf5b861d3d91787c8ee3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd8136f8a6fce6c4de03376284e4efe2 = $(`<div id="html_dd8136f8a6fce6c4de03376284e4efe2" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org:443</div>`)[0];
|
|
popup_a44581f35ee4cf5b861d3d91787c8ee3.setContent(html_dd8136f8a6fce6c4de03376284e4efe2);
|
|
|
|
|
|
|
|
marker_8d1b06bcbc28b2cb5b1af229e1283517.bindPopup(popup_a44581f35ee4cf5b861d3d91787c8ee3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d1b06bcbc28b2cb5b1af229e1283517.setIcon(icon_36f43f4f399c0cb9d6676adac93491cb);
|
|
|
|
|
|
var marker_8fed0e5042590c984661bda258cc6f0e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_810e2f004075931223dd91098d2968b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32626fccb8d688e1100a8d206fbab4eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60554c0cdeb1aef6031e684cefa9e9e0 = $(`<div id="html_60554c0cdeb1aef6031e684cefa9e9e0" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_32626fccb8d688e1100a8d206fbab4eb.setContent(html_60554c0cdeb1aef6031e684cefa9e9e0);
|
|
|
|
|
|
|
|
marker_8fed0e5042590c984661bda258cc6f0e.bindPopup(popup_32626fccb8d688e1100a8d206fbab4eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fed0e5042590c984661bda258cc6f0e.setIcon(icon_810e2f004075931223dd91098d2968b2);
|
|
|
|
|
|
var marker_eb2a7e2af2069f0e2aaa093d4779c4c9 = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_2f617463497111cb41d120ae45b7d9d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7335ccc6ae780daf569b492e8d2b8c9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e68e7ccf1a0bde8d7e9de65f374dfe6c = $(`<div id="html_e68e7ccf1a0bde8d7e9de65f374dfe6c" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_7335ccc6ae780daf569b492e8d2b8c9e.setContent(html_e68e7ccf1a0bde8d7e9de65f374dfe6c);
|
|
|
|
|
|
|
|
marker_eb2a7e2af2069f0e2aaa093d4779c4c9.bindPopup(popup_7335ccc6ae780daf569b492e8d2b8c9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb2a7e2af2069f0e2aaa093d4779c4c9.setIcon(icon_2f617463497111cb41d120ae45b7d9d4);
|
|
|
|
|
|
var marker_54276b6331316c47d7c1bf383f4f6abb = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_b331dc8e8883d4fc3e6a7c75cd408317 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c3b5e7c68ce3de6dadbb41932721069 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c01913a974f860b83ceec42a24f89ef5 = $(`<div id="html_c01913a974f860b83ceec42a24f89ef5" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_7c3b5e7c68ce3de6dadbb41932721069.setContent(html_c01913a974f860b83ceec42a24f89ef5);
|
|
|
|
|
|
|
|
marker_54276b6331316c47d7c1bf383f4f6abb.bindPopup(popup_7c3b5e7c68ce3de6dadbb41932721069)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54276b6331316c47d7c1bf383f4f6abb.setIcon(icon_b331dc8e8883d4fc3e6a7c75cd408317);
|
|
|
|
|
|
var marker_ab2615b869bc1f13fb73e0fb47759223 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_5706bfc6fb1791acd3e2d39cd0f8cedc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbd5fca769f715cf362c73fc43c0f2f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_938ae8931a00a76b54fb6f5d68509d74 = $(`<div id="html_938ae8931a00a76b54fb6f5d68509d74" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net:443</div>`)[0];
|
|
popup_cbd5fca769f715cf362c73fc43c0f2f2.setContent(html_938ae8931a00a76b54fb6f5d68509d74);
|
|
|
|
|
|
|
|
marker_ab2615b869bc1f13fb73e0fb47759223.bindPopup(popup_cbd5fca769f715cf362c73fc43c0f2f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab2615b869bc1f13fb73e0fb47759223.setIcon(icon_5706bfc6fb1791acd3e2d39cd0f8cedc);
|
|
|
|
|
|
var marker_e91b1f5b05bdec62162a89d17ea7a1a9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_68e0aa140e0ce1ecf5c6668955141ce9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8839df2aa2d629bccf7dc040d9deb6bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40d4f5136d4b93b1776e0b099bb0e168 = $(`<div id="html_40d4f5136d4b93b1776e0b099bb0e168" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_8839df2aa2d629bccf7dc040d9deb6bd.setContent(html_40d4f5136d4b93b1776e0b099bb0e168);
|
|
|
|
|
|
|
|
marker_e91b1f5b05bdec62162a89d17ea7a1a9.bindPopup(popup_8839df2aa2d629bccf7dc040d9deb6bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e91b1f5b05bdec62162a89d17ea7a1a9.setIcon(icon_68e0aa140e0ce1ecf5c6668955141ce9);
|
|
|
|
|
|
var marker_83b9643b880897d34b075eb4eee371ca = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_4094e819f8bddffb8300e5b311c04ab9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4cf7c4a0dca5808528f11c2fe390b0ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0451329d11ee30bd444623885a0ff734 = $(`<div id="html_0451329d11ee30bd444623885a0ff734" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_4cf7c4a0dca5808528f11c2fe390b0ce.setContent(html_0451329d11ee30bd444623885a0ff734);
|
|
|
|
|
|
|
|
marker_83b9643b880897d34b075eb4eee371ca.bindPopup(popup_4cf7c4a0dca5808528f11c2fe390b0ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83b9643b880897d34b075eb4eee371ca.setIcon(icon_4094e819f8bddffb8300e5b311c04ab9);
|
|
|
|
|
|
var marker_7764ed2717907499ebaaa87bc9e721f2 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f7b149dfb78e8befc9003da610ee7800 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84a6e1f72bbae16736620c165a2ae53f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_760d06d059c30e90f35cdaa0d5ac42c2 = $(`<div id="html_760d06d059c30e90f35cdaa0d5ac42c2" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_84a6e1f72bbae16736620c165a2ae53f.setContent(html_760d06d059c30e90f35cdaa0d5ac42c2);
|
|
|
|
|
|
|
|
marker_7764ed2717907499ebaaa87bc9e721f2.bindPopup(popup_84a6e1f72bbae16736620c165a2ae53f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7764ed2717907499ebaaa87bc9e721f2.setIcon(icon_f7b149dfb78e8befc9003da610ee7800);
|
|
|
|
|
|
var marker_87aa03b664173ff1f97836bd922e4a3e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_7e78c65f6382cbb80ef1c184d5bc0a66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3baecebef77173719ca178cb241c0340 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c9188fef1a1bac4e42396fabee0f523 = $(`<div id="html_9c9188fef1a1bac4e42396fabee0f523" style="width: 100.0%; height: 100.0%;">top.testrelay.top:443</div>`)[0];
|
|
popup_3baecebef77173719ca178cb241c0340.setContent(html_9c9188fef1a1bac4e42396fabee0f523);
|
|
|
|
|
|
|
|
marker_87aa03b664173ff1f97836bd922e4a3e.bindPopup(popup_3baecebef77173719ca178cb241c0340)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87aa03b664173ff1f97836bd922e4a3e.setIcon(icon_7e78c65f6382cbb80ef1c184d5bc0a66);
|
|
|
|
|
|
var marker_c8cf8c5d0b5bf66c7cc6a0d20da9a0aa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_182ecc593bb5958e4b18ef6512394a3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9defc9281706435a911235a69a13055c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96592d6f9e163a2b51b9a62414691b93 = $(`<div id="html_96592d6f9e163a2b51b9a62414691b93" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_9defc9281706435a911235a69a13055c.setContent(html_96592d6f9e163a2b51b9a62414691b93);
|
|
|
|
|
|
|
|
marker_c8cf8c5d0b5bf66c7cc6a0d20da9a0aa.bindPopup(popup_9defc9281706435a911235a69a13055c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8cf8c5d0b5bf66c7cc6a0d20da9a0aa.setIcon(icon_182ecc593bb5958e4b18ef6512394a3c);
|
|
|
|
|
|
var marker_a93afb709507720d61b25347dd68a40f = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_0663e3e1c13657440d8a443000ff9774 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37a11386919e3a436d436dc8ffdc5dba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd7687f1cfad6e7df8b2cfbc0527e596 = $(`<div id="html_dd7687f1cfad6e7df8b2cfbc0527e596" style="width: 100.0%; height: 100.0%;">freelay.sovbit.dev:443</div>`)[0];
|
|
popup_37a11386919e3a436d436dc8ffdc5dba.setContent(html_dd7687f1cfad6e7df8b2cfbc0527e596);
|
|
|
|
|
|
|
|
marker_a93afb709507720d61b25347dd68a40f.bindPopup(popup_37a11386919e3a436d436dc8ffdc5dba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a93afb709507720d61b25347dd68a40f.setIcon(icon_0663e3e1c13657440d8a443000ff9774);
|
|
|
|
|
|
var marker_5b283199ac9eae32c9118c4e932e2289 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_a29fef8f862207b4ab6de4d309d59a99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b80cf79de9e7b4c5f4100266ed8cc11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b8c8bd48da2f684cbb15d317b02098a = $(`<div id="html_7b8c8bd48da2f684cbb15d317b02098a" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_0b80cf79de9e7b4c5f4100266ed8cc11.setContent(html_7b8c8bd48da2f684cbb15d317b02098a);
|
|
|
|
|
|
|
|
marker_5b283199ac9eae32c9118c4e932e2289.bindPopup(popup_0b80cf79de9e7b4c5f4100266ed8cc11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b283199ac9eae32c9118c4e932e2289.setIcon(icon_a29fef8f862207b4ab6de4d309d59a99);
|
|
|
|
|
|
var marker_1e81140cc36493247e669172bd040ac6 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_59611fa0ef14d055e5b3c5ea63c97368 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b762e1460878fa506b24bb36806b7a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72e061affcdd117191361e19c8a2de0b = $(`<div id="html_72e061affcdd117191361e19c8a2de0b" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_8b762e1460878fa506b24bb36806b7a9.setContent(html_72e061affcdd117191361e19c8a2de0b);
|
|
|
|
|
|
|
|
marker_1e81140cc36493247e669172bd040ac6.bindPopup(popup_8b762e1460878fa506b24bb36806b7a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e81140cc36493247e669172bd040ac6.setIcon(icon_59611fa0ef14d055e5b3c5ea63c97368);
|
|
|
|
|
|
var marker_79b434342de3fa0344bd20c877302e70 = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_d451e96c2b6ec1d616e294c876ee0bb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13b673fe37c21c1c4510e9b2fdf88571 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15e816a096dd320838e8ea0e458e89db = $(`<div id="html_15e816a096dd320838e8ea0e458e89db" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_13b673fe37c21c1c4510e9b2fdf88571.setContent(html_15e816a096dd320838e8ea0e458e89db);
|
|
|
|
|
|
|
|
marker_79b434342de3fa0344bd20c877302e70.bindPopup(popup_13b673fe37c21c1c4510e9b2fdf88571)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79b434342de3fa0344bd20c877302e70.setIcon(icon_d451e96c2b6ec1d616e294c876ee0bb4);
|
|
|
|
|
|
var marker_26ef1c46d56c085191029d536b3bc211 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_49ac415ae6206e23fd26f4e5dedbafad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fb34a7e456aa728f3f7648828679204 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13385e0ed4fd2c99788b2fdfdc473876 = $(`<div id="html_13385e0ed4fd2c99788b2fdfdc473876" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com:443</div>`)[0];
|
|
popup_1fb34a7e456aa728f3f7648828679204.setContent(html_13385e0ed4fd2c99788b2fdfdc473876);
|
|
|
|
|
|
|
|
marker_26ef1c46d56c085191029d536b3bc211.bindPopup(popup_1fb34a7e456aa728f3f7648828679204)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26ef1c46d56c085191029d536b3bc211.setIcon(icon_49ac415ae6206e23fd26f4e5dedbafad);
|
|
|
|
|
|
var marker_7478cc0948cc16ae2464aeec777f1d88 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_617f2aa0ab0362d6f4b84d51b42eb590 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_079f9ef7d8866670680095f4ab2d806a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10eed3e7d993b3ba5882b356ebc29cd6 = $(`<div id="html_10eed3e7d993b3ba5882b356ebc29cd6" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io:443</div>`)[0];
|
|
popup_079f9ef7d8866670680095f4ab2d806a.setContent(html_10eed3e7d993b3ba5882b356ebc29cd6);
|
|
|
|
|
|
|
|
marker_7478cc0948cc16ae2464aeec777f1d88.bindPopup(popup_079f9ef7d8866670680095f4ab2d806a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7478cc0948cc16ae2464aeec777f1d88.setIcon(icon_617f2aa0ab0362d6f4b84d51b42eb590);
|
|
|
|
|
|
var marker_a1601836d5e9fb7c560021cd1cddeeef = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_e5a6a95a9c4ccc11e29a75688b53f12a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83f34f4498d7fd308101e3d8071d9c12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf4c68f39e2b47281f9635a52267cd63 = $(`<div id="html_cf4c68f39e2b47281f9635a52267cd63" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_83f34f4498d7fd308101e3d8071d9c12.setContent(html_cf4c68f39e2b47281f9635a52267cd63);
|
|
|
|
|
|
|
|
marker_a1601836d5e9fb7c560021cd1cddeeef.bindPopup(popup_83f34f4498d7fd308101e3d8071d9c12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1601836d5e9fb7c560021cd1cddeeef.setIcon(icon_e5a6a95a9c4ccc11e29a75688b53f12a);
|
|
|
|
|
|
var marker_79bd4ea12353fefa9c3e0fefa472dbea = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_63f6822ada0443957e57333961e051b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05413047fb2e68f51123c1455efb655e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae0a41d78e7ee401c68f3d9d89f2c2a8 = $(`<div id="html_ae0a41d78e7ee401c68f3d9d89f2c2a8" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_05413047fb2e68f51123c1455efb655e.setContent(html_ae0a41d78e7ee401c68f3d9d89f2c2a8);
|
|
|
|
|
|
|
|
marker_79bd4ea12353fefa9c3e0fefa472dbea.bindPopup(popup_05413047fb2e68f51123c1455efb655e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79bd4ea12353fefa9c3e0fefa472dbea.setIcon(icon_63f6822ada0443957e57333961e051b4);
|
|
|
|
|
|
var marker_c424289c9dbaaa307d2b18b1ce25efd8 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_0d71c58d648771d2847f9d52d65c39cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60bc2704ed2716216aebd0befdd85946 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b67c2bd97c4e1c6b97de46a53565c8f8 = $(`<div id="html_b67c2bd97c4e1c6b97de46a53565c8f8" style="width: 100.0%; height: 100.0%;">relay.sovbit.dev:443</div>`)[0];
|
|
popup_60bc2704ed2716216aebd0befdd85946.setContent(html_b67c2bd97c4e1c6b97de46a53565c8f8);
|
|
|
|
|
|
|
|
marker_c424289c9dbaaa307d2b18b1ce25efd8.bindPopup(popup_60bc2704ed2716216aebd0befdd85946)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c424289c9dbaaa307d2b18b1ce25efd8.setIcon(icon_0d71c58d648771d2847f9d52d65c39cb);
|
|
|
|
|
|
var marker_1dd141d32a8356062c36c72e55a1d9c2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_db4dbd20e229e5d1b466f1b5ac85f69f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d88164debd3268d15c63e98ae0f64c0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d651f8d69650d376fe46416cd14fd00 = $(`<div id="html_1d651f8d69650d376fe46416cd14fd00" style="width: 100.0%; height: 100.0%;">freelay.sovbit.dev</div>`)[0];
|
|
popup_d88164debd3268d15c63e98ae0f64c0c.setContent(html_1d651f8d69650d376fe46416cd14fd00);
|
|
|
|
|
|
|
|
marker_1dd141d32a8356062c36c72e55a1d9c2.bindPopup(popup_d88164debd3268d15c63e98ae0f64c0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1dd141d32a8356062c36c72e55a1d9c2.setIcon(icon_db4dbd20e229e5d1b466f1b5ac85f69f);
|
|
|
|
|
|
var marker_fa123842f3e537f60903a187d0fb8aaf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_37b7c0fc5007737a5534eb4eb0878641 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a6c95f99fc51008e58004d423cd5369 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8545ddaab476c9adc0d4a6d3f1ab1492 = $(`<div id="html_8545ddaab476c9adc0d4a6d3f1ab1492" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win:443</div>`)[0];
|
|
popup_1a6c95f99fc51008e58004d423cd5369.setContent(html_8545ddaab476c9adc0d4a6d3f1ab1492);
|
|
|
|
|
|
|
|
marker_fa123842f3e537f60903a187d0fb8aaf.bindPopup(popup_1a6c95f99fc51008e58004d423cd5369)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa123842f3e537f60903a187d0fb8aaf.setIcon(icon_37b7c0fc5007737a5534eb4eb0878641);
|
|
|
|
|
|
var marker_ce9b90b608bc79322597ca0d801ab544 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_217ad799781180af46979f42f02a6b26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_642aa72356881b5ca1a6b644eb5e8ab1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_340ed9688b03c31c096a5458930e36ad = $(`<div id="html_340ed9688b03c31c096a5458930e36ad" style="width: 100.0%; height: 100.0%;">relay.artx.market:443</div>`)[0];
|
|
popup_642aa72356881b5ca1a6b644eb5e8ab1.setContent(html_340ed9688b03c31c096a5458930e36ad);
|
|
|
|
|
|
|
|
marker_ce9b90b608bc79322597ca0d801ab544.bindPopup(popup_642aa72356881b5ca1a6b644eb5e8ab1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce9b90b608bc79322597ca0d801ab544.setIcon(icon_217ad799781180af46979f42f02a6b26);
|
|
|
|
|
|
var marker_f6b5bbb0a8a42fc086eaa37c77ca5b85 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f528e39ec8cd6caa88db2d23538c5221 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a20567e1aafb2c2e5b91ab65ba566971 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_982371a410468d7cacf51e1bf12877cd = $(`<div id="html_982371a410468d7cacf51e1bf12877cd" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_a20567e1aafb2c2e5b91ab65ba566971.setContent(html_982371a410468d7cacf51e1bf12877cd);
|
|
|
|
|
|
|
|
marker_f6b5bbb0a8a42fc086eaa37c77ca5b85.bindPopup(popup_a20567e1aafb2c2e5b91ab65ba566971)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6b5bbb0a8a42fc086eaa37c77ca5b85.setIcon(icon_f528e39ec8cd6caa88db2d23538c5221);
|
|
|
|
|
|
var marker_0366f3f9954d1e3dd4788d837bf8e822 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_8b154f845d452475d582ee08ff00d8f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84b4db4e65a1790d55104004e245dd68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efd87d2a34a9852e03e2395bc83d9610 = $(`<div id="html_efd87d2a34a9852e03e2395bc83d9610" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_84b4db4e65a1790d55104004e245dd68.setContent(html_efd87d2a34a9852e03e2395bc83d9610);
|
|
|
|
|
|
|
|
marker_0366f3f9954d1e3dd4788d837bf8e822.bindPopup(popup_84b4db4e65a1790d55104004e245dd68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0366f3f9954d1e3dd4788d837bf8e822.setIcon(icon_8b154f845d452475d582ee08ff00d8f7);
|
|
|
|
|
|
var marker_79546241f23c2bc7b673d22bb1312910 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_5b73d28c0a71668921079e5503b174b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c9c8500eb02be157c987a90d59840e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_597adf322ad518bb4d1d40e719c97b65 = $(`<div id="html_597adf322ad518bb4d1d40e719c97b65" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_1c9c8500eb02be157c987a90d59840e6.setContent(html_597adf322ad518bb4d1d40e719c97b65);
|
|
|
|
|
|
|
|
marker_79546241f23c2bc7b673d22bb1312910.bindPopup(popup_1c9c8500eb02be157c987a90d59840e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79546241f23c2bc7b673d22bb1312910.setIcon(icon_5b73d28c0a71668921079e5503b174b1);
|
|
|
|
|
|
var marker_bdd63d76ada3ac6eafc191147bd39f56 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f6f22842fd579cba1cb5914b17cabb13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15059b2cbfbcf0a45dd381a61f45e90f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fed6d00f84b948b4731a597c77e319d = $(`<div id="html_6fed6d00f84b948b4731a597c77e319d" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud:443</div>`)[0];
|
|
popup_15059b2cbfbcf0a45dd381a61f45e90f.setContent(html_6fed6d00f84b948b4731a597c77e319d);
|
|
|
|
|
|
|
|
marker_bdd63d76ada3ac6eafc191147bd39f56.bindPopup(popup_15059b2cbfbcf0a45dd381a61f45e90f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bdd63d76ada3ac6eafc191147bd39f56.setIcon(icon_f6f22842fd579cba1cb5914b17cabb13);
|
|
|
|
|
|
var marker_1ccbd71542bc76002bc85724e32e7a7f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_2f25928ad90dcde9f4dcd9c273d091ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_825d205134c9e0812361e878e1b55bcb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1569c817187f97bc86a47f4f9e336f07 = $(`<div id="html_1569c817187f97bc86a47f4f9e336f07" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_825d205134c9e0812361e878e1b55bcb.setContent(html_1569c817187f97bc86a47f4f9e336f07);
|
|
|
|
|
|
|
|
marker_1ccbd71542bc76002bc85724e32e7a7f.bindPopup(popup_825d205134c9e0812361e878e1b55bcb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ccbd71542bc76002bc85724e32e7a7f.setIcon(icon_2f25928ad90dcde9f4dcd9c273d091ce);
|
|
|
|
|
|
var marker_a13bfdff05369637ae76bf023b3eda82 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_e2e27cfc23da288b7fbcd53c65265edc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96d76b218885580517495f238eacef8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ee95489962b3d6d7f99b9985e5953c5 = $(`<div id="html_2ee95489962b3d6d7f99b9985e5953c5" style="width: 100.0%; height: 100.0%;">nostr.debate.report</div>`)[0];
|
|
popup_96d76b218885580517495f238eacef8c.setContent(html_2ee95489962b3d6d7f99b9985e5953c5);
|
|
|
|
|
|
|
|
marker_a13bfdff05369637ae76bf023b3eda82.bindPopup(popup_96d76b218885580517495f238eacef8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a13bfdff05369637ae76bf023b3eda82.setIcon(icon_e2e27cfc23da288b7fbcd53c65265edc);
|
|
|
|
|
|
var marker_616d542fe3ba63ca101803dfeafbb31b = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f01fc22ff9c1ab35fada79161926240a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ca24d8b3543d324166d0b09948c46e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c673336d9efe3a9c082945b4f01f4571 = $(`<div id="html_c673336d9efe3a9c082945b4f01f4571" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx:443</div>`)[0];
|
|
popup_6ca24d8b3543d324166d0b09948c46e7.setContent(html_c673336d9efe3a9c082945b4f01f4571);
|
|
|
|
|
|
|
|
marker_616d542fe3ba63ca101803dfeafbb31b.bindPopup(popup_6ca24d8b3543d324166d0b09948c46e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_616d542fe3ba63ca101803dfeafbb31b.setIcon(icon_f01fc22ff9c1ab35fada79161926240a);
|
|
|
|
|
|
var marker_3526a620dd6913a7d34f4c86ab85fe30 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_3955b1a28ecd7e42eb81c1fb1894d096 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a724846f049cc9534fbe8fe0529ddc5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d44258ba28c97e101632427e5235346 = $(`<div id="html_5d44258ba28c97e101632427e5235346" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz:443</div>`)[0];
|
|
popup_2a724846f049cc9534fbe8fe0529ddc5.setContent(html_5d44258ba28c97e101632427e5235346);
|
|
|
|
|
|
|
|
marker_3526a620dd6913a7d34f4c86ab85fe30.bindPopup(popup_2a724846f049cc9534fbe8fe0529ddc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3526a620dd6913a7d34f4c86ab85fe30.setIcon(icon_3955b1a28ecd7e42eb81c1fb1894d096);
|
|
|
|
|
|
var marker_8a000ab85eba0161874476127abd53db = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_770acbcd55ddf957cd04a3316326fb52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ecf57a508ad6ce59e0fb9baf3358c3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c67d75eb32ebc50b6f39baec453a7f3 = $(`<div id="html_8c67d75eb32ebc50b6f39baec453a7f3" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_6ecf57a508ad6ce59e0fb9baf3358c3a.setContent(html_8c67d75eb32ebc50b6f39baec453a7f3);
|
|
|
|
|
|
|
|
marker_8a000ab85eba0161874476127abd53db.bindPopup(popup_6ecf57a508ad6ce59e0fb9baf3358c3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a000ab85eba0161874476127abd53db.setIcon(icon_770acbcd55ddf957cd04a3316326fb52);
|
|
|
|
|
|
var marker_c4396e7c18974982bbb58f58810c9bdf = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_d0fb24ad8e20e434519dc739992ab325 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77e0ca8280de47f4961bd042872bd2f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d22dfdddb421dd226354241e8562fbb = $(`<div id="html_3d22dfdddb421dd226354241e8562fbb" style="width: 100.0%; height: 100.0%;">relay.thecryptosquid.com</div>`)[0];
|
|
popup_77e0ca8280de47f4961bd042872bd2f3.setContent(html_3d22dfdddb421dd226354241e8562fbb);
|
|
|
|
|
|
|
|
marker_c4396e7c18974982bbb58f58810c9bdf.bindPopup(popup_77e0ca8280de47f4961bd042872bd2f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4396e7c18974982bbb58f58810c9bdf.setIcon(icon_d0fb24ad8e20e434519dc739992ab325);
|
|
|
|
|
|
var marker_0739ebcab3bb9ec7444a7fb8d2833d2b = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_51819b421e6c5075198bfd21b7be5019 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee06ba2ec17cb733769d07307dda2234 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_222fa3d046159bcf3f81a7124696914c = $(`<div id="html_222fa3d046159bcf3f81a7124696914c" style="width: 100.0%; height: 100.0%;">relay.layer.systems:443</div>`)[0];
|
|
popup_ee06ba2ec17cb733769d07307dda2234.setContent(html_222fa3d046159bcf3f81a7124696914c);
|
|
|
|
|
|
|
|
marker_0739ebcab3bb9ec7444a7fb8d2833d2b.bindPopup(popup_ee06ba2ec17cb733769d07307dda2234)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0739ebcab3bb9ec7444a7fb8d2833d2b.setIcon(icon_51819b421e6c5075198bfd21b7be5019);
|
|
|
|
|
|
var marker_f8aaab5bb7255ce4c76acdc9d754dd51 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_73f63b3ff1c88806e33774de4f40b951 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5b2b47d485cd4cc20af16c11b048fd4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57962844b5eb4d755c23d2e41db7e5e0 = $(`<div id="html_57962844b5eb4d755c23d2e41db7e5e0" style="width: 100.0%; height: 100.0%;">relay.sigit.io:443</div>`)[0];
|
|
popup_d5b2b47d485cd4cc20af16c11b048fd4.setContent(html_57962844b5eb4d755c23d2e41db7e5e0);
|
|
|
|
|
|
|
|
marker_f8aaab5bb7255ce4c76acdc9d754dd51.bindPopup(popup_d5b2b47d485cd4cc20af16c11b048fd4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8aaab5bb7255ce4c76acdc9d754dd51.setIcon(icon_73f63b3ff1c88806e33774de4f40b951);
|
|
|
|
|
|
var marker_ed492e90a9a6cd200cca5924f778aa79 = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_35a083f9d65d1e9e3adb67ddfbdc8904 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd663984892902c37eed6765b1ced28d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a698cfaef29d42bfec154db7c9ba9ab0 = $(`<div id="html_a698cfaef29d42bfec154db7c9ba9ab0" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_fd663984892902c37eed6765b1ced28d.setContent(html_a698cfaef29d42bfec154db7c9ba9ab0);
|
|
|
|
|
|
|
|
marker_ed492e90a9a6cd200cca5924f778aa79.bindPopup(popup_fd663984892902c37eed6765b1ced28d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed492e90a9a6cd200cca5924f778aa79.setIcon(icon_35a083f9d65d1e9e3adb67ddfbdc8904);
|
|
|
|
|
|
var marker_3bfd36fdf21b864f5e7b320e3ef640c7 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_89ce438401b8c65f03341d94fa2de927 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50f06a8b97cdad4c405d80711feaef7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b256395ea1e298166425419e99f965a = $(`<div id="html_0b256395ea1e298166425419e99f965a" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai:443</div>`)[0];
|
|
popup_50f06a8b97cdad4c405d80711feaef7f.setContent(html_0b256395ea1e298166425419e99f965a);
|
|
|
|
|
|
|
|
marker_3bfd36fdf21b864f5e7b320e3ef640c7.bindPopup(popup_50f06a8b97cdad4c405d80711feaef7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bfd36fdf21b864f5e7b320e3ef640c7.setIcon(icon_89ce438401b8c65f03341d94fa2de927);
|
|
|
|
|
|
var marker_f478219cd0c5616612244b4c1345e75e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_c528ffade0bbf528bd222acb54abd3e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89cbd5fdc7e13cdf3fd99ae47b812721 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_696d66fcf8bdf092482017c7a07b859d = $(`<div id="html_696d66fcf8bdf092482017c7a07b859d" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_89cbd5fdc7e13cdf3fd99ae47b812721.setContent(html_696d66fcf8bdf092482017c7a07b859d);
|
|
|
|
|
|
|
|
marker_f478219cd0c5616612244b4c1345e75e.bindPopup(popup_89cbd5fdc7e13cdf3fd99ae47b812721)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f478219cd0c5616612244b4c1345e75e.setIcon(icon_c528ffade0bbf528bd222acb54abd3e4);
|
|
|
|
|
|
var marker_253c8ccea26daa3b4233c23772af75cf = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_347acf5eae1122291e2bdb0d95273c20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52da7d742a32543cfdc7e31c70b99483 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22fcbd1e078ab74cf3cc39fb4cd7b579 = $(`<div id="html_22fcbd1e078ab74cf3cc39fb4cd7b579" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_52da7d742a32543cfdc7e31c70b99483.setContent(html_22fcbd1e078ab74cf3cc39fb4cd7b579);
|
|
|
|
|
|
|
|
marker_253c8ccea26daa3b4233c23772af75cf.bindPopup(popup_52da7d742a32543cfdc7e31c70b99483)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_253c8ccea26daa3b4233c23772af75cf.setIcon(icon_347acf5eae1122291e2bdb0d95273c20);
|
|
|
|
|
|
var marker_f31e17db791e9c73a074006e77e70a5e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_e377f48908f9e81c1a2d52f867259612 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1d28ecc5a609c5fbda616912324ea54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af37418d2da3203846eee0d2d8a3a142 = $(`<div id="html_af37418d2da3203846eee0d2d8a3a142" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_d1d28ecc5a609c5fbda616912324ea54.setContent(html_af37418d2da3203846eee0d2d8a3a142);
|
|
|
|
|
|
|
|
marker_f31e17db791e9c73a074006e77e70a5e.bindPopup(popup_d1d28ecc5a609c5fbda616912324ea54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f31e17db791e9c73a074006e77e70a5e.setIcon(icon_e377f48908f9e81c1a2d52f867259612);
|
|
|
|
|
|
var marker_92be41f7b8609e4d8c25cb21964cc43d = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_b72f715102a29e034aa8dfc6c20381df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05317b4d683bfbeb194ddded6ec9d283 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27fcba6e23c9413629794355e991f375 = $(`<div id="html_27fcba6e23c9413629794355e991f375" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev:443</div>`)[0];
|
|
popup_05317b4d683bfbeb194ddded6ec9d283.setContent(html_27fcba6e23c9413629794355e991f375);
|
|
|
|
|
|
|
|
marker_92be41f7b8609e4d8c25cb21964cc43d.bindPopup(popup_05317b4d683bfbeb194ddded6ec9d283)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92be41f7b8609e4d8c25cb21964cc43d.setIcon(icon_b72f715102a29e034aa8dfc6c20381df);
|
|
|
|
|
|
var marker_9c892fdc3712574d939d6498c797ea73 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_d6dcfc1f4037220e840f16d13ed6717d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_477ce760b01a95f33b4d84a62d69a1a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e515182f524393644c2d4b55b4e36dc2 = $(`<div id="html_e515182f524393644c2d4b55b4e36dc2" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_477ce760b01a95f33b4d84a62d69a1a1.setContent(html_e515182f524393644c2d4b55b4e36dc2);
|
|
|
|
|
|
|
|
marker_9c892fdc3712574d939d6498c797ea73.bindPopup(popup_477ce760b01a95f33b4d84a62d69a1a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c892fdc3712574d939d6498c797ea73.setIcon(icon_d6dcfc1f4037220e840f16d13ed6717d);
|
|
|
|
|
|
var marker_f9235de802941c3cbb754d19f76d7ea3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_9767728a302847221743ad838c4860a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00761e08fd0c928c5c9b914c021559c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7db8f1be8de6ba3ff9bbf74da642dd6 = $(`<div id="html_b7db8f1be8de6ba3ff9bbf74da642dd6" style="width: 100.0%; height: 100.0%;">relay.nostr.place:443</div>`)[0];
|
|
popup_00761e08fd0c928c5c9b914c021559c1.setContent(html_b7db8f1be8de6ba3ff9bbf74da642dd6);
|
|
|
|
|
|
|
|
marker_f9235de802941c3cbb754d19f76d7ea3.bindPopup(popup_00761e08fd0c928c5c9b914c021559c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9235de802941c3cbb754d19f76d7ea3.setIcon(icon_9767728a302847221743ad838c4860a6);
|
|
|
|
|
|
var marker_dabc234289e921b38fc7eb7c13f48304 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_d462005c8067566c7078648bec0d545b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37a51aa220819f93f219b849633d9e32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03f4f522d01563587a0c1b1f374c5fab = $(`<div id="html_03f4f522d01563587a0c1b1f374c5fab" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com:443</div>`)[0];
|
|
popup_37a51aa220819f93f219b849633d9e32.setContent(html_03f4f522d01563587a0c1b1f374c5fab);
|
|
|
|
|
|
|
|
marker_dabc234289e921b38fc7eb7c13f48304.bindPopup(popup_37a51aa220819f93f219b849633d9e32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dabc234289e921b38fc7eb7c13f48304.setIcon(icon_d462005c8067566c7078648bec0d545b);
|
|
|
|
|
|
var marker_a8c91e2f1e4a3d60fa52ba3a4269937a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_4c19777e33eaaafc18f940d81ef8353c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ad85f267070ad3bb60e0d736059e1b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c05aa6156e4f5973fd6d76e75ac85ab6 = $(`<div id="html_c05aa6156e4f5973fd6d76e75ac85ab6" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_4ad85f267070ad3bb60e0d736059e1b7.setContent(html_c05aa6156e4f5973fd6d76e75ac85ab6);
|
|
|
|
|
|
|
|
marker_a8c91e2f1e4a3d60fa52ba3a4269937a.bindPopup(popup_4ad85f267070ad3bb60e0d736059e1b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8c91e2f1e4a3d60fa52ba3a4269937a.setIcon(icon_4c19777e33eaaafc18f940d81ef8353c);
|
|
|
|
|
|
var marker_cee36608b47413657bb35f69987d5e57 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_5ab83ef565b157bb60a93527411e479b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d97ac0bc53fc816b7ecbc65fd038c28e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4aa8f3d9b7aa26ab3ca47e1ae6620f2 = $(`<div id="html_f4aa8f3d9b7aa26ab3ca47e1ae6620f2" style="width: 100.0%; height: 100.0%;">insta-relay.apps3.slidestr.net</div>`)[0];
|
|
popup_d97ac0bc53fc816b7ecbc65fd038c28e.setContent(html_f4aa8f3d9b7aa26ab3ca47e1ae6620f2);
|
|
|
|
|
|
|
|
marker_cee36608b47413657bb35f69987d5e57.bindPopup(popup_d97ac0bc53fc816b7ecbc65fd038c28e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cee36608b47413657bb35f69987d5e57.setIcon(icon_5ab83ef565b157bb60a93527411e479b);
|
|
|
|
|
|
var marker_135171a33b6ea3775f3c06ec57d8e274 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_e43eae83eacbe9b6631bab5ee7ad3d8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54754ac8a896764aaa65832fcf922d34 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4c3bf5c492d5de39aecaca0492f594e = $(`<div id="html_d4c3bf5c492d5de39aecaca0492f594e" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_54754ac8a896764aaa65832fcf922d34.setContent(html_d4c3bf5c492d5de39aecaca0492f594e);
|
|
|
|
|
|
|
|
marker_135171a33b6ea3775f3c06ec57d8e274.bindPopup(popup_54754ac8a896764aaa65832fcf922d34)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_135171a33b6ea3775f3c06ec57d8e274.setIcon(icon_e43eae83eacbe9b6631bab5ee7ad3d8f);
|
|
|
|
|
|
var marker_48f15ec36924595a42cf07cf5ca6dfcd = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_cd2d64033df7a1ead15e5c152f21cdd2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1e9eb66746c624d9aabcdbbd083d544 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_005ec287885bd4c59971fcfcd95dba29 = $(`<div id="html_005ec287885bd4c59971fcfcd95dba29" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_b1e9eb66746c624d9aabcdbbd083d544.setContent(html_005ec287885bd4c59971fcfcd95dba29);
|
|
|
|
|
|
|
|
marker_48f15ec36924595a42cf07cf5ca6dfcd.bindPopup(popup_b1e9eb66746c624d9aabcdbbd083d544)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48f15ec36924595a42cf07cf5ca6dfcd.setIcon(icon_cd2d64033df7a1ead15e5c152f21cdd2);
|
|
|
|
|
|
var marker_cdf859bb0058578dbde756634efea3ea = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_4c6a014785f320e6adc2aa17271212cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f68a5daadda5acf65f741ee78586bb94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be11de00d7e428523ce95e60849fcdf7 = $(`<div id="html_be11de00d7e428523ce95e60849fcdf7" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_f68a5daadda5acf65f741ee78586bb94.setContent(html_be11de00d7e428523ce95e60849fcdf7);
|
|
|
|
|
|
|
|
marker_cdf859bb0058578dbde756634efea3ea.bindPopup(popup_f68a5daadda5acf65f741ee78586bb94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cdf859bb0058578dbde756634efea3ea.setIcon(icon_4c6a014785f320e6adc2aa17271212cc);
|
|
|
|
|
|
var marker_6c659b1a217550e6a97091b2bef65604 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_9b6c7e301b89893f42c2901e080aa4a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39bdfeb8c029f31ca27ed13724e1dc29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9318f6bbf45e6153d001e70d6a18b9a5 = $(`<div id="html_9318f6bbf45e6153d001e70d6a18b9a5" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_39bdfeb8c029f31ca27ed13724e1dc29.setContent(html_9318f6bbf45e6153d001e70d6a18b9a5);
|
|
|
|
|
|
|
|
marker_6c659b1a217550e6a97091b2bef65604.bindPopup(popup_39bdfeb8c029f31ca27ed13724e1dc29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c659b1a217550e6a97091b2bef65604.setIcon(icon_9b6c7e301b89893f42c2901e080aa4a7);
|
|
|
|
|
|
var marker_6bcb31494168a6fd14c85d82ff83aebf = L.marker(
|
|
[47.1285, 8.74735],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_a7c91d2953a0dc44c779a5e88755bc57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b42002c2583d5fcc258943802b28ea9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77b21b784029d9ff7a8d2edb4c447518 = $(`<div id="html_77b21b784029d9ff7a8d2edb4c447518" style="width: 100.0%; height: 100.0%;">nas01xanthosnet.synology.me:7778</div>`)[0];
|
|
popup_b42002c2583d5fcc258943802b28ea9a.setContent(html_77b21b784029d9ff7a8d2edb4c447518);
|
|
|
|
|
|
|
|
marker_6bcb31494168a6fd14c85d82ff83aebf.bindPopup(popup_b42002c2583d5fcc258943802b28ea9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6bcb31494168a6fd14c85d82ff83aebf.setIcon(icon_a7c91d2953a0dc44c779a5e88755bc57);
|
|
|
|
|
|
var marker_846d2dd7f6e3cee5183c7e3f7fbd7404 = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_1be3d4c2b90fd6a916eb207f7c243e53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23077723d3de032846043b7fc558ae87 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85b428d257be955df85af1376a56884b = $(`<div id="html_85b428d257be955df85af1376a56884b" style="width: 100.0%; height: 100.0%;">relay.chorus.community:443</div>`)[0];
|
|
popup_23077723d3de032846043b7fc558ae87.setContent(html_85b428d257be955df85af1376a56884b);
|
|
|
|
|
|
|
|
marker_846d2dd7f6e3cee5183c7e3f7fbd7404.bindPopup(popup_23077723d3de032846043b7fc558ae87)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_846d2dd7f6e3cee5183c7e3f7fbd7404.setIcon(icon_1be3d4c2b90fd6a916eb207f7c243e53);
|
|
|
|
|
|
var marker_cdd326e5c083d34b4de0ee8c3688ecd8 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_e7e4a045dc3728ebfce0b35ea0280271 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd4fecc55d4ebc7b052d60f56214d2db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe66e22b408ea07f863b357b64e66479 = $(`<div id="html_fe66e22b408ea07f863b357b64e66479" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_fd4fecc55d4ebc7b052d60f56214d2db.setContent(html_fe66e22b408ea07f863b357b64e66479);
|
|
|
|
|
|
|
|
marker_cdd326e5c083d34b4de0ee8c3688ecd8.bindPopup(popup_fd4fecc55d4ebc7b052d60f56214d2db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cdd326e5c083d34b4de0ee8c3688ecd8.setIcon(icon_e7e4a045dc3728ebfce0b35ea0280271);
|
|
|
|
|
|
var marker_896db1f9633618eaba870304b0abec49 = L.marker(
|
|
[39.9526, -75.1652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_33172427be777be334825d249deec16e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfe2b644b21330fed953568192a07b08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_713a2dc4ebc854e3ae95edc070d1a0bf = $(`<div id="html_713a2dc4ebc854e3ae95edc070d1a0bf" style="width: 100.0%; height: 100.0%;">nrs-02.darkcloudarcade.com:443</div>`)[0];
|
|
popup_dfe2b644b21330fed953568192a07b08.setContent(html_713a2dc4ebc854e3ae95edc070d1a0bf);
|
|
|
|
|
|
|
|
marker_896db1f9633618eaba870304b0abec49.bindPopup(popup_dfe2b644b21330fed953568192a07b08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_896db1f9633618eaba870304b0abec49.setIcon(icon_33172427be777be334825d249deec16e);
|
|
|
|
|
|
var marker_d0b066d74223c7a3a4dca3f7b52bbf22 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_3e4839fae617480d4b62f9ff07d63f4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e95fad13a2a6ce70a7a1d99f7512ec86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7bd672519b8498d87a2ca90f86f9cd57 = $(`<div id="html_7bd672519b8498d87a2ca90f86f9cd57" style="width: 100.0%; height: 100.0%;">relay.nearhood.co.uk</div>`)[0];
|
|
popup_e95fad13a2a6ce70a7a1d99f7512ec86.setContent(html_7bd672519b8498d87a2ca90f86f9cd57);
|
|
|
|
|
|
|
|
marker_d0b066d74223c7a3a4dca3f7b52bbf22.bindPopup(popup_e95fad13a2a6ce70a7a1d99f7512ec86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0b066d74223c7a3a4dca3f7b52bbf22.setIcon(icon_3e4839fae617480d4b62f9ff07d63f4c);
|
|
|
|
|
|
var marker_d03c48b20dd477164795865a9b5c6418 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_b8b3b8796632b389ba2eda232b156992 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ace70701ff4c253a63e5ad1d733ae644 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63078b2a10b5aeaaeddeacfb014fe810 = $(`<div id="html_63078b2a10b5aeaaeddeacfb014fe810" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_ace70701ff4c253a63e5ad1d733ae644.setContent(html_63078b2a10b5aeaaeddeacfb014fe810);
|
|
|
|
|
|
|
|
marker_d03c48b20dd477164795865a9b5c6418.bindPopup(popup_ace70701ff4c253a63e5ad1d733ae644)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d03c48b20dd477164795865a9b5c6418.setIcon(icon_b8b3b8796632b389ba2eda232b156992);
|
|
|
|
|
|
var marker_5be3aa7e28fb8bf2e935d1d181a0a712 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_902b6422b522cdd9599dae8e6daf35b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29e8ca081f0d2391645f35a578f8f0d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_084efa130c0bc95932785508954cad06 = $(`<div id="html_084efa130c0bc95932785508954cad06" style="width: 100.0%; height: 100.0%;">nostr.quali.chat:443</div>`)[0];
|
|
popup_29e8ca081f0d2391645f35a578f8f0d9.setContent(html_084efa130c0bc95932785508954cad06);
|
|
|
|
|
|
|
|
marker_5be3aa7e28fb8bf2e935d1d181a0a712.bindPopup(popup_29e8ca081f0d2391645f35a578f8f0d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5be3aa7e28fb8bf2e935d1d181a0a712.setIcon(icon_902b6422b522cdd9599dae8e6daf35b0);
|
|
|
|
|
|
var marker_f23fd2f3ce83788c09a4ace9e409f28c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_e08a79ec22aed3690f7057c3c8cee413 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4952cc2cdb802b281cbd1b7c58b742c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_612cecee58db2e9293c150b29b4cdab8 = $(`<div id="html_612cecee58db2e9293c150b29b4cdab8" style="width: 100.0%; height: 100.0%;">relay.openresist.com:443</div>`)[0];
|
|
popup_e4952cc2cdb802b281cbd1b7c58b742c.setContent(html_612cecee58db2e9293c150b29b4cdab8);
|
|
|
|
|
|
|
|
marker_f23fd2f3ce83788c09a4ace9e409f28c.bindPopup(popup_e4952cc2cdb802b281cbd1b7c58b742c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f23fd2f3ce83788c09a4ace9e409f28c.setIcon(icon_e08a79ec22aed3690f7057c3c8cee413);
|
|
|
|
|
|
var marker_6e4fd54dccec4c957cec016cf337b4ff = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_51978ec2cb81d3609c49805fd7763c1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06145655664d51befa0cc409e0d2214f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15f71a6f83a8177cf7eefe6f3cc309d5 = $(`<div id="html_15f71a6f83a8177cf7eefe6f3cc309d5" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_06145655664d51befa0cc409e0d2214f.setContent(html_15f71a6f83a8177cf7eefe6f3cc309d5);
|
|
|
|
|
|
|
|
marker_6e4fd54dccec4c957cec016cf337b4ff.bindPopup(popup_06145655664d51befa0cc409e0d2214f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e4fd54dccec4c957cec016cf337b4ff.setIcon(icon_51978ec2cb81d3609c49805fd7763c1d);
|
|
|
|
|
|
var marker_1aed445105cb9fd1763cfe1de26dcae9 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_9c331086e8c8ad7ed3011850e0a1386a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b7cd3d311f2dcc723ed0a5261893bfa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62dc36842bc31550de696b6edf4af67e = $(`<div id="html_62dc36842bc31550de696b6edf4af67e" style="width: 100.0%; height: 100.0%;">offchain.pub:443</div>`)[0];
|
|
popup_0b7cd3d311f2dcc723ed0a5261893bfa.setContent(html_62dc36842bc31550de696b6edf4af67e);
|
|
|
|
|
|
|
|
marker_1aed445105cb9fd1763cfe1de26dcae9.bindPopup(popup_0b7cd3d311f2dcc723ed0a5261893bfa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1aed445105cb9fd1763cfe1de26dcae9.setIcon(icon_9c331086e8c8ad7ed3011850e0a1386a);
|
|
|
|
|
|
var marker_7a5c7a7b6f2811fc96a2421985301311 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_24b2673dc87709fa51494f37bb2b04cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4647a95ef531d327ed54446711f3275a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2507a733352762379c1f0f271fbfbdbb = $(`<div id="html_2507a733352762379c1f0f271fbfbdbb" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_4647a95ef531d327ed54446711f3275a.setContent(html_2507a733352762379c1f0f271fbfbdbb);
|
|
|
|
|
|
|
|
marker_7a5c7a7b6f2811fc96a2421985301311.bindPopup(popup_4647a95ef531d327ed54446711f3275a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a5c7a7b6f2811fc96a2421985301311.setIcon(icon_24b2673dc87709fa51494f37bb2b04cd);
|
|
|
|
|
|
var marker_aa4e2dc8f59d44c47d392e4e13589e91 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_b5e8beb77616454051216ee96493c19e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea9c1e1ad9a174df31d1eef77bbb1e43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_351f4320044cb49953c7b6820460f7a2 = $(`<div id="html_351f4320044cb49953c7b6820460f7a2" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_ea9c1e1ad9a174df31d1eef77bbb1e43.setContent(html_351f4320044cb49953c7b6820460f7a2);
|
|
|
|
|
|
|
|
marker_aa4e2dc8f59d44c47d392e4e13589e91.bindPopup(popup_ea9c1e1ad9a174df31d1eef77bbb1e43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa4e2dc8f59d44c47d392e4e13589e91.setIcon(icon_b5e8beb77616454051216ee96493c19e);
|
|
|
|
|
|
var marker_a69eba6f673893e123732933ffb79238 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_ec8a9508bb45d8dd253cd9da7781d025 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1af058c965fedcc5079d94441069cf5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_987cbcc7f0e782d8e5841913c414a66b = $(`<div id="html_987cbcc7f0e782d8e5841913c414a66b" style="width: 100.0%; height: 100.0%;">conduitl2.fly.dev</div>`)[0];
|
|
popup_d1af058c965fedcc5079d94441069cf5.setContent(html_987cbcc7f0e782d8e5841913c414a66b);
|
|
|
|
|
|
|
|
marker_a69eba6f673893e123732933ffb79238.bindPopup(popup_d1af058c965fedcc5079d94441069cf5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a69eba6f673893e123732933ffb79238.setIcon(icon_ec8a9508bb45d8dd253cd9da7781d025);
|
|
|
|
|
|
var marker_6c14c76bba8345906ca42778b5a1b650 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_d10c94d6af0c7bc055557ab3804e3f4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc2188407025b011bd418e27e2a06f61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_627cca96baf80bf25bfe1649e901ac30 = $(`<div id="html_627cca96baf80bf25bfe1649e901ac30" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_fc2188407025b011bd418e27e2a06f61.setContent(html_627cca96baf80bf25bfe1649e901ac30);
|
|
|
|
|
|
|
|
marker_6c14c76bba8345906ca42778b5a1b650.bindPopup(popup_fc2188407025b011bd418e27e2a06f61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c14c76bba8345906ca42778b5a1b650.setIcon(icon_d10c94d6af0c7bc055557ab3804e3f4b);
|
|
|
|
|
|
var marker_ccc0832eb28854d690fd621fcccb618d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_55b60c0d54f032b5f155aa35b593ca5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4caae04dd886f997291c12ed2cdf1c77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99d249b28b7c1869d674124e43d9d0f5 = $(`<div id="html_99d249b28b7c1869d674124e43d9d0f5" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_4caae04dd886f997291c12ed2cdf1c77.setContent(html_99d249b28b7c1869d674124e43d9d0f5);
|
|
|
|
|
|
|
|
marker_ccc0832eb28854d690fd621fcccb618d.bindPopup(popup_4caae04dd886f997291c12ed2cdf1c77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccc0832eb28854d690fd621fcccb618d.setIcon(icon_55b60c0d54f032b5f155aa35b593ca5f);
|
|
|
|
|
|
var marker_c45c6c9675aad3203cf75e544242b141 = L.marker(
|
|
[49.0291, 8.35705],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_0d9cb5cccf7c1284434d0fcfbf80621e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b00917ccffb22b9dea248f8e28f629ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04b5532c0673930fe74f5fe86938b4ba = $(`<div id="html_04b5532c0673930fe74f5fe86938b4ba" style="width: 100.0%; height: 100.0%;">relay.dyne.org</div>`)[0];
|
|
popup_b00917ccffb22b9dea248f8e28f629ae.setContent(html_04b5532c0673930fe74f5fe86938b4ba);
|
|
|
|
|
|
|
|
marker_c45c6c9675aad3203cf75e544242b141.bindPopup(popup_b00917ccffb22b9dea248f8e28f629ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c45c6c9675aad3203cf75e544242b141.setIcon(icon_0d9cb5cccf7c1284434d0fcfbf80621e);
|
|
|
|
|
|
var marker_aaf09fce512aa20f44bed154f83d1325 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_b4fdb7db0a4af54c3702598c52b44a86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9adb8e4b893e121186d4f6e2646671c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aecd7f9d3ec6229eb99d2f05b5a275ce = $(`<div id="html_aecd7f9d3ec6229eb99d2f05b5a275ce" style="width: 100.0%; height: 100.0%;">relay.aarpia.com</div>`)[0];
|
|
popup_9adb8e4b893e121186d4f6e2646671c9.setContent(html_aecd7f9d3ec6229eb99d2f05b5a275ce);
|
|
|
|
|
|
|
|
marker_aaf09fce512aa20f44bed154f83d1325.bindPopup(popup_9adb8e4b893e121186d4f6e2646671c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aaf09fce512aa20f44bed154f83d1325.setIcon(icon_b4fdb7db0a4af54c3702598c52b44a86);
|
|
|
|
|
|
var marker_6d77d56f74b5932dc02d2c7851e3d878 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_645f1ec44b85f6309b5c0be2817456b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8f99c40cff95ec9c8c12d34a4c9aa42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98088a5257a244276f86b44515b65b11 = $(`<div id="html_98088a5257a244276f86b44515b65b11" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_b8f99c40cff95ec9c8c12d34a4c9aa42.setContent(html_98088a5257a244276f86b44515b65b11);
|
|
|
|
|
|
|
|
marker_6d77d56f74b5932dc02d2c7851e3d878.bindPopup(popup_b8f99c40cff95ec9c8c12d34a4c9aa42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d77d56f74b5932dc02d2c7851e3d878.setIcon(icon_645f1ec44b85f6309b5c0be2817456b7);
|
|
|
|
|
|
var marker_ed06a7dc28fc4d6bf5143ecf25a44abc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_524e53fe44446bdcde6f53feede7726a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3e3e34e43b12dfafbf9386a754dd26f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a379b273bbab63e856982001adb2d68b = $(`<div id="html_a379b273bbab63e856982001adb2d68b" style="width: 100.0%; height: 100.0%;">purplerelay.com:443</div>`)[0];
|
|
popup_f3e3e34e43b12dfafbf9386a754dd26f.setContent(html_a379b273bbab63e856982001adb2d68b);
|
|
|
|
|
|
|
|
marker_ed06a7dc28fc4d6bf5143ecf25a44abc.bindPopup(popup_f3e3e34e43b12dfafbf9386a754dd26f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed06a7dc28fc4d6bf5143ecf25a44abc.setIcon(icon_524e53fe44446bdcde6f53feede7726a);
|
|
|
|
|
|
var marker_a3cc4bb51173dda2b633922f9b6b830d = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_6bb63894bf0138ff40bc12c399cefcf1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e3251b18ccb3e5ed073ced5ef145e99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81ff4f339e4f20d0461506cbf11a4bfb = $(`<div id="html_81ff4f339e4f20d0461506cbf11a4bfb" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com:443</div>`)[0];
|
|
popup_3e3251b18ccb3e5ed073ced5ef145e99.setContent(html_81ff4f339e4f20d0461506cbf11a4bfb);
|
|
|
|
|
|
|
|
marker_a3cc4bb51173dda2b633922f9b6b830d.bindPopup(popup_3e3251b18ccb3e5ed073ced5ef145e99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3cc4bb51173dda2b633922f9b6b830d.setIcon(icon_6bb63894bf0138ff40bc12c399cefcf1);
|
|
|
|
|
|
var marker_fa9839c5105730610d7f8dcc0d0b3341 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_d404da5d6ac45faded4a716a3b526ee7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24ae4ab8e29ce18fa0eace586d31af72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b5b9c1dddae8db1c83f113380ad10b6 = $(`<div id="html_0b5b9c1dddae8db1c83f113380ad10b6" style="width: 100.0%; height: 100.0%;">relay2.orangesync.tech</div>`)[0];
|
|
popup_24ae4ab8e29ce18fa0eace586d31af72.setContent(html_0b5b9c1dddae8db1c83f113380ad10b6);
|
|
|
|
|
|
|
|
marker_fa9839c5105730610d7f8dcc0d0b3341.bindPopup(popup_24ae4ab8e29ce18fa0eace586d31af72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa9839c5105730610d7f8dcc0d0b3341.setIcon(icon_d404da5d6ac45faded4a716a3b526ee7);
|
|
|
|
|
|
var marker_fdc7a2b001d0da3ac49a51810a6ff023 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_dada0b81063c3e777d601bc4ab503105 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a18682b0e0e5668a51b865bc1c1df36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_742106903757dcbce221ea4c8e90e568 = $(`<div id="html_742106903757dcbce221ea4c8e90e568" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_2a18682b0e0e5668a51b865bc1c1df36.setContent(html_742106903757dcbce221ea4c8e90e568);
|
|
|
|
|
|
|
|
marker_fdc7a2b001d0da3ac49a51810a6ff023.bindPopup(popup_2a18682b0e0e5668a51b865bc1c1df36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdc7a2b001d0da3ac49a51810a6ff023.setIcon(icon_dada0b81063c3e777d601bc4ab503105);
|
|
|
|
|
|
var marker_aa4828d266feb3b587f9b40a00477d1e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_43a44bc8503f7743dfe104626c260853 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8784b4aa44d0876e0680dd602f357872 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed6f5399e0fc79c502b9aa2c464a5a6a = $(`<div id="html_ed6f5399e0fc79c502b9aa2c464a5a6a" style="width: 100.0%; height: 100.0%;">str-define-contributing-jackets.trycloudflare.com</div>`)[0];
|
|
popup_8784b4aa44d0876e0680dd602f357872.setContent(html_ed6f5399e0fc79c502b9aa2c464a5a6a);
|
|
|
|
|
|
|
|
marker_aa4828d266feb3b587f9b40a00477d1e.bindPopup(popup_8784b4aa44d0876e0680dd602f357872)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa4828d266feb3b587f9b40a00477d1e.setIcon(icon_43a44bc8503f7743dfe104626c260853);
|
|
|
|
|
|
var marker_767dd0c17676d7d874dfa8973b776c6d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_96071aae80420cb7c7c52b3f297fa32e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3db728611f6e3b2a5a874d9594e688fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5364f874910c38f6b78c36b615ef3251 = $(`<div id="html_5364f874910c38f6b78c36b615ef3251" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_3db728611f6e3b2a5a874d9594e688fa.setContent(html_5364f874910c38f6b78c36b615ef3251);
|
|
|
|
|
|
|
|
marker_767dd0c17676d7d874dfa8973b776c6d.bindPopup(popup_3db728611f6e3b2a5a874d9594e688fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_767dd0c17676d7d874dfa8973b776c6d.setIcon(icon_96071aae80420cb7c7c52b3f297fa32e);
|
|
|
|
|
|
var marker_34249902f19705be74efe7daa4cc1922 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_91b643a13bcacd867da139f71cd9a6c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24bf3c9bf7d9a79a170f24a61c907baf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ebeaa36bb73ccc5484aa4ce9d79d967 = $(`<div id="html_3ebeaa36bb73ccc5484aa4ce9d79d967" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com:443</div>`)[0];
|
|
popup_24bf3c9bf7d9a79a170f24a61c907baf.setContent(html_3ebeaa36bb73ccc5484aa4ce9d79d967);
|
|
|
|
|
|
|
|
marker_34249902f19705be74efe7daa4cc1922.bindPopup(popup_24bf3c9bf7d9a79a170f24a61c907baf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34249902f19705be74efe7daa4cc1922.setIcon(icon_91b643a13bcacd867da139f71cd9a6c0);
|
|
|
|
|
|
var marker_d07295ffc9ce58fd9c6729b533cabe40 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_6e398b4fbd0b193ce8114416a2d2eb76 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21fa8e9ef13b4ad9599c89cbcb19305c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d100f84250d304e908426d7c89260fc = $(`<div id="html_7d100f84250d304e908426d7c89260fc" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_21fa8e9ef13b4ad9599c89cbcb19305c.setContent(html_7d100f84250d304e908426d7c89260fc);
|
|
|
|
|
|
|
|
marker_d07295ffc9ce58fd9c6729b533cabe40.bindPopup(popup_21fa8e9ef13b4ad9599c89cbcb19305c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d07295ffc9ce58fd9c6729b533cabe40.setIcon(icon_6e398b4fbd0b193ce8114416a2d2eb76);
|
|
|
|
|
|
var marker_23d7806e39b0adc0b8a5827294f1f6f5 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_e41474ceed65b2ec1a9d58f5ef5e508c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3cf95f695dfe39a47a985cc4a703e35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a4524bd4be664dfee11def7eeaf0b16 = $(`<div id="html_1a4524bd4be664dfee11def7eeaf0b16" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com:443</div>`)[0];
|
|
popup_e3cf95f695dfe39a47a985cc4a703e35.setContent(html_1a4524bd4be664dfee11def7eeaf0b16);
|
|
|
|
|
|
|
|
marker_23d7806e39b0adc0b8a5827294f1f6f5.bindPopup(popup_e3cf95f695dfe39a47a985cc4a703e35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23d7806e39b0adc0b8a5827294f1f6f5.setIcon(icon_e41474ceed65b2ec1a9d58f5ef5e508c);
|
|
|
|
|
|
var marker_a28fcb930401908df28bbf8cfb024f7a = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_5ca24f950a767ccd6eb241f6db82a461 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_018b075f3f6b5b4553e1a5a48455e871 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e2c188cb27d30cba459283c413c7501 = $(`<div id="html_0e2c188cb27d30cba459283c413c7501" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com:443</div>`)[0];
|
|
popup_018b075f3f6b5b4553e1a5a48455e871.setContent(html_0e2c188cb27d30cba459283c413c7501);
|
|
|
|
|
|
|
|
marker_a28fcb930401908df28bbf8cfb024f7a.bindPopup(popup_018b075f3f6b5b4553e1a5a48455e871)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a28fcb930401908df28bbf8cfb024f7a.setIcon(icon_5ca24f950a767ccd6eb241f6db82a461);
|
|
|
|
|
|
var marker_a37e73d02a535805350458e11852ae46 = L.marker(
|
|
[35.2227, -97.4786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_8fb0f42707b8caa6dd5717bcaff71ecd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bdcf4050a39a353af3a0b5e1dfb4a33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a544e72d0c177ae7a99a355a123e1b9 = $(`<div id="html_7a544e72d0c177ae7a99a355a123e1b9" style="width: 100.0%; height: 100.0%;">relay.beginningend.com:443</div>`)[0];
|
|
popup_7bdcf4050a39a353af3a0b5e1dfb4a33.setContent(html_7a544e72d0c177ae7a99a355a123e1b9);
|
|
|
|
|
|
|
|
marker_a37e73d02a535805350458e11852ae46.bindPopup(popup_7bdcf4050a39a353af3a0b5e1dfb4a33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a37e73d02a535805350458e11852ae46.setIcon(icon_8fb0f42707b8caa6dd5717bcaff71ecd);
|
|
|
|
|
|
var marker_afe0a4580c17ea279fb852d5edbd311b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_2b383b897f45b27be4fd1a7999a66aa5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_220559bb579d1eab3c4343eb6e1074f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75a419c3642dcb1646bbb04eb2a5055c = $(`<div id="html_75a419c3642dcb1646bbb04eb2a5055c" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe:443</div>`)[0];
|
|
popup_220559bb579d1eab3c4343eb6e1074f4.setContent(html_75a419c3642dcb1646bbb04eb2a5055c);
|
|
|
|
|
|
|
|
marker_afe0a4580c17ea279fb852d5edbd311b.bindPopup(popup_220559bb579d1eab3c4343eb6e1074f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_afe0a4580c17ea279fb852d5edbd311b.setIcon(icon_2b383b897f45b27be4fd1a7999a66aa5);
|
|
|
|
|
|
var marker_f38ea1d9b87c0ea3b8bf89d6b2e4bb14 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_ed78b03383ef453d782dfc3abee0dc2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc7fe60d2df12f0ca47c3be0e899a35a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74cb9d059132c1954590440619088721 = $(`<div id="html_74cb9d059132c1954590440619088721" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_bc7fe60d2df12f0ca47c3be0e899a35a.setContent(html_74cb9d059132c1954590440619088721);
|
|
|
|
|
|
|
|
marker_f38ea1d9b87c0ea3b8bf89d6b2e4bb14.bindPopup(popup_bc7fe60d2df12f0ca47c3be0e899a35a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f38ea1d9b87c0ea3b8bf89d6b2e4bb14.setIcon(icon_ed78b03383ef453d782dfc3abee0dc2d);
|
|
|
|
|
|
var marker_a899bba51e7336bd164402899fc72f46 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_b4cd9c33b511b8006128a8c10ea91bb2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbf4373bbc4c1313d58a4a50a862addf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_caa2b7e470c345fd8d481d6ad90682b1 = $(`<div id="html_caa2b7e470c345fd8d481d6ad90682b1" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_cbf4373bbc4c1313d58a4a50a862addf.setContent(html_caa2b7e470c345fd8d481d6ad90682b1);
|
|
|
|
|
|
|
|
marker_a899bba51e7336bd164402899fc72f46.bindPopup(popup_cbf4373bbc4c1313d58a4a50a862addf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a899bba51e7336bd164402899fc72f46.setIcon(icon_b4cd9c33b511b8006128a8c10ea91bb2);
|
|
|
|
|
|
var marker_c6e102e8a693957097c8ae8dea867bbd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_eb914fd49e63c6f5001dd64f223f67d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_850dbe98b304474eed03a53f4d32414d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8830d40d74c3376f62a0e636e8b9850 = $(`<div id="html_a8830d40d74c3376f62a0e636e8b9850" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st:443</div>`)[0];
|
|
popup_850dbe98b304474eed03a53f4d32414d.setContent(html_a8830d40d74c3376f62a0e636e8b9850);
|
|
|
|
|
|
|
|
marker_c6e102e8a693957097c8ae8dea867bbd.bindPopup(popup_850dbe98b304474eed03a53f4d32414d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6e102e8a693957097c8ae8dea867bbd.setIcon(icon_eb914fd49e63c6f5001dd64f223f67d1);
|
|
|
|
|
|
var marker_740d5400138d4c28d264a1813f3ba7c5 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_6b81f35f50accd9a4b599507474535e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0bfc0bb18fc6fc027f078ab01f17954 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60f094679938e1b4242a15382fb53df6 = $(`<div id="html_60f094679938e1b4242a15382fb53df6" style="width: 100.0%; height: 100.0%;">nostr.stakey.net:443</div>`)[0];
|
|
popup_b0bfc0bb18fc6fc027f078ab01f17954.setContent(html_60f094679938e1b4242a15382fb53df6);
|
|
|
|
|
|
|
|
marker_740d5400138d4c28d264a1813f3ba7c5.bindPopup(popup_b0bfc0bb18fc6fc027f078ab01f17954)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_740d5400138d4c28d264a1813f3ba7c5.setIcon(icon_6b81f35f50accd9a4b599507474535e6);
|
|
|
|
|
|
var marker_efe26f3476d3ab3494fe103ebba98eed = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_afcf20eba2c0396d3f6b3a0e99a44465 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_370fc0dd592e82d476b0be63fae40b09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_589cf74395ad96930504abe5ad008aa8 = $(`<div id="html_589cf74395ad96930504abe5ad008aa8" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org:443</div>`)[0];
|
|
popup_370fc0dd592e82d476b0be63fae40b09.setContent(html_589cf74395ad96930504abe5ad008aa8);
|
|
|
|
|
|
|
|
marker_efe26f3476d3ab3494fe103ebba98eed.bindPopup(popup_370fc0dd592e82d476b0be63fae40b09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efe26f3476d3ab3494fe103ebba98eed.setIcon(icon_afcf20eba2c0396d3f6b3a0e99a44465);
|
|
|
|
|
|
var marker_fed65550f74ae470b64f46b9b50c1fde = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_761e0e0bd6396cee6be930fef4277d56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfd4ece346eb17c74cf12a0182caa74a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e04497e4dc10296d042927cde8046bef = $(`<div id="html_e04497e4dc10296d042927cde8046bef" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_dfd4ece346eb17c74cf12a0182caa74a.setContent(html_e04497e4dc10296d042927cde8046bef);
|
|
|
|
|
|
|
|
marker_fed65550f74ae470b64f46b9b50c1fde.bindPopup(popup_dfd4ece346eb17c74cf12a0182caa74a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fed65550f74ae470b64f46b9b50c1fde.setIcon(icon_761e0e0bd6396cee6be930fef4277d56);
|
|
|
|
|
|
var marker_c52a3e8c4b88df72408f3fc08f39b677 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_fa731002cc2926c2f28f7394f2bc233a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78af55c60804d494309c08d393cbdd1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03d0da878a7e09db95ddf9db350afca5 = $(`<div id="html_03d0da878a7e09db95ddf9db350afca5" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_78af55c60804d494309c08d393cbdd1c.setContent(html_03d0da878a7e09db95ddf9db350afca5);
|
|
|
|
|
|
|
|
marker_c52a3e8c4b88df72408f3fc08f39b677.bindPopup(popup_78af55c60804d494309c08d393cbdd1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c52a3e8c4b88df72408f3fc08f39b677.setIcon(icon_fa731002cc2926c2f28f7394f2bc233a);
|
|
|
|
|
|
var marker_f93d093ea4b85684d4f8886fbf86af14 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_b804e6ffda9808d2b936fa6e11721569 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6169d54b90dc829b49bd67a4405ac42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8e8f3b6ba99ece47757e1f9be6afbc4 = $(`<div id="html_c8e8f3b6ba99ece47757e1f9be6afbc4" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_c6169d54b90dc829b49bd67a4405ac42.setContent(html_c8e8f3b6ba99ece47757e1f9be6afbc4);
|
|
|
|
|
|
|
|
marker_f93d093ea4b85684d4f8886fbf86af14.bindPopup(popup_c6169d54b90dc829b49bd67a4405ac42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f93d093ea4b85684d4f8886fbf86af14.setIcon(icon_b804e6ffda9808d2b936fa6e11721569);
|
|
|
|
|
|
var marker_8f8efc19878813f14ac1514fb329c952 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_2496ead1356067a63e1a8587e0679d91 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b2ff5657263b480c5c5988e98bf288c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ddf7913775b7bdb5c803e834ac50483 = $(`<div id="html_7ddf7913775b7bdb5c803e834ac50483" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_2b2ff5657263b480c5c5988e98bf288c.setContent(html_7ddf7913775b7bdb5c803e834ac50483);
|
|
|
|
|
|
|
|
marker_8f8efc19878813f14ac1514fb329c952.bindPopup(popup_2b2ff5657263b480c5c5988e98bf288c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f8efc19878813f14ac1514fb329c952.setIcon(icon_2496ead1356067a63e1a8587e0679d91);
|
|
|
|
|
|
var marker_4b34e405ff571c8b9a7da4ef17e11967 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_718245e720b0503e2a263da2e9d73713 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e809186837f1efb66a2733c9a2b36389 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af5204e4c09c2dd5428a5c14a7c1b736 = $(`<div id="html_af5204e4c09c2dd5428a5c14a7c1b736" style="width: 100.0%; height: 100.0%;">relay.minibolt.info:443</div>`)[0];
|
|
popup_e809186837f1efb66a2733c9a2b36389.setContent(html_af5204e4c09c2dd5428a5c14a7c1b736);
|
|
|
|
|
|
|
|
marker_4b34e405ff571c8b9a7da4ef17e11967.bindPopup(popup_e809186837f1efb66a2733c9a2b36389)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b34e405ff571c8b9a7da4ef17e11967.setIcon(icon_718245e720b0503e2a263da2e9d73713);
|
|
|
|
|
|
var marker_366b630de457b29d5a8b5c7f7da0ae80 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_9a65375f749e19b3128cb9982bda7a51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b1fa654ee88261ad705e94e426fcf95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dcdf56b62d691305d0893ebefc3f21c5 = $(`<div id="html_dcdf56b62d691305d0893ebefc3f21c5" style="width: 100.0%; height: 100.0%;">ribo.nostria.app:443</div>`)[0];
|
|
popup_2b1fa654ee88261ad705e94e426fcf95.setContent(html_dcdf56b62d691305d0893ebefc3f21c5);
|
|
|
|
|
|
|
|
marker_366b630de457b29d5a8b5c7f7da0ae80.bindPopup(popup_2b1fa654ee88261ad705e94e426fcf95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_366b630de457b29d5a8b5c7f7da0ae80.setIcon(icon_9a65375f749e19b3128cb9982bda7a51);
|
|
|
|
|
|
var marker_38ececd384ed9e17c50f8d4a70826209 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_a9020971e4781235bf1067cb5ff6ff5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a114cb775e510281cd3a81f9e4d4e529 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1b7d6a637b909b175178a59d53f9ad4 = $(`<div id="html_b1b7d6a637b909b175178a59d53f9ad4" style="width: 100.0%; height: 100.0%;">relay.zone667.com:443</div>`)[0];
|
|
popup_a114cb775e510281cd3a81f9e4d4e529.setContent(html_b1b7d6a637b909b175178a59d53f9ad4);
|
|
|
|
|
|
|
|
marker_38ececd384ed9e17c50f8d4a70826209.bindPopup(popup_a114cb775e510281cd3a81f9e4d4e529)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38ececd384ed9e17c50f8d4a70826209.setIcon(icon_a9020971e4781235bf1067cb5ff6ff5d);
|
|
|
|
|
|
var marker_554e800a073f6c0d16c944c7800d92a8 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_72dac3f9c0e2222a4ce407d495bf20ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_965537ab886ce997d5d917c3a1a18110 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_745d790837b76d4f3f80a3018dc7b27a = $(`<div id="html_745d790837b76d4f3f80a3018dc7b27a" style="width: 100.0%; height: 100.0%;">relay.threenine.services:443</div>`)[0];
|
|
popup_965537ab886ce997d5d917c3a1a18110.setContent(html_745d790837b76d4f3f80a3018dc7b27a);
|
|
|
|
|
|
|
|
marker_554e800a073f6c0d16c944c7800d92a8.bindPopup(popup_965537ab886ce997d5d917c3a1a18110)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_554e800a073f6c0d16c944c7800d92a8.setIcon(icon_72dac3f9c0e2222a4ce407d495bf20ff);
|
|
|
|
|
|
var marker_6262941337d366606cf6332ac66ae86d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_9a1fa3d5793383b7042b827dd82b5541 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60c147c9430fbc36bac7db107da3e250 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ff77f702a73349b2b71b83af86b846f = $(`<div id="html_6ff77f702a73349b2b71b83af86b846f" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io:443</div>`)[0];
|
|
popup_60c147c9430fbc36bac7db107da3e250.setContent(html_6ff77f702a73349b2b71b83af86b846f);
|
|
|
|
|
|
|
|
marker_6262941337d366606cf6332ac66ae86d.bindPopup(popup_60c147c9430fbc36bac7db107da3e250)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6262941337d366606cf6332ac66ae86d.setIcon(icon_9a1fa3d5793383b7042b827dd82b5541);
|
|
|
|
|
|
var marker_cf41a1d125490b652864d5fc84d4be40 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_299c8c8c2179beafe3b3ef46d6de4aa6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ff021b7fe465f6cc3becdf5eb782e11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38e8df62fb71e91975496ad66d15d935 = $(`<div id="html_38e8df62fb71e91975496ad66d15d935" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_3ff021b7fe465f6cc3becdf5eb782e11.setContent(html_38e8df62fb71e91975496ad66d15d935);
|
|
|
|
|
|
|
|
marker_cf41a1d125490b652864d5fc84d4be40.bindPopup(popup_3ff021b7fe465f6cc3becdf5eb782e11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf41a1d125490b652864d5fc84d4be40.setIcon(icon_299c8c8c2179beafe3b3ef46d6de4aa6);
|
|
|
|
|
|
var marker_f615a5eac5acd263fd6e0d8e60ec56d7 = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_27c2bb3929cbbefab37809f9e22a6eb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd2259ee67c59c21eca93aeb38a21617 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9046d153e865e8f1295421a200463263 = $(`<div id="html_9046d153e865e8f1295421a200463263" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_fd2259ee67c59c21eca93aeb38a21617.setContent(html_9046d153e865e8f1295421a200463263);
|
|
|
|
|
|
|
|
marker_f615a5eac5acd263fd6e0d8e60ec56d7.bindPopup(popup_fd2259ee67c59c21eca93aeb38a21617)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f615a5eac5acd263fd6e0d8e60ec56d7.setIcon(icon_27c2bb3929cbbefab37809f9e22a6eb4);
|
|
|
|
|
|
var marker_7bf9cd2e1ed364fa130301cccf94ae23 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_ce267ee5628e4beb5e6ac281e59cd952 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b43c2acff38fbd9ac66542c4923bdd9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_557c5ad301c3823bbb400be52d6fa2da = $(`<div id="html_557c5ad301c3823bbb400be52d6fa2da" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org:443</div>`)[0];
|
|
popup_b43c2acff38fbd9ac66542c4923bdd9d.setContent(html_557c5ad301c3823bbb400be52d6fa2da);
|
|
|
|
|
|
|
|
marker_7bf9cd2e1ed364fa130301cccf94ae23.bindPopup(popup_b43c2acff38fbd9ac66542c4923bdd9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7bf9cd2e1ed364fa130301cccf94ae23.setIcon(icon_ce267ee5628e4beb5e6ac281e59cd952);
|
|
|
|
|
|
var marker_fa987cbc9f10acbd5e4ca797153f6aa1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_c2a91d91da5d4acb8799c4ffadfc0c75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bc999adf8457d1bc06266c5f380f337 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e3e6e992fd8776639f8e32a38268e25 = $(`<div id="html_4e3e6e992fd8776639f8e32a38268e25" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi:443</div>`)[0];
|
|
popup_0bc999adf8457d1bc06266c5f380f337.setContent(html_4e3e6e992fd8776639f8e32a38268e25);
|
|
|
|
|
|
|
|
marker_fa987cbc9f10acbd5e4ca797153f6aa1.bindPopup(popup_0bc999adf8457d1bc06266c5f380f337)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa987cbc9f10acbd5e4ca797153f6aa1.setIcon(icon_c2a91d91da5d4acb8799c4ffadfc0c75);
|
|
|
|
|
|
var marker_18f402d0da56f48e5550b8d4b09f859d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_3d6fc5e47e6dbafd5b84020666d2346c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ae9340bd22be8ae65ec42f8d0c9d8ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab02a4d1e0de55458a6e777abda6f501 = $(`<div id="html_ab02a4d1e0de55458a6e777abda6f501" style="width: 100.0%; height: 100.0%;">public.crostr.com:443</div>`)[0];
|
|
popup_9ae9340bd22be8ae65ec42f8d0c9d8ef.setContent(html_ab02a4d1e0de55458a6e777abda6f501);
|
|
|
|
|
|
|
|
marker_18f402d0da56f48e5550b8d4b09f859d.bindPopup(popup_9ae9340bd22be8ae65ec42f8d0c9d8ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18f402d0da56f48e5550b8d4b09f859d.setIcon(icon_3d6fc5e47e6dbafd5b84020666d2346c);
|
|
|
|
|
|
var marker_bd59c4221dcc2f89e2ed53a020aee117 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_44278845804a3ddc390ca20112173468 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b9baf39686f7fd737007867550dcbd9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e232c3c737471205b2209bb350d090d4 = $(`<div id="html_e232c3c737471205b2209bb350d090d4" style="width: 100.0%; height: 100.0%;">antiprimal.net</div>`)[0];
|
|
popup_9b9baf39686f7fd737007867550dcbd9.setContent(html_e232c3c737471205b2209bb350d090d4);
|
|
|
|
|
|
|
|
marker_bd59c4221dcc2f89e2ed53a020aee117.bindPopup(popup_9b9baf39686f7fd737007867550dcbd9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd59c4221dcc2f89e2ed53a020aee117.setIcon(icon_44278845804a3ddc390ca20112173468);
|
|
|
|
|
|
var marker_12fc9fd558b7a527b687755750988f9c = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_1801e74ecb9983b78bee6c0d3cb1f21e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8c82ff7a48c53bf4094274ee0c98a3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_569b6ae34ada0baca61e7c63dff12390 = $(`<div id="html_569b6ae34ada0baca61e7c63dff12390" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_f8c82ff7a48c53bf4094274ee0c98a3e.setContent(html_569b6ae34ada0baca61e7c63dff12390);
|
|
|
|
|
|
|
|
marker_12fc9fd558b7a527b687755750988f9c.bindPopup(popup_f8c82ff7a48c53bf4094274ee0c98a3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12fc9fd558b7a527b687755750988f9c.setIcon(icon_1801e74ecb9983b78bee6c0d3cb1f21e);
|
|
|
|
|
|
var marker_5dd90be5715b482d998955feb128bc38 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_357fc66e168b57ef2a45cbf1e7daae35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02898fc44173f57743b8d8beae904af0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7aed5a1e5b794f81b6ae04e85588f839 = $(`<div id="html_7aed5a1e5b794f81b6ae04e85588f839" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_02898fc44173f57743b8d8beae904af0.setContent(html_7aed5a1e5b794f81b6ae04e85588f839);
|
|
|
|
|
|
|
|
marker_5dd90be5715b482d998955feb128bc38.bindPopup(popup_02898fc44173f57743b8d8beae904af0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5dd90be5715b482d998955feb128bc38.setIcon(icon_357fc66e168b57ef2a45cbf1e7daae35);
|
|
|
|
|
|
var marker_d407f5f114b6518d3c7440dcbea6b54f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_69bb007b4dde5f05ab63e70ecf4043b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e96e5435e40a153b909fe43108a31621 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a54218ac79179817f3322b7fbf63c3b5 = $(`<div id="html_a54218ac79179817f3322b7fbf63c3b5" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_e96e5435e40a153b909fe43108a31621.setContent(html_a54218ac79179817f3322b7fbf63c3b5);
|
|
|
|
|
|
|
|
marker_d407f5f114b6518d3c7440dcbea6b54f.bindPopup(popup_e96e5435e40a153b909fe43108a31621)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d407f5f114b6518d3c7440dcbea6b54f.setIcon(icon_69bb007b4dde5f05ab63e70ecf4043b2);
|
|
|
|
|
|
var marker_53c163bd9a5d88efe80302c8374ec1ef = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_8d8708484da16c03e6890c9225cb1d47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_494932df6bc17eb5c6a339838f2b2362 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b7be5bb22233bdf1919649750b2004d = $(`<div id="html_8b7be5bb22233bdf1919649750b2004d" style="width: 100.0%; height: 100.0%;">relay.lightning.pub:443</div>`)[0];
|
|
popup_494932df6bc17eb5c6a339838f2b2362.setContent(html_8b7be5bb22233bdf1919649750b2004d);
|
|
|
|
|
|
|
|
marker_53c163bd9a5d88efe80302c8374ec1ef.bindPopup(popup_494932df6bc17eb5c6a339838f2b2362)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53c163bd9a5d88efe80302c8374ec1ef.setIcon(icon_8d8708484da16c03e6890c9225cb1d47);
|
|
|
|
|
|
var marker_4df0ae38c721493ae4f9df2158b09f49 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_53d0bc315addb90988e174bad90c6b4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8cdacd6ffd6ade836c4c2422e2b972f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b4c470a5243befc2687aaf960fad4bc = $(`<div id="html_7b4c470a5243befc2687aaf960fad4bc" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_f8cdacd6ffd6ade836c4c2422e2b972f.setContent(html_7b4c470a5243befc2687aaf960fad4bc);
|
|
|
|
|
|
|
|
marker_4df0ae38c721493ae4f9df2158b09f49.bindPopup(popup_f8cdacd6ffd6ade836c4c2422e2b972f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4df0ae38c721493ae4f9df2158b09f49.setIcon(icon_53d0bc315addb90988e174bad90c6b4a);
|
|
|
|
|
|
var marker_af32a302f0ceb6a0a85013ca3e227dea = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_bc775cfd0e911d927bbc9273bae146d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d694fccd5ddf0bb83488a4301699eec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_884bfcb0f74666168c2ae6bafdc48c43 = $(`<div id="html_884bfcb0f74666168c2ae6bafdc48c43" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_1d694fccd5ddf0bb83488a4301699eec.setContent(html_884bfcb0f74666168c2ae6bafdc48c43);
|
|
|
|
|
|
|
|
marker_af32a302f0ceb6a0a85013ca3e227dea.bindPopup(popup_1d694fccd5ddf0bb83488a4301699eec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af32a302f0ceb6a0a85013ca3e227dea.setIcon(icon_bc775cfd0e911d927bbc9273bae146d9);
|
|
|
|
|
|
var marker_6a27d47d71b7189ad3638745bb0e83c7 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_da342943a8806a889cf7441b23616fd6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e0d338477bd18ff147ed3af2ef7fcaa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebe28de1b2af8cb77eb5f156bcc021ab = $(`<div id="html_ebe28de1b2af8cb77eb5f156bcc021ab" style="width: 100.0%; height: 100.0%;">relay.endfiat.money:443</div>`)[0];
|
|
popup_6e0d338477bd18ff147ed3af2ef7fcaa.setContent(html_ebe28de1b2af8cb77eb5f156bcc021ab);
|
|
|
|
|
|
|
|
marker_6a27d47d71b7189ad3638745bb0e83c7.bindPopup(popup_6e0d338477bd18ff147ed3af2ef7fcaa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a27d47d71b7189ad3638745bb0e83c7.setIcon(icon_da342943a8806a889cf7441b23616fd6);
|
|
|
|
|
|
var marker_1c83e150975bae93978118510f08aaf4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_fb8152dbc8fbd398b9c67f35870c094e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_084f68c7d63c9f1ca8679e681544c84f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4987babbc44ce4aa0ce82aa8050138bb = $(`<div id="html_4987babbc44ce4aa0ce82aa8050138bb" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_084f68c7d63c9f1ca8679e681544c84f.setContent(html_4987babbc44ce4aa0ce82aa8050138bb);
|
|
|
|
|
|
|
|
marker_1c83e150975bae93978118510f08aaf4.bindPopup(popup_084f68c7d63c9f1ca8679e681544c84f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c83e150975bae93978118510f08aaf4.setIcon(icon_fb8152dbc8fbd398b9c67f35870c094e);
|
|
|
|
|
|
var marker_e0b759ddf1ecccd38ef4134176c9d123 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_7eba4e13a8a0c2da57d7ca0256c3d0f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8087bf60946b880eb7832beeea02bf83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41f967242fb32ef6fb0c2fe10a3a0162 = $(`<div id="html_41f967242fb32ef6fb0c2fe10a3a0162" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_8087bf60946b880eb7832beeea02bf83.setContent(html_41f967242fb32ef6fb0c2fe10a3a0162);
|
|
|
|
|
|
|
|
marker_e0b759ddf1ecccd38ef4134176c9d123.bindPopup(popup_8087bf60946b880eb7832beeea02bf83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0b759ddf1ecccd38ef4134176c9d123.setIcon(icon_7eba4e13a8a0c2da57d7ca0256c3d0f4);
|
|
|
|
|
|
var marker_2d45b74a73e7d96c9cfa4b05e4e663e9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_8624cc742a732b32582d9909132bd562 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fb674bef152369131de63b8494fe848 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_623513a72d2055743c257bf7b92f9b40 = $(`<div id="html_623513a72d2055743c257bf7b92f9b40" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_1fb674bef152369131de63b8494fe848.setContent(html_623513a72d2055743c257bf7b92f9b40);
|
|
|
|
|
|
|
|
marker_2d45b74a73e7d96c9cfa4b05e4e663e9.bindPopup(popup_1fb674bef152369131de63b8494fe848)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d45b74a73e7d96c9cfa4b05e4e663e9.setIcon(icon_8624cc742a732b32582d9909132bd562);
|
|
|
|
|
|
var marker_b1e852dcebfac33c788214f48f4d03e2 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_3905671b31980257e8ea9ac539388dcc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d13df8ecbf17b5f261b11e567168ef25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_967c1ef8e21d4d7aa6f05e8cd21a7787 = $(`<div id="html_967c1ef8e21d4d7aa6f05e8cd21a7787" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_d13df8ecbf17b5f261b11e567168ef25.setContent(html_967c1ef8e21d4d7aa6f05e8cd21a7787);
|
|
|
|
|
|
|
|
marker_b1e852dcebfac33c788214f48f4d03e2.bindPopup(popup_d13df8ecbf17b5f261b11e567168ef25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1e852dcebfac33c788214f48f4d03e2.setIcon(icon_3905671b31980257e8ea9ac539388dcc);
|
|
|
|
|
|
var marker_1301b01c5a33f7ccec719819012f40b6 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f14e5c265cee9cc776ae69b35236be54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_721c745b9ac9d198f3765271219211dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2bfb8d60adaf4fe103c748fb3f49fdc5 = $(`<div id="html_2bfb8d60adaf4fe103c748fb3f49fdc5" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_721c745b9ac9d198f3765271219211dc.setContent(html_2bfb8d60adaf4fe103c748fb3f49fdc5);
|
|
|
|
|
|
|
|
marker_1301b01c5a33f7ccec719819012f40b6.bindPopup(popup_721c745b9ac9d198f3765271219211dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1301b01c5a33f7ccec719819012f40b6.setIcon(icon_f14e5c265cee9cc776ae69b35236be54);
|
|
|
|
|
|
var marker_829e8a9ccc31f7fa53d613b860379cda = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_03787971aa45e143f2418ee8232b04cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b97839d9833ff745bdf59dbd5f6860b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92e4b2307b39588da495cb50610d5e84 = $(`<div id="html_92e4b2307b39588da495cb50610d5e84" style="width: 100.0%; height: 100.0%;">nostr.chaima.info:443</div>`)[0];
|
|
popup_7b97839d9833ff745bdf59dbd5f6860b.setContent(html_92e4b2307b39588da495cb50610d5e84);
|
|
|
|
|
|
|
|
marker_829e8a9ccc31f7fa53d613b860379cda.bindPopup(popup_7b97839d9833ff745bdf59dbd5f6860b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_829e8a9ccc31f7fa53d613b860379cda.setIcon(icon_03787971aa45e143f2418ee8232b04cb);
|
|
|
|
|
|
var marker_0f4a4ec8973333582f2d8c0883c541af = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_3effc651dec44c6fd5cfe6262d777e00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9eb9bda99a75cac9c8bd031753bb2df1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4bc33ac8c4ba4fc3de46c1b262a5e13b = $(`<div id="html_4bc33ac8c4ba4fc3de46c1b262a5e13b" style="width: 100.0%; height: 100.0%;">relay.trustr.ing:443</div>`)[0];
|
|
popup_9eb9bda99a75cac9c8bd031753bb2df1.setContent(html_4bc33ac8c4ba4fc3de46c1b262a5e13b);
|
|
|
|
|
|
|
|
marker_0f4a4ec8973333582f2d8c0883c541af.bindPopup(popup_9eb9bda99a75cac9c8bd031753bb2df1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f4a4ec8973333582f2d8c0883c541af.setIcon(icon_3effc651dec44c6fd5cfe6262d777e00);
|
|
|
|
|
|
var marker_1844d049967f9f3baf37320b64b861e7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_5f08da3617cb76e783bd35c3baece2b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd98980641022108046ae9c712ef9195 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7194daf0ec0929c0cc3536e278893968 = $(`<div id="html_7194daf0ec0929c0cc3536e278893968" style="width: 100.0%; height: 100.0%;">armada.sharegap.net</div>`)[0];
|
|
popup_bd98980641022108046ae9c712ef9195.setContent(html_7194daf0ec0929c0cc3536e278893968);
|
|
|
|
|
|
|
|
marker_1844d049967f9f3baf37320b64b861e7.bindPopup(popup_bd98980641022108046ae9c712ef9195)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1844d049967f9f3baf37320b64b861e7.setIcon(icon_5f08da3617cb76e783bd35c3baece2b9);
|
|
|
|
|
|
var marker_826388dd9263db61716be8a09bca6151 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_ec94ade3f68db6cea5e3bae4fb4bdc5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eaef0015bb58ee5c9cd72fef212d3660 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d723d478621d01c9f8c19e1bac35f662 = $(`<div id="html_d723d478621d01c9f8c19e1bac35f662" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch:443</div>`)[0];
|
|
popup_eaef0015bb58ee5c9cd72fef212d3660.setContent(html_d723d478621d01c9f8c19e1bac35f662);
|
|
|
|
|
|
|
|
marker_826388dd9263db61716be8a09bca6151.bindPopup(popup_eaef0015bb58ee5c9cd72fef212d3660)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_826388dd9263db61716be8a09bca6151.setIcon(icon_ec94ade3f68db6cea5e3bae4fb4bdc5e);
|
|
|
|
|
|
var marker_b27cd4acc00da1814dba4b10a329b54e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_92d7c19f349b002107b04d9138d5f35f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_732d7b9d7d90083969d4d18c8f815e6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_405b00ae237c6b9f1a9959c112efb055 = $(`<div id="html_405b00ae237c6b9f1a9959c112efb055" style="width: 100.0%; height: 100.0%;">strfry.shock.network:443</div>`)[0];
|
|
popup_732d7b9d7d90083969d4d18c8f815e6b.setContent(html_405b00ae237c6b9f1a9959c112efb055);
|
|
|
|
|
|
|
|
marker_b27cd4acc00da1814dba4b10a329b54e.bindPopup(popup_732d7b9d7d90083969d4d18c8f815e6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b27cd4acc00da1814dba4b10a329b54e.setIcon(icon_92d7c19f349b002107b04d9138d5f35f);
|
|
|
|
|
|
var marker_cf6a21a893c57f89cbe2e4cfedd83561 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_3f47c90abc3c38cf843a6347780e4712 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f3d9e337f444e68764ef91f1f61a381 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42ec73f33f2bd915c898700072aaab71 = $(`<div id="html_42ec73f33f2bd915c898700072aaab71" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_4f3d9e337f444e68764ef91f1f61a381.setContent(html_42ec73f33f2bd915c898700072aaab71);
|
|
|
|
|
|
|
|
marker_cf6a21a893c57f89cbe2e4cfedd83561.bindPopup(popup_4f3d9e337f444e68764ef91f1f61a381)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf6a21a893c57f89cbe2e4cfedd83561.setIcon(icon_3f47c90abc3c38cf843a6347780e4712);
|
|
|
|
|
|
var marker_176076f1a32a1f2c498cab081387f4dc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_dc4d23ee8ad63269dc6a87fbef6388a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2a78da1e751fd65f0fc2cdf8895696b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c62362118e224aedf09a8b2f686c3452 = $(`<div id="html_c62362118e224aedf09a8b2f686c3452" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_b2a78da1e751fd65f0fc2cdf8895696b.setContent(html_c62362118e224aedf09a8b2f686c3452);
|
|
|
|
|
|
|
|
marker_176076f1a32a1f2c498cab081387f4dc.bindPopup(popup_b2a78da1e751fd65f0fc2cdf8895696b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_176076f1a32a1f2c498cab081387f4dc.setIcon(icon_dc4d23ee8ad63269dc6a87fbef6388a2);
|
|
|
|
|
|
var marker_460e52b90c1de18398997ed347bf5746 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_3d130a1b4731248be8fb421b30622190 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7fa696174f1714878052c607aaf78772 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4b9fabb7038e20816ebc45f47346dfd = $(`<div id="html_e4b9fabb7038e20816ebc45f47346dfd" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_7fa696174f1714878052c607aaf78772.setContent(html_e4b9fabb7038e20816ebc45f47346dfd);
|
|
|
|
|
|
|
|
marker_460e52b90c1de18398997ed347bf5746.bindPopup(popup_7fa696174f1714878052c607aaf78772)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_460e52b90c1de18398997ed347bf5746.setIcon(icon_3d130a1b4731248be8fb421b30622190);
|
|
|
|
|
|
var marker_c57e27bd8a8c8fbaf344eb7e7683a169 = L.marker(
|
|
[9.27447, -83.5797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_ca39a49a2d50666b8e2c4cb4116bcae8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7e131781bb1068ac9f770e991d9e993 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fee9d9128abb3623d1b6d34fa63377c1 = $(`<div id="html_fee9d9128abb3623d1b6d34fa63377c1" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_e7e131781bb1068ac9f770e991d9e993.setContent(html_fee9d9128abb3623d1b6d34fa63377c1);
|
|
|
|
|
|
|
|
marker_c57e27bd8a8c8fbaf344eb7e7683a169.bindPopup(popup_e7e131781bb1068ac9f770e991d9e993)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c57e27bd8a8c8fbaf344eb7e7683a169.setIcon(icon_ca39a49a2d50666b8e2c4cb4116bcae8);
|
|
|
|
|
|
var marker_ce653b76832aebc202bbee766afcee88 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_beba3f257fa05a9d4bfc3254bde6b8fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ebb829290d0c405d4a71a9c33da2481 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_956f6e300a4442d7a252597520981270 = $(`<div id="html_956f6e300a4442d7a252597520981270" style="width: 100.0%; height: 100.0%;">relay.agentry.com:443</div>`)[0];
|
|
popup_2ebb829290d0c405d4a71a9c33da2481.setContent(html_956f6e300a4442d7a252597520981270);
|
|
|
|
|
|
|
|
marker_ce653b76832aebc202bbee766afcee88.bindPopup(popup_2ebb829290d0c405d4a71a9c33da2481)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce653b76832aebc202bbee766afcee88.setIcon(icon_beba3f257fa05a9d4bfc3254bde6b8fc);
|
|
|
|
|
|
var marker_a3fe2a30e82d0f4f770fd7340098586b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_dc2009baca8d795b0a5c85a50e8a8196 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e86fc934ec0122c829229090e7d878f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3f60020cda4ae905065e985a38945fc = $(`<div id="html_f3f60020cda4ae905065e985a38945fc" style="width: 100.0%; height: 100.0%;">nostr.janx.com</div>`)[0];
|
|
popup_e86fc934ec0122c829229090e7d878f5.setContent(html_f3f60020cda4ae905065e985a38945fc);
|
|
|
|
|
|
|
|
marker_a3fe2a30e82d0f4f770fd7340098586b.bindPopup(popup_e86fc934ec0122c829229090e7d878f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3fe2a30e82d0f4f770fd7340098586b.setIcon(icon_dc2009baca8d795b0a5c85a50e8a8196);
|
|
|
|
|
|
var marker_698c808bef148a4123394c8cedaaeb5e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_59465c6b115147b523b470f20659467d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f623a6bdcf81fbcea62e547cd814eae5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_690aa804532149f78e5b2ad115967ebe = $(`<div id="html_690aa804532149f78e5b2ad115967ebe" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_f623a6bdcf81fbcea62e547cd814eae5.setContent(html_690aa804532149f78e5b2ad115967ebe);
|
|
|
|
|
|
|
|
marker_698c808bef148a4123394c8cedaaeb5e.bindPopup(popup_f623a6bdcf81fbcea62e547cd814eae5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_698c808bef148a4123394c8cedaaeb5e.setIcon(icon_59465c6b115147b523b470f20659467d);
|
|
|
|
|
|
var marker_99e3cbe331e7ad18f9ca70da4b94d91e = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f915f1eb3b3c99d5549af3743b3c9e6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94fd8c500cd91fba9193bf383eb7d354 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1654127c56fce970fa5a0f2e2ec8974b = $(`<div id="html_1654127c56fce970fa5a0f2e2ec8974b" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_94fd8c500cd91fba9193bf383eb7d354.setContent(html_1654127c56fce970fa5a0f2e2ec8974b);
|
|
|
|
|
|
|
|
marker_99e3cbe331e7ad18f9ca70da4b94d91e.bindPopup(popup_94fd8c500cd91fba9193bf383eb7d354)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99e3cbe331e7ad18f9ca70da4b94d91e.setIcon(icon_f915f1eb3b3c99d5549af3743b3c9e6c);
|
|
|
|
|
|
var marker_bcc107121fd5bcde254aa5280221fda4 = L.marker(
|
|
[13.966, 101.513],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_35489adf8b33eaa2a49f1d535a44fc02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fa70f50c4bd94fb32e135e3dbf1ecd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92f31fae137799c509810f47a99be268 = $(`<div id="html_92f31fae137799c509810f47a99be268" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_8fa70f50c4bd94fb32e135e3dbf1ecd8.setContent(html_92f31fae137799c509810f47a99be268);
|
|
|
|
|
|
|
|
marker_bcc107121fd5bcde254aa5280221fda4.bindPopup(popup_8fa70f50c4bd94fb32e135e3dbf1ecd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bcc107121fd5bcde254aa5280221fda4.setIcon(icon_35489adf8b33eaa2a49f1d535a44fc02);
|
|
|
|
|
|
var marker_3e6b32324a69aea06b1f2b35c8bf640d = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_a04a6d3f2e7aff6c27a1396c51a7c1f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b514e6290749d338f69d9db01375f115 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ace14830afdb47190037fb4cbfe51a8 = $(`<div id="html_0ace14830afdb47190037fb4cbfe51a8" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_b514e6290749d338f69d9db01375f115.setContent(html_0ace14830afdb47190037fb4cbfe51a8);
|
|
|
|
|
|
|
|
marker_3e6b32324a69aea06b1f2b35c8bf640d.bindPopup(popup_b514e6290749d338f69d9db01375f115)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e6b32324a69aea06b1f2b35c8bf640d.setIcon(icon_a04a6d3f2e7aff6c27a1396c51a7c1f8);
|
|
|
|
|
|
var marker_cbc8153496e48b84acf5b7216dff1095 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_34ced4c084708c88f79c51cece5eb107 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e9efc3d85ccd4bf756cc98dbe01f51c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d12f97a0f5946a44a36d4e45b84ddad = $(`<div id="html_0d12f97a0f5946a44a36d4e45b84ddad" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club</div>`)[0];
|
|
popup_2e9efc3d85ccd4bf756cc98dbe01f51c.setContent(html_0d12f97a0f5946a44a36d4e45b84ddad);
|
|
|
|
|
|
|
|
marker_cbc8153496e48b84acf5b7216dff1095.bindPopup(popup_2e9efc3d85ccd4bf756cc98dbe01f51c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbc8153496e48b84acf5b7216dff1095.setIcon(icon_34ced4c084708c88f79c51cece5eb107);
|
|
|
|
|
|
var marker_b9aa755ee3572f1ccb935a9dc785a77d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_aa40438caaa7d89d25f327f1c8deb520 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebd134312893fea4e413ca4412d68713 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_706ad8fa25e8475a5e6a58b88fd2389e = $(`<div id="html_706ad8fa25e8475a5e6a58b88fd2389e" style="width: 100.0%; height: 100.0%;">x.kojira.io:443</div>`)[0];
|
|
popup_ebd134312893fea4e413ca4412d68713.setContent(html_706ad8fa25e8475a5e6a58b88fd2389e);
|
|
|
|
|
|
|
|
marker_b9aa755ee3572f1ccb935a9dc785a77d.bindPopup(popup_ebd134312893fea4e413ca4412d68713)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9aa755ee3572f1ccb935a9dc785a77d.setIcon(icon_aa40438caaa7d89d25f327f1c8deb520);
|
|
|
|
|
|
var marker_2307fdabd05fba0377ff74cb02c2bdb8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_c594a909b758f846739da055a5dd3f98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ca5362d41cf703aef24c8bd4d008663 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2678b49b35f5ded64c1fe6019c4eb2d2 = $(`<div id="html_2678b49b35f5ded64c1fe6019c4eb2d2" style="width: 100.0%; height: 100.0%;">relay.mostr.pub:443</div>`)[0];
|
|
popup_1ca5362d41cf703aef24c8bd4d008663.setContent(html_2678b49b35f5ded64c1fe6019c4eb2d2);
|
|
|
|
|
|
|
|
marker_2307fdabd05fba0377ff74cb02c2bdb8.bindPopup(popup_1ca5362d41cf703aef24c8bd4d008663)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2307fdabd05fba0377ff74cb02c2bdb8.setIcon(icon_c594a909b758f846739da055a5dd3f98);
|
|
|
|
|
|
var marker_f0741e5e73b10e2d9c796a2d7fbb84e4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_fff592231ea0a273a259aaca7aa8353e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0d2bded7627fd7de936e6bf14d2f840 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4159c75444db5d9dc14fb97f14e5e426 = $(`<div id="html_4159c75444db5d9dc14fb97f14e5e426" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_a0d2bded7627fd7de936e6bf14d2f840.setContent(html_4159c75444db5d9dc14fb97f14e5e426);
|
|
|
|
|
|
|
|
marker_f0741e5e73b10e2d9c796a2d7fbb84e4.bindPopup(popup_a0d2bded7627fd7de936e6bf14d2f840)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0741e5e73b10e2d9c796a2d7fbb84e4.setIcon(icon_fff592231ea0a273a259aaca7aa8353e);
|
|
|
|
|
|
var marker_52c17019ad4b86e18a0d32837d4c5eb7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_57028219e0406befb92775023f1cc3eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f578a16f1d74336aefe0bf2df39eeaca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ccafe6b42e01046472949faf2c998b2 = $(`<div id="html_7ccafe6b42e01046472949faf2c998b2" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app:443</div>`)[0];
|
|
popup_f578a16f1d74336aefe0bf2df39eeaca.setContent(html_7ccafe6b42e01046472949faf2c998b2);
|
|
|
|
|
|
|
|
marker_52c17019ad4b86e18a0d32837d4c5eb7.bindPopup(popup_f578a16f1d74336aefe0bf2df39eeaca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52c17019ad4b86e18a0d32837d4c5eb7.setIcon(icon_57028219e0406befb92775023f1cc3eb);
|
|
|
|
|
|
var marker_60dc2aaeacc83f68f04a542d9e4720d4 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_7cbab2973d24305e576537d2ee1c216e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2fbea6b613c904bad0445c286562250b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d38618080e335ee1d2f22b1f9fb0872f = $(`<div id="html_d38618080e335ee1d2f22b1f9fb0872f" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com:443</div>`)[0];
|
|
popup_2fbea6b613c904bad0445c286562250b.setContent(html_d38618080e335ee1d2f22b1f9fb0872f);
|
|
|
|
|
|
|
|
marker_60dc2aaeacc83f68f04a542d9e4720d4.bindPopup(popup_2fbea6b613c904bad0445c286562250b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60dc2aaeacc83f68f04a542d9e4720d4.setIcon(icon_7cbab2973d24305e576537d2ee1c216e);
|
|
|
|
|
|
var marker_e9e3260f954b970d975a21b64abe9437 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_7000eb567cfd852cccb668e68e122c42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b6e81ca5406ae205b990e42d3b0d807 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be78eb25e4ae0292d727f3f379520591 = $(`<div id="html_be78eb25e4ae0292d727f3f379520591" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_6b6e81ca5406ae205b990e42d3b0d807.setContent(html_be78eb25e4ae0292d727f3f379520591);
|
|
|
|
|
|
|
|
marker_e9e3260f954b970d975a21b64abe9437.bindPopup(popup_6b6e81ca5406ae205b990e42d3b0d807)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9e3260f954b970d975a21b64abe9437.setIcon(icon_7000eb567cfd852cccb668e68e122c42);
|
|
|
|
|
|
var marker_0b7d6e5678884cb066fea392aaef87ba = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_e889511117424032c0bec54212473dc3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee6fb8b1f2b5889f07777ca9061ccb75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa685204303bb144866c087af306f081 = $(`<div id="html_fa685204303bb144866c087af306f081" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_ee6fb8b1f2b5889f07777ca9061ccb75.setContent(html_fa685204303bb144866c087af306f081);
|
|
|
|
|
|
|
|
marker_0b7d6e5678884cb066fea392aaef87ba.bindPopup(popup_ee6fb8b1f2b5889f07777ca9061ccb75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b7d6e5678884cb066fea392aaef87ba.setIcon(icon_e889511117424032c0bec54212473dc3);
|
|
|
|
|
|
var marker_98e487a251c70ac2531805d0d44ab1f6 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_4dbbecdfbf5870d06112759000bb2bcf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ea3400433d779450b58f79fb14829c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36ab3ea0f29f8cde9d27345543ed2ea4 = $(`<div id="html_36ab3ea0f29f8cde9d27345543ed2ea4" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_5ea3400433d779450b58f79fb14829c4.setContent(html_36ab3ea0f29f8cde9d27345543ed2ea4);
|
|
|
|
|
|
|
|
marker_98e487a251c70ac2531805d0d44ab1f6.bindPopup(popup_5ea3400433d779450b58f79fb14829c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98e487a251c70ac2531805d0d44ab1f6.setIcon(icon_4dbbecdfbf5870d06112759000bb2bcf);
|
|
|
|
|
|
var marker_dd6b5676cee4c6c9b0c21284b131d191 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_3fd2f2a6ed19b346ff8f79d5ea0c3aca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_347131184755fef41b36e5cdf9da7db8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e0880d7f8ca6085a82e814af1f0f1eb = $(`<div id="html_4e0880d7f8ca6085a82e814af1f0f1eb" style="width: 100.0%; height: 100.0%;">relay.dreamith.to:443</div>`)[0];
|
|
popup_347131184755fef41b36e5cdf9da7db8.setContent(html_4e0880d7f8ca6085a82e814af1f0f1eb);
|
|
|
|
|
|
|
|
marker_dd6b5676cee4c6c9b0c21284b131d191.bindPopup(popup_347131184755fef41b36e5cdf9da7db8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd6b5676cee4c6c9b0c21284b131d191.setIcon(icon_3fd2f2a6ed19b346ff8f79d5ea0c3aca);
|
|
|
|
|
|
var marker_5565c57d791d7c43cac1e9208cadcc5c = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_342183b15a39dc13035c723aa4ee305e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7cd6ded58dde90bf8151f7bf22a036f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_761acd0247f2276e029fd1025faeba68 = $(`<div id="html_761acd0247f2276e029fd1025faeba68" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_7cd6ded58dde90bf8151f7bf22a036f6.setContent(html_761acd0247f2276e029fd1025faeba68);
|
|
|
|
|
|
|
|
marker_5565c57d791d7c43cac1e9208cadcc5c.bindPopup(popup_7cd6ded58dde90bf8151f7bf22a036f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5565c57d791d7c43cac1e9208cadcc5c.setIcon(icon_342183b15a39dc13035c723aa4ee305e);
|
|
|
|
|
|
var marker_734753df614983d0bfb0a829b9049132 = L.marker(
|
|
[41.5284, -87.4237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_395d30a5303c72994872b9b3a42b2cef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6276eb470bd2dca054e18213eb93aa1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_519772bed1415b535c57f8f09c6610dc = $(`<div id="html_519772bed1415b535c57f8f09c6610dc" style="width: 100.0%; height: 100.0%;">bbw-nostr.xyz</div>`)[0];
|
|
popup_6276eb470bd2dca054e18213eb93aa1f.setContent(html_519772bed1415b535c57f8f09c6610dc);
|
|
|
|
|
|
|
|
marker_734753df614983d0bfb0a829b9049132.bindPopup(popup_6276eb470bd2dca054e18213eb93aa1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_734753df614983d0bfb0a829b9049132.setIcon(icon_395d30a5303c72994872b9b3a42b2cef);
|
|
|
|
|
|
var marker_601830c4b13759e55725a20361fc85fb = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f2c0f4900c56cac2f5535fff44b0b70c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f331b8a425a81855736257664e1593a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7948d644e985068be42c8be0661bf97 = $(`<div id="html_f7948d644e985068be42c8be0661bf97" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_f331b8a425a81855736257664e1593a1.setContent(html_f7948d644e985068be42c8be0661bf97);
|
|
|
|
|
|
|
|
marker_601830c4b13759e55725a20361fc85fb.bindPopup(popup_f331b8a425a81855736257664e1593a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_601830c4b13759e55725a20361fc85fb.setIcon(icon_f2c0f4900c56cac2f5535fff44b0b70c);
|
|
|
|
|
|
var marker_cb9c6308d5365673928fef37489d0df1 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f7f030b0795c20d27415f561c6fb3840 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff6f9810d576dd5bd7578a01345502a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f8bc2b6d24116d255ca3abaf916eec8 = $(`<div id="html_3f8bc2b6d24116d255ca3abaf916eec8" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com:443</div>`)[0];
|
|
popup_ff6f9810d576dd5bd7578a01345502a2.setContent(html_3f8bc2b6d24116d255ca3abaf916eec8);
|
|
|
|
|
|
|
|
marker_cb9c6308d5365673928fef37489d0df1.bindPopup(popup_ff6f9810d576dd5bd7578a01345502a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb9c6308d5365673928fef37489d0df1.setIcon(icon_f7f030b0795c20d27415f561c6fb3840);
|
|
|
|
|
|
var marker_56002991a0517dc5976c2f9719987e41 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_bb10f2edb98d7ea5e9089cd52dd727ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14002ee86e2dc27961131b092a13625d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed804d69b4d53c85919b6ed568733e24 = $(`<div id="html_ed804d69b4d53c85919b6ed568733e24" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_14002ee86e2dc27961131b092a13625d.setContent(html_ed804d69b4d53c85919b6ed568733e24);
|
|
|
|
|
|
|
|
marker_56002991a0517dc5976c2f9719987e41.bindPopup(popup_14002ee86e2dc27961131b092a13625d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56002991a0517dc5976c2f9719987e41.setIcon(icon_bb10f2edb98d7ea5e9089cd52dd727ec);
|
|
|
|
|
|
var marker_7cbdce88fe406d511b4598c4f9e9ed96 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_ee2e86834ad124681422b10eb57e8d51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21da5abab84ea4863c7a9c510e1d6507 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c73717e35b5982f445b1d6748e491d9d = $(`<div id="html_c73717e35b5982f445b1d6748e491d9d" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de:443</div>`)[0];
|
|
popup_21da5abab84ea4863c7a9c510e1d6507.setContent(html_c73717e35b5982f445b1d6748e491d9d);
|
|
|
|
|
|
|
|
marker_7cbdce88fe406d511b4598c4f9e9ed96.bindPopup(popup_21da5abab84ea4863c7a9c510e1d6507)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cbdce88fe406d511b4598c4f9e9ed96.setIcon(icon_ee2e86834ad124681422b10eb57e8d51);
|
|
|
|
|
|
var marker_aa28085cc12b54a865f6a376da2642ea = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_bf61657c8e246b204e4699b8e615afab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfd9ff3307d2878744c65d20cea2d07e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4130b8cfc1747d722c8aee51da724e4 = $(`<div id="html_c4130b8cfc1747d722c8aee51da724e4" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_dfd9ff3307d2878744c65d20cea2d07e.setContent(html_c4130b8cfc1747d722c8aee51da724e4);
|
|
|
|
|
|
|
|
marker_aa28085cc12b54a865f6a376da2642ea.bindPopup(popup_dfd9ff3307d2878744c65d20cea2d07e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa28085cc12b54a865f6a376da2642ea.setIcon(icon_bf61657c8e246b204e4699b8e615afab);
|
|
|
|
|
|
var marker_b1883339fcfe42ae3a0fdf16aacf049f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_fd4c69a80fad12c977efa57a15dd95e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5a1b67ccf2f1478a74d4127876d5458 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02e777344d6acdf0ece929fd2d6ad9ae = $(`<div id="html_02e777344d6acdf0ece929fd2d6ad9ae" style="width: 100.0%; height: 100.0%;">relay.mrmave.work</div>`)[0];
|
|
popup_d5a1b67ccf2f1478a74d4127876d5458.setContent(html_02e777344d6acdf0ece929fd2d6ad9ae);
|
|
|
|
|
|
|
|
marker_b1883339fcfe42ae3a0fdf16aacf049f.bindPopup(popup_d5a1b67ccf2f1478a74d4127876d5458)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1883339fcfe42ae3a0fdf16aacf049f.setIcon(icon_fd4c69a80fad12c977efa57a15dd95e3);
|
|
|
|
|
|
var marker_ae07ef32c95c96b76b9eb584bdf68cc8 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_64e319698139f3aba0bdb678f41e655c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b84b1591c862e9290e1bab21222a676e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c3617c515fc3eef71e02e7df6e3e814 = $(`<div id="html_9c3617c515fc3eef71e02e7df6e3e814" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_b84b1591c862e9290e1bab21222a676e.setContent(html_9c3617c515fc3eef71e02e7df6e3e814);
|
|
|
|
|
|
|
|
marker_ae07ef32c95c96b76b9eb584bdf68cc8.bindPopup(popup_b84b1591c862e9290e1bab21222a676e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae07ef32c95c96b76b9eb584bdf68cc8.setIcon(icon_64e319698139f3aba0bdb678f41e655c);
|
|
|
|
|
|
var marker_fd800b1858154caa88dcdac327718a11 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_a4dd4a427c8b69b5f6d056fe9439e995 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69f57473e652d8227c9ad8f7f01b8c19 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_063a6af6af18f178c6a7f455781098fc = $(`<div id="html_063a6af6af18f178c6a7f455781098fc" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com:443</div>`)[0];
|
|
popup_69f57473e652d8227c9ad8f7f01b8c19.setContent(html_063a6af6af18f178c6a7f455781098fc);
|
|
|
|
|
|
|
|
marker_fd800b1858154caa88dcdac327718a11.bindPopup(popup_69f57473e652d8227c9ad8f7f01b8c19)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd800b1858154caa88dcdac327718a11.setIcon(icon_a4dd4a427c8b69b5f6d056fe9439e995);
|
|
|
|
|
|
var marker_35a236760e61f8813f715af14d5478f6 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_1d4b1ebd7a61b984615bc79559715c22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7ab4a16d00f522b9239ebef444be5fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_511085c0e718295a04d7d645a29ca068 = $(`<div id="html_511085c0e718295a04d7d645a29ca068" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_d7ab4a16d00f522b9239ebef444be5fc.setContent(html_511085c0e718295a04d7d645a29ca068);
|
|
|
|
|
|
|
|
marker_35a236760e61f8813f715af14d5478f6.bindPopup(popup_d7ab4a16d00f522b9239ebef444be5fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35a236760e61f8813f715af14d5478f6.setIcon(icon_1d4b1ebd7a61b984615bc79559715c22);
|
|
|
|
|
|
var marker_9870501e6ac0a9847cfd1a5a1a46bdd1 = L.marker(
|
|
[44.7839, -106.941],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_1b941718368e277e6c4583a53e67bc72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e26b7b849abde400c8a4635e02e1b88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be69ee22ee059671e12aec27239f3ca0 = $(`<div id="html_be69ee22ee059671e12aec27239f3ca0" style="width: 100.0%; height: 100.0%;">relay1.orangesync.tech</div>`)[0];
|
|
popup_8e26b7b849abde400c8a4635e02e1b88.setContent(html_be69ee22ee059671e12aec27239f3ca0);
|
|
|
|
|
|
|
|
marker_9870501e6ac0a9847cfd1a5a1a46bdd1.bindPopup(popup_8e26b7b849abde400c8a4635e02e1b88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9870501e6ac0a9847cfd1a5a1a46bdd1.setIcon(icon_1b941718368e277e6c4583a53e67bc72);
|
|
|
|
|
|
var marker_723c537af8e81514b2888946ccef2eb3 = L.marker(
|
|
[9.27447, -83.5797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_37dd194a156fc7886f408103fdc71a49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bf233f873269ce9c5cf585c16f6a77c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aaff5963ea1b635921957febc173886f = $(`<div id="html_aaff5963ea1b635921957febc173886f" style="width: 100.0%; height: 100.0%;">no.str.cr:443</div>`)[0];
|
|
popup_0bf233f873269ce9c5cf585c16f6a77c.setContent(html_aaff5963ea1b635921957febc173886f);
|
|
|
|
|
|
|
|
marker_723c537af8e81514b2888946ccef2eb3.bindPopup(popup_0bf233f873269ce9c5cf585c16f6a77c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_723c537af8e81514b2888946ccef2eb3.setIcon(icon_37dd194a156fc7886f408103fdc71a49);
|
|
|
|
|
|
var marker_828c46c75b83d02dd569e60b10050603 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_6b60ade1f1ebe0b2e9af73b61e71cc76 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed0d033e8f3e7909e157e8543d1495f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa6a9476366129e4b6ef78f39006ea6d = $(`<div id="html_aa6a9476366129e4b6ef78f39006ea6d" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com:443</div>`)[0];
|
|
popup_ed0d033e8f3e7909e157e8543d1495f6.setContent(html_aa6a9476366129e4b6ef78f39006ea6d);
|
|
|
|
|
|
|
|
marker_828c46c75b83d02dd569e60b10050603.bindPopup(popup_ed0d033e8f3e7909e157e8543d1495f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_828c46c75b83d02dd569e60b10050603.setIcon(icon_6b60ade1f1ebe0b2e9af73b61e71cc76);
|
|
|
|
|
|
var marker_3ab5059b93ed3624af2a1509331e984f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_4c6b241d22f02c6ff1b569060b376ebf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f886fe2ac08c8261fcd0d543d2e3aba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b50e1417ba32ac4e9899a0ccc6292435 = $(`<div id="html_b50e1417ba32ac4e9899a0ccc6292435" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_2f886fe2ac08c8261fcd0d543d2e3aba.setContent(html_b50e1417ba32ac4e9899a0ccc6292435);
|
|
|
|
|
|
|
|
marker_3ab5059b93ed3624af2a1509331e984f.bindPopup(popup_2f886fe2ac08c8261fcd0d543d2e3aba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ab5059b93ed3624af2a1509331e984f.setIcon(icon_4c6b241d22f02c6ff1b569060b376ebf);
|
|
|
|
|
|
var marker_bf2ef88dcdd4332bca5aadc11923d10b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_121217b9273d1aa82d37b25c20a22ce0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37ed80324b1f588b9fbee81b5e0e89ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8652ffaaee79eea1b0bec0cb8a0c7fb1 = $(`<div id="html_8652ffaaee79eea1b0bec0cb8a0c7fb1" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io:443</div>`)[0];
|
|
popup_37ed80324b1f588b9fbee81b5e0e89ec.setContent(html_8652ffaaee79eea1b0bec0cb8a0c7fb1);
|
|
|
|
|
|
|
|
marker_bf2ef88dcdd4332bca5aadc11923d10b.bindPopup(popup_37ed80324b1f588b9fbee81b5e0e89ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf2ef88dcdd4332bca5aadc11923d10b.setIcon(icon_121217b9273d1aa82d37b25c20a22ce0);
|
|
|
|
|
|
var marker_7736e1b23ffeb9aa3be5b91e0847c501 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_7633b332fcd679fa3943ad85aca0e443 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7b973a980d91df97c4f508f4f0deb2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d51f7b065ef3ff0fc0fe89759e7e7c1 = $(`<div id="html_7d51f7b065ef3ff0fc0fe89759e7e7c1" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_e7b973a980d91df97c4f508f4f0deb2a.setContent(html_7d51f7b065ef3ff0fc0fe89759e7e7c1);
|
|
|
|
|
|
|
|
marker_7736e1b23ffeb9aa3be5b91e0847c501.bindPopup(popup_e7b973a980d91df97c4f508f4f0deb2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7736e1b23ffeb9aa3be5b91e0847c501.setIcon(icon_7633b332fcd679fa3943ad85aca0e443);
|
|
|
|
|
|
var marker_77d9f559cfe506c2381b1cc071c4da39 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_bcc939d52d7a64b3abb964100a2cef7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7c3c4e512365a89d1836b25f1e91dec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73d5602db3d28d82f505c07a52e7bd02 = $(`<div id="html_73d5602db3d28d82f505c07a52e7bd02" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_b7c3c4e512365a89d1836b25f1e91dec.setContent(html_73d5602db3d28d82f505c07a52e7bd02);
|
|
|
|
|
|
|
|
marker_77d9f559cfe506c2381b1cc071c4da39.bindPopup(popup_b7c3c4e512365a89d1836b25f1e91dec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77d9f559cfe506c2381b1cc071c4da39.setIcon(icon_bcc939d52d7a64b3abb964100a2cef7b);
|
|
|
|
|
|
var marker_caeb95b6b6f564acd64906e3dcf05587 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_07d0efe163a2f4d8e953631031e36bc0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc9cfdc6eb67a97823a58ab02937fc9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff6dac86445ba25d8ff9e69df515a8da = $(`<div id="html_ff6dac86445ba25d8ff9e69df515a8da" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_cc9cfdc6eb67a97823a58ab02937fc9c.setContent(html_ff6dac86445ba25d8ff9e69df515a8da);
|
|
|
|
|
|
|
|
marker_caeb95b6b6f564acd64906e3dcf05587.bindPopup(popup_cc9cfdc6eb67a97823a58ab02937fc9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_caeb95b6b6f564acd64906e3dcf05587.setIcon(icon_07d0efe163a2f4d8e953631031e36bc0);
|
|
|
|
|
|
var marker_39dd4e517ab8a6af791311e8ade96685 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_10bd28c6555b99580ee46636fcec981a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10085c50d870021e2178a3c8bce82e4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff8ae3a466a313d6f74838ed1b9b646e = $(`<div id="html_ff8ae3a466a313d6f74838ed1b9b646e" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_10085c50d870021e2178a3c8bce82e4c.setContent(html_ff8ae3a466a313d6f74838ed1b9b646e);
|
|
|
|
|
|
|
|
marker_39dd4e517ab8a6af791311e8ade96685.bindPopup(popup_10085c50d870021e2178a3c8bce82e4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39dd4e517ab8a6af791311e8ade96685.setIcon(icon_10bd28c6555b99580ee46636fcec981a);
|
|
|
|
|
|
var marker_5dc14e3e2be093127b742fd120eaee5d = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_1b28f301822140184c20512f5cd4bf6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44e96b3bced27501ae58a5ded19119d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_196ba0e224518f0ae17a6d3d3248e0b1 = $(`<div id="html_196ba0e224518f0ae17a6d3d3248e0b1" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_44e96b3bced27501ae58a5ded19119d6.setContent(html_196ba0e224518f0ae17a6d3d3248e0b1);
|
|
|
|
|
|
|
|
marker_5dc14e3e2be093127b742fd120eaee5d.bindPopup(popup_44e96b3bced27501ae58a5ded19119d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5dc14e3e2be093127b742fd120eaee5d.setIcon(icon_1b28f301822140184c20512f5cd4bf6c);
|
|
|
|
|
|
var marker_0f2fcd8424b2d40a7f393026a05ae423 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f38e40a6d1d75ad11cccf49cb7262591 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f009af77f95cf95531c5fd068e0e613 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b77c9ae66b6aa09662f0d96ca11870e = $(`<div id="html_9b77c9ae66b6aa09662f0d96ca11870e" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io:443</div>`)[0];
|
|
popup_4f009af77f95cf95531c5fd068e0e613.setContent(html_9b77c9ae66b6aa09662f0d96ca11870e);
|
|
|
|
|
|
|
|
marker_0f2fcd8424b2d40a7f393026a05ae423.bindPopup(popup_4f009af77f95cf95531c5fd068e0e613)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f2fcd8424b2d40a7f393026a05ae423.setIcon(icon_f38e40a6d1d75ad11cccf49cb7262591);
|
|
|
|
|
|
var marker_9bce7d5b6ec861752d7f61be963b582b = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_2111382694e4cc5f1a7b380468cf4c04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f8300b67e68a603b8c5861382cb6395 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c98a86975fab45c940ba4654d4ccf25 = $(`<div id="html_2c98a86975fab45c940ba4654d4ccf25" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_6f8300b67e68a603b8c5861382cb6395.setContent(html_2c98a86975fab45c940ba4654d4ccf25);
|
|
|
|
|
|
|
|
marker_9bce7d5b6ec861752d7f61be963b582b.bindPopup(popup_6f8300b67e68a603b8c5861382cb6395)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9bce7d5b6ec861752d7f61be963b582b.setIcon(icon_2111382694e4cc5f1a7b380468cf4c04);
|
|
|
|
|
|
var marker_b346ca57b70809333e2f57f692fe2bac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_8fd0659f0aecc8b6ff72793e2633613c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e00c1f3f37443c7d279d4048442a4a3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_747d880c94c89303a608fae4fc47198d = $(`<div id="html_747d880c94c89303a608fae4fc47198d" style="width: 100.0%; height: 100.0%;">relay.ohstr.com:443</div>`)[0];
|
|
popup_e00c1f3f37443c7d279d4048442a4a3e.setContent(html_747d880c94c89303a608fae4fc47198d);
|
|
|
|
|
|
|
|
marker_b346ca57b70809333e2f57f692fe2bac.bindPopup(popup_e00c1f3f37443c7d279d4048442a4a3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b346ca57b70809333e2f57f692fe2bac.setIcon(icon_8fd0659f0aecc8b6ff72793e2633613c);
|
|
|
|
|
|
var marker_8c04f1f046799572ce5a81c8cd89bd0e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_d3fcc00b7dbc487cfd514ace7f9b8246 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed77ee474b63f3bde2e0c50a33dbd0bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7a73103c58350069f2fe7f1f6bb279b = $(`<div id="html_d7a73103c58350069f2fe7f1f6bb279b" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_ed77ee474b63f3bde2e0c50a33dbd0bb.setContent(html_d7a73103c58350069f2fe7f1f6bb279b);
|
|
|
|
|
|
|
|
marker_8c04f1f046799572ce5a81c8cd89bd0e.bindPopup(popup_ed77ee474b63f3bde2e0c50a33dbd0bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c04f1f046799572ce5a81c8cd89bd0e.setIcon(icon_d3fcc00b7dbc487cfd514ace7f9b8246);
|
|
|
|
|
|
var marker_11c908ce4f877c95339c76dffd7b7a87 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_e742178486a9f9bb8b3d473fc7891cf7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c3724591168d423ebf1b1d946a3a65c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a0292e47d499aa2170df209fe785b77 = $(`<div id="html_3a0292e47d499aa2170df209fe785b77" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_5c3724591168d423ebf1b1d946a3a65c.setContent(html_3a0292e47d499aa2170df209fe785b77);
|
|
|
|
|
|
|
|
marker_11c908ce4f877c95339c76dffd7b7a87.bindPopup(popup_5c3724591168d423ebf1b1d946a3a65c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11c908ce4f877c95339c76dffd7b7a87.setIcon(icon_e742178486a9f9bb8b3d473fc7891cf7);
|
|
|
|
|
|
var marker_8b7003a1a72f7004967496057818e903 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f25401f0200b02b5a8d72ce1761cfdfb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_caa7a66a20b0d21f7457001a467fc52f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f230bb375e001f0ae78c665c89595b39 = $(`<div id="html_f230bb375e001f0ae78c665c89595b39" style="width: 100.0%; height: 100.0%;">relay.damus.io:443</div>`)[0];
|
|
popup_caa7a66a20b0d21f7457001a467fc52f.setContent(html_f230bb375e001f0ae78c665c89595b39);
|
|
|
|
|
|
|
|
marker_8b7003a1a72f7004967496057818e903.bindPopup(popup_caa7a66a20b0d21f7457001a467fc52f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b7003a1a72f7004967496057818e903.setIcon(icon_f25401f0200b02b5a8d72ce1761cfdfb);
|
|
|
|
|
|
var marker_325452b6f458e0b1805c73de102a4e45 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_7db7a6f023bfb98991a4b970e7c5ae9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11ead7c5aff0451370c152023666f394 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_597b299640c8f46381029022a4204543 = $(`<div id="html_597b299640c8f46381029022a4204543" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_11ead7c5aff0451370c152023666f394.setContent(html_597b299640c8f46381029022a4204543);
|
|
|
|
|
|
|
|
marker_325452b6f458e0b1805c73de102a4e45.bindPopup(popup_11ead7c5aff0451370c152023666f394)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_325452b6f458e0b1805c73de102a4e45.setIcon(icon_7db7a6f023bfb98991a4b970e7c5ae9f);
|
|
|
|
|
|
var marker_2729b813c077b896288c86b1129a2069 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_fa9fff491116d379aca4ec7b9a78a323 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ccaec271712ba10fd25075459a77c0ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e124a0a6f089e0d0cea4b7ae554301ad = $(`<div id="html_e124a0a6f089e0d0cea4b7ae554301ad" style="width: 100.0%; height: 100.0%;">relay.nostr.net:443</div>`)[0];
|
|
popup_ccaec271712ba10fd25075459a77c0ef.setContent(html_e124a0a6f089e0d0cea4b7ae554301ad);
|
|
|
|
|
|
|
|
marker_2729b813c077b896288c86b1129a2069.bindPopup(popup_ccaec271712ba10fd25075459a77c0ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2729b813c077b896288c86b1129a2069.setIcon(icon_fa9fff491116d379aca4ec7b9a78a323);
|
|
|
|
|
|
var marker_641cc1e16b556c1594421494a77b69ba = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_b728295b2526c76737c794014edfa4f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_988e90391809fbcb183c9f35fd758b10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e2172a5b73e003b004e51833a2e657f = $(`<div id="html_2e2172a5b73e003b004e51833a2e657f" style="width: 100.0%; height: 100.0%;">relay.0xchat.com:443</div>`)[0];
|
|
popup_988e90391809fbcb183c9f35fd758b10.setContent(html_2e2172a5b73e003b004e51833a2e657f);
|
|
|
|
|
|
|
|
marker_641cc1e16b556c1594421494a77b69ba.bindPopup(popup_988e90391809fbcb183c9f35fd758b10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_641cc1e16b556c1594421494a77b69ba.setIcon(icon_b728295b2526c76737c794014edfa4f5);
|
|
|
|
|
|
var marker_a7c17a2001c917d9dccfc1aa1f5cb30f = L.marker(
|
|
[50.914, 3.21378],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_ef504add4ff61efa9478859d01a0d735 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f60dfaef8a5aa541b65f1d5b4ad00885 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f18878a06993ebb33172f12bbb811d6 = $(`<div id="html_0f18878a06993ebb33172f12bbb811d6" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_f60dfaef8a5aa541b65f1d5b4ad00885.setContent(html_0f18878a06993ebb33172f12bbb811d6);
|
|
|
|
|
|
|
|
marker_a7c17a2001c917d9dccfc1aa1f5cb30f.bindPopup(popup_f60dfaef8a5aa541b65f1d5b4ad00885)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7c17a2001c917d9dccfc1aa1f5cb30f.setIcon(icon_ef504add4ff61efa9478859d01a0d735);
|
|
|
|
|
|
var marker_dfbc34b52a886290ec47a81e88787ec7 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_4a2a9866bcf83a520dc8ffd57090422e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a61e9e6bcc586c04147fbf885ac67f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70b6a6ff39166ec1e364d9f21a3c17ed = $(`<div id="html_70b6a6ff39166ec1e364d9f21a3c17ed" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_8a61e9e6bcc586c04147fbf885ac67f0.setContent(html_70b6a6ff39166ec1e364d9f21a3c17ed);
|
|
|
|
|
|
|
|
marker_dfbc34b52a886290ec47a81e88787ec7.bindPopup(popup_8a61e9e6bcc586c04147fbf885ac67f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dfbc34b52a886290ec47a81e88787ec7.setIcon(icon_4a2a9866bcf83a520dc8ffd57090422e);
|
|
|
|
|
|
var marker_8bdd73bf6ea9f69edf8bcb3810939c3e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_bc0373ff71a7a278078471d1ce077c33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebcf6dca37dd535c2ed1ad468f70e933 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01a8887f4645cc1e82f1255c63a4332c = $(`<div id="html_01a8887f4645cc1e82f1255c63a4332c" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com:443</div>`)[0];
|
|
popup_ebcf6dca37dd535c2ed1ad468f70e933.setContent(html_01a8887f4645cc1e82f1255c63a4332c);
|
|
|
|
|
|
|
|
marker_8bdd73bf6ea9f69edf8bcb3810939c3e.bindPopup(popup_ebcf6dca37dd535c2ed1ad468f70e933)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bdd73bf6ea9f69edf8bcb3810939c3e.setIcon(icon_bc0373ff71a7a278078471d1ce077c33);
|
|
|
|
|
|
var marker_12211f2572a3dc0cb8f964b141be6efc = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_3bb03aa3d6ce7f86ec06da84aa8f7d78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33c45fba590fe63bdd05464940681f45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_847d29ed24ba26c4823b65fa2d36e47b = $(`<div id="html_847d29ed24ba26c4823b65fa2d36e47b" style="width: 100.0%; height: 100.0%;">r.0kb.io:443</div>`)[0];
|
|
popup_33c45fba590fe63bdd05464940681f45.setContent(html_847d29ed24ba26c4823b65fa2d36e47b);
|
|
|
|
|
|
|
|
marker_12211f2572a3dc0cb8f964b141be6efc.bindPopup(popup_33c45fba590fe63bdd05464940681f45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12211f2572a3dc0cb8f964b141be6efc.setIcon(icon_3bb03aa3d6ce7f86ec06da84aa8f7d78);
|
|
|
|
|
|
var marker_0d0fca5f4d5f200ce21322cdcfc2bd72 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_be7d48afc7297abdc6e7bfe285e85986 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aaa417c87e51ca641e3bda5201af8578 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa19af1139a86b7b7c2d6367bba49c2b = $(`<div id="html_aa19af1139a86b7b7c2d6367bba49c2b" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_aaa417c87e51ca641e3bda5201af8578.setContent(html_aa19af1139a86b7b7c2d6367bba49c2b);
|
|
|
|
|
|
|
|
marker_0d0fca5f4d5f200ce21322cdcfc2bd72.bindPopup(popup_aaa417c87e51ca641e3bda5201af8578)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d0fca5f4d5f200ce21322cdcfc2bd72.setIcon(icon_be7d48afc7297abdc6e7bfe285e85986);
|
|
|
|
|
|
var marker_6db3d0cf3464316cd5478a9421815ac3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_2409caee2a83626e48f3eaadb0cf7cef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1c0a4af38fd21c44bd58c4a28302cf2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1baa87dad21ceffbb3e4ba1d9363635 = $(`<div id="html_d1baa87dad21ceffbb3e4ba1d9363635" style="width: 100.0%; height: 100.0%;">nostr2.girino.org:443</div>`)[0];
|
|
popup_b1c0a4af38fd21c44bd58c4a28302cf2.setContent(html_d1baa87dad21ceffbb3e4ba1d9363635);
|
|
|
|
|
|
|
|
marker_6db3d0cf3464316cd5478a9421815ac3.bindPopup(popup_b1c0a4af38fd21c44bd58c4a28302cf2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6db3d0cf3464316cd5478a9421815ac3.setIcon(icon_2409caee2a83626e48f3eaadb0cf7cef);
|
|
|
|
|
|
var marker_5be3686d871f245b0bf2c3332a166a19 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_bd76454d19c77f309e9f0c389df32626 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b07c14f2f78c75b5ee614cdc7ad3040 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15bf072542918cab51e2617ab078ad41 = $(`<div id="html_15bf072542918cab51e2617ab078ad41" style="width: 100.0%; height: 100.0%;">ynostr.yael.at:443</div>`)[0];
|
|
popup_5b07c14f2f78c75b5ee614cdc7ad3040.setContent(html_15bf072542918cab51e2617ab078ad41);
|
|
|
|
|
|
|
|
marker_5be3686d871f245b0bf2c3332a166a19.bindPopup(popup_5b07c14f2f78c75b5ee614cdc7ad3040)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5be3686d871f245b0bf2c3332a166a19.setIcon(icon_bd76454d19c77f309e9f0c389df32626);
|
|
|
|
|
|
var marker_a6bd238a187a71fc5378a9542231d834 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_e2bc6222d92e0efe3296cfa323461757 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e2cbdac32c168cda0de4e7e537140e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0c9ae8ae54fa4acacafee30f40d5b82 = $(`<div id="html_e0c9ae8ae54fa4acacafee30f40d5b82" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev:443</div>`)[0];
|
|
popup_9e2cbdac32c168cda0de4e7e537140e8.setContent(html_e0c9ae8ae54fa4acacafee30f40d5b82);
|
|
|
|
|
|
|
|
marker_a6bd238a187a71fc5378a9542231d834.bindPopup(popup_9e2cbdac32c168cda0de4e7e537140e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6bd238a187a71fc5378a9542231d834.setIcon(icon_e2bc6222d92e0efe3296cfa323461757);
|
|
|
|
|
|
var marker_b538e788d7877024d6427e7d7965a64f = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_bd72460bfcf9021477287fc856158d20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27254db6c8420bb6344a5219f966e066 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6700698603f5ce40e41de91975394e52 = $(`<div id="html_6700698603f5ce40e41de91975394e52" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com:443</div>`)[0];
|
|
popup_27254db6c8420bb6344a5219f966e066.setContent(html_6700698603f5ce40e41de91975394e52);
|
|
|
|
|
|
|
|
marker_b538e788d7877024d6427e7d7965a64f.bindPopup(popup_27254db6c8420bb6344a5219f966e066)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b538e788d7877024d6427e7d7965a64f.setIcon(icon_bd72460bfcf9021477287fc856158d20);
|
|
|
|
|
|
var marker_a1f92fb0eeb2900fcb79c718bced153d = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_307e43ba9067f405a33ef80b1985d380 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1db4bf0527169932fa57d5024861e9e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cac48b2b2897d00ff68bf338a2d7a79d = $(`<div id="html_cac48b2b2897d00ff68bf338a2d7a79d" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za:443</div>`)[0];
|
|
popup_1db4bf0527169932fa57d5024861e9e8.setContent(html_cac48b2b2897d00ff68bf338a2d7a79d);
|
|
|
|
|
|
|
|
marker_a1f92fb0eeb2900fcb79c718bced153d.bindPopup(popup_1db4bf0527169932fa57d5024861e9e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1f92fb0eeb2900fcb79c718bced153d.setIcon(icon_307e43ba9067f405a33ef80b1985d380);
|
|
|
|
|
|
var marker_23f09fe901f22882613e76d506a9ca60 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_90a35f4ad164185258a54f01c50f0389 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd241448d3da575466b061bf5f6191bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbb80c40b4800d5d24b6418382eacca4 = $(`<div id="html_cbb80c40b4800d5d24b6418382eacca4" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social:443</div>`)[0];
|
|
popup_fd241448d3da575466b061bf5f6191bc.setContent(html_cbb80c40b4800d5d24b6418382eacca4);
|
|
|
|
|
|
|
|
marker_23f09fe901f22882613e76d506a9ca60.bindPopup(popup_fd241448d3da575466b061bf5f6191bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23f09fe901f22882613e76d506a9ca60.setIcon(icon_90a35f4ad164185258a54f01c50f0389);
|
|
|
|
|
|
var marker_54d34adb737765dff870b8f662f4c3fd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_fe82395e556db7720814b5e4566766c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a1cb6faf72ce6bdc80e25a56ea618d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c11e7b9a7c0aa908b5c96faa74f448e7 = $(`<div id="html_c11e7b9a7c0aa908b5c96faa74f448e7" style="width: 100.0%; height: 100.0%;">schnorr.me:443</div>`)[0];
|
|
popup_3a1cb6faf72ce6bdc80e25a56ea618d6.setContent(html_c11e7b9a7c0aa908b5c96faa74f448e7);
|
|
|
|
|
|
|
|
marker_54d34adb737765dff870b8f662f4c3fd.bindPopup(popup_3a1cb6faf72ce6bdc80e25a56ea618d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54d34adb737765dff870b8f662f4c3fd.setIcon(icon_fe82395e556db7720814b5e4566766c4);
|
|
|
|
|
|
var marker_7030ae102f677c244a0a40ab9a860656 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_04fdbe1e18f6b1df8d63c4b006b9f4f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29585928872d59a96f021d3b79808965 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c90ae055d0aadefdd15ddde74cc4294 = $(`<div id="html_1c90ae055d0aadefdd15ddde74cc4294" style="width: 100.0%; height: 100.0%;">relay2.veganostr.com</div>`)[0];
|
|
popup_29585928872d59a96f021d3b79808965.setContent(html_1c90ae055d0aadefdd15ddde74cc4294);
|
|
|
|
|
|
|
|
marker_7030ae102f677c244a0a40ab9a860656.bindPopup(popup_29585928872d59a96f021d3b79808965)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7030ae102f677c244a0a40ab9a860656.setIcon(icon_04fdbe1e18f6b1df8d63c4b006b9f4f9);
|
|
|
|
|
|
var marker_7c094ab5ba5f4e2bb16f651e1a847815 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_1264a1a28a1d2a7fb45fbe23bb454fa2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a9f05afdbe8728c428bda2d6af6431e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0de5bd5a0f48364cbc8dac4163c21b27 = $(`<div id="html_0de5bd5a0f48364cbc8dac4163c21b27" style="width: 100.0%; height: 100.0%;">nostr.tac.lol:443</div>`)[0];
|
|
popup_4a9f05afdbe8728c428bda2d6af6431e.setContent(html_0de5bd5a0f48364cbc8dac4163c21b27);
|
|
|
|
|
|
|
|
marker_7c094ab5ba5f4e2bb16f651e1a847815.bindPopup(popup_4a9f05afdbe8728c428bda2d6af6431e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c094ab5ba5f4e2bb16f651e1a847815.setIcon(icon_1264a1a28a1d2a7fb45fbe23bb454fa2);
|
|
|
|
|
|
var marker_0e90a12b268b58dbf0369e2ab63d969a = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_b9181624374bc7ae5a8e1832140a378f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d4b147ec9707d6cca03d0176c879656 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6eb7b5bea9ee84980952e10587fcee5 = $(`<div id="html_e6eb7b5bea9ee84980952e10587fcee5" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_3d4b147ec9707d6cca03d0176c879656.setContent(html_e6eb7b5bea9ee84980952e10587fcee5);
|
|
|
|
|
|
|
|
marker_0e90a12b268b58dbf0369e2ab63d969a.bindPopup(popup_3d4b147ec9707d6cca03d0176c879656)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e90a12b268b58dbf0369e2ab63d969a.setIcon(icon_b9181624374bc7ae5a8e1832140a378f);
|
|
|
|
|
|
var marker_3f232c08d489997ccab13d8813e48890 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_b2dcba66f28f64057671ace3d8ab924e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_279cd1cfd41fa22a3128aee77f2f15d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af6f3407f17ca3cc217361d81cc8feeb = $(`<div id="html_af6f3407f17ca3cc217361d81cc8feeb" style="width: 100.0%; height: 100.0%;">bendernostur.duckdns.org:8443</div>`)[0];
|
|
popup_279cd1cfd41fa22a3128aee77f2f15d9.setContent(html_af6f3407f17ca3cc217361d81cc8feeb);
|
|
|
|
|
|
|
|
marker_3f232c08d489997ccab13d8813e48890.bindPopup(popup_279cd1cfd41fa22a3128aee77f2f15d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f232c08d489997ccab13d8813e48890.setIcon(icon_b2dcba66f28f64057671ace3d8ab924e);
|
|
|
|
|
|
var marker_c9d5c7908c494415fd7ff3384431b8ee = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_1c8e95986b2f7ca0ba535afd73778211 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2d0cfea40292dec6c4dc1903d6bf643 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a607b438b759a8c96f6b3cf8d5e5d195 = $(`<div id="html_a607b438b759a8c96f6b3cf8d5e5d195" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_b2d0cfea40292dec6c4dc1903d6bf643.setContent(html_a607b438b759a8c96f6b3cf8d5e5d195);
|
|
|
|
|
|
|
|
marker_c9d5c7908c494415fd7ff3384431b8ee.bindPopup(popup_b2d0cfea40292dec6c4dc1903d6bf643)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9d5c7908c494415fd7ff3384431b8ee.setIcon(icon_1c8e95986b2f7ca0ba535afd73778211);
|
|
|
|
|
|
var marker_9018c03c924f3e8b8c1d674231885a2a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f556d743f9c5ba1f0119271f9f0dd5cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a461c877e918e9e1ce0a1bd0e9e2c237 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed317fddaf844f1b4ebb8df65343ef2e = $(`<div id="html_ed317fddaf844f1b4ebb8df65343ef2e" style="width: 100.0%; height: 100.0%;">nostr.data.haus:443</div>`)[0];
|
|
popup_a461c877e918e9e1ce0a1bd0e9e2c237.setContent(html_ed317fddaf844f1b4ebb8df65343ef2e);
|
|
|
|
|
|
|
|
marker_9018c03c924f3e8b8c1d674231885a2a.bindPopup(popup_a461c877e918e9e1ce0a1bd0e9e2c237)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9018c03c924f3e8b8c1d674231885a2a.setIcon(icon_f556d743f9c5ba1f0119271f9f0dd5cb);
|
|
|
|
|
|
var marker_fe692a6ba5ff66cfcfc8583b64aa2b0c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_b65b39524da14d44be85640194ab4aa7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_005aa54605f26aecd6b35decf8bddd01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7e2f3af562ca85e57304d36b18a8be5 = $(`<div id="html_b7e2f3af562ca85e57304d36b18a8be5" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_005aa54605f26aecd6b35decf8bddd01.setContent(html_b7e2f3af562ca85e57304d36b18a8be5);
|
|
|
|
|
|
|
|
marker_fe692a6ba5ff66cfcfc8583b64aa2b0c.bindPopup(popup_005aa54605f26aecd6b35decf8bddd01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe692a6ba5ff66cfcfc8583b64aa2b0c.setIcon(icon_b65b39524da14d44be85640194ab4aa7);
|
|
|
|
|
|
var marker_176bd87b8d214a00fccfff144248b99e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_e3626946fbe08815abb5844397ba3705 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd34a1f23b6650cd8486c7b90db04c48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eafc076f153ca81372efc9b3fe0b4816 = $(`<div id="html_eafc076f153ca81372efc9b3fe0b4816" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_fd34a1f23b6650cd8486c7b90db04c48.setContent(html_eafc076f153ca81372efc9b3fe0b4816);
|
|
|
|
|
|
|
|
marker_176bd87b8d214a00fccfff144248b99e.bindPopup(popup_fd34a1f23b6650cd8486c7b90db04c48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_176bd87b8d214a00fccfff144248b99e.setIcon(icon_e3626946fbe08815abb5844397ba3705);
|
|
|
|
|
|
var marker_ee278483924419a3ec6a0bc66c11eb20 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_b56678cadce49c0a9ee0fc1623388fc4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12967dc2e47eaa34f0175a33eea13b26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11b59c61ebf8b96782bf9213a31337bd = $(`<div id="html_11b59c61ebf8b96782bf9213a31337bd" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_12967dc2e47eaa34f0175a33eea13b26.setContent(html_11b59c61ebf8b96782bf9213a31337bd);
|
|
|
|
|
|
|
|
marker_ee278483924419a3ec6a0bc66c11eb20.bindPopup(popup_12967dc2e47eaa34f0175a33eea13b26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee278483924419a3ec6a0bc66c11eb20.setIcon(icon_b56678cadce49c0a9ee0fc1623388fc4);
|
|
|
|
|
|
var marker_e1aa09730fe308ac2078913affde4412 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_cdf8ae0741ac82c792faf78b8f0e41f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_209c9c96591e150eafa1c023f79251fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68c070adb71f098822afd17b4c76a05b = $(`<div id="html_68c070adb71f098822afd17b4c76a05b" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_209c9c96591e150eafa1c023f79251fb.setContent(html_68c070adb71f098822afd17b4c76a05b);
|
|
|
|
|
|
|
|
marker_e1aa09730fe308ac2078913affde4412.bindPopup(popup_209c9c96591e150eafa1c023f79251fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1aa09730fe308ac2078913affde4412.setIcon(icon_cdf8ae0741ac82c792faf78b8f0e41f4);
|
|
|
|
|
|
var marker_1e3699792f9a2634e01860729f4514eb = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_14c409e869a80e5ee36a29848f1441d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d36422531d2b3339b7c92af4e657666b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c05edfc54c8957fc0223ec43ee5f806 = $(`<div id="html_7c05edfc54c8957fc0223ec43ee5f806" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_d36422531d2b3339b7c92af4e657666b.setContent(html_7c05edfc54c8957fc0223ec43ee5f806);
|
|
|
|
|
|
|
|
marker_1e3699792f9a2634e01860729f4514eb.bindPopup(popup_d36422531d2b3339b7c92af4e657666b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e3699792f9a2634e01860729f4514eb.setIcon(icon_14c409e869a80e5ee36a29848f1441d6);
|
|
|
|
|
|
var marker_4580405945bfc8f2bd8f5263c077294f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_77c12585dc85c03eb3d8efdc54a5472c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aaae53ec467ff5e3c15de0515a89848c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2162f9abd7d8aff6f8a3abc6aa90c51d = $(`<div id="html_2162f9abd7d8aff6f8a3abc6aa90c51d" style="width: 100.0%; height: 100.0%;">relay.inforsupports.com</div>`)[0];
|
|
popup_aaae53ec467ff5e3c15de0515a89848c.setContent(html_2162f9abd7d8aff6f8a3abc6aa90c51d);
|
|
|
|
|
|
|
|
marker_4580405945bfc8f2bd8f5263c077294f.bindPopup(popup_aaae53ec467ff5e3c15de0515a89848c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4580405945bfc8f2bd8f5263c077294f.setIcon(icon_77c12585dc85c03eb3d8efdc54a5472c);
|
|
|
|
|
|
var marker_2c277d4c12cf8817002016b723c04476 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_32d2b08b7b7a8c2506d812d8e266996c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f6804714bbc90f8e78cd680c09e044a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7aece526a8eed016e4b49694170373e4 = $(`<div id="html_7aece526a8eed016e4b49694170373e4" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org:443</div>`)[0];
|
|
popup_0f6804714bbc90f8e78cd680c09e044a.setContent(html_7aece526a8eed016e4b49694170373e4);
|
|
|
|
|
|
|
|
marker_2c277d4c12cf8817002016b723c04476.bindPopup(popup_0f6804714bbc90f8e78cd680c09e044a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c277d4c12cf8817002016b723c04476.setIcon(icon_32d2b08b7b7a8c2506d812d8e266996c);
|
|
|
|
|
|
var marker_f0e136ada026f023512e304388c41676 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_e0b36f7d79dad2ec698a36227c5a7338 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02c4459ef66d23ac801891f9746275ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f72c46416aee53f7065dfcb466c175a7 = $(`<div id="html_f72c46416aee53f7065dfcb466c175a7" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_02c4459ef66d23ac801891f9746275ac.setContent(html_f72c46416aee53f7065dfcb466c175a7);
|
|
|
|
|
|
|
|
marker_f0e136ada026f023512e304388c41676.bindPopup(popup_02c4459ef66d23ac801891f9746275ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0e136ada026f023512e304388c41676.setIcon(icon_e0b36f7d79dad2ec698a36227c5a7338);
|
|
|
|
|
|
var marker_79a4b50943d8134bcd74509f8018e37b = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_cbfd8ed62f0352b6ab598f64f093f559 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65ca6ac1ca57b37bdd0ba96f3869e063 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bb0822f3dbc43779f6ecacd5b8e46d6 = $(`<div id="html_8bb0822f3dbc43779f6ecacd5b8e46d6" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live:443</div>`)[0];
|
|
popup_65ca6ac1ca57b37bdd0ba96f3869e063.setContent(html_8bb0822f3dbc43779f6ecacd5b8e46d6);
|
|
|
|
|
|
|
|
marker_79a4b50943d8134bcd74509f8018e37b.bindPopup(popup_65ca6ac1ca57b37bdd0ba96f3869e063)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79a4b50943d8134bcd74509f8018e37b.setIcon(icon_cbfd8ed62f0352b6ab598f64f093f559);
|
|
|
|
|
|
var marker_16fae0e226e9c46ae14727cb4a1f6fe5 = L.marker(
|
|
[59.3293, 18.0686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_80720c27804def98330bacd9c498b8d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de25b325c1b8c56733cf4762712882c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e4a2fe8dc74e7849f21e26051ad162b = $(`<div id="html_6e4a2fe8dc74e7849f21e26051ad162b" style="width: 100.0%; height: 100.0%;">relay.fckstate.net</div>`)[0];
|
|
popup_de25b325c1b8c56733cf4762712882c5.setContent(html_6e4a2fe8dc74e7849f21e26051ad162b);
|
|
|
|
|
|
|
|
marker_16fae0e226e9c46ae14727cb4a1f6fe5.bindPopup(popup_de25b325c1b8c56733cf4762712882c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16fae0e226e9c46ae14727cb4a1f6fe5.setIcon(icon_80720c27804def98330bacd9c498b8d2);
|
|
|
|
|
|
var marker_be3857d4c03e1d20b8ecbbc9ee524eeb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_2f0d8b141580c1665246a3dffda819d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5856ebe4a919c8229f6e9976a916141 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3de7bddeda66d710e32d384109d2d844 = $(`<div id="html_3de7bddeda66d710e32d384109d2d844" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_c5856ebe4a919c8229f6e9976a916141.setContent(html_3de7bddeda66d710e32d384109d2d844);
|
|
|
|
|
|
|
|
marker_be3857d4c03e1d20b8ecbbc9ee524eeb.bindPopup(popup_c5856ebe4a919c8229f6e9976a916141)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be3857d4c03e1d20b8ecbbc9ee524eeb.setIcon(icon_2f0d8b141580c1665246a3dffda819d6);
|
|
|
|
|
|
var marker_10ee88e42a14263518b7936b4ad97250 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_dcf96e1c29d6eda3b0c8811e55f71db5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20d808fb2519ff649255dfaa501f9d77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c19dbe000137dba9fd6c005bf51f242 = $(`<div id="html_5c19dbe000137dba9fd6c005bf51f242" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_20d808fb2519ff649255dfaa501f9d77.setContent(html_5c19dbe000137dba9fd6c005bf51f242);
|
|
|
|
|
|
|
|
marker_10ee88e42a14263518b7936b4ad97250.bindPopup(popup_20d808fb2519ff649255dfaa501f9d77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10ee88e42a14263518b7936b4ad97250.setIcon(icon_dcf96e1c29d6eda3b0c8811e55f71db5);
|
|
|
|
|
|
var marker_ebe5deac90a17016a92d674ac015b31c = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_26c7b5a9f3ac8e6f35ff8e0b851c1ada = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c1f690747c22dfc410face507ee7e87 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86e1c6d3df5744457c7dc4e347eae74a = $(`<div id="html_86e1c6d3df5744457c7dc4e347eae74a" style="width: 100.0%; height: 100.0%;">relay.staging.plebeian.market</div>`)[0];
|
|
popup_0c1f690747c22dfc410face507ee7e87.setContent(html_86e1c6d3df5744457c7dc4e347eae74a);
|
|
|
|
|
|
|
|
marker_ebe5deac90a17016a92d674ac015b31c.bindPopup(popup_0c1f690747c22dfc410face507ee7e87)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebe5deac90a17016a92d674ac015b31c.setIcon(icon_26c7b5a9f3ac8e6f35ff8e0b851c1ada);
|
|
|
|
|
|
var marker_25de2ead8119b2f39e1d797451edb1e3 = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_b34b0c89de2a4ea3fa7abf6d76545d0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47f0c5799f2f0e6eb6de795ed2ba0bf2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fde6e841d7f2267b475ced12bc36e62 = $(`<div id="html_6fde6e841d7f2267b475ced12bc36e62" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net:443</div>`)[0];
|
|
popup_47f0c5799f2f0e6eb6de795ed2ba0bf2.setContent(html_6fde6e841d7f2267b475ced12bc36e62);
|
|
|
|
|
|
|
|
marker_25de2ead8119b2f39e1d797451edb1e3.bindPopup(popup_47f0c5799f2f0e6eb6de795ed2ba0bf2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25de2ead8119b2f39e1d797451edb1e3.setIcon(icon_b34b0c89de2a4ea3fa7abf6d76545d0a);
|
|
|
|
|
|
var marker_de24419e92132c6d60e57848072f881c = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_ddf275b6957ef597553208a50d541041 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98c88ddacc960376c76a44322f97662e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99365e814d4fc7bcbb3130c93e33bdc3 = $(`<div id="html_99365e814d4fc7bcbb3130c93e33bdc3" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_98c88ddacc960376c76a44322f97662e.setContent(html_99365e814d4fc7bcbb3130c93e33bdc3);
|
|
|
|
|
|
|
|
marker_de24419e92132c6d60e57848072f881c.bindPopup(popup_98c88ddacc960376c76a44322f97662e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de24419e92132c6d60e57848072f881c.setIcon(icon_ddf275b6957ef597553208a50d541041);
|
|
|
|
|
|
var marker_71c94d7a35e59c1f4ddd1ac6778b1044 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_6ed2f92edf43f37b0f4a9e00e54dc848 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_743759223e7cc9b139d5c39eef4f4002 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9604061e9ea8f47669b82f6738bcafdf = $(`<div id="html_9604061e9ea8f47669b82f6738bcafdf" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st</div>`)[0];
|
|
popup_743759223e7cc9b139d5c39eef4f4002.setContent(html_9604061e9ea8f47669b82f6738bcafdf);
|
|
|
|
|
|
|
|
marker_71c94d7a35e59c1f4ddd1ac6778b1044.bindPopup(popup_743759223e7cc9b139d5c39eef4f4002)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71c94d7a35e59c1f4ddd1ac6778b1044.setIcon(icon_6ed2f92edf43f37b0f4a9e00e54dc848);
|
|
|
|
|
|
var marker_f4a0e1fafbde124f05d76ef54ff6ebc0 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_63fd2078fcdaf8d434f8470efdfbb8d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6dcd31511d8b59958034cd7e0fdaf57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e50b05c66a07682250f44f647de03b7 = $(`<div id="html_7e50b05c66a07682250f44f647de03b7" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_c6dcd31511d8b59958034cd7e0fdaf57.setContent(html_7e50b05c66a07682250f44f647de03b7);
|
|
|
|
|
|
|
|
marker_f4a0e1fafbde124f05d76ef54ff6ebc0.bindPopup(popup_c6dcd31511d8b59958034cd7e0fdaf57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4a0e1fafbde124f05d76ef54ff6ebc0.setIcon(icon_63fd2078fcdaf8d434f8470efdfbb8d7);
|
|
|
|
|
|
var marker_38e94cf632bfdc39666d365be2890374 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_a92e0a97b4f8e621313bcbf743b3d8f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ab7e645d22388bb05164ded8cb23450 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2b5116cce2fe5e75812f2212f2128c7 = $(`<div id="html_d2b5116cce2fe5e75812f2212f2128c7" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news:443</div>`)[0];
|
|
popup_9ab7e645d22388bb05164ded8cb23450.setContent(html_d2b5116cce2fe5e75812f2212f2128c7);
|
|
|
|
|
|
|
|
marker_38e94cf632bfdc39666d365be2890374.bindPopup(popup_9ab7e645d22388bb05164ded8cb23450)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38e94cf632bfdc39666d365be2890374.setIcon(icon_a92e0a97b4f8e621313bcbf743b3d8f2);
|
|
|
|
|
|
var marker_e5b3306d3440cf92903a20f9b57b0af9 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_14d031d4b79f448c6f602c7543d60172 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5af57414b1f188375a6ca6e86fd87d46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07bc0d8c53551bc7d5f5fe8df6d16783 = $(`<div id="html_07bc0d8c53551bc7d5f5fe8df6d16783" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_5af57414b1f188375a6ca6e86fd87d46.setContent(html_07bc0d8c53551bc7d5f5fe8df6d16783);
|
|
|
|
|
|
|
|
marker_e5b3306d3440cf92903a20f9b57b0af9.bindPopup(popup_5af57414b1f188375a6ca6e86fd87d46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5b3306d3440cf92903a20f9b57b0af9.setIcon(icon_14d031d4b79f448c6f602c7543d60172);
|
|
|
|
|
|
var marker_0a54b06bf343a61a9cad439262a46de5 = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_93103d90ff3c8a0f0815122e11c02db9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a452c6ed423d7fd4b28b32d079413434 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_befe94c926f336b9bd6fa417fc218b1c = $(`<div id="html_befe94c926f336b9bd6fa417fc218b1c" style="width: 100.0%; height: 100.0%;">aeon.libretechsystems.xyz</div>`)[0];
|
|
popup_a452c6ed423d7fd4b28b32d079413434.setContent(html_befe94c926f336b9bd6fa417fc218b1c);
|
|
|
|
|
|
|
|
marker_0a54b06bf343a61a9cad439262a46de5.bindPopup(popup_a452c6ed423d7fd4b28b32d079413434)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a54b06bf343a61a9cad439262a46de5.setIcon(icon_93103d90ff3c8a0f0815122e11c02db9);
|
|
|
|
|
|
var marker_74b273628dc01a71601cc7945182530b = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_d5530c6758ad300be927d05d515b3660 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fd48d7a09557ffc0582a060de005f01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df3f795063247557d09a38bb41c95926 = $(`<div id="html_df3f795063247557d09a38bb41c95926" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_5fd48d7a09557ffc0582a060de005f01.setContent(html_df3f795063247557d09a38bb41c95926);
|
|
|
|
|
|
|
|
marker_74b273628dc01a71601cc7945182530b.bindPopup(popup_5fd48d7a09557ffc0582a060de005f01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74b273628dc01a71601cc7945182530b.setIcon(icon_d5530c6758ad300be927d05d515b3660);
|
|
|
|
|
|
var marker_f38e4cd3cd7e016f185e88e38c7d3d06 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_95a298422e68c3115fb00e39530271e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20982ae100b08afe56c378322fb9183d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6c46168663f3508f0ebf5d90088ebe1 = $(`<div id="html_e6c46168663f3508f0ebf5d90088ebe1" style="width: 100.0%; height: 100.0%;">relay.fundstr.me:443</div>`)[0];
|
|
popup_20982ae100b08afe56c378322fb9183d.setContent(html_e6c46168663f3508f0ebf5d90088ebe1);
|
|
|
|
|
|
|
|
marker_f38e4cd3cd7e016f185e88e38c7d3d06.bindPopup(popup_20982ae100b08afe56c378322fb9183d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f38e4cd3cd7e016f185e88e38c7d3d06.setIcon(icon_95a298422e68c3115fb00e39530271e8);
|
|
|
|
|
|
var marker_b72f4386a478604d486ff9fac8792f99 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_7aafc3e0fdf2a58fff0971e4110e411a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25194dcb6d927c4820dc230bceb98088 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1decd093c9f549f12b7b9d46dec29834 = $(`<div id="html_1decd093c9f549f12b7b9d46dec29834" style="width: 100.0%; height: 100.0%;">testnet.samt.st</div>`)[0];
|
|
popup_25194dcb6d927c4820dc230bceb98088.setContent(html_1decd093c9f549f12b7b9d46dec29834);
|
|
|
|
|
|
|
|
marker_b72f4386a478604d486ff9fac8792f99.bindPopup(popup_25194dcb6d927c4820dc230bceb98088)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b72f4386a478604d486ff9fac8792f99.setIcon(icon_7aafc3e0fdf2a58fff0971e4110e411a);
|
|
|
|
|
|
var marker_06e5ebc836df316abbc853446b2266c3 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_30efdf2154ee5b29d2cc6ec18df4a559 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddf11a1aa4db907e71c5e3a473567997 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cc81b94ba41bf61b7686cfdb85e3749 = $(`<div id="html_4cc81b94ba41bf61b7686cfdb85e3749" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_ddf11a1aa4db907e71c5e3a473567997.setContent(html_4cc81b94ba41bf61b7686cfdb85e3749);
|
|
|
|
|
|
|
|
marker_06e5ebc836df316abbc853446b2266c3.bindPopup(popup_ddf11a1aa4db907e71c5e3a473567997)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06e5ebc836df316abbc853446b2266c3.setIcon(icon_30efdf2154ee5b29d2cc6ec18df4a559);
|
|
|
|
|
|
var marker_32fe4ffa0898e5ab2fe1c401149b2879 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_c5e5663773718a476b7769807f9b44d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aeefff3e6c40ac4b1ca872863b533fea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_460209c598de564f787b6fc6c935f161 = $(`<div id="html_460209c598de564f787b6fc6c935f161" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_aeefff3e6c40ac4b1ca872863b533fea.setContent(html_460209c598de564f787b6fc6c935f161);
|
|
|
|
|
|
|
|
marker_32fe4ffa0898e5ab2fe1c401149b2879.bindPopup(popup_aeefff3e6c40ac4b1ca872863b533fea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32fe4ffa0898e5ab2fe1c401149b2879.setIcon(icon_c5e5663773718a476b7769807f9b44d8);
|
|
|
|
|
|
var marker_304b5eae9111c66b718324265593a612 = L.marker(
|
|
[46.5971, 9.59652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_ab2100c8cb4a26bbc27f8056e884a2e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2be370e5233e96191a89c3c78c0c22e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbe086436a551bc30f6bb8f708ec51a3 = $(`<div id="html_cbe086436a551bc30f6bb8f708ec51a3" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_b2be370e5233e96191a89c3c78c0c22e.setContent(html_cbe086436a551bc30f6bb8f708ec51a3);
|
|
|
|
|
|
|
|
marker_304b5eae9111c66b718324265593a612.bindPopup(popup_b2be370e5233e96191a89c3c78c0c22e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_304b5eae9111c66b718324265593a612.setIcon(icon_ab2100c8cb4a26bbc27f8056e884a2e9);
|
|
|
|
|
|
var marker_cd391f596a5f7bb6f6dd432aba81eb96 = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_cee46f8a14c70e1fd0b28c9dbee81845 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38307ce5a9b85ac9e298dbd04be0237f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02b1d20e7a530899d09199eaf61321de = $(`<div id="html_02b1d20e7a530899d09199eaf61321de" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_38307ce5a9b85ac9e298dbd04be0237f.setContent(html_02b1d20e7a530899d09199eaf61321de);
|
|
|
|
|
|
|
|
marker_cd391f596a5f7bb6f6dd432aba81eb96.bindPopup(popup_38307ce5a9b85ac9e298dbd04be0237f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd391f596a5f7bb6f6dd432aba81eb96.setIcon(icon_cee46f8a14c70e1fd0b28c9dbee81845);
|
|
|
|
|
|
var marker_48339593574ae1949abd25ff10cf0be1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_938329b07521d8000ab8c4a244a982d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f788ea54c38d30af09d66c657da44e33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2881da642d18e104ad1fefcf5a3252d = $(`<div id="html_f2881da642d18e104ad1fefcf5a3252d" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_f788ea54c38d30af09d66c657da44e33.setContent(html_f2881da642d18e104ad1fefcf5a3252d);
|
|
|
|
|
|
|
|
marker_48339593574ae1949abd25ff10cf0be1.bindPopup(popup_f788ea54c38d30af09d66c657da44e33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48339593574ae1949abd25ff10cf0be1.setIcon(icon_938329b07521d8000ab8c4a244a982d3);
|
|
|
|
|
|
var marker_f2afe38dd65efe279702a0497f84b441 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_f60ccaf30bfe7ba8b94d9122732aea9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51f916b9eea16c2da8ea70a5ac0f8e3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_acb1286868c218cc68ca75c4b9c44381 = $(`<div id="html_acb1286868c218cc68ca75c4b9c44381" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_51f916b9eea16c2da8ea70a5ac0f8e3c.setContent(html_acb1286868c218cc68ca75c4b9c44381);
|
|
|
|
|
|
|
|
marker_f2afe38dd65efe279702a0497f84b441.bindPopup(popup_51f916b9eea16c2da8ea70a5ac0f8e3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2afe38dd65efe279702a0497f84b441.setIcon(icon_f60ccaf30bfe7ba8b94d9122732aea9e);
|
|
|
|
|
|
var marker_5d938779807058895e67f191d38219f8 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_e0d4abc5231e72a01e73d554afc58dfb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3661ee9bff46309f70cba2e685afcd68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c82681e13f88d2c428bf70277bee2553 = $(`<div id="html_c82681e13f88d2c428bf70277bee2553" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_3661ee9bff46309f70cba2e685afcd68.setContent(html_c82681e13f88d2c428bf70277bee2553);
|
|
|
|
|
|
|
|
marker_5d938779807058895e67f191d38219f8.bindPopup(popup_3661ee9bff46309f70cba2e685afcd68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d938779807058895e67f191d38219f8.setIcon(icon_e0d4abc5231e72a01e73d554afc58dfb);
|
|
|
|
|
|
var marker_f1b6c3d22ee7869cfaf238c47d2c59e9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_e6542cb74dbb01a8b3c74e3feae1a4da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4042e19209b0d8d6c51f5831d4232a63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2f346b48c1daf36a65cac1720904a97 = $(`<div id="html_f2f346b48c1daf36a65cac1720904a97" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_4042e19209b0d8d6c51f5831d4232a63.setContent(html_f2f346b48c1daf36a65cac1720904a97);
|
|
|
|
|
|
|
|
marker_f1b6c3d22ee7869cfaf238c47d2c59e9.bindPopup(popup_4042e19209b0d8d6c51f5831d4232a63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1b6c3d22ee7869cfaf238c47d2c59e9.setIcon(icon_e6542cb74dbb01a8b3c74e3feae1a4da);
|
|
|
|
|
|
var marker_e2dcf0cc9ad5e6565be294dfabee7d07 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_2f411ebae0d98de7e57557c8a42d7bb9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0333d56bc60cb481c80a6933091214c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_adf76cbb35d31814fe9c029374f9479f = $(`<div id="html_adf76cbb35d31814fe9c029374f9479f" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_c0333d56bc60cb481c80a6933091214c.setContent(html_adf76cbb35d31814fe9c029374f9479f);
|
|
|
|
|
|
|
|
marker_e2dcf0cc9ad5e6565be294dfabee7d07.bindPopup(popup_c0333d56bc60cb481c80a6933091214c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2dcf0cc9ad5e6565be294dfabee7d07.setIcon(icon_2f411ebae0d98de7e57557c8a42d7bb9);
|
|
|
|
|
|
var marker_ee822c2bda178cd1a9d657653ca777d0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_345313dce4cf6a56ff5bd2047ec3fc98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87baaec69342e1d981b3ae89c9847f21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51801db8f030da43c3794f3dd81a4e90 = $(`<div id="html_51801db8f030da43c3794f3dd81a4e90" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_87baaec69342e1d981b3ae89c9847f21.setContent(html_51801db8f030da43c3794f3dd81a4e90);
|
|
|
|
|
|
|
|
marker_ee822c2bda178cd1a9d657653ca777d0.bindPopup(popup_87baaec69342e1d981b3ae89c9847f21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee822c2bda178cd1a9d657653ca777d0.setIcon(icon_345313dce4cf6a56ff5bd2047ec3fc98);
|
|
|
|
|
|
var marker_8c79600d9ca96838eca22e7cfb7be211 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_e0e11f5f42de77a81086e4ba2c2187c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3fbab7834f2e92bb7c054c2278067edc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c67fe1ebd207c375065437c846ba23f5 = $(`<div id="html_c67fe1ebd207c375065437c846ba23f5" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_3fbab7834f2e92bb7c054c2278067edc.setContent(html_c67fe1ebd207c375065437c846ba23f5);
|
|
|
|
|
|
|
|
marker_8c79600d9ca96838eca22e7cfb7be211.bindPopup(popup_3fbab7834f2e92bb7c054c2278067edc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c79600d9ca96838eca22e7cfb7be211.setIcon(icon_e0e11f5f42de77a81086e4ba2c2187c2);
|
|
|
|
|
|
var marker_810d1879b23b868488780a9c1f962d71 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_389375f4ab21a9cf9308af89c8178d41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_edfb5f852a28ba1258e8a79123b3c536 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6b3701f6962469b162a7ae2b2843e89 = $(`<div id="html_d6b3701f6962469b162a7ae2b2843e89" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_edfb5f852a28ba1258e8a79123b3c536.setContent(html_d6b3701f6962469b162a7ae2b2843e89);
|
|
|
|
|
|
|
|
marker_810d1879b23b868488780a9c1f962d71.bindPopup(popup_edfb5f852a28ba1258e8a79123b3c536)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_810d1879b23b868488780a9c1f962d71.setIcon(icon_389375f4ab21a9cf9308af89c8178d41);
|
|
|
|
|
|
var marker_6e4913fd55de7585fc63c8eb53ce69c9 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_58960a8e4dff5077e56027f6c91d7bce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab12633bfc662cdbd5abc06b006763bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abc17c719f4e927ec9fe2db6646be630 = $(`<div id="html_abc17c719f4e927ec9fe2db6646be630" style="width: 100.0%; height: 100.0%;">bitcoiner.social:443</div>`)[0];
|
|
popup_ab12633bfc662cdbd5abc06b006763bf.setContent(html_abc17c719f4e927ec9fe2db6646be630);
|
|
|
|
|
|
|
|
marker_6e4913fd55de7585fc63c8eb53ce69c9.bindPopup(popup_ab12633bfc662cdbd5abc06b006763bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e4913fd55de7585fc63c8eb53ce69c9.setIcon(icon_58960a8e4dff5077e56027f6c91d7bce);
|
|
|
|
|
|
var marker_81ae9007b6f6a97c50e945abb62286b8 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_43bdfedd5ea58c1cb4414ffc5c2f6724 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4bae610b47e96761b8612a4da1c86a52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7fa56ca58d72c922d7af87f21d1930c7 = $(`<div id="html_7fa56ca58d72c922d7af87f21d1930c7" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com:443</div>`)[0];
|
|
popup_4bae610b47e96761b8612a4da1c86a52.setContent(html_7fa56ca58d72c922d7af87f21d1930c7);
|
|
|
|
|
|
|
|
marker_81ae9007b6f6a97c50e945abb62286b8.bindPopup(popup_4bae610b47e96761b8612a4da1c86a52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81ae9007b6f6a97c50e945abb62286b8.setIcon(icon_43bdfedd5ea58c1cb4414ffc5c2f6724);
|
|
|
|
|
|
var marker_a039fdd51cbeba1400eaab0bd337282c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_3917519a5fab63793d0728a2292d875f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e68895dfba7d07d68c63bfa2ac002b72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6458ff68731c6757d3a4d62b309b3f7b = $(`<div id="html_6458ff68731c6757d3a4d62b309b3f7b" style="width: 100.0%; height: 100.0%;">nostr.purpura.cloud</div>`)[0];
|
|
popup_e68895dfba7d07d68c63bfa2ac002b72.setContent(html_6458ff68731c6757d3a4d62b309b3f7b);
|
|
|
|
|
|
|
|
marker_a039fdd51cbeba1400eaab0bd337282c.bindPopup(popup_e68895dfba7d07d68c63bfa2ac002b72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a039fdd51cbeba1400eaab0bd337282c.setIcon(icon_3917519a5fab63793d0728a2292d875f);
|
|
|
|
|
|
var marker_95298f4a1cf8014a243ccf5c5100bee9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_9ddb9967392b35a5bf57da236238209b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a544676c0c73b3a36dc2ea08be3b5ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9459f2dde3cc59e42805ba5584beeb2 = $(`<div id="html_e9459f2dde3cc59e42805ba5584beeb2" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_3a544676c0c73b3a36dc2ea08be3b5ec.setContent(html_e9459f2dde3cc59e42805ba5584beeb2);
|
|
|
|
|
|
|
|
marker_95298f4a1cf8014a243ccf5c5100bee9.bindPopup(popup_3a544676c0c73b3a36dc2ea08be3b5ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95298f4a1cf8014a243ccf5c5100bee9.setIcon(icon_9ddb9967392b35a5bf57da236238209b);
|
|
|
|
|
|
var marker_f04d46afc94860e617e327bf66af629f = L.marker(
|
|
[46.8499, 9.53287],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_8daceead832a86f5ec3a0489843eb673 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c34f5e022a6c7a08bbe5191fe2149213 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb9f9441880bf0d3321cf82f241b6d15 = $(`<div id="html_cb9f9441880bf0d3321cf82f241b6d15" style="width: 100.0%; height: 100.0%;">nostr.unkn0wn.world</div>`)[0];
|
|
popup_c34f5e022a6c7a08bbe5191fe2149213.setContent(html_cb9f9441880bf0d3321cf82f241b6d15);
|
|
|
|
|
|
|
|
marker_f04d46afc94860e617e327bf66af629f.bindPopup(popup_c34f5e022a6c7a08bbe5191fe2149213)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f04d46afc94860e617e327bf66af629f.setIcon(icon_8daceead832a86f5ec3a0489843eb673);
|
|
|
|
|
|
var marker_fd72d5f0d761dd5352cbd439339b5ae2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_1c0bc63d534b19b57ceaf27e5156ff04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be0d8b0b617e0f9df0739b76ca2317ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2f616de22ca1c897bcf64a705c76ef3 = $(`<div id="html_b2f616de22ca1c897bcf64a705c76ef3" style="width: 100.0%; height: 100.0%;">wot.utxo.one</div>`)[0];
|
|
popup_be0d8b0b617e0f9df0739b76ca2317ed.setContent(html_b2f616de22ca1c897bcf64a705c76ef3);
|
|
|
|
|
|
|
|
marker_fd72d5f0d761dd5352cbd439339b5ae2.bindPopup(popup_be0d8b0b617e0f9df0739b76ca2317ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd72d5f0d761dd5352cbd439339b5ae2.setIcon(icon_1c0bc63d534b19b57ceaf27e5156ff04);
|
|
|
|
|
|
var marker_845930cf777f877c5165e90488e41230 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_fa729819edc7098e617c90eba80eaf35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebfbb0c6de8828865b2264b5d8d9169b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3e55b585fe67b20ee83708dcdb8d3cf = $(`<div id="html_f3e55b585fe67b20ee83708dcdb8d3cf" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_ebfbb0c6de8828865b2264b5d8d9169b.setContent(html_f3e55b585fe67b20ee83708dcdb8d3cf);
|
|
|
|
|
|
|
|
marker_845930cf777f877c5165e90488e41230.bindPopup(popup_ebfbb0c6de8828865b2264b5d8d9169b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_845930cf777f877c5165e90488e41230.setIcon(icon_fa729819edc7098e617c90eba80eaf35);
|
|
|
|
|
|
var marker_e42e778843231f9994d938a51163e9e4 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_3e8c3c97d59455b8ef79f99cc01355eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2faf960abd3ab09da0dbe516aa5e5c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0feb24ace104e6db5ee88f70ecd005b = $(`<div id="html_b0feb24ace104e6db5ee88f70ecd005b" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_c2faf960abd3ab09da0dbe516aa5e5c5.setContent(html_b0feb24ace104e6db5ee88f70ecd005b);
|
|
|
|
|
|
|
|
marker_e42e778843231f9994d938a51163e9e4.bindPopup(popup_c2faf960abd3ab09da0dbe516aa5e5c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e42e778843231f9994d938a51163e9e4.setIcon(icon_3e8c3c97d59455b8ef79f99cc01355eb);
|
|
|
|
|
|
var marker_3c8ae76646541f14d21d58ddabf1680e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_76b508036c61c5a3fa68a9d38b56e08a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13518a2a637cd9ce93670b51a0e91ac3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cff48fcf5158d4b8c8ca3cabd9e9249 = $(`<div id="html_7cff48fcf5158d4b8c8ca3cabd9e9249" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st:443</div>`)[0];
|
|
popup_13518a2a637cd9ce93670b51a0e91ac3.setContent(html_7cff48fcf5158d4b8c8ca3cabd9e9249);
|
|
|
|
|
|
|
|
marker_3c8ae76646541f14d21d58ddabf1680e.bindPopup(popup_13518a2a637cd9ce93670b51a0e91ac3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c8ae76646541f14d21d58ddabf1680e.setIcon(icon_76b508036c61c5a3fa68a9d38b56e08a);
|
|
|
|
|
|
var marker_8a495a01482da2caefb190812c77def8 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_e7cf66fb483aa41b7fcdf65bb26f0d9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b183250b78cbea90f038f8e238ea657b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9a991894f38d96342d374180b40da32 = $(`<div id="html_f9a991894f38d96342d374180b40da32" style="width: 100.0%; height: 100.0%;">dev-relay.nostreon.com</div>`)[0];
|
|
popup_b183250b78cbea90f038f8e238ea657b.setContent(html_f9a991894f38d96342d374180b40da32);
|
|
|
|
|
|
|
|
marker_8a495a01482da2caefb190812c77def8.bindPopup(popup_b183250b78cbea90f038f8e238ea657b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a495a01482da2caefb190812c77def8.setIcon(icon_e7cf66fb483aa41b7fcdf65bb26f0d9c);
|
|
|
|
|
|
var marker_91f38706c77715ecf281908772f65940 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_89d499705990954bc3191c179c519529 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61b7dfe5188fae819a087ffa13e63578 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0945c4ecc3407a644f8391bb9d4b7767 = $(`<div id="html_0945c4ecc3407a644f8391bb9d4b7767" style="width: 100.0%; height: 100.0%;">relay.lotek-distro.com</div>`)[0];
|
|
popup_61b7dfe5188fae819a087ffa13e63578.setContent(html_0945c4ecc3407a644f8391bb9d4b7767);
|
|
|
|
|
|
|
|
marker_91f38706c77715ecf281908772f65940.bindPopup(popup_61b7dfe5188fae819a087ffa13e63578)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91f38706c77715ecf281908772f65940.setIcon(icon_89d499705990954bc3191c179c519529);
|
|
|
|
|
|
var marker_9ba7c2dc90f54293a550e9b8267afeff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_10df08d0a444b245fd9d112aabe1c255 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6889900e241520c3f14817fee8aed6c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6776e272e8840d283378c4f93dbffffa = $(`<div id="html_6776e272e8840d283378c4f93dbffffa" style="width: 100.0%; height: 100.0%;">vault.iris.to:443</div>`)[0];
|
|
popup_6889900e241520c3f14817fee8aed6c4.setContent(html_6776e272e8840d283378c4f93dbffffa);
|
|
|
|
|
|
|
|
marker_9ba7c2dc90f54293a550e9b8267afeff.bindPopup(popup_6889900e241520c3f14817fee8aed6c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ba7c2dc90f54293a550e9b8267afeff.setIcon(icon_10df08d0a444b245fd9d112aabe1c255);
|
|
|
|
|
|
var marker_fa24430776b963ec5a3c87b1b3835871 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_9b6f6caa44d570f9e6f171673c07aea0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11d9da95417c2386af84be199248e441 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_601e02ab6dd460cc110a6238cabe5c8d = $(`<div id="html_601e02ab6dd460cc110a6238cabe5c8d" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_11d9da95417c2386af84be199248e441.setContent(html_601e02ab6dd460cc110a6238cabe5c8d);
|
|
|
|
|
|
|
|
marker_fa24430776b963ec5a3c87b1b3835871.bindPopup(popup_11d9da95417c2386af84be199248e441)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa24430776b963ec5a3c87b1b3835871.setIcon(icon_9b6f6caa44d570f9e6f171673c07aea0);
|
|
|
|
|
|
var marker_6b1b666e71db3c2a55fcce082761b952 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_fcc2b2021e57d5419b1e40fab2e3d3df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a5b249ed8c4107aee19372407450279 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d58b73d8caa91690a02bcfa026ae6769 = $(`<div id="html_d58b73d8caa91690a02bcfa026ae6769" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net:443</div>`)[0];
|
|
popup_9a5b249ed8c4107aee19372407450279.setContent(html_d58b73d8caa91690a02bcfa026ae6769);
|
|
|
|
|
|
|
|
marker_6b1b666e71db3c2a55fcce082761b952.bindPopup(popup_9a5b249ed8c4107aee19372407450279)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b1b666e71db3c2a55fcce082761b952.setIcon(icon_fcc2b2021e57d5419b1e40fab2e3d3df);
|
|
|
|
|
|
var marker_45ef6428f888fd04796455466b37acf2 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_bccf518a16084b770b2f41ae24450ac4);
|
|
|
|
|
|
var icon_92e12a991a3ea2b1ab55507822d37a9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bbe863b5d61e09af85b45d092769049a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c71027fb8704781b9cd1b2a457e2e26 = $(`<div id="html_2c71027fb8704781b9cd1b2a457e2e26" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com:443</div>`)[0];
|
|
popup_bbe863b5d61e09af85b45d092769049a.setContent(html_2c71027fb8704781b9cd1b2a457e2e26);
|
|
|
|
|
|
|
|
marker_45ef6428f888fd04796455466b37acf2.bindPopup(popup_bbe863b5d61e09af85b45d092769049a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45ef6428f888fd04796455466b37acf2.setIcon(icon_92e12a991a3ea2b1ab55507822d37a9c);
|
|
|
|
|
|
marker_cluster_bccf518a16084b770b2f41ae24450ac4.addTo(map_1acb2104695eb6ee7153c9e8a8ef5a39);
|
|
|
|
</script>
|
|
</html> |