mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 03:05:18 +00:00
11741 lines
342 KiB
HTML
11741 lines
342 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_03a7354ced986254dd0e0ccb6ac6eb93 {
|
|
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_03a7354ced986254dd0e0ccb6ac6eb93" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_03a7354ced986254dd0e0ccb6ac6eb93 = L.map(
|
|
"map_03a7354ced986254dd0e0ccb6ac6eb93",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_d50e445d5abd5d0eb9b1bec93dcaaa10 = 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_d50e445d5abd5d0eb9b1bec93dcaaa10.addTo(map_03a7354ced986254dd0e0ccb6ac6eb93);
|
|
|
|
|
|
var marker_cluster_f6b7b68128f96d9c5b06c6399754f476 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_76c60a178514986240221a9d0acb6095 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_4cc725a1b68b78f04cb9233af9f524ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee418421a76ea2a114983dab2f89e3e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7f939379f0bbeb432de4467d2f2866a = $(`<div id="html_b7f939379f0bbeb432de4467d2f2866a" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_ee418421a76ea2a114983dab2f89e3e3.setContent(html_b7f939379f0bbeb432de4467d2f2866a);
|
|
|
|
|
|
|
|
marker_76c60a178514986240221a9d0acb6095.bindPopup(popup_ee418421a76ea2a114983dab2f89e3e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76c60a178514986240221a9d0acb6095.setIcon(icon_4cc725a1b68b78f04cb9233af9f524ac);
|
|
|
|
|
|
var marker_ce1017772e1274c32444d851ce4f024a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_5d7a34e5a50169d0ca9b29b1e5afafbe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_639821e9f966389b87dd290375ab4057 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba14998809f0e7ee33dcff549718dcfa = $(`<div id="html_ba14998809f0e7ee33dcff549718dcfa" style="width: 100.0%; height: 100.0%;">strfry.atlantislabs.space</div>`)[0];
|
|
popup_639821e9f966389b87dd290375ab4057.setContent(html_ba14998809f0e7ee33dcff549718dcfa);
|
|
|
|
|
|
|
|
marker_ce1017772e1274c32444d851ce4f024a.bindPopup(popup_639821e9f966389b87dd290375ab4057)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce1017772e1274c32444d851ce4f024a.setIcon(icon_5d7a34e5a50169d0ca9b29b1e5afafbe);
|
|
|
|
|
|
var marker_4420ed971de92e2e3e74c263f80c3b20 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_75ca98a5bbb02f5194d3dc86ed26c3c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca6241cd9bbf8b41505c76951e646c42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fa2d45c03a8c13bdbe78e898e751b92 = $(`<div id="html_0fa2d45c03a8c13bdbe78e898e751b92" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_ca6241cd9bbf8b41505c76951e646c42.setContent(html_0fa2d45c03a8c13bdbe78e898e751b92);
|
|
|
|
|
|
|
|
marker_4420ed971de92e2e3e74c263f80c3b20.bindPopup(popup_ca6241cd9bbf8b41505c76951e646c42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4420ed971de92e2e3e74c263f80c3b20.setIcon(icon_75ca98a5bbb02f5194d3dc86ed26c3c7);
|
|
|
|
|
|
var marker_6151791238c6b52faf98d037b40f6dac = L.marker(
|
|
[39.9042, 116.407],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_96ea42468a84c3fd8147fa276f8a9496 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91d5847a70f8f56fd29265e2e2c51470 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0f2b24d875b10869efb9f056d4755e6 = $(`<div id="html_a0f2b24d875b10869efb9f056d4755e6" style="width: 100.0%; height: 100.0%;">ms.chinacounty.com</div>`)[0];
|
|
popup_91d5847a70f8f56fd29265e2e2c51470.setContent(html_a0f2b24d875b10869efb9f056d4755e6);
|
|
|
|
|
|
|
|
marker_6151791238c6b52faf98d037b40f6dac.bindPopup(popup_91d5847a70f8f56fd29265e2e2c51470)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6151791238c6b52faf98d037b40f6dac.setIcon(icon_96ea42468a84c3fd8147fa276f8a9496);
|
|
|
|
|
|
var marker_db8dde84e7598ef92871995cbf86cc47 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_d19d71fc2d04314741d27071580f75db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bf19b5c9c72328a4a69e0665f46c5ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33fce8d1635347579a783a757b8194c6 = $(`<div id="html_33fce8d1635347579a783a757b8194c6" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_5bf19b5c9c72328a4a69e0665f46c5ed.setContent(html_33fce8d1635347579a783a757b8194c6);
|
|
|
|
|
|
|
|
marker_db8dde84e7598ef92871995cbf86cc47.bindPopup(popup_5bf19b5c9c72328a4a69e0665f46c5ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db8dde84e7598ef92871995cbf86cc47.setIcon(icon_d19d71fc2d04314741d27071580f75db);
|
|
|
|
|
|
var marker_440b2d3e02ca98a0e77ea4e425e42eda = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_0e788f98af4184c0ad6fb569ac194034 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d0fc3d88c61cac4625e4836996da265 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96b0f3077252984341a882972a98e786 = $(`<div id="html_96b0f3077252984341a882972a98e786" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_1d0fc3d88c61cac4625e4836996da265.setContent(html_96b0f3077252984341a882972a98e786);
|
|
|
|
|
|
|
|
marker_440b2d3e02ca98a0e77ea4e425e42eda.bindPopup(popup_1d0fc3d88c61cac4625e4836996da265)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_440b2d3e02ca98a0e77ea4e425e42eda.setIcon(icon_0e788f98af4184c0ad6fb569ac194034);
|
|
|
|
|
|
var marker_87cf77736c6a778277dbc669b46df2bd = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_9abfcfd966490b7a453bc10186eea4ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffce316dcd7738aa96adadbd5630e909 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b47fd65cd2b337b837dd335705fe016f = $(`<div id="html_b47fd65cd2b337b837dd335705fe016f" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_ffce316dcd7738aa96adadbd5630e909.setContent(html_b47fd65cd2b337b837dd335705fe016f);
|
|
|
|
|
|
|
|
marker_87cf77736c6a778277dbc669b46df2bd.bindPopup(popup_ffce316dcd7738aa96adadbd5630e909)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87cf77736c6a778277dbc669b46df2bd.setIcon(icon_9abfcfd966490b7a453bc10186eea4ea);
|
|
|
|
|
|
var marker_e46f7eb4523148d9cd5d5769a62e3964 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_21548446e95a04e0629ead800e1d0628 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b079956cfecbda1df6efb08dcb1a961f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ad6163ed8d1f8c847ee91971a60ac1f = $(`<div id="html_6ad6163ed8d1f8c847ee91971a60ac1f" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_b079956cfecbda1df6efb08dcb1a961f.setContent(html_6ad6163ed8d1f8c847ee91971a60ac1f);
|
|
|
|
|
|
|
|
marker_e46f7eb4523148d9cd5d5769a62e3964.bindPopup(popup_b079956cfecbda1df6efb08dcb1a961f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e46f7eb4523148d9cd5d5769a62e3964.setIcon(icon_21548446e95a04e0629ead800e1d0628);
|
|
|
|
|
|
var marker_a3d7c02bdd07947d817dfd9a9061b836 = L.marker(
|
|
[35.2227, -97.4786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_1b48aed9d976e89a1ffd42e050303ed1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b771b6f3de00623c3dc381c83e95d90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72dc7ef9f612d506c8ed93f45e19f9d1 = $(`<div id="html_72dc7ef9f612d506c8ed93f45e19f9d1" style="width: 100.0%; height: 100.0%;">relay.beginningend.com</div>`)[0];
|
|
popup_0b771b6f3de00623c3dc381c83e95d90.setContent(html_72dc7ef9f612d506c8ed93f45e19f9d1);
|
|
|
|
|
|
|
|
marker_a3d7c02bdd07947d817dfd9a9061b836.bindPopup(popup_0b771b6f3de00623c3dc381c83e95d90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3d7c02bdd07947d817dfd9a9061b836.setIcon(icon_1b48aed9d976e89a1ffd42e050303ed1);
|
|
|
|
|
|
var marker_ec0da259e9399418f789dda0eaf37450 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_b26eee28270d1f4282cc68a7d824d431 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8e57b8311cb93ed8b36ff09a50d4f25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7392942991d89517f1a44586505b84a2 = $(`<div id="html_7392942991d89517f1a44586505b84a2" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_c8e57b8311cb93ed8b36ff09a50d4f25.setContent(html_7392942991d89517f1a44586505b84a2);
|
|
|
|
|
|
|
|
marker_ec0da259e9399418f789dda0eaf37450.bindPopup(popup_c8e57b8311cb93ed8b36ff09a50d4f25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec0da259e9399418f789dda0eaf37450.setIcon(icon_b26eee28270d1f4282cc68a7d824d431);
|
|
|
|
|
|
var marker_1eaa9e93e4979ca4c5dffe110ad7b43b = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_0d1dfcb871956b687f578cd69ab6c037 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8dde868c9eb6cf19c47039a97ab40939 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d5ffb1a52975dd8886a96729a7a7875 = $(`<div id="html_9d5ffb1a52975dd8886a96729a7a7875" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_8dde868c9eb6cf19c47039a97ab40939.setContent(html_9d5ffb1a52975dd8886a96729a7a7875);
|
|
|
|
|
|
|
|
marker_1eaa9e93e4979ca4c5dffe110ad7b43b.bindPopup(popup_8dde868c9eb6cf19c47039a97ab40939)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1eaa9e93e4979ca4c5dffe110ad7b43b.setIcon(icon_0d1dfcb871956b687f578cd69ab6c037);
|
|
|
|
|
|
var marker_8f398f7446311f01a2701a18d7e89138 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_1f5ec1b1b0fe9ecb0197da2cec2b28ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_666c8a98190744a2c3cf46fd09f4b2d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b714d11b534bcc0f0ada499d080fc6e = $(`<div id="html_1b714d11b534bcc0f0ada499d080fc6e" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_666c8a98190744a2c3cf46fd09f4b2d7.setContent(html_1b714d11b534bcc0f0ada499d080fc6e);
|
|
|
|
|
|
|
|
marker_8f398f7446311f01a2701a18d7e89138.bindPopup(popup_666c8a98190744a2c3cf46fd09f4b2d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f398f7446311f01a2701a18d7e89138.setIcon(icon_1f5ec1b1b0fe9ecb0197da2cec2b28ac);
|
|
|
|
|
|
var marker_8e0bdeda53de950eb6823ce5b09549cb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_1d9bfd9100f63998503578c4a4a77941 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a57f3e252349cb94b9bba6a6aed651ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_941f298f71ce39784093dce39855cb15 = $(`<div id="html_941f298f71ce39784093dce39855cb15" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_a57f3e252349cb94b9bba6a6aed651ee.setContent(html_941f298f71ce39784093dce39855cb15);
|
|
|
|
|
|
|
|
marker_8e0bdeda53de950eb6823ce5b09549cb.bindPopup(popup_a57f3e252349cb94b9bba6a6aed651ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e0bdeda53de950eb6823ce5b09549cb.setIcon(icon_1d9bfd9100f63998503578c4a4a77941);
|
|
|
|
|
|
var marker_1a74c5bbed2a52bfe6bad1684c0fee36 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_61c4126d27b5c9ae792722a436bcc5c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad9d0787df1a00f075f3919e2347d4d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a165afd21725ada10326ad3e30bfd77d = $(`<div id="html_a165afd21725ada10326ad3e30bfd77d" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_ad9d0787df1a00f075f3919e2347d4d0.setContent(html_a165afd21725ada10326ad3e30bfd77d);
|
|
|
|
|
|
|
|
marker_1a74c5bbed2a52bfe6bad1684c0fee36.bindPopup(popup_ad9d0787df1a00f075f3919e2347d4d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a74c5bbed2a52bfe6bad1684c0fee36.setIcon(icon_61c4126d27b5c9ae792722a436bcc5c3);
|
|
|
|
|
|
var marker_66ca3606355a8561ff76f856acf1829d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_8b4aef9f203bbe5d359f839f93a889fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac1b13e72798e8c429b70fadbf5a00c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca49d951ffaf6ac375958925014ab37a = $(`<div id="html_ca49d951ffaf6ac375958925014ab37a" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_ac1b13e72798e8c429b70fadbf5a00c5.setContent(html_ca49d951ffaf6ac375958925014ab37a);
|
|
|
|
|
|
|
|
marker_66ca3606355a8561ff76f856acf1829d.bindPopup(popup_ac1b13e72798e8c429b70fadbf5a00c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66ca3606355a8561ff76f856acf1829d.setIcon(icon_8b4aef9f203bbe5d359f839f93a889fe);
|
|
|
|
|
|
var marker_eba6ed61f2349b22ede0c09a005f9fb9 = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_202771cf758784a06dbdc0bfc995293f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_757e978bc72562d4e3a1fe40da9fce41 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0d9a759599a2b7d234b72f93c469507 = $(`<div id="html_c0d9a759599a2b7d234b72f93c469507" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_757e978bc72562d4e3a1fe40da9fce41.setContent(html_c0d9a759599a2b7d234b72f93c469507);
|
|
|
|
|
|
|
|
marker_eba6ed61f2349b22ede0c09a005f9fb9.bindPopup(popup_757e978bc72562d4e3a1fe40da9fce41)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eba6ed61f2349b22ede0c09a005f9fb9.setIcon(icon_202771cf758784a06dbdc0bfc995293f);
|
|
|
|
|
|
var marker_02302e9f8ca26d75b387687cc59bd289 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_8e21e68b45bf47e6093227a698498df1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fb085086fc8a2ef939eb8db514c9b23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27ee9ac706a596870d52fe0a657706fe = $(`<div id="html_27ee9ac706a596870d52fe0a657706fe" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_4fb085086fc8a2ef939eb8db514c9b23.setContent(html_27ee9ac706a596870d52fe0a657706fe);
|
|
|
|
|
|
|
|
marker_02302e9f8ca26d75b387687cc59bd289.bindPopup(popup_4fb085086fc8a2ef939eb8db514c9b23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02302e9f8ca26d75b387687cc59bd289.setIcon(icon_8e21e68b45bf47e6093227a698498df1);
|
|
|
|
|
|
var marker_f370bd750304899617cf3463f34837bf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_a3279fa479b09a89002f0a6a843b8bd8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90771de57df6019b6bae20fe004fc36d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67d9b9aff79e43349251b6edf19836e9 = $(`<div id="html_67d9b9aff79e43349251b6edf19836e9" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_90771de57df6019b6bae20fe004fc36d.setContent(html_67d9b9aff79e43349251b6edf19836e9);
|
|
|
|
|
|
|
|
marker_f370bd750304899617cf3463f34837bf.bindPopup(popup_90771de57df6019b6bae20fe004fc36d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f370bd750304899617cf3463f34837bf.setIcon(icon_a3279fa479b09a89002f0a6a843b8bd8);
|
|
|
|
|
|
var marker_47a65151fba1b8134e5c0492b7fb60f2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_fd4a86190a210cdf4a61e841c3ae527e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_850de732a05d8ce5d32f5687cafa26c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eac32d94f452919728eb358ae5bb2e7e = $(`<div id="html_eac32d94f452919728eb358ae5bb2e7e" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_850de732a05d8ce5d32f5687cafa26c7.setContent(html_eac32d94f452919728eb358ae5bb2e7e);
|
|
|
|
|
|
|
|
marker_47a65151fba1b8134e5c0492b7fb60f2.bindPopup(popup_850de732a05d8ce5d32f5687cafa26c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47a65151fba1b8134e5c0492b7fb60f2.setIcon(icon_fd4a86190a210cdf4a61e841c3ae527e);
|
|
|
|
|
|
var marker_3e90392d9ccbce07fbcc28d8e7b03c8d = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_fe8ae223dd41308a6b3d30a9d548f334 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f56248bcaefc9a2f4e4e16b79295132d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d311a91bf10b69fd5316f5a62664300 = $(`<div id="html_7d311a91bf10b69fd5316f5a62664300" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_f56248bcaefc9a2f4e4e16b79295132d.setContent(html_7d311a91bf10b69fd5316f5a62664300);
|
|
|
|
|
|
|
|
marker_3e90392d9ccbce07fbcc28d8e7b03c8d.bindPopup(popup_f56248bcaefc9a2f4e4e16b79295132d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e90392d9ccbce07fbcc28d8e7b03c8d.setIcon(icon_fe8ae223dd41308a6b3d30a9d548f334);
|
|
|
|
|
|
var marker_788437b23b6f8ead68070393a1d15e72 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_1041667f6ef2133da07802a16e102359 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c716ebbcaf8ef726b6676b5c6e23a191 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf87f2465ab48e53a79200ae19794b79 = $(`<div id="html_cf87f2465ab48e53a79200ae19794b79" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_c716ebbcaf8ef726b6676b5c6e23a191.setContent(html_cf87f2465ab48e53a79200ae19794b79);
|
|
|
|
|
|
|
|
marker_788437b23b6f8ead68070393a1d15e72.bindPopup(popup_c716ebbcaf8ef726b6676b5c6e23a191)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_788437b23b6f8ead68070393a1d15e72.setIcon(icon_1041667f6ef2133da07802a16e102359);
|
|
|
|
|
|
var marker_e292fcba47c0e61e2b857275ebe6165d = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_ba98ee33dd155ffa66a09a05424f7fdb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39b052c1e7cbd4c2adf7c48d7e651bc3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73ad567200cf8b7e471e248171466f66 = $(`<div id="html_73ad567200cf8b7e471e248171466f66" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_39b052c1e7cbd4c2adf7c48d7e651bc3.setContent(html_73ad567200cf8b7e471e248171466f66);
|
|
|
|
|
|
|
|
marker_e292fcba47c0e61e2b857275ebe6165d.bindPopup(popup_39b052c1e7cbd4c2adf7c48d7e651bc3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e292fcba47c0e61e2b857275ebe6165d.setIcon(icon_ba98ee33dd155ffa66a09a05424f7fdb);
|
|
|
|
|
|
var marker_c68482656fc778988084f368b70f5dee = L.marker(
|
|
[49.8667, -125.133],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_1215a9e5f581e12403e19f7af5c87cde = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7997fef452534f434e963326bc42e139 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_667461401025f71cc4826a128b0c3c68 = $(`<div id="html_667461401025f71cc4826a128b0c3c68" style="width: 100.0%; height: 100.0%;">relay.trustr.ing</div>`)[0];
|
|
popup_7997fef452534f434e963326bc42e139.setContent(html_667461401025f71cc4826a128b0c3c68);
|
|
|
|
|
|
|
|
marker_c68482656fc778988084f368b70f5dee.bindPopup(popup_7997fef452534f434e963326bc42e139)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c68482656fc778988084f368b70f5dee.setIcon(icon_1215a9e5f581e12403e19f7af5c87cde);
|
|
|
|
|
|
var marker_93b0de78ba31d77a98edfee01dc9c4d6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_47324218f6f227a7ccb1b6e58491bcf9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_703c59bb57fabc8d3351fc8f04c5866f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2304a8c215f519cf88a93d65925a3b33 = $(`<div id="html_2304a8c215f519cf88a93d65925a3b33" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_703c59bb57fabc8d3351fc8f04c5866f.setContent(html_2304a8c215f519cf88a93d65925a3b33);
|
|
|
|
|
|
|
|
marker_93b0de78ba31d77a98edfee01dc9c4d6.bindPopup(popup_703c59bb57fabc8d3351fc8f04c5866f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93b0de78ba31d77a98edfee01dc9c4d6.setIcon(icon_47324218f6f227a7ccb1b6e58491bcf9);
|
|
|
|
|
|
var marker_07ebb723b8dcaab6e5dc987275bec132 = L.marker(
|
|
[37.5234, -77.3158],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_a3f5ceb32dae3249c0a454a4fabdb2ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8416eb78697d727e0bdc33f6713b487c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_618bfeb0343ea75bbad54a44f16d60f5 = $(`<div id="html_618bfeb0343ea75bbad54a44f16d60f5" style="width: 100.0%; height: 100.0%;">relay.sloannetworks.com</div>`)[0];
|
|
popup_8416eb78697d727e0bdc33f6713b487c.setContent(html_618bfeb0343ea75bbad54a44f16d60f5);
|
|
|
|
|
|
|
|
marker_07ebb723b8dcaab6e5dc987275bec132.bindPopup(popup_8416eb78697d727e0bdc33f6713b487c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07ebb723b8dcaab6e5dc987275bec132.setIcon(icon_a3f5ceb32dae3249c0a454a4fabdb2ea);
|
|
|
|
|
|
var marker_60dd9ac2f135067bde3111eb07fcae83 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_d165b5e38f573615c42168909ff4d5db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc2145a59245de3934462981f4df2c3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9212b2ea3bbf36f6f32a9222f6a5a9fe = $(`<div id="html_9212b2ea3bbf36f6f32a9222f6a5a9fe" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_fc2145a59245de3934462981f4df2c3a.setContent(html_9212b2ea3bbf36f6f32a9222f6a5a9fe);
|
|
|
|
|
|
|
|
marker_60dd9ac2f135067bde3111eb07fcae83.bindPopup(popup_fc2145a59245de3934462981f4df2c3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60dd9ac2f135067bde3111eb07fcae83.setIcon(icon_d165b5e38f573615c42168909ff4d5db);
|
|
|
|
|
|
var marker_45b6465646ed4b1bf73de57354d72b5d = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_50c1747224a2c7f8ab4117db17cfd5c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9f95170bb0b3e31f043e99c3444c4e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b1241325bd0d274ae96637b6c328314 = $(`<div id="html_2b1241325bd0d274ae96637b6c328314" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_f9f95170bb0b3e31f043e99c3444c4e0.setContent(html_2b1241325bd0d274ae96637b6c328314);
|
|
|
|
|
|
|
|
marker_45b6465646ed4b1bf73de57354d72b5d.bindPopup(popup_f9f95170bb0b3e31f043e99c3444c4e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45b6465646ed4b1bf73de57354d72b5d.setIcon(icon_50c1747224a2c7f8ab4117db17cfd5c0);
|
|
|
|
|
|
var marker_4a02e7346f61a654a9124bbc7a900168 = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_ae860ed0d9f5383cfed6591018a57c24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dcf92249accdf122fb746c8db5f74f1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7088d059d7f228ab3cfe5eb3f8e8991 = $(`<div id="html_d7088d059d7f228ab3cfe5eb3f8e8991" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_dcf92249accdf122fb746c8db5f74f1e.setContent(html_d7088d059d7f228ab3cfe5eb3f8e8991);
|
|
|
|
|
|
|
|
marker_4a02e7346f61a654a9124bbc7a900168.bindPopup(popup_dcf92249accdf122fb746c8db5f74f1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a02e7346f61a654a9124bbc7a900168.setIcon(icon_ae860ed0d9f5383cfed6591018a57c24);
|
|
|
|
|
|
var marker_3199728d1d2a70014501e7e994cf1d4d = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_6be066db83a735a36a59747fc5eae9eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb2869d6530d89c8d488a4bd76e93fac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0074a3585532965cfcaa669a1d6d439c = $(`<div id="html_0074a3585532965cfcaa669a1d6d439c" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_fb2869d6530d89c8d488a4bd76e93fac.setContent(html_0074a3585532965cfcaa669a1d6d439c);
|
|
|
|
|
|
|
|
marker_3199728d1d2a70014501e7e994cf1d4d.bindPopup(popup_fb2869d6530d89c8d488a4bd76e93fac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3199728d1d2a70014501e7e994cf1d4d.setIcon(icon_6be066db83a735a36a59747fc5eae9eb);
|
|
|
|
|
|
var marker_46e1ed37d4081faf867b37335ae195aa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_ab377ac145b9924f23091b234ac72510 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf705a896bc1d17173f99e119f8cdf28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4cb83a3ab12046db367b946d6f6db23 = $(`<div id="html_c4cb83a3ab12046db367b946d6f6db23" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_cf705a896bc1d17173f99e119f8cdf28.setContent(html_c4cb83a3ab12046db367b946d6f6db23);
|
|
|
|
|
|
|
|
marker_46e1ed37d4081faf867b37335ae195aa.bindPopup(popup_cf705a896bc1d17173f99e119f8cdf28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46e1ed37d4081faf867b37335ae195aa.setIcon(icon_ab377ac145b9924f23091b234ac72510);
|
|
|
|
|
|
var marker_d58f7d6bb64e0bfc8377e0e0db6faf64 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_e796cb8ec25e5d5c4d527b79092f15d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de4c29dad011eb41d8b9923256a2d31a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a853755f32e26e5b6835dc045a2b08f9 = $(`<div id="html_a853755f32e26e5b6835dc045a2b08f9" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_de4c29dad011eb41d8b9923256a2d31a.setContent(html_a853755f32e26e5b6835dc045a2b08f9);
|
|
|
|
|
|
|
|
marker_d58f7d6bb64e0bfc8377e0e0db6faf64.bindPopup(popup_de4c29dad011eb41d8b9923256a2d31a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d58f7d6bb64e0bfc8377e0e0db6faf64.setIcon(icon_e796cb8ec25e5d5c4d527b79092f15d4);
|
|
|
|
|
|
var marker_31570a339676cd71b85effc6c40d6d34 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_fa891244adcc31a8e03d803dfc98c9da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e3b1490a9e58bc72734fed0eb3e44d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed46dcd6266c9b14c810026685ce5175 = $(`<div id="html_ed46dcd6266c9b14c810026685ce5175" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_3e3b1490a9e58bc72734fed0eb3e44d0.setContent(html_ed46dcd6266c9b14c810026685ce5175);
|
|
|
|
|
|
|
|
marker_31570a339676cd71b85effc6c40d6d34.bindPopup(popup_3e3b1490a9e58bc72734fed0eb3e44d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31570a339676cd71b85effc6c40d6d34.setIcon(icon_fa891244adcc31a8e03d803dfc98c9da);
|
|
|
|
|
|
var marker_0565e041c4accdca302f95b2bd36b10b = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_83d7f5cf545f46bbddbfd9961796837d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a0c848a5e8454f352a6b4cf8fa1e345 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2d8666b19b00c70c1e0d51bea67aa8e = $(`<div id="html_c2d8666b19b00c70c1e0d51bea67aa8e" style="width: 100.0%; height: 100.0%;">relay.directsponsor.net</div>`)[0];
|
|
popup_3a0c848a5e8454f352a6b4cf8fa1e345.setContent(html_c2d8666b19b00c70c1e0d51bea67aa8e);
|
|
|
|
|
|
|
|
marker_0565e041c4accdca302f95b2bd36b10b.bindPopup(popup_3a0c848a5e8454f352a6b4cf8fa1e345)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0565e041c4accdca302f95b2bd36b10b.setIcon(icon_83d7f5cf545f46bbddbfd9961796837d);
|
|
|
|
|
|
var marker_2eb32a575d1a3588aac6e08aae0103e8 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_6508789b6afcc6725d4ac24137915cab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c10448438fe3014735086d000cd5d4ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b2bcbf660e41c3ac3462f0aa8f1cc0d = $(`<div id="html_3b2bcbf660e41c3ac3462f0aa8f1cc0d" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_c10448438fe3014735086d000cd5d4ac.setContent(html_3b2bcbf660e41c3ac3462f0aa8f1cc0d);
|
|
|
|
|
|
|
|
marker_2eb32a575d1a3588aac6e08aae0103e8.bindPopup(popup_c10448438fe3014735086d000cd5d4ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2eb32a575d1a3588aac6e08aae0103e8.setIcon(icon_6508789b6afcc6725d4ac24137915cab);
|
|
|
|
|
|
var marker_1fd35ee1448f9ac03b0c2d311c411432 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_45d51955d5db3f97cce3e0949205aa6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc1c549f939fdb0b0b1f7e7572010b41 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a92816de718c2132df40e3930f5bb349 = $(`<div id="html_a92816de718c2132df40e3930f5bb349" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_dc1c549f939fdb0b0b1f7e7572010b41.setContent(html_a92816de718c2132df40e3930f5bb349);
|
|
|
|
|
|
|
|
marker_1fd35ee1448f9ac03b0c2d311c411432.bindPopup(popup_dc1c549f939fdb0b0b1f7e7572010b41)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fd35ee1448f9ac03b0c2d311c411432.setIcon(icon_45d51955d5db3f97cce3e0949205aa6c);
|
|
|
|
|
|
var marker_d2915e37da20bef648d3407b381c21cf = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_4902699900664a52b8cd647289890a9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c90ed5b2bd7f817bc321cc7f6594810 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d95c2f1fd0fa518a18753873bceaffff = $(`<div id="html_d95c2f1fd0fa518a18753873bceaffff" style="width: 100.0%; height: 100.0%;">eu.nostr.pikachat.org</div>`)[0];
|
|
popup_8c90ed5b2bd7f817bc321cc7f6594810.setContent(html_d95c2f1fd0fa518a18753873bceaffff);
|
|
|
|
|
|
|
|
marker_d2915e37da20bef648d3407b381c21cf.bindPopup(popup_8c90ed5b2bd7f817bc321cc7f6594810)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2915e37da20bef648d3407b381c21cf.setIcon(icon_4902699900664a52b8cd647289890a9a);
|
|
|
|
|
|
var marker_de7f83281c8e7300a5762ce1df3d0260 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_8fa8db171329cd74fe5a4ab584616f4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a203c8feb9bf62ef2526d80b2375ba8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e6784dfb7fc07a0840d5f125dd40a78 = $(`<div id="html_3e6784dfb7fc07a0840d5f125dd40a78" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_1a203c8feb9bf62ef2526d80b2375ba8.setContent(html_3e6784dfb7fc07a0840d5f125dd40a78);
|
|
|
|
|
|
|
|
marker_de7f83281c8e7300a5762ce1df3d0260.bindPopup(popup_1a203c8feb9bf62ef2526d80b2375ba8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de7f83281c8e7300a5762ce1df3d0260.setIcon(icon_8fa8db171329cd74fe5a4ab584616f4e);
|
|
|
|
|
|
var marker_ba8740f100d8d0603c2eb33061779b2c = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_d334b010084bc4082059d79fe9186c18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e30094f18475ced55fe49bfef1b8265 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10d23a55c5005117a7d1d5621a6303e1 = $(`<div id="html_10d23a55c5005117a7d1d5621a6303e1" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_4e30094f18475ced55fe49bfef1b8265.setContent(html_10d23a55c5005117a7d1d5621a6303e1);
|
|
|
|
|
|
|
|
marker_ba8740f100d8d0603c2eb33061779b2c.bindPopup(popup_4e30094f18475ced55fe49bfef1b8265)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba8740f100d8d0603c2eb33061779b2c.setIcon(icon_d334b010084bc4082059d79fe9186c18);
|
|
|
|
|
|
var marker_15447775c422dbc76a969f93db8ab563 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_8f4cd9ed874241ecb4ee876b3d5b4904 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6e1473bc7794ce6389575c0f999ec94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5dd6f6aa1f25822edc4b0b5216486ba5 = $(`<div id="html_5dd6f6aa1f25822edc4b0b5216486ba5" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_b6e1473bc7794ce6389575c0f999ec94.setContent(html_5dd6f6aa1f25822edc4b0b5216486ba5);
|
|
|
|
|
|
|
|
marker_15447775c422dbc76a969f93db8ab563.bindPopup(popup_b6e1473bc7794ce6389575c0f999ec94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15447775c422dbc76a969f93db8ab563.setIcon(icon_8f4cd9ed874241ecb4ee876b3d5b4904);
|
|
|
|
|
|
var marker_905bf2f271102cccc5359de055460373 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_8047a5998a5b94d8e69b2c375bc780f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21f7d8caeafa7938c5da8de705fb6479 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd39f2f929de2a432c1685bbabb10357 = $(`<div id="html_cd39f2f929de2a432c1685bbabb10357" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_21f7d8caeafa7938c5da8de705fb6479.setContent(html_cd39f2f929de2a432c1685bbabb10357);
|
|
|
|
|
|
|
|
marker_905bf2f271102cccc5359de055460373.bindPopup(popup_21f7d8caeafa7938c5da8de705fb6479)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_905bf2f271102cccc5359de055460373.setIcon(icon_8047a5998a5b94d8e69b2c375bc780f5);
|
|
|
|
|
|
var marker_cc3a997344fa50f053f5d193b1a9944c = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_18069392fe2cd013021a0e5f2b225aff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1956159e90734ce1f864aa64ff4b3a93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e1273728fb733a326cb072684f01f0d = $(`<div id="html_1e1273728fb733a326cb072684f01f0d" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com</div>`)[0];
|
|
popup_1956159e90734ce1f864aa64ff4b3a93.setContent(html_1e1273728fb733a326cb072684f01f0d);
|
|
|
|
|
|
|
|
marker_cc3a997344fa50f053f5d193b1a9944c.bindPopup(popup_1956159e90734ce1f864aa64ff4b3a93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc3a997344fa50f053f5d193b1a9944c.setIcon(icon_18069392fe2cd013021a0e5f2b225aff);
|
|
|
|
|
|
var marker_902a72496dd15ecad776658c43cb5742 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_7520c1de82b90961c12c6de93c324bbc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3d8209396fac0baf6ac01c79c9a0f50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7881ba8598b8d3e58c8ff4bbf60d7b92 = $(`<div id="html_7881ba8598b8d3e58c8ff4bbf60d7b92" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_c3d8209396fac0baf6ac01c79c9a0f50.setContent(html_7881ba8598b8d3e58c8ff4bbf60d7b92);
|
|
|
|
|
|
|
|
marker_902a72496dd15ecad776658c43cb5742.bindPopup(popup_c3d8209396fac0baf6ac01c79c9a0f50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_902a72496dd15ecad776658c43cb5742.setIcon(icon_7520c1de82b90961c12c6de93c324bbc);
|
|
|
|
|
|
var marker_d240994748d7bed08b8a3a127765eb10 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_be2811e54718ca55ecf566b5c118f841 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf81fb4777ccd44eeb751cb63af27f57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a7112c17980939e16a4756623a768c1 = $(`<div id="html_3a7112c17980939e16a4756623a768c1" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_bf81fb4777ccd44eeb751cb63af27f57.setContent(html_3a7112c17980939e16a4756623a768c1);
|
|
|
|
|
|
|
|
marker_d240994748d7bed08b8a3a127765eb10.bindPopup(popup_bf81fb4777ccd44eeb751cb63af27f57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d240994748d7bed08b8a3a127765eb10.setIcon(icon_be2811e54718ca55ecf566b5c118f841);
|
|
|
|
|
|
var marker_46d1a79c6c1e76ed23daec97c0466b86 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_611fe4f976b77ea6970f4dd453dac972 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30c5fedaef9f84c713db99ef4dfa8662 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9653fb236a194bad8b26973b68890380 = $(`<div id="html_9653fb236a194bad8b26973b68890380" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_30c5fedaef9f84c713db99ef4dfa8662.setContent(html_9653fb236a194bad8b26973b68890380);
|
|
|
|
|
|
|
|
marker_46d1a79c6c1e76ed23daec97c0466b86.bindPopup(popup_30c5fedaef9f84c713db99ef4dfa8662)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46d1a79c6c1e76ed23daec97c0466b86.setIcon(icon_611fe4f976b77ea6970f4dd453dac972);
|
|
|
|
|
|
var marker_5759a682989a58a73ae8c4ce169fca39 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_06a64d7b850048e2a26869b76b00662e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e5bd88dafc31b9491d4f7a2465abc69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_066f1fa289f005b3eb84c2c300009fc4 = $(`<div id="html_066f1fa289f005b3eb84c2c300009fc4" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_8e5bd88dafc31b9491d4f7a2465abc69.setContent(html_066f1fa289f005b3eb84c2c300009fc4);
|
|
|
|
|
|
|
|
marker_5759a682989a58a73ae8c4ce169fca39.bindPopup(popup_8e5bd88dafc31b9491d4f7a2465abc69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5759a682989a58a73ae8c4ce169fca39.setIcon(icon_06a64d7b850048e2a26869b76b00662e);
|
|
|
|
|
|
var marker_d0bb291c199546a257c88fe00e1b44c9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_bf613e9140c9e3446a2ca7fbdf6003fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4d91d09bf1e3e5793e5151f3243291f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f684a86c84968262e3ed84cb42e8f8c = $(`<div id="html_2f684a86c84968262e3ed84cb42e8f8c" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_d4d91d09bf1e3e5793e5151f3243291f.setContent(html_2f684a86c84968262e3ed84cb42e8f8c);
|
|
|
|
|
|
|
|
marker_d0bb291c199546a257c88fe00e1b44c9.bindPopup(popup_d4d91d09bf1e3e5793e5151f3243291f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0bb291c199546a257c88fe00e1b44c9.setIcon(icon_bf613e9140c9e3446a2ca7fbdf6003fd);
|
|
|
|
|
|
var marker_891efc870bcf48de2cba13a730c629e3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_ed0922ce114a31fabec338b5b57cd617 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab18a852d288ff1b1e21ee8793a7d43b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ab41c11b31d8e78a65401c0dea3367d = $(`<div id="html_7ab41c11b31d8e78a65401c0dea3367d" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_ab18a852d288ff1b1e21ee8793a7d43b.setContent(html_7ab41c11b31d8e78a65401c0dea3367d);
|
|
|
|
|
|
|
|
marker_891efc870bcf48de2cba13a730c629e3.bindPopup(popup_ab18a852d288ff1b1e21ee8793a7d43b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_891efc870bcf48de2cba13a730c629e3.setIcon(icon_ed0922ce114a31fabec338b5b57cd617);
|
|
|
|
|
|
var marker_166a91fac3ef8ccccb84991c6c993b04 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_5bd257202cc3f24a087b4a852d7b4aee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c041e4d027a5ed42c2599f4beaab14ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de39de4b8cf777c9a511fa43bf24b1d0 = $(`<div id="html_de39de4b8cf777c9a511fa43bf24b1d0" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_c041e4d027a5ed42c2599f4beaab14ca.setContent(html_de39de4b8cf777c9a511fa43bf24b1d0);
|
|
|
|
|
|
|
|
marker_166a91fac3ef8ccccb84991c6c993b04.bindPopup(popup_c041e4d027a5ed42c2599f4beaab14ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_166a91fac3ef8ccccb84991c6c993b04.setIcon(icon_5bd257202cc3f24a087b4a852d7b4aee);
|
|
|
|
|
|
var marker_ae854f185812fd3b5f25ad72fb1c9f9a = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_ff609451a5f93dec283f853b0dfbc1af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb0ce7e6ab3a54df5400d9b76b2b86cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6c2e39fb5fee019c847ddaa76ed8361 = $(`<div id="html_c6c2e39fb5fee019c847ddaa76ed8361" style="width: 100.0%; height: 100.0%;">herbstmeister.com</div>`)[0];
|
|
popup_bb0ce7e6ab3a54df5400d9b76b2b86cc.setContent(html_c6c2e39fb5fee019c847ddaa76ed8361);
|
|
|
|
|
|
|
|
marker_ae854f185812fd3b5f25ad72fb1c9f9a.bindPopup(popup_bb0ce7e6ab3a54df5400d9b76b2b86cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae854f185812fd3b5f25ad72fb1c9f9a.setIcon(icon_ff609451a5f93dec283f853b0dfbc1af);
|
|
|
|
|
|
var marker_f029ba7f19ccafd58a00b3568e35adc1 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_9f57c38757bc069f5c889984a2f98c2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb38beaef5344465e5ff36533abd3d34 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33e06a5f3ea6cee5bd2681db74524abc = $(`<div id="html_33e06a5f3ea6cee5bd2681db74524abc" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_cb38beaef5344465e5ff36533abd3d34.setContent(html_33e06a5f3ea6cee5bd2681db74524abc);
|
|
|
|
|
|
|
|
marker_f029ba7f19ccafd58a00b3568e35adc1.bindPopup(popup_cb38beaef5344465e5ff36533abd3d34)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f029ba7f19ccafd58a00b3568e35adc1.setIcon(icon_9f57c38757bc069f5c889984a2f98c2b);
|
|
|
|
|
|
var marker_ca26071556f1041c3c96b28ee8e2d103 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_b7979598512acbaa5a9e355d4486d817 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60c6513adfdd46f6411f65a462dc7f2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b3223461d1f34db69c74f856c9aa339 = $(`<div id="html_7b3223461d1f34db69c74f856c9aa339" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_60c6513adfdd46f6411f65a462dc7f2e.setContent(html_7b3223461d1f34db69c74f856c9aa339);
|
|
|
|
|
|
|
|
marker_ca26071556f1041c3c96b28ee8e2d103.bindPopup(popup_60c6513adfdd46f6411f65a462dc7f2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca26071556f1041c3c96b28ee8e2d103.setIcon(icon_b7979598512acbaa5a9e355d4486d817);
|
|
|
|
|
|
var marker_1c06040a75f8ec3ee1fd51361af5eb5b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_ea75ea61b79e752c40f93f61d78659dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a05b08856f611e2ce8046687ac2bdd7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8eae25f35a1cf4e90aa8ce3196b3f341 = $(`<div id="html_8eae25f35a1cf4e90aa8ce3196b3f341" style="width: 100.0%; height: 100.0%;">relay.gorrdy.cz</div>`)[0];
|
|
popup_4a05b08856f611e2ce8046687ac2bdd7.setContent(html_8eae25f35a1cf4e90aa8ce3196b3f341);
|
|
|
|
|
|
|
|
marker_1c06040a75f8ec3ee1fd51361af5eb5b.bindPopup(popup_4a05b08856f611e2ce8046687ac2bdd7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c06040a75f8ec3ee1fd51361af5eb5b.setIcon(icon_ea75ea61b79e752c40f93f61d78659dc);
|
|
|
|
|
|
var marker_3eed8109524c9b63a9f45a30cf036107 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_4e5885ee8d67490cabe9ca33a7370fbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_329db70d1a5df65c2302425c75bb093f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb472a1c4a6c513938126ebcafb5b5b5 = $(`<div id="html_cb472a1c4a6c513938126ebcafb5b5b5" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_329db70d1a5df65c2302425c75bb093f.setContent(html_cb472a1c4a6c513938126ebcafb5b5b5);
|
|
|
|
|
|
|
|
marker_3eed8109524c9b63a9f45a30cf036107.bindPopup(popup_329db70d1a5df65c2302425c75bb093f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3eed8109524c9b63a9f45a30cf036107.setIcon(icon_4e5885ee8d67490cabe9ca33a7370fbb);
|
|
|
|
|
|
var marker_6093ea47f86d4449083e452a308d886b = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_ba4aa6637360a14d349718523d415071 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7af282deefa2b6d3be27654e63eae302 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ceb7ea881cfaf1c9c8ed1d0ad1fce06b = $(`<div id="html_ceb7ea881cfaf1c9c8ed1d0ad1fce06b" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_7af282deefa2b6d3be27654e63eae302.setContent(html_ceb7ea881cfaf1c9c8ed1d0ad1fce06b);
|
|
|
|
|
|
|
|
marker_6093ea47f86d4449083e452a308d886b.bindPopup(popup_7af282deefa2b6d3be27654e63eae302)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6093ea47f86d4449083e452a308d886b.setIcon(icon_ba4aa6637360a14d349718523d415071);
|
|
|
|
|
|
var marker_5d5582c99bf04aaf4d803ec075a31822 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_a6deb3a4a064e7a0d1cf10c709119acf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10564ce52ee6168ca72ed31a619b0aee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_baa2d8e82b7ed26d56ddc26372a33eff = $(`<div id="html_baa2d8e82b7ed26d56ddc26372a33eff" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_10564ce52ee6168ca72ed31a619b0aee.setContent(html_baa2d8e82b7ed26d56ddc26372a33eff);
|
|
|
|
|
|
|
|
marker_5d5582c99bf04aaf4d803ec075a31822.bindPopup(popup_10564ce52ee6168ca72ed31a619b0aee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d5582c99bf04aaf4d803ec075a31822.setIcon(icon_a6deb3a4a064e7a0d1cf10c709119acf);
|
|
|
|
|
|
var marker_7875c60261595b8f381cd818a7d08fa9 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_7dc26433a0ea176d840f712c160d3936 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abe6cf202740c0fd032cd50198b261f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54c4a0ce624110946be173429080566b = $(`<div id="html_54c4a0ce624110946be173429080566b" style="width: 100.0%; height: 100.0%;">orly-relay.imwald.eu</div>`)[0];
|
|
popup_abe6cf202740c0fd032cd50198b261f9.setContent(html_54c4a0ce624110946be173429080566b);
|
|
|
|
|
|
|
|
marker_7875c60261595b8f381cd818a7d08fa9.bindPopup(popup_abe6cf202740c0fd032cd50198b261f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7875c60261595b8f381cd818a7d08fa9.setIcon(icon_7dc26433a0ea176d840f712c160d3936);
|
|
|
|
|
|
var marker_8af8b4922a2a388d190d311f91c2dff0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_aed82dccaf8e6365694b2de05e9cd3f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2239380c53c313df521d717c4d5faedc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78f0721fdfa8bf77fcece2ca3a185d4d = $(`<div id="html_78f0721fdfa8bf77fcece2ca3a185d4d" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_2239380c53c313df521d717c4d5faedc.setContent(html_78f0721fdfa8bf77fcece2ca3a185d4d);
|
|
|
|
|
|
|
|
marker_8af8b4922a2a388d190d311f91c2dff0.bindPopup(popup_2239380c53c313df521d717c4d5faedc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8af8b4922a2a388d190d311f91c2dff0.setIcon(icon_aed82dccaf8e6365694b2de05e9cd3f3);
|
|
|
|
|
|
var marker_d37c82d9ceb8b6cf5222155600e56e39 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_c6df5a2b4669081845a3c0fcb8b3b19c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a1f4eb2ad7fb8d60265a1ffb5eb1681 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d91b794c578b817430824c1514e9682 = $(`<div id="html_6d91b794c578b817430824c1514e9682" style="width: 100.0%; height: 100.0%;">seed-options-few-cache.trycloudflare.com</div>`)[0];
|
|
popup_3a1f4eb2ad7fb8d60265a1ffb5eb1681.setContent(html_6d91b794c578b817430824c1514e9682);
|
|
|
|
|
|
|
|
marker_d37c82d9ceb8b6cf5222155600e56e39.bindPopup(popup_3a1f4eb2ad7fb8d60265a1ffb5eb1681)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d37c82d9ceb8b6cf5222155600e56e39.setIcon(icon_c6df5a2b4669081845a3c0fcb8b3b19c);
|
|
|
|
|
|
var marker_58071d0927c12fb20e86ea46f310abb3 = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_104d0d67849eb574c6229341cc9b8c6f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97a017e196427da51dd7f073898ba044 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ddeceac5e14278bc222d9c82a80fdb64 = $(`<div id="html_ddeceac5e14278bc222d9c82a80fdb64" style="width: 100.0%; height: 100.0%;">librepress.libretechsystems.xyz</div>`)[0];
|
|
popup_97a017e196427da51dd7f073898ba044.setContent(html_ddeceac5e14278bc222d9c82a80fdb64);
|
|
|
|
|
|
|
|
marker_58071d0927c12fb20e86ea46f310abb3.bindPopup(popup_97a017e196427da51dd7f073898ba044)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58071d0927c12fb20e86ea46f310abb3.setIcon(icon_104d0d67849eb574c6229341cc9b8c6f);
|
|
|
|
|
|
var marker_72e1761a608f6af922feb9500ba24501 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_6236b52c84dbc08bec2bfbed482e5109 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c3ca33bcb7cb1105e761194a23fde1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5397f30054bb86087b875efbd174f5e4 = $(`<div id="html_5397f30054bb86087b875efbd174f5e4" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_2c3ca33bcb7cb1105e761194a23fde1b.setContent(html_5397f30054bb86087b875efbd174f5e4);
|
|
|
|
|
|
|
|
marker_72e1761a608f6af922feb9500ba24501.bindPopup(popup_2c3ca33bcb7cb1105e761194a23fde1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72e1761a608f6af922feb9500ba24501.setIcon(icon_6236b52c84dbc08bec2bfbed482e5109);
|
|
|
|
|
|
var marker_deb0eb45831766c5e2dd022d6e841ee1 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_9052918b511846bdd36cc4acaf3bb741 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49416436049cb6a6b4ff4678c14f1090 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3da1834973d99be2a75905f309fd47e2 = $(`<div id="html_3da1834973d99be2a75905f309fd47e2" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_49416436049cb6a6b4ff4678c14f1090.setContent(html_3da1834973d99be2a75905f309fd47e2);
|
|
|
|
|
|
|
|
marker_deb0eb45831766c5e2dd022d6e841ee1.bindPopup(popup_49416436049cb6a6b4ff4678c14f1090)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_deb0eb45831766c5e2dd022d6e841ee1.setIcon(icon_9052918b511846bdd36cc4acaf3bb741);
|
|
|
|
|
|
var marker_d2d47b414f586bf9add1dc4fd630e54d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_ce11cea760398cbf6ecc401acb315d86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f195e1d7915d8d6eb9754718814a2b1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f2e3e20ad6d8bce520dacb8146dd14a = $(`<div id="html_2f2e3e20ad6d8bce520dacb8146dd14a" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_f195e1d7915d8d6eb9754718814a2b1d.setContent(html_2f2e3e20ad6d8bce520dacb8146dd14a);
|
|
|
|
|
|
|
|
marker_d2d47b414f586bf9add1dc4fd630e54d.bindPopup(popup_f195e1d7915d8d6eb9754718814a2b1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2d47b414f586bf9add1dc4fd630e54d.setIcon(icon_ce11cea760398cbf6ecc401acb315d86);
|
|
|
|
|
|
var marker_32de4c113ac32e2a445c1ad1ed72c7a9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_b9e4cafbe4bb4ee218f8aefc3a8fc881 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa376c447126e3adc73abc51b4a72927 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_243909df36ad21af1c745326f1c32d4f = $(`<div id="html_243909df36ad21af1c745326f1c32d4f" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_aa376c447126e3adc73abc51b4a72927.setContent(html_243909df36ad21af1c745326f1c32d4f);
|
|
|
|
|
|
|
|
marker_32de4c113ac32e2a445c1ad1ed72c7a9.bindPopup(popup_aa376c447126e3adc73abc51b4a72927)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32de4c113ac32e2a445c1ad1ed72c7a9.setIcon(icon_b9e4cafbe4bb4ee218f8aefc3a8fc881);
|
|
|
|
|
|
var marker_196282fe3aa31ae69e5da0715a12b782 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_b15e3456fef0e5e9c917a9d2ae6f7f8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1992e3ebb6f0c2210cc3c06cda61df9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb2a523c2ce6b18630d97aa8a3a2f706 = $(`<div id="html_fb2a523c2ce6b18630d97aa8a3a2f706" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_a1992e3ebb6f0c2210cc3c06cda61df9.setContent(html_fb2a523c2ce6b18630d97aa8a3a2f706);
|
|
|
|
|
|
|
|
marker_196282fe3aa31ae69e5da0715a12b782.bindPopup(popup_a1992e3ebb6f0c2210cc3c06cda61df9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_196282fe3aa31ae69e5da0715a12b782.setIcon(icon_b15e3456fef0e5e9c917a9d2ae6f7f8f);
|
|
|
|
|
|
var marker_02e2a656178af464e2f4ff057ff7c1b4 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_523e1eacfb804bd045efe706d48e2de5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7a164ef6b7e8135af875251f327bfda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0f8b37b64f1526e63d59813b125ca74 = $(`<div id="html_f0f8b37b64f1526e63d59813b125ca74" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_d7a164ef6b7e8135af875251f327bfda.setContent(html_f0f8b37b64f1526e63d59813b125ca74);
|
|
|
|
|
|
|
|
marker_02e2a656178af464e2f4ff057ff7c1b4.bindPopup(popup_d7a164ef6b7e8135af875251f327bfda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02e2a656178af464e2f4ff057ff7c1b4.setIcon(icon_523e1eacfb804bd045efe706d48e2de5);
|
|
|
|
|
|
var marker_ababf9739bdcddcc6b41be8493e84c6b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_a4fd62f5ac41940dadfe75634e2efa1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9fb2ef2fbcf5683291edef522f9c0f73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80f0de971f345bc886c66fcecb34084b = $(`<div id="html_80f0de971f345bc886c66fcecb34084b" style="width: 100.0%; height: 100.0%;">sandbox.registros.aarpia.net</div>`)[0];
|
|
popup_9fb2ef2fbcf5683291edef522f9c0f73.setContent(html_80f0de971f345bc886c66fcecb34084b);
|
|
|
|
|
|
|
|
marker_ababf9739bdcddcc6b41be8493e84c6b.bindPopup(popup_9fb2ef2fbcf5683291edef522f9c0f73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ababf9739bdcddcc6b41be8493e84c6b.setIcon(icon_a4fd62f5ac41940dadfe75634e2efa1f);
|
|
|
|
|
|
var marker_7930fb2c0f77499358b429fdf2c430cb = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_75800caf9a10e4fed2eee4b9520c1ba5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_019b888dfd34a62f1437498b0971eda6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1d652afb7db8fd23f768827976f7c71 = $(`<div id="html_b1d652afb7db8fd23f768827976f7c71" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_019b888dfd34a62f1437498b0971eda6.setContent(html_b1d652afb7db8fd23f768827976f7c71);
|
|
|
|
|
|
|
|
marker_7930fb2c0f77499358b429fdf2c430cb.bindPopup(popup_019b888dfd34a62f1437498b0971eda6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7930fb2c0f77499358b429fdf2c430cb.setIcon(icon_75800caf9a10e4fed2eee4b9520c1ba5);
|
|
|
|
|
|
var marker_ce4aab3eeb2fbf8925c4d5d5b6401e65 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_64ef3a9a851bdf0a38de98ca98c93e02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11d55a08212269cdbac491b4d629d386 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57010e75af8f7890f359fdc15c2f705f = $(`<div id="html_57010e75af8f7890f359fdc15c2f705f" style="width: 100.0%; height: 100.0%;">relay.astrolabe.finance</div>`)[0];
|
|
popup_11d55a08212269cdbac491b4d629d386.setContent(html_57010e75af8f7890f359fdc15c2f705f);
|
|
|
|
|
|
|
|
marker_ce4aab3eeb2fbf8925c4d5d5b6401e65.bindPopup(popup_11d55a08212269cdbac491b4d629d386)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce4aab3eeb2fbf8925c4d5d5b6401e65.setIcon(icon_64ef3a9a851bdf0a38de98ca98c93e02);
|
|
|
|
|
|
var marker_3ab438bc719c3fa3c9bb08ec424407dd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_6d5be3566cfa74ad356f816e8484e838 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7d07e308adbdbb640f7aaa34220199b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b38540d006825d8827bd62059399ab3 = $(`<div id="html_1b38540d006825d8827bd62059399ab3" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_b7d07e308adbdbb640f7aaa34220199b.setContent(html_1b38540d006825d8827bd62059399ab3);
|
|
|
|
|
|
|
|
marker_3ab438bc719c3fa3c9bb08ec424407dd.bindPopup(popup_b7d07e308adbdbb640f7aaa34220199b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ab438bc719c3fa3c9bb08ec424407dd.setIcon(icon_6d5be3566cfa74ad356f816e8484e838);
|
|
|
|
|
|
var marker_90b0c37d72c3ecb0f8bc22df04edfd7a = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_46f1709abda1811624edf785bc6637fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9ce92fba2eb1a870eced2d0b8466d5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b24fe77a48365afc0142fef322227e8b = $(`<div id="html_b24fe77a48365afc0142fef322227e8b" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_c9ce92fba2eb1a870eced2d0b8466d5b.setContent(html_b24fe77a48365afc0142fef322227e8b);
|
|
|
|
|
|
|
|
marker_90b0c37d72c3ecb0f8bc22df04edfd7a.bindPopup(popup_c9ce92fba2eb1a870eced2d0b8466d5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90b0c37d72c3ecb0f8bc22df04edfd7a.setIcon(icon_46f1709abda1811624edf785bc6637fe);
|
|
|
|
|
|
var marker_5ce632c8aa3638dee9e49eef270e3448 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_017f28d2ab9b3582a86dbb9535b049d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_666bc06e0a0716c974473d5d3bd00cc1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a40adf53f9916a2508d856b14734422 = $(`<div id="html_7a40adf53f9916a2508d856b14734422" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_666bc06e0a0716c974473d5d3bd00cc1.setContent(html_7a40adf53f9916a2508d856b14734422);
|
|
|
|
|
|
|
|
marker_5ce632c8aa3638dee9e49eef270e3448.bindPopup(popup_666bc06e0a0716c974473d5d3bd00cc1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ce632c8aa3638dee9e49eef270e3448.setIcon(icon_017f28d2ab9b3582a86dbb9535b049d1);
|
|
|
|
|
|
var marker_b82453f7baba2728eae7792077f5b805 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_01f090636797f5aa86d4d10928eab75a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a01831938143d8da983307e08bea030b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7950acee830bf038396849725d2860fe = $(`<div id="html_7950acee830bf038396849725d2860fe" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_a01831938143d8da983307e08bea030b.setContent(html_7950acee830bf038396849725d2860fe);
|
|
|
|
|
|
|
|
marker_b82453f7baba2728eae7792077f5b805.bindPopup(popup_a01831938143d8da983307e08bea030b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b82453f7baba2728eae7792077f5b805.setIcon(icon_01f090636797f5aa86d4d10928eab75a);
|
|
|
|
|
|
var marker_0c7c58744e99b84bed441219f0a1611d = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_ea222ea8c0c06c9a53dbcf81969f9741 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_854a92acf58f3bccfdb1dda54aaa367e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_feda8776c54ffe016b5b439290e46d77 = $(`<div id="html_feda8776c54ffe016b5b439290e46d77" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_854a92acf58f3bccfdb1dda54aaa367e.setContent(html_feda8776c54ffe016b5b439290e46d77);
|
|
|
|
|
|
|
|
marker_0c7c58744e99b84bed441219f0a1611d.bindPopup(popup_854a92acf58f3bccfdb1dda54aaa367e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c7c58744e99b84bed441219f0a1611d.setIcon(icon_ea222ea8c0c06c9a53dbcf81969f9741);
|
|
|
|
|
|
var marker_688f6c516eed09d183a68b5c58fb2ce1 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_212a622ced054a4cf1ed150e1ea1bbf3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1d8a7d1008ad3fbe412027a2ea2eb2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3678bc2884c506c7945fa8a1d2f6a725 = $(`<div id="html_3678bc2884c506c7945fa8a1d2f6a725" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_e1d8a7d1008ad3fbe412027a2ea2eb2e.setContent(html_3678bc2884c506c7945fa8a1d2f6a725);
|
|
|
|
|
|
|
|
marker_688f6c516eed09d183a68b5c58fb2ce1.bindPopup(popup_e1d8a7d1008ad3fbe412027a2ea2eb2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_688f6c516eed09d183a68b5c58fb2ce1.setIcon(icon_212a622ced054a4cf1ed150e1ea1bbf3);
|
|
|
|
|
|
var marker_a129f2b4823300751a6cf3fa542f5eb4 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_1bc217574596446a299ca00e77b6b4a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de2d76c47171b61ab00cfc119bc6bab5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b0337bba2f9c4339b7dc3d81d251804 = $(`<div id="html_2b0337bba2f9c4339b7dc3d81d251804" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_de2d76c47171b61ab00cfc119bc6bab5.setContent(html_2b0337bba2f9c4339b7dc3d81d251804);
|
|
|
|
|
|
|
|
marker_a129f2b4823300751a6cf3fa542f5eb4.bindPopup(popup_de2d76c47171b61ab00cfc119bc6bab5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a129f2b4823300751a6cf3fa542f5eb4.setIcon(icon_1bc217574596446a299ca00e77b6b4a2);
|
|
|
|
|
|
var marker_5af8d7127536d3cdabdabddf77050462 = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_02f002678c36322ffe7a16ff1918298c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c020a67628a3244a6142a4da4e9e8d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f23ece70e041172f665d6df3089ce352 = $(`<div id="html_f23ece70e041172f665d6df3089ce352" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_2c020a67628a3244a6142a4da4e9e8d3.setContent(html_f23ece70e041172f665d6df3089ce352);
|
|
|
|
|
|
|
|
marker_5af8d7127536d3cdabdabddf77050462.bindPopup(popup_2c020a67628a3244a6142a4da4e9e8d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5af8d7127536d3cdabdabddf77050462.setIcon(icon_02f002678c36322ffe7a16ff1918298c);
|
|
|
|
|
|
var marker_387600eca298c83cfe5b40d6d97d731d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_f8645d00f007ed8b8698cd5974be58bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8003317ca413021e6fc2afbce5dbdb50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56802217d39f7c5b933d854575c1ade1 = $(`<div id="html_56802217d39f7c5b933d854575c1ade1" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net</div>`)[0];
|
|
popup_8003317ca413021e6fc2afbce5dbdb50.setContent(html_56802217d39f7c5b933d854575c1ade1);
|
|
|
|
|
|
|
|
marker_387600eca298c83cfe5b40d6d97d731d.bindPopup(popup_8003317ca413021e6fc2afbce5dbdb50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_387600eca298c83cfe5b40d6d97d731d.setIcon(icon_f8645d00f007ed8b8698cd5974be58bb);
|
|
|
|
|
|
var marker_904db2fc71b6f53eed8f6ac09351105f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_c672868136e1885ec2e58198c12b05cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f245122eb9b2d2d2401fab1bbf6920d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87fd530194103e7b027330b7ceeb48c3 = $(`<div id="html_87fd530194103e7b027330b7ceeb48c3" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_f245122eb9b2d2d2401fab1bbf6920d7.setContent(html_87fd530194103e7b027330b7ceeb48c3);
|
|
|
|
|
|
|
|
marker_904db2fc71b6f53eed8f6ac09351105f.bindPopup(popup_f245122eb9b2d2d2401fab1bbf6920d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_904db2fc71b6f53eed8f6ac09351105f.setIcon(icon_c672868136e1885ec2e58198c12b05cd);
|
|
|
|
|
|
var marker_14e0ad65891511c52583b8d809b7f53c = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_bb7e20a4ed6d6f7f99754e436153fbff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d10ea9c9e3f48e24ffa3bfde1b0d6996 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_306e32ee9d59c65e2c706559491c9299 = $(`<div id="html_306e32ee9d59c65e2c706559491c9299" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_d10ea9c9e3f48e24ffa3bfde1b0d6996.setContent(html_306e32ee9d59c65e2c706559491c9299);
|
|
|
|
|
|
|
|
marker_14e0ad65891511c52583b8d809b7f53c.bindPopup(popup_d10ea9c9e3f48e24ffa3bfde1b0d6996)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14e0ad65891511c52583b8d809b7f53c.setIcon(icon_bb7e20a4ed6d6f7f99754e436153fbff);
|
|
|
|
|
|
var marker_68bbc1bec46f6ff823e49ec2f67daea2 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_90b6bd8ccbd191021cf2f96f0fa360b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41bd3addf36642668760295ebe33a8ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88fb4b13535083f38ae04621464b3bf0 = $(`<div id="html_88fb4b13535083f38ae04621464b3bf0" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_41bd3addf36642668760295ebe33a8ad.setContent(html_88fb4b13535083f38ae04621464b3bf0);
|
|
|
|
|
|
|
|
marker_68bbc1bec46f6ff823e49ec2f67daea2.bindPopup(popup_41bd3addf36642668760295ebe33a8ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68bbc1bec46f6ff823e49ec2f67daea2.setIcon(icon_90b6bd8ccbd191021cf2f96f0fa360b4);
|
|
|
|
|
|
var marker_0c46f8b1653e1fe48810f75871efe641 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_92d87fd3facbf05103af2e96f4dea74a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3f4bc2a7d91ae1496a1a6664a30efbe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3ce04958ae352c239330bb87be2861c = $(`<div id="html_b3ce04958ae352c239330bb87be2861c" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_c3f4bc2a7d91ae1496a1a6664a30efbe.setContent(html_b3ce04958ae352c239330bb87be2861c);
|
|
|
|
|
|
|
|
marker_0c46f8b1653e1fe48810f75871efe641.bindPopup(popup_c3f4bc2a7d91ae1496a1a6664a30efbe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c46f8b1653e1fe48810f75871efe641.setIcon(icon_92d87fd3facbf05103af2e96f4dea74a);
|
|
|
|
|
|
var marker_c3a1fd7142a8d0b476441bc5a809e2ad = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_0e6a2ea6aebaec07bbab392f51bc0c6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61c3fbdfcf49154f5441f7172520ce77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e4175226adc5ecb589ac97c6540f939 = $(`<div id="html_3e4175226adc5ecb589ac97c6540f939" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_61c3fbdfcf49154f5441f7172520ce77.setContent(html_3e4175226adc5ecb589ac97c6540f939);
|
|
|
|
|
|
|
|
marker_c3a1fd7142a8d0b476441bc5a809e2ad.bindPopup(popup_61c3fbdfcf49154f5441f7172520ce77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3a1fd7142a8d0b476441bc5a809e2ad.setIcon(icon_0e6a2ea6aebaec07bbab392f51bc0c6d);
|
|
|
|
|
|
var marker_5ec8e8c9b45a3d92532a60e855694e69 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_211a2f270e33d79bccf42a03c02e42b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4d59bc05591a16de0822331fbaa00d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06e9e2ee8128faa20fff0e856fade63e = $(`<div id="html_06e9e2ee8128faa20fff0e856fade63e" style="width: 100.0%; height: 100.0%;">nostr.defucc.me</div>`)[0];
|
|
popup_b4d59bc05591a16de0822331fbaa00d4.setContent(html_06e9e2ee8128faa20fff0e856fade63e);
|
|
|
|
|
|
|
|
marker_5ec8e8c9b45a3d92532a60e855694e69.bindPopup(popup_b4d59bc05591a16de0822331fbaa00d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ec8e8c9b45a3d92532a60e855694e69.setIcon(icon_211a2f270e33d79bccf42a03c02e42b5);
|
|
|
|
|
|
var marker_06ea621772397441c03e50b3eed07815 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_aa6bafa901622be2fae7c0c87ea796bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d126acadd8e717efda83551ce8ad681c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_219303df91bb3ae593cc8293da725b3c = $(`<div id="html_219303df91bb3ae593cc8293da725b3c" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_d126acadd8e717efda83551ce8ad681c.setContent(html_219303df91bb3ae593cc8293da725b3c);
|
|
|
|
|
|
|
|
marker_06ea621772397441c03e50b3eed07815.bindPopup(popup_d126acadd8e717efda83551ce8ad681c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06ea621772397441c03e50b3eed07815.setIcon(icon_aa6bafa901622be2fae7c0c87ea796bd);
|
|
|
|
|
|
var marker_b092f9ea7b382d64cfe5ccd77d4f2d7e = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_e1d56785e9795c646d6dcba3c9cd7891 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d4d9c9931bfe756aed97f63ed139e60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d836a0d74c3a932be13097d3147e7c98 = $(`<div id="html_d836a0d74c3a932be13097d3147e7c98" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_5d4d9c9931bfe756aed97f63ed139e60.setContent(html_d836a0d74c3a932be13097d3147e7c98);
|
|
|
|
|
|
|
|
marker_b092f9ea7b382d64cfe5ccd77d4f2d7e.bindPopup(popup_5d4d9c9931bfe756aed97f63ed139e60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b092f9ea7b382d64cfe5ccd77d4f2d7e.setIcon(icon_e1d56785e9795c646d6dcba3c9cd7891);
|
|
|
|
|
|
var marker_0b4a8b81960d68f9902949cd2009fb8c = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_d91790ec4d352c2f73124f216f443f66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b061f66088a9f9666c33069caafbc31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bffad6ad3b7e6a1b90931839a76bea43 = $(`<div id="html_bffad6ad3b7e6a1b90931839a76bea43" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_1b061f66088a9f9666c33069caafbc31.setContent(html_bffad6ad3b7e6a1b90931839a76bea43);
|
|
|
|
|
|
|
|
marker_0b4a8b81960d68f9902949cd2009fb8c.bindPopup(popup_1b061f66088a9f9666c33069caafbc31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b4a8b81960d68f9902949cd2009fb8c.setIcon(icon_d91790ec4d352c2f73124f216f443f66);
|
|
|
|
|
|
var marker_526fc6f6616e57974ef29dffa0dd7254 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_ae4c84c500ecc196955bfc88f8812321 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c2257450b1efa751f20afe8faabd085 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b54631289b799487f26f1c47da30e095 = $(`<div id="html_b54631289b799487f26f1c47da30e095" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_6c2257450b1efa751f20afe8faabd085.setContent(html_b54631289b799487f26f1c47da30e095);
|
|
|
|
|
|
|
|
marker_526fc6f6616e57974ef29dffa0dd7254.bindPopup(popup_6c2257450b1efa751f20afe8faabd085)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_526fc6f6616e57974ef29dffa0dd7254.setIcon(icon_ae4c84c500ecc196955bfc88f8812321);
|
|
|
|
|
|
var marker_950f71e46aca792e1d6e925e0c05cef9 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_ed15765b6223a4e55025be81f3397ed4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a29a81162cb3c983ec09fa70febe37c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_304152c06f336bfd438fab08955a64f4 = $(`<div id="html_304152c06f336bfd438fab08955a64f4" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_a29a81162cb3c983ec09fa70febe37c2.setContent(html_304152c06f336bfd438fab08955a64f4);
|
|
|
|
|
|
|
|
marker_950f71e46aca792e1d6e925e0c05cef9.bindPopup(popup_a29a81162cb3c983ec09fa70febe37c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_950f71e46aca792e1d6e925e0c05cef9.setIcon(icon_ed15765b6223a4e55025be81f3397ed4);
|
|
|
|
|
|
var marker_00aebc146ce0ec0f7f9772aaf5da78c9 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_e2a77baae526a7f18e5cc33f791df7e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d9f7bbcda7e53e8f9f969634bc861d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bc4afc5aa38ebd92a41fdfe37921463 = $(`<div id="html_1bc4afc5aa38ebd92a41fdfe37921463" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_3d9f7bbcda7e53e8f9f969634bc861d3.setContent(html_1bc4afc5aa38ebd92a41fdfe37921463);
|
|
|
|
|
|
|
|
marker_00aebc146ce0ec0f7f9772aaf5da78c9.bindPopup(popup_3d9f7bbcda7e53e8f9f969634bc861d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00aebc146ce0ec0f7f9772aaf5da78c9.setIcon(icon_e2a77baae526a7f18e5cc33f791df7e2);
|
|
|
|
|
|
var marker_0115df74df5fadf53d103b6eafc2deb2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_6669935668ad15c95a3a87d909071b2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d9cdd57d04d06d2e65daf03fbcd729b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51dd53ff7dfb597e36fddd752fcb7df6 = $(`<div id="html_51dd53ff7dfb597e36fddd752fcb7df6" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_6d9cdd57d04d06d2e65daf03fbcd729b.setContent(html_51dd53ff7dfb597e36fddd752fcb7df6);
|
|
|
|
|
|
|
|
marker_0115df74df5fadf53d103b6eafc2deb2.bindPopup(popup_6d9cdd57d04d06d2e65daf03fbcd729b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0115df74df5fadf53d103b6eafc2deb2.setIcon(icon_6669935668ad15c95a3a87d909071b2b);
|
|
|
|
|
|
var marker_669c2513f156d068c41f992d49482c0d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_831dae0764d94f1cf46d590359bd286c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d4b32f1eca6e9d7dc3907b7db03b177 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_194149e63bc4670b772aecd46f24a9ba = $(`<div id="html_194149e63bc4670b772aecd46f24a9ba" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_8d4b32f1eca6e9d7dc3907b7db03b177.setContent(html_194149e63bc4670b772aecd46f24a9ba);
|
|
|
|
|
|
|
|
marker_669c2513f156d068c41f992d49482c0d.bindPopup(popup_8d4b32f1eca6e9d7dc3907b7db03b177)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_669c2513f156d068c41f992d49482c0d.setIcon(icon_831dae0764d94f1cf46d590359bd286c);
|
|
|
|
|
|
var marker_dd025e429456bafa8c8aa7b2943407f4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_f37cc6e5a927c248bd9b84c91fa922aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b6ccd7adad5f258a12d9c8730d3d72c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a1ce45c5b093c3dd7d614e3c87919c2 = $(`<div id="html_1a1ce45c5b093c3dd7d614e3c87919c2" style="width: 100.0%; height: 100.0%;">relay.rushmi0.win</div>`)[0];
|
|
popup_5b6ccd7adad5f258a12d9c8730d3d72c.setContent(html_1a1ce45c5b093c3dd7d614e3c87919c2);
|
|
|
|
|
|
|
|
marker_dd025e429456bafa8c8aa7b2943407f4.bindPopup(popup_5b6ccd7adad5f258a12d9c8730d3d72c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd025e429456bafa8c8aa7b2943407f4.setIcon(icon_f37cc6e5a927c248bd9b84c91fa922aa);
|
|
|
|
|
|
var marker_874f5ae26eb38166fac6471ef8e34052 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_8298f033302e2670e22dd3dd40abe97b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05cc94c225275b779f70683a9fca3529 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_491e4eb3be614ef62eb0e0154274da0e = $(`<div id="html_491e4eb3be614ef62eb0e0154274da0e" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_05cc94c225275b779f70683a9fca3529.setContent(html_491e4eb3be614ef62eb0e0154274da0e);
|
|
|
|
|
|
|
|
marker_874f5ae26eb38166fac6471ef8e34052.bindPopup(popup_05cc94c225275b779f70683a9fca3529)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_874f5ae26eb38166fac6471ef8e34052.setIcon(icon_8298f033302e2670e22dd3dd40abe97b);
|
|
|
|
|
|
var marker_f1b973cf24319dbef9481888258853bc = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_f32bd90ad8a67dad4141c5a80279aae3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7cdd0b3a1f754d938ea63ca023c9d336 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7221d13691dbd90763bed6e062499734 = $(`<div id="html_7221d13691dbd90763bed6e062499734" style="width: 100.0%; height: 100.0%;">rusty-uat.siberian-albacore.ts.net:8443</div>`)[0];
|
|
popup_7cdd0b3a1f754d938ea63ca023c9d336.setContent(html_7221d13691dbd90763bed6e062499734);
|
|
|
|
|
|
|
|
marker_f1b973cf24319dbef9481888258853bc.bindPopup(popup_7cdd0b3a1f754d938ea63ca023c9d336)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1b973cf24319dbef9481888258853bc.setIcon(icon_f32bd90ad8a67dad4141c5a80279aae3);
|
|
|
|
|
|
var marker_0cb45a6b9f35acaf96a75da6414b1dbe = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_df09ef6e966e2b7e6e25180aa00b298e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7af5d0e632cb3bc8f0fd066e76e74ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6263b7de26157e8880fa6e3481a590a3 = $(`<div id="html_6263b7de26157e8880fa6e3481a590a3" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_c7af5d0e632cb3bc8f0fd066e76e74ed.setContent(html_6263b7de26157e8880fa6e3481a590a3);
|
|
|
|
|
|
|
|
marker_0cb45a6b9f35acaf96a75da6414b1dbe.bindPopup(popup_c7af5d0e632cb3bc8f0fd066e76e74ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cb45a6b9f35acaf96a75da6414b1dbe.setIcon(icon_df09ef6e966e2b7e6e25180aa00b298e);
|
|
|
|
|
|
var marker_898dcabcf54e4c42d7bee87c12ee2fd9 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_880e045e7953c996c1e4e3f7e2a210a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1e85f5f4bf03f3f4874a6cad6eb2264 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0975ba36f98696c36ab86559eb275d73 = $(`<div id="html_0975ba36f98696c36ab86559eb275d73" style="width: 100.0%; height: 100.0%;">nostr.rblb.it:7777</div>`)[0];
|
|
popup_c1e85f5f4bf03f3f4874a6cad6eb2264.setContent(html_0975ba36f98696c36ab86559eb275d73);
|
|
|
|
|
|
|
|
marker_898dcabcf54e4c42d7bee87c12ee2fd9.bindPopup(popup_c1e85f5f4bf03f3f4874a6cad6eb2264)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_898dcabcf54e4c42d7bee87c12ee2fd9.setIcon(icon_880e045e7953c996c1e4e3f7e2a210a9);
|
|
|
|
|
|
var marker_d82e832bef74637e932ba70dbb91f9bf = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_94f4c37191ff9ffbba2b4eb44448f99c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1f5860ab285b596b1f911db7c752460 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f262685a6d3fa88d1a92061879a04225 = $(`<div id="html_f262685a6d3fa88d1a92061879a04225" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_d1f5860ab285b596b1f911db7c752460.setContent(html_f262685a6d3fa88d1a92061879a04225);
|
|
|
|
|
|
|
|
marker_d82e832bef74637e932ba70dbb91f9bf.bindPopup(popup_d1f5860ab285b596b1f911db7c752460)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d82e832bef74637e932ba70dbb91f9bf.setIcon(icon_94f4c37191ff9ffbba2b4eb44448f99c);
|
|
|
|
|
|
var marker_2cea5d4e8cbc6057bba0a094573d93b5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_6a0256283f29d6f1aed84e5a91d2dddf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2907b57c6fee270a85cf9547df118abd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd8592457f07bdcfabcd50708e13cc4b = $(`<div id="html_fd8592457f07bdcfabcd50708e13cc4b" style="width: 100.0%; height: 100.0%;">wot.rejecttheframe.xyz</div>`)[0];
|
|
popup_2907b57c6fee270a85cf9547df118abd.setContent(html_fd8592457f07bdcfabcd50708e13cc4b);
|
|
|
|
|
|
|
|
marker_2cea5d4e8cbc6057bba0a094573d93b5.bindPopup(popup_2907b57c6fee270a85cf9547df118abd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2cea5d4e8cbc6057bba0a094573d93b5.setIcon(icon_6a0256283f29d6f1aed84e5a91d2dddf);
|
|
|
|
|
|
var marker_a9f728635104ba14fe67faf0ba0819c2 = L.marker(
|
|
[35.6916, 139.768],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_423cc5e4c237d5717d4f55eb0d4b463f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bed74f7d4737f2b48d1624ce905a69ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe6b864cc702e10d76275d60434c5f6e = $(`<div id="html_fe6b864cc702e10d76275d60434c5f6e" style="width: 100.0%; height: 100.0%;">relay.purplefrog.cloud</div>`)[0];
|
|
popup_bed74f7d4737f2b48d1624ce905a69ec.setContent(html_fe6b864cc702e10d76275d60434c5f6e);
|
|
|
|
|
|
|
|
marker_a9f728635104ba14fe67faf0ba0819c2.bindPopup(popup_bed74f7d4737f2b48d1624ce905a69ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9f728635104ba14fe67faf0ba0819c2.setIcon(icon_423cc5e4c237d5717d4f55eb0d4b463f);
|
|
|
|
|
|
var marker_9a53184e7eee55107cbe2fe80732ba8d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_e43c65955f939ae1321a0222938089c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bea7b0ad51c44a824577b70f4f305988 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdef8d0cc9764a5cd56f0575076d9a24 = $(`<div id="html_bdef8d0cc9764a5cd56f0575076d9a24" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_bea7b0ad51c44a824577b70f4f305988.setContent(html_bdef8d0cc9764a5cd56f0575076d9a24);
|
|
|
|
|
|
|
|
marker_9a53184e7eee55107cbe2fe80732ba8d.bindPopup(popup_bea7b0ad51c44a824577b70f4f305988)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a53184e7eee55107cbe2fe80732ba8d.setIcon(icon_e43c65955f939ae1321a0222938089c3);
|
|
|
|
|
|
var marker_2e1ea2024cf631264cadb53221f0b21a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_9c07f9f2cf24574fc43f82ee9a5e2e1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51d5db5dae97303189206d9ebeb653a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9dd5bfbc402e9c0104741b5cfb61260f = $(`<div id="html_9dd5bfbc402e9c0104741b5cfb61260f" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_51d5db5dae97303189206d9ebeb653a8.setContent(html_9dd5bfbc402e9c0104741b5cfb61260f);
|
|
|
|
|
|
|
|
marker_2e1ea2024cf631264cadb53221f0b21a.bindPopup(popup_51d5db5dae97303189206d9ebeb653a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e1ea2024cf631264cadb53221f0b21a.setIcon(icon_9c07f9f2cf24574fc43f82ee9a5e2e1c);
|
|
|
|
|
|
var marker_6a056fefc13372c359766eecae0a242e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_956e7c29e9ae5ff7b3a2f40898bd9b08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11bdd4392c21cc80cdaecbcb9e89df84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1757fac4afce07fb64baf711f675f96 = $(`<div id="html_f1757fac4afce07fb64baf711f675f96" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_11bdd4392c21cc80cdaecbcb9e89df84.setContent(html_f1757fac4afce07fb64baf711f675f96);
|
|
|
|
|
|
|
|
marker_6a056fefc13372c359766eecae0a242e.bindPopup(popup_11bdd4392c21cc80cdaecbcb9e89df84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a056fefc13372c359766eecae0a242e.setIcon(icon_956e7c29e9ae5ff7b3a2f40898bd9b08);
|
|
|
|
|
|
var marker_89023b55e478f0e569eadb965bde201d = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_af66da4f1ce0f3f4349e63bfec042621 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_915c0ce18417090817f98c47587d77ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_201132d4a07a74dd13387d385afaee32 = $(`<div id="html_201132d4a07a74dd13387d385afaee32" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_915c0ce18417090817f98c47587d77ba.setContent(html_201132d4a07a74dd13387d385afaee32);
|
|
|
|
|
|
|
|
marker_89023b55e478f0e569eadb965bde201d.bindPopup(popup_915c0ce18417090817f98c47587d77ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89023b55e478f0e569eadb965bde201d.setIcon(icon_af66da4f1ce0f3f4349e63bfec042621);
|
|
|
|
|
|
var marker_7980d519ba7fe4a0c94f6a7a63dca449 = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_f8044af529bfb4ccf6be26d992cef993 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc26bc2578bad5d614eea24218455dc7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_819d1134f45179df6881bc11b5c2472f = $(`<div id="html_819d1134f45179df6881bc11b5c2472f" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_cc26bc2578bad5d614eea24218455dc7.setContent(html_819d1134f45179df6881bc11b5c2472f);
|
|
|
|
|
|
|
|
marker_7980d519ba7fe4a0c94f6a7a63dca449.bindPopup(popup_cc26bc2578bad5d614eea24218455dc7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7980d519ba7fe4a0c94f6a7a63dca449.setIcon(icon_f8044af529bfb4ccf6be26d992cef993);
|
|
|
|
|
|
var marker_eecbbee3fd8514ff3225cdbaf46a7d7f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_b4540a0596d59bae7742e4cd8e53a325 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d7d274215c1f558a7fda564b17bb839 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34968742831d46a243040ea8ec966c58 = $(`<div id="html_34968742831d46a243040ea8ec966c58" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_2d7d274215c1f558a7fda564b17bb839.setContent(html_34968742831d46a243040ea8ec966c58);
|
|
|
|
|
|
|
|
marker_eecbbee3fd8514ff3225cdbaf46a7d7f.bindPopup(popup_2d7d274215c1f558a7fda564b17bb839)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eecbbee3fd8514ff3225cdbaf46a7d7f.setIcon(icon_b4540a0596d59bae7742e4cd8e53a325);
|
|
|
|
|
|
var marker_565e9a6c06c0c9c2a088838aa9991bc5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_a2d1493f5dc730f30d8a4f0d5fa70b12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6e060c6d4d4127f78ba8301134d8b8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ddbf3bc3a96a1f407280a56f62dfd92 = $(`<div id="html_2ddbf3bc3a96a1f407280a56f62dfd92" style="width: 100.0%; height: 100.0%;">relay.solife.me</div>`)[0];
|
|
popup_a6e060c6d4d4127f78ba8301134d8b8c.setContent(html_2ddbf3bc3a96a1f407280a56f62dfd92);
|
|
|
|
|
|
|
|
marker_565e9a6c06c0c9c2a088838aa9991bc5.bindPopup(popup_a6e060c6d4d4127f78ba8301134d8b8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_565e9a6c06c0c9c2a088838aa9991bc5.setIcon(icon_a2d1493f5dc730f30d8a4f0d5fa70b12);
|
|
|
|
|
|
var marker_a5cef55970582254cbf46a2907fbe234 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_fabb41ad5b3b1c7f03b9004a68d1f415 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9aad451d88e6dad55b7735ef310e051f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea4c781b67b89d5d47bfc0a79585a725 = $(`<div id="html_ea4c781b67b89d5d47bfc0a79585a725" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_9aad451d88e6dad55b7735ef310e051f.setContent(html_ea4c781b67b89d5d47bfc0a79585a725);
|
|
|
|
|
|
|
|
marker_a5cef55970582254cbf46a2907fbe234.bindPopup(popup_9aad451d88e6dad55b7735ef310e051f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5cef55970582254cbf46a2907fbe234.setIcon(icon_fabb41ad5b3b1c7f03b9004a68d1f415);
|
|
|
|
|
|
var marker_bd358696a36cc90b7199a0870644b7a9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_0fd70eae78a9399502eab15f12761007 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab9c6772e425e5fc2c9f439cf719180b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a45f251df24ace5554b63dac0ca078d8 = $(`<div id="html_a45f251df24ace5554b63dac0ca078d8" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_ab9c6772e425e5fc2c9f439cf719180b.setContent(html_a45f251df24ace5554b63dac0ca078d8);
|
|
|
|
|
|
|
|
marker_bd358696a36cc90b7199a0870644b7a9.bindPopup(popup_ab9c6772e425e5fc2c9f439cf719180b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd358696a36cc90b7199a0870644b7a9.setIcon(icon_0fd70eae78a9399502eab15f12761007);
|
|
|
|
|
|
var marker_d65829da8ce052512172d42c1ae3d6ca = L.marker(
|
|
[3.139, 101.687],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_2e44afb3553f1a97f01eda14f2613363 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ecfab052f92b2784c13047a71ba5728 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a059eed2fe44b9c962cdd3c2a9947fd9 = $(`<div id="html_a059eed2fe44b9c962cdd3c2a9947fd9" style="width: 100.0%; height: 100.0%;">bridge.tagomago.me</div>`)[0];
|
|
popup_7ecfab052f92b2784c13047a71ba5728.setContent(html_a059eed2fe44b9c962cdd3c2a9947fd9);
|
|
|
|
|
|
|
|
marker_d65829da8ce052512172d42c1ae3d6ca.bindPopup(popup_7ecfab052f92b2784c13047a71ba5728)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d65829da8ce052512172d42c1ae3d6ca.setIcon(icon_2e44afb3553f1a97f01eda14f2613363);
|
|
|
|
|
|
var marker_bad1bb07d9ef6f1facf2381a435c0be0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_53702e1aa721e295aa7bb4721ad3ba4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a6a9eeff301c5858fbeecabe036bbf9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd468acaa2de8bf2ccba2ba7c60e889c = $(`<div id="html_dd468acaa2de8bf2ccba2ba7c60e889c" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_9a6a9eeff301c5858fbeecabe036bbf9.setContent(html_dd468acaa2de8bf2ccba2ba7c60e889c);
|
|
|
|
|
|
|
|
marker_bad1bb07d9ef6f1facf2381a435c0be0.bindPopup(popup_9a6a9eeff301c5858fbeecabe036bbf9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bad1bb07d9ef6f1facf2381a435c0be0.setIcon(icon_53702e1aa721e295aa7bb4721ad3ba4d);
|
|
|
|
|
|
var marker_4deab2238ddbaa3ceeeded6248d40e5c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_db5584ec2b8d4c9e0ac210d6028f3bf7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c7b3722f622198915af8205d9651106 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd2022825358fcbd1576eeb7c1e4f147 = $(`<div id="html_dd2022825358fcbd1576eeb7c1e4f147" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_6c7b3722f622198915af8205d9651106.setContent(html_dd2022825358fcbd1576eeb7c1e4f147);
|
|
|
|
|
|
|
|
marker_4deab2238ddbaa3ceeeded6248d40e5c.bindPopup(popup_6c7b3722f622198915af8205d9651106)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4deab2238ddbaa3ceeeded6248d40e5c.setIcon(icon_db5584ec2b8d4c9e0ac210d6028f3bf7);
|
|
|
|
|
|
var marker_c808f72da56a0a178f83645a39a3a850 = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_d35c072a25da3647554067c000d65c3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99f53ecb16581da9c6338f6783d90be9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a73d7afaeb4edb1363a8589aa173be55 = $(`<div id="html_a73d7afaeb4edb1363a8589aa173be55" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_99f53ecb16581da9c6338f6783d90be9.setContent(html_a73d7afaeb4edb1363a8589aa173be55);
|
|
|
|
|
|
|
|
marker_c808f72da56a0a178f83645a39a3a850.bindPopup(popup_99f53ecb16581da9c6338f6783d90be9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c808f72da56a0a178f83645a39a3a850.setIcon(icon_d35c072a25da3647554067c000d65c3f);
|
|
|
|
|
|
var marker_e7aa182554251e0bed857973f19ef462 = L.marker(
|
|
[53.495, 10.2542],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_448f0ef23a9567a1ce939c31a5cfe9c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f12d7c6bc642d8b5a5ed822763504969 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77d5cfb4d8a5f1158c4a556d3191fac0 = $(`<div id="html_77d5cfb4d8a5f1158c4a556d3191fac0" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_f12d7c6bc642d8b5a5ed822763504969.setContent(html_77d5cfb4d8a5f1158c4a556d3191fac0);
|
|
|
|
|
|
|
|
marker_e7aa182554251e0bed857973f19ef462.bindPopup(popup_f12d7c6bc642d8b5a5ed822763504969)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7aa182554251e0bed857973f19ef462.setIcon(icon_448f0ef23a9567a1ce939c31a5cfe9c6);
|
|
|
|
|
|
var marker_416f8cb598130c2b1075d67e77a280fe = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_4c76ff8f78d7aba3b51f966f7e11f65a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d51f8c27e72bc23000d957eb1a7cdf7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ab2f9f3b32ca2918abe42fda5b591e7 = $(`<div id="html_6ab2f9f3b32ca2918abe42fda5b591e7" style="width: 100.0%; height: 100.0%;">relay.veganostr.com</div>`)[0];
|
|
popup_4d51f8c27e72bc23000d957eb1a7cdf7.setContent(html_6ab2f9f3b32ca2918abe42fda5b591e7);
|
|
|
|
|
|
|
|
marker_416f8cb598130c2b1075d67e77a280fe.bindPopup(popup_4d51f8c27e72bc23000d957eb1a7cdf7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_416f8cb598130c2b1075d67e77a280fe.setIcon(icon_4c76ff8f78d7aba3b51f966f7e11f65a);
|
|
|
|
|
|
var marker_84b372e45941d6b8962005f3764bb1a9 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_4f2463f816f151faf9fffe4d29323bfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11afdf47dc6317d0df3b814d14dcbc0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c675f9394fc6f19b0ee1c404bb08d5bf = $(`<div id="html_c675f9394fc6f19b0ee1c404bb08d5bf" style="width: 100.0%; height: 100.0%;">relay.shadowbip.com</div>`)[0];
|
|
popup_11afdf47dc6317d0df3b814d14dcbc0b.setContent(html_c675f9394fc6f19b0ee1c404bb08d5bf);
|
|
|
|
|
|
|
|
marker_84b372e45941d6b8962005f3764bb1a9.bindPopup(popup_11afdf47dc6317d0df3b814d14dcbc0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84b372e45941d6b8962005f3764bb1a9.setIcon(icon_4f2463f816f151faf9fffe4d29323bfe);
|
|
|
|
|
|
var marker_5bacaf313c6e6ae7fdccc4db39e99345 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_ef7393c70a9ed757285eb0e2ce2ce9ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_efeaa7dd3c34b51017150b8b8e584d04 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18aa7db112bbe21affd35ce8489f6f63 = $(`<div id="html_18aa7db112bbe21affd35ce8489f6f63" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_efeaa7dd3c34b51017150b8b8e584d04.setContent(html_18aa7db112bbe21affd35ce8489f6f63);
|
|
|
|
|
|
|
|
marker_5bacaf313c6e6ae7fdccc4db39e99345.bindPopup(popup_efeaa7dd3c34b51017150b8b8e584d04)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bacaf313c6e6ae7fdccc4db39e99345.setIcon(icon_ef7393c70a9ed757285eb0e2ce2ce9ea);
|
|
|
|
|
|
var marker_7b8771bdc6b9baa4e2bc292fbc2e3a2d = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_c91898034569462b6ce1a27a7cac679f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3a8da46c0a922b820957722cd4d7a63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_246821746e781480d4554c02c232830b = $(`<div id="html_246821746e781480d4554c02c232830b" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_c3a8da46c0a922b820957722cd4d7a63.setContent(html_246821746e781480d4554c02c232830b);
|
|
|
|
|
|
|
|
marker_7b8771bdc6b9baa4e2bc292fbc2e3a2d.bindPopup(popup_c3a8da46c0a922b820957722cd4d7a63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b8771bdc6b9baa4e2bc292fbc2e3a2d.setIcon(icon_c91898034569462b6ce1a27a7cac679f);
|
|
|
|
|
|
var marker_2f052df46399cbd2e5e30a34d5d2a213 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_091fa16f0d8a4c8ce8a61851ec435024 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4edb3937b34663d1f633c0f81f426bdd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1d897c4cc4e6be63a751a9d6800b1e2 = $(`<div id="html_e1d897c4cc4e6be63a751a9d6800b1e2" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_4edb3937b34663d1f633c0f81f426bdd.setContent(html_e1d897c4cc4e6be63a751a9d6800b1e2);
|
|
|
|
|
|
|
|
marker_2f052df46399cbd2e5e30a34d5d2a213.bindPopup(popup_4edb3937b34663d1f633c0f81f426bdd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f052df46399cbd2e5e30a34d5d2a213.setIcon(icon_091fa16f0d8a4c8ce8a61851ec435024);
|
|
|
|
|
|
var marker_313cde57515f99244a2d81d3c830e034 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_ee95d53d9667b6d854c66c39b35d7d71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2b6913c5bab823efeb24b29f2b92140 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0967d0dcd70fcfaec0629dc91ac93df6 = $(`<div id="html_0967d0dcd70fcfaec0629dc91ac93df6" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_d2b6913c5bab823efeb24b29f2b92140.setContent(html_0967d0dcd70fcfaec0629dc91ac93df6);
|
|
|
|
|
|
|
|
marker_313cde57515f99244a2d81d3c830e034.bindPopup(popup_d2b6913c5bab823efeb24b29f2b92140)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_313cde57515f99244a2d81d3c830e034.setIcon(icon_ee95d53d9667b6d854c66c39b35d7d71);
|
|
|
|
|
|
var marker_f103143b56477899f647aaa734faaf77 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_4159b1633eb77c1ebcb73dd91d6c078c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c49992421f6a4ad65167b31d8d5eda5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c49adf8dde8e8be8a77eecb9b4639c0d = $(`<div id="html_c49adf8dde8e8be8a77eecb9b4639c0d" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_c49992421f6a4ad65167b31d8d5eda5e.setContent(html_c49adf8dde8e8be8a77eecb9b4639c0d);
|
|
|
|
|
|
|
|
marker_f103143b56477899f647aaa734faaf77.bindPopup(popup_c49992421f6a4ad65167b31d8d5eda5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f103143b56477899f647aaa734faaf77.setIcon(icon_4159b1633eb77c1ebcb73dd91d6c078c);
|
|
|
|
|
|
var marker_f3ddfb1b996e80299a60d85a8e2afeed = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_55a20d82fc48745a072385d228571baf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_350cf3c032a136775a71ed22ee3ba3a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_934e9a0ab1f16b4a7577b33932fcef5b = $(`<div id="html_934e9a0ab1f16b4a7577b33932fcef5b" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_350cf3c032a136775a71ed22ee3ba3a9.setContent(html_934e9a0ab1f16b4a7577b33932fcef5b);
|
|
|
|
|
|
|
|
marker_f3ddfb1b996e80299a60d85a8e2afeed.bindPopup(popup_350cf3c032a136775a71ed22ee3ba3a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3ddfb1b996e80299a60d85a8e2afeed.setIcon(icon_55a20d82fc48745a072385d228571baf);
|
|
|
|
|
|
var marker_494212fad0affcc2951b0e64bfc9435a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_b312e41be6ad505e4573bd8b8a989806 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe3ef4c472f6b0545fa439f39e57a0b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_022b064bfa0ba162fc120265d9bd6b76 = $(`<div id="html_022b064bfa0ba162fc120265d9bd6b76" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_fe3ef4c472f6b0545fa439f39e57a0b2.setContent(html_022b064bfa0ba162fc120265d9bd6b76);
|
|
|
|
|
|
|
|
marker_494212fad0affcc2951b0e64bfc9435a.bindPopup(popup_fe3ef4c472f6b0545fa439f39e57a0b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_494212fad0affcc2951b0e64bfc9435a.setIcon(icon_b312e41be6ad505e4573bd8b8a989806);
|
|
|
|
|
|
var marker_3215781b0772b872e7d45a2d52da78cb = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_12cda5754481e4e35868e474b552c9f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9fd9ebe6a984a1eab88167f1d2948fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f298453a6a8e775933f4a6fac6e63e9e = $(`<div id="html_f298453a6a8e775933f4a6fac6e63e9e" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_d9fd9ebe6a984a1eab88167f1d2948fb.setContent(html_f298453a6a8e775933f4a6fac6e63e9e);
|
|
|
|
|
|
|
|
marker_3215781b0772b872e7d45a2d52da78cb.bindPopup(popup_d9fd9ebe6a984a1eab88167f1d2948fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3215781b0772b872e7d45a2d52da78cb.setIcon(icon_12cda5754481e4e35868e474b552c9f3);
|
|
|
|
|
|
var marker_e2c36285a6e793f650337a8d4fd39bc2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_f0b3c6f80bc80de1de7e76a7eb9f15fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41fe9fa6d5e364b0011463ecd30bf769 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eca08bf01185d34cf081732297aa984b = $(`<div id="html_eca08bf01185d34cf081732297aa984b" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_41fe9fa6d5e364b0011463ecd30bf769.setContent(html_eca08bf01185d34cf081732297aa984b);
|
|
|
|
|
|
|
|
marker_e2c36285a6e793f650337a8d4fd39bc2.bindPopup(popup_41fe9fa6d5e364b0011463ecd30bf769)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2c36285a6e793f650337a8d4fd39bc2.setIcon(icon_f0b3c6f80bc80de1de7e76a7eb9f15fa);
|
|
|
|
|
|
var marker_260cba267ab6cdb50e2a3665e674c285 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_ed74936de138ed75b0fbd850a8f63e32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_add6f8ec81d10c740cb083af5f6850e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b882523596d3e1f5e3b1119f569951ac = $(`<div id="html_b882523596d3e1f5e3b1119f569951ac" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_add6f8ec81d10c740cb083af5f6850e9.setContent(html_b882523596d3e1f5e3b1119f569951ac);
|
|
|
|
|
|
|
|
marker_260cba267ab6cdb50e2a3665e674c285.bindPopup(popup_add6f8ec81d10c740cb083af5f6850e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_260cba267ab6cdb50e2a3665e674c285.setIcon(icon_ed74936de138ed75b0fbd850a8f63e32);
|
|
|
|
|
|
var marker_f92f95b06a67a16a12524afd5a7c084c = L.marker(
|
|
[37.3589, 127.115],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_5d236429b14a04445047243279982173 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7419040ba59e6e756064595c330ca47a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b33f8f902730e936269bdbf6a2861f2 = $(`<div id="html_9b33f8f902730e936269bdbf6a2861f2" style="width: 100.0%; height: 100.0%;">nostr.aruku.kro.kr</div>`)[0];
|
|
popup_7419040ba59e6e756064595c330ca47a.setContent(html_9b33f8f902730e936269bdbf6a2861f2);
|
|
|
|
|
|
|
|
marker_f92f95b06a67a16a12524afd5a7c084c.bindPopup(popup_7419040ba59e6e756064595c330ca47a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f92f95b06a67a16a12524afd5a7c084c.setIcon(icon_5d236429b14a04445047243279982173);
|
|
|
|
|
|
var marker_455205b9793eb7c5228411bca733d39d = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_4f6c97dda1ccab60a49215526b0a658b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93d4e98b8adbc1e9013c539b77fd597d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94409fa90aa3b8771427d24f57462f7c = $(`<div id="html_94409fa90aa3b8771427d24f57462f7c" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_93d4e98b8adbc1e9013c539b77fd597d.setContent(html_94409fa90aa3b8771427d24f57462f7c);
|
|
|
|
|
|
|
|
marker_455205b9793eb7c5228411bca733d39d.bindPopup(popup_93d4e98b8adbc1e9013c539b77fd597d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_455205b9793eb7c5228411bca733d39d.setIcon(icon_4f6c97dda1ccab60a49215526b0a658b);
|
|
|
|
|
|
var marker_11225c6f5b0035835daf8a252ea0fd82 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_a2592beb7d253f5c368f6d79c0aec6d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c90fb9935f42baacea84e5a07a02e78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0eab9096b7240486ef0a731259b1a382 = $(`<div id="html_0eab9096b7240486ef0a731259b1a382" style="width: 100.0%; height: 100.0%;">relay.lnau.net</div>`)[0];
|
|
popup_2c90fb9935f42baacea84e5a07a02e78.setContent(html_0eab9096b7240486ef0a731259b1a382);
|
|
|
|
|
|
|
|
marker_11225c6f5b0035835daf8a252ea0fd82.bindPopup(popup_2c90fb9935f42baacea84e5a07a02e78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11225c6f5b0035835daf8a252ea0fd82.setIcon(icon_a2592beb7d253f5c368f6d79c0aec6d7);
|
|
|
|
|
|
var marker_4535d2ae60dc3a65172a3f3194a652ff = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_4e809051c89db73c7019d3493ade10bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74d95944e42cbe1f825d1fca33fe659f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e27fed476041bb541d182156be559f6 = $(`<div id="html_5e27fed476041bb541d182156be559f6" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_74d95944e42cbe1f825d1fca33fe659f.setContent(html_5e27fed476041bb541d182156be559f6);
|
|
|
|
|
|
|
|
marker_4535d2ae60dc3a65172a3f3194a652ff.bindPopup(popup_74d95944e42cbe1f825d1fca33fe659f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4535d2ae60dc3a65172a3f3194a652ff.setIcon(icon_4e809051c89db73c7019d3493ade10bd);
|
|
|
|
|
|
var marker_eb051e288432332969c344216e4cccb4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_f333362afc3ebbd265962a0e5a1cf055 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16178ac5ffd0e494f92bfb2361d79fe7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_690c9fda2aacf96f2177511ceb3780a0 = $(`<div id="html_690c9fda2aacf96f2177511ceb3780a0" style="width: 100.0%; height: 100.0%;">nostr.easycryptosend.it</div>`)[0];
|
|
popup_16178ac5ffd0e494f92bfb2361d79fe7.setContent(html_690c9fda2aacf96f2177511ceb3780a0);
|
|
|
|
|
|
|
|
marker_eb051e288432332969c344216e4cccb4.bindPopup(popup_16178ac5ffd0e494f92bfb2361d79fe7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb051e288432332969c344216e4cccb4.setIcon(icon_f333362afc3ebbd265962a0e5a1cf055);
|
|
|
|
|
|
var marker_5adc7d31cfbe23da7815a1ac34f4331e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_458ce227371bc40a669353f6131c6006 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11ad7e96deb5ac9ca74751c5536ed49c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9142b85789a5c7eb56bcb5cd96ad4ac6 = $(`<div id="html_9142b85789a5c7eb56bcb5cd96ad4ac6" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_11ad7e96deb5ac9ca74751c5536ed49c.setContent(html_9142b85789a5c7eb56bcb5cd96ad4ac6);
|
|
|
|
|
|
|
|
marker_5adc7d31cfbe23da7815a1ac34f4331e.bindPopup(popup_11ad7e96deb5ac9ca74751c5536ed49c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5adc7d31cfbe23da7815a1ac34f4331e.setIcon(icon_458ce227371bc40a669353f6131c6006);
|
|
|
|
|
|
var marker_12406b49a1eab7702cccc15ccb447259 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_d2edefab2eb6c51b159df5927d24b30e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06f71312360ffa47c2484e9ade3bf46d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f5713c66074f5988236e5c2f2ae8f17 = $(`<div id="html_4f5713c66074f5988236e5c2f2ae8f17" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_06f71312360ffa47c2484e9ade3bf46d.setContent(html_4f5713c66074f5988236e5c2f2ae8f17);
|
|
|
|
|
|
|
|
marker_12406b49a1eab7702cccc15ccb447259.bindPopup(popup_06f71312360ffa47c2484e9ade3bf46d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12406b49a1eab7702cccc15ccb447259.setIcon(icon_d2edefab2eb6c51b159df5927d24b30e);
|
|
|
|
|
|
var marker_83dabf257626d4fb70a977af1608634c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_7964bc4a69e892b1b2c3be8c211e6110 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46d7d0b291b131d2f66a6ebbe348bc68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c547603bd39b457947820031810bb57 = $(`<div id="html_9c547603bd39b457947820031810bb57" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_46d7d0b291b131d2f66a6ebbe348bc68.setContent(html_9c547603bd39b457947820031810bb57);
|
|
|
|
|
|
|
|
marker_83dabf257626d4fb70a977af1608634c.bindPopup(popup_46d7d0b291b131d2f66a6ebbe348bc68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83dabf257626d4fb70a977af1608634c.setIcon(icon_7964bc4a69e892b1b2c3be8c211e6110);
|
|
|
|
|
|
var marker_36f1768d4517d744363b952e9788cc82 = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_d589f69a233fda3e1a4b6bda4d57bd62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5090bec697768a6d9983bbf5e050e1aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d33159fbd74bab974bc1a5f80bc6163f = $(`<div id="html_d33159fbd74bab974bc1a5f80bc6163f" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_5090bec697768a6d9983bbf5e050e1aa.setContent(html_d33159fbd74bab974bc1a5f80bc6163f);
|
|
|
|
|
|
|
|
marker_36f1768d4517d744363b952e9788cc82.bindPopup(popup_5090bec697768a6d9983bbf5e050e1aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36f1768d4517d744363b952e9788cc82.setIcon(icon_d589f69a233fda3e1a4b6bda4d57bd62);
|
|
|
|
|
|
var marker_593f0cc93b6874c5e91f3fc86e7c38e9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_16714b1d62622bbee015695d5386e147 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91a9172444fb3d12700bdfcf3d1df658 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_840dcf7c4af5729d48c3ba10ce9ab2fa = $(`<div id="html_840dcf7c4af5729d48c3ba10ce9ab2fa" style="width: 100.0%; height: 100.0%;">relay.liberbitworld.org</div>`)[0];
|
|
popup_91a9172444fb3d12700bdfcf3d1df658.setContent(html_840dcf7c4af5729d48c3ba10ce9ab2fa);
|
|
|
|
|
|
|
|
marker_593f0cc93b6874c5e91f3fc86e7c38e9.bindPopup(popup_91a9172444fb3d12700bdfcf3d1df658)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_593f0cc93b6874c5e91f3fc86e7c38e9.setIcon(icon_16714b1d62622bbee015695d5386e147);
|
|
|
|
|
|
var marker_4cce8aa17eaa475733cbe1972ff98230 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_5c34fb9a5846f9acee6e4748cc37e633 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70ca5d6aa4b0b6f6f6ded45d44ad11a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dabed0ece5cbcafbdd0601712f843734 = $(`<div id="html_dabed0ece5cbcafbdd0601712f843734" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_70ca5d6aa4b0b6f6f6ded45d44ad11a1.setContent(html_dabed0ece5cbcafbdd0601712f843734);
|
|
|
|
|
|
|
|
marker_4cce8aa17eaa475733cbe1972ff98230.bindPopup(popup_70ca5d6aa4b0b6f6f6ded45d44ad11a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cce8aa17eaa475733cbe1972ff98230.setIcon(icon_5c34fb9a5846f9acee6e4748cc37e633);
|
|
|
|
|
|
var marker_257904fbe4e16295b1b8518a2e8df38f = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_902213d8b93dfb7996f52744a6e41151 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c970ee008ad109ed39ad93bb45c6bf07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2daa08a6294db99d5ad1dd3f4c158ed6 = $(`<div id="html_2daa08a6294db99d5ad1dd3f4c158ed6" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_c970ee008ad109ed39ad93bb45c6bf07.setContent(html_2daa08a6294db99d5ad1dd3f4c158ed6);
|
|
|
|
|
|
|
|
marker_257904fbe4e16295b1b8518a2e8df38f.bindPopup(popup_c970ee008ad109ed39ad93bb45c6bf07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_257904fbe4e16295b1b8518a2e8df38f.setIcon(icon_902213d8b93dfb7996f52744a6e41151);
|
|
|
|
|
|
var marker_ab18165c802c54fdd703fbacdaa5fd33 = L.marker(
|
|
[38.958, -77.3592],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_4a32b65059f86de34d2c8f45b76272e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e69ddafd5663b8cca7f7b11b763a0eba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85ff522638f950b243ee37226f958c8a = $(`<div id="html_85ff522638f950b243ee37226f958c8a" style="width: 100.0%; height: 100.0%;">nostr.ac</div>`)[0];
|
|
popup_e69ddafd5663b8cca7f7b11b763a0eba.setContent(html_85ff522638f950b243ee37226f958c8a);
|
|
|
|
|
|
|
|
marker_ab18165c802c54fdd703fbacdaa5fd33.bindPopup(popup_e69ddafd5663b8cca7f7b11b763a0eba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab18165c802c54fdd703fbacdaa5fd33.setIcon(icon_4a32b65059f86de34d2c8f45b76272e8);
|
|
|
|
|
|
var marker_f58765982a0b4b68780f6d8b66997e72 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_8bad29d208834f320f31aba1babc42bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_185acdae4951d77acf1ea9d109babc74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43e3e4071571e513903c1c71eec50b68 = $(`<div id="html_43e3e4071571e513903c1c71eec50b68" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_185acdae4951d77acf1ea9d109babc74.setContent(html_43e3e4071571e513903c1c71eec50b68);
|
|
|
|
|
|
|
|
marker_f58765982a0b4b68780f6d8b66997e72.bindPopup(popup_185acdae4951d77acf1ea9d109babc74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f58765982a0b4b68780f6d8b66997e72.setIcon(icon_8bad29d208834f320f31aba1babc42bd);
|
|
|
|
|
|
var marker_4635c20404084f81f23fe1a4939e32be = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_7945b8ed334e1b48bc69f5035a37be3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f0f6ad618d38c7ba2e9291578ce89f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbf5b3e7e9540791b4c827b8cf7b38f2 = $(`<div id="html_cbf5b3e7e9540791b4c827b8cf7b38f2" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_0f0f6ad618d38c7ba2e9291578ce89f6.setContent(html_cbf5b3e7e9540791b4c827b8cf7b38f2);
|
|
|
|
|
|
|
|
marker_4635c20404084f81f23fe1a4939e32be.bindPopup(popup_0f0f6ad618d38c7ba2e9291578ce89f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4635c20404084f81f23fe1a4939e32be.setIcon(icon_7945b8ed334e1b48bc69f5035a37be3a);
|
|
|
|
|
|
var marker_610df2c754dc229f36332025736aee8c = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_5a41abe0c44ff9bc2682bcc976cbbfb5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a4e7d1d98a7dc54d154f02404488457 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94351582754e65342edeed052cb63830 = $(`<div id="html_94351582754e65342edeed052cb63830" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_2a4e7d1d98a7dc54d154f02404488457.setContent(html_94351582754e65342edeed052cb63830);
|
|
|
|
|
|
|
|
marker_610df2c754dc229f36332025736aee8c.bindPopup(popup_2a4e7d1d98a7dc54d154f02404488457)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_610df2c754dc229f36332025736aee8c.setIcon(icon_5a41abe0c44ff9bc2682bcc976cbbfb5);
|
|
|
|
|
|
var marker_37c98eb5cb83507cfe218a84088ce704 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_4e7fc214bb4657f00877843007a7c5ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_904740321d34a352b234679a75dcffb8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_892c2dedf80faff1a211f29a279af3b6 = $(`<div id="html_892c2dedf80faff1a211f29a279af3b6" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_904740321d34a352b234679a75dcffb8.setContent(html_892c2dedf80faff1a211f29a279af3b6);
|
|
|
|
|
|
|
|
marker_37c98eb5cb83507cfe218a84088ce704.bindPopup(popup_904740321d34a352b234679a75dcffb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37c98eb5cb83507cfe218a84088ce704.setIcon(icon_4e7fc214bb4657f00877843007a7c5ed);
|
|
|
|
|
|
var marker_9acfaa9cbf583abc7f768922d3516de8 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_83ea4106a6ef4bc2e8b78b6f97545553 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e0368a6989c4af525c8ca9e20f25c2c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d160b408e17cf8d29faa6bc38f8eb1e = $(`<div id="html_1d160b408e17cf8d29faa6bc38f8eb1e" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_8e0368a6989c4af525c8ca9e20f25c2c.setContent(html_1d160b408e17cf8d29faa6bc38f8eb1e);
|
|
|
|
|
|
|
|
marker_9acfaa9cbf583abc7f768922d3516de8.bindPopup(popup_8e0368a6989c4af525c8ca9e20f25c2c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9acfaa9cbf583abc7f768922d3516de8.setIcon(icon_83ea4106a6ef4bc2e8b78b6f97545553);
|
|
|
|
|
|
var marker_b465b4fe8d06e8629602348dc61f95c3 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_f4e0797799e04967d55138a8fd1c7188 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_374aabc2f04015519dd32220dae480c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbe165e8899db21f7a4c8ce10878b01c = $(`<div id="html_cbe165e8899db21f7a4c8ce10878b01c" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org</div>`)[0];
|
|
popup_374aabc2f04015519dd32220dae480c9.setContent(html_cbe165e8899db21f7a4c8ce10878b01c);
|
|
|
|
|
|
|
|
marker_b465b4fe8d06e8629602348dc61f95c3.bindPopup(popup_374aabc2f04015519dd32220dae480c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b465b4fe8d06e8629602348dc61f95c3.setIcon(icon_f4e0797799e04967d55138a8fd1c7188);
|
|
|
|
|
|
var marker_d9a26b370a545d0fe58b7d997f0043aa = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_ff2ac2240853840082b18597e7ee25bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f143dcbe2fa01edc8010141e84770510 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aef7a22cd195d482d00122013c94a378 = $(`<div id="html_aef7a22cd195d482d00122013c94a378" style="width: 100.0%; height: 100.0%;">test.thedude.cloud</div>`)[0];
|
|
popup_f143dcbe2fa01edc8010141e84770510.setContent(html_aef7a22cd195d482d00122013c94a378);
|
|
|
|
|
|
|
|
marker_d9a26b370a545d0fe58b7d997f0043aa.bindPopup(popup_f143dcbe2fa01edc8010141e84770510)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9a26b370a545d0fe58b7d997f0043aa.setIcon(icon_ff2ac2240853840082b18597e7ee25bd);
|
|
|
|
|
|
var marker_4434f5b083038673b2ac4aa29ebba679 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_cee806f618555f8977a40f0af387680e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7c79888d1769b3c636532f19c05b907 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1d6ab80ae4b9221f74819761d65d5f6 = $(`<div id="html_a1d6ab80ae4b9221f74819761d65d5f6" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_b7c79888d1769b3c636532f19c05b907.setContent(html_a1d6ab80ae4b9221f74819761d65d5f6);
|
|
|
|
|
|
|
|
marker_4434f5b083038673b2ac4aa29ebba679.bindPopup(popup_b7c79888d1769b3c636532f19c05b907)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4434f5b083038673b2ac4aa29ebba679.setIcon(icon_cee806f618555f8977a40f0af387680e);
|
|
|
|
|
|
var marker_d0bdf37f3afdd0decf979f061e03606f = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_bb593f9c60161cea9d254ef574a0c113 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99e95abfe2c81953d2c54c209c25cacb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9777eb70252cd56fedee2922c8f6cc0b = $(`<div id="html_9777eb70252cd56fedee2922c8f6cc0b" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_99e95abfe2c81953d2c54c209c25cacb.setContent(html_9777eb70252cd56fedee2922c8f6cc0b);
|
|
|
|
|
|
|
|
marker_d0bdf37f3afdd0decf979f061e03606f.bindPopup(popup_99e95abfe2c81953d2c54c209c25cacb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0bdf37f3afdd0decf979f061e03606f.setIcon(icon_bb593f9c60161cea9d254ef574a0c113);
|
|
|
|
|
|
var marker_f49be2d853a3e03fc6f3610c0605340f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_d5365e1735a5b0af75a5c36d34fe5f16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18385fad1ff05e05a186b7a257c74534 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba1ff7aa4ddd9a14ef2b7a7b5fb523dc = $(`<div id="html_ba1ff7aa4ddd9a14ef2b7a7b5fb523dc" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_18385fad1ff05e05a186b7a257c74534.setContent(html_ba1ff7aa4ddd9a14ef2b7a7b5fb523dc);
|
|
|
|
|
|
|
|
marker_f49be2d853a3e03fc6f3610c0605340f.bindPopup(popup_18385fad1ff05e05a186b7a257c74534)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f49be2d853a3e03fc6f3610c0605340f.setIcon(icon_d5365e1735a5b0af75a5c36d34fe5f16);
|
|
|
|
|
|
var marker_328b9e249b344cc626338316a6396766 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_0d31aab749969046d39fd1c5b19be0cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a6e7de20cb215d2ad0111142f8a27f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a84918ecbf34b5aae5cdfed94ddb290 = $(`<div id="html_2a84918ecbf34b5aae5cdfed94ddb290" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_6a6e7de20cb215d2ad0111142f8a27f0.setContent(html_2a84918ecbf34b5aae5cdfed94ddb290);
|
|
|
|
|
|
|
|
marker_328b9e249b344cc626338316a6396766.bindPopup(popup_6a6e7de20cb215d2ad0111142f8a27f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_328b9e249b344cc626338316a6396766.setIcon(icon_0d31aab749969046d39fd1c5b19be0cb);
|
|
|
|
|
|
var marker_edccedc5385fde7214619e37852a1e8b = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_960c166bc05b7be97a8bfd3f35433627 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73bfe442a28a56d20b1b0d2aedbdcc6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21263a27fb0e846ff12872ed9fd4c5a2 = $(`<div id="html_21263a27fb0e846ff12872ed9fd4c5a2" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_73bfe442a28a56d20b1b0d2aedbdcc6c.setContent(html_21263a27fb0e846ff12872ed9fd4c5a2);
|
|
|
|
|
|
|
|
marker_edccedc5385fde7214619e37852a1e8b.bindPopup(popup_73bfe442a28a56d20b1b0d2aedbdcc6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edccedc5385fde7214619e37852a1e8b.setIcon(icon_960c166bc05b7be97a8bfd3f35433627);
|
|
|
|
|
|
var marker_133d0e197100e5055e22b4a7b8287198 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_20de1c286ef1f83a592a2870ca6357c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a9c34d02346f0dee862f6e5649837f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68adc1d7fb9747f93297a1c183e64546 = $(`<div id="html_68adc1d7fb9747f93297a1c183e64546" style="width: 100.0%; height: 100.0%;">relay.satnam.pub</div>`)[0];
|
|
popup_9a9c34d02346f0dee862f6e5649837f1.setContent(html_68adc1d7fb9747f93297a1c183e64546);
|
|
|
|
|
|
|
|
marker_133d0e197100e5055e22b4a7b8287198.bindPopup(popup_9a9c34d02346f0dee862f6e5649837f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_133d0e197100e5055e22b4a7b8287198.setIcon(icon_20de1c286ef1f83a592a2870ca6357c5);
|
|
|
|
|
|
var marker_2cfed43a987edfddb0f8ed742ababf71 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_14f25ec4fd4cb2fda243b968cb269e96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dcd605befa51e3d049be6d27a2e52144 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afbd86a6a4b02128002230a3de0bb98d = $(`<div id="html_afbd86a6a4b02128002230a3de0bb98d" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_dcd605befa51e3d049be6d27a2e52144.setContent(html_afbd86a6a4b02128002230a3de0bb98d);
|
|
|
|
|
|
|
|
marker_2cfed43a987edfddb0f8ed742ababf71.bindPopup(popup_dcd605befa51e3d049be6d27a2e52144)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2cfed43a987edfddb0f8ed742ababf71.setIcon(icon_14f25ec4fd4cb2fda243b968cb269e96);
|
|
|
|
|
|
var marker_294820e05474691df104b2ed1dd6fa7b = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_c13afcfd37348279c5bfa17fbbff62ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d41b7d88818bfb7bc2f4464315fd08d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1280281a0388ebbde493194d4ca0de8 = $(`<div id="html_c1280281a0388ebbde493194d4ca0de8" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_d41b7d88818bfb7bc2f4464315fd08d3.setContent(html_c1280281a0388ebbde493194d4ca0de8);
|
|
|
|
|
|
|
|
marker_294820e05474691df104b2ed1dd6fa7b.bindPopup(popup_d41b7d88818bfb7bc2f4464315fd08d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_294820e05474691df104b2ed1dd6fa7b.setIcon(icon_c13afcfd37348279c5bfa17fbbff62ff);
|
|
|
|
|
|
var marker_1f9526b7e68f2342d31626ba26915aa6 = L.marker(
|
|
[35.8099, 140.12],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_81d18b7b6447354774e17338ee8bdf83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_426457b9819888e5b1f5f839cf6692e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36696b942e9e0f098481b22301f041ac = $(`<div id="html_36696b942e9e0f098481b22301f041ac" style="width: 100.0%; height: 100.0%;">nostr.middling.mydns.jp</div>`)[0];
|
|
popup_426457b9819888e5b1f5f839cf6692e0.setContent(html_36696b942e9e0f098481b22301f041ac);
|
|
|
|
|
|
|
|
marker_1f9526b7e68f2342d31626ba26915aa6.bindPopup(popup_426457b9819888e5b1f5f839cf6692e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f9526b7e68f2342d31626ba26915aa6.setIcon(icon_81d18b7b6447354774e17338ee8bdf83);
|
|
|
|
|
|
var marker_3f17a9f1ed0f84898f6e6ebfcadecd7b = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_08ff7d03f25dc942f85c24b4deff453f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de4ffc94eacbc3f400d0dbefe47007dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c49c688b228a0bb17ab865a2219d233c = $(`<div id="html_c49c688b228a0bb17ab865a2219d233c" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_de4ffc94eacbc3f400d0dbefe47007dc.setContent(html_c49c688b228a0bb17ab865a2219d233c);
|
|
|
|
|
|
|
|
marker_3f17a9f1ed0f84898f6e6ebfcadecd7b.bindPopup(popup_de4ffc94eacbc3f400d0dbefe47007dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f17a9f1ed0f84898f6e6ebfcadecd7b.setIcon(icon_08ff7d03f25dc942f85c24b4deff453f);
|
|
|
|
|
|
var marker_8b367cad14bd46864af46fa9163aa42f = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_18baab5118483dc5727bfeaab8a13ba9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9cc67a0e0f84ce7403eadb713cfef6d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5936fb7573d061c6f2ae33a51d3d18b = $(`<div id="html_d5936fb7573d061c6f2ae33a51d3d18b" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_9cc67a0e0f84ce7403eadb713cfef6d9.setContent(html_d5936fb7573d061c6f2ae33a51d3d18b);
|
|
|
|
|
|
|
|
marker_8b367cad14bd46864af46fa9163aa42f.bindPopup(popup_9cc67a0e0f84ce7403eadb713cfef6d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b367cad14bd46864af46fa9163aa42f.setIcon(icon_18baab5118483dc5727bfeaab8a13ba9);
|
|
|
|
|
|
var marker_9a37d94265bd35f8841c7cf0014d644c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_b59bc203942e4c551c75e642d8fb35e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97d9e7e309b33eb1d1e0fbd47fb59e0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5091894c37a6c24361fe83a4d475736f = $(`<div id="html_5091894c37a6c24361fe83a4d475736f" style="width: 100.0%; height: 100.0%;">dev-relay.nostreon.com</div>`)[0];
|
|
popup_97d9e7e309b33eb1d1e0fbd47fb59e0e.setContent(html_5091894c37a6c24361fe83a4d475736f);
|
|
|
|
|
|
|
|
marker_9a37d94265bd35f8841c7cf0014d644c.bindPopup(popup_97d9e7e309b33eb1d1e0fbd47fb59e0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a37d94265bd35f8841c7cf0014d644c.setIcon(icon_b59bc203942e4c551c75e642d8fb35e6);
|
|
|
|
|
|
var marker_052cf368b5c9bf6ffd17c36be37c665b = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_7f58d8bd3ca195895cde876c9859f6c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87b867dd54eadd2a605db6f9f7bc627a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fb54cb8f5520a7059dae524fe737fe2 = $(`<div id="html_4fb54cb8f5520a7059dae524fe737fe2" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_87b867dd54eadd2a605db6f9f7bc627a.setContent(html_4fb54cb8f5520a7059dae524fe737fe2);
|
|
|
|
|
|
|
|
marker_052cf368b5c9bf6ffd17c36be37c665b.bindPopup(popup_87b867dd54eadd2a605db6f9f7bc627a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_052cf368b5c9bf6ffd17c36be37c665b.setIcon(icon_7f58d8bd3ca195895cde876c9859f6c4);
|
|
|
|
|
|
var marker_5375caffcb6b6554f532a0722d96167c = L.marker(
|
|
[10.074, -84.2155],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_eca1926ab822ed7a902e3c06002cc945 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47025a45664c156f8879bc086ca648c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_622d22cca40f39cc331c98d24006dfd2 = $(`<div id="html_622d22cca40f39cc331c98d24006dfd2" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_47025a45664c156f8879bc086ca648c3.setContent(html_622d22cca40f39cc331c98d24006dfd2);
|
|
|
|
|
|
|
|
marker_5375caffcb6b6554f532a0722d96167c.bindPopup(popup_47025a45664c156f8879bc086ca648c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5375caffcb6b6554f532a0722d96167c.setIcon(icon_eca1926ab822ed7a902e3c06002cc945);
|
|
|
|
|
|
var marker_d952b9045de9a5fd687ca7c0970121e2 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_8ec2f712c61cb7a5d81490d66880fbda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd3b46028d223021277f6c0d8e8597f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32906f03177c755c3b98e19139d73add = $(`<div id="html_32906f03177c755c3b98e19139d73add" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_bd3b46028d223021277f6c0d8e8597f8.setContent(html_32906f03177c755c3b98e19139d73add);
|
|
|
|
|
|
|
|
marker_d952b9045de9a5fd687ca7c0970121e2.bindPopup(popup_bd3b46028d223021277f6c0d8e8597f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d952b9045de9a5fd687ca7c0970121e2.setIcon(icon_8ec2f712c61cb7a5d81490d66880fbda);
|
|
|
|
|
|
var marker_afa4530ae6d1fd568e4e2235a902d3ce = L.marker(
|
|
[46.2044, 6.14316],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_0201c216bdb425160572b4a8ddc0df9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2ff72695041b7e2354a4b2db9b81815 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_663ad1bd35f5d89a80aaa91251bdee72 = $(`<div id="html_663ad1bd35f5d89a80aaa91251bdee72" style="width: 100.0%; height: 100.0%;">relay.saturnali.net</div>`)[0];
|
|
popup_e2ff72695041b7e2354a4b2db9b81815.setContent(html_663ad1bd35f5d89a80aaa91251bdee72);
|
|
|
|
|
|
|
|
marker_afa4530ae6d1fd568e4e2235a902d3ce.bindPopup(popup_e2ff72695041b7e2354a4b2db9b81815)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_afa4530ae6d1fd568e4e2235a902d3ce.setIcon(icon_0201c216bdb425160572b4a8ddc0df9a);
|
|
|
|
|
|
var marker_92969d72bb51bbce745854c60b4f5f89 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_2bee3bfa58fa20050b56a1f956838af5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1cf0d7473634914175a353c505ba77b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ac3b8b4c541ae67ae7eedb78cc6e088 = $(`<div id="html_7ac3b8b4c541ae67ae7eedb78cc6e088" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_1cf0d7473634914175a353c505ba77b2.setContent(html_7ac3b8b4c541ae67ae7eedb78cc6e088);
|
|
|
|
|
|
|
|
marker_92969d72bb51bbce745854c60b4f5f89.bindPopup(popup_1cf0d7473634914175a353c505ba77b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92969d72bb51bbce745854c60b4f5f89.setIcon(icon_2bee3bfa58fa20050b56a1f956838af5);
|
|
|
|
|
|
var marker_14893716adb9dc080eff3bbfe804adbf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_024248ef683cb6a2275a79015f46d8a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6667b8453baaa9c13739b57b0a8eca3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5ef66e7f71e7c79d43157f18a2907c7 = $(`<div id="html_e5ef66e7f71e7c79d43157f18a2907c7" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_6667b8453baaa9c13739b57b0a8eca3d.setContent(html_e5ef66e7f71e7c79d43157f18a2907c7);
|
|
|
|
|
|
|
|
marker_14893716adb9dc080eff3bbfe804adbf.bindPopup(popup_6667b8453baaa9c13739b57b0a8eca3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14893716adb9dc080eff3bbfe804adbf.setIcon(icon_024248ef683cb6a2275a79015f46d8a8);
|
|
|
|
|
|
var marker_cf0cc2bd65f5e0169766c08ea0a4211b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_2f5a2d33009d3e2180650c8cc2e8cd75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_111750632818427cc6586d715699f3ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3adcdb557183653dda5be62247045bf3 = $(`<div id="html_3adcdb557183653dda5be62247045bf3" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_111750632818427cc6586d715699f3ac.setContent(html_3adcdb557183653dda5be62247045bf3);
|
|
|
|
|
|
|
|
marker_cf0cc2bd65f5e0169766c08ea0a4211b.bindPopup(popup_111750632818427cc6586d715699f3ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf0cc2bd65f5e0169766c08ea0a4211b.setIcon(icon_2f5a2d33009d3e2180650c8cc2e8cd75);
|
|
|
|
|
|
var marker_bcc75fed1af93e46f9f06714c94030e5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_6b601eb512b5e5d1e606d09270cf6afe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b6c43ded9d15543db3c38b9d08e7d6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94d7d6a578a77fa29d804d11a388a18d = $(`<div id="html_94d7d6a578a77fa29d804d11a388a18d" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_4b6c43ded9d15543db3c38b9d08e7d6f.setContent(html_94d7d6a578a77fa29d804d11a388a18d);
|
|
|
|
|
|
|
|
marker_bcc75fed1af93e46f9f06714c94030e5.bindPopup(popup_4b6c43ded9d15543db3c38b9d08e7d6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bcc75fed1af93e46f9f06714c94030e5.setIcon(icon_6b601eb512b5e5d1e606d09270cf6afe);
|
|
|
|
|
|
var marker_919f7276da3ef53157efa776e45b5bf9 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_d5dd697a74fca38bd7edb065e9d8b694 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_766f14d76d668f2d5b4808bf806bc1df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c787a4bba1d0e228840447bb0215f191 = $(`<div id="html_c787a4bba1d0e228840447bb0215f191" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_766f14d76d668f2d5b4808bf806bc1df.setContent(html_c787a4bba1d0e228840447bb0215f191);
|
|
|
|
|
|
|
|
marker_919f7276da3ef53157efa776e45b5bf9.bindPopup(popup_766f14d76d668f2d5b4808bf806bc1df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_919f7276da3ef53157efa776e45b5bf9.setIcon(icon_d5dd697a74fca38bd7edb065e9d8b694);
|
|
|
|
|
|
var marker_ccef71cdf5bb562544f4049dbbb83098 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_2284208ba6852bb9504009d28c3f4f08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca7664cb7cffbeb2b56b8d4c29d7e127 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95cbce0bbd2bb8cce39b9871577a2860 = $(`<div id="html_95cbce0bbd2bb8cce39b9871577a2860" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_ca7664cb7cffbeb2b56b8d4c29d7e127.setContent(html_95cbce0bbd2bb8cce39b9871577a2860);
|
|
|
|
|
|
|
|
marker_ccef71cdf5bb562544f4049dbbb83098.bindPopup(popup_ca7664cb7cffbeb2b56b8d4c29d7e127)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccef71cdf5bb562544f4049dbbb83098.setIcon(icon_2284208ba6852bb9504009d28c3f4f08);
|
|
|
|
|
|
var marker_4cd5fad60cc66fb96c49af7e70f44c3b = L.marker(
|
|
[37.8716, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_7177e3ab9343418bf78510946038aa53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad68030eb1d8f2bbec51eef971c0aeca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5af497febab664fe9f7e6edb7a478d24 = $(`<div id="html_5af497febab664fe9f7e6edb7a478d24" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_ad68030eb1d8f2bbec51eef971c0aeca.setContent(html_5af497febab664fe9f7e6edb7a478d24);
|
|
|
|
|
|
|
|
marker_4cd5fad60cc66fb96c49af7e70f44c3b.bindPopup(popup_ad68030eb1d8f2bbec51eef971c0aeca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cd5fad60cc66fb96c49af7e70f44c3b.setIcon(icon_7177e3ab9343418bf78510946038aa53);
|
|
|
|
|
|
var marker_4c5f957b6fa1e21eafe11735a3e1f201 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_3594234ff95b1c28751875ccf63b2d8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3189fa7adfde7836b26c4ce5b6ed1d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2dcd8712d686e2e8f9071d79f7f3aba9 = $(`<div id="html_2dcd8712d686e2e8f9071d79f7f3aba9" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club</div>`)[0];
|
|
popup_d3189fa7adfde7836b26c4ce5b6ed1d9.setContent(html_2dcd8712d686e2e8f9071d79f7f3aba9);
|
|
|
|
|
|
|
|
marker_4c5f957b6fa1e21eafe11735a3e1f201.bindPopup(popup_d3189fa7adfde7836b26c4ce5b6ed1d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c5f957b6fa1e21eafe11735a3e1f201.setIcon(icon_3594234ff95b1c28751875ccf63b2d8c);
|
|
|
|
|
|
var marker_f7828a100d191f67d4a10d675facbe3d = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_c56ca6ea6b9dac75b9383ed565c2e17e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0f6d2bd29a0c6c0887c0de870dccc15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48a954e65e0be2c602bb765da58a5dd6 = $(`<div id="html_48a954e65e0be2c602bb765da58a5dd6" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_b0f6d2bd29a0c6c0887c0de870dccc15.setContent(html_48a954e65e0be2c602bb765da58a5dd6);
|
|
|
|
|
|
|
|
marker_f7828a100d191f67d4a10d675facbe3d.bindPopup(popup_b0f6d2bd29a0c6c0887c0de870dccc15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7828a100d191f67d4a10d675facbe3d.setIcon(icon_c56ca6ea6b9dac75b9383ed565c2e17e);
|
|
|
|
|
|
var marker_186869aec6e51a8145cbf03116f24f1b = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_275b7a9e95e06f4f0dd40a64d32a6b31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ccc0ab9d30f179abfae6f9b3fda0ddd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1ca46ec638215fbca7d1d2c0e5046fc = $(`<div id="html_a1ca46ec638215fbca7d1d2c0e5046fc" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_4ccc0ab9d30f179abfae6f9b3fda0ddd.setContent(html_a1ca46ec638215fbca7d1d2c0e5046fc);
|
|
|
|
|
|
|
|
marker_186869aec6e51a8145cbf03116f24f1b.bindPopup(popup_4ccc0ab9d30f179abfae6f9b3fda0ddd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_186869aec6e51a8145cbf03116f24f1b.setIcon(icon_275b7a9e95e06f4f0dd40a64d32a6b31);
|
|
|
|
|
|
var marker_e93a37408bb2b428b3f35267beccf45e = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_fab50ddbb6cf84ba020b889d892d788d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37bcb77eda90ad1258b2fa898d9919f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e84efca5b33ac34a66362a2c8cac1b9f = $(`<div id="html_e84efca5b33ac34a66362a2c8cac1b9f" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_37bcb77eda90ad1258b2fa898d9919f4.setContent(html_e84efca5b33ac34a66362a2c8cac1b9f);
|
|
|
|
|
|
|
|
marker_e93a37408bb2b428b3f35267beccf45e.bindPopup(popup_37bcb77eda90ad1258b2fa898d9919f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e93a37408bb2b428b3f35267beccf45e.setIcon(icon_fab50ddbb6cf84ba020b889d892d788d);
|
|
|
|
|
|
var marker_7530880bf4097f4784c6cb858de92cca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_4e45e7cca15dac245ebdef3a7319f595 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e41c1ddca1a098ad326e97a5be525de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8d9fa52099b20a37e941f09c8cb4349 = $(`<div id="html_d8d9fa52099b20a37e941f09c8cb4349" style="width: 100.0%; height: 100.0%;">relay.bebond.net</div>`)[0];
|
|
popup_5e41c1ddca1a098ad326e97a5be525de.setContent(html_d8d9fa52099b20a37e941f09c8cb4349);
|
|
|
|
|
|
|
|
marker_7530880bf4097f4784c6cb858de92cca.bindPopup(popup_5e41c1ddca1a098ad326e97a5be525de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7530880bf4097f4784c6cb858de92cca.setIcon(icon_4e45e7cca15dac245ebdef3a7319f595);
|
|
|
|
|
|
var marker_bdd24116950669b3ef561bdd0705324f = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_cf00b41af0f99b7384e13d8ce0693dcc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7daa756eb49cdc78f19ac8a2f926905 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3932be55113cf7dd81bd8dc676af228e = $(`<div id="html_3932be55113cf7dd81bd8dc676af228e" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_a7daa756eb49cdc78f19ac8a2f926905.setContent(html_3932be55113cf7dd81bd8dc676af228e);
|
|
|
|
|
|
|
|
marker_bdd24116950669b3ef561bdd0705324f.bindPopup(popup_a7daa756eb49cdc78f19ac8a2f926905)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bdd24116950669b3ef561bdd0705324f.setIcon(icon_cf00b41af0f99b7384e13d8ce0693dcc);
|
|
|
|
|
|
var marker_7626ec7c84ef24d457bee130389534d7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_5b00f97e8d3d56b5ad8bf6417e6f1483 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd56c2087c8982f84e1cf9bbb0dc7832 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb55d8abe1ef6cd85173580065924128 = $(`<div id="html_cb55d8abe1ef6cd85173580065924128" style="width: 100.0%; height: 100.0%;">dm-test-nostr-rs-42-disabled.samt.st</div>`)[0];
|
|
popup_dd56c2087c8982f84e1cf9bbb0dc7832.setContent(html_cb55d8abe1ef6cd85173580065924128);
|
|
|
|
|
|
|
|
marker_7626ec7c84ef24d457bee130389534d7.bindPopup(popup_dd56c2087c8982f84e1cf9bbb0dc7832)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7626ec7c84ef24d457bee130389534d7.setIcon(icon_5b00f97e8d3d56b5ad8bf6417e6f1483);
|
|
|
|
|
|
var marker_ca092a27d0743b131d8f8005948d9d4b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_e2a5035f450901c5507982662cb81ae4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d14d8c1a37db21df41239be108a27f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78e0c112453dea664bc6e2b62cc026a0 = $(`<div id="html_78e0c112453dea664bc6e2b62cc026a0" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_6d14d8c1a37db21df41239be108a27f9.setContent(html_78e0c112453dea664bc6e2b62cc026a0);
|
|
|
|
|
|
|
|
marker_ca092a27d0743b131d8f8005948d9d4b.bindPopup(popup_6d14d8c1a37db21df41239be108a27f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca092a27d0743b131d8f8005948d9d4b.setIcon(icon_e2a5035f450901c5507982662cb81ae4);
|
|
|
|
|
|
var marker_31602cb9209fad32b0c6ec7c15117cf9 = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_a182d3cd8b71eff706d1b9a36465dce6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1417dcabd29d3978ee525655b41ace67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8ca15aa05f99aa84b77a084074718f6 = $(`<div id="html_d8ca15aa05f99aa84b77a084074718f6" style="width: 100.0%; height: 100.0%;">aeon.libretechsystems.xyz</div>`)[0];
|
|
popup_1417dcabd29d3978ee525655b41ace67.setContent(html_d8ca15aa05f99aa84b77a084074718f6);
|
|
|
|
|
|
|
|
marker_31602cb9209fad32b0c6ec7c15117cf9.bindPopup(popup_1417dcabd29d3978ee525655b41ace67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31602cb9209fad32b0c6ec7c15117cf9.setIcon(icon_a182d3cd8b71eff706d1b9a36465dce6);
|
|
|
|
|
|
var marker_fa0783dfa72eede4cb0264479ff1b772 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_936eef9266ddd6338ad5a693e61b4bb9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_562a5e0c62094ec745315fa774dd0d06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c30310a868b7ec106c34e79027037b1b = $(`<div id="html_c30310a868b7ec106c34e79027037b1b" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_562a5e0c62094ec745315fa774dd0d06.setContent(html_c30310a868b7ec106c34e79027037b1b);
|
|
|
|
|
|
|
|
marker_fa0783dfa72eede4cb0264479ff1b772.bindPopup(popup_562a5e0c62094ec745315fa774dd0d06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa0783dfa72eede4cb0264479ff1b772.setIcon(icon_936eef9266ddd6338ad5a693e61b4bb9);
|
|
|
|
|
|
var marker_961e3e3fb2bb78013d5c92fa7eb0fabb = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_03912500cae2730bcb05a5e6691fe896 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_029839e8b3e36ddf7c5b9a75a114cdb3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_452fefc60941885624cb4ae42a5184d5 = $(`<div id="html_452fefc60941885624cb4ae42a5184d5" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_029839e8b3e36ddf7c5b9a75a114cdb3.setContent(html_452fefc60941885624cb4ae42a5184d5);
|
|
|
|
|
|
|
|
marker_961e3e3fb2bb78013d5c92fa7eb0fabb.bindPopup(popup_029839e8b3e36ddf7c5b9a75a114cdb3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_961e3e3fb2bb78013d5c92fa7eb0fabb.setIcon(icon_03912500cae2730bcb05a5e6691fe896);
|
|
|
|
|
|
var marker_0140b6075e69c127d97c0c263400a2bc = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_7fc0e9df41cd87f4498bf8c1fe7ae334 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95f4355261a28a402b21b9dd250f52db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e3cb3b8a604925beccd3e6142858e5b = $(`<div id="html_0e3cb3b8a604925beccd3e6142858e5b" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_95f4355261a28a402b21b9dd250f52db.setContent(html_0e3cb3b8a604925beccd3e6142858e5b);
|
|
|
|
|
|
|
|
marker_0140b6075e69c127d97c0c263400a2bc.bindPopup(popup_95f4355261a28a402b21b9dd250f52db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0140b6075e69c127d97c0c263400a2bc.setIcon(icon_7fc0e9df41cd87f4498bf8c1fe7ae334);
|
|
|
|
|
|
var marker_ff4b8e18a8d2e1d6bcf0f370fbe0147e = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_b26cff97de36dd9f833def76e8e8b7fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47070c7d597ca92f3a37a31ed3b332e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99a29793f30a338b25232b22058cce2b = $(`<div id="html_99a29793f30a338b25232b22058cce2b" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_47070c7d597ca92f3a37a31ed3b332e0.setContent(html_99a29793f30a338b25232b22058cce2b);
|
|
|
|
|
|
|
|
marker_ff4b8e18a8d2e1d6bcf0f370fbe0147e.bindPopup(popup_47070c7d597ca92f3a37a31ed3b332e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff4b8e18a8d2e1d6bcf0f370fbe0147e.setIcon(icon_b26cff97de36dd9f833def76e8e8b7fb);
|
|
|
|
|
|
var marker_b07ec1a6d3ad8e8a98bf6cda5ebd8b68 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_fbc33333bc526e8644210f83cef7ff31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4604579c0914c6767e4003a4e10aadde = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c8a0dfe57b48a04bd50b907dd3e0fb2 = $(`<div id="html_1c8a0dfe57b48a04bd50b907dd3e0fb2" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_4604579c0914c6767e4003a4e10aadde.setContent(html_1c8a0dfe57b48a04bd50b907dd3e0fb2);
|
|
|
|
|
|
|
|
marker_b07ec1a6d3ad8e8a98bf6cda5ebd8b68.bindPopup(popup_4604579c0914c6767e4003a4e10aadde)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b07ec1a6d3ad8e8a98bf6cda5ebd8b68.setIcon(icon_fbc33333bc526e8644210f83cef7ff31);
|
|
|
|
|
|
var marker_6f3cdbe94c4d7300cda29dbf5c54d121 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_98f99105019c2f7a35bb25b9594a6444 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80e22caf1fda19eb125c8b3123cfe974 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc9d8b9b8c4207c1e63ea98f472bbb04 = $(`<div id="html_bc9d8b9b8c4207c1e63ea98f472bbb04" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_80e22caf1fda19eb125c8b3123cfe974.setContent(html_bc9d8b9b8c4207c1e63ea98f472bbb04);
|
|
|
|
|
|
|
|
marker_6f3cdbe94c4d7300cda29dbf5c54d121.bindPopup(popup_80e22caf1fda19eb125c8b3123cfe974)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f3cdbe94c4d7300cda29dbf5c54d121.setIcon(icon_98f99105019c2f7a35bb25b9594a6444);
|
|
|
|
|
|
var marker_568e01e1ffc54877ce75a395f438508a = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_e9f0eb31a7f14bce271b6430ece79e71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bccd005cd4de7239436f915a8bfb9989 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcc3ee140b943167b330fa1573c8bd21 = $(`<div id="html_fcc3ee140b943167b330fa1573c8bd21" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_bccd005cd4de7239436f915a8bfb9989.setContent(html_fcc3ee140b943167b330fa1573c8bd21);
|
|
|
|
|
|
|
|
marker_568e01e1ffc54877ce75a395f438508a.bindPopup(popup_bccd005cd4de7239436f915a8bfb9989)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_568e01e1ffc54877ce75a395f438508a.setIcon(icon_e9f0eb31a7f14bce271b6430ece79e71);
|
|
|
|
|
|
var marker_0a03cb0d779f8de03617820568b91ba4 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_0f5d31a3d42f680feb4d9cc4198ac535 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00585ed8397702352f51d4e6cf9dbb46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c36b5c246c82d3e674150b721c267c80 = $(`<div id="html_c36b5c246c82d3e674150b721c267c80" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_00585ed8397702352f51d4e6cf9dbb46.setContent(html_c36b5c246c82d3e674150b721c267c80);
|
|
|
|
|
|
|
|
marker_0a03cb0d779f8de03617820568b91ba4.bindPopup(popup_00585ed8397702352f51d4e6cf9dbb46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a03cb0d779f8de03617820568b91ba4.setIcon(icon_0f5d31a3d42f680feb4d9cc4198ac535);
|
|
|
|
|
|
var marker_184138a1e649f4d8554625f824ffdee5 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_d71510d511e2d71e40b15f033940dce5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79b7d089a254bc51ce5801e23a9a2fc1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09531392406898bf8db7731827e7c376 = $(`<div id="html_09531392406898bf8db7731827e7c376" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_79b7d089a254bc51ce5801e23a9a2fc1.setContent(html_09531392406898bf8db7731827e7c376);
|
|
|
|
|
|
|
|
marker_184138a1e649f4d8554625f824ffdee5.bindPopup(popup_79b7d089a254bc51ce5801e23a9a2fc1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_184138a1e649f4d8554625f824ffdee5.setIcon(icon_d71510d511e2d71e40b15f033940dce5);
|
|
|
|
|
|
var marker_16143063fa7b0c225586f9cd87b44057 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_ed3501614ee016561d3abb1ded8a15ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0dc4f8809afd16fb99594f3c5a126885 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69ad94a3d1b709d12c316e1a8d4ef85d = $(`<div id="html_69ad94a3d1b709d12c316e1a8d4ef85d" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_0dc4f8809afd16fb99594f3c5a126885.setContent(html_69ad94a3d1b709d12c316e1a8d4ef85d);
|
|
|
|
|
|
|
|
marker_16143063fa7b0c225586f9cd87b44057.bindPopup(popup_0dc4f8809afd16fb99594f3c5a126885)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16143063fa7b0c225586f9cd87b44057.setIcon(icon_ed3501614ee016561d3abb1ded8a15ee);
|
|
|
|
|
|
var marker_68bd47e4843d0ce18bb89eb08180f746 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_78eed4a0e9592a968c24811d5dc953f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ec8966b75ec1bb77a6890f6d4910e21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ecca1599c580f43a1b4c3fcf1aeca33 = $(`<div id="html_3ecca1599c580f43a1b4c3fcf1aeca33" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_2ec8966b75ec1bb77a6890f6d4910e21.setContent(html_3ecca1599c580f43a1b4c3fcf1aeca33);
|
|
|
|
|
|
|
|
marker_68bd47e4843d0ce18bb89eb08180f746.bindPopup(popup_2ec8966b75ec1bb77a6890f6d4910e21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68bd47e4843d0ce18bb89eb08180f746.setIcon(icon_78eed4a0e9592a968c24811d5dc953f6);
|
|
|
|
|
|
var marker_49e0fc7015ba576b974773b6f75c9a39 = L.marker(
|
|
[51.2821, 6.78285],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_ed52582301f74f03aa041becea9adb51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14fee2705ae6ae1578b77152ccc0c245 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e0fe24aea8fae3439fefe581d4a9292 = $(`<div id="html_4e0fe24aea8fae3439fefe581d4a9292" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_14fee2705ae6ae1578b77152ccc0c245.setContent(html_4e0fe24aea8fae3439fefe581d4a9292);
|
|
|
|
|
|
|
|
marker_49e0fc7015ba576b974773b6f75c9a39.bindPopup(popup_14fee2705ae6ae1578b77152ccc0c245)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49e0fc7015ba576b974773b6f75c9a39.setIcon(icon_ed52582301f74f03aa041becea9adb51);
|
|
|
|
|
|
var marker_882e0d4036864bc3c5691986c27efb07 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_9b7ab489b4bcbce7d27d4ba6c9cfcfbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_affa46887e024e46ec4ae732c5c456ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d87e9ee8581beb3c26dc5d6c6739ca56 = $(`<div id="html_d87e9ee8581beb3c26dc5d6c6739ca56" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_affa46887e024e46ec4ae732c5c456ae.setContent(html_d87e9ee8581beb3c26dc5d6c6739ca56);
|
|
|
|
|
|
|
|
marker_882e0d4036864bc3c5691986c27efb07.bindPopup(popup_affa46887e024e46ec4ae732c5c456ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_882e0d4036864bc3c5691986c27efb07.setIcon(icon_9b7ab489b4bcbce7d27d4ba6c9cfcfbd);
|
|
|
|
|
|
var marker_43eefa79b16db1d5f80738f458a00a4b = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_2b17430c7aa87a8cd0f29eef0671b905 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bd0555aefa652c49112a209b3293d83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33cb0522a503b7212eca43413df71baf = $(`<div id="html_33cb0522a503b7212eca43413df71baf" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_2bd0555aefa652c49112a209b3293d83.setContent(html_33cb0522a503b7212eca43413df71baf);
|
|
|
|
|
|
|
|
marker_43eefa79b16db1d5f80738f458a00a4b.bindPopup(popup_2bd0555aefa652c49112a209b3293d83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43eefa79b16db1d5f80738f458a00a4b.setIcon(icon_2b17430c7aa87a8cd0f29eef0671b905);
|
|
|
|
|
|
var marker_a8aa116ac6c2af4adf8fcad609a2977c = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_d6674689f90ad688a23f766e571bc9e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bb4966d81fb3fef37e5eac9bd95ec6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b161c94e2c7cb5c5715760b3b36bc0ae = $(`<div id="html_b161c94e2c7cb5c5715760b3b36bc0ae" style="width: 100.0%; height: 100.0%;">relay.devcsu.fr</div>`)[0];
|
|
popup_7bb4966d81fb3fef37e5eac9bd95ec6e.setContent(html_b161c94e2c7cb5c5715760b3b36bc0ae);
|
|
|
|
|
|
|
|
marker_a8aa116ac6c2af4adf8fcad609a2977c.bindPopup(popup_7bb4966d81fb3fef37e5eac9bd95ec6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8aa116ac6c2af4adf8fcad609a2977c.setIcon(icon_d6674689f90ad688a23f766e571bc9e6);
|
|
|
|
|
|
var marker_4b1c10c1c88c154e475d4edb2e4e0bd9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_1bffad731aadb1a54036bad7bd550341 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_353cf19fd63feececdca68ef99754dc1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_427570e9af316c99f75365109564eae1 = $(`<div id="html_427570e9af316c99f75365109564eae1" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_353cf19fd63feececdca68ef99754dc1.setContent(html_427570e9af316c99f75365109564eae1);
|
|
|
|
|
|
|
|
marker_4b1c10c1c88c154e475d4edb2e4e0bd9.bindPopup(popup_353cf19fd63feececdca68ef99754dc1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b1c10c1c88c154e475d4edb2e4e0bd9.setIcon(icon_1bffad731aadb1a54036bad7bd550341);
|
|
|
|
|
|
var marker_b664de75f76c27d46db8200fcd305823 = L.marker(
|
|
[39.9526, -75.1652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_d2b9f14b1bf7dc8b014fc6765e44f470 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b2355a69fff64f26c40df172ca323a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_427c2c0b4a3bb6d9b6bcb13d0a15c53a = $(`<div id="html_427c2c0b4a3bb6d9b6bcb13d0a15c53a" style="width: 100.0%; height: 100.0%;">nrs-02.darkcloudarcade.com</div>`)[0];
|
|
popup_1b2355a69fff64f26c40df172ca323a9.setContent(html_427c2c0b4a3bb6d9b6bcb13d0a15c53a);
|
|
|
|
|
|
|
|
marker_b664de75f76c27d46db8200fcd305823.bindPopup(popup_1b2355a69fff64f26c40df172ca323a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b664de75f76c27d46db8200fcd305823.setIcon(icon_d2b9f14b1bf7dc8b014fc6765e44f470);
|
|
|
|
|
|
var marker_6da1796ae544af04ec8eb6d61d981588 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_38d83d6ec40f74f264837820e90ae4f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95bbd0a32a3e1e1c30fe56a3a08f7645 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_881520be6f490cf3d09321fc80643269 = $(`<div id="html_881520be6f490cf3d09321fc80643269" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_95bbd0a32a3e1e1c30fe56a3a08f7645.setContent(html_881520be6f490cf3d09321fc80643269);
|
|
|
|
|
|
|
|
marker_6da1796ae544af04ec8eb6d61d981588.bindPopup(popup_95bbd0a32a3e1e1c30fe56a3a08f7645)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6da1796ae544af04ec8eb6d61d981588.setIcon(icon_38d83d6ec40f74f264837820e90ae4f6);
|
|
|
|
|
|
var marker_6c25b85d080845e78ca5c1de96386cd3 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_de076148b5fc894c08ae3bafd7a0e3d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5e5f9fc20829304c7f041a302f16ad2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff3f558185ecca5e46e2c36b103dc77c = $(`<div id="html_ff3f558185ecca5e46e2c36b103dc77c" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_f5e5f9fc20829304c7f041a302f16ad2.setContent(html_ff3f558185ecca5e46e2c36b103dc77c);
|
|
|
|
|
|
|
|
marker_6c25b85d080845e78ca5c1de96386cd3.bindPopup(popup_f5e5f9fc20829304c7f041a302f16ad2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c25b85d080845e78ca5c1de96386cd3.setIcon(icon_de076148b5fc894c08ae3bafd7a0e3d5);
|
|
|
|
|
|
var marker_1ff3365858f5132a7e5c6c60154055b0 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_b9868c4916b546941394e8ad9e29bb04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_911498bc0755d6070d85a7c5c4916a30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ef12dab7b1a204018230652d060865f = $(`<div id="html_4ef12dab7b1a204018230652d060865f" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_911498bc0755d6070d85a7c5c4916a30.setContent(html_4ef12dab7b1a204018230652d060865f);
|
|
|
|
|
|
|
|
marker_1ff3365858f5132a7e5c6c60154055b0.bindPopup(popup_911498bc0755d6070d85a7c5c4916a30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ff3365858f5132a7e5c6c60154055b0.setIcon(icon_b9868c4916b546941394e8ad9e29bb04);
|
|
|
|
|
|
var marker_b28243c8aca8661855d24ff6c56378d3 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_1306e9539fc38a09108c2e19f9472395 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9187125f861a8a9fa17fc23529d1228 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ffcdb80478221abc2b6bf830e48a2c2 = $(`<div id="html_9ffcdb80478221abc2b6bf830e48a2c2" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_d9187125f861a8a9fa17fc23529d1228.setContent(html_9ffcdb80478221abc2b6bf830e48a2c2);
|
|
|
|
|
|
|
|
marker_b28243c8aca8661855d24ff6c56378d3.bindPopup(popup_d9187125f861a8a9fa17fc23529d1228)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b28243c8aca8661855d24ff6c56378d3.setIcon(icon_1306e9539fc38a09108c2e19f9472395);
|
|
|
|
|
|
var marker_50a43f60684d0ff3b4eb1e0ac2f170c6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_06ba2c606d5adc035a7acdc34781800e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b000302828f8092b6e1beeb26c8708c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc847d328c9fda5349348ee317d24874 = $(`<div id="html_bc847d328c9fda5349348ee317d24874" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_b000302828f8092b6e1beeb26c8708c4.setContent(html_bc847d328c9fda5349348ee317d24874);
|
|
|
|
|
|
|
|
marker_50a43f60684d0ff3b4eb1e0ac2f170c6.bindPopup(popup_b000302828f8092b6e1beeb26c8708c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50a43f60684d0ff3b4eb1e0ac2f170c6.setIcon(icon_06ba2c606d5adc035a7acdc34781800e);
|
|
|
|
|
|
var marker_110538ce1d95a83090182b5d778dcdf6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_82ed67c12d3c1f92fb260668e8f5264c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_860b2d4882b7e1a1cc262ad587ca1a2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e1969dd8973e7ec43178cd09738c2f9 = $(`<div id="html_4e1969dd8973e7ec43178cd09738c2f9" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_860b2d4882b7e1a1cc262ad587ca1a2a.setContent(html_4e1969dd8973e7ec43178cd09738c2f9);
|
|
|
|
|
|
|
|
marker_110538ce1d95a83090182b5d778dcdf6.bindPopup(popup_860b2d4882b7e1a1cc262ad587ca1a2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_110538ce1d95a83090182b5d778dcdf6.setIcon(icon_82ed67c12d3c1f92fb260668e8f5264c);
|
|
|
|
|
|
var marker_b54406942725fa5b1ef3b966b9bc344d = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_47f1663fa153216f39dd42e49a69e0bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0048f8d714db795d1f9c44d878847b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da7bdbb0b51677af86c5c7f2281ab64b = $(`<div id="html_da7bdbb0b51677af86c5c7f2281ab64b" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_d0048f8d714db795d1f9c44d878847b8.setContent(html_da7bdbb0b51677af86c5c7f2281ab64b);
|
|
|
|
|
|
|
|
marker_b54406942725fa5b1ef3b966b9bc344d.bindPopup(popup_d0048f8d714db795d1f9c44d878847b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b54406942725fa5b1ef3b966b9bc344d.setIcon(icon_47f1663fa153216f39dd42e49a69e0bf);
|
|
|
|
|
|
var marker_cbd5ccc4d002c24e5b6f893c8c847f9a = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_cbde69400429f55b2d078fcbbe4069ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e88325a7db88d3f8b000c5db9df0db12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24b94a28397f940cac6874fc99ec9951 = $(`<div id="html_24b94a28397f940cac6874fc99ec9951" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_e88325a7db88d3f8b000c5db9df0db12.setContent(html_24b94a28397f940cac6874fc99ec9951);
|
|
|
|
|
|
|
|
marker_cbd5ccc4d002c24e5b6f893c8c847f9a.bindPopup(popup_e88325a7db88d3f8b000c5db9df0db12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbd5ccc4d002c24e5b6f893c8c847f9a.setIcon(icon_cbde69400429f55b2d078fcbbe4069ac);
|
|
|
|
|
|
var marker_294c3f1855d61ba7512cec181bd8791a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_31b510843446a3d8c3809e32f4c34e3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9598ed576d661f88cd132e31e90c8af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fe93d4dc0ae4ba2a9ad15d7e85d165d = $(`<div id="html_9fe93d4dc0ae4ba2a9ad15d7e85d165d" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_e9598ed576d661f88cd132e31e90c8af.setContent(html_9fe93d4dc0ae4ba2a9ad15d7e85d165d);
|
|
|
|
|
|
|
|
marker_294c3f1855d61ba7512cec181bd8791a.bindPopup(popup_e9598ed576d661f88cd132e31e90c8af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_294c3f1855d61ba7512cec181bd8791a.setIcon(icon_31b510843446a3d8c3809e32f4c34e3c);
|
|
|
|
|
|
var marker_8fb530fd9e00ba923e789d60f34dea19 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_ce55aeeaf8a067f8ead49dddb2782887 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d560e236655f6e98705312c3e629feca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bca63693bd9622bedeec49e1db48b171 = $(`<div id="html_bca63693bd9622bedeec49e1db48b171" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_d560e236655f6e98705312c3e629feca.setContent(html_bca63693bd9622bedeec49e1db48b171);
|
|
|
|
|
|
|
|
marker_8fb530fd9e00ba923e789d60f34dea19.bindPopup(popup_d560e236655f6e98705312c3e629feca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fb530fd9e00ba923e789d60f34dea19.setIcon(icon_ce55aeeaf8a067f8ead49dddb2782887);
|
|
|
|
|
|
var marker_f773b08c7206cbf7dda48a64c4362516 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_831a3613e27cd239b75f782a411c52e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab1fbfca2712d80a972c6c5c56d2b7de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4deab77130eadbbd39b580a0e4adbee9 = $(`<div id="html_4deab77130eadbbd39b580a0e4adbee9" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_ab1fbfca2712d80a972c6c5c56d2b7de.setContent(html_4deab77130eadbbd39b580a0e4adbee9);
|
|
|
|
|
|
|
|
marker_f773b08c7206cbf7dda48a64c4362516.bindPopup(popup_ab1fbfca2712d80a972c6c5c56d2b7de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f773b08c7206cbf7dda48a64c4362516.setIcon(icon_831a3613e27cd239b75f782a411c52e5);
|
|
|
|
|
|
var marker_d5c2854be23d7525c2233b77d5bb0d17 = L.marker(
|
|
[45.4473, -73.7533],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_57e55b5b72745f6a6920bd57aea5fddb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_600c5dd6563719154f6c61efffe590c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e77c7fbba0b0beebcb15027e532de0a = $(`<div id="html_1e77c7fbba0b0beebcb15027e532de0a" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_600c5dd6563719154f6c61efffe590c4.setContent(html_1e77c7fbba0b0beebcb15027e532de0a);
|
|
|
|
|
|
|
|
marker_d5c2854be23d7525c2233b77d5bb0d17.bindPopup(popup_600c5dd6563719154f6c61efffe590c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5c2854be23d7525c2233b77d5bb0d17.setIcon(icon_57e55b5b72745f6a6920bd57aea5fddb);
|
|
|
|
|
|
var marker_f4ea0aec95657780daf72befa2c55d79 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_7932f9ea0bb6436d98517a01f7b6e937 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_839294633ba10729759fa0b091587825 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4b9552df30c6b7d2bf86bd16c93ef02 = $(`<div id="html_e4b9552df30c6b7d2bf86bd16c93ef02" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_839294633ba10729759fa0b091587825.setContent(html_e4b9552df30c6b7d2bf86bd16c93ef02);
|
|
|
|
|
|
|
|
marker_f4ea0aec95657780daf72befa2c55d79.bindPopup(popup_839294633ba10729759fa0b091587825)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4ea0aec95657780daf72befa2c55d79.setIcon(icon_7932f9ea0bb6436d98517a01f7b6e937);
|
|
|
|
|
|
var marker_adc0c0c9fd6f4a05b5dda676d5004d6a = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_7c829c738f53995200fd3b69fd85fe7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e4f99e3101e5507ba4ff4ea80178a0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_209c214823bf4f6aee3b9d23b582c7a3 = $(`<div id="html_209c214823bf4f6aee3b9d23b582c7a3" style="width: 100.0%; height: 100.0%;">relay.wisp.talk</div>`)[0];
|
|
popup_9e4f99e3101e5507ba4ff4ea80178a0f.setContent(html_209c214823bf4f6aee3b9d23b582c7a3);
|
|
|
|
|
|
|
|
marker_adc0c0c9fd6f4a05b5dda676d5004d6a.bindPopup(popup_9e4f99e3101e5507ba4ff4ea80178a0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_adc0c0c9fd6f4a05b5dda676d5004d6a.setIcon(icon_7c829c738f53995200fd3b69fd85fe7d);
|
|
|
|
|
|
var marker_fe33e8b8f9c89e3497600428c6fa011d = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_e405971f147eeb42f4e490c45cc067f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a64c14a829b00c7fb7ec3cf2aacff231 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d65ca895642f31c7bf8b5c115be488d0 = $(`<div id="html_d65ca895642f31c7bf8b5c115be488d0" style="width: 100.0%; height: 100.0%;">relay.bithome.site</div>`)[0];
|
|
popup_a64c14a829b00c7fb7ec3cf2aacff231.setContent(html_d65ca895642f31c7bf8b5c115be488d0);
|
|
|
|
|
|
|
|
marker_fe33e8b8f9c89e3497600428c6fa011d.bindPopup(popup_a64c14a829b00c7fb7ec3cf2aacff231)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe33e8b8f9c89e3497600428c6fa011d.setIcon(icon_e405971f147eeb42f4e490c45cc067f1);
|
|
|
|
|
|
var marker_f2ada8bef4c9d431ac379101bcde3c92 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_df3e65ec21e5d07989af6c9bf56f49db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80245d4759612abe539fd8cbc27f323b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd469e912fdf907b9904e235ae4e5e74 = $(`<div id="html_fd469e912fdf907b9904e235ae4e5e74" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_80245d4759612abe539fd8cbc27f323b.setContent(html_fd469e912fdf907b9904e235ae4e5e74);
|
|
|
|
|
|
|
|
marker_f2ada8bef4c9d431ac379101bcde3c92.bindPopup(popup_80245d4759612abe539fd8cbc27f323b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2ada8bef4c9d431ac379101bcde3c92.setIcon(icon_df3e65ec21e5d07989af6c9bf56f49db);
|
|
|
|
|
|
var marker_edf5e1cb7efa6b8a91c3ae8f9690c739 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_f1731e72e159259c32863990005bf5bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63bdb02e0b41d8ee8d2573587177d1b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bfa9ea6e05add103da354632ea5cc89 = $(`<div id="html_1bfa9ea6e05add103da354632ea5cc89" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_63bdb02e0b41d8ee8d2573587177d1b9.setContent(html_1bfa9ea6e05add103da354632ea5cc89);
|
|
|
|
|
|
|
|
marker_edf5e1cb7efa6b8a91c3ae8f9690c739.bindPopup(popup_63bdb02e0b41d8ee8d2573587177d1b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edf5e1cb7efa6b8a91c3ae8f9690c739.setIcon(icon_f1731e72e159259c32863990005bf5bb);
|
|
|
|
|
|
var marker_8f17c3008f534af3071600932afc8ccb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_6ba2b2d026d5b4ad2de9b0dd92c6da9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bca7e23b2c2832317c8eeaf6344530ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a030e65f87d89d824349d926e68d5352 = $(`<div id="html_a030e65f87d89d824349d926e68d5352" style="width: 100.0%; height: 100.0%;">public.crostr.com</div>`)[0];
|
|
popup_bca7e23b2c2832317c8eeaf6344530ab.setContent(html_a030e65f87d89d824349d926e68d5352);
|
|
|
|
|
|
|
|
marker_8f17c3008f534af3071600932afc8ccb.bindPopup(popup_bca7e23b2c2832317c8eeaf6344530ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f17c3008f534af3071600932afc8ccb.setIcon(icon_6ba2b2d026d5b4ad2de9b0dd92c6da9d);
|
|
|
|
|
|
var marker_b7729ac648900b0a35312284a0febca0 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_13629c8ea08c1193029a71f96dc5d208 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ce0b1012428206e7b39d56d52d39907 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51d59a8076e67fd7795cbbe48e9cbf26 = $(`<div id="html_51d59a8076e67fd7795cbbe48e9cbf26" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_2ce0b1012428206e7b39d56d52d39907.setContent(html_51d59a8076e67fd7795cbbe48e9cbf26);
|
|
|
|
|
|
|
|
marker_b7729ac648900b0a35312284a0febca0.bindPopup(popup_2ce0b1012428206e7b39d56d52d39907)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7729ac648900b0a35312284a0febca0.setIcon(icon_13629c8ea08c1193029a71f96dc5d208);
|
|
|
|
|
|
var marker_b267a758e51967e5481e8a03414f5c5a = L.marker(
|
|
[33.9526, -84.5499],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_fcda2466c9723aed649ae560891d3e92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06b755ccfaad6b7acc983f1a5d193c42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3453b27abc887ab67d55005d8a5809d2 = $(`<div id="html_3453b27abc887ab67d55005d8a5809d2" style="width: 100.0%; height: 100.0%;">nostrferatu.darserians.xyz</div>`)[0];
|
|
popup_06b755ccfaad6b7acc983f1a5d193c42.setContent(html_3453b27abc887ab67d55005d8a5809d2);
|
|
|
|
|
|
|
|
marker_b267a758e51967e5481e8a03414f5c5a.bindPopup(popup_06b755ccfaad6b7acc983f1a5d193c42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b267a758e51967e5481e8a03414f5c5a.setIcon(icon_fcda2466c9723aed649ae560891d3e92);
|
|
|
|
|
|
var marker_747f2591e898909f4c7fa2c478ebdc28 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_e1f6d946f7835be1939c29846be2f3e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a8afbd67f47eb741d52f81c220a99fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7546f428490bd89711d4f028bb9264c2 = $(`<div id="html_7546f428490bd89711d4f028bb9264c2" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_3a8afbd67f47eb741d52f81c220a99fb.setContent(html_7546f428490bd89711d4f028bb9264c2);
|
|
|
|
|
|
|
|
marker_747f2591e898909f4c7fa2c478ebdc28.bindPopup(popup_3a8afbd67f47eb741d52f81c220a99fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_747f2591e898909f4c7fa2c478ebdc28.setIcon(icon_e1f6d946f7835be1939c29846be2f3e7);
|
|
|
|
|
|
var marker_c1c05af4c0d3b60669b62d1614ed7ab7 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_e0a708d4da7b28120bdf3c8f2faec3a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1009fb4f7a990936e1f5c5e3b06cf672 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9f9e93900ee6bd888e7ff653d1b6e98 = $(`<div id="html_e9f9e93900ee6bd888e7ff653d1b6e98" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_1009fb4f7a990936e1f5c5e3b06cf672.setContent(html_e9f9e93900ee6bd888e7ff653d1b6e98);
|
|
|
|
|
|
|
|
marker_c1c05af4c0d3b60669b62d1614ed7ab7.bindPopup(popup_1009fb4f7a990936e1f5c5e3b06cf672)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1c05af4c0d3b60669b62d1614ed7ab7.setIcon(icon_e0a708d4da7b28120bdf3c8f2faec3a3);
|
|
|
|
|
|
var marker_f421052f0d28515c9ee2a42f7c13e440 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_ada163dcb3a3678dbe7573cb11724e7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12aaa23e7adcb4096fa9de9071577393 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d37b00de4c14040b585cf5671f13676c = $(`<div id="html_d37b00de4c14040b585cf5671f13676c" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_12aaa23e7adcb4096fa9de9071577393.setContent(html_d37b00de4c14040b585cf5671f13676c);
|
|
|
|
|
|
|
|
marker_f421052f0d28515c9ee2a42f7c13e440.bindPopup(popup_12aaa23e7adcb4096fa9de9071577393)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f421052f0d28515c9ee2a42f7c13e440.setIcon(icon_ada163dcb3a3678dbe7573cb11724e7d);
|
|
|
|
|
|
var marker_f1dc6ea2df91b76f437ea591c98d26de = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_2f77b6c5e4c8420f5e4a44cda1e8a359 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_241a00c7db466c83d5d9814b12a84e2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_187e46cfad4b6bb541020b24d2fc47eb = $(`<div id="html_187e46cfad4b6bb541020b24d2fc47eb" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_241a00c7db466c83d5d9814b12a84e2f.setContent(html_187e46cfad4b6bb541020b24d2fc47eb);
|
|
|
|
|
|
|
|
marker_f1dc6ea2df91b76f437ea591c98d26de.bindPopup(popup_241a00c7db466c83d5d9814b12a84e2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1dc6ea2df91b76f437ea591c98d26de.setIcon(icon_2f77b6c5e4c8420f5e4a44cda1e8a359);
|
|
|
|
|
|
var marker_b8518b5225ebd612017e3d006759b1b3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_373ba5b371ef492ad186a49db3501278 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a3a54e517f500ee1ff437803f2c8c4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e28c4c900204aac8f01f9dcfd5c6779 = $(`<div id="html_0e28c4c900204aac8f01f9dcfd5c6779" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_3a3a54e517f500ee1ff437803f2c8c4b.setContent(html_0e28c4c900204aac8f01f9dcfd5c6779);
|
|
|
|
|
|
|
|
marker_b8518b5225ebd612017e3d006759b1b3.bindPopup(popup_3a3a54e517f500ee1ff437803f2c8c4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8518b5225ebd612017e3d006759b1b3.setIcon(icon_373ba5b371ef492ad186a49db3501278);
|
|
|
|
|
|
var marker_90a285f27a2a2e822aa3c95ef88020a8 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_13e97d6fa576db7d4bc93b04d68e08ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d25b1492474515b67c9b3229996c4134 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7a0ed0847c78a6611218f8cf93e6d3b = $(`<div id="html_a7a0ed0847c78a6611218f8cf93e6d3b" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_d25b1492474515b67c9b3229996c4134.setContent(html_a7a0ed0847c78a6611218f8cf93e6d3b);
|
|
|
|
|
|
|
|
marker_90a285f27a2a2e822aa3c95ef88020a8.bindPopup(popup_d25b1492474515b67c9b3229996c4134)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90a285f27a2a2e822aa3c95ef88020a8.setIcon(icon_13e97d6fa576db7d4bc93b04d68e08ad);
|
|
|
|
|
|
var marker_67ab986dfc38c77adc6307cd657260e8 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_404daf2edc74cd7454428c023984c316 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c05e2d52cd5a6bd1b5308510864f8de7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f538b9f10ea75a5342b8347c7f28727e = $(`<div id="html_f538b9f10ea75a5342b8347c7f28727e" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_c05e2d52cd5a6bd1b5308510864f8de7.setContent(html_f538b9f10ea75a5342b8347c7f28727e);
|
|
|
|
|
|
|
|
marker_67ab986dfc38c77adc6307cd657260e8.bindPopup(popup_c05e2d52cd5a6bd1b5308510864f8de7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67ab986dfc38c77adc6307cd657260e8.setIcon(icon_404daf2edc74cd7454428c023984c316);
|
|
|
|
|
|
var marker_c26fe9c08ac7c2ff05311697bd446332 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_b7884cf5d8e74d57994ebc15fa58f026 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2dfbce6d2780139db91682de0e3be26b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9017563b84725013e5c4697df9044c09 = $(`<div id="html_9017563b84725013e5c4697df9044c09" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_2dfbce6d2780139db91682de0e3be26b.setContent(html_9017563b84725013e5c4697df9044c09);
|
|
|
|
|
|
|
|
marker_c26fe9c08ac7c2ff05311697bd446332.bindPopup(popup_2dfbce6d2780139db91682de0e3be26b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c26fe9c08ac7c2ff05311697bd446332.setIcon(icon_b7884cf5d8e74d57994ebc15fa58f026);
|
|
|
|
|
|
var marker_3bc0101c2609b666052b41ca655008d2 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_8393200fbbe6f21b7cb2a7f20a084add = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_474ff904fe501f3f13ad743a85a0925e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6641da095623ee44500f3bfd01c2a3c = $(`<div id="html_d6641da095623ee44500f3bfd01c2a3c" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_474ff904fe501f3f13ad743a85a0925e.setContent(html_d6641da095623ee44500f3bfd01c2a3c);
|
|
|
|
|
|
|
|
marker_3bc0101c2609b666052b41ca655008d2.bindPopup(popup_474ff904fe501f3f13ad743a85a0925e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bc0101c2609b666052b41ca655008d2.setIcon(icon_8393200fbbe6f21b7cb2a7f20a084add);
|
|
|
|
|
|
var marker_b6ad8e385335141f17f5f49ae0bbb56d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_015576ab04fe2e9f27d86c4da74f4a13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6e52b244d7e7f2d999152f9bbb3a30b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab74cafa0f2a12368f775858f8302116 = $(`<div id="html_ab74cafa0f2a12368f775858f8302116" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_a6e52b244d7e7f2d999152f9bbb3a30b.setContent(html_ab74cafa0f2a12368f775858f8302116);
|
|
|
|
|
|
|
|
marker_b6ad8e385335141f17f5f49ae0bbb56d.bindPopup(popup_a6e52b244d7e7f2d999152f9bbb3a30b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6ad8e385335141f17f5f49ae0bbb56d.setIcon(icon_015576ab04fe2e9f27d86c4da74f4a13);
|
|
|
|
|
|
var marker_ea3035c2d38fed0b30194d04dd53b638 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_7a9dcc98a379ad1b66c9489e2eb2d95d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c571c6c290c6c863de022594d743616b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbb9c629493c69bd7535deb96cddcc62 = $(`<div id="html_bbb9c629493c69bd7535deb96cddcc62" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_c571c6c290c6c863de022594d743616b.setContent(html_bbb9c629493c69bd7535deb96cddcc62);
|
|
|
|
|
|
|
|
marker_ea3035c2d38fed0b30194d04dd53b638.bindPopup(popup_c571c6c290c6c863de022594d743616b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea3035c2d38fed0b30194d04dd53b638.setIcon(icon_7a9dcc98a379ad1b66c9489e2eb2d95d);
|
|
|
|
|
|
var marker_46a20fea53153585cc638ecd46ebb9d7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_2ca7c2534f71d98abd8ecbfbeff91c4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1ff1f456b936204bce0f717bb7d4be3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_beb3f8a4eb1bbe40992d55e3d998808d = $(`<div id="html_beb3f8a4eb1bbe40992d55e3d998808d" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_c1ff1f456b936204bce0f717bb7d4be3.setContent(html_beb3f8a4eb1bbe40992d55e3d998808d);
|
|
|
|
|
|
|
|
marker_46a20fea53153585cc638ecd46ebb9d7.bindPopup(popup_c1ff1f456b936204bce0f717bb7d4be3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46a20fea53153585cc638ecd46ebb9d7.setIcon(icon_2ca7c2534f71d98abd8ecbfbeff91c4a);
|
|
|
|
|
|
var marker_6673504d83243ee255e9ed5ed9495fc8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_2b687785f288e757b57dddbd9437cd8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_726090baa99eff15ba54f03c68c1ea9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef7df942815de94afa86c9fff6bb0183 = $(`<div id="html_ef7df942815de94afa86c9fff6bb0183" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_726090baa99eff15ba54f03c68c1ea9a.setContent(html_ef7df942815de94afa86c9fff6bb0183);
|
|
|
|
|
|
|
|
marker_6673504d83243ee255e9ed5ed9495fc8.bindPopup(popup_726090baa99eff15ba54f03c68c1ea9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6673504d83243ee255e9ed5ed9495fc8.setIcon(icon_2b687785f288e757b57dddbd9437cd8a);
|
|
|
|
|
|
var marker_811b937834575bd9333b2f3dc297b81c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_c848807a7b88381d29e8eecbb77f852a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8da18e28542cfeb480d36936536945a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e10b2b34c8c93849c8200a6befd5e561 = $(`<div id="html_e10b2b34c8c93849c8200a6befd5e561" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_8da18e28542cfeb480d36936536945a6.setContent(html_e10b2b34c8c93849c8200a6befd5e561);
|
|
|
|
|
|
|
|
marker_811b937834575bd9333b2f3dc297b81c.bindPopup(popup_8da18e28542cfeb480d36936536945a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_811b937834575bd9333b2f3dc297b81c.setIcon(icon_c848807a7b88381d29e8eecbb77f852a);
|
|
|
|
|
|
var marker_f1e320443131a0160a5c0fbc776d9b03 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_22b1588cc71d8b5413f9448cc5061e4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cde8a000520be178f954dc38cf44bd19 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8606bddb60101e9d3196297172a8aaf = $(`<div id="html_c8606bddb60101e9d3196297172a8aaf" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_cde8a000520be178f954dc38cf44bd19.setContent(html_c8606bddb60101e9d3196297172a8aaf);
|
|
|
|
|
|
|
|
marker_f1e320443131a0160a5c0fbc776d9b03.bindPopup(popup_cde8a000520be178f954dc38cf44bd19)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1e320443131a0160a5c0fbc776d9b03.setIcon(icon_22b1588cc71d8b5413f9448cc5061e4a);
|
|
|
|
|
|
var marker_bcc6c2cb9eee31a16adf4bd92f2d594a = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_ff3474b4c2eea4332e1d67e031f96288 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15b8804f0ade68ff6fb87f754b6c4e48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85af2a57a5af9e8c7540db78c2194a78 = $(`<div id="html_85af2a57a5af9e8c7540db78c2194a78" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_15b8804f0ade68ff6fb87f754b6c4e48.setContent(html_85af2a57a5af9e8c7540db78c2194a78);
|
|
|
|
|
|
|
|
marker_bcc6c2cb9eee31a16adf4bd92f2d594a.bindPopup(popup_15b8804f0ade68ff6fb87f754b6c4e48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bcc6c2cb9eee31a16adf4bd92f2d594a.setIcon(icon_ff3474b4c2eea4332e1d67e031f96288);
|
|
|
|
|
|
var marker_00cf8e857a80912c1143642cd4fb57ee = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_7c58e532658d960ff97ee7e9bdaa6125 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_efb204a61336ade88c95eb35dc73dbb3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_546bae48bbd7292c327e09d65b40a09d = $(`<div id="html_546bae48bbd7292c327e09d65b40a09d" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_efb204a61336ade88c95eb35dc73dbb3.setContent(html_546bae48bbd7292c327e09d65b40a09d);
|
|
|
|
|
|
|
|
marker_00cf8e857a80912c1143642cd4fb57ee.bindPopup(popup_efb204a61336ade88c95eb35dc73dbb3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00cf8e857a80912c1143642cd4fb57ee.setIcon(icon_7c58e532658d960ff97ee7e9bdaa6125);
|
|
|
|
|
|
var marker_353d65e4a1c2baad1a773aa4ebcc1b78 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_25ca45495a1ee788a34d6272e278c32a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f59a8208ec3120303e2b5e8c7a747bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da153f7384d4289b0339dfe5aefc20c8 = $(`<div id="html_da153f7384d4289b0339dfe5aefc20c8" style="width: 100.0%; height: 100.0%;">insta-relay.apps3.slidestr.net</div>`)[0];
|
|
popup_6f59a8208ec3120303e2b5e8c7a747bd.setContent(html_da153f7384d4289b0339dfe5aefc20c8);
|
|
|
|
|
|
|
|
marker_353d65e4a1c2baad1a773aa4ebcc1b78.bindPopup(popup_6f59a8208ec3120303e2b5e8c7a747bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_353d65e4a1c2baad1a773aa4ebcc1b78.setIcon(icon_25ca45495a1ee788a34d6272e278c32a);
|
|
|
|
|
|
var marker_08ca347ec55f2c403aeaa43c24c87701 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_e077bacffd09d98955ff94251ee3b22c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b5bff68a7e27840d333fc8a57bfd882 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8d5c0d45f608fe1fe42f250a86e7835 = $(`<div id="html_e8d5c0d45f608fe1fe42f250a86e7835" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_3b5bff68a7e27840d333fc8a57bfd882.setContent(html_e8d5c0d45f608fe1fe42f250a86e7835);
|
|
|
|
|
|
|
|
marker_08ca347ec55f2c403aeaa43c24c87701.bindPopup(popup_3b5bff68a7e27840d333fc8a57bfd882)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08ca347ec55f2c403aeaa43c24c87701.setIcon(icon_e077bacffd09d98955ff94251ee3b22c);
|
|
|
|
|
|
var marker_6bff9b54705f18b63715fa1db49d92f1 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_47d08b4ff0b47bdd4dff95eea3253ef5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a66ea2a73e30122a51214dbf4c6d0b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92a554bc3fc24c1b68c89a9170bd02a6 = $(`<div id="html_92a554bc3fc24c1b68c89a9170bd02a6" style="width: 100.0%; height: 100.0%;">video.czas.plus</div>`)[0];
|
|
popup_1a66ea2a73e30122a51214dbf4c6d0b9.setContent(html_92a554bc3fc24c1b68c89a9170bd02a6);
|
|
|
|
|
|
|
|
marker_6bff9b54705f18b63715fa1db49d92f1.bindPopup(popup_1a66ea2a73e30122a51214dbf4c6d0b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6bff9b54705f18b63715fa1db49d92f1.setIcon(icon_47d08b4ff0b47bdd4dff95eea3253ef5);
|
|
|
|
|
|
var marker_3e5416d329a441848dba54196b33ad94 = L.marker(
|
|
[49.281, -123.117],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_29a137aa235b89a94327e5f045d5ea98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b1834f88e9e4ed6b8ac8b2a6c718cd7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67c8448d621fd777b315acc1981c0254 = $(`<div id="html_67c8448d621fd777b315acc1981c0254" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_0b1834f88e9e4ed6b8ac8b2a6c718cd7.setContent(html_67c8448d621fd777b315acc1981c0254);
|
|
|
|
|
|
|
|
marker_3e5416d329a441848dba54196b33ad94.bindPopup(popup_0b1834f88e9e4ed6b8ac8b2a6c718cd7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e5416d329a441848dba54196b33ad94.setIcon(icon_29a137aa235b89a94327e5f045d5ea98);
|
|
|
|
|
|
var marker_83ff9e3f79d9fc82922673252f1b8211 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_1e1a4a8fa783bb1d656d2946b88ae72d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7eb1c8bdee3da7a4188b50410c7ea668 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00aa161e5dfa879bac73a8d9d61ef126 = $(`<div id="html_00aa161e5dfa879bac73a8d9d61ef126" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_7eb1c8bdee3da7a4188b50410c7ea668.setContent(html_00aa161e5dfa879bac73a8d9d61ef126);
|
|
|
|
|
|
|
|
marker_83ff9e3f79d9fc82922673252f1b8211.bindPopup(popup_7eb1c8bdee3da7a4188b50410c7ea668)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83ff9e3f79d9fc82922673252f1b8211.setIcon(icon_1e1a4a8fa783bb1d656d2946b88ae72d);
|
|
|
|
|
|
var marker_725aabfae36ba1ed2985cac810ee459f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_ae0cd39cfc8dc128e9ef49390ebf5bf6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_325d9375089c96fd389c1bd61c19c22b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23e594ac3878fece375bdc6a2bdedb93 = $(`<div id="html_23e594ac3878fece375bdc6a2bdedb93" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_325d9375089c96fd389c1bd61c19c22b.setContent(html_23e594ac3878fece375bdc6a2bdedb93);
|
|
|
|
|
|
|
|
marker_725aabfae36ba1ed2985cac810ee459f.bindPopup(popup_325d9375089c96fd389c1bd61c19c22b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_725aabfae36ba1ed2985cac810ee459f.setIcon(icon_ae0cd39cfc8dc128e9ef49390ebf5bf6);
|
|
|
|
|
|
var marker_93806a18bbb399adfe221325cff6c7c2 = L.marker(
|
|
[51.4968, -0.018337],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_5115e898586d402efc2f45e4d66dd178 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31e02ce74d969ec298ba36d63f01b4ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa3df0caafc12375e25caa810a5dcae8 = $(`<div id="html_fa3df0caafc12375e25caa810a5dcae8" style="width: 100.0%; height: 100.0%;">strfry.bitsbytom.com</div>`)[0];
|
|
popup_31e02ce74d969ec298ba36d63f01b4ad.setContent(html_fa3df0caafc12375e25caa810a5dcae8);
|
|
|
|
|
|
|
|
marker_93806a18bbb399adfe221325cff6c7c2.bindPopup(popup_31e02ce74d969ec298ba36d63f01b4ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93806a18bbb399adfe221325cff6c7c2.setIcon(icon_5115e898586d402efc2f45e4d66dd178);
|
|
|
|
|
|
var marker_ef476130a621ff4db91f89db49e3d92a = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_d2b7bbae856e41466575e3f30b61e1c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b39fe18c7e68f2ef4a943038d24a4d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b582e9d421977e1d70938e78611db01 = $(`<div id="html_8b582e9d421977e1d70938e78611db01" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_2b39fe18c7e68f2ef4a943038d24a4d3.setContent(html_8b582e9d421977e1d70938e78611db01);
|
|
|
|
|
|
|
|
marker_ef476130a621ff4db91f89db49e3d92a.bindPopup(popup_2b39fe18c7e68f2ef4a943038d24a4d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef476130a621ff4db91f89db49e3d92a.setIcon(icon_d2b7bbae856e41466575e3f30b61e1c1);
|
|
|
|
|
|
var marker_6a2c190a7a7f1b87b8ea4a31d008f9f7 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_bdb292a2f7eca063953b702f82e9c664 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e553f0dce67e3838f531518d761635b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_925cf3b90ce7f11c48bd397b96812c04 = $(`<div id="html_925cf3b90ce7f11c48bd397b96812c04" style="width: 100.0%; height: 100.0%;">nostr2.thalheim.io</div>`)[0];
|
|
popup_e553f0dce67e3838f531518d761635b6.setContent(html_925cf3b90ce7f11c48bd397b96812c04);
|
|
|
|
|
|
|
|
marker_6a2c190a7a7f1b87b8ea4a31d008f9f7.bindPopup(popup_e553f0dce67e3838f531518d761635b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a2c190a7a7f1b87b8ea4a31d008f9f7.setIcon(icon_bdb292a2f7eca063953b702f82e9c664);
|
|
|
|
|
|
var marker_393e95c490d549532da57df545409b0b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_c5d74694e84524cdf2467ed621f987a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a486853845f5731b14044df5caebb94b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a49593ce8cf9baf9ae17274ce0bdf799 = $(`<div id="html_a49593ce8cf9baf9ae17274ce0bdf799" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_a486853845f5731b14044df5caebb94b.setContent(html_a49593ce8cf9baf9ae17274ce0bdf799);
|
|
|
|
|
|
|
|
marker_393e95c490d549532da57df545409b0b.bindPopup(popup_a486853845f5731b14044df5caebb94b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_393e95c490d549532da57df545409b0b.setIcon(icon_c5d74694e84524cdf2467ed621f987a2);
|
|
|
|
|
|
var marker_b5d382b6474ce21ed9a00273b5d697e6 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_06c84c3f439f155e362c30117c42753a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a74888f784e100ea556a2f053026792a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06d9873439a35ebb71f3703971c3629f = $(`<div id="html_06d9873439a35ebb71f3703971c3629f" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_a74888f784e100ea556a2f053026792a.setContent(html_06d9873439a35ebb71f3703971c3629f);
|
|
|
|
|
|
|
|
marker_b5d382b6474ce21ed9a00273b5d697e6.bindPopup(popup_a74888f784e100ea556a2f053026792a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5d382b6474ce21ed9a00273b5d697e6.setIcon(icon_06c84c3f439f155e362c30117c42753a);
|
|
|
|
|
|
var marker_d703eec15573ad3a6944cb6e2b67cb34 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_e2d3e675364eb338c9ac874923fe2a94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0477772cb0f9055a71edca487ee341d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d86349f4962a047173be26b731ded2cb = $(`<div id="html_d86349f4962a047173be26b731ded2cb" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_f0477772cb0f9055a71edca487ee341d.setContent(html_d86349f4962a047173be26b731ded2cb);
|
|
|
|
|
|
|
|
marker_d703eec15573ad3a6944cb6e2b67cb34.bindPopup(popup_f0477772cb0f9055a71edca487ee341d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d703eec15573ad3a6944cb6e2b67cb34.setIcon(icon_e2d3e675364eb338c9ac874923fe2a94);
|
|
|
|
|
|
var marker_3418b1ca51e9bbb98622b2b3540d480e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_b8e0d905fd54d71dcd702c4f2fd24057 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_863aed42f53e75ab446595184050b693 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea9e2d25840ca4fc19538074c6d3728e = $(`<div id="html_ea9e2d25840ca4fc19538074c6d3728e" style="width: 100.0%; height: 100.0%;">relay.sovbit.dev</div>`)[0];
|
|
popup_863aed42f53e75ab446595184050b693.setContent(html_ea9e2d25840ca4fc19538074c6d3728e);
|
|
|
|
|
|
|
|
marker_3418b1ca51e9bbb98622b2b3540d480e.bindPopup(popup_863aed42f53e75ab446595184050b693)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3418b1ca51e9bbb98622b2b3540d480e.setIcon(icon_b8e0d905fd54d71dcd702c4f2fd24057);
|
|
|
|
|
|
var marker_f0780cc52a89adfe34ed8dd5560bddfd = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_e72786cab54a185a5acfdf10a600dd07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_268febe41434391a7961c6290ebf7b55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc7e3b4d39b7d4fd23c6cfd854b5cbeb = $(`<div id="html_cc7e3b4d39b7d4fd23c6cfd854b5cbeb" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_268febe41434391a7961c6290ebf7b55.setContent(html_cc7e3b4d39b7d4fd23c6cfd854b5cbeb);
|
|
|
|
|
|
|
|
marker_f0780cc52a89adfe34ed8dd5560bddfd.bindPopup(popup_268febe41434391a7961c6290ebf7b55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0780cc52a89adfe34ed8dd5560bddfd.setIcon(icon_e72786cab54a185a5acfdf10a600dd07);
|
|
|
|
|
|
var marker_10ea69abd674fd6fae704d494cf7bee9 = L.marker(
|
|
[34.6937, 135.502],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_874eaa7d8a396f99c3176458d9c3b81a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47116cc895ceaf50a871600686086ec1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df5cf8048a755265a53137de1d918319 = $(`<div id="html_df5cf8048a755265a53137de1d918319" style="width: 100.0%; height: 100.0%;">v-relay.d02.vrtmrz.net</div>`)[0];
|
|
popup_47116cc895ceaf50a871600686086ec1.setContent(html_df5cf8048a755265a53137de1d918319);
|
|
|
|
|
|
|
|
marker_10ea69abd674fd6fae704d494cf7bee9.bindPopup(popup_47116cc895ceaf50a871600686086ec1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10ea69abd674fd6fae704d494cf7bee9.setIcon(icon_874eaa7d8a396f99c3176458d9c3b81a);
|
|
|
|
|
|
var marker_a5d3b8badcee70a3e263079bc26d8f0d = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_cd439a1113f5c8a23a137e9b500fe1f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4118e572f16563f337a5f3a563f96eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90cf4b4764477e04096898cf4b6c7e54 = $(`<div id="html_90cf4b4764477e04096898cf4b6c7e54" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_b4118e572f16563f337a5f3a563f96eb.setContent(html_90cf4b4764477e04096898cf4b6c7e54);
|
|
|
|
|
|
|
|
marker_a5d3b8badcee70a3e263079bc26d8f0d.bindPopup(popup_b4118e572f16563f337a5f3a563f96eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5d3b8badcee70a3e263079bc26d8f0d.setIcon(icon_cd439a1113f5c8a23a137e9b500fe1f4);
|
|
|
|
|
|
var marker_2c66e90a060aaf233ea048b662c693b2 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_e64e0bb75742c437f2d22e098b2b710a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_395a6f60ed00d03a352b675e46f9adf4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c97cfec53d37858883488bf1874b3c52 = $(`<div id="html_c97cfec53d37858883488bf1874b3c52" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_395a6f60ed00d03a352b675e46f9adf4.setContent(html_c97cfec53d37858883488bf1874b3c52);
|
|
|
|
|
|
|
|
marker_2c66e90a060aaf233ea048b662c693b2.bindPopup(popup_395a6f60ed00d03a352b675e46f9adf4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c66e90a060aaf233ea048b662c693b2.setIcon(icon_e64e0bb75742c437f2d22e098b2b710a);
|
|
|
|
|
|
var marker_dd99c552601cefccc6f28f342bc0f40e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_bd8c8a5bfc046a71653915cd534bcc13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2bf17a65e6c4f61fbaa6c94b1d522c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_acfaf23f4f8a3b13b7dd0a58e4638060 = $(`<div id="html_acfaf23f4f8a3b13b7dd0a58e4638060" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_b2bf17a65e6c4f61fbaa6c94b1d522c2.setContent(html_acfaf23f4f8a3b13b7dd0a58e4638060);
|
|
|
|
|
|
|
|
marker_dd99c552601cefccc6f28f342bc0f40e.bindPopup(popup_b2bf17a65e6c4f61fbaa6c94b1d522c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd99c552601cefccc6f28f342bc0f40e.setIcon(icon_bd8c8a5bfc046a71653915cd534bcc13);
|
|
|
|
|
|
var marker_8b6ab3bf144ae55d122a28dbc28951c4 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_41aeb60d1095439683195543f2f1836c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ef1c980d6195661658fd389a8891a75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0e8505a652ae6b2ca1feee207e1f028 = $(`<div id="html_d0e8505a652ae6b2ca1feee207e1f028" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_8ef1c980d6195661658fd389a8891a75.setContent(html_d0e8505a652ae6b2ca1feee207e1f028);
|
|
|
|
|
|
|
|
marker_8b6ab3bf144ae55d122a28dbc28951c4.bindPopup(popup_8ef1c980d6195661658fd389a8891a75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b6ab3bf144ae55d122a28dbc28951c4.setIcon(icon_41aeb60d1095439683195543f2f1836c);
|
|
|
|
|
|
var marker_eeffb2b2c07c486f0223b88d9e9c58c4 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_f3c6f1c2d2294cbafd0c9a2a5c9f6610 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb2cf6e7bab1b3eadd3808fb990d4b25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebc7975c53dccf4702ae430770fa983b = $(`<div id="html_ebc7975c53dccf4702ae430770fa983b" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_fb2cf6e7bab1b3eadd3808fb990d4b25.setContent(html_ebc7975c53dccf4702ae430770fa983b);
|
|
|
|
|
|
|
|
marker_eeffb2b2c07c486f0223b88d9e9c58c4.bindPopup(popup_fb2cf6e7bab1b3eadd3808fb990d4b25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eeffb2b2c07c486f0223b88d9e9c58c4.setIcon(icon_f3c6f1c2d2294cbafd0c9a2a5c9f6610);
|
|
|
|
|
|
var marker_cbbecc86da510ed60306d8495d1b0994 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_4c3ff8ed48e73ffb321c86bac952717c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65a1b64d271d473eab48c5277deb7928 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17d76f470134b954ba996b9922ae2d7a = $(`<div id="html_17d76f470134b954ba996b9922ae2d7a" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_65a1b64d271d473eab48c5277deb7928.setContent(html_17d76f470134b954ba996b9922ae2d7a);
|
|
|
|
|
|
|
|
marker_cbbecc86da510ed60306d8495d1b0994.bindPopup(popup_65a1b64d271d473eab48c5277deb7928)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbbecc86da510ed60306d8495d1b0994.setIcon(icon_4c3ff8ed48e73ffb321c86bac952717c);
|
|
|
|
|
|
var marker_f244318a3136c6c9995e23ed3b59da03 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_a8d54c9f8ba54e462571ab4cd41dd4b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f25b8da5a932fd3e08f6d7c95c007b57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_963e6aa7b85a98367b6bf10335e725e2 = $(`<div id="html_963e6aa7b85a98367b6bf10335e725e2" style="width: 100.0%; height: 100.0%;">relay.bikel.ink</div>`)[0];
|
|
popup_f25b8da5a932fd3e08f6d7c95c007b57.setContent(html_963e6aa7b85a98367b6bf10335e725e2);
|
|
|
|
|
|
|
|
marker_f244318a3136c6c9995e23ed3b59da03.bindPopup(popup_f25b8da5a932fd3e08f6d7c95c007b57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f244318a3136c6c9995e23ed3b59da03.setIcon(icon_a8d54c9f8ba54e462571ab4cd41dd4b6);
|
|
|
|
|
|
var marker_6f912cf579ef6d8d5fc9ea9d7d61c382 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_bf954a1e0d3415199ef350ecfef36c21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_194d4ea5d9bad8a2c2ae5dc79e6866c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f64d2785f38d1281c945b0057aec246 = $(`<div id="html_7f64d2785f38d1281c945b0057aec246" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_194d4ea5d9bad8a2c2ae5dc79e6866c7.setContent(html_7f64d2785f38d1281c945b0057aec246);
|
|
|
|
|
|
|
|
marker_6f912cf579ef6d8d5fc9ea9d7d61c382.bindPopup(popup_194d4ea5d9bad8a2c2ae5dc79e6866c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f912cf579ef6d8d5fc9ea9d7d61c382.setIcon(icon_bf954a1e0d3415199ef350ecfef36c21);
|
|
|
|
|
|
var marker_addc313333e1950cefd8f87a3f57432a = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_ecc4a7aab7a1710e2cf987d68451ae31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fd536ee965a45e0b63e11fa0a46ce93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bfa493ff7e0befa91ec91d3525dfb00c = $(`<div id="html_bfa493ff7e0befa91ec91d3525dfb00c" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_8fd536ee965a45e0b63e11fa0a46ce93.setContent(html_bfa493ff7e0befa91ec91d3525dfb00c);
|
|
|
|
|
|
|
|
marker_addc313333e1950cefd8f87a3f57432a.bindPopup(popup_8fd536ee965a45e0b63e11fa0a46ce93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_addc313333e1950cefd8f87a3f57432a.setIcon(icon_ecc4a7aab7a1710e2cf987d68451ae31);
|
|
|
|
|
|
var marker_adc6b0998ba333fd7173da4d7881930e = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_15d2f5dc2bcf84e151267d15bcb83b56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9a7ebb0b0662bb7102eb4e3c5390d9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5794aba85d871dcae5800bd1d6d08c6 = $(`<div id="html_e5794aba85d871dcae5800bd1d6d08c6" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_d9a7ebb0b0662bb7102eb4e3c5390d9f.setContent(html_e5794aba85d871dcae5800bd1d6d08c6);
|
|
|
|
|
|
|
|
marker_adc6b0998ba333fd7173da4d7881930e.bindPopup(popup_d9a7ebb0b0662bb7102eb4e3c5390d9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_adc6b0998ba333fd7173da4d7881930e.setIcon(icon_15d2f5dc2bcf84e151267d15bcb83b56);
|
|
|
|
|
|
var marker_af0a047119e367cce46effe0e2f77594 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_2374a7314cc5e7e9543b788cad6fd932 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_342053fad19266f5a6767d3418fc5173 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d923803eb355631e99746e5e69a325e = $(`<div id="html_6d923803eb355631e99746e5e69a325e" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_342053fad19266f5a6767d3418fc5173.setContent(html_6d923803eb355631e99746e5e69a325e);
|
|
|
|
|
|
|
|
marker_af0a047119e367cce46effe0e2f77594.bindPopup(popup_342053fad19266f5a6767d3418fc5173)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af0a047119e367cce46effe0e2f77594.setIcon(icon_2374a7314cc5e7e9543b788cad6fd932);
|
|
|
|
|
|
var marker_ce64c9e404dfda56a78fd1c85aabe1ca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_393c764888c8024f2892de8746e2d4cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_697c7f8901b2ac1a0c46ca57bafa831d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98f091b2a10213d1ea45f77d34840bac = $(`<div id="html_98f091b2a10213d1ea45f77d34840bac" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_697c7f8901b2ac1a0c46ca57bafa831d.setContent(html_98f091b2a10213d1ea45f77d34840bac);
|
|
|
|
|
|
|
|
marker_ce64c9e404dfda56a78fd1c85aabe1ca.bindPopup(popup_697c7f8901b2ac1a0c46ca57bafa831d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce64c9e404dfda56a78fd1c85aabe1ca.setIcon(icon_393c764888c8024f2892de8746e2d4cb);
|
|
|
|
|
|
var marker_64c5b24a4e37696ef23bb47021b10820 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_3d76ca485c073e334cc57549a8d07df5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ba8a6afef0063a792d58ffec5d4f225 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d04f993dc5f9d8ccd7cbf327e2f6dcf8 = $(`<div id="html_d04f993dc5f9d8ccd7cbf327e2f6dcf8" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_3ba8a6afef0063a792d58ffec5d4f225.setContent(html_d04f993dc5f9d8ccd7cbf327e2f6dcf8);
|
|
|
|
|
|
|
|
marker_64c5b24a4e37696ef23bb47021b10820.bindPopup(popup_3ba8a6afef0063a792d58ffec5d4f225)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64c5b24a4e37696ef23bb47021b10820.setIcon(icon_3d76ca485c073e334cc57549a8d07df5);
|
|
|
|
|
|
var marker_4837b2bd79effd03faf410e2090a3102 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_2fe10752e1f48344e0352b9494129dfb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34a414d0473f66f59116fe69ee4f6da1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56cabcd8d2a44746d55b25a45e8fbd9a = $(`<div id="html_56cabcd8d2a44746d55b25a45e8fbd9a" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_34a414d0473f66f59116fe69ee4f6da1.setContent(html_56cabcd8d2a44746d55b25a45e8fbd9a);
|
|
|
|
|
|
|
|
marker_4837b2bd79effd03faf410e2090a3102.bindPopup(popup_34a414d0473f66f59116fe69ee4f6da1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4837b2bd79effd03faf410e2090a3102.setIcon(icon_2fe10752e1f48344e0352b9494129dfb);
|
|
|
|
|
|
var marker_e45977b7d6c855807d2c7d0adf2d5481 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_69e95426cb5316b9526b50f6aface8df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76b25fc4f10c0888adc985ee263745cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33ceab83094386ff2fe16b0ced53b644 = $(`<div id="html_33ceab83094386ff2fe16b0ced53b644" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_76b25fc4f10c0888adc985ee263745cf.setContent(html_33ceab83094386ff2fe16b0ced53b644);
|
|
|
|
|
|
|
|
marker_e45977b7d6c855807d2c7d0adf2d5481.bindPopup(popup_76b25fc4f10c0888adc985ee263745cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e45977b7d6c855807d2c7d0adf2d5481.setIcon(icon_69e95426cb5316b9526b50f6aface8df);
|
|
|
|
|
|
var marker_4222ef7ff5492dd595f3226edb05091b = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_d67f421888242b18363cf082086cdf50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adda03c817edebcf8d3e42ea5c2e8682 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef49bf81a80a80273d02204d7d9f694c = $(`<div id="html_ef49bf81a80a80273d02204d7d9f694c" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_adda03c817edebcf8d3e42ea5c2e8682.setContent(html_ef49bf81a80a80273d02204d7d9f694c);
|
|
|
|
|
|
|
|
marker_4222ef7ff5492dd595f3226edb05091b.bindPopup(popup_adda03c817edebcf8d3e42ea5c2e8682)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4222ef7ff5492dd595f3226edb05091b.setIcon(icon_d67f421888242b18363cf082086cdf50);
|
|
|
|
|
|
var marker_cf63b5fe0a1b91173d6da28ddc430d64 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_c1ca41f2d1b08b31250f8c95babffb90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1e5d04bd345fd9d5f7146caf3248e27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2468e01eced40195f039ca2b63f35ea7 = $(`<div id="html_2468e01eced40195f039ca2b63f35ea7" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_f1e5d04bd345fd9d5f7146caf3248e27.setContent(html_2468e01eced40195f039ca2b63f35ea7);
|
|
|
|
|
|
|
|
marker_cf63b5fe0a1b91173d6da28ddc430d64.bindPopup(popup_f1e5d04bd345fd9d5f7146caf3248e27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf63b5fe0a1b91173d6da28ddc430d64.setIcon(icon_c1ca41f2d1b08b31250f8c95babffb90);
|
|
|
|
|
|
var marker_681b5c7aa118ad1d0e9bcfc36138b016 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_99a71e6be2a69291bd53b65b5fd1de51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3e8c2d56bdc18980d077a0c346adf5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_193f6d15382668ba36077013efe71454 = $(`<div id="html_193f6d15382668ba36077013efe71454" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_e3e8c2d56bdc18980d077a0c346adf5d.setContent(html_193f6d15382668ba36077013efe71454);
|
|
|
|
|
|
|
|
marker_681b5c7aa118ad1d0e9bcfc36138b016.bindPopup(popup_e3e8c2d56bdc18980d077a0c346adf5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_681b5c7aa118ad1d0e9bcfc36138b016.setIcon(icon_99a71e6be2a69291bd53b65b5fd1de51);
|
|
|
|
|
|
var marker_83efe7d4f49d4aef2d6233119c7eda16 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_1d61b70b3e242b93fece73f251aca3c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb8d49c7fb7a4b0a3908fe2f5daad7b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ddeced252e140b047d7d3718ed09c0b5 = $(`<div id="html_ddeced252e140b047d7d3718ed09c0b5" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_bb8d49c7fb7a4b0a3908fe2f5daad7b3.setContent(html_ddeced252e140b047d7d3718ed09c0b5);
|
|
|
|
|
|
|
|
marker_83efe7d4f49d4aef2d6233119c7eda16.bindPopup(popup_bb8d49c7fb7a4b0a3908fe2f5daad7b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83efe7d4f49d4aef2d6233119c7eda16.setIcon(icon_1d61b70b3e242b93fece73f251aca3c7);
|
|
|
|
|
|
var marker_e8288ea7c30739af18fab6e7ca1832f7 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_838131512a4c7682af8e1ac2f57e727a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b66c34c26335722ade9ac66379b087f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_050583a1aea72d5c24e976beb5ffc11b = $(`<div id="html_050583a1aea72d5c24e976beb5ffc11b" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_2b66c34c26335722ade9ac66379b087f.setContent(html_050583a1aea72d5c24e976beb5ffc11b);
|
|
|
|
|
|
|
|
marker_e8288ea7c30739af18fab6e7ca1832f7.bindPopup(popup_2b66c34c26335722ade9ac66379b087f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8288ea7c30739af18fab6e7ca1832f7.setIcon(icon_838131512a4c7682af8e1ac2f57e727a);
|
|
|
|
|
|
var marker_d29c645f4cfea69f39e7eb32890d55b4 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_b9cf6739b1c2b27d6aebcde68ffc684e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43ae3d6c1b0ce9a233aa624c7ca7d16e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33e8f47c47e579e4ee34ee248823e4d3 = $(`<div id="html_33e8f47c47e579e4ee34ee248823e4d3" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_43ae3d6c1b0ce9a233aa624c7ca7d16e.setContent(html_33e8f47c47e579e4ee34ee248823e4d3);
|
|
|
|
|
|
|
|
marker_d29c645f4cfea69f39e7eb32890d55b4.bindPopup(popup_43ae3d6c1b0ce9a233aa624c7ca7d16e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d29c645f4cfea69f39e7eb32890d55b4.setIcon(icon_b9cf6739b1c2b27d6aebcde68ffc684e);
|
|
|
|
|
|
var marker_dee2d6550f6a0eab09c4c1ab49c7d007 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_34599f45be9d804372ff1f70c6b4debf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24e15413a732d98341784f496044a269 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c36390f0506c9ecec7b511848b22691 = $(`<div id="html_2c36390f0506c9ecec7b511848b22691" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_24e15413a732d98341784f496044a269.setContent(html_2c36390f0506c9ecec7b511848b22691);
|
|
|
|
|
|
|
|
marker_dee2d6550f6a0eab09c4c1ab49c7d007.bindPopup(popup_24e15413a732d98341784f496044a269)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dee2d6550f6a0eab09c4c1ab49c7d007.setIcon(icon_34599f45be9d804372ff1f70c6b4debf);
|
|
|
|
|
|
var marker_bd22c042d30889ac63df9f3aa384b309 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_000ef2f4992d24208bd9c30891887315 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10a36c3fb47c03a93b770b6dc127936f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8040f93047c35800df5f978f3a401b98 = $(`<div id="html_8040f93047c35800df5f978f3a401b98" style="width: 100.0%; height: 100.0%;">dm-test-strfry-generic.samt.st</div>`)[0];
|
|
popup_10a36c3fb47c03a93b770b6dc127936f.setContent(html_8040f93047c35800df5f978f3a401b98);
|
|
|
|
|
|
|
|
marker_bd22c042d30889ac63df9f3aa384b309.bindPopup(popup_10a36c3fb47c03a93b770b6dc127936f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd22c042d30889ac63df9f3aa384b309.setIcon(icon_000ef2f4992d24208bd9c30891887315);
|
|
|
|
|
|
var marker_6d87d52b6fae9b9fcd773f86969d863e = L.marker(
|
|
[3.139, 101.687],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_970f8381c8bdd20c7e67301062042b14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_633f2ec945bdad36d7d653518481a1b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55a979eaee21d9de592c89eca201124f = $(`<div id="html_55a979eaee21d9de592c89eca201124f" style="width: 100.0%; height: 100.0%;">nostr.tagomago.me</div>`)[0];
|
|
popup_633f2ec945bdad36d7d653518481a1b2.setContent(html_55a979eaee21d9de592c89eca201124f);
|
|
|
|
|
|
|
|
marker_6d87d52b6fae9b9fcd773f86969d863e.bindPopup(popup_633f2ec945bdad36d7d653518481a1b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d87d52b6fae9b9fcd773f86969d863e.setIcon(icon_970f8381c8bdd20c7e67301062042b14);
|
|
|
|
|
|
var marker_56c79472cfa4bc2640a8b0971f2b9aaa = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_dcd2d95d2ccbe2643f22a2cc4b5aedc7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19af13226b93edc53bff081a04fe6722 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16dda1a8946e3a6819b603004c968c99 = $(`<div id="html_16dda1a8946e3a6819b603004c968c99" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_19af13226b93edc53bff081a04fe6722.setContent(html_16dda1a8946e3a6819b603004c968c99);
|
|
|
|
|
|
|
|
marker_56c79472cfa4bc2640a8b0971f2b9aaa.bindPopup(popup_19af13226b93edc53bff081a04fe6722)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56c79472cfa4bc2640a8b0971f2b9aaa.setIcon(icon_dcd2d95d2ccbe2643f22a2cc4b5aedc7);
|
|
|
|
|
|
var marker_0a183a97a54a7edc18307b9ed42b0f7e = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_aaba0c988b37262700ab0bf9ebb6954c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ff263525d2ce684cdec48d19ff6ed1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b29452ecab2e1a343183ade074c25709 = $(`<div id="html_b29452ecab2e1a343183ade074c25709" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_6ff263525d2ce684cdec48d19ff6ed1c.setContent(html_b29452ecab2e1a343183ade074c25709);
|
|
|
|
|
|
|
|
marker_0a183a97a54a7edc18307b9ed42b0f7e.bindPopup(popup_6ff263525d2ce684cdec48d19ff6ed1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a183a97a54a7edc18307b9ed42b0f7e.setIcon(icon_aaba0c988b37262700ab0bf9ebb6954c);
|
|
|
|
|
|
var marker_b3b117eb7b783e08c150445edb40aa8a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_e45b67a859cd275868386bcedc928d77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ada1c18ef098d80289f2f17bbbe7f5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49c24145110bc8819fae84b260252250 = $(`<div id="html_49c24145110bc8819fae84b260252250" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_0ada1c18ef098d80289f2f17bbbe7f5a.setContent(html_49c24145110bc8819fae84b260252250);
|
|
|
|
|
|
|
|
marker_b3b117eb7b783e08c150445edb40aa8a.bindPopup(popup_0ada1c18ef098d80289f2f17bbbe7f5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3b117eb7b783e08c150445edb40aa8a.setIcon(icon_e45b67a859cd275868386bcedc928d77);
|
|
|
|
|
|
var marker_fb441bfc9743be11235467fdd523117f = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_ff0fd26a9018a94207c9e1b4757553d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bfd2043e50f6b59e0455d0922c38818b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a55dcc11d0a0ef939b5665e46a91ec7d = $(`<div id="html_a55dcc11d0a0ef939b5665e46a91ec7d" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_bfd2043e50f6b59e0455d0922c38818b.setContent(html_a55dcc11d0a0ef939b5665e46a91ec7d);
|
|
|
|
|
|
|
|
marker_fb441bfc9743be11235467fdd523117f.bindPopup(popup_bfd2043e50f6b59e0455d0922c38818b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb441bfc9743be11235467fdd523117f.setIcon(icon_ff0fd26a9018a94207c9e1b4757553d7);
|
|
|
|
|
|
var marker_3946b59b5e66d01d5fde6c46a5fc4f3f = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_98512a456ec7ea1b47d9777fd7533256 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9459ef107ea436d97c25dcef2d124fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_883eeda90d4c516eaeb61ca48cd887f6 = $(`<div id="html_883eeda90d4c516eaeb61ca48cd887f6" style="width: 100.0%; height: 100.0%;">artisanspyramid.libretechsystems.xyz</div>`)[0];
|
|
popup_c9459ef107ea436d97c25dcef2d124fa.setContent(html_883eeda90d4c516eaeb61ca48cd887f6);
|
|
|
|
|
|
|
|
marker_3946b59b5e66d01d5fde6c46a5fc4f3f.bindPopup(popup_c9459ef107ea436d97c25dcef2d124fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3946b59b5e66d01d5fde6c46a5fc4f3f.setIcon(icon_98512a456ec7ea1b47d9777fd7533256);
|
|
|
|
|
|
var marker_8c785d8ee17c41f72d71fb1121b605a6 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_ebb3e6dc3e4a2580947bcdb193bd28e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d80b7490a365725882aac26a5b8a67d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8215e87417850c7db79b1b9a39211a99 = $(`<div id="html_8215e87417850c7db79b1b9a39211a99" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_6d80b7490a365725882aac26a5b8a67d.setContent(html_8215e87417850c7db79b1b9a39211a99);
|
|
|
|
|
|
|
|
marker_8c785d8ee17c41f72d71fb1121b605a6.bindPopup(popup_6d80b7490a365725882aac26a5b8a67d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c785d8ee17c41f72d71fb1121b605a6.setIcon(icon_ebb3e6dc3e4a2580947bcdb193bd28e2);
|
|
|
|
|
|
var marker_4714ba8277194df1595cac48c3375b4a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_4468f7e9457c8a3aceaf32341c629011 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_801d98bf0a7c24abe76be36139317ba6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c28d59702c80b143f6c1680fe45600b8 = $(`<div id="html_c28d59702c80b143f6c1680fe45600b8" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_801d98bf0a7c24abe76be36139317ba6.setContent(html_c28d59702c80b143f6c1680fe45600b8);
|
|
|
|
|
|
|
|
marker_4714ba8277194df1595cac48c3375b4a.bindPopup(popup_801d98bf0a7c24abe76be36139317ba6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4714ba8277194df1595cac48c3375b4a.setIcon(icon_4468f7e9457c8a3aceaf32341c629011);
|
|
|
|
|
|
var marker_82aa64ed8f0093ababc85a7d9ad258a5 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_0daabca2d6544001f57b8d3c4cfd4fca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16e6ff5dddecfe7f691c8e1e08df98ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6d2e6e813f2e35b4d68adbee54e664e = $(`<div id="html_b6d2e6e813f2e35b4d68adbee54e664e" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_16e6ff5dddecfe7f691c8e1e08df98ef.setContent(html_b6d2e6e813f2e35b4d68adbee54e664e);
|
|
|
|
|
|
|
|
marker_82aa64ed8f0093ababc85a7d9ad258a5.bindPopup(popup_16e6ff5dddecfe7f691c8e1e08df98ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82aa64ed8f0093ababc85a7d9ad258a5.setIcon(icon_0daabca2d6544001f57b8d3c4cfd4fca);
|
|
|
|
|
|
var marker_f3337a91637c2e4593150413f8ce77b6 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_e42b41d8f336d289b8543faa7cf11fc2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1a45153fbbcdfe0c8356e984e26a32f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5862f8fceaa391a697d7f32916700037 = $(`<div id="html_5862f8fceaa391a697d7f32916700037" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_f1a45153fbbcdfe0c8356e984e26a32f.setContent(html_5862f8fceaa391a697d7f32916700037);
|
|
|
|
|
|
|
|
marker_f3337a91637c2e4593150413f8ce77b6.bindPopup(popup_f1a45153fbbcdfe0c8356e984e26a32f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3337a91637c2e4593150413f8ce77b6.setIcon(icon_e42b41d8f336d289b8543faa7cf11fc2);
|
|
|
|
|
|
var marker_d73145eef1cbfdbc521619c5f632b71e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_0b9e507ee4148fe5e1df83528220e70b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef336bd14284a214502a31a2e34a0e43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5edc826215378863f675b45a83eb7d4a = $(`<div id="html_5edc826215378863f675b45a83eb7d4a" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_ef336bd14284a214502a31a2e34a0e43.setContent(html_5edc826215378863f675b45a83eb7d4a);
|
|
|
|
|
|
|
|
marker_d73145eef1cbfdbc521619c5f632b71e.bindPopup(popup_ef336bd14284a214502a31a2e34a0e43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d73145eef1cbfdbc521619c5f632b71e.setIcon(icon_0b9e507ee4148fe5e1df83528220e70b);
|
|
|
|
|
|
var marker_84357e2011848f59059bb45bc088ba1b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_63781e75fa39acfbc4c8f2875a8fb220 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb47205d2c42fe75ff4f6fdfa493ae95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62022a226abe1d605b18e51d9865d24f = $(`<div id="html_62022a226abe1d605b18e51d9865d24f" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_bb47205d2c42fe75ff4f6fdfa493ae95.setContent(html_62022a226abe1d605b18e51d9865d24f);
|
|
|
|
|
|
|
|
marker_84357e2011848f59059bb45bc088ba1b.bindPopup(popup_bb47205d2c42fe75ff4f6fdfa493ae95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84357e2011848f59059bb45bc088ba1b.setIcon(icon_63781e75fa39acfbc4c8f2875a8fb220);
|
|
|
|
|
|
var marker_c1ff0a7fbc1941a15e313811b1b01157 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_a17d6cdac32f46c620eafdf04e070d91 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc9e1fb21bb6ac15e154e4a837645ccf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ab424cd121648ce747f03b395aa6bcd = $(`<div id="html_5ab424cd121648ce747f03b395aa6bcd" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_fc9e1fb21bb6ac15e154e4a837645ccf.setContent(html_5ab424cd121648ce747f03b395aa6bcd);
|
|
|
|
|
|
|
|
marker_c1ff0a7fbc1941a15e313811b1b01157.bindPopup(popup_fc9e1fb21bb6ac15e154e4a837645ccf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1ff0a7fbc1941a15e313811b1b01157.setIcon(icon_a17d6cdac32f46c620eafdf04e070d91);
|
|
|
|
|
|
var marker_3effce06d29d8523d8f957bd67741139 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_0cb402cf0550bc6a0b714a5ce705d983 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a425e0483319cd0f6b34076c1779a5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d32c1f1e6cfc172bff26c4d2fa19d34f = $(`<div id="html_d32c1f1e6cfc172bff26c4d2fa19d34f" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_1a425e0483319cd0f6b34076c1779a5d.setContent(html_d32c1f1e6cfc172bff26c4d2fa19d34f);
|
|
|
|
|
|
|
|
marker_3effce06d29d8523d8f957bd67741139.bindPopup(popup_1a425e0483319cd0f6b34076c1779a5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3effce06d29d8523d8f957bd67741139.setIcon(icon_0cb402cf0550bc6a0b714a5ce705d983);
|
|
|
|
|
|
var marker_ae9e7ec0eb69c17ce10e47caa6bd5484 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_0584496512df4ed1285bca022dcb3c2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1be43b1ae4c20394e1a32f41eed0d969 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_159a153b63c9ea494e7384febd06f036 = $(`<div id="html_159a153b63c9ea494e7384febd06f036" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_1be43b1ae4c20394e1a32f41eed0d969.setContent(html_159a153b63c9ea494e7384febd06f036);
|
|
|
|
|
|
|
|
marker_ae9e7ec0eb69c17ce10e47caa6bd5484.bindPopup(popup_1be43b1ae4c20394e1a32f41eed0d969)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae9e7ec0eb69c17ce10e47caa6bd5484.setIcon(icon_0584496512df4ed1285bca022dcb3c2d);
|
|
|
|
|
|
var marker_14eb9097295d43179574494d735fa3db = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_48981703f978c524a92f5f6b50ca808c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c986d55eb3b15496a0711c2a814778e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9a894d05374035ace52380bb951b45c = $(`<div id="html_f9a894d05374035ace52380bb951b45c" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_c986d55eb3b15496a0711c2a814778e7.setContent(html_f9a894d05374035ace52380bb951b45c);
|
|
|
|
|
|
|
|
marker_14eb9097295d43179574494d735fa3db.bindPopup(popup_c986d55eb3b15496a0711c2a814778e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14eb9097295d43179574494d735fa3db.setIcon(icon_48981703f978c524a92f5f6b50ca808c);
|
|
|
|
|
|
var marker_1aa226fba6b91565ed15228dafe1bcd7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_c00b143fc753d351ee69aef25bb20fb2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91ed677121dd08964810d758cbfcd152 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d028571664c1b063fd81f2177e98d38 = $(`<div id="html_5d028571664c1b063fd81f2177e98d38" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_91ed677121dd08964810d758cbfcd152.setContent(html_5d028571664c1b063fd81f2177e98d38);
|
|
|
|
|
|
|
|
marker_1aa226fba6b91565ed15228dafe1bcd7.bindPopup(popup_91ed677121dd08964810d758cbfcd152)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1aa226fba6b91565ed15228dafe1bcd7.setIcon(icon_c00b143fc753d351ee69aef25bb20fb2);
|
|
|
|
|
|
var marker_cd55ef4fc61c0e69650e895b3af13f59 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_47e15b1ac64ef73ba3c55a1822e66b04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1002dcc1b274cd228df6bc85407be66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6085a17833565b002601e28643b97abc = $(`<div id="html_6085a17833565b002601e28643b97abc" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_f1002dcc1b274cd228df6bc85407be66.setContent(html_6085a17833565b002601e28643b97abc);
|
|
|
|
|
|
|
|
marker_cd55ef4fc61c0e69650e895b3af13f59.bindPopup(popup_f1002dcc1b274cd228df6bc85407be66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd55ef4fc61c0e69650e895b3af13f59.setIcon(icon_47e15b1ac64ef73ba3c55a1822e66b04);
|
|
|
|
|
|
var marker_05908932d7b8f7f50c8b76405d1f5c76 = L.marker(
|
|
[13.3622, 100.983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_36d998df2ff25ff9953e3c9b918aedf7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56fb551808a602908216b18c16e200e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3c0e09c6a052cc56e501169cb2793fb = $(`<div id="html_d3c0e09c6a052cc56e501169cb2793fb" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_56fb551808a602908216b18c16e200e3.setContent(html_d3c0e09c6a052cc56e501169cb2793fb);
|
|
|
|
|
|
|
|
marker_05908932d7b8f7f50c8b76405d1f5c76.bindPopup(popup_56fb551808a602908216b18c16e200e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05908932d7b8f7f50c8b76405d1f5c76.setIcon(icon_36d998df2ff25ff9953e3c9b918aedf7);
|
|
|
|
|
|
var marker_af57f551d5b15332e798be784a0d14cb = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_0b2a2fc45fb4eb7426a0392f9cf675e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd0a12cc62b227efeba660a8de5aeb79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e4f0382ae8673723f56223f9c2ea81a = $(`<div id="html_2e4f0382ae8673723f56223f9c2ea81a" style="width: 100.0%; height: 100.0%;">freelay.sovbit.dev</div>`)[0];
|
|
popup_cd0a12cc62b227efeba660a8de5aeb79.setContent(html_2e4f0382ae8673723f56223f9c2ea81a);
|
|
|
|
|
|
|
|
marker_af57f551d5b15332e798be784a0d14cb.bindPopup(popup_cd0a12cc62b227efeba660a8de5aeb79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af57f551d5b15332e798be784a0d14cb.setIcon(icon_0b2a2fc45fb4eb7426a0392f9cf675e1);
|
|
|
|
|
|
var marker_93b99e8a1cf7a84e9f05ffc3959b1c3f = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_1bfac1c9baa6ca0fc1af8739133eaffc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6594f21a734e40dcac4db61a9245f9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89e3c8e3612d0087575fb4a461492c3b = $(`<div id="html_89e3c8e3612d0087575fb4a461492c3b" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_f6594f21a734e40dcac4db61a9245f9f.setContent(html_89e3c8e3612d0087575fb4a461492c3b);
|
|
|
|
|
|
|
|
marker_93b99e8a1cf7a84e9f05ffc3959b1c3f.bindPopup(popup_f6594f21a734e40dcac4db61a9245f9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93b99e8a1cf7a84e9f05ffc3959b1c3f.setIcon(icon_1bfac1c9baa6ca0fc1af8739133eaffc);
|
|
|
|
|
|
var marker_b4814da58a2aa0320ad963a8abbaf05a = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_13c48b0d9a4823674c640a07356d115b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6cf41a7db3ba4fe1c689a1128b1a81d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a06b47ab011a2309c3bb153fa327f14 = $(`<div id="html_4a06b47ab011a2309c3bb153fa327f14" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_6cf41a7db3ba4fe1c689a1128b1a81d6.setContent(html_4a06b47ab011a2309c3bb153fa327f14);
|
|
|
|
|
|
|
|
marker_b4814da58a2aa0320ad963a8abbaf05a.bindPopup(popup_6cf41a7db3ba4fe1c689a1128b1a81d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4814da58a2aa0320ad963a8abbaf05a.setIcon(icon_13c48b0d9a4823674c640a07356d115b);
|
|
|
|
|
|
var marker_997f944b4f0342d3bdb0b2f18af94dea = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_a9f56fad635e119f559d9bb7bc51e1da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c07c004f703e4006fdac032df212c15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40539f6f187a1b2a59fd949242e99cfa = $(`<div id="html_40539f6f187a1b2a59fd949242e99cfa" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_0c07c004f703e4006fdac032df212c15.setContent(html_40539f6f187a1b2a59fd949242e99cfa);
|
|
|
|
|
|
|
|
marker_997f944b4f0342d3bdb0b2f18af94dea.bindPopup(popup_0c07c004f703e4006fdac032df212c15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_997f944b4f0342d3bdb0b2f18af94dea.setIcon(icon_a9f56fad635e119f559d9bb7bc51e1da);
|
|
|
|
|
|
var marker_36a05a10b841343eb66b2a9180d0e184 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_aa388f04c485af63572f7cb2d0eae9ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a48a5f1e66e082be5ad66ba7a0b605b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ad5c525d1d5ae7e6f8b63a58a9f57c1 = $(`<div id="html_3ad5c525d1d5ae7e6f8b63a58a9f57c1" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_3a48a5f1e66e082be5ad66ba7a0b605b.setContent(html_3ad5c525d1d5ae7e6f8b63a58a9f57c1);
|
|
|
|
|
|
|
|
marker_36a05a10b841343eb66b2a9180d0e184.bindPopup(popup_3a48a5f1e66e082be5ad66ba7a0b605b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36a05a10b841343eb66b2a9180d0e184.setIcon(icon_aa388f04c485af63572f7cb2d0eae9ce);
|
|
|
|
|
|
var marker_d815467daef222fe149af0eb7decff25 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_e849104f4909f547186f10487c79e1cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adb60e9e04183bf0c2fd109236205272 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58a2021ba5453552e6a1127d0a3e766b = $(`<div id="html_58a2021ba5453552e6a1127d0a3e766b" style="width: 100.0%; height: 100.0%;">relay.hostr.network</div>`)[0];
|
|
popup_adb60e9e04183bf0c2fd109236205272.setContent(html_58a2021ba5453552e6a1127d0a3e766b);
|
|
|
|
|
|
|
|
marker_d815467daef222fe149af0eb7decff25.bindPopup(popup_adb60e9e04183bf0c2fd109236205272)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d815467daef222fe149af0eb7decff25.setIcon(icon_e849104f4909f547186f10487c79e1cb);
|
|
|
|
|
|
var marker_456f3726aafd2c7f632c25589be10531 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_0bf7b4ea6d5fb4d6d2554cd56f31fa1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45b6674487a79eff3492e44871d3e66e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_313f41aee482a92e12ca264628a5424f = $(`<div id="html_313f41aee482a92e12ca264628a5424f" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_45b6674487a79eff3492e44871d3e66e.setContent(html_313f41aee482a92e12ca264628a5424f);
|
|
|
|
|
|
|
|
marker_456f3726aafd2c7f632c25589be10531.bindPopup(popup_45b6674487a79eff3492e44871d3e66e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_456f3726aafd2c7f632c25589be10531.setIcon(icon_0bf7b4ea6d5fb4d6d2554cd56f31fa1d);
|
|
|
|
|
|
var marker_e2fe6050b74e9c9e1b9942012b23763a = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_63fa602b76a472abff56626865de339f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0d7a896f9bc5bfe02ccaf5be59f02de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab645ce680ca41c9ba9ff5545091918b = $(`<div id="html_ab645ce680ca41c9ba9ff5545091918b" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_a0d7a896f9bc5bfe02ccaf5be59f02de.setContent(html_ab645ce680ca41c9ba9ff5545091918b);
|
|
|
|
|
|
|
|
marker_e2fe6050b74e9c9e1b9942012b23763a.bindPopup(popup_a0d7a896f9bc5bfe02ccaf5be59f02de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2fe6050b74e9c9e1b9942012b23763a.setIcon(icon_63fa602b76a472abff56626865de339f);
|
|
|
|
|
|
var marker_cecc0fa6f99bef3073cd94fd49ac465b = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_fceb7b2b9e2145d080333687d7036f26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d3a8e36058170413d3cc596b76e8c34 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c080a7ed43bf54430f2bd487912f32d = $(`<div id="html_0c080a7ed43bf54430f2bd487912f32d" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_0d3a8e36058170413d3cc596b76e8c34.setContent(html_0c080a7ed43bf54430f2bd487912f32d);
|
|
|
|
|
|
|
|
marker_cecc0fa6f99bef3073cd94fd49ac465b.bindPopup(popup_0d3a8e36058170413d3cc596b76e8c34)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cecc0fa6f99bef3073cd94fd49ac465b.setIcon(icon_fceb7b2b9e2145d080333687d7036f26);
|
|
|
|
|
|
var marker_dd072a3fdb1326ed3864ee726e9def90 = L.marker(
|
|
[38.627, -90.1994],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_69a5a05203ba58736a8e3726e7c4b71f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4ac1deb62624677ea74c0a3b3641f46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f7bac998a8a3a130f46d88b2cdf0268 = $(`<div id="html_9f7bac998a8a3a130f46d88b2cdf0268" style="width: 100.0%; height: 100.0%;">inbox.mycelium.social</div>`)[0];
|
|
popup_b4ac1deb62624677ea74c0a3b3641f46.setContent(html_9f7bac998a8a3a130f46d88b2cdf0268);
|
|
|
|
|
|
|
|
marker_dd072a3fdb1326ed3864ee726e9def90.bindPopup(popup_b4ac1deb62624677ea74c0a3b3641f46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd072a3fdb1326ed3864ee726e9def90.setIcon(icon_69a5a05203ba58736a8e3726e7c4b71f);
|
|
|
|
|
|
var marker_67d97c19acc6632c7b752f524ec17235 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_a732bdebc37a3120d0dd0217db9c02ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0861747ecd8c0604573ea6b37182ddbf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2931741e6b6f4f43a8e4d5eb350b5ac = $(`<div id="html_b2931741e6b6f4f43a8e4d5eb350b5ac" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_0861747ecd8c0604573ea6b37182ddbf.setContent(html_b2931741e6b6f4f43a8e4d5eb350b5ac);
|
|
|
|
|
|
|
|
marker_67d97c19acc6632c7b752f524ec17235.bindPopup(popup_0861747ecd8c0604573ea6b37182ddbf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67d97c19acc6632c7b752f524ec17235.setIcon(icon_a732bdebc37a3120d0dd0217db9c02ac);
|
|
|
|
|
|
var marker_45a259289d79c83d049dfebb8a415630 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_343e2e5dd03ec8e44f28175462e2b2b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1dbf21870fbde14dc25c3f1e0fa0eece = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c77c064fb2d4b71c1823d12850c0aeb = $(`<div id="html_2c77c064fb2d4b71c1823d12850c0aeb" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_1dbf21870fbde14dc25c3f1e0fa0eece.setContent(html_2c77c064fb2d4b71c1823d12850c0aeb);
|
|
|
|
|
|
|
|
marker_45a259289d79c83d049dfebb8a415630.bindPopup(popup_1dbf21870fbde14dc25c3f1e0fa0eece)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45a259289d79c83d049dfebb8a415630.setIcon(icon_343e2e5dd03ec8e44f28175462e2b2b0);
|
|
|
|
|
|
var marker_0e75d74b41dd4960f031aa8e4e8c6c3c = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_66173f2e0f4cf5cee3c0a2b0754c7a40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebf74c1234f33130dc810bf087ca6e6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10641b7da5b6b91aa17dc3e43966a698 = $(`<div id="html_10641b7da5b6b91aa17dc3e43966a698" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_ebf74c1234f33130dc810bf087ca6e6a.setContent(html_10641b7da5b6b91aa17dc3e43966a698);
|
|
|
|
|
|
|
|
marker_0e75d74b41dd4960f031aa8e4e8c6c3c.bindPopup(popup_ebf74c1234f33130dc810bf087ca6e6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e75d74b41dd4960f031aa8e4e8c6c3c.setIcon(icon_66173f2e0f4cf5cee3c0a2b0754c7a40);
|
|
|
|
|
|
var marker_0cba32f41ee851de2d33204571453822 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_5beba5c0f68b1240e8068c5d219a953d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_088de8e78c9cc09ca95e1748cbece752 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1d23f96d38e6a21bc7f0f850e500083 = $(`<div id="html_d1d23f96d38e6a21bc7f0f850e500083" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_088de8e78c9cc09ca95e1748cbece752.setContent(html_d1d23f96d38e6a21bc7f0f850e500083);
|
|
|
|
|
|
|
|
marker_0cba32f41ee851de2d33204571453822.bindPopup(popup_088de8e78c9cc09ca95e1748cbece752)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cba32f41ee851de2d33204571453822.setIcon(icon_5beba5c0f68b1240e8068c5d219a953d);
|
|
|
|
|
|
var marker_f28676a440b49cca26941ea1de5db943 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_f484f24f1d00242708cc75f2c5b31428 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c970e9d88b7c562fda1f95a4d3892a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fb89e3fd5ef85d996ab3ce9e411ac3c = $(`<div id="html_5fb89e3fd5ef85d996ab3ce9e411ac3c" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_0c970e9d88b7c562fda1f95a4d3892a9.setContent(html_5fb89e3fd5ef85d996ab3ce9e411ac3c);
|
|
|
|
|
|
|
|
marker_f28676a440b49cca26941ea1de5db943.bindPopup(popup_0c970e9d88b7c562fda1f95a4d3892a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f28676a440b49cca26941ea1de5db943.setIcon(icon_f484f24f1d00242708cc75f2c5b31428);
|
|
|
|
|
|
var marker_8164082f204e47fd2ce6d6c78d4781e6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_936969b2b7d372e38f82327cba5d06ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca247ac5b0c1ab801af14ded42892f12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f9571ceec1beb0058bf288f7ed7ccba = $(`<div id="html_1f9571ceec1beb0058bf288f7ed7ccba" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st</div>`)[0];
|
|
popup_ca247ac5b0c1ab801af14ded42892f12.setContent(html_1f9571ceec1beb0058bf288f7ed7ccba);
|
|
|
|
|
|
|
|
marker_8164082f204e47fd2ce6d6c78d4781e6.bindPopup(popup_ca247ac5b0c1ab801af14ded42892f12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8164082f204e47fd2ce6d6c78d4781e6.setIcon(icon_936969b2b7d372e38f82327cba5d06ee);
|
|
|
|
|
|
var marker_721943d5e507de7de4ed0893615d982e = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_653d87af1b4d5c9466fa4385b8959cc4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59eede1421ceeffddddb8860bd3603e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_642e871b5688ac39e52ad5ef0a3db7b3 = $(`<div id="html_642e871b5688ac39e52ad5ef0a3db7b3" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_59eede1421ceeffddddb8860bd3603e6.setContent(html_642e871b5688ac39e52ad5ef0a3db7b3);
|
|
|
|
|
|
|
|
marker_721943d5e507de7de4ed0893615d982e.bindPopup(popup_59eede1421ceeffddddb8860bd3603e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_721943d5e507de7de4ed0893615d982e.setIcon(icon_653d87af1b4d5c9466fa4385b8959cc4);
|
|
|
|
|
|
var marker_e09214e93808aa00185b1c017cb91e79 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f6b7b68128f96d9c5b06c6399754f476);
|
|
|
|
|
|
var icon_b6d248f2586332b780e5685b9fa32a73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_196574203040c31e1d2e648a83d56407 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f81d9081cb455edcce3162a0a2a65237 = $(`<div id="html_f81d9081cb455edcce3162a0a2a65237" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_196574203040c31e1d2e648a83d56407.setContent(html_f81d9081cb455edcce3162a0a2a65237);
|
|
|
|
|
|
|
|
marker_e09214e93808aa00185b1c017cb91e79.bindPopup(popup_196574203040c31e1d2e648a83d56407)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e09214e93808aa00185b1c017cb91e79.setIcon(icon_b6d248f2586332b780e5685b9fa32a73);
|
|
|
|
|
|
marker_cluster_f6b7b68128f96d9c5b06c6399754f476.addTo(map_03a7354ced986254dd0e0ccb6ac6eb93);
|
|
|
|
</script>
|
|
</html> |