mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 16:45:18 +00:00
16111 lines
469 KiB
HTML
16111 lines
469 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_a47d9fe47db850895e97b09b977c5cfe {
|
|
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_a47d9fe47db850895e97b09b977c5cfe" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_a47d9fe47db850895e97b09b977c5cfe = L.map(
|
|
"map_a47d9fe47db850895e97b09b977c5cfe",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_19c3dcc9c9e78c68d415ea1d04b8ae5f = 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_19c3dcc9c9e78c68d415ea1d04b8ae5f.addTo(map_a47d9fe47db850895e97b09b977c5cfe);
|
|
|
|
|
|
var marker_cluster_92bf905714f309d27f9372fa42ebc87d = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_d7d47c0fe3d151cf3b6c2c1c4ae78f4c = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_d508f5bc6660e9f5e9f18a7c06589223 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adbf3ce1191c6dda165a012c6be65316 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8f6391e3f27d9f66e520fe888ee305f = $(`<div id="html_f8f6391e3f27d9f66e520fe888ee305f" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_adbf3ce1191c6dda165a012c6be65316.setContent(html_f8f6391e3f27d9f66e520fe888ee305f);
|
|
|
|
|
|
|
|
marker_d7d47c0fe3d151cf3b6c2c1c4ae78f4c.bindPopup(popup_adbf3ce1191c6dda165a012c6be65316)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7d47c0fe3d151cf3b6c2c1c4ae78f4c.setIcon(icon_d508f5bc6660e9f5e9f18a7c06589223);
|
|
|
|
|
|
var marker_969d7b47e8b7f3a98fc853330674834e = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_3e5732b29893a69428e89a18c70fd2b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a22afba2638ed93866e42d56bd792739 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74e5000940893e7a760cc7fdcaa0368e = $(`<div id="html_74e5000940893e7a760cc7fdcaa0368e" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_a22afba2638ed93866e42d56bd792739.setContent(html_74e5000940893e7a760cc7fdcaa0368e);
|
|
|
|
|
|
|
|
marker_969d7b47e8b7f3a98fc853330674834e.bindPopup(popup_a22afba2638ed93866e42d56bd792739)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_969d7b47e8b7f3a98fc853330674834e.setIcon(icon_3e5732b29893a69428e89a18c70fd2b8);
|
|
|
|
|
|
var marker_6ed016a96ecbb160e8d067c22558797c = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_7b22387ad6d923be4c527e30c999a90c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1cda114b5c48670e6ed59b9debbc3af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df2edaf0f51722af8c24e152ca077d2a = $(`<div id="html_df2edaf0f51722af8c24e152ca077d2a" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_e1cda114b5c48670e6ed59b9debbc3af.setContent(html_df2edaf0f51722af8c24e152ca077d2a);
|
|
|
|
|
|
|
|
marker_6ed016a96ecbb160e8d067c22558797c.bindPopup(popup_e1cda114b5c48670e6ed59b9debbc3af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ed016a96ecbb160e8d067c22558797c.setIcon(icon_7b22387ad6d923be4c527e30c999a90c);
|
|
|
|
|
|
var marker_3371561a6cc9f6d4ca3f3eec4782c3cf = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_aeb57a3ce20ec31f8a546801d1ae14c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1df0a702b1b61664b2a9105dde530ffb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d13b6f37c4a110af299b461fe4994ec4 = $(`<div id="html_d13b6f37c4a110af299b461fe4994ec4" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_1df0a702b1b61664b2a9105dde530ffb.setContent(html_d13b6f37c4a110af299b461fe4994ec4);
|
|
|
|
|
|
|
|
marker_3371561a6cc9f6d4ca3f3eec4782c3cf.bindPopup(popup_1df0a702b1b61664b2a9105dde530ffb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3371561a6cc9f6d4ca3f3eec4782c3cf.setIcon(icon_aeb57a3ce20ec31f8a546801d1ae14c8);
|
|
|
|
|
|
var marker_fef80b9c4b36de56daf2f2dddb287bb4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_f3b853f6b19bff5aa922a8e15421ccad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79665ef49817be2af6035cdbc34a7694 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a8a3cd16ff0bf01b25cc75e3d6cdaea = $(`<div id="html_3a8a3cd16ff0bf01b25cc75e3d6cdaea" style="width: 100.0%; height: 100.0%;">rilo.nostria.app:443</div>`)[0];
|
|
popup_79665ef49817be2af6035cdbc34a7694.setContent(html_3a8a3cd16ff0bf01b25cc75e3d6cdaea);
|
|
|
|
|
|
|
|
marker_fef80b9c4b36de56daf2f2dddb287bb4.bindPopup(popup_79665ef49817be2af6035cdbc34a7694)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fef80b9c4b36de56daf2f2dddb287bb4.setIcon(icon_f3b853f6b19bff5aa922a8e15421ccad);
|
|
|
|
|
|
var marker_55cf8d858b24b81f8565a9d3b6d82f81 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_69bd322829979b167634d2ff4be54a28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3684e57679b1c0c05091cbdd4c6013f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_715d01da2dcbe255af063d24e07e26a2 = $(`<div id="html_715d01da2dcbe255af063d24e07e26a2" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_e3684e57679b1c0c05091cbdd4c6013f.setContent(html_715d01da2dcbe255af063d24e07e26a2);
|
|
|
|
|
|
|
|
marker_55cf8d858b24b81f8565a9d3b6d82f81.bindPopup(popup_e3684e57679b1c0c05091cbdd4c6013f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55cf8d858b24b81f8565a9d3b6d82f81.setIcon(icon_69bd322829979b167634d2ff4be54a28);
|
|
|
|
|
|
var marker_7da3f81dce234315733016674a68250f = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_4d5afa8fbb42dfc47512d68f638427af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_791490256b6cbdf5e9c0bcb19262a4e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fa1041519000efe6d06f9af8babf060 = $(`<div id="html_5fa1041519000efe6d06f9af8babf060" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io:443</div>`)[0];
|
|
popup_791490256b6cbdf5e9c0bcb19262a4e6.setContent(html_5fa1041519000efe6d06f9af8babf060);
|
|
|
|
|
|
|
|
marker_7da3f81dce234315733016674a68250f.bindPopup(popup_791490256b6cbdf5e9c0bcb19262a4e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7da3f81dce234315733016674a68250f.setIcon(icon_4d5afa8fbb42dfc47512d68f638427af);
|
|
|
|
|
|
var marker_b0d2f27d188ecae7c5ace01c9ab5a383 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_80a3439565a1da74d4b1b3e091f48b34 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acbe5cd0a06e1695eee4955b7e4e623d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_442c1a5a154c71820c179ad2ce9a1f47 = $(`<div id="html_442c1a5a154c71820c179ad2ce9a1f47" style="width: 100.0%; height: 100.0%;">nostr-01.uid.ovh</div>`)[0];
|
|
popup_acbe5cd0a06e1695eee4955b7e4e623d.setContent(html_442c1a5a154c71820c179ad2ce9a1f47);
|
|
|
|
|
|
|
|
marker_b0d2f27d188ecae7c5ace01c9ab5a383.bindPopup(popup_acbe5cd0a06e1695eee4955b7e4e623d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0d2f27d188ecae7c5ace01c9ab5a383.setIcon(icon_80a3439565a1da74d4b1b3e091f48b34);
|
|
|
|
|
|
var marker_1a9719a7bed50e5d31069177ea1172f0 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_4d848f3a625273d48a3b95c60788252e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0c6b2de4645694241e95fe7f91bca6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99edfa0f7ce0756c3524e636ec8b95e3 = $(`<div id="html_99edfa0f7ce0756c3524e636ec8b95e3" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_b0c6b2de4645694241e95fe7f91bca6b.setContent(html_99edfa0f7ce0756c3524e636ec8b95e3);
|
|
|
|
|
|
|
|
marker_1a9719a7bed50e5d31069177ea1172f0.bindPopup(popup_b0c6b2de4645694241e95fe7f91bca6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a9719a7bed50e5d31069177ea1172f0.setIcon(icon_4d848f3a625273d48a3b95c60788252e);
|
|
|
|
|
|
var marker_b28a91505b4a664871ad9c35fe692ccd = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_83a55bc889c28ca839e2841f72050602 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a329a4669a1533f8599e84a61f8db27c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a6e05b1470deb921529cfe23de80eaa = $(`<div id="html_4a6e05b1470deb921529cfe23de80eaa" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_a329a4669a1533f8599e84a61f8db27c.setContent(html_4a6e05b1470deb921529cfe23de80eaa);
|
|
|
|
|
|
|
|
marker_b28a91505b4a664871ad9c35fe692ccd.bindPopup(popup_a329a4669a1533f8599e84a61f8db27c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b28a91505b4a664871ad9c35fe692ccd.setIcon(icon_83a55bc889c28ca839e2841f72050602);
|
|
|
|
|
|
var marker_c9bd847b6173cc51e8c082d12b3fbd2e = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_a54ab88c22eae9436720889cc342d1ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a55c37aa68a880ef535e5556df5bd9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5488721b96e0494c9339726140ecfe3 = $(`<div id="html_f5488721b96e0494c9339726140ecfe3" style="width: 100.0%; height: 100.0%;">relay.artx.market:443</div>`)[0];
|
|
popup_0a55c37aa68a880ef535e5556df5bd9a.setContent(html_f5488721b96e0494c9339726140ecfe3);
|
|
|
|
|
|
|
|
marker_c9bd847b6173cc51e8c082d12b3fbd2e.bindPopup(popup_0a55c37aa68a880ef535e5556df5bd9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9bd847b6173cc51e8c082d12b3fbd2e.setIcon(icon_a54ab88c22eae9436720889cc342d1ef);
|
|
|
|
|
|
var marker_8d486809f3ebfe7655dd53d78bd6bdfc = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_d33d1d1683a87234c8b9d43371c285fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_507d2df3b7a6fee259eba1864175be6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1630025f42a23cf160086e67b626f9c = $(`<div id="html_d1630025f42a23cf160086e67b626f9c" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_507d2df3b7a6fee259eba1864175be6f.setContent(html_d1630025f42a23cf160086e67b626f9c);
|
|
|
|
|
|
|
|
marker_8d486809f3ebfe7655dd53d78bd6bdfc.bindPopup(popup_507d2df3b7a6fee259eba1864175be6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d486809f3ebfe7655dd53d78bd6bdfc.setIcon(icon_d33d1d1683a87234c8b9d43371c285fa);
|
|
|
|
|
|
var marker_3eb00199e37eb4a745511ed612450942 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_f8f0ce58771be3b858baef5e42de3a42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bcee8ba8779e33f90b02eaaed6a122fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d54957d14074e6794cfdd7fc22a08d41 = $(`<div id="html_d54957d14074e6794cfdd7fc22a08d41" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_bcee8ba8779e33f90b02eaaed6a122fd.setContent(html_d54957d14074e6794cfdd7fc22a08d41);
|
|
|
|
|
|
|
|
marker_3eb00199e37eb4a745511ed612450942.bindPopup(popup_bcee8ba8779e33f90b02eaaed6a122fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3eb00199e37eb4a745511ed612450942.setIcon(icon_f8f0ce58771be3b858baef5e42de3a42);
|
|
|
|
|
|
var marker_497e4600012106802b274fc2c9a660a7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_63c8848e82fa90f9ae65666914dc621c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_712c51e1f4e5daa1b098ada2993eeb40 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ffa8b3c0580e6e262ca69be5152b8c3 = $(`<div id="html_0ffa8b3c0580e6e262ca69be5152b8c3" style="width: 100.0%; height: 100.0%;">wot.rejecttheframe.xyz</div>`)[0];
|
|
popup_712c51e1f4e5daa1b098ada2993eeb40.setContent(html_0ffa8b3c0580e6e262ca69be5152b8c3);
|
|
|
|
|
|
|
|
marker_497e4600012106802b274fc2c9a660a7.bindPopup(popup_712c51e1f4e5daa1b098ada2993eeb40)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_497e4600012106802b274fc2c9a660a7.setIcon(icon_63c8848e82fa90f9ae65666914dc621c);
|
|
|
|
|
|
var marker_aeb93c6525ebbb43064478ac3db02497 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_a3eb98308213ebbf4eed83cc23cccf7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bdecce6e73d6191afa740b92ca442ea0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75da0d8f43ff779d3d3dcca6d9401a86 = $(`<div id="html_75da0d8f43ff779d3d3dcca6d9401a86" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_bdecce6e73d6191afa740b92ca442ea0.setContent(html_75da0d8f43ff779d3d3dcca6d9401a86);
|
|
|
|
|
|
|
|
marker_aeb93c6525ebbb43064478ac3db02497.bindPopup(popup_bdecce6e73d6191afa740b92ca442ea0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aeb93c6525ebbb43064478ac3db02497.setIcon(icon_a3eb98308213ebbf4eed83cc23cccf7c);
|
|
|
|
|
|
var marker_7834bdc9109703f443cd6b1adb1c40ad = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_ebf40fe487709bdf67cb07395594451f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61ae1fe874d2df09c65e309961c51ba9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d465ffefd708ca5ad14a49abf725b86f = $(`<div id="html_d465ffefd708ca5ad14a49abf725b86f" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_61ae1fe874d2df09c65e309961c51ba9.setContent(html_d465ffefd708ca5ad14a49abf725b86f);
|
|
|
|
|
|
|
|
marker_7834bdc9109703f443cd6b1adb1c40ad.bindPopup(popup_61ae1fe874d2df09c65e309961c51ba9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7834bdc9109703f443cd6b1adb1c40ad.setIcon(icon_ebf40fe487709bdf67cb07395594451f);
|
|
|
|
|
|
var marker_e71fbc89a22237561199b68f45152949 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_387519a187033d0322c6a3131b329025 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08393ec3db7169719114cffc48b868fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de7826223bd18dab6e6a646f9ccb22a6 = $(`<div id="html_de7826223bd18dab6e6a646f9ccb22a6" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol:443</div>`)[0];
|
|
popup_08393ec3db7169719114cffc48b868fa.setContent(html_de7826223bd18dab6e6a646f9ccb22a6);
|
|
|
|
|
|
|
|
marker_e71fbc89a22237561199b68f45152949.bindPopup(popup_08393ec3db7169719114cffc48b868fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e71fbc89a22237561199b68f45152949.setIcon(icon_387519a187033d0322c6a3131b329025);
|
|
|
|
|
|
var marker_f2ea50187c89ac185fe42d7e0ec2824d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_490f2321b460d0e99229de4b4187e89e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1b4a1494b837cb92c36380003f7b0e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_938b355f6535e91fb62f00d84b043c7b = $(`<div id="html_938b355f6535e91fb62f00d84b043c7b" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_f1b4a1494b837cb92c36380003f7b0e9.setContent(html_938b355f6535e91fb62f00d84b043c7b);
|
|
|
|
|
|
|
|
marker_f2ea50187c89ac185fe42d7e0ec2824d.bindPopup(popup_f1b4a1494b837cb92c36380003f7b0e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2ea50187c89ac185fe42d7e0ec2824d.setIcon(icon_490f2321b460d0e99229de4b4187e89e);
|
|
|
|
|
|
var marker_94e5a8b0d000fa0b4c7f12125dad9525 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_a42d62b15d66081563647cf76cbb31ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41cdf0adf2387faa4ddf5f0881ec4c38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa769f2e7d4c265dee1d9a16089961a3 = $(`<div id="html_aa769f2e7d4c265dee1d9a16089961a3" style="width: 100.0%; height: 100.0%;">nostr.tagomago.me</div>`)[0];
|
|
popup_41cdf0adf2387faa4ddf5f0881ec4c38.setContent(html_aa769f2e7d4c265dee1d9a16089961a3);
|
|
|
|
|
|
|
|
marker_94e5a8b0d000fa0b4c7f12125dad9525.bindPopup(popup_41cdf0adf2387faa4ddf5f0881ec4c38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94e5a8b0d000fa0b4c7f12125dad9525.setIcon(icon_a42d62b15d66081563647cf76cbb31ef);
|
|
|
|
|
|
var marker_9c0183a549171748793964872736ea14 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_61cf2bca92d0dc6752d1a5326b93d0c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7cf2ec198d08cb5cad9753ef121c3381 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9d773ac4c0e5253d1d4fe57661c773e = $(`<div id="html_a9d773ac4c0e5253d1d4fe57661c773e" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_7cf2ec198d08cb5cad9753ef121c3381.setContent(html_a9d773ac4c0e5253d1d4fe57661c773e);
|
|
|
|
|
|
|
|
marker_9c0183a549171748793964872736ea14.bindPopup(popup_7cf2ec198d08cb5cad9753ef121c3381)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c0183a549171748793964872736ea14.setIcon(icon_61cf2bca92d0dc6752d1a5326b93d0c0);
|
|
|
|
|
|
var marker_f852c0d8bf6f1c6eef6ba2b0a875881d = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_c7aadd83a4115872e9d99152566b298d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_029ab81704f50f08456063f159ce45d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be4268f89be9abdf16f1923797eaebae = $(`<div id="html_be4268f89be9abdf16f1923797eaebae" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_029ab81704f50f08456063f159ce45d1.setContent(html_be4268f89be9abdf16f1923797eaebae);
|
|
|
|
|
|
|
|
marker_f852c0d8bf6f1c6eef6ba2b0a875881d.bindPopup(popup_029ab81704f50f08456063f159ce45d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f852c0d8bf6f1c6eef6ba2b0a875881d.setIcon(icon_c7aadd83a4115872e9d99152566b298d);
|
|
|
|
|
|
var marker_aa1d7868d207f8596092d47084653b73 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_fa91cb29f02fd3aeac67f4b179bcea38 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e205169dd4eabbf7c7384a36cb5f872 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7794095a5d96e6cc36681b71efcf9fde = $(`<div id="html_7794095a5d96e6cc36681b71efcf9fde" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_5e205169dd4eabbf7c7384a36cb5f872.setContent(html_7794095a5d96e6cc36681b71efcf9fde);
|
|
|
|
|
|
|
|
marker_aa1d7868d207f8596092d47084653b73.bindPopup(popup_5e205169dd4eabbf7c7384a36cb5f872)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa1d7868d207f8596092d47084653b73.setIcon(icon_fa91cb29f02fd3aeac67f4b179bcea38);
|
|
|
|
|
|
var marker_6971159abb6cf66c710fde7756947e1c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_741330e140980aa5093515c4f6213753 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04119895742ec51487a083a8e9e7fd6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fc4f8d21766a44e8b342ca66b152e20 = $(`<div id="html_5fc4f8d21766a44e8b342ca66b152e20" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_04119895742ec51487a083a8e9e7fd6c.setContent(html_5fc4f8d21766a44e8b342ca66b152e20);
|
|
|
|
|
|
|
|
marker_6971159abb6cf66c710fde7756947e1c.bindPopup(popup_04119895742ec51487a083a8e9e7fd6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6971159abb6cf66c710fde7756947e1c.setIcon(icon_741330e140980aa5093515c4f6213753);
|
|
|
|
|
|
var marker_0251a596227f940aaba41417db67d4dc = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_5c7c487e6cc861e8b116e65570dbe489 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9023d39091b0e75d3671bab151a4da9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b532f3429f2c78ef5e4f89495db1438c = $(`<div id="html_b532f3429f2c78ef5e4f89495db1438c" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_a9023d39091b0e75d3671bab151a4da9.setContent(html_b532f3429f2c78ef5e4f89495db1438c);
|
|
|
|
|
|
|
|
marker_0251a596227f940aaba41417db67d4dc.bindPopup(popup_a9023d39091b0e75d3671bab151a4da9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0251a596227f940aaba41417db67d4dc.setIcon(icon_5c7c487e6cc861e8b116e65570dbe489);
|
|
|
|
|
|
var marker_7bbc5668d75a7c6dd80a6d431a705cde = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_164924269c6b6c2f2967558da5564176 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95e5b5a93f1705ec14f9ddbc6105ef0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc83d7289262f27613cb2eecb4b4ce63 = $(`<div id="html_dc83d7289262f27613cb2eecb4b4ce63" style="width: 100.0%; height: 100.0%;">offchain.pub:443</div>`)[0];
|
|
popup_95e5b5a93f1705ec14f9ddbc6105ef0c.setContent(html_dc83d7289262f27613cb2eecb4b4ce63);
|
|
|
|
|
|
|
|
marker_7bbc5668d75a7c6dd80a6d431a705cde.bindPopup(popup_95e5b5a93f1705ec14f9ddbc6105ef0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7bbc5668d75a7c6dd80a6d431a705cde.setIcon(icon_164924269c6b6c2f2967558da5564176);
|
|
|
|
|
|
var marker_6583162fe8ac5ebd3be8282978a0c4f0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_e120d15ee18eb6e5d97f28322bef63c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f89dcbb7c1b8ca32c785cb1271e6fd7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3d22f93114b00236b27f539f4899815 = $(`<div id="html_f3d22f93114b00236b27f539f4899815" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_0f89dcbb7c1b8ca32c785cb1271e6fd7.setContent(html_f3d22f93114b00236b27f539f4899815);
|
|
|
|
|
|
|
|
marker_6583162fe8ac5ebd3be8282978a0c4f0.bindPopup(popup_0f89dcbb7c1b8ca32c785cb1271e6fd7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6583162fe8ac5ebd3be8282978a0c4f0.setIcon(icon_e120d15ee18eb6e5d97f28322bef63c9);
|
|
|
|
|
|
var marker_658ab96af1d9b7ee13b00cf86217df7b = L.marker(
|
|
[51.5717, 3.70417],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_ebddfa69208410e1b4db4d4e90b9070e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9af217d1ac4c271fcaf9e244013f24e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3f915e8a330a3d5538fd62bd2d9f542 = $(`<div id="html_b3f915e8a330a3d5538fd62bd2d9f542" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_9af217d1ac4c271fcaf9e244013f24e9.setContent(html_b3f915e8a330a3d5538fd62bd2d9f542);
|
|
|
|
|
|
|
|
marker_658ab96af1d9b7ee13b00cf86217df7b.bindPopup(popup_9af217d1ac4c271fcaf9e244013f24e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_658ab96af1d9b7ee13b00cf86217df7b.setIcon(icon_ebddfa69208410e1b4db4d4e90b9070e);
|
|
|
|
|
|
var marker_35327e72e56f0fb791e34eee390460ff = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_ab414218a13fc5b4c159a2b5fe7e3327 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e2ddd2eb55fc1b5692081ed117ca05d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02d5b3bd49c52d605402bdda2481d599 = $(`<div id="html_02d5b3bd49c52d605402bdda2481d599" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_3e2ddd2eb55fc1b5692081ed117ca05d.setContent(html_02d5b3bd49c52d605402bdda2481d599);
|
|
|
|
|
|
|
|
marker_35327e72e56f0fb791e34eee390460ff.bindPopup(popup_3e2ddd2eb55fc1b5692081ed117ca05d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35327e72e56f0fb791e34eee390460ff.setIcon(icon_ab414218a13fc5b4c159a2b5fe7e3327);
|
|
|
|
|
|
var marker_4cb39b46684316f6717592ea32bdf8e6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_7c9692d7105bf7d30224472b1464afe3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae4ed676f234a3eca69caeb448176b5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c7fe7b87091e7c3d7b07e0aeabdc45f = $(`<div id="html_4c7fe7b87091e7c3d7b07e0aeabdc45f" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com:443</div>`)[0];
|
|
popup_ae4ed676f234a3eca69caeb448176b5c.setContent(html_4c7fe7b87091e7c3d7b07e0aeabdc45f);
|
|
|
|
|
|
|
|
marker_4cb39b46684316f6717592ea32bdf8e6.bindPopup(popup_ae4ed676f234a3eca69caeb448176b5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cb39b46684316f6717592ea32bdf8e6.setIcon(icon_7c9692d7105bf7d30224472b1464afe3);
|
|
|
|
|
|
var marker_a0034bc4ab4e879aaeb3fe60609b078a = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_208e2c16a1e87cfb5046a6a59c024470 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_638970138b164f0db545d7da0ae684aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d07da87efd2869fd28331ba1476fdee = $(`<div id="html_8d07da87efd2869fd28331ba1476fdee" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai:443</div>`)[0];
|
|
popup_638970138b164f0db545d7da0ae684aa.setContent(html_8d07da87efd2869fd28331ba1476fdee);
|
|
|
|
|
|
|
|
marker_a0034bc4ab4e879aaeb3fe60609b078a.bindPopup(popup_638970138b164f0db545d7da0ae684aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0034bc4ab4e879aaeb3fe60609b078a.setIcon(icon_208e2c16a1e87cfb5046a6a59c024470);
|
|
|
|
|
|
var marker_291d8272cadd2232a818e35bfbb71f0d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_dcc10f51ec9059a2e1f593e5aba67b64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f020ccbbfce0ab17092b50e8802615a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_960413fde8a699b9e2bb5d9307a6fc87 = $(`<div id="html_960413fde8a699b9e2bb5d9307a6fc87" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_f020ccbbfce0ab17092b50e8802615a4.setContent(html_960413fde8a699b9e2bb5d9307a6fc87);
|
|
|
|
|
|
|
|
marker_291d8272cadd2232a818e35bfbb71f0d.bindPopup(popup_f020ccbbfce0ab17092b50e8802615a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_291d8272cadd2232a818e35bfbb71f0d.setIcon(icon_dcc10f51ec9059a2e1f593e5aba67b64);
|
|
|
|
|
|
var marker_caf30459a64f70473afd7b90e9df95a3 = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_004c235c6a4922edd3a46a94bfa7fd49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1352fb1642f6178fad99bf8a2561dbd0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8051a32cedb871c734c9867e68422e35 = $(`<div id="html_8051a32cedb871c734c9867e68422e35" style="width: 100.0%; height: 100.0%;">weboftrust.libretechsystems.xyz</div>`)[0];
|
|
popup_1352fb1642f6178fad99bf8a2561dbd0.setContent(html_8051a32cedb871c734c9867e68422e35);
|
|
|
|
|
|
|
|
marker_caf30459a64f70473afd7b90e9df95a3.bindPopup(popup_1352fb1642f6178fad99bf8a2561dbd0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_caf30459a64f70473afd7b90e9df95a3.setIcon(icon_004c235c6a4922edd3a46a94bfa7fd49);
|
|
|
|
|
|
var marker_9ac2118cd27a4a2b17122619f1f96c4c = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_fcbba8ef9f795f906417904eec740b6f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_945c4875977cc34e10b23a187b9b06eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6f9aafe87839adfb70d7ac352905d9b = $(`<div id="html_e6f9aafe87839adfb70d7ac352905d9b" style="width: 100.0%; height: 100.0%;">relay.plebeian.market:443</div>`)[0];
|
|
popup_945c4875977cc34e10b23a187b9b06eb.setContent(html_e6f9aafe87839adfb70d7ac352905d9b);
|
|
|
|
|
|
|
|
marker_9ac2118cd27a4a2b17122619f1f96c4c.bindPopup(popup_945c4875977cc34e10b23a187b9b06eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ac2118cd27a4a2b17122619f1f96c4c.setIcon(icon_fcbba8ef9f795f906417904eec740b6f);
|
|
|
|
|
|
var marker_2b9ef147e1eddff5e1809c4cad9ae4bf = L.marker(
|
|
[40.7608, -111.891],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_3c7ac45d730b278d6bdf27127db5b6d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acb25e33430a5a37f7613c622e908600 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7dabae2029ac48def690872dc6f6f802 = $(`<div id="html_7dabae2029ac48def690872dc6f6f802" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_acb25e33430a5a37f7613c622e908600.setContent(html_7dabae2029ac48def690872dc6f6f802);
|
|
|
|
|
|
|
|
marker_2b9ef147e1eddff5e1809c4cad9ae4bf.bindPopup(popup_acb25e33430a5a37f7613c622e908600)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b9ef147e1eddff5e1809c4cad9ae4bf.setIcon(icon_3c7ac45d730b278d6bdf27127db5b6d5);
|
|
|
|
|
|
var marker_3c5cc1c9ce7d582ebc6982f094d2b099 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_db4f2704b88967706b4a8d982f0a1d66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2c0796f2469fb54818521d8bf71a2cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dacbbe0b6095c87e8504638d55846ce0 = $(`<div id="html_dacbbe0b6095c87e8504638d55846ce0" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_e2c0796f2469fb54818521d8bf71a2cf.setContent(html_dacbbe0b6095c87e8504638d55846ce0);
|
|
|
|
|
|
|
|
marker_3c5cc1c9ce7d582ebc6982f094d2b099.bindPopup(popup_e2c0796f2469fb54818521d8bf71a2cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c5cc1c9ce7d582ebc6982f094d2b099.setIcon(icon_db4f2704b88967706b4a8d982f0a1d66);
|
|
|
|
|
|
var marker_20cf884abf2df8346a2deb7e5b7a1c83 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_bc6c5164ec7d2ac6641ae30840b5987d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_134e48071a3a396de40bb84fb44d59b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13b3195cfb5fc0b83aac1854cfe8ae05 = $(`<div id="html_13b3195cfb5fc0b83aac1854cfe8ae05" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_134e48071a3a396de40bb84fb44d59b8.setContent(html_13b3195cfb5fc0b83aac1854cfe8ae05);
|
|
|
|
|
|
|
|
marker_20cf884abf2df8346a2deb7e5b7a1c83.bindPopup(popup_134e48071a3a396de40bb84fb44d59b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20cf884abf2df8346a2deb7e5b7a1c83.setIcon(icon_bc6c5164ec7d2ac6641ae30840b5987d);
|
|
|
|
|
|
var marker_921522002f280ae69a6868aebd5c8b43 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_5b183987b6f48b3a7e62501cf58817df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e9880b6923fc8b097dd2ac76ec45d1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea906d01dd575017977634b7380bd3c4 = $(`<div id="html_ea906d01dd575017977634b7380bd3c4" style="width: 100.0%; height: 100.0%;">relay.nostr.place:443</div>`)[0];
|
|
popup_3e9880b6923fc8b097dd2ac76ec45d1f.setContent(html_ea906d01dd575017977634b7380bd3c4);
|
|
|
|
|
|
|
|
marker_921522002f280ae69a6868aebd5c8b43.bindPopup(popup_3e9880b6923fc8b097dd2ac76ec45d1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_921522002f280ae69a6868aebd5c8b43.setIcon(icon_5b183987b6f48b3a7e62501cf58817df);
|
|
|
|
|
|
var marker_2d30ee58fb8bedc8014fb108e49088d3 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_a4259af4a7fb23c401fd7994b2a42145 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55d93f70aa70d68cd96610960ffc8fd2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae0e0f51332406c29982a038b8b4c66f = $(`<div id="html_ae0e0f51332406c29982a038b8b4c66f" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_55d93f70aa70d68cd96610960ffc8fd2.setContent(html_ae0e0f51332406c29982a038b8b4c66f);
|
|
|
|
|
|
|
|
marker_2d30ee58fb8bedc8014fb108e49088d3.bindPopup(popup_55d93f70aa70d68cd96610960ffc8fd2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d30ee58fb8bedc8014fb108e49088d3.setIcon(icon_a4259af4a7fb23c401fd7994b2a42145);
|
|
|
|
|
|
var marker_1bc540dbc12ddcc598bf3b7548ae832d = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_38f79463f57f7388907c953a778f2cf6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_885ed28d8655be135c1994032a5a2f6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c181e6c11666bc1b16dc0018a1beabc = $(`<div id="html_1c181e6c11666bc1b16dc0018a1beabc" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_885ed28d8655be135c1994032a5a2f6f.setContent(html_1c181e6c11666bc1b16dc0018a1beabc);
|
|
|
|
|
|
|
|
marker_1bc540dbc12ddcc598bf3b7548ae832d.bindPopup(popup_885ed28d8655be135c1994032a5a2f6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bc540dbc12ddcc598bf3b7548ae832d.setIcon(icon_38f79463f57f7388907c953a778f2cf6);
|
|
|
|
|
|
var marker_1f44827f413cf2163b4aeab6cad5cd9b = L.marker(
|
|
[48.122, 11.589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_a19f4afffdfe6328a46a6aaac7ff3ae3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9a256ce0dc09d462e5b073149ea7172 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7fcd5513841da0429602d34acb8f57f = $(`<div id="html_f7fcd5513841da0429602d34acb8f57f" style="width: 100.0%; height: 100.0%;">relay.decentralia.fr</div>`)[0];
|
|
popup_f9a256ce0dc09d462e5b073149ea7172.setContent(html_f7fcd5513841da0429602d34acb8f57f);
|
|
|
|
|
|
|
|
marker_1f44827f413cf2163b4aeab6cad5cd9b.bindPopup(popup_f9a256ce0dc09d462e5b073149ea7172)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f44827f413cf2163b4aeab6cad5cd9b.setIcon(icon_a19f4afffdfe6328a46a6aaac7ff3ae3);
|
|
|
|
|
|
var marker_0c84d8492f4438791705633b9d9b159c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_0a36550eb4cd025826eb8cd00ea7826e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01185a0520f42b415798c2f804d92d1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cab3f384baab6001a803b72e8efe1cf3 = $(`<div id="html_cab3f384baab6001a803b72e8efe1cf3" style="width: 100.0%; height: 100.0%;">relay.fountain.fm:443</div>`)[0];
|
|
popup_01185a0520f42b415798c2f804d92d1b.setContent(html_cab3f384baab6001a803b72e8efe1cf3);
|
|
|
|
|
|
|
|
marker_0c84d8492f4438791705633b9d9b159c.bindPopup(popup_01185a0520f42b415798c2f804d92d1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c84d8492f4438791705633b9d9b159c.setIcon(icon_0a36550eb4cd025826eb8cd00ea7826e);
|
|
|
|
|
|
var marker_96e058b8a3a1172c2d2bb3efe2531472 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_323cc09d5a031495ea3c8cb33307f522 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_303bbe926a5cbf47d1602e63e9eb8e08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_290d05f24c41e6548baefb91c1e0f87f = $(`<div id="html_290d05f24c41e6548baefb91c1e0f87f" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_303bbe926a5cbf47d1602e63e9eb8e08.setContent(html_290d05f24c41e6548baefb91c1e0f87f);
|
|
|
|
|
|
|
|
marker_96e058b8a3a1172c2d2bb3efe2531472.bindPopup(popup_303bbe926a5cbf47d1602e63e9eb8e08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96e058b8a3a1172c2d2bb3efe2531472.setIcon(icon_323cc09d5a031495ea3c8cb33307f522);
|
|
|
|
|
|
var marker_5d94284c5d33ea2aec16fd0db261891d = L.marker(
|
|
[40.7608, -111.891],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_17bf29e117e78dcce24d2fd639c881f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36b9f2b57dac210cbb673af664d5a4f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70c683ec22f307f3e8eda368f0e3940b = $(`<div id="html_70c683ec22f307f3e8eda368f0e3940b" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social:443</div>`)[0];
|
|
popup_36b9f2b57dac210cbb673af664d5a4f5.setContent(html_70c683ec22f307f3e8eda368f0e3940b);
|
|
|
|
|
|
|
|
marker_5d94284c5d33ea2aec16fd0db261891d.bindPopup(popup_36b9f2b57dac210cbb673af664d5a4f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d94284c5d33ea2aec16fd0db261891d.setIcon(icon_17bf29e117e78dcce24d2fd639c881f5);
|
|
|
|
|
|
var marker_250688bea7ebcc0b7373ffecba35568b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_6d06a784442c03d3021693f5f63516fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a6b6d95e7f06c00cbbae072d46153dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d85621b928394ae7f0a7b662ffb0e362 = $(`<div id="html_d85621b928394ae7f0a7b662ffb0e362" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_5a6b6d95e7f06c00cbbae072d46153dc.setContent(html_d85621b928394ae7f0a7b662ffb0e362);
|
|
|
|
|
|
|
|
marker_250688bea7ebcc0b7373ffecba35568b.bindPopup(popup_5a6b6d95e7f06c00cbbae072d46153dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_250688bea7ebcc0b7373ffecba35568b.setIcon(icon_6d06a784442c03d3021693f5f63516fb);
|
|
|
|
|
|
var marker_89e1b0b5e4e305e386ed65eb319ae7af = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_b46be868908ccdd2d05cbd17ce74370f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a713fa9ba9cdb287eef530519b160e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f366aeb20a5bc2ccc3370bd360fa752a = $(`<div id="html_f366aeb20a5bc2ccc3370bd360fa752a" style="width: 100.0%; height: 100.0%;">mostro-p2p.tech</div>`)[0];
|
|
popup_6a713fa9ba9cdb287eef530519b160e5.setContent(html_f366aeb20a5bc2ccc3370bd360fa752a);
|
|
|
|
|
|
|
|
marker_89e1b0b5e4e305e386ed65eb319ae7af.bindPopup(popup_6a713fa9ba9cdb287eef530519b160e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89e1b0b5e4e305e386ed65eb319ae7af.setIcon(icon_b46be868908ccdd2d05cbd17ce74370f);
|
|
|
|
|
|
var marker_a47963193d874d0005857e600ca69f06 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_baa9455f26ffa655f19db758e3901cd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ca4d5259159dc66ba1a61b9d90c9e9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0e13b7d3599266e339d52a15e86ca97 = $(`<div id="html_c0e13b7d3599266e339d52a15e86ca97" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_9ca4d5259159dc66ba1a61b9d90c9e9f.setContent(html_c0e13b7d3599266e339d52a15e86ca97);
|
|
|
|
|
|
|
|
marker_a47963193d874d0005857e600ca69f06.bindPopup(popup_9ca4d5259159dc66ba1a61b9d90c9e9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a47963193d874d0005857e600ca69f06.setIcon(icon_baa9455f26ffa655f19db758e3901cd0);
|
|
|
|
|
|
var marker_6e8da574f7f1594613b515fab9017f9a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_88878d8865a7c60dafadcbe7135514ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8245839f9bf1b19c33e2fe7c59382ef9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8448b609c3deffca7f48562f583206b8 = $(`<div id="html_8448b609c3deffca7f48562f583206b8" style="width: 100.0%; height: 100.0%;">relay.nostreon.com</div>`)[0];
|
|
popup_8245839f9bf1b19c33e2fe7c59382ef9.setContent(html_8448b609c3deffca7f48562f583206b8);
|
|
|
|
|
|
|
|
marker_6e8da574f7f1594613b515fab9017f9a.bindPopup(popup_8245839f9bf1b19c33e2fe7c59382ef9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e8da574f7f1594613b515fab9017f9a.setIcon(icon_88878d8865a7c60dafadcbe7135514ab);
|
|
|
|
|
|
var marker_ef438d0d2d7036ee9ed0e3c4169579b0 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_94cf82f76874149ae6f3e932d4c8146a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ef834faaecaca5d6bfd1824ecd6240c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3da01752f3460ea88f302031d71e57a = $(`<div id="html_f3da01752f3460ea88f302031d71e57a" style="width: 100.0%; height: 100.0%;">rele.speyhard.fi</div>`)[0];
|
|
popup_0ef834faaecaca5d6bfd1824ecd6240c.setContent(html_f3da01752f3460ea88f302031d71e57a);
|
|
|
|
|
|
|
|
marker_ef438d0d2d7036ee9ed0e3c4169579b0.bindPopup(popup_0ef834faaecaca5d6bfd1824ecd6240c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef438d0d2d7036ee9ed0e3c4169579b0.setIcon(icon_94cf82f76874149ae6f3e932d4c8146a);
|
|
|
|
|
|
var marker_94a3b9ec5ef93b648e9f18696e4e0a0a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_c2075d7aebaa74a153652d6409356543 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab4946fa71e367c54e16dad39848eb5c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8c997d2a7ab3058c8f4fdf8d94b7bdf = $(`<div id="html_d8c997d2a7ab3058c8f4fdf8d94b7bdf" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_ab4946fa71e367c54e16dad39848eb5c.setContent(html_d8c997d2a7ab3058c8f4fdf8d94b7bdf);
|
|
|
|
|
|
|
|
marker_94a3b9ec5ef93b648e9f18696e4e0a0a.bindPopup(popup_ab4946fa71e367c54e16dad39848eb5c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94a3b9ec5ef93b648e9f18696e4e0a0a.setIcon(icon_c2075d7aebaa74a153652d6409356543);
|
|
|
|
|
|
var marker_7d0e0db636282a5a00f6de9e2068abf1 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_05df3938f0c1c6ac143f4cd47906a0e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e60c491b3397480090250cf04163eeb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8846383d8e3565a5a20a09a8e2e05b7a = $(`<div id="html_8846383d8e3565a5a20a09a8e2e05b7a" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_2e60c491b3397480090250cf04163eeb.setContent(html_8846383d8e3565a5a20a09a8e2e05b7a);
|
|
|
|
|
|
|
|
marker_7d0e0db636282a5a00f6de9e2068abf1.bindPopup(popup_2e60c491b3397480090250cf04163eeb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d0e0db636282a5a00f6de9e2068abf1.setIcon(icon_05df3938f0c1c6ac143f4cd47906a0e5);
|
|
|
|
|
|
var marker_aa011163be7bd08e2a287add5040bae4 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_06fe735d2ae383a79f70f524d0b1b989 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9cc9e2bf8000c8e946b4930d1794a21e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bfa38026f6f51a447e827e3c23a3e22c = $(`<div id="html_bfa38026f6f51a447e827e3c23a3e22c" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_9cc9e2bf8000c8e946b4930d1794a21e.setContent(html_bfa38026f6f51a447e827e3c23a3e22c);
|
|
|
|
|
|
|
|
marker_aa011163be7bd08e2a287add5040bae4.bindPopup(popup_9cc9e2bf8000c8e946b4930d1794a21e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa011163be7bd08e2a287add5040bae4.setIcon(icon_06fe735d2ae383a79f70f524d0b1b989);
|
|
|
|
|
|
var marker_1b724e93d40ea1fc7a3dc7c06952ac97 = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_a5e550fffc67a49cb89db0d663e17b5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aec7dcff86c7ca0bbe13316490d48ba4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e829f5afa260c360a832cca92706de2 = $(`<div id="html_4e829f5afa260c360a832cca92706de2" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_aec7dcff86c7ca0bbe13316490d48ba4.setContent(html_4e829f5afa260c360a832cca92706de2);
|
|
|
|
|
|
|
|
marker_1b724e93d40ea1fc7a3dc7c06952ac97.bindPopup(popup_aec7dcff86c7ca0bbe13316490d48ba4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b724e93d40ea1fc7a3dc7c06952ac97.setIcon(icon_a5e550fffc67a49cb89db0d663e17b5a);
|
|
|
|
|
|
var marker_01063b15688a58f16ad99f7334dd6533 = L.marker(
|
|
[40.7862, -74.0743],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_4ef3eeb012a5efeb98b8c72fec368e51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f93b5c22ca32e13345952b1389a6c95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e089115ac0c220971670ef788c1efe8 = $(`<div id="html_6e089115ac0c220971670ef788c1efe8" style="width: 100.0%; height: 100.0%;">relay-us.zombi.cloudrodion.com</div>`)[0];
|
|
popup_0f93b5c22ca32e13345952b1389a6c95.setContent(html_6e089115ac0c220971670ef788c1efe8);
|
|
|
|
|
|
|
|
marker_01063b15688a58f16ad99f7334dd6533.bindPopup(popup_0f93b5c22ca32e13345952b1389a6c95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01063b15688a58f16ad99f7334dd6533.setIcon(icon_4ef3eeb012a5efeb98b8c72fec368e51);
|
|
|
|
|
|
var marker_96e8dadfd00980494bcb412de8ace480 = L.marker(
|
|
[8.96171, -83.5246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_c0c2224da0f48399b3dc221de88ebb66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ad3801af7581572f2b3921c7489f3a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff75d14f791447740371aed4d055b9c5 = $(`<div id="html_ff75d14f791447740371aed4d055b9c5" style="width: 100.0%; height: 100.0%;">no.str.cr:443</div>`)[0];
|
|
popup_8ad3801af7581572f2b3921c7489f3a0.setContent(html_ff75d14f791447740371aed4d055b9c5);
|
|
|
|
|
|
|
|
marker_96e8dadfd00980494bcb412de8ace480.bindPopup(popup_8ad3801af7581572f2b3921c7489f3a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96e8dadfd00980494bcb412de8ace480.setIcon(icon_c0c2224da0f48399b3dc221de88ebb66);
|
|
|
|
|
|
var marker_35aef9a80d8b0c6b9c7514945fde609a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_cbbee71dea510a0155fe5241c6e2c763 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9664b8d9f21fe6af69f0a73f0c37ce1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c340f5e02f0009c1df725f2ecbd63c2d = $(`<div id="html_c340f5e02f0009c1df725f2ecbd63c2d" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_b9664b8d9f21fe6af69f0a73f0c37ce1.setContent(html_c340f5e02f0009c1df725f2ecbd63c2d);
|
|
|
|
|
|
|
|
marker_35aef9a80d8b0c6b9c7514945fde609a.bindPopup(popup_b9664b8d9f21fe6af69f0a73f0c37ce1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35aef9a80d8b0c6b9c7514945fde609a.setIcon(icon_cbbee71dea510a0155fe5241c6e2c763);
|
|
|
|
|
|
var marker_2c7bb9630eb2c6044e97c27de836a6df = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_14dd0a895c66d1436b30bd066589c8a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f785318d866079bce45c1754ab1a821 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2623afd52987611fffe9f5d2ce926f5a = $(`<div id="html_2623afd52987611fffe9f5d2ce926f5a" style="width: 100.0%; height: 100.0%;">nostr.relay.hedwig.sh</div>`)[0];
|
|
popup_3f785318d866079bce45c1754ab1a821.setContent(html_2623afd52987611fffe9f5d2ce926f5a);
|
|
|
|
|
|
|
|
marker_2c7bb9630eb2c6044e97c27de836a6df.bindPopup(popup_3f785318d866079bce45c1754ab1a821)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c7bb9630eb2c6044e97c27de836a6df.setIcon(icon_14dd0a895c66d1436b30bd066589c8a7);
|
|
|
|
|
|
var marker_3ecfa21765de2aac6a774aa6422b724d = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_062561713d7c8dd36080aa112a148e7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3cb142fc6e14e50e7e1e618c72f080a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6231004182ea261d456db26c30d6f3c7 = $(`<div id="html_6231004182ea261d456db26c30d6f3c7" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_3cb142fc6e14e50e7e1e618c72f080a8.setContent(html_6231004182ea261d456db26c30d6f3c7);
|
|
|
|
|
|
|
|
marker_3ecfa21765de2aac6a774aa6422b724d.bindPopup(popup_3cb142fc6e14e50e7e1e618c72f080a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ecfa21765de2aac6a774aa6422b724d.setIcon(icon_062561713d7c8dd36080aa112a148e7a);
|
|
|
|
|
|
var marker_7990a1336d56fafd97470a0e8e42bfab = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_230fdcc9e190813d3a3cca20df529459 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38b72e1f9695f2093f31a8921cbb319d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d651ada5832755a26ce500a6f2bebbf = $(`<div id="html_0d651ada5832755a26ce500a6f2bebbf" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_38b72e1f9695f2093f31a8921cbb319d.setContent(html_0d651ada5832755a26ce500a6f2bebbf);
|
|
|
|
|
|
|
|
marker_7990a1336d56fafd97470a0e8e42bfab.bindPopup(popup_38b72e1f9695f2093f31a8921cbb319d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7990a1336d56fafd97470a0e8e42bfab.setIcon(icon_230fdcc9e190813d3a3cca20df529459);
|
|
|
|
|
|
var marker_2e58589862636e8d188d82eb8c60d84d = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_76255f04e0280b5de75b967440c67557 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f78b1fc5eb951fb0c25abb69f0647993 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_312376fcbd9b6ed80c47501770013a92 = $(`<div id="html_312376fcbd9b6ed80c47501770013a92" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_f78b1fc5eb951fb0c25abb69f0647993.setContent(html_312376fcbd9b6ed80c47501770013a92);
|
|
|
|
|
|
|
|
marker_2e58589862636e8d188d82eb8c60d84d.bindPopup(popup_f78b1fc5eb951fb0c25abb69f0647993)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e58589862636e8d188d82eb8c60d84d.setIcon(icon_76255f04e0280b5de75b967440c67557);
|
|
|
|
|
|
var marker_9a092d078ec149073099c3d3d4bf5c79 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_bbcca106d0372448fea123fec2b61633 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7286075e8d6d7f6dbf71280a95588a05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2b75a6c3aac27c5f84a023461f8c5f8 = $(`<div id="html_a2b75a6c3aac27c5f84a023461f8c5f8" style="width: 100.0%; height: 100.0%;">nexus.libernet.app:443</div>`)[0];
|
|
popup_7286075e8d6d7f6dbf71280a95588a05.setContent(html_a2b75a6c3aac27c5f84a023461f8c5f8);
|
|
|
|
|
|
|
|
marker_9a092d078ec149073099c3d3d4bf5c79.bindPopup(popup_7286075e8d6d7f6dbf71280a95588a05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a092d078ec149073099c3d3d4bf5c79.setIcon(icon_bbcca106d0372448fea123fec2b61633);
|
|
|
|
|
|
var marker_017aa56a4602d42eabe31ad07849653b = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_53b87139121f8ab6020aa21be4863fc2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5fa9933df4f6bbb4a0e9e7daf9a5e03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d39cb34c66da5e207b8e03f592f6cbf0 = $(`<div id="html_d39cb34c66da5e207b8e03f592f6cbf0" style="width: 100.0%; height: 100.0%;">relay2.angor.io:443</div>`)[0];
|
|
popup_f5fa9933df4f6bbb4a0e9e7daf9a5e03.setContent(html_d39cb34c66da5e207b8e03f592f6cbf0);
|
|
|
|
|
|
|
|
marker_017aa56a4602d42eabe31ad07849653b.bindPopup(popup_f5fa9933df4f6bbb4a0e9e7daf9a5e03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_017aa56a4602d42eabe31ad07849653b.setIcon(icon_53b87139121f8ab6020aa21be4863fc2);
|
|
|
|
|
|
var marker_c05996e0007f36724afa75129a9d058a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_9a4e46fddef62dc1b9a246f10e07b2c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a02f77fc0fa7e43e75a95c172e986ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d93ee892f0f2ffa896f7e6a5f26f527 = $(`<div id="html_3d93ee892f0f2ffa896f7e6a5f26f527" style="width: 100.0%; height: 100.0%;">nostr.quali.chat:443</div>`)[0];
|
|
popup_3a02f77fc0fa7e43e75a95c172e986ad.setContent(html_3d93ee892f0f2ffa896f7e6a5f26f527);
|
|
|
|
|
|
|
|
marker_c05996e0007f36724afa75129a9d058a.bindPopup(popup_3a02f77fc0fa7e43e75a95c172e986ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c05996e0007f36724afa75129a9d058a.setIcon(icon_9a4e46fddef62dc1b9a246f10e07b2c9);
|
|
|
|
|
|
var marker_ad4751767a92f602b0971852e64ff437 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_55bbca8ba911431e7eff3c3f702e34fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92b0274363d7599f878f0a1b36c7dbb4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42bf513b6436778c062cabef46829cf1 = $(`<div id="html_42bf513b6436778c062cabef46829cf1" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com:443</div>`)[0];
|
|
popup_92b0274363d7599f878f0a1b36c7dbb4.setContent(html_42bf513b6436778c062cabef46829cf1);
|
|
|
|
|
|
|
|
marker_ad4751767a92f602b0971852e64ff437.bindPopup(popup_92b0274363d7599f878f0a1b36c7dbb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad4751767a92f602b0971852e64ff437.setIcon(icon_55bbca8ba911431e7eff3c3f702e34fe);
|
|
|
|
|
|
var marker_e8b0ae9a3c137da897b98c1ec04e305d = L.marker(
|
|
[59.3293, 18.0686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_6660df07acaea25b97069409d4e172bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3977375f65bacab111d766742a442649 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e259cc90b6c80462a891d662d384b1dc = $(`<div id="html_e259cc90b6c80462a891d662d384b1dc" style="width: 100.0%; height: 100.0%;">relay.fckstate.net</div>`)[0];
|
|
popup_3977375f65bacab111d766742a442649.setContent(html_e259cc90b6c80462a891d662d384b1dc);
|
|
|
|
|
|
|
|
marker_e8b0ae9a3c137da897b98c1ec04e305d.bindPopup(popup_3977375f65bacab111d766742a442649)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8b0ae9a3c137da897b98c1ec04e305d.setIcon(icon_6660df07acaea25b97069409d4e172bf);
|
|
|
|
|
|
var marker_bcdaa803e33f96b2ac9332a522a04427 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_86d04c8d0fb6a21153cb243cbcafa496 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16e367e740fe326c7a7f0fce1df9c585 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b05b4ac58912011035ac6db60ddd37c = $(`<div id="html_0b05b4ac58912011035ac6db60ddd37c" style="width: 100.0%; height: 100.0%;">relay.trotters.cc:443</div>`)[0];
|
|
popup_16e367e740fe326c7a7f0fce1df9c585.setContent(html_0b05b4ac58912011035ac6db60ddd37c);
|
|
|
|
|
|
|
|
marker_bcdaa803e33f96b2ac9332a522a04427.bindPopup(popup_16e367e740fe326c7a7f0fce1df9c585)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bcdaa803e33f96b2ac9332a522a04427.setIcon(icon_86d04c8d0fb6a21153cb243cbcafa496);
|
|
|
|
|
|
var marker_d66f85be9f4252a25b7de5773f981162 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_e8f2d3702b6c06aa7412a76a03233d7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8df4d50ec181724c4ebeb475b146faa5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b411860eb747b78489a7755505a1067 = $(`<div id="html_0b411860eb747b78489a7755505a1067" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_8df4d50ec181724c4ebeb475b146faa5.setContent(html_0b411860eb747b78489a7755505a1067);
|
|
|
|
|
|
|
|
marker_d66f85be9f4252a25b7de5773f981162.bindPopup(popup_8df4d50ec181724c4ebeb475b146faa5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d66f85be9f4252a25b7de5773f981162.setIcon(icon_e8f2d3702b6c06aa7412a76a03233d7c);
|
|
|
|
|
|
var marker_73803f05d6ba710b23820f37c71909ea = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_6c443b3a3298d91cfc20c1e2000e4a8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f19a48f16f76920202694a244f8340b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86068cdea3fbb9a8ea74b8ed9f3f2f7b = $(`<div id="html_86068cdea3fbb9a8ea74b8ed9f3f2f7b" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_0f19a48f16f76920202694a244f8340b.setContent(html_86068cdea3fbb9a8ea74b8ed9f3f2f7b);
|
|
|
|
|
|
|
|
marker_73803f05d6ba710b23820f37c71909ea.bindPopup(popup_0f19a48f16f76920202694a244f8340b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73803f05d6ba710b23820f37c71909ea.setIcon(icon_6c443b3a3298d91cfc20c1e2000e4a8b);
|
|
|
|
|
|
var marker_07a2a1f0d2d4a3bd4794eacf8bcc2f8e = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_e79b1f5e008c6d4ca6bedd7f3daec2a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3355b2ac6861ab0857fbda5bc9447408 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_049eb26f991701703bf6588efbf2c6ea = $(`<div id="html_049eb26f991701703bf6588efbf2c6ea" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_3355b2ac6861ab0857fbda5bc9447408.setContent(html_049eb26f991701703bf6588efbf2c6ea);
|
|
|
|
|
|
|
|
marker_07a2a1f0d2d4a3bd4794eacf8bcc2f8e.bindPopup(popup_3355b2ac6861ab0857fbda5bc9447408)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07a2a1f0d2d4a3bd4794eacf8bcc2f8e.setIcon(icon_e79b1f5e008c6d4ca6bedd7f3daec2a6);
|
|
|
|
|
|
var marker_f23cc642fd67a4c83273f1b2be70af31 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_772db285f1a7d0d3f44b4ecc52b77fd5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9b411c0d5d707100bdb254208ecaa1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7005d5e61d7f356a19e35b1a81b66396 = $(`<div id="html_7005d5e61d7f356a19e35b1a81b66396" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net:443</div>`)[0];
|
|
popup_b9b411c0d5d707100bdb254208ecaa1e.setContent(html_7005d5e61d7f356a19e35b1a81b66396);
|
|
|
|
|
|
|
|
marker_f23cc642fd67a4c83273f1b2be70af31.bindPopup(popup_b9b411c0d5d707100bdb254208ecaa1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f23cc642fd67a4c83273f1b2be70af31.setIcon(icon_772db285f1a7d0d3f44b4ecc52b77fd5);
|
|
|
|
|
|
var marker_6b7f26e2016aedd2f2230091982e9045 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_9a8c101bb803b301001671f05c9ef9b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f778cd0cc2852bcdff97a8b003ba2af1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be147be18ef3c20791ace8fd72a440f8 = $(`<div id="html_be147be18ef3c20791ace8fd72a440f8" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com:443</div>`)[0];
|
|
popup_f778cd0cc2852bcdff97a8b003ba2af1.setContent(html_be147be18ef3c20791ace8fd72a440f8);
|
|
|
|
|
|
|
|
marker_6b7f26e2016aedd2f2230091982e9045.bindPopup(popup_f778cd0cc2852bcdff97a8b003ba2af1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b7f26e2016aedd2f2230091982e9045.setIcon(icon_9a8c101bb803b301001671f05c9ef9b7);
|
|
|
|
|
|
var marker_d87bc75680b978db5078226bd26651bf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_19e98f04c235e619833f73e5eb2f829f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d43e6b4814bd2418fb7d43ada85d67b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c20132a75e85b7251e92dfef7694341 = $(`<div id="html_8c20132a75e85b7251e92dfef7694341" style="width: 100.0%; height: 100.0%;">relay.libernet.app:443</div>`)[0];
|
|
popup_4d43e6b4814bd2418fb7d43ada85d67b.setContent(html_8c20132a75e85b7251e92dfef7694341);
|
|
|
|
|
|
|
|
marker_d87bc75680b978db5078226bd26651bf.bindPopup(popup_4d43e6b4814bd2418fb7d43ada85d67b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d87bc75680b978db5078226bd26651bf.setIcon(icon_19e98f04c235e619833f73e5eb2f829f);
|
|
|
|
|
|
var marker_e56a39fd02d5fa5de3c8fc32f71b71ef = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_33c1766115f996710a7f9c9ae19adbf0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9cba0350c83de3769b09e04937b9edb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e0548095fefac06a755c3d7da0191de = $(`<div id="html_0e0548095fefac06a755c3d7da0191de" style="width: 100.0%; height: 100.0%;">relay.agorist.space:443</div>`)[0];
|
|
popup_9cba0350c83de3769b09e04937b9edb9.setContent(html_0e0548095fefac06a755c3d7da0191de);
|
|
|
|
|
|
|
|
marker_e56a39fd02d5fa5de3c8fc32f71b71ef.bindPopup(popup_9cba0350c83de3769b09e04937b9edb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e56a39fd02d5fa5de3c8fc32f71b71ef.setIcon(icon_33c1766115f996710a7f9c9ae19adbf0);
|
|
|
|
|
|
var marker_54bcffbaac83515c08a94ec55da42fda = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_995a1875ad4f3bc8a353dffaf6ca5dbe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d71b90163f9ff2da4a186b17a0a58234 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_356fc03a3a33490c58750f597072aab7 = $(`<div id="html_356fc03a3a33490c58750f597072aab7" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com:443</div>`)[0];
|
|
popup_d71b90163f9ff2da4a186b17a0a58234.setContent(html_356fc03a3a33490c58750f597072aab7);
|
|
|
|
|
|
|
|
marker_54bcffbaac83515c08a94ec55da42fda.bindPopup(popup_d71b90163f9ff2da4a186b17a0a58234)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54bcffbaac83515c08a94ec55da42fda.setIcon(icon_995a1875ad4f3bc8a353dffaf6ca5dbe);
|
|
|
|
|
|
var marker_f216bfa962343b315d6a5cc667fe40ed = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_ebedd792fc28afc77a0806511633839e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40fd27537cb3098ac208c65184e3321a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_069fea6f5409391752aad7483ecc9b5a = $(`<div id="html_069fea6f5409391752aad7483ecc9b5a" style="width: 100.0%; height: 100.0%;">relay.mappingbitcoin.com</div>`)[0];
|
|
popup_40fd27537cb3098ac208c65184e3321a.setContent(html_069fea6f5409391752aad7483ecc9b5a);
|
|
|
|
|
|
|
|
marker_f216bfa962343b315d6a5cc667fe40ed.bindPopup(popup_40fd27537cb3098ac208c65184e3321a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f216bfa962343b315d6a5cc667fe40ed.setIcon(icon_ebedd792fc28afc77a0806511633839e);
|
|
|
|
|
|
var marker_c5935ec610740d509526e7679d80cca1 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_000227f1f6ccddcf98ccf045291e0550 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48efbc2d6c9dfa7e63a0dd0a3546bd84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a259ad1eb3376fa804726d6c50a7f037 = $(`<div id="html_a259ad1eb3376fa804726d6c50a7f037" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com:443</div>`)[0];
|
|
popup_48efbc2d6c9dfa7e63a0dd0a3546bd84.setContent(html_a259ad1eb3376fa804726d6c50a7f037);
|
|
|
|
|
|
|
|
marker_c5935ec610740d509526e7679d80cca1.bindPopup(popup_48efbc2d6c9dfa7e63a0dd0a3546bd84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5935ec610740d509526e7679d80cca1.setIcon(icon_000227f1f6ccddcf98ccf045291e0550);
|
|
|
|
|
|
var marker_be58ead6f7379df8da3e4ca2d501dbb9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_6b08f87064251e6ba36f8fcdc31e70fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45822048cb9cb50171b0188515c42125 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab8f5822e4d2f5c4bdf5778c3d30e735 = $(`<div id="html_ab8f5822e4d2f5c4bdf5778c3d30e735" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win:443</div>`)[0];
|
|
popup_45822048cb9cb50171b0188515c42125.setContent(html_ab8f5822e4d2f5c4bdf5778c3d30e735);
|
|
|
|
|
|
|
|
marker_be58ead6f7379df8da3e4ca2d501dbb9.bindPopup(popup_45822048cb9cb50171b0188515c42125)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be58ead6f7379df8da3e4ca2d501dbb9.setIcon(icon_6b08f87064251e6ba36f8fcdc31e70fe);
|
|
|
|
|
|
var marker_9dbcc3e9b9015842c7c7826417aa64fa = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_b97837483b57954f8ce2497e521bbfd3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53450f67bc83eb66277fddc59aa3073a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f5ad052782f8b60dc20d0dd41c10f87 = $(`<div id="html_2f5ad052782f8b60dc20d0dd41c10f87" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_53450f67bc83eb66277fddc59aa3073a.setContent(html_2f5ad052782f8b60dc20d0dd41c10f87);
|
|
|
|
|
|
|
|
marker_9dbcc3e9b9015842c7c7826417aa64fa.bindPopup(popup_53450f67bc83eb66277fddc59aa3073a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9dbcc3e9b9015842c7c7826417aa64fa.setIcon(icon_b97837483b57954f8ce2497e521bbfd3);
|
|
|
|
|
|
var marker_e0e05368f3a5aa73dcc62fd1184f00ba = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_8d0265dd4f941ecc4848731a197462e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da876b82e344254ef1a843b4cd58cbc4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9293cc142413b97aacea3f8383749bb = $(`<div id="html_c9293cc142413b97aacea3f8383749bb" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_da876b82e344254ef1a843b4cd58cbc4.setContent(html_c9293cc142413b97aacea3f8383749bb);
|
|
|
|
|
|
|
|
marker_e0e05368f3a5aa73dcc62fd1184f00ba.bindPopup(popup_da876b82e344254ef1a843b4cd58cbc4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0e05368f3a5aa73dcc62fd1184f00ba.setIcon(icon_8d0265dd4f941ecc4848731a197462e2);
|
|
|
|
|
|
var marker_2542ca5101c3fd7dd3b871d722cd4dc9 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_68ab6671c9a737adee8e1d22acbbb153 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e438350cc765e28156524657403c7338 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7800beb67aa656d993c341907aa431ae = $(`<div id="html_7800beb67aa656d993c341907aa431ae" style="width: 100.0%; height: 100.0%;">relay.manneken.brussels</div>`)[0];
|
|
popup_e438350cc765e28156524657403c7338.setContent(html_7800beb67aa656d993c341907aa431ae);
|
|
|
|
|
|
|
|
marker_2542ca5101c3fd7dd3b871d722cd4dc9.bindPopup(popup_e438350cc765e28156524657403c7338)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2542ca5101c3fd7dd3b871d722cd4dc9.setIcon(icon_68ab6671c9a737adee8e1d22acbbb153);
|
|
|
|
|
|
var marker_7996cbe6f0aa1208b87e058a3a780809 = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_98e42becdb70d05e4b216357b109e306 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9990ad1109560976ed3a0b2876f5333f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19182241b5ab8d026a49efadc3fd2232 = $(`<div id="html_19182241b5ab8d026a49efadc3fd2232" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_9990ad1109560976ed3a0b2876f5333f.setContent(html_19182241b5ab8d026a49efadc3fd2232);
|
|
|
|
|
|
|
|
marker_7996cbe6f0aa1208b87e058a3a780809.bindPopup(popup_9990ad1109560976ed3a0b2876f5333f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7996cbe6f0aa1208b87e058a3a780809.setIcon(icon_98e42becdb70d05e4b216357b109e306);
|
|
|
|
|
|
var marker_5b5cd8dbcf4dc8753f936b3f92780ed9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_b6503db63ee474b530cadf81f339e8ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a7df8952046d1de41314a1f5b7fea39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c4a8b90ad8df4dd860c217d895c9aad = $(`<div id="html_2c4a8b90ad8df4dd860c217d895c9aad" style="width: 100.0%; height: 100.0%;">relay.dreamith.to:443</div>`)[0];
|
|
popup_9a7df8952046d1de41314a1f5b7fea39.setContent(html_2c4a8b90ad8df4dd860c217d895c9aad);
|
|
|
|
|
|
|
|
marker_5b5cd8dbcf4dc8753f936b3f92780ed9.bindPopup(popup_9a7df8952046d1de41314a1f5b7fea39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b5cd8dbcf4dc8753f936b3f92780ed9.setIcon(icon_b6503db63ee474b530cadf81f339e8ec);
|
|
|
|
|
|
var marker_ec31adb6d131a0f7bc334a84d7a5f569 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_507f11605fddebea44159b3fa41a4510 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8e5d782f56507a50bd50cf6c3a9499d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abeb4b11ef0067ab5b5185a2be9137e0 = $(`<div id="html_abeb4b11ef0067ab5b5185a2be9137e0" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_c8e5d782f56507a50bd50cf6c3a9499d.setContent(html_abeb4b11ef0067ab5b5185a2be9137e0);
|
|
|
|
|
|
|
|
marker_ec31adb6d131a0f7bc334a84d7a5f569.bindPopup(popup_c8e5d782f56507a50bd50cf6c3a9499d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec31adb6d131a0f7bc334a84d7a5f569.setIcon(icon_507f11605fddebea44159b3fa41a4510);
|
|
|
|
|
|
var marker_db862761513206af9bada92db5002998 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_317e5423fc22e9c537b74d2a3475f7d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db6138980a9c8c765d4a9ff51d296480 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0a4f885b6fa1a8775227be0cc7c77da = $(`<div id="html_a0a4f885b6fa1a8775227be0cc7c77da" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_db6138980a9c8c765d4a9ff51d296480.setContent(html_a0a4f885b6fa1a8775227be0cc7c77da);
|
|
|
|
|
|
|
|
marker_db862761513206af9bada92db5002998.bindPopup(popup_db6138980a9c8c765d4a9ff51d296480)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db862761513206af9bada92db5002998.setIcon(icon_317e5423fc22e9c537b74d2a3475f7d6);
|
|
|
|
|
|
var marker_3fe34877ab027f81fa90e6828fe4a7b4 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_4aecd1a7a5e3bb780135570514fb099e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57e35f6ed064d86dda109f05a16ed9a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56b7fc7058c05ca80f994a956c2d8381 = $(`<div id="html_56b7fc7058c05ca80f994a956c2d8381" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_57e35f6ed064d86dda109f05a16ed9a5.setContent(html_56b7fc7058c05ca80f994a956c2d8381);
|
|
|
|
|
|
|
|
marker_3fe34877ab027f81fa90e6828fe4a7b4.bindPopup(popup_57e35f6ed064d86dda109f05a16ed9a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3fe34877ab027f81fa90e6828fe4a7b4.setIcon(icon_4aecd1a7a5e3bb780135570514fb099e);
|
|
|
|
|
|
var marker_c57a43da7e61215fd8e519f5030bc6d9 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_79b302d79c13303d3d4aff2cbda6858c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5be02cb1860295698b61a38cc4cf5e7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8208cbad0bd3df11d0b37bbe6c4c5f8 = $(`<div id="html_b8208cbad0bd3df11d0b37bbe6c4c5f8" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_5be02cb1860295698b61a38cc4cf5e7e.setContent(html_b8208cbad0bd3df11d0b37bbe6c4c5f8);
|
|
|
|
|
|
|
|
marker_c57a43da7e61215fd8e519f5030bc6d9.bindPopup(popup_5be02cb1860295698b61a38cc4cf5e7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c57a43da7e61215fd8e519f5030bc6d9.setIcon(icon_79b302d79c13303d3d4aff2cbda6858c);
|
|
|
|
|
|
var marker_cf9e68ce699f89ffbedd99b297b39312 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_e7a3dcfcf617262f49415a4e91aeb75d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17a5df89f52e02ce53ea98d9cd284945 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e2d09d2ea25ed5b325feff8bcc7779b2 = $(`<div id="html_e2d09d2ea25ed5b325feff8bcc7779b2" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_17a5df89f52e02ce53ea98d9cd284945.setContent(html_e2d09d2ea25ed5b325feff8bcc7779b2);
|
|
|
|
|
|
|
|
marker_cf9e68ce699f89ffbedd99b297b39312.bindPopup(popup_17a5df89f52e02ce53ea98d9cd284945)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf9e68ce699f89ffbedd99b297b39312.setIcon(icon_e7a3dcfcf617262f49415a4e91aeb75d);
|
|
|
|
|
|
var marker_fdd4db3fe9cf3f983eefd89c583215cf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_71432d524bc2d0376f5c5c38f9226de5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60487a7e6efcee9d568c23aabdacf78a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3c2f3b2bb214c2943a6196235b98d7d = $(`<div id="html_d3c2f3b2bb214c2943a6196235b98d7d" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st:443</div>`)[0];
|
|
popup_60487a7e6efcee9d568c23aabdacf78a.setContent(html_d3c2f3b2bb214c2943a6196235b98d7d);
|
|
|
|
|
|
|
|
marker_fdd4db3fe9cf3f983eefd89c583215cf.bindPopup(popup_60487a7e6efcee9d568c23aabdacf78a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdd4db3fe9cf3f983eefd89c583215cf.setIcon(icon_71432d524bc2d0376f5c5c38f9226de5);
|
|
|
|
|
|
var marker_4812b41aeed38db69622507a7fa6ec28 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_df33379acffd6ad7c5e527b16cd5a723 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03292a0ef5755be33553cab8756689ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02b674f0bd653c24d8df10d849d5b924 = $(`<div id="html_02b674f0bd653c24d8df10d849d5b924" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io:443</div>`)[0];
|
|
popup_03292a0ef5755be33553cab8756689ab.setContent(html_02b674f0bd653c24d8df10d849d5b924);
|
|
|
|
|
|
|
|
marker_4812b41aeed38db69622507a7fa6ec28.bindPopup(popup_03292a0ef5755be33553cab8756689ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4812b41aeed38db69622507a7fa6ec28.setIcon(icon_df33379acffd6ad7c5e527b16cd5a723);
|
|
|
|
|
|
var marker_5eb70f2709b3ac7ab5398bfaaf7ee1e7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_a3f2f603c73448afdb3d696ef6cb6aaf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ec4da66354257a8a24b2de460679961 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_209c1bd4131e967b97f1bd2d3460a6f0 = $(`<div id="html_209c1bd4131e967b97f1bd2d3460a6f0" style="width: 100.0%; height: 100.0%;">nosflare-leefcore.leefcore.workers.dev</div>`)[0];
|
|
popup_9ec4da66354257a8a24b2de460679961.setContent(html_209c1bd4131e967b97f1bd2d3460a6f0);
|
|
|
|
|
|
|
|
marker_5eb70f2709b3ac7ab5398bfaaf7ee1e7.bindPopup(popup_9ec4da66354257a8a24b2de460679961)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5eb70f2709b3ac7ab5398bfaaf7ee1e7.setIcon(icon_a3f2f603c73448afdb3d696ef6cb6aaf);
|
|
|
|
|
|
var marker_b4a3d4b631684cb3f7850c3751e4de2e = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_3c14351d0b1014fb686fc9de12670374 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfaf00c606394c6a76beeff2edc75c4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a03f55fc2d110592fb43880563341ca6 = $(`<div id="html_a03f55fc2d110592fb43880563341ca6" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com:443</div>`)[0];
|
|
popup_cfaf00c606394c6a76beeff2edc75c4d.setContent(html_a03f55fc2d110592fb43880563341ca6);
|
|
|
|
|
|
|
|
marker_b4a3d4b631684cb3f7850c3751e4de2e.bindPopup(popup_cfaf00c606394c6a76beeff2edc75c4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4a3d4b631684cb3f7850c3751e4de2e.setIcon(icon_3c14351d0b1014fb686fc9de12670374);
|
|
|
|
|
|
var marker_e0363bcfe9f6316a0ab4e60b3fd00354 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_2f3a3867c4281c13d41130231341c010 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bea97aa24bea3f5b444919e2639ec421 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c54cd0b0cc1bb9e8685a171b4f38422 = $(`<div id="html_5c54cd0b0cc1bb9e8685a171b4f38422" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_bea97aa24bea3f5b444919e2639ec421.setContent(html_5c54cd0b0cc1bb9e8685a171b4f38422);
|
|
|
|
|
|
|
|
marker_e0363bcfe9f6316a0ab4e60b3fd00354.bindPopup(popup_bea97aa24bea3f5b444919e2639ec421)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0363bcfe9f6316a0ab4e60b3fd00354.setIcon(icon_2f3a3867c4281c13d41130231341c010);
|
|
|
|
|
|
var marker_6ad1b3e9ef362fd48345b22681304bc4 = L.marker(
|
|
[36.8767, -89.5879],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_97bfda33b4bab6d1eca49efeb2ec520c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c184e6e334eb7dfd1e3f86783ec51089 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05c8ed2daf0346bf269965e1937928e1 = $(`<div id="html_05c8ed2daf0346bf269965e1937928e1" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_c184e6e334eb7dfd1e3f86783ec51089.setContent(html_05c8ed2daf0346bf269965e1937928e1);
|
|
|
|
|
|
|
|
marker_6ad1b3e9ef362fd48345b22681304bc4.bindPopup(popup_c184e6e334eb7dfd1e3f86783ec51089)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ad1b3e9ef362fd48345b22681304bc4.setIcon(icon_97bfda33b4bab6d1eca49efeb2ec520c);
|
|
|
|
|
|
var marker_78851940579f5d15b40e3115d15b7d47 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_dc57002900d20fea96527602dd976053 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bff88c626033c02830c58ab5f6d6edd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6afa27a59507bfc4767f49854a83e0fc = $(`<div id="html_6afa27a59507bfc4767f49854a83e0fc" style="width: 100.0%; height: 100.0%;">relay.edufeed.org:443</div>`)[0];
|
|
popup_2bff88c626033c02830c58ab5f6d6edd.setContent(html_6afa27a59507bfc4767f49854a83e0fc);
|
|
|
|
|
|
|
|
marker_78851940579f5d15b40e3115d15b7d47.bindPopup(popup_2bff88c626033c02830c58ab5f6d6edd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78851940579f5d15b40e3115d15b7d47.setIcon(icon_dc57002900d20fea96527602dd976053);
|
|
|
|
|
|
var marker_ea48ffc32b81437306ff52e49dbc9f0e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_43a4daf03cfa1e8fc493844703c09b2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2c17b2a564e876a26668e9520341193 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b0b9a9bcca07cddb32e28d9262f8f96 = $(`<div id="html_8b0b9a9bcca07cddb32e28d9262f8f96" style="width: 100.0%; height: 100.0%;">nos.lol:443</div>`)[0];
|
|
popup_a2c17b2a564e876a26668e9520341193.setContent(html_8b0b9a9bcca07cddb32e28d9262f8f96);
|
|
|
|
|
|
|
|
marker_ea48ffc32b81437306ff52e49dbc9f0e.bindPopup(popup_a2c17b2a564e876a26668e9520341193)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea48ffc32b81437306ff52e49dbc9f0e.setIcon(icon_43a4daf03cfa1e8fc493844703c09b2c);
|
|
|
|
|
|
var marker_6f6e3d3c15443247965e5873f1326651 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_8369c74c9f5e337d563632529f1ca6ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b0eea62c12c640fa68057e44fc95058 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3e4faa71195b4fa03cb329685450a92 = $(`<div id="html_d3e4faa71195b4fa03cb329685450a92" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_8b0eea62c12c640fa68057e44fc95058.setContent(html_d3e4faa71195b4fa03cb329685450a92);
|
|
|
|
|
|
|
|
marker_6f6e3d3c15443247965e5873f1326651.bindPopup(popup_8b0eea62c12c640fa68057e44fc95058)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f6e3d3c15443247965e5873f1326651.setIcon(icon_8369c74c9f5e337d563632529f1ca6ce);
|
|
|
|
|
|
var marker_07b29377dff59dc63c8706df3593f97d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_92206abe3000539b9ffa48caded08140 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31686a78b5f08624c7856f0be48163b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8d43b8a37a991a41ec6dfb453475b3d = $(`<div id="html_d8d43b8a37a991a41ec6dfb453475b3d" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_31686a78b5f08624c7856f0be48163b1.setContent(html_d8d43b8a37a991a41ec6dfb453475b3d);
|
|
|
|
|
|
|
|
marker_07b29377dff59dc63c8706df3593f97d.bindPopup(popup_31686a78b5f08624c7856f0be48163b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07b29377dff59dc63c8706df3593f97d.setIcon(icon_92206abe3000539b9ffa48caded08140);
|
|
|
|
|
|
var marker_244cc8f6268381d94c95b19816bcbaf6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_04d3bea4bbbd0b3ae30c3638b9da212d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4aefc6e1a172c5346c2a52189a2ce2cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e008eb44bef53fc02d853fe29fa4b960 = $(`<div id="html_e008eb44bef53fc02d853fe29fa4b960" style="width: 100.0%; height: 100.0%;">nostr2.girino.org:443</div>`)[0];
|
|
popup_4aefc6e1a172c5346c2a52189a2ce2cc.setContent(html_e008eb44bef53fc02d853fe29fa4b960);
|
|
|
|
|
|
|
|
marker_244cc8f6268381d94c95b19816bcbaf6.bindPopup(popup_4aefc6e1a172c5346c2a52189a2ce2cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_244cc8f6268381d94c95b19816bcbaf6.setIcon(icon_04d3bea4bbbd0b3ae30c3638b9da212d);
|
|
|
|
|
|
var marker_e34f47aa255b037f199b854cb3d4a2ba = L.marker(
|
|
[51.9758, 4.31389],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_463331b62b38aaf1c3dc48b2c4668a52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffce6c4a7606460449bc40bf7aa12b4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b857f634ca89599436bee2550c8a50f1 = $(`<div id="html_b857f634ca89599436bee2550c8a50f1" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_ffce6c4a7606460449bc40bf7aa12b4e.setContent(html_b857f634ca89599436bee2550c8a50f1);
|
|
|
|
|
|
|
|
marker_e34f47aa255b037f199b854cb3d4a2ba.bindPopup(popup_ffce6c4a7606460449bc40bf7aa12b4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e34f47aa255b037f199b854cb3d4a2ba.setIcon(icon_463331b62b38aaf1c3dc48b2c4668a52);
|
|
|
|
|
|
var marker_fce4a38370a3fd67ee6cad40fe0f0727 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_c9919c8cad12a3d11f57279d3b99b8f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b39dbe9efa9a9fc57558bd6fb2a9de83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_febaba2e7a07f7e78a0bc54777678db8 = $(`<div id="html_febaba2e7a07f7e78a0bc54777678db8" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_b39dbe9efa9a9fc57558bd6fb2a9de83.setContent(html_febaba2e7a07f7e78a0bc54777678db8);
|
|
|
|
|
|
|
|
marker_fce4a38370a3fd67ee6cad40fe0f0727.bindPopup(popup_b39dbe9efa9a9fc57558bd6fb2a9de83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fce4a38370a3fd67ee6cad40fe0f0727.setIcon(icon_c9919c8cad12a3d11f57279d3b99b8f1);
|
|
|
|
|
|
var marker_468f276bb6a2273769583d9b59bb9357 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_4e673078c04f739d36b82fce362dad57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7ebf6d2f7880eeda63d0592481d9114 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d4a8ed4f3fe4f0d32b50d24a3ed30ff = $(`<div id="html_9d4a8ed4f3fe4f0d32b50d24a3ed30ff" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_f7ebf6d2f7880eeda63d0592481d9114.setContent(html_9d4a8ed4f3fe4f0d32b50d24a3ed30ff);
|
|
|
|
|
|
|
|
marker_468f276bb6a2273769583d9b59bb9357.bindPopup(popup_f7ebf6d2f7880eeda63d0592481d9114)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_468f276bb6a2273769583d9b59bb9357.setIcon(icon_4e673078c04f739d36b82fce362dad57);
|
|
|
|
|
|
var marker_ef595b01aeb9631770dc2085a9371e6c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_85c75487133404e5c6a38ef6e088cfe5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3de751136b02ebbf34c53b24b86b32f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a9f81c72ce0b6a562e9598a05ff6362 = $(`<div id="html_9a9f81c72ce0b6a562e9598a05ff6362" style="width: 100.0%; height: 100.0%;">x.kojira.io:443</div>`)[0];
|
|
popup_3de751136b02ebbf34c53b24b86b32f3.setContent(html_9a9f81c72ce0b6a562e9598a05ff6362);
|
|
|
|
|
|
|
|
marker_ef595b01aeb9631770dc2085a9371e6c.bindPopup(popup_3de751136b02ebbf34c53b24b86b32f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef595b01aeb9631770dc2085a9371e6c.setIcon(icon_85c75487133404e5c6a38ef6e088cfe5);
|
|
|
|
|
|
var marker_fc8c353ffa9a67f125e9741be32eb18f = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_dbc97752c28f59301fb9e371949adca4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_399f64c46e197eab978ab0748818c742 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_428aab47028f0189f9011df59b8acc74 = $(`<div id="html_428aab47028f0189f9011df59b8acc74" style="width: 100.0%; height: 100.0%;">relay.mypathtofire.de</div>`)[0];
|
|
popup_399f64c46e197eab978ab0748818c742.setContent(html_428aab47028f0189f9011df59b8acc74);
|
|
|
|
|
|
|
|
marker_fc8c353ffa9a67f125e9741be32eb18f.bindPopup(popup_399f64c46e197eab978ab0748818c742)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc8c353ffa9a67f125e9741be32eb18f.setIcon(icon_dbc97752c28f59301fb9e371949adca4);
|
|
|
|
|
|
var marker_dd4ee9d34bba644c7ceeedb7f28c440e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_54b14c6bc53abe7bbf1c2e5e1ab94aee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_787b1dceff60512e41361f5ee6b3999d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b798007ab53cf0cf1c66f940b5b1c66 = $(`<div id="html_7b798007ab53cf0cf1c66f940b5b1c66" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_787b1dceff60512e41361f5ee6b3999d.setContent(html_7b798007ab53cf0cf1c66f940b5b1c66);
|
|
|
|
|
|
|
|
marker_dd4ee9d34bba644c7ceeedb7f28c440e.bindPopup(popup_787b1dceff60512e41361f5ee6b3999d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd4ee9d34bba644c7ceeedb7f28c440e.setIcon(icon_54b14c6bc53abe7bbf1c2e5e1ab94aee);
|
|
|
|
|
|
var marker_0f96fcc6c418c4e763ac600a7d39b4f3 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_5170c926be1504038131d682107094e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b021bf0a760df599d03939a3cbe724e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_411ddcb0de8c8021064fbc7757ecb3bb = $(`<div id="html_411ddcb0de8c8021064fbc7757ecb3bb" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_1b021bf0a760df599d03939a3cbe724e.setContent(html_411ddcb0de8c8021064fbc7757ecb3bb);
|
|
|
|
|
|
|
|
marker_0f96fcc6c418c4e763ac600a7d39b4f3.bindPopup(popup_1b021bf0a760df599d03939a3cbe724e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f96fcc6c418c4e763ac600a7d39b4f3.setIcon(icon_5170c926be1504038131d682107094e9);
|
|
|
|
|
|
var marker_306089b480e5848c2632fca797e92877 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_694f934a0af3378e30cd5900448ee54a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ec3dce5ef38853499539f04b8666b0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04146b6318134a13fe157ed4f961e7e0 = $(`<div id="html_04146b6318134a13fe157ed4f961e7e0" style="width: 100.0%; height: 100.0%;">relay.wavlake.com:443</div>`)[0];
|
|
popup_5ec3dce5ef38853499539f04b8666b0d.setContent(html_04146b6318134a13fe157ed4f961e7e0);
|
|
|
|
|
|
|
|
marker_306089b480e5848c2632fca797e92877.bindPopup(popup_5ec3dce5ef38853499539f04b8666b0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_306089b480e5848c2632fca797e92877.setIcon(icon_694f934a0af3378e30cd5900448ee54a);
|
|
|
|
|
|
var marker_1f309ba5dfd7b27e73627911f4715ec0 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_07b86e86180040578fbeba0a10468bd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e21c6806027492c954d3e0b377bbd779 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd1efd7ee78be73bfe2c716ab662cff7 = $(`<div id="html_cd1efd7ee78be73bfe2c716ab662cff7" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_e21c6806027492c954d3e0b377bbd779.setContent(html_cd1efd7ee78be73bfe2c716ab662cff7);
|
|
|
|
|
|
|
|
marker_1f309ba5dfd7b27e73627911f4715ec0.bindPopup(popup_e21c6806027492c954d3e0b377bbd779)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f309ba5dfd7b27e73627911f4715ec0.setIcon(icon_07b86e86180040578fbeba0a10468bd0);
|
|
|
|
|
|
var marker_30f47c9cc0b0f61f8d7103700a772903 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_3f0e50e3ccadf05633b2867b89e85bee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8cf373b34818e00dc32c68201a3ebd7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df4c7c9abdef730d4f249654d17203d4 = $(`<div id="html_df4c7c9abdef730d4f249654d17203d4" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_8cf373b34818e00dc32c68201a3ebd7f.setContent(html_df4c7c9abdef730d4f249654d17203d4);
|
|
|
|
|
|
|
|
marker_30f47c9cc0b0f61f8d7103700a772903.bindPopup(popup_8cf373b34818e00dc32c68201a3ebd7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30f47c9cc0b0f61f8d7103700a772903.setIcon(icon_3f0e50e3ccadf05633b2867b89e85bee);
|
|
|
|
|
|
var marker_ce3c0c75045285b81869c60e510cc9e9 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_08598d78105057cd9df815fbf6fd422c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8cd99b99aa1efccbecbe2da9ac5169ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9977e96a9bb168c2e2290031a63d0923 = $(`<div id="html_9977e96a9bb168c2e2290031a63d0923" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_8cd99b99aa1efccbecbe2da9ac5169ff.setContent(html_9977e96a9bb168c2e2290031a63d0923);
|
|
|
|
|
|
|
|
marker_ce3c0c75045285b81869c60e510cc9e9.bindPopup(popup_8cd99b99aa1efccbecbe2da9ac5169ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce3c0c75045285b81869c60e510cc9e9.setIcon(icon_08598d78105057cd9df815fbf6fd422c);
|
|
|
|
|
|
var marker_d8c04548d15336eed4f2b104f72a3944 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_b7e806f4ee0954f626354587b11475ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f16e59733d0a8fa56d2063dd37c5971 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7fa0e6c3f2dec2a6f4177378024aa2de = $(`<div id="html_7fa0e6c3f2dec2a6f4177378024aa2de" style="width: 100.0%; height: 100.0%;">relay.mostro.network:443</div>`)[0];
|
|
popup_4f16e59733d0a8fa56d2063dd37c5971.setContent(html_7fa0e6c3f2dec2a6f4177378024aa2de);
|
|
|
|
|
|
|
|
marker_d8c04548d15336eed4f2b104f72a3944.bindPopup(popup_4f16e59733d0a8fa56d2063dd37c5971)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8c04548d15336eed4f2b104f72a3944.setIcon(icon_b7e806f4ee0954f626354587b11475ea);
|
|
|
|
|
|
var marker_c71d387b7e83fc22107004885b43f2cd = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_232687eb7e55f89a11695c4a819fb77a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbd6fc6d0de1c252007322963abb2a0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_768f20e09c34f6820524423459e8643e = $(`<div id="html_768f20e09c34f6820524423459e8643e" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_dbd6fc6d0de1c252007322963abb2a0c.setContent(html_768f20e09c34f6820524423459e8643e);
|
|
|
|
|
|
|
|
marker_c71d387b7e83fc22107004885b43f2cd.bindPopup(popup_dbd6fc6d0de1c252007322963abb2a0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c71d387b7e83fc22107004885b43f2cd.setIcon(icon_232687eb7e55f89a11695c4a819fb77a);
|
|
|
|
|
|
var marker_3516576e0c8d149830f5ca4fc0721dc4 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_74612fdbd0a5f69074567a92f52dbe75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9992b74371bdfd7bc20a9375b1ff950 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d141304a03400cd2c5f6aecc912dc2a = $(`<div id="html_3d141304a03400cd2c5f6aecc912dc2a" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_d9992b74371bdfd7bc20a9375b1ff950.setContent(html_3d141304a03400cd2c5f6aecc912dc2a);
|
|
|
|
|
|
|
|
marker_3516576e0c8d149830f5ca4fc0721dc4.bindPopup(popup_d9992b74371bdfd7bc20a9375b1ff950)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3516576e0c8d149830f5ca4fc0721dc4.setIcon(icon_74612fdbd0a5f69074567a92f52dbe75);
|
|
|
|
|
|
var marker_58614e10e19fc74066d57572b76a5870 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_962d66c2f01a89c0e2d1f03032cad7f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd22011eff7c73a19971399557cc98f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7fcf97d56924d8b013383a27de918044 = $(`<div id="html_7fcf97d56924d8b013383a27de918044" style="width: 100.0%; height: 100.0%;">nostr.hekster.org:443</div>`)[0];
|
|
popup_fd22011eff7c73a19971399557cc98f3.setContent(html_7fcf97d56924d8b013383a27de918044);
|
|
|
|
|
|
|
|
marker_58614e10e19fc74066d57572b76a5870.bindPopup(popup_fd22011eff7c73a19971399557cc98f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58614e10e19fc74066d57572b76a5870.setIcon(icon_962d66c2f01a89c0e2d1f03032cad7f5);
|
|
|
|
|
|
var marker_de2812b6c877cb479b0b6e5c141011b2 = L.marker(
|
|
[40.7608, -111.891],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_a9e241e955e0c93a459cbcd46a2926ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f754e8d4e1f9d59545491f06d524e66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f10f47554824f9d1d55cf4d2d4334a4 = $(`<div id="html_6f10f47554824f9d1d55cf4d2d4334a4" style="width: 100.0%; height: 100.0%;">bitcoiner.social:443</div>`)[0];
|
|
popup_7f754e8d4e1f9d59545491f06d524e66.setContent(html_6f10f47554824f9d1d55cf4d2d4334a4);
|
|
|
|
|
|
|
|
marker_de2812b6c877cb479b0b6e5c141011b2.bindPopup(popup_7f754e8d4e1f9d59545491f06d524e66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de2812b6c877cb479b0b6e5c141011b2.setIcon(icon_a9e241e955e0c93a459cbcd46a2926ea);
|
|
|
|
|
|
var marker_13b712295085be4494a8af93f404726c = L.marker(
|
|
[43.7064, -79.3986],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_4f69e259717f130d6fce5d71b0e8924a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d48129217a0d06f33a3f3e9b64949db9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b08f0c6d6b7913f06ebeded2f50b5fc = $(`<div id="html_6b08f0c6d6b7913f06ebeded2f50b5fc" style="width: 100.0%; height: 100.0%;">wot.makenomistakes.ca</div>`)[0];
|
|
popup_d48129217a0d06f33a3f3e9b64949db9.setContent(html_6b08f0c6d6b7913f06ebeded2f50b5fc);
|
|
|
|
|
|
|
|
marker_13b712295085be4494a8af93f404726c.bindPopup(popup_d48129217a0d06f33a3f3e9b64949db9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13b712295085be4494a8af93f404726c.setIcon(icon_4f69e259717f130d6fce5d71b0e8924a);
|
|
|
|
|
|
var marker_22720c252522723d17ca7171e91046d6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_550a885cbe4d9c3ca436ae7b17e01285 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a64ff14f09ce5b33053e9dd4402f7e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8ea8bf42e82c177e58e6c84369ef872 = $(`<div id="html_f8ea8bf42e82c177e58e6c84369ef872" style="width: 100.0%; height: 100.0%;">ribo.nostria.app:443</div>`)[0];
|
|
popup_2a64ff14f09ce5b33053e9dd4402f7e0.setContent(html_f8ea8bf42e82c177e58e6c84369ef872);
|
|
|
|
|
|
|
|
marker_22720c252522723d17ca7171e91046d6.bindPopup(popup_2a64ff14f09ce5b33053e9dd4402f7e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22720c252522723d17ca7171e91046d6.setIcon(icon_550a885cbe4d9c3ca436ae7b17e01285);
|
|
|
|
|
|
var marker_52dd27519591be0faebfbdc52edf4ec9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_67b51c243bf5fd71de88b60d65230005 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45128fbc2a52b39767a5a92d367589b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9026ac6036e2127054a846e036c77e1d = $(`<div id="html_9026ac6036e2127054a846e036c77e1d" style="width: 100.0%; height: 100.0%;">relay.lacrypta.ar</div>`)[0];
|
|
popup_45128fbc2a52b39767a5a92d367589b8.setContent(html_9026ac6036e2127054a846e036c77e1d);
|
|
|
|
|
|
|
|
marker_52dd27519591be0faebfbdc52edf4ec9.bindPopup(popup_45128fbc2a52b39767a5a92d367589b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52dd27519591be0faebfbdc52edf4ec9.setIcon(icon_67b51c243bf5fd71de88b60d65230005);
|
|
|
|
|
|
var marker_ed4e5a6cf6832dfce6aeafd8dc2703e7 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_21ab7a833f1d726a17500377e408a373 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3b7990b017047bcebe15173ddeae67a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d88b9a4de182646e058fd28686d834d2 = $(`<div id="html_d88b9a4de182646e058fd28686d834d2" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_e3b7990b017047bcebe15173ddeae67a.setContent(html_d88b9a4de182646e058fd28686d834d2);
|
|
|
|
|
|
|
|
marker_ed4e5a6cf6832dfce6aeafd8dc2703e7.bindPopup(popup_e3b7990b017047bcebe15173ddeae67a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed4e5a6cf6832dfce6aeafd8dc2703e7.setIcon(icon_21ab7a833f1d726a17500377e408a373);
|
|
|
|
|
|
var marker_7b19ef662472409d2150a9dec957914d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_2116856bc0e6420a91779389fc9ea8cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b475988222bb03b4dc7a313986b7a888 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dca9a418e4da5b159e39bd6570cd556e = $(`<div id="html_dca9a418e4da5b159e39bd6570cd556e" style="width: 100.0%; height: 100.0%;">relay.kilombino.com</div>`)[0];
|
|
popup_b475988222bb03b4dc7a313986b7a888.setContent(html_dca9a418e4da5b159e39bd6570cd556e);
|
|
|
|
|
|
|
|
marker_7b19ef662472409d2150a9dec957914d.bindPopup(popup_b475988222bb03b4dc7a313986b7a888)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b19ef662472409d2150a9dec957914d.setIcon(icon_2116856bc0e6420a91779389fc9ea8cc);
|
|
|
|
|
|
var marker_796d80f443eff5a92fd8d305d2c1be3d = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_56e4b801cec86378dda3f867526858f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3acb7509a1a1162b797283684bc57ae2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac0a39143d597315e402e2ee719d193c = $(`<div id="html_ac0a39143d597315e402e2ee719d193c" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx:443</div>`)[0];
|
|
popup_3acb7509a1a1162b797283684bc57ae2.setContent(html_ac0a39143d597315e402e2ee719d193c);
|
|
|
|
|
|
|
|
marker_796d80f443eff5a92fd8d305d2c1be3d.bindPopup(popup_3acb7509a1a1162b797283684bc57ae2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_796d80f443eff5a92fd8d305d2c1be3d.setIcon(icon_56e4b801cec86378dda3f867526858f6);
|
|
|
|
|
|
var marker_11e9d4ac8ddc4e931a0be0cfa912c017 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_4b3a1ceb83982937f97e8569dece0c24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94b57abb11c40d0cdaf08edc124f51cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78f9e1bac1398ab30a1ce38a2cef3757 = $(`<div id="html_78f9e1bac1398ab30a1ce38a2cef3757" style="width: 100.0%; height: 100.0%;">public.crostr.com</div>`)[0];
|
|
popup_94b57abb11c40d0cdaf08edc124f51cf.setContent(html_78f9e1bac1398ab30a1ce38a2cef3757);
|
|
|
|
|
|
|
|
marker_11e9d4ac8ddc4e931a0be0cfa912c017.bindPopup(popup_94b57abb11c40d0cdaf08edc124f51cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11e9d4ac8ddc4e931a0be0cfa912c017.setIcon(icon_4b3a1ceb83982937f97e8569dece0c24);
|
|
|
|
|
|
var marker_ddf3d00c7d75ef0dc5c3245f346bf13a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_0aabbead23742ed779575f26ad81070e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05efad80f596ae327f1b32eb39ee4c50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_adc1fe9d74a52775d57a889902c10a20 = $(`<div id="html_adc1fe9d74a52775d57a889902c10a20" style="width: 100.0%; height: 100.0%;">relay2.veganostr.com</div>`)[0];
|
|
popup_05efad80f596ae327f1b32eb39ee4c50.setContent(html_adc1fe9d74a52775d57a889902c10a20);
|
|
|
|
|
|
|
|
marker_ddf3d00c7d75ef0dc5c3245f346bf13a.bindPopup(popup_05efad80f596ae327f1b32eb39ee4c50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ddf3d00c7d75ef0dc5c3245f346bf13a.setIcon(icon_0aabbead23742ed779575f26ad81070e);
|
|
|
|
|
|
var marker_6563794cdd2ce1a5eacb0f9f01bc15af = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_7dc72f79b19b18d9d979aa9aff04af71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe62f20c77825aa515ed1529cbf37a7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73398c8ca6917ea571c1d5bf81fb2e28 = $(`<div id="html_73398c8ca6917ea571c1d5bf81fb2e28" style="width: 100.0%; height: 100.0%;">treuzkas.branruz.com</div>`)[0];
|
|
popup_fe62f20c77825aa515ed1529cbf37a7b.setContent(html_73398c8ca6917ea571c1d5bf81fb2e28);
|
|
|
|
|
|
|
|
marker_6563794cdd2ce1a5eacb0f9f01bc15af.bindPopup(popup_fe62f20c77825aa515ed1529cbf37a7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6563794cdd2ce1a5eacb0f9f01bc15af.setIcon(icon_7dc72f79b19b18d9d979aa9aff04af71);
|
|
|
|
|
|
var marker_311b9cb385cbc4345f94ea22430c8039 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_751ae402197686309ff7aabd073af27d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_845ef4ff8233fa128273edf504a0b5fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5d2b10b2f9fd4f869ef9e1460b67783 = $(`<div id="html_f5d2b10b2f9fd4f869ef9e1460b67783" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com:443</div>`)[0];
|
|
popup_845ef4ff8233fa128273edf504a0b5fe.setContent(html_f5d2b10b2f9fd4f869ef9e1460b67783);
|
|
|
|
|
|
|
|
marker_311b9cb385cbc4345f94ea22430c8039.bindPopup(popup_845ef4ff8233fa128273edf504a0b5fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_311b9cb385cbc4345f94ea22430c8039.setIcon(icon_751ae402197686309ff7aabd073af27d);
|
|
|
|
|
|
var marker_33d84b0b76db445d5138c981f23a3770 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_1cbe91cc246eb0fdc693e364dc13c8da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7dc35cddf93a6b0e5c7c509807b2967 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46b610a13b3f2a9555521ff9fd333534 = $(`<div id="html_46b610a13b3f2a9555521ff9fd333534" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_a7dc35cddf93a6b0e5c7c509807b2967.setContent(html_46b610a13b3f2a9555521ff9fd333534);
|
|
|
|
|
|
|
|
marker_33d84b0b76db445d5138c981f23a3770.bindPopup(popup_a7dc35cddf93a6b0e5c7c509807b2967)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33d84b0b76db445d5138c981f23a3770.setIcon(icon_1cbe91cc246eb0fdc693e364dc13c8da);
|
|
|
|
|
|
var marker_7823e5b950d30d58e1a0fc9fe78fdac0 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_618ffebc3df634eb6dc2ee19625fbc94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38a09355fcf47f671d8702489b2d52ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc4a30b2b614de731f9a1090db0c4e81 = $(`<div id="html_dc4a30b2b614de731f9a1090db0c4e81" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_38a09355fcf47f671d8702489b2d52ac.setContent(html_dc4a30b2b614de731f9a1090db0c4e81);
|
|
|
|
|
|
|
|
marker_7823e5b950d30d58e1a0fc9fe78fdac0.bindPopup(popup_38a09355fcf47f671d8702489b2d52ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7823e5b950d30d58e1a0fc9fe78fdac0.setIcon(icon_618ffebc3df634eb6dc2ee19625fbc94);
|
|
|
|
|
|
var marker_0ca07abdb15723bd9c59911624f5242a = L.marker(
|
|
[51.5134, -0.0890675],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_c427f2448fa5babdcd65e8e76cec28ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c211efabc06fab42ab8703137a72e6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03ed55a0299ec42c1069e56b5debf575 = $(`<div id="html_03ed55a0299ec42c1069e56b5debf575" style="width: 100.0%; height: 100.0%;">relay.nearhood.co.uk</div>`)[0];
|
|
popup_2c211efabc06fab42ab8703137a72e6e.setContent(html_03ed55a0299ec42c1069e56b5debf575);
|
|
|
|
|
|
|
|
marker_0ca07abdb15723bd9c59911624f5242a.bindPopup(popup_2c211efabc06fab42ab8703137a72e6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ca07abdb15723bd9c59911624f5242a.setIcon(icon_c427f2448fa5babdcd65e8e76cec28ef);
|
|
|
|
|
|
var marker_d7f25ad67880bae2d3d1a2dd371d319f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_a26090e3b4cff12ccbb6719a85c3f86d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83f4ca50907ada23e9dd5762eeb0d2c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6b1e536b25469d92a5e92cd1de90a0b = $(`<div id="html_d6b1e536b25469d92a5e92cd1de90a0b" style="width: 100.0%; height: 100.0%;">dm-test-strfry-generic.samt.st</div>`)[0];
|
|
popup_83f4ca50907ada23e9dd5762eeb0d2c5.setContent(html_d6b1e536b25469d92a5e92cd1de90a0b);
|
|
|
|
|
|
|
|
marker_d7f25ad67880bae2d3d1a2dd371d319f.bindPopup(popup_83f4ca50907ada23e9dd5762eeb0d2c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7f25ad67880bae2d3d1a2dd371d319f.setIcon(icon_a26090e3b4cff12ccbb6719a85c3f86d);
|
|
|
|
|
|
var marker_c1a0511570de6ad57c2fd29702e3707a = L.marker(
|
|
[29.7449, -95.5343],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_e44d6a1e7c800fd6b829ccadcb59515d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_154d622c570ab88c40ab44b450824b8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7fda90cc54db7a5099cdd3a31dc379b = $(`<div id="html_c7fda90cc54db7a5099cdd3a31dc379b" style="width: 100.0%; height: 100.0%;">nostr.overpay.com</div>`)[0];
|
|
popup_154d622c570ab88c40ab44b450824b8f.setContent(html_c7fda90cc54db7a5099cdd3a31dc379b);
|
|
|
|
|
|
|
|
marker_c1a0511570de6ad57c2fd29702e3707a.bindPopup(popup_154d622c570ab88c40ab44b450824b8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1a0511570de6ad57c2fd29702e3707a.setIcon(icon_e44d6a1e7c800fd6b829ccadcb59515d);
|
|
|
|
|
|
var marker_70b9a18df382b594afbd4bfd884c02e4 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_1c2cd394a62a84948a95ce5f45b06499 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7aac770ee4c23a8363c16b76d627479d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18f005ac26a93f740bf3ce6333899190 = $(`<div id="html_18f005ac26a93f740bf3ce6333899190" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_7aac770ee4c23a8363c16b76d627479d.setContent(html_18f005ac26a93f740bf3ce6333899190);
|
|
|
|
|
|
|
|
marker_70b9a18df382b594afbd4bfd884c02e4.bindPopup(popup_7aac770ee4c23a8363c16b76d627479d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70b9a18df382b594afbd4bfd884c02e4.setIcon(icon_1c2cd394a62a84948a95ce5f45b06499);
|
|
|
|
|
|
var marker_7f72a2fb5f448e673691a30ed63d2547 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_5a3773a732c1014a7bb9e41b1e521431 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acba5b17c3b91e66b348296e9dc15a82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4f4c8225b6ad8665f2acea3d603f7a0 = $(`<div id="html_e4f4c8225b6ad8665f2acea3d603f7a0" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_acba5b17c3b91e66b348296e9dc15a82.setContent(html_e4f4c8225b6ad8665f2acea3d603f7a0);
|
|
|
|
|
|
|
|
marker_7f72a2fb5f448e673691a30ed63d2547.bindPopup(popup_acba5b17c3b91e66b348296e9dc15a82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f72a2fb5f448e673691a30ed63d2547.setIcon(icon_5a3773a732c1014a7bb9e41b1e521431);
|
|
|
|
|
|
var marker_e3520dde43ded37bb1a855f5c7d044d6 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_8448d570cb19c06644362c327985e7e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2857894e2bbe3e3ef2d34d95bfb83c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_993ec11cc52d5bf9e193b95f98f01f98 = $(`<div id="html_993ec11cc52d5bf9e193b95f98f01f98" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_f2857894e2bbe3e3ef2d34d95bfb83c5.setContent(html_993ec11cc52d5bf9e193b95f98f01f98);
|
|
|
|
|
|
|
|
marker_e3520dde43ded37bb1a855f5c7d044d6.bindPopup(popup_f2857894e2bbe3e3ef2d34d95bfb83c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3520dde43ded37bb1a855f5c7d044d6.setIcon(icon_8448d570cb19c06644362c327985e7e2);
|
|
|
|
|
|
var marker_874eff73094de7b0b77dbeb3992dcd02 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_ecb7798202926b47343b733ab92c77f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a20d5e0195f6f2cc72bd32492b29a4c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27f2b0f25794cb2148b7c043b45d09ed = $(`<div id="html_27f2b0f25794cb2148b7c043b45d09ed" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_a20d5e0195f6f2cc72bd32492b29a4c6.setContent(html_27f2b0f25794cb2148b7c043b45d09ed);
|
|
|
|
|
|
|
|
marker_874eff73094de7b0b77dbeb3992dcd02.bindPopup(popup_a20d5e0195f6f2cc72bd32492b29a4c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_874eff73094de7b0b77dbeb3992dcd02.setIcon(icon_ecb7798202926b47343b733ab92c77f5);
|
|
|
|
|
|
var marker_d9c4da406c8febeef7cafb8ee0984886 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_272023d11e7a2567d772f77a6066426d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d0f65e2a290ba7d5176e530a7e15f1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86e6a0904d1dc4d28b9a7e91f4c59349 = $(`<div id="html_86e6a0904d1dc4d28b9a7e91f4c59349" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net:443</div>`)[0];
|
|
popup_2d0f65e2a290ba7d5176e530a7e15f1d.setContent(html_86e6a0904d1dc4d28b9a7e91f4c59349);
|
|
|
|
|
|
|
|
marker_d9c4da406c8febeef7cafb8ee0984886.bindPopup(popup_2d0f65e2a290ba7d5176e530a7e15f1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9c4da406c8febeef7cafb8ee0984886.setIcon(icon_272023d11e7a2567d772f77a6066426d);
|
|
|
|
|
|
var marker_c1c8bd121f5c40abd07aaed8fcc03671 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_834c220ef6f4e6c119bac59ffa99f46b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ebe4df4c4806fd83b6f91693e6bcb49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8be28059f7e35f9492e1deb044ffab52 = $(`<div id="html_8be28059f7e35f9492e1deb044ffab52" style="width: 100.0%; height: 100.0%;">nostr.chaima.info:443</div>`)[0];
|
|
popup_7ebe4df4c4806fd83b6f91693e6bcb49.setContent(html_8be28059f7e35f9492e1deb044ffab52);
|
|
|
|
|
|
|
|
marker_c1c8bd121f5c40abd07aaed8fcc03671.bindPopup(popup_7ebe4df4c4806fd83b6f91693e6bcb49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1c8bd121f5c40abd07aaed8fcc03671.setIcon(icon_834c220ef6f4e6c119bac59ffa99f46b);
|
|
|
|
|
|
var marker_ce0b0b4d886c5b1d2d31c5c859bca913 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_9b851acb92b3f8461718e690fe5d2a88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0ac2174562c2698be2cd98f7b3616c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3bda62c1723cbd81cb31f7c253659df7 = $(`<div id="html_3bda62c1723cbd81cb31f7c253659df7" style="width: 100.0%; height: 100.0%;">nostr.christiansass.de</div>`)[0];
|
|
popup_a0ac2174562c2698be2cd98f7b3616c5.setContent(html_3bda62c1723cbd81cb31f7c253659df7);
|
|
|
|
|
|
|
|
marker_ce0b0b4d886c5b1d2d31c5c859bca913.bindPopup(popup_a0ac2174562c2698be2cd98f7b3616c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce0b0b4d886c5b1d2d31c5c859bca913.setIcon(icon_9b851acb92b3f8461718e690fe5d2a88);
|
|
|
|
|
|
var marker_013321d1676b712113b05e98e983855c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_ffa21111d4b45b9e31e6b25726de2e35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_978bbd38b061331ce0afbbe24f4f686f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42f0dc537206ab32b735409108ad2a6e = $(`<div id="html_42f0dc537206ab32b735409108ad2a6e" style="width: 100.0%; height: 100.0%;">relay.ohstr.com:443</div>`)[0];
|
|
popup_978bbd38b061331ce0afbbe24f4f686f.setContent(html_42f0dc537206ab32b735409108ad2a6e);
|
|
|
|
|
|
|
|
marker_013321d1676b712113b05e98e983855c.bindPopup(popup_978bbd38b061331ce0afbbe24f4f686f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_013321d1676b712113b05e98e983855c.setIcon(icon_ffa21111d4b45b9e31e6b25726de2e35);
|
|
|
|
|
|
var marker_a5f0fe27a3ebbb821deda778da501a2c = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_dd1c404dfac163d9d256f48b7ef11a92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4627c52195b0024fc20602939652fbb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3333aeb76506f134267a93d991806e5d = $(`<div id="html_3333aeb76506f134267a93d991806e5d" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_f4627c52195b0024fc20602939652fbb.setContent(html_3333aeb76506f134267a93d991806e5d);
|
|
|
|
|
|
|
|
marker_a5f0fe27a3ebbb821deda778da501a2c.bindPopup(popup_f4627c52195b0024fc20602939652fbb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5f0fe27a3ebbb821deda778da501a2c.setIcon(icon_dd1c404dfac163d9d256f48b7ef11a92);
|
|
|
|
|
|
var marker_559947621f71fae76124961b120f27fb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_312818c004e223de9d9f86df25877935 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6fe2e35cf60e266bedc42e6705ab9ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af4eed1e17c4b25d524bf54615998001 = $(`<div id="html_af4eed1e17c4b25d524bf54615998001" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_b6fe2e35cf60e266bedc42e6705ab9ee.setContent(html_af4eed1e17c4b25d524bf54615998001);
|
|
|
|
|
|
|
|
marker_559947621f71fae76124961b120f27fb.bindPopup(popup_b6fe2e35cf60e266bedc42e6705ab9ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_559947621f71fae76124961b120f27fb.setIcon(icon_312818c004e223de9d9f86df25877935);
|
|
|
|
|
|
var marker_11a1f5d26db984eeb18888d43dcd96e9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_7cb7e5bbbdb175857ccbe5fa2de9e4d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0409323b972694bd68d81a479edd0a96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1e6802e572fd734b149b439c786ef03 = $(`<div id="html_d1e6802e572fd734b149b439c786ef03" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_0409323b972694bd68d81a479edd0a96.setContent(html_d1e6802e572fd734b149b439c786ef03);
|
|
|
|
|
|
|
|
marker_11a1f5d26db984eeb18888d43dcd96e9.bindPopup(popup_0409323b972694bd68d81a479edd0a96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11a1f5d26db984eeb18888d43dcd96e9.setIcon(icon_7cb7e5bbbdb175857ccbe5fa2de9e4d7);
|
|
|
|
|
|
var marker_a74f07321db1db0ca52b3260cd9db01f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_d18810f8393a68f24ba5f014a9165b95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f206e1debd84b77412ad0de0c4009c6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17d0e233f53fc9886dbbbdc91480dfb4 = $(`<div id="html_17d0e233f53fc9886dbbbdc91480dfb4" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud:443</div>`)[0];
|
|
popup_f206e1debd84b77412ad0de0c4009c6c.setContent(html_17d0e233f53fc9886dbbbdc91480dfb4);
|
|
|
|
|
|
|
|
marker_a74f07321db1db0ca52b3260cd9db01f.bindPopup(popup_f206e1debd84b77412ad0de0c4009c6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a74f07321db1db0ca52b3260cd9db01f.setIcon(icon_d18810f8393a68f24ba5f014a9165b95);
|
|
|
|
|
|
var marker_120f0b2b8f2d690395e1df2cfbf7b7e5 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_b46acbbdf2f92717b9af21dde6a6f934 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8bd8904a5301341d015f62e4de6560e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bf93afcf9ff7c885558de08722a291a = $(`<div id="html_0bf93afcf9ff7c885558de08722a291a" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net</div>`)[0];
|
|
popup_c8bd8904a5301341d015f62e4de6560e.setContent(html_0bf93afcf9ff7c885558de08722a291a);
|
|
|
|
|
|
|
|
marker_120f0b2b8f2d690395e1df2cfbf7b7e5.bindPopup(popup_c8bd8904a5301341d015f62e4de6560e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_120f0b2b8f2d690395e1df2cfbf7b7e5.setIcon(icon_b46acbbdf2f92717b9af21dde6a6f934);
|
|
|
|
|
|
var marker_5a18f416006c08bfbef0f4f2e1a5cde7 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_c92e82219dc88ec90a2639f28586e149 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d599f3f0addac764f9aac829967644b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_164cad218dbc7ca1a2c9f8ace4994680 = $(`<div id="html_164cad218dbc7ca1a2c9f8ace4994680" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_d599f3f0addac764f9aac829967644b2.setContent(html_164cad218dbc7ca1a2c9f8ace4994680);
|
|
|
|
|
|
|
|
marker_5a18f416006c08bfbef0f4f2e1a5cde7.bindPopup(popup_d599f3f0addac764f9aac829967644b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a18f416006c08bfbef0f4f2e1a5cde7.setIcon(icon_c92e82219dc88ec90a2639f28586e149);
|
|
|
|
|
|
var marker_515823a6b1954f658f2fe064b6bb001d = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_efc82c87fc6c59006b55b7a82fddb8ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_642d388d7c6f1ca629bf1b51dd02324d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_211d724d18be5e2042cf37377bf7d8ff = $(`<div id="html_211d724d18be5e2042cf37377bf7d8ff" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_642d388d7c6f1ca629bf1b51dd02324d.setContent(html_211d724d18be5e2042cf37377bf7d8ff);
|
|
|
|
|
|
|
|
marker_515823a6b1954f658f2fe064b6bb001d.bindPopup(popup_642d388d7c6f1ca629bf1b51dd02324d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_515823a6b1954f658f2fe064b6bb001d.setIcon(icon_efc82c87fc6c59006b55b7a82fddb8ac);
|
|
|
|
|
|
var marker_90ef3152cf71cb7a71502398abe767fa = L.marker(
|
|
[41.2861, 1.24993],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_d35574674131d227909087c5593e1fcd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_109896070fbd8649fefe5506ca2aebf7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8d953e684a127f32a3a716e8c8245ec = $(`<div id="html_e8d953e684a127f32a3a716e8c8245ec" style="width: 100.0%; height: 100.0%;">btc.klendazu.com</div>`)[0];
|
|
popup_109896070fbd8649fefe5506ca2aebf7.setContent(html_e8d953e684a127f32a3a716e8c8245ec);
|
|
|
|
|
|
|
|
marker_90ef3152cf71cb7a71502398abe767fa.bindPopup(popup_109896070fbd8649fefe5506ca2aebf7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90ef3152cf71cb7a71502398abe767fa.setIcon(icon_d35574674131d227909087c5593e1fcd);
|
|
|
|
|
|
var marker_209bf1097d5909418b5ae2870f959e37 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_a87002f15546d13d06b84defec2f77fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a409f6075ac305f5c18cd4c2b7c35005 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a58ed5a7359e739a7f37871bc3b417e = $(`<div id="html_2a58ed5a7359e739a7f37871bc3b417e" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_a409f6075ac305f5c18cd4c2b7c35005.setContent(html_2a58ed5a7359e739a7f37871bc3b417e);
|
|
|
|
|
|
|
|
marker_209bf1097d5909418b5ae2870f959e37.bindPopup(popup_a409f6075ac305f5c18cd4c2b7c35005)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_209bf1097d5909418b5ae2870f959e37.setIcon(icon_a87002f15546d13d06b84defec2f77fc);
|
|
|
|
|
|
var marker_1fa9d6be2e40cfee5545034883fc9e0a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_4c591392b79d241c63cc653358288932 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_181cedbbd780470d07e72a7ff504f81e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8f34851701c5575618aa262d53bc95b = $(`<div id="html_f8f34851701c5575618aa262d53bc95b" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev:443</div>`)[0];
|
|
popup_181cedbbd780470d07e72a7ff504f81e.setContent(html_f8f34851701c5575618aa262d53bc95b);
|
|
|
|
|
|
|
|
marker_1fa9d6be2e40cfee5545034883fc9e0a.bindPopup(popup_181cedbbd780470d07e72a7ff504f81e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fa9d6be2e40cfee5545034883fc9e0a.setIcon(icon_4c591392b79d241c63cc653358288932);
|
|
|
|
|
|
var marker_881de1d97c80eebee2039aff0f0629b2 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_88766f634da82dfb8096ccb1d6d81e75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79c9b1ce90be67ed71308d7b684aaae4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c998cb4e64eacadeb4a41aa4ab831ed2 = $(`<div id="html_c998cb4e64eacadeb4a41aa4ab831ed2" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_79c9b1ce90be67ed71308d7b684aaae4.setContent(html_c998cb4e64eacadeb4a41aa4ab831ed2);
|
|
|
|
|
|
|
|
marker_881de1d97c80eebee2039aff0f0629b2.bindPopup(popup_79c9b1ce90be67ed71308d7b684aaae4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_881de1d97c80eebee2039aff0f0629b2.setIcon(icon_88766f634da82dfb8096ccb1d6d81e75);
|
|
|
|
|
|
var marker_747176cd545d5f84b6f8536bf8b76e70 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_bf42ee3e5859babe0d1e53fa26af28cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2353316ed6eef4b003a6ea41e8ec707 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea74599d1b3b5bb8d30731d5ba63a7fe = $(`<div id="html_ea74599d1b3b5bb8d30731d5ba63a7fe" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_f2353316ed6eef4b003a6ea41e8ec707.setContent(html_ea74599d1b3b5bb8d30731d5ba63a7fe);
|
|
|
|
|
|
|
|
marker_747176cd545d5f84b6f8536bf8b76e70.bindPopup(popup_f2353316ed6eef4b003a6ea41e8ec707)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_747176cd545d5f84b6f8536bf8b76e70.setIcon(icon_bf42ee3e5859babe0d1e53fa26af28cd);
|
|
|
|
|
|
var marker_cc3e1f72d9cf35364706f93d4860f6c2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_3ffaa78976731f9e6a24dc19ebe4f394 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bce6ffe1479bacf34e0cc80ef880f63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_913cdbf4c7df21e8943cdfc11cba3576 = $(`<div id="html_913cdbf4c7df21e8943cdfc11cba3576" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_5bce6ffe1479bacf34e0cc80ef880f63.setContent(html_913cdbf4c7df21e8943cdfc11cba3576);
|
|
|
|
|
|
|
|
marker_cc3e1f72d9cf35364706f93d4860f6c2.bindPopup(popup_5bce6ffe1479bacf34e0cc80ef880f63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc3e1f72d9cf35364706f93d4860f6c2.setIcon(icon_3ffaa78976731f9e6a24dc19ebe4f394);
|
|
|
|
|
|
var marker_a0285f40dab99f2f090245a84550adba = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_c77f95addbb3719ca4eb86bad6331241 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47ba6149f69fc0e3f8c7cf09f8cefd12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_340a54177ab3643c80dc5a99da5fe701 = $(`<div id="html_340a54177ab3643c80dc5a99da5fe701" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe:443</div>`)[0];
|
|
popup_47ba6149f69fc0e3f8c7cf09f8cefd12.setContent(html_340a54177ab3643c80dc5a99da5fe701);
|
|
|
|
|
|
|
|
marker_a0285f40dab99f2f090245a84550adba.bindPopup(popup_47ba6149f69fc0e3f8c7cf09f8cefd12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0285f40dab99f2f090245a84550adba.setIcon(icon_c77f95addbb3719ca4eb86bad6331241);
|
|
|
|
|
|
var marker_dd485d1abf7f7d2d0f1e2b5f34cdde1a = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_03d7e7ce42f8cea72f7703ff866e11b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35310bc4be9243e873fe5b62a528048b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21706660a8eb22b09d7949be7f30991a = $(`<div id="html_21706660a8eb22b09d7949be7f30991a" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_35310bc4be9243e873fe5b62a528048b.setContent(html_21706660a8eb22b09d7949be7f30991a);
|
|
|
|
|
|
|
|
marker_dd485d1abf7f7d2d0f1e2b5f34cdde1a.bindPopup(popup_35310bc4be9243e873fe5b62a528048b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd485d1abf7f7d2d0f1e2b5f34cdde1a.setIcon(icon_03d7e7ce42f8cea72f7703ff866e11b0);
|
|
|
|
|
|
var marker_b4f587a19f11ac7df6bac38d0927f375 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_55b46cd3f463fba191bd3ca564637c5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ecafdfb1162b52c01220161a81fe283 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f057b7b38607a7aaf9f2d4797b84c25 = $(`<div id="html_6f057b7b38607a7aaf9f2d4797b84c25" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_2ecafdfb1162b52c01220161a81fe283.setContent(html_6f057b7b38607a7aaf9f2d4797b84c25);
|
|
|
|
|
|
|
|
marker_b4f587a19f11ac7df6bac38d0927f375.bindPopup(popup_2ecafdfb1162b52c01220161a81fe283)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4f587a19f11ac7df6bac38d0927f375.setIcon(icon_55b46cd3f463fba191bd3ca564637c5b);
|
|
|
|
|
|
var marker_504da76ae47035561dc1e6e87dc8b312 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_08ee5fbe33ed35d6930a6baf95dbaad4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf22178503d0686e4a8c41b0b0999afc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_572a0ec7432927fdf0a59a10a2e27ccc = $(`<div id="html_572a0ec7432927fdf0a59a10a2e27ccc" style="width: 100.0%; height: 100.0%;">relay.nostr.com</div>`)[0];
|
|
popup_cf22178503d0686e4a8c41b0b0999afc.setContent(html_572a0ec7432927fdf0a59a10a2e27ccc);
|
|
|
|
|
|
|
|
marker_504da76ae47035561dc1e6e87dc8b312.bindPopup(popup_cf22178503d0686e4a8c41b0b0999afc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_504da76ae47035561dc1e6e87dc8b312.setIcon(icon_08ee5fbe33ed35d6930a6baf95dbaad4);
|
|
|
|
|
|
var marker_93728a6be5628ad32177d52e1512a703 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_0894844145c47cd6b76b8bde781b2f42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c51185ce8d4b7895f88720e6da854c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2ac186c18979e70204c99d999cf7437 = $(`<div id="html_f2ac186c18979e70204c99d999cf7437" style="width: 100.0%; height: 100.0%;">relay.sincensura.org</div>`)[0];
|
|
popup_6c51185ce8d4b7895f88720e6da854c5.setContent(html_f2ac186c18979e70204c99d999cf7437);
|
|
|
|
|
|
|
|
marker_93728a6be5628ad32177d52e1512a703.bindPopup(popup_6c51185ce8d4b7895f88720e6da854c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93728a6be5628ad32177d52e1512a703.setIcon(icon_0894844145c47cd6b76b8bde781b2f42);
|
|
|
|
|
|
var marker_9b664d7b68ee0ece38b7c479c61518a4 = L.marker(
|
|
[52.6907, 4.8181],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_9bb5dd92da04333abe1ef3dcb97b7895 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_784cf9cb3945089ffa231ab4ed3416ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61220318a72376eb2f5cf19ee2f6b887 = $(`<div id="html_61220318a72376eb2f5cf19ee2f6b887" style="width: 100.0%; height: 100.0%;">relay.satsmarkt.club</div>`)[0];
|
|
popup_784cf9cb3945089ffa231ab4ed3416ef.setContent(html_61220318a72376eb2f5cf19ee2f6b887);
|
|
|
|
|
|
|
|
marker_9b664d7b68ee0ece38b7c479c61518a4.bindPopup(popup_784cf9cb3945089ffa231ab4ed3416ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b664d7b68ee0ece38b7c479c61518a4.setIcon(icon_9bb5dd92da04333abe1ef3dcb97b7895);
|
|
|
|
|
|
var marker_7c53be4b1c76d0e1a736fa6bb9a81958 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_a49de037bc35d6fe5026fabda0babe27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc66a9120247ebe97634587d09a51348 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_575199a685f306a988ce643518d2a82f = $(`<div id="html_575199a685f306a988ce643518d2a82f" style="width: 100.0%; height: 100.0%;">relay.openresist.com:443</div>`)[0];
|
|
popup_cc66a9120247ebe97634587d09a51348.setContent(html_575199a685f306a988ce643518d2a82f);
|
|
|
|
|
|
|
|
marker_7c53be4b1c76d0e1a736fa6bb9a81958.bindPopup(popup_cc66a9120247ebe97634587d09a51348)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c53be4b1c76d0e1a736fa6bb9a81958.setIcon(icon_a49de037bc35d6fe5026fabda0babe27);
|
|
|
|
|
|
var marker_24cddd7ea570f7f7f2f3339ff1e145ac = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_f0258ba67b38def3ad400bcaa3c91cab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b4fa5313e66ecf7463d250f56464d54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfbfe665a9468c0c4fe5a1d529cefbf1 = $(`<div id="html_dfbfe665a9468c0c4fe5a1d529cefbf1" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_1b4fa5313e66ecf7463d250f56464d54.setContent(html_dfbfe665a9468c0c4fe5a1d529cefbf1);
|
|
|
|
|
|
|
|
marker_24cddd7ea570f7f7f2f3339ff1e145ac.bindPopup(popup_1b4fa5313e66ecf7463d250f56464d54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24cddd7ea570f7f7f2f3339ff1e145ac.setIcon(icon_f0258ba67b38def3ad400bcaa3c91cab);
|
|
|
|
|
|
var marker_e1d78cb416fbc5ec9460f44212230b73 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_14f965735a40743ec995819f273f2082 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88eef807b920fc6d1b9c104664c5c0da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c216e4bb61c5fe734900d275b57b42a = $(`<div id="html_5c216e4bb61c5fe734900d275b57b42a" style="width: 100.0%; height: 100.0%;">relay.loveisbitcoin.com</div>`)[0];
|
|
popup_88eef807b920fc6d1b9c104664c5c0da.setContent(html_5c216e4bb61c5fe734900d275b57b42a);
|
|
|
|
|
|
|
|
marker_e1d78cb416fbc5ec9460f44212230b73.bindPopup(popup_88eef807b920fc6d1b9c104664c5c0da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1d78cb416fbc5ec9460f44212230b73.setIcon(icon_14f965735a40743ec995819f273f2082);
|
|
|
|
|
|
var marker_718e29d4efa36aee04d6f68374ebf9b4 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_0a43e00aef6965628d3748e02bb1b670 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e47093bff93801e33b0d961e0f5d3203 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_585bf019042b70c609399f510c8f853f = $(`<div id="html_585bf019042b70c609399f510c8f853f" style="width: 100.0%; height: 100.0%;">nostr.data.haus:443</div>`)[0];
|
|
popup_e47093bff93801e33b0d961e0f5d3203.setContent(html_585bf019042b70c609399f510c8f853f);
|
|
|
|
|
|
|
|
marker_718e29d4efa36aee04d6f68374ebf9b4.bindPopup(popup_e47093bff93801e33b0d961e0f5d3203)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_718e29d4efa36aee04d6f68374ebf9b4.setIcon(icon_0a43e00aef6965628d3748e02bb1b670);
|
|
|
|
|
|
var marker_d72d08149e128f46c33dba8e96ba75d4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_7367421694a43f347c06744d9054751f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_542907c2967f20094f77e2c6e0be7683 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2fcd00667f56a1661af60f5b3eb87663 = $(`<div id="html_2fcd00667f56a1661af60f5b3eb87663" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_542907c2967f20094f77e2c6e0be7683.setContent(html_2fcd00667f56a1661af60f5b3eb87663);
|
|
|
|
|
|
|
|
marker_d72d08149e128f46c33dba8e96ba75d4.bindPopup(popup_542907c2967f20094f77e2c6e0be7683)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d72d08149e128f46c33dba8e96ba75d4.setIcon(icon_7367421694a43f347c06744d9054751f);
|
|
|
|
|
|
var marker_8321e8498e37011ad9469efb6e7dedcf = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_33ad6f7351483e677d8685715decde73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a13e02a419227b29ad0559963b982bbd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e71a41a93d5e20e33e41563bd0d6fb10 = $(`<div id="html_e71a41a93d5e20e33e41563bd0d6fb10" style="width: 100.0%; height: 100.0%;">bendernostur.duckdns.org:8443</div>`)[0];
|
|
popup_a13e02a419227b29ad0559963b982bbd.setContent(html_e71a41a93d5e20e33e41563bd0d6fb10);
|
|
|
|
|
|
|
|
marker_8321e8498e37011ad9469efb6e7dedcf.bindPopup(popup_a13e02a419227b29ad0559963b982bbd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8321e8498e37011ad9469efb6e7dedcf.setIcon(icon_33ad6f7351483e677d8685715decde73);
|
|
|
|
|
|
var marker_980e1afb9dc4abc0c1bbb018936169dc = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_26043609a8bcfa5a7ae881ec9002567a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a172e4092318dbe2784925e14cdb087 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f80a1137bbd83fc582dc8aaf970dac7 = $(`<div id="html_5f80a1137bbd83fc582dc8aaf970dac7" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_4a172e4092318dbe2784925e14cdb087.setContent(html_5f80a1137bbd83fc582dc8aaf970dac7);
|
|
|
|
|
|
|
|
marker_980e1afb9dc4abc0c1bbb018936169dc.bindPopup(popup_4a172e4092318dbe2784925e14cdb087)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_980e1afb9dc4abc0c1bbb018936169dc.setIcon(icon_26043609a8bcfa5a7ae881ec9002567a);
|
|
|
|
|
|
var marker_94c20286d9d21949341e0c87268bedef = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_28b90b49dc09e7255a5e21fe13f6da5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_513f54539d7b6c20aed4e1339cc835d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77a68a3396264851f9854f2af7769a49 = $(`<div id="html_77a68a3396264851f9854f2af7769a49" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_513f54539d7b6c20aed4e1339cc835d6.setContent(html_77a68a3396264851f9854f2af7769a49);
|
|
|
|
|
|
|
|
marker_94c20286d9d21949341e0c87268bedef.bindPopup(popup_513f54539d7b6c20aed4e1339cc835d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94c20286d9d21949341e0c87268bedef.setIcon(icon_28b90b49dc09e7255a5e21fe13f6da5a);
|
|
|
|
|
|
var marker_2ead352be529d96b31bf9ece2c6094bc = L.marker(
|
|
[34.1749, -118.54],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_a597707adee3710dd66dd2f998e9c97b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df9ed2d4a0062d98da53db4fceb69009 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b3aacb4c894add0d590dba66db0a877 = $(`<div id="html_6b3aacb4c894add0d590dba66db0a877" style="width: 100.0%; height: 100.0%;">relay.earthly.city</div>`)[0];
|
|
popup_df9ed2d4a0062d98da53db4fceb69009.setContent(html_6b3aacb4c894add0d590dba66db0a877);
|
|
|
|
|
|
|
|
marker_2ead352be529d96b31bf9ece2c6094bc.bindPopup(popup_df9ed2d4a0062d98da53db4fceb69009)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ead352be529d96b31bf9ece2c6094bc.setIcon(icon_a597707adee3710dd66dd2f998e9c97b);
|
|
|
|
|
|
var marker_a0c1db8569ba2688df01c95902d01b33 = L.marker(
|
|
[41.1976, 1.11167],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_5c7d68613eb1f78b88cd248a1559152f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_929104cae1ff9a957430cc4d14f49d56 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70e01218012e7fb1a26047e9cc08d42f = $(`<div id="html_70e01218012e7fb1a26047e9cc08d42f" style="width: 100.0%; height: 100.0%;">bitcoinostr.duckdns.org</div>`)[0];
|
|
popup_929104cae1ff9a957430cc4d14f49d56.setContent(html_70e01218012e7fb1a26047e9cc08d42f);
|
|
|
|
|
|
|
|
marker_a0c1db8569ba2688df01c95902d01b33.bindPopup(popup_929104cae1ff9a957430cc4d14f49d56)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0c1db8569ba2688df01c95902d01b33.setIcon(icon_5c7d68613eb1f78b88cd248a1559152f);
|
|
|
|
|
|
var marker_02c67b593c02e673c88cec54cd79e682 = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_45dcbb7224d855fe4ba1c6e5d42abca1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5235e378d567424c2450f72112739a7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ee3d9dcd776c095e25fc0739b883272 = $(`<div id="html_1ee3d9dcd776c095e25fc0739b883272" style="width: 100.0%; height: 100.0%;">aeon.libretechsystems.xyz</div>`)[0];
|
|
popup_5235e378d567424c2450f72112739a7b.setContent(html_1ee3d9dcd776c095e25fc0739b883272);
|
|
|
|
|
|
|
|
marker_02c67b593c02e673c88cec54cd79e682.bindPopup(popup_5235e378d567424c2450f72112739a7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02c67b593c02e673c88cec54cd79e682.setIcon(icon_45dcbb7224d855fe4ba1c6e5d42abca1);
|
|
|
|
|
|
var marker_a101aaa96e828a6f59470b3974acb377 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_677363fb20ddd215ca736c31c832ced2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_900a5f36709816c44d8bbd565d4eabe9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e04816d5e8f0eeaf9ca575b7205a2ca = $(`<div id="html_8e04816d5e8f0eeaf9ca575b7205a2ca" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_900a5f36709816c44d8bbd565d4eabe9.setContent(html_8e04816d5e8f0eeaf9ca575b7205a2ca);
|
|
|
|
|
|
|
|
marker_a101aaa96e828a6f59470b3974acb377.bindPopup(popup_900a5f36709816c44d8bbd565d4eabe9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a101aaa96e828a6f59470b3974acb377.setIcon(icon_677363fb20ddd215ca736c31c832ced2);
|
|
|
|
|
|
var marker_85dcb4ca3f7daf2a4ac41a844fb8c810 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_bd58ed857258c638e8684e844345aafb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40207a645f3d063ec460fed3d7d4441a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_422fa9d11bfbb27587e90419384f9d6e = $(`<div id="html_422fa9d11bfbb27587e90419384f9d6e" style="width: 100.0%; height: 100.0%;">relay.mostr.pub:443</div>`)[0];
|
|
popup_40207a645f3d063ec460fed3d7d4441a.setContent(html_422fa9d11bfbb27587e90419384f9d6e);
|
|
|
|
|
|
|
|
marker_85dcb4ca3f7daf2a4ac41a844fb8c810.bindPopup(popup_40207a645f3d063ec460fed3d7d4441a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85dcb4ca3f7daf2a4ac41a844fb8c810.setIcon(icon_bd58ed857258c638e8684e844345aafb);
|
|
|
|
|
|
var marker_547c16e01da538b47156d2ebd4e45e43 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_8f08c1a7717c347336b7d53217ac7bbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33125854a0eda8b6713457f3be21e1c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f5f7d881056577f9c138e5e8290e810 = $(`<div id="html_4f5f7d881056577f9c138e5e8290e810" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_33125854a0eda8b6713457f3be21e1c3.setContent(html_4f5f7d881056577f9c138e5e8290e810);
|
|
|
|
|
|
|
|
marker_547c16e01da538b47156d2ebd4e45e43.bindPopup(popup_33125854a0eda8b6713457f3be21e1c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_547c16e01da538b47156d2ebd4e45e43.setIcon(icon_8f08c1a7717c347336b7d53217ac7bbd);
|
|
|
|
|
|
var marker_695e4a594ead8981d91f9b788eca0561 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_eebc9f33ce4368e92a2d210202ab825b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b9d0136447fe5f7881dff2f5bcb551c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7447b3ff2238ce8ad02fea3777fffb0 = $(`<div id="html_a7447b3ff2238ce8ad02fea3777fffb0" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io:443</div>`)[0];
|
|
popup_4b9d0136447fe5f7881dff2f5bcb551c.setContent(html_a7447b3ff2238ce8ad02fea3777fffb0);
|
|
|
|
|
|
|
|
marker_695e4a594ead8981d91f9b788eca0561.bindPopup(popup_4b9d0136447fe5f7881dff2f5bcb551c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_695e4a594ead8981d91f9b788eca0561.setIcon(icon_eebc9f33ce4368e92a2d210202ab825b);
|
|
|
|
|
|
var marker_2d148eaa3d003287216c0eea0e2c0ed6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_c1c6d71569121e347b61269bc8e176dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15580fdc9c7d2773c3f8093eb54fd345 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38331690cf203b0fa437effc834b9575 = $(`<div id="html_38331690cf203b0fa437effc834b9575" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_15580fdc9c7d2773c3f8093eb54fd345.setContent(html_38331690cf203b0fa437effc834b9575);
|
|
|
|
|
|
|
|
marker_2d148eaa3d003287216c0eea0e2c0ed6.bindPopup(popup_15580fdc9c7d2773c3f8093eb54fd345)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d148eaa3d003287216c0eea0e2c0ed6.setIcon(icon_c1c6d71569121e347b61269bc8e176dc);
|
|
|
|
|
|
var marker_cf332c8f20176a7ce782fbd64a7825bc = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_ade3fa41125db31d84ebd7959ebeeb50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a82aa3b3ff837cc1c8da13f49cfce0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f605195c26bda39c4024a31a26c03441 = $(`<div id="html_f605195c26bda39c4024a31a26c03441" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz:443</div>`)[0];
|
|
popup_8a82aa3b3ff837cc1c8da13f49cfce0d.setContent(html_f605195c26bda39c4024a31a26c03441);
|
|
|
|
|
|
|
|
marker_cf332c8f20176a7ce782fbd64a7825bc.bindPopup(popup_8a82aa3b3ff837cc1c8da13f49cfce0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf332c8f20176a7ce782fbd64a7825bc.setIcon(icon_ade3fa41125db31d84ebd7959ebeeb50);
|
|
|
|
|
|
var marker_08f0c6dfbd12ef56a4e1ea528670740a = L.marker(
|
|
[46.5971, 9.59652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_c68df05a17c44622a010420f5c3a14c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f368771c80fcd7d0c8799b7c5fa4c7b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78e7fbc3f4998d90e1451067702666df = $(`<div id="html_78e7fbc3f4998d90e1451067702666df" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_f368771c80fcd7d0c8799b7c5fa4c7b4.setContent(html_78e7fbc3f4998d90e1451067702666df);
|
|
|
|
|
|
|
|
marker_08f0c6dfbd12ef56a4e1ea528670740a.bindPopup(popup_f368771c80fcd7d0c8799b7c5fa4c7b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08f0c6dfbd12ef56a4e1ea528670740a.setIcon(icon_c68df05a17c44622a010420f5c3a14c4);
|
|
|
|
|
|
var marker_a65fe1e138fa8bd68dd379604c5cc799 = L.marker(
|
|
[52.6907, 4.8181],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_4b5dfb114c404f75d9ac26c060509e0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5494e9d11dd7d02a8dd4cac6067440a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6aab853dece54258471fa7722fa2f43 = $(`<div id="html_b6aab853dece54258471fa7722fa2f43" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_5494e9d11dd7d02a8dd4cac6067440a9.setContent(html_b6aab853dece54258471fa7722fa2f43);
|
|
|
|
|
|
|
|
marker_a65fe1e138fa8bd68dd379604c5cc799.bindPopup(popup_5494e9d11dd7d02a8dd4cac6067440a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a65fe1e138fa8bd68dd379604c5cc799.setIcon(icon_4b5dfb114c404f75d9ac26c060509e0c);
|
|
|
|
|
|
var marker_81802153971ef0357b89dd4fdbeb7469 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_d6cda5c80d6588731d710536063a4a65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5ee6975f0021dbd9d889a19fdd6f8b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b07718b9bf32ba296cafec4d15ee3839 = $(`<div id="html_b07718b9bf32ba296cafec4d15ee3839" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de:443</div>`)[0];
|
|
popup_c5ee6975f0021dbd9d889a19fdd6f8b3.setContent(html_b07718b9bf32ba296cafec4d15ee3839);
|
|
|
|
|
|
|
|
marker_81802153971ef0357b89dd4fdbeb7469.bindPopup(popup_c5ee6975f0021dbd9d889a19fdd6f8b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81802153971ef0357b89dd4fdbeb7469.setIcon(icon_d6cda5c80d6588731d710536063a4a65);
|
|
|
|
|
|
var marker_bc70daeaf338094491930e07b5faaca6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_ed6e3bdd9b5bd90d210dbf840dfa2dba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d67ef0f7a972cc612169d4b54133542 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8306f5a9e14e785a90f033f4b3dbb04 = $(`<div id="html_a8306f5a9e14e785a90f033f4b3dbb04" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_7d67ef0f7a972cc612169d4b54133542.setContent(html_a8306f5a9e14e785a90f033f4b3dbb04);
|
|
|
|
|
|
|
|
marker_bc70daeaf338094491930e07b5faaca6.bindPopup(popup_7d67ef0f7a972cc612169d4b54133542)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc70daeaf338094491930e07b5faaca6.setIcon(icon_ed6e3bdd9b5bd90d210dbf840dfa2dba);
|
|
|
|
|
|
var marker_900cc671011c26260af06e7f3d0d956b = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_e1a5d80ad9c38d3d048900971e6b6d85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd1c08b6f7a4ffd9b91f3364cc9739d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_166851c4fc73fb64c70a5e4d3b79f8ce = $(`<div id="html_166851c4fc73fb64c70a5e4d3b79f8ce" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_fd1c08b6f7a4ffd9b91f3364cc9739d8.setContent(html_166851c4fc73fb64c70a5e4d3b79f8ce);
|
|
|
|
|
|
|
|
marker_900cc671011c26260af06e7f3d0d956b.bindPopup(popup_fd1c08b6f7a4ffd9b91f3364cc9739d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_900cc671011c26260af06e7f3d0d956b.setIcon(icon_e1a5d80ad9c38d3d048900971e6b6d85);
|
|
|
|
|
|
var marker_12d0d4acbb93e5b4f40bc808b8267dcf = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_c08e310e216086c537e806396655485b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59de1fb67024379aca57980093fac0ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54ef7bfe68db53878a01909737200aa0 = $(`<div id="html_54ef7bfe68db53878a01909737200aa0" style="width: 100.0%; height: 100.0%;">relay.veganostr.com</div>`)[0];
|
|
popup_59de1fb67024379aca57980093fac0ac.setContent(html_54ef7bfe68db53878a01909737200aa0);
|
|
|
|
|
|
|
|
marker_12d0d4acbb93e5b4f40bc808b8267dcf.bindPopup(popup_59de1fb67024379aca57980093fac0ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12d0d4acbb93e5b4f40bc808b8267dcf.setIcon(icon_c08e310e216086c537e806396655485b);
|
|
|
|
|
|
var marker_6e2781b9dbe14402818dcb218dae5dc2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_c57a78e99150e819cad564ed9b330a29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e922ce1b0ea6284768fe6fa548994318 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_450ba0ca9c6ed4ccbf3d2296bdb57e79 = $(`<div id="html_450ba0ca9c6ed4ccbf3d2296bdb57e79" style="width: 100.0%; height: 100.0%;">relay.ditto.pub:443</div>`)[0];
|
|
popup_e922ce1b0ea6284768fe6fa548994318.setContent(html_450ba0ca9c6ed4ccbf3d2296bdb57e79);
|
|
|
|
|
|
|
|
marker_6e2781b9dbe14402818dcb218dae5dc2.bindPopup(popup_e922ce1b0ea6284768fe6fa548994318)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e2781b9dbe14402818dcb218dae5dc2.setIcon(icon_c57a78e99150e819cad564ed9b330a29);
|
|
|
|
|
|
var marker_7f733a5b59a17f2474396bffb2421d88 = L.marker(
|
|
[43.3076, -2.95421],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_a92af9ce55f8eb1fcfe756c54383c46d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09f4dd9b0d3f47b795aa51097e5cb530 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7028e62ec0a6ab714b92d6d075e67a98 = $(`<div id="html_7028e62ec0a6ab714b92d6d075e67a98" style="width: 100.0%; height: 100.0%;">nostr.iskarion.ddns.net</div>`)[0];
|
|
popup_09f4dd9b0d3f47b795aa51097e5cb530.setContent(html_7028e62ec0a6ab714b92d6d075e67a98);
|
|
|
|
|
|
|
|
marker_7f733a5b59a17f2474396bffb2421d88.bindPopup(popup_09f4dd9b0d3f47b795aa51097e5cb530)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f733a5b59a17f2474396bffb2421d88.setIcon(icon_a92af9ce55f8eb1fcfe756c54383c46d);
|
|
|
|
|
|
var marker_c6de937504ae3f3090c3b45f95f281c6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_b196077c523e525abc3617c0035312cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3de46104fb728311337ec2232025460 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0f653a682434f3760bf50b6f25039a4 = $(`<div id="html_a0f653a682434f3760bf50b6f25039a4" style="width: 100.0%; height: 100.0%;">vault.iris.to:443</div>`)[0];
|
|
popup_f3de46104fb728311337ec2232025460.setContent(html_a0f653a682434f3760bf50b6f25039a4);
|
|
|
|
|
|
|
|
marker_c6de937504ae3f3090c3b45f95f281c6.bindPopup(popup_f3de46104fb728311337ec2232025460)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6de937504ae3f3090c3b45f95f281c6.setIcon(icon_b196077c523e525abc3617c0035312cc);
|
|
|
|
|
|
var marker_b383f3d3c5c9aa14661441fc839dafc5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_4ee7dcb2d1d4efe6fda064a6eeae0594 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45f6ca00a1d5b19f057d3f94d826bead = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_899f9b7ebc65ac826a1a11b5a9b87fad = $(`<div id="html_899f9b7ebc65ac826a1a11b5a9b87fad" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_45f6ca00a1d5b19f057d3f94d826bead.setContent(html_899f9b7ebc65ac826a1a11b5a9b87fad);
|
|
|
|
|
|
|
|
marker_b383f3d3c5c9aa14661441fc839dafc5.bindPopup(popup_45f6ca00a1d5b19f057d3f94d826bead)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b383f3d3c5c9aa14661441fc839dafc5.setIcon(icon_4ee7dcb2d1d4efe6fda064a6eeae0594);
|
|
|
|
|
|
var marker_b2bf8f2aa837a5c19af31de6398a0d48 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_fd8b7633eb2ae0456e4f8c8fdb94afc4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_157b4156269391e9552b34ae67b48617 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_119801d2c3f9f8bc8835f1b45d05a8df = $(`<div id="html_119801d2c3f9f8bc8835f1b45d05a8df" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_157b4156269391e9552b34ae67b48617.setContent(html_119801d2c3f9f8bc8835f1b45d05a8df);
|
|
|
|
|
|
|
|
marker_b2bf8f2aa837a5c19af31de6398a0d48.bindPopup(popup_157b4156269391e9552b34ae67b48617)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2bf8f2aa837a5c19af31de6398a0d48.setIcon(icon_fd8b7633eb2ae0456e4f8c8fdb94afc4);
|
|
|
|
|
|
var marker_c4c056d375d1921ef6d6cbad37183914 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_2c02ec6986736d9c281939416a715063 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ae59403707e693607b569e319b1310e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f04cbce44461d2b82586545115e39951 = $(`<div id="html_f04cbce44461d2b82586545115e39951" style="width: 100.0%; height: 100.0%;">ec2.f7z.io</div>`)[0];
|
|
popup_6ae59403707e693607b569e319b1310e.setContent(html_f04cbce44461d2b82586545115e39951);
|
|
|
|
|
|
|
|
marker_c4c056d375d1921ef6d6cbad37183914.bindPopup(popup_6ae59403707e693607b569e319b1310e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4c056d375d1921ef6d6cbad37183914.setIcon(icon_2c02ec6986736d9c281939416a715063);
|
|
|
|
|
|
var marker_88498e0b97043381b03713ba67be7046 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_18ad449f3c4a65cd7bac4f47c0563ed5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55643ca880582d285179ca5f95bd939d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b93a02f1c3d59b2f4a4abd07896a7cd = $(`<div id="html_9b93a02f1c3d59b2f4a4abd07896a7cd" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_55643ca880582d285179ca5f95bd939d.setContent(html_9b93a02f1c3d59b2f4a4abd07896a7cd);
|
|
|
|
|
|
|
|
marker_88498e0b97043381b03713ba67be7046.bindPopup(popup_55643ca880582d285179ca5f95bd939d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88498e0b97043381b03713ba67be7046.setIcon(icon_18ad449f3c4a65cd7bac4f47c0563ed5);
|
|
|
|
|
|
var marker_db0986f5c64ca8d6b6a3e25674e56ea8 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_d3e34bbe8f1123ef350a17c0816e61bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a58808416f211fbb3ea617750f079131 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88899f32a160028c4c68f67595c1d731 = $(`<div id="html_88899f32a160028c4c68f67595c1d731" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_a58808416f211fbb3ea617750f079131.setContent(html_88899f32a160028c4c68f67595c1d731);
|
|
|
|
|
|
|
|
marker_db0986f5c64ca8d6b6a3e25674e56ea8.bindPopup(popup_a58808416f211fbb3ea617750f079131)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db0986f5c64ca8d6b6a3e25674e56ea8.setIcon(icon_d3e34bbe8f1123ef350a17c0816e61bf);
|
|
|
|
|
|
var marker_232e08a53077181630ee452df0543a2c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_16e1c8148ce362f8d4650dd4bfd31d84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21bbe8513bd6b519713d131e3cd43264 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7e7ea07fcedf131e1641fb6970268a1 = $(`<div id="html_e7e7ea07fcedf131e1641fb6970268a1" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io:443</div>`)[0];
|
|
popup_21bbe8513bd6b519713d131e3cd43264.setContent(html_e7e7ea07fcedf131e1641fb6970268a1);
|
|
|
|
|
|
|
|
marker_232e08a53077181630ee452df0543a2c.bindPopup(popup_21bbe8513bd6b519713d131e3cd43264)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_232e08a53077181630ee452df0543a2c.setIcon(icon_16e1c8148ce362f8d4650dd4bfd31d84);
|
|
|
|
|
|
var marker_0a197a24cf532af6c8ac17fdaec53bc1 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_163164ce9139e950cf8ccff4a1d11cb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43a8bd458567f4a073650bdc512b7627 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc0fe838e80482440053007121984147 = $(`<div id="html_fc0fe838e80482440053007121984147" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_43a8bd458567f4a073650bdc512b7627.setContent(html_fc0fe838e80482440053007121984147);
|
|
|
|
|
|
|
|
marker_0a197a24cf532af6c8ac17fdaec53bc1.bindPopup(popup_43a8bd458567f4a073650bdc512b7627)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a197a24cf532af6c8ac17fdaec53bc1.setIcon(icon_163164ce9139e950cf8ccff4a1d11cb4);
|
|
|
|
|
|
var marker_f3f35650904df9b749e712c95f238f06 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_1e39c39b6a84d0e503d6fb4e50124609 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b11a4e7fe122ea3e5e29fe3c7eee7a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df9ee0c10e684d78fb2321ff7944846f = $(`<div id="html_df9ee0c10e684d78fb2321ff7944846f" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_3b11a4e7fe122ea3e5e29fe3c7eee7a1.setContent(html_df9ee0c10e684d78fb2321ff7944846f);
|
|
|
|
|
|
|
|
marker_f3f35650904df9b749e712c95f238f06.bindPopup(popup_3b11a4e7fe122ea3e5e29fe3c7eee7a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3f35650904df9b749e712c95f238f06.setIcon(icon_1e39c39b6a84d0e503d6fb4e50124609);
|
|
|
|
|
|
var marker_4084655825cb990eae3207cd4022ca08 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_821eed918551baa08b6005658c24f33e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53cc8d3a344bdd5e30d51710c1033879 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_944e40b1de5f6a15a79371bd22e8e067 = $(`<div id="html_944e40b1de5f6a15a79371bd22e8e067" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_53cc8d3a344bdd5e30d51710c1033879.setContent(html_944e40b1de5f6a15a79371bd22e8e067);
|
|
|
|
|
|
|
|
marker_4084655825cb990eae3207cd4022ca08.bindPopup(popup_53cc8d3a344bdd5e30d51710c1033879)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4084655825cb990eae3207cd4022ca08.setIcon(icon_821eed918551baa08b6005658c24f33e);
|
|
|
|
|
|
var marker_97f3692135cc10beeb6083a9b590e5eb = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_e8bde8ddbb640869eefda041fce2ca55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eabd5175f8eb15e3432552d796aa1927 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4243dfedce0f7c1cb0f2711503057e6b = $(`<div id="html_4243dfedce0f7c1cb0f2711503057e6b" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_eabd5175f8eb15e3432552d796aa1927.setContent(html_4243dfedce0f7c1cb0f2711503057e6b);
|
|
|
|
|
|
|
|
marker_97f3692135cc10beeb6083a9b590e5eb.bindPopup(popup_eabd5175f8eb15e3432552d796aa1927)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97f3692135cc10beeb6083a9b590e5eb.setIcon(icon_e8bde8ddbb640869eefda041fce2ca55);
|
|
|
|
|
|
var marker_1db4043d55c30a8f1f8721e19f350628 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_b76ca8a293df71023f5b53ffb8a23b5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d76ef40ef4e6b071cfd5e42636f2852 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f425f5ff36ada1d107ec1bab0492ec54 = $(`<div id="html_f425f5ff36ada1d107ec1bab0492ec54" style="width: 100.0%; height: 100.0%;">staging.yabu.me</div>`)[0];
|
|
popup_6d76ef40ef4e6b071cfd5e42636f2852.setContent(html_f425f5ff36ada1d107ec1bab0492ec54);
|
|
|
|
|
|
|
|
marker_1db4043d55c30a8f1f8721e19f350628.bindPopup(popup_6d76ef40ef4e6b071cfd5e42636f2852)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1db4043d55c30a8f1f8721e19f350628.setIcon(icon_b76ca8a293df71023f5b53ffb8a23b5a);
|
|
|
|
|
|
var marker_63aeb35af12d0b79165f6c2fa00bb0b4 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_8e88f304a9ff2b93532d30804b70e4c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc1377683f75d547c32767df04f6bc11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7a84d791b0e251f2462e8882a23638f = $(`<div id="html_b7a84d791b0e251f2462e8882a23638f" style="width: 100.0%; height: 100.0%;">nip85.nosfabrica.com</div>`)[0];
|
|
popup_dc1377683f75d547c32767df04f6bc11.setContent(html_b7a84d791b0e251f2462e8882a23638f);
|
|
|
|
|
|
|
|
marker_63aeb35af12d0b79165f6c2fa00bb0b4.bindPopup(popup_dc1377683f75d547c32767df04f6bc11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63aeb35af12d0b79165f6c2fa00bb0b4.setIcon(icon_8e88f304a9ff2b93532d30804b70e4c2);
|
|
|
|
|
|
var marker_b0714c52142c1223ebde0b2e56fc2851 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_4c7d2beea4811fa910b60cc98f5f59e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e2574092b87c1006d27c0905ae76715 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b61eb38674cd2919992ec7ab4b41035e = $(`<div id="html_b61eb38674cd2919992ec7ab4b41035e" style="width: 100.0%; height: 100.0%;">nostr-02.uid.ovh</div>`)[0];
|
|
popup_5e2574092b87c1006d27c0905ae76715.setContent(html_b61eb38674cd2919992ec7ab4b41035e);
|
|
|
|
|
|
|
|
marker_b0714c52142c1223ebde0b2e56fc2851.bindPopup(popup_5e2574092b87c1006d27c0905ae76715)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0714c52142c1223ebde0b2e56fc2851.setIcon(icon_4c7d2beea4811fa910b60cc98f5f59e2);
|
|
|
|
|
|
var marker_696579bc01774ed4c245c4954ddd5f8f = L.marker(
|
|
[34.9582, -81.9907],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_b9b53221f171088e74ad1a0b3c248d84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6663685e4dfae720bb0b445612836cf3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b779621a5c3064e9cff34dffe3128b7 = $(`<div id="html_3b779621a5c3064e9cff34dffe3128b7" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_6663685e4dfae720bb0b445612836cf3.setContent(html_3b779621a5c3064e9cff34dffe3128b7);
|
|
|
|
|
|
|
|
marker_696579bc01774ed4c245c4954ddd5f8f.bindPopup(popup_6663685e4dfae720bb0b445612836cf3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_696579bc01774ed4c245c4954ddd5f8f.setIcon(icon_b9b53221f171088e74ad1a0b3c248d84);
|
|
|
|
|
|
var marker_c2d2905ac212fa15085556bda809b779 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_4d6229afb50b35fa9adc53aae767c95d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2aaec80c9ef501d29a958378ef9e07a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbc92cbfacf087fbe3b904d6108d62e3 = $(`<div id="html_dbc92cbfacf087fbe3b904d6108d62e3" style="width: 100.0%; height: 100.0%;">nostr.stakey.net:443</div>`)[0];
|
|
popup_2aaec80c9ef501d29a958378ef9e07a6.setContent(html_dbc92cbfacf087fbe3b904d6108d62e3);
|
|
|
|
|
|
|
|
marker_c2d2905ac212fa15085556bda809b779.bindPopup(popup_2aaec80c9ef501d29a958378ef9e07a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2d2905ac212fa15085556bda809b779.setIcon(icon_4d6229afb50b35fa9adc53aae767c95d);
|
|
|
|
|
|
var marker_d9a0d2a7c1cb8d6450818a659d0f39ba = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_afb51e750641420ab8e46b93e9e75813 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c092831e03cf2b9732fdcc0b5e7b553 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_004424407505a2971ad44753b34b70ba = $(`<div id="html_004424407505a2971ad44753b34b70ba" style="width: 100.0%; height: 100.0%;">nostr.na.social:443</div>`)[0];
|
|
popup_0c092831e03cf2b9732fdcc0b5e7b553.setContent(html_004424407505a2971ad44753b34b70ba);
|
|
|
|
|
|
|
|
marker_d9a0d2a7c1cb8d6450818a659d0f39ba.bindPopup(popup_0c092831e03cf2b9732fdcc0b5e7b553)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9a0d2a7c1cb8d6450818a659d0f39ba.setIcon(icon_afb51e750641420ab8e46b93e9e75813);
|
|
|
|
|
|
var marker_337aabd3795436729d1b4b49f8160eee = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_d1a724e1287a395075659ff8bbe9ab3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a071163a29c1c5f63401535477a3822 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60ed81adbf6ddf18b722cc9acffb72a5 = $(`<div id="html_60ed81adbf6ddf18b722cc9acffb72a5" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_0a071163a29c1c5f63401535477a3822.setContent(html_60ed81adbf6ddf18b722cc9acffb72a5);
|
|
|
|
|
|
|
|
marker_337aabd3795436729d1b4b49f8160eee.bindPopup(popup_0a071163a29c1c5f63401535477a3822)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_337aabd3795436729d1b4b49f8160eee.setIcon(icon_d1a724e1287a395075659ff8bbe9ab3f);
|
|
|
|
|
|
var marker_8af5de5344d5cc19e8e61d85240d18c0 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_049c834b6520460e96161a4399de4bd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db13ca9a269f0334a154dcf681805c1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6002c87763c595ac00f9efe60cf330e6 = $(`<div id="html_6002c87763c595ac00f9efe60cf330e6" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_db13ca9a269f0334a154dcf681805c1e.setContent(html_6002c87763c595ac00f9efe60cf330e6);
|
|
|
|
|
|
|
|
marker_8af5de5344d5cc19e8e61d85240d18c0.bindPopup(popup_db13ca9a269f0334a154dcf681805c1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8af5de5344d5cc19e8e61d85240d18c0.setIcon(icon_049c834b6520460e96161a4399de4bd0);
|
|
|
|
|
|
var marker_5a7f1e4827f234fac940b43e9b93b94d = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_bfdb240de37a7271c711da02f7c20f4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15b28f9e35f352ad3c22d186ee5a81ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e7383ad2e791a131d27235875e5932e = $(`<div id="html_0e7383ad2e791a131d27235875e5932e" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_15b28f9e35f352ad3c22d186ee5a81ed.setContent(html_0e7383ad2e791a131d27235875e5932e);
|
|
|
|
|
|
|
|
marker_5a7f1e4827f234fac940b43e9b93b94d.bindPopup(popup_15b28f9e35f352ad3c22d186ee5a81ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a7f1e4827f234fac940b43e9b93b94d.setIcon(icon_bfdb240de37a7271c711da02f7c20f4c);
|
|
|
|
|
|
var marker_49a80639b0101fcc6874183fbd6b430f = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_17b384c559788b50826137d0859b4f8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b4e8fd7fbcf84f728ada7864885ddf1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7c52f8e2eb73246ce940ff263e9e932 = $(`<div id="html_e7c52f8e2eb73246ce940ff263e9e932" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_3b4e8fd7fbcf84f728ada7864885ddf1.setContent(html_e7c52f8e2eb73246ce940ff263e9e932);
|
|
|
|
|
|
|
|
marker_49a80639b0101fcc6874183fbd6b430f.bindPopup(popup_3b4e8fd7fbcf84f728ada7864885ddf1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49a80639b0101fcc6874183fbd6b430f.setIcon(icon_17b384c559788b50826137d0859b4f8e);
|
|
|
|
|
|
var marker_5aa12127013d518c22b38be1e5a1580e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_d81a42b97bf79cb9c134c7f001b658a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73ab676df1a313c2977cc8e81fba1b40 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3c363d26fde2e9fe9aacc5b25778092 = $(`<div id="html_b3c363d26fde2e9fe9aacc5b25778092" style="width: 100.0%; height: 100.0%;">relay.novospes.com</div>`)[0];
|
|
popup_73ab676df1a313c2977cc8e81fba1b40.setContent(html_b3c363d26fde2e9fe9aacc5b25778092);
|
|
|
|
|
|
|
|
marker_5aa12127013d518c22b38be1e5a1580e.bindPopup(popup_73ab676df1a313c2977cc8e81fba1b40)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5aa12127013d518c22b38be1e5a1580e.setIcon(icon_d81a42b97bf79cb9c134c7f001b658a3);
|
|
|
|
|
|
var marker_d3b0e8bed4acf573a587a27aed38957b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_1b49d3d70126f6801ec3857de570c16a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac89251a7fca16244adb7d74214e83fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf0e8e28fdd00c39d293fbb870c64164 = $(`<div id="html_bf0e8e28fdd00c39d293fbb870c64164" style="width: 100.0%; height: 100.0%;">nostr.girino.org:443</div>`)[0];
|
|
popup_ac89251a7fca16244adb7d74214e83fe.setContent(html_bf0e8e28fdd00c39d293fbb870c64164);
|
|
|
|
|
|
|
|
marker_d3b0e8bed4acf573a587a27aed38957b.bindPopup(popup_ac89251a7fca16244adb7d74214e83fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3b0e8bed4acf573a587a27aed38957b.setIcon(icon_1b49d3d70126f6801ec3857de570c16a);
|
|
|
|
|
|
var marker_6db19a63a135440d0817b10a7d1c24ca = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_4500a6d27b39a6a6762596674122d60c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a34608dea65f01b166e8145838cf8f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1a46a002ecc234dcb040af76006cf84 = $(`<div id="html_f1a46a002ecc234dcb040af76006cf84" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_4a34608dea65f01b166e8145838cf8f6.setContent(html_f1a46a002ecc234dcb040af76006cf84);
|
|
|
|
|
|
|
|
marker_6db19a63a135440d0817b10a7d1c24ca.bindPopup(popup_4a34608dea65f01b166e8145838cf8f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6db19a63a135440d0817b10a7d1c24ca.setIcon(icon_4500a6d27b39a6a6762596674122d60c);
|
|
|
|
|
|
var marker_7f6daa33be04f88cce5023423dd01bb4 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_069982a512389e74d9dfac2daa3c0f31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1459b72b10e3da0c6eefa11ab3588912 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07082bd6ed29cc828796d641207951fa = $(`<div id="html_07082bd6ed29cc828796d641207951fa" style="width: 100.0%; height: 100.0%;">syb.lol:443</div>`)[0];
|
|
popup_1459b72b10e3da0c6eefa11ab3588912.setContent(html_07082bd6ed29cc828796d641207951fa);
|
|
|
|
|
|
|
|
marker_7f6daa33be04f88cce5023423dd01bb4.bindPopup(popup_1459b72b10e3da0c6eefa11ab3588912)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f6daa33be04f88cce5023423dd01bb4.setIcon(icon_069982a512389e74d9dfac2daa3c0f31);
|
|
|
|
|
|
var marker_9b28e7a6565f2d4e53f72520241e0a5d = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_85d02d95cedbb0700deb5bc0b2cb0fd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d06a61297636362f33fcfaddd694f867 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b7c08eae607c90009ac1599eb5ebaff = $(`<div id="html_2b7c08eae607c90009ac1599eb5ebaff" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live:443</div>`)[0];
|
|
popup_d06a61297636362f33fcfaddd694f867.setContent(html_2b7c08eae607c90009ac1599eb5ebaff);
|
|
|
|
|
|
|
|
marker_9b28e7a6565f2d4e53f72520241e0a5d.bindPopup(popup_d06a61297636362f33fcfaddd694f867)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b28e7a6565f2d4e53f72520241e0a5d.setIcon(icon_85d02d95cedbb0700deb5bc0b2cb0fd0);
|
|
|
|
|
|
var marker_75b70bff7ac85a90906090482f04e375 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_64b1cac4e9f22000efee47b1369dd6a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_631e6f1cf8d40c8f1dd5bd698351d77c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15e73210798b28b90bfeb1ffe9f9704a = $(`<div id="html_15e73210798b28b90bfeb1ffe9f9704a" style="width: 100.0%; height: 100.0%;">insta-relay.apps3.slidestr.net</div>`)[0];
|
|
popup_631e6f1cf8d40c8f1dd5bd698351d77c.setContent(html_15e73210798b28b90bfeb1ffe9f9704a);
|
|
|
|
|
|
|
|
marker_75b70bff7ac85a90906090482f04e375.bindPopup(popup_631e6f1cf8d40c8f1dd5bd698351d77c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75b70bff7ac85a90906090482f04e375.setIcon(icon_64b1cac4e9f22000efee47b1369dd6a2);
|
|
|
|
|
|
var marker_0c2f2db4cf9acdacc51c6fe49d6ee6ff = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_dc3743bb6443f21d5360a5a65ea5fb86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91f19d877df2f82901e270ef9018f733 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_160ac7e58fca9acddfbcbf506ee9882a = $(`<div id="html_160ac7e58fca9acddfbcbf506ee9882a" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_91f19d877df2f82901e270ef9018f733.setContent(html_160ac7e58fca9acddfbcbf506ee9882a);
|
|
|
|
|
|
|
|
marker_0c2f2db4cf9acdacc51c6fe49d6ee6ff.bindPopup(popup_91f19d877df2f82901e270ef9018f733)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c2f2db4cf9acdacc51c6fe49d6ee6ff.setIcon(icon_dc3743bb6443f21d5360a5a65ea5fb86);
|
|
|
|
|
|
var marker_68403eed1f41097ce7d2ee9313fd505b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_ca90f78aa941b97a3332fd3d7a17f5d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7931c28777f55a62b1736ebc96cbd480 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_490ea043ea00cbc0e3e9a97e65aa19d3 = $(`<div id="html_490ea043ea00cbc0e3e9a97e65aa19d3" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_7931c28777f55a62b1736ebc96cbd480.setContent(html_490ea043ea00cbc0e3e9a97e65aa19d3);
|
|
|
|
|
|
|
|
marker_68403eed1f41097ce7d2ee9313fd505b.bindPopup(popup_7931c28777f55a62b1736ebc96cbd480)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68403eed1f41097ce7d2ee9313fd505b.setIcon(icon_ca90f78aa941b97a3332fd3d7a17f5d3);
|
|
|
|
|
|
var marker_e92fd36aeb816bdc2424564e8a3073fc = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_9cc4a4b6564accd518fb18791b4ae305 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27c27e70271dcb1b09ba4e7bbbf28a70 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_341500ead775c5ac82078d23d1c6b313 = $(`<div id="html_341500ead775c5ac82078d23d1c6b313" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_27c27e70271dcb1b09ba4e7bbbf28a70.setContent(html_341500ead775c5ac82078d23d1c6b313);
|
|
|
|
|
|
|
|
marker_e92fd36aeb816bdc2424564e8a3073fc.bindPopup(popup_27c27e70271dcb1b09ba4e7bbbf28a70)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e92fd36aeb816bdc2424564e8a3073fc.setIcon(icon_9cc4a4b6564accd518fb18791b4ae305);
|
|
|
|
|
|
var marker_97bf2cfb1ae67e768d4dfb2bbb086a07 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_1a099990b055a83109704b9093c3e5a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f488a92399a448810d56cba33f8de1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c34a8e0d7a36284ec25b86b32a832ede = $(`<div id="html_c34a8e0d7a36284ec25b86b32a832ede" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_9f488a92399a448810d56cba33f8de1e.setContent(html_c34a8e0d7a36284ec25b86b32a832ede);
|
|
|
|
|
|
|
|
marker_97bf2cfb1ae67e768d4dfb2bbb086a07.bindPopup(popup_9f488a92399a448810d56cba33f8de1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97bf2cfb1ae67e768d4dfb2bbb086a07.setIcon(icon_1a099990b055a83109704b9093c3e5a6);
|
|
|
|
|
|
var marker_6ea35f0f285b4618f145b9e1433ad058 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_58c319c4c15ec86af7bfa8bb4bae639e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b941fd17daffdf16d8ba286b6c968cb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f9adf109a4d096c3b83c69e585a0d4b = $(`<div id="html_2f9adf109a4d096c3b83c69e585a0d4b" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_b941fd17daffdf16d8ba286b6c968cb9.setContent(html_2f9adf109a4d096c3b83c69e585a0d4b);
|
|
|
|
|
|
|
|
marker_6ea35f0f285b4618f145b9e1433ad058.bindPopup(popup_b941fd17daffdf16d8ba286b6c968cb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ea35f0f285b4618f145b9e1433ad058.setIcon(icon_58c319c4c15ec86af7bfa8bb4bae639e);
|
|
|
|
|
|
var marker_c1297964805e5f6873175f200c64c265 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_d30aec49beda0f8a8a41aa862ae6eaf0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9171a2ae71326d02cd4ef42d1c87de38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85d27cbf78b035044cc2363ea05cedb9 = $(`<div id="html_85d27cbf78b035044cc2363ea05cedb9" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_9171a2ae71326d02cd4ef42d1c87de38.setContent(html_85d27cbf78b035044cc2363ea05cedb9);
|
|
|
|
|
|
|
|
marker_c1297964805e5f6873175f200c64c265.bindPopup(popup_9171a2ae71326d02cd4ef42d1c87de38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1297964805e5f6873175f200c64c265.setIcon(icon_d30aec49beda0f8a8a41aa862ae6eaf0);
|
|
|
|
|
|
var marker_a0e143ab58bb56be71d16f90825e8a77 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_d2d8b4e361ea92dfb14f196a0b18bf3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9a9c390fcbf9d25a7ff55b2aa6adc0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5359ab81688f472eef5523bd031f824e = $(`<div id="html_5359ab81688f472eef5523bd031f824e" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_c9a9c390fcbf9d25a7ff55b2aa6adc0b.setContent(html_5359ab81688f472eef5523bd031f824e);
|
|
|
|
|
|
|
|
marker_a0e143ab58bb56be71d16f90825e8a77.bindPopup(popup_c9a9c390fcbf9d25a7ff55b2aa6adc0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0e143ab58bb56be71d16f90825e8a77.setIcon(icon_d2d8b4e361ea92dfb14f196a0b18bf3a);
|
|
|
|
|
|
var marker_300238f05fa0efcc9801f1ff845d26f9 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_dc2903f61f16ff5230d54455b52dc7f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dcf93bc658344547808d8dfadda2e109 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3440263900bb2067f420dc69d18a32b = $(`<div id="html_e3440263900bb2067f420dc69d18a32b" style="width: 100.0%; height: 100.0%;">memlay.v0l.io</div>`)[0];
|
|
popup_dcf93bc658344547808d8dfadda2e109.setContent(html_e3440263900bb2067f420dc69d18a32b);
|
|
|
|
|
|
|
|
marker_300238f05fa0efcc9801f1ff845d26f9.bindPopup(popup_dcf93bc658344547808d8dfadda2e109)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_300238f05fa0efcc9801f1ff845d26f9.setIcon(icon_dc2903f61f16ff5230d54455b52dc7f9);
|
|
|
|
|
|
var marker_a27a5cf3d4339d577c372d8e1c9e8f11 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_571ae482c74a7f26b1a4cb557b85b573 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da733d271f19a068787c7158699d46d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0e000a95293633a049a7161c746e81e = $(`<div id="html_e0e000a95293633a049a7161c746e81e" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_da733d271f19a068787c7158699d46d5.setContent(html_e0e000a95293633a049a7161c746e81e);
|
|
|
|
|
|
|
|
marker_a27a5cf3d4339d577c372d8e1c9e8f11.bindPopup(popup_da733d271f19a068787c7158699d46d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a27a5cf3d4339d577c372d8e1c9e8f11.setIcon(icon_571ae482c74a7f26b1a4cb557b85b573);
|
|
|
|
|
|
var marker_33b326f7ae40affb4614cecd0f03d34d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_72c3c140ff087548c1296aff8f50e3f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7891f33c2a06deaf2a691c3aa21a6ea4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0b396e74b5e4df82ff48175f1db00a0 = $(`<div id="html_d0b396e74b5e4df82ff48175f1db00a0" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_7891f33c2a06deaf2a691c3aa21a6ea4.setContent(html_d0b396e74b5e4df82ff48175f1db00a0);
|
|
|
|
|
|
|
|
marker_33b326f7ae40affb4614cecd0f03d34d.bindPopup(popup_7891f33c2a06deaf2a691c3aa21a6ea4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33b326f7ae40affb4614cecd0f03d34d.setIcon(icon_72c3c140ff087548c1296aff8f50e3f9);
|
|
|
|
|
|
var marker_75f4b97ec1fdae7eac626272afff46de = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_18620970ab2f730dffdefcdbadeafc9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a1a4d096c4245892f8dd2f1f8487f83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d5825c98ac592c1378b1ed9a20a985d = $(`<div id="html_4d5825c98ac592c1378b1ed9a20a985d" style="width: 100.0%; height: 100.0%;">relay.inforsupports.com</div>`)[0];
|
|
popup_5a1a4d096c4245892f8dd2f1f8487f83.setContent(html_4d5825c98ac592c1378b1ed9a20a985d);
|
|
|
|
|
|
|
|
marker_75f4b97ec1fdae7eac626272afff46de.bindPopup(popup_5a1a4d096c4245892f8dd2f1f8487f83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75f4b97ec1fdae7eac626272afff46de.setIcon(icon_18620970ab2f730dffdefcdbadeafc9b);
|
|
|
|
|
|
var marker_d18012e9146bb5948094b22fecf80b8b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_0356bcabe749fb05bbc6fde94f70005c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85394827b963fc7783438437eb675e51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e898e8b57a073ff36f6e79e55b1d789c = $(`<div id="html_e898e8b57a073ff36f6e79e55b1d789c" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_85394827b963fc7783438437eb675e51.setContent(html_e898e8b57a073ff36f6e79e55b1d789c);
|
|
|
|
|
|
|
|
marker_d18012e9146bb5948094b22fecf80b8b.bindPopup(popup_85394827b963fc7783438437eb675e51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d18012e9146bb5948094b22fecf80b8b.setIcon(icon_0356bcabe749fb05bbc6fde94f70005c);
|
|
|
|
|
|
var marker_5d376b2ac44bbbc80aeb13af927e8dab = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_8f90231891f2e27c05bcd2afd8f76477 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ccff8d792d4dd9b309ea31dfb3ba8f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6f05c2fd317f1012831d26d4a53bb90 = $(`<div id="html_a6f05c2fd317f1012831d26d4a53bb90" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com:443</div>`)[0];
|
|
popup_8ccff8d792d4dd9b309ea31dfb3ba8f9.setContent(html_a6f05c2fd317f1012831d26d4a53bb90);
|
|
|
|
|
|
|
|
marker_5d376b2ac44bbbc80aeb13af927e8dab.bindPopup(popup_8ccff8d792d4dd9b309ea31dfb3ba8f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d376b2ac44bbbc80aeb13af927e8dab.setIcon(icon_8f90231891f2e27c05bcd2afd8f76477);
|
|
|
|
|
|
var marker_b1ef875b59cabd2e756dfef61d675f64 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_a114377faaa61f299162da2463865231 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a657be60f84976da0b6959ebc949f507 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_579e26723946eece07fd21881ab189dd = $(`<div id="html_579e26723946eece07fd21881ab189dd" style="width: 100.0%; height: 100.0%;">relay.lanavault.space:443</div>`)[0];
|
|
popup_a657be60f84976da0b6959ebc949f507.setContent(html_579e26723946eece07fd21881ab189dd);
|
|
|
|
|
|
|
|
marker_b1ef875b59cabd2e756dfef61d675f64.bindPopup(popup_a657be60f84976da0b6959ebc949f507)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1ef875b59cabd2e756dfef61d675f64.setIcon(icon_a114377faaa61f299162da2463865231);
|
|
|
|
|
|
var marker_f8cb2f580443b8c3605a82da3ac273cc = L.marker(
|
|
[32.9483, -96.7299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_eb89cd7563d0c19c6158c82eecc0e6f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65cac2be4e2de237707f5cd154d00a52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5feef211f22a4f9fbe6d99af4595c72 = $(`<div id="html_c5feef211f22a4f9fbe6d99af4595c72" style="width: 100.0%; height: 100.0%;">relay.bowlafterbowl.com</div>`)[0];
|
|
popup_65cac2be4e2de237707f5cd154d00a52.setContent(html_c5feef211f22a4f9fbe6d99af4595c72);
|
|
|
|
|
|
|
|
marker_f8cb2f580443b8c3605a82da3ac273cc.bindPopup(popup_65cac2be4e2de237707f5cd154d00a52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8cb2f580443b8c3605a82da3ac273cc.setIcon(icon_eb89cd7563d0c19c6158c82eecc0e6f1);
|
|
|
|
|
|
var marker_7c5ea4d1508c033f17d531ca296ea020 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_11d6ccc90388ee1e71cba07ed4ea05f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a329e65d8786446bd9d622e185e409fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fd43cc6ea3540bf751e06b78b95ca74 = $(`<div id="html_9fd43cc6ea3540bf751e06b78b95ca74" style="width: 100.0%; height: 100.0%;">relay.lightning.pub:443</div>`)[0];
|
|
popup_a329e65d8786446bd9d622e185e409fc.setContent(html_9fd43cc6ea3540bf751e06b78b95ca74);
|
|
|
|
|
|
|
|
marker_7c5ea4d1508c033f17d531ca296ea020.bindPopup(popup_a329e65d8786446bd9d622e185e409fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c5ea4d1508c033f17d531ca296ea020.setIcon(icon_11d6ccc90388ee1e71cba07ed4ea05f7);
|
|
|
|
|
|
var marker_6952bef848faaf7a87d3dbc800131eee = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_be2883462f134ea41a76d7bdfb7e9174 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb6d74e2f2af07b03ff61fd02a2eabf5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90dd401a03d0f3527cfb09cb62c59ee4 = $(`<div id="html_90dd401a03d0f3527cfb09cb62c59ee4" style="width: 100.0%; height: 100.0%;">relay.veganostr.com:443</div>`)[0];
|
|
popup_bb6d74e2f2af07b03ff61fd02a2eabf5.setContent(html_90dd401a03d0f3527cfb09cb62c59ee4);
|
|
|
|
|
|
|
|
marker_6952bef848faaf7a87d3dbc800131eee.bindPopup(popup_bb6d74e2f2af07b03ff61fd02a2eabf5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6952bef848faaf7a87d3dbc800131eee.setIcon(icon_be2883462f134ea41a76d7bdfb7e9174);
|
|
|
|
|
|
var marker_a1fab6d9fa4cd4cb3ced1f82ff6859bd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_a634f53487c8ba40cb129a938c55da21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_759011f59f2789928f442addbbb9418b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a087df28e84dac8b107f38ebb2d2dda0 = $(`<div id="html_a087df28e84dac8b107f38ebb2d2dda0" style="width: 100.0%; height: 100.0%;">nostr.planix.org</div>`)[0];
|
|
popup_759011f59f2789928f442addbbb9418b.setContent(html_a087df28e84dac8b107f38ebb2d2dda0);
|
|
|
|
|
|
|
|
marker_a1fab6d9fa4cd4cb3ced1f82ff6859bd.bindPopup(popup_759011f59f2789928f442addbbb9418b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1fab6d9fa4cd4cb3ced1f82ff6859bd.setIcon(icon_a634f53487c8ba40cb129a938c55da21);
|
|
|
|
|
|
var marker_5248234593d8936abeff91f709c32cef = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_9021dad49615c260c1a12f678a997210 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66c23b99ec6865cf4e7199a60e7b3bb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b725ab1c69a031c23fb5632ec1c22466 = $(`<div id="html_b725ab1c69a031c23fb5632ec1c22466" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net:443</div>`)[0];
|
|
popup_66c23b99ec6865cf4e7199a60e7b3bb1.setContent(html_b725ab1c69a031c23fb5632ec1c22466);
|
|
|
|
|
|
|
|
marker_5248234593d8936abeff91f709c32cef.bindPopup(popup_66c23b99ec6865cf4e7199a60e7b3bb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5248234593d8936abeff91f709c32cef.setIcon(icon_9021dad49615c260c1a12f678a997210);
|
|
|
|
|
|
var marker_e76285cffa2eb357980eb21013665314 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_5cc0d9b51285c6c614d3e284af31a178 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_635f7aa1da367c90812a4c9f13871d0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41e2925bd90c14cc88b778ed80a8039e = $(`<div id="html_41e2925bd90c14cc88b778ed80a8039e" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_635f7aa1da367c90812a4c9f13871d0c.setContent(html_41e2925bd90c14cc88b778ed80a8039e);
|
|
|
|
|
|
|
|
marker_e76285cffa2eb357980eb21013665314.bindPopup(popup_635f7aa1da367c90812a4c9f13871d0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e76285cffa2eb357980eb21013665314.setIcon(icon_5cc0d9b51285c6c614d3e284af31a178);
|
|
|
|
|
|
var marker_5900001e2c6fdedbfd61546b01e42461 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_b3a952ba9cf2716ae7969a566b9f98d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1cdc50a72219e77cd5a31a9cb34d87a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_357b337bf768e451fe520aa297968de1 = $(`<div id="html_357b337bf768e451fe520aa297968de1" style="width: 100.0%; height: 100.0%;">nostr.wild-vibes.ts.net</div>`)[0];
|
|
popup_b1cdc50a72219e77cd5a31a9cb34d87a.setContent(html_357b337bf768e451fe520aa297968de1);
|
|
|
|
|
|
|
|
marker_5900001e2c6fdedbfd61546b01e42461.bindPopup(popup_b1cdc50a72219e77cd5a31a9cb34d87a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5900001e2c6fdedbfd61546b01e42461.setIcon(icon_b3a952ba9cf2716ae7969a566b9f98d8);
|
|
|
|
|
|
var marker_94b26c29cbbcc0c1e32841eaf75b1bb3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_39935a1f847bc28e83efdcd974fb2456 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ebf2767a607539a78229a3d53ded6983 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8a218e842bbcd497c361e4cbead2b04 = $(`<div id="html_a8a218e842bbcd497c361e4cbead2b04" style="width: 100.0%; height: 100.0%;">relay.mrmave.work</div>`)[0];
|
|
popup_ebf2767a607539a78229a3d53ded6983.setContent(html_a8a218e842bbcd497c361e4cbead2b04);
|
|
|
|
|
|
|
|
marker_94b26c29cbbcc0c1e32841eaf75b1bb3.bindPopup(popup_ebf2767a607539a78229a3d53ded6983)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94b26c29cbbcc0c1e32841eaf75b1bb3.setIcon(icon_39935a1f847bc28e83efdcd974fb2456);
|
|
|
|
|
|
var marker_47a9134d453dc579e673958532f43260 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_80be730bb49aae80163b95833468e4a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a628d35e80427f291e46b3de384b49f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a43514811b4b4f0dec3c82d655e5365 = $(`<div id="html_7a43514811b4b4f0dec3c82d655e5365" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_8a628d35e80427f291e46b3de384b49f.setContent(html_7a43514811b4b4f0dec3c82d655e5365);
|
|
|
|
|
|
|
|
marker_47a9134d453dc579e673958532f43260.bindPopup(popup_8a628d35e80427f291e46b3de384b49f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47a9134d453dc579e673958532f43260.setIcon(icon_80be730bb49aae80163b95833468e4a5);
|
|
|
|
|
|
var marker_3335f228c47b1386b9a41803eb8b818f = L.marker(
|
|
[46.8499, 9.53287],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_7d6a3be73c26acc048bb4d54d1eb0fdb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77e9473498fdc616fab7bf0929d1784d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59c13d9f7f155af3bb44e80c30312575 = $(`<div id="html_59c13d9f7f155af3bb44e80c30312575" style="width: 100.0%; height: 100.0%;">nostr.unkn0wn.world</div>`)[0];
|
|
popup_77e9473498fdc616fab7bf0929d1784d.setContent(html_59c13d9f7f155af3bb44e80c30312575);
|
|
|
|
|
|
|
|
marker_3335f228c47b1386b9a41803eb8b818f.bindPopup(popup_77e9473498fdc616fab7bf0929d1784d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3335f228c47b1386b9a41803eb8b818f.setIcon(icon_7d6a3be73c26acc048bb4d54d1eb0fdb);
|
|
|
|
|
|
var marker_c37b4e26762063bbc83d2adb2844d4a6 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_3ddf4f1f6f1d2c10ef6cbddefd7aa3ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c5c808770f3c48285daf58d6fb0e799 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d17a883afabcadd7ddd01d7f8c3e398e = $(`<div id="html_d17a883afabcadd7ddd01d7f8c3e398e" style="width: 100.0%; height: 100.0%;">relay.kalcafe.xyz</div>`)[0];
|
|
popup_2c5c808770f3c48285daf58d6fb0e799.setContent(html_d17a883afabcadd7ddd01d7f8c3e398e);
|
|
|
|
|
|
|
|
marker_c37b4e26762063bbc83d2adb2844d4a6.bindPopup(popup_2c5c808770f3c48285daf58d6fb0e799)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c37b4e26762063bbc83d2adb2844d4a6.setIcon(icon_3ddf4f1f6f1d2c10ef6cbddefd7aa3ab);
|
|
|
|
|
|
var marker_fcec2095a370df7209964fb32293f1da = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_18442728af34c1d736bb31097de53860 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_099b1c3a4abf4cdeab6398011ce4cceb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b1d79adf72133119cdeabe8f9c68f6e = $(`<div id="html_8b1d79adf72133119cdeabe8f9c68f6e" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_099b1c3a4abf4cdeab6398011ce4cceb.setContent(html_8b1d79adf72133119cdeabe8f9c68f6e);
|
|
|
|
|
|
|
|
marker_fcec2095a370df7209964fb32293f1da.bindPopup(popup_099b1c3a4abf4cdeab6398011ce4cceb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fcec2095a370df7209964fb32293f1da.setIcon(icon_18442728af34c1d736bb31097de53860);
|
|
|
|
|
|
var marker_bdc901df8f60bc7aa6487fb83b97c22f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_d4b3b78d2ef054f509b33fef22601c7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df7eb4dc96f464137ac1956cba3dd1f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8ca3d289391350c6440d0787791ace5 = $(`<div id="html_b8ca3d289391350c6440d0787791ace5" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_df7eb4dc96f464137ac1956cba3dd1f1.setContent(html_b8ca3d289391350c6440d0787791ace5);
|
|
|
|
|
|
|
|
marker_bdc901df8f60bc7aa6487fb83b97c22f.bindPopup(popup_df7eb4dc96f464137ac1956cba3dd1f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bdc901df8f60bc7aa6487fb83b97c22f.setIcon(icon_d4b3b78d2ef054f509b33fef22601c7d);
|
|
|
|
|
|
var marker_c429465b8b8d88a4a93e06eaf987cc6d = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_4385ef3177064bdcc7a0e348aa4aa7aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5152546782ad104a19aa8153f329cf2c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf3dd19ed6af9c20c15a374b5f3a1cdc = $(`<div id="html_bf3dd19ed6af9c20c15a374b5f3a1cdc" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_5152546782ad104a19aa8153f329cf2c.setContent(html_bf3dd19ed6af9c20c15a374b5f3a1cdc);
|
|
|
|
|
|
|
|
marker_c429465b8b8d88a4a93e06eaf987cc6d.bindPopup(popup_5152546782ad104a19aa8153f329cf2c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c429465b8b8d88a4a93e06eaf987cc6d.setIcon(icon_4385ef3177064bdcc7a0e348aa4aa7aa);
|
|
|
|
|
|
var marker_e36d056ea90154ccf8cb0360fd55edd9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_7495fe490acff10b6774171f2d43ea3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02468fee5b6ef42943564a1d6f98343e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be0550ac6287432e9579d8b3f7faa57d = $(`<div id="html_be0550ac6287432e9579d8b3f7faa57d" style="width: 100.0%; height: 100.0%;">spamspamspamspam.rest</div>`)[0];
|
|
popup_02468fee5b6ef42943564a1d6f98343e.setContent(html_be0550ac6287432e9579d8b3f7faa57d);
|
|
|
|
|
|
|
|
marker_e36d056ea90154ccf8cb0360fd55edd9.bindPopup(popup_02468fee5b6ef42943564a1d6f98343e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e36d056ea90154ccf8cb0360fd55edd9.setIcon(icon_7495fe490acff10b6774171f2d43ea3d);
|
|
|
|
|
|
var marker_6f6b3fdb8f3dc44592bee6d712faf375 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_b8895fb07cc2c55b8bf6d212e0cdf970 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8f96f15ca41ee7820d05fcf9dad8185 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a941510a02af52796f67cc1d2b88232b = $(`<div id="html_a941510a02af52796f67cc1d2b88232b" style="width: 100.0%; height: 100.0%;">nostr.yutakobayashi.com</div>`)[0];
|
|
popup_b8f96f15ca41ee7820d05fcf9dad8185.setContent(html_a941510a02af52796f67cc1d2b88232b);
|
|
|
|
|
|
|
|
marker_6f6b3fdb8f3dc44592bee6d712faf375.bindPopup(popup_b8f96f15ca41ee7820d05fcf9dad8185)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f6b3fdb8f3dc44592bee6d712faf375.setIcon(icon_b8895fb07cc2c55b8bf6d212e0cdf970);
|
|
|
|
|
|
var marker_8dd9faf262b0b6e82ba49ce19832a707 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_563fca6cd795a0597b36276bf6388bb1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31ed0593d3d9993802f3d1a3bf90369c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3413c56ab984076966769f245f744a1e = $(`<div id="html_3413c56ab984076966769f245f744a1e" style="width: 100.0%; height: 100.0%;">relay.solife.me</div>`)[0];
|
|
popup_31ed0593d3d9993802f3d1a3bf90369c.setContent(html_3413c56ab984076966769f245f744a1e);
|
|
|
|
|
|
|
|
marker_8dd9faf262b0b6e82ba49ce19832a707.bindPopup(popup_31ed0593d3d9993802f3d1a3bf90369c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8dd9faf262b0b6e82ba49ce19832a707.setIcon(icon_563fca6cd795a0597b36276bf6388bb1);
|
|
|
|
|
|
var marker_980d837605ec19624d400f2342e0deac = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_5daf51737ee379ea19a3af35b859cba8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9ea5bd6fe88df18f08150ce4f823023 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef6081620bae159c6af9d0b35251ec3e = $(`<div id="html_ef6081620bae159c6af9d0b35251ec3e" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_f9ea5bd6fe88df18f08150ce4f823023.setContent(html_ef6081620bae159c6af9d0b35251ec3e);
|
|
|
|
|
|
|
|
marker_980d837605ec19624d400f2342e0deac.bindPopup(popup_f9ea5bd6fe88df18f08150ce4f823023)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_980d837605ec19624d400f2342e0deac.setIcon(icon_5daf51737ee379ea19a3af35b859cba8);
|
|
|
|
|
|
var marker_ac1dc6cfd05064c25ab541b321f17b0e = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_29473c5c2e5f4f95482eacbc0a2817e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76421207f76f5cc0e568202b55ee7ab3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_221adea5620c09b11dfd4dc6e0c873d7 = $(`<div id="html_221adea5620c09b11dfd4dc6e0c873d7" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_76421207f76f5cc0e568202b55ee7ab3.setContent(html_221adea5620c09b11dfd4dc6e0c873d7);
|
|
|
|
|
|
|
|
marker_ac1dc6cfd05064c25ab541b321f17b0e.bindPopup(popup_76421207f76f5cc0e568202b55ee7ab3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac1dc6cfd05064c25ab541b321f17b0e.setIcon(icon_29473c5c2e5f4f95482eacbc0a2817e5);
|
|
|
|
|
|
var marker_54403555cffcb4aeec488ec4fa0e0418 = L.marker(
|
|
[47.4093, 8.46503],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_edcedad49c6689ecb6895c87439d1a62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdd0caa3b5f3a1d6bbb5c0ff15ea23ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8c33ac14dcc571bffb425172a4f3a36 = $(`<div id="html_a8c33ac14dcc571bffb425172a4f3a36" style="width: 100.0%; height: 100.0%;">relay.pyramid.li</div>`)[0];
|
|
popup_fdd0caa3b5f3a1d6bbb5c0ff15ea23ff.setContent(html_a8c33ac14dcc571bffb425172a4f3a36);
|
|
|
|
|
|
|
|
marker_54403555cffcb4aeec488ec4fa0e0418.bindPopup(popup_fdd0caa3b5f3a1d6bbb5c0ff15ea23ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54403555cffcb4aeec488ec4fa0e0418.setIcon(icon_edcedad49c6689ecb6895c87439d1a62);
|
|
|
|
|
|
var marker_5690d35369c03baac2b2837e447be26c = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_c83342fabc719eba2f6e6f3f113e2bc5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4daf9ee4b423d0874dfd5959b5ca639e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53b460e621810f9174dc70cc980ec623 = $(`<div id="html_53b460e621810f9174dc70cc980ec623" style="width: 100.0%; height: 100.0%;">node.kommonzenze.de</div>`)[0];
|
|
popup_4daf9ee4b423d0874dfd5959b5ca639e.setContent(html_53b460e621810f9174dc70cc980ec623);
|
|
|
|
|
|
|
|
marker_5690d35369c03baac2b2837e447be26c.bindPopup(popup_4daf9ee4b423d0874dfd5959b5ca639e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5690d35369c03baac2b2837e447be26c.setIcon(icon_c83342fabc719eba2f6e6f3f113e2bc5);
|
|
|
|
|
|
var marker_456f8f0b5418ca509063b1834dea767b = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_381df70152a8b16575c3862bdc17a1cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05251b1dae2beded783568b95740560d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd950156b67749c7b9f1ad46dc8a5c55 = $(`<div id="html_dd950156b67749c7b9f1ad46dc8a5c55" style="width: 100.0%; height: 100.0%;">relay.nostriot.com:443</div>`)[0];
|
|
popup_05251b1dae2beded783568b95740560d.setContent(html_dd950156b67749c7b9f1ad46dc8a5c55);
|
|
|
|
|
|
|
|
marker_456f8f0b5418ca509063b1834dea767b.bindPopup(popup_05251b1dae2beded783568b95740560d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_456f8f0b5418ca509063b1834dea767b.setIcon(icon_381df70152a8b16575c3862bdc17a1cc);
|
|
|
|
|
|
var marker_b18849e045cfa68c4992aff0c2b396db = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_5c2b9235efa40ea9384539ceb34422bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_830f9532d7eda9e8528af881b11dbdfe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b7712045055003ff4c4c963fe9f0ef5 = $(`<div id="html_9b7712045055003ff4c4c963fe9f0ef5" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_830f9532d7eda9e8528af881b11dbdfe.setContent(html_9b7712045055003ff4c4c963fe9f0ef5);
|
|
|
|
|
|
|
|
marker_b18849e045cfa68c4992aff0c2b396db.bindPopup(popup_830f9532d7eda9e8528af881b11dbdfe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b18849e045cfa68c4992aff0c2b396db.setIcon(icon_5c2b9235efa40ea9384539ceb34422bf);
|
|
|
|
|
|
var marker_39aa15d96f5eebc3b8007ba9c5a70d12 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_fef168a602f9d84aaed930ffd008083e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a61fda2a2d91afe9dbfc09029c6410d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_148c82ee36c89beaf2ae4ddafb9b5f04 = $(`<div id="html_148c82ee36c89beaf2ae4ddafb9b5f04" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com:443</div>`)[0];
|
|
popup_6a61fda2a2d91afe9dbfc09029c6410d.setContent(html_148c82ee36c89beaf2ae4ddafb9b5f04);
|
|
|
|
|
|
|
|
marker_39aa15d96f5eebc3b8007ba9c5a70d12.bindPopup(popup_6a61fda2a2d91afe9dbfc09029c6410d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39aa15d96f5eebc3b8007ba9c5a70d12.setIcon(icon_fef168a602f9d84aaed930ffd008083e);
|
|
|
|
|
|
var marker_aeb9853bdab348e7d6873abfb39f89c9 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_229f33f39e7525ffea4468088fcd1060 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ee4a9bf05474d43c2501df98ddc8899 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84e6007fb09ac4fb86e1db8e7a23a3ae = $(`<div id="html_84e6007fb09ac4fb86e1db8e7a23a3ae" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_9ee4a9bf05474d43c2501df98ddc8899.setContent(html_84e6007fb09ac4fb86e1db8e7a23a3ae);
|
|
|
|
|
|
|
|
marker_aeb9853bdab348e7d6873abfb39f89c9.bindPopup(popup_9ee4a9bf05474d43c2501df98ddc8899)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aeb9853bdab348e7d6873abfb39f89c9.setIcon(icon_229f33f39e7525ffea4468088fcd1060);
|
|
|
|
|
|
var marker_03a7f9402b20e80d60095e65e323aa2d = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_d5c518cc266f530adab66c9fa5e012b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d58dcefe948cd6d2f413cee0b0d9216 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10cebb39b37e0d95553e636c861db2ab = $(`<div id="html_10cebb39b37e0d95553e636c861db2ab" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_5d58dcefe948cd6d2f413cee0b0d9216.setContent(html_10cebb39b37e0d95553e636c861db2ab);
|
|
|
|
|
|
|
|
marker_03a7f9402b20e80d60095e65e323aa2d.bindPopup(popup_5d58dcefe948cd6d2f413cee0b0d9216)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03a7f9402b20e80d60095e65e323aa2d.setIcon(icon_d5c518cc266f530adab66c9fa5e012b9);
|
|
|
|
|
|
var marker_d58b314e0df3e120e61e7012c6c4578f = L.marker(
|
|
[51.5717, 3.70417],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_3d0c03e798562504ae111d9675f0b2d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5864d32a227077da961c0700b6b1d0a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3f1f6f5cc5b505a8643a2fa16f3cf8e = $(`<div id="html_a3f1f6f5cc5b505a8643a2fa16f3cf8e" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_5864d32a227077da961c0700b6b1d0a5.setContent(html_a3f1f6f5cc5b505a8643a2fa16f3cf8e);
|
|
|
|
|
|
|
|
marker_d58b314e0df3e120e61e7012c6c4578f.bindPopup(popup_5864d32a227077da961c0700b6b1d0a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d58b314e0df3e120e61e7012c6c4578f.setIcon(icon_3d0c03e798562504ae111d9675f0b2d7);
|
|
|
|
|
|
var marker_d4f57039e8b0b3fda7dcd6f9718684c5 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_d33fcce19ce65ed099c0f361cd6e9790 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f357290a099bb02e42113ab3f29d087d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d3b587dd4defe72000e4153310ee17e = $(`<div id="html_4d3b587dd4defe72000e4153310ee17e" style="width: 100.0%; height: 100.0%;">relay.endfiat.money:443</div>`)[0];
|
|
popup_f357290a099bb02e42113ab3f29d087d.setContent(html_4d3b587dd4defe72000e4153310ee17e);
|
|
|
|
|
|
|
|
marker_d4f57039e8b0b3fda7dcd6f9718684c5.bindPopup(popup_f357290a099bb02e42113ab3f29d087d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4f57039e8b0b3fda7dcd6f9718684c5.setIcon(icon_d33fcce19ce65ed099c0f361cd6e9790);
|
|
|
|
|
|
var marker_97bec09ee69fc6b52d8af4b36862c7d6 = L.marker(
|
|
[50.914, 3.21378],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_6456a40232cbf27f5ca81855eafe4bde = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c4d2b50533bc64ee921526f31f4f8e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e643d2c5e862beda0c4febb08a4d83b = $(`<div id="html_6e643d2c5e862beda0c4febb08a4d83b" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be:443</div>`)[0];
|
|
popup_4c4d2b50533bc64ee921526f31f4f8e7.setContent(html_6e643d2c5e862beda0c4febb08a4d83b);
|
|
|
|
|
|
|
|
marker_97bec09ee69fc6b52d8af4b36862c7d6.bindPopup(popup_4c4d2b50533bc64ee921526f31f4f8e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97bec09ee69fc6b52d8af4b36862c7d6.setIcon(icon_6456a40232cbf27f5ca81855eafe4bde);
|
|
|
|
|
|
var marker_79dc1b6b966ee088c6851ff82331f275 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_98a81b2dfb89916c311a14fcb93134f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11bd9fa2fe729e86d35a632732c977b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e006b4cb20ceef1a1374a102053f1f17 = $(`<div id="html_e006b4cb20ceef1a1374a102053f1f17" style="width: 100.0%; height: 100.0%;">herbstmeister.com</div>`)[0];
|
|
popup_11bd9fa2fe729e86d35a632732c977b6.setContent(html_e006b4cb20ceef1a1374a102053f1f17);
|
|
|
|
|
|
|
|
marker_79dc1b6b966ee088c6851ff82331f275.bindPopup(popup_11bd9fa2fe729e86d35a632732c977b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79dc1b6b966ee088c6851ff82331f275.setIcon(icon_98a81b2dfb89916c311a14fcb93134f6);
|
|
|
|
|
|
var marker_86ace01a202dc562af8894c77036f95f = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_0e367f5c8add41f44fbb07fcdf16d85e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37942a19f735407c700a8db6f2b7dec5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a41f29324513646ce69da730ed113a2d = $(`<div id="html_a41f29324513646ce69da730ed113a2d" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_37942a19f735407c700a8db6f2b7dec5.setContent(html_a41f29324513646ce69da730ed113a2d);
|
|
|
|
|
|
|
|
marker_86ace01a202dc562af8894c77036f95f.bindPopup(popup_37942a19f735407c700a8db6f2b7dec5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86ace01a202dc562af8894c77036f95f.setIcon(icon_0e367f5c8add41f44fbb07fcdf16d85e);
|
|
|
|
|
|
var marker_4df33c9088603ae5bfb5dfb88072a223 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_df3442bdc8cec2ef97f737cd6361234c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02b3cd7a28ec18ca50a64d2a15a96595 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d844ef4ebfb20ca3f2d8013c303f464 = $(`<div id="html_8d844ef4ebfb20ca3f2d8013c303f464" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st:443</div>`)[0];
|
|
popup_02b3cd7a28ec18ca50a64d2a15a96595.setContent(html_8d844ef4ebfb20ca3f2d8013c303f464);
|
|
|
|
|
|
|
|
marker_4df33c9088603ae5bfb5dfb88072a223.bindPopup(popup_02b3cd7a28ec18ca50a64d2a15a96595)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4df33c9088603ae5bfb5dfb88072a223.setIcon(icon_df3442bdc8cec2ef97f737cd6361234c);
|
|
|
|
|
|
var marker_bbb04c014492423850c0a9974df1bbd8 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_156776d9cba6ffe88b7b36c39a087556 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69f289fd7ff3bb8dbc8c4f26e8de2557 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11231efbd7ecb94316f1006b81362f6f = $(`<div id="html_11231efbd7ecb94316f1006b81362f6f" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_69f289fd7ff3bb8dbc8c4f26e8de2557.setContent(html_11231efbd7ecb94316f1006b81362f6f);
|
|
|
|
|
|
|
|
marker_bbb04c014492423850c0a9974df1bbd8.bindPopup(popup_69f289fd7ff3bb8dbc8c4f26e8de2557)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bbb04c014492423850c0a9974df1bbd8.setIcon(icon_156776d9cba6ffe88b7b36c39a087556);
|
|
|
|
|
|
var marker_55d0a9cec5bf1c54605fa60c1c248b3d = L.marker(
|
|
[35.8099, 140.12],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_9dce536ca0cbc02da6ef0ba41168db3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fa0bf9ea8e2534e524d3efc7a339332 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f15e7bdb30b2639d6fb82e3074d24b8b = $(`<div id="html_f15e7bdb30b2639d6fb82e3074d24b8b" style="width: 100.0%; height: 100.0%;">nostr.middling.mydns.jp</div>`)[0];
|
|
popup_1fa0bf9ea8e2534e524d3efc7a339332.setContent(html_f15e7bdb30b2639d6fb82e3074d24b8b);
|
|
|
|
|
|
|
|
marker_55d0a9cec5bf1c54605fa60c1c248b3d.bindPopup(popup_1fa0bf9ea8e2534e524d3efc7a339332)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55d0a9cec5bf1c54605fa60c1c248b3d.setIcon(icon_9dce536ca0cbc02da6ef0ba41168db3d);
|
|
|
|
|
|
var marker_b4ed171283cebe710d9b8d0c18e2a17e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_2b112d63686401f618eb074222158e5c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6af6e7808b515930ff22fde691149992 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9be9dc372137966d57277cfc84b8d2b9 = $(`<div id="html_9be9dc372137966d57277cfc84b8d2b9" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net:443</div>`)[0];
|
|
popup_6af6e7808b515930ff22fde691149992.setContent(html_9be9dc372137966d57277cfc84b8d2b9);
|
|
|
|
|
|
|
|
marker_b4ed171283cebe710d9b8d0c18e2a17e.bindPopup(popup_6af6e7808b515930ff22fde691149992)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4ed171283cebe710d9b8d0c18e2a17e.setIcon(icon_2b112d63686401f618eb074222158e5c);
|
|
|
|
|
|
var marker_41c6c75953c67a9eae2bb04aaaa9433b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_b46b4fa05ec4cc5e65d16e5d5bcc1373 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69d906c90d2abedfeb23cb9d63e77fc8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_781c13a25d31b22ed03e57de2b9a5828 = $(`<div id="html_781c13a25d31b22ed03e57de2b9a5828" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_69d906c90d2abedfeb23cb9d63e77fc8.setContent(html_781c13a25d31b22ed03e57de2b9a5828);
|
|
|
|
|
|
|
|
marker_41c6c75953c67a9eae2bb04aaaa9433b.bindPopup(popup_69d906c90d2abedfeb23cb9d63e77fc8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41c6c75953c67a9eae2bb04aaaa9433b.setIcon(icon_b46b4fa05ec4cc5e65d16e5d5bcc1373);
|
|
|
|
|
|
var marker_1b9060227532a56f74942a7fd0f03b54 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_109e95637bc3ad8052a25f37c273682e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49f010e616d29f6fed329e4bfe3015c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f0d64e334d7c41e2838b1e0c04f329d = $(`<div id="html_1f0d64e334d7c41e2838b1e0c04f329d" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org:443</div>`)[0];
|
|
popup_49f010e616d29f6fed329e4bfe3015c5.setContent(html_1f0d64e334d7c41e2838b1e0c04f329d);
|
|
|
|
|
|
|
|
marker_1b9060227532a56f74942a7fd0f03b54.bindPopup(popup_49f010e616d29f6fed329e4bfe3015c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b9060227532a56f74942a7fd0f03b54.setIcon(icon_109e95637bc3ad8052a25f37c273682e);
|
|
|
|
|
|
var marker_7e72e103cc96f1439ef9950f98631b88 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_c7c1c486ffae39208bc2bba421bc6ada = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc3ad30f7bbe9fe6debfafd9cbb7950e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c34ce2524bc3ccca8bc9792cc2671af5 = $(`<div id="html_c34ce2524bc3ccca8bc9792cc2671af5" style="width: 100.0%; height: 100.0%;">nostr.janx.com</div>`)[0];
|
|
popup_bc3ad30f7bbe9fe6debfafd9cbb7950e.setContent(html_c34ce2524bc3ccca8bc9792cc2671af5);
|
|
|
|
|
|
|
|
marker_7e72e103cc96f1439ef9950f98631b88.bindPopup(popup_bc3ad30f7bbe9fe6debfafd9cbb7950e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e72e103cc96f1439ef9950f98631b88.setIcon(icon_c7c1c486ffae39208bc2bba421bc6ada);
|
|
|
|
|
|
var marker_3888841c025decace435d599a424f6d9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_3716920cca0ba336c977c1f236cfc5cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5740cb64ace8c06f73cbe45008a211d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d91329998fa6630fe7e679bbfba1128 = $(`<div id="html_0d91329998fa6630fe7e679bbfba1128" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_b5740cb64ace8c06f73cbe45008a211d.setContent(html_0d91329998fa6630fe7e679bbfba1128);
|
|
|
|
|
|
|
|
marker_3888841c025decace435d599a424f6d9.bindPopup(popup_b5740cb64ace8c06f73cbe45008a211d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3888841c025decace435d599a424f6d9.setIcon(icon_3716920cca0ba336c977c1f236cfc5cb);
|
|
|
|
|
|
var marker_be8c127eb956651daad80b5e2ce3369e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_69d2abca3766e000228498b2648ba622 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7fe87974479326edd9ff850aaf675b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22c7a47099a1b3ced22b10e1159701ed = $(`<div id="html_22c7a47099a1b3ced22b10e1159701ed" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com:443</div>`)[0];
|
|
popup_b7fe87974479326edd9ff850aaf675b1.setContent(html_22c7a47099a1b3ced22b10e1159701ed);
|
|
|
|
|
|
|
|
marker_be8c127eb956651daad80b5e2ce3369e.bindPopup(popup_b7fe87974479326edd9ff850aaf675b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be8c127eb956651daad80b5e2ce3369e.setIcon(icon_69d2abca3766e000228498b2648ba622);
|
|
|
|
|
|
var marker_830e1926ec07d6521ecb7b1fa97d7927 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_45d97e84dd3a93a050b70e0cdd7e7051 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d47522688734a1007fc833b72fad381 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ed1f5ea66d7d339984f9804daaacf89 = $(`<div id="html_2ed1f5ea66d7d339984f9804daaacf89" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app:443</div>`)[0];
|
|
popup_8d47522688734a1007fc833b72fad381.setContent(html_2ed1f5ea66d7d339984f9804daaacf89);
|
|
|
|
|
|
|
|
marker_830e1926ec07d6521ecb7b1fa97d7927.bindPopup(popup_8d47522688734a1007fc833b72fad381)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_830e1926ec07d6521ecb7b1fa97d7927.setIcon(icon_45d97e84dd3a93a050b70e0cdd7e7051);
|
|
|
|
|
|
var marker_d8374afd5c1465314f8e1dcd99b653de = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_7a0af60b15b56d6e461ffb02a0d4b146 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8574b8336ae9c02aca1e6c46e36efe1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4099bc1b076b52b52f59761d804eb757 = $(`<div id="html_4099bc1b076b52b52f59761d804eb757" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_8574b8336ae9c02aca1e6c46e36efe1e.setContent(html_4099bc1b076b52b52f59761d804eb757);
|
|
|
|
|
|
|
|
marker_d8374afd5c1465314f8e1dcd99b653de.bindPopup(popup_8574b8336ae9c02aca1e6c46e36efe1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8374afd5c1465314f8e1dcd99b653de.setIcon(icon_7a0af60b15b56d6e461ffb02a0d4b146);
|
|
|
|
|
|
var marker_92816347bf9c3f5c57d5c1854f8246db = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_ff4855a84aef4c2dcb235e8f865dc64d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_371a0a984979bf5e09b09943aeebf4d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45d7bbe335948199a32c4ca7eccb233f = $(`<div id="html_45d7bbe335948199a32c4ca7eccb233f" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_371a0a984979bf5e09b09943aeebf4d8.setContent(html_45d7bbe335948199a32c4ca7eccb233f);
|
|
|
|
|
|
|
|
marker_92816347bf9c3f5c57d5c1854f8246db.bindPopup(popup_371a0a984979bf5e09b09943aeebf4d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92816347bf9c3f5c57d5c1854f8246db.setIcon(icon_ff4855a84aef4c2dcb235e8f865dc64d);
|
|
|
|
|
|
var marker_c87bcdfdb6a23a86a14f0f0c3615010b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_45b1329dc07e523943618861622cae97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90bdea768847e911f3bf63ebf6392f28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfbed0954fb87d7fd8d253ef6d5ed45b = $(`<div id="html_cfbed0954fb87d7fd8d253ef6d5ed45b" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe:443</div>`)[0];
|
|
popup_90bdea768847e911f3bf63ebf6392f28.setContent(html_cfbed0954fb87d7fd8d253ef6d5ed45b);
|
|
|
|
|
|
|
|
marker_c87bcdfdb6a23a86a14f0f0c3615010b.bindPopup(popup_90bdea768847e911f3bf63ebf6392f28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c87bcdfdb6a23a86a14f0f0c3615010b.setIcon(icon_45b1329dc07e523943618861622cae97);
|
|
|
|
|
|
var marker_b151f7fe5fcd4dd876f29d047aaeff46 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_8026f0fe000c9a4d6c1eb89c43eb1ff9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_903f42c7034b0fea4fd6f5d7a801b3f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a272d6a9c1f0cf2038920d12bd9f65ab = $(`<div id="html_a272d6a9c1f0cf2038920d12bd9f65ab" style="width: 100.0%; height: 100.0%;">bruh.samt.st</div>`)[0];
|
|
popup_903f42c7034b0fea4fd6f5d7a801b3f8.setContent(html_a272d6a9c1f0cf2038920d12bd9f65ab);
|
|
|
|
|
|
|
|
marker_b151f7fe5fcd4dd876f29d047aaeff46.bindPopup(popup_903f42c7034b0fea4fd6f5d7a801b3f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b151f7fe5fcd4dd876f29d047aaeff46.setIcon(icon_8026f0fe000c9a4d6c1eb89c43eb1ff9);
|
|
|
|
|
|
var marker_2afc6e1b8cd931aa43e4b524055b9eb9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_141fbb2f0ebdb1cabf8d0212f369b46b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1eecf2b7b32213d78bd90332fc86ad18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1c3176308789440a5b0ed16cb913249 = $(`<div id="html_a1c3176308789440a5b0ed16cb913249" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_1eecf2b7b32213d78bd90332fc86ad18.setContent(html_a1c3176308789440a5b0ed16cb913249);
|
|
|
|
|
|
|
|
marker_2afc6e1b8cd931aa43e4b524055b9eb9.bindPopup(popup_1eecf2b7b32213d78bd90332fc86ad18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2afc6e1b8cd931aa43e4b524055b9eb9.setIcon(icon_141fbb2f0ebdb1cabf8d0212f369b46b);
|
|
|
|
|
|
var marker_84db264ba9c7d7895651c04b972aa152 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_a0eb4d3c017dab9845f4f1fbfbfa9da6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_581d62d9c1a85d078ce70c78eb2857df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ff4e948778a94e96cc2a0824b6f63dd = $(`<div id="html_6ff4e948778a94e96cc2a0824b6f63dd" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_581d62d9c1a85d078ce70c78eb2857df.setContent(html_6ff4e948778a94e96cc2a0824b6f63dd);
|
|
|
|
|
|
|
|
marker_84db264ba9c7d7895651c04b972aa152.bindPopup(popup_581d62d9c1a85d078ce70c78eb2857df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84db264ba9c7d7895651c04b972aa152.setIcon(icon_a0eb4d3c017dab9845f4f1fbfbfa9da6);
|
|
|
|
|
|
var marker_3d23aa26df27c403f140c0b4e8775a4a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_fa705527f3aef3de528084b5cbe59d3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7dcde3b6cc4c31398ae7b0f877c21c99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5861eaa77adc51031d2ddbfde5fe2930 = $(`<div id="html_5861eaa77adc51031d2ddbfde5fe2930" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_7dcde3b6cc4c31398ae7b0f877c21c99.setContent(html_5861eaa77adc51031d2ddbfde5fe2930);
|
|
|
|
|
|
|
|
marker_3d23aa26df27c403f140c0b4e8775a4a.bindPopup(popup_7dcde3b6cc4c31398ae7b0f877c21c99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d23aa26df27c403f140c0b4e8775a4a.setIcon(icon_fa705527f3aef3de528084b5cbe59d3e);
|
|
|
|
|
|
var marker_568398aa0e07eb439719f31b97c95d52 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_666f87bd04a2dc2c69b98d2f681091f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e04fde09b079f78d4ec80b885706970d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d42e592dcfc6eb8db2b65dedf149bc4f = $(`<div id="html_d42e592dcfc6eb8db2b65dedf149bc4f" style="width: 100.0%; height: 100.0%;">strfry.shock.network:443</div>`)[0];
|
|
popup_e04fde09b079f78d4ec80b885706970d.setContent(html_d42e592dcfc6eb8db2b65dedf149bc4f);
|
|
|
|
|
|
|
|
marker_568398aa0e07eb439719f31b97c95d52.bindPopup(popup_e04fde09b079f78d4ec80b885706970d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_568398aa0e07eb439719f31b97c95d52.setIcon(icon_666f87bd04a2dc2c69b98d2f681091f4);
|
|
|
|
|
|
var marker_a75dd30c7356f6c52464fa26f153a9a7 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_ac150fcbc76094284e53a23f89595ef7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd4688ba72f13deab54317488d2a33d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c28816d4c1b3d46124498b46bf84b31b = $(`<div id="html_c28816d4c1b3d46124498b46bf84b31b" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev:443</div>`)[0];
|
|
popup_fd4688ba72f13deab54317488d2a33d0.setContent(html_c28816d4c1b3d46124498b46bf84b31b);
|
|
|
|
|
|
|
|
marker_a75dd30c7356f6c52464fa26f153a9a7.bindPopup(popup_fd4688ba72f13deab54317488d2a33d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a75dd30c7356f6c52464fa26f153a9a7.setIcon(icon_ac150fcbc76094284e53a23f89595ef7);
|
|
|
|
|
|
var marker_ebe21ee2c19c5b33ed4e672f4a7323e7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_77c9f7224c3b780031051c976d163499 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6ca1e6572bbf0f36aad7713455e208a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0219dd09037d19df1c3204534f629996 = $(`<div id="html_0219dd09037d19df1c3204534f629996" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_d6ca1e6572bbf0f36aad7713455e208a.setContent(html_0219dd09037d19df1c3204534f629996);
|
|
|
|
|
|
|
|
marker_ebe21ee2c19c5b33ed4e672f4a7323e7.bindPopup(popup_d6ca1e6572bbf0f36aad7713455e208a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebe21ee2c19c5b33ed4e672f4a7323e7.setIcon(icon_77c9f7224c3b780031051c976d163499);
|
|
|
|
|
|
var marker_dca88dffd797959d6df553fd5011a354 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_3441754cd439df0aa2c164e98f49f3ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47697a13d13d0460f2b2c4acc2536655 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_638c11988410d049ed41a6950d8a150a = $(`<div id="html_638c11988410d049ed41a6950d8a150a" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_47697a13d13d0460f2b2c4acc2536655.setContent(html_638c11988410d049ed41a6950d8a150a);
|
|
|
|
|
|
|
|
marker_dca88dffd797959d6df553fd5011a354.bindPopup(popup_47697a13d13d0460f2b2c4acc2536655)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dca88dffd797959d6df553fd5011a354.setIcon(icon_3441754cd439df0aa2c164e98f49f3ea);
|
|
|
|
|
|
var marker_7ca501ab0878a04fa67bb6f41a13f1e2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_7c7e56ba7398dc817e8f294d2ea3e670 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9cf47b57d1f42f620e53984adc5d856 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e636a8a82c0a3fb1289564b3adbe841 = $(`<div id="html_9e636a8a82c0a3fb1289564b3adbe841" style="width: 100.0%; height: 100.0%;">dev-relay.nostreon.com</div>`)[0];
|
|
popup_b9cf47b57d1f42f620e53984adc5d856.setContent(html_9e636a8a82c0a3fb1289564b3adbe841);
|
|
|
|
|
|
|
|
marker_7ca501ab0878a04fa67bb6f41a13f1e2.bindPopup(popup_b9cf47b57d1f42f620e53984adc5d856)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ca501ab0878a04fa67bb6f41a13f1e2.setIcon(icon_7c7e56ba7398dc817e8f294d2ea3e670);
|
|
|
|
|
|
var marker_9795633624e6089fc166329fc3e5acaf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_b8a97e4d9ed655c677a4c87c884f65f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64c2b8b99ec242ce0abe8e164be7181c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_750cc68e2f1083cc8f5408ab1b951dcc = $(`<div id="html_750cc68e2f1083cc8f5408ab1b951dcc" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_64c2b8b99ec242ce0abe8e164be7181c.setContent(html_750cc68e2f1083cc8f5408ab1b951dcc);
|
|
|
|
|
|
|
|
marker_9795633624e6089fc166329fc3e5acaf.bindPopup(popup_64c2b8b99ec242ce0abe8e164be7181c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9795633624e6089fc166329fc3e5acaf.setIcon(icon_b8a97e4d9ed655c677a4c87c884f65f3);
|
|
|
|
|
|
var marker_95ddc24c9c3d2c96ffe0a66c097989a7 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_30ba144d5451cf33b712e92b6aa6b027 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d883d1ee48ea03ec2a899be33de77f6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f52c01fdb5d3b4a39be0ea95fffcfea1 = $(`<div id="html_f52c01fdb5d3b4a39be0ea95fffcfea1" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_d883d1ee48ea03ec2a899be33de77f6f.setContent(html_f52c01fdb5d3b4a39be0ea95fffcfea1);
|
|
|
|
|
|
|
|
marker_95ddc24c9c3d2c96ffe0a66c097989a7.bindPopup(popup_d883d1ee48ea03ec2a899be33de77f6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95ddc24c9c3d2c96ffe0a66c097989a7.setIcon(icon_30ba144d5451cf33b712e92b6aa6b027);
|
|
|
|
|
|
var marker_5cc361af723e6d2b7b88ebc48f0268ba = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_ceccbd91ed92fedfc4f1d2d1ca0bc1fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eae6b0f898c425bdb529c618fdd5cc0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_834b40778adae716398cb586928b99f1 = $(`<div id="html_834b40778adae716398cb586928b99f1" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_eae6b0f898c425bdb529c618fdd5cc0b.setContent(html_834b40778adae716398cb586928b99f1);
|
|
|
|
|
|
|
|
marker_5cc361af723e6d2b7b88ebc48f0268ba.bindPopup(popup_eae6b0f898c425bdb529c618fdd5cc0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5cc361af723e6d2b7b88ebc48f0268ba.setIcon(icon_ceccbd91ed92fedfc4f1d2d1ca0bc1fd);
|
|
|
|
|
|
var marker_132d8c57940a4f056905a931709a19ee = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_9aca03cb36e3af34c4400d869b115c20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e21ad126ff1fea28724b20d8ba9dedc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76fb0e442af5e69f01869cf366305821 = $(`<div id="html_76fb0e442af5e69f01869cf366305821" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_9e21ad126ff1fea28724b20d8ba9dedc.setContent(html_76fb0e442af5e69f01869cf366305821);
|
|
|
|
|
|
|
|
marker_132d8c57940a4f056905a931709a19ee.bindPopup(popup_9e21ad126ff1fea28724b20d8ba9dedc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_132d8c57940a4f056905a931709a19ee.setIcon(icon_9aca03cb36e3af34c4400d869b115c20);
|
|
|
|
|
|
var marker_d3a5896fb4ea4d1e039fc2ad8c7c6791 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_828824eac988e87c1bb1837246e6e1e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b09acbdc340f5854943a8c4a92af9ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4daabfd4e28721ccde58ec20d5abae1 = $(`<div id="html_f4daabfd4e28721ccde58ec20d5abae1" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_6b09acbdc340f5854943a8c4a92af9ea.setContent(html_f4daabfd4e28721ccde58ec20d5abae1);
|
|
|
|
|
|
|
|
marker_d3a5896fb4ea4d1e039fc2ad8c7c6791.bindPopup(popup_6b09acbdc340f5854943a8c4a92af9ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3a5896fb4ea4d1e039fc2ad8c7c6791.setIcon(icon_828824eac988e87c1bb1837246e6e1e2);
|
|
|
|
|
|
var marker_0574df6251b8c29bf8b155d300faa6b4 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_596d495c13e4da17fe7a06ca969fa00e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e683ff94b51f41cc45f99f40c98dd74e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c66156127dead742cc28cd4b260233b = $(`<div id="html_2c66156127dead742cc28cd4b260233b" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_e683ff94b51f41cc45f99f40c98dd74e.setContent(html_2c66156127dead742cc28cd4b260233b);
|
|
|
|
|
|
|
|
marker_0574df6251b8c29bf8b155d300faa6b4.bindPopup(popup_e683ff94b51f41cc45f99f40c98dd74e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0574df6251b8c29bf8b155d300faa6b4.setIcon(icon_596d495c13e4da17fe7a06ca969fa00e);
|
|
|
|
|
|
var marker_b3bd3d3a14f305ec36c9d6b463c0e682 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_a2f6c057fa50e80d163017833360d282 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79f41b5e69abd4ed224924607ae50dc3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3cb93744ac8f004bbdc7e2e2329e2567 = $(`<div id="html_3cb93744ac8f004bbdc7e2e2329e2567" style="width: 100.0%; height: 100.0%;">relay.directsponsor.net</div>`)[0];
|
|
popup_79f41b5e69abd4ed224924607ae50dc3.setContent(html_3cb93744ac8f004bbdc7e2e2329e2567);
|
|
|
|
|
|
|
|
marker_b3bd3d3a14f305ec36c9d6b463c0e682.bindPopup(popup_79f41b5e69abd4ed224924607ae50dc3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3bd3d3a14f305ec36c9d6b463c0e682.setIcon(icon_a2f6c057fa50e80d163017833360d282);
|
|
|
|
|
|
var marker_b98fd18473af86f1a19f8819e4ea2a18 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_ba0fca7e52f112bb71b5afbc663b7b14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f61f9d13d14a39f54e548f339a6fbd0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_414da31fa7130cc9fb67edd306161dc3 = $(`<div id="html_414da31fa7130cc9fb67edd306161dc3" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_f61f9d13d14a39f54e548f339a6fbd0f.setContent(html_414da31fa7130cc9fb67edd306161dc3);
|
|
|
|
|
|
|
|
marker_b98fd18473af86f1a19f8819e4ea2a18.bindPopup(popup_f61f9d13d14a39f54e548f339a6fbd0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b98fd18473af86f1a19f8819e4ea2a18.setIcon(icon_ba0fca7e52f112bb71b5afbc663b7b14);
|
|
|
|
|
|
var marker_c9c50bfa43741db22cadcdd602675f7e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_59a1a900f167f4da4522c6291ca64c9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05a57f40a2e90eca844af53632725e4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_470fa56e8fbf58b59f359849d27d4c62 = $(`<div id="html_470fa56e8fbf58b59f359849d27d4c62" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_05a57f40a2e90eca844af53632725e4f.setContent(html_470fa56e8fbf58b59f359849d27d4c62);
|
|
|
|
|
|
|
|
marker_c9c50bfa43741db22cadcdd602675f7e.bindPopup(popup_05a57f40a2e90eca844af53632725e4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9c50bfa43741db22cadcdd602675f7e.setIcon(icon_59a1a900f167f4da4522c6291ca64c9e);
|
|
|
|
|
|
var marker_a479412b28219cefd0b19ad4b833d505 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_18e08fa58ce2f5e080f4872eb4f50cba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e870a32c4fee15ddb35246badf36def6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e72ce31bbf2ef72df8a9c80628b5d037 = $(`<div id="html_e72ce31bbf2ef72df8a9c80628b5d037" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_e870a32c4fee15ddb35246badf36def6.setContent(html_e72ce31bbf2ef72df8a9c80628b5d037);
|
|
|
|
|
|
|
|
marker_a479412b28219cefd0b19ad4b833d505.bindPopup(popup_e870a32c4fee15ddb35246badf36def6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a479412b28219cefd0b19ad4b833d505.setIcon(icon_18e08fa58ce2f5e080f4872eb4f50cba);
|
|
|
|
|
|
var marker_f915d5094956160d6c06d7757b632391 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_720bc82b7df82640e860d3ee7a7c6e09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a68cffb52af9ac91112ef56e6ec3c47f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a9e0b21d5c8bb8ac4867637358d0f5f = $(`<div id="html_7a9e0b21d5c8bb8ac4867637358d0f5f" style="width: 100.0%; height: 100.0%;">nostr.tac.lol:443</div>`)[0];
|
|
popup_a68cffb52af9ac91112ef56e6ec3c47f.setContent(html_7a9e0b21d5c8bb8ac4867637358d0f5f);
|
|
|
|
|
|
|
|
marker_f915d5094956160d6c06d7757b632391.bindPopup(popup_a68cffb52af9ac91112ef56e6ec3c47f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f915d5094956160d6c06d7757b632391.setIcon(icon_720bc82b7df82640e860d3ee7a7c6e09);
|
|
|
|
|
|
var marker_a34e7df24994299f0c0c826bee3ac5b3 = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_ea69c7fbd9f8a08044508f680665ebaa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2fcbe195fb2a60f6f82f9bf948e89e4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e15f21d4d39f069132f087e9296cda4c = $(`<div id="html_e15f21d4d39f069132f087e9296cda4c" style="width: 100.0%; height: 100.0%;">nostr.hifish.org:443</div>`)[0];
|
|
popup_2fcbe195fb2a60f6f82f9bf948e89e4d.setContent(html_e15f21d4d39f069132f087e9296cda4c);
|
|
|
|
|
|
|
|
marker_a34e7df24994299f0c0c826bee3ac5b3.bindPopup(popup_2fcbe195fb2a60f6f82f9bf948e89e4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a34e7df24994299f0c0c826bee3ac5b3.setIcon(icon_ea69c7fbd9f8a08044508f680665ebaa);
|
|
|
|
|
|
var marker_98045b54a1a53c6fad76b3fd2fa9b319 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_883993f0727f91fd008a41f204cb7efe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e0a2f5cc47de68a6b78d20e434bd675 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c6bf7c851c1f43873d6b9696314166c = $(`<div id="html_3c6bf7c851c1f43873d6b9696314166c" style="width: 100.0%; height: 100.0%;">nostr.davenov.com</div>`)[0];
|
|
popup_7e0a2f5cc47de68a6b78d20e434bd675.setContent(html_3c6bf7c851c1f43873d6b9696314166c);
|
|
|
|
|
|
|
|
marker_98045b54a1a53c6fad76b3fd2fa9b319.bindPopup(popup_7e0a2f5cc47de68a6b78d20e434bd675)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98045b54a1a53c6fad76b3fd2fa9b319.setIcon(icon_883993f0727f91fd008a41f204cb7efe);
|
|
|
|
|
|
var marker_1d44298dc48f386afd2cffda45021098 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_92f935c396634a4add146abf542ef57d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99537416cd2e21d1514285fd5cf6bc75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf42b2e73082346c0560f872ab3e3124 = $(`<div id="html_bf42b2e73082346c0560f872ab3e3124" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_99537416cd2e21d1514285fd5cf6bc75.setContent(html_bf42b2e73082346c0560f872ab3e3124);
|
|
|
|
|
|
|
|
marker_1d44298dc48f386afd2cffda45021098.bindPopup(popup_99537416cd2e21d1514285fd5cf6bc75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d44298dc48f386afd2cffda45021098.setIcon(icon_92f935c396634a4add146abf542ef57d);
|
|
|
|
|
|
var marker_f566a90d78680af136226b219fc2212c = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_b97195a715adbc6cb1acbfce6872044c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd675a8064fe67b9ea6e7641d58abe0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d57dfbd1c3da39d80e0c1b249a7d1f42 = $(`<div id="html_d57dfbd1c3da39d80e0c1b249a7d1f42" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_cd675a8064fe67b9ea6e7641d58abe0e.setContent(html_d57dfbd1c3da39d80e0c1b249a7d1f42);
|
|
|
|
|
|
|
|
marker_f566a90d78680af136226b219fc2212c.bindPopup(popup_cd675a8064fe67b9ea6e7641d58abe0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f566a90d78680af136226b219fc2212c.setIcon(icon_b97195a715adbc6cb1acbfce6872044c);
|
|
|
|
|
|
var marker_ea2be12a94924a0ee5aab288ce896c3b = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_4a50bdc0ee279889be63a8d27e0a148b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7df431c6d402a19fae4e4e681b58da2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec4369838ab91608ec6aa28db1e65364 = $(`<div id="html_ec4369838ab91608ec6aa28db1e65364" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com:443</div>`)[0];
|
|
popup_c7df431c6d402a19fae4e4e681b58da2.setContent(html_ec4369838ab91608ec6aa28db1e65364);
|
|
|
|
|
|
|
|
marker_ea2be12a94924a0ee5aab288ce896c3b.bindPopup(popup_c7df431c6d402a19fae4e4e681b58da2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea2be12a94924a0ee5aab288ce896c3b.setIcon(icon_4a50bdc0ee279889be63a8d27e0a148b);
|
|
|
|
|
|
var marker_259cff9fd2afb38b49a744b011248c58 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_1ad8b6045eb507ba422f203598c0facd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_400e255fc312debbf11f1e216f9e36bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce933e663e95a0b1f0d62b05d7772cbc = $(`<div id="html_ce933e663e95a0b1f0d62b05d7772cbc" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net:443</div>`)[0];
|
|
popup_400e255fc312debbf11f1e216f9e36bb.setContent(html_ce933e663e95a0b1f0d62b05d7772cbc);
|
|
|
|
|
|
|
|
marker_259cff9fd2afb38b49a744b011248c58.bindPopup(popup_400e255fc312debbf11f1e216f9e36bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_259cff9fd2afb38b49a744b011248c58.setIcon(icon_1ad8b6045eb507ba422f203598c0facd);
|
|
|
|
|
|
var marker_def3d5903df88c9a2f3a5d9955ff8086 = L.marker(
|
|
[13.8362, 100.735],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_ba2aa0a788ff526297d2e6bd9be78807 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_944a81ee917c4591ee772226d86825dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_025841532ae81bf66ded2befa49c62e1 = $(`<div id="html_025841532ae81bf66ded2befa49c62e1" style="width: 100.0%; height: 100.0%;">relay0.gfcom.info</div>`)[0];
|
|
popup_944a81ee917c4591ee772226d86825dc.setContent(html_025841532ae81bf66ded2befa49c62e1);
|
|
|
|
|
|
|
|
marker_def3d5903df88c9a2f3a5d9955ff8086.bindPopup(popup_944a81ee917c4591ee772226d86825dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_def3d5903df88c9a2f3a5d9955ff8086.setIcon(icon_ba2aa0a788ff526297d2e6bd9be78807);
|
|
|
|
|
|
var marker_d9d358a092b433b0f025c04cad8bf9f5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_395c30bb1539575f1ccef7e3e33a1f9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f63cfe7746d906796f1e3177b8e799e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d04fd5b2e0c5598521f647b434cb4dd = $(`<div id="html_7d04fd5b2e0c5598521f647b434cb4dd" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st</div>`)[0];
|
|
popup_3f63cfe7746d906796f1e3177b8e799e.setContent(html_7d04fd5b2e0c5598521f647b434cb4dd);
|
|
|
|
|
|
|
|
marker_d9d358a092b433b0f025c04cad8bf9f5.bindPopup(popup_3f63cfe7746d906796f1e3177b8e799e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9d358a092b433b0f025c04cad8bf9f5.setIcon(icon_395c30bb1539575f1ccef7e3e33a1f9d);
|
|
|
|
|
|
var marker_c067ed04a15d85596761490e2947aeed = L.marker(
|
|
[50.914, 3.21378],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_61804509df452aee29bb10674c44b65c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17e01de2a6d952d0a508a80c0f110a3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7e45add7c5076ee407e619b184b7ac7 = $(`<div id="html_f7e45add7c5076ee407e619b184b7ac7" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_17e01de2a6d952d0a508a80c0f110a3d.setContent(html_f7e45add7c5076ee407e619b184b7ac7);
|
|
|
|
|
|
|
|
marker_c067ed04a15d85596761490e2947aeed.bindPopup(popup_17e01de2a6d952d0a508a80c0f110a3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c067ed04a15d85596761490e2947aeed.setIcon(icon_61804509df452aee29bb10674c44b65c);
|
|
|
|
|
|
var marker_5c6875390ba7408c0dc183fc55d624c2 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_3914ab0d41ca0c03d418d7d8fe4d58cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e74ce543674822b7f71e7d2968516fcb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fc6750e97f0c8c0f939676310b5b3ac = $(`<div id="html_8fc6750e97f0c8c0f939676310b5b3ac" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_e74ce543674822b7f71e7d2968516fcb.setContent(html_8fc6750e97f0c8c0f939676310b5b3ac);
|
|
|
|
|
|
|
|
marker_5c6875390ba7408c0dc183fc55d624c2.bindPopup(popup_e74ce543674822b7f71e7d2968516fcb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c6875390ba7408c0dc183fc55d624c2.setIcon(icon_3914ab0d41ca0c03d418d7d8fe4d58cd);
|
|
|
|
|
|
var marker_2db6b544fd6b4f4c782505a8be8bc1fb = L.marker(
|
|
[40.7608, -111.891],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_a044eab05c306f550cfe404156b026f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe9e4590d28aec7faad7ac73eb2944ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49e0e1ab109ec2a04f7163b79bb5f076 = $(`<div id="html_49e0e1ab109ec2a04f7163b79bb5f076" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_fe9e4590d28aec7faad7ac73eb2944ef.setContent(html_49e0e1ab109ec2a04f7163b79bb5f076);
|
|
|
|
|
|
|
|
marker_2db6b544fd6b4f4c782505a8be8bc1fb.bindPopup(popup_fe9e4590d28aec7faad7ac73eb2944ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2db6b544fd6b4f4c782505a8be8bc1fb.setIcon(icon_a044eab05c306f550cfe404156b026f1);
|
|
|
|
|
|
var marker_276df4dfb96bdcafb1e2a5e535791fe1 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_64490557f52598f4f5c5defb606f3583 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae69aa09f9f9d714cb586f83718253cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b35578c6b4548faa8e6d149f8d6a9c6 = $(`<div id="html_1b35578c6b4548faa8e6d149f8d6a9c6" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com:443</div>`)[0];
|
|
popup_ae69aa09f9f9d714cb586f83718253cc.setContent(html_1b35578c6b4548faa8e6d149f8d6a9c6);
|
|
|
|
|
|
|
|
marker_276df4dfb96bdcafb1e2a5e535791fe1.bindPopup(popup_ae69aa09f9f9d714cb586f83718253cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_276df4dfb96bdcafb1e2a5e535791fe1.setIcon(icon_64490557f52598f4f5c5defb606f3583);
|
|
|
|
|
|
var marker_4814c9cb818fd26f4aa630287ab2aeac = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_0bfa65cd873fcca64cd61bbea186431e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca3ce7e753b45c308e6a83b9a77a645d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5164c130094c8dd30ab265813cd58ee = $(`<div id="html_b5164c130094c8dd30ab265813cd58ee" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io:443</div>`)[0];
|
|
popup_ca3ce7e753b45c308e6a83b9a77a645d.setContent(html_b5164c130094c8dd30ab265813cd58ee);
|
|
|
|
|
|
|
|
marker_4814c9cb818fd26f4aa630287ab2aeac.bindPopup(popup_ca3ce7e753b45c308e6a83b9a77a645d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4814c9cb818fd26f4aa630287ab2aeac.setIcon(icon_0bfa65cd873fcca64cd61bbea186431e);
|
|
|
|
|
|
var marker_c88a0945655ff2217e76c261a564fa1e = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_8440516328ccd5a89c83de9f6fa6753c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b959c0bb0b8f6384275dc7d0a8667e75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2782c178a2d2ca7b02324f37eadc1755 = $(`<div id="html_2782c178a2d2ca7b02324f37eadc1755" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com:443</div>`)[0];
|
|
popup_b959c0bb0b8f6384275dc7d0a8667e75.setContent(html_2782c178a2d2ca7b02324f37eadc1755);
|
|
|
|
|
|
|
|
marker_c88a0945655ff2217e76c261a564fa1e.bindPopup(popup_b959c0bb0b8f6384275dc7d0a8667e75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c88a0945655ff2217e76c261a564fa1e.setIcon(icon_8440516328ccd5a89c83de9f6fa6753c);
|
|
|
|
|
|
var marker_6e720e21f5766432aa6e0f257b9adb49 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_ed6eaf7acd55776accf182e8f22a2c93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fde56e5846f385937ce886278b639edd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b57ca2cb7ceba1df34c3ce0d3352a269 = $(`<div id="html_b57ca2cb7ceba1df34c3ce0d3352a269" style="width: 100.0%; height: 100.0%;">vm-1734.lnvps.cloud</div>`)[0];
|
|
popup_fde56e5846f385937ce886278b639edd.setContent(html_b57ca2cb7ceba1df34c3ce0d3352a269);
|
|
|
|
|
|
|
|
marker_6e720e21f5766432aa6e0f257b9adb49.bindPopup(popup_fde56e5846f385937ce886278b639edd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e720e21f5766432aa6e0f257b9adb49.setIcon(icon_ed6eaf7acd55776accf182e8f22a2c93);
|
|
|
|
|
|
var marker_77086031dc1fcdd6bc68f654f22e80fc = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_259f5f023a3ca62995c62a3e3c8343ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4da065cc393d5f409d215667550add0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d239b5914c1b701c0c5ccfb4affc36ba = $(`<div id="html_d239b5914c1b701c0c5ccfb4affc36ba" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com:443</div>`)[0];
|
|
popup_a4da065cc393d5f409d215667550add0.setContent(html_d239b5914c1b701c0c5ccfb4affc36ba);
|
|
|
|
|
|
|
|
marker_77086031dc1fcdd6bc68f654f22e80fc.bindPopup(popup_a4da065cc393d5f409d215667550add0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77086031dc1fcdd6bc68f654f22e80fc.setIcon(icon_259f5f023a3ca62995c62a3e3c8343ad);
|
|
|
|
|
|
var marker_7084c0cf7d2e7564c979e7af191d14aa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_2c4b79cf08c09e8a539d731a1a318e1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_295ccdda622aef6e9cabc790c1c06b61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9b9a2c5dfc1ef6437498cc366711c4e = $(`<div id="html_b9b9a2c5dfc1ef6437498cc366711c4e" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_295ccdda622aef6e9cabc790c1c06b61.setContent(html_b9b9a2c5dfc1ef6437498cc366711c4e);
|
|
|
|
|
|
|
|
marker_7084c0cf7d2e7564c979e7af191d14aa.bindPopup(popup_295ccdda622aef6e9cabc790c1c06b61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7084c0cf7d2e7564c979e7af191d14aa.setIcon(icon_2c4b79cf08c09e8a539d731a1a318e1b);
|
|
|
|
|
|
var marker_7ff49a908ac6d01cd8f40b8186772487 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_66dfb613ae2bf694d546592780effc29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49e6dedc9ecc7ab26e5a3527a558b81a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a97ab3e8f6c5f8aff0a3629760174fd = $(`<div id="html_0a97ab3e8f6c5f8aff0a3629760174fd" style="width: 100.0%; height: 100.0%;">nostr.easycryptosend.it</div>`)[0];
|
|
popup_49e6dedc9ecc7ab26e5a3527a558b81a.setContent(html_0a97ab3e8f6c5f8aff0a3629760174fd);
|
|
|
|
|
|
|
|
marker_7ff49a908ac6d01cd8f40b8186772487.bindPopup(popup_49e6dedc9ecc7ab26e5a3527a558b81a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ff49a908ac6d01cd8f40b8186772487.setIcon(icon_66dfb613ae2bf694d546592780effc29);
|
|
|
|
|
|
var marker_a5bbe17d1124b9885970d97a188f0eff = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_570abf6d7b661f04940819edd5e1b5a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff86d4ee19b61a97a4f2a921e3e1ae03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49a4553ef9b7629cc292c8e88c02f6fe = $(`<div id="html_49a4553ef9b7629cc292c8e88c02f6fe" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com:443</div>`)[0];
|
|
popup_ff86d4ee19b61a97a4f2a921e3e1ae03.setContent(html_49a4553ef9b7629cc292c8e88c02f6fe);
|
|
|
|
|
|
|
|
marker_a5bbe17d1124b9885970d97a188f0eff.bindPopup(popup_ff86d4ee19b61a97a4f2a921e3e1ae03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5bbe17d1124b9885970d97a188f0eff.setIcon(icon_570abf6d7b661f04940819edd5e1b5a1);
|
|
|
|
|
|
var marker_a23a5aee8c42d433e72809ffebdd0081 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_e21ac81f0324c998311972755b241a7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05920424d53111d2f9a45e2197f83242 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99375ac67a304ff3fc5764c83111b294 = $(`<div id="html_99375ac67a304ff3fc5764c83111b294" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_05920424d53111d2f9a45e2197f83242.setContent(html_99375ac67a304ff3fc5764c83111b294);
|
|
|
|
|
|
|
|
marker_a23a5aee8c42d433e72809ffebdd0081.bindPopup(popup_05920424d53111d2f9a45e2197f83242)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a23a5aee8c42d433e72809ffebdd0081.setIcon(icon_e21ac81f0324c998311972755b241a7b);
|
|
|
|
|
|
var marker_b4149ab89ae85952dca3a1bc8278d088 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_e2408edd8de90996f420357476433169 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76f212c01d9c5b7e522efe6f9c94a5f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e2631fe1816561faa400455ac627bcd = $(`<div id="html_3e2631fe1816561faa400455ac627bcd" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_76f212c01d9c5b7e522efe6f9c94a5f8.setContent(html_3e2631fe1816561faa400455ac627bcd);
|
|
|
|
|
|
|
|
marker_b4149ab89ae85952dca3a1bc8278d088.bindPopup(popup_76f212c01d9c5b7e522efe6f9c94a5f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4149ab89ae85952dca3a1bc8278d088.setIcon(icon_e2408edd8de90996f420357476433169);
|
|
|
|
|
|
var marker_b84c993d6b57d7a615c0e7163d8e8561 = L.marker(
|
|
[35.2227, -97.4786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_d36dfd4db8fc992de7821356b95b61bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47833a29c015ed4d4e01df56ed3bf996 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_663db7800e558f4fefac287ae192a8d0 = $(`<div id="html_663db7800e558f4fefac287ae192a8d0" style="width: 100.0%; height: 100.0%;">relay.beginningend.com</div>`)[0];
|
|
popup_47833a29c015ed4d4e01df56ed3bf996.setContent(html_663db7800e558f4fefac287ae192a8d0);
|
|
|
|
|
|
|
|
marker_b84c993d6b57d7a615c0e7163d8e8561.bindPopup(popup_47833a29c015ed4d4e01df56ed3bf996)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b84c993d6b57d7a615c0e7163d8e8561.setIcon(icon_d36dfd4db8fc992de7821356b95b61bb);
|
|
|
|
|
|
var marker_9d5fb6ca05ea16909664b5078f6615f8 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_4073a9be1016d650de6bca28257a2db2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c1739791b44587267f69e4e8b308eff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21a431ae47ed6d5815d6653b38805e2c = $(`<div id="html_21a431ae47ed6d5815d6653b38805e2c" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_4c1739791b44587267f69e4e8b308eff.setContent(html_21a431ae47ed6d5815d6653b38805e2c);
|
|
|
|
|
|
|
|
marker_9d5fb6ca05ea16909664b5078f6615f8.bindPopup(popup_4c1739791b44587267f69e4e8b308eff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d5fb6ca05ea16909664b5078f6615f8.setIcon(icon_4073a9be1016d650de6bca28257a2db2);
|
|
|
|
|
|
var marker_9cd9b898463e3ad3b989fd960066182e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_852d4f8c46d5480b5edebd6e8fb7612c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_620034a1bc1bfad44d94bf7dca8dada4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68032356e400f12f1057812039b7e70d = $(`<div id="html_68032356e400f12f1057812039b7e70d" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_620034a1bc1bfad44d94bf7dca8dada4.setContent(html_68032356e400f12f1057812039b7e70d);
|
|
|
|
|
|
|
|
marker_9cd9b898463e3ad3b989fd960066182e.bindPopup(popup_620034a1bc1bfad44d94bf7dca8dada4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9cd9b898463e3ad3b989fd960066182e.setIcon(icon_852d4f8c46d5480b5edebd6e8fb7612c);
|
|
|
|
|
|
var marker_113bfde822cd6df59c6f2f7011966081 = L.marker(
|
|
[39.6478, -104.988],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_13ffd97546be746add07ce4d9d6fcfd6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e4dbb9b091b73fe8f3aee3db975fda0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d47557b51985c1473585f92d90e1341 = $(`<div id="html_0d47557b51985c1473585f92d90e1341" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net:443</div>`)[0];
|
|
popup_1e4dbb9b091b73fe8f3aee3db975fda0.setContent(html_0d47557b51985c1473585f92d90e1341);
|
|
|
|
|
|
|
|
marker_113bfde822cd6df59c6f2f7011966081.bindPopup(popup_1e4dbb9b091b73fe8f3aee3db975fda0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_113bfde822cd6df59c6f2f7011966081.setIcon(icon_13ffd97546be746add07ce4d9d6fcfd6);
|
|
|
|
|
|
var marker_cfcd4a8e25058e8c4a817391c82ae945 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_030ab290662c95077c80038f30badf89 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c5f09ba8805d89b4379b9b638118d10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8200dca0a84798733601980a317cf14d = $(`<div id="html_8200dca0a84798733601980a317cf14d" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_7c5f09ba8805d89b4379b9b638118d10.setContent(html_8200dca0a84798733601980a317cf14d);
|
|
|
|
|
|
|
|
marker_cfcd4a8e25058e8c4a817391c82ae945.bindPopup(popup_7c5f09ba8805d89b4379b9b638118d10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfcd4a8e25058e8c4a817391c82ae945.setIcon(icon_030ab290662c95077c80038f30badf89);
|
|
|
|
|
|
var marker_44047bf676e148fd2a95c19b2434df7d = L.marker(
|
|
[52.6907, 4.8181],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_6c3dc3ceaeded159ccf06e3719764c20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42a5ed8b4497b6cf81fd78f688c8ca35 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_731815f170d5d0f931a8461a74f3aea3 = $(`<div id="html_731815f170d5d0f931a8461a74f3aea3" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space:443</div>`)[0];
|
|
popup_42a5ed8b4497b6cf81fd78f688c8ca35.setContent(html_731815f170d5d0f931a8461a74f3aea3);
|
|
|
|
|
|
|
|
marker_44047bf676e148fd2a95c19b2434df7d.bindPopup(popup_42a5ed8b4497b6cf81fd78f688c8ca35)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44047bf676e148fd2a95c19b2434df7d.setIcon(icon_6c3dc3ceaeded159ccf06e3719764c20);
|
|
|
|
|
|
var marker_a9c6adb5d6c1eab5d588759a0bcbe2cf = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_95640eeeb42b562dd16d97e2b45cd1af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35f3310fa1c1eb0075e8da610c362ae7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00714d5d469c429ee2b088ce4a25313f = $(`<div id="html_00714d5d469c429ee2b088ce4a25313f" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org:443</div>`)[0];
|
|
popup_35f3310fa1c1eb0075e8da610c362ae7.setContent(html_00714d5d469c429ee2b088ce4a25313f);
|
|
|
|
|
|
|
|
marker_a9c6adb5d6c1eab5d588759a0bcbe2cf.bindPopup(popup_35f3310fa1c1eb0075e8da610c362ae7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9c6adb5d6c1eab5d588759a0bcbe2cf.setIcon(icon_95640eeeb42b562dd16d97e2b45cd1af);
|
|
|
|
|
|
var marker_4a4698e78fff039602d605b82593807c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_940b95a0a5a94e9c381f130b6de8f468 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5209fa0b2f53fc2c1aad59da89aecb38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b5327d798be4070221cde266d11d6ef = $(`<div id="html_8b5327d798be4070221cde266d11d6ef" style="width: 100.0%; height: 100.0%;">offchain.bostr.online</div>`)[0];
|
|
popup_5209fa0b2f53fc2c1aad59da89aecb38.setContent(html_8b5327d798be4070221cde266d11d6ef);
|
|
|
|
|
|
|
|
marker_4a4698e78fff039602d605b82593807c.bindPopup(popup_5209fa0b2f53fc2c1aad59da89aecb38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a4698e78fff039602d605b82593807c.setIcon(icon_940b95a0a5a94e9c381f130b6de8f468);
|
|
|
|
|
|
var marker_03bb445fa4adf1bdbe19ca2a0ba00965 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_4e008622b73110a19b98e8e0f7d3c26f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_798c2e923ab3affaacd7829a4e3bf9aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cad5b55ed87f99b98bea2f7bab205dd = $(`<div id="html_7cad5b55ed87f99b98bea2f7bab205dd" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_798c2e923ab3affaacd7829a4e3bf9aa.setContent(html_7cad5b55ed87f99b98bea2f7bab205dd);
|
|
|
|
|
|
|
|
marker_03bb445fa4adf1bdbe19ca2a0ba00965.bindPopup(popup_798c2e923ab3affaacd7829a4e3bf9aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03bb445fa4adf1bdbe19ca2a0ba00965.setIcon(icon_4e008622b73110a19b98e8e0f7d3c26f);
|
|
|
|
|
|
var marker_36de590c5218a1dde0a56437258b6a38 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_03cf080f007a2f454319522c9a819782 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5188365ea2174d9ca01bf90c6b52e27a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50c012ff7fc13d6fbdda1fdd5ccba9f1 = $(`<div id="html_50c012ff7fc13d6fbdda1fdd5ccba9f1" style="width: 100.0%; height: 100.0%;">r.0kb.io:443</div>`)[0];
|
|
popup_5188365ea2174d9ca01bf90c6b52e27a.setContent(html_50c012ff7fc13d6fbdda1fdd5ccba9f1);
|
|
|
|
|
|
|
|
marker_36de590c5218a1dde0a56437258b6a38.bindPopup(popup_5188365ea2174d9ca01bf90c6b52e27a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36de590c5218a1dde0a56437258b6a38.setIcon(icon_03cf080f007a2f454319522c9a819782);
|
|
|
|
|
|
var marker_7a9ecc2e922324be65d8c0a64b1b773c = L.marker(
|
|
[48.9006, 2.25929],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_4092425f5c93a0e1881d3e65f4821ede = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3bb9e28cb9148a9c920f619acab267b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a633a487f01dc7046dc23c2ec7bc39f9 = $(`<div id="html_a633a487f01dc7046dc23c2ec7bc39f9" style="width: 100.0%; height: 100.0%;">relay.sovereignresonance.org</div>`)[0];
|
|
popup_e3bb9e28cb9148a9c920f619acab267b.setContent(html_a633a487f01dc7046dc23c2ec7bc39f9);
|
|
|
|
|
|
|
|
marker_7a9ecc2e922324be65d8c0a64b1b773c.bindPopup(popup_e3bb9e28cb9148a9c920f619acab267b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a9ecc2e922324be65d8c0a64b1b773c.setIcon(icon_4092425f5c93a0e1881d3e65f4821ede);
|
|
|
|
|
|
var marker_e0af96994eece291ab98ca2fc69595b3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_9567eb8521b2a48169eb69c5912e69e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5d6ef88eaa42a5c895720045f33348d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_086d5d2c621d8f71a201e0c318e64deb = $(`<div id="html_086d5d2c621d8f71a201e0c318e64deb" style="width: 100.0%; height: 100.0%;">relay.minibolt.info:443</div>`)[0];
|
|
popup_f5d6ef88eaa42a5c895720045f33348d.setContent(html_086d5d2c621d8f71a201e0c318e64deb);
|
|
|
|
|
|
|
|
marker_e0af96994eece291ab98ca2fc69595b3.bindPopup(popup_f5d6ef88eaa42a5c895720045f33348d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0af96994eece291ab98ca2fc69595b3.setIcon(icon_9567eb8521b2a48169eb69c5912e69e0);
|
|
|
|
|
|
var marker_cb6f53da4074131824af40530d4713b4 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_520145f5817c2115813523f3232faeb0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6740ba41f303a2a31ecb8a3cd0cba1b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f1dbf86c0a69cc035af332c938a9486 = $(`<div id="html_1f1dbf86c0a69cc035af332c938a9486" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_6740ba41f303a2a31ecb8a3cd0cba1b8.setContent(html_1f1dbf86c0a69cc035af332c938a9486);
|
|
|
|
|
|
|
|
marker_cb6f53da4074131824af40530d4713b4.bindPopup(popup_6740ba41f303a2a31ecb8a3cd0cba1b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb6f53da4074131824af40530d4713b4.setIcon(icon_520145f5817c2115813523f3232faeb0);
|
|
|
|
|
|
var marker_9447b725d649cbdd085064c8ff631032 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_b272bda2b12a35b6ff2eb3b0c91fd9f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_149ecd2611489e59e02f9650975f23af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7f540b65da70583476c83a1beeffa60 = $(`<div id="html_c7f540b65da70583476c83a1beeffa60" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_149ecd2611489e59e02f9650975f23af.setContent(html_c7f540b65da70583476c83a1beeffa60);
|
|
|
|
|
|
|
|
marker_9447b725d649cbdd085064c8ff631032.bindPopup(popup_149ecd2611489e59e02f9650975f23af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9447b725d649cbdd085064c8ff631032.setIcon(icon_b272bda2b12a35b6ff2eb3b0c91fd9f2);
|
|
|
|
|
|
var marker_49f9f58342304f1be80ebfb0560d4fc1 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_eacaadd70c4941cb1f8e99e3db9fee50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cf79c89aec39f034e0ed1a64da91c9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9bc4d92e6bb47a495dbd6997ebb04167 = $(`<div id="html_9bc4d92e6bb47a495dbd6997ebb04167" style="width: 100.0%; height: 100.0%;">articles.layer3.news:443</div>`)[0];
|
|
popup_0cf79c89aec39f034e0ed1a64da91c9c.setContent(html_9bc4d92e6bb47a495dbd6997ebb04167);
|
|
|
|
|
|
|
|
marker_49f9f58342304f1be80ebfb0560d4fc1.bindPopup(popup_0cf79c89aec39f034e0ed1a64da91c9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49f9f58342304f1be80ebfb0560d4fc1.setIcon(icon_eacaadd70c4941cb1f8e99e3db9fee50);
|
|
|
|
|
|
var marker_125ce7750f08e43328c594a1f1e5a717 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_ef6e432029ee1aee1a050457120f6145 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16e0c9a586949555750b22155acc0c92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f208d738202940dd2dccd5da59933b22 = $(`<div id="html_f208d738202940dd2dccd5da59933b22" style="width: 100.0%; height: 100.0%;">conduitl2.fly.dev</div>`)[0];
|
|
popup_16e0c9a586949555750b22155acc0c92.setContent(html_f208d738202940dd2dccd5da59933b22);
|
|
|
|
|
|
|
|
marker_125ce7750f08e43328c594a1f1e5a717.bindPopup(popup_16e0c9a586949555750b22155acc0c92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_125ce7750f08e43328c594a1f1e5a717.setIcon(icon_ef6e432029ee1aee1a050457120f6145);
|
|
|
|
|
|
var marker_546e4a036e0d216a2f0566f7b261ddc5 = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_ffa1005872ecf733c7f8454c6397b210 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de3c5ef6bc6aab6f0e5376cf2de17c66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0204e3fa637bf124f3ae503ed3b0353f = $(`<div id="html_0204e3fa637bf124f3ae503ed3b0353f" style="width: 100.0%; height: 100.0%;">relay.chorus.community:443</div>`)[0];
|
|
popup_de3c5ef6bc6aab6f0e5376cf2de17c66.setContent(html_0204e3fa637bf124f3ae503ed3b0353f);
|
|
|
|
|
|
|
|
marker_546e4a036e0d216a2f0566f7b261ddc5.bindPopup(popup_de3c5ef6bc6aab6f0e5376cf2de17c66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_546e4a036e0d216a2f0566f7b261ddc5.setIcon(icon_ffa1005872ecf733c7f8454c6397b210);
|
|
|
|
|
|
var marker_ae57493628cd7cae3f458ca56f824214 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_be33eb5a92327b9292ddc1d9f66fbf22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6cd2c69e801260820806b225552962fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb1ed38402455dbf15b095ea333a59d8 = $(`<div id="html_eb1ed38402455dbf15b095ea333a59d8" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_6cd2c69e801260820806b225552962fc.setContent(html_eb1ed38402455dbf15b095ea333a59d8);
|
|
|
|
|
|
|
|
marker_ae57493628cd7cae3f458ca56f824214.bindPopup(popup_6cd2c69e801260820806b225552962fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae57493628cd7cae3f458ca56f824214.setIcon(icon_be33eb5a92327b9292ddc1d9f66fbf22);
|
|
|
|
|
|
var marker_02b19e1495130918b9c4bf8399b66f5b = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_223c641fe8864c5caadf5e54a0d9cec4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5c1c5572b674688e063337aae3db030 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1522bec5473a3980f6105a0a00b1b8fa = $(`<div id="html_1522bec5473a3980f6105a0a00b1b8fa" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com:443</div>`)[0];
|
|
popup_c5c1c5572b674688e063337aae3db030.setContent(html_1522bec5473a3980f6105a0a00b1b8fa);
|
|
|
|
|
|
|
|
marker_02b19e1495130918b9c4bf8399b66f5b.bindPopup(popup_c5c1c5572b674688e063337aae3db030)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02b19e1495130918b9c4bf8399b66f5b.setIcon(icon_223c641fe8864c5caadf5e54a0d9cec4);
|
|
|
|
|
|
var marker_1414f6bf817ee3fb001bc4a4db28529a = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_8d1db3c3436ab9def2bffa317ef86b28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24bc5a8646db73436d00dade2c39c612 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0cbf434476c2aac9223bb09eebe1ee83 = $(`<div id="html_0cbf434476c2aac9223bb09eebe1ee83" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_24bc5a8646db73436d00dade2c39c612.setContent(html_0cbf434476c2aac9223bb09eebe1ee83);
|
|
|
|
|
|
|
|
marker_1414f6bf817ee3fb001bc4a4db28529a.bindPopup(popup_24bc5a8646db73436d00dade2c39c612)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1414f6bf817ee3fb001bc4a4db28529a.setIcon(icon_8d1db3c3436ab9def2bffa317ef86b28);
|
|
|
|
|
|
var marker_d7ab05c6ba1f33294e9e08234e338ae2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_d0fe92af1b8fbbce1a283d0e820b6ed1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09e5feddee7fa3cbea8e1c5eabe9b5dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d9ab9abdc21922e85bc50ebe7c85b87 = $(`<div id="html_4d9ab9abdc21922e85bc50ebe7c85b87" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app:443</div>`)[0];
|
|
popup_09e5feddee7fa3cbea8e1c5eabe9b5dc.setContent(html_4d9ab9abdc21922e85bc50ebe7c85b87);
|
|
|
|
|
|
|
|
marker_d7ab05c6ba1f33294e9e08234e338ae2.bindPopup(popup_09e5feddee7fa3cbea8e1c5eabe9b5dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7ab05c6ba1f33294e9e08234e338ae2.setIcon(icon_d0fe92af1b8fbbce1a283d0e820b6ed1);
|
|
|
|
|
|
var marker_219b466ef41a3ac1987c886c8ee19c79 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_e1ef102e2e070ed0d962320b07fc16cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9c4608adb9ca057daae383e3f359ca9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11e2b24a7589af52c0b7dfc51cb6f7c0 = $(`<div id="html_11e2b24a7589af52c0b7dfc51cb6f7c0" style="width: 100.0%; height: 100.0%;">dm-test-nostr-rs-42-disabled.samt.st</div>`)[0];
|
|
popup_c9c4608adb9ca057daae383e3f359ca9.setContent(html_11e2b24a7589af52c0b7dfc51cb6f7c0);
|
|
|
|
|
|
|
|
marker_219b466ef41a3ac1987c886c8ee19c79.bindPopup(popup_c9c4608adb9ca057daae383e3f359ca9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_219b466ef41a3ac1987c886c8ee19c79.setIcon(icon_e1ef102e2e070ed0d962320b07fc16cd);
|
|
|
|
|
|
var marker_ca7030b1f19bfff8928bbaf32f232cd3 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_deaa4acec310f4ad29d5e24665a5213c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30ea6df65d9834e26a63ec5f0a0b655e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57a7862944b5590bfef65de9c14a6ae3 = $(`<div id="html_57a7862944b5590bfef65de9c14a6ae3" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org:443</div>`)[0];
|
|
popup_30ea6df65d9834e26a63ec5f0a0b655e.setContent(html_57a7862944b5590bfef65de9c14a6ae3);
|
|
|
|
|
|
|
|
marker_ca7030b1f19bfff8928bbaf32f232cd3.bindPopup(popup_30ea6df65d9834e26a63ec5f0a0b655e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca7030b1f19bfff8928bbaf32f232cd3.setIcon(icon_deaa4acec310f4ad29d5e24665a5213c);
|
|
|
|
|
|
var marker_117603bf291c102a60a21750de75c5ee = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_95cab1a66ef5b7c02751cdfa6ecb1755 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a34372729903f7392d3d6664a943d002 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42294d7c884eef43a9c6d44b70bdc622 = $(`<div id="html_42294d7c884eef43a9c6d44b70bdc622" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_a34372729903f7392d3d6664a943d002.setContent(html_42294d7c884eef43a9c6d44b70bdc622);
|
|
|
|
|
|
|
|
marker_117603bf291c102a60a21750de75c5ee.bindPopup(popup_a34372729903f7392d3d6664a943d002)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_117603bf291c102a60a21750de75c5ee.setIcon(icon_95cab1a66ef5b7c02751cdfa6ecb1755);
|
|
|
|
|
|
var marker_5dd1970a2762a6d5d64591c11338b217 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_aad9d20e4918f4f287f9e7090c0dc99d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eeb00581f4629ae995d237b8f63e99c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_385a066187d3d0c2e628098b973e5bb7 = $(`<div id="html_385a066187d3d0c2e628098b973e5bb7" style="width: 100.0%; height: 100.0%;">relay.layer.systems:443</div>`)[0];
|
|
popup_eeb00581f4629ae995d237b8f63e99c3.setContent(html_385a066187d3d0c2e628098b973e5bb7);
|
|
|
|
|
|
|
|
marker_5dd1970a2762a6d5d64591c11338b217.bindPopup(popup_eeb00581f4629ae995d237b8f63e99c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5dd1970a2762a6d5d64591c11338b217.setIcon(icon_aad9d20e4918f4f287f9e7090c0dc99d);
|
|
|
|
|
|
var marker_2565decf32c7a9a856cb9e38046f5112 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_c14a3ed17cd6e245aeb738a69768782a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11efa21371dbfd5df4d2b58d422681c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fa322467a498f444d22eb7a5096e87f = $(`<div id="html_6fa322467a498f444d22eb7a5096e87f" style="width: 100.0%; height: 100.0%;">relay.angor.io:443</div>`)[0];
|
|
popup_11efa21371dbfd5df4d2b58d422681c9.setContent(html_6fa322467a498f444d22eb7a5096e87f);
|
|
|
|
|
|
|
|
marker_2565decf32c7a9a856cb9e38046f5112.bindPopup(popup_11efa21371dbfd5df4d2b58d422681c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2565decf32c7a9a856cb9e38046f5112.setIcon(icon_c14a3ed17cd6e245aeb738a69768782a);
|
|
|
|
|
|
var marker_eade3d27f4b3e3a43daaf5257f464fe2 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_f950c7c020b96ce672c67389587d3484 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a986fa571af461938f7e0d1d8c470135 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4585ac46b644b5a28e78c844378c96aa = $(`<div id="html_4585ac46b644b5a28e78c844378c96aa" style="width: 100.0%; height: 100.0%;">relay.wisp.talk</div>`)[0];
|
|
popup_a986fa571af461938f7e0d1d8c470135.setContent(html_4585ac46b644b5a28e78c844378c96aa);
|
|
|
|
|
|
|
|
marker_eade3d27f4b3e3a43daaf5257f464fe2.bindPopup(popup_a986fa571af461938f7e0d1d8c470135)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eade3d27f4b3e3a43daaf5257f464fe2.setIcon(icon_f950c7c020b96ce672c67389587d3484);
|
|
|
|
|
|
var marker_b04922a17671a64b0d27bf64ebc9e7cd = L.marker(
|
|
[39.6478, -104.988],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_d070373621d5f5c5264a14cfe54f31d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_469d0c1ef20f4697d8bc9caa1a276ee3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8dff23dcf53fbd5d59ccd7ea0438a3a0 = $(`<div id="html_8dff23dcf53fbd5d59ccd7ea0438a3a0" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_469d0c1ef20f4697d8bc9caa1a276ee3.setContent(html_8dff23dcf53fbd5d59ccd7ea0438a3a0);
|
|
|
|
|
|
|
|
marker_b04922a17671a64b0d27bf64ebc9e7cd.bindPopup(popup_469d0c1ef20f4697d8bc9caa1a276ee3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b04922a17671a64b0d27bf64ebc9e7cd.setIcon(icon_d070373621d5f5c5264a14cfe54f31d2);
|
|
|
|
|
|
var marker_0ca089284819c486c4aea2eca900c4b4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_690d2d98cb41cf98432f91527b8a98d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd92040174386bcf323610d999e16361 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1946003c69dfe9522bad762d1bab424a = $(`<div id="html_1946003c69dfe9522bad762d1bab424a" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_cd92040174386bcf323610d999e16361.setContent(html_1946003c69dfe9522bad762d1bab424a);
|
|
|
|
|
|
|
|
marker_0ca089284819c486c4aea2eca900c4b4.bindPopup(popup_cd92040174386bcf323610d999e16361)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ca089284819c486c4aea2eca900c4b4.setIcon(icon_690d2d98cb41cf98432f91527b8a98d2);
|
|
|
|
|
|
var marker_ff90dd54f1949c791cc57b5c8912fb70 = L.marker(
|
|
[51.4379, 14.2355],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_5069f694eb5f45f8e4046aed5fc8fb50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9707722e4429c5704e1704ea810d31b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9981f40cbec56f9474da80595d5cf3f3 = $(`<div id="html_9981f40cbec56f9474da80595d5cf3f3" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_9707722e4429c5704e1704ea810d31b7.setContent(html_9981f40cbec56f9474da80595d5cf3f3);
|
|
|
|
|
|
|
|
marker_ff90dd54f1949c791cc57b5c8912fb70.bindPopup(popup_9707722e4429c5704e1704ea810d31b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff90dd54f1949c791cc57b5c8912fb70.setIcon(icon_5069f694eb5f45f8e4046aed5fc8fb50);
|
|
|
|
|
|
var marker_f7ee3541bcd3c207cbe9dd5b6e22c139 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_375effde0d86ecbe07da8aafaaf1344a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ed440ee0aadb36ec8fd1ef4e020021a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea80427ca3977dde5f02a746deaf2a27 = $(`<div id="html_ea80427ca3977dde5f02a746deaf2a27" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_7ed440ee0aadb36ec8fd1ef4e020021a.setContent(html_ea80427ca3977dde5f02a746deaf2a27);
|
|
|
|
|
|
|
|
marker_f7ee3541bcd3c207cbe9dd5b6e22c139.bindPopup(popup_7ed440ee0aadb36ec8fd1ef4e020021a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7ee3541bcd3c207cbe9dd5b6e22c139.setIcon(icon_375effde0d86ecbe07da8aafaaf1344a);
|
|
|
|
|
|
var marker_6f47ce9a266db7d0dba202646d009d54 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_54220b3f7ec27effdd95ff1d3c23c03b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0c5498aa60ff5105226c30b427dc45e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b671c67859fe0d1fa554d605cf02a619 = $(`<div id="html_b671c67859fe0d1fa554d605cf02a619" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_a0c5498aa60ff5105226c30b427dc45e.setContent(html_b671c67859fe0d1fa554d605cf02a619);
|
|
|
|
|
|
|
|
marker_6f47ce9a266db7d0dba202646d009d54.bindPopup(popup_a0c5498aa60ff5105226c30b427dc45e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f47ce9a266db7d0dba202646d009d54.setIcon(icon_54220b3f7ec27effdd95ff1d3c23c03b);
|
|
|
|
|
|
var marker_985f852ed72214b97d2a576018f108be = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_c72431f05313515600ca32f54d00bad1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_818d0a14933c3b4498ee4d4316e8fbaa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04927c41b6e5f7ab11bd607f46eed3b6 = $(`<div id="html_04927c41b6e5f7ab11bd607f46eed3b6" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za:443</div>`)[0];
|
|
popup_818d0a14933c3b4498ee4d4316e8fbaa.setContent(html_04927c41b6e5f7ab11bd607f46eed3b6);
|
|
|
|
|
|
|
|
marker_985f852ed72214b97d2a576018f108be.bindPopup(popup_818d0a14933c3b4498ee4d4316e8fbaa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_985f852ed72214b97d2a576018f108be.setIcon(icon_c72431f05313515600ca32f54d00bad1);
|
|
|
|
|
|
var marker_45664ddb1fb66497ab347f10f97c7fb7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_4b1f3f339736237f79a48e9a0ad834af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_936ace749b635d5a6961c4afc22aa298 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba2e1fabea61382ce9e73da737da403b = $(`<div id="html_ba2e1fabea61382ce9e73da737da403b" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_936ace749b635d5a6961c4afc22aa298.setContent(html_ba2e1fabea61382ce9e73da737da403b);
|
|
|
|
|
|
|
|
marker_45664ddb1fb66497ab347f10f97c7fb7.bindPopup(popup_936ace749b635d5a6961c4afc22aa298)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45664ddb1fb66497ab347f10f97c7fb7.setIcon(icon_4b1f3f339736237f79a48e9a0ad834af);
|
|
|
|
|
|
var marker_73c4f3b51af1a0219dec62abb4653fd7 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_243dca9a44599d6e18e891ebefca768d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba468cda3f1cfaa320a10d45f23e5526 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3eb0722e05df10ca967c2302959e2e47 = $(`<div id="html_3eb0722e05df10ca967c2302959e2e47" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_ba468cda3f1cfaa320a10d45f23e5526.setContent(html_3eb0722e05df10ca967c2302959e2e47);
|
|
|
|
|
|
|
|
marker_73c4f3b51af1a0219dec62abb4653fd7.bindPopup(popup_ba468cda3f1cfaa320a10d45f23e5526)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73c4f3b51af1a0219dec62abb4653fd7.setIcon(icon_243dca9a44599d6e18e891ebefca768d);
|
|
|
|
|
|
var marker_b3e62ea6cd15bec894e0371318ef2004 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_d244e9af58b6febe98e5224163031228 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c2623b520e5b4a36012a614e904eff9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ca094c84382e396850f5c0d2c31c87d = $(`<div id="html_3ca094c84382e396850f5c0d2c31c87d" style="width: 100.0%; height: 100.0%;">schnorr.me:443</div>`)[0];
|
|
popup_2c2623b520e5b4a36012a614e904eff9.setContent(html_3ca094c84382e396850f5c0d2c31c87d);
|
|
|
|
|
|
|
|
marker_b3e62ea6cd15bec894e0371318ef2004.bindPopup(popup_2c2623b520e5b4a36012a614e904eff9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3e62ea6cd15bec894e0371318ef2004.setIcon(icon_d244e9af58b6febe98e5224163031228);
|
|
|
|
|
|
var marker_8ea3550f11dd13c738b08802f864121c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_2cc1fe9c55a9870146668c8bdc23b959 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_657ccda564e7af7cce349ea5c7094461 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_442d4951ec0b876d5a0c7fc314de0db2 = $(`<div id="html_442d4951ec0b876d5a0c7fc314de0db2" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com:443</div>`)[0];
|
|
popup_657ccda564e7af7cce349ea5c7094461.setContent(html_442d4951ec0b876d5a0c7fc314de0db2);
|
|
|
|
|
|
|
|
marker_8ea3550f11dd13c738b08802f864121c.bindPopup(popup_657ccda564e7af7cce349ea5c7094461)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ea3550f11dd13c738b08802f864121c.setIcon(icon_2cc1fe9c55a9870146668c8bdc23b959);
|
|
|
|
|
|
var marker_1dacef255301720b23da6e5fdd7452c8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_ceabdbc5edf6a9f17d6da18682f51d21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ea97c760341a9928295c439be783bf8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3da6f576653dd27de7b2d1bffb3b9de8 = $(`<div id="html_3da6f576653dd27de7b2d1bffb3b9de8" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_6ea97c760341a9928295c439be783bf8.setContent(html_3da6f576653dd27de7b2d1bffb3b9de8);
|
|
|
|
|
|
|
|
marker_1dacef255301720b23da6e5fdd7452c8.bindPopup(popup_6ea97c760341a9928295c439be783bf8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1dacef255301720b23da6e5fdd7452c8.setIcon(icon_ceabdbc5edf6a9f17d6da18682f51d21);
|
|
|
|
|
|
var marker_f3b0f34e8eb18b202162a890926b8e14 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_bc6fcb4a1a441f7bd4c10d295073bda3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91c98b7b5ed58fcaa3b8f2ca02557bf9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5eff0d9e8ceb3083704b8410508b8c00 = $(`<div id="html_5eff0d9e8ceb3083704b8410508b8c00" style="width: 100.0%; height: 100.0%;">nostr.mom:443</div>`)[0];
|
|
popup_91c98b7b5ed58fcaa3b8f2ca02557bf9.setContent(html_5eff0d9e8ceb3083704b8410508b8c00);
|
|
|
|
|
|
|
|
marker_f3b0f34e8eb18b202162a890926b8e14.bindPopup(popup_91c98b7b5ed58fcaa3b8f2ca02557bf9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3b0f34e8eb18b202162a890926b8e14.setIcon(icon_bc6fcb4a1a441f7bd4c10d295073bda3);
|
|
|
|
|
|
var marker_d8c205dec8a2094dd23bca091ace2300 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_69a9e84fd160d2a0b2756000a442f552 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e4159c4b5484f043da2ab3b39b5863f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ecf58bb87517526c96c28bf0750008a3 = $(`<div id="html_ecf58bb87517526c96c28bf0750008a3" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de:443</div>`)[0];
|
|
popup_7e4159c4b5484f043da2ab3b39b5863f.setContent(html_ecf58bb87517526c96c28bf0750008a3);
|
|
|
|
|
|
|
|
marker_d8c205dec8a2094dd23bca091ace2300.bindPopup(popup_7e4159c4b5484f043da2ab3b39b5863f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8c205dec8a2094dd23bca091ace2300.setIcon(icon_69a9e84fd160d2a0b2756000a442f552);
|
|
|
|
|
|
var marker_dce5afe99169dd4f355168a6779c391f = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_19e85ab734c38c2cfa785cd8ca301145 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad74dde08f78171ebad743abc2586575 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26817767535cf9a59949ea400f67fb29 = $(`<div id="html_26817767535cf9a59949ea400f67fb29" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_ad74dde08f78171ebad743abc2586575.setContent(html_26817767535cf9a59949ea400f67fb29);
|
|
|
|
|
|
|
|
marker_dce5afe99169dd4f355168a6779c391f.bindPopup(popup_ad74dde08f78171ebad743abc2586575)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dce5afe99169dd4f355168a6779c391f.setIcon(icon_19e85ab734c38c2cfa785cd8ca301145);
|
|
|
|
|
|
var marker_745ffcd6113c42b11a861d1bacd6726f = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_49e6eec94a806313992604374eaa6f67 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d46b87a1a15cf7bc901c91aa606d5bfd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e6ab0beb1bb898f1e9331029d72042b = $(`<div id="html_5e6ab0beb1bb898f1e9331029d72042b" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_d46b87a1a15cf7bc901c91aa606d5bfd.setContent(html_5e6ab0beb1bb898f1e9331029d72042b);
|
|
|
|
|
|
|
|
marker_745ffcd6113c42b11a861d1bacd6726f.bindPopup(popup_d46b87a1a15cf7bc901c91aa606d5bfd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_745ffcd6113c42b11a861d1bacd6726f.setIcon(icon_49e6eec94a806313992604374eaa6f67);
|
|
|
|
|
|
var marker_e8e1fb8131400c889f1702fb027d7c3c = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_3b91c63c5f74d1afb50e6ebe2a0c3e5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c47024b67bad1a5b5080a29ff1b371a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8c0651fb30ed864aca5da76cd7c9536 = $(`<div id="html_f8c0651fb30ed864aca5da76cd7c9536" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_6c47024b67bad1a5b5080a29ff1b371a.setContent(html_f8c0651fb30ed864aca5da76cd7c9536);
|
|
|
|
|
|
|
|
marker_e8e1fb8131400c889f1702fb027d7c3c.bindPopup(popup_6c47024b67bad1a5b5080a29ff1b371a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8e1fb8131400c889f1702fb027d7c3c.setIcon(icon_3b91c63c5f74d1afb50e6ebe2a0c3e5a);
|
|
|
|
|
|
var marker_c0aad90f16c484070f941eccc235a73c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_1388476da7cd9f261b2727ba6b867fd6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3c8df7a8f540917954d46ee7713296b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2ab6fb1142cf2a5a0b263ff5636bc31 = $(`<div id="html_c2ab6fb1142cf2a5a0b263ff5636bc31" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_e3c8df7a8f540917954d46ee7713296b.setContent(html_c2ab6fb1142cf2a5a0b263ff5636bc31);
|
|
|
|
|
|
|
|
marker_c0aad90f16c484070f941eccc235a73c.bindPopup(popup_e3c8df7a8f540917954d46ee7713296b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0aad90f16c484070f941eccc235a73c.setIcon(icon_1388476da7cd9f261b2727ba6b867fd6);
|
|
|
|
|
|
var marker_a30da7255c12df5fe8dce93322dc498b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_09ca72fdc5fe8df61c46d0e730fa1043 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b396b614e1de35c348cab07faa113df0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c95b3848d1ec5c8f53b9113d8cc0cdfe = $(`<div id="html_c95b3848d1ec5c8f53b9113d8cc0cdfe" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_b396b614e1de35c348cab07faa113df0.setContent(html_c95b3848d1ec5c8f53b9113d8cc0cdfe);
|
|
|
|
|
|
|
|
marker_a30da7255c12df5fe8dce93322dc498b.bindPopup(popup_b396b614e1de35c348cab07faa113df0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a30da7255c12df5fe8dce93322dc498b.setIcon(icon_09ca72fdc5fe8df61c46d0e730fa1043);
|
|
|
|
|
|
var marker_7833ee924de81adbb3d654d5bc7e6dc8 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_a397211978c834b8e12d3faa5733b824 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_035e2f37a114c8cef16ca271e5e96784 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4675fc807276b5b8c07758f72fadc7bd = $(`<div id="html_4675fc807276b5b8c07758f72fadc7bd" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_035e2f37a114c8cef16ca271e5e96784.setContent(html_4675fc807276b5b8c07758f72fadc7bd);
|
|
|
|
|
|
|
|
marker_7833ee924de81adbb3d654d5bc7e6dc8.bindPopup(popup_035e2f37a114c8cef16ca271e5e96784)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7833ee924de81adbb3d654d5bc7e6dc8.setIcon(icon_a397211978c834b8e12d3faa5733b824);
|
|
|
|
|
|
var marker_033c5164b53fce3309c6ae934c5f9f34 = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_84c592ef10385d11b4fd12685cb57fd5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7c81caf1c1567a0aaa8d5e27a1c4a42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8ec1f5d541882de635fde4599cc31a0 = $(`<div id="html_a8ec1f5d541882de635fde4599cc31a0" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_f7c81caf1c1567a0aaa8d5e27a1c4a42.setContent(html_a8ec1f5d541882de635fde4599cc31a0);
|
|
|
|
|
|
|
|
marker_033c5164b53fce3309c6ae934c5f9f34.bindPopup(popup_f7c81caf1c1567a0aaa8d5e27a1c4a42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_033c5164b53fce3309c6ae934c5f9f34.setIcon(icon_84c592ef10385d11b4fd12685cb57fd5);
|
|
|
|
|
|
var marker_c29d4115080bf043d72047bf08d2713b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_14f80eba73cba963c574de1083b25b40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04811c6abc1a70538065a364ce15e37a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efda18f0e5ac5ab5561b22cd36698515 = $(`<div id="html_efda18f0e5ac5ab5561b22cd36698515" style="width: 100.0%; height: 100.0%;">wot.utxo.one</div>`)[0];
|
|
popup_04811c6abc1a70538065a364ce15e37a.setContent(html_efda18f0e5ac5ab5561b22cd36698515);
|
|
|
|
|
|
|
|
marker_c29d4115080bf043d72047bf08d2713b.bindPopup(popup_04811c6abc1a70538065a364ce15e37a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c29d4115080bf043d72047bf08d2713b.setIcon(icon_14f80eba73cba963c574de1083b25b40);
|
|
|
|
|
|
var marker_609b56b9ea1649d1669d2fb1d53e6f54 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_1100a258ee50ed145800021e57510d61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d84527bcfb9cd8c069e8bf37097d0dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16f235c1bfc039e21b6ce98789f82032 = $(`<div id="html_16f235c1bfc039e21b6ce98789f82032" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_6d84527bcfb9cd8c069e8bf37097d0dd.setContent(html_16f235c1bfc039e21b6ce98789f82032);
|
|
|
|
|
|
|
|
marker_609b56b9ea1649d1669d2fb1d53e6f54.bindPopup(popup_6d84527bcfb9cd8c069e8bf37097d0dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_609b56b9ea1649d1669d2fb1d53e6f54.setIcon(icon_1100a258ee50ed145800021e57510d61);
|
|
|
|
|
|
var marker_c2535ceb23aef302d31588df245855a9 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_7fe8442af7e6c271ae3cdb1d39102fed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75fef541390c8bbf556e5b5a2995552a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eae6af059df0baf50eacf1f63e0b1285 = $(`<div id="html_eae6af059df0baf50eacf1f63e0b1285" style="width: 100.0%; height: 100.0%;">relay.sigit.io:443</div>`)[0];
|
|
popup_75fef541390c8bbf556e5b5a2995552a.setContent(html_eae6af059df0baf50eacf1f63e0b1285);
|
|
|
|
|
|
|
|
marker_c2535ceb23aef302d31588df245855a9.bindPopup(popup_75fef541390c8bbf556e5b5a2995552a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2535ceb23aef302d31588df245855a9.setIcon(icon_7fe8442af7e6c271ae3cdb1d39102fed);
|
|
|
|
|
|
var marker_73d995b07cefebcf4ae8e99a2a066afb = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_299e40953f0e322dcdb9fe771f124611 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_642fd06ce5e2254da4f9577d93b84830 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7baa323ab2c6c869b40bea0115932c7d = $(`<div id="html_7baa323ab2c6c869b40bea0115932c7d" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_642fd06ce5e2254da4f9577d93b84830.setContent(html_7baa323ab2c6c869b40bea0115932c7d);
|
|
|
|
|
|
|
|
marker_73d995b07cefebcf4ae8e99a2a066afb.bindPopup(popup_642fd06ce5e2254da4f9577d93b84830)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73d995b07cefebcf4ae8e99a2a066afb.setIcon(icon_299e40953f0e322dcdb9fe771f124611);
|
|
|
|
|
|
var marker_885e3e64fe1f18d8a48d530976a629f8 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_722357d8e5292ee979bc64b3b3d64629 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_624d991e247efe2cab40a78cb17c6306 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99614b43be97d3e81b3ae86778915b94 = $(`<div id="html_99614b43be97d3e81b3ae86778915b94" style="width: 100.0%; height: 100.0%;">relay.excentered.com</div>`)[0];
|
|
popup_624d991e247efe2cab40a78cb17c6306.setContent(html_99614b43be97d3e81b3ae86778915b94);
|
|
|
|
|
|
|
|
marker_885e3e64fe1f18d8a48d530976a629f8.bindPopup(popup_624d991e247efe2cab40a78cb17c6306)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_885e3e64fe1f18d8a48d530976a629f8.setIcon(icon_722357d8e5292ee979bc64b3b3d64629);
|
|
|
|
|
|
var marker_15e97678a60fe356e1c118d41e074c62 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_b94ada6378bb17ed7e7ba109f43c9309 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_843cf172c2c4d2acc25f691853771d4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7374226097db00c6a0521af0a5458cce = $(`<div id="html_7374226097db00c6a0521af0a5458cce" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_843cf172c2c4d2acc25f691853771d4d.setContent(html_7374226097db00c6a0521af0a5458cce);
|
|
|
|
|
|
|
|
marker_15e97678a60fe356e1c118d41e074c62.bindPopup(popup_843cf172c2c4d2acc25f691853771d4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15e97678a60fe356e1c118d41e074c62.setIcon(icon_b94ada6378bb17ed7e7ba109f43c9309);
|
|
|
|
|
|
var marker_34502e1c4e57b8360f2cdd2b84f0b37f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_ff94146c7c186482b70156b0a7895455 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c30e5298725461312c695d88e27c46cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd476e961d3bab4d4dfdd1e3f387ca1c = $(`<div id="html_bd476e961d3bab4d4dfdd1e3f387ca1c" style="width: 100.0%; height: 100.0%;">public.crostr.com:443</div>`)[0];
|
|
popup_c30e5298725461312c695d88e27c46cd.setContent(html_bd476e961d3bab4d4dfdd1e3f387ca1c);
|
|
|
|
|
|
|
|
marker_34502e1c4e57b8360f2cdd2b84f0b37f.bindPopup(popup_c30e5298725461312c695d88e27c46cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34502e1c4e57b8360f2cdd2b84f0b37f.setIcon(icon_ff94146c7c186482b70156b0a7895455);
|
|
|
|
|
|
var marker_3a74c8ef3c131dcd0d4c22214ed9f5ca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_23a5933ee276217db33326f1df630704 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95da538cac1e0518997c2135568f9a4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e5fcbc6f26fa6cca288daf6b2e0d7f0 = $(`<div id="html_2e5fcbc6f26fa6cca288daf6b2e0d7f0" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_95da538cac1e0518997c2135568f9a4a.setContent(html_2e5fcbc6f26fa6cca288daf6b2e0d7f0);
|
|
|
|
|
|
|
|
marker_3a74c8ef3c131dcd0d4c22214ed9f5ca.bindPopup(popup_95da538cac1e0518997c2135568f9a4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a74c8ef3c131dcd0d4c22214ed9f5ca.setIcon(icon_23a5933ee276217db33326f1df630704);
|
|
|
|
|
|
var marker_b480bca24bd9d05e801be72112c3f8de = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_e370b60197f0a9e13a8590e54c153f66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a5a153aae11b55a44495ff0cc1dc246 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a6e44bba91ddf28ae4018b2c7b00e77 = $(`<div id="html_3a6e44bba91ddf28ae4018b2c7b00e77" style="width: 100.0%; height: 100.0%;">bridge.tagomago.me</div>`)[0];
|
|
popup_9a5a153aae11b55a44495ff0cc1dc246.setContent(html_3a6e44bba91ddf28ae4018b2c7b00e77);
|
|
|
|
|
|
|
|
marker_b480bca24bd9d05e801be72112c3f8de.bindPopup(popup_9a5a153aae11b55a44495ff0cc1dc246)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b480bca24bd9d05e801be72112c3f8de.setIcon(icon_e370b60197f0a9e13a8590e54c153f66);
|
|
|
|
|
|
var marker_ab41b694c3d844670f2307426229c165 = L.marker(
|
|
[36.1659, -86.7844],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_7e725203526722188ce6a48ed80d2b77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9782d25742b3e7aa7b489d499cb3d40e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53cdb08c8c85747acdfeba8edf60793d = $(`<div id="html_53cdb08c8c85747acdfeba8edf60793d" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_9782d25742b3e7aa7b489d499cb3d40e.setContent(html_53cdb08c8c85747acdfeba8edf60793d);
|
|
|
|
|
|
|
|
marker_ab41b694c3d844670f2307426229c165.bindPopup(popup_9782d25742b3e7aa7b489d499cb3d40e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab41b694c3d844670f2307426229c165.setIcon(icon_7e725203526722188ce6a48ed80d2b77);
|
|
|
|
|
|
var marker_633bb02a42d7b43afc22bfc7d9317979 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_541c49589ee24c702d35c7f8291095e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c9227d5d432289d8cbff2a5a76c16b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65b1863bcd8b572d2814d3f8ac6e4c15 = $(`<div id="html_65b1863bcd8b572d2814d3f8ac6e4c15" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_4c9227d5d432289d8cbff2a5a76c16b6.setContent(html_65b1863bcd8b572d2814d3f8ac6e4c15);
|
|
|
|
|
|
|
|
marker_633bb02a42d7b43afc22bfc7d9317979.bindPopup(popup_4c9227d5d432289d8cbff2a5a76c16b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_633bb02a42d7b43afc22bfc7d9317979.setIcon(icon_541c49589ee24c702d35c7f8291095e0);
|
|
|
|
|
|
var marker_6943bed5a1f61a7975ef4290717bfb42 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_a2fb9ff140e239ce601c125165705689 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11424c6e7c3276112c5204d16a0de6f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9932e853d7244f10ecb1f183aeb4be14 = $(`<div id="html_9932e853d7244f10ecb1f183aeb4be14" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz:443</div>`)[0];
|
|
popup_11424c6e7c3276112c5204d16a0de6f5.setContent(html_9932e853d7244f10ecb1f183aeb4be14);
|
|
|
|
|
|
|
|
marker_6943bed5a1f61a7975ef4290717bfb42.bindPopup(popup_11424c6e7c3276112c5204d16a0de6f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6943bed5a1f61a7975ef4290717bfb42.setIcon(icon_a2fb9ff140e239ce601c125165705689);
|
|
|
|
|
|
var marker_d0fdaee86b5a8a869648353715220d5b = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_a28406d0b12fd1dda8f5d806c1bf3f9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6fed1db36b3e7d6b459a945f4c839109 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe0fbf8fd98c569577b819d3ff8ff7d6 = $(`<div id="html_fe0fbf8fd98c569577b819d3ff8ff7d6" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_6fed1db36b3e7d6b459a945f4c839109.setContent(html_fe0fbf8fd98c569577b819d3ff8ff7d6);
|
|
|
|
|
|
|
|
marker_d0fdaee86b5a8a869648353715220d5b.bindPopup(popup_6fed1db36b3e7d6b459a945f4c839109)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0fdaee86b5a8a869648353715220d5b.setIcon(icon_a28406d0b12fd1dda8f5d806c1bf3f9e);
|
|
|
|
|
|
var marker_91f335a48edf05cc04640304846ff0ac = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_f4651f2d1f95616fbdebc13b9dd46c35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d267f956e7298273452e65f8715ce53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fa83126a03a775c412da47143198b2b = $(`<div id="html_6fa83126a03a775c412da47143198b2b" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io:443</div>`)[0];
|
|
popup_4d267f956e7298273452e65f8715ce53.setContent(html_6fa83126a03a775c412da47143198b2b);
|
|
|
|
|
|
|
|
marker_91f335a48edf05cc04640304846ff0ac.bindPopup(popup_4d267f956e7298273452e65f8715ce53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91f335a48edf05cc04640304846ff0ac.setIcon(icon_f4651f2d1f95616fbdebc13b9dd46c35);
|
|
|
|
|
|
var marker_01f67a40bde57267aa446586156a7f10 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_5e3d5233f6f5270473a2d912d7b8b780 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_897fddfa9e8e93acd559e3103085061f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17b4025934e222e4efffe325f54b4e68 = $(`<div id="html_17b4025934e222e4efffe325f54b4e68" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com:443</div>`)[0];
|
|
popup_897fddfa9e8e93acd559e3103085061f.setContent(html_17b4025934e222e4efffe325f54b4e68);
|
|
|
|
|
|
|
|
marker_01f67a40bde57267aa446586156a7f10.bindPopup(popup_897fddfa9e8e93acd559e3103085061f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01f67a40bde57267aa446586156a7f10.setIcon(icon_5e3d5233f6f5270473a2d912d7b8b780);
|
|
|
|
|
|
var marker_38eee1fabc83a93cd6b79fdc01515b85 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_c13b1e89c4adc52870635abad5646586 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_901f01ac6280fe0fd0181d6124680777 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_477733b40ff7c43f6280f93fd854f91c = $(`<div id="html_477733b40ff7c43f6280f93fd854f91c" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_901f01ac6280fe0fd0181d6124680777.setContent(html_477733b40ff7c43f6280f93fd854f91c);
|
|
|
|
|
|
|
|
marker_38eee1fabc83a93cd6b79fdc01515b85.bindPopup(popup_901f01ac6280fe0fd0181d6124680777)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38eee1fabc83a93cd6b79fdc01515b85.setIcon(icon_c13b1e89c4adc52870635abad5646586);
|
|
|
|
|
|
var marker_d7bf422b59003f12dea1dcb10273a47a = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_c73d07c60144915e1aa003834745bd8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ed6b58f6117efdfc0e934e4e2cf791f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82260c2a5b4434d929f7c2d30f489ed8 = $(`<div id="html_82260c2a5b4434d929f7c2d30f489ed8" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_7ed6b58f6117efdfc0e934e4e2cf791f.setContent(html_82260c2a5b4434d929f7c2d30f489ed8);
|
|
|
|
|
|
|
|
marker_d7bf422b59003f12dea1dcb10273a47a.bindPopup(popup_7ed6b58f6117efdfc0e934e4e2cf791f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7bf422b59003f12dea1dcb10273a47a.setIcon(icon_c73d07c60144915e1aa003834745bd8a);
|
|
|
|
|
|
var marker_9fbdb936ff1f79bc7786b9af9f81d068 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_f0c556b45c65c4aa0132abca4b32401e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b52985cd5bbfdb24d57ce96904f5fae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89d41b6f21a0775bda326a3ed2d985e8 = $(`<div id="html_89d41b6f21a0775bda326a3ed2d985e8" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_8b52985cd5bbfdb24d57ce96904f5fae.setContent(html_89d41b6f21a0775bda326a3ed2d985e8);
|
|
|
|
|
|
|
|
marker_9fbdb936ff1f79bc7786b9af9f81d068.bindPopup(popup_8b52985cd5bbfdb24d57ce96904f5fae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fbdb936ff1f79bc7786b9af9f81d068.setIcon(icon_f0c556b45c65c4aa0132abca4b32401e);
|
|
|
|
|
|
var marker_f8e7b1a4233cda225a6961ef121a38de = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_aa250e37e585fd1ae48709651cde2df9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ef707fae8486f95b4876884d86bb198 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d708f85730ea6eed4b091f160822c848 = $(`<div id="html_d708f85730ea6eed4b091f160822c848" style="width: 100.0%; height: 100.0%;">relay.stickeroo.is-cool.dev</div>`)[0];
|
|
popup_0ef707fae8486f95b4876884d86bb198.setContent(html_d708f85730ea6eed4b091f160822c848);
|
|
|
|
|
|
|
|
marker_f8e7b1a4233cda225a6961ef121a38de.bindPopup(popup_0ef707fae8486f95b4876884d86bb198)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8e7b1a4233cda225a6961ef121a38de.setIcon(icon_aa250e37e585fd1ae48709651cde2df9);
|
|
|
|
|
|
var marker_59db45d12bd635add40e2489d42dfa06 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_49125ccd112424d2510c0cf7289d4703 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d41db30daf25bd6f8d7cd016ab6b3934 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e08cc39b091cd0f14f3846d922378f32 = $(`<div id="html_e08cc39b091cd0f14f3846d922378f32" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_d41db30daf25bd6f8d7cd016ab6b3934.setContent(html_e08cc39b091cd0f14f3846d922378f32);
|
|
|
|
|
|
|
|
marker_59db45d12bd635add40e2489d42dfa06.bindPopup(popup_d41db30daf25bd6f8d7cd016ab6b3934)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59db45d12bd635add40e2489d42dfa06.setIcon(icon_49125ccd112424d2510c0cf7289d4703);
|
|
|
|
|
|
var marker_d1112c38085fa04a82a0225c8e2283c6 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_582b515359d1282da1502991cb8595f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8be8b4fc1c54c3a30e3779fb6498dc28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a45b67c6a58068ed794e1c140ee2e29 = $(`<div id="html_0a45b67c6a58068ed794e1c140ee2e29" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_8be8b4fc1c54c3a30e3779fb6498dc28.setContent(html_0a45b67c6a58068ed794e1c140ee2e29);
|
|
|
|
|
|
|
|
marker_d1112c38085fa04a82a0225c8e2283c6.bindPopup(popup_8be8b4fc1c54c3a30e3779fb6498dc28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1112c38085fa04a82a0225c8e2283c6.setIcon(icon_582b515359d1282da1502991cb8595f2);
|
|
|
|
|
|
var marker_69e2b12979248cd18b1e7205e64cf49c = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_2f627ea73badd2fec78463fe50c65d07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed0ef0f54a05bfd600ea80e7001da6d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1668ecf60a37eedd551facfa832ef8e = $(`<div id="html_b1668ecf60a37eedd551facfa832ef8e" style="width: 100.0%; height: 100.0%;">nostr.notribe.net:443</div>`)[0];
|
|
popup_ed0ef0f54a05bfd600ea80e7001da6d8.setContent(html_b1668ecf60a37eedd551facfa832ef8e);
|
|
|
|
|
|
|
|
marker_69e2b12979248cd18b1e7205e64cf49c.bindPopup(popup_ed0ef0f54a05bfd600ea80e7001da6d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69e2b12979248cd18b1e7205e64cf49c.setIcon(icon_2f627ea73badd2fec78463fe50c65d07);
|
|
|
|
|
|
var marker_2b3d41d7ef136d4a74685b1babfaf4aa = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_89c93d72194e8c913d6c3550cf541e57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60b2d06d46e3969a624e5354c1e1e4dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4268acc081d0a9c1ed6f69445fa26e5 = $(`<div id="html_b4268acc081d0a9c1ed6f69445fa26e5" style="width: 100.0%; height: 100.0%;">relay.nmail.li</div>`)[0];
|
|
popup_60b2d06d46e3969a624e5354c1e1e4dc.setContent(html_b4268acc081d0a9c1ed6f69445fa26e5);
|
|
|
|
|
|
|
|
marker_2b3d41d7ef136d4a74685b1babfaf4aa.bindPopup(popup_60b2d06d46e3969a624e5354c1e1e4dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b3d41d7ef136d4a74685b1babfaf4aa.setIcon(icon_89c93d72194e8c913d6c3550cf541e57);
|
|
|
|
|
|
var marker_91caf827ae666f4a6a1125ace0f7f48e = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_192aef58b02f1497fa28b5336cb1a641 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f52b6f729f73490bd241426fbc7f4b38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f80f336c026384673c11be6581969ec9 = $(`<div id="html_f80f336c026384673c11be6581969ec9" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_f52b6f729f73490bd241426fbc7f4b38.setContent(html_f80f336c026384673c11be6581969ec9);
|
|
|
|
|
|
|
|
marker_91caf827ae666f4a6a1125ace0f7f48e.bindPopup(popup_f52b6f729f73490bd241426fbc7f4b38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91caf827ae666f4a6a1125ace0f7f48e.setIcon(icon_192aef58b02f1497fa28b5336cb1a641);
|
|
|
|
|
|
var marker_7cec84f3362a052383c7bbc4b80da0d2 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_eb5287f04b763c533c0ae748ee1fd0b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf36d8079bb355fece5c2428e0d021c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ede1b2a646ef9ed9debe91d71e13f88b = $(`<div id="html_ede1b2a646ef9ed9debe91d71e13f88b" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_bf36d8079bb355fece5c2428e0d021c7.setContent(html_ede1b2a646ef9ed9debe91d71e13f88b);
|
|
|
|
|
|
|
|
marker_7cec84f3362a052383c7bbc4b80da0d2.bindPopup(popup_bf36d8079bb355fece5c2428e0d021c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cec84f3362a052383c7bbc4b80da0d2.setIcon(icon_eb5287f04b763c533c0ae748ee1fd0b7);
|
|
|
|
|
|
var marker_6cb1381fe655fa93ac465e11d977fbaa = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_8922da492100041d9c7a31ea181a25eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c57abb267bee63cc4cc1c91adecc717 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f56c83069bcfd9d1f8959003a1b25f3 = $(`<div id="html_0f56c83069bcfd9d1f8959003a1b25f3" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com:443</div>`)[0];
|
|
popup_9c57abb267bee63cc4cc1c91adecc717.setContent(html_0f56c83069bcfd9d1f8959003a1b25f3);
|
|
|
|
|
|
|
|
marker_6cb1381fe655fa93ac465e11d977fbaa.bindPopup(popup_9c57abb267bee63cc4cc1c91adecc717)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6cb1381fe655fa93ac465e11d977fbaa.setIcon(icon_8922da492100041d9c7a31ea181a25eb);
|
|
|
|
|
|
var marker_07b13b9fdddd710969adfbbe3f41245a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_85197f4e194f199bcca38320b5ae47e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_619504c18bc9a2e81a99f01789ae18bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61ce7a1142c8fa6bdcd3b00b94bbed77 = $(`<div id="html_61ce7a1142c8fa6bdcd3b00b94bbed77" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_619504c18bc9a2e81a99f01789ae18bc.setContent(html_61ce7a1142c8fa6bdcd3b00b94bbed77);
|
|
|
|
|
|
|
|
marker_07b13b9fdddd710969adfbbe3f41245a.bindPopup(popup_619504c18bc9a2e81a99f01789ae18bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07b13b9fdddd710969adfbbe3f41245a.setIcon(icon_85197f4e194f199bcca38320b5ae47e0);
|
|
|
|
|
|
var marker_dd2a27e51ab22640855588245bec85d9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_09a01cc4349a43e3053ce2af8680bf89 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84e226d1b93abc68372d27b3f6281763 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed5ee75c572a3383a616196a333fb3b2 = $(`<div id="html_ed5ee75c572a3383a616196a333fb3b2" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_84e226d1b93abc68372d27b3f6281763.setContent(html_ed5ee75c572a3383a616196a333fb3b2);
|
|
|
|
|
|
|
|
marker_dd2a27e51ab22640855588245bec85d9.bindPopup(popup_84e226d1b93abc68372d27b3f6281763)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd2a27e51ab22640855588245bec85d9.setIcon(icon_09a01cc4349a43e3053ce2af8680bf89);
|
|
|
|
|
|
var marker_369441a1a3df0dc22673835e28bbe819 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_f4b81b1dfadabe8d8044d39339395053 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b901bd12e14232dc1cbf4c5f7377e2db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50c24e7c0de650000f6a498d421d1646 = $(`<div id="html_50c24e7c0de650000f6a498d421d1646" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_b901bd12e14232dc1cbf4c5f7377e2db.setContent(html_50c24e7c0de650000f6a498d421d1646);
|
|
|
|
|
|
|
|
marker_369441a1a3df0dc22673835e28bbe819.bindPopup(popup_b901bd12e14232dc1cbf4c5f7377e2db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_369441a1a3df0dc22673835e28bbe819.setIcon(icon_f4b81b1dfadabe8d8044d39339395053);
|
|
|
|
|
|
var marker_96be3fec6ae696a964dd1467e5222f3a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_d8c774c749933cc1e9b1f5577b22c9ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b5a0a933ce4e4b7c8bb989891f9fc23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_912ef9f7817797c6b13c2c27f83268a5 = $(`<div id="html_912ef9f7817797c6b13c2c27f83268a5" style="width: 100.0%; height: 100.0%;">relay.getvia.xyz</div>`)[0];
|
|
popup_1b5a0a933ce4e4b7c8bb989891f9fc23.setContent(html_912ef9f7817797c6b13c2c27f83268a5);
|
|
|
|
|
|
|
|
marker_96be3fec6ae696a964dd1467e5222f3a.bindPopup(popup_1b5a0a933ce4e4b7c8bb989891f9fc23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96be3fec6ae696a964dd1467e5222f3a.setIcon(icon_d8c774c749933cc1e9b1f5577b22c9ec);
|
|
|
|
|
|
var marker_53baa84c97018cd6339cfe58485a4fec = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_320597dda1871184060bc9d3e1ec52ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b05c814ff996183dd295e0cd5751537 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b9983e29901e26efd44e2833c242cf5 = $(`<div id="html_8b9983e29901e26efd44e2833c242cf5" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com</div>`)[0];
|
|
popup_9b05c814ff996183dd295e0cd5751537.setContent(html_8b9983e29901e26efd44e2833c242cf5);
|
|
|
|
|
|
|
|
marker_53baa84c97018cd6339cfe58485a4fec.bindPopup(popup_9b05c814ff996183dd295e0cd5751537)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53baa84c97018cd6339cfe58485a4fec.setIcon(icon_320597dda1871184060bc9d3e1ec52ce);
|
|
|
|
|
|
var marker_4a86ce0fded7629dbd35ee7ffff65ac3 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_7560a0522882487a543420407d182834 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab6f1e83606a1a9cfaf8cc7fadd7cd22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_849062b54b597421062067c6673529ca = $(`<div id="html_849062b54b597421062067c6673529ca" style="width: 100.0%; height: 100.0%;">relay.wisp.talk:443</div>`)[0];
|
|
popup_ab6f1e83606a1a9cfaf8cc7fadd7cd22.setContent(html_849062b54b597421062067c6673529ca);
|
|
|
|
|
|
|
|
marker_4a86ce0fded7629dbd35ee7ffff65ac3.bindPopup(popup_ab6f1e83606a1a9cfaf8cc7fadd7cd22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a86ce0fded7629dbd35ee7ffff65ac3.setIcon(icon_7560a0522882487a543420407d182834);
|
|
|
|
|
|
var marker_7635b620e303c0a8b836e7a1bb2c569d = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_03f03080817f2024a795ca1f41fb2637 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbcf1be595427a7983ffae8435298db3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75c4be6874ad079fea5f616c27ba788e = $(`<div id="html_75c4be6874ad079fea5f616c27ba788e" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_fbcf1be595427a7983ffae8435298db3.setContent(html_75c4be6874ad079fea5f616c27ba788e);
|
|
|
|
|
|
|
|
marker_7635b620e303c0a8b836e7a1bb2c569d.bindPopup(popup_fbcf1be595427a7983ffae8435298db3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7635b620e303c0a8b836e7a1bb2c569d.setIcon(icon_03f03080817f2024a795ca1f41fb2637);
|
|
|
|
|
|
var marker_42bbe4405e848f84547122545b4da27c = L.marker(
|
|
[13.9215, 100.538],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_6250fce3fb891a9f78f6f29631e1e105 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3ee455e597fc40f02eaf5567a053c36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1260ba1b13ebea22c6bd54dda2914286 = $(`<div id="html_1260ba1b13ebea22c6bd54dda2914286" style="width: 100.0%; height: 100.0%;">relay1.gfcom.info</div>`)[0];
|
|
popup_d3ee455e597fc40f02eaf5567a053c36.setContent(html_1260ba1b13ebea22c6bd54dda2914286);
|
|
|
|
|
|
|
|
marker_42bbe4405e848f84547122545b4da27c.bindPopup(popup_d3ee455e597fc40f02eaf5567a053c36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42bbe4405e848f84547122545b4da27c.setIcon(icon_6250fce3fb891a9f78f6f29631e1e105);
|
|
|
|
|
|
var marker_ed3d7c579e14829eb99e471292ceebda = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_a02eae52a36fc22891c70228bed4245a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46fb235a94304bb65d402e256c0b85ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a97f51a48f4eab701cab143840a831ea = $(`<div id="html_a97f51a48f4eab701cab143840a831ea" style="width: 100.0%; height: 100.0%;">relay.underorion.se</div>`)[0];
|
|
popup_46fb235a94304bb65d402e256c0b85ca.setContent(html_a97f51a48f4eab701cab143840a831ea);
|
|
|
|
|
|
|
|
marker_ed3d7c579e14829eb99e471292ceebda.bindPopup(popup_46fb235a94304bb65d402e256c0b85ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed3d7c579e14829eb99e471292ceebda.setIcon(icon_a02eae52a36fc22891c70228bed4245a);
|
|
|
|
|
|
var marker_bba8390eddbd90645356173734aa595f = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_7a5ad6266f8050aaadbce7b318668109 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0fd5d9c4452b59de341c592de74cc4a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a01c04a40f4f16c13a7e70025ba7e014 = $(`<div id="html_a01c04a40f4f16c13a7e70025ba7e014" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_0fd5d9c4452b59de341c592de74cc4a2.setContent(html_a01c04a40f4f16c13a7e70025ba7e014);
|
|
|
|
|
|
|
|
marker_bba8390eddbd90645356173734aa595f.bindPopup(popup_0fd5d9c4452b59de341c592de74cc4a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bba8390eddbd90645356173734aa595f.setIcon(icon_7a5ad6266f8050aaadbce7b318668109);
|
|
|
|
|
|
var marker_78a004a1e76199fa453008c0eceb0f0c = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_fd2b030eeb204749cd2900a3886df246 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c0858cea43d9d418d2c9e7fd9d681e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54b1611a77522e40037b2fe31dfbf0b8 = $(`<div id="html_54b1611a77522e40037b2fe31dfbf0b8" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_2c0858cea43d9d418d2c9e7fd9d681e3.setContent(html_54b1611a77522e40037b2fe31dfbf0b8);
|
|
|
|
|
|
|
|
marker_78a004a1e76199fa453008c0eceb0f0c.bindPopup(popup_2c0858cea43d9d418d2c9e7fd9d681e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78a004a1e76199fa453008c0eceb0f0c.setIcon(icon_fd2b030eeb204749cd2900a3886df246);
|
|
|
|
|
|
var marker_5dd7f3d22c98b77d6e3de196bae6633a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_105292f31b9ae99bcdd5baf633180f44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08dd4c4c7687916b1b4ecffaa53fdd37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee0efad35506316beed9b5b6755afef1 = $(`<div id="html_ee0efad35506316beed9b5b6755afef1" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app:443</div>`)[0];
|
|
popup_08dd4c4c7687916b1b4ecffaa53fdd37.setContent(html_ee0efad35506316beed9b5b6755afef1);
|
|
|
|
|
|
|
|
marker_5dd7f3d22c98b77d6e3de196bae6633a.bindPopup(popup_08dd4c4c7687916b1b4ecffaa53fdd37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5dd7f3d22c98b77d6e3de196bae6633a.setIcon(icon_105292f31b9ae99bcdd5baf633180f44);
|
|
|
|
|
|
var marker_3b0706c877486e943fcc980e486c3b0e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_2fe8f8ee84a1a312de90961861ec8deb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_886a0058e427971996a1e9b739eb73f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af98010945983d6d6df94e37ce62c7c6 = $(`<div id="html_af98010945983d6d6df94e37ce62c7c6" style="width: 100.0%; height: 100.0%;">relay.nostr.blockhenge.com</div>`)[0];
|
|
popup_886a0058e427971996a1e9b739eb73f3.setContent(html_af98010945983d6d6df94e37ce62c7c6);
|
|
|
|
|
|
|
|
marker_3b0706c877486e943fcc980e486c3b0e.bindPopup(popup_886a0058e427971996a1e9b739eb73f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b0706c877486e943fcc980e486c3b0e.setIcon(icon_2fe8f8ee84a1a312de90961861ec8deb);
|
|
|
|
|
|
var marker_5ecb7adcf711578776a79c00fd8f7957 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_3db8ea6cf2db25e3f47acdedfa353278 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67c7714bc9aa0ff7b7c7b7036ad980ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79790382198ed9becd027a50717d9d3d = $(`<div id="html_79790382198ed9becd027a50717d9d3d" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_67c7714bc9aa0ff7b7c7b7036ad980ac.setContent(html_79790382198ed9becd027a50717d9d3d);
|
|
|
|
|
|
|
|
marker_5ecb7adcf711578776a79c00fd8f7957.bindPopup(popup_67c7714bc9aa0ff7b7c7b7036ad980ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ecb7adcf711578776a79c00fd8f7957.setIcon(icon_3db8ea6cf2db25e3f47acdedfa353278);
|
|
|
|
|
|
var marker_9ee8b6b9dad78649abcc9ec79b4c5d1e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_027cb04df54bed2193909f544a107ddc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5dc5e0aabffc355ecea97ec8222c44dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a6ff06a233b371a75120d72ed14216c = $(`<div id="html_4a6ff06a233b371a75120d72ed14216c" style="width: 100.0%; height: 100.0%;">purplerelay.com:443</div>`)[0];
|
|
popup_5dc5e0aabffc355ecea97ec8222c44dd.setContent(html_4a6ff06a233b371a75120d72ed14216c);
|
|
|
|
|
|
|
|
marker_9ee8b6b9dad78649abcc9ec79b4c5d1e.bindPopup(popup_5dc5e0aabffc355ecea97ec8222c44dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ee8b6b9dad78649abcc9ec79b4c5d1e.setIcon(icon_027cb04df54bed2193909f544a107ddc);
|
|
|
|
|
|
var marker_43f567471f524e35079c06e99970778e = L.marker(
|
|
[41.8967, 12.4822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_3733e64338dba914c0532a0e3a185517 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a52db640ce553f57d3453e678da461f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3321a88a62b920745ff6f47ccf26ec19 = $(`<div id="html_3321a88a62b920745ff6f47ccf26ec19" style="width: 100.0%; height: 100.0%;">21milionidinostr.duckdns.org</div>`)[0];
|
|
popup_a52db640ce553f57d3453e678da461f2.setContent(html_3321a88a62b920745ff6f47ccf26ec19);
|
|
|
|
|
|
|
|
marker_43f567471f524e35079c06e99970778e.bindPopup(popup_a52db640ce553f57d3453e678da461f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43f567471f524e35079c06e99970778e.setIcon(icon_3733e64338dba914c0532a0e3a185517);
|
|
|
|
|
|
var marker_2f69baa11d35f43ba8bc61272b99264e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_11c6038d150e6cfacbd377ae65b1914d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99c8441e8e51566206d72f71a04389c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3276582c5cdbff86737b68de37465b22 = $(`<div id="html_3276582c5cdbff86737b68de37465b22" style="width: 100.0%; height: 100.0%;">nostr.debate.report</div>`)[0];
|
|
popup_99c8441e8e51566206d72f71a04389c0.setContent(html_3276582c5cdbff86737b68de37465b22);
|
|
|
|
|
|
|
|
marker_2f69baa11d35f43ba8bc61272b99264e.bindPopup(popup_99c8441e8e51566206d72f71a04389c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f69baa11d35f43ba8bc61272b99264e.setIcon(icon_11c6038d150e6cfacbd377ae65b1914d);
|
|
|
|
|
|
var marker_85df38ac81eccbed50989268031b8ca1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_ba063bfbde574fecab5363f138bb9103 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07a1db8b249a3b86928e55a8d47af8b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae6c1fba2ece2b7e00bcbb046d7ad5d2 = $(`<div id="html_ae6c1fba2ece2b7e00bcbb046d7ad5d2" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_07a1db8b249a3b86928e55a8d47af8b9.setContent(html_ae6c1fba2ece2b7e00bcbb046d7ad5d2);
|
|
|
|
|
|
|
|
marker_85df38ac81eccbed50989268031b8ca1.bindPopup(popup_07a1db8b249a3b86928e55a8d47af8b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85df38ac81eccbed50989268031b8ca1.setIcon(icon_ba063bfbde574fecab5363f138bb9103);
|
|
|
|
|
|
var marker_a01f7cfeff83ae7837ea36a020248772 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_af1525fa1152893a6ae4ae9f2813fd7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0e72f23c7bcc9e0d895990ea3a1aa17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2aca4b22fb9d68b120e2cbd02bb3aa03 = $(`<div id="html_2aca4b22fb9d68b120e2cbd02bb3aa03" style="width: 100.0%; height: 100.0%;">nostr.sovereignservices.xyz</div>`)[0];
|
|
popup_a0e72f23c7bcc9e0d895990ea3a1aa17.setContent(html_2aca4b22fb9d68b120e2cbd02bb3aa03);
|
|
|
|
|
|
|
|
marker_a01f7cfeff83ae7837ea36a020248772.bindPopup(popup_a0e72f23c7bcc9e0d895990ea3a1aa17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a01f7cfeff83ae7837ea36a020248772.setIcon(icon_af1525fa1152893a6ae4ae9f2813fd7a);
|
|
|
|
|
|
var marker_c46396978888ff6e441db3b5f93d0c40 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_f64c1e379db1e32429b5b0a8769d537a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7909181fac58537f7878412c2697398b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_074597355946e77533b8c4ee593a50ba = $(`<div id="html_074597355946e77533b8c4ee593a50ba" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_7909181fac58537f7878412c2697398b.setContent(html_074597355946e77533b8c4ee593a50ba);
|
|
|
|
|
|
|
|
marker_c46396978888ff6e441db3b5f93d0c40.bindPopup(popup_7909181fac58537f7878412c2697398b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c46396978888ff6e441db3b5f93d0c40.setIcon(icon_f64c1e379db1e32429b5b0a8769d537a);
|
|
|
|
|
|
var marker_41e1d42fd0c854220499d7c2df672229 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_45dd68b7bd2e6724fc25dd8aca165f0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3115580dddd010479fb45e22103d947 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b7ee5c8717b57f7b3354ca44c12fc31 = $(`<div id="html_7b7ee5c8717b57f7b3354ca44c12fc31" style="width: 100.0%; height: 100.0%;">relay.aidatanorge.no</div>`)[0];
|
|
popup_e3115580dddd010479fb45e22103d947.setContent(html_7b7ee5c8717b57f7b3354ca44c12fc31);
|
|
|
|
|
|
|
|
marker_41e1d42fd0c854220499d7c2df672229.bindPopup(popup_e3115580dddd010479fb45e22103d947)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41e1d42fd0c854220499d7c2df672229.setIcon(icon_45dd68b7bd2e6724fc25dd8aca165f0f);
|
|
|
|
|
|
var marker_8776b7945b28d656a3a0ff9a2dedf1eb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_5cb0609ee546b1720f90c3186fdf0257 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee7d3e036c5ea29289add9389efea23a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89e2cb650f13f66474d428790870dca0 = $(`<div id="html_89e2cb650f13f66474d428790870dca0" style="width: 100.0%; height: 100.0%;">nostr.purpura.cloud</div>`)[0];
|
|
popup_ee7d3e036c5ea29289add9389efea23a.setContent(html_89e2cb650f13f66474d428790870dca0);
|
|
|
|
|
|
|
|
marker_8776b7945b28d656a3a0ff9a2dedf1eb.bindPopup(popup_ee7d3e036c5ea29289add9389efea23a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8776b7945b28d656a3a0ff9a2dedf1eb.setIcon(icon_5cb0609ee546b1720f90c3186fdf0257);
|
|
|
|
|
|
var marker_0fced43fda31f42ca706012d10bf4ca0 = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_2ecadd8a96946000690cd5d0e75f7cb8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cee12c90f2b485c27a7530a375b90ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21e017d78e7b28bd167bd7224870aac0 = $(`<div id="html_21e017d78e7b28bd167bd7224870aac0" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com:443</div>`)[0];
|
|
popup_5cee12c90f2b485c27a7530a375b90ef.setContent(html_21e017d78e7b28bd167bd7224870aac0);
|
|
|
|
|
|
|
|
marker_0fced43fda31f42ca706012d10bf4ca0.bindPopup(popup_5cee12c90f2b485c27a7530a375b90ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fced43fda31f42ca706012d10bf4ca0.setIcon(icon_2ecadd8a96946000690cd5d0e75f7cb8);
|
|
|
|
|
|
var marker_50d172dc3df9c0398fa8fcebad020601 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_29be2193d22812eeb82e1d56b92c9622 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f800c5a2bb704145573531b65093aa2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22d472e738c0373836c4ef44f71a9af3 = $(`<div id="html_22d472e738c0373836c4ef44f71a9af3" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com:443</div>`)[0];
|
|
popup_1f800c5a2bb704145573531b65093aa2.setContent(html_22d472e738c0373836c4ef44f71a9af3);
|
|
|
|
|
|
|
|
marker_50d172dc3df9c0398fa8fcebad020601.bindPopup(popup_1f800c5a2bb704145573531b65093aa2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50d172dc3df9c0398fa8fcebad020601.setIcon(icon_29be2193d22812eeb82e1d56b92c9622);
|
|
|
|
|
|
var marker_dc1b2a0953350b54dedf7b0f4ece3aca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_1295693bb7857b8c8b06f1f3940dbc57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d45bfd8c020af72f58af304fdc0131a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5274eafae18a61c85892a3be5d759f72 = $(`<div id="html_5274eafae18a61c85892a3be5d759f72" style="width: 100.0%; height: 100.0%;">directories-safe-motherboard-recipients.trycloudflare.com</div>`)[0];
|
|
popup_3d45bfd8c020af72f58af304fdc0131a.setContent(html_5274eafae18a61c85892a3be5d759f72);
|
|
|
|
|
|
|
|
marker_dc1b2a0953350b54dedf7b0f4ece3aca.bindPopup(popup_3d45bfd8c020af72f58af304fdc0131a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc1b2a0953350b54dedf7b0f4ece3aca.setIcon(icon_1295693bb7857b8c8b06f1f3940dbc57);
|
|
|
|
|
|
var marker_7868b1d24694cc2de11736482907754c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_d1790a0a5a81a5ac2a3f5e46542106c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_132abcd398bd291401e0e9d85aace70d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88f675e43d388075d9673321d760ed85 = $(`<div id="html_88f675e43d388075d9673321d760ed85" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_132abcd398bd291401e0e9d85aace70d.setContent(html_88f675e43d388075d9673321d760ed85);
|
|
|
|
|
|
|
|
marker_7868b1d24694cc2de11736482907754c.bindPopup(popup_132abcd398bd291401e0e9d85aace70d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7868b1d24694cc2de11736482907754c.setIcon(icon_d1790a0a5a81a5ac2a3f5e46542106c0);
|
|
|
|
|
|
var marker_a0201769fb55cdd17428ab88c450fcc1 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_7ff42df4825ef3fe3a40aa3a3dc17ad1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df42dcadf03ed6ce492ccc50fdf29e67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_113eac7dcf0b74eaed97cc0c5c1e1066 = $(`<div id="html_113eac7dcf0b74eaed97cc0c5c1e1066" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_df42dcadf03ed6ce492ccc50fdf29e67.setContent(html_113eac7dcf0b74eaed97cc0c5c1e1066);
|
|
|
|
|
|
|
|
marker_a0201769fb55cdd17428ab88c450fcc1.bindPopup(popup_df42dcadf03ed6ce492ccc50fdf29e67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0201769fb55cdd17428ab88c450fcc1.setIcon(icon_7ff42df4825ef3fe3a40aa3a3dc17ad1);
|
|
|
|
|
|
var marker_d9e5216dd7a15363827b4edcb783ce11 = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_bbccee75af4bde10e96d88d05bf5abb1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64053bef62829302f0bb33e9b9fc1a5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fe91062bc1012c087cd46e5ab06ad20 = $(`<div id="html_6fe91062bc1012c087cd46e5ab06ad20" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_64053bef62829302f0bb33e9b9fc1a5d.setContent(html_6fe91062bc1012c087cd46e5ab06ad20);
|
|
|
|
|
|
|
|
marker_d9e5216dd7a15363827b4edcb783ce11.bindPopup(popup_64053bef62829302f0bb33e9b9fc1a5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9e5216dd7a15363827b4edcb783ce11.setIcon(icon_bbccee75af4bde10e96d88d05bf5abb1);
|
|
|
|
|
|
var marker_751051292c7ee7490637abdef6c3a6bf = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_43ac4bb159fbd81d5154ba98c656c86a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0bbe90ae4c7c1167d197b642cd5fc92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbdaab00f45c0620392235b7a846e0a2 = $(`<div id="html_dbdaab00f45c0620392235b7a846e0a2" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com:443</div>`)[0];
|
|
popup_b0bbe90ae4c7c1167d197b642cd5fc92.setContent(html_dbdaab00f45c0620392235b7a846e0a2);
|
|
|
|
|
|
|
|
marker_751051292c7ee7490637abdef6c3a6bf.bindPopup(popup_b0bbe90ae4c7c1167d197b642cd5fc92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_751051292c7ee7490637abdef6c3a6bf.setIcon(icon_43ac4bb159fbd81d5154ba98c656c86a);
|
|
|
|
|
|
var marker_4568ca30bc3fc79279e01d3cccb519ef = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_98fab719cb7f4241f93edbf0361709f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7dbc3280d6538527f52419a68a07411 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc403fdf7f75e19b7d4c1945bf859014 = $(`<div id="html_fc403fdf7f75e19b7d4c1945bf859014" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_a7dbc3280d6538527f52419a68a07411.setContent(html_fc403fdf7f75e19b7d4c1945bf859014);
|
|
|
|
|
|
|
|
marker_4568ca30bc3fc79279e01d3cccb519ef.bindPopup(popup_a7dbc3280d6538527f52419a68a07411)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4568ca30bc3fc79279e01d3cccb519ef.setIcon(icon_98fab719cb7f4241f93edbf0361709f7);
|
|
|
|
|
|
var marker_c4d7c8d092f54fe63e0c9a9a9dea9e7f = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_53870bf5206bca5164f0735471ccf0e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_526494028c3eda97d627b5a207e4c6a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88ca16ba92ef850674b699986b101e81 = $(`<div id="html_88ca16ba92ef850674b699986b101e81" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_526494028c3eda97d627b5a207e4c6a5.setContent(html_88ca16ba92ef850674b699986b101e81);
|
|
|
|
|
|
|
|
marker_c4d7c8d092f54fe63e0c9a9a9dea9e7f.bindPopup(popup_526494028c3eda97d627b5a207e4c6a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4d7c8d092f54fe63e0c9a9a9dea9e7f.setIcon(icon_53870bf5206bca5164f0735471ccf0e9);
|
|
|
|
|
|
var marker_13e0f406829e9c9f130ad80078c0e6b0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_9461268a22bb050cc0548aeb99abd201 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2f379c37772e0e8bc5c9b842eae71f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bca6721b17e1d4e140f608b71f43b997 = $(`<div id="html_bca6721b17e1d4e140f608b71f43b997" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_b2f379c37772e0e8bc5c9b842eae71f0.setContent(html_bca6721b17e1d4e140f608b71f43b997);
|
|
|
|
|
|
|
|
marker_13e0f406829e9c9f130ad80078c0e6b0.bindPopup(popup_b2f379c37772e0e8bc5c9b842eae71f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13e0f406829e9c9f130ad80078c0e6b0.setIcon(icon_9461268a22bb050cc0548aeb99abd201);
|
|
|
|
|
|
var marker_8cef23965b2fa9f668945eb5340a7f00 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_ad1c62136c2aa51fa29bd3474e4d9063 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2417c99fd6cca0de147d9806b91452d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05ef929b14a7eccbc7d5fb9e691a2f5c = $(`<div id="html_05ef929b14a7eccbc7d5fb9e691a2f5c" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_c2417c99fd6cca0de147d9806b91452d.setContent(html_05ef929b14a7eccbc7d5fb9e691a2f5c);
|
|
|
|
|
|
|
|
marker_8cef23965b2fa9f668945eb5340a7f00.bindPopup(popup_c2417c99fd6cca0de147d9806b91452d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8cef23965b2fa9f668945eb5340a7f00.setIcon(icon_ad1c62136c2aa51fa29bd3474e4d9063);
|
|
|
|
|
|
var marker_df4e3392f5588608d55fb514f971e303 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_2e1dd30034c95c15f6219581f3368fd5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54eaa8fb8f9ad227b9f203074af0bb94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5168d41312f82524b3969e1ddf00eac0 = $(`<div id="html_5168d41312f82524b3969e1ddf00eac0" style="width: 100.0%; height: 100.0%;">relay1.nostrchat.io</div>`)[0];
|
|
popup_54eaa8fb8f9ad227b9f203074af0bb94.setContent(html_5168d41312f82524b3969e1ddf00eac0);
|
|
|
|
|
|
|
|
marker_df4e3392f5588608d55fb514f971e303.bindPopup(popup_54eaa8fb8f9ad227b9f203074af0bb94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df4e3392f5588608d55fb514f971e303.setIcon(icon_2e1dd30034c95c15f6219581f3368fd5);
|
|
|
|
|
|
var marker_bd48c382ce8ee1bbb1105619147ad0c6 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_0fb193bd7c1c68a4bb0a54852080eedb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66fe100c01537b7eb7f554fd6e7f140a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b47dfd72e02abe543020135005571efa = $(`<div id="html_b47dfd72e02abe543020135005571efa" style="width: 100.0%; height: 100.0%;">relay.aarpia.com</div>`)[0];
|
|
popup_66fe100c01537b7eb7f554fd6e7f140a.setContent(html_b47dfd72e02abe543020135005571efa);
|
|
|
|
|
|
|
|
marker_bd48c382ce8ee1bbb1105619147ad0c6.bindPopup(popup_66fe100c01537b7eb7f554fd6e7f140a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd48c382ce8ee1bbb1105619147ad0c6.setIcon(icon_0fb193bd7c1c68a4bb0a54852080eedb);
|
|
|
|
|
|
var marker_ddc7e4eeb9bca92bae2e9b38947bb38e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_f6857058aff0ce92bdbeaecafd3e070b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c654a1415d9b2adc651c8a87d2343ba3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2a9f6f874679774d144c5e5e57f3039 = $(`<div id="html_a2a9f6f874679774d144c5e5e57f3039" style="width: 100.0%; height: 100.0%;">testnet.samt.st</div>`)[0];
|
|
popup_c654a1415d9b2adc651c8a87d2343ba3.setContent(html_a2a9f6f874679774d144c5e5e57f3039);
|
|
|
|
|
|
|
|
marker_ddc7e4eeb9bca92bae2e9b38947bb38e.bindPopup(popup_c654a1415d9b2adc651c8a87d2343ba3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ddc7e4eeb9bca92bae2e9b38947bb38e.setIcon(icon_f6857058aff0ce92bdbeaecafd3e070b);
|
|
|
|
|
|
var marker_745d35342c2623ea782833718e04ca0c = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_debedb10fdd7ce53f40a3f1d6b0e0cc0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0490e3c3085ee8a53158c5920ee70f0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e688775aa742feed724ca4d7d9869740 = $(`<div id="html_e688775aa742feed724ca4d7d9869740" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com:443</div>`)[0];
|
|
popup_0490e3c3085ee8a53158c5920ee70f0f.setContent(html_e688775aa742feed724ca4d7d9869740);
|
|
|
|
|
|
|
|
marker_745d35342c2623ea782833718e04ca0c.bindPopup(popup_0490e3c3085ee8a53158c5920ee70f0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_745d35342c2623ea782833718e04ca0c.setIcon(icon_debedb10fdd7ce53f40a3f1d6b0e0cc0);
|
|
|
|
|
|
var marker_a3b2ccfa520c7cd6c046d0b4e53e3949 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_332e3d138b449023c1a9a1ea0fb9e668 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a72e0c63043bd0a7ab002afb60e63da4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f135b1e8efddd78ed2f8a9cc540b796 = $(`<div id="html_8f135b1e8efddd78ed2f8a9cc540b796" style="width: 100.0%; height: 100.0%;">relay.0xchat.com:443</div>`)[0];
|
|
popup_a72e0c63043bd0a7ab002afb60e63da4.setContent(html_8f135b1e8efddd78ed2f8a9cc540b796);
|
|
|
|
|
|
|
|
marker_a3b2ccfa520c7cd6c046d0b4e53e3949.bindPopup(popup_a72e0c63043bd0a7ab002afb60e63da4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3b2ccfa520c7cd6c046d0b4e53e3949.setIcon(icon_332e3d138b449023c1a9a1ea0fb9e668);
|
|
|
|
|
|
var marker_db7f1db941951e989678c6f191a74cb7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_1983688cf95c7e743f247dbfed753e9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0169e23cf369e6bd6e55963da9ca8f7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7fa629a8cb17bdbdfb676cfc2c5eaec = $(`<div id="html_a7fa629a8cb17bdbdfb676cfc2c5eaec" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_0169e23cf369e6bd6e55963da9ca8f7b.setContent(html_a7fa629a8cb17bdbdfb676cfc2c5eaec);
|
|
|
|
|
|
|
|
marker_db7f1db941951e989678c6f191a74cb7.bindPopup(popup_0169e23cf369e6bd6e55963da9ca8f7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db7f1db941951e989678c6f191a74cb7.setIcon(icon_1983688cf95c7e743f247dbfed753e9b);
|
|
|
|
|
|
var marker_d9994daa753ffa5669f8034d77330504 = L.marker(
|
|
[8.96171, -83.5246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_51a3416f37951721253b4f54100bf1b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48772bf2efd23fecf77c4888a953afcc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da579200551be92bb017a0a479145e05 = $(`<div id="html_da579200551be92bb017a0a479145e05" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_48772bf2efd23fecf77c4888a953afcc.setContent(html_da579200551be92bb017a0a479145e05);
|
|
|
|
|
|
|
|
marker_d9994daa753ffa5669f8034d77330504.bindPopup(popup_48772bf2efd23fecf77c4888a953afcc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9994daa753ffa5669f8034d77330504.setIcon(icon_51a3416f37951721253b4f54100bf1b1);
|
|
|
|
|
|
var marker_76502aeaded1c090a9f632b7d538fd06 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_11f31964ed18b7f8c3db1fecbb089ac1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fc6e570eefc6f25cd9dcba1dd2c6943 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d947b414c423d21d04b3f9567b87bf4a = $(`<div id="html_d947b414c423d21d04b3f9567b87bf4a" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_8fc6e570eefc6f25cd9dcba1dd2c6943.setContent(html_d947b414c423d21d04b3f9567b87bf4a);
|
|
|
|
|
|
|
|
marker_76502aeaded1c090a9f632b7d538fd06.bindPopup(popup_8fc6e570eefc6f25cd9dcba1dd2c6943)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76502aeaded1c090a9f632b7d538fd06.setIcon(icon_11f31964ed18b7f8c3db1fecbb089ac1);
|
|
|
|
|
|
var marker_485cc5e24ea011499f09359db5a15c09 = L.marker(
|
|
[51.5717, 3.70417],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_92bf905714f309d27f9372fa42ebc87d);
|
|
|
|
|
|
var icon_a44324aea563369c70d26c14333f9f79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b78d039e8a8f18ceff5d4b3cd614586f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7f580a05a18840c70491c86ee02ea5d = $(`<div id="html_f7f580a05a18840c70491c86ee02ea5d" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl:443</div>`)[0];
|
|
popup_b78d039e8a8f18ceff5d4b3cd614586f.setContent(html_f7f580a05a18840c70491c86ee02ea5d);
|
|
|
|
|
|
|
|
marker_485cc5e24ea011499f09359db5a15c09.bindPopup(popup_b78d039e8a8f18ceff5d4b3cd614586f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_485cc5e24ea011499f09359db5a15c09.setIcon(icon_a44324aea563369c70d26c14333f9f79);
|
|
|
|
|
|
marker_cluster_92bf905714f309d27f9372fa42ebc87d.addTo(map_a47d9fe47db850895e97b09b977c5cfe);
|
|
|
|
</script>
|
|
</html> |