mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 23:05:19 +00:00
11931 lines
347 KiB
HTML
11931 lines
347 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_b2bdf6a28beae5a49fc4abc454d7b43d {
|
|
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_b2bdf6a28beae5a49fc4abc454d7b43d" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_b2bdf6a28beae5a49fc4abc454d7b43d = L.map(
|
|
"map_b2bdf6a28beae5a49fc4abc454d7b43d",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_3c2497034728e75decd9dbde00e6866b = 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_3c2497034728e75decd9dbde00e6866b.addTo(map_b2bdf6a28beae5a49fc4abc454d7b43d);
|
|
|
|
|
|
var marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_26e19c6afb2aba74cc97139a523af9ec = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_a43f48bdaf6976451ca53da094ed6e8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbc640083d5ac41b7f653af9b5e1e3cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1b3c2105860e41790bc211820ecd33c = $(`<div id="html_c1b3c2105860e41790bc211820ecd33c" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_cbc640083d5ac41b7f653af9b5e1e3cd.setContent(html_c1b3c2105860e41790bc211820ecd33c);
|
|
|
|
|
|
|
|
marker_26e19c6afb2aba74cc97139a523af9ec.bindPopup(popup_cbc640083d5ac41b7f653af9b5e1e3cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26e19c6afb2aba74cc97139a523af9ec.setIcon(icon_a43f48bdaf6976451ca53da094ed6e8d);
|
|
|
|
|
|
var marker_da2ff6f2286574897d4bb2e1d54ae5ff = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_3b29fde9e320d883b1cd2abafe424c0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e15e0f6459ab8a304d149225f9c0401 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5e360c504078d83d8011c69dd33b1c5 = $(`<div id="html_a5e360c504078d83d8011c69dd33b1c5" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_1e15e0f6459ab8a304d149225f9c0401.setContent(html_a5e360c504078d83d8011c69dd33b1c5);
|
|
|
|
|
|
|
|
marker_da2ff6f2286574897d4bb2e1d54ae5ff.bindPopup(popup_1e15e0f6459ab8a304d149225f9c0401)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da2ff6f2286574897d4bb2e1d54ae5ff.setIcon(icon_3b29fde9e320d883b1cd2abafe424c0a);
|
|
|
|
|
|
var marker_f2be9a697afe2b1b3acf745228f2a350 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_3b926052508fd217be96605c0fb80823 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8469932717b6ddc2e332bd7f6f9594b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d7d5888822574f385196a092667967d = $(`<div id="html_2d7d5888822574f385196a092667967d" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_d8469932717b6ddc2e332bd7f6f9594b.setContent(html_2d7d5888822574f385196a092667967d);
|
|
|
|
|
|
|
|
marker_f2be9a697afe2b1b3acf745228f2a350.bindPopup(popup_d8469932717b6ddc2e332bd7f6f9594b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2be9a697afe2b1b3acf745228f2a350.setIcon(icon_3b926052508fd217be96605c0fb80823);
|
|
|
|
|
|
var marker_23e31e52ff21eb8f43eb52fecb4e2b4f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_9de3d0374115953606b29e7091316aff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61face398d54afa258707453955a9068 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24a1f5289704de0a1adbbf41d6342fa2 = $(`<div id="html_24a1f5289704de0a1adbbf41d6342fa2" style="width: 100.0%; height: 100.0%;">relay.pinseekr.golf</div>`)[0];
|
|
popup_61face398d54afa258707453955a9068.setContent(html_24a1f5289704de0a1adbbf41d6342fa2);
|
|
|
|
|
|
|
|
marker_23e31e52ff21eb8f43eb52fecb4e2b4f.bindPopup(popup_61face398d54afa258707453955a9068)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23e31e52ff21eb8f43eb52fecb4e2b4f.setIcon(icon_9de3d0374115953606b29e7091316aff);
|
|
|
|
|
|
var marker_160b0bb952882c1d6dda2dca407da64b = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_130b47743e57dfbad77e67ea6c22a21f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43ad6832984d1c7d0d5821ad88883085 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1ab31fd424c2e056251750fe83afbe7 = $(`<div id="html_f1ab31fd424c2e056251750fe83afbe7" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_43ad6832984d1c7d0d5821ad88883085.setContent(html_f1ab31fd424c2e056251750fe83afbe7);
|
|
|
|
|
|
|
|
marker_160b0bb952882c1d6dda2dca407da64b.bindPopup(popup_43ad6832984d1c7d0d5821ad88883085)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_160b0bb952882c1d6dda2dca407da64b.setIcon(icon_130b47743e57dfbad77e67ea6c22a21f);
|
|
|
|
|
|
var marker_bdb62af6a36a7d265d4f883177c65a6e = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_2ef3d9f04012d9f25efd2102c52a4f25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e14096afdd9b6f0cdf2247a61a73c9be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ba564de8b805114ccc1a1222d2889f3 = $(`<div id="html_9ba564de8b805114ccc1a1222d2889f3" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_e14096afdd9b6f0cdf2247a61a73c9be.setContent(html_9ba564de8b805114ccc1a1222d2889f3);
|
|
|
|
|
|
|
|
marker_bdb62af6a36a7d265d4f883177c65a6e.bindPopup(popup_e14096afdd9b6f0cdf2247a61a73c9be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bdb62af6a36a7d265d4f883177c65a6e.setIcon(icon_2ef3d9f04012d9f25efd2102c52a4f25);
|
|
|
|
|
|
var marker_09f8db8360c843c022085228110a0257 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_28053bde1505b32744fbe933bfaaec41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1dc8bfa77a61a3c02e07cd95581795a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c46f5efb598c93357ec4b24f12d5b58 = $(`<div id="html_2c46f5efb598c93357ec4b24f12d5b58" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_1dc8bfa77a61a3c02e07cd95581795a1.setContent(html_2c46f5efb598c93357ec4b24f12d5b58);
|
|
|
|
|
|
|
|
marker_09f8db8360c843c022085228110a0257.bindPopup(popup_1dc8bfa77a61a3c02e07cd95581795a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09f8db8360c843c022085228110a0257.setIcon(icon_28053bde1505b32744fbe933bfaaec41);
|
|
|
|
|
|
var marker_4a1ee8dc552b4ed79f272e998b369f0c = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_7673946735aaabf25691d5aa1d7413d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f856f3d2824b125a709753b8b45e9260 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f268d675e6207db4701bca2723b28a5 = $(`<div id="html_4f268d675e6207db4701bca2723b28a5" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_f856f3d2824b125a709753b8b45e9260.setContent(html_4f268d675e6207db4701bca2723b28a5);
|
|
|
|
|
|
|
|
marker_4a1ee8dc552b4ed79f272e998b369f0c.bindPopup(popup_f856f3d2824b125a709753b8b45e9260)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a1ee8dc552b4ed79f272e998b369f0c.setIcon(icon_7673946735aaabf25691d5aa1d7413d2);
|
|
|
|
|
|
var marker_303873ce060dbf91287f420a1733fbe4 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_27b41f459efdd2ca28c96d9a7421e56c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d963131aac4087a25afba75872ba239 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2aa448c8f337ef0547d81e911c6dda6c = $(`<div id="html_2aa448c8f337ef0547d81e911c6dda6c" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_8d963131aac4087a25afba75872ba239.setContent(html_2aa448c8f337ef0547d81e911c6dda6c);
|
|
|
|
|
|
|
|
marker_303873ce060dbf91287f420a1733fbe4.bindPopup(popup_8d963131aac4087a25afba75872ba239)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_303873ce060dbf91287f420a1733fbe4.setIcon(icon_27b41f459efdd2ca28c96d9a7421e56c);
|
|
|
|
|
|
var marker_074492ee8e4ea171319e5bca69a63db5 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_e94069a1d509b44b9f2c43961ef2a192 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c53499283dc1564d72eb7e719e3b2b51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_075953b234dc57e2cb178dc101a58eed = $(`<div id="html_075953b234dc57e2cb178dc101a58eed" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_c53499283dc1564d72eb7e719e3b2b51.setContent(html_075953b234dc57e2cb178dc101a58eed);
|
|
|
|
|
|
|
|
marker_074492ee8e4ea171319e5bca69a63db5.bindPopup(popup_c53499283dc1564d72eb7e719e3b2b51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_074492ee8e4ea171319e5bca69a63db5.setIcon(icon_e94069a1d509b44b9f2c43961ef2a192);
|
|
|
|
|
|
var marker_57d3d31b52d26c8ece8a5d69614e5fb1 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_61e804391df5b18c1f7176093db1a522 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37b4f0f0b99adeacda591d14e6694c63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2773d327d67c7ce31b3b890f9761c5d = $(`<div id="html_a2773d327d67c7ce31b3b890f9761c5d" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_37b4f0f0b99adeacda591d14e6694c63.setContent(html_a2773d327d67c7ce31b3b890f9761c5d);
|
|
|
|
|
|
|
|
marker_57d3d31b52d26c8ece8a5d69614e5fb1.bindPopup(popup_37b4f0f0b99adeacda591d14e6694c63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57d3d31b52d26c8ece8a5d69614e5fb1.setIcon(icon_61e804391df5b18c1f7176093db1a522);
|
|
|
|
|
|
var marker_73f40b01e35dd4223679867b7a16fc89 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_569e9e1b67cc6a1f4ccc04216ba794f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c45cdc06b6d0d7332326ee72110f9e0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0675600be5a5d0662386758d2bb36322 = $(`<div id="html_0675600be5a5d0662386758d2bb36322" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_c45cdc06b6d0d7332326ee72110f9e0b.setContent(html_0675600be5a5d0662386758d2bb36322);
|
|
|
|
|
|
|
|
marker_73f40b01e35dd4223679867b7a16fc89.bindPopup(popup_c45cdc06b6d0d7332326ee72110f9e0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73f40b01e35dd4223679867b7a16fc89.setIcon(icon_569e9e1b67cc6a1f4ccc04216ba794f2);
|
|
|
|
|
|
var marker_c7ce7dc4b6fce57d8ef3bf50333a532f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_fd553164938ef836c2bbfb3226bd533d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ceb4306e3715d3cc3d52dc452854a3a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0951017b1dd1fe5c81ea4b16f890041 = $(`<div id="html_e0951017b1dd1fe5c81ea4b16f890041" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_ceb4306e3715d3cc3d52dc452854a3a8.setContent(html_e0951017b1dd1fe5c81ea4b16f890041);
|
|
|
|
|
|
|
|
marker_c7ce7dc4b6fce57d8ef3bf50333a532f.bindPopup(popup_ceb4306e3715d3cc3d52dc452854a3a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7ce7dc4b6fce57d8ef3bf50333a532f.setIcon(icon_fd553164938ef836c2bbfb3226bd533d);
|
|
|
|
|
|
var marker_879db742126a91ef69e65660570923c8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_ae66d3752d5331a8f48fb88c304dcfad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d5e2fb375bcbecede3547623b993606 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46d0bd48c1411f2aa4ed4bc06242c8cd = $(`<div id="html_46d0bd48c1411f2aa4ed4bc06242c8cd" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_5d5e2fb375bcbecede3547623b993606.setContent(html_46d0bd48c1411f2aa4ed4bc06242c8cd);
|
|
|
|
|
|
|
|
marker_879db742126a91ef69e65660570923c8.bindPopup(popup_5d5e2fb375bcbecede3547623b993606)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_879db742126a91ef69e65660570923c8.setIcon(icon_ae66d3752d5331a8f48fb88c304dcfad);
|
|
|
|
|
|
var marker_b49636e111c7771f06393d79451cfd91 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_777256134d99272f6e9ee19e6c56956b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ac998b59d874e4ec2a1874215d703f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28f2ad427e7b9b271c30a37b27d40424 = $(`<div id="html_28f2ad427e7b9b271c30a37b27d40424" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_6ac998b59d874e4ec2a1874215d703f3.setContent(html_28f2ad427e7b9b271c30a37b27d40424);
|
|
|
|
|
|
|
|
marker_b49636e111c7771f06393d79451cfd91.bindPopup(popup_6ac998b59d874e4ec2a1874215d703f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b49636e111c7771f06393d79451cfd91.setIcon(icon_777256134d99272f6e9ee19e6c56956b);
|
|
|
|
|
|
var marker_5c2527846e7ee1bcffcbf75494f5db0c = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_c237bc640ef261e576e40a137a8aa935 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b60ee40e3ed942c2ec4229a732cce05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bee95c44c7b0fbfacb74460508caad36 = $(`<div id="html_bee95c44c7b0fbfacb74460508caad36" style="width: 100.0%; height: 100.0%;">relay.bithome.site</div>`)[0];
|
|
popup_5b60ee40e3ed942c2ec4229a732cce05.setContent(html_bee95c44c7b0fbfacb74460508caad36);
|
|
|
|
|
|
|
|
marker_5c2527846e7ee1bcffcbf75494f5db0c.bindPopup(popup_5b60ee40e3ed942c2ec4229a732cce05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c2527846e7ee1bcffcbf75494f5db0c.setIcon(icon_c237bc640ef261e576e40a137a8aa935);
|
|
|
|
|
|
var marker_af640e1b5255be377d7d54ea52059987 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_435306d7b3324dff388ff58ec92fba9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eeedf81535fe3d6acff5137504c91bf4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ccd80ab1887b5db221bba2334e0748a7 = $(`<div id="html_ccd80ab1887b5db221bba2334e0748a7" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_eeedf81535fe3d6acff5137504c91bf4.setContent(html_ccd80ab1887b5db221bba2334e0748a7);
|
|
|
|
|
|
|
|
marker_af640e1b5255be377d7d54ea52059987.bindPopup(popup_eeedf81535fe3d6acff5137504c91bf4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af640e1b5255be377d7d54ea52059987.setIcon(icon_435306d7b3324dff388ff58ec92fba9e);
|
|
|
|
|
|
var marker_73d640c00534eba0611038403ed72df2 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_2a17326077d158187231e978c16ca3a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_658eb4c6393cd80deef2d6eeeed931d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a699283de61b469e719575dbfa43a310 = $(`<div id="html_a699283de61b469e719575dbfa43a310" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_658eb4c6393cd80deef2d6eeeed931d3.setContent(html_a699283de61b469e719575dbfa43a310);
|
|
|
|
|
|
|
|
marker_73d640c00534eba0611038403ed72df2.bindPopup(popup_658eb4c6393cd80deef2d6eeeed931d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73d640c00534eba0611038403ed72df2.setIcon(icon_2a17326077d158187231e978c16ca3a3);
|
|
|
|
|
|
var marker_3bde19755804bbc3acbf610103676be6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_2ad6cf3476dc969a00e5e67881668a46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c81dea62a1a4f169e9baa00b15cfe13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c362c0dd50aeaeaf19c7f884d7ec4fa = $(`<div id="html_7c362c0dd50aeaeaf19c7f884d7ec4fa" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_4c81dea62a1a4f169e9baa00b15cfe13.setContent(html_7c362c0dd50aeaeaf19c7f884d7ec4fa);
|
|
|
|
|
|
|
|
marker_3bde19755804bbc3acbf610103676be6.bindPopup(popup_4c81dea62a1a4f169e9baa00b15cfe13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bde19755804bbc3acbf610103676be6.setIcon(icon_2ad6cf3476dc969a00e5e67881668a46);
|
|
|
|
|
|
var marker_8be29ab32144715a3fb6784c7f78bb4f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_db5474cdde0ec41bd9ce874116935fbc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93ec8a224848fa1e4ac8d315fece5b93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15a6490788711c7004a1f4824fd7bc21 = $(`<div id="html_15a6490788711c7004a1f4824fd7bc21" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_93ec8a224848fa1e4ac8d315fece5b93.setContent(html_15a6490788711c7004a1f4824fd7bc21);
|
|
|
|
|
|
|
|
marker_8be29ab32144715a3fb6784c7f78bb4f.bindPopup(popup_93ec8a224848fa1e4ac8d315fece5b93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8be29ab32144715a3fb6784c7f78bb4f.setIcon(icon_db5474cdde0ec41bd9ce874116935fbc);
|
|
|
|
|
|
var marker_9a6fdcf6483ea5d6a24516a70dab29fa = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_f2eb3f31d62eb11ea77c0bf18d0bb066 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_287ac0f4dce09a3be2596b5194c6e185 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7d2114a42603451214ee5760a9e066b = $(`<div id="html_b7d2114a42603451214ee5760a9e066b" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_287ac0f4dce09a3be2596b5194c6e185.setContent(html_b7d2114a42603451214ee5760a9e066b);
|
|
|
|
|
|
|
|
marker_9a6fdcf6483ea5d6a24516a70dab29fa.bindPopup(popup_287ac0f4dce09a3be2596b5194c6e185)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a6fdcf6483ea5d6a24516a70dab29fa.setIcon(icon_f2eb3f31d62eb11ea77c0bf18d0bb066);
|
|
|
|
|
|
var marker_1693c2ab9c8c2c3d897d3aff304de72d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_1bedf248e055f208b3a48b4a5ff08925 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4facad8853c9c53396f35243e19513ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a4bcc927ec50871080cafd5e2c877da = $(`<div id="html_5a4bcc927ec50871080cafd5e2c877da" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_4facad8853c9c53396f35243e19513ce.setContent(html_5a4bcc927ec50871080cafd5e2c877da);
|
|
|
|
|
|
|
|
marker_1693c2ab9c8c2c3d897d3aff304de72d.bindPopup(popup_4facad8853c9c53396f35243e19513ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1693c2ab9c8c2c3d897d3aff304de72d.setIcon(icon_1bedf248e055f208b3a48b4a5ff08925);
|
|
|
|
|
|
var marker_76f70426363137b23239e7d3cba96351 = L.marker(
|
|
[54.5847, 10.0178],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_7a3fba3eff0ba1c7196dadf8ca06096a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19b7e07cfeff74790d81878e36cd4ff4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9540e5ca2b283afb00bbe8dbae87d13 = $(`<div id="html_e9540e5ca2b283afb00bbe8dbae87d13" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_19b7e07cfeff74790d81878e36cd4ff4.setContent(html_e9540e5ca2b283afb00bbe8dbae87d13);
|
|
|
|
|
|
|
|
marker_76f70426363137b23239e7d3cba96351.bindPopup(popup_19b7e07cfeff74790d81878e36cd4ff4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76f70426363137b23239e7d3cba96351.setIcon(icon_7a3fba3eff0ba1c7196dadf8ca06096a);
|
|
|
|
|
|
var marker_94eefc032655c20c1a9beab56c581a31 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_48fd647aa06c648348f38c48d5681e63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75c781fa47f6c8246f1f9e33bb57f78a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7bfd4d338c6845f1da41b15be4588e3a = $(`<div id="html_7bfd4d338c6845f1da41b15be4588e3a" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_75c781fa47f6c8246f1f9e33bb57f78a.setContent(html_7bfd4d338c6845f1da41b15be4588e3a);
|
|
|
|
|
|
|
|
marker_94eefc032655c20c1a9beab56c581a31.bindPopup(popup_75c781fa47f6c8246f1f9e33bb57f78a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94eefc032655c20c1a9beab56c581a31.setIcon(icon_48fd647aa06c648348f38c48d5681e63);
|
|
|
|
|
|
var marker_40b7abeace5b6b42c00e92ffc69b72b0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_7186aca399e0a128fefc448a8a7c182d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca43e40c5f68d0c7660ce00e8a6bd3e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ac6d15c22575416ee83f114f24c1c31 = $(`<div id="html_5ac6d15c22575416ee83f114f24c1c31" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_ca43e40c5f68d0c7660ce00e8a6bd3e4.setContent(html_5ac6d15c22575416ee83f114f24c1c31);
|
|
|
|
|
|
|
|
marker_40b7abeace5b6b42c00e92ffc69b72b0.bindPopup(popup_ca43e40c5f68d0c7660ce00e8a6bd3e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40b7abeace5b6b42c00e92ffc69b72b0.setIcon(icon_7186aca399e0a128fefc448a8a7c182d);
|
|
|
|
|
|
var marker_ace7776689c3a754273eae039e94251c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_d670a198f87c588f916aaf0a586e94e0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_930b9f80559ce9eb1e7b394e1d05a9fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_286e37da6c8733f491f1a238205fad7c = $(`<div id="html_286e37da6c8733f491f1a238205fad7c" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_930b9f80559ce9eb1e7b394e1d05a9fd.setContent(html_286e37da6c8733f491f1a238205fad7c);
|
|
|
|
|
|
|
|
marker_ace7776689c3a754273eae039e94251c.bindPopup(popup_930b9f80559ce9eb1e7b394e1d05a9fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ace7776689c3a754273eae039e94251c.setIcon(icon_d670a198f87c588f916aaf0a586e94e0);
|
|
|
|
|
|
var marker_3a43edecd1f55ad5ae1f20f600364062 = L.marker(
|
|
[38.3396, -122.701],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_fa300cf9f6cd2bf2168dec79a098e3aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9681f5dbd135191809b61111ea541f60 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84e8058c9a3fd140d4d1c3499f8f1ed2 = $(`<div id="html_84e8058c9a3fd140d4d1c3499f8f1ed2" style="width: 100.0%; height: 100.0%;">nostr.klabo.world</div>`)[0];
|
|
popup_9681f5dbd135191809b61111ea541f60.setContent(html_84e8058c9a3fd140d4d1c3499f8f1ed2);
|
|
|
|
|
|
|
|
marker_3a43edecd1f55ad5ae1f20f600364062.bindPopup(popup_9681f5dbd135191809b61111ea541f60)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a43edecd1f55ad5ae1f20f600364062.setIcon(icon_fa300cf9f6cd2bf2168dec79a098e3aa);
|
|
|
|
|
|
var marker_27a3e769047180f798d90e04c9f0299d = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_047d209be1b81faa24a308fbb66e30a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42cb281511f67a711f671fe6f6ac4c87 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcc4c422fb7f5cf94f19994fdd8768de = $(`<div id="html_fcc4c422fb7f5cf94f19994fdd8768de" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_42cb281511f67a711f671fe6f6ac4c87.setContent(html_fcc4c422fb7f5cf94f19994fdd8768de);
|
|
|
|
|
|
|
|
marker_27a3e769047180f798d90e04c9f0299d.bindPopup(popup_42cb281511f67a711f671fe6f6ac4c87)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27a3e769047180f798d90e04c9f0299d.setIcon(icon_047d209be1b81faa24a308fbb66e30a2);
|
|
|
|
|
|
var marker_9c1bc30c6bd90a41ca31dd2e4c49c6d5 = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_941c6be4b66f2d8e0551d9fcc1a1581f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21366593cf34d0692ff08c97d4069ff1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27b8d0cfc99dd2e405704f2e1d7a46d1 = $(`<div id="html_27b8d0cfc99dd2e405704f2e1d7a46d1" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_21366593cf34d0692ff08c97d4069ff1.setContent(html_27b8d0cfc99dd2e405704f2e1d7a46d1);
|
|
|
|
|
|
|
|
marker_9c1bc30c6bd90a41ca31dd2e4c49c6d5.bindPopup(popup_21366593cf34d0692ff08c97d4069ff1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c1bc30c6bd90a41ca31dd2e4c49c6d5.setIcon(icon_941c6be4b66f2d8e0551d9fcc1a1581f);
|
|
|
|
|
|
var marker_0bc77afe1975e126ff6c61d6a2af157b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_e9ed07b42e9e7a576d25e020d4906b00 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a1d40a0ebf279b8c8c5a98eddcc5eac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4b8339e6e6f8e68097d6e8be9d77f25 = $(`<div id="html_d4b8339e6e6f8e68097d6e8be9d77f25" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_8a1d40a0ebf279b8c8c5a98eddcc5eac.setContent(html_d4b8339e6e6f8e68097d6e8be9d77f25);
|
|
|
|
|
|
|
|
marker_0bc77afe1975e126ff6c61d6a2af157b.bindPopup(popup_8a1d40a0ebf279b8c8c5a98eddcc5eac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0bc77afe1975e126ff6c61d6a2af157b.setIcon(icon_e9ed07b42e9e7a576d25e020d4906b00);
|
|
|
|
|
|
var marker_ac44de010890eafc6e1ecc58a6605be6 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_16841a02e678553fd266b2c0c538d968 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79faaa74dac8e68de4a23957dc5ea18f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14dcceede9794154c1b2772a1ed790f8 = $(`<div id="html_14dcceede9794154c1b2772a1ed790f8" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_79faaa74dac8e68de4a23957dc5ea18f.setContent(html_14dcceede9794154c1b2772a1ed790f8);
|
|
|
|
|
|
|
|
marker_ac44de010890eafc6e1ecc58a6605be6.bindPopup(popup_79faaa74dac8e68de4a23957dc5ea18f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac44de010890eafc6e1ecc58a6605be6.setIcon(icon_16841a02e678553fd266b2c0c538d968);
|
|
|
|
|
|
var marker_92a040d659277c5b9282d5295e834c92 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_c737d4eef6f8da372499fb791875ecc2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e029c77a5c095ebfa08a7d0adfb76868 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dba83fa6560b0fb765c1cf288dde0af9 = $(`<div id="html_dba83fa6560b0fb765c1cf288dde0af9" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_e029c77a5c095ebfa08a7d0adfb76868.setContent(html_dba83fa6560b0fb765c1cf288dde0af9);
|
|
|
|
|
|
|
|
marker_92a040d659277c5b9282d5295e834c92.bindPopup(popup_e029c77a5c095ebfa08a7d0adfb76868)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92a040d659277c5b9282d5295e834c92.setIcon(icon_c737d4eef6f8da372499fb791875ecc2);
|
|
|
|
|
|
var marker_f1834bef97e115abbf3e081f61ff4ae9 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_807e1a4c2c4852e32d2d59f97340181f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa32e3d2ac00216bbd4ff884ea67ace7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b0322c63893c027799b8649ec275bda = $(`<div id="html_6b0322c63893c027799b8649ec275bda" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_fa32e3d2ac00216bbd4ff884ea67ace7.setContent(html_6b0322c63893c027799b8649ec275bda);
|
|
|
|
|
|
|
|
marker_f1834bef97e115abbf3e081f61ff4ae9.bindPopup(popup_fa32e3d2ac00216bbd4ff884ea67ace7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1834bef97e115abbf3e081f61ff4ae9.setIcon(icon_807e1a4c2c4852e32d2d59f97340181f);
|
|
|
|
|
|
var marker_624fc7895a9be0d43e09146a828e77b1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_dc3ef38284e447d3974b3cad46e4dfe1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fde9be91299bc86634dc72724ff372ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bc5e279e1793ad2847bc17bbd639275b = $(`<div id="html_bc5e279e1793ad2847bc17bbd639275b" style="width: 100.0%; height: 100.0%;">relay.bitmacro.pro</div>`)[0];
|
|
popup_fde9be91299bc86634dc72724ff372ce.setContent(html_bc5e279e1793ad2847bc17bbd639275b);
|
|
|
|
|
|
|
|
marker_624fc7895a9be0d43e09146a828e77b1.bindPopup(popup_fde9be91299bc86634dc72724ff372ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_624fc7895a9be0d43e09146a828e77b1.setIcon(icon_dc3ef38284e447d3974b3cad46e4dfe1);
|
|
|
|
|
|
var marker_598e769ee3b13000fa8d5de9f4278688 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_1a01373df3eda463462161f0fbdd50a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e701eeda91d78998efcc7d0d41949fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9a637e73f590d104c63c2870444e4dd = $(`<div id="html_a9a637e73f590d104c63c2870444e4dd" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_0e701eeda91d78998efcc7d0d41949fe.setContent(html_a9a637e73f590d104c63c2870444e4dd);
|
|
|
|
|
|
|
|
marker_598e769ee3b13000fa8d5de9f4278688.bindPopup(popup_0e701eeda91d78998efcc7d0d41949fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_598e769ee3b13000fa8d5de9f4278688.setIcon(icon_1a01373df3eda463462161f0fbdd50a0);
|
|
|
|
|
|
var marker_db9840936de143deb974872b0141b3f7 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_098b71baf6c5c0bf1deb4859c27b93ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23795f57de306af223ee76ad2e7c032e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82032e8a828edc4d384b96a678d724ac = $(`<div id="html_82032e8a828edc4d384b96a678d724ac" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_23795f57de306af223ee76ad2e7c032e.setContent(html_82032e8a828edc4d384b96a678d724ac);
|
|
|
|
|
|
|
|
marker_db9840936de143deb974872b0141b3f7.bindPopup(popup_23795f57de306af223ee76ad2e7c032e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db9840936de143deb974872b0141b3f7.setIcon(icon_098b71baf6c5c0bf1deb4859c27b93ea);
|
|
|
|
|
|
var marker_f1e098515096a72f0ee9075d46479ef7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_17b495c2bcafcff7375b3f26c3fe8cbb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b17bf0bbc16c343f5b897b587cd2240 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df0c209ccdb8e6f19c6dcf13366c5848 = $(`<div id="html_df0c209ccdb8e6f19c6dcf13366c5848" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_6b17bf0bbc16c343f5b897b587cd2240.setContent(html_df0c209ccdb8e6f19c6dcf13366c5848);
|
|
|
|
|
|
|
|
marker_f1e098515096a72f0ee9075d46479ef7.bindPopup(popup_6b17bf0bbc16c343f5b897b587cd2240)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1e098515096a72f0ee9075d46479ef7.setIcon(icon_17b495c2bcafcff7375b3f26c3fe8cbb);
|
|
|
|
|
|
var marker_0e25b99a6d002b2f89ca9371d5278efe = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_5f8dd4a1217ed76c9b81b387e48b5b4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b544dbb143cf3261238127594e050ba = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9445ff9e8018f2129491dd6478cf6a27 = $(`<div id="html_9445ff9e8018f2129491dd6478cf6a27" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_1b544dbb143cf3261238127594e050ba.setContent(html_9445ff9e8018f2129491dd6478cf6a27);
|
|
|
|
|
|
|
|
marker_0e25b99a6d002b2f89ca9371d5278efe.bindPopup(popup_1b544dbb143cf3261238127594e050ba)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e25b99a6d002b2f89ca9371d5278efe.setIcon(icon_5f8dd4a1217ed76c9b81b387e48b5b4a);
|
|
|
|
|
|
var marker_b920a309279de5464c7766d0b7d98ca8 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_4333d45182fbe6b6ceb5764bd56a0627 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cd4d0e6cb0293d2fd6c13213da5a0de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_261dc59a2d5e933cf41cf395352ed3e9 = $(`<div id="html_261dc59a2d5e933cf41cf395352ed3e9" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_5cd4d0e6cb0293d2fd6c13213da5a0de.setContent(html_261dc59a2d5e933cf41cf395352ed3e9);
|
|
|
|
|
|
|
|
marker_b920a309279de5464c7766d0b7d98ca8.bindPopup(popup_5cd4d0e6cb0293d2fd6c13213da5a0de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b920a309279de5464c7766d0b7d98ca8.setIcon(icon_4333d45182fbe6b6ceb5764bd56a0627);
|
|
|
|
|
|
var marker_a6f948ae2d2230909b260f636e2959d4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_aca6f393a2ee1d3a4370173b66e54b19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1922fb6e64f571ffe03aafb0be17d12e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fef5408a35e75e10e5129626d888988 = $(`<div id="html_8fef5408a35e75e10e5129626d888988" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_1922fb6e64f571ffe03aafb0be17d12e.setContent(html_8fef5408a35e75e10e5129626d888988);
|
|
|
|
|
|
|
|
marker_a6f948ae2d2230909b260f636e2959d4.bindPopup(popup_1922fb6e64f571ffe03aafb0be17d12e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6f948ae2d2230909b260f636e2959d4.setIcon(icon_aca6f393a2ee1d3a4370173b66e54b19);
|
|
|
|
|
|
var marker_b775ad91afba583caabbf40d141f271f = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_0b9c6a80c94a58a659e8ec39582ab9a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f4c0c603aca8b0c8daba32fa9fa1e7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f5598e58fdb2a3e607353bf090b9116 = $(`<div id="html_0f5598e58fdb2a3e607353bf090b9116" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_0f4c0c603aca8b0c8daba32fa9fa1e7f.setContent(html_0f5598e58fdb2a3e607353bf090b9116);
|
|
|
|
|
|
|
|
marker_b775ad91afba583caabbf40d141f271f.bindPopup(popup_0f4c0c603aca8b0c8daba32fa9fa1e7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b775ad91afba583caabbf40d141f271f.setIcon(icon_0b9c6a80c94a58a659e8ec39582ab9a4);
|
|
|
|
|
|
var marker_f9290f915c3214614b25c44f889ced87 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_9eca3d253a1843f16f81c20bdf741943 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_594f7ce2ba75c9557bd63ee2261e56dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47da99d8ffe72efbca520d13f2d2621b = $(`<div id="html_47da99d8ffe72efbca520d13f2d2621b" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_594f7ce2ba75c9557bd63ee2261e56dc.setContent(html_47da99d8ffe72efbca520d13f2d2621b);
|
|
|
|
|
|
|
|
marker_f9290f915c3214614b25c44f889ced87.bindPopup(popup_594f7ce2ba75c9557bd63ee2261e56dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9290f915c3214614b25c44f889ced87.setIcon(icon_9eca3d253a1843f16f81c20bdf741943);
|
|
|
|
|
|
var marker_2130c783a126a989e66a1d7e29e1d70f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_309f66ccd093a3d42f55381b196a2007 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa145d0282003c9f2f7ae5b594f4ba1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63548be812723b1608ea61784b4d1b47 = $(`<div id="html_63548be812723b1608ea61784b4d1b47" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_aa145d0282003c9f2f7ae5b594f4ba1e.setContent(html_63548be812723b1608ea61784b4d1b47);
|
|
|
|
|
|
|
|
marker_2130c783a126a989e66a1d7e29e1d70f.bindPopup(popup_aa145d0282003c9f2f7ae5b594f4ba1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2130c783a126a989e66a1d7e29e1d70f.setIcon(icon_309f66ccd093a3d42f55381b196a2007);
|
|
|
|
|
|
var marker_144107d30d579943b9d03772a926120e = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_1d29106259ab3663415e8fa67c19c7b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a1f0d4ac575fc67d20ea917b46b371f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e5168e47b0249b54181aa53be384fc9 = $(`<div id="html_9e5168e47b0249b54181aa53be384fc9" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_7a1f0d4ac575fc67d20ea917b46b371f.setContent(html_9e5168e47b0249b54181aa53be384fc9);
|
|
|
|
|
|
|
|
marker_144107d30d579943b9d03772a926120e.bindPopup(popup_7a1f0d4ac575fc67d20ea917b46b371f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_144107d30d579943b9d03772a926120e.setIcon(icon_1d29106259ab3663415e8fa67c19c7b0);
|
|
|
|
|
|
var marker_0aa8696d173f3f32cd93691e2bc9edb1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_ee1e238847e2c81cd254ed6b58405bc1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6270983e77af68b70c3b299442cc0149 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7026250e0908f8c2063df370606cb683 = $(`<div id="html_7026250e0908f8c2063df370606cb683" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_6270983e77af68b70c3b299442cc0149.setContent(html_7026250e0908f8c2063df370606cb683);
|
|
|
|
|
|
|
|
marker_0aa8696d173f3f32cd93691e2bc9edb1.bindPopup(popup_6270983e77af68b70c3b299442cc0149)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0aa8696d173f3f32cd93691e2bc9edb1.setIcon(icon_ee1e238847e2c81cd254ed6b58405bc1);
|
|
|
|
|
|
var marker_b963fbe7bca777acd17d28b08aec7ac7 = L.marker(
|
|
[47.6732, -117.239],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_0d7e0e2aad4f82c5480fc2084e2c6fdc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7273ae99e50b77b00bb3067bab8c7fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab4b3f8910b6d63e8cd9f7bea4384033 = $(`<div id="html_ab4b3f8910b6d63e8cd9f7bea4384033" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_f7273ae99e50b77b00bb3067bab8c7fa.setContent(html_ab4b3f8910b6d63e8cd9f7bea4384033);
|
|
|
|
|
|
|
|
marker_b963fbe7bca777acd17d28b08aec7ac7.bindPopup(popup_f7273ae99e50b77b00bb3067bab8c7fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b963fbe7bca777acd17d28b08aec7ac7.setIcon(icon_0d7e0e2aad4f82c5480fc2084e2c6fdc);
|
|
|
|
|
|
var marker_d6aac20407646206af8c47c252556605 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_c8c9d5595cc37de160ad77fd96ffab3d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_589f76173015717d8d305e9ed7073f08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a350e2913aaac06aed633fe23c367a92 = $(`<div id="html_a350e2913aaac06aed633fe23c367a92" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_589f76173015717d8d305e9ed7073f08.setContent(html_a350e2913aaac06aed633fe23c367a92);
|
|
|
|
|
|
|
|
marker_d6aac20407646206af8c47c252556605.bindPopup(popup_589f76173015717d8d305e9ed7073f08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6aac20407646206af8c47c252556605.setIcon(icon_c8c9d5595cc37de160ad77fd96ffab3d);
|
|
|
|
|
|
var marker_84a2bf038018d065fea0b63634b52e18 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_62c28427a3158c5ef198bd3d6b4922e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e772ba698c0800eb0603251bfd1ec42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bec408f2d9bf82ebe02cb4e8bcb32794 = $(`<div id="html_bec408f2d9bf82ebe02cb4e8bcb32794" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_4e772ba698c0800eb0603251bfd1ec42.setContent(html_bec408f2d9bf82ebe02cb4e8bcb32794);
|
|
|
|
|
|
|
|
marker_84a2bf038018d065fea0b63634b52e18.bindPopup(popup_4e772ba698c0800eb0603251bfd1ec42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84a2bf038018d065fea0b63634b52e18.setIcon(icon_62c28427a3158c5ef198bd3d6b4922e2);
|
|
|
|
|
|
var marker_55a5ec523a0c91ef3624144e8a79930a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_53f235efe22344ede145d0c86da0afc9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f08847fd2aa124e079c27cd4b565247c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a04767ca0a7d9c1f38464b3f35041b19 = $(`<div id="html_a04767ca0a7d9c1f38464b3f35041b19" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_f08847fd2aa124e079c27cd4b565247c.setContent(html_a04767ca0a7d9c1f38464b3f35041b19);
|
|
|
|
|
|
|
|
marker_55a5ec523a0c91ef3624144e8a79930a.bindPopup(popup_f08847fd2aa124e079c27cd4b565247c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55a5ec523a0c91ef3624144e8a79930a.setIcon(icon_53f235efe22344ede145d0c86da0afc9);
|
|
|
|
|
|
var marker_a457116a465ca9523f756e4d85e356b7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_cab417cf0af90c87c29cca8cd9560610 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c40a791d8ab322109dc2b017333731f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b14bc72078c0a4822801296e9021688 = $(`<div id="html_4b14bc72078c0a4822801296e9021688" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_c40a791d8ab322109dc2b017333731f8.setContent(html_4b14bc72078c0a4822801296e9021688);
|
|
|
|
|
|
|
|
marker_a457116a465ca9523f756e4d85e356b7.bindPopup(popup_c40a791d8ab322109dc2b017333731f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a457116a465ca9523f756e4d85e356b7.setIcon(icon_cab417cf0af90c87c29cca8cd9560610);
|
|
|
|
|
|
var marker_80f99b252b642491ebc8800554f92475 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_bebed7b7293742da144f3e74c92d68db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf9b1d51ff036f7da0f0e6d106905418 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2f441038cab10cb3f8eacec2e329803 = $(`<div id="html_f2f441038cab10cb3f8eacec2e329803" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_cf9b1d51ff036f7da0f0e6d106905418.setContent(html_f2f441038cab10cb3f8eacec2e329803);
|
|
|
|
|
|
|
|
marker_80f99b252b642491ebc8800554f92475.bindPopup(popup_cf9b1d51ff036f7da0f0e6d106905418)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80f99b252b642491ebc8800554f92475.setIcon(icon_bebed7b7293742da144f3e74c92d68db);
|
|
|
|
|
|
var marker_e3f3a238c08bb7102d3c2ec06f3512bb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_d77876d2f46f2582b9841a170ce41193 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_061d7376dd1074525df8e7892526d9d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5643036d4a48009f21d42a781e17c634 = $(`<div id="html_5643036d4a48009f21d42a781e17c634" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_061d7376dd1074525df8e7892526d9d7.setContent(html_5643036d4a48009f21d42a781e17c634);
|
|
|
|
|
|
|
|
marker_e3f3a238c08bb7102d3c2ec06f3512bb.bindPopup(popup_061d7376dd1074525df8e7892526d9d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3f3a238c08bb7102d3c2ec06f3512bb.setIcon(icon_d77876d2f46f2582b9841a170ce41193);
|
|
|
|
|
|
var marker_6271540b9cd8518cab16cc12a5cefa82 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_b314ef5f081ecdcb4dfead9308483b9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20c3d9c1d2ba2a92485aa3139c99fe84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6da573b75e45f376ef40618dc49af1c2 = $(`<div id="html_6da573b75e45f376ef40618dc49af1c2" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_20c3d9c1d2ba2a92485aa3139c99fe84.setContent(html_6da573b75e45f376ef40618dc49af1c2);
|
|
|
|
|
|
|
|
marker_6271540b9cd8518cab16cc12a5cefa82.bindPopup(popup_20c3d9c1d2ba2a92485aa3139c99fe84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6271540b9cd8518cab16cc12a5cefa82.setIcon(icon_b314ef5f081ecdcb4dfead9308483b9f);
|
|
|
|
|
|
var marker_975a67d4f4deb68b313f95d6e3b4aea3 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_8c4c93d7e26477348f1d6fa693b6cba3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_866626c2251b36ad0bc5ddd5d48f406d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a9f3508a7acc42ae741fdbe2fcae23f = $(`<div id="html_0a9f3508a7acc42ae741fdbe2fcae23f" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_866626c2251b36ad0bc5ddd5d48f406d.setContent(html_0a9f3508a7acc42ae741fdbe2fcae23f);
|
|
|
|
|
|
|
|
marker_975a67d4f4deb68b313f95d6e3b4aea3.bindPopup(popup_866626c2251b36ad0bc5ddd5d48f406d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_975a67d4f4deb68b313f95d6e3b4aea3.setIcon(icon_8c4c93d7e26477348f1d6fa693b6cba3);
|
|
|
|
|
|
var marker_3f049f9eebfcf19ea5e9ad3394443ebb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_078d981029bec6d3e5dd12fba4459e75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b136f43a01dd72128190d7baffdd994b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6713ba12dbffe48a3974e465fecd10e1 = $(`<div id="html_6713ba12dbffe48a3974e465fecd10e1" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_b136f43a01dd72128190d7baffdd994b.setContent(html_6713ba12dbffe48a3974e465fecd10e1);
|
|
|
|
|
|
|
|
marker_3f049f9eebfcf19ea5e9ad3394443ebb.bindPopup(popup_b136f43a01dd72128190d7baffdd994b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f049f9eebfcf19ea5e9ad3394443ebb.setIcon(icon_078d981029bec6d3e5dd12fba4459e75);
|
|
|
|
|
|
var marker_f577668e3fdd757450ba84243d5c2db3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_14e938768ccd2c73787a760160fd2b0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff09b5a4877394c6156a111a4811852f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6acf53b1d3f44e7804ad6b66ebc5418 = $(`<div id="html_b6acf53b1d3f44e7804ad6b66ebc5418" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_ff09b5a4877394c6156a111a4811852f.setContent(html_b6acf53b1d3f44e7804ad6b66ebc5418);
|
|
|
|
|
|
|
|
marker_f577668e3fdd757450ba84243d5c2db3.bindPopup(popup_ff09b5a4877394c6156a111a4811852f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f577668e3fdd757450ba84243d5c2db3.setIcon(icon_14e938768ccd2c73787a760160fd2b0d);
|
|
|
|
|
|
var marker_a757f67c0c1666a2d1acd2626fed4339 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_25425914a11cfbd2bd6b79a2f942c6ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d301565cfced1a892d7d6f2d30f7ccc6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59b0461cc5a071c635269b21386c7719 = $(`<div id="html_59b0461cc5a071c635269b21386c7719" style="width: 100.0%; height: 100.0%;">relay.contextvm.org</div>`)[0];
|
|
popup_d301565cfced1a892d7d6f2d30f7ccc6.setContent(html_59b0461cc5a071c635269b21386c7719);
|
|
|
|
|
|
|
|
marker_a757f67c0c1666a2d1acd2626fed4339.bindPopup(popup_d301565cfced1a892d7d6f2d30f7ccc6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a757f67c0c1666a2d1acd2626fed4339.setIcon(icon_25425914a11cfbd2bd6b79a2f942c6ac);
|
|
|
|
|
|
var marker_7b603df0f42439ef4fa913142f7c9e37 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_f7d2d0d1714d8170520da0f048930e2a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1560b26f5f44f77b21ca4cedc0afef4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_029025456c542f461bfe514b24e9d2f2 = $(`<div id="html_029025456c542f461bfe514b24e9d2f2" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_e1560b26f5f44f77b21ca4cedc0afef4.setContent(html_029025456c542f461bfe514b24e9d2f2);
|
|
|
|
|
|
|
|
marker_7b603df0f42439ef4fa913142f7c9e37.bindPopup(popup_e1560b26f5f44f77b21ca4cedc0afef4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b603df0f42439ef4fa913142f7c9e37.setIcon(icon_f7d2d0d1714d8170520da0f048930e2a);
|
|
|
|
|
|
var marker_04b1f4b15035a65aa2d563de5d773eb6 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_1ca07a15f82fc6407ddeb475daee426f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e1b71364571154c440b879ecde2718d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3536e80d1db31ebfa8dfe1e0f86084d = $(`<div id="html_d3536e80d1db31ebfa8dfe1e0f86084d" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_6e1b71364571154c440b879ecde2718d.setContent(html_d3536e80d1db31ebfa8dfe1e0f86084d);
|
|
|
|
|
|
|
|
marker_04b1f4b15035a65aa2d563de5d773eb6.bindPopup(popup_6e1b71364571154c440b879ecde2718d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04b1f4b15035a65aa2d563de5d773eb6.setIcon(icon_1ca07a15f82fc6407ddeb475daee426f);
|
|
|
|
|
|
var marker_c6fc2ee721649e871e9569df7ab25f75 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_33dab460af143a643ad9c90768fee393 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5dd2b2eaae5dbb7b2fcaaab2d7b09e10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58cd51bcfd84ecd77a91669cfefde1ee = $(`<div id="html_58cd51bcfd84ecd77a91669cfefde1ee" style="width: 100.0%; height: 100.0%;">aaa-api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_5dd2b2eaae5dbb7b2fcaaab2d7b09e10.setContent(html_58cd51bcfd84ecd77a91669cfefde1ee);
|
|
|
|
|
|
|
|
marker_c6fc2ee721649e871e9569df7ab25f75.bindPopup(popup_5dd2b2eaae5dbb7b2fcaaab2d7b09e10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6fc2ee721649e871e9569df7ab25f75.setIcon(icon_33dab460af143a643ad9c90768fee393);
|
|
|
|
|
|
var marker_d2688528e77e2cfa75ac4844a7bf5c09 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_5caa485bdba8efd5720c2a3d891104cf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_187b4ba59e91a4e0c51463f55b7f10f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32b8788709114c4b8ed21e7924ab6792 = $(`<div id="html_32b8788709114c4b8ed21e7924ab6792" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_187b4ba59e91a4e0c51463f55b7f10f9.setContent(html_32b8788709114c4b8ed21e7924ab6792);
|
|
|
|
|
|
|
|
marker_d2688528e77e2cfa75ac4844a7bf5c09.bindPopup(popup_187b4ba59e91a4e0c51463f55b7f10f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2688528e77e2cfa75ac4844a7bf5c09.setIcon(icon_5caa485bdba8efd5720c2a3d891104cf);
|
|
|
|
|
|
var marker_4be997b712276244ed3e3a8387314e74 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_cefa953910ecab4dbc7a8bb3d250b6bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_659c01a401b711280335f232dc61d5d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a7a477494eecea806831f13dcaa3e97 = $(`<div id="html_5a7a477494eecea806831f13dcaa3e97" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_659c01a401b711280335f232dc61d5d2.setContent(html_5a7a477494eecea806831f13dcaa3e97);
|
|
|
|
|
|
|
|
marker_4be997b712276244ed3e3a8387314e74.bindPopup(popup_659c01a401b711280335f232dc61d5d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4be997b712276244ed3e3a8387314e74.setIcon(icon_cefa953910ecab4dbc7a8bb3d250b6bd);
|
|
|
|
|
|
var marker_b7c1182bd531399939d00a36dead8227 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_89f387262f71d04c181c9469e16eddeb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d42e86b6ee2c27793f6831286fd4efa7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9688f16cf288d8137e2ed8b903ab08b5 = $(`<div id="html_9688f16cf288d8137e2ed8b903ab08b5" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_d42e86b6ee2c27793f6831286fd4efa7.setContent(html_9688f16cf288d8137e2ed8b903ab08b5);
|
|
|
|
|
|
|
|
marker_b7c1182bd531399939d00a36dead8227.bindPopup(popup_d42e86b6ee2c27793f6831286fd4efa7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7c1182bd531399939d00a36dead8227.setIcon(icon_89f387262f71d04c181c9469e16eddeb);
|
|
|
|
|
|
var marker_ffcd5f533e7cbbe1c212314ed472d876 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_f1403836692cd5d1f626b012334260ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc6f9999c328809d77d37254782c689b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5107f75eb405601f4334951d330aae1 = $(`<div id="html_b5107f75eb405601f4334951d330aae1" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_fc6f9999c328809d77d37254782c689b.setContent(html_b5107f75eb405601f4334951d330aae1);
|
|
|
|
|
|
|
|
marker_ffcd5f533e7cbbe1c212314ed472d876.bindPopup(popup_fc6f9999c328809d77d37254782c689b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffcd5f533e7cbbe1c212314ed472d876.setIcon(icon_f1403836692cd5d1f626b012334260ba);
|
|
|
|
|
|
var marker_85da80837ad2258f0ea0e25789e1d945 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_11df39a1643d517bc713d36f8ce0be2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e926243c13a9d585d392864b209ef301 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67c062665bc0ea80b2797fcce0773f36 = $(`<div id="html_67c062665bc0ea80b2797fcce0773f36" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_e926243c13a9d585d392864b209ef301.setContent(html_67c062665bc0ea80b2797fcce0773f36);
|
|
|
|
|
|
|
|
marker_85da80837ad2258f0ea0e25789e1d945.bindPopup(popup_e926243c13a9d585d392864b209ef301)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85da80837ad2258f0ea0e25789e1d945.setIcon(icon_11df39a1643d517bc713d36f8ce0be2c);
|
|
|
|
|
|
var marker_a1d6d096144745f4706c58c59ba872e4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_1bc3c69342002820b5f310af5f703618 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5873575ec6cceb475c8029d55bad2b01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7163d0df9aeb65c8d07394f248866faf = $(`<div id="html_7163d0df9aeb65c8d07394f248866faf" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_5873575ec6cceb475c8029d55bad2b01.setContent(html_7163d0df9aeb65c8d07394f248866faf);
|
|
|
|
|
|
|
|
marker_a1d6d096144745f4706c58c59ba872e4.bindPopup(popup_5873575ec6cceb475c8029d55bad2b01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1d6d096144745f4706c58c59ba872e4.setIcon(icon_1bc3c69342002820b5f310af5f703618);
|
|
|
|
|
|
var marker_77dabfc3a2170d4a1699e985d06ea061 = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_28cb2d07cce7024004c986b02703b88f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c18f3210bf00efb139ab69c369fcddf2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aed65732b45e1c568f16bbeeaa3e9370 = $(`<div id="html_aed65732b45e1c568f16bbeeaa3e9370" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_c18f3210bf00efb139ab69c369fcddf2.setContent(html_aed65732b45e1c568f16bbeeaa3e9370);
|
|
|
|
|
|
|
|
marker_77dabfc3a2170d4a1699e985d06ea061.bindPopup(popup_c18f3210bf00efb139ab69c369fcddf2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_77dabfc3a2170d4a1699e985d06ea061.setIcon(icon_28cb2d07cce7024004c986b02703b88f);
|
|
|
|
|
|
var marker_ce1a76fcea7e0a6a5f4981f52a395db2 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_6dca2b470db37bec51d46b010d7ce42a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7ab42a754c7ad19885f71117b776b3e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1df8ec7c48e4f45a239f2c39e8297207 = $(`<div id="html_1df8ec7c48e4f45a239f2c39e8297207" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_a7ab42a754c7ad19885f71117b776b3e.setContent(html_1df8ec7c48e4f45a239f2c39e8297207);
|
|
|
|
|
|
|
|
marker_ce1a76fcea7e0a6a5f4981f52a395db2.bindPopup(popup_a7ab42a754c7ad19885f71117b776b3e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce1a76fcea7e0a6a5f4981f52a395db2.setIcon(icon_6dca2b470db37bec51d46b010d7ce42a);
|
|
|
|
|
|
var marker_f7e3fcd4428cd9b531e556ede7a9bdb9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_1f9bd8e156dfc0e43c4714838f700a6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77c05b6dad07656a795130d3235e041b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ff2bcbbf7d044b763a04da7c20a1030 = $(`<div id="html_0ff2bcbbf7d044b763a04da7c20a1030" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_77c05b6dad07656a795130d3235e041b.setContent(html_0ff2bcbbf7d044b763a04da7c20a1030);
|
|
|
|
|
|
|
|
marker_f7e3fcd4428cd9b531e556ede7a9bdb9.bindPopup(popup_77c05b6dad07656a795130d3235e041b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7e3fcd4428cd9b531e556ede7a9bdb9.setIcon(icon_1f9bd8e156dfc0e43c4714838f700a6c);
|
|
|
|
|
|
var marker_6bc6c431467f7d3c399b722aa5d6ebe1 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_b0900332f88250320894d15dd6a4b82c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cd88f43f4ebef85286635e2316850f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9120f9434c372303babb925bae20f8b6 = $(`<div id="html_9120f9434c372303babb925bae20f8b6" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_0cd88f43f4ebef85286635e2316850f7.setContent(html_9120f9434c372303babb925bae20f8b6);
|
|
|
|
|
|
|
|
marker_6bc6c431467f7d3c399b722aa5d6ebe1.bindPopup(popup_0cd88f43f4ebef85286635e2316850f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6bc6c431467f7d3c399b722aa5d6ebe1.setIcon(icon_b0900332f88250320894d15dd6a4b82c);
|
|
|
|
|
|
var marker_e64afb90db718376068c289cc793d22a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_5a4a824e92760260f7ce61e8404a8ea4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70ecf79d61300d693005a687aa4da99d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9e1ef779fc934f7e98dfb44d0775e5d = $(`<div id="html_a9e1ef779fc934f7e98dfb44d0775e5d" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_70ecf79d61300d693005a687aa4da99d.setContent(html_a9e1ef779fc934f7e98dfb44d0775e5d);
|
|
|
|
|
|
|
|
marker_e64afb90db718376068c289cc793d22a.bindPopup(popup_70ecf79d61300d693005a687aa4da99d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e64afb90db718376068c289cc793d22a.setIcon(icon_5a4a824e92760260f7ce61e8404a8ea4);
|
|
|
|
|
|
var marker_9ff3d389be3ff71d60f376bd96d099c5 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_1a1d68b9267c14c48e6066bae2a66c85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7d23477ebfa47093fdef48f20c439e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b77bc686842f5fee6e037a819f044c9a = $(`<div id="html_b77bc686842f5fee6e037a819f044c9a" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_c7d23477ebfa47093fdef48f20c439e8.setContent(html_b77bc686842f5fee6e037a819f044c9a);
|
|
|
|
|
|
|
|
marker_9ff3d389be3ff71d60f376bd96d099c5.bindPopup(popup_c7d23477ebfa47093fdef48f20c439e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ff3d389be3ff71d60f376bd96d099c5.setIcon(icon_1a1d68b9267c14c48e6066bae2a66c85);
|
|
|
|
|
|
var marker_1aad695d6c17b7c61b72bf4956ea8dd9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_8cb65d87edabf19ac03a270842cad9a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_476a527b3663b8ee4cfc18a70b3bb36d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae79ca394491fe73349febc5ef537ebb = $(`<div id="html_ae79ca394491fe73349febc5ef537ebb" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_476a527b3663b8ee4cfc18a70b3bb36d.setContent(html_ae79ca394491fe73349febc5ef537ebb);
|
|
|
|
|
|
|
|
marker_1aad695d6c17b7c61b72bf4956ea8dd9.bindPopup(popup_476a527b3663b8ee4cfc18a70b3bb36d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1aad695d6c17b7c61b72bf4956ea8dd9.setIcon(icon_8cb65d87edabf19ac03a270842cad9a7);
|
|
|
|
|
|
var marker_93eb9c522bf06528f1d2803244d05526 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_e6449990e81ce70db7c855101f2d9572 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7cc4dee6bee89a683fff4ae2b2af0a83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e220547119a700fcc6562d76466a41e = $(`<div id="html_0e220547119a700fcc6562d76466a41e" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_7cc4dee6bee89a683fff4ae2b2af0a83.setContent(html_0e220547119a700fcc6562d76466a41e);
|
|
|
|
|
|
|
|
marker_93eb9c522bf06528f1d2803244d05526.bindPopup(popup_7cc4dee6bee89a683fff4ae2b2af0a83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93eb9c522bf06528f1d2803244d05526.setIcon(icon_e6449990e81ce70db7c855101f2d9572);
|
|
|
|
|
|
var marker_26e2a9f9f2b629497e54aa2202660933 = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_87ba4d11d45522bcbe94a7ddccc0aa56 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f93b4cf48ebc9a9bc65a60d82f7b25d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e3048d181041c1aaf9811bd1021a813 = $(`<div id="html_2e3048d181041c1aaf9811bd1021a813" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_2f93b4cf48ebc9a9bc65a60d82f7b25d.setContent(html_2e3048d181041c1aaf9811bd1021a813);
|
|
|
|
|
|
|
|
marker_26e2a9f9f2b629497e54aa2202660933.bindPopup(popup_2f93b4cf48ebc9a9bc65a60d82f7b25d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_26e2a9f9f2b629497e54aa2202660933.setIcon(icon_87ba4d11d45522bcbe94a7ddccc0aa56);
|
|
|
|
|
|
var marker_090213e8372eb9891e61351c8a240ab3 = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_03ff47f8cd76755f0cbb7f0d3ced92ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8be6ba42976b5ba0d9785a151dbc7e74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f11d73ec81c0c22561976c920d2f8c32 = $(`<div id="html_f11d73ec81c0c22561976c920d2f8c32" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_8be6ba42976b5ba0d9785a151dbc7e74.setContent(html_f11d73ec81c0c22561976c920d2f8c32);
|
|
|
|
|
|
|
|
marker_090213e8372eb9891e61351c8a240ab3.bindPopup(popup_8be6ba42976b5ba0d9785a151dbc7e74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_090213e8372eb9891e61351c8a240ab3.setIcon(icon_03ff47f8cd76755f0cbb7f0d3ced92ee);
|
|
|
|
|
|
var marker_fb46855adb5c03880ca1d517126dbfd7 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_6743e51486ac2726548693760db4b0fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ddef6d8ea9b16236fcc66eac335b7f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d4ab21cfce18e448f9ef40d4a8bc43f = $(`<div id="html_5d4ab21cfce18e448f9ef40d4a8bc43f" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_1ddef6d8ea9b16236fcc66eac335b7f1.setContent(html_5d4ab21cfce18e448f9ef40d4a8bc43f);
|
|
|
|
|
|
|
|
marker_fb46855adb5c03880ca1d517126dbfd7.bindPopup(popup_1ddef6d8ea9b16236fcc66eac335b7f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb46855adb5c03880ca1d517126dbfd7.setIcon(icon_6743e51486ac2726548693760db4b0fa);
|
|
|
|
|
|
var marker_b55410e19691107476e2efa12c82e4f6 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_197bcb5b1d8b82ffabe61b443c571119 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c1c06c4e73811ba91ce1153fa6d941d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_393cad7a8bba6ee9b4d1096ffdc5e44a = $(`<div id="html_393cad7a8bba6ee9b4d1096ffdc5e44a" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_9c1c06c4e73811ba91ce1153fa6d941d.setContent(html_393cad7a8bba6ee9b4d1096ffdc5e44a);
|
|
|
|
|
|
|
|
marker_b55410e19691107476e2efa12c82e4f6.bindPopup(popup_9c1c06c4e73811ba91ce1153fa6d941d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b55410e19691107476e2efa12c82e4f6.setIcon(icon_197bcb5b1d8b82ffabe61b443c571119);
|
|
|
|
|
|
var marker_fbe966d7a7237cd2b2fc02dfec8729f2 = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_1bfaed92e911d2dd68d0717416aa251b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19de3536bb4dae0e0606514bb9c661e5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4985978ab6e9029da68d282d9b0cd45b = $(`<div id="html_4985978ab6e9029da68d282d9b0cd45b" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_19de3536bb4dae0e0606514bb9c661e5.setContent(html_4985978ab6e9029da68d282d9b0cd45b);
|
|
|
|
|
|
|
|
marker_fbe966d7a7237cd2b2fc02dfec8729f2.bindPopup(popup_19de3536bb4dae0e0606514bb9c661e5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbe966d7a7237cd2b2fc02dfec8729f2.setIcon(icon_1bfaed92e911d2dd68d0717416aa251b);
|
|
|
|
|
|
var marker_b8b02b00b1ea4a89e56823a68b4f3da2 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_283b5424c7ab43ceff7f291a887cab1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4960e0ad6d2de1039831c363e8ae5ad9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbf8559ee9957af3a14f814ef940de18 = $(`<div id="html_fbf8559ee9957af3a14f814ef940de18" style="width: 100.0%; height: 100.0%;">cache.freexom.com</div>`)[0];
|
|
popup_4960e0ad6d2de1039831c363e8ae5ad9.setContent(html_fbf8559ee9957af3a14f814ef940de18);
|
|
|
|
|
|
|
|
marker_b8b02b00b1ea4a89e56823a68b4f3da2.bindPopup(popup_4960e0ad6d2de1039831c363e8ae5ad9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8b02b00b1ea4a89e56823a68b4f3da2.setIcon(icon_283b5424c7ab43ceff7f291a887cab1d);
|
|
|
|
|
|
var marker_e807f8c45c3c74816320f5cd6a1ecd93 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_5711f3857a88fa79f37bd0eb76cb9899 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f87081d8a9657b8054973a9420104ee2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cff2a3e2bd75eb777372dc519dd010c = $(`<div id="html_4cff2a3e2bd75eb777372dc519dd010c" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_f87081d8a9657b8054973a9420104ee2.setContent(html_4cff2a3e2bd75eb777372dc519dd010c);
|
|
|
|
|
|
|
|
marker_e807f8c45c3c74816320f5cd6a1ecd93.bindPopup(popup_f87081d8a9657b8054973a9420104ee2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e807f8c45c3c74816320f5cd6a1ecd93.setIcon(icon_5711f3857a88fa79f37bd0eb76cb9899);
|
|
|
|
|
|
var marker_4c43092eb4fd441556e2989950720c1b = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_7d9252b5f1b6c38764c75a5ae719b71c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43161e6cbd707771530c36fd3549bd59 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4998dd5ce72ba5d4a70d034dd9c83a22 = $(`<div id="html_4998dd5ce72ba5d4a70d034dd9c83a22" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_43161e6cbd707771530c36fd3549bd59.setContent(html_4998dd5ce72ba5d4a70d034dd9c83a22);
|
|
|
|
|
|
|
|
marker_4c43092eb4fd441556e2989950720c1b.bindPopup(popup_43161e6cbd707771530c36fd3549bd59)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c43092eb4fd441556e2989950720c1b.setIcon(icon_7d9252b5f1b6c38764c75a5ae719b71c);
|
|
|
|
|
|
var marker_426911205df92bca0f52c5e8f700a071 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_4138d293fc006b155a75c93892a55a5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92c8263919a3ca5ec932ad14e2535385 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35ecf2e5059edfd1e114f1ff7a1955be = $(`<div id="html_35ecf2e5059edfd1e114f1ff7a1955be" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_92c8263919a3ca5ec932ad14e2535385.setContent(html_35ecf2e5059edfd1e114f1ff7a1955be);
|
|
|
|
|
|
|
|
marker_426911205df92bca0f52c5e8f700a071.bindPopup(popup_92c8263919a3ca5ec932ad14e2535385)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_426911205df92bca0f52c5e8f700a071.setIcon(icon_4138d293fc006b155a75c93892a55a5f);
|
|
|
|
|
|
var marker_84d2e521635878026707d82e1b2cddc6 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_b326e1088a198f91837464c1ba562613 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9acb8df48cfa7bc224f9acc221e28e9b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbcc593787509b4b8425c910bf62fdf8 = $(`<div id="html_cbcc593787509b4b8425c910bf62fdf8" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_9acb8df48cfa7bc224f9acc221e28e9b.setContent(html_cbcc593787509b4b8425c910bf62fdf8);
|
|
|
|
|
|
|
|
marker_84d2e521635878026707d82e1b2cddc6.bindPopup(popup_9acb8df48cfa7bc224f9acc221e28e9b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84d2e521635878026707d82e1b2cddc6.setIcon(icon_b326e1088a198f91837464c1ba562613);
|
|
|
|
|
|
var marker_596e2432e7087e9d5aa14a2e6eeed383 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_094492932f21b11ce2cae6d903deb141 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e75d451cf80d06b38547f0b473b6a6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_238400d1b18825f32ef39520a12d85a6 = $(`<div id="html_238400d1b18825f32ef39520a12d85a6" style="width: 100.0%; height: 100.0%;">plebchain.club</div>`)[0];
|
|
popup_8e75d451cf80d06b38547f0b473b6a6d.setContent(html_238400d1b18825f32ef39520a12d85a6);
|
|
|
|
|
|
|
|
marker_596e2432e7087e9d5aa14a2e6eeed383.bindPopup(popup_8e75d451cf80d06b38547f0b473b6a6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_596e2432e7087e9d5aa14a2e6eeed383.setIcon(icon_094492932f21b11ce2cae6d903deb141);
|
|
|
|
|
|
var marker_60499a1721af15921f8307a0e88dfda2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_7930ba4c7a6c765f500bf1cc1816dc6f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74f53fcd8a20b980fae7bc5b283f8949 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6be28d6e976c73327f6a93946772f5fc = $(`<div id="html_6be28d6e976c73327f6a93946772f5fc" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_74f53fcd8a20b980fae7bc5b283f8949.setContent(html_6be28d6e976c73327f6a93946772f5fc);
|
|
|
|
|
|
|
|
marker_60499a1721af15921f8307a0e88dfda2.bindPopup(popup_74f53fcd8a20b980fae7bc5b283f8949)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_60499a1721af15921f8307a0e88dfda2.setIcon(icon_7930ba4c7a6c765f500bf1cc1816dc6f);
|
|
|
|
|
|
var marker_5541433fee11fe8c40380838e623ff2c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_cd61b47f0e45fa4f8047b782dc5dd6a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b3e01a8e66c4b028ce3cf2d89dd28eaf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2bfd573d24d569d03525531675073cd7 = $(`<div id="html_2bfd573d24d569d03525531675073cd7" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_b3e01a8e66c4b028ce3cf2d89dd28eaf.setContent(html_2bfd573d24d569d03525531675073cd7);
|
|
|
|
|
|
|
|
marker_5541433fee11fe8c40380838e623ff2c.bindPopup(popup_b3e01a8e66c4b028ce3cf2d89dd28eaf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5541433fee11fe8c40380838e623ff2c.setIcon(icon_cd61b47f0e45fa4f8047b782dc5dd6a1);
|
|
|
|
|
|
var marker_ea699b355eefb7d6a0a5e82382a7d750 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_922c7dcac6e7da60e0017650a370ab4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b63fa0f4d9422c0ecb52c45008c93a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ccecf62258f56ee9b77f1572e07af1b5 = $(`<div id="html_ccecf62258f56ee9b77f1572e07af1b5" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_7b63fa0f4d9422c0ecb52c45008c93a4.setContent(html_ccecf62258f56ee9b77f1572e07af1b5);
|
|
|
|
|
|
|
|
marker_ea699b355eefb7d6a0a5e82382a7d750.bindPopup(popup_7b63fa0f4d9422c0ecb52c45008c93a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea699b355eefb7d6a0a5e82382a7d750.setIcon(icon_922c7dcac6e7da60e0017650a370ab4c);
|
|
|
|
|
|
var marker_6cff12cf2a5dcb39e3680269ec9ba015 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_7bd1f712fd1e06a2c87d409b7c1fb7da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d588781135a9e5e1c8f5bececc072e39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36d3a168a1068ebe45514c9eb162882b = $(`<div id="html_36d3a168a1068ebe45514c9eb162882b" style="width: 100.0%; height: 100.0%;">relay.camelus.app</div>`)[0];
|
|
popup_d588781135a9e5e1c8f5bececc072e39.setContent(html_36d3a168a1068ebe45514c9eb162882b);
|
|
|
|
|
|
|
|
marker_6cff12cf2a5dcb39e3680269ec9ba015.bindPopup(popup_d588781135a9e5e1c8f5bececc072e39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6cff12cf2a5dcb39e3680269ec9ba015.setIcon(icon_7bd1f712fd1e06a2c87d409b7c1fb7da);
|
|
|
|
|
|
var marker_cb1cb7a2ccc642de0bc082b958f480f4 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_02027ce06fbe299060a39b82381ab7a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f3103d900ca2c5c53796668e8f9f6b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3bc77361211b33e9aee022ef8fae65f2 = $(`<div id="html_3bc77361211b33e9aee022ef8fae65f2" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_7f3103d900ca2c5c53796668e8f9f6b2.setContent(html_3bc77361211b33e9aee022ef8fae65f2);
|
|
|
|
|
|
|
|
marker_cb1cb7a2ccc642de0bc082b958f480f4.bindPopup(popup_7f3103d900ca2c5c53796668e8f9f6b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb1cb7a2ccc642de0bc082b958f480f4.setIcon(icon_02027ce06fbe299060a39b82381ab7a6);
|
|
|
|
|
|
var marker_3c0b7f8d64fedd822c162aefb5b65d82 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_af0b42aceaaca7d117442c9d9b44e76f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d29feec25d3b66dcf030acccdfbf3aa8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7d7cc9d2f3578dc957eca3960b5c764 = $(`<div id="html_b7d7cc9d2f3578dc957eca3960b5c764" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_d29feec25d3b66dcf030acccdfbf3aa8.setContent(html_b7d7cc9d2f3578dc957eca3960b5c764);
|
|
|
|
|
|
|
|
marker_3c0b7f8d64fedd822c162aefb5b65d82.bindPopup(popup_d29feec25d3b66dcf030acccdfbf3aa8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c0b7f8d64fedd822c162aefb5b65d82.setIcon(icon_af0b42aceaaca7d117442c9d9b44e76f);
|
|
|
|
|
|
var marker_89c45279aa281cefaa27e1905ae2aa3a = L.marker(
|
|
[34.7062, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_66fb4a3615d0a17aec80ab1ba1acc1af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc67de495180419c35bdb3dac295f1b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b2c7d93efa1547935e1c2d4d13d30f4 = $(`<div id="html_1b2c7d93efa1547935e1c2d4d13d30f4" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_cc67de495180419c35bdb3dac295f1b7.setContent(html_1b2c7d93efa1547935e1c2d4d13d30f4);
|
|
|
|
|
|
|
|
marker_89c45279aa281cefaa27e1905ae2aa3a.bindPopup(popup_cc67de495180419c35bdb3dac295f1b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89c45279aa281cefaa27e1905ae2aa3a.setIcon(icon_66fb4a3615d0a17aec80ab1ba1acc1af);
|
|
|
|
|
|
var marker_278c6d210a4df0a521c2ad70c9632aa3 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_5b12a0011739baf84bfcc6a5793bb835 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b703938a51ddaeb3819f58d4e5e10f4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fef8c70881c4732ffe7f98493f8e0318 = $(`<div id="html_fef8c70881c4732ffe7f98493f8e0318" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_b703938a51ddaeb3819f58d4e5e10f4f.setContent(html_fef8c70881c4732ffe7f98493f8e0318);
|
|
|
|
|
|
|
|
marker_278c6d210a4df0a521c2ad70c9632aa3.bindPopup(popup_b703938a51ddaeb3819f58d4e5e10f4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_278c6d210a4df0a521c2ad70c9632aa3.setIcon(icon_5b12a0011739baf84bfcc6a5793bb835);
|
|
|
|
|
|
var marker_2fd579e92899d7f611ab64e89af94f01 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_0c47a69ffcbbe55e0a5b9fdc02fed205 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f3e50f6bea23e49fa1791917b04702a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73a7434340cfa486a692c4ac94f0e54f = $(`<div id="html_73a7434340cfa486a692c4ac94f0e54f" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_1f3e50f6bea23e49fa1791917b04702a.setContent(html_73a7434340cfa486a692c4ac94f0e54f);
|
|
|
|
|
|
|
|
marker_2fd579e92899d7f611ab64e89af94f01.bindPopup(popup_1f3e50f6bea23e49fa1791917b04702a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fd579e92899d7f611ab64e89af94f01.setIcon(icon_0c47a69ffcbbe55e0a5b9fdc02fed205);
|
|
|
|
|
|
var marker_49a16b6d7901856a95f64791e74e5926 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_384db4a3177bea2c4bd948b43bd10a37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2eaccb8217e1e91cea3c08faa8ee8947 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dca504e841661e76a249a619595f7dcf = $(`<div id="html_dca504e841661e76a249a619595f7dcf" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_2eaccb8217e1e91cea3c08faa8ee8947.setContent(html_dca504e841661e76a249a619595f7dcf);
|
|
|
|
|
|
|
|
marker_49a16b6d7901856a95f64791e74e5926.bindPopup(popup_2eaccb8217e1e91cea3c08faa8ee8947)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49a16b6d7901856a95f64791e74e5926.setIcon(icon_384db4a3177bea2c4bd948b43bd10a37);
|
|
|
|
|
|
var marker_d9a736a04c490f3f74932703f8020929 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_fb2c3a0a5c6fad0deff25140dd6cb5ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61dd806258bb1571f8288466a7159fc4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95313e7ce1ea2eee1f0164c997f77174 = $(`<div id="html_95313e7ce1ea2eee1f0164c997f77174" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_61dd806258bb1571f8288466a7159fc4.setContent(html_95313e7ce1ea2eee1f0164c997f77174);
|
|
|
|
|
|
|
|
marker_d9a736a04c490f3f74932703f8020929.bindPopup(popup_61dd806258bb1571f8288466a7159fc4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9a736a04c490f3f74932703f8020929.setIcon(icon_fb2c3a0a5c6fad0deff25140dd6cb5ee);
|
|
|
|
|
|
var marker_b5baa116fa3c486e7aa3d2af4d0bb13a = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_ec225c465b778f6e716fb52f170e8711 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b400468ff38a973d74e792ac1fb7f1eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_137f9b140dc9480d2303328ca0367339 = $(`<div id="html_137f9b140dc9480d2303328ca0367339" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_b400468ff38a973d74e792ac1fb7f1eb.setContent(html_137f9b140dc9480d2303328ca0367339);
|
|
|
|
|
|
|
|
marker_b5baa116fa3c486e7aa3d2af4d0bb13a.bindPopup(popup_b400468ff38a973d74e792ac1fb7f1eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5baa116fa3c486e7aa3d2af4d0bb13a.setIcon(icon_ec225c465b778f6e716fb52f170e8711);
|
|
|
|
|
|
var marker_c52034a2faf238b25de67ff5a4f97271 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_241494bfae749298124820c3e597ab02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9de9484e56e09e2a854927d498e819d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e588b476350ab131e8174b16076ee36b = $(`<div id="html_e588b476350ab131e8174b16076ee36b" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_a9de9484e56e09e2a854927d498e819d.setContent(html_e588b476350ab131e8174b16076ee36b);
|
|
|
|
|
|
|
|
marker_c52034a2faf238b25de67ff5a4f97271.bindPopup(popup_a9de9484e56e09e2a854927d498e819d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c52034a2faf238b25de67ff5a4f97271.setIcon(icon_241494bfae749298124820c3e597ab02);
|
|
|
|
|
|
var marker_e99cd88c06d5cfce58a8ac477dbafbac = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_fdfb9749671e98c01cfa415ed434c79f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5da4697e5c5479c85b00b848b254c68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8056201cd3b5867b596990b2bb7c9d55 = $(`<div id="html_8056201cd3b5867b596990b2bb7c9d55" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_a5da4697e5c5479c85b00b848b254c68.setContent(html_8056201cd3b5867b596990b2bb7c9d55);
|
|
|
|
|
|
|
|
marker_e99cd88c06d5cfce58a8ac477dbafbac.bindPopup(popup_a5da4697e5c5479c85b00b848b254c68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e99cd88c06d5cfce58a8ac477dbafbac.setIcon(icon_fdfb9749671e98c01cfa415ed434c79f);
|
|
|
|
|
|
var marker_ea04a16b6e3a24c3f3180377c00020d4 = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_d0da4074098201db07ec5bd83380fbbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14a4f29e9143cc5360bd782f5cbf13be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_596ddefe4bf14d275f2eb04b1aa2cc45 = $(`<div id="html_596ddefe4bf14d275f2eb04b1aa2cc45" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_14a4f29e9143cc5360bd782f5cbf13be.setContent(html_596ddefe4bf14d275f2eb04b1aa2cc45);
|
|
|
|
|
|
|
|
marker_ea04a16b6e3a24c3f3180377c00020d4.bindPopup(popup_14a4f29e9143cc5360bd782f5cbf13be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea04a16b6e3a24c3f3180377c00020d4.setIcon(icon_d0da4074098201db07ec5bd83380fbbd);
|
|
|
|
|
|
var marker_cda2d987f3e1afdb33237ca8ce92f13f = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_f7a0f9101687f4d9e93de38d8f84abb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c668c72ffef1291da77a647df750367 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_429aca2f47d2bbc6485890713f29a447 = $(`<div id="html_429aca2f47d2bbc6485890713f29a447" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_4c668c72ffef1291da77a647df750367.setContent(html_429aca2f47d2bbc6485890713f29a447);
|
|
|
|
|
|
|
|
marker_cda2d987f3e1afdb33237ca8ce92f13f.bindPopup(popup_4c668c72ffef1291da77a647df750367)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cda2d987f3e1afdb33237ca8ce92f13f.setIcon(icon_f7a0f9101687f4d9e93de38d8f84abb4);
|
|
|
|
|
|
var marker_80b59449ee8f7338713f35d852b8c4b4 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_f0fa33335acd10cec50123d84a060841 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8ea853cd2d6ade21d0b09301fa52238 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21c5d9453151e33a0f7ed6cee199991d = $(`<div id="html_21c5d9453151e33a0f7ed6cee199991d" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_b8ea853cd2d6ade21d0b09301fa52238.setContent(html_21c5d9453151e33a0f7ed6cee199991d);
|
|
|
|
|
|
|
|
marker_80b59449ee8f7338713f35d852b8c4b4.bindPopup(popup_b8ea853cd2d6ade21d0b09301fa52238)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80b59449ee8f7338713f35d852b8c4b4.setIcon(icon_f0fa33335acd10cec50123d84a060841);
|
|
|
|
|
|
var marker_0b8d40f38db9b92be5d9dead52592e75 = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_dd36ff470c79d598beb1a687e680aceb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23d55ef235a7af87d714b995610f5d63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1fe3e2f2ae11af75f6deaa9d2a1b0c1b = $(`<div id="html_1fe3e2f2ae11af75f6deaa9d2a1b0c1b" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_23d55ef235a7af87d714b995610f5d63.setContent(html_1fe3e2f2ae11af75f6deaa9d2a1b0c1b);
|
|
|
|
|
|
|
|
marker_0b8d40f38db9b92be5d9dead52592e75.bindPopup(popup_23d55ef235a7af87d714b995610f5d63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b8d40f38db9b92be5d9dead52592e75.setIcon(icon_dd36ff470c79d598beb1a687e680aceb);
|
|
|
|
|
|
var marker_559bf5de07e0fdcb406498871c811e79 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_388f73d5ac661b3c78ad87e9362651d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58ad63d4297894b70989bdd450417b65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d231abfd50a272cfa29de2906faa3dd9 = $(`<div id="html_d231abfd50a272cfa29de2906faa3dd9" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_58ad63d4297894b70989bdd450417b65.setContent(html_d231abfd50a272cfa29de2906faa3dd9);
|
|
|
|
|
|
|
|
marker_559bf5de07e0fdcb406498871c811e79.bindPopup(popup_58ad63d4297894b70989bdd450417b65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_559bf5de07e0fdcb406498871c811e79.setIcon(icon_388f73d5ac661b3c78ad87e9362651d4);
|
|
|
|
|
|
var marker_91b8005bed9ab5b2b92a9e841c56db3c = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_418cf627d77c9ecf19a15d7fed8b5723 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bab763d0fd589513e659997ab67ccee5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_009a07f891363485fcef1718dea74779 = $(`<div id="html_009a07f891363485fcef1718dea74779" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_bab763d0fd589513e659997ab67ccee5.setContent(html_009a07f891363485fcef1718dea74779);
|
|
|
|
|
|
|
|
marker_91b8005bed9ab5b2b92a9e841c56db3c.bindPopup(popup_bab763d0fd589513e659997ab67ccee5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91b8005bed9ab5b2b92a9e841c56db3c.setIcon(icon_418cf627d77c9ecf19a15d7fed8b5723);
|
|
|
|
|
|
var marker_0dbdaccc48554c353f0f2158b55ad778 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_cbb56b1c68663128ff6910242cb027e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57761b2301605768616a74b070f46346 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_485e7f5fef2c28f80f245d013eca897a = $(`<div id="html_485e7f5fef2c28f80f245d013eca897a" style="width: 100.0%; height: 100.0%;">relay.spacetomatoes.net</div>`)[0];
|
|
popup_57761b2301605768616a74b070f46346.setContent(html_485e7f5fef2c28f80f245d013eca897a);
|
|
|
|
|
|
|
|
marker_0dbdaccc48554c353f0f2158b55ad778.bindPopup(popup_57761b2301605768616a74b070f46346)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0dbdaccc48554c353f0f2158b55ad778.setIcon(icon_cbb56b1c68663128ff6910242cb027e4);
|
|
|
|
|
|
var marker_2b8e548425b32061afbb606b6490e7f8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_3531a11249e6285fc34f40ae725a210a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_097754e5eb474aa331449e7ab084efa9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_249111440bce7037f495753a9d664e06 = $(`<div id="html_249111440bce7037f495753a9d664e06" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_097754e5eb474aa331449e7ab084efa9.setContent(html_249111440bce7037f495753a9d664e06);
|
|
|
|
|
|
|
|
marker_2b8e548425b32061afbb606b6490e7f8.bindPopup(popup_097754e5eb474aa331449e7ab084efa9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b8e548425b32061afbb606b6490e7f8.setIcon(icon_3531a11249e6285fc34f40ae725a210a);
|
|
|
|
|
|
var marker_8b0e65f3a9458f88fcef50d5f2fe1fb0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_ac6e8676a37242f4a9bceadbb29472a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fccb9740a7fad1e6b4fb8fd99e1e8c41 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd8aafc2506fed59b4f7a10adcd95e34 = $(`<div id="html_bd8aafc2506fed59b4f7a10adcd95e34" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_fccb9740a7fad1e6b4fb8fd99e1e8c41.setContent(html_bd8aafc2506fed59b4f7a10adcd95e34);
|
|
|
|
|
|
|
|
marker_8b0e65f3a9458f88fcef50d5f2fe1fb0.bindPopup(popup_fccb9740a7fad1e6b4fb8fd99e1e8c41)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b0e65f3a9458f88fcef50d5f2fe1fb0.setIcon(icon_ac6e8676a37242f4a9bceadbb29472a7);
|
|
|
|
|
|
var marker_96ebf0a6013e1500d8339354e4b17884 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_0305a3a9c672cd9d6b55edf324d59213 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13b64d8f64f9584b5e293f0ab104de2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8f25591e396cc58894fe98b6021891b = $(`<div id="html_e8f25591e396cc58894fe98b6021891b" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_13b64d8f64f9584b5e293f0ab104de2f.setContent(html_e8f25591e396cc58894fe98b6021891b);
|
|
|
|
|
|
|
|
marker_96ebf0a6013e1500d8339354e4b17884.bindPopup(popup_13b64d8f64f9584b5e293f0ab104de2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96ebf0a6013e1500d8339354e4b17884.setIcon(icon_0305a3a9c672cd9d6b55edf324d59213);
|
|
|
|
|
|
var marker_3be7bcb0e34d97549b709cef1e123fa1 = L.marker(
|
|
[51.2277, 6.77346],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_346773e8d0e58669e503f9b25b1df363 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_746e2e31b3d77a91492f7e3d0d5c5728 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cab9fadcc30406fb48ba84bd1a7e2602 = $(`<div id="html_cab9fadcc30406fb48ba84bd1a7e2602" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_746e2e31b3d77a91492f7e3d0d5c5728.setContent(html_cab9fadcc30406fb48ba84bd1a7e2602);
|
|
|
|
|
|
|
|
marker_3be7bcb0e34d97549b709cef1e123fa1.bindPopup(popup_746e2e31b3d77a91492f7e3d0d5c5728)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3be7bcb0e34d97549b709cef1e123fa1.setIcon(icon_346773e8d0e58669e503f9b25b1df363);
|
|
|
|
|
|
var marker_4a875f613c96d2527d2476c72a1198e9 = L.marker(
|
|
[49.704, -124.918],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_f4a85d682d5e5fbbd390d0a0035a445c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4742beebd30f6220b137d9a813acbefd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34f6ddc056eca4a060aef82ff8965f59 = $(`<div id="html_34f6ddc056eca4a060aef82ff8965f59" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_4742beebd30f6220b137d9a813acbefd.setContent(html_34f6ddc056eca4a060aef82ff8965f59);
|
|
|
|
|
|
|
|
marker_4a875f613c96d2527d2476c72a1198e9.bindPopup(popup_4742beebd30f6220b137d9a813acbefd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a875f613c96d2527d2476c72a1198e9.setIcon(icon_f4a85d682d5e5fbbd390d0a0035a445c);
|
|
|
|
|
|
var marker_f46bb75b8436666b6c5feebf40282f30 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_7e15c0ede9eaa444d44eef9fda24324f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b07405238303eccfdb8a75da7eea1741 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_781b96fe13fb1ed49c719bd35645c259 = $(`<div id="html_781b96fe13fb1ed49c719bd35645c259" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_b07405238303eccfdb8a75da7eea1741.setContent(html_781b96fe13fb1ed49c719bd35645c259);
|
|
|
|
|
|
|
|
marker_f46bb75b8436666b6c5feebf40282f30.bindPopup(popup_b07405238303eccfdb8a75da7eea1741)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f46bb75b8436666b6c5feebf40282f30.setIcon(icon_7e15c0ede9eaa444d44eef9fda24324f);
|
|
|
|
|
|
var marker_e0f14fa8cd0e8558e6bdf0194d481d94 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_4e02bd1c0f35c038b95aa4e38567dd5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83b9c31d34335154068d2164772e61d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5292bb84433c7183aad443702e6e63c = $(`<div id="html_e5292bb84433c7183aad443702e6e63c" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_83b9c31d34335154068d2164772e61d9.setContent(html_e5292bb84433c7183aad443702e6e63c);
|
|
|
|
|
|
|
|
marker_e0f14fa8cd0e8558e6bdf0194d481d94.bindPopup(popup_83b9c31d34335154068d2164772e61d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0f14fa8cd0e8558e6bdf0194d481d94.setIcon(icon_4e02bd1c0f35c038b95aa4e38567dd5d);
|
|
|
|
|
|
var marker_1462da57db86fe1a5c180ac30065d7c3 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_5df0c4251346d85c9eb74757ff40d265 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_226845206771f851580415bb1dbf91e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11b269b8170b5020250c5de1800a985b = $(`<div id="html_11b269b8170b5020250c5de1800a985b" style="width: 100.0%; height: 100.0%;">relay.xavierdamman.com</div>`)[0];
|
|
popup_226845206771f851580415bb1dbf91e7.setContent(html_11b269b8170b5020250c5de1800a985b);
|
|
|
|
|
|
|
|
marker_1462da57db86fe1a5c180ac30065d7c3.bindPopup(popup_226845206771f851580415bb1dbf91e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1462da57db86fe1a5c180ac30065d7c3.setIcon(icon_5df0c4251346d85c9eb74757ff40d265);
|
|
|
|
|
|
var marker_6265a1821acbdd1eb343cee2e0f87da6 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_4b8a4a5781dc42fe8964708f996d4456 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a946bd82c879aab57a9e81473b0a76ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_198f76fe09a2ad3141938dd4c52806ae = $(`<div id="html_198f76fe09a2ad3141938dd4c52806ae" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_a946bd82c879aab57a9e81473b0a76ce.setContent(html_198f76fe09a2ad3141938dd4c52806ae);
|
|
|
|
|
|
|
|
marker_6265a1821acbdd1eb343cee2e0f87da6.bindPopup(popup_a946bd82c879aab57a9e81473b0a76ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6265a1821acbdd1eb343cee2e0f87da6.setIcon(icon_4b8a4a5781dc42fe8964708f996d4456);
|
|
|
|
|
|
var marker_64b32daf86b06122a4a97daf86869128 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_6284b9f1c9783b49014c8e6681c6a768 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53d2e4c9b12b6ea9c8085e3f439f7cfd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_245f18fa49807b2753bca61907ddc1b6 = $(`<div id="html_245f18fa49807b2753bca61907ddc1b6" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_53d2e4c9b12b6ea9c8085e3f439f7cfd.setContent(html_245f18fa49807b2753bca61907ddc1b6);
|
|
|
|
|
|
|
|
marker_64b32daf86b06122a4a97daf86869128.bindPopup(popup_53d2e4c9b12b6ea9c8085e3f439f7cfd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64b32daf86b06122a4a97daf86869128.setIcon(icon_6284b9f1c9783b49014c8e6681c6a768);
|
|
|
|
|
|
var marker_e794f34a602c350d37a730d620218502 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_1c567df2c331a716ba8cfb16ab7f7eb8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8e62fa6cd3fbaf68d674f95210376bca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3bc2e4664e15c4178604f42f45cb5317 = $(`<div id="html_3bc2e4664e15c4178604f42f45cb5317" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_8e62fa6cd3fbaf68d674f95210376bca.setContent(html_3bc2e4664e15c4178604f42f45cb5317);
|
|
|
|
|
|
|
|
marker_e794f34a602c350d37a730d620218502.bindPopup(popup_8e62fa6cd3fbaf68d674f95210376bca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e794f34a602c350d37a730d620218502.setIcon(icon_1c567df2c331a716ba8cfb16ab7f7eb8);
|
|
|
|
|
|
var marker_a8fc82d27b42d364e48c7911aa3741dc = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_8cbf51d5c10e0b16c73889a115741fe4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fe4ab572b53c53937835a9085bdf71d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c395260f4f1dfe5f248fc00c8b83107c = $(`<div id="html_c395260f4f1dfe5f248fc00c8b83107c" style="width: 100.0%; height: 100.0%;">treuzkas.branruz.com</div>`)[0];
|
|
popup_5fe4ab572b53c53937835a9085bdf71d.setContent(html_c395260f4f1dfe5f248fc00c8b83107c);
|
|
|
|
|
|
|
|
marker_a8fc82d27b42d364e48c7911aa3741dc.bindPopup(popup_5fe4ab572b53c53937835a9085bdf71d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8fc82d27b42d364e48c7911aa3741dc.setIcon(icon_8cbf51d5c10e0b16c73889a115741fe4);
|
|
|
|
|
|
var marker_0c3c1e2d19c22bced8c2a94692802add = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_8daa89132d15da47142a14e3753dbfc9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b627173dbe1f8dbe1e720a8b01b7c92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6562b1f751a27a47beb617949e863b94 = $(`<div id="html_6562b1f751a27a47beb617949e863b94" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_4b627173dbe1f8dbe1e720a8b01b7c92.setContent(html_6562b1f751a27a47beb617949e863b94);
|
|
|
|
|
|
|
|
marker_0c3c1e2d19c22bced8c2a94692802add.bindPopup(popup_4b627173dbe1f8dbe1e720a8b01b7c92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c3c1e2d19c22bced8c2a94692802add.setIcon(icon_8daa89132d15da47142a14e3753dbfc9);
|
|
|
|
|
|
var marker_824fcf7ac3ffcba798632911a505ea2e = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_602852a1e40ca4c6c8a9d3e919573482 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7787209f8ac916df0b2569a711e2ff8c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a8bb9c779799a56b05cdf7f300ce5cd = $(`<div id="html_7a8bb9c779799a56b05cdf7f300ce5cd" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_7787209f8ac916df0b2569a711e2ff8c.setContent(html_7a8bb9c779799a56b05cdf7f300ce5cd);
|
|
|
|
|
|
|
|
marker_824fcf7ac3ffcba798632911a505ea2e.bindPopup(popup_7787209f8ac916df0b2569a711e2ff8c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_824fcf7ac3ffcba798632911a505ea2e.setIcon(icon_602852a1e40ca4c6c8a9d3e919573482);
|
|
|
|
|
|
var marker_8e2515a5dacd3e0218d801de89f709d5 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_0eca4d4346a062e17b34601a18fc7b1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e46aa7845da7436fa516a68e221de45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4563caf2ea54c4d3f145ce05f810b51c = $(`<div id="html_4563caf2ea54c4d3f145ce05f810b51c" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_6e46aa7845da7436fa516a68e221de45.setContent(html_4563caf2ea54c4d3f145ce05f810b51c);
|
|
|
|
|
|
|
|
marker_8e2515a5dacd3e0218d801de89f709d5.bindPopup(popup_6e46aa7845da7436fa516a68e221de45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e2515a5dacd3e0218d801de89f709d5.setIcon(icon_0eca4d4346a062e17b34601a18fc7b1d);
|
|
|
|
|
|
var marker_ac4faec33a7b41ffe808027699cdbe5e = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_fd34488f03e76867e252855fa2d7aedc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15b84bf162787eff05c823978bef8232 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57c0af7d0f052e095de827a81b006981 = $(`<div id="html_57c0af7d0f052e095de827a81b006981" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_15b84bf162787eff05c823978bef8232.setContent(html_57c0af7d0f052e095de827a81b006981);
|
|
|
|
|
|
|
|
marker_ac4faec33a7b41ffe808027699cdbe5e.bindPopup(popup_15b84bf162787eff05c823978bef8232)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac4faec33a7b41ffe808027699cdbe5e.setIcon(icon_fd34488f03e76867e252855fa2d7aedc);
|
|
|
|
|
|
var marker_91e8065fd522fdc327a9364d5aafeb05 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_156cb8cb519be814e61c7e337180b979 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55cf6b579b70e5532b7548b1cd9e6361 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b76132c50e0981618dee0c6ab27a84b0 = $(`<div id="html_b76132c50e0981618dee0c6ab27a84b0" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_55cf6b579b70e5532b7548b1cd9e6361.setContent(html_b76132c50e0981618dee0c6ab27a84b0);
|
|
|
|
|
|
|
|
marker_91e8065fd522fdc327a9364d5aafeb05.bindPopup(popup_55cf6b579b70e5532b7548b1cd9e6361)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91e8065fd522fdc327a9364d5aafeb05.setIcon(icon_156cb8cb519be814e61c7e337180b979);
|
|
|
|
|
|
var marker_49aba4537aa64de5cbb7b258a13c80cf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_7ce5be94b9fdc316f5188d64c1842461 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4e53cd76ddc300b3d81adcbd5c205db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bba12fb1db66b2ae30bacc6aaae06d1 = $(`<div id="html_1bba12fb1db66b2ae30bacc6aaae06d1" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_b4e53cd76ddc300b3d81adcbd5c205db.setContent(html_1bba12fb1db66b2ae30bacc6aaae06d1);
|
|
|
|
|
|
|
|
marker_49aba4537aa64de5cbb7b258a13c80cf.bindPopup(popup_b4e53cd76ddc300b3d81adcbd5c205db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49aba4537aa64de5cbb7b258a13c80cf.setIcon(icon_7ce5be94b9fdc316f5188d64c1842461);
|
|
|
|
|
|
var marker_00ec5905ecb0c29e673b10021075fb07 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_f15b5d9fca148e7903f462b4669b1020 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e3ffb45f0c37ca9b71ce47072d44fb4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fafebf3ef23fd4561682f7144fa09b37 = $(`<div id="html_fafebf3ef23fd4561682f7144fa09b37" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_e3ffb45f0c37ca9b71ce47072d44fb4f.setContent(html_fafebf3ef23fd4561682f7144fa09b37);
|
|
|
|
|
|
|
|
marker_00ec5905ecb0c29e673b10021075fb07.bindPopup(popup_e3ffb45f0c37ca9b71ce47072d44fb4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00ec5905ecb0c29e673b10021075fb07.setIcon(icon_f15b5d9fca148e7903f462b4669b1020);
|
|
|
|
|
|
var marker_3244911eaa0fac097423c8f43d63eeec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_08aee4836ada714b135472aae296664a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4fac99169b3c7a584d9df2ad4887ca59 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e29c96ad7b254530d65e403bbdbd812b = $(`<div id="html_e29c96ad7b254530d65e403bbdbd812b" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_4fac99169b3c7a584d9df2ad4887ca59.setContent(html_e29c96ad7b254530d65e403bbdbd812b);
|
|
|
|
|
|
|
|
marker_3244911eaa0fac097423c8f43d63eeec.bindPopup(popup_4fac99169b3c7a584d9df2ad4887ca59)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3244911eaa0fac097423c8f43d63eeec.setIcon(icon_08aee4836ada714b135472aae296664a);
|
|
|
|
|
|
var marker_2c4fd2d0bb34f89fe7e47109947cff0a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_55355fa46f70bf85fa5ee984bd7b57a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26fd971e481ac7b1fc25912354835dc7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b4848e88969dfec0f78219ccf1fb465 = $(`<div id="html_1b4848e88969dfec0f78219ccf1fb465" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_26fd971e481ac7b1fc25912354835dc7.setContent(html_1b4848e88969dfec0f78219ccf1fb465);
|
|
|
|
|
|
|
|
marker_2c4fd2d0bb34f89fe7e47109947cff0a.bindPopup(popup_26fd971e481ac7b1fc25912354835dc7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c4fd2d0bb34f89fe7e47109947cff0a.setIcon(icon_55355fa46f70bf85fa5ee984bd7b57a5);
|
|
|
|
|
|
var marker_30caa08dfd1dba2bf2e1cd0371778bb1 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_992adf58655ec385a589e450d15098c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c8f731dc46d393420ef254df9436702 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65aee712a8d3ec61eaee9d66a165ccb1 = $(`<div id="html_65aee712a8d3ec61eaee9d66a165ccb1" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_9c8f731dc46d393420ef254df9436702.setContent(html_65aee712a8d3ec61eaee9d66a165ccb1);
|
|
|
|
|
|
|
|
marker_30caa08dfd1dba2bf2e1cd0371778bb1.bindPopup(popup_9c8f731dc46d393420ef254df9436702)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30caa08dfd1dba2bf2e1cd0371778bb1.setIcon(icon_992adf58655ec385a589e450d15098c8);
|
|
|
|
|
|
var marker_1040b1c4bd64bc7109906b57de1f32f1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_6a47848383f21eee4a8f5b93e6ed2a14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_259583f4bfd954f51fd2f66bd3933956 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31bec84a4f599eb7cca4ee4c91570a4f = $(`<div id="html_31bec84a4f599eb7cca4ee4c91570a4f" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_259583f4bfd954f51fd2f66bd3933956.setContent(html_31bec84a4f599eb7cca4ee4c91570a4f);
|
|
|
|
|
|
|
|
marker_1040b1c4bd64bc7109906b57de1f32f1.bindPopup(popup_259583f4bfd954f51fd2f66bd3933956)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1040b1c4bd64bc7109906b57de1f32f1.setIcon(icon_6a47848383f21eee4a8f5b93e6ed2a14);
|
|
|
|
|
|
var marker_0ccea7ebb9f8cffd72413a03e132698f = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_f6780e4538eea24ce028155861dd3450 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a17c755f97adece01444cc84811b5c81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09284e4b5aedcfcc05769795698ca871 = $(`<div id="html_09284e4b5aedcfcc05769795698ca871" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_a17c755f97adece01444cc84811b5c81.setContent(html_09284e4b5aedcfcc05769795698ca871);
|
|
|
|
|
|
|
|
marker_0ccea7ebb9f8cffd72413a03e132698f.bindPopup(popup_a17c755f97adece01444cc84811b5c81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ccea7ebb9f8cffd72413a03e132698f.setIcon(icon_f6780e4538eea24ce028155861dd3450);
|
|
|
|
|
|
var marker_00f0a66258418f4b1305665865c5339e = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_15ec57ae3003eb66e9f8affaafce4b73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddc859b34b8b12def59754ce3ad75564 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26034ab26f000d10c82500c910c51100 = $(`<div id="html_26034ab26f000d10c82500c910c51100" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_ddc859b34b8b12def59754ce3ad75564.setContent(html_26034ab26f000d10c82500c910c51100);
|
|
|
|
|
|
|
|
marker_00f0a66258418f4b1305665865c5339e.bindPopup(popup_ddc859b34b8b12def59754ce3ad75564)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00f0a66258418f4b1305665865c5339e.setIcon(icon_15ec57ae3003eb66e9f8affaafce4b73);
|
|
|
|
|
|
var marker_070656231cbaef20a0771d40fe90268f = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_c941c34d4678231838cc9a622ec6019b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_44e874d8314ba5c84306c47751e5e4ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32461160c02cb78ba10284646e614e3e = $(`<div id="html_32461160c02cb78ba10284646e614e3e" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_44e874d8314ba5c84306c47751e5e4ec.setContent(html_32461160c02cb78ba10284646e614e3e);
|
|
|
|
|
|
|
|
marker_070656231cbaef20a0771d40fe90268f.bindPopup(popup_44e874d8314ba5c84306c47751e5e4ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_070656231cbaef20a0771d40fe90268f.setIcon(icon_c941c34d4678231838cc9a622ec6019b);
|
|
|
|
|
|
var marker_e62ca04542f6cef83ffcd3807f20b86a = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_c087cea21d4ff10f2779982675352a8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_720cc62b7dfb4325ddff3324ff3ea4dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2385969e11a59a23f74e5adabb73f78b = $(`<div id="html_2385969e11a59a23f74e5adabb73f78b" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_720cc62b7dfb4325ddff3324ff3ea4dc.setContent(html_2385969e11a59a23f74e5adabb73f78b);
|
|
|
|
|
|
|
|
marker_e62ca04542f6cef83ffcd3807f20b86a.bindPopup(popup_720cc62b7dfb4325ddff3324ff3ea4dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e62ca04542f6cef83ffcd3807f20b86a.setIcon(icon_c087cea21d4ff10f2779982675352a8d);
|
|
|
|
|
|
var marker_e569f87fa3f765143057ae306ab1a7d4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_f41dd604473e40244e216a9357ef3f35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63b962d258ee95ab7b7c6fb152ac0802 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_057f3c44c34f82282949584da798b00f = $(`<div id="html_057f3c44c34f82282949584da798b00f" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_63b962d258ee95ab7b7c6fb152ac0802.setContent(html_057f3c44c34f82282949584da798b00f);
|
|
|
|
|
|
|
|
marker_e569f87fa3f765143057ae306ab1a7d4.bindPopup(popup_63b962d258ee95ab7b7c6fb152ac0802)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e569f87fa3f765143057ae306ab1a7d4.setIcon(icon_f41dd604473e40244e216a9357ef3f35);
|
|
|
|
|
|
var marker_e40c958dfda40990f0b1bf6ffe908e82 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_df156f4e6343df26af79dab5f3d7988b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49a153700639efb7db482fd0f7eb5a74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_faddc5b09536ad45890c3427ce665f3f = $(`<div id="html_faddc5b09536ad45890c3427ce665f3f" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_49a153700639efb7db482fd0f7eb5a74.setContent(html_faddc5b09536ad45890c3427ce665f3f);
|
|
|
|
|
|
|
|
marker_e40c958dfda40990f0b1bf6ffe908e82.bindPopup(popup_49a153700639efb7db482fd0f7eb5a74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e40c958dfda40990f0b1bf6ffe908e82.setIcon(icon_df156f4e6343df26af79dab5f3d7988b);
|
|
|
|
|
|
var marker_94f2586ad483d101facd8104fd96a6c6 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_65ee59c97e83798a5b0d1e7fd5afdf8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b001e98e3dfc9bf827677b8b71b1265 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9cdbed4078047b30626ccaee6fd46c4 = $(`<div id="html_f9cdbed4078047b30626ccaee6fd46c4" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_5b001e98e3dfc9bf827677b8b71b1265.setContent(html_f9cdbed4078047b30626ccaee6fd46c4);
|
|
|
|
|
|
|
|
marker_94f2586ad483d101facd8104fd96a6c6.bindPopup(popup_5b001e98e3dfc9bf827677b8b71b1265)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94f2586ad483d101facd8104fd96a6c6.setIcon(icon_65ee59c97e83798a5b0d1e7fd5afdf8a);
|
|
|
|
|
|
var marker_1eca4a7df9e9adca067897321c8e7b49 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_88596087b5105ecb3e42090365f706e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4549f83e9df12a84db6b0e3fd71d7ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_164b0ed4c13b5f88f83f7c75cdae6900 = $(`<div id="html_164b0ed4c13b5f88f83f7c75cdae6900" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_d4549f83e9df12a84db6b0e3fd71d7ad.setContent(html_164b0ed4c13b5f88f83f7c75cdae6900);
|
|
|
|
|
|
|
|
marker_1eca4a7df9e9adca067897321c8e7b49.bindPopup(popup_d4549f83e9df12a84db6b0e3fd71d7ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1eca4a7df9e9adca067897321c8e7b49.setIcon(icon_88596087b5105ecb3e42090365f706e5);
|
|
|
|
|
|
var marker_ffc1d4aa0ef1d12a76838f939f6b7533 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_7c8561c07715c2057ba8b243bf6b1e2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b1452ec98c833d2ac782979961e3187 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12def3e4aef96ca918d2fc7591e9f046 = $(`<div id="html_12def3e4aef96ca918d2fc7591e9f046" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_7b1452ec98c833d2ac782979961e3187.setContent(html_12def3e4aef96ca918d2fc7591e9f046);
|
|
|
|
|
|
|
|
marker_ffc1d4aa0ef1d12a76838f939f6b7533.bindPopup(popup_7b1452ec98c833d2ac782979961e3187)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffc1d4aa0ef1d12a76838f939f6b7533.setIcon(icon_7c8561c07715c2057ba8b243bf6b1e2b);
|
|
|
|
|
|
var marker_91f7015244d8daf209143f7b33854c7e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_598b5cec3c9450e6cc025c937b53c134 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4516e685cc65f84ec6ff400bb6bc056c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c94923ec61094cff9fbf21679b446b4 = $(`<div id="html_9c94923ec61094cff9fbf21679b446b4" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_4516e685cc65f84ec6ff400bb6bc056c.setContent(html_9c94923ec61094cff9fbf21679b446b4);
|
|
|
|
|
|
|
|
marker_91f7015244d8daf209143f7b33854c7e.bindPopup(popup_4516e685cc65f84ec6ff400bb6bc056c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91f7015244d8daf209143f7b33854c7e.setIcon(icon_598b5cec3c9450e6cc025c937b53c134);
|
|
|
|
|
|
var marker_21837c1dd72da8a1fea7883737e72fea = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_73b42c4a58a62c56e940d038ff51bbd3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_757a0eb74474463169519d7df9757ba5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a39be769f28d6f9760468d7d7d499919 = $(`<div id="html_a39be769f28d6f9760468d7d7d499919" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_757a0eb74474463169519d7df9757ba5.setContent(html_a39be769f28d6f9760468d7d7d499919);
|
|
|
|
|
|
|
|
marker_21837c1dd72da8a1fea7883737e72fea.bindPopup(popup_757a0eb74474463169519d7df9757ba5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21837c1dd72da8a1fea7883737e72fea.setIcon(icon_73b42c4a58a62c56e940d038ff51bbd3);
|
|
|
|
|
|
var marker_6964fa9004c4f85729ac1675e5b18a74 = L.marker(
|
|
[45.4215, -75.6972],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_f67a6cf28fda98edaa58d456e7d61bdc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23afc5104fa0adbb81af3b0d638ee2c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f1affac57ecf264a55a7e8a3a76b4ea = $(`<div id="html_2f1affac57ecf264a55a7e8a3a76b4ea" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_23afc5104fa0adbb81af3b0d638ee2c9.setContent(html_2f1affac57ecf264a55a7e8a3a76b4ea);
|
|
|
|
|
|
|
|
marker_6964fa9004c4f85729ac1675e5b18a74.bindPopup(popup_23afc5104fa0adbb81af3b0d638ee2c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6964fa9004c4f85729ac1675e5b18a74.setIcon(icon_f67a6cf28fda98edaa58d456e7d61bdc);
|
|
|
|
|
|
var marker_3b0a7ffa9f990b42af0005472f42fa23 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_cd8bfe40107ee9b58f99c153a38f7204 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_486d02bd233f9b969a7d04c699c90a8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ec3079237b5fe6a044d12b87cfd7d2a = $(`<div id="html_6ec3079237b5fe6a044d12b87cfd7d2a" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_486d02bd233f9b969a7d04c699c90a8f.setContent(html_6ec3079237b5fe6a044d12b87cfd7d2a);
|
|
|
|
|
|
|
|
marker_3b0a7ffa9f990b42af0005472f42fa23.bindPopup(popup_486d02bd233f9b969a7d04c699c90a8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b0a7ffa9f990b42af0005472f42fa23.setIcon(icon_cd8bfe40107ee9b58f99c153a38f7204);
|
|
|
|
|
|
var marker_0d57ea395b15607030612314675e6d7e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_2b001d76c0fb57d2aabefa33c6201b53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68748358f7aab6addc2b59d59cd954a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9756136b9165db486681bb7ec6fe23a = $(`<div id="html_f9756136b9165db486681bb7ec6fe23a" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_68748358f7aab6addc2b59d59cd954a4.setContent(html_f9756136b9165db486681bb7ec6fe23a);
|
|
|
|
|
|
|
|
marker_0d57ea395b15607030612314675e6d7e.bindPopup(popup_68748358f7aab6addc2b59d59cd954a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d57ea395b15607030612314675e6d7e.setIcon(icon_2b001d76c0fb57d2aabefa33c6201b53);
|
|
|
|
|
|
var marker_509e69a6686d939ee638a4ddc7bb374e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_27693388e09e9c4b5b83f0ef78ad279f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_754b46fa9b722ea5191473eb3a6b71e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1019c686149362698fd3dcb32a22e2b = $(`<div id="html_c1019c686149362698fd3dcb32a22e2b" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_754b46fa9b722ea5191473eb3a6b71e7.setContent(html_c1019c686149362698fd3dcb32a22e2b);
|
|
|
|
|
|
|
|
marker_509e69a6686d939ee638a4ddc7bb374e.bindPopup(popup_754b46fa9b722ea5191473eb3a6b71e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_509e69a6686d939ee638a4ddc7bb374e.setIcon(icon_27693388e09e9c4b5b83f0ef78ad279f);
|
|
|
|
|
|
var marker_f60118460b817eebdf7e980676e729e5 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_aa7c431feb1759f47ace56fbcae74a08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56bca13fcbbda7c2766edfb74d645cb5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bf787de86bcf761a833c466d2b91dcb = $(`<div id="html_0bf787de86bcf761a833c466d2b91dcb" style="width: 100.0%; height: 100.0%;">nostr.rblb.it:7777</div>`)[0];
|
|
popup_56bca13fcbbda7c2766edfb74d645cb5.setContent(html_0bf787de86bcf761a833c466d2b91dcb);
|
|
|
|
|
|
|
|
marker_f60118460b817eebdf7e980676e729e5.bindPopup(popup_56bca13fcbbda7c2766edfb74d645cb5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f60118460b817eebdf7e980676e729e5.setIcon(icon_aa7c431feb1759f47ace56fbcae74a08);
|
|
|
|
|
|
var marker_7940131904e1733a1013613ad0c088f5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_084e34118e8bd993bdcfdb9f28b6b0ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_131ccebc3208a97a4c3584087c55a47b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f323cb4e208817d1ca94ed81374487eb = $(`<div id="html_f323cb4e208817d1ca94ed81374487eb" style="width: 100.0%; height: 100.0%;">zg0vtbriqdog7.clorecloud.net</div>`)[0];
|
|
popup_131ccebc3208a97a4c3584087c55a47b.setContent(html_f323cb4e208817d1ca94ed81374487eb);
|
|
|
|
|
|
|
|
marker_7940131904e1733a1013613ad0c088f5.bindPopup(popup_131ccebc3208a97a4c3584087c55a47b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7940131904e1733a1013613ad0c088f5.setIcon(icon_084e34118e8bd993bdcfdb9f28b6b0ee);
|
|
|
|
|
|
var marker_55eeda2319e5e1619a5143fffa8e32f3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_635903216c07e0450e746b6d0ab8c6ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0632bfcc1858905df080e5b4bdcab0b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fdec20449c05681fca3880000bfa86d2 = $(`<div id="html_fdec20449c05681fca3880000bfa86d2" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_0632bfcc1858905df080e5b4bdcab0b0.setContent(html_fdec20449c05681fca3880000bfa86d2);
|
|
|
|
|
|
|
|
marker_55eeda2319e5e1619a5143fffa8e32f3.bindPopup(popup_0632bfcc1858905df080e5b4bdcab0b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55eeda2319e5e1619a5143fffa8e32f3.setIcon(icon_635903216c07e0450e746b6d0ab8c6ad);
|
|
|
|
|
|
var marker_cc746dcbc7be55d5801a26d7133d0e68 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_324e41b63528432bf1fad26043dee035 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_65251105a8d057f84838cecfdda334f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6bc2d5efbb99e85ab35da22ccecfa846 = $(`<div id="html_6bc2d5efbb99e85ab35da22ccecfa846" style="width: 100.0%; height: 100.0%;">relay.satnam.pub</div>`)[0];
|
|
popup_65251105a8d057f84838cecfdda334f7.setContent(html_6bc2d5efbb99e85ab35da22ccecfa846);
|
|
|
|
|
|
|
|
marker_cc746dcbc7be55d5801a26d7133d0e68.bindPopup(popup_65251105a8d057f84838cecfdda334f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc746dcbc7be55d5801a26d7133d0e68.setIcon(icon_324e41b63528432bf1fad26043dee035);
|
|
|
|
|
|
var marker_30996a4f15024d610f317f2d30c73d34 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_13e035df2818b73c3fd09f9802e15dce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b72a63a8229bb7ba4004fd0f84f8aac1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ad492bd94bd0bcef5f1317cb4cbd7d8 = $(`<div id="html_3ad492bd94bd0bcef5f1317cb4cbd7d8" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_b72a63a8229bb7ba4004fd0f84f8aac1.setContent(html_3ad492bd94bd0bcef5f1317cb4cbd7d8);
|
|
|
|
|
|
|
|
marker_30996a4f15024d610f317f2d30c73d34.bindPopup(popup_b72a63a8229bb7ba4004fd0f84f8aac1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30996a4f15024d610f317f2d30c73d34.setIcon(icon_13e035df2818b73c3fd09f9802e15dce);
|
|
|
|
|
|
var marker_6fc25c01fbb69376bb71ce2bd42e5700 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_2ad56be8f0b3dfe148bcdd77434f041a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5601d61af2cfb9b7c4e2c9a86ac15492 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_856ca412c8b0b0008b25595f93a2ccc5 = $(`<div id="html_856ca412c8b0b0008b25595f93a2ccc5" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_5601d61af2cfb9b7c4e2c9a86ac15492.setContent(html_856ca412c8b0b0008b25595f93a2ccc5);
|
|
|
|
|
|
|
|
marker_6fc25c01fbb69376bb71ce2bd42e5700.bindPopup(popup_5601d61af2cfb9b7c4e2c9a86ac15492)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6fc25c01fbb69376bb71ce2bd42e5700.setIcon(icon_2ad56be8f0b3dfe148bcdd77434f041a);
|
|
|
|
|
|
var marker_7f63a271b18d5086ef38a00770d6da3e = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_9feb179193278115e0dca19a300a2418 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_261da5d63a09d860857238a724e1c884 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83070363a74cbbcee42f484dd293c8d2 = $(`<div id="html_83070363a74cbbcee42f484dd293c8d2" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_261da5d63a09d860857238a724e1c884.setContent(html_83070363a74cbbcee42f484dd293c8d2);
|
|
|
|
|
|
|
|
marker_7f63a271b18d5086ef38a00770d6da3e.bindPopup(popup_261da5d63a09d860857238a724e1c884)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f63a271b18d5086ef38a00770d6da3e.setIcon(icon_9feb179193278115e0dca19a300a2418);
|
|
|
|
|
|
var marker_4adb84951f593f20bab9292f8dc21d40 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_756d345ee10ba80d2a7391b2be75b2ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_953e6463820b1e456f40d687aa0c7efd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f7db65cf00dc9bc6b2c600bbdbd03d9f = $(`<div id="html_f7db65cf00dc9bc6b2c600bbdbd03d9f" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_953e6463820b1e456f40d687aa0c7efd.setContent(html_f7db65cf00dc9bc6b2c600bbdbd03d9f);
|
|
|
|
|
|
|
|
marker_4adb84951f593f20bab9292f8dc21d40.bindPopup(popup_953e6463820b1e456f40d687aa0c7efd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4adb84951f593f20bab9292f8dc21d40.setIcon(icon_756d345ee10ba80d2a7391b2be75b2ae);
|
|
|
|
|
|
var marker_8ea057c50dd2559b7a2e70579eb14563 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_805094955e89b110e63e3a36d7ebbcfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ea2b4442efc902578c57b169fc07474 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d3cc6a273846afc44d986d91375ada4 = $(`<div id="html_4d3cc6a273846afc44d986d91375ada4" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_0ea2b4442efc902578c57b169fc07474.setContent(html_4d3cc6a273846afc44d986d91375ada4);
|
|
|
|
|
|
|
|
marker_8ea057c50dd2559b7a2e70579eb14563.bindPopup(popup_0ea2b4442efc902578c57b169fc07474)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ea057c50dd2559b7a2e70579eb14563.setIcon(icon_805094955e89b110e63e3a36d7ebbcfe);
|
|
|
|
|
|
var marker_c7310eecbe41192d4b11532fb11ee503 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_1407f777788e351bedd8c39e80223f77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e4e7ccd40af52738810d99fdca83616 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46871986a3002d8f6b28e0e713ae9113 = $(`<div id="html_46871986a3002d8f6b28e0e713ae9113" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_4e4e7ccd40af52738810d99fdca83616.setContent(html_46871986a3002d8f6b28e0e713ae9113);
|
|
|
|
|
|
|
|
marker_c7310eecbe41192d4b11532fb11ee503.bindPopup(popup_4e4e7ccd40af52738810d99fdca83616)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7310eecbe41192d4b11532fb11ee503.setIcon(icon_1407f777788e351bedd8c39e80223f77);
|
|
|
|
|
|
var marker_fed3d5ec6e504d986cfa4542a8ad2042 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_59a92549a2f9e5961f7d90a746f0940d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b45e187740b7d6e97cad19840a5c14f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b5b8f5f9c2e490fcd68a59b9d5f91b2 = $(`<div id="html_8b5b8f5f9c2e490fcd68a59b9d5f91b2" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_b45e187740b7d6e97cad19840a5c14f2.setContent(html_8b5b8f5f9c2e490fcd68a59b9d5f91b2);
|
|
|
|
|
|
|
|
marker_fed3d5ec6e504d986cfa4542a8ad2042.bindPopup(popup_b45e187740b7d6e97cad19840a5c14f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fed3d5ec6e504d986cfa4542a8ad2042.setIcon(icon_59a92549a2f9e5961f7d90a746f0940d);
|
|
|
|
|
|
var marker_8ef5c0ea748b07d5242c2e2808e315dc = L.marker(
|
|
[14.2046, 101.213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_0a3ae9a78f7fa215f0181ee4d174c6e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3819b6eca8e5e6a751bf4cc7f00892d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fdea7d69aae584986c43df10e3fc0570 = $(`<div id="html_fdea7d69aae584986c43df10e3fc0570" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_3819b6eca8e5e6a751bf4cc7f00892d5.setContent(html_fdea7d69aae584986c43df10e3fc0570);
|
|
|
|
|
|
|
|
marker_8ef5c0ea748b07d5242c2e2808e315dc.bindPopup(popup_3819b6eca8e5e6a751bf4cc7f00892d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ef5c0ea748b07d5242c2e2808e315dc.setIcon(icon_0a3ae9a78f7fa215f0181ee4d174c6e6);
|
|
|
|
|
|
var marker_6fd62380d49236d124d83faa012f923c = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_901b3f3616242efee7c826edc4f7eea7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4897876f70a2b92c8db6c03546398fc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae86bc567e8585de539987dcc64c69f3 = $(`<div id="html_ae86bc567e8585de539987dcc64c69f3" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_b4897876f70a2b92c8db6c03546398fc.setContent(html_ae86bc567e8585de539987dcc64c69f3);
|
|
|
|
|
|
|
|
marker_6fd62380d49236d124d83faa012f923c.bindPopup(popup_b4897876f70a2b92c8db6c03546398fc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6fd62380d49236d124d83faa012f923c.setIcon(icon_901b3f3616242efee7c826edc4f7eea7);
|
|
|
|
|
|
var marker_53e4ad88187f1f8f7f1a1d5639bc97ad = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_c7320c4f53c867466a9abfbfe6e2e614 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88b800c9832c5a5abf34ffa9b96fe6b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2d7d8718b33dbb3a6945fda70d5a227 = $(`<div id="html_d2d7d8718b33dbb3a6945fda70d5a227" style="width: 100.0%; height: 100.0%;">relay.bitmacro.io</div>`)[0];
|
|
popup_88b800c9832c5a5abf34ffa9b96fe6b9.setContent(html_d2d7d8718b33dbb3a6945fda70d5a227);
|
|
|
|
|
|
|
|
marker_53e4ad88187f1f8f7f1a1d5639bc97ad.bindPopup(popup_88b800c9832c5a5abf34ffa9b96fe6b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53e4ad88187f1f8f7f1a1d5639bc97ad.setIcon(icon_c7320c4f53c867466a9abfbfe6e2e614);
|
|
|
|
|
|
var marker_1fd7ca86c746e320fc11365b0dc32fd1 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_e154ed80679c30f4bc296989c203ec16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea9a4bf22efefda98524da2e533596d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f2e31e212267599b3a53a814a25f203 = $(`<div id="html_5f2e31e212267599b3a53a814a25f203" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_ea9a4bf22efefda98524da2e533596d0.setContent(html_5f2e31e212267599b3a53a814a25f203);
|
|
|
|
|
|
|
|
marker_1fd7ca86c746e320fc11365b0dc32fd1.bindPopup(popup_ea9a4bf22efefda98524da2e533596d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1fd7ca86c746e320fc11365b0dc32fd1.setIcon(icon_e154ed80679c30f4bc296989c203ec16);
|
|
|
|
|
|
var marker_6a10e9903c9d93a5b522b640a7b627ad = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_d35f6d72b50f6f3e82606981a7fc2268 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_047359c8a3fccd66beaa124e940ecdc5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ad4d9fbe8ce8427a3bff6676a06d4da = $(`<div id="html_3ad4d9fbe8ce8427a3bff6676a06d4da" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_047359c8a3fccd66beaa124e940ecdc5.setContent(html_3ad4d9fbe8ce8427a3bff6676a06d4da);
|
|
|
|
|
|
|
|
marker_6a10e9903c9d93a5b522b640a7b627ad.bindPopup(popup_047359c8a3fccd66beaa124e940ecdc5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a10e9903c9d93a5b522b640a7b627ad.setIcon(icon_d35f6d72b50f6f3e82606981a7fc2268);
|
|
|
|
|
|
var marker_399f11c7292539abd9bfffd237894c4d = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_1de855b34c1a254e4a93d6b147b33ad8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_087057168b50684e1e0343d13ee37c64 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09bec060332fa89422a780340c61d920 = $(`<div id="html_09bec060332fa89422a780340c61d920" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_087057168b50684e1e0343d13ee37c64.setContent(html_09bec060332fa89422a780340c61d920);
|
|
|
|
|
|
|
|
marker_399f11c7292539abd9bfffd237894c4d.bindPopup(popup_087057168b50684e1e0343d13ee37c64)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_399f11c7292539abd9bfffd237894c4d.setIcon(icon_1de855b34c1a254e4a93d6b147b33ad8);
|
|
|
|
|
|
var marker_a9bd1cb85377022710b8ce4d982f9122 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_6109b56d1cd50345ca7690f9a12a26d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2f1d335b5fb137db9f030804e644e73 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_190c5ced8cea75160e23604170c25308 = $(`<div id="html_190c5ced8cea75160e23604170c25308" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_e2f1d335b5fb137db9f030804e644e73.setContent(html_190c5ced8cea75160e23604170c25308);
|
|
|
|
|
|
|
|
marker_a9bd1cb85377022710b8ce4d982f9122.bindPopup(popup_e2f1d335b5fb137db9f030804e644e73)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9bd1cb85377022710b8ce4d982f9122.setIcon(icon_6109b56d1cd50345ca7690f9a12a26d0);
|
|
|
|
|
|
var marker_8614e63787fb08ae8d6dfb271c3e5bc0 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_43fadb3034915e45c12de41ca642a738 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a4e9cf1dedfd91be0ac0fea3c2ec438 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c72e3a5793b69c70e4707dd4ce753c6 = $(`<div id="html_8c72e3a5793b69c70e4707dd4ce753c6" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_9a4e9cf1dedfd91be0ac0fea3c2ec438.setContent(html_8c72e3a5793b69c70e4707dd4ce753c6);
|
|
|
|
|
|
|
|
marker_8614e63787fb08ae8d6dfb271c3e5bc0.bindPopup(popup_9a4e9cf1dedfd91be0ac0fea3c2ec438)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8614e63787fb08ae8d6dfb271c3e5bc0.setIcon(icon_43fadb3034915e45c12de41ca642a738);
|
|
|
|
|
|
var marker_73cdb612e2ab3b31b2591baecb62d7e3 = L.marker(
|
|
[34.6235, 50.8518],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_e46e6c1128c329f11313648f71b00bb5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_faa8b5b28e53098e30b948c448df2e96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_568f1edf1a46903f93580f174ce29783 = $(`<div id="html_568f1edf1a46903f93580f174ce29783" style="width: 100.0%; height: 100.0%;">sfri-mhmd.liara.run</div>`)[0];
|
|
popup_faa8b5b28e53098e30b948c448df2e96.setContent(html_568f1edf1a46903f93580f174ce29783);
|
|
|
|
|
|
|
|
marker_73cdb612e2ab3b31b2591baecb62d7e3.bindPopup(popup_faa8b5b28e53098e30b948c448df2e96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73cdb612e2ab3b31b2591baecb62d7e3.setIcon(icon_e46e6c1128c329f11313648f71b00bb5);
|
|
|
|
|
|
var marker_8bf10719609bdbd5943ba0b15e932f8d = L.marker(
|
|
[43.2965, 5.36978],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_17b1613bfdd7a8b4f22053b215b07ad1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32241d4e1d9ae96e65ad8d791fe14b59 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_277e8d173c447baeed669ee7acb44e40 = $(`<div id="html_277e8d173c447baeed669ee7acb44e40" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_32241d4e1d9ae96e65ad8d791fe14b59.setContent(html_277e8d173c447baeed669ee7acb44e40);
|
|
|
|
|
|
|
|
marker_8bf10719609bdbd5943ba0b15e932f8d.bindPopup(popup_32241d4e1d9ae96e65ad8d791fe14b59)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bf10719609bdbd5943ba0b15e932f8d.setIcon(icon_17b1613bfdd7a8b4f22053b215b07ad1);
|
|
|
|
|
|
var marker_74d44e25a67ba6f80124da117b05c403 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_509d6da637e034c53e53b4b13437c523 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd7efa147082b97be7e4efe4c4a90e14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ff8cc24e273c99cec77460f4c1e4c61 = $(`<div id="html_2ff8cc24e273c99cec77460f4c1e4c61" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_cd7efa147082b97be7e4efe4c4a90e14.setContent(html_2ff8cc24e273c99cec77460f4c1e4c61);
|
|
|
|
|
|
|
|
marker_74d44e25a67ba6f80124da117b05c403.bindPopup(popup_cd7efa147082b97be7e4efe4c4a90e14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74d44e25a67ba6f80124da117b05c403.setIcon(icon_509d6da637e034c53e53b4b13437c523);
|
|
|
|
|
|
var marker_41931e0d1870f8f8d94769794078e96e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_8d9a58c2010d48c52830be387f2bf8ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bb8e943161352a33128da374c207ff2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5ca2828edd68d47ef9ad4925b1fa5cc = $(`<div id="html_e5ca2828edd68d47ef9ad4925b1fa5cc" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_7bb8e943161352a33128da374c207ff2.setContent(html_e5ca2828edd68d47ef9ad4925b1fa5cc);
|
|
|
|
|
|
|
|
marker_41931e0d1870f8f8d94769794078e96e.bindPopup(popup_7bb8e943161352a33128da374c207ff2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41931e0d1870f8f8d94769794078e96e.setIcon(icon_8d9a58c2010d48c52830be387f2bf8ca);
|
|
|
|
|
|
var marker_e8cd8140acb85c37304ac434f34ddaa5 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_0c279b6653858b0406a9c28215452f78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e474b894188016c0495000b5e814ef42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54229ed3bc463522918b6a3697962c75 = $(`<div id="html_54229ed3bc463522918b6a3697962c75" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_e474b894188016c0495000b5e814ef42.setContent(html_54229ed3bc463522918b6a3697962c75);
|
|
|
|
|
|
|
|
marker_e8cd8140acb85c37304ac434f34ddaa5.bindPopup(popup_e474b894188016c0495000b5e814ef42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8cd8140acb85c37304ac434f34ddaa5.setIcon(icon_0c279b6653858b0406a9c28215452f78);
|
|
|
|
|
|
var marker_5f48ee70c996c5ea00703364d57ae6ba = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_257e8ea82aaf1929b140ec79635892fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22fc402a389bd7523d2e509cef981fc0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fa89c30e4a2eee61b71e16f3335ecfe5 = $(`<div id="html_fa89c30e4a2eee61b71e16f3335ecfe5" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_22fc402a389bd7523d2e509cef981fc0.setContent(html_fa89c30e4a2eee61b71e16f3335ecfe5);
|
|
|
|
|
|
|
|
marker_5f48ee70c996c5ea00703364d57ae6ba.bindPopup(popup_22fc402a389bd7523d2e509cef981fc0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f48ee70c996c5ea00703364d57ae6ba.setIcon(icon_257e8ea82aaf1929b140ec79635892fd);
|
|
|
|
|
|
var marker_9a3def9985f86b90ccf3429aca1fb344 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_14105550d2fe869e8bedb33c61b29b77 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0532a5288decf7ac4b5a3a21c001fa74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e32d148bce686030267dc9e051138d20 = $(`<div id="html_e32d148bce686030267dc9e051138d20" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_0532a5288decf7ac4b5a3a21c001fa74.setContent(html_e32d148bce686030267dc9e051138d20);
|
|
|
|
|
|
|
|
marker_9a3def9985f86b90ccf3429aca1fb344.bindPopup(popup_0532a5288decf7ac4b5a3a21c001fa74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a3def9985f86b90ccf3429aca1fb344.setIcon(icon_14105550d2fe869e8bedb33c61b29b77);
|
|
|
|
|
|
var marker_c112798c6bf1ce8b494529eb73aa95ef = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_c8ba408f11449ae0d0865581059b1e43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b990f1887cc799a04590022245054b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9912bf7de115aed39129ca89e2249c0b = $(`<div id="html_9912bf7de115aed39129ca89e2249c0b" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_7b990f1887cc799a04590022245054b9.setContent(html_9912bf7de115aed39129ca89e2249c0b);
|
|
|
|
|
|
|
|
marker_c112798c6bf1ce8b494529eb73aa95ef.bindPopup(popup_7b990f1887cc799a04590022245054b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c112798c6bf1ce8b494529eb73aa95ef.setIcon(icon_c8ba408f11449ae0d0865581059b1e43);
|
|
|
|
|
|
var marker_98bd56f0457ffdfa27a9ba4728cd7767 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_73618998b55f1727c5a09b2825336631 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed96a1f8eb0e5f84cd574d547871b121 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4363ad965b871d78785fb5da3e978f45 = $(`<div id="html_4363ad965b871d78785fb5da3e978f45" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_ed96a1f8eb0e5f84cd574d547871b121.setContent(html_4363ad965b871d78785fb5da3e978f45);
|
|
|
|
|
|
|
|
marker_98bd56f0457ffdfa27a9ba4728cd7767.bindPopup(popup_ed96a1f8eb0e5f84cd574d547871b121)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98bd56f0457ffdfa27a9ba4728cd7767.setIcon(icon_73618998b55f1727c5a09b2825336631);
|
|
|
|
|
|
var marker_62c9265d9d43170495ae964a651de068 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_8bc9b2aa72519bacb50d6c53bf93e018 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_400ecb82ac9d04d059f1c0551fc1ac07 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b579fbf25b86ee37230f83234fc75ad = $(`<div id="html_1b579fbf25b86ee37230f83234fc75ad" style="width: 100.0%; height: 100.0%;">kitchen.zap.cooking</div>`)[0];
|
|
popup_400ecb82ac9d04d059f1c0551fc1ac07.setContent(html_1b579fbf25b86ee37230f83234fc75ad);
|
|
|
|
|
|
|
|
marker_62c9265d9d43170495ae964a651de068.bindPopup(popup_400ecb82ac9d04d059f1c0551fc1ac07)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62c9265d9d43170495ae964a651de068.setIcon(icon_8bc9b2aa72519bacb50d6c53bf93e018);
|
|
|
|
|
|
var marker_8919c7f10d49b7df41f3e7606e247815 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_51b3aa4c4cb7af2d9ee0168dca0300bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c9ca14ca1fdedfa0f317692ff745ede = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c085c69046290a88721de0e7118840e = $(`<div id="html_8c085c69046290a88721de0e7118840e" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_9c9ca14ca1fdedfa0f317692ff745ede.setContent(html_8c085c69046290a88721de0e7118840e);
|
|
|
|
|
|
|
|
marker_8919c7f10d49b7df41f3e7606e247815.bindPopup(popup_9c9ca14ca1fdedfa0f317692ff745ede)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8919c7f10d49b7df41f3e7606e247815.setIcon(icon_51b3aa4c4cb7af2d9ee0168dca0300bd);
|
|
|
|
|
|
var marker_932ed16d1689d4c0aa0aabc30b25339d = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_8d97e8eba5446bad8cc35a6470356e2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19d435f9fa6687027eecb6d8ee2fbfd6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3706446a780d7acd04ee578df0276c8 = $(`<div id="html_e3706446a780d7acd04ee578df0276c8" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_19d435f9fa6687027eecb6d8ee2fbfd6.setContent(html_e3706446a780d7acd04ee578df0276c8);
|
|
|
|
|
|
|
|
marker_932ed16d1689d4c0aa0aabc30b25339d.bindPopup(popup_19d435f9fa6687027eecb6d8ee2fbfd6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_932ed16d1689d4c0aa0aabc30b25339d.setIcon(icon_8d97e8eba5446bad8cc35a6470356e2e);
|
|
|
|
|
|
var marker_50c53929ee5e9f645dc58431dd9c9191 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_ffc5cf674fa39d61d7061c2044faedc4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b52f148f41230429e8ba22cb203ca1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3281f5364b4c8c50597305b4a5a3eb53 = $(`<div id="html_3281f5364b4c8c50597305b4a5a3eb53" style="width: 100.0%; height: 100.0%;">api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_4b52f148f41230429e8ba22cb203ca1e.setContent(html_3281f5364b4c8c50597305b4a5a3eb53);
|
|
|
|
|
|
|
|
marker_50c53929ee5e9f645dc58431dd9c9191.bindPopup(popup_4b52f148f41230429e8ba22cb203ca1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50c53929ee5e9f645dc58431dd9c9191.setIcon(icon_ffc5cf674fa39d61d7061c2044faedc4);
|
|
|
|
|
|
var marker_92f7e9429cba514b7698a53f30257b26 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_be8e4b245d4c56700070c59fc5a30ce5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5206be5327f258a4f2f6b54c927cf1cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c23984177c22049bb959f27637539dd3 = $(`<div id="html_c23984177c22049bb959f27637539dd3" style="width: 100.0%; height: 100.0%;">czas.xyz</div>`)[0];
|
|
popup_5206be5327f258a4f2f6b54c927cf1cd.setContent(html_c23984177c22049bb959f27637539dd3);
|
|
|
|
|
|
|
|
marker_92f7e9429cba514b7698a53f30257b26.bindPopup(popup_5206be5327f258a4f2f6b54c927cf1cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92f7e9429cba514b7698a53f30257b26.setIcon(icon_be8e4b245d4c56700070c59fc5a30ce5);
|
|
|
|
|
|
var marker_5c95fe6329d2ca81262aeca065bb08e7 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_0b8084b099043ddd2f28ccd6c4d3211a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d94ff5266f9049755ac8de2d69ae453d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7aa1674cb4640ecc4b3b57ab8200c7c9 = $(`<div id="html_7aa1674cb4640ecc4b3b57ab8200c7c9" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_d94ff5266f9049755ac8de2d69ae453d.setContent(html_7aa1674cb4640ecc4b3b57ab8200c7c9);
|
|
|
|
|
|
|
|
marker_5c95fe6329d2ca81262aeca065bb08e7.bindPopup(popup_d94ff5266f9049755ac8de2d69ae453d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c95fe6329d2ca81262aeca065bb08e7.setIcon(icon_0b8084b099043ddd2f28ccd6c4d3211a);
|
|
|
|
|
|
var marker_79c22e7aeaa53ce1c644bf6bdaf7d6df = L.marker(
|
|
[36.9104, -89.5875],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_4ae7a4c44578fdfa8d92026f66590b08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23902ff0794c26e46da16a003a7fc0c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0866ee557fd4a663679c1665c3f5ebd2 = $(`<div id="html_0866ee557fd4a663679c1665c3f5ebd2" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_23902ff0794c26e46da16a003a7fc0c7.setContent(html_0866ee557fd4a663679c1665c3f5ebd2);
|
|
|
|
|
|
|
|
marker_79c22e7aeaa53ce1c644bf6bdaf7d6df.bindPopup(popup_23902ff0794c26e46da16a003a7fc0c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79c22e7aeaa53ce1c644bf6bdaf7d6df.setIcon(icon_4ae7a4c44578fdfa8d92026f66590b08);
|
|
|
|
|
|
var marker_5015c6d5bdd89f1fbefc75096d345fbc = L.marker(
|
|
[25.0501, 121.565],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_6daadd71a0a8cdb92f2d0d3c4eeb8c81 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7638b16b81a9932d3e8b78436c61dd27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e062f5a0a525b75474bd84f54630903 = $(`<div id="html_5e062f5a0a525b75474bd84f54630903" style="width: 100.0%; height: 100.0%;">nostr.dler.com</div>`)[0];
|
|
popup_7638b16b81a9932d3e8b78436c61dd27.setContent(html_5e062f5a0a525b75474bd84f54630903);
|
|
|
|
|
|
|
|
marker_5015c6d5bdd89f1fbefc75096d345fbc.bindPopup(popup_7638b16b81a9932d3e8b78436c61dd27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5015c6d5bdd89f1fbefc75096d345fbc.setIcon(icon_6daadd71a0a8cdb92f2d0d3c4eeb8c81);
|
|
|
|
|
|
var marker_a47268212dd4be6fcb89c90650fb3914 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_f6c03829547f7ada566973e5cbf54115 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e560ff0cbc1c1f4c3d58f8eb7a7ba02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8ca262fd59eb39e6165e2523837dacf = $(`<div id="html_c8ca262fd59eb39e6165e2523837dacf" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_4e560ff0cbc1c1f4c3d58f8eb7a7ba02.setContent(html_c8ca262fd59eb39e6165e2523837dacf);
|
|
|
|
|
|
|
|
marker_a47268212dd4be6fcb89c90650fb3914.bindPopup(popup_4e560ff0cbc1c1f4c3d58f8eb7a7ba02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a47268212dd4be6fcb89c90650fb3914.setIcon(icon_f6c03829547f7ada566973e5cbf54115);
|
|
|
|
|
|
var marker_aa6ff5793567d373ba3b5d874558f8ee = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_f7ec2b7af7496a07eb8ccedee08cb916 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbf1cd366b85f66e29f680fa5ebe539d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da3df439e88e5693c99196403b59434a = $(`<div id="html_da3df439e88e5693c99196403b59434a" style="width: 100.0%; height: 100.0%;">pyramid.aaro.cc</div>`)[0];
|
|
popup_fbf1cd366b85f66e29f680fa5ebe539d.setContent(html_da3df439e88e5693c99196403b59434a);
|
|
|
|
|
|
|
|
marker_aa6ff5793567d373ba3b5d874558f8ee.bindPopup(popup_fbf1cd366b85f66e29f680fa5ebe539d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa6ff5793567d373ba3b5d874558f8ee.setIcon(icon_f7ec2b7af7496a07eb8ccedee08cb916);
|
|
|
|
|
|
var marker_0cb024f65f2e0982f57940b0be0095b3 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_9e1fb5eb660a7ab82f7c0cce29eda061 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30843e1be36a6810497e531a716806f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_514e0d0a720302f96bd60ad45469a6a7 = $(`<div id="html_514e0d0a720302f96bd60ad45469a6a7" style="width: 100.0%; height: 100.0%;">nostrue.com</div>`)[0];
|
|
popup_30843e1be36a6810497e531a716806f1.setContent(html_514e0d0a720302f96bd60ad45469a6a7);
|
|
|
|
|
|
|
|
marker_0cb024f65f2e0982f57940b0be0095b3.bindPopup(popup_30843e1be36a6810497e531a716806f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cb024f65f2e0982f57940b0be0095b3.setIcon(icon_9e1fb5eb660a7ab82f7c0cce29eda061);
|
|
|
|
|
|
var marker_4485a9c1a442ac98228c6bd06b33a9ad = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_3fbcd101fec304d6ffa168e0d44e06d4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72bde3c6b502bf29ad2594a566aac326 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_530306fa5fb8103cff6b3d34b7f73264 = $(`<div id="html_530306fa5fb8103cff6b3d34b7f73264" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_72bde3c6b502bf29ad2594a566aac326.setContent(html_530306fa5fb8103cff6b3d34b7f73264);
|
|
|
|
|
|
|
|
marker_4485a9c1a442ac98228c6bd06b33a9ad.bindPopup(popup_72bde3c6b502bf29ad2594a566aac326)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4485a9c1a442ac98228c6bd06b33a9ad.setIcon(icon_3fbcd101fec304d6ffa168e0d44e06d4);
|
|
|
|
|
|
var marker_c2789c32a6057ac8ec015e108db93cb3 = L.marker(
|
|
[38.958, -77.3592],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_5929a184ab27b41d250c98864992434f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b90ef5d7e53e3e6bfa855e30ac3f22e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46cec10e14ee6420f4ed1181716354c3 = $(`<div id="html_46cec10e14ee6420f4ed1181716354c3" style="width: 100.0%; height: 100.0%;">nostr.ac</div>`)[0];
|
|
popup_b90ef5d7e53e3e6bfa855e30ac3f22e4.setContent(html_46cec10e14ee6420f4ed1181716354c3);
|
|
|
|
|
|
|
|
marker_c2789c32a6057ac8ec015e108db93cb3.bindPopup(popup_b90ef5d7e53e3e6bfa855e30ac3f22e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2789c32a6057ac8ec015e108db93cb3.setIcon(icon_5929a184ab27b41d250c98864992434f);
|
|
|
|
|
|
var marker_9a461356f90b4c79b3c2433371f65114 = L.marker(
|
|
[1.29524, 103.79],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_e39292cf363803c1e7cad992e7baca35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b587dc31ebfe01d05dccef19d513f6f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eaf2275070ada794b29220a151887834 = $(`<div id="html_eaf2275070ada794b29220a151887834" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_b587dc31ebfe01d05dccef19d513f6f0.setContent(html_eaf2275070ada794b29220a151887834);
|
|
|
|
|
|
|
|
marker_9a461356f90b4c79b3c2433371f65114.bindPopup(popup_b587dc31ebfe01d05dccef19d513f6f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a461356f90b4c79b3c2433371f65114.setIcon(icon_e39292cf363803c1e7cad992e7baca35);
|
|
|
|
|
|
var marker_4760f67f97697bd3900005aa1833a635 = L.marker(
|
|
[15.5163, 103.194],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_461ca7cb1cf2df364fd22c2af0be4fd2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_514199764b458fd30715d9fbbc2639d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2470d93dc6f8548c71cc6e06f295b309 = $(`<div id="html_2470d93dc6f8548c71cc6e06f295b309" style="width: 100.0%; height: 100.0%;">nostr-relay.gateway.in.th</div>`)[0];
|
|
popup_514199764b458fd30715d9fbbc2639d1.setContent(html_2470d93dc6f8548c71cc6e06f295b309);
|
|
|
|
|
|
|
|
marker_4760f67f97697bd3900005aa1833a635.bindPopup(popup_514199764b458fd30715d9fbbc2639d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4760f67f97697bd3900005aa1833a635.setIcon(icon_461ca7cb1cf2df364fd22c2af0be4fd2);
|
|
|
|
|
|
var marker_b27567d223c609c7d7a1ce3955ba5d9a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_e798f3779bb0766f62ecbdffe4b3f1f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_802bdf2d2b39a9274ad56ab56756ef4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3ed3121b7772bf22d4ccfe5f2842384 = $(`<div id="html_d3ed3121b7772bf22d4ccfe5f2842384" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_802bdf2d2b39a9274ad56ab56756ef4c.setContent(html_d3ed3121b7772bf22d4ccfe5f2842384);
|
|
|
|
|
|
|
|
marker_b27567d223c609c7d7a1ce3955ba5d9a.bindPopup(popup_802bdf2d2b39a9274ad56ab56756ef4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b27567d223c609c7d7a1ce3955ba5d9a.setIcon(icon_e798f3779bb0766f62ecbdffe4b3f1f7);
|
|
|
|
|
|
var marker_3bbd01eed1b5164990dc3077eb762096 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_63d852d0c28b3de2171bb14545fd7e3a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f1090281934ce7810b01627ca73a8c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04c7461eebdfdc6183db114d47df7e6e = $(`<div id="html_04c7461eebdfdc6183db114d47df7e6e" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_9f1090281934ce7810b01627ca73a8c9.setContent(html_04c7461eebdfdc6183db114d47df7e6e);
|
|
|
|
|
|
|
|
marker_3bbd01eed1b5164990dc3077eb762096.bindPopup(popup_9f1090281934ce7810b01627ca73a8c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bbd01eed1b5164990dc3077eb762096.setIcon(icon_63d852d0c28b3de2171bb14545fd7e3a);
|
|
|
|
|
|
var marker_5ab589ee7e58e1a3f22a40cc1d0ea67b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_6da9bcaf57aea46c3e870de0a2541e60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b25e0515e2dbbdd49d7f4191bb27b93 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b1225323664fab61d369383849f977b = $(`<div id="html_4b1225323664fab61d369383849f977b" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_4b25e0515e2dbbdd49d7f4191bb27b93.setContent(html_4b1225323664fab61d369383849f977b);
|
|
|
|
|
|
|
|
marker_5ab589ee7e58e1a3f22a40cc1d0ea67b.bindPopup(popup_4b25e0515e2dbbdd49d7f4191bb27b93)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ab589ee7e58e1a3f22a40cc1d0ea67b.setIcon(icon_6da9bcaf57aea46c3e870de0a2541e60);
|
|
|
|
|
|
var marker_274218ddd6316b7c0d1c83ff882c8e71 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_0d64a58f1fc6b47a7ad1b9d725210ecc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4ed4830b380b3123a6e1285d1907d4e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aae873c1356194ac37dd9771e595a88c = $(`<div id="html_aae873c1356194ac37dd9771e595a88c" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_d4ed4830b380b3123a6e1285d1907d4e.setContent(html_aae873c1356194ac37dd9771e595a88c);
|
|
|
|
|
|
|
|
marker_274218ddd6316b7c0d1c83ff882c8e71.bindPopup(popup_d4ed4830b380b3123a6e1285d1907d4e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_274218ddd6316b7c0d1c83ff882c8e71.setIcon(icon_0d64a58f1fc6b47a7ad1b9d725210ecc);
|
|
|
|
|
|
var marker_2b44945aac174bea09af2ae9d61996d9 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_574e574114b1c4f28f235ef59222313d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2324b6949aa0d6828aa78cc996b4920 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2266f8ec65612140422abb942e587822 = $(`<div id="html_2266f8ec65612140422abb942e587822" style="width: 100.0%; height: 100.0%;">r1.freexom.com</div>`)[0];
|
|
popup_d2324b6949aa0d6828aa78cc996b4920.setContent(html_2266f8ec65612140422abb942e587822);
|
|
|
|
|
|
|
|
marker_2b44945aac174bea09af2ae9d61996d9.bindPopup(popup_d2324b6949aa0d6828aa78cc996b4920)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b44945aac174bea09af2ae9d61996d9.setIcon(icon_574e574114b1c4f28f235ef59222313d);
|
|
|
|
|
|
var marker_5e4987cf2ad4b8df57ce5d0a935f7f27 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_01dfc7cb4374f93581aad2f4f4aec6d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d28f08d19eab507e89dac719060833f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92adc6559231947b0908372251eca2fe = $(`<div id="html_92adc6559231947b0908372251eca2fe" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_d28f08d19eab507e89dac719060833f7.setContent(html_92adc6559231947b0908372251eca2fe);
|
|
|
|
|
|
|
|
marker_5e4987cf2ad4b8df57ce5d0a935f7f27.bindPopup(popup_d28f08d19eab507e89dac719060833f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e4987cf2ad4b8df57ce5d0a935f7f27.setIcon(icon_01dfc7cb4374f93581aad2f4f4aec6d6);
|
|
|
|
|
|
var marker_14007ff8009af631445afbdfb48d1849 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_36b7f52effb20e2574eae53f5ec68bc1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_472d9d4eed249509cb91d5499a962e08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38c21c09fe722d6984acf0d59b46a16a = $(`<div id="html_38c21c09fe722d6984acf0d59b46a16a" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_472d9d4eed249509cb91d5499a962e08.setContent(html_38c21c09fe722d6984acf0d59b46a16a);
|
|
|
|
|
|
|
|
marker_14007ff8009af631445afbdfb48d1849.bindPopup(popup_472d9d4eed249509cb91d5499a962e08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14007ff8009af631445afbdfb48d1849.setIcon(icon_36b7f52effb20e2574eae53f5ec68bc1);
|
|
|
|
|
|
var marker_ad39aaea277aedbc966c786549d8820b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_30309071d9dd7748f87b2a7e3e0966df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36ee7cc05db2c45693d3b4074adf9a29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed3e16656a29ee6cb271c7358383c320 = $(`<div id="html_ed3e16656a29ee6cb271c7358383c320" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_36ee7cc05db2c45693d3b4074adf9a29.setContent(html_ed3e16656a29ee6cb271c7358383c320);
|
|
|
|
|
|
|
|
marker_ad39aaea277aedbc966c786549d8820b.bindPopup(popup_36ee7cc05db2c45693d3b4074adf9a29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad39aaea277aedbc966c786549d8820b.setIcon(icon_30309071d9dd7748f87b2a7e3e0966df);
|
|
|
|
|
|
var marker_94ba663dd4730ae570d4c09e5107e20e = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_310d49f2803d742b8d3fff55acf2e3ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d78b1949caa6266110cd77235379e50a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af2fe4a54e2df42e74c2f8ba117711c0 = $(`<div id="html_af2fe4a54e2df42e74c2f8ba117711c0" style="width: 100.0%; height: 100.0%;">wot.soundhsa.com</div>`)[0];
|
|
popup_d78b1949caa6266110cd77235379e50a.setContent(html_af2fe4a54e2df42e74c2f8ba117711c0);
|
|
|
|
|
|
|
|
marker_94ba663dd4730ae570d4c09e5107e20e.bindPopup(popup_d78b1949caa6266110cd77235379e50a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_94ba663dd4730ae570d4c09e5107e20e.setIcon(icon_310d49f2803d742b8d3fff55acf2e3ad);
|
|
|
|
|
|
var marker_235a3028ab1eb3ea7e7f1c7c657c7e39 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_3ded6bb5f57ca82b8be04073ba7571f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78981efd5cce2550402b156498a49912 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c147b5e0f7d95685fafc74c77236b862 = $(`<div id="html_c147b5e0f7d95685fafc74c77236b862" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_78981efd5cce2550402b156498a49912.setContent(html_c147b5e0f7d95685fafc74c77236b862);
|
|
|
|
|
|
|
|
marker_235a3028ab1eb3ea7e7f1c7c657c7e39.bindPopup(popup_78981efd5cce2550402b156498a49912)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_235a3028ab1eb3ea7e7f1c7c657c7e39.setIcon(icon_3ded6bb5f57ca82b8be04073ba7571f7);
|
|
|
|
|
|
var marker_b928e6ef74caf9891a73dbb43a204f89 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_2f72dbfa701be8001730e0395a589a12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35023c0c32734f5538304cdebd87e90d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a96109def98e828d27d4b61a5a7dba0c = $(`<div id="html_a96109def98e828d27d4b61a5a7dba0c" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_35023c0c32734f5538304cdebd87e90d.setContent(html_a96109def98e828d27d4b61a5a7dba0c);
|
|
|
|
|
|
|
|
marker_b928e6ef74caf9891a73dbb43a204f89.bindPopup(popup_35023c0c32734f5538304cdebd87e90d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b928e6ef74caf9891a73dbb43a204f89.setIcon(icon_2f72dbfa701be8001730e0395a589a12);
|
|
|
|
|
|
var marker_13591800aa924bc595fa92b6be761b62 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_882e44da36869e7d6dadc844f2542c8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45ab30887d816831efec4def445d02a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92c1a51198b440b9d4cb28584003f369 = $(`<div id="html_92c1a51198b440b9d4cb28584003f369" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_45ab30887d816831efec4def445d02a9.setContent(html_92c1a51198b440b9d4cb28584003f369);
|
|
|
|
|
|
|
|
marker_13591800aa924bc595fa92b6be761b62.bindPopup(popup_45ab30887d816831efec4def445d02a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_13591800aa924bc595fa92b6be761b62.setIcon(icon_882e44da36869e7d6dadc844f2542c8a);
|
|
|
|
|
|
var marker_14bb23605ff32e2ecc6c88ee2047fd95 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_b6557ca2f241c6e0c660ccc34afc10d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e52535f92b8e0db578e4d85f88422e05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f8a5a8a70feb8c82784b7facd4762a0a = $(`<div id="html_f8a5a8a70feb8c82784b7facd4762a0a" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_e52535f92b8e0db578e4d85f88422e05.setContent(html_f8a5a8a70feb8c82784b7facd4762a0a);
|
|
|
|
|
|
|
|
marker_14bb23605ff32e2ecc6c88ee2047fd95.bindPopup(popup_e52535f92b8e0db578e4d85f88422e05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14bb23605ff32e2ecc6c88ee2047fd95.setIcon(icon_b6557ca2f241c6e0c660ccc34afc10d1);
|
|
|
|
|
|
var marker_e441bf00d48c7429239d5008a3f958ea = L.marker(
|
|
[39.9268, -75.0246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_7aa1cf6af202d2a70fe8585a3fb35bf2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14e9e78a2fa0a3a50314176dd4aea17b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6792ec0bd0b5808cff3982fd7e02849 = $(`<div id="html_c6792ec0bd0b5808cff3982fd7e02849" style="width: 100.0%; height: 100.0%;">nostr.calitabby.net</div>`)[0];
|
|
popup_14e9e78a2fa0a3a50314176dd4aea17b.setContent(html_c6792ec0bd0b5808cff3982fd7e02849);
|
|
|
|
|
|
|
|
marker_e441bf00d48c7429239d5008a3f958ea.bindPopup(popup_14e9e78a2fa0a3a50314176dd4aea17b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e441bf00d48c7429239d5008a3f958ea.setIcon(icon_7aa1cf6af202d2a70fe8585a3fb35bf2);
|
|
|
|
|
|
var marker_c3317278d7b445c194f15c680c0ed444 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_3759bb489ef7c9220a8de097fea5422d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_921caf5f657efcab690396534579724d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f662ca1bb7d920943135cffe4bc4d12c = $(`<div id="html_f662ca1bb7d920943135cffe4bc4d12c" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_921caf5f657efcab690396534579724d.setContent(html_f662ca1bb7d920943135cffe4bc4d12c);
|
|
|
|
|
|
|
|
marker_c3317278d7b445c194f15c680c0ed444.bindPopup(popup_921caf5f657efcab690396534579724d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3317278d7b445c194f15c680c0ed444.setIcon(icon_3759bb489ef7c9220a8de097fea5422d);
|
|
|
|
|
|
var marker_d3c863382acbbc6a2ac7350158745124 = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_30bb0d177453386196d6082e84bdd449 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df2bb47b2686f94078624d978e048ff3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d7ee146ce080879b801a245f3822cfef = $(`<div id="html_d7ee146ce080879b801a245f3822cfef" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_df2bb47b2686f94078624d978e048ff3.setContent(html_d7ee146ce080879b801a245f3822cfef);
|
|
|
|
|
|
|
|
marker_d3c863382acbbc6a2ac7350158745124.bindPopup(popup_df2bb47b2686f94078624d978e048ff3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d3c863382acbbc6a2ac7350158745124.setIcon(icon_30bb0d177453386196d6082e84bdd449);
|
|
|
|
|
|
var marker_d62a92fe23767a69821f8476318a39a1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_34ac6e93d8c1958539b0e513cee9c215 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48b2a09ee62b207aa1c624c22976ff3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e88864177a34259a064570b4bde93f2 = $(`<div id="html_4e88864177a34259a064570b4bde93f2" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_48b2a09ee62b207aa1c624c22976ff3b.setContent(html_4e88864177a34259a064570b4bde93f2);
|
|
|
|
|
|
|
|
marker_d62a92fe23767a69821f8476318a39a1.bindPopup(popup_48b2a09ee62b207aa1c624c22976ff3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d62a92fe23767a69821f8476318a39a1.setIcon(icon_34ac6e93d8c1958539b0e513cee9c215);
|
|
|
|
|
|
var marker_8207abdefd86f17e4003172bad1b4da6 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_5f3cda839180fabe447f646318e7e86b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9667643ae11eda0b96c733a4dde0e167 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_874498264862d140869e1123f2e8174c = $(`<div id="html_874498264862d140869e1123f2e8174c" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_9667643ae11eda0b96c733a4dde0e167.setContent(html_874498264862d140869e1123f2e8174c);
|
|
|
|
|
|
|
|
marker_8207abdefd86f17e4003172bad1b4da6.bindPopup(popup_9667643ae11eda0b96c733a4dde0e167)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8207abdefd86f17e4003172bad1b4da6.setIcon(icon_5f3cda839180fabe447f646318e7e86b);
|
|
|
|
|
|
var marker_59faf227b6d39dcf41479c2fa4670eca = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_74cf92646b28deb875a2d73357c2043c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b48f5a98e667d8c51950514849a019b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d293ed502004082fa844d85896ed0636 = $(`<div id="html_d293ed502004082fa844d85896ed0636" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_b48f5a98e667d8c51950514849a019b2.setContent(html_d293ed502004082fa844d85896ed0636);
|
|
|
|
|
|
|
|
marker_59faf227b6d39dcf41479c2fa4670eca.bindPopup(popup_b48f5a98e667d8c51950514849a019b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59faf227b6d39dcf41479c2fa4670eca.setIcon(icon_74cf92646b28deb875a2d73357c2043c);
|
|
|
|
|
|
var marker_ca394d16bb19844cc53149138c6279c7 = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_e5bd9d30f31a8d8ee58eac3ecd85fb7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bef79bfb14fb902a07db7f3fcb71b131 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a962b58d4592c1905896f38804f6cac = $(`<div id="html_5a962b58d4592c1905896f38804f6cac" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_bef79bfb14fb902a07db7f3fcb71b131.setContent(html_5a962b58d4592c1905896f38804f6cac);
|
|
|
|
|
|
|
|
marker_ca394d16bb19844cc53149138c6279c7.bindPopup(popup_bef79bfb14fb902a07db7f3fcb71b131)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca394d16bb19844cc53149138c6279c7.setIcon(icon_e5bd9d30f31a8d8ee58eac3ecd85fb7e);
|
|
|
|
|
|
var marker_970082f1961ac41a0f5ca8ba8c20450b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_b1a5bca5c32a046b58100d0fa6bf60c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8d4810e7d0125e14aeaf2954caaef394 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc88e10114ffb9ecbadb6b81787a39d8 = $(`<div id="html_cc88e10114ffb9ecbadb6b81787a39d8" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_8d4810e7d0125e14aeaf2954caaef394.setContent(html_cc88e10114ffb9ecbadb6b81787a39d8);
|
|
|
|
|
|
|
|
marker_970082f1961ac41a0f5ca8ba8c20450b.bindPopup(popup_8d4810e7d0125e14aeaf2954caaef394)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_970082f1961ac41a0f5ca8ba8c20450b.setIcon(icon_b1a5bca5c32a046b58100d0fa6bf60c5);
|
|
|
|
|
|
var marker_34bc02a74ba378356fe22e25aa908de7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_7340872e788417c71b476be62c3fd59b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6fe0828764b8df49e9528126c3bf7b89 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8149dbece0ea59ce3026c676c595afde = $(`<div id="html_8149dbece0ea59ce3026c676c595afde" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_6fe0828764b8df49e9528126c3bf7b89.setContent(html_8149dbece0ea59ce3026c676c595afde);
|
|
|
|
|
|
|
|
marker_34bc02a74ba378356fe22e25aa908de7.bindPopup(popup_6fe0828764b8df49e9528126c3bf7b89)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34bc02a74ba378356fe22e25aa908de7.setIcon(icon_7340872e788417c71b476be62c3fd59b);
|
|
|
|
|
|
var marker_e682c0b9da94ce4811e00faf5e20822f = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_3070ceeda1d22da002519c7298836341 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1be4db360029f43fb2c942847ac8a3c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d5cf552d933299dd3f390672216095c = $(`<div id="html_7d5cf552d933299dd3f390672216095c" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_1be4db360029f43fb2c942847ac8a3c5.setContent(html_7d5cf552d933299dd3f390672216095c);
|
|
|
|
|
|
|
|
marker_e682c0b9da94ce4811e00faf5e20822f.bindPopup(popup_1be4db360029f43fb2c942847ac8a3c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e682c0b9da94ce4811e00faf5e20822f.setIcon(icon_3070ceeda1d22da002519c7298836341);
|
|
|
|
|
|
var marker_0b97afa3ec065e98ca114fd4740cf100 = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_aa228f139552aa41788037def4cc334f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5203723cdc4bcc144bf4ab491e39f36f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5ed46a476aedfeb1d22ad69518ef933 = $(`<div id="html_b5ed46a476aedfeb1d22ad69518ef933" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_5203723cdc4bcc144bf4ab491e39f36f.setContent(html_b5ed46a476aedfeb1d22ad69518ef933);
|
|
|
|
|
|
|
|
marker_0b97afa3ec065e98ca114fd4740cf100.bindPopup(popup_5203723cdc4bcc144bf4ab491e39f36f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0b97afa3ec065e98ca114fd4740cf100.setIcon(icon_aa228f139552aa41788037def4cc334f);
|
|
|
|
|
|
var marker_5abb0de4e3d26ef91c5a8fcc3768818e = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_fe4f649fbdedaf44056a7e9c4802ab26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ead5ec04bbc018497d4706be1be1d159 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_585512e2ac1778136f92cc3689423f48 = $(`<div id="html_585512e2ac1778136f92cc3689423f48" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_ead5ec04bbc018497d4706be1be1d159.setContent(html_585512e2ac1778136f92cc3689423f48);
|
|
|
|
|
|
|
|
marker_5abb0de4e3d26ef91c5a8fcc3768818e.bindPopup(popup_ead5ec04bbc018497d4706be1be1d159)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5abb0de4e3d26ef91c5a8fcc3768818e.setIcon(icon_fe4f649fbdedaf44056a7e9c4802ab26);
|
|
|
|
|
|
var marker_e470db1427017ba4be5249a8adb4ec45 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_a9a4670113fe7a507628db06a9319613 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_252c353c8f357bc8e3329b7552f5aae6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_420aea82a7c6181382c124c0f2e653fb = $(`<div id="html_420aea82a7c6181382c124c0f2e653fb" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_252c353c8f357bc8e3329b7552f5aae6.setContent(html_420aea82a7c6181382c124c0f2e653fb);
|
|
|
|
|
|
|
|
marker_e470db1427017ba4be5249a8adb4ec45.bindPopup(popup_252c353c8f357bc8e3329b7552f5aae6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e470db1427017ba4be5249a8adb4ec45.setIcon(icon_a9a4670113fe7a507628db06a9319613);
|
|
|
|
|
|
var marker_f5726f09c70e4428addb665ca57d068f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_b0923370ddc34923c5249c377f972237 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_128b6acef5a0257a6bd6e899a24bbb90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_abfe6001801665e777091d5ea6a299f7 = $(`<div id="html_abfe6001801665e777091d5ea6a299f7" style="width: 100.0%; height: 100.0%;">entirely-these-phases-melissa.trycloudflare.com</div>`)[0];
|
|
popup_128b6acef5a0257a6bd6e899a24bbb90.setContent(html_abfe6001801665e777091d5ea6a299f7);
|
|
|
|
|
|
|
|
marker_f5726f09c70e4428addb665ca57d068f.bindPopup(popup_128b6acef5a0257a6bd6e899a24bbb90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5726f09c70e4428addb665ca57d068f.setIcon(icon_b0923370ddc34923c5249c377f972237);
|
|
|
|
|
|
var marker_c54facbff4027c47cf0ddd24b1afcfd1 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_5baaca3b6eb7d87933294e5384209c5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3bad7376ed79920fa8dc7903e7a34d01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5c2c47f9bc570c0bd4169942b60a2e2 = $(`<div id="html_f5c2c47f9bc570c0bd4169942b60a2e2" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_3bad7376ed79920fa8dc7903e7a34d01.setContent(html_f5c2c47f9bc570c0bd4169942b60a2e2);
|
|
|
|
|
|
|
|
marker_c54facbff4027c47cf0ddd24b1afcfd1.bindPopup(popup_3bad7376ed79920fa8dc7903e7a34d01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c54facbff4027c47cf0ddd24b1afcfd1.setIcon(icon_5baaca3b6eb7d87933294e5384209c5d);
|
|
|
|
|
|
var marker_370c89f286f1a24aee548a5e06e87a68 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_0d1a1be6b03e63ed6d2ac60843e8a616 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fe41374f7972047a8ad9659b92a7808 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fded5a8d0cc97103d04ce94be14a78d = $(`<div id="html_3fded5a8d0cc97103d04ce94be14a78d" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_1fe41374f7972047a8ad9659b92a7808.setContent(html_3fded5a8d0cc97103d04ce94be14a78d);
|
|
|
|
|
|
|
|
marker_370c89f286f1a24aee548a5e06e87a68.bindPopup(popup_1fe41374f7972047a8ad9659b92a7808)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_370c89f286f1a24aee548a5e06e87a68.setIcon(icon_0d1a1be6b03e63ed6d2ac60843e8a616);
|
|
|
|
|
|
var marker_976e2c363d6c9a3cb15399c592f9eda6 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_e24cb28271cd492e70f2468f2e49522f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_715706eaf3b6487c7a965c0daace2dfd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6af15620217f14ed13caf20dcfbc5493 = $(`<div id="html_6af15620217f14ed13caf20dcfbc5493" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_715706eaf3b6487c7a965c0daace2dfd.setContent(html_6af15620217f14ed13caf20dcfbc5493);
|
|
|
|
|
|
|
|
marker_976e2c363d6c9a3cb15399c592f9eda6.bindPopup(popup_715706eaf3b6487c7a965c0daace2dfd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_976e2c363d6c9a3cb15399c592f9eda6.setIcon(icon_e24cb28271cd492e70f2468f2e49522f);
|
|
|
|
|
|
var marker_37c4e31df3793797a1ab2cf1ac1a7180 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_530e7b756a180197e6decfecffc3b480 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff28b201c043c57d4a3108136b657fbc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfdd2633422b78bbf92de8ce7090afcb = $(`<div id="html_cfdd2633422b78bbf92de8ce7090afcb" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_ff28b201c043c57d4a3108136b657fbc.setContent(html_cfdd2633422b78bbf92de8ce7090afcb);
|
|
|
|
|
|
|
|
marker_37c4e31df3793797a1ab2cf1ac1a7180.bindPopup(popup_ff28b201c043c57d4a3108136b657fbc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37c4e31df3793797a1ab2cf1ac1a7180.setIcon(icon_530e7b756a180197e6decfecffc3b480);
|
|
|
|
|
|
var marker_a96ae6011e16baf757a8a5d95935e426 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_43b1514daa5208a66e6dda626aadf5eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1902e6ed9ed9098bb5fc61f9467a0c5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57ccaa5e81522597e3c4415ce8b0854d = $(`<div id="html_57ccaa5e81522597e3c4415ce8b0854d" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_1902e6ed9ed9098bb5fc61f9467a0c5e.setContent(html_57ccaa5e81522597e3c4415ce8b0854d);
|
|
|
|
|
|
|
|
marker_a96ae6011e16baf757a8a5d95935e426.bindPopup(popup_1902e6ed9ed9098bb5fc61f9467a0c5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a96ae6011e16baf757a8a5d95935e426.setIcon(icon_43b1514daa5208a66e6dda626aadf5eb);
|
|
|
|
|
|
var marker_ab4922174f8202c7a955c1606ba8cc42 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_e4f1153531615cc3aefd7c2bf8fdc0fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6be3c24963444c717821abc6533055a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_020ce314dd5dec4f5ce7b2b08e144e30 = $(`<div id="html_020ce314dd5dec4f5ce7b2b08e144e30" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_f6be3c24963444c717821abc6533055a.setContent(html_020ce314dd5dec4f5ce7b2b08e144e30);
|
|
|
|
|
|
|
|
marker_ab4922174f8202c7a955c1606ba8cc42.bindPopup(popup_f6be3c24963444c717821abc6533055a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab4922174f8202c7a955c1606ba8cc42.setIcon(icon_e4f1153531615cc3aefd7c2bf8fdc0fd);
|
|
|
|
|
|
var marker_0254b7a761ad5096ca0a8efbce4262f4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_c913b703771a640a7c3885b968e4f9af = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5481d30b78cb173931cb8818cc80a14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f194a45534cdb893e07e2463543f388 = $(`<div id="html_9f194a45534cdb893e07e2463543f388" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_e5481d30b78cb173931cb8818cc80a14.setContent(html_9f194a45534cdb893e07e2463543f388);
|
|
|
|
|
|
|
|
marker_0254b7a761ad5096ca0a8efbce4262f4.bindPopup(popup_e5481d30b78cb173931cb8818cc80a14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0254b7a761ad5096ca0a8efbce4262f4.setIcon(icon_c913b703771a640a7c3885b968e4f9af);
|
|
|
|
|
|
var marker_fd1ac18af6b787ad3680df3a541360e4 = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_af38a4b60e487da4024014d4d7bec206 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79c4d5149ab92d2acbe26e22b0a60622 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9c40d4db5369b6ac2e2ea0021e6f344 = $(`<div id="html_b9c40d4db5369b6ac2e2ea0021e6f344" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_79c4d5149ab92d2acbe26e22b0a60622.setContent(html_b9c40d4db5369b6ac2e2ea0021e6f344);
|
|
|
|
|
|
|
|
marker_fd1ac18af6b787ad3680df3a541360e4.bindPopup(popup_79c4d5149ab92d2acbe26e22b0a60622)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd1ac18af6b787ad3680df3a541360e4.setIcon(icon_af38a4b60e487da4024014d4d7bec206);
|
|
|
|
|
|
var marker_f362cbccda70efdf4374111421dd9e5d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_ca735f6f4bacc1b6fdf1ca4ce5533245 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a3401404a094f6b06c2187e870d6e90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d7b957ccad5082cbebd586cfefc4a5d = $(`<div id="html_7d7b957ccad5082cbebd586cfefc4a5d" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_0a3401404a094f6b06c2187e870d6e90.setContent(html_7d7b957ccad5082cbebd586cfefc4a5d);
|
|
|
|
|
|
|
|
marker_f362cbccda70efdf4374111421dd9e5d.bindPopup(popup_0a3401404a094f6b06c2187e870d6e90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f362cbccda70efdf4374111421dd9e5d.setIcon(icon_ca735f6f4bacc1b6fdf1ca4ce5533245);
|
|
|
|
|
|
var marker_3c4d5a2960fbaa5b6f6070d9db694acf = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_ebef24f15eb92a36c455e96b7b4bcbc6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cc3111f8fa267ac5df3cb2297bca90f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b21441b6ef5b9396b3663fb49cbe861 = $(`<div id="html_3b21441b6ef5b9396b3663fb49cbe861" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_5cc3111f8fa267ac5df3cb2297bca90f.setContent(html_3b21441b6ef5b9396b3663fb49cbe861);
|
|
|
|
|
|
|
|
marker_3c4d5a2960fbaa5b6f6070d9db694acf.bindPopup(popup_5cc3111f8fa267ac5df3cb2297bca90f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c4d5a2960fbaa5b6f6070d9db694acf.setIcon(icon_ebef24f15eb92a36c455e96b7b4bcbc6);
|
|
|
|
|
|
var marker_83768b94f071f26b3ff07573bfc96434 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_4817aac10917f26e3cae1c831ea2adb5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1788d4c3d0fc5c77896978bca308c78 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdb7d168f00566a2e60a03ce898b0fd8 = $(`<div id="html_bdb7d168f00566a2e60a03ce898b0fd8" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_d1788d4c3d0fc5c77896978bca308c78.setContent(html_bdb7d168f00566a2e60a03ce898b0fd8);
|
|
|
|
|
|
|
|
marker_83768b94f071f26b3ff07573bfc96434.bindPopup(popup_d1788d4c3d0fc5c77896978bca308c78)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83768b94f071f26b3ff07573bfc96434.setIcon(icon_4817aac10917f26e3cae1c831ea2adb5);
|
|
|
|
|
|
var marker_8bd8e964fa9bd5cc06c12514f6fd6e83 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_e828aadfc0161555dd803266cc3605ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb801efee6f835b9e5c31f9933dcac5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1f4659ee607f3c171c17644978e6fb3 = $(`<div id="html_c1f4659ee607f3c171c17644978e6fb3" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_eb801efee6f835b9e5c31f9933dcac5e.setContent(html_c1f4659ee607f3c171c17644978e6fb3);
|
|
|
|
|
|
|
|
marker_8bd8e964fa9bd5cc06c12514f6fd6e83.bindPopup(popup_eb801efee6f835b9e5c31f9933dcac5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bd8e964fa9bd5cc06c12514f6fd6e83.setIcon(icon_e828aadfc0161555dd803266cc3605ba);
|
|
|
|
|
|
var marker_272edcf4d69cbc321851cff03824687b = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_e38c61a29dfa7f4cdd3bb456b4f57548 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0969585cdaea667a4cce8cd979bf99df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce1fb17aea9e0e72676dde36c5b1c7ab = $(`<div id="html_ce1fb17aea9e0e72676dde36c5b1c7ab" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_0969585cdaea667a4cce8cd979bf99df.setContent(html_ce1fb17aea9e0e72676dde36c5b1c7ab);
|
|
|
|
|
|
|
|
marker_272edcf4d69cbc321851cff03824687b.bindPopup(popup_0969585cdaea667a4cce8cd979bf99df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_272edcf4d69cbc321851cff03824687b.setIcon(icon_e38c61a29dfa7f4cdd3bb456b4f57548);
|
|
|
|
|
|
var marker_eed73ea5b947c94ecd06d437e6efa121 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_1a902c1dd837ad221f1f7736268129c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a9d55c17dbeb11b251acd29c8b9ceab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78de1d66d65dad3ebd4d0b2d92e32179 = $(`<div id="html_78de1d66d65dad3ebd4d0b2d92e32179" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_1a9d55c17dbeb11b251acd29c8b9ceab.setContent(html_78de1d66d65dad3ebd4d0b2d92e32179);
|
|
|
|
|
|
|
|
marker_eed73ea5b947c94ecd06d437e6efa121.bindPopup(popup_1a9d55c17dbeb11b251acd29c8b9ceab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eed73ea5b947c94ecd06d437e6efa121.setIcon(icon_1a902c1dd837ad221f1f7736268129c6);
|
|
|
|
|
|
var marker_5db721e2f20b515d58c52a5fcf07a946 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_60a2e58b0f246346d763f74e2df566c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4184faa80a25fb60f683428d7093ae7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02fac843244c2bcf4ae39e177296d0d3 = $(`<div id="html_02fac843244c2bcf4ae39e177296d0d3" style="width: 100.0%; height: 100.0%;">nostr.okienko.live</div>`)[0];
|
|
popup_4184faa80a25fb60f683428d7093ae7b.setContent(html_02fac843244c2bcf4ae39e177296d0d3);
|
|
|
|
|
|
|
|
marker_5db721e2f20b515d58c52a5fcf07a946.bindPopup(popup_4184faa80a25fb60f683428d7093ae7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5db721e2f20b515d58c52a5fcf07a946.setIcon(icon_60a2e58b0f246346d763f74e2df566c3);
|
|
|
|
|
|
var marker_bec4c6672e3b2e25a1a6a3fc1c812069 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_dc14b5d2a196a4cdbd04f21633789323 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_96096efde3a53c79d4645122bd2dd23f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_32bb7f888e3bfc3facb0bf6e18f1433c = $(`<div id="html_32bb7f888e3bfc3facb0bf6e18f1433c" style="width: 100.0%; height: 100.0%;">nostr.parallel.hetu.org:8443</div>`)[0];
|
|
popup_96096efde3a53c79d4645122bd2dd23f.setContent(html_32bb7f888e3bfc3facb0bf6e18f1433c);
|
|
|
|
|
|
|
|
marker_bec4c6672e3b2e25a1a6a3fc1c812069.bindPopup(popup_96096efde3a53c79d4645122bd2dd23f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bec4c6672e3b2e25a1a6a3fc1c812069.setIcon(icon_dc14b5d2a196a4cdbd04f21633789323);
|
|
|
|
|
|
var marker_348b3bf36c7b607af89207e05644ca6e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_05e24d0405a4bf8e8633d495e59e835c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f7c29124a2330b89457192d6b6e931d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b9d0711e04075e8c52209d129676365 = $(`<div id="html_9b9d0711e04075e8c52209d129676365" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_6f7c29124a2330b89457192d6b6e931d.setContent(html_9b9d0711e04075e8c52209d129676365);
|
|
|
|
|
|
|
|
marker_348b3bf36c7b607af89207e05644ca6e.bindPopup(popup_6f7c29124a2330b89457192d6b6e931d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_348b3bf36c7b607af89207e05644ca6e.setIcon(icon_05e24d0405a4bf8e8633d495e59e835c);
|
|
|
|
|
|
var marker_82013a50c88064da8f594787da9486c5 = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_8ff3f22cc0bbac03bdcae2467242d94a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_529239465526bf114419330313b6fb2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_398196428a63938e5b08167ea1237011 = $(`<div id="html_398196428a63938e5b08167ea1237011" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_529239465526bf114419330313b6fb2d.setContent(html_398196428a63938e5b08167ea1237011);
|
|
|
|
|
|
|
|
marker_82013a50c88064da8f594787da9486c5.bindPopup(popup_529239465526bf114419330313b6fb2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82013a50c88064da8f594787da9486c5.setIcon(icon_8ff3f22cc0bbac03bdcae2467242d94a);
|
|
|
|
|
|
var marker_0a5aead89d243ff20641a55a29b049e9 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_ca54ae68ab232558e94db3418b83f907 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad1e0c39ed0b89e3cc6eca93be825448 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e23564921ade86c4a86d034db6885c03 = $(`<div id="html_e23564921ade86c4a86d034db6885c03" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_ad1e0c39ed0b89e3cc6eca93be825448.setContent(html_e23564921ade86c4a86d034db6885c03);
|
|
|
|
|
|
|
|
marker_0a5aead89d243ff20641a55a29b049e9.bindPopup(popup_ad1e0c39ed0b89e3cc6eca93be825448)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a5aead89d243ff20641a55a29b049e9.setIcon(icon_ca54ae68ab232558e94db3418b83f907);
|
|
|
|
|
|
var marker_22cff30a5437f36bae83e542892f29f1 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_2fe55f6d6ccfed0b079fc2b73a43f255 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76bf7a264cd948c1b77cd85e1114ef7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a1a9a037edae01984c8aa777893e69f = $(`<div id="html_9a1a9a037edae01984c8aa777893e69f" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_76bf7a264cd948c1b77cd85e1114ef7e.setContent(html_9a1a9a037edae01984c8aa777893e69f);
|
|
|
|
|
|
|
|
marker_22cff30a5437f36bae83e542892f29f1.bindPopup(popup_76bf7a264cd948c1b77cd85e1114ef7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22cff30a5437f36bae83e542892f29f1.setIcon(icon_2fe55f6d6ccfed0b079fc2b73a43f255);
|
|
|
|
|
|
var marker_c83b54f874968fb2f22066b60302fdb1 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_209be41402e5ac84b406f0876eac89c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_236c16886e0f03c54aa472eec50ea424 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c2f46a31470c57c5f01f145eed46037b = $(`<div id="html_c2f46a31470c57c5f01f145eed46037b" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_236c16886e0f03c54aa472eec50ea424.setContent(html_c2f46a31470c57c5f01f145eed46037b);
|
|
|
|
|
|
|
|
marker_c83b54f874968fb2f22066b60302fdb1.bindPopup(popup_236c16886e0f03c54aa472eec50ea424)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c83b54f874968fb2f22066b60302fdb1.setIcon(icon_209be41402e5ac84b406f0876eac89c4);
|
|
|
|
|
|
var marker_3cb2c62a5d8a514c2f90d0d3ff0782ea = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_3450b2b1385454b6c6764d25c9a7d1bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84f7ebd0a143eae65560f47b3685ffbb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6aa354d15529cb5f36ee2796d35739d = $(`<div id="html_d6aa354d15529cb5f36ee2796d35739d" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_84f7ebd0a143eae65560f47b3685ffbb.setContent(html_d6aa354d15529cb5f36ee2796d35739d);
|
|
|
|
|
|
|
|
marker_3cb2c62a5d8a514c2f90d0d3ff0782ea.bindPopup(popup_84f7ebd0a143eae65560f47b3685ffbb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cb2c62a5d8a514c2f90d0d3ff0782ea.setIcon(icon_3450b2b1385454b6c6764d25c9a7d1bf);
|
|
|
|
|
|
var marker_53cf5ba35644017ae5d00ba4d7de2822 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_3551e2823a508d38ce32a6e0d629e52d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a14ecf71c92f9fefae37fb4880e2fc7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_366ab7b20c7f5ed2264c8c4c09057d4d = $(`<div id="html_366ab7b20c7f5ed2264c8c4c09057d4d" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_1a14ecf71c92f9fefae37fb4880e2fc7.setContent(html_366ab7b20c7f5ed2264c8c4c09057d4d);
|
|
|
|
|
|
|
|
marker_53cf5ba35644017ae5d00ba4d7de2822.bindPopup(popup_1a14ecf71c92f9fefae37fb4880e2fc7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53cf5ba35644017ae5d00ba4d7de2822.setIcon(icon_3551e2823a508d38ce32a6e0d629e52d);
|
|
|
|
|
|
var marker_1ea078cf43135e0534b24767aaa53f17 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_f5ed2af91e8dd9a2d106a83915239e7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d0c9956356f8467546fc6a0f6821baf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3620ea48b4bae43237c6837df347a938 = $(`<div id="html_3620ea48b4bae43237c6837df347a938" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_9d0c9956356f8467546fc6a0f6821baf.setContent(html_3620ea48b4bae43237c6837df347a938);
|
|
|
|
|
|
|
|
marker_1ea078cf43135e0534b24767aaa53f17.bindPopup(popup_9d0c9956356f8467546fc6a0f6821baf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ea078cf43135e0534b24767aaa53f17.setIcon(icon_f5ed2af91e8dd9a2d106a83915239e7f);
|
|
|
|
|
|
var marker_d138822004ef3fcc0143568e2f3b834a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_d11bf773ce9a1de71293b8983faf6114 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ccf9ca65abddf839310f22923955815 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95f4474c8ac2ed890f5c49afd5e15072 = $(`<div id="html_95f4474c8ac2ed890f5c49afd5e15072" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_0ccf9ca65abddf839310f22923955815.setContent(html_95f4474c8ac2ed890f5c49afd5e15072);
|
|
|
|
|
|
|
|
marker_d138822004ef3fcc0143568e2f3b834a.bindPopup(popup_0ccf9ca65abddf839310f22923955815)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d138822004ef3fcc0143568e2f3b834a.setIcon(icon_d11bf773ce9a1de71293b8983faf6114);
|
|
|
|
|
|
var marker_709f8342f549f7f27a7edecc4b845b1b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_53c075e4b3f68aa31c6ecb05b27f3416 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d690b2db36de6b0af47ee57e0cb1113 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43489bc21e88a16874185d124984bc87 = $(`<div id="html_43489bc21e88a16874185d124984bc87" style="width: 100.0%; height: 100.0%;">talon.quest</div>`)[0];
|
|
popup_0d690b2db36de6b0af47ee57e0cb1113.setContent(html_43489bc21e88a16874185d124984bc87);
|
|
|
|
|
|
|
|
marker_709f8342f549f7f27a7edecc4b845b1b.bindPopup(popup_0d690b2db36de6b0af47ee57e0cb1113)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_709f8342f549f7f27a7edecc4b845b1b.setIcon(icon_53c075e4b3f68aa31c6ecb05b27f3416);
|
|
|
|
|
|
var marker_d2e96f67304f0316be459af0da8b81af = L.marker(
|
|
[40.9481, -79.7428],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_2488544f43400fb228178ae1337a6fee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df9f907eae3b533d5510797f7a1b25c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_217e7a167e2ec35b1089eaafd1a4f35b = $(`<div id="html_217e7a167e2ec35b1089eaafd1a4f35b" style="width: 100.0%; height: 100.0%;">garden.zap.cooking</div>`)[0];
|
|
popup_df9f907eae3b533d5510797f7a1b25c1.setContent(html_217e7a167e2ec35b1089eaafd1a4f35b);
|
|
|
|
|
|
|
|
marker_d2e96f67304f0316be459af0da8b81af.bindPopup(popup_df9f907eae3b533d5510797f7a1b25c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2e96f67304f0316be459af0da8b81af.setIcon(icon_2488544f43400fb228178ae1337a6fee);
|
|
|
|
|
|
var marker_d28c2e9a3421c16e35df7f93addcbc51 = L.marker(
|
|
[33.7584, -84.6375],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_03b2aa6228ab5da600fc07320a9c8f62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4807c48fd6894c572acf0598ee9c3e17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_864291149e62046cf810b6a246062869 = $(`<div id="html_864291149e62046cf810b6a246062869" style="width: 100.0%; height: 100.0%;">relay.nostrops.com</div>`)[0];
|
|
popup_4807c48fd6894c572acf0598ee9c3e17.setContent(html_864291149e62046cf810b6a246062869);
|
|
|
|
|
|
|
|
marker_d28c2e9a3421c16e35df7f93addcbc51.bindPopup(popup_4807c48fd6894c572acf0598ee9c3e17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d28c2e9a3421c16e35df7f93addcbc51.setIcon(icon_03b2aa6228ab5da600fc07320a9c8f62);
|
|
|
|
|
|
var marker_02cdb529efc544cf1a7fd902b010f8d4 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_aa1928612134f7ddc5e10db74c6d3146 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17ecf15a7823f6b3377c0f733f99ae39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a722c6f86b0e3fba2f2081a2d0dbf2d7 = $(`<div id="html_a722c6f86b0e3fba2f2081a2d0dbf2d7" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_17ecf15a7823f6b3377c0f733f99ae39.setContent(html_a722c6f86b0e3fba2f2081a2d0dbf2d7);
|
|
|
|
|
|
|
|
marker_02cdb529efc544cf1a7fd902b010f8d4.bindPopup(popup_17ecf15a7823f6b3377c0f733f99ae39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02cdb529efc544cf1a7fd902b010f8d4.setIcon(icon_aa1928612134f7ddc5e10db74c6d3146);
|
|
|
|
|
|
var marker_b7a1cf3f77fdd926763a11d7b3cb1d80 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_a485734226851d3a4d2cb59028b4b4e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73c8496f1447bdef5780b58fe24ffc7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bea0ee25fc63b3afd1aa080ae9f8d86 = $(`<div id="html_8bea0ee25fc63b3afd1aa080ae9f8d86" style="width: 100.0%; height: 100.0%;">relay.jabato.space</div>`)[0];
|
|
popup_73c8496f1447bdef5780b58fe24ffc7f.setContent(html_8bea0ee25fc63b3afd1aa080ae9f8d86);
|
|
|
|
|
|
|
|
marker_b7a1cf3f77fdd926763a11d7b3cb1d80.bindPopup(popup_73c8496f1447bdef5780b58fe24ffc7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7a1cf3f77fdd926763a11d7b3cb1d80.setIcon(icon_a485734226851d3a4d2cb59028b4b4e6);
|
|
|
|
|
|
var marker_7b81c19c1cff98124a1064d23b3d4029 = L.marker(
|
|
[34.1064, -117.593],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_7e4b39c919e482fa1936ddc09a13e1ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6575c7b0bcf5be6bf69ae43777e6ba7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2792932c30c0795f52b31a5a8ac806d5 = $(`<div id="html_2792932c30c0795f52b31a5a8ac806d5" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_b6575c7b0bcf5be6bf69ae43777e6ba7.setContent(html_2792932c30c0795f52b31a5a8ac806d5);
|
|
|
|
|
|
|
|
marker_7b81c19c1cff98124a1064d23b3d4029.bindPopup(popup_b6575c7b0bcf5be6bf69ae43777e6ba7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b81c19c1cff98124a1064d23b3d4029.setIcon(icon_7e4b39c919e482fa1936ddc09a13e1ed);
|
|
|
|
|
|
var marker_9b0b796163c2ef2b3c3af088a53f8428 = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_0a177d9292651bfa0bd7787b4328f586 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b26e9634f25e296d0a2392015550f832 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0085de33173e856308929498dd578670 = $(`<div id="html_0085de33173e856308929498dd578670" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_b26e9634f25e296d0a2392015550f832.setContent(html_0085de33173e856308929498dd578670);
|
|
|
|
|
|
|
|
marker_9b0b796163c2ef2b3c3af088a53f8428.bindPopup(popup_b26e9634f25e296d0a2392015550f832)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b0b796163c2ef2b3c3af088a53f8428.setIcon(icon_0a177d9292651bfa0bd7787b4328f586);
|
|
|
|
|
|
var marker_ba2f7196f3f1de9fd1225e91a0dcbe62 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_bf58209f9a9ba88ab2d01b7d37541f9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80e9dd616745fc1a29b296be7e0a3a30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec5722c1208b7cd55a72673b4099e907 = $(`<div id="html_ec5722c1208b7cd55a72673b4099e907" style="width: 100.0%; height: 100.0%;">relay.vantis.ninja</div>`)[0];
|
|
popup_80e9dd616745fc1a29b296be7e0a3a30.setContent(html_ec5722c1208b7cd55a72673b4099e907);
|
|
|
|
|
|
|
|
marker_ba2f7196f3f1de9fd1225e91a0dcbe62.bindPopup(popup_80e9dd616745fc1a29b296be7e0a3a30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba2f7196f3f1de9fd1225e91a0dcbe62.setIcon(icon_bf58209f9a9ba88ab2d01b7d37541f9c);
|
|
|
|
|
|
var marker_a58e46a552929711b4ff2f893dfc90dc = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_868deec92523463811299ae18d4c24df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a97f9c4d81743a8f3036dba14f44ffd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1708288c05acce4bb79462deeeeb115d = $(`<div id="html_1708288c05acce4bb79462deeeeb115d" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_5a97f9c4d81743a8f3036dba14f44ffd.setContent(html_1708288c05acce4bb79462deeeeb115d);
|
|
|
|
|
|
|
|
marker_a58e46a552929711b4ff2f893dfc90dc.bindPopup(popup_5a97f9c4d81743a8f3036dba14f44ffd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a58e46a552929711b4ff2f893dfc90dc.setIcon(icon_868deec92523463811299ae18d4c24df);
|
|
|
|
|
|
var marker_543951a2c8a5dda5c1350acb0356efc4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_0df24b999d581eca0174e7561d726ac7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68592ab24b6adabe72fde3f9ea26ffc1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e24555cfac6a592289334fd77e3319dc = $(`<div id="html_e24555cfac6a592289334fd77e3319dc" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_68592ab24b6adabe72fde3f9ea26ffc1.setContent(html_e24555cfac6a592289334fd77e3319dc);
|
|
|
|
|
|
|
|
marker_543951a2c8a5dda5c1350acb0356efc4.bindPopup(popup_68592ab24b6adabe72fde3f9ea26ffc1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_543951a2c8a5dda5c1350acb0356efc4.setIcon(icon_0df24b999d581eca0174e7561d726ac7);
|
|
|
|
|
|
var marker_a8aafa22dc1b0363c521f58e54ed71ee = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_9d0e9bc9a2477b7d8bbb00bb2c5b3b71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6a192c407673147969fb2b5f261413b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26e4cfd5ef77115bb8d1ab3689ca5afd = $(`<div id="html_26e4cfd5ef77115bb8d1ab3689ca5afd" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_d6a192c407673147969fb2b5f261413b.setContent(html_26e4cfd5ef77115bb8d1ab3689ca5afd);
|
|
|
|
|
|
|
|
marker_a8aafa22dc1b0363c521f58e54ed71ee.bindPopup(popup_d6a192c407673147969fb2b5f261413b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8aafa22dc1b0363c521f58e54ed71ee.setIcon(icon_9d0e9bc9a2477b7d8bbb00bb2c5b3b71);
|
|
|
|
|
|
var marker_e6cc6148a83880cfdb88c448ccc25094 = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_2644328fe90028c1b97c8da2f1073617 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5b61ca704435e7e5fcb36e017e5ad0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2994fc52a79fd8a0770dc96fffe5aad = $(`<div id="html_d2994fc52a79fd8a0770dc96fffe5aad" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_c5b61ca704435e7e5fcb36e017e5ad0f.setContent(html_d2994fc52a79fd8a0770dc96fffe5aad);
|
|
|
|
|
|
|
|
marker_e6cc6148a83880cfdb88c448ccc25094.bindPopup(popup_c5b61ca704435e7e5fcb36e017e5ad0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6cc6148a83880cfdb88c448ccc25094.setIcon(icon_2644328fe90028c1b97c8da2f1073617);
|
|
|
|
|
|
var marker_93312fefe8b8cfa9f1d90d81eedc4bce = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_b201ed34635ca195569c6b5c6abf27a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66f05396d09200a5583e9f1e280d9dde = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_400b3705b6259f2820b4bc87352ff892 = $(`<div id="html_400b3705b6259f2820b4bc87352ff892" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_66f05396d09200a5583e9f1e280d9dde.setContent(html_400b3705b6259f2820b4bc87352ff892);
|
|
|
|
|
|
|
|
marker_93312fefe8b8cfa9f1d90d81eedc4bce.bindPopup(popup_66f05396d09200a5583e9f1e280d9dde)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93312fefe8b8cfa9f1d90d81eedc4bce.setIcon(icon_b201ed34635ca195569c6b5c6abf27a2);
|
|
|
|
|
|
var marker_3a2f5ac08864ce85c5992bcdd56b964c = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_b58ef3b8503f5fdc7e43feddf3405004 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a649dacd7a4c506d9534ca9e51fcb37e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00eb813ae244e1fef60cc1a9278a3718 = $(`<div id="html_00eb813ae244e1fef60cc1a9278a3718" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_a649dacd7a4c506d9534ca9e51fcb37e.setContent(html_00eb813ae244e1fef60cc1a9278a3718);
|
|
|
|
|
|
|
|
marker_3a2f5ac08864ce85c5992bcdd56b964c.bindPopup(popup_a649dacd7a4c506d9534ca9e51fcb37e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a2f5ac08864ce85c5992bcdd56b964c.setIcon(icon_b58ef3b8503f5fdc7e43feddf3405004);
|
|
|
|
|
|
var marker_f7f4a75f7d04a4b511c9c6f20e7f3608 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_88eb477f2fdadf4a52b28094cef3ba43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e690dadd462df6a31698b88d2e3150f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91e50267a161315bb6262617ff773b28 = $(`<div id="html_91e50267a161315bb6262617ff773b28" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_e690dadd462df6a31698b88d2e3150f5.setContent(html_91e50267a161315bb6262617ff773b28);
|
|
|
|
|
|
|
|
marker_f7f4a75f7d04a4b511c9c6f20e7f3608.bindPopup(popup_e690dadd462df6a31698b88d2e3150f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7f4a75f7d04a4b511c9c6f20e7f3608.setIcon(icon_88eb477f2fdadf4a52b28094cef3ba43);
|
|
|
|
|
|
var marker_b4099dcbe6f3aad30a0ecd905d2810ea = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_b4250143c90097ea9969cb6934b80d1d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_098d609fcd32435a0857cfccb5e50dc9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c57fff4e609a0d024de09f4593e8757 = $(`<div id="html_4c57fff4e609a0d024de09f4593e8757" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_098d609fcd32435a0857cfccb5e50dc9.setContent(html_4c57fff4e609a0d024de09f4593e8757);
|
|
|
|
|
|
|
|
marker_b4099dcbe6f3aad30a0ecd905d2810ea.bindPopup(popup_098d609fcd32435a0857cfccb5e50dc9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4099dcbe6f3aad30a0ecd905d2810ea.setIcon(icon_b4250143c90097ea9969cb6934b80d1d);
|
|
|
|
|
|
var marker_c376e13038afedf5596f19b8cb28267f = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_7b988da70f94f631d6274911f83ea9f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d385aabc3d78c4f8d911eaf11268a035 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4c4b12f80b474edbde5463851344323 = $(`<div id="html_b4c4b12f80b474edbde5463851344323" style="width: 100.0%; height: 100.0%;">relay.laantungir.net</div>`)[0];
|
|
popup_d385aabc3d78c4f8d911eaf11268a035.setContent(html_b4c4b12f80b474edbde5463851344323);
|
|
|
|
|
|
|
|
marker_c376e13038afedf5596f19b8cb28267f.bindPopup(popup_d385aabc3d78c4f8d911eaf11268a035)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c376e13038afedf5596f19b8cb28267f.setIcon(icon_7b988da70f94f631d6274911f83ea9f4);
|
|
|
|
|
|
var marker_b18efec1b3fd74015610d2258761e6fa = L.marker(
|
|
[43.652, -79.3633],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_bb2458d783227d3fe2506f8b8b236934 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72861347e7f7ad9d0651a650f53c7098 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9fe7342293763f3cf764bcb90586047 = $(`<div id="html_d9fe7342293763f3cf764bcb90586047" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_72861347e7f7ad9d0651a650f53c7098.setContent(html_d9fe7342293763f3cf764bcb90586047);
|
|
|
|
|
|
|
|
marker_b18efec1b3fd74015610d2258761e6fa.bindPopup(popup_72861347e7f7ad9d0651a650f53c7098)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b18efec1b3fd74015610d2258761e6fa.setIcon(icon_bb2458d783227d3fe2506f8b8b236934);
|
|
|
|
|
|
var marker_8e500f46e9d52db5cc4672c4e8fe0cc5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_5ec5edc8e2d10ac8a9c782dd364af452 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd0d1b0022881bbcb4f7e963eb8b132b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bce9d2ece3bf9194366d3ae2e36ff3a3 = $(`<div id="html_bce9d2ece3bf9194366d3ae2e36ff3a3" style="width: 100.0%; height: 100.0%;">onlynostr.club</div>`)[0];
|
|
popup_bd0d1b0022881bbcb4f7e963eb8b132b.setContent(html_bce9d2ece3bf9194366d3ae2e36ff3a3);
|
|
|
|
|
|
|
|
marker_8e500f46e9d52db5cc4672c4e8fe0cc5.bindPopup(popup_bd0d1b0022881bbcb4f7e963eb8b132b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e500f46e9d52db5cc4672c4e8fe0cc5.setIcon(icon_5ec5edc8e2d10ac8a9c782dd364af452);
|
|
|
|
|
|
var marker_d8d6d57e49ae01f999a2b9cd65869f8e = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_3a4c7990d434787c102862441b2cd1a5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4099bab3819133483bdd4d677b8ea4ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47b2236d3cd127ab32ac46dd01bafde5 = $(`<div id="html_47b2236d3cd127ab32ac46dd01bafde5" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_4099bab3819133483bdd4d677b8ea4ca.setContent(html_47b2236d3cd127ab32ac46dd01bafde5);
|
|
|
|
|
|
|
|
marker_d8d6d57e49ae01f999a2b9cd65869f8e.bindPopup(popup_4099bab3819133483bdd4d677b8ea4ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8d6d57e49ae01f999a2b9cd65869f8e.setIcon(icon_3a4c7990d434787c102862441b2cd1a5);
|
|
|
|
|
|
var marker_9a900bcc04fb61b3d8f3a09717fbfe77 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_723a186277430486fe753c696ed1db41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26615032b468c24e7dd9ba0ef8071e27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d2df8b16a7e63ab1ff5fa8fa85a45de = $(`<div id="html_9d2df8b16a7e63ab1ff5fa8fa85a45de" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_26615032b468c24e7dd9ba0ef8071e27.setContent(html_9d2df8b16a7e63ab1ff5fa8fa85a45de);
|
|
|
|
|
|
|
|
marker_9a900bcc04fb61b3d8f3a09717fbfe77.bindPopup(popup_26615032b468c24e7dd9ba0ef8071e27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a900bcc04fb61b3d8f3a09717fbfe77.setIcon(icon_723a186277430486fe753c696ed1db41);
|
|
|
|
|
|
var marker_83884b74fa7b0bb632e89628695b492b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_97705168d1b7eefc2022b196b59ed00b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33f445bf958a08c1ac510e05d66553a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3c1586a1704d7ebd0bb488e110392bd = $(`<div id="html_e3c1586a1704d7ebd0bb488e110392bd" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_33f445bf958a08c1ac510e05d66553a6.setContent(html_e3c1586a1704d7ebd0bb488e110392bd);
|
|
|
|
|
|
|
|
marker_83884b74fa7b0bb632e89628695b492b.bindPopup(popup_33f445bf958a08c1ac510e05d66553a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83884b74fa7b0bb632e89628695b492b.setIcon(icon_97705168d1b7eefc2022b196b59ed00b);
|
|
|
|
|
|
var marker_0c4608df5bbd322285553e244bf7d09c = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_14fd04e0c0e866669a4f9b6f0619b4ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16ea95ceca746759829d27b9d62e7120 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8143125a48dc1e599ce9bd4db47f9b9f = $(`<div id="html_8143125a48dc1e599ce9bd4db47f9b9f" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_16ea95ceca746759829d27b9d62e7120.setContent(html_8143125a48dc1e599ce9bd4db47f9b9f);
|
|
|
|
|
|
|
|
marker_0c4608df5bbd322285553e244bf7d09c.bindPopup(popup_16ea95ceca746759829d27b9d62e7120)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c4608df5bbd322285553e244bf7d09c.setIcon(icon_14fd04e0c0e866669a4f9b6f0619b4ca);
|
|
|
|
|
|
var marker_1b47d78d8aeab49c996ac8aafa4e241d = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_90874dfd1c5a167e0a1eaad1145d305d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd68e4e724a28ab9eea77290165a4103 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04f05fc215c6fd7fee1a6f02823f9f5c = $(`<div id="html_04f05fc215c6fd7fee1a6f02823f9f5c" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_fd68e4e724a28ab9eea77290165a4103.setContent(html_04f05fc215c6fd7fee1a6f02823f9f5c);
|
|
|
|
|
|
|
|
marker_1b47d78d8aeab49c996ac8aafa4e241d.bindPopup(popup_fd68e4e724a28ab9eea77290165a4103)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b47d78d8aeab49c996ac8aafa4e241d.setIcon(icon_90874dfd1c5a167e0a1eaad1145d305d);
|
|
|
|
|
|
var marker_a931d3985e32f43ea3d028bef6335773 = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_00665d999ef35a293d142941e28f2dee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8171216724cffa6219945a20955990b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4172a1af9fe36c8d8bd86385f783a076 = $(`<div id="html_4172a1af9fe36c8d8bd86385f783a076" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_8171216724cffa6219945a20955990b4.setContent(html_4172a1af9fe36c8d8bd86385f783a076);
|
|
|
|
|
|
|
|
marker_a931d3985e32f43ea3d028bef6335773.bindPopup(popup_8171216724cffa6219945a20955990b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a931d3985e32f43ea3d028bef6335773.setIcon(icon_00665d999ef35a293d142941e28f2dee);
|
|
|
|
|
|
var marker_7dca500c1402ac93fa619ae354139115 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_06abe23d9be80e66bfe441299a459f8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02f7defd407073b0d6f69e4dfd844633 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9555ceea3c1fbe86454929ef79fd02e = $(`<div id="html_c9555ceea3c1fbe86454929ef79fd02e" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_02f7defd407073b0d6f69e4dfd844633.setContent(html_c9555ceea3c1fbe86454929ef79fd02e);
|
|
|
|
|
|
|
|
marker_7dca500c1402ac93fa619ae354139115.bindPopup(popup_02f7defd407073b0d6f69e4dfd844633)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7dca500c1402ac93fa619ae354139115.setIcon(icon_06abe23d9be80e66bfe441299a459f8f);
|
|
|
|
|
|
var marker_2c44a3cfb5d16d83e867fa413558f069 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_2a81196f1acc15a374a69c3da002a776 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9fa2f78a93de882da4a704a1269a747 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_887d541afdd18bb89a78836e6cca1ff5 = $(`<div id="html_887d541afdd18bb89a78836e6cca1ff5" style="width: 100.0%; height: 100.0%;">nos.lostr.space</div>`)[0];
|
|
popup_a9fa2f78a93de882da4a704a1269a747.setContent(html_887d541afdd18bb89a78836e6cca1ff5);
|
|
|
|
|
|
|
|
marker_2c44a3cfb5d16d83e867fa413558f069.bindPopup(popup_a9fa2f78a93de882da4a704a1269a747)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c44a3cfb5d16d83e867fa413558f069.setIcon(icon_2a81196f1acc15a374a69c3da002a776);
|
|
|
|
|
|
var marker_2e92b82a8cb6fd053b3b107f47f6539c = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_33358a3266ac4539f493e369bdeba85d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e75f6d4b4d8d96acc773c4c8c218fab5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f895945f82ac4694fc7da82bc94c0c6 = $(`<div id="html_2f895945f82ac4694fc7da82bc94c0c6" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_e75f6d4b4d8d96acc773c4c8c218fab5.setContent(html_2f895945f82ac4694fc7da82bc94c0c6);
|
|
|
|
|
|
|
|
marker_2e92b82a8cb6fd053b3b107f47f6539c.bindPopup(popup_e75f6d4b4d8d96acc773c4c8c218fab5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e92b82a8cb6fd053b3b107f47f6539c.setIcon(icon_33358a3266ac4539f493e369bdeba85d);
|
|
|
|
|
|
var marker_e6c752bebf9624b8ed4b9ef2c69fedf6 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_8f318a0dca658c64d5765686d4c9e3ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12a1f01fd235af9bac91b0072cf7b2c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f0c2116100d3c4b27a181e7d21082a6 = $(`<div id="html_1f0c2116100d3c4b27a181e7d21082a6" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_12a1f01fd235af9bac91b0072cf7b2c7.setContent(html_1f0c2116100d3c4b27a181e7d21082a6);
|
|
|
|
|
|
|
|
marker_e6c752bebf9624b8ed4b9ef2c69fedf6.bindPopup(popup_12a1f01fd235af9bac91b0072cf7b2c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6c752bebf9624b8ed4b9ef2c69fedf6.setIcon(icon_8f318a0dca658c64d5765686d4c9e3ed);
|
|
|
|
|
|
var marker_2eef2369e6b15467076893a857cf7887 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_0ca298bc18951b7c82ad91bc2a18b5cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_202ffd88f058d3a5c5096d8c76898b31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7f59138c73ed64937d306c632f5937b = $(`<div id="html_a7f59138c73ed64937d306c632f5937b" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_202ffd88f058d3a5c5096d8c76898b31.setContent(html_a7f59138c73ed64937d306c632f5937b);
|
|
|
|
|
|
|
|
marker_2eef2369e6b15467076893a857cf7887.bindPopup(popup_202ffd88f058d3a5c5096d8c76898b31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2eef2369e6b15467076893a857cf7887.setIcon(icon_0ca298bc18951b7c82ad91bc2a18b5cc);
|
|
|
|
|
|
var marker_34ae23c3e2afcd6156dbef30114a8098 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_b3ca68cede6ea5bac37bd7e87c4b29fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b7ca605c03b26823a3d08a5c834ebc6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b9ed518b721764a2e10fa92e7eb2846 = $(`<div id="html_2b9ed518b721764a2e10fa92e7eb2846" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_5b7ca605c03b26823a3d08a5c834ebc6.setContent(html_2b9ed518b721764a2e10fa92e7eb2846);
|
|
|
|
|
|
|
|
marker_34ae23c3e2afcd6156dbef30114a8098.bindPopup(popup_5b7ca605c03b26823a3d08a5c834ebc6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34ae23c3e2afcd6156dbef30114a8098.setIcon(icon_b3ca68cede6ea5bac37bd7e87c4b29fe);
|
|
|
|
|
|
var marker_b2d61dc3fb45f34fa60923617b8bb889 = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_12f6d0fddc38ddd7f16058800e75d6a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70d37d621dcbde9d91fee82d394ff7ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffb31e6331daaed1bafccf9d009eb272 = $(`<div id="html_ffb31e6331daaed1bafccf9d009eb272" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_70d37d621dcbde9d91fee82d394ff7ab.setContent(html_ffb31e6331daaed1bafccf9d009eb272);
|
|
|
|
|
|
|
|
marker_b2d61dc3fb45f34fa60923617b8bb889.bindPopup(popup_70d37d621dcbde9d91fee82d394ff7ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2d61dc3fb45f34fa60923617b8bb889.setIcon(icon_12f6d0fddc38ddd7f16058800e75d6a6);
|
|
|
|
|
|
var marker_2e0d6cb14ff9886dd646b47c4dd5b3b0 = L.marker(
|
|
[47.6062, -122.332],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_417525f5fd3d63bbb052bb892bcce1ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d864d9748ced3f3443a0565e21b0285b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bc3a67afb081b404a3de44e572ca78d = $(`<div id="html_0bc3a67afb081b404a3de44e572ca78d" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_d864d9748ced3f3443a0565e21b0285b.setContent(html_0bc3a67afb081b404a3de44e572ca78d);
|
|
|
|
|
|
|
|
marker_2e0d6cb14ff9886dd646b47c4dd5b3b0.bindPopup(popup_d864d9748ced3f3443a0565e21b0285b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e0d6cb14ff9886dd646b47c4dd5b3b0.setIcon(icon_417525f5fd3d63bbb052bb892bcce1ee);
|
|
|
|
|
|
var marker_559172018575573990adb2b535998632 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_4a9eec81923c78ad87417b084b67a210 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_733583d222f30c1f64635a55d6630079 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8dfee892f34e933139cf78a245ccaa2c = $(`<div id="html_8dfee892f34e933139cf78a245ccaa2c" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_733583d222f30c1f64635a55d6630079.setContent(html_8dfee892f34e933139cf78a245ccaa2c);
|
|
|
|
|
|
|
|
marker_559172018575573990adb2b535998632.bindPopup(popup_733583d222f30c1f64635a55d6630079)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_559172018575573990adb2b535998632.setIcon(icon_4a9eec81923c78ad87417b084b67a210);
|
|
|
|
|
|
var marker_9c2a36aa9b4d80b983cb7dcbb19f45d8 = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_236daf4865b79bb20f8cf9a293248b1a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fc21498f5abf39250ff93b7a9dbb1f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_410686b0a3b48791aa0451992cc8f429 = $(`<div id="html_410686b0a3b48791aa0451992cc8f429" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_5fc21498f5abf39250ff93b7a9dbb1f5.setContent(html_410686b0a3b48791aa0451992cc8f429);
|
|
|
|
|
|
|
|
marker_9c2a36aa9b4d80b983cb7dcbb19f45d8.bindPopup(popup_5fc21498f5abf39250ff93b7a9dbb1f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c2a36aa9b4d80b983cb7dcbb19f45d8.setIcon(icon_236daf4865b79bb20f8cf9a293248b1a);
|
|
|
|
|
|
var marker_af949fa4484f43fea589d7fd4d9e925e = L.marker(
|
|
[38.6327, -90.1961],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_5c47159cf4f01bb9d92ca509bd4b5120 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76eee8a838b9dcf4caf3bd269b8b9e1d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5408ae7a5143156f325fe2d00129ae09 = $(`<div id="html_5408ae7a5143156f325fe2d00129ae09" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_76eee8a838b9dcf4caf3bd269b8b9e1d.setContent(html_5408ae7a5143156f325fe2d00129ae09);
|
|
|
|
|
|
|
|
marker_af949fa4484f43fea589d7fd4d9e925e.bindPopup(popup_76eee8a838b9dcf4caf3bd269b8b9e1d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af949fa4484f43fea589d7fd4d9e925e.setIcon(icon_5c47159cf4f01bb9d92ca509bd4b5120);
|
|
|
|
|
|
var marker_6e249e2b6b34dc623190550d00233706 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_2bf2eb13afbc1468a7dcc8ffdde389c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29cf9d6101db34ec43c95d5acdf7c599 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25f63a647a1a291480ced79ba30b7a2f = $(`<div id="html_25f63a647a1a291480ced79ba30b7a2f" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_29cf9d6101db34ec43c95d5acdf7c599.setContent(html_25f63a647a1a291480ced79ba30b7a2f);
|
|
|
|
|
|
|
|
marker_6e249e2b6b34dc623190550d00233706.bindPopup(popup_29cf9d6101db34ec43c95d5acdf7c599)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e249e2b6b34dc623190550d00233706.setIcon(icon_2bf2eb13afbc1468a7dcc8ffdde389c8);
|
|
|
|
|
|
var marker_7ca5c6f0ec1b3aaba1514a57bcdbcf5b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_58e4aedc95d453965244580f9d00e2f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63918b0653764dac0facc754525e47dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3a8c4875aa0d8f1d844fd3a91dd8618 = $(`<div id="html_f3a8c4875aa0d8f1d844fd3a91dd8618" style="width: 100.0%; height: 100.0%;">relay.og.coop</div>`)[0];
|
|
popup_63918b0653764dac0facc754525e47dd.setContent(html_f3a8c4875aa0d8f1d844fd3a91dd8618);
|
|
|
|
|
|
|
|
marker_7ca5c6f0ec1b3aaba1514a57bcdbcf5b.bindPopup(popup_63918b0653764dac0facc754525e47dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ca5c6f0ec1b3aaba1514a57bcdbcf5b.setIcon(icon_58e4aedc95d453965244580f9d00e2f2);
|
|
|
|
|
|
var marker_04a428c78fe4ee9a0969b18d7da6c12b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_1e456f1e0c786a44417e325d83fd956f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c02150b47c1611e1f55304a56dfade0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e158762cbc5127a49ba448c92ec6b79 = $(`<div id="html_6e158762cbc5127a49ba448c92ec6b79" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_c02150b47c1611e1f55304a56dfade0f.setContent(html_6e158762cbc5127a49ba448c92ec6b79);
|
|
|
|
|
|
|
|
marker_04a428c78fe4ee9a0969b18d7da6c12b.bindPopup(popup_c02150b47c1611e1f55304a56dfade0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04a428c78fe4ee9a0969b18d7da6c12b.setIcon(icon_1e456f1e0c786a44417e325d83fd956f);
|
|
|
|
|
|
var marker_4f7cf3e08dae15c8e7f3e3712b322df2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_b642f58930750e2de4a93d6f4315972c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea844386d1ae692a0b80478fe76c148e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8cc066f21932ed9cfe0cd691ba6e9a5 = $(`<div id="html_e8cc066f21932ed9cfe0cd691ba6e9a5" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_ea844386d1ae692a0b80478fe76c148e.setContent(html_e8cc066f21932ed9cfe0cd691ba6e9a5);
|
|
|
|
|
|
|
|
marker_4f7cf3e08dae15c8e7f3e3712b322df2.bindPopup(popup_ea844386d1ae692a0b80478fe76c148e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f7cf3e08dae15c8e7f3e3712b322df2.setIcon(icon_b642f58930750e2de4a93d6f4315972c);
|
|
|
|
|
|
var marker_9ca51398c6534e1440bc4c5e647ea73e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_cbc964b27593fc51d8836164d976f454 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff271d1f8e582a53356f65c4e3cfda12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbedcb38f0fab4db818f37a12eeda4c9 = $(`<div id="html_cbedcb38f0fab4db818f37a12eeda4c9" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_ff271d1f8e582a53356f65c4e3cfda12.setContent(html_cbedcb38f0fab4db818f37a12eeda4c9);
|
|
|
|
|
|
|
|
marker_9ca51398c6534e1440bc4c5e647ea73e.bindPopup(popup_ff271d1f8e582a53356f65c4e3cfda12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ca51398c6534e1440bc4c5e647ea73e.setIcon(icon_cbc964b27593fc51d8836164d976f454);
|
|
|
|
|
|
var marker_70b6979a91040188043ceb2252f4f7ce = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_49b27f6d35d2a3cf4c22720639ae40ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc10432bbb03ab1003df0710633eb0ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6272a0a5d78c80b20c176cb66e77e114 = $(`<div id="html_6272a0a5d78c80b20c176cb66e77e114" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_cc10432bbb03ab1003df0710633eb0ff.setContent(html_6272a0a5d78c80b20c176cb66e77e114);
|
|
|
|
|
|
|
|
marker_70b6979a91040188043ceb2252f4f7ce.bindPopup(popup_cc10432bbb03ab1003df0710633eb0ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70b6979a91040188043ceb2252f4f7ce.setIcon(icon_49b27f6d35d2a3cf4c22720639ae40ed);
|
|
|
|
|
|
var marker_80aaab468f8b545b0f3f1cf8c021d315 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_005d505513aa6a5fa0d7332a49210fe7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5be841cd37219f500cbc762cc60f094 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b10635487e584e2ece7e2f5ebf3f1b7 = $(`<div id="html_1b10635487e584e2ece7e2f5ebf3f1b7" style="width: 100.0%; height: 100.0%;">r.alphaama.com</div>`)[0];
|
|
popup_c5be841cd37219f500cbc762cc60f094.setContent(html_1b10635487e584e2ece7e2f5ebf3f1b7);
|
|
|
|
|
|
|
|
marker_80aaab468f8b545b0f3f1cf8c021d315.bindPopup(popup_c5be841cd37219f500cbc762cc60f094)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80aaab468f8b545b0f3f1cf8c021d315.setIcon(icon_005d505513aa6a5fa0d7332a49210fe7);
|
|
|
|
|
|
var marker_36f674478d6ddebd37254eba79fd143a = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_774135bd3ecd49630555809e8bd42437 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1504cf97c6dc665b658f22269396526f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4aef9c0a88e4e3fbee5f97fbc5853379 = $(`<div id="html_4aef9c0a88e4e3fbee5f97fbc5853379" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_1504cf97c6dc665b658f22269396526f.setContent(html_4aef9c0a88e4e3fbee5f97fbc5853379);
|
|
|
|
|
|
|
|
marker_36f674478d6ddebd37254eba79fd143a.bindPopup(popup_1504cf97c6dc665b658f22269396526f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_36f674478d6ddebd37254eba79fd143a.setIcon(icon_774135bd3ecd49630555809e8bd42437);
|
|
|
|
|
|
var marker_690383ec0145f74f5d8da416b745d7c7 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_78b0e066538cac31ad79657ab6ca92d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_561c8ff507fc1218706bdd02a8c8c311 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c01052f4ffe1f36e2df5bfcf22e72323 = $(`<div id="html_c01052f4ffe1f36e2df5bfcf22e72323" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_561c8ff507fc1218706bdd02a8c8c311.setContent(html_c01052f4ffe1f36e2df5bfcf22e72323);
|
|
|
|
|
|
|
|
marker_690383ec0145f74f5d8da416b745d7c7.bindPopup(popup_561c8ff507fc1218706bdd02a8c8c311)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_690383ec0145f74f5d8da416b745d7c7.setIcon(icon_78b0e066538cac31ad79657ab6ca92d2);
|
|
|
|
|
|
var marker_edea6b818982e30f880955c0de75de68 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_0a7c7f5b455073464b3dce79789a9402 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d3fb848d13a5e63a45685e13b81b360 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1471a667d0441b52149832419e03953c = $(`<div id="html_1471a667d0441b52149832419e03953c" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_7d3fb848d13a5e63a45685e13b81b360.setContent(html_1471a667d0441b52149832419e03953c);
|
|
|
|
|
|
|
|
marker_edea6b818982e30f880955c0de75de68.bindPopup(popup_7d3fb848d13a5e63a45685e13b81b360)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edea6b818982e30f880955c0de75de68.setIcon(icon_0a7c7f5b455073464b3dce79789a9402);
|
|
|
|
|
|
var marker_992636f371321b842ff30b59a9e11dbc = L.marker(
|
|
[33.7501, -84.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_f7c49c142c2c5a0031b0bac31446ffa8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60206b222bcba21d961e5e45ac88016d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4fd48a340d492f053e8ba9adbca30c11 = $(`<div id="html_4fd48a340d492f053e8ba9adbca30c11" style="width: 100.0%; height: 100.0%;">relay.smies.me</div>`)[0];
|
|
popup_60206b222bcba21d961e5e45ac88016d.setContent(html_4fd48a340d492f053e8ba9adbca30c11);
|
|
|
|
|
|
|
|
marker_992636f371321b842ff30b59a9e11dbc.bindPopup(popup_60206b222bcba21d961e5e45ac88016d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_992636f371321b842ff30b59a9e11dbc.setIcon(icon_f7c49c142c2c5a0031b0bac31446ffa8);
|
|
|
|
|
|
var marker_a4211ffc1584c6894fc4ff34e7425d9e = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_7c08c0148102fce9dc33a170b6bd29c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86f16fb139f286b8a476a93d71bcc1e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1420a52329b8e95d73e08315a48f771e = $(`<div id="html_1420a52329b8e95d73e08315a48f771e" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_86f16fb139f286b8a476a93d71bcc1e8.setContent(html_1420a52329b8e95d73e08315a48f771e);
|
|
|
|
|
|
|
|
marker_a4211ffc1584c6894fc4ff34e7425d9e.bindPopup(popup_86f16fb139f286b8a476a93d71bcc1e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4211ffc1584c6894fc4ff34e7425d9e.setIcon(icon_7c08c0148102fce9dc33a170b6bd29c2);
|
|
|
|
|
|
var marker_b5e80751c723b1488f264ea3e1451918 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_ec45ba2e0a510627cea789abeb669615 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e216bc82c71d09e7fb5b2d1473223c8b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34a45a32e38571749289908a47b682bc = $(`<div id="html_34a45a32e38571749289908a47b682bc" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_e216bc82c71d09e7fb5b2d1473223c8b.setContent(html_34a45a32e38571749289908a47b682bc);
|
|
|
|
|
|
|
|
marker_b5e80751c723b1488f264ea3e1451918.bindPopup(popup_e216bc82c71d09e7fb5b2d1473223c8b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5e80751c723b1488f264ea3e1451918.setIcon(icon_ec45ba2e0a510627cea789abeb669615);
|
|
|
|
|
|
var marker_7531ffca1884adf139a21f69d9bc5178 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_4e909ed295f17c932c274661676def52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16375964584ed71e05ebae04540de4ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0d08bb16cbdaf37185574a141ec6f0b6 = $(`<div id="html_0d08bb16cbdaf37185574a141ec6f0b6" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_16375964584ed71e05ebae04540de4ef.setContent(html_0d08bb16cbdaf37185574a141ec6f0b6);
|
|
|
|
|
|
|
|
marker_7531ffca1884adf139a21f69d9bc5178.bindPopup(popup_16375964584ed71e05ebae04540de4ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7531ffca1884adf139a21f69d9bc5178.setIcon(icon_4e909ed295f17c932c274661676def52);
|
|
|
|
|
|
var marker_cf8e4cf5c23159e3517e6951b7d33578 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_46798386ee064c964e5f4a5b1574f90f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88b27f553c4f6d3fe6d374bef397abca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8988a103bf50ad63b2ff2f4f18030b6d = $(`<div id="html_8988a103bf50ad63b2ff2f4f18030b6d" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_88b27f553c4f6d3fe6d374bef397abca.setContent(html_8988a103bf50ad63b2ff2f4f18030b6d);
|
|
|
|
|
|
|
|
marker_cf8e4cf5c23159e3517e6951b7d33578.bindPopup(popup_88b27f553c4f6d3fe6d374bef397abca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf8e4cf5c23159e3517e6951b7d33578.setIcon(icon_46798386ee064c964e5f4a5b1574f90f);
|
|
|
|
|
|
var marker_c93debd741de96d3cb523faafc6411fd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_82263389243f433fd690b2525e25e514 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2422bab308892063708ad7a4249cf9b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_068a464b3bc71424fa49037f1c088448 = $(`<div id="html_068a464b3bc71424fa49037f1c088448" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_2422bab308892063708ad7a4249cf9b8.setContent(html_068a464b3bc71424fa49037f1c088448);
|
|
|
|
|
|
|
|
marker_c93debd741de96d3cb523faafc6411fd.bindPopup(popup_2422bab308892063708ad7a4249cf9b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c93debd741de96d3cb523faafc6411fd.setIcon(icon_82263389243f433fd690b2525e25e514);
|
|
|
|
|
|
var marker_6df1d68fc8abf1a1e00af8a4e26244f3 = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_83470e7c4bac9542d236317bed73e404 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52943429eee666d77d396fd99e953db5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6e2d3406c3a4bd8b511492c5faa0b34 = $(`<div id="html_f6e2d3406c3a4bd8b511492c5faa0b34" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_52943429eee666d77d396fd99e953db5.setContent(html_f6e2d3406c3a4bd8b511492c5faa0b34);
|
|
|
|
|
|
|
|
marker_6df1d68fc8abf1a1e00af8a4e26244f3.bindPopup(popup_52943429eee666d77d396fd99e953db5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6df1d68fc8abf1a1e00af8a4e26244f3.setIcon(icon_83470e7c4bac9542d236317bed73e404);
|
|
|
|
|
|
var marker_4d1210d009b1aafc6a440dce63b2a234 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_a89963b3174835ca1fe69350f60ecf78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8bc97c9a3aefe6208f9a15957891d27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47a936c42f02757699e2d97f16e20d62 = $(`<div id="html_47a936c42f02757699e2d97f16e20d62" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_f8bc97c9a3aefe6208f9a15957891d27.setContent(html_47a936c42f02757699e2d97f16e20d62);
|
|
|
|
|
|
|
|
marker_4d1210d009b1aafc6a440dce63b2a234.bindPopup(popup_f8bc97c9a3aefe6208f9a15957891d27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d1210d009b1aafc6a440dce63b2a234.setIcon(icon_a89963b3174835ca1fe69350f60ecf78);
|
|
|
|
|
|
var marker_ecaa05fcfb21a39526575692c620781c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_33a4f4ee780e64583f310226f73641f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_657d778b4caf2ecca6b45b649e6e4ece = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85fc1a24ddcaf36d448f54f0c8f44335 = $(`<div id="html_85fc1a24ddcaf36d448f54f0c8f44335" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_657d778b4caf2ecca6b45b649e6e4ece.setContent(html_85fc1a24ddcaf36d448f54f0c8f44335);
|
|
|
|
|
|
|
|
marker_ecaa05fcfb21a39526575692c620781c.bindPopup(popup_657d778b4caf2ecca6b45b649e6e4ece)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ecaa05fcfb21a39526575692c620781c.setIcon(icon_33a4f4ee780e64583f310226f73641f5);
|
|
|
|
|
|
var marker_89222deacacc57b95f17ffc03d3d4506 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_ad704a467a54c56917235261ed0b8089 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae6e74239a0700bdf43769de98b85712 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a94589abb6adf45d95c3ddff2a069d30 = $(`<div id="html_a94589abb6adf45d95c3ddff2a069d30" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_ae6e74239a0700bdf43769de98b85712.setContent(html_a94589abb6adf45d95c3ddff2a069d30);
|
|
|
|
|
|
|
|
marker_89222deacacc57b95f17ffc03d3d4506.bindPopup(popup_ae6e74239a0700bdf43769de98b85712)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89222deacacc57b95f17ffc03d3d4506.setIcon(icon_ad704a467a54c56917235261ed0b8089);
|
|
|
|
|
|
var marker_0a8adeaaae3fce7877abc6bfada10bcf = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_060f9f652bd49cfe0795a9f028500abf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69b682bd29cf8944638b18dfc605ecb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa7a50fec9b41f7de8bd8bd68012ba75 = $(`<div id="html_aa7a50fec9b41f7de8bd8bd68012ba75" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_69b682bd29cf8944638b18dfc605ecb1.setContent(html_aa7a50fec9b41f7de8bd8bd68012ba75);
|
|
|
|
|
|
|
|
marker_0a8adeaaae3fce7877abc6bfada10bcf.bindPopup(popup_69b682bd29cf8944638b18dfc605ecb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a8adeaaae3fce7877abc6bfada10bcf.setIcon(icon_060f9f652bd49cfe0795a9f028500abf);
|
|
|
|
|
|
var marker_2d2afcda87129e4054b923af1493a121 = L.marker(
|
|
[13.8434, 100.363],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_63fa665fffd34b9a60549916b3fb6c0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64b0388d27ab80cc543a60ac31953e96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88d27f83e89bb94b86e50e5e9bda0103 = $(`<div id="html_88d27f83e89bb94b86e50e5e9bda0103" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_64b0388d27ab80cc543a60ac31953e96.setContent(html_88d27f83e89bb94b86e50e5e9bda0103);
|
|
|
|
|
|
|
|
marker_2d2afcda87129e4054b923af1493a121.bindPopup(popup_64b0388d27ab80cc543a60ac31953e96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d2afcda87129e4054b923af1493a121.setIcon(icon_63fa665fffd34b9a60549916b3fb6c0f);
|
|
|
|
|
|
var marker_27125d73c256d58757f2fde412db66fe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_ed216ce4d4567ce97f7e01d5c323ddbf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61bf28aae82489d26bf0e6e5de927fd9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08d0bd0728972c0eaa50b794f825b196 = $(`<div id="html_08d0bd0728972c0eaa50b794f825b196" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_61bf28aae82489d26bf0e6e5de927fd9.setContent(html_08d0bd0728972c0eaa50b794f825b196);
|
|
|
|
|
|
|
|
marker_27125d73c256d58757f2fde412db66fe.bindPopup(popup_61bf28aae82489d26bf0e6e5de927fd9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27125d73c256d58757f2fde412db66fe.setIcon(icon_ed216ce4d4567ce97f7e01d5c323ddbf);
|
|
|
|
|
|
var marker_2d887ed85e587de9d2c96261d6a1c446 = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_d31b92831ac0bb474668e047b4d6b445 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a2ec604c9b4637b99fd670d7083e883 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a93d48d81d9f199753b7eea37ebfa895 = $(`<div id="html_a93d48d81d9f199753b7eea37ebfa895" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_2a2ec604c9b4637b99fd670d7083e883.setContent(html_a93d48d81d9f199753b7eea37ebfa895);
|
|
|
|
|
|
|
|
marker_2d887ed85e587de9d2c96261d6a1c446.bindPopup(popup_2a2ec604c9b4637b99fd670d7083e883)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d887ed85e587de9d2c96261d6a1c446.setIcon(icon_d31b92831ac0bb474668e047b4d6b445);
|
|
|
|
|
|
var marker_2379050c9bfb541704fa8d7b2a3ae8d1 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_51df68fc1267ac930d1accd2d78e8201 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b86fd3931669c7fed3f90644c19d184 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36b1d643a739c3ea8eced6d905483774 = $(`<div id="html_36b1d643a739c3ea8eced6d905483774" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_6b86fd3931669c7fed3f90644c19d184.setContent(html_36b1d643a739c3ea8eced6d905483774);
|
|
|
|
|
|
|
|
marker_2379050c9bfb541704fa8d7b2a3ae8d1.bindPopup(popup_6b86fd3931669c7fed3f90644c19d184)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2379050c9bfb541704fa8d7b2a3ae8d1.setIcon(icon_51df68fc1267ac930d1accd2d78e8201);
|
|
|
|
|
|
var marker_214b5a5c95d892c7b0c31caca73bdede = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_ae08fcaf4fe66213cf22cfe3f9f4b7f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39b52bfc4712f8edf4ddef5e4a1e824e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dc65c30b33858dffa3f083b2f428da98 = $(`<div id="html_dc65c30b33858dffa3f083b2f428da98" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_39b52bfc4712f8edf4ddef5e4a1e824e.setContent(html_dc65c30b33858dffa3f083b2f428da98);
|
|
|
|
|
|
|
|
marker_214b5a5c95d892c7b0c31caca73bdede.bindPopup(popup_39b52bfc4712f8edf4ddef5e4a1e824e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_214b5a5c95d892c7b0c31caca73bdede.setIcon(icon_ae08fcaf4fe66213cf22cfe3f9f4b7f7);
|
|
|
|
|
|
var marker_a55848e7612401008a032360796ae96d = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_0f30611306954dd5ba243d23096d0a5e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_109adf87019f72ac3d8d4af5ca85255e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_238ea446951d29ea3ef94d6d213aabf4 = $(`<div id="html_238ea446951d29ea3ef94d6d213aabf4" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_109adf87019f72ac3d8d4af5ca85255e.setContent(html_238ea446951d29ea3ef94d6d213aabf4);
|
|
|
|
|
|
|
|
marker_a55848e7612401008a032360796ae96d.bindPopup(popup_109adf87019f72ac3d8d4af5ca85255e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a55848e7612401008a032360796ae96d.setIcon(icon_0f30611306954dd5ba243d23096d0a5e);
|
|
|
|
|
|
var marker_a6b74935f7972ade5f638841601a3201 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_26ec2d9288204a03b56edd6c55ce2346 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb7bc7db8518dcbdfc27b36ba29b8428 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_600cff118455670e29ae24cb2d6d5c8e = $(`<div id="html_600cff118455670e29ae24cb2d6d5c8e" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_eb7bc7db8518dcbdfc27b36ba29b8428.setContent(html_600cff118455670e29ae24cb2d6d5c8e);
|
|
|
|
|
|
|
|
marker_a6b74935f7972ade5f638841601a3201.bindPopup(popup_eb7bc7db8518dcbdfc27b36ba29b8428)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6b74935f7972ade5f638841601a3201.setIcon(icon_26ec2d9288204a03b56edd6c55ce2346);
|
|
|
|
|
|
var marker_0a56c4f6e3b31e162be3b2c990c57523 = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_11607a691bee7045933fc3235bdd8642 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9309101fc79855ca0fa841d92f0161c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb01f69cd1731f8192324236ae09dbc0 = $(`<div id="html_cb01f69cd1731f8192324236ae09dbc0" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_9309101fc79855ca0fa841d92f0161c0.setContent(html_cb01f69cd1731f8192324236ae09dbc0);
|
|
|
|
|
|
|
|
marker_0a56c4f6e3b31e162be3b2c990c57523.bindPopup(popup_9309101fc79855ca0fa841d92f0161c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a56c4f6e3b31e162be3b2c990c57523.setIcon(icon_11607a691bee7045933fc3235bdd8642);
|
|
|
|
|
|
var marker_a27e55485ead172e1c549949188c9329 = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_d229afd16073d0ba2335a64515e2fdc3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_882a0c8daa1c65a7f441fdef6ea360ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc54353bf1fb132e10703dcb2d6fab47 = $(`<div id="html_fc54353bf1fb132e10703dcb2d6fab47" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_882a0c8daa1c65a7f441fdef6ea360ff.setContent(html_fc54353bf1fb132e10703dcb2d6fab47);
|
|
|
|
|
|
|
|
marker_a27e55485ead172e1c549949188c9329.bindPopup(popup_882a0c8daa1c65a7f441fdef6ea360ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a27e55485ead172e1c549949188c9329.setIcon(icon_d229afd16073d0ba2335a64515e2fdc3);
|
|
|
|
|
|
var marker_573a1553b0096627c78a22c447c696d8 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_f5f5d469113eb37c0600c0a2e611be10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6ed7858fa7532e0ebffef2c9f42fe30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c7ecf15f8c6a5c10e14f00259aa42538 = $(`<div id="html_c7ecf15f8c6a5c10e14f00259aa42538" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_d6ed7858fa7532e0ebffef2c9f42fe30.setContent(html_c7ecf15f8c6a5c10e14f00259aa42538);
|
|
|
|
|
|
|
|
marker_573a1553b0096627c78a22c447c696d8.bindPopup(popup_d6ed7858fa7532e0ebffef2c9f42fe30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_573a1553b0096627c78a22c447c696d8.setIcon(icon_f5f5d469113eb37c0600c0a2e611be10);
|
|
|
|
|
|
var marker_42ac5ac57fb1d611821ad2919ccf2c65 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_0f93da84507a1f4253d2cc407d2971bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3486b11c8194f8d858b1b96618b5ecbb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7394a96eaa096089abf5302439904072 = $(`<div id="html_7394a96eaa096089abf5302439904072" style="width: 100.0%; height: 100.0%;">discovery.eu.nostria.app</div>`)[0];
|
|
popup_3486b11c8194f8d858b1b96618b5ecbb.setContent(html_7394a96eaa096089abf5302439904072);
|
|
|
|
|
|
|
|
marker_42ac5ac57fb1d611821ad2919ccf2c65.bindPopup(popup_3486b11c8194f8d858b1b96618b5ecbb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42ac5ac57fb1d611821ad2919ccf2c65.setIcon(icon_0f93da84507a1f4253d2cc407d2971bc);
|
|
|
|
|
|
var marker_b68e2cd7ab1d9d16a208b88ba4a34f4d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_f619ae1c9dde3799bfa1d252c57cea63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18d786e41ca43c9058bcca1d1b8c04b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c3bcb4601c233f61f5f3ed5d8b001176 = $(`<div id="html_c3bcb4601c233f61f5f3ed5d8b001176" style="width: 100.0%; height: 100.0%;">orly.musiquay.org</div>`)[0];
|
|
popup_18d786e41ca43c9058bcca1d1b8c04b2.setContent(html_c3bcb4601c233f61f5f3ed5d8b001176);
|
|
|
|
|
|
|
|
marker_b68e2cd7ab1d9d16a208b88ba4a34f4d.bindPopup(popup_18d786e41ca43c9058bcca1d1b8c04b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b68e2cd7ab1d9d16a208b88ba4a34f4d.setIcon(icon_f619ae1c9dde3799bfa1d252c57cea63);
|
|
|
|
|
|
var marker_ec8c197294d917cac75f86caf6ddcbf3 = L.marker(
|
|
[46.0037, 8.95105],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_db20b13fe99a8b2b00f1ce01100411fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72147cf28eebe0921db4babe322452f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62e8846560207339c84b8503d6af7f24 = $(`<div id="html_62e8846560207339c84b8503d6af7f24" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_72147cf28eebe0921db4babe322452f0.setContent(html_62e8846560207339c84b8503d6af7f24);
|
|
|
|
|
|
|
|
marker_ec8c197294d917cac75f86caf6ddcbf3.bindPopup(popup_72147cf28eebe0921db4babe322452f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec8c197294d917cac75f86caf6ddcbf3.setIcon(icon_db20b13fe99a8b2b00f1ce01100411fc);
|
|
|
|
|
|
var marker_8b3efb4d815166389619c7bdf71ce316 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_0a9eb9a47df071f575705ef7dab3a67a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b76909819b7cc60425613dd199f8ef3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efc92bf24eb5affdf852c054eb8a5e87 = $(`<div id="html_efc92bf24eb5affdf852c054eb8a5e87" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_b76909819b7cc60425613dd199f8ef3d.setContent(html_efc92bf24eb5affdf852c054eb8a5e87);
|
|
|
|
|
|
|
|
marker_8b3efb4d815166389619c7bdf71ce316.bindPopup(popup_b76909819b7cc60425613dd199f8ef3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b3efb4d815166389619c7bdf71ce316.setIcon(icon_0a9eb9a47df071f575705ef7dab3a67a);
|
|
|
|
|
|
var marker_f5cdd893844d4f929f9e238e0e89cb21 = L.marker(
|
|
[15.5163, 103.194],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf);
|
|
|
|
|
|
var icon_294f686f2faa415defa541cf047bd07a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f818e408483faa153c523d5251bd498 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_669d9f16f157e959995b5d5357850f28 = $(`<div id="html_669d9f16f157e959995b5d5357850f28" style="width: 100.0%; height: 100.0%;">nostr-relayrs.gateway.in.th</div>`)[0];
|
|
popup_7f818e408483faa153c523d5251bd498.setContent(html_669d9f16f157e959995b5d5357850f28);
|
|
|
|
|
|
|
|
marker_f5cdd893844d4f929f9e238e0e89cb21.bindPopup(popup_7f818e408483faa153c523d5251bd498)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5cdd893844d4f929f9e238e0e89cb21.setIcon(icon_294f686f2faa415defa541cf047bd07a);
|
|
|
|
|
|
marker_cluster_2671f4a9c9bafb7a18ed180ffd6e24cf.addTo(map_b2bdf6a28beae5a49fc4abc454d7b43d);
|
|
|
|
</script>
|
|
</html> |