mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 16:25:20 +00:00
10373 lines
302 KiB
HTML
10373 lines
302 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_aee1cfae1bda5cb2b743a54ab93e9c22 {
|
|
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_aee1cfae1bda5cb2b743a54ab93e9c22" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_aee1cfae1bda5cb2b743a54ab93e9c22 = L.map(
|
|
"map_aee1cfae1bda5cb2b743a54ab93e9c22",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_f5011fac8e80055df2e47a12edd7d4fa = 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_f5011fac8e80055df2e47a12edd7d4fa.addTo(map_aee1cfae1bda5cb2b743a54ab93e9c22);
|
|
|
|
|
|
var marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_089f7415d940ab8d13b7e6b27d876649 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_c6a3aa2d0fa3616c09e230a82efc1243 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_297535366fc8898c8bba3554e4c04885 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04eb9e46ea8f5a6d6004c7ebbac47526 = $(`<div id="html_04eb9e46ea8f5a6d6004c7ebbac47526" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_297535366fc8898c8bba3554e4c04885.setContent(html_04eb9e46ea8f5a6d6004c7ebbac47526);
|
|
|
|
|
|
|
|
marker_089f7415d940ab8d13b7e6b27d876649.bindPopup(popup_297535366fc8898c8bba3554e4c04885)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_089f7415d940ab8d13b7e6b27d876649.setIcon(icon_c6a3aa2d0fa3616c09e230a82efc1243);
|
|
|
|
|
|
var marker_53050d1c207cc7af58daf9240e173f04 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_0f27c72becc0afe0c6c2e1f4afcba6b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2147077fd3d4611d0209ef2fc74b366 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_391138aff6345298da7b79f424b0e566 = $(`<div id="html_391138aff6345298da7b79f424b0e566" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_d2147077fd3d4611d0209ef2fc74b366.setContent(html_391138aff6345298da7b79f424b0e566);
|
|
|
|
|
|
|
|
marker_53050d1c207cc7af58daf9240e173f04.bindPopup(popup_d2147077fd3d4611d0209ef2fc74b366)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53050d1c207cc7af58daf9240e173f04.setIcon(icon_0f27c72becc0afe0c6c2e1f4afcba6b1);
|
|
|
|
|
|
var marker_8c7c6ece2409069778570e61d72be1a1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_25f78ecb1f008b9e0f63b2018cfcf467 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_490963ea23a304c1bea71a0836dcd3ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a092c607ced50f7217c562affc0dfe8 = $(`<div id="html_6a092c607ced50f7217c562affc0dfe8" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_490963ea23a304c1bea71a0836dcd3ba.setContent(html_6a092c607ced50f7217c562affc0dfe8);
|
|
|
|
|
|
|
|
marker_8c7c6ece2409069778570e61d72be1a1.bindPopup(popup_490963ea23a304c1bea71a0836dcd3ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c7c6ece2409069778570e61d72be1a1.setIcon(icon_25f78ecb1f008b9e0f63b2018cfcf467);
|
|
|
|
|
|
var marker_f2ed3988619e87ee6c96cd8ddfb86752 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_686c19adfafcbba38387d63a509b8aca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a8bd4c78f4ae7a3d10121703fb6946e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d6c05a70aa8d74e26826563c06752de = $(`<div id="html_1d6c05a70aa8d74e26826563c06752de" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_7a8bd4c78f4ae7a3d10121703fb6946e.setContent(html_1d6c05a70aa8d74e26826563c06752de);
|
|
|
|
|
|
|
|
marker_f2ed3988619e87ee6c96cd8ddfb86752.bindPopup(popup_7a8bd4c78f4ae7a3d10121703fb6946e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2ed3988619e87ee6c96cd8ddfb86752.setIcon(icon_686c19adfafcbba38387d63a509b8aca);
|
|
|
|
|
|
var marker_1257540472d1ba7095fdef7f6fca7c7a = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_47fc5a91e99ac3d739dc7254ce3b7c0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_493f7df5dd0e531e50df0f2d3dc224ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e636a54e52f96be7592c7c6340334a8 = $(`<div id="html_9e636a54e52f96be7592c7c6340334a8" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_493f7df5dd0e531e50df0f2d3dc224ca.setContent(html_9e636a54e52f96be7592c7c6340334a8);
|
|
|
|
|
|
|
|
marker_1257540472d1ba7095fdef7f6fca7c7a.bindPopup(popup_493f7df5dd0e531e50df0f2d3dc224ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1257540472d1ba7095fdef7f6fca7c7a.setIcon(icon_47fc5a91e99ac3d739dc7254ce3b7c0a);
|
|
|
|
|
|
var marker_82279ccaf24eb8d501329b6c9fcebd01 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_af695ec98a22ef6d07a83574a0e871fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d38b33e76dc34dfb13095ce1cc48bcc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a036e1a6f511297b9d9ead2a1253d09 = $(`<div id="html_0a036e1a6f511297b9d9ead2a1253d09" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_9d38b33e76dc34dfb13095ce1cc48bcc.setContent(html_0a036e1a6f511297b9d9ead2a1253d09);
|
|
|
|
|
|
|
|
marker_82279ccaf24eb8d501329b6c9fcebd01.bindPopup(popup_9d38b33e76dc34dfb13095ce1cc48bcc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82279ccaf24eb8d501329b6c9fcebd01.setIcon(icon_af695ec98a22ef6d07a83574a0e871fb);
|
|
|
|
|
|
var marker_0e886ee116b25d9d6d0c7ab65f9a2136 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_f49c3d61cc0e0443c0f61123dbe5c18c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f46b15939d79a64e001005d6878c9a2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05b9ea8d8828020b8e4930817ea57b8f = $(`<div id="html_05b9ea8d8828020b8e4930817ea57b8f" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_f46b15939d79a64e001005d6878c9a2e.setContent(html_05b9ea8d8828020b8e4930817ea57b8f);
|
|
|
|
|
|
|
|
marker_0e886ee116b25d9d6d0c7ab65f9a2136.bindPopup(popup_f46b15939d79a64e001005d6878c9a2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e886ee116b25d9d6d0c7ab65f9a2136.setIcon(icon_f49c3d61cc0e0443c0f61123dbe5c18c);
|
|
|
|
|
|
var marker_8243d3900de219178d46e11872c5bb85 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_b09b3b3a6b11d86afe017f55530f6b0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de65b8c74c6f470754dc08717d0d3db6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45896cc6e1562357c84d9be594013067 = $(`<div id="html_45896cc6e1562357c84d9be594013067" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_de65b8c74c6f470754dc08717d0d3db6.setContent(html_45896cc6e1562357c84d9be594013067);
|
|
|
|
|
|
|
|
marker_8243d3900de219178d46e11872c5bb85.bindPopup(popup_de65b8c74c6f470754dc08717d0d3db6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8243d3900de219178d46e11872c5bb85.setIcon(icon_b09b3b3a6b11d86afe017f55530f6b0f);
|
|
|
|
|
|
var marker_3b794ca45e6a010628a24d35f7348371 = L.marker(
|
|
[51.2277, 6.77346],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_cfcd80bd917d41c1aee8f9fcc4ac32f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_331fd1e7414526486a235a9fc74acd75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_636f3963d39d3bbd0274f23513275f5c = $(`<div id="html_636f3963d39d3bbd0274f23513275f5c" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_331fd1e7414526486a235a9fc74acd75.setContent(html_636f3963d39d3bbd0274f23513275f5c);
|
|
|
|
|
|
|
|
marker_3b794ca45e6a010628a24d35f7348371.bindPopup(popup_331fd1e7414526486a235a9fc74acd75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b794ca45e6a010628a24d35f7348371.setIcon(icon_cfcd80bd917d41c1aee8f9fcc4ac32f9);
|
|
|
|
|
|
var marker_256cb9d99fec321c78f81158a8f017c0 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_1065ebaa541007f4169588473dd0f1e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2c320f5c6c3e77724d629459f21413a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ca9d1957d50944aa963611b99ffd959 = $(`<div id="html_1ca9d1957d50944aa963611b99ffd959" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_a2c320f5c6c3e77724d629459f21413a.setContent(html_1ca9d1957d50944aa963611b99ffd959);
|
|
|
|
|
|
|
|
marker_256cb9d99fec321c78f81158a8f017c0.bindPopup(popup_a2c320f5c6c3e77724d629459f21413a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_256cb9d99fec321c78f81158a8f017c0.setIcon(icon_1065ebaa541007f4169588473dd0f1e3);
|
|
|
|
|
|
var marker_be20146807d47f37f9cfba014aed7727 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_bb1f3bdf3696f02fc0d13e4a3ed3f49f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83763e0690773b1fc8873f484dd78e7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53e01e584003b7521aea16c44ec1cef2 = $(`<div id="html_53e01e584003b7521aea16c44ec1cef2" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_83763e0690773b1fc8873f484dd78e7e.setContent(html_53e01e584003b7521aea16c44ec1cef2);
|
|
|
|
|
|
|
|
marker_be20146807d47f37f9cfba014aed7727.bindPopup(popup_83763e0690773b1fc8873f484dd78e7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be20146807d47f37f9cfba014aed7727.setIcon(icon_bb1f3bdf3696f02fc0d13e4a3ed3f49f);
|
|
|
|
|
|
var marker_5e28dec087e1945ab275742f8c6c877b = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_33b5188ee343bced4b879e1e75bbf982 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b92ec32c0aee763b3e11890415eb83eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e973260a6d47e6cdf173c79eef6e782 = $(`<div id="html_6e973260a6d47e6cdf173c79eef6e782" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_b92ec32c0aee763b3e11890415eb83eb.setContent(html_6e973260a6d47e6cdf173c79eef6e782);
|
|
|
|
|
|
|
|
marker_5e28dec087e1945ab275742f8c6c877b.bindPopup(popup_b92ec32c0aee763b3e11890415eb83eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e28dec087e1945ab275742f8c6c877b.setIcon(icon_33b5188ee343bced4b879e1e75bbf982);
|
|
|
|
|
|
var marker_011c1d1b69185b283a64d0291ec4436c = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_3948a33ba14294fac2d0fc8b5ac0fd24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47bb4cd7c703a3bba330ff516adc63f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c095d218ff29d6a8148630be384234fa = $(`<div id="html_c095d218ff29d6a8148630be384234fa" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_47bb4cd7c703a3bba330ff516adc63f2.setContent(html_c095d218ff29d6a8148630be384234fa);
|
|
|
|
|
|
|
|
marker_011c1d1b69185b283a64d0291ec4436c.bindPopup(popup_47bb4cd7c703a3bba330ff516adc63f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_011c1d1b69185b283a64d0291ec4436c.setIcon(icon_3948a33ba14294fac2d0fc8b5ac0fd24);
|
|
|
|
|
|
var marker_f6c97963bec06ec596cc5a89ef781a53 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_98b63e205e30cc2e262d22743c945e76 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ac174cf6628e323e6323da24d798760 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a02e7f743ac221b5381ee34e8fff2ce7 = $(`<div id="html_a02e7f743ac221b5381ee34e8fff2ce7" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_9ac174cf6628e323e6323da24d798760.setContent(html_a02e7f743ac221b5381ee34e8fff2ce7);
|
|
|
|
|
|
|
|
marker_f6c97963bec06ec596cc5a89ef781a53.bindPopup(popup_9ac174cf6628e323e6323da24d798760)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6c97963bec06ec596cc5a89ef781a53.setIcon(icon_98b63e205e30cc2e262d22743c945e76);
|
|
|
|
|
|
var marker_b1999ea67664f34d886426c2e4ee7a70 = L.marker(
|
|
[54.5847, 10.0178],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_e99514a5eabd7263dea5a12b2ed1285a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc6e8ac5ea1ee738bc8550c8181ab9e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7b19d3942b2c6685f0069cf0f896bf5 = $(`<div id="html_d7b19d3942b2c6685f0069cf0f896bf5" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_fc6e8ac5ea1ee738bc8550c8181ab9e7.setContent(html_d7b19d3942b2c6685f0069cf0f896bf5);
|
|
|
|
|
|
|
|
marker_b1999ea67664f34d886426c2e4ee7a70.bindPopup(popup_fc6e8ac5ea1ee738bc8550c8181ab9e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1999ea67664f34d886426c2e4ee7a70.setIcon(icon_e99514a5eabd7263dea5a12b2ed1285a);
|
|
|
|
|
|
var marker_6edcff82589f213c1a03846f896a6eb1 = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_4092235657d20afb8cc8f3e8191f67d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72f476c4342a224b9dc83a4acb9d1799 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_996b86274359222d236e7049468af30a = $(`<div id="html_996b86274359222d236e7049468af30a" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_72f476c4342a224b9dc83a4acb9d1799.setContent(html_996b86274359222d236e7049468af30a);
|
|
|
|
|
|
|
|
marker_6edcff82589f213c1a03846f896a6eb1.bindPopup(popup_72f476c4342a224b9dc83a4acb9d1799)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6edcff82589f213c1a03846f896a6eb1.setIcon(icon_4092235657d20afb8cc8f3e8191f67d3);
|
|
|
|
|
|
var marker_e7b21cfb4344a0112c2653156af91bcc = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_17fee3d8384626960d076043bbc0b6e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_250f7d4847b1350d7d6b9f975fdcc4bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8cc3926af396640b31773baa5fbd302 = $(`<div id="html_c8cc3926af396640b31773baa5fbd302" style="width: 100.0%; height: 100.0%;">wons.calva.dev</div>`)[0];
|
|
popup_250f7d4847b1350d7d6b9f975fdcc4bb.setContent(html_c8cc3926af396640b31773baa5fbd302);
|
|
|
|
|
|
|
|
marker_e7b21cfb4344a0112c2653156af91bcc.bindPopup(popup_250f7d4847b1350d7d6b9f975fdcc4bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7b21cfb4344a0112c2653156af91bcc.setIcon(icon_17fee3d8384626960d076043bbc0b6e5);
|
|
|
|
|
|
var marker_4e5068310fd77db079bf67ef26bbd8ce = L.marker(
|
|
[38.7475, -77.5317],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_46ede7aa7e444ddc93db6ca20621c643 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34f8b5c75b922c606e5072d0530d4e92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50c83d44b767f3b9c06f5a0496bee328 = $(`<div id="html_50c83d44b767f3b9c06f5a0496bee328" style="width: 100.0%; height: 100.0%;">pyramid-relay.meows.lol</div>`)[0];
|
|
popup_34f8b5c75b922c606e5072d0530d4e92.setContent(html_50c83d44b767f3b9c06f5a0496bee328);
|
|
|
|
|
|
|
|
marker_4e5068310fd77db079bf67ef26bbd8ce.bindPopup(popup_34f8b5c75b922c606e5072d0530d4e92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e5068310fd77db079bf67ef26bbd8ce.setIcon(icon_46ede7aa7e444ddc93db6ca20621c643);
|
|
|
|
|
|
var marker_b35fd6a78f556c0ad6874a2ed6c4875a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_773aee59e21731f144c4bad87b60263e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2392f0ba6bd0e2dfc501dcf562dcd9ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55d746a461cb3d105aef57997efa5aa7 = $(`<div id="html_55d746a461cb3d105aef57997efa5aa7" style="width: 100.0%; height: 100.0%;">relay.pinseekr.golf</div>`)[0];
|
|
popup_2392f0ba6bd0e2dfc501dcf562dcd9ff.setContent(html_55d746a461cb3d105aef57997efa5aa7);
|
|
|
|
|
|
|
|
marker_b35fd6a78f556c0ad6874a2ed6c4875a.bindPopup(popup_2392f0ba6bd0e2dfc501dcf562dcd9ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b35fd6a78f556c0ad6874a2ed6c4875a.setIcon(icon_773aee59e21731f144c4bad87b60263e);
|
|
|
|
|
|
var marker_792697b803c6e60f0768f16775791812 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_701cc40d88340bffb9c1e831194a4969 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5caeaf9f578b65addc272426eca460f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d299d1800aeb61bfe4bd58abcd1be67 = $(`<div id="html_8d299d1800aeb61bfe4bd58abcd1be67" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_5caeaf9f578b65addc272426eca460f1.setContent(html_8d299d1800aeb61bfe4bd58abcd1be67);
|
|
|
|
|
|
|
|
marker_792697b803c6e60f0768f16775791812.bindPopup(popup_5caeaf9f578b65addc272426eca460f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_792697b803c6e60f0768f16775791812.setIcon(icon_701cc40d88340bffb9c1e831194a4969);
|
|
|
|
|
|
var marker_d61109cfe423fcd24a0656b14d2ac827 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_be14664acaebda8e45788a4c44c8d391 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_024c41172452b997f10c32ea3fdce9c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4752a875920f01e451df644a67bbda5 = $(`<div id="html_a4752a875920f01e451df644a67bbda5" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_024c41172452b997f10c32ea3fdce9c2.setContent(html_a4752a875920f01e451df644a67bbda5);
|
|
|
|
|
|
|
|
marker_d61109cfe423fcd24a0656b14d2ac827.bindPopup(popup_024c41172452b997f10c32ea3fdce9c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d61109cfe423fcd24a0656b14d2ac827.setIcon(icon_be14664acaebda8e45788a4c44c8d391);
|
|
|
|
|
|
var marker_de0a2f7ea68ab51af7cda6204fe3ce06 = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_ea6ef4601703c86a8f4fc64b3b6baa1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_805929367489a48d22ee5a9543ab22ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f53535387a1f0b3e7c8f54519997ac50 = $(`<div id="html_f53535387a1f0b3e7c8f54519997ac50" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_805929367489a48d22ee5a9543ab22ad.setContent(html_f53535387a1f0b3e7c8f54519997ac50);
|
|
|
|
|
|
|
|
marker_de0a2f7ea68ab51af7cda6204fe3ce06.bindPopup(popup_805929367489a48d22ee5a9543ab22ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de0a2f7ea68ab51af7cda6204fe3ce06.setIcon(icon_ea6ef4601703c86a8f4fc64b3b6baa1d);
|
|
|
|
|
|
var marker_e13c2c1226cc18ec94f363f7e43bbec1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_7d47e1abe48d2233fe700e31e615f6e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50263e1d2442c9bb3913458f1a92754a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_379014deddee3f39435566eb1f1ee345 = $(`<div id="html_379014deddee3f39435566eb1f1ee345" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_50263e1d2442c9bb3913458f1a92754a.setContent(html_379014deddee3f39435566eb1f1ee345);
|
|
|
|
|
|
|
|
marker_e13c2c1226cc18ec94f363f7e43bbec1.bindPopup(popup_50263e1d2442c9bb3913458f1a92754a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e13c2c1226cc18ec94f363f7e43bbec1.setIcon(icon_7d47e1abe48d2233fe700e31e615f6e7);
|
|
|
|
|
|
var marker_abec67afc58d0311b46792905b1ad2de = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_8a69c764ddc42e5ffa3ffe217f919143 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90fd5ed3f656d61dced92c0efc0bde1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a0bfc594db85bb539c88bcd08f43eb2 = $(`<div id="html_9a0bfc594db85bb539c88bcd08f43eb2" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_90fd5ed3f656d61dced92c0efc0bde1b.setContent(html_9a0bfc594db85bb539c88bcd08f43eb2);
|
|
|
|
|
|
|
|
marker_abec67afc58d0311b46792905b1ad2de.bindPopup(popup_90fd5ed3f656d61dced92c0efc0bde1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abec67afc58d0311b46792905b1ad2de.setIcon(icon_8a69c764ddc42e5ffa3ffe217f919143);
|
|
|
|
|
|
var marker_37718adefe17bbd130094e0a024cdd64 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_a81c3dc6d27b5182775beaba989396d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8beed9c22eb499ab0e84b7192562e7e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b754381815116778e5825b0dea3e5e98 = $(`<div id="html_b754381815116778e5825b0dea3e5e98" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_8beed9c22eb499ab0e84b7192562e7e4.setContent(html_b754381815116778e5825b0dea3e5e98);
|
|
|
|
|
|
|
|
marker_37718adefe17bbd130094e0a024cdd64.bindPopup(popup_8beed9c22eb499ab0e84b7192562e7e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37718adefe17bbd130094e0a024cdd64.setIcon(icon_a81c3dc6d27b5182775beaba989396d3);
|
|
|
|
|
|
var marker_4ddbbe12c73955440d6ee6df434b4e7d = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_57894d8eeb097c6a8e5748fe0a9cbf80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bcf1901aee29b2b107e893ad70746880 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2aafed8e675128ef29a8be5df228aa24 = $(`<div id="html_2aafed8e675128ef29a8be5df228aa24" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_bcf1901aee29b2b107e893ad70746880.setContent(html_2aafed8e675128ef29a8be5df228aa24);
|
|
|
|
|
|
|
|
marker_4ddbbe12c73955440d6ee6df434b4e7d.bindPopup(popup_bcf1901aee29b2b107e893ad70746880)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ddbbe12c73955440d6ee6df434b4e7d.setIcon(icon_57894d8eeb097c6a8e5748fe0a9cbf80);
|
|
|
|
|
|
var marker_cb57f8a2ad204ea25527ac2f375fe601 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_9209dbc0a2311b1447e5f4c644b18009 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b81e9577ea5603ca7d179766d7d1874 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b236be82f5e432bc9380bab64b2a377 = $(`<div id="html_7b236be82f5e432bc9380bab64b2a377" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_4b81e9577ea5603ca7d179766d7d1874.setContent(html_7b236be82f5e432bc9380bab64b2a377);
|
|
|
|
|
|
|
|
marker_cb57f8a2ad204ea25527ac2f375fe601.bindPopup(popup_4b81e9577ea5603ca7d179766d7d1874)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb57f8a2ad204ea25527ac2f375fe601.setIcon(icon_9209dbc0a2311b1447e5f4c644b18009);
|
|
|
|
|
|
var marker_6aa5ceba1e6b8e824191602587794fa8 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_11a17ff4b9c1604ef5f1ea2467c73323 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2562f8f712d8d13f61c29b2d337bb518 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a755d281f472841c4a713d1e451e7a32 = $(`<div id="html_a755d281f472841c4a713d1e451e7a32" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_2562f8f712d8d13f61c29b2d337bb518.setContent(html_a755d281f472841c4a713d1e451e7a32);
|
|
|
|
|
|
|
|
marker_6aa5ceba1e6b8e824191602587794fa8.bindPopup(popup_2562f8f712d8d13f61c29b2d337bb518)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6aa5ceba1e6b8e824191602587794fa8.setIcon(icon_11a17ff4b9c1604ef5f1ea2467c73323);
|
|
|
|
|
|
var marker_b6328090b2a14c772082c78e2763a204 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_27e93c9e190a6591ccaf0847c1f5e8d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea73db3d8267bc844dd178e41e09040b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6bb394cae3b087b3a3198b82ccdbf4c8 = $(`<div id="html_6bb394cae3b087b3a3198b82ccdbf4c8" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_ea73db3d8267bc844dd178e41e09040b.setContent(html_6bb394cae3b087b3a3198b82ccdbf4c8);
|
|
|
|
|
|
|
|
marker_b6328090b2a14c772082c78e2763a204.bindPopup(popup_ea73db3d8267bc844dd178e41e09040b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6328090b2a14c772082c78e2763a204.setIcon(icon_27e93c9e190a6591ccaf0847c1f5e8d4);
|
|
|
|
|
|
var marker_8baccd1248bdd933187a908a29b4d556 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_468993bc7d0057db19818b51494d1569 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4077bea3bc9ed4d57da88caeac3c02a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df3cfde0a9d626db1c76037b61f24608 = $(`<div id="html_df3cfde0a9d626db1c76037b61f24608" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_4077bea3bc9ed4d57da88caeac3c02a3.setContent(html_df3cfde0a9d626db1c76037b61f24608);
|
|
|
|
|
|
|
|
marker_8baccd1248bdd933187a908a29b4d556.bindPopup(popup_4077bea3bc9ed4d57da88caeac3c02a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8baccd1248bdd933187a908a29b4d556.setIcon(icon_468993bc7d0057db19818b51494d1569);
|
|
|
|
|
|
var marker_7d46c3e39de1704ab170ab1b361c8d33 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_5d8679b7e6f3d2d8364556f913dcbb62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9461948f4e6701773f8597d27ce0dad4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbfced3f923a92b07b4872f5259ff439 = $(`<div id="html_fbfced3f923a92b07b4872f5259ff439" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_9461948f4e6701773f8597d27ce0dad4.setContent(html_fbfced3f923a92b07b4872f5259ff439);
|
|
|
|
|
|
|
|
marker_7d46c3e39de1704ab170ab1b361c8d33.bindPopup(popup_9461948f4e6701773f8597d27ce0dad4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d46c3e39de1704ab170ab1b361c8d33.setIcon(icon_5d8679b7e6f3d2d8364556f913dcbb62);
|
|
|
|
|
|
var marker_82f80f13df25ca85854e79913350ff4b = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_18aab00f908db580070379dc0513cde2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_513b612c6ae644c657908accd784f4aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12ac5e0faba99567e2429772ca6a0505 = $(`<div id="html_12ac5e0faba99567e2429772ca6a0505" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_513b612c6ae644c657908accd784f4aa.setContent(html_12ac5e0faba99567e2429772ca6a0505);
|
|
|
|
|
|
|
|
marker_82f80f13df25ca85854e79913350ff4b.bindPopup(popup_513b612c6ae644c657908accd784f4aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82f80f13df25ca85854e79913350ff4b.setIcon(icon_18aab00f908db580070379dc0513cde2);
|
|
|
|
|
|
var marker_79cac154675ed13ad6e6717930f05769 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_0c4f6921056a46e7a18ac9f0012fece6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6491fd059bc57216187ce5a3fe2f0ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a77c52d9311d5a9789a23d360c30a13e = $(`<div id="html_a77c52d9311d5a9789a23d360c30a13e" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_f6491fd059bc57216187ce5a3fe2f0ae.setContent(html_a77c52d9311d5a9789a23d360c30a13e);
|
|
|
|
|
|
|
|
marker_79cac154675ed13ad6e6717930f05769.bindPopup(popup_f6491fd059bc57216187ce5a3fe2f0ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79cac154675ed13ad6e6717930f05769.setIcon(icon_0c4f6921056a46e7a18ac9f0012fece6);
|
|
|
|
|
|
var marker_8ab507f54f22877340f6352e85a9c925 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_a8fb4056b0098599f05a3dddd9a0f91d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de5626b6d45fd711bc32ed351de9d6f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d35c7a045fa53902b57f3dba44cba3a = $(`<div id="html_4d35c7a045fa53902b57f3dba44cba3a" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_de5626b6d45fd711bc32ed351de9d6f3.setContent(html_4d35c7a045fa53902b57f3dba44cba3a);
|
|
|
|
|
|
|
|
marker_8ab507f54f22877340f6352e85a9c925.bindPopup(popup_de5626b6d45fd711bc32ed351de9d6f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ab507f54f22877340f6352e85a9c925.setIcon(icon_a8fb4056b0098599f05a3dddd9a0f91d);
|
|
|
|
|
|
var marker_b61f30d4c4b5d66c75f057ba8845cf9d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_035e7628e1da8bbd058385e714492e37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1037859bdedba05bb0abf4299123319c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d748da9a273e570490ebab9c20050798 = $(`<div id="html_d748da9a273e570490ebab9c20050798" style="width: 100.0%; height: 100.0%;">plebchain.club</div>`)[0];
|
|
popup_1037859bdedba05bb0abf4299123319c.setContent(html_d748da9a273e570490ebab9c20050798);
|
|
|
|
|
|
|
|
marker_b61f30d4c4b5d66c75f057ba8845cf9d.bindPopup(popup_1037859bdedba05bb0abf4299123319c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b61f30d4c4b5d66c75f057ba8845cf9d.setIcon(icon_035e7628e1da8bbd058385e714492e37);
|
|
|
|
|
|
var marker_978980a841da5836cb69e07b76de4861 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_6cb3022434fe9bce808916ad6dc2f393 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af1c5afd152e4fb8e9da8ea6d9849989 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_695b25be701eeb9132e1a5fd31b05e79 = $(`<div id="html_695b25be701eeb9132e1a5fd31b05e79" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_af1c5afd152e4fb8e9da8ea6d9849989.setContent(html_695b25be701eeb9132e1a5fd31b05e79);
|
|
|
|
|
|
|
|
marker_978980a841da5836cb69e07b76de4861.bindPopup(popup_af1c5afd152e4fb8e9da8ea6d9849989)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_978980a841da5836cb69e07b76de4861.setIcon(icon_6cb3022434fe9bce808916ad6dc2f393);
|
|
|
|
|
|
var marker_6ec5c42ce85325612d0ab5457089efd4 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_31ad1c779c28da628e1023da2ddc03c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1622b690f5b46b238a6fa6b0fa62ed94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83f9000a2fb7c2a2a20c85154c76a02e = $(`<div id="html_83f9000a2fb7c2a2a20c85154c76a02e" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_1622b690f5b46b238a6fa6b0fa62ed94.setContent(html_83f9000a2fb7c2a2a20c85154c76a02e);
|
|
|
|
|
|
|
|
marker_6ec5c42ce85325612d0ab5457089efd4.bindPopup(popup_1622b690f5b46b238a6fa6b0fa62ed94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ec5c42ce85325612d0ab5457089efd4.setIcon(icon_31ad1c779c28da628e1023da2ddc03c7);
|
|
|
|
|
|
var marker_6c09d9592887ea646db848586648c32b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_b8c8baef3945f532596d74a89e3e2e30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_552a439891ae7d692e880d57544dc346 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed9ca8a402b9f381a08c2ab0e8ec02a0 = $(`<div id="html_ed9ca8a402b9f381a08c2ab0e8ec02a0" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_552a439891ae7d692e880d57544dc346.setContent(html_ed9ca8a402b9f381a08c2ab0e8ec02a0);
|
|
|
|
|
|
|
|
marker_6c09d9592887ea646db848586648c32b.bindPopup(popup_552a439891ae7d692e880d57544dc346)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c09d9592887ea646db848586648c32b.setIcon(icon_b8c8baef3945f532596d74a89e3e2e30);
|
|
|
|
|
|
var marker_8304d337129664e02fb587cfe182c930 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_61c50bc52ec4942f8d84c49bf770107d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4a28ef166b7dfbbefbdba7667209a0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_164de186697969cb370835759009a6c7 = $(`<div id="html_164de186697969cb370835759009a6c7" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_d4a28ef166b7dfbbefbdba7667209a0d.setContent(html_164de186697969cb370835759009a6c7);
|
|
|
|
|
|
|
|
marker_8304d337129664e02fb587cfe182c930.bindPopup(popup_d4a28ef166b7dfbbefbdba7667209a0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8304d337129664e02fb587cfe182c930.setIcon(icon_61c50bc52ec4942f8d84c49bf770107d);
|
|
|
|
|
|
var marker_27095b5cb588626b24aeb02c7fb3c5b3 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_334cfa7e686996bce36b30cebaa48612 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfd0c0a0c7214a934565041f084078c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c5e3f50b8960c9864499d5bbd5ec417 = $(`<div id="html_4c5e3f50b8960c9864499d5bbd5ec417" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_cfd0c0a0c7214a934565041f084078c3.setContent(html_4c5e3f50b8960c9864499d5bbd5ec417);
|
|
|
|
|
|
|
|
marker_27095b5cb588626b24aeb02c7fb3c5b3.bindPopup(popup_cfd0c0a0c7214a934565041f084078c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27095b5cb588626b24aeb02c7fb3c5b3.setIcon(icon_334cfa7e686996bce36b30cebaa48612);
|
|
|
|
|
|
var marker_5e44f5097938412bc558bda3e89b9963 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_df4338ff2903739cd1ea7e919249922e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3569a2574368217e8714bd3d4862ffba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0073d1e75999c57bfe18cfa0b859964a = $(`<div id="html_0073d1e75999c57bfe18cfa0b859964a" style="width: 100.0%; height: 100.0%;">nostr.commonshub.brussels</div>`)[0];
|
|
popup_3569a2574368217e8714bd3d4862ffba.setContent(html_0073d1e75999c57bfe18cfa0b859964a);
|
|
|
|
|
|
|
|
marker_5e44f5097938412bc558bda3e89b9963.bindPopup(popup_3569a2574368217e8714bd3d4862ffba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e44f5097938412bc558bda3e89b9963.setIcon(icon_df4338ff2903739cd1ea7e919249922e);
|
|
|
|
|
|
var marker_d7586f1599526f5e308100e901933ccc = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_609f587130353aa2a4013b3185cad1f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b60e757e4f721fcf414f4a6c064abeb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6068f79dd0b7bc2407bca3cdcace17d = $(`<div id="html_e6068f79dd0b7bc2407bca3cdcace17d" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_8b60e757e4f721fcf414f4a6c064abeb.setContent(html_e6068f79dd0b7bc2407bca3cdcace17d);
|
|
|
|
|
|
|
|
marker_d7586f1599526f5e308100e901933ccc.bindPopup(popup_8b60e757e4f721fcf414f4a6c064abeb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7586f1599526f5e308100e901933ccc.setIcon(icon_609f587130353aa2a4013b3185cad1f4);
|
|
|
|
|
|
var marker_ebaafa822ad2181e1551ea060594d171 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_d8cdc52a20a15c1424f5f86a7d734bd1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e07081973029bd9a778e8112c45e65f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ea1995fb4b303379533955991ade840 = $(`<div id="html_3ea1995fb4b303379533955991ade840" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_e07081973029bd9a778e8112c45e65f3.setContent(html_3ea1995fb4b303379533955991ade840);
|
|
|
|
|
|
|
|
marker_ebaafa822ad2181e1551ea060594d171.bindPopup(popup_e07081973029bd9a778e8112c45e65f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebaafa822ad2181e1551ea060594d171.setIcon(icon_d8cdc52a20a15c1424f5f86a7d734bd1);
|
|
|
|
|
|
var marker_fbd06778c1deb152f52074b7d9075ce3 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_1ee5b39e2d8ae22b3f744f601ed08a5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d301b11d6cbfed0cb17d3c617e881021 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64e551482e7e9f3900ddc1b1d6ce8bf3 = $(`<div id="html_64e551482e7e9f3900ddc1b1d6ce8bf3" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_d301b11d6cbfed0cb17d3c617e881021.setContent(html_64e551482e7e9f3900ddc1b1d6ce8bf3);
|
|
|
|
|
|
|
|
marker_fbd06778c1deb152f52074b7d9075ce3.bindPopup(popup_d301b11d6cbfed0cb17d3c617e881021)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbd06778c1deb152f52074b7d9075ce3.setIcon(icon_1ee5b39e2d8ae22b3f744f601ed08a5e);
|
|
|
|
|
|
var marker_04b6339a09ab1c3ad48dd312c0291cb5 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_157513f35aba18e1b7f6f79a4f6e3c84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38315e46ed857592194189b65aefdb9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_696cf8435e913d40b3125c541672716a = $(`<div id="html_696cf8435e913d40b3125c541672716a" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_38315e46ed857592194189b65aefdb9c.setContent(html_696cf8435e913d40b3125c541672716a);
|
|
|
|
|
|
|
|
marker_04b6339a09ab1c3ad48dd312c0291cb5.bindPopup(popup_38315e46ed857592194189b65aefdb9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04b6339a09ab1c3ad48dd312c0291cb5.setIcon(icon_157513f35aba18e1b7f6f79a4f6e3c84);
|
|
|
|
|
|
var marker_b8a077d7481b23c2eff242e10a847e65 = L.marker(
|
|
[51.5524, -0.29686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_b3e5aed25db423495ac8b13ceb9991da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce82dda0119cafa5104e20627a5c46a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6efe14cb13b313e8050f6a39b8020143 = $(`<div id="html_6efe14cb13b313e8050f6a39b8020143" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_ce82dda0119cafa5104e20627a5c46a0.setContent(html_6efe14cb13b313e8050f6a39b8020143);
|
|
|
|
|
|
|
|
marker_b8a077d7481b23c2eff242e10a847e65.bindPopup(popup_ce82dda0119cafa5104e20627a5c46a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8a077d7481b23c2eff242e10a847e65.setIcon(icon_b3e5aed25db423495ac8b13ceb9991da);
|
|
|
|
|
|
var marker_fea42dd98f29d4f0619c879d4aa9a7d5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_2585df2ff56cb877c29987bd34937f59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2387673293dfd4e712fe95976069671d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30418333572b437cfd7e984c49b08d2a = $(`<div id="html_30418333572b437cfd7e984c49b08d2a" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_2387673293dfd4e712fe95976069671d.setContent(html_30418333572b437cfd7e984c49b08d2a);
|
|
|
|
|
|
|
|
marker_fea42dd98f29d4f0619c879d4aa9a7d5.bindPopup(popup_2387673293dfd4e712fe95976069671d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fea42dd98f29d4f0619c879d4aa9a7d5.setIcon(icon_2585df2ff56cb877c29987bd34937f59);
|
|
|
|
|
|
var marker_adda3f035b7cb34ed7a9e99b11653f36 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_2393029a329e6067a5110e12c87c442e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b12d1e3e85ce02f77611789c846b98c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14d108eab8b8bd6636963cc353b6a3aa = $(`<div id="html_14d108eab8b8bd6636963cc353b6a3aa" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_4b12d1e3e85ce02f77611789c846b98c.setContent(html_14d108eab8b8bd6636963cc353b6a3aa);
|
|
|
|
|
|
|
|
marker_adda3f035b7cb34ed7a9e99b11653f36.bindPopup(popup_4b12d1e3e85ce02f77611789c846b98c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_adda3f035b7cb34ed7a9e99b11653f36.setIcon(icon_2393029a329e6067a5110e12c87c442e);
|
|
|
|
|
|
var marker_98bc2aa09864fcd262320a75ce0f5fa7 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_4d82ba40811cc657cb59b4303e2aded9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcde3a08c72a7b6b3944b8d2cc910e30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_190b466b3b124377a84584ead3286bae = $(`<div id="html_190b466b3b124377a84584ead3286bae" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_fcde3a08c72a7b6b3944b8d2cc910e30.setContent(html_190b466b3b124377a84584ead3286bae);
|
|
|
|
|
|
|
|
marker_98bc2aa09864fcd262320a75ce0f5fa7.bindPopup(popup_fcde3a08c72a7b6b3944b8d2cc910e30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98bc2aa09864fcd262320a75ce0f5fa7.setIcon(icon_4d82ba40811cc657cb59b4303e2aded9);
|
|
|
|
|
|
var marker_ca0b8851b98757aabf83f826c5cf2765 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_329d4d6be01e03ae81d6a0c8584b50da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a51e8eb085f7cb8edfffc7bc520a6f78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8335c1ecd63b5ae5857f6ceeb3e926d4 = $(`<div id="html_8335c1ecd63b5ae5857f6ceeb3e926d4" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_a51e8eb085f7cb8edfffc7bc520a6f78.setContent(html_8335c1ecd63b5ae5857f6ceeb3e926d4);
|
|
|
|
|
|
|
|
marker_ca0b8851b98757aabf83f826c5cf2765.bindPopup(popup_a51e8eb085f7cb8edfffc7bc520a6f78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca0b8851b98757aabf83f826c5cf2765.setIcon(icon_329d4d6be01e03ae81d6a0c8584b50da);
|
|
|
|
|
|
var marker_bdb07186388cff24be478f8c0c536442 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_b0ce0036b0435f747e70b27ed93b8164 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1852cbc3180dae8de84d125efa9acb98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fdeabb6000c602fa3f1ee01e5fe2dee = $(`<div id="html_3fdeabb6000c602fa3f1ee01e5fe2dee" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_1852cbc3180dae8de84d125efa9acb98.setContent(html_3fdeabb6000c602fa3f1ee01e5fe2dee);
|
|
|
|
|
|
|
|
marker_bdb07186388cff24be478f8c0c536442.bindPopup(popup_1852cbc3180dae8de84d125efa9acb98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bdb07186388cff24be478f8c0c536442.setIcon(icon_b0ce0036b0435f747e70b27ed93b8164);
|
|
|
|
|
|
var marker_bf25539d4b453dc811949682fd9eded8 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_ca866fe6c3ca2ed7fb55ab2f375b40dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2dcb9dad069f9294a204fda3070f5e1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9ef368104226a3ef6ed24f4ea904c75 = $(`<div id="html_d9ef368104226a3ef6ed24f4ea904c75" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_2dcb9dad069f9294a204fda3070f5e1e.setContent(html_d9ef368104226a3ef6ed24f4ea904c75);
|
|
|
|
|
|
|
|
marker_bf25539d4b453dc811949682fd9eded8.bindPopup(popup_2dcb9dad069f9294a204fda3070f5e1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf25539d4b453dc811949682fd9eded8.setIcon(icon_ca866fe6c3ca2ed7fb55ab2f375b40dc);
|
|
|
|
|
|
var marker_40a1011faa4a06b1ef327622e50af554 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_36e5926e25aafc531b6abb7ffba697ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47fb8632bacda54cd46724253b1c456b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5ef83a5fea5c6b5fb7a2e1cbee3f104 = $(`<div id="html_b5ef83a5fea5c6b5fb7a2e1cbee3f104" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_47fb8632bacda54cd46724253b1c456b.setContent(html_b5ef83a5fea5c6b5fb7a2e1cbee3f104);
|
|
|
|
|
|
|
|
marker_40a1011faa4a06b1ef327622e50af554.bindPopup(popup_47fb8632bacda54cd46724253b1c456b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40a1011faa4a06b1ef327622e50af554.setIcon(icon_36e5926e25aafc531b6abb7ffba697ae);
|
|
|
|
|
|
var marker_95d2752f958b019f83d95bd00b40557e = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_fed7ec831be79aa684b7e73556816326 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11b4ca1f87b89281560623d72fa19e58 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b39c858254ddafb8a84019311de09b63 = $(`<div id="html_b39c858254ddafb8a84019311de09b63" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_11b4ca1f87b89281560623d72fa19e58.setContent(html_b39c858254ddafb8a84019311de09b63);
|
|
|
|
|
|
|
|
marker_95d2752f958b019f83d95bd00b40557e.bindPopup(popup_11b4ca1f87b89281560623d72fa19e58)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95d2752f958b019f83d95bd00b40557e.setIcon(icon_fed7ec831be79aa684b7e73556816326);
|
|
|
|
|
|
var marker_62991007bf1aee4f46ccbb38273eac0e = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_5ea583b94da60c3a516feead06d81a4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4e432c1e8eda4e8449497820d26ccee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df4d7fb370666d2a2859d81f17df1379 = $(`<div id="html_df4d7fb370666d2a2859d81f17df1379" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_a4e432c1e8eda4e8449497820d26ccee.setContent(html_df4d7fb370666d2a2859d81f17df1379);
|
|
|
|
|
|
|
|
marker_62991007bf1aee4f46ccbb38273eac0e.bindPopup(popup_a4e432c1e8eda4e8449497820d26ccee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62991007bf1aee4f46ccbb38273eac0e.setIcon(icon_5ea583b94da60c3a516feead06d81a4b);
|
|
|
|
|
|
var marker_11b86798a7a600e07e4ab4d89eee4d99 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_a59ae0926df2f487894484a904d35da9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fec4a5f84a271e44cf7464d3040cdba9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e289da1bea5f8c1b3fd8db6785ccb6c3 = $(`<div id="html_e289da1bea5f8c1b3fd8db6785ccb6c3" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_fec4a5f84a271e44cf7464d3040cdba9.setContent(html_e289da1bea5f8c1b3fd8db6785ccb6c3);
|
|
|
|
|
|
|
|
marker_11b86798a7a600e07e4ab4d89eee4d99.bindPopup(popup_fec4a5f84a271e44cf7464d3040cdba9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11b86798a7a600e07e4ab4d89eee4d99.setIcon(icon_a59ae0926df2f487894484a904d35da9);
|
|
|
|
|
|
var marker_353f361471af0690c8c2dd6dbf84df80 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_16831b5069c5159e1b787afc1ecdbfa5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a062d9841bc2e11109cb4b4c28f38ab1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9adff4ecfbb615055d4f31200f9fadfb = $(`<div id="html_9adff4ecfbb615055d4f31200f9fadfb" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_a062d9841bc2e11109cb4b4c28f38ab1.setContent(html_9adff4ecfbb615055d4f31200f9fadfb);
|
|
|
|
|
|
|
|
marker_353f361471af0690c8c2dd6dbf84df80.bindPopup(popup_a062d9841bc2e11109cb4b4c28f38ab1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_353f361471af0690c8c2dd6dbf84df80.setIcon(icon_16831b5069c5159e1b787afc1ecdbfa5);
|
|
|
|
|
|
var marker_68e142dd02787f3fcf72e2cf8cc07537 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_22bb9744989126927f5a6cbfd47959a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed027e3854a5b0bf8f9f1d0b4cba3fd0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4347bfd5498432bd47f115e4b7bd21e7 = $(`<div id="html_4347bfd5498432bd47f115e4b7bd21e7" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_ed027e3854a5b0bf8f9f1d0b4cba3fd0.setContent(html_4347bfd5498432bd47f115e4b7bd21e7);
|
|
|
|
|
|
|
|
marker_68e142dd02787f3fcf72e2cf8cc07537.bindPopup(popup_ed027e3854a5b0bf8f9f1d0b4cba3fd0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68e142dd02787f3fcf72e2cf8cc07537.setIcon(icon_22bb9744989126927f5a6cbfd47959a7);
|
|
|
|
|
|
var marker_e00ed578f8b04bc0b5667b61ab030f68 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_83843a9d76e1fdf83ca07dcaf4df4269 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f16d048d2cac6c1e9b4692b4e0b97ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a97ce86791a807ef44f86d6e01d5307c = $(`<div id="html_a97ce86791a807ef44f86d6e01d5307c" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_2f16d048d2cac6c1e9b4692b4e0b97ce.setContent(html_a97ce86791a807ef44f86d6e01d5307c);
|
|
|
|
|
|
|
|
marker_e00ed578f8b04bc0b5667b61ab030f68.bindPopup(popup_2f16d048d2cac6c1e9b4692b4e0b97ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e00ed578f8b04bc0b5667b61ab030f68.setIcon(icon_83843a9d76e1fdf83ca07dcaf4df4269);
|
|
|
|
|
|
var marker_727022039128452c257b2f760ac27355 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_65d9aaa2692b881594ef2f07e7bd80d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3b6912bd070783930cc2cfb5800ae54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2e280769214a57d809577208bd481f0 = $(`<div id="html_a2e280769214a57d809577208bd481f0" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_d3b6912bd070783930cc2cfb5800ae54.setContent(html_a2e280769214a57d809577208bd481f0);
|
|
|
|
|
|
|
|
marker_727022039128452c257b2f760ac27355.bindPopup(popup_d3b6912bd070783930cc2cfb5800ae54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_727022039128452c257b2f760ac27355.setIcon(icon_65d9aaa2692b881594ef2f07e7bd80d8);
|
|
|
|
|
|
var marker_44de83f7e797a2f1345eb1325f0ccbfe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_17ca6f8948385c421700c02ced19e599 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a2a4704775ef2614192dbd4b8f5266b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5125806bb8215ae4e5e3d703f281c9e2 = $(`<div id="html_5125806bb8215ae4e5e3d703f281c9e2" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_2a2a4704775ef2614192dbd4b8f5266b.setContent(html_5125806bb8215ae4e5e3d703f281c9e2);
|
|
|
|
|
|
|
|
marker_44de83f7e797a2f1345eb1325f0ccbfe.bindPopup(popup_2a2a4704775ef2614192dbd4b8f5266b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44de83f7e797a2f1345eb1325f0ccbfe.setIcon(icon_17ca6f8948385c421700c02ced19e599);
|
|
|
|
|
|
var marker_f808568c8ac293571b52a2f7911d4bde = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_26efbc5e033c27b6f0c3e5dc9cc14633 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4cf86da4ddbd80381d23b1302d797651 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d06c174db8e81469ec29669cbcbdd3c1 = $(`<div id="html_d06c174db8e81469ec29669cbcbdd3c1" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_4cf86da4ddbd80381d23b1302d797651.setContent(html_d06c174db8e81469ec29669cbcbdd3c1);
|
|
|
|
|
|
|
|
marker_f808568c8ac293571b52a2f7911d4bde.bindPopup(popup_4cf86da4ddbd80381d23b1302d797651)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f808568c8ac293571b52a2f7911d4bde.setIcon(icon_26efbc5e033c27b6f0c3e5dc9cc14633);
|
|
|
|
|
|
var marker_884230444bb6981adc4ba2cf3d9936b4 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_6ac9352f256253ad80414f815420b6fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74bbb99a2ea5f99699cfc2a5aaadcea9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af16525f49ce44a01d48004c3a1510c1 = $(`<div id="html_af16525f49ce44a01d48004c3a1510c1" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_74bbb99a2ea5f99699cfc2a5aaadcea9.setContent(html_af16525f49ce44a01d48004c3a1510c1);
|
|
|
|
|
|
|
|
marker_884230444bb6981adc4ba2cf3d9936b4.bindPopup(popup_74bbb99a2ea5f99699cfc2a5aaadcea9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_884230444bb6981adc4ba2cf3d9936b4.setIcon(icon_6ac9352f256253ad80414f815420b6fd);
|
|
|
|
|
|
var marker_b190e5e0fc4a79265e0d4eb30c738b40 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_8d3389c6fd3bd5ea7a328407aab15bbc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11b2045c96684ddcb9c06b49152def5f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71f2d72046e1da96c2e82eca52be9f0b = $(`<div id="html_71f2d72046e1da96c2e82eca52be9f0b" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_11b2045c96684ddcb9c06b49152def5f.setContent(html_71f2d72046e1da96c2e82eca52be9f0b);
|
|
|
|
|
|
|
|
marker_b190e5e0fc4a79265e0d4eb30c738b40.bindPopup(popup_11b2045c96684ddcb9c06b49152def5f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b190e5e0fc4a79265e0d4eb30c738b40.setIcon(icon_8d3389c6fd3bd5ea7a328407aab15bbc);
|
|
|
|
|
|
var marker_247cc727455499917a2d56a0b6e0e665 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_546b636284bfda0b75c462e1e7b88cec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7513ce37ca40e5e56da6951d25c50f35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6be939dc1c2a29da91de5be8fb583d14 = $(`<div id="html_6be939dc1c2a29da91de5be8fb583d14" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_7513ce37ca40e5e56da6951d25c50f35.setContent(html_6be939dc1c2a29da91de5be8fb583d14);
|
|
|
|
|
|
|
|
marker_247cc727455499917a2d56a0b6e0e665.bindPopup(popup_7513ce37ca40e5e56da6951d25c50f35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_247cc727455499917a2d56a0b6e0e665.setIcon(icon_546b636284bfda0b75c462e1e7b88cec);
|
|
|
|
|
|
var marker_fd885be1cfdefe41c9f9e4cc34206bed = L.marker(
|
|
[15.2634, 100.344],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_fc0e815818e1c232992044f22ebb17eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ecd25d0067c14d83371135bdfe319dee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_866b53f94d7e179e1e9f04841968e627 = $(`<div id="html_866b53f94d7e179e1e9f04841968e627" style="width: 100.0%; height: 100.0%;">nostr-relayrs.gateway.in.th</div>`)[0];
|
|
popup_ecd25d0067c14d83371135bdfe319dee.setContent(html_866b53f94d7e179e1e9f04841968e627);
|
|
|
|
|
|
|
|
marker_fd885be1cfdefe41c9f9e4cc34206bed.bindPopup(popup_ecd25d0067c14d83371135bdfe319dee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd885be1cfdefe41c9f9e4cc34206bed.setIcon(icon_fc0e815818e1c232992044f22ebb17eb);
|
|
|
|
|
|
var marker_fd562168687f23263bfb54be12ad162c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_73266b874f2ab42bd1d2f189aa510d3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5ad655c7bbd9aa5082d18787c4a79b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2cf17309b4f580cac76af9168ce0befd = $(`<div id="html_2cf17309b4f580cac76af9168ce0befd" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_c5ad655c7bbd9aa5082d18787c4a79b3.setContent(html_2cf17309b4f580cac76af9168ce0befd);
|
|
|
|
|
|
|
|
marker_fd562168687f23263bfb54be12ad162c.bindPopup(popup_c5ad655c7bbd9aa5082d18787c4a79b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd562168687f23263bfb54be12ad162c.setIcon(icon_73266b874f2ab42bd1d2f189aa510d3f);
|
|
|
|
|
|
var marker_7e6d9b64c3e49ff9665d6815a065494a = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_9a8b3971fe0da375aeafaa6b795d19c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8f51c52d7aa74a3f263b1eead05814d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc467e3007592e1b051cf164b6cf2cd5 = $(`<div id="html_dc467e3007592e1b051cf164b6cf2cd5" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_b8f51c52d7aa74a3f263b1eead05814d.setContent(html_dc467e3007592e1b051cf164b6cf2cd5);
|
|
|
|
|
|
|
|
marker_7e6d9b64c3e49ff9665d6815a065494a.bindPopup(popup_b8f51c52d7aa74a3f263b1eead05814d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e6d9b64c3e49ff9665d6815a065494a.setIcon(icon_9a8b3971fe0da375aeafaa6b795d19c0);
|
|
|
|
|
|
var marker_441b02f4419bb50196ae5d7ff4710eb2 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_2b22f678e6b5d7e476b15a4f15162a75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7cb427d149a93d26141d335dadfcad3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7be4453768fd24872e9c06adc15c2b8a = $(`<div id="html_7be4453768fd24872e9c06adc15c2b8a" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_7cb427d149a93d26141d335dadfcad3d.setContent(html_7be4453768fd24872e9c06adc15c2b8a);
|
|
|
|
|
|
|
|
marker_441b02f4419bb50196ae5d7ff4710eb2.bindPopup(popup_7cb427d149a93d26141d335dadfcad3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_441b02f4419bb50196ae5d7ff4710eb2.setIcon(icon_2b22f678e6b5d7e476b15a4f15162a75);
|
|
|
|
|
|
var marker_9be265c2ee76499cc02f7aa3f786d4ee = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_49d2859be6005c88738eb9882dbcac93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28c62f398b876f77fa58b160f67ac4d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df398dac1be80780f1313878afcc59ab = $(`<div id="html_df398dac1be80780f1313878afcc59ab" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_28c62f398b876f77fa58b160f67ac4d6.setContent(html_df398dac1be80780f1313878afcc59ab);
|
|
|
|
|
|
|
|
marker_9be265c2ee76499cc02f7aa3f786d4ee.bindPopup(popup_28c62f398b876f77fa58b160f67ac4d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9be265c2ee76499cc02f7aa3f786d4ee.setIcon(icon_49d2859be6005c88738eb9882dbcac93);
|
|
|
|
|
|
var marker_a620a3845f4e6dfc0ad614cdfe552c87 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_2b125cda48c241aef25a9169bb8469a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5eaacc24e306123e8a12f0c5ba7a363 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce0654a8996766d34e33983b2343b41c = $(`<div id="html_ce0654a8996766d34e33983b2343b41c" style="width: 100.0%; height: 100.0%;">0m0sef4nb45q6.cloreai.ru</div>`)[0];
|
|
popup_d5eaacc24e306123e8a12f0c5ba7a363.setContent(html_ce0654a8996766d34e33983b2343b41c);
|
|
|
|
|
|
|
|
marker_a620a3845f4e6dfc0ad614cdfe552c87.bindPopup(popup_d5eaacc24e306123e8a12f0c5ba7a363)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a620a3845f4e6dfc0ad614cdfe552c87.setIcon(icon_2b125cda48c241aef25a9169bb8469a5);
|
|
|
|
|
|
var marker_6b71e7783acd418095d0b250859c6ee0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_63515f596c12a3ec308a472ddd888092 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d832c7b79900c53245d3da687cc0d8e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2768e9c1f8b09f1cccd6b9bafa09c82d = $(`<div id="html_2768e9c1f8b09f1cccd6b9bafa09c82d" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_d832c7b79900c53245d3da687cc0d8e8.setContent(html_2768e9c1f8b09f1cccd6b9bafa09c82d);
|
|
|
|
|
|
|
|
marker_6b71e7783acd418095d0b250859c6ee0.bindPopup(popup_d832c7b79900c53245d3da687cc0d8e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b71e7783acd418095d0b250859c6ee0.setIcon(icon_63515f596c12a3ec308a472ddd888092);
|
|
|
|
|
|
var marker_45f2dfd1c546c9bb80d3ad62bd469f81 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_892d0e6480d83f4155c19c5a0a49bae9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_411e41095cd4ce97054ae9898865df38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fe2b45422d3c9db902269cf8c5505c3 = $(`<div id="html_0fe2b45422d3c9db902269cf8c5505c3" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_411e41095cd4ce97054ae9898865df38.setContent(html_0fe2b45422d3c9db902269cf8c5505c3);
|
|
|
|
|
|
|
|
marker_45f2dfd1c546c9bb80d3ad62bd469f81.bindPopup(popup_411e41095cd4ce97054ae9898865df38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45f2dfd1c546c9bb80d3ad62bd469f81.setIcon(icon_892d0e6480d83f4155c19c5a0a49bae9);
|
|
|
|
|
|
var marker_0f27aa75eea6c6d004118cc842ade489 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_8a56af48edf6d219ecdf46cf6909d286 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a00bf4f69ced49eb79c58c590002cb7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_390c94d3417c43cb8b521ad39cdf4ee9 = $(`<div id="html_390c94d3417c43cb8b521ad39cdf4ee9" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_a00bf4f69ced49eb79c58c590002cb7c.setContent(html_390c94d3417c43cb8b521ad39cdf4ee9);
|
|
|
|
|
|
|
|
marker_0f27aa75eea6c6d004118cc842ade489.bindPopup(popup_a00bf4f69ced49eb79c58c590002cb7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f27aa75eea6c6d004118cc842ade489.setIcon(icon_8a56af48edf6d219ecdf46cf6909d286);
|
|
|
|
|
|
var marker_73ec30df41ee3f91255180aaac74544e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_f9f197466c4e36b9ce99f1dbd79dc6ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6fa3c2f60d9332822fa46bf41edb4eb8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c6159d18f3313dcb25b154c25a7a587 = $(`<div id="html_0c6159d18f3313dcb25b154c25a7a587" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_6fa3c2f60d9332822fa46bf41edb4eb8.setContent(html_0c6159d18f3313dcb25b154c25a7a587);
|
|
|
|
|
|
|
|
marker_73ec30df41ee3f91255180aaac74544e.bindPopup(popup_6fa3c2f60d9332822fa46bf41edb4eb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73ec30df41ee3f91255180aaac74544e.setIcon(icon_f9f197466c4e36b9ce99f1dbd79dc6ea);
|
|
|
|
|
|
var marker_4bc15d064570cd8ddf99d7e8a9c4cb1b = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_fe425b1df797fd6270579d550eebafbe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_083a90c7829c677f80aeb88cb83978ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cd08a071afd6bc3eba3afa11742712f = $(`<div id="html_4cd08a071afd6bc3eba3afa11742712f" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_083a90c7829c677f80aeb88cb83978ec.setContent(html_4cd08a071afd6bc3eba3afa11742712f);
|
|
|
|
|
|
|
|
marker_4bc15d064570cd8ddf99d7e8a9c4cb1b.bindPopup(popup_083a90c7829c677f80aeb88cb83978ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4bc15d064570cd8ddf99d7e8a9c4cb1b.setIcon(icon_fe425b1df797fd6270579d550eebafbe);
|
|
|
|
|
|
var marker_d7911ab7d8056282f0882e8bc09c4ba4 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_28af028fd3fe7e2724a5b239ae324a00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98898677dc7bdfd3be1b8b194f477195 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3b54dcdd0c63a84519c956144050f37 = $(`<div id="html_f3b54dcdd0c63a84519c956144050f37" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_98898677dc7bdfd3be1b8b194f477195.setContent(html_f3b54dcdd0c63a84519c956144050f37);
|
|
|
|
|
|
|
|
marker_d7911ab7d8056282f0882e8bc09c4ba4.bindPopup(popup_98898677dc7bdfd3be1b8b194f477195)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7911ab7d8056282f0882e8bc09c4ba4.setIcon(icon_28af028fd3fe7e2724a5b239ae324a00);
|
|
|
|
|
|
var marker_4dc1045c7c2eb33618718a7304577019 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_bd57abdf04119302411dcd4454bf6024 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9230aa1c0d1fc827e8fb9a35ec7e9927 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a26c1f27d78865b7a4943727f6784b1 = $(`<div id="html_9a26c1f27d78865b7a4943727f6784b1" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_9230aa1c0d1fc827e8fb9a35ec7e9927.setContent(html_9a26c1f27d78865b7a4943727f6784b1);
|
|
|
|
|
|
|
|
marker_4dc1045c7c2eb33618718a7304577019.bindPopup(popup_9230aa1c0d1fc827e8fb9a35ec7e9927)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4dc1045c7c2eb33618718a7304577019.setIcon(icon_bd57abdf04119302411dcd4454bf6024);
|
|
|
|
|
|
var marker_fd4f9c0774b609c52de9052c5529896c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_d9d4ef87c97854ac35f4c949d9263f1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3be6ea6ab20a80394db74f6fa787320 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b07ca2d940e7cabd22d45a9941182a39 = $(`<div id="html_b07ca2d940e7cabd22d45a9941182a39" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_f3be6ea6ab20a80394db74f6fa787320.setContent(html_b07ca2d940e7cabd22d45a9941182a39);
|
|
|
|
|
|
|
|
marker_fd4f9c0774b609c52de9052c5529896c.bindPopup(popup_f3be6ea6ab20a80394db74f6fa787320)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd4f9c0774b609c52de9052c5529896c.setIcon(icon_d9d4ef87c97854ac35f4c949d9263f1e);
|
|
|
|
|
|
var marker_3c5f54a3b821f7d21c97deff84a2e505 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_b61a04910921f7161cd5b8d961eb6a22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97e367857e78d885862172c521e371d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f841ea1e96c7b5375bdc950e1be870e = $(`<div id="html_1f841ea1e96c7b5375bdc950e1be870e" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_97e367857e78d885862172c521e371d2.setContent(html_1f841ea1e96c7b5375bdc950e1be870e);
|
|
|
|
|
|
|
|
marker_3c5f54a3b821f7d21c97deff84a2e505.bindPopup(popup_97e367857e78d885862172c521e371d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c5f54a3b821f7d21c97deff84a2e505.setIcon(icon_b61a04910921f7161cd5b8d961eb6a22);
|
|
|
|
|
|
var marker_bfff09146fe95b5a73d56623e404a47c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_a2aef1f6275ffb22706f41f6e3d6db28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98162fb834da022fe541d62a517da4bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c12cc3b3886b252d3fec4a5dd0663a0 = $(`<div id="html_8c12cc3b3886b252d3fec4a5dd0663a0" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_98162fb834da022fe541d62a517da4bc.setContent(html_8c12cc3b3886b252d3fec4a5dd0663a0);
|
|
|
|
|
|
|
|
marker_bfff09146fe95b5a73d56623e404a47c.bindPopup(popup_98162fb834da022fe541d62a517da4bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bfff09146fe95b5a73d56623e404a47c.setIcon(icon_a2aef1f6275ffb22706f41f6e3d6db28);
|
|
|
|
|
|
var marker_6c63fe5cc212e91b12a07dc6ec7a15f4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_6ac72bca988ee0fce2291a1e32ff1066 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1bef73859108db85b4edb051ab2ecab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0001ca8ef973a782bf22924a7997bd4 = $(`<div id="html_f0001ca8ef973a782bf22924a7997bd4" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_f1bef73859108db85b4edb051ab2ecab.setContent(html_f0001ca8ef973a782bf22924a7997bd4);
|
|
|
|
|
|
|
|
marker_6c63fe5cc212e91b12a07dc6ec7a15f4.bindPopup(popup_f1bef73859108db85b4edb051ab2ecab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c63fe5cc212e91b12a07dc6ec7a15f4.setIcon(icon_6ac72bca988ee0fce2291a1e32ff1066);
|
|
|
|
|
|
var marker_7d24f92a87dae73c7a3295c62e154d7c = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_76dcb93b164d45f7b24fd31118abbec6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2dc57c39fb4da20449c510ab140836e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b3b81a9b3f34e134c892ee86ca4c96e = $(`<div id="html_3b3b81a9b3f34e134c892ee86ca4c96e" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_2dc57c39fb4da20449c510ab140836e6.setContent(html_3b3b81a9b3f34e134c892ee86ca4c96e);
|
|
|
|
|
|
|
|
marker_7d24f92a87dae73c7a3295c62e154d7c.bindPopup(popup_2dc57c39fb4da20449c510ab140836e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d24f92a87dae73c7a3295c62e154d7c.setIcon(icon_76dcb93b164d45f7b24fd31118abbec6);
|
|
|
|
|
|
var marker_54a81f1d0d288cc18f36f102e7368f84 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_80ba835a20bdeaf304b8772360a43ff9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2bc5580111291d973a39f3cae7165e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0437a160cd869a33c6dc734645ef0459 = $(`<div id="html_0437a160cd869a33c6dc734645ef0459" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_d2bc5580111291d973a39f3cae7165e7.setContent(html_0437a160cd869a33c6dc734645ef0459);
|
|
|
|
|
|
|
|
marker_54a81f1d0d288cc18f36f102e7368f84.bindPopup(popup_d2bc5580111291d973a39f3cae7165e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54a81f1d0d288cc18f36f102e7368f84.setIcon(icon_80ba835a20bdeaf304b8772360a43ff9);
|
|
|
|
|
|
var marker_944c2c6e2281fabf80c9eb13b825a7c3 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_ed1dd84243da6843ea35a59b3032e1e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7c6a17ff67906f50a37ad3279e7b586 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b7a8d07cdef11f20d74f43e813d7ee1 = $(`<div id="html_6b7a8d07cdef11f20d74f43e813d7ee1" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_c7c6a17ff67906f50a37ad3279e7b586.setContent(html_6b7a8d07cdef11f20d74f43e813d7ee1);
|
|
|
|
|
|
|
|
marker_944c2c6e2281fabf80c9eb13b825a7c3.bindPopup(popup_c7c6a17ff67906f50a37ad3279e7b586)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_944c2c6e2281fabf80c9eb13b825a7c3.setIcon(icon_ed1dd84243da6843ea35a59b3032e1e5);
|
|
|
|
|
|
var marker_bc3c665bed4799047a9f37ae254e06cd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_f7a8597fecdbe3ab5d3a60b782793ce0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0175f439958159677769e7f2e5c9686e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23ae13a769b0c0c76c45d4e56d388ff0 = $(`<div id="html_23ae13a769b0c0c76c45d4e56d388ff0" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_0175f439958159677769e7f2e5c9686e.setContent(html_23ae13a769b0c0c76c45d4e56d388ff0);
|
|
|
|
|
|
|
|
marker_bc3c665bed4799047a9f37ae254e06cd.bindPopup(popup_0175f439958159677769e7f2e5c9686e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc3c665bed4799047a9f37ae254e06cd.setIcon(icon_f7a8597fecdbe3ab5d3a60b782793ce0);
|
|
|
|
|
|
var marker_a5e37b1e827a3aadf55e0a92dbc2261b = L.marker(
|
|
[39.048, -77.4817],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_0bcdd815a083e7ecd71daf4ae72300f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73a5355a557c9672e1f65104d80fae6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00671f3b22718538ba9e24cddf1321a5 = $(`<div id="html_00671f3b22718538ba9e24cddf1321a5" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_73a5355a557c9672e1f65104d80fae6f.setContent(html_00671f3b22718538ba9e24cddf1321a5);
|
|
|
|
|
|
|
|
marker_a5e37b1e827a3aadf55e0a92dbc2261b.bindPopup(popup_73a5355a557c9672e1f65104d80fae6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5e37b1e827a3aadf55e0a92dbc2261b.setIcon(icon_0bcdd815a083e7ecd71daf4ae72300f2);
|
|
|
|
|
|
var marker_9f0218d5fb29c81cd18a0404391ba48e = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_db5474d6f54baa6054100e0329ef004b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed93be3c3cfd57147968f73bbe5486aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_930fbef2ca358cfe37757df56ab23d9a = $(`<div id="html_930fbef2ca358cfe37757df56ab23d9a" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_ed93be3c3cfd57147968f73bbe5486aa.setContent(html_930fbef2ca358cfe37757df56ab23d9a);
|
|
|
|
|
|
|
|
marker_9f0218d5fb29c81cd18a0404391ba48e.bindPopup(popup_ed93be3c3cfd57147968f73bbe5486aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f0218d5fb29c81cd18a0404391ba48e.setIcon(icon_db5474d6f54baa6054100e0329ef004b);
|
|
|
|
|
|
var marker_81b9f8593afda9e18003ac5fb083b634 = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_763a19a12135912d02ed62dd60c33084 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_596a47a8cb2f8fd2b3f3e42b31072d53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42f941bd53620b6334d025f1e91c3eae = $(`<div id="html_42f941bd53620b6334d025f1e91c3eae" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_596a47a8cb2f8fd2b3f3e42b31072d53.setContent(html_42f941bd53620b6334d025f1e91c3eae);
|
|
|
|
|
|
|
|
marker_81b9f8593afda9e18003ac5fb083b634.bindPopup(popup_596a47a8cb2f8fd2b3f3e42b31072d53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81b9f8593afda9e18003ac5fb083b634.setIcon(icon_763a19a12135912d02ed62dd60c33084);
|
|
|
|
|
|
var marker_4fb087e4d974ab1568324d39bc93c683 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_78601f5def7407d7d5aef5e05c8c616e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30bb0530b86a24c8478250d9364f5f0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_631106f2e777800996f7f96487bdcece = $(`<div id="html_631106f2e777800996f7f96487bdcece" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_30bb0530b86a24c8478250d9364f5f0c.setContent(html_631106f2e777800996f7f96487bdcece);
|
|
|
|
|
|
|
|
marker_4fb087e4d974ab1568324d39bc93c683.bindPopup(popup_30bb0530b86a24c8478250d9364f5f0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4fb087e4d974ab1568324d39bc93c683.setIcon(icon_78601f5def7407d7d5aef5e05c8c616e);
|
|
|
|
|
|
var marker_b40fbc55ecccd84deb350d67678cc72e = L.marker(
|
|
[40.9481, -79.7428],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_72fa81753c2f3be08ff0b35ccc5e7a74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b1c2516667a013701dacf4fcc64aadc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3846bcc12bf780f94573165692ecdd07 = $(`<div id="html_3846bcc12bf780f94573165692ecdd07" style="width: 100.0%; height: 100.0%;">garden.zap.cooking</div>`)[0];
|
|
popup_5b1c2516667a013701dacf4fcc64aadc.setContent(html_3846bcc12bf780f94573165692ecdd07);
|
|
|
|
|
|
|
|
marker_b40fbc55ecccd84deb350d67678cc72e.bindPopup(popup_5b1c2516667a013701dacf4fcc64aadc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b40fbc55ecccd84deb350d67678cc72e.setIcon(icon_72fa81753c2f3be08ff0b35ccc5e7a74);
|
|
|
|
|
|
var marker_5a0d898139b8fe0571c609c1aa715d03 = L.marker(
|
|
[33.7584, -84.6375],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_9252ad73b2e60f6559037115e7a166ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ad04e5c848421b56de02bb53090beeb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a83977966a0d03bf23cc0b459f2a16d = $(`<div id="html_1a83977966a0d03bf23cc0b459f2a16d" style="width: 100.0%; height: 100.0%;">relay.nostrops.com</div>`)[0];
|
|
popup_4ad04e5c848421b56de02bb53090beeb.setContent(html_1a83977966a0d03bf23cc0b459f2a16d);
|
|
|
|
|
|
|
|
marker_5a0d898139b8fe0571c609c1aa715d03.bindPopup(popup_4ad04e5c848421b56de02bb53090beeb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a0d898139b8fe0571c609c1aa715d03.setIcon(icon_9252ad73b2e60f6559037115e7a166ae);
|
|
|
|
|
|
var marker_29f4f4dc62baaee310d27bf70636270d = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_7717c3e259cb885298c893276abd247d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb5fcee5db037d468b9a548acb6191d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98b4324ebad47d20cd2f640e41678e66 = $(`<div id="html_98b4324ebad47d20cd2f640e41678e66" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_eb5fcee5db037d468b9a548acb6191d5.setContent(html_98b4324ebad47d20cd2f640e41678e66);
|
|
|
|
|
|
|
|
marker_29f4f4dc62baaee310d27bf70636270d.bindPopup(popup_eb5fcee5db037d468b9a548acb6191d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29f4f4dc62baaee310d27bf70636270d.setIcon(icon_7717c3e259cb885298c893276abd247d);
|
|
|
|
|
|
var marker_329d713fc39bb37b7611e7b8872f9469 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_7020193be34109f78039fed2a8df8ce9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c75725e499d246bfa288b5f824a794d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a1d18b672c7601ccaddd045d42eb434 = $(`<div id="html_2a1d18b672c7601ccaddd045d42eb434" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_3c75725e499d246bfa288b5f824a794d.setContent(html_2a1d18b672c7601ccaddd045d42eb434);
|
|
|
|
|
|
|
|
marker_329d713fc39bb37b7611e7b8872f9469.bindPopup(popup_3c75725e499d246bfa288b5f824a794d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_329d713fc39bb37b7611e7b8872f9469.setIcon(icon_7020193be34109f78039fed2a8df8ce9);
|
|
|
|
|
|
var marker_0bcc16b9caab8634672e666b0c741b35 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_8c2e1612bc35a721cd804c0b4a763300 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64efadf84d59dab40a53bf498a2c665e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5411614efa36bd224ba8cd44201f444b = $(`<div id="html_5411614efa36bd224ba8cd44201f444b" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_64efadf84d59dab40a53bf498a2c665e.setContent(html_5411614efa36bd224ba8cd44201f444b);
|
|
|
|
|
|
|
|
marker_0bcc16b9caab8634672e666b0c741b35.bindPopup(popup_64efadf84d59dab40a53bf498a2c665e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0bcc16b9caab8634672e666b0c741b35.setIcon(icon_8c2e1612bc35a721cd804c0b4a763300);
|
|
|
|
|
|
var marker_1c90a4fd7e8c66ae50d6e716ddf24ed0 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_2197cbe2bf3e48e1a703e4f79549712c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca32b0ad1cfce3ca6bcfd2d3b63e18de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b48aef3d738ad24c28d7f403c5eedfa3 = $(`<div id="html_b48aef3d738ad24c28d7f403c5eedfa3" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_ca32b0ad1cfce3ca6bcfd2d3b63e18de.setContent(html_b48aef3d738ad24c28d7f403c5eedfa3);
|
|
|
|
|
|
|
|
marker_1c90a4fd7e8c66ae50d6e716ddf24ed0.bindPopup(popup_ca32b0ad1cfce3ca6bcfd2d3b63e18de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c90a4fd7e8c66ae50d6e716ddf24ed0.setIcon(icon_2197cbe2bf3e48e1a703e4f79549712c);
|
|
|
|
|
|
var marker_767c1f2da13eedadb09de683d2c0bfd2 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_f260f9cb85186073b4a9c861f60b8383 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c9340347e8db88294b3450d831073ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_168c102add21323709df3cccf74776a3 = $(`<div id="html_168c102add21323709df3cccf74776a3" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_0c9340347e8db88294b3450d831073ae.setContent(html_168c102add21323709df3cccf74776a3);
|
|
|
|
|
|
|
|
marker_767c1f2da13eedadb09de683d2c0bfd2.bindPopup(popup_0c9340347e8db88294b3450d831073ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_767c1f2da13eedadb09de683d2c0bfd2.setIcon(icon_f260f9cb85186073b4a9c861f60b8383);
|
|
|
|
|
|
var marker_2538752825cce3f4a986be661d205902 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_5deb58802454aacccded298c9863d49a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19a17c8bbc987fcdda5116f05ab30886 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_624b7407a322e052b065d1c1b752512c = $(`<div id="html_624b7407a322e052b065d1c1b752512c" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_19a17c8bbc987fcdda5116f05ab30886.setContent(html_624b7407a322e052b065d1c1b752512c);
|
|
|
|
|
|
|
|
marker_2538752825cce3f4a986be661d205902.bindPopup(popup_19a17c8bbc987fcdda5116f05ab30886)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2538752825cce3f4a986be661d205902.setIcon(icon_5deb58802454aacccded298c9863d49a);
|
|
|
|
|
|
var marker_2c4a7fc5478ecb6f2957b03a0c655f1b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_d67aa872b776a632efee5665cb7d36b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73f43a55f52b5a8198deb7f7d8cc325a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1731237d014a1d39f522b3e7af94cbd1 = $(`<div id="html_1731237d014a1d39f522b3e7af94cbd1" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club</div>`)[0];
|
|
popup_73f43a55f52b5a8198deb7f7d8cc325a.setContent(html_1731237d014a1d39f522b3e7af94cbd1);
|
|
|
|
|
|
|
|
marker_2c4a7fc5478ecb6f2957b03a0c655f1b.bindPopup(popup_73f43a55f52b5a8198deb7f7d8cc325a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c4a7fc5478ecb6f2957b03a0c655f1b.setIcon(icon_d67aa872b776a632efee5665cb7d36b6);
|
|
|
|
|
|
var marker_5949f5c8ed3f71cab603cd005013f143 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_20bfaea594fb3240c291a10f12b93ae8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee56fc294ce6f6ad0397ec4f33654c8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6d1275b639386bbac7615d4063a464e = $(`<div id="html_e6d1275b639386bbac7615d4063a464e" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_ee56fc294ce6f6ad0397ec4f33654c8e.setContent(html_e6d1275b639386bbac7615d4063a464e);
|
|
|
|
|
|
|
|
marker_5949f5c8ed3f71cab603cd005013f143.bindPopup(popup_ee56fc294ce6f6ad0397ec4f33654c8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5949f5c8ed3f71cab603cd005013f143.setIcon(icon_20bfaea594fb3240c291a10f12b93ae8);
|
|
|
|
|
|
var marker_fdfde793e84252b1878d800ad8545a4f = L.marker(
|
|
[47.6735, -116.781],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_ce47ca75e96e334bd3fffd6892abab3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9059015c4cb3e5ccba5e9035bbb78b67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75ba33801002a7fd10dd4812debbd260 = $(`<div id="html_75ba33801002a7fd10dd4812debbd260" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_9059015c4cb3e5ccba5e9035bbb78b67.setContent(html_75ba33801002a7fd10dd4812debbd260);
|
|
|
|
|
|
|
|
marker_fdfde793e84252b1878d800ad8545a4f.bindPopup(popup_9059015c4cb3e5ccba5e9035bbb78b67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdfde793e84252b1878d800ad8545a4f.setIcon(icon_ce47ca75e96e334bd3fffd6892abab3e);
|
|
|
|
|
|
var marker_b8bdb2db8f7d8fecf149e624ec51cf7f = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_8a854560dc637d7ae3acb850c7a871bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97adb8f7e6e990beddac23826e8e095a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1159beaeb343e10cfdb47c636d32e8db = $(`<div id="html_1159beaeb343e10cfdb47c636d32e8db" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_97adb8f7e6e990beddac23826e8e095a.setContent(html_1159beaeb343e10cfdb47c636d32e8db);
|
|
|
|
|
|
|
|
marker_b8bdb2db8f7d8fecf149e624ec51cf7f.bindPopup(popup_97adb8f7e6e990beddac23826e8e095a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8bdb2db8f7d8fecf149e624ec51cf7f.setIcon(icon_8a854560dc637d7ae3acb850c7a871bb);
|
|
|
|
|
|
var marker_2c526ce3ba83b124ef7c35add4a29879 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_58b1d63e7d161df636d5bb06953e8fa9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad509da5fec4dd064b6d33d3803d2b61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6753737b5b2cdf014ab84818f3bb1661 = $(`<div id="html_6753737b5b2cdf014ab84818f3bb1661" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_ad509da5fec4dd064b6d33d3803d2b61.setContent(html_6753737b5b2cdf014ab84818f3bb1661);
|
|
|
|
|
|
|
|
marker_2c526ce3ba83b124ef7c35add4a29879.bindPopup(popup_ad509da5fec4dd064b6d33d3803d2b61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c526ce3ba83b124ef7c35add4a29879.setIcon(icon_58b1d63e7d161df636d5bb06953e8fa9);
|
|
|
|
|
|
var marker_c1bbcb2b14a805e3fc8b68ce51fabbc0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_e1062e62e094db03745b8fc67a6aa1bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b7bf0409935bc6353ced2e5c8f20eae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50cc12bc3894064f3d4afb72f02e3aad = $(`<div id="html_50cc12bc3894064f3d4afb72f02e3aad" style="width: 100.0%; height: 100.0%;">relay.vantis.ninja</div>`)[0];
|
|
popup_3b7bf0409935bc6353ced2e5c8f20eae.setContent(html_50cc12bc3894064f3d4afb72f02e3aad);
|
|
|
|
|
|
|
|
marker_c1bbcb2b14a805e3fc8b68ce51fabbc0.bindPopup(popup_3b7bf0409935bc6353ced2e5c8f20eae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1bbcb2b14a805e3fc8b68ce51fabbc0.setIcon(icon_e1062e62e094db03745b8fc67a6aa1bd);
|
|
|
|
|
|
var marker_4ce54d0c2780a5e18ae2063ed6eebbeb = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_229c655cadcb934560c47d01d3051d5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc90299e3ad25e93ad643615fcf12895 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b3e716b4e00aaaab10a4572726d212c = $(`<div id="html_4b3e716b4e00aaaab10a4572726d212c" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_cc90299e3ad25e93ad643615fcf12895.setContent(html_4b3e716b4e00aaaab10a4572726d212c);
|
|
|
|
|
|
|
|
marker_4ce54d0c2780a5e18ae2063ed6eebbeb.bindPopup(popup_cc90299e3ad25e93ad643615fcf12895)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ce54d0c2780a5e18ae2063ed6eebbeb.setIcon(icon_229c655cadcb934560c47d01d3051d5e);
|
|
|
|
|
|
var marker_094e4b5745f778bac8b8bd7cf1525c14 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_ffbc488d00a3745a2dd8127f98655e64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10b90a4d4f6727f417235c6df78d3f62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6dc631592e37f19241cbdaea8494720a = $(`<div id="html_6dc631592e37f19241cbdaea8494720a" style="width: 100.0%; height: 100.0%;">relay.thebluepulse.com</div>`)[0];
|
|
popup_10b90a4d4f6727f417235c6df78d3f62.setContent(html_6dc631592e37f19241cbdaea8494720a);
|
|
|
|
|
|
|
|
marker_094e4b5745f778bac8b8bd7cf1525c14.bindPopup(popup_10b90a4d4f6727f417235c6df78d3f62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_094e4b5745f778bac8b8bd7cf1525c14.setIcon(icon_ffbc488d00a3745a2dd8127f98655e64);
|
|
|
|
|
|
var marker_d8191b1e3dc9d78fd716e86fedda77f0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_4193015171307d05533d83f0ccbf92c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b95aa0a6408554c92344046bcd3c1f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06527cf718bcf8b5c15c8b3debb1ed61 = $(`<div id="html_06527cf718bcf8b5c15c8b3debb1ed61" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_0b95aa0a6408554c92344046bcd3c1f7.setContent(html_06527cf718bcf8b5c15c8b3debb1ed61);
|
|
|
|
|
|
|
|
marker_d8191b1e3dc9d78fd716e86fedda77f0.bindPopup(popup_0b95aa0a6408554c92344046bcd3c1f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8191b1e3dc9d78fd716e86fedda77f0.setIcon(icon_4193015171307d05533d83f0ccbf92c2);
|
|
|
|
|
|
var marker_2cbb0e04eb0ef45c09221b2a285682a9 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_f4dc0a4868a96cec3790bd29439ea0e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ccce50c567b7a8e7678039b94aca1d3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_861a4954e8b3305c8f1d0f6776338dc7 = $(`<div id="html_861a4954e8b3305c8f1d0f6776338dc7" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_ccce50c567b7a8e7678039b94aca1d3c.setContent(html_861a4954e8b3305c8f1d0f6776338dc7);
|
|
|
|
|
|
|
|
marker_2cbb0e04eb0ef45c09221b2a285682a9.bindPopup(popup_ccce50c567b7a8e7678039b94aca1d3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2cbb0e04eb0ef45c09221b2a285682a9.setIcon(icon_f4dc0a4868a96cec3790bd29439ea0e8);
|
|
|
|
|
|
var marker_9cb98f4371176555941db72e1b2424dd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_000e82b68fed7a131ceacf62698f0af1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69c63c46023dc55df9c1954cb63adf91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69d5a00da2d24fe01fbf9c2b15993a77 = $(`<div id="html_69d5a00da2d24fe01fbf9c2b15993a77" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_69c63c46023dc55df9c1954cb63adf91.setContent(html_69d5a00da2d24fe01fbf9c2b15993a77);
|
|
|
|
|
|
|
|
marker_9cb98f4371176555941db72e1b2424dd.bindPopup(popup_69c63c46023dc55df9c1954cb63adf91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9cb98f4371176555941db72e1b2424dd.setIcon(icon_000e82b68fed7a131ceacf62698f0af1);
|
|
|
|
|
|
var marker_3adb0ce7739cd91afcea77a0a03e09fc = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_c402d2646fcc3aac119039f988ccddd8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b56d0268820eeaa720bcf6b49929176 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71933d252af363b129e82cd6056ab830 = $(`<div id="html_71933d252af363b129e82cd6056ab830" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_6b56d0268820eeaa720bcf6b49929176.setContent(html_71933d252af363b129e82cd6056ab830);
|
|
|
|
|
|
|
|
marker_3adb0ce7739cd91afcea77a0a03e09fc.bindPopup(popup_6b56d0268820eeaa720bcf6b49929176)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3adb0ce7739cd91afcea77a0a03e09fc.setIcon(icon_c402d2646fcc3aac119039f988ccddd8);
|
|
|
|
|
|
var marker_60ddb68e20556ecee06ac21d01bcd876 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_9ef56a11c789ae446dfb16c09707e161 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d45ecb7648e9c48940e5949321051c65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c18ee3a52742e30dceaddce3a7430317 = $(`<div id="html_c18ee3a52742e30dceaddce3a7430317" style="width: 100.0%; height: 100.0%;">wotr.relatr.xyz</div>`)[0];
|
|
popup_d45ecb7648e9c48940e5949321051c65.setContent(html_c18ee3a52742e30dceaddce3a7430317);
|
|
|
|
|
|
|
|
marker_60ddb68e20556ecee06ac21d01bcd876.bindPopup(popup_d45ecb7648e9c48940e5949321051c65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60ddb68e20556ecee06ac21d01bcd876.setIcon(icon_9ef56a11c789ae446dfb16c09707e161);
|
|
|
|
|
|
var marker_39a6ecf06d48723fefa1f355f25ef7b1 = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_aac6984a6d553987e9a777933f723d98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94237acda086b2a2b360eeabe2dcbe3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b11a5ba68870e0be99fdc5761bc213bf = $(`<div id="html_b11a5ba68870e0be99fdc5761bc213bf" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_94237acda086b2a2b360eeabe2dcbe3c.setContent(html_b11a5ba68870e0be99fdc5761bc213bf);
|
|
|
|
|
|
|
|
marker_39a6ecf06d48723fefa1f355f25ef7b1.bindPopup(popup_94237acda086b2a2b360eeabe2dcbe3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39a6ecf06d48723fefa1f355f25ef7b1.setIcon(icon_aac6984a6d553987e9a777933f723d98);
|
|
|
|
|
|
var marker_f988b9d30b9a490d765bc088094122ed = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_b9b8a79d4539e4ed9d40730e32e76c08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45d8e79213531ec5455977549db4dc7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c1fb1e443a4925eb08a7157c69cc445 = $(`<div id="html_0c1fb1e443a4925eb08a7157c69cc445" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_45d8e79213531ec5455977549db4dc7b.setContent(html_0c1fb1e443a4925eb08a7157c69cc445);
|
|
|
|
|
|
|
|
marker_f988b9d30b9a490d765bc088094122ed.bindPopup(popup_45d8e79213531ec5455977549db4dc7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f988b9d30b9a490d765bc088094122ed.setIcon(icon_b9b8a79d4539e4ed9d40730e32e76c08);
|
|
|
|
|
|
var marker_e3a38227d0ca0458e2df8523def95a35 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_78f3bafeb13232e896fe3aae52291eb0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33f2aa3eee393e4d29845d1ee2e253a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac82ea28b67381bed0a31d0208d6a6e8 = $(`<div id="html_ac82ea28b67381bed0a31d0208d6a6e8" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_33f2aa3eee393e4d29845d1ee2e253a6.setContent(html_ac82ea28b67381bed0a31d0208d6a6e8);
|
|
|
|
|
|
|
|
marker_e3a38227d0ca0458e2df8523def95a35.bindPopup(popup_33f2aa3eee393e4d29845d1ee2e253a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3a38227d0ca0458e2df8523def95a35.setIcon(icon_78f3bafeb13232e896fe3aae52291eb0);
|
|
|
|
|
|
var marker_9b06fb5d495b4753798dcf230718103f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_5606356179d7878f41f2f6c16749b470 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77446a42fb829d6d3ac752253d677e26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6eed578c8fc1b19da11b7cd9a298f52a = $(`<div id="html_6eed578c8fc1b19da11b7cd9a298f52a" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_77446a42fb829d6d3ac752253d677e26.setContent(html_6eed578c8fc1b19da11b7cd9a298f52a);
|
|
|
|
|
|
|
|
marker_9b06fb5d495b4753798dcf230718103f.bindPopup(popup_77446a42fb829d6d3ac752253d677e26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b06fb5d495b4753798dcf230718103f.setIcon(icon_5606356179d7878f41f2f6c16749b470);
|
|
|
|
|
|
var marker_ec0414697bb7ff02539d8c28b1ed735d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_33d828ae16c6d1527b8cf544d0b51dd4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8af1ae4b302ac0a27840ee9c97a30a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9df7760e0424a89f0aa52633c1bf8b3c = $(`<div id="html_9df7760e0424a89f0aa52633c1bf8b3c" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_b8af1ae4b302ac0a27840ee9c97a30a2.setContent(html_9df7760e0424a89f0aa52633c1bf8b3c);
|
|
|
|
|
|
|
|
marker_ec0414697bb7ff02539d8c28b1ed735d.bindPopup(popup_b8af1ae4b302ac0a27840ee9c97a30a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec0414697bb7ff02539d8c28b1ed735d.setIcon(icon_33d828ae16c6d1527b8cf544d0b51dd4);
|
|
|
|
|
|
var marker_c1f3f60c1125ba876736ea0c84cf2079 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_79552e998eecf58437d03d71ee48235f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76a2e924e1e2490d7a7c86c0788ee537 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_def8ccc0d9b152f8ef29828772551a47 = $(`<div id="html_def8ccc0d9b152f8ef29828772551a47" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_76a2e924e1e2490d7a7c86c0788ee537.setContent(html_def8ccc0d9b152f8ef29828772551a47);
|
|
|
|
|
|
|
|
marker_c1f3f60c1125ba876736ea0c84cf2079.bindPopup(popup_76a2e924e1e2490d7a7c86c0788ee537)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1f3f60c1125ba876736ea0c84cf2079.setIcon(icon_79552e998eecf58437d03d71ee48235f);
|
|
|
|
|
|
var marker_fc3b69342b37d0fba8f02264971c44f9 = L.marker(
|
|
[59.8845, 30.3184],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_dda75bbab97d1f510db1107e54d0eb49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d822acccf771a20b1416cf6c9546a7c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eac2f88819139363b5c3ff0daa2cebf5 = $(`<div id="html_eac2f88819139363b5c3ff0daa2cebf5" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_d822acccf771a20b1416cf6c9546a7c8.setContent(html_eac2f88819139363b5c3ff0daa2cebf5);
|
|
|
|
|
|
|
|
marker_fc3b69342b37d0fba8f02264971c44f9.bindPopup(popup_d822acccf771a20b1416cf6c9546a7c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc3b69342b37d0fba8f02264971c44f9.setIcon(icon_dda75bbab97d1f510db1107e54d0eb49);
|
|
|
|
|
|
var marker_047131f4ddf53a94b2c370033f8d405f = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_6126e320a3bdd187f590b658f938f62c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_beee3e500ec26c2a0e7d2af17e550ca0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5a9bdc6e11f1e0882414694e51e6b3f = $(`<div id="html_d5a9bdc6e11f1e0882414694e51e6b3f" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_beee3e500ec26c2a0e7d2af17e550ca0.setContent(html_d5a9bdc6e11f1e0882414694e51e6b3f);
|
|
|
|
|
|
|
|
marker_047131f4ddf53a94b2c370033f8d405f.bindPopup(popup_beee3e500ec26c2a0e7d2af17e550ca0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_047131f4ddf53a94b2c370033f8d405f.setIcon(icon_6126e320a3bdd187f590b658f938f62c);
|
|
|
|
|
|
var marker_45482232d6af0c456bfbf1e4bdc5e948 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_93da2cefb88a4119033983fcb7987b39 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49ea89db0761a8c31091626e9b3e99db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_049e0cd73e87c2966693605330554443 = $(`<div id="html_049e0cd73e87c2966693605330554443" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_49ea89db0761a8c31091626e9b3e99db.setContent(html_049e0cd73e87c2966693605330554443);
|
|
|
|
|
|
|
|
marker_45482232d6af0c456bfbf1e4bdc5e948.bindPopup(popup_49ea89db0761a8c31091626e9b3e99db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45482232d6af0c456bfbf1e4bdc5e948.setIcon(icon_93da2cefb88a4119033983fcb7987b39);
|
|
|
|
|
|
var marker_9e07a42a3df7f18f8d41549b1dcf4c59 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_fc4a4dea776f48cf05dd63dac707d0b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02fbc5d43022c57dcea7bb20abb9fd21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3398949eb08db85284423301ded1b261 = $(`<div id="html_3398949eb08db85284423301ded1b261" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_02fbc5d43022c57dcea7bb20abb9fd21.setContent(html_3398949eb08db85284423301ded1b261);
|
|
|
|
|
|
|
|
marker_9e07a42a3df7f18f8d41549b1dcf4c59.bindPopup(popup_02fbc5d43022c57dcea7bb20abb9fd21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e07a42a3df7f18f8d41549b1dcf4c59.setIcon(icon_fc4a4dea776f48cf05dd63dac707d0b9);
|
|
|
|
|
|
var marker_030cee05624918ea57c789f4721dc061 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_b5e18602f9ed730fa92ff2f03ee4ade8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_530d80f9593e8535606e561a7cbc7414 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bcc9f96b08146ee2cfaf4d6227b1399 = $(`<div id="html_8bcc9f96b08146ee2cfaf4d6227b1399" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_530d80f9593e8535606e561a7cbc7414.setContent(html_8bcc9f96b08146ee2cfaf4d6227b1399);
|
|
|
|
|
|
|
|
marker_030cee05624918ea57c789f4721dc061.bindPopup(popup_530d80f9593e8535606e561a7cbc7414)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_030cee05624918ea57c789f4721dc061.setIcon(icon_b5e18602f9ed730fa92ff2f03ee4ade8);
|
|
|
|
|
|
var marker_35667c4cdb7207dcbd31c2b08ee11248 = L.marker(
|
|
[33.7946, -84.4488],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_b10b71940eaded0d07960dafd95e62c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89054cb224d73c3d13b82efcc3420294 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f3261fdcaccbd871126c6db2d9f7ded = $(`<div id="html_0f3261fdcaccbd871126c6db2d9f7ded" style="width: 100.0%; height: 100.0%;">ragnar.nostrops.com</div>`)[0];
|
|
popup_89054cb224d73c3d13b82efcc3420294.setContent(html_0f3261fdcaccbd871126c6db2d9f7ded);
|
|
|
|
|
|
|
|
marker_35667c4cdb7207dcbd31c2b08ee11248.bindPopup(popup_89054cb224d73c3d13b82efcc3420294)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35667c4cdb7207dcbd31c2b08ee11248.setIcon(icon_b10b71940eaded0d07960dafd95e62c7);
|
|
|
|
|
|
var marker_5a5441273f599a8cb4e93520f137881b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_52720b77e8f89eab57679d2f30612bcb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b14127cbf807cb4378f2222467f496d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96b4aa6ee3cc11024c20ec0b96a226e5 = $(`<div id="html_96b4aa6ee3cc11024c20ec0b96a226e5" style="width: 100.0%; height: 100.0%;">kitchen.zap.cooking</div>`)[0];
|
|
popup_b14127cbf807cb4378f2222467f496d8.setContent(html_96b4aa6ee3cc11024c20ec0b96a226e5);
|
|
|
|
|
|
|
|
marker_5a5441273f599a8cb4e93520f137881b.bindPopup(popup_b14127cbf807cb4378f2222467f496d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a5441273f599a8cb4e93520f137881b.setIcon(icon_52720b77e8f89eab57679d2f30612bcb);
|
|
|
|
|
|
var marker_2e922dd69c115073ef2ec853d550e49a = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_d7a817d7c695e256a9b0ab42973c2875 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a49bfb934b91ef2b1d91d4004aa8ac1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00dc050b2326556470bb092cc0942041 = $(`<div id="html_00dc050b2326556470bb092cc0942041" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_a49bfb934b91ef2b1d91d4004aa8ac1c.setContent(html_00dc050b2326556470bb092cc0942041);
|
|
|
|
|
|
|
|
marker_2e922dd69c115073ef2ec853d550e49a.bindPopup(popup_a49bfb934b91ef2b1d91d4004aa8ac1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e922dd69c115073ef2ec853d550e49a.setIcon(icon_d7a817d7c695e256a9b0ab42973c2875);
|
|
|
|
|
|
var marker_448075f1a4850d94c01421c444990f00 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_a55d20d94e06ef498d7a6715ed53be0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97fbd90413d9f7edb1a42c76286b2ea0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1ad93c979c085acdc64b43372e7a72a = $(`<div id="html_b1ad93c979c085acdc64b43372e7a72a" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_97fbd90413d9f7edb1a42c76286b2ea0.setContent(html_b1ad93c979c085acdc64b43372e7a72a);
|
|
|
|
|
|
|
|
marker_448075f1a4850d94c01421c444990f00.bindPopup(popup_97fbd90413d9f7edb1a42c76286b2ea0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_448075f1a4850d94c01421c444990f00.setIcon(icon_a55d20d94e06ef498d7a6715ed53be0e);
|
|
|
|
|
|
var marker_0815f2684a549615ac83f5536e519891 = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_2a9cebfe7b73ee76e6f36333e83034d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc715f16cd204d1dd8fc557722c0a5f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a8d02d68b256a396db890447e3f4053 = $(`<div id="html_1a8d02d68b256a396db890447e3f4053" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_cc715f16cd204d1dd8fc557722c0a5f7.setContent(html_1a8d02d68b256a396db890447e3f4053);
|
|
|
|
|
|
|
|
marker_0815f2684a549615ac83f5536e519891.bindPopup(popup_cc715f16cd204d1dd8fc557722c0a5f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0815f2684a549615ac83f5536e519891.setIcon(icon_2a9cebfe7b73ee76e6f36333e83034d4);
|
|
|
|
|
|
var marker_779acc8fadc3a820a2d941e92bd50583 = L.marker(
|
|
[55.9349, 23.3137],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_40db907f1e0055bb844b87a3c1e5bd7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_775099aca1b2795dd6a75550941009f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3db58cb0f0c60e1f0a63afc0edba436f = $(`<div id="html_3db58cb0f0c60e1f0a63afc0edba436f" style="width: 100.0%; height: 100.0%;">new.orly.dev</div>`)[0];
|
|
popup_775099aca1b2795dd6a75550941009f2.setContent(html_3db58cb0f0c60e1f0a63afc0edba436f);
|
|
|
|
|
|
|
|
marker_779acc8fadc3a820a2d941e92bd50583.bindPopup(popup_775099aca1b2795dd6a75550941009f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_779acc8fadc3a820a2d941e92bd50583.setIcon(icon_40db907f1e0055bb844b87a3c1e5bd7c);
|
|
|
|
|
|
var marker_3c404133116f4fde5a2e3ced8968eca7 = L.marker(
|
|
[34.0965, -117.585],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_ffb9a7fe2e8e3601f15e9f00e9aea900 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a663adb91b3b6816af864e3de58bb3a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_062b552637014262717d22e4139927ed = $(`<div id="html_062b552637014262717d22e4139927ed" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_a663adb91b3b6816af864e3de58bb3a9.setContent(html_062b552637014262717d22e4139927ed);
|
|
|
|
|
|
|
|
marker_3c404133116f4fde5a2e3ced8968eca7.bindPopup(popup_a663adb91b3b6816af864e3de58bb3a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c404133116f4fde5a2e3ced8968eca7.setIcon(icon_ffb9a7fe2e8e3601f15e9f00e9aea900);
|
|
|
|
|
|
var marker_7d1053bb5011a264d36db643f81d5ff0 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_62f30358da033cad843c615156543168 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebf69be40c307fd1107cb9238a1f4b75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91f2d2ac8447199bfa448e433874a823 = $(`<div id="html_91f2d2ac8447199bfa448e433874a823" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_ebf69be40c307fd1107cb9238a1f4b75.setContent(html_91f2d2ac8447199bfa448e433874a823);
|
|
|
|
|
|
|
|
marker_7d1053bb5011a264d36db643f81d5ff0.bindPopup(popup_ebf69be40c307fd1107cb9238a1f4b75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d1053bb5011a264d36db643f81d5ff0.setIcon(icon_62f30358da033cad843c615156543168);
|
|
|
|
|
|
var marker_ef03e60546de45557d4a3a7845c2c00f = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_65e555259d320fcaebf159d99b0634e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b53db8bca60ae59396a27175954c39c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a71e390765a3cad2af4b286035f0172 = $(`<div id="html_2a71e390765a3cad2af4b286035f0172" style="width: 100.0%; height: 100.0%;">nostr.bilthon.dev</div>`)[0];
|
|
popup_0b53db8bca60ae59396a27175954c39c.setContent(html_2a71e390765a3cad2af4b286035f0172);
|
|
|
|
|
|
|
|
marker_ef03e60546de45557d4a3a7845c2c00f.bindPopup(popup_0b53db8bca60ae59396a27175954c39c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef03e60546de45557d4a3a7845c2c00f.setIcon(icon_65e555259d320fcaebf159d99b0634e6);
|
|
|
|
|
|
var marker_62451352add265ed256b7fb32ced523c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_28f3bded5ce6a99e951b079e1c28e942 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5029c96d76d65894766b154d51f176e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89e95a67d2ac55fbd79ad3d177089141 = $(`<div id="html_89e95a67d2ac55fbd79ad3d177089141" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_5029c96d76d65894766b154d51f176e7.setContent(html_89e95a67d2ac55fbd79ad3d177089141);
|
|
|
|
|
|
|
|
marker_62451352add265ed256b7fb32ced523c.bindPopup(popup_5029c96d76d65894766b154d51f176e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62451352add265ed256b7fb32ced523c.setIcon(icon_28f3bded5ce6a99e951b079e1c28e942);
|
|
|
|
|
|
var marker_7ef23f2e40f876e10f6708e75a22a085 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_12df0ef23db11f55e4e1e8eb22a192f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26d5d6448d0586e7c4959190ed36765e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9b9aad5fc0cb6d573b49e6aa828b80b = $(`<div id="html_e9b9aad5fc0cb6d573b49e6aa828b80b" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_26d5d6448d0586e7c4959190ed36765e.setContent(html_e9b9aad5fc0cb6d573b49e6aa828b80b);
|
|
|
|
|
|
|
|
marker_7ef23f2e40f876e10f6708e75a22a085.bindPopup(popup_26d5d6448d0586e7c4959190ed36765e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ef23f2e40f876e10f6708e75a22a085.setIcon(icon_12df0ef23db11f55e4e1e8eb22a192f0);
|
|
|
|
|
|
var marker_d4390194dc2ec7c9e099bc23093dc11c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_56b0b6020bedd30fa44a9517d02c224e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94a666c708e357526cca4fc92b656fdc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4e75edf3f83214b96208622b3ca5f9e = $(`<div id="html_d4e75edf3f83214b96208622b3ca5f9e" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_94a666c708e357526cca4fc92b656fdc.setContent(html_d4e75edf3f83214b96208622b3ca5f9e);
|
|
|
|
|
|
|
|
marker_d4390194dc2ec7c9e099bc23093dc11c.bindPopup(popup_94a666c708e357526cca4fc92b656fdc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4390194dc2ec7c9e099bc23093dc11c.setIcon(icon_56b0b6020bedd30fa44a9517d02c224e);
|
|
|
|
|
|
var marker_5a281b5ce3e53f3c9ecec018bcf722ec = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_15cbc074d4a67a152a61ef1ac5142c74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2670005efa7238f474071524603a6db4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75825c34753f477981a26eef31cf20a1 = $(`<div id="html_75825c34753f477981a26eef31cf20a1" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_2670005efa7238f474071524603a6db4.setContent(html_75825c34753f477981a26eef31cf20a1);
|
|
|
|
|
|
|
|
marker_5a281b5ce3e53f3c9ecec018bcf722ec.bindPopup(popup_2670005efa7238f474071524603a6db4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a281b5ce3e53f3c9ecec018bcf722ec.setIcon(icon_15cbc074d4a67a152a61ef1ac5142c74);
|
|
|
|
|
|
var marker_6f58a0cf098350d09863414a2966638d = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_0c33a1a2af6c39a8049498008699722c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49f1ea9e20ce4a218ce8e2ea1ec67ef1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4563e38625b6970380749203e25419ab = $(`<div id="html_4563e38625b6970380749203e25419ab" style="width: 100.0%; height: 100.0%;">shu03.shugur.net</div>`)[0];
|
|
popup_49f1ea9e20ce4a218ce8e2ea1ec67ef1.setContent(html_4563e38625b6970380749203e25419ab);
|
|
|
|
|
|
|
|
marker_6f58a0cf098350d09863414a2966638d.bindPopup(popup_49f1ea9e20ce4a218ce8e2ea1ec67ef1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f58a0cf098350d09863414a2966638d.setIcon(icon_0c33a1a2af6c39a8049498008699722c);
|
|
|
|
|
|
var marker_0628bc0be4204bd405a1a42d08908514 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_8cfcb69d6e7fb2fffed80e440da2bc96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12318b47c8f5a9a79abe2467663a9f99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bbdc053629ff0ec265c4490df8a5999 = $(`<div id="html_0bbdc053629ff0ec265c4490df8a5999" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_12318b47c8f5a9a79abe2467663a9f99.setContent(html_0bbdc053629ff0ec265c4490df8a5999);
|
|
|
|
|
|
|
|
marker_0628bc0be4204bd405a1a42d08908514.bindPopup(popup_12318b47c8f5a9a79abe2467663a9f99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0628bc0be4204bd405a1a42d08908514.setIcon(icon_8cfcb69d6e7fb2fffed80e440da2bc96);
|
|
|
|
|
|
var marker_bb831382ecc4989fc99e381dc1c86dc7 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_9848717cd308b7c2b495c45e71b7ec78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95e972f546bd759354b4eba4c2bac592 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45b50ec9f780684ad9139af79837f2c4 = $(`<div id="html_45b50ec9f780684ad9139af79837f2c4" style="width: 100.0%; height: 100.0%;">r.alphaama.com</div>`)[0];
|
|
popup_95e972f546bd759354b4eba4c2bac592.setContent(html_45b50ec9f780684ad9139af79837f2c4);
|
|
|
|
|
|
|
|
marker_bb831382ecc4989fc99e381dc1c86dc7.bindPopup(popup_95e972f546bd759354b4eba4c2bac592)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb831382ecc4989fc99e381dc1c86dc7.setIcon(icon_9848717cd308b7c2b495c45e71b7ec78);
|
|
|
|
|
|
var marker_02362bdfc736d3d6e581f6113479d14b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_97a3b6847268c854027bae8453d399ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2b7a34ad2831c3d57ae1854369c0faf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f85c4721a8bbc5442a18016e0461b66 = $(`<div id="html_9f85c4721a8bbc5442a18016e0461b66" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_b2b7a34ad2831c3d57ae1854369c0faf.setContent(html_9f85c4721a8bbc5442a18016e0461b66);
|
|
|
|
|
|
|
|
marker_02362bdfc736d3d6e581f6113479d14b.bindPopup(popup_b2b7a34ad2831c3d57ae1854369c0faf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02362bdfc736d3d6e581f6113479d14b.setIcon(icon_97a3b6847268c854027bae8453d399ff);
|
|
|
|
|
|
var marker_a794904b468810c803bc1b1e21dfde34 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_55742992599ef2369b5deccabf24bbe4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fe28402810c5642bc113113980c629b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6be7235393b3a002fd988a10936dbdee = $(`<div id="html_6be7235393b3a002fd988a10936dbdee" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_4fe28402810c5642bc113113980c629b.setContent(html_6be7235393b3a002fd988a10936dbdee);
|
|
|
|
|
|
|
|
marker_a794904b468810c803bc1b1e21dfde34.bindPopup(popup_4fe28402810c5642bc113113980c629b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a794904b468810c803bc1b1e21dfde34.setIcon(icon_55742992599ef2369b5deccabf24bbe4);
|
|
|
|
|
|
var marker_3f61594c09761dcf3b7b009fccf9953a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_77577d72630c5250b2c8eb3559057cfb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_578fcf3a24ee238324fa3921584d70ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22ad28cdd25cfaad94d2b040428c0e79 = $(`<div id="html_22ad28cdd25cfaad94d2b040428c0e79" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_578fcf3a24ee238324fa3921584d70ee.setContent(html_22ad28cdd25cfaad94d2b040428c0e79);
|
|
|
|
|
|
|
|
marker_3f61594c09761dcf3b7b009fccf9953a.bindPopup(popup_578fcf3a24ee238324fa3921584d70ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f61594c09761dcf3b7b009fccf9953a.setIcon(icon_77577d72630c5250b2c8eb3559057cfb);
|
|
|
|
|
|
var marker_18b17ebb3122b17233b59ee07ed28a5e = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_d94286aca9d25f8d4ff3454577aa843a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5ebc6bbd6bd85397cb82a0240a3cbb4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e3eddb47adc320ac94b04b9fea3e946 = $(`<div id="html_9e3eddb47adc320ac94b04b9fea3e946" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_b5ebc6bbd6bd85397cb82a0240a3cbb4.setContent(html_9e3eddb47adc320ac94b04b9fea3e946);
|
|
|
|
|
|
|
|
marker_18b17ebb3122b17233b59ee07ed28a5e.bindPopup(popup_b5ebc6bbd6bd85397cb82a0240a3cbb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18b17ebb3122b17233b59ee07ed28a5e.setIcon(icon_d94286aca9d25f8d4ff3454577aa843a);
|
|
|
|
|
|
var marker_75892837e4f85712455e1e919ff2b9bf = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_f9439cb872646b93abf2f9da668e566e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6aaad4ef0068b80e679e252df4516d84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b93fc22a72741972ea889c79c50113e = $(`<div id="html_0b93fc22a72741972ea889c79c50113e" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_6aaad4ef0068b80e679e252df4516d84.setContent(html_0b93fc22a72741972ea889c79c50113e);
|
|
|
|
|
|
|
|
marker_75892837e4f85712455e1e919ff2b9bf.bindPopup(popup_6aaad4ef0068b80e679e252df4516d84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75892837e4f85712455e1e919ff2b9bf.setIcon(icon_f9439cb872646b93abf2f9da668e566e);
|
|
|
|
|
|
var marker_537ca5ee68087e016729b775fa095a39 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_facd1a2e32a4e63e67b7d351bbc2e97d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c6090df2555f33a0536f475cda3da67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7481f51ebbeab6d2a5cf9b0bdfd3254 = $(`<div id="html_b7481f51ebbeab6d2a5cf9b0bdfd3254" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_5c6090df2555f33a0536f475cda3da67.setContent(html_b7481f51ebbeab6d2a5cf9b0bdfd3254);
|
|
|
|
|
|
|
|
marker_537ca5ee68087e016729b775fa095a39.bindPopup(popup_5c6090df2555f33a0536f475cda3da67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_537ca5ee68087e016729b775fa095a39.setIcon(icon_facd1a2e32a4e63e67b7d351bbc2e97d);
|
|
|
|
|
|
var marker_61ad569537dfd4ffecd6a98747f43c8a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_577ef5c1ce5fbb44bb4a0f4a7fc9fe5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d8d04d3cec75add4be91a2022cc3014 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38cca3611365d819e206f7efc1824dd2 = $(`<div id="html_38cca3611365d819e206f7efc1824dd2" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_8d8d04d3cec75add4be91a2022cc3014.setContent(html_38cca3611365d819e206f7efc1824dd2);
|
|
|
|
|
|
|
|
marker_61ad569537dfd4ffecd6a98747f43c8a.bindPopup(popup_8d8d04d3cec75add4be91a2022cc3014)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61ad569537dfd4ffecd6a98747f43c8a.setIcon(icon_577ef5c1ce5fbb44bb4a0f4a7fc9fe5d);
|
|
|
|
|
|
var marker_dbaf39fe2f2dc5cceb2298dc36076b22 = L.marker(
|
|
[15.2634, 100.344],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_0c531a3f4d618b6b7147e451e1eea246 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29d7a0e408654037470cc14c37fc502c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77822e4a78d3c1d620514cb870065184 = $(`<div id="html_77822e4a78d3c1d620514cb870065184" style="width: 100.0%; height: 100.0%;">nostr-relay.gateway.in.th</div>`)[0];
|
|
popup_29d7a0e408654037470cc14c37fc502c.setContent(html_77822e4a78d3c1d620514cb870065184);
|
|
|
|
|
|
|
|
marker_dbaf39fe2f2dc5cceb2298dc36076b22.bindPopup(popup_29d7a0e408654037470cc14c37fc502c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbaf39fe2f2dc5cceb2298dc36076b22.setIcon(icon_0c531a3f4d618b6b7147e451e1eea246);
|
|
|
|
|
|
var marker_3cd483bc531c60eede4af18979da45ab = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_30821707a5c1e449d1914477bda06157 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6b9da4bb52d045d889e589d0ac5365b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d455ff2e3c17cae263ee7c2b10eba87 = $(`<div id="html_7d455ff2e3c17cae263ee7c2b10eba87" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_a6b9da4bb52d045d889e589d0ac5365b.setContent(html_7d455ff2e3c17cae263ee7c2b10eba87);
|
|
|
|
|
|
|
|
marker_3cd483bc531c60eede4af18979da45ab.bindPopup(popup_a6b9da4bb52d045d889e589d0ac5365b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cd483bc531c60eede4af18979da45ab.setIcon(icon_30821707a5c1e449d1914477bda06157);
|
|
|
|
|
|
var marker_bbc38f974406b15990e07908e658c3fd = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_e05df8a2d59186f3d1627ac1418ffbfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e15a439d993f155c90d3021ebaf52681 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e7a5a1a854eb1e8fc6e0e90668e6918 = $(`<div id="html_6e7a5a1a854eb1e8fc6e0e90668e6918" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_e15a439d993f155c90d3021ebaf52681.setContent(html_6e7a5a1a854eb1e8fc6e0e90668e6918);
|
|
|
|
|
|
|
|
marker_bbc38f974406b15990e07908e658c3fd.bindPopup(popup_e15a439d993f155c90d3021ebaf52681)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bbc38f974406b15990e07908e658c3fd.setIcon(icon_e05df8a2d59186f3d1627ac1418ffbfe);
|
|
|
|
|
|
var marker_36fdd8851cc1c14c8999124f9b36bdcd = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_87d80a4a16de3ef1af94614d2c0a7d86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_558584cb3ec47cadeb06a7f7f152e8cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4d3651b5a46a7033e1a0b3e88aa43f8 = $(`<div id="html_a4d3651b5a46a7033e1a0b3e88aa43f8" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_558584cb3ec47cadeb06a7f7f152e8cb.setContent(html_a4d3651b5a46a7033e1a0b3e88aa43f8);
|
|
|
|
|
|
|
|
marker_36fdd8851cc1c14c8999124f9b36bdcd.bindPopup(popup_558584cb3ec47cadeb06a7f7f152e8cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36fdd8851cc1c14c8999124f9b36bdcd.setIcon(icon_87d80a4a16de3ef1af94614d2c0a7d86);
|
|
|
|
|
|
var marker_e7ec0ee82ba6c2c12f1bd10bce9771c9 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_761fce52c6be6a07a320f1fc39967853 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09890724efbdde953e434e83dad886cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22ca15268fac46d15cd13f39c00e1389 = $(`<div id="html_22ca15268fac46d15cd13f39c00e1389" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_09890724efbdde953e434e83dad886cc.setContent(html_22ca15268fac46d15cd13f39c00e1389);
|
|
|
|
|
|
|
|
marker_e7ec0ee82ba6c2c12f1bd10bce9771c9.bindPopup(popup_09890724efbdde953e434e83dad886cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7ec0ee82ba6c2c12f1bd10bce9771c9.setIcon(icon_761fce52c6be6a07a320f1fc39967853);
|
|
|
|
|
|
var marker_b913b967e6d602087a5a631c7ee6ab0c = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_70a21fa65514e0f16588d3422d51a47e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7913b7f1bca48498302aeb63f8c6bc68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_223d46719ecda6fafbc3a878a9bfd6d5 = $(`<div id="html_223d46719ecda6fafbc3a878a9bfd6d5" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_7913b7f1bca48498302aeb63f8c6bc68.setContent(html_223d46719ecda6fafbc3a878a9bfd6d5);
|
|
|
|
|
|
|
|
marker_b913b967e6d602087a5a631c7ee6ab0c.bindPopup(popup_7913b7f1bca48498302aeb63f8c6bc68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b913b967e6d602087a5a631c7ee6ab0c.setIcon(icon_70a21fa65514e0f16588d3422d51a47e);
|
|
|
|
|
|
var marker_80a3a18a855f8a549b966dff8d51b171 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_8b3b6270864dec176f7bb2502d283b8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a3f1285c1f2c71e6b8ff4501e99179c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44747e437d0f0732a41c302a264fcb32 = $(`<div id="html_44747e437d0f0732a41c302a264fcb32" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_0a3f1285c1f2c71e6b8ff4501e99179c.setContent(html_44747e437d0f0732a41c302a264fcb32);
|
|
|
|
|
|
|
|
marker_80a3a18a855f8a549b966dff8d51b171.bindPopup(popup_0a3f1285c1f2c71e6b8ff4501e99179c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80a3a18a855f8a549b966dff8d51b171.setIcon(icon_8b3b6270864dec176f7bb2502d283b8f);
|
|
|
|
|
|
var marker_bf451da14976ad2b096070e2d8b9e42b = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_f7f146710f0308126153ccfb4c6de737 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bb45d525aebedc35fab435a2bd4db2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95cf871fbf45b050b1de3aed141bb3f8 = $(`<div id="html_95cf871fbf45b050b1de3aed141bb3f8" style="width: 100.0%; height: 100.0%;">czas.xyz</div>`)[0];
|
|
popup_5bb45d525aebedc35fab435a2bd4db2a.setContent(html_95cf871fbf45b050b1de3aed141bb3f8);
|
|
|
|
|
|
|
|
marker_bf451da14976ad2b096070e2d8b9e42b.bindPopup(popup_5bb45d525aebedc35fab435a2bd4db2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf451da14976ad2b096070e2d8b9e42b.setIcon(icon_f7f146710f0308126153ccfb4c6de737);
|
|
|
|
|
|
var marker_8566ebb22de58af2617d816ef272d4cf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_37df67ee2b672bf9c619acb6c7c2de6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22086e19c798183938fc1c3ad47974a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45d27c2d5b69b6a1b8019c55a7c740f2 = $(`<div id="html_45d27c2d5b69b6a1b8019c55a7c740f2" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_22086e19c798183938fc1c3ad47974a6.setContent(html_45d27c2d5b69b6a1b8019c55a7c740f2);
|
|
|
|
|
|
|
|
marker_8566ebb22de58af2617d816ef272d4cf.bindPopup(popup_22086e19c798183938fc1c3ad47974a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8566ebb22de58af2617d816ef272d4cf.setIcon(icon_37df67ee2b672bf9c619acb6c7c2de6d);
|
|
|
|
|
|
var marker_4484e46780079e030d14a0dc7a7771d2 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_e54d8c8e9b8171daac91bca763bd63f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a9c44d6d6cd2e69ecc37922b8fd7634 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23953c2b52e011a2da0a49bbea2046db = $(`<div id="html_23953c2b52e011a2da0a49bbea2046db" style="width: 100.0%; height: 100.0%;">pyramid.aaro.cc</div>`)[0];
|
|
popup_5a9c44d6d6cd2e69ecc37922b8fd7634.setContent(html_23953c2b52e011a2da0a49bbea2046db);
|
|
|
|
|
|
|
|
marker_4484e46780079e030d14a0dc7a7771d2.bindPopup(popup_5a9c44d6d6cd2e69ecc37922b8fd7634)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4484e46780079e030d14a0dc7a7771d2.setIcon(icon_e54d8c8e9b8171daac91bca763bd63f1);
|
|
|
|
|
|
var marker_d1f9b1572c9faa88a3652dc44f9256ee = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_ec2fb10b5909c0591b1501161d8b88e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed230df6796c42ece924422b6e1b58d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_442b1c6cb25bc7d44a3ee4fc75b596d3 = $(`<div id="html_442b1c6cb25bc7d44a3ee4fc75b596d3" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_ed230df6796c42ece924422b6e1b58d3.setContent(html_442b1c6cb25bc7d44a3ee4fc75b596d3);
|
|
|
|
|
|
|
|
marker_d1f9b1572c9faa88a3652dc44f9256ee.bindPopup(popup_ed230df6796c42ece924422b6e1b58d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1f9b1572c9faa88a3652dc44f9256ee.setIcon(icon_ec2fb10b5909c0591b1501161d8b88e1);
|
|
|
|
|
|
var marker_762e325fb6c0f206358f63a2b1ec856c = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_f7358e9ff55fe2b52e883b6eea1b4937 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1645261bcb8cc35cb86097ceb329d9d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70f5ae7cea7fceb191f1605397dfc1c8 = $(`<div id="html_70f5ae7cea7fceb191f1605397dfc1c8" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_1645261bcb8cc35cb86097ceb329d9d7.setContent(html_70f5ae7cea7fceb191f1605397dfc1c8);
|
|
|
|
|
|
|
|
marker_762e325fb6c0f206358f63a2b1ec856c.bindPopup(popup_1645261bcb8cc35cb86097ceb329d9d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_762e325fb6c0f206358f63a2b1ec856c.setIcon(icon_f7358e9ff55fe2b52e883b6eea1b4937);
|
|
|
|
|
|
var marker_1cd1abd0c1576b14d03fc2faec82b80d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_abe6259d50a5f0db64239a32abfb2592 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d0814db937b6357e9b30de5a2c8f5e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_846f38b3169504d98c36ff964274d9ad = $(`<div id="html_846f38b3169504d98c36ff964274d9ad" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_0d0814db937b6357e9b30de5a2c8f5e1.setContent(html_846f38b3169504d98c36ff964274d9ad);
|
|
|
|
|
|
|
|
marker_1cd1abd0c1576b14d03fc2faec82b80d.bindPopup(popup_0d0814db937b6357e9b30de5a2c8f5e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1cd1abd0c1576b14d03fc2faec82b80d.setIcon(icon_abe6259d50a5f0db64239a32abfb2592);
|
|
|
|
|
|
var marker_df211b48531f190c8f38991294010e08 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_dd529b87f6ab0a3037729ea3a9f10d7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1eff26ccdbf1ce59b017a3c7c34f8d27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_656b2e9de1a661b084200cc607d2f79a = $(`<div id="html_656b2e9de1a661b084200cc607d2f79a" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_1eff26ccdbf1ce59b017a3c7c34f8d27.setContent(html_656b2e9de1a661b084200cc607d2f79a);
|
|
|
|
|
|
|
|
marker_df211b48531f190c8f38991294010e08.bindPopup(popup_1eff26ccdbf1ce59b017a3c7c34f8d27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df211b48531f190c8f38991294010e08.setIcon(icon_dd529b87f6ab0a3037729ea3a9f10d7e);
|
|
|
|
|
|
var marker_2337e1d844b7cb4f3d6f5cabfa7edbba = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_fd5a8f9ea938d353cb871f6055d406f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46e11db090941800bcd18c318e60f6ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07b8ec8ae1ad3b8e866ac777482de136 = $(`<div id="html_07b8ec8ae1ad3b8e866ac777482de136" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_46e11db090941800bcd18c318e60f6ec.setContent(html_07b8ec8ae1ad3b8e866ac777482de136);
|
|
|
|
|
|
|
|
marker_2337e1d844b7cb4f3d6f5cabfa7edbba.bindPopup(popup_46e11db090941800bcd18c318e60f6ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2337e1d844b7cb4f3d6f5cabfa7edbba.setIcon(icon_fd5a8f9ea938d353cb871f6055d406f3);
|
|
|
|
|
|
var marker_4acc1078277fa5c3b5eb12a7b2399ffa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_0328d8eee423ffd93ef0adce34b4dcfb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a27e90f82376266202acae0e425b3549 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a424c90e5259e7799dbc99136d9dd8af = $(`<div id="html_a424c90e5259e7799dbc99136d9dd8af" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_a27e90f82376266202acae0e425b3549.setContent(html_a424c90e5259e7799dbc99136d9dd8af);
|
|
|
|
|
|
|
|
marker_4acc1078277fa5c3b5eb12a7b2399ffa.bindPopup(popup_a27e90f82376266202acae0e425b3549)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4acc1078277fa5c3b5eb12a7b2399ffa.setIcon(icon_0328d8eee423ffd93ef0adce34b4dcfb);
|
|
|
|
|
|
var marker_94a5b20f746c8c45e0474495c2b107b8 = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_4552bc9439d678c86cb32af4a73a0ffb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f88352399ed454c6be818a73ab1441c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_334a4e7869dac78baf999ef4d15d30da = $(`<div id="html_334a4e7869dac78baf999ef4d15d30da" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_f88352399ed454c6be818a73ab1441c7.setContent(html_334a4e7869dac78baf999ef4d15d30da);
|
|
|
|
|
|
|
|
marker_94a5b20f746c8c45e0474495c2b107b8.bindPopup(popup_f88352399ed454c6be818a73ab1441c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94a5b20f746c8c45e0474495c2b107b8.setIcon(icon_4552bc9439d678c86cb32af4a73a0ffb);
|
|
|
|
|
|
var marker_fcc74b52785f0d57f0cad214027c23d6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_cfa48570178054ae51630370b0ee7a77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c94447865c6727bfa02ff55f0bb5681 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_841bd890ab41556441c76a5508930756 = $(`<div id="html_841bd890ab41556441c76a5508930756" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_3c94447865c6727bfa02ff55f0bb5681.setContent(html_841bd890ab41556441c76a5508930756);
|
|
|
|
|
|
|
|
marker_fcc74b52785f0d57f0cad214027c23d6.bindPopup(popup_3c94447865c6727bfa02ff55f0bb5681)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fcc74b52785f0d57f0cad214027c23d6.setIcon(icon_cfa48570178054ae51630370b0ee7a77);
|
|
|
|
|
|
var marker_e3573054cc9ce8bc8be1cf32c52ed09e = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_c8142340f6f08b5ca6cb166d513a0ce6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e403bfe3c993a087d22d42a60c4acc34 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_630bdd0b6ecd1e27470f08fb9e0e4fb6 = $(`<div id="html_630bdd0b6ecd1e27470f08fb9e0e4fb6" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_e403bfe3c993a087d22d42a60c4acc34.setContent(html_630bdd0b6ecd1e27470f08fb9e0e4fb6);
|
|
|
|
|
|
|
|
marker_e3573054cc9ce8bc8be1cf32c52ed09e.bindPopup(popup_e403bfe3c993a087d22d42a60c4acc34)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3573054cc9ce8bc8be1cf32c52ed09e.setIcon(icon_c8142340f6f08b5ca6cb166d513a0ce6);
|
|
|
|
|
|
var marker_b1283914f61fafc2a8cb3d3d0fd574ba = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_da6132467b38e728a6fd2bc7f8c08c3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93104f0cb650ad6d0310d8dabbc62aff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_780207a06ac93e20f968914e630ca5fe = $(`<div id="html_780207a06ac93e20f968914e630ca5fe" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_93104f0cb650ad6d0310d8dabbc62aff.setContent(html_780207a06ac93e20f968914e630ca5fe);
|
|
|
|
|
|
|
|
marker_b1283914f61fafc2a8cb3d3d0fd574ba.bindPopup(popup_93104f0cb650ad6d0310d8dabbc62aff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1283914f61fafc2a8cb3d3d0fd574ba.setIcon(icon_da6132467b38e728a6fd2bc7f8c08c3e);
|
|
|
|
|
|
var marker_201e912408dbc7829d5edadea99b9aa7 = L.marker(
|
|
[49.704, -124.918],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_5b8b8e60170843bc94403af98f26a519 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11b39372d6b6b25ad8c6375012be5853 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_228f851b6e687c1109a2c26784a572b8 = $(`<div id="html_228f851b6e687c1109a2c26784a572b8" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_11b39372d6b6b25ad8c6375012be5853.setContent(html_228f851b6e687c1109a2c26784a572b8);
|
|
|
|
|
|
|
|
marker_201e912408dbc7829d5edadea99b9aa7.bindPopup(popup_11b39372d6b6b25ad8c6375012be5853)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_201e912408dbc7829d5edadea99b9aa7.setIcon(icon_5b8b8e60170843bc94403af98f26a519);
|
|
|
|
|
|
var marker_0237c73281b83d54ada6a2f9e9a359c7 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_c54c2c65dee4d67399ed033a4201db65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_daa28d0823eb90e5508db386f944be34 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88896b0e87c4bb50d8838f6151f09aa2 = $(`<div id="html_88896b0e87c4bb50d8838f6151f09aa2" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_daa28d0823eb90e5508db386f944be34.setContent(html_88896b0e87c4bb50d8838f6151f09aa2);
|
|
|
|
|
|
|
|
marker_0237c73281b83d54ada6a2f9e9a359c7.bindPopup(popup_daa28d0823eb90e5508db386f944be34)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0237c73281b83d54ada6a2f9e9a359c7.setIcon(icon_c54c2c65dee4d67399ed033a4201db65);
|
|
|
|
|
|
var marker_90bcf672346271e61da830f45c21b4da = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_16c36fd7683a83c191e9ae2db2172c5c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6db42ddd65a49a6eba0def1ebe3f5608 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40f039bd53a80d97836ce4f205b32a7e = $(`<div id="html_40f039bd53a80d97836ce4f205b32a7e" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_6db42ddd65a49a6eba0def1ebe3f5608.setContent(html_40f039bd53a80d97836ce4f205b32a7e);
|
|
|
|
|
|
|
|
marker_90bcf672346271e61da830f45c21b4da.bindPopup(popup_6db42ddd65a49a6eba0def1ebe3f5608)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90bcf672346271e61da830f45c21b4da.setIcon(icon_16c36fd7683a83c191e9ae2db2172c5c);
|
|
|
|
|
|
var marker_f86d6ed1d6223f1fbb5b983ee67e75da = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_fe3f18e136f320bd3a1a3bbe25c6562a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5e8b8d7f6e33a4dc044e3a1717c9c56 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23af8d774d19809899e814329850feaa = $(`<div id="html_23af8d774d19809899e814329850feaa" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_e5e8b8d7f6e33a4dc044e3a1717c9c56.setContent(html_23af8d774d19809899e814329850feaa);
|
|
|
|
|
|
|
|
marker_f86d6ed1d6223f1fbb5b983ee67e75da.bindPopup(popup_e5e8b8d7f6e33a4dc044e3a1717c9c56)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f86d6ed1d6223f1fbb5b983ee67e75da.setIcon(icon_fe3f18e136f320bd3a1a3bbe25c6562a);
|
|
|
|
|
|
var marker_74cacdeead0c7c5c3cbf4cd5093d774a = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_8d5b197658ac61ce35a36d9130e001c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e73cd7db2dfdc50e3aadc74e7e4a9a33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d401a5c2f99b51121fed1537b0145c12 = $(`<div id="html_d401a5c2f99b51121fed1537b0145c12" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_e73cd7db2dfdc50e3aadc74e7e4a9a33.setContent(html_d401a5c2f99b51121fed1537b0145c12);
|
|
|
|
|
|
|
|
marker_74cacdeead0c7c5c3cbf4cd5093d774a.bindPopup(popup_e73cd7db2dfdc50e3aadc74e7e4a9a33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74cacdeead0c7c5c3cbf4cd5093d774a.setIcon(icon_8d5b197658ac61ce35a36d9130e001c1);
|
|
|
|
|
|
var marker_4fd9f3528933a765ee41b366d9ace23b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_41d0ab5dddf1d868ca44644a92f2d574 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ba2ac9c56ecb110c16216e872db6ad6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e094a858ba0a677e8a27b36a362f20b = $(`<div id="html_3e094a858ba0a677e8a27b36a362f20b" style="width: 100.0%; height: 100.0%;">api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_9ba2ac9c56ecb110c16216e872db6ad6.setContent(html_3e094a858ba0a677e8a27b36a362f20b);
|
|
|
|
|
|
|
|
marker_4fd9f3528933a765ee41b366d9ace23b.bindPopup(popup_9ba2ac9c56ecb110c16216e872db6ad6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4fd9f3528933a765ee41b366d9ace23b.setIcon(icon_41d0ab5dddf1d868ca44644a92f2d574);
|
|
|
|
|
|
var marker_1cfefa6d04e8add4e2766ebdf02af38b = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_5dd09c999b2fd181cb7c05ed02dabc63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1815ee111f665c44aa519575d4c4da49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15798e3a7d4d7c702db60582ac83161e = $(`<div id="html_15798e3a7d4d7c702db60582ac83161e" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_1815ee111f665c44aa519575d4c4da49.setContent(html_15798e3a7d4d7c702db60582ac83161e);
|
|
|
|
|
|
|
|
marker_1cfefa6d04e8add4e2766ebdf02af38b.bindPopup(popup_1815ee111f665c44aa519575d4c4da49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1cfefa6d04e8add4e2766ebdf02af38b.setIcon(icon_5dd09c999b2fd181cb7c05ed02dabc63);
|
|
|
|
|
|
var marker_8765c8cb7c4dcc2a32bdb3bebf932b8a = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_4dcac6647f1e11d86327195b885cb87b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25a09b5a2da0381f06f4a07762284f04 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10aacafa9522b5625d4ecc445a6f447e = $(`<div id="html_10aacafa9522b5625d4ecc445a6f447e" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_25a09b5a2da0381f06f4a07762284f04.setContent(html_10aacafa9522b5625d4ecc445a6f447e);
|
|
|
|
|
|
|
|
marker_8765c8cb7c4dcc2a32bdb3bebf932b8a.bindPopup(popup_25a09b5a2da0381f06f4a07762284f04)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8765c8cb7c4dcc2a32bdb3bebf932b8a.setIcon(icon_4dcac6647f1e11d86327195b885cb87b);
|
|
|
|
|
|
var marker_579ea0e8b166562203d1bedd6e0c647d = L.marker(
|
|
[41.5284, -87.4237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_c3d3dbfeca9740b72431cee8e08c624e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c777da12fca891d563881c9eb5fc734 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_022b11724e38224415cd493dde51ff79 = $(`<div id="html_022b11724e38224415cd493dde51ff79" style="width: 100.0%; height: 100.0%;">bbw-nostr.xyz</div>`)[0];
|
|
popup_3c777da12fca891d563881c9eb5fc734.setContent(html_022b11724e38224415cd493dde51ff79);
|
|
|
|
|
|
|
|
marker_579ea0e8b166562203d1bedd6e0c647d.bindPopup(popup_3c777da12fca891d563881c9eb5fc734)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_579ea0e8b166562203d1bedd6e0c647d.setIcon(icon_c3d3dbfeca9740b72431cee8e08c624e);
|
|
|
|
|
|
var marker_6c6867629fe7e292876c56aed1be55d8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_76f14af8858009317fc01a261b43965a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa22d0cb1a5e12d161dedde8796c654c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e53d82749b8b64bb14374fd842ee6fa3 = $(`<div id="html_e53d82749b8b64bb14374fd842ee6fa3" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_aa22d0cb1a5e12d161dedde8796c654c.setContent(html_e53d82749b8b64bb14374fd842ee6fa3);
|
|
|
|
|
|
|
|
marker_6c6867629fe7e292876c56aed1be55d8.bindPopup(popup_aa22d0cb1a5e12d161dedde8796c654c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c6867629fe7e292876c56aed1be55d8.setIcon(icon_76f14af8858009317fc01a261b43965a);
|
|
|
|
|
|
var marker_b716a58a17896ddbf866b10362a232b1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_57ecd4df97ec4977c9d3ed1228e5d770 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_858b24584548365af5b21e16d9ee162d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0963d01752a026f7d116780acf7b5ebb = $(`<div id="html_0963d01752a026f7d116780acf7b5ebb" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_858b24584548365af5b21e16d9ee162d.setContent(html_0963d01752a026f7d116780acf7b5ebb);
|
|
|
|
|
|
|
|
marker_b716a58a17896ddbf866b10362a232b1.bindPopup(popup_858b24584548365af5b21e16d9ee162d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b716a58a17896ddbf866b10362a232b1.setIcon(icon_57ecd4df97ec4977c9d3ed1228e5d770);
|
|
|
|
|
|
var marker_027d123f63c45789e7e5898626babcc7 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_054dcbdf2820907b30483c06833f2ea9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7eaeee2feb9bc2ddb17fa35a2d16cf94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_750321bbfc9da41bf05d5ec817e9dd7e = $(`<div id="html_750321bbfc9da41bf05d5ec817e9dd7e" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_7eaeee2feb9bc2ddb17fa35a2d16cf94.setContent(html_750321bbfc9da41bf05d5ec817e9dd7e);
|
|
|
|
|
|
|
|
marker_027d123f63c45789e7e5898626babcc7.bindPopup(popup_7eaeee2feb9bc2ddb17fa35a2d16cf94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_027d123f63c45789e7e5898626babcc7.setIcon(icon_054dcbdf2820907b30483c06833f2ea9);
|
|
|
|
|
|
var marker_01422b3ef874cb6df06f14196d419505 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_874055c9def241f761af77c37c96a7b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7884816394d88f827c6e3087638120e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_255bfc6d93e8cdc6aeac8ca6e5b8e2dc = $(`<div id="html_255bfc6d93e8cdc6aeac8ca6e5b8e2dc" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_b7884816394d88f827c6e3087638120e.setContent(html_255bfc6d93e8cdc6aeac8ca6e5b8e2dc);
|
|
|
|
|
|
|
|
marker_01422b3ef874cb6df06f14196d419505.bindPopup(popup_b7884816394d88f827c6e3087638120e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01422b3ef874cb6df06f14196d419505.setIcon(icon_874055c9def241f761af77c37c96a7b0);
|
|
|
|
|
|
var marker_fe1fa7dcb681068713136af17a53aaa3 = L.marker(
|
|
[36.1512, -86.7835],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_135b7e3ab3404c450b7aede1fd90e195 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c92ab17658a915db3f058910994f28f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1841523c001f1e970de189d186024cc2 = $(`<div id="html_1841523c001f1e970de189d186024cc2" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_c92ab17658a915db3f058910994f28f8.setContent(html_1841523c001f1e970de189d186024cc2);
|
|
|
|
|
|
|
|
marker_fe1fa7dcb681068713136af17a53aaa3.bindPopup(popup_c92ab17658a915db3f058910994f28f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe1fa7dcb681068713136af17a53aaa3.setIcon(icon_135b7e3ab3404c450b7aede1fd90e195);
|
|
|
|
|
|
var marker_d6c8a6b1f5865eeaf02ca7978e4abfc9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_ba29f7f9ffe353fdf6850e4df07d29e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33625bd05b320e04a7be928ffbfa41f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_014b381409b568ce97b7ee4896d00d86 = $(`<div id="html_014b381409b568ce97b7ee4896d00d86" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_33625bd05b320e04a7be928ffbfa41f6.setContent(html_014b381409b568ce97b7ee4896d00d86);
|
|
|
|
|
|
|
|
marker_d6c8a6b1f5865eeaf02ca7978e4abfc9.bindPopup(popup_33625bd05b320e04a7be928ffbfa41f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6c8a6b1f5865eeaf02ca7978e4abfc9.setIcon(icon_ba29f7f9ffe353fdf6850e4df07d29e1);
|
|
|
|
|
|
var marker_0d2fc41e23ea24040456856fb9505275 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_0c870deb9180d5d5dd1fb8a3047d6833 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0025fae2c54a23032a2fcea416d44c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b449f130f4a8ed99df67e9b1a10f5905 = $(`<div id="html_b449f130f4a8ed99df67e9b1a10f5905" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_d0025fae2c54a23032a2fcea416d44c4.setContent(html_b449f130f4a8ed99df67e9b1a10f5905);
|
|
|
|
|
|
|
|
marker_0d2fc41e23ea24040456856fb9505275.bindPopup(popup_d0025fae2c54a23032a2fcea416d44c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d2fc41e23ea24040456856fb9505275.setIcon(icon_0c870deb9180d5d5dd1fb8a3047d6833);
|
|
|
|
|
|
var marker_44c5c3ff9ceb60d7b2e6df0850dbe87c = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_36796e80948885b63e4715e0f3fd3e83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4850da71cc92edda7d6606e65aca22a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb9a0791a4f2dd316a1414ba4519d443 = $(`<div id="html_fb9a0791a4f2dd316a1414ba4519d443" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_a4850da71cc92edda7d6606e65aca22a.setContent(html_fb9a0791a4f2dd316a1414ba4519d443);
|
|
|
|
|
|
|
|
marker_44c5c3ff9ceb60d7b2e6df0850dbe87c.bindPopup(popup_a4850da71cc92edda7d6606e65aca22a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44c5c3ff9ceb60d7b2e6df0850dbe87c.setIcon(icon_36796e80948885b63e4715e0f3fd3e83);
|
|
|
|
|
|
var marker_b5839cac48cfc9fc06403d13b9485054 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_8d267c00aa288ccf81340820e4c2cc8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e58727c39b07eb1aa18b2c8dea3126df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56a0189ced1c24aa5b3b7496df56569e = $(`<div id="html_56a0189ced1c24aa5b3b7496df56569e" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_e58727c39b07eb1aa18b2c8dea3126df.setContent(html_56a0189ced1c24aa5b3b7496df56569e);
|
|
|
|
|
|
|
|
marker_b5839cac48cfc9fc06403d13b9485054.bindPopup(popup_e58727c39b07eb1aa18b2c8dea3126df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5839cac48cfc9fc06403d13b9485054.setIcon(icon_8d267c00aa288ccf81340820e4c2cc8d);
|
|
|
|
|
|
var marker_42c4ec35fef032927bb71f15c7e9b5e4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_8b00bf78f75b32c603b814f2de688c80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a989874a256af86924fb0093e32c766d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d0c85b3fff32c8ca0fa8c89061ffe86 = $(`<div id="html_1d0c85b3fff32c8ca0fa8c89061ffe86" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_a989874a256af86924fb0093e32c766d.setContent(html_1d0c85b3fff32c8ca0fa8c89061ffe86);
|
|
|
|
|
|
|
|
marker_42c4ec35fef032927bb71f15c7e9b5e4.bindPopup(popup_a989874a256af86924fb0093e32c766d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42c4ec35fef032927bb71f15c7e9b5e4.setIcon(icon_8b00bf78f75b32c603b814f2de688c80);
|
|
|
|
|
|
var marker_f2f58afd125992d2c7bd2f3f75c8a953 = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_5fd574efe7f39f4ed07922b48d0026a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84fe5506394e64bca6b49649dd80b821 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e482801b465bb77bcfe6025005ae312 = $(`<div id="html_8e482801b465bb77bcfe6025005ae312" style="width: 100.0%; height: 100.0%;">nostr.thaliyal.com</div>`)[0];
|
|
popup_84fe5506394e64bca6b49649dd80b821.setContent(html_8e482801b465bb77bcfe6025005ae312);
|
|
|
|
|
|
|
|
marker_f2f58afd125992d2c7bd2f3f75c8a953.bindPopup(popup_84fe5506394e64bca6b49649dd80b821)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2f58afd125992d2c7bd2f3f75c8a953.setIcon(icon_5fd574efe7f39f4ed07922b48d0026a3);
|
|
|
|
|
|
var marker_c0668aa56fbef7e0bb8269453cc1f1dc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_c3671dd368930f63d88231c71692ce08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f54f7d6cdc74ad2fd9266087643730c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68e885dc1b765d3f1fa675a0b4b9194d = $(`<div id="html_68e885dc1b765d3f1fa675a0b4b9194d" style="width: 100.0%; height: 100.0%;">relay.ryzizub.com</div>`)[0];
|
|
popup_f54f7d6cdc74ad2fd9266087643730c7.setContent(html_68e885dc1b765d3f1fa675a0b4b9194d);
|
|
|
|
|
|
|
|
marker_c0668aa56fbef7e0bb8269453cc1f1dc.bindPopup(popup_f54f7d6cdc74ad2fd9266087643730c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0668aa56fbef7e0bb8269453cc1f1dc.setIcon(icon_c3671dd368930f63d88231c71692ce08);
|
|
|
|
|
|
var marker_dd6f8b6d91b659a2a8325c6b42a6f38a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_24fc5fdb775c659b484f2b7544efa1e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4bb869963e6eb0b2dcddfa08ad27c17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69418e705c36f9fa54541ad362c35cfe = $(`<div id="html_69418e705c36f9fa54541ad362c35cfe" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_f4bb869963e6eb0b2dcddfa08ad27c17.setContent(html_69418e705c36f9fa54541ad362c35cfe);
|
|
|
|
|
|
|
|
marker_dd6f8b6d91b659a2a8325c6b42a6f38a.bindPopup(popup_f4bb869963e6eb0b2dcddfa08ad27c17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd6f8b6d91b659a2a8325c6b42a6f38a.setIcon(icon_24fc5fdb775c659b484f2b7544efa1e9);
|
|
|
|
|
|
var marker_4e4b38c5caab45403ea796714d48314f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_0c135ba2a3ab9fc4b449514a66b7fc31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6898887791d355d3f04c9dd2fad61c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6e8a551f58e4ca046e2006fee0f0bcf = $(`<div id="html_b6e8a551f58e4ca046e2006fee0f0bcf" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_c6898887791d355d3f04c9dd2fad61c0.setContent(html_b6e8a551f58e4ca046e2006fee0f0bcf);
|
|
|
|
|
|
|
|
marker_4e4b38c5caab45403ea796714d48314f.bindPopup(popup_c6898887791d355d3f04c9dd2fad61c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e4b38c5caab45403ea796714d48314f.setIcon(icon_0c135ba2a3ab9fc4b449514a66b7fc31);
|
|
|
|
|
|
var marker_d40d4fe80aa6d6299b7841b4933c0662 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_59dc405413ca4fe4773b3699ee9e47a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cca1028f7bf386c96ade1f777cfa9c9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a35451a97c41a7d0b1c42a5d7e678637 = $(`<div id="html_a35451a97c41a7d0b1c42a5d7e678637" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_cca1028f7bf386c96ade1f777cfa9c9a.setContent(html_a35451a97c41a7d0b1c42a5d7e678637);
|
|
|
|
|
|
|
|
marker_d40d4fe80aa6d6299b7841b4933c0662.bindPopup(popup_cca1028f7bf386c96ade1f777cfa9c9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d40d4fe80aa6d6299b7841b4933c0662.setIcon(icon_59dc405413ca4fe4773b3699ee9e47a2);
|
|
|
|
|
|
var marker_2d104ccb202be113fd3c48a3a65d5d8c = L.marker(
|
|
[41.2054, -76.0049],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_afd48b0f3e4396e7ec059e8c190f790f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1adba409d23178383cb59fe210cece5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34b2e0ac7017ef5e5d0c9fb55dd34308 = $(`<div id="html_34b2e0ac7017ef5e5d0c9fb55dd34308" style="width: 100.0%; height: 100.0%;">relay.janx.com</div>`)[0];
|
|
popup_1adba409d23178383cb59fe210cece5b.setContent(html_34b2e0ac7017ef5e5d0c9fb55dd34308);
|
|
|
|
|
|
|
|
marker_2d104ccb202be113fd3c48a3a65d5d8c.bindPopup(popup_1adba409d23178383cb59fe210cece5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d104ccb202be113fd3c48a3a65d5d8c.setIcon(icon_afd48b0f3e4396e7ec059e8c190f790f);
|
|
|
|
|
|
var marker_05463d1444762378f0137a87efed2c47 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_fd20631b1f4847bb6e6e2004ee59eb44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b7d9190a38e86aa1bea525634241a2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a84727ced371f9f86dee1819d17da5dd = $(`<div id="html_a84727ced371f9f86dee1819d17da5dd" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_9b7d9190a38e86aa1bea525634241a2a.setContent(html_a84727ced371f9f86dee1819d17da5dd);
|
|
|
|
|
|
|
|
marker_05463d1444762378f0137a87efed2c47.bindPopup(popup_9b7d9190a38e86aa1bea525634241a2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05463d1444762378f0137a87efed2c47.setIcon(icon_fd20631b1f4847bb6e6e2004ee59eb44);
|
|
|
|
|
|
var marker_d46ea4d5e987f0cd6f47f110c4933c71 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_e2cd7a624ceb36320711ec2d5004562b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7225f113fdaaf91343e31eb8db74f0a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_946277fc4fc606b8ebe7070025fdab7d = $(`<div id="html_946277fc4fc606b8ebe7070025fdab7d" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_7225f113fdaaf91343e31eb8db74f0a4.setContent(html_946277fc4fc606b8ebe7070025fdab7d);
|
|
|
|
|
|
|
|
marker_d46ea4d5e987f0cd6f47f110c4933c71.bindPopup(popup_7225f113fdaaf91343e31eb8db74f0a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d46ea4d5e987f0cd6f47f110c4933c71.setIcon(icon_e2cd7a624ceb36320711ec2d5004562b);
|
|
|
|
|
|
var marker_d2c337a9337471336b679794307226d5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_395529fde60641d30ab2eedbe3ea2ceb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2b0890052ebec89f9c54a749b496ac6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afe3b1f2883d5a72fb1bfa03d4d6800e = $(`<div id="html_afe3b1f2883d5a72fb1bfa03d4d6800e" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_b2b0890052ebec89f9c54a749b496ac6.setContent(html_afe3b1f2883d5a72fb1bfa03d4d6800e);
|
|
|
|
|
|
|
|
marker_d2c337a9337471336b679794307226d5.bindPopup(popup_b2b0890052ebec89f9c54a749b496ac6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2c337a9337471336b679794307226d5.setIcon(icon_395529fde60641d30ab2eedbe3ea2ceb);
|
|
|
|
|
|
var marker_79cd6af5c723637341e40806793e87ba = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_381f16e5fcb81c96c1e5b130a2a06b8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c714cbbbc38de305705678c2d828c5ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a1628a3dde05e48f56183eb43296183 = $(`<div id="html_4a1628a3dde05e48f56183eb43296183" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_c714cbbbc38de305705678c2d828c5ab.setContent(html_4a1628a3dde05e48f56183eb43296183);
|
|
|
|
|
|
|
|
marker_79cd6af5c723637341e40806793e87ba.bindPopup(popup_c714cbbbc38de305705678c2d828c5ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79cd6af5c723637341e40806793e87ba.setIcon(icon_381f16e5fcb81c96c1e5b130a2a06b8f);
|
|
|
|
|
|
var marker_af7cf663c50d66d82efa28dd0ac15c4a = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_3d7618be3529a02087ae2b724c654c02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdbb84ac0d64411fbfe7bc78e547ae11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05177cb798497e9ea8a1e3592b3013c5 = $(`<div id="html_05177cb798497e9ea8a1e3592b3013c5" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_cdbb84ac0d64411fbfe7bc78e547ae11.setContent(html_05177cb798497e9ea8a1e3592b3013c5);
|
|
|
|
|
|
|
|
marker_af7cf663c50d66d82efa28dd0ac15c4a.bindPopup(popup_cdbb84ac0d64411fbfe7bc78e547ae11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af7cf663c50d66d82efa28dd0ac15c4a.setIcon(icon_3d7618be3529a02087ae2b724c654c02);
|
|
|
|
|
|
var marker_e17909568e422abd0a2afa12756004aa = L.marker(
|
|
[36.55, 139.733],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_28d727deefbab6643d7e74d3b25b2851 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31610be5973f4856f834f7247d35802d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_951c6e559d63b01b46bcdd39dde0faf5 = $(`<div id="html_951c6e559d63b01b46bcdd39dde0faf5" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_31610be5973f4856f834f7247d35802d.setContent(html_951c6e559d63b01b46bcdd39dde0faf5);
|
|
|
|
|
|
|
|
marker_e17909568e422abd0a2afa12756004aa.bindPopup(popup_31610be5973f4856f834f7247d35802d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e17909568e422abd0a2afa12756004aa.setIcon(icon_28d727deefbab6643d7e74d3b25b2851);
|
|
|
|
|
|
var marker_a471a3cf03e334350743579bcfe1f768 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_7bbf4638c35d25081d0c4b8e86290f52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8fba96f1afea45139400ff14044c996 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25cde74295a4a9a8f270a1fb5ff0ba14 = $(`<div id="html_25cde74295a4a9a8f270a1fb5ff0ba14" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_b8fba96f1afea45139400ff14044c996.setContent(html_25cde74295a4a9a8f270a1fb5ff0ba14);
|
|
|
|
|
|
|
|
marker_a471a3cf03e334350743579bcfe1f768.bindPopup(popup_b8fba96f1afea45139400ff14044c996)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a471a3cf03e334350743579bcfe1f768.setIcon(icon_7bbf4638c35d25081d0c4b8e86290f52);
|
|
|
|
|
|
var marker_63a68257d6845c5bd06162eb2928ff71 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_f6a50db138f8b85045df07ce28273844 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2abde7fef85998297bbc7c59f5796dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5efdb2900b3cfb65778b33bbfec440e9 = $(`<div id="html_5efdb2900b3cfb65778b33bbfec440e9" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_a2abde7fef85998297bbc7c59f5796dc.setContent(html_5efdb2900b3cfb65778b33bbfec440e9);
|
|
|
|
|
|
|
|
marker_63a68257d6845c5bd06162eb2928ff71.bindPopup(popup_a2abde7fef85998297bbc7c59f5796dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63a68257d6845c5bd06162eb2928ff71.setIcon(icon_f6a50db138f8b85045df07ce28273844);
|
|
|
|
|
|
var marker_3b3987532fcb1aab5501407108c43512 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_abfc6452490911f2c792086b9911a9da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f877814cac82219a20125f69e2a67cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46580b1fc642d19e6da561be6d0eb76f = $(`<div id="html_46580b1fc642d19e6da561be6d0eb76f" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_6f877814cac82219a20125f69e2a67cd.setContent(html_46580b1fc642d19e6da561be6d0eb76f);
|
|
|
|
|
|
|
|
marker_3b3987532fcb1aab5501407108c43512.bindPopup(popup_6f877814cac82219a20125f69e2a67cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b3987532fcb1aab5501407108c43512.setIcon(icon_abfc6452490911f2c792086b9911a9da);
|
|
|
|
|
|
var marker_502383e107e7cc8a05cb03e4db953beb = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_95c08229a4af2ad0cb37ddbf1ef8d5df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1475ac0420eac6e6b6a65f532c42e1ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0df4471775ba6718ea3bdc5e20b9acb5 = $(`<div id="html_0df4471775ba6718ea3bdc5e20b9acb5" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_1475ac0420eac6e6b6a65f532c42e1ab.setContent(html_0df4471775ba6718ea3bdc5e20b9acb5);
|
|
|
|
|
|
|
|
marker_502383e107e7cc8a05cb03e4db953beb.bindPopup(popup_1475ac0420eac6e6b6a65f532c42e1ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_502383e107e7cc8a05cb03e4db953beb.setIcon(icon_95c08229a4af2ad0cb37ddbf1ef8d5df);
|
|
|
|
|
|
var marker_a31824c649829c255ada259616f4abe0 = L.marker(
|
|
[13.8434, 100.363],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_10485d1141e0dbd1ba1a214aef3ce9ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0640f0e37d6ef557d1b87e6fc534f273 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa8d21c22d0d0a79d676d3be54e53ab2 = $(`<div id="html_aa8d21c22d0d0a79d676d3be54e53ab2" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_0640f0e37d6ef557d1b87e6fc534f273.setContent(html_aa8d21c22d0d0a79d676d3be54e53ab2);
|
|
|
|
|
|
|
|
marker_a31824c649829c255ada259616f4abe0.bindPopup(popup_0640f0e37d6ef557d1b87e6fc534f273)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a31824c649829c255ada259616f4abe0.setIcon(icon_10485d1141e0dbd1ba1a214aef3ce9ce);
|
|
|
|
|
|
var marker_bd81c8c54531e279bc1fc0efe3b0de75 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_bd113fb226a1dba801861c22a7aadc6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f20e4ac2ef5ab79ba57ebb62ec55ec2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffd9d3cc3601101a88e94bd774fbddac = $(`<div id="html_ffd9d3cc3601101a88e94bd774fbddac" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_1f20e4ac2ef5ab79ba57ebb62ec55ec2.setContent(html_ffd9d3cc3601101a88e94bd774fbddac);
|
|
|
|
|
|
|
|
marker_bd81c8c54531e279bc1fc0efe3b0de75.bindPopup(popup_1f20e4ac2ef5ab79ba57ebb62ec55ec2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd81c8c54531e279bc1fc0efe3b0de75.setIcon(icon_bd113fb226a1dba801861c22a7aadc6a);
|
|
|
|
|
|
var marker_8f26dad9212085aecfdcc6b5a0b1d29b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_8f267b41221ba4e03a58911cef3f2c1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c4ec21654cbeec4dd834256072c868b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6079c6869df337bc0aefee62c0a3eb6 = $(`<div id="html_a6079c6869df337bc0aefee62c0a3eb6" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_6c4ec21654cbeec4dd834256072c868b.setContent(html_a6079c6869df337bc0aefee62c0a3eb6);
|
|
|
|
|
|
|
|
marker_8f26dad9212085aecfdcc6b5a0b1d29b.bindPopup(popup_6c4ec21654cbeec4dd834256072c868b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f26dad9212085aecfdcc6b5a0b1d29b.setIcon(icon_8f267b41221ba4e03a58911cef3f2c1d);
|
|
|
|
|
|
var marker_a659b1cf1c54b675d853376093383249 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_7d46cb6165ff0e9d6bd0663fe345299c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55e51432e4bc548087d110d93e7da602 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d93cd9072bf448bfff20f5cca442861 = $(`<div id="html_6d93cd9072bf448bfff20f5cca442861" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_55e51432e4bc548087d110d93e7da602.setContent(html_6d93cd9072bf448bfff20f5cca442861);
|
|
|
|
|
|
|
|
marker_a659b1cf1c54b675d853376093383249.bindPopup(popup_55e51432e4bc548087d110d93e7da602)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a659b1cf1c54b675d853376093383249.setIcon(icon_7d46cb6165ff0e9d6bd0663fe345299c);
|
|
|
|
|
|
var marker_4f35a3b8e4c20a3c9a993dbbdbccabb8 = L.marker(
|
|
[45.4215, -75.6972],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_4660ec28d7a2069fbf177823d359b874 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbc1a8dc6cf22a9b50b921e967469b18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_507fdce7cee90f6cac9daa23530218e5 = $(`<div id="html_507fdce7cee90f6cac9daa23530218e5" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_dbc1a8dc6cf22a9b50b921e967469b18.setContent(html_507fdce7cee90f6cac9daa23530218e5);
|
|
|
|
|
|
|
|
marker_4f35a3b8e4c20a3c9a993dbbdbccabb8.bindPopup(popup_dbc1a8dc6cf22a9b50b921e967469b18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f35a3b8e4c20a3c9a993dbbdbccabb8.setIcon(icon_4660ec28d7a2069fbf177823d359b874);
|
|
|
|
|
|
var marker_f2ffdb44efdd7596b3df0395603001de = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_ca5acf9bfce15b8caa25ce2a6fd48f0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42589424fb6e9cb8df893b17c2904869 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61d4b0dc26a28b79422c386a6a26abeb = $(`<div id="html_61d4b0dc26a28b79422c386a6a26abeb" style="width: 100.0%; height: 100.0%;">wot.yesnostr.net</div>`)[0];
|
|
popup_42589424fb6e9cb8df893b17c2904869.setContent(html_61d4b0dc26a28b79422c386a6a26abeb);
|
|
|
|
|
|
|
|
marker_f2ffdb44efdd7596b3df0395603001de.bindPopup(popup_42589424fb6e9cb8df893b17c2904869)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2ffdb44efdd7596b3df0395603001de.setIcon(icon_ca5acf9bfce15b8caa25ce2a6fd48f0a);
|
|
|
|
|
|
var marker_28f117921395a01645337f6d55489e80 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_a919108b281cdfdb261b179183bf9677 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77fba63c43b43994540f85767ba8ea90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0bd510ed273554515f254a772657918 = $(`<div id="html_a0bd510ed273554515f254a772657918" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_77fba63c43b43994540f85767ba8ea90.setContent(html_a0bd510ed273554515f254a772657918);
|
|
|
|
|
|
|
|
marker_28f117921395a01645337f6d55489e80.bindPopup(popup_77fba63c43b43994540f85767ba8ea90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28f117921395a01645337f6d55489e80.setIcon(icon_a919108b281cdfdb261b179183bf9677);
|
|
|
|
|
|
var marker_9a8ded096a940999d5f6dffa8db07575 = L.marker(
|
|
[52.0067, 4.35556],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_97face831ce0c9a6ba129dea951a0d1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_206ab7b8b62ae605eae5cf5d1e0f2722 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e1987e6667529a06dfbb707c82927c5 = $(`<div id="html_1e1987e6667529a06dfbb707c82927c5" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_206ab7b8b62ae605eae5cf5d1e0f2722.setContent(html_1e1987e6667529a06dfbb707c82927c5);
|
|
|
|
|
|
|
|
marker_9a8ded096a940999d5f6dffa8db07575.bindPopup(popup_206ab7b8b62ae605eae5cf5d1e0f2722)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a8ded096a940999d5f6dffa8db07575.setIcon(icon_97face831ce0c9a6ba129dea951a0d1a);
|
|
|
|
|
|
var marker_6eb401ee950cd0e6edce6fcce14c2947 = L.marker(
|
|
[25.0501, 121.565],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_2de5d803db129f79e06ca7befcf5393f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4a93fd456440926d6d64d963d790a33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db94c7febe1e17a25b03bfff2bb29aa5 = $(`<div id="html_db94c7febe1e17a25b03bfff2bb29aa5" style="width: 100.0%; height: 100.0%;">nostr.dler.com</div>`)[0];
|
|
popup_f4a93fd456440926d6d64d963d790a33.setContent(html_db94c7febe1e17a25b03bfff2bb29aa5);
|
|
|
|
|
|
|
|
marker_6eb401ee950cd0e6edce6fcce14c2947.bindPopup(popup_f4a93fd456440926d6d64d963d790a33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6eb401ee950cd0e6edce6fcce14c2947.setIcon(icon_2de5d803db129f79e06ca7befcf5393f);
|
|
|
|
|
|
var marker_b00916850da7b6e4e1cddbac8140e417 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_80ef4b3aa484c30785d00299bf9c2862 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_523403a906b47e0ef18870c04483402c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8799fdb80619118d54831b9bfa5fd74 = $(`<div id="html_b8799fdb80619118d54831b9bfa5fd74" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_523403a906b47e0ef18870c04483402c.setContent(html_b8799fdb80619118d54831b9bfa5fd74);
|
|
|
|
|
|
|
|
marker_b00916850da7b6e4e1cddbac8140e417.bindPopup(popup_523403a906b47e0ef18870c04483402c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b00916850da7b6e4e1cddbac8140e417.setIcon(icon_80ef4b3aa484c30785d00299bf9c2862);
|
|
|
|
|
|
var marker_ff3474a7d59583228e74a227fe01a58e = L.marker(
|
|
[34.7062, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_0a370a2ae8536cfdd662edcd5672f699 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18226427005e7c7064dfd04f0be207d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f76a4aecdadcf65e3c7c8ab916fd73b5 = $(`<div id="html_f76a4aecdadcf65e3c7c8ab916fd73b5" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_18226427005e7c7064dfd04f0be207d6.setContent(html_f76a4aecdadcf65e3c7c8ab916fd73b5);
|
|
|
|
|
|
|
|
marker_ff3474a7d59583228e74a227fe01a58e.bindPopup(popup_18226427005e7c7064dfd04f0be207d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff3474a7d59583228e74a227fe01a58e.setIcon(icon_0a370a2ae8536cfdd662edcd5672f699);
|
|
|
|
|
|
var marker_b79ebf6135fa83acd19bab717e459847 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_2e558f2562c8e69f25354b8f5c3196ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7dff29ab31bc179ab4d7c268164e50ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2b809e42d53068e522c2efc5aec1d8d = $(`<div id="html_a2b809e42d53068e522c2efc5aec1d8d" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_7dff29ab31bc179ab4d7c268164e50ed.setContent(html_a2b809e42d53068e522c2efc5aec1d8d);
|
|
|
|
|
|
|
|
marker_b79ebf6135fa83acd19bab717e459847.bindPopup(popup_7dff29ab31bc179ab4d7c268164e50ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b79ebf6135fa83acd19bab717e459847.setIcon(icon_2e558f2562c8e69f25354b8f5c3196ec);
|
|
|
|
|
|
var marker_ce57578d0e5c23242b8fd94ed49ee566 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_eab195842c0b681be22ec7dd07d1a630 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32f756b39f36a2b71c9a93b4f7db9a61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f35b43997c6a01b3b3611d4a9e99f61 = $(`<div id="html_5f35b43997c6a01b3b3611d4a9e99f61" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_32f756b39f36a2b71c9a93b4f7db9a61.setContent(html_5f35b43997c6a01b3b3611d4a9e99f61);
|
|
|
|
|
|
|
|
marker_ce57578d0e5c23242b8fd94ed49ee566.bindPopup(popup_32f756b39f36a2b71c9a93b4f7db9a61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce57578d0e5c23242b8fd94ed49ee566.setIcon(icon_eab195842c0b681be22ec7dd07d1a630);
|
|
|
|
|
|
var marker_2fe1f41da994273eb948c55ee8b1654b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_741fe71a81b57dd86be6eab343ccb6ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc98950dbbadf935c093973d94852fdf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33ce7d95401e8574d23521899c04e3b8 = $(`<div id="html_33ce7d95401e8574d23521899c04e3b8" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_fc98950dbbadf935c093973d94852fdf.setContent(html_33ce7d95401e8574d23521899c04e3b8);
|
|
|
|
|
|
|
|
marker_2fe1f41da994273eb948c55ee8b1654b.bindPopup(popup_fc98950dbbadf935c093973d94852fdf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fe1f41da994273eb948c55ee8b1654b.setIcon(icon_741fe71a81b57dd86be6eab343ccb6ea);
|
|
|
|
|
|
var marker_7246b7905b1e967dde7a010d48a6d3c1 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_9ac524068e8872adfd97a5372e6286fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3bef7c330548f2eea5d788fc5d3de016 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34676ff0e153be9f65e4bf068fda51fe = $(`<div id="html_34676ff0e153be9f65e4bf068fda51fe" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_3bef7c330548f2eea5d788fc5d3de016.setContent(html_34676ff0e153be9f65e4bf068fda51fe);
|
|
|
|
|
|
|
|
marker_7246b7905b1e967dde7a010d48a6d3c1.bindPopup(popup_3bef7c330548f2eea5d788fc5d3de016)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7246b7905b1e967dde7a010d48a6d3c1.setIcon(icon_9ac524068e8872adfd97a5372e6286fb);
|
|
|
|
|
|
var marker_8a30f9c846683a0b7f98408c0062fba6 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_485e126cd4f9195fa0ed920b40b02275 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc2fc0255f2a143621cbd86d5357a6e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a75260e93b8c2c16bbca19ee5e369b15 = $(`<div id="html_a75260e93b8c2c16bbca19ee5e369b15" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_fc2fc0255f2a143621cbd86d5357a6e0.setContent(html_a75260e93b8c2c16bbca19ee5e369b15);
|
|
|
|
|
|
|
|
marker_8a30f9c846683a0b7f98408c0062fba6.bindPopup(popup_fc2fc0255f2a143621cbd86d5357a6e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a30f9c846683a0b7f98408c0062fba6.setIcon(icon_485e126cd4f9195fa0ed920b40b02275);
|
|
|
|
|
|
var marker_16358a638ae53b1540b320cd06ec454c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_fc95926c8c7dd1b271909221a74b51a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7607456cbdce322dc03bb8cd5fe393fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73df24057790d6c3e60cb95309ba6384 = $(`<div id="html_73df24057790d6c3e60cb95309ba6384" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_7607456cbdce322dc03bb8cd5fe393fe.setContent(html_73df24057790d6c3e60cb95309ba6384);
|
|
|
|
|
|
|
|
marker_16358a638ae53b1540b320cd06ec454c.bindPopup(popup_7607456cbdce322dc03bb8cd5fe393fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16358a638ae53b1540b320cd06ec454c.setIcon(icon_fc95926c8c7dd1b271909221a74b51a1);
|
|
|
|
|
|
var marker_2a730e0284918a2b85a29282ab788bc7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_433ad36b88a7bad9f4708b1ea2b8192c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_523d93a257841a2035264782ba2a7a6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d50e6c42225eac83a19127401c1908db = $(`<div id="html_d50e6c42225eac83a19127401c1908db" style="width: 100.0%; height: 100.0%;">aaa-api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_523d93a257841a2035264782ba2a7a6c.setContent(html_d50e6c42225eac83a19127401c1908db);
|
|
|
|
|
|
|
|
marker_2a730e0284918a2b85a29282ab788bc7.bindPopup(popup_523d93a257841a2035264782ba2a7a6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a730e0284918a2b85a29282ab788bc7.setIcon(icon_433ad36b88a7bad9f4708b1ea2b8192c);
|
|
|
|
|
|
var marker_ab7761b80626072cde6dedf19f006358 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_7cf9de28f8d83c8f437664303d490e68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22b85f1c8622fac2444db743f25c10c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d2befb6bb09c4069a160eee28aa8e21 = $(`<div id="html_1d2befb6bb09c4069a160eee28aa8e21" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_22b85f1c8622fac2444db743f25c10c2.setContent(html_1d2befb6bb09c4069a160eee28aa8e21);
|
|
|
|
|
|
|
|
marker_ab7761b80626072cde6dedf19f006358.bindPopup(popup_22b85f1c8622fac2444db743f25c10c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab7761b80626072cde6dedf19f006358.setIcon(icon_7cf9de28f8d83c8f437664303d490e68);
|
|
|
|
|
|
var marker_e0b30afb69e2db2efcbe2d0f39a3acbd = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_ed097c0cb8afa563d240063ec096ad3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2d56b7e146448a0a34584e6916cc990 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb90975bc3204aac8d35dc829fec1c32 = $(`<div id="html_cb90975bc3204aac8d35dc829fec1c32" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_f2d56b7e146448a0a34584e6916cc990.setContent(html_cb90975bc3204aac8d35dc829fec1c32);
|
|
|
|
|
|
|
|
marker_e0b30afb69e2db2efcbe2d0f39a3acbd.bindPopup(popup_f2d56b7e146448a0a34584e6916cc990)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0b30afb69e2db2efcbe2d0f39a3acbd.setIcon(icon_ed097c0cb8afa563d240063ec096ad3e);
|
|
|
|
|
|
var marker_71f8a67a239042878d0b064ea745e025 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_62ef9f2130c99c54a1a443d9e8ff421f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31e89dc24c041d6e9111a183289fb132 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6f3f8a57d2061fdef167a55118b7b52 = $(`<div id="html_a6f3f8a57d2061fdef167a55118b7b52" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_31e89dc24c041d6e9111a183289fb132.setContent(html_a6f3f8a57d2061fdef167a55118b7b52);
|
|
|
|
|
|
|
|
marker_71f8a67a239042878d0b064ea745e025.bindPopup(popup_31e89dc24c041d6e9111a183289fb132)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71f8a67a239042878d0b064ea745e025.setIcon(icon_62ef9f2130c99c54a1a443d9e8ff421f);
|
|
|
|
|
|
var marker_4835f23c0cf435fa83866d3312fe6d26 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_05c2cc93292e56ec684083eab26e593f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c46cbef144921a3c19e542cc0616b66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e38b166ccb7e3394be7863bf3ee3f5cd = $(`<div id="html_e38b166ccb7e3394be7863bf3ee3f5cd" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_6c46cbef144921a3c19e542cc0616b66.setContent(html_e38b166ccb7e3394be7863bf3ee3f5cd);
|
|
|
|
|
|
|
|
marker_4835f23c0cf435fa83866d3312fe6d26.bindPopup(popup_6c46cbef144921a3c19e542cc0616b66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4835f23c0cf435fa83866d3312fe6d26.setIcon(icon_05c2cc93292e56ec684083eab26e593f);
|
|
|
|
|
|
var marker_ef08b68a3faf29e6eca930c3532b8614 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_9376607358f5158c20c359bf88845942 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d14fe56f2dd4be0ecbe3c433ef4ed30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c31f0304685f111a3dcfd0f845b01b4a = $(`<div id="html_c31f0304685f111a3dcfd0f845b01b4a" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_0d14fe56f2dd4be0ecbe3c433ef4ed30.setContent(html_c31f0304685f111a3dcfd0f845b01b4a);
|
|
|
|
|
|
|
|
marker_ef08b68a3faf29e6eca930c3532b8614.bindPopup(popup_0d14fe56f2dd4be0ecbe3c433ef4ed30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef08b68a3faf29e6eca930c3532b8614.setIcon(icon_9376607358f5158c20c359bf88845942);
|
|
|
|
|
|
var marker_78b078787c097587b4ce395e341699ad = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_2b0a5c8ab36c437b113dbf7d3e6255ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_668816e270c089a2dda8d1db9d56a61e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed72b0a474fc0349f03693f73dbb86e1 = $(`<div id="html_ed72b0a474fc0349f03693f73dbb86e1" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_668816e270c089a2dda8d1db9d56a61e.setContent(html_ed72b0a474fc0349f03693f73dbb86e1);
|
|
|
|
|
|
|
|
marker_78b078787c097587b4ce395e341699ad.bindPopup(popup_668816e270c089a2dda8d1db9d56a61e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78b078787c097587b4ce395e341699ad.setIcon(icon_2b0a5c8ab36c437b113dbf7d3e6255ef);
|
|
|
|
|
|
var marker_7cccdcf635704bec1db669c6a854854d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_40c52bb4b3b25941ac1d0216445e9e0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd084760bfe7fec3d937cd04b64ed6ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_692777eb039e61433c6f068c1c9c3b9e = $(`<div id="html_692777eb039e61433c6f068c1c9c3b9e" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_fd084760bfe7fec3d937cd04b64ed6ee.setContent(html_692777eb039e61433c6f068c1c9c3b9e);
|
|
|
|
|
|
|
|
marker_7cccdcf635704bec1db669c6a854854d.bindPopup(popup_fd084760bfe7fec3d937cd04b64ed6ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cccdcf635704bec1db669c6a854854d.setIcon(icon_40c52bb4b3b25941ac1d0216445e9e0f);
|
|
|
|
|
|
var marker_fb151096416e39fd62248aa4887618ea = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_fbfd576101a1025c1fffb9378412570e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ec80129174d28ad923c8403d0466a33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e85cf33204811631d99ca44df7b2f369 = $(`<div id="html_e85cf33204811631d99ca44df7b2f369" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_5ec80129174d28ad923c8403d0466a33.setContent(html_e85cf33204811631d99ca44df7b2f369);
|
|
|
|
|
|
|
|
marker_fb151096416e39fd62248aa4887618ea.bindPopup(popup_5ec80129174d28ad923c8403d0466a33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb151096416e39fd62248aa4887618ea.setIcon(icon_fbfd576101a1025c1fffb9378412570e);
|
|
|
|
|
|
var marker_f3c41ad10910f04e8e74d47ef445a022 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_9f1c21474b744ec76499d66a84435858 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be71e71ebf2ea02ef9139f37aa39a8b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94af9abe0d22eca5e29857931e844f6d = $(`<div id="html_94af9abe0d22eca5e29857931e844f6d" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_be71e71ebf2ea02ef9139f37aa39a8b0.setContent(html_94af9abe0d22eca5e29857931e844f6d);
|
|
|
|
|
|
|
|
marker_f3c41ad10910f04e8e74d47ef445a022.bindPopup(popup_be71e71ebf2ea02ef9139f37aa39a8b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3c41ad10910f04e8e74d47ef445a022.setIcon(icon_9f1c21474b744ec76499d66a84435858);
|
|
|
|
|
|
var marker_928f81b8a8580badf19f5deb985a8f17 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_88e86b3c5807f4f2a4a3e45ff63c3e6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1922e9ba9b6cc10487a296a6e7617717 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_471be5d3d60e483717d23cd289aec72a = $(`<div id="html_471be5d3d60e483717d23cd289aec72a" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_1922e9ba9b6cc10487a296a6e7617717.setContent(html_471be5d3d60e483717d23cd289aec72a);
|
|
|
|
|
|
|
|
marker_928f81b8a8580badf19f5deb985a8f17.bindPopup(popup_1922e9ba9b6cc10487a296a6e7617717)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_928f81b8a8580badf19f5deb985a8f17.setIcon(icon_88e86b3c5807f4f2a4a3e45ff63c3e6d);
|
|
|
|
|
|
var marker_6910d565b08b7933bc4433a18362bf12 = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_7851eaba72eb8f6a79a6a97a8fb1b731 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_153260eaa842a92f64db8d60844bf07b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c28554d7e97f35367ed924567b4c520 = $(`<div id="html_0c28554d7e97f35367ed924567b4c520" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_153260eaa842a92f64db8d60844bf07b.setContent(html_0c28554d7e97f35367ed924567b4c520);
|
|
|
|
|
|
|
|
marker_6910d565b08b7933bc4433a18362bf12.bindPopup(popup_153260eaa842a92f64db8d60844bf07b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6910d565b08b7933bc4433a18362bf12.setIcon(icon_7851eaba72eb8f6a79a6a97a8fb1b731);
|
|
|
|
|
|
var marker_74f4f46d196d54b63e853aef83361d7f = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_f4494edb366a258a7c7aaaa3e69fabe6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0353ffef2223c2dd83739fc670f162bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ffb77e0764325c290e255ba05cd175a = $(`<div id="html_6ffb77e0764325c290e255ba05cd175a" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_0353ffef2223c2dd83739fc670f162bd.setContent(html_6ffb77e0764325c290e255ba05cd175a);
|
|
|
|
|
|
|
|
marker_74f4f46d196d54b63e853aef83361d7f.bindPopup(popup_0353ffef2223c2dd83739fc670f162bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74f4f46d196d54b63e853aef83361d7f.setIcon(icon_f4494edb366a258a7c7aaaa3e69fabe6);
|
|
|
|
|
|
var marker_b20fabacb828cdadcdf3616291defa28 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_038acf70a8f5c861514ab1b4b9c2cdf0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_575ff5dea908635450f2949da0aff996 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e5cdf0da1bb05311b4ce05746f826d4 = $(`<div id="html_3e5cdf0da1bb05311b4ce05746f826d4" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_575ff5dea908635450f2949da0aff996.setContent(html_3e5cdf0da1bb05311b4ce05746f826d4);
|
|
|
|
|
|
|
|
marker_b20fabacb828cdadcdf3616291defa28.bindPopup(popup_575ff5dea908635450f2949da0aff996)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b20fabacb828cdadcdf3616291defa28.setIcon(icon_038acf70a8f5c861514ab1b4b9c2cdf0);
|
|
|
|
|
|
var marker_dea985038fab47919dabe210eec4334c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_42d66d3ee29f2069e0844c789b003042 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bcc2c96c632ea0219b3c96d58b5204f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d198f17c7480477752bfc386706ba42 = $(`<div id="html_6d198f17c7480477752bfc386706ba42" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_bcc2c96c632ea0219b3c96d58b5204f7.setContent(html_6d198f17c7480477752bfc386706ba42);
|
|
|
|
|
|
|
|
marker_dea985038fab47919dabe210eec4334c.bindPopup(popup_bcc2c96c632ea0219b3c96d58b5204f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dea985038fab47919dabe210eec4334c.setIcon(icon_42d66d3ee29f2069e0844c789b003042);
|
|
|
|
|
|
var marker_1e2167e93cf84c3b2c656c65acfa9497 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_63344ebdfa1f529cfd9d85ab53303802 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77b7a3effc77fa687aee77d829c80c88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2bc9554a6d6276c7f0e13b9613362d7 = $(`<div id="html_b2bc9554a6d6276c7f0e13b9613362d7" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_77b7a3effc77fa687aee77d829c80c88.setContent(html_b2bc9554a6d6276c7f0e13b9613362d7);
|
|
|
|
|
|
|
|
marker_1e2167e93cf84c3b2c656c65acfa9497.bindPopup(popup_77b7a3effc77fa687aee77d829c80c88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e2167e93cf84c3b2c656c65acfa9497.setIcon(icon_63344ebdfa1f529cfd9d85ab53303802);
|
|
|
|
|
|
var marker_b097e38f02d93f2fe66aa7461da8815d = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_bbbbdb1916bea3d6fe48ce36a4ef1f76 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3f5f6fc760938876f47287797faf37a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3ea657bc6756d77057cd8346f29de2e = $(`<div id="html_b3ea657bc6756d77057cd8346f29de2e" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_f3f5f6fc760938876f47287797faf37a.setContent(html_b3ea657bc6756d77057cd8346f29de2e);
|
|
|
|
|
|
|
|
marker_b097e38f02d93f2fe66aa7461da8815d.bindPopup(popup_f3f5f6fc760938876f47287797faf37a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b097e38f02d93f2fe66aa7461da8815d.setIcon(icon_bbbbdb1916bea3d6fe48ce36a4ef1f76);
|
|
|
|
|
|
var marker_72cb92a986a903ac4d27b762ac5bc9ad = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_5b02e7ceaedc0d680201767e68efa7b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a3bd3bff231d27a634ec4b5a40510c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d35007ec208a9ff46e8599ecc25e8a9 = $(`<div id="html_8d35007ec208a9ff46e8599ecc25e8a9" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_8a3bd3bff231d27a634ec4b5a40510c3.setContent(html_8d35007ec208a9ff46e8599ecc25e8a9);
|
|
|
|
|
|
|
|
marker_72cb92a986a903ac4d27b762ac5bc9ad.bindPopup(popup_8a3bd3bff231d27a634ec4b5a40510c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72cb92a986a903ac4d27b762ac5bc9ad.setIcon(icon_5b02e7ceaedc0d680201767e68efa7b5);
|
|
|
|
|
|
var marker_8773b065a16aa21d9480c38e7be2153f = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_db590ca522aec52261bf95da51948c18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d68c9b3ae5a1958656e98985804838a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a338f46fb6d5019102ee9e886250825 = $(`<div id="html_2a338f46fb6d5019102ee9e886250825" style="width: 100.0%; height: 100.0%;">nostr.parallel.hetu.org:8443</div>`)[0];
|
|
popup_8d68c9b3ae5a1958656e98985804838a.setContent(html_2a338f46fb6d5019102ee9e886250825);
|
|
|
|
|
|
|
|
marker_8773b065a16aa21d9480c38e7be2153f.bindPopup(popup_8d68c9b3ae5a1958656e98985804838a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8773b065a16aa21d9480c38e7be2153f.setIcon(icon_db590ca522aec52261bf95da51948c18);
|
|
|
|
|
|
var marker_aeeab0abfc80421347e859f1a6064d99 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_cf30ddf85c875127b0d543a86bece68b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a5574e979abf907496e5d6e9fe1862a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6534049bf8755675b97e88788487765c = $(`<div id="html_6534049bf8755675b97e88788487765c" style="width: 100.0%; height: 100.0%;">discovery.eu.nostria.app</div>`)[0];
|
|
popup_9a5574e979abf907496e5d6e9fe1862a.setContent(html_6534049bf8755675b97e88788487765c);
|
|
|
|
|
|
|
|
marker_aeeab0abfc80421347e859f1a6064d99.bindPopup(popup_9a5574e979abf907496e5d6e9fe1862a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aeeab0abfc80421347e859f1a6064d99.setIcon(icon_cf30ddf85c875127b0d543a86bece68b);
|
|
|
|
|
|
var marker_70f257e0712150599e62c243fa3649c9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_f1555d055319bce33e414809a1e128d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd389161e276a9fee69324b3cd8ec8ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b4e34125524a634f4529bc3a4257979 = $(`<div id="html_1b4e34125524a634f4529bc3a4257979" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_cd389161e276a9fee69324b3cd8ec8ba.setContent(html_1b4e34125524a634f4529bc3a4257979);
|
|
|
|
|
|
|
|
marker_70f257e0712150599e62c243fa3649c9.bindPopup(popup_cd389161e276a9fee69324b3cd8ec8ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70f257e0712150599e62c243fa3649c9.setIcon(icon_f1555d055319bce33e414809a1e128d3);
|
|
|
|
|
|
var marker_57cf253f8e9ea8cf7040183ef4c491df = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_201d9a08bb7e4eea57115b9e4627c4f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b5141073079418e76ee031760626767 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f29f4362ebf9d7976bfcd8719a2ed187 = $(`<div id="html_f29f4362ebf9d7976bfcd8719a2ed187" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_7b5141073079418e76ee031760626767.setContent(html_f29f4362ebf9d7976bfcd8719a2ed187);
|
|
|
|
|
|
|
|
marker_57cf253f8e9ea8cf7040183ef4c491df.bindPopup(popup_7b5141073079418e76ee031760626767)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57cf253f8e9ea8cf7040183ef4c491df.setIcon(icon_201d9a08bb7e4eea57115b9e4627c4f6);
|
|
|
|
|
|
var marker_719d5aaf00d2a3bc34a28d8d79c62a5e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_ba24f435202258da848181bb2703e54d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_163fd5895939d3cf2ae86bf5a3b0223b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3b384b1b8c48f93845261617404fbd7 = $(`<div id="html_e3b384b1b8c48f93845261617404fbd7" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_163fd5895939d3cf2ae86bf5a3b0223b.setContent(html_e3b384b1b8c48f93845261617404fbd7);
|
|
|
|
|
|
|
|
marker_719d5aaf00d2a3bc34a28d8d79c62a5e.bindPopup(popup_163fd5895939d3cf2ae86bf5a3b0223b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_719d5aaf00d2a3bc34a28d8d79c62a5e.setIcon(icon_ba24f435202258da848181bb2703e54d);
|
|
|
|
|
|
var marker_08ba0cf6a9f8566f2422876b8c61a489 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_27b6733def3f1d14e4016dc8db92f7d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ec83c9780afed5fa78317ea7e4172b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d556c065a4924d3e494ce1e134411f8 = $(`<div id="html_4d556c065a4924d3e494ce1e134411f8" style="width: 100.0%; height: 100.0%;">nostr.superfriends.online</div>`)[0];
|
|
popup_1ec83c9780afed5fa78317ea7e4172b1.setContent(html_4d556c065a4924d3e494ce1e134411f8);
|
|
|
|
|
|
|
|
marker_08ba0cf6a9f8566f2422876b8c61a489.bindPopup(popup_1ec83c9780afed5fa78317ea7e4172b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08ba0cf6a9f8566f2422876b8c61a489.setIcon(icon_27b6733def3f1d14e4016dc8db92f7d6);
|
|
|
|
|
|
var marker_b9a194666c7e0c4c9f371f281dde0070 = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_06dcf572f2753336211a260678e7d367 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e92cfc73f27fe81f751fa469afca7d8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_304cc9baee4385b957415e33b23bdc68 = $(`<div id="html_304cc9baee4385b957415e33b23bdc68" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_e92cfc73f27fe81f751fa469afca7d8e.setContent(html_304cc9baee4385b957415e33b23bdc68);
|
|
|
|
|
|
|
|
marker_b9a194666c7e0c4c9f371f281dde0070.bindPopup(popup_e92cfc73f27fe81f751fa469afca7d8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9a194666c7e0c4c9f371f281dde0070.setIcon(icon_06dcf572f2753336211a260678e7d367);
|
|
|
|
|
|
var marker_b481f5bdf1729fdd848489f783d18779 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_65a4ad369c1ed712b592e7e96ab36910 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c755f4d3b90cc810d4c7cbfccb6dabef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bdbe268762a4d6a78d903a49182f268 = $(`<div id="html_0bdbe268762a4d6a78d903a49182f268" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_c755f4d3b90cc810d4c7cbfccb6dabef.setContent(html_0bdbe268762a4d6a78d903a49182f268);
|
|
|
|
|
|
|
|
marker_b481f5bdf1729fdd848489f783d18779.bindPopup(popup_c755f4d3b90cc810d4c7cbfccb6dabef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b481f5bdf1729fdd848489f783d18779.setIcon(icon_65a4ad369c1ed712b592e7e96ab36910);
|
|
|
|
|
|
var marker_5d6b9e453e1cba65d5643e83a91da181 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_b2d08b9e4e8c6e9f6017b23a3b5274ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79676977b17e7468ed05a6a482d1b9f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76b7635125ab6f66dfded57642372423 = $(`<div id="html_76b7635125ab6f66dfded57642372423" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_79676977b17e7468ed05a6a482d1b9f1.setContent(html_76b7635125ab6f66dfded57642372423);
|
|
|
|
|
|
|
|
marker_5d6b9e453e1cba65d5643e83a91da181.bindPopup(popup_79676977b17e7468ed05a6a482d1b9f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d6b9e453e1cba65d5643e83a91da181.setIcon(icon_b2d08b9e4e8c6e9f6017b23a3b5274ff);
|
|
|
|
|
|
var marker_bec1c188227b164d49677c266c5d606b = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_9d933d2da7022db96b1e0d815004f179 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43aaa0ca002b943bf96fe468baf615e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1670c3f1a5d65b785b8642d25cf8d478 = $(`<div id="html_1670c3f1a5d65b785b8642d25cf8d478" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_43aaa0ca002b943bf96fe468baf615e3.setContent(html_1670c3f1a5d65b785b8642d25cf8d478);
|
|
|
|
|
|
|
|
marker_bec1c188227b164d49677c266c5d606b.bindPopup(popup_43aaa0ca002b943bf96fe468baf615e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bec1c188227b164d49677c266c5d606b.setIcon(icon_9d933d2da7022db96b1e0d815004f179);
|
|
|
|
|
|
var marker_42a77fb22c587ba20c821a8f35e5adf8 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_ee554bb616bebf0678e508af3bd40ba2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81e2b8f868ace39c596fd86c1f269708 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4edcbcaf33f452c2288ed32db3d8e38c = $(`<div id="html_4edcbcaf33f452c2288ed32db3d8e38c" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_81e2b8f868ace39c596fd86c1f269708.setContent(html_4edcbcaf33f452c2288ed32db3d8e38c);
|
|
|
|
|
|
|
|
marker_42a77fb22c587ba20c821a8f35e5adf8.bindPopup(popup_81e2b8f868ace39c596fd86c1f269708)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42a77fb22c587ba20c821a8f35e5adf8.setIcon(icon_ee554bb616bebf0678e508af3bd40ba2);
|
|
|
|
|
|
var marker_c0ccd9224c7440e2361dce38f065984d = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_b4d598cd461f1e286c0ec9adba36e044 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20c332ccfee91f4b9bbde4dfff2e3e15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_acff5b05763a0c6d90f8c9d22f519d5e = $(`<div id="html_acff5b05763a0c6d90f8c9d22f519d5e" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_20c332ccfee91f4b9bbde4dfff2e3e15.setContent(html_acff5b05763a0c6d90f8c9d22f519d5e);
|
|
|
|
|
|
|
|
marker_c0ccd9224c7440e2361dce38f065984d.bindPopup(popup_20c332ccfee91f4b9bbde4dfff2e3e15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0ccd9224c7440e2361dce38f065984d.setIcon(icon_b4d598cd461f1e286c0ec9adba36e044);
|
|
|
|
|
|
var marker_753a96cd22cb174837c8bc65f691d45d = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_c82543e2c950daa38c7df8a0e49d8cbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93e7b15328a6d4879a27fd0777cee466 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f267832f7e66f7fce379d269ea003ed = $(`<div id="html_0f267832f7e66f7fce379d269ea003ed" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_93e7b15328a6d4879a27fd0777cee466.setContent(html_0f267832f7e66f7fce379d269ea003ed);
|
|
|
|
|
|
|
|
marker_753a96cd22cb174837c8bc65f691d45d.bindPopup(popup_93e7b15328a6d4879a27fd0777cee466)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_753a96cd22cb174837c8bc65f691d45d.setIcon(icon_c82543e2c950daa38c7df8a0e49d8cbd);
|
|
|
|
|
|
var marker_2140fe2d21da824c760bc6544c3b5f6f = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_9a48cb096efa056f1c08dcb68a73b6a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0695dbc882f19ca691bf5e59ce866330 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2b586bd76c021d7e99aee503579a61f = $(`<div id="html_a2b586bd76c021d7e99aee503579a61f" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_0695dbc882f19ca691bf5e59ce866330.setContent(html_a2b586bd76c021d7e99aee503579a61f);
|
|
|
|
|
|
|
|
marker_2140fe2d21da824c760bc6544c3b5f6f.bindPopup(popup_0695dbc882f19ca691bf5e59ce866330)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2140fe2d21da824c760bc6544c3b5f6f.setIcon(icon_9a48cb096efa056f1c08dcb68a73b6a3);
|
|
|
|
|
|
var marker_413a6f255cd30b9d954757bdf7251d70 = L.marker(
|
|
[14.2046, 101.213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_2ddf7973af45da7cca0c7c5b2b3f6280 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c31974cc896c967a0a6ffbbedfcd34e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a77bc0110334e5e4f79272c9dc23741 = $(`<div id="html_1a77bc0110334e5e4f79272c9dc23741" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_9c31974cc896c967a0a6ffbbedfcd34e.setContent(html_1a77bc0110334e5e4f79272c9dc23741);
|
|
|
|
|
|
|
|
marker_413a6f255cd30b9d954757bdf7251d70.bindPopup(popup_9c31974cc896c967a0a6ffbbedfcd34e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_413a6f255cd30b9d954757bdf7251d70.setIcon(icon_2ddf7973af45da7cca0c7c5b2b3f6280);
|
|
|
|
|
|
var marker_6b8bbff6ee3d5d0c7f9ed5ce4e788e89 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_3c60b854260c00858118e05738c15a1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bc27747a8de18e2c373220e5cb5dd7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21e495d78df318bc0892803e023e0e72 = $(`<div id="html_21e495d78df318bc0892803e023e0e72" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_7bc27747a8de18e2c373220e5cb5dd7f.setContent(html_21e495d78df318bc0892803e023e0e72);
|
|
|
|
|
|
|
|
marker_6b8bbff6ee3d5d0c7f9ed5ce4e788e89.bindPopup(popup_7bc27747a8de18e2c373220e5cb5dd7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b8bbff6ee3d5d0c7f9ed5ce4e788e89.setIcon(icon_3c60b854260c00858118e05738c15a1c);
|
|
|
|
|
|
var marker_d6e80ae3b6eef6a1e7fd2ab4f74988ac = L.marker(
|
|
[47.8786, 11.911],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_a308c6bff2c36d369c7496cb8e7970bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a2da89e8eb3a29d4a7e0887244ab1e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4f75d0ad8b17a4f724b549afec346b2 = $(`<div id="html_f4f75d0ad8b17a4f724b549afec346b2" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_9a2da89e8eb3a29d4a7e0887244ab1e5.setContent(html_f4f75d0ad8b17a4f724b549afec346b2);
|
|
|
|
|
|
|
|
marker_d6e80ae3b6eef6a1e7fd2ab4f74988ac.bindPopup(popup_9a2da89e8eb3a29d4a7e0887244ab1e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6e80ae3b6eef6a1e7fd2ab4f74988ac.setIcon(icon_a308c6bff2c36d369c7496cb8e7970bf);
|
|
|
|
|
|
var marker_ba6041f9f3583df80979160fc719ccfc = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_8ba21158fc9c686fc9c87deebf0c08ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_180bdf0da145dc899fdb88071fde35e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0bb2a50de962a35c310bf03df1009a5 = $(`<div id="html_e0bb2a50de962a35c310bf03df1009a5" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_180bdf0da145dc899fdb88071fde35e0.setContent(html_e0bb2a50de962a35c310bf03df1009a5);
|
|
|
|
|
|
|
|
marker_ba6041f9f3583df80979160fc719ccfc.bindPopup(popup_180bdf0da145dc899fdb88071fde35e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba6041f9f3583df80979160fc719ccfc.setIcon(icon_8ba21158fc9c686fc9c87deebf0c08ad);
|
|
|
|
|
|
var marker_656b5d46294a9d70779be1ec20a71c82 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_7851aea5a0338619678e5fc964927036 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2062ebe45434e1469053465407b7980 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6f477dc6672a98df74db3db62201f58 = $(`<div id="html_b6f477dc6672a98df74db3db62201f58" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_a2062ebe45434e1469053465407b7980.setContent(html_b6f477dc6672a98df74db3db62201f58);
|
|
|
|
|
|
|
|
marker_656b5d46294a9d70779be1ec20a71c82.bindPopup(popup_a2062ebe45434e1469053465407b7980)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_656b5d46294a9d70779be1ec20a71c82.setIcon(icon_7851aea5a0338619678e5fc964927036);
|
|
|
|
|
|
var marker_b31288aca8eeed9e60e77d22cecdd840 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_cf5c6b3bc190d06ca07ea2b84129f7fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_455caa393228967a3fb2d07371baf203 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb405898b1c8873554663cb990f692a3 = $(`<div id="html_bb405898b1c8873554663cb990f692a3" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_455caa393228967a3fb2d07371baf203.setContent(html_bb405898b1c8873554663cb990f692a3);
|
|
|
|
|
|
|
|
marker_b31288aca8eeed9e60e77d22cecdd840.bindPopup(popup_455caa393228967a3fb2d07371baf203)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b31288aca8eeed9e60e77d22cecdd840.setIcon(icon_cf5c6b3bc190d06ca07ea2b84129f7fd);
|
|
|
|
|
|
var marker_e0074795a4d88eb78c6d146c1c932b40 = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_59e4e887207ce1735504f5810991b979 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_925c578b1aa7bade2cf268f1a293581e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1b91ee2dad0c8d432f48f4cb9bf5c19 = $(`<div id="html_a1b91ee2dad0c8d432f48f4cb9bf5c19" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_925c578b1aa7bade2cf268f1a293581e.setContent(html_a1b91ee2dad0c8d432f48f4cb9bf5c19);
|
|
|
|
|
|
|
|
marker_e0074795a4d88eb78c6d146c1c932b40.bindPopup(popup_925c578b1aa7bade2cf268f1a293581e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0074795a4d88eb78c6d146c1c932b40.setIcon(icon_59e4e887207ce1735504f5810991b979);
|
|
|
|
|
|
var marker_3a67c07b4d9313da6c0d172ffe53b3d9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_509a11d937da5bdda3c798f078717f14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_858306cdc1e6e6fefafbd50f22ad9d9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_103d8415bead9dd6dd2f2bb699d27706 = $(`<div id="html_103d8415bead9dd6dd2f2bb699d27706" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_858306cdc1e6e6fefafbd50f22ad9d9a.setContent(html_103d8415bead9dd6dd2f2bb699d27706);
|
|
|
|
|
|
|
|
marker_3a67c07b4d9313da6c0d172ffe53b3d9.bindPopup(popup_858306cdc1e6e6fefafbd50f22ad9d9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a67c07b4d9313da6c0d172ffe53b3d9.setIcon(icon_509a11d937da5bdda3c798f078717f14);
|
|
|
|
|
|
var marker_fee663730e17e9a0a42ab9a7c6f494d7 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_8ab5abf030d955dac7b575e4ad2418f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03c26dfac120fed1df48fe06e37e6277 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd2ef9ff6b3d85142bdb0706fdcc7546 = $(`<div id="html_dd2ef9ff6b3d85142bdb0706fdcc7546" style="width: 100.0%; height: 100.0%;">relay.contextvm.org</div>`)[0];
|
|
popup_03c26dfac120fed1df48fe06e37e6277.setContent(html_dd2ef9ff6b3d85142bdb0706fdcc7546);
|
|
|
|
|
|
|
|
marker_fee663730e17e9a0a42ab9a7c6f494d7.bindPopup(popup_03c26dfac120fed1df48fe06e37e6277)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fee663730e17e9a0a42ab9a7c6f494d7.setIcon(icon_8ab5abf030d955dac7b575e4ad2418f0);
|
|
|
|
|
|
var marker_985223e1f48392e5fc81b313642233cd = L.marker(
|
|
[44.5401, -123.368],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_413109653c1b64655a8f0c2866d4d97b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0487ad68c9834e6c76751df6cc2b354c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ee2814cdd4b9973490b39a57e560bc3 = $(`<div id="html_3ee2814cdd4b9973490b39a57e560bc3" style="width: 100.0%; height: 100.0%;">relay.westernbtc.com</div>`)[0];
|
|
popup_0487ad68c9834e6c76751df6cc2b354c.setContent(html_3ee2814cdd4b9973490b39a57e560bc3);
|
|
|
|
|
|
|
|
marker_985223e1f48392e5fc81b313642233cd.bindPopup(popup_0487ad68c9834e6c76751df6cc2b354c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_985223e1f48392e5fc81b313642233cd.setIcon(icon_413109653c1b64655a8f0c2866d4d97b);
|
|
|
|
|
|
var marker_ce6145b9be62ecb112f65d98ed98dc21 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_e45b5e1b8da112ddfd4dbc364ebf264a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d5ad1b06805d9f497d16917b7939c59 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d3a9cc106d82256074489cec616d801 = $(`<div id="html_4d3a9cc106d82256074489cec616d801" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_6d5ad1b06805d9f497d16917b7939c59.setContent(html_4d3a9cc106d82256074489cec616d801);
|
|
|
|
|
|
|
|
marker_ce6145b9be62ecb112f65d98ed98dc21.bindPopup(popup_6d5ad1b06805d9f497d16917b7939c59)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce6145b9be62ecb112f65d98ed98dc21.setIcon(icon_e45b5e1b8da112ddfd4dbc364ebf264a);
|
|
|
|
|
|
var marker_aacb06e62d728fa416940925d233ed37 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_7b35f3d5fd131cbc3dccfa983438c9cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82321e5e50abecd4ceafaeaccb9e0a38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4e946603f2ab6dffd9782b54b93519a = $(`<div id="html_f4e946603f2ab6dffd9782b54b93519a" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_82321e5e50abecd4ceafaeaccb9e0a38.setContent(html_f4e946603f2ab6dffd9782b54b93519a);
|
|
|
|
|
|
|
|
marker_aacb06e62d728fa416940925d233ed37.bindPopup(popup_82321e5e50abecd4ceafaeaccb9e0a38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aacb06e62d728fa416940925d233ed37.setIcon(icon_7b35f3d5fd131cbc3dccfa983438c9cf);
|
|
|
|
|
|
var marker_c6fda3cafa836864c3add212636f51d0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_6dc4443ca442949bacec2dde3f5a4665 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6695621c6f7746fa93fab3aefe05ced2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdcb2431de35ef6990df43adfd5b0998 = $(`<div id="html_bdcb2431de35ef6990df43adfd5b0998" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_6695621c6f7746fa93fab3aefe05ced2.setContent(html_bdcb2431de35ef6990df43adfd5b0998);
|
|
|
|
|
|
|
|
marker_c6fda3cafa836864c3add212636f51d0.bindPopup(popup_6695621c6f7746fa93fab3aefe05ced2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6fda3cafa836864c3add212636f51d0.setIcon(icon_6dc4443ca442949bacec2dde3f5a4665);
|
|
|
|
|
|
var marker_b6ec53d122aaa80113c00e155683aa5a = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_780624149083c649cc178e964af4326c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d27d3a1d11ef66f0fcb24493385343b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7af080df7d7f20e0bb4e9998ea053e98 = $(`<div id="html_7af080df7d7f20e0bb4e9998ea053e98" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_7d27d3a1d11ef66f0fcb24493385343b.setContent(html_7af080df7d7f20e0bb4e9998ea053e98);
|
|
|
|
|
|
|
|
marker_b6ec53d122aaa80113c00e155683aa5a.bindPopup(popup_7d27d3a1d11ef66f0fcb24493385343b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6ec53d122aaa80113c00e155683aa5a.setIcon(icon_780624149083c649cc178e964af4326c);
|
|
|
|
|
|
var marker_39478fde057dbc6d37f18923ff385dba = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_680bee091fe2d61430623f5fa2883f32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dab62562854174515fc003f282dea738 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ca31ba8cda39b3bdc6075fe319d039e = $(`<div id="html_3ca31ba8cda39b3bdc6075fe319d039e" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_dab62562854174515fc003f282dea738.setContent(html_3ca31ba8cda39b3bdc6075fe319d039e);
|
|
|
|
|
|
|
|
marker_39478fde057dbc6d37f18923ff385dba.bindPopup(popup_dab62562854174515fc003f282dea738)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39478fde057dbc6d37f18923ff385dba.setIcon(icon_680bee091fe2d61430623f5fa2883f32);
|
|
|
|
|
|
var marker_b956d501e57869964bff3e9bb623fdb4 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_1aea4e771fd4bf97fe04ae21b87478c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_854b51b6d3617fef9d03f114a6bc3658 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_203218720a3164f84053021a99a8866c = $(`<div id="html_203218720a3164f84053021a99a8866c" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_854b51b6d3617fef9d03f114a6bc3658.setContent(html_203218720a3164f84053021a99a8866c);
|
|
|
|
|
|
|
|
marker_b956d501e57869964bff3e9bb623fdb4.bindPopup(popup_854b51b6d3617fef9d03f114a6bc3658)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b956d501e57869964bff3e9bb623fdb4.setIcon(icon_1aea4e771fd4bf97fe04ae21b87478c2);
|
|
|
|
|
|
var marker_30c39dd9ceedb702275e57051a54f807 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_3b4b07e579eee79e4e3c014dd53bfdf7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0899044b66da2d4b135f8b08e3fd432 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7436d28df5047aaa88f9dd9ef77b3857 = $(`<div id="html_7436d28df5047aaa88f9dd9ef77b3857" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_e0899044b66da2d4b135f8b08e3fd432.setContent(html_7436d28df5047aaa88f9dd9ef77b3857);
|
|
|
|
|
|
|
|
marker_30c39dd9ceedb702275e57051a54f807.bindPopup(popup_e0899044b66da2d4b135f8b08e3fd432)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30c39dd9ceedb702275e57051a54f807.setIcon(icon_3b4b07e579eee79e4e3c014dd53bfdf7);
|
|
|
|
|
|
var marker_6900373f9d1dd4c443d66430291f751f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_1955c86243710a45c74a0a17901e20b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1453dd5ef6849d8a1ef4d1e242b79057 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3bc7f9ae9fd59d5a9712ae30c56cf86b = $(`<div id="html_3bc7f9ae9fd59d5a9712ae30c56cf86b" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_1453dd5ef6849d8a1ef4d1e242b79057.setContent(html_3bc7f9ae9fd59d5a9712ae30c56cf86b);
|
|
|
|
|
|
|
|
marker_6900373f9d1dd4c443d66430291f751f.bindPopup(popup_1453dd5ef6849d8a1ef4d1e242b79057)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6900373f9d1dd4c443d66430291f751f.setIcon(icon_1955c86243710a45c74a0a17901e20b1);
|
|
|
|
|
|
var marker_0ab014fb02f6bb0af5d17da36259f5a3 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_a91a6eba08f9bb2bf9ebd24e2efc7bf2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b8099d20c4d49103eb2360ca7131a51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6eab2b35caede627ffc0fde533130e8a = $(`<div id="html_6eab2b35caede627ffc0fde533130e8a" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_9b8099d20c4d49103eb2360ca7131a51.setContent(html_6eab2b35caede627ffc0fde533130e8a);
|
|
|
|
|
|
|
|
marker_0ab014fb02f6bb0af5d17da36259f5a3.bindPopup(popup_9b8099d20c4d49103eb2360ca7131a51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ab014fb02f6bb0af5d17da36259f5a3.setIcon(icon_a91a6eba08f9bb2bf9ebd24e2efc7bf2);
|
|
|
|
|
|
var marker_a54f29ed2952b1e4cbd7658f73bf8f1b = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_7b5b3f1bf1f5470eee48f05ca0afac6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_553387986e8ed9ab707ba746586324ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc5f89efef8d2ea89afd38dd08b89a1b = $(`<div id="html_dc5f89efef8d2ea89afd38dd08b89a1b" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_553387986e8ed9ab707ba746586324ab.setContent(html_dc5f89efef8d2ea89afd38dd08b89a1b);
|
|
|
|
|
|
|
|
marker_a54f29ed2952b1e4cbd7658f73bf8f1b.bindPopup(popup_553387986e8ed9ab707ba746586324ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a54f29ed2952b1e4cbd7658f73bf8f1b.setIcon(icon_7b5b3f1bf1f5470eee48f05ca0afac6b);
|
|
|
|
|
|
var marker_79478d696c54ad2499cc240624cab0e3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022);
|
|
|
|
|
|
var icon_6df0aa7fa13d6b0466eab990882510b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd4e4233ee2144e4a1e220171dbbcc8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca8d4d2b805779a3e275c05da79a8027 = $(`<div id="html_ca8d4d2b805779a3e275c05da79a8027" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_fd4e4233ee2144e4a1e220171dbbcc8b.setContent(html_ca8d4d2b805779a3e275c05da79a8027);
|
|
|
|
|
|
|
|
marker_79478d696c54ad2499cc240624cab0e3.bindPopup(popup_fd4e4233ee2144e4a1e220171dbbcc8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79478d696c54ad2499cc240624cab0e3.setIcon(icon_6df0aa7fa13d6b0466eab990882510b1);
|
|
|
|
|
|
marker_cluster_0f61afbe21cc0db2971f1c2ed18d7022.addTo(map_aee1cfae1bda5cb2b743a54ab93e9c22);
|
|
|
|
</script>
|
|
</html> |