mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-24 23:45:17 +00:00
16073 lines
468 KiB
HTML
16073 lines
468 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_4f1fc4404e4cb39ccb20edc6bb5aab64 {
|
|
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_4f1fc4404e4cb39ccb20edc6bb5aab64" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_4f1fc4404e4cb39ccb20edc6bb5aab64 = L.map(
|
|
"map_4f1fc4404e4cb39ccb20edc6bb5aab64",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_9b9963ee11f41dea3d28f9a1529bc387 = 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_9b9963ee11f41dea3d28f9a1529bc387.addTo(map_4f1fc4404e4cb39ccb20edc6bb5aab64);
|
|
|
|
|
|
var marker_cluster_c823ea101deb4613e0d58d9130fba3a0 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_5279b1e97a2a7d36ee584d904d494cd8 = L.marker(
|
|
[37.5665, 126.978],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_763addf38a6eef6c070cbeacbac66b06 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f744b8fb437f667542a90015cb4c852 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6f8b286570b39ebbf82bfe5d1a998d1 = $(`<div id="html_d6f8b286570b39ebbf82bfe5d1a998d1" style="width: 100.0%; height: 100.0%;">relay.mulatta.io</div>`)[0];
|
|
popup_3f744b8fb437f667542a90015cb4c852.setContent(html_d6f8b286570b39ebbf82bfe5d1a998d1);
|
|
|
|
|
|
|
|
marker_5279b1e97a2a7d36ee584d904d494cd8.bindPopup(popup_3f744b8fb437f667542a90015cb4c852)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5279b1e97a2a7d36ee584d904d494cd8.setIcon(icon_763addf38a6eef6c070cbeacbac66b06);
|
|
|
|
|
|
var marker_1c01a5e535173c892406482f960f9279 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_0f32d610725ae90d3ba9508643e744b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_721359e229162c6ce9e98bf0e6a5cf5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54b0b6f9919ca9d6f6de1b40e1ffde9a = $(`<div id="html_54b0b6f9919ca9d6f6de1b40e1ffde9a" style="width: 100.0%; height: 100.0%;">relay.veganostr.com:443</div>`)[0];
|
|
popup_721359e229162c6ce9e98bf0e6a5cf5e.setContent(html_54b0b6f9919ca9d6f6de1b40e1ffde9a);
|
|
|
|
|
|
|
|
marker_1c01a5e535173c892406482f960f9279.bindPopup(popup_721359e229162c6ce9e98bf0e6a5cf5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1c01a5e535173c892406482f960f9279.setIcon(icon_0f32d610725ae90d3ba9508643e744b5);
|
|
|
|
|
|
var marker_ed8befc9faccc771632407a855ff2a0e = L.marker(
|
|
[36.1659, -86.7844],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_b02c170978ce46e229cc67f5f00df176 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a91baf3553f4b9cf0916c0c5f2f9f95d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a7962b53fcfd6c05d16ae646fc3b92f = $(`<div id="html_3a7962b53fcfd6c05d16ae646fc3b92f" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_a91baf3553f4b9cf0916c0c5f2f9f95d.setContent(html_3a7962b53fcfd6c05d16ae646fc3b92f);
|
|
|
|
|
|
|
|
marker_ed8befc9faccc771632407a855ff2a0e.bindPopup(popup_a91baf3553f4b9cf0916c0c5f2f9f95d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed8befc9faccc771632407a855ff2a0e.setIcon(icon_b02c170978ce46e229cc67f5f00df176);
|
|
|
|
|
|
var marker_b02695e77a8045cbbe13b164ace98409 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_31babf25df5b3ef2155ca03d5c0099cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9f28d2343a170b46f1a7c0fdc7ed757 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08a6c1a5255370b1d8c01e696d31baed = $(`<div id="html_08a6c1a5255370b1d8c01e696d31baed" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_d9f28d2343a170b46f1a7c0fdc7ed757.setContent(html_08a6c1a5255370b1d8c01e696d31baed);
|
|
|
|
|
|
|
|
marker_b02695e77a8045cbbe13b164ace98409.bindPopup(popup_d9f28d2343a170b46f1a7c0fdc7ed757)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b02695e77a8045cbbe13b164ace98409.setIcon(icon_31babf25df5b3ef2155ca03d5c0099cc);
|
|
|
|
|
|
var marker_27b730e5aa94f30a8e88f756d4ac9fb7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_f43b618cc35692fabd7c38d6129e3476 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67a7ab0bf776218f8287cddb71774c74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_734b7032ed29b75b3fb519153b38868e = $(`<div id="html_734b7032ed29b75b3fb519153b38868e" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_67a7ab0bf776218f8287cddb71774c74.setContent(html_734b7032ed29b75b3fb519153b38868e);
|
|
|
|
|
|
|
|
marker_27b730e5aa94f30a8e88f756d4ac9fb7.bindPopup(popup_67a7ab0bf776218f8287cddb71774c74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27b730e5aa94f30a8e88f756d4ac9fb7.setIcon(icon_f43b618cc35692fabd7c38d6129e3476);
|
|
|
|
|
|
var marker_afc11b8a27bf6159a99482d4cc89b4eb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_eac0fa3addad5237e8971bd406c20c51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01da74029fdb91520166d820f381bbd6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8083f037dac73670f8cffa93c178a64f = $(`<div id="html_8083f037dac73670f8cffa93c178a64f" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_01da74029fdb91520166d820f381bbd6.setContent(html_8083f037dac73670f8cffa93c178a64f);
|
|
|
|
|
|
|
|
marker_afc11b8a27bf6159a99482d4cc89b4eb.bindPopup(popup_01da74029fdb91520166d820f381bbd6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_afc11b8a27bf6159a99482d4cc89b4eb.setIcon(icon_eac0fa3addad5237e8971bd406c20c51);
|
|
|
|
|
|
var marker_7cab4a23fc7cbe7f5287838f286ca654 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_8691207f0850ebd594863365033ef768 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f39d9256da3617778e5c65870d71957e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c71106230c1e9877d4af76646cf9545 = $(`<div id="html_7c71106230c1e9877d4af76646cf9545" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_f39d9256da3617778e5c65870d71957e.setContent(html_7c71106230c1e9877d4af76646cf9545);
|
|
|
|
|
|
|
|
marker_7cab4a23fc7cbe7f5287838f286ca654.bindPopup(popup_f39d9256da3617778e5c65870d71957e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cab4a23fc7cbe7f5287838f286ca654.setIcon(icon_8691207f0850ebd594863365033ef768);
|
|
|
|
|
|
var marker_ecab88720a526993fefaa41b6dbf2286 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_cb98c41a1032310a43959271b43b4645 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41d50694170eafddf623574fabae2857 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9966f40debf343c8b8d44281a649871f = $(`<div id="html_9966f40debf343c8b8d44281a649871f" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com:443</div>`)[0];
|
|
popup_41d50694170eafddf623574fabae2857.setContent(html_9966f40debf343c8b8d44281a649871f);
|
|
|
|
|
|
|
|
marker_ecab88720a526993fefaa41b6dbf2286.bindPopup(popup_41d50694170eafddf623574fabae2857)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ecab88720a526993fefaa41b6dbf2286.setIcon(icon_cb98c41a1032310a43959271b43b4645);
|
|
|
|
|
|
var marker_d68f6279bddf617b783068a28bfd7425 = L.marker(
|
|
[35.8099, 140.12],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_6fbcfdbc23d9222e6c9bdad9db991554 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_835426070ac54f4b7dca642ed81f8294 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9b207ab43d5a62c84da318d34fb994e = $(`<div id="html_b9b207ab43d5a62c84da318d34fb994e" style="width: 100.0%; height: 100.0%;">nostr.middling.mydns.jp</div>`)[0];
|
|
popup_835426070ac54f4b7dca642ed81f8294.setContent(html_b9b207ab43d5a62c84da318d34fb994e);
|
|
|
|
|
|
|
|
marker_d68f6279bddf617b783068a28bfd7425.bindPopup(popup_835426070ac54f4b7dca642ed81f8294)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d68f6279bddf617b783068a28bfd7425.setIcon(icon_6fbcfdbc23d9222e6c9bdad9db991554);
|
|
|
|
|
|
var marker_83a91dd778ddeb83c8d7cfce585e4125 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_c53b1f9da4605bdca26ee968c61cb663 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b8f107bc22b509503920f76c9810ac3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b35cd592bfc59f4de237624eada353a = $(`<div id="html_1b35cd592bfc59f4de237624eada353a" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_5b8f107bc22b509503920f76c9810ac3.setContent(html_1b35cd592bfc59f4de237624eada353a);
|
|
|
|
|
|
|
|
marker_83a91dd778ddeb83c8d7cfce585e4125.bindPopup(popup_5b8f107bc22b509503920f76c9810ac3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83a91dd778ddeb83c8d7cfce585e4125.setIcon(icon_c53b1f9da4605bdca26ee968c61cb663);
|
|
|
|
|
|
var marker_9e43036f976e22e602771c0e64c9c443 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_e9ba521860a607c5bddd561d7354b320 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c129e79bf0a45a9203010a1ab50e439 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b92e2a717d8534792977f1befe000539 = $(`<div id="html_b92e2a717d8534792977f1befe000539" style="width: 100.0%; height: 100.0%;">relay.staging.plebeian.market</div>`)[0];
|
|
popup_2c129e79bf0a45a9203010a1ab50e439.setContent(html_b92e2a717d8534792977f1befe000539);
|
|
|
|
|
|
|
|
marker_9e43036f976e22e602771c0e64c9c443.bindPopup(popup_2c129e79bf0a45a9203010a1ab50e439)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e43036f976e22e602771c0e64c9c443.setIcon(icon_e9ba521860a607c5bddd561d7354b320);
|
|
|
|
|
|
var marker_f3411bb5b790d006bee651841d9e5f4d = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_a4bc552028eaeda075a2b12951b98513 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96e548a22ea5cf63b066c86b6642954c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60189c65908b991120c8e172432c776b = $(`<div id="html_60189c65908b991120c8e172432c776b" style="width: 100.0%; height: 100.0%;">insta-relay.apps3.slidestr.net</div>`)[0];
|
|
popup_96e548a22ea5cf63b066c86b6642954c.setContent(html_60189c65908b991120c8e172432c776b);
|
|
|
|
|
|
|
|
marker_f3411bb5b790d006bee651841d9e5f4d.bindPopup(popup_96e548a22ea5cf63b066c86b6642954c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3411bb5b790d006bee651841d9e5f4d.setIcon(icon_a4bc552028eaeda075a2b12951b98513);
|
|
|
|
|
|
var marker_b1934cbf8324b826d47238569d12ae9b = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_283de938c1478a99eae69034542e5001 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0112638ae5aa218881a2295750cf0dd0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00a34ecfe12bf90f258a2b756df30999 = $(`<div id="html_00a34ecfe12bf90f258a2b756df30999" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_0112638ae5aa218881a2295750cf0dd0.setContent(html_00a34ecfe12bf90f258a2b756df30999);
|
|
|
|
|
|
|
|
marker_b1934cbf8324b826d47238569d12ae9b.bindPopup(popup_0112638ae5aa218881a2295750cf0dd0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1934cbf8324b826d47238569d12ae9b.setIcon(icon_283de938c1478a99eae69034542e5001);
|
|
|
|
|
|
var marker_8ed741bf84a8b0871ee7dbc165140a67 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_69066f3f6923f08cb2b13b876c5a1144 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36b88a7334fa1ee05b37152c94752af6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59303663ee8cd40e5076234c58ff8ebe = $(`<div id="html_59303663ee8cd40e5076234c58ff8ebe" style="width: 100.0%; height: 100.0%;">staging.yabu.me</div>`)[0];
|
|
popup_36b88a7334fa1ee05b37152c94752af6.setContent(html_59303663ee8cd40e5076234c58ff8ebe);
|
|
|
|
|
|
|
|
marker_8ed741bf84a8b0871ee7dbc165140a67.bindPopup(popup_36b88a7334fa1ee05b37152c94752af6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ed741bf84a8b0871ee7dbc165140a67.setIcon(icon_69066f3f6923f08cb2b13b876c5a1144);
|
|
|
|
|
|
var marker_ec8b393b6864137e1ade3070729c3f45 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_8710a9a599485507655e4890a312a2db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1aacb8d61ae1c8a36363153f4833ff13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_719b91df7f80bb6ae35061e4478195dd = $(`<div id="html_719b91df7f80bb6ae35061e4478195dd" style="width: 100.0%; height: 100.0%;">offchain.pub:443</div>`)[0];
|
|
popup_1aacb8d61ae1c8a36363153f4833ff13.setContent(html_719b91df7f80bb6ae35061e4478195dd);
|
|
|
|
|
|
|
|
marker_ec8b393b6864137e1ade3070729c3f45.bindPopup(popup_1aacb8d61ae1c8a36363153f4833ff13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec8b393b6864137e1ade3070729c3f45.setIcon(icon_8710a9a599485507655e4890a312a2db);
|
|
|
|
|
|
var marker_9342e85fb52d5d54224a0b58b449e4df = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_78a6f0196c5331647f7a6df89e3c9494 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cadf0b34cf3a1a1331445491a7a9ae32 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd5d8a7fb796d1b6936f6da6dde75c12 = $(`<div id="html_cd5d8a7fb796d1b6936f6da6dde75c12" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_cadf0b34cf3a1a1331445491a7a9ae32.setContent(html_cd5d8a7fb796d1b6936f6da6dde75c12);
|
|
|
|
|
|
|
|
marker_9342e85fb52d5d54224a0b58b449e4df.bindPopup(popup_cadf0b34cf3a1a1331445491a7a9ae32)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9342e85fb52d5d54224a0b58b449e4df.setIcon(icon_78a6f0196c5331647f7a6df89e3c9494);
|
|
|
|
|
|
var marker_9eee5e1ae9d12ba2c6c994becc1c9ff6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_b4659489bb35c363717f3f669275a470 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d7c9e5345aa590f4a0b10510ef6707c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4417914d88f459e32befcb09e7545c94 = $(`<div id="html_4417914d88f459e32befcb09e7545c94" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_1d7c9e5345aa590f4a0b10510ef6707c.setContent(html_4417914d88f459e32befcb09e7545c94);
|
|
|
|
|
|
|
|
marker_9eee5e1ae9d12ba2c6c994becc1c9ff6.bindPopup(popup_1d7c9e5345aa590f4a0b10510ef6707c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9eee5e1ae9d12ba2c6c994becc1c9ff6.setIcon(icon_b4659489bb35c363717f3f669275a470);
|
|
|
|
|
|
var marker_a650f2faaf6c9e7283be6bdcb95011a1 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_84b222c5f11b3a9e6d3912a67bf4b389 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23d0017187a46ed0873473ce20c33168 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6bfb0a2f4897f3e40c7c1450bbe4254 = $(`<div id="html_f6bfb0a2f4897f3e40c7c1450bbe4254" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_23d0017187a46ed0873473ce20c33168.setContent(html_f6bfb0a2f4897f3e40c7c1450bbe4254);
|
|
|
|
|
|
|
|
marker_a650f2faaf6c9e7283be6bdcb95011a1.bindPopup(popup_23d0017187a46ed0873473ce20c33168)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a650f2faaf6c9e7283be6bdcb95011a1.setIcon(icon_84b222c5f11b3a9e6d3912a67bf4b389);
|
|
|
|
|
|
var marker_1bb97ab5987f7af8708a08d9c185a18d = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_f8a46fa9ffb15b555d29f7b01cbd7cb1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6fcacc8bf4321a274ea62a4d53485c0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_476560c214d67fcc72d295d3f0ffc798 = $(`<div id="html_476560c214d67fcc72d295d3f0ffc798" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io:443</div>`)[0];
|
|
popup_6fcacc8bf4321a274ea62a4d53485c0c.setContent(html_476560c214d67fcc72d295d3f0ffc798);
|
|
|
|
|
|
|
|
marker_1bb97ab5987f7af8708a08d9c185a18d.bindPopup(popup_6fcacc8bf4321a274ea62a4d53485c0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bb97ab5987f7af8708a08d9c185a18d.setIcon(icon_f8a46fa9ffb15b555d29f7b01cbd7cb1);
|
|
|
|
|
|
var marker_1f8b8add1ecbb067aae4639bbb256d2b = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_3ee5a68d836c195ad2da0b10ea69b249 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c300b4650eb7ed06bc55dbb422964fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8ff7938b2ca955a4f3c15527fbe745f = $(`<div id="html_c8ff7938b2ca955a4f3c15527fbe745f" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_8c300b4650eb7ed06bc55dbb422964fe.setContent(html_c8ff7938b2ca955a4f3c15527fbe745f);
|
|
|
|
|
|
|
|
marker_1f8b8add1ecbb067aae4639bbb256d2b.bindPopup(popup_8c300b4650eb7ed06bc55dbb422964fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f8b8add1ecbb067aae4639bbb256d2b.setIcon(icon_3ee5a68d836c195ad2da0b10ea69b249);
|
|
|
|
|
|
var marker_8a253b12e1972e3a78996d5bca3e316f = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_38364e8a2d83bbd82a40505626e6f029 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b454661bf402367f55ee4bb33bc4a15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85514565c32b086fa38212cd70b5c15d = $(`<div id="html_85514565c32b086fa38212cd70b5c15d" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_1b454661bf402367f55ee4bb33bc4a15.setContent(html_85514565c32b086fa38212cd70b5c15d);
|
|
|
|
|
|
|
|
marker_8a253b12e1972e3a78996d5bca3e316f.bindPopup(popup_1b454661bf402367f55ee4bb33bc4a15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a253b12e1972e3a78996d5bca3e316f.setIcon(icon_38364e8a2d83bbd82a40505626e6f029);
|
|
|
|
|
|
var marker_140624c4b8829d2a9c0aed82e923c644 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_4c0c01c56d83fe1a6580cb301c71f7b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c027b6d29e67e542ada2d23d9aea150b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f2827c88b7fc382ea2d9f67c3014e87 = $(`<div id="html_7f2827c88b7fc382ea2d9f67c3014e87" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_c027b6d29e67e542ada2d23d9aea150b.setContent(html_7f2827c88b7fc382ea2d9f67c3014e87);
|
|
|
|
|
|
|
|
marker_140624c4b8829d2a9c0aed82e923c644.bindPopup(popup_c027b6d29e67e542ada2d23d9aea150b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_140624c4b8829d2a9c0aed82e923c644.setIcon(icon_4c0c01c56d83fe1a6580cb301c71f7b9);
|
|
|
|
|
|
var marker_8f8cdaa0b12896acff1e76a796398962 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_a0a60a6b71c8c679c068643284c621d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b5a8e716050ab815172d5e6ad8533b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_270c64b084896808b5ae45d21bf46c99 = $(`<div id="html_270c64b084896808b5ae45d21bf46c99" style="width: 100.0%; height: 100.0%;">relay.mostr.pub:443</div>`)[0];
|
|
popup_0b5a8e716050ab815172d5e6ad8533b7.setContent(html_270c64b084896808b5ae45d21bf46c99);
|
|
|
|
|
|
|
|
marker_8f8cdaa0b12896acff1e76a796398962.bindPopup(popup_0b5a8e716050ab815172d5e6ad8533b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f8cdaa0b12896acff1e76a796398962.setIcon(icon_a0a60a6b71c8c679c068643284c621d6);
|
|
|
|
|
|
var marker_03b7b1dea92bee5538a7ffe45f2ae089 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_315a408fdd7bc8d7de935dc38cb3742f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e624c9e295cf1a5319ea3b09723b6fe9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b27ed067fa95b1e17f7a6610fe52adb = $(`<div id="html_0b27ed067fa95b1e17f7a6610fe52adb" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com:443</div>`)[0];
|
|
popup_e624c9e295cf1a5319ea3b09723b6fe9.setContent(html_0b27ed067fa95b1e17f7a6610fe52adb);
|
|
|
|
|
|
|
|
marker_03b7b1dea92bee5538a7ffe45f2ae089.bindPopup(popup_e624c9e295cf1a5319ea3b09723b6fe9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03b7b1dea92bee5538a7ffe45f2ae089.setIcon(icon_315a408fdd7bc8d7de935dc38cb3742f);
|
|
|
|
|
|
var marker_b4afff872d841c542b4d5f2bbc44eeae = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_a3335a619129c2194eda4d1214aa2f42 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_854c19204cb6a7c21251cadf6af14b57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3f976ac95913310fd3a3e87e00da65b = $(`<div id="html_d3f976ac95913310fd3a3e87e00da65b" style="width: 100.0%; height: 100.0%;">relay2.veganostr.com</div>`)[0];
|
|
popup_854c19204cb6a7c21251cadf6af14b57.setContent(html_d3f976ac95913310fd3a3e87e00da65b);
|
|
|
|
|
|
|
|
marker_b4afff872d841c542b4d5f2bbc44eeae.bindPopup(popup_854c19204cb6a7c21251cadf6af14b57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4afff872d841c542b4d5f2bbc44eeae.setIcon(icon_a3335a619129c2194eda4d1214aa2f42);
|
|
|
|
|
|
var marker_f65fd3150ce55e15fca8f99a5ea83c4c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_f93004cfa89f3511edc2190c3512fd27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a74a98a6734ef171425d709f2e9fd9e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_750f9600865fa8d099e8812655ab68c9 = $(`<div id="html_750f9600865fa8d099e8812655ab68c9" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_3a74a98a6734ef171425d709f2e9fd9e.setContent(html_750f9600865fa8d099e8812655ab68c9);
|
|
|
|
|
|
|
|
marker_f65fd3150ce55e15fca8f99a5ea83c4c.bindPopup(popup_3a74a98a6734ef171425d709f2e9fd9e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f65fd3150ce55e15fca8f99a5ea83c4c.setIcon(icon_f93004cfa89f3511edc2190c3512fd27);
|
|
|
|
|
|
var marker_06772d8b9992d2684c6f157b5c0b429d = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_e7e7f15b17f174d8c3337a7941dc955b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_472508e72087db42c1b3b0af44dc401f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb0ef78167e5c81de0e6745267ec682c = $(`<div id="html_cb0ef78167e5c81de0e6745267ec682c" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_472508e72087db42c1b3b0af44dc401f.setContent(html_cb0ef78167e5c81de0e6745267ec682c);
|
|
|
|
|
|
|
|
marker_06772d8b9992d2684c6f157b5c0b429d.bindPopup(popup_472508e72087db42c1b3b0af44dc401f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06772d8b9992d2684c6f157b5c0b429d.setIcon(icon_e7e7f15b17f174d8c3337a7941dc955b);
|
|
|
|
|
|
var marker_309533bccbbb022496e545c89c2ffcba = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_8ded2d5f2cf02cd1d4a4cf04b607db32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df801a5263f6d013998d4dbd9c2b7e72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9877b653b2d05969e3e79a30a78371b8 = $(`<div id="html_9877b653b2d05969e3e79a30a78371b8" style="width: 100.0%; height: 100.0%;">nexus.libernet.app:443</div>`)[0];
|
|
popup_df801a5263f6d013998d4dbd9c2b7e72.setContent(html_9877b653b2d05969e3e79a30a78371b8);
|
|
|
|
|
|
|
|
marker_309533bccbbb022496e545c89c2ffcba.bindPopup(popup_df801a5263f6d013998d4dbd9c2b7e72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_309533bccbbb022496e545c89c2ffcba.setIcon(icon_8ded2d5f2cf02cd1d4a4cf04b607db32);
|
|
|
|
|
|
var marker_1bd2f6d4467f513857a55e9563055a3d = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_1b827ebde99dda69c034b24d2c0ff8c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cecf76a634f6737ea4e430e594a3ad08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d281ca2efa75b87e5f8b2d25fe4ced45 = $(`<div id="html_d281ca2efa75b87e5f8b2d25fe4ced45" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_cecf76a634f6737ea4e430e594a3ad08.setContent(html_d281ca2efa75b87e5f8b2d25fe4ced45);
|
|
|
|
|
|
|
|
marker_1bd2f6d4467f513857a55e9563055a3d.bindPopup(popup_cecf76a634f6737ea4e430e594a3ad08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bd2f6d4467f513857a55e9563055a3d.setIcon(icon_1b827ebde99dda69c034b24d2c0ff8c7);
|
|
|
|
|
|
var marker_9bedc0b728330d6616cd547721a8aed5 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_cb727b3cf77e7d0e5b92779ca8d9bc1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1401989b6adf5fdbfdb167992d07cda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d18a59d65146974fd84fac41ecdcfb1 = $(`<div id="html_5d18a59d65146974fd84fac41ecdcfb1" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_d1401989b6adf5fdbfdb167992d07cda.setContent(html_5d18a59d65146974fd84fac41ecdcfb1);
|
|
|
|
|
|
|
|
marker_9bedc0b728330d6616cd547721a8aed5.bindPopup(popup_d1401989b6adf5fdbfdb167992d07cda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9bedc0b728330d6616cd547721a8aed5.setIcon(icon_cb727b3cf77e7d0e5b92779ca8d9bc1c);
|
|
|
|
|
|
var marker_1fd5364e2370e6b7decdb727b6689326 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_8202caf8e650f4696c22872896e55518 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6302656f4ebadc20f64739d0231ab29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04ad488e287b8e85d9af28fa7a889182 = $(`<div id="html_04ad488e287b8e85d9af28fa7a889182" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_b6302656f4ebadc20f64739d0231ab29.setContent(html_04ad488e287b8e85d9af28fa7a889182);
|
|
|
|
|
|
|
|
marker_1fd5364e2370e6b7decdb727b6689326.bindPopup(popup_b6302656f4ebadc20f64739d0231ab29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fd5364e2370e6b7decdb727b6689326.setIcon(icon_8202caf8e650f4696c22872896e55518);
|
|
|
|
|
|
var marker_f9aca503d94fa970cefa8f4751981553 = L.marker(
|
|
[10.6352, -85.4378],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_3ba5c1f2b4c4747792d90e803ff101a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1011bf7d19a0871bace85ff173b1706d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2346ed31e6360e6834fc0e1bd75c5ad3 = $(`<div id="html_2346ed31e6360e6834fc0e1bd75c5ad3" style="width: 100.0%; height: 100.0%;">no.str.cr:443</div>`)[0];
|
|
popup_1011bf7d19a0871bace85ff173b1706d.setContent(html_2346ed31e6360e6834fc0e1bd75c5ad3);
|
|
|
|
|
|
|
|
marker_f9aca503d94fa970cefa8f4751981553.bindPopup(popup_1011bf7d19a0871bace85ff173b1706d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9aca503d94fa970cefa8f4751981553.setIcon(icon_3ba5c1f2b4c4747792d90e803ff101a2);
|
|
|
|
|
|
var marker_240c9d94b1861433b60e14c96e40ed6c = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_13ae3b7d0f8b7383e991f0cc08b31501 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5d094428b712948e33fe5838ee6f813 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3dd8e87d220e8b270496c68712cf2cc6 = $(`<div id="html_3dd8e87d220e8b270496c68712cf2cc6" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_e5d094428b712948e33fe5838ee6f813.setContent(html_3dd8e87d220e8b270496c68712cf2cc6);
|
|
|
|
|
|
|
|
marker_240c9d94b1861433b60e14c96e40ed6c.bindPopup(popup_e5d094428b712948e33fe5838ee6f813)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_240c9d94b1861433b60e14c96e40ed6c.setIcon(icon_13ae3b7d0f8b7383e991f0cc08b31501);
|
|
|
|
|
|
var marker_43d8c630642edc1c80bf6a986c3f07dc = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_95a1262cca66ce090b5eba3c3a4c11c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e89af6330ab7c9fb71d3706321f8998 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c131a75cda0a10ded2c2421b94278289 = $(`<div id="html_c131a75cda0a10ded2c2421b94278289" style="width: 100.0%; height: 100.0%;">nostr.tac.lol:443</div>`)[0];
|
|
popup_4e89af6330ab7c9fb71d3706321f8998.setContent(html_c131a75cda0a10ded2c2421b94278289);
|
|
|
|
|
|
|
|
marker_43d8c630642edc1c80bf6a986c3f07dc.bindPopup(popup_4e89af6330ab7c9fb71d3706321f8998)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43d8c630642edc1c80bf6a986c3f07dc.setIcon(icon_95a1262cca66ce090b5eba3c3a4c11c3);
|
|
|
|
|
|
var marker_196b500fab318355b76b34460f28a4be = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_751992f4d1963be98e8bc7d545f0a38c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0c200af977f669cb10d7afd7d77ea1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b6ed5a01918743bd3d2167c5af31b51 = $(`<div id="html_4b6ed5a01918743bd3d2167c5af31b51" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_d0c200af977f669cb10d7afd7d77ea1f.setContent(html_4b6ed5a01918743bd3d2167c5af31b51);
|
|
|
|
|
|
|
|
marker_196b500fab318355b76b34460f28a4be.bindPopup(popup_d0c200af977f669cb10d7afd7d77ea1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_196b500fab318355b76b34460f28a4be.setIcon(icon_751992f4d1963be98e8bc7d545f0a38c);
|
|
|
|
|
|
var marker_f9abaafed7965112abbad4b748a0091b = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_8ca82e0f84450f960f36e4f5cfd553ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de332b1dc85f0f27a9695f372d406aa2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c8df6c223a73209b24e6cac8d152808 = $(`<div id="html_8c8df6c223a73209b24e6cac8d152808" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_de332b1dc85f0f27a9695f372d406aa2.setContent(html_8c8df6c223a73209b24e6cac8d152808);
|
|
|
|
|
|
|
|
marker_f9abaafed7965112abbad4b748a0091b.bindPopup(popup_de332b1dc85f0f27a9695f372d406aa2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9abaafed7965112abbad4b748a0091b.setIcon(icon_8ca82e0f84450f960f36e4f5cfd553ed);
|
|
|
|
|
|
var marker_e73d802a327585c02fdc5c02d5c52ee3 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_fa15931563b196ac67edffcc72eb4563 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31d9b7d639d770410a3296f4a712d472 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b09913cab0e9c8e0a9198687c7d62bbe = $(`<div id="html_b09913cab0e9c8e0a9198687c7d62bbe" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_31d9b7d639d770410a3296f4a712d472.setContent(html_b09913cab0e9c8e0a9198687c7d62bbe);
|
|
|
|
|
|
|
|
marker_e73d802a327585c02fdc5c02d5c52ee3.bindPopup(popup_31d9b7d639d770410a3296f4a712d472)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e73d802a327585c02fdc5c02d5c52ee3.setIcon(icon_fa15931563b196ac67edffcc72eb4563);
|
|
|
|
|
|
var marker_1da6acbb23e450df3fe14b6d4b9cf6d8 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_ac448737b7fb833ed35cac38874f0742 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2001a066f1dcedf8bb73f21c13127cef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0de9ea3b3de0e0caf517dca582e78311 = $(`<div id="html_0de9ea3b3de0e0caf517dca582e78311" style="width: 100.0%; height: 100.0%;">relay.thecryptosquid.com</div>`)[0];
|
|
popup_2001a066f1dcedf8bb73f21c13127cef.setContent(html_0de9ea3b3de0e0caf517dca582e78311);
|
|
|
|
|
|
|
|
marker_1da6acbb23e450df3fe14b6d4b9cf6d8.bindPopup(popup_2001a066f1dcedf8bb73f21c13127cef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1da6acbb23e450df3fe14b6d4b9cf6d8.setIcon(icon_ac448737b7fb833ed35cac38874f0742);
|
|
|
|
|
|
var marker_1ca15a7299f6aa1e45737f1a5621e57e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_750568199197730203b456149ed63ca9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_235fc3f9134d5b693fac3c19c28f08b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65b97ed7883a802b76896d30ecf5b2df = $(`<div id="html_65b97ed7883a802b76896d30ecf5b2df" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app:443</div>`)[0];
|
|
popup_235fc3f9134d5b693fac3c19c28f08b9.setContent(html_65b97ed7883a802b76896d30ecf5b2df);
|
|
|
|
|
|
|
|
marker_1ca15a7299f6aa1e45737f1a5621e57e.bindPopup(popup_235fc3f9134d5b693fac3c19c28f08b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ca15a7299f6aa1e45737f1a5621e57e.setIcon(icon_750568199197730203b456149ed63ca9);
|
|
|
|
|
|
var marker_19f217e927913691dafdd6e9830f09f2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_89ee7c96298a662f96dabe7d51fe1fff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39677c416d46b824f0e7ef3f9d94f893 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90cabd95c96e6decea0de0c327dad9e3 = $(`<div id="html_90cabd95c96e6decea0de0c327dad9e3" style="width: 100.0%; height: 100.0%;">rilo.nostria.app:443</div>`)[0];
|
|
popup_39677c416d46b824f0e7ef3f9d94f893.setContent(html_90cabd95c96e6decea0de0c327dad9e3);
|
|
|
|
|
|
|
|
marker_19f217e927913691dafdd6e9830f09f2.bindPopup(popup_39677c416d46b824f0e7ef3f9d94f893)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19f217e927913691dafdd6e9830f09f2.setIcon(icon_89ee7c96298a662f96dabe7d51fe1fff);
|
|
|
|
|
|
var marker_e6c8f385bd2e1d5cd8b53e85075028e1 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_5ac5808637b6891c043d20898ff97496 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d418770ffe462d1df54a9d177cb3692 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53bf7118d4c97fe6a72b0dbc82329dd7 = $(`<div id="html_53bf7118d4c97fe6a72b0dbc82329dd7" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_4d418770ffe462d1df54a9d177cb3692.setContent(html_53bf7118d4c97fe6a72b0dbc82329dd7);
|
|
|
|
|
|
|
|
marker_e6c8f385bd2e1d5cd8b53e85075028e1.bindPopup(popup_4d418770ffe462d1df54a9d177cb3692)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6c8f385bd2e1d5cd8b53e85075028e1.setIcon(icon_5ac5808637b6891c043d20898ff97496);
|
|
|
|
|
|
var marker_5cc1ef25817bdb1d8f3d57bfb50f9b6b = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_8471cf12938d92430cdbd38fe8f86b35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d80c8868dbfa92a398d304a79dac829 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c3ff3eb45bf84acce6364b921cc5a18 = $(`<div id="html_8c3ff3eb45bf84acce6364b921cc5a18" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_2d80c8868dbfa92a398d304a79dac829.setContent(html_8c3ff3eb45bf84acce6364b921cc5a18);
|
|
|
|
|
|
|
|
marker_5cc1ef25817bdb1d8f3d57bfb50f9b6b.bindPopup(popup_2d80c8868dbfa92a398d304a79dac829)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5cc1ef25817bdb1d8f3d57bfb50f9b6b.setIcon(icon_8471cf12938d92430cdbd38fe8f86b35);
|
|
|
|
|
|
var marker_f597d86bfba80d1c3143859ccd1b9e16 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_207ef48e8a2996fdea478e3346978654 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bf8e7a8e8db225d6a104d257fbb61eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a2f97383f1054ef194adebd4c908ce9 = $(`<div id="html_7a2f97383f1054ef194adebd4c908ce9" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_2bf8e7a8e8db225d6a104d257fbb61eb.setContent(html_7a2f97383f1054ef194adebd4c908ce9);
|
|
|
|
|
|
|
|
marker_f597d86bfba80d1c3143859ccd1b9e16.bindPopup(popup_2bf8e7a8e8db225d6a104d257fbb61eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f597d86bfba80d1c3143859ccd1b9e16.setIcon(icon_207ef48e8a2996fdea478e3346978654);
|
|
|
|
|
|
var marker_ffc5fd06e157ed0635e63875eee262a5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_cdcbbb3480ef21bfdf8c189775236942 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51d0a78510ff8e37d29559fae7f12fd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0fe1c7cad0998e87afa9f4c7c983240 = $(`<div id="html_a0fe1c7cad0998e87afa9f4c7c983240" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_51d0a78510ff8e37d29559fae7f12fd5.setContent(html_a0fe1c7cad0998e87afa9f4c7c983240);
|
|
|
|
|
|
|
|
marker_ffc5fd06e157ed0635e63875eee262a5.bindPopup(popup_51d0a78510ff8e37d29559fae7f12fd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffc5fd06e157ed0635e63875eee262a5.setIcon(icon_cdcbbb3480ef21bfdf8c189775236942);
|
|
|
|
|
|
var marker_8fe3ea2d8844068d1a3948d459da6098 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_e1565f8306bce494fdfcd145f151f643 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00a8a35bcbeb8874138be34f10502dc4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4f1510bb704b6dca2dffd8a56235c36 = $(`<div id="html_a4f1510bb704b6dca2dffd8a56235c36" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_00a8a35bcbeb8874138be34f10502dc4.setContent(html_a4f1510bb704b6dca2dffd8a56235c36);
|
|
|
|
|
|
|
|
marker_8fe3ea2d8844068d1a3948d459da6098.bindPopup(popup_00a8a35bcbeb8874138be34f10502dc4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fe3ea2d8844068d1a3948d459da6098.setIcon(icon_e1565f8306bce494fdfcd145f151f643);
|
|
|
|
|
|
var marker_a2719bb7267df27f6fddb23b258bb8c3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_500fee6fd07612e1ffc8448de24f0b8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e60c09173f5601a1dd8ef7eeffe171a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05e27babc7b1599d51a5b396f32356cc = $(`<div id="html_05e27babc7b1599d51a5b396f32356cc" style="width: 100.0%; height: 100.0%;">testnet.samt.st</div>`)[0];
|
|
popup_7e60c09173f5601a1dd8ef7eeffe171a.setContent(html_05e27babc7b1599d51a5b396f32356cc);
|
|
|
|
|
|
|
|
marker_a2719bb7267df27f6fddb23b258bb8c3.bindPopup(popup_7e60c09173f5601a1dd8ef7eeffe171a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2719bb7267df27f6fddb23b258bb8c3.setIcon(icon_500fee6fd07612e1ffc8448de24f0b8a);
|
|
|
|
|
|
var marker_61249e598c38e2824b4384625d2fd41c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_f0501db5e377f26fd588c05134b98757 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96eb197896134cf05c3acd28ae890379 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1181013efe8abfc4e408709812c40116 = $(`<div id="html_1181013efe8abfc4e408709812c40116" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club</div>`)[0];
|
|
popup_96eb197896134cf05c3acd28ae890379.setContent(html_1181013efe8abfc4e408709812c40116);
|
|
|
|
|
|
|
|
marker_61249e598c38e2824b4384625d2fd41c.bindPopup(popup_96eb197896134cf05c3acd28ae890379)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61249e598c38e2824b4384625d2fd41c.setIcon(icon_f0501db5e377f26fd588c05134b98757);
|
|
|
|
|
|
var marker_b5b3c0899c89d62fe8b175463153425c = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_9d48c0bd2abddcc078a5fbf0fa334984 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_885cfef83d153518fb811134d5b6e328 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6979d26a1cba8c6286c038aa74814970 = $(`<div id="html_6979d26a1cba8c6286c038aa74814970" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com:443</div>`)[0];
|
|
popup_885cfef83d153518fb811134d5b6e328.setContent(html_6979d26a1cba8c6286c038aa74814970);
|
|
|
|
|
|
|
|
marker_b5b3c0899c89d62fe8b175463153425c.bindPopup(popup_885cfef83d153518fb811134d5b6e328)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5b3c0899c89d62fe8b175463153425c.setIcon(icon_9d48c0bd2abddcc078a5fbf0fa334984);
|
|
|
|
|
|
var marker_2e167120f0dc80460b025727f15c0e55 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_c055064206239cf379ba26876d351c10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92b99fdca0af981f367b16b05bd13563 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4b056b640dd1d6fa7224620b227a38b = $(`<div id="html_d4b056b640dd1d6fa7224620b227a38b" style="width: 100.0%; height: 100.0%;">relay.ohstr.com:443</div>`)[0];
|
|
popup_92b99fdca0af981f367b16b05bd13563.setContent(html_d4b056b640dd1d6fa7224620b227a38b);
|
|
|
|
|
|
|
|
marker_2e167120f0dc80460b025727f15c0e55.bindPopup(popup_92b99fdca0af981f367b16b05bd13563)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e167120f0dc80460b025727f15c0e55.setIcon(icon_c055064206239cf379ba26876d351c10);
|
|
|
|
|
|
var marker_6125b1a9933ddfcb4a5c2ae9650f1262 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_3c5afc85daa4a0881f2955da4f38b3bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea3de7f27d8ade9ebf54be3f068d686c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_395d7281fb9239eddf7ba8eb00100127 = $(`<div id="html_395d7281fb9239eddf7ba8eb00100127" style="width: 100.0%; height: 100.0%;">zealand-charts-craig-thru.trycloudflare.com</div>`)[0];
|
|
popup_ea3de7f27d8ade9ebf54be3f068d686c.setContent(html_395d7281fb9239eddf7ba8eb00100127);
|
|
|
|
|
|
|
|
marker_6125b1a9933ddfcb4a5c2ae9650f1262.bindPopup(popup_ea3de7f27d8ade9ebf54be3f068d686c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6125b1a9933ddfcb4a5c2ae9650f1262.setIcon(icon_3c5afc85daa4a0881f2955da4f38b3bc);
|
|
|
|
|
|
var marker_b0e8cb28187dfb49020b8a9478ec7e77 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_79b772b065939665d791102be7464644 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8613457aa5aa047bd233b26307cf4995 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2cfda0deb22e2209612cc27bb0d92157 = $(`<div id="html_2cfda0deb22e2209612cc27bb0d92157" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe:443</div>`)[0];
|
|
popup_8613457aa5aa047bd233b26307cf4995.setContent(html_2cfda0deb22e2209612cc27bb0d92157);
|
|
|
|
|
|
|
|
marker_b0e8cb28187dfb49020b8a9478ec7e77.bindPopup(popup_8613457aa5aa047bd233b26307cf4995)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0e8cb28187dfb49020b8a9478ec7e77.setIcon(icon_79b772b065939665d791102be7464644);
|
|
|
|
|
|
var marker_e04e24aeca918fe007e98a5b13ee814a = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_273d47a3bd69f6e8913e343df0170df7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5452c4005ecc1bf9f8751bf5a8aca4cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95adcaa2748cd3e40406d4d0730ec7ba = $(`<div id="html_95adcaa2748cd3e40406d4d0730ec7ba" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_5452c4005ecc1bf9f8751bf5a8aca4cf.setContent(html_95adcaa2748cd3e40406d4d0730ec7ba);
|
|
|
|
|
|
|
|
marker_e04e24aeca918fe007e98a5b13ee814a.bindPopup(popup_5452c4005ecc1bf9f8751bf5a8aca4cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e04e24aeca918fe007e98a5b13ee814a.setIcon(icon_273d47a3bd69f6e8913e343df0170df7);
|
|
|
|
|
|
var marker_33579da5640261210bc9537350b5da67 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_57761c29731962b07043bbb7c29b3ab2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52e61317b46873c7fb7902ccb3cece14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b702bc0273c2b8247962581af395325 = $(`<div id="html_8b702bc0273c2b8247962581af395325" style="width: 100.0%; height: 100.0%;">relay.mrmave.work</div>`)[0];
|
|
popup_52e61317b46873c7fb7902ccb3cece14.setContent(html_8b702bc0273c2b8247962581af395325);
|
|
|
|
|
|
|
|
marker_33579da5640261210bc9537350b5da67.bindPopup(popup_52e61317b46873c7fb7902ccb3cece14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33579da5640261210bc9537350b5da67.setIcon(icon_57761c29731962b07043bbb7c29b3ab2);
|
|
|
|
|
|
var marker_4025607f315a3731cef4dd19ee378783 = L.marker(
|
|
[47.1285, 8.74735],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_92f8bb65e2b4a62d6e78dec85c118ddf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5dd4c9277f5c55c1b0021785a2d3d93d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_717eab6df9ee7e9cd274aa0562c31316 = $(`<div id="html_717eab6df9ee7e9cd274aa0562c31316" style="width: 100.0%; height: 100.0%;">nas01xanthosnet.synology.me:7778</div>`)[0];
|
|
popup_5dd4c9277f5c55c1b0021785a2d3d93d.setContent(html_717eab6df9ee7e9cd274aa0562c31316);
|
|
|
|
|
|
|
|
marker_4025607f315a3731cef4dd19ee378783.bindPopup(popup_5dd4c9277f5c55c1b0021785a2d3d93d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4025607f315a3731cef4dd19ee378783.setIcon(icon_92f8bb65e2b4a62d6e78dec85c118ddf);
|
|
|
|
|
|
var marker_895dbd783e7eee67bee0f98b94211278 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_a58f3102729efa3889e4974bbfd539f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78251bf344aa97703c6a75db068a6efe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7e618a2163c6788666d72f3dde9c15f = $(`<div id="html_d7e618a2163c6788666d72f3dde9c15f" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_78251bf344aa97703c6a75db068a6efe.setContent(html_d7e618a2163c6788666d72f3dde9c15f);
|
|
|
|
|
|
|
|
marker_895dbd783e7eee67bee0f98b94211278.bindPopup(popup_78251bf344aa97703c6a75db068a6efe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_895dbd783e7eee67bee0f98b94211278.setIcon(icon_a58f3102729efa3889e4974bbfd539f3);
|
|
|
|
|
|
var marker_6337105e321b4d792b005085c1996556 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_b6ae94d922ebf06c1cb21cdde386b3f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3008e0c6fb92feebde7d167fa428d0b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5676def656d014028f05329474afa429 = $(`<div id="html_5676def656d014028f05329474afa429" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_3008e0c6fb92feebde7d167fa428d0b8.setContent(html_5676def656d014028f05329474afa429);
|
|
|
|
|
|
|
|
marker_6337105e321b4d792b005085c1996556.bindPopup(popup_3008e0c6fb92feebde7d167fa428d0b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6337105e321b4d792b005085c1996556.setIcon(icon_b6ae94d922ebf06c1cb21cdde386b3f7);
|
|
|
|
|
|
var marker_f07bcd2de47629f149692cc0e528ce77 = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_0b364817ad1f5161e4756c069674c8a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_655de76834b0191e3c34a7fe16dc3446 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f227d7a77e3f9db72d7185d1d41fa97 = $(`<div id="html_9f227d7a77e3f9db72d7185d1d41fa97" style="width: 100.0%; height: 100.0%;">relay.chorus.community:443</div>`)[0];
|
|
popup_655de76834b0191e3c34a7fe16dc3446.setContent(html_9f227d7a77e3f9db72d7185d1d41fa97);
|
|
|
|
|
|
|
|
marker_f07bcd2de47629f149692cc0e528ce77.bindPopup(popup_655de76834b0191e3c34a7fe16dc3446)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f07bcd2de47629f149692cc0e528ce77.setIcon(icon_0b364817ad1f5161e4756c069674c8a4);
|
|
|
|
|
|
var marker_c12f5a3ce7b6efd7125e8156dbb8486a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_f14fe66014142eebcb9d9532f2df730e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb8c48501de723ba6531b11046f30956 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff7f66142c8e159294ac0a31587640e9 = $(`<div id="html_ff7f66142c8e159294ac0a31587640e9" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_fb8c48501de723ba6531b11046f30956.setContent(html_ff7f66142c8e159294ac0a31587640e9);
|
|
|
|
|
|
|
|
marker_c12f5a3ce7b6efd7125e8156dbb8486a.bindPopup(popup_fb8c48501de723ba6531b11046f30956)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c12f5a3ce7b6efd7125e8156dbb8486a.setIcon(icon_f14fe66014142eebcb9d9532f2df730e);
|
|
|
|
|
|
var marker_a03ae186ba34138ec69f3381923c361c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_772461956deaeb1862f606807d896b15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3397ba29bcfd9c1af88ca9df0bf2b0a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b59d53cc404c335253527020b56ad554 = $(`<div id="html_b59d53cc404c335253527020b56ad554" style="width: 100.0%; height: 100.0%;">armada.sharegap.net</div>`)[0];
|
|
popup_3397ba29bcfd9c1af88ca9df0bf2b0a1.setContent(html_b59d53cc404c335253527020b56ad554);
|
|
|
|
|
|
|
|
marker_a03ae186ba34138ec69f3381923c361c.bindPopup(popup_3397ba29bcfd9c1af88ca9df0bf2b0a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a03ae186ba34138ec69f3381923c361c.setIcon(icon_772461956deaeb1862f606807d896b15);
|
|
|
|
|
|
var marker_a1ec65772bbfa440dd41fa704be716a6 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_a0538c86950fc375dcfee78becbec483 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63fff3f150189be4f56ea7fe7fa52d72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_168747ed4b248665882c879ff7b2cd0b = $(`<div id="html_168747ed4b248665882c879ff7b2cd0b" style="width: 100.0%; height: 100.0%;">ec2.f7z.io</div>`)[0];
|
|
popup_63fff3f150189be4f56ea7fe7fa52d72.setContent(html_168747ed4b248665882c879ff7b2cd0b);
|
|
|
|
|
|
|
|
marker_a1ec65772bbfa440dd41fa704be716a6.bindPopup(popup_63fff3f150189be4f56ea7fe7fa52d72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1ec65772bbfa440dd41fa704be716a6.setIcon(icon_a0538c86950fc375dcfee78becbec483);
|
|
|
|
|
|
var marker_b3719d8b62ae70e54f778049504b1e2b = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_575e1af853be031d1156a855ddd959be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd52e81a54938b56884e8ecc1cd22737 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e37616a050323c0024ed77c10986b033 = $(`<div id="html_e37616a050323c0024ed77c10986b033" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za:443</div>`)[0];
|
|
popup_fd52e81a54938b56884e8ecc1cd22737.setContent(html_e37616a050323c0024ed77c10986b033);
|
|
|
|
|
|
|
|
marker_b3719d8b62ae70e54f778049504b1e2b.bindPopup(popup_fd52e81a54938b56884e8ecc1cd22737)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3719d8b62ae70e54f778049504b1e2b.setIcon(icon_575e1af853be031d1156a855ddd959be);
|
|
|
|
|
|
var marker_688bc1269949e65e340f2ef285d70315 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_91aaa27ee79d66408d564c7135c700e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93e4dfc9f8a5b800dbba4248f47f9989 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d550942f631f1a31e198ed0369aad320 = $(`<div id="html_d550942f631f1a31e198ed0369aad320" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_93e4dfc9f8a5b800dbba4248f47f9989.setContent(html_d550942f631f1a31e198ed0369aad320);
|
|
|
|
|
|
|
|
marker_688bc1269949e65e340f2ef285d70315.bindPopup(popup_93e4dfc9f8a5b800dbba4248f47f9989)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_688bc1269949e65e340f2ef285d70315.setIcon(icon_91aaa27ee79d66408d564c7135c700e0);
|
|
|
|
|
|
var marker_bb33c6a4449e194e12df7ea6319e4c69 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_af36569f94481ce4968c952d3dee82ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c921efe2ac3d802ad6b5f5c701613f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af6fcc1c2cacebdc2370aa4957aa1d7b = $(`<div id="html_af6fcc1c2cacebdc2370aa4957aa1d7b" style="width: 100.0%; height: 100.0%;">relay.nostr.blockhenge.com</div>`)[0];
|
|
popup_5c921efe2ac3d802ad6b5f5c701613f2.setContent(html_af6fcc1c2cacebdc2370aa4957aa1d7b);
|
|
|
|
|
|
|
|
marker_bb33c6a4449e194e12df7ea6319e4c69.bindPopup(popup_5c921efe2ac3d802ad6b5f5c701613f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb33c6a4449e194e12df7ea6319e4c69.setIcon(icon_af36569f94481ce4968c952d3dee82ce);
|
|
|
|
|
|
var marker_bd7bfe11584c5f6e062d3b2153189ffe = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_793a45f1bf673ebe1605dc4da8e2eb39 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f1c84ce6b498ec73ffcac1a782c6f12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ec37c2b3e13ea994d153dae27036155 = $(`<div id="html_5ec37c2b3e13ea994d153dae27036155" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com:443</div>`)[0];
|
|
popup_0f1c84ce6b498ec73ffcac1a782c6f12.setContent(html_5ec37c2b3e13ea994d153dae27036155);
|
|
|
|
|
|
|
|
marker_bd7bfe11584c5f6e062d3b2153189ffe.bindPopup(popup_0f1c84ce6b498ec73ffcac1a782c6f12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd7bfe11584c5f6e062d3b2153189ffe.setIcon(icon_793a45f1bf673ebe1605dc4da8e2eb39);
|
|
|
|
|
|
var marker_1b6d4e98ec3134e5918bd320e2a65d0a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_64fb6c5e077e5827979ce99a581e19c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b50fd617f1caeb57b96d0374812e361b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bfecd6bfcc82423cbf9475ed3e48e206 = $(`<div id="html_bfecd6bfcc82423cbf9475ed3e48e206" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_b50fd617f1caeb57b96d0374812e361b.setContent(html_bfecd6bfcc82423cbf9475ed3e48e206);
|
|
|
|
|
|
|
|
marker_1b6d4e98ec3134e5918bd320e2a65d0a.bindPopup(popup_b50fd617f1caeb57b96d0374812e361b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b6d4e98ec3134e5918bd320e2a65d0a.setIcon(icon_64fb6c5e077e5827979ce99a581e19c4);
|
|
|
|
|
|
var marker_2ae8a859053ac6d17d034c3bcf097b4c = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_adf96e6a889bb42bb53993e61b640b66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_173dfa2c611967d5b42ba52454ef99a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6cc52e29b1f85d20c98b7ff493305e8b = $(`<div id="html_6cc52e29b1f85d20c98b7ff493305e8b" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st:443</div>`)[0];
|
|
popup_173dfa2c611967d5b42ba52454ef99a7.setContent(html_6cc52e29b1f85d20c98b7ff493305e8b);
|
|
|
|
|
|
|
|
marker_2ae8a859053ac6d17d034c3bcf097b4c.bindPopup(popup_173dfa2c611967d5b42ba52454ef99a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ae8a859053ac6d17d034c3bcf097b4c.setIcon(icon_adf96e6a889bb42bb53993e61b640b66);
|
|
|
|
|
|
var marker_240e97389d7e99c7d85516e446bcb61e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_b3ebb4d6895d7a0ae5811fc72a69274c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_126c75cec633739f0fb4b4c96f01c081 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e38f4a31ab5f72ddd04a1ffd07848c46 = $(`<div id="html_e38f4a31ab5f72ddd04a1ffd07848c46" style="width: 100.0%; height: 100.0%;">bendernostur.duckdns.org:8443</div>`)[0];
|
|
popup_126c75cec633739f0fb4b4c96f01c081.setContent(html_e38f4a31ab5f72ddd04a1ffd07848c46);
|
|
|
|
|
|
|
|
marker_240e97389d7e99c7d85516e446bcb61e.bindPopup(popup_126c75cec633739f0fb4b4c96f01c081)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_240e97389d7e99c7d85516e446bcb61e.setIcon(icon_b3ebb4d6895d7a0ae5811fc72a69274c);
|
|
|
|
|
|
var marker_c9006ed8bd808ab16162bea77dffa8aa = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_e72321a1cff99e9b156c9d916239988c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_104fa824f3992d66dc0e8a4b3e65e170 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99db09ce556404457039dffb6478febd = $(`<div id="html_99db09ce556404457039dffb6478febd" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_104fa824f3992d66dc0e8a4b3e65e170.setContent(html_99db09ce556404457039dffb6478febd);
|
|
|
|
|
|
|
|
marker_c9006ed8bd808ab16162bea77dffa8aa.bindPopup(popup_104fa824f3992d66dc0e8a4b3e65e170)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9006ed8bd808ab16162bea77dffa8aa.setIcon(icon_e72321a1cff99e9b156c9d916239988c);
|
|
|
|
|
|
var marker_45854dca59f8313cda2bedf0bf03eced = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_cc9a4e40936d23f6d3d7557e361b6059 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22141b58db8caec4276da16543ce4509 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99cdc7abc0b39124cbf7b9707758043f = $(`<div id="html_99cdc7abc0b39124cbf7b9707758043f" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_22141b58db8caec4276da16543ce4509.setContent(html_99cdc7abc0b39124cbf7b9707758043f);
|
|
|
|
|
|
|
|
marker_45854dca59f8313cda2bedf0bf03eced.bindPopup(popup_22141b58db8caec4276da16543ce4509)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45854dca59f8313cda2bedf0bf03eced.setIcon(icon_cc9a4e40936d23f6d3d7557e361b6059);
|
|
|
|
|
|
var marker_eb40125b237cd27ffb0fd49b521cf97d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_a553a829b662375c4b81bc4ebbbc912e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c51aa6ab823bac0dc55621d6b23db3b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27831db3ef207ce8a9bdb974bf067f92 = $(`<div id="html_27831db3ef207ce8a9bdb974bf067f92" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev:443</div>`)[0];
|
|
popup_c51aa6ab823bac0dc55621d6b23db3b8.setContent(html_27831db3ef207ce8a9bdb974bf067f92);
|
|
|
|
|
|
|
|
marker_eb40125b237cd27ffb0fd49b521cf97d.bindPopup(popup_c51aa6ab823bac0dc55621d6b23db3b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb40125b237cd27ffb0fd49b521cf97d.setIcon(icon_a553a829b662375c4b81bc4ebbbc912e);
|
|
|
|
|
|
var marker_fe180667fc3eb2e96aea066766f78bac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_e584ab6c907ac4bce87849362723b53b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58305d0b58f75f5389b77940a04a7266 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25583884472f2a8c12be6bbf4d960fc8 = $(`<div id="html_25583884472f2a8c12be6bbf4d960fc8" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_58305d0b58f75f5389b77940a04a7266.setContent(html_25583884472f2a8c12be6bbf4d960fc8);
|
|
|
|
|
|
|
|
marker_fe180667fc3eb2e96aea066766f78bac.bindPopup(popup_58305d0b58f75f5389b77940a04a7266)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe180667fc3eb2e96aea066766f78bac.setIcon(icon_e584ab6c907ac4bce87849362723b53b);
|
|
|
|
|
|
var marker_14b0c9bdfdd1e41f96f76dd915d182b9 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_b2496dafa638075d2aa11940132da515 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e6d9759fc9774dd52c7329930fbb172 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6e2be3b1b71aac213f8b4894ae173df = $(`<div id="html_f6e2be3b1b71aac213f8b4894ae173df" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_1e6d9759fc9774dd52c7329930fbb172.setContent(html_f6e2be3b1b71aac213f8b4894ae173df);
|
|
|
|
|
|
|
|
marker_14b0c9bdfdd1e41f96f76dd915d182b9.bindPopup(popup_1e6d9759fc9774dd52c7329930fbb172)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14b0c9bdfdd1e41f96f76dd915d182b9.setIcon(icon_b2496dafa638075d2aa11940132da515);
|
|
|
|
|
|
var marker_6fd399a7dcccb1146e8558a37e5956b9 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_88d974813e423c2aae8b3b632337669c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99871a18e164b840dff5879d7704f48a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fced057fa9bcd6e7494d4168df7ce3af = $(`<div id="html_fced057fa9bcd6e7494d4168df7ce3af" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_99871a18e164b840dff5879d7704f48a.setContent(html_fced057fa9bcd6e7494d4168df7ce3af);
|
|
|
|
|
|
|
|
marker_6fd399a7dcccb1146e8558a37e5956b9.bindPopup(popup_99871a18e164b840dff5879d7704f48a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6fd399a7dcccb1146e8558a37e5956b9.setIcon(icon_88d974813e423c2aae8b3b632337669c);
|
|
|
|
|
|
var marker_cfb117acec400aba416b6be6bc435eba = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_6e784d06d2d3c2a4eea34c434894ede2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_555178ed88b2ce6ad7cbfaa198049a4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59f852ebff3c53208118fcbcaf4a59b4 = $(`<div id="html_59f852ebff3c53208118fcbcaf4a59b4" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_555178ed88b2ce6ad7cbfaa198049a4e.setContent(html_59f852ebff3c53208118fcbcaf4a59b4);
|
|
|
|
|
|
|
|
marker_cfb117acec400aba416b6be6bc435eba.bindPopup(popup_555178ed88b2ce6ad7cbfaa198049a4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfb117acec400aba416b6be6bc435eba.setIcon(icon_6e784d06d2d3c2a4eea34c434894ede2);
|
|
|
|
|
|
var marker_68f5ba3c2ec07ea3fa133aec9f069067 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_e090dbb622a435f17d2a1620a0edb8bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2befd9e601375826e8ced6aae234b614 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13a5ac968ba50c3f717a11c0907c495d = $(`<div id="html_13a5ac968ba50c3f717a11c0907c495d" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win:443</div>`)[0];
|
|
popup_2befd9e601375826e8ced6aae234b614.setContent(html_13a5ac968ba50c3f717a11c0907c495d);
|
|
|
|
|
|
|
|
marker_68f5ba3c2ec07ea3fa133aec9f069067.bindPopup(popup_2befd9e601375826e8ced6aae234b614)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68f5ba3c2ec07ea3fa133aec9f069067.setIcon(icon_e090dbb622a435f17d2a1620a0edb8bc);
|
|
|
|
|
|
var marker_72fd946154b0f298dbfd49a3567a7517 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_460090e4e270b4f18a7bd1d69944ddfc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_367a0f4686c0e9009b5110fe2c832bf6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d714cfa1429975947b106dc4dd54faa = $(`<div id="html_2d714cfa1429975947b106dc4dd54faa" style="width: 100.0%; height: 100.0%;">relay.minibolt.info:443</div>`)[0];
|
|
popup_367a0f4686c0e9009b5110fe2c832bf6.setContent(html_2d714cfa1429975947b106dc4dd54faa);
|
|
|
|
|
|
|
|
marker_72fd946154b0f298dbfd49a3567a7517.bindPopup(popup_367a0f4686c0e9009b5110fe2c832bf6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72fd946154b0f298dbfd49a3567a7517.setIcon(icon_460090e4e270b4f18a7bd1d69944ddfc);
|
|
|
|
|
|
var marker_a42d1c500cef6d12571951aa5abf7cfe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_ee74e8af6a405bb0e1751a34da5747bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d19e30c3b3ce8f0aeb8e06004815b14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da42c57004a85f023c7289eb92b2a584 = $(`<div id="html_da42c57004a85f023c7289eb92b2a584" style="width: 100.0%; height: 100.0%;">relay.libernet.app:443</div>`)[0];
|
|
popup_4d19e30c3b3ce8f0aeb8e06004815b14.setContent(html_da42c57004a85f023c7289eb92b2a584);
|
|
|
|
|
|
|
|
marker_a42d1c500cef6d12571951aa5abf7cfe.bindPopup(popup_4d19e30c3b3ce8f0aeb8e06004815b14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a42d1c500cef6d12571951aa5abf7cfe.setIcon(icon_ee74e8af6a405bb0e1751a34da5747bf);
|
|
|
|
|
|
var marker_12e0564142a7f399e6f4587f2caa4fc1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_62a7ae174eb6991d6adb12054b3331e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_688e0190b1937e2d7bc4373a4378b652 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8b8415dad8e0f98c3305f5a53344110 = $(`<div id="html_a8b8415dad8e0f98c3305f5a53344110" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_688e0190b1937e2d7bc4373a4378b652.setContent(html_a8b8415dad8e0f98c3305f5a53344110);
|
|
|
|
|
|
|
|
marker_12e0564142a7f399e6f4587f2caa4fc1.bindPopup(popup_688e0190b1937e2d7bc4373a4378b652)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_12e0564142a7f399e6f4587f2caa4fc1.setIcon(icon_62a7ae174eb6991d6adb12054b3331e2);
|
|
|
|
|
|
var marker_f15181261c4db56646edec982f3d5f67 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_3043a20ceab2adb4cb69adde88e8ce41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb147ac42272941a69e366854f0a498c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e3dd9d963bb60719339f6137f08cb37 = $(`<div id="html_9e3dd9d963bb60719339f6137f08cb37" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_cb147ac42272941a69e366854f0a498c.setContent(html_9e3dd9d963bb60719339f6137f08cb37);
|
|
|
|
|
|
|
|
marker_f15181261c4db56646edec982f3d5f67.bindPopup(popup_cb147ac42272941a69e366854f0a498c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f15181261c4db56646edec982f3d5f67.setIcon(icon_3043a20ceab2adb4cb69adde88e8ce41);
|
|
|
|
|
|
var marker_6a5f56287e5830f2bd845e57c3ce7009 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_2e3a1b4aace35013980b53dc493ae8b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d1547bf415168ab1aa66b41e62f8961 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15c51f6d9123a0f427ce9db5c9589c38 = $(`<div id="html_15c51f6d9123a0f427ce9db5c9589c38" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_9d1547bf415168ab1aa66b41e62f8961.setContent(html_15c51f6d9123a0f427ce9db5c9589c38);
|
|
|
|
|
|
|
|
marker_6a5f56287e5830f2bd845e57c3ce7009.bindPopup(popup_9d1547bf415168ab1aa66b41e62f8961)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a5f56287e5830f2bd845e57c3ce7009.setIcon(icon_2e3a1b4aace35013980b53dc493ae8b1);
|
|
|
|
|
|
var marker_0b3a415286c72ce4e67d470ae0dd61f9 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_d8ed717fbcaba481a1020b2e604a5bfd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37c73d445b55dcbfda29160a63899564 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13db0721b18a6839ba1611c75d25cad0 = $(`<div id="html_13db0721b18a6839ba1611c75d25cad0" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_37c73d445b55dcbfda29160a63899564.setContent(html_13db0721b18a6839ba1611c75d25cad0);
|
|
|
|
|
|
|
|
marker_0b3a415286c72ce4e67d470ae0dd61f9.bindPopup(popup_37c73d445b55dcbfda29160a63899564)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b3a415286c72ce4e67d470ae0dd61f9.setIcon(icon_d8ed717fbcaba481a1020b2e604a5bfd);
|
|
|
|
|
|
var marker_fcbe73814fac2fc6b1f3d2a08b616e0d = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_e18a4178cf6297a48dac28c736b6a5fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_782f5faaf19b0852b7ef258f9f4624f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca57ee244f81bd4e045d04f9e86033f1 = $(`<div id="html_ca57ee244f81bd4e045d04f9e86033f1" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_782f5faaf19b0852b7ef258f9f4624f3.setContent(html_ca57ee244f81bd4e045d04f9e86033f1);
|
|
|
|
|
|
|
|
marker_fcbe73814fac2fc6b1f3d2a08b616e0d.bindPopup(popup_782f5faaf19b0852b7ef258f9f4624f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fcbe73814fac2fc6b1f3d2a08b616e0d.setIcon(icon_e18a4178cf6297a48dac28c736b6a5fe);
|
|
|
|
|
|
var marker_ecb476b7df6f8db4d76a0b42e925b2c7 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_1857571d7728cd0c419d7172304378f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d21d234d7af904fd234df65c65f4264 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21b38ed29c2ec69c30918606d4965f4b = $(`<div id="html_21b38ed29c2ec69c30918606d4965f4b" style="width: 100.0%; height: 100.0%;">nostr.infero.net</div>`)[0];
|
|
popup_8d21d234d7af904fd234df65c65f4264.setContent(html_21b38ed29c2ec69c30918606d4965f4b);
|
|
|
|
|
|
|
|
marker_ecb476b7df6f8db4d76a0b42e925b2c7.bindPopup(popup_8d21d234d7af904fd234df65c65f4264)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ecb476b7df6f8db4d76a0b42e925b2c7.setIcon(icon_1857571d7728cd0c419d7172304378f0);
|
|
|
|
|
|
var marker_c83f9a855b6d42ee064f2b6c8befa23a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_11419593a1518cfedb22f977ebe1529b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59c4cd232ceeb31b6d95e45567ae03b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a097dce8badd4974aaee8f7c697d993a = $(`<div id="html_a097dce8badd4974aaee8f7c697d993a" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_59c4cd232ceeb31b6d95e45567ae03b2.setContent(html_a097dce8badd4974aaee8f7c697d993a);
|
|
|
|
|
|
|
|
marker_c83f9a855b6d42ee064f2b6c8befa23a.bindPopup(popup_59c4cd232ceeb31b6d95e45567ae03b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c83f9a855b6d42ee064f2b6c8befa23a.setIcon(icon_11419593a1518cfedb22f977ebe1529b);
|
|
|
|
|
|
var marker_72a4a36a305d484e8cfa52146eba8ab6 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_70516639a1823b621e0299c486ac12b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_560e90ad25017504246326859b4ba566 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f7c72a6dcc44c39bec34b44346c4f96 = $(`<div id="html_6f7c72a6dcc44c39bec34b44346c4f96" style="width: 100.0%; height: 100.0%;">relay.veganostr.com</div>`)[0];
|
|
popup_560e90ad25017504246326859b4ba566.setContent(html_6f7c72a6dcc44c39bec34b44346c4f96);
|
|
|
|
|
|
|
|
marker_72a4a36a305d484e8cfa52146eba8ab6.bindPopup(popup_560e90ad25017504246326859b4ba566)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72a4a36a305d484e8cfa52146eba8ab6.setIcon(icon_70516639a1823b621e0299c486ac12b5);
|
|
|
|
|
|
var marker_40875a3e5361f6aa6df4145aed973ea3 = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_fe592cb1420eaa80430bca894b35144e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c164f79079958165b8328c7a31892d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb7810d152a378553d5cd11dcbccf37a = $(`<div id="html_fb7810d152a378553d5cd11dcbccf37a" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_7c164f79079958165b8328c7a31892d9.setContent(html_fb7810d152a378553d5cd11dcbccf37a);
|
|
|
|
|
|
|
|
marker_40875a3e5361f6aa6df4145aed973ea3.bindPopup(popup_7c164f79079958165b8328c7a31892d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40875a3e5361f6aa6df4145aed973ea3.setIcon(icon_fe592cb1420eaa80430bca894b35144e);
|
|
|
|
|
|
var marker_c16e184f61795b0be1c176a1db741c43 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_8197bec849823bea8e8bdaead7baf190 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_559f386115db2a081ec13719e0be2eac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c937cc6bccd97e33aaf510bb0e9fe58d = $(`<div id="html_c937cc6bccd97e33aaf510bb0e9fe58d" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_559f386115db2a081ec13719e0be2eac.setContent(html_c937cc6bccd97e33aaf510bb0e9fe58d);
|
|
|
|
|
|
|
|
marker_c16e184f61795b0be1c176a1db741c43.bindPopup(popup_559f386115db2a081ec13719e0be2eac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c16e184f61795b0be1c176a1db741c43.setIcon(icon_8197bec849823bea8e8bdaead7baf190);
|
|
|
|
|
|
var marker_028c077436b79231a6a96d16e0000db0 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_f8f5df5a901f5e03df376862566164e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b352c06b9da3ad822d3af4202e68a5f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_361af882217ade11b9993e24515f27b2 = $(`<div id="html_361af882217ade11b9993e24515f27b2" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_3b352c06b9da3ad822d3af4202e68a5f.setContent(html_361af882217ade11b9993e24515f27b2);
|
|
|
|
|
|
|
|
marker_028c077436b79231a6a96d16e0000db0.bindPopup(popup_3b352c06b9da3ad822d3af4202e68a5f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_028c077436b79231a6a96d16e0000db0.setIcon(icon_f8f5df5a901f5e03df376862566164e0);
|
|
|
|
|
|
var marker_e00b68d79b98dc209cd13382ecbf3696 = L.marker(
|
|
[43.3434, -3.99532],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_5d24af703d6738db41f9fd0d5a49a2fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93ca9729bd2bc56cbdc0deb930051841 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9feae70a921c24b4c622620ac89ecd0 = $(`<div id="html_e9feae70a921c24b4c622620ac89ecd0" style="width: 100.0%; height: 100.0%;">bitcoinostr.duckdns.org</div>`)[0];
|
|
popup_93ca9729bd2bc56cbdc0deb930051841.setContent(html_e9feae70a921c24b4c622620ac89ecd0);
|
|
|
|
|
|
|
|
marker_e00b68d79b98dc209cd13382ecbf3696.bindPopup(popup_93ca9729bd2bc56cbdc0deb930051841)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e00b68d79b98dc209cd13382ecbf3696.setIcon(icon_5d24af703d6738db41f9fd0d5a49a2fe);
|
|
|
|
|
|
var marker_143b0a5971782b6557d6e279986071f5 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_4bab05823ff4f7eaed2e63b7f6f2ffbc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c131b36475636d6daa41836c35462ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_164891a33613af5ad06b0f34df31c89b = $(`<div id="html_164891a33613af5ad06b0f34df31c89b" style="width: 100.0%; height: 100.0%;">treuzkas.branruz.com</div>`)[0];
|
|
popup_3c131b36475636d6daa41836c35462ce.setContent(html_164891a33613af5ad06b0f34df31c89b);
|
|
|
|
|
|
|
|
marker_143b0a5971782b6557d6e279986071f5.bindPopup(popup_3c131b36475636d6daa41836c35462ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_143b0a5971782b6557d6e279986071f5.setIcon(icon_4bab05823ff4f7eaed2e63b7f6f2ffbc);
|
|
|
|
|
|
var marker_df180528aac4d58e8303cc7c159a9c05 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_7f94dad10090e8fd8d4ac08eed75b91c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b58e0d0f020733ede0e667f318b705a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f3420f154a365103c77bb5fc7c7362d = $(`<div id="html_9f3420f154a365103c77bb5fc7c7362d" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_b58e0d0f020733ede0e667f318b705a5.setContent(html_9f3420f154a365103c77bb5fc7c7362d);
|
|
|
|
|
|
|
|
marker_df180528aac4d58e8303cc7c159a9c05.bindPopup(popup_b58e0d0f020733ede0e667f318b705a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df180528aac4d58e8303cc7c159a9c05.setIcon(icon_7f94dad10090e8fd8d4ac08eed75b91c);
|
|
|
|
|
|
var marker_fb4ed870ecd4244281174d25bb9b65a7 = L.marker(
|
|
[47.6735, -116.781],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_566b0ae1a1d7a1e799e4e7078ee57db4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df303574e01a6c70e2f2e276652732eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a69ec03337667a1f96659a7879c36edd = $(`<div id="html_a69ec03337667a1f96659a7879c36edd" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_df303574e01a6c70e2f2e276652732eb.setContent(html_a69ec03337667a1f96659a7879c36edd);
|
|
|
|
|
|
|
|
marker_fb4ed870ecd4244281174d25bb9b65a7.bindPopup(popup_df303574e01a6c70e2f2e276652732eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb4ed870ecd4244281174d25bb9b65a7.setIcon(icon_566b0ae1a1d7a1e799e4e7078ee57db4);
|
|
|
|
|
|
var marker_287e5c4f7f76d7cc2c2b02a8ebe3634b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_d607af357d460419169ce7c186ee0f07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ec7d26cb2eba805f801f6de757e1669 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bf6534b4999b58c67cc733ef4af9127 = $(`<div id="html_8bf6534b4999b58c67cc733ef4af9127" style="width: 100.0%; height: 100.0%;">nostr.janx.com</div>`)[0];
|
|
popup_1ec7d26cb2eba805f801f6de757e1669.setContent(html_8bf6534b4999b58c67cc733ef4af9127);
|
|
|
|
|
|
|
|
marker_287e5c4f7f76d7cc2c2b02a8ebe3634b.bindPopup(popup_1ec7d26cb2eba805f801f6de757e1669)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_287e5c4f7f76d7cc2c2b02a8ebe3634b.setIcon(icon_d607af357d460419169ce7c186ee0f07);
|
|
|
|
|
|
var marker_2a594d034e53689896d498dba807b521 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_10e10b7dbc2cdd86f5b17a98fa84d199 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d57040239f34e8b3da2c5adfa6a6b247 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b0e8d1e94a366f03ec53e956ca8c835 = $(`<div id="html_7b0e8d1e94a366f03ec53e956ca8c835" style="width: 100.0%; height: 100.0%;">schnorr.me:443</div>`)[0];
|
|
popup_d57040239f34e8b3da2c5adfa6a6b247.setContent(html_7b0e8d1e94a366f03ec53e956ca8c835);
|
|
|
|
|
|
|
|
marker_2a594d034e53689896d498dba807b521.bindPopup(popup_d57040239f34e8b3da2c5adfa6a6b247)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a594d034e53689896d498dba807b521.setIcon(icon_10e10b7dbc2cdd86f5b17a98fa84d199);
|
|
|
|
|
|
var marker_90b0f80d2932e25af9a14d3818f0171c = L.marker(
|
|
[10.6352, -85.4378],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_e5878ff886b5a75798d1784bbfa27807 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d12b4d1fe27494075d212e98451d3cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2a89dd3e462bebfa9afe767ec1a36ad = $(`<div id="html_c2a89dd3e462bebfa9afe767ec1a36ad" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_2d12b4d1fe27494075d212e98451d3cf.setContent(html_c2a89dd3e462bebfa9afe767ec1a36ad);
|
|
|
|
|
|
|
|
marker_90b0f80d2932e25af9a14d3818f0171c.bindPopup(popup_2d12b4d1fe27494075d212e98451d3cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90b0f80d2932e25af9a14d3818f0171c.setIcon(icon_e5878ff886b5a75798d1784bbfa27807);
|
|
|
|
|
|
var marker_33392fc05b083c15c7ee58d1575f417c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_a435bf6d8f13fcc61781f65b66be197a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd462983d280cff1366360acf355a9b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcf324e8099e3aff8c5d1a335a94163f = $(`<div id="html_fcf324e8099e3aff8c5d1a335a94163f" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe:443</div>`)[0];
|
|
popup_bd462983d280cff1366360acf355a9b8.setContent(html_fcf324e8099e3aff8c5d1a335a94163f);
|
|
|
|
|
|
|
|
marker_33392fc05b083c15c7ee58d1575f417c.bindPopup(popup_bd462983d280cff1366360acf355a9b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33392fc05b083c15c7ee58d1575f417c.setIcon(icon_a435bf6d8f13fcc61781f65b66be197a);
|
|
|
|
|
|
var marker_c09d62055fcb709c8861df23cd537482 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_d1b888b19c5b2d3ddccfdfbbf0e8a1c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09affdc3135166319f02e831612ae714 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_776cab5644d66c02fddffef3a693a332 = $(`<div id="html_776cab5644d66c02fddffef3a693a332" style="width: 100.0%; height: 100.0%;">dm-test-nostr-rs-42-disabled.samt.st</div>`)[0];
|
|
popup_09affdc3135166319f02e831612ae714.setContent(html_776cab5644d66c02fddffef3a693a332);
|
|
|
|
|
|
|
|
marker_c09d62055fcb709c8861df23cd537482.bindPopup(popup_09affdc3135166319f02e831612ae714)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c09d62055fcb709c8861df23cd537482.setIcon(icon_d1b888b19c5b2d3ddccfdfbbf0e8a1c2);
|
|
|
|
|
|
var marker_20bf972244a62e890d504f523ba0541a = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_3091a58f700fb53e54d1003c0aff1b7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e01a66ddfe620a26e299fbca3f4154e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f58aff02bfdda826ce2f6b8ff0a7a2cb = $(`<div id="html_f58aff02bfdda826ce2f6b8ff0a7a2cb" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de:443</div>`)[0];
|
|
popup_e01a66ddfe620a26e299fbca3f4154e1.setContent(html_f58aff02bfdda826ce2f6b8ff0a7a2cb);
|
|
|
|
|
|
|
|
marker_20bf972244a62e890d504f523ba0541a.bindPopup(popup_e01a66ddfe620a26e299fbca3f4154e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_20bf972244a62e890d504f523ba0541a.setIcon(icon_3091a58f700fb53e54d1003c0aff1b7b);
|
|
|
|
|
|
var marker_e8f792235cf3974c5ec84fd8e8eb02f0 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_0079747cd963c24d578fe7bec93e1b20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9907a872e850f2481fc8135f5e7d4719 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9886d7bde8e58da5104def6236ef0f32 = $(`<div id="html_9886d7bde8e58da5104def6236ef0f32" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_9907a872e850f2481fc8135f5e7d4719.setContent(html_9886d7bde8e58da5104def6236ef0f32);
|
|
|
|
|
|
|
|
marker_e8f792235cf3974c5ec84fd8e8eb02f0.bindPopup(popup_9907a872e850f2481fc8135f5e7d4719)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8f792235cf3974c5ec84fd8e8eb02f0.setIcon(icon_0079747cd963c24d578fe7bec93e1b20);
|
|
|
|
|
|
var marker_55e8bad4135d42f976d831e26cb6eab3 = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_6a42c880e167e26e71b6c73891b6a71f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cddaf03436dd28acb279152ac28d2dac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7570a46dd1eb7a78901744b71628d0a0 = $(`<div id="html_7570a46dd1eb7a78901744b71628d0a0" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_cddaf03436dd28acb279152ac28d2dac.setContent(html_7570a46dd1eb7a78901744b71628d0a0);
|
|
|
|
|
|
|
|
marker_55e8bad4135d42f976d831e26cb6eab3.bindPopup(popup_cddaf03436dd28acb279152ac28d2dac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55e8bad4135d42f976d831e26cb6eab3.setIcon(icon_6a42c880e167e26e71b6c73891b6a71f);
|
|
|
|
|
|
var marker_42a2606aff70029828cad3a0ab8210a4 = L.marker(
|
|
[35.2227, -97.4786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_6bc3f1b383393106d3d07c88346d4549 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b6e5311ab803619ac86f8f767293cc2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e836dd6869a1965040c61c0c7b2b42f8 = $(`<div id="html_e836dd6869a1965040c61c0c7b2b42f8" style="width: 100.0%; height: 100.0%;">relay.beginningend.com</div>`)[0];
|
|
popup_2b6e5311ab803619ac86f8f767293cc2.setContent(html_e836dd6869a1965040c61c0c7b2b42f8);
|
|
|
|
|
|
|
|
marker_42a2606aff70029828cad3a0ab8210a4.bindPopup(popup_2b6e5311ab803619ac86f8f767293cc2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42a2606aff70029828cad3a0ab8210a4.setIcon(icon_6bc3f1b383393106d3d07c88346d4549);
|
|
|
|
|
|
var marker_79aea8c9a4bcac52400c6e2245aef486 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_b7d6adf7b262996a6c6a19fc6cd61582 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d86978dc1e1d2385487c5ea11b0bb775 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7bc1bba0bbdb5894cf74a2b4db1e0a3b = $(`<div id="html_7bc1bba0bbdb5894cf74a2b4db1e0a3b" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_d86978dc1e1d2385487c5ea11b0bb775.setContent(html_7bc1bba0bbdb5894cf74a2b4db1e0a3b);
|
|
|
|
|
|
|
|
marker_79aea8c9a4bcac52400c6e2245aef486.bindPopup(popup_d86978dc1e1d2385487c5ea11b0bb775)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79aea8c9a4bcac52400c6e2245aef486.setIcon(icon_b7d6adf7b262996a6c6a19fc6cd61582);
|
|
|
|
|
|
var marker_6d2aa67ddeb9cfd5323feac650923dd1 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_61e9c570b16fd457267819ce8c9d0d17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_faa0579c42dd9483345e66eb4296cfe4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6ca130e2508c3a31512db32f0d527c4 = $(`<div id="html_d6ca130e2508c3a31512db32f0d527c4" style="width: 100.0%; height: 100.0%;">relay.directsponsor.net</div>`)[0];
|
|
popup_faa0579c42dd9483345e66eb4296cfe4.setContent(html_d6ca130e2508c3a31512db32f0d527c4);
|
|
|
|
|
|
|
|
marker_6d2aa67ddeb9cfd5323feac650923dd1.bindPopup(popup_faa0579c42dd9483345e66eb4296cfe4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d2aa67ddeb9cfd5323feac650923dd1.setIcon(icon_61e9c570b16fd457267819ce8c9d0d17);
|
|
|
|
|
|
var marker_704432c9c8681015b25c231b421b1cdf = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_5cf653abd6ce0186099f708b0f70c2f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9575b0654fa981b5e4be8de1b2e601eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14625ba0e4bbcaeecef48369e422a68a = $(`<div id="html_14625ba0e4bbcaeecef48369e422a68a" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_9575b0654fa981b5e4be8de1b2e601eb.setContent(html_14625ba0e4bbcaeecef48369e422a68a);
|
|
|
|
|
|
|
|
marker_704432c9c8681015b25c231b421b1cdf.bindPopup(popup_9575b0654fa981b5e4be8de1b2e601eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_704432c9c8681015b25c231b421b1cdf.setIcon(icon_5cf653abd6ce0186099f708b0f70c2f5);
|
|
|
|
|
|
var marker_a6052ac450e527bbbf7572fe7a2f3aaa = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_f402254207cc5a22da7d99dc40b50971 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d0d84654ddd4608901c18f3b7028230 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_acd77884e4c7c697685d449f03b2bb47 = $(`<div id="html_acd77884e4c7c697685d449f03b2bb47" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_8d0d84654ddd4608901c18f3b7028230.setContent(html_acd77884e4c7c697685d449f03b2bb47);
|
|
|
|
|
|
|
|
marker_a6052ac450e527bbbf7572fe7a2f3aaa.bindPopup(popup_8d0d84654ddd4608901c18f3b7028230)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6052ac450e527bbbf7572fe7a2f3aaa.setIcon(icon_f402254207cc5a22da7d99dc40b50971);
|
|
|
|
|
|
var marker_15b50211bfdcb55f946ab118bdae5245 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_8e3aecf6b1e5f342f3c5178435c9a13c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f470b87e279299fca9406658aca475a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b66e3933dda8a259e6e4bb48686929ba = $(`<div id="html_b66e3933dda8a259e6e4bb48686929ba" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org:443</div>`)[0];
|
|
popup_3f470b87e279299fca9406658aca475a.setContent(html_b66e3933dda8a259e6e4bb48686929ba);
|
|
|
|
|
|
|
|
marker_15b50211bfdcb55f946ab118bdae5245.bindPopup(popup_3f470b87e279299fca9406658aca475a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15b50211bfdcb55f946ab118bdae5245.setIcon(icon_8e3aecf6b1e5f342f3c5178435c9a13c);
|
|
|
|
|
|
var marker_8933b8e02ff3fd35243a934a6464ce1a = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_eb4ae40c231cd62d6fc2eb751010a05e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd8a5bb053a4d65cfb2c281ea1bc2d39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5970460f853d5328c93235444f8204fc = $(`<div id="html_5970460f853d5328c93235444f8204fc" style="width: 100.0%; height: 100.0%;">r.0kb.io:443</div>`)[0];
|
|
popup_dd8a5bb053a4d65cfb2c281ea1bc2d39.setContent(html_5970460f853d5328c93235444f8204fc);
|
|
|
|
|
|
|
|
marker_8933b8e02ff3fd35243a934a6464ce1a.bindPopup(popup_dd8a5bb053a4d65cfb2c281ea1bc2d39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8933b8e02ff3fd35243a934a6464ce1a.setIcon(icon_eb4ae40c231cd62d6fc2eb751010a05e);
|
|
|
|
|
|
var marker_47dd223abb945d31b1f99f2fb43e301f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_44823e123187e3a07feb697004ef006d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f59c36c26a77129ba7aa5767cc39f47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c8676f4e8eb6df3ba756302d787175b = $(`<div id="html_6c8676f4e8eb6df3ba756302d787175b" style="width: 100.0%; height: 100.0%;">relay.underorion.se</div>`)[0];
|
|
popup_8f59c36c26a77129ba7aa5767cc39f47.setContent(html_6c8676f4e8eb6df3ba756302d787175b);
|
|
|
|
|
|
|
|
marker_47dd223abb945d31b1f99f2fb43e301f.bindPopup(popup_8f59c36c26a77129ba7aa5767cc39f47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47dd223abb945d31b1f99f2fb43e301f.setIcon(icon_44823e123187e3a07feb697004ef006d);
|
|
|
|
|
|
var marker_75dd6b57214f6cc950259e340378c517 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_4adc611a8695a3df1109d55a93b3c920 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9e78f7e7961c0fa5f6d6623836e87f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9c488d839a3e0ca9255be4be12633e1 = $(`<div id="html_b9c488d839a3e0ca9255be4be12633e1" style="width: 100.0%; height: 100.0%;">relay.sigit.io:443</div>`)[0];
|
|
popup_c9e78f7e7961c0fa5f6d6623836e87f2.setContent(html_b9c488d839a3e0ca9255be4be12633e1);
|
|
|
|
|
|
|
|
marker_75dd6b57214f6cc950259e340378c517.bindPopup(popup_c9e78f7e7961c0fa5f6d6623836e87f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75dd6b57214f6cc950259e340378c517.setIcon(icon_4adc611a8695a3df1109d55a93b3c920);
|
|
|
|
|
|
var marker_c45ba92ce65903d3e17f51265bfa94d6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_5958823322cbd7ef70a440fee2140c87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2077e120f275718934489bf005ebc4c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2f9992e7a6bed58bf46acb0739df837 = $(`<div id="html_f2f9992e7a6bed58bf46acb0739df837" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_2077e120f275718934489bf005ebc4c6.setContent(html_f2f9992e7a6bed58bf46acb0739df837);
|
|
|
|
|
|
|
|
marker_c45ba92ce65903d3e17f51265bfa94d6.bindPopup(popup_2077e120f275718934489bf005ebc4c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c45ba92ce65903d3e17f51265bfa94d6.setIcon(icon_5958823322cbd7ef70a440fee2140c87);
|
|
|
|
|
|
var marker_2ccb5c92656efe149d79393b8abceea4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_987068d2696f7605bf81b31675e26e9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9fe103783385a4be8ffba1a7a0c33c6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d82f0f319cbad119da7691d87682881 = $(`<div id="html_1d82f0f319cbad119da7691d87682881" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_9fe103783385a4be8ffba1a7a0c33c6d.setContent(html_1d82f0f319cbad119da7691d87682881);
|
|
|
|
|
|
|
|
marker_2ccb5c92656efe149d79393b8abceea4.bindPopup(popup_9fe103783385a4be8ffba1a7a0c33c6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ccb5c92656efe149d79393b8abceea4.setIcon(icon_987068d2696f7605bf81b31675e26e9a);
|
|
|
|
|
|
var marker_2032c4c8ae47453d7de557ae6df06935 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_08ed6a21a28d5fff84129e594feb5f7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e43bf4af6a6e54d948e69df3c93e77c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8165f2fd4073f1e3a1d639ee05f1713 = $(`<div id="html_c8165f2fd4073f1e3a1d639ee05f1713" style="width: 100.0%; height: 100.0%;">articles.layer3.news:443</div>`)[0];
|
|
popup_e43bf4af6a6e54d948e69df3c93e77c6.setContent(html_c8165f2fd4073f1e3a1d639ee05f1713);
|
|
|
|
|
|
|
|
marker_2032c4c8ae47453d7de557ae6df06935.bindPopup(popup_e43bf4af6a6e54d948e69df3c93e77c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2032c4c8ae47453d7de557ae6df06935.setIcon(icon_08ed6a21a28d5fff84129e594feb5f7c);
|
|
|
|
|
|
var marker_593f636f4c44ea839a5bfb7e5b8671e7 = L.marker(
|
|
[49.4282, 10.9796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_b8e2a1ef2ec03cab4a7a539f183bb01f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9d1c4936fe75a5e75facbb654e8d038 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb80179f6a3325e18d58839bf08f0b74 = $(`<div id="html_bb80179f6a3325e18d58839bf08f0b74" style="width: 100.0%; height: 100.0%;">relay.decentralia.fr</div>`)[0];
|
|
popup_c9d1c4936fe75a5e75facbb654e8d038.setContent(html_bb80179f6a3325e18d58839bf08f0b74);
|
|
|
|
|
|
|
|
marker_593f636f4c44ea839a5bfb7e5b8671e7.bindPopup(popup_c9d1c4936fe75a5e75facbb654e8d038)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_593f636f4c44ea839a5bfb7e5b8671e7.setIcon(icon_b8e2a1ef2ec03cab4a7a539f183bb01f);
|
|
|
|
|
|
var marker_6f3889f41b7385c1009b44f031b5aaad = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_d9d052ba30e38918540728fcc2028a34 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b09f0fc6973bc57f74c61d8fcb0d9f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_405a691062f1a33d9218e1fa04efc523 = $(`<div id="html_405a691062f1a33d9218e1fa04efc523" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_6b09f0fc6973bc57f74c61d8fcb0d9f4.setContent(html_405a691062f1a33d9218e1fa04efc523);
|
|
|
|
|
|
|
|
marker_6f3889f41b7385c1009b44f031b5aaad.bindPopup(popup_6b09f0fc6973bc57f74c61d8fcb0d9f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f3889f41b7385c1009b44f031b5aaad.setIcon(icon_d9d052ba30e38918540728fcc2028a34);
|
|
|
|
|
|
var marker_ba5e2ff1032d2f5c1fab157f69028a62 = L.marker(
|
|
[59.4016, 17.9455],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_1d3343374147626c5b4166ef12009977 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8833c0d4399d28a9a3921aaee303992 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9625004e35930a48a1b2142c88c0c4a8 = $(`<div id="html_9625004e35930a48a1b2142c88c0c4a8" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_b8833c0d4399d28a9a3921aaee303992.setContent(html_9625004e35930a48a1b2142c88c0c4a8);
|
|
|
|
|
|
|
|
marker_ba5e2ff1032d2f5c1fab157f69028a62.bindPopup(popup_b8833c0d4399d28a9a3921aaee303992)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba5e2ff1032d2f5c1fab157f69028a62.setIcon(icon_1d3343374147626c5b4166ef12009977);
|
|
|
|
|
|
var marker_ae3660788b5da9ef0c0f7b0f93ee24b8 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_db09ecca558723e1d89218387f11e4fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3542b4e1a5cb485471d900bce1e00d03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b94968c36356eeaf2b2a0d4484b08a2c = $(`<div id="html_b94968c36356eeaf2b2a0d4484b08a2c" style="width: 100.0%; height: 100.0%;">relay.staging.plebeian.market:443</div>`)[0];
|
|
popup_3542b4e1a5cb485471d900bce1e00d03.setContent(html_b94968c36356eeaf2b2a0d4484b08a2c);
|
|
|
|
|
|
|
|
marker_ae3660788b5da9ef0c0f7b0f93ee24b8.bindPopup(popup_3542b4e1a5cb485471d900bce1e00d03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae3660788b5da9ef0c0f7b0f93ee24b8.setIcon(icon_db09ecca558723e1d89218387f11e4fc);
|
|
|
|
|
|
var marker_3646be4c2a169bb06b5365545229a144 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_89ce423fa085efbd1cee3451d92615c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ecab16631459127bdb15806554b61c47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab9071d090c1d0b9cc14373ffc620310 = $(`<div id="html_ab9071d090c1d0b9cc14373ffc620310" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_ecab16631459127bdb15806554b61c47.setContent(html_ab9071d090c1d0b9cc14373ffc620310);
|
|
|
|
|
|
|
|
marker_3646be4c2a169bb06b5365545229a144.bindPopup(popup_ecab16631459127bdb15806554b61c47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3646be4c2a169bb06b5365545229a144.setIcon(icon_89ce423fa085efbd1cee3451d92615c8);
|
|
|
|
|
|
var marker_a76e3eb86088e55a9bb0ddc79a18e957 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_842adb7bdf9fa109d082ab69f91cb27a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a095c0cc6eeb54c3596630edc2f82874 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ced7303232def463158e218f0eb981f7 = $(`<div id="html_ced7303232def463158e218f0eb981f7" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com:443</div>`)[0];
|
|
popup_a095c0cc6eeb54c3596630edc2f82874.setContent(html_ced7303232def463158e218f0eb981f7);
|
|
|
|
|
|
|
|
marker_a76e3eb86088e55a9bb0ddc79a18e957.bindPopup(popup_a095c0cc6eeb54c3596630edc2f82874)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a76e3eb86088e55a9bb0ddc79a18e957.setIcon(icon_842adb7bdf9fa109d082ab69f91cb27a);
|
|
|
|
|
|
var marker_1df939d07ef03a11d7d7b2ab4d69dee0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_182126ffeebb8873720904b9400f1522 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f1206f1295be260b9a7d52210e5c271 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e898e911c5c81e24ebf377c902b36ae4 = $(`<div id="html_e898e911c5c81e24ebf377c902b36ae4" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_3f1206f1295be260b9a7d52210e5c271.setContent(html_e898e911c5c81e24ebf377c902b36ae4);
|
|
|
|
|
|
|
|
marker_1df939d07ef03a11d7d7b2ab4d69dee0.bindPopup(popup_3f1206f1295be260b9a7d52210e5c271)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1df939d07ef03a11d7d7b2ab4d69dee0.setIcon(icon_182126ffeebb8873720904b9400f1522);
|
|
|
|
|
|
var marker_f0c15e794f8e8078ad66606538b0d570 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_a066496f71c17f9ab785fd91aa69dc6f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0643098ae36721275da0b7292b0e93f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bffaf62e6a4378bbc53ebea3eef3e86d = $(`<div id="html_bffaf62e6a4378bbc53ebea3eef3e86d" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_0643098ae36721275da0b7292b0e93f1.setContent(html_bffaf62e6a4378bbc53ebea3eef3e86d);
|
|
|
|
|
|
|
|
marker_f0c15e794f8e8078ad66606538b0d570.bindPopup(popup_0643098ae36721275da0b7292b0e93f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0c15e794f8e8078ad66606538b0d570.setIcon(icon_a066496f71c17f9ab785fd91aa69dc6f);
|
|
|
|
|
|
var marker_a6321745c4a0c93261b677d619f66c95 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_437b9d1ab1943d205c130414c26e97de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_542867efcb7e02a15643d480efcb0ca8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3718f71b27ec250879c5ca0371aefac0 = $(`<div id="html_3718f71b27ec250879c5ca0371aefac0" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_542867efcb7e02a15643d480efcb0ca8.setContent(html_3718f71b27ec250879c5ca0371aefac0);
|
|
|
|
|
|
|
|
marker_a6321745c4a0c93261b677d619f66c95.bindPopup(popup_542867efcb7e02a15643d480efcb0ca8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6321745c4a0c93261b677d619f66c95.setIcon(icon_437b9d1ab1943d205c130414c26e97de);
|
|
|
|
|
|
var marker_eb64659743bb544dcd4fd8da74883e32 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_cad62453d68e293e6802d969c0cfa928 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92f878a2c40c427d75bfa8ee2b0dbba1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_846cc4dd671b7a87d93531e79750d168 = $(`<div id="html_846cc4dd671b7a87d93531e79750d168" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_92f878a2c40c427d75bfa8ee2b0dbba1.setContent(html_846cc4dd671b7a87d93531e79750d168);
|
|
|
|
|
|
|
|
marker_eb64659743bb544dcd4fd8da74883e32.bindPopup(popup_92f878a2c40c427d75bfa8ee2b0dbba1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb64659743bb544dcd4fd8da74883e32.setIcon(icon_cad62453d68e293e6802d969c0cfa928);
|
|
|
|
|
|
var marker_9c2a18c6997bc37282b101b627f1c82c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_87e66b670c431999d734831d7010091d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_feb5fdbdf86179231cbc3a03d0b21e71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e8808dbbdaefe5959e6b1d957524889 = $(`<div id="html_9e8808dbbdaefe5959e6b1d957524889" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_feb5fdbdf86179231cbc3a03d0b21e71.setContent(html_9e8808dbbdaefe5959e6b1d957524889);
|
|
|
|
|
|
|
|
marker_9c2a18c6997bc37282b101b627f1c82c.bindPopup(popup_feb5fdbdf86179231cbc3a03d0b21e71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c2a18c6997bc37282b101b627f1c82c.setIcon(icon_87e66b670c431999d734831d7010091d);
|
|
|
|
|
|
var marker_b2b9e41607c278d1ad32bf0c8f51a00b = L.marker(
|
|
[50.914, 3.21378],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_6333b01d74ab473e16c1ffd2e3751c5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1c980fc22878532213a1f36f557144d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_890a65b45d8d7ca4dade5628c5df2592 = $(`<div id="html_890a65b45d8d7ca4dade5628c5df2592" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_e1c980fc22878532213a1f36f557144d.setContent(html_890a65b45d8d7ca4dade5628c5df2592);
|
|
|
|
|
|
|
|
marker_b2b9e41607c278d1ad32bf0c8f51a00b.bindPopup(popup_e1c980fc22878532213a1f36f557144d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2b9e41607c278d1ad32bf0c8f51a00b.setIcon(icon_6333b01d74ab473e16c1ffd2e3751c5e);
|
|
|
|
|
|
var marker_ae09bc0f0ed6d76a31428edcc901b02a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_a7f9990db77162329a3d4ca4d926dffa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be3712b0b1b9a3131a6d0ec3d12f7e10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c750b3808ef03bc440d1cfe1497b646d = $(`<div id="html_c750b3808ef03bc440d1cfe1497b646d" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_be3712b0b1b9a3131a6d0ec3d12f7e10.setContent(html_c750b3808ef03bc440d1cfe1497b646d);
|
|
|
|
|
|
|
|
marker_ae09bc0f0ed6d76a31428edcc901b02a.bindPopup(popup_be3712b0b1b9a3131a6d0ec3d12f7e10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae09bc0f0ed6d76a31428edcc901b02a.setIcon(icon_a7f9990db77162329a3d4ca4d926dffa);
|
|
|
|
|
|
var marker_05ef980b94f7d1ea7893018d889599e3 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_f433f033695dbd752b72ad794fc97c82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_967052bbb6edd4ec103dac45477f8f8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee11e2605535c45c71febd5b158b718d = $(`<div id="html_ee11e2605535c45c71febd5b158b718d" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com:443</div>`)[0];
|
|
popup_967052bbb6edd4ec103dac45477f8f8f.setContent(html_ee11e2605535c45c71febd5b158b718d);
|
|
|
|
|
|
|
|
marker_05ef980b94f7d1ea7893018d889599e3.bindPopup(popup_967052bbb6edd4ec103dac45477f8f8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05ef980b94f7d1ea7893018d889599e3.setIcon(icon_f433f033695dbd752b72ad794fc97c82);
|
|
|
|
|
|
var marker_3c464a3518422189f954e9ce44f4431e = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_3b96a620411a6c5f9d5003b509c1bf0b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7694053767e2e866b9e4759182ed03e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fe45dbdec6d0b981815078acfbc4c62 = $(`<div id="html_9fe45dbdec6d0b981815078acfbc4c62" style="width: 100.0%; height: 100.0%;">relay.agorist.space:443</div>`)[0];
|
|
popup_b7694053767e2e866b9e4759182ed03e.setContent(html_9fe45dbdec6d0b981815078acfbc4c62);
|
|
|
|
|
|
|
|
marker_3c464a3518422189f954e9ce44f4431e.bindPopup(popup_b7694053767e2e866b9e4759182ed03e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c464a3518422189f954e9ce44f4431e.setIcon(icon_3b96a620411a6c5f9d5003b509c1bf0b);
|
|
|
|
|
|
var marker_2795b26b78e7001b7745ede841a9cfbe = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_3327c6c35e4cd6553a14020ce1254542 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a92fc37d5e3ef2638ce5507906e66917 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be57c16d7563b642300e1cc5d459babf = $(`<div id="html_be57c16d7563b642300e1cc5d459babf" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_a92fc37d5e3ef2638ce5507906e66917.setContent(html_be57c16d7563b642300e1cc5d459babf);
|
|
|
|
|
|
|
|
marker_2795b26b78e7001b7745ede841a9cfbe.bindPopup(popup_a92fc37d5e3ef2638ce5507906e66917)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2795b26b78e7001b7745ede841a9cfbe.setIcon(icon_3327c6c35e4cd6553a14020ce1254542);
|
|
|
|
|
|
var marker_908534fd8e2d8b4e83a887493ee3aeb0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_ebca7dc69b51d35ae44776f67e55706f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f38839bf25921aae087486537c6d5c18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbbacf75c4848f2c6d215b3fb5071974 = $(`<div id="html_bbbacf75c4848f2c6d215b3fb5071974" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_f38839bf25921aae087486537c6d5c18.setContent(html_bbbacf75c4848f2c6d215b3fb5071974);
|
|
|
|
|
|
|
|
marker_908534fd8e2d8b4e83a887493ee3aeb0.bindPopup(popup_f38839bf25921aae087486537c6d5c18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_908534fd8e2d8b4e83a887493ee3aeb0.setIcon(icon_ebca7dc69b51d35ae44776f67e55706f);
|
|
|
|
|
|
var marker_ce4759c302a9902c44cb26027cb58a1d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_31a5c37517eb6b6bb2ee56bd33fa7213 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_033feb57aaf620fe74ccb49ff9332fb4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eaabf73219913bf391c35ddc41ef49f1 = $(`<div id="html_eaabf73219913bf391c35ddc41ef49f1" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_033feb57aaf620fe74ccb49ff9332fb4.setContent(html_eaabf73219913bf391c35ddc41ef49f1);
|
|
|
|
|
|
|
|
marker_ce4759c302a9902c44cb26027cb58a1d.bindPopup(popup_033feb57aaf620fe74ccb49ff9332fb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce4759c302a9902c44cb26027cb58a1d.setIcon(icon_31a5c37517eb6b6bb2ee56bd33fa7213);
|
|
|
|
|
|
var marker_f1fe30c40e0e0e5e173954153f4beb41 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_dcfcbf929d25503589e09755e7648ad5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57d8efedb9c52c49d7fd8cde96eaefe4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a57a8ba21c0c1ff48fd418b1215095f9 = $(`<div id="html_a57a8ba21c0c1ff48fd418b1215095f9" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com:443</div>`)[0];
|
|
popup_57d8efedb9c52c49d7fd8cde96eaefe4.setContent(html_a57a8ba21c0c1ff48fd418b1215095f9);
|
|
|
|
|
|
|
|
marker_f1fe30c40e0e0e5e173954153f4beb41.bindPopup(popup_57d8efedb9c52c49d7fd8cde96eaefe4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1fe30c40e0e0e5e173954153f4beb41.setIcon(icon_dcfcbf929d25503589e09755e7648ad5);
|
|
|
|
|
|
var marker_528ea6b0daf91c0bcd84dec3469bb371 = L.marker(
|
|
[13.6992, 100.694],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_d598da509770d3f482ba72e391cc0046 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97f002ebbeaf21902649c871ca678320 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2aaac52e6118ae87731b9f32d7f9177 = $(`<div id="html_d2aaac52e6118ae87731b9f32d7f9177" style="width: 100.0%; height: 100.0%;">relay0.gfcom.info</div>`)[0];
|
|
popup_97f002ebbeaf21902649c871ca678320.setContent(html_d2aaac52e6118ae87731b9f32d7f9177);
|
|
|
|
|
|
|
|
marker_528ea6b0daf91c0bcd84dec3469bb371.bindPopup(popup_97f002ebbeaf21902649c871ca678320)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_528ea6b0daf91c0bcd84dec3469bb371.setIcon(icon_d598da509770d3f482ba72e391cc0046);
|
|
|
|
|
|
var marker_2ddacd0e95f61a20b7c352019fe87145 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_55d3da56d68c256f249bcf95eb7fe65f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2f9e2469c0acc1ed1d815df4bb21543 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6aa1e4128ba3b907436267859ecd0309 = $(`<div id="html_6aa1e4128ba3b907436267859ecd0309" style="width: 100.0%; height: 100.0%;">nostr2.girino.org:443</div>`)[0];
|
|
popup_e2f9e2469c0acc1ed1d815df4bb21543.setContent(html_6aa1e4128ba3b907436267859ecd0309);
|
|
|
|
|
|
|
|
marker_2ddacd0e95f61a20b7c352019fe87145.bindPopup(popup_e2f9e2469c0acc1ed1d815df4bb21543)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ddacd0e95f61a20b7c352019fe87145.setIcon(icon_55d3da56d68c256f249bcf95eb7fe65f);
|
|
|
|
|
|
var marker_1d525742f683c2c04b30e6c0aa5715dc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_3c38191d614135db36793410ee647b75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08748039fcdf838480c03e620890c432 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40f3ec0f951c1ac0a8f312e84609849f = $(`<div id="html_40f3ec0f951c1ac0a8f312e84609849f" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_08748039fcdf838480c03e620890c432.setContent(html_40f3ec0f951c1ac0a8f312e84609849f);
|
|
|
|
|
|
|
|
marker_1d525742f683c2c04b30e6c0aa5715dc.bindPopup(popup_08748039fcdf838480c03e620890c432)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d525742f683c2c04b30e6c0aa5715dc.setIcon(icon_3c38191d614135db36793410ee647b75);
|
|
|
|
|
|
var marker_70d44f4ae887bfedc58d1b232ca17677 = L.marker(
|
|
[46.8499, 9.53287],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_201860aa58d2a2508aa12efb00991dca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_71e4adbd9af507968ce8722ab8d0193b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58390424fb71ecf77ff3fa6764834c45 = $(`<div id="html_58390424fb71ecf77ff3fa6764834c45" style="width: 100.0%; height: 100.0%;">nostr.unkn0wn.world</div>`)[0];
|
|
popup_71e4adbd9af507968ce8722ab8d0193b.setContent(html_58390424fb71ecf77ff3fa6764834c45);
|
|
|
|
|
|
|
|
marker_70d44f4ae887bfedc58d1b232ca17677.bindPopup(popup_71e4adbd9af507968ce8722ab8d0193b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70d44f4ae887bfedc58d1b232ca17677.setIcon(icon_201860aa58d2a2508aa12efb00991dca);
|
|
|
|
|
|
var marker_487d8b3a4a23338507173ceb35d2ec21 = L.marker(
|
|
[44.7839, -106.941],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_03f885ef787fa725b1c6a2ed57dc7b0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc70527e3817729e1e9599bcbe5f84d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43e39b39d9bca785e077046c462cd7ed = $(`<div id="html_43e39b39d9bca785e077046c462cd7ed" style="width: 100.0%; height: 100.0%;">relay1.orangesync.tech</div>`)[0];
|
|
popup_dc70527e3817729e1e9599bcbe5f84d4.setContent(html_43e39b39d9bca785e077046c462cd7ed);
|
|
|
|
|
|
|
|
marker_487d8b3a4a23338507173ceb35d2ec21.bindPopup(popup_dc70527e3817729e1e9599bcbe5f84d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_487d8b3a4a23338507173ceb35d2ec21.setIcon(icon_03f885ef787fa725b1c6a2ed57dc7b0e);
|
|
|
|
|
|
var marker_53f168f9f975d77cf5b61d5b6ab6b87a = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_fe9f31e61b34ba8aeb4665a18bde1747 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bda4b21e4ebdf78fc212a6eb3a2d7fb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad8d39832fab0cbab606da530c5bab48 = $(`<div id="html_ad8d39832fab0cbab606da530c5bab48" style="width: 100.0%; height: 100.0%;">herbstmeister.com</div>`)[0];
|
|
popup_bda4b21e4ebdf78fc212a6eb3a2d7fb1.setContent(html_ad8d39832fab0cbab606da530c5bab48);
|
|
|
|
|
|
|
|
marker_53f168f9f975d77cf5b61d5b6ab6b87a.bindPopup(popup_bda4b21e4ebdf78fc212a6eb3a2d7fb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53f168f9f975d77cf5b61d5b6ab6b87a.setIcon(icon_fe9f31e61b34ba8aeb4665a18bde1747);
|
|
|
|
|
|
var marker_a2f05ca05a2bc4986bb19d6fd0edc12a = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_c83367c730c4f02dc3658802fc4c7f27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cada8f408831760dbc0e1892f69eeaba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4621c29f66bebf3c238e1547be03d89f = $(`<div id="html_4621c29f66bebf3c238e1547be03d89f" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_cada8f408831760dbc0e1892f69eeaba.setContent(html_4621c29f66bebf3c238e1547be03d89f);
|
|
|
|
|
|
|
|
marker_a2f05ca05a2bc4986bb19d6fd0edc12a.bindPopup(popup_cada8f408831760dbc0e1892f69eeaba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2f05ca05a2bc4986bb19d6fd0edc12a.setIcon(icon_c83367c730c4f02dc3658802fc4c7f27);
|
|
|
|
|
|
var marker_d5798cb48b9208418df78b5f10e596ca = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_f77237efd8d3a59264037e50dfea3aea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4ee8d05e79117acede92d4c8b93798b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5abfc5bd0f87ac9e2fea0d81059c09c2 = $(`<div id="html_5abfc5bd0f87ac9e2fea0d81059c09c2" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_a4ee8d05e79117acede92d4c8b93798b.setContent(html_5abfc5bd0f87ac9e2fea0d81059c09c2);
|
|
|
|
|
|
|
|
marker_d5798cb48b9208418df78b5f10e596ca.bindPopup(popup_a4ee8d05e79117acede92d4c8b93798b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5798cb48b9208418df78b5f10e596ca.setIcon(icon_f77237efd8d3a59264037e50dfea3aea);
|
|
|
|
|
|
var marker_3d2eaa8a08a3d5f1d67ca8967af3cfb7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_b48cd8333a68c0a7837e5d8c5b0c686b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1d01c0c7e3b0f29ecb0228c7f2a66d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2abe766ffa322fb19288dd86a1986d3e = $(`<div id="html_2abe766ffa322fb19288dd86a1986d3e" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st</div>`)[0];
|
|
popup_d1d01c0c7e3b0f29ecb0228c7f2a66d7.setContent(html_2abe766ffa322fb19288dd86a1986d3e);
|
|
|
|
|
|
|
|
marker_3d2eaa8a08a3d5f1d67ca8967af3cfb7.bindPopup(popup_d1d01c0c7e3b0f29ecb0228c7f2a66d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d2eaa8a08a3d5f1d67ca8967af3cfb7.setIcon(icon_b48cd8333a68c0a7837e5d8c5b0c686b);
|
|
|
|
|
|
var marker_4232d554fa1a294f73ccd36f4789fe9d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_70ccf44dab7591bfa3b9852f364b1fb7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6f92ca6c50baafca0a17ec53256f661 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e14ef839e7c7d620b2ddb1a3f527120 = $(`<div id="html_8e14ef839e7c7d620b2ddb1a3f527120" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_c6f92ca6c50baafca0a17ec53256f661.setContent(html_8e14ef839e7c7d620b2ddb1a3f527120);
|
|
|
|
|
|
|
|
marker_4232d554fa1a294f73ccd36f4789fe9d.bindPopup(popup_c6f92ca6c50baafca0a17ec53256f661)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4232d554fa1a294f73ccd36f4789fe9d.setIcon(icon_70ccf44dab7591bfa3b9852f364b1fb7);
|
|
|
|
|
|
var marker_4557b6e5720b1dcd493e74f33ba9b811 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_f81e783d1620295b9e1b1092431d1988 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ae6a15e0cfe6f8f201f95173f4e4d5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebaad3142b8fc8607306b935d6b5e128 = $(`<div id="html_ebaad3142b8fc8607306b935d6b5e128" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_6ae6a15e0cfe6f8f201f95173f4e4d5e.setContent(html_ebaad3142b8fc8607306b935d6b5e128);
|
|
|
|
|
|
|
|
marker_4557b6e5720b1dcd493e74f33ba9b811.bindPopup(popup_6ae6a15e0cfe6f8f201f95173f4e4d5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4557b6e5720b1dcd493e74f33ba9b811.setIcon(icon_f81e783d1620295b9e1b1092431d1988);
|
|
|
|
|
|
var marker_3e82edb11fc7482b6e1d6600f7f9c2b6 = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_c936233a8b748093277a1ec679f226f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bcd7ffc298344e94c089cab48f1d1188 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d5e1977587676efae3ca5352331e2b2 = $(`<div id="html_9d5e1977587676efae3ca5352331e2b2" style="width: 100.0%; height: 100.0%;">aeon.libretechsystems.xyz</div>`)[0];
|
|
popup_bcd7ffc298344e94c089cab48f1d1188.setContent(html_9d5e1977587676efae3ca5352331e2b2);
|
|
|
|
|
|
|
|
marker_3e82edb11fc7482b6e1d6600f7f9c2b6.bindPopup(popup_bcd7ffc298344e94c089cab48f1d1188)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e82edb11fc7482b6e1d6600f7f9c2b6.setIcon(icon_c936233a8b748093277a1ec679f226f3);
|
|
|
|
|
|
var marker_1b015e69da9a08019c38e97303bc6e20 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_f0068e6912c70f0cbe8f38cd053bb17c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e1a62d2d08d3b4ba91207ab54d167c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db5a946322280e490cc490636dd4f43d = $(`<div id="html_db5a946322280e490cc490636dd4f43d" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_6e1a62d2d08d3b4ba91207ab54d167c0.setContent(html_db5a946322280e490cc490636dd4f43d);
|
|
|
|
|
|
|
|
marker_1b015e69da9a08019c38e97303bc6e20.bindPopup(popup_6e1a62d2d08d3b4ba91207ab54d167c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b015e69da9a08019c38e97303bc6e20.setIcon(icon_f0068e6912c70f0cbe8f38cd053bb17c);
|
|
|
|
|
|
var marker_9b34da8821d1ee6bad69e51d38416f30 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_21daea8cf9149fc0ea61b02f055a2299 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab3adad7221c93907d75f18858c4e16a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9568e8f3c16f797888923d403c69c625 = $(`<div id="html_9568e8f3c16f797888923d403c69c625" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_ab3adad7221c93907d75f18858c4e16a.setContent(html_9568e8f3c16f797888923d403c69c625);
|
|
|
|
|
|
|
|
marker_9b34da8821d1ee6bad69e51d38416f30.bindPopup(popup_ab3adad7221c93907d75f18858c4e16a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b34da8821d1ee6bad69e51d38416f30.setIcon(icon_21daea8cf9149fc0ea61b02f055a2299);
|
|
|
|
|
|
var marker_96a7ff768b833bbc5b4960e8df711c23 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_e5b2f74b14d14d8fec08e80501d156a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f1438f1d318ace9c353552b13375dda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40171d992e3c637cd56df746c4016429 = $(`<div id="html_40171d992e3c637cd56df746c4016429" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_1f1438f1d318ace9c353552b13375dda.setContent(html_40171d992e3c637cd56df746c4016429);
|
|
|
|
|
|
|
|
marker_96a7ff768b833bbc5b4960e8df711c23.bindPopup(popup_1f1438f1d318ace9c353552b13375dda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96a7ff768b833bbc5b4960e8df711c23.setIcon(icon_e5b2f74b14d14d8fec08e80501d156a5);
|
|
|
|
|
|
var marker_668b9b322511ae57b4aab4737786d151 = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_d57a42fd617fa02066c9b62c635b14e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79bda4fc90519334771a4a6ea773740f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7ec5b0d8dc47e46151c340aa6ee0664 = $(`<div id="html_d7ec5b0d8dc47e46151c340aa6ee0664" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name:443</div>`)[0];
|
|
popup_79bda4fc90519334771a4a6ea773740f.setContent(html_d7ec5b0d8dc47e46151c340aa6ee0664);
|
|
|
|
|
|
|
|
marker_668b9b322511ae57b4aab4737786d151.bindPopup(popup_79bda4fc90519334771a4a6ea773740f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_668b9b322511ae57b4aab4737786d151.setIcon(icon_d57a42fd617fa02066c9b62c635b14e4);
|
|
|
|
|
|
var marker_5879fa4bc0cc1106c6b5d90b083a84d8 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_1c3913e2724d6fbf64798030336a59a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cadbe8cd09b70291e4976ba2b3558f86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f11f523b95bc97a8f6027d8f2b23658 = $(`<div id="html_4f11f523b95bc97a8f6027d8f2b23658" style="width: 100.0%; height: 100.0%;">nostr.mom:443</div>`)[0];
|
|
popup_cadbe8cd09b70291e4976ba2b3558f86.setContent(html_4f11f523b95bc97a8f6027d8f2b23658);
|
|
|
|
|
|
|
|
marker_5879fa4bc0cc1106c6b5d90b083a84d8.bindPopup(popup_cadbe8cd09b70291e4976ba2b3558f86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5879fa4bc0cc1106c6b5d90b083a84d8.setIcon(icon_1c3913e2724d6fbf64798030336a59a9);
|
|
|
|
|
|
var marker_18521ef8ff1c366927bc4694f3697d12 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_8974606ae612e0472a10d1186bf93842 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_71919b49bfeb02289447c3ef10893105 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3d45a43d0fcd1e047f2ca52c93f4d3d = $(`<div id="html_b3d45a43d0fcd1e047f2ca52c93f4d3d" style="width: 100.0%; height: 100.0%;">relay.0xchat.com:443</div>`)[0];
|
|
popup_71919b49bfeb02289447c3ef10893105.setContent(html_b3d45a43d0fcd1e047f2ca52c93f4d3d);
|
|
|
|
|
|
|
|
marker_18521ef8ff1c366927bc4694f3697d12.bindPopup(popup_71919b49bfeb02289447c3ef10893105)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18521ef8ff1c366927bc4694f3697d12.setIcon(icon_8974606ae612e0472a10d1186bf93842);
|
|
|
|
|
|
var marker_8d74830a9a896031a8c78338e6c79d82 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_cee5e06009922619fb258a485c07cdb8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c81bc177e5c37d4a7ff8de1a76ad3f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78180f8f78f4072ab0ce8bc85e734bf1 = $(`<div id="html_78180f8f78f4072ab0ce8bc85e734bf1" style="width: 100.0%; height: 100.0%;">public.crostr.com:443</div>`)[0];
|
|
popup_6c81bc177e5c37d4a7ff8de1a76ad3f7.setContent(html_78180f8f78f4072ab0ce8bc85e734bf1);
|
|
|
|
|
|
|
|
marker_8d74830a9a896031a8c78338e6c79d82.bindPopup(popup_6c81bc177e5c37d4a7ff8de1a76ad3f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d74830a9a896031a8c78338e6c79d82.setIcon(icon_cee5e06009922619fb258a485c07cdb8);
|
|
|
|
|
|
var marker_be3ac77f69423b5cd26de0a791b367ff = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_c16127a11a01283fbe41eebf5e00deee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7c9cc6decaf470fddc7c74b50469ed7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09dcf18334b80d4f259d85fea24e3ce3 = $(`<div id="html_09dcf18334b80d4f259d85fea24e3ce3" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_d7c9cc6decaf470fddc7c74b50469ed7.setContent(html_09dcf18334b80d4f259d85fea24e3ce3);
|
|
|
|
|
|
|
|
marker_be3ac77f69423b5cd26de0a791b367ff.bindPopup(popup_d7c9cc6decaf470fddc7c74b50469ed7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be3ac77f69423b5cd26de0a791b367ff.setIcon(icon_c16127a11a01283fbe41eebf5e00deee);
|
|
|
|
|
|
var marker_3c661ba5e9194960fce3fcf8d321c75d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_ca84d23c4cbc8ca59bb88d54200654c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c4fb9ed8e441182555962f45527b8ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9270139aa39a2222b4c618f5c9f27da9 = $(`<div id="html_9270139aa39a2222b4c618f5c9f27da9" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_4c4fb9ed8e441182555962f45527b8ff.setContent(html_9270139aa39a2222b4c618f5c9f27da9);
|
|
|
|
|
|
|
|
marker_3c661ba5e9194960fce3fcf8d321c75d.bindPopup(popup_4c4fb9ed8e441182555962f45527b8ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c661ba5e9194960fce3fcf8d321c75d.setIcon(icon_ca84d23c4cbc8ca59bb88d54200654c7);
|
|
|
|
|
|
var marker_6cd6d1821de0fef3af278c134ec3b659 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_09d9fa64f479738073df1f2ef968788a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4374aec22258d4478edb57374c8a0a1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cd68802cde581938b52849bc6fb1dd2 = $(`<div id="html_7cd68802cde581938b52849bc6fb1dd2" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_4374aec22258d4478edb57374c8a0a1d.setContent(html_7cd68802cde581938b52849bc6fb1dd2);
|
|
|
|
|
|
|
|
marker_6cd6d1821de0fef3af278c134ec3b659.bindPopup(popup_4374aec22258d4478edb57374c8a0a1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6cd6d1821de0fef3af278c134ec3b659.setIcon(icon_09d9fa64f479738073df1f2ef968788a);
|
|
|
|
|
|
var marker_bcfc1b52d9f7735186e92d6f052d3111 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_f5b32d22cbbed8c2469c1234d053f674 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_541417ea5e26f4cbf8f3c408290ab825 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef529ae73ab27a120ef12ff94276b2bf = $(`<div id="html_ef529ae73ab27a120ef12ff94276b2bf" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_541417ea5e26f4cbf8f3c408290ab825.setContent(html_ef529ae73ab27a120ef12ff94276b2bf);
|
|
|
|
|
|
|
|
marker_bcfc1b52d9f7735186e92d6f052d3111.bindPopup(popup_541417ea5e26f4cbf8f3c408290ab825)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bcfc1b52d9f7735186e92d6f052d3111.setIcon(icon_f5b32d22cbbed8c2469c1234d053f674);
|
|
|
|
|
|
var marker_a1105ae4a2218e5bd2007798cea3aa41 = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_5a95ed847d54db3cc912796df701146b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0aa6fb3bf7b0b3c829f0da8b679eebe7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_102a02459b14ef2ceb29e0173e54d1b1 = $(`<div id="html_102a02459b14ef2ceb29e0173e54d1b1" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com:443</div>`)[0];
|
|
popup_0aa6fb3bf7b0b3c829f0da8b679eebe7.setContent(html_102a02459b14ef2ceb29e0173e54d1b1);
|
|
|
|
|
|
|
|
marker_a1105ae4a2218e5bd2007798cea3aa41.bindPopup(popup_0aa6fb3bf7b0b3c829f0da8b679eebe7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1105ae4a2218e5bd2007798cea3aa41.setIcon(icon_5a95ed847d54db3cc912796df701146b);
|
|
|
|
|
|
var marker_fff7ac063450390e57d6545a8413c425 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_938cb42e06bdd0d97ed8591efe6765c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16cd2c66209f95a067f8fc1cc0aaf5cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b647d06d7fc1c0d2e6dcbc082a599de = $(`<div id="html_8b647d06d7fc1c0d2e6dcbc082a599de" style="width: 100.0%; height: 100.0%;">relay.stickeroo.is-cool.dev</div>`)[0];
|
|
popup_16cd2c66209f95a067f8fc1cc0aaf5cf.setContent(html_8b647d06d7fc1c0d2e6dcbc082a599de);
|
|
|
|
|
|
|
|
marker_fff7ac063450390e57d6545a8413c425.bindPopup(popup_16cd2c66209f95a067f8fc1cc0aaf5cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fff7ac063450390e57d6545a8413c425.setIcon(icon_938cb42e06bdd0d97ed8591efe6765c9);
|
|
|
|
|
|
var marker_2f377a7b1cc1c2e857591ad9bb12e680 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_ae64e8943b6b29d92c1ef03167a68552 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8711c543d3280ee2ceff414e6927fc65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac0ed9b5c2eda8dca33e13660ec8ba85 = $(`<div id="html_ac0ed9b5c2eda8dca33e13660ec8ba85" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com:443</div>`)[0];
|
|
popup_8711c543d3280ee2ceff414e6927fc65.setContent(html_ac0ed9b5c2eda8dca33e13660ec8ba85);
|
|
|
|
|
|
|
|
marker_2f377a7b1cc1c2e857591ad9bb12e680.bindPopup(popup_8711c543d3280ee2ceff414e6927fc65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f377a7b1cc1c2e857591ad9bb12e680.setIcon(icon_ae64e8943b6b29d92c1ef03167a68552);
|
|
|
|
|
|
var marker_d71059dc95461064e40a0425b71d4a54 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_bcfb26ad3d6fa65f44bf22c6dab63ffd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20d4afb12534481ec3e3c3b70e634f2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_085c662c160ba6882f0539166e79c592 = $(`<div id="html_085c662c160ba6882f0539166e79c592" style="width: 100.0%; height: 100.0%;">ribo.nostria.app:443</div>`)[0];
|
|
popup_20d4afb12534481ec3e3c3b70e634f2e.setContent(html_085c662c160ba6882f0539166e79c592);
|
|
|
|
|
|
|
|
marker_d71059dc95461064e40a0425b71d4a54.bindPopup(popup_20d4afb12534481ec3e3c3b70e634f2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d71059dc95461064e40a0425b71d4a54.setIcon(icon_bcfb26ad3d6fa65f44bf22c6dab63ffd);
|
|
|
|
|
|
var marker_75384c28439a21a354edf44c5ca53d2e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_d5a7b399becc8f3015ace73eb4ab447f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9187657b1f4e9f10b18f648a0a88b31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3cfb46ce9a802d0e70f63b4c12b94a23 = $(`<div id="html_3cfb46ce9a802d0e70f63b4c12b94a23" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com:443</div>`)[0];
|
|
popup_c9187657b1f4e9f10b18f648a0a88b31.setContent(html_3cfb46ce9a802d0e70f63b4c12b94a23);
|
|
|
|
|
|
|
|
marker_75384c28439a21a354edf44c5ca53d2e.bindPopup(popup_c9187657b1f4e9f10b18f648a0a88b31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75384c28439a21a354edf44c5ca53d2e.setIcon(icon_d5a7b399becc8f3015ace73eb4ab447f);
|
|
|
|
|
|
var marker_7cb500cc7e43d798755449fc0ead47d1 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_fd2da177237fc9fd778fc4c397ba53bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1725ad4d577bb16270353917a70079db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7c09d35a7068d33595ca2f0ac12c714 = $(`<div id="html_e7c09d35a7068d33595ca2f0ac12c714" style="width: 100.0%; height: 100.0%;">nostr.davenov.com</div>`)[0];
|
|
popup_1725ad4d577bb16270353917a70079db.setContent(html_e7c09d35a7068d33595ca2f0ac12c714);
|
|
|
|
|
|
|
|
marker_7cb500cc7e43d798755449fc0ead47d1.bindPopup(popup_1725ad4d577bb16270353917a70079db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cb500cc7e43d798755449fc0ead47d1.setIcon(icon_fd2da177237fc9fd778fc4c397ba53bb);
|
|
|
|
|
|
var marker_a2c59db5c694e7949ef4d119c7cb0153 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_4739467dc474eb96a4728389e8b93353 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97e9c3d9bac68d21e07752c7195c8c18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3cb04c5b5cca458f059e59e022ad9a8 = $(`<div id="html_a3cb04c5b5cca458f059e59e022ad9a8" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_97e9c3d9bac68d21e07752c7195c8c18.setContent(html_a3cb04c5b5cca458f059e59e022ad9a8);
|
|
|
|
|
|
|
|
marker_a2c59db5c694e7949ef4d119c7cb0153.bindPopup(popup_97e9c3d9bac68d21e07752c7195c8c18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2c59db5c694e7949ef4d119c7cb0153.setIcon(icon_4739467dc474eb96a4728389e8b93353);
|
|
|
|
|
|
var marker_674c31ee363faded0b8aff42525e9525 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_9218e0957ca20c338b4495e02e31ddff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9310e85007771f5fab1592c040ff3e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbeb7b5a7c96b710ea378364c6a6ee5f = $(`<div id="html_fbeb7b5a7c96b710ea378364c6a6ee5f" style="width: 100.0%; height: 100.0%;">strfry.shock.network:443</div>`)[0];
|
|
popup_d9310e85007771f5fab1592c040ff3e4.setContent(html_fbeb7b5a7c96b710ea378364c6a6ee5f);
|
|
|
|
|
|
|
|
marker_674c31ee363faded0b8aff42525e9525.bindPopup(popup_d9310e85007771f5fab1592c040ff3e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_674c31ee363faded0b8aff42525e9525.setIcon(icon_9218e0957ca20c338b4495e02e31ddff);
|
|
|
|
|
|
var marker_d3e472df195af6933e7278fffbd152aa = L.marker(
|
|
[51.5717, 3.70417],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_8ef213191c093aa41646d879d3444ab6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7ec505f3e9b46797cc64d3c31ed6a6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dece61e0f852aeed323a74f6def8413c = $(`<div id="html_dece61e0f852aeed323a74f6def8413c" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl:443</div>`)[0];
|
|
popup_b7ec505f3e9b46797cc64d3c31ed6a6b.setContent(html_dece61e0f852aeed323a74f6def8413c);
|
|
|
|
|
|
|
|
marker_d3e472df195af6933e7278fffbd152aa.bindPopup(popup_b7ec505f3e9b46797cc64d3c31ed6a6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3e472df195af6933e7278fffbd152aa.setIcon(icon_8ef213191c093aa41646d879d3444ab6);
|
|
|
|
|
|
var marker_84e747a31323d8daa8c3e5fd7edacb1f = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_95b80c66b6f3aaf6601e6cdb06f954b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ccbf9b2f2eede47c99219757e065b51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f915f265fea75a1394eaa84bf17681a3 = $(`<div id="html_f915f265fea75a1394eaa84bf17681a3" style="width: 100.0%; height: 100.0%;">dev-relay.nostreon.com</div>`)[0];
|
|
popup_7ccbf9b2f2eede47c99219757e065b51.setContent(html_f915f265fea75a1394eaa84bf17681a3);
|
|
|
|
|
|
|
|
marker_84e747a31323d8daa8c3e5fd7edacb1f.bindPopup(popup_7ccbf9b2f2eede47c99219757e065b51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84e747a31323d8daa8c3e5fd7edacb1f.setIcon(icon_95b80c66b6f3aaf6601e6cdb06f954b4);
|
|
|
|
|
|
var marker_2c9345bbb9ecfe753343b24cb7378e15 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_a8debd7d2f43cc07e2f5de5280f7cc93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_543638216c2c32cae042fb1a62540d1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46ac7bde1f4b04f6071c394028bf1bb1 = $(`<div id="html_46ac7bde1f4b04f6071c394028bf1bb1" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com:443</div>`)[0];
|
|
popup_543638216c2c32cae042fb1a62540d1f.setContent(html_46ac7bde1f4b04f6071c394028bf1bb1);
|
|
|
|
|
|
|
|
marker_2c9345bbb9ecfe753343b24cb7378e15.bindPopup(popup_543638216c2c32cae042fb1a62540d1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c9345bbb9ecfe753343b24cb7378e15.setIcon(icon_a8debd7d2f43cc07e2f5de5280f7cc93);
|
|
|
|
|
|
var marker_42b92b1b0d1622368ef5710719f0fd17 = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_1be86e66919e14903bedfe622dcb2ee2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49e834b5956d1143ec0436360e93cc1b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ad19a3f9f05cabbdea53acbabc33e91 = $(`<div id="html_2ad19a3f9f05cabbdea53acbabc33e91" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_49e834b5956d1143ec0436360e93cc1b.setContent(html_2ad19a3f9f05cabbdea53acbabc33e91);
|
|
|
|
|
|
|
|
marker_42b92b1b0d1622368ef5710719f0fd17.bindPopup(popup_49e834b5956d1143ec0436360e93cc1b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42b92b1b0d1622368ef5710719f0fd17.setIcon(icon_1be86e66919e14903bedfe622dcb2ee2);
|
|
|
|
|
|
var marker_502de56c28271fbcfc03e2ec53221eff = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_378c5573c920056bfa9fb498efbac2e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_357de849b666f13c889543aeb6f217ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6acbb9c45c4cdc1d544eaac30691da3f = $(`<div id="html_6acbb9c45c4cdc1d544eaac30691da3f" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net:443</div>`)[0];
|
|
popup_357de849b666f13c889543aeb6f217ff.setContent(html_6acbb9c45c4cdc1d544eaac30691da3f);
|
|
|
|
|
|
|
|
marker_502de56c28271fbcfc03e2ec53221eff.bindPopup(popup_357de849b666f13c889543aeb6f217ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_502de56c28271fbcfc03e2ec53221eff.setIcon(icon_378c5573c920056bfa9fb498efbac2e7);
|
|
|
|
|
|
var marker_ea78b4a15c306e5a19e00ec6264add61 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_d64b2a291516ec01e5d40f5d46ea064f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e61e0d9257267f373c5134849654957 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c84591fb227d7bac3e66013d26587a36 = $(`<div id="html_c84591fb227d7bac3e66013d26587a36" style="width: 100.0%; height: 100.0%;">conduitl2.fly.dev</div>`)[0];
|
|
popup_2e61e0d9257267f373c5134849654957.setContent(html_c84591fb227d7bac3e66013d26587a36);
|
|
|
|
|
|
|
|
marker_ea78b4a15c306e5a19e00ec6264add61.bindPopup(popup_2e61e0d9257267f373c5134849654957)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea78b4a15c306e5a19e00ec6264add61.setIcon(icon_d64b2a291516ec01e5d40f5d46ea064f);
|
|
|
|
|
|
var marker_606b587baa264d90e193cec956786d49 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_a595f711464eebb321962673e8d42f2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5db2070294f484be02278ec01ebbf3cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88ded24596228ca9e2061287dd3550f1 = $(`<div id="html_88ded24596228ca9e2061287dd3550f1" style="width: 100.0%; height: 100.0%;">relay.dreamith.to:443</div>`)[0];
|
|
popup_5db2070294f484be02278ec01ebbf3cc.setContent(html_88ded24596228ca9e2061287dd3550f1);
|
|
|
|
|
|
|
|
marker_606b587baa264d90e193cec956786d49.bindPopup(popup_5db2070294f484be02278ec01ebbf3cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_606b587baa264d90e193cec956786d49.setIcon(icon_a595f711464eebb321962673e8d42f2d);
|
|
|
|
|
|
var marker_368755934bae991aea81311248edc998 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_4d400069401799031bf0a6165dde1229 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d14c36f99aac126c3921faa90dafc834 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04b5f0782afef2fde9b33acafbc5e650 = $(`<div id="html_04b5f0782afef2fde9b33acafbc5e650" style="width: 100.0%; height: 100.0%;">offchain.bostr.online</div>`)[0];
|
|
popup_d14c36f99aac126c3921faa90dafc834.setContent(html_04b5f0782afef2fde9b33acafbc5e650);
|
|
|
|
|
|
|
|
marker_368755934bae991aea81311248edc998.bindPopup(popup_d14c36f99aac126c3921faa90dafc834)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_368755934bae991aea81311248edc998.setIcon(icon_4d400069401799031bf0a6165dde1229);
|
|
|
|
|
|
var marker_ac90229fa85fd20783735badca5206a6 = L.marker(
|
|
[59.3293, 18.0686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_f5e62dd373bc2ede1443a4f17f1fbeb8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db5009374afa2f7120793bec881c38a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11e366643a30ed0be3907e58b40d1db5 = $(`<div id="html_11e366643a30ed0be3907e58b40d1db5" style="width: 100.0%; height: 100.0%;">relay.fckstate.net</div>`)[0];
|
|
popup_db5009374afa2f7120793bec881c38a0.setContent(html_11e366643a30ed0be3907e58b40d1db5);
|
|
|
|
|
|
|
|
marker_ac90229fa85fd20783735badca5206a6.bindPopup(popup_db5009374afa2f7120793bec881c38a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac90229fa85fd20783735badca5206a6.setIcon(icon_f5e62dd373bc2ede1443a4f17f1fbeb8);
|
|
|
|
|
|
var marker_7e201f9cd33cdfb717b4d0e2f8f669b2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_69893aaabeab4a24efc6bb30edf93fb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6501db9415cc1ad6be79ffcae94aa279 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59e47e63cd640cabc65e8781d70f3c72 = $(`<div id="html_59e47e63cd640cabc65e8781d70f3c72" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_6501db9415cc1ad6be79ffcae94aa279.setContent(html_59e47e63cd640cabc65e8781d70f3c72);
|
|
|
|
|
|
|
|
marker_7e201f9cd33cdfb717b4d0e2f8f669b2.bindPopup(popup_6501db9415cc1ad6be79ffcae94aa279)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e201f9cd33cdfb717b4d0e2f8f669b2.setIcon(icon_69893aaabeab4a24efc6bb30edf93fb4);
|
|
|
|
|
|
var marker_d4faa4ad3bfe5c0d31f0f9b1b849a773 = L.marker(
|
|
[1.27994, 103.849],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_99162797e11079a422f597a6a046033e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc666536a61a557eb6c4e110ec637bb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3be4542c6e62528f717d5e928fdc27a2 = $(`<div id="html_3be4542c6e62528f717d5e928fdc27a2" style="width: 100.0%; height: 100.0%;">nostr.aruku.ovh</div>`)[0];
|
|
popup_dc666536a61a557eb6c4e110ec637bb9.setContent(html_3be4542c6e62528f717d5e928fdc27a2);
|
|
|
|
|
|
|
|
marker_d4faa4ad3bfe5c0d31f0f9b1b849a773.bindPopup(popup_dc666536a61a557eb6c4e110ec637bb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4faa4ad3bfe5c0d31f0f9b1b849a773.setIcon(icon_99162797e11079a422f597a6a046033e);
|
|
|
|
|
|
var marker_46535a9c2a5752d0a0a60d67e29ecbbe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_7abcae11559b72b5f509d8bb909b9549 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d638ec9ce581ca7bb34aa8effc30ee25 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df3dca19bbd23c365222eb38daf937ec = $(`<div id="html_df3dca19bbd23c365222eb38daf937ec" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_d638ec9ce581ca7bb34aa8effc30ee25.setContent(html_df3dca19bbd23c365222eb38daf937ec);
|
|
|
|
|
|
|
|
marker_46535a9c2a5752d0a0a60d67e29ecbbe.bindPopup(popup_d638ec9ce581ca7bb34aa8effc30ee25)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46535a9c2a5752d0a0a60d67e29ecbbe.setIcon(icon_7abcae11559b72b5f509d8bb909b9549);
|
|
|
|
|
|
var marker_39cd13500341bfc92816a5ec74258c1a = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_611c4b3356d5c3942e8012c6fb3b11b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84b3400c7c13ece6d07b43fdf4c0ae6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a7494d82a1504b00b1c0ab50e5b97fc = $(`<div id="html_0a7494d82a1504b00b1c0ab50e5b97fc" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_84b3400c7c13ece6d07b43fdf4c0ae6d.setContent(html_0a7494d82a1504b00b1c0ab50e5b97fc);
|
|
|
|
|
|
|
|
marker_39cd13500341bfc92816a5ec74258c1a.bindPopup(popup_84b3400c7c13ece6d07b43fdf4c0ae6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39cd13500341bfc92816a5ec74258c1a.setIcon(icon_611c4b3356d5c3942e8012c6fb3b11b2);
|
|
|
|
|
|
var marker_6d53f64fdcb34f5f3f6da2cb26ff6d28 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_bb6a5daca7028698cf4ba7aaf94c66b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_334f573cf2c498fab061f00ad3977f1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8717ef73b9d4a1c931821c5bed84f029 = $(`<div id="html_8717ef73b9d4a1c931821c5bed84f029" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_334f573cf2c498fab061f00ad3977f1c.setContent(html_8717ef73b9d4a1c931821c5bed84f029);
|
|
|
|
|
|
|
|
marker_6d53f64fdcb34f5f3f6da2cb26ff6d28.bindPopup(popup_334f573cf2c498fab061f00ad3977f1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d53f64fdcb34f5f3f6da2cb26ff6d28.setIcon(icon_bb6a5daca7028698cf4ba7aaf94c66b5);
|
|
|
|
|
|
var marker_4ee8fd8e8bebd750225d83c0bbadba45 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_70971e7b7792b6dd25d51a7edf01ee94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c71b0158f7320b92f4a46708e2177b0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05ce414bbdd99d5cb00fe3b57f543fd3 = $(`<div id="html_05ce414bbdd99d5cb00fe3b57f543fd3" style="width: 100.0%; height: 100.0%;">syb.lol:443</div>`)[0];
|
|
popup_c71b0158f7320b92f4a46708e2177b0f.setContent(html_05ce414bbdd99d5cb00fe3b57f543fd3);
|
|
|
|
|
|
|
|
marker_4ee8fd8e8bebd750225d83c0bbadba45.bindPopup(popup_c71b0158f7320b92f4a46708e2177b0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ee8fd8e8bebd750225d83c0bbadba45.setIcon(icon_70971e7b7792b6dd25d51a7edf01ee94);
|
|
|
|
|
|
var marker_fae5d4662b4dd09ba25e52a9273549a0 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_f44473903c5801af54a0120487f0e1ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12b75c963f8c9175111c9e6af378c5ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c472de7cc88f8b714aef6dc2a1536179 = $(`<div id="html_c472de7cc88f8b714aef6dc2a1536179" style="width: 100.0%; height: 100.0%;">relay.lightning.pub:443</div>`)[0];
|
|
popup_12b75c963f8c9175111c9e6af378c5ec.setContent(html_c472de7cc88f8b714aef6dc2a1536179);
|
|
|
|
|
|
|
|
marker_fae5d4662b4dd09ba25e52a9273549a0.bindPopup(popup_12b75c963f8c9175111c9e6af378c5ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fae5d4662b4dd09ba25e52a9273549a0.setIcon(icon_f44473903c5801af54a0120487f0e1ec);
|
|
|
|
|
|
var marker_becc50d205d3384e07fa35f3e5ec9233 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_cc19727b0093b17c94f3096c9fe8d083 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc85f70efaad8f7255512345289db719 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5d564f5ff9de23d5209ec50089b0d93 = $(`<div id="html_f5d564f5ff9de23d5209ec50089b0d93" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org:443</div>`)[0];
|
|
popup_dc85f70efaad8f7255512345289db719.setContent(html_f5d564f5ff9de23d5209ec50089b0d93);
|
|
|
|
|
|
|
|
marker_becc50d205d3384e07fa35f3e5ec9233.bindPopup(popup_dc85f70efaad8f7255512345289db719)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_becc50d205d3384e07fa35f3e5ec9233.setIcon(icon_cc19727b0093b17c94f3096c9fe8d083);
|
|
|
|
|
|
var marker_622563da459000df3f342bfc1664424e = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_4e8f73256f97bb0e63e1791111d47eae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ef84a6b81ec01ef6e82bb9ba373d19d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_feffdb3ffc208533fff5b88462931aee = $(`<div id="html_feffdb3ffc208533fff5b88462931aee" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com:443</div>`)[0];
|
|
popup_6ef84a6b81ec01ef6e82bb9ba373d19d.setContent(html_feffdb3ffc208533fff5b88462931aee);
|
|
|
|
|
|
|
|
marker_622563da459000df3f342bfc1664424e.bindPopup(popup_6ef84a6b81ec01ef6e82bb9ba373d19d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_622563da459000df3f342bfc1664424e.setIcon(icon_4e8f73256f97bb0e63e1791111d47eae);
|
|
|
|
|
|
var marker_41ab5ed0dd7dbc341dd15ecb353eb186 = L.marker(
|
|
[36.9104, -89.5875],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_e47adf962306ac34a9d78ce434132201 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e7bcc839278d6be47ff880d2dd06488 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14cd57a72cedc97736a87c5157e29613 = $(`<div id="html_14cd57a72cedc97736a87c5157e29613" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_9e7bcc839278d6be47ff880d2dd06488.setContent(html_14cd57a72cedc97736a87c5157e29613);
|
|
|
|
|
|
|
|
marker_41ab5ed0dd7dbc341dd15ecb353eb186.bindPopup(popup_9e7bcc839278d6be47ff880d2dd06488)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41ab5ed0dd7dbc341dd15ecb353eb186.setIcon(icon_e47adf962306ac34a9d78ce434132201);
|
|
|
|
|
|
var marker_00ec5e933b69af740212485b9cabaf53 = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_98258f4679bfff5cc57cd04de0baec2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_263eefc588d2d62db508ae2e3f34354e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d1017608fbdcdbbeea1db12fbff220e = $(`<div id="html_0d1017608fbdcdbbeea1db12fbff220e" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com:443</div>`)[0];
|
|
popup_263eefc588d2d62db508ae2e3f34354e.setContent(html_0d1017608fbdcdbbeea1db12fbff220e);
|
|
|
|
|
|
|
|
marker_00ec5e933b69af740212485b9cabaf53.bindPopup(popup_263eefc588d2d62db508ae2e3f34354e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00ec5e933b69af740212485b9cabaf53.setIcon(icon_98258f4679bfff5cc57cd04de0baec2d);
|
|
|
|
|
|
var marker_69bcc7c01f8f8274aaa23cfc92722e10 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_88245eb7b3000a62be001e354b54cdcc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_135f9e8d350d0b97755dc9bd1ca37701 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_773c47ede206ae398d449cd023aa5816 = $(`<div id="html_773c47ede206ae398d449cd023aa5816" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_135f9e8d350d0b97755dc9bd1ca37701.setContent(html_773c47ede206ae398d449cd023aa5816);
|
|
|
|
|
|
|
|
marker_69bcc7c01f8f8274aaa23cfc92722e10.bindPopup(popup_135f9e8d350d0b97755dc9bd1ca37701)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69bcc7c01f8f8274aaa23cfc92722e10.setIcon(icon_88245eb7b3000a62be001e354b54cdcc);
|
|
|
|
|
|
var marker_0d2877b8aebb8f1eb2069ca355f51d37 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_3ec5dadf882d68890105d6ee9da7aab6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6852c346e8b35611b5adcaa642bd790 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fba6d0b7b626bc87f876c10dce53db11 = $(`<div id="html_fba6d0b7b626bc87f876c10dce53db11" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com:443</div>`)[0];
|
|
popup_e6852c346e8b35611b5adcaa642bd790.setContent(html_fba6d0b7b626bc87f876c10dce53db11);
|
|
|
|
|
|
|
|
marker_0d2877b8aebb8f1eb2069ca355f51d37.bindPopup(popup_e6852c346e8b35611b5adcaa642bd790)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d2877b8aebb8f1eb2069ca355f51d37.setIcon(icon_3ec5dadf882d68890105d6ee9da7aab6);
|
|
|
|
|
|
var marker_00b9dd183376ac6cef34c15d741044e9 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_c320dbe716356c9f10d30b4d005a4677 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c54e9e0a0e580399825901fb0f7046f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b86d17f2c37b6b30f9a703fa529cf37 = $(`<div id="html_5b86d17f2c37b6b30f9a703fa529cf37" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com:443</div>`)[0];
|
|
popup_3c54e9e0a0e580399825901fb0f7046f.setContent(html_5b86d17f2c37b6b30f9a703fa529cf37);
|
|
|
|
|
|
|
|
marker_00b9dd183376ac6cef34c15d741044e9.bindPopup(popup_3c54e9e0a0e580399825901fb0f7046f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00b9dd183376ac6cef34c15d741044e9.setIcon(icon_c320dbe716356c9f10d30b4d005a4677);
|
|
|
|
|
|
var marker_e97a79c084421056dcd99b5bc7e8234f = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_716078f082f700488e73952954b168d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19f6652f113d24bb1d44299d30f6f217 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bb3a9d4db47a5e3d7401a3a8cf5a2e2 = $(`<div id="html_0bb3a9d4db47a5e3d7401a3a8cf5a2e2" style="width: 100.0%; height: 100.0%;">rele.speyhard.fi</div>`)[0];
|
|
popup_19f6652f113d24bb1d44299d30f6f217.setContent(html_0bb3a9d4db47a5e3d7401a3a8cf5a2e2);
|
|
|
|
|
|
|
|
marker_e97a79c084421056dcd99b5bc7e8234f.bindPopup(popup_19f6652f113d24bb1d44299d30f6f217)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e97a79c084421056dcd99b5bc7e8234f.setIcon(icon_716078f082f700488e73952954b168d4);
|
|
|
|
|
|
var marker_26c9643721b8f504a3d99342ab0ddaf3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_85d3899d4eb89ea4ab082dd1f7a9f350 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfc65959f3822527f1e6e336e5617942 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5da59c438e757c53d80f91c983910ba0 = $(`<div id="html_5da59c438e757c53d80f91c983910ba0" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_dfc65959f3822527f1e6e336e5617942.setContent(html_5da59c438e757c53d80f91c983910ba0);
|
|
|
|
|
|
|
|
marker_26c9643721b8f504a3d99342ab0ddaf3.bindPopup(popup_dfc65959f3822527f1e6e336e5617942)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26c9643721b8f504a3d99342ab0ddaf3.setIcon(icon_85d3899d4eb89ea4ab082dd1f7a9f350);
|
|
|
|
|
|
var marker_7ba40188517c3aab31a202d46c4317f6 = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_beb131bebe6a39e79a688e918adc531b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8755ce4c189a1fcb69528ef67e595e20 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5f082bb90894ea7d6bc861a8f415855 = $(`<div id="html_d5f082bb90894ea7d6bc861a8f415855" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_8755ce4c189a1fcb69528ef67e595e20.setContent(html_d5f082bb90894ea7d6bc861a8f415855);
|
|
|
|
|
|
|
|
marker_7ba40188517c3aab31a202d46c4317f6.bindPopup(popup_8755ce4c189a1fcb69528ef67e595e20)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ba40188517c3aab31a202d46c4317f6.setIcon(icon_beb131bebe6a39e79a688e918adc531b);
|
|
|
|
|
|
var marker_45d375129d2921f392f4742c9636f83f = L.marker(
|
|
[52.6907, 4.8181],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_3cd4b144dd5a951baaf14239784be84b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8dadf4c4a8c03301b0e85b1044b81875 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4444171b4c92635fbf16871bc8a1e2e = $(`<div id="html_f4444171b4c92635fbf16871bc8a1e2e" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_8dadf4c4a8c03301b0e85b1044b81875.setContent(html_f4444171b4c92635fbf16871bc8a1e2e);
|
|
|
|
|
|
|
|
marker_45d375129d2921f392f4742c9636f83f.bindPopup(popup_8dadf4c4a8c03301b0e85b1044b81875)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45d375129d2921f392f4742c9636f83f.setIcon(icon_3cd4b144dd5a951baaf14239784be84b);
|
|
|
|
|
|
var marker_923454836b08c39ccdcfef48b1dc4f5d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_e2ebf9c5a94e9817b8a0d69654a8beb0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb5bac0ac522ebd1824315bcb848c007 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0575dc096c9f2faf58d9027cb4ee0092 = $(`<div id="html_0575dc096c9f2faf58d9027cb4ee0092" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io:443</div>`)[0];
|
|
popup_bb5bac0ac522ebd1824315bcb848c007.setContent(html_0575dc096c9f2faf58d9027cb4ee0092);
|
|
|
|
|
|
|
|
marker_923454836b08c39ccdcfef48b1dc4f5d.bindPopup(popup_bb5bac0ac522ebd1824315bcb848c007)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_923454836b08c39ccdcfef48b1dc4f5d.setIcon(icon_e2ebf9c5a94e9817b8a0d69654a8beb0);
|
|
|
|
|
|
var marker_99f98c8a6851b34fb2bb272b400c8185 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_379ccff4009b3e4a6af1e37433d23dfa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56226bd01210af32c3d4c6a3a101f463 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4adcc08895064d07e9450e6d1626a245 = $(`<div id="html_4adcc08895064d07e9450e6d1626a245" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_56226bd01210af32c3d4c6a3a101f463.setContent(html_4adcc08895064d07e9450e6d1626a245);
|
|
|
|
|
|
|
|
marker_99f98c8a6851b34fb2bb272b400c8185.bindPopup(popup_56226bd01210af32c3d4c6a3a101f463)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99f98c8a6851b34fb2bb272b400c8185.setIcon(icon_379ccff4009b3e4a6af1e37433d23dfa);
|
|
|
|
|
|
var marker_7e6ebf27a2a73cfbed08188a696a367c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_c580490d7c2deef24ffabfb551f385d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_389b4efdd23afa634d8097f7bf3fac51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3d75b7ba48cc5b822b251b66795dd0e = $(`<div id="html_e3d75b7ba48cc5b822b251b66795dd0e" style="width: 100.0%; height: 100.0%;">dm-test-strfry-generic.samt.st</div>`)[0];
|
|
popup_389b4efdd23afa634d8097f7bf3fac51.setContent(html_e3d75b7ba48cc5b822b251b66795dd0e);
|
|
|
|
|
|
|
|
marker_7e6ebf27a2a73cfbed08188a696a367c.bindPopup(popup_389b4efdd23afa634d8097f7bf3fac51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e6ebf27a2a73cfbed08188a696a367c.setIcon(icon_c580490d7c2deef24ffabfb551f385d8);
|
|
|
|
|
|
var marker_4558da3a1428384e85ab297f124b9e9f = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_dff054074c2cd5e4311d9ffd482f937b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f28d7d3d3db31b89245a529e29d287f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30e0e19199547f88caa0a9262ac98829 = $(`<div id="html_30e0e19199547f88caa0a9262ac98829" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_f28d7d3d3db31b89245a529e29d287f3.setContent(html_30e0e19199547f88caa0a9262ac98829);
|
|
|
|
|
|
|
|
marker_4558da3a1428384e85ab297f124b9e9f.bindPopup(popup_f28d7d3d3db31b89245a529e29d287f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4558da3a1428384e85ab297f124b9e9f.setIcon(icon_dff054074c2cd5e4311d9ffd482f937b);
|
|
|
|
|
|
var marker_17275a7ef35b5acadeddff7b8c7168e8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_33838adc727afb45284e7f5bc97f12f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_203cdba99b034646ee7066e365c6f9a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c362654768db97ebf444884c9f39ffe = $(`<div id="html_1c362654768db97ebf444884c9f39ffe" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app:443</div>`)[0];
|
|
popup_203cdba99b034646ee7066e365c6f9a5.setContent(html_1c362654768db97ebf444884c9f39ffe);
|
|
|
|
|
|
|
|
marker_17275a7ef35b5acadeddff7b8c7168e8.bindPopup(popup_203cdba99b034646ee7066e365c6f9a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17275a7ef35b5acadeddff7b8c7168e8.setIcon(icon_33838adc727afb45284e7f5bc97f12f0);
|
|
|
|
|
|
var marker_cd903155833e76ebb39b0ffb6fa99439 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_50eff02b8c3749ca2b3fa20c2f2bebbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db2d9c681168e6b11cb714bfd60d7354 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd0885ffdd1f22ac4dc82b4426d44867 = $(`<div id="html_cd0885ffdd1f22ac4dc82b4426d44867" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_db2d9c681168e6b11cb714bfd60d7354.setContent(html_cd0885ffdd1f22ac4dc82b4426d44867);
|
|
|
|
|
|
|
|
marker_cd903155833e76ebb39b0ffb6fa99439.bindPopup(popup_db2d9c681168e6b11cb714bfd60d7354)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd903155833e76ebb39b0ffb6fa99439.setIcon(icon_50eff02b8c3749ca2b3fa20c2f2bebbb);
|
|
|
|
|
|
var marker_88467e12d5e8613d53240365578228e5 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_55032bf6bc12f2b9e8a2db458bcf84f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_85dd2a5f3eb596e692b861b1d6d54716 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c33539b69b72691854fd7216ce6ac41 = $(`<div id="html_6c33539b69b72691854fd7216ce6ac41" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_85dd2a5f3eb596e692b861b1d6d54716.setContent(html_6c33539b69b72691854fd7216ce6ac41);
|
|
|
|
|
|
|
|
marker_88467e12d5e8613d53240365578228e5.bindPopup(popup_85dd2a5f3eb596e692b861b1d6d54716)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88467e12d5e8613d53240365578228e5.setIcon(icon_55032bf6bc12f2b9e8a2db458bcf84f4);
|
|
|
|
|
|
var marker_c19c2492e2d24372e42aec25e77a7355 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_2f6ad9ce1a01b664ac1d734cda6618bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_383a778d7557697803b1a759d4ce7a51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abb3cdae9750ed0f8b1a7c5abd82c7c4 = $(`<div id="html_abb3cdae9750ed0f8b1a7c5abd82c7c4" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_383a778d7557697803b1a759d4ce7a51.setContent(html_abb3cdae9750ed0f8b1a7c5abd82c7c4);
|
|
|
|
|
|
|
|
marker_c19c2492e2d24372e42aec25e77a7355.bindPopup(popup_383a778d7557697803b1a759d4ce7a51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c19c2492e2d24372e42aec25e77a7355.setIcon(icon_2f6ad9ce1a01b664ac1d734cda6618bd);
|
|
|
|
|
|
var marker_fb1d225784e7af85ae8fb9fb9f8a7e2b = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_93897af407feb6ba65d063f287ced784 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ee95a2db80625ed3b110d44ff532deb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26ff682424bf56537781f03fa2f1f957 = $(`<div id="html_26ff682424bf56537781f03fa2f1f957" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_7ee95a2db80625ed3b110d44ff532deb.setContent(html_26ff682424bf56537781f03fa2f1f957);
|
|
|
|
|
|
|
|
marker_fb1d225784e7af85ae8fb9fb9f8a7e2b.bindPopup(popup_7ee95a2db80625ed3b110d44ff532deb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb1d225784e7af85ae8fb9fb9f8a7e2b.setIcon(icon_93897af407feb6ba65d063f287ced784);
|
|
|
|
|
|
var marker_01f743c4acdf7b8e8e293299fd996dfd = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_2c72511e8cb655847ec49562d97e5ddc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66229c616185adfb39eadf8e3afa7926 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3add40e3fab23af495e0267f2146deff = $(`<div id="html_3add40e3fab23af495e0267f2146deff" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_66229c616185adfb39eadf8e3afa7926.setContent(html_3add40e3fab23af495e0267f2146deff);
|
|
|
|
|
|
|
|
marker_01f743c4acdf7b8e8e293299fd996dfd.bindPopup(popup_66229c616185adfb39eadf8e3afa7926)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01f743c4acdf7b8e8e293299fd996dfd.setIcon(icon_2c72511e8cb655847ec49562d97e5ddc);
|
|
|
|
|
|
var marker_ce423abe9610d3036afb5558336c3ab1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_26bc6567348e1f2ef75ea936972ff23d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57d323f93fc15717f9c612b04cad0d09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_857c290714adb0ea5827d9e1be069d41 = $(`<div id="html_857c290714adb0ea5827d9e1be069d41" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_57d323f93fc15717f9c612b04cad0d09.setContent(html_857c290714adb0ea5827d9e1be069d41);
|
|
|
|
|
|
|
|
marker_ce423abe9610d3036afb5558336c3ab1.bindPopup(popup_57d323f93fc15717f9c612b04cad0d09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce423abe9610d3036afb5558336c3ab1.setIcon(icon_26bc6567348e1f2ef75ea936972ff23d);
|
|
|
|
|
|
var marker_2169b136217d55f82895c2d68e5b090c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_a11d6cce4686f3fddce4064cc7a4659b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc32e07b46811d0295c6b7f5fab4cba2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6fd2bf7e4dff3a4eeac7f0d45c042ce = $(`<div id="html_d6fd2bf7e4dff3a4eeac7f0d45c042ce" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_dc32e07b46811d0295c6b7f5fab4cba2.setContent(html_d6fd2bf7e4dff3a4eeac7f0d45c042ce);
|
|
|
|
|
|
|
|
marker_2169b136217d55f82895c2d68e5b090c.bindPopup(popup_dc32e07b46811d0295c6b7f5fab4cba2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2169b136217d55f82895c2d68e5b090c.setIcon(icon_a11d6cce4686f3fddce4064cc7a4659b);
|
|
|
|
|
|
var marker_0539e9e96f31b4bb01d6264c8cba9354 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_b524ea4ae193a21608f09e89f7823ef7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a2e76bf86196781225a0a3fba0417ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0cd7b444dcbb2170158355a8518469f = $(`<div id="html_e0cd7b444dcbb2170158355a8518469f" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_0a2e76bf86196781225a0a3fba0417ae.setContent(html_e0cd7b444dcbb2170158355a8518469f);
|
|
|
|
|
|
|
|
marker_0539e9e96f31b4bb01d6264c8cba9354.bindPopup(popup_0a2e76bf86196781225a0a3fba0417ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0539e9e96f31b4bb01d6264c8cba9354.setIcon(icon_b524ea4ae193a21608f09e89f7823ef7);
|
|
|
|
|
|
var marker_6129567b19fbd1de0112849c96db50b8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_1fa894088091580876a7762e28d47f20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da5458679a690a936df8e69c1dd8641e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2bd521ffc13e6c0011d9b55ae35a6f6 = $(`<div id="html_c2bd521ffc13e6c0011d9b55ae35a6f6" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_da5458679a690a936df8e69c1dd8641e.setContent(html_c2bd521ffc13e6c0011d9b55ae35a6f6);
|
|
|
|
|
|
|
|
marker_6129567b19fbd1de0112849c96db50b8.bindPopup(popup_da5458679a690a936df8e69c1dd8641e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6129567b19fbd1de0112849c96db50b8.setIcon(icon_1fa894088091580876a7762e28d47f20);
|
|
|
|
|
|
var marker_ba84b24c0802c6f29e8b0689ace85c7a = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_00ffeb0f4dad4251fc1076c2170da970 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8abc89b519a25ffb69ce90a8cd80485d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92352b50c0c48ea588bc1254c87a2677 = $(`<div id="html_92352b50c0c48ea588bc1254c87a2677" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_8abc89b519a25ffb69ce90a8cd80485d.setContent(html_92352b50c0c48ea588bc1254c87a2677);
|
|
|
|
|
|
|
|
marker_ba84b24c0802c6f29e8b0689ace85c7a.bindPopup(popup_8abc89b519a25ffb69ce90a8cd80485d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba84b24c0802c6f29e8b0689ace85c7a.setIcon(icon_00ffeb0f4dad4251fc1076c2170da970);
|
|
|
|
|
|
var marker_f6a65e01838ba6e5ea00ac5e045f6db1 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_83d91cfd6537b6c60b3949d87d606830 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cda5ebff4afc3b6914449374d311781 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c6557466a6f01ab1a00de8a41ab5fe5 = $(`<div id="html_7c6557466a6f01ab1a00de8a41ab5fe5" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_5cda5ebff4afc3b6914449374d311781.setContent(html_7c6557466a6f01ab1a00de8a41ab5fe5);
|
|
|
|
|
|
|
|
marker_f6a65e01838ba6e5ea00ac5e045f6db1.bindPopup(popup_5cda5ebff4afc3b6914449374d311781)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6a65e01838ba6e5ea00ac5e045f6db1.setIcon(icon_83d91cfd6537b6c60b3949d87d606830);
|
|
|
|
|
|
var marker_4c70634a29122e55be493e6285b21770 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_da3a7d9fa99fd2e9c9d9efa229affa22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7ea8599beb7b32e519ffb8e76d09f9d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f589b2fbf655683da8bc123f56b49f73 = $(`<div id="html_f589b2fbf655683da8bc123f56b49f73" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club:443</div>`)[0];
|
|
popup_e7ea8599beb7b32e519ffb8e76d09f9d.setContent(html_f589b2fbf655683da8bc123f56b49f73);
|
|
|
|
|
|
|
|
marker_4c70634a29122e55be493e6285b21770.bindPopup(popup_e7ea8599beb7b32e519ffb8e76d09f9d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c70634a29122e55be493e6285b21770.setIcon(icon_da3a7d9fa99fd2e9c9d9efa229affa22);
|
|
|
|
|
|
var marker_bd292590194bafe591866a0551a90dc9 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_a5782363f4b1626790dcdbb340b46500 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c85ecd054997d6664818c418cbaf1637 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32f331fc3e7fbe946541cc55668b9f19 = $(`<div id="html_32f331fc3e7fbe946541cc55668b9f19" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_c85ecd054997d6664818c418cbaf1637.setContent(html_32f331fc3e7fbe946541cc55668b9f19);
|
|
|
|
|
|
|
|
marker_bd292590194bafe591866a0551a90dc9.bindPopup(popup_c85ecd054997d6664818c418cbaf1637)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd292590194bafe591866a0551a90dc9.setIcon(icon_a5782363f4b1626790dcdbb340b46500);
|
|
|
|
|
|
var marker_f50f17e378fccf1532be89b80004ad12 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_89f95e4a3f66b40670e926aa9911daf4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5dbc80d3289262dbfeed55af2a6222cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e36c9ddd3baef7c9378d477c60849e9a = $(`<div id="html_e36c9ddd3baef7c9378d477c60849e9a" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol:443</div>`)[0];
|
|
popup_5dbc80d3289262dbfeed55af2a6222cd.setContent(html_e36c9ddd3baef7c9378d477c60849e9a);
|
|
|
|
|
|
|
|
marker_f50f17e378fccf1532be89b80004ad12.bindPopup(popup_5dbc80d3289262dbfeed55af2a6222cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f50f17e378fccf1532be89b80004ad12.setIcon(icon_89f95e4a3f66b40670e926aa9911daf4);
|
|
|
|
|
|
var marker_56d661dab2d8ff86ff2c35d7f08f2e61 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_e5b8e3a8cb739182c35c7fb85a750488 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9db791bab5bb7a465e1c5c7da2361f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_375110c949f1f2623499a0827d4b112b = $(`<div id="html_375110c949f1f2623499a0827d4b112b" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_a9db791bab5bb7a465e1c5c7da2361f0.setContent(html_375110c949f1f2623499a0827d4b112b);
|
|
|
|
|
|
|
|
marker_56d661dab2d8ff86ff2c35d7f08f2e61.bindPopup(popup_a9db791bab5bb7a465e1c5c7da2361f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56d661dab2d8ff86ff2c35d7f08f2e61.setIcon(icon_e5b8e3a8cb739182c35c7fb85a750488);
|
|
|
|
|
|
var marker_95ea2d3afd578001b5063fa4ab01221f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_ffc3055758eeeb7a190a6bbe365e5591 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0002bf1cd8ca591a4af4181190437ace = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24f9832167664e74c7043aba053f85c7 = $(`<div id="html_24f9832167664e74c7043aba053f85c7" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_0002bf1cd8ca591a4af4181190437ace.setContent(html_24f9832167664e74c7043aba053f85c7);
|
|
|
|
|
|
|
|
marker_95ea2d3afd578001b5063fa4ab01221f.bindPopup(popup_0002bf1cd8ca591a4af4181190437ace)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95ea2d3afd578001b5063fa4ab01221f.setIcon(icon_ffc3055758eeeb7a190a6bbe365e5591);
|
|
|
|
|
|
var marker_f847e296addb9c68f639ffdd2a9ed995 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_6e360da1ccabcf7cabbbe667d19fab5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72b2d54be2b86dc2858b7d72658239f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c2a730f7fe66b2ca55a7909ad8b4cde = $(`<div id="html_5c2a730f7fe66b2ca55a7909ad8b4cde" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_72b2d54be2b86dc2858b7d72658239f2.setContent(html_5c2a730f7fe66b2ca55a7909ad8b4cde);
|
|
|
|
|
|
|
|
marker_f847e296addb9c68f639ffdd2a9ed995.bindPopup(popup_72b2d54be2b86dc2858b7d72658239f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f847e296addb9c68f639ffdd2a9ed995.setIcon(icon_6e360da1ccabcf7cabbbe667d19fab5a);
|
|
|
|
|
|
var marker_765d76bec3d3607b66e232bb2786bce5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_08b4cba7f048affa4d8b0a515c6847f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2633996547b1715bf7ec9bba0527f744 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29ef8dd3d1a789719dd8de9cef528063 = $(`<div id="html_29ef8dd3d1a789719dd8de9cef528063" style="width: 100.0%; height: 100.0%;">damus.bostr.online</div>`)[0];
|
|
popup_2633996547b1715bf7ec9bba0527f744.setContent(html_29ef8dd3d1a789719dd8de9cef528063);
|
|
|
|
|
|
|
|
marker_765d76bec3d3607b66e232bb2786bce5.bindPopup(popup_2633996547b1715bf7ec9bba0527f744)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_765d76bec3d3607b66e232bb2786bce5.setIcon(icon_08b4cba7f048affa4d8b0a515c6847f1);
|
|
|
|
|
|
var marker_592108621eb383e69f3949fc7899cdda = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_a5f073cd343840905a8a5a65ba928a0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7809c39b245fe65b75a6147863061df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cedcb6f5728f243b8094cef29ec748cf = $(`<div id="html_cedcb6f5728f243b8094cef29ec748cf" style="width: 100.0%; height: 100.0%;">node.kommonzenze.de</div>`)[0];
|
|
popup_b7809c39b245fe65b75a6147863061df.setContent(html_cedcb6f5728f243b8094cef29ec748cf);
|
|
|
|
|
|
|
|
marker_592108621eb383e69f3949fc7899cdda.bindPopup(popup_b7809c39b245fe65b75a6147863061df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_592108621eb383e69f3949fc7899cdda.setIcon(icon_a5f073cd343840905a8a5a65ba928a0a);
|
|
|
|
|
|
var marker_d85bc8c045bdfea1a0c3273ea0459394 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_6a21ff9fb4cc35c82c9db9dc56c38bc6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b178a239873e74b438420f23db1ffdff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bac7803c1c365578999bad75ca399555 = $(`<div id="html_bac7803c1c365578999bad75ca399555" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_b178a239873e74b438420f23db1ffdff.setContent(html_bac7803c1c365578999bad75ca399555);
|
|
|
|
|
|
|
|
marker_d85bc8c045bdfea1a0c3273ea0459394.bindPopup(popup_b178a239873e74b438420f23db1ffdff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d85bc8c045bdfea1a0c3273ea0459394.setIcon(icon_6a21ff9fb4cc35c82c9db9dc56c38bc6);
|
|
|
|
|
|
var marker_b57a763b8cd9f1708cfd650d4ad7aa75 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_78830c080247fba863b6191dcbd35c6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b4c7df7adc937a04e0ecee2a741ec73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6266b23b9f76d97e0695e143ca48329e = $(`<div id="html_6266b23b9f76d97e0695e143ca48329e" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_4b4c7df7adc937a04e0ecee2a741ec73.setContent(html_6266b23b9f76d97e0695e143ca48329e);
|
|
|
|
|
|
|
|
marker_b57a763b8cd9f1708cfd650d4ad7aa75.bindPopup(popup_4b4c7df7adc937a04e0ecee2a741ec73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b57a763b8cd9f1708cfd650d4ad7aa75.setIcon(icon_78830c080247fba863b6191dcbd35c6d);
|
|
|
|
|
|
var marker_ed982117de09558927d8b428883092fd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_1e99086c95236c0e00a45ae41d61a161 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02c1c4d7648a6189a4edc5b9ebfb7e4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a36b2144ca6362a8350e2563962e9372 = $(`<div id="html_a36b2144ca6362a8350e2563962e9372" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_02c1c4d7648a6189a4edc5b9ebfb7e4e.setContent(html_a36b2144ca6362a8350e2563962e9372);
|
|
|
|
|
|
|
|
marker_ed982117de09558927d8b428883092fd.bindPopup(popup_02c1c4d7648a6189a4edc5b9ebfb7e4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed982117de09558927d8b428883092fd.setIcon(icon_1e99086c95236c0e00a45ae41d61a161);
|
|
|
|
|
|
var marker_481fe436f0183229cc49234a50446937 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_1210c84816a4ab27f791b22091495446 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28be33e70089714ce5713036ce10cb5d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfc13d35f0578ce1469182b2a774344c = $(`<div id="html_dfc13d35f0578ce1469182b2a774344c" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_28be33e70089714ce5713036ce10cb5d.setContent(html_dfc13d35f0578ce1469182b2a774344c);
|
|
|
|
|
|
|
|
marker_481fe436f0183229cc49234a50446937.bindPopup(popup_28be33e70089714ce5713036ce10cb5d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_481fe436f0183229cc49234a50446937.setIcon(icon_1210c84816a4ab27f791b22091495446);
|
|
|
|
|
|
var marker_d15a8a4da4d995e7cee9f7d018abde88 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_6702435ef6f4d45ccfa5f1d63f5940e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4eb80e4410c86260aae4e5f4be0c8351 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6093c5fdb739e68d9261f3ea7aa9586d = $(`<div id="html_6093c5fdb739e68d9261f3ea7aa9586d" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_4eb80e4410c86260aae4e5f4be0c8351.setContent(html_6093c5fdb739e68d9261f3ea7aa9586d);
|
|
|
|
|
|
|
|
marker_d15a8a4da4d995e7cee9f7d018abde88.bindPopup(popup_4eb80e4410c86260aae4e5f4be0c8351)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d15a8a4da4d995e7cee9f7d018abde88.setIcon(icon_6702435ef6f4d45ccfa5f1d63f5940e0);
|
|
|
|
|
|
var marker_f258aca0d7f3b4f1150178460cbe6080 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_cc17fde0989f6de0f3ab9121870dbde2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fecd27bceb856364643befa97656631d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e96576494666ffaeff03f1424f21718 = $(`<div id="html_9e96576494666ffaeff03f1424f21718" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_fecd27bceb856364643befa97656631d.setContent(html_9e96576494666ffaeff03f1424f21718);
|
|
|
|
|
|
|
|
marker_f258aca0d7f3b4f1150178460cbe6080.bindPopup(popup_fecd27bceb856364643befa97656631d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f258aca0d7f3b4f1150178460cbe6080.setIcon(icon_cc17fde0989f6de0f3ab9121870dbde2);
|
|
|
|
|
|
var marker_c0dea38d2d83ac9e2bb77b5e71a46d5b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_e039adea6318b47d859514136c04464f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1532b7863abc6c901a1f8aaf7dd4796 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbf46d7c063cf410cc4a51ab77e54302 = $(`<div id="html_cbf46d7c063cf410cc4a51ab77e54302" style="width: 100.0%; height: 100.0%;">nostr.night7.space:443</div>`)[0];
|
|
popup_f1532b7863abc6c901a1f8aaf7dd4796.setContent(html_cbf46d7c063cf410cc4a51ab77e54302);
|
|
|
|
|
|
|
|
marker_c0dea38d2d83ac9e2bb77b5e71a46d5b.bindPopup(popup_f1532b7863abc6c901a1f8aaf7dd4796)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0dea38d2d83ac9e2bb77b5e71a46d5b.setIcon(icon_e039adea6318b47d859514136c04464f);
|
|
|
|
|
|
var marker_0d44941b837787fcd0b7aebc0050f959 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_7d80851b9557765aa6e52c768cb6a04f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf7ec2207b9a08ea4fd1eb9005c42f4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6a9b413cb6bb9da1c572a54b0a880b0 = $(`<div id="html_c6a9b413cb6bb9da1c572a54b0a880b0" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_bf7ec2207b9a08ea4fd1eb9005c42f4e.setContent(html_c6a9b413cb6bb9da1c572a54b0a880b0);
|
|
|
|
|
|
|
|
marker_0d44941b837787fcd0b7aebc0050f959.bindPopup(popup_bf7ec2207b9a08ea4fd1eb9005c42f4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d44941b837787fcd0b7aebc0050f959.setIcon(icon_7d80851b9557765aa6e52c768cb6a04f);
|
|
|
|
|
|
var marker_a473bca5a87bf4e5c3aaad0f852655e3 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_075f4d2ff75c536d6fbf43adb1546338 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74342cb3a6e62d7cea0677d62b542739 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab1420d622edfff2af58b03d68b53554 = $(`<div id="html_ab1420d622edfff2af58b03d68b53554" style="width: 100.0%; height: 100.0%;">relay.nostriot.com:443</div>`)[0];
|
|
popup_74342cb3a6e62d7cea0677d62b542739.setContent(html_ab1420d622edfff2af58b03d68b53554);
|
|
|
|
|
|
|
|
marker_a473bca5a87bf4e5c3aaad0f852655e3.bindPopup(popup_74342cb3a6e62d7cea0677d62b542739)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a473bca5a87bf4e5c3aaad0f852655e3.setIcon(icon_075f4d2ff75c536d6fbf43adb1546338);
|
|
|
|
|
|
var marker_ca4890c95a9d76b19891d1b05ddfcbe8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_e8b0c1251a6dcd731278ec45624e4a9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b97bb8a1e6067e4539d05f4a9ce9e13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b9392093126d17d49869d115e428c6a = $(`<div id="html_7b9392093126d17d49869d115e428c6a" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud:443</div>`)[0];
|
|
popup_9b97bb8a1e6067e4539d05f4a9ce9e13.setContent(html_7b9392093126d17d49869d115e428c6a);
|
|
|
|
|
|
|
|
marker_ca4890c95a9d76b19891d1b05ddfcbe8.bindPopup(popup_9b97bb8a1e6067e4539d05f4a9ce9e13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca4890c95a9d76b19891d1b05ddfcbe8.setIcon(icon_e8b0c1251a6dcd731278ec45624e4a9b);
|
|
|
|
|
|
var marker_ec4ee6c146e4b847e60f896840fdf6d0 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_599eba75c93ac8cfdb267010fc8fbf28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4bd023cd21d99ba775e4a45764fcfd4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30b07c7cc8f8133e3aa65b1a10300a10 = $(`<div id="html_30b07c7cc8f8133e3aa65b1a10300a10" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_4bd023cd21d99ba775e4a45764fcfd4e.setContent(html_30b07c7cc8f8133e3aa65b1a10300a10);
|
|
|
|
|
|
|
|
marker_ec4ee6c146e4b847e60f896840fdf6d0.bindPopup(popup_4bd023cd21d99ba775e4a45764fcfd4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec4ee6c146e4b847e60f896840fdf6d0.setIcon(icon_599eba75c93ac8cfdb267010fc8fbf28);
|
|
|
|
|
|
var marker_d855d2bc0b7043ad63aa120626cb54d8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_b143df3d8d98725319d6d258772a7fab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_797f8dbad6b027e0776188ca7fdc87fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5abe252c1b386275143c17ebebaec170 = $(`<div id="html_5abe252c1b386275143c17ebebaec170" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_797f8dbad6b027e0776188ca7fdc87fb.setContent(html_5abe252c1b386275143c17ebebaec170);
|
|
|
|
|
|
|
|
marker_d855d2bc0b7043ad63aa120626cb54d8.bindPopup(popup_797f8dbad6b027e0776188ca7fdc87fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d855d2bc0b7043ad63aa120626cb54d8.setIcon(icon_b143df3d8d98725319d6d258772a7fab);
|
|
|
|
|
|
var marker_c73c92ca7b8ce16b5cd29629d4877efe = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_9702edeadedcab4294c631e352cdefe0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39902e746979f92a8a71da6047f74013 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a85e8048d0b42c9f60c3ba924db6aefa = $(`<div id="html_a85e8048d0b42c9f60c3ba924db6aefa" style="width: 100.0%; height: 100.0%;">nostr.debate.report</div>`)[0];
|
|
popup_39902e746979f92a8a71da6047f74013.setContent(html_a85e8048d0b42c9f60c3ba924db6aefa);
|
|
|
|
|
|
|
|
marker_c73c92ca7b8ce16b5cd29629d4877efe.bindPopup(popup_39902e746979f92a8a71da6047f74013)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c73c92ca7b8ce16b5cd29629d4877efe.setIcon(icon_9702edeadedcab4294c631e352cdefe0);
|
|
|
|
|
|
var marker_0347152598c4cc83a5542a6ed6481ef5 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_91fdc1115dc90d06af1960512368ee84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2eb9741df27c1268ec99d7cb441b7c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b9945ece2422f2c89199cc88822dd17 = $(`<div id="html_9b9945ece2422f2c89199cc88822dd17" style="width: 100.0%; height: 100.0%;">relay.artx.market:443</div>`)[0];
|
|
popup_b2eb9741df27c1268ec99d7cb441b7c0.setContent(html_9b9945ece2422f2c89199cc88822dd17);
|
|
|
|
|
|
|
|
marker_0347152598c4cc83a5542a6ed6481ef5.bindPopup(popup_b2eb9741df27c1268ec99d7cb441b7c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0347152598c4cc83a5542a6ed6481ef5.setIcon(icon_91fdc1115dc90d06af1960512368ee84);
|
|
|
|
|
|
var marker_f90656dfabe5badbecbcdbc167639d53 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_7d5ac9f0438d936a0cd82f24383a90c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a393096d60cf3c2eb422cdeb2dc91e8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f3b0d3e532c91566814749bcba29d88 = $(`<div id="html_2f3b0d3e532c91566814749bcba29d88" style="width: 100.0%; height: 100.0%;">nostr.chaima.info:443</div>`)[0];
|
|
popup_a393096d60cf3c2eb422cdeb2dc91e8b.setContent(html_2f3b0d3e532c91566814749bcba29d88);
|
|
|
|
|
|
|
|
marker_f90656dfabe5badbecbcdbc167639d53.bindPopup(popup_a393096d60cf3c2eb422cdeb2dc91e8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f90656dfabe5badbecbcdbc167639d53.setIcon(icon_7d5ac9f0438d936a0cd82f24383a90c8);
|
|
|
|
|
|
var marker_bb04bcf80e22b298874c43a5b564dc57 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_9de9952f0569f7ae4659f4475108e9df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8b3e1d152b60e289d0b7917ca32fe6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ac324e43f2c17e1ed77018329b6c951 = $(`<div id="html_8ac324e43f2c17e1ed77018329b6c951" style="width: 100.0%; height: 100.0%;">relay.plebeian.market:443</div>`)[0];
|
|
popup_f8b3e1d152b60e289d0b7917ca32fe6a.setContent(html_8ac324e43f2c17e1ed77018329b6c951);
|
|
|
|
|
|
|
|
marker_bb04bcf80e22b298874c43a5b564dc57.bindPopup(popup_f8b3e1d152b60e289d0b7917ca32fe6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb04bcf80e22b298874c43a5b564dc57.setIcon(icon_9de9952f0569f7ae4659f4475108e9df);
|
|
|
|
|
|
var marker_438a842794b4438dd3c1894be04ce698 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_e32bdcbee053e7c96996952edb5766ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_feaeea21dbd95d5e9ec32ce59f890efb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_513289cb2cdd70b36b28805ce3d44346 = $(`<div id="html_513289cb2cdd70b36b28805ce3d44346" style="width: 100.0%; height: 100.0%;">vault.iris.to:443</div>`)[0];
|
|
popup_feaeea21dbd95d5e9ec32ce59f890efb.setContent(html_513289cb2cdd70b36b28805ce3d44346);
|
|
|
|
|
|
|
|
marker_438a842794b4438dd3c1894be04ce698.bindPopup(popup_feaeea21dbd95d5e9ec32ce59f890efb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_438a842794b4438dd3c1894be04ce698.setIcon(icon_e32bdcbee053e7c96996952edb5766ac);
|
|
|
|
|
|
var marker_be5520b9f948d3fbf73f8f06c9879c2b = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_f3678530517133259abfb6648a749294 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9fc92843889fb417d8edf8b192b2bf52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_498d6c3921c790eee1e43a62e8802069 = $(`<div id="html_498d6c3921c790eee1e43a62e8802069" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_9fc92843889fb417d8edf8b192b2bf52.setContent(html_498d6c3921c790eee1e43a62e8802069);
|
|
|
|
|
|
|
|
marker_be5520b9f948d3fbf73f8f06c9879c2b.bindPopup(popup_9fc92843889fb417d8edf8b192b2bf52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be5520b9f948d3fbf73f8f06c9879c2b.setIcon(icon_f3678530517133259abfb6648a749294);
|
|
|
|
|
|
var marker_9effea72bcb0faf076faede92f69afdf = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_1a53cf7d93c92a971f7a19523be38ea8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d071486ed62629b6af7dd7183347caea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7276b240898fd3fd2ddb33c9176685c6 = $(`<div id="html_7276b240898fd3fd2ddb33c9176685c6" style="width: 100.0%; height: 100.0%;">relay.kalcafe.xyz</div>`)[0];
|
|
popup_d071486ed62629b6af7dd7183347caea.setContent(html_7276b240898fd3fd2ddb33c9176685c6);
|
|
|
|
|
|
|
|
marker_9effea72bcb0faf076faede92f69afdf.bindPopup(popup_d071486ed62629b6af7dd7183347caea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9effea72bcb0faf076faede92f69afdf.setIcon(icon_1a53cf7d93c92a971f7a19523be38ea8);
|
|
|
|
|
|
var marker_b4b9d7d43d86a7e96b103dfe07da12c7 = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_3621cb2af354a12193e66288d5133a9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff36f16bc3f84a6f29db94f7fb6cba8a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_354aae46d015d1eed271e6f3ad8ff463 = $(`<div id="html_354aae46d015d1eed271e6f3ad8ff463" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_ff36f16bc3f84a6f29db94f7fb6cba8a.setContent(html_354aae46d015d1eed271e6f3ad8ff463);
|
|
|
|
|
|
|
|
marker_b4b9d7d43d86a7e96b103dfe07da12c7.bindPopup(popup_ff36f16bc3f84a6f29db94f7fb6cba8a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4b9d7d43d86a7e96b103dfe07da12c7.setIcon(icon_3621cb2af354a12193e66288d5133a9f);
|
|
|
|
|
|
var marker_1042fb33b15fbf619aa052292ad0ba15 = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_74c8fbb9db4f556e1e7d9c0a04b6a8ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5eca3da4a97cfed409010ab10e5fcb4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3dd2f5fd709dfbdaa04b67b978d86f6c = $(`<div id="html_3dd2f5fd709dfbdaa04b67b978d86f6c" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_5eca3da4a97cfed409010ab10e5fcb4f.setContent(html_3dd2f5fd709dfbdaa04b67b978d86f6c);
|
|
|
|
|
|
|
|
marker_1042fb33b15fbf619aa052292ad0ba15.bindPopup(popup_5eca3da4a97cfed409010ab10e5fcb4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1042fb33b15fbf619aa052292ad0ba15.setIcon(icon_74c8fbb9db4f556e1e7d9c0a04b6a8ec);
|
|
|
|
|
|
var marker_df5d010c07e241717f5febb38c7926c4 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_11aacff5fa439fc97aca3baa84de18dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_897ba02a0a4379304b9e863c8b87d1bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33155adc63cdca468e352394739e600e = $(`<div id="html_33155adc63cdca468e352394739e600e" style="width: 100.0%; height: 100.0%;">portal-relay.pareto.space</div>`)[0];
|
|
popup_897ba02a0a4379304b9e863c8b87d1bd.setContent(html_33155adc63cdca468e352394739e600e);
|
|
|
|
|
|
|
|
marker_df5d010c07e241717f5febb38c7926c4.bindPopup(popup_897ba02a0a4379304b9e863c8b87d1bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df5d010c07e241717f5febb38c7926c4.setIcon(icon_11aacff5fa439fc97aca3baa84de18dc);
|
|
|
|
|
|
var marker_24a00d87de143f2024433ca48b9d84c6 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_b3ba22ffaedbfcd0473d10ea6864236f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f36b39f978d7500a98cfb261e1854b45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de1c47265cd53dd87358f22e1f1c5130 = $(`<div id="html_de1c47265cd53dd87358f22e1f1c5130" style="width: 100.0%; height: 100.0%;">nos.lol:443</div>`)[0];
|
|
popup_f36b39f978d7500a98cfb261e1854b45.setContent(html_de1c47265cd53dd87358f22e1f1c5130);
|
|
|
|
|
|
|
|
marker_24a00d87de143f2024433ca48b9d84c6.bindPopup(popup_f36b39f978d7500a98cfb261e1854b45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24a00d87de143f2024433ca48b9d84c6.setIcon(icon_b3ba22ffaedbfcd0473d10ea6864236f);
|
|
|
|
|
|
var marker_00a324585024b4040696a632e616166b = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_ee3c1696e729d6558c13945c61e829b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74c9ffdd12e259e48e7b58671ab6604d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b0bf8cde167f833df24cdaeb8b4462f = $(`<div id="html_6b0bf8cde167f833df24cdaeb8b4462f" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com:443</div>`)[0];
|
|
popup_74c9ffdd12e259e48e7b58671ab6604d.setContent(html_6b0bf8cde167f833df24cdaeb8b4462f);
|
|
|
|
|
|
|
|
marker_00a324585024b4040696a632e616166b.bindPopup(popup_74c9ffdd12e259e48e7b58671ab6604d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00a324585024b4040696a632e616166b.setIcon(icon_ee3c1696e729d6558c13945c61e829b0);
|
|
|
|
|
|
var marker_ddd07b1e565f1bac2efe0936ad8c122c = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_0a87f96f2b7f22cb68ba4febd63ec711 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_798166b714c16dab2b957adf4f8f6660 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0c8c09c78ba13e95edecd0559eb0583 = $(`<div id="html_f0c8c09c78ba13e95edecd0559eb0583" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_798166b714c16dab2b957adf4f8f6660.setContent(html_f0c8c09c78ba13e95edecd0559eb0583);
|
|
|
|
|
|
|
|
marker_ddd07b1e565f1bac2efe0936ad8c122c.bindPopup(popup_798166b714c16dab2b957adf4f8f6660)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ddd07b1e565f1bac2efe0936ad8c122c.setIcon(icon_0a87f96f2b7f22cb68ba4febd63ec711);
|
|
|
|
|
|
var marker_6c7207e80721d525b194e63de89cba4d = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_86048c8d5842ae7309022164a55e7537 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7123e8c3b760bf77cf3942c4baabd910 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_948c956a4a48c325d47ebecb4a256746 = $(`<div id="html_948c956a4a48c325d47ebecb4a256746" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_7123e8c3b760bf77cf3942c4baabd910.setContent(html_948c956a4a48c325d47ebecb4a256746);
|
|
|
|
|
|
|
|
marker_6c7207e80721d525b194e63de89cba4d.bindPopup(popup_7123e8c3b760bf77cf3942c4baabd910)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c7207e80721d525b194e63de89cba4d.setIcon(icon_86048c8d5842ae7309022164a55e7537);
|
|
|
|
|
|
var marker_aa9fc52079cf481b299e0a690c1fa1be = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_5a4c5e7dfc5d2c34db80006affc90c8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de05b6b437f77d2f00ce6a70341ab796 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dcc3266433a57adfe15915d964ec3bd2 = $(`<div id="html_dcc3266433a57adfe15915d964ec3bd2" style="width: 100.0%; height: 100.0%;">relay.trotters.cc:443</div>`)[0];
|
|
popup_de05b6b437f77d2f00ce6a70341ab796.setContent(html_dcc3266433a57adfe15915d964ec3bd2);
|
|
|
|
|
|
|
|
marker_aa9fc52079cf481b299e0a690c1fa1be.bindPopup(popup_de05b6b437f77d2f00ce6a70341ab796)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa9fc52079cf481b299e0a690c1fa1be.setIcon(icon_5a4c5e7dfc5d2c34db80006affc90c8e);
|
|
|
|
|
|
var marker_68d32c76bfce65cb7478d30a58b00395 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_3dde40e938c66892309559259be06300 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a3fbda5ca6ee482e784534333466c94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f5244ffe496eb1efca8d445d4234dce = $(`<div id="html_0f5244ffe496eb1efca8d445d4234dce" style="width: 100.0%; height: 100.0%;">nostr.quali.chat:443</div>`)[0];
|
|
popup_9a3fbda5ca6ee482e784534333466c94.setContent(html_0f5244ffe496eb1efca8d445d4234dce);
|
|
|
|
|
|
|
|
marker_68d32c76bfce65cb7478d30a58b00395.bindPopup(popup_9a3fbda5ca6ee482e784534333466c94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68d32c76bfce65cb7478d30a58b00395.setIcon(icon_3dde40e938c66892309559259be06300);
|
|
|
|
|
|
var marker_8c12a95400ccac3d7122df0ff6ec818c = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_9505da5b5b891f6ef8e174bc3d5621f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c32c4255f9bcd4098e54b81e9ff2214 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0631acc2f7e6e9324ff90c72829d04d1 = $(`<div id="html_0631acc2f7e6e9324ff90c72829d04d1" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net:443</div>`)[0];
|
|
popup_9c32c4255f9bcd4098e54b81e9ff2214.setContent(html_0631acc2f7e6e9324ff90c72829d04d1);
|
|
|
|
|
|
|
|
marker_8c12a95400ccac3d7122df0ff6ec818c.bindPopup(popup_9c32c4255f9bcd4098e54b81e9ff2214)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c12a95400ccac3d7122df0ff6ec818c.setIcon(icon_9505da5b5b891f6ef8e174bc3d5621f5);
|
|
|
|
|
|
var marker_95d28b2f599300713cdc4abe8370d87f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_42e7bfdf8e5ff0328c530262261c94c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec5b4f1179d2b58bce25cb993f75476b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4be12027c104a2872dbdb171694e8d01 = $(`<div id="html_4be12027c104a2872dbdb171694e8d01" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_ec5b4f1179d2b58bce25cb993f75476b.setContent(html_4be12027c104a2872dbdb171694e8d01);
|
|
|
|
|
|
|
|
marker_95d28b2f599300713cdc4abe8370d87f.bindPopup(popup_ec5b4f1179d2b58bce25cb993f75476b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95d28b2f599300713cdc4abe8370d87f.setIcon(icon_42e7bfdf8e5ff0328c530262261c94c1);
|
|
|
|
|
|
var marker_cdea9cdf59b17d2ee0e20910c483e07c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_86e0f1123594efbf15cf03ea6ccc4009 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8cd6e230852cc1191b429b796e4aa569 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9baf9dd9935a7859279901c0e0d08a1 = $(`<div id="html_e9baf9dd9935a7859279901c0e0d08a1" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com:443</div>`)[0];
|
|
popup_8cd6e230852cc1191b429b796e4aa569.setContent(html_e9baf9dd9935a7859279901c0e0d08a1);
|
|
|
|
|
|
|
|
marker_cdea9cdf59b17d2ee0e20910c483e07c.bindPopup(popup_8cd6e230852cc1191b429b796e4aa569)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cdea9cdf59b17d2ee0e20910c483e07c.setIcon(icon_86e0f1123594efbf15cf03ea6ccc4009);
|
|
|
|
|
|
var marker_bc5ce180bfd5ce2e881a955729bab46e = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_90f8724928659f2aa480606e67945753 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_673a6efa0125f468f8ad4e4fc79a0ff4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08485f46e61294d7d09832c61f627ba2 = $(`<div id="html_08485f46e61294d7d09832c61f627ba2" style="width: 100.0%; height: 100.0%;">nostr.wild-vibes.ts.net</div>`)[0];
|
|
popup_673a6efa0125f468f8ad4e4fc79a0ff4.setContent(html_08485f46e61294d7d09832c61f627ba2);
|
|
|
|
|
|
|
|
marker_bc5ce180bfd5ce2e881a955729bab46e.bindPopup(popup_673a6efa0125f468f8ad4e4fc79a0ff4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc5ce180bfd5ce2e881a955729bab46e.setIcon(icon_90f8724928659f2aa480606e67945753);
|
|
|
|
|
|
var marker_b12a1008a40848e77b3e01838029cc22 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_5c277bc15d7aae6f904cbeeae6b77c1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_121ed1a855d83997bebe6a9d7cd63d16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2268393e394fedd2e1f84edccb5b596f = $(`<div id="html_2268393e394fedd2e1f84edccb5b596f" style="width: 100.0%; height: 100.0%;">nostr2.thalheim.io</div>`)[0];
|
|
popup_121ed1a855d83997bebe6a9d7cd63d16.setContent(html_2268393e394fedd2e1f84edccb5b596f);
|
|
|
|
|
|
|
|
marker_b12a1008a40848e77b3e01838029cc22.bindPopup(popup_121ed1a855d83997bebe6a9d7cd63d16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b12a1008a40848e77b3e01838029cc22.setIcon(icon_5c277bc15d7aae6f904cbeeae6b77c1f);
|
|
|
|
|
|
var marker_378bd7b921488106b022970980de4af5 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_f6af909a087c5e4fdda9d61dc7142684 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50645628503ab5a0b3c4d02bf1165544 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c546f4d13f6a9029322ed9fe7697f0d7 = $(`<div id="html_c546f4d13f6a9029322ed9fe7697f0d7" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_50645628503ab5a0b3c4d02bf1165544.setContent(html_c546f4d13f6a9029322ed9fe7697f0d7);
|
|
|
|
|
|
|
|
marker_378bd7b921488106b022970980de4af5.bindPopup(popup_50645628503ab5a0b3c4d02bf1165544)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_378bd7b921488106b022970980de4af5.setIcon(icon_f6af909a087c5e4fdda9d61dc7142684);
|
|
|
|
|
|
var marker_61f928592cb4cf5a8da2e7fcaa5ac13e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_3373b61c310880fb02e11e5d44d6e1ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_789f92b62a90ded7d95da16443bce92c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fbf34a581d4a4d44b582a5a2466511f = $(`<div id="html_0fbf34a581d4a4d44b582a5a2466511f" style="width: 100.0%; height: 100.0%;">relay.mostro.network:443</div>`)[0];
|
|
popup_789f92b62a90ded7d95da16443bce92c.setContent(html_0fbf34a581d4a4d44b582a5a2466511f);
|
|
|
|
|
|
|
|
marker_61f928592cb4cf5a8da2e7fcaa5ac13e.bindPopup(popup_789f92b62a90ded7d95da16443bce92c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61f928592cb4cf5a8da2e7fcaa5ac13e.setIcon(icon_3373b61c310880fb02e11e5d44d6e1ef);
|
|
|
|
|
|
var marker_0687aef627d5912964a77dcb8dc493e5 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_47db9f15e509ebe7cd80599165b22c33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c235820ab548a59271d43a9a56f90c9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b410af449e056a93e3f5e916b5f3943f = $(`<div id="html_b410af449e056a93e3f5e916b5f3943f" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io:443</div>`)[0];
|
|
popup_c235820ab548a59271d43a9a56f90c9f.setContent(html_b410af449e056a93e3f5e916b5f3943f);
|
|
|
|
|
|
|
|
marker_0687aef627d5912964a77dcb8dc493e5.bindPopup(popup_c235820ab548a59271d43a9a56f90c9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0687aef627d5912964a77dcb8dc493e5.setIcon(icon_47db9f15e509ebe7cd80599165b22c33);
|
|
|
|
|
|
var marker_b1350581c07a1359b3fda2234daea3b8 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_22f94b0d2e0076a3fc215e65bbdfd3ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd2a9a61dbc29e260f2076ed124b484b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25cd40d1e5265bf23ba01d722894e610 = $(`<div id="html_25cd40d1e5265bf23ba01d722894e610" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx:443</div>`)[0];
|
|
popup_dd2a9a61dbc29e260f2076ed124b484b.setContent(html_25cd40d1e5265bf23ba01d722894e610);
|
|
|
|
|
|
|
|
marker_b1350581c07a1359b3fda2234daea3b8.bindPopup(popup_dd2a9a61dbc29e260f2076ed124b484b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1350581c07a1359b3fda2234daea3b8.setIcon(icon_22f94b0d2e0076a3fc215e65bbdfd3ca);
|
|
|
|
|
|
var marker_1050d52873a8aad6945deceba15f89d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_5ab8d0fa556a8a5b1a5db2db89d8cda4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88f11188d38807caf0cc8546158e600d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdd3d388b1f939aaf9f0cb6fa1a22b1e = $(`<div id="html_bdd3d388b1f939aaf9f0cb6fa1a22b1e" style="width: 100.0%; height: 100.0%;">nostr.sovereignservices.xyz</div>`)[0];
|
|
popup_88f11188d38807caf0cc8546158e600d.setContent(html_bdd3d388b1f939aaf9f0cb6fa1a22b1e);
|
|
|
|
|
|
|
|
marker_1050d52873a8aad6945deceba15f89d3.bindPopup(popup_88f11188d38807caf0cc8546158e600d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1050d52873a8aad6945deceba15f89d3.setIcon(icon_5ab8d0fa556a8a5b1a5db2db89d8cda4);
|
|
|
|
|
|
var marker_0ffbd972b98e15711ddb8cc3255b7c30 = L.marker(
|
|
[34.1749, -118.54],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_e5e8081a120fc16848da207273cc70c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_423c28e0d758c2d03fac082e9fee4396 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7613d204a78fd44f1725592ef144a006 = $(`<div id="html_7613d204a78fd44f1725592ef144a006" style="width: 100.0%; height: 100.0%;">relay.earthly.city</div>`)[0];
|
|
popup_423c28e0d758c2d03fac082e9fee4396.setContent(html_7613d204a78fd44f1725592ef144a006);
|
|
|
|
|
|
|
|
marker_0ffbd972b98e15711ddb8cc3255b7c30.bindPopup(popup_423c28e0d758c2d03fac082e9fee4396)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ffbd972b98e15711ddb8cc3255b7c30.setIcon(icon_e5e8081a120fc16848da207273cc70c2);
|
|
|
|
|
|
var marker_58b4908d41d0193138728c9d97831546 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_a7783f2b46e7c53d4c595cc6dfbac806 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42e1d36fd7bbf711943dd57787fb1fcf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_018a6c2a9b7a89e5645e669e5d329586 = $(`<div id="html_018a6c2a9b7a89e5645e669e5d329586" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_42e1d36fd7bbf711943dd57787fb1fcf.setContent(html_018a6c2a9b7a89e5645e669e5d329586);
|
|
|
|
|
|
|
|
marker_58b4908d41d0193138728c9d97831546.bindPopup(popup_42e1d36fd7bbf711943dd57787fb1fcf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58b4908d41d0193138728c9d97831546.setIcon(icon_a7783f2b46e7c53d4c595cc6dfbac806);
|
|
|
|
|
|
var marker_c1c6f9134e738adc40e1e7e077900e8d = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_352cab3c946ff6d6630004a2a361f911 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_842c03fcc21ddfef6bf91a540480c3b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f406df104d5ecae3b9eca979ec84befb = $(`<div id="html_f406df104d5ecae3b9eca979ec84befb" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_842c03fcc21ddfef6bf91a540480c3b1.setContent(html_f406df104d5ecae3b9eca979ec84befb);
|
|
|
|
|
|
|
|
marker_c1c6f9134e738adc40e1e7e077900e8d.bindPopup(popup_842c03fcc21ddfef6bf91a540480c3b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1c6f9134e738adc40e1e7e077900e8d.setIcon(icon_352cab3c946ff6d6630004a2a361f911);
|
|
|
|
|
|
var marker_564512e008f64bb5c02d771f565b6490 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_a3fa767d1b9be7a013b58d3028c8812a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dafff87f7bc0952ff7501a00aa331248 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_220b87fb39b8d6ad86c6b419f60af8b7 = $(`<div id="html_220b87fb39b8d6ad86c6b419f60af8b7" style="width: 100.0%; height: 100.0%;">bitcoiner.social:443</div>`)[0];
|
|
popup_dafff87f7bc0952ff7501a00aa331248.setContent(html_220b87fb39b8d6ad86c6b419f60af8b7);
|
|
|
|
|
|
|
|
marker_564512e008f64bb5c02d771f565b6490.bindPopup(popup_dafff87f7bc0952ff7501a00aa331248)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_564512e008f64bb5c02d771f565b6490.setIcon(icon_a3fa767d1b9be7a013b58d3028c8812a);
|
|
|
|
|
|
var marker_8167764452f86b02cffd33e9eb43ae0e = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_b94f8bb51ac4135d62021d620bc2e583 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5442d50aea9fa206f230402f1d22595d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8bb4369caacf2d31056b9dd7e850951 = $(`<div id="html_e8bb4369caacf2d31056b9dd7e850951" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_5442d50aea9fa206f230402f1d22595d.setContent(html_e8bb4369caacf2d31056b9dd7e850951);
|
|
|
|
|
|
|
|
marker_8167764452f86b02cffd33e9eb43ae0e.bindPopup(popup_5442d50aea9fa206f230402f1d22595d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8167764452f86b02cffd33e9eb43ae0e.setIcon(icon_b94f8bb51ac4135d62021d620bc2e583);
|
|
|
|
|
|
var marker_ad6bdb6f625fa0a463c4e449ff5e512d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_45ad784fda8b61dd7e15ec1073e2a8aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f97245e33fb5fc495ff8c2400a50d3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf828109dde259cfb3e1b54f41e79ad5 = $(`<div id="html_cf828109dde259cfb3e1b54f41e79ad5" style="width: 100.0%; height: 100.0%;">relay.olas.app:443</div>`)[0];
|
|
popup_5f97245e33fb5fc495ff8c2400a50d3d.setContent(html_cf828109dde259cfb3e1b54f41e79ad5);
|
|
|
|
|
|
|
|
marker_ad6bdb6f625fa0a463c4e449ff5e512d.bindPopup(popup_5f97245e33fb5fc495ff8c2400a50d3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad6bdb6f625fa0a463c4e449ff5e512d.setIcon(icon_45ad784fda8b61dd7e15ec1073e2a8aa);
|
|
|
|
|
|
var marker_17ee3f01f807cf1a199cc08bb0d93de4 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_1bfe7817d97219cc1b6e59fbde98c174 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f96a8e7364d60e929f7e866aa10b9e6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e3b3b76b3e5942a7a70a78cf04a1332 = $(`<div id="html_2e3b3b76b3e5942a7a70a78cf04a1332" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_f96a8e7364d60e929f7e866aa10b9e6b.setContent(html_2e3b3b76b3e5942a7a70a78cf04a1332);
|
|
|
|
|
|
|
|
marker_17ee3f01f807cf1a199cc08bb0d93de4.bindPopup(popup_f96a8e7364d60e929f7e866aa10b9e6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17ee3f01f807cf1a199cc08bb0d93de4.setIcon(icon_1bfe7817d97219cc1b6e59fbde98c174);
|
|
|
|
|
|
var marker_d7df3dae4bb9d47e1ddba7e28cca20d1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_bfc3d130cacf42d8476c0e719369eb5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_152e5e4a1a748786db086753a5c94368 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_844cfa956ebde855f0ac6ceca6ff9b19 = $(`<div id="html_844cfa956ebde855f0ac6ceca6ff9b19" style="width: 100.0%; height: 100.0%;">relay.fountain.fm:443</div>`)[0];
|
|
popup_152e5e4a1a748786db086753a5c94368.setContent(html_844cfa956ebde855f0ac6ceca6ff9b19);
|
|
|
|
|
|
|
|
marker_d7df3dae4bb9d47e1ddba7e28cca20d1.bindPopup(popup_152e5e4a1a748786db086753a5c94368)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7df3dae4bb9d47e1ddba7e28cca20d1.setIcon(icon_bfc3d130cacf42d8476c0e719369eb5a);
|
|
|
|
|
|
var marker_c1be87526aa32b1cbf7173bafe4a9a9d = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_abf5abe78087c2fa20e9f860067994ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_635d68e3c138ad1cb563becafc9a5342 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_572f2318cc09054520911db6c73a0285 = $(`<div id="html_572f2318cc09054520911db6c73a0285" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_635d68e3c138ad1cb563becafc9a5342.setContent(html_572f2318cc09054520911db6c73a0285);
|
|
|
|
|
|
|
|
marker_c1be87526aa32b1cbf7173bafe4a9a9d.bindPopup(popup_635d68e3c138ad1cb563becafc9a5342)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1be87526aa32b1cbf7173bafe4a9a9d.setIcon(icon_abf5abe78087c2fa20e9f860067994ae);
|
|
|
|
|
|
var marker_8a97b42d284e9d36ae47a40d172ff7f2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_8dd80e3c2f8c8b0173aa13275b472b41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_066d4c8a1caf78cf15164b0edd41d560 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51785129e1e22849f1a60704c9bfba07 = $(`<div id="html_51785129e1e22849f1a60704c9bfba07" style="width: 100.0%; height: 100.0%;">relay.inforsupports.com</div>`)[0];
|
|
popup_066d4c8a1caf78cf15164b0edd41d560.setContent(html_51785129e1e22849f1a60704c9bfba07);
|
|
|
|
|
|
|
|
marker_8a97b42d284e9d36ae47a40d172ff7f2.bindPopup(popup_066d4c8a1caf78cf15164b0edd41d560)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a97b42d284e9d36ae47a40d172ff7f2.setIcon(icon_8dd80e3c2f8c8b0173aa13275b472b41);
|
|
|
|
|
|
var marker_a7d36732aa6bc98e8842aca131468254 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_d7cf28e289ffe41e1000ad1e4c3a4349 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7442940e716060621c9116cf73f22b77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fc874c8e7577b9f316e9b0d79e91cfa = $(`<div id="html_9fc874c8e7577b9f316e9b0d79e91cfa" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_7442940e716060621c9116cf73f22b77.setContent(html_9fc874c8e7577b9f316e9b0d79e91cfa);
|
|
|
|
|
|
|
|
marker_a7d36732aa6bc98e8842aca131468254.bindPopup(popup_7442940e716060621c9116cf73f22b77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7d36732aa6bc98e8842aca131468254.setIcon(icon_d7cf28e289ffe41e1000ad1e4c3a4349);
|
|
|
|
|
|
var marker_115ea2ab9e3b827cbb37dd2586f0c8f5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_81c4b33317936cb59f6ba99bd81e2ee5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6b9afd69a114606a9326e27c8db70a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36fc1c2ce5a29748e97c8f2193a71c90 = $(`<div id="html_36fc1c2ce5a29748e97c8f2193a71c90" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st:443</div>`)[0];
|
|
popup_e6b9afd69a114606a9326e27c8db70a0.setContent(html_36fc1c2ce5a29748e97c8f2193a71c90);
|
|
|
|
|
|
|
|
marker_115ea2ab9e3b827cbb37dd2586f0c8f5.bindPopup(popup_e6b9afd69a114606a9326e27c8db70a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_115ea2ab9e3b827cbb37dd2586f0c8f5.setIcon(icon_81c4b33317936cb59f6ba99bd81e2ee5);
|
|
|
|
|
|
var marker_e324a4427bf9d01ce26135b38a240ceb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_826b428d8487394ecea7e7e09f0b40c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f24eb2b5520565612dc9600aa65075b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_454206d4ee3be5f09c7008e606f2f573 = $(`<div id="html_454206d4ee3be5f09c7008e606f2f573" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_8f24eb2b5520565612dc9600aa65075b.setContent(html_454206d4ee3be5f09c7008e606f2f573);
|
|
|
|
|
|
|
|
marker_e324a4427bf9d01ce26135b38a240ceb.bindPopup(popup_8f24eb2b5520565612dc9600aa65075b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e324a4427bf9d01ce26135b38a240ceb.setIcon(icon_826b428d8487394ecea7e7e09f0b40c4);
|
|
|
|
|
|
var marker_79ba0b27efb0a46e3233c49ac3212960 = L.marker(
|
|
[51.5717, 3.70417],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_53200330a51d43ea48cd2749c12b4b2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc031452356bcf7586c6f877b2c325ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54096a61d11c36b4d6c1f690e9c124a9 = $(`<div id="html_54096a61d11c36b4d6c1f690e9c124a9" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_fc031452356bcf7586c6f877b2c325ea.setContent(html_54096a61d11c36b4d6c1f690e9c124a9);
|
|
|
|
|
|
|
|
marker_79ba0b27efb0a46e3233c49ac3212960.bindPopup(popup_fc031452356bcf7586c6f877b2c325ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79ba0b27efb0a46e3233c49ac3212960.setIcon(icon_53200330a51d43ea48cd2749c12b4b2d);
|
|
|
|
|
|
var marker_5339d33bced57a57e9832e5746112dd7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_5030f02ecc57b646a127ce288e32e1e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83d36194b88b6f388eb21d6e2f333bda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a051f4cb6ae82123f846f8d458dfa604 = $(`<div id="html_a051f4cb6ae82123f846f8d458dfa604" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_83d36194b88b6f388eb21d6e2f333bda.setContent(html_a051f4cb6ae82123f846f8d458dfa604);
|
|
|
|
|
|
|
|
marker_5339d33bced57a57e9832e5746112dd7.bindPopup(popup_83d36194b88b6f388eb21d6e2f333bda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5339d33bced57a57e9832e5746112dd7.setIcon(icon_5030f02ecc57b646a127ce288e32e1e0);
|
|
|
|
|
|
var marker_b2c4424f4c2a5993e5660e42800994ee = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_e11498903cce5d78fef9b393c474dd30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91297e6468aec3c997242e64957446f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd32bb1adafdd63a75a0022332397f60 = $(`<div id="html_fd32bb1adafdd63a75a0022332397f60" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_91297e6468aec3c997242e64957446f4.setContent(html_fd32bb1adafdd63a75a0022332397f60);
|
|
|
|
|
|
|
|
marker_b2c4424f4c2a5993e5660e42800994ee.bindPopup(popup_91297e6468aec3c997242e64957446f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2c4424f4c2a5993e5660e42800994ee.setIcon(icon_e11498903cce5d78fef9b393c474dd30);
|
|
|
|
|
|
var marker_7250e28a04fd7f2728462a29ef2ce49c = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_9701831ab0427fac7b03f9e7b7d2be0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3958a89598a8c15487308360a5e50883 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48d5c48c67399cfa77a163c88c2ed31c = $(`<div id="html_48d5c48c67399cfa77a163c88c2ed31c" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_3958a89598a8c15487308360a5e50883.setContent(html_48d5c48c67399cfa77a163c88c2ed31c);
|
|
|
|
|
|
|
|
marker_7250e28a04fd7f2728462a29ef2ce49c.bindPopup(popup_3958a89598a8c15487308360a5e50883)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7250e28a04fd7f2728462a29ef2ce49c.setIcon(icon_9701831ab0427fac7b03f9e7b7d2be0f);
|
|
|
|
|
|
var marker_de3ba21e74ce737c12b90be41cd33345 = L.marker(
|
|
[52.6907, 4.8181],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_8ac51c96dbed9510043e659d6a9ff1fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e74b8ed881ede7fd266b926a17dc4bde = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45e21de2720a27cf2573f84273310e4c = $(`<div id="html_45e21de2720a27cf2573f84273310e4c" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space:443</div>`)[0];
|
|
popup_e74b8ed881ede7fd266b926a17dc4bde.setContent(html_45e21de2720a27cf2573f84273310e4c);
|
|
|
|
|
|
|
|
marker_de3ba21e74ce737c12b90be41cd33345.bindPopup(popup_e74b8ed881ede7fd266b926a17dc4bde)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de3ba21e74ce737c12b90be41cd33345.setIcon(icon_8ac51c96dbed9510043e659d6a9ff1fe);
|
|
|
|
|
|
var marker_eab085f0078ab5fa28cb2cbc42b50d09 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_f1e729aacb47aab61f988927a95e989f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d23b613f6e75bb86c4280915da85c916 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73dcedf7ab2f639888ad2b62d237a588 = $(`<div id="html_73dcedf7ab2f639888ad2b62d237a588" style="width: 100.0%; height: 100.0%;">relay.mypathtofire.de</div>`)[0];
|
|
popup_d23b613f6e75bb86c4280915da85c916.setContent(html_73dcedf7ab2f639888ad2b62d237a588);
|
|
|
|
|
|
|
|
marker_eab085f0078ab5fa28cb2cbc42b50d09.bindPopup(popup_d23b613f6e75bb86c4280915da85c916)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eab085f0078ab5fa28cb2cbc42b50d09.setIcon(icon_f1e729aacb47aab61f988927a95e989f);
|
|
|
|
|
|
var marker_437ff84b20ecd0bbf95af5ead2444957 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_2ef0d0aa4ddea06265fac306e971f736 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d53ad504a78dc97e8abe3a3f874a5eb3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf2a9f3b70c8076f74fe0a019fbc1919 = $(`<div id="html_cf2a9f3b70c8076f74fe0a019fbc1919" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_d53ad504a78dc97e8abe3a3f874a5eb3.setContent(html_cf2a9f3b70c8076f74fe0a019fbc1919);
|
|
|
|
|
|
|
|
marker_437ff84b20ecd0bbf95af5ead2444957.bindPopup(popup_d53ad504a78dc97e8abe3a3f874a5eb3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_437ff84b20ecd0bbf95af5ead2444957.setIcon(icon_2ef0d0aa4ddea06265fac306e971f736);
|
|
|
|
|
|
var marker_7e9a2829dcd7c34eff7094d7da5f6e07 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_b652a00b37acdfff4c4dd532133aa595 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c93beeb76b75fcdf5a998289f37e1827 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2822da58369bc5ceb6611184f9caa58a = $(`<div id="html_2822da58369bc5ceb6611184f9caa58a" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_c93beeb76b75fcdf5a998289f37e1827.setContent(html_2822da58369bc5ceb6611184f9caa58a);
|
|
|
|
|
|
|
|
marker_7e9a2829dcd7c34eff7094d7da5f6e07.bindPopup(popup_c93beeb76b75fcdf5a998289f37e1827)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e9a2829dcd7c34eff7094d7da5f6e07.setIcon(icon_b652a00b37acdfff4c4dd532133aa595);
|
|
|
|
|
|
var marker_841e8fdebc8b8622512f76ae323d32f6 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_b344a982070567e6b1d7eaedafa542ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bba46d98c402f9be1b2ec600eb1c8b3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc0c2a17d85c2424a49e29ca15a7a010 = $(`<div id="html_fc0c2a17d85c2424a49e29ca15a7a010" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_bba46d98c402f9be1b2ec600eb1c8b3b.setContent(html_fc0c2a17d85c2424a49e29ca15a7a010);
|
|
|
|
|
|
|
|
marker_841e8fdebc8b8622512f76ae323d32f6.bindPopup(popup_bba46d98c402f9be1b2ec600eb1c8b3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_841e8fdebc8b8622512f76ae323d32f6.setIcon(icon_b344a982070567e6b1d7eaedafa542ee);
|
|
|
|
|
|
var marker_2081583bde23f244c895755718c30525 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_9452e098b70c5c4e3ab22d8aa8be5260 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3626c9e7783e56e23ac0a9dd2f3f48a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc28a723547dabe7568504dccdd33f9a = $(`<div id="html_dc28a723547dabe7568504dccdd33f9a" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_3626c9e7783e56e23ac0a9dd2f3f48a7.setContent(html_dc28a723547dabe7568504dccdd33f9a);
|
|
|
|
|
|
|
|
marker_2081583bde23f244c895755718c30525.bindPopup(popup_3626c9e7783e56e23ac0a9dd2f3f48a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2081583bde23f244c895755718c30525.setIcon(icon_9452e098b70c5c4e3ab22d8aa8be5260);
|
|
|
|
|
|
var marker_e9d21ef71da6979b2b3babb0eae273ac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_91d493842ec84a90a0a1ac2839840829 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_020981c581d57c412c031446a11856dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8979a03af1eab5335436907884459ec1 = $(`<div id="html_8979a03af1eab5335436907884459ec1" style="width: 100.0%; height: 100.0%;">wot.utxo.one</div>`)[0];
|
|
popup_020981c581d57c412c031446a11856dc.setContent(html_8979a03af1eab5335436907884459ec1);
|
|
|
|
|
|
|
|
marker_e9d21ef71da6979b2b3babb0eae273ac.bindPopup(popup_020981c581d57c412c031446a11856dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9d21ef71da6979b2b3babb0eae273ac.setIcon(icon_91d493842ec84a90a0a1ac2839840829);
|
|
|
|
|
|
var marker_729dd30ec41e35987272ea3676ff5f6b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_f834a6dbf2e2dcd531cede848e9dd8b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1077cf2b2b4ca16ca9c628643db33bcf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a84bd8f33b909498ca1b212458b2cab = $(`<div id="html_4a84bd8f33b909498ca1b212458b2cab" style="width: 100.0%; height: 100.0%;">nostr.easycryptosend.it</div>`)[0];
|
|
popup_1077cf2b2b4ca16ca9c628643db33bcf.setContent(html_4a84bd8f33b909498ca1b212458b2cab);
|
|
|
|
|
|
|
|
marker_729dd30ec41e35987272ea3676ff5f6b.bindPopup(popup_1077cf2b2b4ca16ca9c628643db33bcf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_729dd30ec41e35987272ea3676ff5f6b.setIcon(icon_f834a6dbf2e2dcd531cede848e9dd8b8);
|
|
|
|
|
|
var marker_40dc0bb857854ee9549d9fcbdafe1b41 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_19eaf96295f64d58fd4ddc1534b9bbda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e6075e5695c7b1bbf60056d81f379dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85f3003225159ec12b1d73f181fda3dd = $(`<div id="html_85f3003225159ec12b1d73f181fda3dd" style="width: 100.0%; height: 100.0%;">relay.ditto.pub:443</div>`)[0];
|
|
popup_2e6075e5695c7b1bbf60056d81f379dd.setContent(html_85f3003225159ec12b1d73f181fda3dd);
|
|
|
|
|
|
|
|
marker_40dc0bb857854ee9549d9fcbdafe1b41.bindPopup(popup_2e6075e5695c7b1bbf60056d81f379dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40dc0bb857854ee9549d9fcbdafe1b41.setIcon(icon_19eaf96295f64d58fd4ddc1534b9bbda);
|
|
|
|
|
|
var marker_9040f723e299a6a3898825d78050616f = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_03f076fe404042cb9d4507d1c0bb7553 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb58e220bb2b887ad796b35432d5849f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57ff7d123f8adcdb87fe47858804b9cd = $(`<div id="html_57ff7d123f8adcdb87fe47858804b9cd" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org:443</div>`)[0];
|
|
popup_cb58e220bb2b887ad796b35432d5849f.setContent(html_57ff7d123f8adcdb87fe47858804b9cd);
|
|
|
|
|
|
|
|
marker_9040f723e299a6a3898825d78050616f.bindPopup(popup_cb58e220bb2b887ad796b35432d5849f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9040f723e299a6a3898825d78050616f.setIcon(icon_03f076fe404042cb9d4507d1c0bb7553);
|
|
|
|
|
|
var marker_4a78dc48108f26a3efc05e6bf4d53465 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_621d737533c68edba1f4e413c1197878 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1806ffb10b0445c82a1bdd597f0960a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f07a947311fae185fa0b22506f4d234d = $(`<div id="html_f07a947311fae185fa0b22506f4d234d" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_b1806ffb10b0445c82a1bdd597f0960a.setContent(html_f07a947311fae185fa0b22506f4d234d);
|
|
|
|
|
|
|
|
marker_4a78dc48108f26a3efc05e6bf4d53465.bindPopup(popup_b1806ffb10b0445c82a1bdd597f0960a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a78dc48108f26a3efc05e6bf4d53465.setIcon(icon_621d737533c68edba1f4e413c1197878);
|
|
|
|
|
|
var marker_ecef6a998026ec30dc26b97027a2edce = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_64c6d11944223b2a33a092cc31bd3d1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bcfe3ad20e9aae7b58aaa95b330f0780 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c848ff0f7ce506a6501f8bbe947fcea0 = $(`<div id="html_c848ff0f7ce506a6501f8bbe947fcea0" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_bcfe3ad20e9aae7b58aaa95b330f0780.setContent(html_c848ff0f7ce506a6501f8bbe947fcea0);
|
|
|
|
|
|
|
|
marker_ecef6a998026ec30dc26b97027a2edce.bindPopup(popup_bcfe3ad20e9aae7b58aaa95b330f0780)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ecef6a998026ec30dc26b97027a2edce.setIcon(icon_64c6d11944223b2a33a092cc31bd3d1c);
|
|
|
|
|
|
var marker_75ad137457362007a0f58905a8f86e53 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_b1fd7b23831709d9b34ad4c6b7390660 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87e7a4e7ee128defbff0bf82fd4ed87b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f1b0dd6999e136f0ebebf1fbd472442 = $(`<div id="html_3f1b0dd6999e136f0ebebf1fbd472442" style="width: 100.0%; height: 100.0%;">relay.wisp.talk</div>`)[0];
|
|
popup_87e7a4e7ee128defbff0bf82fd4ed87b.setContent(html_3f1b0dd6999e136f0ebebf1fbd472442);
|
|
|
|
|
|
|
|
marker_75ad137457362007a0f58905a8f86e53.bindPopup(popup_87e7a4e7ee128defbff0bf82fd4ed87b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75ad137457362007a0f58905a8f86e53.setIcon(icon_b1fd7b23831709d9b34ad4c6b7390660);
|
|
|
|
|
|
var marker_b6ef51a38f3d91254ad9b48988766960 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_6066c00ed119fed7bc35a096fd876a3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f4b9a75eea45dc5e918d4977340bda8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d099a354edc0f32906fd40f2f3afb4ba = $(`<div id="html_d099a354edc0f32906fd40f2f3afb4ba" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_2f4b9a75eea45dc5e918d4977340bda8.setContent(html_d099a354edc0f32906fd40f2f3afb4ba);
|
|
|
|
|
|
|
|
marker_b6ef51a38f3d91254ad9b48988766960.bindPopup(popup_2f4b9a75eea45dc5e918d4977340bda8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6ef51a38f3d91254ad9b48988766960.setIcon(icon_6066c00ed119fed7bc35a096fd876a3c);
|
|
|
|
|
|
var marker_bc78476eba244369157a130832f83a5c = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_e7888747f6e48ff3a42302356dead7fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10feafbef3f034189a31778b5bd3317b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bed10062f78bae4a1260d5a895806024 = $(`<div id="html_bed10062f78bae4a1260d5a895806024" style="width: 100.0%; height: 100.0%;">relay2.orangesync.tech</div>`)[0];
|
|
popup_10feafbef3f034189a31778b5bd3317b.setContent(html_bed10062f78bae4a1260d5a895806024);
|
|
|
|
|
|
|
|
marker_bc78476eba244369157a130832f83a5c.bindPopup(popup_10feafbef3f034189a31778b5bd3317b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc78476eba244369157a130832f83a5c.setIcon(icon_e7888747f6e48ff3a42302356dead7fb);
|
|
|
|
|
|
var marker_381ed044eac7825747cb768971f85260 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_7a8dcc731a23a02da9444fbae8b4968a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_745460e615f78c4ad9832faeb91ede62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_239cb97fc4f3b525002afdccb3917abe = $(`<div id="html_239cb97fc4f3b525002afdccb3917abe" style="width: 100.0%; height: 100.0%;">relay.openresist.com:443</div>`)[0];
|
|
popup_745460e615f78c4ad9832faeb91ede62.setContent(html_239cb97fc4f3b525002afdccb3917abe);
|
|
|
|
|
|
|
|
marker_381ed044eac7825747cb768971f85260.bindPopup(popup_745460e615f78c4ad9832faeb91ede62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_381ed044eac7825747cb768971f85260.setIcon(icon_7a8dcc731a23a02da9444fbae8b4968a);
|
|
|
|
|
|
var marker_96463b77b0564a1169f096a805bb77fc = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_c3ce287b624b5cdfe63ef6a42c798590 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95ab442f22bf8df4582628b0242e3e7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d11a2ffbbf71a36e2e7af0756f612ebe = $(`<div id="html_d11a2ffbbf71a36e2e7af0756f612ebe" style="width: 100.0%; height: 100.0%;">nostr.data.haus:443</div>`)[0];
|
|
popup_95ab442f22bf8df4582628b0242e3e7a.setContent(html_d11a2ffbbf71a36e2e7af0756f612ebe);
|
|
|
|
|
|
|
|
marker_96463b77b0564a1169f096a805bb77fc.bindPopup(popup_95ab442f22bf8df4582628b0242e3e7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96463b77b0564a1169f096a805bb77fc.setIcon(icon_c3ce287b624b5cdfe63ef6a42c798590);
|
|
|
|
|
|
var marker_08b74a5807497d5ae84f25fd9a4d130a = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_0a002045156bc934d595290c183f0a35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5c684d0e34e77d4c52a24295244115c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e1af91f837313b2c10faa177371edc9 = $(`<div id="html_5e1af91f837313b2c10faa177371edc9" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_d5c684d0e34e77d4c52a24295244115c.setContent(html_5e1af91f837313b2c10faa177371edc9);
|
|
|
|
|
|
|
|
marker_08b74a5807497d5ae84f25fd9a4d130a.bindPopup(popup_d5c684d0e34e77d4c52a24295244115c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08b74a5807497d5ae84f25fd9a4d130a.setIcon(icon_0a002045156bc934d595290c183f0a35);
|
|
|
|
|
|
var marker_383bde0f97d130bda92e1d70f905f251 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_b712da86a92b968ae38b0fe8cb2e373c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_560b1124d01563fe008d6b54ed8bf4ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e798c024d31b6e3d6b7717e25cab5474 = $(`<div id="html_e798c024d31b6e3d6b7717e25cab5474" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com:443</div>`)[0];
|
|
popup_560b1124d01563fe008d6b54ed8bf4ae.setContent(html_e798c024d31b6e3d6b7717e25cab5474);
|
|
|
|
|
|
|
|
marker_383bde0f97d130bda92e1d70f905f251.bindPopup(popup_560b1124d01563fe008d6b54ed8bf4ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_383bde0f97d130bda92e1d70f905f251.setIcon(icon_b712da86a92b968ae38b0fe8cb2e373c);
|
|
|
|
|
|
var marker_e564da2c5c7bd6c860649776c6d29cd4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_c0519facbed19379a3cfaf084fa6313e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08aabc5b50fb169349f2918d0d765c4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6e0338e11f15b6a867ae782ccf373b3 = $(`<div id="html_c6e0338e11f15b6a867ae782ccf373b3" style="width: 100.0%; height: 100.0%;">relay.solife.me</div>`)[0];
|
|
popup_08aabc5b50fb169349f2918d0d765c4a.setContent(html_c6e0338e11f15b6a867ae782ccf373b3);
|
|
|
|
|
|
|
|
marker_e564da2c5c7bd6c860649776c6d29cd4.bindPopup(popup_08aabc5b50fb169349f2918d0d765c4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e564da2c5c7bd6c860649776c6d29cd4.setIcon(icon_c0519facbed19379a3cfaf084fa6313e);
|
|
|
|
|
|
var marker_281a775de754565a482e534f179174bc = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_10f984da43ac5bba177294a8b1e1f0a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52f01ddac516a17d2005f1086e3974b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61415141a92883ed85242b82ef70fe66 = $(`<div id="html_61415141a92883ed85242b82ef70fe66" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_52f01ddac516a17d2005f1086e3974b6.setContent(html_61415141a92883ed85242b82ef70fe66);
|
|
|
|
|
|
|
|
marker_281a775de754565a482e534f179174bc.bindPopup(popup_52f01ddac516a17d2005f1086e3974b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_281a775de754565a482e534f179174bc.setIcon(icon_10f984da43ac5bba177294a8b1e1f0a5);
|
|
|
|
|
|
var marker_4ce347005c3f28dd46caba2571b00086 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_428d67db47e3c7309af6e11f16852825 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fca0bce348c4e1910bd64d0d8ebd30ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b37b70edc623e43a8348d818f9c17cc = $(`<div id="html_8b37b70edc623e43a8348d818f9c17cc" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com:443</div>`)[0];
|
|
popup_fca0bce348c4e1910bd64d0d8ebd30ff.setContent(html_8b37b70edc623e43a8348d818f9c17cc);
|
|
|
|
|
|
|
|
marker_4ce347005c3f28dd46caba2571b00086.bindPopup(popup_fca0bce348c4e1910bd64d0d8ebd30ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ce347005c3f28dd46caba2571b00086.setIcon(icon_428d67db47e3c7309af6e11f16852825);
|
|
|
|
|
|
var marker_32a56d620cae7de127bc2949e58736eb = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_c48f2397cab6a211d5acf0bdc59483eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c677117f9f08ee8cf27d20aaabb26f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbc344d70f1dc96cc6c2f6f2b33dca81 = $(`<div id="html_fbc344d70f1dc96cc6c2f6f2b33dca81" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_4c677117f9f08ee8cf27d20aaabb26f5.setContent(html_fbc344d70f1dc96cc6c2f6f2b33dca81);
|
|
|
|
|
|
|
|
marker_32a56d620cae7de127bc2949e58736eb.bindPopup(popup_4c677117f9f08ee8cf27d20aaabb26f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32a56d620cae7de127bc2949e58736eb.setIcon(icon_c48f2397cab6a211d5acf0bdc59483eb);
|
|
|
|
|
|
var marker_55efac1731eec0bb68ce295ff7113160 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_21a072c873b940ad36761db787a4cc63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff37cd9d146644b71894a33185dbe9d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86540ab56f7ac5c9b0d66de17d2c6ef4 = $(`<div id="html_86540ab56f7ac5c9b0d66de17d2c6ef4" style="width: 100.0%; height: 100.0%;">relay.sincensura.org</div>`)[0];
|
|
popup_ff37cd9d146644b71894a33185dbe9d9.setContent(html_86540ab56f7ac5c9b0d66de17d2c6ef4);
|
|
|
|
|
|
|
|
marker_55efac1731eec0bb68ce295ff7113160.bindPopup(popup_ff37cd9d146644b71894a33185dbe9d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55efac1731eec0bb68ce295ff7113160.setIcon(icon_21a072c873b940ad36761db787a4cc63);
|
|
|
|
|
|
var marker_02cc116186f55ca1109f9b235ccd3b9d = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_c3491b7d362ea4b2b5014be96cacbacc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43f13623e850e7e3214aa000e82734d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce89f4b961b84fb0d470271e285cf401 = $(`<div id="html_ce89f4b961b84fb0d470271e285cf401" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_43f13623e850e7e3214aa000e82734d1.setContent(html_ce89f4b961b84fb0d470271e285cf401);
|
|
|
|
|
|
|
|
marker_02cc116186f55ca1109f9b235ccd3b9d.bindPopup(popup_43f13623e850e7e3214aa000e82734d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02cc116186f55ca1109f9b235ccd3b9d.setIcon(icon_c3491b7d362ea4b2b5014be96cacbacc);
|
|
|
|
|
|
var marker_d83cdda24581deafc4ca49dd43ec2c25 = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_5ed8f0501f7c3dc99e86d17874418d5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02d392112215573ec0af1247a6d7f48f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e58270257bd7bc892873c60827cd164 = $(`<div id="html_1e58270257bd7bc892873c60827cd164" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_02d392112215573ec0af1247a6d7f48f.setContent(html_1e58270257bd7bc892873c60827cd164);
|
|
|
|
|
|
|
|
marker_d83cdda24581deafc4ca49dd43ec2c25.bindPopup(popup_02d392112215573ec0af1247a6d7f48f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d83cdda24581deafc4ca49dd43ec2c25.setIcon(icon_5ed8f0501f7c3dc99e86d17874418d5a);
|
|
|
|
|
|
var marker_a0ade64163470255d87296577b449366 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_ff45248ec178e38131bbe33ba0491b3c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae8688a17c7cc9d1f5c589958254ec16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed23f3c221c94764ee5bc390eef1e24e = $(`<div id="html_ed23f3c221c94764ee5bc390eef1e24e" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app:443</div>`)[0];
|
|
popup_ae8688a17c7cc9d1f5c589958254ec16.setContent(html_ed23f3c221c94764ee5bc390eef1e24e);
|
|
|
|
|
|
|
|
marker_a0ade64163470255d87296577b449366.bindPopup(popup_ae8688a17c7cc9d1f5c589958254ec16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0ade64163470255d87296577b449366.setIcon(icon_ff45248ec178e38131bbe33ba0491b3c);
|
|
|
|
|
|
var marker_52d6259db83eef420d5267c976b93c75 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_f3383008083cc3b6b2223028ad1d2655 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e697f2202c8c64c83729f6b09d930fc5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_532ea3094a7e98ed3dea279c93fae6da = $(`<div id="html_532ea3094a7e98ed3dea279c93fae6da" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_e697f2202c8c64c83729f6b09d930fc5.setContent(html_532ea3094a7e98ed3dea279c93fae6da);
|
|
|
|
|
|
|
|
marker_52d6259db83eef420d5267c976b93c75.bindPopup(popup_e697f2202c8c64c83729f6b09d930fc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52d6259db83eef420d5267c976b93c75.setIcon(icon_f3383008083cc3b6b2223028ad1d2655);
|
|
|
|
|
|
var marker_e67d142f75981d54177d67a1408cb3cf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_65ead51811b11d5537933e455c6b17d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e226d797059eeef14063f44f9ddeff0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2a66caa1f0a95f8b4cdf83b7555509a = $(`<div id="html_b2a66caa1f0a95f8b4cdf83b7555509a" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_4e226d797059eeef14063f44f9ddeff0.setContent(html_b2a66caa1f0a95f8b4cdf83b7555509a);
|
|
|
|
|
|
|
|
marker_e67d142f75981d54177d67a1408cb3cf.bindPopup(popup_4e226d797059eeef14063f44f9ddeff0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e67d142f75981d54177d67a1408cb3cf.setIcon(icon_65ead51811b11d5537933e455c6b17d2);
|
|
|
|
|
|
var marker_fbabb1c3b71c64eb198cbc39d7fdd3f9 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_bd249dc2ca689839bcda99ae84286b80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ee7b8e2e38bf1414c932d699b77f3cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df19cc9d19260a8206f1f489c3c507e4 = $(`<div id="html_df19cc9d19260a8206f1f489c3c507e4" style="width: 100.0%; height: 100.0%;">test.thedude.cloud</div>`)[0];
|
|
popup_7ee7b8e2e38bf1414c932d699b77f3cd.setContent(html_df19cc9d19260a8206f1f489c3c507e4);
|
|
|
|
|
|
|
|
marker_fbabb1c3b71c64eb198cbc39d7fdd3f9.bindPopup(popup_7ee7b8e2e38bf1414c932d699b77f3cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbabb1c3b71c64eb198cbc39d7fdd3f9.setIcon(icon_bd249dc2ca689839bcda99ae84286b80);
|
|
|
|
|
|
var marker_b6750fc47e0f18007d84210bc918c18e = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_0c91b8638db8a7b4e5c4f04bcede049b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_633b172f3dac010f2838df01ec2bf13b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37e4f9a6d636b196af7f31498f840a5c = $(`<div id="html_37e4f9a6d636b196af7f31498f840a5c" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_633b172f3dac010f2838df01ec2bf13b.setContent(html_37e4f9a6d636b196af7f31498f840a5c);
|
|
|
|
|
|
|
|
marker_b6750fc47e0f18007d84210bc918c18e.bindPopup(popup_633b172f3dac010f2838df01ec2bf13b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6750fc47e0f18007d84210bc918c18e.setIcon(icon_0c91b8638db8a7b4e5c4f04bcede049b);
|
|
|
|
|
|
var marker_1d3e6a04bb0103c8f4602bb6bcbee644 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_36682d136576c35281d3f0fe6d188d0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_350bf52c1dc144b3f33b5c32c6b15489 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36095e403e4e13288da5575d1d7de676 = $(`<div id="html_36095e403e4e13288da5575d1d7de676" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_350bf52c1dc144b3f33b5c32c6b15489.setContent(html_36095e403e4e13288da5575d1d7de676);
|
|
|
|
|
|
|
|
marker_1d3e6a04bb0103c8f4602bb6bcbee644.bindPopup(popup_350bf52c1dc144b3f33b5c32c6b15489)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d3e6a04bb0103c8f4602bb6bcbee644.setIcon(icon_36682d136576c35281d3f0fe6d188d0c);
|
|
|
|
|
|
var marker_2f04eb537209ef6fb2777e201ffe9916 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_24e682718299ec653c01074db03b106e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ed80a1f707ba82910f42da9c49fa46d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d39262896b1a2aeff0349e2d1a307e7c = $(`<div id="html_d39262896b1a2aeff0349e2d1a307e7c" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_3ed80a1f707ba82910f42da9c49fa46d.setContent(html_d39262896b1a2aeff0349e2d1a307e7c);
|
|
|
|
|
|
|
|
marker_2f04eb537209ef6fb2777e201ffe9916.bindPopup(popup_3ed80a1f707ba82910f42da9c49fa46d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f04eb537209ef6fb2777e201ffe9916.setIcon(icon_24e682718299ec653c01074db03b106e);
|
|
|
|
|
|
var marker_ebdc1e78685d56adf4e530b6881722cd = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_b929ae0f2573d7b005c1b491e2ee26ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9dae6a3e17468f1f0f60f4854ea5a64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_063314707a5f87b29410a5e6301fd6a5 = $(`<div id="html_063314707a5f87b29410a5e6301fd6a5" style="width: 100.0%; height: 100.0%;">relay.nearhood.co.uk</div>`)[0];
|
|
popup_e9dae6a3e17468f1f0f60f4854ea5a64.setContent(html_063314707a5f87b29410a5e6301fd6a5);
|
|
|
|
|
|
|
|
marker_ebdc1e78685d56adf4e530b6881722cd.bindPopup(popup_e9dae6a3e17468f1f0f60f4854ea5a64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebdc1e78685d56adf4e530b6881722cd.setIcon(icon_b929ae0f2573d7b005c1b491e2ee26ef);
|
|
|
|
|
|
var marker_d378fbae6a37e3adc0ccfbfb0e46c153 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_ce3542d35ebadc5f0fb0bbdc083188b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_107f51ad24def584a2b639ffcc3555a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0b32ea302bd339e71408d4e65a3d0ef = $(`<div id="html_e0b32ea302bd339e71408d4e65a3d0ef" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com:443</div>`)[0];
|
|
popup_107f51ad24def584a2b639ffcc3555a7.setContent(html_e0b32ea302bd339e71408d4e65a3d0ef);
|
|
|
|
|
|
|
|
marker_d378fbae6a37e3adc0ccfbfb0e46c153.bindPopup(popup_107f51ad24def584a2b639ffcc3555a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d378fbae6a37e3adc0ccfbfb0e46c153.setIcon(icon_ce3542d35ebadc5f0fb0bbdc083188b5);
|
|
|
|
|
|
var marker_b7ecfcb87cb3cb0bd8b62e8806d91b78 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_702d7374addd8252f6433035c201c4c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47551485269ad31f2e47830974434050 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d20e67f50c79ea735e94d3588cb2cda = $(`<div id="html_3d20e67f50c79ea735e94d3588cb2cda" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_47551485269ad31f2e47830974434050.setContent(html_3d20e67f50c79ea735e94d3588cb2cda);
|
|
|
|
|
|
|
|
marker_b7ecfcb87cb3cb0bd8b62e8806d91b78.bindPopup(popup_47551485269ad31f2e47830974434050)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7ecfcb87cb3cb0bd8b62e8806d91b78.setIcon(icon_702d7374addd8252f6433035c201c4c6);
|
|
|
|
|
|
var marker_4d2a4b974fda11cb32d285c62999c28f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_f6e3625efc20d5fecf3c75cce28628f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b9a58507982f40301d37701005c99a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c5b9106804059f5787f9658adce25c8 = $(`<div id="html_3c5b9106804059f5787f9658adce25c8" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_9b9a58507982f40301d37701005c99a6.setContent(html_3c5b9106804059f5787f9658adce25c8);
|
|
|
|
|
|
|
|
marker_4d2a4b974fda11cb32d285c62999c28f.bindPopup(popup_9b9a58507982f40301d37701005c99a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d2a4b974fda11cb32d285c62999c28f.setIcon(icon_f6e3625efc20d5fecf3c75cce28628f4);
|
|
|
|
|
|
var marker_5187f555e628a0f79a8406609886a80c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_9d8cd658fa84f18f3a48f6d934226090 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e37c9c3821a04e62582c0922e6ee62a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80179307fa8b93df36bcc7e646de55d6 = $(`<div id="html_80179307fa8b93df36bcc7e646de55d6" style="width: 100.0%; height: 100.0%;">public.crostr.com</div>`)[0];
|
|
popup_e37c9c3821a04e62582c0922e6ee62a1.setContent(html_80179307fa8b93df36bcc7e646de55d6);
|
|
|
|
|
|
|
|
marker_5187f555e628a0f79a8406609886a80c.bindPopup(popup_e37c9c3821a04e62582c0922e6ee62a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5187f555e628a0f79a8406609886a80c.setIcon(icon_9d8cd658fa84f18f3a48f6d934226090);
|
|
|
|
|
|
var marker_b7267f55aa5a33f4fdd460c00390fc05 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_25db66b426b123cd02408e741cb1c0da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55993061db863b6649981507fb157d8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5dda3284280b5137280e4d9ab6903c07 = $(`<div id="html_5dda3284280b5137280e4d9ab6903c07" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com:443</div>`)[0];
|
|
popup_55993061db863b6649981507fb157d8f.setContent(html_5dda3284280b5137280e4d9ab6903c07);
|
|
|
|
|
|
|
|
marker_b7267f55aa5a33f4fdd460c00390fc05.bindPopup(popup_55993061db863b6649981507fb157d8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7267f55aa5a33f4fdd460c00390fc05.setIcon(icon_25db66b426b123cd02408e741cb1c0da);
|
|
|
|
|
|
var marker_399de6f7ea0cb200f2796e1996f17904 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_1e24eb4a7ac5e44924b7a39d5313db5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6652aa4d12404d34f035c022c30e56f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b25977567f5eab43397a7f529f8a4ec = $(`<div id="html_2b25977567f5eab43397a7f529f8a4ec" style="width: 100.0%; height: 100.0%;">purplerelay.com:443</div>`)[0];
|
|
popup_b6652aa4d12404d34f035c022c30e56f.setContent(html_2b25977567f5eab43397a7f529f8a4ec);
|
|
|
|
|
|
|
|
marker_399de6f7ea0cb200f2796e1996f17904.bindPopup(popup_b6652aa4d12404d34f035c022c30e56f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_399de6f7ea0cb200f2796e1996f17904.setIcon(icon_1e24eb4a7ac5e44924b7a39d5313db5b);
|
|
|
|
|
|
var marker_358179cceff310e972279fe1ff6dbe6f = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_33c91103b73fd30b667c589bec09f2f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e41cf8528c42e9daca6c9e56400a3114 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d5814ab4f75afd012170610125bb6c9 = $(`<div id="html_2d5814ab4f75afd012170610125bb6c9" style="width: 100.0%; height: 100.0%;">relay2.angor.io:443</div>`)[0];
|
|
popup_e41cf8528c42e9daca6c9e56400a3114.setContent(html_2d5814ab4f75afd012170610125bb6c9);
|
|
|
|
|
|
|
|
marker_358179cceff310e972279fe1ff6dbe6f.bindPopup(popup_e41cf8528c42e9daca6c9e56400a3114)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_358179cceff310e972279fe1ff6dbe6f.setIcon(icon_33c91103b73fd30b667c589bec09f2f7);
|
|
|
|
|
|
var marker_f1a0874733ca2c6d1bc6357c6041255f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_08b23500bb397df8613fe60c90fc1e18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ccd2d4ce4b39cafeb286a041d906e8b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_316191685f04d764b7eb3ba9bfbd2c3d = $(`<div id="html_316191685f04d764b7eb3ba9bfbd2c3d" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_ccd2d4ce4b39cafeb286a041d906e8b4.setContent(html_316191685f04d764b7eb3ba9bfbd2c3d);
|
|
|
|
|
|
|
|
marker_f1a0874733ca2c6d1bc6357c6041255f.bindPopup(popup_ccd2d4ce4b39cafeb286a041d906e8b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1a0874733ca2c6d1bc6357c6041255f.setIcon(icon_08b23500bb397df8613fe60c90fc1e18);
|
|
|
|
|
|
var marker_3731899cb7fea1cc0aa511486443acaf = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_5f347d4653586da9fb066d665a522714 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55d4fc9137229688c1abf4d3e96f2ef2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d42c517ca1f3e750435337c83025804d = $(`<div id="html_d42c517ca1f3e750435337c83025804d" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_55d4fc9137229688c1abf4d3e96f2ef2.setContent(html_d42c517ca1f3e750435337c83025804d);
|
|
|
|
|
|
|
|
marker_3731899cb7fea1cc0aa511486443acaf.bindPopup(popup_55d4fc9137229688c1abf4d3e96f2ef2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3731899cb7fea1cc0aa511486443acaf.setIcon(icon_5f347d4653586da9fb066d665a522714);
|
|
|
|
|
|
var marker_18485ca3185c3402f55742bc36d13d5a = L.marker(
|
|
[50.914, 3.21378],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_330b32829002c176f4b827c92778b1a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46ad364bef594f5302b9d2de2cef6bf4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83393de4b0dfe73c499ff8871a5355af = $(`<div id="html_83393de4b0dfe73c499ff8871a5355af" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be:443</div>`)[0];
|
|
popup_46ad364bef594f5302b9d2de2cef6bf4.setContent(html_83393de4b0dfe73c499ff8871a5355af);
|
|
|
|
|
|
|
|
marker_18485ca3185c3402f55742bc36d13d5a.bindPopup(popup_46ad364bef594f5302b9d2de2cef6bf4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18485ca3185c3402f55742bc36d13d5a.setIcon(icon_330b32829002c176f4b827c92778b1a7);
|
|
|
|
|
|
var marker_6f3efcaca8fa301b7d9c5e18b0ea84b8 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_7a498abc31acceaef91daa13ef6716d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa15b6c606164b6c272a76c30ca78f83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8e5079189045f8b78bec13b63c28d6c = $(`<div id="html_c8e5079189045f8b78bec13b63c28d6c" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_fa15b6c606164b6c272a76c30ca78f83.setContent(html_c8e5079189045f8b78bec13b63c28d6c);
|
|
|
|
|
|
|
|
marker_6f3efcaca8fa301b7d9c5e18b0ea84b8.bindPopup(popup_fa15b6c606164b6c272a76c30ca78f83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f3efcaca8fa301b7d9c5e18b0ea84b8.setIcon(icon_7a498abc31acceaef91daa13ef6716d3);
|
|
|
|
|
|
var marker_99d7979d19318b6b79c96f2682b62655 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_0cdf1575a3d9090649d9fe2c45b4b58b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e47b224d5c365cb9bbee042bcc4ef14c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07625389fc3821465c6dd23776b53b6d = $(`<div id="html_07625389fc3821465c6dd23776b53b6d" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_e47b224d5c365cb9bbee042bcc4ef14c.setContent(html_07625389fc3821465c6dd23776b53b6d);
|
|
|
|
|
|
|
|
marker_99d7979d19318b6b79c96f2682b62655.bindPopup(popup_e47b224d5c365cb9bbee042bcc4ef14c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99d7979d19318b6b79c96f2682b62655.setIcon(icon_0cdf1575a3d9090649d9fe2c45b4b58b);
|
|
|
|
|
|
var marker_6e1a577a7c54c7f1382b6629a87ad7f1 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_07f1ac5bf32f63a2dff4496e54c0dfb1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fd095874cdabbdc814107079450723e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e21ea8bfabd932a21211f954f883017f = $(`<div id="html_e21ea8bfabd932a21211f954f883017f" style="width: 100.0%; height: 100.0%;">relay.aarpia.com</div>`)[0];
|
|
popup_1fd095874cdabbdc814107079450723e.setContent(html_e21ea8bfabd932a21211f954f883017f);
|
|
|
|
|
|
|
|
marker_6e1a577a7c54c7f1382b6629a87ad7f1.bindPopup(popup_1fd095874cdabbdc814107079450723e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e1a577a7c54c7f1382b6629a87ad7f1.setIcon(icon_07f1ac5bf32f63a2dff4496e54c0dfb1);
|
|
|
|
|
|
var marker_dc42f811f2451a5cbfd07918deb35689 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_dddb91baecaeedfaa8a5be62aac178da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ccf1ba5f07be8eff530761c179842a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50930b6157ae4277e601b66687976a66 = $(`<div id="html_50930b6157ae4277e601b66687976a66" style="width: 100.0%; height: 100.0%;">pool.libernet.app</div>`)[0];
|
|
popup_8ccf1ba5f07be8eff530761c179842a2.setContent(html_50930b6157ae4277e601b66687976a66);
|
|
|
|
|
|
|
|
marker_dc42f811f2451a5cbfd07918deb35689.bindPopup(popup_8ccf1ba5f07be8eff530761c179842a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc42f811f2451a5cbfd07918deb35689.setIcon(icon_dddb91baecaeedfaa8a5be62aac178da);
|
|
|
|
|
|
var marker_d0ddbde2c1d51217ffe899db31bebde4 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_92b09027677c0120d51f5cd402fa282e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2e9e59753ee40add3403263afaa9659 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_980096990331bce9d3d44547d17a2df5 = $(`<div id="html_980096990331bce9d3d44547d17a2df5" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_f2e9e59753ee40add3403263afaa9659.setContent(html_980096990331bce9d3d44547d17a2df5);
|
|
|
|
|
|
|
|
marker_d0ddbde2c1d51217ffe899db31bebde4.bindPopup(popup_f2e9e59753ee40add3403263afaa9659)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0ddbde2c1d51217ffe899db31bebde4.setIcon(icon_92b09027677c0120d51f5cd402fa282e);
|
|
|
|
|
|
var marker_a8b58810274e57670e060940fdc4e70d = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_92d962f712ebad12c21c8deacd41ed43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1f6ff897223cb9a0a0302353adaeef4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72ddd8897b90789038cacf49311a1385 = $(`<div id="html_72ddd8897b90789038cacf49311a1385" style="width: 100.0%; height: 100.0%;">relay.endfiat.money:443</div>`)[0];
|
|
popup_a1f6ff897223cb9a0a0302353adaeef4.setContent(html_72ddd8897b90789038cacf49311a1385);
|
|
|
|
|
|
|
|
marker_a8b58810274e57670e060940fdc4e70d.bindPopup(popup_a1f6ff897223cb9a0a0302353adaeef4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8b58810274e57670e060940fdc4e70d.setIcon(icon_92d962f712ebad12c21c8deacd41ed43);
|
|
|
|
|
|
var marker_c2928c78ada8acfe0f945a5788ac3016 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_6d0e151a0501e1c82e590836165dd84c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aae2521dfbde2f00f0d13ab3c5761bf9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8eaae235d1f1795b24c80c72b2a5efe9 = $(`<div id="html_8eaae235d1f1795b24c80c72b2a5efe9" style="width: 100.0%; height: 100.0%;">relay.kilombino.com</div>`)[0];
|
|
popup_aae2521dfbde2f00f0d13ab3c5761bf9.setContent(html_8eaae235d1f1795b24c80c72b2a5efe9);
|
|
|
|
|
|
|
|
marker_c2928c78ada8acfe0f945a5788ac3016.bindPopup(popup_aae2521dfbde2f00f0d13ab3c5761bf9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2928c78ada8acfe0f945a5788ac3016.setIcon(icon_6d0e151a0501e1c82e590836165dd84c);
|
|
|
|
|
|
var marker_0f3beec1d36c688bb896eae87fc23b75 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_863488a4044752f5a28d1c5c772f358a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33c7e9b9016919b0cedf68a3b57528da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3321b5d3db9d0eb10b8a1d677f74a8cc = $(`<div id="html_3321b5d3db9d0eb10b8a1d677f74a8cc" style="width: 100.0%; height: 100.0%;">relay.nostr.place:443</div>`)[0];
|
|
popup_33c7e9b9016919b0cedf68a3b57528da.setContent(html_3321b5d3db9d0eb10b8a1d677f74a8cc);
|
|
|
|
|
|
|
|
marker_0f3beec1d36c688bb896eae87fc23b75.bindPopup(popup_33c7e9b9016919b0cedf68a3b57528da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f3beec1d36c688bb896eae87fc23b75.setIcon(icon_863488a4044752f5a28d1c5c772f358a);
|
|
|
|
|
|
var marker_d06d9407d3229f148b3ed6b61c2c3111 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_029dc86213496438cbff6201d4df31eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29aa569748ea7b1c1fd9739b5f047c16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2bfacc2573c484de54ec279a1e2ce12 = $(`<div id="html_f2bfacc2573c484de54ec279a1e2ce12" style="width: 100.0%; height: 100.0%;">uncouth-panning-paternal.ngrok-free.dev</div>`)[0];
|
|
popup_29aa569748ea7b1c1fd9739b5f047c16.setContent(html_f2bfacc2573c484de54ec279a1e2ce12);
|
|
|
|
|
|
|
|
marker_d06d9407d3229f148b3ed6b61c2c3111.bindPopup(popup_29aa569748ea7b1c1fd9739b5f047c16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d06d9407d3229f148b3ed6b61c2c3111.setIcon(icon_029dc86213496438cbff6201d4df31eb);
|
|
|
|
|
|
var marker_69aaf1efd1a4439534ee48e52fedbd09 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_a0691e6d9264170d5a3dec5bef54ad07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2edb6d1be84c5d74661f42dece88ba7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8298deaaa6bbdb5e8339fb3ea02425db = $(`<div id="html_8298deaaa6bbdb5e8339fb3ea02425db" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io:443</div>`)[0];
|
|
popup_f2edb6d1be84c5d74661f42dece88ba7.setContent(html_8298deaaa6bbdb5e8339fb3ea02425db);
|
|
|
|
|
|
|
|
marker_69aaf1efd1a4439534ee48e52fedbd09.bindPopup(popup_f2edb6d1be84c5d74661f42dece88ba7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69aaf1efd1a4439534ee48e52fedbd09.setIcon(icon_a0691e6d9264170d5a3dec5bef54ad07);
|
|
|
|
|
|
var marker_32fbf29aa6526a21e41aa9216d1f4ede = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_c1eec8002b0e8252c84c6e215e8b1467 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f49dde96f4f9c6cab3efa738ee69cf9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_818f82d62ca413380c2c9322998632d0 = $(`<div id="html_818f82d62ca413380c2c9322998632d0" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_1f49dde96f4f9c6cab3efa738ee69cf9.setContent(html_818f82d62ca413380c2c9322998632d0);
|
|
|
|
|
|
|
|
marker_32fbf29aa6526a21e41aa9216d1f4ede.bindPopup(popup_1f49dde96f4f9c6cab3efa738ee69cf9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32fbf29aa6526a21e41aa9216d1f4ede.setIcon(icon_c1eec8002b0e8252c84c6e215e8b1467);
|
|
|
|
|
|
var marker_a76597d30e05b30fbde17b1fe50df243 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_ef7a988c805cf9a88bb1e376dc7af55b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a0fc7434ab1c0974f87b2bca267ed29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f167eb3622c54de09455f7f347103e35 = $(`<div id="html_f167eb3622c54de09455f7f347103e35" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_1a0fc7434ab1c0974f87b2bca267ed29.setContent(html_f167eb3622c54de09455f7f347103e35);
|
|
|
|
|
|
|
|
marker_a76597d30e05b30fbde17b1fe50df243.bindPopup(popup_1a0fc7434ab1c0974f87b2bca267ed29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a76597d30e05b30fbde17b1fe50df243.setIcon(icon_ef7a988c805cf9a88bb1e376dc7af55b);
|
|
|
|
|
|
var marker_46a5ad89f04816c53b4ecee306553cbd = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_e5cea6e3148faee84402d41fc9f070f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c21a4ce62b64b1c8ea84e4685779ccf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df0a9f2e8c8477f5d6dea7041658c1c7 = $(`<div id="html_df0a9f2e8c8477f5d6dea7041658c1c7" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_9c21a4ce62b64b1c8ea84e4685779ccf.setContent(html_df0a9f2e8c8477f5d6dea7041658c1c7);
|
|
|
|
|
|
|
|
marker_46a5ad89f04816c53b4ecee306553cbd.bindPopup(popup_9c21a4ce62b64b1c8ea84e4685779ccf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46a5ad89f04816c53b4ecee306553cbd.setIcon(icon_e5cea6e3148faee84402d41fc9f070f5);
|
|
|
|
|
|
var marker_0ac8c28358d6d8cc83078563025d00ea = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_158a27a6cc90bf7485596ebd50670045 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da2b768ed159432020cb5a9529d74c78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a2ae4fd508643832a4d3267f9905556 = $(`<div id="html_9a2ae4fd508643832a4d3267f9905556" style="width: 100.0%; height: 100.0%;">relay.laantungir.net</div>`)[0];
|
|
popup_da2b768ed159432020cb5a9529d74c78.setContent(html_9a2ae4fd508643832a4d3267f9905556);
|
|
|
|
|
|
|
|
marker_0ac8c28358d6d8cc83078563025d00ea.bindPopup(popup_da2b768ed159432020cb5a9529d74c78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ac8c28358d6d8cc83078563025d00ea.setIcon(icon_158a27a6cc90bf7485596ebd50670045);
|
|
|
|
|
|
var marker_2f55a45ed4c0d91ed0c7163427188ca0 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_0121a16bb022b291b3d41a392989c74e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98ebe075fc43edcab11c71360fa6b43f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc334f273609d7bb223c84ae54beda3a = $(`<div id="html_dc334f273609d7bb223c84ae54beda3a" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net:443</div>`)[0];
|
|
popup_98ebe075fc43edcab11c71360fa6b43f.setContent(html_dc334f273609d7bb223c84ae54beda3a);
|
|
|
|
|
|
|
|
marker_2f55a45ed4c0d91ed0c7163427188ca0.bindPopup(popup_98ebe075fc43edcab11c71360fa6b43f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f55a45ed4c0d91ed0c7163427188ca0.setIcon(icon_0121a16bb022b291b3d41a392989c74e);
|
|
|
|
|
|
var marker_3c802429d19f93312dcd4f662b26f75b = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_74dbbd6e3ebfc266a86ef243a6988e34 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70a408a875f1bcb836dfd4a026bea292 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab8611162d12f34f721bd697a5436474 = $(`<div id="html_ab8611162d12f34f721bd697a5436474" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news:443</div>`)[0];
|
|
popup_70a408a875f1bcb836dfd4a026bea292.setContent(html_ab8611162d12f34f721bd697a5436474);
|
|
|
|
|
|
|
|
marker_3c802429d19f93312dcd4f662b26f75b.bindPopup(popup_70a408a875f1bcb836dfd4a026bea292)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c802429d19f93312dcd4f662b26f75b.setIcon(icon_74dbbd6e3ebfc266a86ef243a6988e34);
|
|
|
|
|
|
var marker_32d921ba17ff7323f361ccb1786b6186 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_fc7c39078808e72d56b9a30731078676 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f583a1b55c4d13616004ed4fd9503e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a7c3a1a82886629419211a551555480 = $(`<div id="html_5a7c3a1a82886629419211a551555480" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_6f583a1b55c4d13616004ed4fd9503e6.setContent(html_5a7c3a1a82886629419211a551555480);
|
|
|
|
|
|
|
|
marker_32d921ba17ff7323f361ccb1786b6186.bindPopup(popup_6f583a1b55c4d13616004ed4fd9503e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32d921ba17ff7323f361ccb1786b6186.setIcon(icon_fc7c39078808e72d56b9a30731078676);
|
|
|
|
|
|
var marker_e500cd89fdfe27e85e2cbc9f6e56411f = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_fb952c49940cf5e50730d84cc4aaee15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc59046e11a503a285dbf9fb236e78fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f71583e17e584185de4140cdbf3782db = $(`<div id="html_f71583e17e584185de4140cdbf3782db" style="width: 100.0%; height: 100.0%;">relay.angor.io:443</div>`)[0];
|
|
popup_fc59046e11a503a285dbf9fb236e78fb.setContent(html_f71583e17e584185de4140cdbf3782db);
|
|
|
|
|
|
|
|
marker_e500cd89fdfe27e85e2cbc9f6e56411f.bindPopup(popup_fc59046e11a503a285dbf9fb236e78fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e500cd89fdfe27e85e2cbc9f6e56411f.setIcon(icon_fb952c49940cf5e50730d84cc4aaee15);
|
|
|
|
|
|
var marker_75f8f7551968e4d63a7be59a2c5ddd25 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_48e8b8aafaf88ecc8660ffb7f5ad3572 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5318f8f12f03c9b947fe2b145bc99329 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5b3bb2584526fa63708f1653cba16e3 = $(`<div id="html_f5b3bb2584526fa63708f1653cba16e3" style="width: 100.0%; height: 100.0%;">nostr.purpura.cloud</div>`)[0];
|
|
popup_5318f8f12f03c9b947fe2b145bc99329.setContent(html_f5b3bb2584526fa63708f1653cba16e3);
|
|
|
|
|
|
|
|
marker_75f8f7551968e4d63a7be59a2c5ddd25.bindPopup(popup_5318f8f12f03c9b947fe2b145bc99329)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75f8f7551968e4d63a7be59a2c5ddd25.setIcon(icon_48e8b8aafaf88ecc8660ffb7f5ad3572);
|
|
|
|
|
|
var marker_c2c819bcbde5482e8ffff1b1e9a31411 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_64205d95c030776f53e52b5c285839cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ccfbddee7214b6489f76c0172c8c1e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3f408e49a6498f131b2ab236d5c3cc5 = $(`<div id="html_f3f408e49a6498f131b2ab236d5c3cc5" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_4ccfbddee7214b6489f76c0172c8c1e2.setContent(html_f3f408e49a6498f131b2ab236d5c3cc5);
|
|
|
|
|
|
|
|
marker_c2c819bcbde5482e8ffff1b1e9a31411.bindPopup(popup_4ccfbddee7214b6489f76c0172c8c1e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2c819bcbde5482e8ffff1b1e9a31411.setIcon(icon_64205d95c030776f53e52b5c285839cb);
|
|
|
|
|
|
var marker_a8a8b2cfcd8832ff5ccf499335d507e1 = L.marker(
|
|
[40.7862, -74.0743],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_93d49805186b03d60dcd64850cabfd0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b89e7e3a08aef9d306f532df0d94ef50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b6066644c4e15ad566b99288684a8c2 = $(`<div id="html_9b6066644c4e15ad566b99288684a8c2" style="width: 100.0%; height: 100.0%;">relay-us.zombi.cloudrodion.com</div>`)[0];
|
|
popup_b89e7e3a08aef9d306f532df0d94ef50.setContent(html_9b6066644c4e15ad566b99288684a8c2);
|
|
|
|
|
|
|
|
marker_a8a8b2cfcd8832ff5ccf499335d507e1.bindPopup(popup_b89e7e3a08aef9d306f532df0d94ef50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8a8b2cfcd8832ff5ccf499335d507e1.setIcon(icon_93d49805186b03d60dcd64850cabfd0d);
|
|
|
|
|
|
var marker_663a4514719c9e12e160ec276be4c439 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_c8b8b7b7e88def63a477555cb5b266e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee22ae986fa398f73749c97d6b03c5f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72bf48a0f0189653c667fa71f318f358 = $(`<div id="html_72bf48a0f0189653c667fa71f318f358" style="width: 100.0%; height: 100.0%;">relay.lanavault.space:443</div>`)[0];
|
|
popup_ee22ae986fa398f73749c97d6b03c5f7.setContent(html_72bf48a0f0189653c667fa71f318f358);
|
|
|
|
|
|
|
|
marker_663a4514719c9e12e160ec276be4c439.bindPopup(popup_ee22ae986fa398f73749c97d6b03c5f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_663a4514719c9e12e160ec276be4c439.setIcon(icon_c8b8b7b7e88def63a477555cb5b266e1);
|
|
|
|
|
|
var marker_8433108edb2c4d1875caae964b71fd1b = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_d720d5db3a83397c078ab850d8cc1045 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c013e0c8b8fd1372d02ec86208ebefda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_962390b62d06e2050e61d5943945bc9b = $(`<div id="html_962390b62d06e2050e61d5943945bc9b" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_c013e0c8b8fd1372d02ec86208ebefda.setContent(html_962390b62d06e2050e61d5943945bc9b);
|
|
|
|
|
|
|
|
marker_8433108edb2c4d1875caae964b71fd1b.bindPopup(popup_c013e0c8b8fd1372d02ec86208ebefda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8433108edb2c4d1875caae964b71fd1b.setIcon(icon_d720d5db3a83397c078ab850d8cc1045);
|
|
|
|
|
|
var marker_b0fdd5e74579160982e0930527f70531 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_2dd886c14f6985ac7495f54088764d4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_364e9d0d8c2a3fdc2a89834ce1ef17dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad92d6d28426d42132cd69a7b3abe006 = $(`<div id="html_ad92d6d28426d42132cd69a7b3abe006" style="width: 100.0%; height: 100.0%;">nostr.notribe.net:443</div>`)[0];
|
|
popup_364e9d0d8c2a3fdc2a89834ce1ef17dc.setContent(html_ad92d6d28426d42132cd69a7b3abe006);
|
|
|
|
|
|
|
|
marker_b0fdd5e74579160982e0930527f70531.bindPopup(popup_364e9d0d8c2a3fdc2a89834ce1ef17dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0fdd5e74579160982e0930527f70531.setIcon(icon_2dd886c14f6985ac7495f54088764d4e);
|
|
|
|
|
|
var marker_78e5ec0c9d2e21fa4942e8b2894218dd = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_42877024ce55f7f8c432422f42db8520 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26ab8e8f55230dbcd222c6aa1df935d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9aeb97dfd2105e7f26ade7b99ba6722 = $(`<div id="html_a9aeb97dfd2105e7f26ade7b99ba6722" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_26ab8e8f55230dbcd222c6aa1df935d8.setContent(html_a9aeb97dfd2105e7f26ade7b99ba6722);
|
|
|
|
|
|
|
|
marker_78e5ec0c9d2e21fa4942e8b2894218dd.bindPopup(popup_26ab8e8f55230dbcd222c6aa1df935d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78e5ec0c9d2e21fa4942e8b2894218dd.setIcon(icon_42877024ce55f7f8c432422f42db8520);
|
|
|
|
|
|
var marker_ef0129f487521aaf64fb5b6616187f62 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_81b713dd08699fbb99604bc7a2a12fde = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec0beb03a94e656c756d09777599a101 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7bbab2cc50f70efbd608da279778dc36 = $(`<div id="html_7bbab2cc50f70efbd608da279778dc36" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_ec0beb03a94e656c756d09777599a101.setContent(html_7bbab2cc50f70efbd608da279778dc36);
|
|
|
|
|
|
|
|
marker_ef0129f487521aaf64fb5b6616187f62.bindPopup(popup_ec0beb03a94e656c756d09777599a101)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef0129f487521aaf64fb5b6616187f62.setIcon(icon_81b713dd08699fbb99604bc7a2a12fde);
|
|
|
|
|
|
var marker_a66e6cbace11144aed5decb238a4aa3f = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_04d5099d100a69634bd1717210e75e15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb8c6a3c02cc9d43819a4ee3145a0b49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b72b4a2d2b96248bff8130c2230d1123 = $(`<div id="html_b72b4a2d2b96248bff8130c2230d1123" style="width: 100.0%; height: 100.0%;">relay.edufeed.org:443</div>`)[0];
|
|
popup_eb8c6a3c02cc9d43819a4ee3145a0b49.setContent(html_b72b4a2d2b96248bff8130c2230d1123);
|
|
|
|
|
|
|
|
marker_a66e6cbace11144aed5decb238a4aa3f.bindPopup(popup_eb8c6a3c02cc9d43819a4ee3145a0b49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a66e6cbace11144aed5decb238a4aa3f.setIcon(icon_04d5099d100a69634bd1717210e75e15);
|
|
|
|
|
|
var marker_c65e3021959fd0491fc4366efe26969e = L.marker(
|
|
[51.5717, 3.70417],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_d11f53dd9e0568dea52c1e4ce11c46bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bff22f1e3f162dcaa0ab9e4fe0e267f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2cf06c16f211c159ee8b0e64441b7c09 = $(`<div id="html_2cf06c16f211c159ee8b0e64441b7c09" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_bff22f1e3f162dcaa0ab9e4fe0e267f5.setContent(html_2cf06c16f211c159ee8b0e64441b7c09);
|
|
|
|
|
|
|
|
marker_c65e3021959fd0491fc4366efe26969e.bindPopup(popup_bff22f1e3f162dcaa0ab9e4fe0e267f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c65e3021959fd0491fc4366efe26969e.setIcon(icon_d11f53dd9e0568dea52c1e4ce11c46bc);
|
|
|
|
|
|
var marker_698eda18a1ff8f00ce1b6e27b7d6299b = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_a19f1210f44150f1a8ce8279c0b3ae47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ce0ce9acba613ac16fe33f74d7c5b43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ff59b842fe89e284995e38fde8905fb = $(`<div id="html_1ff59b842fe89e284995e38fde8905fb" style="width: 100.0%; height: 100.0%;">ithurtswhenip.ee</div>`)[0];
|
|
popup_7ce0ce9acba613ac16fe33f74d7c5b43.setContent(html_1ff59b842fe89e284995e38fde8905fb);
|
|
|
|
|
|
|
|
marker_698eda18a1ff8f00ce1b6e27b7d6299b.bindPopup(popup_7ce0ce9acba613ac16fe33f74d7c5b43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_698eda18a1ff8f00ce1b6e27b7d6299b.setIcon(icon_a19f1210f44150f1a8ce8279c0b3ae47);
|
|
|
|
|
|
var marker_7d2b5bed103826be5799dc2b57ec9a72 = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_663b6937d3b7fa3f3078b288b1536dd4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4ae6f04b0e05e3ed78483fd457789b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b267596eece9f12f83bfe1065ba67518 = $(`<div id="html_b267596eece9f12f83bfe1065ba67518" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_a4ae6f04b0e05e3ed78483fd457789b2.setContent(html_b267596eece9f12f83bfe1065ba67518);
|
|
|
|
|
|
|
|
marker_7d2b5bed103826be5799dc2b57ec9a72.bindPopup(popup_a4ae6f04b0e05e3ed78483fd457789b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d2b5bed103826be5799dc2b57ec9a72.setIcon(icon_663b6937d3b7fa3f3078b288b1536dd4);
|
|
|
|
|
|
var marker_495380f070923f7985d6ccc7104ab997 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_d17298325e68b2bf5d8c4288d0bcaad0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b370519654babda6c2b4222976eedcd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f23764d7a928ec31ef4c401f8d991c85 = $(`<div id="html_f23764d7a928ec31ef4c401f8d991c85" style="width: 100.0%; height: 100.0%;">relay.wavlake.com:443</div>`)[0];
|
|
popup_0b370519654babda6c2b4222976eedcd.setContent(html_f23764d7a928ec31ef4c401f8d991c85);
|
|
|
|
|
|
|
|
marker_495380f070923f7985d6ccc7104ab997.bindPopup(popup_0b370519654babda6c2b4222976eedcd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_495380f070923f7985d6ccc7104ab997.setIcon(icon_d17298325e68b2bf5d8c4288d0bcaad0);
|
|
|
|
|
|
var marker_5510668a7be7d1bca57b7c2078072cf0 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_eb94aac367f580ab63b70117f819e0a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eaf689b09831a2a62d91e95d631da8f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c6cb7c077dbf2f2f6063a35dccc936a = $(`<div id="html_5c6cb7c077dbf2f2f6063a35dccc936a" style="width: 100.0%; height: 100.0%;">nostr.hekster.org:443</div>`)[0];
|
|
popup_eaf689b09831a2a62d91e95d631da8f1.setContent(html_5c6cb7c077dbf2f2f6063a35dccc936a);
|
|
|
|
|
|
|
|
marker_5510668a7be7d1bca57b7c2078072cf0.bindPopup(popup_eaf689b09831a2a62d91e95d631da8f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5510668a7be7d1bca57b7c2078072cf0.setIcon(icon_eb94aac367f580ab63b70117f819e0a3);
|
|
|
|
|
|
var marker_32d2b704b1d2073c1b364b9150730944 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_46c11569f4f93a7c16e73737b0bde8a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f90b5c87335283ea11849d99595b7893 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c121d1880537949b226548e5fc1b3d11 = $(`<div id="html_c121d1880537949b226548e5fc1b3d11" style="width: 100.0%; height: 100.0%;">relay.novospes.com</div>`)[0];
|
|
popup_f90b5c87335283ea11849d99595b7893.setContent(html_c121d1880537949b226548e5fc1b3d11);
|
|
|
|
|
|
|
|
marker_32d2b704b1d2073c1b364b9150730944.bindPopup(popup_f90b5c87335283ea11849d99595b7893)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32d2b704b1d2073c1b364b9150730944.setIcon(icon_46c11569f4f93a7c16e73737b0bde8a2);
|
|
|
|
|
|
var marker_f745b4e03bc6270b14a64b2cbf4636c6 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_4359963faec25f95a522c46c6d0889f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_627f0d6a022590dc0a5f75204998ed13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8fadc9697b0cddd8d4c69ba25a7148b = $(`<div id="html_b8fadc9697b0cddd8d4c69ba25a7148b" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_627f0d6a022590dc0a5f75204998ed13.setContent(html_b8fadc9697b0cddd8d4c69ba25a7148b);
|
|
|
|
|
|
|
|
marker_f745b4e03bc6270b14a64b2cbf4636c6.bindPopup(popup_627f0d6a022590dc0a5f75204998ed13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f745b4e03bc6270b14a64b2cbf4636c6.setIcon(icon_4359963faec25f95a522c46c6d0889f8);
|
|
|
|
|
|
var marker_e0f086dad71697857eb5fd7e4f92408e = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_a1c4def22fbf3c9bf0f275fbe68441b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e87d6dfbc6ba74bedf2443a79aa849c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a243a81f6f90dbf26935810cd56cd5ad = $(`<div id="html_a243a81f6f90dbf26935810cd56cd5ad" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz:443</div>`)[0];
|
|
popup_e87d6dfbc6ba74bedf2443a79aa849c5.setContent(html_a243a81f6f90dbf26935810cd56cd5ad);
|
|
|
|
|
|
|
|
marker_e0f086dad71697857eb5fd7e4f92408e.bindPopup(popup_e87d6dfbc6ba74bedf2443a79aa849c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0f086dad71697857eb5fd7e4f92408e.setIcon(icon_a1c4def22fbf3c9bf0f275fbe68441b5);
|
|
|
|
|
|
var marker_1dbbb4379c925ef9d2e3e86733431fdd = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_17e5bda45689f62e7aadeecd7cf3a0d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41799f8bc4829916d03be503b7dc2897 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_623ba7a0bbc94d88e7ac068232fc5bed = $(`<div id="html_623ba7a0bbc94d88e7ac068232fc5bed" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_41799f8bc4829916d03be503b7dc2897.setContent(html_623ba7a0bbc94d88e7ac068232fc5bed);
|
|
|
|
|
|
|
|
marker_1dbbb4379c925ef9d2e3e86733431fdd.bindPopup(popup_41799f8bc4829916d03be503b7dc2897)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1dbbb4379c925ef9d2e3e86733431fdd.setIcon(icon_17e5bda45689f62e7aadeecd7cf3a0d9);
|
|
|
|
|
|
var marker_b265b4a11d5a7303162df4e1b97da1c0 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_d5a3410ae595d2c80c22c5bc9381aad9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_907cefce46147b31e7b0cccd56b3fbcb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c07212225c0e4455d636fbcb78d54dc = $(`<div id="html_2c07212225c0e4455d636fbcb78d54dc" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_907cefce46147b31e7b0cccd56b3fbcb.setContent(html_2c07212225c0e4455d636fbcb78d54dc);
|
|
|
|
|
|
|
|
marker_b265b4a11d5a7303162df4e1b97da1c0.bindPopup(popup_907cefce46147b31e7b0cccd56b3fbcb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b265b4a11d5a7303162df4e1b97da1c0.setIcon(icon_d5a3410ae595d2c80c22c5bc9381aad9);
|
|
|
|
|
|
var marker_1d144febefabf9574f07364f6eaea935 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_d25ec256b0a71f0690305ed004cbaa9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e31dd74efd8ee2b27783d91be116a06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86ebd8dac354acb4cad391db945a0484 = $(`<div id="html_86ebd8dac354acb4cad391db945a0484" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_8e31dd74efd8ee2b27783d91be116a06.setContent(html_86ebd8dac354acb4cad391db945a0484);
|
|
|
|
|
|
|
|
marker_1d144febefabf9574f07364f6eaea935.bindPopup(popup_8e31dd74efd8ee2b27783d91be116a06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d144febefabf9574f07364f6eaea935.setIcon(icon_d25ec256b0a71f0690305ed004cbaa9b);
|
|
|
|
|
|
var marker_f6bb49d3682a855507dcf653bb6af0f5 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_600dd3c7f9befca365ee7bd3c11d64a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5d3b73e1091b35e0cd2c10cb24d92ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_778a92116dd514cbc53ce500c440d15f = $(`<div id="html_778a92116dd514cbc53ce500c440d15f" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_e5d3b73e1091b35e0cd2c10cb24d92ad.setContent(html_778a92116dd514cbc53ce500c440d15f);
|
|
|
|
|
|
|
|
marker_f6bb49d3682a855507dcf653bb6af0f5.bindPopup(popup_e5d3b73e1091b35e0cd2c10cb24d92ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6bb49d3682a855507dcf653bb6af0f5.setIcon(icon_600dd3c7f9befca365ee7bd3c11d64a5);
|
|
|
|
|
|
var marker_8e785e93a30c5103db744796b85442ad = L.marker(
|
|
[53.495, 10.2542],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_7576a182b32e439db4d5b2aa86e138ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2762e338241221c3f3c70d0752793cc5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d93c7885a0944969a2c74f694d64de0 = $(`<div id="html_9d93c7885a0944969a2c74f694d64de0" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_2762e338241221c3f3c70d0752793cc5.setContent(html_9d93c7885a0944969a2c74f694d64de0);
|
|
|
|
|
|
|
|
marker_8e785e93a30c5103db744796b85442ad.bindPopup(popup_2762e338241221c3f3c70d0752793cc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e785e93a30c5103db744796b85442ad.setIcon(icon_7576a182b32e439db4d5b2aa86e138ca);
|
|
|
|
|
|
var marker_c8ee4b987d16d4406304c625907b5ea5 = L.marker(
|
|
[43.7064, -79.3986],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_b2c5b767053df9bbbeaa7d67e480265b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18c76913104ded09f766513186020b6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_098bdef5969e9d749acb8816b6bde564 = $(`<div id="html_098bdef5969e9d749acb8816b6bde564" style="width: 100.0%; height: 100.0%;">wot.makenomistakes.ca</div>`)[0];
|
|
popup_18c76913104ded09f766513186020b6b.setContent(html_098bdef5969e9d749acb8816b6bde564);
|
|
|
|
|
|
|
|
marker_c8ee4b987d16d4406304c625907b5ea5.bindPopup(popup_18c76913104ded09f766513186020b6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8ee4b987d16d4406304c625907b5ea5.setIcon(icon_b2c5b767053df9bbbeaa7d67e480265b);
|
|
|
|
|
|
var marker_e322d1988b4c8427e5a315a0c20201ae = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_a1fdd0a246fbd845de08bfba744efdfd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6edf5b7c81da0a084c9c23b2ee390fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa4393ff90ca7575178fe6b82877b014 = $(`<div id="html_aa4393ff90ca7575178fe6b82877b014" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_f6edf5b7c81da0a084c9c23b2ee390fe.setContent(html_aa4393ff90ca7575178fe6b82877b014);
|
|
|
|
|
|
|
|
marker_e322d1988b4c8427e5a315a0c20201ae.bindPopup(popup_f6edf5b7c81da0a084c9c23b2ee390fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e322d1988b4c8427e5a315a0c20201ae.setIcon(icon_a1fdd0a246fbd845de08bfba744efdfd);
|
|
|
|
|
|
var marker_01f49dc066f6c75201be698112faa546 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_46af617cbbcaf2f59c3c25bfc5f2f1e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d72a39436c0932b4357ab0551299a6a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f95603dc54e3dc4cf6daf41547aae938 = $(`<div id="html_f95603dc54e3dc4cf6daf41547aae938" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com:443</div>`)[0];
|
|
popup_d72a39436c0932b4357ab0551299a6a2.setContent(html_f95603dc54e3dc4cf6daf41547aae938);
|
|
|
|
|
|
|
|
marker_01f49dc066f6c75201be698112faa546.bindPopup(popup_d72a39436c0932b4357ab0551299a6a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01f49dc066f6c75201be698112faa546.setIcon(icon_46af617cbbcaf2f59c3c25bfc5f2f1e9);
|
|
|
|
|
|
var marker_4559f683bc7ff7f6ab1edcec0d324ce0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_fa0269a502a89158b0977b9aee46772c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e9b200686b10b6e0db51831e64b79b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e209a71ade7cdaf0562f2bb71c7ff35a = $(`<div id="html_e209a71ade7cdaf0562f2bb71c7ff35a" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_4e9b200686b10b6e0db51831e64b79b4.setContent(html_e209a71ade7cdaf0562f2bb71c7ff35a);
|
|
|
|
|
|
|
|
marker_4559f683bc7ff7f6ab1edcec0d324ce0.bindPopup(popup_4e9b200686b10b6e0db51831e64b79b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4559f683bc7ff7f6ab1edcec0d324ce0.setIcon(icon_fa0269a502a89158b0977b9aee46772c);
|
|
|
|
|
|
var marker_c298c258b9af497c1a8994723a8e5a2d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_518326907faaa4f928413a5eca50b18d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab478af79955f7e92492b105021ad9d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90dc9df6dbaacb1c65d0ff0d2328000f = $(`<div id="html_90dc9df6dbaacb1c65d0ff0d2328000f" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net:443</div>`)[0];
|
|
popup_ab478af79955f7e92492b105021ad9d9.setContent(html_90dc9df6dbaacb1c65d0ff0d2328000f);
|
|
|
|
|
|
|
|
marker_c298c258b9af497c1a8994723a8e5a2d.bindPopup(popup_ab478af79955f7e92492b105021ad9d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c298c258b9af497c1a8994723a8e5a2d.setIcon(icon_518326907faaa4f928413a5eca50b18d);
|
|
|
|
|
|
var marker_eea839a291db83c38d7f968f9c8fd5a1 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_add4d4b60399c30716e9c29f01e6b8ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5699d77d972c8005c180fc0d62b821a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_075462004d13c070ba735d355d516936 = $(`<div id="html_075462004d13c070ba735d355d516936" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net:443</div>`)[0];
|
|
popup_5699d77d972c8005c180fc0d62b821a5.setContent(html_075462004d13c070ba735d355d516936);
|
|
|
|
|
|
|
|
marker_eea839a291db83c38d7f968f9c8fd5a1.bindPopup(popup_5699d77d972c8005c180fc0d62b821a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eea839a291db83c38d7f968f9c8fd5a1.setIcon(icon_add4d4b60399c30716e9c29f01e6b8ca);
|
|
|
|
|
|
var marker_baa2085bb9206a2a82c65170e9a87a21 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_df40898b099bc8ab0e84b66922d530d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36af65f1cf878ec230c6d24bea893a39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_075019d1e392f7ef4af34a498354f197 = $(`<div id="html_075019d1e392f7ef4af34a498354f197" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_36af65f1cf878ec230c6d24bea893a39.setContent(html_075019d1e392f7ef4af34a498354f197);
|
|
|
|
|
|
|
|
marker_baa2085bb9206a2a82c65170e9a87a21.bindPopup(popup_36af65f1cf878ec230c6d24bea893a39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_baa2085bb9206a2a82c65170e9a87a21.setIcon(icon_df40898b099bc8ab0e84b66922d530d1);
|
|
|
|
|
|
var marker_82071122a11c2f1267146adca97fe19c = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_95980ce0e724cd1f6dbcfdd6a75073a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55f0dc9bd6accd885825a4506e37e3c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ded9d85e8358c2c40436a00656ea8573 = $(`<div id="html_ded9d85e8358c2c40436a00656ea8573" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai:443</div>`)[0];
|
|
popup_55f0dc9bd6accd885825a4506e37e3c2.setContent(html_ded9d85e8358c2c40436a00656ea8573);
|
|
|
|
|
|
|
|
marker_82071122a11c2f1267146adca97fe19c.bindPopup(popup_55f0dc9bd6accd885825a4506e37e3c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82071122a11c2f1267146adca97fe19c.setIcon(icon_95980ce0e724cd1f6dbcfdd6a75073a1);
|
|
|
|
|
|
var marker_822db8261d01b9728d5bddec04d58f83 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_b18d7ffb65d892e9286b678b4636ed47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0b330409c2be07e3c80bfa3986f9346 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abc9ff169f6c97973d0423163795b72e = $(`<div id="html_abc9ff169f6c97973d0423163795b72e" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net:443</div>`)[0];
|
|
popup_b0b330409c2be07e3c80bfa3986f9346.setContent(html_abc9ff169f6c97973d0423163795b72e);
|
|
|
|
|
|
|
|
marker_822db8261d01b9728d5bddec04d58f83.bindPopup(popup_b0b330409c2be07e3c80bfa3986f9346)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_822db8261d01b9728d5bddec04d58f83.setIcon(icon_b18d7ffb65d892e9286b678b4636ed47);
|
|
|
|
|
|
var marker_1032a7e0711198007b896607de63977b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_16509f83404c1edff790cc66b6ca8430 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8da489e2210da4ac1bf839ad3328693a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f081926f00dedd07558c271ca996857c = $(`<div id="html_f081926f00dedd07558c271ca996857c" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_8da489e2210da4ac1bf839ad3328693a.setContent(html_f081926f00dedd07558c271ca996857c);
|
|
|
|
|
|
|
|
marker_1032a7e0711198007b896607de63977b.bindPopup(popup_8da489e2210da4ac1bf839ad3328693a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1032a7e0711198007b896607de63977b.setIcon(icon_16509f83404c1edff790cc66b6ca8430);
|
|
|
|
|
|
var marker_cad0c2a4088b0b4a8bd2bc78c3ff859c = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_c2dbed3a31fc737700e68ae70d1a1499 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_394b65b81a7e882e2142fa3106f659a5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c0a31922a6131afb6ded63763eb7f67 = $(`<div id="html_3c0a31922a6131afb6ded63763eb7f67" style="width: 100.0%; height: 100.0%;">ricardo-oem.tailb5546.ts.net</div>`)[0];
|
|
popup_394b65b81a7e882e2142fa3106f659a5.setContent(html_3c0a31922a6131afb6ded63763eb7f67);
|
|
|
|
|
|
|
|
marker_cad0c2a4088b0b4a8bd2bc78c3ff859c.bindPopup(popup_394b65b81a7e882e2142fa3106f659a5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cad0c2a4088b0b4a8bd2bc78c3ff859c.setIcon(icon_c2dbed3a31fc737700e68ae70d1a1499);
|
|
|
|
|
|
var marker_29d0ccbdef42001134e417d4b4b43f86 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_7eccb7e038a92873516df481f23fd28e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e264b6d9296d2e03aa1475e0769712cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89e2b0039d161bfa346e9210b71f0ede = $(`<div id="html_89e2b0039d161bfa346e9210b71f0ede" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_e264b6d9296d2e03aa1475e0769712cb.setContent(html_89e2b0039d161bfa346e9210b71f0ede);
|
|
|
|
|
|
|
|
marker_29d0ccbdef42001134e417d4b4b43f86.bindPopup(popup_e264b6d9296d2e03aa1475e0769712cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29d0ccbdef42001134e417d4b4b43f86.setIcon(icon_7eccb7e038a92873516df481f23fd28e);
|
|
|
|
|
|
var marker_936920da02b99367f66129ba74aafbc6 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_e5daa4ad090f4e27464754bcdab081f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91d7b2615740fe0b22f09b102bfd0494 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fd7f856657e60bc1e8b076745c51174 = $(`<div id="html_0fd7f856657e60bc1e8b076745c51174" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_91d7b2615740fe0b22f09b102bfd0494.setContent(html_0fd7f856657e60bc1e8b076745c51174);
|
|
|
|
|
|
|
|
marker_936920da02b99367f66129ba74aafbc6.bindPopup(popup_91d7b2615740fe0b22f09b102bfd0494)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_936920da02b99367f66129ba74aafbc6.setIcon(icon_e5daa4ad090f4e27464754bcdab081f2);
|
|
|
|
|
|
var marker_68748373cc6e35a3b92d2b51cc3448af = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_1dd8d05e3a44ae7a3ec5b4a2a6b9f680 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf553d311a140ddb1673bfd470dd425a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6ed168c9788437a3a6762245ea80529 = $(`<div id="html_a6ed168c9788437a3a6762245ea80529" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_cf553d311a140ddb1673bfd470dd425a.setContent(html_a6ed168c9788437a3a6762245ea80529);
|
|
|
|
|
|
|
|
marker_68748373cc6e35a3b92d2b51cc3448af.bindPopup(popup_cf553d311a140ddb1673bfd470dd425a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68748373cc6e35a3b92d2b51cc3448af.setIcon(icon_1dd8d05e3a44ae7a3ec5b4a2a6b9f680);
|
|
|
|
|
|
var marker_b5d65372ca49212adc33555134a0b2fa = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_0d010861b23189c3e12959f92f7b86d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d9579d11033dbd35cafd12d75f76c73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_898ad12fb1aa99d2b5d6168b5f924e3b = $(`<div id="html_898ad12fb1aa99d2b5d6168b5f924e3b" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com</div>`)[0];
|
|
popup_0d9579d11033dbd35cafd12d75f76c73.setContent(html_898ad12fb1aa99d2b5d6168b5f924e3b);
|
|
|
|
|
|
|
|
marker_b5d65372ca49212adc33555134a0b2fa.bindPopup(popup_0d9579d11033dbd35cafd12d75f76c73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5d65372ca49212adc33555134a0b2fa.setIcon(icon_0d010861b23189c3e12959f92f7b86d8);
|
|
|
|
|
|
var marker_119ebb547e792ff77678582c6e82d48b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_b4538fd32bc86a242dff421cc4bb358c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_516916ab6373b982154e0a8e1904562b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cdfcc9c5de66110271e0c9e0c47573a8 = $(`<div id="html_cdfcc9c5de66110271e0c9e0c47573a8" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_516916ab6373b982154e0a8e1904562b.setContent(html_cdfcc9c5de66110271e0c9e0c47573a8);
|
|
|
|
|
|
|
|
marker_119ebb547e792ff77678582c6e82d48b.bindPopup(popup_516916ab6373b982154e0a8e1904562b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_119ebb547e792ff77678582c6e82d48b.setIcon(icon_b4538fd32bc86a242dff421cc4bb358c);
|
|
|
|
|
|
var marker_188b1e9546cbe19f2fbfdb5e24f7c88a = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_97229dd527f456ed53057c02669a8e65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba6b7efd876aa6d903fa506025180c4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_978cbcc2d7076a92b5662a369a42d9f7 = $(`<div id="html_978cbcc2d7076a92b5662a369a42d9f7" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_ba6b7efd876aa6d903fa506025180c4b.setContent(html_978cbcc2d7076a92b5662a369a42d9f7);
|
|
|
|
|
|
|
|
marker_188b1e9546cbe19f2fbfdb5e24f7c88a.bindPopup(popup_ba6b7efd876aa6d903fa506025180c4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_188b1e9546cbe19f2fbfdb5e24f7c88a.setIcon(icon_97229dd527f456ed53057c02669a8e65);
|
|
|
|
|
|
var marker_66fcf674be1fb077f10173a66906fb51 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_8ba30e5a0de4ce3ab43adc4362e73aa0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d110c82169c2cc73a2acdd8fddabc457 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ceeaf4ba6d6cc7ab5e0cb7e07ab56bb = $(`<div id="html_0ceeaf4ba6d6cc7ab5e0cb7e07ab56bb" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_d110c82169c2cc73a2acdd8fddabc457.setContent(html_0ceeaf4ba6d6cc7ab5e0cb7e07ab56bb);
|
|
|
|
|
|
|
|
marker_66fcf674be1fb077f10173a66906fb51.bindPopup(popup_d110c82169c2cc73a2acdd8fddabc457)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66fcf674be1fb077f10173a66906fb51.setIcon(icon_8ba30e5a0de4ce3ab43adc4362e73aa0);
|
|
|
|
|
|
var marker_689aa583704cd525410e6cf0295369bc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_d8de81f288e79a7c0c9e73218846b7a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddb19888d2ae9eb1aa7c1b72942a3e72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2097299b5900138da6a0cfad56577469 = $(`<div id="html_2097299b5900138da6a0cfad56577469" style="width: 100.0%; height: 100.0%;">nostr.na.social:443</div>`)[0];
|
|
popup_ddb19888d2ae9eb1aa7c1b72942a3e72.setContent(html_2097299b5900138da6a0cfad56577469);
|
|
|
|
|
|
|
|
marker_689aa583704cd525410e6cf0295369bc.bindPopup(popup_ddb19888d2ae9eb1aa7c1b72942a3e72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_689aa583704cd525410e6cf0295369bc.setIcon(icon_d8de81f288e79a7c0c9e73218846b7a9);
|
|
|
|
|
|
var marker_923e99bf90ffc61a7cc8432f5a75a2a3 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_69c6d585831243492351c4975c4dbe3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37dcd66f8f0a7d54daa0e808ec24598f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e651e4a1888d119d08e439fc5fdef928 = $(`<div id="html_e651e4a1888d119d08e439fc5fdef928" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social:443</div>`)[0];
|
|
popup_37dcd66f8f0a7d54daa0e808ec24598f.setContent(html_e651e4a1888d119d08e439fc5fdef928);
|
|
|
|
|
|
|
|
marker_923e99bf90ffc61a7cc8432f5a75a2a3.bindPopup(popup_37dcd66f8f0a7d54daa0e808ec24598f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_923e99bf90ffc61a7cc8432f5a75a2a3.setIcon(icon_69c6d585831243492351c4975c4dbe3e);
|
|
|
|
|
|
var marker_4010686f50bb985a65c3e8da091f71e8 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_d941ecfe88db655fa5a6c87311cc9447 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d65b600bd76124ead9dbd9ac42483ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9f98e6d75d23b0d96b1a745908f1152 = $(`<div id="html_d9f98e6d75d23b0d96b1a745908f1152" style="width: 100.0%; height: 100.0%;">relay.wisp.talk:443</div>`)[0];
|
|
popup_5d65b600bd76124ead9dbd9ac42483ba.setContent(html_d9f98e6d75d23b0d96b1a745908f1152);
|
|
|
|
|
|
|
|
marker_4010686f50bb985a65c3e8da091f71e8.bindPopup(popup_5d65b600bd76124ead9dbd9ac42483ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4010686f50bb985a65c3e8da091f71e8.setIcon(icon_d941ecfe88db655fa5a6c87311cc9447);
|
|
|
|
|
|
var marker_59f0f4af7cfb7c0bdd5bd43a2931dd28 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_8473323924005a285f242a562a134cc4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b16833aab5eb36059e7b2d575583d7b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f575caf28c976b150ce57b9d2f0e469 = $(`<div id="html_9f575caf28c976b150ce57b9d2f0e469" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_b16833aab5eb36059e7b2d575583d7b8.setContent(html_9f575caf28c976b150ce57b9d2f0e469);
|
|
|
|
|
|
|
|
marker_59f0f4af7cfb7c0bdd5bd43a2931dd28.bindPopup(popup_b16833aab5eb36059e7b2d575583d7b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59f0f4af7cfb7c0bdd5bd43a2931dd28.setIcon(icon_8473323924005a285f242a562a134cc4);
|
|
|
|
|
|
var marker_1b8f82a0169238ec5a16a99dd8064a7d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_b7a1c273ebd8e820eb6337a9a96cd8fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65a594583de3af043228a14ed586f690 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfd1ab98ea03be7bdf81ebc18b39e9ea = $(`<div id="html_dfd1ab98ea03be7bdf81ebc18b39e9ea" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_65a594583de3af043228a14ed586f690.setContent(html_dfd1ab98ea03be7bdf81ebc18b39e9ea);
|
|
|
|
|
|
|
|
marker_1b8f82a0169238ec5a16a99dd8064a7d.bindPopup(popup_65a594583de3af043228a14ed586f690)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b8f82a0169238ec5a16a99dd8064a7d.setIcon(icon_b7a1c273ebd8e820eb6337a9a96cd8fd);
|
|
|
|
|
|
var marker_fa9a36f69d797fb5ea8cf5d8d2adf677 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_c9566638f014dbfcdecd98ee0640145e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c607510ef15e5baf441eed1f5af5078 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba905fe40eb9a1c856d61f0290d16c74 = $(`<div id="html_ba905fe40eb9a1c856d61f0290d16c74" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com:443</div>`)[0];
|
|
popup_4c607510ef15e5baf441eed1f5af5078.setContent(html_ba905fe40eb9a1c856d61f0290d16c74);
|
|
|
|
|
|
|
|
marker_fa9a36f69d797fb5ea8cf5d8d2adf677.bindPopup(popup_4c607510ef15e5baf441eed1f5af5078)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa9a36f69d797fb5ea8cf5d8d2adf677.setIcon(icon_c9566638f014dbfcdecd98ee0640145e);
|
|
|
|
|
|
var marker_a81ffa77d4f101259f5f3e2ceb21c0c0 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_d000865edf03334e39dc326ca9ccd9ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d30dfce14b93b67469ed337966e22d57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6a7f6c50c85dceb020aaeafa39f01c1 = $(`<div id="html_d6a7f6c50c85dceb020aaeafa39f01c1" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_d30dfce14b93b67469ed337966e22d57.setContent(html_d6a7f6c50c85dceb020aaeafa39f01c1);
|
|
|
|
|
|
|
|
marker_a81ffa77d4f101259f5f3e2ceb21c0c0.bindPopup(popup_d30dfce14b93b67469ed337966e22d57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a81ffa77d4f101259f5f3e2ceb21c0c0.setIcon(icon_d000865edf03334e39dc326ca9ccd9ac);
|
|
|
|
|
|
var marker_31c20c3f3519db097b75de1d38a95b8f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_57baf2ada3958680c8487b3e0bb03db7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb09bf2d9c4a49ab480a07dae6d2d6f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4e2950212e32a0615d71c853105fe92 = $(`<div id="html_e4e2950212e32a0615d71c853105fe92" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com:443</div>`)[0];
|
|
popup_cb09bf2d9c4a49ab480a07dae6d2d6f4.setContent(html_e4e2950212e32a0615d71c853105fe92);
|
|
|
|
|
|
|
|
marker_31c20c3f3519db097b75de1d38a95b8f.bindPopup(popup_cb09bf2d9c4a49ab480a07dae6d2d6f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31c20c3f3519db097b75de1d38a95b8f.setIcon(icon_57baf2ada3958680c8487b3e0bb03db7);
|
|
|
|
|
|
var marker_7dd200c10fe096ba861bac41dd6ea051 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_ce43dd90679f9b4fce144f461a0c88b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a65c5de569f67c9e23bb086f5360bd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b623dd21b2e69737efc6cb11db2664c2 = $(`<div id="html_b623dd21b2e69737efc6cb11db2664c2" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev:443</div>`)[0];
|
|
popup_7a65c5de569f67c9e23bb086f5360bd8.setContent(html_b623dd21b2e69737efc6cb11db2664c2);
|
|
|
|
|
|
|
|
marker_7dd200c10fe096ba861bac41dd6ea051.bindPopup(popup_7a65c5de569f67c9e23bb086f5360bd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7dd200c10fe096ba861bac41dd6ea051.setIcon(icon_ce43dd90679f9b4fce144f461a0c88b4);
|
|
|
|
|
|
var marker_63b96920e055cf63c1476dbd61362f28 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_2fd48e127bfa893efe490820a9176752 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a31b501940ca48662a9dca827288e4ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b240fc3cf0208f0463241c01b0c45c21 = $(`<div id="html_b240fc3cf0208f0463241c01b0c45c21" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io:443</div>`)[0];
|
|
popup_a31b501940ca48662a9dca827288e4ab.setContent(html_b240fc3cf0208f0463241c01b0c45c21);
|
|
|
|
|
|
|
|
marker_63b96920e055cf63c1476dbd61362f28.bindPopup(popup_a31b501940ca48662a9dca827288e4ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63b96920e055cf63c1476dbd61362f28.setIcon(icon_2fd48e127bfa893efe490820a9176752);
|
|
|
|
|
|
var marker_be31da9aff47287cea510e2225d51c46 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_961221dfa5ff35442cd8fc9bb8b1a57a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_247c8778933bf3c55463f1339e09e65f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2486c792be418f61eb7829f58fa17eef = $(`<div id="html_2486c792be418f61eb7829f58fa17eef" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_247c8778933bf3c55463f1339e09e65f.setContent(html_2486c792be418f61eb7829f58fa17eef);
|
|
|
|
|
|
|
|
marker_be31da9aff47287cea510e2225d51c46.bindPopup(popup_247c8778933bf3c55463f1339e09e65f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be31da9aff47287cea510e2225d51c46.setIcon(icon_961221dfa5ff35442cd8fc9bb8b1a57a);
|
|
|
|
|
|
var marker_e56a829f2185ae36810b7eb8721429b4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_ed7137a5d9457211fe861eb62690e8b8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8212000459de2ea89e695b928bd98b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7da86b9d08b966a71e61938d8a26f38 = $(`<div id="html_b7da86b9d08b966a71e61938d8a26f38" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_b8212000459de2ea89e695b928bd98b0.setContent(html_b7da86b9d08b966a71e61938d8a26f38);
|
|
|
|
|
|
|
|
marker_e56a829f2185ae36810b7eb8721429b4.bindPopup(popup_b8212000459de2ea89e695b928bd98b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e56a829f2185ae36810b7eb8721429b4.setIcon(icon_ed7137a5d9457211fe861eb62690e8b8);
|
|
|
|
|
|
var marker_6b066cddc616f5ce846b1acffde79942 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_9a4794d081aba2272d7c1f27be9416f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25d4848f72bd3934fc487af0e00ccbb7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8313449b0ac21f42e38ee2dd86ca501 = $(`<div id="html_f8313449b0ac21f42e38ee2dd86ca501" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_25d4848f72bd3934fc487af0e00ccbb7.setContent(html_f8313449b0ac21f42e38ee2dd86ca501);
|
|
|
|
|
|
|
|
marker_6b066cddc616f5ce846b1acffde79942.bindPopup(popup_25d4848f72bd3934fc487af0e00ccbb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b066cddc616f5ce846b1acffde79942.setIcon(icon_9a4794d081aba2272d7c1f27be9416f1);
|
|
|
|
|
|
var marker_1cfc3d92d3fecb71926481e93954e7f2 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_c5ba472bae00348b01ae6cf422a7c46c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c8e94fec9cc920b859ca4e944c70385 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3cd484709865db690ac980ffccf1b302 = $(`<div id="html_3cd484709865db690ac980ffccf1b302" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com:443</div>`)[0];
|
|
popup_3c8e94fec9cc920b859ca4e944c70385.setContent(html_3cd484709865db690ac980ffccf1b302);
|
|
|
|
|
|
|
|
marker_1cfc3d92d3fecb71926481e93954e7f2.bindPopup(popup_3c8e94fec9cc920b859ca4e944c70385)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1cfc3d92d3fecb71926481e93954e7f2.setIcon(icon_c5ba472bae00348b01ae6cf422a7c46c);
|
|
|
|
|
|
var marker_c07a777330ad788ab27a22114765287b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_3e541779fac9ad573345811f733f606b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfd198846fd84e138c31735efd0f45f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0fc1c7b634d35cae1637c6c1f7fc60c = $(`<div id="html_d0fc1c7b634d35cae1637c6c1f7fc60c" style="width: 100.0%; height: 100.0%;">relay.plebchain.club</div>`)[0];
|
|
popup_cfd198846fd84e138c31735efd0f45f6.setContent(html_d0fc1c7b634d35cae1637c6c1f7fc60c);
|
|
|
|
|
|
|
|
marker_c07a777330ad788ab27a22114765287b.bindPopup(popup_cfd198846fd84e138c31735efd0f45f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c07a777330ad788ab27a22114765287b.setIcon(icon_3e541779fac9ad573345811f733f606b);
|
|
|
|
|
|
var marker_5bf2e1877ef6983ec236f51a638b8913 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_5b57c565e6e8a88b1484f21230fe1112 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b129588390f7704180dd9f7b121cd958 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6a0a30b666117b5ebb56082d645c555 = $(`<div id="html_e6a0a30b666117b5ebb56082d645c555" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io:443</div>`)[0];
|
|
popup_b129588390f7704180dd9f7b121cd958.setContent(html_e6a0a30b666117b5ebb56082d645c555);
|
|
|
|
|
|
|
|
marker_5bf2e1877ef6983ec236f51a638b8913.bindPopup(popup_b129588390f7704180dd9f7b121cd958)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bf2e1877ef6983ec236f51a638b8913.setIcon(icon_5b57c565e6e8a88b1484f21230fe1112);
|
|
|
|
|
|
var marker_311d0d9faf424ec3fc2da2f20705ae93 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_f37c87b18ecd05bd588c0c6eadeaebd0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8ae90d44f5ad259f1bfd7c69741b5e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df1c742f492419f8a61951275bf36ae4 = $(`<div id="html_df1c742f492419f8a61951275bf36ae4" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live:443</div>`)[0];
|
|
popup_b8ae90d44f5ad259f1bfd7c69741b5e2.setContent(html_df1c742f492419f8a61951275bf36ae4);
|
|
|
|
|
|
|
|
marker_311d0d9faf424ec3fc2da2f20705ae93.bindPopup(popup_b8ae90d44f5ad259f1bfd7c69741b5e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_311d0d9faf424ec3fc2da2f20705ae93.setIcon(icon_f37c87b18ecd05bd588c0c6eadeaebd0);
|
|
|
|
|
|
var marker_342ec4580c5d521dc5bc4a04d1878c5c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_625db487225496ecbf31ae2c43363196 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d673783930bd39325c9fb68979201282 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d0ffe25a10ba806e5c82ba4d2043652 = $(`<div id="html_3d0ffe25a10ba806e5c82ba4d2043652" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_d673783930bd39325c9fb68979201282.setContent(html_3d0ffe25a10ba806e5c82ba4d2043652);
|
|
|
|
|
|
|
|
marker_342ec4580c5d521dc5bc4a04d1878c5c.bindPopup(popup_d673783930bd39325c9fb68979201282)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_342ec4580c5d521dc5bc4a04d1878c5c.setIcon(icon_625db487225496ecbf31ae2c43363196);
|
|
|
|
|
|
var marker_40e378f68c575f28c3da22b0f51bc4f5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_aabaa8ae78f17ac01e8c20f5d0efa09d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67813f1acc5049d2f1207eadf5ee6418 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfc3f4651f51373e25c97a7fbe80ad48 = $(`<div id="html_cfc3f4651f51373e25c97a7fbe80ad48" style="width: 100.0%; height: 100.0%;">x.kojira.io:443</div>`)[0];
|
|
popup_67813f1acc5049d2f1207eadf5ee6418.setContent(html_cfc3f4651f51373e25c97a7fbe80ad48);
|
|
|
|
|
|
|
|
marker_40e378f68c575f28c3da22b0f51bc4f5.bindPopup(popup_67813f1acc5049d2f1207eadf5ee6418)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40e378f68c575f28c3da22b0f51bc4f5.setIcon(icon_aabaa8ae78f17ac01e8c20f5d0efa09d);
|
|
|
|
|
|
var marker_7ff5be07c59b5899db34f58dca0cbf0e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_41884f0b5a17f859b4f4417548100eee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8dfed96f8e34d46f7107b2a2f7d9873f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6826fa346ad51951a39d7fb6726b61a6 = $(`<div id="html_6826fa346ad51951a39d7fb6726b61a6" style="width: 100.0%; height: 100.0%;">nostr.girino.org:443</div>`)[0];
|
|
popup_8dfed96f8e34d46f7107b2a2f7d9873f.setContent(html_6826fa346ad51951a39d7fb6726b61a6);
|
|
|
|
|
|
|
|
marker_7ff5be07c59b5899db34f58dca0cbf0e.bindPopup(popup_8dfed96f8e34d46f7107b2a2f7d9873f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ff5be07c59b5899db34f58dca0cbf0e.setIcon(icon_41884f0b5a17f859b4f4417548100eee);
|
|
|
|
|
|
var marker_6df9dd32f0ec15e77c18627ad369da0f = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_a2cbb1ac1745e25ac1ec9696394a92c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ed7db7bf5bf34fa0c301cb470c8d397 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ca94017394ae1aa81bf9f4a1546c614 = $(`<div id="html_0ca94017394ae1aa81bf9f4a1546c614" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_9ed7db7bf5bf34fa0c301cb470c8d397.setContent(html_0ca94017394ae1aa81bf9f4a1546c614);
|
|
|
|
|
|
|
|
marker_6df9dd32f0ec15e77c18627ad369da0f.bindPopup(popup_9ed7db7bf5bf34fa0c301cb470c8d397)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6df9dd32f0ec15e77c18627ad369da0f.setIcon(icon_a2cbb1ac1745e25ac1ec9696394a92c3);
|
|
|
|
|
|
var marker_74d58b189b94ca00c0bc94ef6e6968a6 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_c79c5757ace5bd055eee250e1cb25f0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70a1abc443af4a075848ac7c8b6580e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3b28be3e02fb5bd69a0b1470c0358d6 = $(`<div id="html_f3b28be3e02fb5bd69a0b1470c0358d6" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_70a1abc443af4a075848ac7c8b6580e7.setContent(html_f3b28be3e02fb5bd69a0b1470c0358d6);
|
|
|
|
|
|
|
|
marker_74d58b189b94ca00c0bc94ef6e6968a6.bindPopup(popup_70a1abc443af4a075848ac7c8b6580e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74d58b189b94ca00c0bc94ef6e6968a6.setIcon(icon_c79c5757ace5bd055eee250e1cb25f0a);
|
|
|
|
|
|
var marker_1cd07945986792144fb0a18238c307a7 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_ebf1ef4b0e6d0cbe6667412282e4831e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2dbf1c595f06383ad24b93f3ca0ebf38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63acf43ad60e81f48adba7e7450b01e7 = $(`<div id="html_63acf43ad60e81f48adba7e7450b01e7" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_2dbf1c595f06383ad24b93f3ca0ebf38.setContent(html_63acf43ad60e81f48adba7e7450b01e7);
|
|
|
|
|
|
|
|
marker_1cd07945986792144fb0a18238c307a7.bindPopup(popup_2dbf1c595f06383ad24b93f3ca0ebf38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1cd07945986792144fb0a18238c307a7.setIcon(icon_ebf1ef4b0e6d0cbe6667412282e4831e);
|
|
|
|
|
|
var marker_b59badc012bab8d70e8603bff816da6e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_ea4a4f9a694c69e4a1d9b51101d6771f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f92fde3ac7558c6fb789144fa584967 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd4e979d7dfa96a1bda114e5df119e84 = $(`<div id="html_fd4e979d7dfa96a1bda114e5df119e84" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_1f92fde3ac7558c6fb789144fa584967.setContent(html_fd4e979d7dfa96a1bda114e5df119e84);
|
|
|
|
|
|
|
|
marker_b59badc012bab8d70e8603bff816da6e.bindPopup(popup_1f92fde3ac7558c6fb789144fa584967)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b59badc012bab8d70e8603bff816da6e.setIcon(icon_ea4a4f9a694c69e4a1d9b51101d6771f);
|
|
|
|
|
|
var marker_04daad4ab8e9b20d9c4330a25c0a2196 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_4c22eb1e31c7cf3d4267f20af8d86d59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77313342d816eb154dc931d3ecf2b946 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f276478d63655472155091e7edd277f9 = $(`<div id="html_f276478d63655472155091e7edd277f9" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_77313342d816eb154dc931d3ecf2b946.setContent(html_f276478d63655472155091e7edd277f9);
|
|
|
|
|
|
|
|
marker_04daad4ab8e9b20d9c4330a25c0a2196.bindPopup(popup_77313342d816eb154dc931d3ecf2b946)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04daad4ab8e9b20d9c4330a25c0a2196.setIcon(icon_4c22eb1e31c7cf3d4267f20af8d86d59);
|
|
|
|
|
|
var marker_1e7bf4fc44f202900a7b4216f71d0011 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_91897ed560e5e34f77e5e8fefb68a77d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a014b31ecc515e38d7453937c7621094 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b48033b9cdf64d3175a1d3f59830dbdf = $(`<div id="html_b48033b9cdf64d3175a1d3f59830dbdf" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_a014b31ecc515e38d7453937c7621094.setContent(html_b48033b9cdf64d3175a1d3f59830dbdf);
|
|
|
|
|
|
|
|
marker_1e7bf4fc44f202900a7b4216f71d0011.bindPopup(popup_a014b31ecc515e38d7453937c7621094)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e7bf4fc44f202900a7b4216f71d0011.setIcon(icon_91897ed560e5e34f77e5e8fefb68a77d);
|
|
|
|
|
|
var marker_619cffaa1963293cb8d1e7acc60bb980 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_932f99034304249dd169defea3342a9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9dc64876ecb8aa8a2ec5a09a7d17266 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6dce2c7af6e70a0bcae3b36b588b0737 = $(`<div id="html_6dce2c7af6e70a0bcae3b36b588b0737" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_b9dc64876ecb8aa8a2ec5a09a7d17266.setContent(html_6dce2c7af6e70a0bcae3b36b588b0737);
|
|
|
|
|
|
|
|
marker_619cffaa1963293cb8d1e7acc60bb980.bindPopup(popup_b9dc64876ecb8aa8a2ec5a09a7d17266)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_619cffaa1963293cb8d1e7acc60bb980.setIcon(icon_932f99034304249dd169defea3342a9f);
|
|
|
|
|
|
var marker_8d98852a01f22ab2a914dd397c92e87c = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_60179c9a15c7433719110ef7b97b29b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f87191da3046f2318bb65048fbb4f964 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_645d3303cff38511da09ab9b32d5cad4 = $(`<div id="html_645d3303cff38511da09ab9b32d5cad4" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_f87191da3046f2318bb65048fbb4f964.setContent(html_645d3303cff38511da09ab9b32d5cad4);
|
|
|
|
|
|
|
|
marker_8d98852a01f22ab2a914dd397c92e87c.bindPopup(popup_f87191da3046f2318bb65048fbb4f964)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d98852a01f22ab2a914dd397c92e87c.setIcon(icon_60179c9a15c7433719110ef7b97b29b5);
|
|
|
|
|
|
var marker_d2b9858576be51124d4ffe57bc7483a7 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_1c552954d211ced7d54f4c64d12e878a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55d84b03d2d961a96808ad5c732c0c0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_387f43d0628b7be8391f637ee0d9439a = $(`<div id="html_387f43d0628b7be8391f637ee0d9439a" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com:443</div>`)[0];
|
|
popup_55d84b03d2d961a96808ad5c732c0c0f.setContent(html_387f43d0628b7be8391f637ee0d9439a);
|
|
|
|
|
|
|
|
marker_d2b9858576be51124d4ffe57bc7483a7.bindPopup(popup_55d84b03d2d961a96808ad5c732c0c0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2b9858576be51124d4ffe57bc7483a7.setIcon(icon_1c552954d211ced7d54f4c64d12e878a);
|
|
|
|
|
|
var marker_3da6772eb4b85f1fdd22f05d6eb64c34 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_926b6f5f812589a1dea4ea53719ad860 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1148de0685c84a062ba696e5d9185104 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5299ab4ea016bf217beffdd56c4f8494 = $(`<div id="html_5299ab4ea016bf217beffdd56c4f8494" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info:443</div>`)[0];
|
|
popup_1148de0685c84a062ba696e5d9185104.setContent(html_5299ab4ea016bf217beffdd56c4f8494);
|
|
|
|
|
|
|
|
marker_3da6772eb4b85f1fdd22f05d6eb64c34.bindPopup(popup_1148de0685c84a062ba696e5d9185104)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3da6772eb4b85f1fdd22f05d6eb64c34.setIcon(icon_926b6f5f812589a1dea4ea53719ad860);
|
|
|
|
|
|
var marker_0bbe3c594d7f69645dcb585e3bf56b7c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_20ccfd410ed6c8b50aa4759dc430b841 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f66f040dd5d579e6459bcba3ef05293 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d647e539ed257461f7311103f742e37c = $(`<div id="html_d647e539ed257461f7311103f742e37c" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_7f66f040dd5d579e6459bcba3ef05293.setContent(html_d647e539ed257461f7311103f742e37c);
|
|
|
|
|
|
|
|
marker_0bbe3c594d7f69645dcb585e3bf56b7c.bindPopup(popup_7f66f040dd5d579e6459bcba3ef05293)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0bbe3c594d7f69645dcb585e3bf56b7c.setIcon(icon_20ccfd410ed6c8b50aa4759dc430b841);
|
|
|
|
|
|
var marker_027eb7c8b602faa745006afe6facbc98 = L.marker(
|
|
[46.5971, 9.59652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_be8d6f210129284d2dacc7013fd76083 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f02ed32a6e6a40e0bf9541cfea219504 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5070051e0de77eba035d1540c67916d1 = $(`<div id="html_5070051e0de77eba035d1540c67916d1" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_f02ed32a6e6a40e0bf9541cfea219504.setContent(html_5070051e0de77eba035d1540c67916d1);
|
|
|
|
|
|
|
|
marker_027eb7c8b602faa745006afe6facbc98.bindPopup(popup_f02ed32a6e6a40e0bf9541cfea219504)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_027eb7c8b602faa745006afe6facbc98.setIcon(icon_be8d6f210129284d2dacc7013fd76083);
|
|
|
|
|
|
var marker_8a831116d3e15e2c3bfd9771f88c02f6 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_c683c3ddc6b550510d9de7f1b38f4d9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f84e798d2ffc34853b5628c7bc161c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b87d796c55529bcc507de83d857e5dd = $(`<div id="html_7b87d796c55529bcc507de83d857e5dd" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_7f84e798d2ffc34853b5628c7bc161c7.setContent(html_7b87d796c55529bcc507de83d857e5dd);
|
|
|
|
|
|
|
|
marker_8a831116d3e15e2c3bfd9771f88c02f6.bindPopup(popup_7f84e798d2ffc34853b5628c7bc161c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a831116d3e15e2c3bfd9771f88c02f6.setIcon(icon_c683c3ddc6b550510d9de7f1b38f4d9a);
|
|
|
|
|
|
var marker_9b092b8626cffba527d645fd39607aa9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_70e86dffba5408e811e4c74863432cbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c086e246b1ac83a717bfc733e086759 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90383b569b8f7b2f171d401742b443b9 = $(`<div id="html_90383b569b8f7b2f171d401742b443b9" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_2c086e246b1ac83a717bfc733e086759.setContent(html_90383b569b8f7b2f171d401742b443b9);
|
|
|
|
|
|
|
|
marker_9b092b8626cffba527d645fd39607aa9.bindPopup(popup_2c086e246b1ac83a717bfc733e086759)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b092b8626cffba527d645fd39607aa9.setIcon(icon_70e86dffba5408e811e4c74863432cbd);
|
|
|
|
|
|
var marker_9c728e3bcf74662b3f52e127bf6e8e35 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_55b59e95737b9ff229ab01c10c0ebe3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffec196637f2d954fb5ee52eb40e2841 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d2ad0f35537c20c3ed46086a175881a = $(`<div id="html_4d2ad0f35537c20c3ed46086a175881a" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_ffec196637f2d954fb5ee52eb40e2841.setContent(html_4d2ad0f35537c20c3ed46086a175881a);
|
|
|
|
|
|
|
|
marker_9c728e3bcf74662b3f52e127bf6e8e35.bindPopup(popup_ffec196637f2d954fb5ee52eb40e2841)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c728e3bcf74662b3f52e127bf6e8e35.setIcon(icon_55b59e95737b9ff229ab01c10c0ebe3f);
|
|
|
|
|
|
var marker_8f24c4c9a0e20cd1c621557410fd4d63 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_f601990fe158555c6bd3ea13af564671 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80c55e9dae13724bc11844edd44ba61a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_782c348558fe4386d6ac49a3adef7565 = $(`<div id="html_782c348558fe4386d6ac49a3adef7565" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_80c55e9dae13724bc11844edd44ba61a.setContent(html_782c348558fe4386d6ac49a3adef7565);
|
|
|
|
|
|
|
|
marker_8f24c4c9a0e20cd1c621557410fd4d63.bindPopup(popup_80c55e9dae13724bc11844edd44ba61a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f24c4c9a0e20cd1c621557410fd4d63.setIcon(icon_f601990fe158555c6bd3ea13af564671);
|
|
|
|
|
|
var marker_6e0aa1e60d8af9c6ab55536f283cc919 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_4f0ae98cc0f2237cd22e346874d306d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6a3cd6ce4a30a34c7f4d0c0496fb3a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f559b052fba001f9ecceb917384acb3e = $(`<div id="html_f559b052fba001f9ecceb917384acb3e" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch:443</div>`)[0];
|
|
popup_e6a3cd6ce4a30a34c7f4d0c0496fb3a4.setContent(html_f559b052fba001f9ecceb917384acb3e);
|
|
|
|
|
|
|
|
marker_6e0aa1e60d8af9c6ab55536f283cc919.bindPopup(popup_e6a3cd6ce4a30a34c7f4d0c0496fb3a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e0aa1e60d8af9c6ab55536f283cc919.setIcon(icon_4f0ae98cc0f2237cd22e346874d306d0);
|
|
|
|
|
|
var marker_f9fc76f16080bce53d5edea106cd6f87 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_803ddfe306469bd0b82f67bf23a88be8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_976ebaf4a032e44af9f43400dbebb445 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_864dce59567a430a189bb4ae90d4d969 = $(`<div id="html_864dce59567a430a189bb4ae90d4d969" style="width: 100.0%; height: 100.0%;">relay.layer.systems:443</div>`)[0];
|
|
popup_976ebaf4a032e44af9f43400dbebb445.setContent(html_864dce59567a430a189bb4ae90d4d969);
|
|
|
|
|
|
|
|
marker_f9fc76f16080bce53d5edea106cd6f87.bindPopup(popup_976ebaf4a032e44af9f43400dbebb445)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9fc76f16080bce53d5edea106cd6f87.setIcon(icon_803ddfe306469bd0b82f67bf23a88be8);
|
|
|
|
|
|
var marker_3c1657a9bd9c3d303cd8d397b921adb0 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_dbd670a99ece05cee0ba33fbb63dd381 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c22d3cf03c16319f30762638bcdb12be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5dad725b69d8351eb8bc6f2431a696d = $(`<div id="html_a5dad725b69d8351eb8bc6f2431a696d" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com:443</div>`)[0];
|
|
popup_c22d3cf03c16319f30762638bcdb12be.setContent(html_a5dad725b69d8351eb8bc6f2431a696d);
|
|
|
|
|
|
|
|
marker_3c1657a9bd9c3d303cd8d397b921adb0.bindPopup(popup_c22d3cf03c16319f30762638bcdb12be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c1657a9bd9c3d303cd8d397b921adb0.setIcon(icon_dbd670a99ece05cee0ba33fbb63dd381);
|
|
|
|
|
|
var marker_1ee50e348958dfb51fffc6dcf60725ef = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_acb63a565966c3481334e6e688798251 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d75eea2868c4d167c9768d1fe11f89e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa0df523f3c5c559f901359e699516dc = $(`<div id="html_fa0df523f3c5c559f901359e699516dc" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_1d75eea2868c4d167c9768d1fe11f89e.setContent(html_fa0df523f3c5c559f901359e699516dc);
|
|
|
|
|
|
|
|
marker_1ee50e348958dfb51fffc6dcf60725ef.bindPopup(popup_1d75eea2868c4d167c9768d1fe11f89e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ee50e348958dfb51fffc6dcf60725ef.setIcon(icon_acb63a565966c3481334e6e688798251);
|
|
|
|
|
|
var marker_d77e1bae4f6d344e0846fd770f24b193 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_ed501c08cfda4a04279b154e731e534d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af4909cdc7799fb7116347e5a3924ba1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a416f2a161aaac70b142871ad66c8c6 = $(`<div id="html_8a416f2a161aaac70b142871ad66c8c6" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_af4909cdc7799fb7116347e5a3924ba1.setContent(html_8a416f2a161aaac70b142871ad66c8c6);
|
|
|
|
|
|
|
|
marker_d77e1bae4f6d344e0846fd770f24b193.bindPopup(popup_af4909cdc7799fb7116347e5a3924ba1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d77e1bae4f6d344e0846fd770f24b193.setIcon(icon_ed501c08cfda4a04279b154e731e534d);
|
|
|
|
|
|
var marker_47ab4128e3348339fb17990129cbb376 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_5776d6658b1358fbaade39b2a1f508b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e7eef26a1897873854c0538497361fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9daf49899c98f13bcf1eea23031dd36 = $(`<div id="html_d9daf49899c98f13bcf1eea23031dd36" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_1e7eef26a1897873854c0538497361fc.setContent(html_d9daf49899c98f13bcf1eea23031dd36);
|
|
|
|
|
|
|
|
marker_47ab4128e3348339fb17990129cbb376.bindPopup(popup_1e7eef26a1897873854c0538497361fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47ab4128e3348339fb17990129cbb376.setIcon(icon_5776d6658b1358fbaade39b2a1f508b4);
|
|
|
|
|
|
var marker_90a928c7dc696e199447eecb2639ae3a = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_364bc8d7dff2b2401b88f02d02fabe99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c10249c1d9c17884ebb4dc92ccf333cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ee9606af12dee9d66ef52152df7578d = $(`<div id="html_1ee9606af12dee9d66ef52152df7578d" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de:443</div>`)[0];
|
|
popup_c10249c1d9c17884ebb4dc92ccf333cc.setContent(html_1ee9606af12dee9d66ef52152df7578d);
|
|
|
|
|
|
|
|
marker_90a928c7dc696e199447eecb2639ae3a.bindPopup(popup_c10249c1d9c17884ebb4dc92ccf333cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90a928c7dc696e199447eecb2639ae3a.setIcon(icon_364bc8d7dff2b2401b88f02d02fabe99);
|
|
|
|
|
|
var marker_a451e0cb26c7c0d4be4fc6c75749cd3f = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_60c7d2016e838d2ad7a40b3c05deb970 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd88e51ef33057e0144e9a0272c56ba3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_621d75366b9b3b3dab702dada3cce34d = $(`<div id="html_621d75366b9b3b3dab702dada3cce34d" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net</div>`)[0];
|
|
popup_bd88e51ef33057e0144e9a0272c56ba3.setContent(html_621d75366b9b3b3dab702dada3cce34d);
|
|
|
|
|
|
|
|
marker_a451e0cb26c7c0d4be4fc6c75749cd3f.bindPopup(popup_bd88e51ef33057e0144e9a0272c56ba3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a451e0cb26c7c0d4be4fc6c75749cd3f.setIcon(icon_60c7d2016e838d2ad7a40b3c05deb970);
|
|
|
|
|
|
var marker_396c755a6ce83e603903f837976dfe8a = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_930a9e24d16a24017b990739579df99d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8cf9872e098ed504de9bc98b2e7126a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b63facad5715dd44eb43802e0e2802a0 = $(`<div id="html_b63facad5715dd44eb43802e0e2802a0" style="width: 100.0%; height: 100.0%;">nostr.stakey.net:443</div>`)[0];
|
|
popup_8cf9872e098ed504de9bc98b2e7126a8.setContent(html_b63facad5715dd44eb43802e0e2802a0);
|
|
|
|
|
|
|
|
marker_396c755a6ce83e603903f837976dfe8a.bindPopup(popup_8cf9872e098ed504de9bc98b2e7126a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_396c755a6ce83e603903f837976dfe8a.setIcon(icon_930a9e24d16a24017b990739579df99d);
|
|
|
|
|
|
var marker_e9fab6c46e4b31d5d6bf37c7894c1992 = L.marker(
|
|
[48.5333, 10.7],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_de4da8186e9aba13add660ed8731fba8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e55ae241528c429dc10d4b1a39b3081 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f9a0257d7b7fa3822e1ba442676bea1 = $(`<div id="html_1f9a0257d7b7fa3822e1ba442676bea1" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_1e55ae241528c429dc10d4b1a39b3081.setContent(html_1f9a0257d7b7fa3822e1ba442676bea1);
|
|
|
|
|
|
|
|
marker_e9fab6c46e4b31d5d6bf37c7894c1992.bindPopup(popup_1e55ae241528c429dc10d4b1a39b3081)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9fab6c46e4b31d5d6bf37c7894c1992.setIcon(icon_de4da8186e9aba13add660ed8731fba8);
|
|
|
|
|
|
var marker_eed0b294dd08ecdf5f633bae3ac73a9a = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_6642b88e354a96956e402c83146d5b4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12a6694edfdb5ea29a7874c8b09c7dc4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23e7cafc5ce70b09a794a9288606d4cb = $(`<div id="html_23e7cafc5ce70b09a794a9288606d4cb" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_12a6694edfdb5ea29a7874c8b09c7dc4.setContent(html_23e7cafc5ce70b09a794a9288606d4cb);
|
|
|
|
|
|
|
|
marker_eed0b294dd08ecdf5f633bae3ac73a9a.bindPopup(popup_12a6694edfdb5ea29a7874c8b09c7dc4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eed0b294dd08ecdf5f633bae3ac73a9a.setIcon(icon_6642b88e354a96956e402c83146d5b4e);
|
|
|
|
|
|
var marker_b966d1dd4fc2b0e9d958bce593da5510 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_2dfb2d07e101335e5aa01c3a52a1955a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4574f212433ab8d3879f5e12982a3241 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42c9f95284b4c3e0bd0288e4eb9b5c96 = $(`<div id="html_42c9f95284b4c3e0bd0288e4eb9b5c96" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_4574f212433ab8d3879f5e12982a3241.setContent(html_42c9f95284b4c3e0bd0288e4eb9b5c96);
|
|
|
|
|
|
|
|
marker_b966d1dd4fc2b0e9d958bce593da5510.bindPopup(popup_4574f212433ab8d3879f5e12982a3241)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b966d1dd4fc2b0e9d958bce593da5510.setIcon(icon_2dfb2d07e101335e5aa01c3a52a1955a);
|
|
|
|
|
|
var marker_009453f990c2643422ee2c563d3a8040 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_ee9258e751f011bc553330044a9bfd64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_138a75b445ec7d2da79f96bdd06424a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21e6946b79f29a58e9d5707a5093479b = $(`<div id="html_21e6946b79f29a58e9d5707a5093479b" style="width: 100.0%; height: 100.0%;">thecitadel.nostr1.com</div>`)[0];
|
|
popup_138a75b445ec7d2da79f96bdd06424a0.setContent(html_21e6946b79f29a58e9d5707a5093479b);
|
|
|
|
|
|
|
|
marker_009453f990c2643422ee2c563d3a8040.bindPopup(popup_138a75b445ec7d2da79f96bdd06424a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_009453f990c2643422ee2c563d3a8040.setIcon(icon_ee9258e751f011bc553330044a9bfd64);
|
|
|
|
|
|
var marker_a09f013bd526df1675990b611a0566bc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c823ea101deb4613e0d58d9130fba3a0);
|
|
|
|
|
|
var icon_92aaac5f12ba9cdbfc1ecc0be41ce4d5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f3ec53a7da01148516bb1d6411e35c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc263b7fcb953d691278274ab4dab393 = $(`<div id="html_dc263b7fcb953d691278274ab4dab393" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz:443</div>`)[0];
|
|
popup_7f3ec53a7da01148516bb1d6411e35c6.setContent(html_dc263b7fcb953d691278274ab4dab393);
|
|
|
|
|
|
|
|
marker_a09f013bd526df1675990b611a0566bc.bindPopup(popup_7f3ec53a7da01148516bb1d6411e35c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a09f013bd526df1675990b611a0566bc.setIcon(icon_92aaac5f12ba9cdbfc1ecc0be41ce4d5);
|
|
|
|
|
|
marker_cluster_c823ea101deb4613e0d58d9130fba3a0.addTo(map_4f1fc4404e4cb39ccb20edc6bb5aab64);
|
|
|
|
</script>
|
|
</html> |