mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 02:25:18 +00:00
10867 lines
316 KiB
HTML
10867 lines
316 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_d2200bee0fab0a20148ff5ecc0605c19 {
|
|
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_d2200bee0fab0a20148ff5ecc0605c19" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_d2200bee0fab0a20148ff5ecc0605c19 = L.map(
|
|
"map_d2200bee0fab0a20148ff5ecc0605c19",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_2934798223cb58cf623eaf354f01472b = 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_2934798223cb58cf623eaf354f01472b.addTo(map_d2200bee0fab0a20148ff5ecc0605c19);
|
|
|
|
|
|
var marker_cluster_245db997c743745b0b78136a113349b7 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_707f296860561f751c1758e21abcaaa2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_c29bcde2c8fbbefdf6141bf4c9dc46e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_953402754aaddfbe33c30c8338f56c36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae6257b7d0588dfc5798ae4d25e49c52 = $(`<div id="html_ae6257b7d0588dfc5798ae4d25e49c52" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_953402754aaddfbe33c30c8338f56c36.setContent(html_ae6257b7d0588dfc5798ae4d25e49c52);
|
|
|
|
|
|
|
|
marker_707f296860561f751c1758e21abcaaa2.bindPopup(popup_953402754aaddfbe33c30c8338f56c36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_707f296860561f751c1758e21abcaaa2.setIcon(icon_c29bcde2c8fbbefdf6141bf4c9dc46e4);
|
|
|
|
|
|
var marker_0c7468b1a2a9b8cae5f26bf096f079af = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_a841633b10364bce0d7600997fe8bff3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e2708819aa3708fc147b90acbe02f31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_278aa8b0cb3a918a4d8f3e824dd092c1 = $(`<div id="html_278aa8b0cb3a918a4d8f3e824dd092c1" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_6e2708819aa3708fc147b90acbe02f31.setContent(html_278aa8b0cb3a918a4d8f3e824dd092c1);
|
|
|
|
|
|
|
|
marker_0c7468b1a2a9b8cae5f26bf096f079af.bindPopup(popup_6e2708819aa3708fc147b90acbe02f31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c7468b1a2a9b8cae5f26bf096f079af.setIcon(icon_a841633b10364bce0d7600997fe8bff3);
|
|
|
|
|
|
var marker_2e159720258d1bbc926d501bd165cd12 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_66d750b19df2639796c80783f44efbf9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fea0d84ee59921318921ef3b9e9b7e7b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df85c16a3a30ddcc263c99392df2867e = $(`<div id="html_df85c16a3a30ddcc263c99392df2867e" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_fea0d84ee59921318921ef3b9e9b7e7b.setContent(html_df85c16a3a30ddcc263c99392df2867e);
|
|
|
|
|
|
|
|
marker_2e159720258d1bbc926d501bd165cd12.bindPopup(popup_fea0d84ee59921318921ef3b9e9b7e7b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e159720258d1bbc926d501bd165cd12.setIcon(icon_66d750b19df2639796c80783f44efbf9);
|
|
|
|
|
|
var marker_1a34a62e0bb0973ca48d7ac7233341f3 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_f85b154c2c71cd00b6f4193f648c0b82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79923fc2dfa858f2ceed3b6d63575419 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66ef07ca5bb4531785bf4b0b1b046b84 = $(`<div id="html_66ef07ca5bb4531785bf4b0b1b046b84" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_79923fc2dfa858f2ceed3b6d63575419.setContent(html_66ef07ca5bb4531785bf4b0b1b046b84);
|
|
|
|
|
|
|
|
marker_1a34a62e0bb0973ca48d7ac7233341f3.bindPopup(popup_79923fc2dfa858f2ceed3b6d63575419)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a34a62e0bb0973ca48d7ac7233341f3.setIcon(icon_f85b154c2c71cd00b6f4193f648c0b82);
|
|
|
|
|
|
var marker_582f5f7ec656342c23f20f9601feb553 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_891a65bcb1a0c7d15cb6987c1a9164aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6efe1b8b25823a92c6d9e5b31107dc6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_785f4c0f5e11ec32fc558f08b9722320 = $(`<div id="html_785f4c0f5e11ec32fc558f08b9722320" style="width: 100.0%; height: 100.0%;">relay.trustroots.org</div>`)[0];
|
|
popup_f6efe1b8b25823a92c6d9e5b31107dc6.setContent(html_785f4c0f5e11ec32fc558f08b9722320);
|
|
|
|
|
|
|
|
marker_582f5f7ec656342c23f20f9601feb553.bindPopup(popup_f6efe1b8b25823a92c6d9e5b31107dc6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_582f5f7ec656342c23f20f9601feb553.setIcon(icon_891a65bcb1a0c7d15cb6987c1a9164aa);
|
|
|
|
|
|
var marker_66cd3903e50324ea4d33ac8a7545167a = L.marker(
|
|
[36.1512, -86.7835],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_4635791e6b0e6527c61dd014df42773b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5298272699ee636210f1ff4f80a2b28c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3d4a8e77c21ac6bc78fc09bdc3788ac = $(`<div id="html_e3d4a8e77c21ac6bc78fc09bdc3788ac" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_5298272699ee636210f1ff4f80a2b28c.setContent(html_e3d4a8e77c21ac6bc78fc09bdc3788ac);
|
|
|
|
|
|
|
|
marker_66cd3903e50324ea4d33ac8a7545167a.bindPopup(popup_5298272699ee636210f1ff4f80a2b28c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66cd3903e50324ea4d33ac8a7545167a.setIcon(icon_4635791e6b0e6527c61dd014df42773b);
|
|
|
|
|
|
var marker_b7ffa5c0e2d2ce40f08a8ccb15f39276 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_dc645bea6d36896c968db8109d33040d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de9fb816b2e653b08a13a01738bed4e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1fd824d34e9c4211d9e7945bfecd508 = $(`<div id="html_e1fd824d34e9c4211d9e7945bfecd508" style="width: 100.0%; height: 100.0%;">relay.nuts.cash</div>`)[0];
|
|
popup_de9fb816b2e653b08a13a01738bed4e1.setContent(html_e1fd824d34e9c4211d9e7945bfecd508);
|
|
|
|
|
|
|
|
marker_b7ffa5c0e2d2ce40f08a8ccb15f39276.bindPopup(popup_de9fb816b2e653b08a13a01738bed4e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7ffa5c0e2d2ce40f08a8ccb15f39276.setIcon(icon_dc645bea6d36896c968db8109d33040d);
|
|
|
|
|
|
var marker_507f02e471f72c356528685d927de62a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_18a751507f5cabdd5af6aa01d338a1a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e0a78c22822ec06445c19a74a2ce1c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efe211d947b4ed19ebe128a83e04e62e = $(`<div id="html_efe211d947b4ed19ebe128a83e04e62e" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_3e0a78c22822ec06445c19a74a2ce1c3.setContent(html_efe211d947b4ed19ebe128a83e04e62e);
|
|
|
|
|
|
|
|
marker_507f02e471f72c356528685d927de62a.bindPopup(popup_3e0a78c22822ec06445c19a74a2ce1c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_507f02e471f72c356528685d927de62a.setIcon(icon_18a751507f5cabdd5af6aa01d338a1a1);
|
|
|
|
|
|
var marker_33eb8a3c238e8812f290878192f7ccd8 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_63cd926e8a82f244feb8c4b32f5ccd9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_939038f21f5221fdebf6ff27d3881140 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1160f6b682f6daccf83348d7ab6a90a6 = $(`<div id="html_1160f6b682f6daccf83348d7ab6a90a6" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_939038f21f5221fdebf6ff27d3881140.setContent(html_1160f6b682f6daccf83348d7ab6a90a6);
|
|
|
|
|
|
|
|
marker_33eb8a3c238e8812f290878192f7ccd8.bindPopup(popup_939038f21f5221fdebf6ff27d3881140)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33eb8a3c238e8812f290878192f7ccd8.setIcon(icon_63cd926e8a82f244feb8c4b32f5ccd9e);
|
|
|
|
|
|
var marker_902393a8e8b768767e2011bbea03cd96 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_e4511bfdaa451fe64891fe609601bb1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_619eb9daaa186de8e0954091c0b6bbbb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a74554ed4a33da3b0224f4d9035239d2 = $(`<div id="html_a74554ed4a33da3b0224f4d9035239d2" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_619eb9daaa186de8e0954091c0b6bbbb.setContent(html_a74554ed4a33da3b0224f4d9035239d2);
|
|
|
|
|
|
|
|
marker_902393a8e8b768767e2011bbea03cd96.bindPopup(popup_619eb9daaa186de8e0954091c0b6bbbb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_902393a8e8b768767e2011bbea03cd96.setIcon(icon_e4511bfdaa451fe64891fe609601bb1e);
|
|
|
|
|
|
var marker_4e9de31b58c0f0fd3b4c442906ed26c4 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_937afe37fd79f1c95901b7406bbec40e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02a9a94f08281d6b47b43bd051b095b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c8d2e8791fef8d65019d27f3ff9237f = $(`<div id="html_6c8d2e8791fef8d65019d27f3ff9237f" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_02a9a94f08281d6b47b43bd051b095b2.setContent(html_6c8d2e8791fef8d65019d27f3ff9237f);
|
|
|
|
|
|
|
|
marker_4e9de31b58c0f0fd3b4c442906ed26c4.bindPopup(popup_02a9a94f08281d6b47b43bd051b095b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e9de31b58c0f0fd3b4c442906ed26c4.setIcon(icon_937afe37fd79f1c95901b7406bbec40e);
|
|
|
|
|
|
var marker_dfba3479a01aac59747c348cbdd0020b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_3acebf9d87773de5794ec7d0928f2d31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e5316270a3cb5b57f3ef78ed6b8928c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e35e6c4d8c48802908edcfd85d3d493 = $(`<div id="html_1e35e6c4d8c48802908edcfd85d3d493" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_2e5316270a3cb5b57f3ef78ed6b8928c.setContent(html_1e35e6c4d8c48802908edcfd85d3d493);
|
|
|
|
|
|
|
|
marker_dfba3479a01aac59747c348cbdd0020b.bindPopup(popup_2e5316270a3cb5b57f3ef78ed6b8928c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dfba3479a01aac59747c348cbdd0020b.setIcon(icon_3acebf9d87773de5794ec7d0928f2d31);
|
|
|
|
|
|
var marker_b4499049c96ec94246aa05b14a64ec56 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_4b0113d5cf2fa2eb0cc837a9dd39d1eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cb9970765f08de295440d63464f5ebf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06c5b6e363cbba28c963aa852413b4b5 = $(`<div id="html_06c5b6e363cbba28c963aa852413b4b5" style="width: 100.0%; height: 100.0%;">orly.ft.hn</div>`)[0];
|
|
popup_5cb9970765f08de295440d63464f5ebf.setContent(html_06c5b6e363cbba28c963aa852413b4b5);
|
|
|
|
|
|
|
|
marker_b4499049c96ec94246aa05b14a64ec56.bindPopup(popup_5cb9970765f08de295440d63464f5ebf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4499049c96ec94246aa05b14a64ec56.setIcon(icon_4b0113d5cf2fa2eb0cc837a9dd39d1eb);
|
|
|
|
|
|
var marker_990ea7cc814dccab6863bd2b245bf2af = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_d915c7761ee9c9d63440751a28704b04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f1e56f7380ac8ee77cfb46c6d0e7ac9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da3218950e6e50ffe30bfe67973def9f = $(`<div id="html_da3218950e6e50ffe30bfe67973def9f" style="width: 100.0%; height: 100.0%;">nostr.parallel.hetu.org:8443</div>`)[0];
|
|
popup_3f1e56f7380ac8ee77cfb46c6d0e7ac9.setContent(html_da3218950e6e50ffe30bfe67973def9f);
|
|
|
|
|
|
|
|
marker_990ea7cc814dccab6863bd2b245bf2af.bindPopup(popup_3f1e56f7380ac8ee77cfb46c6d0e7ac9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_990ea7cc814dccab6863bd2b245bf2af.setIcon(icon_d915c7761ee9c9d63440751a28704b04);
|
|
|
|
|
|
var marker_970eb309da9f7e2220ee86bea2b7aa92 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_eeb297d2c40cc2acdae512fb2e6445a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_301eb96106f5f3bafada618b10c22d6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ba3b7f80d6414c7659258b668eb0c5e = $(`<div id="html_9ba3b7f80d6414c7659258b668eb0c5e" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_301eb96106f5f3bafada618b10c22d6c.setContent(html_9ba3b7f80d6414c7659258b668eb0c5e);
|
|
|
|
|
|
|
|
marker_970eb309da9f7e2220ee86bea2b7aa92.bindPopup(popup_301eb96106f5f3bafada618b10c22d6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_970eb309da9f7e2220ee86bea2b7aa92.setIcon(icon_eeb297d2c40cc2acdae512fb2e6445a1);
|
|
|
|
|
|
var marker_850b2fc2faf020571f29f20da33a67bb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_0e1ef3b8fc5c67b79efd60a18c081f25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5c5d3af923e9f19d6f6859ef7e527b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bf9cbd45fc57c1cd2163f1cda6d2655 = $(`<div id="html_0bf9cbd45fc57c1cd2163f1cda6d2655" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_e5c5d3af923e9f19d6f6859ef7e527b3.setContent(html_0bf9cbd45fc57c1cd2163f1cda6d2655);
|
|
|
|
|
|
|
|
marker_850b2fc2faf020571f29f20da33a67bb.bindPopup(popup_e5c5d3af923e9f19d6f6859ef7e527b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_850b2fc2faf020571f29f20da33a67bb.setIcon(icon_0e1ef3b8fc5c67b79efd60a18c081f25);
|
|
|
|
|
|
var marker_3b0439582c7a7eef3838f1b7a9d426df = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_10b6508695141d1515b191022c3335e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1a1eedfae3eadb2e787a23d3fb1033b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4bf88f373988e859ea7a912c77a9134b = $(`<div id="html_4bf88f373988e859ea7a912c77a9134b" style="width: 100.0%; height: 100.0%;">relay.thebluepulse.com</div>`)[0];
|
|
popup_1a1eedfae3eadb2e787a23d3fb1033b0.setContent(html_4bf88f373988e859ea7a912c77a9134b);
|
|
|
|
|
|
|
|
marker_3b0439582c7a7eef3838f1b7a9d426df.bindPopup(popup_1a1eedfae3eadb2e787a23d3fb1033b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b0439582c7a7eef3838f1b7a9d426df.setIcon(icon_10b6508695141d1515b191022c3335e5);
|
|
|
|
|
|
var marker_941ea4dd55a5e79b5ed674d771ca4434 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_2ca1ff735cb209eb0d2aed171fb2b820 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a45118f26241db8dd8a13da7e3ef9892 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08f59da6e04b9b78fac3e812d9cdaa22 = $(`<div id="html_08f59da6e04b9b78fac3e812d9cdaa22" style="width: 100.0%; height: 100.0%;">relay.contextvm.org</div>`)[0];
|
|
popup_a45118f26241db8dd8a13da7e3ef9892.setContent(html_08f59da6e04b9b78fac3e812d9cdaa22);
|
|
|
|
|
|
|
|
marker_941ea4dd55a5e79b5ed674d771ca4434.bindPopup(popup_a45118f26241db8dd8a13da7e3ef9892)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_941ea4dd55a5e79b5ed674d771ca4434.setIcon(icon_2ca1ff735cb209eb0d2aed171fb2b820);
|
|
|
|
|
|
var marker_b8441cd2a221c4ede22e75d171978f42 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_044b1722c59b33b2d8380358c684f2c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35208c90afff877d1e627aabdbdb1719 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fe06f33e13a32763119bbda14f4c2e4b = $(`<div id="html_fe06f33e13a32763119bbda14f4c2e4b" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_35208c90afff877d1e627aabdbdb1719.setContent(html_fe06f33e13a32763119bbda14f4c2e4b);
|
|
|
|
|
|
|
|
marker_b8441cd2a221c4ede22e75d171978f42.bindPopup(popup_35208c90afff877d1e627aabdbdb1719)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b8441cd2a221c4ede22e75d171978f42.setIcon(icon_044b1722c59b33b2d8380358c684f2c8);
|
|
|
|
|
|
var marker_16c4da86ce298aa9ea721b3e0eabada3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_50a8c33b023d267d40dde51626911ca8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3c79a1aac9df62d52c3f2a57f611e2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_104d875530d31b401edd70e45cf4f2ef = $(`<div id="html_104d875530d31b401edd70e45cf4f2ef" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_d3c79a1aac9df62d52c3f2a57f611e2e.setContent(html_104d875530d31b401edd70e45cf4f2ef);
|
|
|
|
|
|
|
|
marker_16c4da86ce298aa9ea721b3e0eabada3.bindPopup(popup_d3c79a1aac9df62d52c3f2a57f611e2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16c4da86ce298aa9ea721b3e0eabada3.setIcon(icon_50a8c33b023d267d40dde51626911ca8);
|
|
|
|
|
|
var marker_e64b3d2ae81099c955fece91e046a01a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_93efcf584027a1d809d65fb23ef58e0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb316336da3239cbb7f7fa5aad0c9b85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_18193cb5d11df113b3c91db951c964f4 = $(`<div id="html_18193cb5d11df113b3c91db951c964f4" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_bb316336da3239cbb7f7fa5aad0c9b85.setContent(html_18193cb5d11df113b3c91db951c964f4);
|
|
|
|
|
|
|
|
marker_e64b3d2ae81099c955fece91e046a01a.bindPopup(popup_bb316336da3239cbb7f7fa5aad0c9b85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e64b3d2ae81099c955fece91e046a01a.setIcon(icon_93efcf584027a1d809d65fb23ef58e0d);
|
|
|
|
|
|
var marker_091aa32e45744e07cbe97c9a83b8957a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_3180ec5142ac9e6e55684a52ca022192 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22376dea8aebfca6e8b54cdddfd36ff6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35907636df63ce0f383fdcbd00bfd0b2 = $(`<div id="html_35907636df63ce0f383fdcbd00bfd0b2" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_22376dea8aebfca6e8b54cdddfd36ff6.setContent(html_35907636df63ce0f383fdcbd00bfd0b2);
|
|
|
|
|
|
|
|
marker_091aa32e45744e07cbe97c9a83b8957a.bindPopup(popup_22376dea8aebfca6e8b54cdddfd36ff6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_091aa32e45744e07cbe97c9a83b8957a.setIcon(icon_3180ec5142ac9e6e55684a52ca022192);
|
|
|
|
|
|
var marker_e01cb1e74059d8b54a1d40448cc3d6e2 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_3892e153e0a54a622e96d2bc714de36e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01e05716129a2163bc30e803d48b279e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a8429d5dfa7e69e841767da36745c6d = $(`<div id="html_0a8429d5dfa7e69e841767da36745c6d" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_01e05716129a2163bc30e803d48b279e.setContent(html_0a8429d5dfa7e69e841767da36745c6d);
|
|
|
|
|
|
|
|
marker_e01cb1e74059d8b54a1d40448cc3d6e2.bindPopup(popup_01e05716129a2163bc30e803d48b279e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e01cb1e74059d8b54a1d40448cc3d6e2.setIcon(icon_3892e153e0a54a622e96d2bc714de36e);
|
|
|
|
|
|
var marker_c766633ffc26e807ea41a77e4010429b = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_c292df2edf398e4f898bb5e7dcb7a8db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e46ce4d26090ab7760222057450d3ba1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da200e40611ef882f8a004242a8818ae = $(`<div id="html_da200e40611ef882f8a004242a8818ae" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_e46ce4d26090ab7760222057450d3ba1.setContent(html_da200e40611ef882f8a004242a8818ae);
|
|
|
|
|
|
|
|
marker_c766633ffc26e807ea41a77e4010429b.bindPopup(popup_e46ce4d26090ab7760222057450d3ba1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c766633ffc26e807ea41a77e4010429b.setIcon(icon_c292df2edf398e4f898bb5e7dcb7a8db);
|
|
|
|
|
|
var marker_f4badc85a7622332f4fef9606a6ba5a7 = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_da81f3697dd32791ed3fdf80bec42a9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92a4993d574bfd40da662d4d096806a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e64d9375b7a992d8900b58cbb9114296 = $(`<div id="html_e64d9375b7a992d8900b58cbb9114296" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_92a4993d574bfd40da662d4d096806a6.setContent(html_e64d9375b7a992d8900b58cbb9114296);
|
|
|
|
|
|
|
|
marker_f4badc85a7622332f4fef9606a6ba5a7.bindPopup(popup_92a4993d574bfd40da662d4d096806a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4badc85a7622332f4fef9606a6ba5a7.setIcon(icon_da81f3697dd32791ed3fdf80bec42a9f);
|
|
|
|
|
|
var marker_50dce3abef20423492b2d4104ee410a2 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_e6d39cb5823f69fbb04b7c4342b48c6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbb8a48d8756bc9a5948843e21ac3c26 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4107febdfdbb9772f96e2c26204e51e = $(`<div id="html_e4107febdfdbb9772f96e2c26204e51e" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_fbb8a48d8756bc9a5948843e21ac3c26.setContent(html_e4107febdfdbb9772f96e2c26204e51e);
|
|
|
|
|
|
|
|
marker_50dce3abef20423492b2d4104ee410a2.bindPopup(popup_fbb8a48d8756bc9a5948843e21ac3c26)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50dce3abef20423492b2d4104ee410a2.setIcon(icon_e6d39cb5823f69fbb04b7c4342b48c6c);
|
|
|
|
|
|
var marker_312c4f96116ba804710dbc10fa8fbdf7 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_17a7b1539930e716bc0170e49da6cfb2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4b60e31097764937da5d0cad5f73870 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b25163efd602f08267bfe37abdb5c195 = $(`<div id="html_b25163efd602f08267bfe37abdb5c195" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_a4b60e31097764937da5d0cad5f73870.setContent(html_b25163efd602f08267bfe37abdb5c195);
|
|
|
|
|
|
|
|
marker_312c4f96116ba804710dbc10fa8fbdf7.bindPopup(popup_a4b60e31097764937da5d0cad5f73870)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_312c4f96116ba804710dbc10fa8fbdf7.setIcon(icon_17a7b1539930e716bc0170e49da6cfb2);
|
|
|
|
|
|
var marker_c10bbaf564bff0ff0ca25c9bdc1bbd8a = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_e4950ca35af961c7fac50ea8068e5b19 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d80612d37fb9060ed685084fbd3fde55 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9208b7508266232f556d8ea8c69a4fa4 = $(`<div id="html_9208b7508266232f556d8ea8c69a4fa4" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_d80612d37fb9060ed685084fbd3fde55.setContent(html_9208b7508266232f556d8ea8c69a4fa4);
|
|
|
|
|
|
|
|
marker_c10bbaf564bff0ff0ca25c9bdc1bbd8a.bindPopup(popup_d80612d37fb9060ed685084fbd3fde55)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c10bbaf564bff0ff0ca25c9bdc1bbd8a.setIcon(icon_e4950ca35af961c7fac50ea8068e5b19);
|
|
|
|
|
|
var marker_c025cb6db30d919f2767fea004f509d2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_2a62e923d82ee38379327bc0fa3774b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f9f2d6e15e78c0fe7fecfb316e705bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ed0cc08481bcef876e43e98c3d01f25 = $(`<div id="html_8ed0cc08481bcef876e43e98c3d01f25" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_6f9f2d6e15e78c0fe7fecfb316e705bd.setContent(html_8ed0cc08481bcef876e43e98c3d01f25);
|
|
|
|
|
|
|
|
marker_c025cb6db30d919f2767fea004f509d2.bindPopup(popup_6f9f2d6e15e78c0fe7fecfb316e705bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c025cb6db30d919f2767fea004f509d2.setIcon(icon_2a62e923d82ee38379327bc0fa3774b3);
|
|
|
|
|
|
var marker_9d91e7bfaec89f87f5b1317505f7e639 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_c800f08977c6c2ff4ee7f98e35c867f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d24b50c58bc92c1c41fc634e33539a3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77669edbca153c3a034e20561e837221 = $(`<div id="html_77669edbca153c3a034e20561e837221" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_d24b50c58bc92c1c41fc634e33539a3c.setContent(html_77669edbca153c3a034e20561e837221);
|
|
|
|
|
|
|
|
marker_9d91e7bfaec89f87f5b1317505f7e639.bindPopup(popup_d24b50c58bc92c1c41fc634e33539a3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d91e7bfaec89f87f5b1317505f7e639.setIcon(icon_c800f08977c6c2ff4ee7f98e35c867f8);
|
|
|
|
|
|
var marker_0349d94bd4a9cfcad9cb6ca12480aca9 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_dfa10fa74fc12510586b8c1d0b993171 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5e5d69c242faf302f85c0da77a9ce93d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e81e3eb00cda0c9018dba5eda534097 = $(`<div id="html_2e81e3eb00cda0c9018dba5eda534097" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_5e5d69c242faf302f85c0da77a9ce93d.setContent(html_2e81e3eb00cda0c9018dba5eda534097);
|
|
|
|
|
|
|
|
marker_0349d94bd4a9cfcad9cb6ca12480aca9.bindPopup(popup_5e5d69c242faf302f85c0da77a9ce93d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0349d94bd4a9cfcad9cb6ca12480aca9.setIcon(icon_dfa10fa74fc12510586b8c1d0b993171);
|
|
|
|
|
|
var marker_6720f89e5274012553e6de41c07582b1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_42b67aa5f186ceecad719b52e45cf756 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb13f5bb705094ed9dcb8ba5678ef019 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c3598ac6c8f754dec1941baf97129de = $(`<div id="html_4c3598ac6c8f754dec1941baf97129de" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_bb13f5bb705094ed9dcb8ba5678ef019.setContent(html_4c3598ac6c8f754dec1941baf97129de);
|
|
|
|
|
|
|
|
marker_6720f89e5274012553e6de41c07582b1.bindPopup(popup_bb13f5bb705094ed9dcb8ba5678ef019)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6720f89e5274012553e6de41c07582b1.setIcon(icon_42b67aa5f186ceecad719b52e45cf756);
|
|
|
|
|
|
var marker_6d44aa6b99f3aa913adeb4bc77c0cd9f = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_7abc255b406b5b6963dfaff242df409e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea3536ad6ff0ac757677e8747dd9d659 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_288f089f14895021e99d0cf68248f019 = $(`<div id="html_288f089f14895021e99d0cf68248f019" style="width: 100.0%; height: 100.0%;">pyramid.aaro.cc</div>`)[0];
|
|
popup_ea3536ad6ff0ac757677e8747dd9d659.setContent(html_288f089f14895021e99d0cf68248f019);
|
|
|
|
|
|
|
|
marker_6d44aa6b99f3aa913adeb4bc77c0cd9f.bindPopup(popup_ea3536ad6ff0ac757677e8747dd9d659)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d44aa6b99f3aa913adeb4bc77c0cd9f.setIcon(icon_7abc255b406b5b6963dfaff242df409e);
|
|
|
|
|
|
var marker_0fb8175932623625926dea6b36eaacd3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_62e8973ca66cbed959511f7b23413c6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_466f23fccb32aed45bf214d3be7ff0f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4047331e471c47ff12f14f759e78fd0a = $(`<div id="html_4047331e471c47ff12f14f759e78fd0a" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_466f23fccb32aed45bf214d3be7ff0f8.setContent(html_4047331e471c47ff12f14f759e78fd0a);
|
|
|
|
|
|
|
|
marker_0fb8175932623625926dea6b36eaacd3.bindPopup(popup_466f23fccb32aed45bf214d3be7ff0f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fb8175932623625926dea6b36eaacd3.setIcon(icon_62e8973ca66cbed959511f7b23413c6b);
|
|
|
|
|
|
var marker_274220917a78327bef9806c43e2fda65 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_1ac5775e1be1c98e5e259dda14f7eafe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0130323707cbe88210466adafb06071 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87ae12ac840d43130831a7a5752b96bf = $(`<div id="html_87ae12ac840d43130831a7a5752b96bf" style="width: 100.0%; height: 100.0%;">relay.unitypay.cash</div>`)[0];
|
|
popup_a0130323707cbe88210466adafb06071.setContent(html_87ae12ac840d43130831a7a5752b96bf);
|
|
|
|
|
|
|
|
marker_274220917a78327bef9806c43e2fda65.bindPopup(popup_a0130323707cbe88210466adafb06071)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_274220917a78327bef9806c43e2fda65.setIcon(icon_1ac5775e1be1c98e5e259dda14f7eafe);
|
|
|
|
|
|
var marker_dcd43fde1849501a7dc05fb1c75edc35 = L.marker(
|
|
[47.4988, 8.72369],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_af6353671a0b5841136f673dd1d543ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bbc7bbade015244ac09c9532cbf48811 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ad08c352d15559ad5e382dfd04c6c25 = $(`<div id="html_2ad08c352d15559ad5e382dfd04c6c25" style="width: 100.0%; height: 100.0%;">nostr.0x7e.xyz</div>`)[0];
|
|
popup_bbc7bbade015244ac09c9532cbf48811.setContent(html_2ad08c352d15559ad5e382dfd04c6c25);
|
|
|
|
|
|
|
|
marker_dcd43fde1849501a7dc05fb1c75edc35.bindPopup(popup_bbc7bbade015244ac09c9532cbf48811)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dcd43fde1849501a7dc05fb1c75edc35.setIcon(icon_af6353671a0b5841136f673dd1d543ec);
|
|
|
|
|
|
var marker_b18424e75fe186b8192e0a58b668c26a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_e00d06e8f29bc51ec58770e14515b699 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f1ca64d5d4e7d94d5faaa25c7c89680 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b37b81c6b81a2e304186612f67a017f9 = $(`<div id="html_b37b81c6b81a2e304186612f67a017f9" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_2f1ca64d5d4e7d94d5faaa25c7c89680.setContent(html_b37b81c6b81a2e304186612f67a017f9);
|
|
|
|
|
|
|
|
marker_b18424e75fe186b8192e0a58b668c26a.bindPopup(popup_2f1ca64d5d4e7d94d5faaa25c7c89680)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b18424e75fe186b8192e0a58b668c26a.setIcon(icon_e00d06e8f29bc51ec58770e14515b699);
|
|
|
|
|
|
var marker_d78528757bdf50d3fdb044cfa64af429 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_ecf4f209c925169c9c0561b23c700355 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93a02bb9284ec3bb0ff00d18fc88b96e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73811f7ce9cfce90b433ba2ec70554e5 = $(`<div id="html_73811f7ce9cfce90b433ba2ec70554e5" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_93a02bb9284ec3bb0ff00d18fc88b96e.setContent(html_73811f7ce9cfce90b433ba2ec70554e5);
|
|
|
|
|
|
|
|
marker_d78528757bdf50d3fdb044cfa64af429.bindPopup(popup_93a02bb9284ec3bb0ff00d18fc88b96e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d78528757bdf50d3fdb044cfa64af429.setIcon(icon_ecf4f209c925169c9c0561b23c700355);
|
|
|
|
|
|
var marker_92dc535f7372429099daa1d0fcdfc642 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_b696f4efe415c9443b8f9f1700d97128 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f225639050c956ed274dd8e8f903da4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ffbcf9952da790416e04dac7e34e5b5 = $(`<div id="html_3ffbcf9952da790416e04dac7e34e5b5" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_f225639050c956ed274dd8e8f903da4b.setContent(html_3ffbcf9952da790416e04dac7e34e5b5);
|
|
|
|
|
|
|
|
marker_92dc535f7372429099daa1d0fcdfc642.bindPopup(popup_f225639050c956ed274dd8e8f903da4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92dc535f7372429099daa1d0fcdfc642.setIcon(icon_b696f4efe415c9443b8f9f1700d97128);
|
|
|
|
|
|
var marker_65f08262eb18c157eb85a9fe19c124eb = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_a091d6980cea4059e71b4e0e74e1b13b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23db2ddfc618244f23c5f1f3ebed5bf0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94514c759333e248dead733708901938 = $(`<div id="html_94514c759333e248dead733708901938" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_23db2ddfc618244f23c5f1f3ebed5bf0.setContent(html_94514c759333e248dead733708901938);
|
|
|
|
|
|
|
|
marker_65f08262eb18c157eb85a9fe19c124eb.bindPopup(popup_23db2ddfc618244f23c5f1f3ebed5bf0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65f08262eb18c157eb85a9fe19c124eb.setIcon(icon_a091d6980cea4059e71b4e0e74e1b13b);
|
|
|
|
|
|
var marker_2d7a2b000a881a69f3863467d0bcfed5 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_ee2b8c1aaced2729f4d9fbcfc1b0646e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4cb2daf103dee4353c3f7f9c4b5bd1fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbceafce3228406428f7ebf7169edb70 = $(`<div id="html_dbceafce3228406428f7ebf7169edb70" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_4cb2daf103dee4353c3f7f9c4b5bd1fe.setContent(html_dbceafce3228406428f7ebf7169edb70);
|
|
|
|
|
|
|
|
marker_2d7a2b000a881a69f3863467d0bcfed5.bindPopup(popup_4cb2daf103dee4353c3f7f9c4b5bd1fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d7a2b000a881a69f3863467d0bcfed5.setIcon(icon_ee2b8c1aaced2729f4d9fbcfc1b0646e);
|
|
|
|
|
|
var marker_7b54bad8a1cd3a52885e8f33128125d9 = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_0f7663372d906c5fecc23a28bf4034e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4274258ef8dc8016bf1ed789cdd970c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfcfcca46c875ee1fb12be32f63c49fb = $(`<div id="html_cfcfcca46c875ee1fb12be32f63c49fb" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_4274258ef8dc8016bf1ed789cdd970c3.setContent(html_cfcfcca46c875ee1fb12be32f63c49fb);
|
|
|
|
|
|
|
|
marker_7b54bad8a1cd3a52885e8f33128125d9.bindPopup(popup_4274258ef8dc8016bf1ed789cdd970c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b54bad8a1cd3a52885e8f33128125d9.setIcon(icon_0f7663372d906c5fecc23a28bf4034e8);
|
|
|
|
|
|
var marker_a47ca60165276bd8724732f84a2dae23 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_0269a5bdf5dde67b54a758183e9dc774 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43ba96a484a354e4470f300eb78a3aad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30f224e6ce5011bb22ca228ae2705ff7 = $(`<div id="html_30f224e6ce5011bb22ca228ae2705ff7" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_43ba96a484a354e4470f300eb78a3aad.setContent(html_30f224e6ce5011bb22ca228ae2705ff7);
|
|
|
|
|
|
|
|
marker_a47ca60165276bd8724732f84a2dae23.bindPopup(popup_43ba96a484a354e4470f300eb78a3aad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a47ca60165276bd8724732f84a2dae23.setIcon(icon_0269a5bdf5dde67b54a758183e9dc774);
|
|
|
|
|
|
var marker_37b4f0549cf1541ff3847f7b7dc201c9 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_1614fee1f616f7b5de5bddefa543761b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59c9ec1dd47942e4bf9e467ab4ed9661 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d95d4657e97faf164169ff525cf748f9 = $(`<div id="html_d95d4657e97faf164169ff525cf748f9" style="width: 100.0%; height: 100.0%;">shu01.shugur.net</div>`)[0];
|
|
popup_59c9ec1dd47942e4bf9e467ab4ed9661.setContent(html_d95d4657e97faf164169ff525cf748f9);
|
|
|
|
|
|
|
|
marker_37b4f0549cf1541ff3847f7b7dc201c9.bindPopup(popup_59c9ec1dd47942e4bf9e467ab4ed9661)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37b4f0549cf1541ff3847f7b7dc201c9.setIcon(icon_1614fee1f616f7b5de5bddefa543761b);
|
|
|
|
|
|
var marker_f6d57de26c488f41af297859f3a115d4 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_0c1d6207d1591ba35b7a845734dde174 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22c30b5f2e3925cde6d7d1e4c8b269ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8eaf318619d21dbe8476a231769b7ae7 = $(`<div id="html_8eaf318619d21dbe8476a231769b7ae7" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_22c30b5f2e3925cde6d7d1e4c8b269ad.setContent(html_8eaf318619d21dbe8476a231769b7ae7);
|
|
|
|
|
|
|
|
marker_f6d57de26c488f41af297859f3a115d4.bindPopup(popup_22c30b5f2e3925cde6d7d1e4c8b269ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6d57de26c488f41af297859f3a115d4.setIcon(icon_0c1d6207d1591ba35b7a845734dde174);
|
|
|
|
|
|
var marker_2e64f913da65df70d3e16dc93c2ab735 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_5c63d7f29338f3fe6d09dbe6762a644d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_542267f37bf71a80bb99296e3a8bb843 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aae9aae98366b6e29abba77391743b43 = $(`<div id="html_aae9aae98366b6e29abba77391743b43" style="width: 100.0%; height: 100.0%;">0m0sef4nb45q6.cloreai.ru</div>`)[0];
|
|
popup_542267f37bf71a80bb99296e3a8bb843.setContent(html_aae9aae98366b6e29abba77391743b43);
|
|
|
|
|
|
|
|
marker_2e64f913da65df70d3e16dc93c2ab735.bindPopup(popup_542267f37bf71a80bb99296e3a8bb843)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e64f913da65df70d3e16dc93c2ab735.setIcon(icon_5c63d7f29338f3fe6d09dbe6762a644d);
|
|
|
|
|
|
var marker_578a0ba888f588ee2c2072ff7b3cb6e6 = L.marker(
|
|
[47.5549, 8.02182],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_63a729b52861728b61d83d64d9f75af5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d05aaf3c775bfdb79619367c6424472b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c5a8108d80d2e4863fc52ca4ef860102 = $(`<div id="html_c5a8108d80d2e4863fc52ca4ef860102" style="width: 100.0%; height: 100.0%;">social.protest.net/relay</div>`)[0];
|
|
popup_d05aaf3c775bfdb79619367c6424472b.setContent(html_c5a8108d80d2e4863fc52ca4ef860102);
|
|
|
|
|
|
|
|
marker_578a0ba888f588ee2c2072ff7b3cb6e6.bindPopup(popup_d05aaf3c775bfdb79619367c6424472b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_578a0ba888f588ee2c2072ff7b3cb6e6.setIcon(icon_63a729b52861728b61d83d64d9f75af5);
|
|
|
|
|
|
var marker_7e54cc965566a66abcfa83c4acd63bfa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_2f8de1b9fa2e0b6d682fb63ccb441f21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a83236ea88f5e735a191f66c1d4752b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_46c30447a1fc3d2e5c71d4f3d067c4a0 = $(`<div id="html_46c30447a1fc3d2e5c71d4f3d067c4a0" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_a83236ea88f5e735a191f66c1d4752b2.setContent(html_46c30447a1fc3d2e5c71d4f3d067c4a0);
|
|
|
|
|
|
|
|
marker_7e54cc965566a66abcfa83c4acd63bfa.bindPopup(popup_a83236ea88f5e735a191f66c1d4752b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e54cc965566a66abcfa83c4acd63bfa.setIcon(icon_2f8de1b9fa2e0b6d682fb63ccb441f21);
|
|
|
|
|
|
var marker_a8c8489e09eb8e2046bfc7f1ae4ebfc9 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_2e619a5f5653e2ee62eb35d3ec3043c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bdcf43e71c2d8b3e04d84977810bed5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_605982115378be57185e2009b92502dd = $(`<div id="html_605982115378be57185e2009b92502dd" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_7bdcf43e71c2d8b3e04d84977810bed5.setContent(html_605982115378be57185e2009b92502dd);
|
|
|
|
|
|
|
|
marker_a8c8489e09eb8e2046bfc7f1ae4ebfc9.bindPopup(popup_7bdcf43e71c2d8b3e04d84977810bed5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8c8489e09eb8e2046bfc7f1ae4ebfc9.setIcon(icon_2e619a5f5653e2ee62eb35d3ec3043c6);
|
|
|
|
|
|
var marker_58614f9f568fc76dcd69e33553742f19 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_d84388924480823f91addc78a4911d1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54af002b9a3517c375fec3a1d730fd7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcc980d2aa973aa9717b741ef4174eae = $(`<div id="html_fcc980d2aa973aa9717b741ef4174eae" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_54af002b9a3517c375fec3a1d730fd7f.setContent(html_fcc980d2aa973aa9717b741ef4174eae);
|
|
|
|
|
|
|
|
marker_58614f9f568fc76dcd69e33553742f19.bindPopup(popup_54af002b9a3517c375fec3a1d730fd7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_58614f9f568fc76dcd69e33553742f19.setIcon(icon_d84388924480823f91addc78a4911d1c);
|
|
|
|
|
|
var marker_769a67ce1b250854c8ed3d1d39e61f28 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_70d2ef1db20c5cedeada4190798960e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10dfd25a399786bb0d23ceba1f85b204 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15650354280bdaca81679d1507efce6e = $(`<div id="html_15650354280bdaca81679d1507efce6e" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_10dfd25a399786bb0d23ceba1f85b204.setContent(html_15650354280bdaca81679d1507efce6e);
|
|
|
|
|
|
|
|
marker_769a67ce1b250854c8ed3d1d39e61f28.bindPopup(popup_10dfd25a399786bb0d23ceba1f85b204)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_769a67ce1b250854c8ed3d1d39e61f28.setIcon(icon_70d2ef1db20c5cedeada4190798960e9);
|
|
|
|
|
|
var marker_6dd8db8a18a94bf73b7bcc42d03627e5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_8d979aa96eaae14d9632e61a2cf26107 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b8dd3abd3d8c91d198d47868838275e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b7ede453f1bf757c21a5670a6bc4a37 = $(`<div id="html_4b7ede453f1bf757c21a5670a6bc4a37" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_8b8dd3abd3d8c91d198d47868838275e.setContent(html_4b7ede453f1bf757c21a5670a6bc4a37);
|
|
|
|
|
|
|
|
marker_6dd8db8a18a94bf73b7bcc42d03627e5.bindPopup(popup_8b8dd3abd3d8c91d198d47868838275e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6dd8db8a18a94bf73b7bcc42d03627e5.setIcon(icon_8d979aa96eaae14d9632e61a2cf26107);
|
|
|
|
|
|
var marker_3beed0010706c694ae12d25d1550db60 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_a65f36580eecae3b71359387a72c32a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0cf5548906064b03ba2c6ceaed461432 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_611810079bca7e6be2fd714a6992fba9 = $(`<div id="html_611810079bca7e6be2fd714a6992fba9" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_0cf5548906064b03ba2c6ceaed461432.setContent(html_611810079bca7e6be2fd714a6992fba9);
|
|
|
|
|
|
|
|
marker_3beed0010706c694ae12d25d1550db60.bindPopup(popup_0cf5548906064b03ba2c6ceaed461432)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3beed0010706c694ae12d25d1550db60.setIcon(icon_a65f36580eecae3b71359387a72c32a7);
|
|
|
|
|
|
var marker_52a23339b8c028a5126dee5d86366a42 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_db2b3f0576d537238625ec30bf74321d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_393b2e3a9eb608a78b317a8992428a2b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ebd24d3a942f769e2a56a3d2bb54a44 = $(`<div id="html_9ebd24d3a942f769e2a56a3d2bb54a44" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_393b2e3a9eb608a78b317a8992428a2b.setContent(html_9ebd24d3a942f769e2a56a3d2bb54a44);
|
|
|
|
|
|
|
|
marker_52a23339b8c028a5126dee5d86366a42.bindPopup(popup_393b2e3a9eb608a78b317a8992428a2b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52a23339b8c028a5126dee5d86366a42.setIcon(icon_db2b3f0576d537238625ec30bf74321d);
|
|
|
|
|
|
var marker_462dfb0d98f61396c70e9dfdd06a9fac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_a593fe2472a5983e0d82c010e7dd782a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7520a473afc18b97ec8979fcb542f0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ceff061c5968cfaf4e679daceb57ebb = $(`<div id="html_2ceff061c5968cfaf4e679daceb57ebb" style="width: 100.0%; height: 100.0%;">relaynostr.breadslice.com</div>`)[0];
|
|
popup_b7520a473afc18b97ec8979fcb542f0c.setContent(html_2ceff061c5968cfaf4e679daceb57ebb);
|
|
|
|
|
|
|
|
marker_462dfb0d98f61396c70e9dfdd06a9fac.bindPopup(popup_b7520a473afc18b97ec8979fcb542f0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_462dfb0d98f61396c70e9dfdd06a9fac.setIcon(icon_a593fe2472a5983e0d82c010e7dd782a);
|
|
|
|
|
|
var marker_2a0742fb3265a764f7522573c8674fb5 = L.marker(
|
|
[1.29524, 103.79],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_b56a1005f34b22655bf812935e723da3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_095a65e62db94b7a5c6f54d0d0d7a6e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e25ae6e94120ff974e8de8f60941e81a = $(`<div id="html_e25ae6e94120ff974e8de8f60941e81a" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_095a65e62db94b7a5c6f54d0d0d7a6e7.setContent(html_e25ae6e94120ff974e8de8f60941e81a);
|
|
|
|
|
|
|
|
marker_2a0742fb3265a764f7522573c8674fb5.bindPopup(popup_095a65e62db94b7a5c6f54d0d0d7a6e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a0742fb3265a764f7522573c8674fb5.setIcon(icon_b56a1005f34b22655bf812935e723da3);
|
|
|
|
|
|
var marker_c7480257ffc0bd778558ea1552743c35 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_bbc217a834859cdccb903581cfbc5691 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5293fc6a781001ff7fc53c0cd382c61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90a1747b8018e7439461f5e3ede5920c = $(`<div id="html_90a1747b8018e7439461f5e3ede5920c" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_e5293fc6a781001ff7fc53c0cd382c61.setContent(html_90a1747b8018e7439461f5e3ede5920c);
|
|
|
|
|
|
|
|
marker_c7480257ffc0bd778558ea1552743c35.bindPopup(popup_e5293fc6a781001ff7fc53c0cd382c61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7480257ffc0bd778558ea1552743c35.setIcon(icon_bbc217a834859cdccb903581cfbc5691);
|
|
|
|
|
|
var marker_dca1f536f60578e1ce9d1b52c3089ac2 = L.marker(
|
|
[34.6937, 135.502],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_4fa1e72b00546f55e7a9acc6a2101108 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_257bb36a16ebca7e457c7278ed2c454c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f20dae377c72a0e844aaaef8009a36fd = $(`<div id="html_f20dae377c72a0e844aaaef8009a36fd" style="width: 100.0%; height: 100.0%;">v-relay.d02.vrtmrz.net</div>`)[0];
|
|
popup_257bb36a16ebca7e457c7278ed2c454c.setContent(html_f20dae377c72a0e844aaaef8009a36fd);
|
|
|
|
|
|
|
|
marker_dca1f536f60578e1ce9d1b52c3089ac2.bindPopup(popup_257bb36a16ebca7e457c7278ed2c454c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dca1f536f60578e1ce9d1b52c3089ac2.setIcon(icon_4fa1e72b00546f55e7a9acc6a2101108);
|
|
|
|
|
|
var marker_2a5b80f0d916b739dc99d5a2aef825d0 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_a0f593deecdedde9a955a85a857e26ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aee6a35c57ec4c96a7543fc8a9619089 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a42c1a16966811099ffe424a7e5b88d = $(`<div id="html_6a42c1a16966811099ffe424a7e5b88d" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_aee6a35c57ec4c96a7543fc8a9619089.setContent(html_6a42c1a16966811099ffe424a7e5b88d);
|
|
|
|
|
|
|
|
marker_2a5b80f0d916b739dc99d5a2aef825d0.bindPopup(popup_aee6a35c57ec4c96a7543fc8a9619089)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a5b80f0d916b739dc99d5a2aef825d0.setIcon(icon_a0f593deecdedde9a955a85a857e26ad);
|
|
|
|
|
|
var marker_c99ac163f63ec58ad9a1587cdb7c9c1b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_ccf1dbb9ae46656fbe457af6b1100127 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8816c846d5ed8a4bdeabe0d4feaf65f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d037e8996389428b767a3f6ca3a79c3d = $(`<div id="html_d037e8996389428b767a3f6ca3a79c3d" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_8816c846d5ed8a4bdeabe0d4feaf65f4.setContent(html_d037e8996389428b767a3f6ca3a79c3d);
|
|
|
|
|
|
|
|
marker_c99ac163f63ec58ad9a1587cdb7c9c1b.bindPopup(popup_8816c846d5ed8a4bdeabe0d4feaf65f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c99ac163f63ec58ad9a1587cdb7c9c1b.setIcon(icon_ccf1dbb9ae46656fbe457af6b1100127);
|
|
|
|
|
|
var marker_524818cf58dadf7ae7bc1253cff964e5 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_2e2eaf76ff6734d9ef2e7cd58a710a57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c9578326a2de337cbb3a9512a4647e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_407b653a07a6e75f2b5413f7b3748b15 = $(`<div id="html_407b653a07a6e75f2b5413f7b3748b15" style="width: 100.0%; height: 100.0%;">rele.speyhard.vip</div>`)[0];
|
|
popup_2c9578326a2de337cbb3a9512a4647e3.setContent(html_407b653a07a6e75f2b5413f7b3748b15);
|
|
|
|
|
|
|
|
marker_524818cf58dadf7ae7bc1253cff964e5.bindPopup(popup_2c9578326a2de337cbb3a9512a4647e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_524818cf58dadf7ae7bc1253cff964e5.setIcon(icon_2e2eaf76ff6734d9ef2e7cd58a710a57);
|
|
|
|
|
|
var marker_d91b4c7329e5565e2a0ae59f0d5798d0 = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_15d6d3752266320796db2d0c8fc40eed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f968d4d3d2399c51aaef3d94a0f01094 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bc29febfef14ade7db148a29b255f7f = $(`<div id="html_1bc29febfef14ade7db148a29b255f7f" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_f968d4d3d2399c51aaef3d94a0f01094.setContent(html_1bc29febfef14ade7db148a29b255f7f);
|
|
|
|
|
|
|
|
marker_d91b4c7329e5565e2a0ae59f0d5798d0.bindPopup(popup_f968d4d3d2399c51aaef3d94a0f01094)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d91b4c7329e5565e2a0ae59f0d5798d0.setIcon(icon_15d6d3752266320796db2d0c8fc40eed);
|
|
|
|
|
|
var marker_85c985e18d758079e9083665b8c0c54f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_e2219a36d18e313a8cf5ec795ed4145a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a106a5b91356dd7bc58211a77a489fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86abaf61cf0d5d2f6269986a346555a0 = $(`<div id="html_86abaf61cf0d5d2f6269986a346555a0" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_8a106a5b91356dd7bc58211a77a489fe.setContent(html_86abaf61cf0d5d2f6269986a346555a0);
|
|
|
|
|
|
|
|
marker_85c985e18d758079e9083665b8c0c54f.bindPopup(popup_8a106a5b91356dd7bc58211a77a489fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85c985e18d758079e9083665b8c0c54f.setIcon(icon_e2219a36d18e313a8cf5ec795ed4145a);
|
|
|
|
|
|
var marker_f7db1d5524ea8406757d40eb91a18bfd = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_c8889db2ce9ea8227547456912afc689 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5984370873d054f753e715a91559661 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c703ab0c0b61b73bab172f555615ac2 = $(`<div id="html_6c703ab0c0b61b73bab172f555615ac2" style="width: 100.0%; height: 100.0%;">nostream.breadslice.com</div>`)[0];
|
|
popup_a5984370873d054f753e715a91559661.setContent(html_6c703ab0c0b61b73bab172f555615ac2);
|
|
|
|
|
|
|
|
marker_f7db1d5524ea8406757d40eb91a18bfd.bindPopup(popup_a5984370873d054f753e715a91559661)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7db1d5524ea8406757d40eb91a18bfd.setIcon(icon_c8889db2ce9ea8227547456912afc689);
|
|
|
|
|
|
var marker_37636f00daf281741cc7a4903a2b7d1f = L.marker(
|
|
[34.0965, -117.585],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_629dffd6a64ca4771dc8d91fff273c41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0886077a078965cac40bdd3e4318a51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c1fa741e78c3ab1315ad7920e9687e8 = $(`<div id="html_3c1fa741e78c3ab1315ad7920e9687e8" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_e0886077a078965cac40bdd3e4318a51.setContent(html_3c1fa741e78c3ab1315ad7920e9687e8);
|
|
|
|
|
|
|
|
marker_37636f00daf281741cc7a4903a2b7d1f.bindPopup(popup_e0886077a078965cac40bdd3e4318a51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37636f00daf281741cc7a4903a2b7d1f.setIcon(icon_629dffd6a64ca4771dc8d91fff273c41);
|
|
|
|
|
|
var marker_76874ba8e3c47fb2076621017e329c29 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_38d6042324598ccfbc1dc73afc067dc4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e411e6ca5ca13b69c1693b21d9479716 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1d694ac2a176dcf7a8d3f9fc5677e1d = $(`<div id="html_b1d694ac2a176dcf7a8d3f9fc5677e1d" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_e411e6ca5ca13b69c1693b21d9479716.setContent(html_b1d694ac2a176dcf7a8d3f9fc5677e1d);
|
|
|
|
|
|
|
|
marker_76874ba8e3c47fb2076621017e329c29.bindPopup(popup_e411e6ca5ca13b69c1693b21d9479716)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76874ba8e3c47fb2076621017e329c29.setIcon(icon_38d6042324598ccfbc1dc73afc067dc4);
|
|
|
|
|
|
var marker_1720171627c2a39e7bde938b7d29c3ad = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_eb4f641504eaee25711aaaf93df05a66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5ea32361319249df103c7d500d54480 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1260aa28a8293c9741c3d1f1a8f1374b = $(`<div id="html_1260aa28a8293c9741c3d1f1a8f1374b" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_f5ea32361319249df103c7d500d54480.setContent(html_1260aa28a8293c9741c3d1f1a8f1374b);
|
|
|
|
|
|
|
|
marker_1720171627c2a39e7bde938b7d29c3ad.bindPopup(popup_f5ea32361319249df103c7d500d54480)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1720171627c2a39e7bde938b7d29c3ad.setIcon(icon_eb4f641504eaee25711aaaf93df05a66);
|
|
|
|
|
|
var marker_73c37fadce497a9d7078e6548b361351 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_f0278548e3b28798b5f6b7780ae1aa72 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df11d28a9ff1630cec579f2d23f3a5a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efa3bc637c510b55b157f4b3813f785d = $(`<div id="html_efa3bc637c510b55b157f4b3813f785d" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_df11d28a9ff1630cec579f2d23f3a5a1.setContent(html_efa3bc637c510b55b157f4b3813f785d);
|
|
|
|
|
|
|
|
marker_73c37fadce497a9d7078e6548b361351.bindPopup(popup_df11d28a9ff1630cec579f2d23f3a5a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73c37fadce497a9d7078e6548b361351.setIcon(icon_f0278548e3b28798b5f6b7780ae1aa72);
|
|
|
|
|
|
var marker_fb235c369c4b72ad3dc8d06700343812 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_54ae28aec1bb2d18a63b6cdd8bf23fd3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8466acc6601f4842bbd254e6eafe84e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea2eda3c5270f248e172d8efe6b3f97b = $(`<div id="html_ea2eda3c5270f248e172d8efe6b3f97b" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_8466acc6601f4842bbd254e6eafe84e3.setContent(html_ea2eda3c5270f248e172d8efe6b3f97b);
|
|
|
|
|
|
|
|
marker_fb235c369c4b72ad3dc8d06700343812.bindPopup(popup_8466acc6601f4842bbd254e6eafe84e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb235c369c4b72ad3dc8d06700343812.setIcon(icon_54ae28aec1bb2d18a63b6cdd8bf23fd3);
|
|
|
|
|
|
var marker_3172590206f8d8ad8be205b8ae65cac0 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_d68f40147c07753c3b35d8878520f61f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ff18d2fb9f6045bd559afb621f3b590 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9401e167120dd0e5529dca2a7f16ee1f = $(`<div id="html_9401e167120dd0e5529dca2a7f16ee1f" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_2ff18d2fb9f6045bd559afb621f3b590.setContent(html_9401e167120dd0e5529dca2a7f16ee1f);
|
|
|
|
|
|
|
|
marker_3172590206f8d8ad8be205b8ae65cac0.bindPopup(popup_2ff18d2fb9f6045bd559afb621f3b590)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3172590206f8d8ad8be205b8ae65cac0.setIcon(icon_d68f40147c07753c3b35d8878520f61f);
|
|
|
|
|
|
var marker_9fd9524cad74791a614948bc64647d94 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_a910efb9ae9a7e3b66ed3b056fd16371 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84dd07cadc8cd40731380bc67fb8c90b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_409327bc5b2ef484993afedee9fd49c9 = $(`<div id="html_409327bc5b2ef484993afedee9fd49c9" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_84dd07cadc8cd40731380bc67fb8c90b.setContent(html_409327bc5b2ef484993afedee9fd49c9);
|
|
|
|
|
|
|
|
marker_9fd9524cad74791a614948bc64647d94.bindPopup(popup_84dd07cadc8cd40731380bc67fb8c90b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9fd9524cad74791a614948bc64647d94.setIcon(icon_a910efb9ae9a7e3b66ed3b056fd16371);
|
|
|
|
|
|
var marker_cb30d29ca8586877a196cd33a603fef8 = L.marker(
|
|
[51.2277, 6.77346],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_1473699be9481b1abd66b2f1a36fd49c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa117ebbc90a2cebb9d12a01fc68c1c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5436cb55550f5cd839076d17d6762a4 = $(`<div id="html_f5436cb55550f5cd839076d17d6762a4" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_fa117ebbc90a2cebb9d12a01fc68c1c1.setContent(html_f5436cb55550f5cd839076d17d6762a4);
|
|
|
|
|
|
|
|
marker_cb30d29ca8586877a196cd33a603fef8.bindPopup(popup_fa117ebbc90a2cebb9d12a01fc68c1c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb30d29ca8586877a196cd33a603fef8.setIcon(icon_1473699be9481b1abd66b2f1a36fd49c);
|
|
|
|
|
|
var marker_dbbb3c57b42efb1e2a0cd822a2c48558 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_e998f4f61c48b469fbc766c7cb9525be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62ba42fd52473ace032156c8b66adc3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_731e07a1eb352e4ee21489e3160ee74c = $(`<div id="html_731e07a1eb352e4ee21489e3160ee74c" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_62ba42fd52473ace032156c8b66adc3c.setContent(html_731e07a1eb352e4ee21489e3160ee74c);
|
|
|
|
|
|
|
|
marker_dbbb3c57b42efb1e2a0cd822a2c48558.bindPopup(popup_62ba42fd52473ace032156c8b66adc3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbbb3c57b42efb1e2a0cd822a2c48558.setIcon(icon_e998f4f61c48b469fbc766c7cb9525be);
|
|
|
|
|
|
var marker_d067dd2d7cfeed64743e00329f1a3ebc = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_ab7da0742044d4c1d5dd36e5993970ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27309cb98b1f49d639b23b71dc92511c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cace5c3a6e82c308cd02adf3c3a4a294 = $(`<div id="html_cace5c3a6e82c308cd02adf3c3a4a294" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_27309cb98b1f49d639b23b71dc92511c.setContent(html_cace5c3a6e82c308cd02adf3c3a4a294);
|
|
|
|
|
|
|
|
marker_d067dd2d7cfeed64743e00329f1a3ebc.bindPopup(popup_27309cb98b1f49d639b23b71dc92511c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d067dd2d7cfeed64743e00329f1a3ebc.setIcon(icon_ab7da0742044d4c1d5dd36e5993970ca);
|
|
|
|
|
|
var marker_98408d96c18bc3f36f94cc7134ea150c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_9f1f4dc8e86e8901157059d47122ccc5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da4d5b44cc1b5dc5a01d51c46c8ebcd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f68b13d4d5df3b7c5d57c9edd3c107a2 = $(`<div id="html_f68b13d4d5df3b7c5d57c9edd3c107a2" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_da4d5b44cc1b5dc5a01d51c46c8ebcd3.setContent(html_f68b13d4d5df3b7c5d57c9edd3c107a2);
|
|
|
|
|
|
|
|
marker_98408d96c18bc3f36f94cc7134ea150c.bindPopup(popup_da4d5b44cc1b5dc5a01d51c46c8ebcd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98408d96c18bc3f36f94cc7134ea150c.setIcon(icon_9f1f4dc8e86e8901157059d47122ccc5);
|
|
|
|
|
|
var marker_ec9c91c7786e7dbc8e84fca7a1bea2e6 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_0ac2df81816fe55d9eb70e5d51f638ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c38625ad3a9b05db919154ead508d54 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_894fe96c5f182f3dad0e32aaaec56fd5 = $(`<div id="html_894fe96c5f182f3dad0e32aaaec56fd5" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_5c38625ad3a9b05db919154ead508d54.setContent(html_894fe96c5f182f3dad0e32aaaec56fd5);
|
|
|
|
|
|
|
|
marker_ec9c91c7786e7dbc8e84fca7a1bea2e6.bindPopup(popup_5c38625ad3a9b05db919154ead508d54)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec9c91c7786e7dbc8e84fca7a1bea2e6.setIcon(icon_0ac2df81816fe55d9eb70e5d51f638ba);
|
|
|
|
|
|
var marker_70e843e7efd0b67e4dad8af0d2c91d39 = L.marker(
|
|
[47.6735, -116.781],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_9d4bd28babe4eb87950ffe6ed76db350 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3611cf29eb7f85d1a842f55a86b2c491 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1be016ad7063f75cf9aaa0e581c38da3 = $(`<div id="html_1be016ad7063f75cf9aaa0e581c38da3" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_3611cf29eb7f85d1a842f55a86b2c491.setContent(html_1be016ad7063f75cf9aaa0e581c38da3);
|
|
|
|
|
|
|
|
marker_70e843e7efd0b67e4dad8af0d2c91d39.bindPopup(popup_3611cf29eb7f85d1a842f55a86b2c491)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70e843e7efd0b67e4dad8af0d2c91d39.setIcon(icon_9d4bd28babe4eb87950ffe6ed76db350);
|
|
|
|
|
|
var marker_37708e1e92674c6f3c50fd1bd98ddebf = L.marker(
|
|
[18.2148, -63.0574],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_ed6481020c9813b791af83bfa8b30ce4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ff68446214f1d146679415d94476dd0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28c9d5a1c6c81aee047e29b490994869 = $(`<div id="html_28c9d5a1c6c81aee047e29b490994869" style="width: 100.0%; height: 100.0%;">wot.geektank.ai</div>`)[0];
|
|
popup_5ff68446214f1d146679415d94476dd0.setContent(html_28c9d5a1c6c81aee047e29b490994869);
|
|
|
|
|
|
|
|
marker_37708e1e92674c6f3c50fd1bd98ddebf.bindPopup(popup_5ff68446214f1d146679415d94476dd0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_37708e1e92674c6f3c50fd1bd98ddebf.setIcon(icon_ed6481020c9813b791af83bfa8b30ce4);
|
|
|
|
|
|
var marker_7de4a44893b55811536e1cb6bce001ce = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_8ab54c361c8eb419d774422ea7fa148e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9fd814edbf881c391c6f0cb68ae367a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4052c147838a4fba031a619d2a893597 = $(`<div id="html_4052c147838a4fba031a619d2a893597" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_9fd814edbf881c391c6f0cb68ae367a2.setContent(html_4052c147838a4fba031a619d2a893597);
|
|
|
|
|
|
|
|
marker_7de4a44893b55811536e1cb6bce001ce.bindPopup(popup_9fd814edbf881c391c6f0cb68ae367a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7de4a44893b55811536e1cb6bce001ce.setIcon(icon_8ab54c361c8eb419d774422ea7fa148e);
|
|
|
|
|
|
var marker_8b5e86d5f7c33ab36fc0364593f015c4 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_4fb19f9bda92e3b46b7c669c12fcc2a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a5dc2cdabce0f6cf0e86f3e5e606f97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c03eeebe237b31a6134db24f9c46874e = $(`<div id="html_c03eeebe237b31a6134db24f9c46874e" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_4a5dc2cdabce0f6cf0e86f3e5e606f97.setContent(html_c03eeebe237b31a6134db24f9c46874e);
|
|
|
|
|
|
|
|
marker_8b5e86d5f7c33ab36fc0364593f015c4.bindPopup(popup_4a5dc2cdabce0f6cf0e86f3e5e606f97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b5e86d5f7c33ab36fc0364593f015c4.setIcon(icon_4fb19f9bda92e3b46b7c669c12fcc2a9);
|
|
|
|
|
|
var marker_e1bb0b1aca935769caf9e2d4cdd2af6f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_2775dc932be05f07a83444bb183ee6c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2031e93769f12f8a8aa28ecc83de9de2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ffb1f41d7dd70a377147742c5b3e7e8 = $(`<div id="html_6ffb1f41d7dd70a377147742c5b3e7e8" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_2031e93769f12f8a8aa28ecc83de9de2.setContent(html_6ffb1f41d7dd70a377147742c5b3e7e8);
|
|
|
|
|
|
|
|
marker_e1bb0b1aca935769caf9e2d4cdd2af6f.bindPopup(popup_2031e93769f12f8a8aa28ecc83de9de2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1bb0b1aca935769caf9e2d4cdd2af6f.setIcon(icon_2775dc932be05f07a83444bb183ee6c1);
|
|
|
|
|
|
var marker_3272ef1203dbcdc64190adcb9fa140c0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_b0a529aaf1019093c534659ccf03c4e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c02b1c7dc865c43ef3f42355ee2eec19 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4bb468287cda2822cb72922f4480bdfa = $(`<div id="html_4bb468287cda2822cb72922f4480bdfa" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_c02b1c7dc865c43ef3f42355ee2eec19.setContent(html_4bb468287cda2822cb72922f4480bdfa);
|
|
|
|
|
|
|
|
marker_3272ef1203dbcdc64190adcb9fa140c0.bindPopup(popup_c02b1c7dc865c43ef3f42355ee2eec19)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3272ef1203dbcdc64190adcb9fa140c0.setIcon(icon_b0a529aaf1019093c534659ccf03c4e1);
|
|
|
|
|
|
var marker_b2be7e55df7aaae1afaad988c24f0354 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_d8a3b287ad97c27e104bea6c62ffc95a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0af29d8bafbeff5161d8ea8e54139358 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1114aa599afde28d7a4b6aa4f4c8c173 = $(`<div id="html_1114aa599afde28d7a4b6aa4f4c8c173" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_0af29d8bafbeff5161d8ea8e54139358.setContent(html_1114aa599afde28d7a4b6aa4f4c8c173);
|
|
|
|
|
|
|
|
marker_b2be7e55df7aaae1afaad988c24f0354.bindPopup(popup_0af29d8bafbeff5161d8ea8e54139358)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2be7e55df7aaae1afaad988c24f0354.setIcon(icon_d8a3b287ad97c27e104bea6c62ffc95a);
|
|
|
|
|
|
var marker_22636f46d0bea437b6dd007c061e8a66 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_9c37a3e3087021d10a27a42ca259340a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c621243784de2f348da21cf2b073a2f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cbee71a2665fc543b9ce349fc923a93 = $(`<div id="html_8cbee71a2665fc543b9ce349fc923a93" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_c621243784de2f348da21cf2b073a2f1.setContent(html_8cbee71a2665fc543b9ce349fc923a93);
|
|
|
|
|
|
|
|
marker_22636f46d0bea437b6dd007c061e8a66.bindPopup(popup_c621243784de2f348da21cf2b073a2f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22636f46d0bea437b6dd007c061e8a66.setIcon(icon_9c37a3e3087021d10a27a42ca259340a);
|
|
|
|
|
|
var marker_05c767d401e49eb2a490ee36e86631ce = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_e3564754bc42f50dac3bf3c4dcf80283 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64d6411328b1239a02c5e01cc8e0b464 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e79bb4bfc643a52dc0df1aa216ef9f84 = $(`<div id="html_e79bb4bfc643a52dc0df1aa216ef9f84" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_64d6411328b1239a02c5e01cc8e0b464.setContent(html_e79bb4bfc643a52dc0df1aa216ef9f84);
|
|
|
|
|
|
|
|
marker_05c767d401e49eb2a490ee36e86631ce.bindPopup(popup_64d6411328b1239a02c5e01cc8e0b464)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05c767d401e49eb2a490ee36e86631ce.setIcon(icon_e3564754bc42f50dac3bf3c4dcf80283);
|
|
|
|
|
|
var marker_285ea099c7ffb5b8aae45135780b6211 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_097c158a8e6c0af10ed1092472055859 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7643710359e2bed7be8c639007a2b18c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_142e87c5bd686fd03850b06d4b5aa28b = $(`<div id="html_142e87c5bd686fd03850b06d4b5aa28b" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_7643710359e2bed7be8c639007a2b18c.setContent(html_142e87c5bd686fd03850b06d4b5aa28b);
|
|
|
|
|
|
|
|
marker_285ea099c7ffb5b8aae45135780b6211.bindPopup(popup_7643710359e2bed7be8c639007a2b18c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_285ea099c7ffb5b8aae45135780b6211.setIcon(icon_097c158a8e6c0af10ed1092472055859);
|
|
|
|
|
|
var marker_2e51d9e22f0fc9b41656f51bb7fa2c50 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_fad20ed63f49a7b6a53d46ddd8244423 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b431546083bec3287c44ca1d59c5fdb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_859c1470614878b6684901a9e755b44d = $(`<div id="html_859c1470614878b6684901a9e755b44d" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_b431546083bec3287c44ca1d59c5fdb9.setContent(html_859c1470614878b6684901a9e755b44d);
|
|
|
|
|
|
|
|
marker_2e51d9e22f0fc9b41656f51bb7fa2c50.bindPopup(popup_b431546083bec3287c44ca1d59c5fdb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e51d9e22f0fc9b41656f51bb7fa2c50.setIcon(icon_fad20ed63f49a7b6a53d46ddd8244423);
|
|
|
|
|
|
var marker_487a60a22720da77eea064f80c3c900e = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_48a8bbe6b35da831a542fea47231b44b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b58ce24ba035450e9d56d2d03d179e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_179a0334e2b76061a6cdd1358039e668 = $(`<div id="html_179a0334e2b76061a6cdd1358039e668" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_8b58ce24ba035450e9d56d2d03d179e6.setContent(html_179a0334e2b76061a6cdd1358039e668);
|
|
|
|
|
|
|
|
marker_487a60a22720da77eea064f80c3c900e.bindPopup(popup_8b58ce24ba035450e9d56d2d03d179e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_487a60a22720da77eea064f80c3c900e.setIcon(icon_48a8bbe6b35da831a542fea47231b44b);
|
|
|
|
|
|
var marker_094162ccc7c14600865685c49e900fab = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_46bba24db90313eed13a722aa36329d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f29a47bbab391c97f501b1a4ce0455a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a90a6ff04bce8eea448a3b63f99a8c2f = $(`<div id="html_a90a6ff04bce8eea448a3b63f99a8c2f" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_0f29a47bbab391c97f501b1a4ce0455a.setContent(html_a90a6ff04bce8eea448a3b63f99a8c2f);
|
|
|
|
|
|
|
|
marker_094162ccc7c14600865685c49e900fab.bindPopup(popup_0f29a47bbab391c97f501b1a4ce0455a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_094162ccc7c14600865685c49e900fab.setIcon(icon_46bba24db90313eed13a722aa36329d6);
|
|
|
|
|
|
var marker_c81478a9e93f8e7f37eb3a46923d633e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_51523b0b2d5b1ca144064574fbf8ed6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_090aad410b528b90b89337940dde944f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_586ba647321b90eb52fe987a0621ca8f = $(`<div id="html_586ba647321b90eb52fe987a0621ca8f" style="width: 100.0%; height: 100.0%;">nostr.rikmeijer.nl</div>`)[0];
|
|
popup_090aad410b528b90b89337940dde944f.setContent(html_586ba647321b90eb52fe987a0621ca8f);
|
|
|
|
|
|
|
|
marker_c81478a9e93f8e7f37eb3a46923d633e.bindPopup(popup_090aad410b528b90b89337940dde944f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c81478a9e93f8e7f37eb3a46923d633e.setIcon(icon_51523b0b2d5b1ca144064574fbf8ed6d);
|
|
|
|
|
|
var marker_155f9f7dddab1e19eb45a24a3c676309 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_0a98920ca03776a03fd2f80026ac2a6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e9b1af85cee5cb4003c225594289d65 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_603fc8c18ba1d7cff25d241fb0b276c6 = $(`<div id="html_603fc8c18ba1d7cff25d241fb0b276c6" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_7e9b1af85cee5cb4003c225594289d65.setContent(html_603fc8c18ba1d7cff25d241fb0b276c6);
|
|
|
|
|
|
|
|
marker_155f9f7dddab1e19eb45a24a3c676309.bindPopup(popup_7e9b1af85cee5cb4003c225594289d65)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_155f9f7dddab1e19eb45a24a3c676309.setIcon(icon_0a98920ca03776a03fd2f80026ac2a6a);
|
|
|
|
|
|
var marker_4f859678e04e57b5b93da32eabb9efdd = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_bbb310f8bfbf417ef0a018ded2d6bcfe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_798eb05ca347ceabacd622f845de864f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb7127bd5df8bb9cad4853b9adcf6eb7 = $(`<div id="html_bb7127bd5df8bb9cad4853b9adcf6eb7" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_798eb05ca347ceabacd622f845de864f.setContent(html_bb7127bd5df8bb9cad4853b9adcf6eb7);
|
|
|
|
|
|
|
|
marker_4f859678e04e57b5b93da32eabb9efdd.bindPopup(popup_798eb05ca347ceabacd622f845de864f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f859678e04e57b5b93da32eabb9efdd.setIcon(icon_bbb310f8bfbf417ef0a018ded2d6bcfe);
|
|
|
|
|
|
var marker_7050b6fe3cbf1ac00747340183c672e7 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_afb0ab03f5039c02af60cd04bbd4349b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e909da793158b53f1a9267c62ab015ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef0b75b248707804b1a4c061b75e0d81 = $(`<div id="html_ef0b75b248707804b1a4c061b75e0d81" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_e909da793158b53f1a9267c62ab015ac.setContent(html_ef0b75b248707804b1a4c061b75e0d81);
|
|
|
|
|
|
|
|
marker_7050b6fe3cbf1ac00747340183c672e7.bindPopup(popup_e909da793158b53f1a9267c62ab015ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7050b6fe3cbf1ac00747340183c672e7.setIcon(icon_afb0ab03f5039c02af60cd04bbd4349b);
|
|
|
|
|
|
var marker_3d35b9157128c2ee549a853f31b09b6a = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_3ac57008118b0d8c4bc1cd17f4162081 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f458457bca0663c95e743540760094b8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e87647470ec2074471cf0da3f11a1192 = $(`<div id="html_e87647470ec2074471cf0da3f11a1192" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_f458457bca0663c95e743540760094b8.setContent(html_e87647470ec2074471cf0da3f11a1192);
|
|
|
|
|
|
|
|
marker_3d35b9157128c2ee549a853f31b09b6a.bindPopup(popup_f458457bca0663c95e743540760094b8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d35b9157128c2ee549a853f31b09b6a.setIcon(icon_3ac57008118b0d8c4bc1cd17f4162081);
|
|
|
|
|
|
var marker_8d709672ea5958570e3aa84e5532baf0 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_28df5a62841799ec550c7eb9e88052c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_914a957e0719617c468ad09c015e474d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56923a215636a396f249da44661faf00 = $(`<div id="html_56923a215636a396f249da44661faf00" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_914a957e0719617c468ad09c015e474d.setContent(html_56923a215636a396f249da44661faf00);
|
|
|
|
|
|
|
|
marker_8d709672ea5958570e3aa84e5532baf0.bindPopup(popup_914a957e0719617c468ad09c015e474d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d709672ea5958570e3aa84e5532baf0.setIcon(icon_28df5a62841799ec550c7eb9e88052c3);
|
|
|
|
|
|
var marker_eaec3edf2bbfb0342d22ef0f4d602843 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_f71f76ea63e795f1924cfd4aa4460a9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_542543477a117984338a0265ce4679dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd1970b82c83e97111b02713af673f8c = $(`<div id="html_fd1970b82c83e97111b02713af673f8c" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_542543477a117984338a0265ce4679dc.setContent(html_fd1970b82c83e97111b02713af673f8c);
|
|
|
|
|
|
|
|
marker_eaec3edf2bbfb0342d22ef0f4d602843.bindPopup(popup_542543477a117984338a0265ce4679dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eaec3edf2bbfb0342d22ef0f4d602843.setIcon(icon_f71f76ea63e795f1924cfd4aa4460a9e);
|
|
|
|
|
|
var marker_4dc782264a21cb72903c07e9d90cb52a = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_459cdfc4b7c3a67110b970a922d3cee0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab9c56c5a7b9ad6d840ea6b84597d1b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef877fb9d58a0e8a543313a6f0bff5dc = $(`<div id="html_ef877fb9d58a0e8a543313a6f0bff5dc" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_ab9c56c5a7b9ad6d840ea6b84597d1b5.setContent(html_ef877fb9d58a0e8a543313a6f0bff5dc);
|
|
|
|
|
|
|
|
marker_4dc782264a21cb72903c07e9d90cb52a.bindPopup(popup_ab9c56c5a7b9ad6d840ea6b84597d1b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4dc782264a21cb72903c07e9d90cb52a.setIcon(icon_459cdfc4b7c3a67110b970a922d3cee0);
|
|
|
|
|
|
var marker_a6763925c387fbcf9e5c1c729450c6dc = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_f8771d4b35abc00048091eed3610ea3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31ad797990e3089f09a29edd32e1c21f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d050deb7171b20cb1c26762dd2ffbbbc = $(`<div id="html_d050deb7171b20cb1c26762dd2ffbbbc" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_31ad797990e3089f09a29edd32e1c21f.setContent(html_d050deb7171b20cb1c26762dd2ffbbbc);
|
|
|
|
|
|
|
|
marker_a6763925c387fbcf9e5c1c729450c6dc.bindPopup(popup_31ad797990e3089f09a29edd32e1c21f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6763925c387fbcf9e5c1c729450c6dc.setIcon(icon_f8771d4b35abc00048091eed3610ea3f);
|
|
|
|
|
|
var marker_e74aabffb8476849b9bfae7b02a8774d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_ae2a6f7700d3f13ddb571c1f5dcba82f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac684e39ba70e696e956d32591fef78b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23d2b57978b88fe4169123f2788dfb10 = $(`<div id="html_23d2b57978b88fe4169123f2788dfb10" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_ac684e39ba70e696e956d32591fef78b.setContent(html_23d2b57978b88fe4169123f2788dfb10);
|
|
|
|
|
|
|
|
marker_e74aabffb8476849b9bfae7b02a8774d.bindPopup(popup_ac684e39ba70e696e956d32591fef78b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e74aabffb8476849b9bfae7b02a8774d.setIcon(icon_ae2a6f7700d3f13ddb571c1f5dcba82f);
|
|
|
|
|
|
var marker_ab91213dc90f43f0c7c74866d9851409 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_e0661c54af51582480946bbcf4f7975f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc917ec9964d28af4f0ec96b74fbc7ad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee0a488a3deb9fa9bf8ca0319a114be2 = $(`<div id="html_ee0a488a3deb9fa9bf8ca0319a114be2" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_cc917ec9964d28af4f0ec96b74fbc7ad.setContent(html_ee0a488a3deb9fa9bf8ca0319a114be2);
|
|
|
|
|
|
|
|
marker_ab91213dc90f43f0c7c74866d9851409.bindPopup(popup_cc917ec9964d28af4f0ec96b74fbc7ad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab91213dc90f43f0c7c74866d9851409.setIcon(icon_e0661c54af51582480946bbcf4f7975f);
|
|
|
|
|
|
var marker_e3707de56fe3872840118378ae5a0e00 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_e8e7f543dded02fd5916a765c539ba06 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_048cc0a3b3cbf9dbb02ae3963ce5142e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d19ff483b24c106faf314088bf28e878 = $(`<div id="html_d19ff483b24c106faf314088bf28e878" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_048cc0a3b3cbf9dbb02ae3963ce5142e.setContent(html_d19ff483b24c106faf314088bf28e878);
|
|
|
|
|
|
|
|
marker_e3707de56fe3872840118378ae5a0e00.bindPopup(popup_048cc0a3b3cbf9dbb02ae3963ce5142e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3707de56fe3872840118378ae5a0e00.setIcon(icon_e8e7f543dded02fd5916a765c539ba06);
|
|
|
|
|
|
var marker_8c611a5374e0339d22369a0416fcfd3e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_6a05b799910ef8bbc156b8cb534e0c85 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9cf53ff3cab9324792a485dbc877c501 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26066ffce384e57eaa599dede6f7300b = $(`<div id="html_26066ffce384e57eaa599dede6f7300b" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_9cf53ff3cab9324792a485dbc877c501.setContent(html_26066ffce384e57eaa599dede6f7300b);
|
|
|
|
|
|
|
|
marker_8c611a5374e0339d22369a0416fcfd3e.bindPopup(popup_9cf53ff3cab9324792a485dbc877c501)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c611a5374e0339d22369a0416fcfd3e.setIcon(icon_6a05b799910ef8bbc156b8cb534e0c85);
|
|
|
|
|
|
var marker_89c5fa2a6ada1e159e4de82e829ea70d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_e3ea70bc3d389f2229843ae71bb394bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed95e089146c28af439da96526dd98e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f0e5fc8be9c64d9e1aa20bea3b61025 = $(`<div id="html_5f0e5fc8be9c64d9e1aa20bea3b61025" style="width: 100.0%; height: 100.0%;">relay.nsnip.io</div>`)[0];
|
|
popup_ed95e089146c28af439da96526dd98e3.setContent(html_5f0e5fc8be9c64d9e1aa20bea3b61025);
|
|
|
|
|
|
|
|
marker_89c5fa2a6ada1e159e4de82e829ea70d.bindPopup(popup_ed95e089146c28af439da96526dd98e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89c5fa2a6ada1e159e4de82e829ea70d.setIcon(icon_e3ea70bc3d389f2229843ae71bb394bc);
|
|
|
|
|
|
var marker_9654852bc815e0fbafbaa018ccb5082c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_a9b9def66a88e8fdba85c0f679b476a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8c3b8fca6b32f48c5b5414d3c0936498 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb304058ae96df60df43c0cea8da70c8 = $(`<div id="html_bb304058ae96df60df43c0cea8da70c8" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_8c3b8fca6b32f48c5b5414d3c0936498.setContent(html_bb304058ae96df60df43c0cea8da70c8);
|
|
|
|
|
|
|
|
marker_9654852bc815e0fbafbaa018ccb5082c.bindPopup(popup_8c3b8fca6b32f48c5b5414d3c0936498)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9654852bc815e0fbafbaa018ccb5082c.setIcon(icon_a9b9def66a88e8fdba85c0f679b476a6);
|
|
|
|
|
|
var marker_93d5ed107b17c0ee3f36777cd1ade674 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_32beccc1a1e31c7373794b1b1076db35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f681ab7c731e4de967ed93ad940c52d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b01f2ec41d8e08c5620e539799a29637 = $(`<div id="html_b01f2ec41d8e08c5620e539799a29637" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_0f681ab7c731e4de967ed93ad940c52d.setContent(html_b01f2ec41d8e08c5620e539799a29637);
|
|
|
|
|
|
|
|
marker_93d5ed107b17c0ee3f36777cd1ade674.bindPopup(popup_0f681ab7c731e4de967ed93ad940c52d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93d5ed107b17c0ee3f36777cd1ade674.setIcon(icon_32beccc1a1e31c7373794b1b1076db35);
|
|
|
|
|
|
var marker_0e2b1bb0549fb4d9f663725398d41a6a = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_083e3c18a7e4e0527b272f1b55466569 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c877ce5fced427821e1c0495eb76c14e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f931e496f75d4a01eeb918896506e77 = $(`<div id="html_1f931e496f75d4a01eeb918896506e77" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_c877ce5fced427821e1c0495eb76c14e.setContent(html_1f931e496f75d4a01eeb918896506e77);
|
|
|
|
|
|
|
|
marker_0e2b1bb0549fb4d9f663725398d41a6a.bindPopup(popup_c877ce5fced427821e1c0495eb76c14e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e2b1bb0549fb4d9f663725398d41a6a.setIcon(icon_083e3c18a7e4e0527b272f1b55466569);
|
|
|
|
|
|
var marker_a2abd8727f065e99bfe0181de9856e76 = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_e3ef3a96a48975e3ef8deee2de495941 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bf073d93a42ef62bc1f26c13eddcb20 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01931d319833c4a864f6f3f6bd768ee1 = $(`<div id="html_01931d319833c4a864f6f3f6bd768ee1" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_7bf073d93a42ef62bc1f26c13eddcb20.setContent(html_01931d319833c4a864f6f3f6bd768ee1);
|
|
|
|
|
|
|
|
marker_a2abd8727f065e99bfe0181de9856e76.bindPopup(popup_7bf073d93a42ef62bc1f26c13eddcb20)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2abd8727f065e99bfe0181de9856e76.setIcon(icon_e3ef3a96a48975e3ef8deee2de495941);
|
|
|
|
|
|
var marker_aba8261997cc4979c250be85269d8723 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_9a7790c9aa3fb283c34fb6fe3543bd6a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8b4876e8788b36161364c21203e03f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6baf8e515f2af3b0e30f456f073256e = $(`<div id="html_e6baf8e515f2af3b0e30f456f073256e" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_d8b4876e8788b36161364c21203e03f8.setContent(html_e6baf8e515f2af3b0e30f456f073256e);
|
|
|
|
|
|
|
|
marker_aba8261997cc4979c250be85269d8723.bindPopup(popup_d8b4876e8788b36161364c21203e03f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aba8261997cc4979c250be85269d8723.setIcon(icon_9a7790c9aa3fb283c34fb6fe3543bd6a);
|
|
|
|
|
|
var marker_819c0477cdad7b503ae884465bfaf1c1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_a9fffd7fd00b9efee1841d7e5bee3f07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddb6abc2db7d62c8558070a9257a974f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_791994c2348c6e0b01d3833426d480d9 = $(`<div id="html_791994c2348c6e0b01d3833426d480d9" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_ddb6abc2db7d62c8558070a9257a974f.setContent(html_791994c2348c6e0b01d3833426d480d9);
|
|
|
|
|
|
|
|
marker_819c0477cdad7b503ae884465bfaf1c1.bindPopup(popup_ddb6abc2db7d62c8558070a9257a974f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_819c0477cdad7b503ae884465bfaf1c1.setIcon(icon_a9fffd7fd00b9efee1841d7e5bee3f07);
|
|
|
|
|
|
var marker_d95df06b419903897f505499c7ef2874 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_e6496e983e18320e6ad3214986595e21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_71205024b22ac255f35abc5445d829f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9441b871aef06363207636504b61df87 = $(`<div id="html_9441b871aef06363207636504b61df87" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_71205024b22ac255f35abc5445d829f7.setContent(html_9441b871aef06363207636504b61df87);
|
|
|
|
|
|
|
|
marker_d95df06b419903897f505499c7ef2874.bindPopup(popup_71205024b22ac255f35abc5445d829f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d95df06b419903897f505499c7ef2874.setIcon(icon_e6496e983e18320e6ad3214986595e21);
|
|
|
|
|
|
var marker_bcc44f8e1904b35a5afa1a31ee7fdfac = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_616ae6fd40d153118d28bd92163a8315 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cba82fcdf75b54ee288e2e335fef2160 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2859aaec2dd64ae8bb2e93d33ce9e2a = $(`<div id="html_b2859aaec2dd64ae8bb2e93d33ce9e2a" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_cba82fcdf75b54ee288e2e335fef2160.setContent(html_b2859aaec2dd64ae8bb2e93d33ce9e2a);
|
|
|
|
|
|
|
|
marker_bcc44f8e1904b35a5afa1a31ee7fdfac.bindPopup(popup_cba82fcdf75b54ee288e2e335fef2160)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bcc44f8e1904b35a5afa1a31ee7fdfac.setIcon(icon_616ae6fd40d153118d28bd92163a8315);
|
|
|
|
|
|
var marker_3d86b49413854f0408e90cec775025dc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_8f1158f73f73a45fcaa33aaacad088f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9563669eb497486ce18b08b1395773d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_141758af4ad93cbfe753d716e8169229 = $(`<div id="html_141758af4ad93cbfe753d716e8169229" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_9563669eb497486ce18b08b1395773d7.setContent(html_141758af4ad93cbfe753d716e8169229);
|
|
|
|
|
|
|
|
marker_3d86b49413854f0408e90cec775025dc.bindPopup(popup_9563669eb497486ce18b08b1395773d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d86b49413854f0408e90cec775025dc.setIcon(icon_8f1158f73f73a45fcaa33aaacad088f5);
|
|
|
|
|
|
var marker_082702d90481336ffc48bfad60412044 = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_5c5adb04e1ac496675c9b2b7ffdd1451 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d75dcc3e33dc81b474bfdbddc319892b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcceae4b9fe3b2841e0726a04603ebdf = $(`<div id="html_fcceae4b9fe3b2841e0726a04603ebdf" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_d75dcc3e33dc81b474bfdbddc319892b.setContent(html_fcceae4b9fe3b2841e0726a04603ebdf);
|
|
|
|
|
|
|
|
marker_082702d90481336ffc48bfad60412044.bindPopup(popup_d75dcc3e33dc81b474bfdbddc319892b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_082702d90481336ffc48bfad60412044.setIcon(icon_5c5adb04e1ac496675c9b2b7ffdd1451);
|
|
|
|
|
|
var marker_c5b6346b291e144aff5d089d99ae62a9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_e0ea6fa003d70fde3db3536a11b790cd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68bcc374e8a22a897418478c6fddaded = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_150649c353f3b501514dead42e9cd1e7 = $(`<div id="html_150649c353f3b501514dead42e9cd1e7" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_68bcc374e8a22a897418478c6fddaded.setContent(html_150649c353f3b501514dead42e9cd1e7);
|
|
|
|
|
|
|
|
marker_c5b6346b291e144aff5d089d99ae62a9.bindPopup(popup_68bcc374e8a22a897418478c6fddaded)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5b6346b291e144aff5d089d99ae62a9.setIcon(icon_e0ea6fa003d70fde3db3536a11b790cd);
|
|
|
|
|
|
var marker_02754c4bd2c67641a188ecc76369114a = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_58a3f664a69a0d6805c869536f1bd873 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a1d54929cfe0a2ade9a749d072fcd84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a04d0cf56d307e16f7b6db4afce7225 = $(`<div id="html_6a04d0cf56d307e16f7b6db4afce7225" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_5a1d54929cfe0a2ade9a749d072fcd84.setContent(html_6a04d0cf56d307e16f7b6db4afce7225);
|
|
|
|
|
|
|
|
marker_02754c4bd2c67641a188ecc76369114a.bindPopup(popup_5a1d54929cfe0a2ade9a749d072fcd84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02754c4bd2c67641a188ecc76369114a.setIcon(icon_58a3f664a69a0d6805c869536f1bd873);
|
|
|
|
|
|
var marker_897fb2b99e2f36d6921394ba2088f27b = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_236c0c335cb4c0f3d20c7bf0ee491324 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f03a1f9e41cac573e8a81d03ffb9778 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fc7bd770b29d4d4a48ed7077d79ff52 = $(`<div id="html_5fc7bd770b29d4d4a48ed7077d79ff52" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_8f03a1f9e41cac573e8a81d03ffb9778.setContent(html_5fc7bd770b29d4d4a48ed7077d79ff52);
|
|
|
|
|
|
|
|
marker_897fb2b99e2f36d6921394ba2088f27b.bindPopup(popup_8f03a1f9e41cac573e8a81d03ffb9778)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_897fb2b99e2f36d6921394ba2088f27b.setIcon(icon_236c0c335cb4c0f3d20c7bf0ee491324);
|
|
|
|
|
|
var marker_6ca8c95cf662189126973997eb97b7f8 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_1fe9408030c0065d84f84a9ebe88a376 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de3d9df25388e5540d46bb81fd4839ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f5bff365be0092cd20a7926374ad16b = $(`<div id="html_2f5bff365be0092cd20a7926374ad16b" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_de3d9df25388e5540d46bb81fd4839ac.setContent(html_2f5bff365be0092cd20a7926374ad16b);
|
|
|
|
|
|
|
|
marker_6ca8c95cf662189126973997eb97b7f8.bindPopup(popup_de3d9df25388e5540d46bb81fd4839ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6ca8c95cf662189126973997eb97b7f8.setIcon(icon_1fe9408030c0065d84f84a9ebe88a376);
|
|
|
|
|
|
var marker_8eac4e69e67168682e25054d576547ef = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_aeee3bb0a01b685fbf705ef15a6bdc62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ac55398ba8b5bf72327b4007d34b67a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b3d466f1d79ab43cba1647f7402ed3af = $(`<div id="html_b3d466f1d79ab43cba1647f7402ed3af" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_4ac55398ba8b5bf72327b4007d34b67a.setContent(html_b3d466f1d79ab43cba1647f7402ed3af);
|
|
|
|
|
|
|
|
marker_8eac4e69e67168682e25054d576547ef.bindPopup(popup_4ac55398ba8b5bf72327b4007d34b67a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8eac4e69e67168682e25054d576547ef.setIcon(icon_aeee3bb0a01b685fbf705ef15a6bdc62);
|
|
|
|
|
|
var marker_f6ad3aec217492adbb82410621df2218 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_e443da9b650afb1b0150c8fe37eb4f4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_348f4bcc4f7979abb6345197dafa05b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e05aff5665f773929ec95ca4cbb6b689 = $(`<div id="html_e05aff5665f773929ec95ca4cbb6b689" style="width: 100.0%; height: 100.0%;">aaa-api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_348f4bcc4f7979abb6345197dafa05b9.setContent(html_e05aff5665f773929ec95ca4cbb6b689);
|
|
|
|
|
|
|
|
marker_f6ad3aec217492adbb82410621df2218.bindPopup(popup_348f4bcc4f7979abb6345197dafa05b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6ad3aec217492adbb82410621df2218.setIcon(icon_e443da9b650afb1b0150c8fe37eb4f4f);
|
|
|
|
|
|
var marker_015f556b9fd273251752c97447f38b01 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_748a271464532e4a8863b7c4f9fc2133 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_47d18c55bb70c80cd3969a9eeab351bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0517527b3b018acb201f790dcefee6bc = $(`<div id="html_0517527b3b018acb201f790dcefee6bc" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_47d18c55bb70c80cd3969a9eeab351bb.setContent(html_0517527b3b018acb201f790dcefee6bc);
|
|
|
|
|
|
|
|
marker_015f556b9fd273251752c97447f38b01.bindPopup(popup_47d18c55bb70c80cd3969a9eeab351bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_015f556b9fd273251752c97447f38b01.setIcon(icon_748a271464532e4a8863b7c4f9fc2133);
|
|
|
|
|
|
var marker_91cbb969f81bccc10971812dc4e2a3cd = L.marker(
|
|
[51.223, 6.78245],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_cf8e6104884854ca1c5242c3228cfda2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4cee47e987bcf4b7c0d8a000d88d48e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_123dab9eba074fbcbad2c5d7446113d7 = $(`<div id="html_123dab9eba074fbcbad2c5d7446113d7" style="width: 100.0%; height: 100.0%;">ithurtswhenip.ee</div>`)[0];
|
|
popup_4cee47e987bcf4b7c0d8a000d88d48e0.setContent(html_123dab9eba074fbcbad2c5d7446113d7);
|
|
|
|
|
|
|
|
marker_91cbb969f81bccc10971812dc4e2a3cd.bindPopup(popup_4cee47e987bcf4b7c0d8a000d88d48e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91cbb969f81bccc10971812dc4e2a3cd.setIcon(icon_cf8e6104884854ca1c5242c3228cfda2);
|
|
|
|
|
|
var marker_18e0dadcdeff87b0046830d89e302a4e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_3329839b8eb99babd9439f53de3f930c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28e2d30ce6286a6775a70c8aa04aa30f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_343c7fd94d746f4ef7e96e4105111fea = $(`<div id="html_343c7fd94d746f4ef7e96e4105111fea" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_28e2d30ce6286a6775a70c8aa04aa30f.setContent(html_343c7fd94d746f4ef7e96e4105111fea);
|
|
|
|
|
|
|
|
marker_18e0dadcdeff87b0046830d89e302a4e.bindPopup(popup_28e2d30ce6286a6775a70c8aa04aa30f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18e0dadcdeff87b0046830d89e302a4e.setIcon(icon_3329839b8eb99babd9439f53de3f930c);
|
|
|
|
|
|
var marker_aea7541fe69293e63b69ab6409c0a59f = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_6496fd167eb43f381be0a04310e5b07f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f9bda2162c49c0c26205d20548ae65f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80640293b827bfd87c4988a0969801fd = $(`<div id="html_80640293b827bfd87c4988a0969801fd" style="width: 100.0%; height: 100.0%;">relay.nostrhub.tech</div>`)[0];
|
|
popup_8f9bda2162c49c0c26205d20548ae65f.setContent(html_80640293b827bfd87c4988a0969801fd);
|
|
|
|
|
|
|
|
marker_aea7541fe69293e63b69ab6409c0a59f.bindPopup(popup_8f9bda2162c49c0c26205d20548ae65f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aea7541fe69293e63b69ab6409c0a59f.setIcon(icon_6496fd167eb43f381be0a04310e5b07f);
|
|
|
|
|
|
var marker_7f49d5645ac4d46558c1d46da745d318 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_d8c75cdee053f1456f1b9d5feaaccc7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e5b96427ae55ccca87b4bd7baa2a104 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad1750a09dc5dbb239862b05d3e6e225 = $(`<div id="html_ad1750a09dc5dbb239862b05d3e6e225" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_7e5b96427ae55ccca87b4bd7baa2a104.setContent(html_ad1750a09dc5dbb239862b05d3e6e225);
|
|
|
|
|
|
|
|
marker_7f49d5645ac4d46558c1d46da745d318.bindPopup(popup_7e5b96427ae55ccca87b4bd7baa2a104)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f49d5645ac4d46558c1d46da745d318.setIcon(icon_d8c75cdee053f1456f1b9d5feaaccc7c);
|
|
|
|
|
|
var marker_cd8a60e9ca5a8ad1840a68b84392e85d = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_4f676ac4d993f1905100b6bf03c49544 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5548f7283e4e9b2f4ffd8f59be70fe6b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a488ab0abd0e9152f4e6e9f59bc44772 = $(`<div id="html_a488ab0abd0e9152f4e6e9f59bc44772" style="width: 100.0%; height: 100.0%;">wot.yesnostr.net</div>`)[0];
|
|
popup_5548f7283e4e9b2f4ffd8f59be70fe6b.setContent(html_a488ab0abd0e9152f4e6e9f59bc44772);
|
|
|
|
|
|
|
|
marker_cd8a60e9ca5a8ad1840a68b84392e85d.bindPopup(popup_5548f7283e4e9b2f4ffd8f59be70fe6b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd8a60e9ca5a8ad1840a68b84392e85d.setIcon(icon_4f676ac4d993f1905100b6bf03c49544);
|
|
|
|
|
|
var marker_ad86fcbba349bc2ff475c8a530f0c454 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_78ea7da383cf34ced7521635c38029c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0dbe2a660c288418b4568cd0ba0037ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1485ab1b6268cda4ff7f3e583f8fa69d = $(`<div id="html_1485ab1b6268cda4ff7f3e583f8fa69d" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_0dbe2a660c288418b4568cd0ba0037ec.setContent(html_1485ab1b6268cda4ff7f3e583f8fa69d);
|
|
|
|
|
|
|
|
marker_ad86fcbba349bc2ff475c8a530f0c454.bindPopup(popup_0dbe2a660c288418b4568cd0ba0037ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad86fcbba349bc2ff475c8a530f0c454.setIcon(icon_78ea7da383cf34ced7521635c38029c8);
|
|
|
|
|
|
var marker_040cc18a47c137f0555f32d99ee37ed4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_3fd11bde3aeeb08ae2865abb4f0a0316 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a0debb8f2951d3f2f6b14bf95f5ca2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e08be842400aeec40171ebb169277f2 = $(`<div id="html_4e08be842400aeec40171ebb169277f2" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_6a0debb8f2951d3f2f6b14bf95f5ca2e.setContent(html_4e08be842400aeec40171ebb169277f2);
|
|
|
|
|
|
|
|
marker_040cc18a47c137f0555f32d99ee37ed4.bindPopup(popup_6a0debb8f2951d3f2f6b14bf95f5ca2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_040cc18a47c137f0555f32d99ee37ed4.setIcon(icon_3fd11bde3aeeb08ae2865abb4f0a0316);
|
|
|
|
|
|
var marker_c1c62d73383c5d01e4117678206d1510 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_ea0d328049c5091cf3a29fa7bc2631b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_182501337abe73553c3d2f79cd392194 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f049416007bbb21573cde3054554ae1d = $(`<div id="html_f049416007bbb21573cde3054554ae1d" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_182501337abe73553c3d2f79cd392194.setContent(html_f049416007bbb21573cde3054554ae1d);
|
|
|
|
|
|
|
|
marker_c1c62d73383c5d01e4117678206d1510.bindPopup(popup_182501337abe73553c3d2f79cd392194)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1c62d73383c5d01e4117678206d1510.setIcon(icon_ea0d328049c5091cf3a29fa7bc2631b5);
|
|
|
|
|
|
var marker_87caa866a5ed76c0b268f1774f04e337 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_ea18d0e640b41bff1884fc981c755346 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5e9b33b70511f9c4dbe772b050bce0b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_094261b0f560a884ba1130ab90096a30 = $(`<div id="html_094261b0f560a884ba1130ab90096a30" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_a5e9b33b70511f9c4dbe772b050bce0b.setContent(html_094261b0f560a884ba1130ab90096a30);
|
|
|
|
|
|
|
|
marker_87caa866a5ed76c0b268f1774f04e337.bindPopup(popup_a5e9b33b70511f9c4dbe772b050bce0b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87caa866a5ed76c0b268f1774f04e337.setIcon(icon_ea18d0e640b41bff1884fc981c755346);
|
|
|
|
|
|
var marker_39f118c640b017e70d6cd0976957243a = L.marker(
|
|
[52.0067, 4.35556],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_f9617bc408051a6577a4e8d9853d690a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d51ec27d2d19b54436e1eeba94ae3f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_463e7b462da9f2f62740d49d8350de75 = $(`<div id="html_463e7b462da9f2f62740d49d8350de75" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_2d51ec27d2d19b54436e1eeba94ae3f4.setContent(html_463e7b462da9f2f62740d49d8350de75);
|
|
|
|
|
|
|
|
marker_39f118c640b017e70d6cd0976957243a.bindPopup(popup_2d51ec27d2d19b54436e1eeba94ae3f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39f118c640b017e70d6cd0976957243a.setIcon(icon_f9617bc408051a6577a4e8d9853d690a);
|
|
|
|
|
|
var marker_a5c746c9f49be89f761cc918800ea3f1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_d35adc352596c23be1d9b72414371429 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69e77cc310034ddb8be6c839d6222fec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0fbbabab8704f0b8646ef84137e52b1d = $(`<div id="html_0fbbabab8704f0b8646ef84137e52b1d" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_69e77cc310034ddb8be6c839d6222fec.setContent(html_0fbbabab8704f0b8646ef84137e52b1d);
|
|
|
|
|
|
|
|
marker_a5c746c9f49be89f761cc918800ea3f1.bindPopup(popup_69e77cc310034ddb8be6c839d6222fec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5c746c9f49be89f761cc918800ea3f1.setIcon(icon_d35adc352596c23be1d9b72414371429);
|
|
|
|
|
|
var marker_46befdcafa977c978c1735e65961b9e2 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_b61985398570febc35fc3bffa224e3f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfb83d5b563c87421baa331af7b1f443 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_335896ef78395689405d9721b4a166df = $(`<div id="html_335896ef78395689405d9721b4a166df" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_cfb83d5b563c87421baa331af7b1f443.setContent(html_335896ef78395689405d9721b4a166df);
|
|
|
|
|
|
|
|
marker_46befdcafa977c978c1735e65961b9e2.bindPopup(popup_cfb83d5b563c87421baa331af7b1f443)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46befdcafa977c978c1735e65961b9e2.setIcon(icon_b61985398570febc35fc3bffa224e3f5);
|
|
|
|
|
|
var marker_f11a5549b019027a544df59b9fc83b05 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_e610e1a54f0466a0f710d99eb97bdc0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa5aa104d960a1b01cea51998d9511bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4bd72ff71324d27575c3e8c36772ae71 = $(`<div id="html_4bd72ff71324d27575c3e8c36772ae71" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_aa5aa104d960a1b01cea51998d9511bd.setContent(html_4bd72ff71324d27575c3e8c36772ae71);
|
|
|
|
|
|
|
|
marker_f11a5549b019027a544df59b9fc83b05.bindPopup(popup_aa5aa104d960a1b01cea51998d9511bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f11a5549b019027a544df59b9fc83b05.setIcon(icon_e610e1a54f0466a0f710d99eb97bdc0c);
|
|
|
|
|
|
var marker_ce0ec55baffa55a24c956802cc8da5cc = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_46584be2aa174b551ad90be27d54c69c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6a4e8f632270ccadba70777083f7893 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_123e12446ced1ca669425b1014997b51 = $(`<div id="html_123e12446ced1ca669425b1014997b51" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_d6a4e8f632270ccadba70777083f7893.setContent(html_123e12446ced1ca669425b1014997b51);
|
|
|
|
|
|
|
|
marker_ce0ec55baffa55a24c956802cc8da5cc.bindPopup(popup_d6a4e8f632270ccadba70777083f7893)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce0ec55baffa55a24c956802cc8da5cc.setIcon(icon_46584be2aa174b551ad90be27d54c69c);
|
|
|
|
|
|
var marker_4eae7759185b9fbeeb28f7a7aa9856f9 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_51029cab454e6070aa477270b9bce77a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13c355547b8f11e6fe79d7b808aa6000 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b09ef9ee9502308e82754c50a6e5470 = $(`<div id="html_4b09ef9ee9502308e82754c50a6e5470" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_13c355547b8f11e6fe79d7b808aa6000.setContent(html_4b09ef9ee9502308e82754c50a6e5470);
|
|
|
|
|
|
|
|
marker_4eae7759185b9fbeeb28f7a7aa9856f9.bindPopup(popup_13c355547b8f11e6fe79d7b808aa6000)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4eae7759185b9fbeeb28f7a7aa9856f9.setIcon(icon_51029cab454e6070aa477270b9bce77a);
|
|
|
|
|
|
var marker_bcd9cc9ef94b4dc17872f67ff95c5f0d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_e052dda199b008aef962fd417b587e50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d9227dad7d86f3052bc277f50927765 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1f5b5dbf78ea092afa9d987641f298b = $(`<div id="html_c1f5b5dbf78ea092afa9d987641f298b" style="width: 100.0%; height: 100.0%;">api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_4d9227dad7d86f3052bc277f50927765.setContent(html_c1f5b5dbf78ea092afa9d987641f298b);
|
|
|
|
|
|
|
|
marker_bcd9cc9ef94b4dc17872f67ff95c5f0d.bindPopup(popup_4d9227dad7d86f3052bc277f50927765)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bcd9cc9ef94b4dc17872f67ff95c5f0d.setIcon(icon_e052dda199b008aef962fd417b587e50);
|
|
|
|
|
|
var marker_02c53a8bebf95a05722696451ca05a7f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_98aef9095ddbd1b0ed4b7c765d7f8fec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b31e8ec5c565f63c29575779ad48a07b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_acca4bee03cbab8fadaf44df5e71e295 = $(`<div id="html_acca4bee03cbab8fadaf44df5e71e295" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_b31e8ec5c565f63c29575779ad48a07b.setContent(html_acca4bee03cbab8fadaf44df5e71e295);
|
|
|
|
|
|
|
|
marker_02c53a8bebf95a05722696451ca05a7f.bindPopup(popup_b31e8ec5c565f63c29575779ad48a07b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02c53a8bebf95a05722696451ca05a7f.setIcon(icon_98aef9095ddbd1b0ed4b7c765d7f8fec);
|
|
|
|
|
|
var marker_0ff3ae17540010e5da2695770259b022 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_e8192ccfe77c29b6d8b3f988cacec716 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0918e71ee98cdb4a5fcca4cea4dc6c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70a0c896b07e920d49d69f53fd442359 = $(`<div id="html_70a0c896b07e920d49d69f53fd442359" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_d0918e71ee98cdb4a5fcca4cea4dc6c9.setContent(html_70a0c896b07e920d49d69f53fd442359);
|
|
|
|
|
|
|
|
marker_0ff3ae17540010e5da2695770259b022.bindPopup(popup_d0918e71ee98cdb4a5fcca4cea4dc6c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ff3ae17540010e5da2695770259b022.setIcon(icon_e8192ccfe77c29b6d8b3f988cacec716);
|
|
|
|
|
|
var marker_61b971964a99420271ff1c72205a289c = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_65026f8d0db03277b7a45da083384e40 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fa9a9518ff64daaa3d24e98cd9e8f8e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63258a8826e26111601e791579f672ec = $(`<div id="html_63258a8826e26111601e791579f672ec" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_8fa9a9518ff64daaa3d24e98cd9e8f8e.setContent(html_63258a8826e26111601e791579f672ec);
|
|
|
|
|
|
|
|
marker_61b971964a99420271ff1c72205a289c.bindPopup(popup_8fa9a9518ff64daaa3d24e98cd9e8f8e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61b971964a99420271ff1c72205a289c.setIcon(icon_65026f8d0db03277b7a45da083384e40);
|
|
|
|
|
|
var marker_04948ebcf1abf6f29c989a08e52fe106 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_5ceda00879b319576e47827f0e8a3fe0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f766b79f621f3de61195d9ddd7327707 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e9205aab9b910e99297662498b05c54 = $(`<div id="html_9e9205aab9b910e99297662498b05c54" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_f766b79f621f3de61195d9ddd7327707.setContent(html_9e9205aab9b910e99297662498b05c54);
|
|
|
|
|
|
|
|
marker_04948ebcf1abf6f29c989a08e52fe106.bindPopup(popup_f766b79f621f3de61195d9ddd7327707)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_04948ebcf1abf6f29c989a08e52fe106.setIcon(icon_5ceda00879b319576e47827f0e8a3fe0);
|
|
|
|
|
|
var marker_579abb77d348deb7c9533c55ba13a364 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_99facfad9fd2b31e0c4b66fbaf1a138f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe2d2d481adc435a6f8d627275579439 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e455d717f4b0792372bf082779fc3a08 = $(`<div id="html_e455d717f4b0792372bf082779fc3a08" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_fe2d2d481adc435a6f8d627275579439.setContent(html_e455d717f4b0792372bf082779fc3a08);
|
|
|
|
|
|
|
|
marker_579abb77d348deb7c9533c55ba13a364.bindPopup(popup_fe2d2d481adc435a6f8d627275579439)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_579abb77d348deb7c9533c55ba13a364.setIcon(icon_99facfad9fd2b31e0c4b66fbaf1a138f);
|
|
|
|
|
|
var marker_a42df79ce52f6a4382f37882b1d58ec5 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_64b66e6332b1f67ac205727c41b626bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdf4daed07a933bf5fda9a150afeece7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd2ce05e5d6b3f195d66dceb7c85991b = $(`<div id="html_bd2ce05e5d6b3f195d66dceb7c85991b" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_cdf4daed07a933bf5fda9a150afeece7.setContent(html_bd2ce05e5d6b3f195d66dceb7c85991b);
|
|
|
|
|
|
|
|
marker_a42df79ce52f6a4382f37882b1d58ec5.bindPopup(popup_cdf4daed07a933bf5fda9a150afeece7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a42df79ce52f6a4382f37882b1d58ec5.setIcon(icon_64b66e6332b1f67ac205727c41b626bd);
|
|
|
|
|
|
var marker_f2b753d8a52fba6e5ca3202ce4ddbe00 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_b057d79a05589ba094ce17652c29fb26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfbf01b08e5dfaecb1c717b1f1a070b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3fe3b6b5781503190bf5f170fce32566 = $(`<div id="html_3fe3b6b5781503190bf5f170fce32566" style="width: 100.0%; height: 100.0%;">kitchen.zap.cooking</div>`)[0];
|
|
popup_cfbf01b08e5dfaecb1c717b1f1a070b5.setContent(html_3fe3b6b5781503190bf5f170fce32566);
|
|
|
|
|
|
|
|
marker_f2b753d8a52fba6e5ca3202ce4ddbe00.bindPopup(popup_cfbf01b08e5dfaecb1c717b1f1a070b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f2b753d8a52fba6e5ca3202ce4ddbe00.setIcon(icon_b057d79a05589ba094ce17652c29fb26);
|
|
|
|
|
|
var marker_ed3d4083a532c30c0abe17d68f86871a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_238b774a79abaa948775e208921bd4b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f466b8720baeaa53380e6b2ba974beda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d629e24b40220dabb40485aa7388081b = $(`<div id="html_d629e24b40220dabb40485aa7388081b" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_f466b8720baeaa53380e6b2ba974beda.setContent(html_d629e24b40220dabb40485aa7388081b);
|
|
|
|
|
|
|
|
marker_ed3d4083a532c30c0abe17d68f86871a.bindPopup(popup_f466b8720baeaa53380e6b2ba974beda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed3d4083a532c30c0abe17d68f86871a.setIcon(icon_238b774a79abaa948775e208921bd4b7);
|
|
|
|
|
|
var marker_5936f272da5041395f61963f876e8dce = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_81d3b1cb4ff8f21c8115a1e1086fcd03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de842028d25d760cb1ba5681b97d17d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e540efe06290a2ca2865dcc29197d175 = $(`<div id="html_e540efe06290a2ca2865dcc29197d175" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_de842028d25d760cb1ba5681b97d17d6.setContent(html_e540efe06290a2ca2865dcc29197d175);
|
|
|
|
|
|
|
|
marker_5936f272da5041395f61963f876e8dce.bindPopup(popup_de842028d25d760cb1ba5681b97d17d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5936f272da5041395f61963f876e8dce.setIcon(icon_81d3b1cb4ff8f21c8115a1e1086fcd03);
|
|
|
|
|
|
var marker_511f1c5f1e0be7cb1a7c93fdf894172d = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_020669f2410311833cd9be456867c0db = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_172edb5e3d2d2cf084792f776a6430f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbc467e677c7b4f846d64e64505cff87 = $(`<div id="html_dbc467e677c7b4f846d64e64505cff87" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_172edb5e3d2d2cf084792f776a6430f6.setContent(html_dbc467e677c7b4f846d64e64505cff87);
|
|
|
|
|
|
|
|
marker_511f1c5f1e0be7cb1a7c93fdf894172d.bindPopup(popup_172edb5e3d2d2cf084792f776a6430f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_511f1c5f1e0be7cb1a7c93fdf894172d.setIcon(icon_020669f2410311833cd9be456867c0db);
|
|
|
|
|
|
var marker_1f52edd95d4938eb14d521929cb59c1b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_fa20911a28d8fe9cdde1744765a62d61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bcba5b82962e289837753c49d5c8929 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41e0f63b47bd3a7b23bf3f5f4c392c75 = $(`<div id="html_41e0f63b47bd3a7b23bf3f5f4c392c75" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_2bcba5b82962e289837753c49d5c8929.setContent(html_41e0f63b47bd3a7b23bf3f5f4c392c75);
|
|
|
|
|
|
|
|
marker_1f52edd95d4938eb14d521929cb59c1b.bindPopup(popup_2bcba5b82962e289837753c49d5c8929)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f52edd95d4938eb14d521929cb59c1b.setIcon(icon_fa20911a28d8fe9cdde1744765a62d61);
|
|
|
|
|
|
var marker_d478e0fc12c3368b9d4f9d0d471daf90 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_715533895a2180a7375747a60034e979 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_885a0016b82e45c6cbb537ea098ab4d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72f93af95232a222f58a3e5b4556b3ae = $(`<div id="html_72f93af95232a222f58a3e5b4556b3ae" style="width: 100.0%; height: 100.0%;">relay.bitcoinveneto.org</div>`)[0];
|
|
popup_885a0016b82e45c6cbb537ea098ab4d3.setContent(html_72f93af95232a222f58a3e5b4556b3ae);
|
|
|
|
|
|
|
|
marker_d478e0fc12c3368b9d4f9d0d471daf90.bindPopup(popup_885a0016b82e45c6cbb537ea098ab4d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d478e0fc12c3368b9d4f9d0d471daf90.setIcon(icon_715533895a2180a7375747a60034e979);
|
|
|
|
|
|
var marker_8cc1ff8753ee62b1f087f33b204a6b5e = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_28c37ca8022a10050460f4ea66085470 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02cc7a893a48d951a43af8c5f68a9d6d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0da5def19ffe303a7b8fd4803d671086 = $(`<div id="html_0da5def19ffe303a7b8fd4803d671086" style="width: 100.0%; height: 100.0%;">nostr.agentcampfire.com</div>`)[0];
|
|
popup_02cc7a893a48d951a43af8c5f68a9d6d.setContent(html_0da5def19ffe303a7b8fd4803d671086);
|
|
|
|
|
|
|
|
marker_8cc1ff8753ee62b1f087f33b204a6b5e.bindPopup(popup_02cc7a893a48d951a43af8c5f68a9d6d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8cc1ff8753ee62b1f087f33b204a6b5e.setIcon(icon_28c37ca8022a10050460f4ea66085470);
|
|
|
|
|
|
var marker_e309e31ef0f521b318f09bd65c4a78b1 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_42f58d1d9e69ea3cf3412864e50200a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27132db583efad992b650aace4f86dd6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eaef519e6b6ea265be0b1298c9aa94d4 = $(`<div id="html_eaef519e6b6ea265be0b1298c9aa94d4" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_27132db583efad992b650aace4f86dd6.setContent(html_eaef519e6b6ea265be0b1298c9aa94d4);
|
|
|
|
|
|
|
|
marker_e309e31ef0f521b318f09bd65c4a78b1.bindPopup(popup_27132db583efad992b650aace4f86dd6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e309e31ef0f521b318f09bd65c4a78b1.setIcon(icon_42f58d1d9e69ea3cf3412864e50200a0);
|
|
|
|
|
|
var marker_83d5c48c27f023d1ab5cc604e785a426 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_ad1caec61c2269f1eee73e5b97d7c856 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec318182ad5d743134d47a232c3de2a2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_54b092133e149f31a46a7ef43b1e8e26 = $(`<div id="html_54b092133e149f31a46a7ef43b1e8e26" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_ec318182ad5d743134d47a232c3de2a2.setContent(html_54b092133e149f31a46a7ef43b1e8e26);
|
|
|
|
|
|
|
|
marker_83d5c48c27f023d1ab5cc604e785a426.bindPopup(popup_ec318182ad5d743134d47a232c3de2a2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_83d5c48c27f023d1ab5cc604e785a426.setIcon(icon_ad1caec61c2269f1eee73e5b97d7c856);
|
|
|
|
|
|
var marker_27aa59736efebffb3a04a7937a63778b = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_53b9866482f227d44f9fe49b7820f2c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_746effee5e58c16fc24d88b3579c90a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eaaf8e4c9b671639513803fc4e36aa2f = $(`<div id="html_eaaf8e4c9b671639513803fc4e36aa2f" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_746effee5e58c16fc24d88b3579c90a0.setContent(html_eaaf8e4c9b671639513803fc4e36aa2f);
|
|
|
|
|
|
|
|
marker_27aa59736efebffb3a04a7937a63778b.bindPopup(popup_746effee5e58c16fc24d88b3579c90a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27aa59736efebffb3a04a7937a63778b.setIcon(icon_53b9866482f227d44f9fe49b7820f2c9);
|
|
|
|
|
|
var marker_197ac59e6752ab76e5ec60f471c90126 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_8f8124d48f53a169a42ff3558827eaf7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_61c3e8d976511d33eae717a61e5ce98d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd9a772586df1fa26aff91ceb75eaeaf = $(`<div id="html_dd9a772586df1fa26aff91ceb75eaeaf" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_61c3e8d976511d33eae717a61e5ce98d.setContent(html_dd9a772586df1fa26aff91ceb75eaeaf);
|
|
|
|
|
|
|
|
marker_197ac59e6752ab76e5ec60f471c90126.bindPopup(popup_61c3e8d976511d33eae717a61e5ce98d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_197ac59e6752ab76e5ec60f471c90126.setIcon(icon_8f8124d48f53a169a42ff3558827eaf7);
|
|
|
|
|
|
var marker_bbb68ea9e52bfad12be94cb71a09b10f = L.marker(
|
|
[42.2328, -8.72264],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_860ab641a924dc6252f0e843c2c2508d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d745c2f90de696e1c0b81f5738b2b7ec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a4c627e1b3ef32735a76c1dc54b0f32 = $(`<div id="html_0a4c627e1b3ef32735a76c1dc54b0f32" style="width: 100.0%; height: 100.0%;">drelay.hopto.org</div>`)[0];
|
|
popup_d745c2f90de696e1c0b81f5738b2b7ec.setContent(html_0a4c627e1b3ef32735a76c1dc54b0f32);
|
|
|
|
|
|
|
|
marker_bbb68ea9e52bfad12be94cb71a09b10f.bindPopup(popup_d745c2f90de696e1c0b81f5738b2b7ec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bbb68ea9e52bfad12be94cb71a09b10f.setIcon(icon_860ab641a924dc6252f0e843c2c2508d);
|
|
|
|
|
|
var marker_0025bab5c9af7e58cae3feb162f597a2 = L.marker(
|
|
[13.4166, 101.335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_35e72dc50754d8a9b65a4f7d6544ef7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00df6360e796885cf9abba9e6fece8da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1af19aa407e4ec20ad5435ff691a93ed = $(`<div id="html_1af19aa407e4ec20ad5435ff691a93ed" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_00df6360e796885cf9abba9e6fece8da.setContent(html_1af19aa407e4ec20ad5435ff691a93ed);
|
|
|
|
|
|
|
|
marker_0025bab5c9af7e58cae3feb162f597a2.bindPopup(popup_00df6360e796885cf9abba9e6fece8da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0025bab5c9af7e58cae3feb162f597a2.setIcon(icon_35e72dc50754d8a9b65a4f7d6544ef7f);
|
|
|
|
|
|
var marker_605e432c59284c5de4e9718aca3d4475 = L.marker(
|
|
[32.9483, -96.7299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_f9cd2d6c661d347ab8635a0428999819 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2654cc031de443c93e30404e7fdf6bc7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5422f8d413f7ccead9dfca1ed788fca = $(`<div id="html_e5422f8d413f7ccead9dfca1ed788fca" style="width: 100.0%; height: 100.0%;">pyramid.cult.cash</div>`)[0];
|
|
popup_2654cc031de443c93e30404e7fdf6bc7.setContent(html_e5422f8d413f7ccead9dfca1ed788fca);
|
|
|
|
|
|
|
|
marker_605e432c59284c5de4e9718aca3d4475.bindPopup(popup_2654cc031de443c93e30404e7fdf6bc7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_605e432c59284c5de4e9718aca3d4475.setIcon(icon_f9cd2d6c661d347ab8635a0428999819);
|
|
|
|
|
|
var marker_9a047e9d47e1963a1f9d5c46fbbc2647 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_7c433d7a0ac477cef0f60ffb73c8450a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b5dbc9a91daeb74d17287e94e7e8d013 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42b8d6d58db98e59412a92c0408adbf8 = $(`<div id="html_42b8d6d58db98e59412a92c0408adbf8" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_b5dbc9a91daeb74d17287e94e7e8d013.setContent(html_42b8d6d58db98e59412a92c0408adbf8);
|
|
|
|
|
|
|
|
marker_9a047e9d47e1963a1f9d5c46fbbc2647.bindPopup(popup_b5dbc9a91daeb74d17287e94e7e8d013)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a047e9d47e1963a1f9d5c46fbbc2647.setIcon(icon_7c433d7a0ac477cef0f60ffb73c8450a);
|
|
|
|
|
|
var marker_02619cf5f27b18f43249ed8d3cd82dcf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_4e63b58a1e3dea9205bdd9be10bd412f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09615c4cc00ecbbe65a81e3f744c2afd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ae389916c5fa7a1d1db818f6a4075a3e = $(`<div id="html_ae389916c5fa7a1d1db818f6a4075a3e" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_09615c4cc00ecbbe65a81e3f744c2afd.setContent(html_ae389916c5fa7a1d1db818f6a4075a3e);
|
|
|
|
|
|
|
|
marker_02619cf5f27b18f43249ed8d3cd82dcf.bindPopup(popup_09615c4cc00ecbbe65a81e3f744c2afd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02619cf5f27b18f43249ed8d3cd82dcf.setIcon(icon_4e63b58a1e3dea9205bdd9be10bd412f);
|
|
|
|
|
|
var marker_7974eb2010560d4e6d724f2b1cd5bb2d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_368120c00fa22d03e274c14af175026e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02f9be00c1aa0f7598f1e024b6af8e11 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_171372244d4eca16d5c5eb0effa37e13 = $(`<div id="html_171372244d4eca16d5c5eb0effa37e13" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_02f9be00c1aa0f7598f1e024b6af8e11.setContent(html_171372244d4eca16d5c5eb0effa37e13);
|
|
|
|
|
|
|
|
marker_7974eb2010560d4e6d724f2b1cd5bb2d.bindPopup(popup_02f9be00c1aa0f7598f1e024b6af8e11)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7974eb2010560d4e6d724f2b1cd5bb2d.setIcon(icon_368120c00fa22d03e274c14af175026e);
|
|
|
|
|
|
var marker_eec07a77a474f69dfdd60a0c5b88b111 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_1515217d1203f08bf92870dc0eb2b85c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0046f02c98fe8008cd854dbb2848288 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d147ae23e1fb3049b676e3a8ffab5ad6 = $(`<div id="html_d147ae23e1fb3049b676e3a8ffab5ad6" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_d0046f02c98fe8008cd854dbb2848288.setContent(html_d147ae23e1fb3049b676e3a8ffab5ad6);
|
|
|
|
|
|
|
|
marker_eec07a77a474f69dfdd60a0c5b88b111.bindPopup(popup_d0046f02c98fe8008cd854dbb2848288)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eec07a77a474f69dfdd60a0c5b88b111.setIcon(icon_1515217d1203f08bf92870dc0eb2b85c);
|
|
|
|
|
|
var marker_75a5fd0d84133f0d6e971e9c320a75b2 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_0776c777a9c70519548c98711710fdba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_def4f484a99d1059c404ee10db3588fb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7161e18107a1842a63586bb5392f05cd = $(`<div id="html_7161e18107a1842a63586bb5392f05cd" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_def4f484a99d1059c404ee10db3588fb.setContent(html_7161e18107a1842a63586bb5392f05cd);
|
|
|
|
|
|
|
|
marker_75a5fd0d84133f0d6e971e9c320a75b2.bindPopup(popup_def4f484a99d1059c404ee10db3588fb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75a5fd0d84133f0d6e971e9c320a75b2.setIcon(icon_0776c777a9c70519548c98711710fdba);
|
|
|
|
|
|
var marker_e0779522277696573dd94bb555594cdf = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_a9e2c5ee76f274733fbc721927bab1eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_851ca3604d1df9c98b4ab4deea58af63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9d11e2b5807354f0814e4b72845794ed = $(`<div id="html_9d11e2b5807354f0814e4b72845794ed" style="width: 100.0%; height: 100.0%;">discovery.eu.nostria.app</div>`)[0];
|
|
popup_851ca3604d1df9c98b4ab4deea58af63.setContent(html_9d11e2b5807354f0814e4b72845794ed);
|
|
|
|
|
|
|
|
marker_e0779522277696573dd94bb555594cdf.bindPopup(popup_851ca3604d1df9c98b4ab4deea58af63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0779522277696573dd94bb555594cdf.setIcon(icon_a9e2c5ee76f274733fbc721927bab1eb);
|
|
|
|
|
|
var marker_166ef6ea5223b64988ef6119621a3bc2 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_b278cadf7a924896279b6bcb42b0642f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f00db8e01e31cab09b440354cefb652f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cc841c3044e0bf82b22389f0b6a99617 = $(`<div id="html_cc841c3044e0bf82b22389f0b6a99617" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_f00db8e01e31cab09b440354cefb652f.setContent(html_cc841c3044e0bf82b22389f0b6a99617);
|
|
|
|
|
|
|
|
marker_166ef6ea5223b64988ef6119621a3bc2.bindPopup(popup_f00db8e01e31cab09b440354cefb652f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_166ef6ea5223b64988ef6119621a3bc2.setIcon(icon_b278cadf7a924896279b6bcb42b0642f);
|
|
|
|
|
|
var marker_b10b4c6383c5c054c7c1c8f72eee2f71 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_23f80dd2fa3a151b6ee35da2d38a9460 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a7ec6d4ea9cd6c6324500b8f89c1fff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6223b30ac909ef35ed4b363b87ab676 = $(`<div id="html_d6223b30ac909ef35ed4b363b87ab676" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_6a7ec6d4ea9cd6c6324500b8f89c1fff.setContent(html_d6223b30ac909ef35ed4b363b87ab676);
|
|
|
|
|
|
|
|
marker_b10b4c6383c5c054c7c1c8f72eee2f71.bindPopup(popup_6a7ec6d4ea9cd6c6324500b8f89c1fff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b10b4c6383c5c054c7c1c8f72eee2f71.setIcon(icon_23f80dd2fa3a151b6ee35da2d38a9460);
|
|
|
|
|
|
var marker_91dad1b8855ed4e07bd48bb5857a522c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_5b5b4d40c144999da6ca28d9fee5e611 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48b2ffec395b43ef7df171cf44b3f028 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da31ed30f87277cfb9151f5428c739b0 = $(`<div id="html_da31ed30f87277cfb9151f5428c739b0" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_48b2ffec395b43ef7df171cf44b3f028.setContent(html_da31ed30f87277cfb9151f5428c739b0);
|
|
|
|
|
|
|
|
marker_91dad1b8855ed4e07bd48bb5857a522c.bindPopup(popup_48b2ffec395b43ef7df171cf44b3f028)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91dad1b8855ed4e07bd48bb5857a522c.setIcon(icon_5b5b4d40c144999da6ca28d9fee5e611);
|
|
|
|
|
|
var marker_53d077dbd5cb2f6ec2ec000648c9a836 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_48d24fbf8025b30b02686a89780ee86b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e71cb92805f98dd3cd51ee6f87d9df8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d99004e7c5d3a3965536713461e4ea75 = $(`<div id="html_d99004e7c5d3a3965536713461e4ea75" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_6e71cb92805f98dd3cd51ee6f87d9df8.setContent(html_d99004e7c5d3a3965536713461e4ea75);
|
|
|
|
|
|
|
|
marker_53d077dbd5cb2f6ec2ec000648c9a836.bindPopup(popup_6e71cb92805f98dd3cd51ee6f87d9df8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53d077dbd5cb2f6ec2ec000648c9a836.setIcon(icon_48d24fbf8025b30b02686a89780ee86b);
|
|
|
|
|
|
var marker_762f24810cb08306b4e39c6254aeaf68 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_92f56a2f5ac9bf8f2019b124778cb45f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f74ce49ad90014acb0ac57fab97a32a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65684a8722cf7ba50c363933d343f966 = $(`<div id="html_65684a8722cf7ba50c363933d343f966" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_f74ce49ad90014acb0ac57fab97a32a4.setContent(html_65684a8722cf7ba50c363933d343f966);
|
|
|
|
|
|
|
|
marker_762f24810cb08306b4e39c6254aeaf68.bindPopup(popup_f74ce49ad90014acb0ac57fab97a32a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_762f24810cb08306b4e39c6254aeaf68.setIcon(icon_92f56a2f5ac9bf8f2019b124778cb45f);
|
|
|
|
|
|
var marker_8f1220bb1283f6850d40375d112a3ffa = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_cfa16d99d1c885643dfca6ba72a86e36 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cda09548092ed0f9dc1c11bd962aa3dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f7e908b0d0ca283d3058a6d9ddacaeb = $(`<div id="html_5f7e908b0d0ca283d3058a6d9ddacaeb" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_cda09548092ed0f9dc1c11bd962aa3dd.setContent(html_5f7e908b0d0ca283d3058a6d9ddacaeb);
|
|
|
|
|
|
|
|
marker_8f1220bb1283f6850d40375d112a3ffa.bindPopup(popup_cda09548092ed0f9dc1c11bd962aa3dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f1220bb1283f6850d40375d112a3ffa.setIcon(icon_cfa16d99d1c885643dfca6ba72a86e36);
|
|
|
|
|
|
var marker_4f882fd95c8c79e8c1df671e82d0ceb0 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_837f3b701f3e0bde36b0a6a546bf9bb7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4696b6631a68cfc9cf190fb536c80dec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ffea251019bbb31b60e47fc728dfde53 = $(`<div id="html_ffea251019bbb31b60e47fc728dfde53" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_4696b6631a68cfc9cf190fb536c80dec.setContent(html_ffea251019bbb31b60e47fc728dfde53);
|
|
|
|
|
|
|
|
marker_4f882fd95c8c79e8c1df671e82d0ceb0.bindPopup(popup_4696b6631a68cfc9cf190fb536c80dec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f882fd95c8c79e8c1df671e82d0ceb0.setIcon(icon_837f3b701f3e0bde36b0a6a546bf9bb7);
|
|
|
|
|
|
var marker_30e6c4de8a4c6ca7173bff9d9b6a3120 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_5dd3e9ce6a3444da9f35a078c2031698 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e91e1ea1ce69b8669c4017d4061ae0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_982e6d222704ba1bf35425d045f7322d = $(`<div id="html_982e6d222704ba1bf35425d045f7322d" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_3e91e1ea1ce69b8669c4017d4061ae0e.setContent(html_982e6d222704ba1bf35425d045f7322d);
|
|
|
|
|
|
|
|
marker_30e6c4de8a4c6ca7173bff9d9b6a3120.bindPopup(popup_3e91e1ea1ce69b8669c4017d4061ae0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_30e6c4de8a4c6ca7173bff9d9b6a3120.setIcon(icon_5dd3e9ce6a3444da9f35a078c2031698);
|
|
|
|
|
|
var marker_2e69e071d2c9d566486a6c58b4456568 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_d1ad71f958facedbcb085e4f817b7134 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c2d24ad6502fbd75bd2e69e4994c4fe9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7981f30e4c74f495aa08381c45af7c9f = $(`<div id="html_7981f30e4c74f495aa08381c45af7c9f" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_c2d24ad6502fbd75bd2e69e4994c4fe9.setContent(html_7981f30e4c74f495aa08381c45af7c9f);
|
|
|
|
|
|
|
|
marker_2e69e071d2c9d566486a6c58b4456568.bindPopup(popup_c2d24ad6502fbd75bd2e69e4994c4fe9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e69e071d2c9d566486a6c58b4456568.setIcon(icon_d1ad71f958facedbcb085e4f817b7134);
|
|
|
|
|
|
var marker_b98237fb80792148c1a48f7b0fc103af = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_6cfc363a015f42b0887ef9af4a0d7c55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6f5118486fb59d1ac41b6ffc49f08a1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4f057a402557c7d41a5d99b9bd12c3d = $(`<div id="html_f4f057a402557c7d41a5d99b9bd12c3d" style="width: 100.0%; height: 100.0%;">shu04.shugur.net</div>`)[0];
|
|
popup_b6f5118486fb59d1ac41b6ffc49f08a1.setContent(html_f4f057a402557c7d41a5d99b9bd12c3d);
|
|
|
|
|
|
|
|
marker_b98237fb80792148c1a48f7b0fc103af.bindPopup(popup_b6f5118486fb59d1ac41b6ffc49f08a1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b98237fb80792148c1a48f7b0fc103af.setIcon(icon_6cfc363a015f42b0887ef9af4a0d7c55);
|
|
|
|
|
|
var marker_1e7876a3039e8d9e790fc1c940fcca54 = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_8c57592ab9aa32e1f548ee38db60a00d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ade2abc43efb1168f57e5ca5703d4050 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_880221cede24d2e59c0d62050f783926 = $(`<div id="html_880221cede24d2e59c0d62050f783926" style="width: 100.0%; height: 100.0%;">dev-nostr.bityacht.io</div>`)[0];
|
|
popup_ade2abc43efb1168f57e5ca5703d4050.setContent(html_880221cede24d2e59c0d62050f783926);
|
|
|
|
|
|
|
|
marker_1e7876a3039e8d9e790fc1c940fcca54.bindPopup(popup_ade2abc43efb1168f57e5ca5703d4050)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1e7876a3039e8d9e790fc1c940fcca54.setIcon(icon_8c57592ab9aa32e1f548ee38db60a00d);
|
|
|
|
|
|
var marker_a3c330bd2ce46ba6fdbddd18ca533b92 = L.marker(
|
|
[15.2634, 100.344],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_07bbd6d26753df1dea0390e0831c29f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_edac138355eee1d1f575d90370b12fcd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5e91e4935cbeed708917b94cb16f3760 = $(`<div id="html_5e91e4935cbeed708917b94cb16f3760" style="width: 100.0%; height: 100.0%;">nostr-relay.gateway.in.th</div>`)[0];
|
|
popup_edac138355eee1d1f575d90370b12fcd.setContent(html_5e91e4935cbeed708917b94cb16f3760);
|
|
|
|
|
|
|
|
marker_a3c330bd2ce46ba6fdbddd18ca533b92.bindPopup(popup_edac138355eee1d1f575d90370b12fcd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3c330bd2ce46ba6fdbddd18ca533b92.setIcon(icon_07bbd6d26753df1dea0390e0831c29f9);
|
|
|
|
|
|
var marker_458bc63a310f0cce4d3620902ae47666 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_5de6c6f4c5d25de940b92d7c23a0af24 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dab5fa65a3f7d00ea56675cda7593676 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec4b014f40e1021a12b3d7d17b502599 = $(`<div id="html_ec4b014f40e1021a12b3d7d17b502599" style="width: 100.0%; height: 100.0%;">nostrue.com</div>`)[0];
|
|
popup_dab5fa65a3f7d00ea56675cda7593676.setContent(html_ec4b014f40e1021a12b3d7d17b502599);
|
|
|
|
|
|
|
|
marker_458bc63a310f0cce4d3620902ae47666.bindPopup(popup_dab5fa65a3f7d00ea56675cda7593676)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_458bc63a310f0cce4d3620902ae47666.setIcon(icon_5de6c6f4c5d25de940b92d7c23a0af24);
|
|
|
|
|
|
var marker_ec179dff58ffe450232b9ada3cd97abc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_bb48747bc3fe5180cbf1967a2d493c7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ad81367f8cc40a5039038d98fedee14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f8429f6884516b2d53d632fa478cde0 = $(`<div id="html_5f8429f6884516b2d53d632fa478cde0" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_4ad81367f8cc40a5039038d98fedee14.setContent(html_5f8429f6884516b2d53d632fa478cde0);
|
|
|
|
|
|
|
|
marker_ec179dff58ffe450232b9ada3cd97abc.bindPopup(popup_4ad81367f8cc40a5039038d98fedee14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec179dff58ffe450232b9ada3cd97abc.setIcon(icon_bb48747bc3fe5180cbf1967a2d493c7b);
|
|
|
|
|
|
var marker_598ea6960dab49185d2fde4685c49abf = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_70feb6497d8e7d9f5482d068b083f6cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a1a3fb385d3b4c1d09d0c604d7777f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1effd4a98297570c70af138e79f2b8d2 = $(`<div id="html_1effd4a98297570c70af138e79f2b8d2" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_6a1a3fb385d3b4c1d09d0c604d7777f8.setContent(html_1effd4a98297570c70af138e79f2b8d2);
|
|
|
|
|
|
|
|
marker_598ea6960dab49185d2fde4685c49abf.bindPopup(popup_6a1a3fb385d3b4c1d09d0c604d7777f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_598ea6960dab49185d2fde4685c49abf.setIcon(icon_70feb6497d8e7d9f5482d068b083f6cc);
|
|
|
|
|
|
var marker_53389656fcc7e27176e66aa308240e80 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_9612ee77964140161bb49ca5e90d773c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01e233d8aa979f560506275eae9607d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6c8252720bc0dd020a5278b10a99a3d = $(`<div id="html_c6c8252720bc0dd020a5278b10a99a3d" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_01e233d8aa979f560506275eae9607d0.setContent(html_c6c8252720bc0dd020a5278b10a99a3d);
|
|
|
|
|
|
|
|
marker_53389656fcc7e27176e66aa308240e80.bindPopup(popup_01e233d8aa979f560506275eae9607d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_53389656fcc7e27176e66aa308240e80.setIcon(icon_9612ee77964140161bb49ca5e90d773c);
|
|
|
|
|
|
var marker_3b9775a64bd26d1831d48480748fa9a9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_202d0dfb1a391408f31c70d6f0ac34c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ee51385e4e256027d1c57a2f5ec4103 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ad4020806b9356ca177970f02f775b7 = $(`<div id="html_0ad4020806b9356ca177970f02f775b7" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_7ee51385e4e256027d1c57a2f5ec4103.setContent(html_0ad4020806b9356ca177970f02f775b7);
|
|
|
|
|
|
|
|
marker_3b9775a64bd26d1831d48480748fa9a9.bindPopup(popup_7ee51385e4e256027d1c57a2f5ec4103)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b9775a64bd26d1831d48480748fa9a9.setIcon(icon_202d0dfb1a391408f31c70d6f0ac34c8);
|
|
|
|
|
|
var marker_46eaac3148162ef1fa51681fb1d70c07 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_5e4ee5f67c8cf0656f7a9f18bce75599 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc504a4f7a0693ac95ae82136997d6f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbbc7b1f05690c49a61e9e315df6f287 = $(`<div id="html_cbbc7b1f05690c49a61e9e315df6f287" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_bc504a4f7a0693ac95ae82136997d6f0.setContent(html_cbbc7b1f05690c49a61e9e315df6f287);
|
|
|
|
|
|
|
|
marker_46eaac3148162ef1fa51681fb1d70c07.bindPopup(popup_bc504a4f7a0693ac95ae82136997d6f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46eaac3148162ef1fa51681fb1d70c07.setIcon(icon_5e4ee5f67c8cf0656f7a9f18bce75599);
|
|
|
|
|
|
var marker_d52d99efb1cacc252100aaf33d5dfbcb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_a090159cf585039b3403e6ec04e18359 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d04eb64cdbf192c45444afd1ad6e13e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee6fab3969e4c5a18cf37186d04a9c7d = $(`<div id="html_ee6fab3969e4c5a18cf37186d04a9c7d" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_6d04eb64cdbf192c45444afd1ad6e13e.setContent(html_ee6fab3969e4c5a18cf37186d04a9c7d);
|
|
|
|
|
|
|
|
marker_d52d99efb1cacc252100aaf33d5dfbcb.bindPopup(popup_6d04eb64cdbf192c45444afd1ad6e13e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d52d99efb1cacc252100aaf33d5dfbcb.setIcon(icon_a090159cf585039b3403e6ec04e18359);
|
|
|
|
|
|
var marker_cb668c15217f1f0becf832611b06e7fd = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_1cb0896a4563dd5571d3aa1b58ee8500 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6f66698735f356c3645cb15ed17c4c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5fe9d499c29ac9c61d8e34335b7f6f5a = $(`<div id="html_5fe9d499c29ac9c61d8e34335b7f6f5a" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_c6f66698735f356c3645cb15ed17c4c4.setContent(html_5fe9d499c29ac9c61d8e34335b7f6f5a);
|
|
|
|
|
|
|
|
marker_cb668c15217f1f0becf832611b06e7fd.bindPopup(popup_c6f66698735f356c3645cb15ed17c4c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb668c15217f1f0becf832611b06e7fd.setIcon(icon_1cb0896a4563dd5571d3aa1b58ee8500);
|
|
|
|
|
|
var marker_5b45afb42badbb462ad14ba120001b69 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_94dfa39d3bc31d20ccd7f27e2e95a85e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b53b4b69b151b3d4172aaa0f0d949e2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd74b339ebfb9a8504668b1b5278b785 = $(`<div id="html_dd74b339ebfb9a8504668b1b5278b785" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_b53b4b69b151b3d4172aaa0f0d949e2f.setContent(html_dd74b339ebfb9a8504668b1b5278b785);
|
|
|
|
|
|
|
|
marker_5b45afb42badbb462ad14ba120001b69.bindPopup(popup_b53b4b69b151b3d4172aaa0f0d949e2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b45afb42badbb462ad14ba120001b69.setIcon(icon_94dfa39d3bc31d20ccd7f27e2e95a85e);
|
|
|
|
|
|
var marker_dda0d31fc820eb0fc1d1d6af605b61dd = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_97298474af8f6277b524fbe64b533173 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec69814e0f1713ea5b964300b2058874 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bac5993111e406221066a803072fa412 = $(`<div id="html_bac5993111e406221066a803072fa412" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_ec69814e0f1713ea5b964300b2058874.setContent(html_bac5993111e406221066a803072fa412);
|
|
|
|
|
|
|
|
marker_dda0d31fc820eb0fc1d1d6af605b61dd.bindPopup(popup_ec69814e0f1713ea5b964300b2058874)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dda0d31fc820eb0fc1d1d6af605b61dd.setIcon(icon_97298474af8f6277b524fbe64b533173);
|
|
|
|
|
|
var marker_a9d6572afb27fb6814623059b1230f51 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_e55de1a2ddf28630e44b603a7ef96e1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8fdd0d50dafea573d8f5e00ccf9a53c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8c3b072970edac0a4a18ca0024a7f9ce = $(`<div id="html_8c3b072970edac0a4a18ca0024a7f9ce" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_8fdd0d50dafea573d8f5e00ccf9a53c5.setContent(html_8c3b072970edac0a4a18ca0024a7f9ce);
|
|
|
|
|
|
|
|
marker_a9d6572afb27fb6814623059b1230f51.bindPopup(popup_8fdd0d50dafea573d8f5e00ccf9a53c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9d6572afb27fb6814623059b1230f51.setIcon(icon_e55de1a2ddf28630e44b603a7ef96e1e);
|
|
|
|
|
|
var marker_895852a7c105fb69c12f0e3de75c2433 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_17360750325ff93b3a64c1bd3320037d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bc021093898485b79ded9292cf31a0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ad427fc9d05a0c93030c6087a93a6e2 = $(`<div id="html_0ad427fc9d05a0c93030c6087a93a6e2" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_2bc021093898485b79ded9292cf31a0d.setContent(html_0ad427fc9d05a0c93030c6087a93a6e2);
|
|
|
|
|
|
|
|
marker_895852a7c105fb69c12f0e3de75c2433.bindPopup(popup_2bc021093898485b79ded9292cf31a0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_895852a7c105fb69c12f0e3de75c2433.setIcon(icon_17360750325ff93b3a64c1bd3320037d);
|
|
|
|
|
|
var marker_c831549738f58fe68ed3c5fa67a934f3 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_e3c25aa6abc64cc402cba1478e9c4c9e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5b08d042dc46f3f93450619275f0abf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d81d77fad904230d380d5bcd8536e3d2 = $(`<div id="html_d81d77fad904230d380d5bcd8536e3d2" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_f5b08d042dc46f3f93450619275f0abf.setContent(html_d81d77fad904230d380d5bcd8536e3d2);
|
|
|
|
|
|
|
|
marker_c831549738f58fe68ed3c5fa67a934f3.bindPopup(popup_f5b08d042dc46f3f93450619275f0abf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c831549738f58fe68ed3c5fa67a934f3.setIcon(icon_e3c25aa6abc64cc402cba1478e9c4c9e);
|
|
|
|
|
|
var marker_e3595ff8df64d781cf14026220735ac9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_8d75007ea7a50fa042f722048e3fcc08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_08474cbeaaa04e4422296cba058e75c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35542da3ade8bf76edfe10472433a6b2 = $(`<div id="html_35542da3ade8bf76edfe10472433a6b2" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_08474cbeaaa04e4422296cba058e75c9.setContent(html_35542da3ade8bf76edfe10472433a6b2);
|
|
|
|
|
|
|
|
marker_e3595ff8df64d781cf14026220735ac9.bindPopup(popup_08474cbeaaa04e4422296cba058e75c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e3595ff8df64d781cf14026220735ac9.setIcon(icon_8d75007ea7a50fa042f722048e3fcc08);
|
|
|
|
|
|
var marker_c2fb212c96d05ca805aa8df663a792f7 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_08673d08b3d13a51db767c2abbe604f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63df2a47773939aeb11fd4363be51244 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f513d0504ea9aaf57c689561ce8de35 = $(`<div id="html_9f513d0504ea9aaf57c689561ce8de35" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club</div>`)[0];
|
|
popup_63df2a47773939aeb11fd4363be51244.setContent(html_9f513d0504ea9aaf57c689561ce8de35);
|
|
|
|
|
|
|
|
marker_c2fb212c96d05ca805aa8df663a792f7.bindPopup(popup_63df2a47773939aeb11fd4363be51244)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2fb212c96d05ca805aa8df663a792f7.setIcon(icon_08673d08b3d13a51db767c2abbe604f9);
|
|
|
|
|
|
var marker_799f0fe346ec9f352a89b0e18b6b03b3 = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_00ce3b74c7e3a696ef102d309ef546aa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3e7d8989acb9bfa266cf9c20b9426afd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e579c97b2e65bfb0e86f60e445c3b98 = $(`<div id="html_8e579c97b2e65bfb0e86f60e445c3b98" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_3e7d8989acb9bfa266cf9c20b9426afd.setContent(html_8e579c97b2e65bfb0e86f60e445c3b98);
|
|
|
|
|
|
|
|
marker_799f0fe346ec9f352a89b0e18b6b03b3.bindPopup(popup_3e7d8989acb9bfa266cf9c20b9426afd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_799f0fe346ec9f352a89b0e18b6b03b3.setIcon(icon_00ce3b74c7e3a696ef102d309ef546aa);
|
|
|
|
|
|
var marker_56ed1b20219c7653299c5edc1b453ffb = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_50b483be4523f385e8ccf0ec8a7af726 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_71f95146597f0c8f9e62f2975366ad85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4afaaefd12c5470118ac6df55ec5945f = $(`<div id="html_4afaaefd12c5470118ac6df55ec5945f" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_71f95146597f0c8f9e62f2975366ad85.setContent(html_4afaaefd12c5470118ac6df55ec5945f);
|
|
|
|
|
|
|
|
marker_56ed1b20219c7653299c5edc1b453ffb.bindPopup(popup_71f95146597f0c8f9e62f2975366ad85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_56ed1b20219c7653299c5edc1b453ffb.setIcon(icon_50b483be4523f385e8ccf0ec8a7af726);
|
|
|
|
|
|
var marker_08ee2611059e6e2981230fe2b059176c = L.marker(
|
|
[13.8434, 100.363],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_6d81f61f920749fa32a3f4f796b5354a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_522c24c97397aaa836e0a517017afad6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03f7264aef4767175cbe4547c6809035 = $(`<div id="html_03f7264aef4767175cbe4547c6809035" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_522c24c97397aaa836e0a517017afad6.setContent(html_03f7264aef4767175cbe4547c6809035);
|
|
|
|
|
|
|
|
marker_08ee2611059e6e2981230fe2b059176c.bindPopup(popup_522c24c97397aaa836e0a517017afad6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08ee2611059e6e2981230fe2b059176c.setIcon(icon_6d81f61f920749fa32a3f4f796b5354a);
|
|
|
|
|
|
var marker_3c1c377599251ec26148e9f543cfba61 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_0c86c665aa5f46744f20163b69ec7f1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc7cf048e0fcd3898a4c3098a6097d8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a419c8bbc34cd5ad3490d0e24b99d21 = $(`<div id="html_8a419c8bbc34cd5ad3490d0e24b99d21" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_dc7cf048e0fcd3898a4c3098a6097d8f.setContent(html_8a419c8bbc34cd5ad3490d0e24b99d21);
|
|
|
|
|
|
|
|
marker_3c1c377599251ec26148e9f543cfba61.bindPopup(popup_dc7cf048e0fcd3898a4c3098a6097d8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c1c377599251ec26148e9f543cfba61.setIcon(icon_0c86c665aa5f46744f20163b69ec7f1f);
|
|
|
|
|
|
var marker_68df3d72b846fd0bf77e87f5d8c05836 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_627b0e7c60af167b439497297c408e14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f8168ddf62db6ee2b088fb85766eae2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0642fb55fe11b5aa5654d43bac031779 = $(`<div id="html_0642fb55fe11b5aa5654d43bac031779" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_7f8168ddf62db6ee2b088fb85766eae2.setContent(html_0642fb55fe11b5aa5654d43bac031779);
|
|
|
|
|
|
|
|
marker_68df3d72b846fd0bf77e87f5d8c05836.bindPopup(popup_7f8168ddf62db6ee2b088fb85766eae2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68df3d72b846fd0bf77e87f5d8c05836.setIcon(icon_627b0e7c60af167b439497297c408e14);
|
|
|
|
|
|
var marker_fe8eee68ff04a41090beb601da61b547 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_b1ec03f968929eb1b934fea479799afb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c61f1a0538ddc23db414f264ea11459 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2440d6213467eb4715970ed3a6721ea1 = $(`<div id="html_2440d6213467eb4715970ed3a6721ea1" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_2c61f1a0538ddc23db414f264ea11459.setContent(html_2440d6213467eb4715970ed3a6721ea1);
|
|
|
|
|
|
|
|
marker_fe8eee68ff04a41090beb601da61b547.bindPopup(popup_2c61f1a0538ddc23db414f264ea11459)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe8eee68ff04a41090beb601da61b547.setIcon(icon_b1ec03f968929eb1b934fea479799afb);
|
|
|
|
|
|
var marker_772cdd081d0b8b580467058a65aa633f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_71934e80ff496fb0f5a678113a4368a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cae44bc3512dc486c659a232a4f335bb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_905baef93de5ee1ea78f929bb5958705 = $(`<div id="html_905baef93de5ee1ea78f929bb5958705" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_cae44bc3512dc486c659a232a4f335bb.setContent(html_905baef93de5ee1ea78f929bb5958705);
|
|
|
|
|
|
|
|
marker_772cdd081d0b8b580467058a65aa633f.bindPopup(popup_cae44bc3512dc486c659a232a4f335bb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_772cdd081d0b8b580467058a65aa633f.setIcon(icon_71934e80ff496fb0f5a678113a4368a7);
|
|
|
|
|
|
var marker_7a9ca9260e033b6539ab616386dab574 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_5b11d7d401d38a9ed91529519e679f41 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ba3743469186859ce2fd2bf833faa52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1cbca03a97bca644ef59a141917cfd1a = $(`<div id="html_1cbca03a97bca644ef59a141917cfd1a" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_0ba3743469186859ce2fd2bf833faa52.setContent(html_1cbca03a97bca644ef59a141917cfd1a);
|
|
|
|
|
|
|
|
marker_7a9ca9260e033b6539ab616386dab574.bindPopup(popup_0ba3743469186859ce2fd2bf833faa52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a9ca9260e033b6539ab616386dab574.setIcon(icon_5b11d7d401d38a9ed91529519e679f41);
|
|
|
|
|
|
var marker_0057ee16370ec0106b0f7a7ffeeedc44 = L.marker(
|
|
[55.9349, 23.3137],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_74098cb2c09068bc67608181fd18ad63 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_66a4df6bcc2827325f1870a21b24a05e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f13221848e1b28b216271d5922023739 = $(`<div id="html_f13221848e1b28b216271d5922023739" style="width: 100.0%; height: 100.0%;">archive.orly.dev</div>`)[0];
|
|
popup_66a4df6bcc2827325f1870a21b24a05e.setContent(html_f13221848e1b28b216271d5922023739);
|
|
|
|
|
|
|
|
marker_0057ee16370ec0106b0f7a7ffeeedc44.bindPopup(popup_66a4df6bcc2827325f1870a21b24a05e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0057ee16370ec0106b0f7a7ffeeedc44.setIcon(icon_74098cb2c09068bc67608181fd18ad63);
|
|
|
|
|
|
var marker_4c156f317a9643418223b796cb6ab66b = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_33362dcf4ca42491005c5ff2f87b628e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21c3f57b828be287bc0ce1d04ffc59a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a59b4911a89d4bb97a145cf1385c3ef = $(`<div id="html_5a59b4911a89d4bb97a145cf1385c3ef" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_21c3f57b828be287bc0ce1d04ffc59a3.setContent(html_5a59b4911a89d4bb97a145cf1385c3ef);
|
|
|
|
|
|
|
|
marker_4c156f317a9643418223b796cb6ab66b.bindPopup(popup_21c3f57b828be287bc0ce1d04ffc59a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c156f317a9643418223b796cb6ab66b.setIcon(icon_33362dcf4ca42491005c5ff2f87b628e);
|
|
|
|
|
|
var marker_fec56a871cad3fafd8e07b64d0cf2a6e = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_fb4b812ede6766076f4d96c1681accd7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7acfb05a6f8d9e1a60f0f479c47a3ce5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88365caee7b30552db18f8e9b784e602 = $(`<div id="html_88365caee7b30552db18f8e9b784e602" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_7acfb05a6f8d9e1a60f0f479c47a3ce5.setContent(html_88365caee7b30552db18f8e9b784e602);
|
|
|
|
|
|
|
|
marker_fec56a871cad3fafd8e07b64d0cf2a6e.bindPopup(popup_7acfb05a6f8d9e1a60f0f479c47a3ce5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fec56a871cad3fafd8e07b64d0cf2a6e.setIcon(icon_fb4b812ede6766076f4d96c1681accd7);
|
|
|
|
|
|
var marker_75bfdf18f799af57bc6c59b32dea8570 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_ed1386642c1b31b1771c9ddffc3c0cbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74abf1fb869b7b3d81f8f642ddb6a621 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d913e04c70b9e32ea0aab53753ee0d15 = $(`<div id="html_d913e04c70b9e32ea0aab53753ee0d15" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_74abf1fb869b7b3d81f8f642ddb6a621.setContent(html_d913e04c70b9e32ea0aab53753ee0d15);
|
|
|
|
|
|
|
|
marker_75bfdf18f799af57bc6c59b32dea8570.bindPopup(popup_74abf1fb869b7b3d81f8f642ddb6a621)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75bfdf18f799af57bc6c59b32dea8570.setIcon(icon_ed1386642c1b31b1771c9ddffc3c0cbd);
|
|
|
|
|
|
var marker_73acc221d83833722c4b590ed45a8755 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_24dd7db4a37af1c16382010be6edf589 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f54fd5a909918ec3ddb6a05262a14ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_096cd4db5ac49e482b2400acbd089bfb = $(`<div id="html_096cd4db5ac49e482b2400acbd089bfb" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_8f54fd5a909918ec3ddb6a05262a14ce.setContent(html_096cd4db5ac49e482b2400acbd089bfb);
|
|
|
|
|
|
|
|
marker_73acc221d83833722c4b590ed45a8755.bindPopup(popup_8f54fd5a909918ec3ddb6a05262a14ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73acc221d83833722c4b590ed45a8755.setIcon(icon_24dd7db4a37af1c16382010be6edf589);
|
|
|
|
|
|
var marker_3a3a48f7812780ee3949f876de7d489a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_55aa28b6748545d6b8bbd7a1a7732ace = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6d0c0033dba79662ec53ae04bf62b57f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_631275144008f542a3d47af4760c1c2c = $(`<div id="html_631275144008f542a3d47af4760c1c2c" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_6d0c0033dba79662ec53ae04bf62b57f.setContent(html_631275144008f542a3d47af4760c1c2c);
|
|
|
|
|
|
|
|
marker_3a3a48f7812780ee3949f876de7d489a.bindPopup(popup_6d0c0033dba79662ec53ae04bf62b57f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a3a48f7812780ee3949f876de7d489a.setIcon(icon_55aa28b6748545d6b8bbd7a1a7732ace);
|
|
|
|
|
|
var marker_5353c64924b782272c49b7faca886bca = L.marker(
|
|
[36.55, 139.733],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_398f2642fb20a9b1cce4431a16eb6083 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e30bc07ecfab07bb9bc11c4cbf39938b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7077e34b1643f4d1b9c84d0dada66cc7 = $(`<div id="html_7077e34b1643f4d1b9c84d0dada66cc7" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_e30bc07ecfab07bb9bc11c4cbf39938b.setContent(html_7077e34b1643f4d1b9c84d0dada66cc7);
|
|
|
|
|
|
|
|
marker_5353c64924b782272c49b7faca886bca.bindPopup(popup_e30bc07ecfab07bb9bc11c4cbf39938b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5353c64924b782272c49b7faca886bca.setIcon(icon_398f2642fb20a9b1cce4431a16eb6083);
|
|
|
|
|
|
var marker_40594d11683c45eefa4349ff9e852383 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_58b2ab436f2b7285a920104b594a9f10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93ceeb339eb03bc751254a0b247d06de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1228d4c3d1c09e0f05a4e9069a7a2ff8 = $(`<div id="html_1228d4c3d1c09e0f05a4e9069a7a2ff8" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_93ceeb339eb03bc751254a0b247d06de.setContent(html_1228d4c3d1c09e0f05a4e9069a7a2ff8);
|
|
|
|
|
|
|
|
marker_40594d11683c45eefa4349ff9e852383.bindPopup(popup_93ceeb339eb03bc751254a0b247d06de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40594d11683c45eefa4349ff9e852383.setIcon(icon_58b2ab436f2b7285a920104b594a9f10);
|
|
|
|
|
|
var marker_87a662f3426113ba06f360a76d71e731 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_5a8cae4e6569f19c706ca3b74e179429 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8ed34948e7c832aab500a4a98b903c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4905455a3b2cc3b1c6155748b14621d = $(`<div id="html_e4905455a3b2cc3b1c6155748b14621d" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_d8ed34948e7c832aab500a4a98b903c2.setContent(html_e4905455a3b2cc3b1c6155748b14621d);
|
|
|
|
|
|
|
|
marker_87a662f3426113ba06f360a76d71e731.bindPopup(popup_d8ed34948e7c832aab500a4a98b903c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87a662f3426113ba06f360a76d71e731.setIcon(icon_5a8cae4e6569f19c706ca3b74e179429);
|
|
|
|
|
|
var marker_b54530246bd4d56c342166bbe1d4c000 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_0fcc29733201f4679261ae32203666a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c12c668ef275c5b7910a4612664dac28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d5bef2e2f71f8000c9dc79ddd6761f8f = $(`<div id="html_d5bef2e2f71f8000c9dc79ddd6761f8f" style="width: 100.0%; height: 100.0%;">wons.calva.dev</div>`)[0];
|
|
popup_c12c668ef275c5b7910a4612664dac28.setContent(html_d5bef2e2f71f8000c9dc79ddd6761f8f);
|
|
|
|
|
|
|
|
marker_b54530246bd4d56c342166bbe1d4c000.bindPopup(popup_c12c668ef275c5b7910a4612664dac28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b54530246bd4d56c342166bbe1d4c000.setIcon(icon_0fcc29733201f4679261ae32203666a1);
|
|
|
|
|
|
var marker_8d947107348c88790462934f7b2240a0 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_8575735c63e9aa47ad8fca754efe32bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81dda90fdad67f7784189cf46e915c6e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ac2cd9f58866870ffa4d0fdf35e92cd = $(`<div id="html_0ac2cd9f58866870ffa4d0fdf35e92cd" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_81dda90fdad67f7784189cf46e915c6e.setContent(html_0ac2cd9f58866870ffa4d0fdf35e92cd);
|
|
|
|
|
|
|
|
marker_8d947107348c88790462934f7b2240a0.bindPopup(popup_81dda90fdad67f7784189cf46e915c6e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d947107348c88790462934f7b2240a0.setIcon(icon_8575735c63e9aa47ad8fca754efe32bb);
|
|
|
|
|
|
var marker_3057ec4366e4d9483d4e93cc35738b53 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_c84bd2a78c284f45f506ec8edb5efcdd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e38de2ae55f23c101186c4571b1fe002 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_084edb0675f3f4bd0c92f97ed497aafb = $(`<div id="html_084edb0675f3f4bd0c92f97ed497aafb" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_e38de2ae55f23c101186c4571b1fe002.setContent(html_084edb0675f3f4bd0c92f97ed497aafb);
|
|
|
|
|
|
|
|
marker_3057ec4366e4d9483d4e93cc35738b53.bindPopup(popup_e38de2ae55f23c101186c4571b1fe002)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3057ec4366e4d9483d4e93cc35738b53.setIcon(icon_c84bd2a78c284f45f506ec8edb5efcdd);
|
|
|
|
|
|
var marker_d466f06cdbc00c0f7de75d12f6f05f2a = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_2d0d8a2246a6bd70995da47495c82136 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8209c48f08e7c1e3091d896f640b593 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13fb2fd5aa1a75bbcedee8eea94fdacf = $(`<div id="html_13fb2fd5aa1a75bbcedee8eea94fdacf" style="width: 100.0%; height: 100.0%;">czas.xyz</div>`)[0];
|
|
popup_d8209c48f08e7c1e3091d896f640b593.setContent(html_13fb2fd5aa1a75bbcedee8eea94fdacf);
|
|
|
|
|
|
|
|
marker_d466f06cdbc00c0f7de75d12f6f05f2a.bindPopup(popup_d8209c48f08e7c1e3091d896f640b593)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d466f06cdbc00c0f7de75d12f6f05f2a.setIcon(icon_2d0d8a2246a6bd70995da47495c82136);
|
|
|
|
|
|
var marker_bbccf11b5b104cf1bfab93b042b63c40 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_2abfac75213fd958ea618bd1048c53c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74e57c5e7a6a585e2ffffa249a1a5283 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_476b8989a0b472609d149284df5489ed = $(`<div id="html_476b8989a0b472609d149284df5489ed" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_74e57c5e7a6a585e2ffffa249a1a5283.setContent(html_476b8989a0b472609d149284df5489ed);
|
|
|
|
|
|
|
|
marker_bbccf11b5b104cf1bfab93b042b63c40.bindPopup(popup_74e57c5e7a6a585e2ffffa249a1a5283)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bbccf11b5b104cf1bfab93b042b63c40.setIcon(icon_2abfac75213fd958ea618bd1048c53c9);
|
|
|
|
|
|
var marker_c86d4a3bad0e8c299630ad8400054cb7 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_15a2f74623930541eb3181fb527cb9ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ec9b0e47e49c45be9f5f7bf4fdbf1d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9b278744fe757db40e854910da833022 = $(`<div id="html_9b278744fe757db40e854910da833022" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_2ec9b0e47e49c45be9f5f7bf4fdbf1d7.setContent(html_9b278744fe757db40e854910da833022);
|
|
|
|
|
|
|
|
marker_c86d4a3bad0e8c299630ad8400054cb7.bindPopup(popup_2ec9b0e47e49c45be9f5f7bf4fdbf1d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c86d4a3bad0e8c299630ad8400054cb7.setIcon(icon_15a2f74623930541eb3181fb527cb9ea);
|
|
|
|
|
|
var marker_ad0831a67c23974ff3eaaf4ea023e011 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_1367e4bb0ea3ee34866d6b8ff124f323 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc2ef32b59d6596913a209714e2b58af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_374efe396fe9d9c27830999091e849fe = $(`<div id="html_374efe396fe9d9c27830999091e849fe" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_bc2ef32b59d6596913a209714e2b58af.setContent(html_374efe396fe9d9c27830999091e849fe);
|
|
|
|
|
|
|
|
marker_ad0831a67c23974ff3eaaf4ea023e011.bindPopup(popup_bc2ef32b59d6596913a209714e2b58af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad0831a67c23974ff3eaaf4ea023e011.setIcon(icon_1367e4bb0ea3ee34866d6b8ff124f323);
|
|
|
|
|
|
var marker_c37a243a874e7576bf70b0e0b6303c3e = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_70a2857518cda03b94b99b01718355f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5fb4d1f7437ab6244deb771875bdfe46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf3d6f434bfea346d6f8054ac757db78 = $(`<div id="html_cf3d6f434bfea346d6f8054ac757db78" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_5fb4d1f7437ab6244deb771875bdfe46.setContent(html_cf3d6f434bfea346d6f8054ac757db78);
|
|
|
|
|
|
|
|
marker_c37a243a874e7576bf70b0e0b6303c3e.bindPopup(popup_5fb4d1f7437ab6244deb771875bdfe46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c37a243a874e7576bf70b0e0b6303c3e.setIcon(icon_70a2857518cda03b94b99b01718355f5);
|
|
|
|
|
|
var marker_a40a02f5eaa1fc9bea68d735b476448d = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_a89d5b1833e643984e770f59c5f91238 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5eae617ab35d053c4a79976d6ca149d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eab129855bd924d9d41d6fcf1183887c = $(`<div id="html_eab129855bd924d9d41d6fcf1183887c" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_5eae617ab35d053c4a79976d6ca149d4.setContent(html_eab129855bd924d9d41d6fcf1183887c);
|
|
|
|
|
|
|
|
marker_a40a02f5eaa1fc9bea68d735b476448d.bindPopup(popup_5eae617ab35d053c4a79976d6ca149d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a40a02f5eaa1fc9bea68d735b476448d.setIcon(icon_a89d5b1833e643984e770f59c5f91238);
|
|
|
|
|
|
var marker_ca1d3a203a78b0f5e7bada695c912eab = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_b967a364616fc3515b54bd783a06db0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b34323e2edd3a2ca6e8397737b4d072e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f190effeb1e802d68fef44a4e42c946 = $(`<div id="html_6f190effeb1e802d68fef44a4e42c946" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_b34323e2edd3a2ca6e8397737b4d072e.setContent(html_6f190effeb1e802d68fef44a4e42c946);
|
|
|
|
|
|
|
|
marker_ca1d3a203a78b0f5e7bada695c912eab.bindPopup(popup_b34323e2edd3a2ca6e8397737b4d072e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca1d3a203a78b0f5e7bada695c912eab.setIcon(icon_b967a364616fc3515b54bd783a06db0d);
|
|
|
|
|
|
var marker_2b379dd52726e2e73ee01fdff2175a04 = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_acec248b35ab07749464a02224c2cc45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7dd5d4ff4aa1f40f67f68f0b1e69c8ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e6676b345a518a73aca96d25296d416 = $(`<div id="html_3e6676b345a518a73aca96d25296d416" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_7dd5d4ff4aa1f40f67f68f0b1e69c8ae.setContent(html_3e6676b345a518a73aca96d25296d416);
|
|
|
|
|
|
|
|
marker_2b379dd52726e2e73ee01fdff2175a04.bindPopup(popup_7dd5d4ff4aa1f40f67f68f0b1e69c8ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b379dd52726e2e73ee01fdff2175a04.setIcon(icon_acec248b35ab07749464a02224c2cc45);
|
|
|
|
|
|
var marker_aabf3c263160d352f84fef71a640700e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_ae010437ff08511101f15bb4a7b64049 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ff76655f34f2ee16ecbba6cf8395fd0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5faa59aa55ed90d290a90073e223fe7b = $(`<div id="html_5faa59aa55ed90d290a90073e223fe7b" style="width: 100.0%; height: 100.0%;">nproxy.kristapsk.lv</div>`)[0];
|
|
popup_5ff76655f34f2ee16ecbba6cf8395fd0.setContent(html_5faa59aa55ed90d290a90073e223fe7b);
|
|
|
|
|
|
|
|
marker_aabf3c263160d352f84fef71a640700e.bindPopup(popup_5ff76655f34f2ee16ecbba6cf8395fd0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aabf3c263160d352f84fef71a640700e.setIcon(icon_ae010437ff08511101f15bb4a7b64049);
|
|
|
|
|
|
var marker_bd96f089981051f68efbe032a493f777 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_8f812866a5d4cbc3124e2f8abf12ddfb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f002d58b856950e6a36dbf3f542aba3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33cd7ad1d1ffa7bc5a24531578c46fae = $(`<div id="html_33cd7ad1d1ffa7bc5a24531578c46fae" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_1f002d58b856950e6a36dbf3f542aba3.setContent(html_33cd7ad1d1ffa7bc5a24531578c46fae);
|
|
|
|
|
|
|
|
marker_bd96f089981051f68efbe032a493f777.bindPopup(popup_1f002d58b856950e6a36dbf3f542aba3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd96f089981051f68efbe032a493f777.setIcon(icon_8f812866a5d4cbc3124e2f8abf12ddfb);
|
|
|
|
|
|
var marker_c3b35126f02f214160916e12315576ac = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_1411d8f46c6c40ae55683337fc19ebe2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2804e085c1406163e0feee0347936ecf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dd87e9a4aa5477550c52fed4020aa109 = $(`<div id="html_dd87e9a4aa5477550c52fed4020aa109" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_2804e085c1406163e0feee0347936ecf.setContent(html_dd87e9a4aa5477550c52fed4020aa109);
|
|
|
|
|
|
|
|
marker_c3b35126f02f214160916e12315576ac.bindPopup(popup_2804e085c1406163e0feee0347936ecf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3b35126f02f214160916e12315576ac.setIcon(icon_1411d8f46c6c40ae55683337fc19ebe2);
|
|
|
|
|
|
var marker_2614a4ddc935a48b0d24573a1be80bc0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_52a6cb7fbbd4ef9b603da5b996b34208 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1099595c1242938dd094cc4e7ecc5149 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44c65c4e27f4c6e9480b20d2dcbb7e5f = $(`<div id="html_44c65c4e27f4c6e9480b20d2dcbb7e5f" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_1099595c1242938dd094cc4e7ecc5149.setContent(html_44c65c4e27f4c6e9480b20d2dcbb7e5f);
|
|
|
|
|
|
|
|
marker_2614a4ddc935a48b0d24573a1be80bc0.bindPopup(popup_1099595c1242938dd094cc4e7ecc5149)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2614a4ddc935a48b0d24573a1be80bc0.setIcon(icon_52a6cb7fbbd4ef9b603da5b996b34208);
|
|
|
|
|
|
var marker_2618544cf849283ce525502987ae406e = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_7d50154e4ff61eaabde6438e4ea8ec9f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18117d545286132f2bfb6d6599e7f37b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a4dcf4f796724f6d3834210170064ce = $(`<div id="html_5a4dcf4f796724f6d3834210170064ce" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_18117d545286132f2bfb6d6599e7f37b.setContent(html_5a4dcf4f796724f6d3834210170064ce);
|
|
|
|
|
|
|
|
marker_2618544cf849283ce525502987ae406e.bindPopup(popup_18117d545286132f2bfb6d6599e7f37b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2618544cf849283ce525502987ae406e.setIcon(icon_7d50154e4ff61eaabde6438e4ea8ec9f);
|
|
|
|
|
|
var marker_e0c66c3b7579b468a32cb6f6df477548 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_45018aad3ee5543b2a2b3952707c892f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1b9d348a9f7e8a4d3a2a7cffff837bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee3a29dbfbaf433dac6e963dac78a5c3 = $(`<div id="html_ee3a29dbfbaf433dac6e963dac78a5c3" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_b1b9d348a9f7e8a4d3a2a7cffff837bf.setContent(html_ee3a29dbfbaf433dac6e963dac78a5c3);
|
|
|
|
|
|
|
|
marker_e0c66c3b7579b468a32cb6f6df477548.bindPopup(popup_b1b9d348a9f7e8a4d3a2a7cffff837bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0c66c3b7579b468a32cb6f6df477548.setIcon(icon_45018aad3ee5543b2a2b3952707c892f);
|
|
|
|
|
|
var marker_0cc8ec1391a2cec0b5ed5d72d9436d7e = L.marker(
|
|
[44.5401, -123.368],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_db712129aec6f6e13b715719f6a7d62b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da68c719f0d8e4e5239a7c2ede947677 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ea3a3e3a06ad935871733ab7527c0c7 = $(`<div id="html_5ea3a3e3a06ad935871733ab7527c0c7" style="width: 100.0%; height: 100.0%;">relay.westernbtc.com</div>`)[0];
|
|
popup_da68c719f0d8e4e5239a7c2ede947677.setContent(html_5ea3a3e3a06ad935871733ab7527c0c7);
|
|
|
|
|
|
|
|
marker_0cc8ec1391a2cec0b5ed5d72d9436d7e.bindPopup(popup_da68c719f0d8e4e5239a7c2ede947677)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cc8ec1391a2cec0b5ed5d72d9436d7e.setIcon(icon_db712129aec6f6e13b715719f6a7d62b);
|
|
|
|
|
|
var marker_fbc9cb0a855d5a5bbc540149e2b28ee5 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_65fdff3f514f81ad9213e82a367b5d61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4795addc17105821947a46ec19659c3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d10ba2ed40bce8e55a1b2ec47d1c042 = $(`<div id="html_7d10ba2ed40bce8e55a1b2ec47d1c042" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_4795addc17105821947a46ec19659c3b.setContent(html_7d10ba2ed40bce8e55a1b2ec47d1c042);
|
|
|
|
|
|
|
|
marker_fbc9cb0a855d5a5bbc540149e2b28ee5.bindPopup(popup_4795addc17105821947a46ec19659c3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbc9cb0a855d5a5bbc540149e2b28ee5.setIcon(icon_65fdff3f514f81ad9213e82a367b5d61);
|
|
|
|
|
|
var marker_9f2e2521d0f47b30139b8d34fb37cb72 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_4398d38fae869b69bfa2c30bc0ed3334 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3876ef99fb0d2bf633cf4ae109d8f58e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01e5cea37f7ab1b907f210522a829a4e = $(`<div id="html_01e5cea37f7ab1b907f210522a829a4e" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_3876ef99fb0d2bf633cf4ae109d8f58e.setContent(html_01e5cea37f7ab1b907f210522a829a4e);
|
|
|
|
|
|
|
|
marker_9f2e2521d0f47b30139b8d34fb37cb72.bindPopup(popup_3876ef99fb0d2bf633cf4ae109d8f58e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f2e2521d0f47b30139b8d34fb37cb72.setIcon(icon_4398d38fae869b69bfa2c30bc0ed3334);
|
|
|
|
|
|
var marker_8611b4dc0a74a8a38894a873c65784f3 = L.marker(
|
|
[51.5524, -0.29686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_dc9ce34b806613ceb80c840f27a533fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3cb20578f08e34703fc4cb36ba5f4006 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4251f1f149f13b5377b45e0e032640a = $(`<div id="html_d4251f1f149f13b5377b45e0e032640a" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_3cb20578f08e34703fc4cb36ba5f4006.setContent(html_d4251f1f149f13b5377b45e0e032640a);
|
|
|
|
|
|
|
|
marker_8611b4dc0a74a8a38894a873c65784f3.bindPopup(popup_3cb20578f08e34703fc4cb36ba5f4006)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8611b4dc0a74a8a38894a873c65784f3.setIcon(icon_dc9ce34b806613ceb80c840f27a533fa);
|
|
|
|
|
|
var marker_44c4a6a26df72987e063189b284534fd = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_c8d33c8b749b382ddc91f9082abb5bf3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f8d6a9ae51c519bfcd160a9a8b6bf60f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8d6602d1fb21dc141b20fbd823bb071 = $(`<div id="html_b8d6602d1fb21dc141b20fbd823bb071" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_f8d6a9ae51c519bfcd160a9a8b6bf60f.setContent(html_b8d6602d1fb21dc141b20fbd823bb071);
|
|
|
|
|
|
|
|
marker_44c4a6a26df72987e063189b284534fd.bindPopup(popup_f8d6a9ae51c519bfcd160a9a8b6bf60f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44c4a6a26df72987e063189b284534fd.setIcon(icon_c8d33c8b749b382ddc91f9082abb5bf3);
|
|
|
|
|
|
var marker_e36521ddfb79a704a32cfff7fce1249d = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_f73a81e7ed23752a64f4c7f21993933b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_353acc826c68279931377c3b28b1027a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89eabb479c9a7f5f77c7a7700a2529de = $(`<div id="html_89eabb479c9a7f5f77c7a7700a2529de" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_353acc826c68279931377c3b28b1027a.setContent(html_89eabb479c9a7f5f77c7a7700a2529de);
|
|
|
|
|
|
|
|
marker_e36521ddfb79a704a32cfff7fce1249d.bindPopup(popup_353acc826c68279931377c3b28b1027a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e36521ddfb79a704a32cfff7fce1249d.setIcon(icon_f73a81e7ed23752a64f4c7f21993933b);
|
|
|
|
|
|
var marker_cfde1f03a3651089a68b9c8ebacee1cf = L.marker(
|
|
[39.9268, -75.0246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_50a2b9d636d1d25f6a03e70230b4a139 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c58cc8f9578350b89e521de080c9b4dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ad3d2aed83ffdda22102cfdd9745fd2 = $(`<div id="html_1ad3d2aed83ffdda22102cfdd9745fd2" style="width: 100.0%; height: 100.0%;">nostr.calitabby.net</div>`)[0];
|
|
popup_c58cc8f9578350b89e521de080c9b4dc.setContent(html_1ad3d2aed83ffdda22102cfdd9745fd2);
|
|
|
|
|
|
|
|
marker_cfde1f03a3651089a68b9c8ebacee1cf.bindPopup(popup_c58cc8f9578350b89e521de080c9b4dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfde1f03a3651089a68b9c8ebacee1cf.setIcon(icon_50a2b9d636d1d25f6a03e70230b4a139);
|
|
|
|
|
|
var marker_08dc6791130c6f3bddf948ee63d6e619 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_be7d5bdcd2cc40e9c921edb3361b442f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b5ac196c6948629d9e8c234c158e8f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b362e257ee3426c6a741406c73ea5168 = $(`<div id="html_b362e257ee3426c6a741406c73ea5168" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_5b5ac196c6948629d9e8c234c158e8f5.setContent(html_b362e257ee3426c6a741406c73ea5168);
|
|
|
|
|
|
|
|
marker_08dc6791130c6f3bddf948ee63d6e619.bindPopup(popup_5b5ac196c6948629d9e8c234c158e8f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08dc6791130c6f3bddf948ee63d6e619.setIcon(icon_be7d5bdcd2cc40e9c921edb3361b442f);
|
|
|
|
|
|
var marker_2e2785467f985a9d9429026ca571f0a0 = L.marker(
|
|
[40.9481, -79.7428],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_e40c53a510507522a7acf15fa8342364 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_387a9b66a51f80caca10bc6499495b76 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f297cb41bbf8c2d907505e8e50c84d1 = $(`<div id="html_1f297cb41bbf8c2d907505e8e50c84d1" style="width: 100.0%; height: 100.0%;">garden.zap.cooking</div>`)[0];
|
|
popup_387a9b66a51f80caca10bc6499495b76.setContent(html_1f297cb41bbf8c2d907505e8e50c84d1);
|
|
|
|
|
|
|
|
marker_2e2785467f985a9d9429026ca571f0a0.bindPopup(popup_387a9b66a51f80caca10bc6499495b76)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e2785467f985a9d9429026ca571f0a0.setIcon(icon_e40c53a510507522a7acf15fa8342364);
|
|
|
|
|
|
var marker_71de7ac912b73edd9253ec7224806631 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_f4b39116095ba52d8d39a6e9cf267ec5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8b73bfba905248267c58349beedb238 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17f7d26ffd946d47a21654449f70fb72 = $(`<div id="html_17f7d26ffd946d47a21654449f70fb72" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_b8b73bfba905248267c58349beedb238.setContent(html_17f7d26ffd946d47a21654449f70fb72);
|
|
|
|
|
|
|
|
marker_71de7ac912b73edd9253ec7224806631.bindPopup(popup_b8b73bfba905248267c58349beedb238)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71de7ac912b73edd9253ec7224806631.setIcon(icon_f4b39116095ba52d8d39a6e9cf267ec5);
|
|
|
|
|
|
var marker_67de96a87dd83ca587da955e06cc94fe = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_15dac5faf05216a00b49d874145b0b9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5971f54c8d156decc6ad9d8042713e4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52efd416e2033db258977ba92841dc75 = $(`<div id="html_52efd416e2033db258977ba92841dc75" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_5971f54c8d156decc6ad9d8042713e4f.setContent(html_52efd416e2033db258977ba92841dc75);
|
|
|
|
|
|
|
|
marker_67de96a87dd83ca587da955e06cc94fe.bindPopup(popup_5971f54c8d156decc6ad9d8042713e4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67de96a87dd83ca587da955e06cc94fe.setIcon(icon_15dac5faf05216a00b49d874145b0b9d);
|
|
|
|
|
|
var marker_afd70bf3143dd584f9a240bb46b0f9d0 = L.marker(
|
|
[46.2126, 6.1154],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_09a2bd9554726532d9d76ac4e9b7c149 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cb5198c5969cb5af1c814ba8b6e628e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09a7d50d0bf8b676cab0e3eff35d30a0 = $(`<div id="html_09a7d50d0bf8b676cab0e3eff35d30a0" style="width: 100.0%; height: 100.0%;">nr.yay.so</div>`)[0];
|
|
popup_5cb5198c5969cb5af1c814ba8b6e628e.setContent(html_09a7d50d0bf8b676cab0e3eff35d30a0);
|
|
|
|
|
|
|
|
marker_afd70bf3143dd584f9a240bb46b0f9d0.bindPopup(popup_5cb5198c5969cb5af1c814ba8b6e628e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_afd70bf3143dd584f9a240bb46b0f9d0.setIcon(icon_09a2bd9554726532d9d76ac4e9b7c149);
|
|
|
|
|
|
var marker_f35716b02b29a10cd66171e40c2d6f72 = L.marker(
|
|
[38.7134, -78.1591],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_4f1d72f46a664ee571ef26d7d64a8e1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba0c6a5584d3888800b37aca1f3f9b92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4bba40edd792cc48f43b0af7d05ddc6b = $(`<div id="html_4bba40edd792cc48f43b0af7d05ddc6b" style="width: 100.0%; height: 100.0%;">relay.usefusion.ai</div>`)[0];
|
|
popup_ba0c6a5584d3888800b37aca1f3f9b92.setContent(html_4bba40edd792cc48f43b0af7d05ddc6b);
|
|
|
|
|
|
|
|
marker_f35716b02b29a10cd66171e40c2d6f72.bindPopup(popup_ba0c6a5584d3888800b37aca1f3f9b92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f35716b02b29a10cd66171e40c2d6f72.setIcon(icon_4f1d72f46a664ee571ef26d7d64a8e1c);
|
|
|
|
|
|
var marker_602b12c046383d34e02a460c8f37598f = L.marker(
|
|
[35.8099, 140.12],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_034d2b56a337ee037911ec4094667f61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ada0fd18b3d12ff3695e36cd4da3604 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d6fe4fa6f7fa09c78bf85ca738a851b = $(`<div id="html_6d6fe4fa6f7fa09c78bf85ca738a851b" style="width: 100.0%; height: 100.0%;">nostr.middling.mydns.jp</div>`)[0];
|
|
popup_3ada0fd18b3d12ff3695e36cd4da3604.setContent(html_6d6fe4fa6f7fa09c78bf85ca738a851b);
|
|
|
|
|
|
|
|
marker_602b12c046383d34e02a460c8f37598f.bindPopup(popup_3ada0fd18b3d12ff3695e36cd4da3604)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_602b12c046383d34e02a460c8f37598f.setIcon(icon_034d2b56a337ee037911ec4094667f61);
|
|
|
|
|
|
var marker_49069698469890fd9f88ddf5093fa44b = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_835729862654ea60f17f320a865e0e6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9055af11a6223978da7dc2434d4b6135 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67c640d77074ea675b17371a8225a609 = $(`<div id="html_67c640d77074ea675b17371a8225a609" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_9055af11a6223978da7dc2434d4b6135.setContent(html_67c640d77074ea675b17371a8225a609);
|
|
|
|
|
|
|
|
marker_49069698469890fd9f88ddf5093fa44b.bindPopup(popup_9055af11a6223978da7dc2434d4b6135)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49069698469890fd9f88ddf5093fa44b.setIcon(icon_835729862654ea60f17f320a865e0e6d);
|
|
|
|
|
|
var marker_f22fa187c9f5ae91c8d49f51153bfaf9 = L.marker(
|
|
[15.2634, 100.344],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_fc046fe93839762982a2fc1888ad56c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0bad000f715483dfe8404851d4996d56 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_313cb329acba17d6afa566cb582f3bcb = $(`<div id="html_313cb329acba17d6afa566cb582f3bcb" style="width: 100.0%; height: 100.0%;">nostr-relayrs.gateway.in.th</div>`)[0];
|
|
popup_0bad000f715483dfe8404851d4996d56.setContent(html_313cb329acba17d6afa566cb582f3bcb);
|
|
|
|
|
|
|
|
marker_f22fa187c9f5ae91c8d49f51153bfaf9.bindPopup(popup_0bad000f715483dfe8404851d4996d56)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f22fa187c9f5ae91c8d49f51153bfaf9.setIcon(icon_fc046fe93839762982a2fc1888ad56c8);
|
|
|
|
|
|
var marker_301e34d3bcbce1e840e476b027febd73 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_cf46900de652825ef63bf4e2f41664bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae89f0c9c99f17cce50b90ad790c18aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5542bf9d791c219f40b4d420fb9366b = $(`<div id="html_a5542bf9d791c219f40b4d420fb9366b" style="width: 100.0%; height: 100.0%;">nostr.czas.top</div>`)[0];
|
|
popup_ae89f0c9c99f17cce50b90ad790c18aa.setContent(html_a5542bf9d791c219f40b4d420fb9366b);
|
|
|
|
|
|
|
|
marker_301e34d3bcbce1e840e476b027febd73.bindPopup(popup_ae89f0c9c99f17cce50b90ad790c18aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_301e34d3bcbce1e840e476b027febd73.setIcon(icon_cf46900de652825ef63bf4e2f41664bf);
|
|
|
|
|
|
var marker_6d390143f5f971e5fc018dc42430958d = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_5cdbf2f652199d951a06488bfa463c7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8bde421a90c2058ae009e8dada352f69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8904c3db67551566ad36850639a8de4f = $(`<div id="html_8904c3db67551566ad36850639a8de4f" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_8bde421a90c2058ae009e8dada352f69.setContent(html_8904c3db67551566ad36850639a8de4f);
|
|
|
|
|
|
|
|
marker_6d390143f5f971e5fc018dc42430958d.bindPopup(popup_8bde421a90c2058ae009e8dada352f69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d390143f5f971e5fc018dc42430958d.setIcon(icon_5cdbf2f652199d951a06488bfa463c7b);
|
|
|
|
|
|
var marker_531c0096ec5a79b87b3b15472c8a3803 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_e0e23ac7ca064d6481c28365aeff773f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9baa739061ba6036db89075949cad49b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04c059cb57f1e17331cb08f00f6f00a1 = $(`<div id="html_04c059cb57f1e17331cb08f00f6f00a1" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_9baa739061ba6036db89075949cad49b.setContent(html_04c059cb57f1e17331cb08f00f6f00a1);
|
|
|
|
|
|
|
|
marker_531c0096ec5a79b87b3b15472c8a3803.bindPopup(popup_9baa739061ba6036db89075949cad49b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_531c0096ec5a79b87b3b15472c8a3803.setIcon(icon_e0e23ac7ca064d6481c28365aeff773f);
|
|
|
|
|
|
var marker_1116a476f904d46ac650f0c520a3640d = L.marker(
|
|
[34.7062, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_3047e5cc2b05dea234d9f32fd6e7497c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3ecdc8d7fbda8d685958eb66e74cd0d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90915cd6b29b1ed7f435327d17429980 = $(`<div id="html_90915cd6b29b1ed7f435327d17429980" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_3ecdc8d7fbda8d685958eb66e74cd0d1.setContent(html_90915cd6b29b1ed7f435327d17429980);
|
|
|
|
|
|
|
|
marker_1116a476f904d46ac650f0c520a3640d.bindPopup(popup_3ecdc8d7fbda8d685958eb66e74cd0d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1116a476f904d46ac650f0c520a3640d.setIcon(icon_3047e5cc2b05dea234d9f32fd6e7497c);
|
|
|
|
|
|
var marker_ca335c4d738bdd9221c0dc8e612dde6f = L.marker(
|
|
[59.8845, 30.3184],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_41c566599099e74081298a0850279fe7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_729e2ebbc893ccfaf7b3f91c7fd1aa15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0354eadd34d020f4f225121667f5165 = $(`<div id="html_c0354eadd34d020f4f225121667f5165" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_729e2ebbc893ccfaf7b3f91c7fd1aa15.setContent(html_c0354eadd34d020f4f225121667f5165);
|
|
|
|
|
|
|
|
marker_ca335c4d738bdd9221c0dc8e612dde6f.bindPopup(popup_729e2ebbc893ccfaf7b3f91c7fd1aa15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca335c4d738bdd9221c0dc8e612dde6f.setIcon(icon_41c566599099e74081298a0850279fe7);
|
|
|
|
|
|
var marker_d0a2888a3a7893fcd1fe85e268b92579 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_5ef3385e36e53e85f1c1b9799e2b624e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d61b83af3e7fc6ed582e028edbfa499f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09f3bba14e5abcf5fc728ca281eedbba = $(`<div id="html_09f3bba14e5abcf5fc728ca281eedbba" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_d61b83af3e7fc6ed582e028edbfa499f.setContent(html_09f3bba14e5abcf5fc728ca281eedbba);
|
|
|
|
|
|
|
|
marker_d0a2888a3a7893fcd1fe85e268b92579.bindPopup(popup_d61b83af3e7fc6ed582e028edbfa499f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0a2888a3a7893fcd1fe85e268b92579.setIcon(icon_5ef3385e36e53e85f1c1b9799e2b624e);
|
|
|
|
|
|
var marker_76fde84accfefc798aa2cf62de8a3eca = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_fd85a1ae01a9a07fc995b3ad5f4b6d7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_821b0823990d6d3238db0ee17f2ba017 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68dc5527a98a923d2160c5c6d67b9d7a = $(`<div id="html_68dc5527a98a923d2160c5c6d67b9d7a" style="width: 100.0%; height: 100.0%;">nostr.coincrowd.fund</div>`)[0];
|
|
popup_821b0823990d6d3238db0ee17f2ba017.setContent(html_68dc5527a98a923d2160c5c6d67b9d7a);
|
|
|
|
|
|
|
|
marker_76fde84accfefc798aa2cf62de8a3eca.bindPopup(popup_821b0823990d6d3238db0ee17f2ba017)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76fde84accfefc798aa2cf62de8a3eca.setIcon(icon_fd85a1ae01a9a07fc995b3ad5f4b6d7d);
|
|
|
|
|
|
var marker_cea7052461bc2a44d8b73920499d3fb0 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_3b291c299e04363f44ff67a3fb227080 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_129aa0ad0134bc66ec8642d276643a2c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33ab156d2d64a1972982a6095dfa9835 = $(`<div id="html_33ab156d2d64a1972982a6095dfa9835" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_129aa0ad0134bc66ec8642d276643a2c.setContent(html_33ab156d2d64a1972982a6095dfa9835);
|
|
|
|
|
|
|
|
marker_cea7052461bc2a44d8b73920499d3fb0.bindPopup(popup_129aa0ad0134bc66ec8642d276643a2c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cea7052461bc2a44d8b73920499d3fb0.setIcon(icon_3b291c299e04363f44ff67a3fb227080);
|
|
|
|
|
|
var marker_2e8bf008acfd42c0b18de0ce4830c1ae = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_7cb12d45f72dc6b6e39633b98eb0c548 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36c151c3b3b24d946e3cfebae115f848 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb55c48fb20a8f785e6d3784fc4c5fd2 = $(`<div id="html_eb55c48fb20a8f785e6d3784fc4c5fd2" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_36c151c3b3b24d946e3cfebae115f848.setContent(html_eb55c48fb20a8f785e6d3784fc4c5fd2);
|
|
|
|
|
|
|
|
marker_2e8bf008acfd42c0b18de0ce4830c1ae.bindPopup(popup_36c151c3b3b24d946e3cfebae115f848)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e8bf008acfd42c0b18de0ce4830c1ae.setIcon(icon_7cb12d45f72dc6b6e39633b98eb0c548);
|
|
|
|
|
|
var marker_0758976d105d01b6d599c6d7cbbe705c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_977e4223fcf7bcd4d281800f30c744b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bdbb4c62897e8b50fb081eca5942fdc3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6592bdd55764b9fa4e09b2c228caaaa9 = $(`<div id="html_6592bdd55764b9fa4e09b2c228caaaa9" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_bdbb4c62897e8b50fb081eca5942fdc3.setContent(html_6592bdd55764b9fa4e09b2c228caaaa9);
|
|
|
|
|
|
|
|
marker_0758976d105d01b6d599c6d7cbbe705c.bindPopup(popup_bdbb4c62897e8b50fb081eca5942fdc3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0758976d105d01b6d599c6d7cbbe705c.setIcon(icon_977e4223fcf7bcd4d281800f30c744b1);
|
|
|
|
|
|
var marker_7ebe5e8134c5694eaa528d23cefba4b6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_35e956f29354b61cc46f06a01991239a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03980c7b3dacb1b08ef943c94cb58c7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d6640ff44657e4da6d0d1e4ef1d81df = $(`<div id="html_5d6640ff44657e4da6d0d1e4ef1d81df" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_03980c7b3dacb1b08ef943c94cb58c7f.setContent(html_5d6640ff44657e4da6d0d1e4ef1d81df);
|
|
|
|
|
|
|
|
marker_7ebe5e8134c5694eaa528d23cefba4b6.bindPopup(popup_03980c7b3dacb1b08ef943c94cb58c7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ebe5e8134c5694eaa528d23cefba4b6.setIcon(icon_35e956f29354b61cc46f06a01991239a);
|
|
|
|
|
|
var marker_809d13e9ae9cfacf20dc55df8d73ebf0 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_f4b1675c5405915773bc217a748bcb12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfa70726af2a45b5d62265e8b79a07d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7da80061055828c43027eb5ae3bd5542 = $(`<div id="html_7da80061055828c43027eb5ae3bd5542" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_cfa70726af2a45b5d62265e8b79a07d4.setContent(html_7da80061055828c43027eb5ae3bd5542);
|
|
|
|
|
|
|
|
marker_809d13e9ae9cfacf20dc55df8d73ebf0.bindPopup(popup_cfa70726af2a45b5d62265e8b79a07d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_809d13e9ae9cfacf20dc55df8d73ebf0.setIcon(icon_f4b1675c5405915773bc217a748bcb12);
|
|
|
|
|
|
var marker_fbb61f24d72c4d787ab51cdb30fb04df = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_db833a665044be55c5d71e6b2d598363 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0be87ad28b8be6c861e09abebbb33dee = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4c946acb563c4cb33eea6ab80d71d3a4 = $(`<div id="html_4c946acb563c4cb33eea6ab80d71d3a4" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_0be87ad28b8be6c861e09abebbb33dee.setContent(html_4c946acb563c4cb33eea6ab80d71d3a4);
|
|
|
|
|
|
|
|
marker_fbb61f24d72c4d787ab51cdb30fb04df.bindPopup(popup_0be87ad28b8be6c861e09abebbb33dee)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fbb61f24d72c4d787ab51cdb30fb04df.setIcon(icon_db833a665044be55c5d71e6b2d598363);
|
|
|
|
|
|
var marker_a52b2c68c5d1bbb50b09b3610bdaf97b = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_15bcd5be28c1873c0620dcefd1d0e395 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d18cd6073b3337ddd3286ae46af472d2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_561c2e4a6d943b6590b093b87252f3f2 = $(`<div id="html_561c2e4a6d943b6590b093b87252f3f2" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_d18cd6073b3337ddd3286ae46af472d2.setContent(html_561c2e4a6d943b6590b093b87252f3f2);
|
|
|
|
|
|
|
|
marker_a52b2c68c5d1bbb50b09b3610bdaf97b.bindPopup(popup_d18cd6073b3337ddd3286ae46af472d2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a52b2c68c5d1bbb50b09b3610bdaf97b.setIcon(icon_15bcd5be28c1873c0620dcefd1d0e395);
|
|
|
|
|
|
var marker_7614620e91a0a5cf943d58d1267e1aa5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_33f0dcc54089356f5a0296032424ed25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0086eee1bab10c45a3d1a9db616c5ee2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d79633037f4d4302b67ec917d516c5b6 = $(`<div id="html_d79633037f4d4302b67ec917d516c5b6" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_0086eee1bab10c45a3d1a9db616c5ee2.setContent(html_d79633037f4d4302b67ec917d516c5b6);
|
|
|
|
|
|
|
|
marker_7614620e91a0a5cf943d58d1267e1aa5.bindPopup(popup_0086eee1bab10c45a3d1a9db616c5ee2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7614620e91a0a5cf943d58d1267e1aa5.setIcon(icon_33f0dcc54089356f5a0296032424ed25);
|
|
|
|
|
|
var marker_2c0f93753fdea6553b01cc8b5906f84d = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_49e08e4481305ff4c5bc604b380153f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29cb73124b723270177d0f45b9a55c92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ca1ab6e5d738b42ede1341e274c57b2 = $(`<div id="html_2ca1ab6e5d738b42ede1341e274c57b2" style="width: 100.0%; height: 100.0%;">nostr.bilthon.dev</div>`)[0];
|
|
popup_29cb73124b723270177d0f45b9a55c92.setContent(html_2ca1ab6e5d738b42ede1341e274c57b2);
|
|
|
|
|
|
|
|
marker_2c0f93753fdea6553b01cc8b5906f84d.bindPopup(popup_29cb73124b723270177d0f45b9a55c92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c0f93753fdea6553b01cc8b5906f84d.setIcon(icon_49e08e4481305ff4c5bc604b380153f8);
|
|
|
|
|
|
var marker_2b40c9fb5624dd8d10380a40d2bc2562 = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_eee86d34531cafc1ac5222af273c25fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fea6f945a015116743163ec03caff40b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b40e22acc58e42edafaa4425e8247f33 = $(`<div id="html_b40e22acc58e42edafaa4425e8247f33" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_fea6f945a015116743163ec03caff40b.setContent(html_b40e22acc58e42edafaa4425e8247f33);
|
|
|
|
|
|
|
|
marker_2b40c9fb5624dd8d10380a40d2bc2562.bindPopup(popup_fea6f945a015116743163ec03caff40b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b40c9fb5624dd8d10380a40d2bc2562.setIcon(icon_eee86d34531cafc1ac5222af273c25fe);
|
|
|
|
|
|
var marker_5f48777ffe82fde7e941dd9395302424 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_f627180f07725d3932290c23976716d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3638901e89a47a1f011cd021b17c1493 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b59850c12fc42636855e0d4cf9c7f0b = $(`<div id="html_6b59850c12fc42636855e0d4cf9c7f0b" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_3638901e89a47a1f011cd021b17c1493.setContent(html_6b59850c12fc42636855e0d4cf9c7f0b);
|
|
|
|
|
|
|
|
marker_5f48777ffe82fde7e941dd9395302424.bindPopup(popup_3638901e89a47a1f011cd021b17c1493)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f48777ffe82fde7e941dd9395302424.setIcon(icon_f627180f07725d3932290c23976716d2);
|
|
|
|
|
|
var marker_0495530bf555a7a5365f5e5d2739412d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_c8ffedb027dcb06d35730d66ee69010d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86f5786b4f1dcbde1aa72b7204f7f84d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b00fb768220b6a9bb4bcce2df473a7a = $(`<div id="html_8b00fb768220b6a9bb4bcce2df473a7a" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_86f5786b4f1dcbde1aa72b7204f7f84d.setContent(html_8b00fb768220b6a9bb4bcce2df473a7a);
|
|
|
|
|
|
|
|
marker_0495530bf555a7a5365f5e5d2739412d.bindPopup(popup_86f5786b4f1dcbde1aa72b7204f7f84d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0495530bf555a7a5365f5e5d2739412d.setIcon(icon_c8ffedb027dcb06d35730d66ee69010d);
|
|
|
|
|
|
var marker_e00c112c086bc1d2ea8cc46e14fba997 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_fa35f92a4b519a365d6c58cce97e7989 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_21ea8c7c16678de43d1a92cd2651fbaf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ffe4a4a10bbe792cc4f76614876335c = $(`<div id="html_0ffe4a4a10bbe792cc4f76614876335c" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_21ea8c7c16678de43d1a92cd2651fbaf.setContent(html_0ffe4a4a10bbe792cc4f76614876335c);
|
|
|
|
|
|
|
|
marker_e00c112c086bc1d2ea8cc46e14fba997.bindPopup(popup_21ea8c7c16678de43d1a92cd2651fbaf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e00c112c086bc1d2ea8cc46e14fba997.setIcon(icon_fa35f92a4b519a365d6c58cce97e7989);
|
|
|
|
|
|
var marker_eebe057a3473508fa55a20071c782a1c = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_7e3203cfcdc602fb7ac8fc6b003240ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78c7b887171c71b9bbd30376137b54dc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ceb13da0fa830cffcd5b12ce84c7d95f = $(`<div id="html_ceb13da0fa830cffcd5b12ce84c7d95f" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_78c7b887171c71b9bbd30376137b54dc.setContent(html_ceb13da0fa830cffcd5b12ce84c7d95f);
|
|
|
|
|
|
|
|
marker_eebe057a3473508fa55a20071c782a1c.bindPopup(popup_78c7b887171c71b9bbd30376137b54dc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eebe057a3473508fa55a20071c782a1c.setIcon(icon_7e3203cfcdc602fb7ac8fc6b003240ee);
|
|
|
|
|
|
var marker_9f010456381b92f29498577ed74546b8 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_dfd8af70e9185b3f2e1bdc2d53e0abaa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04b60ad64080e31b6435d075975653a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e42d0c01e71348c2fcf5c8817d5f28a = $(`<div id="html_1e42d0c01e71348c2fcf5c8817d5f28a" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_04b60ad64080e31b6435d075975653a0.setContent(html_1e42d0c01e71348c2fcf5c8817d5f28a);
|
|
|
|
|
|
|
|
marker_9f010456381b92f29498577ed74546b8.bindPopup(popup_04b60ad64080e31b6435d075975653a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f010456381b92f29498577ed74546b8.setIcon(icon_dfd8af70e9185b3f2e1bdc2d53e0abaa);
|
|
|
|
|
|
var marker_32cce6d4945ab2345e2605341548153b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_f02ed38805b71da466c329ee96fe1a2e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_42c91f86815ccf99d75f123a16625740 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a43002b4533d7eb63dfd474c758239bd = $(`<div id="html_a43002b4533d7eb63dfd474c758239bd" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_42c91f86815ccf99d75f123a16625740.setContent(html_a43002b4533d7eb63dfd474c758239bd);
|
|
|
|
|
|
|
|
marker_32cce6d4945ab2345e2605341548153b.bindPopup(popup_42c91f86815ccf99d75f123a16625740)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32cce6d4945ab2345e2605341548153b.setIcon(icon_f02ed38805b71da466c329ee96fe1a2e);
|
|
|
|
|
|
var marker_440aea2fca73533aa44a4ea48f05c839 = L.marker(
|
|
[45.4215, -75.6972],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_4f82a185b5954bc2b92bbb1a471cc636 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9fcefe3f5dd3d7fe74b19b9910a45c27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f59e011b91016c1ac23016acc36589b7 = $(`<div id="html_f59e011b91016c1ac23016acc36589b7" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_9fcefe3f5dd3d7fe74b19b9910a45c27.setContent(html_f59e011b91016c1ac23016acc36589b7);
|
|
|
|
|
|
|
|
marker_440aea2fca73533aa44a4ea48f05c839.bindPopup(popup_9fcefe3f5dd3d7fe74b19b9910a45c27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_440aea2fca73533aa44a4ea48f05c839.setIcon(icon_4f82a185b5954bc2b92bbb1a471cc636);
|
|
|
|
|
|
var marker_c7f033045da3246d4e0b5d047e4c4a6e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_0f5d4cda3493eb23e16eb5a7d2bfd58c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a615435f74d1564a624b72c6577858f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab19bb9bc39b83477cd649743ae1e6e4 = $(`<div id="html_ab19bb9bc39b83477cd649743ae1e6e4" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_a615435f74d1564a624b72c6577858f0.setContent(html_ab19bb9bc39b83477cd649743ae1e6e4);
|
|
|
|
|
|
|
|
marker_c7f033045da3246d4e0b5d047e4c4a6e.bindPopup(popup_a615435f74d1564a624b72c6577858f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7f033045da3246d4e0b5d047e4c4a6e.setIcon(icon_0f5d4cda3493eb23e16eb5a7d2bfd58c);
|
|
|
|
|
|
var marker_c5caef90d62fe56ba6aacdaeb6d0f49b = L.marker(
|
|
[39.048, -77.4817],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_925892134ed6a1e6c13f74afaabccfc2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86d360df17d4544b2f84272058041f67 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16b5e5c5709980a246195657065c9204 = $(`<div id="html_16b5e5c5709980a246195657065c9204" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_86d360df17d4544b2f84272058041f67.setContent(html_16b5e5c5709980a246195657065c9204);
|
|
|
|
|
|
|
|
marker_c5caef90d62fe56ba6aacdaeb6d0f49b.bindPopup(popup_86d360df17d4544b2f84272058041f67)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c5caef90d62fe56ba6aacdaeb6d0f49b.setIcon(icon_925892134ed6a1e6c13f74afaabccfc2);
|
|
|
|
|
|
var marker_d734588199c2cee4a52cf3f42104737b = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_dd5bcca1ab7fa5555e76f2c96ba7e36a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9ff178caa3f2c145a41e68b0af645a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5db69280cabd0459eac2fca5cf65c5f = $(`<div id="html_f5db69280cabd0459eac2fca5cf65c5f" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_d9ff178caa3f2c145a41e68b0af645a6.setContent(html_f5db69280cabd0459eac2fca5cf65c5f);
|
|
|
|
|
|
|
|
marker_d734588199c2cee4a52cf3f42104737b.bindPopup(popup_d9ff178caa3f2c145a41e68b0af645a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d734588199c2cee4a52cf3f42104737b.setIcon(icon_dd5bcca1ab7fa5555e76f2c96ba7e36a);
|
|
|
|
|
|
var marker_ee9075c772ce99a17124359d333bed45 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_e594725808817a0a1ed1c29909dfb0e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92df339668596635f9fa565bc354d9f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e32e3b4f0db3cc66113f9c7a537859ff = $(`<div id="html_e32e3b4f0db3cc66113f9c7a537859ff" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_92df339668596635f9fa565bc354d9f5.setContent(html_e32e3b4f0db3cc66113f9c7a537859ff);
|
|
|
|
|
|
|
|
marker_ee9075c772ce99a17124359d333bed45.bindPopup(popup_92df339668596635f9fa565bc354d9f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee9075c772ce99a17124359d333bed45.setIcon(icon_e594725808817a0a1ed1c29909dfb0e1);
|
|
|
|
|
|
var marker_3af93c801651f3cdcd049e467e095013 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_c0f8eb265d667593c1703bd4fc1b768c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2083d8ff6e47a9423a2539dac14ad4d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f1250f6e4329f42fd6d3e5ba2a209d7f = $(`<div id="html_f1250f6e4329f42fd6d3e5ba2a209d7f" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_e2083d8ff6e47a9423a2539dac14ad4d.setContent(html_f1250f6e4329f42fd6d3e5ba2a209d7f);
|
|
|
|
|
|
|
|
marker_3af93c801651f3cdcd049e467e095013.bindPopup(popup_e2083d8ff6e47a9423a2539dac14ad4d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3af93c801651f3cdcd049e467e095013.setIcon(icon_c0f8eb265d667593c1703bd4fc1b768c);
|
|
|
|
|
|
var marker_6a45239da112601f3c98d01dc3167de5 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_4b269730d1535abb86ad3e1f052a73ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4abbfc247d4445bda388f7c0c9faa92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9dcb9a48c3fcc7baf0cd483d727f9bde = $(`<div id="html_9dcb9a48c3fcc7baf0cd483d727f9bde" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_d4abbfc247d4445bda388f7c0c9faa92.setContent(html_9dcb9a48c3fcc7baf0cd483d727f9bde);
|
|
|
|
|
|
|
|
marker_6a45239da112601f3c98d01dc3167de5.bindPopup(popup_d4abbfc247d4445bda388f7c0c9faa92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a45239da112601f3c98d01dc3167de5.setIcon(icon_4b269730d1535abb86ad3e1f052a73ed);
|
|
|
|
|
|
var marker_c7bbee09056ba82adc7fd4fd0bd2eef5 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_f0d8ec1c4f0c3905c5fc3332e28adb37 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c3b4afc70c8222e86f783be9f8149f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12c42ae87bdc25aaaa5dce5491d8844f = $(`<div id="html_12c42ae87bdc25aaaa5dce5491d8844f" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_2c3b4afc70c8222e86f783be9f8149f2.setContent(html_12c42ae87bdc25aaaa5dce5491d8844f);
|
|
|
|
|
|
|
|
marker_c7bbee09056ba82adc7fd4fd0bd2eef5.bindPopup(popup_2c3b4afc70c8222e86f783be9f8149f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7bbee09056ba82adc7fd4fd0bd2eef5.setIcon(icon_f0d8ec1c4f0c3905c5fc3332e28adb37);
|
|
|
|
|
|
var marker_0df8cd4e6dd774433947716bf0739dd2 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_e4d71ad926d5081d455798988a993311 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7530e6498e86b364d66969d615cb07e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c031c732fd668369f91aa8985c41a513 = $(`<div id="html_c031c732fd668369f91aa8985c41a513" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_a7530e6498e86b364d66969d615cb07e.setContent(html_c031c732fd668369f91aa8985c41a513);
|
|
|
|
|
|
|
|
marker_0df8cd4e6dd774433947716bf0739dd2.bindPopup(popup_a7530e6498e86b364d66969d615cb07e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0df8cd4e6dd774433947716bf0739dd2.setIcon(icon_e4d71ad926d5081d455798988a993311);
|
|
|
|
|
|
var marker_3d4fd81cfb5d8d2b81fb20df2dd6651e = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_4fc93de12492833727132ee34fd12d6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8606612cdac4c7b368e9f76e92d7526b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8833aa03f46fba425692707997c37fac = $(`<div id="html_8833aa03f46fba425692707997c37fac" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_8606612cdac4c7b368e9f76e92d7526b.setContent(html_8833aa03f46fba425692707997c37fac);
|
|
|
|
|
|
|
|
marker_3d4fd81cfb5d8d2b81fb20df2dd6651e.bindPopup(popup_8606612cdac4c7b368e9f76e92d7526b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d4fd81cfb5d8d2b81fb20df2dd6651e.setIcon(icon_4fc93de12492833727132ee34fd12d6c);
|
|
|
|
|
|
var marker_0f82e0cf838733a765d8073d11e724df = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_f05516db25db0732965b0692133c015e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_470bbd1375260552780311163ad1f4a3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d4d4208469c8e9b251584037e364214 = $(`<div id="html_3d4d4208469c8e9b251584037e364214" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_470bbd1375260552780311163ad1f4a3.setContent(html_3d4d4208469c8e9b251584037e364214);
|
|
|
|
|
|
|
|
marker_0f82e0cf838733a765d8073d11e724df.bindPopup(popup_470bbd1375260552780311163ad1f4a3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f82e0cf838733a765d8073d11e724df.setIcon(icon_f05516db25db0732965b0692133c015e);
|
|
|
|
|
|
var marker_e84950e04e5ecdbffba64f78b1601f17 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_c9683941c6a33610c36375b0ee653b57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52dc25676eb9ad83192739d1d400a2e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b5c9a67594b133c6085127142ac1d71 = $(`<div id="html_8b5c9a67594b133c6085127142ac1d71" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_52dc25676eb9ad83192739d1d400a2e9.setContent(html_8b5c9a67594b133c6085127142ac1d71);
|
|
|
|
|
|
|
|
marker_e84950e04e5ecdbffba64f78b1601f17.bindPopup(popup_52dc25676eb9ad83192739d1d400a2e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e84950e04e5ecdbffba64f78b1601f17.setIcon(icon_c9683941c6a33610c36375b0ee653b57);
|
|
|
|
|
|
var marker_415ef09ae2f03580760fb467f61c1da0 = L.marker(
|
|
[25.0501, 121.565],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_e3acd37ec7841b0a617d09d16c40e624 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9e016407101a0782c7f0eb40ea7d67f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_294d4ed50e583884710d088978de5da6 = $(`<div id="html_294d4ed50e583884710d088978de5da6" style="width: 100.0%; height: 100.0%;">nostr.dler.com</div>`)[0];
|
|
popup_b9e016407101a0782c7f0eb40ea7d67f.setContent(html_294d4ed50e583884710d088978de5da6);
|
|
|
|
|
|
|
|
marker_415ef09ae2f03580760fb467f61c1da0.bindPopup(popup_b9e016407101a0782c7f0eb40ea7d67f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_415ef09ae2f03580760fb467f61c1da0.setIcon(icon_e3acd37ec7841b0a617d09d16c40e624);
|
|
|
|
|
|
var marker_bc460bee718ba8df4d13d0a3bd39eade = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_4b38a4b57722b7fec81d385ef30937a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8205d6bd8ff5b90bcb2230ef15d28be6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d57e2819acdddfcf3e28db9235c0164 = $(`<div id="html_5d57e2819acdddfcf3e28db9235c0164" style="width: 100.0%; height: 100.0%;">relay04.lnfi.network</div>`)[0];
|
|
popup_8205d6bd8ff5b90bcb2230ef15d28be6.setContent(html_5d57e2819acdddfcf3e28db9235c0164);
|
|
|
|
|
|
|
|
marker_bc460bee718ba8df4d13d0a3bd39eade.bindPopup(popup_8205d6bd8ff5b90bcb2230ef15d28be6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc460bee718ba8df4d13d0a3bd39eade.setIcon(icon_4b38a4b57722b7fec81d385ef30937a7);
|
|
|
|
|
|
var marker_e0cc1a714caac8b187d8e27b21b58339 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_aa31045e5e7b054e0f74a326419e8b14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0fdf6ac9ce953a764dd01b0aeded52c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26fbce78bc72c1c165cfd04fc005012f = $(`<div id="html_26fbce78bc72c1c165cfd04fc005012f" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_0fdf6ac9ce953a764dd01b0aeded52c7.setContent(html_26fbce78bc72c1c165cfd04fc005012f);
|
|
|
|
|
|
|
|
marker_e0cc1a714caac8b187d8e27b21b58339.bindPopup(popup_0fdf6ac9ce953a764dd01b0aeded52c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e0cc1a714caac8b187d8e27b21b58339.setIcon(icon_aa31045e5e7b054e0f74a326419e8b14);
|
|
|
|
|
|
var marker_cb9c9b3702406b4df0e963707f71b349 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_0fddcdfcac171a945565dee711669ee2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b179afbcff8f1928221a47f9eecb38b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c727453d7329624451d791e5301f553 = $(`<div id="html_2c727453d7329624451d791e5301f553" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_b179afbcff8f1928221a47f9eecb38b7.setContent(html_2c727453d7329624451d791e5301f553);
|
|
|
|
|
|
|
|
marker_cb9c9b3702406b4df0e963707f71b349.bindPopup(popup_b179afbcff8f1928221a47f9eecb38b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb9c9b3702406b4df0e963707f71b349.setIcon(icon_0fddcdfcac171a945565dee711669ee2);
|
|
|
|
|
|
var marker_6d6470f730c63443371b0f516c82b8d2 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_b6e5e06c7912853b18d98085be625272 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3955dbe4aae43a66718fc4bc01411ce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1a3cbbff0bbe6eabb02d62bceb3a8f8 = $(`<div id="html_b1a3cbbff0bbe6eabb02d62bceb3a8f8" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_d3955dbe4aae43a66718fc4bc01411ce.setContent(html_b1a3cbbff0bbe6eabb02d62bceb3a8f8);
|
|
|
|
|
|
|
|
marker_6d6470f730c63443371b0f516c82b8d2.bindPopup(popup_d3955dbe4aae43a66718fc4bc01411ce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d6470f730c63443371b0f516c82b8d2.setIcon(icon_b6e5e06c7912853b18d98085be625272);
|
|
|
|
|
|
var marker_108ce81a6e0d7a70ed15faab7dcaa05b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_77b8018da6d4a9cb2cd32352c50ef697 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95326692972c2320a86ac89a83629742 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_515d5c5fed38780d474db2e5c71784b1 = $(`<div id="html_515d5c5fed38780d474db2e5c71784b1" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_95326692972c2320a86ac89a83629742.setContent(html_515d5c5fed38780d474db2e5c71784b1);
|
|
|
|
|
|
|
|
marker_108ce81a6e0d7a70ed15faab7dcaa05b.bindPopup(popup_95326692972c2320a86ac89a83629742)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_108ce81a6e0d7a70ed15faab7dcaa05b.setIcon(icon_77b8018da6d4a9cb2cd32352c50ef697);
|
|
|
|
|
|
var marker_14481e87308e347845aba77845c7a33c = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_f2253fe399c8dbed70cc50b4c1b3ef7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_668e30182bc02169794b34712fecaea8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_00426431e6c87939c6e1d5738ee5dc1c = $(`<div id="html_00426431e6c87939c6e1d5738ee5dc1c" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_668e30182bc02169794b34712fecaea8.setContent(html_00426431e6c87939c6e1d5738ee5dc1c);
|
|
|
|
|
|
|
|
marker_14481e87308e347845aba77845c7a33c.bindPopup(popup_668e30182bc02169794b34712fecaea8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14481e87308e347845aba77845c7a33c.setIcon(icon_f2253fe399c8dbed70cc50b4c1b3ef7e);
|
|
|
|
|
|
var marker_d36eda9b816a499d3bef765a91528dd8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_106522bc30eedc154b8d2c4f14b9c0f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86fd0f21bb7fec27485af65e87957366 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a973acce1cf20f8add3653f907daf85d = $(`<div id="html_a973acce1cf20f8add3653f907daf85d" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_86fd0f21bb7fec27485af65e87957366.setContent(html_a973acce1cf20f8add3653f907daf85d);
|
|
|
|
|
|
|
|
marker_d36eda9b816a499d3bef765a91528dd8.bindPopup(popup_86fd0f21bb7fec27485af65e87957366)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d36eda9b816a499d3bef765a91528dd8.setIcon(icon_106522bc30eedc154b8d2c4f14b9c0f8);
|
|
|
|
|
|
var marker_583711473b104f97d138ea0acbdb7f37 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_245db997c743745b0b78136a113349b7);
|
|
|
|
|
|
var icon_83cf77cf8701b1f107726cdd9c9ef35c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_917d98286bba2dbf1005f4c8f84a1322 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4b2fc7571f33329d8bc1b8ce6f0564c = $(`<div id="html_e4b2fc7571f33329d8bc1b8ce6f0564c" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_917d98286bba2dbf1005f4c8f84a1322.setContent(html_e4b2fc7571f33329d8bc1b8ce6f0564c);
|
|
|
|
|
|
|
|
marker_583711473b104f97d138ea0acbdb7f37.bindPopup(popup_917d98286bba2dbf1005f4c8f84a1322)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_583711473b104f97d138ea0acbdb7f37.setIcon(icon_83cf77cf8701b1f107726cdd9c9ef35c);
|
|
|
|
|
|
marker_cluster_245db997c743745b0b78136a113349b7.addTo(map_d2200bee0fab0a20148ff5ecc0605c19);
|
|
|
|
</script>
|
|
</html> |