mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 10:25:17 +00:00
10335 lines
300 KiB
HTML
10335 lines
300 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_088b5a2ae011ab121ccde1a700df1336 {
|
|
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_088b5a2ae011ab121ccde1a700df1336" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_088b5a2ae011ab121ccde1a700df1336 = L.map(
|
|
"map_088b5a2ae011ab121ccde1a700df1336",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_823ae847933582019e97eff539cf0ea1 = 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_823ae847933582019e97eff539cf0ea1.addTo(map_088b5a2ae011ab121ccde1a700df1336);
|
|
|
|
|
|
var marker_cluster_f8a6c43832875846c5336bdf95f039fc = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_03ba061e7e5c6c02da1b22728f3848bd = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_4cf99fe9981921b13a8073b84c0b4e74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04b1d5a9149d9709032cc666c680623a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b672c6a8c7790b56656d1f9412e6b251 = $(`<div id="html_b672c6a8c7790b56656d1f9412e6b251" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_04b1d5a9149d9709032cc666c680623a.setContent(html_b672c6a8c7790b56656d1f9412e6b251);
|
|
|
|
|
|
|
|
marker_03ba061e7e5c6c02da1b22728f3848bd.bindPopup(popup_04b1d5a9149d9709032cc666c680623a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03ba061e7e5c6c02da1b22728f3848bd.setIcon(icon_4cf99fe9981921b13a8073b84c0b4e74);
|
|
|
|
|
|
var marker_633ea2921ffdedb86fd1a61b4b800991 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_e486e787cc17bcb154d0f1faa9b3fe3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b560778bcfe50e149f015e787f8cb7de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8a25077ddc2047dfac4aeba8244ee4c = $(`<div id="html_a8a25077ddc2047dfac4aeba8244ee4c" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_b560778bcfe50e149f015e787f8cb7de.setContent(html_a8a25077ddc2047dfac4aeba8244ee4c);
|
|
|
|
|
|
|
|
marker_633ea2921ffdedb86fd1a61b4b800991.bindPopup(popup_b560778bcfe50e149f015e787f8cb7de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_633ea2921ffdedb86fd1a61b4b800991.setIcon(icon_e486e787cc17bcb154d0f1faa9b3fe3c);
|
|
|
|
|
|
var marker_6d99be70822b44c81a3ea3b6c002a5fe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_76e5d5dd8e5989e665a595a02cf4d392 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6c06348c196a2ae8881d9f9ac7ed99d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7abfba2b12ace7befe50695b25f78031 = $(`<div id="html_7abfba2b12ace7befe50695b25f78031" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_d6c06348c196a2ae8881d9f9ac7ed99d.setContent(html_7abfba2b12ace7befe50695b25f78031);
|
|
|
|
|
|
|
|
marker_6d99be70822b44c81a3ea3b6c002a5fe.bindPopup(popup_d6c06348c196a2ae8881d9f9ac7ed99d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d99be70822b44c81a3ea3b6c002a5fe.setIcon(icon_76e5d5dd8e5989e665a595a02cf4d392);
|
|
|
|
|
|
var marker_b9a1c6176767eb1d332bc623a3028336 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_005800fd35cb9d990ce4533e8a31c397 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73620f734835e556528adbbc713d17b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d17843d524e1669c7747771633f6d84 = $(`<div id="html_0d17843d524e1669c7747771633f6d84" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_73620f734835e556528adbbc713d17b6.setContent(html_0d17843d524e1669c7747771633f6d84);
|
|
|
|
|
|
|
|
marker_b9a1c6176767eb1d332bc623a3028336.bindPopup(popup_73620f734835e556528adbbc713d17b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9a1c6176767eb1d332bc623a3028336.setIcon(icon_005800fd35cb9d990ce4533e8a31c397);
|
|
|
|
|
|
var marker_8023247ee8a18642273397a4a36cd5ae = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_9b751339e49b9949077091565a042722 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c63167586cd77d1349612f47850949d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f5a119c29427355c2eefc77116c5bf0 = $(`<div id="html_3f5a119c29427355c2eefc77116c5bf0" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_6c63167586cd77d1349612f47850949d.setContent(html_3f5a119c29427355c2eefc77116c5bf0);
|
|
|
|
|
|
|
|
marker_8023247ee8a18642273397a4a36cd5ae.bindPopup(popup_6c63167586cd77d1349612f47850949d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8023247ee8a18642273397a4a36cd5ae.setIcon(icon_9b751339e49b9949077091565a042722);
|
|
|
|
|
|
var marker_bb6f14473e5af4d62c0e61b523671599 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_cb3dd297fdfb2ad9aa7685f75350ab48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48c39bd58cfc17bfcd1c3c69742f5a47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e6d80936d0a324bec98a1166f80f852 = $(`<div id="html_0e6d80936d0a324bec98a1166f80f852" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_48c39bd58cfc17bfcd1c3c69742f5a47.setContent(html_0e6d80936d0a324bec98a1166f80f852);
|
|
|
|
|
|
|
|
marker_bb6f14473e5af4d62c0e61b523671599.bindPopup(popup_48c39bd58cfc17bfcd1c3c69742f5a47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb6f14473e5af4d62c0e61b523671599.setIcon(icon_cb3dd297fdfb2ad9aa7685f75350ab48);
|
|
|
|
|
|
var marker_c5d97eb43e958a1c136cc7dbaec984a5 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_e5d704887a84698906893d94ec3ad7c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66293dc113670787cb25ae353d534446 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2fb3159231ee9765be18a586e5254b66 = $(`<div id="html_2fb3159231ee9765be18a586e5254b66" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_66293dc113670787cb25ae353d534446.setContent(html_2fb3159231ee9765be18a586e5254b66);
|
|
|
|
|
|
|
|
marker_c5d97eb43e958a1c136cc7dbaec984a5.bindPopup(popup_66293dc113670787cb25ae353d534446)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5d97eb43e958a1c136cc7dbaec984a5.setIcon(icon_e5d704887a84698906893d94ec3ad7c7);
|
|
|
|
|
|
var marker_87191dee0fedcf9d647c3f2ae758244d = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_c15c46ccb981774efa145737c21c37e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f7a72ed35d3c7d1e429f28e1b833160 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_329330ad75db0481598943e7bf9e18fa = $(`<div id="html_329330ad75db0481598943e7bf9e18fa" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_5f7a72ed35d3c7d1e429f28e1b833160.setContent(html_329330ad75db0481598943e7bf9e18fa);
|
|
|
|
|
|
|
|
marker_87191dee0fedcf9d647c3f2ae758244d.bindPopup(popup_5f7a72ed35d3c7d1e429f28e1b833160)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87191dee0fedcf9d647c3f2ae758244d.setIcon(icon_c15c46ccb981774efa145737c21c37e4);
|
|
|
|
|
|
var marker_957e5721440acbd60bc60c8e5a868ee9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_7478b4eb070631059923b90f7daa0d4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6eb6e95242bf018eb83771b2761b878b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8319ba16fd608e23ed1fe1891ff41b49 = $(`<div id="html_8319ba16fd608e23ed1fe1891ff41b49" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_6eb6e95242bf018eb83771b2761b878b.setContent(html_8319ba16fd608e23ed1fe1891ff41b49);
|
|
|
|
|
|
|
|
marker_957e5721440acbd60bc60c8e5a868ee9.bindPopup(popup_6eb6e95242bf018eb83771b2761b878b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_957e5721440acbd60bc60c8e5a868ee9.setIcon(icon_7478b4eb070631059923b90f7daa0d4c);
|
|
|
|
|
|
var marker_a00b2ebf8739331aeee6b69eec542c97 = L.marker(
|
|
[34.1064, -117.593],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_bc5ea82e94c938c428e10c75e730b6bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_625a49b31de956d47d6db445f195d8f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8065ca5c60179e10b06c735bac1a1886 = $(`<div id="html_8065ca5c60179e10b06c735bac1a1886" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_625a49b31de956d47d6db445f195d8f8.setContent(html_8065ca5c60179e10b06c735bac1a1886);
|
|
|
|
|
|
|
|
marker_a00b2ebf8739331aeee6b69eec542c97.bindPopup(popup_625a49b31de956d47d6db445f195d8f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a00b2ebf8739331aeee6b69eec542c97.setIcon(icon_bc5ea82e94c938c428e10c75e730b6bc);
|
|
|
|
|
|
var marker_6094c2276e0a28a46b3bfba0b95f36d3 = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_0c42ecea64a7dbabae3cf7fbe694af07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ccdf35f9a4331661e72d1b527831f4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0273c1ad2bcdfa73c4d8419f4b9e6a9c = $(`<div id="html_0273c1ad2bcdfa73c4d8419f4b9e6a9c" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_0ccdf35f9a4331661e72d1b527831f4f.setContent(html_0273c1ad2bcdfa73c4d8419f4b9e6a9c);
|
|
|
|
|
|
|
|
marker_6094c2276e0a28a46b3bfba0b95f36d3.bindPopup(popup_0ccdf35f9a4331661e72d1b527831f4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6094c2276e0a28a46b3bfba0b95f36d3.setIcon(icon_0c42ecea64a7dbabae3cf7fbe694af07);
|
|
|
|
|
|
var marker_bfa2fe1dcd9ec979f97dabefa631d6bd = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_1cf69677b1fab4434bd3cda1a9f15416 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8afb939a9e76903e29d51dd59e1536f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e8a08e42cdb4f488cdf06f31e7bad3c = $(`<div id="html_3e8a08e42cdb4f488cdf06f31e7bad3c" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_8afb939a9e76903e29d51dd59e1536f0.setContent(html_3e8a08e42cdb4f488cdf06f31e7bad3c);
|
|
|
|
|
|
|
|
marker_bfa2fe1dcd9ec979f97dabefa631d6bd.bindPopup(popup_8afb939a9e76903e29d51dd59e1536f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bfa2fe1dcd9ec979f97dabefa631d6bd.setIcon(icon_1cf69677b1fab4434bd3cda1a9f15416);
|
|
|
|
|
|
var marker_23be1240231601e9f4862e6e8807ad70 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_928a4fbdfd53e5e6e523cae685748c53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21d4d44c7f12d4d8884cda28d58ef370 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81a0c061c907bbef40e6df27fefe840d = $(`<div id="html_81a0c061c907bbef40e6df27fefe840d" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_21d4d44c7f12d4d8884cda28d58ef370.setContent(html_81a0c061c907bbef40e6df27fefe840d);
|
|
|
|
|
|
|
|
marker_23be1240231601e9f4862e6e8807ad70.bindPopup(popup_21d4d44c7f12d4d8884cda28d58ef370)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23be1240231601e9f4862e6e8807ad70.setIcon(icon_928a4fbdfd53e5e6e523cae685748c53);
|
|
|
|
|
|
var marker_d0bed5e8e12dbee986e9b6d13bb058b5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_acf66cf50072c5280891ea547536b0ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9c37229560467ac5dbf74eb9370be74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0ff71d19feed8b76c6b397410bc546b = $(`<div id="html_e0ff71d19feed8b76c6b397410bc546b" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_b9c37229560467ac5dbf74eb9370be74.setContent(html_e0ff71d19feed8b76c6b397410bc546b);
|
|
|
|
|
|
|
|
marker_d0bed5e8e12dbee986e9b6d13bb058b5.bindPopup(popup_b9c37229560467ac5dbf74eb9370be74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0bed5e8e12dbee986e9b6d13bb058b5.setIcon(icon_acf66cf50072c5280891ea547536b0ef);
|
|
|
|
|
|
var marker_db607a88aec365303db6046c2197dfe8 = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_0d30651118089322e951201931adc96b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0ae6d14bd54238b9ab6ceb872bc0863 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7173dd317a7e0a75d13a416c00cf8fa = $(`<div id="html_e7173dd317a7e0a75d13a416c00cf8fa" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_b0ae6d14bd54238b9ab6ceb872bc0863.setContent(html_e7173dd317a7e0a75d13a416c00cf8fa);
|
|
|
|
|
|
|
|
marker_db607a88aec365303db6046c2197dfe8.bindPopup(popup_b0ae6d14bd54238b9ab6ceb872bc0863)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db607a88aec365303db6046c2197dfe8.setIcon(icon_0d30651118089322e951201931adc96b);
|
|
|
|
|
|
var marker_09729e20d1ad78643fc5bf93ff8b0587 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_c31c13dcac51f286ae3e79583303e362 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_225c4b3df1c76854756ec21ec56e260f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7881ca73be4c660edc8509d559235724 = $(`<div id="html_7881ca73be4c660edc8509d559235724" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_225c4b3df1c76854756ec21ec56e260f.setContent(html_7881ca73be4c660edc8509d559235724);
|
|
|
|
|
|
|
|
marker_09729e20d1ad78643fc5bf93ff8b0587.bindPopup(popup_225c4b3df1c76854756ec21ec56e260f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09729e20d1ad78643fc5bf93ff8b0587.setIcon(icon_c31c13dcac51f286ae3e79583303e362);
|
|
|
|
|
|
var marker_223812344bd545abb2126cb38c06793e = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_a5e0ac87232b54d123ff35df05963c3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7238c1561bb6a4b1fd8cec1b1200260e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32173bda8354b0b566cbf49b0db2c68d = $(`<div id="html_32173bda8354b0b566cbf49b0db2c68d" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_7238c1561bb6a4b1fd8cec1b1200260e.setContent(html_32173bda8354b0b566cbf49b0db2c68d);
|
|
|
|
|
|
|
|
marker_223812344bd545abb2126cb38c06793e.bindPopup(popup_7238c1561bb6a4b1fd8cec1b1200260e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_223812344bd545abb2126cb38c06793e.setIcon(icon_a5e0ac87232b54d123ff35df05963c3c);
|
|
|
|
|
|
var marker_b8b40ece94e025f0cb19887130faa127 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_d346caa7830623a6a7b864dca3cc98d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b622e4d7e1cac1b12343f082dd300d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fadb853336bb24437ea30eae44dc3c6 = $(`<div id="html_5fadb853336bb24437ea30eae44dc3c6" style="width: 100.0%; height: 100.0%;">0m0sef4nb45q6.cloreai.ru</div>`)[0];
|
|
popup_6b622e4d7e1cac1b12343f082dd300d5.setContent(html_5fadb853336bb24437ea30eae44dc3c6);
|
|
|
|
|
|
|
|
marker_b8b40ece94e025f0cb19887130faa127.bindPopup(popup_6b622e4d7e1cac1b12343f082dd300d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8b40ece94e025f0cb19887130faa127.setIcon(icon_d346caa7830623a6a7b864dca3cc98d3);
|
|
|
|
|
|
var marker_c05314e805e1f8ef2ac40b0a32d10a42 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_b81529803dc69eafcb63d41682f12b2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3a82adc78236b51b870872598e8eb32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a1b0bc66aebcfef0e60ba014e1ba3ec = $(`<div id="html_5a1b0bc66aebcfef0e60ba014e1ba3ec" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_e3a82adc78236b51b870872598e8eb32.setContent(html_5a1b0bc66aebcfef0e60ba014e1ba3ec);
|
|
|
|
|
|
|
|
marker_c05314e805e1f8ef2ac40b0a32d10a42.bindPopup(popup_e3a82adc78236b51b870872598e8eb32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c05314e805e1f8ef2ac40b0a32d10a42.setIcon(icon_b81529803dc69eafcb63d41682f12b2d);
|
|
|
|
|
|
var marker_78c9e7d2d9e8e5de7888591980bfa62d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_28729d4b31adb496f44c9af3749b0f19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66badb91df4286a07272a459d2d7a590 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5dc8786ae5f54838a30298be09f2fea9 = $(`<div id="html_5dc8786ae5f54838a30298be09f2fea9" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_66badb91df4286a07272a459d2d7a590.setContent(html_5dc8786ae5f54838a30298be09f2fea9);
|
|
|
|
|
|
|
|
marker_78c9e7d2d9e8e5de7888591980bfa62d.bindPopup(popup_66badb91df4286a07272a459d2d7a590)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78c9e7d2d9e8e5de7888591980bfa62d.setIcon(icon_28729d4b31adb496f44c9af3749b0f19);
|
|
|
|
|
|
var marker_466ca647ea9afe0f1cd060553d67d656 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_4ce2d14817e3f2974daf10fbe487f233 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0da5698ce14fce8f2ef932a9a24fd70 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_445586eccc978bb54bdb7db716068bca = $(`<div id="html_445586eccc978bb54bdb7db716068bca" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_c0da5698ce14fce8f2ef932a9a24fd70.setContent(html_445586eccc978bb54bdb7db716068bca);
|
|
|
|
|
|
|
|
marker_466ca647ea9afe0f1cd060553d67d656.bindPopup(popup_c0da5698ce14fce8f2ef932a9a24fd70)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_466ca647ea9afe0f1cd060553d67d656.setIcon(icon_4ce2d14817e3f2974daf10fbe487f233);
|
|
|
|
|
|
var marker_ab4b2194840aefa4758f31a61b52819d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_c22b3e33852d5bc507dae37604f95260 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c0b37a5da77c4db06ce30396ee7d62ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7f6b6fc794f1fa7c4a39f8f531fac35 = $(`<div id="html_f7f6b6fc794f1fa7c4a39f8f531fac35" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_c0b37a5da77c4db06ce30396ee7d62ad.setContent(html_f7f6b6fc794f1fa7c4a39f8f531fac35);
|
|
|
|
|
|
|
|
marker_ab4b2194840aefa4758f31a61b52819d.bindPopup(popup_c0b37a5da77c4db06ce30396ee7d62ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab4b2194840aefa4758f31a61b52819d.setIcon(icon_c22b3e33852d5bc507dae37604f95260);
|
|
|
|
|
|
var marker_33e71cdb603f1df3bfc75b51013fccdf = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_6f76eea6248606bc8392281b990e28bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_320bb49a89fabdfcbd8e3a303f1c54c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9db10be4af7907551c08db9cf85f42d = $(`<div id="html_a9db10be4af7907551c08db9cf85f42d" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_320bb49a89fabdfcbd8e3a303f1c54c7.setContent(html_a9db10be4af7907551c08db9cf85f42d);
|
|
|
|
|
|
|
|
marker_33e71cdb603f1df3bfc75b51013fccdf.bindPopup(popup_320bb49a89fabdfcbd8e3a303f1c54c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33e71cdb603f1df3bfc75b51013fccdf.setIcon(icon_6f76eea6248606bc8392281b990e28bd);
|
|
|
|
|
|
var marker_f2edd3be36ba5e29d976293f0e761a78 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_f34d8b63ed387a5f8466eeda80418c56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f088a910a87efd9388bcb39adaa358d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7be4a6cf4d54cde556c714cefb778186 = $(`<div id="html_7be4a6cf4d54cde556c714cefb778186" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_5f088a910a87efd9388bcb39adaa358d.setContent(html_7be4a6cf4d54cde556c714cefb778186);
|
|
|
|
|
|
|
|
marker_f2edd3be36ba5e29d976293f0e761a78.bindPopup(popup_5f088a910a87efd9388bcb39adaa358d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2edd3be36ba5e29d976293f0e761a78.setIcon(icon_f34d8b63ed387a5f8466eeda80418c56);
|
|
|
|
|
|
var marker_131bafb838427cfcd19e9008445fdb47 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_c9d275cca2397eb0a9d940dc48d19a5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_662ce2a41a838e3dbeee04d2d6e3bb7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27c71dcd4fcef269fb047d3a9804b883 = $(`<div id="html_27c71dcd4fcef269fb047d3a9804b883" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_662ce2a41a838e3dbeee04d2d6e3bb7d.setContent(html_27c71dcd4fcef269fb047d3a9804b883);
|
|
|
|
|
|
|
|
marker_131bafb838427cfcd19e9008445fdb47.bindPopup(popup_662ce2a41a838e3dbeee04d2d6e3bb7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_131bafb838427cfcd19e9008445fdb47.setIcon(icon_c9d275cca2397eb0a9d940dc48d19a5a);
|
|
|
|
|
|
var marker_bc30c61a4722a6272e58c3b6ddea4d11 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_5ea64fde6bff065e710dec81fb43445d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d10887f64c45b432d1d5e2dd6017c14f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60d84b473ca688aeeb09b2fcdbd4d6cf = $(`<div id="html_60d84b473ca688aeeb09b2fcdbd4d6cf" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_d10887f64c45b432d1d5e2dd6017c14f.setContent(html_60d84b473ca688aeeb09b2fcdbd4d6cf);
|
|
|
|
|
|
|
|
marker_bc30c61a4722a6272e58c3b6ddea4d11.bindPopup(popup_d10887f64c45b432d1d5e2dd6017c14f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc30c61a4722a6272e58c3b6ddea4d11.setIcon(icon_5ea64fde6bff065e710dec81fb43445d);
|
|
|
|
|
|
var marker_6f62458ee940be2a3709f43315672689 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_28c327fa36b8a73ff1ad500d9ebb32e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_569e09bcc6e048aa407788539ae4431c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf7549685ee2c1ead6e2bfdb9e047aeb = $(`<div id="html_cf7549685ee2c1ead6e2bfdb9e047aeb" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_569e09bcc6e048aa407788539ae4431c.setContent(html_cf7549685ee2c1ead6e2bfdb9e047aeb);
|
|
|
|
|
|
|
|
marker_6f62458ee940be2a3709f43315672689.bindPopup(popup_569e09bcc6e048aa407788539ae4431c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f62458ee940be2a3709f43315672689.setIcon(icon_28c327fa36b8a73ff1ad500d9ebb32e1);
|
|
|
|
|
|
var marker_2f5f26ee53c74a9fe4414bd7f1789890 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_881559cec74d2c1986504abaff317004 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60ea3450586ac1cdaf274bd20fe94222 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ea773871bdd2019d6a71e795c26dee8 = $(`<div id="html_6ea773871bdd2019d6a71e795c26dee8" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_60ea3450586ac1cdaf274bd20fe94222.setContent(html_6ea773871bdd2019d6a71e795c26dee8);
|
|
|
|
|
|
|
|
marker_2f5f26ee53c74a9fe4414bd7f1789890.bindPopup(popup_60ea3450586ac1cdaf274bd20fe94222)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f5f26ee53c74a9fe4414bd7f1789890.setIcon(icon_881559cec74d2c1986504abaff317004);
|
|
|
|
|
|
var marker_b3cddb9a2d4c89c44ca25a308f300a04 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_c61dbd1d9a848c752369065198a999b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27091594187b1fa2820b21712217872c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44e38cc0e01ac1677896f0d14810b3bf = $(`<div id="html_44e38cc0e01ac1677896f0d14810b3bf" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_27091594187b1fa2820b21712217872c.setContent(html_44e38cc0e01ac1677896f0d14810b3bf);
|
|
|
|
|
|
|
|
marker_b3cddb9a2d4c89c44ca25a308f300a04.bindPopup(popup_27091594187b1fa2820b21712217872c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3cddb9a2d4c89c44ca25a308f300a04.setIcon(icon_c61dbd1d9a848c752369065198a999b5);
|
|
|
|
|
|
var marker_38292c8aa15c7fe97ee516e74bb6ab6f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_3a99ac8eccd911fed5a7c7b3d64df430 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f1e11cb5ef5f21af829e360b748ae79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5303753baa3a4cc0742d0c831a31ba01 = $(`<div id="html_5303753baa3a4cc0742d0c831a31ba01" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_5f1e11cb5ef5f21af829e360b748ae79.setContent(html_5303753baa3a4cc0742d0c831a31ba01);
|
|
|
|
|
|
|
|
marker_38292c8aa15c7fe97ee516e74bb6ab6f.bindPopup(popup_5f1e11cb5ef5f21af829e360b748ae79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38292c8aa15c7fe97ee516e74bb6ab6f.setIcon(icon_3a99ac8eccd911fed5a7c7b3d64df430);
|
|
|
|
|
|
var marker_6c876693eb9883d957a326b9041b80eb = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_1c5188a3c1c758eb11f665d6fe88452c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c8942b5cccf60a27eb777dff02bdb1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49f9ef86e49200fb8d146d9ca21b35e8 = $(`<div id="html_49f9ef86e49200fb8d146d9ca21b35e8" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_0c8942b5cccf60a27eb777dff02bdb1f.setContent(html_49f9ef86e49200fb8d146d9ca21b35e8);
|
|
|
|
|
|
|
|
marker_6c876693eb9883d957a326b9041b80eb.bindPopup(popup_0c8942b5cccf60a27eb777dff02bdb1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c876693eb9883d957a326b9041b80eb.setIcon(icon_1c5188a3c1c758eb11f665d6fe88452c);
|
|
|
|
|
|
var marker_6352db6a62cff5edd1a4d9cce4ad6c41 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_794ba011d1e9b87f18dc26fe4a495b6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adcff2c441cf62cafaa1a1bd1450f514 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e55a5656beafdf472976e983d1b91ce = $(`<div id="html_7e55a5656beafdf472976e983d1b91ce" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_adcff2c441cf62cafaa1a1bd1450f514.setContent(html_7e55a5656beafdf472976e983d1b91ce);
|
|
|
|
|
|
|
|
marker_6352db6a62cff5edd1a4d9cce4ad6c41.bindPopup(popup_adcff2c441cf62cafaa1a1bd1450f514)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6352db6a62cff5edd1a4d9cce4ad6c41.setIcon(icon_794ba011d1e9b87f18dc26fe4a495b6a);
|
|
|
|
|
|
var marker_40a17e812b7d3c7a5ac90f9741b199e4 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_8e66ff3bd8a74b51ec755a472e65e9ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87e6ad5a2df6d227b9301f9bdb23df79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8e5c0f3a93c9eba7fbb6ce2ca58d57e = $(`<div id="html_b8e5c0f3a93c9eba7fbb6ce2ca58d57e" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_87e6ad5a2df6d227b9301f9bdb23df79.setContent(html_b8e5c0f3a93c9eba7fbb6ce2ca58d57e);
|
|
|
|
|
|
|
|
marker_40a17e812b7d3c7a5ac90f9741b199e4.bindPopup(popup_87e6ad5a2df6d227b9301f9bdb23df79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40a17e812b7d3c7a5ac90f9741b199e4.setIcon(icon_8e66ff3bd8a74b51ec755a472e65e9ca);
|
|
|
|
|
|
var marker_af1868ae6ae49c92fee25308b71f0549 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_b4a6e84eb48d538c1af5af97c2a6b664 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cebb31d0775fe4ce361b603c825aa48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37974fb152127e2ba2165bb3cd352725 = $(`<div id="html_37974fb152127e2ba2165bb3cd352725" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_0cebb31d0775fe4ce361b603c825aa48.setContent(html_37974fb152127e2ba2165bb3cd352725);
|
|
|
|
|
|
|
|
marker_af1868ae6ae49c92fee25308b71f0549.bindPopup(popup_0cebb31d0775fe4ce361b603c825aa48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af1868ae6ae49c92fee25308b71f0549.setIcon(icon_b4a6e84eb48d538c1af5af97c2a6b664);
|
|
|
|
|
|
var marker_e4a42e05155a946d9bb21f117a97caa4 = L.marker(
|
|
[15.5163, 103.194],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_0648ddc651e813737e9052662203b9a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc29b88b632c4897517767588b0eccff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b79b5eff75a160e835563e38a761c97f = $(`<div id="html_b79b5eff75a160e835563e38a761c97f" style="width: 100.0%; height: 100.0%;">nostr-relayrs.gateway.in.th</div>`)[0];
|
|
popup_bc29b88b632c4897517767588b0eccff.setContent(html_b79b5eff75a160e835563e38a761c97f);
|
|
|
|
|
|
|
|
marker_e4a42e05155a946d9bb21f117a97caa4.bindPopup(popup_bc29b88b632c4897517767588b0eccff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4a42e05155a946d9bb21f117a97caa4.setIcon(icon_0648ddc651e813737e9052662203b9a3);
|
|
|
|
|
|
var marker_1f846145e02028ebd6c1e45ae74246ad = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_2cc3c6f765c2433e0f1d328becbf377b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22f439ba9fd6efc6481b001847feb57f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27d664bdbbe06b05f9715e556735c92f = $(`<div id="html_27d664bdbbe06b05f9715e556735c92f" style="width: 100.0%; height: 100.0%;">nostr.commonshub.brussels</div>`)[0];
|
|
popup_22f439ba9fd6efc6481b001847feb57f.setContent(html_27d664bdbbe06b05f9715e556735c92f);
|
|
|
|
|
|
|
|
marker_1f846145e02028ebd6c1e45ae74246ad.bindPopup(popup_22f439ba9fd6efc6481b001847feb57f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f846145e02028ebd6c1e45ae74246ad.setIcon(icon_2cc3c6f765c2433e0f1d328becbf377b);
|
|
|
|
|
|
var marker_a4b8825b5e45dc767c23c73840baa5d4 = L.marker(
|
|
[41.5284, -87.4237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_20fd132774aeb7053c631b3d5d1109b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78c9d528ae2a560df3b10135db0ba2f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e01ddb51ae0cf071da0ec7512ec2772 = $(`<div id="html_6e01ddb51ae0cf071da0ec7512ec2772" style="width: 100.0%; height: 100.0%;">bbw-nostr.xyz</div>`)[0];
|
|
popup_78c9d528ae2a560df3b10135db0ba2f6.setContent(html_6e01ddb51ae0cf071da0ec7512ec2772);
|
|
|
|
|
|
|
|
marker_a4b8825b5e45dc767c23c73840baa5d4.bindPopup(popup_78c9d528ae2a560df3b10135db0ba2f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4b8825b5e45dc767c23c73840baa5d4.setIcon(icon_20fd132774aeb7053c631b3d5d1109b6);
|
|
|
|
|
|
var marker_b72906d2b014cd49cec5b83105ef65c0 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_93cef86ace71a450f2d0131043f63794 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64e1d7ab438839a882d0e5645052a67b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba2ec4bbe399b64143f75d21ec785f46 = $(`<div id="html_ba2ec4bbe399b64143f75d21ec785f46" style="width: 100.0%; height: 100.0%;">frelsi.oxtr.dev</div>`)[0];
|
|
popup_64e1d7ab438839a882d0e5645052a67b.setContent(html_ba2ec4bbe399b64143f75d21ec785f46);
|
|
|
|
|
|
|
|
marker_b72906d2b014cd49cec5b83105ef65c0.bindPopup(popup_64e1d7ab438839a882d0e5645052a67b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b72906d2b014cd49cec5b83105ef65c0.setIcon(icon_93cef86ace71a450f2d0131043f63794);
|
|
|
|
|
|
var marker_ea98c2f29c227503b32b9d5905fb0795 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_3db6d4cc192865d3eff60cac956cd1c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a5d78d5cf0a5b5ddee41b8a481c7e8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_139e564833abca565620dbdfcfcd7225 = $(`<div id="html_139e564833abca565620dbdfcfcd7225" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_7a5d78d5cf0a5b5ddee41b8a481c7e8e.setContent(html_139e564833abca565620dbdfcfcd7225);
|
|
|
|
|
|
|
|
marker_ea98c2f29c227503b32b9d5905fb0795.bindPopup(popup_7a5d78d5cf0a5b5ddee41b8a481c7e8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea98c2f29c227503b32b9d5905fb0795.setIcon(icon_3db6d4cc192865d3eff60cac956cd1c7);
|
|
|
|
|
|
var marker_75e0992f96952dce0cef4fb246970fd1 = L.marker(
|
|
[25.0501, 121.565],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_0ad7ca5691ecf35bd22747d5cb26ec3b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bdbdfad695b9155f2bfe935cb7bbfd95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e64eb7b70fa6ef45d6501bad238b1b3e = $(`<div id="html_e64eb7b70fa6ef45d6501bad238b1b3e" style="width: 100.0%; height: 100.0%;">nostr.dler.com</div>`)[0];
|
|
popup_bdbdfad695b9155f2bfe935cb7bbfd95.setContent(html_e64eb7b70fa6ef45d6501bad238b1b3e);
|
|
|
|
|
|
|
|
marker_75e0992f96952dce0cef4fb246970fd1.bindPopup(popup_bdbdfad695b9155f2bfe935cb7bbfd95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75e0992f96952dce0cef4fb246970fd1.setIcon(icon_0ad7ca5691ecf35bd22747d5cb26ec3b);
|
|
|
|
|
|
var marker_5cb2ded9c3da765fb11178c632408f97 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_1be1b4531050834c8fc422b54cffbb56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ba88650543a07d06bbc758cc81dd340 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca8f92c813b995f8043555d4a0ebf545 = $(`<div id="html_ca8f92c813b995f8043555d4a0ebf545" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_4ba88650543a07d06bbc758cc81dd340.setContent(html_ca8f92c813b995f8043555d4a0ebf545);
|
|
|
|
|
|
|
|
marker_5cb2ded9c3da765fb11178c632408f97.bindPopup(popup_4ba88650543a07d06bbc758cc81dd340)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5cb2ded9c3da765fb11178c632408f97.setIcon(icon_1be1b4531050834c8fc422b54cffbb56);
|
|
|
|
|
|
var marker_4bfe5fda772a23ffffe49aaf04981ade = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_e07f186ac839249c7447fe34159fda90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2beca24f5173dd912c64164fb55022fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_205575daaff6e5279def7ba6e756b5d6 = $(`<div id="html_205575daaff6e5279def7ba6e756b5d6" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_2beca24f5173dd912c64164fb55022fd.setContent(html_205575daaff6e5279def7ba6e756b5d6);
|
|
|
|
|
|
|
|
marker_4bfe5fda772a23ffffe49aaf04981ade.bindPopup(popup_2beca24f5173dd912c64164fb55022fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4bfe5fda772a23ffffe49aaf04981ade.setIcon(icon_e07f186ac839249c7447fe34159fda90);
|
|
|
|
|
|
var marker_5570917b358543b3f3b1aa08e1ba002e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_13e822140d0384435cfb7d9648e45e44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db19c5d810764a2a0741f57f994a4aed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb8d3c167efcc8bb81deef18781ced55 = $(`<div id="html_eb8d3c167efcc8bb81deef18781ced55" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_db19c5d810764a2a0741f57f994a4aed.setContent(html_eb8d3c167efcc8bb81deef18781ced55);
|
|
|
|
|
|
|
|
marker_5570917b358543b3f3b1aa08e1ba002e.bindPopup(popup_db19c5d810764a2a0741f57f994a4aed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5570917b358543b3f3b1aa08e1ba002e.setIcon(icon_13e822140d0384435cfb7d9648e45e44);
|
|
|
|
|
|
var marker_1931214b75caa4768c384a34fb2cc9e5 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_713877d0a0119d0b2e2a21ad40299df5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c234a0b4aae0c12ae8b9eafc8f1d7a70 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_494e73021f1c138428c0e85abde820af = $(`<div id="html_494e73021f1c138428c0e85abde820af" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_c234a0b4aae0c12ae8b9eafc8f1d7a70.setContent(html_494e73021f1c138428c0e85abde820af);
|
|
|
|
|
|
|
|
marker_1931214b75caa4768c384a34fb2cc9e5.bindPopup(popup_c234a0b4aae0c12ae8b9eafc8f1d7a70)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1931214b75caa4768c384a34fb2cc9e5.setIcon(icon_713877d0a0119d0b2e2a21ad40299df5);
|
|
|
|
|
|
var marker_2065f9d92094f01b3734b0d3f251a296 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_681701cab735d187d0ce05337344087a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97f8f71bfff7df3fcb7b9eaa655a5c2c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_775a70362a930485f9890827ec68286c = $(`<div id="html_775a70362a930485f9890827ec68286c" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_97f8f71bfff7df3fcb7b9eaa655a5c2c.setContent(html_775a70362a930485f9890827ec68286c);
|
|
|
|
|
|
|
|
marker_2065f9d92094f01b3734b0d3f251a296.bindPopup(popup_97f8f71bfff7df3fcb7b9eaa655a5c2c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2065f9d92094f01b3734b0d3f251a296.setIcon(icon_681701cab735d187d0ce05337344087a);
|
|
|
|
|
|
var marker_fec7d33ffdf24089a22168c8e74e86a5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_acb81d411ad43c6aac68be03d85d950e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a86b33e79a5d5d473173109943c246c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c7aa95c286be1dcdd92cc1223ef5f16 = $(`<div id="html_4c7aa95c286be1dcdd92cc1223ef5f16" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_a86b33e79a5d5d473173109943c246c4.setContent(html_4c7aa95c286be1dcdd92cc1223ef5f16);
|
|
|
|
|
|
|
|
marker_fec7d33ffdf24089a22168c8e74e86a5.bindPopup(popup_a86b33e79a5d5d473173109943c246c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fec7d33ffdf24089a22168c8e74e86a5.setIcon(icon_acb81d411ad43c6aac68be03d85d950e);
|
|
|
|
|
|
var marker_7af8ae9a41b2f93802e36f7f4c03afee = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_eb68c83b40145dcf2691858ef90535d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ad01cc93ec5e0c821e82e928b830e07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b83e156d1d78bb3f40519274669fe65 = $(`<div id="html_5b83e156d1d78bb3f40519274669fe65" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_8ad01cc93ec5e0c821e82e928b830e07.setContent(html_5b83e156d1d78bb3f40519274669fe65);
|
|
|
|
|
|
|
|
marker_7af8ae9a41b2f93802e36f7f4c03afee.bindPopup(popup_8ad01cc93ec5e0c821e82e928b830e07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7af8ae9a41b2f93802e36f7f4c03afee.setIcon(icon_eb68c83b40145dcf2691858ef90535d4);
|
|
|
|
|
|
var marker_297dcc03e8d70e9c78e5205fe4303442 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_1fea75b7b4d73ecdb373481c9db1ba36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e254971e47d3d3da632c13f5f6064ef3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_855aaa21dfe8bbe56034b0ff042eacc4 = $(`<div id="html_855aaa21dfe8bbe56034b0ff042eacc4" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_e254971e47d3d3da632c13f5f6064ef3.setContent(html_855aaa21dfe8bbe56034b0ff042eacc4);
|
|
|
|
|
|
|
|
marker_297dcc03e8d70e9c78e5205fe4303442.bindPopup(popup_e254971e47d3d3da632c13f5f6064ef3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_297dcc03e8d70e9c78e5205fe4303442.setIcon(icon_1fea75b7b4d73ecdb373481c9db1ba36);
|
|
|
|
|
|
var marker_b633a86dd3d9d26d40c5fb3358a8b485 = L.marker(
|
|
[47.6062, -122.332],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_26fd488829d356f907fbc538ed5a69be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04eec22d216089fcad5a835b9edfaece = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4bb7c8d6cf918eea80f1efde7f0801d5 = $(`<div id="html_4bb7c8d6cf918eea80f1efde7f0801d5" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_04eec22d216089fcad5a835b9edfaece.setContent(html_4bb7c8d6cf918eea80f1efde7f0801d5);
|
|
|
|
|
|
|
|
marker_b633a86dd3d9d26d40c5fb3358a8b485.bindPopup(popup_04eec22d216089fcad5a835b9edfaece)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b633a86dd3d9d26d40c5fb3358a8b485.setIcon(icon_26fd488829d356f907fbc538ed5a69be);
|
|
|
|
|
|
var marker_6687a08221b73881e53854ef9185f527 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_1d73e0f12b5725c332485e30a16a31f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2003468a3fa870e59a73116a8759acc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdd336049db9910534916af29b4e2171 = $(`<div id="html_bdd336049db9910534916af29b4e2171" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_a2003468a3fa870e59a73116a8759acc.setContent(html_bdd336049db9910534916af29b4e2171);
|
|
|
|
|
|
|
|
marker_6687a08221b73881e53854ef9185f527.bindPopup(popup_a2003468a3fa870e59a73116a8759acc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6687a08221b73881e53854ef9185f527.setIcon(icon_1d73e0f12b5725c332485e30a16a31f9);
|
|
|
|
|
|
var marker_1fc69ace424799ef47d00c9277006863 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_df31ceb721bc580800875a65c92b1105 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aaf821149c70e4c14fd1ac0dae6a5f1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b14aab9781a7c1aace886f3061774447 = $(`<div id="html_b14aab9781a7c1aace886f3061774447" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_aaf821149c70e4c14fd1ac0dae6a5f1c.setContent(html_b14aab9781a7c1aace886f3061774447);
|
|
|
|
|
|
|
|
marker_1fc69ace424799ef47d00c9277006863.bindPopup(popup_aaf821149c70e4c14fd1ac0dae6a5f1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fc69ace424799ef47d00c9277006863.setIcon(icon_df31ceb721bc580800875a65c92b1105);
|
|
|
|
|
|
var marker_385b1bcdc4fcbe14d4e1e2fe32369854 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_728b16e9ccfdec3da1d01ca7a39f0c8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc63e76378878280575c88f5e79a4b1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a85c9cfb1c04250fa514d2c8238a3a6 = $(`<div id="html_8a85c9cfb1c04250fa514d2c8238a3a6" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_dc63e76378878280575c88f5e79a4b1b.setContent(html_8a85c9cfb1c04250fa514d2c8238a3a6);
|
|
|
|
|
|
|
|
marker_385b1bcdc4fcbe14d4e1e2fe32369854.bindPopup(popup_dc63e76378878280575c88f5e79a4b1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_385b1bcdc4fcbe14d4e1e2fe32369854.setIcon(icon_728b16e9ccfdec3da1d01ca7a39f0c8b);
|
|
|
|
|
|
var marker_b52f21c3c6869c51962856f8ae255446 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_b319463d66f92d24e1d4b350e6e6a809 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_384181346e3f0139e5df61062dd67e7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9adfa521e5d7767b1dff3e8b10ad47e4 = $(`<div id="html_9adfa521e5d7767b1dff3e8b10ad47e4" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_384181346e3f0139e5df61062dd67e7d.setContent(html_9adfa521e5d7767b1dff3e8b10ad47e4);
|
|
|
|
|
|
|
|
marker_b52f21c3c6869c51962856f8ae255446.bindPopup(popup_384181346e3f0139e5df61062dd67e7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b52f21c3c6869c51962856f8ae255446.setIcon(icon_b319463d66f92d24e1d4b350e6e6a809);
|
|
|
|
|
|
var marker_bb45a06107319e9dc4166ceb1e05c468 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_ac0a5dfb466a5d89534ea39e53e2d7ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a76860daf46392b8eeb3485a3309b7b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f724a0563b66fad38855b76214baac9 = $(`<div id="html_6f724a0563b66fad38855b76214baac9" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_a76860daf46392b8eeb3485a3309b7b2.setContent(html_6f724a0563b66fad38855b76214baac9);
|
|
|
|
|
|
|
|
marker_bb45a06107319e9dc4166ceb1e05c468.bindPopup(popup_a76860daf46392b8eeb3485a3309b7b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb45a06107319e9dc4166ceb1e05c468.setIcon(icon_ac0a5dfb466a5d89534ea39e53e2d7ec);
|
|
|
|
|
|
var marker_a412e4c1e5744a1e9c89d96ed209ce23 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_58acc091269334ec7179758df3cff4f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f18cd6b3e2b447703ed8761dba92830e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba9ac8ee5a05c5e80956ce9589692294 = $(`<div id="html_ba9ac8ee5a05c5e80956ce9589692294" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_f18cd6b3e2b447703ed8761dba92830e.setContent(html_ba9ac8ee5a05c5e80956ce9589692294);
|
|
|
|
|
|
|
|
marker_a412e4c1e5744a1e9c89d96ed209ce23.bindPopup(popup_f18cd6b3e2b447703ed8761dba92830e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a412e4c1e5744a1e9c89d96ed209ce23.setIcon(icon_58acc091269334ec7179758df3cff4f9);
|
|
|
|
|
|
var marker_2ecf922a72557d1c57bc5091890f30f1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_681c051eab3f84797c49908ee2d9c4ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ff0a06222eca03f5cac2eae9f0270b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fc46acad033b7fee2b7a3e9574ebe9e = $(`<div id="html_3fc46acad033b7fee2b7a3e9574ebe9e" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_6ff0a06222eca03f5cac2eae9f0270b7.setContent(html_3fc46acad033b7fee2b7a3e9574ebe9e);
|
|
|
|
|
|
|
|
marker_2ecf922a72557d1c57bc5091890f30f1.bindPopup(popup_6ff0a06222eca03f5cac2eae9f0270b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ecf922a72557d1c57bc5091890f30f1.setIcon(icon_681c051eab3f84797c49908ee2d9c4ca);
|
|
|
|
|
|
var marker_467c1f7b51cbf88e7dc4ee82499da4a3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_617669d247e55b78ee397620fe67943e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_801bf41f5e654b05c13566dc371e6e02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66dc4d6f04b6cc3647051ef989283555 = $(`<div id="html_66dc4d6f04b6cc3647051ef989283555" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_801bf41f5e654b05c13566dc371e6e02.setContent(html_66dc4d6f04b6cc3647051ef989283555);
|
|
|
|
|
|
|
|
marker_467c1f7b51cbf88e7dc4ee82499da4a3.bindPopup(popup_801bf41f5e654b05c13566dc371e6e02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_467c1f7b51cbf88e7dc4ee82499da4a3.setIcon(icon_617669d247e55b78ee397620fe67943e);
|
|
|
|
|
|
var marker_2dbcd962441c22d10f61dcea6da72f81 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_5d9e62ff41800fe4cc273ceaf6018f3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91cadd5404b824e30c5bf9648cc453a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a328de310bfd12590d45e09a5cfbeeab = $(`<div id="html_a328de310bfd12590d45e09a5cfbeeab" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_91cadd5404b824e30c5bf9648cc453a6.setContent(html_a328de310bfd12590d45e09a5cfbeeab);
|
|
|
|
|
|
|
|
marker_2dbcd962441c22d10f61dcea6da72f81.bindPopup(popup_91cadd5404b824e30c5bf9648cc453a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2dbcd962441c22d10f61dcea6da72f81.setIcon(icon_5d9e62ff41800fe4cc273ceaf6018f3a);
|
|
|
|
|
|
var marker_c6c8c883195b8b9290b377441db91a26 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_989a41d9984c831e0b7b16eae7f0c28a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e30f10770df241509f61017e1825548a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b6bf3dbcf7cad960d6cadae45974222 = $(`<div id="html_5b6bf3dbcf7cad960d6cadae45974222" style="width: 100.0%; height: 100.0%;">aaa-api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_e30f10770df241509f61017e1825548a.setContent(html_5b6bf3dbcf7cad960d6cadae45974222);
|
|
|
|
|
|
|
|
marker_c6c8c883195b8b9290b377441db91a26.bindPopup(popup_e30f10770df241509f61017e1825548a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6c8c883195b8b9290b377441db91a26.setIcon(icon_989a41d9984c831e0b7b16eae7f0c28a);
|
|
|
|
|
|
var marker_b1462e24559c1a326f7c01263285af0c = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_cde92c619a6c09e67dcaecfb00a2c4c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a591cdd6fbe2c8bd7c899a97ad033b33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b52be8c3d0f80bcd9ba6fa4596c9ece8 = $(`<div id="html_b52be8c3d0f80bcd9ba6fa4596c9ece8" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_a591cdd6fbe2c8bd7c899a97ad033b33.setContent(html_b52be8c3d0f80bcd9ba6fa4596c9ece8);
|
|
|
|
|
|
|
|
marker_b1462e24559c1a326f7c01263285af0c.bindPopup(popup_a591cdd6fbe2c8bd7c899a97ad033b33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1462e24559c1a326f7c01263285af0c.setIcon(icon_cde92c619a6c09e67dcaecfb00a2c4c3);
|
|
|
|
|
|
var marker_d21a737c975549457c9a44c01314e34c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_e827406660896c89612418312ff17eb3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aefd22aad191d03db0b9abb4012e0c92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39450efd186de9a199306a82f7dcaab6 = $(`<div id="html_39450efd186de9a199306a82f7dcaab6" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_aefd22aad191d03db0b9abb4012e0c92.setContent(html_39450efd186de9a199306a82f7dcaab6);
|
|
|
|
|
|
|
|
marker_d21a737c975549457c9a44c01314e34c.bindPopup(popup_aefd22aad191d03db0b9abb4012e0c92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d21a737c975549457c9a44c01314e34c.setIcon(icon_e827406660896c89612418312ff17eb3);
|
|
|
|
|
|
var marker_708592774f671674b794347bc26c94e6 = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_be6167205a9815a77aadfecd6ff100b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff9e17b0d68c28cdd1a70b142cb29410 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3d82592d415151130f91b11f2a46561 = $(`<div id="html_e3d82592d415151130f91b11f2a46561" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_ff9e17b0d68c28cdd1a70b142cb29410.setContent(html_e3d82592d415151130f91b11f2a46561);
|
|
|
|
|
|
|
|
marker_708592774f671674b794347bc26c94e6.bindPopup(popup_ff9e17b0d68c28cdd1a70b142cb29410)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_708592774f671674b794347bc26c94e6.setIcon(icon_be6167205a9815a77aadfecd6ff100b7);
|
|
|
|
|
|
var marker_b21914ea92e6f2ca3662ed61edac2d17 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_7f210c463892b47760b2c10c34ee0c97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81d11797e3fc02335add7197621bdeeb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2091395fbf8b17a927838896d9d57efb = $(`<div id="html_2091395fbf8b17a927838896d9d57efb" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_81d11797e3fc02335add7197621bdeeb.setContent(html_2091395fbf8b17a927838896d9d57efb);
|
|
|
|
|
|
|
|
marker_b21914ea92e6f2ca3662ed61edac2d17.bindPopup(popup_81d11797e3fc02335add7197621bdeeb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b21914ea92e6f2ca3662ed61edac2d17.setIcon(icon_7f210c463892b47760b2c10c34ee0c97);
|
|
|
|
|
|
var marker_b75557d329f51e1635e92c8902fbaa4f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_49e384c40e17bda33646c5737b084507 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2571543594f41e5780711e6dacaf04be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cc269fcc3354c6800e84a7f179d1327 = $(`<div id="html_8cc269fcc3354c6800e84a7f179d1327" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_2571543594f41e5780711e6dacaf04be.setContent(html_8cc269fcc3354c6800e84a7f179d1327);
|
|
|
|
|
|
|
|
marker_b75557d329f51e1635e92c8902fbaa4f.bindPopup(popup_2571543594f41e5780711e6dacaf04be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b75557d329f51e1635e92c8902fbaa4f.setIcon(icon_49e384c40e17bda33646c5737b084507);
|
|
|
|
|
|
var marker_af17520a3b71201a82d318c685f7aad5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_58158a2fde6b5ea53a949e4b3f4eb715 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8f4e72242de4dddcaeb9957c6415b89 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_019e26eb7ad8520df1ecfaf61a03e23d = $(`<div id="html_019e26eb7ad8520df1ecfaf61a03e23d" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_d8f4e72242de4dddcaeb9957c6415b89.setContent(html_019e26eb7ad8520df1ecfaf61a03e23d);
|
|
|
|
|
|
|
|
marker_af17520a3b71201a82d318c685f7aad5.bindPopup(popup_d8f4e72242de4dddcaeb9957c6415b89)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af17520a3b71201a82d318c685f7aad5.setIcon(icon_58158a2fde6b5ea53a949e4b3f4eb715);
|
|
|
|
|
|
var marker_6ca38fa2302079d1929bdddf6244e277 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_be9edab58e15a3243d34736a46d37ae4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bb71bffc3850e17556b83069829bc65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c17a59d60b9c30495a7db258494eba77 = $(`<div id="html_c17a59d60b9c30495a7db258494eba77" style="width: 100.0%; height: 100.0%;">relay1.nostrchat.io</div>`)[0];
|
|
popup_7bb71bffc3850e17556b83069829bc65.setContent(html_c17a59d60b9c30495a7db258494eba77);
|
|
|
|
|
|
|
|
marker_6ca38fa2302079d1929bdddf6244e277.bindPopup(popup_7bb71bffc3850e17556b83069829bc65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ca38fa2302079d1929bdddf6244e277.setIcon(icon_be9edab58e15a3243d34736a46d37ae4);
|
|
|
|
|
|
var marker_a0a2d0dff3a1b90ba0aaa2184ed0d781 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_0817a5c547bf89480c8b35318aeac1a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d76c6d5fe7231a9bf514f58831f993d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d192fd023aa8d22b8c88348eec124136 = $(`<div id="html_d192fd023aa8d22b8c88348eec124136" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_d76c6d5fe7231a9bf514f58831f993d5.setContent(html_d192fd023aa8d22b8c88348eec124136);
|
|
|
|
|
|
|
|
marker_a0a2d0dff3a1b90ba0aaa2184ed0d781.bindPopup(popup_d76c6d5fe7231a9bf514f58831f993d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0a2d0dff3a1b90ba0aaa2184ed0d781.setIcon(icon_0817a5c547bf89480c8b35318aeac1a4);
|
|
|
|
|
|
var marker_9858c41ea6ecd6098a8620b02c99a981 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_06711ca764ed16d942c84268607a342a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_efb44709c1f02c3d35c7e8c8c218510b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8839a13166956353673586736da74d76 = $(`<div id="html_8839a13166956353673586736da74d76" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_efb44709c1f02c3d35c7e8c8c218510b.setContent(html_8839a13166956353673586736da74d76);
|
|
|
|
|
|
|
|
marker_9858c41ea6ecd6098a8620b02c99a981.bindPopup(popup_efb44709c1f02c3d35c7e8c8c218510b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9858c41ea6ecd6098a8620b02c99a981.setIcon(icon_06711ca764ed16d942c84268607a342a);
|
|
|
|
|
|
var marker_0d6bdb3e4c90f8a0a85612b38d2e5293 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_e4f0768e540dc39ab6997fb87cc7c6e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcc070e7905ddb4fbc3f2ca048c0e24f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_394b4efd691f4f87ebf9f8851acb0f21 = $(`<div id="html_394b4efd691f4f87ebf9f8851acb0f21" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_fcc070e7905ddb4fbc3f2ca048c0e24f.setContent(html_394b4efd691f4f87ebf9f8851acb0f21);
|
|
|
|
|
|
|
|
marker_0d6bdb3e4c90f8a0a85612b38d2e5293.bindPopup(popup_fcc070e7905ddb4fbc3f2ca048c0e24f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d6bdb3e4c90f8a0a85612b38d2e5293.setIcon(icon_e4f0768e540dc39ab6997fb87cc7c6e8);
|
|
|
|
|
|
var marker_70c2386a1c0aaa1e3258ae7ca958fe63 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_693c75be89ed96138a75303a5e5d6039 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ccf668d81a9d00e7686a6d1d862589ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc22906f462daad34cd5fc5be1221ade = $(`<div id="html_cc22906f462daad34cd5fc5be1221ade" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_ccf668d81a9d00e7686a6d1d862589ec.setContent(html_cc22906f462daad34cd5fc5be1221ade);
|
|
|
|
|
|
|
|
marker_70c2386a1c0aaa1e3258ae7ca958fe63.bindPopup(popup_ccf668d81a9d00e7686a6d1d862589ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70c2386a1c0aaa1e3258ae7ca958fe63.setIcon(icon_693c75be89ed96138a75303a5e5d6039);
|
|
|
|
|
|
var marker_c13d24bc012ece2d2f77da441a65bb89 = L.marker(
|
|
[34.7062, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_80f11076fe8265610216dd6a7efd8acf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3f39899471891988ad94ed34d4be853 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcebc7c10e918b35dac9f56842458367 = $(`<div id="html_fcebc7c10e918b35dac9f56842458367" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_e3f39899471891988ad94ed34d4be853.setContent(html_fcebc7c10e918b35dac9f56842458367);
|
|
|
|
|
|
|
|
marker_c13d24bc012ece2d2f77da441a65bb89.bindPopup(popup_e3f39899471891988ad94ed34d4be853)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c13d24bc012ece2d2f77da441a65bb89.setIcon(icon_80f11076fe8265610216dd6a7efd8acf);
|
|
|
|
|
|
var marker_521495a41fff8e394bb556df99584c41 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_95d00c001a2d47560b3ca5e78cb1dde2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6eb361d63b51f8102bea2135a4d0958c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db224eda05a7bf9b0e8f1a6f75646c33 = $(`<div id="html_db224eda05a7bf9b0e8f1a6f75646c33" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_6eb361d63b51f8102bea2135a4d0958c.setContent(html_db224eda05a7bf9b0e8f1a6f75646c33);
|
|
|
|
|
|
|
|
marker_521495a41fff8e394bb556df99584c41.bindPopup(popup_6eb361d63b51f8102bea2135a4d0958c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_521495a41fff8e394bb556df99584c41.setIcon(icon_95d00c001a2d47560b3ca5e78cb1dde2);
|
|
|
|
|
|
var marker_e729b5cc191058e871d0fc15d31d3531 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_9e931ce1aa15c320d15b215dfc6a9505 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f860a5ef921dae22c7715767bc7f09d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b94365aad9fa9168a20422705c7e718 = $(`<div id="html_6b94365aad9fa9168a20422705c7e718" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_2f860a5ef921dae22c7715767bc7f09d.setContent(html_6b94365aad9fa9168a20422705c7e718);
|
|
|
|
|
|
|
|
marker_e729b5cc191058e871d0fc15d31d3531.bindPopup(popup_2f860a5ef921dae22c7715767bc7f09d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e729b5cc191058e871d0fc15d31d3531.setIcon(icon_9e931ce1aa15c320d15b215dfc6a9505);
|
|
|
|
|
|
var marker_4fcb3be8c3d45203a3eacafb7dbbf468 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_d602569d5184e098da6619b1807eb024 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29ed7312dede5e27800eaee463d83712 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a1205b18d881f234612f6fbf86fe9be = $(`<div id="html_1a1205b18d881f234612f6fbf86fe9be" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_29ed7312dede5e27800eaee463d83712.setContent(html_1a1205b18d881f234612f6fbf86fe9be);
|
|
|
|
|
|
|
|
marker_4fcb3be8c3d45203a3eacafb7dbbf468.bindPopup(popup_29ed7312dede5e27800eaee463d83712)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4fcb3be8c3d45203a3eacafb7dbbf468.setIcon(icon_d602569d5184e098da6619b1807eb024);
|
|
|
|
|
|
var marker_06ff4841c5984d7d6137402860fc7a6d = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_02cda355deada633fcb40e34b380b15b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_927f8e48458cbf495ccfa1fec4a70e98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0300c6de498b5d6058e1366a38512859 = $(`<div id="html_0300c6de498b5d6058e1366a38512859" style="width: 100.0%; height: 100.0%;">relay.jabato.space</div>`)[0];
|
|
popup_927f8e48458cbf495ccfa1fec4a70e98.setContent(html_0300c6de498b5d6058e1366a38512859);
|
|
|
|
|
|
|
|
marker_06ff4841c5984d7d6137402860fc7a6d.bindPopup(popup_927f8e48458cbf495ccfa1fec4a70e98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06ff4841c5984d7d6137402860fc7a6d.setIcon(icon_02cda355deada633fcb40e34b380b15b);
|
|
|
|
|
|
var marker_c072f00fda1fbba26ada3f483d1f7c31 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_9c012f86fc2ebed1fc9537fd5db999f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5b2ef8bf2813a952fa54abd1257482b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aacb03a9613e892714a66ddfcf93cbf4 = $(`<div id="html_aacb03a9613e892714a66ddfcf93cbf4" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_d5b2ef8bf2813a952fa54abd1257482b.setContent(html_aacb03a9613e892714a66ddfcf93cbf4);
|
|
|
|
|
|
|
|
marker_c072f00fda1fbba26ada3f483d1f7c31.bindPopup(popup_d5b2ef8bf2813a952fa54abd1257482b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c072f00fda1fbba26ada3f483d1f7c31.setIcon(icon_9c012f86fc2ebed1fc9537fd5db999f5);
|
|
|
|
|
|
var marker_43885c77e567c3a79e8e4b7dd10c84b9 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_fddb92d52bd9a180ad86081c44b55a30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da104c50250542548d44403d1d465e3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd6b86c17bc80a87a2207a5c6a532765 = $(`<div id="html_cd6b86c17bc80a87a2207a5c6a532765" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_da104c50250542548d44403d1d465e3e.setContent(html_cd6b86c17bc80a87a2207a5c6a532765);
|
|
|
|
|
|
|
|
marker_43885c77e567c3a79e8e4b7dd10c84b9.bindPopup(popup_da104c50250542548d44403d1d465e3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43885c77e567c3a79e8e4b7dd10c84b9.setIcon(icon_fddb92d52bd9a180ad86081c44b55a30);
|
|
|
|
|
|
var marker_e09444d4ce04748ebae44d47601e7889 = L.marker(
|
|
[33.7584, -84.6375],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_b02141efd59c10b1059db66ab134b3f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc1b9b723d35e43043e3c7110c307f56 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6426738e1a4890b6269c9cb81b0931e0 = $(`<div id="html_6426738e1a4890b6269c9cb81b0931e0" style="width: 100.0%; height: 100.0%;">relay.nostrops.com</div>`)[0];
|
|
popup_fc1b9b723d35e43043e3c7110c307f56.setContent(html_6426738e1a4890b6269c9cb81b0931e0);
|
|
|
|
|
|
|
|
marker_e09444d4ce04748ebae44d47601e7889.bindPopup(popup_fc1b9b723d35e43043e3c7110c307f56)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e09444d4ce04748ebae44d47601e7889.setIcon(icon_b02141efd59c10b1059db66ab134b3f3);
|
|
|
|
|
|
var marker_ef5afad5aa211c2cd426f4e306edc98c = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_60880e0ca44ced3eccfc0a02f1d97c5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1107bcc84d8b81b7784f44c422fa49cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f43301674b047100e6768bfa3bf1285d = $(`<div id="html_f43301674b047100e6768bfa3bf1285d" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_1107bcc84d8b81b7784f44c422fa49cb.setContent(html_f43301674b047100e6768bfa3bf1285d);
|
|
|
|
|
|
|
|
marker_ef5afad5aa211c2cd426f4e306edc98c.bindPopup(popup_1107bcc84d8b81b7784f44c422fa49cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef5afad5aa211c2cd426f4e306edc98c.setIcon(icon_60880e0ca44ced3eccfc0a02f1d97c5d);
|
|
|
|
|
|
var marker_bfa353b418a15ad50d5a9ecb7c81d98f = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_1a0f04496dd3bb9ec9cc5e02a9fe59d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85c49f7f84c614a616256df4374071d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46bdb04291daa6b6c719ed0a26c236f0 = $(`<div id="html_46bdb04291daa6b6c719ed0a26c236f0" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_85c49f7f84c614a616256df4374071d4.setContent(html_46bdb04291daa6b6c719ed0a26c236f0);
|
|
|
|
|
|
|
|
marker_bfa353b418a15ad50d5a9ecb7c81d98f.bindPopup(popup_85c49f7f84c614a616256df4374071d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bfa353b418a15ad50d5a9ecb7c81d98f.setIcon(icon_1a0f04496dd3bb9ec9cc5e02a9fe59d0);
|
|
|
|
|
|
var marker_3f2fc0c7754314fc39c22cb70b042596 = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_2b3ee0edb660d5db098fbb851f31962b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_300109a00a02781bfb54f5b9750f5413 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04b4afc02bae9ff77895811ae8edfb2e = $(`<div id="html_04b4afc02bae9ff77895811ae8edfb2e" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_300109a00a02781bfb54f5b9750f5413.setContent(html_04b4afc02bae9ff77895811ae8edfb2e);
|
|
|
|
|
|
|
|
marker_3f2fc0c7754314fc39c22cb70b042596.bindPopup(popup_300109a00a02781bfb54f5b9750f5413)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f2fc0c7754314fc39c22cb70b042596.setIcon(icon_2b3ee0edb660d5db098fbb851f31962b);
|
|
|
|
|
|
var marker_eeb53dc1d0bac5b5a80fce2322fc58fe = L.marker(
|
|
[42.2328, -8.72264],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_224e48b792c375d0b89bd30c3c73301a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebf63ab7839485d1c76e753382079064 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9cc9907eae49f6e03c451fc1fea1d80 = $(`<div id="html_c9cc9907eae49f6e03c451fc1fea1d80" style="width: 100.0%; height: 100.0%;">blackcatnostr.hopto.org</div>`)[0];
|
|
popup_ebf63ab7839485d1c76e753382079064.setContent(html_c9cc9907eae49f6e03c451fc1fea1d80);
|
|
|
|
|
|
|
|
marker_eeb53dc1d0bac5b5a80fce2322fc58fe.bindPopup(popup_ebf63ab7839485d1c76e753382079064)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eeb53dc1d0bac5b5a80fce2322fc58fe.setIcon(icon_224e48b792c375d0b89bd30c3c73301a);
|
|
|
|
|
|
var marker_88fd4642383876f1d034a9966317f22b = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_37bc510167e3566f0c93d0b3255585fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42f0e0efb88f4a5e4cc6dcc7ca0c8378 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_615ab0c6831fce2aa4e897703fa03993 = $(`<div id="html_615ab0c6831fce2aa4e897703fa03993" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_42f0e0efb88f4a5e4cc6dcc7ca0c8378.setContent(html_615ab0c6831fce2aa4e897703fa03993);
|
|
|
|
|
|
|
|
marker_88fd4642383876f1d034a9966317f22b.bindPopup(popup_42f0e0efb88f4a5e4cc6dcc7ca0c8378)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88fd4642383876f1d034a9966317f22b.setIcon(icon_37bc510167e3566f0c93d0b3255585fd);
|
|
|
|
|
|
var marker_8b7e1f5876005fa5ef6f417963a47825 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_9fa7dbf11dc44c619fcb33a683347eb5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24708658c4c36658f8b0fed519ac8a7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7bca546556f46d9a6a7ec61a49e5fdbc = $(`<div id="html_7bca546556f46d9a6a7ec61a49e5fdbc" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_24708658c4c36658f8b0fed519ac8a7c.setContent(html_7bca546556f46d9a6a7ec61a49e5fdbc);
|
|
|
|
|
|
|
|
marker_8b7e1f5876005fa5ef6f417963a47825.bindPopup(popup_24708658c4c36658f8b0fed519ac8a7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b7e1f5876005fa5ef6f417963a47825.setIcon(icon_9fa7dbf11dc44c619fcb33a683347eb5);
|
|
|
|
|
|
var marker_ae36efe33bff35dc0a2d0fc14fd15bcb = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_f66abcbe3b578cdbe4803e284b51263f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d79e367a42798dd08e330d2ad31b35bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d566ddd88eb984748d4c194fd625cb94 = $(`<div id="html_d566ddd88eb984748d4c194fd625cb94" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_d79e367a42798dd08e330d2ad31b35bb.setContent(html_d566ddd88eb984748d4c194fd625cb94);
|
|
|
|
|
|
|
|
marker_ae36efe33bff35dc0a2d0fc14fd15bcb.bindPopup(popup_d79e367a42798dd08e330d2ad31b35bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae36efe33bff35dc0a2d0fc14fd15bcb.setIcon(icon_f66abcbe3b578cdbe4803e284b51263f);
|
|
|
|
|
|
var marker_c9789c48c35217b067ff9c7b3e082f2d = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_2320e9e1c45b9ed3f5c05953865b4a87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b61b50653bf2580181b94092b92f0ea9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24d68240c93b4c52c158a6d486cd1e89 = $(`<div id="html_24d68240c93b4c52c158a6d486cd1e89" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_b61b50653bf2580181b94092b92f0ea9.setContent(html_24d68240c93b4c52c158a6d486cd1e89);
|
|
|
|
|
|
|
|
marker_c9789c48c35217b067ff9c7b3e082f2d.bindPopup(popup_b61b50653bf2580181b94092b92f0ea9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9789c48c35217b067ff9c7b3e082f2d.setIcon(icon_2320e9e1c45b9ed3f5c05953865b4a87);
|
|
|
|
|
|
var marker_b651186b7c8982d25e6c69af7234966a = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_820251abe68ee9b4421d472cf351b946 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fa7ccca02e152c0b22dc4d8583dd7cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d7c34e3ca9bd856d4f0424c31d4d486 = $(`<div id="html_1d7c34e3ca9bd856d4f0424c31d4d486" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_5fa7ccca02e152c0b22dc4d8583dd7cf.setContent(html_1d7c34e3ca9bd856d4f0424c31d4d486);
|
|
|
|
|
|
|
|
marker_b651186b7c8982d25e6c69af7234966a.bindPopup(popup_5fa7ccca02e152c0b22dc4d8583dd7cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b651186b7c8982d25e6c69af7234966a.setIcon(icon_820251abe68ee9b4421d472cf351b946);
|
|
|
|
|
|
var marker_e2adf3914ce09ddef55e056eee2312a1 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_900952a43f3b01202cf14a77083ca484 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee9a3ef0c5c230ff871061458ed3f01b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b31341bcc885a8736e67a7af8b04d953 = $(`<div id="html_b31341bcc885a8736e67a7af8b04d953" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_ee9a3ef0c5c230ff871061458ed3f01b.setContent(html_b31341bcc885a8736e67a7af8b04d953);
|
|
|
|
|
|
|
|
marker_e2adf3914ce09ddef55e056eee2312a1.bindPopup(popup_ee9a3ef0c5c230ff871061458ed3f01b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2adf3914ce09ddef55e056eee2312a1.setIcon(icon_900952a43f3b01202cf14a77083ca484);
|
|
|
|
|
|
var marker_2ad2847d4b4b2e29e843637149a4fb48 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_7f4b68fc26280ad29916475b1965929e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b06272a0020b3f3f08ead9590249bc0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f9eab6ed20180e1d11a63de0a9bbd17 = $(`<div id="html_8f9eab6ed20180e1d11a63de0a9bbd17" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_b06272a0020b3f3f08ead9590249bc0b.setContent(html_8f9eab6ed20180e1d11a63de0a9bbd17);
|
|
|
|
|
|
|
|
marker_2ad2847d4b4b2e29e843637149a4fb48.bindPopup(popup_b06272a0020b3f3f08ead9590249bc0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ad2847d4b4b2e29e843637149a4fb48.setIcon(icon_7f4b68fc26280ad29916475b1965929e);
|
|
|
|
|
|
var marker_bf5533934c97fe4f29d1390ed2809582 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_0eaf451d013b9d780d363d850e8b0818 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06f5883d5fc503b0c4e533e1a4a1ce42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39ec9ab3dd3eab64345557286b70779c = $(`<div id="html_39ec9ab3dd3eab64345557286b70779c" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_06f5883d5fc503b0c4e533e1a4a1ce42.setContent(html_39ec9ab3dd3eab64345557286b70779c);
|
|
|
|
|
|
|
|
marker_bf5533934c97fe4f29d1390ed2809582.bindPopup(popup_06f5883d5fc503b0c4e533e1a4a1ce42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf5533934c97fe4f29d1390ed2809582.setIcon(icon_0eaf451d013b9d780d363d850e8b0818);
|
|
|
|
|
|
var marker_967fa87ecc5ed4c354728d7f1eb95c43 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_0ce43aab91febb7d5ef4eed1ff70cc65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fea6a1cd736b32f204b16cfda112a7f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74b381e503c65ee414eb00a4c066e726 = $(`<div id="html_74b381e503c65ee414eb00a4c066e726" style="width: 100.0%; height: 100.0%;">czas.xyz</div>`)[0];
|
|
popup_fea6a1cd736b32f204b16cfda112a7f4.setContent(html_74b381e503c65ee414eb00a4c066e726);
|
|
|
|
|
|
|
|
marker_967fa87ecc5ed4c354728d7f1eb95c43.bindPopup(popup_fea6a1cd736b32f204b16cfda112a7f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_967fa87ecc5ed4c354728d7f1eb95c43.setIcon(icon_0ce43aab91febb7d5ef4eed1ff70cc65);
|
|
|
|
|
|
var marker_f1d66eb5dab102e1a78aa8a2aaf1c54f = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_b4efc96e2a807cbe9d4a0a2b96ed5abd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b3cec50894c90d63c6b30ad93d51eaa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd2721e90d435ac6c2a35503b920bd38 = $(`<div id="html_fd2721e90d435ac6c2a35503b920bd38" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_0b3cec50894c90d63c6b30ad93d51eaa.setContent(html_fd2721e90d435ac6c2a35503b920bd38);
|
|
|
|
|
|
|
|
marker_f1d66eb5dab102e1a78aa8a2aaf1c54f.bindPopup(popup_0b3cec50894c90d63c6b30ad93d51eaa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1d66eb5dab102e1a78aa8a2aaf1c54f.setIcon(icon_b4efc96e2a807cbe9d4a0a2b96ed5abd);
|
|
|
|
|
|
var marker_bf64f0e61e37dfa91fe9e200614ad6e0 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_8bca3223eaa21b030a39e886557cdcca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcfe372105f6a1636a4057fd31148ecf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bcd9ff6c79336f6402e91ace30768655 = $(`<div id="html_bcd9ff6c79336f6402e91ace30768655" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_fcfe372105f6a1636a4057fd31148ecf.setContent(html_bcd9ff6c79336f6402e91ace30768655);
|
|
|
|
|
|
|
|
marker_bf64f0e61e37dfa91fe9e200614ad6e0.bindPopup(popup_fcfe372105f6a1636a4057fd31148ecf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf64f0e61e37dfa91fe9e200614ad6e0.setIcon(icon_8bca3223eaa21b030a39e886557cdcca);
|
|
|
|
|
|
var marker_4e0033792d704645aca2791a034aad8a = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_ed7e2e8ba18d1372e733ec13972a07df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_273d8e9ae3c159dc017e9271f1ae1b8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ca67b627e110c6af93e25967b45b110 = $(`<div id="html_9ca67b627e110c6af93e25967b45b110" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_273d8e9ae3c159dc017e9271f1ae1b8e.setContent(html_9ca67b627e110c6af93e25967b45b110);
|
|
|
|
|
|
|
|
marker_4e0033792d704645aca2791a034aad8a.bindPopup(popup_273d8e9ae3c159dc017e9271f1ae1b8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e0033792d704645aca2791a034aad8a.setIcon(icon_ed7e2e8ba18d1372e733ec13972a07df);
|
|
|
|
|
|
var marker_70293a7ff55b30ec91fe4adde814706f = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_a65b63a3f308af58963feb962d2459b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b7689dff1a5b2211fae7fcf544f0d45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_808b107dc202612899bd6d1cde51224a = $(`<div id="html_808b107dc202612899bd6d1cde51224a" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_2b7689dff1a5b2211fae7fcf544f0d45.setContent(html_808b107dc202612899bd6d1cde51224a);
|
|
|
|
|
|
|
|
marker_70293a7ff55b30ec91fe4adde814706f.bindPopup(popup_2b7689dff1a5b2211fae7fcf544f0d45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70293a7ff55b30ec91fe4adde814706f.setIcon(icon_a65b63a3f308af58963feb962d2459b5);
|
|
|
|
|
|
var marker_572d94a8bf347d27be6f068f6a8e677b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_38c5871dbd7d75ef6b0281e8f4df748e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6e2ed68a6025a9f8ee48169c26fe894 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f2955a033467db442cce9e45054c6bb = $(`<div id="html_1f2955a033467db442cce9e45054c6bb" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_e6e2ed68a6025a9f8ee48169c26fe894.setContent(html_1f2955a033467db442cce9e45054c6bb);
|
|
|
|
|
|
|
|
marker_572d94a8bf347d27be6f068f6a8e677b.bindPopup(popup_e6e2ed68a6025a9f8ee48169c26fe894)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_572d94a8bf347d27be6f068f6a8e677b.setIcon(icon_38c5871dbd7d75ef6b0281e8f4df748e);
|
|
|
|
|
|
var marker_bf5f16d8f6b061dc5983616bce797c64 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_9f15aa6264781c8d4d9fa899511958fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a624ddd222515d724a9727b6edc28e22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8257fe812fb9449a8745c8649ac1ab08 = $(`<div id="html_8257fe812fb9449a8745c8649ac1ab08" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_a624ddd222515d724a9727b6edc28e22.setContent(html_8257fe812fb9449a8745c8649ac1ab08);
|
|
|
|
|
|
|
|
marker_bf5f16d8f6b061dc5983616bce797c64.bindPopup(popup_a624ddd222515d724a9727b6edc28e22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf5f16d8f6b061dc5983616bce797c64.setIcon(icon_9f15aa6264781c8d4d9fa899511958fb);
|
|
|
|
|
|
var marker_a455518badc298723715b4995d31b981 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_1ed84c4f075ccd28d20e63ef1e04df75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14f340be5eb7412c73fb83b4b445cc42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f42b07d44cb62e30c694b66d3b199a6 = $(`<div id="html_6f42b07d44cb62e30c694b66d3b199a6" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_14f340be5eb7412c73fb83b4b445cc42.setContent(html_6f42b07d44cb62e30c694b66d3b199a6);
|
|
|
|
|
|
|
|
marker_a455518badc298723715b4995d31b981.bindPopup(popup_14f340be5eb7412c73fb83b4b445cc42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a455518badc298723715b4995d31b981.setIcon(icon_1ed84c4f075ccd28d20e63ef1e04df75);
|
|
|
|
|
|
var marker_897e7f63ef7b5e4d4c10c0fa7c6919da = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_1155d99add2c3b32f0cda5c9ca873070 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ff37a0ce35df55cc79714486e2c05e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_089ccf1884e90fec22791a8e0d6355f3 = $(`<div id="html_089ccf1884e90fec22791a8e0d6355f3" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_9ff37a0ce35df55cc79714486e2c05e3.setContent(html_089ccf1884e90fec22791a8e0d6355f3);
|
|
|
|
|
|
|
|
marker_897e7f63ef7b5e4d4c10c0fa7c6919da.bindPopup(popup_9ff37a0ce35df55cc79714486e2c05e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_897e7f63ef7b5e4d4c10c0fa7c6919da.setIcon(icon_1155d99add2c3b32f0cda5c9ca873070);
|
|
|
|
|
|
var marker_8d7d45e3553dae39e0b243f997eb8c4f = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_b01fc5323824884420eb1373d3e45e2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f68f7240791f929c83d19eb591614132 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc5a032df653dc7694759a74d5fbf808 = $(`<div id="html_fc5a032df653dc7694759a74d5fbf808" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_f68f7240791f929c83d19eb591614132.setContent(html_fc5a032df653dc7694759a74d5fbf808);
|
|
|
|
|
|
|
|
marker_8d7d45e3553dae39e0b243f997eb8c4f.bindPopup(popup_f68f7240791f929c83d19eb591614132)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d7d45e3553dae39e0b243f997eb8c4f.setIcon(icon_b01fc5323824884420eb1373d3e45e2b);
|
|
|
|
|
|
var marker_f172d36b7e0fd707343933bc8f887ca1 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_c9d463d390879c94b07e3c992dad6ff3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c01df2fa6b6e1e9f159dde2a96db30c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa28d4e0dc61a12384b82ac74917ce1b = $(`<div id="html_fa28d4e0dc61a12384b82ac74917ce1b" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_5c01df2fa6b6e1e9f159dde2a96db30c.setContent(html_fa28d4e0dc61a12384b82ac74917ce1b);
|
|
|
|
|
|
|
|
marker_f172d36b7e0fd707343933bc8f887ca1.bindPopup(popup_5c01df2fa6b6e1e9f159dde2a96db30c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f172d36b7e0fd707343933bc8f887ca1.setIcon(icon_c9d463d390879c94b07e3c992dad6ff3);
|
|
|
|
|
|
var marker_28485eb88367eeb7cc06947255229b1c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_a6914fd3edfe58f7702952f28fe9626e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a382a8c84ae53b242b9f25749543d29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aad995494d08b9d8f9a7d9a4b3f56768 = $(`<div id="html_aad995494d08b9d8f9a7d9a4b3f56768" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_7a382a8c84ae53b242b9f25749543d29.setContent(html_aad995494d08b9d8f9a7d9a4b3f56768);
|
|
|
|
|
|
|
|
marker_28485eb88367eeb7cc06947255229b1c.bindPopup(popup_7a382a8c84ae53b242b9f25749543d29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28485eb88367eeb7cc06947255229b1c.setIcon(icon_a6914fd3edfe58f7702952f28fe9626e);
|
|
|
|
|
|
var marker_cf4dd0983da5b35618e683459f415188 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_20e2f2a8fda6756be8c25fd60612470a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6db72d8eca391d13952a7da6526f3d5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c633661a46a1412a567f69cc2882e2b = $(`<div id="html_8c633661a46a1412a567f69cc2882e2b" style="width: 100.0%; height: 100.0%;">relay.omarih.com</div>`)[0];
|
|
popup_6db72d8eca391d13952a7da6526f3d5e.setContent(html_8c633661a46a1412a567f69cc2882e2b);
|
|
|
|
|
|
|
|
marker_cf4dd0983da5b35618e683459f415188.bindPopup(popup_6db72d8eca391d13952a7da6526f3d5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf4dd0983da5b35618e683459f415188.setIcon(icon_20e2f2a8fda6756be8c25fd60612470a);
|
|
|
|
|
|
var marker_42fcc6989a161506728dbbe596dceddb = L.marker(
|
|
[44.5401, -123.368],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_6e8c117aef8b3ec489b7a21086e42998 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b7722cf5d9ba058e75c8023ad59835e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6411eb7d552808b116605e46dcb8a3a5 = $(`<div id="html_6411eb7d552808b116605e46dcb8a3a5" style="width: 100.0%; height: 100.0%;">relay.westernbtc.com</div>`)[0];
|
|
popup_7b7722cf5d9ba058e75c8023ad59835e.setContent(html_6411eb7d552808b116605e46dcb8a3a5);
|
|
|
|
|
|
|
|
marker_42fcc6989a161506728dbbe596dceddb.bindPopup(popup_7b7722cf5d9ba058e75c8023ad59835e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42fcc6989a161506728dbbe596dceddb.setIcon(icon_6e8c117aef8b3ec489b7a21086e42998);
|
|
|
|
|
|
var marker_363ba55b485693f57ee098a6381d7af0 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_3ca2d586947026fdef62d267a05c660b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a028d4cb50b7fe21d4bbfdc3c7e231f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6831f53a30c061c94ddba749ef3eb2a2 = $(`<div id="html_6831f53a30c061c94ddba749ef3eb2a2" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_a028d4cb50b7fe21d4bbfdc3c7e231f0.setContent(html_6831f53a30c061c94ddba749ef3eb2a2);
|
|
|
|
|
|
|
|
marker_363ba55b485693f57ee098a6381d7af0.bindPopup(popup_a028d4cb50b7fe21d4bbfdc3c7e231f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_363ba55b485693f57ee098a6381d7af0.setIcon(icon_3ca2d586947026fdef62d267a05c660b);
|
|
|
|
|
|
var marker_aa361f7aa5da1c96803c8d5505ac16d0 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_2995c8e587dbb97f96863af836f0f24e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adbbc80a25fefcc9078ff60175194d24 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9875303ada12660dc56a0bb599d9abc8 = $(`<div id="html_9875303ada12660dc56a0bb599d9abc8" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_adbbc80a25fefcc9078ff60175194d24.setContent(html_9875303ada12660dc56a0bb599d9abc8);
|
|
|
|
|
|
|
|
marker_aa361f7aa5da1c96803c8d5505ac16d0.bindPopup(popup_adbbc80a25fefcc9078ff60175194d24)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa361f7aa5da1c96803c8d5505ac16d0.setIcon(icon_2995c8e587dbb97f96863af836f0f24e);
|
|
|
|
|
|
var marker_3e6caae98f1e961d24d30fd28be025ef = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_31a84c536aa45cf3b0f9ed701ce4c7e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33b33698790956bda33d503aaec72054 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2012f48aa73e533e16ced5f654c7e7de = $(`<div id="html_2012f48aa73e533e16ced5f654c7e7de" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_33b33698790956bda33d503aaec72054.setContent(html_2012f48aa73e533e16ced5f654c7e7de);
|
|
|
|
|
|
|
|
marker_3e6caae98f1e961d24d30fd28be025ef.bindPopup(popup_33b33698790956bda33d503aaec72054)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e6caae98f1e961d24d30fd28be025ef.setIcon(icon_31a84c536aa45cf3b0f9ed701ce4c7e3);
|
|
|
|
|
|
var marker_a0d142eebc5e016af5a3b970036100c1 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_b967e959abde022f2c532dc12bfae9a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d97686c4ee4941bf2fba22f7722cfc9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f747b4a8031baaa62727ad5d4bfb3680 = $(`<div id="html_f747b4a8031baaa62727ad5d4bfb3680" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_d97686c4ee4941bf2fba22f7722cfc9f.setContent(html_f747b4a8031baaa62727ad5d4bfb3680);
|
|
|
|
|
|
|
|
marker_a0d142eebc5e016af5a3b970036100c1.bindPopup(popup_d97686c4ee4941bf2fba22f7722cfc9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0d142eebc5e016af5a3b970036100c1.setIcon(icon_b967e959abde022f2c532dc12bfae9a3);
|
|
|
|
|
|
var marker_9549b5ce6b97b487f99e3ae431faadb1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_d4902d23ec7c18e0e6ace30f98e7fac4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b894c52318d1d34c37c8f1465135168 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_893ece05835b378510d935f1b37967bd = $(`<div id="html_893ece05835b378510d935f1b37967bd" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_0b894c52318d1d34c37c8f1465135168.setContent(html_893ece05835b378510d935f1b37967bd);
|
|
|
|
|
|
|
|
marker_9549b5ce6b97b487f99e3ae431faadb1.bindPopup(popup_0b894c52318d1d34c37c8f1465135168)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9549b5ce6b97b487f99e3ae431faadb1.setIcon(icon_d4902d23ec7c18e0e6ace30f98e7fac4);
|
|
|
|
|
|
var marker_d5e43fcd196c071f199f186217acbcda = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_7bb4020cdd0a37b2b4f2e12e395d4918 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1bcd6ee020cd761a2ab26701dc77c454 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec642215d6530d0249460c8c9364631b = $(`<div id="html_ec642215d6530d0249460c8c9364631b" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_1bcd6ee020cd761a2ab26701dc77c454.setContent(html_ec642215d6530d0249460c8c9364631b);
|
|
|
|
|
|
|
|
marker_d5e43fcd196c071f199f186217acbcda.bindPopup(popup_1bcd6ee020cd761a2ab26701dc77c454)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5e43fcd196c071f199f186217acbcda.setIcon(icon_7bb4020cdd0a37b2b4f2e12e395d4918);
|
|
|
|
|
|
var marker_518c3cd56c3b3b4ced112170185244db = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_180b49fe51b545c7468904099249057f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eaeb8602c400bb12afcc55bfac8509f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60bd4704fa0e095e271f34dcb42d2a53 = $(`<div id="html_60bd4704fa0e095e271f34dcb42d2a53" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_eaeb8602c400bb12afcc55bfac8509f4.setContent(html_60bd4704fa0e095e271f34dcb42d2a53);
|
|
|
|
|
|
|
|
marker_518c3cd56c3b3b4ced112170185244db.bindPopup(popup_eaeb8602c400bb12afcc55bfac8509f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_518c3cd56c3b3b4ced112170185244db.setIcon(icon_180b49fe51b545c7468904099249057f);
|
|
|
|
|
|
var marker_1a9796c358a5850125e1873905e464fb = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_58c76e1347645f70e9bb5289db28de11 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93da3296f959fc1bef40a5f1064a427d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f59989f1255e71e5c5e31157cc0295dc = $(`<div id="html_f59989f1255e71e5c5e31157cc0295dc" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_93da3296f959fc1bef40a5f1064a427d.setContent(html_f59989f1255e71e5c5e31157cc0295dc);
|
|
|
|
|
|
|
|
marker_1a9796c358a5850125e1873905e464fb.bindPopup(popup_93da3296f959fc1bef40a5f1064a427d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a9796c358a5850125e1873905e464fb.setIcon(icon_58c76e1347645f70e9bb5289db28de11);
|
|
|
|
|
|
var marker_aa54578db5374e34d05b6c6286027208 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_a2fe67bdafdc4d72ab959d533fd7ba3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94d4690488c383b249c38ac73663dfff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b43dc49f32bacb199235d5ace71c0399 = $(`<div id="html_b43dc49f32bacb199235d5ace71c0399" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_94d4690488c383b249c38ac73663dfff.setContent(html_b43dc49f32bacb199235d5ace71c0399);
|
|
|
|
|
|
|
|
marker_aa54578db5374e34d05b6c6286027208.bindPopup(popup_94d4690488c383b249c38ac73663dfff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa54578db5374e34d05b6c6286027208.setIcon(icon_a2fe67bdafdc4d72ab959d533fd7ba3e);
|
|
|
|
|
|
var marker_f9b2a92bd322f339913d957bd56c7542 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_5d8c5f9de85f0f271c66ba88d8233db4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9596dc0115bd01d3b5d13f25dc0ed74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37876b839c31eb5e9efb57d651d63471 = $(`<div id="html_37876b839c31eb5e9efb57d651d63471" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_b9596dc0115bd01d3b5d13f25dc0ed74.setContent(html_37876b839c31eb5e9efb57d651d63471);
|
|
|
|
|
|
|
|
marker_f9b2a92bd322f339913d957bd56c7542.bindPopup(popup_b9596dc0115bd01d3b5d13f25dc0ed74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9b2a92bd322f339913d957bd56c7542.setIcon(icon_5d8c5f9de85f0f271c66ba88d8233db4);
|
|
|
|
|
|
var marker_6ce668a6bba609288e3afc688dfbd2aa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_d20a885289174801e6e161cc3f570b4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_efca40651d7168be4492619d1f82eb59 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e19f8617050ad33fc4a2152587961b0f = $(`<div id="html_e19f8617050ad33fc4a2152587961b0f" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_efca40651d7168be4492619d1f82eb59.setContent(html_e19f8617050ad33fc4a2152587961b0f);
|
|
|
|
|
|
|
|
marker_6ce668a6bba609288e3afc688dfbd2aa.bindPopup(popup_efca40651d7168be4492619d1f82eb59)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ce668a6bba609288e3afc688dfbd2aa.setIcon(icon_d20a885289174801e6e161cc3f570b4c);
|
|
|
|
|
|
var marker_b3a6be4ade55a2872c7f3da0aa23ea76 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_ac043658661814b37e3019c84795dfa2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e14d011386bbe1fbeb66bf3d0ec7fd1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac8719c699c870ed891cb4fb92574c01 = $(`<div id="html_ac8719c699c870ed891cb4fb92574c01" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_7e14d011386bbe1fbeb66bf3d0ec7fd1.setContent(html_ac8719c699c870ed891cb4fb92574c01);
|
|
|
|
|
|
|
|
marker_b3a6be4ade55a2872c7f3da0aa23ea76.bindPopup(popup_7e14d011386bbe1fbeb66bf3d0ec7fd1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3a6be4ade55a2872c7f3da0aa23ea76.setIcon(icon_ac043658661814b37e3019c84795dfa2);
|
|
|
|
|
|
var marker_7a34882f6e44fc11d8a81159b9a5e9b0 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_bab0940b5cd6393e93497d5912a0f82c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0ae30bacf6e8284fd31ccb3a34d49c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56fdd26744bd47a7285fd6353fe45749 = $(`<div id="html_56fdd26744bd47a7285fd6353fe45749" style="width: 100.0%; height: 100.0%;">nostr.okienko.live</div>`)[0];
|
|
popup_e0ae30bacf6e8284fd31ccb3a34d49c6.setContent(html_56fdd26744bd47a7285fd6353fe45749);
|
|
|
|
|
|
|
|
marker_7a34882f6e44fc11d8a81159b9a5e9b0.bindPopup(popup_e0ae30bacf6e8284fd31ccb3a34d49c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a34882f6e44fc11d8a81159b9a5e9b0.setIcon(icon_bab0940b5cd6393e93497d5912a0f82c);
|
|
|
|
|
|
var marker_bbcf51f63395b220eaf5b49fc323e86b = L.marker(
|
|
[15.5163, 103.194],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_13115d3e3002f5cdd56061dda9c43ede = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb7545d39bcfa127e1517d570a5045db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab03d3ad3b3778b99937d814aebe5161 = $(`<div id="html_ab03d3ad3b3778b99937d814aebe5161" style="width: 100.0%; height: 100.0%;">nostr-relay.gateway.in.th</div>`)[0];
|
|
popup_fb7545d39bcfa127e1517d570a5045db.setContent(html_ab03d3ad3b3778b99937d814aebe5161);
|
|
|
|
|
|
|
|
marker_bbcf51f63395b220eaf5b49fc323e86b.bindPopup(popup_fb7545d39bcfa127e1517d570a5045db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bbcf51f63395b220eaf5b49fc323e86b.setIcon(icon_13115d3e3002f5cdd56061dda9c43ede);
|
|
|
|
|
|
var marker_da73d4bae59d7bde34daefd0db80acf3 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_554c6f928fc831e8775b782e08f2b482 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_119cd93ca4b8a4d53f5eb8c51956cf22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46fa20b003d10e66cecf6968cb492b7f = $(`<div id="html_46fa20b003d10e66cecf6968cb492b7f" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_119cd93ca4b8a4d53f5eb8c51956cf22.setContent(html_46fa20b003d10e66cecf6968cb492b7f);
|
|
|
|
|
|
|
|
marker_da73d4bae59d7bde34daefd0db80acf3.bindPopup(popup_119cd93ca4b8a4d53f5eb8c51956cf22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da73d4bae59d7bde34daefd0db80acf3.setIcon(icon_554c6f928fc831e8775b782e08f2b482);
|
|
|
|
|
|
var marker_3d5b5a1c512c0cca57343fe85fdbcb0d = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_7fcce167af8a7b46f5e4ea21b97f3fcb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4100d9d7d6ca1f4b31164dac2ce207ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20340330ec086d4d8dabc855d3c2c8bb = $(`<div id="html_20340330ec086d4d8dabc855d3c2c8bb" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_4100d9d7d6ca1f4b31164dac2ce207ec.setContent(html_20340330ec086d4d8dabc855d3c2c8bb);
|
|
|
|
|
|
|
|
marker_3d5b5a1c512c0cca57343fe85fdbcb0d.bindPopup(popup_4100d9d7d6ca1f4b31164dac2ce207ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d5b5a1c512c0cca57343fe85fdbcb0d.setIcon(icon_7fcce167af8a7b46f5e4ea21b97f3fcb);
|
|
|
|
|
|
var marker_1fbefff8c3cb928daa04f0c353aaece7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_1f0acc227066e7d0a513fc5cd2fd4a82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_805962f2097d25f48908e9685209e3ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_901131941361e614dde3fcf0d5603709 = $(`<div id="html_901131941361e614dde3fcf0d5603709" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_805962f2097d25f48908e9685209e3ba.setContent(html_901131941361e614dde3fcf0d5603709);
|
|
|
|
|
|
|
|
marker_1fbefff8c3cb928daa04f0c353aaece7.bindPopup(popup_805962f2097d25f48908e9685209e3ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fbefff8c3cb928daa04f0c353aaece7.setIcon(icon_1f0acc227066e7d0a513fc5cd2fd4a82);
|
|
|
|
|
|
var marker_7ea029b8a3a1b8248a152c82bf1b615a = L.marker(
|
|
[43.2965, 5.36978],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_939828e8abd75f7562cf094741929b93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2338547d15be356a6247c75c7cca7035 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab8f5d64ed252d49692834fd7e946b82 = $(`<div id="html_ab8f5d64ed252d49692834fd7e946b82" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_2338547d15be356a6247c75c7cca7035.setContent(html_ab8f5d64ed252d49692834fd7e946b82);
|
|
|
|
|
|
|
|
marker_7ea029b8a3a1b8248a152c82bf1b615a.bindPopup(popup_2338547d15be356a6247c75c7cca7035)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ea029b8a3a1b8248a152c82bf1b615a.setIcon(icon_939828e8abd75f7562cf094741929b93);
|
|
|
|
|
|
var marker_b57174bac1fb218e0aed7774b978625b = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_ccdcc97c4cf717834641f10929d87b23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a595decbb4a8f554fbea73b24c60d4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35735e2bfbd8b95e1b5a1db961c7c84e = $(`<div id="html_35735e2bfbd8b95e1b5a1db961c7c84e" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_7a595decbb4a8f554fbea73b24c60d4c.setContent(html_35735e2bfbd8b95e1b5a1db961c7c84e);
|
|
|
|
|
|
|
|
marker_b57174bac1fb218e0aed7774b978625b.bindPopup(popup_7a595decbb4a8f554fbea73b24c60d4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b57174bac1fb218e0aed7774b978625b.setIcon(icon_ccdcc97c4cf717834641f10929d87b23);
|
|
|
|
|
|
var marker_c3f56d56dce321a962a10eccb85e8531 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_f1a006224d4a75f1839b0401f28f1238 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb5188dd967299dd631ce337c649d577 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3e83f3da64d37f33ef702929f51c0d2 = $(`<div id="html_c3e83f3da64d37f33ef702929f51c0d2" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_eb5188dd967299dd631ce337c649d577.setContent(html_c3e83f3da64d37f33ef702929f51c0d2);
|
|
|
|
|
|
|
|
marker_c3f56d56dce321a962a10eccb85e8531.bindPopup(popup_eb5188dd967299dd631ce337c649d577)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3f56d56dce321a962a10eccb85e8531.setIcon(icon_f1a006224d4a75f1839b0401f28f1238);
|
|
|
|
|
|
var marker_b23484c2d4f9bcaa8e20b9203ff787da = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_0366c40b843b35693738862bc640915e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c468151ba2419281a1cb833991564f0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf64aa9041e294a8b81b944eb63aefa1 = $(`<div id="html_cf64aa9041e294a8b81b944eb63aefa1" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_c468151ba2419281a1cb833991564f0e.setContent(html_cf64aa9041e294a8b81b944eb63aefa1);
|
|
|
|
|
|
|
|
marker_b23484c2d4f9bcaa8e20b9203ff787da.bindPopup(popup_c468151ba2419281a1cb833991564f0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b23484c2d4f9bcaa8e20b9203ff787da.setIcon(icon_0366c40b843b35693738862bc640915e);
|
|
|
|
|
|
var marker_429aec5bf0a4bc21b1d93aa24d8eecab = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_60ad6292d6a9639328a2405c7501f8e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a033c9d2377a5aad2cd10c8d0c7901f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44eb3bd28a6ac9fb55da94f9e9f54a23 = $(`<div id="html_44eb3bd28a6ac9fb55da94f9e9f54a23" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_8a033c9d2377a5aad2cd10c8d0c7901f.setContent(html_44eb3bd28a6ac9fb55da94f9e9f54a23);
|
|
|
|
|
|
|
|
marker_429aec5bf0a4bc21b1d93aa24d8eecab.bindPopup(popup_8a033c9d2377a5aad2cd10c8d0c7901f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_429aec5bf0a4bc21b1d93aa24d8eecab.setIcon(icon_60ad6292d6a9639328a2405c7501f8e0);
|
|
|
|
|
|
var marker_5b3747dce3e6627a9eeaa24549a3fb73 = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_dbce3bdb78af92bf43a187d609f16ec6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3988a613c1a30f4346b9749f2d8072e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a3938bc3bca1f92f3a79372455e2847 = $(`<div id="html_3a3938bc3bca1f92f3a79372455e2847" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_b3988a613c1a30f4346b9749f2d8072e.setContent(html_3a3938bc3bca1f92f3a79372455e2847);
|
|
|
|
|
|
|
|
marker_5b3747dce3e6627a9eeaa24549a3fb73.bindPopup(popup_b3988a613c1a30f4346b9749f2d8072e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b3747dce3e6627a9eeaa24549a3fb73.setIcon(icon_dbce3bdb78af92bf43a187d609f16ec6);
|
|
|
|
|
|
var marker_9847a53fdbd21f305fd21e62af87f2d4 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_9861997fbbe19ba2112a4f43480d152f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdc39d640a0eb025f769de1934cad1ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b76a8e15c7484a9c9a5ea4f66c34fd27 = $(`<div id="html_b76a8e15c7484a9c9a5ea4f66c34fd27" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_fdc39d640a0eb025f769de1934cad1ca.setContent(html_b76a8e15c7484a9c9a5ea4f66c34fd27);
|
|
|
|
|
|
|
|
marker_9847a53fdbd21f305fd21e62af87f2d4.bindPopup(popup_fdc39d640a0eb025f769de1934cad1ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9847a53fdbd21f305fd21e62af87f2d4.setIcon(icon_9861997fbbe19ba2112a4f43480d152f);
|
|
|
|
|
|
var marker_548b3a1831eb87a521f630014a0753ef = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_23b9b9e4f93a0bfb5fb2ebca2bd2b088 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2f534655856467eb21f727a0b13749d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8ad7a41f7962579a857ed16edcb89b8 = $(`<div id="html_f8ad7a41f7962579a857ed16edcb89b8" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_c2f534655856467eb21f727a0b13749d.setContent(html_f8ad7a41f7962579a857ed16edcb89b8);
|
|
|
|
|
|
|
|
marker_548b3a1831eb87a521f630014a0753ef.bindPopup(popup_c2f534655856467eb21f727a0b13749d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_548b3a1831eb87a521f630014a0753ef.setIcon(icon_23b9b9e4f93a0bfb5fb2ebca2bd2b088);
|
|
|
|
|
|
var marker_058d167d6de03253e51244c75411ef83 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_9f48819852a5815d428b430b72696e9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d764336fe3d0f4fe4d9f789c342845d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64d1b1781d5296b6cf81e6877ae70097 = $(`<div id="html_64d1b1781d5296b6cf81e6877ae70097" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_d764336fe3d0f4fe4d9f789c342845d3.setContent(html_64d1b1781d5296b6cf81e6877ae70097);
|
|
|
|
|
|
|
|
marker_058d167d6de03253e51244c75411ef83.bindPopup(popup_d764336fe3d0f4fe4d9f789c342845d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_058d167d6de03253e51244c75411ef83.setIcon(icon_9f48819852a5815d428b430b72696e9f);
|
|
|
|
|
|
var marker_e094d9b9380b5ccca15bacfecac21cb3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_f989e2af51a7ff71bfc9ad632bde5ec0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c240a64963ae2bdcba8b8f876698b04b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd5d9e8ef59037287da1e7ee4da35099 = $(`<div id="html_cd5d9e8ef59037287da1e7ee4da35099" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_c240a64963ae2bdcba8b8f876698b04b.setContent(html_cd5d9e8ef59037287da1e7ee4da35099);
|
|
|
|
|
|
|
|
marker_e094d9b9380b5ccca15bacfecac21cb3.bindPopup(popup_c240a64963ae2bdcba8b8f876698b04b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e094d9b9380b5ccca15bacfecac21cb3.setIcon(icon_f989e2af51a7ff71bfc9ad632bde5ec0);
|
|
|
|
|
|
var marker_87b62c0315085d4ad474ccbbcb808225 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_8481ea31ef5f6c21271c8befa7c06561 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_099475f2ceeae45e79d58a3202060d61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ac65b546f4945e12ead5aba54ed8ccc = $(`<div id="html_6ac65b546f4945e12ead5aba54ed8ccc" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_099475f2ceeae45e79d58a3202060d61.setContent(html_6ac65b546f4945e12ead5aba54ed8ccc);
|
|
|
|
|
|
|
|
marker_87b62c0315085d4ad474ccbbcb808225.bindPopup(popup_099475f2ceeae45e79d58a3202060d61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87b62c0315085d4ad474ccbbcb808225.setIcon(icon_8481ea31ef5f6c21271c8befa7c06561);
|
|
|
|
|
|
var marker_53c609a4c987cf9d8100f77af9ac589d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_791928fa6950345fbd06409b9d24ea55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_581a2d4d795a96f9d48c32ed4b17d31b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab8dbbca2607b4f90dea39bb2d19eee4 = $(`<div id="html_ab8dbbca2607b4f90dea39bb2d19eee4" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_581a2d4d795a96f9d48c32ed4b17d31b.setContent(html_ab8dbbca2607b4f90dea39bb2d19eee4);
|
|
|
|
|
|
|
|
marker_53c609a4c987cf9d8100f77af9ac589d.bindPopup(popup_581a2d4d795a96f9d48c32ed4b17d31b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53c609a4c987cf9d8100f77af9ac589d.setIcon(icon_791928fa6950345fbd06409b9d24ea55);
|
|
|
|
|
|
var marker_992eee911c17e714c00ea1ffeb2ea4ff = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_8ba160920bd48b931b074fedd5361de3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc098bb932eb0350828e63399d153cb8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_313fae3b98b892d905fafd1eb3c7e431 = $(`<div id="html_313fae3b98b892d905fafd1eb3c7e431" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_fc098bb932eb0350828e63399d153cb8.setContent(html_313fae3b98b892d905fafd1eb3c7e431);
|
|
|
|
|
|
|
|
marker_992eee911c17e714c00ea1ffeb2ea4ff.bindPopup(popup_fc098bb932eb0350828e63399d153cb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_992eee911c17e714c00ea1ffeb2ea4ff.setIcon(icon_8ba160920bd48b931b074fedd5361de3);
|
|
|
|
|
|
var marker_bb688def8eca8b87a644c62e9803fc3d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_78a18012c2fbf82209ad4a383dde9f0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9899972041c9e1a5e8909523b7ea64a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c09d47749e804a7b3a051d1bab5324f = $(`<div id="html_1c09d47749e804a7b3a051d1bab5324f" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_9899972041c9e1a5e8909523b7ea64a1.setContent(html_1c09d47749e804a7b3a051d1bab5324f);
|
|
|
|
|
|
|
|
marker_bb688def8eca8b87a644c62e9803fc3d.bindPopup(popup_9899972041c9e1a5e8909523b7ea64a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb688def8eca8b87a644c62e9803fc3d.setIcon(icon_78a18012c2fbf82209ad4a383dde9f0d);
|
|
|
|
|
|
var marker_2f34486812b13f476a7995b91eecc9ad = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_fe16a715a6159ac08036d47b7e638c07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41ed958dbb413345e2923b5940bbb502 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e1527d8197793c88847b916481c6159 = $(`<div id="html_3e1527d8197793c88847b916481c6159" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_41ed958dbb413345e2923b5940bbb502.setContent(html_3e1527d8197793c88847b916481c6159);
|
|
|
|
|
|
|
|
marker_2f34486812b13f476a7995b91eecc9ad.bindPopup(popup_41ed958dbb413345e2923b5940bbb502)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f34486812b13f476a7995b91eecc9ad.setIcon(icon_fe16a715a6159ac08036d47b7e638c07);
|
|
|
|
|
|
var marker_0e75c3d443c4b6b7639473ed2aa70b2d = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_0f78e57e8ed6ec9caed399e489651e6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_efeca5aaa55ab2c6af8ca415b18678a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2ab6c3702f1eaa620464249bd619f19 = $(`<div id="html_c2ab6c3702f1eaa620464249bd619f19" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_efeca5aaa55ab2c6af8ca415b18678a3.setContent(html_c2ab6c3702f1eaa620464249bd619f19);
|
|
|
|
|
|
|
|
marker_0e75c3d443c4b6b7639473ed2aa70b2d.bindPopup(popup_efeca5aaa55ab2c6af8ca415b18678a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e75c3d443c4b6b7639473ed2aa70b2d.setIcon(icon_0f78e57e8ed6ec9caed399e489651e6d);
|
|
|
|
|
|
var marker_1f84537095d223b06ae255e277ecd589 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_d21f655b66a9c4a68ad294a617aba7fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4009e15b4a8b81671221860a32f18c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e895bdc24481ffcd6c1f7e6b210fb25 = $(`<div id="html_9e895bdc24481ffcd6c1f7e6b210fb25" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_c4009e15b4a8b81671221860a32f18c2.setContent(html_9e895bdc24481ffcd6c1f7e6b210fb25);
|
|
|
|
|
|
|
|
marker_1f84537095d223b06ae255e277ecd589.bindPopup(popup_c4009e15b4a8b81671221860a32f18c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f84537095d223b06ae255e277ecd589.setIcon(icon_d21f655b66a9c4a68ad294a617aba7fc);
|
|
|
|
|
|
var marker_01f7e10b40e6fa14d79fb497971a4b89 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_604ce1d5840af6f2a122bb69347f7075 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c31469157184870543df60fd417751e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fce94279866bb9d61ea50cc7866698ee = $(`<div id="html_fce94279866bb9d61ea50cc7866698ee" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_9c31469157184870543df60fd417751e.setContent(html_fce94279866bb9d61ea50cc7866698ee);
|
|
|
|
|
|
|
|
marker_01f7e10b40e6fa14d79fb497971a4b89.bindPopup(popup_9c31469157184870543df60fd417751e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01f7e10b40e6fa14d79fb497971a4b89.setIcon(icon_604ce1d5840af6f2a122bb69347f7075);
|
|
|
|
|
|
var marker_6283005a70a24378d848189a93de2f00 = L.marker(
|
|
[47.6732, -117.239],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_a4312ae95d117706d5ad8e568a277aa7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d3ed39548d9c81b2545878323a03d2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea92b9f4b808426f7d5d76897c2a1563 = $(`<div id="html_ea92b9f4b808426f7d5d76897c2a1563" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_0d3ed39548d9c81b2545878323a03d2d.setContent(html_ea92b9f4b808426f7d5d76897c2a1563);
|
|
|
|
|
|
|
|
marker_6283005a70a24378d848189a93de2f00.bindPopup(popup_0d3ed39548d9c81b2545878323a03d2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6283005a70a24378d848189a93de2f00.setIcon(icon_a4312ae95d117706d5ad8e568a277aa7);
|
|
|
|
|
|
var marker_689882a511c2938dcc26fd029957a1e6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_639ed61471f0be67655b54fdeb0a058b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d624c1f6cbd81420bb5cabf7939cf0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e28a1024f018571e27fc0936ec558898 = $(`<div id="html_e28a1024f018571e27fc0936ec558898" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_3d624c1f6cbd81420bb5cabf7939cf0e.setContent(html_e28a1024f018571e27fc0936ec558898);
|
|
|
|
|
|
|
|
marker_689882a511c2938dcc26fd029957a1e6.bindPopup(popup_3d624c1f6cbd81420bb5cabf7939cf0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_689882a511c2938dcc26fd029957a1e6.setIcon(icon_639ed61471f0be67655b54fdeb0a058b);
|
|
|
|
|
|
var marker_c12e9b5bc0d5d366c3b9bdf709401c34 = L.marker(
|
|
[51.2821, 6.78285],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_54017e701c71295a9d9a9e9b1f55e9ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12a59c58dea3b413191e8e3e89875e6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_501b355e1b02875c02bce3a7d1ff66c9 = $(`<div id="html_501b355e1b02875c02bce3a7d1ff66c9" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_12a59c58dea3b413191e8e3e89875e6e.setContent(html_501b355e1b02875c02bce3a7d1ff66c9);
|
|
|
|
|
|
|
|
marker_c12e9b5bc0d5d366c3b9bdf709401c34.bindPopup(popup_12a59c58dea3b413191e8e3e89875e6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c12e9b5bc0d5d366c3b9bdf709401c34.setIcon(icon_54017e701c71295a9d9a9e9b1f55e9ac);
|
|
|
|
|
|
var marker_8bd526758d025ed3033e2e62602fdc91 = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_bbc36c01a8892a7b73d577bfe71feda6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b227e9e873eb02b91a6f6e7a251fd44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac9590c2ba6b2d995c74f9e32e54c137 = $(`<div id="html_ac9590c2ba6b2d995c74f9e32e54c137" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_8b227e9e873eb02b91a6f6e7a251fd44.setContent(html_ac9590c2ba6b2d995c74f9e32e54c137);
|
|
|
|
|
|
|
|
marker_8bd526758d025ed3033e2e62602fdc91.bindPopup(popup_8b227e9e873eb02b91a6f6e7a251fd44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bd526758d025ed3033e2e62602fdc91.setIcon(icon_bbc36c01a8892a7b73d577bfe71feda6);
|
|
|
|
|
|
var marker_1865a0e0969d8a0719fb85055a79a92a = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_7d350e23a172d3a945d0f7d1a5f7f257 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_172c82f791b1bde4fb911509e2ce8147 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42cdbfb7a2d20222e7e098071dacbfa2 = $(`<div id="html_42cdbfb7a2d20222e7e098071dacbfa2" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_172c82f791b1bde4fb911509e2ce8147.setContent(html_42cdbfb7a2d20222e7e098071dacbfa2);
|
|
|
|
|
|
|
|
marker_1865a0e0969d8a0719fb85055a79a92a.bindPopup(popup_172c82f791b1bde4fb911509e2ce8147)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1865a0e0969d8a0719fb85055a79a92a.setIcon(icon_7d350e23a172d3a945d0f7d1a5f7f257);
|
|
|
|
|
|
var marker_c24474afae7c9ce91571772a89f0db3f = L.marker(
|
|
[49.704, -124.918],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_c400ef5d1e2b31db1f132fc64e13cc39 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39500da3a1f158ea735adbb3bbe9f6d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0fbb840ca5d351e196d9876fc4884c0 = $(`<div id="html_a0fbb840ca5d351e196d9876fc4884c0" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_39500da3a1f158ea735adbb3bbe9f6d3.setContent(html_a0fbb840ca5d351e196d9876fc4884c0);
|
|
|
|
|
|
|
|
marker_c24474afae7c9ce91571772a89f0db3f.bindPopup(popup_39500da3a1f158ea735adbb3bbe9f6d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c24474afae7c9ce91571772a89f0db3f.setIcon(icon_c400ef5d1e2b31db1f132fc64e13cc39);
|
|
|
|
|
|
var marker_ce338d9d958a4a73ea3ade2cae2bb43d = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_29e9ac714d0b9708b240ed54a2ee4867 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_237f0ffe37a02737f4f1ac5f0b87a10f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbab54298171b65bfc09c27d2477d84b = $(`<div id="html_dbab54298171b65bfc09c27d2477d84b" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_237f0ffe37a02737f4f1ac5f0b87a10f.setContent(html_dbab54298171b65bfc09c27d2477d84b);
|
|
|
|
|
|
|
|
marker_ce338d9d958a4a73ea3ade2cae2bb43d.bindPopup(popup_237f0ffe37a02737f4f1ac5f0b87a10f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce338d9d958a4a73ea3ade2cae2bb43d.setIcon(icon_29e9ac714d0b9708b240ed54a2ee4867);
|
|
|
|
|
|
var marker_6d8d42886660e7773dfde3eafcb60475 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_68dd1eee306d025eb3d03fcdb3a3d053 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85f6b0bfac51118982e974fdfc6626cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e8ed4201bf30a4a2962d3466f51eb76 = $(`<div id="html_2e8ed4201bf30a4a2962d3466f51eb76" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_85f6b0bfac51118982e974fdfc6626cb.setContent(html_2e8ed4201bf30a4a2962d3466f51eb76);
|
|
|
|
|
|
|
|
marker_6d8d42886660e7773dfde3eafcb60475.bindPopup(popup_85f6b0bfac51118982e974fdfc6626cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d8d42886660e7773dfde3eafcb60475.setIcon(icon_68dd1eee306d025eb3d03fcdb3a3d053);
|
|
|
|
|
|
var marker_97ecad8ce0bcc5153f02f300f946cb51 = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_db4c476f52974ae8a25fe80515a172a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27963f2be5f52176f85f98c140457aba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56d102471b802c552adfd0e954f8a9d3 = $(`<div id="html_56d102471b802c552adfd0e954f8a9d3" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_27963f2be5f52176f85f98c140457aba.setContent(html_56d102471b802c552adfd0e954f8a9d3);
|
|
|
|
|
|
|
|
marker_97ecad8ce0bcc5153f02f300f946cb51.bindPopup(popup_27963f2be5f52176f85f98c140457aba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97ecad8ce0bcc5153f02f300f946cb51.setIcon(icon_db4c476f52974ae8a25fe80515a172a5);
|
|
|
|
|
|
var marker_65ed2c96b6e4e4209bce8108406a5953 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_6417bb45f77b2f7f686c4c14d557e97c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c07bfadf1769c0fc9e9e4c418f2f4acd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_010e320d6dfb8872d1a95c911b3e497f = $(`<div id="html_010e320d6dfb8872d1a95c911b3e497f" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_c07bfadf1769c0fc9e9e4c418f2f4acd.setContent(html_010e320d6dfb8872d1a95c911b3e497f);
|
|
|
|
|
|
|
|
marker_65ed2c96b6e4e4209bce8108406a5953.bindPopup(popup_c07bfadf1769c0fc9e9e4c418f2f4acd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65ed2c96b6e4e4209bce8108406a5953.setIcon(icon_6417bb45f77b2f7f686c4c14d557e97c);
|
|
|
|
|
|
var marker_4521e944fcc8dbf6a92cdc2a42fb1a3f = L.marker(
|
|
[33.7501, -84.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_103674f63e11cff2de87ef90a9d3929a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcc44b9d09b24dc11ed5ec8a02a30603 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_691f11c1d3c30366ae69dfc1eb3df6e3 = $(`<div id="html_691f11c1d3c30366ae69dfc1eb3df6e3" style="width: 100.0%; height: 100.0%;">relay.smies.me</div>`)[0];
|
|
popup_fcc44b9d09b24dc11ed5ec8a02a30603.setContent(html_691f11c1d3c30366ae69dfc1eb3df6e3);
|
|
|
|
|
|
|
|
marker_4521e944fcc8dbf6a92cdc2a42fb1a3f.bindPopup(popup_fcc44b9d09b24dc11ed5ec8a02a30603)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4521e944fcc8dbf6a92cdc2a42fb1a3f.setIcon(icon_103674f63e11cff2de87ef90a9d3929a);
|
|
|
|
|
|
var marker_6d246d198123e0af6c658a5c70b9cf38 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_baba6156234f69e316591054342646aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_871e0dbabeed9416e5f70a5e70c72b47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a18f2ce4ad5523a10d2a40ac046bcc1 = $(`<div id="html_5a18f2ce4ad5523a10d2a40ac046bcc1" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_871e0dbabeed9416e5f70a5e70c72b47.setContent(html_5a18f2ce4ad5523a10d2a40ac046bcc1);
|
|
|
|
|
|
|
|
marker_6d246d198123e0af6c658a5c70b9cf38.bindPopup(popup_871e0dbabeed9416e5f70a5e70c72b47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d246d198123e0af6c658a5c70b9cf38.setIcon(icon_baba6156234f69e316591054342646aa);
|
|
|
|
|
|
var marker_0ca9eab934f4983cc0720f3441572b80 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_76abdaa5e7b68797a98355ef22ece7f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8657429d69d31c1012a88a77becefc75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_956c0cfd2ff5864db48436a5be78ca27 = $(`<div id="html_956c0cfd2ff5864db48436a5be78ca27" style="width: 100.0%; height: 100.0%;">nostr.parallel.hetu.org:8443</div>`)[0];
|
|
popup_8657429d69d31c1012a88a77becefc75.setContent(html_956c0cfd2ff5864db48436a5be78ca27);
|
|
|
|
|
|
|
|
marker_0ca9eab934f4983cc0720f3441572b80.bindPopup(popup_8657429d69d31c1012a88a77becefc75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ca9eab934f4983cc0720f3441572b80.setIcon(icon_76abdaa5e7b68797a98355ef22ece7f1);
|
|
|
|
|
|
var marker_ca0574151e82b86e8864942a052b4006 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_211cadec788ff54f19ed11560f1826be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03e97a6aec5b3c40e9e44f4474158759 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c01109a8e334d6e7056322cb90df3b10 = $(`<div id="html_c01109a8e334d6e7056322cb90df3b10" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_03e97a6aec5b3c40e9e44f4474158759.setContent(html_c01109a8e334d6e7056322cb90df3b10);
|
|
|
|
|
|
|
|
marker_ca0574151e82b86e8864942a052b4006.bindPopup(popup_03e97a6aec5b3c40e9e44f4474158759)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca0574151e82b86e8864942a052b4006.setIcon(icon_211cadec788ff54f19ed11560f1826be);
|
|
|
|
|
|
var marker_ffd6d35cde6cc20d6c97717c62f72319 = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_5711a517643fff520d04cc10646b1ba5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_289909dc31a5da94830176f5bc90d5bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb1307c2dd21d253d18e825374052fd9 = $(`<div id="html_bb1307c2dd21d253d18e825374052fd9" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_289909dc31a5da94830176f5bc90d5bb.setContent(html_bb1307c2dd21d253d18e825374052fd9);
|
|
|
|
|
|
|
|
marker_ffd6d35cde6cc20d6c97717c62f72319.bindPopup(popup_289909dc31a5da94830176f5bc90d5bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffd6d35cde6cc20d6c97717c62f72319.setIcon(icon_5711a517643fff520d04cc10646b1ba5);
|
|
|
|
|
|
var marker_483ebea8cd58e441b456fd68f03be96d = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_c3dc9d5ad2cd61d338ed265b449a59e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05c4324118ba206ae2c8276672b67fdc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dba898d950c7a1a965c10336444b6028 = $(`<div id="html_dba898d950c7a1a965c10336444b6028" style="width: 100.0%; height: 100.0%;">shu03.shugur.net</div>`)[0];
|
|
popup_05c4324118ba206ae2c8276672b67fdc.setContent(html_dba898d950c7a1a965c10336444b6028);
|
|
|
|
|
|
|
|
marker_483ebea8cd58e441b456fd68f03be96d.bindPopup(popup_05c4324118ba206ae2c8276672b67fdc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_483ebea8cd58e441b456fd68f03be96d.setIcon(icon_c3dc9d5ad2cd61d338ed265b449a59e9);
|
|
|
|
|
|
var marker_1bbbf3d949f37a92e4063ea17c5ae40f = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_c94109925952093beffaff9cc1ab6ef2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe6a40a9c8fae3997abd3ee57136c75b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa701cc81b9611108a4d40559b1ff7e6 = $(`<div id="html_aa701cc81b9611108a4d40559b1ff7e6" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_fe6a40a9c8fae3997abd3ee57136c75b.setContent(html_aa701cc81b9611108a4d40559b1ff7e6);
|
|
|
|
|
|
|
|
marker_1bbbf3d949f37a92e4063ea17c5ae40f.bindPopup(popup_fe6a40a9c8fae3997abd3ee57136c75b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bbbf3d949f37a92e4063ea17c5ae40f.setIcon(icon_c94109925952093beffaff9cc1ab6ef2);
|
|
|
|
|
|
var marker_a94051bc987b1b80007a071fd0ecfeb5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_ddfec93a8c93057c94ab7bcfbc845d1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b18e38d8d7613d2e53b68a8ab8dbb69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1510304633246592f8d1029a30966c39 = $(`<div id="html_1510304633246592f8d1029a30966c39" style="width: 100.0%; height: 100.0%;">relay.vantis.ninja</div>`)[0];
|
|
popup_3b18e38d8d7613d2e53b68a8ab8dbb69.setContent(html_1510304633246592f8d1029a30966c39);
|
|
|
|
|
|
|
|
marker_a94051bc987b1b80007a071fd0ecfeb5.bindPopup(popup_3b18e38d8d7613d2e53b68a8ab8dbb69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a94051bc987b1b80007a071fd0ecfeb5.setIcon(icon_ddfec93a8c93057c94ab7bcfbc845d1c);
|
|
|
|
|
|
var marker_2c3312ca9933704df7b09f7c83166913 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_74301737cc9c7f4a79f94899cbba4c6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_861df2801175b74f47420fefebdafdff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd9472d97823fb8a212a909fab9d572b = $(`<div id="html_cd9472d97823fb8a212a909fab9d572b" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_861df2801175b74f47420fefebdafdff.setContent(html_cd9472d97823fb8a212a909fab9d572b);
|
|
|
|
|
|
|
|
marker_2c3312ca9933704df7b09f7c83166913.bindPopup(popup_861df2801175b74f47420fefebdafdff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c3312ca9933704df7b09f7c83166913.setIcon(icon_74301737cc9c7f4a79f94899cbba4c6e);
|
|
|
|
|
|
var marker_76209a5e0fa31f24310737e86cdcbc62 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_b624c4cdda34d9a973ac734e7a85670c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0a0989997f0190c92b42b3f9be7d952 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a35b6824c80b483150ef7683fdf0503 = $(`<div id="html_5a35b6824c80b483150ef7683fdf0503" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_e0a0989997f0190c92b42b3f9be7d952.setContent(html_5a35b6824c80b483150ef7683fdf0503);
|
|
|
|
|
|
|
|
marker_76209a5e0fa31f24310737e86cdcbc62.bindPopup(popup_e0a0989997f0190c92b42b3f9be7d952)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76209a5e0fa31f24310737e86cdcbc62.setIcon(icon_b624c4cdda34d9a973ac734e7a85670c);
|
|
|
|
|
|
var marker_71054b314d800e1a599a5366542e1018 = L.marker(
|
|
[46.0037, 8.95105],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_ea0bbf1b94fa2c8f701097ba0652cc59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3cf595fdec512f48f644554b54ed4441 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_423919d3bb074694639397142848a753 = $(`<div id="html_423919d3bb074694639397142848a753" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_3cf595fdec512f48f644554b54ed4441.setContent(html_423919d3bb074694639397142848a753);
|
|
|
|
|
|
|
|
marker_71054b314d800e1a599a5366542e1018.bindPopup(popup_3cf595fdec512f48f644554b54ed4441)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71054b314d800e1a599a5366542e1018.setIcon(icon_ea0bbf1b94fa2c8f701097ba0652cc59);
|
|
|
|
|
|
var marker_115c3d9968feba4f3c92dc8f0b08fcef = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_984aed0275ef3c618fe1d401d4ecd939 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3fbb5baf1a9f2a95cb6c184cc89668e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd0a8387140fa17abe53b3175a894d4c = $(`<div id="html_bd0a8387140fa17abe53b3175a894d4c" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_d3fbb5baf1a9f2a95cb6c184cc89668e.setContent(html_bd0a8387140fa17abe53b3175a894d4c);
|
|
|
|
|
|
|
|
marker_115c3d9968feba4f3c92dc8f0b08fcef.bindPopup(popup_d3fbb5baf1a9f2a95cb6c184cc89668e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_115c3d9968feba4f3c92dc8f0b08fcef.setIcon(icon_984aed0275ef3c618fe1d401d4ecd939);
|
|
|
|
|
|
var marker_8f22ac2166bf40ecc619e2d15a027671 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_0f6747da87ec06abeab7939d3cc6bdf9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef5e5c4eb556144b23f2e85705bdae16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_110421aba3e4b985c38d414f44b3165d = $(`<div id="html_110421aba3e4b985c38d414f44b3165d" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_ef5e5c4eb556144b23f2e85705bdae16.setContent(html_110421aba3e4b985c38d414f44b3165d);
|
|
|
|
|
|
|
|
marker_8f22ac2166bf40ecc619e2d15a027671.bindPopup(popup_ef5e5c4eb556144b23f2e85705bdae16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f22ac2166bf40ecc619e2d15a027671.setIcon(icon_0f6747da87ec06abeab7939d3cc6bdf9);
|
|
|
|
|
|
var marker_854036115b49a7cbdb1cb1e3b37d7c0c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_2cff431849b5b7b576ad85c7ec9b0eb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c9201fe4cfaa3c172a393517698a418 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25d9be6c4bbb38cb9a1e94a42b5ea902 = $(`<div id="html_25d9be6c4bbb38cb9a1e94a42b5ea902" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_5c9201fe4cfaa3c172a393517698a418.setContent(html_25d9be6c4bbb38cb9a1e94a42b5ea902);
|
|
|
|
|
|
|
|
marker_854036115b49a7cbdb1cb1e3b37d7c0c.bindPopup(popup_5c9201fe4cfaa3c172a393517698a418)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_854036115b49a7cbdb1cb1e3b37d7c0c.setIcon(icon_2cff431849b5b7b576ad85c7ec9b0eb4);
|
|
|
|
|
|
var marker_d4d4b74ce6dd94aaab6bcb0bf9b49358 = L.marker(
|
|
[1.29524, 103.79],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_7c00a00964dcded0c829c06309c0f8bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3797c1ad412a031be0413220731cc3a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d80fb23f0ae423b7e0c786cd1792166 = $(`<div id="html_7d80fb23f0ae423b7e0c786cd1792166" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_3797c1ad412a031be0413220731cc3a0.setContent(html_7d80fb23f0ae423b7e0c786cd1792166);
|
|
|
|
|
|
|
|
marker_d4d4b74ce6dd94aaab6bcb0bf9b49358.bindPopup(popup_3797c1ad412a031be0413220731cc3a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4d4b74ce6dd94aaab6bcb0bf9b49358.setIcon(icon_7c00a00964dcded0c829c06309c0f8bf);
|
|
|
|
|
|
var marker_4897cca5f5f14ea3d76ad11e772c7971 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_7bf4c451fccd3bf9d9237fb0676709bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a298b20575cccb620367f2453076c0d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59e595faeb76b7796728d9e6b6a31ced = $(`<div id="html_59e595faeb76b7796728d9e6b6a31ced" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_a298b20575cccb620367f2453076c0d4.setContent(html_59e595faeb76b7796728d9e6b6a31ced);
|
|
|
|
|
|
|
|
marker_4897cca5f5f14ea3d76ad11e772c7971.bindPopup(popup_a298b20575cccb620367f2453076c0d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4897cca5f5f14ea3d76ad11e772c7971.setIcon(icon_7bf4c451fccd3bf9d9237fb0676709bc);
|
|
|
|
|
|
var marker_e11b874612edbd69d1233487458b4d49 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_bda4addbdf6205c1a6378bfe4a69a464 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_983db82464be43d0d60e29ce9a4f5b84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fe895f67423fd4d3e92b44d938b04eb = $(`<div id="html_0fe895f67423fd4d3e92b44d938b04eb" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_983db82464be43d0d60e29ce9a4f5b84.setContent(html_0fe895f67423fd4d3e92b44d938b04eb);
|
|
|
|
|
|
|
|
marker_e11b874612edbd69d1233487458b4d49.bindPopup(popup_983db82464be43d0d60e29ce9a4f5b84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e11b874612edbd69d1233487458b4d49.setIcon(icon_bda4addbdf6205c1a6378bfe4a69a464);
|
|
|
|
|
|
var marker_65aa8db1c5fe2a9c18e2413baccf5939 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_4891b97ab6c56448e1fe57e97881fe79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_026a08f8c437a130c0d5cdc6e7467912 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f87a5e9765a552690bf457da02d2d65 = $(`<div id="html_2f87a5e9765a552690bf457da02d2d65" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_026a08f8c437a130c0d5cdc6e7467912.setContent(html_2f87a5e9765a552690bf457da02d2d65);
|
|
|
|
|
|
|
|
marker_65aa8db1c5fe2a9c18e2413baccf5939.bindPopup(popup_026a08f8c437a130c0d5cdc6e7467912)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65aa8db1c5fe2a9c18e2413baccf5939.setIcon(icon_4891b97ab6c56448e1fe57e97881fe79);
|
|
|
|
|
|
var marker_984fdcfd4eb95178c1e4ec2b7b7ca9e1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_11836ded8a809bf0140c1e72c1a792b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aaf98ed1421944953bc790e1ac2bf3e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e5856fb0f8b2322b49cb0ccf8529017 = $(`<div id="html_0e5856fb0f8b2322b49cb0ccf8529017" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_aaf98ed1421944953bc790e1ac2bf3e4.setContent(html_0e5856fb0f8b2322b49cb0ccf8529017);
|
|
|
|
|
|
|
|
marker_984fdcfd4eb95178c1e4ec2b7b7ca9e1.bindPopup(popup_aaf98ed1421944953bc790e1ac2bf3e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_984fdcfd4eb95178c1e4ec2b7b7ca9e1.setIcon(icon_11836ded8a809bf0140c1e72c1a792b7);
|
|
|
|
|
|
var marker_3fe33c36fd12ca3e2082383118119411 = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_ff8b45907f2208275d04824b2210a190 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7dfd84aa325cd5828132b96c2ac3b15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2236942998b91480acf062bcf509ded = $(`<div id="html_b2236942998b91480acf062bcf509ded" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_e7dfd84aa325cd5828132b96c2ac3b15.setContent(html_b2236942998b91480acf062bcf509ded);
|
|
|
|
|
|
|
|
marker_3fe33c36fd12ca3e2082383118119411.bindPopup(popup_e7dfd84aa325cd5828132b96c2ac3b15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3fe33c36fd12ca3e2082383118119411.setIcon(icon_ff8b45907f2208275d04824b2210a190);
|
|
|
|
|
|
var marker_0deabc235ae12c0edc4aa26354013540 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_f38cd3acbfa45666e887bb27a517fd3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73d0220afb4af19ed00c2c8d0f3f538e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e48a6096db2066bdf1a5df6d6b65c617 = $(`<div id="html_e48a6096db2066bdf1a5df6d6b65c617" style="width: 100.0%; height: 100.0%;">wons.calva.dev</div>`)[0];
|
|
popup_73d0220afb4af19ed00c2c8d0f3f538e.setContent(html_e48a6096db2066bdf1a5df6d6b65c617);
|
|
|
|
|
|
|
|
marker_0deabc235ae12c0edc4aa26354013540.bindPopup(popup_73d0220afb4af19ed00c2c8d0f3f538e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0deabc235ae12c0edc4aa26354013540.setIcon(icon_f38cd3acbfa45666e887bb27a517fd3f);
|
|
|
|
|
|
var marker_856d6b546060f4bd2bdd2db3dae4c9b3 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_2d7b01ade284a5a8496db6dfcf8b1776 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b36dce2248610ebdd36a7730e7186a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e4a2581528e9d3d82b1372ee0c077cb = $(`<div id="html_8e4a2581528e9d3d82b1372ee0c077cb" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_5b36dce2248610ebdd36a7730e7186a6.setContent(html_8e4a2581528e9d3d82b1372ee0c077cb);
|
|
|
|
|
|
|
|
marker_856d6b546060f4bd2bdd2db3dae4c9b3.bindPopup(popup_5b36dce2248610ebdd36a7730e7186a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_856d6b546060f4bd2bdd2db3dae4c9b3.setIcon(icon_2d7b01ade284a5a8496db6dfcf8b1776);
|
|
|
|
|
|
var marker_9534ec3f3d147aae758a7d0ed849529e = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_2e4ad7d70917729facd009e2e8bb7e2a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6419df8c8491cacdd1a1a2b8fe7eaf5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4b0a745eaedc0f2fc41086b6a9a1753 = $(`<div id="html_b4b0a745eaedc0f2fc41086b6a9a1753" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_f6419df8c8491cacdd1a1a2b8fe7eaf5.setContent(html_b4b0a745eaedc0f2fc41086b6a9a1753);
|
|
|
|
|
|
|
|
marker_9534ec3f3d147aae758a7d0ed849529e.bindPopup(popup_f6419df8c8491cacdd1a1a2b8fe7eaf5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9534ec3f3d147aae758a7d0ed849529e.setIcon(icon_2e4ad7d70917729facd009e2e8bb7e2a);
|
|
|
|
|
|
var marker_a7eb7e4444f819d909071f355290e3c8 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_2442d0c502d34ea41a357a77c8b9709a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3cca913c35e795711c6e24f7ae3f7af2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f1aba77be92faeca9f721d7724d9371 = $(`<div id="html_8f1aba77be92faeca9f721d7724d9371" style="width: 100.0%; height: 100.0%;">pyramid.aaro.cc</div>`)[0];
|
|
popup_3cca913c35e795711c6e24f7ae3f7af2.setContent(html_8f1aba77be92faeca9f721d7724d9371);
|
|
|
|
|
|
|
|
marker_a7eb7e4444f819d909071f355290e3c8.bindPopup(popup_3cca913c35e795711c6e24f7ae3f7af2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7eb7e4444f819d909071f355290e3c8.setIcon(icon_2442d0c502d34ea41a357a77c8b9709a);
|
|
|
|
|
|
var marker_2b8e236aa1888e98fc63ac9cca8db8a8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_80e07ab5af219de88835f7eb72a9f3a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_490889ff6fdefbe288d6bff778d76976 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbbb4923fc9a24a06f5c29d7545a0d5a = $(`<div id="html_fbbb4923fc9a24a06f5c29d7545a0d5a" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_490889ff6fdefbe288d6bff778d76976.setContent(html_fbbb4923fc9a24a06f5c29d7545a0d5a);
|
|
|
|
|
|
|
|
marker_2b8e236aa1888e98fc63ac9cca8db8a8.bindPopup(popup_490889ff6fdefbe288d6bff778d76976)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b8e236aa1888e98fc63ac9cca8db8a8.setIcon(icon_80e07ab5af219de88835f7eb72a9f3a4);
|
|
|
|
|
|
var marker_d8446f976693b0c4bf825549387a0f9d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_cff3c518059f34510ad2685db718e97d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9bc342e2ea623c16715a3f6e48976fca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_645f3364e0204f5c50c69c3261287f64 = $(`<div id="html_645f3364e0204f5c50c69c3261287f64" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_9bc342e2ea623c16715a3f6e48976fca.setContent(html_645f3364e0204f5c50c69c3261287f64);
|
|
|
|
|
|
|
|
marker_d8446f976693b0c4bf825549387a0f9d.bindPopup(popup_9bc342e2ea623c16715a3f6e48976fca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8446f976693b0c4bf825549387a0f9d.setIcon(icon_cff3c518059f34510ad2685db718e97d);
|
|
|
|
|
|
var marker_753269700f170f2012e17482c096d3b8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_e12c2fd9c515d925f682e6736f3a027f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_764404cd0cb7899cc152f63f0ad604ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c74b6457c4ef31563931a0e826d9a9a5 = $(`<div id="html_c74b6457c4ef31563931a0e826d9a9a5" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_764404cd0cb7899cc152f63f0ad604ef.setContent(html_c74b6457c4ef31563931a0e826d9a9a5);
|
|
|
|
|
|
|
|
marker_753269700f170f2012e17482c096d3b8.bindPopup(popup_764404cd0cb7899cc152f63f0ad604ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_753269700f170f2012e17482c096d3b8.setIcon(icon_e12c2fd9c515d925f682e6736f3a027f);
|
|
|
|
|
|
var marker_5ba3c1e454a4084f6762efbca00d2fdb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_dc324a3f0057f9c8f2b14fb34bcccd77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26c4baf89752df3f614cfb2f05c446c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c7119e339753ef278a8f4ae9b400bce = $(`<div id="html_7c7119e339753ef278a8f4ae9b400bce" style="width: 100.0%; height: 100.0%;">relay.pinseekr.golf</div>`)[0];
|
|
popup_26c4baf89752df3f614cfb2f05c446c6.setContent(html_7c7119e339753ef278a8f4ae9b400bce);
|
|
|
|
|
|
|
|
marker_5ba3c1e454a4084f6762efbca00d2fdb.bindPopup(popup_26c4baf89752df3f614cfb2f05c446c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ba3c1e454a4084f6762efbca00d2fdb.setIcon(icon_dc324a3f0057f9c8f2b14fb34bcccd77);
|
|
|
|
|
|
var marker_598027f315712f4016c9ae5d1de7089f = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_da67f9a7436c460e7d4fb9f573656bcb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1d82b70e2dbe852d1e989de22c51fd4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fd764f582ab6731bf9173af9283a217 = $(`<div id="html_5fd764f582ab6731bf9173af9283a217" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_f1d82b70e2dbe852d1e989de22c51fd4.setContent(html_5fd764f582ab6731bf9173af9283a217);
|
|
|
|
|
|
|
|
marker_598027f315712f4016c9ae5d1de7089f.bindPopup(popup_f1d82b70e2dbe852d1e989de22c51fd4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_598027f315712f4016c9ae5d1de7089f.setIcon(icon_da67f9a7436c460e7d4fb9f573656bcb);
|
|
|
|
|
|
var marker_81ec5f41d5ddf4ca0de443e3f4806546 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_4242340169f3b6771c52ca202d3f6bea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1984d7fc15de1fc87d056beb0d9aa265 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_526d47bf6de49bfcbec86da4cc0d07af = $(`<div id="html_526d47bf6de49bfcbec86da4cc0d07af" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_1984d7fc15de1fc87d056beb0d9aa265.setContent(html_526d47bf6de49bfcbec86da4cc0d07af);
|
|
|
|
|
|
|
|
marker_81ec5f41d5ddf4ca0de443e3f4806546.bindPopup(popup_1984d7fc15de1fc87d056beb0d9aa265)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81ec5f41d5ddf4ca0de443e3f4806546.setIcon(icon_4242340169f3b6771c52ca202d3f6bea);
|
|
|
|
|
|
var marker_9100e79cbb18c9bae4878429047ac3da = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_b706e867ae7078e1befc333c7a371179 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11d1f58c7d4969f86bf5fbe50844d3e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e661ca4bcc70c8a5344c3548a99c7ae = $(`<div id="html_4e661ca4bcc70c8a5344c3548a99c7ae" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_11d1f58c7d4969f86bf5fbe50844d3e2.setContent(html_4e661ca4bcc70c8a5344c3548a99c7ae);
|
|
|
|
|
|
|
|
marker_9100e79cbb18c9bae4878429047ac3da.bindPopup(popup_11d1f58c7d4969f86bf5fbe50844d3e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9100e79cbb18c9bae4878429047ac3da.setIcon(icon_b706e867ae7078e1befc333c7a371179);
|
|
|
|
|
|
var marker_0fa962817071a4b20e5b0ce681aeb706 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_78a250e0cb8bfd444fc8ae91a698026d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1e79ae9075889f96e6d9be52c90a42e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7701f771c9b29dd2709f1709221294d = $(`<div id="html_c7701f771c9b29dd2709f1709221294d" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_c1e79ae9075889f96e6d9be52c90a42e.setContent(html_c7701f771c9b29dd2709f1709221294d);
|
|
|
|
|
|
|
|
marker_0fa962817071a4b20e5b0ce681aeb706.bindPopup(popup_c1e79ae9075889f96e6d9be52c90a42e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fa962817071a4b20e5b0ce681aeb706.setIcon(icon_78a250e0cb8bfd444fc8ae91a698026d);
|
|
|
|
|
|
var marker_55000a77b72c9291b9b13eaaef508fd4 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_3c57c49a10e5dbaec8a6f2627cfd355b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9bfef69c7bac6728d875af3ccb0e4a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1791be8dd15796dbe44b9eda87da716e = $(`<div id="html_1791be8dd15796dbe44b9eda87da716e" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_d9bfef69c7bac6728d875af3ccb0e4a5.setContent(html_1791be8dd15796dbe44b9eda87da716e);
|
|
|
|
|
|
|
|
marker_55000a77b72c9291b9b13eaaef508fd4.bindPopup(popup_d9bfef69c7bac6728d875af3ccb0e4a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55000a77b72c9291b9b13eaaef508fd4.setIcon(icon_3c57c49a10e5dbaec8a6f2627cfd355b);
|
|
|
|
|
|
var marker_677dcd78cc4f1b0fe437073824d2573a = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_2ef7e62f7465c038ac467f8f2b9eae7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50c1dcd7cae55d73fef739914bcffe5f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6cabfa0dcfedab24c3d4de859304f56b = $(`<div id="html_6cabfa0dcfedab24c3d4de859304f56b" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_50c1dcd7cae55d73fef739914bcffe5f.setContent(html_6cabfa0dcfedab24c3d4de859304f56b);
|
|
|
|
|
|
|
|
marker_677dcd78cc4f1b0fe437073824d2573a.bindPopup(popup_50c1dcd7cae55d73fef739914bcffe5f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_677dcd78cc4f1b0fe437073824d2573a.setIcon(icon_2ef7e62f7465c038ac467f8f2b9eae7d);
|
|
|
|
|
|
var marker_117556e97a9b619e07934920b63eed5a = L.marker(
|
|
[43.2965, 5.36978],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_0b0f45a69319ca8a5bd27e5e738026af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c56e183168e531161eda14748e205aed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab6ff6f42be9d25f5b47eae5fb867089 = $(`<div id="html_ab6ff6f42be9d25f5b47eae5fb867089" style="width: 100.0%; height: 100.0%;">nostr.kfx.fr</div>`)[0];
|
|
popup_c56e183168e531161eda14748e205aed.setContent(html_ab6ff6f42be9d25f5b47eae5fb867089);
|
|
|
|
|
|
|
|
marker_117556e97a9b619e07934920b63eed5a.bindPopup(popup_c56e183168e531161eda14748e205aed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_117556e97a9b619e07934920b63eed5a.setIcon(icon_0b0f45a69319ca8a5bd27e5e738026af);
|
|
|
|
|
|
var marker_cf6166e05a3e8534a9aa9ff1e50ada54 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_113c03f419fed49b60e6b61439a436a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_504a9884ba78d59651b501f107614c7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05f6c56e9eb4ec24cb358746c0593ba2 = $(`<div id="html_05f6c56e9eb4ec24cb358746c0593ba2" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_504a9884ba78d59651b501f107614c7d.setContent(html_05f6c56e9eb4ec24cb358746c0593ba2);
|
|
|
|
|
|
|
|
marker_cf6166e05a3e8534a9aa9ff1e50ada54.bindPopup(popup_504a9884ba78d59651b501f107614c7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf6166e05a3e8534a9aa9ff1e50ada54.setIcon(icon_113c03f419fed49b60e6b61439a436a1);
|
|
|
|
|
|
var marker_90979c55e33eb023f12d871684b46c9a = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_43ca4bc34078b501f20b02011e8eb39a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_889ad12a84b75341a56bd09a315aaba0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59ad75d3b68a8d7313386425cbfc80f5 = $(`<div id="html_59ad75d3b68a8d7313386425cbfc80f5" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_889ad12a84b75341a56bd09a315aaba0.setContent(html_59ad75d3b68a8d7313386425cbfc80f5);
|
|
|
|
|
|
|
|
marker_90979c55e33eb023f12d871684b46c9a.bindPopup(popup_889ad12a84b75341a56bd09a315aaba0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90979c55e33eb023f12d871684b46c9a.setIcon(icon_43ca4bc34078b501f20b02011e8eb39a);
|
|
|
|
|
|
var marker_6a652b260e6ce2e21ec200f0e0c8e636 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_86931934b34fae83f9980b64262e1517 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3671b54df87366e34a72069fb84bf978 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8dd0187d351109f945bb5ca811fdf0e = $(`<div id="html_a8dd0187d351109f945bb5ca811fdf0e" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_3671b54df87366e34a72069fb84bf978.setContent(html_a8dd0187d351109f945bb5ca811fdf0e);
|
|
|
|
|
|
|
|
marker_6a652b260e6ce2e21ec200f0e0c8e636.bindPopup(popup_3671b54df87366e34a72069fb84bf978)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a652b260e6ce2e21ec200f0e0c8e636.setIcon(icon_86931934b34fae83f9980b64262e1517);
|
|
|
|
|
|
var marker_eeb6fb834e5c97d8779a584a2d8a9408 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_d03cf13ea2431403ff796d4472b81274 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40731ba0f41c099aba5502c996d79000 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31cc8825dc1be6691b0c4171efdd1f28 = $(`<div id="html_31cc8825dc1be6691b0c4171efdd1f28" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_40731ba0f41c099aba5502c996d79000.setContent(html_31cc8825dc1be6691b0c4171efdd1f28);
|
|
|
|
|
|
|
|
marker_eeb6fb834e5c97d8779a584a2d8a9408.bindPopup(popup_40731ba0f41c099aba5502c996d79000)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eeb6fb834e5c97d8779a584a2d8a9408.setIcon(icon_d03cf13ea2431403ff796d4472b81274);
|
|
|
|
|
|
var marker_7ebb995ded860d56cc5b9fb087104ea3 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_e02e5c4fe29cf69ce3f5e202dbe8e3ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_907012e4b73bcb031de907c924111715 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1684a84f2d94faaac4ff6edd1b616a6a = $(`<div id="html_1684a84f2d94faaac4ff6edd1b616a6a" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_907012e4b73bcb031de907c924111715.setContent(html_1684a84f2d94faaac4ff6edd1b616a6a);
|
|
|
|
|
|
|
|
marker_7ebb995ded860d56cc5b9fb087104ea3.bindPopup(popup_907012e4b73bcb031de907c924111715)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ebb995ded860d56cc5b9fb087104ea3.setIcon(icon_e02e5c4fe29cf69ce3f5e202dbe8e3ce);
|
|
|
|
|
|
var marker_012a2113e9739813a180dcd023ba5d77 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_b6f1c0197d77fe92abefe741ae389a05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d6606d63d4af1fc59ece7b4783fc0d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a53993f4b51bc7020b4c5e7bb5ef693e = $(`<div id="html_a53993f4b51bc7020b4c5e7bb5ef693e" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_6d6606d63d4af1fc59ece7b4783fc0d0.setContent(html_a53993f4b51bc7020b4c5e7bb5ef693e);
|
|
|
|
|
|
|
|
marker_012a2113e9739813a180dcd023ba5d77.bindPopup(popup_6d6606d63d4af1fc59ece7b4783fc0d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_012a2113e9739813a180dcd023ba5d77.setIcon(icon_b6f1c0197d77fe92abefe741ae389a05);
|
|
|
|
|
|
var marker_9d205ed3e328b41f4b794a2d148080a8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_19d280cbb17fa69d09957bfe1620ab1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3ec9ddbc3e0df62172bd44c3b1f029b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61d288ecdfbb8c43fed4607c987e1ab8 = $(`<div id="html_61d288ecdfbb8c43fed4607c987e1ab8" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_c3ec9ddbc3e0df62172bd44c3b1f029b.setContent(html_61d288ecdfbb8c43fed4607c987e1ab8);
|
|
|
|
|
|
|
|
marker_9d205ed3e328b41f4b794a2d148080a8.bindPopup(popup_c3ec9ddbc3e0df62172bd44c3b1f029b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d205ed3e328b41f4b794a2d148080a8.setIcon(icon_19d280cbb17fa69d09957bfe1620ab1b);
|
|
|
|
|
|
var marker_4a3913685a9a7a38832d3990933fa558 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_67710f6ae5387c3667bd2be2fe9a646d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7bf83dd32dee64ae75acdeac5ec8e5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d76bd11fb4a5c1eaf002961f85b07620 = $(`<div id="html_d76bd11fb4a5c1eaf002961f85b07620" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_f7bf83dd32dee64ae75acdeac5ec8e5d.setContent(html_d76bd11fb4a5c1eaf002961f85b07620);
|
|
|
|
|
|
|
|
marker_4a3913685a9a7a38832d3990933fa558.bindPopup(popup_f7bf83dd32dee64ae75acdeac5ec8e5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a3913685a9a7a38832d3990933fa558.setIcon(icon_67710f6ae5387c3667bd2be2fe9a646d);
|
|
|
|
|
|
var marker_fdde8a8dc45f9f3e5937e357544f3423 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_01be57f2083c25e4f8f1337d41e70957 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc0e299b9726ae8e2dd48e380e2056f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cc4841f15e72e8bfb68e3dc54a39db0 = $(`<div id="html_4cc4841f15e72e8bfb68e3dc54a39db0" style="width: 100.0%; height: 100.0%;">r.alphaama.com</div>`)[0];
|
|
popup_bc0e299b9726ae8e2dd48e380e2056f3.setContent(html_4cc4841f15e72e8bfb68e3dc54a39db0);
|
|
|
|
|
|
|
|
marker_fdde8a8dc45f9f3e5937e357544f3423.bindPopup(popup_bc0e299b9726ae8e2dd48e380e2056f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdde8a8dc45f9f3e5937e357544f3423.setIcon(icon_01be57f2083c25e4f8f1337d41e70957);
|
|
|
|
|
|
var marker_f36e7cbdae1c85225b5847ad6113746d = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_65826fcaaa3acb375fdd7a3fee6a2c75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c3d8b80d5086aeed8e58e6587a2fd46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd03bda832108755280572d7410cb888 = $(`<div id="html_bd03bda832108755280572d7410cb888" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_0c3d8b80d5086aeed8e58e6587a2fd46.setContent(html_bd03bda832108755280572d7410cb888);
|
|
|
|
|
|
|
|
marker_f36e7cbdae1c85225b5847ad6113746d.bindPopup(popup_0c3d8b80d5086aeed8e58e6587a2fd46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f36e7cbdae1c85225b5847ad6113746d.setIcon(icon_65826fcaaa3acb375fdd7a3fee6a2c75);
|
|
|
|
|
|
var marker_09b34ef2fc4a387c103fb780a0e50b45 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_3a1de70c42b6f87b5bd13590656d1cb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_014a8f1a8c074d43f4f05f49e2f3e180 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11518c6b84fcffd6df094a19b5bd316d = $(`<div id="html_11518c6b84fcffd6df094a19b5bd316d" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_014a8f1a8c074d43f4f05f49e2f3e180.setContent(html_11518c6b84fcffd6df094a19b5bd316d);
|
|
|
|
|
|
|
|
marker_09b34ef2fc4a387c103fb780a0e50b45.bindPopup(popup_014a8f1a8c074d43f4f05f49e2f3e180)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09b34ef2fc4a387c103fb780a0e50b45.setIcon(icon_3a1de70c42b6f87b5bd13590656d1cb4);
|
|
|
|
|
|
var marker_04b997cc6f04504b154f22d5b2beaec4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_bfa033e91f38b84997e39f34d2d4a63f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3f8564b82b75f761a8406181725fe02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd06aac6770278edeeb449a2f6d0ba50 = $(`<div id="html_bd06aac6770278edeeb449a2f6d0ba50" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_c3f8564b82b75f761a8406181725fe02.setContent(html_bd06aac6770278edeeb449a2f6d0ba50);
|
|
|
|
|
|
|
|
marker_04b997cc6f04504b154f22d5b2beaec4.bindPopup(popup_c3f8564b82b75f761a8406181725fe02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04b997cc6f04504b154f22d5b2beaec4.setIcon(icon_bfa033e91f38b84997e39f34d2d4a63f);
|
|
|
|
|
|
var marker_71418a10a986b681e82159f003c8c3b6 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_cb4cf69d2951640a5debecca8d35a65f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_966c84158d8b30d20398359246c90165 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b7f8950bfd996ecd0dc9bb57ac2c2d0 = $(`<div id="html_4b7f8950bfd996ecd0dc9bb57ac2c2d0" style="width: 100.0%; height: 100.0%;">orly.ft.hn</div>`)[0];
|
|
popup_966c84158d8b30d20398359246c90165.setContent(html_4b7f8950bfd996ecd0dc9bb57ac2c2d0);
|
|
|
|
|
|
|
|
marker_71418a10a986b681e82159f003c8c3b6.bindPopup(popup_966c84158d8b30d20398359246c90165)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71418a10a986b681e82159f003c8c3b6.setIcon(icon_cb4cf69d2951640a5debecca8d35a65f);
|
|
|
|
|
|
var marker_7edf33c653f4d97bc349eebfd1162fec = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_217504921725807486745cc513ec5ed8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_519df17946d59b866663ef2b5eee02ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3484bd5a9552def0b1762fd757564d6f = $(`<div id="html_3484bd5a9552def0b1762fd757564d6f" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_519df17946d59b866663ef2b5eee02ba.setContent(html_3484bd5a9552def0b1762fd757564d6f);
|
|
|
|
|
|
|
|
marker_7edf33c653f4d97bc349eebfd1162fec.bindPopup(popup_519df17946d59b866663ef2b5eee02ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7edf33c653f4d97bc349eebfd1162fec.setIcon(icon_217504921725807486745cc513ec5ed8);
|
|
|
|
|
|
var marker_1be174bf795d59629a6dc36107926188 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_2393e925d3bbfdc9efeb9b9b6e032221 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0255e47a44c6ea53606f3ea8a5a055a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01b3878fd51a5064ad25aadb9fdbe8aa = $(`<div id="html_01b3878fd51a5064ad25aadb9fdbe8aa" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_0255e47a44c6ea53606f3ea8a5a055a2.setContent(html_01b3878fd51a5064ad25aadb9fdbe8aa);
|
|
|
|
|
|
|
|
marker_1be174bf795d59629a6dc36107926188.bindPopup(popup_0255e47a44c6ea53606f3ea8a5a055a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1be174bf795d59629a6dc36107926188.setIcon(icon_2393e925d3bbfdc9efeb9b9b6e032221);
|
|
|
|
|
|
var marker_03ad4ec00d8a157f125b4c2e7a1e8b84 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_243499f0c7026a8d56c5407aff3a382e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c2dd8140481cb9d3cbc5873d7c4dee7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38957e2bd752e31757e94a98495aafb8 = $(`<div id="html_38957e2bd752e31757e94a98495aafb8" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_1c2dd8140481cb9d3cbc5873d7c4dee7.setContent(html_38957e2bd752e31757e94a98495aafb8);
|
|
|
|
|
|
|
|
marker_03ad4ec00d8a157f125b4c2e7a1e8b84.bindPopup(popup_1c2dd8140481cb9d3cbc5873d7c4dee7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03ad4ec00d8a157f125b4c2e7a1e8b84.setIcon(icon_243499f0c7026a8d56c5407aff3a382e);
|
|
|
|
|
|
var marker_8fa49761aeecb9926c2f0373f8970f59 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_538673c13e88fa59cf6d6e2a586527a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e15483c6e8a7f31bde2510d0605af3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd894738e29452bee93530bef644b95e = $(`<div id="html_fd894738e29452bee93530bef644b95e" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_0e15483c6e8a7f31bde2510d0605af3c.setContent(html_fd894738e29452bee93530bef644b95e);
|
|
|
|
|
|
|
|
marker_8fa49761aeecb9926c2f0373f8970f59.bindPopup(popup_0e15483c6e8a7f31bde2510d0605af3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fa49761aeecb9926c2f0373f8970f59.setIcon(icon_538673c13e88fa59cf6d6e2a586527a6);
|
|
|
|
|
|
var marker_b8f50fc31fc08c39ffa25aeb16bc1042 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_ce744e240b7b313be32ad87155daad28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f18b11b517fbf4c1af0ee6416a620c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b340d8d8753646be6e936ca69cb5a754 = $(`<div id="html_b340d8d8753646be6e936ca69cb5a754" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_4f18b11b517fbf4c1af0ee6416a620c9.setContent(html_b340d8d8753646be6e936ca69cb5a754);
|
|
|
|
|
|
|
|
marker_b8f50fc31fc08c39ffa25aeb16bc1042.bindPopup(popup_4f18b11b517fbf4c1af0ee6416a620c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8f50fc31fc08c39ffa25aeb16bc1042.setIcon(icon_ce744e240b7b313be32ad87155daad28);
|
|
|
|
|
|
var marker_5aa11ec8c1660cafa064ddb2d11531c7 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_5413cbd023d293997ff84d575d33f10d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfd37d620b1d34e2412d23c85b67336f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef5e624d8a672e4e47536cc0d1dcfcde = $(`<div id="html_ef5e624d8a672e4e47536cc0d1dcfcde" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_dfd37d620b1d34e2412d23c85b67336f.setContent(html_ef5e624d8a672e4e47536cc0d1dcfcde);
|
|
|
|
|
|
|
|
marker_5aa11ec8c1660cafa064ddb2d11531c7.bindPopup(popup_dfd37d620b1d34e2412d23c85b67336f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5aa11ec8c1660cafa064ddb2d11531c7.setIcon(icon_5413cbd023d293997ff84d575d33f10d);
|
|
|
|
|
|
var marker_3239f1b07b1a7c281a98f5d7bee55353 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_c07fdbbc0a2a4a146572e5a99649340c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9618753f920bd9f9243b03991314942e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10b1e6d09fd9bfd187fd068f46124ab7 = $(`<div id="html_10b1e6d09fd9bfd187fd068f46124ab7" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_9618753f920bd9f9243b03991314942e.setContent(html_10b1e6d09fd9bfd187fd068f46124ab7);
|
|
|
|
|
|
|
|
marker_3239f1b07b1a7c281a98f5d7bee55353.bindPopup(popup_9618753f920bd9f9243b03991314942e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3239f1b07b1a7c281a98f5d7bee55353.setIcon(icon_c07fdbbc0a2a4a146572e5a99649340c);
|
|
|
|
|
|
var marker_d4bab3665c3d3265e0aa3484214e989d = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_fe76ea51ae86adefc72102a4282fcd1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f35d73a08f1c2383bc03ea7bad8bc618 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7688e71dbfa26ad98891927c2b8ae0e5 = $(`<div id="html_7688e71dbfa26ad98891927c2b8ae0e5" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_f35d73a08f1c2383bc03ea7bad8bc618.setContent(html_7688e71dbfa26ad98891927c2b8ae0e5);
|
|
|
|
|
|
|
|
marker_d4bab3665c3d3265e0aa3484214e989d.bindPopup(popup_f35d73a08f1c2383bc03ea7bad8bc618)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4bab3665c3d3265e0aa3484214e989d.setIcon(icon_fe76ea51ae86adefc72102a4282fcd1c);
|
|
|
|
|
|
var marker_bef95645fbc0e6054e92adfcc3944a8d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_45ab479b0a0c1c67f6e82799d3e200af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd3c21cf5b7e015d8049f3e3b8974161 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ea53e3062e0fed674a82b3ee59eba7d = $(`<div id="html_9ea53e3062e0fed674a82b3ee59eba7d" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_cd3c21cf5b7e015d8049f3e3b8974161.setContent(html_9ea53e3062e0fed674a82b3ee59eba7d);
|
|
|
|
|
|
|
|
marker_bef95645fbc0e6054e92adfcc3944a8d.bindPopup(popup_cd3c21cf5b7e015d8049f3e3b8974161)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bef95645fbc0e6054e92adfcc3944a8d.setIcon(icon_45ab479b0a0c1c67f6e82799d3e200af);
|
|
|
|
|
|
var marker_15aef918be242c7fec0684ebcad6cac7 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_fc32ee8f4a45074adf442ec7f7da00fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aee2f09283c3813f11edc7e983aa91ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6389799b0e93451af1c6706c28f32ee = $(`<div id="html_e6389799b0e93451af1c6706c28f32ee" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_aee2f09283c3813f11edc7e983aa91ab.setContent(html_e6389799b0e93451af1c6706c28f32ee);
|
|
|
|
|
|
|
|
marker_15aef918be242c7fec0684ebcad6cac7.bindPopup(popup_aee2f09283c3813f11edc7e983aa91ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15aef918be242c7fec0684ebcad6cac7.setIcon(icon_fc32ee8f4a45074adf442ec7f7da00fd);
|
|
|
|
|
|
var marker_7b747a44ccbfd369b53a9ebc16a0d5c4 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_5b8cea125d8dd4b245075c1433c17aba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f8f97a66a5c1ae3c17b357d174809b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_253389b2bbf80cfd841911a1a97e91e3 = $(`<div id="html_253389b2bbf80cfd841911a1a97e91e3" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_7f8f97a66a5c1ae3c17b357d174809b9.setContent(html_253389b2bbf80cfd841911a1a97e91e3);
|
|
|
|
|
|
|
|
marker_7b747a44ccbfd369b53a9ebc16a0d5c4.bindPopup(popup_7f8f97a66a5c1ae3c17b357d174809b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b747a44ccbfd369b53a9ebc16a0d5c4.setIcon(icon_5b8cea125d8dd4b245075c1433c17aba);
|
|
|
|
|
|
var marker_a5f0d75c7143a4cef4ed067884a30fe6 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_34d37d6ce53bfe7917909a59fd4fec7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3021989a8a3961f835396da32fcbade9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72eecbe38621222bb65abc315cc010cc = $(`<div id="html_72eecbe38621222bb65abc315cc010cc" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_3021989a8a3961f835396da32fcbade9.setContent(html_72eecbe38621222bb65abc315cc010cc);
|
|
|
|
|
|
|
|
marker_a5f0d75c7143a4cef4ed067884a30fe6.bindPopup(popup_3021989a8a3961f835396da32fcbade9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5f0d75c7143a4cef4ed067884a30fe6.setIcon(icon_34d37d6ce53bfe7917909a59fd4fec7c);
|
|
|
|
|
|
var marker_e16a1836300fc93e1a7527036343fbcd = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_8330309f0132f2cb59a73baaba392928 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d0dc196d48e982d19993a1e29cfff77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_baf07eb0dbb36b629aefb5ccd1b40ccd = $(`<div id="html_baf07eb0dbb36b629aefb5ccd1b40ccd" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_0d0dc196d48e982d19993a1e29cfff77.setContent(html_baf07eb0dbb36b629aefb5ccd1b40ccd);
|
|
|
|
|
|
|
|
marker_e16a1836300fc93e1a7527036343fbcd.bindPopup(popup_0d0dc196d48e982d19993a1e29cfff77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e16a1836300fc93e1a7527036343fbcd.setIcon(icon_8330309f0132f2cb59a73baaba392928);
|
|
|
|
|
|
var marker_0be4af93f5ee45f3db021f9d0a297193 = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_7f6353f4156e9f510df30ba19129cfaf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e9d281b6a430624b9d2e85d08deb265 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8351d74a0e7d02410aa0402bbb681612 = $(`<div id="html_8351d74a0e7d02410aa0402bbb681612" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_3e9d281b6a430624b9d2e85d08deb265.setContent(html_8351d74a0e7d02410aa0402bbb681612);
|
|
|
|
|
|
|
|
marker_0be4af93f5ee45f3db021f9d0a297193.bindPopup(popup_3e9d281b6a430624b9d2e85d08deb265)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0be4af93f5ee45f3db021f9d0a297193.setIcon(icon_7f6353f4156e9f510df30ba19129cfaf);
|
|
|
|
|
|
var marker_d45067dfa83bf031a899c651281051e0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_55818debbb2ec4e0248f1be5f51e8bd5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2223af801c634148411b1ed425a49895 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3565c847c43f34787bb9c7d58847d78 = $(`<div id="html_f3565c847c43f34787bb9c7d58847d78" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_2223af801c634148411b1ed425a49895.setContent(html_f3565c847c43f34787bb9c7d58847d78);
|
|
|
|
|
|
|
|
marker_d45067dfa83bf031a899c651281051e0.bindPopup(popup_2223af801c634148411b1ed425a49895)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d45067dfa83bf031a899c651281051e0.setIcon(icon_55818debbb2ec4e0248f1be5f51e8bd5);
|
|
|
|
|
|
var marker_2c1875382ae51022346a603ce5e40f6a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_ec7f966328d3460a6a84913d5302c665 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3fd1e9ac8ed594b5cecb97244863e3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aade0c27ed58f3945a90c239a968ee29 = $(`<div id="html_aade0c27ed58f3945a90c239a968ee29" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_d3fd1e9ac8ed594b5cecb97244863e3c.setContent(html_aade0c27ed58f3945a90c239a968ee29);
|
|
|
|
|
|
|
|
marker_2c1875382ae51022346a603ce5e40f6a.bindPopup(popup_d3fd1e9ac8ed594b5cecb97244863e3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c1875382ae51022346a603ce5e40f6a.setIcon(icon_ec7f966328d3460a6a84913d5302c665);
|
|
|
|
|
|
var marker_707cc9498c5b91c1ddb53f0fe82fd4f3 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_5e7e38936812ef3e20487286cd66ab7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75dbc14d8fac0ee6b9933b81e031caa0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b92e15668733bf9dc50821998e66244e = $(`<div id="html_b92e15668733bf9dc50821998e66244e" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_75dbc14d8fac0ee6b9933b81e031caa0.setContent(html_b92e15668733bf9dc50821998e66244e);
|
|
|
|
|
|
|
|
marker_707cc9498c5b91c1ddb53f0fe82fd4f3.bindPopup(popup_75dbc14d8fac0ee6b9933b81e031caa0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_707cc9498c5b91c1ddb53f0fe82fd4f3.setIcon(icon_5e7e38936812ef3e20487286cd66ab7f);
|
|
|
|
|
|
var marker_7daa44ea1365a5a8707fe2ed7ae36453 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_408570831e28ed7cee6d8234bcfbb524 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc01090e49af7dfb492ddf657b0d8655 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74d34b80c109c6aa52602da92a72871c = $(`<div id="html_74d34b80c109c6aa52602da92a72871c" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_cc01090e49af7dfb492ddf657b0d8655.setContent(html_74d34b80c109c6aa52602da92a72871c);
|
|
|
|
|
|
|
|
marker_7daa44ea1365a5a8707fe2ed7ae36453.bindPopup(popup_cc01090e49af7dfb492ddf657b0d8655)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7daa44ea1365a5a8707fe2ed7ae36453.setIcon(icon_408570831e28ed7cee6d8234bcfbb524);
|
|
|
|
|
|
var marker_4b8b67f9198dab8b5f6215606897d5b4 = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_e9ffc6e15bfbb978f2b7f7be6ae15269 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81d0675eef5bac90c1e7dd65ae7a982f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6fe2a03a65deecc43c3a7a471345a21 = $(`<div id="html_f6fe2a03a65deecc43c3a7a471345a21" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_81d0675eef5bac90c1e7dd65ae7a982f.setContent(html_f6fe2a03a65deecc43c3a7a471345a21);
|
|
|
|
|
|
|
|
marker_4b8b67f9198dab8b5f6215606897d5b4.bindPopup(popup_81d0675eef5bac90c1e7dd65ae7a982f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b8b67f9198dab8b5f6215606897d5b4.setIcon(icon_e9ffc6e15bfbb978f2b7f7be6ae15269);
|
|
|
|
|
|
var marker_99c6e513ed8c36be72e62252fb6d74a4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_a8c364ffccf2319c44bbb2e8a09fae8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a66c0955d86282b58dc0333db4cc1d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cff3dfe892a43ed4b1334aa70eb69b2f = $(`<div id="html_cff3dfe892a43ed4b1334aa70eb69b2f" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_4a66c0955d86282b58dc0333db4cc1d8.setContent(html_cff3dfe892a43ed4b1334aa70eb69b2f);
|
|
|
|
|
|
|
|
marker_99c6e513ed8c36be72e62252fb6d74a4.bindPopup(popup_4a66c0955d86282b58dc0333db4cc1d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99c6e513ed8c36be72e62252fb6d74a4.setIcon(icon_a8c364ffccf2319c44bbb2e8a09fae8f);
|
|
|
|
|
|
var marker_58a5844bd3a6cb3f82276a2fed2d5853 = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_a6ac9d2718539a86d1013954f435bdf3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5174ba6d087731c6f506acd47d93efe3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae3683da2d8c63d2b081d2bf86dd9dd2 = $(`<div id="html_ae3683da2d8c63d2b081d2bf86dd9dd2" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_5174ba6d087731c6f506acd47d93efe3.setContent(html_ae3683da2d8c63d2b081d2bf86dd9dd2);
|
|
|
|
|
|
|
|
marker_58a5844bd3a6cb3f82276a2fed2d5853.bindPopup(popup_5174ba6d087731c6f506acd47d93efe3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58a5844bd3a6cb3f82276a2fed2d5853.setIcon(icon_a6ac9d2718539a86d1013954f435bdf3);
|
|
|
|
|
|
var marker_bf3840b8baeb9560ae98cf572222b0c1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_ddefcb7e1ba3ee19c42752d5fedbdc6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_915f4ce236d2322f3d9cba632d6bb75a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32887def63973933ce92a19edd4acc06 = $(`<div id="html_32887def63973933ce92a19edd4acc06" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_915f4ce236d2322f3d9cba632d6bb75a.setContent(html_32887def63973933ce92a19edd4acc06);
|
|
|
|
|
|
|
|
marker_bf3840b8baeb9560ae98cf572222b0c1.bindPopup(popup_915f4ce236d2322f3d9cba632d6bb75a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bf3840b8baeb9560ae98cf572222b0c1.setIcon(icon_ddefcb7e1ba3ee19c42752d5fedbdc6b);
|
|
|
|
|
|
var marker_cf3f2ea2ec7ca5e6396d9efa23adf401 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_52f3b4b16cfb577db91699e490465c3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c0b4febd3549484ee2ca5767b2b8883 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9380212fd5e149c40fafe2efa852cbfa = $(`<div id="html_9380212fd5e149c40fafe2efa852cbfa" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_1c0b4febd3549484ee2ca5767b2b8883.setContent(html_9380212fd5e149c40fafe2efa852cbfa);
|
|
|
|
|
|
|
|
marker_cf3f2ea2ec7ca5e6396d9efa23adf401.bindPopup(popup_1c0b4febd3549484ee2ca5767b2b8883)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf3f2ea2ec7ca5e6396d9efa23adf401.setIcon(icon_52f3b4b16cfb577db91699e490465c3f);
|
|
|
|
|
|
var marker_e0f5a55f1e9ac0d9b322930fbbbb0958 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_fb7f5f377474112a33b64cf77788fb4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee8a3a64eca1bf0393c59f935189b34c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a93f2359674dfd33f507455b182f9f2 = $(`<div id="html_8a93f2359674dfd33f507455b182f9f2" style="width: 100.0%; height: 100.0%;">relay.camelus.app</div>`)[0];
|
|
popup_ee8a3a64eca1bf0393c59f935189b34c.setContent(html_8a93f2359674dfd33f507455b182f9f2);
|
|
|
|
|
|
|
|
marker_e0f5a55f1e9ac0d9b322930fbbbb0958.bindPopup(popup_ee8a3a64eca1bf0393c59f935189b34c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0f5a55f1e9ac0d9b322930fbbbb0958.setIcon(icon_fb7f5f377474112a33b64cf77788fb4c);
|
|
|
|
|
|
var marker_8601d5ad1e3d2a546d7fd9fba2fbc948 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_44679a4f9028c51c17351afcc44a0f48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7ee9df6ee7b261e2557f0a0b8ba096e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c9307d17764e381ac322422ca198137 = $(`<div id="html_3c9307d17764e381ac322422ca198137" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_f7ee9df6ee7b261e2557f0a0b8ba096e.setContent(html_3c9307d17764e381ac322422ca198137);
|
|
|
|
|
|
|
|
marker_8601d5ad1e3d2a546d7fd9fba2fbc948.bindPopup(popup_f7ee9df6ee7b261e2557f0a0b8ba096e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8601d5ad1e3d2a546d7fd9fba2fbc948.setIcon(icon_44679a4f9028c51c17351afcc44a0f48);
|
|
|
|
|
|
var marker_6e7447a7aa2771e11cfb58e88092f11f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_04d2bc1d286179a796c26fb95fdc68de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe5458ca0cf9b1404bde66e84dfc5e04 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03d4580f712cd60a805f2a425da49af0 = $(`<div id="html_03d4580f712cd60a805f2a425da49af0" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_fe5458ca0cf9b1404bde66e84dfc5e04.setContent(html_03d4580f712cd60a805f2a425da49af0);
|
|
|
|
|
|
|
|
marker_6e7447a7aa2771e11cfb58e88092f11f.bindPopup(popup_fe5458ca0cf9b1404bde66e84dfc5e04)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e7447a7aa2771e11cfb58e88092f11f.setIcon(icon_04d2bc1d286179a796c26fb95fdc68de);
|
|
|
|
|
|
var marker_1cc472310862eec570ae22f2e975d7f3 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_4ab8440df269158a8aad80d7ecd326ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59a7dab7d75c88801c716704e05316e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_824d00d3603de4b189de1ee78d17fa57 = $(`<div id="html_824d00d3603de4b189de1ee78d17fa57" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_59a7dab7d75c88801c716704e05316e6.setContent(html_824d00d3603de4b189de1ee78d17fa57);
|
|
|
|
|
|
|
|
marker_1cc472310862eec570ae22f2e975d7f3.bindPopup(popup_59a7dab7d75c88801c716704e05316e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1cc472310862eec570ae22f2e975d7f3.setIcon(icon_4ab8440df269158a8aad80d7ecd326ba);
|
|
|
|
|
|
var marker_6a01d524c3ce2f363618ef5e63ccbbf3 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_9e68e5418eefd0c6707590c1ca1d8778 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5f21561d5fd7247bbfc9a0a71483d68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abe638292e0fe6e8326ab4d995a484a7 = $(`<div id="html_abe638292e0fe6e8326ab4d995a484a7" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_b5f21561d5fd7247bbfc9a0a71483d68.setContent(html_abe638292e0fe6e8326ab4d995a484a7);
|
|
|
|
|
|
|
|
marker_6a01d524c3ce2f363618ef5e63ccbbf3.bindPopup(popup_b5f21561d5fd7247bbfc9a0a71483d68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a01d524c3ce2f363618ef5e63ccbbf3.setIcon(icon_9e68e5418eefd0c6707590c1ca1d8778);
|
|
|
|
|
|
var marker_084a53688fe9e1a51dfeb1a9ebe77a7f = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_f8a79395f4ea6f217e473d7bc410050c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed75077f08d46171106f26d4c0f65610 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_322b783982c8328ecc33a84bd30fffc2 = $(`<div id="html_322b783982c8328ecc33a84bd30fffc2" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_ed75077f08d46171106f26d4c0f65610.setContent(html_322b783982c8328ecc33a84bd30fffc2);
|
|
|
|
|
|
|
|
marker_084a53688fe9e1a51dfeb1a9ebe77a7f.bindPopup(popup_ed75077f08d46171106f26d4c0f65610)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_084a53688fe9e1a51dfeb1a9ebe77a7f.setIcon(icon_f8a79395f4ea6f217e473d7bc410050c);
|
|
|
|
|
|
var marker_5d137d688f475eed8b7d1f55cdfca26e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_dd2e6890a3676683b22c58bba50de5f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5940a25a88461d922d2261a788199e04 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3f9b3a520ce879bd701794e0613f967 = $(`<div id="html_d3f9b3a520ce879bd701794e0613f967" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_5940a25a88461d922d2261a788199e04.setContent(html_d3f9b3a520ce879bd701794e0613f967);
|
|
|
|
|
|
|
|
marker_5d137d688f475eed8b7d1f55cdfca26e.bindPopup(popup_5940a25a88461d922d2261a788199e04)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d137d688f475eed8b7d1f55cdfca26e.setIcon(icon_dd2e6890a3676683b22c58bba50de5f3);
|
|
|
|
|
|
var marker_e792d46326c2c0507a2e6f75be8e49d9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_61a1c952ae7d3f277b89753dceb44b16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03657c51a0a0884d1f45f1aa0ef5111e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2086757ff6904c059eae65372867d42 = $(`<div id="html_a2086757ff6904c059eae65372867d42" style="width: 100.0%; height: 100.0%;">kitchen.zap.cooking</div>`)[0];
|
|
popup_03657c51a0a0884d1f45f1aa0ef5111e.setContent(html_a2086757ff6904c059eae65372867d42);
|
|
|
|
|
|
|
|
marker_e792d46326c2c0507a2e6f75be8e49d9.bindPopup(popup_03657c51a0a0884d1f45f1aa0ef5111e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e792d46326c2c0507a2e6f75be8e49d9.setIcon(icon_61a1c952ae7d3f277b89753dceb44b16);
|
|
|
|
|
|
var marker_308cc4bc2df97f0b04b32321086ec076 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_134352e646c177e002292c2fd67062e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8c59f374563359064954b91aaead015 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b764adb76da45d0b944f6a9e0b90045b = $(`<div id="html_b764adb76da45d0b944f6a9e0b90045b" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_d8c59f374563359064954b91aaead015.setContent(html_b764adb76da45d0b944f6a9e0b90045b);
|
|
|
|
|
|
|
|
marker_308cc4bc2df97f0b04b32321086ec076.bindPopup(popup_d8c59f374563359064954b91aaead015)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_308cc4bc2df97f0b04b32321086ec076.setIcon(icon_134352e646c177e002292c2fd67062e8);
|
|
|
|
|
|
var marker_88bf523385bc2d75b82276eb47340388 = L.marker(
|
|
[51.2277, 6.77346],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_754133bdeb477846de6d1625b7d34500 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_223a8f46b1301fbd13ab3af233508317 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6797f3a3d832f0f19072a9eba75ed30 = $(`<div id="html_c6797f3a3d832f0f19072a9eba75ed30" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_223a8f46b1301fbd13ab3af233508317.setContent(html_c6797f3a3d832f0f19072a9eba75ed30);
|
|
|
|
|
|
|
|
marker_88bf523385bc2d75b82276eb47340388.bindPopup(popup_223a8f46b1301fbd13ab3af233508317)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88bf523385bc2d75b82276eb47340388.setIcon(icon_754133bdeb477846de6d1625b7d34500);
|
|
|
|
|
|
var marker_e4e130e24ba23e115dc0eb8c9fa7a434 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_617ed3c2f1efe483e75b7b514e35bd7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0497c48cd537a819a51c47c718d79044 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89535a94418117bebbac992db64743b1 = $(`<div id="html_89535a94418117bebbac992db64743b1" style="width: 100.0%; height: 100.0%;">relay.contextvm.org</div>`)[0];
|
|
popup_0497c48cd537a819a51c47c718d79044.setContent(html_89535a94418117bebbac992db64743b1);
|
|
|
|
|
|
|
|
marker_e4e130e24ba23e115dc0eb8c9fa7a434.bindPopup(popup_0497c48cd537a819a51c47c718d79044)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4e130e24ba23e115dc0eb8c9fa7a434.setIcon(icon_617ed3c2f1efe483e75b7b514e35bd7e);
|
|
|
|
|
|
var marker_92f08b8c2028aa307af3796dc5e3d3e9 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_916c381aefb3cbf912cc0dd49e444131 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f7e533194dbcdaa7b0f1781103c0cfe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f71cad7676c954590bcc6259c0b39409 = $(`<div id="html_f71cad7676c954590bcc6259c0b39409" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_6f7e533194dbcdaa7b0f1781103c0cfe.setContent(html_f71cad7676c954590bcc6259c0b39409);
|
|
|
|
|
|
|
|
marker_92f08b8c2028aa307af3796dc5e3d3e9.bindPopup(popup_6f7e533194dbcdaa7b0f1781103c0cfe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92f08b8c2028aa307af3796dc5e3d3e9.setIcon(icon_916c381aefb3cbf912cc0dd49e444131);
|
|
|
|
|
|
var marker_4c58fdc2000592f29d66eb155b339862 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_8f777d3aee008a87b556d3d0df49bad9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88692f6af87ac7a943e818f6ea9a5318 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e05b21b5de6e87ca6b53617caa0839e = $(`<div id="html_3e05b21b5de6e87ca6b53617caa0839e" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_88692f6af87ac7a943e818f6ea9a5318.setContent(html_3e05b21b5de6e87ca6b53617caa0839e);
|
|
|
|
|
|
|
|
marker_4c58fdc2000592f29d66eb155b339862.bindPopup(popup_88692f6af87ac7a943e818f6ea9a5318)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c58fdc2000592f29d66eb155b339862.setIcon(icon_8f777d3aee008a87b556d3d0df49bad9);
|
|
|
|
|
|
var marker_e1805a6018fc883df1f101a250418753 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_d5c4a9b21717890defdf6428b99bc6f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a238f0a642c1f5de3e4e18ef8ef0254e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c435184b1e56e1be44c546399015110 = $(`<div id="html_2c435184b1e56e1be44c546399015110" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_a238f0a642c1f5de3e4e18ef8ef0254e.setContent(html_2c435184b1e56e1be44c546399015110);
|
|
|
|
|
|
|
|
marker_e1805a6018fc883df1f101a250418753.bindPopup(popup_a238f0a642c1f5de3e4e18ef8ef0254e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1805a6018fc883df1f101a250418753.setIcon(icon_d5c4a9b21717890defdf6428b99bc6f9);
|
|
|
|
|
|
var marker_850736baa15f268b918cf4a366e59f69 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_8732bb147210aa0aef219f1c8a598407 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3a7a0c0d594d0161ce190a6d50bccfe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ce9cb44e3160e7199adaea4b96232c3 = $(`<div id="html_4ce9cb44e3160e7199adaea4b96232c3" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_e3a7a0c0d594d0161ce190a6d50bccfe.setContent(html_4ce9cb44e3160e7199adaea4b96232c3);
|
|
|
|
|
|
|
|
marker_850736baa15f268b918cf4a366e59f69.bindPopup(popup_e3a7a0c0d594d0161ce190a6d50bccfe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_850736baa15f268b918cf4a366e59f69.setIcon(icon_8732bb147210aa0aef219f1c8a598407);
|
|
|
|
|
|
var marker_313788929fe0133df6d497ec37a6e00f = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_a2e646925f7e1c22ad070149c7cedf2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d1e2327adbf92b3532c849f322fc365 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f05971a7b1c194c9a475b2992780cd9a = $(`<div id="html_f05971a7b1c194c9a475b2992780cd9a" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_2d1e2327adbf92b3532c849f322fc365.setContent(html_f05971a7b1c194c9a475b2992780cd9a);
|
|
|
|
|
|
|
|
marker_313788929fe0133df6d497ec37a6e00f.bindPopup(popup_2d1e2327adbf92b3532c849f322fc365)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_313788929fe0133df6d497ec37a6e00f.setIcon(icon_a2e646925f7e1c22ad070149c7cedf2e);
|
|
|
|
|
|
var marker_7335452f57df610a10fcbe9a19a157bf = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_3f3822998857198cd49596bca68c9162 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca25daee868665adb4f2066583e5b40e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8df1bf1db67a8f818fda1fc07ce89ecb = $(`<div id="html_8df1bf1db67a8f818fda1fc07ce89ecb" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_ca25daee868665adb4f2066583e5b40e.setContent(html_8df1bf1db67a8f818fda1fc07ce89ecb);
|
|
|
|
|
|
|
|
marker_7335452f57df610a10fcbe9a19a157bf.bindPopup(popup_ca25daee868665adb4f2066583e5b40e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7335452f57df610a10fcbe9a19a157bf.setIcon(icon_3f3822998857198cd49596bca68c9162);
|
|
|
|
|
|
var marker_47ddd31dc5110762c7889cf50f229b9d = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_074fa93f4644008caab99af6682ab494 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b8cfb63039abf6d7416f0a7f6567cb4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27d243bcf2d45a38b95384fd8ac36727 = $(`<div id="html_27d243bcf2d45a38b95384fd8ac36727" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_0b8cfb63039abf6d7416f0a7f6567cb4.setContent(html_27d243bcf2d45a38b95384fd8ac36727);
|
|
|
|
|
|
|
|
marker_47ddd31dc5110762c7889cf50f229b9d.bindPopup(popup_0b8cfb63039abf6d7416f0a7f6567cb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47ddd31dc5110762c7889cf50f229b9d.setIcon(icon_074fa93f4644008caab99af6682ab494);
|
|
|
|
|
|
var marker_a2afb71f517bb7c5f7f6facc785d11cb = L.marker(
|
|
[13.8434, 100.363],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_a43d7c611056c3c60db29e356309405d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1343fe98ad91a84e35d504fafab86ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_289b1df9bd42bbb7e7063ab91a170a8e = $(`<div id="html_289b1df9bd42bbb7e7063ab91a170a8e" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_c1343fe98ad91a84e35d504fafab86ae.setContent(html_289b1df9bd42bbb7e7063ab91a170a8e);
|
|
|
|
|
|
|
|
marker_a2afb71f517bb7c5f7f6facc785d11cb.bindPopup(popup_c1343fe98ad91a84e35d504fafab86ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2afb71f517bb7c5f7f6facc785d11cb.setIcon(icon_a43d7c611056c3c60db29e356309405d);
|
|
|
|
|
|
var marker_029e047ed19dd5d3c105d031cf9ae24c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_266073cc79ee05d58f8ddef55ca827fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c596fcbb8ed9dafef605d8e1abd0937d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2075ff54bf920fb5d8a94059d1d04d15 = $(`<div id="html_2075ff54bf920fb5d8a94059d1d04d15" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_c596fcbb8ed9dafef605d8e1abd0937d.setContent(html_2075ff54bf920fb5d8a94059d1d04d15);
|
|
|
|
|
|
|
|
marker_029e047ed19dd5d3c105d031cf9ae24c.bindPopup(popup_c596fcbb8ed9dafef605d8e1abd0937d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_029e047ed19dd5d3c105d031cf9ae24c.setIcon(icon_266073cc79ee05d58f8ddef55ca827fc);
|
|
|
|
|
|
var marker_dba2cc6b58a2240d6add4df8110ddda8 = L.marker(
|
|
[14.2046, 101.213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_a1e3a8a06aee889f3fb940c313811e5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9bc7316314d7042e6ce53fb3bf04f23f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3f1b17b08921ab48cba39d6463b2411 = $(`<div id="html_b3f1b17b08921ab48cba39d6463b2411" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_9bc7316314d7042e6ce53fb3bf04f23f.setContent(html_b3f1b17b08921ab48cba39d6463b2411);
|
|
|
|
|
|
|
|
marker_dba2cc6b58a2240d6add4df8110ddda8.bindPopup(popup_9bc7316314d7042e6ce53fb3bf04f23f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dba2cc6b58a2240d6add4df8110ddda8.setIcon(icon_a1e3a8a06aee889f3fb940c313811e5b);
|
|
|
|
|
|
var marker_7827f41e25468ae211938e4c81085ad2 = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_0116074d2fae63f0649aa452d810cce4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6618dd0b8bf85a3d3050faad3436da09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77109d599bb6978d445822362f93b8b1 = $(`<div id="html_77109d599bb6978d445822362f93b8b1" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_6618dd0b8bf85a3d3050faad3436da09.setContent(html_77109d599bb6978d445822362f93b8b1);
|
|
|
|
|
|
|
|
marker_7827f41e25468ae211938e4c81085ad2.bindPopup(popup_6618dd0b8bf85a3d3050faad3436da09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7827f41e25468ae211938e4c81085ad2.setIcon(icon_0116074d2fae63f0649aa452d810cce4);
|
|
|
|
|
|
var marker_66d1b42139c99314975c2eea021610b4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_678476dde396162bc2ff0fd76647e6d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5586da41cfd00887b35d7885b42536f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_711e48882b2aba38a20b9bce0b7d3c76 = $(`<div id="html_711e48882b2aba38a20b9bce0b7d3c76" style="width: 100.0%; height: 100.0%;">wot.girino.org</div>`)[0];
|
|
popup_f5586da41cfd00887b35d7885b42536f.setContent(html_711e48882b2aba38a20b9bce0b7d3c76);
|
|
|
|
|
|
|
|
marker_66d1b42139c99314975c2eea021610b4.bindPopup(popup_f5586da41cfd00887b35d7885b42536f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66d1b42139c99314975c2eea021610b4.setIcon(icon_678476dde396162bc2ff0fd76647e6d3);
|
|
|
|
|
|
var marker_ffa3313b0b9f432ee3b851f248d2561d = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_5399c0d47234d9b418280e55e8fb8285 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6a5e63f2eef6d7df1a5062de53bbc40 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c4009703be6464182f42c610403f950 = $(`<div id="html_0c4009703be6464182f42c610403f950" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_d6a5e63f2eef6d7df1a5062de53bbc40.setContent(html_0c4009703be6464182f42c610403f950);
|
|
|
|
|
|
|
|
marker_ffa3313b0b9f432ee3b851f248d2561d.bindPopup(popup_d6a5e63f2eef6d7df1a5062de53bbc40)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffa3313b0b9f432ee3b851f248d2561d.setIcon(icon_5399c0d47234d9b418280e55e8fb8285);
|
|
|
|
|
|
var marker_2c32b78f10cb499d7bb0bd3607c61618 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_e5e44db4b0629a155d46bcbda73d40c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15c32c794825928dad690aa56384dd33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6a0190ffcb7d3f2a5b986c164c80592 = $(`<div id="html_c6a0190ffcb7d3f2a5b986c164c80592" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_15c32c794825928dad690aa56384dd33.setContent(html_c6a0190ffcb7d3f2a5b986c164c80592);
|
|
|
|
|
|
|
|
marker_2c32b78f10cb499d7bb0bd3607c61618.bindPopup(popup_15c32c794825928dad690aa56384dd33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c32b78f10cb499d7bb0bd3607c61618.setIcon(icon_e5e44db4b0629a155d46bcbda73d40c2);
|
|
|
|
|
|
var marker_eee60ef09122629121fe623162b3a51a = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_9fb2d3ea1f2469ce9f149de3334a03e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c736190c85c23ac67d3b83ccdbeba74b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22d5cc897ce57dfdfe2323fa57729cab = $(`<div id="html_22d5cc897ce57dfdfe2323fa57729cab" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_c736190c85c23ac67d3b83ccdbeba74b.setContent(html_22d5cc897ce57dfdfe2323fa57729cab);
|
|
|
|
|
|
|
|
marker_eee60ef09122629121fe623162b3a51a.bindPopup(popup_c736190c85c23ac67d3b83ccdbeba74b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eee60ef09122629121fe623162b3a51a.setIcon(icon_9fb2d3ea1f2469ce9f149de3334a03e8);
|
|
|
|
|
|
var marker_e855b624c72e293f0ea6d2c72eaf9f21 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_a49d990bc255d8e72520d49fae752782 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74130c32e3ef22a5bee62160a6941d55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_094701c911fb0764e652365efc2cbf02 = $(`<div id="html_094701c911fb0764e652365efc2cbf02" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_74130c32e3ef22a5bee62160a6941d55.setContent(html_094701c911fb0764e652365efc2cbf02);
|
|
|
|
|
|
|
|
marker_e855b624c72e293f0ea6d2c72eaf9f21.bindPopup(popup_74130c32e3ef22a5bee62160a6941d55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e855b624c72e293f0ea6d2c72eaf9f21.setIcon(icon_a49d990bc255d8e72520d49fae752782);
|
|
|
|
|
|
var marker_c28c95d5e2aeb73b87e7df524e6b3353 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_e416327f6d1b6ae8d357364505d10865 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ae62589415fa524d0f822fc7941fba3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_520fb7b847e6e45088a6abadc3e65691 = $(`<div id="html_520fb7b847e6e45088a6abadc3e65691" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_5ae62589415fa524d0f822fc7941fba3.setContent(html_520fb7b847e6e45088a6abadc3e65691);
|
|
|
|
|
|
|
|
marker_c28c95d5e2aeb73b87e7df524e6b3353.bindPopup(popup_5ae62589415fa524d0f822fc7941fba3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c28c95d5e2aeb73b87e7df524e6b3353.setIcon(icon_e416327f6d1b6ae8d357364505d10865);
|
|
|
|
|
|
var marker_6541405946d7f08678631fbae6ee88a7 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_59869b3e31df9866fded9f8efe05cb2a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40c303fecd665835f95ae4151fc3dc5f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e14083340fdd1631436d238af7a6f38f = $(`<div id="html_e14083340fdd1631436d238af7a6f38f" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_40c303fecd665835f95ae4151fc3dc5f.setContent(html_e14083340fdd1631436d238af7a6f38f);
|
|
|
|
|
|
|
|
marker_6541405946d7f08678631fbae6ee88a7.bindPopup(popup_40c303fecd665835f95ae4151fc3dc5f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6541405946d7f08678631fbae6ee88a7.setIcon(icon_59869b3e31df9866fded9f8efe05cb2a);
|
|
|
|
|
|
var marker_00136d71b2c372d675a93f4b474454a8 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_e570241f7530a59c69f578f1c255a56f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8623da2e87f1a5dc041aeeeceb651056 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab618c9e58b82d8654dc9d142b509834 = $(`<div id="html_ab618c9e58b82d8654dc9d142b509834" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_8623da2e87f1a5dc041aeeeceb651056.setContent(html_ab618c9e58b82d8654dc9d142b509834);
|
|
|
|
|
|
|
|
marker_00136d71b2c372d675a93f4b474454a8.bindPopup(popup_8623da2e87f1a5dc041aeeeceb651056)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00136d71b2c372d675a93f4b474454a8.setIcon(icon_e570241f7530a59c69f578f1c255a56f);
|
|
|
|
|
|
var marker_415e2b68a2dbd7708c70c5d4980355a3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_be7c0f6303d40f5350314423c79cbd3b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12f9ec4c58b2ce0addac9e558ccd2b37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d3b259222832be5f68dbbaab414f20e = $(`<div id="html_9d3b259222832be5f68dbbaab414f20e" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_12f9ec4c58b2ce0addac9e558ccd2b37.setContent(html_9d3b259222832be5f68dbbaab414f20e);
|
|
|
|
|
|
|
|
marker_415e2b68a2dbd7708c70c5d4980355a3.bindPopup(popup_12f9ec4c58b2ce0addac9e558ccd2b37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_415e2b68a2dbd7708c70c5d4980355a3.setIcon(icon_be7c0f6303d40f5350314423c79cbd3b);
|
|
|
|
|
|
var marker_14812c68adf901acdab81e5640d1a0e6 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_da30fb5e6dc159568a3d1731ec19f21d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c41e811e8fb7f6ac1f24843131644c84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_724bb5660db5349116dafdde5bd78e4c = $(`<div id="html_724bb5660db5349116dafdde5bd78e4c" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_c41e811e8fb7f6ac1f24843131644c84.setContent(html_724bb5660db5349116dafdde5bd78e4c);
|
|
|
|
|
|
|
|
marker_14812c68adf901acdab81e5640d1a0e6.bindPopup(popup_c41e811e8fb7f6ac1f24843131644c84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14812c68adf901acdab81e5640d1a0e6.setIcon(icon_da30fb5e6dc159568a3d1731ec19f21d);
|
|
|
|
|
|
var marker_c1a4f8eeb59eb217daf437aa991ec644 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_01c84d41f7ae4f09bc41a99e41cfea01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff1d4bb6ad5bcf2712e11ef080957543 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa5a1a54d5b783ea8986482473201e92 = $(`<div id="html_aa5a1a54d5b783ea8986482473201e92" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_ff1d4bb6ad5bcf2712e11ef080957543.setContent(html_aa5a1a54d5b783ea8986482473201e92);
|
|
|
|
|
|
|
|
marker_c1a4f8eeb59eb217daf437aa991ec644.bindPopup(popup_ff1d4bb6ad5bcf2712e11ef080957543)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1a4f8eeb59eb217daf437aa991ec644.setIcon(icon_01c84d41f7ae4f09bc41a99e41cfea01);
|
|
|
|
|
|
var marker_a85b7d92e26b6f306dcea35852291c49 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_734f1fbe0d6fa1d7ee7e08631f41724e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a852002e300cd3c263bf43436caf0663 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e6283e1854676438c652274549b4c48 = $(`<div id="html_7e6283e1854676438c652274549b4c48" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_a852002e300cd3c263bf43436caf0663.setContent(html_7e6283e1854676438c652274549b4c48);
|
|
|
|
|
|
|
|
marker_a85b7d92e26b6f306dcea35852291c49.bindPopup(popup_a852002e300cd3c263bf43436caf0663)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a85b7d92e26b6f306dcea35852291c49.setIcon(icon_734f1fbe0d6fa1d7ee7e08631f41724e);
|
|
|
|
|
|
var marker_4427cb3f10f839fd2c0415b9785300e4 = L.marker(
|
|
[54.5847, 10.0178],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_11a1f582b5b3c3448938deece71ba980 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_449b73f103b6909f5d5388ba4d21aca7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45efdefbae2ac8ab2483cc3dc0cc2d17 = $(`<div id="html_45efdefbae2ac8ab2483cc3dc0cc2d17" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_449b73f103b6909f5d5388ba4d21aca7.setContent(html_45efdefbae2ac8ab2483cc3dc0cc2d17);
|
|
|
|
|
|
|
|
marker_4427cb3f10f839fd2c0415b9785300e4.bindPopup(popup_449b73f103b6909f5d5388ba4d21aca7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4427cb3f10f839fd2c0415b9785300e4.setIcon(icon_11a1f582b5b3c3448938deece71ba980);
|
|
|
|
|
|
var marker_411da14b55d7cdf575d0dee2c2fbc730 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_9910f146c8b7d70cb6146688c4f00b93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1004e2498253055f8f25bace638e69eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5e372a685d34da797fb9076d1cdb525 = $(`<div id="html_f5e372a685d34da797fb9076d1cdb525" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_1004e2498253055f8f25bace638e69eb.setContent(html_f5e372a685d34da797fb9076d1cdb525);
|
|
|
|
|
|
|
|
marker_411da14b55d7cdf575d0dee2c2fbc730.bindPopup(popup_1004e2498253055f8f25bace638e69eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_411da14b55d7cdf575d0dee2c2fbc730.setIcon(icon_9910f146c8b7d70cb6146688c4f00b93);
|
|
|
|
|
|
var marker_0c88085efbc56a664d81137eb6db0f08 = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_a03690fee3a36338e2bba969d77bdaec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f62645926a2026dc6f9428d86eb1423c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8352d2179a9d0cada7a7ac518baebd6 = $(`<div id="html_e8352d2179a9d0cada7a7ac518baebd6" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_f62645926a2026dc6f9428d86eb1423c.setContent(html_e8352d2179a9d0cada7a7ac518baebd6);
|
|
|
|
|
|
|
|
marker_0c88085efbc56a664d81137eb6db0f08.bindPopup(popup_f62645926a2026dc6f9428d86eb1423c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c88085efbc56a664d81137eb6db0f08.setIcon(icon_a03690fee3a36338e2bba969d77bdaec);
|
|
|
|
|
|
var marker_f8077c72eb8bd31f303d03e66a72a238 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_7af17bc6f65fd9eb2064488dd8316884 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49690cedd2910b00e247efc08672a197 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_baa09d3002852240695f0a170edde5a1 = $(`<div id="html_baa09d3002852240695f0a170edde5a1" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_49690cedd2910b00e247efc08672a197.setContent(html_baa09d3002852240695f0a170edde5a1);
|
|
|
|
|
|
|
|
marker_f8077c72eb8bd31f303d03e66a72a238.bindPopup(popup_49690cedd2910b00e247efc08672a197)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8077c72eb8bd31f303d03e66a72a238.setIcon(icon_7af17bc6f65fd9eb2064488dd8316884);
|
|
|
|
|
|
var marker_d141245b8d8dea7f9bb619788f7f78c4 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_86882f4c5a111bd4625ec769799a97f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8822146b13ebcde265d9f90634467457 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ab603fe4b1956f1201c6a2051a60dfb = $(`<div id="html_5ab603fe4b1956f1201c6a2051a60dfb" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_8822146b13ebcde265d9f90634467457.setContent(html_5ab603fe4b1956f1201c6a2051a60dfb);
|
|
|
|
|
|
|
|
marker_d141245b8d8dea7f9bb619788f7f78c4.bindPopup(popup_8822146b13ebcde265d9f90634467457)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d141245b8d8dea7f9bb619788f7f78c4.setIcon(icon_86882f4c5a111bd4625ec769799a97f1);
|
|
|
|
|
|
var marker_4bf8d11035fcedbe8656cd870dfcf53a = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_902556e689fe9ac155b065152815f314 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2953b161d69f47eca90cd4820e69b601 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99d95d6ed6c98f2431a571b3aaf89e12 = $(`<div id="html_99d95d6ed6c98f2431a571b3aaf89e12" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_2953b161d69f47eca90cd4820e69b601.setContent(html_99d95d6ed6c98f2431a571b3aaf89e12);
|
|
|
|
|
|
|
|
marker_4bf8d11035fcedbe8656cd870dfcf53a.bindPopup(popup_2953b161d69f47eca90cd4820e69b601)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4bf8d11035fcedbe8656cd870dfcf53a.setIcon(icon_902556e689fe9ac155b065152815f314);
|
|
|
|
|
|
var marker_ddb21de9ed9af3607a07100faaa68144 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_21817fce3a0823651bea960432d43226 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2fdf15edcd878a37215a5dcb37fe094d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b548e738a0820a0a12055cde3905efe = $(`<div id="html_7b548e738a0820a0a12055cde3905efe" style="width: 100.0%; height: 100.0%;">api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_2fdf15edcd878a37215a5dcb37fe094d.setContent(html_7b548e738a0820a0a12055cde3905efe);
|
|
|
|
|
|
|
|
marker_ddb21de9ed9af3607a07100faaa68144.bindPopup(popup_2fdf15edcd878a37215a5dcb37fe094d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ddb21de9ed9af3607a07100faaa68144.setIcon(icon_21817fce3a0823651bea960432d43226);
|
|
|
|
|
|
var marker_e97cd08a38e637c722e20732e8cd1790 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_e78ad7a43878badf22ab28b5928c4dbc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8da0229ff504929b16d4557a6cc509f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0ce24d444f7ec4bf2ee204c799eff4d = $(`<div id="html_d0ce24d444f7ec4bf2ee204c799eff4d" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_c8da0229ff504929b16d4557a6cc509f.setContent(html_d0ce24d444f7ec4bf2ee204c799eff4d);
|
|
|
|
|
|
|
|
marker_e97cd08a38e637c722e20732e8cd1790.bindPopup(popup_c8da0229ff504929b16d4557a6cc509f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e97cd08a38e637c722e20732e8cd1790.setIcon(icon_e78ad7a43878badf22ab28b5928c4dbc);
|
|
|
|
|
|
var marker_5d3497611fe6952784783849d9766665 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_5944b77d476984ece288865dff834f08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbd16b42f33a14b9e9380f82ca178b98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5835e1e0e09ec5d30e8f25fe1af10053 = $(`<div id="html_5835e1e0e09ec5d30e8f25fe1af10053" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_fbd16b42f33a14b9e9380f82ca178b98.setContent(html_5835e1e0e09ec5d30e8f25fe1af10053);
|
|
|
|
|
|
|
|
marker_5d3497611fe6952784783849d9766665.bindPopup(popup_fbd16b42f33a14b9e9380f82ca178b98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d3497611fe6952784783849d9766665.setIcon(icon_5944b77d476984ece288865dff834f08);
|
|
|
|
|
|
var marker_f28b31c5e456216dafd8b34ff479e840 = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_c71364651fabeac3780577183ba2536f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55c872fee85a2be6d2cd8be329f1af14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57e6fb1b867e3298d24c8d174ce88276 = $(`<div id="html_57e6fb1b867e3298d24c8d174ce88276" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_55c872fee85a2be6d2cd8be329f1af14.setContent(html_57e6fb1b867e3298d24c8d174ce88276);
|
|
|
|
|
|
|
|
marker_f28b31c5e456216dafd8b34ff479e840.bindPopup(popup_55c872fee85a2be6d2cd8be329f1af14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f28b31c5e456216dafd8b34ff479e840.setIcon(icon_c71364651fabeac3780577183ba2536f);
|
|
|
|
|
|
var marker_7e4f09940b520499538476946731f0f5 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_6e64c757d036b68930c9e41d8f5f933e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6202daffe3ba1fb4980285707be52474 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48deaa873d3c19bbeed2a94fffe82ef1 = $(`<div id="html_48deaa873d3c19bbeed2a94fffe82ef1" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_6202daffe3ba1fb4980285707be52474.setContent(html_48deaa873d3c19bbeed2a94fffe82ef1);
|
|
|
|
|
|
|
|
marker_7e4f09940b520499538476946731f0f5.bindPopup(popup_6202daffe3ba1fb4980285707be52474)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e4f09940b520499538476946731f0f5.setIcon(icon_6e64c757d036b68930c9e41d8f5f933e);
|
|
|
|
|
|
var marker_f839bb579f0939412811b41ce0815fce = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_e078282367554ebeb2ccd9031622b79a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_405be1d339ff55a2d401691db35d4835 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73a8ea4dde8771a06d54be24eed0e32b = $(`<div id="html_73a8ea4dde8771a06d54be24eed0e32b" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_405be1d339ff55a2d401691db35d4835.setContent(html_73a8ea4dde8771a06d54be24eed0e32b);
|
|
|
|
|
|
|
|
marker_f839bb579f0939412811b41ce0815fce.bindPopup(popup_405be1d339ff55a2d401691db35d4835)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f839bb579f0939412811b41ce0815fce.setIcon(icon_e078282367554ebeb2ccd9031622b79a);
|
|
|
|
|
|
var marker_551c7b829f07cfdcdb464e272e76160d = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_43c0071a13111a576afb1129700af696 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8a6a0f91d07d2b91c617458134b7420 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79b44aa03fcac8d617c8e2351f262043 = $(`<div id="html_79b44aa03fcac8d617c8e2351f262043" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_b8a6a0f91d07d2b91c617458134b7420.setContent(html_79b44aa03fcac8d617c8e2351f262043);
|
|
|
|
|
|
|
|
marker_551c7b829f07cfdcdb464e272e76160d.bindPopup(popup_b8a6a0f91d07d2b91c617458134b7420)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_551c7b829f07cfdcdb464e272e76160d.setIcon(icon_43c0071a13111a576afb1129700af696);
|
|
|
|
|
|
var marker_fa035f533caf35714eac76e50c4ff1ec = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_735061ab9b06cdd632b2791a6a71a805 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_451f03d3d00753f880b0bb39b1b981c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04ae87bfbf5aa4fc45a552d7b881a3ea = $(`<div id="html_04ae87bfbf5aa4fc45a552d7b881a3ea" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_451f03d3d00753f880b0bb39b1b981c1.setContent(html_04ae87bfbf5aa4fc45a552d7b881a3ea);
|
|
|
|
|
|
|
|
marker_fa035f533caf35714eac76e50c4ff1ec.bindPopup(popup_451f03d3d00753f880b0bb39b1b981c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa035f533caf35714eac76e50c4ff1ec.setIcon(icon_735061ab9b06cdd632b2791a6a71a805);
|
|
|
|
|
|
var marker_75210425216b08f40d6722ac7cd19c6b = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_f8a6c43832875846c5336bdf95f039fc);
|
|
|
|
|
|
var icon_3a883b05284d85d6b7f2c12bfbebcca8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7c9f4d493579b28cc7256cab97fb917 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_608d2b2bceba61b425675ae659f237f5 = $(`<div id="html_608d2b2bceba61b425675ae659f237f5" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_b7c9f4d493579b28cc7256cab97fb917.setContent(html_608d2b2bceba61b425675ae659f237f5);
|
|
|
|
|
|
|
|
marker_75210425216b08f40d6722ac7cd19c6b.bindPopup(popup_b7c9f4d493579b28cc7256cab97fb917)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75210425216b08f40d6722ac7cd19c6b.setIcon(icon_3a883b05284d85d6b7f2c12bfbebcca8);
|
|
|
|
|
|
marker_cluster_f8a6c43832875846c5336bdf95f039fc.addTo(map_088b5a2ae011ab121ccde1a700df1336);
|
|
|
|
</script>
|
|
</html> |