mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 12:25:18 +00:00
10449 lines
304 KiB
HTML
10449 lines
304 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_8fdf9749cb227a12a29c2b33ddf8c9b3 {
|
|
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_8fdf9749cb227a12a29c2b33ddf8c9b3" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_8fdf9749cb227a12a29c2b33ddf8c9b3 = L.map(
|
|
"map_8fdf9749cb227a12a29c2b33ddf8c9b3",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_e1342f3aad0dca54746ae5614b4a09ea = 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_e1342f3aad0dca54746ae5614b4a09ea.addTo(map_8fdf9749cb227a12a29c2b33ddf8c9b3);
|
|
|
|
|
|
var marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_ed046fa582a6063da6f5db77d07f7b58 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_ffb920f9a058ae8624004f0de712fe84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f279d6ef5b3851090f07d8efdb63286d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d5375f657c9e8f892613b4d014fb631 = $(`<div id="html_3d5375f657c9e8f892613b4d014fb631" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_f279d6ef5b3851090f07d8efdb63286d.setContent(html_3d5375f657c9e8f892613b4d014fb631);
|
|
|
|
|
|
|
|
marker_ed046fa582a6063da6f5db77d07f7b58.bindPopup(popup_f279d6ef5b3851090f07d8efdb63286d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed046fa582a6063da6f5db77d07f7b58.setIcon(icon_ffb920f9a058ae8624004f0de712fe84);
|
|
|
|
|
|
var marker_b1d4135b50a59be83fab09dcbda24016 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_cb248a4b15d26829cfec59e71a85e1d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e725abf867788e9b6bf637ed8e8d0033 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1fbf7546b0509e24bb99db55dc96b10f = $(`<div id="html_1fbf7546b0509e24bb99db55dc96b10f" style="width: 100.0%; height: 100.0%;">nostr.czas.top</div>`)[0];
|
|
popup_e725abf867788e9b6bf637ed8e8d0033.setContent(html_1fbf7546b0509e24bb99db55dc96b10f);
|
|
|
|
|
|
|
|
marker_b1d4135b50a59be83fab09dcbda24016.bindPopup(popup_e725abf867788e9b6bf637ed8e8d0033)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1d4135b50a59be83fab09dcbda24016.setIcon(icon_cb248a4b15d26829cfec59e71a85e1d1);
|
|
|
|
|
|
var marker_458479b03c4a72a34d0f71ae78fb7a69 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_aa7fa2feae674b04928ff4c001daae43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c2a8e93a5395fa09c13bac779e685a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9514d34fd95d65a6972c5f1d603dab70 = $(`<div id="html_9514d34fd95d65a6972c5f1d603dab70" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_4c2a8e93a5395fa09c13bac779e685a1.setContent(html_9514d34fd95d65a6972c5f1d603dab70);
|
|
|
|
|
|
|
|
marker_458479b03c4a72a34d0f71ae78fb7a69.bindPopup(popup_4c2a8e93a5395fa09c13bac779e685a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_458479b03c4a72a34d0f71ae78fb7a69.setIcon(icon_aa7fa2feae674b04928ff4c001daae43);
|
|
|
|
|
|
var marker_aacc99b55e46bdb0bbdd785dd8961a6d = L.marker(
|
|
[33.7488, -84.3877],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_0d5ae1c1d5623e8888c1974d54b7c3cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_651d60e6f7b8c8650d4415c683392859 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ef05d9f172bd4a0180da6d526fc2aef = $(`<div id="html_1ef05d9f172bd4a0180da6d526fc2aef" style="width: 100.0%; height: 100.0%;">wot.tealeaf.dev</div>`)[0];
|
|
popup_651d60e6f7b8c8650d4415c683392859.setContent(html_1ef05d9f172bd4a0180da6d526fc2aef);
|
|
|
|
|
|
|
|
marker_aacc99b55e46bdb0bbdd785dd8961a6d.bindPopup(popup_651d60e6f7b8c8650d4415c683392859)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aacc99b55e46bdb0bbdd785dd8961a6d.setIcon(icon_0d5ae1c1d5623e8888c1974d54b7c3cb);
|
|
|
|
|
|
var marker_755bfcb60aa019401ebdc01521bd258a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_8657a4f3af92b522cb2f52950d43d987 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47ca0e38b0f18526a221682451fbbb29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6cb8576d54942fe82430f7a62a89722d = $(`<div id="html_6cb8576d54942fe82430f7a62a89722d" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_47ca0e38b0f18526a221682451fbbb29.setContent(html_6cb8576d54942fe82430f7a62a89722d);
|
|
|
|
|
|
|
|
marker_755bfcb60aa019401ebdc01521bd258a.bindPopup(popup_47ca0e38b0f18526a221682451fbbb29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_755bfcb60aa019401ebdc01521bd258a.setIcon(icon_8657a4f3af92b522cb2f52950d43d987);
|
|
|
|
|
|
var marker_c781ee8def2dbafcd88ce2ed40b905d0 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_9a30b08ccf2f0c547c8353140faf445b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a1ee8919ef73944f28847d733d2c87c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56f7bd03523baf5bded4a642cc1a399a = $(`<div id="html_56f7bd03523baf5bded4a642cc1a399a" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_8a1ee8919ef73944f28847d733d2c87c.setContent(html_56f7bd03523baf5bded4a642cc1a399a);
|
|
|
|
|
|
|
|
marker_c781ee8def2dbafcd88ce2ed40b905d0.bindPopup(popup_8a1ee8919ef73944f28847d733d2c87c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c781ee8def2dbafcd88ce2ed40b905d0.setIcon(icon_9a30b08ccf2f0c547c8353140faf445b);
|
|
|
|
|
|
var marker_1048a00d940d067058f1084d121c8b7a = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_a9502ba238c58e7094f218fd1786fc70 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_348a6b0aa8e27b353468933d4e8b088c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b187b3796cd999e695cebfedd8ebf7c = $(`<div id="html_7b187b3796cd999e695cebfedd8ebf7c" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_348a6b0aa8e27b353468933d4e8b088c.setContent(html_7b187b3796cd999e695cebfedd8ebf7c);
|
|
|
|
|
|
|
|
marker_1048a00d940d067058f1084d121c8b7a.bindPopup(popup_348a6b0aa8e27b353468933d4e8b088c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1048a00d940d067058f1084d121c8b7a.setIcon(icon_a9502ba238c58e7094f218fd1786fc70);
|
|
|
|
|
|
var marker_65052e8e8d613df79754083f574ab01d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_09cdeb8023dbee48186ee7739481eed9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2bc430a0cbcc94f5f4b7c6665cc1aec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_285ded5575e9f8b9a251caaedb9afa49 = $(`<div id="html_285ded5575e9f8b9a251caaedb9afa49" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_c2bc430a0cbcc94f5f4b7c6665cc1aec.setContent(html_285ded5575e9f8b9a251caaedb9afa49);
|
|
|
|
|
|
|
|
marker_65052e8e8d613df79754083f574ab01d.bindPopup(popup_c2bc430a0cbcc94f5f4b7c6665cc1aec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65052e8e8d613df79754083f574ab01d.setIcon(icon_09cdeb8023dbee48186ee7739481eed9);
|
|
|
|
|
|
var marker_fc22e14ed6189c77da186418a6639745 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_77ec5e178d427f9c8e6b9fc596eeee51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc66b11903a0816bcb52b40a7dcd27f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eefda29a8adc80bf67fdc5bf2b4a313d = $(`<div id="html_eefda29a8adc80bf67fdc5bf2b4a313d" style="width: 100.0%; height: 100.0%;">nostr.coincrowd.fund</div>`)[0];
|
|
popup_fc66b11903a0816bcb52b40a7dcd27f0.setContent(html_eefda29a8adc80bf67fdc5bf2b4a313d);
|
|
|
|
|
|
|
|
marker_fc22e14ed6189c77da186418a6639745.bindPopup(popup_fc66b11903a0816bcb52b40a7dcd27f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc22e14ed6189c77da186418a6639745.setIcon(icon_77ec5e178d427f9c8e6b9fc596eeee51);
|
|
|
|
|
|
var marker_1d82c4008796738fd330cfec27c32e95 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_e0cf75a5e360308546e3dcbc03fec90b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a7ce37b1447794ae4dc35c74cced607 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58b562b7ce23fcf9ccc471a4ee44cc73 = $(`<div id="html_58b562b7ce23fcf9ccc471a4ee44cc73" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_4a7ce37b1447794ae4dc35c74cced607.setContent(html_58b562b7ce23fcf9ccc471a4ee44cc73);
|
|
|
|
|
|
|
|
marker_1d82c4008796738fd330cfec27c32e95.bindPopup(popup_4a7ce37b1447794ae4dc35c74cced607)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d82c4008796738fd330cfec27c32e95.setIcon(icon_e0cf75a5e360308546e3dcbc03fec90b);
|
|
|
|
|
|
var marker_bf3ce0b6ede8c1114f63100515fca0ac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_3c8bb153a8499e9ae43d03439abdc944 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a550fb102ea5174c16e219d32981ea3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a749da80f3ad4cdb665bce30982542eb = $(`<div id="html_a749da80f3ad4cdb665bce30982542eb" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_a550fb102ea5174c16e219d32981ea3d.setContent(html_a749da80f3ad4cdb665bce30982542eb);
|
|
|
|
|
|
|
|
marker_bf3ce0b6ede8c1114f63100515fca0ac.bindPopup(popup_a550fb102ea5174c16e219d32981ea3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf3ce0b6ede8c1114f63100515fca0ac.setIcon(icon_3c8bb153a8499e9ae43d03439abdc944);
|
|
|
|
|
|
var marker_26e7cc33ad632926ea2ae5cef389cf45 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_0e0a8c2dba974a4052932ffb589b235a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52d6deec0734d92d1b6191a03e2c01fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29d04599e33fca4868b4e921039873be = $(`<div id="html_29d04599e33fca4868b4e921039873be" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_52d6deec0734d92d1b6191a03e2c01fb.setContent(html_29d04599e33fca4868b4e921039873be);
|
|
|
|
|
|
|
|
marker_26e7cc33ad632926ea2ae5cef389cf45.bindPopup(popup_52d6deec0734d92d1b6191a03e2c01fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26e7cc33ad632926ea2ae5cef389cf45.setIcon(icon_0e0a8c2dba974a4052932ffb589b235a);
|
|
|
|
|
|
var marker_a2802056f56d0e170ad8c84e3e14fbc4 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_79add267f0b80a002e9cd0b6259cdca2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e1a36de4690dd5f194fdf50628a48cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f55a8fa9ef0a32340b6410ce4b1e52f7 = $(`<div id="html_f55a8fa9ef0a32340b6410ce4b1e52f7" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_5e1a36de4690dd5f194fdf50628a48cf.setContent(html_f55a8fa9ef0a32340b6410ce4b1e52f7);
|
|
|
|
|
|
|
|
marker_a2802056f56d0e170ad8c84e3e14fbc4.bindPopup(popup_5e1a36de4690dd5f194fdf50628a48cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2802056f56d0e170ad8c84e3e14fbc4.setIcon(icon_79add267f0b80a002e9cd0b6259cdca2);
|
|
|
|
|
|
var marker_6c834fe725184f1dd3c8c8331870afdd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_50f4b6a3784a9413f8f71e20eb6b2d68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99c166b7376e54ff8555b0df9a856b8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b6f699fc6558addf154d27a590df482 = $(`<div id="html_3b6f699fc6558addf154d27a590df482" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_99c166b7376e54ff8555b0df9a856b8d.setContent(html_3b6f699fc6558addf154d27a590df482);
|
|
|
|
|
|
|
|
marker_6c834fe725184f1dd3c8c8331870afdd.bindPopup(popup_99c166b7376e54ff8555b0df9a856b8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c834fe725184f1dd3c8c8331870afdd.setIcon(icon_50f4b6a3784a9413f8f71e20eb6b2d68);
|
|
|
|
|
|
var marker_a345ff250cd57a6f704bcdb37a3fe8ed = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_0a17df9819f48c634829c58d1bd8f1b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abc167c92a53a0143721eec0814122bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bdcde43cac37ed2ee004b810b24ba2b = $(`<div id="html_1bdcde43cac37ed2ee004b810b24ba2b" style="width: 100.0%; height: 100.0%;">alienos.libretechsystems.xyz</div>`)[0];
|
|
popup_abc167c92a53a0143721eec0814122bf.setContent(html_1bdcde43cac37ed2ee004b810b24ba2b);
|
|
|
|
|
|
|
|
marker_a345ff250cd57a6f704bcdb37a3fe8ed.bindPopup(popup_abc167c92a53a0143721eec0814122bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a345ff250cd57a6f704bcdb37a3fe8ed.setIcon(icon_0a17df9819f48c634829c58d1bd8f1b9);
|
|
|
|
|
|
var marker_6e6caa9d0046e5bfe641b964a241575b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_ff20853d0e870b5ed2876951a37b686f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_334a045512a7fc1968169d46865936cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b38783a6d63b11145a16532df830e99 = $(`<div id="html_9b38783a6d63b11145a16532df830e99" style="width: 100.0%; height: 100.0%;">relay.holzeis.me</div>`)[0];
|
|
popup_334a045512a7fc1968169d46865936cc.setContent(html_9b38783a6d63b11145a16532df830e99);
|
|
|
|
|
|
|
|
marker_6e6caa9d0046e5bfe641b964a241575b.bindPopup(popup_334a045512a7fc1968169d46865936cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e6caa9d0046e5bfe641b964a241575b.setIcon(icon_ff20853d0e870b5ed2876951a37b686f);
|
|
|
|
|
|
var marker_18f1c8ed851d53f4a8415674200eecf6 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_2892656131e664ba3f8900533724a0f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a26bcda709829f2b1ec101d79e380ec0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e37e73c953625000a8c17949bb80338 = $(`<div id="html_1e37e73c953625000a8c17949bb80338" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_a26bcda709829f2b1ec101d79e380ec0.setContent(html_1e37e73c953625000a8c17949bb80338);
|
|
|
|
|
|
|
|
marker_18f1c8ed851d53f4a8415674200eecf6.bindPopup(popup_a26bcda709829f2b1ec101d79e380ec0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18f1c8ed851d53f4a8415674200eecf6.setIcon(icon_2892656131e664ba3f8900533724a0f8);
|
|
|
|
|
|
var marker_4c7c8701c32cb8b4b827031ac255f93b = L.marker(
|
|
[37.7749, -122.419],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_79d995469f501dfaa831306940993349 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5f9b7fc7460150a7554995aebba1a03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7afeb7daa6ba93f08ac0810a6225df91 = $(`<div id="html_7afeb7daa6ba93f08ac0810a6225df91" style="width: 100.0%; height: 100.0%;">relay.nostr.nisshiee.org</div>`)[0];
|
|
popup_e5f9b7fc7460150a7554995aebba1a03.setContent(html_7afeb7daa6ba93f08ac0810a6225df91);
|
|
|
|
|
|
|
|
marker_4c7c8701c32cb8b4b827031ac255f93b.bindPopup(popup_e5f9b7fc7460150a7554995aebba1a03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c7c8701c32cb8b4b827031ac255f93b.setIcon(icon_79d995469f501dfaa831306940993349);
|
|
|
|
|
|
var marker_de2c3ce0e96b7d07acf3a5146fa2cd07 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_a93d2ae38d771cfd384f3c72687098b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0256de091eaa5b2682094bb128b598b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b31cf4d67662732090d53b1572bf041e = $(`<div id="html_b31cf4d67662732090d53b1572bf041e" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_0256de091eaa5b2682094bb128b598b6.setContent(html_b31cf4d67662732090d53b1572bf041e);
|
|
|
|
|
|
|
|
marker_de2c3ce0e96b7d07acf3a5146fa2cd07.bindPopup(popup_0256de091eaa5b2682094bb128b598b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de2c3ce0e96b7d07acf3a5146fa2cd07.setIcon(icon_a93d2ae38d771cfd384f3c72687098b9);
|
|
|
|
|
|
var marker_40b7c197be1af3ad514582ddb3170ce6 = L.marker(
|
|
[59.4016, 17.9455],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_5269faeefa1280a60f87945cf3f3ff05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed7e3b597134acef2b74656abc7c0356 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2bed92e5236900dadc77f52514fe06a8 = $(`<div id="html_2bed92e5236900dadc77f52514fe06a8" style="width: 100.0%; height: 100.0%;">relay.stream.labs.h3.se</div>`)[0];
|
|
popup_ed7e3b597134acef2b74656abc7c0356.setContent(html_2bed92e5236900dadc77f52514fe06a8);
|
|
|
|
|
|
|
|
marker_40b7c197be1af3ad514582ddb3170ce6.bindPopup(popup_ed7e3b597134acef2b74656abc7c0356)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40b7c197be1af3ad514582ddb3170ce6.setIcon(icon_5269faeefa1280a60f87945cf3f3ff05);
|
|
|
|
|
|
var marker_493d5106fbd8dddc5eed7fafdafc9bf3 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_b9b4425cc7c5acb4422d750f7f326ce7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be1646b95f213c7b6d2af512c2169f5f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_012d1ca313cd14fee34493059622856c = $(`<div id="html_012d1ca313cd14fee34493059622856c" style="width: 100.0%; height: 100.0%;">relay.bitcoinveneto.org</div>`)[0];
|
|
popup_be1646b95f213c7b6d2af512c2169f5f.setContent(html_012d1ca313cd14fee34493059622856c);
|
|
|
|
|
|
|
|
marker_493d5106fbd8dddc5eed7fafdafc9bf3.bindPopup(popup_be1646b95f213c7b6d2af512c2169f5f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_493d5106fbd8dddc5eed7fafdafc9bf3.setIcon(icon_b9b4425cc7c5acb4422d750f7f326ce7);
|
|
|
|
|
|
var marker_6129440d7c50b98a48e7a3e78b050254 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_67b0794db363f4eb3f27c9fcd55eed79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74353cb1f3028a4e0f7b7a57470e02bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8de70149817dc31da131165ea5224393 = $(`<div id="html_8de70149817dc31da131165ea5224393" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_74353cb1f3028a4e0f7b7a57470e02bf.setContent(html_8de70149817dc31da131165ea5224393);
|
|
|
|
|
|
|
|
marker_6129440d7c50b98a48e7a3e78b050254.bindPopup(popup_74353cb1f3028a4e0f7b7a57470e02bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6129440d7c50b98a48e7a3e78b050254.setIcon(icon_67b0794db363f4eb3f27c9fcd55eed79);
|
|
|
|
|
|
var marker_556ab024dec925c31a8e21fc40dd3e8b = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_ff6c7edbf54a1869975fd76e3952f34f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6e42bb40757bcfced8f33c1edbd14b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c4573628f066e3303633f2063d3d57f = $(`<div id="html_4c4573628f066e3303633f2063d3d57f" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_d6e42bb40757bcfced8f33c1edbd14b1.setContent(html_4c4573628f066e3303633f2063d3d57f);
|
|
|
|
|
|
|
|
marker_556ab024dec925c31a8e21fc40dd3e8b.bindPopup(popup_d6e42bb40757bcfced8f33c1edbd14b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_556ab024dec925c31a8e21fc40dd3e8b.setIcon(icon_ff6c7edbf54a1869975fd76e3952f34f);
|
|
|
|
|
|
var marker_c5c0d5c13fae3ef5fb0de38877b6ea24 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_187bea1ccb385000828e96b1828ba5df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1a88c4f1ea3315de1756c1e30aa7a1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_926ac4a35934fbfabd3367060211cb95 = $(`<div id="html_926ac4a35934fbfabd3367060211cb95" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_c1a88c4f1ea3315de1756c1e30aa7a1b.setContent(html_926ac4a35934fbfabd3367060211cb95);
|
|
|
|
|
|
|
|
marker_c5c0d5c13fae3ef5fb0de38877b6ea24.bindPopup(popup_c1a88c4f1ea3315de1756c1e30aa7a1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5c0d5c13fae3ef5fb0de38877b6ea24.setIcon(icon_187bea1ccb385000828e96b1828ba5df);
|
|
|
|
|
|
var marker_b7ad81c9d8cd519cc164e6f84be28f98 = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_8e6df368ded5276912604718d2c9a0bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2260c322d2dda8f3187f9c978864add4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59514362d31cba1c6ae63bf5530f593d = $(`<div id="html_59514362d31cba1c6ae63bf5530f593d" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_2260c322d2dda8f3187f9c978864add4.setContent(html_59514362d31cba1c6ae63bf5530f593d);
|
|
|
|
|
|
|
|
marker_b7ad81c9d8cd519cc164e6f84be28f98.bindPopup(popup_2260c322d2dda8f3187f9c978864add4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7ad81c9d8cd519cc164e6f84be28f98.setIcon(icon_8e6df368ded5276912604718d2c9a0bf);
|
|
|
|
|
|
var marker_6be8eef61d979f8ff029bb1051930086 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_115cedac6b163fe691c114d43b551713 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b5bd5e9f07ae71af34b43bda4e85cfb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b120bb69ff289a963c3b863f664857d7 = $(`<div id="html_b120bb69ff289a963c3b863f664857d7" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_5b5bd5e9f07ae71af34b43bda4e85cfb.setContent(html_b120bb69ff289a963c3b863f664857d7);
|
|
|
|
|
|
|
|
marker_6be8eef61d979f8ff029bb1051930086.bindPopup(popup_5b5bd5e9f07ae71af34b43bda4e85cfb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6be8eef61d979f8ff029bb1051930086.setIcon(icon_115cedac6b163fe691c114d43b551713);
|
|
|
|
|
|
var marker_79e24a0ca53fd9db208a4d0d828dabbb = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_be3aab1071dc378e9ac5133e7573b5ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c5f034b1da7e1506aaa007dd52dc6ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a24c600517c71ae203bb7489ee63be39 = $(`<div id="html_a24c600517c71ae203bb7489ee63be39" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_5c5f034b1da7e1506aaa007dd52dc6ad.setContent(html_a24c600517c71ae203bb7489ee63be39);
|
|
|
|
|
|
|
|
marker_79e24a0ca53fd9db208a4d0d828dabbb.bindPopup(popup_5c5f034b1da7e1506aaa007dd52dc6ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79e24a0ca53fd9db208a4d0d828dabbb.setIcon(icon_be3aab1071dc378e9ac5133e7573b5ef);
|
|
|
|
|
|
var marker_17b1024e8ef763f90c5eaabadd1f0478 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_cf991a25f8408d522093ba18d33d6092 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f750307f2e86f9294da37c42c3409a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdc3b5f94c4bd068ba085761b9951f52 = $(`<div id="html_bdc3b5f94c4bd068ba085761b9951f52" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_3f750307f2e86f9294da37c42c3409a6.setContent(html_bdc3b5f94c4bd068ba085761b9951f52);
|
|
|
|
|
|
|
|
marker_17b1024e8ef763f90c5eaabadd1f0478.bindPopup(popup_3f750307f2e86f9294da37c42c3409a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17b1024e8ef763f90c5eaabadd1f0478.setIcon(icon_cf991a25f8408d522093ba18d33d6092);
|
|
|
|
|
|
var marker_71bbd95cd70e7152d73e2d67cfb954a7 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_764c9e5a88dce20111647077a3155f47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a99d05dc7ec7f5e36c13d26e8c671c88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae2709a9595808dc6a52150a89f4793d = $(`<div id="html_ae2709a9595808dc6a52150a89f4793d" style="width: 100.0%; height: 100.0%;">spatia-arcana.com</div>`)[0];
|
|
popup_a99d05dc7ec7f5e36c13d26e8c671c88.setContent(html_ae2709a9595808dc6a52150a89f4793d);
|
|
|
|
|
|
|
|
marker_71bbd95cd70e7152d73e2d67cfb954a7.bindPopup(popup_a99d05dc7ec7f5e36c13d26e8c671c88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71bbd95cd70e7152d73e2d67cfb954a7.setIcon(icon_764c9e5a88dce20111647077a3155f47);
|
|
|
|
|
|
var marker_6d20101f990187846e0023fd20553d7e = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_cdd8fd74003061ab86b364260294861c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1be5a7a2eaab6803c336d2a7b7a34961 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae7d10de2d6ed79a8a29e3507f05b3b4 = $(`<div id="html_ae7d10de2d6ed79a8a29e3507f05b3b4" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_1be5a7a2eaab6803c336d2a7b7a34961.setContent(html_ae7d10de2d6ed79a8a29e3507f05b3b4);
|
|
|
|
|
|
|
|
marker_6d20101f990187846e0023fd20553d7e.bindPopup(popup_1be5a7a2eaab6803c336d2a7b7a34961)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d20101f990187846e0023fd20553d7e.setIcon(icon_cdd8fd74003061ab86b364260294861c);
|
|
|
|
|
|
var marker_55341cc3956f5e3e648845f2990d2fc5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_f4fca22b0f8992bc39f9820cfd7723b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3fe2d82b09c9f306456ecb64132d5590 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c76de074de8440b8a43ff679122d8e40 = $(`<div id="html_c76de074de8440b8a43ff679122d8e40" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_3fe2d82b09c9f306456ecb64132d5590.setContent(html_c76de074de8440b8a43ff679122d8e40);
|
|
|
|
|
|
|
|
marker_55341cc3956f5e3e648845f2990d2fc5.bindPopup(popup_3fe2d82b09c9f306456ecb64132d5590)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55341cc3956f5e3e648845f2990d2fc5.setIcon(icon_f4fca22b0f8992bc39f9820cfd7723b4);
|
|
|
|
|
|
var marker_38818ea77d1487014661e05d331de5cc = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_53fffa5b2af28951cfcbc0ac1c63a39a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b39cd231e6957eea236ba31b7121eddf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5dcef05df26e14e2dfecf3b0c40cc08 = $(`<div id="html_d5dcef05df26e14e2dfecf3b0c40cc08" style="width: 100.0%; height: 100.0%;">nostr.kalf.org</div>`)[0];
|
|
popup_b39cd231e6957eea236ba31b7121eddf.setContent(html_d5dcef05df26e14e2dfecf3b0c40cc08);
|
|
|
|
|
|
|
|
marker_38818ea77d1487014661e05d331de5cc.bindPopup(popup_b39cd231e6957eea236ba31b7121eddf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38818ea77d1487014661e05d331de5cc.setIcon(icon_53fffa5b2af28951cfcbc0ac1c63a39a);
|
|
|
|
|
|
var marker_0012acda2ea40fd77357c761a6189fef = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_35988cdd4389d863bcaa71f1b870f0f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23710cd5dcb70e82cf4ed595deebc421 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac93da0cf2354a3f83a418a192fe2b40 = $(`<div id="html_ac93da0cf2354a3f83a418a192fe2b40" style="width: 100.0%; height: 100.0%;">relay.wolfcoil.com</div>`)[0];
|
|
popup_23710cd5dcb70e82cf4ed595deebc421.setContent(html_ac93da0cf2354a3f83a418a192fe2b40);
|
|
|
|
|
|
|
|
marker_0012acda2ea40fd77357c761a6189fef.bindPopup(popup_23710cd5dcb70e82cf4ed595deebc421)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0012acda2ea40fd77357c761a6189fef.setIcon(icon_35988cdd4389d863bcaa71f1b870f0f2);
|
|
|
|
|
|
var marker_65f0d4bdf94403114c5cbb978f77bbf1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_8334a46e9523daa41c79262d3d7894a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f59b8d6ff0b4a2b1e856995bf9f328db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b310483d723c5be20cc02b0bfc23f83 = $(`<div id="html_4b310483d723c5be20cc02b0bfc23f83" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_f59b8d6ff0b4a2b1e856995bf9f328db.setContent(html_4b310483d723c5be20cc02b0bfc23f83);
|
|
|
|
|
|
|
|
marker_65f0d4bdf94403114c5cbb978f77bbf1.bindPopup(popup_f59b8d6ff0b4a2b1e856995bf9f328db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65f0d4bdf94403114c5cbb978f77bbf1.setIcon(icon_8334a46e9523daa41c79262d3d7894a1);
|
|
|
|
|
|
var marker_1cf45de3321785099d36e189370ea9db = L.marker(
|
|
[39.048, -77.4817],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_1fc3d9b76e7df50bcbcd1c40f8ef5492 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f12426505642f05d7b6d7ee15e7a0f0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1cde2df025a6d905a29a01efbcc91cae = $(`<div id="html_1cde2df025a6d905a29a01efbcc91cae" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_f12426505642f05d7b6d7ee15e7a0f0a.setContent(html_1cde2df025a6d905a29a01efbcc91cae);
|
|
|
|
|
|
|
|
marker_1cf45de3321785099d36e189370ea9db.bindPopup(popup_f12426505642f05d7b6d7ee15e7a0f0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1cf45de3321785099d36e189370ea9db.setIcon(icon_1fc3d9b76e7df50bcbcd1c40f8ef5492);
|
|
|
|
|
|
var marker_ab79681f8c19a8e0d60f7bebb5e387ce = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_86bc73b8a881d7ccdbd15ff6c1096e53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63dbddf515df691ac35885b43b69086d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88a53f44136cf70e82489f0243f22cb3 = $(`<div id="html_88a53f44136cf70e82489f0243f22cb3" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_63dbddf515df691ac35885b43b69086d.setContent(html_88a53f44136cf70e82489f0243f22cb3);
|
|
|
|
|
|
|
|
marker_ab79681f8c19a8e0d60f7bebb5e387ce.bindPopup(popup_63dbddf515df691ac35885b43b69086d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab79681f8c19a8e0d60f7bebb5e387ce.setIcon(icon_86bc73b8a881d7ccdbd15ff6c1096e53);
|
|
|
|
|
|
var marker_51e6d9dd96c8666036769a3d1f1ed2d0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_5561a1bf7ea4892d14f8a7fec5e2e02e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ac3ad7845d7d4cac1e601ad771adb99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e71ba42a7a090b59e962d36fdc8220c7 = $(`<div id="html_e71ba42a7a090b59e962d36fdc8220c7" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_5ac3ad7845d7d4cac1e601ad771adb99.setContent(html_e71ba42a7a090b59e962d36fdc8220c7);
|
|
|
|
|
|
|
|
marker_51e6d9dd96c8666036769a3d1f1ed2d0.bindPopup(popup_5ac3ad7845d7d4cac1e601ad771adb99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51e6d9dd96c8666036769a3d1f1ed2d0.setIcon(icon_5561a1bf7ea4892d14f8a7fec5e2e02e);
|
|
|
|
|
|
var marker_d1938e6cf5c1854fca6205af181536eb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_837842937cd0b9b195194b99a600e66d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_143aca39c2999b70bfe299eeb3210773 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bde71dbe0236be6087727d0844228c38 = $(`<div id="html_bde71dbe0236be6087727d0844228c38" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_143aca39c2999b70bfe299eeb3210773.setContent(html_bde71dbe0236be6087727d0844228c38);
|
|
|
|
|
|
|
|
marker_d1938e6cf5c1854fca6205af181536eb.bindPopup(popup_143aca39c2999b70bfe299eeb3210773)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1938e6cf5c1854fca6205af181536eb.setIcon(icon_837842937cd0b9b195194b99a600e66d);
|
|
|
|
|
|
var marker_de4afeb3a585c504f61416420dad7618 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_e00d41a50dbfe727c189eeb4bb9d2bea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42171aa688129fc1293e2cecca23ef1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d18399ff58653d10752d677cedc899f7 = $(`<div id="html_d18399ff58653d10752d677cedc899f7" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_42171aa688129fc1293e2cecca23ef1f.setContent(html_d18399ff58653d10752d677cedc899f7);
|
|
|
|
|
|
|
|
marker_de4afeb3a585c504f61416420dad7618.bindPopup(popup_42171aa688129fc1293e2cecca23ef1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de4afeb3a585c504f61416420dad7618.setIcon(icon_e00d41a50dbfe727c189eeb4bb9d2bea);
|
|
|
|
|
|
var marker_36fd232961342b0a8e61deb99ebc279e = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_87ac99af10d98aa12569306026c60ae3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7a3b425cfef0604a2d8160ed13781b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19b6bdd41869dbf918982243963667ba = $(`<div id="html_19b6bdd41869dbf918982243963667ba" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_d7a3b425cfef0604a2d8160ed13781b9.setContent(html_19b6bdd41869dbf918982243963667ba);
|
|
|
|
|
|
|
|
marker_36fd232961342b0a8e61deb99ebc279e.bindPopup(popup_d7a3b425cfef0604a2d8160ed13781b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36fd232961342b0a8e61deb99ebc279e.setIcon(icon_87ac99af10d98aa12569306026c60ae3);
|
|
|
|
|
|
var marker_a77eb79978c1f88d4d3adf94c26ef1d4 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_8eebb15d3e2abcf08cd966bb4f49ff5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f75c1141bc6b6c17530373fb8cbb7c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b65fce8aaeac8f5e77e64aee24a789ed = $(`<div id="html_b65fce8aaeac8f5e77e64aee24a789ed" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_9f75c1141bc6b6c17530373fb8cbb7c2.setContent(html_b65fce8aaeac8f5e77e64aee24a789ed);
|
|
|
|
|
|
|
|
marker_a77eb79978c1f88d4d3adf94c26ef1d4.bindPopup(popup_9f75c1141bc6b6c17530373fb8cbb7c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a77eb79978c1f88d4d3adf94c26ef1d4.setIcon(icon_8eebb15d3e2abcf08cd966bb4f49ff5d);
|
|
|
|
|
|
var marker_ebeb1f3a5aeaf77e251215b416a47bc9 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_14df9e363b837246f805d328bc9ea5d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c916b06b75da00d530bbc04ddcf4e3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de7e10d5b5739357842cb783b4ef9bee = $(`<div id="html_de7e10d5b5739357842cb783b4ef9bee" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_9c916b06b75da00d530bbc04ddcf4e3e.setContent(html_de7e10d5b5739357842cb783b4ef9bee);
|
|
|
|
|
|
|
|
marker_ebeb1f3a5aeaf77e251215b416a47bc9.bindPopup(popup_9c916b06b75da00d530bbc04ddcf4e3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebeb1f3a5aeaf77e251215b416a47bc9.setIcon(icon_14df9e363b837246f805d328bc9ea5d2);
|
|
|
|
|
|
var marker_6605f4f9ea063154b6918a4193696ae8 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_37a3c64585575b5b5903e2dcda0e66e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70cfb3341ba750929a12eeae00f0c211 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1c502587a4149cdec70ae2da8ae90eb = $(`<div id="html_e1c502587a4149cdec70ae2da8ae90eb" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_70cfb3341ba750929a12eeae00f0c211.setContent(html_e1c502587a4149cdec70ae2da8ae90eb);
|
|
|
|
|
|
|
|
marker_6605f4f9ea063154b6918a4193696ae8.bindPopup(popup_70cfb3341ba750929a12eeae00f0c211)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6605f4f9ea063154b6918a4193696ae8.setIcon(icon_37a3c64585575b5b5903e2dcda0e66e3);
|
|
|
|
|
|
var marker_ba471eded477f380e84aa900677df256 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_4cbaa35ff8d532536ba9be5867252f67 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8f6cb2395da5623a7133e06831d1e25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9baf54a264449abeaad425a94b36d11a = $(`<div id="html_9baf54a264449abeaad425a94b36d11a" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_b8f6cb2395da5623a7133e06831d1e25.setContent(html_9baf54a264449abeaad425a94b36d11a);
|
|
|
|
|
|
|
|
marker_ba471eded477f380e84aa900677df256.bindPopup(popup_b8f6cb2395da5623a7133e06831d1e25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba471eded477f380e84aa900677df256.setIcon(icon_4cbaa35ff8d532536ba9be5867252f67);
|
|
|
|
|
|
var marker_b517174c3360720378842c88adae33de = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_123bbe5a4f152c1f2f71c2009720dc05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35b867082877eebb18af43e254367e87 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4edcb4ee67435725210421cda94df25d = $(`<div id="html_4edcb4ee67435725210421cda94df25d" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_35b867082877eebb18af43e254367e87.setContent(html_4edcb4ee67435725210421cda94df25d);
|
|
|
|
|
|
|
|
marker_b517174c3360720378842c88adae33de.bindPopup(popup_35b867082877eebb18af43e254367e87)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b517174c3360720378842c88adae33de.setIcon(icon_123bbe5a4f152c1f2f71c2009720dc05);
|
|
|
|
|
|
var marker_7a42d23237916ee055f52d813f52ae57 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_da99de1b2f0eae4038e8719511aa8fe1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67b851a52ca46405ad9dfb77b12fa718 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9f90b6aaa17e9ad2aa0ce261601eb71 = $(`<div id="html_e9f90b6aaa17e9ad2aa0ce261601eb71" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_67b851a52ca46405ad9dfb77b12fa718.setContent(html_e9f90b6aaa17e9ad2aa0ce261601eb71);
|
|
|
|
|
|
|
|
marker_7a42d23237916ee055f52d813f52ae57.bindPopup(popup_67b851a52ca46405ad9dfb77b12fa718)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a42d23237916ee055f52d813f52ae57.setIcon(icon_da99de1b2f0eae4038e8719511aa8fe1);
|
|
|
|
|
|
var marker_31baa10a75b9f84c82ba68a5a0673b73 = L.marker(
|
|
[25.2604, 55.2989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_710b260e39cc51c813938f4322d7400b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c330fb4c27383c1d2423b7d6312e0007 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a576efe606742a2921068b6c6976c652 = $(`<div id="html_a576efe606742a2921068b6c6976c652" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_c330fb4c27383c1d2423b7d6312e0007.setContent(html_a576efe606742a2921068b6c6976c652);
|
|
|
|
|
|
|
|
marker_31baa10a75b9f84c82ba68a5a0673b73.bindPopup(popup_c330fb4c27383c1d2423b7d6312e0007)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31baa10a75b9f84c82ba68a5a0673b73.setIcon(icon_710b260e39cc51c813938f4322d7400b);
|
|
|
|
|
|
var marker_61940f13ae3c5c98ac32a168481955a1 = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_fcbe6b0a99eb515707a98285d2add3d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3612cabe8f56ecd191636125d71b68ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de18fe643b51ddef1a8cedaf19dbdd17 = $(`<div id="html_de18fe643b51ddef1a8cedaf19dbdd17" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_3612cabe8f56ecd191636125d71b68ea.setContent(html_de18fe643b51ddef1a8cedaf19dbdd17);
|
|
|
|
|
|
|
|
marker_61940f13ae3c5c98ac32a168481955a1.bindPopup(popup_3612cabe8f56ecd191636125d71b68ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61940f13ae3c5c98ac32a168481955a1.setIcon(icon_fcbe6b0a99eb515707a98285d2add3d1);
|
|
|
|
|
|
var marker_a25de2227b10b82c3167580500a29ee9 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_0c5d51c29ef02e7ba7d3518b1747ebe9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_406d258fd1de5226bbcac918917d9700 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ce3cb9d72b37b0856982fd18fa8597b = $(`<div id="html_4ce3cb9d72b37b0856982fd18fa8597b" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_406d258fd1de5226bbcac918917d9700.setContent(html_4ce3cb9d72b37b0856982fd18fa8597b);
|
|
|
|
|
|
|
|
marker_a25de2227b10b82c3167580500a29ee9.bindPopup(popup_406d258fd1de5226bbcac918917d9700)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a25de2227b10b82c3167580500a29ee9.setIcon(icon_0c5d51c29ef02e7ba7d3518b1747ebe9);
|
|
|
|
|
|
var marker_4fe0dd510c488990b10daf6f6ee699ed = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_8e81e0db8973099d5797acf870ebfb3b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_633a033cbc2dbcdf48567b18cf69ec4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_298ff3c988f2d12daaf03ac5b78b148e = $(`<div id="html_298ff3c988f2d12daaf03ac5b78b148e" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_633a033cbc2dbcdf48567b18cf69ec4f.setContent(html_298ff3c988f2d12daaf03ac5b78b148e);
|
|
|
|
|
|
|
|
marker_4fe0dd510c488990b10daf6f6ee699ed.bindPopup(popup_633a033cbc2dbcdf48567b18cf69ec4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4fe0dd510c488990b10daf6f6ee699ed.setIcon(icon_8e81e0db8973099d5797acf870ebfb3b);
|
|
|
|
|
|
var marker_751a595116d38218aa51f12c1939c856 = L.marker(
|
|
[51.9194, 19.1451],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_87fa4aadf5f5afbdc2277034cdbfdd11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78ac17df4a0bb47afe49866b78578da2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b28d5ca544e54b547ffcc160e3ab2823 = $(`<div id="html_b28d5ca544e54b547ffcc160e3ab2823" style="width: 100.0%; height: 100.0%;">relay.upleb.uk</div>`)[0];
|
|
popup_78ac17df4a0bb47afe49866b78578da2.setContent(html_b28d5ca544e54b547ffcc160e3ab2823);
|
|
|
|
|
|
|
|
marker_751a595116d38218aa51f12c1939c856.bindPopup(popup_78ac17df4a0bb47afe49866b78578da2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_751a595116d38218aa51f12c1939c856.setIcon(icon_87fa4aadf5f5afbdc2277034cdbfdd11);
|
|
|
|
|
|
var marker_4b999ce05163730d9d730aa18aec31df = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_e3381048d41b6b41790b40ea0e0292b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42f73e5ff2153363aaa5805a695740be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f159bf2d219e563173bbe8855e2f6e35 = $(`<div id="html_f159bf2d219e563173bbe8855e2f6e35" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_42f73e5ff2153363aaa5805a695740be.setContent(html_f159bf2d219e563173bbe8855e2f6e35);
|
|
|
|
|
|
|
|
marker_4b999ce05163730d9d730aa18aec31df.bindPopup(popup_42f73e5ff2153363aaa5805a695740be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b999ce05163730d9d730aa18aec31df.setIcon(icon_e3381048d41b6b41790b40ea0e0292b2);
|
|
|
|
|
|
var marker_77fed95abc477801e45c75d7fee1ca59 = L.marker(
|
|
[-22.5986, -48.8003],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_89919963c026064d6e7339bd05ddede1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bc06bbd1dee3036b780210428af9319 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e774ae431680f38910f82aacc9039ec0 = $(`<div id="html_e774ae431680f38910f82aacc9039ec0" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_5bc06bbd1dee3036b780210428af9319.setContent(html_e774ae431680f38910f82aacc9039ec0);
|
|
|
|
|
|
|
|
marker_77fed95abc477801e45c75d7fee1ca59.bindPopup(popup_5bc06bbd1dee3036b780210428af9319)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77fed95abc477801e45c75d7fee1ca59.setIcon(icon_89919963c026064d6e7339bd05ddede1);
|
|
|
|
|
|
var marker_a519f82b0729b0a6c65d9bc7a76c6970 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_ff05e3f21a5cb56326aead383adbea94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11dd810f63a3f72604afe6c43392d785 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb9a634e9250b13d55a0c018cf05d876 = $(`<div id="html_fb9a634e9250b13d55a0c018cf05d876" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_11dd810f63a3f72604afe6c43392d785.setContent(html_fb9a634e9250b13d55a0c018cf05d876);
|
|
|
|
|
|
|
|
marker_a519f82b0729b0a6c65d9bc7a76c6970.bindPopup(popup_11dd810f63a3f72604afe6c43392d785)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a519f82b0729b0a6c65d9bc7a76c6970.setIcon(icon_ff05e3f21a5cb56326aead383adbea94);
|
|
|
|
|
|
var marker_1a5e3048fde8ed4094c17fdbd92e7449 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_2bed8a128fe5d33d96352db2388bbbbf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79869d565af0882b75a4c24022cc72ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91e4fce1e6a6d5e1f82a6756f4a86785 = $(`<div id="html_91e4fce1e6a6d5e1f82a6756f4a86785" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_79869d565af0882b75a4c24022cc72ea.setContent(html_91e4fce1e6a6d5e1f82a6756f4a86785);
|
|
|
|
|
|
|
|
marker_1a5e3048fde8ed4094c17fdbd92e7449.bindPopup(popup_79869d565af0882b75a4c24022cc72ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a5e3048fde8ed4094c17fdbd92e7449.setIcon(icon_2bed8a128fe5d33d96352db2388bbbbf);
|
|
|
|
|
|
var marker_2b012df7e327ae000e28f625a11bf0ba = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_47ff2d81b402d6009a253062d9f55d31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_780e46a5f9d39d86266de4e3a525ac74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_346b247de0e4582d3a61fe64988adf8c = $(`<div id="html_346b247de0e4582d3a61fe64988adf8c" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_780e46a5f9d39d86266de4e3a525ac74.setContent(html_346b247de0e4582d3a61fe64988adf8c);
|
|
|
|
|
|
|
|
marker_2b012df7e327ae000e28f625a11bf0ba.bindPopup(popup_780e46a5f9d39d86266de4e3a525ac74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b012df7e327ae000e28f625a11bf0ba.setIcon(icon_47ff2d81b402d6009a253062d9f55d31);
|
|
|
|
|
|
var marker_a1947785546c021450e4b9f08e726e36 = L.marker(
|
|
[47.4043, 8.57398],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_630b015e6a3de15ab7e2f04423abbeb9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4c856600dbc7169a075e1bbe3e92a49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_151a008d167fb7e5c4b92adda5a529fb = $(`<div id="html_151a008d167fb7e5c4b92adda5a529fb" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_b4c856600dbc7169a075e1bbe3e92a49.setContent(html_151a008d167fb7e5c4b92adda5a529fb);
|
|
|
|
|
|
|
|
marker_a1947785546c021450e4b9f08e726e36.bindPopup(popup_b4c856600dbc7169a075e1bbe3e92a49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1947785546c021450e4b9f08e726e36.setIcon(icon_630b015e6a3de15ab7e2f04423abbeb9);
|
|
|
|
|
|
var marker_1b9438db938e41819c4eefc237c3f0a3 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_8edb7f49c443756d40eee2ac2c6df969 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e5eb19687d615cc47ca0c7c74653835 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94991cdc1396374ecb090e0a78257a16 = $(`<div id="html_94991cdc1396374ecb090e0a78257a16" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_2e5eb19687d615cc47ca0c7c74653835.setContent(html_94991cdc1396374ecb090e0a78257a16);
|
|
|
|
|
|
|
|
marker_1b9438db938e41819c4eefc237c3f0a3.bindPopup(popup_2e5eb19687d615cc47ca0c7c74653835)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b9438db938e41819c4eefc237c3f0a3.setIcon(icon_8edb7f49c443756d40eee2ac2c6df969);
|
|
|
|
|
|
var marker_5d8f0902c5ad80d7577586d2f45a2918 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_d0e3aa130721b57ab4f3f65c04e5111a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a483c1e6ea9f2fbd517899656570074 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_976e36f5ff7bd2cebc0bcbe5f12d477b = $(`<div id="html_976e36f5ff7bd2cebc0bcbe5f12d477b" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_9a483c1e6ea9f2fbd517899656570074.setContent(html_976e36f5ff7bd2cebc0bcbe5f12d477b);
|
|
|
|
|
|
|
|
marker_5d8f0902c5ad80d7577586d2f45a2918.bindPopup(popup_9a483c1e6ea9f2fbd517899656570074)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d8f0902c5ad80d7577586d2f45a2918.setIcon(icon_d0e3aa130721b57ab4f3f65c04e5111a);
|
|
|
|
|
|
var marker_83af4e813dbe19271b12349419481d6a = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_e9730f9fc0a9bb05f7cd240220cf9329 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df555ca8ff53ed44f6ecafe343fd3a29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83472141722afd8f4cb501e4da103590 = $(`<div id="html_83472141722afd8f4cb501e4da103590" style="width: 100.0%; height: 100.0%;">relay.hasenpfeffr.com</div>`)[0];
|
|
popup_df555ca8ff53ed44f6ecafe343fd3a29.setContent(html_83472141722afd8f4cb501e4da103590);
|
|
|
|
|
|
|
|
marker_83af4e813dbe19271b12349419481d6a.bindPopup(popup_df555ca8ff53ed44f6ecafe343fd3a29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83af4e813dbe19271b12349419481d6a.setIcon(icon_e9730f9fc0a9bb05f7cd240220cf9329);
|
|
|
|
|
|
var marker_50b079db279cd8a7a210ffaa7303c9d8 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_a00dd10b098d0ff3bfa85c1f6724cdd3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f28a52e1635cc74775b8fb5468e42d70 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99f0aca44504f3aaab565c3b2dc952cf = $(`<div id="html_99f0aca44504f3aaab565c3b2dc952cf" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_f28a52e1635cc74775b8fb5468e42d70.setContent(html_99f0aca44504f3aaab565c3b2dc952cf);
|
|
|
|
|
|
|
|
marker_50b079db279cd8a7a210ffaa7303c9d8.bindPopup(popup_f28a52e1635cc74775b8fb5468e42d70)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50b079db279cd8a7a210ffaa7303c9d8.setIcon(icon_a00dd10b098d0ff3bfa85c1f6724cdd3);
|
|
|
|
|
|
var marker_ad7471e7e58b06de99a23bdffae8c5c4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_6bdf96fb74e021389c73c07e66918024 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c26d13f30d29c0c31f076deed4a4a37f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45803b2b5526b5947444663f87421718 = $(`<div id="html_45803b2b5526b5947444663f87421718" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_c26d13f30d29c0c31f076deed4a4a37f.setContent(html_45803b2b5526b5947444663f87421718);
|
|
|
|
|
|
|
|
marker_ad7471e7e58b06de99a23bdffae8c5c4.bindPopup(popup_c26d13f30d29c0c31f076deed4a4a37f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad7471e7e58b06de99a23bdffae8c5c4.setIcon(icon_6bdf96fb74e021389c73c07e66918024);
|
|
|
|
|
|
var marker_9090e37b0466a34c6d6ecfb4cc95f1ed = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_27be9bca02ea5c2de78a226caab04561 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f265d9d090e256db25c75aae06943b95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9db7bbc2d651f643b0c4637ab3bb5b2a = $(`<div id="html_9db7bbc2d651f643b0c4637ab3bb5b2a" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_f265d9d090e256db25c75aae06943b95.setContent(html_9db7bbc2d651f643b0c4637ab3bb5b2a);
|
|
|
|
|
|
|
|
marker_9090e37b0466a34c6d6ecfb4cc95f1ed.bindPopup(popup_f265d9d090e256db25c75aae06943b95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9090e37b0466a34c6d6ecfb4cc95f1ed.setIcon(icon_27be9bca02ea5c2de78a226caab04561);
|
|
|
|
|
|
var marker_8d1ef5a0a2e919b2ce8381a323c4024c = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_8a235cec11435ae64c807d7d91153a64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_482f79bf01f46452bfbcc8e8c57339b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ba804b903e8778e773443ebda176254 = $(`<div id="html_0ba804b903e8778e773443ebda176254" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_482f79bf01f46452bfbcc8e8c57339b8.setContent(html_0ba804b903e8778e773443ebda176254);
|
|
|
|
|
|
|
|
marker_8d1ef5a0a2e919b2ce8381a323c4024c.bindPopup(popup_482f79bf01f46452bfbcc8e8c57339b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d1ef5a0a2e919b2ce8381a323c4024c.setIcon(icon_8a235cec11435ae64c807d7d91153a64);
|
|
|
|
|
|
var marker_86ac24ad2390c8429ed75178a104b0e0 = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_ad704a3e0b27f4fd6506b7d53ea4bb2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b5d0804d16678e9d668f8de6beca6bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29ae3804fc93fc389f198c7f0a08e358 = $(`<div id="html_29ae3804fc93fc389f198c7f0a08e358" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_7b5d0804d16678e9d668f8de6beca6bc.setContent(html_29ae3804fc93fc389f198c7f0a08e358);
|
|
|
|
|
|
|
|
marker_86ac24ad2390c8429ed75178a104b0e0.bindPopup(popup_7b5d0804d16678e9d668f8de6beca6bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86ac24ad2390c8429ed75178a104b0e0.setIcon(icon_ad704a3e0b27f4fd6506b7d53ea4bb2c);
|
|
|
|
|
|
var marker_ce0e8f4a689bf2f9189b507ab56ecb37 = L.marker(
|
|
[-26.2056, 28.0337],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_f36cd189465701757e2b4f9d0a0cf255 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f681934cc7087639ba1d3fcb10f1edf9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00bfc4ed3838d1e2bccd65080f9bcf22 = $(`<div id="html_00bfc4ed3838d1e2bccd65080f9bcf22" style="width: 100.0%; height: 100.0%;">ribo.af.nostria.app</div>`)[0];
|
|
popup_f681934cc7087639ba1d3fcb10f1edf9.setContent(html_00bfc4ed3838d1e2bccd65080f9bcf22);
|
|
|
|
|
|
|
|
marker_ce0e8f4a689bf2f9189b507ab56ecb37.bindPopup(popup_f681934cc7087639ba1d3fcb10f1edf9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce0e8f4a689bf2f9189b507ab56ecb37.setIcon(icon_f36cd189465701757e2b4f9d0a0cf255);
|
|
|
|
|
|
var marker_d08a93528984df0ab7d5740d89b66f7b = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_93c3e677ebb111246bbaffc4e0a4c728 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0250195ef50991ae74a5e6f6bb6e9987 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40f2a7f292ca73eef01a86aeacffb391 = $(`<div id="html_40f2a7f292ca73eef01a86aeacffb391" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_0250195ef50991ae74a5e6f6bb6e9987.setContent(html_40f2a7f292ca73eef01a86aeacffb391);
|
|
|
|
|
|
|
|
marker_d08a93528984df0ab7d5740d89b66f7b.bindPopup(popup_0250195ef50991ae74a5e6f6bb6e9987)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d08a93528984df0ab7d5740d89b66f7b.setIcon(icon_93c3e677ebb111246bbaffc4e0a4c728);
|
|
|
|
|
|
var marker_3867c9370c34138b19b4a1ea75c7d882 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_0531757c735feaa568c275e39a9e6c3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_743c661164b2f3790f4da8c6ce970a02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e212d9cdf44d588a05ea536e2664735 = $(`<div id="html_0e212d9cdf44d588a05ea536e2664735" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_743c661164b2f3790f4da8c6ce970a02.setContent(html_0e212d9cdf44d588a05ea536e2664735);
|
|
|
|
|
|
|
|
marker_3867c9370c34138b19b4a1ea75c7d882.bindPopup(popup_743c661164b2f3790f4da8c6ce970a02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3867c9370c34138b19b4a1ea75c7d882.setIcon(icon_0531757c735feaa568c275e39a9e6c3c);
|
|
|
|
|
|
var marker_464a95f2cbdf6d45b138ed87609a8a48 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_0c8e2f9cd619ce899be1537458475f71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a324b49c3d8b34c4c64dd9381faa86a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed4398117299fa29848d7db7edb98442 = $(`<div id="html_ed4398117299fa29848d7db7edb98442" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_a324b49c3d8b34c4c64dd9381faa86a8.setContent(html_ed4398117299fa29848d7db7edb98442);
|
|
|
|
|
|
|
|
marker_464a95f2cbdf6d45b138ed87609a8a48.bindPopup(popup_a324b49c3d8b34c4c64dd9381faa86a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_464a95f2cbdf6d45b138ed87609a8a48.setIcon(icon_0c8e2f9cd619ce899be1537458475f71);
|
|
|
|
|
|
var marker_10324231e6098d90aeacbe37b92ccf3a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_9cd0a51119363978e292f6cff80dfee1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59f80369fe8b15c63bec30674bf54773 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83745cd54f38931313e5a826c7d0116e = $(`<div id="html_83745cd54f38931313e5a826c7d0116e" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_59f80369fe8b15c63bec30674bf54773.setContent(html_83745cd54f38931313e5a826c7d0116e);
|
|
|
|
|
|
|
|
marker_10324231e6098d90aeacbe37b92ccf3a.bindPopup(popup_59f80369fe8b15c63bec30674bf54773)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10324231e6098d90aeacbe37b92ccf3a.setIcon(icon_9cd0a51119363978e292f6cff80dfee1);
|
|
|
|
|
|
var marker_bde3519ac02552c79ce66ffdfc8aae53 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_6398c3d686bf15f6e8dd8200617d34c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dad353000cc164da33b91ed5212bf9d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7b3a0314f8f5a1eb62ec60ab1127af4 = $(`<div id="html_a7b3a0314f8f5a1eb62ec60ab1127af4" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_dad353000cc164da33b91ed5212bf9d3.setContent(html_a7b3a0314f8f5a1eb62ec60ab1127af4);
|
|
|
|
|
|
|
|
marker_bde3519ac02552c79ce66ffdfc8aae53.bindPopup(popup_dad353000cc164da33b91ed5212bf9d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bde3519ac02552c79ce66ffdfc8aae53.setIcon(icon_6398c3d686bf15f6e8dd8200617d34c7);
|
|
|
|
|
|
var marker_1f0b4c866fa8f49855142184836a5212 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_c7b025336a55d23558f324a1afdf612a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd41dfdea6350fda44a0bda1f18ee2c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6076c0e0c48ee565a31f222deebfae43 = $(`<div id="html_6076c0e0c48ee565a31f222deebfae43" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_bd41dfdea6350fda44a0bda1f18ee2c2.setContent(html_6076c0e0c48ee565a31f222deebfae43);
|
|
|
|
|
|
|
|
marker_1f0b4c866fa8f49855142184836a5212.bindPopup(popup_bd41dfdea6350fda44a0bda1f18ee2c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f0b4c866fa8f49855142184836a5212.setIcon(icon_c7b025336a55d23558f324a1afdf612a);
|
|
|
|
|
|
var marker_2962450764bbb8e342c51593876b5e01 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_b197248911e76ae134b8250c672daecb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7246707a57ab134ced95041feee39c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45d47d634a8488519abede7b584eb754 = $(`<div id="html_45d47d634a8488519abede7b584eb754" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_d7246707a57ab134ced95041feee39c1.setContent(html_45d47d634a8488519abede7b584eb754);
|
|
|
|
|
|
|
|
marker_2962450764bbb8e342c51593876b5e01.bindPopup(popup_d7246707a57ab134ced95041feee39c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2962450764bbb8e342c51593876b5e01.setIcon(icon_b197248911e76ae134b8250c672daecb);
|
|
|
|
|
|
var marker_fa43bb43015253737386b908eae6cffd = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_9b71dbdcc162044664d62872331a5a42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27bce9b5075d4c4977a667ba80141113 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31cfb5f1cdef2e97a9db4420e336693e = $(`<div id="html_31cfb5f1cdef2e97a9db4420e336693e" style="width: 100.0%; height: 100.0%;">nostream.breadslice.com</div>`)[0];
|
|
popup_27bce9b5075d4c4977a667ba80141113.setContent(html_31cfb5f1cdef2e97a9db4420e336693e);
|
|
|
|
|
|
|
|
marker_fa43bb43015253737386b908eae6cffd.bindPopup(popup_27bce9b5075d4c4977a667ba80141113)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa43bb43015253737386b908eae6cffd.setIcon(icon_9b71dbdcc162044664d62872331a5a42);
|
|
|
|
|
|
var marker_0894bb175862ca898466cadcba9307f1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_f9d17ab85e7fdafb659e7f1da041f222 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9170e6c0df07570c2f9cc68eea43dc29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a159543adcfb626979c4f62803124cf0 = $(`<div id="html_a159543adcfb626979c4f62803124cf0" style="width: 100.0%; height: 100.0%;">nostr.diakod.com</div>`)[0];
|
|
popup_9170e6c0df07570c2f9cc68eea43dc29.setContent(html_a159543adcfb626979c4f62803124cf0);
|
|
|
|
|
|
|
|
marker_0894bb175862ca898466cadcba9307f1.bindPopup(popup_9170e6c0df07570c2f9cc68eea43dc29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0894bb175862ca898466cadcba9307f1.setIcon(icon_f9d17ab85e7fdafb659e7f1da041f222);
|
|
|
|
|
|
var marker_8350a698036d13cf7a67f42e01821e29 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_a43eb46b9cd3c71caa38e321158a357f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8f5231d0b8df627f48f7fdb6507804c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b74f8989d4202d0c5626d494672dc47f = $(`<div id="html_b74f8989d4202d0c5626d494672dc47f" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_b8f5231d0b8df627f48f7fdb6507804c.setContent(html_b74f8989d4202d0c5626d494672dc47f);
|
|
|
|
|
|
|
|
marker_8350a698036d13cf7a67f42e01821e29.bindPopup(popup_b8f5231d0b8df627f48f7fdb6507804c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8350a698036d13cf7a67f42e01821e29.setIcon(icon_a43eb46b9cd3c71caa38e321158a357f);
|
|
|
|
|
|
var marker_141394f91ee740a36e9042752d79b740 = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_b2df5a59aebf78192525081cbeb5a065 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_774891064d3db7f1408b534bcb84e8f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fafc5987d2e6ed1c9555383956859355 = $(`<div id="html_fafc5987d2e6ed1c9555383956859355" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_774891064d3db7f1408b534bcb84e8f5.setContent(html_fafc5987d2e6ed1c9555383956859355);
|
|
|
|
|
|
|
|
marker_141394f91ee740a36e9042752d79b740.bindPopup(popup_774891064d3db7f1408b534bcb84e8f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_141394f91ee740a36e9042752d79b740.setIcon(icon_b2df5a59aebf78192525081cbeb5a065);
|
|
|
|
|
|
var marker_3c554a0b78bd88ff50ad0ccbeaeff447 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_fbbe88d18f80e28ad4c80bf0238a8631 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13848a90a3d253cc88521379260a55c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fa69d872f83af0780024d8db1816ca6 = $(`<div id="html_8fa69d872f83af0780024d8db1816ca6" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_13848a90a3d253cc88521379260a55c2.setContent(html_8fa69d872f83af0780024d8db1816ca6);
|
|
|
|
|
|
|
|
marker_3c554a0b78bd88ff50ad0ccbeaeff447.bindPopup(popup_13848a90a3d253cc88521379260a55c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c554a0b78bd88ff50ad0ccbeaeff447.setIcon(icon_fbbe88d18f80e28ad4c80bf0238a8631);
|
|
|
|
|
|
var marker_1570220bd31389c38bcfa32452591b7f = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_ffde9cfe820eb81d998829e6b463dfea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b409b22a6b312339582540c6afa0ae1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3bb9e247c2084f59aa1084fdf3151e55 = $(`<div id="html_3bb9e247c2084f59aa1084fdf3151e55" style="width: 100.0%; height: 100.0%;">nostr.davidebtc.me</div>`)[0];
|
|
popup_2b409b22a6b312339582540c6afa0ae1.setContent(html_3bb9e247c2084f59aa1084fdf3151e55);
|
|
|
|
|
|
|
|
marker_1570220bd31389c38bcfa32452591b7f.bindPopup(popup_2b409b22a6b312339582540c6afa0ae1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1570220bd31389c38bcfa32452591b7f.setIcon(icon_ffde9cfe820eb81d998829e6b463dfea);
|
|
|
|
|
|
var marker_86b73c503fd31a47286ca54b60f87494 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_8e939f31b1ae0bed54968553fd08ae39 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62cb60c8b1f45ec1d374193382b5b665 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a96331d84ae9d4c374321a2d331ce1d9 = $(`<div id="html_a96331d84ae9d4c374321a2d331ce1d9" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_62cb60c8b1f45ec1d374193382b5b665.setContent(html_a96331d84ae9d4c374321a2d331ce1d9);
|
|
|
|
|
|
|
|
marker_86b73c503fd31a47286ca54b60f87494.bindPopup(popup_62cb60c8b1f45ec1d374193382b5b665)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86b73c503fd31a47286ca54b60f87494.setIcon(icon_8e939f31b1ae0bed54968553fd08ae39);
|
|
|
|
|
|
var marker_37172f78bab0b60facd64005fde555bf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_e47680816f7bcff351b7c39fe66fa406 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd11e8608ed06139bc8e91b5babf2d03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00982f13729a6ade11282dc7ce897723 = $(`<div id="html_00982f13729a6ade11282dc7ce897723" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_fd11e8608ed06139bc8e91b5babf2d03.setContent(html_00982f13729a6ade11282dc7ce897723);
|
|
|
|
|
|
|
|
marker_37172f78bab0b60facd64005fde555bf.bindPopup(popup_fd11e8608ed06139bc8e91b5babf2d03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37172f78bab0b60facd64005fde555bf.setIcon(icon_e47680816f7bcff351b7c39fe66fa406);
|
|
|
|
|
|
var marker_d46cec7a3574cd2ea33326dc3f07af12 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_ed686a82c28cd71084aa89abdb0cdfd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aec465f2abc8d4fc692ea5a0438b6efb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07258499dedd2f4fa87328192f8b27f1 = $(`<div id="html_07258499dedd2f4fa87328192f8b27f1" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_aec465f2abc8d4fc692ea5a0438b6efb.setContent(html_07258499dedd2f4fa87328192f8b27f1);
|
|
|
|
|
|
|
|
marker_d46cec7a3574cd2ea33326dc3f07af12.bindPopup(popup_aec465f2abc8d4fc692ea5a0438b6efb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d46cec7a3574cd2ea33326dc3f07af12.setIcon(icon_ed686a82c28cd71084aa89abdb0cdfd0);
|
|
|
|
|
|
var marker_44539a28b09802879f453d3f07250208 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_e6426d829d37736ad099ae0e4d044de1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d1d5d8ee918331e12108a18fecc805c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbdebe06666990f1bb0f657bf7fe9a37 = $(`<div id="html_dbdebe06666990f1bb0f657bf7fe9a37" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_5d1d5d8ee918331e12108a18fecc805c.setContent(html_dbdebe06666990f1bb0f657bf7fe9a37);
|
|
|
|
|
|
|
|
marker_44539a28b09802879f453d3f07250208.bindPopup(popup_5d1d5d8ee918331e12108a18fecc805c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44539a28b09802879f453d3f07250208.setIcon(icon_e6426d829d37736ad099ae0e4d044de1);
|
|
|
|
|
|
var marker_8c63da71cc58c4efb8254eecf3f51a24 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_49a8ebe34dceb72076d2b7167fb184e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbd3b27200d641b6c63da597b42e0918 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2015fe0094c0c704921edecfe49f308 = $(`<div id="html_e2015fe0094c0c704921edecfe49f308" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_fbd3b27200d641b6c63da597b42e0918.setContent(html_e2015fe0094c0c704921edecfe49f308);
|
|
|
|
|
|
|
|
marker_8c63da71cc58c4efb8254eecf3f51a24.bindPopup(popup_fbd3b27200d641b6c63da597b42e0918)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c63da71cc58c4efb8254eecf3f51a24.setIcon(icon_49a8ebe34dceb72076d2b7167fb184e3);
|
|
|
|
|
|
var marker_36e8c0731f32efdd9b1e8c4eb0760bde = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_e7a6309fcd1e5951d0601fbdd7c73146 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5f2bfe2753692532282af5b2c897f61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e06768481a1c506c3d37c223945b1787 = $(`<div id="html_e06768481a1c506c3d37c223945b1787" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_c5f2bfe2753692532282af5b2c897f61.setContent(html_e06768481a1c506c3d37c223945b1787);
|
|
|
|
|
|
|
|
marker_36e8c0731f32efdd9b1e8c4eb0760bde.bindPopup(popup_c5f2bfe2753692532282af5b2c897f61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36e8c0731f32efdd9b1e8c4eb0760bde.setIcon(icon_e7a6309fcd1e5951d0601fbdd7c73146);
|
|
|
|
|
|
var marker_d3350f7b83a30ecab5dc5ccbfa78fddd = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_1a7edba514602b7198d33bde9dbe8c94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf488ffd84a5718b32e0cebdd4bb70d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b2e30fb26b533e305f32541636515c2 = $(`<div id="html_7b2e30fb26b533e305f32541636515c2" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_bf488ffd84a5718b32e0cebdd4bb70d9.setContent(html_7b2e30fb26b533e305f32541636515c2);
|
|
|
|
|
|
|
|
marker_d3350f7b83a30ecab5dc5ccbfa78fddd.bindPopup(popup_bf488ffd84a5718b32e0cebdd4bb70d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3350f7b83a30ecab5dc5ccbfa78fddd.setIcon(icon_1a7edba514602b7198d33bde9dbe8c94);
|
|
|
|
|
|
var marker_882c4130e773e41bbe309acf1ba60b2b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_313693b7afe8e791f60d2c40cc5f993c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86c4ab95b6aaacc984f8737fd7a903df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1024a474a3f83c1ef931860f5fc608e8 = $(`<div id="html_1024a474a3f83c1ef931860f5fc608e8" style="width: 100.0%; height: 100.0%;">relay.barine.co</div>`)[0];
|
|
popup_86c4ab95b6aaacc984f8737fd7a903df.setContent(html_1024a474a3f83c1ef931860f5fc608e8);
|
|
|
|
|
|
|
|
marker_882c4130e773e41bbe309acf1ba60b2b.bindPopup(popup_86c4ab95b6aaacc984f8737fd7a903df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_882c4130e773e41bbe309acf1ba60b2b.setIcon(icon_313693b7afe8e791f60d2c40cc5f993c);
|
|
|
|
|
|
var marker_c596c2546725fcaffc62f681b8ee339b = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_6f99a571a2515a3e306cba8e64c8a19d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_671772574dac6ef682fb83b0c7eb084e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10d993d6d11181695cca886ff86ca3b7 = $(`<div id="html_10d993d6d11181695cca886ff86ca3b7" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_671772574dac6ef682fb83b0c7eb084e.setContent(html_10d993d6d11181695cca886ff86ca3b7);
|
|
|
|
|
|
|
|
marker_c596c2546725fcaffc62f681b8ee339b.bindPopup(popup_671772574dac6ef682fb83b0c7eb084e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c596c2546725fcaffc62f681b8ee339b.setIcon(icon_6f99a571a2515a3e306cba8e64c8a19d);
|
|
|
|
|
|
var marker_f52ddea443383cc995c3cc82f0f244b9 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_0d641c524c430e24bfaaf9ab5fda1209 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa0ea3044993714faeb96a754d4e16a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c73c03ee91b3225537e476f00b3a4538 = $(`<div id="html_c73c03ee91b3225537e476f00b3a4538" style="width: 100.0%; height: 100.0%;">vitor.nostr1.com</div>`)[0];
|
|
popup_aa0ea3044993714faeb96a754d4e16a6.setContent(html_c73c03ee91b3225537e476f00b3a4538);
|
|
|
|
|
|
|
|
marker_f52ddea443383cc995c3cc82f0f244b9.bindPopup(popup_aa0ea3044993714faeb96a754d4e16a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f52ddea443383cc995c3cc82f0f244b9.setIcon(icon_0d641c524c430e24bfaaf9ab5fda1209);
|
|
|
|
|
|
var marker_1c54de8b7e241b465840b0903ad67c8f = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_a7501607380c09deb83cac397cd9c7fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6957d1a5e65e05deb7b584585e45ee69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a251612ffdae9a08fcba786a2a5e9b5 = $(`<div id="html_4a251612ffdae9a08fcba786a2a5e9b5" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_6957d1a5e65e05deb7b584585e45ee69.setContent(html_4a251612ffdae9a08fcba786a2a5e9b5);
|
|
|
|
|
|
|
|
marker_1c54de8b7e241b465840b0903ad67c8f.bindPopup(popup_6957d1a5e65e05deb7b584585e45ee69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c54de8b7e241b465840b0903ad67c8f.setIcon(icon_a7501607380c09deb83cac397cd9c7fb);
|
|
|
|
|
|
var marker_9cd54b31b2cb4ee8705bc45d06016ad6 = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_3918dd8516e3f83fe89652f6662f965b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_71be5a593a319e2e60696cb0c7e44fb2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cdfca8d4847dad6b80d37057c01c0cd6 = $(`<div id="html_cdfca8d4847dad6b80d37057c01c0cd6" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_71be5a593a319e2e60696cb0c7e44fb2.setContent(html_cdfca8d4847dad6b80d37057c01c0cd6);
|
|
|
|
|
|
|
|
marker_9cd54b31b2cb4ee8705bc45d06016ad6.bindPopup(popup_71be5a593a319e2e60696cb0c7e44fb2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9cd54b31b2cb4ee8705bc45d06016ad6.setIcon(icon_3918dd8516e3f83fe89652f6662f965b);
|
|
|
|
|
|
var marker_3c330ce94206ddd07796c639ecbbbf55 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_f9b16a5e96a8bce73cf8e37082059431 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b679aa46b5d4c7d64eb64ee5c1b52e2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81fae64cd71e6cdde79d066d07e14f30 = $(`<div id="html_81fae64cd71e6cdde79d066d07e14f30" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_b679aa46b5d4c7d64eb64ee5c1b52e2a.setContent(html_81fae64cd71e6cdde79d066d07e14f30);
|
|
|
|
|
|
|
|
marker_3c330ce94206ddd07796c639ecbbbf55.bindPopup(popup_b679aa46b5d4c7d64eb64ee5c1b52e2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c330ce94206ddd07796c639ecbbbf55.setIcon(icon_f9b16a5e96a8bce73cf8e37082059431);
|
|
|
|
|
|
var marker_622c9bb19bf1bfe8dceee7f8f4a1e0d8 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_ad8b96f0fc1969f6c7f51e6a136e68bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ecb76886851d080ed2db16a82e86abed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48a230bc1f60e33a2b987212f322252b = $(`<div id="html_48a230bc1f60e33a2b987212f322252b" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_ecb76886851d080ed2db16a82e86abed.setContent(html_48a230bc1f60e33a2b987212f322252b);
|
|
|
|
|
|
|
|
marker_622c9bb19bf1bfe8dceee7f8f4a1e0d8.bindPopup(popup_ecb76886851d080ed2db16a82e86abed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_622c9bb19bf1bfe8dceee7f8f4a1e0d8.setIcon(icon_ad8b96f0fc1969f6c7f51e6a136e68bb);
|
|
|
|
|
|
var marker_e2bb5bf7412903989ad3c2382ca7519e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_752e80bf8733c7423cb734ae44751ec2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e745d9ac7886306491c7e14f3c60d703 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_444af7f2a8a75776814c47719eb94b8a = $(`<div id="html_444af7f2a8a75776814c47719eb94b8a" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_e745d9ac7886306491c7e14f3c60d703.setContent(html_444af7f2a8a75776814c47719eb94b8a);
|
|
|
|
|
|
|
|
marker_e2bb5bf7412903989ad3c2382ca7519e.bindPopup(popup_e745d9ac7886306491c7e14f3c60d703)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2bb5bf7412903989ad3c2382ca7519e.setIcon(icon_752e80bf8733c7423cb734ae44751ec2);
|
|
|
|
|
|
var marker_4b2454bbf69a57ec3dd38349c295e714 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_2017b78d9c96b30d205a84a329f7b494 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1f13f4b24826ff73c50a57fc281136b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_104d67db9011f6012b3fc48f19917671 = $(`<div id="html_104d67db9011f6012b3fc48f19917671" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_a1f13f4b24826ff73c50a57fc281136b.setContent(html_104d67db9011f6012b3fc48f19917671);
|
|
|
|
|
|
|
|
marker_4b2454bbf69a57ec3dd38349c295e714.bindPopup(popup_a1f13f4b24826ff73c50a57fc281136b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b2454bbf69a57ec3dd38349c295e714.setIcon(icon_2017b78d9c96b30d205a84a329f7b494);
|
|
|
|
|
|
var marker_50cbaadc6805db7336c1b82e6d42a801 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_90e71340ad4a96107078d29b2335bcb8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_225809c16103fee68734a1cf36b77db7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cddab0cc3c79f549c8ac47ed16d0cdc = $(`<div id="html_7cddab0cc3c79f549c8ac47ed16d0cdc" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_225809c16103fee68734a1cf36b77db7.setContent(html_7cddab0cc3c79f549c8ac47ed16d0cdc);
|
|
|
|
|
|
|
|
marker_50cbaadc6805db7336c1b82e6d42a801.bindPopup(popup_225809c16103fee68734a1cf36b77db7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50cbaadc6805db7336c1b82e6d42a801.setIcon(icon_90e71340ad4a96107078d29b2335bcb8);
|
|
|
|
|
|
var marker_cdd6689fd2f397b2e00cf4890223bade = L.marker(
|
|
[36.55, 139.733],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_ea40a2be94c0e6f92dd2d83d45a92ea0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef143542d450e188226d3f70220dbb00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9bfe1f5d7f5a25e112e8e16fb08f904 = $(`<div id="html_c9bfe1f5d7f5a25e112e8e16fb08f904" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_ef143542d450e188226d3f70220dbb00.setContent(html_c9bfe1f5d7f5a25e112e8e16fb08f904);
|
|
|
|
|
|
|
|
marker_cdd6689fd2f397b2e00cf4890223bade.bindPopup(popup_ef143542d450e188226d3f70220dbb00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cdd6689fd2f397b2e00cf4890223bade.setIcon(icon_ea40a2be94c0e6f92dd2d83d45a92ea0);
|
|
|
|
|
|
var marker_fb76d2f7a511846a3f898d50e2e38c82 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_7cf19b62ea1a086dace47081f37a1a8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc6b9162724f98ae762f3840fd16b9a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d8f89470f5a414469e4641876f5351a = $(`<div id="html_6d8f89470f5a414469e4641876f5351a" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_bc6b9162724f98ae762f3840fd16b9a5.setContent(html_6d8f89470f5a414469e4641876f5351a);
|
|
|
|
|
|
|
|
marker_fb76d2f7a511846a3f898d50e2e38c82.bindPopup(popup_bc6b9162724f98ae762f3840fd16b9a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb76d2f7a511846a3f898d50e2e38c82.setIcon(icon_7cf19b62ea1a086dace47081f37a1a8b);
|
|
|
|
|
|
var marker_35b77e95a539bec827d585dd0471e8a8 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_e58cdc2bffcf39c48018bdddc761b936 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31db443458c8d20d3912e8f6477ef7de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d3fce2ef9a0a1dc4ad2e7fb6bf96093 = $(`<div id="html_0d3fce2ef9a0a1dc4ad2e7fb6bf96093" style="width: 100.0%; height: 100.0%;">relay.thebluepulse.com</div>`)[0];
|
|
popup_31db443458c8d20d3912e8f6477ef7de.setContent(html_0d3fce2ef9a0a1dc4ad2e7fb6bf96093);
|
|
|
|
|
|
|
|
marker_35b77e95a539bec827d585dd0471e8a8.bindPopup(popup_31db443458c8d20d3912e8f6477ef7de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35b77e95a539bec827d585dd0471e8a8.setIcon(icon_e58cdc2bffcf39c48018bdddc761b936);
|
|
|
|
|
|
var marker_5fe51ca75c25b6e65869b4431bc049cb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_1d3be7c7235af6e5d28a32b28b260609 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ff9f8ff59e1ed15e367b93d30fc063f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_765691e051c5e198cb7177cd01cb1406 = $(`<div id="html_765691e051c5e198cb7177cd01cb1406" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_9ff9f8ff59e1ed15e367b93d30fc063f.setContent(html_765691e051c5e198cb7177cd01cb1406);
|
|
|
|
|
|
|
|
marker_5fe51ca75c25b6e65869b4431bc049cb.bindPopup(popup_9ff9f8ff59e1ed15e367b93d30fc063f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5fe51ca75c25b6e65869b4431bc049cb.setIcon(icon_1d3be7c7235af6e5d28a32b28b260609);
|
|
|
|
|
|
var marker_c7a3c1b421631bb37733910f627dc771 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_cfe5a5f5123eb73fd08d15054d10e456 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ff2f361df9cc9781913a012918769bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c9520ab812d042df52b4358f242e514 = $(`<div id="html_7c9520ab812d042df52b4358f242e514" style="width: 100.0%; height: 100.0%;">relay.moinsen.com</div>`)[0];
|
|
popup_8ff2f361df9cc9781913a012918769bc.setContent(html_7c9520ab812d042df52b4358f242e514);
|
|
|
|
|
|
|
|
marker_c7a3c1b421631bb37733910f627dc771.bindPopup(popup_8ff2f361df9cc9781913a012918769bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7a3c1b421631bb37733910f627dc771.setIcon(icon_cfe5a5f5123eb73fd08d15054d10e456);
|
|
|
|
|
|
var marker_029d97c40219ab86c48c21c88315f22e = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_f4a94cc26f7e47f74564e8cc8cea1fee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe0e749fbafccfe89bfcbf63a5972992 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07e762149c3e77b3f5d06fa819a51b24 = $(`<div id="html_07e762149c3e77b3f5d06fa819a51b24" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_fe0e749fbafccfe89bfcbf63a5972992.setContent(html_07e762149c3e77b3f5d06fa819a51b24);
|
|
|
|
|
|
|
|
marker_029d97c40219ab86c48c21c88315f22e.bindPopup(popup_fe0e749fbafccfe89bfcbf63a5972992)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_029d97c40219ab86c48c21c88315f22e.setIcon(icon_f4a94cc26f7e47f74564e8cc8cea1fee);
|
|
|
|
|
|
var marker_c2efeae0bbcff25036ba902cd0c05497 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_56ccedcf5bb4105bb0cebc06d5bfddaf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab318ef508aa73032cf4c1ab1c3633b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7bb92ba45f865b988c9efa780216f1cc = $(`<div id="html_7bb92ba45f865b988c9efa780216f1cc" style="width: 100.0%; height: 100.0%;">relay.nostr.band</div>`)[0];
|
|
popup_ab318ef508aa73032cf4c1ab1c3633b3.setContent(html_7bb92ba45f865b988c9efa780216f1cc);
|
|
|
|
|
|
|
|
marker_c2efeae0bbcff25036ba902cd0c05497.bindPopup(popup_ab318ef508aa73032cf4c1ab1c3633b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2efeae0bbcff25036ba902cd0c05497.setIcon(icon_56ccedcf5bb4105bb0cebc06d5bfddaf);
|
|
|
|
|
|
var marker_ae364d495da47bd5a0cbf9b04d234672 = L.marker(
|
|
[47.6735, -116.781],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_5de09ff7118339f6babbc40ac1d3a4ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a9af06385f0607cf9f531996d92dc43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e71334ba501d9f4c8a77fd5a2bee770b = $(`<div id="html_e71334ba501d9f4c8a77fd5a2bee770b" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_0a9af06385f0607cf9f531996d92dc43.setContent(html_e71334ba501d9f4c8a77fd5a2bee770b);
|
|
|
|
|
|
|
|
marker_ae364d495da47bd5a0cbf9b04d234672.bindPopup(popup_0a9af06385f0607cf9f531996d92dc43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae364d495da47bd5a0cbf9b04d234672.setIcon(icon_5de09ff7118339f6babbc40ac1d3a4ba);
|
|
|
|
|
|
var marker_9538380016e11f8fe82741f72639b9ce = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_20ca0c67aa01b6f4263977976627ca23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_583ff6eccd7ea0172625d7a3c91f6485 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffb2577961950ae883a4b942bd91e65e = $(`<div id="html_ffb2577961950ae883a4b942bd91e65e" style="width: 100.0%; height: 100.0%;">nostr.bilthon.dev</div>`)[0];
|
|
popup_583ff6eccd7ea0172625d7a3c91f6485.setContent(html_ffb2577961950ae883a4b942bd91e65e);
|
|
|
|
|
|
|
|
marker_9538380016e11f8fe82741f72639b9ce.bindPopup(popup_583ff6eccd7ea0172625d7a3c91f6485)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9538380016e11f8fe82741f72639b9ce.setIcon(icon_20ca0c67aa01b6f4263977976627ca23);
|
|
|
|
|
|
var marker_f9f3714ba4e15c8f62e5c5f3f0964a73 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_e93c942ca4cd68c67d716dbbd4e36beb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0dc1d8647c6b675f1a0d25246140fd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c157d33af0fd50fd7645cdddea84fe83 = $(`<div id="html_c157d33af0fd50fd7645cdddea84fe83" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_e0dc1d8647c6b675f1a0d25246140fd5.setContent(html_c157d33af0fd50fd7645cdddea84fe83);
|
|
|
|
|
|
|
|
marker_f9f3714ba4e15c8f62e5c5f3f0964a73.bindPopup(popup_e0dc1d8647c6b675f1a0d25246140fd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9f3714ba4e15c8f62e5c5f3f0964a73.setIcon(icon_e93c942ca4cd68c67d716dbbd4e36beb);
|
|
|
|
|
|
var marker_d2818231afa551f37cc870a738832dda = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_778f588584be61b8f949c2f66fbdd79b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2b960b8a54a575a1c479d8ba7635a18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c54f373796a05863719541374bb5eec4 = $(`<div id="html_c54f373796a05863719541374bb5eec4" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_a2b960b8a54a575a1c479d8ba7635a18.setContent(html_c54f373796a05863719541374bb5eec4);
|
|
|
|
|
|
|
|
marker_d2818231afa551f37cc870a738832dda.bindPopup(popup_a2b960b8a54a575a1c479d8ba7635a18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2818231afa551f37cc870a738832dda.setIcon(icon_778f588584be61b8f949c2f66fbdd79b);
|
|
|
|
|
|
var marker_aa20d6878741cf5e2be50a4577e387fe = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_586207fbb11601cd0c33e9efef2df1c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_615df0c14471e5f907d5ffc576621920 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ce6b8ae26d00c539daf529712c73f08 = $(`<div id="html_6ce6b8ae26d00c539daf529712c73f08" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_615df0c14471e5f907d5ffc576621920.setContent(html_6ce6b8ae26d00c539daf529712c73f08);
|
|
|
|
|
|
|
|
marker_aa20d6878741cf5e2be50a4577e387fe.bindPopup(popup_615df0c14471e5f907d5ffc576621920)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa20d6878741cf5e2be50a4577e387fe.setIcon(icon_586207fbb11601cd0c33e9efef2df1c4);
|
|
|
|
|
|
var marker_ca1367ab897029d74f6298d958cae6a4 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_787e2e2dab938db77db579019afdbac4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce079c82de30ddf838b62b8c15f9e833 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c49164635a8dfbf219165b0acdc9136 = $(`<div id="html_9c49164635a8dfbf219165b0acdc9136" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_ce079c82de30ddf838b62b8c15f9e833.setContent(html_9c49164635a8dfbf219165b0acdc9136);
|
|
|
|
|
|
|
|
marker_ca1367ab897029d74f6298d958cae6a4.bindPopup(popup_ce079c82de30ddf838b62b8c15f9e833)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca1367ab897029d74f6298d958cae6a4.setIcon(icon_787e2e2dab938db77db579019afdbac4);
|
|
|
|
|
|
var marker_cc050ada6a2a577acb46c81dbfc47326 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_142675938ecab19ccbba05e1b4aae753 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a59a95d8c71792d15ba6ec4d27921f00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5456f212f04f6bacc8958e243c4d23cc = $(`<div id="html_5456f212f04f6bacc8958e243c4d23cc" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_a59a95d8c71792d15ba6ec4d27921f00.setContent(html_5456f212f04f6bacc8958e243c4d23cc);
|
|
|
|
|
|
|
|
marker_cc050ada6a2a577acb46c81dbfc47326.bindPopup(popup_a59a95d8c71792d15ba6ec4d27921f00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc050ada6a2a577acb46c81dbfc47326.setIcon(icon_142675938ecab19ccbba05e1b4aae753);
|
|
|
|
|
|
var marker_2678d1d1da051d5d213bcc82b937d6db = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_1d9b8ebfd7426d6ae58081da834539e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b340a05eccf297d5e1bd9b8375f76d73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b3a54eafa51763c4f481a664b8d0f40 = $(`<div id="html_0b3a54eafa51763c4f481a664b8d0f40" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_b340a05eccf297d5e1bd9b8375f76d73.setContent(html_0b3a54eafa51763c4f481a664b8d0f40);
|
|
|
|
|
|
|
|
marker_2678d1d1da051d5d213bcc82b937d6db.bindPopup(popup_b340a05eccf297d5e1bd9b8375f76d73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2678d1d1da051d5d213bcc82b937d6db.setIcon(icon_1d9b8ebfd7426d6ae58081da834539e1);
|
|
|
|
|
|
var marker_a05cb31d8528b05b82374cc5e2f732f3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_f75f4545e23db33eb4356d04018f0944 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ab067d7240dbeb792a93999cb3b5ac6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0627a0e21973dd25456e5ea45701feb0 = $(`<div id="html_0627a0e21973dd25456e5ea45701feb0" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_2ab067d7240dbeb792a93999cb3b5ac6.setContent(html_0627a0e21973dd25456e5ea45701feb0);
|
|
|
|
|
|
|
|
marker_a05cb31d8528b05b82374cc5e2f732f3.bindPopup(popup_2ab067d7240dbeb792a93999cb3b5ac6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a05cb31d8528b05b82374cc5e2f732f3.setIcon(icon_f75f4545e23db33eb4356d04018f0944);
|
|
|
|
|
|
var marker_17653db96d4955babc2620f6d6b52956 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_4cd9dd6a54a2d85bc5dd6002d91fe428 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_565b96ab3a8e292096e9658591545ba1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff0509ef61558a0af2101f3dad9994a8 = $(`<div id="html_ff0509ef61558a0af2101f3dad9994a8" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_565b96ab3a8e292096e9658591545ba1.setContent(html_ff0509ef61558a0af2101f3dad9994a8);
|
|
|
|
|
|
|
|
marker_17653db96d4955babc2620f6d6b52956.bindPopup(popup_565b96ab3a8e292096e9658591545ba1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17653db96d4955babc2620f6d6b52956.setIcon(icon_4cd9dd6a54a2d85bc5dd6002d91fe428);
|
|
|
|
|
|
var marker_5bd3b5c33e18f5e7b82ac26c8c028277 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_93de88514efdd08936b615d16bc27ca3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32d11397c06070abffa2be9cac945c94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c64a495131d212a1205f5b1542d99fbe = $(`<div id="html_c64a495131d212a1205f5b1542d99fbe" style="width: 100.0%; height: 100.0%;">relay.trustroots.org</div>`)[0];
|
|
popup_32d11397c06070abffa2be9cac945c94.setContent(html_c64a495131d212a1205f5b1542d99fbe);
|
|
|
|
|
|
|
|
marker_5bd3b5c33e18f5e7b82ac26c8c028277.bindPopup(popup_32d11397c06070abffa2be9cac945c94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bd3b5c33e18f5e7b82ac26c8c028277.setIcon(icon_93de88514efdd08936b615d16bc27ca3);
|
|
|
|
|
|
var marker_ba412d09af8470c83f7159fdd9b328e7 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_d5396b8a899646e10343e2dd85dd44b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b2da523082ee1e9abe4f72a15acb7f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b87dfb2145dcc6e6bd5879102328011d = $(`<div id="html_b87dfb2145dcc6e6bd5879102328011d" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_6b2da523082ee1e9abe4f72a15acb7f9.setContent(html_b87dfb2145dcc6e6bd5879102328011d);
|
|
|
|
|
|
|
|
marker_ba412d09af8470c83f7159fdd9b328e7.bindPopup(popup_6b2da523082ee1e9abe4f72a15acb7f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba412d09af8470c83f7159fdd9b328e7.setIcon(icon_d5396b8a899646e10343e2dd85dd44b4);
|
|
|
|
|
|
var marker_72b3e55901c4845f6420472d22046fe3 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_dc7e8b81ce74e5133a4bdaac1ac9139f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82f94bdeb4ec2337d0ae816c08ac1adf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dba604f9ba29f238e06f7e91b170f4c2 = $(`<div id="html_dba604f9ba29f238e06f7e91b170f4c2" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_82f94bdeb4ec2337d0ae816c08ac1adf.setContent(html_dba604f9ba29f238e06f7e91b170f4c2);
|
|
|
|
|
|
|
|
marker_72b3e55901c4845f6420472d22046fe3.bindPopup(popup_82f94bdeb4ec2337d0ae816c08ac1adf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72b3e55901c4845f6420472d22046fe3.setIcon(icon_dc7e8b81ce74e5133a4bdaac1ac9139f);
|
|
|
|
|
|
var marker_a41d1f2465e4ce082e2cdf867ae2b796 = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_5f212505b78d4426dcce12f9707bffeb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a71f3634e7b34362375849383cce20bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bee6945f9254c27e7afd1411d774c048 = $(`<div id="html_bee6945f9254c27e7afd1411d774c048" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_a71f3634e7b34362375849383cce20bc.setContent(html_bee6945f9254c27e7afd1411d774c048);
|
|
|
|
|
|
|
|
marker_a41d1f2465e4ce082e2cdf867ae2b796.bindPopup(popup_a71f3634e7b34362375849383cce20bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a41d1f2465e4ce082e2cdf867ae2b796.setIcon(icon_5f212505b78d4426dcce12f9707bffeb);
|
|
|
|
|
|
var marker_862c193eaee354a703868ae7cfeee8ef = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_e4bfaab2180ca991ea60f67a2be9bd85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_290fc589906fdfc1e12b14d65d819a7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb81b9f21c8ae6038ef72fcfb9ba3612 = $(`<div id="html_bb81b9f21c8ae6038ef72fcfb9ba3612" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_290fc589906fdfc1e12b14d65d819a7d.setContent(html_bb81b9f21c8ae6038ef72fcfb9ba3612);
|
|
|
|
|
|
|
|
marker_862c193eaee354a703868ae7cfeee8ef.bindPopup(popup_290fc589906fdfc1e12b14d65d819a7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_862c193eaee354a703868ae7cfeee8ef.setIcon(icon_e4bfaab2180ca991ea60f67a2be9bd85);
|
|
|
|
|
|
var marker_1fadcf131ca17ff0d18cf6c4e9786c2c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_90f4b34646f75621157a4e23c0daf790 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd4590a63615803c55af9ad68fa0bcd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64a4d4526a869e1b7f404eabdb802f00 = $(`<div id="html_64a4d4526a869e1b7f404eabdb802f00" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_bd4590a63615803c55af9ad68fa0bcd5.setContent(html_64a4d4526a869e1b7f404eabdb802f00);
|
|
|
|
|
|
|
|
marker_1fadcf131ca17ff0d18cf6c4e9786c2c.bindPopup(popup_bd4590a63615803c55af9ad68fa0bcd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fadcf131ca17ff0d18cf6c4e9786c2c.setIcon(icon_90f4b34646f75621157a4e23c0daf790);
|
|
|
|
|
|
var marker_9dd0d2e79a7008628ebbf33247791de7 = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_a7cec756ced78dc4d2967009b210e767 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14f54c2a81f1b3e1a5295def58b1ab30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0801f86b190705e5754c19d980420985 = $(`<div id="html_0801f86b190705e5754c19d980420985" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_14f54c2a81f1b3e1a5295def58b1ab30.setContent(html_0801f86b190705e5754c19d980420985);
|
|
|
|
|
|
|
|
marker_9dd0d2e79a7008628ebbf33247791de7.bindPopup(popup_14f54c2a81f1b3e1a5295def58b1ab30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9dd0d2e79a7008628ebbf33247791de7.setIcon(icon_a7cec756ced78dc4d2967009b210e767);
|
|
|
|
|
|
var marker_5bd612b624e5e384fcbd37069431b527 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_570bd6eafcb5603d2327a3263f40ecd5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a95fe675b9211ff032d596104b6db53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9226881aa2e510ef3482e31dd7f546d7 = $(`<div id="html_9226881aa2e510ef3482e31dd7f546d7" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_5a95fe675b9211ff032d596104b6db53.setContent(html_9226881aa2e510ef3482e31dd7f546d7);
|
|
|
|
|
|
|
|
marker_5bd612b624e5e384fcbd37069431b527.bindPopup(popup_5a95fe675b9211ff032d596104b6db53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bd612b624e5e384fcbd37069431b527.setIcon(icon_570bd6eafcb5603d2327a3263f40ecd5);
|
|
|
|
|
|
var marker_1516f425de428ce4a5d836b1f5e4a184 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_f3dfa7ee387bd499a438c90666902cca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0392cbb2f63f68c547845a56ecda4cb8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca04402322afbfa9dd68d9af73bcf70c = $(`<div id="html_ca04402322afbfa9dd68d9af73bcf70c" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_0392cbb2f63f68c547845a56ecda4cb8.setContent(html_ca04402322afbfa9dd68d9af73bcf70c);
|
|
|
|
|
|
|
|
marker_1516f425de428ce4a5d836b1f5e4a184.bindPopup(popup_0392cbb2f63f68c547845a56ecda4cb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1516f425de428ce4a5d836b1f5e4a184.setIcon(icon_f3dfa7ee387bd499a438c90666902cca);
|
|
|
|
|
|
var marker_3737137c3709a63a1013a59716952b49 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_3f5c2d3924f41306ed1efdee48d68c76 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d15c90f27bb289379f2b3ceff43a399 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc1a4658032410139993ba6a15b99e00 = $(`<div id="html_cc1a4658032410139993ba6a15b99e00" style="width: 100.0%; height: 100.0%;">relay.mattybs.lol</div>`)[0];
|
|
popup_6d15c90f27bb289379f2b3ceff43a399.setContent(html_cc1a4658032410139993ba6a15b99e00);
|
|
|
|
|
|
|
|
marker_3737137c3709a63a1013a59716952b49.bindPopup(popup_6d15c90f27bb289379f2b3ceff43a399)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3737137c3709a63a1013a59716952b49.setIcon(icon_3f5c2d3924f41306ed1efdee48d68c76);
|
|
|
|
|
|
var marker_3ea1ed552e4c62811853f506cd2b56bb = L.marker(
|
|
[9.92857, -84.0528],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_2a8d64f7a868f7a024464215bc2cd640 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c95d7293a77276ef4575ee74f22f398 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1664a2284f6df8aea13735d318ad30d3 = $(`<div id="html_1664a2284f6df8aea13735d318ad30d3" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_3c95d7293a77276ef4575ee74f22f398.setContent(html_1664a2284f6df8aea13735d318ad30d3);
|
|
|
|
|
|
|
|
marker_3ea1ed552e4c62811853f506cd2b56bb.bindPopup(popup_3c95d7293a77276ef4575ee74f22f398)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ea1ed552e4c62811853f506cd2b56bb.setIcon(icon_2a8d64f7a868f7a024464215bc2cd640);
|
|
|
|
|
|
var marker_a914b171a9871725df3b23d0be921b25 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_f4d92d77025a13e5cb0e725541f7cb83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ca57fbddabd7c327229f2194742b41d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_795a0db0f80fb36457d0706e06f99d15 = $(`<div id="html_795a0db0f80fb36457d0706e06f99d15" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_2ca57fbddabd7c327229f2194742b41d.setContent(html_795a0db0f80fb36457d0706e06f99d15);
|
|
|
|
|
|
|
|
marker_a914b171a9871725df3b23d0be921b25.bindPopup(popup_2ca57fbddabd7c327229f2194742b41d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a914b171a9871725df3b23d0be921b25.setIcon(icon_f4d92d77025a13e5cb0e725541f7cb83);
|
|
|
|
|
|
var marker_4602c7d233f66cc2641fc12b48e57765 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_c8f5c407b953469b0c77e145b1934f45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b41b441238a620362ee19df01610bf4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4851a24c8f0a8b82a8cc1718bde471c = $(`<div id="html_f4851a24c8f0a8b82a8cc1718bde471c" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_6b41b441238a620362ee19df01610bf4.setContent(html_f4851a24c8f0a8b82a8cc1718bde471c);
|
|
|
|
|
|
|
|
marker_4602c7d233f66cc2641fc12b48e57765.bindPopup(popup_6b41b441238a620362ee19df01610bf4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4602c7d233f66cc2641fc12b48e57765.setIcon(icon_c8f5c407b953469b0c77e145b1934f45);
|
|
|
|
|
|
var marker_3a620079358e16ac5e8524c3a63c15e5 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_e8dfa5faa7c6be73df37f76c54fa47c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0c30544d7e7723ffe2e7be5e7dca54b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59df372b954264f80d5cceace0a65bd6 = $(`<div id="html_59df372b954264f80d5cceace0a65bd6" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_f0c30544d7e7723ffe2e7be5e7dca54b.setContent(html_59df372b954264f80d5cceace0a65bd6);
|
|
|
|
|
|
|
|
marker_3a620079358e16ac5e8524c3a63c15e5.bindPopup(popup_f0c30544d7e7723ffe2e7be5e7dca54b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a620079358e16ac5e8524c3a63c15e5.setIcon(icon_e8dfa5faa7c6be73df37f76c54fa47c4);
|
|
|
|
|
|
var marker_7de32e134eb78bdf4b3b4dfc91ea42b0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_93aedd1aff68afdbf509ac565f019a6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a9a7fb79583d09816ed2ce827a66223 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2af69747f1aa2a3bc276938b07bfb9cd = $(`<div id="html_2af69747f1aa2a3bc276938b07bfb9cd" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_9a9a7fb79583d09816ed2ce827a66223.setContent(html_2af69747f1aa2a3bc276938b07bfb9cd);
|
|
|
|
|
|
|
|
marker_7de32e134eb78bdf4b3b4dfc91ea42b0.bindPopup(popup_9a9a7fb79583d09816ed2ce827a66223)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7de32e134eb78bdf4b3b4dfc91ea42b0.setIcon(icon_93aedd1aff68afdbf509ac565f019a6b);
|
|
|
|
|
|
var marker_7cb5d15872547823b03b7c37d78daea4 = L.marker(
|
|
[51.2277, 6.77346],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_5e7b3ba3f060dfe9165b5990174e6a19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d294684c5230445a19f4e7d2edfe4d03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b36943d3d0ddb3d1f85983d0428e3752 = $(`<div id="html_b36943d3d0ddb3d1f85983d0428e3752" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_d294684c5230445a19f4e7d2edfe4d03.setContent(html_b36943d3d0ddb3d1f85983d0428e3752);
|
|
|
|
|
|
|
|
marker_7cb5d15872547823b03b7c37d78daea4.bindPopup(popup_d294684c5230445a19f4e7d2edfe4d03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cb5d15872547823b03b7c37d78daea4.setIcon(icon_5e7b3ba3f060dfe9165b5990174e6a19);
|
|
|
|
|
|
var marker_e1947d24419bcdc7d36333cc4a2b4a46 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_318f7a90c525ca8ccbf53c05b80d8133 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9e0140af8fbf96229675437e9db5636 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9df2c72efc0664c2d1bb3917686b1aca = $(`<div id="html_9df2c72efc0664c2d1bb3917686b1aca" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_b9e0140af8fbf96229675437e9db5636.setContent(html_9df2c72efc0664c2d1bb3917686b1aca);
|
|
|
|
|
|
|
|
marker_e1947d24419bcdc7d36333cc4a2b4a46.bindPopup(popup_b9e0140af8fbf96229675437e9db5636)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1947d24419bcdc7d36333cc4a2b4a46.setIcon(icon_318f7a90c525ca8ccbf53c05b80d8133);
|
|
|
|
|
|
var marker_0770a025ba6e7033b24635744114df75 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_ccf392a71abb0c5e030be1ee8ea79ae4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13b03d51d5194ba80a65d2f625aa0347 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30b05fe732673e67877b03b5014511cc = $(`<div id="html_30b05fe732673e67877b03b5014511cc" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_13b03d51d5194ba80a65d2f625aa0347.setContent(html_30b05fe732673e67877b03b5014511cc);
|
|
|
|
|
|
|
|
marker_0770a025ba6e7033b24635744114df75.bindPopup(popup_13b03d51d5194ba80a65d2f625aa0347)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0770a025ba6e7033b24635744114df75.setIcon(icon_ccf392a71abb0c5e030be1ee8ea79ae4);
|
|
|
|
|
|
var marker_3573692b1a555105316e58207ae815b8 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_060c813971b90870c393a49b1d82b358 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f03fa176a686d1c1e821d13abbe864a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca1c24c789c36a5c29a640a1ed06c080 = $(`<div id="html_ca1c24c789c36a5c29a640a1ed06c080" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_8f03fa176a686d1c1e821d13abbe864a.setContent(html_ca1c24c789c36a5c29a640a1ed06c080);
|
|
|
|
|
|
|
|
marker_3573692b1a555105316e58207ae815b8.bindPopup(popup_8f03fa176a686d1c1e821d13abbe864a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3573692b1a555105316e58207ae815b8.setIcon(icon_060c813971b90870c393a49b1d82b358);
|
|
|
|
|
|
var marker_6d88384f1ff1d42adc536809e76d30f4 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_f8cb891546e18b7b26c881b0e4c28642 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14e5cd2bad6b662822763ef32a926afa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf03a235bd10eef06acb79a83b48a888 = $(`<div id="html_bf03a235bd10eef06acb79a83b48a888" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_14e5cd2bad6b662822763ef32a926afa.setContent(html_bf03a235bd10eef06acb79a83b48a888);
|
|
|
|
|
|
|
|
marker_6d88384f1ff1d42adc536809e76d30f4.bindPopup(popup_14e5cd2bad6b662822763ef32a926afa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d88384f1ff1d42adc536809e76d30f4.setIcon(icon_f8cb891546e18b7b26c881b0e4c28642);
|
|
|
|
|
|
var marker_065497dd82d402c14ced31d1d188fe7d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_45528e9091b9534c0b0c897d730c3c69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f882f150642b130bc93cf7c88f4dbfe5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04cc6f67576a6d7f5b55b4e39818a2c7 = $(`<div id="html_04cc6f67576a6d7f5b55b4e39818a2c7" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_f882f150642b130bc93cf7c88f4dbfe5.setContent(html_04cc6f67576a6d7f5b55b4e39818a2c7);
|
|
|
|
|
|
|
|
marker_065497dd82d402c14ced31d1d188fe7d.bindPopup(popup_f882f150642b130bc93cf7c88f4dbfe5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_065497dd82d402c14ced31d1d188fe7d.setIcon(icon_45528e9091b9534c0b0c897d730c3c69);
|
|
|
|
|
|
var marker_41e3440c7c3f22b3e8deb020ea3e3c93 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_d47c0d257873a2e9702f8e0b607b375b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba38152f59be5918063aa5f8f921d43b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9ff890d988a4c805fb2c50c0e5a7a20 = $(`<div id="html_a9ff890d988a4c805fb2c50c0e5a7a20" style="width: 100.0%; height: 100.0%;">ithurtswhenip.ee</div>`)[0];
|
|
popup_ba38152f59be5918063aa5f8f921d43b.setContent(html_a9ff890d988a4c805fb2c50c0e5a7a20);
|
|
|
|
|
|
|
|
marker_41e3440c7c3f22b3e8deb020ea3e3c93.bindPopup(popup_ba38152f59be5918063aa5f8f921d43b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41e3440c7c3f22b3e8deb020ea3e3c93.setIcon(icon_d47c0d257873a2e9702f8e0b607b375b);
|
|
|
|
|
|
var marker_7be6b510dcdbc28ba24182caa12f0c8b = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_8f961e4cd85a73ad9fd4fcda31908f1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82f71ad203e7d66133e910f7e2801f7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31e10aa59cb4a32ad6b841830c743b19 = $(`<div id="html_31e10aa59cb4a32ad6b841830c743b19" style="width: 100.0%; height: 100.0%;">relay.zombi.cloudrodion.com</div>`)[0];
|
|
popup_82f71ad203e7d66133e910f7e2801f7f.setContent(html_31e10aa59cb4a32ad6b841830c743b19);
|
|
|
|
|
|
|
|
marker_7be6b510dcdbc28ba24182caa12f0c8b.bindPopup(popup_82f71ad203e7d66133e910f7e2801f7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7be6b510dcdbc28ba24182caa12f0c8b.setIcon(icon_8f961e4cd85a73ad9fd4fcda31908f1a);
|
|
|
|
|
|
var marker_a38d65a894c2a8bcb5a8e07bbb4763af = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_9612681711cadb557080166d45ddc7cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e144c9d96044388526c4d69e5c1d89ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60a606fdb44acc216195aa2f95ab0c44 = $(`<div id="html_60a606fdb44acc216195aa2f95ab0c44" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_e144c9d96044388526c4d69e5c1d89ce.setContent(html_60a606fdb44acc216195aa2f95ab0c44);
|
|
|
|
|
|
|
|
marker_a38d65a894c2a8bcb5a8e07bbb4763af.bindPopup(popup_e144c9d96044388526c4d69e5c1d89ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a38d65a894c2a8bcb5a8e07bbb4763af.setIcon(icon_9612681711cadb557080166d45ddc7cf);
|
|
|
|
|
|
var marker_c5ef59d7ab8d40ec137af505ef80b42e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_dc0ada87fdbc09abc376f0d2f431a2df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8a470d8a87ce83dd9e889df4fb36d85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53c536959d25560771fd698e35c202f2 = $(`<div id="html_53c536959d25560771fd698e35c202f2" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_a8a470d8a87ce83dd9e889df4fb36d85.setContent(html_53c536959d25560771fd698e35c202f2);
|
|
|
|
|
|
|
|
marker_c5ef59d7ab8d40ec137af505ef80b42e.bindPopup(popup_a8a470d8a87ce83dd9e889df4fb36d85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5ef59d7ab8d40ec137af505ef80b42e.setIcon(icon_dc0ada87fdbc09abc376f0d2f431a2df);
|
|
|
|
|
|
var marker_90e032d62b45a02d9c910e9ea4104674 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_3f2d9445e34cfb5f344084497ee719dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_471dd706cc0070badd4927917db78568 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f0a7da5186d50624043a30937979505 = $(`<div id="html_9f0a7da5186d50624043a30937979505" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_471dd706cc0070badd4927917db78568.setContent(html_9f0a7da5186d50624043a30937979505);
|
|
|
|
|
|
|
|
marker_90e032d62b45a02d9c910e9ea4104674.bindPopup(popup_471dd706cc0070badd4927917db78568)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90e032d62b45a02d9c910e9ea4104674.setIcon(icon_3f2d9445e34cfb5f344084497ee719dd);
|
|
|
|
|
|
var marker_09eed1d7b9fbab2e0aceedd1603778cb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_7ed6cd0f68789f44774f8b16fec32d6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21a8c20d43f2ef16080ca86db704441e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6374108767aac5f3e9cdb221eeb1bc1c = $(`<div id="html_6374108767aac5f3e9cdb221eeb1bc1c" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_21a8c20d43f2ef16080ca86db704441e.setContent(html_6374108767aac5f3e9cdb221eeb1bc1c);
|
|
|
|
|
|
|
|
marker_09eed1d7b9fbab2e0aceedd1603778cb.bindPopup(popup_21a8c20d43f2ef16080ca86db704441e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09eed1d7b9fbab2e0aceedd1603778cb.setIcon(icon_7ed6cd0f68789f44774f8b16fec32d6d);
|
|
|
|
|
|
var marker_ab4594a6e902824b080627c931781b12 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_3e260d33928886e8b8780af16f205242 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ae3a4ffd4936e5b82c1fe07ba8dc0d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a2ebbfc0d9a0e1bbd6f872fb4471b88 = $(`<div id="html_6a2ebbfc0d9a0e1bbd6f872fb4471b88" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_6ae3a4ffd4936e5b82c1fe07ba8dc0d1.setContent(html_6a2ebbfc0d9a0e1bbd6f872fb4471b88);
|
|
|
|
|
|
|
|
marker_ab4594a6e902824b080627c931781b12.bindPopup(popup_6ae3a4ffd4936e5b82c1fe07ba8dc0d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab4594a6e902824b080627c931781b12.setIcon(icon_3e260d33928886e8b8780af16f205242);
|
|
|
|
|
|
var marker_33a7c840671d7a348d34a59095d3f5a7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_4c7cd0746bb1d55e7c8304f62c7ed0c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45ae6289b6df4d4230f8659907e8d0be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_660258e13ad9157438297fc8d705f354 = $(`<div id="html_660258e13ad9157438297fc8d705f354" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_45ae6289b6df4d4230f8659907e8d0be.setContent(html_660258e13ad9157438297fc8d705f354);
|
|
|
|
|
|
|
|
marker_33a7c840671d7a348d34a59095d3f5a7.bindPopup(popup_45ae6289b6df4d4230f8659907e8d0be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33a7c840671d7a348d34a59095d3f5a7.setIcon(icon_4c7cd0746bb1d55e7c8304f62c7ed0c0);
|
|
|
|
|
|
var marker_88ee16155404cb432f57938f6f758779 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_1ff3c7cbcb9c836323f178a221e225ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7130ad991549bc4ee2857ae5055f1c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c32d9a214a3aa60a7c3a46b32795c938 = $(`<div id="html_c32d9a214a3aa60a7c3a46b32795c938" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_c7130ad991549bc4ee2857ae5055f1c6.setContent(html_c32d9a214a3aa60a7c3a46b32795c938);
|
|
|
|
|
|
|
|
marker_88ee16155404cb432f57938f6f758779.bindPopup(popup_c7130ad991549bc4ee2857ae5055f1c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88ee16155404cb432f57938f6f758779.setIcon(icon_1ff3c7cbcb9c836323f178a221e225ac);
|
|
|
|
|
|
var marker_322da64cf7588031ca1f28c2dae88757 = L.marker(
|
|
[18.2148, -63.0574],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_d4716bb0c9b250d42f24a0979b736ba1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ccd7df76eed8a236ee7eb9b1206c94ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e06a194f090bcadd7a273066d5bd48c = $(`<div id="html_6e06a194f090bcadd7a273066d5bd48c" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_ccd7df76eed8a236ee7eb9b1206c94ee.setContent(html_6e06a194f090bcadd7a273066d5bd48c);
|
|
|
|
|
|
|
|
marker_322da64cf7588031ca1f28c2dae88757.bindPopup(popup_ccd7df76eed8a236ee7eb9b1206c94ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_322da64cf7588031ca1f28c2dae88757.setIcon(icon_d4716bb0c9b250d42f24a0979b736ba1);
|
|
|
|
|
|
var marker_44d2f3d1d7251b0ff241de76800548c3 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_6996aa540a757f318c1a3d6b347b4d3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_316b6a4dfcf5dab3fe55806937700e98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87a54b34c838bcb12c60d4a974678c10 = $(`<div id="html_87a54b34c838bcb12c60d4a974678c10" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_316b6a4dfcf5dab3fe55806937700e98.setContent(html_87a54b34c838bcb12c60d4a974678c10);
|
|
|
|
|
|
|
|
marker_44d2f3d1d7251b0ff241de76800548c3.bindPopup(popup_316b6a4dfcf5dab3fe55806937700e98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44d2f3d1d7251b0ff241de76800548c3.setIcon(icon_6996aa540a757f318c1a3d6b347b4d3e);
|
|
|
|
|
|
var marker_4c2706e5d00cb1f6fff98a496f6b0b87 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_a9c6889b1100c83cc2ceb6ad5a743f6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4590c823824224eb40eff810a42ca17e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a572313c17398e89fa0cefb335f5fa4 = $(`<div id="html_4a572313c17398e89fa0cefb335f5fa4" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_4590c823824224eb40eff810a42ca17e.setContent(html_4a572313c17398e89fa0cefb335f5fa4);
|
|
|
|
|
|
|
|
marker_4c2706e5d00cb1f6fff98a496f6b0b87.bindPopup(popup_4590c823824224eb40eff810a42ca17e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c2706e5d00cb1f6fff98a496f6b0b87.setIcon(icon_a9c6889b1100c83cc2ceb6ad5a743f6a);
|
|
|
|
|
|
var marker_81e15403581d870c07cbc32b79c1ea67 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_d06d33a4b666eca3a7f2011a019a6ea1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9cffbfab711376bfaddf7a04144f3fd4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_195a16b10af3a33b3d3ea9b4054f6a28 = $(`<div id="html_195a16b10af3a33b3d3ea9b4054f6a28" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_9cffbfab711376bfaddf7a04144f3fd4.setContent(html_195a16b10af3a33b3d3ea9b4054f6a28);
|
|
|
|
|
|
|
|
marker_81e15403581d870c07cbc32b79c1ea67.bindPopup(popup_9cffbfab711376bfaddf7a04144f3fd4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81e15403581d870c07cbc32b79c1ea67.setIcon(icon_d06d33a4b666eca3a7f2011a019a6ea1);
|
|
|
|
|
|
var marker_a491f5ebd2c3697263d1eea1d62800c9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_75518633dacd46cc345187efd047fe28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a35a3ba7f83a0404d981ef37851140e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1bdf62207e0ca9f0106024e6329c953 = $(`<div id="html_c1bdf62207e0ca9f0106024e6329c953" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_8a35a3ba7f83a0404d981ef37851140e.setContent(html_c1bdf62207e0ca9f0106024e6329c953);
|
|
|
|
|
|
|
|
marker_a491f5ebd2c3697263d1eea1d62800c9.bindPopup(popup_8a35a3ba7f83a0404d981ef37851140e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a491f5ebd2c3697263d1eea1d62800c9.setIcon(icon_75518633dacd46cc345187efd047fe28);
|
|
|
|
|
|
var marker_9711c0c5b823f91bb7b8e9186d7d1ca4 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_4184b5dd25f6c2939f31d17670a33413 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1dee4276b7eb1b2af41b7ec7d86b4c07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_952d0711cc9e56cf137829c7d3fc6a73 = $(`<div id="html_952d0711cc9e56cf137829c7d3fc6a73" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_1dee4276b7eb1b2af41b7ec7d86b4c07.setContent(html_952d0711cc9e56cf137829c7d3fc6a73);
|
|
|
|
|
|
|
|
marker_9711c0c5b823f91bb7b8e9186d7d1ca4.bindPopup(popup_1dee4276b7eb1b2af41b7ec7d86b4c07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9711c0c5b823f91bb7b8e9186d7d1ca4.setIcon(icon_4184b5dd25f6c2939f31d17670a33413);
|
|
|
|
|
|
var marker_a5132bef934fea37074a3d33ba2c99ba = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_ac5230a3b554dd5c91c4c7646fc3d85b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c80f382683d7ed29606018aaf151b52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_917dabc08c53fd9ab68c29e0e7fbe87c = $(`<div id="html_917dabc08c53fd9ab68c29e0e7fbe87c" style="width: 100.0%; height: 100.0%;">nproxy.kristapsk.lv</div>`)[0];
|
|
popup_9c80f382683d7ed29606018aaf151b52.setContent(html_917dabc08c53fd9ab68c29e0e7fbe87c);
|
|
|
|
|
|
|
|
marker_a5132bef934fea37074a3d33ba2c99ba.bindPopup(popup_9c80f382683d7ed29606018aaf151b52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5132bef934fea37074a3d33ba2c99ba.setIcon(icon_ac5230a3b554dd5c91c4c7646fc3d85b);
|
|
|
|
|
|
var marker_6ed77e91d80d9a603ede125395430c57 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_e5358f49cecda93a19caff323e505904 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d0b66967c2c437438a662d75dc2caaa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_466f481a939429637a5b14e7ddd36bce = $(`<div id="html_466f481a939429637a5b14e7ddd36bce" style="width: 100.0%; height: 100.0%;">relay.thibautduchene.fr</div>`)[0];
|
|
popup_5d0b66967c2c437438a662d75dc2caaa.setContent(html_466f481a939429637a5b14e7ddd36bce);
|
|
|
|
|
|
|
|
marker_6ed77e91d80d9a603ede125395430c57.bindPopup(popup_5d0b66967c2c437438a662d75dc2caaa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ed77e91d80d9a603ede125395430c57.setIcon(icon_e5358f49cecda93a19caff323e505904);
|
|
|
|
|
|
var marker_c4cd892a2fbeef6b97cdb7fe76b76f7d = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_aae16e47533683f0708ce70ff25adba9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47a05272a3e15c5cc713ba63738014ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72b9f35cbc5e6bc6a2dd96d417ab62f5 = $(`<div id="html_72b9f35cbc5e6bc6a2dd96d417ab62f5" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_47a05272a3e15c5cc713ba63738014ed.setContent(html_72b9f35cbc5e6bc6a2dd96d417ab62f5);
|
|
|
|
|
|
|
|
marker_c4cd892a2fbeef6b97cdb7fe76b76f7d.bindPopup(popup_47a05272a3e15c5cc713ba63738014ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4cd892a2fbeef6b97cdb7fe76b76f7d.setIcon(icon_aae16e47533683f0708ce70ff25adba9);
|
|
|
|
|
|
var marker_00b83b037442e6c584d570cb7e2e5329 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_e86a129830f70301c53ad7e196a13e76 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33a397d0c6519280bc67c06bd88432a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_048712c97610b9887958f71a208bfb82 = $(`<div id="html_048712c97610b9887958f71a208bfb82" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_33a397d0c6519280bc67c06bd88432a3.setContent(html_048712c97610b9887958f71a208bfb82);
|
|
|
|
|
|
|
|
marker_00b83b037442e6c584d570cb7e2e5329.bindPopup(popup_33a397d0c6519280bc67c06bd88432a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00b83b037442e6c584d570cb7e2e5329.setIcon(icon_e86a129830f70301c53ad7e196a13e76);
|
|
|
|
|
|
var marker_14c704b5738f950948cd6fb65947c118 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_d5e43577e4ec4fa9bc9cba6c828fc372 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9422e9a9b9752d46a5d7e156402af772 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b5139c7dca3fca08a4f00c280f5e4d7 = $(`<div id="html_4b5139c7dca3fca08a4f00c280f5e4d7" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_9422e9a9b9752d46a5d7e156402af772.setContent(html_4b5139c7dca3fca08a4f00c280f5e4d7);
|
|
|
|
|
|
|
|
marker_14c704b5738f950948cd6fb65947c118.bindPopup(popup_9422e9a9b9752d46a5d7e156402af772)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14c704b5738f950948cd6fb65947c118.setIcon(icon_d5e43577e4ec4fa9bc9cba6c828fc372);
|
|
|
|
|
|
var marker_9014b990a6d3825bef7ec61e3f8b27a9 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_5fed9c4c2ca340cd45ceb1817d95e462 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_023f0e55542bb7e6f98eddf69668b3ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86cbc28333da7f623594b8b74bcece4f = $(`<div id="html_86cbc28333da7f623594b8b74bcece4f" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_023f0e55542bb7e6f98eddf69668b3ba.setContent(html_86cbc28333da7f623594b8b74bcece4f);
|
|
|
|
|
|
|
|
marker_9014b990a6d3825bef7ec61e3f8b27a9.bindPopup(popup_023f0e55542bb7e6f98eddf69668b3ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9014b990a6d3825bef7ec61e3f8b27a9.setIcon(icon_5fed9c4c2ca340cd45ceb1817d95e462);
|
|
|
|
|
|
var marker_8bce4e79cf40e68e600ec51fa7a45788 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_d607331d4981ee66c26ea0336c6f328a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cadfbca8d61dfe7a5f9c109b13f22b1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0a928baee3cf8ac431bfacbb6a38611 = $(`<div id="html_f0a928baee3cf8ac431bfacbb6a38611" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_cadfbca8d61dfe7a5f9c109b13f22b1d.setContent(html_f0a928baee3cf8ac431bfacbb6a38611);
|
|
|
|
|
|
|
|
marker_8bce4e79cf40e68e600ec51fa7a45788.bindPopup(popup_cadfbca8d61dfe7a5f9c109b13f22b1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bce4e79cf40e68e600ec51fa7a45788.setIcon(icon_d607331d4981ee66c26ea0336c6f328a);
|
|
|
|
|
|
var marker_777ba1f68fe8c029dd97a6e8797bbcaf = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_e8128ef3479dd2aaf311dc011d0ca0e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc1ac1aa8bf0a1cc57ffd9c78a9bdcda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d782fd7848388533c33ca5b77f1bd22 = $(`<div id="html_1d782fd7848388533c33ca5b77f1bd22" style="width: 100.0%; height: 100.0%;">orangesync.tech</div>`)[0];
|
|
popup_bc1ac1aa8bf0a1cc57ffd9c78a9bdcda.setContent(html_1d782fd7848388533c33ca5b77f1bd22);
|
|
|
|
|
|
|
|
marker_777ba1f68fe8c029dd97a6e8797bbcaf.bindPopup(popup_bc1ac1aa8bf0a1cc57ffd9c78a9bdcda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_777ba1f68fe8c029dd97a6e8797bbcaf.setIcon(icon_e8128ef3479dd2aaf311dc011d0ca0e8);
|
|
|
|
|
|
var marker_7da9fca815d1c11740635d77063cd9bc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_852b7dbe7554c0f1437c64c084fc2736 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ff82bca464debe93a8463229a6b9d02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2e52b515d5b47479ce72fbce7e1f940 = $(`<div id="html_e2e52b515d5b47479ce72fbce7e1f940" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_2ff82bca464debe93a8463229a6b9d02.setContent(html_e2e52b515d5b47479ce72fbce7e1f940);
|
|
|
|
|
|
|
|
marker_7da9fca815d1c11740635d77063cd9bc.bindPopup(popup_2ff82bca464debe93a8463229a6b9d02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7da9fca815d1c11740635d77063cd9bc.setIcon(icon_852b7dbe7554c0f1437c64c084fc2736);
|
|
|
|
|
|
var marker_155fb9ff3a542e9cd68427a5dd83dd2c = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_b916117a8fb87e444364eebf51640fb6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6316cf45ae16a4a52571792588122ff3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af19d78b4d1e71a22a2ef970dd15f7db = $(`<div id="html_af19d78b4d1e71a22a2ef970dd15f7db" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_6316cf45ae16a4a52571792588122ff3.setContent(html_af19d78b4d1e71a22a2ef970dd15f7db);
|
|
|
|
|
|
|
|
marker_155fb9ff3a542e9cd68427a5dd83dd2c.bindPopup(popup_6316cf45ae16a4a52571792588122ff3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_155fb9ff3a542e9cd68427a5dd83dd2c.setIcon(icon_b916117a8fb87e444364eebf51640fb6);
|
|
|
|
|
|
var marker_f69d2bddb97e06fa6f35d96a90ac70d5 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_f56c19034303c959daa2bfb2f43811ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e979d4b1de8f5cf78b5e2680531fb734 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21689be6148c6450e94d56b3419adee6 = $(`<div id="html_21689be6148c6450e94d56b3419adee6" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_e979d4b1de8f5cf78b5e2680531fb734.setContent(html_21689be6148c6450e94d56b3419adee6);
|
|
|
|
|
|
|
|
marker_f69d2bddb97e06fa6f35d96a90ac70d5.bindPopup(popup_e979d4b1de8f5cf78b5e2680531fb734)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f69d2bddb97e06fa6f35d96a90ac70d5.setIcon(icon_f56c19034303c959daa2bfb2f43811ee);
|
|
|
|
|
|
var marker_fad976f08eb8450296956b5e7d83ab5f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_bfc5b2e9bfb3ddb24e53b99a9f4254e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbb8484edee16af9f26933da061320ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51ad15678b42fd02d32c68146e4ad984 = $(`<div id="html_51ad15678b42fd02d32c68146e4ad984" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_fbb8484edee16af9f26933da061320ad.setContent(html_51ad15678b42fd02d32c68146e4ad984);
|
|
|
|
|
|
|
|
marker_fad976f08eb8450296956b5e7d83ab5f.bindPopup(popup_fbb8484edee16af9f26933da061320ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fad976f08eb8450296956b5e7d83ab5f.setIcon(icon_bfc5b2e9bfb3ddb24e53b99a9f4254e1);
|
|
|
|
|
|
var marker_cd1ac7fb77bd92b716fb13133488d827 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_ea435ecfe4a64c4de9673dddff8698c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e4a05443a8ed6161d2831d1a8dc6aea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a00cd9dbe3fababbad898228aef5104f = $(`<div id="html_a00cd9dbe3fababbad898228aef5104f" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_0e4a05443a8ed6161d2831d1a8dc6aea.setContent(html_a00cd9dbe3fababbad898228aef5104f);
|
|
|
|
|
|
|
|
marker_cd1ac7fb77bd92b716fb13133488d827.bindPopup(popup_0e4a05443a8ed6161d2831d1a8dc6aea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd1ac7fb77bd92b716fb13133488d827.setIcon(icon_ea435ecfe4a64c4de9673dddff8698c8);
|
|
|
|
|
|
var marker_f093573f796505d04b6086b06815b507 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_6f7cdd08a65fe495434acf14f0777c8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75234a2617acae2bba06a45515d93e22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1551f9ef83d9d56c418148f13d8e6ef5 = $(`<div id="html_1551f9ef83d9d56c418148f13d8e6ef5" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_75234a2617acae2bba06a45515d93e22.setContent(html_1551f9ef83d9d56c418148f13d8e6ef5);
|
|
|
|
|
|
|
|
marker_f093573f796505d04b6086b06815b507.bindPopup(popup_75234a2617acae2bba06a45515d93e22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f093573f796505d04b6086b06815b507.setIcon(icon_6f7cdd08a65fe495434acf14f0777c8b);
|
|
|
|
|
|
var marker_f9b00351d80cb290c9afd06a0bdca5cb = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_7d5d28bfcc521f6aad1df7c83b5d3cd3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4bbb9501b2b1918df1ef59caafd528b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d7709b03115d7a56273083ec61da852 = $(`<div id="html_0d7709b03115d7a56273083ec61da852" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_c4bbb9501b2b1918df1ef59caafd528b.setContent(html_0d7709b03115d7a56273083ec61da852);
|
|
|
|
|
|
|
|
marker_f9b00351d80cb290c9afd06a0bdca5cb.bindPopup(popup_c4bbb9501b2b1918df1ef59caafd528b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9b00351d80cb290c9afd06a0bdca5cb.setIcon(icon_7d5d28bfcc521f6aad1df7c83b5d3cd3);
|
|
|
|
|
|
var marker_7d9aec52aa7047f4e427fd185e45e554 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_6d7a3668645c990a36d12fd3d1e7d54e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15ae2bd5aa84746e9f868cdd64ae99e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc8409d28f5c9b2b05d6cd57c98e4d28 = $(`<div id="html_bc8409d28f5c9b2b05d6cd57c98e4d28" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_15ae2bd5aa84746e9f868cdd64ae99e9.setContent(html_bc8409d28f5c9b2b05d6cd57c98e4d28);
|
|
|
|
|
|
|
|
marker_7d9aec52aa7047f4e427fd185e45e554.bindPopup(popup_15ae2bd5aa84746e9f868cdd64ae99e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d9aec52aa7047f4e427fd185e45e554.setIcon(icon_6d7a3668645c990a36d12fd3d1e7d54e);
|
|
|
|
|
|
var marker_95af3d824bb0f17027f0caec64708f89 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_2645d542c9cf0478b8aa5ee409c247cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33e5fd1f889f19182ce8da6f2f4aeb27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efe6e81a94aa70c9d7abbb88eab607af = $(`<div id="html_efe6e81a94aa70c9d7abbb88eab607af" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_33e5fd1f889f19182ce8da6f2f4aeb27.setContent(html_efe6e81a94aa70c9d7abbb88eab607af);
|
|
|
|
|
|
|
|
marker_95af3d824bb0f17027f0caec64708f89.bindPopup(popup_33e5fd1f889f19182ce8da6f2f4aeb27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95af3d824bb0f17027f0caec64708f89.setIcon(icon_2645d542c9cf0478b8aa5ee409c247cd);
|
|
|
|
|
|
var marker_e281f2fc3c2c44a5379c097fa7ad69c1 = L.marker(
|
|
[43.663, -70.2569],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_a57ff500e4691fcaeef0412b3f9db40b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb04161267165f6762fd5cd5634f3c19 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42ffb867ab73e694828df0e62bb67a4b = $(`<div id="html_42ffb867ab73e694828df0e62bb67a4b" style="width: 100.0%; height: 100.0%;">nostr.tuckerbradford.com</div>`)[0];
|
|
popup_bb04161267165f6762fd5cd5634f3c19.setContent(html_42ffb867ab73e694828df0e62bb67a4b);
|
|
|
|
|
|
|
|
marker_e281f2fc3c2c44a5379c097fa7ad69c1.bindPopup(popup_bb04161267165f6762fd5cd5634f3c19)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e281f2fc3c2c44a5379c097fa7ad69c1.setIcon(icon_a57ff500e4691fcaeef0412b3f9db40b);
|
|
|
|
|
|
var marker_28dbdc6e5705160709c0d5306cf1cabd = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_297306bf5bb6b4cb1357ffb6cb502486 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d4ec6888da2eb54f1759cf9790924a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_734e8db2f2d3af7915b90a0a88826171 = $(`<div id="html_734e8db2f2d3af7915b90a0a88826171" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_4d4ec6888da2eb54f1759cf9790924a0.setContent(html_734e8db2f2d3af7915b90a0a88826171);
|
|
|
|
|
|
|
|
marker_28dbdc6e5705160709c0d5306cf1cabd.bindPopup(popup_4d4ec6888da2eb54f1759cf9790924a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28dbdc6e5705160709c0d5306cf1cabd.setIcon(icon_297306bf5bb6b4cb1357ffb6cb502486);
|
|
|
|
|
|
var marker_99b78aa991f151b98bec59d588c7163f = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_ef2e9c4b52ede1fa2907db2e5a10444c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78876aea066c87a4743cae30071f52f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07103d024814c708af1c84e647f3b174 = $(`<div id="html_07103d024814c708af1c84e647f3b174" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_78876aea066c87a4743cae30071f52f7.setContent(html_07103d024814c708af1c84e647f3b174);
|
|
|
|
|
|
|
|
marker_99b78aa991f151b98bec59d588c7163f.bindPopup(popup_78876aea066c87a4743cae30071f52f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99b78aa991f151b98bec59d588c7163f.setIcon(icon_ef2e9c4b52ede1fa2907db2e5a10444c);
|
|
|
|
|
|
var marker_610d32480bec9d09cc6e7de118b16fe9 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_96466c624a44abe69fb88f8d3dcdbcca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_881439ea3529cc2adc9a27f9d66dff30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfe572b7bc251d40a1ca71ff3d971fa8 = $(`<div id="html_dfe572b7bc251d40a1ca71ff3d971fa8" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_881439ea3529cc2adc9a27f9d66dff30.setContent(html_dfe572b7bc251d40a1ca71ff3d971fa8);
|
|
|
|
|
|
|
|
marker_610d32480bec9d09cc6e7de118b16fe9.bindPopup(popup_881439ea3529cc2adc9a27f9d66dff30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_610d32480bec9d09cc6e7de118b16fe9.setIcon(icon_96466c624a44abe69fb88f8d3dcdbcca);
|
|
|
|
|
|
var marker_4b56f73cbd2817aa0733829a43e19f3c = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_a2543e7f30c556e6a25926fa8c71aece = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a660e9795aea4f190d33425927bb05a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0a7d44698919ebfd1de64f46ee3a295 = $(`<div id="html_b0a7d44698919ebfd1de64f46ee3a295" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_a660e9795aea4f190d33425927bb05a1.setContent(html_b0a7d44698919ebfd1de64f46ee3a295);
|
|
|
|
|
|
|
|
marker_4b56f73cbd2817aa0733829a43e19f3c.bindPopup(popup_a660e9795aea4f190d33425927bb05a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b56f73cbd2817aa0733829a43e19f3c.setIcon(icon_a2543e7f30c556e6a25926fa8c71aece);
|
|
|
|
|
|
var marker_7ee75da3501287e7dfd532ec6844ad30 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_e501bf3b5109051b92180eb7ace2590e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_567812fb1434e05b4023e5d5027ca657 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b01fe31403cffbac1cc7d0c6073b45d = $(`<div id="html_2b01fe31403cffbac1cc7d0c6073b45d" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_567812fb1434e05b4023e5d5027ca657.setContent(html_2b01fe31403cffbac1cc7d0c6073b45d);
|
|
|
|
|
|
|
|
marker_7ee75da3501287e7dfd532ec6844ad30.bindPopup(popup_567812fb1434e05b4023e5d5027ca657)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ee75da3501287e7dfd532ec6844ad30.setIcon(icon_e501bf3b5109051b92180eb7ace2590e);
|
|
|
|
|
|
var marker_7d59685bbc004d739551bb9602db3688 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_e9b807576f93ba564fa5bc822e1d1070 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72b554fff65b07627e0a2f0707791145 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cf8c068a331e11ed77a7f9ed9c2cda1 = $(`<div id="html_7cf8c068a331e11ed77a7f9ed9c2cda1" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_72b554fff65b07627e0a2f0707791145.setContent(html_7cf8c068a331e11ed77a7f9ed9c2cda1);
|
|
|
|
|
|
|
|
marker_7d59685bbc004d739551bb9602db3688.bindPopup(popup_72b554fff65b07627e0a2f0707791145)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d59685bbc004d739551bb9602db3688.setIcon(icon_e9b807576f93ba564fa5bc822e1d1070);
|
|
|
|
|
|
var marker_aa1b03a24e9809774376189186540072 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_514f28660c9d57db1f7704e06920a792 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d511b921ffe5890a3fc4127922cf2947 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_945b23fbe7b6f1e7c24bdc9e3ec2afa3 = $(`<div id="html_945b23fbe7b6f1e7c24bdc9e3ec2afa3" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_d511b921ffe5890a3fc4127922cf2947.setContent(html_945b23fbe7b6f1e7c24bdc9e3ec2afa3);
|
|
|
|
|
|
|
|
marker_aa1b03a24e9809774376189186540072.bindPopup(popup_d511b921ffe5890a3fc4127922cf2947)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa1b03a24e9809774376189186540072.setIcon(icon_514f28660c9d57db1f7704e06920a792);
|
|
|
|
|
|
var marker_8bb93454a96d077a52821e305036183e = L.marker(
|
|
[56.9677, 24.1056],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_0c8e0d425d9880f4802095e5bb78c76d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f944caaa9a4f6f6e80c1fe0349af02d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b87bb9f62a8c32a9ca9622d5a5201f8 = $(`<div id="html_9b87bb9f62a8c32a9ca9622d5a5201f8" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_f944caaa9a4f6f6e80c1fe0349af02d0.setContent(html_9b87bb9f62a8c32a9ca9622d5a5201f8);
|
|
|
|
|
|
|
|
marker_8bb93454a96d077a52821e305036183e.bindPopup(popup_f944caaa9a4f6f6e80c1fe0349af02d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bb93454a96d077a52821e305036183e.setIcon(icon_0c8e0d425d9880f4802095e5bb78c76d);
|
|
|
|
|
|
var marker_e42098c1bb81f0cbecfcc9a875aa5e47 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_e0a9633d58b3ca170ca04e2e28679e7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed51209f92e595e712d0c86a2a1c53dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51a4374ae0d160df8f2be47040a94548 = $(`<div id="html_51a4374ae0d160df8f2be47040a94548" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_ed51209f92e595e712d0c86a2a1c53dd.setContent(html_51a4374ae0d160df8f2be47040a94548);
|
|
|
|
|
|
|
|
marker_e42098c1bb81f0cbecfcc9a875aa5e47.bindPopup(popup_ed51209f92e595e712d0c86a2a1c53dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e42098c1bb81f0cbecfcc9a875aa5e47.setIcon(icon_e0a9633d58b3ca170ca04e2e28679e7d);
|
|
|
|
|
|
var marker_ea21041451b9438aa37aa23f40f99a4f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_885e1543f67138e6ef969360bd936852 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e6293e5bd5dca9e67b5432904fc8b6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d54f85cfe58008b6c8f81e64d32b1ed = $(`<div id="html_6d54f85cfe58008b6c8f81e64d32b1ed" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_3e6293e5bd5dca9e67b5432904fc8b6e.setContent(html_6d54f85cfe58008b6c8f81e64d32b1ed);
|
|
|
|
|
|
|
|
marker_ea21041451b9438aa37aa23f40f99a4f.bindPopup(popup_3e6293e5bd5dca9e67b5432904fc8b6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea21041451b9438aa37aa23f40f99a4f.setIcon(icon_885e1543f67138e6ef969360bd936852);
|
|
|
|
|
|
var marker_81dc5d952237e23d90c2a7286b8a57f5 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_3b4fe6347375189cf7bed1748c5f8cd3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df9b29036ccc6b7b189df386fb3d9038 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5ebf571d87ec51bc5e8084acfbc46c7 = $(`<div id="html_c5ebf571d87ec51bc5e8084acfbc46c7" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_df9b29036ccc6b7b189df386fb3d9038.setContent(html_c5ebf571d87ec51bc5e8084acfbc46c7);
|
|
|
|
|
|
|
|
marker_81dc5d952237e23d90c2a7286b8a57f5.bindPopup(popup_df9b29036ccc6b7b189df386fb3d9038)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81dc5d952237e23d90c2a7286b8a57f5.setIcon(icon_3b4fe6347375189cf7bed1748c5f8cd3);
|
|
|
|
|
|
var marker_05bf9d2c848e01c3a38c0346bc5dd193 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_6d8b60689beec3f6638533b6f0fde4aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68d6717bcf86db5a92776909abef6df8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_def0540036fbe532cedfd193b9e2266b = $(`<div id="html_def0540036fbe532cedfd193b9e2266b" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_68d6717bcf86db5a92776909abef6df8.setContent(html_def0540036fbe532cedfd193b9e2266b);
|
|
|
|
|
|
|
|
marker_05bf9d2c848e01c3a38c0346bc5dd193.bindPopup(popup_68d6717bcf86db5a92776909abef6df8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05bf9d2c848e01c3a38c0346bc5dd193.setIcon(icon_6d8b60689beec3f6638533b6f0fde4aa);
|
|
|
|
|
|
var marker_7decc60f80ec788be33d12d6abcc9665 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_26f09bde313476fcfdc4045e20ecfefc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ecead991b8b9e8a128c337928be7113 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab179c1bb75d64e82afdc32ff3b42d33 = $(`<div id="html_ab179c1bb75d64e82afdc32ff3b42d33" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_8ecead991b8b9e8a128c337928be7113.setContent(html_ab179c1bb75d64e82afdc32ff3b42d33);
|
|
|
|
|
|
|
|
marker_7decc60f80ec788be33d12d6abcc9665.bindPopup(popup_8ecead991b8b9e8a128c337928be7113)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7decc60f80ec788be33d12d6abcc9665.setIcon(icon_26f09bde313476fcfdc4045e20ecfefc);
|
|
|
|
|
|
var marker_8ead3876ef2816a85b30aaaaff11db13 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_2d91c37a48b94ade554fefe63f43370d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b3e6744a9757e6c4733263a67247175 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbc150170a7375122f3d0eae2f72df4d = $(`<div id="html_bbc150170a7375122f3d0eae2f72df4d" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_2b3e6744a9757e6c4733263a67247175.setContent(html_bbc150170a7375122f3d0eae2f72df4d);
|
|
|
|
|
|
|
|
marker_8ead3876ef2816a85b30aaaaff11db13.bindPopup(popup_2b3e6744a9757e6c4733263a67247175)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ead3876ef2816a85b30aaaaff11db13.setIcon(icon_2d91c37a48b94ade554fefe63f43370d);
|
|
|
|
|
|
var marker_627a692baf6a9a59b553713086802279 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_4b442ffa84cdd1c6d67ba1264a2c051c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38b22dfabc66eb9a305ad684c73c078f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7025052b910897bf005790595a5e506d = $(`<div id="html_7025052b910897bf005790595a5e506d" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_38b22dfabc66eb9a305ad684c73c078f.setContent(html_7025052b910897bf005790595a5e506d);
|
|
|
|
|
|
|
|
marker_627a692baf6a9a59b553713086802279.bindPopup(popup_38b22dfabc66eb9a305ad684c73c078f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_627a692baf6a9a59b553713086802279.setIcon(icon_4b442ffa84cdd1c6d67ba1264a2c051c);
|
|
|
|
|
|
var marker_181fb0d6a8be186cd33d8445914a3d08 = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_0b5f3954af3768fa2f19a50c9eb35e45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c19cbaf15efed0fb4104478a16086ba9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38a01bb972bc649f1186130c7f594cbb = $(`<div id="html_38a01bb972bc649f1186130c7f594cbb" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_c19cbaf15efed0fb4104478a16086ba9.setContent(html_38a01bb972bc649f1186130c7f594cbb);
|
|
|
|
|
|
|
|
marker_181fb0d6a8be186cd33d8445914a3d08.bindPopup(popup_c19cbaf15efed0fb4104478a16086ba9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_181fb0d6a8be186cd33d8445914a3d08.setIcon(icon_0b5f3954af3768fa2f19a50c9eb35e45);
|
|
|
|
|
|
var marker_82fcd138c26d6f9db6c324eb579f6e3b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_218f257e33aae8e695c1fa0331952c7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_863bb0c8569c6042e00e04f130ba1e71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3155ac821c7593b5c20ac9599b2983c6 = $(`<div id="html_3155ac821c7593b5c20ac9599b2983c6" style="width: 100.0%; height: 100.0%;">alien.macneilmediagroup.com</div>`)[0];
|
|
popup_863bb0c8569c6042e00e04f130ba1e71.setContent(html_3155ac821c7593b5c20ac9599b2983c6);
|
|
|
|
|
|
|
|
marker_82fcd138c26d6f9db6c324eb579f6e3b.bindPopup(popup_863bb0c8569c6042e00e04f130ba1e71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82fcd138c26d6f9db6c324eb579f6e3b.setIcon(icon_218f257e33aae8e695c1fa0331952c7a);
|
|
|
|
|
|
var marker_4354932101612c798c7d2534e290975f = L.marker(
|
|
[13.311, 101.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_d0bbced65b5034aabd9049a1d715812f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a00656a8c4127cd4bb4b79fc9b5af22e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19f323bf51d77b0676fffa05c76a62b6 = $(`<div id="html_19f323bf51d77b0676fffa05c76a62b6" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_a00656a8c4127cd4bb4b79fc9b5af22e.setContent(html_19f323bf51d77b0676fffa05c76a62b6);
|
|
|
|
|
|
|
|
marker_4354932101612c798c7d2534e290975f.bindPopup(popup_a00656a8c4127cd4bb4b79fc9b5af22e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4354932101612c798c7d2534e290975f.setIcon(icon_d0bbced65b5034aabd9049a1d715812f);
|
|
|
|
|
|
var marker_22f3c37443273cfb38025c16aef38d61 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_0f43aa2efb403cb819075724f4681e5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4816d1340f02c4987bc4b264990adf99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd086c65a4be8547496cb8bfd397eef8 = $(`<div id="html_fd086c65a4be8547496cb8bfd397eef8" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_4816d1340f02c4987bc4b264990adf99.setContent(html_fd086c65a4be8547496cb8bfd397eef8);
|
|
|
|
|
|
|
|
marker_22f3c37443273cfb38025c16aef38d61.bindPopup(popup_4816d1340f02c4987bc4b264990adf99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22f3c37443273cfb38025c16aef38d61.setIcon(icon_0f43aa2efb403cb819075724f4681e5b);
|
|
|
|
|
|
var marker_c0ee7b19201e07c4f78744e2ac6d8bfe = L.marker(
|
|
[24.1469, 120.684],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_e695ea1384d655cab8fe63aa0f03fc1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b3cb91fa87c6f4b5a8c0447cb23aee0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f49b2ead7aa882f14c678c0ee985585d = $(`<div id="html_f49b2ead7aa882f14c678c0ee985585d" style="width: 100.0%; height: 100.0%;">nostr.camalolo.com</div>`)[0];
|
|
popup_0b3cb91fa87c6f4b5a8c0447cb23aee0.setContent(html_f49b2ead7aa882f14c678c0ee985585d);
|
|
|
|
|
|
|
|
marker_c0ee7b19201e07c4f78744e2ac6d8bfe.bindPopup(popup_0b3cb91fa87c6f4b5a8c0447cb23aee0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0ee7b19201e07c4f78744e2ac6d8bfe.setIcon(icon_e695ea1384d655cab8fe63aa0f03fc1c);
|
|
|
|
|
|
var marker_e5220e9e462b8cb23a8a1950262ada8f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_6179741130a44fbac21acdb105f72bd8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e88ce7088fcba9ba52713f1f2d7c6c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae25c71363d82055041dbbff841c8cea = $(`<div id="html_ae25c71363d82055041dbbff841c8cea" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_9e88ce7088fcba9ba52713f1f2d7c6c4.setContent(html_ae25c71363d82055041dbbff841c8cea);
|
|
|
|
|
|
|
|
marker_e5220e9e462b8cb23a8a1950262ada8f.bindPopup(popup_9e88ce7088fcba9ba52713f1f2d7c6c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5220e9e462b8cb23a8a1950262ada8f.setIcon(icon_6179741130a44fbac21acdb105f72bd8);
|
|
|
|
|
|
var marker_8740dd72efe6ee3875b8dfc280aa49da = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_e4fb0f5542899231cf78cc33be29713d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b1b926f2da518346811d3044fef534f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ff5edd81752e5dbf159764bd88d056a = $(`<div id="html_1ff5edd81752e5dbf159764bd88d056a" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_6b1b926f2da518346811d3044fef534f.setContent(html_1ff5edd81752e5dbf159764bd88d056a);
|
|
|
|
|
|
|
|
marker_8740dd72efe6ee3875b8dfc280aa49da.bindPopup(popup_6b1b926f2da518346811d3044fef534f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8740dd72efe6ee3875b8dfc280aa49da.setIcon(icon_e4fb0f5542899231cf78cc33be29713d);
|
|
|
|
|
|
var marker_543ca8c3c8edbbb36aabb028ed05e02c = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_c2ec4d0ed51caef5db0473f7f3800aae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c325ea72eb2b602db77f1112818c5b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13bbab23cb0a24957e2346334ee9a9a5 = $(`<div id="html_13bbab23cb0a24957e2346334ee9a9a5" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_0c325ea72eb2b602db77f1112818c5b3.setContent(html_13bbab23cb0a24957e2346334ee9a9a5);
|
|
|
|
|
|
|
|
marker_543ca8c3c8edbbb36aabb028ed05e02c.bindPopup(popup_0c325ea72eb2b602db77f1112818c5b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_543ca8c3c8edbbb36aabb028ed05e02c.setIcon(icon_c2ec4d0ed51caef5db0473f7f3800aae);
|
|
|
|
|
|
var marker_7ee4e050618ce8b7ad97e9a9d28612af = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_9c225903ba6fd419c85928c865a02bd9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c180ef1e4c1ca9d7e267dfc81f7f67dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3dbe5e29045f8adf5e08653f58f0a85 = $(`<div id="html_d3dbe5e29045f8adf5e08653f58f0a85" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_c180ef1e4c1ca9d7e267dfc81f7f67dd.setContent(html_d3dbe5e29045f8adf5e08653f58f0a85);
|
|
|
|
|
|
|
|
marker_7ee4e050618ce8b7ad97e9a9d28612af.bindPopup(popup_c180ef1e4c1ca9d7e267dfc81f7f67dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ee4e050618ce8b7ad97e9a9d28612af.setIcon(icon_9c225903ba6fd419c85928c865a02bd9);
|
|
|
|
|
|
var marker_5ef3016f18ce987406d016f95e25e0af = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_1f31f0656a5fbe2a1c4181ca6f393023 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0dc99dbf39df94f07142fdfc2831b00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2586228102905c087c28d0f7adf83708 = $(`<div id="html_2586228102905c087c28d0f7adf83708" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_e0dc99dbf39df94f07142fdfc2831b00.setContent(html_2586228102905c087c28d0f7adf83708);
|
|
|
|
|
|
|
|
marker_5ef3016f18ce987406d016f95e25e0af.bindPopup(popup_e0dc99dbf39df94f07142fdfc2831b00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ef3016f18ce987406d016f95e25e0af.setIcon(icon_1f31f0656a5fbe2a1c4181ca6f393023);
|
|
|
|
|
|
var marker_cab768461eaad6c55ac6efa67144502e = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_dc0ea543ebc6bf55ca379719bee5eafc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c93473c404523555a7a6099231e67e95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9967bdd5d07b68fa1a14f0a8e8e829f3 = $(`<div id="html_9967bdd5d07b68fa1a14f0a8e8e829f3" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_c93473c404523555a7a6099231e67e95.setContent(html_9967bdd5d07b68fa1a14f0a8e8e829f3);
|
|
|
|
|
|
|
|
marker_cab768461eaad6c55ac6efa67144502e.bindPopup(popup_c93473c404523555a7a6099231e67e95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cab768461eaad6c55ac6efa67144502e.setIcon(icon_dc0ea543ebc6bf55ca379719bee5eafc);
|
|
|
|
|
|
var marker_4695ddb7b5733d26c31084230bdef780 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_fd88219f4f38e1b7a9cb35b77fc19aec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8239f132a9be266d22b530b82bc1ab3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa45e960a5d849351efcd590c9c6d6ae = $(`<div id="html_fa45e960a5d849351efcd590c9c6d6ae" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_8239f132a9be266d22b530b82bc1ab3a.setContent(html_fa45e960a5d849351efcd590c9c6d6ae);
|
|
|
|
|
|
|
|
marker_4695ddb7b5733d26c31084230bdef780.bindPopup(popup_8239f132a9be266d22b530b82bc1ab3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4695ddb7b5733d26c31084230bdef780.setIcon(icon_fd88219f4f38e1b7a9cb35b77fc19aec);
|
|
|
|
|
|
var marker_4262ce1837c3663da26277f4399039ef = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_cc26efebeddd6abe001e245dfa227751 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d401276d9fc03947e78a81e963c98eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f0adaf696f8c90b07961b4177c06010 = $(`<div id="html_8f0adaf696f8c90b07961b4177c06010" style="width: 100.0%; height: 100.0%;">relay.divine.video</div>`)[0];
|
|
popup_8d401276d9fc03947e78a81e963c98eb.setContent(html_8f0adaf696f8c90b07961b4177c06010);
|
|
|
|
|
|
|
|
marker_4262ce1837c3663da26277f4399039ef.bindPopup(popup_8d401276d9fc03947e78a81e963c98eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4262ce1837c3663da26277f4399039ef.setIcon(icon_cc26efebeddd6abe001e245dfa227751);
|
|
|
|
|
|
var marker_fcbf62bafae85d7466d5b90f863d9f2b = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_7354aa1460b4dfe25108450b1a6b3095 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df88b6d09398a105959f20bed921a8f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6816641222f056595ab7dd451eea7ccd = $(`<div id="html_6816641222f056595ab7dd451eea7ccd" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_df88b6d09398a105959f20bed921a8f5.setContent(html_6816641222f056595ab7dd451eea7ccd);
|
|
|
|
|
|
|
|
marker_fcbf62bafae85d7466d5b90f863d9f2b.bindPopup(popup_df88b6d09398a105959f20bed921a8f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fcbf62bafae85d7466d5b90f863d9f2b.setIcon(icon_7354aa1460b4dfe25108450b1a6b3095);
|
|
|
|
|
|
var marker_eec3ae42840672e4cf840e51fe085256 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_5741a9f5f8216dca41abc31c6f561672 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1cd834225f7b1c4786b93965041fd44a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48976a98bcc0d1a9f5ab834650a1f63d = $(`<div id="html_48976a98bcc0d1a9f5ab834650a1f63d" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_1cd834225f7b1c4786b93965041fd44a.setContent(html_48976a98bcc0d1a9f5ab834650a1f63d);
|
|
|
|
|
|
|
|
marker_eec3ae42840672e4cf840e51fe085256.bindPopup(popup_1cd834225f7b1c4786b93965041fd44a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eec3ae42840672e4cf840e51fe085256.setIcon(icon_5741a9f5f8216dca41abc31c6f561672);
|
|
|
|
|
|
var marker_c7e3e3e5a2126b60e091dddf865ebe8e = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_84a000deb8fd82eb1d40431285d4e761 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ed6c4549b77fcb79a8b44d9e9cce65a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fed59fea86c4c371a7a1c30d98e5bfd = $(`<div id="html_0fed59fea86c4c371a7a1c30d98e5bfd" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_6ed6c4549b77fcb79a8b44d9e9cce65a.setContent(html_0fed59fea86c4c371a7a1c30d98e5bfd);
|
|
|
|
|
|
|
|
marker_c7e3e3e5a2126b60e091dddf865ebe8e.bindPopup(popup_6ed6c4549b77fcb79a8b44d9e9cce65a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7e3e3e5a2126b60e091dddf865ebe8e.setIcon(icon_84a000deb8fd82eb1d40431285d4e761);
|
|
|
|
|
|
var marker_def93d550a751cad9544a0aef7d67b53 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_8f3e6756610e821f907d544c96e6d6b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92d5a0d5db655efc5547611fb457ebd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b59370ca2038563abc4ddaad1d1fdd09 = $(`<div id="html_b59370ca2038563abc4ddaad1d1fdd09" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_92d5a0d5db655efc5547611fb457ebd5.setContent(html_b59370ca2038563abc4ddaad1d1fdd09);
|
|
|
|
|
|
|
|
marker_def93d550a751cad9544a0aef7d67b53.bindPopup(popup_92d5a0d5db655efc5547611fb457ebd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_def93d550a751cad9544a0aef7d67b53.setIcon(icon_8f3e6756610e821f907d544c96e6d6b9);
|
|
|
|
|
|
var marker_13c65feba7e57cf503fadf3541224b19 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_bce815f187f878e71f185c7a009a1dcc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41d8affe3f40f643468c217c74c4b866 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4831f7543033d179da1af7d3ea824dc = $(`<div id="html_f4831f7543033d179da1af7d3ea824dc" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_41d8affe3f40f643468c217c74c4b866.setContent(html_f4831f7543033d179da1af7d3ea824dc);
|
|
|
|
|
|
|
|
marker_13c65feba7e57cf503fadf3541224b19.bindPopup(popup_41d8affe3f40f643468c217c74c4b866)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13c65feba7e57cf503fadf3541224b19.setIcon(icon_bce815f187f878e71f185c7a009a1dcc);
|
|
|
|
|
|
var marker_3d15bc6e421ed9cfab43cce1d4de173d = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_5f91a27b902febd00ed63781f9a6eb89 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3959cd89a03180d5d79b197a9970b750 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ceff8779a259127d1aa2e3cce2a4c56d = $(`<div id="html_ceff8779a259127d1aa2e3cce2a4c56d" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_3959cd89a03180d5d79b197a9970b750.setContent(html_ceff8779a259127d1aa2e3cce2a4c56d);
|
|
|
|
|
|
|
|
marker_3d15bc6e421ed9cfab43cce1d4de173d.bindPopup(popup_3959cd89a03180d5d79b197a9970b750)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d15bc6e421ed9cfab43cce1d4de173d.setIcon(icon_5f91a27b902febd00ed63781f9a6eb89);
|
|
|
|
|
|
var marker_f7dddf4ad21d9de81a442645749b2f87 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_f87cf085b506d9b5d0121670da2f47ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01abcc59d54ada0337ee058309da6a52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88ee340c39c773b584abc05c66b22c9e = $(`<div id="html_88ee340c39c773b584abc05c66b22c9e" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_01abcc59d54ada0337ee058309da6a52.setContent(html_88ee340c39c773b584abc05c66b22c9e);
|
|
|
|
|
|
|
|
marker_f7dddf4ad21d9de81a442645749b2f87.bindPopup(popup_01abcc59d54ada0337ee058309da6a52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7dddf4ad21d9de81a442645749b2f87.setIcon(icon_f87cf085b506d9b5d0121670da2f47ef);
|
|
|
|
|
|
var marker_f843e368f02ddf9677f6e52ce93d103f = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_ae0ae491d958d1533c9a59705256dc3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a897cde7b27f05a4ae6f08f05ab2bf7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c188b8f69cb26ab0dad56907937d31c4 = $(`<div id="html_c188b8f69cb26ab0dad56907937d31c4" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_6a897cde7b27f05a4ae6f08f05ab2bf7.setContent(html_c188b8f69cb26ab0dad56907937d31c4);
|
|
|
|
|
|
|
|
marker_f843e368f02ddf9677f6e52ce93d103f.bindPopup(popup_6a897cde7b27f05a4ae6f08f05ab2bf7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f843e368f02ddf9677f6e52ce93d103f.setIcon(icon_ae0ae491d958d1533c9a59705256dc3a);
|
|
|
|
|
|
var marker_a684283717252f3ebd688eb9a7e95ba8 = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_f987a117cead57877734e995bd779502 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7fb5eb1442d386faf485d2736757d509 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c89cffa8d75e9060e8b6256c4d74f611 = $(`<div id="html_c89cffa8d75e9060e8b6256c4d74f611" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_7fb5eb1442d386faf485d2736757d509.setContent(html_c89cffa8d75e9060e8b6256c4d74f611);
|
|
|
|
|
|
|
|
marker_a684283717252f3ebd688eb9a7e95ba8.bindPopup(popup_7fb5eb1442d386faf485d2736757d509)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a684283717252f3ebd688eb9a7e95ba8.setIcon(icon_f987a117cead57877734e995bd779502);
|
|
|
|
|
|
var marker_1443ad6c6110175c39b9a47ee8ce4a3c = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_01a30fe7d1e873ae262839841c7022d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e7d9c51fdb7be85c78b25f2374fc798 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7dee232b1ba845c82ccc8c921d2f456 = $(`<div id="html_f7dee232b1ba845c82ccc8c921d2f456" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_0e7d9c51fdb7be85c78b25f2374fc798.setContent(html_f7dee232b1ba845c82ccc8c921d2f456);
|
|
|
|
|
|
|
|
marker_1443ad6c6110175c39b9a47ee8ce4a3c.bindPopup(popup_0e7d9c51fdb7be85c78b25f2374fc798)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1443ad6c6110175c39b9a47ee8ce4a3c.setIcon(icon_01a30fe7d1e873ae262839841c7022d6);
|
|
|
|
|
|
var marker_a2e3d22d3797c4aee2fbcbf9e2672659 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_2b9d53dae7962838044b11ebcf66b169 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe960e935b03024a168c40c8123cf534 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83a610e445bc36d2d652852e2bb52ba3 = $(`<div id="html_83a610e445bc36d2d652852e2bb52ba3" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_fe960e935b03024a168c40c8123cf534.setContent(html_83a610e445bc36d2d652852e2bb52ba3);
|
|
|
|
|
|
|
|
marker_a2e3d22d3797c4aee2fbcbf9e2672659.bindPopup(popup_fe960e935b03024a168c40c8123cf534)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2e3d22d3797c4aee2fbcbf9e2672659.setIcon(icon_2b9d53dae7962838044b11ebcf66b169);
|
|
|
|
|
|
var marker_b1a8690d645e207c35026175ec6cbe78 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_653cf8ec7d047996a427a71f347d73e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0b99adb426f1949f58a2d85ada25f62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6871f6b7717afdfea6e659c3a3a1ffdf = $(`<div id="html_6871f6b7717afdfea6e659c3a3a1ffdf" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_c0b99adb426f1949f58a2d85ada25f62.setContent(html_6871f6b7717afdfea6e659c3a3a1ffdf);
|
|
|
|
|
|
|
|
marker_b1a8690d645e207c35026175ec6cbe78.bindPopup(popup_c0b99adb426f1949f58a2d85ada25f62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1a8690d645e207c35026175ec6cbe78.setIcon(icon_653cf8ec7d047996a427a71f347d73e3);
|
|
|
|
|
|
var marker_27b15e6c9da3dc4529cca1d95f27a98a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_3a34d52af84632a61911d5bc356335f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec38f0e7f1350ae6dec827df72c44f0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3edbcb78e6850f2e195ea5becc8ae4ef = $(`<div id="html_3edbcb78e6850f2e195ea5becc8ae4ef" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_ec38f0e7f1350ae6dec827df72c44f0c.setContent(html_3edbcb78e6850f2e195ea5becc8ae4ef);
|
|
|
|
|
|
|
|
marker_27b15e6c9da3dc4529cca1d95f27a98a.bindPopup(popup_ec38f0e7f1350ae6dec827df72c44f0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27b15e6c9da3dc4529cca1d95f27a98a.setIcon(icon_3a34d52af84632a61911d5bc356335f7);
|
|
|
|
|
|
var marker_24c4e812cdcb9429bf257943986a849e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_c71e4d2077520ae79d524837813883c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf319bf3630bfc6f20592496ffc0ff16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00cfa138f4dc371a7409b7c799228f1a = $(`<div id="html_00cfa138f4dc371a7409b7c799228f1a" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_cf319bf3630bfc6f20592496ffc0ff16.setContent(html_00cfa138f4dc371a7409b7c799228f1a);
|
|
|
|
|
|
|
|
marker_24c4e812cdcb9429bf257943986a849e.bindPopup(popup_cf319bf3630bfc6f20592496ffc0ff16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24c4e812cdcb9429bf257943986a849e.setIcon(icon_c71e4d2077520ae79d524837813883c0);
|
|
|
|
|
|
var marker_69ec7f8d1d741a3f56eaae4decc4fb82 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_ae6b4f4edc35179794e15af690cd4134 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_558c61d8ca85aaf8f44e1ba9c0a6d92d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a62b37097549baca5154ed843039118 = $(`<div id="html_5a62b37097549baca5154ed843039118" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_558c61d8ca85aaf8f44e1ba9c0a6d92d.setContent(html_5a62b37097549baca5154ed843039118);
|
|
|
|
|
|
|
|
marker_69ec7f8d1d741a3f56eaae4decc4fb82.bindPopup(popup_558c61d8ca85aaf8f44e1ba9c0a6d92d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69ec7f8d1d741a3f56eaae4decc4fb82.setIcon(icon_ae6b4f4edc35179794e15af690cd4134);
|
|
|
|
|
|
var marker_105ec5b4606c594901e3cf4f66e310e0 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_ce9a649ce21c431fd8f5e57ad1e1a193 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8a5e474c5414bff1557b0dabe07d296 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26f8eaf5f6d5e5ec1d1ac58e290890e4 = $(`<div id="html_26f8eaf5f6d5e5ec1d1ac58e290890e4" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_a8a5e474c5414bff1557b0dabe07d296.setContent(html_26f8eaf5f6d5e5ec1d1ac58e290890e4);
|
|
|
|
|
|
|
|
marker_105ec5b4606c594901e3cf4f66e310e0.bindPopup(popup_a8a5e474c5414bff1557b0dabe07d296)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_105ec5b4606c594901e3cf4f66e310e0.setIcon(icon_ce9a649ce21c431fd8f5e57ad1e1a193);
|
|
|
|
|
|
var marker_ab39abaa25ca902f56cce487f494dd1c = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_b47f98bf7ddbfbc356587e180f2e2072 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_866781d488700e5a3377a06ad6ea50c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_788f4b1d390e840797d550eb2b096093 = $(`<div id="html_788f4b1d390e840797d550eb2b096093" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_866781d488700e5a3377a06ad6ea50c9.setContent(html_788f4b1d390e840797d550eb2b096093);
|
|
|
|
|
|
|
|
marker_ab39abaa25ca902f56cce487f494dd1c.bindPopup(popup_866781d488700e5a3377a06ad6ea50c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab39abaa25ca902f56cce487f494dd1c.setIcon(icon_b47f98bf7ddbfbc356587e180f2e2072);
|
|
|
|
|
|
var marker_5bec2db08f5182fd599e556b55dc5749 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_5c3517a320d43b7ff464bc5a27675a41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b3e1648af7f00cb919f20d5d80f2fb7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6a88834a8f2a43a19c8b386c64004ed = $(`<div id="html_f6a88834a8f2a43a19c8b386c64004ed" style="width: 100.0%; height: 100.0%;">pyramid.treegaze.com</div>`)[0];
|
|
popup_9b3e1648af7f00cb919f20d5d80f2fb7.setContent(html_f6a88834a8f2a43a19c8b386c64004ed);
|
|
|
|
|
|
|
|
marker_5bec2db08f5182fd599e556b55dc5749.bindPopup(popup_9b3e1648af7f00cb919f20d5d80f2fb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bec2db08f5182fd599e556b55dc5749.setIcon(icon_5c3517a320d43b7ff464bc5a27675a41);
|
|
|
|
|
|
var marker_b7bef2cd0e50775752a63bb7b2cbeb76 = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_3d10cd53be56e2547722476e84ac4d9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d3e6c04bb617181aead4414a56dc43c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b80d1b1bff14602146b40fbab765e0ca = $(`<div id="html_b80d1b1bff14602146b40fbab765e0ca" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_1d3e6c04bb617181aead4414a56dc43c.setContent(html_b80d1b1bff14602146b40fbab765e0ca);
|
|
|
|
|
|
|
|
marker_b7bef2cd0e50775752a63bb7b2cbeb76.bindPopup(popup_1d3e6c04bb617181aead4414a56dc43c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7bef2cd0e50775752a63bb7b2cbeb76.setIcon(icon_3d10cd53be56e2547722476e84ac4d9c);
|
|
|
|
|
|
var marker_16d9b54c758ceadd1a4de301fbee2804 = L.marker(
|
|
[39.9268, -75.0246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_70c5115d00ba6ca92f105b815a9c6e57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0c19e80f12e781fd381fa543760746e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20959b8698ed9de5ec281933aa5a55a0 = $(`<div id="html_20959b8698ed9de5ec281933aa5a55a0" style="width: 100.0%; height: 100.0%;">nostr.calitabby.net</div>`)[0];
|
|
popup_b0c19e80f12e781fd381fa543760746e.setContent(html_20959b8698ed9de5ec281933aa5a55a0);
|
|
|
|
|
|
|
|
marker_16d9b54c758ceadd1a4de301fbee2804.bindPopup(popup_b0c19e80f12e781fd381fa543760746e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16d9b54c758ceadd1a4de301fbee2804.setIcon(icon_70c5115d00ba6ca92f105b815a9c6e57);
|
|
|
|
|
|
var marker_05f8f8079c7faa4eaf8876c7dfb2be38 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_11c23f777381947f680e0529fb7f9ae6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fa0e66be4f0fd425124aa2a78b13f3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1041489aa81d00c4beab10e763b7f2a = $(`<div id="html_b1041489aa81d00c4beab10e763b7f2a" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_8fa0e66be4f0fd425124aa2a78b13f3c.setContent(html_b1041489aa81d00c4beab10e763b7f2a);
|
|
|
|
|
|
|
|
marker_05f8f8079c7faa4eaf8876c7dfb2be38.bindPopup(popup_8fa0e66be4f0fd425124aa2a78b13f3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05f8f8079c7faa4eaf8876c7dfb2be38.setIcon(icon_11c23f777381947f680e0529fb7f9ae6);
|
|
|
|
|
|
var marker_aa1f58c445d432a01ee8bd7647c8316f = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_973479734c9b386c5c83f4a102fbc2b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75148c1e1f868519bd6957dbd6063345 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_539d5346fa17e6d87fe6e36fed432284 = $(`<div id="html_539d5346fa17e6d87fe6e36fed432284" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_75148c1e1f868519bd6957dbd6063345.setContent(html_539d5346fa17e6d87fe6e36fed432284);
|
|
|
|
|
|
|
|
marker_aa1f58c445d432a01ee8bd7647c8316f.bindPopup(popup_75148c1e1f868519bd6957dbd6063345)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa1f58c445d432a01ee8bd7647c8316f.setIcon(icon_973479734c9b386c5c83f4a102fbc2b1);
|
|
|
|
|
|
var marker_b2399f30257e183a4400da591550b74b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_824caa19aa4dae4d667f7045cfc9a02a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67ec6edfee329651d618169bb7176ee1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e472d5200044836d51290906ecf7251 = $(`<div id="html_1e472d5200044836d51290906ecf7251" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_67ec6edfee329651d618169bb7176ee1.setContent(html_1e472d5200044836d51290906ecf7251);
|
|
|
|
|
|
|
|
marker_b2399f30257e183a4400da591550b74b.bindPopup(popup_67ec6edfee329651d618169bb7176ee1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2399f30257e183a4400da591550b74b.setIcon(icon_824caa19aa4dae4d667f7045cfc9a02a);
|
|
|
|
|
|
var marker_5ae1ab075f17ba4dff43cc6ccb06d62a = L.marker(
|
|
[51.098, 17.0321],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_3f036a749c064d95977759f9ca7bffbc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f83e42de37f5a8cf53265abf76dad582 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c06ba84859ece7217e195f022ff89d1 = $(`<div id="html_2c06ba84859ece7217e195f022ff89d1" style="width: 100.0%; height: 100.0%;">relay.letsfo.com</div>`)[0];
|
|
popup_f83e42de37f5a8cf53265abf76dad582.setContent(html_2c06ba84859ece7217e195f022ff89d1);
|
|
|
|
|
|
|
|
marker_5ae1ab075f17ba4dff43cc6ccb06d62a.bindPopup(popup_f83e42de37f5a8cf53265abf76dad582)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ae1ab075f17ba4dff43cc6ccb06d62a.setIcon(icon_3f036a749c064d95977759f9ca7bffbc);
|
|
|
|
|
|
var marker_7fe14bf82febd4d28efe6d003537cc4f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_ea128f639fa06f0fe93e48e14bb67e31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_758fde4d0f39ce6bff937a99bf75945a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d242f4f875505de851ab32a3d429e38 = $(`<div id="html_7d242f4f875505de851ab32a3d429e38" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_758fde4d0f39ce6bff937a99bf75945a.setContent(html_7d242f4f875505de851ab32a3d429e38);
|
|
|
|
|
|
|
|
marker_7fe14bf82febd4d28efe6d003537cc4f.bindPopup(popup_758fde4d0f39ce6bff937a99bf75945a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7fe14bf82febd4d28efe6d003537cc4f.setIcon(icon_ea128f639fa06f0fe93e48e14bb67e31);
|
|
|
|
|
|
var marker_1b9f6040bfb3c63898becac528b78f23 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_7be6d86d669bff68028db0c14bf4d1bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c24cf0084688e589288745f471d43644 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81247448fab7346c2692fbff0c1127bc = $(`<div id="html_81247448fab7346c2692fbff0c1127bc" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_c24cf0084688e589288745f471d43644.setContent(html_81247448fab7346c2692fbff0c1127bc);
|
|
|
|
|
|
|
|
marker_1b9f6040bfb3c63898becac528b78f23.bindPopup(popup_c24cf0084688e589288745f471d43644)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b9f6040bfb3c63898becac528b78f23.setIcon(icon_7be6d86d669bff68028db0c14bf4d1bd);
|
|
|
|
|
|
var marker_8f363717f6f997e6673abbbb4eb36581 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_5308a3d5be8f3256e919c7c6db54f85e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae2a4942e02367cfd7c077dde4ce6f9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_829423d2dd2b987f1fa333a7d23d5e87 = $(`<div id="html_829423d2dd2b987f1fa333a7d23d5e87" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_ae2a4942e02367cfd7c077dde4ce6f9f.setContent(html_829423d2dd2b987f1fa333a7d23d5e87);
|
|
|
|
|
|
|
|
marker_8f363717f6f997e6673abbbb4eb36581.bindPopup(popup_ae2a4942e02367cfd7c077dde4ce6f9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f363717f6f997e6673abbbb4eb36581.setIcon(icon_5308a3d5be8f3256e919c7c6db54f85e);
|
|
|
|
|
|
var marker_147ad8bbd0e8bab41722d8d90445775a = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_4d58150b52866a3a555892b8cbc4a14a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15e62042c2a67dde1d81ff5df084bc9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88312b43315504ff3e70a35b5b129a07 = $(`<div id="html_88312b43315504ff3e70a35b5b129a07" style="width: 100.0%; height: 100.0%;">wot.yesnostr.net</div>`)[0];
|
|
popup_15e62042c2a67dde1d81ff5df084bc9e.setContent(html_88312b43315504ff3e70a35b5b129a07);
|
|
|
|
|
|
|
|
marker_147ad8bbd0e8bab41722d8d90445775a.bindPopup(popup_15e62042c2a67dde1d81ff5df084bc9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_147ad8bbd0e8bab41722d8d90445775a.setIcon(icon_4d58150b52866a3a555892b8cbc4a14a);
|
|
|
|
|
|
var marker_65b002b94334d325db3ecaead2f69f2b = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_5de2def405492ced114997b7f42bbaf1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff6a1e58b51c5b8440beedd3fba66fd0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_287bcd1e76722974dd66e65cecbe9de5 = $(`<div id="html_287bcd1e76722974dd66e65cecbe9de5" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_ff6a1e58b51c5b8440beedd3fba66fd0.setContent(html_287bcd1e76722974dd66e65cecbe9de5);
|
|
|
|
|
|
|
|
marker_65b002b94334d325db3ecaead2f69f2b.bindPopup(popup_ff6a1e58b51c5b8440beedd3fba66fd0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65b002b94334d325db3ecaead2f69f2b.setIcon(icon_5de2def405492ced114997b7f42bbaf1);
|
|
|
|
|
|
var marker_0fa5a1529e495fd7bc800b84dc4e16df = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_4512fa70e965a96f5f3c43a10b5e803b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_759564c250991b3cad13863ea0ab6e8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51fc8d66d70b7fe0338f2b4a92e97dc2 = $(`<div id="html_51fc8d66d70b7fe0338f2b4a92e97dc2" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_759564c250991b3cad13863ea0ab6e8e.setContent(html_51fc8d66d70b7fe0338f2b4a92e97dc2);
|
|
|
|
|
|
|
|
marker_0fa5a1529e495fd7bc800b84dc4e16df.bindPopup(popup_759564c250991b3cad13863ea0ab6e8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fa5a1529e495fd7bc800b84dc4e16df.setIcon(icon_4512fa70e965a96f5f3c43a10b5e803b);
|
|
|
|
|
|
var marker_5f6d09ba8bb2eedc5847367b22355c92 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_e0b2fad58a29a8df134c4998a74c4b52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70689e7a4d8b4f0de89fdc589868fd8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a8cd24fe098d68806000366c5e3295e = $(`<div id="html_0a8cd24fe098d68806000366c5e3295e" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_70689e7a4d8b4f0de89fdc589868fd8f.setContent(html_0a8cd24fe098d68806000366c5e3295e);
|
|
|
|
|
|
|
|
marker_5f6d09ba8bb2eedc5847367b22355c92.bindPopup(popup_70689e7a4d8b4f0de89fdc589868fd8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f6d09ba8bb2eedc5847367b22355c92.setIcon(icon_e0b2fad58a29a8df134c4998a74c4b52);
|
|
|
|
|
|
var marker_df53d0983ae82016dbe2a301a88b2beb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_c4142bf2b47676da0702258e3c25ae49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8b79115fe5bd928bbc05eeaf6d51577 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a48e3da6b3a743e55d32838e9138296 = $(`<div id="html_4a48e3da6b3a743e55d32838e9138296" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_f8b79115fe5bd928bbc05eeaf6d51577.setContent(html_4a48e3da6b3a743e55d32838e9138296);
|
|
|
|
|
|
|
|
marker_df53d0983ae82016dbe2a301a88b2beb.bindPopup(popup_f8b79115fe5bd928bbc05eeaf6d51577)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df53d0983ae82016dbe2a301a88b2beb.setIcon(icon_c4142bf2b47676da0702258e3c25ae49);
|
|
|
|
|
|
var marker_1219a9c33c49e19731f9fd3315d58736 = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_02a7192986d0cdede4db20f401aa30de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b1b4ee11e29f25ddfb5f5b1d19d1ee6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f0b25a0f2a115551e5c0909c5be111a = $(`<div id="html_9f0b25a0f2a115551e5c0909c5be111a" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_8b1b4ee11e29f25ddfb5f5b1d19d1ee6.setContent(html_9f0b25a0f2a115551e5c0909c5be111a);
|
|
|
|
|
|
|
|
marker_1219a9c33c49e19731f9fd3315d58736.bindPopup(popup_8b1b4ee11e29f25ddfb5f5b1d19d1ee6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1219a9c33c49e19731f9fd3315d58736.setIcon(icon_02a7192986d0cdede4db20f401aa30de);
|
|
|
|
|
|
var marker_906343b726bcd2d596ed2edb33ceaaa5 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_16a3da141486ba1891f1d86563522921 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed96717d8d7fd858eaf601b7d6b6b848 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ee1d13584f97941c5640d226363ebc2 = $(`<div id="html_7ee1d13584f97941c5640d226363ebc2" style="width: 100.0%; height: 100.0%;">nostr.commonshub.brussels</div>`)[0];
|
|
popup_ed96717d8d7fd858eaf601b7d6b6b848.setContent(html_7ee1d13584f97941c5640d226363ebc2);
|
|
|
|
|
|
|
|
marker_906343b726bcd2d596ed2edb33ceaaa5.bindPopup(popup_ed96717d8d7fd858eaf601b7d6b6b848)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_906343b726bcd2d596ed2edb33ceaaa5.setIcon(icon_16a3da141486ba1891f1d86563522921);
|
|
|
|
|
|
var marker_a14a6f7b57cf81779dba4e2d4a70596d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_a366dc30222ce58c6a34b0f10bb5c853 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f56300ff1cc9225ca3a61bbf30b8de1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a59a4704fcde0cb176a90f91adf2348 = $(`<div id="html_6a59a4704fcde0cb176a90f91adf2348" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_7f56300ff1cc9225ca3a61bbf30b8de1.setContent(html_6a59a4704fcde0cb176a90f91adf2348);
|
|
|
|
|
|
|
|
marker_a14a6f7b57cf81779dba4e2d4a70596d.bindPopup(popup_7f56300ff1cc9225ca3a61bbf30b8de1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a14a6f7b57cf81779dba4e2d4a70596d.setIcon(icon_a366dc30222ce58c6a34b0f10bb5c853);
|
|
|
|
|
|
var marker_8003a9de33205fab2e3d33c19cf85e28 = L.marker(
|
|
[26.2897, -80.1293],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_10121e53c002db6c2db007ba5401937a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8693d30857f646b60283c53f05f165a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09c7807f84b8efe1cc55cb99ebbc6fcc = $(`<div id="html_09c7807f84b8efe1cc55cb99ebbc6fcc" style="width: 100.0%; height: 100.0%;">relay.electriclifestyle.com</div>`)[0];
|
|
popup_d8693d30857f646b60283c53f05f165a.setContent(html_09c7807f84b8efe1cc55cb99ebbc6fcc);
|
|
|
|
|
|
|
|
marker_8003a9de33205fab2e3d33c19cf85e28.bindPopup(popup_d8693d30857f646b60283c53f05f165a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8003a9de33205fab2e3d33c19cf85e28.setIcon(icon_10121e53c002db6c2db007ba5401937a);
|
|
|
|
|
|
var marker_24220fb0052c42db2429c135c56fa103 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_f77d91d0ae4ed34f934e9a030469917f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c863a64311956309ab6923aa5c0a2ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c427a58d8aae83a5f67bbc8f17b865fc = $(`<div id="html_c427a58d8aae83a5f67bbc8f17b865fc" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_7c863a64311956309ab6923aa5c0a2ce.setContent(html_c427a58d8aae83a5f67bbc8f17b865fc);
|
|
|
|
|
|
|
|
marker_24220fb0052c42db2429c135c56fa103.bindPopup(popup_7c863a64311956309ab6923aa5c0a2ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24220fb0052c42db2429c135c56fa103.setIcon(icon_f77d91d0ae4ed34f934e9a030469917f);
|
|
|
|
|
|
var marker_e31213b058918be71b711ed97ba14e75 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_007cc10ba5bf2dd6e33336bb34a9cd93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcd0c717ffa0f55dbeb29db062183c8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f086503f02cac8d617da68e4208b82de = $(`<div id="html_f086503f02cac8d617da68e4208b82de" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_fcd0c717ffa0f55dbeb29db062183c8b.setContent(html_f086503f02cac8d617da68e4208b82de);
|
|
|
|
|
|
|
|
marker_e31213b058918be71b711ed97ba14e75.bindPopup(popup_fcd0c717ffa0f55dbeb29db062183c8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e31213b058918be71b711ed97ba14e75.setIcon(icon_007cc10ba5bf2dd6e33336bb34a9cd93);
|
|
|
|
|
|
var marker_c583546cc8caeaece675c31dfc460a07 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_5160df75a57b06f6c82fa59988c1b02a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f4c1f41b5b04058c2f97e693a80e4df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_239117799ac4c4ad6a374275f5377f83 = $(`<div id="html_239117799ac4c4ad6a374275f5377f83" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_4f4c1f41b5b04058c2f97e693a80e4df.setContent(html_239117799ac4c4ad6a374275f5377f83);
|
|
|
|
|
|
|
|
marker_c583546cc8caeaece675c31dfc460a07.bindPopup(popup_4f4c1f41b5b04058c2f97e693a80e4df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c583546cc8caeaece675c31dfc460a07.setIcon(icon_5160df75a57b06f6c82fa59988c1b02a);
|
|
|
|
|
|
var marker_a280e05340e15eafde2f55d5ebb5431c = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_5e70a854fd200cef8b7c58d4156e539b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_791d8c97eb8344a1f6c51e9e66d6ea4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b24a21251f85103b6335a1c9538bbc8 = $(`<div id="html_0b24a21251f85103b6335a1c9538bbc8" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_791d8c97eb8344a1f6c51e9e66d6ea4d.setContent(html_0b24a21251f85103b6335a1c9538bbc8);
|
|
|
|
|
|
|
|
marker_a280e05340e15eafde2f55d5ebb5431c.bindPopup(popup_791d8c97eb8344a1f6c51e9e66d6ea4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a280e05340e15eafde2f55d5ebb5431c.setIcon(icon_5e70a854fd200cef8b7c58d4156e539b);
|
|
|
|
|
|
var marker_84435535957a407771acc55e9402c04d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_9cd0ee3b7c68cc0244a87301597c7af0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_003ae6ed0ad4ae0d94d5b627d9939859 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d9b3174173c064ce897605ec76860ec = $(`<div id="html_6d9b3174173c064ce897605ec76860ec" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_003ae6ed0ad4ae0d94d5b627d9939859.setContent(html_6d9b3174173c064ce897605ec76860ec);
|
|
|
|
|
|
|
|
marker_84435535957a407771acc55e9402c04d.bindPopup(popup_003ae6ed0ad4ae0d94d5b627d9939859)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84435535957a407771acc55e9402c04d.setIcon(icon_9cd0ee3b7c68cc0244a87301597c7af0);
|
|
|
|
|
|
var marker_f076a557a770d57dc6d7ced803c70b3c = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_15610b050bb54452f8c9515198bb9d85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_796532100a59a59feada64268bdfc0b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6961d835d18fedfaac66a6258ae721f5 = $(`<div id="html_6961d835d18fedfaac66a6258ae721f5" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_796532100a59a59feada64268bdfc0b1.setContent(html_6961d835d18fedfaac66a6258ae721f5);
|
|
|
|
|
|
|
|
marker_f076a557a770d57dc6d7ced803c70b3c.bindPopup(popup_796532100a59a59feada64268bdfc0b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f076a557a770d57dc6d7ced803c70b3c.setIcon(icon_15610b050bb54452f8c9515198bb9d85);
|
|
|
|
|
|
var marker_dab8110540a774eb4bc47e1f4ed01b77 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_0db7aef0260d47d265bb7d1668dc30a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b055666768eaa799650eae843ac3d372 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ab2159382a747f8d03caf592105da40 = $(`<div id="html_0ab2159382a747f8d03caf592105da40" style="width: 100.0%; height: 100.0%;">divine.diy</div>`)[0];
|
|
popup_b055666768eaa799650eae843ac3d372.setContent(html_0ab2159382a747f8d03caf592105da40);
|
|
|
|
|
|
|
|
marker_dab8110540a774eb4bc47e1f4ed01b77.bindPopup(popup_b055666768eaa799650eae843ac3d372)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dab8110540a774eb4bc47e1f4ed01b77.setIcon(icon_0db7aef0260d47d265bb7d1668dc30a6);
|
|
|
|
|
|
var marker_07cdc819e641f31fa09a8d3b85278bb4 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_8a776068a9c68b9f9835708b2a528bfd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_760b62f7e619c271bd870211b237eddd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_016e3af68842b27ae0e55ea74611042b = $(`<div id="html_016e3af68842b27ae0e55ea74611042b" style="width: 100.0%; height: 100.0%;">nostr.tavux.tech</div>`)[0];
|
|
popup_760b62f7e619c271bd870211b237eddd.setContent(html_016e3af68842b27ae0e55ea74611042b);
|
|
|
|
|
|
|
|
marker_07cdc819e641f31fa09a8d3b85278bb4.bindPopup(popup_760b62f7e619c271bd870211b237eddd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07cdc819e641f31fa09a8d3b85278bb4.setIcon(icon_8a776068a9c68b9f9835708b2a528bfd);
|
|
|
|
|
|
var marker_edb9accbd9369ad7c7db7a5a1341720b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_cd05f2b8feb4d8db69280e390c24db3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45ec0421217724638518dc4e1af113e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_beb32302580c0985f9a3000191f7f74c = $(`<div id="html_beb32302580c0985f9a3000191f7f74c" style="width: 100.0%; height: 100.0%;">orly.ft.hn</div>`)[0];
|
|
popup_45ec0421217724638518dc4e1af113e7.setContent(html_beb32302580c0985f9a3000191f7f74c);
|
|
|
|
|
|
|
|
marker_edb9accbd9369ad7c7db7a5a1341720b.bindPopup(popup_45ec0421217724638518dc4e1af113e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edb9accbd9369ad7c7db7a5a1341720b.setIcon(icon_cd05f2b8feb4d8db69280e390c24db3a);
|
|
|
|
|
|
var marker_bdc0ab2029d80b25de59b047338b3b77 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_a1d5c386451373e727dac3b49b6bed38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_447ada7ee2404dc93976192bfdbad31f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_153b207762ca81e15c77acf9063c0055 = $(`<div id="html_153b207762ca81e15c77acf9063c0055" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_447ada7ee2404dc93976192bfdbad31f.setContent(html_153b207762ca81e15c77acf9063c0055);
|
|
|
|
|
|
|
|
marker_bdc0ab2029d80b25de59b047338b3b77.bindPopup(popup_447ada7ee2404dc93976192bfdbad31f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bdc0ab2029d80b25de59b047338b3b77.setIcon(icon_a1d5c386451373e727dac3b49b6bed38);
|
|
|
|
|
|
var marker_9f8834b1884a49c4146630ba2508ac8e = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_48ecd349c2d7c1ff460ea282bfe4e3ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_706b3a473fece200809bb4db0f0e9c8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a00466080d3ebe69fbe05d4595bc076 = $(`<div id="html_5a00466080d3ebe69fbe05d4595bc076" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_706b3a473fece200809bb4db0f0e9c8c.setContent(html_5a00466080d3ebe69fbe05d4595bc076);
|
|
|
|
|
|
|
|
marker_9f8834b1884a49c4146630ba2508ac8e.bindPopup(popup_706b3a473fece200809bb4db0f0e9c8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f8834b1884a49c4146630ba2508ac8e.setIcon(icon_48ecd349c2d7c1ff460ea282bfe4e3ce);
|
|
|
|
|
|
var marker_77211e1768e02050a787286c73f9a284 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_7d9045cfddc8e21b7dcc4815236d3c84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36e89e33266a0c6c07f86eb1eaf3f855 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_710d900b5ce845654eaf731aca1f2bbf = $(`<div id="html_710d900b5ce845654eaf731aca1f2bbf" style="width: 100.0%; height: 100.0%;">nostr-01.uid.ovh</div>`)[0];
|
|
popup_36e89e33266a0c6c07f86eb1eaf3f855.setContent(html_710d900b5ce845654eaf731aca1f2bbf);
|
|
|
|
|
|
|
|
marker_77211e1768e02050a787286c73f9a284.bindPopup(popup_36e89e33266a0c6c07f86eb1eaf3f855)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77211e1768e02050a787286c73f9a284.setIcon(icon_7d9045cfddc8e21b7dcc4815236d3c84);
|
|
|
|
|
|
var marker_9fbe9114c90a47818aa0b78c23e657f1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_69b297d9384c295d60509df8a3ebef17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8111d1a1ea9131486a3ba4fe6d678a0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56eb3ba692f0373518af200e06ba5add = $(`<div id="html_56eb3ba692f0373518af200e06ba5add" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_8111d1a1ea9131486a3ba4fe6d678a0a.setContent(html_56eb3ba692f0373518af200e06ba5add);
|
|
|
|
|
|
|
|
marker_9fbe9114c90a47818aa0b78c23e657f1.bindPopup(popup_8111d1a1ea9131486a3ba4fe6d678a0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fbe9114c90a47818aa0b78c23e657f1.setIcon(icon_69b297d9384c295d60509df8a3ebef17);
|
|
|
|
|
|
var marker_d2789ff9a146c360b1331792cf7799f8 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_649d50cfb0c36c5bc9422f08ffaae257 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf8c413da5d33563a67ec6eec4eb3b7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8e32862cba47c66e01dcf665243e84c = $(`<div id="html_a8e32862cba47c66e01dcf665243e84c" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_cf8c413da5d33563a67ec6eec4eb3b7d.setContent(html_a8e32862cba47c66e01dcf665243e84c);
|
|
|
|
|
|
|
|
marker_d2789ff9a146c360b1331792cf7799f8.bindPopup(popup_cf8c413da5d33563a67ec6eec4eb3b7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2789ff9a146c360b1331792cf7799f8.setIcon(icon_649d50cfb0c36c5bc9422f08ffaae257);
|
|
|
|
|
|
var marker_b31c0cbdd05ed1f3d284103d7bea87b3 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_0600f0b7f5476a6cdaf1aa5787227ef3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_534e44bb68ce8a4f9ba4173a958bc973 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f31e07e9df92a3f4f6e0409647a078f4 = $(`<div id="html_f31e07e9df92a3f4f6e0409647a078f4" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_534e44bb68ce8a4f9ba4173a958bc973.setContent(html_f31e07e9df92a3f4f6e0409647a078f4);
|
|
|
|
|
|
|
|
marker_b31c0cbdd05ed1f3d284103d7bea87b3.bindPopup(popup_534e44bb68ce8a4f9ba4173a958bc973)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b31c0cbdd05ed1f3d284103d7bea87b3.setIcon(icon_0600f0b7f5476a6cdaf1aa5787227ef3);
|
|
|
|
|
|
var marker_4b1bbabff46fe27f453dfb8ebf5a9e3b = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_a2162f9c89f95d593289e9cd91352b80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8f1c114504fe305d4afa1c1e12f849e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_431ef6ba218baf3704d291455d0edb9a = $(`<div id="html_431ef6ba218baf3704d291455d0edb9a" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_f8f1c114504fe305d4afa1c1e12f849e.setContent(html_431ef6ba218baf3704d291455d0edb9a);
|
|
|
|
|
|
|
|
marker_4b1bbabff46fe27f453dfb8ebf5a9e3b.bindPopup(popup_f8f1c114504fe305d4afa1c1e12f849e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b1bbabff46fe27f453dfb8ebf5a9e3b.setIcon(icon_a2162f9c89f95d593289e9cd91352b80);
|
|
|
|
|
|
var marker_62f1f1db9c9f83cba09989dc5f038ba4 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_a460862684fa816479aea5903c01311c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b3ec5e91c1897c0762f02915057eda2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd0cd6d4290455c03a1fa0b653540c94 = $(`<div id="html_dd0cd6d4290455c03a1fa0b653540c94" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_9b3ec5e91c1897c0762f02915057eda2.setContent(html_dd0cd6d4290455c03a1fa0b653540c94);
|
|
|
|
|
|
|
|
marker_62f1f1db9c9f83cba09989dc5f038ba4.bindPopup(popup_9b3ec5e91c1897c0762f02915057eda2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62f1f1db9c9f83cba09989dc5f038ba4.setIcon(icon_a460862684fa816479aea5903c01311c);
|
|
|
|
|
|
var marker_3459791d119b8e36b5a4b94740d40606 = L.marker(
|
|
[51.5121, -0.0005238],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_4e7fd2a005e8a79d3ee94f0425a858c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b804b4e202289ac94e4d5a9a2975bf57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4181b541e61cb4182efa12806391584 = $(`<div id="html_e4181b541e61cb4182efa12806391584" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_b804b4e202289ac94e4d5a9a2975bf57.setContent(html_e4181b541e61cb4182efa12806391584);
|
|
|
|
|
|
|
|
marker_3459791d119b8e36b5a4b94740d40606.bindPopup(popup_b804b4e202289ac94e4d5a9a2975bf57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3459791d119b8e36b5a4b94740d40606.setIcon(icon_4e7fd2a005e8a79d3ee94f0425a858c8);
|
|
|
|
|
|
var marker_12f733a35ae72bc0afb4f8103096fb49 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_383d4e28c82a27561ce9b1846063db96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1fca9979fe6a154a3b51f4193990a6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b1b22f25c3fa6e0b3208655a47816ae = $(`<div id="html_1b1b22f25c3fa6e0b3208655a47816ae" style="width: 100.0%; height: 100.0%;">relay.hook.cafe</div>`)[0];
|
|
popup_a1fca9979fe6a154a3b51f4193990a6c.setContent(html_1b1b22f25c3fa6e0b3208655a47816ae);
|
|
|
|
|
|
|
|
marker_12f733a35ae72bc0afb4f8103096fb49.bindPopup(popup_a1fca9979fe6a154a3b51f4193990a6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12f733a35ae72bc0afb4f8103096fb49.setIcon(icon_383d4e28c82a27561ce9b1846063db96);
|
|
|
|
|
|
var marker_9e0ef850a7dbc93df4f37ffd21b150a4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_8e80d9ea1b18b3c2116c7be891823432 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbc1462dce55e0a34373884db679282d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b650f37599e936b65ae80f320f072ebc = $(`<div id="html_b650f37599e936b65ae80f320f072ebc" style="width: 100.0%; height: 100.0%;">nostrelay.memory-art.xyz</div>`)[0];
|
|
popup_dbc1462dce55e0a34373884db679282d.setContent(html_b650f37599e936b65ae80f320f072ebc);
|
|
|
|
|
|
|
|
marker_9e0ef850a7dbc93df4f37ffd21b150a4.bindPopup(popup_dbc1462dce55e0a34373884db679282d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e0ef850a7dbc93df4f37ffd21b150a4.setIcon(icon_8e80d9ea1b18b3c2116c7be891823432);
|
|
|
|
|
|
var marker_471e1df57ab01fbc88179f425a59c36f = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_5ff591338a4ee019281ade5268bd1b1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36b41cbb70df98760a7831c837d47942 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_671412fa2a37532d43a8baf88cea2820 = $(`<div id="html_671412fa2a37532d43a8baf88cea2820" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_36b41cbb70df98760a7831c837d47942.setContent(html_671412fa2a37532d43a8baf88cea2820);
|
|
|
|
|
|
|
|
marker_471e1df57ab01fbc88179f425a59c36f.bindPopup(popup_36b41cbb70df98760a7831c837d47942)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_471e1df57ab01fbc88179f425a59c36f.setIcon(icon_5ff591338a4ee019281ade5268bd1b1a);
|
|
|
|
|
|
var marker_7a72824fb46b8a32a2ca08cf2b0a836b = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_b73457b6cd12494c05c460e7cd0b1d04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd01748647bec084b9186c754dc95641 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48f0e19c784cd5b12c666ceff96f4e75 = $(`<div id="html_48f0e19c784cd5b12c666ceff96f4e75" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_cd01748647bec084b9186c754dc95641.setContent(html_48f0e19c784cd5b12c666ceff96f4e75);
|
|
|
|
|
|
|
|
marker_7a72824fb46b8a32a2ca08cf2b0a836b.bindPopup(popup_cd01748647bec084b9186c754dc95641)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a72824fb46b8a32a2ca08cf2b0a836b.setIcon(icon_b73457b6cd12494c05c460e7cd0b1d04);
|
|
|
|
|
|
var marker_ba68a8f32f7d69594e730af2d6fb3198 = L.marker(
|
|
[13.9178, 100.424],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_c6d0a3838b3a7c4e3b40ca2cf3c0fdd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba04a9f959285561cf20e62dea86001a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_792aa44e2ca4763ec5fd0b18ae870702 = $(`<div id="html_792aa44e2ca4763ec5fd0b18ae870702" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_ba04a9f959285561cf20e62dea86001a.setContent(html_792aa44e2ca4763ec5fd0b18ae870702);
|
|
|
|
|
|
|
|
marker_ba68a8f32f7d69594e730af2d6fb3198.bindPopup(popup_ba04a9f959285561cf20e62dea86001a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba68a8f32f7d69594e730af2d6fb3198.setIcon(icon_c6d0a3838b3a7c4e3b40ca2cf3c0fdd0);
|
|
|
|
|
|
var marker_30bd6fb7be887191c3d37c8ee1956601 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_93ce0836708f77a34744dfdc89a2c010 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ecd24a36b8e885702a8b8b901658654d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72741d9ea02e21005956693571293402 = $(`<div id="html_72741d9ea02e21005956693571293402" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_ecd24a36b8e885702a8b8b901658654d.setContent(html_72741d9ea02e21005956693571293402);
|
|
|
|
|
|
|
|
marker_30bd6fb7be887191c3d37c8ee1956601.bindPopup(popup_ecd24a36b8e885702a8b8b901658654d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30bd6fb7be887191c3d37c8ee1956601.setIcon(icon_93ce0836708f77a34744dfdc89a2c010);
|
|
|
|
|
|
var marker_391203d7f3bb70622c05c8bf56254a33 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_1c75761f2c198816046db21377bf25db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95a2d3bd8cc4d32f74870bb6954c8886 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac596ac8d70c54fd85fdb1d0bbc5d50e = $(`<div id="html_ac596ac8d70c54fd85fdb1d0bbc5d50e" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_95a2d3bd8cc4d32f74870bb6954c8886.setContent(html_ac596ac8d70c54fd85fdb1d0bbc5d50e);
|
|
|
|
|
|
|
|
marker_391203d7f3bb70622c05c8bf56254a33.bindPopup(popup_95a2d3bd8cc4d32f74870bb6954c8886)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_391203d7f3bb70622c05c8bf56254a33.setIcon(icon_1c75761f2c198816046db21377bf25db);
|
|
|
|
|
|
var marker_b9b926fd14d2adab441e3c20aed75113 = L.marker(
|
|
[53.5501, -113.469],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_3fafaa949cdfed6437a7636a05414c6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e9e060ea7ef5e012e26a7256a56ea40 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9fc5df1cbdc5331c813bd00f1a8d1d6 = $(`<div id="html_a9fc5df1cbdc5331c813bd00f1a8d1d6" style="width: 100.0%; height: 100.0%;">nostr.coincards.com</div>`)[0];
|
|
popup_0e9e060ea7ef5e012e26a7256a56ea40.setContent(html_a9fc5df1cbdc5331c813bd00f1a8d1d6);
|
|
|
|
|
|
|
|
marker_b9b926fd14d2adab441e3c20aed75113.bindPopup(popup_0e9e060ea7ef5e012e26a7256a56ea40)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9b926fd14d2adab441e3c20aed75113.setIcon(icon_3fafaa949cdfed6437a7636a05414c6e);
|
|
|
|
|
|
var marker_b30567b85ca6c9bab8d8251000baab4b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_68ff15a44de4cd55bcde193db7190d11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_922f9a15815138cd8f42acedf99fdf1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ce64758a556d6a96992f248c62756dc = $(`<div id="html_1ce64758a556d6a96992f248c62756dc" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_922f9a15815138cd8f42acedf99fdf1f.setContent(html_1ce64758a556d6a96992f248c62756dc);
|
|
|
|
|
|
|
|
marker_b30567b85ca6c9bab8d8251000baab4b.bindPopup(popup_922f9a15815138cd8f42acedf99fdf1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b30567b85ca6c9bab8d8251000baab4b.setIcon(icon_68ff15a44de4cd55bcde193db7190d11);
|
|
|
|
|
|
var marker_4079e409ae4744cb620d23f19b8da786 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_e58bd5f8c095355cfa9db43dc8a6d263 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da224cea58803a8446a10364d5e2ec10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_598830645200825eda47aceedc6cc468 = $(`<div id="html_598830645200825eda47aceedc6cc468" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_da224cea58803a8446a10364d5e2ec10.setContent(html_598830645200825eda47aceedc6cc468);
|
|
|
|
|
|
|
|
marker_4079e409ae4744cb620d23f19b8da786.bindPopup(popup_da224cea58803a8446a10364d5e2ec10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4079e409ae4744cb620d23f19b8da786.setIcon(icon_e58bd5f8c095355cfa9db43dc8a6d263);
|
|
|
|
|
|
var marker_0491545c87325a00c19f21de3c522698 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_8e9516a0c3c70ac75b07c4b5be6feb96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75036d3ffa2f126dc51975d93d72713a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_226088ee9da0655ad5d80d2ca48df6fc = $(`<div id="html_226088ee9da0655ad5d80d2ca48df6fc" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_75036d3ffa2f126dc51975d93d72713a.setContent(html_226088ee9da0655ad5d80d2ca48df6fc);
|
|
|
|
|
|
|
|
marker_0491545c87325a00c19f21de3c522698.bindPopup(popup_75036d3ffa2f126dc51975d93d72713a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0491545c87325a00c19f21de3c522698.setIcon(icon_8e9516a0c3c70ac75b07c4b5be6feb96);
|
|
|
|
|
|
var marker_10a1e75fa88d079942b49d6e878d5ead = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_760df1d3245838f3527ecc47437d98e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebae5097351811c8a2776ae1cc99d466 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1660e8e4ac456a5d5a42a58cd83f7f1b = $(`<div id="html_1660e8e4ac456a5d5a42a58cd83f7f1b" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_ebae5097351811c8a2776ae1cc99d466.setContent(html_1660e8e4ac456a5d5a42a58cd83f7f1b);
|
|
|
|
|
|
|
|
marker_10a1e75fa88d079942b49d6e878d5ead.bindPopup(popup_ebae5097351811c8a2776ae1cc99d466)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10a1e75fa88d079942b49d6e878d5ead.setIcon(icon_760df1d3245838f3527ecc47437d98e3);
|
|
|
|
|
|
var marker_a8ff0536e5b69acf523caa5ac7bb2f79 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_12457147223a0d0887e2e34ddb66d2bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd0716d1b11140be44e323a6e9d82ca1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5734e99f99788f3c73ed880418041f88 = $(`<div id="html_5734e99f99788f3c73ed880418041f88" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_fd0716d1b11140be44e323a6e9d82ca1.setContent(html_5734e99f99788f3c73ed880418041f88);
|
|
|
|
|
|
|
|
marker_a8ff0536e5b69acf523caa5ac7bb2f79.bindPopup(popup_fd0716d1b11140be44e323a6e9d82ca1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8ff0536e5b69acf523caa5ac7bb2f79.setIcon(icon_12457147223a0d0887e2e34ddb66d2bf);
|
|
|
|
|
|
var marker_7553dca2156aec11a38ba68828359f36 = L.marker(
|
|
[43.6715, -79.38],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_1bab312d576773dc7342aa2c6e80ffbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12f980041ec08a7580b619a2dbfb652a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_497316cd93da23fa05a0daf7a4764626 = $(`<div id="html_497316cd93da23fa05a0daf7a4764626" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_12f980041ec08a7580b619a2dbfb652a.setContent(html_497316cd93da23fa05a0daf7a4764626);
|
|
|
|
|
|
|
|
marker_7553dca2156aec11a38ba68828359f36.bindPopup(popup_12f980041ec08a7580b619a2dbfb652a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7553dca2156aec11a38ba68828359f36.setIcon(icon_1bab312d576773dc7342aa2c6e80ffbb);
|
|
|
|
|
|
var marker_4c993fa01c3368d6362cfbb7ce20c263 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_30438a4fe6995e75f6f5e6d4131fbc2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_416002d7c3075440437dfae8417d0199 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_789792f644816583b8eb8c4e1716eb32 = $(`<div id="html_789792f644816583b8eb8c4e1716eb32" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_416002d7c3075440437dfae8417d0199.setContent(html_789792f644816583b8eb8c4e1716eb32);
|
|
|
|
|
|
|
|
marker_4c993fa01c3368d6362cfbb7ce20c263.bindPopup(popup_416002d7c3075440437dfae8417d0199)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c993fa01c3368d6362cfbb7ce20c263.setIcon(icon_30438a4fe6995e75f6f5e6d4131fbc2b);
|
|
|
|
|
|
var marker_77cc1d17c000ffbfb27cbb2bafc27f20 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_b73e485c0e44bae61a263fff3e5e582d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89c1ecf10c83dc1ee6216400fd44fe25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2822f3429bb132e29923e5d96fe01536 = $(`<div id="html_2822f3429bb132e29923e5d96fe01536" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_89c1ecf10c83dc1ee6216400fd44fe25.setContent(html_2822f3429bb132e29923e5d96fe01536);
|
|
|
|
|
|
|
|
marker_77cc1d17c000ffbfb27cbb2bafc27f20.bindPopup(popup_89c1ecf10c83dc1ee6216400fd44fe25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77cc1d17c000ffbfb27cbb2bafc27f20.setIcon(icon_b73e485c0e44bae61a263fff3e5e582d);
|
|
|
|
|
|
var marker_47909da0122a10eb0b4622bf96575a55 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_1cd06229134213ab36c73433f5275d96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdac83a58e53238a5cc3e68d983cf673 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a594ee0780e251fdec057a0283e58766 = $(`<div id="html_a594ee0780e251fdec057a0283e58766" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_fdac83a58e53238a5cc3e68d983cf673.setContent(html_a594ee0780e251fdec057a0283e58766);
|
|
|
|
|
|
|
|
marker_47909da0122a10eb0b4622bf96575a55.bindPopup(popup_fdac83a58e53238a5cc3e68d983cf673)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47909da0122a10eb0b4622bf96575a55.setIcon(icon_1cd06229134213ab36c73433f5275d96);
|
|
|
|
|
|
var marker_c77fe8ac0d35934d6eaaefa26fb441c0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_ca542ffd6018536095fc02c6ce9a8eb7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46381f89afce264d087cf19e3ae0fb24 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_084fd735f431907fa0ffd1b7790ce25f = $(`<div id="html_084fd735f431907fa0ffd1b7790ce25f" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_46381f89afce264d087cf19e3ae0fb24.setContent(html_084fd735f431907fa0ffd1b7790ce25f);
|
|
|
|
|
|
|
|
marker_c77fe8ac0d35934d6eaaefa26fb441c0.bindPopup(popup_46381f89afce264d087cf19e3ae0fb24)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c77fe8ac0d35934d6eaaefa26fb441c0.setIcon(icon_ca542ffd6018536095fc02c6ce9a8eb7);
|
|
|
|
|
|
var marker_339baf9a8aa2f6cc4bad6e37a06cd712 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_21a8e5140d3e4df7ceeece6d415cc3ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b17ba3beb113843a88a259cd22ab57e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10e247b5baa2128317e2e12d359cb135 = $(`<div id="html_10e247b5baa2128317e2e12d359cb135" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_6b17ba3beb113843a88a259cd22ab57e.setContent(html_10e247b5baa2128317e2e12d359cb135);
|
|
|
|
|
|
|
|
marker_339baf9a8aa2f6cc4bad6e37a06cd712.bindPopup(popup_6b17ba3beb113843a88a259cd22ab57e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_339baf9a8aa2f6cc4bad6e37a06cd712.setIcon(icon_21a8e5140d3e4df7ceeece6d415cc3ce);
|
|
|
|
|
|
var marker_37e640a784c2f53e3b117d4eabf312f7 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_741b370ebb16120a289d96c4d05db6b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2b31cf306f2c01d7b941b9631bfe040 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1606df20e5d6c82b4b10fd74253c0023 = $(`<div id="html_1606df20e5d6c82b4b10fd74253c0023" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_a2b31cf306f2c01d7b941b9631bfe040.setContent(html_1606df20e5d6c82b4b10fd74253c0023);
|
|
|
|
|
|
|
|
marker_37e640a784c2f53e3b117d4eabf312f7.bindPopup(popup_a2b31cf306f2c01d7b941b9631bfe040)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37e640a784c2f53e3b117d4eabf312f7.setIcon(icon_741b370ebb16120a289d96c4d05db6b0);
|
|
|
|
|
|
var marker_7ba39a4b2d57e2b04eae540987f475d7 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_e11620dd58e67d425edf2ba0dd39b8ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5caa52c4b6c6b8938ee26905a9a5ac6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12451a26878f4c44bc98ede6db2fcb34 = $(`<div id="html_12451a26878f4c44bc98ede6db2fcb34" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_e5caa52c4b6c6b8938ee26905a9a5ac6.setContent(html_12451a26878f4c44bc98ede6db2fcb34);
|
|
|
|
|
|
|
|
marker_7ba39a4b2d57e2b04eae540987f475d7.bindPopup(popup_e5caa52c4b6c6b8938ee26905a9a5ac6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ba39a4b2d57e2b04eae540987f475d7.setIcon(icon_e11620dd58e67d425edf2ba0dd39b8ad);
|
|
|
|
|
|
var marker_18a0282f0ff004f2ef8b7c0b88c91b12 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_184016a38260c0afca00317ebb1082d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d50d41abeb56e1934f20aca29cc80647 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc2ff1b280da99396c45d5cbd0ec1130 = $(`<div id="html_dc2ff1b280da99396c45d5cbd0ec1130" style="width: 100.0%; height: 100.0%;">relay.jabato.space</div>`)[0];
|
|
popup_d50d41abeb56e1934f20aca29cc80647.setContent(html_dc2ff1b280da99396c45d5cbd0ec1130);
|
|
|
|
|
|
|
|
marker_18a0282f0ff004f2ef8b7c0b88c91b12.bindPopup(popup_d50d41abeb56e1934f20aca29cc80647)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18a0282f0ff004f2ef8b7c0b88c91b12.setIcon(icon_184016a38260c0afca00317ebb1082d8);
|
|
|
|
|
|
var marker_d697420cfcd28a760aafe17f59c92f23 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094);
|
|
|
|
|
|
var icon_775c443c65190ad2965e26d99960ed6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_045e158e262a03266a99b9d5af24bbd4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e913f51a5d74671d6327ba0aea928055 = $(`<div id="html_e913f51a5d74671d6327ba0aea928055" style="width: 100.0%; height: 100.0%;">relay.nsnip.io</div>`)[0];
|
|
popup_045e158e262a03266a99b9d5af24bbd4.setContent(html_e913f51a5d74671d6327ba0aea928055);
|
|
|
|
|
|
|
|
marker_d697420cfcd28a760aafe17f59c92f23.bindPopup(popup_045e158e262a03266a99b9d5af24bbd4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d697420cfcd28a760aafe17f59c92f23.setIcon(icon_775c443c65190ad2965e26d99960ed6a);
|
|
|
|
|
|
marker_cluster_b52a5c08f7d8ecfe615bdedf407d8094.addTo(map_8fdf9749cb227a12a29c2b33ddf8c9b3);
|
|
|
|
</script>
|
|
</html> |