mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 14:45:18 +00:00
10373 lines
302 KiB
HTML
10373 lines
302 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_5bd1c199b43ba71d0df162bb73d9d7e6 {
|
|
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_5bd1c199b43ba71d0df162bb73d9d7e6" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_5bd1c199b43ba71d0df162bb73d9d7e6 = L.map(
|
|
"map_5bd1c199b43ba71d0df162bb73d9d7e6",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_6902f91af028ea71bf7aa5e9fa018cd9 = 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_6902f91af028ea71bf7aa5e9fa018cd9.addTo(map_5bd1c199b43ba71d0df162bb73d9d7e6);
|
|
|
|
|
|
var marker_cluster_c008e6baf403df7b9a36d7f8d8d05164 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_457f49433748a26511c713e9253db23c = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_b20eab7a3342471e71088aa3b0859029 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1a6dab93afe8d1512e9d45c69aeb047 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_861a78579f30c27e5182661dfc8721e9 = $(`<div id="html_861a78579f30c27e5182661dfc8721e9" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_f1a6dab93afe8d1512e9d45c69aeb047.setContent(html_861a78579f30c27e5182661dfc8721e9);
|
|
|
|
|
|
|
|
marker_457f49433748a26511c713e9253db23c.bindPopup(popup_f1a6dab93afe8d1512e9d45c69aeb047)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_457f49433748a26511c713e9253db23c.setIcon(icon_b20eab7a3342471e71088aa3b0859029);
|
|
|
|
|
|
var marker_a9b6797e4d010d0236552b7155cce95c = L.marker(
|
|
[30.2672, -97.7431],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_ddb7cc20ee3ed30040a55912b101429a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0741530e0bad4cdbb1a20c28c9a7b5ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_396a2ab65a912c2e6cb03e7b15ba8004 = $(`<div id="html_396a2ab65a912c2e6cb03e7b15ba8004" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_0741530e0bad4cdbb1a20c28c9a7b5ac.setContent(html_396a2ab65a912c2e6cb03e7b15ba8004);
|
|
|
|
|
|
|
|
marker_a9b6797e4d010d0236552b7155cce95c.bindPopup(popup_0741530e0bad4cdbb1a20c28c9a7b5ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9b6797e4d010d0236552b7155cce95c.setIcon(icon_ddb7cc20ee3ed30040a55912b101429a);
|
|
|
|
|
|
var marker_4b41abdc772695ceccdc8e8c9e2cd208 = L.marker(
|
|
[51.098, 17.0321],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_a168c1b4ef6682d16e5342781291f1cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1857d23a67e6225bd74331c8adb11111 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab3e3b252332111c4f9414c327133eff = $(`<div id="html_ab3e3b252332111c4f9414c327133eff" style="width: 100.0%; height: 100.0%;">relay.letsfo.com</div>`)[0];
|
|
popup_1857d23a67e6225bd74331c8adb11111.setContent(html_ab3e3b252332111c4f9414c327133eff);
|
|
|
|
|
|
|
|
marker_4b41abdc772695ceccdc8e8c9e2cd208.bindPopup(popup_1857d23a67e6225bd74331c8adb11111)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b41abdc772695ceccdc8e8c9e2cd208.setIcon(icon_a168c1b4ef6682d16e5342781291f1cd);
|
|
|
|
|
|
var marker_ff5abde92997f37cca03c33a7c0f0bc9 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_78f961a2a72ad9c1ecf598a98b887f89 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ad6a767f0db02553c82b2bedeb84a3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4118ac3b3008b25e4f42f37c388bb3b1 = $(`<div id="html_4118ac3b3008b25e4f42f37c388bb3b1" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_9ad6a767f0db02553c82b2bedeb84a3f.setContent(html_4118ac3b3008b25e4f42f37c388bb3b1);
|
|
|
|
|
|
|
|
marker_ff5abde92997f37cca03c33a7c0f0bc9.bindPopup(popup_9ad6a767f0db02553c82b2bedeb84a3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff5abde92997f37cca03c33a7c0f0bc9.setIcon(icon_78f961a2a72ad9c1ecf598a98b887f89);
|
|
|
|
|
|
var marker_0def0b8a7341f194e5024afaa8f09ef5 = L.marker(
|
|
[59.4016, 17.9455],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_046cb45f71b2a2eb08cd4f907955b611 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be143f3fd694c2a3e6d3dc87a213c7b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_349cb5651eb591c4d2514b4d12bc0f39 = $(`<div id="html_349cb5651eb591c4d2514b4d12bc0f39" style="width: 100.0%; height: 100.0%;">relay.stream.labs.h3.se</div>`)[0];
|
|
popup_be143f3fd694c2a3e6d3dc87a213c7b4.setContent(html_349cb5651eb591c4d2514b4d12bc0f39);
|
|
|
|
|
|
|
|
marker_0def0b8a7341f194e5024afaa8f09ef5.bindPopup(popup_be143f3fd694c2a3e6d3dc87a213c7b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0def0b8a7341f194e5024afaa8f09ef5.setIcon(icon_046cb45f71b2a2eb08cd4f907955b611);
|
|
|
|
|
|
var marker_81ff5721f2eff92f4439ccd5703d7797 = L.marker(
|
|
[24.1469, 120.684],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_3ffdaf2edb6bec795ffdc363ef1454c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_333bbaf7a3b278770470ec7bbf6d59f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd850c0107d946d2f45a35d29b53a7b1 = $(`<div id="html_dd850c0107d946d2f45a35d29b53a7b1" style="width: 100.0%; height: 100.0%;">nostr.camalolo.com</div>`)[0];
|
|
popup_333bbaf7a3b278770470ec7bbf6d59f3.setContent(html_dd850c0107d946d2f45a35d29b53a7b1);
|
|
|
|
|
|
|
|
marker_81ff5721f2eff92f4439ccd5703d7797.bindPopup(popup_333bbaf7a3b278770470ec7bbf6d59f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81ff5721f2eff92f4439ccd5703d7797.setIcon(icon_3ffdaf2edb6bec795ffdc363ef1454c3);
|
|
|
|
|
|
var marker_9cd7a975be91c84ac9913783f2711a57 = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_98a7181d8f23a7f13d03ec92feee8c43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9ffb94ed8b12afbd2c3d097e479b056 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b380ae557f1ba81057ee988a520e862 = $(`<div id="html_1b380ae557f1ba81057ee988a520e862" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_c9ffb94ed8b12afbd2c3d097e479b056.setContent(html_1b380ae557f1ba81057ee988a520e862);
|
|
|
|
|
|
|
|
marker_9cd7a975be91c84ac9913783f2711a57.bindPopup(popup_c9ffb94ed8b12afbd2c3d097e479b056)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9cd7a975be91c84ac9913783f2711a57.setIcon(icon_98a7181d8f23a7f13d03ec92feee8c43);
|
|
|
|
|
|
var marker_0a30bc5277802afd2ca1deb41d4afb8f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_2242417aab4a9edf74405e57c8571871 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83660387965355205e6d0c767978cbe5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f50b8ed2ad358a6dc82002b35ee8c0c = $(`<div id="html_0f50b8ed2ad358a6dc82002b35ee8c0c" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_83660387965355205e6d0c767978cbe5.setContent(html_0f50b8ed2ad358a6dc82002b35ee8c0c);
|
|
|
|
|
|
|
|
marker_0a30bc5277802afd2ca1deb41d4afb8f.bindPopup(popup_83660387965355205e6d0c767978cbe5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a30bc5277802afd2ca1deb41d4afb8f.setIcon(icon_2242417aab4a9edf74405e57c8571871);
|
|
|
|
|
|
var marker_282641bd0e8194ce838c7abf7d326694 = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_aa20ea62f998597ea0ba171b5d643815 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_adea742ead3297fbdbd7f1a4fd062585 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7fa94239be5da213a5bea2d566c83afd = $(`<div id="html_7fa94239be5da213a5bea2d566c83afd" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_adea742ead3297fbdbd7f1a4fd062585.setContent(html_7fa94239be5da213a5bea2d566c83afd);
|
|
|
|
|
|
|
|
marker_282641bd0e8194ce838c7abf7d326694.bindPopup(popup_adea742ead3297fbdbd7f1a4fd062585)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_282641bd0e8194ce838c7abf7d326694.setIcon(icon_aa20ea62f998597ea0ba171b5d643815);
|
|
|
|
|
|
var marker_19225f867a59f784977f8ce1df75e165 = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_76d43211cdb7cbf12588b870e610385c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f59beed0dc56236f91bfbe93ad35f0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe252ee0a515e8dfafe7a28615d05437 = $(`<div id="html_fe252ee0a515e8dfafe7a28615d05437" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_1f59beed0dc56236f91bfbe93ad35f0f.setContent(html_fe252ee0a515e8dfafe7a28615d05437);
|
|
|
|
|
|
|
|
marker_19225f867a59f784977f8ce1df75e165.bindPopup(popup_1f59beed0dc56236f91bfbe93ad35f0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_19225f867a59f784977f8ce1df75e165.setIcon(icon_76d43211cdb7cbf12588b870e610385c);
|
|
|
|
|
|
var marker_9f6e227c160083ba6258e79bdd94e6ad = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_d11dedf82d71f8c54d4333ec8c8aad7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d970085a732c33387c7c1e509c840cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90807965c7d1e941ecac1a322791a970 = $(`<div id="html_90807965c7d1e941ecac1a322791a970" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_9d970085a732c33387c7c1e509c840cf.setContent(html_90807965c7d1e941ecac1a322791a970);
|
|
|
|
|
|
|
|
marker_9f6e227c160083ba6258e79bdd94e6ad.bindPopup(popup_9d970085a732c33387c7c1e509c840cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f6e227c160083ba6258e79bdd94e6ad.setIcon(icon_d11dedf82d71f8c54d4333ec8c8aad7e);
|
|
|
|
|
|
var marker_8009fdd7d9c9baa8cacc889a98ad87f3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_7d7e8a3f62ec06f715ede0df20e46087 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07106902ca9a6c7a9d44afc0a7376063 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e324581802463b04e27d22908bf2c79 = $(`<div id="html_0e324581802463b04e27d22908bf2c79" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_07106902ca9a6c7a9d44afc0a7376063.setContent(html_0e324581802463b04e27d22908bf2c79);
|
|
|
|
|
|
|
|
marker_8009fdd7d9c9baa8cacc889a98ad87f3.bindPopup(popup_07106902ca9a6c7a9d44afc0a7376063)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8009fdd7d9c9baa8cacc889a98ad87f3.setIcon(icon_7d7e8a3f62ec06f715ede0df20e46087);
|
|
|
|
|
|
var marker_119307375c370eaa5168dd3319b7d28d = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_0edaee52b1bd361cb7de7f267c77289e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c105340882d1a446e37edbea1f808c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ce4ab7ad595a7c874bf75fc40e91bd4 = $(`<div id="html_3ce4ab7ad595a7c874bf75fc40e91bd4" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_4c105340882d1a446e37edbea1f808c4.setContent(html_3ce4ab7ad595a7c874bf75fc40e91bd4);
|
|
|
|
|
|
|
|
marker_119307375c370eaa5168dd3319b7d28d.bindPopup(popup_4c105340882d1a446e37edbea1f808c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_119307375c370eaa5168dd3319b7d28d.setIcon(icon_0edaee52b1bd361cb7de7f267c77289e);
|
|
|
|
|
|
var marker_490607c0db425f404be534db58932477 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_42e0e83e01e7b243d2e96c948d891e58 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca85caf241554046272a004fb715c8eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71c91170b19d32dbb88cfd55cc9cec83 = $(`<div id="html_71c91170b19d32dbb88cfd55cc9cec83" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_ca85caf241554046272a004fb715c8eb.setContent(html_71c91170b19d32dbb88cfd55cc9cec83);
|
|
|
|
|
|
|
|
marker_490607c0db425f404be534db58932477.bindPopup(popup_ca85caf241554046272a004fb715c8eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_490607c0db425f404be534db58932477.setIcon(icon_42e0e83e01e7b243d2e96c948d891e58);
|
|
|
|
|
|
var marker_4f4343d2a79c4bc11ad05f162f9df90c = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_33da13e4e221a17ce4a412c53a20cbf8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03d9d6ac39d98bd2ca13c27b0ee78cb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_658011a9dfa33c30ab05eed6279e3215 = $(`<div id="html_658011a9dfa33c30ab05eed6279e3215" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_03d9d6ac39d98bd2ca13c27b0ee78cb9.setContent(html_658011a9dfa33c30ab05eed6279e3215);
|
|
|
|
|
|
|
|
marker_4f4343d2a79c4bc11ad05f162f9df90c.bindPopup(popup_03d9d6ac39d98bd2ca13c27b0ee78cb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f4343d2a79c4bc11ad05f162f9df90c.setIcon(icon_33da13e4e221a17ce4a412c53a20cbf8);
|
|
|
|
|
|
var marker_4dc9abfffc61c4f8729e85b858fcca85 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_639a740fac792ede3733a02725360c4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3183e1549ee45373cf8c63a078f0e54d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ce880a9091d4e450d366e696ccff987 = $(`<div id="html_6ce880a9091d4e450d366e696ccff987" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_3183e1549ee45373cf8c63a078f0e54d.setContent(html_6ce880a9091d4e450d366e696ccff987);
|
|
|
|
|
|
|
|
marker_4dc9abfffc61c4f8729e85b858fcca85.bindPopup(popup_3183e1549ee45373cf8c63a078f0e54d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4dc9abfffc61c4f8729e85b858fcca85.setIcon(icon_639a740fac792ede3733a02725360c4c);
|
|
|
|
|
|
var marker_abca8a59ebe8d7704c2ae4ac25f5d56a = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_9a80cbd6ea7bd803c63f9d8c218fc236 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37400c75ed15f346d087378b22782737 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b75a8da25327b72b493c8a48b33fa39 = $(`<div id="html_1b75a8da25327b72b493c8a48b33fa39" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_37400c75ed15f346d087378b22782737.setContent(html_1b75a8da25327b72b493c8a48b33fa39);
|
|
|
|
|
|
|
|
marker_abca8a59ebe8d7704c2ae4ac25f5d56a.bindPopup(popup_37400c75ed15f346d087378b22782737)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abca8a59ebe8d7704c2ae4ac25f5d56a.setIcon(icon_9a80cbd6ea7bd803c63f9d8c218fc236);
|
|
|
|
|
|
var marker_f4c6ded57a4123206773e79762039237 = L.marker(
|
|
[-26.2041, 28.0473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_8cb1c9246d681a1b2ee49a8a6b6a5ce0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a198a77490b332e92a32efa21579e877 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d24f0e84d661bd1cfb303572f4022b3 = $(`<div id="html_8d24f0e84d661bd1cfb303572f4022b3" style="width: 100.0%; height: 100.0%;">ribo.af.nostria.app</div>`)[0];
|
|
popup_a198a77490b332e92a32efa21579e877.setContent(html_8d24f0e84d661bd1cfb303572f4022b3);
|
|
|
|
|
|
|
|
marker_f4c6ded57a4123206773e79762039237.bindPopup(popup_a198a77490b332e92a32efa21579e877)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4c6ded57a4123206773e79762039237.setIcon(icon_8cb1c9246d681a1b2ee49a8a6b6a5ce0);
|
|
|
|
|
|
var marker_580a51fc8f6630de683aac6de549a4a6 = L.marker(
|
|
[53.5501, -113.469],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_577be28a118c16d61254a67bdf230464 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd450571b7bc366c67a427b8b658e9a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_310ae982c74adece871235ca8486d54e = $(`<div id="html_310ae982c74adece871235ca8486d54e" style="width: 100.0%; height: 100.0%;">nostr.coincards.com</div>`)[0];
|
|
popup_dd450571b7bc366c67a427b8b658e9a7.setContent(html_310ae982c74adece871235ca8486d54e);
|
|
|
|
|
|
|
|
marker_580a51fc8f6630de683aac6de549a4a6.bindPopup(popup_dd450571b7bc366c67a427b8b658e9a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_580a51fc8f6630de683aac6de549a4a6.setIcon(icon_577be28a118c16d61254a67bdf230464);
|
|
|
|
|
|
var marker_7f6ea231a1df41aa9e78b709788aa079 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_50119f8115d1e954c97d52d90821fadb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bcf3929d7eca34ed8c23a6ab95cd15a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ecc4172297f5d61aee1a6fac974ddcf2 = $(`<div id="html_ecc4172297f5d61aee1a6fac974ddcf2" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_2bcf3929d7eca34ed8c23a6ab95cd15a.setContent(html_ecc4172297f5d61aee1a6fac974ddcf2);
|
|
|
|
|
|
|
|
marker_7f6ea231a1df41aa9e78b709788aa079.bindPopup(popup_2bcf3929d7eca34ed8c23a6ab95cd15a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f6ea231a1df41aa9e78b709788aa079.setIcon(icon_50119f8115d1e954c97d52d90821fadb);
|
|
|
|
|
|
var marker_e7aba16ec7527e003c70cc8a14a8c295 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_722ed88949a51253b6e7a7537840656e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98c7a7d36400c4929a223fd4e4ec88a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90a95c9a91411e205af68b81082989f6 = $(`<div id="html_90a95c9a91411e205af68b81082989f6" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_98c7a7d36400c4929a223fd4e4ec88a1.setContent(html_90a95c9a91411e205af68b81082989f6);
|
|
|
|
|
|
|
|
marker_e7aba16ec7527e003c70cc8a14a8c295.bindPopup(popup_98c7a7d36400c4929a223fd4e4ec88a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7aba16ec7527e003c70cc8a14a8c295.setIcon(icon_722ed88949a51253b6e7a7537840656e);
|
|
|
|
|
|
var marker_850c1327eeeb66a78e395807318e1abb = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_20471d2c284a4166da02185e49dc091f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9cde0f1330a3aef4823d9445f4d50fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a0e40cca6085fb6104064f91afaaf09 = $(`<div id="html_0a0e40cca6085fb6104064f91afaaf09" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_c9cde0f1330a3aef4823d9445f4d50fd.setContent(html_0a0e40cca6085fb6104064f91afaaf09);
|
|
|
|
|
|
|
|
marker_850c1327eeeb66a78e395807318e1abb.bindPopup(popup_c9cde0f1330a3aef4823d9445f4d50fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_850c1327eeeb66a78e395807318e1abb.setIcon(icon_20471d2c284a4166da02185e49dc091f);
|
|
|
|
|
|
var marker_50e539543bf553cb50865dec8da26d0e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_c3f1ca86d9a113d48dd5fb204f74ee92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b980d878ba8ca8dfc4b8ef0d32bac5b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6ac48cf467334643bc5b094ae96f762 = $(`<div id="html_f6ac48cf467334643bc5b094ae96f762" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_b980d878ba8ca8dfc4b8ef0d32bac5b1.setContent(html_f6ac48cf467334643bc5b094ae96f762);
|
|
|
|
|
|
|
|
marker_50e539543bf553cb50865dec8da26d0e.bindPopup(popup_b980d878ba8ca8dfc4b8ef0d32bac5b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50e539543bf553cb50865dec8da26d0e.setIcon(icon_c3f1ca86d9a113d48dd5fb204f74ee92);
|
|
|
|
|
|
var marker_2f95d04bf5b8f5e7b8ba89676c40fbf1 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_1773ff1761ef324e00840553c71745bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef7f7c6a342ab65c7b96bb4837380493 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a93dd59fe6fb75aa9075085866db0b31 = $(`<div id="html_a93dd59fe6fb75aa9075085866db0b31" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_ef7f7c6a342ab65c7b96bb4837380493.setContent(html_a93dd59fe6fb75aa9075085866db0b31);
|
|
|
|
|
|
|
|
marker_2f95d04bf5b8f5e7b8ba89676c40fbf1.bindPopup(popup_ef7f7c6a342ab65c7b96bb4837380493)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f95d04bf5b8f5e7b8ba89676c40fbf1.setIcon(icon_1773ff1761ef324e00840553c71745bc);
|
|
|
|
|
|
var marker_086b2ae701904ed486da1e4e39c11c05 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_c1a33cc1dbf08851fd3ced4c975b30e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bcc483cc4e8547649303b2027abe5306 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61c08ce4138cf1a63bc80153d6ee043a = $(`<div id="html_61c08ce4138cf1a63bc80153d6ee043a" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_bcc483cc4e8547649303b2027abe5306.setContent(html_61c08ce4138cf1a63bc80153d6ee043a);
|
|
|
|
|
|
|
|
marker_086b2ae701904ed486da1e4e39c11c05.bindPopup(popup_bcc483cc4e8547649303b2027abe5306)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_086b2ae701904ed486da1e4e39c11c05.setIcon(icon_c1a33cc1dbf08851fd3ced4c975b30e4);
|
|
|
|
|
|
var marker_e938de35e22d7dba5d441d1c42d10f2a = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_ae30b85bd1861fa84c214e56151a3450 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cee1f14844b343250ca63224795f7c22 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f304c9e207f1d08569a50335f2c5089f = $(`<div id="html_f304c9e207f1d08569a50335f2c5089f" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_cee1f14844b343250ca63224795f7c22.setContent(html_f304c9e207f1d08569a50335f2c5089f);
|
|
|
|
|
|
|
|
marker_e938de35e22d7dba5d441d1c42d10f2a.bindPopup(popup_cee1f14844b343250ca63224795f7c22)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e938de35e22d7dba5d441d1c42d10f2a.setIcon(icon_ae30b85bd1861fa84c214e56151a3450);
|
|
|
|
|
|
var marker_6283b0e58a35b9c8cc3875911a74401d = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_5d00d099cf7e235fae370f0cdacd996d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ede099fdc48492f3005a1cf0c18d2050 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1379c575ad42b4ec0d025e2944d9052 = $(`<div id="html_a1379c575ad42b4ec0d025e2944d9052" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_ede099fdc48492f3005a1cf0c18d2050.setContent(html_a1379c575ad42b4ec0d025e2944d9052);
|
|
|
|
|
|
|
|
marker_6283b0e58a35b9c8cc3875911a74401d.bindPopup(popup_ede099fdc48492f3005a1cf0c18d2050)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6283b0e58a35b9c8cc3875911a74401d.setIcon(icon_5d00d099cf7e235fae370f0cdacd996d);
|
|
|
|
|
|
var marker_30769ea8c70cbb7d1482121c350a2d23 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_8cb7ed3ed9b7752b05d8c16087a20177 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94364f2a372535eb720457517fa74937 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf18c8df122d26c05ad2fdf583d6f398 = $(`<div id="html_cf18c8df122d26c05ad2fdf583d6f398" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_94364f2a372535eb720457517fa74937.setContent(html_cf18c8df122d26c05ad2fdf583d6f398);
|
|
|
|
|
|
|
|
marker_30769ea8c70cbb7d1482121c350a2d23.bindPopup(popup_94364f2a372535eb720457517fa74937)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30769ea8c70cbb7d1482121c350a2d23.setIcon(icon_8cb7ed3ed9b7752b05d8c16087a20177);
|
|
|
|
|
|
var marker_f7508fe5d94401359d6340864d131e48 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_121e23799a2c4a0ee63466be8fd519a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36615f59080a6e7bf9172945dcf8c9e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_792dec093d9fb7bf9c91ba51abcaf574 = $(`<div id="html_792dec093d9fb7bf9c91ba51abcaf574" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_36615f59080a6e7bf9172945dcf8c9e5.setContent(html_792dec093d9fb7bf9c91ba51abcaf574);
|
|
|
|
|
|
|
|
marker_f7508fe5d94401359d6340864d131e48.bindPopup(popup_36615f59080a6e7bf9172945dcf8c9e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7508fe5d94401359d6340864d131e48.setIcon(icon_121e23799a2c4a0ee63466be8fd519a4);
|
|
|
|
|
|
var marker_f45dad05cb77a3cb84ff153ae34b763a = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_ca4e55d69cf8d986303beede0344465e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98c7e748e18ebdc84c1ae07497fd8821 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_242e89d1b9290e60083120102ff8339a = $(`<div id="html_242e89d1b9290e60083120102ff8339a" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_98c7e748e18ebdc84c1ae07497fd8821.setContent(html_242e89d1b9290e60083120102ff8339a);
|
|
|
|
|
|
|
|
marker_f45dad05cb77a3cb84ff153ae34b763a.bindPopup(popup_98c7e748e18ebdc84c1ae07497fd8821)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f45dad05cb77a3cb84ff153ae34b763a.setIcon(icon_ca4e55d69cf8d986303beede0344465e);
|
|
|
|
|
|
var marker_360d0737196f10a8af56fdd7b9555f8a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_5a40ac8a92fb6de98e45a2b8535b3d05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2817c9833a4328e57861be5646af391 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9eaef0b6a3cd0322c2c4591104768e0f = $(`<div id="html_9eaef0b6a3cd0322c2c4591104768e0f" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_a2817c9833a4328e57861be5646af391.setContent(html_9eaef0b6a3cd0322c2c4591104768e0f);
|
|
|
|
|
|
|
|
marker_360d0737196f10a8af56fdd7b9555f8a.bindPopup(popup_a2817c9833a4328e57861be5646af391)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_360d0737196f10a8af56fdd7b9555f8a.setIcon(icon_5a40ac8a92fb6de98e45a2b8535b3d05);
|
|
|
|
|
|
var marker_6697a6bcc529aa5a58588fd38cd394be = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_a9529aca8fb652a9da55d958059ed9c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11fec2c2fe72e12abd9927310320651c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f15c0f6c1d8d814aa631d650d9909741 = $(`<div id="html_f15c0f6c1d8d814aa631d650d9909741" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_11fec2c2fe72e12abd9927310320651c.setContent(html_f15c0f6c1d8d814aa631d650d9909741);
|
|
|
|
|
|
|
|
marker_6697a6bcc529aa5a58588fd38cd394be.bindPopup(popup_11fec2c2fe72e12abd9927310320651c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6697a6bcc529aa5a58588fd38cd394be.setIcon(icon_a9529aca8fb652a9da55d958059ed9c9);
|
|
|
|
|
|
var marker_079bd5c513f3d8ae0a5de320b06c1d9f = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_97b972bb0fdd1ac2b946399512c9fb81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f98cc1433afef9698b9a6c79a43d0c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b33bbeca1b60380fba6c6c57ca55985 = $(`<div id="html_3b33bbeca1b60380fba6c6c57ca55985" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_2f98cc1433afef9698b9a6c79a43d0c7.setContent(html_3b33bbeca1b60380fba6c6c57ca55985);
|
|
|
|
|
|
|
|
marker_079bd5c513f3d8ae0a5de320b06c1d9f.bindPopup(popup_2f98cc1433afef9698b9a6c79a43d0c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_079bd5c513f3d8ae0a5de320b06c1d9f.setIcon(icon_97b972bb0fdd1ac2b946399512c9fb81);
|
|
|
|
|
|
var marker_b86c54458c02cfb105d1b15f844dd2d8 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_b803e8297812f0b79c15d4cf546384a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9e99e869bed747fa5b297b2f4c916e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fc1112ae5481a88fb089ebf2d67d342 = $(`<div id="html_6fc1112ae5481a88fb089ebf2d67d342" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_e9e99e869bed747fa5b297b2f4c916e1.setContent(html_6fc1112ae5481a88fb089ebf2d67d342);
|
|
|
|
|
|
|
|
marker_b86c54458c02cfb105d1b15f844dd2d8.bindPopup(popup_e9e99e869bed747fa5b297b2f4c916e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b86c54458c02cfb105d1b15f844dd2d8.setIcon(icon_b803e8297812f0b79c15d4cf546384a4);
|
|
|
|
|
|
var marker_69e4fdfe7b683412689e097049fa22f7 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_2eff0abcb8a78060ba728ae253cc0e16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e428ed3fa836f6840a6e5037d3be800 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f5b57c0a3331f2dcc3c2f633d26fecb = $(`<div id="html_2f5b57c0a3331f2dcc3c2f633d26fecb" style="width: 100.0%; height: 100.0%;">relay.thebluepulse.com</div>`)[0];
|
|
popup_9e428ed3fa836f6840a6e5037d3be800.setContent(html_2f5b57c0a3331f2dcc3c2f633d26fecb);
|
|
|
|
|
|
|
|
marker_69e4fdfe7b683412689e097049fa22f7.bindPopup(popup_9e428ed3fa836f6840a6e5037d3be800)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69e4fdfe7b683412689e097049fa22f7.setIcon(icon_2eff0abcb8a78060ba728ae253cc0e16);
|
|
|
|
|
|
var marker_5d88fc37fcc390c64a47621447ff518a = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_e356bdb94b004b4d574969b8e1987d20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7fda6b6b1c6584349b1b718d0aa910cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5834b97b131029a395a94d9d04141012 = $(`<div id="html_5834b97b131029a395a94d9d04141012" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_7fda6b6b1c6584349b1b718d0aa910cd.setContent(html_5834b97b131029a395a94d9d04141012);
|
|
|
|
|
|
|
|
marker_5d88fc37fcc390c64a47621447ff518a.bindPopup(popup_7fda6b6b1c6584349b1b718d0aa910cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d88fc37fcc390c64a47621447ff518a.setIcon(icon_e356bdb94b004b4d574969b8e1987d20);
|
|
|
|
|
|
var marker_a2b4f8609e3980ea8b05043d31a9c831 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_247c99bc06138b65b43bc416349fdf16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3491cb3098cd8cf8f942a2c89925641 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9f0c1d1c07139a8564e90f040867fd8 = $(`<div id="html_f9f0c1d1c07139a8564e90f040867fd8" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_b3491cb3098cd8cf8f942a2c89925641.setContent(html_f9f0c1d1c07139a8564e90f040867fd8);
|
|
|
|
|
|
|
|
marker_a2b4f8609e3980ea8b05043d31a9c831.bindPopup(popup_b3491cb3098cd8cf8f942a2c89925641)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2b4f8609e3980ea8b05043d31a9c831.setIcon(icon_247c99bc06138b65b43bc416349fdf16);
|
|
|
|
|
|
var marker_2360cc6a90a3858e8fd6e9dc151ad524 = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_7801d699e36cb57da6e98c3994db2541 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e8b334ae77aeede62425b932b5ffccb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4dc3c722c129ee7facf663997fb7219e = $(`<div id="html_4dc3c722c129ee7facf663997fb7219e" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_5e8b334ae77aeede62425b932b5ffccb.setContent(html_4dc3c722c129ee7facf663997fb7219e);
|
|
|
|
|
|
|
|
marker_2360cc6a90a3858e8fd6e9dc151ad524.bindPopup(popup_5e8b334ae77aeede62425b932b5ffccb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2360cc6a90a3858e8fd6e9dc151ad524.setIcon(icon_7801d699e36cb57da6e98c3994db2541);
|
|
|
|
|
|
var marker_851b9db4f38ccc48ef435f90c36fe0b5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_0ac31c7021626638651c77f1e0393871 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6200df996303ffa0d36dc292d51ed9fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6a4eca537d6aa7bd9b86fb6d4bbc8d5 = $(`<div id="html_b6a4eca537d6aa7bd9b86fb6d4bbc8d5" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_6200df996303ffa0d36dc292d51ed9fc.setContent(html_b6a4eca537d6aa7bd9b86fb6d4bbc8d5);
|
|
|
|
|
|
|
|
marker_851b9db4f38ccc48ef435f90c36fe0b5.bindPopup(popup_6200df996303ffa0d36dc292d51ed9fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_851b9db4f38ccc48ef435f90c36fe0b5.setIcon(icon_0ac31c7021626638651c77f1e0393871);
|
|
|
|
|
|
var marker_9bcab9e1cad4504643a8547e603b6d24 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_cfbdefc86e994a7645ff20defc8d0096 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbb19dd8d3bfb1e8de8d6a9b388373bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad2a27ba7163dbdf73873c9ecd3aa0b7 = $(`<div id="html_ad2a27ba7163dbdf73873c9ecd3aa0b7" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_dbb19dd8d3bfb1e8de8d6a9b388373bd.setContent(html_ad2a27ba7163dbdf73873c9ecd3aa0b7);
|
|
|
|
|
|
|
|
marker_9bcab9e1cad4504643a8547e603b6d24.bindPopup(popup_dbb19dd8d3bfb1e8de8d6a9b388373bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9bcab9e1cad4504643a8547e603b6d24.setIcon(icon_cfbdefc86e994a7645ff20defc8d0096);
|
|
|
|
|
|
var marker_188612621e2660e5a9f96ff3c4705182 = L.marker(
|
|
[13.9178, 100.424],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_e3ae45efbce544f7b292e9378888d0e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfcdb7979465c95251d388d0fcd01f85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3b3760202f0bb52307dcce1f6f5dac0 = $(`<div id="html_f3b3760202f0bb52307dcce1f6f5dac0" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_dfcdb7979465c95251d388d0fcd01f85.setContent(html_f3b3760202f0bb52307dcce1f6f5dac0);
|
|
|
|
|
|
|
|
marker_188612621e2660e5a9f96ff3c4705182.bindPopup(popup_dfcdb7979465c95251d388d0fcd01f85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_188612621e2660e5a9f96ff3c4705182.setIcon(icon_e3ae45efbce544f7b292e9378888d0e3);
|
|
|
|
|
|
var marker_d6812561f9f73d04351ed0d3ecfb7dd9 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_3351d955ca73e6e88493b9df665f9d4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de357e04a3c7b9001930e5578fe83e50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5be976b7de6758af94ac501f0900fc8f = $(`<div id="html_5be976b7de6758af94ac501f0900fc8f" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_de357e04a3c7b9001930e5578fe83e50.setContent(html_5be976b7de6758af94ac501f0900fc8f);
|
|
|
|
|
|
|
|
marker_d6812561f9f73d04351ed0d3ecfb7dd9.bindPopup(popup_de357e04a3c7b9001930e5578fe83e50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6812561f9f73d04351ed0d3ecfb7dd9.setIcon(icon_3351d955ca73e6e88493b9df665f9d4a);
|
|
|
|
|
|
var marker_db03b01cc3f466d480c37c2232729b50 = L.marker(
|
|
[25.8128, -80.2377],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_d3fbe237efa7252b5bb594e986e79121 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9aa722a09926c953fbccecfa3f48e253 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cd8528cda8a6e5a1f28b534dd876081 = $(`<div id="html_8cd8528cda8a6e5a1f28b534dd876081" style="width: 100.0%; height: 100.0%;">nostr.bilthon.dev</div>`)[0];
|
|
popup_9aa722a09926c953fbccecfa3f48e253.setContent(html_8cd8528cda8a6e5a1f28b534dd876081);
|
|
|
|
|
|
|
|
marker_db03b01cc3f466d480c37c2232729b50.bindPopup(popup_9aa722a09926c953fbccecfa3f48e253)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db03b01cc3f466d480c37c2232729b50.setIcon(icon_d3fbe237efa7252b5bb594e986e79121);
|
|
|
|
|
|
var marker_f4dc1bffc7fccfe18834c391c9e573be = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_9dce6cf566883b0a438a3c434d3d613b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d923754d5e0b5b7926870cad3528765 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbb0626326859c2012d5238a9dd65a01 = $(`<div id="html_fbb0626326859c2012d5238a9dd65a01" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_7d923754d5e0b5b7926870cad3528765.setContent(html_fbb0626326859c2012d5238a9dd65a01);
|
|
|
|
|
|
|
|
marker_f4dc1bffc7fccfe18834c391c9e573be.bindPopup(popup_7d923754d5e0b5b7926870cad3528765)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4dc1bffc7fccfe18834c391c9e573be.setIcon(icon_9dce6cf566883b0a438a3c434d3d613b);
|
|
|
|
|
|
var marker_ce6e803fbfecc456deaa5f18c5c20f1f = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_98346dbaa8d903a0588ef021d351d05c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67abdc009f1574df5684a8165fb11514 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8cfa38fe4fbf0259aea81910c9c7816 = $(`<div id="html_c8cfa38fe4fbf0259aea81910c9c7816" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_67abdc009f1574df5684a8165fb11514.setContent(html_c8cfa38fe4fbf0259aea81910c9c7816);
|
|
|
|
|
|
|
|
marker_ce6e803fbfecc456deaa5f18c5c20f1f.bindPopup(popup_67abdc009f1574df5684a8165fb11514)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce6e803fbfecc456deaa5f18c5c20f1f.setIcon(icon_98346dbaa8d903a0588ef021d351d05c);
|
|
|
|
|
|
var marker_e86ed391e47990cda2444a45617747f9 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_429a804886ec294b07649b22735fe522 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49e95e1b88978b9d371a1e2443d04bad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_552767ccd569c584285698c886f5e20c = $(`<div id="html_552767ccd569c584285698c886f5e20c" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_49e95e1b88978b9d371a1e2443d04bad.setContent(html_552767ccd569c584285698c886f5e20c);
|
|
|
|
|
|
|
|
marker_e86ed391e47990cda2444a45617747f9.bindPopup(popup_49e95e1b88978b9d371a1e2443d04bad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e86ed391e47990cda2444a45617747f9.setIcon(icon_429a804886ec294b07649b22735fe522);
|
|
|
|
|
|
var marker_6b037c46bd1852a192f74b0247d24e74 = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_81621416cdda433a42274eb5b9768e96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3fa0c59061497c8d30ad805c13aca92e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57fc77595e182e2229fe647183023ae7 = $(`<div id="html_57fc77595e182e2229fe647183023ae7" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_3fa0c59061497c8d30ad805c13aca92e.setContent(html_57fc77595e182e2229fe647183023ae7);
|
|
|
|
|
|
|
|
marker_6b037c46bd1852a192f74b0247d24e74.bindPopup(popup_3fa0c59061497c8d30ad805c13aca92e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b037c46bd1852a192f74b0247d24e74.setIcon(icon_81621416cdda433a42274eb5b9768e96);
|
|
|
|
|
|
var marker_41751d2bc23013422a5ba5cc62e51b59 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_480f8378b6c934a3a74ec3640e5592a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1877a915bea4ee4af43824f441486f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e87583f10ff8dcf27b336635dacf1058 = $(`<div id="html_e87583f10ff8dcf27b336635dacf1058" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_a1877a915bea4ee4af43824f441486f0.setContent(html_e87583f10ff8dcf27b336635dacf1058);
|
|
|
|
|
|
|
|
marker_41751d2bc23013422a5ba5cc62e51b59.bindPopup(popup_a1877a915bea4ee4af43824f441486f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41751d2bc23013422a5ba5cc62e51b59.setIcon(icon_480f8378b6c934a3a74ec3640e5592a9);
|
|
|
|
|
|
var marker_af6a642f17c98e173939ea133898164a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_d8846938313578e05fa3a21d257949b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49312318cf27cad6beb5f01e4bdc1d65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0115c58a5367c65ce0925254cdf33d4 = $(`<div id="html_b0115c58a5367c65ce0925254cdf33d4" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_49312318cf27cad6beb5f01e4bdc1d65.setContent(html_b0115c58a5367c65ce0925254cdf33d4);
|
|
|
|
|
|
|
|
marker_af6a642f17c98e173939ea133898164a.bindPopup(popup_49312318cf27cad6beb5f01e4bdc1d65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af6a642f17c98e173939ea133898164a.setIcon(icon_d8846938313578e05fa3a21d257949b3);
|
|
|
|
|
|
var marker_4661714aa493830b51de13b88ec4040a = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_ffe36267b8b8b4a590f09756af33b780 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5431f89aeb344f604ef50f786f8941a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69d58d41e402aaebe48745e72aca9448 = $(`<div id="html_69d58d41e402aaebe48745e72aca9448" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_c5431f89aeb344f604ef50f786f8941a.setContent(html_69d58d41e402aaebe48745e72aca9448);
|
|
|
|
|
|
|
|
marker_4661714aa493830b51de13b88ec4040a.bindPopup(popup_c5431f89aeb344f604ef50f786f8941a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4661714aa493830b51de13b88ec4040a.setIcon(icon_ffe36267b8b8b4a590f09756af33b780);
|
|
|
|
|
|
var marker_4f0cb5f91583ace7d826b31fbe8063eb = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_eb80940cf7c86b196449e5116ed54696 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ad4950f9266aa908ce46bc97c83a531 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_610bb604aa39c3dd4d754b6789a45d1d = $(`<div id="html_610bb604aa39c3dd4d754b6789a45d1d" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_4ad4950f9266aa908ce46bc97c83a531.setContent(html_610bb604aa39c3dd4d754b6789a45d1d);
|
|
|
|
|
|
|
|
marker_4f0cb5f91583ace7d826b31fbe8063eb.bindPopup(popup_4ad4950f9266aa908ce46bc97c83a531)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f0cb5f91583ace7d826b31fbe8063eb.setIcon(icon_eb80940cf7c86b196449e5116ed54696);
|
|
|
|
|
|
var marker_e4d42ecf20c2c4351d3dca25c2e4ab60 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_95514c7e84f4ed67c6d1547ad7223db8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b895d196acc0e209d136a0155180729 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd0d36fed9915d4ec67b05589d8fb41e = $(`<div id="html_dd0d36fed9915d4ec67b05589d8fb41e" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_0b895d196acc0e209d136a0155180729.setContent(html_dd0d36fed9915d4ec67b05589d8fb41e);
|
|
|
|
|
|
|
|
marker_e4d42ecf20c2c4351d3dca25c2e4ab60.bindPopup(popup_0b895d196acc0e209d136a0155180729)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4d42ecf20c2c4351d3dca25c2e4ab60.setIcon(icon_95514c7e84f4ed67c6d1547ad7223db8);
|
|
|
|
|
|
var marker_50e3707f8b0e54172d797f8f6b74406c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_13c41ad9ed555c45c64c5f84899f03ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9315efd8cb0b7e4cca6145ff7064a0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af456f8cb9de853b3b80d0ce5c9dd5b6 = $(`<div id="html_af456f8cb9de853b3b80d0ce5c9dd5b6" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_f9315efd8cb0b7e4cca6145ff7064a0f.setContent(html_af456f8cb9de853b3b80d0ce5c9dd5b6);
|
|
|
|
|
|
|
|
marker_50e3707f8b0e54172d797f8f6b74406c.bindPopup(popup_f9315efd8cb0b7e4cca6145ff7064a0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50e3707f8b0e54172d797f8f6b74406c.setIcon(icon_13c41ad9ed555c45c64c5f84899f03ef);
|
|
|
|
|
|
var marker_2b1967155eecc5a48dc92d60c24667ab = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_4e8111ca99cee844c9c60946b16704b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e07d3cc5e44d1897fce1d2c235861d5a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b14801b767e98ae9655192826ab575c4 = $(`<div id="html_b14801b767e98ae9655192826ab575c4" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_e07d3cc5e44d1897fce1d2c235861d5a.setContent(html_b14801b767e98ae9655192826ab575c4);
|
|
|
|
|
|
|
|
marker_2b1967155eecc5a48dc92d60c24667ab.bindPopup(popup_e07d3cc5e44d1897fce1d2c235861d5a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b1967155eecc5a48dc92d60c24667ab.setIcon(icon_4e8111ca99cee844c9c60946b16704b3);
|
|
|
|
|
|
var marker_e4dd09539d4bb245bbb77883bc861347 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_5797812bdc33246580e00005870fa464 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e94fca4e56b81c1791883b20a6f6c50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_134bf04b50d8c77a06d9878d06c058de = $(`<div id="html_134bf04b50d8c77a06d9878d06c058de" style="width: 100.0%; height: 100.0%;">relayb.uid.ovh</div>`)[0];
|
|
popup_7e94fca4e56b81c1791883b20a6f6c50.setContent(html_134bf04b50d8c77a06d9878d06c058de);
|
|
|
|
|
|
|
|
marker_e4dd09539d4bb245bbb77883bc861347.bindPopup(popup_7e94fca4e56b81c1791883b20a6f6c50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4dd09539d4bb245bbb77883bc861347.setIcon(icon_5797812bdc33246580e00005870fa464);
|
|
|
|
|
|
var marker_8c07a33d5c31f0d6a37acec9a5cde8fb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_8a393fd190d4b25fdec04d9fbd1bdbe8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bfc71360ff66d27feed02ca11fe5670d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7879e55283da5e8fd3b636c5f9a2b8f3 = $(`<div id="html_7879e55283da5e8fd3b636c5f9a2b8f3" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_bfc71360ff66d27feed02ca11fe5670d.setContent(html_7879e55283da5e8fd3b636c5f9a2b8f3);
|
|
|
|
|
|
|
|
marker_8c07a33d5c31f0d6a37acec9a5cde8fb.bindPopup(popup_bfc71360ff66d27feed02ca11fe5670d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c07a33d5c31f0d6a37acec9a5cde8fb.setIcon(icon_8a393fd190d4b25fdec04d9fbd1bdbe8);
|
|
|
|
|
|
var marker_5342cebc68a8d0481acb706cd6d3e0c1 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_d931ca04dac13a23fe8b11d5a6120aac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f98a9e54cc48a8a26436e003dba43a9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07b6e506d2b7b62b888ab2d85b3e2b1b = $(`<div id="html_07b6e506d2b7b62b888ab2d85b3e2b1b" style="width: 100.0%; height: 100.0%;">relay.bitcoinveneto.org</div>`)[0];
|
|
popup_f98a9e54cc48a8a26436e003dba43a9c.setContent(html_07b6e506d2b7b62b888ab2d85b3e2b1b);
|
|
|
|
|
|
|
|
marker_5342cebc68a8d0481acb706cd6d3e0c1.bindPopup(popup_f98a9e54cc48a8a26436e003dba43a9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5342cebc68a8d0481acb706cd6d3e0c1.setIcon(icon_d931ca04dac13a23fe8b11d5a6120aac);
|
|
|
|
|
|
var marker_cc9eb9f59a3590c4caf9040f827819ed = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_f48389c23523933fff27d43a16d3aaf7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c149c8d64656410152b987aa64b14200 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7a834fede81f4085dee7a47d66ec9c8 = $(`<div id="html_b7a834fede81f4085dee7a47d66ec9c8" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_c149c8d64656410152b987aa64b14200.setContent(html_b7a834fede81f4085dee7a47d66ec9c8);
|
|
|
|
|
|
|
|
marker_cc9eb9f59a3590c4caf9040f827819ed.bindPopup(popup_c149c8d64656410152b987aa64b14200)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc9eb9f59a3590c4caf9040f827819ed.setIcon(icon_f48389c23523933fff27d43a16d3aaf7);
|
|
|
|
|
|
var marker_e185d0b76696f7e5cdffb6a0aeab5742 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_e6fefa967299585201bb9efea3ada8b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a500dd5d74b55087ecdbfa38c31a7160 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b18dcb0de3c3640668e59aa1245a83b3 = $(`<div id="html_b18dcb0de3c3640668e59aa1245a83b3" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_a500dd5d74b55087ecdbfa38c31a7160.setContent(html_b18dcb0de3c3640668e59aa1245a83b3);
|
|
|
|
|
|
|
|
marker_e185d0b76696f7e5cdffb6a0aeab5742.bindPopup(popup_a500dd5d74b55087ecdbfa38c31a7160)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e185d0b76696f7e5cdffb6a0aeab5742.setIcon(icon_e6fefa967299585201bb9efea3ada8b7);
|
|
|
|
|
|
var marker_4dc50af8f11dda2f24b7492dbbe948c9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_5301cdd5ebb43a251b19e56d0eccfb24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17f17a99e1a17c63859ae0ef9d3ade09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a1df557906f37b18e9ebcf3f5813714 = $(`<div id="html_6a1df557906f37b18e9ebcf3f5813714" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_17f17a99e1a17c63859ae0ef9d3ade09.setContent(html_6a1df557906f37b18e9ebcf3f5813714);
|
|
|
|
|
|
|
|
marker_4dc50af8f11dda2f24b7492dbbe948c9.bindPopup(popup_17f17a99e1a17c63859ae0ef9d3ade09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4dc50af8f11dda2f24b7492dbbe948c9.setIcon(icon_5301cdd5ebb43a251b19e56d0eccfb24);
|
|
|
|
|
|
var marker_5f067423999b5ad738a690be9d145f76 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_441213438e203dddc51410a92d00fb8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e8354408a0e4cbf44d63d60343da5f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_792137d521a508f3d2733cfe8e134229 = $(`<div id="html_792137d521a508f3d2733cfe8e134229" style="width: 100.0%; height: 100.0%;">vitor.nostr1.com</div>`)[0];
|
|
popup_5e8354408a0e4cbf44d63d60343da5f1.setContent(html_792137d521a508f3d2733cfe8e134229);
|
|
|
|
|
|
|
|
marker_5f067423999b5ad738a690be9d145f76.bindPopup(popup_5e8354408a0e4cbf44d63d60343da5f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f067423999b5ad738a690be9d145f76.setIcon(icon_441213438e203dddc51410a92d00fb8f);
|
|
|
|
|
|
var marker_c67f85a20467963bef4d222854235129 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_636141f9d861ee15acba33ed10b82365 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0df0336de80dba4979514f864db3090 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_368854b27b07e1434661974893a22a4e = $(`<div id="html_368854b27b07e1434661974893a22a4e" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_e0df0336de80dba4979514f864db3090.setContent(html_368854b27b07e1434661974893a22a4e);
|
|
|
|
|
|
|
|
marker_c67f85a20467963bef4d222854235129.bindPopup(popup_e0df0336de80dba4979514f864db3090)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c67f85a20467963bef4d222854235129.setIcon(icon_636141f9d861ee15acba33ed10b82365);
|
|
|
|
|
|
var marker_bfca534228cf3ff6a89c654c49835d9f = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_03fed6cca047c64fdecea2e740fbd289 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f43d5f720808e67a38afd2f1a7cbe14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2376d8bfc03584a892e2e494fb703009 = $(`<div id="html_2376d8bfc03584a892e2e494fb703009" style="width: 100.0%; height: 100.0%;">alienos.libretechsystems.xyz</div>`)[0];
|
|
popup_6f43d5f720808e67a38afd2f1a7cbe14.setContent(html_2376d8bfc03584a892e2e494fb703009);
|
|
|
|
|
|
|
|
marker_bfca534228cf3ff6a89c654c49835d9f.bindPopup(popup_6f43d5f720808e67a38afd2f1a7cbe14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bfca534228cf3ff6a89c654c49835d9f.setIcon(icon_03fed6cca047c64fdecea2e740fbd289);
|
|
|
|
|
|
var marker_2987e0a44970d74030323bfe3459c0f2 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_ed568c580169f1bdf6fe90538803aab3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a9690299ea713b1b7c79915c422f8aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92477f8861a5375eca0c1015e2354aae = $(`<div id="html_92477f8861a5375eca0c1015e2354aae" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_4a9690299ea713b1b7c79915c422f8aa.setContent(html_92477f8861a5375eca0c1015e2354aae);
|
|
|
|
|
|
|
|
marker_2987e0a44970d74030323bfe3459c0f2.bindPopup(popup_4a9690299ea713b1b7c79915c422f8aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2987e0a44970d74030323bfe3459c0f2.setIcon(icon_ed568c580169f1bdf6fe90538803aab3);
|
|
|
|
|
|
var marker_1b982cb77baf282c05585dfed6f81ad9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_5944545cd831c846d1b39877f7be66b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0e1df343cea2535b5e0299a4794fa6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9767167400c51f281a6e40d7a4541142 = $(`<div id="html_9767167400c51f281a6e40d7a4541142" style="width: 100.0%; height: 100.0%;">nproxy.kristapsk.lv</div>`)[0];
|
|
popup_e0e1df343cea2535b5e0299a4794fa6d.setContent(html_9767167400c51f281a6e40d7a4541142);
|
|
|
|
|
|
|
|
marker_1b982cb77baf282c05585dfed6f81ad9.bindPopup(popup_e0e1df343cea2535b5e0299a4794fa6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b982cb77baf282c05585dfed6f81ad9.setIcon(icon_5944545cd831c846d1b39877f7be66b9);
|
|
|
|
|
|
var marker_1518013887da9687dd18618f5feba6de = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_68b0ed85ac8f9f2899414ec33cd5e17c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad8ec3b1c068cf67fb74c38b8a567c38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43ed597f7740ad3bbad15fc0b94c6679 = $(`<div id="html_43ed597f7740ad3bbad15fc0b94c6679" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_ad8ec3b1c068cf67fb74c38b8a567c38.setContent(html_43ed597f7740ad3bbad15fc0b94c6679);
|
|
|
|
|
|
|
|
marker_1518013887da9687dd18618f5feba6de.bindPopup(popup_ad8ec3b1c068cf67fb74c38b8a567c38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1518013887da9687dd18618f5feba6de.setIcon(icon_68b0ed85ac8f9f2899414ec33cd5e17c);
|
|
|
|
|
|
var marker_018a706fb45d63d69d535bcdde3eeadb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_7ce20db401fff39b1ac2cceebe078d69 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65b26b485543aed3870a4df330d21a27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea6c6ceedc2cd964f6849f7fd2075132 = $(`<div id="html_ea6c6ceedc2cd964f6849f7fd2075132" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_65b26b485543aed3870a4df330d21a27.setContent(html_ea6c6ceedc2cd964f6849f7fd2075132);
|
|
|
|
|
|
|
|
marker_018a706fb45d63d69d535bcdde3eeadb.bindPopup(popup_65b26b485543aed3870a4df330d21a27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_018a706fb45d63d69d535bcdde3eeadb.setIcon(icon_7ce20db401fff39b1ac2cceebe078d69);
|
|
|
|
|
|
var marker_5179bb8a395947e765e703081918197f = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_60772891e67cc9b69f01e98424a5fff0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14e0538cd393e8d3b4dea82c1b52d150 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f96f4dd8beb93f06eb430f0e55d11217 = $(`<div id="html_f96f4dd8beb93f06eb430f0e55d11217" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_14e0538cd393e8d3b4dea82c1b52d150.setContent(html_f96f4dd8beb93f06eb430f0e55d11217);
|
|
|
|
|
|
|
|
marker_5179bb8a395947e765e703081918197f.bindPopup(popup_14e0538cd393e8d3b4dea82c1b52d150)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5179bb8a395947e765e703081918197f.setIcon(icon_60772891e67cc9b69f01e98424a5fff0);
|
|
|
|
|
|
var marker_8935aaeb926faf718b1c987cc6654e5b = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_f99472438d0ae27ec11a01feeacf8071 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afaa3bd43e25366d4ee91b8013df8fbf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2cbdd3ec5065029bab524ecf4d27978 = $(`<div id="html_d2cbdd3ec5065029bab524ecf4d27978" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_afaa3bd43e25366d4ee91b8013df8fbf.setContent(html_d2cbdd3ec5065029bab524ecf4d27978);
|
|
|
|
|
|
|
|
marker_8935aaeb926faf718b1c987cc6654e5b.bindPopup(popup_afaa3bd43e25366d4ee91b8013df8fbf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8935aaeb926faf718b1c987cc6654e5b.setIcon(icon_f99472438d0ae27ec11a01feeacf8071);
|
|
|
|
|
|
var marker_bff9dfab4e8cc17e0ab8f01a597e2904 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_e54e8e076758e95cbf8d3402e0abb957 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_489a01a5d719744d9ac953a9a526f1d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d13d1a5430dbeb71ab274c48019b19e = $(`<div id="html_7d13d1a5430dbeb71ab274c48019b19e" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_489a01a5d719744d9ac953a9a526f1d5.setContent(html_7d13d1a5430dbeb71ab274c48019b19e);
|
|
|
|
|
|
|
|
marker_bff9dfab4e8cc17e0ab8f01a597e2904.bindPopup(popup_489a01a5d719744d9ac953a9a526f1d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bff9dfab4e8cc17e0ab8f01a597e2904.setIcon(icon_e54e8e076758e95cbf8d3402e0abb957);
|
|
|
|
|
|
var marker_ff85f2abc4aa17283ae1d4d3eaf43bd1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_4bde3058da235cd959dc58aca7799b00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49e3aea7cd0fe1a5433b99aab56d13f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_384ab1841b0f664107f3266178a828cf = $(`<div id="html_384ab1841b0f664107f3266178a828cf" style="width: 100.0%; height: 100.0%;">nostr.veladan.dev</div>`)[0];
|
|
popup_49e3aea7cd0fe1a5433b99aab56d13f6.setContent(html_384ab1841b0f664107f3266178a828cf);
|
|
|
|
|
|
|
|
marker_ff85f2abc4aa17283ae1d4d3eaf43bd1.bindPopup(popup_49e3aea7cd0fe1a5433b99aab56d13f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff85f2abc4aa17283ae1d4d3eaf43bd1.setIcon(icon_4bde3058da235cd959dc58aca7799b00);
|
|
|
|
|
|
var marker_dd0dd814dcc558f32f49c9aae8dd7b23 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_94027bc7e8baaf3d26ff17cf0b87c93a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a74798fa1fb0bfe4b291ba0a66d51be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1dc721ee9c87ebf814aa46750fc35843 = $(`<div id="html_1dc721ee9c87ebf814aa46750fc35843" style="width: 100.0%; height: 100.0%;">nostr.czas.top</div>`)[0];
|
|
popup_5a74798fa1fb0bfe4b291ba0a66d51be.setContent(html_1dc721ee9c87ebf814aa46750fc35843);
|
|
|
|
|
|
|
|
marker_dd0dd814dcc558f32f49c9aae8dd7b23.bindPopup(popup_5a74798fa1fb0bfe4b291ba0a66d51be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd0dd814dcc558f32f49c9aae8dd7b23.setIcon(icon_94027bc7e8baaf3d26ff17cf0b87c93a);
|
|
|
|
|
|
var marker_b4367e6d6a1606348ed0ff82e9c09587 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_8cd9b57b148f8aec3aa5ab6eb6e57616 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_019e402b80d6952a4f934261d928f46e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9eb5f22f47e77bbfae3f7c3bc4b863cf = $(`<div id="html_9eb5f22f47e77bbfae3f7c3bc4b863cf" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_019e402b80d6952a4f934261d928f46e.setContent(html_9eb5f22f47e77bbfae3f7c3bc4b863cf);
|
|
|
|
|
|
|
|
marker_b4367e6d6a1606348ed0ff82e9c09587.bindPopup(popup_019e402b80d6952a4f934261d928f46e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4367e6d6a1606348ed0ff82e9c09587.setIcon(icon_8cd9b57b148f8aec3aa5ab6eb6e57616);
|
|
|
|
|
|
var marker_945a215330b3487d5da919b52ff84026 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_cb92f8118cb8f0c2a59302645c393ad7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58ace992b04a844b8614f004cf96ce2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09e4e5c3a6b48380d2b9a32341a4b245 = $(`<div id="html_09e4e5c3a6b48380d2b9a32341a4b245" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_58ace992b04a844b8614f004cf96ce2a.setContent(html_09e4e5c3a6b48380d2b9a32341a4b245);
|
|
|
|
|
|
|
|
marker_945a215330b3487d5da919b52ff84026.bindPopup(popup_58ace992b04a844b8614f004cf96ce2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_945a215330b3487d5da919b52ff84026.setIcon(icon_cb92f8118cb8f0c2a59302645c393ad7);
|
|
|
|
|
|
var marker_fc31e923d40d7be783801bb758282b47 = L.marker(
|
|
[47.4043, 8.57398],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_d439845ecf4ba8abef3268f4bd0b3ec1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bc1cb157cb7ece1cf8a3f650a669893 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0ccd8ca25161586618f9468b5ca06b4 = $(`<div id="html_d0ccd8ca25161586618f9468b5ca06b4" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_0bc1cb157cb7ece1cf8a3f650a669893.setContent(html_d0ccd8ca25161586618f9468b5ca06b4);
|
|
|
|
|
|
|
|
marker_fc31e923d40d7be783801bb758282b47.bindPopup(popup_0bc1cb157cb7ece1cf8a3f650a669893)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc31e923d40d7be783801bb758282b47.setIcon(icon_d439845ecf4ba8abef3268f4bd0b3ec1);
|
|
|
|
|
|
var marker_9429a5bce8f3caf511fc5a1b61ccbd26 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_6decec2849939c09cd3275576fa33d13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2b1ee7167ac2bd29cf82c6547055aad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60258bb3b2adc0ad3d6057a46ea86cbc = $(`<div id="html_60258bb3b2adc0ad3d6057a46ea86cbc" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_d2b1ee7167ac2bd29cf82c6547055aad.setContent(html_60258bb3b2adc0ad3d6057a46ea86cbc);
|
|
|
|
|
|
|
|
marker_9429a5bce8f3caf511fc5a1b61ccbd26.bindPopup(popup_d2b1ee7167ac2bd29cf82c6547055aad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9429a5bce8f3caf511fc5a1b61ccbd26.setIcon(icon_6decec2849939c09cd3275576fa33d13);
|
|
|
|
|
|
var marker_6124379e9306e5be51a5913c7e7d5b86 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_43cfb3957c84a749772bd9728dc6cd54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9bec414c1a0260981a25dcf8a8a01cb8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc683ff30e781a825e53d23f0249b4ce = $(`<div id="html_cc683ff30e781a825e53d23f0249b4ce" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_9bec414c1a0260981a25dcf8a8a01cb8.setContent(html_cc683ff30e781a825e53d23f0249b4ce);
|
|
|
|
|
|
|
|
marker_6124379e9306e5be51a5913c7e7d5b86.bindPopup(popup_9bec414c1a0260981a25dcf8a8a01cb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6124379e9306e5be51a5913c7e7d5b86.setIcon(icon_43cfb3957c84a749772bd9728dc6cd54);
|
|
|
|
|
|
var marker_b678853c4c35bb2348af292590cc562a = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_0b06070882f5fb355685bf4491361e94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b0e918c0efc3c6d7aec9edb093be48d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b6f89ed99d23f44ba777988c2e0f59c = $(`<div id="html_7b6f89ed99d23f44ba777988c2e0f59c" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_1b0e918c0efc3c6d7aec9edb093be48d.setContent(html_7b6f89ed99d23f44ba777988c2e0f59c);
|
|
|
|
|
|
|
|
marker_b678853c4c35bb2348af292590cc562a.bindPopup(popup_1b0e918c0efc3c6d7aec9edb093be48d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b678853c4c35bb2348af292590cc562a.setIcon(icon_0b06070882f5fb355685bf4491361e94);
|
|
|
|
|
|
var marker_6af52453e23222875c896a7849e85102 = L.marker(
|
|
[47.6735, -116.781],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_011876c1459b32efe593d9c2865bd03a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_530ab724d3f191a6a387b0a9788d14b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_828f1b05902ada50d4687e7d24f1717f = $(`<div id="html_828f1b05902ada50d4687e7d24f1717f" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_530ab724d3f191a6a387b0a9788d14b3.setContent(html_828f1b05902ada50d4687e7d24f1717f);
|
|
|
|
|
|
|
|
marker_6af52453e23222875c896a7849e85102.bindPopup(popup_530ab724d3f191a6a387b0a9788d14b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6af52453e23222875c896a7849e85102.setIcon(icon_011876c1459b32efe593d9c2865bd03a);
|
|
|
|
|
|
var marker_857bccd5a27c171748622bb153254e68 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_cc16499412d3bda91f364dbf2e9762da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c84784a6517ed40e74d077d62f86b4f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0edbdb10bcb7f396e29520655a85a039 = $(`<div id="html_0edbdb10bcb7f396e29520655a85a039" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_c84784a6517ed40e74d077d62f86b4f1.setContent(html_0edbdb10bcb7f396e29520655a85a039);
|
|
|
|
|
|
|
|
marker_857bccd5a27c171748622bb153254e68.bindPopup(popup_c84784a6517ed40e74d077d62f86b4f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_857bccd5a27c171748622bb153254e68.setIcon(icon_cc16499412d3bda91f364dbf2e9762da);
|
|
|
|
|
|
var marker_54b6378b8318029a569acd8d3b8bdc92 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_c500ee25544900e0619f2c9ccf5ee48e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b20cf213418ab58829a230d45e19a953 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3aed1bd9d9a4075d22bf298878b3d6fb = $(`<div id="html_3aed1bd9d9a4075d22bf298878b3d6fb" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_b20cf213418ab58829a230d45e19a953.setContent(html_3aed1bd9d9a4075d22bf298878b3d6fb);
|
|
|
|
|
|
|
|
marker_54b6378b8318029a569acd8d3b8bdc92.bindPopup(popup_b20cf213418ab58829a230d45e19a953)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54b6378b8318029a569acd8d3b8bdc92.setIcon(icon_c500ee25544900e0619f2c9ccf5ee48e);
|
|
|
|
|
|
var marker_56a7392f63727ea58897a89a1e2653ca = L.marker(
|
|
[46.2126, 6.1154],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_eb11a707e3f3ba7119852c5ee34a89e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4da5224f048e476b1934389fedf3110b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1097df543e9e616b39f597947f1b2a64 = $(`<div id="html_1097df543e9e616b39f597947f1b2a64" style="width: 100.0%; height: 100.0%;">nr.yay.so</div>`)[0];
|
|
popup_4da5224f048e476b1934389fedf3110b.setContent(html_1097df543e9e616b39f597947f1b2a64);
|
|
|
|
|
|
|
|
marker_56a7392f63727ea58897a89a1e2653ca.bindPopup(popup_4da5224f048e476b1934389fedf3110b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56a7392f63727ea58897a89a1e2653ca.setIcon(icon_eb11a707e3f3ba7119852c5ee34a89e5);
|
|
|
|
|
|
var marker_a1555aa34861a1b7bb47b170b9531881 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_fa614c39e4da96e14346a59f29cb6d31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_279d16de0816685cfff9c5ee9ff3572c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b368c3d0411ab322ab3e0e8e0e23572d = $(`<div id="html_b368c3d0411ab322ab3e0e8e0e23572d" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_279d16de0816685cfff9c5ee9ff3572c.setContent(html_b368c3d0411ab322ab3e0e8e0e23572d);
|
|
|
|
|
|
|
|
marker_a1555aa34861a1b7bb47b170b9531881.bindPopup(popup_279d16de0816685cfff9c5ee9ff3572c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1555aa34861a1b7bb47b170b9531881.setIcon(icon_fa614c39e4da96e14346a59f29cb6d31);
|
|
|
|
|
|
var marker_760bbe8ddc7e7963683a4e9ce86c0544 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_5b25b9e61831d428ba8bd0b8a1271cc9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36b687ce2dcaffd7df6e921a82d0edfc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b221803b663ee7c82416b1b307efdbad = $(`<div id="html_b221803b663ee7c82416b1b307efdbad" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_36b687ce2dcaffd7df6e921a82d0edfc.setContent(html_b221803b663ee7c82416b1b307efdbad);
|
|
|
|
|
|
|
|
marker_760bbe8ddc7e7963683a4e9ce86c0544.bindPopup(popup_36b687ce2dcaffd7df6e921a82d0edfc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_760bbe8ddc7e7963683a4e9ce86c0544.setIcon(icon_5b25b9e61831d428ba8bd0b8a1271cc9);
|
|
|
|
|
|
var marker_d991c34a8a177fcceee6d08e68aa5a1b = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_77dbce9539d41350051c738399771369 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a50d5de3f9d2c5eb1ab6d1ea40376b53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_957b3b887d06a33511f067d1611b2833 = $(`<div id="html_957b3b887d06a33511f067d1611b2833" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_a50d5de3f9d2c5eb1ab6d1ea40376b53.setContent(html_957b3b887d06a33511f067d1611b2833);
|
|
|
|
|
|
|
|
marker_d991c34a8a177fcceee6d08e68aa5a1b.bindPopup(popup_a50d5de3f9d2c5eb1ab6d1ea40376b53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d991c34a8a177fcceee6d08e68aa5a1b.setIcon(icon_77dbce9539d41350051c738399771369);
|
|
|
|
|
|
var marker_ad7d6ac7745f72821353b2949f192569 = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_4f92de2e50b09729f003453630fa56f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b98679fd7b4fdbb7a4beb639c9e2fc1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d61b82d998b31f8b67fe1df9ff9dd85 = $(`<div id="html_2d61b82d998b31f8b67fe1df9ff9dd85" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_b98679fd7b4fdbb7a4beb639c9e2fc1e.setContent(html_2d61b82d998b31f8b67fe1df9ff9dd85);
|
|
|
|
|
|
|
|
marker_ad7d6ac7745f72821353b2949f192569.bindPopup(popup_b98679fd7b4fdbb7a4beb639c9e2fc1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad7d6ac7745f72821353b2949f192569.setIcon(icon_4f92de2e50b09729f003453630fa56f3);
|
|
|
|
|
|
var marker_448b4d2b4ea0eb95fbe5560bf01ab2c3 = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_9615ecbf208a07cf6e59e09524e9a08a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60dae6c983d3125c8691882ba3b8e1e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56a68e637d3085f53a44bff8eabcf27f = $(`<div id="html_56a68e637d3085f53a44bff8eabcf27f" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_60dae6c983d3125c8691882ba3b8e1e8.setContent(html_56a68e637d3085f53a44bff8eabcf27f);
|
|
|
|
|
|
|
|
marker_448b4d2b4ea0eb95fbe5560bf01ab2c3.bindPopup(popup_60dae6c983d3125c8691882ba3b8e1e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_448b4d2b4ea0eb95fbe5560bf01ab2c3.setIcon(icon_9615ecbf208a07cf6e59e09524e9a08a);
|
|
|
|
|
|
var marker_175af450a1a8860f0b2b035845dd4e27 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_6b79add2e64d1d52acb87ed8334aeb76 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7902224e3ba39e030e68118d375bd38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2b5bb36ec8ce2678b3a70b11d52a30f = $(`<div id="html_d2b5bb36ec8ce2678b3a70b11d52a30f" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_c7902224e3ba39e030e68118d375bd38.setContent(html_d2b5bb36ec8ce2678b3a70b11d52a30f);
|
|
|
|
|
|
|
|
marker_175af450a1a8860f0b2b035845dd4e27.bindPopup(popup_c7902224e3ba39e030e68118d375bd38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_175af450a1a8860f0b2b035845dd4e27.setIcon(icon_6b79add2e64d1d52acb87ed8334aeb76);
|
|
|
|
|
|
var marker_67ee1ee1cbcd7e1ab2c5213f20ec0010 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_55e93bcf6f8c21441edeb539418e481c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4f6f8cd3714b3b2608caf7284462b8dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a922ea800ff5c8d975a550a921e5225 = $(`<div id="html_6a922ea800ff5c8d975a550a921e5225" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_4f6f8cd3714b3b2608caf7284462b8dd.setContent(html_6a922ea800ff5c8d975a550a921e5225);
|
|
|
|
|
|
|
|
marker_67ee1ee1cbcd7e1ab2c5213f20ec0010.bindPopup(popup_4f6f8cd3714b3b2608caf7284462b8dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67ee1ee1cbcd7e1ab2c5213f20ec0010.setIcon(icon_55e93bcf6f8c21441edeb539418e481c);
|
|
|
|
|
|
var marker_155409e59803caa83835c30124a3c1a0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_a7e6915bc79b28f8041a188c0de21d57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fea253d2de5587281c2167cc4c0a849a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e597b7f3dc078d59cc2fc5c2fd87a5c5 = $(`<div id="html_e597b7f3dc078d59cc2fc5c2fd87a5c5" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_fea253d2de5587281c2167cc4c0a849a.setContent(html_e597b7f3dc078d59cc2fc5c2fd87a5c5);
|
|
|
|
|
|
|
|
marker_155409e59803caa83835c30124a3c1a0.bindPopup(popup_fea253d2de5587281c2167cc4c0a849a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_155409e59803caa83835c30124a3c1a0.setIcon(icon_a7e6915bc79b28f8041a188c0de21d57);
|
|
|
|
|
|
var marker_117a0fbde10d464c199d378c3dc336a3 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_c64aa9c86eeeb4b35e4cf7c720e7761a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86afec1dc02a6c3f983f56821323a93a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a5440d1c4646b56aacba6db52edbebc = $(`<div id="html_7a5440d1c4646b56aacba6db52edbebc" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_86afec1dc02a6c3f983f56821323a93a.setContent(html_7a5440d1c4646b56aacba6db52edbebc);
|
|
|
|
|
|
|
|
marker_117a0fbde10d464c199d378c3dc336a3.bindPopup(popup_86afec1dc02a6c3f983f56821323a93a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_117a0fbde10d464c199d378c3dc336a3.setIcon(icon_c64aa9c86eeeb4b35e4cf7c720e7761a);
|
|
|
|
|
|
var marker_97d5cb8996d3d66147acdd7c15d3d9d6 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_7ff75fe936e941f302d61c289e2c649d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16d692479d563f4fa037c2fabf04a0fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7edec4f65ba20d196a871a249e9b6ab6 = $(`<div id="html_7edec4f65ba20d196a871a249e9b6ab6" style="width: 100.0%; height: 100.0%;">nostr.tavux.tech</div>`)[0];
|
|
popup_16d692479d563f4fa037c2fabf04a0fe.setContent(html_7edec4f65ba20d196a871a249e9b6ab6);
|
|
|
|
|
|
|
|
marker_97d5cb8996d3d66147acdd7c15d3d9d6.bindPopup(popup_16d692479d563f4fa037c2fabf04a0fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97d5cb8996d3d66147acdd7c15d3d9d6.setIcon(icon_7ff75fe936e941f302d61c289e2c649d);
|
|
|
|
|
|
var marker_5ee8ad26bc4b4884975c3fbcadab4551 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_483e54f48f1652229656fb8f474e10c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_639e80fb85fddcdab27373d75a7a9211 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_786f29519d0112fff73a60cd97764466 = $(`<div id="html_786f29519d0112fff73a60cd97764466" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_639e80fb85fddcdab27373d75a7a9211.setContent(html_786f29519d0112fff73a60cd97764466);
|
|
|
|
|
|
|
|
marker_5ee8ad26bc4b4884975c3fbcadab4551.bindPopup(popup_639e80fb85fddcdab27373d75a7a9211)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ee8ad26bc4b4884975c3fbcadab4551.setIcon(icon_483e54f48f1652229656fb8f474e10c6);
|
|
|
|
|
|
var marker_0cc4c1d10b5386cb803c826e0787a0de = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_1ccb56ac99bea9b7a2b5dd931dde72ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_620e7b5a923b010b07ad90559d144916 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a558fb4764243f349eda5ad6216cded = $(`<div id="html_2a558fb4764243f349eda5ad6216cded" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_620e7b5a923b010b07ad90559d144916.setContent(html_2a558fb4764243f349eda5ad6216cded);
|
|
|
|
|
|
|
|
marker_0cc4c1d10b5386cb803c826e0787a0de.bindPopup(popup_620e7b5a923b010b07ad90559d144916)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cc4c1d10b5386cb803c826e0787a0de.setIcon(icon_1ccb56ac99bea9b7a2b5dd931dde72ca);
|
|
|
|
|
|
var marker_4dcaa2ac723a01f5c9e79e0cfc5683d2 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_1261f82dc8234f2a84918950bf5ba086 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f46fff4547fa170e79a01f2a704babe9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b4d4c1a2ba00b6cfddfc818f78ece68 = $(`<div id="html_9b4d4c1a2ba00b6cfddfc818f78ece68" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_f46fff4547fa170e79a01f2a704babe9.setContent(html_9b4d4c1a2ba00b6cfddfc818f78ece68);
|
|
|
|
|
|
|
|
marker_4dcaa2ac723a01f5c9e79e0cfc5683d2.bindPopup(popup_f46fff4547fa170e79a01f2a704babe9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4dcaa2ac723a01f5c9e79e0cfc5683d2.setIcon(icon_1261f82dc8234f2a84918950bf5ba086);
|
|
|
|
|
|
var marker_590e8c74ee877f7ad2c2c96e5416a508 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_0c6e01cbd7c2fd5418c1647b123e450d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_318972ae454edf038089dfa7f6a23eff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c17d91116e19de2de4cde9c5f4635ec = $(`<div id="html_8c17d91116e19de2de4cde9c5f4635ec" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_318972ae454edf038089dfa7f6a23eff.setContent(html_8c17d91116e19de2de4cde9c5f4635ec);
|
|
|
|
|
|
|
|
marker_590e8c74ee877f7ad2c2c96e5416a508.bindPopup(popup_318972ae454edf038089dfa7f6a23eff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_590e8c74ee877f7ad2c2c96e5416a508.setIcon(icon_0c6e01cbd7c2fd5418c1647b123e450d);
|
|
|
|
|
|
var marker_8644d8e0290fb747d75d611e566932cf = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_b19be555cb246ce91fbf5f36847cfc27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bce6c62accffaf5bdfa240cf655b3a46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_840448fa0911fc497e33e51ee1541e6c = $(`<div id="html_840448fa0911fc497e33e51ee1541e6c" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_bce6c62accffaf5bdfa240cf655b3a46.setContent(html_840448fa0911fc497e33e51ee1541e6c);
|
|
|
|
|
|
|
|
marker_8644d8e0290fb747d75d611e566932cf.bindPopup(popup_bce6c62accffaf5bdfa240cf655b3a46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8644d8e0290fb747d75d611e566932cf.setIcon(icon_b19be555cb246ce91fbf5f36847cfc27);
|
|
|
|
|
|
var marker_29ba78294e6fa8c1c460201074c33ca0 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_6044ec092bcb41cd18d1493b6402d4f3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4ffaa083fbdab56fc7572e5a2d6affb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c10bbcc035e63acdd784bf10d6210b3b = $(`<div id="html_c10bbcc035e63acdd784bf10d6210b3b" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_d4ffaa083fbdab56fc7572e5a2d6affb.setContent(html_c10bbcc035e63acdd784bf10d6210b3b);
|
|
|
|
|
|
|
|
marker_29ba78294e6fa8c1c460201074c33ca0.bindPopup(popup_d4ffaa083fbdab56fc7572e5a2d6affb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_29ba78294e6fa8c1c460201074c33ca0.setIcon(icon_6044ec092bcb41cd18d1493b6402d4f3);
|
|
|
|
|
|
var marker_6037dee6f4e5e2045b8262cf5d3ba898 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_f40212ecabfa4135b58b640c6aa0eabb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2448abdb64a634004c4e7491fd69eb0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe31fea63a485aaf44aed1c1ec3758d1 = $(`<div id="html_fe31fea63a485aaf44aed1c1ec3758d1" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_2448abdb64a634004c4e7491fd69eb0a.setContent(html_fe31fea63a485aaf44aed1c1ec3758d1);
|
|
|
|
|
|
|
|
marker_6037dee6f4e5e2045b8262cf5d3ba898.bindPopup(popup_2448abdb64a634004c4e7491fd69eb0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6037dee6f4e5e2045b8262cf5d3ba898.setIcon(icon_f40212ecabfa4135b58b640c6aa0eabb);
|
|
|
|
|
|
var marker_8f515296b3f659437957bc32ab9ffedf = L.marker(
|
|
[13.3622, 100.983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_9b8ac6fcf8083bedd98b1a4515ff91bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_223d685a6b0fba380ae20667ca1f937d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a4070dd8f5128e6952dc0bb6a62fc4e = $(`<div id="html_0a4070dd8f5128e6952dc0bb6a62fc4e" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_223d685a6b0fba380ae20667ca1f937d.setContent(html_0a4070dd8f5128e6952dc0bb6a62fc4e);
|
|
|
|
|
|
|
|
marker_8f515296b3f659437957bc32ab9ffedf.bindPopup(popup_223d685a6b0fba380ae20667ca1f937d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f515296b3f659437957bc32ab9ffedf.setIcon(icon_9b8ac6fcf8083bedd98b1a4515ff91bb);
|
|
|
|
|
|
var marker_5baa4831e5ba717622a04f2f5652711a = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_ed5985eebe2b585866dc84b91cde2bf7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5774914d1be99ede30a0cb28d7d52bfe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0764666c5779037f171ad0cdf6691c43 = $(`<div id="html_0764666c5779037f171ad0cdf6691c43" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_5774914d1be99ede30a0cb28d7d52bfe.setContent(html_0764666c5779037f171ad0cdf6691c43);
|
|
|
|
|
|
|
|
marker_5baa4831e5ba717622a04f2f5652711a.bindPopup(popup_5774914d1be99ede30a0cb28d7d52bfe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5baa4831e5ba717622a04f2f5652711a.setIcon(icon_ed5985eebe2b585866dc84b91cde2bf7);
|
|
|
|
|
|
var marker_c9bd929ef0fc28c887e1dee7c796f160 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_9cd8a39813898bc7d5606dfdc7882a8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9aa3d24070623b339ab4f3a2aa00e0a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2594f32f6ba6959845fcc3657315b66b = $(`<div id="html_2594f32f6ba6959845fcc3657315b66b" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_9aa3d24070623b339ab4f3a2aa00e0a9.setContent(html_2594f32f6ba6959845fcc3657315b66b);
|
|
|
|
|
|
|
|
marker_c9bd929ef0fc28c887e1dee7c796f160.bindPopup(popup_9aa3d24070623b339ab4f3a2aa00e0a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9bd929ef0fc28c887e1dee7c796f160.setIcon(icon_9cd8a39813898bc7d5606dfdc7882a8b);
|
|
|
|
|
|
var marker_db902147b747a73a8f26863a52f46248 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_ea80f6ca0bff934f42710008d6e88938 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81b7a21b8d36290d2f3a3bc566576e42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61f35c92892f08e1a9fb331cb40229d4 = $(`<div id="html_61f35c92892f08e1a9fb331cb40229d4" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_81b7a21b8d36290d2f3a3bc566576e42.setContent(html_61f35c92892f08e1a9fb331cb40229d4);
|
|
|
|
|
|
|
|
marker_db902147b747a73a8f26863a52f46248.bindPopup(popup_81b7a21b8d36290d2f3a3bc566576e42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db902147b747a73a8f26863a52f46248.setIcon(icon_ea80f6ca0bff934f42710008d6e88938);
|
|
|
|
|
|
var marker_fec9b29c8c5c625b136504aeff0b791c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_1503cbd1c973db8ee1bbf9ecafd24f3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84b3d2a31d70ab5b242e733beb4822cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7a4f4501d4159b88d9268bba602c8ab = $(`<div id="html_e7a4f4501d4159b88d9268bba602c8ab" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_84b3d2a31d70ab5b242e733beb4822cd.setContent(html_e7a4f4501d4159b88d9268bba602c8ab);
|
|
|
|
|
|
|
|
marker_fec9b29c8c5c625b136504aeff0b791c.bindPopup(popup_84b3d2a31d70ab5b242e733beb4822cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fec9b29c8c5c625b136504aeff0b791c.setIcon(icon_1503cbd1c973db8ee1bbf9ecafd24f3a);
|
|
|
|
|
|
var marker_7ba55845d92a8df8747903278c714138 = L.marker(
|
|
[39.9268, -75.0246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_d3d345fcfadf4a3c9b5016977684fde9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ae538aa03b3afe71192209b6e7f89e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5bbb19a55b8d8c300d262bd37dec250a = $(`<div id="html_5bbb19a55b8d8c300d262bd37dec250a" style="width: 100.0%; height: 100.0%;">nostr.calitabby.net</div>`)[0];
|
|
popup_6ae538aa03b3afe71192209b6e7f89e1.setContent(html_5bbb19a55b8d8c300d262bd37dec250a);
|
|
|
|
|
|
|
|
marker_7ba55845d92a8df8747903278c714138.bindPopup(popup_6ae538aa03b3afe71192209b6e7f89e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ba55845d92a8df8747903278c714138.setIcon(icon_d3d345fcfadf4a3c9b5016977684fde9);
|
|
|
|
|
|
var marker_825c294c13cc984bd2f351f05b9b075b = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_88d271976cee72ed28ee4dec9f395e1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5257ca3409bf669c60b8d351b3a7d66d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9b371b937f65dfd74a30324620081d7 = $(`<div id="html_b9b371b937f65dfd74a30324620081d7" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_5257ca3409bf669c60b8d351b3a7d66d.setContent(html_b9b371b937f65dfd74a30324620081d7);
|
|
|
|
|
|
|
|
marker_825c294c13cc984bd2f351f05b9b075b.bindPopup(popup_5257ca3409bf669c60b8d351b3a7d66d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_825c294c13cc984bd2f351f05b9b075b.setIcon(icon_88d271976cee72ed28ee4dec9f395e1c);
|
|
|
|
|
|
var marker_43911f3bccd50e4ce29f32fbbc7ab0b5 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_5f747520f84b671ad9c8d1537ceff7c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5dab325b3fc07b8d7c3e4c1a41427ce5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c92e5c0ace3c9f04b2b4b16c2abdadd8 = $(`<div id="html_c92e5c0ace3c9f04b2b4b16c2abdadd8" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_5dab325b3fc07b8d7c3e4c1a41427ce5.setContent(html_c92e5c0ace3c9f04b2b4b16c2abdadd8);
|
|
|
|
|
|
|
|
marker_43911f3bccd50e4ce29f32fbbc7ab0b5.bindPopup(popup_5dab325b3fc07b8d7c3e4c1a41427ce5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43911f3bccd50e4ce29f32fbbc7ab0b5.setIcon(icon_5f747520f84b671ad9c8d1537ceff7c5);
|
|
|
|
|
|
var marker_15bc6d17736545a1624744513ea5fa69 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_5aacf6d55447f047e6da6693aae1f3cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb5f23def53fa3393037cc722391865a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d900223f6ef67aebe6cc31bd5b00041b = $(`<div id="html_d900223f6ef67aebe6cc31bd5b00041b" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_eb5f23def53fa3393037cc722391865a.setContent(html_d900223f6ef67aebe6cc31bd5b00041b);
|
|
|
|
|
|
|
|
marker_15bc6d17736545a1624744513ea5fa69.bindPopup(popup_eb5f23def53fa3393037cc722391865a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15bc6d17736545a1624744513ea5fa69.setIcon(icon_5aacf6d55447f047e6da6693aae1f3cf);
|
|
|
|
|
|
var marker_7d7bae5bbf3abf45cf6cf3c4b7bc6a39 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_0d3c4c3e7f488f2b7b165c70020aa49b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2fafa472809c66b060c3e276bb6f9a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_936d35b4bddb491988d2653b7c5754c4 = $(`<div id="html_936d35b4bddb491988d2653b7c5754c4" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_b2fafa472809c66b060c3e276bb6f9a6.setContent(html_936d35b4bddb491988d2653b7c5754c4);
|
|
|
|
|
|
|
|
marker_7d7bae5bbf3abf45cf6cf3c4b7bc6a39.bindPopup(popup_b2fafa472809c66b060c3e276bb6f9a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d7bae5bbf3abf45cf6cf3c4b7bc6a39.setIcon(icon_0d3c4c3e7f488f2b7b165c70020aa49b);
|
|
|
|
|
|
var marker_447d47139e234375cfcfceb22cf313a9 = L.marker(
|
|
[56.9677, 24.1056],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_bdd2fc207215f9e9bf94f84019f6f374 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4579c61ea4ce2d91bf77385abc28ae3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0b54c745544e693a9f89b40e76beacd = $(`<div id="html_b0b54c745544e693a9f89b40e76beacd" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_4579c61ea4ce2d91bf77385abc28ae3b.setContent(html_b0b54c745544e693a9f89b40e76beacd);
|
|
|
|
|
|
|
|
marker_447d47139e234375cfcfceb22cf313a9.bindPopup(popup_4579c61ea4ce2d91bf77385abc28ae3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_447d47139e234375cfcfceb22cf313a9.setIcon(icon_bdd2fc207215f9e9bf94f84019f6f374);
|
|
|
|
|
|
var marker_55bcfdc93163a1507172a6c3e6e20c56 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_bb681bbcd7ceabe877886c03cb34e10f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_110264eaa31c5f7267b348ca13117303 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_169645ae26c1db62c4b6c75832ab9486 = $(`<div id="html_169645ae26c1db62c4b6c75832ab9486" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_110264eaa31c5f7267b348ca13117303.setContent(html_169645ae26c1db62c4b6c75832ab9486);
|
|
|
|
|
|
|
|
marker_55bcfdc93163a1507172a6c3e6e20c56.bindPopup(popup_110264eaa31c5f7267b348ca13117303)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55bcfdc93163a1507172a6c3e6e20c56.setIcon(icon_bb681bbcd7ceabe877886c03cb34e10f);
|
|
|
|
|
|
var marker_6c79c480b91fcc06d725ca9cff15cdfa = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_6f2bd0a7a8c67ee6a95965cb905dc3d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1227c33dfcb58caa88ebfd28f17db64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d1ac7d866049676f08081a56275d495 = $(`<div id="html_9d1ac7d866049676f08081a56275d495" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_e1227c33dfcb58caa88ebfd28f17db64.setContent(html_9d1ac7d866049676f08081a56275d495);
|
|
|
|
|
|
|
|
marker_6c79c480b91fcc06d725ca9cff15cdfa.bindPopup(popup_e1227c33dfcb58caa88ebfd28f17db64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c79c480b91fcc06d725ca9cff15cdfa.setIcon(icon_6f2bd0a7a8c67ee6a95965cb905dc3d3);
|
|
|
|
|
|
var marker_5ab1e8224866477a1d2ee729b5781bb9 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_e94076887962a06d3d313e2a456e0ced = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83befbe212a4498977816331015a4e65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39eea84c8ca6cfe3b1b925f72bc6f075 = $(`<div id="html_39eea84c8ca6cfe3b1b925f72bc6f075" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_83befbe212a4498977816331015a4e65.setContent(html_39eea84c8ca6cfe3b1b925f72bc6f075);
|
|
|
|
|
|
|
|
marker_5ab1e8224866477a1d2ee729b5781bb9.bindPopup(popup_83befbe212a4498977816331015a4e65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ab1e8224866477a1d2ee729b5781bb9.setIcon(icon_e94076887962a06d3d313e2a456e0ced);
|
|
|
|
|
|
var marker_0ad1ee83ca25e17aeaf26f552e8f70ee = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_cf99ff65198385693ad7eb74161318f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38b4c1109e85ae84a725f59787b989e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b3a18f435b48cf0446fb2ca1a16c82e = $(`<div id="html_8b3a18f435b48cf0446fb2ca1a16c82e" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_38b4c1109e85ae84a725f59787b989e9.setContent(html_8b3a18f435b48cf0446fb2ca1a16c82e);
|
|
|
|
|
|
|
|
marker_0ad1ee83ca25e17aeaf26f552e8f70ee.bindPopup(popup_38b4c1109e85ae84a725f59787b989e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ad1ee83ca25e17aeaf26f552e8f70ee.setIcon(icon_cf99ff65198385693ad7eb74161318f2);
|
|
|
|
|
|
var marker_4196dc24e22d39a2bd293f5e63a7d3f9 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_ba79283b6f5e2c93dfeadd7c449eabdf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e45e34b1a8872ee387569e63b4ba4bda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d489c6302aa13a49ec1b4903923e4b82 = $(`<div id="html_d489c6302aa13a49ec1b4903923e4b82" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_e45e34b1a8872ee387569e63b4ba4bda.setContent(html_d489c6302aa13a49ec1b4903923e4b82);
|
|
|
|
|
|
|
|
marker_4196dc24e22d39a2bd293f5e63a7d3f9.bindPopup(popup_e45e34b1a8872ee387569e63b4ba4bda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4196dc24e22d39a2bd293f5e63a7d3f9.setIcon(icon_ba79283b6f5e2c93dfeadd7c449eabdf);
|
|
|
|
|
|
var marker_cb16c39e1cc25cdebd47b00b4e3fac7a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_1a7f6d36943d9ffa79740f18ccb24604 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68755a5fadf7632bd2cfe06de903ca65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1acd750c94fd95df442cf68f68cc1bc6 = $(`<div id="html_1acd750c94fd95df442cf68f68cc1bc6" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_68755a5fadf7632bd2cfe06de903ca65.setContent(html_1acd750c94fd95df442cf68f68cc1bc6);
|
|
|
|
|
|
|
|
marker_cb16c39e1cc25cdebd47b00b4e3fac7a.bindPopup(popup_68755a5fadf7632bd2cfe06de903ca65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb16c39e1cc25cdebd47b00b4e3fac7a.setIcon(icon_1a7f6d36943d9ffa79740f18ccb24604);
|
|
|
|
|
|
var marker_503836caf55fc9e995bbc1a5f7981709 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_ced6aba26f204459188d078f705510f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb1a998e54edf882488e81df346fec13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a284c212e2654ac9dd2d787e81411d05 = $(`<div id="html_a284c212e2654ac9dd2d787e81411d05" style="width: 100.0%; height: 100.0%;">portal-relay.pareto.space</div>`)[0];
|
|
popup_cb1a998e54edf882488e81df346fec13.setContent(html_a284c212e2654ac9dd2d787e81411d05);
|
|
|
|
|
|
|
|
marker_503836caf55fc9e995bbc1a5f7981709.bindPopup(popup_cb1a998e54edf882488e81df346fec13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_503836caf55fc9e995bbc1a5f7981709.setIcon(icon_ced6aba26f204459188d078f705510f9);
|
|
|
|
|
|
var marker_7bee8cef92d5c65eaeadd98270ecb227 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_33a0f79ee38706be17c92ee17e973d9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d68c81e542acab0f03f90764368b4f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_841f698bffd3c12820a25d67f75258b8 = $(`<div id="html_841f698bffd3c12820a25d67f75258b8" style="width: 100.0%; height: 100.0%;">nostr-02.uid.ovh</div>`)[0];
|
|
popup_3d68c81e542acab0f03f90764368b4f4.setContent(html_841f698bffd3c12820a25d67f75258b8);
|
|
|
|
|
|
|
|
marker_7bee8cef92d5c65eaeadd98270ecb227.bindPopup(popup_3d68c81e542acab0f03f90764368b4f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7bee8cef92d5c65eaeadd98270ecb227.setIcon(icon_33a0f79ee38706be17c92ee17e973d9f);
|
|
|
|
|
|
var marker_44e5864398918755e0e47f1a20917f24 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_59ecd0eeae5ef5cdc1f78d8c64ca3c7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01ea463fb19248d703e8cb48aa6c74c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db97df2fbaa7952c479f7b68a8a9abce = $(`<div id="html_db97df2fbaa7952c479f7b68a8a9abce" style="width: 100.0%; height: 100.0%;">nostream.breadslice.com</div>`)[0];
|
|
popup_01ea463fb19248d703e8cb48aa6c74c3.setContent(html_db97df2fbaa7952c479f7b68a8a9abce);
|
|
|
|
|
|
|
|
marker_44e5864398918755e0e47f1a20917f24.bindPopup(popup_01ea463fb19248d703e8cb48aa6c74c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44e5864398918755e0e47f1a20917f24.setIcon(icon_59ecd0eeae5ef5cdc1f78d8c64ca3c7b);
|
|
|
|
|
|
var marker_1bee4376b11cb6ed3c5be17aa7a9a3df = L.marker(
|
|
[33.7488, -84.3877],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_69a61cb3fe2d768d0c09c0566af95203 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d050480354092731e2713a6967031fbc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e69d84bf8c289f108b52eaa21014edbc = $(`<div id="html_e69d84bf8c289f108b52eaa21014edbc" style="width: 100.0%; height: 100.0%;">wot.tealeaf.dev</div>`)[0];
|
|
popup_d050480354092731e2713a6967031fbc.setContent(html_e69d84bf8c289f108b52eaa21014edbc);
|
|
|
|
|
|
|
|
marker_1bee4376b11cb6ed3c5be17aa7a9a3df.bindPopup(popup_d050480354092731e2713a6967031fbc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bee4376b11cb6ed3c5be17aa7a9a3df.setIcon(icon_69a61cb3fe2d768d0c09c0566af95203);
|
|
|
|
|
|
var marker_bdbda9d4b7bd0a62cecf5a768536811f = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_48465d327248a88a5d00363f19e140c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05b9f8fd992c5759797ba042b64655f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_359b5e5655471ce2c3ad7b4d5f1ce317 = $(`<div id="html_359b5e5655471ce2c3ad7b4d5f1ce317" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_05b9f8fd992c5759797ba042b64655f6.setContent(html_359b5e5655471ce2c3ad7b4d5f1ce317);
|
|
|
|
|
|
|
|
marker_bdbda9d4b7bd0a62cecf5a768536811f.bindPopup(popup_05b9f8fd992c5759797ba042b64655f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bdbda9d4b7bd0a62cecf5a768536811f.setIcon(icon_48465d327248a88a5d00363f19e140c8);
|
|
|
|
|
|
var marker_4aa47dc7a8f3d19a7db030f2a0522b8c = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_b6e95e2fc683b4f55f58c7f9c0c46998 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f42c746bd39c7ad021a651c857e06449 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c07fae0b5173fffbe817a63cc8b1be77 = $(`<div id="html_c07fae0b5173fffbe817a63cc8b1be77" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_f42c746bd39c7ad021a651c857e06449.setContent(html_c07fae0b5173fffbe817a63cc8b1be77);
|
|
|
|
|
|
|
|
marker_4aa47dc7a8f3d19a7db030f2a0522b8c.bindPopup(popup_f42c746bd39c7ad021a651c857e06449)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4aa47dc7a8f3d19a7db030f2a0522b8c.setIcon(icon_b6e95e2fc683b4f55f58c7f9c0c46998);
|
|
|
|
|
|
var marker_e46791610aefb300a964e74983ac5e90 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_cc6faa6c13a57275440082f9d09ef675 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ef11fb3a42ada101b79e33f51e3024a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fce5b4166a512ff02776719fc9bf43ef = $(`<div id="html_fce5b4166a512ff02776719fc9bf43ef" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_6ef11fb3a42ada101b79e33f51e3024a.setContent(html_fce5b4166a512ff02776719fc9bf43ef);
|
|
|
|
|
|
|
|
marker_e46791610aefb300a964e74983ac5e90.bindPopup(popup_6ef11fb3a42ada101b79e33f51e3024a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e46791610aefb300a964e74983ac5e90.setIcon(icon_cc6faa6c13a57275440082f9d09ef675);
|
|
|
|
|
|
var marker_87143160cdb6d989bdda666d78512926 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_fc27af66c457c10b9da9bfcf07bacbff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e997f29ccc4b4c7e738f9580c70c2d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac8eceedaa1e0f54824f6daef374cf84 = $(`<div id="html_ac8eceedaa1e0f54824f6daef374cf84" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_7e997f29ccc4b4c7e738f9580c70c2d1.setContent(html_ac8eceedaa1e0f54824f6daef374cf84);
|
|
|
|
|
|
|
|
marker_87143160cdb6d989bdda666d78512926.bindPopup(popup_7e997f29ccc4b4c7e738f9580c70c2d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87143160cdb6d989bdda666d78512926.setIcon(icon_fc27af66c457c10b9da9bfcf07bacbff);
|
|
|
|
|
|
var marker_6aabd33338ad120c73b77e2ddeee3937 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_9ef9906a1c153c945fa1a541f09c48e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe17e6701d928fb8b6487d3dc682275c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_429b7c7909bad6ad0748781c96845c14 = $(`<div id="html_429b7c7909bad6ad0748781c96845c14" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_fe17e6701d928fb8b6487d3dc682275c.setContent(html_429b7c7909bad6ad0748781c96845c14);
|
|
|
|
|
|
|
|
marker_6aabd33338ad120c73b77e2ddeee3937.bindPopup(popup_fe17e6701d928fb8b6487d3dc682275c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6aabd33338ad120c73b77e2ddeee3937.setIcon(icon_9ef9906a1c153c945fa1a541f09c48e8);
|
|
|
|
|
|
var marker_124f4b8bb586375414c22b54d83cf0c3 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_b589c7190c2994e3a60a9e466ec00136 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_966e1ab6c9e96b74e886d1d061405231 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c76e90d140f7746f99174aabdca311fd = $(`<div id="html_c76e90d140f7746f99174aabdca311fd" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_966e1ab6c9e96b74e886d1d061405231.setContent(html_c76e90d140f7746f99174aabdca311fd);
|
|
|
|
|
|
|
|
marker_124f4b8bb586375414c22b54d83cf0c3.bindPopup(popup_966e1ab6c9e96b74e886d1d061405231)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_124f4b8bb586375414c22b54d83cf0c3.setIcon(icon_b589c7190c2994e3a60a9e466ec00136);
|
|
|
|
|
|
var marker_2b6bf2e563d45754c569946c4861a334 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_5ba125986a5f84d1836a25d6149ec881 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a755a6ae0764b8c86f8590375d6444c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a23d2271121791732d57c0b37f6ff9dd = $(`<div id="html_a23d2271121791732d57c0b37f6ff9dd" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_a755a6ae0764b8c86f8590375d6444c5.setContent(html_a23d2271121791732d57c0b37f6ff9dd);
|
|
|
|
|
|
|
|
marker_2b6bf2e563d45754c569946c4861a334.bindPopup(popup_a755a6ae0764b8c86f8590375d6444c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b6bf2e563d45754c569946c4861a334.setIcon(icon_5ba125986a5f84d1836a25d6149ec881);
|
|
|
|
|
|
var marker_156c5dcb7ca6f23fb9be2a0bd91cbe48 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_7fbdf5249fc0f04df02ee965d9624aaa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1dbd2448d588182bc4e46901bd1f60ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b2c1e3e14190b19ee3aba7a2bb51d67 = $(`<div id="html_8b2c1e3e14190b19ee3aba7a2bb51d67" style="width: 100.0%; height: 100.0%;">relay.trustroots.org</div>`)[0];
|
|
popup_1dbd2448d588182bc4e46901bd1f60ce.setContent(html_8b2c1e3e14190b19ee3aba7a2bb51d67);
|
|
|
|
|
|
|
|
marker_156c5dcb7ca6f23fb9be2a0bd91cbe48.bindPopup(popup_1dbd2448d588182bc4e46901bd1f60ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_156c5dcb7ca6f23fb9be2a0bd91cbe48.setIcon(icon_7fbdf5249fc0f04df02ee965d9624aaa);
|
|
|
|
|
|
var marker_53ac096950ff6b74ab7a891ea0b0066c = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_86176687610efdeab42734e0e1e32a62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c446627b4ddf9969db5bcac8760944c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d08b17bf68ad8059836e2ce3a3728ede = $(`<div id="html_d08b17bf68ad8059836e2ce3a3728ede" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_c446627b4ddf9969db5bcac8760944c3.setContent(html_d08b17bf68ad8059836e2ce3a3728ede);
|
|
|
|
|
|
|
|
marker_53ac096950ff6b74ab7a891ea0b0066c.bindPopup(popup_c446627b4ddf9969db5bcac8760944c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53ac096950ff6b74ab7a891ea0b0066c.setIcon(icon_86176687610efdeab42734e0e1e32a62);
|
|
|
|
|
|
var marker_0da7e644b0ae28296e1ca911c9220508 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_8471ea8bc6a22c2d5468e34f5cec727a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7615d95a1a6f6e311417fdff6108e77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c15d0b194f2708a8ba93b2f8b78e2cd = $(`<div id="html_6c15d0b194f2708a8ba93b2f8b78e2cd" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_e7615d95a1a6f6e311417fdff6108e77.setContent(html_6c15d0b194f2708a8ba93b2f8b78e2cd);
|
|
|
|
|
|
|
|
marker_0da7e644b0ae28296e1ca911c9220508.bindPopup(popup_e7615d95a1a6f6e311417fdff6108e77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0da7e644b0ae28296e1ca911c9220508.setIcon(icon_8471ea8bc6a22c2d5468e34f5cec727a);
|
|
|
|
|
|
var marker_1b2164760d27d7c131913a9704b51aec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_0d8f0f203e681453dd9d91c02073d55e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_317a4916311292581be236ade9e577b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9b71db7c79f6c42a84e5a44ee939bce = $(`<div id="html_f9b71db7c79f6c42a84e5a44ee939bce" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_317a4916311292581be236ade9e577b5.setContent(html_f9b71db7c79f6c42a84e5a44ee939bce);
|
|
|
|
|
|
|
|
marker_1b2164760d27d7c131913a9704b51aec.bindPopup(popup_317a4916311292581be236ade9e577b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b2164760d27d7c131913a9704b51aec.setIcon(icon_0d8f0f203e681453dd9d91c02073d55e);
|
|
|
|
|
|
var marker_4c114c22e3b0af180f4a108a02bae60a = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_6d0af7ce46955b534dbed57571d87207 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e23fa4e3028e98dee7bf576ac0d31fdc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28bf772cb3ca47ce22baaa2092d36fc0 = $(`<div id="html_28bf772cb3ca47ce22baaa2092d36fc0" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_e23fa4e3028e98dee7bf576ac0d31fdc.setContent(html_28bf772cb3ca47ce22baaa2092d36fc0);
|
|
|
|
|
|
|
|
marker_4c114c22e3b0af180f4a108a02bae60a.bindPopup(popup_e23fa4e3028e98dee7bf576ac0d31fdc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c114c22e3b0af180f4a108a02bae60a.setIcon(icon_6d0af7ce46955b534dbed57571d87207);
|
|
|
|
|
|
var marker_90dc26ec0acb2f0b8f64c47a2fd314b7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_ee990a3486e7e4ffdcf8cdb7d53d371c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bb07baef1a22c8577243b08688820f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70bf905d3ff6235f2a6319a4f415d518 = $(`<div id="html_70bf905d3ff6235f2a6319a4f415d518" style="width: 100.0%; height: 100.0%;">wot.utxo.one</div>`)[0];
|
|
popup_8bb07baef1a22c8577243b08688820f3.setContent(html_70bf905d3ff6235f2a6319a4f415d518);
|
|
|
|
|
|
|
|
marker_90dc26ec0acb2f0b8f64c47a2fd314b7.bindPopup(popup_8bb07baef1a22c8577243b08688820f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90dc26ec0acb2f0b8f64c47a2fd314b7.setIcon(icon_ee990a3486e7e4ffdcf8cdb7d53d371c);
|
|
|
|
|
|
var marker_084c0ea9fe4407818f1d9820ffed672b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_b6079672adc3319d23f0fa67edae2dc8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55f9eadea10366df7d78bae3c21b3099 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57df72b480b8a559db5f49940cda5412 = $(`<div id="html_57df72b480b8a559db5f49940cda5412" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_55f9eadea10366df7d78bae3c21b3099.setContent(html_57df72b480b8a559db5f49940cda5412);
|
|
|
|
|
|
|
|
marker_084c0ea9fe4407818f1d9820ffed672b.bindPopup(popup_55f9eadea10366df7d78bae3c21b3099)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_084c0ea9fe4407818f1d9820ffed672b.setIcon(icon_b6079672adc3319d23f0fa67edae2dc8);
|
|
|
|
|
|
var marker_7bc3a9e4f5ee28faab38cd92467253f5 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_8d0931d591e3c6e76141fd06773f1e68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30da9710d56f472d0e481ae83cc2b642 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6431a36d8d69751f788cc4a2da1fe476 = $(`<div id="html_6431a36d8d69751f788cc4a2da1fe476" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_30da9710d56f472d0e481ae83cc2b642.setContent(html_6431a36d8d69751f788cc4a2da1fe476);
|
|
|
|
|
|
|
|
marker_7bc3a9e4f5ee28faab38cd92467253f5.bindPopup(popup_30da9710d56f472d0e481ae83cc2b642)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7bc3a9e4f5ee28faab38cd92467253f5.setIcon(icon_8d0931d591e3c6e76141fd06773f1e68);
|
|
|
|
|
|
var marker_ba06d16f61b60f3ec3d73bcf31765148 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_2b004f4881d1786d570d5fd443cde2bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48536bd9e554c52d901d609e70e689e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc76a8c9fff2618abec2141b3b04bafa = $(`<div id="html_bc76a8c9fff2618abec2141b3b04bafa" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_48536bd9e554c52d901d609e70e689e0.setContent(html_bc76a8c9fff2618abec2141b3b04bafa);
|
|
|
|
|
|
|
|
marker_ba06d16f61b60f3ec3d73bcf31765148.bindPopup(popup_48536bd9e554c52d901d609e70e689e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba06d16f61b60f3ec3d73bcf31765148.setIcon(icon_2b004f4881d1786d570d5fd443cde2bc);
|
|
|
|
|
|
var marker_91a8a351c56db876c392a490f0fc3eaa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_b27e11b0132447288318dffab94b495d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59bfe9578b72c7de029e7aa8708776cc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_571c14b43dbb89161969a09c8b83963d = $(`<div id="html_571c14b43dbb89161969a09c8b83963d" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_59bfe9578b72c7de029e7aa8708776cc.setContent(html_571c14b43dbb89161969a09c8b83963d);
|
|
|
|
|
|
|
|
marker_91a8a351c56db876c392a490f0fc3eaa.bindPopup(popup_59bfe9578b72c7de029e7aa8708776cc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91a8a351c56db876c392a490f0fc3eaa.setIcon(icon_b27e11b0132447288318dffab94b495d);
|
|
|
|
|
|
var marker_9d15e4843dd460fb246dec1e1305cf54 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_1fdb6ed9baf8b1d9750d0603916610e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_927ede0e17f8fdd88f67e7ff22a3df30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25f2fb7211dc4181fe3b6db0fc51750b = $(`<div id="html_25f2fb7211dc4181fe3b6db0fc51750b" style="width: 100.0%; height: 100.0%;">relay.moinsen.com</div>`)[0];
|
|
popup_927ede0e17f8fdd88f67e7ff22a3df30.setContent(html_25f2fb7211dc4181fe3b6db0fc51750b);
|
|
|
|
|
|
|
|
marker_9d15e4843dd460fb246dec1e1305cf54.bindPopup(popup_927ede0e17f8fdd88f67e7ff22a3df30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d15e4843dd460fb246dec1e1305cf54.setIcon(icon_1fdb6ed9baf8b1d9750d0603916610e5);
|
|
|
|
|
|
var marker_b1af928d98fc7118b290a3a6cb68dce1 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_6d1bef68147f086a1467d45606ca58b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f87bd625a2d95c8a469e085f3a588ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9aa2b2a88e24865cb49924de594245c7 = $(`<div id="html_9aa2b2a88e24865cb49924de594245c7" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_9f87bd625a2d95c8a469e085f3a588ff.setContent(html_9aa2b2a88e24865cb49924de594245c7);
|
|
|
|
|
|
|
|
marker_b1af928d98fc7118b290a3a6cb68dce1.bindPopup(popup_9f87bd625a2d95c8a469e085f3a588ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b1af928d98fc7118b290a3a6cb68dce1.setIcon(icon_6d1bef68147f086a1467d45606ca58b0);
|
|
|
|
|
|
var marker_82aa10446490b5a9ce25213beaff0d5a = L.marker(
|
|
[52.6467, 4.7395],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_5f0f8c4c49cab8c62e4a2601d21b1fb3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2744d8b281ac3141a5dcc278a7bf3191 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c51152a6c885530fe0e9f812e386eb83 = $(`<div id="html_c51152a6c885530fe0e9f812e386eb83" style="width: 100.0%; height: 100.0%;">relay.nostr.vet</div>`)[0];
|
|
popup_2744d8b281ac3141a5dcc278a7bf3191.setContent(html_c51152a6c885530fe0e9f812e386eb83);
|
|
|
|
|
|
|
|
marker_82aa10446490b5a9ce25213beaff0d5a.bindPopup(popup_2744d8b281ac3141a5dcc278a7bf3191)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82aa10446490b5a9ce25213beaff0d5a.setIcon(icon_5f0f8c4c49cab8c62e4a2601d21b1fb3);
|
|
|
|
|
|
var marker_283f3c8eaeec738f278f3195ae03ff1c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_b12fae86f0f90a184557c18b4c8bafcf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26ef40795f5afc19632b354c3adf45b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8499e877236c8144c6ad4c0cfd17f98 = $(`<div id="html_c8499e877236c8144c6ad4c0cfd17f98" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_26ef40795f5afc19632b354c3adf45b7.setContent(html_c8499e877236c8144c6ad4c0cfd17f98);
|
|
|
|
|
|
|
|
marker_283f3c8eaeec738f278f3195ae03ff1c.bindPopup(popup_26ef40795f5afc19632b354c3adf45b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_283f3c8eaeec738f278f3195ae03ff1c.setIcon(icon_b12fae86f0f90a184557c18b4c8bafcf);
|
|
|
|
|
|
var marker_24f723baa8060fd371ac8cdd431281f3 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_62e701b818832fe2e2560f0c560a9792 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c82952e6998934b5ec2dfd114d546ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e8c57899e82c108495b329e4ff3ee7e = $(`<div id="html_4e8c57899e82c108495b329e4ff3ee7e" style="width: 100.0%; height: 100.0%;">nostr.coincrowd.fund</div>`)[0];
|
|
popup_0c82952e6998934b5ec2dfd114d546ed.setContent(html_4e8c57899e82c108495b329e4ff3ee7e);
|
|
|
|
|
|
|
|
marker_24f723baa8060fd371ac8cdd431281f3.bindPopup(popup_0c82952e6998934b5ec2dfd114d546ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24f723baa8060fd371ac8cdd431281f3.setIcon(icon_62e701b818832fe2e2560f0c560a9792);
|
|
|
|
|
|
var marker_290d2bd08298f1dd9e6de1ce13f0b666 = L.marker(
|
|
[9.92857, -84.0528],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_86bc8ee2e74260fe058f055cc3154470 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b601bc2da521e80e9c631bef20f39e71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c32ef4cd5f90ba3f9b4974acee665b3e = $(`<div id="html_c32ef4cd5f90ba3f9b4974acee665b3e" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_b601bc2da521e80e9c631bef20f39e71.setContent(html_c32ef4cd5f90ba3f9b4974acee665b3e);
|
|
|
|
|
|
|
|
marker_290d2bd08298f1dd9e6de1ce13f0b666.bindPopup(popup_b601bc2da521e80e9c631bef20f39e71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_290d2bd08298f1dd9e6de1ce13f0b666.setIcon(icon_86bc8ee2e74260fe058f055cc3154470);
|
|
|
|
|
|
var marker_a4422effd22b88ed4b20deeb8e707947 = L.marker(
|
|
[36.55, 139.733],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_4e9cc1f87486c6aca8695427e995407b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9d7cfa2bf5647d2ebb881229f85146b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_861c0da3ac255fe216ad1853a5264699 = $(`<div id="html_861c0da3ac255fe216ad1853a5264699" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_a9d7cfa2bf5647d2ebb881229f85146b.setContent(html_861c0da3ac255fe216ad1853a5264699);
|
|
|
|
|
|
|
|
marker_a4422effd22b88ed4b20deeb8e707947.bindPopup(popup_a9d7cfa2bf5647d2ebb881229f85146b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4422effd22b88ed4b20deeb8e707947.setIcon(icon_4e9cc1f87486c6aca8695427e995407b);
|
|
|
|
|
|
var marker_0aa2cf7341899dd549fa52bb709b1907 = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_edbeb0ebfee1d7ab1b2a14cf2793b7c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51a0d42bd3e3fc4a23056741a9ee814c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84b31d94b261be99997a5f70ce926a70 = $(`<div id="html_84b31d94b261be99997a5f70ce926a70" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_51a0d42bd3e3fc4a23056741a9ee814c.setContent(html_84b31d94b261be99997a5f70ce926a70);
|
|
|
|
|
|
|
|
marker_0aa2cf7341899dd549fa52bb709b1907.bindPopup(popup_51a0d42bd3e3fc4a23056741a9ee814c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0aa2cf7341899dd549fa52bb709b1907.setIcon(icon_edbeb0ebfee1d7ab1b2a14cf2793b7c7);
|
|
|
|
|
|
var marker_33baae9f3c5c6a38304cea5b5bb2b99e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_8f73cb35d8df83a220655a8b048bd1aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5336cd93b31c5503184c8d37c6db0d16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe91b7ea7b9db7bda3babbad87bc39ec = $(`<div id="html_fe91b7ea7b9db7bda3babbad87bc39ec" style="width: 100.0%; height: 100.0%;">relay.nsnip.io</div>`)[0];
|
|
popup_5336cd93b31c5503184c8d37c6db0d16.setContent(html_fe91b7ea7b9db7bda3babbad87bc39ec);
|
|
|
|
|
|
|
|
marker_33baae9f3c5c6a38304cea5b5bb2b99e.bindPopup(popup_5336cd93b31c5503184c8d37c6db0d16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33baae9f3c5c6a38304cea5b5bb2b99e.setIcon(icon_8f73cb35d8df83a220655a8b048bd1aa);
|
|
|
|
|
|
var marker_53574e53b3fb9bd301b42289c7c076c2 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_1aa5a0a44f52822b2ea2da9eb9a4416a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79a55e7bf0f3f58abd855cf0e12642f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5bbf42e7d4d2f4e55c82d33a37d54ac = $(`<div id="html_b5bbf42e7d4d2f4e55c82d33a37d54ac" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_79a55e7bf0f3f58abd855cf0e12642f5.setContent(html_b5bbf42e7d4d2f4e55c82d33a37d54ac);
|
|
|
|
|
|
|
|
marker_53574e53b3fb9bd301b42289c7c076c2.bindPopup(popup_79a55e7bf0f3f58abd855cf0e12642f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53574e53b3fb9bd301b42289c7c076c2.setIcon(icon_1aa5a0a44f52822b2ea2da9eb9a4416a);
|
|
|
|
|
|
var marker_c2cfaa394251a60923a30e2fce4366bb = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_83daea23ff68367e29c280adb9d913af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_162f10c5ed156b2fecdeaa39308d8d60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe40aa399eb69e31e3405ed2f3b32447 = $(`<div id="html_fe40aa399eb69e31e3405ed2f3b32447" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_162f10c5ed156b2fecdeaa39308d8d60.setContent(html_fe40aa399eb69e31e3405ed2f3b32447);
|
|
|
|
|
|
|
|
marker_c2cfaa394251a60923a30e2fce4366bb.bindPopup(popup_162f10c5ed156b2fecdeaa39308d8d60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2cfaa394251a60923a30e2fce4366bb.setIcon(icon_83daea23ff68367e29c280adb9d913af);
|
|
|
|
|
|
var marker_04c96df2e69c7974250275f5ca530e33 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_241dbf628a174232d4485b9020255c61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45f5d687c5bfd829a7bcef6e409bcdc2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9704600129bf7a2bdec2f5d4d0d32e50 = $(`<div id="html_9704600129bf7a2bdec2f5d4d0d32e50" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_45f5d687c5bfd829a7bcef6e409bcdc2.setContent(html_9704600129bf7a2bdec2f5d4d0d32e50);
|
|
|
|
|
|
|
|
marker_04c96df2e69c7974250275f5ca530e33.bindPopup(popup_45f5d687c5bfd829a7bcef6e409bcdc2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04c96df2e69c7974250275f5ca530e33.setIcon(icon_241dbf628a174232d4485b9020255c61);
|
|
|
|
|
|
var marker_80d6c90ee84f7084688c4a776471d309 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_e75feb996629ff041f4f78a21ea67222 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_186394db077edd4cc6b64753c3b9d04f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f26ae09a65fa5609cf014564dc9295e9 = $(`<div id="html_f26ae09a65fa5609cf014564dc9295e9" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_186394db077edd4cc6b64753c3b9d04f.setContent(html_f26ae09a65fa5609cf014564dc9295e9);
|
|
|
|
|
|
|
|
marker_80d6c90ee84f7084688c4a776471d309.bindPopup(popup_186394db077edd4cc6b64753c3b9d04f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80d6c90ee84f7084688c4a776471d309.setIcon(icon_e75feb996629ff041f4f78a21ea67222);
|
|
|
|
|
|
var marker_34d1e534bf8ade3c47795895334dea53 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_c78795f1d8f4de7e658351dc7416b6e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4497c151e88ee0218722f6d8f9c13793 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d127eee5be68939e74a7fb2469a2eb56 = $(`<div id="html_d127eee5be68939e74a7fb2469a2eb56" style="width: 100.0%; height: 100.0%;">relay.thibautduchene.fr</div>`)[0];
|
|
popup_4497c151e88ee0218722f6d8f9c13793.setContent(html_d127eee5be68939e74a7fb2469a2eb56);
|
|
|
|
|
|
|
|
marker_34d1e534bf8ade3c47795895334dea53.bindPopup(popup_4497c151e88ee0218722f6d8f9c13793)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34d1e534bf8ade3c47795895334dea53.setIcon(icon_c78795f1d8f4de7e658351dc7416b6e6);
|
|
|
|
|
|
var marker_6f7b4db7dded87aefb6dfe69b4faeb01 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_bcffb3240b212d999ac8b54e764336b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7988c4206fb4ef7ff72b0b89b7d689e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fda557a7a6ac8dbd23733b134fb967a5 = $(`<div id="html_fda557a7a6ac8dbd23733b134fb967a5" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_7988c4206fb4ef7ff72b0b89b7d689e0.setContent(html_fda557a7a6ac8dbd23733b134fb967a5);
|
|
|
|
|
|
|
|
marker_6f7b4db7dded87aefb6dfe69b4faeb01.bindPopup(popup_7988c4206fb4ef7ff72b0b89b7d689e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f7b4db7dded87aefb6dfe69b4faeb01.setIcon(icon_bcffb3240b212d999ac8b54e764336b4);
|
|
|
|
|
|
var marker_2dbf8bb60d5c6313898e2d1bf0a6dc41 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_3eb2892ba8708a2e138c37c19251e331 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a524c9e2e5cc158694400b7f8de26ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f9242b94a69b9d50dff23da1f041159 = $(`<div id="html_4f9242b94a69b9d50dff23da1f041159" style="width: 100.0%; height: 100.0%;">relay.divine.video</div>`)[0];
|
|
popup_4a524c9e2e5cc158694400b7f8de26ca.setContent(html_4f9242b94a69b9d50dff23da1f041159);
|
|
|
|
|
|
|
|
marker_2dbf8bb60d5c6313898e2d1bf0a6dc41.bindPopup(popup_4a524c9e2e5cc158694400b7f8de26ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2dbf8bb60d5c6313898e2d1bf0a6dc41.setIcon(icon_3eb2892ba8708a2e138c37c19251e331);
|
|
|
|
|
|
var marker_33a3a9a1b49e00fb4ef618af8ef57ff2 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_3f2ad58af55d8ab54bd70f27b64fe535 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_775edd52b573bf12a024f93e0f58d80b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5bceaa021316306c1b0fdf82921ee7fe = $(`<div id="html_5bceaa021316306c1b0fdf82921ee7fe" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_775edd52b573bf12a024f93e0f58d80b.setContent(html_5bceaa021316306c1b0fdf82921ee7fe);
|
|
|
|
|
|
|
|
marker_33a3a9a1b49e00fb4ef618af8ef57ff2.bindPopup(popup_775edd52b573bf12a024f93e0f58d80b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33a3a9a1b49e00fb4ef618af8ef57ff2.setIcon(icon_3f2ad58af55d8ab54bd70f27b64fe535);
|
|
|
|
|
|
var marker_b9669664b0e10da21699a33e81ab026d = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_6e9a895f1e67b2a7fc5ded9cc72dbda0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51ec228e630e38d51bfedf3c38f0796f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a7ae84121ee01d0652f1ea35ace92bf = $(`<div id="html_5a7ae84121ee01d0652f1ea35ace92bf" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_51ec228e630e38d51bfedf3c38f0796f.setContent(html_5a7ae84121ee01d0652f1ea35ace92bf);
|
|
|
|
|
|
|
|
marker_b9669664b0e10da21699a33e81ab026d.bindPopup(popup_51ec228e630e38d51bfedf3c38f0796f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9669664b0e10da21699a33e81ab026d.setIcon(icon_6e9a895f1e67b2a7fc5ded9cc72dbda0);
|
|
|
|
|
|
var marker_2eff71f78e9bb597f091f5ec03c4115a = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_e60a8910fbd8213145bb71a43e57a458 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a63af4288865b55e43a1f097fb15c110 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_513933146378f47e8693424a31a5de2e = $(`<div id="html_513933146378f47e8693424a31a5de2e" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_a63af4288865b55e43a1f097fb15c110.setContent(html_513933146378f47e8693424a31a5de2e);
|
|
|
|
|
|
|
|
marker_2eff71f78e9bb597f091f5ec03c4115a.bindPopup(popup_a63af4288865b55e43a1f097fb15c110)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2eff71f78e9bb597f091f5ec03c4115a.setIcon(icon_e60a8910fbd8213145bb71a43e57a458);
|
|
|
|
|
|
var marker_9478f5d20b56236d3b59d64551a190b3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_e53811afa1768caad92e17f9961cdf18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b31a2a0ea65a16254b7e3a763071fdf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f785b17c4928955f87cc3ff06941586 = $(`<div id="html_0f785b17c4928955f87cc3ff06941586" style="width: 100.0%; height: 100.0%;">divine.diy</div>`)[0];
|
|
popup_3b31a2a0ea65a16254b7e3a763071fdf.setContent(html_0f785b17c4928955f87cc3ff06941586);
|
|
|
|
|
|
|
|
marker_9478f5d20b56236d3b59d64551a190b3.bindPopup(popup_3b31a2a0ea65a16254b7e3a763071fdf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9478f5d20b56236d3b59d64551a190b3.setIcon(icon_e53811afa1768caad92e17f9961cdf18);
|
|
|
|
|
|
var marker_d10f26fd89587ac195e02ae714033efc = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_0258b18c04a50ef5027fe16b38af0d5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c96d95160d0976ffaf306ac72639bd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b1149639603539cf8b30e2fada53237 = $(`<div id="html_1b1149639603539cf8b30e2fada53237" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_6c96d95160d0976ffaf306ac72639bd5.setContent(html_1b1149639603539cf8b30e2fada53237);
|
|
|
|
|
|
|
|
marker_d10f26fd89587ac195e02ae714033efc.bindPopup(popup_6c96d95160d0976ffaf306ac72639bd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d10f26fd89587ac195e02ae714033efc.setIcon(icon_0258b18c04a50ef5027fe16b38af0d5e);
|
|
|
|
|
|
var marker_bc2edb2d97f5883035945d9889da70d0 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_063b5a62f9bc812fee89753485b579ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffeceec250593c1df75b0e6319283bef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02e1b7f21544c11c0ad28c816bbb1e2c = $(`<div id="html_02e1b7f21544c11c0ad28c816bbb1e2c" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_ffeceec250593c1df75b0e6319283bef.setContent(html_02e1b7f21544c11c0ad28c816bbb1e2c);
|
|
|
|
|
|
|
|
marker_bc2edb2d97f5883035945d9889da70d0.bindPopup(popup_ffeceec250593c1df75b0e6319283bef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc2edb2d97f5883035945d9889da70d0.setIcon(icon_063b5a62f9bc812fee89753485b579ef);
|
|
|
|
|
|
var marker_2e9d3d85b52fc4a93ca460dc71ab8d6f = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_20a88f09f823bd0f2e1898742de37988 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_907c0508645ba0f526371ce516e6c128 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ab9b270fe63755120c3377ac371dea5 = $(`<div id="html_1ab9b270fe63755120c3377ac371dea5" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_907c0508645ba0f526371ce516e6c128.setContent(html_1ab9b270fe63755120c3377ac371dea5);
|
|
|
|
|
|
|
|
marker_2e9d3d85b52fc4a93ca460dc71ab8d6f.bindPopup(popup_907c0508645ba0f526371ce516e6c128)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e9d3d85b52fc4a93ca460dc71ab8d6f.setIcon(icon_20a88f09f823bd0f2e1898742de37988);
|
|
|
|
|
|
var marker_1903f7e00c7db357488deca4ff25db4d = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_3d13875e5e2655c8a2cdfc7493897ba6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_daadd0fa0b580415731eb6df5167c2c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4c89b6c390ac44f82f8b47eb1dbd322 = $(`<div id="html_c4c89b6c390ac44f82f8b47eb1dbd322" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_daadd0fa0b580415731eb6df5167c2c5.setContent(html_c4c89b6c390ac44f82f8b47eb1dbd322);
|
|
|
|
|
|
|
|
marker_1903f7e00c7db357488deca4ff25db4d.bindPopup(popup_daadd0fa0b580415731eb6df5167c2c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1903f7e00c7db357488deca4ff25db4d.setIcon(icon_3d13875e5e2655c8a2cdfc7493897ba6);
|
|
|
|
|
|
var marker_2b35822736cf8f74fc0ac57e446d1749 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_9f0277d563c7426f0edc55e24dceca32 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4d27d1cefef0006ded55748d84e2df6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13325c99b056980b2c9872a48e175264 = $(`<div id="html_13325c99b056980b2c9872a48e175264" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_d4d27d1cefef0006ded55748d84e2df6.setContent(html_13325c99b056980b2c9872a48e175264);
|
|
|
|
|
|
|
|
marker_2b35822736cf8f74fc0ac57e446d1749.bindPopup(popup_d4d27d1cefef0006ded55748d84e2df6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b35822736cf8f74fc0ac57e446d1749.setIcon(icon_9f0277d563c7426f0edc55e24dceca32);
|
|
|
|
|
|
var marker_0cdb9a9f5bdcf6bb72fce7bf4ddad12c = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_f20e87315c8b88bb9c6bb0c181c9420b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_895471093749bf56c3bae1dce77c5eb5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a1597bc7e25ffc8793fb1c50da6b2fd = $(`<div id="html_5a1597bc7e25ffc8793fb1c50da6b2fd" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_895471093749bf56c3bae1dce77c5eb5.setContent(html_5a1597bc7e25ffc8793fb1c50da6b2fd);
|
|
|
|
|
|
|
|
marker_0cdb9a9f5bdcf6bb72fce7bf4ddad12c.bindPopup(popup_895471093749bf56c3bae1dce77c5eb5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cdb9a9f5bdcf6bb72fce7bf4ddad12c.setIcon(icon_f20e87315c8b88bb9c6bb0c181c9420b);
|
|
|
|
|
|
var marker_9a9c1b13d98834246b3657751fae872b = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_225a2e6a081332e1244d9dfe7939586d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_265280a79cbc2ef5336b5106cbf64315 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af4f0912d352e7eaf3b5cb25a497ae42 = $(`<div id="html_af4f0912d352e7eaf3b5cb25a497ae42" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_265280a79cbc2ef5336b5106cbf64315.setContent(html_af4f0912d352e7eaf3b5cb25a497ae42);
|
|
|
|
|
|
|
|
marker_9a9c1b13d98834246b3657751fae872b.bindPopup(popup_265280a79cbc2ef5336b5106cbf64315)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a9c1b13d98834246b3657751fae872b.setIcon(icon_225a2e6a081332e1244d9dfe7939586d);
|
|
|
|
|
|
var marker_ff079071dbf78e9b04dbf809ecc54506 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_14b5984e8c8f8edba41566608b96b02e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b2be09565bd4bf67976456d384b0948 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_626a652c867b9cf5659fdf6b1fc8de53 = $(`<div id="html_626a652c867b9cf5659fdf6b1fc8de53" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_7b2be09565bd4bf67976456d384b0948.setContent(html_626a652c867b9cf5659fdf6b1fc8de53);
|
|
|
|
|
|
|
|
marker_ff079071dbf78e9b04dbf809ecc54506.bindPopup(popup_7b2be09565bd4bf67976456d384b0948)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff079071dbf78e9b04dbf809ecc54506.setIcon(icon_14b5984e8c8f8edba41566608b96b02e);
|
|
|
|
|
|
var marker_bdc0cc29320a57ca4d24e74b668c90cb = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_8f49f5f1e545f4281872e34299bce917 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b6617a167d6460bf036ac1a2bf3a9e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25b4c83b5347392dca2a695a32a78180 = $(`<div id="html_25b4c83b5347392dca2a695a32a78180" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_8b6617a167d6460bf036ac1a2bf3a9e3.setContent(html_25b4c83b5347392dca2a695a32a78180);
|
|
|
|
|
|
|
|
marker_bdc0cc29320a57ca4d24e74b668c90cb.bindPopup(popup_8b6617a167d6460bf036ac1a2bf3a9e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bdc0cc29320a57ca4d24e74b668c90cb.setIcon(icon_8f49f5f1e545f4281872e34299bce917);
|
|
|
|
|
|
var marker_eeae871f1d7b0c7992bfb7ead7ecefe6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_4a969562e3b5dd29b45c3554765f8260 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfb0346c7f3f15e4f8913f65a37f92e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3df89449298c1f22c4108f063a630a0 = $(`<div id="html_f3df89449298c1f22c4108f063a630a0" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_cfb0346c7f3f15e4f8913f65a37f92e9.setContent(html_f3df89449298c1f22c4108f063a630a0);
|
|
|
|
|
|
|
|
marker_eeae871f1d7b0c7992bfb7ead7ecefe6.bindPopup(popup_cfb0346c7f3f15e4f8913f65a37f92e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eeae871f1d7b0c7992bfb7ead7ecefe6.setIcon(icon_4a969562e3b5dd29b45c3554765f8260);
|
|
|
|
|
|
var marker_31a4cf5699ecd44a8b16bb1a9fcb19ff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_037e8a9b22299ed0d5bee9c956f4b342 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4074ccd8af2eec23200155f5d725b8c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0077706f86239d714aa45be18f4a515b = $(`<div id="html_0077706f86239d714aa45be18f4a515b" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_4074ccd8af2eec23200155f5d725b8c5.setContent(html_0077706f86239d714aa45be18f4a515b);
|
|
|
|
|
|
|
|
marker_31a4cf5699ecd44a8b16bb1a9fcb19ff.bindPopup(popup_4074ccd8af2eec23200155f5d725b8c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31a4cf5699ecd44a8b16bb1a9fcb19ff.setIcon(icon_037e8a9b22299ed0d5bee9c956f4b342);
|
|
|
|
|
|
var marker_03adcb2dbceedb5577bdca43cefe34e4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_47d7375376b50a831e9e01fd57b6762a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b86338fcc78b1ad569bdb46d9810eb4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23c4432e920ad9a5f3352701d9d491df = $(`<div id="html_23c4432e920ad9a5f3352701d9d491df" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_5b86338fcc78b1ad569bdb46d9810eb4.setContent(html_23c4432e920ad9a5f3352701d9d491df);
|
|
|
|
|
|
|
|
marker_03adcb2dbceedb5577bdca43cefe34e4.bindPopup(popup_5b86338fcc78b1ad569bdb46d9810eb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03adcb2dbceedb5577bdca43cefe34e4.setIcon(icon_47d7375376b50a831e9e01fd57b6762a);
|
|
|
|
|
|
var marker_be881e52d58fb9a45684927440f92cad = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_ad60842eec0f2402fc50fa0d40cc02e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55180d4dda8005563d55539c9d6af2a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d55cfb75429b29db6925edfc8cf928a4 = $(`<div id="html_d55cfb75429b29db6925edfc8cf928a4" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_55180d4dda8005563d55539c9d6af2a0.setContent(html_d55cfb75429b29db6925edfc8cf928a4);
|
|
|
|
|
|
|
|
marker_be881e52d58fb9a45684927440f92cad.bindPopup(popup_55180d4dda8005563d55539c9d6af2a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be881e52d58fb9a45684927440f92cad.setIcon(icon_ad60842eec0f2402fc50fa0d40cc02e2);
|
|
|
|
|
|
var marker_e5964e8a71598898d4998dc6aeac2c1e = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_d4f5c8be305189650d0a3b9b13fbdbd5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79f73ab543d049b565dd0d46bb57fa8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1b25ddd6fee0ffa72a8ca10256a271b = $(`<div id="html_e1b25ddd6fee0ffa72a8ca10256a271b" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_79f73ab543d049b565dd0d46bb57fa8d.setContent(html_e1b25ddd6fee0ffa72a8ca10256a271b);
|
|
|
|
|
|
|
|
marker_e5964e8a71598898d4998dc6aeac2c1e.bindPopup(popup_79f73ab543d049b565dd0d46bb57fa8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e5964e8a71598898d4998dc6aeac2c1e.setIcon(icon_d4f5c8be305189650d0a3b9b13fbdbd5);
|
|
|
|
|
|
var marker_25979f5655e823f7bcb22d3cbaa08505 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_0ead165b9cb9a1a7d84da24e75b7407f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d1fb46cc478a817af13986c3d82c551 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba6c60e7c2f7e5f4b0ebb9791d70ec53 = $(`<div id="html_ba6c60e7c2f7e5f4b0ebb9791d70ec53" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_3d1fb46cc478a817af13986c3d82c551.setContent(html_ba6c60e7c2f7e5f4b0ebb9791d70ec53);
|
|
|
|
|
|
|
|
marker_25979f5655e823f7bcb22d3cbaa08505.bindPopup(popup_3d1fb46cc478a817af13986c3d82c551)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25979f5655e823f7bcb22d3cbaa08505.setIcon(icon_0ead165b9cb9a1a7d84da24e75b7407f);
|
|
|
|
|
|
var marker_e7def507c59b8b61f18e66b3ce958a3a = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_2dacba188eaed05c1c18e446da7b2983 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f163a6a3be433f93bc2f578f44f01137 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ead80ca129cb1ebb6dc3212762f5c4b9 = $(`<div id="html_ead80ca129cb1ebb6dc3212762f5c4b9" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_f163a6a3be433f93bc2f578f44f01137.setContent(html_ead80ca129cb1ebb6dc3212762f5c4b9);
|
|
|
|
|
|
|
|
marker_e7def507c59b8b61f18e66b3ce958a3a.bindPopup(popup_f163a6a3be433f93bc2f578f44f01137)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e7def507c59b8b61f18e66b3ce958a3a.setIcon(icon_2dacba188eaed05c1c18e446da7b2983);
|
|
|
|
|
|
var marker_be4aacdbb8a2878dd14ec6a84441b8b0 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_2926675249853d75bdc12fe5ab7517fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1e14c094394f64398c2288e918a08aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e559aa97e291a01cfab10b13523d320d = $(`<div id="html_e559aa97e291a01cfab10b13523d320d" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_f1e14c094394f64398c2288e918a08aa.setContent(html_e559aa97e291a01cfab10b13523d320d);
|
|
|
|
|
|
|
|
marker_be4aacdbb8a2878dd14ec6a84441b8b0.bindPopup(popup_f1e14c094394f64398c2288e918a08aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be4aacdbb8a2878dd14ec6a84441b8b0.setIcon(icon_2926675249853d75bdc12fe5ab7517fb);
|
|
|
|
|
|
var marker_803191d47cfd4c30053f024f8fb8776e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_b1887793e234ad49076fd01e45e19e61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b4ed5b9c749565532e3d0fa812b0fd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_470d80a009b1c8a6b4a32345b8bb33a2 = $(`<div id="html_470d80a009b1c8a6b4a32345b8bb33a2" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_2b4ed5b9c749565532e3d0fa812b0fd8.setContent(html_470d80a009b1c8a6b4a32345b8bb33a2);
|
|
|
|
|
|
|
|
marker_803191d47cfd4c30053f024f8fb8776e.bindPopup(popup_2b4ed5b9c749565532e3d0fa812b0fd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_803191d47cfd4c30053f024f8fb8776e.setIcon(icon_b1887793e234ad49076fd01e45e19e61);
|
|
|
|
|
|
var marker_44a2de490b0dfd58a1b993a7549afdb1 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_58005673a26099675cd33e3db881571c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6fae13ab622d430a82ded338d42b8d2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6f59a685d0385409a64aba8bf45d29e = $(`<div id="html_d6f59a685d0385409a64aba8bf45d29e" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_6fae13ab622d430a82ded338d42b8d2f.setContent(html_d6f59a685d0385409a64aba8bf45d29e);
|
|
|
|
|
|
|
|
marker_44a2de490b0dfd58a1b993a7549afdb1.bindPopup(popup_6fae13ab622d430a82ded338d42b8d2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44a2de490b0dfd58a1b993a7549afdb1.setIcon(icon_58005673a26099675cd33e3db881571c);
|
|
|
|
|
|
var marker_76bb7748a39ef58f110ecb2db9822f0d = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_be5677aabef50caa07e08c0d41858987 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a152cecbbd976e755813d2ce862661a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a8f199a739138ff68add1423110fe69 = $(`<div id="html_3a8f199a739138ff68add1423110fe69" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_a152cecbbd976e755813d2ce862661a1.setContent(html_3a8f199a739138ff68add1423110fe69);
|
|
|
|
|
|
|
|
marker_76bb7748a39ef58f110ecb2db9822f0d.bindPopup(popup_a152cecbbd976e755813d2ce862661a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76bb7748a39ef58f110ecb2db9822f0d.setIcon(icon_be5677aabef50caa07e08c0d41858987);
|
|
|
|
|
|
var marker_57ed32fd3c4524130c54a4a970b739e3 = L.marker(
|
|
[43.6715, -79.38],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_386b308bcba6f500357e7f3345869dee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfdd0927ffade0d5c67789d726563c39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0218b17cf5a7f3c602fc3bd696cf6861 = $(`<div id="html_0218b17cf5a7f3c602fc3bd696cf6861" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_dfdd0927ffade0d5c67789d726563c39.setContent(html_0218b17cf5a7f3c602fc3bd696cf6861);
|
|
|
|
|
|
|
|
marker_57ed32fd3c4524130c54a4a970b739e3.bindPopup(popup_dfdd0927ffade0d5c67789d726563c39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57ed32fd3c4524130c54a4a970b739e3.setIcon(icon_386b308bcba6f500357e7f3345869dee);
|
|
|
|
|
|
var marker_7895075947c3bf6ab2a5b91ac5e9aa62 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_438ea82ee640572d378a601cb9aa2f95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed760ab4ef490013e0ab6be4e6da9871 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37953663dacb2b3581e5f9e264134bdd = $(`<div id="html_37953663dacb2b3581e5f9e264134bdd" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_ed760ab4ef490013e0ab6be4e6da9871.setContent(html_37953663dacb2b3581e5f9e264134bdd);
|
|
|
|
|
|
|
|
marker_7895075947c3bf6ab2a5b91ac5e9aa62.bindPopup(popup_ed760ab4ef490013e0ab6be4e6da9871)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7895075947c3bf6ab2a5b91ac5e9aa62.setIcon(icon_438ea82ee640572d378a601cb9aa2f95);
|
|
|
|
|
|
var marker_7357911ed8760ec60d698be880f260b3 = L.marker(
|
|
[25.2604, 55.2989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_60f56aad0a0dd4c211b6297232bf4319 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_438b8d53b267706c5c0dcebbd194a2a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df7f049a95148b3c2365c721d8cce5e4 = $(`<div id="html_df7f049a95148b3c2365c721d8cce5e4" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_438b8d53b267706c5c0dcebbd194a2a7.setContent(html_df7f049a95148b3c2365c721d8cce5e4);
|
|
|
|
|
|
|
|
marker_7357911ed8760ec60d698be880f260b3.bindPopup(popup_438b8d53b267706c5c0dcebbd194a2a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7357911ed8760ec60d698be880f260b3.setIcon(icon_60f56aad0a0dd4c211b6297232bf4319);
|
|
|
|
|
|
var marker_fa7d5c381ab8e3ace9d05f402a62486e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_a71c206aff63620eb894cfe7983b1594 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d532da63ea876d91488f75c21af32e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69e057a1e29deb518909e3a94c6737f7 = $(`<div id="html_69e057a1e29deb518909e3a94c6737f7" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_0d532da63ea876d91488f75c21af32e2.setContent(html_69e057a1e29deb518909e3a94c6737f7);
|
|
|
|
|
|
|
|
marker_fa7d5c381ab8e3ace9d05f402a62486e.bindPopup(popup_0d532da63ea876d91488f75c21af32e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa7d5c381ab8e3ace9d05f402a62486e.setIcon(icon_a71c206aff63620eb894cfe7983b1594);
|
|
|
|
|
|
var marker_af229c6c2e78c6af4de77525111ababb = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_1621b18b999bcb59c86e8ef441aeb358 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab96d0eb1fee8c38ec97d520e4ff7ded = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86e363d68aee05092b9d0dccdd0b159b = $(`<div id="html_86e363d68aee05092b9d0dccdd0b159b" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_ab96d0eb1fee8c38ec97d520e4ff7ded.setContent(html_86e363d68aee05092b9d0dccdd0b159b);
|
|
|
|
|
|
|
|
marker_af229c6c2e78c6af4de77525111ababb.bindPopup(popup_ab96d0eb1fee8c38ec97d520e4ff7ded)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af229c6c2e78c6af4de77525111ababb.setIcon(icon_1621b18b999bcb59c86e8ef441aeb358);
|
|
|
|
|
|
var marker_6953733561b55bf895f288a9d116f5b7 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_fb6e42d0e5f86a057aa71f3e152f33ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c61e6e3a86831435fc7868879f0c210 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1f0850785e1b12bf44d85294c0116d7 = $(`<div id="html_b1f0850785e1b12bf44d85294c0116d7" style="width: 100.0%; height: 100.0%;">orangesync.tech</div>`)[0];
|
|
popup_6c61e6e3a86831435fc7868879f0c210.setContent(html_b1f0850785e1b12bf44d85294c0116d7);
|
|
|
|
|
|
|
|
marker_6953733561b55bf895f288a9d116f5b7.bindPopup(popup_6c61e6e3a86831435fc7868879f0c210)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6953733561b55bf895f288a9d116f5b7.setIcon(icon_fb6e42d0e5f86a057aa71f3e152f33ff);
|
|
|
|
|
|
var marker_6bea7e8df748ab8e4b8034063a6def38 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_893b4d24c7ec1cf989fca0529898de4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_172c3d39b1cd48877c40df849e9b989c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0657a0ff6fa9eb083b8e712fcb5a7ec = $(`<div id="html_a0657a0ff6fa9eb083b8e712fcb5a7ec" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_172c3d39b1cd48877c40df849e9b989c.setContent(html_a0657a0ff6fa9eb083b8e712fcb5a7ec);
|
|
|
|
|
|
|
|
marker_6bea7e8df748ab8e4b8034063a6def38.bindPopup(popup_172c3d39b1cd48877c40df849e9b989c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6bea7e8df748ab8e4b8034063a6def38.setIcon(icon_893b4d24c7ec1cf989fca0529898de4f);
|
|
|
|
|
|
var marker_73a8b15397ac2a35a3a405b4114c3040 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_c96f5c7ed0391705c42eef90ec056a61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1bcf57cd44b75aeb74e2b9a73da5917 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67f70ba9a551bdac5f61c4ebf2c34e43 = $(`<div id="html_67f70ba9a551bdac5f61c4ebf2c34e43" style="width: 100.0%; height: 100.0%;">relay.holzeis.me</div>`)[0];
|
|
popup_a1bcf57cd44b75aeb74e2b9a73da5917.setContent(html_67f70ba9a551bdac5f61c4ebf2c34e43);
|
|
|
|
|
|
|
|
marker_73a8b15397ac2a35a3a405b4114c3040.bindPopup(popup_a1bcf57cd44b75aeb74e2b9a73da5917)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73a8b15397ac2a35a3a405b4114c3040.setIcon(icon_c96f5c7ed0391705c42eef90ec056a61);
|
|
|
|
|
|
var marker_0942b3e112d761abd3e6a631ead2466e = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_e2c2adaaad1425980b1710469d5dd2ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_587f5840ffb6f514b88f838d6e236da3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5af7472f9fbaf84afb6e60e4c3b26d5e = $(`<div id="html_5af7472f9fbaf84afb6e60e4c3b26d5e" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_587f5840ffb6f514b88f838d6e236da3.setContent(html_5af7472f9fbaf84afb6e60e4c3b26d5e);
|
|
|
|
|
|
|
|
marker_0942b3e112d761abd3e6a631ead2466e.bindPopup(popup_587f5840ffb6f514b88f838d6e236da3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0942b3e112d761abd3e6a631ead2466e.setIcon(icon_e2c2adaaad1425980b1710469d5dd2ce);
|
|
|
|
|
|
var marker_d046c5fb148d72d1d7b8f9d7c2b700d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_f47e9974dc79e74bac36ff5eb879abc9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6649bbcd504a99f04b887b9c4bd8b8ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa7f59bf5f0df64687dbf4bd088eb63c = $(`<div id="html_aa7f59bf5f0df64687dbf4bd088eb63c" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_6649bbcd504a99f04b887b9c4bd8b8ec.setContent(html_aa7f59bf5f0df64687dbf4bd088eb63c);
|
|
|
|
|
|
|
|
marker_d046c5fb148d72d1d7b8f9d7c2b700d3.bindPopup(popup_6649bbcd504a99f04b887b9c4bd8b8ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d046c5fb148d72d1d7b8f9d7c2b700d3.setIcon(icon_f47e9974dc79e74bac36ff5eb879abc9);
|
|
|
|
|
|
var marker_0e5b12be1526db73c80e07b1b72507fc = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_d39f720171028beb8193d1d348eb38de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3aae53e3ae2aaa76b78bc1a75cdbeb91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d747a49dddd34970a34330f12ffd2727 = $(`<div id="html_d747a49dddd34970a34330f12ffd2727" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_3aae53e3ae2aaa76b78bc1a75cdbeb91.setContent(html_d747a49dddd34970a34330f12ffd2727);
|
|
|
|
|
|
|
|
marker_0e5b12be1526db73c80e07b1b72507fc.bindPopup(popup_3aae53e3ae2aaa76b78bc1a75cdbeb91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e5b12be1526db73c80e07b1b72507fc.setIcon(icon_d39f720171028beb8193d1d348eb38de);
|
|
|
|
|
|
var marker_2ef336d5d2f044ba383bb58e913c1255 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_57ea3684b0a460639351a6a99dd6b2db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8cd11792fbf0fc1336cf854057888717 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8066c6b835a2998e97d04c5c114ac4ba = $(`<div id="html_8066c6b835a2998e97d04c5c114ac4ba" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_8cd11792fbf0fc1336cf854057888717.setContent(html_8066c6b835a2998e97d04c5c114ac4ba);
|
|
|
|
|
|
|
|
marker_2ef336d5d2f044ba383bb58e913c1255.bindPopup(popup_8cd11792fbf0fc1336cf854057888717)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ef336d5d2f044ba383bb58e913c1255.setIcon(icon_57ea3684b0a460639351a6a99dd6b2db);
|
|
|
|
|
|
var marker_8a8e7a74be7a999d785860adeca01599 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_c221275e997517697ca539c7c7141107 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b6a01e983c774120cf935235f2e656d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c869371c0422a565e03b6bea4b75c06f = $(`<div id="html_c869371c0422a565e03b6bea4b75c06f" style="width: 100.0%; height: 100.0%;">relay.2nix.de</div>`)[0];
|
|
popup_8b6a01e983c774120cf935235f2e656d.setContent(html_c869371c0422a565e03b6bea4b75c06f);
|
|
|
|
|
|
|
|
marker_8a8e7a74be7a999d785860adeca01599.bindPopup(popup_8b6a01e983c774120cf935235f2e656d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a8e7a74be7a999d785860adeca01599.setIcon(icon_c221275e997517697ca539c7c7141107);
|
|
|
|
|
|
var marker_1a4895ca44b7bd9fcb93ea353e043c6a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_7de26ee600a34c37875f3f151e896006 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ded383c3032532fdd2dbceff7fc0e20 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ea6a10138353037a95faf75e62fde69 = $(`<div id="html_8ea6a10138353037a95faf75e62fde69" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_5ded383c3032532fdd2dbceff7fc0e20.setContent(html_8ea6a10138353037a95faf75e62fde69);
|
|
|
|
|
|
|
|
marker_1a4895ca44b7bd9fcb93ea353e043c6a.bindPopup(popup_5ded383c3032532fdd2dbceff7fc0e20)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a4895ca44b7bd9fcb93ea353e043c6a.setIcon(icon_7de26ee600a34c37875f3f151e896006);
|
|
|
|
|
|
var marker_762425c91e8a75f6b823612d3f96cc1a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_5353a1e247ebc11306a10e7d6ea3d200 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aae0e4e79da40c9742d4e279d113c6de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d359e2eb113a717aed348ae60edf998b = $(`<div id="html_d359e2eb113a717aed348ae60edf998b" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_aae0e4e79da40c9742d4e279d113c6de.setContent(html_d359e2eb113a717aed348ae60edf998b);
|
|
|
|
|
|
|
|
marker_762425c91e8a75f6b823612d3f96cc1a.bindPopup(popup_aae0e4e79da40c9742d4e279d113c6de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_762425c91e8a75f6b823612d3f96cc1a.setIcon(icon_5353a1e247ebc11306a10e7d6ea3d200);
|
|
|
|
|
|
var marker_f393129a87e71e5ef04c3ecf6b16ad8f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_9260222ae3b9f7b0354e23cac7a1f4a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c6006fec61b01ab8f0cedfe55357756 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22270895c07e70c8f01bb57c4759fe87 = $(`<div id="html_22270895c07e70c8f01bb57c4759fe87" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_0c6006fec61b01ab8f0cedfe55357756.setContent(html_22270895c07e70c8f01bb57c4759fe87);
|
|
|
|
|
|
|
|
marker_f393129a87e71e5ef04c3ecf6b16ad8f.bindPopup(popup_0c6006fec61b01ab8f0cedfe55357756)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f393129a87e71e5ef04c3ecf6b16ad8f.setIcon(icon_9260222ae3b9f7b0354e23cac7a1f4a4);
|
|
|
|
|
|
var marker_24a28801208d81ddfbc2c6908bf28abb = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_ac72d520bd17a7adaa5c8b5219b03e78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c2305c5fb5c60239d970b1c075f73e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a6143bc91b3c3dddec23e04ea55c597 = $(`<div id="html_7a6143bc91b3c3dddec23e04ea55c597" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_3c2305c5fb5c60239d970b1c075f73e1.setContent(html_7a6143bc91b3c3dddec23e04ea55c597);
|
|
|
|
|
|
|
|
marker_24a28801208d81ddfbc2c6908bf28abb.bindPopup(popup_3c2305c5fb5c60239d970b1c075f73e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_24a28801208d81ddfbc2c6908bf28abb.setIcon(icon_ac72d520bd17a7adaa5c8b5219b03e78);
|
|
|
|
|
|
var marker_0f299df6b173f5655985ba0722ab7f01 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_9973359520cfe360a49df3d4850d61cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c8c2bc4884831d4a4af5f4b9ba6d006 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0afaad681029171dde6a802ca7c750f = $(`<div id="html_a0afaad681029171dde6a802ca7c750f" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_6c8c2bc4884831d4a4af5f4b9ba6d006.setContent(html_a0afaad681029171dde6a802ca7c750f);
|
|
|
|
|
|
|
|
marker_0f299df6b173f5655985ba0722ab7f01.bindPopup(popup_6c8c2bc4884831d4a4af5f4b9ba6d006)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f299df6b173f5655985ba0722ab7f01.setIcon(icon_9973359520cfe360a49df3d4850d61cd);
|
|
|
|
|
|
var marker_91440fa573a174b13aff317a6491ae29 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_684926839fc2a1480481a3c55d063130 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe364a9a43ce5cd568b0546a2dbfe680 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_850b4950564800914cb504e65845c2da = $(`<div id="html_850b4950564800914cb504e65845c2da" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_fe364a9a43ce5cd568b0546a2dbfe680.setContent(html_850b4950564800914cb504e65845c2da);
|
|
|
|
|
|
|
|
marker_91440fa573a174b13aff317a6491ae29.bindPopup(popup_fe364a9a43ce5cd568b0546a2dbfe680)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91440fa573a174b13aff317a6491ae29.setIcon(icon_684926839fc2a1480481a3c55d063130);
|
|
|
|
|
|
var marker_9f2a0a9273e86d1d35dd206b0a7f4b84 = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_e23ac97ddfdc78902edcf06669a91f5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6da128e6b9939f34a7ecf08ab6b037a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0782e97c0710f8d8d1fbff4ec4eecad7 = $(`<div id="html_0782e97c0710f8d8d1fbff4ec4eecad7" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_e6da128e6b9939f34a7ecf08ab6b037a.setContent(html_0782e97c0710f8d8d1fbff4ec4eecad7);
|
|
|
|
|
|
|
|
marker_9f2a0a9273e86d1d35dd206b0a7f4b84.bindPopup(popup_e6da128e6b9939f34a7ecf08ab6b037a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f2a0a9273e86d1d35dd206b0a7f4b84.setIcon(icon_e23ac97ddfdc78902edcf06669a91f5a);
|
|
|
|
|
|
var marker_e8b58ee9b1815e65e695ab84982f3b3d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_0fef2e65558909382288c93c3b233a57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5520e13150776e248b764c1442ef2b67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57d60f01a1ae0aa190321cef2ab52923 = $(`<div id="html_57d60f01a1ae0aa190321cef2ab52923" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_5520e13150776e248b764c1442ef2b67.setContent(html_57d60f01a1ae0aa190321cef2ab52923);
|
|
|
|
|
|
|
|
marker_e8b58ee9b1815e65e695ab84982f3b3d.bindPopup(popup_5520e13150776e248b764c1442ef2b67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8b58ee9b1815e65e695ab84982f3b3d.setIcon(icon_0fef2e65558909382288c93c3b233a57);
|
|
|
|
|
|
var marker_0cd72b004ab0d15c65981f6dbc3731ed = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_b1e935d07f1ee1afa2eeac0551333e14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1fa4abe2f676fd0b77b773b5e3af8a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2195765d2fab1b67953496a04bb1d111 = $(`<div id="html_2195765d2fab1b67953496a04bb1d111" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_d1fa4abe2f676fd0b77b773b5e3af8a9.setContent(html_2195765d2fab1b67953496a04bb1d111);
|
|
|
|
|
|
|
|
marker_0cd72b004ab0d15c65981f6dbc3731ed.bindPopup(popup_d1fa4abe2f676fd0b77b773b5e3af8a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cd72b004ab0d15c65981f6dbc3731ed.setIcon(icon_b1e935d07f1ee1afa2eeac0551333e14);
|
|
|
|
|
|
var marker_6cf55efdcf8ecb13bc9ea1d752639eb3 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_580ebd60dc489f99ff2f8834b4ca80ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ecef3bcdae41719934661d1b4bb396fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97c7166bcad54b0d04731046f433631f = $(`<div id="html_97c7166bcad54b0d04731046f433631f" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_ecef3bcdae41719934661d1b4bb396fd.setContent(html_97c7166bcad54b0d04731046f433631f);
|
|
|
|
|
|
|
|
marker_6cf55efdcf8ecb13bc9ea1d752639eb3.bindPopup(popup_ecef3bcdae41719934661d1b4bb396fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6cf55efdcf8ecb13bc9ea1d752639eb3.setIcon(icon_580ebd60dc489f99ff2f8834b4ca80ba);
|
|
|
|
|
|
var marker_906216f55a63cd1a6d5ad6b18555f361 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_fba9845b0aa86229881c6e86cb48ff55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bb2895d5df971a4a8fa05c2b356cc61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d619eb245ed5bfa6367ef92d0edb36b6 = $(`<div id="html_d619eb245ed5bfa6367ef92d0edb36b6" style="width: 100.0%; height: 100.0%;">nostrelay.memory-art.xyz</div>`)[0];
|
|
popup_7bb2895d5df971a4a8fa05c2b356cc61.setContent(html_d619eb245ed5bfa6367ef92d0edb36b6);
|
|
|
|
|
|
|
|
marker_906216f55a63cd1a6d5ad6b18555f361.bindPopup(popup_7bb2895d5df971a4a8fa05c2b356cc61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_906216f55a63cd1a6d5ad6b18555f361.setIcon(icon_fba9845b0aa86229881c6e86cb48ff55);
|
|
|
|
|
|
var marker_810fe911237ca8f6c3bfd572e8c6727a = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_3de4c5514f966f3f4614994c2480beff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_370fcddf71a4edcc4d49e37a6ff7857e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b66d4021948f583a292dc8f8ddf1ea67 = $(`<div id="html_b66d4021948f583a292dc8f8ddf1ea67" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_370fcddf71a4edcc4d49e37a6ff7857e.setContent(html_b66d4021948f583a292dc8f8ddf1ea67);
|
|
|
|
|
|
|
|
marker_810fe911237ca8f6c3bfd572e8c6727a.bindPopup(popup_370fcddf71a4edcc4d49e37a6ff7857e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_810fe911237ca8f6c3bfd572e8c6727a.setIcon(icon_3de4c5514f966f3f4614994c2480beff);
|
|
|
|
|
|
var marker_79f4e32ef01f0aa7c0769273b1464a54 = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_fa29177208005f832bba58212138b87e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1e706767cdb295a2f46db61dcd57a4a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e868f68d3c599abf99a1ac3f31f5d7f = $(`<div id="html_5e868f68d3c599abf99a1ac3f31f5d7f" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_e1e706767cdb295a2f46db61dcd57a4a.setContent(html_5e868f68d3c599abf99a1ac3f31f5d7f);
|
|
|
|
|
|
|
|
marker_79f4e32ef01f0aa7c0769273b1464a54.bindPopup(popup_e1e706767cdb295a2f46db61dcd57a4a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79f4e32ef01f0aa7c0769273b1464a54.setIcon(icon_fa29177208005f832bba58212138b87e);
|
|
|
|
|
|
var marker_ab2345b5074cba01dc1705a4c3129adb = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_80a6b12e047c569ac972c7b30ed1574a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e40ad608fa5706d3e9ba7f21830cec66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_841732132ec68227fe1fb91133ea122d = $(`<div id="html_841732132ec68227fe1fb91133ea122d" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_e40ad608fa5706d3e9ba7f21830cec66.setContent(html_841732132ec68227fe1fb91133ea122d);
|
|
|
|
|
|
|
|
marker_ab2345b5074cba01dc1705a4c3129adb.bindPopup(popup_e40ad608fa5706d3e9ba7f21830cec66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab2345b5074cba01dc1705a4c3129adb.setIcon(icon_80a6b12e047c569ac972c7b30ed1574a);
|
|
|
|
|
|
var marker_dc43b7352a90614ee583376f867b3d27 = L.marker(
|
|
[49.6735, -124.928],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_95e5291a778d9f7cea99adb1aa6265e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_caa4b89b58f380e61f6ceec5d9ebd983 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1617cdeb00b65d2604ddcc2e659b387 = $(`<div id="html_f1617cdeb00b65d2604ddcc2e659b387" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_caa4b89b58f380e61f6ceec5d9ebd983.setContent(html_f1617cdeb00b65d2604ddcc2e659b387);
|
|
|
|
|
|
|
|
marker_dc43b7352a90614ee583376f867b3d27.bindPopup(popup_caa4b89b58f380e61f6ceec5d9ebd983)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc43b7352a90614ee583376f867b3d27.setIcon(icon_95e5291a778d9f7cea99adb1aa6265e0);
|
|
|
|
|
|
var marker_9ce679ae61f04d367d2321399f92dbfd = L.marker(
|
|
[50.8198, -1.08798],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_ac6af478cf2c868671bdc830682f66ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50d626b209692f1c7698cee93851b6c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_030dfcbf9845da3adeb6d2d861353a3a = $(`<div id="html_030dfcbf9845da3adeb6d2d861353a3a" style="width: 100.0%; height: 100.0%;">simplex.icu</div>`)[0];
|
|
popup_50d626b209692f1c7698cee93851b6c8.setContent(html_030dfcbf9845da3adeb6d2d861353a3a);
|
|
|
|
|
|
|
|
marker_9ce679ae61f04d367d2321399f92dbfd.bindPopup(popup_50d626b209692f1c7698cee93851b6c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ce679ae61f04d367d2321399f92dbfd.setIcon(icon_ac6af478cf2c868671bdc830682f66ee);
|
|
|
|
|
|
var marker_bd0f82ed41f8fcd4dc1f594f8e08f0c5 = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_088fcc8ef37a379cab76aee7aa969bb6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_421309f158c2d4ce210b2643904f9ec8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24369e96cf7d9681a7181bd6e2493740 = $(`<div id="html_24369e96cf7d9681a7181bd6e2493740" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_421309f158c2d4ce210b2643904f9ec8.setContent(html_24369e96cf7d9681a7181bd6e2493740);
|
|
|
|
|
|
|
|
marker_bd0f82ed41f8fcd4dc1f594f8e08f0c5.bindPopup(popup_421309f158c2d4ce210b2643904f9ec8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd0f82ed41f8fcd4dc1f594f8e08f0c5.setIcon(icon_088fcc8ef37a379cab76aee7aa969bb6);
|
|
|
|
|
|
var marker_eff78c8f280b4d1e2390e037e3cc46ac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_128b13ae2621c32c391a493112a41b46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0672bb6fe9c5a36e7acb66c614c058a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8027e1f8456167ebcadda02f43e9a509 = $(`<div id="html_8027e1f8456167ebcadda02f43e9a509" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_0672bb6fe9c5a36e7acb66c614c058a9.setContent(html_8027e1f8456167ebcadda02f43e9a509);
|
|
|
|
|
|
|
|
marker_eff78c8f280b4d1e2390e037e3cc46ac.bindPopup(popup_0672bb6fe9c5a36e7acb66c614c058a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eff78c8f280b4d1e2390e037e3cc46ac.setIcon(icon_128b13ae2621c32c391a493112a41b46);
|
|
|
|
|
|
var marker_4624f49b79317fa99c1a28fa534dd045 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_2818f7c640dcf6be99a9f4b9516c9c7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc64d1ba71d3530f0a4b7555d0aa91be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b929adc9e03f204eca9ea76edf74523 = $(`<div id="html_7b929adc9e03f204eca9ea76edf74523" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_fc64d1ba71d3530f0a4b7555d0aa91be.setContent(html_7b929adc9e03f204eca9ea76edf74523);
|
|
|
|
|
|
|
|
marker_4624f49b79317fa99c1a28fa534dd045.bindPopup(popup_fc64d1ba71d3530f0a4b7555d0aa91be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4624f49b79317fa99c1a28fa534dd045.setIcon(icon_2818f7c640dcf6be99a9f4b9516c9c7b);
|
|
|
|
|
|
var marker_fa46656afbdff557ad876ad41e800203 = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_208169652f08f0720c6d83bc0f043018 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e63cd4312b711b94f969c76855652df5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0d38851eadf090e17f3cbd285bc9cb3 = $(`<div id="html_d0d38851eadf090e17f3cbd285bc9cb3" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_e63cd4312b711b94f969c76855652df5.setContent(html_d0d38851eadf090e17f3cbd285bc9cb3);
|
|
|
|
|
|
|
|
marker_fa46656afbdff557ad876ad41e800203.bindPopup(popup_e63cd4312b711b94f969c76855652df5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa46656afbdff557ad876ad41e800203.setIcon(icon_208169652f08f0720c6d83bc0f043018);
|
|
|
|
|
|
var marker_387528d6a1e6b78831db9724ceeff51e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_bbb236f8273e5dd925ec4f6e1cd975c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7dd67c93f76f8e4170643e6df2e6bf8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_119d41419c6a73763614e1b024546f68 = $(`<div id="html_119d41419c6a73763614e1b024546f68" style="width: 100.0%; height: 100.0%;">relay.hasenpfeffr.com</div>`)[0];
|
|
popup_d7dd67c93f76f8e4170643e6df2e6bf8.setContent(html_119d41419c6a73763614e1b024546f68);
|
|
|
|
|
|
|
|
marker_387528d6a1e6b78831db9724ceeff51e.bindPopup(popup_d7dd67c93f76f8e4170643e6df2e6bf8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_387528d6a1e6b78831db9724ceeff51e.setIcon(icon_bbb236f8273e5dd925ec4f6e1cd975c6);
|
|
|
|
|
|
var marker_b8916de93dea073ce573e48c84ec920b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_dfa0f820cdac7bbe5837c5ab335de839 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c6be49916412c4f2eacc92a6d592edb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c036b0ccc19929f96ab0bb03fae4da9 = $(`<div id="html_6c036b0ccc19929f96ab0bb03fae4da9" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_8c6be49916412c4f2eacc92a6d592edb.setContent(html_6c036b0ccc19929f96ab0bb03fae4da9);
|
|
|
|
|
|
|
|
marker_b8916de93dea073ce573e48c84ec920b.bindPopup(popup_8c6be49916412c4f2eacc92a6d592edb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8916de93dea073ce573e48c84ec920b.setIcon(icon_dfa0f820cdac7bbe5837c5ab335de839);
|
|
|
|
|
|
var marker_baec449b42197706276b8d08b7cd55d4 = L.marker(
|
|
[38.9072, -77.0369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_9ef15ccf2057db47547727539fd32959 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1780cc3cfeabad57f607a7bc18dbd8e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a27a33154172776aeb973df69a48a537 = $(`<div id="html_a27a33154172776aeb973df69a48a537" style="width: 100.0%; height: 100.0%;">nostr.sizzlewidget.website</div>`)[0];
|
|
popup_1780cc3cfeabad57f607a7bc18dbd8e1.setContent(html_a27a33154172776aeb973df69a48a537);
|
|
|
|
|
|
|
|
marker_baec449b42197706276b8d08b7cd55d4.bindPopup(popup_1780cc3cfeabad57f607a7bc18dbd8e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_baec449b42197706276b8d08b7cd55d4.setIcon(icon_9ef15ccf2057db47547727539fd32959);
|
|
|
|
|
|
var marker_34405e911d0fff76a6e82abd96865f15 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_33b77116b4faf8129544960a86982453 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b22595859af8b53b8ea5c38c49c6201 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d28c1b89d3ecbfa35faf5eeeb69e0252 = $(`<div id="html_d28c1b89d3ecbfa35faf5eeeb69e0252" style="width: 100.0%; height: 100.0%;">nostr.davidebtc.me</div>`)[0];
|
|
popup_4b22595859af8b53b8ea5c38c49c6201.setContent(html_d28c1b89d3ecbfa35faf5eeeb69e0252);
|
|
|
|
|
|
|
|
marker_34405e911d0fff76a6e82abd96865f15.bindPopup(popup_4b22595859af8b53b8ea5c38c49c6201)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34405e911d0fff76a6e82abd96865f15.setIcon(icon_33b77116b4faf8129544960a86982453);
|
|
|
|
|
|
var marker_5fc58d8af3142953d626cd18f3bb7312 = L.marker(
|
|
[37.7803, -122.39],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_9aeb7e9a2a57d1c66bd1807ecaa215e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e6892789765dcc735006565153f77d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77d190826566ad29ddfe1358796fe1f3 = $(`<div id="html_77d190826566ad29ddfe1358796fe1f3" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_5e6892789765dcc735006565153f77d7.setContent(html_77d190826566ad29ddfe1358796fe1f3);
|
|
|
|
|
|
|
|
marker_5fc58d8af3142953d626cd18f3bb7312.bindPopup(popup_5e6892789765dcc735006565153f77d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5fc58d8af3142953d626cd18f3bb7312.setIcon(icon_9aeb7e9a2a57d1c66bd1807ecaa215e2);
|
|
|
|
|
|
var marker_cae4bb2442e0f2e5986cf91ed1f35d00 = L.marker(
|
|
[39.048, -77.4817],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_a6f17c77632645d8f4229fce2e34eec0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e390bebb136d1c61b72af15d8bf7f49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da8020131635e25156c13947e33a9449 = $(`<div id="html_da8020131635e25156c13947e33a9449" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_5e390bebb136d1c61b72af15d8bf7f49.setContent(html_da8020131635e25156c13947e33a9449);
|
|
|
|
|
|
|
|
marker_cae4bb2442e0f2e5986cf91ed1f35d00.bindPopup(popup_5e390bebb136d1c61b72af15d8bf7f49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cae4bb2442e0f2e5986cf91ed1f35d00.setIcon(icon_a6f17c77632645d8f4229fce2e34eec0);
|
|
|
|
|
|
var marker_af6205fe25ca73c625a5828ad43701f2 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_40a3cf060d2c1da9a51d73cf2fcd5e7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a785876e27af2e74f73a41de94fc941 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b9b696f1ab447dcdb0da1e9e98efbc7 = $(`<div id="html_6b9b696f1ab447dcdb0da1e9e98efbc7" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_4a785876e27af2e74f73a41de94fc941.setContent(html_6b9b696f1ab447dcdb0da1e9e98efbc7);
|
|
|
|
|
|
|
|
marker_af6205fe25ca73c625a5828ad43701f2.bindPopup(popup_4a785876e27af2e74f73a41de94fc941)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af6205fe25ca73c625a5828ad43701f2.setIcon(icon_40a3cf060d2c1da9a51d73cf2fcd5e7b);
|
|
|
|
|
|
var marker_0189d1fc2f08748b6306b473778d6660 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_b72d497f826c180882cf2b64c927f0cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2a34f6209e1648a976e8c8fd0222fb6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0502629ff9bc68d7428e84c3c0a709c = $(`<div id="html_a0502629ff9bc68d7428e84c3c0a709c" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_e2a34f6209e1648a976e8c8fd0222fb6.setContent(html_a0502629ff9bc68d7428e84c3c0a709c);
|
|
|
|
|
|
|
|
marker_0189d1fc2f08748b6306b473778d6660.bindPopup(popup_e2a34f6209e1648a976e8c8fd0222fb6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0189d1fc2f08748b6306b473778d6660.setIcon(icon_b72d497f826c180882cf2b64c927f0cf);
|
|
|
|
|
|
var marker_307edb4d3a571153aedfe22e6c1be02c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_2f42eeb8d4d15c81ebb15aa9ceb6c275 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_361dde47d13d4df8ad0ea320ea85a597 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2212136a790a1e47615f3695492e9ed1 = $(`<div id="html_2212136a790a1e47615f3695492e9ed1" style="width: 100.0%; height: 100.0%;">a.nos.lol</div>`)[0];
|
|
popup_361dde47d13d4df8ad0ea320ea85a597.setContent(html_2212136a790a1e47615f3695492e9ed1);
|
|
|
|
|
|
|
|
marker_307edb4d3a571153aedfe22e6c1be02c.bindPopup(popup_361dde47d13d4df8ad0ea320ea85a597)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_307edb4d3a571153aedfe22e6c1be02c.setIcon(icon_2f42eeb8d4d15c81ebb15aa9ceb6c275);
|
|
|
|
|
|
var marker_07c7be2fc3700bb9cb992442d05cf047 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_779896f12088352120d54635733c06ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d203b95c6fffce33af281485e004b80d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0595fe0c061039c8d05e1ecf3159b65a = $(`<div id="html_0595fe0c061039c8d05e1ecf3159b65a" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_d203b95c6fffce33af281485e004b80d.setContent(html_0595fe0c061039c8d05e1ecf3159b65a);
|
|
|
|
|
|
|
|
marker_07c7be2fc3700bb9cb992442d05cf047.bindPopup(popup_d203b95c6fffce33af281485e004b80d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07c7be2fc3700bb9cb992442d05cf047.setIcon(icon_779896f12088352120d54635733c06ce);
|
|
|
|
|
|
var marker_ea57f2f9bbb66f6b150529afba3ba35b = L.marker(
|
|
[50.8198, -1.08798],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_b4e55ecfaf9b999618555bdf253f7b43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4986b09bd0edbe7130727f4daa79065 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08cf529b76bd09149bf0ff77b6a596da = $(`<div id="html_08cf529b76bd09149bf0ff77b6a596da" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_e4986b09bd0edbe7130727f4daa79065.setContent(html_08cf529b76bd09149bf0ff77b6a596da);
|
|
|
|
|
|
|
|
marker_ea57f2f9bbb66f6b150529afba3ba35b.bindPopup(popup_e4986b09bd0edbe7130727f4daa79065)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea57f2f9bbb66f6b150529afba3ba35b.setIcon(icon_b4e55ecfaf9b999618555bdf253f7b43);
|
|
|
|
|
|
var marker_efb7260baea59e02342069718e10a7e1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_814c65daf71b6b18e9f6ae9bb58f4a14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5e49bd07dd40efd93d20471e3d68bb8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f5eedba4f13f9d18616173b28d3734b = $(`<div id="html_5f5eedba4f13f9d18616173b28d3734b" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_c5e49bd07dd40efd93d20471e3d68bb8.setContent(html_5f5eedba4f13f9d18616173b28d3734b);
|
|
|
|
|
|
|
|
marker_efb7260baea59e02342069718e10a7e1.bindPopup(popup_c5e49bd07dd40efd93d20471e3d68bb8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efb7260baea59e02342069718e10a7e1.setIcon(icon_814c65daf71b6b18e9f6ae9bb58f4a14);
|
|
|
|
|
|
var marker_7c924d353bdab8bed9ca9b1c46d4a8de = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_fa0b8bd2876ef349b8291e10aca63f35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17a05109012539a01ee38f0399b173b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e301af200110911e8858d2767c13544 = $(`<div id="html_1e301af200110911e8858d2767c13544" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_17a05109012539a01ee38f0399b173b2.setContent(html_1e301af200110911e8858d2767c13544);
|
|
|
|
|
|
|
|
marker_7c924d353bdab8bed9ca9b1c46d4a8de.bindPopup(popup_17a05109012539a01ee38f0399b173b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c924d353bdab8bed9ca9b1c46d4a8de.setIcon(icon_fa0b8bd2876ef349b8291e10aca63f35);
|
|
|
|
|
|
var marker_09fe9a03c9e1c5c7f57f6f4a33404c74 = L.marker(
|
|
[50.8933, 6.05805],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_0a1110eeef2ce3094a307c57a4d2892a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a80eacadf006febede9804abe61d983d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f139dba9b1b8a7ae0065c726e7d06eea = $(`<div id="html_f139dba9b1b8a7ae0065c726e7d06eea" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_a80eacadf006febede9804abe61d983d.setContent(html_f139dba9b1b8a7ae0065c726e7d06eea);
|
|
|
|
|
|
|
|
marker_09fe9a03c9e1c5c7f57f6f4a33404c74.bindPopup(popup_a80eacadf006febede9804abe61d983d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09fe9a03c9e1c5c7f57f6f4a33404c74.setIcon(icon_0a1110eeef2ce3094a307c57a4d2892a);
|
|
|
|
|
|
var marker_2c4cb6557f46915a3d112db307403c9c = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_19e25635bf0c9fa3acc4c0e510f51bcf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_267892005bf71d41007180188ffe8e28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c43f2c067471088101ff23e8b56ed9d = $(`<div id="html_7c43f2c067471088101ff23e8b56ed9d" style="width: 100.0%; height: 100.0%;">ithurtswhenip.ee</div>`)[0];
|
|
popup_267892005bf71d41007180188ffe8e28.setContent(html_7c43f2c067471088101ff23e8b56ed9d);
|
|
|
|
|
|
|
|
marker_2c4cb6557f46915a3d112db307403c9c.bindPopup(popup_267892005bf71d41007180188ffe8e28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c4cb6557f46915a3d112db307403c9c.setIcon(icon_19e25635bf0c9fa3acc4c0e510f51bcf);
|
|
|
|
|
|
var marker_2690b6b40531202db3421432818ab128 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_dc9a6851f407aefdbbebd2bd1263c34e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2ba61700a804f664cd73544369843b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e251fab7bc8f2441aa1be391834ef9c = $(`<div id="html_7e251fab7bc8f2441aa1be391834ef9c" style="width: 100.0%; height: 100.0%;">pyramid.fiatjaf.com</div>`)[0];
|
|
popup_f2ba61700a804f664cd73544369843b1.setContent(html_7e251fab7bc8f2441aa1be391834ef9c);
|
|
|
|
|
|
|
|
marker_2690b6b40531202db3421432818ab128.bindPopup(popup_f2ba61700a804f664cd73544369843b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2690b6b40531202db3421432818ab128.setIcon(icon_dc9a6851f407aefdbbebd2bd1263c34e);
|
|
|
|
|
|
var marker_5db29e811ed9f9c4c51b2a9f29eedd6c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_9cd28305d53d24e3382468c329f39cee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9fdb5139f4abab970c345a836ad419fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d565533912f1f91c44fa9c7ca49ee4c2 = $(`<div id="html_d565533912f1f91c44fa9c7ca49ee4c2" style="width: 100.0%; height: 100.0%;">nostr-01.uid.ovh</div>`)[0];
|
|
popup_9fdb5139f4abab970c345a836ad419fe.setContent(html_d565533912f1f91c44fa9c7ca49ee4c2);
|
|
|
|
|
|
|
|
marker_5db29e811ed9f9c4c51b2a9f29eedd6c.bindPopup(popup_9fdb5139f4abab970c345a836ad419fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5db29e811ed9f9c4c51b2a9f29eedd6c.setIcon(icon_9cd28305d53d24e3382468c329f39cee);
|
|
|
|
|
|
var marker_baefdcbfe3d2da62c8eef4068f51c5c3 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_6ca2ee033a65953e3a04543adf373558 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c55ac891a243ad019f6abce9bbebb91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70b5cb7de2bebc22cb4caf4e692fb204 = $(`<div id="html_70b5cb7de2bebc22cb4caf4e692fb204" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_0c55ac891a243ad019f6abce9bbebb91.setContent(html_70b5cb7de2bebc22cb4caf4e692fb204);
|
|
|
|
|
|
|
|
marker_baefdcbfe3d2da62c8eef4068f51c5c3.bindPopup(popup_0c55ac891a243ad019f6abce9bbebb91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_baefdcbfe3d2da62c8eef4068f51c5c3.setIcon(icon_6ca2ee033a65953e3a04543adf373558);
|
|
|
|
|
|
var marker_1090ff36152dba9a323957ddb009be4d = L.marker(
|
|
[53.471, 9.88208],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_5b9d0161f670e8971ba80cc95b19e3d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa7c87a5bad8af9483b2c7342cf5c968 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1379db823d9db36474408ff3f33dceaa = $(`<div id="html_1379db823d9db36474408ff3f33dceaa" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_fa7c87a5bad8af9483b2c7342cf5c968.setContent(html_1379db823d9db36474408ff3f33dceaa);
|
|
|
|
|
|
|
|
marker_1090ff36152dba9a323957ddb009be4d.bindPopup(popup_fa7c87a5bad8af9483b2c7342cf5c968)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1090ff36152dba9a323957ddb009be4d.setIcon(icon_5b9d0161f670e8971ba80cc95b19e3d9);
|
|
|
|
|
|
var marker_0f7c53334f9fc1eb58170bfeb4bb0615 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_0ee0e533994254b37d471aed2b041442 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55017f295342f1d35994308f742aa566 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64bd27e09ab954a234f87d2be31b89d9 = $(`<div id="html_64bd27e09ab954a234f87d2be31b89d9" style="width: 100.0%; height: 100.0%;">relay.barine.co</div>`)[0];
|
|
popup_55017f295342f1d35994308f742aa566.setContent(html_64bd27e09ab954a234f87d2be31b89d9);
|
|
|
|
|
|
|
|
marker_0f7c53334f9fc1eb58170bfeb4bb0615.bindPopup(popup_55017f295342f1d35994308f742aa566)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f7c53334f9fc1eb58170bfeb4bb0615.setIcon(icon_0ee0e533994254b37d471aed2b041442);
|
|
|
|
|
|
var marker_262247c4dd57202f6cad989e1152f867 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_45ccada7dca797e1697650d09d01298c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06c5328fe8e6a963afc37c45e9a3e17e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6a8ec5495548a8af07f6c6ed21c7c12 = $(`<div id="html_f6a8ec5495548a8af07f6c6ed21c7c12" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_06c5328fe8e6a963afc37c45e9a3e17e.setContent(html_f6a8ec5495548a8af07f6c6ed21c7c12);
|
|
|
|
|
|
|
|
marker_262247c4dd57202f6cad989e1152f867.bindPopup(popup_06c5328fe8e6a963afc37c45e9a3e17e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_262247c4dd57202f6cad989e1152f867.setIcon(icon_45ccada7dca797e1697650d09d01298c);
|
|
|
|
|
|
var marker_1907ec0d9ba9f7c6ab19b54309e5fb6a = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_7fcb07c6244d61dc7f04e0b24ee1a4dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd46c65fa1718805d102a119cd957230 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b644a2c10b5ebe63c38bea533338b6ec = $(`<div id="html_b644a2c10b5ebe63c38bea533338b6ec" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_cd46c65fa1718805d102a119cd957230.setContent(html_b644a2c10b5ebe63c38bea533338b6ec);
|
|
|
|
|
|
|
|
marker_1907ec0d9ba9f7c6ab19b54309e5fb6a.bindPopup(popup_cd46c65fa1718805d102a119cd957230)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1907ec0d9ba9f7c6ab19b54309e5fb6a.setIcon(icon_7fcb07c6244d61dc7f04e0b24ee1a4dc);
|
|
|
|
|
|
var marker_04a762f72b7482e03ddbf8fa8c29afc7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_128bf9556adef893ecb217422b1aad22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88344e2a931869ea52307b993d2727d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2008f4b2779134f4ea423462022da236 = $(`<div id="html_2008f4b2779134f4ea423462022da236" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_88344e2a931869ea52307b993d2727d6.setContent(html_2008f4b2779134f4ea423462022da236);
|
|
|
|
|
|
|
|
marker_04a762f72b7482e03ddbf8fa8c29afc7.bindPopup(popup_88344e2a931869ea52307b993d2727d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04a762f72b7482e03ddbf8fa8c29afc7.setIcon(icon_128bf9556adef893ecb217422b1aad22);
|
|
|
|
|
|
var marker_fae71d5071d2a8f027205a58d49f07d4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_d3d8713c3d0843f1102bb7b1d0bc33dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_25afbaee3dce0c720e05c6224b469047 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a966e68e74e864dc9720b0d14d04f89 = $(`<div id="html_2a966e68e74e864dc9720b0d14d04f89" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_25afbaee3dce0c720e05c6224b469047.setContent(html_2a966e68e74e864dc9720b0d14d04f89);
|
|
|
|
|
|
|
|
marker_fae71d5071d2a8f027205a58d49f07d4.bindPopup(popup_25afbaee3dce0c720e05c6224b469047)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fae71d5071d2a8f027205a58d49f07d4.setIcon(icon_d3d8713c3d0843f1102bb7b1d0bc33dd);
|
|
|
|
|
|
var marker_7c94bd8cada6c97e1584acab78757a83 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_766d2a5dc94b9f5d56d2453f19a17c8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aed81c855ff33fa7a4065c2a9411aab3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10a7eb9a60b9a7ca95656a0f4d8c1a5a = $(`<div id="html_10a7eb9a60b9a7ca95656a0f4d8c1a5a" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_aed81c855ff33fa7a4065c2a9411aab3.setContent(html_10a7eb9a60b9a7ca95656a0f4d8c1a5a);
|
|
|
|
|
|
|
|
marker_7c94bd8cada6c97e1584acab78757a83.bindPopup(popup_aed81c855ff33fa7a4065c2a9411aab3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c94bd8cada6c97e1584acab78757a83.setIcon(icon_766d2a5dc94b9f5d56d2453f19a17c8c);
|
|
|
|
|
|
var marker_22f82cdbfd1387cd25073e060d4fdd87 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_fe7fbc80b6dbdd65676a087d692226fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_155c8eaeaa9e5f082302906eee24a3cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d547f98bcb921b5ea3953cb80448741 = $(`<div id="html_8d547f98bcb921b5ea3953cb80448741" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_155c8eaeaa9e5f082302906eee24a3cb.setContent(html_8d547f98bcb921b5ea3953cb80448741);
|
|
|
|
|
|
|
|
marker_22f82cdbfd1387cd25073e060d4fdd87.bindPopup(popup_155c8eaeaa9e5f082302906eee24a3cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22f82cdbfd1387cd25073e060d4fdd87.setIcon(icon_fe7fbc80b6dbdd65676a087d692226fa);
|
|
|
|
|
|
var marker_7afa9812b81a9302848edf3baa1d4785 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_a304725951591a0e1c67b0f1ba2ffbd2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fec4e97b0d9cc2c09fd8e16fd6d897cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03545d471c631a368740d23fb01e9280 = $(`<div id="html_03545d471c631a368740d23fb01e9280" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_fec4e97b0d9cc2c09fd8e16fd6d897cf.setContent(html_03545d471c631a368740d23fb01e9280);
|
|
|
|
|
|
|
|
marker_7afa9812b81a9302848edf3baa1d4785.bindPopup(popup_fec4e97b0d9cc2c09fd8e16fd6d897cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7afa9812b81a9302848edf3baa1d4785.setIcon(icon_a304725951591a0e1c67b0f1ba2ffbd2);
|
|
|
|
|
|
var marker_26c7114485c8b263b84975b4cc1fbbfc = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_1d61ccc5ac329aad244c3db099558af7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7eb5489472732076b339076e9e25f34 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8aa3079d2c05d8ea8dfafaee54e9283 = $(`<div id="html_d8aa3079d2c05d8ea8dfafaee54e9283" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_d7eb5489472732076b339076e9e25f34.setContent(html_d8aa3079d2c05d8ea8dfafaee54e9283);
|
|
|
|
|
|
|
|
marker_26c7114485c8b263b84975b4cc1fbbfc.bindPopup(popup_d7eb5489472732076b339076e9e25f34)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26c7114485c8b263b84975b4cc1fbbfc.setIcon(icon_1d61ccc5ac329aad244c3db099558af7);
|
|
|
|
|
|
var marker_3933e008dfd7929272e0ee3d4f3db41b = L.marker(
|
|
[26.2897, -80.1293],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_31e1c796658bec202696a85d6c9497a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6de7816474bc06f918fedd280d3f7be5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2b9edcc6288412b4abb6140a469de43 = $(`<div id="html_f2b9edcc6288412b4abb6140a469de43" style="width: 100.0%; height: 100.0%;">relay.electriclifestyle.com</div>`)[0];
|
|
popup_6de7816474bc06f918fedd280d3f7be5.setContent(html_f2b9edcc6288412b4abb6140a469de43);
|
|
|
|
|
|
|
|
marker_3933e008dfd7929272e0ee3d4f3db41b.bindPopup(popup_6de7816474bc06f918fedd280d3f7be5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3933e008dfd7929272e0ee3d4f3db41b.setIcon(icon_31e1c796658bec202696a85d6c9497a3);
|
|
|
|
|
|
var marker_56279c67b927b577e046cb4c9d756798 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_baf736ef1cc0c36ab599ecc015fdc198 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89651a118b6383e6143f6c6991c49f42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbff9051b15b9410091abb4f5e54562a = $(`<div id="html_dbff9051b15b9410091abb4f5e54562a" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_89651a118b6383e6143f6c6991c49f42.setContent(html_dbff9051b15b9410091abb4f5e54562a);
|
|
|
|
|
|
|
|
marker_56279c67b927b577e046cb4c9d756798.bindPopup(popup_89651a118b6383e6143f6c6991c49f42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56279c67b927b577e046cb4c9d756798.setIcon(icon_baf736ef1cc0c36ab599ecc015fdc198);
|
|
|
|
|
|
var marker_eb9e773f611c30f0008ae2bcbff4a1b9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_0e6e405a7e2780794d288bf4847cf90b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e19c8037045da6af4e97c6c705f8aa7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab8ff7ba50b13b24c147ac1c34060f47 = $(`<div id="html_ab8ff7ba50b13b24c147ac1c34060f47" style="width: 100.0%; height: 100.0%;">relay.mattybs.lol</div>`)[0];
|
|
popup_5e19c8037045da6af4e97c6c705f8aa7.setContent(html_ab8ff7ba50b13b24c147ac1c34060f47);
|
|
|
|
|
|
|
|
marker_eb9e773f611c30f0008ae2bcbff4a1b9.bindPopup(popup_5e19c8037045da6af4e97c6c705f8aa7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb9e773f611c30f0008ae2bcbff4a1b9.setIcon(icon_0e6e405a7e2780794d288bf4847cf90b);
|
|
|
|
|
|
var marker_9a52b6b77e94a701a2187888e4ac491f = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_abe1b8a9ca6fd65097d67dfe465aa6a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b37b96dacc530de2d08253228328ab4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63e7e1129c5abfd383024f13dc541cfc = $(`<div id="html_63e7e1129c5abfd383024f13dc541cfc" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_b37b96dacc530de2d08253228328ab4b.setContent(html_63e7e1129c5abfd383024f13dc541cfc);
|
|
|
|
|
|
|
|
marker_9a52b6b77e94a701a2187888e4ac491f.bindPopup(popup_b37b96dacc530de2d08253228328ab4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a52b6b77e94a701a2187888e4ac491f.setIcon(icon_abe1b8a9ca6fd65097d67dfe465aa6a4);
|
|
|
|
|
|
var marker_a4d358ae9f7585fa3a69e2a914bf4d7e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_61501ae5889ede8279dd52a893d183d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf433926bb0e8330c36f56657e7b5a90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10b7a135f1378677e31de2f3ba395879 = $(`<div id="html_10b7a135f1378677e31de2f3ba395879" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_bf433926bb0e8330c36f56657e7b5a90.setContent(html_10b7a135f1378677e31de2f3ba395879);
|
|
|
|
|
|
|
|
marker_a4d358ae9f7585fa3a69e2a914bf4d7e.bindPopup(popup_bf433926bb0e8330c36f56657e7b5a90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4d358ae9f7585fa3a69e2a914bf4d7e.setIcon(icon_61501ae5889ede8279dd52a893d183d1);
|
|
|
|
|
|
var marker_444f217c512bc9b8013665ed62269ea1 = L.marker(
|
|
[51.5792, 4.58333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_d3fd7500c81ca17bda20359777368728 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2fcafc2968134cb55239e61461b406d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d5d0f36ca13a71e26f7f6b4b4e7729d = $(`<div id="html_7d5d0f36ca13a71e26f7f6b4b4e7729d" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_a2fcafc2968134cb55239e61461b406d.setContent(html_7d5d0f36ca13a71e26f7f6b4b4e7729d);
|
|
|
|
|
|
|
|
marker_444f217c512bc9b8013665ed62269ea1.bindPopup(popup_a2fcafc2968134cb55239e61461b406d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_444f217c512bc9b8013665ed62269ea1.setIcon(icon_d3fd7500c81ca17bda20359777368728);
|
|
|
|
|
|
var marker_5178e362014456244421eb6119f29672 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_3e5fa33dfb5ae8b51b5127f82dd05be8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b02a5571f40ba4ca00c22190b33e6cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6dadedb207cc336c2d2d99aa6e6e9f9 = $(`<div id="html_e6dadedb207cc336c2d2d99aa6e6e9f9" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_6b02a5571f40ba4ca00c22190b33e6cb.setContent(html_e6dadedb207cc336c2d2d99aa6e6e9f9);
|
|
|
|
|
|
|
|
marker_5178e362014456244421eb6119f29672.bindPopup(popup_6b02a5571f40ba4ca00c22190b33e6cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5178e362014456244421eb6119f29672.setIcon(icon_3e5fa33dfb5ae8b51b5127f82dd05be8);
|
|
|
|
|
|
var marker_90954807e36149ff22c91476e39f2f12 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_6af65cd92ab2d3bdc5911e2a82344a7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c18759193a2b53471b19d05a2162f07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03f533b56ae3f52c330e4a4a420bd383 = $(`<div id="html_03f533b56ae3f52c330e4a4a420bd383" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_3c18759193a2b53471b19d05a2162f07.setContent(html_03f533b56ae3f52c330e4a4a420bd383);
|
|
|
|
|
|
|
|
marker_90954807e36149ff22c91476e39f2f12.bindPopup(popup_3c18759193a2b53471b19d05a2162f07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90954807e36149ff22c91476e39f2f12.setIcon(icon_6af65cd92ab2d3bdc5911e2a82344a7f);
|
|
|
|
|
|
var marker_4070faebcfe29fc8dc6bc6fa7870520a = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_ef8cb33c27ebef9d42aff32c9068ff84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_049b31c653f5ceea047fa35f5dfd7b99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1325a13478e794a1a9f7a0ea35d8a7fc = $(`<div id="html_1325a13478e794a1a9f7a0ea35d8a7fc" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_049b31c653f5ceea047fa35f5dfd7b99.setContent(html_1325a13478e794a1a9f7a0ea35d8a7fc);
|
|
|
|
|
|
|
|
marker_4070faebcfe29fc8dc6bc6fa7870520a.bindPopup(popup_049b31c653f5ceea047fa35f5dfd7b99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4070faebcfe29fc8dc6bc6fa7870520a.setIcon(icon_ef8cb33c27ebef9d42aff32c9068ff84);
|
|
|
|
|
|
var marker_61a14567eb44c798bbf9015e96afd813 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_793de3f385f5188124e58e3937b75d64 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_535e17a771259d5520c74f65c048220c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a39b14118505285a82fec1ddf68b617b = $(`<div id="html_a39b14118505285a82fec1ddf68b617b" style="width: 100.0%; height: 100.0%;">nostr.kalf.org</div>`)[0];
|
|
popup_535e17a771259d5520c74f65c048220c.setContent(html_a39b14118505285a82fec1ddf68b617b);
|
|
|
|
|
|
|
|
marker_61a14567eb44c798bbf9015e96afd813.bindPopup(popup_535e17a771259d5520c74f65c048220c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61a14567eb44c798bbf9015e96afd813.setIcon(icon_793de3f385f5188124e58e3937b75d64);
|
|
|
|
|
|
var marker_2cae88b67695ee8a1bfc8b758fd172cb = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_532e4ec4a034c071a2e8eeeba12d0661 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_004da1f4d1cc2ca9a4ee3f45a9734659 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0136f9b3bc7cc7a3e9bf07e883cdd072 = $(`<div id="html_0136f9b3bc7cc7a3e9bf07e883cdd072" style="width: 100.0%; height: 100.0%;">relay.nostr.band</div>`)[0];
|
|
popup_004da1f4d1cc2ca9a4ee3f45a9734659.setContent(html_0136f9b3bc7cc7a3e9bf07e883cdd072);
|
|
|
|
|
|
|
|
marker_2cae88b67695ee8a1bfc8b758fd172cb.bindPopup(popup_004da1f4d1cc2ca9a4ee3f45a9734659)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2cae88b67695ee8a1bfc8b758fd172cb.setIcon(icon_532e4ec4a034c071a2e8eeeba12d0661);
|
|
|
|
|
|
var marker_4947f1ad6baed806895053a66f170725 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_b564a79acff358d3863cb56a5b4ced2a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_778d8a8a93daad081c02a81b99483af4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0adea857958f8493e72bdbeedd8d8113 = $(`<div id="html_0adea857958f8493e72bdbeedd8d8113" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_778d8a8a93daad081c02a81b99483af4.setContent(html_0adea857958f8493e72bdbeedd8d8113);
|
|
|
|
|
|
|
|
marker_4947f1ad6baed806895053a66f170725.bindPopup(popup_778d8a8a93daad081c02a81b99483af4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4947f1ad6baed806895053a66f170725.setIcon(icon_b564a79acff358d3863cb56a5b4ced2a);
|
|
|
|
|
|
var marker_cf92ee7fdbc3a592ca6bcdab9cbace27 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_a3d83ce30515ae73f40599ab410842d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a899bf016feaa13a5d4983592ebfff0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0ddea921f6cc3a03eac71d748a810e2 = $(`<div id="html_a0ddea921f6cc3a03eac71d748a810e2" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_a899bf016feaa13a5d4983592ebfff0c.setContent(html_a0ddea921f6cc3a03eac71d748a810e2);
|
|
|
|
|
|
|
|
marker_cf92ee7fdbc3a592ca6bcdab9cbace27.bindPopup(popup_a899bf016feaa13a5d4983592ebfff0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf92ee7fdbc3a592ca6bcdab9cbace27.setIcon(icon_a3d83ce30515ae73f40599ab410842d8);
|
|
|
|
|
|
var marker_415df89dfb647d7ec62d4a4cfeafe723 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_62de47223bfd5641272f97a28fd04126 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c1384dcd75c337e837eafa8cf8eefc1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76a569025adbb8be25845e99b2927b8e = $(`<div id="html_76a569025adbb8be25845e99b2927b8e" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_1c1384dcd75c337e837eafa8cf8eefc1.setContent(html_76a569025adbb8be25845e99b2927b8e);
|
|
|
|
|
|
|
|
marker_415df89dfb647d7ec62d4a4cfeafe723.bindPopup(popup_1c1384dcd75c337e837eafa8cf8eefc1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_415df89dfb647d7ec62d4a4cfeafe723.setIcon(icon_62de47223bfd5641272f97a28fd04126);
|
|
|
|
|
|
var marker_89d53fb053883fc2d8ddea60eef865d6 = L.marker(
|
|
[46.2044, 6.14316],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_bd20daa6bd6e2af49567cb5f9666e3d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3783cd77e5de05203b74eb41dfc9518 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4f6bd367c75d74d45c73735bd406e2d = $(`<div id="html_f4f6bd367c75d74d45c73735bd406e2d" style="width: 100.0%; height: 100.0%;">relay.basspistol.org</div>`)[0];
|
|
popup_e3783cd77e5de05203b74eb41dfc9518.setContent(html_f4f6bd367c75d74d45c73735bd406e2d);
|
|
|
|
|
|
|
|
marker_89d53fb053883fc2d8ddea60eef865d6.bindPopup(popup_e3783cd77e5de05203b74eb41dfc9518)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89d53fb053883fc2d8ddea60eef865d6.setIcon(icon_bd20daa6bd6e2af49567cb5f9666e3d7);
|
|
|
|
|
|
var marker_14623f1f86316206a275fb7cf621a9a8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_174b9df08887d9cb5a6f5cdf9c3092aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8a007a66fc2505585a6e893c341ff43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55d607d555af53a72a51010416a0652e = $(`<div id="html_55d607d555af53a72a51010416a0652e" style="width: 100.0%; height: 100.0%;">alien.macneilmediagroup.com</div>`)[0];
|
|
popup_a8a007a66fc2505585a6e893c341ff43.setContent(html_55d607d555af53a72a51010416a0652e);
|
|
|
|
|
|
|
|
marker_14623f1f86316206a275fb7cf621a9a8.bindPopup(popup_a8a007a66fc2505585a6e893c341ff43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14623f1f86316206a275fb7cf621a9a8.setIcon(icon_174b9df08887d9cb5a6f5cdf9c3092aa);
|
|
|
|
|
|
var marker_fa38b1026cff24f9f5b4b8c0cb5d9bbd = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_5316ea4e1ae4027b6e392dbd028f4a15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9d919edda29a82b862a82270440670f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_872ecd7640919b0e93554cb01c306eb7 = $(`<div id="html_872ecd7640919b0e93554cb01c306eb7" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_e9d919edda29a82b862a82270440670f.setContent(html_872ecd7640919b0e93554cb01c306eb7);
|
|
|
|
|
|
|
|
marker_fa38b1026cff24f9f5b4b8c0cb5d9bbd.bindPopup(popup_e9d919edda29a82b862a82270440670f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa38b1026cff24f9f5b4b8c0cb5d9bbd.setIcon(icon_5316ea4e1ae4027b6e392dbd028f4a15);
|
|
|
|
|
|
var marker_96453ea08048112c697d0b50f2915009 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_fdc7e49b275108f767d1f6c9d354b071 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c702ced63f77f055125a4dd2221a49a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_770c41ffae4f8bba2d6739df526350f7 = $(`<div id="html_770c41ffae4f8bba2d6739df526350f7" style="width: 100.0%; height: 100.0%;">wot.yesnostr.net</div>`)[0];
|
|
popup_c702ced63f77f055125a4dd2221a49a9.setContent(html_770c41ffae4f8bba2d6739df526350f7);
|
|
|
|
|
|
|
|
marker_96453ea08048112c697d0b50f2915009.bindPopup(popup_c702ced63f77f055125a4dd2221a49a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96453ea08048112c697d0b50f2915009.setIcon(icon_fdc7e49b275108f767d1f6c9d354b071);
|
|
|
|
|
|
var marker_82f5abd3574405dadc6d5cc34d140afc = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_96b97f56b523fccb3182b1af3f5e6cbf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42f34ca3eb41fea637842f62bb7760f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18c277c78d44fccd3f667d6c4e45f919 = $(`<div id="html_18c277c78d44fccd3f667d6c4e45f919" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_42f34ca3eb41fea637842f62bb7760f2.setContent(html_18c277c78d44fccd3f667d6c4e45f919);
|
|
|
|
|
|
|
|
marker_82f5abd3574405dadc6d5cc34d140afc.bindPopup(popup_42f34ca3eb41fea637842f62bb7760f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82f5abd3574405dadc6d5cc34d140afc.setIcon(icon_96b97f56b523fccb3182b1af3f5e6cbf);
|
|
|
|
|
|
var marker_d1aa61db56d04b3e7da75862cc3d5e71 = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_001dfc7f4e7ba8a321230ea9378557a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1011105f2cba767589d5eb29384a30f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5194e0d63d2ea04387a0fb5a055bfbcf = $(`<div id="html_5194e0d63d2ea04387a0fb5a055bfbcf" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_e1011105f2cba767589d5eb29384a30f.setContent(html_5194e0d63d2ea04387a0fb5a055bfbcf);
|
|
|
|
|
|
|
|
marker_d1aa61db56d04b3e7da75862cc3d5e71.bindPopup(popup_e1011105f2cba767589d5eb29384a30f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1aa61db56d04b3e7da75862cc3d5e71.setIcon(icon_001dfc7f4e7ba8a321230ea9378557a4);
|
|
|
|
|
|
var marker_e9fe3465528f9b986ac2a1b368be4991 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_e05ccf13112a485927f63bdf7635bf54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2582b9e8db24211cbbd3812350eb4aad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83887533982399786e3d3d86acb9580d = $(`<div id="html_83887533982399786e3d3d86acb9580d" style="width: 100.0%; height: 100.0%;">relay.wolfcoil.com</div>`)[0];
|
|
popup_2582b9e8db24211cbbd3812350eb4aad.setContent(html_83887533982399786e3d3d86acb9580d);
|
|
|
|
|
|
|
|
marker_e9fe3465528f9b986ac2a1b368be4991.bindPopup(popup_2582b9e8db24211cbbd3812350eb4aad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9fe3465528f9b986ac2a1b368be4991.setIcon(icon_e05ccf13112a485927f63bdf7635bf54);
|
|
|
|
|
|
var marker_ac9a8cee99b49c62d2da2651bc1415dd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_2c2f53bb718acfc20f8fcff9dd2f1746 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a1da9f07220d71ec72444ef7331d677c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b718e3c953d29254fe7588dfc21571f2 = $(`<div id="html_b718e3c953d29254fe7588dfc21571f2" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_a1da9f07220d71ec72444ef7331d677c.setContent(html_b718e3c953d29254fe7588dfc21571f2);
|
|
|
|
|
|
|
|
marker_ac9a8cee99b49c62d2da2651bc1415dd.bindPopup(popup_a1da9f07220d71ec72444ef7331d677c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac9a8cee99b49c62d2da2651bc1415dd.setIcon(icon_2c2f53bb718acfc20f8fcff9dd2f1746);
|
|
|
|
|
|
var marker_539d5629656dfff07e7802560b90ff72 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_1a493ffbefc7b22b80d17b5dd1c14123 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_438cfd629e7f84b5c3c9ff6d76d21071 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03bac951ccd7ab4d8db7c908fa8fb991 = $(`<div id="html_03bac951ccd7ab4d8db7c908fa8fb991" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_438cfd629e7f84b5c3c9ff6d76d21071.setContent(html_03bac951ccd7ab4d8db7c908fa8fb991);
|
|
|
|
|
|
|
|
marker_539d5629656dfff07e7802560b90ff72.bindPopup(popup_438cfd629e7f84b5c3c9ff6d76d21071)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_539d5629656dfff07e7802560b90ff72.setIcon(icon_1a493ffbefc7b22b80d17b5dd1c14123);
|
|
|
|
|
|
var marker_4952d6c8ef6636f1f0faf69fa60a2078 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_7f4e8c211d4fe3ce30a5e3c2b52733ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c88ef33eadd65ff397baabecb70a2233 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8723ad04673cd243f6650e042e68f85 = $(`<div id="html_a8723ad04673cd243f6650e042e68f85" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_c88ef33eadd65ff397baabecb70a2233.setContent(html_a8723ad04673cd243f6650e042e68f85);
|
|
|
|
|
|
|
|
marker_4952d6c8ef6636f1f0faf69fa60a2078.bindPopup(popup_c88ef33eadd65ff397baabecb70a2233)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4952d6c8ef6636f1f0faf69fa60a2078.setIcon(icon_7f4e8c211d4fe3ce30a5e3c2b52733ed);
|
|
|
|
|
|
var marker_e76bed4291e596d283439f3dc1ee4dd1 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_470451ef0174b0d33406190413dc9a28 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_294fdb4b0a891d13e8c8add581335f91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e845773d28390f489febe935755a1c9 = $(`<div id="html_7e845773d28390f489febe935755a1c9" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_294fdb4b0a891d13e8c8add581335f91.setContent(html_7e845773d28390f489febe935755a1c9);
|
|
|
|
|
|
|
|
marker_e76bed4291e596d283439f3dc1ee4dd1.bindPopup(popup_294fdb4b0a891d13e8c8add581335f91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e76bed4291e596d283439f3dc1ee4dd1.setIcon(icon_470451ef0174b0d33406190413dc9a28);
|
|
|
|
|
|
var marker_326cae4ff406180191a4e651b38c7a48 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_8025bb2d9a8e3a4a4ed7adcf12738388 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ee8193262a774f29a28719bf46a71ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba57b704a9e1ea2a0553742134316954 = $(`<div id="html_ba57b704a9e1ea2a0553742134316954" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_9ee8193262a774f29a28719bf46a71ce.setContent(html_ba57b704a9e1ea2a0553742134316954);
|
|
|
|
|
|
|
|
marker_326cae4ff406180191a4e651b38c7a48.bindPopup(popup_9ee8193262a774f29a28719bf46a71ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_326cae4ff406180191a4e651b38c7a48.setIcon(icon_8025bb2d9a8e3a4a4ed7adcf12738388);
|
|
|
|
|
|
var marker_6295e0e990c740b4ec9e552daa2f33bc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_61accd94d8c2c6666050b149696049d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_626a30f1d97bd8de11eadff7db3247e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5cbdb52a08809a7f663cbc3f1cf07f7e = $(`<div id="html_5cbdb52a08809a7f663cbc3f1cf07f7e" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_626a30f1d97bd8de11eadff7db3247e0.setContent(html_5cbdb52a08809a7f663cbc3f1cf07f7e);
|
|
|
|
|
|
|
|
marker_6295e0e990c740b4ec9e552daa2f33bc.bindPopup(popup_626a30f1d97bd8de11eadff7db3247e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6295e0e990c740b4ec9e552daa2f33bc.setIcon(icon_61accd94d8c2c6666050b149696049d7);
|
|
|
|
|
|
var marker_756457eb88ec7882c42ec37930df0315 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_f9f5869b23ccd8e1ef153a8898f4b3fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88680341612a5ec3e482b4914a7a517c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f6510f5f4411e3c538f49e55c0fd126 = $(`<div id="html_6f6510f5f4411e3c538f49e55c0fd126" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_88680341612a5ec3e482b4914a7a517c.setContent(html_6f6510f5f4411e3c538f49e55c0fd126);
|
|
|
|
|
|
|
|
marker_756457eb88ec7882c42ec37930df0315.bindPopup(popup_88680341612a5ec3e482b4914a7a517c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_756457eb88ec7882c42ec37930df0315.setIcon(icon_f9f5869b23ccd8e1ef153a8898f4b3fd);
|
|
|
|
|
|
var marker_8db9ff64cbcabc13ad146cb97ab6c2d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_660e5261b004d80f96a8830c7545af72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75c42cbc648db457ea5a312382e2b05a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4adb4a1bd039553adc9223ff485f5a4 = $(`<div id="html_d4adb4a1bd039553adc9223ff485f5a4" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_75c42cbc648db457ea5a312382e2b05a.setContent(html_d4adb4a1bd039553adc9223ff485f5a4);
|
|
|
|
|
|
|
|
marker_8db9ff64cbcabc13ad146cb97ab6c2d3.bindPopup(popup_75c42cbc648db457ea5a312382e2b05a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8db9ff64cbcabc13ad146cb97ab6c2d3.setIcon(icon_660e5261b004d80f96a8830c7545af72);
|
|
|
|
|
|
var marker_e27019431d1077aef1f8915252d64781 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_aefce97870252b671d50daeafdfe4a83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_558cc95c6417c9ade524da24e54a2b8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_677e13ce06edfd15d853655bfe32934a = $(`<div id="html_677e13ce06edfd15d853655bfe32934a" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_558cc95c6417c9ade524da24e54a2b8e.setContent(html_677e13ce06edfd15d853655bfe32934a);
|
|
|
|
|
|
|
|
marker_e27019431d1077aef1f8915252d64781.bindPopup(popup_558cc95c6417c9ade524da24e54a2b8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e27019431d1077aef1f8915252d64781.setIcon(icon_aefce97870252b671d50daeafdfe4a83);
|
|
|
|
|
|
var marker_c734880c796403bd073a3ad326b9b362 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_3cce5aa0d2bf43f80969a1c1cdfcc99c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3a0fea459545077a5348d212a4c3490 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_beb11111ba16a8f2d36829a966310d24 = $(`<div id="html_beb11111ba16a8f2d36829a966310d24" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_d3a0fea459545077a5348d212a4c3490.setContent(html_beb11111ba16a8f2d36829a966310d24);
|
|
|
|
|
|
|
|
marker_c734880c796403bd073a3ad326b9b362.bindPopup(popup_d3a0fea459545077a5348d212a4c3490)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c734880c796403bd073a3ad326b9b362.setIcon(icon_3cce5aa0d2bf43f80969a1c1cdfcc99c);
|
|
|
|
|
|
var marker_b64ed88d5c53aa9d0b6374a751a075af = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_c008e6baf403df7b9a36d7f8d8d05164);
|
|
|
|
|
|
var icon_eae1f5b9ae6518fa1de8705c4a6e5748 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b15b9171063a89de191ec7f615e607a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1211a0638d0f1b6ddd86ee07af33a17 = $(`<div id="html_d1211a0638d0f1b6ddd86ee07af33a17" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_0b15b9171063a89de191ec7f615e607a.setContent(html_d1211a0638d0f1b6ddd86ee07af33a17);
|
|
|
|
|
|
|
|
marker_b64ed88d5c53aa9d0b6374a751a075af.bindPopup(popup_0b15b9171063a89de191ec7f615e607a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b64ed88d5c53aa9d0b6374a751a075af.setIcon(icon_eae1f5b9ae6518fa1de8705c4a6e5748);
|
|
|
|
|
|
marker_cluster_c008e6baf403df7b9a36d7f8d8d05164.addTo(map_5bd1c199b43ba71d0df162bb73d9d7e6);
|
|
|
|
</script>
|
|
</html> |