mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 20:05:18 +00:00
11969 lines
348 KiB
HTML
11969 lines
348 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_8edeb9e4fe2f06e348c9c2bbfccc180c {
|
|
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_8edeb9e4fe2f06e348c9c2bbfccc180c" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_8edeb9e4fe2f06e348c9c2bbfccc180c = L.map(
|
|
"map_8edeb9e4fe2f06e348c9c2bbfccc180c",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_105ab3a44ef3f087f0bb44a12b218f59 = 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_105ab3a44ef3f087f0bb44a12b218f59.addTo(map_8edeb9e4fe2f06e348c9c2bbfccc180c);
|
|
|
|
|
|
var marker_cluster_aa9b9a77bf3e4952abec9ae652cae300 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_7341008b0145740ab5350dca759f5d18 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_8fd6123e13e8361cc26725061374a2ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_84119598c8cf0ec5e37f60192a40318a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac8c95d63ad287ef79cbc55210a86129 = $(`<div id="html_ac8c95d63ad287ef79cbc55210a86129" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_84119598c8cf0ec5e37f60192a40318a.setContent(html_ac8c95d63ad287ef79cbc55210a86129);
|
|
|
|
|
|
|
|
marker_7341008b0145740ab5350dca759f5d18.bindPopup(popup_84119598c8cf0ec5e37f60192a40318a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7341008b0145740ab5350dca759f5d18.setIcon(icon_8fd6123e13e8361cc26725061374a2ca);
|
|
|
|
|
|
var marker_b9c2fb68dc114de28199ad5a566d1058 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_ec1ff0bca2891373270c39de08273235 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_71f2c79041fcb127871d35f13d59c96a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bfd5f1315967f4339cc640187fb3dbfe = $(`<div id="html_bfd5f1315967f4339cc640187fb3dbfe" style="width: 100.0%; height: 100.0%;">public.crostr.com</div>`)[0];
|
|
popup_71f2c79041fcb127871d35f13d59c96a.setContent(html_bfd5f1315967f4339cc640187fb3dbfe);
|
|
|
|
|
|
|
|
marker_b9c2fb68dc114de28199ad5a566d1058.bindPopup(popup_71f2c79041fcb127871d35f13d59c96a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9c2fb68dc114de28199ad5a566d1058.setIcon(icon_ec1ff0bca2891373270c39de08273235);
|
|
|
|
|
|
var marker_4047f8a600aa99993e934ebc3f1da455 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_b6dfb1ae4c35ae3e0270567ba69f6cd4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2808fe42589b108b27093d4602e072b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f104da0a40c7bc717597230d5d0760b8 = $(`<div id="html_f104da0a40c7bc717597230d5d0760b8" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_2808fe42589b108b27093d4602e072b4.setContent(html_f104da0a40c7bc717597230d5d0760b8);
|
|
|
|
|
|
|
|
marker_4047f8a600aa99993e934ebc3f1da455.bindPopup(popup_2808fe42589b108b27093d4602e072b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4047f8a600aa99993e934ebc3f1da455.setIcon(icon_b6dfb1ae4c35ae3e0270567ba69f6cd4);
|
|
|
|
|
|
var marker_57d8588cb47bb11917a5cba3f7839648 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_fd368daeb230ac2ad92584e81e45fd18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e860264483343a54c9165d7c50ab981 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b47b09db98d4c5d4507b516933f3ff6 = $(`<div id="html_1b47b09db98d4c5d4507b516933f3ff6" style="width: 100.0%; height: 100.0%;">relay.astrolabe.finance</div>`)[0];
|
|
popup_7e860264483343a54c9165d7c50ab981.setContent(html_1b47b09db98d4c5d4507b516933f3ff6);
|
|
|
|
|
|
|
|
marker_57d8588cb47bb11917a5cba3f7839648.bindPopup(popup_7e860264483343a54c9165d7c50ab981)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57d8588cb47bb11917a5cba3f7839648.setIcon(icon_fd368daeb230ac2ad92584e81e45fd18);
|
|
|
|
|
|
var marker_a98adaec6777d55f1fc989d977a39ca4 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_ffa406fe1a9918a84876ef82c251750f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b9176c1f48fcdec970218b1d54f57a6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a17adf9292d896eec7791a19f94f9b2b = $(`<div id="html_a17adf9292d896eec7791a19f94f9b2b" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_5b9176c1f48fcdec970218b1d54f57a6.setContent(html_a17adf9292d896eec7791a19f94f9b2b);
|
|
|
|
|
|
|
|
marker_a98adaec6777d55f1fc989d977a39ca4.bindPopup(popup_5b9176c1f48fcdec970218b1d54f57a6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a98adaec6777d55f1fc989d977a39ca4.setIcon(icon_ffa406fe1a9918a84876ef82c251750f);
|
|
|
|
|
|
var marker_925ba636b07a1ab1cec03ca13a603d4f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_7a109176172c5dbde074d6f3735ce81d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_150a8c0b14fc7214427caeea05cd1cb2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_494563fb91caac9ac00730ad1ac0c932 = $(`<div id="html_494563fb91caac9ac00730ad1ac0c932" style="width: 100.0%; height: 100.0%;">nostr.defucc.me</div>`)[0];
|
|
popup_150a8c0b14fc7214427caeea05cd1cb2.setContent(html_494563fb91caac9ac00730ad1ac0c932);
|
|
|
|
|
|
|
|
marker_925ba636b07a1ab1cec03ca13a603d4f.bindPopup(popup_150a8c0b14fc7214427caeea05cd1cb2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_925ba636b07a1ab1cec03ca13a603d4f.setIcon(icon_7a109176172c5dbde074d6f3735ce81d);
|
|
|
|
|
|
var marker_c7415c17fb51f2ec6e8456a218c35908 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_31a0181e7582c7286242a3597fb6498b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2c256336ad99ec4bdfa49f3b372f788 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9810ae135ee54d1b2abc242060c88c4c = $(`<div id="html_9810ae135ee54d1b2abc242060c88c4c" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_b2c256336ad99ec4bdfa49f3b372f788.setContent(html_9810ae135ee54d1b2abc242060c88c4c);
|
|
|
|
|
|
|
|
marker_c7415c17fb51f2ec6e8456a218c35908.bindPopup(popup_b2c256336ad99ec4bdfa49f3b372f788)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7415c17fb51f2ec6e8456a218c35908.setIcon(icon_31a0181e7582c7286242a3597fb6498b);
|
|
|
|
|
|
var marker_1ed4cb3f361ba20da1afa230ff553626 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_77af423ba4683bfc1271ecf8217ee301 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_858c81291d5709183512592634c6fcfa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd71a1cdda2a94d3cdfcd6b2c7835da0 = $(`<div id="html_fd71a1cdda2a94d3cdfcd6b2c7835da0" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_858c81291d5709183512592634c6fcfa.setContent(html_fd71a1cdda2a94d3cdfcd6b2c7835da0);
|
|
|
|
|
|
|
|
marker_1ed4cb3f361ba20da1afa230ff553626.bindPopup(popup_858c81291d5709183512592634c6fcfa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1ed4cb3f361ba20da1afa230ff553626.setIcon(icon_77af423ba4683bfc1271ecf8217ee301);
|
|
|
|
|
|
var marker_3726b395a2440a686d3c886d55eb9831 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_0d3b02ed44fa25466cb00f1d4defcc6b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c559053ad005af526276e3b472c74f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0dc6b54dc755269991a82495563e0edc = $(`<div id="html_0dc6b54dc755269991a82495563e0edc" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_4c559053ad005af526276e3b472c74f7.setContent(html_0dc6b54dc755269991a82495563e0edc);
|
|
|
|
|
|
|
|
marker_3726b395a2440a686d3c886d55eb9831.bindPopup(popup_4c559053ad005af526276e3b472c74f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3726b395a2440a686d3c886d55eb9831.setIcon(icon_0d3b02ed44fa25466cb00f1d4defcc6b);
|
|
|
|
|
|
var marker_a609c2e7a3208f1a08a3da72b5f11cde = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_e42af20f8b7b4ce34e9297e66c5fd250 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_703c76c66dfe60c7d16fbaa665547fe6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23eefcdc5aeaadfc6001bfdfd91ec5c2 = $(`<div id="html_23eefcdc5aeaadfc6001bfdfd91ec5c2" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_703c76c66dfe60c7d16fbaa665547fe6.setContent(html_23eefcdc5aeaadfc6001bfdfd91ec5c2);
|
|
|
|
|
|
|
|
marker_a609c2e7a3208f1a08a3da72b5f11cde.bindPopup(popup_703c76c66dfe60c7d16fbaa665547fe6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a609c2e7a3208f1a08a3da72b5f11cde.setIcon(icon_e42af20f8b7b4ce34e9297e66c5fd250);
|
|
|
|
|
|
var marker_fb5f62f042c34eeec2503fad299cdfeb = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_a9aee1ccb849518bee86d57bb914af43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c8ee3ebce68fffcb56100353b57b065 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08d5a030899c624822eac022238b7863 = $(`<div id="html_08d5a030899c624822eac022238b7863" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_6c8ee3ebce68fffcb56100353b57b065.setContent(html_08d5a030899c624822eac022238b7863);
|
|
|
|
|
|
|
|
marker_fb5f62f042c34eeec2503fad299cdfeb.bindPopup(popup_6c8ee3ebce68fffcb56100353b57b065)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb5f62f042c34eeec2503fad299cdfeb.setIcon(icon_a9aee1ccb849518bee86d57bb914af43);
|
|
|
|
|
|
var marker_ff8786128f09dbca3c5794290e6b5d8a = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_6105765d5426d5c37f2ca616b15d46ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c53522666867034c92c8151bf0643203 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_149922880e023094be588c5457193ac3 = $(`<div id="html_149922880e023094be588c5457193ac3" style="width: 100.0%; height: 100.0%;">video.czas.plus</div>`)[0];
|
|
popup_c53522666867034c92c8151bf0643203.setContent(html_149922880e023094be588c5457193ac3);
|
|
|
|
|
|
|
|
marker_ff8786128f09dbca3c5794290e6b5d8a.bindPopup(popup_c53522666867034c92c8151bf0643203)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ff8786128f09dbca3c5794290e6b5d8a.setIcon(icon_6105765d5426d5c37f2ca616b15d46ca);
|
|
|
|
|
|
var marker_aa9a6753aa26ccbbd7813e598482a1da = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_9a1042cb6a7084c769af4c4c5ba05144 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bc6fde46c0b0e2558382cfb2c3779ef5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2775517c07f58c2fa72c0ae16629ea2f = $(`<div id="html_2775517c07f58c2fa72c0ae16629ea2f" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_bc6fde46c0b0e2558382cfb2c3779ef5.setContent(html_2775517c07f58c2fa72c0ae16629ea2f);
|
|
|
|
|
|
|
|
marker_aa9a6753aa26ccbbd7813e598482a1da.bindPopup(popup_bc6fde46c0b0e2558382cfb2c3779ef5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aa9a6753aa26ccbbd7813e598482a1da.setIcon(icon_9a1042cb6a7084c769af4c4c5ba05144);
|
|
|
|
|
|
var marker_ce452899f79c036cf01f1702772fcc32 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_7a6b3131763bb63af5a7bfec015d81d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41cd278cd35ec9f0b7cde97aebf63c90 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d69caec314a93b9f1fce62378a6eb4c = $(`<div id="html_6d69caec314a93b9f1fce62378a6eb4c" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_41cd278cd35ec9f0b7cde97aebf63c90.setContent(html_6d69caec314a93b9f1fce62378a6eb4c);
|
|
|
|
|
|
|
|
marker_ce452899f79c036cf01f1702772fcc32.bindPopup(popup_41cd278cd35ec9f0b7cde97aebf63c90)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce452899f79c036cf01f1702772fcc32.setIcon(icon_7a6b3131763bb63af5a7bfec015d81d9);
|
|
|
|
|
|
var marker_cf93b8cc385d8dac4c4251aa74eebddd = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_ac4230195d3681b84ff027e93ba610fd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b709d8aa0fc14ec733c2bf47f8bbdea6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a781caccde3e469a1b576c605623036f = $(`<div id="html_a781caccde3e469a1b576c605623036f" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_b709d8aa0fc14ec733c2bf47f8bbdea6.setContent(html_a781caccde3e469a1b576c605623036f);
|
|
|
|
|
|
|
|
marker_cf93b8cc385d8dac4c4251aa74eebddd.bindPopup(popup_b709d8aa0fc14ec733c2bf47f8bbdea6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf93b8cc385d8dac4c4251aa74eebddd.setIcon(icon_ac4230195d3681b84ff027e93ba610fd);
|
|
|
|
|
|
var marker_e6f7b8ab620b8329fb1f067a9fab25ac = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_f47a6df72d3709909a383bfdeed06e1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ce46b20e127e37c8623c276033b543d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d5caf7d9b3e9810f9bdc4250d7975ed = $(`<div id="html_5d5caf7d9b3e9810f9bdc4250d7975ed" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_ce46b20e127e37c8623c276033b543d5.setContent(html_5d5caf7d9b3e9810f9bdc4250d7975ed);
|
|
|
|
|
|
|
|
marker_e6f7b8ab620b8329fb1f067a9fab25ac.bindPopup(popup_ce46b20e127e37c8623c276033b543d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6f7b8ab620b8329fb1f067a9fab25ac.setIcon(icon_f47a6df72d3709909a383bfdeed06e1f);
|
|
|
|
|
|
var marker_f4cb666118c9261fc3f876b95f7e9dbe = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_7ef6961dfd651d2eb5cc44aa203a510b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dcd686dcca034a6d8d6f08d88000e129 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ad69335ad1921381561040b466de7dc = $(`<div id="html_0ad69335ad1921381561040b466de7dc" style="width: 100.0%; height: 100.0%;">sandbox.registros.aarpia.net</div>`)[0];
|
|
popup_dcd686dcca034a6d8d6f08d88000e129.setContent(html_0ad69335ad1921381561040b466de7dc);
|
|
|
|
|
|
|
|
marker_f4cb666118c9261fc3f876b95f7e9dbe.bindPopup(popup_dcd686dcca034a6d8d6f08d88000e129)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f4cb666118c9261fc3f876b95f7e9dbe.setIcon(icon_7ef6961dfd651d2eb5cc44aa203a510b);
|
|
|
|
|
|
var marker_42a61f0ab0c909ca7c385e139b4a5862 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_662d403453adac0e7fd0d1249267aac2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a3bfda0d4de94febabb47d11ac98ea5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f965e0ccb9fb8971fc5d71b454170cb4 = $(`<div id="html_f965e0ccb9fb8971fc5d71b454170cb4" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_0a3bfda0d4de94febabb47d11ac98ea5.setContent(html_f965e0ccb9fb8971fc5d71b454170cb4);
|
|
|
|
|
|
|
|
marker_42a61f0ab0c909ca7c385e139b4a5862.bindPopup(popup_0a3bfda0d4de94febabb47d11ac98ea5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_42a61f0ab0c909ca7c385e139b4a5862.setIcon(icon_662d403453adac0e7fd0d1249267aac2);
|
|
|
|
|
|
var marker_a87d9b8fb34faee654b9b418942d20a4 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_405343e8174e6d97ddca8cc37e5439bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93cb9519726923c6fe5cf95e97b3a290 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d3a75a005541ce659b16518f97d92688 = $(`<div id="html_d3a75a005541ce659b16518f97d92688" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_93cb9519726923c6fe5cf95e97b3a290.setContent(html_d3a75a005541ce659b16518f97d92688);
|
|
|
|
|
|
|
|
marker_a87d9b8fb34faee654b9b418942d20a4.bindPopup(popup_93cb9519726923c6fe5cf95e97b3a290)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a87d9b8fb34faee654b9b418942d20a4.setIcon(icon_405343e8174e6d97ddca8cc37e5439bb);
|
|
|
|
|
|
var marker_958a97a8a00b2da593124b88efd641f0 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_0a20a5c80a3c41a2e2de1b0c525de7f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5747920aa1c7a85b49f4709ac4203b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad38ec9bb7c881623d15ec7892b25327 = $(`<div id="html_ad38ec9bb7c881623d15ec7892b25327" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_e5747920aa1c7a85b49f4709ac4203b5.setContent(html_ad38ec9bb7c881623d15ec7892b25327);
|
|
|
|
|
|
|
|
marker_958a97a8a00b2da593124b88efd641f0.bindPopup(popup_e5747920aa1c7a85b49f4709ac4203b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_958a97a8a00b2da593124b88efd641f0.setIcon(icon_0a20a5c80a3c41a2e2de1b0c525de7f4);
|
|
|
|
|
|
var marker_bee3122cd706fb878cc071568490c5c9 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_1cc0307b03db2d04768614e182c43f16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f92135fa32fc4adb2bf09f966b58e00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98146a6dea2f69b8db94abe8756d0edf = $(`<div id="html_98146a6dea2f69b8db94abe8756d0edf" style="width: 100.0%; height: 100.0%;">relay.nostu.be</div>`)[0];
|
|
popup_0f92135fa32fc4adb2bf09f966b58e00.setContent(html_98146a6dea2f69b8db94abe8756d0edf);
|
|
|
|
|
|
|
|
marker_bee3122cd706fb878cc071568490c5c9.bindPopup(popup_0f92135fa32fc4adb2bf09f966b58e00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bee3122cd706fb878cc071568490c5c9.setIcon(icon_1cc0307b03db2d04768614e182c43f16);
|
|
|
|
|
|
var marker_159051e3382332d04bf905bb42d2be4b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_d122de6527578a19717780bc7c69dd8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0db8f780e9f0bb05f2e71a8b697a7ed5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_888af83f9d47f2ae444d8ccc0d63bcc1 = $(`<div id="html_888af83f9d47f2ae444d8ccc0d63bcc1" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_0db8f780e9f0bb05f2e71a8b697a7ed5.setContent(html_888af83f9d47f2ae444d8ccc0d63bcc1);
|
|
|
|
|
|
|
|
marker_159051e3382332d04bf905bb42d2be4b.bindPopup(popup_0db8f780e9f0bb05f2e71a8b697a7ed5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_159051e3382332d04bf905bb42d2be4b.setIcon(icon_d122de6527578a19717780bc7c69dd8d);
|
|
|
|
|
|
var marker_4b0f958057f23bdc22586170aaf8d4d1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_40bd51ec2ec97018eb9774787693cf31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea7fc36217d2f820595cbe204b7004b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c4f4c09725173b7a98ccff184bc9bcb = $(`<div id="html_2c4f4c09725173b7a98ccff184bc9bcb" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_ea7fc36217d2f820595cbe204b7004b0.setContent(html_2c4f4c09725173b7a98ccff184bc9bcb);
|
|
|
|
|
|
|
|
marker_4b0f958057f23bdc22586170aaf8d4d1.bindPopup(popup_ea7fc36217d2f820595cbe204b7004b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b0f958057f23bdc22586170aaf8d4d1.setIcon(icon_40bd51ec2ec97018eb9774787693cf31);
|
|
|
|
|
|
var marker_d896ef212b15a1d03dad965f3ece44a1 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_664ca4f7884c3aa13afa8216a85064c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a731a1f6d66ba3f22c5d43b92fbf27b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9e50cedd9629dec746e40bdfb5b4332 = $(`<div id="html_f9e50cedd9629dec746e40bdfb5b4332" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_a731a1f6d66ba3f22c5d43b92fbf27b5.setContent(html_f9e50cedd9629dec746e40bdfb5b4332);
|
|
|
|
|
|
|
|
marker_d896ef212b15a1d03dad965f3ece44a1.bindPopup(popup_a731a1f6d66ba3f22c5d43b92fbf27b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d896ef212b15a1d03dad965f3ece44a1.setIcon(icon_664ca4f7884c3aa13afa8216a85064c7);
|
|
|
|
|
|
var marker_5a9d4e966f058fae8c9a77803735732e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_8293c339612bdacbd1b6653e4a5c6298 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c68fe8ecabd3a0e2459d0b1a2bdb0403 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a856083830e3104dcc549fd94fe63f5f = $(`<div id="html_a856083830e3104dcc549fd94fe63f5f" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_c68fe8ecabd3a0e2459d0b1a2bdb0403.setContent(html_a856083830e3104dcc549fd94fe63f5f);
|
|
|
|
|
|
|
|
marker_5a9d4e966f058fae8c9a77803735732e.bindPopup(popup_c68fe8ecabd3a0e2459d0b1a2bdb0403)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5a9d4e966f058fae8c9a77803735732e.setIcon(icon_8293c339612bdacbd1b6653e4a5c6298);
|
|
|
|
|
|
var marker_67627fa6cfe688f266f1335e977103c4 = L.marker(
|
|
[41.223, -111.974],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_29314c9756d95e39a795f2abc8702d75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13fa067edc2172644c79bf6e12d1b05a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b4b899de30c85bc429186b0fcd565559 = $(`<div id="html_b4b899de30c85bc429186b0fcd565559" style="width: 100.0%; height: 100.0%;">relay.nostrian-conquest.com</div>`)[0];
|
|
popup_13fa067edc2172644c79bf6e12d1b05a.setContent(html_b4b899de30c85bc429186b0fcd565559);
|
|
|
|
|
|
|
|
marker_67627fa6cfe688f266f1335e977103c4.bindPopup(popup_13fa067edc2172644c79bf6e12d1b05a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67627fa6cfe688f266f1335e977103c4.setIcon(icon_29314c9756d95e39a795f2abc8702d75);
|
|
|
|
|
|
var marker_34d0337f28540662f2f87a1ce87a7f3f = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_bedac228dbdcb2c4c0a36e7319b1871a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a86e4698e538390ba5129a0fc21700e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df12a81aa6229a62182f5d6bcc8b4c64 = $(`<div id="html_df12a81aa6229a62182f5d6bcc8b4c64" style="width: 100.0%; height: 100.0%;">relay.sovbit.dev</div>`)[0];
|
|
popup_a86e4698e538390ba5129a0fc21700e7.setContent(html_df12a81aa6229a62182f5d6bcc8b4c64);
|
|
|
|
|
|
|
|
marker_34d0337f28540662f2f87a1ce87a7f3f.bindPopup(popup_a86e4698e538390ba5129a0fc21700e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34d0337f28540662f2f87a1ce87a7f3f.setIcon(icon_bedac228dbdcb2c4c0a36e7319b1871a);
|
|
|
|
|
|
var marker_f11435595cd185440f43b281f39fe93a = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_a18afe689345d1bb49566bec18377771 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_654905fa7b845cf6c6e8d91635fd2504 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fae03826b0fe0a297a1f20de93e086db = $(`<div id="html_fae03826b0fe0a297a1f20de93e086db" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_654905fa7b845cf6c6e8d91635fd2504.setContent(html_fae03826b0fe0a297a1f20de93e086db);
|
|
|
|
|
|
|
|
marker_f11435595cd185440f43b281f39fe93a.bindPopup(popup_654905fa7b845cf6c6e8d91635fd2504)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f11435595cd185440f43b281f39fe93a.setIcon(icon_a18afe689345d1bb49566bec18377771);
|
|
|
|
|
|
var marker_1756d1c1ad29c4dd1c6102c2da3dbded = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_48f365a5a35014de8a8280e7787af4d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8592fdb7f59555c9aa77c82752f141b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31c400c4b491468b0e9bf2a393d3d9b3 = $(`<div id="html_31c400c4b491468b0e9bf2a393d3d9b3" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_8592fdb7f59555c9aa77c82752f141b3.setContent(html_31c400c4b491468b0e9bf2a393d3d9b3);
|
|
|
|
|
|
|
|
marker_1756d1c1ad29c4dd1c6102c2da3dbded.bindPopup(popup_8592fdb7f59555c9aa77c82752f141b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1756d1c1ad29c4dd1c6102c2da3dbded.setIcon(icon_48f365a5a35014de8a8280e7787af4d8);
|
|
|
|
|
|
var marker_3c43db1d57da95b42140481050babe61 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_07587c81e13053cedc9bc7b36a240f8a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4a2ce0d663f719f15bd1c5a3f0edb4d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2fa5fe9748ea753a91f4f86f2552ecf = $(`<div id="html_a2fa5fe9748ea753a91f4f86f2552ecf" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_4a2ce0d663f719f15bd1c5a3f0edb4d8.setContent(html_a2fa5fe9748ea753a91f4f86f2552ecf);
|
|
|
|
|
|
|
|
marker_3c43db1d57da95b42140481050babe61.bindPopup(popup_4a2ce0d663f719f15bd1c5a3f0edb4d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c43db1d57da95b42140481050babe61.setIcon(icon_07587c81e13053cedc9bc7b36a240f8a);
|
|
|
|
|
|
var marker_54be068a7955caa8f40455bfdd01aafb = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_10558e51cae0f85a2de5e86be05f7b2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff320ef799ecc2541cc45219a781482e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee29295001f907ed27a5130f9c754522 = $(`<div id="html_ee29295001f907ed27a5130f9c754522" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_ff320ef799ecc2541cc45219a781482e.setContent(html_ee29295001f907ed27a5130f9c754522);
|
|
|
|
|
|
|
|
marker_54be068a7955caa8f40455bfdd01aafb.bindPopup(popup_ff320ef799ecc2541cc45219a781482e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54be068a7955caa8f40455bfdd01aafb.setIcon(icon_10558e51cae0f85a2de5e86be05f7b2c);
|
|
|
|
|
|
var marker_dde7a390f0524bbeb118050d218bbc10 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_888e186e9b87284e262645e856cb9eec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93aa4bfdff3b9fad5fc908bd26b84056 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6584408ada4999d858101a5ae14e0445 = $(`<div id="html_6584408ada4999d858101a5ae14e0445" style="width: 100.0%; height: 100.0%;">dm-test-nostr-rs-42-disabled.samt.st</div>`)[0];
|
|
popup_93aa4bfdff3b9fad5fc908bd26b84056.setContent(html_6584408ada4999d858101a5ae14e0445);
|
|
|
|
|
|
|
|
marker_dde7a390f0524bbeb118050d218bbc10.bindPopup(popup_93aa4bfdff3b9fad5fc908bd26b84056)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dde7a390f0524bbeb118050d218bbc10.setIcon(icon_888e186e9b87284e262645e856cb9eec);
|
|
|
|
|
|
var marker_93fab2a0b1da6f61c113f453a0761fa1 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_245d00e61708851d21e3a3d7f075039f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83f394552bbf2e98acbbaad5e23452bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9498565a66e8f8ae926244f58e48aa3 = $(`<div id="html_f9498565a66e8f8ae926244f58e48aa3" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_83f394552bbf2e98acbbaad5e23452bc.setContent(html_f9498565a66e8f8ae926244f58e48aa3);
|
|
|
|
|
|
|
|
marker_93fab2a0b1da6f61c113f453a0761fa1.bindPopup(popup_83f394552bbf2e98acbbaad5e23452bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_93fab2a0b1da6f61c113f453a0761fa1.setIcon(icon_245d00e61708851d21e3a3d7f075039f);
|
|
|
|
|
|
var marker_3444b8ff61a88766444626d0d8d1da24 = L.marker(
|
|
[39.0067, -77.4291],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_1d6a27be4d9136a01abd3da89c885943 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45ed5e09bbf28aee7f1dbf5d3b0c2c6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a93ebdc7aac2c7274be41b84355f9b72 = $(`<div id="html_a93ebdc7aac2c7274be41b84355f9b72" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_45ed5e09bbf28aee7f1dbf5d3b0c2c6c.setContent(html_a93ebdc7aac2c7274be41b84355f9b72);
|
|
|
|
|
|
|
|
marker_3444b8ff61a88766444626d0d8d1da24.bindPopup(popup_45ed5e09bbf28aee7f1dbf5d3b0c2c6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3444b8ff61a88766444626d0d8d1da24.setIcon(icon_1d6a27be4d9136a01abd3da89c885943);
|
|
|
|
|
|
var marker_4131540ef4e55981b34d6e475762c9dd = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_96a6b065453adaef887e3f9cfb673d71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ffb9bfa7aca61156f11953d9a8384bb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e09a3248d76c6b04c117bbe5ed21263 = $(`<div id="html_0e09a3248d76c6b04c117bbe5ed21263" style="width: 100.0%; height: 100.0%;">relay.devcsu.fr</div>`)[0];
|
|
popup_ffb9bfa7aca61156f11953d9a8384bb9.setContent(html_0e09a3248d76c6b04c117bbe5ed21263);
|
|
|
|
|
|
|
|
marker_4131540ef4e55981b34d6e475762c9dd.bindPopup(popup_ffb9bfa7aca61156f11953d9a8384bb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4131540ef4e55981b34d6e475762c9dd.setIcon(icon_96a6b065453adaef887e3f9cfb673d71);
|
|
|
|
|
|
var marker_7e8e9bd8ba60bf56bdbdc20632adadf6 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_442996e113cf56cd54909a49906a47b7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9bf2413b8a17a82bc896cefe1b9c3133 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40c205bab6c3d4899d4f883e6eebfdd4 = $(`<div id="html_40c205bab6c3d4899d4f883e6eebfdd4" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org</div>`)[0];
|
|
popup_9bf2413b8a17a82bc896cefe1b9c3133.setContent(html_40c205bab6c3d4899d4f883e6eebfdd4);
|
|
|
|
|
|
|
|
marker_7e8e9bd8ba60bf56bdbdc20632adadf6.bindPopup(popup_9bf2413b8a17a82bc896cefe1b9c3133)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e8e9bd8ba60bf56bdbdc20632adadf6.setIcon(icon_442996e113cf56cd54909a49906a47b7);
|
|
|
|
|
|
var marker_5e566cdb09ac78cfb7d2f82f736a449a = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_7248b44f4b48c2aed9a4f10a4433e8e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09f5fe34b101ffac543d1fea80ad9507 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8f5986b717e1bb60f09b6834b50f126c = $(`<div id="html_8f5986b717e1bb60f09b6834b50f126c" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_09f5fe34b101ffac543d1fea80ad9507.setContent(html_8f5986b717e1bb60f09b6834b50f126c);
|
|
|
|
|
|
|
|
marker_5e566cdb09ac78cfb7d2f82f736a449a.bindPopup(popup_09f5fe34b101ffac543d1fea80ad9507)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e566cdb09ac78cfb7d2f82f736a449a.setIcon(icon_7248b44f4b48c2aed9a4f10a4433e8e4);
|
|
|
|
|
|
var marker_280927bfdb4f21a08722d26d96c22b2c = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_feb8f83b1c8d94ba018cd868a7081c33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c766d4956b63ad4cd663feecb654868a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efffff0c6328fe3fd912bf088f32770f = $(`<div id="html_efffff0c6328fe3fd912bf088f32770f" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_c766d4956b63ad4cd663feecb654868a.setContent(html_efffff0c6328fe3fd912bf088f32770f);
|
|
|
|
|
|
|
|
marker_280927bfdb4f21a08722d26d96c22b2c.bindPopup(popup_c766d4956b63ad4cd663feecb654868a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_280927bfdb4f21a08722d26d96c22b2c.setIcon(icon_feb8f83b1c8d94ba018cd868a7081c33);
|
|
|
|
|
|
var marker_d279a330549504691799f1f4921a1e90 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_d8164a039d26b7e180c465b28a7eff29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e187d156c9cc683402bc4addadfb20a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e46e0e56ec5850fb3ee7922a71cb01eb = $(`<div id="html_e46e0e56ec5850fb3ee7922a71cb01eb" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_6e187d156c9cc683402bc4addadfb20a.setContent(html_e46e0e56ec5850fb3ee7922a71cb01eb);
|
|
|
|
|
|
|
|
marker_d279a330549504691799f1f4921a1e90.bindPopup(popup_6e187d156c9cc683402bc4addadfb20a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d279a330549504691799f1f4921a1e90.setIcon(icon_d8164a039d26b7e180c465b28a7eff29);
|
|
|
|
|
|
var marker_b62b742dae7ab33e9b6307f32bf4a016 = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_6300669e4bc92134689eb2b3df1c7e49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e5a229373b14d99ae91d7fe693b27ed = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3539b0f01d0ca2cc35cd17a5f81a3ec6 = $(`<div id="html_3539b0f01d0ca2cc35cd17a5f81a3ec6" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_7e5a229373b14d99ae91d7fe693b27ed.setContent(html_3539b0f01d0ca2cc35cd17a5f81a3ec6);
|
|
|
|
|
|
|
|
marker_b62b742dae7ab33e9b6307f32bf4a016.bindPopup(popup_7e5a229373b14d99ae91d7fe693b27ed)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b62b742dae7ab33e9b6307f32bf4a016.setIcon(icon_6300669e4bc92134689eb2b3df1c7e49);
|
|
|
|
|
|
var marker_0dea70325908a788f2d0ae2602f5219f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_c305b413d23410f537a856803c27a0de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_130eb3201319c1e714541171c783a8cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_497f552a305beeaf5bcf0ce35326d835 = $(`<div id="html_497f552a305beeaf5bcf0ce35326d835" style="width: 100.0%; height: 100.0%;">relay.rushmi0.win</div>`)[0];
|
|
popup_130eb3201319c1e714541171c783a8cd.setContent(html_497f552a305beeaf5bcf0ce35326d835);
|
|
|
|
|
|
|
|
marker_0dea70325908a788f2d0ae2602f5219f.bindPopup(popup_130eb3201319c1e714541171c783a8cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0dea70325908a788f2d0ae2602f5219f.setIcon(icon_c305b413d23410f537a856803c27a0de);
|
|
|
|
|
|
var marker_3acfe0a32ff70100159c7313ed4660c9 = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_f41e45a6aee0519911ae324cb7fe5785 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57d7d269882d1d663c9b1b00e730772c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0219547d915f8130e1a7c0c0d0b291b = $(`<div id="html_f0219547d915f8130e1a7c0c0d0b291b" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_57d7d269882d1d663c9b1b00e730772c.setContent(html_f0219547d915f8130e1a7c0c0d0b291b);
|
|
|
|
|
|
|
|
marker_3acfe0a32ff70100159c7313ed4660c9.bindPopup(popup_57d7d269882d1d663c9b1b00e730772c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3acfe0a32ff70100159c7313ed4660c9.setIcon(icon_f41e45a6aee0519911ae324cb7fe5785);
|
|
|
|
|
|
var marker_c2c3d5e51554087a1cbc6b138c3d78bc = L.marker(
|
|
[39.0418, -77.4744],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_f81f9859fa5747cb8fc6cd2d7bcf7840 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e015d15d0a3463db78b69834ff2d637 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_121df51674af8a6e76bd1a06d531ab92 = $(`<div id="html_121df51674af8a6e76bd1a06d531ab92" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_1e015d15d0a3463db78b69834ff2d637.setContent(html_121df51674af8a6e76bd1a06d531ab92);
|
|
|
|
|
|
|
|
marker_c2c3d5e51554087a1cbc6b138c3d78bc.bindPopup(popup_1e015d15d0a3463db78b69834ff2d637)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2c3d5e51554087a1cbc6b138c3d78bc.setIcon(icon_f81f9859fa5747cb8fc6cd2d7bcf7840);
|
|
|
|
|
|
var marker_026d127fc0745b86a71c9a3043838cfa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_1500acd34bb3b8b4626343a8ba9a7b9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3d2f2291ceba05fcbccbb709d274421 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd53bfb6a29b3a2da20d10e04c714600 = $(`<div id="html_cd53bfb6a29b3a2da20d10e04c714600" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_a3d2f2291ceba05fcbccbb709d274421.setContent(html_cd53bfb6a29b3a2da20d10e04c714600);
|
|
|
|
|
|
|
|
marker_026d127fc0745b86a71c9a3043838cfa.bindPopup(popup_a3d2f2291ceba05fcbccbb709d274421)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_026d127fc0745b86a71c9a3043838cfa.setIcon(icon_1500acd34bb3b8b4626343a8ba9a7b9d);
|
|
|
|
|
|
var marker_ebb06eff1ec65a4eac7235ea3b1d8e2e = L.marker(
|
|
[35.6916, 139.768],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_c45ca3622327770ddc4286b24c8c26eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d0a7625aae180e5410f2b73db4ae851 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_440409e1f79a8a6c504d48e55857b84f = $(`<div id="html_440409e1f79a8a6c504d48e55857b84f" style="width: 100.0%; height: 100.0%;">relay.purplefrog.cloud</div>`)[0];
|
|
popup_2d0a7625aae180e5410f2b73db4ae851.setContent(html_440409e1f79a8a6c504d48e55857b84f);
|
|
|
|
|
|
|
|
marker_ebb06eff1ec65a4eac7235ea3b1d8e2e.bindPopup(popup_2d0a7625aae180e5410f2b73db4ae851)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebb06eff1ec65a4eac7235ea3b1d8e2e.setIcon(icon_c45ca3622327770ddc4286b24c8c26eb);
|
|
|
|
|
|
var marker_0e8ee4d4a0821db73cc9faeed2e44c55 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_33ffe28f61582c8cbc48ad694303fd50 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15f80fb3b9aa17d6d4ef3f9ef9ff68eb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76fe7f78349d555fbb0b517812a9f2ba = $(`<div id="html_76fe7f78349d555fbb0b517812a9f2ba" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_15f80fb3b9aa17d6d4ef3f9ef9ff68eb.setContent(html_76fe7f78349d555fbb0b517812a9f2ba);
|
|
|
|
|
|
|
|
marker_0e8ee4d4a0821db73cc9faeed2e44c55.bindPopup(popup_15f80fb3b9aa17d6d4ef3f9ef9ff68eb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e8ee4d4a0821db73cc9faeed2e44c55.setIcon(icon_33ffe28f61582c8cbc48ad694303fd50);
|
|
|
|
|
|
var marker_b714b1a379d27377eeea0d6053edaf03 = L.marker(
|
|
[38.627, -90.1994],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_c157f6bc29fa3aeec246bb15611b417c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52dd2d8d4dd53b0386a3e53cb5f05345 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_97c69d28b6ef1b7861e44e2c25160bf1 = $(`<div id="html_97c69d28b6ef1b7861e44e2c25160bf1" style="width: 100.0%; height: 100.0%;">inbox.mycelium.social</div>`)[0];
|
|
popup_52dd2d8d4dd53b0386a3e53cb5f05345.setContent(html_97c69d28b6ef1b7861e44e2c25160bf1);
|
|
|
|
|
|
|
|
marker_b714b1a379d27377eeea0d6053edaf03.bindPopup(popup_52dd2d8d4dd53b0386a3e53cb5f05345)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b714b1a379d27377eeea0d6053edaf03.setIcon(icon_c157f6bc29fa3aeec246bb15611b417c);
|
|
|
|
|
|
var marker_aabb63f572ddbe417e41b9baed9659e4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_1aef94660d605d104bd8822c0f98b42d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b899307f6266a0d741128bcd01f4a44 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f405536436f780f4f431581ce789466 = $(`<div id="html_0f405536436f780f4f431581ce789466" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_2b899307f6266a0d741128bcd01f4a44.setContent(html_0f405536436f780f4f431581ce789466);
|
|
|
|
|
|
|
|
marker_aabb63f572ddbe417e41b9baed9659e4.bindPopup(popup_2b899307f6266a0d741128bcd01f4a44)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aabb63f572ddbe417e41b9baed9659e4.setIcon(icon_1aef94660d605d104bd8822c0f98b42d);
|
|
|
|
|
|
var marker_0c7f2841d7916981d1b0096394a8b63c = L.marker(
|
|
[49.8667, -125.133],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_956d268c7c25d23c420b5a00f1ed0a06 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a1be4be827084815c4542f10dfefe1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_91088776c903dab8110eaa9037cfa118 = $(`<div id="html_91088776c903dab8110eaa9037cfa118" style="width: 100.0%; height: 100.0%;">relay.trustr.ing</div>`)[0];
|
|
popup_2a1be4be827084815c4542f10dfefe1e.setContent(html_91088776c903dab8110eaa9037cfa118);
|
|
|
|
|
|
|
|
marker_0c7f2841d7916981d1b0096394a8b63c.bindPopup(popup_2a1be4be827084815c4542f10dfefe1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c7f2841d7916981d1b0096394a8b63c.setIcon(icon_956d268c7c25d23c420b5a00f1ed0a06);
|
|
|
|
|
|
var marker_088824a720187b13bff1a919dbe3ab72 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_f4357dbc8f2fabcf8c2805040725c6d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_22dc0feae0328afc40a10f14882742c1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7238bc642cf539f1e72bf6d9aa911139 = $(`<div id="html_7238bc642cf539f1e72bf6d9aa911139" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_22dc0feae0328afc40a10f14882742c1.setContent(html_7238bc642cf539f1e72bf6d9aa911139);
|
|
|
|
|
|
|
|
marker_088824a720187b13bff1a919dbe3ab72.bindPopup(popup_22dc0feae0328afc40a10f14882742c1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_088824a720187b13bff1a919dbe3ab72.setIcon(icon_f4357dbc8f2fabcf8c2805040725c6d9);
|
|
|
|
|
|
var marker_0f9bd9f30f4e76302e357aaf6a09f4ec = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_dc6645b9b3f092c3bf7074b4485532cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26f872fd6c1fe440bd9a91ae659532fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d546d1d867eb4b27f37554e4ab7827b7 = $(`<div id="html_d546d1d867eb4b27f37554e4ab7827b7" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_26f872fd6c1fe440bd9a91ae659532fd.setContent(html_d546d1d867eb4b27f37554e4ab7827b7);
|
|
|
|
|
|
|
|
marker_0f9bd9f30f4e76302e357aaf6a09f4ec.bindPopup(popup_26f872fd6c1fe440bd9a91ae659532fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f9bd9f30f4e76302e357aaf6a09f4ec.setIcon(icon_dc6645b9b3f092c3bf7074b4485532cc);
|
|
|
|
|
|
var marker_0cfcdc992a06608ab226baea8df3f30a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_0ab4be2334b36031e6dc8cb465339fe0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01c596c0f9002b6f2feffee6f91f4294 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfc16bc88a1e134454d63f7afc9c3186 = $(`<div id="html_dfc16bc88a1e134454d63f7afc9c3186" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_01c596c0f9002b6f2feffee6f91f4294.setContent(html_dfc16bc88a1e134454d63f7afc9c3186);
|
|
|
|
|
|
|
|
marker_0cfcdc992a06608ab226baea8df3f30a.bindPopup(popup_01c596c0f9002b6f2feffee6f91f4294)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0cfcdc992a06608ab226baea8df3f30a.setIcon(icon_0ab4be2334b36031e6dc8cb465339fe0);
|
|
|
|
|
|
var marker_890206b2e2327221fee074cf5f09bb68 = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_d91167ef012e78dc98ca4c181fbae8e9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fd0fae133c2881716a52f76a281dc91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a47715d8c1bdd52a47df02678c28bf96 = $(`<div id="html_a47715d8c1bdd52a47df02678c28bf96" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_1fd0fae133c2881716a52f76a281dc91.setContent(html_a47715d8c1bdd52a47df02678c28bf96);
|
|
|
|
|
|
|
|
marker_890206b2e2327221fee074cf5f09bb68.bindPopup(popup_1fd0fae133c2881716a52f76a281dc91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_890206b2e2327221fee074cf5f09bb68.setIcon(icon_d91167ef012e78dc98ca4c181fbae8e9);
|
|
|
|
|
|
var marker_2a0857e4de52ee1cd86b12c748103c9e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_3110c4302b214f3340dbcddab92db233 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9b7e1e12af331a608311b9fd4837f8fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0346d44d1f1ed30bd28b14aa65f07a2 = $(`<div id="html_c0346d44d1f1ed30bd28b14aa65f07a2" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_9b7e1e12af331a608311b9fd4837f8fd.setContent(html_c0346d44d1f1ed30bd28b14aa65f07a2);
|
|
|
|
|
|
|
|
marker_2a0857e4de52ee1cd86b12c748103c9e.bindPopup(popup_9b7e1e12af331a608311b9fd4837f8fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2a0857e4de52ee1cd86b12c748103c9e.setIcon(icon_3110c4302b214f3340dbcddab92db233);
|
|
|
|
|
|
var marker_7ba1e01c4236a7166f51c1e1a51a9bf6 = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_08220b509b176e2d897c4ede2cb4e06c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d4d5f02c6d8c3900a443e84831864a98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c48aeef1d7b01199f5802442b5362c28 = $(`<div id="html_c48aeef1d7b01199f5802442b5362c28" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_d4d5f02c6d8c3900a443e84831864a98.setContent(html_c48aeef1d7b01199f5802442b5362c28);
|
|
|
|
|
|
|
|
marker_7ba1e01c4236a7166f51c1e1a51a9bf6.bindPopup(popup_d4d5f02c6d8c3900a443e84831864a98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ba1e01c4236a7166f51c1e1a51a9bf6.setIcon(icon_08220b509b176e2d897c4ede2cb4e06c);
|
|
|
|
|
|
var marker_a0d615273735db76284f14b9d0df3134 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_a99cd618bf6364d030efcccdb7bff3ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0940105abe5c19f3d6f000abb181f771 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b9736955f84735c3e22d23d95883e5b0 = $(`<div id="html_b9736955f84735c3e22d23d95883e5b0" style="width: 100.0%; height: 100.0%;">eu.nostr.pikachat.org</div>`)[0];
|
|
popup_0940105abe5c19f3d6f000abb181f771.setContent(html_b9736955f84735c3e22d23d95883e5b0);
|
|
|
|
|
|
|
|
marker_a0d615273735db76284f14b9d0df3134.bindPopup(popup_0940105abe5c19f3d6f000abb181f771)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0d615273735db76284f14b9d0df3134.setIcon(icon_a99cd618bf6364d030efcccdb7bff3ad);
|
|
|
|
|
|
var marker_c9f1ea4527b1df75e3b62611e975dfe6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_5c8e93c4248090ca83594c450c7c2d70 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e260213f949cc5c881fba49a551aaeb0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef373ddf75d07425b02b9421bd1a09f4 = $(`<div id="html_ef373ddf75d07425b02b9421bd1a09f4" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_e260213f949cc5c881fba49a551aaeb0.setContent(html_ef373ddf75d07425b02b9421bd1a09f4);
|
|
|
|
|
|
|
|
marker_c9f1ea4527b1df75e3b62611e975dfe6.bindPopup(popup_e260213f949cc5c881fba49a551aaeb0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9f1ea4527b1df75e3b62611e975dfe6.setIcon(icon_5c8e93c4248090ca83594c450c7c2d70);
|
|
|
|
|
|
var marker_62660bee933f3632d2ac4e6105a13771 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_12a3c7d03f0a47d2ed12ef1404ea7ecf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80e59d4a78e525e12ca2b2b1379335cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_168244bfba1a843b6dbd96c1a7a961c1 = $(`<div id="html_168244bfba1a843b6dbd96c1a7a961c1" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_80e59d4a78e525e12ca2b2b1379335cd.setContent(html_168244bfba1a843b6dbd96c1a7a961c1);
|
|
|
|
|
|
|
|
marker_62660bee933f3632d2ac4e6105a13771.bindPopup(popup_80e59d4a78e525e12ca2b2b1379335cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62660bee933f3632d2ac4e6105a13771.setIcon(icon_12a3c7d03f0a47d2ed12ef1404ea7ecf);
|
|
|
|
|
|
var marker_1b3ca6c359a1fe83f98442d83d422363 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_41d15f6f51e1ccc66a02447976a486c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_395df5c99cedf33549ce737acf238253 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c44a222bf735133e308bca3769667e36 = $(`<div id="html_c44a222bf735133e308bca3769667e36" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_395df5c99cedf33549ce737acf238253.setContent(html_c44a222bf735133e308bca3769667e36);
|
|
|
|
|
|
|
|
marker_1b3ca6c359a1fe83f98442d83d422363.bindPopup(popup_395df5c99cedf33549ce737acf238253)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b3ca6c359a1fe83f98442d83d422363.setIcon(icon_41d15f6f51e1ccc66a02447976a486c2);
|
|
|
|
|
|
var marker_6a8368b9e50f6fe607a624b596559206 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_46f50df6c885a3469f1e8bc3ca6dde0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8f9cce822b6c76e647aed3f366c976c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a2dcad0707828e54953c964127a4cd39 = $(`<div id="html_a2dcad0707828e54953c964127a4cd39" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_e8f9cce822b6c76e647aed3f366c976c.setContent(html_a2dcad0707828e54953c964127a4cd39);
|
|
|
|
|
|
|
|
marker_6a8368b9e50f6fe607a624b596559206.bindPopup(popup_e8f9cce822b6c76e647aed3f366c976c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a8368b9e50f6fe607a624b596559206.setIcon(icon_46f50df6c885a3469f1e8bc3ca6dde0a);
|
|
|
|
|
|
var marker_746a2e7500073ccff5191e9b0266290f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_6b7454f987198df8bc541c07cf9f4a34 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc88b991c8dbec6524cd4ad07688eea2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_126361be6b283a313259b6ff437f2799 = $(`<div id="html_126361be6b283a313259b6ff437f2799" style="width: 100.0%; height: 100.0%;">nostr.nadajnik.org</div>`)[0];
|
|
popup_fc88b991c8dbec6524cd4ad07688eea2.setContent(html_126361be6b283a313259b6ff437f2799);
|
|
|
|
|
|
|
|
marker_746a2e7500073ccff5191e9b0266290f.bindPopup(popup_fc88b991c8dbec6524cd4ad07688eea2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_746a2e7500073ccff5191e9b0266290f.setIcon(icon_6b7454f987198df8bc541c07cf9f4a34);
|
|
|
|
|
|
var marker_4e79ae8e09f9fd34b1453144a9c48980 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_00ab0cc2cf6fbaa0f2ee589fd4c076d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab74df8902e55e6f720f06ccc80dc096 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab7c53d1aa1015388fa80a68bb61937a = $(`<div id="html_ab7c53d1aa1015388fa80a68bb61937a" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_ab74df8902e55e6f720f06ccc80dc096.setContent(html_ab7c53d1aa1015388fa80a68bb61937a);
|
|
|
|
|
|
|
|
marker_4e79ae8e09f9fd34b1453144a9c48980.bindPopup(popup_ab74df8902e55e6f720f06ccc80dc096)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e79ae8e09f9fd34b1453144a9c48980.setIcon(icon_00ab0cc2cf6fbaa0f2ee589fd4c076d6);
|
|
|
|
|
|
var marker_eb89d8bf6732085513b9da246d9c1f50 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_c69c199158ecf3a825be55e78bc29cac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aaf7b117136133c7ce3e418b10c58f74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed412bbc337e29d34f26faad9df9a1e3 = $(`<div id="html_ed412bbc337e29d34f26faad9df9a1e3" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_aaf7b117136133c7ce3e418b10c58f74.setContent(html_ed412bbc337e29d34f26faad9df9a1e3);
|
|
|
|
|
|
|
|
marker_eb89d8bf6732085513b9da246d9c1f50.bindPopup(popup_aaf7b117136133c7ce3e418b10c58f74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb89d8bf6732085513b9da246d9c1f50.setIcon(icon_c69c199158ecf3a825be55e78bc29cac);
|
|
|
|
|
|
var marker_4a62818bf914a9cab639a2d3000c0788 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_8f1842ce9c59784a2620b7645c3cb335 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ab0b00b9d0312af76ab4a456a4b4c50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_51b37766666d1a40e51821f1052bb48d = $(`<div id="html_51b37766666d1a40e51821f1052bb48d" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net</div>`)[0];
|
|
popup_1ab0b00b9d0312af76ab4a456a4b4c50.setContent(html_51b37766666d1a40e51821f1052bb48d);
|
|
|
|
|
|
|
|
marker_4a62818bf914a9cab639a2d3000c0788.bindPopup(popup_1ab0b00b9d0312af76ab4a456a4b4c50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a62818bf914a9cab639a2d3000c0788.setIcon(icon_8f1842ce9c59784a2620b7645c3cb335);
|
|
|
|
|
|
var marker_facc388579dc8a7cfe88c5c68844927b = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_0d4bbac139ee4938fae4b639455a850b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7aa987bff3780ff061f5b93aee75b8d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1fc959858a6ae6845323fdf81be5befd = $(`<div id="html_1fc959858a6ae6845323fdf81be5befd" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_7aa987bff3780ff061f5b93aee75b8d6.setContent(html_1fc959858a6ae6845323fdf81be5befd);
|
|
|
|
|
|
|
|
marker_facc388579dc8a7cfe88c5c68844927b.bindPopup(popup_7aa987bff3780ff061f5b93aee75b8d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_facc388579dc8a7cfe88c5c68844927b.setIcon(icon_0d4bbac139ee4938fae4b639455a850b);
|
|
|
|
|
|
var marker_b69a82e6eadc5b3b1bd882e08b1da091 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_38c5d9cfa2df47e517d9aa0ae491b2e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c806181d0b8e7ec92753ae8defd0694 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4eb943d4d4f484eb411ec14071087d5e = $(`<div id="html_4eb943d4d4f484eb411ec14071087d5e" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st</div>`)[0];
|
|
popup_1c806181d0b8e7ec92753ae8defd0694.setContent(html_4eb943d4d4f484eb411ec14071087d5e);
|
|
|
|
|
|
|
|
marker_b69a82e6eadc5b3b1bd882e08b1da091.bindPopup(popup_1c806181d0b8e7ec92753ae8defd0694)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b69a82e6eadc5b3b1bd882e08b1da091.setIcon(icon_38c5d9cfa2df47e517d9aa0ae491b2e5);
|
|
|
|
|
|
var marker_1b4336d4dd6503d358b1031a5db6d643 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_ceef71a4602b69003923f2f691b8a1a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0edb0d7c917455eeb49a8f5d3c02095f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_30bb5f179fec6274f121b4a826157d3a = $(`<div id="html_30bb5f179fec6274f121b4a826157d3a" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_0edb0d7c917455eeb49a8f5d3c02095f.setContent(html_30bb5f179fec6274f121b4a826157d3a);
|
|
|
|
|
|
|
|
marker_1b4336d4dd6503d358b1031a5db6d643.bindPopup(popup_0edb0d7c917455eeb49a8f5d3c02095f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b4336d4dd6503d358b1031a5db6d643.setIcon(icon_ceef71a4602b69003923f2f691b8a1a7);
|
|
|
|
|
|
var marker_96821ae56574868e49282d36bebc7b93 = L.marker(
|
|
[36.1627, -86.7816],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_57d68dde4c461baa84ed0c46c2108144 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a5475d2d6e7e542ad3f6d6302e9010a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26fb62ab1a628cd7ab8289443218cb7f = $(`<div id="html_26fb62ab1a628cd7ab8289443218cb7f" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_0a5475d2d6e7e542ad3f6d6302e9010a.setContent(html_26fb62ab1a628cd7ab8289443218cb7f);
|
|
|
|
|
|
|
|
marker_96821ae56574868e49282d36bebc7b93.bindPopup(popup_0a5475d2d6e7e542ad3f6d6302e9010a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96821ae56574868e49282d36bebc7b93.setIcon(icon_57d68dde4c461baa84ed0c46c2108144);
|
|
|
|
|
|
var marker_1a58726a15c216e23457f76439415ebe = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_70aeef7c6c491066dd1d30ef5022c108 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57afb00ac2d85e5ab5966f76c6b54658 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b0d04c765eab9834a3aafc49399b6e7 = $(`<div id="html_6b0d04c765eab9834a3aafc49399b6e7" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_57afb00ac2d85e5ab5966f76c6b54658.setContent(html_6b0d04c765eab9834a3aafc49399b6e7);
|
|
|
|
|
|
|
|
marker_1a58726a15c216e23457f76439415ebe.bindPopup(popup_57afb00ac2d85e5ab5966f76c6b54658)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1a58726a15c216e23457f76439415ebe.setIcon(icon_70aeef7c6c491066dd1d30ef5022c108);
|
|
|
|
|
|
var marker_5d217096ceab7773a86b408dca288ad3 = L.marker(
|
|
[37.8716, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_6c328d9088eeca1f644247eb656262ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc2d11bef697a8e1fef5a9dc6de2993e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2a1f75220cc5c1768cfe3b36967425b = $(`<div id="html_d2a1f75220cc5c1768cfe3b36967425b" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_dc2d11bef697a8e1fef5a9dc6de2993e.setContent(html_d2a1f75220cc5c1768cfe3b36967425b);
|
|
|
|
|
|
|
|
marker_5d217096ceab7773a86b408dca288ad3.bindPopup(popup_dc2d11bef697a8e1fef5a9dc6de2993e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d217096ceab7773a86b408dca288ad3.setIcon(icon_6c328d9088eeca1f644247eb656262ad);
|
|
|
|
|
|
var marker_3fa4dcdc4989d900ab679ab19b13408d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_be3a7469d49a96e676b8f8a5502c63b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cb8f63e8a2ac58b98e7b783e6d0eabb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b0d36bc2b068ed1036d0f731273444a = $(`<div id="html_7b0d36bc2b068ed1036d0f731273444a" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_cb8f63e8a2ac58b98e7b783e6d0eabb9.setContent(html_7b0d36bc2b068ed1036d0f731273444a);
|
|
|
|
|
|
|
|
marker_3fa4dcdc4989d900ab679ab19b13408d.bindPopup(popup_cb8f63e8a2ac58b98e7b783e6d0eabb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3fa4dcdc4989d900ab679ab19b13408d.setIcon(icon_be3a7469d49a96e676b8f8a5502c63b2);
|
|
|
|
|
|
var marker_5f7e7c71bea481ccba7c489a0e0d0f84 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_24febaacc13f18d9c26573eaa012999d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1051ef170bbb126e874a7a14d2ecaa39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e265e50da956462fb3b8136fb4bcda25 = $(`<div id="html_e265e50da956462fb3b8136fb4bcda25" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_1051ef170bbb126e874a7a14d2ecaa39.setContent(html_e265e50da956462fb3b8136fb4bcda25);
|
|
|
|
|
|
|
|
marker_5f7e7c71bea481ccba7c489a0e0d0f84.bindPopup(popup_1051ef170bbb126e874a7a14d2ecaa39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f7e7c71bea481ccba7c489a0e0d0f84.setIcon(icon_24febaacc13f18d9c26573eaa012999d);
|
|
|
|
|
|
var marker_ea47aa198e121d480a5f0a4dafb5ef04 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_a0a05481ccba56616781283eeb2c34f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee696fe8faaab488576d7b3a72e11e1e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_348cc3dd41908ea56d30dfd722978910 = $(`<div id="html_348cc3dd41908ea56d30dfd722978910" style="width: 100.0%; height: 100.0%;">relay.bebond.net</div>`)[0];
|
|
popup_ee696fe8faaab488576d7b3a72e11e1e.setContent(html_348cc3dd41908ea56d30dfd722978910);
|
|
|
|
|
|
|
|
marker_ea47aa198e121d480a5f0a4dafb5ef04.bindPopup(popup_ee696fe8faaab488576d7b3a72e11e1e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea47aa198e121d480a5f0a4dafb5ef04.setIcon(icon_a0a05481ccba56616781283eeb2c34f8);
|
|
|
|
|
|
var marker_cb9ff4446d6d0459b91796c26ee7cdfc = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_dc2f58afc883f0d3bc85773cac21c236 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a371976179907dff6c43ec4bf37af9e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bbcfd2fc00a69318985469b944151663 = $(`<div id="html_bbcfd2fc00a69318985469b944151663" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_a371976179907dff6c43ec4bf37af9e6.setContent(html_bbcfd2fc00a69318985469b944151663);
|
|
|
|
|
|
|
|
marker_cb9ff4446d6d0459b91796c26ee7cdfc.bindPopup(popup_a371976179907dff6c43ec4bf37af9e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb9ff4446d6d0459b91796c26ee7cdfc.setIcon(icon_dc2f58afc883f0d3bc85773cac21c236);
|
|
|
|
|
|
var marker_c364c2d443bb3ca2e6aa54def544c3cd = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_8b6748be4e05a8d18e0fcea9a0de1f3f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_78223a64bd6ce38928562318bac7d243 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6f3cfc2231c2434ca915a2635fc03b2 = $(`<div id="html_c6f3cfc2231c2434ca915a2635fc03b2" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_78223a64bd6ce38928562318bac7d243.setContent(html_c6f3cfc2231c2434ca915a2635fc03b2);
|
|
|
|
|
|
|
|
marker_c364c2d443bb3ca2e6aa54def544c3cd.bindPopup(popup_78223a64bd6ce38928562318bac7d243)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c364c2d443bb3ca2e6aa54def544c3cd.setIcon(icon_8b6748be4e05a8d18e0fcea9a0de1f3f);
|
|
|
|
|
|
var marker_fc4ee27565a715144793a700421aa7de = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_167e1a2958b0ee6a8a0c95cc1e3c28e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_007a03b8c91377bec1272735edddcc3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8285d336c140bfa94026694952f9fa92 = $(`<div id="html_8285d336c140bfa94026694952f9fa92" style="width: 100.0%; height: 100.0%;">orly-relay.imwald.eu</div>`)[0];
|
|
popup_007a03b8c91377bec1272735edddcc3b.setContent(html_8285d336c140bfa94026694952f9fa92);
|
|
|
|
|
|
|
|
marker_fc4ee27565a715144793a700421aa7de.bindPopup(popup_007a03b8c91377bec1272735edddcc3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc4ee27565a715144793a700421aa7de.setIcon(icon_167e1a2958b0ee6a8a0c95cc1e3c28e3);
|
|
|
|
|
|
var marker_e4894e966d431cc70b90647d59816404 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_a5ffb9ca096d473c1d18eaedd0884a71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_afdacf809dae30dbcf316f8f3bc81e16 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_778330025ebc0f4311922912070558bf = $(`<div id="html_778330025ebc0f4311922912070558bf" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_afdacf809dae30dbcf316f8f3bc81e16.setContent(html_778330025ebc0f4311922912070558bf);
|
|
|
|
|
|
|
|
marker_e4894e966d431cc70b90647d59816404.bindPopup(popup_afdacf809dae30dbcf316f8f3bc81e16)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4894e966d431cc70b90647d59816404.setIcon(icon_a5ffb9ca096d473c1d18eaedd0884a71);
|
|
|
|
|
|
var marker_b9a241f78e85eebe0bec8ddb344990de = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_dcd4157716c1366de7ff761d9388d549 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_653713675475ac20fdd2a6965c1ebe27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38a0a761fc1d212ddcd4ea7e816c9e24 = $(`<div id="html_38a0a761fc1d212ddcd4ea7e816c9e24" style="width: 100.0%; height: 100.0%;">relay.laantungir.net</div>`)[0];
|
|
popup_653713675475ac20fdd2a6965c1ebe27.setContent(html_38a0a761fc1d212ddcd4ea7e816c9e24);
|
|
|
|
|
|
|
|
marker_b9a241f78e85eebe0bec8ddb344990de.bindPopup(popup_653713675475ac20fdd2a6965c1ebe27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b9a241f78e85eebe0bec8ddb344990de.setIcon(icon_dcd4157716c1366de7ff761d9388d549);
|
|
|
|
|
|
var marker_edfe392e8f8c8fa6158de5b61ed36de5 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_732fd95d708ada37f346c818c6684ef0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26a1f93f0efefe0d7fb112a37571d795 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0884806caa8b01a8cd031dd7ab05889a = $(`<div id="html_0884806caa8b01a8cd031dd7ab05889a" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_26a1f93f0efefe0d7fb112a37571d795.setContent(html_0884806caa8b01a8cd031dd7ab05889a);
|
|
|
|
|
|
|
|
marker_edfe392e8f8c8fa6158de5b61ed36de5.bindPopup(popup_26a1f93f0efefe0d7fb112a37571d795)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edfe392e8f8c8fa6158de5b61ed36de5.setIcon(icon_732fd95d708ada37f346c818c6684ef0);
|
|
|
|
|
|
var marker_692d6e4184404d03991633931d12bce4 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_05dcae5c9a3c9911f9a55d15d2897d29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_397ab9d07b22ca07014e46d58c0509f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf7bdfa97a6b1b3b47d4175b10f52c3b = $(`<div id="html_bf7bdfa97a6b1b3b47d4175b10f52c3b" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_397ab9d07b22ca07014e46d58c0509f3.setContent(html_bf7bdfa97a6b1b3b47d4175b10f52c3b);
|
|
|
|
|
|
|
|
marker_692d6e4184404d03991633931d12bce4.bindPopup(popup_397ab9d07b22ca07014e46d58c0509f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_692d6e4184404d03991633931d12bce4.setIcon(icon_05dcae5c9a3c9911f9a55d15d2897d29);
|
|
|
|
|
|
var marker_eb1021d9a17ba0d46c0cb2541e330474 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_4365dc6425a623e9ecc2e85579275b46 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_baee9f9079d637f8c27a41b1fbca2825 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d85743c9e98f2b843444f634659fa875 = $(`<div id="html_d85743c9e98f2b843444f634659fa875" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_baee9f9079d637f8c27a41b1fbca2825.setContent(html_d85743c9e98f2b843444f634659fa875);
|
|
|
|
|
|
|
|
marker_eb1021d9a17ba0d46c0cb2541e330474.bindPopup(popup_baee9f9079d637f8c27a41b1fbca2825)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb1021d9a17ba0d46c0cb2541e330474.setIcon(icon_4365dc6425a623e9ecc2e85579275b46);
|
|
|
|
|
|
var marker_a068ab1a4450ae1c1078dc9ebe758018 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_1f98ca983c10b568655e33b5897b5585 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9999f6996731d9c9535e38bf3eef75d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_940e0db398272ccce0ae0cce87a8fcdd = $(`<div id="html_940e0db398272ccce0ae0cce87a8fcdd" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_c9999f6996731d9c9535e38bf3eef75d.setContent(html_940e0db398272ccce0ae0cce87a8fcdd);
|
|
|
|
|
|
|
|
marker_a068ab1a4450ae1c1078dc9ebe758018.bindPopup(popup_c9999f6996731d9c9535e38bf3eef75d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a068ab1a4450ae1c1078dc9ebe758018.setIcon(icon_1f98ca983c10b568655e33b5897b5585);
|
|
|
|
|
|
var marker_3bfb2c32f4bf2388f2a32e8d0cb0d333 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_597b5cc6c4a31332a01b5a5f05fc19e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e2783d5c59e7db4f26b5c569020210a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bf0705d544e3dc4e1a19739d3294d7f = $(`<div id="html_1bf0705d544e3dc4e1a19739d3294d7f" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_2e2783d5c59e7db4f26b5c569020210a.setContent(html_1bf0705d544e3dc4e1a19739d3294d7f);
|
|
|
|
|
|
|
|
marker_3bfb2c32f4bf2388f2a32e8d0cb0d333.bindPopup(popup_2e2783d5c59e7db4f26b5c569020210a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3bfb2c32f4bf2388f2a32e8d0cb0d333.setIcon(icon_597b5cc6c4a31332a01b5a5f05fc19e4);
|
|
|
|
|
|
var marker_2ebb9b4990a648623e1857484d87f3a2 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_5928d1028dcab2bc8492a1664f295dcf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd694d36f7aeb9cba906baf76b50ae83 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0adfe6580556b9678d27bf13caf0e4e3 = $(`<div id="html_0adfe6580556b9678d27bf13caf0e4e3" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_fd694d36f7aeb9cba906baf76b50ae83.setContent(html_0adfe6580556b9678d27bf13caf0e4e3);
|
|
|
|
|
|
|
|
marker_2ebb9b4990a648623e1857484d87f3a2.bindPopup(popup_fd694d36f7aeb9cba906baf76b50ae83)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ebb9b4990a648623e1857484d87f3a2.setIcon(icon_5928d1028dcab2bc8492a1664f295dcf);
|
|
|
|
|
|
var marker_91de568f3ec023c58b2a881602507bf6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_67c3bcb5ff4f319ddc4052d69824d762 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c7adc2245755305820d5a26394e9e256 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4a29fa3c9fc007f10fa3c9cef9047fe = $(`<div id="html_a4a29fa3c9fc007f10fa3c9cef9047fe" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_c7adc2245755305820d5a26394e9e256.setContent(html_a4a29fa3c9fc007f10fa3c9cef9047fe);
|
|
|
|
|
|
|
|
marker_91de568f3ec023c58b2a881602507bf6.bindPopup(popup_c7adc2245755305820d5a26394e9e256)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91de568f3ec023c58b2a881602507bf6.setIcon(icon_67c3bcb5ff4f319ddc4052d69824d762);
|
|
|
|
|
|
var marker_254546500f3dc8361a2da1a46babb6ea = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_64ff81a6daa758c28dd95a22e70c8c29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b133dabf3624be20280f60e9b2d734a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f0d323399c20840385c45049e8e7045 = $(`<div id="html_0f0d323399c20840385c45049e8e7045" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_1b133dabf3624be20280f60e9b2d734a.setContent(html_0f0d323399c20840385c45049e8e7045);
|
|
|
|
|
|
|
|
marker_254546500f3dc8361a2da1a46babb6ea.bindPopup(popup_1b133dabf3624be20280f60e9b2d734a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_254546500f3dc8361a2da1a46babb6ea.setIcon(icon_64ff81a6daa758c28dd95a22e70c8c29);
|
|
|
|
|
|
var marker_4f5c5a40f024c67d72a9886e01720d1b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_d723313bcd761e80f22fb3561db95d80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d654e97578e3fef2334011bcc8d37ac5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce31e765a7a13eafcfadb28f620d0d85 = $(`<div id="html_ce31e765a7a13eafcfadb28f620d0d85" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_d654e97578e3fef2334011bcc8d37ac5.setContent(html_ce31e765a7a13eafcfadb28f620d0d85);
|
|
|
|
|
|
|
|
marker_4f5c5a40f024c67d72a9886e01720d1b.bindPopup(popup_d654e97578e3fef2334011bcc8d37ac5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f5c5a40f024c67d72a9886e01720d1b.setIcon(icon_d723313bcd761e80f22fb3561db95d80);
|
|
|
|
|
|
var marker_3c58622a938fc0b5f65c3555b0e6eb8b = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_d585e766b2dddb7d0e498ed8c9cca87c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb5b619747c58017097e6b9e1887eed1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79fe7ad1ac94cc389a3f83a71690c96e = $(`<div id="html_79fe7ad1ac94cc389a3f83a71690c96e" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_fb5b619747c58017097e6b9e1887eed1.setContent(html_79fe7ad1ac94cc389a3f83a71690c96e);
|
|
|
|
|
|
|
|
marker_3c58622a938fc0b5f65c3555b0e6eb8b.bindPopup(popup_fb5b619747c58017097e6b9e1887eed1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c58622a938fc0b5f65c3555b0e6eb8b.setIcon(icon_d585e766b2dddb7d0e498ed8c9cca87c);
|
|
|
|
|
|
var marker_e85e4dc1bf8d29023352bcdf1f3aa00c = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_45cf7bd1bf460391051fb265b5f09c07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45037f9380fd00a97c1957a9f53f1af9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a767dd1b79f76e3bdde4855aec4f117 = $(`<div id="html_6a767dd1b79f76e3bdde4855aec4f117" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_45037f9380fd00a97c1957a9f53f1af9.setContent(html_6a767dd1b79f76e3bdde4855aec4f117);
|
|
|
|
|
|
|
|
marker_e85e4dc1bf8d29023352bcdf1f3aa00c.bindPopup(popup_45037f9380fd00a97c1957a9f53f1af9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e85e4dc1bf8d29023352bcdf1f3aa00c.setIcon(icon_45cf7bd1bf460391051fb265b5f09c07);
|
|
|
|
|
|
var marker_413a225d4b6db31016c785fbf9968bbf = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_6efcb070cb73641d27d22e703523b4be = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11ce6f13f6d614a9e2d5afd03de59d81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f65b0231d20cb2f9dd406327c245aa18 = $(`<div id="html_f65b0231d20cb2f9dd406327c245aa18" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_11ce6f13f6d614a9e2d5afd03de59d81.setContent(html_f65b0231d20cb2f9dd406327c245aa18);
|
|
|
|
|
|
|
|
marker_413a225d4b6db31016c785fbf9968bbf.bindPopup(popup_11ce6f13f6d614a9e2d5afd03de59d81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_413a225d4b6db31016c785fbf9968bbf.setIcon(icon_6efcb070cb73641d27d22e703523b4be);
|
|
|
|
|
|
var marker_32b7ac6759c1669c539432d3f29ef994 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_b0ac7f058152fbcbb001e7b334da1d5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef66b327f66b7ff90399a1ea4195bf05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0397d6ea30769eb5767222527effc80d = $(`<div id="html_0397d6ea30769eb5767222527effc80d" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_ef66b327f66b7ff90399a1ea4195bf05.setContent(html_0397d6ea30769eb5767222527effc80d);
|
|
|
|
|
|
|
|
marker_32b7ac6759c1669c539432d3f29ef994.bindPopup(popup_ef66b327f66b7ff90399a1ea4195bf05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32b7ac6759c1669c539432d3f29ef994.setIcon(icon_b0ac7f058152fbcbb001e7b334da1d5d);
|
|
|
|
|
|
var marker_3775ee55a268b70b5ab919431195351c = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_d4a0b8c52a653e04b43535b238d85a54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef63cee547b86fc9022f6efd558afd4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de5a000f5874d59cad56fc5d314a6f75 = $(`<div id="html_de5a000f5874d59cad56fc5d314a6f75" style="width: 100.0%; height: 100.0%;">relay.hostr.network</div>`)[0];
|
|
popup_ef63cee547b86fc9022f6efd558afd4b.setContent(html_de5a000f5874d59cad56fc5d314a6f75);
|
|
|
|
|
|
|
|
marker_3775ee55a268b70b5ab919431195351c.bindPopup(popup_ef63cee547b86fc9022f6efd558afd4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3775ee55a268b70b5ab919431195351c.setIcon(icon_d4a0b8c52a653e04b43535b238d85a54);
|
|
|
|
|
|
var marker_0c7de4e127a9fdd4f2f35a06df74127d = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_73b312f8c617972590d86a0bdc64e2f0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c23c736306c86fad0a4a3d1849ba260f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_014d57a4661db6bb5ada3532c437d81b = $(`<div id="html_014d57a4661db6bb5ada3532c437d81b" style="width: 100.0%; height: 100.0%;">relay.wisp.talk</div>`)[0];
|
|
popup_c23c736306c86fad0a4a3d1849ba260f.setContent(html_014d57a4661db6bb5ada3532c437d81b);
|
|
|
|
|
|
|
|
marker_0c7de4e127a9fdd4f2f35a06df74127d.bindPopup(popup_c23c736306c86fad0a4a3d1849ba260f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0c7de4e127a9fdd4f2f35a06df74127d.setIcon(icon_73b312f8c617972590d86a0bdc64e2f0);
|
|
|
|
|
|
var marker_ffa88f23f13b605c4c2c94cd918e5188 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_7bc72151225186cea9a4fd1c1bf493e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75dcc5f47fae3611532839592dfade7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cef7d34c6ac13a2e95115f1e1161f0d = $(`<div id="html_7cef7d34c6ac13a2e95115f1e1161f0d" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_75dcc5f47fae3611532839592dfade7a.setContent(html_7cef7d34c6ac13a2e95115f1e1161f0d);
|
|
|
|
|
|
|
|
marker_ffa88f23f13b605c4c2c94cd918e5188.bindPopup(popup_75dcc5f47fae3611532839592dfade7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffa88f23f13b605c4c2c94cd918e5188.setIcon(icon_7bc72151225186cea9a4fd1c1bf493e6);
|
|
|
|
|
|
var marker_c04e34b99b434515166e97cdc3304f65 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_b0a4c86e7b4f0ef584630fc3a5c7fcf6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57a445dddbdd5ba789b911b8d4a2f5fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40abf12a364fc4e1b2b965db9d6f75ae = $(`<div id="html_40abf12a364fc4e1b2b965db9d6f75ae" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_57a445dddbdd5ba789b911b8d4a2f5fa.setContent(html_40abf12a364fc4e1b2b965db9d6f75ae);
|
|
|
|
|
|
|
|
marker_c04e34b99b434515166e97cdc3304f65.bindPopup(popup_57a445dddbdd5ba789b911b8d4a2f5fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c04e34b99b434515166e97cdc3304f65.setIcon(icon_b0a4c86e7b4f0ef584630fc3a5c7fcf6);
|
|
|
|
|
|
var marker_d5e91b34c19f53fe7db7bf4716ae205f = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_1189a7856b10e9880ebb176d4fb76869 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_392aae728cccf514ccd99bb738974111 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03c606835d131d4dc4ef73b0326f0ffa = $(`<div id="html_03c606835d131d4dc4ef73b0326f0ffa" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_392aae728cccf514ccd99bb738974111.setContent(html_03c606835d131d4dc4ef73b0326f0ffa);
|
|
|
|
|
|
|
|
marker_d5e91b34c19f53fe7db7bf4716ae205f.bindPopup(popup_392aae728cccf514ccd99bb738974111)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5e91b34c19f53fe7db7bf4716ae205f.setIcon(icon_1189a7856b10e9880ebb176d4fb76869);
|
|
|
|
|
|
var marker_67c1353345f2d0ae131d8936a2d7b1c0 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_aaee52e8a05ccd84604e203fa1830f51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d749710e2bd939ffdc02c54785c1edb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80c964397d7b738a29c73df10045ac67 = $(`<div id="html_80c964397d7b738a29c73df10045ac67" style="width: 100.0%; height: 100.0%;">relay.directsponsor.net</div>`)[0];
|
|
popup_0d749710e2bd939ffdc02c54785c1edb.setContent(html_80c964397d7b738a29c73df10045ac67);
|
|
|
|
|
|
|
|
marker_67c1353345f2d0ae131d8936a2d7b1c0.bindPopup(popup_0d749710e2bd939ffdc02c54785c1edb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67c1353345f2d0ae131d8936a2d7b1c0.setIcon(icon_aaee52e8a05ccd84604e203fa1830f51);
|
|
|
|
|
|
var marker_5f0ce3c5a98fe634b848cb35e08386f9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_cc94b5f155e8d13eee3305e8cc8ba9f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1d35157cff38d86f468762334d4d6dfa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca5a6d9ca1047ffa22c72c491b9d18ef = $(`<div id="html_ca5a6d9ca1047ffa22c72c491b9d18ef" style="width: 100.0%; height: 100.0%;">dm-test-strfry-generic.samt.st</div>`)[0];
|
|
popup_1d35157cff38d86f468762334d4d6dfa.setContent(html_ca5a6d9ca1047ffa22c72c491b9d18ef);
|
|
|
|
|
|
|
|
marker_5f0ce3c5a98fe634b848cb35e08386f9.bindPopup(popup_1d35157cff38d86f468762334d4d6dfa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f0ce3c5a98fe634b848cb35e08386f9.setIcon(icon_cc94b5f155e8d13eee3305e8cc8ba9f7);
|
|
|
|
|
|
var marker_cd9f9a5d56e693f0387fe45e88fa3c67 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_1c7cc658e4974611983740e23858d284 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48c2e1416b5d4f7e0deacfe395aed5e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55585a7b04a0ff1cd62a8b24696435f3 = $(`<div id="html_55585a7b04a0ff1cd62a8b24696435f3" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_48c2e1416b5d4f7e0deacfe395aed5e8.setContent(html_55585a7b04a0ff1cd62a8b24696435f3);
|
|
|
|
|
|
|
|
marker_cd9f9a5d56e693f0387fe45e88fa3c67.bindPopup(popup_48c2e1416b5d4f7e0deacfe395aed5e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cd9f9a5d56e693f0387fe45e88fa3c67.setIcon(icon_1c7cc658e4974611983740e23858d284);
|
|
|
|
|
|
var marker_ba0cb335790f13a389cdb54ef57868a0 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_67ac8e7d504d96e2ef4746ee7ef62d97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eeae4902da2899111f14fc91f081fd84 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f00e3713fa133f292a2de5aa5ffe6141 = $(`<div id="html_f00e3713fa133f292a2de5aa5ffe6141" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_eeae4902da2899111f14fc91f081fd84.setContent(html_f00e3713fa133f292a2de5aa5ffe6141);
|
|
|
|
|
|
|
|
marker_ba0cb335790f13a389cdb54ef57868a0.bindPopup(popup_eeae4902da2899111f14fc91f081fd84)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba0cb335790f13a389cdb54ef57868a0.setIcon(icon_67ac8e7d504d96e2ef4746ee7ef62d97);
|
|
|
|
|
|
var marker_0d0cd54f463d18a420fa8586a5b8fcee = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_0c274931f665f4e88fcc1208f038cc5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6bff6d90f843e2685b2923d2401eab2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bab4ec25702f4c2bc87ec2fcb00e3fee = $(`<div id="html_bab4ec25702f4c2bc87ec2fcb00e3fee" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_6bff6d90f843e2685b2923d2401eab2e.setContent(html_bab4ec25702f4c2bc87ec2fcb00e3fee);
|
|
|
|
|
|
|
|
marker_0d0cd54f463d18a420fa8586a5b8fcee.bindPopup(popup_6bff6d90f843e2685b2923d2401eab2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d0cd54f463d18a420fa8586a5b8fcee.setIcon(icon_0c274931f665f4e88fcc1208f038cc5b);
|
|
|
|
|
|
var marker_c6b5b0a736c3386c30f9b931d52d20bb = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_339cc2feaad805885f6cb332fc7126b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b520db8765d0d7dbe221361aaf2de15b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_807bd74b31d0d5b91c51c09e5b60c9e3 = $(`<div id="html_807bd74b31d0d5b91c51c09e5b60c9e3" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_b520db8765d0d7dbe221361aaf2de15b.setContent(html_807bd74b31d0d5b91c51c09e5b60c9e3);
|
|
|
|
|
|
|
|
marker_c6b5b0a736c3386c30f9b931d52d20bb.bindPopup(popup_b520db8765d0d7dbe221361aaf2de15b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6b5b0a736c3386c30f9b931d52d20bb.setIcon(icon_339cc2feaad805885f6cb332fc7126b3);
|
|
|
|
|
|
var marker_9952bd01fa99fa3bc995e130e25c12c1 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_c10e6db871117c006cb2b23ffba75b09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0920b26f795fd14c7c5e3d0cc8e0608f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ee3db8fd21bd1e80b7ec0dbe68c666bf = $(`<div id="html_ee3db8fd21bd1e80b7ec0dbe68c666bf" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_0920b26f795fd14c7c5e3d0cc8e0608f.setContent(html_ee3db8fd21bd1e80b7ec0dbe68c666bf);
|
|
|
|
|
|
|
|
marker_9952bd01fa99fa3bc995e130e25c12c1.bindPopup(popup_0920b26f795fd14c7c5e3d0cc8e0608f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9952bd01fa99fa3bc995e130e25c12c1.setIcon(icon_c10e6db871117c006cb2b23ffba75b09);
|
|
|
|
|
|
var marker_22fc25dae475b6566cdef3b17989ef82 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_2a20fd17168a7118208457a27d7f2c2c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3213518dbb81291424a0662106bdd2b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e3a4ea27e63674444b1eceac2bf57184 = $(`<div id="html_e3a4ea27e63674444b1eceac2bf57184" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_3213518dbb81291424a0662106bdd2b6.setContent(html_e3a4ea27e63674444b1eceac2bf57184);
|
|
|
|
|
|
|
|
marker_22fc25dae475b6566cdef3b17989ef82.bindPopup(popup_3213518dbb81291424a0662106bdd2b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22fc25dae475b6566cdef3b17989ef82.setIcon(icon_2a20fd17168a7118208457a27d7f2c2c);
|
|
|
|
|
|
var marker_aafe52a1c5bc09566afa72863bb17ec4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_d2643963b9f5b8d595a2cfb36f0934a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_979c2410f1dcb55395b6d30476eb090e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26e0f45194554eb32f0115b11eadd87f = $(`<div id="html_26e0f45194554eb32f0115b11eadd87f" style="width: 100.0%; height: 100.0%;">relay.solife.me</div>`)[0];
|
|
popup_979c2410f1dcb55395b6d30476eb090e.setContent(html_26e0f45194554eb32f0115b11eadd87f);
|
|
|
|
|
|
|
|
marker_aafe52a1c5bc09566afa72863bb17ec4.bindPopup(popup_979c2410f1dcb55395b6d30476eb090e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aafe52a1c5bc09566afa72863bb17ec4.setIcon(icon_d2643963b9f5b8d595a2cfb36f0934a4);
|
|
|
|
|
|
var marker_3cab5e72ecb429c9382eb8424743f7c0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_8a8890291afd1997bb35974cec14c08c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_46e84991f62c294ebc6508f4670f90ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66a11e5c3410add852076da6434b45fd = $(`<div id="html_66a11e5c3410add852076da6434b45fd" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_46e84991f62c294ebc6508f4670f90ab.setContent(html_66a11e5c3410add852076da6434b45fd);
|
|
|
|
|
|
|
|
marker_3cab5e72ecb429c9382eb8424743f7c0.bindPopup(popup_46e84991f62c294ebc6508f4670f90ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cab5e72ecb429c9382eb8424743f7c0.setIcon(icon_8a8890291afd1997bb35974cec14c08c);
|
|
|
|
|
|
var marker_db40fa369e5d30d347874bb958e2af37 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_873649c29eed3ba0e28cf98ff6fc6e8d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_90e6106a55b1d2babb9059dda8f5b20d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cafa8d1df0fe2f9ea5b160c34d8dbac6 = $(`<div id="html_cafa8d1df0fe2f9ea5b160c34d8dbac6" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_90e6106a55b1d2babb9059dda8f5b20d.setContent(html_cafa8d1df0fe2f9ea5b160c34d8dbac6);
|
|
|
|
|
|
|
|
marker_db40fa369e5d30d347874bb958e2af37.bindPopup(popup_90e6106a55b1d2babb9059dda8f5b20d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db40fa369e5d30d347874bb958e2af37.setIcon(icon_873649c29eed3ba0e28cf98ff6fc6e8d);
|
|
|
|
|
|
var marker_ca7569ad62c57522ae6716cdcf1ae83d = L.marker(
|
|
[25.0797, 121.234],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_53ab1ec728e13efc193bd3cd2ce26ccd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19e1aeb0947212f99dcfadad72d69754 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a613c47ccfd0958c88ca9cb382fa62e3 = $(`<div id="html_a613c47ccfd0958c88ca9cb382fa62e3" style="width: 100.0%; height: 100.0%;">nostr-relay.zeabur.app</div>`)[0];
|
|
popup_19e1aeb0947212f99dcfadad72d69754.setContent(html_a613c47ccfd0958c88ca9cb382fa62e3);
|
|
|
|
|
|
|
|
marker_ca7569ad62c57522ae6716cdcf1ae83d.bindPopup(popup_19e1aeb0947212f99dcfadad72d69754)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca7569ad62c57522ae6716cdcf1ae83d.setIcon(icon_53ab1ec728e13efc193bd3cd2ce26ccd);
|
|
|
|
|
|
var marker_d2124f3e94d7bd31d7fd4b0fb72cfa21 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_660a0cdc1e8f856c201fe1533ce8fd54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c5698389ea68978662942cf06813c873 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20ab9687b5d2d4a555ca32fde56a0d26 = $(`<div id="html_20ab9687b5d2d4a555ca32fde56a0d26" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_c5698389ea68978662942cf06813c873.setContent(html_20ab9687b5d2d4a555ca32fde56a0d26);
|
|
|
|
|
|
|
|
marker_d2124f3e94d7bd31d7fd4b0fb72cfa21.bindPopup(popup_c5698389ea68978662942cf06813c873)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2124f3e94d7bd31d7fd4b0fb72cfa21.setIcon(icon_660a0cdc1e8f856c201fe1533ce8fd54);
|
|
|
|
|
|
var marker_cdd0e65c240833ae718bbbc5e46ad6b9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_6bf5314c19a6fbc939bb2367189821e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da8a6d69161e130dace36c9ae457e8d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67631bfc18862b06f8d84be7c40b383e = $(`<div id="html_67631bfc18862b06f8d84be7c40b383e" style="width: 100.0%; height: 100.0%;">relay.bikel.ink</div>`)[0];
|
|
popup_da8a6d69161e130dace36c9ae457e8d1.setContent(html_67631bfc18862b06f8d84be7c40b383e);
|
|
|
|
|
|
|
|
marker_cdd0e65c240833ae718bbbc5e46ad6b9.bindPopup(popup_da8a6d69161e130dace36c9ae457e8d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cdd0e65c240833ae718bbbc5e46ad6b9.setIcon(icon_6bf5314c19a6fbc939bb2367189821e7);
|
|
|
|
|
|
var marker_ce65a3ecce2fbcd76eeaceb05da627bb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_81a97deab4174380320fc0d70e2bc203 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a85ce33872b447e21b4e75d9cdd898e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b14e9e582315584d1f847e5af7c0b314 = $(`<div id="html_b14e9e582315584d1f847e5af7c0b314" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_0a85ce33872b447e21b4e75d9cdd898e.setContent(html_b14e9e582315584d1f847e5af7c0b314);
|
|
|
|
|
|
|
|
marker_ce65a3ecce2fbcd76eeaceb05da627bb.bindPopup(popup_0a85ce33872b447e21b4e75d9cdd898e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce65a3ecce2fbcd76eeaceb05da627bb.setIcon(icon_81a97deab4174380320fc0d70e2bc203);
|
|
|
|
|
|
var marker_4ec68b00f5f4618fe2765009d4974d18 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_a0fe02397116c1994c1e22e4d3bdcd5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a3dcf9443e3b0165b232b9dd6063f4b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bebd3bda93cc8185dee9da44da5ccb7d = $(`<div id="html_bebd3bda93cc8185dee9da44da5ccb7d" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_8a3dcf9443e3b0165b232b9dd6063f4b.setContent(html_bebd3bda93cc8185dee9da44da5ccb7d);
|
|
|
|
|
|
|
|
marker_4ec68b00f5f4618fe2765009d4974d18.bindPopup(popup_8a3dcf9443e3b0165b232b9dd6063f4b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ec68b00f5f4618fe2765009d4974d18.setIcon(icon_a0fe02397116c1994c1e22e4d3bdcd5b);
|
|
|
|
|
|
var marker_907d2b31c44b9d192766ea2bd0d67131 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_71408ffde2c9eb2d0ebb80d774cde456 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf085d982bd2070e55310d55182c4640 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41e66f8ff2b728271ed7a5510c2a1588 = $(`<div id="html_41e66f8ff2b728271ed7a5510c2a1588" style="width: 100.0%; height: 100.0%;">freelay.sovbit.dev</div>`)[0];
|
|
popup_bf085d982bd2070e55310d55182c4640.setContent(html_41e66f8ff2b728271ed7a5510c2a1588);
|
|
|
|
|
|
|
|
marker_907d2b31c44b9d192766ea2bd0d67131.bindPopup(popup_bf085d982bd2070e55310d55182c4640)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_907d2b31c44b9d192766ea2bd0d67131.setIcon(icon_71408ffde2c9eb2d0ebb80d774cde456);
|
|
|
|
|
|
var marker_b40291bdebcf0fe965613f7ea81a84f7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_0a87828a864ca45305b0fa4abe22bb43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_766c8d600b0835b0477883c870851622 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c753e959fcb425f602fcd30a2e2a258e = $(`<div id="html_c753e959fcb425f602fcd30a2e2a258e" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_766c8d600b0835b0477883c870851622.setContent(html_c753e959fcb425f602fcd30a2e2a258e);
|
|
|
|
|
|
|
|
marker_b40291bdebcf0fe965613f7ea81a84f7.bindPopup(popup_766c8d600b0835b0477883c870851622)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b40291bdebcf0fe965613f7ea81a84f7.setIcon(icon_0a87828a864ca45305b0fa4abe22bb43);
|
|
|
|
|
|
var marker_5464bd7995f1acf03f5ff32aa33e08e6 = L.marker(
|
|
[38.958, -77.3592],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_fe98bd414eaa763d3af7e2036017ab57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02684227bb42387419578c916678af08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_55433a0789fd8cceca1ce5a25ea1f052 = $(`<div id="html_55433a0789fd8cceca1ce5a25ea1f052" style="width: 100.0%; height: 100.0%;">nostr.ac</div>`)[0];
|
|
popup_02684227bb42387419578c916678af08.setContent(html_55433a0789fd8cceca1ce5a25ea1f052);
|
|
|
|
|
|
|
|
marker_5464bd7995f1acf03f5ff32aa33e08e6.bindPopup(popup_02684227bb42387419578c916678af08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5464bd7995f1acf03f5ff32aa33e08e6.setIcon(icon_fe98bd414eaa763d3af7e2036017ab57);
|
|
|
|
|
|
var marker_b38ca473361e8e63b3f5e08e07a90baf = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_5d967ead1e8a0cedb3a3103240d63bfb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd538c2371635d9c2945ed155996dec4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0278b056d220057caa699e5be2fa8a63 = $(`<div id="html_0278b056d220057caa699e5be2fa8a63" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_fd538c2371635d9c2945ed155996dec4.setContent(html_0278b056d220057caa699e5be2fa8a63);
|
|
|
|
|
|
|
|
marker_b38ca473361e8e63b3f5e08e07a90baf.bindPopup(popup_fd538c2371635d9c2945ed155996dec4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b38ca473361e8e63b3f5e08e07a90baf.setIcon(icon_5d967ead1e8a0cedb3a3103240d63bfb);
|
|
|
|
|
|
var marker_25ec497ce1077d7bb6658e3be46e0454 = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_e8e5728216d1b9ab037ab00982f6aebe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_276c1803173bd9fd26641f9ece76c21b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63ca458f858df6450a7159295dddffa7 = $(`<div id="html_63ca458f858df6450a7159295dddffa7" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_276c1803173bd9fd26641f9ece76c21b.setContent(html_63ca458f858df6450a7159295dddffa7);
|
|
|
|
|
|
|
|
marker_25ec497ce1077d7bb6658e3be46e0454.bindPopup(popup_276c1803173bd9fd26641f9ece76c21b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_25ec497ce1077d7bb6658e3be46e0454.setIcon(icon_e8e5728216d1b9ab037ab00982f6aebe);
|
|
|
|
|
|
var marker_85184ac69f7b805091ca6afe05be5d80 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_f300ede5de7d4cfba4bd5fb4d9aee915 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b0950d750ff2b5d8dd376dfb7080e0bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c5d91bc5a597117796af6fca2fb5f49 = $(`<div id="html_5c5d91bc5a597117796af6fca2fb5f49" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_b0950d750ff2b5d8dd376dfb7080e0bd.setContent(html_5c5d91bc5a597117796af6fca2fb5f49);
|
|
|
|
|
|
|
|
marker_85184ac69f7b805091ca6afe05be5d80.bindPopup(popup_b0950d750ff2b5d8dd376dfb7080e0bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85184ac69f7b805091ca6afe05be5d80.setIcon(icon_f300ede5de7d4cfba4bd5fb4d9aee915);
|
|
|
|
|
|
var marker_f823642fa0d6ffbe9f8b300c8b6171b0 = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_6309ffc3a457d07133c101b3875178cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4bd217b8b8f748990ce7a191ae48349 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5f792b1e8ce44e1fda71b1f41b6191b2 = $(`<div id="html_5f792b1e8ce44e1fda71b1f41b6191b2" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_f4bd217b8b8f748990ce7a191ae48349.setContent(html_5f792b1e8ce44e1fda71b1f41b6191b2);
|
|
|
|
|
|
|
|
marker_f823642fa0d6ffbe9f8b300c8b6171b0.bindPopup(popup_f4bd217b8b8f748990ce7a191ae48349)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f823642fa0d6ffbe9f8b300c8b6171b0.setIcon(icon_6309ffc3a457d07133c101b3875178cc);
|
|
|
|
|
|
var marker_911182568396988282815a27973da38c = L.marker(
|
|
[13.3622, 100.983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_e0cd1cfd66bbc87e8c5a2adb17bf3e29 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_900296626e5febc22dd78650637323bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e59045a2c9ebf94e87b065ef1c77cc50 = $(`<div id="html_e59045a2c9ebf94e87b065ef1c77cc50" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_900296626e5febc22dd78650637323bf.setContent(html_e59045a2c9ebf94e87b065ef1c77cc50);
|
|
|
|
|
|
|
|
marker_911182568396988282815a27973da38c.bindPopup(popup_900296626e5febc22dd78650637323bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_911182568396988282815a27973da38c.setIcon(icon_e0cd1cfd66bbc87e8c5a2adb17bf3e29);
|
|
|
|
|
|
var marker_782b11f3cbd2a9d34f4fc0695712e758 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_546174f529ad7df9c2de9afc0e136fdb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63a21feaeee889b0639ac0b3c80ce5e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e293b2ee224c24c36d110c0bc7be0195 = $(`<div id="html_e293b2ee224c24c36d110c0bc7be0195" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_63a21feaeee889b0639ac0b3c80ce5e8.setContent(html_e293b2ee224c24c36d110c0bc7be0195);
|
|
|
|
|
|
|
|
marker_782b11f3cbd2a9d34f4fc0695712e758.bindPopup(popup_63a21feaeee889b0639ac0b3c80ce5e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_782b11f3cbd2a9d34f4fc0695712e758.setIcon(icon_546174f529ad7df9c2de9afc0e136fdb);
|
|
|
|
|
|
var marker_5ae41de041a808b11e51c60e690616af = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_7e452d461bd169c833add2033f64d841 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_583a5f05e371f9884a90500d2b4dd70f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4e017048e60c171b0aa5df868a902a8 = $(`<div id="html_e4e017048e60c171b0aa5df868a902a8" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_583a5f05e371f9884a90500d2b4dd70f.setContent(html_e4e017048e60c171b0aa5df868a902a8);
|
|
|
|
|
|
|
|
marker_5ae41de041a808b11e51c60e690616af.bindPopup(popup_583a5f05e371f9884a90500d2b4dd70f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ae41de041a808b11e51c60e690616af.setIcon(icon_7e452d461bd169c833add2033f64d841);
|
|
|
|
|
|
var marker_34fabb3b75d1a1ab8aeebf8432aa6997 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_b6a037ef63af4fdd6bce8516a6515f57 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af8e3183190563c58bff4b63ed03697c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58bbe58b58e6fc3144740fb9ae735c28 = $(`<div id="html_58bbe58b58e6fc3144740fb9ae735c28" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_af8e3183190563c58bff4b63ed03697c.setContent(html_58bbe58b58e6fc3144740fb9ae735c28);
|
|
|
|
|
|
|
|
marker_34fabb3b75d1a1ab8aeebf8432aa6997.bindPopup(popup_af8e3183190563c58bff4b63ed03697c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34fabb3b75d1a1ab8aeebf8432aa6997.setIcon(icon_b6a037ef63af4fdd6bce8516a6515f57);
|
|
|
|
|
|
var marker_eca603ae6bca2e4509f61f9762360216 = L.marker(
|
|
[51.4968, -0.018337],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_34e41e30849066802240cf91e699ff5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bff8dc4b3e7d0c8ad109a0f1bdf40e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4cf62aa290294ddf1984a884aa23735c = $(`<div id="html_4cf62aa290294ddf1984a884aa23735c" style="width: 100.0%; height: 100.0%;">strfry.bitsbytom.com</div>`)[0];
|
|
popup_7bff8dc4b3e7d0c8ad109a0f1bdf40e1.setContent(html_4cf62aa290294ddf1984a884aa23735c);
|
|
|
|
|
|
|
|
marker_eca603ae6bca2e4509f61f9762360216.bindPopup(popup_7bff8dc4b3e7d0c8ad109a0f1bdf40e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eca603ae6bca2e4509f61f9762360216.setIcon(icon_34e41e30849066802240cf91e699ff5a);
|
|
|
|
|
|
var marker_db3787154d677a86f3cefdd09a4320ce = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_54ada22bfe861b4fe93990aff5fb9df4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b85b27f959485770016498c7207ded8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac4639b0ea53d61a36e6245376e0508c = $(`<div id="html_ac4639b0ea53d61a36e6245376e0508c" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_0b85b27f959485770016498c7207ded8.setContent(html_ac4639b0ea53d61a36e6245376e0508c);
|
|
|
|
|
|
|
|
marker_db3787154d677a86f3cefdd09a4320ce.bindPopup(popup_0b85b27f959485770016498c7207ded8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db3787154d677a86f3cefdd09a4320ce.setIcon(icon_54ada22bfe861b4fe93990aff5fb9df4);
|
|
|
|
|
|
var marker_bacfdb564e85ab44e92ecdf54c53edcf = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_0f3617d4393f34dead11ccdffb8d4617 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c17901a1ddd18b3e50fec3d371adc50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68f56f508ab175c2930f3eff03824c90 = $(`<div id="html_68f56f508ab175c2930f3eff03824c90" style="width: 100.0%; height: 100.0%;">rusty-uat.siberian-albacore.ts.net:8443</div>`)[0];
|
|
popup_5c17901a1ddd18b3e50fec3d371adc50.setContent(html_68f56f508ab175c2930f3eff03824c90);
|
|
|
|
|
|
|
|
marker_bacfdb564e85ab44e92ecdf54c53edcf.bindPopup(popup_5c17901a1ddd18b3e50fec3d371adc50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bacfdb564e85ab44e92ecdf54c53edcf.setIcon(icon_0f3617d4393f34dead11ccdffb8d4617);
|
|
|
|
|
|
var marker_4e23d973b26f4c04b2219f57c72b9710 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_cb9819a425a07640bda011b9ef42da2d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c021d3e3f3255f6e0d9ff89e7e2a5d46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea9f2341ac316e2e132d41934d6c1b56 = $(`<div id="html_ea9f2341ac316e2e132d41934d6c1b56" style="width: 100.0%; height: 100.0%;">nostr.simplex.icu</div>`)[0];
|
|
popup_c021d3e3f3255f6e0d9ff89e7e2a5d46.setContent(html_ea9f2341ac316e2e132d41934d6c1b56);
|
|
|
|
|
|
|
|
marker_4e23d973b26f4c04b2219f57c72b9710.bindPopup(popup_c021d3e3f3255f6e0d9ff89e7e2a5d46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e23d973b26f4c04b2219f57c72b9710.setIcon(icon_cb9819a425a07640bda011b9ef42da2d);
|
|
|
|
|
|
var marker_6b7b0f8127c831b02e89831010a0c1df = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_609c2b6b91c4360b17929e92c609f120 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d80c1ae90ab45601c2a9bf3db04e05ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ba79ab46519a518b7f34fc7afc26ae17 = $(`<div id="html_ba79ab46519a518b7f34fc7afc26ae17" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_d80c1ae90ab45601c2a9bf3db04e05ef.setContent(html_ba79ab46519a518b7f34fc7afc26ae17);
|
|
|
|
|
|
|
|
marker_6b7b0f8127c831b02e89831010a0c1df.bindPopup(popup_d80c1ae90ab45601c2a9bf3db04e05ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b7b0f8127c831b02e89831010a0c1df.setIcon(icon_609c2b6b91c4360b17929e92c609f120);
|
|
|
|
|
|
var marker_91ab9db464661a29fe2da69023ef0e7b = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_b2060b9d9bfa19d6aebbd7bfc1bd7423 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5991017d224e0f0f5e039776abfd079b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b921e02544fecf6fb2464e03c2afe234 = $(`<div id="html_b921e02544fecf6fb2464e03c2afe234" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_5991017d224e0f0f5e039776abfd079b.setContent(html_b921e02544fecf6fb2464e03c2afe234);
|
|
|
|
|
|
|
|
marker_91ab9db464661a29fe2da69023ef0e7b.bindPopup(popup_5991017d224e0f0f5e039776abfd079b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91ab9db464661a29fe2da69023ef0e7b.setIcon(icon_b2060b9d9bfa19d6aebbd7bfc1bd7423);
|
|
|
|
|
|
var marker_c197fb7abfea476eb810830245031d15 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_896b2c668b2029c60fe81bb451dbcf06 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c5ef90a54d3d5d7b863502a02a82b2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_62e4215bcc61e20a827c0376910cb8af = $(`<div id="html_62e4215bcc61e20a827c0376910cb8af" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_2c5ef90a54d3d5d7b863502a02a82b2f.setContent(html_62e4215bcc61e20a827c0376910cb8af);
|
|
|
|
|
|
|
|
marker_c197fb7abfea476eb810830245031d15.bindPopup(popup_2c5ef90a54d3d5d7b863502a02a82b2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c197fb7abfea476eb810830245031d15.setIcon(icon_896b2c668b2029c60fe81bb451dbcf06);
|
|
|
|
|
|
var marker_32bb0f29df7618dfdcfd32f1fbacd473 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_7402f0afa949560cfe8ad821da32fff6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9a8d588d9094c2e9c999d80afdfa9606 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6cc5aee2351c75284e8523a10cae6b9 = $(`<div id="html_a6cc5aee2351c75284e8523a10cae6b9" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_9a8d588d9094c2e9c999d80afdfa9606.setContent(html_a6cc5aee2351c75284e8523a10cae6b9);
|
|
|
|
|
|
|
|
marker_32bb0f29df7618dfdcfd32f1fbacd473.bindPopup(popup_9a8d588d9094c2e9c999d80afdfa9606)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32bb0f29df7618dfdcfd32f1fbacd473.setIcon(icon_7402f0afa949560cfe8ad821da32fff6);
|
|
|
|
|
|
var marker_9f6d08c7ecd07e8d2a356d904e2dc788 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_6c1292799f0adab6b6320ef018faa755 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f6c20e77a554400a491ff0d37df2959 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a81835c2e99bdbef8e2e83043bcd2d1 = $(`<div id="html_6a81835c2e99bdbef8e2e83043bcd2d1" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_5f6c20e77a554400a491ff0d37df2959.setContent(html_6a81835c2e99bdbef8e2e83043bcd2d1);
|
|
|
|
|
|
|
|
marker_9f6d08c7ecd07e8d2a356d904e2dc788.bindPopup(popup_5f6c20e77a554400a491ff0d37df2959)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f6d08c7ecd07e8d2a356d904e2dc788.setIcon(icon_6c1292799f0adab6b6320ef018faa755);
|
|
|
|
|
|
var marker_5158e66c8ad6d158a840c854cfecbe63 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_49ef19304a14ecc96d64aae5291a09d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_827b7aab454be0728de0a2f9c87fc1e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d05fad5cf052bdecc865ef24e1b221e0 = $(`<div id="html_d05fad5cf052bdecc865ef24e1b221e0" style="width: 100.0%; height: 100.0%;">relay.satnam.pub</div>`)[0];
|
|
popup_827b7aab454be0728de0a2f9c87fc1e2.setContent(html_d05fad5cf052bdecc865ef24e1b221e0);
|
|
|
|
|
|
|
|
marker_5158e66c8ad6d158a840c854cfecbe63.bindPopup(popup_827b7aab454be0728de0a2f9c87fc1e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5158e66c8ad6d158a840c854cfecbe63.setIcon(icon_49ef19304a14ecc96d64aae5291a09d7);
|
|
|
|
|
|
var marker_5ad35f1f0fa4b4ac4e4b62181ddc79df = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_191f76901b7620c4b91751d25b7c4618 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a81e2e96645a409b2bfe68a6007b6bcc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ff3824731db96d22ba53c76ba60c638 = $(`<div id="html_2ff3824731db96d22ba53c76ba60c638" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_a81e2e96645a409b2bfe68a6007b6bcc.setContent(html_2ff3824731db96d22ba53c76ba60c638);
|
|
|
|
|
|
|
|
marker_5ad35f1f0fa4b4ac4e4b62181ddc79df.bindPopup(popup_a81e2e96645a409b2bfe68a6007b6bcc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ad35f1f0fa4b4ac4e4b62181ddc79df.setIcon(icon_191f76901b7620c4b91751d25b7c4618);
|
|
|
|
|
|
var marker_e8dafb3682948a0dd11a38d84b708792 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_c59432bd1c630f5ec46cf24b3b1075f4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_31daa37f1f73f2fb47eb5843f58f9692 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71133c40ca1b0e507981f2b09c2b7ed8 = $(`<div id="html_71133c40ca1b0e507981f2b09c2b7ed8" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_31daa37f1f73f2fb47eb5843f58f9692.setContent(html_71133c40ca1b0e507981f2b09c2b7ed8);
|
|
|
|
|
|
|
|
marker_e8dafb3682948a0dd11a38d84b708792.bindPopup(popup_31daa37f1f73f2fb47eb5843f58f9692)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e8dafb3682948a0dd11a38d84b708792.setIcon(icon_c59432bd1c630f5ec46cf24b3b1075f4);
|
|
|
|
|
|
var marker_9100df81858acf42dd13d5b8c3dfd5b8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_450aedd0e2f7291269a1ecb3ab9741b1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7540f961a0e999751e9131294e5e801 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b168eba8ce54cc46c9093d354ab3132 = $(`<div id="html_5b168eba8ce54cc46c9093d354ab3132" style="width: 100.0%; height: 100.0%;">nostr.easycryptosend.it</div>`)[0];
|
|
popup_d7540f961a0e999751e9131294e5e801.setContent(html_5b168eba8ce54cc46c9093d354ab3132);
|
|
|
|
|
|
|
|
marker_9100df81858acf42dd13d5b8c3dfd5b8.bindPopup(popup_d7540f961a0e999751e9131294e5e801)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9100df81858acf42dd13d5b8c3dfd5b8.setIcon(icon_450aedd0e2f7291269a1ecb3ab9741b1);
|
|
|
|
|
|
var marker_d4d3de0b3cc5d7b621c8c3c821594161 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_eb083cc0735e1d39d9209307618e21b6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11d08f9aaca29d118306458dfb29489b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_47ac0fcc5654b7e2ceb7f650de1b5a66 = $(`<div id="html_47ac0fcc5654b7e2ceb7f650de1b5a66" style="width: 100.0%; height: 100.0%;">relay.shadowbip.com</div>`)[0];
|
|
popup_11d08f9aaca29d118306458dfb29489b.setContent(html_47ac0fcc5654b7e2ceb7f650de1b5a66);
|
|
|
|
|
|
|
|
marker_d4d3de0b3cc5d7b621c8c3c821594161.bindPopup(popup_11d08f9aaca29d118306458dfb29489b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d4d3de0b3cc5d7b621c8c3c821594161.setIcon(icon_eb083cc0735e1d39d9209307618e21b6);
|
|
|
|
|
|
var marker_b72cb60709f24484e6becd33d673ca78 = L.marker(
|
|
[49.2509, -123.01],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_978df71e2415daedc7cd20e12f36540f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52ad1eec87e3917e969fc188f9daaffa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8adb3a885984f3b23df68c20c896c42 = $(`<div id="html_d8adb3a885984f3b23df68c20c896c42" style="width: 100.0%; height: 100.0%;">nostr.dpinkerton.com</div>`)[0];
|
|
popup_52ad1eec87e3917e969fc188f9daaffa.setContent(html_d8adb3a885984f3b23df68c20c896c42);
|
|
|
|
|
|
|
|
marker_b72cb60709f24484e6becd33d673ca78.bindPopup(popup_52ad1eec87e3917e969fc188f9daaffa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b72cb60709f24484e6becd33d673ca78.setIcon(icon_978df71e2415daedc7cd20e12f36540f);
|
|
|
|
|
|
var marker_4693a1fa53435574284e1817b2615666 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_58892f8800e95d86a5b55fe5d7b01618 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c45268a3b746eeb45ee535e91903fc0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83b209a8b4f6678d511baa2e8102c9af = $(`<div id="html_83b209a8b4f6678d511baa2e8102c9af" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_c45268a3b746eeb45ee535e91903fc0f.setContent(html_83b209a8b4f6678d511baa2e8102c9af);
|
|
|
|
|
|
|
|
marker_4693a1fa53435574284e1817b2615666.bindPopup(popup_c45268a3b746eeb45ee535e91903fc0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4693a1fa53435574284e1817b2615666.setIcon(icon_58892f8800e95d86a5b55fe5d7b01618);
|
|
|
|
|
|
var marker_5fe514ae92c82c6de622ab6760163669 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_2eae4efb120fd1d51c7d4a87b7a22207 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d3b31a2f908b3ec71bdef3d85efeb57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_704268ae67d3413ef3fc63845b88a84f = $(`<div id="html_704268ae67d3413ef3fc63845b88a84f" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_9d3b31a2f908b3ec71bdef3d85efeb57.setContent(html_704268ae67d3413ef3fc63845b88a84f);
|
|
|
|
|
|
|
|
marker_5fe514ae92c82c6de622ab6760163669.bindPopup(popup_9d3b31a2f908b3ec71bdef3d85efeb57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5fe514ae92c82c6de622ab6760163669.setIcon(icon_2eae4efb120fd1d51c7d4a87b7a22207);
|
|
|
|
|
|
var marker_611cfb2e122734cfb4b891c612297b23 = L.marker(
|
|
[51.9194, 19.1451],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_ea440767eda289ecd57b8695c2df871a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df67da975f1aa3414d3d826c4ceb2997 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09d4bd06cf9df93f2efec624605a2e79 = $(`<div id="html_09d4bd06cf9df93f2efec624605a2e79" style="width: 100.0%; height: 100.0%;">relay.fizx.uk</div>`)[0];
|
|
popup_df67da975f1aa3414d3d826c4ceb2997.setContent(html_09d4bd06cf9df93f2efec624605a2e79);
|
|
|
|
|
|
|
|
marker_611cfb2e122734cfb4b891c612297b23.bindPopup(popup_df67da975f1aa3414d3d826c4ceb2997)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_611cfb2e122734cfb4b891c612297b23.setIcon(icon_ea440767eda289ecd57b8695c2df871a);
|
|
|
|
|
|
var marker_1aabde24e7589691d64e123b20320599 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_b8c5e8a1dc0c9e133697618f89bd7b51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9052fef9560d335634384eb28d5caad = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b1337a3fe2b91628ef5bb597a3c4b50c = $(`<div id="html_b1337a3fe2b91628ef5bb597a3c4b50c" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_e9052fef9560d335634384eb28d5caad.setContent(html_b1337a3fe2b91628ef5bb597a3c4b50c);
|
|
|
|
|
|
|
|
marker_1aabde24e7589691d64e123b20320599.bindPopup(popup_e9052fef9560d335634384eb28d5caad)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1aabde24e7589691d64e123b20320599.setIcon(icon_b8c5e8a1dc0c9e133697618f89bd7b51);
|
|
|
|
|
|
var marker_bff7cf5b387827a71db45e48cc53f01f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_a6c75f213341040ae6e9f99b255d4537 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8cb77166f79a4cc5aa641b2b3f5e0867 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bf8246f530efbe3a85ec0ca0057b6807 = $(`<div id="html_bf8246f530efbe3a85ec0ca0057b6807" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_8cb77166f79a4cc5aa641b2b3f5e0867.setContent(html_bf8246f530efbe3a85ec0ca0057b6807);
|
|
|
|
|
|
|
|
marker_bff7cf5b387827a71db45e48cc53f01f.bindPopup(popup_8cb77166f79a4cc5aa641b2b3f5e0867)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bff7cf5b387827a71db45e48cc53f01f.setIcon(icon_a6c75f213341040ae6e9f99b255d4537);
|
|
|
|
|
|
var marker_79befc1d09c9058885267224a08bfc2d = L.marker(
|
|
[34.6937, 135.502],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_a869b7855c61df8a852a5924b115a939 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e172c654c384adc8cbe6d35d7559037 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc7272193e0b6ce0eb0153a455fb1c64 = $(`<div id="html_fc7272193e0b6ce0eb0153a455fb1c64" style="width: 100.0%; height: 100.0%;">v-relay.d02.vrtmrz.net</div>`)[0];
|
|
popup_7e172c654c384adc8cbe6d35d7559037.setContent(html_fc7272193e0b6ce0eb0153a455fb1c64);
|
|
|
|
|
|
|
|
marker_79befc1d09c9058885267224a08bfc2d.bindPopup(popup_7e172c654c384adc8cbe6d35d7559037)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_79befc1d09c9058885267224a08bfc2d.setIcon(icon_a869b7855c61df8a852a5924b115a939);
|
|
|
|
|
|
var marker_4b89885e98f0ca03a527035ed9ca0fc5 = L.marker(
|
|
[51.2821, 6.78285],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_5e5a9f6ee3a8e1b221661d61ffdbe640 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9717083d437f75ae4e259e94bc6b131 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4597b86c8a11b04d3d6af0518c67427d = $(`<div id="html_4597b86c8a11b04d3d6af0518c67427d" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_a9717083d437f75ae4e259e94bc6b131.setContent(html_4597b86c8a11b04d3d6af0518c67427d);
|
|
|
|
|
|
|
|
marker_4b89885e98f0ca03a527035ed9ca0fc5.bindPopup(popup_a9717083d437f75ae4e259e94bc6b131)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b89885e98f0ca03a527035ed9ca0fc5.setIcon(icon_5e5a9f6ee3a8e1b221661d61ffdbe640);
|
|
|
|
|
|
var marker_5e40cd0f797531fe2094f4ba4fd1ac33 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_09927df7758f00d0bf8158ad9ab2c5ec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_36556d98f9b3375f9a759432123fd3da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_804de6418a3adcd918be047d7d994661 = $(`<div id="html_804de6418a3adcd918be047d7d994661" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_36556d98f9b3375f9a759432123fd3da.setContent(html_804de6418a3adcd918be047d7d994661);
|
|
|
|
|
|
|
|
marker_5e40cd0f797531fe2094f4ba4fd1ac33.bindPopup(popup_36556d98f9b3375f9a759432123fd3da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e40cd0f797531fe2094f4ba4fd1ac33.setIcon(icon_09927df7758f00d0bf8158ad9ab2c5ec);
|
|
|
|
|
|
var marker_a6f7e567c45492e42322c274f4e5036e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_b0bf15ff6583c0dd70a51530d6706a93 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91c7166c0b6cca2b695885699e238e19 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bb746177ba9dac016528360b758e1cf = $(`<div id="html_0bb746177ba9dac016528360b758e1cf" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_91c7166c0b6cca2b695885699e238e19.setContent(html_0bb746177ba9dac016528360b758e1cf);
|
|
|
|
|
|
|
|
marker_a6f7e567c45492e42322c274f4e5036e.bindPopup(popup_91c7166c0b6cca2b695885699e238e19)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6f7e567c45492e42322c274f4e5036e.setIcon(icon_b0bf15ff6583c0dd70a51530d6706a93);
|
|
|
|
|
|
var marker_d7716ebcc9d269848dd381f57fd1673c = L.marker(
|
|
[3.139, 101.687],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_b3319028c2f418b52fb37a797aed43bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29042cdcfd0598baf8fb56ecdfde22b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6cfbf01a6f6e8f90e71232410c8c721e = $(`<div id="html_6cfbf01a6f6e8f90e71232410c8c721e" style="width: 100.0%; height: 100.0%;">nostr.tagomago.me</div>`)[0];
|
|
popup_29042cdcfd0598baf8fb56ecdfde22b4.setContent(html_6cfbf01a6f6e8f90e71232410c8c721e);
|
|
|
|
|
|
|
|
marker_d7716ebcc9d269848dd381f57fd1673c.bindPopup(popup_29042cdcfd0598baf8fb56ecdfde22b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7716ebcc9d269848dd381f57fd1673c.setIcon(icon_b3319028c2f418b52fb37a797aed43bc);
|
|
|
|
|
|
var marker_ce258403d796329f6c261252a40c1115 = L.marker(
|
|
[45.4473, -73.7533],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_56dae363732f207b275d3adda05f2231 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3913ef48374899292e0f79294cefdcf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6aecc4709efc86177cdd150501a51542 = $(`<div id="html_6aecc4709efc86177cdd150501a51542" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_a3913ef48374899292e0f79294cefdcf.setContent(html_6aecc4709efc86177cdd150501a51542);
|
|
|
|
|
|
|
|
marker_ce258403d796329f6c261252a40c1115.bindPopup(popup_a3913ef48374899292e0f79294cefdcf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ce258403d796329f6c261252a40c1115.setIcon(icon_56dae363732f207b275d3adda05f2231);
|
|
|
|
|
|
var marker_f37b47048437b5301696154c8edcbc84 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_a8953b8e587c8a8abbddaabb4ab6155f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94ccfcc239444c4811899bafa6d96178 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e91c7ff0e6d223273436300c0197d578 = $(`<div id="html_e91c7ff0e6d223273436300c0197d578" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_94ccfcc239444c4811899bafa6d96178.setContent(html_e91c7ff0e6d223273436300c0197d578);
|
|
|
|
|
|
|
|
marker_f37b47048437b5301696154c8edcbc84.bindPopup(popup_94ccfcc239444c4811899bafa6d96178)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f37b47048437b5301696154c8edcbc84.setIcon(icon_a8953b8e587c8a8abbddaabb4ab6155f);
|
|
|
|
|
|
var marker_a3f18e1454651f1142f83d9a27fb79a1 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_a585a2b13fcb552e733415351c0e8825 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54e9dddbe6686de497ef562dcc39672d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aecd5445b1a7179afd2b01539aec3e5d = $(`<div id="html_aecd5445b1a7179afd2b01539aec3e5d" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_54e9dddbe6686de497ef562dcc39672d.setContent(html_aecd5445b1a7179afd2b01539aec3e5d);
|
|
|
|
|
|
|
|
marker_a3f18e1454651f1142f83d9a27fb79a1.bindPopup(popup_54e9dddbe6686de497ef562dcc39672d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3f18e1454651f1142f83d9a27fb79a1.setIcon(icon_a585a2b13fcb552e733415351c0e8825);
|
|
|
|
|
|
var marker_8acabfef97b647c26133029aa0671307 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_26f90b826fbd71b36d7829a022489b71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acff1f378e44cc90c9b58a2de3e6d198 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43d212947b490359e3d7a0f6382f9f4f = $(`<div id="html_43d212947b490359e3d7a0f6382f9f4f" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_acff1f378e44cc90c9b58a2de3e6d198.setContent(html_43d212947b490359e3d7a0f6382f9f4f);
|
|
|
|
|
|
|
|
marker_8acabfef97b647c26133029aa0671307.bindPopup(popup_acff1f378e44cc90c9b58a2de3e6d198)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8acabfef97b647c26133029aa0671307.setIcon(icon_26f90b826fbd71b36d7829a022489b71);
|
|
|
|
|
|
var marker_126cc50ee1a953ac97d1cb28493cb9b1 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_0b6deac09f55cd43c7b26244685f171d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a711bb528d2c672b9bef75a8f227b66c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0de8dbb879e38ad0574dc666b79c1413 = $(`<div id="html_0de8dbb879e38ad0574dc666b79c1413" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_a711bb528d2c672b9bef75a8f227b66c.setContent(html_0de8dbb879e38ad0574dc666b79c1413);
|
|
|
|
|
|
|
|
marker_126cc50ee1a953ac97d1cb28493cb9b1.bindPopup(popup_a711bb528d2c672b9bef75a8f227b66c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_126cc50ee1a953ac97d1cb28493cb9b1.setIcon(icon_0b6deac09f55cd43c7b26244685f171d);
|
|
|
|
|
|
var marker_966d5c1232955dd64e892eb5ad9f727a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_8a5d05fe1ae3b932d840d947b6828030 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4c8440bb803cd6cc9390c5c2fb0d01c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9044c701c66ef588c0e07489c0e2822 = $(`<div id="html_d9044c701c66ef588c0e07489c0e2822" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_a4c8440bb803cd6cc9390c5c2fb0d01c.setContent(html_d9044c701c66ef588c0e07489c0e2822);
|
|
|
|
|
|
|
|
marker_966d5c1232955dd64e892eb5ad9f727a.bindPopup(popup_a4c8440bb803cd6cc9390c5c2fb0d01c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_966d5c1232955dd64e892eb5ad9f727a.setIcon(icon_8a5d05fe1ae3b932d840d947b6828030);
|
|
|
|
|
|
var marker_5acbb65ffd06e37080e0f46d02129ec4 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_2268f5ac828621966e1262cdbbbb67fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ced0ec2f429892886e2e8858debb8777 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3019712e23995806409f0ac27e19e5aa = $(`<div id="html_3019712e23995806409f0ac27e19e5aa" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_ced0ec2f429892886e2e8858debb8777.setContent(html_3019712e23995806409f0ac27e19e5aa);
|
|
|
|
|
|
|
|
marker_5acbb65ffd06e37080e0f46d02129ec4.bindPopup(popup_ced0ec2f429892886e2e8858debb8777)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5acbb65ffd06e37080e0f46d02129ec4.setIcon(icon_2268f5ac828621966e1262cdbbbb67fb);
|
|
|
|
|
|
var marker_a60c9f5830b3cf52c99fe26b140e5d2e = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_1df5f2f93fad9ed478009c8cd94dd529 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e7a71e3fc48be9f7d3398cd4d9a0d24d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3032fed9ecdad2957e3805df7a8a74d1 = $(`<div id="html_3032fed9ecdad2957e3805df7a8a74d1" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_e7a71e3fc48be9f7d3398cd4d9a0d24d.setContent(html_3032fed9ecdad2957e3805df7a8a74d1);
|
|
|
|
|
|
|
|
marker_a60c9f5830b3cf52c99fe26b140e5d2e.bindPopup(popup_e7a71e3fc48be9f7d3398cd4d9a0d24d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a60c9f5830b3cf52c99fe26b140e5d2e.setIcon(icon_1df5f2f93fad9ed478009c8cd94dd529);
|
|
|
|
|
|
var marker_0af158615cee8d60096bd11274530afa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_97404a45c997622e7b9ccf23ae305de7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79c278b9c342d9ab7f9b49bdd21af01f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1c48d2e5fbb019ec5c76f9615e83abdb = $(`<div id="html_1c48d2e5fbb019ec5c76f9615e83abdb" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_79c278b9c342d9ab7f9b49bdd21af01f.setContent(html_1c48d2e5fbb019ec5c76f9615e83abdb);
|
|
|
|
|
|
|
|
marker_0af158615cee8d60096bd11274530afa.bindPopup(popup_79c278b9c342d9ab7f9b49bdd21af01f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0af158615cee8d60096bd11274530afa.setIcon(icon_97404a45c997622e7b9ccf23ae305de7);
|
|
|
|
|
|
var marker_4e3a08bf005a38c72d4ab7b01d4da818 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_96c6e554f864b57aa2540bcc279ee146 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_56c7cec8e66a08bea734d0ae0096f6ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdb3ef3fb064414e19447c5636eb1480 = $(`<div id="html_bdb3ef3fb064414e19447c5636eb1480" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_56c7cec8e66a08bea734d0ae0096f6ff.setContent(html_bdb3ef3fb064414e19447c5636eb1480);
|
|
|
|
|
|
|
|
marker_4e3a08bf005a38c72d4ab7b01d4da818.bindPopup(popup_56c7cec8e66a08bea734d0ae0096f6ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e3a08bf005a38c72d4ab7b01d4da818.setIcon(icon_96c6e554f864b57aa2540bcc279ee146);
|
|
|
|
|
|
var marker_a55cc243e2d00895d1985b69d5237834 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_b019fa47ccb11e3ec0c7cf413a4d38da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4e931e4cc954b3434bd8649dc48eb81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_519bd7fa892a9c7666e3cc029980f1e7 = $(`<div id="html_519bd7fa892a9c7666e3cc029980f1e7" style="width: 100.0%; height: 100.0%;">relay.inforsupports.com</div>`)[0];
|
|
popup_c4e931e4cc954b3434bd8649dc48eb81.setContent(html_519bd7fa892a9c7666e3cc029980f1e7);
|
|
|
|
|
|
|
|
marker_a55cc243e2d00895d1985b69d5237834.bindPopup(popup_c4e931e4cc954b3434bd8649dc48eb81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a55cc243e2d00895d1985b69d5237834.setIcon(icon_b019fa47ccb11e3ec0c7cf413a4d38da);
|
|
|
|
|
|
var marker_dac1ca13b93b634366828b9012a075f2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_36d9af3974294ae190680feea4c0ce73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de2a683dcaecfecb96cec04cf51bc30c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9609c0e6b90cb30f6bf30e2929782130 = $(`<div id="html_9609c0e6b90cb30f6bf30e2929782130" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_de2a683dcaecfecb96cec04cf51bc30c.setContent(html_9609c0e6b90cb30f6bf30e2929782130);
|
|
|
|
|
|
|
|
marker_dac1ca13b93b634366828b9012a075f2.bindPopup(popup_de2a683dcaecfecb96cec04cf51bc30c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dac1ca13b93b634366828b9012a075f2.setIcon(icon_36d9af3974294ae190680feea4c0ce73);
|
|
|
|
|
|
var marker_ffdbb59bd9f5b1e9ab93a27b176f9966 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_1436a42fa948d39937367f8f40fb0a7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81280300cfbdfc849c1c6646b14ed21d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7b9b1ba6c43eb46c0f5afe28540aa642 = $(`<div id="html_7b9b1ba6c43eb46c0f5afe28540aa642" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_81280300cfbdfc849c1c6646b14ed21d.setContent(html_7b9b1ba6c43eb46c0f5afe28540aa642);
|
|
|
|
|
|
|
|
marker_ffdbb59bd9f5b1e9ab93a27b176f9966.bindPopup(popup_81280300cfbdfc849c1c6646b14ed21d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffdbb59bd9f5b1e9ab93a27b176f9966.setIcon(icon_1436a42fa948d39937367f8f40fb0a7f);
|
|
|
|
|
|
var marker_2b3be63bee176d4bcd0227c17cb69755 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_c9d7de1c41645e552f4485b629ddb22f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b80e76a2ea72937b6968a36f7b6ca33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfb3c3603f164a9fe47be0b66b782637 = $(`<div id="html_cfb3c3603f164a9fe47be0b66b782637" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_7b80e76a2ea72937b6968a36f7b6ca33.setContent(html_cfb3c3603f164a9fe47be0b66b782637);
|
|
|
|
|
|
|
|
marker_2b3be63bee176d4bcd0227c17cb69755.bindPopup(popup_7b80e76a2ea72937b6968a36f7b6ca33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b3be63bee176d4bcd0227c17cb69755.setIcon(icon_c9d7de1c41645e552f4485b629ddb22f);
|
|
|
|
|
|
var marker_8c57f8d7be1cef0afee9284cb569e8a2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_1fccdfdacd479caf9a06c159fd884fc4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de8579bcd7a3a22d4c309a6d605304d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f75cbe493dbb2f9bfca5dc8846c7e2a1 = $(`<div id="html_f75cbe493dbb2f9bfca5dc8846c7e2a1" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_de8579bcd7a3a22d4c309a6d605304d0.setContent(html_f75cbe493dbb2f9bfca5dc8846c7e2a1);
|
|
|
|
|
|
|
|
marker_8c57f8d7be1cef0afee9284cb569e8a2.bindPopup(popup_de8579bcd7a3a22d4c309a6d605304d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8c57f8d7be1cef0afee9284cb569e8a2.setIcon(icon_1fccdfdacd479caf9a06c159fd884fc4);
|
|
|
|
|
|
var marker_913425399ad8920b696a8ddb85362178 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_76b85388af4d3656208b9f1ba73e8b13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0393278207a4088efe076860cc6a6db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e9d98828418a4890da2673f0135a92c = $(`<div id="html_7e9d98828418a4890da2673f0135a92c" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_d0393278207a4088efe076860cc6a6db.setContent(html_7e9d98828418a4890da2673f0135a92c);
|
|
|
|
|
|
|
|
marker_913425399ad8920b696a8ddb85362178.bindPopup(popup_d0393278207a4088efe076860cc6a6db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_913425399ad8920b696a8ddb85362178.setIcon(icon_76b85388af4d3656208b9f1ba73e8b13);
|
|
|
|
|
|
var marker_cbe1efc0ffd44e9de80d324a5a9cc3e5 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_15e8593cc7e0773fa4241bad487a9e22 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3b1cf60bb454a5157b2744eb52f824e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d86a3bbca6a044e281250114aa9aafbf = $(`<div id="html_d86a3bbca6a044e281250114aa9aafbf" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_3b1cf60bb454a5157b2744eb52f824e3.setContent(html_d86a3bbca6a044e281250114aa9aafbf);
|
|
|
|
|
|
|
|
marker_cbe1efc0ffd44e9de80d324a5a9cc3e5.bindPopup(popup_3b1cf60bb454a5157b2744eb52f824e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cbe1efc0ffd44e9de80d324a5a9cc3e5.setIcon(icon_15e8593cc7e0773fa4241bad487a9e22);
|
|
|
|
|
|
var marker_590f8381465f9571083bae6e2fd61180 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_c42ce356c7b9ccefb23601a0de606c6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e53553e4c5df4a492e9fe0d84b47265e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94e69498172210233deefef985bf81a3 = $(`<div id="html_94e69498172210233deefef985bf81a3" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_e53553e4c5df4a492e9fe0d84b47265e.setContent(html_94e69498172210233deefef985bf81a3);
|
|
|
|
|
|
|
|
marker_590f8381465f9571083bae6e2fd61180.bindPopup(popup_e53553e4c5df4a492e9fe0d84b47265e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_590f8381465f9571083bae6e2fd61180.setIcon(icon_c42ce356c7b9ccefb23601a0de606c6c);
|
|
|
|
|
|
var marker_7692b4639937a84faf8cc304a3189ac3 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_d5ba391b117cd0de23e957bb65cd50bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e27384b7ca5648bd0b2418901649897 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bce32ff93104cc8b8ba5339b5d0c7717 = $(`<div id="html_bce32ff93104cc8b8ba5339b5d0c7717" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_2e27384b7ca5648bd0b2418901649897.setContent(html_bce32ff93104cc8b8ba5339b5d0c7717);
|
|
|
|
|
|
|
|
marker_7692b4639937a84faf8cc304a3189ac3.bindPopup(popup_2e27384b7ca5648bd0b2418901649897)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7692b4639937a84faf8cc304a3189ac3.setIcon(icon_d5ba391b117cd0de23e957bb65cd50bc);
|
|
|
|
|
|
var marker_a3863f63b284a5427844378233e5b904 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_d4fe2a06fdef845ae6442d02be155ace = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0fe6aec58511d678d0af677386b59783 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d0094127c5ff8d12e3fa717f0b84dbc = $(`<div id="html_2d0094127c5ff8d12e3fa717f0b84dbc" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_0fe6aec58511d678d0af677386b59783.setContent(html_2d0094127c5ff8d12e3fa717f0b84dbc);
|
|
|
|
|
|
|
|
marker_a3863f63b284a5427844378233e5b904.bindPopup(popup_0fe6aec58511d678d0af677386b59783)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3863f63b284a5427844378233e5b904.setIcon(icon_d4fe2a06fdef845ae6442d02be155ace);
|
|
|
|
|
|
var marker_322a990eb6247a24b5618537b4a64ba0 = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_b8ab7785e634840b5d7e39bae7654ef9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e99915e6643190048eba19abff0bca2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1118554bd4dcdde9f30f9030cef4ae36 = $(`<div id="html_1118554bd4dcdde9f30f9030cef4ae36" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_e99915e6643190048eba19abff0bca2d.setContent(html_1118554bd4dcdde9f30f9030cef4ae36);
|
|
|
|
|
|
|
|
marker_322a990eb6247a24b5618537b4a64ba0.bindPopup(popup_e99915e6643190048eba19abff0bca2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_322a990eb6247a24b5618537b4a64ba0.setIcon(icon_b8ab7785e634840b5d7e39bae7654ef9);
|
|
|
|
|
|
var marker_1b474d0c5b740ef85d4f21418d31c92f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_04bb021b600b9bdd15447c9885769aea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b9ac75c8ecaa2cd9e72ac812fd603e9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98ae55ffc187e725a10a1c81ec9d13e6 = $(`<div id="html_98ae55ffc187e725a10a1c81ec9d13e6" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_4b9ac75c8ecaa2cd9e72ac812fd603e9.setContent(html_98ae55ffc187e725a10a1c81ec9d13e6);
|
|
|
|
|
|
|
|
marker_1b474d0c5b740ef85d4f21418d31c92f.bindPopup(popup_4b9ac75c8ecaa2cd9e72ac812fd603e9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1b474d0c5b740ef85d4f21418d31c92f.setIcon(icon_04bb021b600b9bdd15447c9885769aea);
|
|
|
|
|
|
var marker_5e2f6e7cd853b7d40a3229c05d2088d8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_e892d05dd761e6b626ce267cd0aa46cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3875d98a5bc83f2e4892634de82aca39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19d083a7c434ad718590343cf3f20c51 = $(`<div id="html_19d083a7c434ad718590343cf3f20c51" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_3875d98a5bc83f2e4892634de82aca39.setContent(html_19d083a7c434ad718590343cf3f20c51);
|
|
|
|
|
|
|
|
marker_5e2f6e7cd853b7d40a3229c05d2088d8.bindPopup(popup_3875d98a5bc83f2e4892634de82aca39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e2f6e7cd853b7d40a3229c05d2088d8.setIcon(icon_e892d05dd761e6b626ce267cd0aa46cb);
|
|
|
|
|
|
var marker_9f2d3860c663f5242220f4b7607ca508 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_e48bcd684084b1d585aa886468461294 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2abde1eedb73569b93326eebc837f0ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8369a1aa2a74f91812f887ab004fc928 = $(`<div id="html_8369a1aa2a74f91812f887ab004fc928" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_2abde1eedb73569b93326eebc837f0ae.setContent(html_8369a1aa2a74f91812f887ab004fc928);
|
|
|
|
|
|
|
|
marker_9f2d3860c663f5242220f4b7607ca508.bindPopup(popup_2abde1eedb73569b93326eebc837f0ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f2d3860c663f5242220f4b7607ca508.setIcon(icon_e48bcd684084b1d585aa886468461294);
|
|
|
|
|
|
var marker_cf391c591db02043023c0ccf31d9dbed = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_2a6ea954198f099d6a9dee2090ef227b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a88dea68866aaf1ceffd1f0c819de510 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c73da84d93c95e8eefa3cd1e9855004 = $(`<div id="html_2c73da84d93c95e8eefa3cd1e9855004" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_a88dea68866aaf1ceffd1f0c819de510.setContent(html_2c73da84d93c95e8eefa3cd1e9855004);
|
|
|
|
|
|
|
|
marker_cf391c591db02043023c0ccf31d9dbed.bindPopup(popup_a88dea68866aaf1ceffd1f0c819de510)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cf391c591db02043023c0ccf31d9dbed.setIcon(icon_2a6ea954198f099d6a9dee2090ef227b);
|
|
|
|
|
|
var marker_9a06df7d93c04fdef68d2dd651d856f7 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_ceddb78927b689202e56833d45985dbd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_088caee262ff48a76824d6b5fd8ae3f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e991e2c629e4d2020c71145dcdca50f5 = $(`<div id="html_e991e2c629e4d2020c71145dcdca50f5" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_088caee262ff48a76824d6b5fd8ae3f3.setContent(html_e991e2c629e4d2020c71145dcdca50f5);
|
|
|
|
|
|
|
|
marker_9a06df7d93c04fdef68d2dd651d856f7.bindPopup(popup_088caee262ff48a76824d6b5fd8ae3f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a06df7d93c04fdef68d2dd651d856f7.setIcon(icon_ceddb78927b689202e56833d45985dbd);
|
|
|
|
|
|
var marker_c6c0a9505b176d4c45b066eb30027649 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_ed523efb66031b325b399bb568f1ae08 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0000b5f4294488364d209b2c4a7f10d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e0b9845cc611ce2326790063aebde312 = $(`<div id="html_e0b9845cc611ce2326790063aebde312" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club</div>`)[0];
|
|
popup_0000b5f4294488364d209b2c4a7f10d8.setContent(html_e0b9845cc611ce2326790063aebde312);
|
|
|
|
|
|
|
|
marker_c6c0a9505b176d4c45b066eb30027649.bindPopup(popup_0000b5f4294488364d209b2c4a7f10d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6c0a9505b176d4c45b066eb30027649.setIcon(icon_ed523efb66031b325b399bb568f1ae08);
|
|
|
|
|
|
var marker_d5746d83302e145da5f20db0763fcff1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_5ee009a3c51b4d12c89b6fe3754f339c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_828d2b4ecf1ee6a2cd2283f8241c6ff9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea8f367487785499f44d309dfd7ad11d = $(`<div id="html_ea8f367487785499f44d309dfd7ad11d" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_828d2b4ecf1ee6a2cd2283f8241c6ff9.setContent(html_ea8f367487785499f44d309dfd7ad11d);
|
|
|
|
|
|
|
|
marker_d5746d83302e145da5f20db0763fcff1.bindPopup(popup_828d2b4ecf1ee6a2cd2283f8241c6ff9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5746d83302e145da5f20db0763fcff1.setIcon(icon_5ee009a3c51b4d12c89b6fe3754f339c);
|
|
|
|
|
|
var marker_df4dcae8e2e8eb7c37997225a832c80f = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_fda468cd2ff5b86d4a1f3002116b584d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f797d96630dfac7f2d9e6337fe7ff6cf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99477f535c8128b76ceedef280748ef0 = $(`<div id="html_99477f535c8128b76ceedef280748ef0" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_f797d96630dfac7f2d9e6337fe7ff6cf.setContent(html_99477f535c8128b76ceedef280748ef0);
|
|
|
|
|
|
|
|
marker_df4dcae8e2e8eb7c37997225a832c80f.bindPopup(popup_f797d96630dfac7f2d9e6337fe7ff6cf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df4dcae8e2e8eb7c37997225a832c80f.setIcon(icon_fda468cd2ff5b86d4a1f3002116b584d);
|
|
|
|
|
|
var marker_882e2e4aaa9a9ac61583bd5a9a0d38d9 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_5912875c93ae5207bf7bf92bdde39ee4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c7fb65e0eb6694c41297828658c3054 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_773df8b4d8ac0aac61534a4c600dfe04 = $(`<div id="html_773df8b4d8ac0aac61534a4c600dfe04" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_6c7fb65e0eb6694c41297828658c3054.setContent(html_773df8b4d8ac0aac61534a4c600dfe04);
|
|
|
|
|
|
|
|
marker_882e2e4aaa9a9ac61583bd5a9a0d38d9.bindPopup(popup_6c7fb65e0eb6694c41297828658c3054)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_882e2e4aaa9a9ac61583bd5a9a0d38d9.setIcon(icon_5912875c93ae5207bf7bf92bdde39ee4);
|
|
|
|
|
|
var marker_455fc7a0505a5b6e22b9dacf9d5f8079 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_aca9f67eeb24ec1d080d748f4728cd68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ed67298f8f292814fdcd0a6a47972337 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_350740b7702c8f3633cd79d56e2b3a22 = $(`<div id="html_350740b7702c8f3633cd79d56e2b3a22" style="width: 100.0%; height: 100.0%;">nostr.na.social</div>`)[0];
|
|
popup_ed67298f8f292814fdcd0a6a47972337.setContent(html_350740b7702c8f3633cd79d56e2b3a22);
|
|
|
|
|
|
|
|
marker_455fc7a0505a5b6e22b9dacf9d5f8079.bindPopup(popup_ed67298f8f292814fdcd0a6a47972337)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_455fc7a0505a5b6e22b9dacf9d5f8079.setIcon(icon_aca9f67eeb24ec1d080d748f4728cd68);
|
|
|
|
|
|
var marker_b0348e5102df2a9c188f4d70e7a04830 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_ac8e44b49c1d6b2dbeb264eddecdb701 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c730154daf35fbce6d0098c01761f27e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9076f87ed5cf503e94d6898615dce179 = $(`<div id="html_9076f87ed5cf503e94d6898615dce179" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_c730154daf35fbce6d0098c01761f27e.setContent(html_9076f87ed5cf503e94d6898615dce179);
|
|
|
|
|
|
|
|
marker_b0348e5102df2a9c188f4d70e7a04830.bindPopup(popup_c730154daf35fbce6d0098c01761f27e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0348e5102df2a9c188f4d70e7a04830.setIcon(icon_ac8e44b49c1d6b2dbeb264eddecdb701);
|
|
|
|
|
|
var marker_45936199bb8862b5129fef8c2427715c = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_15377a917b38ac758bf4b62959dea0e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a052440bf6ef608c59c399a979f2a6f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52d0d12109031c0fe161681478020f91 = $(`<div id="html_52d0d12109031c0fe161681478020f91" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_a052440bf6ef608c59c399a979f2a6f8.setContent(html_52d0d12109031c0fe161681478020f91);
|
|
|
|
|
|
|
|
marker_45936199bb8862b5129fef8c2427715c.bindPopup(popup_a052440bf6ef608c59c399a979f2a6f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45936199bb8862b5129fef8c2427715c.setIcon(icon_15377a917b38ac758bf4b62959dea0e2);
|
|
|
|
|
|
var marker_4676dbdc3c6df611396da99abd92e315 = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_b8122bce4c03bb7e4d513d076b835360 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81fd4a9def3cfae79a390efd4d7b533c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f61d264c6e98267476959d46242d83cc = $(`<div id="html_f61d264c6e98267476959d46242d83cc" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_81fd4a9def3cfae79a390efd4d7b533c.setContent(html_f61d264c6e98267476959d46242d83cc);
|
|
|
|
|
|
|
|
marker_4676dbdc3c6df611396da99abd92e315.bindPopup(popup_81fd4a9def3cfae79a390efd4d7b533c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4676dbdc3c6df611396da99abd92e315.setIcon(icon_b8122bce4c03bb7e4d513d076b835360);
|
|
|
|
|
|
var marker_f9aeaefcb4c65527c73e417f900aa85b = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_febb801b424cfef3294b801070263452 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b901b8cf3237ea629e794abeba1d805 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bdf4a175dc2d527e1e1be1270871c001 = $(`<div id="html_bdf4a175dc2d527e1e1be1270871c001" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_5b901b8cf3237ea629e794abeba1d805.setContent(html_bdf4a175dc2d527e1e1be1270871c001);
|
|
|
|
|
|
|
|
marker_f9aeaefcb4c65527c73e417f900aa85b.bindPopup(popup_5b901b8cf3237ea629e794abeba1d805)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9aeaefcb4c65527c73e417f900aa85b.setIcon(icon_febb801b424cfef3294b801070263452);
|
|
|
|
|
|
var marker_61c613f22f5af52c5e76369b1b53a9d8 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_47f8d0b3fd032b19273b6f2366254abc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e215a2d46c724df26c3e93b6317e5d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f7b2a63fdc836c409c45ec5654c2d2c = $(`<div id="html_9f7b2a63fdc836c409c45ec5654c2d2c" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_4e215a2d46c724df26c3e93b6317e5d5.setContent(html_9f7b2a63fdc836c409c45ec5654c2d2c);
|
|
|
|
|
|
|
|
marker_61c613f22f5af52c5e76369b1b53a9d8.bindPopup(popup_4e215a2d46c724df26c3e93b6317e5d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61c613f22f5af52c5e76369b1b53a9d8.setIcon(icon_47f8d0b3fd032b19273b6f2366254abc);
|
|
|
|
|
|
var marker_4d0e7d959afc1aeaf49ec4dc96e53287 = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_2dd60cb6a20f5fd0059d5cce1dd05a87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de616853950a7656fa59c249928c2654 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f69da158a475eba367ac9b7c852d079 = $(`<div id="html_1f69da158a475eba367ac9b7c852d079" style="width: 100.0%; height: 100.0%;">herbstmeister.com</div>`)[0];
|
|
popup_de616853950a7656fa59c249928c2654.setContent(html_1f69da158a475eba367ac9b7c852d079);
|
|
|
|
|
|
|
|
marker_4d0e7d959afc1aeaf49ec4dc96e53287.bindPopup(popup_de616853950a7656fa59c249928c2654)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d0e7d959afc1aeaf49ec4dc96e53287.setIcon(icon_2dd60cb6a20f5fd0059d5cce1dd05a87);
|
|
|
|
|
|
var marker_bbf42e54a2c27fe8502c5872ab20195a = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_6c00f44149af21508e1d42586ac14d5a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_be1695fa79f8a8ea9e09bf42da4b9435 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eec1c9b44823ec2980114af7cb46b7b8 = $(`<div id="html_eec1c9b44823ec2980114af7cb46b7b8" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_be1695fa79f8a8ea9e09bf42da4b9435.setContent(html_eec1c9b44823ec2980114af7cb46b7b8);
|
|
|
|
|
|
|
|
marker_bbf42e54a2c27fe8502c5872ab20195a.bindPopup(popup_be1695fa79f8a8ea9e09bf42da4b9435)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bbf42e54a2c27fe8502c5872ab20195a.setIcon(icon_6c00f44149af21508e1d42586ac14d5a);
|
|
|
|
|
|
var marker_acd07863c7cb6e3c530479698d92f6c5 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_1fe0484e1a18cd152317772079aa3d14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9b46c4d5abf42a57563a02731a2acef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a7ae02af4778aad66037911f3d10d68 = $(`<div id="html_2a7ae02af4778aad66037911f3d10d68" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_e9b46c4d5abf42a57563a02731a2acef.setContent(html_2a7ae02af4778aad66037911f3d10d68);
|
|
|
|
|
|
|
|
marker_acd07863c7cb6e3c530479698d92f6c5.bindPopup(popup_e9b46c4d5abf42a57563a02731a2acef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_acd07863c7cb6e3c530479698d92f6c5.setIcon(icon_1fe0484e1a18cd152317772079aa3d14);
|
|
|
|
|
|
var marker_0d4b818564bea21144338d7194ba3aac = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_a87209df102193bdca488bcbda3f7229 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f0f379642092e4d812bd29068cf5b6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd86ae4a084f078c181c2290e7db98e8 = $(`<div id="html_bd86ae4a084f078c181c2290e7db98e8" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_7f0f379642092e4d812bd29068cf5b6c.setContent(html_bd86ae4a084f078c181c2290e7db98e8);
|
|
|
|
|
|
|
|
marker_0d4b818564bea21144338d7194ba3aac.bindPopup(popup_7f0f379642092e4d812bd29068cf5b6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d4b818564bea21144338d7194ba3aac.setIcon(icon_a87209df102193bdca488bcbda3f7229);
|
|
|
|
|
|
var marker_0dce80e6b94e989c56b6fa715659e944 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_aee89cd3f41bcbe15bde22521e99afae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a7ca6312cde3ed874181dfb1a8c37b2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_38d30fef825110c906428ec4a4fb17b3 = $(`<div id="html_38d30fef825110c906428ec4a4fb17b3" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_0a7ca6312cde3ed874181dfb1a8c37b2.setContent(html_38d30fef825110c906428ec4a4fb17b3);
|
|
|
|
|
|
|
|
marker_0dce80e6b94e989c56b6fa715659e944.bindPopup(popup_0a7ca6312cde3ed874181dfb1a8c37b2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0dce80e6b94e989c56b6fa715659e944.setIcon(icon_aee89cd3f41bcbe15bde22521e99afae);
|
|
|
|
|
|
var marker_0ccfbd7dd208681e63677da0e9b97971 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_c091c5f2a38d613f235e5a65b3064474 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b17992da0cd2759412647770b37cdc75 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7c6fce1a542d2b8cfc46972894fd9131 = $(`<div id="html_7c6fce1a542d2b8cfc46972894fd9131" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_b17992da0cd2759412647770b37cdc75.setContent(html_7c6fce1a542d2b8cfc46972894fd9131);
|
|
|
|
|
|
|
|
marker_0ccfbd7dd208681e63677da0e9b97971.bindPopup(popup_b17992da0cd2759412647770b37cdc75)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ccfbd7dd208681e63677da0e9b97971.setIcon(icon_c091c5f2a38d613f235e5a65b3064474);
|
|
|
|
|
|
var marker_afbe8ee1996c0b9d0b0ccc06df59f057 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_1e67216ba3e6ddfd83d858739a3abc44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_33cd01241ece08d4d3cd1b0ec046c208 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_487861eadcba09175d5805ff7e517e35 = $(`<div id="html_487861eadcba09175d5805ff7e517e35" style="width: 100.0%; height: 100.0%;">insta-relay.apps3.slidestr.net</div>`)[0];
|
|
popup_33cd01241ece08d4d3cd1b0ec046c208.setContent(html_487861eadcba09175d5805ff7e517e35);
|
|
|
|
|
|
|
|
marker_afbe8ee1996c0b9d0b0ccc06df59f057.bindPopup(popup_33cd01241ece08d4d3cd1b0ec046c208)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_afbe8ee1996c0b9d0b0ccc06df59f057.setIcon(icon_1e67216ba3e6ddfd83d858739a3abc44);
|
|
|
|
|
|
var marker_a9526ed39bd5254d3fd3089132ae040e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_72c2bb774597085e53872c0d2c493933 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_83777f1734c317818939a5d8f2b41585 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f30b5a5aede9e04c265aeda124e2f293 = $(`<div id="html_f30b5a5aede9e04c265aeda124e2f293" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_83777f1734c317818939a5d8f2b41585.setContent(html_f30b5a5aede9e04c265aeda124e2f293);
|
|
|
|
|
|
|
|
marker_a9526ed39bd5254d3fd3089132ae040e.bindPopup(popup_83777f1734c317818939a5d8f2b41585)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9526ed39bd5254d3fd3089132ae040e.setIcon(icon_72c2bb774597085e53872c0d2c493933);
|
|
|
|
|
|
var marker_1cb56fbcca22e01c4f601e0fbf6461cf = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_3ae2dbb4e6d5bef297aea500a5022991 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01b8b5c74b7c85d2edcea363410c43bc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c400ed4f873ac7480a0e993653df3dd = $(`<div id="html_0c400ed4f873ac7480a0e993653df3dd" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_01b8b5c74b7c85d2edcea363410c43bc.setContent(html_0c400ed4f873ac7480a0e993653df3dd);
|
|
|
|
|
|
|
|
marker_1cb56fbcca22e01c4f601e0fbf6461cf.bindPopup(popup_01b8b5c74b7c85d2edcea363410c43bc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1cb56fbcca22e01c4f601e0fbf6461cf.setIcon(icon_3ae2dbb4e6d5bef297aea500a5022991);
|
|
|
|
|
|
var marker_e37c01f16b1ed2b42e185710ee69d9f0 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_fe121d6133910a7510582a8339d72959 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_309076202179ea5a862e3d801e5a8064 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6272002d942ca34495c25671d61e340e = $(`<div id="html_6272002d942ca34495c25671d61e340e" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_309076202179ea5a862e3d801e5a8064.setContent(html_6272002d942ca34495c25671d61e340e);
|
|
|
|
|
|
|
|
marker_e37c01f16b1ed2b42e185710ee69d9f0.bindPopup(popup_309076202179ea5a862e3d801e5a8064)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e37c01f16b1ed2b42e185710ee69d9f0.setIcon(icon_fe121d6133910a7510582a8339d72959);
|
|
|
|
|
|
var marker_84f6a4ba36ffb445eb645b98e5643180 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_5f93281c0d3b912a1838279e97251622 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6ee5c91498f94f7980a95157b85657c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8bedf6052dfe9c3a8c0b68b2896a78d3 = $(`<div id="html_8bedf6052dfe9c3a8c0b68b2896a78d3" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_a6ee5c91498f94f7980a95157b85657c.setContent(html_8bedf6052dfe9c3a8c0b68b2896a78d3);
|
|
|
|
|
|
|
|
marker_84f6a4ba36ffb445eb645b98e5643180.bindPopup(popup_a6ee5c91498f94f7980a95157b85657c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_84f6a4ba36ffb445eb645b98e5643180.setIcon(icon_5f93281c0d3b912a1838279e97251622);
|
|
|
|
|
|
var marker_f90bb5075e591ff26ea4b242d0da5af9 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_e3dd03b7bba8d7614b08600ff15c0572 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d155fa751cf1431599fe26ef3f60b7ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_980f3c3e9eab5ac4096a4739a6138c52 = $(`<div id="html_980f3c3e9eab5ac4096a4739a6138c52" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_d155fa751cf1431599fe26ef3f60b7ef.setContent(html_980f3c3e9eab5ac4096a4739a6138c52);
|
|
|
|
|
|
|
|
marker_f90bb5075e591ff26ea4b242d0da5af9.bindPopup(popup_d155fa751cf1431599fe26ef3f60b7ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f90bb5075e591ff26ea4b242d0da5af9.setIcon(icon_e3dd03b7bba8d7614b08600ff15c0572);
|
|
|
|
|
|
var marker_5c09ff449a0ba3229451043f9ed221d7 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_4abf577626cd94f56e4c265cce5625c8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf334e2149cacc01184f60de6aa4d19f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7455e1f51f60622c57569c96239b5683 = $(`<div id="html_7455e1f51f60622c57569c96239b5683" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_bf334e2149cacc01184f60de6aa4d19f.setContent(html_7455e1f51f60622c57569c96239b5683);
|
|
|
|
|
|
|
|
marker_5c09ff449a0ba3229451043f9ed221d7.bindPopup(popup_bf334e2149cacc01184f60de6aa4d19f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c09ff449a0ba3229451043f9ed221d7.setIcon(icon_4abf577626cd94f56e4c265cce5625c8);
|
|
|
|
|
|
var marker_1d02131e68407af945245ef005365934 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_d12c6ee93f02c90ded3c1d1c7a32ca7d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_218303545521973e2a7dae935555e105 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c8601dcaac0e30a11b47855e3700a96 = $(`<div id="html_0c8601dcaac0e30a11b47855e3700a96" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_218303545521973e2a7dae935555e105.setContent(html_0c8601dcaac0e30a11b47855e3700a96);
|
|
|
|
|
|
|
|
marker_1d02131e68407af945245ef005365934.bindPopup(popup_218303545521973e2a7dae935555e105)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d02131e68407af945245ef005365934.setIcon(icon_d12c6ee93f02c90ded3c1d1c7a32ca7d);
|
|
|
|
|
|
var marker_7a40f7cdbde3543905701f81df5dfb9c = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_96219992f9d7e6bbc82a67e6b1ed6e3b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de0a5220aa684015d22b781bfa2c05b7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20e9d62647c2a13e59178ed5e6c540a8 = $(`<div id="html_20e9d62647c2a13e59178ed5e6c540a8" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_de0a5220aa684015d22b781bfa2c05b7.setContent(html_20e9d62647c2a13e59178ed5e6c540a8);
|
|
|
|
|
|
|
|
marker_7a40f7cdbde3543905701f81df5dfb9c.bindPopup(popup_de0a5220aa684015d22b781bfa2c05b7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a40f7cdbde3543905701f81df5dfb9c.setIcon(icon_96219992f9d7e6bbc82a67e6b1ed6e3b);
|
|
|
|
|
|
var marker_5bd811b02f07f965b329fc1d3b4089ee = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_81610fd8f78476fc740803a063f012e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_acf8dc454a2b01c0a14a1c36c56d28b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5edb8c7e5f4dfe4340df623430728443 = $(`<div id="html_5edb8c7e5f4dfe4340df623430728443" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_acf8dc454a2b01c0a14a1c36c56d28b1.setContent(html_5edb8c7e5f4dfe4340df623430728443);
|
|
|
|
|
|
|
|
marker_5bd811b02f07f965b329fc1d3b4089ee.bindPopup(popup_acf8dc454a2b01c0a14a1c36c56d28b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bd811b02f07f965b329fc1d3b4089ee.setIcon(icon_81610fd8f78476fc740803a063f012e8);
|
|
|
|
|
|
var marker_d33ff74ad94160c0cb219a7e8f72aada = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_20669d78660b5ca910d0b604516ad4b4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fd2727a2a7bcf4e115984911a847649a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_455e2ed5c9ec59b43905d53964ce8885 = $(`<div id="html_455e2ed5c9ec59b43905d53964ce8885" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_fd2727a2a7bcf4e115984911a847649a.setContent(html_455e2ed5c9ec59b43905d53964ce8885);
|
|
|
|
|
|
|
|
marker_d33ff74ad94160c0cb219a7e8f72aada.bindPopup(popup_fd2727a2a7bcf4e115984911a847649a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d33ff74ad94160c0cb219a7e8f72aada.setIcon(icon_20669d78660b5ca910d0b604516ad4b4);
|
|
|
|
|
|
var marker_154fb6d9d52821dbe738d33929558cff = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_4f24e7d83050853309ee9311e5c3f4c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e2fa97e752b13f90f3e9d25fca274a0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0322a7bfec015e18d0a4428c3de0c201 = $(`<div id="html_0322a7bfec015e18d0a4428c3de0c201" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_2e2fa97e752b13f90f3e9d25fca274a0.setContent(html_0322a7bfec015e18d0a4428c3de0c201);
|
|
|
|
|
|
|
|
marker_154fb6d9d52821dbe738d33929558cff.bindPopup(popup_2e2fa97e752b13f90f3e9d25fca274a0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_154fb6d9d52821dbe738d33929558cff.setIcon(icon_4f24e7d83050853309ee9311e5c3f4c4);
|
|
|
|
|
|
var marker_49752e96395656240c268309bfaef5e8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_3fd23691903c5cb05a87b2ee89a7e47e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0fd597c7d162863e5d86736f90bee12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1df17f4294550fc331205c5b1cd4df73 = $(`<div id="html_1df17f4294550fc331205c5b1cd4df73" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_e0fd597c7d162863e5d86736f90bee12.setContent(html_1df17f4294550fc331205c5b1cd4df73);
|
|
|
|
|
|
|
|
marker_49752e96395656240c268309bfaef5e8.bindPopup(popup_e0fd597c7d162863e5d86736f90bee12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49752e96395656240c268309bfaef5e8.setIcon(icon_3fd23691903c5cb05a87b2ee89a7e47e);
|
|
|
|
|
|
var marker_d6181d2ea0d0e2954b0bbdb8a563f32c = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_b771aa3d12a0c1af66caf07ce564030e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_54373203d2cf5b4eba8f5909ec043a41 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80a5d8e479eada251f797b1cb484f199 = $(`<div id="html_80a5d8e479eada251f797b1cb484f199" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_54373203d2cf5b4eba8f5909ec043a41.setContent(html_80a5d8e479eada251f797b1cb484f199);
|
|
|
|
|
|
|
|
marker_d6181d2ea0d0e2954b0bbdb8a563f32c.bindPopup(popup_54373203d2cf5b4eba8f5909ec043a41)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6181d2ea0d0e2954b0bbdb8a563f32c.setIcon(icon_b771aa3d12a0c1af66caf07ce564030e);
|
|
|
|
|
|
var marker_6620896def145d61b68cf7ce438378ac = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_ad35ab7b5d14f15cea317649b0a97d95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfddc8c9eb45ab335cf0c63f3e0c3dc1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a314fb0a8911d7c94c878a981689c2bc = $(`<div id="html_a314fb0a8911d7c94c878a981689c2bc" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_dfddc8c9eb45ab335cf0c63f3e0c3dc1.setContent(html_a314fb0a8911d7c94c878a981689c2bc);
|
|
|
|
|
|
|
|
marker_6620896def145d61b68cf7ce438378ac.bindPopup(popup_dfddc8c9eb45ab335cf0c63f3e0c3dc1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6620896def145d61b68cf7ce438378ac.setIcon(icon_ad35ab7b5d14f15cea317649b0a97d95);
|
|
|
|
|
|
var marker_0f7effeed45f6de03bd213e3e04395b9 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_1b838a49e9042d60b4754c4443fa5aec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51d49c26e0707bd7a58269cb0c3d9ca6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_789bfb8bc016470ad8c0be8292cde7e7 = $(`<div id="html_789bfb8bc016470ad8c0be8292cde7e7" style="width: 100.0%; height: 100.0%;">relay.veganostr.com</div>`)[0];
|
|
popup_51d49c26e0707bd7a58269cb0c3d9ca6.setContent(html_789bfb8bc016470ad8c0be8292cde7e7);
|
|
|
|
|
|
|
|
marker_0f7effeed45f6de03bd213e3e04395b9.bindPopup(popup_51d49c26e0707bd7a58269cb0c3d9ca6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0f7effeed45f6de03bd213e3e04395b9.setIcon(icon_1b838a49e9042d60b4754c4443fa5aec);
|
|
|
|
|
|
var marker_43878993884234f28dc1379cd577f32c = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_d114fec980f33442fee40c92a585c060 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd71811e483fd6164995c8264255d12d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04725a79a9d4ed651c88f3245d01c603 = $(`<div id="html_04725a79a9d4ed651c88f3245d01c603" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_cd71811e483fd6164995c8264255d12d.setContent(html_04725a79a9d4ed651c88f3245d01c603);
|
|
|
|
|
|
|
|
marker_43878993884234f28dc1379cd577f32c.bindPopup(popup_cd71811e483fd6164995c8264255d12d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_43878993884234f28dc1379cd577f32c.setIcon(icon_d114fec980f33442fee40c92a585c060);
|
|
|
|
|
|
var marker_db5e323b5fdf90bcc9dd30f5ca3a531f = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_5c186d8bf3ceb2f51ded0612f162159f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f56ee6201665008a8070bbb70e346f2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc7d66bbf193a2193cc113b67ff804e6 = $(`<div id="html_fc7d66bbf193a2193cc113b67ff804e6" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_f56ee6201665008a8070bbb70e346f2d.setContent(html_fc7d66bbf193a2193cc113b67ff804e6);
|
|
|
|
|
|
|
|
marker_db5e323b5fdf90bcc9dd30f5ca3a531f.bindPopup(popup_f56ee6201665008a8070bbb70e346f2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db5e323b5fdf90bcc9dd30f5ca3a531f.setIcon(icon_5c186d8bf3ceb2f51ded0612f162159f);
|
|
|
|
|
|
var marker_1d6b7e2729db6f20fe7c90040251f6dd = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_8dfa692c79a5b0e87558174583570d09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d00f2614e41be0876d9d233f523bf2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6f2fcb14e5ee6e1f1cfff46f79ccdb8 = $(`<div id="html_a6f2fcb14e5ee6e1f1cfff46f79ccdb8" style="width: 100.0%; height: 100.0%;">artisanspyramid.libretechsystems.xyz</div>`)[0];
|
|
popup_2d00f2614e41be0876d9d233f523bf2f.setContent(html_a6f2fcb14e5ee6e1f1cfff46f79ccdb8);
|
|
|
|
|
|
|
|
marker_1d6b7e2729db6f20fe7c90040251f6dd.bindPopup(popup_2d00f2614e41be0876d9d233f523bf2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1d6b7e2729db6f20fe7c90040251f6dd.setIcon(icon_8dfa692c79a5b0e87558174583570d09);
|
|
|
|
|
|
var marker_9ded9663fde0674837eb77d343d5c5d9 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_17773f3c16fac02cc37b3a78fb36dfd6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_30cad946a81fbf66a9888e75c97d76a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa65bd4f3b3340528fd571fe58e9e50c = $(`<div id="html_aa65bd4f3b3340528fd571fe58e9e50c" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_30cad946a81fbf66a9888e75c97d76a8.setContent(html_aa65bd4f3b3340528fd571fe58e9e50c);
|
|
|
|
|
|
|
|
marker_9ded9663fde0674837eb77d343d5c5d9.bindPopup(popup_30cad946a81fbf66a9888e75c97d76a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9ded9663fde0674837eb77d343d5c5d9.setIcon(icon_17773f3c16fac02cc37b3a78fb36dfd6);
|
|
|
|
|
|
var marker_33008deed8658449370f8a303eedc937 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_bf51ff9df9f5c14b318f453ec9269aad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f69823a03efb4b597055f2691552e3d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f31ad081e716066eb75ff26b9386e15 = $(`<div id="html_4f31ad081e716066eb75ff26b9386e15" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_f69823a03efb4b597055f2691552e3d4.setContent(html_4f31ad081e716066eb75ff26b9386e15);
|
|
|
|
|
|
|
|
marker_33008deed8658449370f8a303eedc937.bindPopup(popup_f69823a03efb4b597055f2691552e3d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_33008deed8658449370f8a303eedc937.setIcon(icon_bf51ff9df9f5c14b318f453ec9269aad);
|
|
|
|
|
|
var marker_85d4c207e6cdf4fafc80666b2a884764 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_c6137dbf8917039950570c8060238b03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2721c5a2df3357869495d9176a3b5255 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b76f8feb6a3adc74726359d332ba74ca = $(`<div id="html_b76f8feb6a3adc74726359d332ba74ca" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_2721c5a2df3357869495d9176a3b5255.setContent(html_b76f8feb6a3adc74726359d332ba74ca);
|
|
|
|
|
|
|
|
marker_85d4c207e6cdf4fafc80666b2a884764.bindPopup(popup_2721c5a2df3357869495d9176a3b5255)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_85d4c207e6cdf4fafc80666b2a884764.setIcon(icon_c6137dbf8917039950570c8060238b03);
|
|
|
|
|
|
var marker_eb83d2e47b72d7ff823f21ac1cbac4ed = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_220bfd3767fbd8431d6da3a37e45f2e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ea5bc7bd7cb305cfd584f3ae0d4705d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c65802f4ac6ca7644aa066b4c1dcd63a = $(`<div id="html_c65802f4ac6ca7644aa066b4c1dcd63a" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_0ea5bc7bd7cb305cfd584f3ae0d4705d.setContent(html_c65802f4ac6ca7644aa066b4c1dcd63a);
|
|
|
|
|
|
|
|
marker_eb83d2e47b72d7ff823f21ac1cbac4ed.bindPopup(popup_0ea5bc7bd7cb305cfd584f3ae0d4705d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb83d2e47b72d7ff823f21ac1cbac4ed.setIcon(icon_220bfd3767fbd8431d6da3a37e45f2e7);
|
|
|
|
|
|
var marker_86f4b830eee228f62262fce0128aa2fe = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_0d405f9adfd6a0634e70da54220241e8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ad82de42ad3dda8c1382f9a7948783b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a56f23019fee3d8eedcbcdbcb6c5862d = $(`<div id="html_a56f23019fee3d8eedcbcdbcb6c5862d" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_4ad82de42ad3dda8c1382f9a7948783b.setContent(html_a56f23019fee3d8eedcbcdbcb6c5862d);
|
|
|
|
|
|
|
|
marker_86f4b830eee228f62262fce0128aa2fe.bindPopup(popup_4ad82de42ad3dda8c1382f9a7948783b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86f4b830eee228f62262fce0128aa2fe.setIcon(icon_0d405f9adfd6a0634e70da54220241e8);
|
|
|
|
|
|
var marker_eb7f2ea21d508f47967846b7c74fcc97 = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_67af0acaed91d08cf01f6d7fa96a74da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_491d15781b3eca091ef71d6d9e28af8f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5da0d37bb98408bb9ef26748bb6c6ab = $(`<div id="html_f5da0d37bb98408bb9ef26748bb6c6ab" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_491d15781b3eca091ef71d6d9e28af8f.setContent(html_f5da0d37bb98408bb9ef26748bb6c6ab);
|
|
|
|
|
|
|
|
marker_eb7f2ea21d508f47967846b7c74fcc97.bindPopup(popup_491d15781b3eca091ef71d6d9e28af8f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb7f2ea21d508f47967846b7c74fcc97.setIcon(icon_67af0acaed91d08cf01f6d7fa96a74da);
|
|
|
|
|
|
var marker_d15c9f49bae4d9aad9fa2aede34901f3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_a642b113b0d1fc240a89b80e1ecd77a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db82417c44c170409f87145b8ba86442 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e32e5ee7870bdf8b29c7acf45464603 = $(`<div id="html_8e32e5ee7870bdf8b29c7acf45464603" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_db82417c44c170409f87145b8ba86442.setContent(html_8e32e5ee7870bdf8b29c7acf45464603);
|
|
|
|
|
|
|
|
marker_d15c9f49bae4d9aad9fa2aede34901f3.bindPopup(popup_db82417c44c170409f87145b8ba86442)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d15c9f49bae4d9aad9fa2aede34901f3.setIcon(icon_a642b113b0d1fc240a89b80e1ecd77a9);
|
|
|
|
|
|
var marker_63bae40f16194c0e9aec0989294565c8 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_48ca6f6f84d016a1a91d9efb73db8e7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_018711259d06c243a32e78c9ba9256ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72477544830c8495d88d2f909c5870c1 = $(`<div id="html_72477544830c8495d88d2f909c5870c1" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_018711259d06c243a32e78c9ba9256ea.setContent(html_72477544830c8495d88d2f909c5870c1);
|
|
|
|
|
|
|
|
marker_63bae40f16194c0e9aec0989294565c8.bindPopup(popup_018711259d06c243a32e78c9ba9256ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63bae40f16194c0e9aec0989294565c8.setIcon(icon_48ca6f6f84d016a1a91d9efb73db8e7f);
|
|
|
|
|
|
var marker_b2e276c0e9a2148327c8681ffc5a5fbb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_4a78176d7ff4f932289fc464adfaebdb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d23d1af054745f570700c6d5e326738 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f45a9ea8c2651d92afcedf357328796d = $(`<div id="html_f45a9ea8c2651d92afcedf357328796d" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_3d23d1af054745f570700c6d5e326738.setContent(html_f45a9ea8c2651d92afcedf357328796d);
|
|
|
|
|
|
|
|
marker_b2e276c0e9a2148327c8681ffc5a5fbb.bindPopup(popup_3d23d1af054745f570700c6d5e326738)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2e276c0e9a2148327c8681ffc5a5fbb.setIcon(icon_4a78176d7ff4f932289fc464adfaebdb);
|
|
|
|
|
|
var marker_dccfb3bc7c9e42e2c5d58085df79e7e4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_21c1cdb110d80191aef016cc714ee833 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5e08ff63b3d456d67572bdd8101222a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_503a1f0b54c40fe64a99cdc0e65ac1c5 = $(`<div id="html_503a1f0b54c40fe64a99cdc0e65ac1c5" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_f5e08ff63b3d456d67572bdd8101222a.setContent(html_503a1f0b54c40fe64a99cdc0e65ac1c5);
|
|
|
|
|
|
|
|
marker_dccfb3bc7c9e42e2c5d58085df79e7e4.bindPopup(popup_f5e08ff63b3d456d67572bdd8101222a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dccfb3bc7c9e42e2c5d58085df79e7e4.setIcon(icon_21c1cdb110d80191aef016cc714ee833);
|
|
|
|
|
|
var marker_8467b15a8d9515ab331bc99b5e9a5a78 = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_89a92d06d91efd404683a6767738a257 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f221c60318b72c47a8f70c78c0282b29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0789c96b8dc74bae743201340ac4c3b6 = $(`<div id="html_0789c96b8dc74bae743201340ac4c3b6" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_f221c60318b72c47a8f70c78c0282b29.setContent(html_0789c96b8dc74bae743201340ac4c3b6);
|
|
|
|
|
|
|
|
marker_8467b15a8d9515ab331bc99b5e9a5a78.bindPopup(popup_f221c60318b72c47a8f70c78c0282b29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8467b15a8d9515ab331bc99b5e9a5a78.setIcon(icon_89a92d06d91efd404683a6767738a257);
|
|
|
|
|
|
var marker_49655bb916311bac877b033e8c7df741 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_fd8bf89102205413e48d96192b8daa0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93294d918c950e1151fef07321f3fc97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ed6e2d4d6a6a424b58e3b2d1b6f3f87 = $(`<div id="html_9ed6e2d4d6a6a424b58e3b2d1b6f3f87" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_93294d918c950e1151fef07321f3fc97.setContent(html_9ed6e2d4d6a6a424b58e3b2d1b6f3f87);
|
|
|
|
|
|
|
|
marker_49655bb916311bac877b033e8c7df741.bindPopup(popup_93294d918c950e1151fef07321f3fc97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_49655bb916311bac877b033e8c7df741.setIcon(icon_fd8bf89102205413e48d96192b8daa0c);
|
|
|
|
|
|
var marker_bac7d967d79c600f6f53e331558f1761 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_6dd6ab04a2dcfcf0745637aa0eb1ab43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_927cedba40ddfc8030f93e921d21d419 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_10b32596204065932c82f945b6639618 = $(`<div id="html_10b32596204065932c82f945b6639618" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_927cedba40ddfc8030f93e921d21d419.setContent(html_10b32596204065932c82f945b6639618);
|
|
|
|
|
|
|
|
marker_bac7d967d79c600f6f53e331558f1761.bindPopup(popup_927cedba40ddfc8030f93e921d21d419)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bac7d967d79c600f6f53e331558f1761.setIcon(icon_6dd6ab04a2dcfcf0745637aa0eb1ab43);
|
|
|
|
|
|
var marker_dde171460a61a16d8cae5117cbd3ff85 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_3b55cfd3942fb1db7127a942212d04a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_698427805df821e955608a5cf2e4f64f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3a6d37b1d7db216842ae145af9dc7e12 = $(`<div id="html_3a6d37b1d7db216842ae145af9dc7e12" style="width: 100.0%; height: 100.0%;">nostr.rblb.it:7777</div>`)[0];
|
|
popup_698427805df821e955608a5cf2e4f64f.setContent(html_3a6d37b1d7db216842ae145af9dc7e12);
|
|
|
|
|
|
|
|
marker_dde171460a61a16d8cae5117cbd3ff85.bindPopup(popup_698427805df821e955608a5cf2e4f64f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dde171460a61a16d8cae5117cbd3ff85.setIcon(icon_3b55cfd3942fb1db7127a942212d04a8);
|
|
|
|
|
|
var marker_c7c65696c40deae85459321f1e114e15 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_9d0e8a2e625ae67cfb25c38abe3f7fef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5873d5b541be604eb7b66977946e205d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_49554dc13cdf937db452e46c24d5674f = $(`<div id="html_49554dc13cdf937db452e46c24d5674f" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_5873d5b541be604eb7b66977946e205d.setContent(html_49554dc13cdf937db452e46c24d5674f);
|
|
|
|
|
|
|
|
marker_c7c65696c40deae85459321f1e114e15.bindPopup(popup_5873d5b541be604eb7b66977946e205d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7c65696c40deae85459321f1e114e15.setIcon(icon_9d0e8a2e625ae67cfb25c38abe3f7fef);
|
|
|
|
|
|
var marker_22a3ce2efcdb4d6003a5f21d402ed379 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_ad3b3a69cd6b7c49f3ceab6ef4a6fa6c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e20d8d3b5d384cdad8b1a31ec494376 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac638f6f4488d42bae42112788336b5c = $(`<div id="html_ac638f6f4488d42bae42112788336b5c" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_1e20d8d3b5d384cdad8b1a31ec494376.setContent(html_ac638f6f4488d42bae42112788336b5c);
|
|
|
|
|
|
|
|
marker_22a3ce2efcdb4d6003a5f21d402ed379.bindPopup(popup_1e20d8d3b5d384cdad8b1a31ec494376)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22a3ce2efcdb4d6003a5f21d402ed379.setIcon(icon_ad3b3a69cd6b7c49f3ceab6ef4a6fa6c);
|
|
|
|
|
|
var marker_54ff4cec313d908d23505efa80c4a19b = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_17ab7e6b89d3277e9fde31a052bba41d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1671e3ae8c1e37445faf21d32f8e492b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6f213a76775b8d02963c850840fa3c76 = $(`<div id="html_6f213a76775b8d02963c850840fa3c76" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_1671e3ae8c1e37445faf21d32f8e492b.setContent(html_6f213a76775b8d02963c850840fa3c76);
|
|
|
|
|
|
|
|
marker_54ff4cec313d908d23505efa80c4a19b.bindPopup(popup_1671e3ae8c1e37445faf21d32f8e492b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54ff4cec313d908d23505efa80c4a19b.setIcon(icon_17ab7e6b89d3277e9fde31a052bba41d);
|
|
|
|
|
|
var marker_63a2ca3624075e654c964a2118773c3e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_99dd039a13f6aefcadaba37bb9d52b06 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b983b8cb894a241819b5a5606c1683b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53906e09496530663de4a689b092fbe8 = $(`<div id="html_53906e09496530663de4a689b092fbe8" style="width: 100.0%; height: 100.0%;">bendernostur.duckdns.org:8443</div>`)[0];
|
|
popup_5b983b8cb894a241819b5a5606c1683b.setContent(html_53906e09496530663de4a689b092fbe8);
|
|
|
|
|
|
|
|
marker_63a2ca3624075e654c964a2118773c3e.bindPopup(popup_5b983b8cb894a241819b5a5606c1683b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63a2ca3624075e654c964a2118773c3e.setIcon(icon_99dd039a13f6aefcadaba37bb9d52b06);
|
|
|
|
|
|
var marker_ed61aac59270b445f80b902f20076a86 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_c65814a277c6881ad6d02abcb7daecfd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d237f04440c2a6b837376de5d79513da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a98d7beaf7a377387cd970d6486d8d33 = $(`<div id="html_a98d7beaf7a377387cd970d6486d8d33" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_d237f04440c2a6b837376de5d79513da.setContent(html_a98d7beaf7a377387cd970d6486d8d33);
|
|
|
|
|
|
|
|
marker_ed61aac59270b445f80b902f20076a86.bindPopup(popup_d237f04440c2a6b837376de5d79513da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ed61aac59270b445f80b902f20076a86.setIcon(icon_c65814a277c6881ad6d02abcb7daecfd);
|
|
|
|
|
|
var marker_3c2e097313c89ebd01ba4a0566362756 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_f359d141773905d1d47f35ceb00d17df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a0cfdc54a5081c3bb815cde505b1e562 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1d2dd3f17e21d6217fa3163e92f15774 = $(`<div id="html_1d2dd3f17e21d6217fa3163e92f15774" style="width: 100.0%; height: 100.0%;">relay.liberbitworld.org</div>`)[0];
|
|
popup_a0cfdc54a5081c3bb815cde505b1e562.setContent(html_1d2dd3f17e21d6217fa3163e92f15774);
|
|
|
|
|
|
|
|
marker_3c2e097313c89ebd01ba4a0566362756.bindPopup(popup_a0cfdc54a5081c3bb815cde505b1e562)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c2e097313c89ebd01ba4a0566362756.setIcon(icon_f359d141773905d1d47f35ceb00d17df);
|
|
|
|
|
|
var marker_6809ca566b772902561c8adc7baaf24a = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_1e27f3e29b3015c3dd8d4da3c261938f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf765d2344f88e95fe8b0b3c06c838d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cca45b848bd58106082e74462781f6b2 = $(`<div id="html_cca45b848bd58106082e74462781f6b2" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_cf765d2344f88e95fe8b0b3c06c838d8.setContent(html_cca45b848bd58106082e74462781f6b2);
|
|
|
|
|
|
|
|
marker_6809ca566b772902561c8adc7baaf24a.bindPopup(popup_cf765d2344f88e95fe8b0b3c06c838d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6809ca566b772902561c8adc7baaf24a.setIcon(icon_1e27f3e29b3015c3dd8d4da3c261938f);
|
|
|
|
|
|
var marker_de97f759362bdcfefececc7f7a9a0f87 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_005c5533b9c9f75b227e24ffa02ab82a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_faae67ecafd892c2a67b6b2bc1e89164 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7be6e54c92b658981bea0b97b0281c5b = $(`<div id="html_7be6e54c92b658981bea0b97b0281c5b" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_faae67ecafd892c2a67b6b2bc1e89164.setContent(html_7be6e54c92b658981bea0b97b0281c5b);
|
|
|
|
|
|
|
|
marker_de97f759362bdcfefececc7f7a9a0f87.bindPopup(popup_faae67ecafd892c2a67b6b2bc1e89164)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de97f759362bdcfefececc7f7a9a0f87.setIcon(icon_005c5533b9c9f75b227e24ffa02ab82a);
|
|
|
|
|
|
var marker_34462f7ad13bb702a014e5ecbd71d378 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_3a59bda4abc5b8f7a6b0dc0a4d5b138e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef080c8836c5fdc3cdbac88cca5ee461 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_866104c1a419f391904f52a77b5f1c63 = $(`<div id="html_866104c1a419f391904f52a77b5f1c63" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_ef080c8836c5fdc3cdbac88cca5ee461.setContent(html_866104c1a419f391904f52a77b5f1c63);
|
|
|
|
|
|
|
|
marker_34462f7ad13bb702a014e5ecbd71d378.bindPopup(popup_ef080c8836c5fdc3cdbac88cca5ee461)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34462f7ad13bb702a014e5ecbd71d378.setIcon(icon_3a59bda4abc5b8f7a6b0dc0a4d5b138e);
|
|
|
|
|
|
var marker_844df401673a76577f5ac85f6101aa19 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_cbfc8b855600da40ed87c11bd46eefd4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_52feef909212fec162e18d47cc4d5ce8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea0a5d2057482be6d5fddff474e4a5df = $(`<div id="html_ea0a5d2057482be6d5fddff474e4a5df" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_52feef909212fec162e18d47cc4d5ce8.setContent(html_ea0a5d2057482be6d5fddff474e4a5df);
|
|
|
|
|
|
|
|
marker_844df401673a76577f5ac85f6101aa19.bindPopup(popup_52feef909212fec162e18d47cc4d5ce8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_844df401673a76577f5ac85f6101aa19.setIcon(icon_cbfc8b855600da40ed87c11bd46eefd4);
|
|
|
|
|
|
var marker_5c904df398d6a55cdedffbb97ca21fa2 = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_1439fd624bb3fbd1136751cbd50b97dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81b3dbf15f6a82717c7a04c1081a2b62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_87289b3ec441ed888f60d6dd51b180c1 = $(`<div id="html_87289b3ec441ed888f60d6dd51b180c1" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_81b3dbf15f6a82717c7a04c1081a2b62.setContent(html_87289b3ec441ed888f60d6dd51b180c1);
|
|
|
|
|
|
|
|
marker_5c904df398d6a55cdedffbb97ca21fa2.bindPopup(popup_81b3dbf15f6a82717c7a04c1081a2b62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5c904df398d6a55cdedffbb97ca21fa2.setIcon(icon_1439fd624bb3fbd1136751cbd50b97dd);
|
|
|
|
|
|
var marker_cc64a2e103d8e360787cf4f8f9c902f9 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_e8d4fb550deed9fab8b51e22048902d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af3dd46185abccbe0c46c4899bbe30d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5eb33c4ed955dd15c5b5ef30cfdc3ae4 = $(`<div id="html_5eb33c4ed955dd15c5b5ef30cfdc3ae4" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_af3dd46185abccbe0c46c4899bbe30d8.setContent(html_5eb33c4ed955dd15c5b5ef30cfdc3ae4);
|
|
|
|
|
|
|
|
marker_cc64a2e103d8e360787cf4f8f9c902f9.bindPopup(popup_af3dd46185abccbe0c46c4899bbe30d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cc64a2e103d8e360787cf4f8f9c902f9.setIcon(icon_e8d4fb550deed9fab8b51e22048902d0);
|
|
|
|
|
|
var marker_65fdd16947b2072c172cedc74c277c0c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_13f49c6ec3d5c34e3ca1d03dfd8d3b5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9db4271f8de1bf4c7a8e7e398c97ee9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c63c6a9aed580fd93d6b510ad8afba10 = $(`<div id="html_c63c6a9aed580fd93d6b510ad8afba10" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_9db4271f8de1bf4c7a8e7e398c97ee9a.setContent(html_c63c6a9aed580fd93d6b510ad8afba10);
|
|
|
|
|
|
|
|
marker_65fdd16947b2072c172cedc74c277c0c.bindPopup(popup_9db4271f8de1bf4c7a8e7e398c97ee9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_65fdd16947b2072c172cedc74c277c0c.setIcon(icon_13f49c6ec3d5c34e3ca1d03dfd8d3b5d);
|
|
|
|
|
|
var marker_649b38ee5da9ebacdad4179f98434004 = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_d4c85db6030074dadfb54289f1803de9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_476524ebd54baaf611d51f1233b0d164 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e8fb16802afb88a96169d068e6fafa1 = $(`<div id="html_3e8fb16802afb88a96169d068e6fafa1" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_476524ebd54baaf611d51f1233b0d164.setContent(html_3e8fb16802afb88a96169d068e6fafa1);
|
|
|
|
|
|
|
|
marker_649b38ee5da9ebacdad4179f98434004.bindPopup(popup_476524ebd54baaf611d51f1233b0d164)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_649b38ee5da9ebacdad4179f98434004.setIcon(icon_d4c85db6030074dadfb54289f1803de9);
|
|
|
|
|
|
var marker_9db539fc18b3e5aab7b985a326b40c45 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_a00d2b0c031481a3d38c8e81a47953e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e9d434b1195db576aae7659eb826333e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5c69370811cb81a1b1282ef02357fb27 = $(`<div id="html_5c69370811cb81a1b1282ef02357fb27" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_e9d434b1195db576aae7659eb826333e.setContent(html_5c69370811cb81a1b1282ef02357fb27);
|
|
|
|
|
|
|
|
marker_9db539fc18b3e5aab7b985a326b40c45.bindPopup(popup_e9d434b1195db576aae7659eb826333e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9db539fc18b3e5aab7b985a326b40c45.setIcon(icon_a00d2b0c031481a3d38c8e81a47953e3);
|
|
|
|
|
|
var marker_d8b31a4ce99f82cc5b4be089b28cc551 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_bee4f724ee71325edf8779211cbb131b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f96466b7c7e128a434907445ed562baf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_428b1f3f1bf3a3cc3dd0b016dac87b5f = $(`<div id="html_428b1f3f1bf3a3cc3dd0b016dac87b5f" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_f96466b7c7e128a434907445ed562baf.setContent(html_428b1f3f1bf3a3cc3dd0b016dac87b5f);
|
|
|
|
|
|
|
|
marker_d8b31a4ce99f82cc5b4be089b28cc551.bindPopup(popup_f96466b7c7e128a434907445ed562baf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8b31a4ce99f82cc5b4be089b28cc551.setIcon(icon_bee4f724ee71325edf8779211cbb131b);
|
|
|
|
|
|
var marker_51574199de9f36582851528fe5059a8d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_6ca5b7d0ea7e51c289f991eddf9f4c12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a294e2a0a50ed55f2c372fe952b9d688 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94882016a04fa66786ef14e93e862c19 = $(`<div id="html_94882016a04fa66786ef14e93e862c19" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_a294e2a0a50ed55f2c372fe952b9d688.setContent(html_94882016a04fa66786ef14e93e862c19);
|
|
|
|
|
|
|
|
marker_51574199de9f36582851528fe5059a8d.bindPopup(popup_a294e2a0a50ed55f2c372fe952b9d688)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51574199de9f36582851528fe5059a8d.setIcon(icon_6ca5b7d0ea7e51c289f991eddf9f4c12);
|
|
|
|
|
|
var marker_be819d320e610e9ea649faac88171a6e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_2bdaf9ac85641033572809047fa133cc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b8f581b1897ab27a28df967cb3a78c3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f4ff87c4ae5817dac14a98c903fef57c = $(`<div id="html_f4ff87c4ae5817dac14a98c903fef57c" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_0b8f581b1897ab27a28df967cb3a78c3.setContent(html_f4ff87c4ae5817dac14a98c903fef57c);
|
|
|
|
|
|
|
|
marker_be819d320e610e9ea649faac88171a6e.bindPopup(popup_0b8f581b1897ab27a28df967cb3a78c3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be819d320e610e9ea649faac88171a6e.setIcon(icon_2bdaf9ac85641033572809047fa133cc);
|
|
|
|
|
|
var marker_99f9933813da37bbb892485af03f501b = L.marker(
|
|
[39.9042, 116.407],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_d98821acb37fd572c6761a39293d4eda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cddd16f23826188e52afaa0a53621261 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60587401d51296f16b94b74675389afe = $(`<div id="html_60587401d51296f16b94b74675389afe" style="width: 100.0%; height: 100.0%;">ms.chinacounty.com</div>`)[0];
|
|
popup_cddd16f23826188e52afaa0a53621261.setContent(html_60587401d51296f16b94b74675389afe);
|
|
|
|
|
|
|
|
marker_99f9933813da37bbb892485af03f501b.bindPopup(popup_cddd16f23826188e52afaa0a53621261)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99f9933813da37bbb892485af03f501b.setIcon(icon_d98821acb37fd572c6761a39293d4eda);
|
|
|
|
|
|
var marker_e6b4685fed2568ec590813c9f9485ab3 = L.marker(
|
|
[35.2227, -97.4786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_0cc844c8cbcfb12fb9e97245dc2e27d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_93fcf7f3a64ba3b2c04ac83fc3171bda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_013015b88e23b2d734558fc7701be9ca = $(`<div id="html_013015b88e23b2d734558fc7701be9ca" style="width: 100.0%; height: 100.0%;">relay.beginningend.com</div>`)[0];
|
|
popup_93fcf7f3a64ba3b2c04ac83fc3171bda.setContent(html_013015b88e23b2d734558fc7701be9ca);
|
|
|
|
|
|
|
|
marker_e6b4685fed2568ec590813c9f9485ab3.bindPopup(popup_93fcf7f3a64ba3b2c04ac83fc3171bda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6b4685fed2568ec590813c9f9485ab3.setIcon(icon_0cc844c8cbcfb12fb9e97245dc2e27d9);
|
|
|
|
|
|
var marker_f1fd2bb9fda3ecff64f8d98b140123a3 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_bb1c7246bc66fa90c977be4a7f267cb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c38c3eb68712e188686803624d532de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_889d22690a3827214787764e0351a4b2 = $(`<div id="html_889d22690a3827214787764e0351a4b2" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_4c38c3eb68712e188686803624d532de.setContent(html_889d22690a3827214787764e0351a4b2);
|
|
|
|
|
|
|
|
marker_f1fd2bb9fda3ecff64f8d98b140123a3.bindPopup(popup_4c38c3eb68712e188686803624d532de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f1fd2bb9fda3ecff64f8d98b140123a3.setIcon(icon_bb1c7246bc66fa90c977be4a7f267cb4);
|
|
|
|
|
|
var marker_9c8e73caf8c321000e9ee21bf2082b13 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_cd4045bc2815760d11cf8415726821c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b8d1109803206b8a7dd0477e78aa832c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bc796a69dda25104b5c56fd7eea0902 = $(`<div id="html_0bc796a69dda25104b5c56fd7eea0902" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_b8d1109803206b8a7dd0477e78aa832c.setContent(html_0bc796a69dda25104b5c56fd7eea0902);
|
|
|
|
|
|
|
|
marker_9c8e73caf8c321000e9ee21bf2082b13.bindPopup(popup_b8d1109803206b8a7dd0477e78aa832c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c8e73caf8c321000e9ee21bf2082b13.setIcon(icon_cd4045bc2815760d11cf8415726821c1);
|
|
|
|
|
|
var marker_723f492229b232623fea6d2d03f0aaf7 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_891d527093afa19dbc2777874daa3e98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_984a859e55045878ddc66ca517e9cebc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f69c7dc284b53d188becbf32b1f6caf8 = $(`<div id="html_f69c7dc284b53d188becbf32b1f6caf8" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_984a859e55045878ddc66ca517e9cebc.setContent(html_f69c7dc284b53d188becbf32b1f6caf8);
|
|
|
|
|
|
|
|
marker_723f492229b232623fea6d2d03f0aaf7.bindPopup(popup_984a859e55045878ddc66ca517e9cebc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_723f492229b232623fea6d2d03f0aaf7.setIcon(icon_891d527093afa19dbc2777874daa3e98);
|
|
|
|
|
|
var marker_f46dc895a9e295dc5a1c3c167fab4075 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_7afd7b5ef4ce5a0344fdc6ae3ed15018 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10c36727683583dcacd75c82328f8ba6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_08f94a6895daf167991a9d53674a080e = $(`<div id="html_08f94a6895daf167991a9d53674a080e" style="width: 100.0%; height: 100.0%;">seed-options-few-cache.trycloudflare.com</div>`)[0];
|
|
popup_10c36727683583dcacd75c82328f8ba6.setContent(html_08f94a6895daf167991a9d53674a080e);
|
|
|
|
|
|
|
|
marker_f46dc895a9e295dc5a1c3c167fab4075.bindPopup(popup_10c36727683583dcacd75c82328f8ba6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f46dc895a9e295dc5a1c3c167fab4075.setIcon(icon_7afd7b5ef4ce5a0344fdc6ae3ed15018);
|
|
|
|
|
|
var marker_02404b1023c13adc89f4b13b7f33c182 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_0f62ba05e0caa05520dfab66ac953d82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f9e169681574e7edabedddb312222c02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48e2470fbd711b28c75254d06e850586 = $(`<div id="html_48e2470fbd711b28c75254d06e850586" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_f9e169681574e7edabedddb312222c02.setContent(html_48e2470fbd711b28c75254d06e850586);
|
|
|
|
|
|
|
|
marker_02404b1023c13adc89f4b13b7f33c182.bindPopup(popup_f9e169681574e7edabedddb312222c02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_02404b1023c13adc89f4b13b7f33c182.setIcon(icon_0f62ba05e0caa05520dfab66ac953d82);
|
|
|
|
|
|
var marker_fb03677aeb302b1a13a46cda51f95d38 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_21038ffb5cc1f3a9d50c2142dbdc1542 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_928e878f365af6539702be24fc65851e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4acbeedee6f45bfb7ea81176f38dcbb8 = $(`<div id="html_4acbeedee6f45bfb7ea81176f38dcbb8" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_928e878f365af6539702be24fc65851e.setContent(html_4acbeedee6f45bfb7ea81176f38dcbb8);
|
|
|
|
|
|
|
|
marker_fb03677aeb302b1a13a46cda51f95d38.bindPopup(popup_928e878f365af6539702be24fc65851e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb03677aeb302b1a13a46cda51f95d38.setIcon(icon_21038ffb5cc1f3a9d50c2142dbdc1542);
|
|
|
|
|
|
var marker_51db6eedb3e059037f2c7262b0cd8a84 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_088818e309409afb0bcf83921f18b228 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ed2a9522cc05ac63371bfae7c4fbf36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_264078e8011d7044f60774e9e1954e46 = $(`<div id="html_264078e8011d7044f60774e9e1954e46" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_6ed2a9522cc05ac63371bfae7c4fbf36.setContent(html_264078e8011d7044f60774e9e1954e46);
|
|
|
|
|
|
|
|
marker_51db6eedb3e059037f2c7262b0cd8a84.bindPopup(popup_6ed2a9522cc05ac63371bfae7c4fbf36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51db6eedb3e059037f2c7262b0cd8a84.setIcon(icon_088818e309409afb0bcf83921f18b228);
|
|
|
|
|
|
var marker_78bd712da87389dcd3a2863c75524f96 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_ce398085cc78469f412aea3cfb137294 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2eea68456f5ec02fd1c428c62328d81 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29bcc33ffa35fb3ab860ea7c33ab6628 = $(`<div id="html_29bcc33ffa35fb3ab860ea7c33ab6628" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_b2eea68456f5ec02fd1c428c62328d81.setContent(html_29bcc33ffa35fb3ab860ea7c33ab6628);
|
|
|
|
|
|
|
|
marker_78bd712da87389dcd3a2863c75524f96.bindPopup(popup_b2eea68456f5ec02fd1c428c62328d81)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78bd712da87389dcd3a2863c75524f96.setIcon(icon_ce398085cc78469f412aea3cfb137294);
|
|
|
|
|
|
var marker_5e1ca6ac74aa7a75bc3e4ffe5d44f9b9 = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_f6b2975b307736c03c8d6a324f5e0493 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7a37e3cef917cab617aae03c424689c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_deb03f5089b02698700178dc302b7fee = $(`<div id="html_deb03f5089b02698700178dc302b7fee" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_7a37e3cef917cab617aae03c424689c7.setContent(html_deb03f5089b02698700178dc302b7fee);
|
|
|
|
|
|
|
|
marker_5e1ca6ac74aa7a75bc3e4ffe5d44f9b9.bindPopup(popup_7a37e3cef917cab617aae03c424689c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e1ca6ac74aa7a75bc3e4ffe5d44f9b9.setIcon(icon_f6b2975b307736c03c8d6a324f5e0493);
|
|
|
|
|
|
var marker_23bcbde4e052bb70316f4a0b90ad9e7f = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_7a8421126643e87c1e44625e72bacf55 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_64184045f4869d81b7624dbe09247a62 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ad79e77dcc40c2b82825311f72fb76b = $(`<div id="html_4ad79e77dcc40c2b82825311f72fb76b" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_64184045f4869d81b7624dbe09247a62.setContent(html_4ad79e77dcc40c2b82825311f72fb76b);
|
|
|
|
|
|
|
|
marker_23bcbde4e052bb70316f4a0b90ad9e7f.bindPopup(popup_64184045f4869d81b7624dbe09247a62)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23bcbde4e052bb70316f4a0b90ad9e7f.setIcon(icon_7a8421126643e87c1e44625e72bacf55);
|
|
|
|
|
|
var marker_f176c21ca945e9d7fce302402741ebbe = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_57d18e2c99ccb4423b4817068b37bc7f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c841da18ddf12611369f6b29bab1810 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0bf5a223def1eb381a9a4c5c1e616e0 = $(`<div id="html_d0bf5a223def1eb381a9a4c5c1e616e0" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_3c841da18ddf12611369f6b29bab1810.setContent(html_d0bf5a223def1eb381a9a4c5c1e616e0);
|
|
|
|
|
|
|
|
marker_f176c21ca945e9d7fce302402741ebbe.bindPopup(popup_3c841da18ddf12611369f6b29bab1810)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f176c21ca945e9d7fce302402741ebbe.setIcon(icon_57d18e2c99ccb4423b4817068b37bc7f);
|
|
|
|
|
|
var marker_e758b94bbc433d4bdea5bec6fc5f2872 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_b23f9a5023848d562ea81f4c526a0b84 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a9da7f0da13fcf2ca3affb0b8775be1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29262802df1282727c1667c503aa33a0 = $(`<div id="html_29262802df1282727c1667c503aa33a0" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_8a9da7f0da13fcf2ca3affb0b8775be1.setContent(html_29262802df1282727c1667c503aa33a0);
|
|
|
|
|
|
|
|
marker_e758b94bbc433d4bdea5bec6fc5f2872.bindPopup(popup_8a9da7f0da13fcf2ca3affb0b8775be1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e758b94bbc433d4bdea5bec6fc5f2872.setIcon(icon_b23f9a5023848d562ea81f4c526a0b84);
|
|
|
|
|
|
var marker_2fc692e2dcb762e90cede289db7ad100 = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_64a7834b282ab557a94f242b1b83ec80 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_57ff5761e1c74327b896cf0c6b1c21cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_48285ce99b55c25f0fd22ad105eff3cb = $(`<div id="html_48285ce99b55c25f0fd22ad105eff3cb" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_57ff5761e1c74327b896cf0c6b1c21cb.setContent(html_48285ce99b55c25f0fd22ad105eff3cb);
|
|
|
|
|
|
|
|
marker_2fc692e2dcb762e90cede289db7ad100.bindPopup(popup_57ff5761e1c74327b896cf0c6b1c21cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2fc692e2dcb762e90cede289db7ad100.setIcon(icon_64a7834b282ab557a94f242b1b83ec80);
|
|
|
|
|
|
var marker_7c6842d86e560bede47d722301001987 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_5011d919caf2e1b5b57ea86092363333 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f636e7e3139dc1fb58c50c2c9dc5ca3d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_228665c92eb98308b806bd3bbd211656 = $(`<div id="html_228665c92eb98308b806bd3bbd211656" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_f636e7e3139dc1fb58c50c2c9dc5ca3d.setContent(html_228665c92eb98308b806bd3bbd211656);
|
|
|
|
|
|
|
|
marker_7c6842d86e560bede47d722301001987.bindPopup(popup_f636e7e3139dc1fb58c50c2c9dc5ca3d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c6842d86e560bede47d722301001987.setIcon(icon_5011d919caf2e1b5b57ea86092363333);
|
|
|
|
|
|
var marker_9f4cfb87a1b82b01064251372604cff4 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_378657942f0898b1a4ad960e7d65686e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ad90ff30ff0f99aad4e6f252eeb5762 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e863ed1fdbaaf86d4ec3660176fb7f0a = $(`<div id="html_e863ed1fdbaaf86d4ec3660176fb7f0a" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_0ad90ff30ff0f99aad4e6f252eeb5762.setContent(html_e863ed1fdbaaf86d4ec3660176fb7f0a);
|
|
|
|
|
|
|
|
marker_9f4cfb87a1b82b01064251372604cff4.bindPopup(popup_0ad90ff30ff0f99aad4e6f252eeb5762)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9f4cfb87a1b82b01064251372604cff4.setIcon(icon_378657942f0898b1a4ad960e7d65686e);
|
|
|
|
|
|
var marker_54b4f1e8ef8bb4cda587587d5ac17f70 = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_90898c3dc10fb600d3a337c60a7038ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77e12071f89830f76971793f35beccf9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_12b4f39b28620cc2c971c8d005e180ae = $(`<div id="html_12b4f39b28620cc2c971c8d005e180ae" style="width: 100.0%; height: 100.0%;">aeon.libretechsystems.xyz</div>`)[0];
|
|
popup_77e12071f89830f76971793f35beccf9.setContent(html_12b4f39b28620cc2c971c8d005e180ae);
|
|
|
|
|
|
|
|
marker_54b4f1e8ef8bb4cda587587d5ac17f70.bindPopup(popup_77e12071f89830f76971793f35beccf9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54b4f1e8ef8bb4cda587587d5ac17f70.setIcon(icon_90898c3dc10fb600d3a337c60a7038ae);
|
|
|
|
|
|
var marker_e14ae955f3e244e9072a3dc68a14880a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_018d78e47b248b7f58086a7f28a15597 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50b1c2b148657338644087d4f24bc4cb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbd5f65446c6647dc8659f766258c602 = $(`<div id="html_cbd5f65446c6647dc8659f766258c602" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_50b1c2b148657338644087d4f24bc4cb.setContent(html_cbd5f65446c6647dc8659f766258c602);
|
|
|
|
|
|
|
|
marker_e14ae955f3e244e9072a3dc68a14880a.bindPopup(popup_50b1c2b148657338644087d4f24bc4cb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e14ae955f3e244e9072a3dc68a14880a.setIcon(icon_018d78e47b248b7f58086a7f28a15597);
|
|
|
|
|
|
var marker_68ef404aad1086ab06a361839a0f84e6 = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_b3356094d7b53f40f527069fcf579bdc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d25698197000fd7106cc4b46b8fe0a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd643cf75735bcf16397489b533162af = $(`<div id="html_fd643cf75735bcf16397489b533162af" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_0d25698197000fd7106cc4b46b8fe0a9.setContent(html_fd643cf75735bcf16397489b533162af);
|
|
|
|
|
|
|
|
marker_68ef404aad1086ab06a361839a0f84e6.bindPopup(popup_0d25698197000fd7106cc4b46b8fe0a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_68ef404aad1086ab06a361839a0f84e6.setIcon(icon_b3356094d7b53f40f527069fcf579bdc);
|
|
|
|
|
|
var marker_90cee6b2b8b8daa97c31fd02c8071d34 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_c38b4664ad347be0ad10f8836c407921 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c294cef9fb2314d352da5a4bab45572a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c41bacf4b19c155946664e637b3de424 = $(`<div id="html_c41bacf4b19c155946664e637b3de424" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_c294cef9fb2314d352da5a4bab45572a.setContent(html_c41bacf4b19c155946664e637b3de424);
|
|
|
|
|
|
|
|
marker_90cee6b2b8b8daa97c31fd02c8071d34.bindPopup(popup_c294cef9fb2314d352da5a4bab45572a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90cee6b2b8b8daa97c31fd02c8071d34.setIcon(icon_c38b4664ad347be0ad10f8836c407921);
|
|
|
|
|
|
var marker_cb2d1caf9f350e23092038da81478709 = L.marker(
|
|
[40.4167, -3.70329],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_8d291cbc16d789a929bc5e2c41c80c1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f44b021d66b153e33b0bcdef00a8d645 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd30fc0e699c159a52720ff09c302ee4 = $(`<div id="html_fd30fc0e699c159a52720ff09c302ee4" style="width: 100.0%; height: 100.0%;">strfry.apps3.slidestr.net</div>`)[0];
|
|
popup_f44b021d66b153e33b0bcdef00a8d645.setContent(html_fd30fc0e699c159a52720ff09c302ee4);
|
|
|
|
|
|
|
|
marker_cb2d1caf9f350e23092038da81478709.bindPopup(popup_f44b021d66b153e33b0bcdef00a8d645)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb2d1caf9f350e23092038da81478709.setIcon(icon_8d291cbc16d789a929bc5e2c41c80c1e);
|
|
|
|
|
|
var marker_d72c2d4dca61cfc728f897ca454d3d43 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_feab04d532b5f11948c4b79b9fafa462 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_476574d763013b90ea0b12466d295170 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37470d4144e9df07d45d9b4e4aeb330f = $(`<div id="html_37470d4144e9df07d45d9b4e4aeb330f" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_476574d763013b90ea0b12466d295170.setContent(html_37470d4144e9df07d45d9b4e4aeb330f);
|
|
|
|
|
|
|
|
marker_d72c2d4dca61cfc728f897ca454d3d43.bindPopup(popup_476574d763013b90ea0b12466d295170)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d72c2d4dca61cfc728f897ca454d3d43.setIcon(icon_feab04d532b5f11948c4b79b9fafa462);
|
|
|
|
|
|
var marker_a510f6d894ad592abef6e086495b071a = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_6ecf2aa6151a86eb5c21901eb91bd8c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4431a8da222af9f1385be16b7d05781d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a30be91d882ec8063dcd422f3beda534 = $(`<div id="html_a30be91d882ec8063dcd422f3beda534" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_4431a8da222af9f1385be16b7d05781d.setContent(html_a30be91d882ec8063dcd422f3beda534);
|
|
|
|
|
|
|
|
marker_a510f6d894ad592abef6e086495b071a.bindPopup(popup_4431a8da222af9f1385be16b7d05781d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a510f6d894ad592abef6e086495b071a.setIcon(icon_6ecf2aa6151a86eb5c21901eb91bd8c4);
|
|
|
|
|
|
var marker_bc1159a9592d850e86953cb07586cd81 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_cace2dd8ada9e36f7e01a05278787cba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b8156fe843b292c9c56b67e03da600e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88306fe616582b2c9d0e15dfc9968428 = $(`<div id="html_88306fe616582b2c9d0e15dfc9968428" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_8b8156fe843b292c9c56b67e03da600e.setContent(html_88306fe616582b2c9d0e15dfc9968428);
|
|
|
|
|
|
|
|
marker_bc1159a9592d850e86953cb07586cd81.bindPopup(popup_8b8156fe843b292c9c56b67e03da600e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc1159a9592d850e86953cb07586cd81.setIcon(icon_cace2dd8ada9e36f7e01a05278787cba);
|
|
|
|
|
|
var marker_ad4494b06ad4e98f192e056a5d2d1011 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_86a54e7b2ea94d20eaa4f4632ae04b14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd25fa223e8915a4d5e1b368da2fdedc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8dab2ff8a0f5aab37d28eca0941b1be9 = $(`<div id="html_8dab2ff8a0f5aab37d28eca0941b1be9" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_cd25fa223e8915a4d5e1b368da2fdedc.setContent(html_8dab2ff8a0f5aab37d28eca0941b1be9);
|
|
|
|
|
|
|
|
marker_ad4494b06ad4e98f192e056a5d2d1011.bindPopup(popup_cd25fa223e8915a4d5e1b368da2fdedc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad4494b06ad4e98f192e056a5d2d1011.setIcon(icon_86a54e7b2ea94d20eaa4f4632ae04b14);
|
|
|
|
|
|
var marker_8485537c4314495ba690cae4df9755f6 = L.marker(
|
|
[39.9526, -75.1652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_ef160ce2d7191648ce8dff24d6c0f7ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b6567bc174dd11dde1340df6f8d5e553 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b360f6b41e9c06f4d50dc9dfc81f20fa = $(`<div id="html_b360f6b41e9c06f4d50dc9dfc81f20fa" style="width: 100.0%; height: 100.0%;">nrs-02.darkcloudarcade.com</div>`)[0];
|
|
popup_b6567bc174dd11dde1340df6f8d5e553.setContent(html_b360f6b41e9c06f4d50dc9dfc81f20fa);
|
|
|
|
|
|
|
|
marker_8485537c4314495ba690cae4df9755f6.bindPopup(popup_b6567bc174dd11dde1340df6f8d5e553)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8485537c4314495ba690cae4df9755f6.setIcon(icon_ef160ce2d7191648ce8dff24d6c0f7ce);
|
|
|
|
|
|
var marker_2b1d5af9a8ff2d64ea9db85fe9bbb914 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_d9c81a8e0e201861d16c0c38cfab1278 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de1c18e8e23c5e03c36c444c6cff23e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_211b3c68b40f603792376caee6a099cb = $(`<div id="html_211b3c68b40f603792376caee6a099cb" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_de1c18e8e23c5e03c36c444c6cff23e2.setContent(html_211b3c68b40f603792376caee6a099cb);
|
|
|
|
|
|
|
|
marker_2b1d5af9a8ff2d64ea9db85fe9bbb914.bindPopup(popup_de1c18e8e23c5e03c36c444c6cff23e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b1d5af9a8ff2d64ea9db85fe9bbb914.setIcon(icon_d9c81a8e0e201861d16c0c38cfab1278);
|
|
|
|
|
|
var marker_d720ab2867708a07b8b8b2a6652b2f1c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_c7aed60985450d2494f2b12e82f28714 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fa4eb6d78998b25bed09bfa4f0bb6219 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ce5f2d1950e2e59e386e106dec4831c = $(`<div id="html_3ce5f2d1950e2e59e386e106dec4831c" style="width: 100.0%; height: 100.0%;">dev-relay.nostreon.com</div>`)[0];
|
|
popup_fa4eb6d78998b25bed09bfa4f0bb6219.setContent(html_3ce5f2d1950e2e59e386e106dec4831c);
|
|
|
|
|
|
|
|
marker_d720ab2867708a07b8b8b2a6652b2f1c.bindPopup(popup_fa4eb6d78998b25bed09bfa4f0bb6219)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d720ab2867708a07b8b8b2a6652b2f1c.setIcon(icon_c7aed60985450d2494f2b12e82f28714);
|
|
|
|
|
|
var marker_f95b9f0692d395838a0949ad06fe1ae4 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_0b58559064e8e8a39555e40216e52ae2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10200bbba9ee2bec5ac675b7beca6bf2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3edbe33fd1e3e6d7e98d96f7f8871ba9 = $(`<div id="html_3edbe33fd1e3e6d7e98d96f7f8871ba9" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_10200bbba9ee2bec5ac675b7beca6bf2.setContent(html_3edbe33fd1e3e6d7e98d96f7f8871ba9);
|
|
|
|
|
|
|
|
marker_f95b9f0692d395838a0949ad06fe1ae4.bindPopup(popup_10200bbba9ee2bec5ac675b7beca6bf2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f95b9f0692d395838a0949ad06fe1ae4.setIcon(icon_0b58559064e8e8a39555e40216e52ae2);
|
|
|
|
|
|
var marker_a1bcd387d006fd4d6526159127f6df19 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_f62e1c5037c9abf0a4d60f60896e757c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5697f748b177dea47d146aad4486e797 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4daf8a1dea1d9d22578f8dae7c17d20b = $(`<div id="html_4daf8a1dea1d9d22578f8dae7c17d20b" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_5697f748b177dea47d146aad4486e797.setContent(html_4daf8a1dea1d9d22578f8dae7c17d20b);
|
|
|
|
|
|
|
|
marker_a1bcd387d006fd4d6526159127f6df19.bindPopup(popup_5697f748b177dea47d146aad4486e797)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1bcd387d006fd4d6526159127f6df19.setIcon(icon_f62e1c5037c9abf0a4d60f60896e757c);
|
|
|
|
|
|
var marker_bce8127da6045ab0fc63781c741d40ef = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_ddd21d6b9fca5305c8b30b5afbc601b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9999d16a6572d23a84f374523ca9d12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c1c475908d3cdbea6f10c412cc5c7394 = $(`<div id="html_c1c475908d3cdbea6f10c412cc5c7394" style="width: 100.0%; height: 100.0%;">test.thedude.cloud</div>`)[0];
|
|
popup_c9999d16a6572d23a84f374523ca9d12.setContent(html_c1c475908d3cdbea6f10c412cc5c7394);
|
|
|
|
|
|
|
|
marker_bce8127da6045ab0fc63781c741d40ef.bindPopup(popup_c9999d16a6572d23a84f374523ca9d12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bce8127da6045ab0fc63781c741d40ef.setIcon(icon_ddd21d6b9fca5305c8b30b5afbc601b5);
|
|
|
|
|
|
var marker_5ff88d5902c9b22beb81b75d4618d750 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_2285e69d8462ce0debd2a681f947ee0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b68c8b6227e5b68bb4a3eb67b2023e17 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1ddb337e43e4752119e3ab4b18e98713 = $(`<div id="html_1ddb337e43e4752119e3ab4b18e98713" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_b68c8b6227e5b68bb4a3eb67b2023e17.setContent(html_1ddb337e43e4752119e3ab4b18e98713);
|
|
|
|
|
|
|
|
marker_5ff88d5902c9b22beb81b75d4618d750.bindPopup(popup_b68c8b6227e5b68bb4a3eb67b2023e17)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ff88d5902c9b22beb81b75d4618d750.setIcon(icon_2285e69d8462ce0debd2a681f947ee0d);
|
|
|
|
|
|
var marker_260a15b334f51665c6ef0d1ef7ec3c27 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_0ddcc71ff001aeec887824a0d4cf8726 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dcb0120b9ebbd7a60504530f3808552f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cbf993438dd22c107eeba85ac71e4e7 = $(`<div id="html_7cbf993438dd22c107eeba85ac71e4e7" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_dcb0120b9ebbd7a60504530f3808552f.setContent(html_7cbf993438dd22c107eeba85ac71e4e7);
|
|
|
|
|
|
|
|
marker_260a15b334f51665c6ef0d1ef7ec3c27.bindPopup(popup_dcb0120b9ebbd7a60504530f3808552f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_260a15b334f51665c6ef0d1ef7ec3c27.setIcon(icon_0ddcc71ff001aeec887824a0d4cf8726);
|
|
|
|
|
|
var marker_446b7d849a61d2d2fd470020e5f653df = L.marker(
|
|
[37.3589, 127.115],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_201bf8d27301e39aee5d5b6d237d83a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e46f49b805c92b2b316de5838f4eb9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aed961fb43c010e275ab32ed6742b7ff = $(`<div id="html_aed961fb43c010e275ab32ed6742b7ff" style="width: 100.0%; height: 100.0%;">nostr.aruku.kro.kr</div>`)[0];
|
|
popup_7e46f49b805c92b2b316de5838f4eb9a.setContent(html_aed961fb43c010e275ab32ed6742b7ff);
|
|
|
|
|
|
|
|
marker_446b7d849a61d2d2fd470020e5f653df.bindPopup(popup_7e46f49b805c92b2b316de5838f4eb9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_446b7d849a61d2d2fd470020e5f653df.setIcon(icon_201bf8d27301e39aee5d5b6d237d83a9);
|
|
|
|
|
|
var marker_e727899fbbb1ef0962c3815a972bfea1 = L.marker(
|
|
[49.281, -123.117],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_a52b19076d3f4fa2457e029cfd68d8fe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbee0e7553e20aa1ed48509b6ce6a880 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02a7325ea24459ed13d2e58b6c01d0ce = $(`<div id="html_02a7325ea24459ed13d2e58b6c01d0ce" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_dbee0e7553e20aa1ed48509b6ce6a880.setContent(html_02a7325ea24459ed13d2e58b6c01d0ce);
|
|
|
|
|
|
|
|
marker_e727899fbbb1ef0962c3815a972bfea1.bindPopup(popup_dbee0e7553e20aa1ed48509b6ce6a880)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e727899fbbb1ef0962c3815a972bfea1.setIcon(icon_a52b19076d3f4fa2457e029cfd68d8fe);
|
|
|
|
|
|
var marker_578793c1511662d369dbdfc229ee76be = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_2335b62bf0774af72ce37f595078d414 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eb616809132a8edcad8be0adb4ce9384 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b01fd210776dba568b95c5c03c8a7069 = $(`<div id="html_b01fd210776dba568b95c5c03c8a7069" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_eb616809132a8edcad8be0adb4ce9384.setContent(html_b01fd210776dba568b95c5c03c8a7069);
|
|
|
|
|
|
|
|
marker_578793c1511662d369dbdfc229ee76be.bindPopup(popup_eb616809132a8edcad8be0adb4ce9384)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_578793c1511662d369dbdfc229ee76be.setIcon(icon_2335b62bf0774af72ce37f595078d414);
|
|
|
|
|
|
var marker_c9e3580590a2c17a31f53883d9952fdc = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_f2b3910cb9209146f88e5b82ac6b82a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4473b8e4d2b5ace5a0e2337276e94f6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f020eb79ae47546bf0a374fe1994a664 = $(`<div id="html_f020eb79ae47546bf0a374fe1994a664" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_4473b8e4d2b5ace5a0e2337276e94f6c.setContent(html_f020eb79ae47546bf0a374fe1994a664);
|
|
|
|
|
|
|
|
marker_c9e3580590a2c17a31f53883d9952fdc.bindPopup(popup_4473b8e4d2b5ace5a0e2337276e94f6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c9e3580590a2c17a31f53883d9952fdc.setIcon(icon_f2b3910cb9209146f88e5b82ac6b82a1);
|
|
|
|
|
|
var marker_a5b7d61dd4bb7daf8229a7f6071bcf46 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_13bf0d848037751cf9c354ee4503d57f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9da131b62a2ece36832b754cc4123cac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_996cbcac375790878518463db9f85fa8 = $(`<div id="html_996cbcac375790878518463db9f85fa8" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_9da131b62a2ece36832b754cc4123cac.setContent(html_996cbcac375790878518463db9f85fa8);
|
|
|
|
|
|
|
|
marker_a5b7d61dd4bb7daf8229a7f6071bcf46.bindPopup(popup_9da131b62a2ece36832b754cc4123cac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5b7d61dd4bb7daf8229a7f6071bcf46.setIcon(icon_13bf0d848037751cf9c354ee4503d57f);
|
|
|
|
|
|
var marker_efb5173dc07e3b963a01fbff8c84882c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_441da848de8109991f4c1fdd242e8480 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86ecb13aa1522699921da8627b1dc5f5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4075f0be06b4428dd1f2b1a6aaf6f484 = $(`<div id="html_4075f0be06b4428dd1f2b1a6aaf6f484" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_86ecb13aa1522699921da8627b1dc5f5.setContent(html_4075f0be06b4428dd1f2b1a6aaf6f484);
|
|
|
|
|
|
|
|
marker_efb5173dc07e3b963a01fbff8c84882c.bindPopup(popup_86ecb13aa1522699921da8627b1dc5f5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efb5173dc07e3b963a01fbff8c84882c.setIcon(icon_441da848de8109991f4c1fdd242e8480);
|
|
|
|
|
|
var marker_fd37dd0b4ac36ef47343d8eeea2f7ecf = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_beb79329c4c3a669d5ef50eb8d6d88bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67aa0b2b562ea7c61e98f11272d6150a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56ba9480682b3c4ef004182524a5c299 = $(`<div id="html_56ba9480682b3c4ef004182524a5c299" style="width: 100.0%; height: 100.0%;">rele.speyhard.fi</div>`)[0];
|
|
popup_67aa0b2b562ea7c61e98f11272d6150a.setContent(html_56ba9480682b3c4ef004182524a5c299);
|
|
|
|
|
|
|
|
marker_fd37dd0b4ac36ef47343d8eeea2f7ecf.bindPopup(popup_67aa0b2b562ea7c61e98f11272d6150a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd37dd0b4ac36ef47343d8eeea2f7ecf.setIcon(icon_beb79329c4c3a669d5ef50eb8d6d88bd);
|
|
|
|
|
|
var marker_ebd7baff8c7fb4ea66bdb2a8d246f6d6 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_fd6c719b458980b2d707a60751da8848 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac30bde5485ef1fc67351b51db6e3b42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bffa16d42588b98c6ccbed1e7a55c9bd = $(`<div id="html_bffa16d42588b98c6ccbed1e7a55c9bd" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_ac30bde5485ef1fc67351b51db6e3b42.setContent(html_bffa16d42588b98c6ccbed1e7a55c9bd);
|
|
|
|
|
|
|
|
marker_ebd7baff8c7fb4ea66bdb2a8d246f6d6.bindPopup(popup_ac30bde5485ef1fc67351b51db6e3b42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ebd7baff8c7fb4ea66bdb2a8d246f6d6.setIcon(icon_fd6c719b458980b2d707a60751da8848);
|
|
|
|
|
|
var marker_32ba6e03e16d0a09f2ec4fe45511c4aa = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_d1a6910e04caf7aceef47719d8fa695a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a9735b4d85d8c411252a91de7716b69c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d2e6ee492136662ea90743852d01601 = $(`<div id="html_5d2e6ee492136662ea90743852d01601" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_a9735b4d85d8c411252a91de7716b69c.setContent(html_5d2e6ee492136662ea90743852d01601);
|
|
|
|
|
|
|
|
marker_32ba6e03e16d0a09f2ec4fe45511c4aa.bindPopup(popup_a9735b4d85d8c411252a91de7716b69c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_32ba6e03e16d0a09f2ec4fe45511c4aa.setIcon(icon_d1a6910e04caf7aceef47719d8fa695a);
|
|
|
|
|
|
var marker_8d1fc7383295a49ad5a239ae06f9414c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_bb448b999645bf0b74876e4e7c665274 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d461cbfcc447a6ff803837e6d9b1525 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_443a49f37518f25210a681c5e4f6e469 = $(`<div id="html_443a49f37518f25210a681c5e4f6e469" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_2d461cbfcc447a6ff803837e6d9b1525.setContent(html_443a49f37518f25210a681c5e4f6e469);
|
|
|
|
|
|
|
|
marker_8d1fc7383295a49ad5a239ae06f9414c.bindPopup(popup_2d461cbfcc447a6ff803837e6d9b1525)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8d1fc7383295a49ad5a239ae06f9414c.setIcon(icon_bb448b999645bf0b74876e4e7c665274);
|
|
|
|
|
|
var marker_7f95acf14594f0048f54d48c520e2649 = L.marker(
|
|
[43.6715, -79.38],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_5df9ddd4a41f805ebdd3dbb0747642f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1f7831e0ef2882f4ae3b152efdf88de = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26b317b993e3fbcb242835d7fa0a4d52 = $(`<div id="html_26b317b993e3fbcb242835d7fa0a4d52" style="width: 100.0%; height: 100.0%;">relay.tagayasu.xyz</div>`)[0];
|
|
popup_f1f7831e0ef2882f4ae3b152efdf88de.setContent(html_26b317b993e3fbcb242835d7fa0a4d52);
|
|
|
|
|
|
|
|
marker_7f95acf14594f0048f54d48c520e2649.bindPopup(popup_f1f7831e0ef2882f4ae3b152efdf88de)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f95acf14594f0048f54d48c520e2649.setIcon(icon_5df9ddd4a41f805ebdd3dbb0747642f2);
|
|
|
|
|
|
var marker_b511e770bad4263637d31c0f6bdcd012 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_6117b1abfd264ac5f2f77ecf3dc1c5eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cde7358056f730961a4a85b4bb24292d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f639a5930c518c1fd31eba72cde5c600 = $(`<div id="html_f639a5930c518c1fd31eba72cde5c600" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_cde7358056f730961a4a85b4bb24292d.setContent(html_f639a5930c518c1fd31eba72cde5c600);
|
|
|
|
|
|
|
|
marker_b511e770bad4263637d31c0f6bdcd012.bindPopup(popup_cde7358056f730961a4a85b4bb24292d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b511e770bad4263637d31c0f6bdcd012.setIcon(icon_6117b1abfd264ac5f2f77ecf3dc1c5eb);
|
|
|
|
|
|
var marker_e86d53ae71889d5d9d81f12e6570ad19 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_98e48624091a0395c305dbeb57cb4bf8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2b0186c948b17e5e127ad2b49cf456b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f0fd5a876f9e52a2e7628b747e21244c = $(`<div id="html_f0fd5a876f9e52a2e7628b747e21244c" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_e2b0186c948b17e5e127ad2b49cf456b.setContent(html_f0fd5a876f9e52a2e7628b747e21244c);
|
|
|
|
|
|
|
|
marker_e86d53ae71889d5d9d81f12e6570ad19.bindPopup(popup_e2b0186c948b17e5e127ad2b49cf456b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e86d53ae71889d5d9d81f12e6570ad19.setIcon(icon_98e48624091a0395c305dbeb57cb4bf8);
|
|
|
|
|
|
var marker_6e85c3dab1f47b9d3c9de6b0241791c3 = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_d2299e7c52f055c16a8fc2f353fcb080 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f4ff3521f86c10e3d167b559ea9b193 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0bc501f5d4d9a1df27f135d9ad49997f = $(`<div id="html_0bc501f5d4d9a1df27f135d9ad49997f" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_1f4ff3521f86c10e3d167b559ea9b193.setContent(html_0bc501f5d4d9a1df27f135d9ad49997f);
|
|
|
|
|
|
|
|
marker_6e85c3dab1f47b9d3c9de6b0241791c3.bindPopup(popup_1f4ff3521f86c10e3d167b559ea9b193)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e85c3dab1f47b9d3c9de6b0241791c3.setIcon(icon_d2299e7c52f055c16a8fc2f353fcb080);
|
|
|
|
|
|
var marker_6d63a905edebd82de1712528d20634e2 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_8ef2588062af17e9fbe1984e43c281a6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9dcc2ce2fbefff3c28c839ca141275f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70ab3f14c0b1474a55578d1c310bc09f = $(`<div id="html_70ab3f14c0b1474a55578d1c310bc09f" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_d9dcc2ce2fbefff3c28c839ca141275f.setContent(html_70ab3f14c0b1474a55578d1c310bc09f);
|
|
|
|
|
|
|
|
marker_6d63a905edebd82de1712528d20634e2.bindPopup(popup_d9dcc2ce2fbefff3c28c839ca141275f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d63a905edebd82de1712528d20634e2.setIcon(icon_8ef2588062af17e9fbe1984e43c281a6);
|
|
|
|
|
|
var marker_e63a4f8345a6cc44ed6ac372c098890a = L.marker(
|
|
[10.074, -84.2155],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_f6d740ad39979ac16aeaa62c0d698a13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a6bdca6461b3206c48fa29e45fd461f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b5e1078aaefda1bcdbf15c8facd7a6bb = $(`<div id="html_b5e1078aaefda1bcdbf15c8facd7a6bb" style="width: 100.0%; height: 100.0%;">no.str.cr</div>`)[0];
|
|
popup_2a6bdca6461b3206c48fa29e45fd461f.setContent(html_b5e1078aaefda1bcdbf15c8facd7a6bb);
|
|
|
|
|
|
|
|
marker_e63a4f8345a6cc44ed6ac372c098890a.bindPopup(popup_2a6bdca6461b3206c48fa29e45fd461f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e63a4f8345a6cc44ed6ac372c098890a.setIcon(icon_f6d740ad39979ac16aeaa62c0d698a13);
|
|
|
|
|
|
var marker_a290a26bb21264b2fc6d820ff73c2d8b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_ac2e9b4c1ecda2863d229e5713c15124 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58ebc3c66763a9787696615c20119fda = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e5d75c3d9a8b63f60334e03ede3e406 = $(`<div id="html_2e5d75c3d9a8b63f60334e03ede3e406" style="width: 100.0%; height: 100.0%;">relay.gorrdy.cz</div>`)[0];
|
|
popup_58ebc3c66763a9787696615c20119fda.setContent(html_2e5d75c3d9a8b63f60334e03ede3e406);
|
|
|
|
|
|
|
|
marker_a290a26bb21264b2fc6d820ff73c2d8b.bindPopup(popup_58ebc3c66763a9787696615c20119fda)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a290a26bb21264b2fc6d820ff73c2d8b.setIcon(icon_ac2e9b4c1ecda2863d229e5713c15124);
|
|
|
|
|
|
var marker_f6d6c118d64b8604636400089bdf86eb = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_e4a1abfebc7cf9af52f00974d7373ff5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7af31989c0a2b345531e9f401b575ee0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebb3757be42bfc425e803514e1e17d2c = $(`<div id="html_ebb3757be42bfc425e803514e1e17d2c" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_7af31989c0a2b345531e9f401b575ee0.setContent(html_ebb3757be42bfc425e803514e1e17d2c);
|
|
|
|
|
|
|
|
marker_f6d6c118d64b8604636400089bdf86eb.bindPopup(popup_7af31989c0a2b345531e9f401b575ee0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f6d6c118d64b8604636400089bdf86eb.setIcon(icon_e4a1abfebc7cf9af52f00974d7373ff5);
|
|
|
|
|
|
var marker_a22666afd080ecabfef55351ffcb8190 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_91f89961301b29aefb4cb74ab776413c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db3239e7eed2dbac99031d33c1fc7710 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6b519efb86151a21cfa1309df96e678 = $(`<div id="html_f6b519efb86151a21cfa1309df96e678" style="width: 100.0%; height: 100.0%;">nostr2.thalheim.io</div>`)[0];
|
|
popup_db3239e7eed2dbac99031d33c1fc7710.setContent(html_f6b519efb86151a21cfa1309df96e678);
|
|
|
|
|
|
|
|
marker_a22666afd080ecabfef55351ffcb8190.bindPopup(popup_db3239e7eed2dbac99031d33c1fc7710)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a22666afd080ecabfef55351ffcb8190.setIcon(icon_91f89961301b29aefb4cb74ab776413c);
|
|
|
|
|
|
var marker_5e990f45455f0baec573af91bc157bec = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_1d5178929699fdb838c57217592154c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cfeb8566ecfa650db603668de219ed42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7329820553338aaceac22f397ac85623 = $(`<div id="html_7329820553338aaceac22f397ac85623" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_cfeb8566ecfa650db603668de219ed42.setContent(html_7329820553338aaceac22f397ac85623);
|
|
|
|
|
|
|
|
marker_5e990f45455f0baec573af91bc157bec.bindPopup(popup_cfeb8566ecfa650db603668de219ed42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e990f45455f0baec573af91bc157bec.setIcon(icon_1d5178929699fdb838c57217592154c2);
|
|
|
|
|
|
var marker_38961f384bf3454d27e2a9dff3cf12dc = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_ad53a7759495b288ad2bef90a37bf82c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a4151d3f2543fad8d393daeec30c65ff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6313ccd5af50d88fe59bf6152ccef795 = $(`<div id="html_6313ccd5af50d88fe59bf6152ccef795" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_a4151d3f2543fad8d393daeec30c65ff.setContent(html_6313ccd5af50d88fe59bf6152ccef795);
|
|
|
|
|
|
|
|
marker_38961f384bf3454d27e2a9dff3cf12dc.bindPopup(popup_a4151d3f2543fad8d393daeec30c65ff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38961f384bf3454d27e2a9dff3cf12dc.setIcon(icon_ad53a7759495b288ad2bef90a37bf82c);
|
|
|
|
|
|
var marker_4d8b45909d618a000cff8c66ad31a969 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_fd15da04526ac18edb55ef6a76f1f62b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab31a3a3dee537b47722f2f2d52ba05c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4748778749229cc2ab89f1115b0c35d6 = $(`<div id="html_4748778749229cc2ab89f1115b0c35d6" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_ab31a3a3dee537b47722f2f2d52ba05c.setContent(html_4748778749229cc2ab89f1115b0c35d6);
|
|
|
|
|
|
|
|
marker_4d8b45909d618a000cff8c66ad31a969.bindPopup(popup_ab31a3a3dee537b47722f2f2d52ba05c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4d8b45909d618a000cff8c66ad31a969.setIcon(icon_fd15da04526ac18edb55ef6a76f1f62b);
|
|
|
|
|
|
var marker_501e853a6ad27c9b611676859c84a1d6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_0aaf334187d393c3c1ef1e2a680159d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d737fdd9553aac19fbac4a4e68f29d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9714d6ed3cd3b1aae5703487b42cd909 = $(`<div id="html_9714d6ed3cd3b1aae5703487b42cd909" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_0d737fdd9553aac19fbac4a4e68f29d8.setContent(html_9714d6ed3cd3b1aae5703487b42cd909);
|
|
|
|
|
|
|
|
marker_501e853a6ad27c9b611676859c84a1d6.bindPopup(popup_0d737fdd9553aac19fbac4a4e68f29d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_501e853a6ad27c9b611676859c84a1d6.setIcon(icon_0aaf334187d393c3c1ef1e2a680159d1);
|
|
|
|
|
|
var marker_b3f31579052dcdbae9666b43f63d1f13 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_bc771ae6bd443a0a646464422023cf4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7b5ef2d72793c33402989a21271d50f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_189a94f16c44a5cdb19d6cbb53b9f376 = $(`<div id="html_189a94f16c44a5cdb19d6cbb53b9f376" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_b7b5ef2d72793c33402989a21271d50f.setContent(html_189a94f16c44a5cdb19d6cbb53b9f376);
|
|
|
|
|
|
|
|
marker_b3f31579052dcdbae9666b43f63d1f13.bindPopup(popup_b7b5ef2d72793c33402989a21271d50f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b3f31579052dcdbae9666b43f63d1f13.setIcon(icon_bc771ae6bd443a0a646464422023cf4f);
|
|
|
|
|
|
var marker_e292346f04e5ed9ec8eadecf13b28fb2 = L.marker(
|
|
[43.7064, -79.3986],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_0a9f2f867d2047647d3b70c982491b43 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c643058641cfec1de85b1d242de9ca2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc11660ac0ffa01c98771ce70a55e657 = $(`<div id="html_fc11660ac0ffa01c98771ce70a55e657" style="width: 100.0%; height: 100.0%;">wot.makenomistakes.ca</div>`)[0];
|
|
popup_c643058641cfec1de85b1d242de9ca2a.setContent(html_fc11660ac0ffa01c98771ce70a55e657);
|
|
|
|
|
|
|
|
marker_e292346f04e5ed9ec8eadecf13b28fb2.bindPopup(popup_c643058641cfec1de85b1d242de9ca2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e292346f04e5ed9ec8eadecf13b28fb2.setIcon(icon_0a9f2f867d2047647d3b70c982491b43);
|
|
|
|
|
|
var marker_8e3483168c9c45636f509ae3c9a9f743 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_5159753bdac634c30f473ed716dd1c7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07c2dca83c431e82326abfe617be3ed1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_efdef4699a735f301e283ceff406b95b = $(`<div id="html_efdef4699a735f301e283ceff406b95b" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_07c2dca83c431e82326abfe617be3ed1.setContent(html_efdef4699a735f301e283ceff406b95b);
|
|
|
|
|
|
|
|
marker_8e3483168c9c45636f509ae3c9a9f743.bindPopup(popup_07c2dca83c431e82326abfe617be3ed1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e3483168c9c45636f509ae3c9a9f743.setIcon(icon_5159753bdac634c30f473ed716dd1c7c);
|
|
|
|
|
|
var marker_66b73e02da03c379e64aeed94f8abd00 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_8abdec29b6a9b5958179348551f25804 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e24d1b88574b970e9dcb4f873a809ae3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79028b6da85665757becc0122792af83 = $(`<div id="html_79028b6da85665757becc0122792af83" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_e24d1b88574b970e9dcb4f873a809ae3.setContent(html_79028b6da85665757becc0122792af83);
|
|
|
|
|
|
|
|
marker_66b73e02da03c379e64aeed94f8abd00.bindPopup(popup_e24d1b88574b970e9dcb4f873a809ae3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66b73e02da03c379e64aeed94f8abd00.setIcon(icon_8abdec29b6a9b5958179348551f25804);
|
|
|
|
|
|
var marker_9d8907135c16749d2b00f65e64ed0f9f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_39a3aeda16fc4eeee69ba0ea9b30d3b0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e7b03531b0680782607ec6f91492204 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f22b115b8cb7654458e93472fe68334 = $(`<div id="html_0f22b115b8cb7654458e93472fe68334" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_0e7b03531b0680782607ec6f91492204.setContent(html_0f22b115b8cb7654458e93472fe68334);
|
|
|
|
|
|
|
|
marker_9d8907135c16749d2b00f65e64ed0f9f.bindPopup(popup_0e7b03531b0680782607ec6f91492204)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d8907135c16749d2b00f65e64ed0f9f.setIcon(icon_39a3aeda16fc4eeee69ba0ea9b30d3b0);
|
|
|
|
|
|
var marker_ceaf88e3d8b9dc273a79e323016d7aad = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_ef1011a3a5e745a6c63ec053181e27ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e382312b371cad5bd7f73a017e58c08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed2c15bfa6767e38d234490a72d4303f = $(`<div id="html_ed2c15bfa6767e38d234490a72d4303f" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_6e382312b371cad5bd7f73a017e58c08.setContent(html_ed2c15bfa6767e38d234490a72d4303f);
|
|
|
|
|
|
|
|
marker_ceaf88e3d8b9dc273a79e323016d7aad.bindPopup(popup_6e382312b371cad5bd7f73a017e58c08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ceaf88e3d8b9dc273a79e323016d7aad.setIcon(icon_ef1011a3a5e745a6c63ec053181e27ba);
|
|
|
|
|
|
var marker_ec896d83f25923f39a3f15f40afd8833 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_7603ba782f4f92455b06471a8674dc09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_124f82124e9876a72ed29c33b2d0bb79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_057c9e5dae19a876f7fe9907b0d627b3 = $(`<div id="html_057c9e5dae19a876f7fe9907b0d627b3" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_124f82124e9876a72ed29c33b2d0bb79.setContent(html_057c9e5dae19a876f7fe9907b0d627b3);
|
|
|
|
|
|
|
|
marker_ec896d83f25923f39a3f15f40afd8833.bindPopup(popup_124f82124e9876a72ed29c33b2d0bb79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec896d83f25923f39a3f15f40afd8833.setIcon(icon_7603ba782f4f92455b06471a8674dc09);
|
|
|
|
|
|
var marker_cff07109681c3342c3c79ba66e9252be = L.marker(
|
|
[55.4724, 9.87335],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_1c1c8ef74018893df000b35dd054fe92 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60ddd4701afbc346b53f932dc4cf6f76 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72fe13555ca553a3cc53e66a7e8985b6 = $(`<div id="html_72fe13555ca553a3cc53e66a7e8985b6" style="width: 100.0%; height: 100.0%;">librepress.libretechsystems.xyz</div>`)[0];
|
|
popup_60ddd4701afbc346b53f932dc4cf6f76.setContent(html_72fe13555ca553a3cc53e66a7e8985b6);
|
|
|
|
|
|
|
|
marker_cff07109681c3342c3c79ba66e9252be.bindPopup(popup_60ddd4701afbc346b53f932dc4cf6f76)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cff07109681c3342c3c79ba66e9252be.setIcon(icon_1c1c8ef74018893df000b35dd054fe92);
|
|
|
|
|
|
var marker_22d72a6875f9e1dd912d3a264f5d68d4 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_732f7add79e314941983570b57f58ccb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9733f2fae2d875ece42a4e9f75edc15d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c6d585787f785dc33f1be16d32a57607 = $(`<div id="html_c6d585787f785dc33f1be16d32a57607" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_9733f2fae2d875ece42a4e9f75edc15d.setContent(html_c6d585787f785dc33f1be16d32a57607);
|
|
|
|
|
|
|
|
marker_22d72a6875f9e1dd912d3a264f5d68d4.bindPopup(popup_9733f2fae2d875ece42a4e9f75edc15d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22d72a6875f9e1dd912d3a264f5d68d4.setIcon(icon_732f7add79e314941983570b57f58ccb);
|
|
|
|
|
|
var marker_a5d8ba8d3e0c795b33040cb078c704a7 = L.marker(
|
|
[37.5234, -77.3158],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_2eee22412207c0dbeda5af4cf04fb3d2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4f8c4e2b923093b5577e80addbafb9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_532fe3657f0af46ae730a381e40242d1 = $(`<div id="html_532fe3657f0af46ae730a381e40242d1" style="width: 100.0%; height: 100.0%;">relay.sloannetworks.com</div>`)[0];
|
|
popup_e4f8c4e2b923093b5577e80addbafb9c.setContent(html_532fe3657f0af46ae730a381e40242d1);
|
|
|
|
|
|
|
|
marker_a5d8ba8d3e0c795b33040cb078c704a7.bindPopup(popup_e4f8c4e2b923093b5577e80addbafb9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5d8ba8d3e0c795b33040cb078c704a7.setIcon(icon_2eee22412207c0dbeda5af4cf04fb3d2);
|
|
|
|
|
|
var marker_f36dc1fb9b7a6f882c3e8d3c7e06b401 = L.marker(
|
|
[53.495, 10.2542],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_4b00cc5aa623b9a89a718f2d6653c0a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f25c12b7b35daac59a34063b011514b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_52a346e577f13948231620f2a7bfeec5 = $(`<div id="html_52a346e577f13948231620f2a7bfeec5" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_2f25c12b7b35daac59a34063b011514b.setContent(html_52a346e577f13948231620f2a7bfeec5);
|
|
|
|
|
|
|
|
marker_f36dc1fb9b7a6f882c3e8d3c7e06b401.bindPopup(popup_2f25c12b7b35daac59a34063b011514b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f36dc1fb9b7a6f882c3e8d3c7e06b401.setIcon(icon_4b00cc5aa623b9a89a718f2d6653c0a2);
|
|
|
|
|
|
var marker_fa4d4608eecef47528c39d9014bfc8ca = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_2a90a07ae31369e7e458c0c6e41bf7ad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_852d7d0c38a01390dd83dc70ddc85801 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42e7119d5644a0953c94b4536a3334bc = $(`<div id="html_42e7119d5644a0953c94b4536a3334bc" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_852d7d0c38a01390dd83dc70ddc85801.setContent(html_42e7119d5644a0953c94b4536a3334bc);
|
|
|
|
|
|
|
|
marker_fa4d4608eecef47528c39d9014bfc8ca.bindPopup(popup_852d7d0c38a01390dd83dc70ddc85801)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa4d4608eecef47528c39d9014bfc8ca.setIcon(icon_2a90a07ae31369e7e458c0c6e41bf7ad);
|
|
|
|
|
|
var marker_22ccc5d42eaf67ff349d6c15cb59ba74 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_b8c358b79f2b71306a20e2abfabd2c18 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ba5a024ec48ceb8aa98f364cc325a18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eaa1b03be772d84a948f644b495a2c05 = $(`<div id="html_eaa1b03be772d84a948f644b495a2c05" style="width: 100.0%; height: 100.0%;">relay.hook.cafe</div>`)[0];
|
|
popup_0ba5a024ec48ceb8aa98f364cc325a18.setContent(html_eaa1b03be772d84a948f644b495a2c05);
|
|
|
|
|
|
|
|
marker_22ccc5d42eaf67ff349d6c15cb59ba74.bindPopup(popup_0ba5a024ec48ceb8aa98f364cc325a18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22ccc5d42eaf67ff349d6c15cb59ba74.setIcon(icon_b8c358b79f2b71306a20e2abfabd2c18);
|
|
|
|
|
|
var marker_f43f82b50983abfef455efa405acf58d = L.marker(
|
|
[1.27994, 103.849],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_aa9b9a77bf3e4952abec9ae652cae300);
|
|
|
|
|
|
var icon_9daf930638a156758a9ac505eb7c15d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a6f790e3273e96868ad3bd7d471ecd14 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_344d975205699014d4e7b28bcc20c829 = $(`<div id="html_344d975205699014d4e7b28bcc20c829" style="width: 100.0%; height: 100.0%;">nostr.aruku.ovh</div>`)[0];
|
|
popup_a6f790e3273e96868ad3bd7d471ecd14.setContent(html_344d975205699014d4e7b28bcc20c829);
|
|
|
|
|
|
|
|
marker_f43f82b50983abfef455efa405acf58d.bindPopup(popup_a6f790e3273e96868ad3bd7d471ecd14)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f43f82b50983abfef455efa405acf58d.setIcon(icon_9daf930638a156758a9ac505eb7c15d8);
|
|
|
|
|
|
marker_cluster_aa9b9a77bf3e4952abec9ae652cae300.addTo(map_8edeb9e4fe2f06e348c9c2bbfccc180c);
|
|
|
|
</script>
|
|
</html> |