mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 04:25:19 +00:00
10981 lines
319 KiB
HTML
10981 lines
319 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_e323cfcb86d4166c48aed7667055a5a4 {
|
|
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_e323cfcb86d4166c48aed7667055a5a4" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_e323cfcb86d4166c48aed7667055a5a4 = L.map(
|
|
"map_e323cfcb86d4166c48aed7667055a5a4",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_132aed016b55b01743f9b4f9ec8b39a5 = 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_132aed016b55b01743f9b4f9ec8b39a5.addTo(map_e323cfcb86d4166c48aed7667055a5a4);
|
|
|
|
|
|
var marker_cluster_5e83fc11d8c99202b49fc1e29e291743 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_e9c62a2f92f3c8b0ceb191628007250a = L.marker(
|
|
[45.5152, -122.678],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_60d4ef7e73ca42b2f8b83695acca576a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52767be88dbcb4b581d88826cf959349 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_171979088a616856e8f16fc8cb936f8e = $(`<div id="html_171979088a616856e8f16fc8cb936f8e" style="width: 100.0%; height: 100.0%;">relay.apps.prod.aws.ocp.signet.ing</div>`)[0];
|
|
popup_52767be88dbcb4b581d88826cf959349.setContent(html_171979088a616856e8f16fc8cb936f8e);
|
|
|
|
|
|
|
|
marker_e9c62a2f92f3c8b0ceb191628007250a.bindPopup(popup_52767be88dbcb4b581d88826cf959349)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9c62a2f92f3c8b0ceb191628007250a.setIcon(icon_60d4ef7e73ca42b2f8b83695acca576a);
|
|
|
|
|
|
var marker_057ea1d9e039b3e0167e654f7ca81452 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_6388110b138b0361de9ccbd1dbae4fa5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7566081c5a6dd13ea7e61dcf963aab6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee5faaa3dd9a228dd5059056a5f48125 = $(`<div id="html_ee5faaa3dd9a228dd5059056a5f48125" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_d7566081c5a6dd13ea7e61dcf963aab6.setContent(html_ee5faaa3dd9a228dd5059056a5f48125);
|
|
|
|
|
|
|
|
marker_057ea1d9e039b3e0167e654f7ca81452.bindPopup(popup_d7566081c5a6dd13ea7e61dcf963aab6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_057ea1d9e039b3e0167e654f7ca81452.setIcon(icon_6388110b138b0361de9ccbd1dbae4fa5);
|
|
|
|
|
|
var marker_f777fc0a3d40f8f22f3ef3a80bb71f4b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_576372add73074cf740cf386b03c8bcb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43c9e232d74882057cca5e6932f94dcd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0865aa766eb6b4f85d2d166f6235de76 = $(`<div id="html_0865aa766eb6b4f85d2d166f6235de76" style="width: 100.0%; height: 100.0%;">relay.visionfusen.org</div>`)[0];
|
|
popup_43c9e232d74882057cca5e6932f94dcd.setContent(html_0865aa766eb6b4f85d2d166f6235de76);
|
|
|
|
|
|
|
|
marker_f777fc0a3d40f8f22f3ef3a80bb71f4b.bindPopup(popup_43c9e232d74882057cca5e6932f94dcd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f777fc0a3d40f8f22f3ef3a80bb71f4b.setIcon(icon_576372add73074cf740cf386b03c8bcb);
|
|
|
|
|
|
var marker_f859b830f1840347646c30361e2a5a13 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_254182868ba2ebce5cbe5c4b1e45306e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac7b8d0b19ce1c0d1638931569df7baa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86f3f91c5fe8d74cda99f5d5aed63d8c = $(`<div id="html_86f3f91c5fe8d74cda99f5d5aed63d8c" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_ac7b8d0b19ce1c0d1638931569df7baa.setContent(html_86f3f91c5fe8d74cda99f5d5aed63d8c);
|
|
|
|
|
|
|
|
marker_f859b830f1840347646c30361e2a5a13.bindPopup(popup_ac7b8d0b19ce1c0d1638931569df7baa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f859b830f1840347646c30361e2a5a13.setIcon(icon_254182868ba2ebce5cbe5c4b1e45306e);
|
|
|
|
|
|
var marker_bba86f7b9da6b099fd085cb398b10ea7 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_4d95b5c0ca2dd04022aaaac29f7ead30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bea4e02bedd87f6fb8d4b31baa78e47 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c21461c6cf12a8e5ef33a312eeb6e8d5 = $(`<div id="html_c21461c6cf12a8e5ef33a312eeb6e8d5" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_7bea4e02bedd87f6fb8d4b31baa78e47.setContent(html_c21461c6cf12a8e5ef33a312eeb6e8d5);
|
|
|
|
|
|
|
|
marker_bba86f7b9da6b099fd085cb398b10ea7.bindPopup(popup_7bea4e02bedd87f6fb8d4b31baa78e47)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bba86f7b9da6b099fd085cb398b10ea7.setIcon(icon_4d95b5c0ca2dd04022aaaac29f7ead30);
|
|
|
|
|
|
var marker_d74a4fe45ca8d098ba62f246d87d1b49 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_33b76216f1776b35e81d88ca1cd52029 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b17063f2b63487e1254186eecb6867c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84ca71617eb4d177d06b5ba8d02d5351 = $(`<div id="html_84ca71617eb4d177d06b5ba8d02d5351" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_2b17063f2b63487e1254186eecb6867c.setContent(html_84ca71617eb4d177d06b5ba8d02d5351);
|
|
|
|
|
|
|
|
marker_d74a4fe45ca8d098ba62f246d87d1b49.bindPopup(popup_2b17063f2b63487e1254186eecb6867c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d74a4fe45ca8d098ba62f246d87d1b49.setIcon(icon_33b76216f1776b35e81d88ca1cd52029);
|
|
|
|
|
|
var marker_72da16f8c860f63ec4b084c170f7b5df = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_8414c4a5b8cffb8f71f23be4eaa49308 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90ec0ef7948e1deda6d4274f77071510 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20a552aeb195c8b7aff0b81f3c18124c = $(`<div id="html_20a552aeb195c8b7aff0b81f3c18124c" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_90ec0ef7948e1deda6d4274f77071510.setContent(html_20a552aeb195c8b7aff0b81f3c18124c);
|
|
|
|
|
|
|
|
marker_72da16f8c860f63ec4b084c170f7b5df.bindPopup(popup_90ec0ef7948e1deda6d4274f77071510)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_72da16f8c860f63ec4b084c170f7b5df.setIcon(icon_8414c4a5b8cffb8f71f23be4eaa49308);
|
|
|
|
|
|
var marker_8828e387b8049c4ec91d65670e2bdbd9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_7f1704cf699b1ccc37818f30df34a7cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6d342a23461254f68d569e9c87e8a6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0472d54cbbb5e5fd256016a9d45da666 = $(`<div id="html_0472d54cbbb5e5fd256016a9d45da666" style="width: 100.0%; height: 100.0%;">nostr.wom.wtf</div>`)[0];
|
|
popup_a6d342a23461254f68d569e9c87e8a6c.setContent(html_0472d54cbbb5e5fd256016a9d45da666);
|
|
|
|
|
|
|
|
marker_8828e387b8049c4ec91d65670e2bdbd9.bindPopup(popup_a6d342a23461254f68d569e9c87e8a6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8828e387b8049c4ec91d65670e2bdbd9.setIcon(icon_7f1704cf699b1ccc37818f30df34a7cd);
|
|
|
|
|
|
var marker_916d66de534368824495ae32bda00c20 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_c78ad31b7e48757ae5822c876ee55a52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e794fe085784aec35b1ab847a17f3f7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c2128b7c06126ba665f969a13188bac = $(`<div id="html_1c2128b7c06126ba665f969a13188bac" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_e794fe085784aec35b1ab847a17f3f7c.setContent(html_1c2128b7c06126ba665f969a13188bac);
|
|
|
|
|
|
|
|
marker_916d66de534368824495ae32bda00c20.bindPopup(popup_e794fe085784aec35b1ab847a17f3f7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_916d66de534368824495ae32bda00c20.setIcon(icon_c78ad31b7e48757ae5822c876ee55a52);
|
|
|
|
|
|
var marker_8ece1c9ba7bf8cbd0294211ca9e957c2 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_3e599b9849aed0b390ba7940c09beb51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4533970eac713ffb4b4ab2e7c3d6f3bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9724dfcc59ac5945dc7341c0cdbb7b5e = $(`<div id="html_9724dfcc59ac5945dc7341c0cdbb7b5e" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_4533970eac713ffb4b4ab2e7c3d6f3bf.setContent(html_9724dfcc59ac5945dc7341c0cdbb7b5e);
|
|
|
|
|
|
|
|
marker_8ece1c9ba7bf8cbd0294211ca9e957c2.bindPopup(popup_4533970eac713ffb4b4ab2e7c3d6f3bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ece1c9ba7bf8cbd0294211ca9e957c2.setIcon(icon_3e599b9849aed0b390ba7940c09beb51);
|
|
|
|
|
|
var marker_10325606ab2415d6a5a015d80ae6c6aa = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_eaf802a303a2a36dd8ed0fe938a7803b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45305ac3e82ab7eb495262ec4f61aa48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d37ca9c09397784c2712481afcb4aa5b = $(`<div id="html_d37ca9c09397784c2712481afcb4aa5b" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_45305ac3e82ab7eb495262ec4f61aa48.setContent(html_d37ca9c09397784c2712481afcb4aa5b);
|
|
|
|
|
|
|
|
marker_10325606ab2415d6a5a015d80ae6c6aa.bindPopup(popup_45305ac3e82ab7eb495262ec4f61aa48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10325606ab2415d6a5a015d80ae6c6aa.setIcon(icon_eaf802a303a2a36dd8ed0fe938a7803b);
|
|
|
|
|
|
var marker_4761b8e06f141e960ba03bfc76bea3b7 = L.marker(
|
|
[1.29524, 103.79],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_0053a5f20f3081b9435d8adbc233c0f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07b98304b845862a45b1d04a4a25f7bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbaaec31c0b1f6cadf071125f7a0f6c4 = $(`<div id="html_dbaaec31c0b1f6cadf071125f7a0f6c4" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_07b98304b845862a45b1d04a4a25f7bd.setContent(html_dbaaec31c0b1f6cadf071125f7a0f6c4);
|
|
|
|
|
|
|
|
marker_4761b8e06f141e960ba03bfc76bea3b7.bindPopup(popup_07b98304b845862a45b1d04a4a25f7bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4761b8e06f141e960ba03bfc76bea3b7.setIcon(icon_0053a5f20f3081b9435d8adbc233c0f1);
|
|
|
|
|
|
var marker_aa5f5832cb76dd1d743128c89694a028 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_7aaad104e9d656ac2a844b703843470d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7308c2f4a960cfd5a6608da73db7512f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f1c0dfa34d712007561739b8ea4bbf0 = $(`<div id="html_5f1c0dfa34d712007561739b8ea4bbf0" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_7308c2f4a960cfd5a6608da73db7512f.setContent(html_5f1c0dfa34d712007561739b8ea4bbf0);
|
|
|
|
|
|
|
|
marker_aa5f5832cb76dd1d743128c89694a028.bindPopup(popup_7308c2f4a960cfd5a6608da73db7512f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa5f5832cb76dd1d743128c89694a028.setIcon(icon_7aaad104e9d656ac2a844b703843470d);
|
|
|
|
|
|
var marker_521491bed41c67c5e34a211500411a63 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_4a31c0ee93b67197ece8c839fb2ed053 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42aad07f7f446d2c4c165cc1267c0683 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c47a4ae21e6431e00ead2eac97a8154 = $(`<div id="html_2c47a4ae21e6431e00ead2eac97a8154" style="width: 100.0%; height: 100.0%;">nostrue.com</div>`)[0];
|
|
popup_42aad07f7f446d2c4c165cc1267c0683.setContent(html_2c47a4ae21e6431e00ead2eac97a8154);
|
|
|
|
|
|
|
|
marker_521491bed41c67c5e34a211500411a63.bindPopup(popup_42aad07f7f446d2c4c165cc1267c0683)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_521491bed41c67c5e34a211500411a63.setIcon(icon_4a31c0ee93b67197ece8c839fb2ed053);
|
|
|
|
|
|
var marker_fef755e261b09fcc6b8a1391bd1f742c = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_6ef47d7d9349c92bf6b01651f935ba03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ecb18fcc35ffa6ef3a32dc0c4e1fe71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_faf31f36b7a87c8b64ca4bd61e06f6fe = $(`<div id="html_faf31f36b7a87c8b64ca4bd61e06f6fe" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_5ecb18fcc35ffa6ef3a32dc0c4e1fe71.setContent(html_faf31f36b7a87c8b64ca4bd61e06f6fe);
|
|
|
|
|
|
|
|
marker_fef755e261b09fcc6b8a1391bd1f742c.bindPopup(popup_5ecb18fcc35ffa6ef3a32dc0c4e1fe71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fef755e261b09fcc6b8a1391bd1f742c.setIcon(icon_6ef47d7d9349c92bf6b01651f935ba03);
|
|
|
|
|
|
var marker_4aa458f0c3076175b3fac22ed40419df = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_415e1a40eec63a17501cefbaf9cefd16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_480eba68da706c37f9d94995681c39e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d69664a893dc4c83cd18f439751cbdd = $(`<div id="html_3d69664a893dc4c83cd18f439751cbdd" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_480eba68da706c37f9d94995681c39e3.setContent(html_3d69664a893dc4c83cd18f439751cbdd);
|
|
|
|
|
|
|
|
marker_4aa458f0c3076175b3fac22ed40419df.bindPopup(popup_480eba68da706c37f9d94995681c39e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4aa458f0c3076175b3fac22ed40419df.setIcon(icon_415e1a40eec63a17501cefbaf9cefd16);
|
|
|
|
|
|
var marker_dc51a762801de86c2010ba2d3d364695 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_8552d86abfb2aa83c1217657b9d68c60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0781bdce74621f84d99380f363cbf090 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_508745d2cd8e9972d08416fe4ddfca61 = $(`<div id="html_508745d2cd8e9972d08416fe4ddfca61" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_0781bdce74621f84d99380f363cbf090.setContent(html_508745d2cd8e9972d08416fe4ddfca61);
|
|
|
|
|
|
|
|
marker_dc51a762801de86c2010ba2d3d364695.bindPopup(popup_0781bdce74621f84d99380f363cbf090)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc51a762801de86c2010ba2d3d364695.setIcon(icon_8552d86abfb2aa83c1217657b9d68c60);
|
|
|
|
|
|
var marker_044d8d5501b5eafbb15f61077fd017af = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_3de3b37490b97eb6e33a07a0e3612946 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d51c6e25508eeb9c6054eca69d7463e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e03eb46e475ffb871fb9d4da15d31acd = $(`<div id="html_e03eb46e475ffb871fb9d4da15d31acd" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_5d51c6e25508eeb9c6054eca69d7463e.setContent(html_e03eb46e475ffb871fb9d4da15d31acd);
|
|
|
|
|
|
|
|
marker_044d8d5501b5eafbb15f61077fd017af.bindPopup(popup_5d51c6e25508eeb9c6054eca69d7463e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_044d8d5501b5eafbb15f61077fd017af.setIcon(icon_3de3b37490b97eb6e33a07a0e3612946);
|
|
|
|
|
|
var marker_f39b5154e4d5e69d4d562f9e9ffc2bf6 = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_12a431b37ac23f6abc75fefa37eff799 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9e6904734c38a01720e26824b837f42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6145a69f1fe119af7255027c0dcd9dce = $(`<div id="html_6145a69f1fe119af7255027c0dcd9dce" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_c9e6904734c38a01720e26824b837f42.setContent(html_6145a69f1fe119af7255027c0dcd9dce);
|
|
|
|
|
|
|
|
marker_f39b5154e4d5e69d4d562f9e9ffc2bf6.bindPopup(popup_c9e6904734c38a01720e26824b837f42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f39b5154e4d5e69d4d562f9e9ffc2bf6.setIcon(icon_12a431b37ac23f6abc75fefa37eff799);
|
|
|
|
|
|
var marker_6c6274fe90cfea19fed9a0375aeb7e24 = L.marker(
|
|
[39.7392, -104.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_1b6571bcc341d658ad2a4bcbd7c189b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_555f974be6ad1e515dd706dce9c1b521 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d4e366988048ec1aa13e5e0bb6fd2b0 = $(`<div id="html_9d4e366988048ec1aa13e5e0bb6fd2b0" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_555f974be6ad1e515dd706dce9c1b521.setContent(html_9d4e366988048ec1aa13e5e0bb6fd2b0);
|
|
|
|
|
|
|
|
marker_6c6274fe90cfea19fed9a0375aeb7e24.bindPopup(popup_555f974be6ad1e515dd706dce9c1b521)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c6274fe90cfea19fed9a0375aeb7e24.setIcon(icon_1b6571bcc341d658ad2a4bcbd7c189b6);
|
|
|
|
|
|
var marker_300a84d60a361f1bdc64a6f7c90e9937 = L.marker(
|
|
[37.3589, 127.115],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_91f918feaa74bf9c00da838b27696d5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a14011ab7b36079b6ca09b10a1e0701 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd0cf1d4079cf41da11718cc1aa540de = $(`<div id="html_bd0cf1d4079cf41da11718cc1aa540de" style="width: 100.0%; height: 100.0%;">nostr-relay.aruku.kro.kr</div>`)[0];
|
|
popup_1a14011ab7b36079b6ca09b10a1e0701.setContent(html_bd0cf1d4079cf41da11718cc1aa540de);
|
|
|
|
|
|
|
|
marker_300a84d60a361f1bdc64a6f7c90e9937.bindPopup(popup_1a14011ab7b36079b6ca09b10a1e0701)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_300a84d60a361f1bdc64a6f7c90e9937.setIcon(icon_91f918feaa74bf9c00da838b27696d5a);
|
|
|
|
|
|
var marker_32aa86069ade39ff64df716672f62018 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_62f66ba53eabc861a7258276996e8cce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d141dd762fd277ec99a014cd84e9e4eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fc649c5ae382c6ec8be237bbf07520c = $(`<div id="html_3fc649c5ae382c6ec8be237bbf07520c" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_d141dd762fd277ec99a014cd84e9e4eb.setContent(html_3fc649c5ae382c6ec8be237bbf07520c);
|
|
|
|
|
|
|
|
marker_32aa86069ade39ff64df716672f62018.bindPopup(popup_d141dd762fd277ec99a014cd84e9e4eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32aa86069ade39ff64df716672f62018.setIcon(icon_62f66ba53eabc861a7258276996e8cce);
|
|
|
|
|
|
var marker_01c71c72e110edac78d6d782e602d6b5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_4080ee7a0446c1cda911ae6d523b5e57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0093e4675410bb9a699bea66e43981b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_983c94a1aead92d4b594534da257fb98 = $(`<div id="html_983c94a1aead92d4b594534da257fb98" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_0093e4675410bb9a699bea66e43981b6.setContent(html_983c94a1aead92d4b594534da257fb98);
|
|
|
|
|
|
|
|
marker_01c71c72e110edac78d6d782e602d6b5.bindPopup(popup_0093e4675410bb9a699bea66e43981b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01c71c72e110edac78d6d782e602d6b5.setIcon(icon_4080ee7a0446c1cda911ae6d523b5e57);
|
|
|
|
|
|
var marker_8b66ac556a0581b453e5dcd47fe7fa8d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_0bca18652ea86135d7335944d5d80d35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68e9e6e8c262cddda3d49690ae61d03e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7622f24008bb01cfb09110daf0d94f7 = $(`<div id="html_f7622f24008bb01cfb09110daf0d94f7" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_68e9e6e8c262cddda3d49690ae61d03e.setContent(html_f7622f24008bb01cfb09110daf0d94f7);
|
|
|
|
|
|
|
|
marker_8b66ac556a0581b453e5dcd47fe7fa8d.bindPopup(popup_68e9e6e8c262cddda3d49690ae61d03e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b66ac556a0581b453e5dcd47fe7fa8d.setIcon(icon_0bca18652ea86135d7335944d5d80d35);
|
|
|
|
|
|
var marker_e528c0d3c266cca0608cb7bb6bd38766 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_9bbba8fa08e380c67a36144540841036 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9fe152a242181cde3615349dc7507127 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c98ba29080dbf1caef2fce06146e3678 = $(`<div id="html_c98ba29080dbf1caef2fce06146e3678" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_9fe152a242181cde3615349dc7507127.setContent(html_c98ba29080dbf1caef2fce06146e3678);
|
|
|
|
|
|
|
|
marker_e528c0d3c266cca0608cb7bb6bd38766.bindPopup(popup_9fe152a242181cde3615349dc7507127)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e528c0d3c266cca0608cb7bb6bd38766.setIcon(icon_9bbba8fa08e380c67a36144540841036);
|
|
|
|
|
|
var marker_11144170ab131e54877da834e3398a55 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_c4a6dd9deb3ee8c86124652c20c21e03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acb2acf13638dc19e57ab9d3df2f1459 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f99c7cfebf00b7145fbf21e999a2e1c1 = $(`<div id="html_f99c7cfebf00b7145fbf21e999a2e1c1" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_acb2acf13638dc19e57ab9d3df2f1459.setContent(html_f99c7cfebf00b7145fbf21e999a2e1c1);
|
|
|
|
|
|
|
|
marker_11144170ab131e54877da834e3398a55.bindPopup(popup_acb2acf13638dc19e57ab9d3df2f1459)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11144170ab131e54877da834e3398a55.setIcon(icon_c4a6dd9deb3ee8c86124652c20c21e03);
|
|
|
|
|
|
var marker_052ae343c71900869e4985a3cd3faa2a = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_84f95a73456bf07de4f1a2e160f5be46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73b56716f5b0cbf12af5d9eda5d06867 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_536d8026019bacdf2d3d083fec56807d = $(`<div id="html_536d8026019bacdf2d3d083fec56807d" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_73b56716f5b0cbf12af5d9eda5d06867.setContent(html_536d8026019bacdf2d3d083fec56807d);
|
|
|
|
|
|
|
|
marker_052ae343c71900869e4985a3cd3faa2a.bindPopup(popup_73b56716f5b0cbf12af5d9eda5d06867)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_052ae343c71900869e4985a3cd3faa2a.setIcon(icon_84f95a73456bf07de4f1a2e160f5be46);
|
|
|
|
|
|
var marker_f94c8c07b37234ea80f6b3f923651b2e = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_cb1341068b222996d1ad31396ffe9519 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7113a4ca21c66ae9d5d81497389054ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c7479309c053e1ce94b4fcd89d8865b = $(`<div id="html_0c7479309c053e1ce94b4fcd89d8865b" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_7113a4ca21c66ae9d5d81497389054ea.setContent(html_0c7479309c053e1ce94b4fcd89d8865b);
|
|
|
|
|
|
|
|
marker_f94c8c07b37234ea80f6b3f923651b2e.bindPopup(popup_7113a4ca21c66ae9d5d81497389054ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f94c8c07b37234ea80f6b3f923651b2e.setIcon(icon_cb1341068b222996d1ad31396ffe9519);
|
|
|
|
|
|
var marker_c903e22dff02d150479c614e52ee1698 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_dcf9d4ef10444a4976525db12af50b34 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d10684cefa0bcdbc266cfebbcb6e5826 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d4e83864c9cbd3be70f7f271832add9 = $(`<div id="html_3d4e83864c9cbd3be70f7f271832add9" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_d10684cefa0bcdbc266cfebbcb6e5826.setContent(html_3d4e83864c9cbd3be70f7f271832add9);
|
|
|
|
|
|
|
|
marker_c903e22dff02d150479c614e52ee1698.bindPopup(popup_d10684cefa0bcdbc266cfebbcb6e5826)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c903e22dff02d150479c614e52ee1698.setIcon(icon_dcf9d4ef10444a4976525db12af50b34);
|
|
|
|
|
|
var marker_3e5f4dad8fce5ce0346ec4972bae8c19 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_92186fb8465b9e923b77dc667124ac14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bd75441ce049f52e33a73bd9a10080e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5557c26df198ba286e294b65e8580ed = $(`<div id="html_f5557c26df198ba286e294b65e8580ed" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_5bd75441ce049f52e33a73bd9a10080e.setContent(html_f5557c26df198ba286e294b65e8580ed);
|
|
|
|
|
|
|
|
marker_3e5f4dad8fce5ce0346ec4972bae8c19.bindPopup(popup_5bd75441ce049f52e33a73bd9a10080e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e5f4dad8fce5ce0346ec4972bae8c19.setIcon(icon_92186fb8465b9e923b77dc667124ac14);
|
|
|
|
|
|
var marker_39aa5acf015583efdbf5ae4a6804734f = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_81ca4968db7adbb5d20dc6e2768a63e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5f0906be4bfdb85a602551468d3ee88 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a89b64f1742d3873339296108b1574f = $(`<div id="html_7a89b64f1742d3873339296108b1574f" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_c5f0906be4bfdb85a602551468d3ee88.setContent(html_7a89b64f1742d3873339296108b1574f);
|
|
|
|
|
|
|
|
marker_39aa5acf015583efdbf5ae4a6804734f.bindPopup(popup_c5f0906be4bfdb85a602551468d3ee88)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39aa5acf015583efdbf5ae4a6804734f.setIcon(icon_81ca4968db7adbb5d20dc6e2768a63e1);
|
|
|
|
|
|
var marker_f3604aa894253c69255ca336cbd7458d = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_88dea7d609bc0a4a149a130ebb96fb6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f8cfb9a185b373189e130c44bc82950 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_caacf5aa7f40917f2e003d306ece6a0c = $(`<div id="html_caacf5aa7f40917f2e003d306ece6a0c" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_1f8cfb9a185b373189e130c44bc82950.setContent(html_caacf5aa7f40917f2e003d306ece6a0c);
|
|
|
|
|
|
|
|
marker_f3604aa894253c69255ca336cbd7458d.bindPopup(popup_1f8cfb9a185b373189e130c44bc82950)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3604aa894253c69255ca336cbd7458d.setIcon(icon_88dea7d609bc0a4a149a130ebb96fb6b);
|
|
|
|
|
|
var marker_635b34953ebd0cfe1530e7666b983ec4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_e76e12e2f6f14127c273ae8a0a8b43dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9fa46ab17f59de32b0df2b712b1cb726 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_494dd90a2905a277c48449b9c2a082c3 = $(`<div id="html_494dd90a2905a277c48449b9c2a082c3" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_9fa46ab17f59de32b0df2b712b1cb726.setContent(html_494dd90a2905a277c48449b9c2a082c3);
|
|
|
|
|
|
|
|
marker_635b34953ebd0cfe1530e7666b983ec4.bindPopup(popup_9fa46ab17f59de32b0df2b712b1cb726)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_635b34953ebd0cfe1530e7666b983ec4.setIcon(icon_e76e12e2f6f14127c273ae8a0a8b43dd);
|
|
|
|
|
|
var marker_43cd911e68a27cf44449b2e8c46fa160 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_7439fa717200b36ea797cba27efbec00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c8f67bf05bf3208a17645c71737f4937 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_927417c0c9364df9347f6592d1e9a286 = $(`<div id="html_927417c0c9364df9347f6592d1e9a286" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_c8f67bf05bf3208a17645c71737f4937.setContent(html_927417c0c9364df9347f6592d1e9a286);
|
|
|
|
|
|
|
|
marker_43cd911e68a27cf44449b2e8c46fa160.bindPopup(popup_c8f67bf05bf3208a17645c71737f4937)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43cd911e68a27cf44449b2e8c46fa160.setIcon(icon_7439fa717200b36ea797cba27efbec00);
|
|
|
|
|
|
var marker_e0942891c4d3361118960eb1c13028ed = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_afdf502750bb18b66a5661790b64acf8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56434b7d5186dab75d14b0f362308f62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fe8e884eb9b2f74a526ec44054ee45e = $(`<div id="html_8fe8e884eb9b2f74a526ec44054ee45e" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_56434b7d5186dab75d14b0f362308f62.setContent(html_8fe8e884eb9b2f74a526ec44054ee45e);
|
|
|
|
|
|
|
|
marker_e0942891c4d3361118960eb1c13028ed.bindPopup(popup_56434b7d5186dab75d14b0f362308f62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0942891c4d3361118960eb1c13028ed.setIcon(icon_afdf502750bb18b66a5661790b64acf8);
|
|
|
|
|
|
var marker_51aa1ca265ecb86308e6b20c27b31c99 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_02ed101fd171eddc73a0b51985e8b45c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c55d082aa468ad5e304bc8b8cc6dada9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c4da20857eb9d8956261e5c40348067 = $(`<div id="html_7c4da20857eb9d8956261e5c40348067" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_c55d082aa468ad5e304bc8b8cc6dada9.setContent(html_7c4da20857eb9d8956261e5c40348067);
|
|
|
|
|
|
|
|
marker_51aa1ca265ecb86308e6b20c27b31c99.bindPopup(popup_c55d082aa468ad5e304bc8b8cc6dada9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51aa1ca265ecb86308e6b20c27b31c99.setIcon(icon_02ed101fd171eddc73a0b51985e8b45c);
|
|
|
|
|
|
var marker_a56524422bface729849564d7b2086e3 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_330bebbb5cace55591c73983f0c4c22f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ac814162f8b6ad421532637a2cfad72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_302ad0fdabc9450efa6ed6c6ea1aa405 = $(`<div id="html_302ad0fdabc9450efa6ed6c6ea1aa405" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_6ac814162f8b6ad421532637a2cfad72.setContent(html_302ad0fdabc9450efa6ed6c6ea1aa405);
|
|
|
|
|
|
|
|
marker_a56524422bface729849564d7b2086e3.bindPopup(popup_6ac814162f8b6ad421532637a2cfad72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a56524422bface729849564d7b2086e3.setIcon(icon_330bebbb5cace55591c73983f0c4c22f);
|
|
|
|
|
|
var marker_d48e497f81efc55934a16903f99cbe9f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_f3da318bfce06a70577959b8dab9d1b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_faa485cae6e5828c11467e363e39c818 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac0f9aff71c0af98098f98574a03d87c = $(`<div id="html_ac0f9aff71c0af98098f98574a03d87c" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_faa485cae6e5828c11467e363e39c818.setContent(html_ac0f9aff71c0af98098f98574a03d87c);
|
|
|
|
|
|
|
|
marker_d48e497f81efc55934a16903f99cbe9f.bindPopup(popup_faa485cae6e5828c11467e363e39c818)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d48e497f81efc55934a16903f99cbe9f.setIcon(icon_f3da318bfce06a70577959b8dab9d1b7);
|
|
|
|
|
|
var marker_9b3353b8a9767a6464500befbf48c5dd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_d6980804adc67a765d65708a26d6a03c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ebcbeb66a651a0cf19d9ed2eaaf8fbe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_298cc543384839f02f0a75ebb06a5ef5 = $(`<div id="html_298cc543384839f02f0a75ebb06a5ef5" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_8ebcbeb66a651a0cf19d9ed2eaaf8fbe.setContent(html_298cc543384839f02f0a75ebb06a5ef5);
|
|
|
|
|
|
|
|
marker_9b3353b8a9767a6464500befbf48c5dd.bindPopup(popup_8ebcbeb66a651a0cf19d9ed2eaaf8fbe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b3353b8a9767a6464500befbf48c5dd.setIcon(icon_d6980804adc67a765d65708a26d6a03c);
|
|
|
|
|
|
var marker_3e4962ec2e46a549199ad9e406294c69 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_9dd3584dfecc8e5bf52814fbd84f47f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f14965b6d784e7ad0ba32d737ad46da6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_367a6c3038f8d8377547a2c527681df7 = $(`<div id="html_367a6c3038f8d8377547a2c527681df7" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_f14965b6d784e7ad0ba32d737ad46da6.setContent(html_367a6c3038f8d8377547a2c527681df7);
|
|
|
|
|
|
|
|
marker_3e4962ec2e46a549199ad9e406294c69.bindPopup(popup_f14965b6d784e7ad0ba32d737ad46da6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3e4962ec2e46a549199ad9e406294c69.setIcon(icon_9dd3584dfecc8e5bf52814fbd84f47f8);
|
|
|
|
|
|
var marker_f92f0a898ec943014c10cac80c0d2da2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_10c64af83d89c644dcad4755fd75b8e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ac15aa4c2a52c72a182240e15c131dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc357a2ea2d93e32ab0a66aa869d5684 = $(`<div id="html_fc357a2ea2d93e32ab0a66aa869d5684" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_1ac15aa4c2a52c72a182240e15c131dc.setContent(html_fc357a2ea2d93e32ab0a66aa869d5684);
|
|
|
|
|
|
|
|
marker_f92f0a898ec943014c10cac80c0d2da2.bindPopup(popup_1ac15aa4c2a52c72a182240e15c131dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f92f0a898ec943014c10cac80c0d2da2.setIcon(icon_10c64af83d89c644dcad4755fd75b8e3);
|
|
|
|
|
|
var marker_4612a0f338fdcc120e881effc949a9e7 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_2d9f7e840a4a74c79d361410efce1ee7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0289840781e45c40edc1831a4b1e6684 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e1918c5880d72fcc766c0f2aaea6d97 = $(`<div id="html_3e1918c5880d72fcc766c0f2aaea6d97" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_0289840781e45c40edc1831a4b1e6684.setContent(html_3e1918c5880d72fcc766c0f2aaea6d97);
|
|
|
|
|
|
|
|
marker_4612a0f338fdcc120e881effc949a9e7.bindPopup(popup_0289840781e45c40edc1831a4b1e6684)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4612a0f338fdcc120e881effc949a9e7.setIcon(icon_2d9f7e840a4a74c79d361410efce1ee7);
|
|
|
|
|
|
var marker_531804fda2b0e69c40bb942840bd6af3 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_530ff35ef9d73296044a20a6e83dc751 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61ecdf4e4af728811e6f287a889f7c91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_937982d0a02c600f60ce2f5ae08e325b = $(`<div id="html_937982d0a02c600f60ce2f5ae08e325b" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_61ecdf4e4af728811e6f287a889f7c91.setContent(html_937982d0a02c600f60ce2f5ae08e325b);
|
|
|
|
|
|
|
|
marker_531804fda2b0e69c40bb942840bd6af3.bindPopup(popup_61ecdf4e4af728811e6f287a889f7c91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_531804fda2b0e69c40bb942840bd6af3.setIcon(icon_530ff35ef9d73296044a20a6e83dc751);
|
|
|
|
|
|
var marker_28ac9241e1b9c117ac8614813f220ab3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_9d9041cbc78b5663ad878e6d7db43e3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68d1577144c3cbbaeea28357105d3d1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ba726b4fee52859bc19383c6632ed79 = $(`<div id="html_1ba726b4fee52859bc19383c6632ed79" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_68d1577144c3cbbaeea28357105d3d1e.setContent(html_1ba726b4fee52859bc19383c6632ed79);
|
|
|
|
|
|
|
|
marker_28ac9241e1b9c117ac8614813f220ab3.bindPopup(popup_68d1577144c3cbbaeea28357105d3d1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28ac9241e1b9c117ac8614813f220ab3.setIcon(icon_9d9041cbc78b5663ad878e6d7db43e3e);
|
|
|
|
|
|
var marker_cfff9aba778f47a45c1870845c96d71d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_9415986e7ae2fa9553896db321f6605a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3ea3fa285cd2c022588524a99a24d92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9ec017043334233b96d9107404aaa30 = $(`<div id="html_e9ec017043334233b96d9107404aaa30" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_d3ea3fa285cd2c022588524a99a24d92.setContent(html_e9ec017043334233b96d9107404aaa30);
|
|
|
|
|
|
|
|
marker_cfff9aba778f47a45c1870845c96d71d.bindPopup(popup_d3ea3fa285cd2c022588524a99a24d92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfff9aba778f47a45c1870845c96d71d.setIcon(icon_9415986e7ae2fa9553896db321f6605a);
|
|
|
|
|
|
var marker_4023849472593c9167c3e483ca469f9c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_222a8059fffad66f0ed9cf0fbe12a565 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba441f084c476153f93633a78160d359 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fd0ca2a00aede43533c5146d1ee8725 = $(`<div id="html_6fd0ca2a00aede43533c5146d1ee8725" style="width: 100.0%; height: 100.0%;">kitchen.zap.cooking</div>`)[0];
|
|
popup_ba441f084c476153f93633a78160d359.setContent(html_6fd0ca2a00aede43533c5146d1ee8725);
|
|
|
|
|
|
|
|
marker_4023849472593c9167c3e483ca469f9c.bindPopup(popup_ba441f084c476153f93633a78160d359)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4023849472593c9167c3e483ca469f9c.setIcon(icon_222a8059fffad66f0ed9cf0fbe12a565);
|
|
|
|
|
|
var marker_0c8298481a3b184000bbad9c12a6123a = L.marker(
|
|
[52.6907, 4.8181],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_b008c99a4e2acdeafc754708e354a622 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61db05ed2e80f11b25e021227093a1c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee966b41df83aa059f84429ad295e5b2 = $(`<div id="html_ee966b41df83aa059f84429ad295e5b2" style="width: 100.0%; height: 100.0%;">relay.jabato.space</div>`)[0];
|
|
popup_61db05ed2e80f11b25e021227093a1c2.setContent(html_ee966b41df83aa059f84429ad295e5b2);
|
|
|
|
|
|
|
|
marker_0c8298481a3b184000bbad9c12a6123a.bindPopup(popup_61db05ed2e80f11b25e021227093a1c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c8298481a3b184000bbad9c12a6123a.setIcon(icon_b008c99a4e2acdeafc754708e354a622);
|
|
|
|
|
|
var marker_c9ba10ae477798666f0965b8019a172e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_13b8cfe40cabc51ef88370defb2f4372 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac33b6b54ec9ff6c1c588c7d38829b34 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef776b7ce6a9124d78f9cb38d0484d03 = $(`<div id="html_ef776b7ce6a9124d78f9cb38d0484d03" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_ac33b6b54ec9ff6c1c588c7d38829b34.setContent(html_ef776b7ce6a9124d78f9cb38d0484d03);
|
|
|
|
|
|
|
|
marker_c9ba10ae477798666f0965b8019a172e.bindPopup(popup_ac33b6b54ec9ff6c1c588c7d38829b34)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9ba10ae477798666f0965b8019a172e.setIcon(icon_13b8cfe40cabc51ef88370defb2f4372);
|
|
|
|
|
|
var marker_0e71489af5a078c664c94e6249620db8 = L.marker(
|
|
[51.2277, 6.77346],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_ec1d4761fe39a8157e7bd1594da9fbaa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1472ff5ae228ad70383c822bbf4f1fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2b8140988bf27f251c8db8efdab06f6 = $(`<div id="html_b2b8140988bf27f251c8db8efdab06f6" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_c1472ff5ae228ad70383c822bbf4f1fb.setContent(html_b2b8140988bf27f251c8db8efdab06f6);
|
|
|
|
|
|
|
|
marker_0e71489af5a078c664c94e6249620db8.bindPopup(popup_c1472ff5ae228ad70383c822bbf4f1fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e71489af5a078c664c94e6249620db8.setIcon(icon_ec1d4761fe39a8157e7bd1594da9fbaa);
|
|
|
|
|
|
var marker_69515f934b5cf669ef974316c95c5037 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_eb15185cfe741fcae4773bef9409a4f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a159c4c5fb7f22d7e691e5908055aeb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4637c5645ac4f2a7a75d9f1927c37627 = $(`<div id="html_4637c5645ac4f2a7a75d9f1927c37627" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_3a159c4c5fb7f22d7e691e5908055aeb.setContent(html_4637c5645ac4f2a7a75d9f1927c37627);
|
|
|
|
|
|
|
|
marker_69515f934b5cf669ef974316c95c5037.bindPopup(popup_3a159c4c5fb7f22d7e691e5908055aeb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_69515f934b5cf669ef974316c95c5037.setIcon(icon_eb15185cfe741fcae4773bef9409a4f5);
|
|
|
|
|
|
var marker_b8c490a74d4723f365f3b29e98e7cb53 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_57a1d623b58ed1f9f075f1e70b903662 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b34f4af2028f48d2fd6f7f23f2b7e654 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_263272f7ca50e39eca97b42f3a3c9f63 = $(`<div id="html_263272f7ca50e39eca97b42f3a3c9f63" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_b34f4af2028f48d2fd6f7f23f2b7e654.setContent(html_263272f7ca50e39eca97b42f3a3c9f63);
|
|
|
|
|
|
|
|
marker_b8c490a74d4723f365f3b29e98e7cb53.bindPopup(popup_b34f4af2028f48d2fd6f7f23f2b7e654)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8c490a74d4723f365f3b29e98e7cb53.setIcon(icon_57a1d623b58ed1f9f075f1e70b903662);
|
|
|
|
|
|
var marker_d25247b4d0592b19b209a9ae5f12c56c = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_0fdbfecfdfcc036e67edcee1c483a789 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_505058faf8157e66b0988c707e266ab3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_344e2d1674f2963493a57ccd3003f5b8 = $(`<div id="html_344e2d1674f2963493a57ccd3003f5b8" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_505058faf8157e66b0988c707e266ab3.setContent(html_344e2d1674f2963493a57ccd3003f5b8);
|
|
|
|
|
|
|
|
marker_d25247b4d0592b19b209a9ae5f12c56c.bindPopup(popup_505058faf8157e66b0988c707e266ab3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d25247b4d0592b19b209a9ae5f12c56c.setIcon(icon_0fdbfecfdfcc036e67edcee1c483a789);
|
|
|
|
|
|
var marker_3881f3eefdc059b9d7bdc7b4da077b74 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_33c65191abfc0704c48918f5a0a48f07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d31ca765d185d1046a41940a2cc83f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a1c65beef419d62139fd54624d246fc1 = $(`<div id="html_a1c65beef419d62139fd54624d246fc1" style="width: 100.0%; height: 100.0%;">relay.satnam.pub</div>`)[0];
|
|
popup_6d31ca765d185d1046a41940a2cc83f8.setContent(html_a1c65beef419d62139fd54624d246fc1);
|
|
|
|
|
|
|
|
marker_3881f3eefdc059b9d7bdc7b4da077b74.bindPopup(popup_6d31ca765d185d1046a41940a2cc83f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3881f3eefdc059b9d7bdc7b4da077b74.setIcon(icon_33c65191abfc0704c48918f5a0a48f07);
|
|
|
|
|
|
var marker_be89422ae78ee18c2f034898a0ae67f0 = L.marker(
|
|
[39.7392, -104.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_7d5bd7e4853fb4ea91517f870d2bc8e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe28ec4bbf96eb5b2ac102231f89f335 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1c5be475f7980a8df664b52b29edae5 = $(`<div id="html_f1c5be475f7980a8df664b52b29edae5" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_fe28ec4bbf96eb5b2ac102231f89f335.setContent(html_f1c5be475f7980a8df664b52b29edae5);
|
|
|
|
|
|
|
|
marker_be89422ae78ee18c2f034898a0ae67f0.bindPopup(popup_fe28ec4bbf96eb5b2ac102231f89f335)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be89422ae78ee18c2f034898a0ae67f0.setIcon(icon_7d5bd7e4853fb4ea91517f870d2bc8e1);
|
|
|
|
|
|
var marker_04df8049a5c50142799ca136af147098 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_b8f0f09bb5d87ace2c01c544008b691d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01c06692c5989171a97438dd08d9c204 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3e21375ffd2354d1cf04907911f9e12 = $(`<div id="html_c3e21375ffd2354d1cf04907911f9e12" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_01c06692c5989171a97438dd08d9c204.setContent(html_c3e21375ffd2354d1cf04907911f9e12);
|
|
|
|
|
|
|
|
marker_04df8049a5c50142799ca136af147098.bindPopup(popup_01c06692c5989171a97438dd08d9c204)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04df8049a5c50142799ca136af147098.setIcon(icon_b8f0f09bb5d87ace2c01c544008b691d);
|
|
|
|
|
|
var marker_df139d1df48cbfa3a5c5e4d4496c74af = L.marker(
|
|
[53.5, 10.25],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_a8a9341c247a24bede007dec5c73b8e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0edb97cabbf3787d7aca7eaad1fec63d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34f13de1aac114178492175bcba66f36 = $(`<div id="html_34f13de1aac114178492175bcba66f36" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_0edb97cabbf3787d7aca7eaad1fec63d.setContent(html_34f13de1aac114178492175bcba66f36);
|
|
|
|
|
|
|
|
marker_df139d1df48cbfa3a5c5e4d4496c74af.bindPopup(popup_0edb97cabbf3787d7aca7eaad1fec63d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df139d1df48cbfa3a5c5e4d4496c74af.setIcon(icon_a8a9341c247a24bede007dec5c73b8e4);
|
|
|
|
|
|
var marker_fd8a2bce309a34ff9e80b0a79c3af1c4 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_2a2840ee625492af8971d64c4a6334db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12bf0312fb6f3e6a4e31ea8bee32f274 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d5a7a5b21c2483662e70d18d45f72c0 = $(`<div id="html_1d5a7a5b21c2483662e70d18d45f72c0" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_12bf0312fb6f3e6a4e31ea8bee32f274.setContent(html_1d5a7a5b21c2483662e70d18d45f72c0);
|
|
|
|
|
|
|
|
marker_fd8a2bce309a34ff9e80b0a79c3af1c4.bindPopup(popup_12bf0312fb6f3e6a4e31ea8bee32f274)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd8a2bce309a34ff9e80b0a79c3af1c4.setIcon(icon_2a2840ee625492af8971d64c4a6334db);
|
|
|
|
|
|
var marker_1bdbde946dec61d398e0e58dc93ca6c2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_147c7349e76fd85e6e1e31537a3e9ead = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68039eba1e4b5969b925cca01c991090 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6ee0cf9bcbf2e7815772148610a043a = $(`<div id="html_e6ee0cf9bcbf2e7815772148610a043a" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_68039eba1e4b5969b925cca01c991090.setContent(html_e6ee0cf9bcbf2e7815772148610a043a);
|
|
|
|
|
|
|
|
marker_1bdbde946dec61d398e0e58dc93ca6c2.bindPopup(popup_68039eba1e4b5969b925cca01c991090)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1bdbde946dec61d398e0e58dc93ca6c2.setIcon(icon_147c7349e76fd85e6e1e31537a3e9ead);
|
|
|
|
|
|
var marker_c6f5e867aecc61c9cbeef7967bfc34fd = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_a09fa1df5eb674934e2fec46c214a94f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a37c561a0d8008b108932938535cd612 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_05dc5014af5d66d052b5dd254a8e7ee0 = $(`<div id="html_05dc5014af5d66d052b5dd254a8e7ee0" style="width: 100.0%; height: 100.0%;">discovery.us.nostria.app</div>`)[0];
|
|
popup_a37c561a0d8008b108932938535cd612.setContent(html_05dc5014af5d66d052b5dd254a8e7ee0);
|
|
|
|
|
|
|
|
marker_c6f5e867aecc61c9cbeef7967bfc34fd.bindPopup(popup_a37c561a0d8008b108932938535cd612)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6f5e867aecc61c9cbeef7967bfc34fd.setIcon(icon_a09fa1df5eb674934e2fec46c214a94f);
|
|
|
|
|
|
var marker_ea097e177c8836a97440702a979c0f93 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_f81d48121afa46abbad725c4a22d5bcc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_434fac3f18e89fc9c5e07fd5ef871ff4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce26125d59f57cb6ba6abbab9ac55ef4 = $(`<div id="html_ce26125d59f57cb6ba6abbab9ac55ef4" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_434fac3f18e89fc9c5e07fd5ef871ff4.setContent(html_ce26125d59f57cb6ba6abbab9ac55ef4);
|
|
|
|
|
|
|
|
marker_ea097e177c8836a97440702a979c0f93.bindPopup(popup_434fac3f18e89fc9c5e07fd5ef871ff4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea097e177c8836a97440702a979c0f93.setIcon(icon_f81d48121afa46abbad725c4a22d5bcc);
|
|
|
|
|
|
var marker_71e2fac6f9ff2732feb855889dc12222 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_8c92e7f33663e463f3b66c56e18fb9b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d11d064d4c9bcc77eba3f455211d29a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c91bbfa63916e9dff8915fcf214adb74 = $(`<div id="html_c91bbfa63916e9dff8915fcf214adb74" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_3d11d064d4c9bcc77eba3f455211d29a.setContent(html_c91bbfa63916e9dff8915fcf214adb74);
|
|
|
|
|
|
|
|
marker_71e2fac6f9ff2732feb855889dc12222.bindPopup(popup_3d11d064d4c9bcc77eba3f455211d29a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71e2fac6f9ff2732feb855889dc12222.setIcon(icon_8c92e7f33663e463f3b66c56e18fb9b2);
|
|
|
|
|
|
var marker_a2fe1145016df256d7052de5abe5c51c = L.marker(
|
|
[40.9481, -79.7428],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_3254469ce97d2f078b7fa51bb1bd59aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6dfe7bc3718f38caf1d2e92dd93b87f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25b074f16ce0997cf8d2cc4b6f1bd7bc = $(`<div id="html_25b074f16ce0997cf8d2cc4b6f1bd7bc" style="width: 100.0%; height: 100.0%;">garden.zap.cooking</div>`)[0];
|
|
popup_6dfe7bc3718f38caf1d2e92dd93b87f2.setContent(html_25b074f16ce0997cf8d2cc4b6f1bd7bc);
|
|
|
|
|
|
|
|
marker_a2fe1145016df256d7052de5abe5c51c.bindPopup(popup_6dfe7bc3718f38caf1d2e92dd93b87f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2fe1145016df256d7052de5abe5c51c.setIcon(icon_3254469ce97d2f078b7fa51bb1bd59aa);
|
|
|
|
|
|
var marker_7d33c17309f8e83e42548e1eb2471755 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_b25608bc58c3ea47c2a7e0d14bd492c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e67a00e0eee6928b1d1c5228e0f3eee2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e85ae1c07f84706e626c82fff2270338 = $(`<div id="html_e85ae1c07f84706e626c82fff2270338" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_e67a00e0eee6928b1d1c5228e0f3eee2.setContent(html_e85ae1c07f84706e626c82fff2270338);
|
|
|
|
|
|
|
|
marker_7d33c17309f8e83e42548e1eb2471755.bindPopup(popup_e67a00e0eee6928b1d1c5228e0f3eee2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d33c17309f8e83e42548e1eb2471755.setIcon(icon_b25608bc58c3ea47c2a7e0d14bd492c4);
|
|
|
|
|
|
var marker_28bf2f50a7e7872b4e98090c47302f13 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_d38cf3de71dd8456232f2c9a8aa1df4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8a1da3e9c0372686e7e29434bf13766 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07cc73746ae424ef7d612e52100fbff9 = $(`<div id="html_07cc73746ae424ef7d612e52100fbff9" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_e8a1da3e9c0372686e7e29434bf13766.setContent(html_07cc73746ae424ef7d612e52100fbff9);
|
|
|
|
|
|
|
|
marker_28bf2f50a7e7872b4e98090c47302f13.bindPopup(popup_e8a1da3e9c0372686e7e29434bf13766)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28bf2f50a7e7872b4e98090c47302f13.setIcon(icon_d38cf3de71dd8456232f2c9a8aa1df4a);
|
|
|
|
|
|
var marker_b379bd701b28bc7ba4d03e5759079fc4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_550234a28e363fb6608e71af7a15b2c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd76c76c614173654d6bdb12ac834331 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a98f46edb0f6e7d3d7cb400a28da4fa = $(`<div id="html_0a98f46edb0f6e7d3d7cb400a28da4fa" style="width: 100.0%; height: 100.0%;">relay.pinseekr.golf</div>`)[0];
|
|
popup_cd76c76c614173654d6bdb12ac834331.setContent(html_0a98f46edb0f6e7d3d7cb400a28da4fa);
|
|
|
|
|
|
|
|
marker_b379bd701b28bc7ba4d03e5759079fc4.bindPopup(popup_cd76c76c614173654d6bdb12ac834331)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b379bd701b28bc7ba4d03e5759079fc4.setIcon(icon_550234a28e363fb6608e71af7a15b2c1);
|
|
|
|
|
|
var marker_174553fe26b58870cf1de8ac26e8679b = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_589097d7e6077681dca4e416f8ec1c27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1de4c7489066145f9ff6f52a9ebe3fcf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_deedeaba5d4f4c4401003a3b186134af = $(`<div id="html_deedeaba5d4f4c4401003a3b186134af" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_1de4c7489066145f9ff6f52a9ebe3fcf.setContent(html_deedeaba5d4f4c4401003a3b186134af);
|
|
|
|
|
|
|
|
marker_174553fe26b58870cf1de8ac26e8679b.bindPopup(popup_1de4c7489066145f9ff6f52a9ebe3fcf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_174553fe26b58870cf1de8ac26e8679b.setIcon(icon_589097d7e6077681dca4e416f8ec1c27);
|
|
|
|
|
|
var marker_60b745935d5eab6abcc93cdf47cb87c1 = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_3da11e0f16a22faff753a501b4cad78c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec39269ee7582fc81983bf4494705d3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6fe4ba46f7e7bf08d68de2d6b8280c6 = $(`<div id="html_e6fe4ba46f7e7bf08d68de2d6b8280c6" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_ec39269ee7582fc81983bf4494705d3c.setContent(html_e6fe4ba46f7e7bf08d68de2d6b8280c6);
|
|
|
|
|
|
|
|
marker_60b745935d5eab6abcc93cdf47cb87c1.bindPopup(popup_ec39269ee7582fc81983bf4494705d3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60b745935d5eab6abcc93cdf47cb87c1.setIcon(icon_3da11e0f16a22faff753a501b4cad78c);
|
|
|
|
|
|
var marker_f0ee55b109c1ca8d41972ec1dea8ee55 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_0966fc778eb7e56b6e9788732fb81e60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_743c0a9ca19c24d9bafa97bfb89b5243 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1626504f7449788470edc116736b872 = $(`<div id="html_e1626504f7449788470edc116736b872" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_743c0a9ca19c24d9bafa97bfb89b5243.setContent(html_e1626504f7449788470edc116736b872);
|
|
|
|
|
|
|
|
marker_f0ee55b109c1ca8d41972ec1dea8ee55.bindPopup(popup_743c0a9ca19c24d9bafa97bfb89b5243)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0ee55b109c1ca8d41972ec1dea8ee55.setIcon(icon_0966fc778eb7e56b6e9788732fb81e60);
|
|
|
|
|
|
var marker_1edf6e5e54819f96a9612843a6b3983f = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_ab9426b5485d820b14d659ccd89203ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b3818e593a654ca542b77d2f2eb079a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8138c1dd4a29632f358302cee6d94981 = $(`<div id="html_8138c1dd4a29632f358302cee6d94981" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_2b3818e593a654ca542b77d2f2eb079a.setContent(html_8138c1dd4a29632f358302cee6d94981);
|
|
|
|
|
|
|
|
marker_1edf6e5e54819f96a9612843a6b3983f.bindPopup(popup_2b3818e593a654ca542b77d2f2eb079a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1edf6e5e54819f96a9612843a6b3983f.setIcon(icon_ab9426b5485d820b14d659ccd89203ef);
|
|
|
|
|
|
var marker_91febf9b8b2c3312756a28de4ceb44b7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_5c5929b6fcb4aae3c7c550baeec9c1e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_942736935dbd021f60af831edf6a8d93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec95f80e8d31d36c2ee9fd56582ad205 = $(`<div id="html_ec95f80e8d31d36c2ee9fd56582ad205" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_942736935dbd021f60af831edf6a8d93.setContent(html_ec95f80e8d31d36c2ee9fd56582ad205);
|
|
|
|
|
|
|
|
marker_91febf9b8b2c3312756a28de4ceb44b7.bindPopup(popup_942736935dbd021f60af831edf6a8d93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91febf9b8b2c3312756a28de4ceb44b7.setIcon(icon_5c5929b6fcb4aae3c7c550baeec9c1e4);
|
|
|
|
|
|
var marker_2906d86719bdd77cddb1de06ddd46a56 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_065dc65e812957f82541192dd056e029 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eee3f5ea629e69b239a8ec1dbfa60dc1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1ce4b1f19bf810255a4d018f3241530 = $(`<div id="html_c1ce4b1f19bf810255a4d018f3241530" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_eee3f5ea629e69b239a8ec1dbfa60dc1.setContent(html_c1ce4b1f19bf810255a4d018f3241530);
|
|
|
|
|
|
|
|
marker_2906d86719bdd77cddb1de06ddd46a56.bindPopup(popup_eee3f5ea629e69b239a8ec1dbfa60dc1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2906d86719bdd77cddb1de06ddd46a56.setIcon(icon_065dc65e812957f82541192dd056e029);
|
|
|
|
|
|
var marker_2d74e8f54068446905ace76831803f82 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_e6cd34d667eecf1d43e836cdb66eb248 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_213ff7d9c420301f93811ee48d8298ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a52502235798a18ba93ff6ed0144aa3 = $(`<div id="html_5a52502235798a18ba93ff6ed0144aa3" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_213ff7d9c420301f93811ee48d8298ef.setContent(html_5a52502235798a18ba93ff6ed0144aa3);
|
|
|
|
|
|
|
|
marker_2d74e8f54068446905ace76831803f82.bindPopup(popup_213ff7d9c420301f93811ee48d8298ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d74e8f54068446905ace76831803f82.setIcon(icon_e6cd34d667eecf1d43e836cdb66eb248);
|
|
|
|
|
|
var marker_fcb2ff978820d4feff453d56d4327d15 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_1ea68854de05be2a8bbac7b4a357e1d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd36d2977500c1b0298425b9b5dddc0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b72c4852489dfe2556c19ec2a9298ce7 = $(`<div id="html_b72c4852489dfe2556c19ec2a9298ce7" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_fd36d2977500c1b0298425b9b5dddc0f.setContent(html_b72c4852489dfe2556c19ec2a9298ce7);
|
|
|
|
|
|
|
|
marker_fcb2ff978820d4feff453d56d4327d15.bindPopup(popup_fd36d2977500c1b0298425b9b5dddc0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fcb2ff978820d4feff453d56d4327d15.setIcon(icon_1ea68854de05be2a8bbac7b4a357e1d2);
|
|
|
|
|
|
var marker_5689318dfde54573ca24fa634acbd530 = L.marker(
|
|
[48.2352, 16.4811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_83ec49912f45b2e81eb9c53a2f55deb7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e46d5fe84ff8b6ac0f1e9973dfa339c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ca0bca20071b140159a9d6964d88344 = $(`<div id="html_1ca0bca20071b140159a9d6964d88344" style="width: 100.0%; height: 100.0%;">relay.gobrrr.me</div>`)[0];
|
|
popup_5e46d5fe84ff8b6ac0f1e9973dfa339c.setContent(html_1ca0bca20071b140159a9d6964d88344);
|
|
|
|
|
|
|
|
marker_5689318dfde54573ca24fa634acbd530.bindPopup(popup_5e46d5fe84ff8b6ac0f1e9973dfa339c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5689318dfde54573ca24fa634acbd530.setIcon(icon_83ec49912f45b2e81eb9c53a2f55deb7);
|
|
|
|
|
|
var marker_25d7195382f585735e20b7c6db749652 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_92860246ac7297a0b3bb839f3eecd405 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00c0d4267042dc6d2283ef3787274fd0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe42a4eafc92b4b1600e960e5e1836d5 = $(`<div id="html_fe42a4eafc92b4b1600e960e5e1836d5" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_00c0d4267042dc6d2283ef3787274fd0.setContent(html_fe42a4eafc92b4b1600e960e5e1836d5);
|
|
|
|
|
|
|
|
marker_25d7195382f585735e20b7c6db749652.bindPopup(popup_00c0d4267042dc6d2283ef3787274fd0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25d7195382f585735e20b7c6db749652.setIcon(icon_92860246ac7297a0b3bb839f3eecd405);
|
|
|
|
|
|
var marker_856c8c19944eac7d863cabf0b8eb9c67 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_0aa938d12f0084bc94450f29775aa900 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d89707d2a81e75cdf758d1467999b678 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91ec9b52a3636f2e350556609399f70b = $(`<div id="html_91ec9b52a3636f2e350556609399f70b" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_d89707d2a81e75cdf758d1467999b678.setContent(html_91ec9b52a3636f2e350556609399f70b);
|
|
|
|
|
|
|
|
marker_856c8c19944eac7d863cabf0b8eb9c67.bindPopup(popup_d89707d2a81e75cdf758d1467999b678)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_856c8c19944eac7d863cabf0b8eb9c67.setIcon(icon_0aa938d12f0084bc94450f29775aa900);
|
|
|
|
|
|
var marker_0c8ae09163ea93e15ec34684b68130b3 = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_19354a4bc61605f1329b05ec625169ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1dc1d8903081afcc2cfd702c950828ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b13bc7532c9f84ccbb71f534dfa4843f = $(`<div id="html_b13bc7532c9f84ccbb71f534dfa4843f" style="width: 100.0%; height: 100.0%;">relay.laantungir.net</div>`)[0];
|
|
popup_1dc1d8903081afcc2cfd702c950828ea.setContent(html_b13bc7532c9f84ccbb71f534dfa4843f);
|
|
|
|
|
|
|
|
marker_0c8ae09163ea93e15ec34684b68130b3.bindPopup(popup_1dc1d8903081afcc2cfd702c950828ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c8ae09163ea93e15ec34684b68130b3.setIcon(icon_19354a4bc61605f1329b05ec625169ea);
|
|
|
|
|
|
var marker_a437f64e700f1bfe039244e35d1ecd70 = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_ede18d2b069176cfc77866dc4f1a1c05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f99e5d9f0e5a59ec20c62daa4c56bd2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de71bea217e7f6812aa1af2f26501cdd = $(`<div id="html_de71bea217e7f6812aa1af2f26501cdd" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_f99e5d9f0e5a59ec20c62daa4c56bd2f.setContent(html_de71bea217e7f6812aa1af2f26501cdd);
|
|
|
|
|
|
|
|
marker_a437f64e700f1bfe039244e35d1ecd70.bindPopup(popup_f99e5d9f0e5a59ec20c62daa4c56bd2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a437f64e700f1bfe039244e35d1ecd70.setIcon(icon_ede18d2b069176cfc77866dc4f1a1c05);
|
|
|
|
|
|
var marker_b5ccad47dc02afd24b707e89bc7bba67 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_9cdcfd86920f3a7b901765512fbb664d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23c2791447365478904ec4d3347a656f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_924887009ed458605165fea4c4492d1f = $(`<div id="html_924887009ed458605165fea4c4492d1f" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_23c2791447365478904ec4d3347a656f.setContent(html_924887009ed458605165fea4c4492d1f);
|
|
|
|
|
|
|
|
marker_b5ccad47dc02afd24b707e89bc7bba67.bindPopup(popup_23c2791447365478904ec4d3347a656f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5ccad47dc02afd24b707e89bc7bba67.setIcon(icon_9cdcfd86920f3a7b901765512fbb664d);
|
|
|
|
|
|
var marker_9664d9ab5eecb23b93eec18075229d37 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_2d0bfb665541f5c99c106c204a5c8141 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5342949887822ff7409f54d6eeefaf7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_155295ead63870d9ded7c312b4cfa368 = $(`<div id="html_155295ead63870d9ded7c312b4cfa368" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_5342949887822ff7409f54d6eeefaf7b.setContent(html_155295ead63870d9ded7c312b4cfa368);
|
|
|
|
|
|
|
|
marker_9664d9ab5eecb23b93eec18075229d37.bindPopup(popup_5342949887822ff7409f54d6eeefaf7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9664d9ab5eecb23b93eec18075229d37.setIcon(icon_2d0bfb665541f5c99c106c204a5c8141);
|
|
|
|
|
|
var marker_05d314d10913cbd8892c6924508b00db = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_3bc000c3bdfe5f4b4bdf3e2b2a283dae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0acf6f775fa3728b77b1b3b1fb395cda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b44153abe290eec43e592d009ff8191f = $(`<div id="html_b44153abe290eec43e592d009ff8191f" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_0acf6f775fa3728b77b1b3b1fb395cda.setContent(html_b44153abe290eec43e592d009ff8191f);
|
|
|
|
|
|
|
|
marker_05d314d10913cbd8892c6924508b00db.bindPopup(popup_0acf6f775fa3728b77b1b3b1fb395cda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05d314d10913cbd8892c6924508b00db.setIcon(icon_3bc000c3bdfe5f4b4bdf3e2b2a283dae);
|
|
|
|
|
|
var marker_e392968e1aff715eed5c0e5d815391ed = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_dbd61513ac60adba1f6442c29865cbe1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b63d98f3619efacc84b64a720f8a59bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7475cfe5290c0da4e470e8121cb23c1 = $(`<div id="html_e7475cfe5290c0da4e470e8121cb23c1" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_b63d98f3619efacc84b64a720f8a59bf.setContent(html_e7475cfe5290c0da4e470e8121cb23c1);
|
|
|
|
|
|
|
|
marker_e392968e1aff715eed5c0e5d815391ed.bindPopup(popup_b63d98f3619efacc84b64a720f8a59bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e392968e1aff715eed5c0e5d815391ed.setIcon(icon_dbd61513ac60adba1f6442c29865cbe1);
|
|
|
|
|
|
var marker_64d49830b4bd7c6e32cb543d31a25a04 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_1d1e1bb025cc2bcd5562e3eee5d7d578 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b02d70afea4c83de21ca71518fea119c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ce4fb00c8c5094d4c4a0137638c5fe5 = $(`<div id="html_0ce4fb00c8c5094d4c4a0137638c5fe5" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_b02d70afea4c83de21ca71518fea119c.setContent(html_0ce4fb00c8c5094d4c4a0137638c5fe5);
|
|
|
|
|
|
|
|
marker_64d49830b4bd7c6e32cb543d31a25a04.bindPopup(popup_b02d70afea4c83de21ca71518fea119c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64d49830b4bd7c6e32cb543d31a25a04.setIcon(icon_1d1e1bb025cc2bcd5562e3eee5d7d578);
|
|
|
|
|
|
var marker_429001ec08e96dfc305cffaaddf11a94 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_35a888a4e27971b6f112c932b20506c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf9b1cdb931d53b50ab14d671ac22312 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c597de148b0b27dd0ccbd20f45b3307 = $(`<div id="html_8c597de148b0b27dd0ccbd20f45b3307" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_bf9b1cdb931d53b50ab14d671ac22312.setContent(html_8c597de148b0b27dd0ccbd20f45b3307);
|
|
|
|
|
|
|
|
marker_429001ec08e96dfc305cffaaddf11a94.bindPopup(popup_bf9b1cdb931d53b50ab14d671ac22312)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_429001ec08e96dfc305cffaaddf11a94.setIcon(icon_35a888a4e27971b6f112c932b20506c7);
|
|
|
|
|
|
var marker_c30133fd5c16eb9e0211bd84d1fc9330 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_fd87e1be2555f6bc385272d188c6af0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0389b8bba7fc9d19ed05b7284812301 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb996b5b3d8bb75b508eb95830354471 = $(`<div id="html_cb996b5b3d8bb75b508eb95830354471" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_e0389b8bba7fc9d19ed05b7284812301.setContent(html_cb996b5b3d8bb75b508eb95830354471);
|
|
|
|
|
|
|
|
marker_c30133fd5c16eb9e0211bd84d1fc9330.bindPopup(popup_e0389b8bba7fc9d19ed05b7284812301)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c30133fd5c16eb9e0211bd84d1fc9330.setIcon(icon_fd87e1be2555f6bc385272d188c6af0c);
|
|
|
|
|
|
var marker_471fb38a3d592a921f8c9761d41093c1 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_91a453b64816bbf03e8e328eacabfa26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e666ae884e22ff57c9f000581d557107 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56e4fee57e7fb9a0f724fe700236fb62 = $(`<div id="html_56e4fee57e7fb9a0f724fe700236fb62" style="width: 100.0%; height: 100.0%;">nostr.parallel.hetu.org:8443</div>`)[0];
|
|
popup_e666ae884e22ff57c9f000581d557107.setContent(html_56e4fee57e7fb9a0f724fe700236fb62);
|
|
|
|
|
|
|
|
marker_471fb38a3d592a921f8c9761d41093c1.bindPopup(popup_e666ae884e22ff57c9f000581d557107)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_471fb38a3d592a921f8c9761d41093c1.setIcon(icon_91a453b64816bbf03e8e328eacabfa26);
|
|
|
|
|
|
var marker_37432c3cdbe54988fdbad22d1079b557 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_f8902d7305285cbd7615e82ad3a5092c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a43480330e87017e4542758dcd5d9727 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a08eacc09e8a57fc47c6f6d81dc7e1fd = $(`<div id="html_a08eacc09e8a57fc47c6f6d81dc7e1fd" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_a43480330e87017e4542758dcd5d9727.setContent(html_a08eacc09e8a57fc47c6f6d81dc7e1fd);
|
|
|
|
|
|
|
|
marker_37432c3cdbe54988fdbad22d1079b557.bindPopup(popup_a43480330e87017e4542758dcd5d9727)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37432c3cdbe54988fdbad22d1079b557.setIcon(icon_f8902d7305285cbd7615e82ad3a5092c);
|
|
|
|
|
|
var marker_2a61b5d874ff3dacd814cbbbc4bd03aa = L.marker(
|
|
[37.8716, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_06af6037c1aafa1f2ff6bf8519f1b1ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b874b987222fb58cedfd8141308fb634 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba876d2f3aa312fc3c3ab3522f90c51f = $(`<div id="html_ba876d2f3aa312fc3c3ab3522f90c51f" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_b874b987222fb58cedfd8141308fb634.setContent(html_ba876d2f3aa312fc3c3ab3522f90c51f);
|
|
|
|
|
|
|
|
marker_2a61b5d874ff3dacd814cbbbc4bd03aa.bindPopup(popup_b874b987222fb58cedfd8141308fb634)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a61b5d874ff3dacd814cbbbc4bd03aa.setIcon(icon_06af6037c1aafa1f2ff6bf8519f1b1ce);
|
|
|
|
|
|
var marker_d563882baf58a1d3d4f4f2e533bc5f7a = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_9d1693065a1edba8c02b1cb922ffd2e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bb091166bfdf9a159430fac2d29ef77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ce79d1c893be8270f2eeb6d586704a4 = $(`<div id="html_5ce79d1c893be8270f2eeb6d586704a4" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_0bb091166bfdf9a159430fac2d29ef77.setContent(html_5ce79d1c893be8270f2eeb6d586704a4);
|
|
|
|
|
|
|
|
marker_d563882baf58a1d3d4f4f2e533bc5f7a.bindPopup(popup_0bb091166bfdf9a159430fac2d29ef77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d563882baf58a1d3d4f4f2e533bc5f7a.setIcon(icon_9d1693065a1edba8c02b1cb922ffd2e3);
|
|
|
|
|
|
var marker_a47b2be60dac5f71cc3c1c897e714b1d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_e590983b2d024927f65538c7bc71215d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20530e06509f182aa9f70a2b5973b0f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c70bbb9204de5bd538c057b63a91ac43 = $(`<div id="html_c70bbb9204de5bd538c057b63a91ac43" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_20530e06509f182aa9f70a2b5973b0f3.setContent(html_c70bbb9204de5bd538c057b63a91ac43);
|
|
|
|
|
|
|
|
marker_a47b2be60dac5f71cc3c1c897e714b1d.bindPopup(popup_20530e06509f182aa9f70a2b5973b0f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a47b2be60dac5f71cc3c1c897e714b1d.setIcon(icon_e590983b2d024927f65538c7bc71215d);
|
|
|
|
|
|
var marker_7cc0b7fc43f5ea4a81270685d62b2285 = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_6d6350657d1987433f560070b1a9b42d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3ada42dc4ce9c4f5220493539889e23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb78ada8bfd12760a59f5bd2eb2d0b1b = $(`<div id="html_bb78ada8bfd12760a59f5bd2eb2d0b1b" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_d3ada42dc4ce9c4f5220493539889e23.setContent(html_bb78ada8bfd12760a59f5bd2eb2d0b1b);
|
|
|
|
|
|
|
|
marker_7cc0b7fc43f5ea4a81270685d62b2285.bindPopup(popup_d3ada42dc4ce9c4f5220493539889e23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7cc0b7fc43f5ea4a81270685d62b2285.setIcon(icon_6d6350657d1987433f560070b1a9b42d);
|
|
|
|
|
|
var marker_246e918cd77317be44db5226e9788f41 = L.marker(
|
|
[49.281, -123.117],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_343216be20d207f13fb0ebb5d218bc88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_767f7587cfb966755b02c86cf4f49705 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6c3523f0e99aba4fea21810094b1d5a = $(`<div id="html_b6c3523f0e99aba4fea21810094b1d5a" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_767f7587cfb966755b02c86cf4f49705.setContent(html_b6c3523f0e99aba4fea21810094b1d5a);
|
|
|
|
|
|
|
|
marker_246e918cd77317be44db5226e9788f41.bindPopup(popup_767f7587cfb966755b02c86cf4f49705)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_246e918cd77317be44db5226e9788f41.setIcon(icon_343216be20d207f13fb0ebb5d218bc88);
|
|
|
|
|
|
var marker_f8890752a18126372692c83d5a82d282 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_bfd4b627a6e47460658d115dfee7d506 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6989c10e921277122873b370c156a1f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c4e71dfecaf8ceb9c20535deeefc756 = $(`<div id="html_5c4e71dfecaf8ceb9c20535deeefc756" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_b6989c10e921277122873b370c156a1f.setContent(html_5c4e71dfecaf8ceb9c20535deeefc756);
|
|
|
|
|
|
|
|
marker_f8890752a18126372692c83d5a82d282.bindPopup(popup_b6989c10e921277122873b370c156a1f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8890752a18126372692c83d5a82d282.setIcon(icon_bfd4b627a6e47460658d115dfee7d506);
|
|
|
|
|
|
var marker_4284f2f9860a50c24786830a7cf0be59 = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_48927e8de5ca0612867bea4f6d1c8b67 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4f1e18b7fcfca7aa0e5000fe653da37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7a298e34cb48cbe11cb976c0da3f4ad = $(`<div id="html_a7a298e34cb48cbe11cb976c0da3f4ad" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_f4f1e18b7fcfca7aa0e5000fe653da37.setContent(html_a7a298e34cb48cbe11cb976c0da3f4ad);
|
|
|
|
|
|
|
|
marker_4284f2f9860a50c24786830a7cf0be59.bindPopup(popup_f4f1e18b7fcfca7aa0e5000fe653da37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4284f2f9860a50c24786830a7cf0be59.setIcon(icon_48927e8de5ca0612867bea4f6d1c8b67);
|
|
|
|
|
|
var marker_da24c604e33bc67fb856a493685d03c1 = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_a44cef97b20e59470f09ba7d7098eeb2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_301cc4b0f9a7a16d8f0d1c836163ef62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb856090fb7845932078da483034f9e5 = $(`<div id="html_bb856090fb7845932078da483034f9e5" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_301cc4b0f9a7a16d8f0d1c836163ef62.setContent(html_bb856090fb7845932078da483034f9e5);
|
|
|
|
|
|
|
|
marker_da24c604e33bc67fb856a493685d03c1.bindPopup(popup_301cc4b0f9a7a16d8f0d1c836163ef62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da24c604e33bc67fb856a493685d03c1.setIcon(icon_a44cef97b20e59470f09ba7d7098eeb2);
|
|
|
|
|
|
var marker_c43dd46cfa95f6ae7aef76bfe8d8841b = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_ba8733a1a6ad673778777414d88f934d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_599167dd75f24c427e55753ce864c8c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8a2db675d5ba9f48bcdd34ee6aa6fe7 = $(`<div id="html_c8a2db675d5ba9f48bcdd34ee6aa6fe7" style="width: 100.0%; height: 100.0%;">discovery.eu.nostria.app</div>`)[0];
|
|
popup_599167dd75f24c427e55753ce864c8c2.setContent(html_c8a2db675d5ba9f48bcdd34ee6aa6fe7);
|
|
|
|
|
|
|
|
marker_c43dd46cfa95f6ae7aef76bfe8d8841b.bindPopup(popup_599167dd75f24c427e55753ce864c8c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c43dd46cfa95f6ae7aef76bfe8d8841b.setIcon(icon_ba8733a1a6ad673778777414d88f934d);
|
|
|
|
|
|
var marker_1b73451726961a2a7ff8444c93294e26 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_338bb97be71a8f57474748c38d12975d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_957e11786215987ba5706ca9fff6517c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c307daf98ffdbb5e58913cc773397f0c = $(`<div id="html_c307daf98ffdbb5e58913cc773397f0c" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_957e11786215987ba5706ca9fff6517c.setContent(html_c307daf98ffdbb5e58913cc773397f0c);
|
|
|
|
|
|
|
|
marker_1b73451726961a2a7ff8444c93294e26.bindPopup(popup_957e11786215987ba5706ca9fff6517c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b73451726961a2a7ff8444c93294e26.setIcon(icon_338bb97be71a8f57474748c38d12975d);
|
|
|
|
|
|
var marker_f41f12d3c7364dd718fa376ea06dfaad = L.marker(
|
|
[47.674, -122.122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_1ea74d70df2cdc488a459e3bc83e583d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4482a694dd0519eb8a00cf0141fd61d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_508b791bd2494f1ac567384f2133572f = $(`<div id="html_508b791bd2494f1ac567384f2133572f" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_4482a694dd0519eb8a00cf0141fd61d5.setContent(html_508b791bd2494f1ac567384f2133572f);
|
|
|
|
|
|
|
|
marker_f41f12d3c7364dd718fa376ea06dfaad.bindPopup(popup_4482a694dd0519eb8a00cf0141fd61d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f41f12d3c7364dd718fa376ea06dfaad.setIcon(icon_1ea74d70df2cdc488a459e3bc83e583d);
|
|
|
|
|
|
var marker_3c5f375fc8b1e2cda740c3ff4f26d401 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_2e3aab3989330be0146a1f63ad7af6ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7fbfa69902fdce84eb093e3b7b835ac8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7ac319eaca47b4954ee7314aeef0267 = $(`<div id="html_b7ac319eaca47b4954ee7314aeef0267" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_7fbfa69902fdce84eb093e3b7b835ac8.setContent(html_b7ac319eaca47b4954ee7314aeef0267);
|
|
|
|
|
|
|
|
marker_3c5f375fc8b1e2cda740c3ff4f26d401.bindPopup(popup_7fbfa69902fdce84eb093e3b7b835ac8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c5f375fc8b1e2cda740c3ff4f26d401.setIcon(icon_2e3aab3989330be0146a1f63ad7af6ab);
|
|
|
|
|
|
var marker_171cff4822c3cbca2b2a6121c7dd3725 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_4d508de1e0bf647472335ef4a5f1d74e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f8793b34f44c85ce92d7ce0064fef7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22b7a6352586b748191f617caf65b6c7 = $(`<div id="html_22b7a6352586b748191f617caf65b6c7" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_6f8793b34f44c85ce92d7ce0064fef7c.setContent(html_22b7a6352586b748191f617caf65b6c7);
|
|
|
|
|
|
|
|
marker_171cff4822c3cbca2b2a6121c7dd3725.bindPopup(popup_6f8793b34f44c85ce92d7ce0064fef7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_171cff4822c3cbca2b2a6121c7dd3725.setIcon(icon_4d508de1e0bf647472335ef4a5f1d74e);
|
|
|
|
|
|
var marker_ec1c6ea7c7ef1bd03fe42b5ae6e2e087 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_8769b893d05f088eb04778e1b3fbcac1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f0b4375a881bbdcecfadb2b74e30180a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b575b516a75a55b6dfb89413994ac653 = $(`<div id="html_b575b516a75a55b6dfb89413994ac653" style="width: 100.0%; height: 100.0%;">czas.xyz</div>`)[0];
|
|
popup_f0b4375a881bbdcecfadb2b74e30180a.setContent(html_b575b516a75a55b6dfb89413994ac653);
|
|
|
|
|
|
|
|
marker_ec1c6ea7c7ef1bd03fe42b5ae6e2e087.bindPopup(popup_f0b4375a881bbdcecfadb2b74e30180a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec1c6ea7c7ef1bd03fe42b5ae6e2e087.setIcon(icon_8769b893d05f088eb04778e1b3fbcac1);
|
|
|
|
|
|
var marker_6823c30efb28200e0ae654d53e1f6ebd = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_278d17f8d6db86d2886cfb80b7b7ef83 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6e11d06cdfdfe5a766c338c30fd3617 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca0ef66a3b0ca7b4638f36f7aed28bde = $(`<div id="html_ca0ef66a3b0ca7b4638f36f7aed28bde" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_b6e11d06cdfdfe5a766c338c30fd3617.setContent(html_ca0ef66a3b0ca7b4638f36f7aed28bde);
|
|
|
|
|
|
|
|
marker_6823c30efb28200e0ae654d53e1f6ebd.bindPopup(popup_b6e11d06cdfdfe5a766c338c30fd3617)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6823c30efb28200e0ae654d53e1f6ebd.setIcon(icon_278d17f8d6db86d2886cfb80b7b7ef83);
|
|
|
|
|
|
var marker_35ed81f28682521e9512d7c4fa2853b8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_8407bf47bf4265e08b9a7cf5c2de78ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fb04058612665733abdebb44801ebc4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be771c48b032d28c74ea5b59c667e23b = $(`<div id="html_be771c48b032d28c74ea5b59c667e23b" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_8fb04058612665733abdebb44801ebc4.setContent(html_be771c48b032d28c74ea5b59c667e23b);
|
|
|
|
|
|
|
|
marker_35ed81f28682521e9512d7c4fa2853b8.bindPopup(popup_8fb04058612665733abdebb44801ebc4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35ed81f28682521e9512d7c4fa2853b8.setIcon(icon_8407bf47bf4265e08b9a7cf5c2de78ae);
|
|
|
|
|
|
var marker_7bf76044be39eae2e546cbbd1024b7e6 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_9da6c610883b646817968e11fe15b2c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da242ced8b48bf143eec9a6cd3baef14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43de5d11916b2d6cf85f456214c11a3c = $(`<div id="html_43de5d11916b2d6cf85f456214c11a3c" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_da242ced8b48bf143eec9a6cd3baef14.setContent(html_43de5d11916b2d6cf85f456214c11a3c);
|
|
|
|
|
|
|
|
marker_7bf76044be39eae2e546cbbd1024b7e6.bindPopup(popup_da242ced8b48bf143eec9a6cd3baef14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7bf76044be39eae2e546cbbd1024b7e6.setIcon(icon_9da6c610883b646817968e11fe15b2c6);
|
|
|
|
|
|
var marker_f0a72ad7f126140019aaa831442c1a48 = L.marker(
|
|
[47.9351, 12.0152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_8e62224ce76430d9859506629e3d9a86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb87a04c4270267b4b0b6f68b73fe782 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4bb1b801a38e6812c7ca999e3ddac2c = $(`<div id="html_a4bb1b801a38e6812c7ca999e3ddac2c" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_cb87a04c4270267b4b0b6f68b73fe782.setContent(html_a4bb1b801a38e6812c7ca999e3ddac2c);
|
|
|
|
|
|
|
|
marker_f0a72ad7f126140019aaa831442c1a48.bindPopup(popup_cb87a04c4270267b4b0b6f68b73fe782)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0a72ad7f126140019aaa831442c1a48.setIcon(icon_8e62224ce76430d9859506629e3d9a86);
|
|
|
|
|
|
var marker_eec4957deb2c52df9019534b813667fe = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_1bfae0882d34e57425781587fedff6c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_081081e0b77dec402f4e5ca858b8af95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_edf4ec43aa1bb25fb73ae10dc422564d = $(`<div id="html_edf4ec43aa1bb25fb73ae10dc422564d" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_081081e0b77dec402f4e5ca858b8af95.setContent(html_edf4ec43aa1bb25fb73ae10dc422564d);
|
|
|
|
|
|
|
|
marker_eec4957deb2c52df9019534b813667fe.bindPopup(popup_081081e0b77dec402f4e5ca858b8af95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eec4957deb2c52df9019534b813667fe.setIcon(icon_1bfae0882d34e57425781587fedff6c7);
|
|
|
|
|
|
var marker_74b0d27c0f58088987a2d2a676274182 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_57f0f0e13a723fd807d3910b81794cb8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66d483b1106edcfa1b71f7b932705473 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ebebc1c8e3a7b764aed479d93a6144d = $(`<div id="html_2ebebc1c8e3a7b764aed479d93a6144d" style="width: 100.0%; height: 100.0%;">nostr.okienko.live</div>`)[0];
|
|
popup_66d483b1106edcfa1b71f7b932705473.setContent(html_2ebebc1c8e3a7b764aed479d93a6144d);
|
|
|
|
|
|
|
|
marker_74b0d27c0f58088987a2d2a676274182.bindPopup(popup_66d483b1106edcfa1b71f7b932705473)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74b0d27c0f58088987a2d2a676274182.setIcon(icon_57f0f0e13a723fd807d3910b81794cb8);
|
|
|
|
|
|
var marker_27a066b09a8cb43d5910c450e6178d79 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_ae5ef0f2599c40d1eedd700e45cce1aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8234ee846fd67d1b0665c42506b7331b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6103e71edbacc4525eb3662bb5e8f3b = $(`<div id="html_f6103e71edbacc4525eb3662bb5e8f3b" style="width: 100.0%; height: 100.0%;">plebchain.club</div>`)[0];
|
|
popup_8234ee846fd67d1b0665c42506b7331b.setContent(html_f6103e71edbacc4525eb3662bb5e8f3b);
|
|
|
|
|
|
|
|
marker_27a066b09a8cb43d5910c450e6178d79.bindPopup(popup_8234ee846fd67d1b0665c42506b7331b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27a066b09a8cb43d5910c450e6178d79.setIcon(icon_ae5ef0f2599c40d1eedd700e45cce1aa);
|
|
|
|
|
|
var marker_334bd3e9a3765c6a830c745bf95cdbbf = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_ea67e226871a8bca4772770d7a231562 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8cbb039912ab9188f5ae1f81f81782f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9329787612b40a0bc123a54e4d1106a = $(`<div id="html_e9329787612b40a0bc123a54e4d1106a" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_d8cbb039912ab9188f5ae1f81f81782f.setContent(html_e9329787612b40a0bc123a54e4d1106a);
|
|
|
|
|
|
|
|
marker_334bd3e9a3765c6a830c745bf95cdbbf.bindPopup(popup_d8cbb039912ab9188f5ae1f81f81782f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_334bd3e9a3765c6a830c745bf95cdbbf.setIcon(icon_ea67e226871a8bca4772770d7a231562);
|
|
|
|
|
|
var marker_b31c76b21367f0cc370041355e2a0f33 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_c16dc046888e3dcf82b6d5ed98bb6123 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31551f22487a05bc38b4f882d2068225 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_077e0828ba154a3db3648b54624004ab = $(`<div id="html_077e0828ba154a3db3648b54624004ab" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_31551f22487a05bc38b4f882d2068225.setContent(html_077e0828ba154a3db3648b54624004ab);
|
|
|
|
|
|
|
|
marker_b31c76b21367f0cc370041355e2a0f33.bindPopup(popup_31551f22487a05bc38b4f882d2068225)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b31c76b21367f0cc370041355e2a0f33.setIcon(icon_c16dc046888e3dcf82b6d5ed98bb6123);
|
|
|
|
|
|
var marker_0e9590b941cc60f64f2bdcfac30f0513 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_1ab5ef500c756985266e448eeac820af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d3d53aa4a474caf5f5940ced9ce6106 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08e24dc9556f96f373ac2537d7cc60ac = $(`<div id="html_08e24dc9556f96f373ac2537d7cc60ac" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_7d3d53aa4a474caf5f5940ced9ce6106.setContent(html_08e24dc9556f96f373ac2537d7cc60ac);
|
|
|
|
|
|
|
|
marker_0e9590b941cc60f64f2bdcfac30f0513.bindPopup(popup_7d3d53aa4a474caf5f5940ced9ce6106)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e9590b941cc60f64f2bdcfac30f0513.setIcon(icon_1ab5ef500c756985266e448eeac820af);
|
|
|
|
|
|
var marker_9d1a66bf9081d7258e3deb1bffe5fd88 = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_059fb6837859c79feda7eb8707aaaa7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_034153201fae5191ea327c33d0081d92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b569a5453789f2e915df73c12bdf6a1 = $(`<div id="html_8b569a5453789f2e915df73c12bdf6a1" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_034153201fae5191ea327c33d0081d92.setContent(html_8b569a5453789f2e915df73c12bdf6a1);
|
|
|
|
|
|
|
|
marker_9d1a66bf9081d7258e3deb1bffe5fd88.bindPopup(popup_034153201fae5191ea327c33d0081d92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d1a66bf9081d7258e3deb1bffe5fd88.setIcon(icon_059fb6837859c79feda7eb8707aaaa7a);
|
|
|
|
|
|
var marker_848635bfb58352019cbb54bfa0128b64 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_87f1bab720b9fe71642d262bf2882351 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c50726fec5c0ed38f1a57eaaaade7a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1aa5e1fd329d5f6c505ea3a1f65a9633 = $(`<div id="html_1aa5e1fd329d5f6c505ea3a1f65a9633" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_2c50726fec5c0ed38f1a57eaaaade7a8.setContent(html_1aa5e1fd329d5f6c505ea3a1f65a9633);
|
|
|
|
|
|
|
|
marker_848635bfb58352019cbb54bfa0128b64.bindPopup(popup_2c50726fec5c0ed38f1a57eaaaade7a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_848635bfb58352019cbb54bfa0128b64.setIcon(icon_87f1bab720b9fe71642d262bf2882351);
|
|
|
|
|
|
var marker_e8ad53f590cef74c975781918aa68e08 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_b1c2d4d9f2d486f001d346c5e963c2d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_570ec82aa225d5753087a8172be5d8a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1484860cb665d0e994d9a957698d0c5f = $(`<div id="html_1484860cb665d0e994d9a957698d0c5f" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_570ec82aa225d5753087a8172be5d8a1.setContent(html_1484860cb665d0e994d9a957698d0c5f);
|
|
|
|
|
|
|
|
marker_e8ad53f590cef74c975781918aa68e08.bindPopup(popup_570ec82aa225d5753087a8172be5d8a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8ad53f590cef74c975781918aa68e08.setIcon(icon_b1c2d4d9f2d486f001d346c5e963c2d3);
|
|
|
|
|
|
var marker_d1b4cab3aacf47abca0b21054efb6081 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_02d09548fcf81144f9ae5b2db2683029 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1201b0105cc37b4bf9dafe7babdd3a3f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_043c483cd11a6d841935ac9028b068bf = $(`<div id="html_043c483cd11a6d841935ac9028b068bf" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_1201b0105cc37b4bf9dafe7babdd3a3f.setContent(html_043c483cd11a6d841935ac9028b068bf);
|
|
|
|
|
|
|
|
marker_d1b4cab3aacf47abca0b21054efb6081.bindPopup(popup_1201b0105cc37b4bf9dafe7babdd3a3f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1b4cab3aacf47abca0b21054efb6081.setIcon(icon_02d09548fcf81144f9ae5b2db2683029);
|
|
|
|
|
|
var marker_0c99d3a550325e08cc4ce72253294409 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_5ab70f0219442536680b6e5ccc1c37ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3bda86d7d0365e3fe36adb289a76bfcb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2b8ee13113d37fbbfa799f69dd42f6a = $(`<div id="html_f2b8ee13113d37fbbfa799f69dd42f6a" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_3bda86d7d0365e3fe36adb289a76bfcb.setContent(html_f2b8ee13113d37fbbfa799f69dd42f6a);
|
|
|
|
|
|
|
|
marker_0c99d3a550325e08cc4ce72253294409.bindPopup(popup_3bda86d7d0365e3fe36adb289a76bfcb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c99d3a550325e08cc4ce72253294409.setIcon(icon_5ab70f0219442536680b6e5ccc1c37ec);
|
|
|
|
|
|
var marker_f71077bbc6b8387a58c375608895433c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_43180a056cd47e78694140966dca1eaf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b51305335318251c6d48b09254cd2d6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3a652430d9acf5677f537198090e5e7 = $(`<div id="html_f3a652430d9acf5677f537198090e5e7" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_b51305335318251c6d48b09254cd2d6a.setContent(html_f3a652430d9acf5677f537198090e5e7);
|
|
|
|
|
|
|
|
marker_f71077bbc6b8387a58c375608895433c.bindPopup(popup_b51305335318251c6d48b09254cd2d6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f71077bbc6b8387a58c375608895433c.setIcon(icon_43180a056cd47e78694140966dca1eaf);
|
|
|
|
|
|
var marker_15d6f7a0e0686e35c80b0f6103634d00 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_2e865914ca2656ab614760b96f040d14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4bfa345df802aaf8f20511d3c174def2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c54eaaa33ddf2addc75ed7e88e25f1c0 = $(`<div id="html_c54eaaa33ddf2addc75ed7e88e25f1c0" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_4bfa345df802aaf8f20511d3c174def2.setContent(html_c54eaaa33ddf2addc75ed7e88e25f1c0);
|
|
|
|
|
|
|
|
marker_15d6f7a0e0686e35c80b0f6103634d00.bindPopup(popup_4bfa345df802aaf8f20511d3c174def2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15d6f7a0e0686e35c80b0f6103634d00.setIcon(icon_2e865914ca2656ab614760b96f040d14);
|
|
|
|
|
|
var marker_6992daacf2950ca61094ff47c3bd04ac = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_de263a371ff1ef4f282ac7b10970e3f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_026b83e96d1a85b77b411fec1aff8c74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4029724fcf64745a01183d6ae77e14d4 = $(`<div id="html_4029724fcf64745a01183d6ae77e14d4" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_026b83e96d1a85b77b411fec1aff8c74.setContent(html_4029724fcf64745a01183d6ae77e14d4);
|
|
|
|
|
|
|
|
marker_6992daacf2950ca61094ff47c3bd04ac.bindPopup(popup_026b83e96d1a85b77b411fec1aff8c74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6992daacf2950ca61094ff47c3bd04ac.setIcon(icon_de263a371ff1ef4f282ac7b10970e3f6);
|
|
|
|
|
|
var marker_0088e1856c696b82df210097eb53c921 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_05d4c74a5c51c94cb70afcaf1d7bce51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_757c7ef8c2866490932e6bab2a471d54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ad7513676f1b6df7c014b673416b6f4 = $(`<div id="html_2ad7513676f1b6df7c014b673416b6f4" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_757c7ef8c2866490932e6bab2a471d54.setContent(html_2ad7513676f1b6df7c014b673416b6f4);
|
|
|
|
|
|
|
|
marker_0088e1856c696b82df210097eb53c921.bindPopup(popup_757c7ef8c2866490932e6bab2a471d54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0088e1856c696b82df210097eb53c921.setIcon(icon_05d4c74a5c51c94cb70afcaf1d7bce51);
|
|
|
|
|
|
var marker_6acfdf57a39d7ff77a29645629d8c543 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_479f4093d09696e784ad520637515e16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_343cae3075bb74fb8fb0ead9377c93a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ee10c8de64617f55fb77f882dc282c1 = $(`<div id="html_6ee10c8de64617f55fb77f882dc282c1" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_343cae3075bb74fb8fb0ead9377c93a3.setContent(html_6ee10c8de64617f55fb77f882dc282c1);
|
|
|
|
|
|
|
|
marker_6acfdf57a39d7ff77a29645629d8c543.bindPopup(popup_343cae3075bb74fb8fb0ead9377c93a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6acfdf57a39d7ff77a29645629d8c543.setIcon(icon_479f4093d09696e784ad520637515e16);
|
|
|
|
|
|
var marker_cc61f62ab8fa7804077fbc4bea2f4155 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_abb788f329f7c84f551e817d851133a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_258f800a3d2ff93703decfa8c30eaf52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f125017596b7674214afb4bc5345db28 = $(`<div id="html_f125017596b7674214afb4bc5345db28" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_258f800a3d2ff93703decfa8c30eaf52.setContent(html_f125017596b7674214afb4bc5345db28);
|
|
|
|
|
|
|
|
marker_cc61f62ab8fa7804077fbc4bea2f4155.bindPopup(popup_258f800a3d2ff93703decfa8c30eaf52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc61f62ab8fa7804077fbc4bea2f4155.setIcon(icon_abb788f329f7c84f551e817d851133a2);
|
|
|
|
|
|
var marker_266bdfda07833feef8d5cae145fc0971 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_57854d7f74314b00d37ba25feeb6066a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2db5a384b1f6ae14f412d9a79173022 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1444d9369124e78f1a9cfb98d8df6d6c = $(`<div id="html_1444d9369124e78f1a9cfb98d8df6d6c" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_f2db5a384b1f6ae14f412d9a79173022.setContent(html_1444d9369124e78f1a9cfb98d8df6d6c);
|
|
|
|
|
|
|
|
marker_266bdfda07833feef8d5cae145fc0971.bindPopup(popup_f2db5a384b1f6ae14f412d9a79173022)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_266bdfda07833feef8d5cae145fc0971.setIcon(icon_57854d7f74314b00d37ba25feeb6066a);
|
|
|
|
|
|
var marker_50a74c90c5783682901ef8411186fb4c = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_445d639c833b7a8f35219e20ace469bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_452ee7cc306a3412e082025923d7e656 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_377f584dbbddbfead67052d8b20c026b = $(`<div id="html_377f584dbbddbfead67052d8b20c026b" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_452ee7cc306a3412e082025923d7e656.setContent(html_377f584dbbddbfead67052d8b20c026b);
|
|
|
|
|
|
|
|
marker_50a74c90c5783682901ef8411186fb4c.bindPopup(popup_452ee7cc306a3412e082025923d7e656)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50a74c90c5783682901ef8411186fb4c.setIcon(icon_445d639c833b7a8f35219e20ace469bf);
|
|
|
|
|
|
var marker_493ff73b563052f115b75e40db6f5f8b = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_728858f748ed7b8e9d4d8aa3bb0763aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c162521e7ced969525d846d744470fd0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb7d6dab1936360dd4e457bd1d001601 = $(`<div id="html_bb7d6dab1936360dd4e457bd1d001601" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_c162521e7ced969525d846d744470fd0.setContent(html_bb7d6dab1936360dd4e457bd1d001601);
|
|
|
|
|
|
|
|
marker_493ff73b563052f115b75e40db6f5f8b.bindPopup(popup_c162521e7ced969525d846d744470fd0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_493ff73b563052f115b75e40db6f5f8b.setIcon(icon_728858f748ed7b8e9d4d8aa3bb0763aa);
|
|
|
|
|
|
var marker_e796723797e587c426ee5b1e1c09fd9e = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_c0cbf32f4fc6342dd1e151cafce27a50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_372895f0e1b71289709fdb916c5d7b52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c047d563d8da4ae4120af57db804f13c = $(`<div id="html_c047d563d8da4ae4120af57db804f13c" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_372895f0e1b71289709fdb916c5d7b52.setContent(html_c047d563d8da4ae4120af57db804f13c);
|
|
|
|
|
|
|
|
marker_e796723797e587c426ee5b1e1c09fd9e.bindPopup(popup_372895f0e1b71289709fdb916c5d7b52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e796723797e587c426ee5b1e1c09fd9e.setIcon(icon_c0cbf32f4fc6342dd1e151cafce27a50);
|
|
|
|
|
|
var marker_58174d206243cf8fe243b7ecf06493d7 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_97ac9bf790725df564d7406b4c7fff51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56675206a67faef8c0fbf0c315b6c52b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3cd877bb5900a4c8a255e716996d7121 = $(`<div id="html_3cd877bb5900a4c8a255e716996d7121" style="width: 100.0%; height: 100.0%;">relay.spacetomatoes.net</div>`)[0];
|
|
popup_56675206a67faef8c0fbf0c315b6c52b.setContent(html_3cd877bb5900a4c8a255e716996d7121);
|
|
|
|
|
|
|
|
marker_58174d206243cf8fe243b7ecf06493d7.bindPopup(popup_56675206a67faef8c0fbf0c315b6c52b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58174d206243cf8fe243b7ecf06493d7.setIcon(icon_97ac9bf790725df564d7406b4c7fff51);
|
|
|
|
|
|
var marker_4ff3f4baa0c735db81253f2271f128ea = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_ed3963a854823a90ebbf9585d0d0b76f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e46dd93ebf3ef0abf3b1b68ddf22e9de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30dc1a6b41859d8bc8e6369af654c339 = $(`<div id="html_30dc1a6b41859d8bc8e6369af654c339" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_e46dd93ebf3ef0abf3b1b68ddf22e9de.setContent(html_30dc1a6b41859d8bc8e6369af654c339);
|
|
|
|
|
|
|
|
marker_4ff3f4baa0c735db81253f2271f128ea.bindPopup(popup_e46dd93ebf3ef0abf3b1b68ddf22e9de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ff3f4baa0c735db81253f2271f128ea.setIcon(icon_ed3963a854823a90ebbf9585d0d0b76f);
|
|
|
|
|
|
var marker_e97f0aab83409914c8f6d7733897edd0 = L.marker(
|
|
[36.9104, -89.5875],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_427c6627994a1cd380b940326814db99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d54a97047212f2d0f08285a8055ab8f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cb61a5467e67abdffabfb0c262c9639 = $(`<div id="html_8cb61a5467e67abdffabfb0c262c9639" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_d54a97047212f2d0f08285a8055ab8f4.setContent(html_8cb61a5467e67abdffabfb0c262c9639);
|
|
|
|
|
|
|
|
marker_e97f0aab83409914c8f6d7733897edd0.bindPopup(popup_d54a97047212f2d0f08285a8055ab8f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e97f0aab83409914c8f6d7733897edd0.setIcon(icon_427c6627994a1cd380b940326814db99);
|
|
|
|
|
|
var marker_98803432b36c5cb11b61026ccf2dc012 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_ba81272ffbc97c640a28210faaa75000 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab7dc225cff129804e10890faece0966 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd20ee8cc1b509a8861a43f18071f1c0 = $(`<div id="html_cd20ee8cc1b509a8861a43f18071f1c0" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_ab7dc225cff129804e10890faece0966.setContent(html_cd20ee8cc1b509a8861a43f18071f1c0);
|
|
|
|
|
|
|
|
marker_98803432b36c5cb11b61026ccf2dc012.bindPopup(popup_ab7dc225cff129804e10890faece0966)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98803432b36c5cb11b61026ccf2dc012.setIcon(icon_ba81272ffbc97c640a28210faaa75000);
|
|
|
|
|
|
var marker_bb506a723342f999829a369fd826f4f7 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_c0484105837aa47c6bde5ae568bf3321 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48d96cd279aae42428563ae85110dece = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f06564a7b5712a2903ab69a4396a9bb = $(`<div id="html_4f06564a7b5712a2903ab69a4396a9bb" style="width: 100.0%; height: 100.0%;">relay.orly.dev</div>`)[0];
|
|
popup_48d96cd279aae42428563ae85110dece.setContent(html_4f06564a7b5712a2903ab69a4396a9bb);
|
|
|
|
|
|
|
|
marker_bb506a723342f999829a369fd826f4f7.bindPopup(popup_48d96cd279aae42428563ae85110dece)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb506a723342f999829a369fd826f4f7.setIcon(icon_c0484105837aa47c6bde5ae568bf3321);
|
|
|
|
|
|
var marker_6e39a1d6cf84f738b3c62844e21c9282 = L.marker(
|
|
[39.9042, 116.407],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_24ff7f06b93f4b2134f134c56e1adcc9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e1813bcb471d653bd2e5c308f36e5f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0341e8abbecaa35347666d02cc9f6b59 = $(`<div id="html_0341e8abbecaa35347666d02cc9f6b59" style="width: 100.0%; height: 100.0%;">ms.chinacounty.com</div>`)[0];
|
|
popup_5e1813bcb471d653bd2e5c308f36e5f4.setContent(html_0341e8abbecaa35347666d02cc9f6b59);
|
|
|
|
|
|
|
|
marker_6e39a1d6cf84f738b3c62844e21c9282.bindPopup(popup_5e1813bcb471d653bd2e5c308f36e5f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e39a1d6cf84f738b3c62844e21c9282.setIcon(icon_24ff7f06b93f4b2134f134c56e1adcc9);
|
|
|
|
|
|
var marker_5c38a4a328abdae8c00451700be8a5b8 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_984524abd79017d3a1320e3951145f0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d467b1e14d15c6d3155d7807d14c0b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d72019a2737277d8f58335f0a2dd1568 = $(`<div id="html_d72019a2737277d8f58335f0a2dd1568" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_0d467b1e14d15c6d3155d7807d14c0b9.setContent(html_d72019a2737277d8f58335f0a2dd1568);
|
|
|
|
|
|
|
|
marker_5c38a4a328abdae8c00451700be8a5b8.bindPopup(popup_0d467b1e14d15c6d3155d7807d14c0b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c38a4a328abdae8c00451700be8a5b8.setIcon(icon_984524abd79017d3a1320e3951145f0c);
|
|
|
|
|
|
var marker_c154811b0b1dd44fd9f925c42d442772 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_de6d9b9fe3c112e01dd8e423ae079976 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e26ce941862df5acaf3e9950a647979b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c618cf82561a1906420085a78916d15 = $(`<div id="html_1c618cf82561a1906420085a78916d15" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_e26ce941862df5acaf3e9950a647979b.setContent(html_1c618cf82561a1906420085a78916d15);
|
|
|
|
|
|
|
|
marker_c154811b0b1dd44fd9f925c42d442772.bindPopup(popup_e26ce941862df5acaf3e9950a647979b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c154811b0b1dd44fd9f925c42d442772.setIcon(icon_de6d9b9fe3c112e01dd8e423ae079976);
|
|
|
|
|
|
var marker_c8c420da37018735a778095581bb23e7 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_8598d5d87e39115ffb1d2519f1487890 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc8c458c84fa369ca5ed739ff1854ead = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e77c871cb4b1a3d5bfcecac234a6b84 = $(`<div id="html_3e77c871cb4b1a3d5bfcecac234a6b84" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_dc8c458c84fa369ca5ed739ff1854ead.setContent(html_3e77c871cb4b1a3d5bfcecac234a6b84);
|
|
|
|
|
|
|
|
marker_c8c420da37018735a778095581bb23e7.bindPopup(popup_dc8c458c84fa369ca5ed739ff1854ead)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8c420da37018735a778095581bb23e7.setIcon(icon_8598d5d87e39115ffb1d2519f1487890);
|
|
|
|
|
|
var marker_a0ce661f5b25631a2b19e2c196308733 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_212339a582fa15eda1bc3b888a7f00a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e8691c8be9559149eff14e035b77db3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c99d01f76a1d4ed2d54a668304838d1a = $(`<div id="html_c99d01f76a1d4ed2d54a668304838d1a" style="width: 100.0%; height: 100.0%;">portal-relay.pareto.space</div>`)[0];
|
|
popup_1e8691c8be9559149eff14e035b77db3.setContent(html_c99d01f76a1d4ed2d54a668304838d1a);
|
|
|
|
|
|
|
|
marker_a0ce661f5b25631a2b19e2c196308733.bindPopup(popup_1e8691c8be9559149eff14e035b77db3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0ce661f5b25631a2b19e2c196308733.setIcon(icon_212339a582fa15eda1bc3b888a7f00a6);
|
|
|
|
|
|
var marker_af8d89a048496831e1f2d32ee934b014 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_c838f13c1cd195c231aef5736342784c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72e49e2f87d602e6e8bdc1d33f7f3e36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1c7750facd3d66ea741e28d8728192c = $(`<div id="html_f1c7750facd3d66ea741e28d8728192c" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_72e49e2f87d602e6e8bdc1d33f7f3e36.setContent(html_f1c7750facd3d66ea741e28d8728192c);
|
|
|
|
|
|
|
|
marker_af8d89a048496831e1f2d32ee934b014.bindPopup(popup_72e49e2f87d602e6e8bdc1d33f7f3e36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af8d89a048496831e1f2d32ee934b014.setIcon(icon_c838f13c1cd195c231aef5736342784c);
|
|
|
|
|
|
var marker_fdb49df03cdf37613e2a25eaaa6d3eca = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_ae0ac37cc6403a69064335793a2b7a8b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d61eb988bc3818cad93a55690a20844 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3542c26a7d5150067a760ea29bc3cb2d = $(`<div id="html_3542c26a7d5150067a760ea29bc3cb2d" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_3d61eb988bc3818cad93a55690a20844.setContent(html_3542c26a7d5150067a760ea29bc3cb2d);
|
|
|
|
|
|
|
|
marker_fdb49df03cdf37613e2a25eaaa6d3eca.bindPopup(popup_3d61eb988bc3818cad93a55690a20844)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdb49df03cdf37613e2a25eaaa6d3eca.setIcon(icon_ae0ac37cc6403a69064335793a2b7a8b);
|
|
|
|
|
|
var marker_4fa32a68299a949a1f38c8554a19f89b = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_f422d90ecf7eaad7c87e1d13635fdcc0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0fba621d42bd7a0a70bbb655d273860 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86e723d4826af6bb280aaac95380d668 = $(`<div id="html_86e723d4826af6bb280aaac95380d668" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_e0fba621d42bd7a0a70bbb655d273860.setContent(html_86e723d4826af6bb280aaac95380d668);
|
|
|
|
|
|
|
|
marker_4fa32a68299a949a1f38c8554a19f89b.bindPopup(popup_e0fba621d42bd7a0a70bbb655d273860)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4fa32a68299a949a1f38c8554a19f89b.setIcon(icon_f422d90ecf7eaad7c87e1d13635fdcc0);
|
|
|
|
|
|
var marker_13801421797350711695c24da8264037 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_6a78e816225fef27a7ebc3f31d9b5981 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ea7cb7074ae94ed13d33d1374dc1c9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9942ce687978b061ed36e01f6aee417b = $(`<div id="html_9942ce687978b061ed36e01f6aee417b" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_5ea7cb7074ae94ed13d33d1374dc1c9f.setContent(html_9942ce687978b061ed36e01f6aee417b);
|
|
|
|
|
|
|
|
marker_13801421797350711695c24da8264037.bindPopup(popup_5ea7cb7074ae94ed13d33d1374dc1c9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13801421797350711695c24da8264037.setIcon(icon_6a78e816225fef27a7ebc3f31d9b5981);
|
|
|
|
|
|
var marker_38f1d5438bd83d2b122d3b47c7bd2391 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_d89bacf0707baad01d10ff0cfe71ec16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9cb118dbd2322529addc382eb448fb16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a3c8143a34329f42142dc49b724cdc1 = $(`<div id="html_0a3c8143a34329f42142dc49b724cdc1" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_9cb118dbd2322529addc382eb448fb16.setContent(html_0a3c8143a34329f42142dc49b724cdc1);
|
|
|
|
|
|
|
|
marker_38f1d5438bd83d2b122d3b47c7bd2391.bindPopup(popup_9cb118dbd2322529addc382eb448fb16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38f1d5438bd83d2b122d3b47c7bd2391.setIcon(icon_d89bacf0707baad01d10ff0cfe71ec16);
|
|
|
|
|
|
var marker_cb5620e6b0de1d53bcd1b221b0742bd1 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_e8024b79fbb2cc0ae67cfb9901a663c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a2bdbd4142a396d1d8970b772f8e57b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb691192ff2babc3a3ad0fe074d5bc7a = $(`<div id="html_eb691192ff2babc3a3ad0fe074d5bc7a" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_2a2bdbd4142a396d1d8970b772f8e57b.setContent(html_eb691192ff2babc3a3ad0fe074d5bc7a);
|
|
|
|
|
|
|
|
marker_cb5620e6b0de1d53bcd1b221b0742bd1.bindPopup(popup_2a2bdbd4142a396d1d8970b772f8e57b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb5620e6b0de1d53bcd1b221b0742bd1.setIcon(icon_e8024b79fbb2cc0ae67cfb9901a663c7);
|
|
|
|
|
|
var marker_39abf3cbc9d9fd6971065ab998c58a38 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_b1ccbe8a9c7d98ded78b2dca6b95c48d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c9cd85fb9db12206246f6ffa521a99e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80e01dd8819d2ddc130fdf5073ed2ff4 = $(`<div id="html_80e01dd8819d2ddc130fdf5073ed2ff4" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_1c9cd85fb9db12206246f6ffa521a99e.setContent(html_80e01dd8819d2ddc130fdf5073ed2ff4);
|
|
|
|
|
|
|
|
marker_39abf3cbc9d9fd6971065ab998c58a38.bindPopup(popup_1c9cd85fb9db12206246f6ffa521a99e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39abf3cbc9d9fd6971065ab998c58a38.setIcon(icon_b1ccbe8a9c7d98ded78b2dca6b95c48d);
|
|
|
|
|
|
var marker_8b167cae39dc526ced31e2395ce66770 = L.marker(
|
|
[47.6062, -122.332],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_09a916d629ce1c21d80baaa4c04184c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca9eb5be27ce92429e193d7ffd6ef730 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7227c16aa4f6db0260c7c4bf3536cada = $(`<div id="html_7227c16aa4f6db0260c7c4bf3536cada" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_ca9eb5be27ce92429e193d7ffd6ef730.setContent(html_7227c16aa4f6db0260c7c4bf3536cada);
|
|
|
|
|
|
|
|
marker_8b167cae39dc526ced31e2395ce66770.bindPopup(popup_ca9eb5be27ce92429e193d7ffd6ef730)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b167cae39dc526ced31e2395ce66770.setIcon(icon_09a916d629ce1c21d80baaa4c04184c0);
|
|
|
|
|
|
var marker_7b565cbe85c1cc489ddb59a706579457 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_aafc9ce49a881ad1caba4c627f2802e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4098cda4c57e836ab437ec7a23fe0469 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dcd86729f499bce3bc3027e3cc578451 = $(`<div id="html_dcd86729f499bce3bc3027e3cc578451" style="width: 100.0%; height: 100.0%;">orly-relay.imwald.eu</div>`)[0];
|
|
popup_4098cda4c57e836ab437ec7a23fe0469.setContent(html_dcd86729f499bce3bc3027e3cc578451);
|
|
|
|
|
|
|
|
marker_7b565cbe85c1cc489ddb59a706579457.bindPopup(popup_4098cda4c57e836ab437ec7a23fe0469)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b565cbe85c1cc489ddb59a706579457.setIcon(icon_aafc9ce49a881ad1caba4c627f2802e8);
|
|
|
|
|
|
var marker_cd3781f6a86f7ad31ba27e9f71d64689 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_b7811bc66fdd2be032bf3d8f5b6b5e1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f14c23421a87d5b0c211435d9dcdc26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c361b3f9e156fa476739ac59ef43b43 = $(`<div id="html_1c361b3f9e156fa476739ac59ef43b43" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_7f14c23421a87d5b0c211435d9dcdc26.setContent(html_1c361b3f9e156fa476739ac59ef43b43);
|
|
|
|
|
|
|
|
marker_cd3781f6a86f7ad31ba27e9f71d64689.bindPopup(popup_7f14c23421a87d5b0c211435d9dcdc26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd3781f6a86f7ad31ba27e9f71d64689.setIcon(icon_b7811bc66fdd2be032bf3d8f5b6b5e1b);
|
|
|
|
|
|
var marker_ea2c5c90e99194a088e0f333d76f8d3f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_12cdb829088616be54d24c8c0ff775dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc6f170e4efd9782da707d264919856c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f9cbed00631f1c3b9e7850c3bee56da = $(`<div id="html_5f9cbed00631f1c3b9e7850c3bee56da" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_bc6f170e4efd9782da707d264919856c.setContent(html_5f9cbed00631f1c3b9e7850c3bee56da);
|
|
|
|
|
|
|
|
marker_ea2c5c90e99194a088e0f333d76f8d3f.bindPopup(popup_bc6f170e4efd9782da707d264919856c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea2c5c90e99194a088e0f333d76f8d3f.setIcon(icon_12cdb829088616be54d24c8c0ff775dd);
|
|
|
|
|
|
var marker_da886c0ae0d06c4cb2c25850c115935f = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_cb4c41f65fc835345777b36b0ee1b4ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26c264e58e6eb5ccd3c60ba7d891f314 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6093b086c5617b592d1b55d804b57e7 = $(`<div id="html_e6093b086c5617b592d1b55d804b57e7" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_26c264e58e6eb5ccd3c60ba7d891f314.setContent(html_e6093b086c5617b592d1b55d804b57e7);
|
|
|
|
|
|
|
|
marker_da886c0ae0d06c4cb2c25850c115935f.bindPopup(popup_26c264e58e6eb5ccd3c60ba7d891f314)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da886c0ae0d06c4cb2c25850c115935f.setIcon(icon_cb4c41f65fc835345777b36b0ee1b4ba);
|
|
|
|
|
|
var marker_2745d781d866df9e728c63ddd6417b1e = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_c324dc576881011b71707f1de823a32e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c77cc6b96f95e5092a01cfcd871f3a15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e99e12c81eb682167db9d8e57e0df7c2 = $(`<div id="html_e99e12c81eb682167db9d8e57e0df7c2" style="width: 100.0%; height: 100.0%;">pyramid.aaro.cc</div>`)[0];
|
|
popup_c77cc6b96f95e5092a01cfcd871f3a15.setContent(html_e99e12c81eb682167db9d8e57e0df7c2);
|
|
|
|
|
|
|
|
marker_2745d781d866df9e728c63ddd6417b1e.bindPopup(popup_c77cc6b96f95e5092a01cfcd871f3a15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2745d781d866df9e728c63ddd6417b1e.setIcon(icon_c324dc576881011b71707f1de823a32e);
|
|
|
|
|
|
var marker_d61d374e79b6b0ef570c65b4263c53ed = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_9a1793915a9be8f7ed61eafeb27283dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_285017670bd0181ee7cdd8fb62053836 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad2c53d0d43b2699dce2f15ca3abe5d6 = $(`<div id="html_ad2c53d0d43b2699dce2f15ca3abe5d6" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_285017670bd0181ee7cdd8fb62053836.setContent(html_ad2c53d0d43b2699dce2f15ca3abe5d6);
|
|
|
|
|
|
|
|
marker_d61d374e79b6b0ef570c65b4263c53ed.bindPopup(popup_285017670bd0181ee7cdd8fb62053836)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d61d374e79b6b0ef570c65b4263c53ed.setIcon(icon_9a1793915a9be8f7ed61eafeb27283dd);
|
|
|
|
|
|
var marker_e0f5d4f294c5e445ea1a97465bb51639 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_ad4215ea9d80685fe8fb9d442c5f2f40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43f9cfab30b7a3d44e052ccfb30e7a4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32c1507f5e7f5cc81641ccadb4a82b1a = $(`<div id="html_32c1507f5e7f5cc81641ccadb4a82b1a" style="width: 100.0%; height: 100.0%;">relay.wayback.st</div>`)[0];
|
|
popup_43f9cfab30b7a3d44e052ccfb30e7a4e.setContent(html_32c1507f5e7f5cc81641ccadb4a82b1a);
|
|
|
|
|
|
|
|
marker_e0f5d4f294c5e445ea1a97465bb51639.bindPopup(popup_43f9cfab30b7a3d44e052ccfb30e7a4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0f5d4f294c5e445ea1a97465bb51639.setIcon(icon_ad4215ea9d80685fe8fb9d442c5f2f40);
|
|
|
|
|
|
var marker_7ccfc9589b5e8c9259586407a2690268 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_48284c1d30fd62718733a9faf073d647 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_850a2abca9cb47a4cc02e96a41031419 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8db8ed40d6058b0b39969d727f6d2b47 = $(`<div id="html_8db8ed40d6058b0b39969d727f6d2b47" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_850a2abca9cb47a4cc02e96a41031419.setContent(html_8db8ed40d6058b0b39969d727f6d2b47);
|
|
|
|
|
|
|
|
marker_7ccfc9589b5e8c9259586407a2690268.bindPopup(popup_850a2abca9cb47a4cc02e96a41031419)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ccfc9589b5e8c9259586407a2690268.setIcon(icon_48284c1d30fd62718733a9faf073d647);
|
|
|
|
|
|
var marker_db46ad743f5dee465b9e536fadca7c19 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_04a05cf51501b2bcf82281e01aa6ad7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5c5d5acc1913825e2a7b75b5f551cb4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cdbd35b5c696f6afeffa11a16647c835 = $(`<div id="html_cdbd35b5c696f6afeffa11a16647c835" style="width: 100.0%; height: 100.0%;">treuzkas.branruz.com</div>`)[0];
|
|
popup_f5c5d5acc1913825e2a7b75b5f551cb4.setContent(html_cdbd35b5c696f6afeffa11a16647c835);
|
|
|
|
|
|
|
|
marker_db46ad743f5dee465b9e536fadca7c19.bindPopup(popup_f5c5d5acc1913825e2a7b75b5f551cb4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db46ad743f5dee465b9e536fadca7c19.setIcon(icon_04a05cf51501b2bcf82281e01aa6ad7f);
|
|
|
|
|
|
var marker_ee3af31a7cc8118b49d96a033d211fa9 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_901f0536225bba848dc88e974cd51a6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51ab12b87f0a67b333724f6df9ec908b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a85d6861cfc4fca19ec4ffe4ff3f84ee = $(`<div id="html_a85d6861cfc4fca19ec4ffe4ff3f84ee" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_51ab12b87f0a67b333724f6df9ec908b.setContent(html_a85d6861cfc4fca19ec4ffe4ff3f84ee);
|
|
|
|
|
|
|
|
marker_ee3af31a7cc8118b49d96a033d211fa9.bindPopup(popup_51ab12b87f0a67b333724f6df9ec908b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee3af31a7cc8118b49d96a033d211fa9.setIcon(icon_901f0536225bba848dc88e974cd51a6a);
|
|
|
|
|
|
var marker_804a1330a2f2fd8272128c2d355e9a56 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_527ec12444a608bca64b9785c220fa2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_982e0f62bc086351ad81c86163966cc3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_500f3cd07657ff781e993e1787a1a71d = $(`<div id="html_500f3cd07657ff781e993e1787a1a71d" style="width: 100.0%; height: 100.0%;">relay.bitmacro.pro</div>`)[0];
|
|
popup_982e0f62bc086351ad81c86163966cc3.setContent(html_500f3cd07657ff781e993e1787a1a71d);
|
|
|
|
|
|
|
|
marker_804a1330a2f2fd8272128c2d355e9a56.bindPopup(popup_982e0f62bc086351ad81c86163966cc3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_804a1330a2f2fd8272128c2d355e9a56.setIcon(icon_527ec12444a608bca64b9785c220fa2f);
|
|
|
|
|
|
var marker_c31041f5815c839cde3422c984747832 = L.marker(
|
|
[34.0965, -117.585],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_62185ff14b1db8734e403b42ccaff415 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3bbeedc1cc93534609fdae14c8b921d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12202a967565ba86e40c5ce9ea32d36f = $(`<div id="html_12202a967565ba86e40c5ce9ea32d36f" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_b3bbeedc1cc93534609fdae14c8b921d.setContent(html_12202a967565ba86e40c5ce9ea32d36f);
|
|
|
|
|
|
|
|
marker_c31041f5815c839cde3422c984747832.bindPopup(popup_b3bbeedc1cc93534609fdae14c8b921d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c31041f5815c839cde3422c984747832.setIcon(icon_62185ff14b1db8734e403b42ccaff415);
|
|
|
|
|
|
var marker_c4e62098c9ad7430e7f5d2c13e7dbf95 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_48963d9a23612771ddf92391383de97c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7c4695bae61bb936f387d7ac181d3be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e19ef91f56fc9d7eeacc7d1bb74731f1 = $(`<div id="html_e19ef91f56fc9d7eeacc7d1bb74731f1" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_a7c4695bae61bb936f387d7ac181d3be.setContent(html_e19ef91f56fc9d7eeacc7d1bb74731f1);
|
|
|
|
|
|
|
|
marker_c4e62098c9ad7430e7f5d2c13e7dbf95.bindPopup(popup_a7c4695bae61bb936f387d7ac181d3be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4e62098c9ad7430e7f5d2c13e7dbf95.setIcon(icon_48963d9a23612771ddf92391383de97c);
|
|
|
|
|
|
var marker_dfec51388430df621a787be39df3caec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_e9b1a3ee11ba564d61ed3084e7049660 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc0a9af0bf835169e1628c2651e8a7b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c143371b4d2d04519a27ef8521bd13b = $(`<div id="html_7c143371b4d2d04519a27ef8521bd13b" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_bc0a9af0bf835169e1628c2651e8a7b5.setContent(html_7c143371b4d2d04519a27ef8521bd13b);
|
|
|
|
|
|
|
|
marker_dfec51388430df621a787be39df3caec.bindPopup(popup_bc0a9af0bf835169e1628c2651e8a7b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dfec51388430df621a787be39df3caec.setIcon(icon_e9b1a3ee11ba564d61ed3084e7049660);
|
|
|
|
|
|
var marker_9b63311461dfe18bdd6144d206ac9a95 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_22f73e35794f350868f695da40ea979d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9928c8d9def7436f1ff310d764207fb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3517c328d21df3865c0fb4915e023834 = $(`<div id="html_3517c328d21df3865c0fb4915e023834" style="width: 100.0%; height: 100.0%;">public.crostr.com</div>`)[0];
|
|
popup_9928c8d9def7436f1ff310d764207fb9.setContent(html_3517c328d21df3865c0fb4915e023834);
|
|
|
|
|
|
|
|
marker_9b63311461dfe18bdd6144d206ac9a95.bindPopup(popup_9928c8d9def7436f1ff310d764207fb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b63311461dfe18bdd6144d206ac9a95.setIcon(icon_22f73e35794f350868f695da40ea979d);
|
|
|
|
|
|
var marker_9bc78ee71e0a6402b35253faaa1d0728 = L.marker(
|
|
[38.3396, -122.701],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_eae21f91c3b9e839ddf93ff7e2ce4889 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40c49fb5d93172589691ad94a2a71896 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_184269c3d7e22ddf9dc6828945ef2020 = $(`<div id="html_184269c3d7e22ddf9dc6828945ef2020" style="width: 100.0%; height: 100.0%;">nostr.klabo.world</div>`)[0];
|
|
popup_40c49fb5d93172589691ad94a2a71896.setContent(html_184269c3d7e22ddf9dc6828945ef2020);
|
|
|
|
|
|
|
|
marker_9bc78ee71e0a6402b35253faaa1d0728.bindPopup(popup_40c49fb5d93172589691ad94a2a71896)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9bc78ee71e0a6402b35253faaa1d0728.setIcon(icon_eae21f91c3b9e839ddf93ff7e2ce4889);
|
|
|
|
|
|
var marker_9644ee2ed181b0a7b88ee417a6bc0f1c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_9fa0f1bbc07f9f105fd26588f28c5696 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a58b704bde11056f367c7087b00ec975 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f81f23d25107cfd17c026b2858eb8c68 = $(`<div id="html_f81f23d25107cfd17c026b2858eb8c68" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_a58b704bde11056f367c7087b00ec975.setContent(html_f81f23d25107cfd17c026b2858eb8c68);
|
|
|
|
|
|
|
|
marker_9644ee2ed181b0a7b88ee417a6bc0f1c.bindPopup(popup_a58b704bde11056f367c7087b00ec975)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9644ee2ed181b0a7b88ee417a6bc0f1c.setIcon(icon_9fa0f1bbc07f9f105fd26588f28c5696);
|
|
|
|
|
|
var marker_98161810a51cb82874d17419f59327a1 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_749716ec043759438efc368193842276 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60ddd87b7ea6881a4a33e99a43b0a486 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb3c2777212f51a233b979e12f429668 = $(`<div id="html_bb3c2777212f51a233b979e12f429668" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_60ddd87b7ea6881a4a33e99a43b0a486.setContent(html_bb3c2777212f51a233b979e12f429668);
|
|
|
|
|
|
|
|
marker_98161810a51cb82874d17419f59327a1.bindPopup(popup_60ddd87b7ea6881a4a33e99a43b0a486)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98161810a51cb82874d17419f59327a1.setIcon(icon_749716ec043759438efc368193842276);
|
|
|
|
|
|
var marker_e503ffac814a531ec4fc0a0e1fa3c856 = L.marker(
|
|
[49.029, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_a8ddaf6ffaa8d67458d0387f00e9b4b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec9f8552f5509558f7f774058ff6c30c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0581e170a09ea64d3c4144340de4853a = $(`<div id="html_0581e170a09ea64d3c4144340de4853a" style="width: 100.0%; height: 100.0%;">nostr.0cx.de</div>`)[0];
|
|
popup_ec9f8552f5509558f7f774058ff6c30c.setContent(html_0581e170a09ea64d3c4144340de4853a);
|
|
|
|
|
|
|
|
marker_e503ffac814a531ec4fc0a0e1fa3c856.bindPopup(popup_ec9f8552f5509558f7f774058ff6c30c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e503ffac814a531ec4fc0a0e1fa3c856.setIcon(icon_a8ddaf6ffaa8d67458d0387f00e9b4b6);
|
|
|
|
|
|
var marker_298479ae914faa246cfdc253c8ce3b91 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_c540c32deac5622d607fcbb01ad381c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e04f9a16518fb5ac618fe7e573eff345 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89131b9e0c7817cf32529d20ad44b8d2 = $(`<div id="html_89131b9e0c7817cf32529d20ad44b8d2" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_e04f9a16518fb5ac618fe7e573eff345.setContent(html_89131b9e0c7817cf32529d20ad44b8d2);
|
|
|
|
|
|
|
|
marker_298479ae914faa246cfdc253c8ce3b91.bindPopup(popup_e04f9a16518fb5ac618fe7e573eff345)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_298479ae914faa246cfdc253c8ce3b91.setIcon(icon_c540c32deac5622d607fcbb01ad381c3);
|
|
|
|
|
|
var marker_50dc95d048e15c39a278cdd6f5b86021 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_71d476098f0d5bc5baccd15a11c6e6be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f2d7a4fa5fbc7f10c47c39f768e16c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d50368b8692f3a432134ca3cd6db4f6 = $(`<div id="html_2d50368b8692f3a432134ca3cd6db4f6" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_8f2d7a4fa5fbc7f10c47c39f768e16c9.setContent(html_2d50368b8692f3a432134ca3cd6db4f6);
|
|
|
|
|
|
|
|
marker_50dc95d048e15c39a278cdd6f5b86021.bindPopup(popup_8f2d7a4fa5fbc7f10c47c39f768e16c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50dc95d048e15c39a278cdd6f5b86021.setIcon(icon_71d476098f0d5bc5baccd15a11c6e6be);
|
|
|
|
|
|
var marker_70404daeb07b75217c04798cb34ec496 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_b10de6a775300ac4460681d47dad4fb6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb9cd93c19b161368ebd4b27857d29ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7e97a06be5959406a877ad9c16fc994 = $(`<div id="html_d7e97a06be5959406a877ad9c16fc994" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_fb9cd93c19b161368ebd4b27857d29ab.setContent(html_d7e97a06be5959406a877ad9c16fc994);
|
|
|
|
|
|
|
|
marker_70404daeb07b75217c04798cb34ec496.bindPopup(popup_fb9cd93c19b161368ebd4b27857d29ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70404daeb07b75217c04798cb34ec496.setIcon(icon_b10de6a775300ac4460681d47dad4fb6);
|
|
|
|
|
|
var marker_0acf028c881cfe5584c3a19ee1f245bd = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_34946712776d5e1a199a915039b445ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46483bb7804adbbbdd2aeecb241e200c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ce732d16da75d90e064a6ad882390aa = $(`<div id="html_0ce732d16da75d90e064a6ad882390aa" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_46483bb7804adbbbdd2aeecb241e200c.setContent(html_0ce732d16da75d90e064a6ad882390aa);
|
|
|
|
|
|
|
|
marker_0acf028c881cfe5584c3a19ee1f245bd.bindPopup(popup_46483bb7804adbbbdd2aeecb241e200c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0acf028c881cfe5584c3a19ee1f245bd.setIcon(icon_34946712776d5e1a199a915039b445ff);
|
|
|
|
|
|
var marker_a4978a458b7d48ebebe21376297b5914 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_98e8f302f01a6d84b4f3c898bf428c13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72747159c833bafbff88cd90089b99c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1b1515ad30f8289535f85203c1db020 = $(`<div id="html_f1b1515ad30f8289535f85203c1db020" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_72747159c833bafbff88cd90089b99c4.setContent(html_f1b1515ad30f8289535f85203c1db020);
|
|
|
|
|
|
|
|
marker_a4978a458b7d48ebebe21376297b5914.bindPopup(popup_72747159c833bafbff88cd90089b99c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4978a458b7d48ebebe21376297b5914.setIcon(icon_98e8f302f01a6d84b4f3c898bf428c13);
|
|
|
|
|
|
var marker_9e4239c03de6be7901ab57a496d86430 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_68cf4c36eb068e12ba614d9102228241 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa87c321b08d715a633526c76842bfb0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e25d4d6c27eb04ac57c3fb9aaa6a0344 = $(`<div id="html_e25d4d6c27eb04ac57c3fb9aaa6a0344" style="width: 100.0%; height: 100.0%;">api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_fa87c321b08d715a633526c76842bfb0.setContent(html_e25d4d6c27eb04ac57c3fb9aaa6a0344);
|
|
|
|
|
|
|
|
marker_9e4239c03de6be7901ab57a496d86430.bindPopup(popup_fa87c321b08d715a633526c76842bfb0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e4239c03de6be7901ab57a496d86430.setIcon(icon_68cf4c36eb068e12ba614d9102228241);
|
|
|
|
|
|
var marker_1a2b51c862b836c2f457f91b6028f593 = L.marker(
|
|
[53.5, 10.25],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_ac8c24b585eb035f949015c5d003df0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37231b5628eb2437c00633562f34b4bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c6b5f8980d69985d784fd3ca2fab784 = $(`<div id="html_8c6b5f8980d69985d784fd3ca2fab784" style="width: 100.0%; height: 100.0%;">pyramid.self-determined.de</div>`)[0];
|
|
popup_37231b5628eb2437c00633562f34b4bc.setContent(html_8c6b5f8980d69985d784fd3ca2fab784);
|
|
|
|
|
|
|
|
marker_1a2b51c862b836c2f457f91b6028f593.bindPopup(popup_37231b5628eb2437c00633562f34b4bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a2b51c862b836c2f457f91b6028f593.setIcon(icon_ac8c24b585eb035f949015c5d003df0a);
|
|
|
|
|
|
var marker_aeab0956510c31a5c02d113101353bd3 = L.marker(
|
|
[35.6916, 139.768],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_26df95f9d38aec43be32300757fea1eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8499754d2193d50b977b44058ce2134 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0da63a7e0d4ea9f118134951a15d85c = $(`<div id="html_c0da63a7e0d4ea9f118134951a15d85c" style="width: 100.0%; height: 100.0%;">relay.purplefrog.cloud</div>`)[0];
|
|
popup_f8499754d2193d50b977b44058ce2134.setContent(html_c0da63a7e0d4ea9f118134951a15d85c);
|
|
|
|
|
|
|
|
marker_aeab0956510c31a5c02d113101353bd3.bindPopup(popup_f8499754d2193d50b977b44058ce2134)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aeab0956510c31a5c02d113101353bd3.setIcon(icon_26df95f9d38aec43be32300757fea1eb);
|
|
|
|
|
|
var marker_cc35061d4f497931bdac7a13dd8add86 = L.marker(
|
|
[33.7584, -84.6375],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_1f91f94bf1ab28ce14da8da11419fa2a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50cd8d301f3cd292d37e1d9885db01aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e6276815f16ff9734ed74b4d5b23a0c = $(`<div id="html_5e6276815f16ff9734ed74b4d5b23a0c" style="width: 100.0%; height: 100.0%;">relay.nostrops.com</div>`)[0];
|
|
popup_50cd8d301f3cd292d37e1d9885db01aa.setContent(html_5e6276815f16ff9734ed74b4d5b23a0c);
|
|
|
|
|
|
|
|
marker_cc35061d4f497931bdac7a13dd8add86.bindPopup(popup_50cd8d301f3cd292d37e1d9885db01aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc35061d4f497931bdac7a13dd8add86.setIcon(icon_1f91f94bf1ab28ce14da8da11419fa2a);
|
|
|
|
|
|
var marker_0bec7cf4d52798af046b0f3122b0736e = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_c660f79797fb649e572d79f27f1a89aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca4ef65d7dea18db444231d32dd472ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_315dbd0fda14628d023a4bdfe57acfee = $(`<div id="html_315dbd0fda14628d023a4bdfe57acfee" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_ca4ef65d7dea18db444231d32dd472ad.setContent(html_315dbd0fda14628d023a4bdfe57acfee);
|
|
|
|
|
|
|
|
marker_0bec7cf4d52798af046b0f3122b0736e.bindPopup(popup_ca4ef65d7dea18db444231d32dd472ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0bec7cf4d52798af046b0f3122b0736e.setIcon(icon_c660f79797fb649e572d79f27f1a89aa);
|
|
|
|
|
|
var marker_49a0e5c80982952564de8a533158d93c = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_76fe8097fe3abb4b79a318360881f4b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3d148d0dd754daa02e60952bc9216d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84df3b2869aa4c9f4afb02b6058d622f = $(`<div id="html_84df3b2869aa4c9f4afb02b6058d622f" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_b3d148d0dd754daa02e60952bc9216d8.setContent(html_84df3b2869aa4c9f4afb02b6058d622f);
|
|
|
|
|
|
|
|
marker_49a0e5c80982952564de8a533158d93c.bindPopup(popup_b3d148d0dd754daa02e60952bc9216d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49a0e5c80982952564de8a533158d93c.setIcon(icon_76fe8097fe3abb4b79a318360881f4b0);
|
|
|
|
|
|
var marker_2fa995df9240814342279da88d7fbca9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_ba838719de276c199929d2f233e5da4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4eb8f73dace315611e34d70953b0e91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26284366ac008a8c5470c3ebafb59b7c = $(`<div id="html_26284366ac008a8c5470c3ebafb59b7c" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_c4eb8f73dace315611e34d70953b0e91.setContent(html_26284366ac008a8c5470c3ebafb59b7c);
|
|
|
|
|
|
|
|
marker_2fa995df9240814342279da88d7fbca9.bindPopup(popup_c4eb8f73dace315611e34d70953b0e91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fa995df9240814342279da88d7fbca9.setIcon(icon_ba838719de276c199929d2f233e5da4a);
|
|
|
|
|
|
var marker_f586727614e3aac6730d7ea0af747ec6 = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_27d0359abf16bb070e4133862b4e8dc8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_658c30f5e31a8692cf902850a9a486aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a4851eddf3aa57dd2834a5e23641688 = $(`<div id="html_1a4851eddf3aa57dd2834a5e23641688" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_658c30f5e31a8692cf902850a9a486aa.setContent(html_1a4851eddf3aa57dd2834a5e23641688);
|
|
|
|
|
|
|
|
marker_f586727614e3aac6730d7ea0af747ec6.bindPopup(popup_658c30f5e31a8692cf902850a9a486aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f586727614e3aac6730d7ea0af747ec6.setIcon(icon_27d0359abf16bb070e4133862b4e8dc8);
|
|
|
|
|
|
var marker_77618084b1b6975402fea6664055e3fb = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_787d0123bc131b64412a8c6a875abb92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0af8427549d9508ad79aabafdbdcc92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3396448477aa4ce5ce60a4e0bd5c3edb = $(`<div id="html_3396448477aa4ce5ce60a4e0bd5c3edb" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_a0af8427549d9508ad79aabafdbdcc92.setContent(html_3396448477aa4ce5ce60a4e0bd5c3edb);
|
|
|
|
|
|
|
|
marker_77618084b1b6975402fea6664055e3fb.bindPopup(popup_a0af8427549d9508ad79aabafdbdcc92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77618084b1b6975402fea6664055e3fb.setIcon(icon_787d0123bc131b64412a8c6a875abb92);
|
|
|
|
|
|
var marker_b06bc28a90048593ac4c1026c70a4acb = L.marker(
|
|
[43.6591, -70.2568],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_7bc6f586e94435b95d067e14e1d356bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9846054284b54fd7368aee987a19252e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44db2e1c602c393000a969bd48831cac = $(`<div id="html_44db2e1c602c393000a969bd48831cac" style="width: 100.0%; height: 100.0%;">nostr.tuckerbradford.com</div>`)[0];
|
|
popup_9846054284b54fd7368aee987a19252e.setContent(html_44db2e1c602c393000a969bd48831cac);
|
|
|
|
|
|
|
|
marker_b06bc28a90048593ac4c1026c70a4acb.bindPopup(popup_9846054284b54fd7368aee987a19252e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b06bc28a90048593ac4c1026c70a4acb.setIcon(icon_7bc6f586e94435b95d067e14e1d356bf);
|
|
|
|
|
|
var marker_8e142c1533cab774a8c3e369f8df415e = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_b9998692a750b3c227e2171472f34286 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26ea18321996417fc77deaf4e7b91c37 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17fdd4bf0543c0daeab4b6ead0d389bc = $(`<div id="html_17fdd4bf0543c0daeab4b6ead0d389bc" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_26ea18321996417fc77deaf4e7b91c37.setContent(html_17fdd4bf0543c0daeab4b6ead0d389bc);
|
|
|
|
|
|
|
|
marker_8e142c1533cab774a8c3e369f8df415e.bindPopup(popup_26ea18321996417fc77deaf4e7b91c37)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e142c1533cab774a8c3e369f8df415e.setIcon(icon_b9998692a750b3c227e2171472f34286);
|
|
|
|
|
|
var marker_070920996ba51146be9864bfebcade77 = L.marker(
|
|
[46.0037, 8.95105],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_872d47be01c9aac5dc349706637681f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b76100ece1b85874b91f8cb0e187e0ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8636f021dc3721bc2a8f5fcc6de736b2 = $(`<div id="html_8636f021dc3721bc2a8f5fcc6de736b2" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_b76100ece1b85874b91f8cb0e187e0ed.setContent(html_8636f021dc3721bc2a8f5fcc6de736b2);
|
|
|
|
|
|
|
|
marker_070920996ba51146be9864bfebcade77.bindPopup(popup_b76100ece1b85874b91f8cb0e187e0ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_070920996ba51146be9864bfebcade77.setIcon(icon_872d47be01c9aac5dc349706637681f4);
|
|
|
|
|
|
var marker_2bc5386e5e65af80a8d6a807d1f53222 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_68251071a744d1c5d46aaea38407c82a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6bf3727fb6ef8a6d760d4e213f61e59 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0873cee49d30bcf12a24099fd570b506 = $(`<div id="html_0873cee49d30bcf12a24099fd570b506" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_c6bf3727fb6ef8a6d760d4e213f61e59.setContent(html_0873cee49d30bcf12a24099fd570b506);
|
|
|
|
|
|
|
|
marker_2bc5386e5e65af80a8d6a807d1f53222.bindPopup(popup_c6bf3727fb6ef8a6d760d4e213f61e59)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2bc5386e5e65af80a8d6a807d1f53222.setIcon(icon_68251071a744d1c5d46aaea38407c82a);
|
|
|
|
|
|
var marker_c297116c1ebe52235d78784df70925f5 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_5e6f5b7fe8e9632fb850a7d291714284 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a79cedbdc7770aa0a7a146377974a893 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5430a23bdb525ba4ab1f5448cfa662b3 = $(`<div id="html_5430a23bdb525ba4ab1f5448cfa662b3" style="width: 100.0%; height: 100.0%;">r.alphaama.com</div>`)[0];
|
|
popup_a79cedbdc7770aa0a7a146377974a893.setContent(html_5430a23bdb525ba4ab1f5448cfa662b3);
|
|
|
|
|
|
|
|
marker_c297116c1ebe52235d78784df70925f5.bindPopup(popup_a79cedbdc7770aa0a7a146377974a893)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c297116c1ebe52235d78784df70925f5.setIcon(icon_5e6f5b7fe8e9632fb850a7d291714284);
|
|
|
|
|
|
var marker_479f531d23a01a07eef5500c4ebd581c = L.marker(
|
|
[60.4032, 25.0321],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_4172960ce4efbee83637717e0b687ef9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b39b5cd7daa2c103ce66b0c643e6005 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_914fac03eadedf669a54fa39156e6fa8 = $(`<div id="html_914fac03eadedf669a54fa39156e6fa8" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_2b39b5cd7daa2c103ce66b0c643e6005.setContent(html_914fac03eadedf669a54fa39156e6fa8);
|
|
|
|
|
|
|
|
marker_479f531d23a01a07eef5500c4ebd581c.bindPopup(popup_2b39b5cd7daa2c103ce66b0c643e6005)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_479f531d23a01a07eef5500c4ebd581c.setIcon(icon_4172960ce4efbee83637717e0b687ef9);
|
|
|
|
|
|
var marker_f07633a0dac1a14bf97be8ff119b60da = L.marker(
|
|
[51.9194, 19.1451],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_08b031bd65a721edd2dbe411c70b784b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_899d5eaeb744207c8a15a0ece37ef85c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c3b4beb9e76f1ff9edcf675ad95f9f5 = $(`<div id="html_6c3b4beb9e76f1ff9edcf675ad95f9f5" style="width: 100.0%; height: 100.0%;">relay.upleb.uk</div>`)[0];
|
|
popup_899d5eaeb744207c8a15a0ece37ef85c.setContent(html_6c3b4beb9e76f1ff9edcf675ad95f9f5);
|
|
|
|
|
|
|
|
marker_f07633a0dac1a14bf97be8ff119b60da.bindPopup(popup_899d5eaeb744207c8a15a0ece37ef85c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f07633a0dac1a14bf97be8ff119b60da.setIcon(icon_08b031bd65a721edd2dbe411c70b784b);
|
|
|
|
|
|
var marker_f86e26b36cd28fe290d2b30463e18c4e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_fbc29498e85f5b96f45fb937724ed7e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8183f517c2b403baa498c402aee64857 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_208694f5c4cda43804ac1c1ba815db70 = $(`<div id="html_208694f5c4cda43804ac1c1ba815db70" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_8183f517c2b403baa498c402aee64857.setContent(html_208694f5c4cda43804ac1c1ba815db70);
|
|
|
|
|
|
|
|
marker_f86e26b36cd28fe290d2b30463e18c4e.bindPopup(popup_8183f517c2b403baa498c402aee64857)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f86e26b36cd28fe290d2b30463e18c4e.setIcon(icon_fbc29498e85f5b96f45fb937724ed7e7);
|
|
|
|
|
|
var marker_0e5bbb5c5b2e1fdc9b75ba577f429917 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_41f6427b08e87b01133ad4fb2752a0ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00ccf17dee4567d98ff727f25457f9f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1374df87412274355ed28a408c762ca5 = $(`<div id="html_1374df87412274355ed28a408c762ca5" style="width: 100.0%; height: 100.0%;">nostr.calitabby.net</div>`)[0];
|
|
popup_00ccf17dee4567d98ff727f25457f9f3.setContent(html_1374df87412274355ed28a408c762ca5);
|
|
|
|
|
|
|
|
marker_0e5bbb5c5b2e1fdc9b75ba577f429917.bindPopup(popup_00ccf17dee4567d98ff727f25457f9f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e5bbb5c5b2e1fdc9b75ba577f429917.setIcon(icon_41f6427b08e87b01133ad4fb2752a0ee);
|
|
|
|
|
|
var marker_003cf1bfab08b84ef5d7db3e5f4efa7f = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_8cf94ae3f13c61b46dfc770d1a13d2a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9083d20a758e5a90225be2f0f41079e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90c8c713dc73e1fc735c238237bcd546 = $(`<div id="html_90c8c713dc73e1fc735c238237bcd546" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_a9083d20a758e5a90225be2f0f41079e.setContent(html_90c8c713dc73e1fc735c238237bcd546);
|
|
|
|
|
|
|
|
marker_003cf1bfab08b84ef5d7db3e5f4efa7f.bindPopup(popup_a9083d20a758e5a90225be2f0f41079e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_003cf1bfab08b84ef5d7db3e5f4efa7f.setIcon(icon_8cf94ae3f13c61b46dfc770d1a13d2a9);
|
|
|
|
|
|
var marker_84f510a5e86f8d5edbf632a5e9922d28 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_f5abd53b51a338fe0d3720ab2cc6edc3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc0a3f1916ee0eeeab792315a32efa7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ccd967d2dcb1a78fdd061bebe1e53bab = $(`<div id="html_ccd967d2dcb1a78fdd061bebe1e53bab" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_bc0a3f1916ee0eeeab792315a32efa7e.setContent(html_ccd967d2dcb1a78fdd061bebe1e53bab);
|
|
|
|
|
|
|
|
marker_84f510a5e86f8d5edbf632a5e9922d28.bindPopup(popup_bc0a3f1916ee0eeeab792315a32efa7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84f510a5e86f8d5edbf632a5e9922d28.setIcon(icon_f5abd53b51a338fe0d3720ab2cc6edc3);
|
|
|
|
|
|
var marker_aa523c994249725ea228a40ea015b90b = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_4051724007c001ad0b0a683d96f232da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f35b25e75afc79130e48aec4c5ea83f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5d1c0be9eb59b35d55877a4ff31aa36 = $(`<div id="html_f5d1c0be9eb59b35d55877a4ff31aa36" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_3f35b25e75afc79130e48aec4c5ea83f.setContent(html_f5d1c0be9eb59b35d55877a4ff31aa36);
|
|
|
|
|
|
|
|
marker_aa523c994249725ea228a40ea015b90b.bindPopup(popup_3f35b25e75afc79130e48aec4c5ea83f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa523c994249725ea228a40ea015b90b.setIcon(icon_4051724007c001ad0b0a683d96f232da);
|
|
|
|
|
|
var marker_43edc3709007f277edad4060c7bbd407 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_ac8f4ed17de7ef5eebcd3669707c44ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fca8e6bafc123e5ac5b854e936cd05a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9df34edf3ba7c331e0870af6d1c5eab6 = $(`<div id="html_9df34edf3ba7c331e0870af6d1c5eab6" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_fca8e6bafc123e5ac5b854e936cd05a9.setContent(html_9df34edf3ba7c331e0870af6d1c5eab6);
|
|
|
|
|
|
|
|
marker_43edc3709007f277edad4060c7bbd407.bindPopup(popup_fca8e6bafc123e5ac5b854e936cd05a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43edc3709007f277edad4060c7bbd407.setIcon(icon_ac8f4ed17de7ef5eebcd3669707c44ee);
|
|
|
|
|
|
var marker_e212b905cc11c7621b6c061d3463a1a4 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_2e482fa1491d79b940d60a3d98168bd9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7016cffa9f1c06a4366a153ee239ce3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_958e999704a81a662998e850a49b345e = $(`<div id="html_958e999704a81a662998e850a49b345e" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_b7016cffa9f1c06a4366a153ee239ce3.setContent(html_958e999704a81a662998e850a49b345e);
|
|
|
|
|
|
|
|
marker_e212b905cc11c7621b6c061d3463a1a4.bindPopup(popup_b7016cffa9f1c06a4366a153ee239ce3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e212b905cc11c7621b6c061d3463a1a4.setIcon(icon_2e482fa1491d79b940d60a3d98168bd9);
|
|
|
|
|
|
var marker_1989ccdf661967729800b69dbe1af763 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_9396b6292f3432d818e8ee7e287a2cbf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_232d5b3d6482c4099daf688f7300fbdb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_798cb670eac535848ededb229c2255a9 = $(`<div id="html_798cb670eac535848ededb229c2255a9" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_232d5b3d6482c4099daf688f7300fbdb.setContent(html_798cb670eac535848ededb229c2255a9);
|
|
|
|
|
|
|
|
marker_1989ccdf661967729800b69dbe1af763.bindPopup(popup_232d5b3d6482c4099daf688f7300fbdb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1989ccdf661967729800b69dbe1af763.setIcon(icon_9396b6292f3432d818e8ee7e287a2cbf);
|
|
|
|
|
|
var marker_7443c215db52a101aedd70f29d7583ba = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_8d424d83a7746a452af12dd40c2d89a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43bd44a349a32c3de4429338062ec203 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b41d8329b2caae84ff9b116d26ef880a = $(`<div id="html_b41d8329b2caae84ff9b116d26ef880a" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_43bd44a349a32c3de4429338062ec203.setContent(html_b41d8329b2caae84ff9b116d26ef880a);
|
|
|
|
|
|
|
|
marker_7443c215db52a101aedd70f29d7583ba.bindPopup(popup_43bd44a349a32c3de4429338062ec203)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7443c215db52a101aedd70f29d7583ba.setIcon(icon_8d424d83a7746a452af12dd40c2d89a1);
|
|
|
|
|
|
var marker_8851dea3e95487e4efe5e8c9d4f07b24 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_d519f52a335533c01bcfc1edd70f4455 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dec4b255c872556a6e2903db59a41e65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f972fae0a90e29d21c98c51cf7f8050 = $(`<div id="html_6f972fae0a90e29d21c98c51cf7f8050" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_dec4b255c872556a6e2903db59a41e65.setContent(html_6f972fae0a90e29d21c98c51cf7f8050);
|
|
|
|
|
|
|
|
marker_8851dea3e95487e4efe5e8c9d4f07b24.bindPopup(popup_dec4b255c872556a6e2903db59a41e65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8851dea3e95487e4efe5e8c9d4f07b24.setIcon(icon_d519f52a335533c01bcfc1edd70f4455);
|
|
|
|
|
|
var marker_378c433149308fc44a2b96acd41ed3ca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_4194a2c48daaa020c3206db3caaa58aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d58ce009aab5e2c470d29a3a146b6c57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be6bf65f056d5566f93272683bb067ff = $(`<div id="html_be6bf65f056d5566f93272683bb067ff" style="width: 100.0%; height: 100.0%;">relay.og.coop</div>`)[0];
|
|
popup_d58ce009aab5e2c470d29a3a146b6c57.setContent(html_be6bf65f056d5566f93272683bb067ff);
|
|
|
|
|
|
|
|
marker_378c433149308fc44a2b96acd41ed3ca.bindPopup(popup_d58ce009aab5e2c470d29a3a146b6c57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_378c433149308fc44a2b96acd41ed3ca.setIcon(icon_4194a2c48daaa020c3206db3caaa58aa);
|
|
|
|
|
|
var marker_a8446acc7653bcb17237c212f84c5d6b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_b5059c903ef7e0d293cae11634b725f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4cc1877708a214298f17bfe84c0afa8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31f4647550cbc97e6eb1e21001b59eee = $(`<div id="html_31f4647550cbc97e6eb1e21001b59eee" style="width: 100.0%; height: 100.0%;">zg0vtbriqdog7.clorecloud.net</div>`)[0];
|
|
popup_4cc1877708a214298f17bfe84c0afa8d.setContent(html_31f4647550cbc97e6eb1e21001b59eee);
|
|
|
|
|
|
|
|
marker_a8446acc7653bcb17237c212f84c5d6b.bindPopup(popup_4cc1877708a214298f17bfe84c0afa8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8446acc7653bcb17237c212f84c5d6b.setIcon(icon_b5059c903ef7e0d293cae11634b725f5);
|
|
|
|
|
|
var marker_905921172c97d51f69d85d7afc73cc29 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_21b72736f7626154b06ebcec1d911bf2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48e1bf012c90cf08ee0d8299a315d562 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c68808d03c461ef4e8038528e44e9725 = $(`<div id="html_c68808d03c461ef4e8038528e44e9725" style="width: 100.0%; height: 100.0%;">relay.cathouse-propeller.com</div>`)[0];
|
|
popup_48e1bf012c90cf08ee0d8299a315d562.setContent(html_c68808d03c461ef4e8038528e44e9725);
|
|
|
|
|
|
|
|
marker_905921172c97d51f69d85d7afc73cc29.bindPopup(popup_48e1bf012c90cf08ee0d8299a315d562)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_905921172c97d51f69d85d7afc73cc29.setIcon(icon_21b72736f7626154b06ebcec1d911bf2);
|
|
|
|
|
|
var marker_f7f2914862f4c38977462b2f22767ea4 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_520ff87071fb3a32961bcb35ae98a5a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b55944ff7f9e850256892ad852491dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de532e3b4211beb5645df92ce209e327 = $(`<div id="html_de532e3b4211beb5645df92ce209e327" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_5b55944ff7f9e850256892ad852491dc.setContent(html_de532e3b4211beb5645df92ce209e327);
|
|
|
|
|
|
|
|
marker_f7f2914862f4c38977462b2f22767ea4.bindPopup(popup_5b55944ff7f9e850256892ad852491dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7f2914862f4c38977462b2f22767ea4.setIcon(icon_520ff87071fb3a32961bcb35ae98a5a1);
|
|
|
|
|
|
var marker_f11265873b3f3bc0a1a2706f733c0506 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_87e63468e1a964b7f414b5ad58e8d932 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f616fcf4b94a1a0cf78c9c00e365ad95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18dd60d5d1c472a65eb7ffe651e4177e = $(`<div id="html_18dd60d5d1c472a65eb7ffe651e4177e" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_f616fcf4b94a1a0cf78c9c00e365ad95.setContent(html_18dd60d5d1c472a65eb7ffe651e4177e);
|
|
|
|
|
|
|
|
marker_f11265873b3f3bc0a1a2706f733c0506.bindPopup(popup_f616fcf4b94a1a0cf78c9c00e365ad95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f11265873b3f3bc0a1a2706f733c0506.setIcon(icon_87e63468e1a964b7f414b5ad58e8d932);
|
|
|
|
|
|
var marker_0d631456f7e286e3527f6811b6359527 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_f26337303f1f107940545ec59a73e007 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e529e8146e033d685cb36faca495033c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d69e6e0ba630533261a683e56ca13db4 = $(`<div id="html_d69e6e0ba630533261a683e56ca13db4" style="width: 100.0%; height: 100.0%;">relay.bithome.site</div>`)[0];
|
|
popup_e529e8146e033d685cb36faca495033c.setContent(html_d69e6e0ba630533261a683e56ca13db4);
|
|
|
|
|
|
|
|
marker_0d631456f7e286e3527f6811b6359527.bindPopup(popup_e529e8146e033d685cb36faca495033c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d631456f7e286e3527f6811b6359527.setIcon(icon_f26337303f1f107940545ec59a73e007);
|
|
|
|
|
|
var marker_c2250a057bb6834fcfefb8b4c2925a5a = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_0b61e8c5258618c56b3a694f7e87214e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0119cf40d962d6fefe799509708ba8db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf11faa933549a7d9643cecb297f1a53 = $(`<div id="html_bf11faa933549a7d9643cecb297f1a53" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_0119cf40d962d6fefe799509708ba8db.setContent(html_bf11faa933549a7d9643cecb297f1a53);
|
|
|
|
|
|
|
|
marker_c2250a057bb6834fcfefb8b4c2925a5a.bindPopup(popup_0119cf40d962d6fefe799509708ba8db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2250a057bb6834fcfefb8b4c2925a5a.setIcon(icon_0b61e8c5258618c56b3a694f7e87214e);
|
|
|
|
|
|
var marker_ea29888dd8421fcd74158936f31511c3 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_705ec38b2b5ddb89627cb4abf2c81465 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c32c81d903137d907b8cd756cd956c71 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ecf8f2522e593612c6e9650b0bfabfd = $(`<div id="html_5ecf8f2522e593612c6e9650b0bfabfd" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_c32c81d903137d907b8cd756cd956c71.setContent(html_5ecf8f2522e593612c6e9650b0bfabfd);
|
|
|
|
|
|
|
|
marker_ea29888dd8421fcd74158936f31511c3.bindPopup(popup_c32c81d903137d907b8cd756cd956c71)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea29888dd8421fcd74158936f31511c3.setIcon(icon_705ec38b2b5ddb89627cb4abf2c81465);
|
|
|
|
|
|
var marker_0e8e8344e1cc4b95695083a517e07c37 = L.marker(
|
|
[45.5152, -122.678],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_90f5321665acfa9e34d7832aecd19ea9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_741f64e215658bd16ce53c0197a96b3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82d8fcaf2f0d033db81cc238c123f07d = $(`<div id="html_82d8fcaf2f0d033db81cc238c123f07d" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_741f64e215658bd16ce53c0197a96b3a.setContent(html_82d8fcaf2f0d033db81cc238c123f07d);
|
|
|
|
|
|
|
|
marker_0e8e8344e1cc4b95695083a517e07c37.bindPopup(popup_741f64e215658bd16ce53c0197a96b3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e8e8344e1cc4b95695083a517e07c37.setIcon(icon_90f5321665acfa9e34d7832aecd19ea9);
|
|
|
|
|
|
var marker_2e3ff426421d1637f858d3bf9fd35194 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_bf00be60c22dd04ae1e9018b6eed6a3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a79a5911588404d706f68e7392fe95b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e105eeccfd85e7a7381dd8155ce81af9 = $(`<div id="html_e105eeccfd85e7a7381dd8155ce81af9" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_2a79a5911588404d706f68e7392fe95b.setContent(html_e105eeccfd85e7a7381dd8155ce81af9);
|
|
|
|
|
|
|
|
marker_2e3ff426421d1637f858d3bf9fd35194.bindPopup(popup_2a79a5911588404d706f68e7392fe95b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e3ff426421d1637f858d3bf9fd35194.setIcon(icon_bf00be60c22dd04ae1e9018b6eed6a3a);
|
|
|
|
|
|
var marker_4d0fff818f5df307507f86e16fa6bb30 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_1366c64458cfc9ec71f64106032cfecc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da4e9558e52788886490f1ec753470e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee301d299c6b7e07940f848c83018493 = $(`<div id="html_ee301d299c6b7e07940f848c83018493" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_da4e9558e52788886490f1ec753470e3.setContent(html_ee301d299c6b7e07940f848c83018493);
|
|
|
|
|
|
|
|
marker_4d0fff818f5df307507f86e16fa6bb30.bindPopup(popup_da4e9558e52788886490f1ec753470e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d0fff818f5df307507f86e16fa6bb30.setIcon(icon_1366c64458cfc9ec71f64106032cfecc);
|
|
|
|
|
|
var marker_e52b45c0e23068c1e4e82acb40148287 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_0994f37966e45e2f7d91a24f1e327d07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c27275a5fedd78802d9cdefc06ffe4bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b45618b75f778b519f8ecc398c41bde8 = $(`<div id="html_b45618b75f778b519f8ecc398c41bde8" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_c27275a5fedd78802d9cdefc06ffe4bc.setContent(html_b45618b75f778b519f8ecc398c41bde8);
|
|
|
|
|
|
|
|
marker_e52b45c0e23068c1e4e82acb40148287.bindPopup(popup_c27275a5fedd78802d9cdefc06ffe4bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e52b45c0e23068c1e4e82acb40148287.setIcon(icon_0994f37966e45e2f7d91a24f1e327d07);
|
|
|
|
|
|
var marker_f0ed12108aa30ad23a4d94a1f53b26a0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_09a3d4d66550e0a54f42cc6a5c33f36c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c729e327ffcc9194968ddf69d4ee0d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66d69b0f491bbd98598731fd5171bb73 = $(`<div id="html_66d69b0f491bbd98598731fd5171bb73" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_6c729e327ffcc9194968ddf69d4ee0d2.setContent(html_66d69b0f491bbd98598731fd5171bb73);
|
|
|
|
|
|
|
|
marker_f0ed12108aa30ad23a4d94a1f53b26a0.bindPopup(popup_6c729e327ffcc9194968ddf69d4ee0d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0ed12108aa30ad23a4d94a1f53b26a0.setIcon(icon_09a3d4d66550e0a54f42cc6a5c33f36c);
|
|
|
|
|
|
var marker_7759fba8bde266b53eb7a8e96cf35889 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_b8d0cba9fc6663958f2226251e719a18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_576ebdc04d6856e06ee1b8661862c7ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fc8361d75557dc700c1a8a5a11d0bde = $(`<div id="html_0fc8361d75557dc700c1a8a5a11d0bde" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_576ebdc04d6856e06ee1b8661862c7ea.setContent(html_0fc8361d75557dc700c1a8a5a11d0bde);
|
|
|
|
|
|
|
|
marker_7759fba8bde266b53eb7a8e96cf35889.bindPopup(popup_576ebdc04d6856e06ee1b8661862c7ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7759fba8bde266b53eb7a8e96cf35889.setIcon(icon_b8d0cba9fc6663958f2226251e719a18);
|
|
|
|
|
|
var marker_9703e27aacc5e122a1b533d34ab4bc15 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_0752752ce1bcfa327db27c98348549b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6cd1a1e81b06c5d4e05658462a29040 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53d8e70ef2097ed0f89f8dff14e83eee = $(`<div id="html_53d8e70ef2097ed0f89f8dff14e83eee" style="width: 100.0%; height: 100.0%;">relay.contextvm.org</div>`)[0];
|
|
popup_e6cd1a1e81b06c5d4e05658462a29040.setContent(html_53d8e70ef2097ed0f89f8dff14e83eee);
|
|
|
|
|
|
|
|
marker_9703e27aacc5e122a1b533d34ab4bc15.bindPopup(popup_e6cd1a1e81b06c5d4e05658462a29040)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9703e27aacc5e122a1b533d34ab4bc15.setIcon(icon_0752752ce1bcfa327db27c98348549b3);
|
|
|
|
|
|
var marker_5d01bef5e991904cd56ecf30e7e3ae95 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_b8fbbb7100eb6cb1a8a61e45fb087e6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_082e992720485b860bb09b91be1f7b38 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84b7fd9424a0cc465c769c6fbb1d5efc = $(`<div id="html_84b7fd9424a0cc465c769c6fbb1d5efc" style="width: 100.0%; height: 100.0%;">antiprimal.net</div>`)[0];
|
|
popup_082e992720485b860bb09b91be1f7b38.setContent(html_84b7fd9424a0cc465c769c6fbb1d5efc);
|
|
|
|
|
|
|
|
marker_5d01bef5e991904cd56ecf30e7e3ae95.bindPopup(popup_082e992720485b860bb09b91be1f7b38)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d01bef5e991904cd56ecf30e7e3ae95.setIcon(icon_b8fbbb7100eb6cb1a8a61e45fb087e6c);
|
|
|
|
|
|
var marker_2aa01223aebee42257bb844ceba05c6e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_6310db80e490094ce16aaa101a581884 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b7555016df732ca3fea708c0385f5c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2a3a1ae63658f188d86f9862ce63b45 = $(`<div id="html_a2a3a1ae63658f188d86f9862ce63b45" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_6b7555016df732ca3fea708c0385f5c5.setContent(html_a2a3a1ae63658f188d86f9862ce63b45);
|
|
|
|
|
|
|
|
marker_2aa01223aebee42257bb844ceba05c6e.bindPopup(popup_6b7555016df732ca3fea708c0385f5c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2aa01223aebee42257bb844ceba05c6e.setIcon(icon_6310db80e490094ce16aaa101a581884);
|
|
|
|
|
|
var marker_a4661fb6803afc1677f1c69c88826f7c = L.marker(
|
|
[13.8434, 100.363],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_4742ea9201ac8088593714a6525b751d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5510101d0a2aeda05840259f46909831 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3133370507e346d38dc1a774c68dbff3 = $(`<div id="html_3133370507e346d38dc1a774c68dbff3" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_5510101d0a2aeda05840259f46909831.setContent(html_3133370507e346d38dc1a774c68dbff3);
|
|
|
|
|
|
|
|
marker_a4661fb6803afc1677f1c69c88826f7c.bindPopup(popup_5510101d0a2aeda05840259f46909831)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4661fb6803afc1677f1c69c88826f7c.setIcon(icon_4742ea9201ac8088593714a6525b751d);
|
|
|
|
|
|
var marker_4cba5086b3a94d13a806a8eba9602dcb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_2e95eeb8836181ad48f04cf300eefc73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_955f5a6ea7334ba83de46d3572f3ed12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16ed1496abbaf3bf78fd660146816d25 = $(`<div id="html_16ed1496abbaf3bf78fd660146816d25" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_955f5a6ea7334ba83de46d3572f3ed12.setContent(html_16ed1496abbaf3bf78fd660146816d25);
|
|
|
|
|
|
|
|
marker_4cba5086b3a94d13a806a8eba9602dcb.bindPopup(popup_955f5a6ea7334ba83de46d3572f3ed12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cba5086b3a94d13a806a8eba9602dcb.setIcon(icon_2e95eeb8836181ad48f04cf300eefc73);
|
|
|
|
|
|
var marker_3ee9503e6e047d5c74c6dd18edbf6673 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_5795d9edbda7b07ff79c5d307817dc67 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd1661098b21a9326311da8cd7fe6954 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f44b1e86186221df24c1fa3542c26f1 = $(`<div id="html_3f44b1e86186221df24c1fa3542c26f1" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_bd1661098b21a9326311da8cd7fe6954.setContent(html_3f44b1e86186221df24c1fa3542c26f1);
|
|
|
|
|
|
|
|
marker_3ee9503e6e047d5c74c6dd18edbf6673.bindPopup(popup_bd1661098b21a9326311da8cd7fe6954)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3ee9503e6e047d5c74c6dd18edbf6673.setIcon(icon_5795d9edbda7b07ff79c5d307817dc67);
|
|
|
|
|
|
var marker_5ce041e77d46423c43632f63c6742e5e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_48e1e62ce9e489d0f6812d91b4421c81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f327fee137003bb348ffa853d7e4e51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7d296175dfccd7ee0fd05d4eac7f07d = $(`<div id="html_c7d296175dfccd7ee0fd05d4eac7f07d" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_7f327fee137003bb348ffa853d7e4e51.setContent(html_c7d296175dfccd7ee0fd05d4eac7f07d);
|
|
|
|
|
|
|
|
marker_5ce041e77d46423c43632f63c6742e5e.bindPopup(popup_7f327fee137003bb348ffa853d7e4e51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ce041e77d46423c43632f63c6742e5e.setIcon(icon_48e1e62ce9e489d0f6812d91b4421c81);
|
|
|
|
|
|
var marker_79bc5b828a12ede308e6f444311e86d8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_df651c43e48a0ffc6b44aba226903191 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfd42d71fc42bd7a4448627966c788c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04aeca0701dd533cf0d0d662c5c49def = $(`<div id="html_04aeca0701dd533cf0d0d662c5c49def" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_cfd42d71fc42bd7a4448627966c788c8.setContent(html_04aeca0701dd533cf0d0d662c5c49def);
|
|
|
|
|
|
|
|
marker_79bc5b828a12ede308e6f444311e86d8.bindPopup(popup_cfd42d71fc42bd7a4448627966c788c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79bc5b828a12ede308e6f444311e86d8.setIcon(icon_df651c43e48a0ffc6b44aba226903191);
|
|
|
|
|
|
var marker_5b5f9733110fb07a7b9236b40e7948ea = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_f6a4abd0e4c5c384ba1cc670c2294168 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_820c3033e91cc06c05fa1b4795cf8c45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51eea73bbf40c39a2470e35b7333e3bb = $(`<div id="html_51eea73bbf40c39a2470e35b7333e3bb" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_820c3033e91cc06c05fa1b4795cf8c45.setContent(html_51eea73bbf40c39a2470e35b7333e3bb);
|
|
|
|
|
|
|
|
marker_5b5f9733110fb07a7b9236b40e7948ea.bindPopup(popup_820c3033e91cc06c05fa1b4795cf8c45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b5f9733110fb07a7b9236b40e7948ea.setIcon(icon_f6a4abd0e4c5c384ba1cc670c2294168);
|
|
|
|
|
|
var marker_9aeed6a9d993341666954ab1eb286271 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_cbb535af951fd84242feb7ab407a4129 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c2d058843d918dc9f002ec8fcb279c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf792643e21f7b6ab1d60092058f61f2 = $(`<div id="html_cf792643e21f7b6ab1d60092058f61f2" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_4c2d058843d918dc9f002ec8fcb279c3.setContent(html_cf792643e21f7b6ab1d60092058f61f2);
|
|
|
|
|
|
|
|
marker_9aeed6a9d993341666954ab1eb286271.bindPopup(popup_4c2d058843d918dc9f002ec8fcb279c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9aeed6a9d993341666954ab1eb286271.setIcon(icon_cbb535af951fd84242feb7ab407a4129);
|
|
|
|
|
|
var marker_7a19172703a973a4d477e150ba98bfb1 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_c34cc3332c2744333faef4040731dc5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_972d143ed2ce3e3201b8593320bc0d85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f01f1c0c86f16a6a63a732808639392 = $(`<div id="html_8f01f1c0c86f16a6a63a732808639392" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_972d143ed2ce3e3201b8593320bc0d85.setContent(html_8f01f1c0c86f16a6a63a732808639392);
|
|
|
|
|
|
|
|
marker_7a19172703a973a4d477e150ba98bfb1.bindPopup(popup_972d143ed2ce3e3201b8593320bc0d85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a19172703a973a4d477e150ba98bfb1.setIcon(icon_c34cc3332c2744333faef4040731dc5a);
|
|
|
|
|
|
var marker_bd0f4129f2a4bb083e07d2b6a8fa044c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_752e3cc34448cee290653b621bef83d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_607ea85c40cb1ac6b634e2687c3ad3cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4835e7ee241646d9785a00aebb7e47f5 = $(`<div id="html_4835e7ee241646d9785a00aebb7e47f5" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_607ea85c40cb1ac6b634e2687c3ad3cb.setContent(html_4835e7ee241646d9785a00aebb7e47f5);
|
|
|
|
|
|
|
|
marker_bd0f4129f2a4bb083e07d2b6a8fa044c.bindPopup(popup_607ea85c40cb1ac6b634e2687c3ad3cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd0f4129f2a4bb083e07d2b6a8fa044c.setIcon(icon_752e3cc34448cee290653b621bef83d7);
|
|
|
|
|
|
var marker_d93c18e8f8031ac402bef0e3186f57f6 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_5afe7506fe3af86035df87510e2aa51c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5954826ff31ee9f918a0589bf93af2b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be2805c8011dfe9907bdb23896b0d6f9 = $(`<div id="html_be2805c8011dfe9907bdb23896b0d6f9" style="width: 100.0%; height: 100.0%;">nostr.rblb.it:7777</div>`)[0];
|
|
popup_5954826ff31ee9f918a0589bf93af2b9.setContent(html_be2805c8011dfe9907bdb23896b0d6f9);
|
|
|
|
|
|
|
|
marker_d93c18e8f8031ac402bef0e3186f57f6.bindPopup(popup_5954826ff31ee9f918a0589bf93af2b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d93c18e8f8031ac402bef0e3186f57f6.setIcon(icon_5afe7506fe3af86035df87510e2aa51c);
|
|
|
|
|
|
var marker_0f8b922233c780469ded1f298f71acc7 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_6607ee3b12637072bf5bf3daaa294278 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82b277b239e40f0727479ce4d366b2a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45f8dd412269b78ca1800a1af0388b13 = $(`<div id="html_45f8dd412269b78ca1800a1af0388b13" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_82b277b239e40f0727479ce4d366b2a0.setContent(html_45f8dd412269b78ca1800a1af0388b13);
|
|
|
|
|
|
|
|
marker_0f8b922233c780469ded1f298f71acc7.bindPopup(popup_82b277b239e40f0727479ce4d366b2a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f8b922233c780469ded1f298f71acc7.setIcon(icon_6607ee3b12637072bf5bf3daaa294278);
|
|
|
|
|
|
var marker_dc0f32b0b627f078703645a7b7f96a7a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_814549794ebd3543cb6ebd1de37b3d5c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2d02deabc08a1fa2cd87193305e331a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73e24eb82017a9b6537511999b36cc85 = $(`<div id="html_73e24eb82017a9b6537511999b36cc85" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_f2d02deabc08a1fa2cd87193305e331a.setContent(html_73e24eb82017a9b6537511999b36cc85);
|
|
|
|
|
|
|
|
marker_dc0f32b0b627f078703645a7b7f96a7a.bindPopup(popup_f2d02deabc08a1fa2cd87193305e331a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc0f32b0b627f078703645a7b7f96a7a.setIcon(icon_814549794ebd3543cb6ebd1de37b3d5c);
|
|
|
|
|
|
var marker_be78eee3ad5452ee40be672c91df7bb9 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_f855e887c274c5e90ad3271c325827dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb5e3d0263ad2a8b69fa2785987d929f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d61d4ac518044251b70f403ee8af4d4 = $(`<div id="html_9d61d4ac518044251b70f403ee8af4d4" style="width: 100.0%; height: 100.0%;">testorly.nosfabrica.com</div>`)[0];
|
|
popup_bb5e3d0263ad2a8b69fa2785987d929f.setContent(html_9d61d4ac518044251b70f403ee8af4d4);
|
|
|
|
|
|
|
|
marker_be78eee3ad5452ee40be672c91df7bb9.bindPopup(popup_bb5e3d0263ad2a8b69fa2785987d929f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be78eee3ad5452ee40be672c91df7bb9.setIcon(icon_f855e887c274c5e90ad3271c325827dd);
|
|
|
|
|
|
var marker_b03f4c820306cc98fcff72b82c7258fd = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_e0deb5b26f45c1f8d6388b9a6e67a1f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_248d07822aca08156fe619651d40abb0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f50c800f8fe402a8ae26bb40da408a1 = $(`<div id="html_0f50c800f8fe402a8ae26bb40da408a1" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_248d07822aca08156fe619651d40abb0.setContent(html_0f50c800f8fe402a8ae26bb40da408a1);
|
|
|
|
|
|
|
|
marker_b03f4c820306cc98fcff72b82c7258fd.bindPopup(popup_248d07822aca08156fe619651d40abb0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b03f4c820306cc98fcff72b82c7258fd.setIcon(icon_e0deb5b26f45c1f8d6388b9a6e67a1f9);
|
|
|
|
|
|
var marker_136e7e7a2382754c0c1fbe40b0c8dd19 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_e34d3429c625ee70142648db26c2de5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51e9eee297cf63a363ca794d828f13e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b8e46d2a8c5653b37074ea39a5b8ca6 = $(`<div id="html_6b8e46d2a8c5653b37074ea39a5b8ca6" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_51e9eee297cf63a363ca794d828f13e9.setContent(html_6b8e46d2a8c5653b37074ea39a5b8ca6);
|
|
|
|
|
|
|
|
marker_136e7e7a2382754c0c1fbe40b0c8dd19.bindPopup(popup_51e9eee297cf63a363ca794d828f13e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_136e7e7a2382754c0c1fbe40b0c8dd19.setIcon(icon_e34d3429c625ee70142648db26c2de5a);
|
|
|
|
|
|
var marker_8f335650fd0bf323fbeded168a013f20 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_858105200fe9ba428ca9308899119a7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1669756028614382ed16995c5e4913a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb261ba2cb769a03084343773a021a44 = $(`<div id="html_bb261ba2cb769a03084343773a021a44" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_1669756028614382ed16995c5e4913a1.setContent(html_bb261ba2cb769a03084343773a021a44);
|
|
|
|
|
|
|
|
marker_8f335650fd0bf323fbeded168a013f20.bindPopup(popup_1669756028614382ed16995c5e4913a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f335650fd0bf323fbeded168a013f20.setIcon(icon_858105200fe9ba428ca9308899119a7a);
|
|
|
|
|
|
var marker_0f3e02ae469f2e96a77a843849dd6f57 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_c32e740810c94994eff7a2425373a521 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1cccf774f08da1745c561a34676e7768 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60a2a96eebb64b51a24f2056d7d4a41d = $(`<div id="html_60a2a96eebb64b51a24f2056d7d4a41d" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_1cccf774f08da1745c561a34676e7768.setContent(html_60a2a96eebb64b51a24f2056d7d4a41d);
|
|
|
|
|
|
|
|
marker_0f3e02ae469f2e96a77a843849dd6f57.bindPopup(popup_1cccf774f08da1745c561a34676e7768)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f3e02ae469f2e96a77a843849dd6f57.setIcon(icon_c32e740810c94994eff7a2425373a521);
|
|
|
|
|
|
var marker_0ad8b167ae1ca9cf7144e87f938523e1 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_20b5cd2d30c4e1fe7551ccfd819486b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fdc1f516865a2376dc8668e817e3fe75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4ff391677461c3109677b810553edf8 = $(`<div id="html_b4ff391677461c3109677b810553edf8" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_fdc1f516865a2376dc8668e817e3fe75.setContent(html_b4ff391677461c3109677b810553edf8);
|
|
|
|
|
|
|
|
marker_0ad8b167ae1ca9cf7144e87f938523e1.bindPopup(popup_fdc1f516865a2376dc8668e817e3fe75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ad8b167ae1ca9cf7144e87f938523e1.setIcon(icon_20b5cd2d30c4e1fe7551ccfd819486b7);
|
|
|
|
|
|
var marker_4d63461d167c06b904521e4930a10a37 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_35304d57375f9aa161be219d5a2a5dfd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37a9ff89caee788ce4cb032323923b0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04eaa543d12decc6419f1158638962a5 = $(`<div id="html_04eaa543d12decc6419f1158638962a5" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_37a9ff89caee788ce4cb032323923b0f.setContent(html_04eaa543d12decc6419f1158638962a5);
|
|
|
|
|
|
|
|
marker_4d63461d167c06b904521e4930a10a37.bindPopup(popup_37a9ff89caee788ce4cb032323923b0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d63461d167c06b904521e4930a10a37.setIcon(icon_35304d57375f9aa161be219d5a2a5dfd);
|
|
|
|
|
|
var marker_92182bc04f5e1ac502fa18cedb49b78f = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_9d9a8f43c675e77e189d50764c0fa300 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e51836dd10d9a7c19da22ed09645324 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9bd4e6b08e2fcc8b6752a8f80c00fe8 = $(`<div id="html_a9bd4e6b08e2fcc8b6752a8f80c00fe8" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_8e51836dd10d9a7c19da22ed09645324.setContent(html_a9bd4e6b08e2fcc8b6752a8f80c00fe8);
|
|
|
|
|
|
|
|
marker_92182bc04f5e1ac502fa18cedb49b78f.bindPopup(popup_8e51836dd10d9a7c19da22ed09645324)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92182bc04f5e1ac502fa18cedb49b78f.setIcon(icon_9d9a8f43c675e77e189d50764c0fa300);
|
|
|
|
|
|
var marker_2fb4783b360a029b7a220448e7ca9c8a = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_0a05946d783d4ba7bc0f1e06706cfef1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5bac9501b8ab801d26b7848397590033 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74bdd220b7fa856ee2299064f1733835 = $(`<div id="html_74bdd220b7fa856ee2299064f1733835" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_5bac9501b8ab801d26b7848397590033.setContent(html_74bdd220b7fa856ee2299064f1733835);
|
|
|
|
|
|
|
|
marker_2fb4783b360a029b7a220448e7ca9c8a.bindPopup(popup_5bac9501b8ab801d26b7848397590033)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fb4783b360a029b7a220448e7ca9c8a.setIcon(icon_0a05946d783d4ba7bc0f1e06706cfef1);
|
|
|
|
|
|
var marker_fdf8ff23fec95191278bc07866d5c477 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_a78ab5b69af7a9a599f6ed0847384ed0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_451e693cad9e454b2bbb2b2469272ab7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd6afd9b8f8e1f1b329a7be08664b9cd = $(`<div id="html_cd6afd9b8f8e1f1b329a7be08664b9cd" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_451e693cad9e454b2bbb2b2469272ab7.setContent(html_cd6afd9b8f8e1f1b329a7be08664b9cd);
|
|
|
|
|
|
|
|
marker_fdf8ff23fec95191278bc07866d5c477.bindPopup(popup_451e693cad9e454b2bbb2b2469272ab7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fdf8ff23fec95191278bc07866d5c477.setIcon(icon_a78ab5b69af7a9a599f6ed0847384ed0);
|
|
|
|
|
|
var marker_b8ea004ca12658148d93809724059572 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_cf4a867fa1990a76baa831f6ab004c1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e21f4adfb0d8a69b69b3220829514254 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d10d5922372371b084e74a7439ffd38 = $(`<div id="html_3d10d5922372371b084e74a7439ffd38" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_e21f4adfb0d8a69b69b3220829514254.setContent(html_3d10d5922372371b084e74a7439ffd38);
|
|
|
|
|
|
|
|
marker_b8ea004ca12658148d93809724059572.bindPopup(popup_e21f4adfb0d8a69b69b3220829514254)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8ea004ca12658148d93809724059572.setIcon(icon_cf4a867fa1990a76baa831f6ab004c1f);
|
|
|
|
|
|
var marker_982c9ba98d0fd8495c8aa44ba858efc5 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_cc3e585ed2bd178b34318d8effb0d792 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02040d1d200ea3cee7fbaa1b76d31e41 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23ab2ab59f0d17075c14f633c02cc112 = $(`<div id="html_23ab2ab59f0d17075c14f633c02cc112" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_02040d1d200ea3cee7fbaa1b76d31e41.setContent(html_23ab2ab59f0d17075c14f633c02cc112);
|
|
|
|
|
|
|
|
marker_982c9ba98d0fd8495c8aa44ba858efc5.bindPopup(popup_02040d1d200ea3cee7fbaa1b76d31e41)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_982c9ba98d0fd8495c8aa44ba858efc5.setIcon(icon_cc3e585ed2bd178b34318d8effb0d792);
|
|
|
|
|
|
var marker_2ee8ad9446f565046f19023b1bf1f32f = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_7a065c96f8a082daf88d6f35f2a6b475 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_478b53f9fc95418ce69173e35f3cb09a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f88831d61518e944f53b7d9b64e1f6e0 = $(`<div id="html_f88831d61518e944f53b7d9b64e1f6e0" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_478b53f9fc95418ce69173e35f3cb09a.setContent(html_f88831d61518e944f53b7d9b64e1f6e0);
|
|
|
|
|
|
|
|
marker_2ee8ad9446f565046f19023b1bf1f32f.bindPopup(popup_478b53f9fc95418ce69173e35f3cb09a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ee8ad9446f565046f19023b1bf1f32f.setIcon(icon_7a065c96f8a082daf88d6f35f2a6b475);
|
|
|
|
|
|
var marker_1f7143dc911cf13f7e7e1ff7f5432a3b = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_d6e0b848e0876e4d2c6decb9b09601e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8b2b6516e1e2e398fd8abb18ca2109a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ca22a6b6f07f130781e639bb8724162 = $(`<div id="html_2ca22a6b6f07f130781e639bb8724162" style="width: 100.0%; height: 100.0%;">relay.bitmacro.io</div>`)[0];
|
|
popup_a8b2b6516e1e2e398fd8abb18ca2109a.setContent(html_2ca22a6b6f07f130781e639bb8724162);
|
|
|
|
|
|
|
|
marker_1f7143dc911cf13f7e7e1ff7f5432a3b.bindPopup(popup_a8b2b6516e1e2e398fd8abb18ca2109a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f7143dc911cf13f7e7e1ff7f5432a3b.setIcon(icon_d6e0b848e0876e4d2c6decb9b09601e2);
|
|
|
|
|
|
var marker_dd9dc6899eae611e2344b7efec1d3edc = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_24a2f410759b036889e5b428a0e58967 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6751e9a4ae2744016d68cc88631d1ead = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bcca68f68df3ebadce6b150571a1007e = $(`<div id="html_bcca68f68df3ebadce6b150571a1007e" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_6751e9a4ae2744016d68cc88631d1ead.setContent(html_bcca68f68df3ebadce6b150571a1007e);
|
|
|
|
|
|
|
|
marker_dd9dc6899eae611e2344b7efec1d3edc.bindPopup(popup_6751e9a4ae2744016d68cc88631d1ead)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd9dc6899eae611e2344b7efec1d3edc.setIcon(icon_24a2f410759b036889e5b428a0e58967);
|
|
|
|
|
|
var marker_0007dcaa65a1f1c8c3543b52ab570450 = L.marker(
|
|
[33.7501, -84.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_3fe52edf65265309ef055004a7fffcb5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_980adf1be60a58304a50ec5ccc6e0159 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19b48a1883f12904728886a5995ed2cf = $(`<div id="html_19b48a1883f12904728886a5995ed2cf" style="width: 100.0%; height: 100.0%;">relay.smies.me</div>`)[0];
|
|
popup_980adf1be60a58304a50ec5ccc6e0159.setContent(html_19b48a1883f12904728886a5995ed2cf);
|
|
|
|
|
|
|
|
marker_0007dcaa65a1f1c8c3543b52ab570450.bindPopup(popup_980adf1be60a58304a50ec5ccc6e0159)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0007dcaa65a1f1c8c3543b52ab570450.setIcon(icon_3fe52edf65265309ef055004a7fffcb5);
|
|
|
|
|
|
var marker_c8aca880f036d7ae0347cb0dcf2217a1 = L.marker(
|
|
[34.7062, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_a65a4dfb562a01613d5e30fac5be17fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0dbecb887059c20c1366066a76a7d917 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_314e44f07ac86c6b9b71fefc369fe9e5 = $(`<div id="html_314e44f07ac86c6b9b71fefc369fe9e5" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_0dbecb887059c20c1366066a76a7d917.setContent(html_314e44f07ac86c6b9b71fefc369fe9e5);
|
|
|
|
|
|
|
|
marker_c8aca880f036d7ae0347cb0dcf2217a1.bindPopup(popup_0dbecb887059c20c1366066a76a7d917)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8aca880f036d7ae0347cb0dcf2217a1.setIcon(icon_a65a4dfb562a01613d5e30fac5be17fd);
|
|
|
|
|
|
var marker_ca3e29f9d32162797258df2bb6470808 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_170a87c29431b05d237f9eb54d770b0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f87b7c625af8f39f73950fd68f066d94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0b1dd51c9d322e724fcba6ea468a106 = $(`<div id="html_f0b1dd51c9d322e724fcba6ea468a106" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_f87b7c625af8f39f73950fd68f066d94.setContent(html_f0b1dd51c9d322e724fcba6ea468a106);
|
|
|
|
|
|
|
|
marker_ca3e29f9d32162797258df2bb6470808.bindPopup(popup_f87b7c625af8f39f73950fd68f066d94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca3e29f9d32162797258df2bb6470808.setIcon(icon_170a87c29431b05d237f9eb54d770b0c);
|
|
|
|
|
|
var marker_051d20be27e1659f5a978c86ee18ae36 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_26f0b0f660a018575d84519a24619db6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b14a33d73428f7be7072fa814c25ddd7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f791506cfdf40f935bc5c35ce3dc22d9 = $(`<div id="html_f791506cfdf40f935bc5c35ce3dc22d9" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_b14a33d73428f7be7072fa814c25ddd7.setContent(html_f791506cfdf40f935bc5c35ce3dc22d9);
|
|
|
|
|
|
|
|
marker_051d20be27e1659f5a978c86ee18ae36.bindPopup(popup_b14a33d73428f7be7072fa814c25ddd7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_051d20be27e1659f5a978c86ee18ae36.setIcon(icon_26f0b0f660a018575d84519a24619db6);
|
|
|
|
|
|
var marker_a6914cc59ff2ea7633578c9ff955466d = L.marker(
|
|
[39.1429, -94.573],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_e1c4e5b1cf178fbd5aa316f3ca90d8c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e0f36e6e7412fd66a89891abfd49d6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9306c16117210096e32792e361cf9a0f = $(`<div id="html_9306c16117210096e32792e361cf9a0f" style="width: 100.0%; height: 100.0%;">toby.nettek.io</div>`)[0];
|
|
popup_4e0f36e6e7412fd66a89891abfd49d6e.setContent(html_9306c16117210096e32792e361cf9a0f);
|
|
|
|
|
|
|
|
marker_a6914cc59ff2ea7633578c9ff955466d.bindPopup(popup_4e0f36e6e7412fd66a89891abfd49d6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6914cc59ff2ea7633578c9ff955466d.setIcon(icon_e1c4e5b1cf178fbd5aa316f3ca90d8c2);
|
|
|
|
|
|
var marker_9c3591e3610282dcbd5b6cad9e108478 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_c567bdfc53f4e26fb19ab71b0a97f394 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7754836e93cc955b049a6d4e63ab077 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54c6a6ac588f83142d64b61c68a2c7b9 = $(`<div id="html_54c6a6ac588f83142d64b61c68a2c7b9" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_d7754836e93cc955b049a6d4e63ab077.setContent(html_54c6a6ac588f83142d64b61c68a2c7b9);
|
|
|
|
|
|
|
|
marker_9c3591e3610282dcbd5b6cad9e108478.bindPopup(popup_d7754836e93cc955b049a6d4e63ab077)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c3591e3610282dcbd5b6cad9e108478.setIcon(icon_c567bdfc53f4e26fb19ab71b0a97f394);
|
|
|
|
|
|
var marker_8c208caba6fed31385ca6ea37c41c7ff = L.marker(
|
|
[37.3589, 127.115],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_1a0161f13d20da133e1eae0b1d82d02a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03ce92f7f44095ecf88b29acf633dd1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8392a62e45f6d31ffc802528329753a6 = $(`<div id="html_8392a62e45f6d31ffc802528329753a6" style="width: 100.0%; height: 100.0%;">relay.aruku.kro.kr</div>`)[0];
|
|
popup_03ce92f7f44095ecf88b29acf633dd1c.setContent(html_8392a62e45f6d31ffc802528329753a6);
|
|
|
|
|
|
|
|
marker_8c208caba6fed31385ca6ea37c41c7ff.bindPopup(popup_03ce92f7f44095ecf88b29acf633dd1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c208caba6fed31385ca6ea37c41c7ff.setIcon(icon_1a0161f13d20da133e1eae0b1d82d02a);
|
|
|
|
|
|
var marker_3cac89d238d549416cc74e9769f2a80b = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_0b8c3e56eef52c0c0f48b9462e4c0a06 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56b478dc2bc22cbcdd4059072a7b8121 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b17595e236b5d70f839157f8b81af78c = $(`<div id="html_b17595e236b5d70f839157f8b81af78c" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_56b478dc2bc22cbcdd4059072a7b8121.setContent(html_b17595e236b5d70f839157f8b81af78c);
|
|
|
|
|
|
|
|
marker_3cac89d238d549416cc74e9769f2a80b.bindPopup(popup_56b478dc2bc22cbcdd4059072a7b8121)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cac89d238d549416cc74e9769f2a80b.setIcon(icon_0b8c3e56eef52c0c0f48b9462e4c0a06);
|
|
|
|
|
|
var marker_f9cec5f64b799c7d55524fd42e51d579 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_d1597ed26d9e4cdc178d7c850b208a6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a2894f82327e625b19062ac46e072e12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9132162ad4c6e773bde629c4f6b145d5 = $(`<div id="html_9132162ad4c6e773bde629c4f6b145d5" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_a2894f82327e625b19062ac46e072e12.setContent(html_9132162ad4c6e773bde629c4f6b145d5);
|
|
|
|
|
|
|
|
marker_f9cec5f64b799c7d55524fd42e51d579.bindPopup(popup_a2894f82327e625b19062ac46e072e12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9cec5f64b799c7d55524fd42e51d579.setIcon(icon_d1597ed26d9e4cdc178d7c850b208a6c);
|
|
|
|
|
|
var marker_51f46c0a690e3d3b52d4865bc1e46cb3 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_4f80b61d07c38df950fb0aef236a4b25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c1a8955d399dd2933dd9ba1d7da3055 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98c8c80459ac476b1036890bad85c683 = $(`<div id="html_98c8c80459ac476b1036890bad85c683" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_9c1a8955d399dd2933dd9ba1d7da3055.setContent(html_98c8c80459ac476b1036890bad85c683);
|
|
|
|
|
|
|
|
marker_51f46c0a690e3d3b52d4865bc1e46cb3.bindPopup(popup_9c1a8955d399dd2933dd9ba1d7da3055)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51f46c0a690e3d3b52d4865bc1e46cb3.setIcon(icon_4f80b61d07c38df950fb0aef236a4b25);
|
|
|
|
|
|
var marker_3724652d3b55e78e31aa0bea9dc6b90b = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_907ff040b253fde678932ecb9ec93d2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd13649ebb35a8a1d7a2be1aae5d64b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf58dca063814502b692f3e73fc3e30e = $(`<div id="html_cf58dca063814502b692f3e73fc3e30e" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_fd13649ebb35a8a1d7a2be1aae5d64b2.setContent(html_cf58dca063814502b692f3e73fc3e30e);
|
|
|
|
|
|
|
|
marker_3724652d3b55e78e31aa0bea9dc6b90b.bindPopup(popup_fd13649ebb35a8a1d7a2be1aae5d64b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3724652d3b55e78e31aa0bea9dc6b90b.setIcon(icon_907ff040b253fde678932ecb9ec93d2b);
|
|
|
|
|
|
var marker_5d89e4d635d7f7359bf8a5f13e0c7c38 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_b92e1e5d6081d7a34a315b59589c5276 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_646aa29228660b609be43f8a2dc3c280 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74c13350727e5df7b4ceca5e41dc9126 = $(`<div id="html_74c13350727e5df7b4ceca5e41dc9126" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_646aa29228660b609be43f8a2dc3c280.setContent(html_74c13350727e5df7b4ceca5e41dc9126);
|
|
|
|
|
|
|
|
marker_5d89e4d635d7f7359bf8a5f13e0c7c38.bindPopup(popup_646aa29228660b609be43f8a2dc3c280)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d89e4d635d7f7359bf8a5f13e0c7c38.setIcon(icon_b92e1e5d6081d7a34a315b59589c5276);
|
|
|
|
|
|
var marker_2d3dc8d15b83ef28013897b1500b5dcf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_64b0bc425972a157366171a261dedffb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97364e9540c2e9b29fe0bc475301487d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66b321aee013c626e31daf51e2fec460 = $(`<div id="html_66b321aee013c626e31daf51e2fec460" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_97364e9540c2e9b29fe0bc475301487d.setContent(html_66b321aee013c626e31daf51e2fec460);
|
|
|
|
|
|
|
|
marker_2d3dc8d15b83ef28013897b1500b5dcf.bindPopup(popup_97364e9540c2e9b29fe0bc475301487d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d3dc8d15b83ef28013897b1500b5dcf.setIcon(icon_64b0bc425972a157366171a261dedffb);
|
|
|
|
|
|
var marker_a650dc064662af98fa70630f3a2b4e6f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_9f8db4d3abd0ce1f5b5e02085bf8d79f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_378090c2b637c9a92a1fb2cff5f13ed0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1c3c69dea3e6a9694f3a78b911aac33 = $(`<div id="html_e1c3c69dea3e6a9694f3a78b911aac33" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_378090c2b637c9a92a1fb2cff5f13ed0.setContent(html_e1c3c69dea3e6a9694f3a78b911aac33);
|
|
|
|
|
|
|
|
marker_a650dc064662af98fa70630f3a2b4e6f.bindPopup(popup_378090c2b637c9a92a1fb2cff5f13ed0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a650dc064662af98fa70630f3a2b4e6f.setIcon(icon_9f8db4d3abd0ce1f5b5e02085bf8d79f);
|
|
|
|
|
|
var marker_fd897f05f51a9183dd8104367c750c09 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_87f1e6d64f2140f833e5029ee00ffff0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_260753f3e8fdd630a532a79fdd5b5bac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3727ad1c070444f3f9f2679e2f2ff1f9 = $(`<div id="html_3727ad1c070444f3f9f2679e2f2ff1f9" style="width: 100.0%; height: 100.0%;">relay.xavierdamman.com</div>`)[0];
|
|
popup_260753f3e8fdd630a532a79fdd5b5bac.setContent(html_3727ad1c070444f3f9f2679e2f2ff1f9);
|
|
|
|
|
|
|
|
marker_fd897f05f51a9183dd8104367c750c09.bindPopup(popup_260753f3e8fdd630a532a79fdd5b5bac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd897f05f51a9183dd8104367c750c09.setIcon(icon_87f1e6d64f2140f833e5029ee00ffff0);
|
|
|
|
|
|
var marker_2ff6ad8b0a1f42d4ef5eb8181e7d9843 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_15dc01b1a529cbfccf5e2b8c8f6ebea2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a951345175114992d446e4b17b3f136a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_956d2785cea387f8e5ed1281b4f1bd5a = $(`<div id="html_956d2785cea387f8e5ed1281b4f1bd5a" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_a951345175114992d446e4b17b3f136a.setContent(html_956d2785cea387f8e5ed1281b4f1bd5a);
|
|
|
|
|
|
|
|
marker_2ff6ad8b0a1f42d4ef5eb8181e7d9843.bindPopup(popup_a951345175114992d446e4b17b3f136a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ff6ad8b0a1f42d4ef5eb8181e7d9843.setIcon(icon_15dc01b1a529cbfccf5e2b8c8f6ebea2);
|
|
|
|
|
|
var marker_4d8008379f7f2a4f6053aac95b4aca0d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_920b7305318780bc1921e0ce3016c10f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_554ca81726ec3a078a987a7b4c0cab10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5c5e58532bb5ab5773aa50f58face07 = $(`<div id="html_b5c5e58532bb5ab5773aa50f58face07" style="width: 100.0%; height: 100.0%;">nostr-keex-nuagedepirates.pagekite.me</div>`)[0];
|
|
popup_554ca81726ec3a078a987a7b4c0cab10.setContent(html_b5c5e58532bb5ab5773aa50f58face07);
|
|
|
|
|
|
|
|
marker_4d8008379f7f2a4f6053aac95b4aca0d.bindPopup(popup_554ca81726ec3a078a987a7b4c0cab10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d8008379f7f2a4f6053aac95b4aca0d.setIcon(icon_920b7305318780bc1921e0ce3016c10f);
|
|
|
|
|
|
var marker_6c8b0a71e2e603f42260bdf6ec71a5e1 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_94e0dfd3b218ed27a0a726461db6d198 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_928befaf1d3d0d92d08d2b0ee183a9c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3afbdce6935e54f8c493008a05fe7e4 = $(`<div id="html_d3afbdce6935e54f8c493008a05fe7e4" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_928befaf1d3d0d92d08d2b0ee183a9c9.setContent(html_d3afbdce6935e54f8c493008a05fe7e4);
|
|
|
|
|
|
|
|
marker_6c8b0a71e2e603f42260bdf6ec71a5e1.bindPopup(popup_928befaf1d3d0d92d08d2b0ee183a9c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6c8b0a71e2e603f42260bdf6ec71a5e1.setIcon(icon_94e0dfd3b218ed27a0a726461db6d198);
|
|
|
|
|
|
var marker_8e9bdd2c5c3fe7398ac3cb2bdb91e1aa = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_3bf0bea6f554a5097eb54a6bf96a51fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fcb62498be295ebef4d5dbac9f77f99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_421373d232af50595cba350afa2edf5f = $(`<div id="html_421373d232af50595cba350afa2edf5f" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_8fcb62498be295ebef4d5dbac9f77f99.setContent(html_421373d232af50595cba350afa2edf5f);
|
|
|
|
|
|
|
|
marker_8e9bdd2c5c3fe7398ac3cb2bdb91e1aa.bindPopup(popup_8fcb62498be295ebef4d5dbac9f77f99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e9bdd2c5c3fe7398ac3cb2bdb91e1aa.setIcon(icon_3bf0bea6f554a5097eb54a6bf96a51fb);
|
|
|
|
|
|
var marker_0676f6c644dce442a28e521a33368c49 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_3bd3bbb4af438d455c2615ab9ff1c948 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8181eb72b5f573a77d1d22fd5ca63be2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ece19f826aec82dfb95e83ab17643dd = $(`<div id="html_4ece19f826aec82dfb95e83ab17643dd" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_8181eb72b5f573a77d1d22fd5ca63be2.setContent(html_4ece19f826aec82dfb95e83ab17643dd);
|
|
|
|
|
|
|
|
marker_0676f6c644dce442a28e521a33368c49.bindPopup(popup_8181eb72b5f573a77d1d22fd5ca63be2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0676f6c644dce442a28e521a33368c49.setIcon(icon_3bd3bbb4af438d455c2615ab9ff1c948);
|
|
|
|
|
|
var marker_c1b63cc8821089cf6b54192ecd0b8c9b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_bacdf8a84b9f2a5e3f0401a3cff0a164 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_97819dd560c6b77002cc8b57ca852ce0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3179146d7270b584a682f82edc695037 = $(`<div id="html_3179146d7270b584a682f82edc695037" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_97819dd560c6b77002cc8b57ca852ce0.setContent(html_3179146d7270b584a682f82edc695037);
|
|
|
|
|
|
|
|
marker_c1b63cc8821089cf6b54192ecd0b8c9b.bindPopup(popup_97819dd560c6b77002cc8b57ca852ce0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1b63cc8821089cf6b54192ecd0b8c9b.setIcon(icon_bacdf8a84b9f2a5e3f0401a3cff0a164);
|
|
|
|
|
|
var marker_b298467af310fe102922fee4dc8e5f15 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_d54fe9fbf1f727f627f374fdf00bd0e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3fdb3c3d5ca0fdf740e4b84f333db947 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7ec4830f3712509a9b7806755dfb1315 = $(`<div id="html_7ec4830f3712509a9b7806755dfb1315" style="width: 100.0%; height: 100.0%;">orly.musiquay.org</div>`)[0];
|
|
popup_3fdb3c3d5ca0fdf740e4b84f333db947.setContent(html_7ec4830f3712509a9b7806755dfb1315);
|
|
|
|
|
|
|
|
marker_b298467af310fe102922fee4dc8e5f15.bindPopup(popup_3fdb3c3d5ca0fdf740e4b84f333db947)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b298467af310fe102922fee4dc8e5f15.setIcon(icon_d54fe9fbf1f727f627f374fdf00bd0e0);
|
|
|
|
|
|
var marker_1978c369d7f21cabd6366c7f8f135c29 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_a86cb63530d5929e7725f40f6d4f51ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_efdbb997fbac4fba741fe70a5f12c4ee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8df234175e203f386b401c906e7abdf = $(`<div id="html_d8df234175e203f386b401c906e7abdf" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_efdbb997fbac4fba741fe70a5f12c4ee.setContent(html_d8df234175e203f386b401c906e7abdf);
|
|
|
|
|
|
|
|
marker_1978c369d7f21cabd6366c7f8f135c29.bindPopup(popup_efdbb997fbac4fba741fe70a5f12c4ee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1978c369d7f21cabd6366c7f8f135c29.setIcon(icon_a86cb63530d5929e7725f40f6d4f51ed);
|
|
|
|
|
|
var marker_c1c4ccf340107322b19fb6c8bd4d6086 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_03276ee9d7933d06a16d5fa7397871db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4edea4e158b669339ce4143d58a9119d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f1fb5f73214e875a7bd629e1e145ea4 = $(`<div id="html_5f1fb5f73214e875a7bd629e1e145ea4" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_4edea4e158b669339ce4143d58a9119d.setContent(html_5f1fb5f73214e875a7bd629e1e145ea4);
|
|
|
|
|
|
|
|
marker_c1c4ccf340107322b19fb6c8bd4d6086.bindPopup(popup_4edea4e158b669339ce4143d58a9119d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1c4ccf340107322b19fb6c8bd4d6086.setIcon(icon_03276ee9d7933d06a16d5fa7397871db);
|
|
|
|
|
|
var marker_adac186afd2ee8769e74a301a7d1de66 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_9cdbd93dd75088e7f3be64279a5ace18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e6144b52b44577782f3e8272843e260e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c55447fd1a7d73f0a50a21170c3602f = $(`<div id="html_0c55447fd1a7d73f0a50a21170c3602f" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_e6144b52b44577782f3e8272843e260e.setContent(html_0c55447fd1a7d73f0a50a21170c3602f);
|
|
|
|
|
|
|
|
marker_adac186afd2ee8769e74a301a7d1de66.bindPopup(popup_e6144b52b44577782f3e8272843e260e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_adac186afd2ee8769e74a301a7d1de66.setIcon(icon_9cdbd93dd75088e7f3be64279a5ace18);
|
|
|
|
|
|
var marker_c3176248867e86d6c02e4a4a8eb9cf9c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_b8af1763a059cffe270db1d78a84308b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51ff8eed7b3d82ee4748346cc5b35f65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83799b2c51ba56c28da6786c10848022 = $(`<div id="html_83799b2c51ba56c28da6786c10848022" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_51ff8eed7b3d82ee4748346cc5b35f65.setContent(html_83799b2c51ba56c28da6786c10848022);
|
|
|
|
|
|
|
|
marker_c3176248867e86d6c02e4a4a8eb9cf9c.bindPopup(popup_51ff8eed7b3d82ee4748346cc5b35f65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3176248867e86d6c02e4a4a8eb9cf9c.setIcon(icon_b8af1763a059cffe270db1d78a84308b);
|
|
|
|
|
|
var marker_8253bc52f9e926315a6be5d95e9b4742 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_66c52b610774fd6962495d7c45c57a4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_caa767c7071fdcb5876feaca407e55e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ac96f5e6363cdee4bb9940bd3254285 = $(`<div id="html_2ac96f5e6363cdee4bb9940bd3254285" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_caa767c7071fdcb5876feaca407e55e5.setContent(html_2ac96f5e6363cdee4bb9940bd3254285);
|
|
|
|
|
|
|
|
marker_8253bc52f9e926315a6be5d95e9b4742.bindPopup(popup_caa767c7071fdcb5876feaca407e55e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8253bc52f9e926315a6be5d95e9b4742.setIcon(icon_66c52b610774fd6962495d7c45c57a4e);
|
|
|
|
|
|
var marker_33c149a5c4899307eae818642901c8ed = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_0909ee3460d358fc9cdc6c1cab579be9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c00f591a4aaf3346fdf365cf855d66d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77df8f5d6fc55122b3b77bac6fcc4a4e = $(`<div id="html_77df8f5d6fc55122b3b77bac6fcc4a4e" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_c00f591a4aaf3346fdf365cf855d66d5.setContent(html_77df8f5d6fc55122b3b77bac6fcc4a4e);
|
|
|
|
|
|
|
|
marker_33c149a5c4899307eae818642901c8ed.bindPopup(popup_c00f591a4aaf3346fdf365cf855d66d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33c149a5c4899307eae818642901c8ed.setIcon(icon_0909ee3460d358fc9cdc6c1cab579be9);
|
|
|
|
|
|
var marker_c341fe1605323a0eb1e91d36155232a4 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_30328a2d677aa243d82ac3de0ba564ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8be78860539fa05b675cc290c172c9d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21c2cf2d95eef6c64d9733372bb758d9 = $(`<div id="html_21c2cf2d95eef6c64d9733372bb758d9" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_8be78860539fa05b675cc290c172c9d6.setContent(html_21c2cf2d95eef6c64d9733372bb758d9);
|
|
|
|
|
|
|
|
marker_c341fe1605323a0eb1e91d36155232a4.bindPopup(popup_8be78860539fa05b675cc290c172c9d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c341fe1605323a0eb1e91d36155232a4.setIcon(icon_30328a2d677aa243d82ac3de0ba564ae);
|
|
|
|
|
|
var marker_0839bc0a2a2851842c053951a12901f3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_790f390b6ee5ac7d757264d3a2e46c3e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fe0ac92a00038c0ced5139324da92a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49477d3c2e5df789ed6fa15ac546c5cf = $(`<div id="html_49477d3c2e5df789ed6fa15ac546c5cf" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_5fe0ac92a00038c0ced5139324da92a3.setContent(html_49477d3c2e5df789ed6fa15ac546c5cf);
|
|
|
|
|
|
|
|
marker_0839bc0a2a2851842c053951a12901f3.bindPopup(popup_5fe0ac92a00038c0ced5139324da92a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0839bc0a2a2851842c053951a12901f3.setIcon(icon_790f390b6ee5ac7d757264d3a2e46c3e);
|
|
|
|
|
|
var marker_8cff44103972bbb257b0ee2a240ec853 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_345b7482a435e65720e93f4956bac296 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_516bc8717fb49e23987db777869849df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e036e4e4906c2ba427c0410044cb07d = $(`<div id="html_0e036e4e4906c2ba427c0410044cb07d" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_516bc8717fb49e23987db777869849df.setContent(html_0e036e4e4906c2ba427c0410044cb07d);
|
|
|
|
|
|
|
|
marker_8cff44103972bbb257b0ee2a240ec853.bindPopup(popup_516bc8717fb49e23987db777869849df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8cff44103972bbb257b0ee2a240ec853.setIcon(icon_345b7482a435e65720e93f4956bac296);
|
|
|
|
|
|
var marker_620fdffffa2caf74a3288fe273208784 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_087800153eaf52e85844621727e2b1dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77280181f49ef3c6605bbbfbc1fd06e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7bc6648aa7470938961f6833b27d47d = $(`<div id="html_d7bc6648aa7470938961f6833b27d47d" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_77280181f49ef3c6605bbbfbc1fd06e0.setContent(html_d7bc6648aa7470938961f6833b27d47d);
|
|
|
|
|
|
|
|
marker_620fdffffa2caf74a3288fe273208784.bindPopup(popup_77280181f49ef3c6605bbbfbc1fd06e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_620fdffffa2caf74a3288fe273208784.setIcon(icon_087800153eaf52e85844621727e2b1dc);
|
|
|
|
|
|
var marker_c8c04baca1959ba4d5fb796e66f60257 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_9978b0a70282fa9b87af1c3cff11af2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6af146d1651345db7b0d47c8d5b2d6f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ed7254b619904fcc8bf221138d335b2 = $(`<div id="html_5ed7254b619904fcc8bf221138d335b2" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_a6af146d1651345db7b0d47c8d5b2d6f.setContent(html_5ed7254b619904fcc8bf221138d335b2);
|
|
|
|
|
|
|
|
marker_c8c04baca1959ba4d5fb796e66f60257.bindPopup(popup_a6af146d1651345db7b0d47c8d5b2d6f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8c04baca1959ba4d5fb796e66f60257.setIcon(icon_9978b0a70282fa9b87af1c3cff11af2b);
|
|
|
|
|
|
var marker_631f13084ca8d3d4d15548e0d4a8c4b5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_a3c36b7083fe436998fd05adfaca2e88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6287db624dcee24fc2047a5692d16a00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_564a0f4e4584cf2e3841e5b807bc9946 = $(`<div id="html_564a0f4e4584cf2e3841e5b807bc9946" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_6287db624dcee24fc2047a5692d16a00.setContent(html_564a0f4e4584cf2e3841e5b807bc9946);
|
|
|
|
|
|
|
|
marker_631f13084ca8d3d4d15548e0d4a8c4b5.bindPopup(popup_6287db624dcee24fc2047a5692d16a00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_631f13084ca8d3d4d15548e0d4a8c4b5.setIcon(icon_a3c36b7083fe436998fd05adfaca2e88);
|
|
|
|
|
|
var marker_834c91457a2c19c0220e6cd768c5e80b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_d8af39a8789a7c1956c9b85276c9ee02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8115024d69bf274208d3f16f814ea19b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8713fdb209ecc18d9b1683ca8416ccfb = $(`<div id="html_8713fdb209ecc18d9b1683ca8416ccfb" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_8115024d69bf274208d3f16f814ea19b.setContent(html_8713fdb209ecc18d9b1683ca8416ccfb);
|
|
|
|
|
|
|
|
marker_834c91457a2c19c0220e6cd768c5e80b.bindPopup(popup_8115024d69bf274208d3f16f814ea19b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_834c91457a2c19c0220e6cd768c5e80b.setIcon(icon_d8af39a8789a7c1956c9b85276c9ee02);
|
|
|
|
|
|
var marker_96da84d53917494607f13f76e4381b64 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_fcbd7b79e1b9285e361d337cb92c5efc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0c239186e296d56e85c876e4789c8103 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86e0c6c3c40f6a4501c1b4b3b8283d31 = $(`<div id="html_86e0c6c3c40f6a4501c1b4b3b8283d31" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_0c239186e296d56e85c876e4789c8103.setContent(html_86e0c6c3c40f6a4501c1b4b3b8283d31);
|
|
|
|
|
|
|
|
marker_96da84d53917494607f13f76e4381b64.bindPopup(popup_0c239186e296d56e85c876e4789c8103)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96da84d53917494607f13f76e4381b64.setIcon(icon_fcbd7b79e1b9285e361d337cb92c5efc);
|
|
|
|
|
|
var marker_087ac06893645899ba35e22b3063ba3c = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_20acbcbd351354e031d3285a25ee385d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a7074f75a2011d0f68ecf61252298fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_636037964a9620e1d45a74b4b06b4a74 = $(`<div id="html_636037964a9620e1d45a74b4b06b4a74" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_4a7074f75a2011d0f68ecf61252298fe.setContent(html_636037964a9620e1d45a74b4b06b4a74);
|
|
|
|
|
|
|
|
marker_087ac06893645899ba35e22b3063ba3c.bindPopup(popup_4a7074f75a2011d0f68ecf61252298fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_087ac06893645899ba35e22b3063ba3c.setIcon(icon_20acbcbd351354e031d3285a25ee385d);
|
|
|
|
|
|
var marker_cc1104e789ed9f56d1032954bf11f911 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_9279b359e5dd34e3b8e49cb30d097135 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1dca96f52c24d74a8690c9fba5df210f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_864f13a43cac4ab335740982b9b5528c = $(`<div id="html_864f13a43cac4ab335740982b9b5528c" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_1dca96f52c24d74a8690c9fba5df210f.setContent(html_864f13a43cac4ab335740982b9b5528c);
|
|
|
|
|
|
|
|
marker_cc1104e789ed9f56d1032954bf11f911.bindPopup(popup_1dca96f52c24d74a8690c9fba5df210f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc1104e789ed9f56d1032954bf11f911.setIcon(icon_9279b359e5dd34e3b8e49cb30d097135);
|
|
|
|
|
|
var marker_944d7889436643173f6cd7fb90d6a6aa = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_78913d255e9a65425d50b8e3bd489232 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3c24eb288733297f5e45aa381fe6419 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cec6f9cc383d996bd4d673be5de84962 = $(`<div id="html_cec6f9cc383d996bd4d673be5de84962" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_e3c24eb288733297f5e45aa381fe6419.setContent(html_cec6f9cc383d996bd4d673be5de84962);
|
|
|
|
|
|
|
|
marker_944d7889436643173f6cd7fb90d6a6aa.bindPopup(popup_e3c24eb288733297f5e45aa381fe6419)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_944d7889436643173f6cd7fb90d6a6aa.setIcon(icon_78913d255e9a65425d50b8e3bd489232);
|
|
|
|
|
|
var marker_c784b8a70da1802dd0a30fb66c51785e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_e51716b0b2e4de4fe64b35be64794ac1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f987df831c0aec594f0e2017de30c1fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad4b75469514c67970bc500a7fb2b511 = $(`<div id="html_ad4b75469514c67970bc500a7fb2b511" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_f987df831c0aec594f0e2017de30c1fc.setContent(html_ad4b75469514c67970bc500a7fb2b511);
|
|
|
|
|
|
|
|
marker_c784b8a70da1802dd0a30fb66c51785e.bindPopup(popup_f987df831c0aec594f0e2017de30c1fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c784b8a70da1802dd0a30fb66c51785e.setIcon(icon_e51716b0b2e4de4fe64b35be64794ac1);
|
|
|
|
|
|
var marker_5bb147d168fcbdcf61a96a3c92a870c7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_f643d28586acbe3d5f9ed31c5c29adc2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6813f26b428918c82a1796f873500d27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03dde5a2221107c0379659103c3aabf1 = $(`<div id="html_03dde5a2221107c0379659103c3aabf1" style="width: 100.0%; height: 100.0%;">aaa-api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_6813f26b428918c82a1796f873500d27.setContent(html_03dde5a2221107c0379659103c3aabf1);
|
|
|
|
|
|
|
|
marker_5bb147d168fcbdcf61a96a3c92a870c7.bindPopup(popup_6813f26b428918c82a1796f873500d27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bb147d168fcbdcf61a96a3c92a870c7.setIcon(icon_f643d28586acbe3d5f9ed31c5c29adc2);
|
|
|
|
|
|
var marker_8b368950a443cd590f159a84c68ec729 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_b8245cfad129a8952e08baeda2f0649a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dce4f82651b0c71c45650f24e451d10f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1343fec9ab0f14df31835b73819a7aee = $(`<div id="html_1343fec9ab0f14df31835b73819a7aee" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_dce4f82651b0c71c45650f24e451d10f.setContent(html_1343fec9ab0f14df31835b73819a7aee);
|
|
|
|
|
|
|
|
marker_8b368950a443cd590f159a84c68ec729.bindPopup(popup_dce4f82651b0c71c45650f24e451d10f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b368950a443cd590f159a84c68ec729.setIcon(icon_b8245cfad129a8952e08baeda2f0649a);
|
|
|
|
|
|
var marker_7991f86af378e62053e88d319d8d02ec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_c8b508ff2b4dbb8005a781958bc4ef7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_82d5ae2318d4d3b99a65524d4256b652 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c63fd43c0b9949cab40735b13f740320 = $(`<div id="html_c63fd43c0b9949cab40735b13f740320" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_82d5ae2318d4d3b99a65524d4256b652.setContent(html_c63fd43c0b9949cab40735b13f740320);
|
|
|
|
|
|
|
|
marker_7991f86af378e62053e88d319d8d02ec.bindPopup(popup_82d5ae2318d4d3b99a65524d4256b652)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7991f86af378e62053e88d319d8d02ec.setIcon(icon_c8b508ff2b4dbb8005a781958bc4ef7e);
|
|
|
|
|
|
var marker_04efbac2ed5d6af42ee05ff4093d96e8 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_3303b7492e02048a2c65ebd4e1bcd0ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d2d673914f5a8bead92dfb13383f79b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2cae95efe2ae83f6b13914286337ee9 = $(`<div id="html_d2cae95efe2ae83f6b13914286337ee9" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_4d2d673914f5a8bead92dfb13383f79b.setContent(html_d2cae95efe2ae83f6b13914286337ee9);
|
|
|
|
|
|
|
|
marker_04efbac2ed5d6af42ee05ff4093d96e8.bindPopup(popup_4d2d673914f5a8bead92dfb13383f79b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04efbac2ed5d6af42ee05ff4093d96e8.setIcon(icon_3303b7492e02048a2c65ebd4e1bcd0ee);
|
|
|
|
|
|
var marker_5c8daaffe2051a75cfc1a8e99fc0ca4b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_8a6bcf836d6412f306ce48d47b868fcf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bed3c46705a0c30fe03872c5a0c02a2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d2e4d4003fd3b83cb5bb2505dfcf23e = $(`<div id="html_3d2e4d4003fd3b83cb5bb2505dfcf23e" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_bed3c46705a0c30fe03872c5a0c02a2f.setContent(html_3d2e4d4003fd3b83cb5bb2505dfcf23e);
|
|
|
|
|
|
|
|
marker_5c8daaffe2051a75cfc1a8e99fc0ca4b.bindPopup(popup_bed3c46705a0c30fe03872c5a0c02a2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c8daaffe2051a75cfc1a8e99fc0ca4b.setIcon(icon_8a6bcf836d6412f306ce48d47b868fcf);
|
|
|
|
|
|
var marker_fcb1a450c796b2176d7d3396650f790d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_7b27b516100b5cdbf2b690cfdb98fc7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c006a41a669f897179ba8f9bf0f2f816 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88ee1968b2e8caa9b076d29426c2099d = $(`<div id="html_88ee1968b2e8caa9b076d29426c2099d" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_c006a41a669f897179ba8f9bf0f2f816.setContent(html_88ee1968b2e8caa9b076d29426c2099d);
|
|
|
|
|
|
|
|
marker_fcb1a450c796b2176d7d3396650f790d.bindPopup(popup_c006a41a669f897179ba8f9bf0f2f816)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fcb1a450c796b2176d7d3396650f790d.setIcon(icon_7b27b516100b5cdbf2b690cfdb98fc7a);
|
|
|
|
|
|
var marker_68014670d1152d2267c9ad276c9d8559 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_310a3da9ee85e6c51dcc98b5839a7ced = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f778df49dede262494dce5af07c7448b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4e07f5e41e97fea4e358e336a2b8952 = $(`<div id="html_f4e07f5e41e97fea4e358e336a2b8952" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_f778df49dede262494dce5af07c7448b.setContent(html_f4e07f5e41e97fea4e358e336a2b8952);
|
|
|
|
|
|
|
|
marker_68014670d1152d2267c9ad276c9d8559.bindPopup(popup_f778df49dede262494dce5af07c7448b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68014670d1152d2267c9ad276c9d8559.setIcon(icon_310a3da9ee85e6c51dcc98b5839a7ced);
|
|
|
|
|
|
var marker_371a4398a9fff1092aae0ac55d79c065 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_5e83fc11d8c99202b49fc1e29e291743);
|
|
|
|
|
|
var icon_b2a69dbee9070624624aa2a7dd25a359 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21807a5855789a3ffc4ab36ce87ae030 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e4fef45832bd2c923a8d4f4c70828b8 = $(`<div id="html_9e4fef45832bd2c923a8d4f4c70828b8" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_21807a5855789a3ffc4ab36ce87ae030.setContent(html_9e4fef45832bd2c923a8d4f4c70828b8);
|
|
|
|
|
|
|
|
marker_371a4398a9fff1092aae0ac55d79c065.bindPopup(popup_21807a5855789a3ffc4ab36ce87ae030)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_371a4398a9fff1092aae0ac55d79c065.setIcon(icon_b2a69dbee9070624624aa2a7dd25a359);
|
|
|
|
|
|
marker_cluster_5e83fc11d8c99202b49fc1e29e291743.addTo(map_e323cfcb86d4166c48aed7667055a5a4);
|
|
|
|
</script>
|
|
</html> |