mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 00:45:19 +00:00
10981 lines
319 KiB
HTML
10981 lines
319 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js"></script>
|
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"></script>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.css"/>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"/>
|
|
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css"/>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.min.css"/>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"/>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>
|
|
|
|
<meta name="viewport" content="width=device-width,
|
|
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
<style>
|
|
#map_7f75b3fc72c3316c4f4a14dd4f60451b {
|
|
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_7f75b3fc72c3316c4f4a14dd4f60451b" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_7f75b3fc72c3316c4f4a14dd4f60451b = L.map(
|
|
"map_7f75b3fc72c3316c4f4a14dd4f60451b",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_9534c070dbab8c0f86a48e23e7af1f56 = 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_9534c070dbab8c0f86a48e23e7af1f56.addTo(map_7f75b3fc72c3316c4f4a14dd4f60451b);
|
|
|
|
|
|
var marker_cluster_b865d6a14879d94a0e39abb49febc371 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_99483b6f6de9b55ea7391f3dbe5ce625 = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_7a15d3277736a6d0a101b89e5b451550 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13aeda6f84e979c0091b955cb9aa354b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90ef3dbde57f7332d3f8ea3f32ac5989 = $(`<div id="html_90ef3dbde57f7332d3f8ea3f32ac5989" style="width: 100.0%; height: 100.0%;">bitcoiner.social</div>`)[0];
|
|
popup_13aeda6f84e979c0091b955cb9aa354b.setContent(html_90ef3dbde57f7332d3f8ea3f32ac5989);
|
|
|
|
|
|
|
|
marker_99483b6f6de9b55ea7391f3dbe5ce625.bindPopup(popup_13aeda6f84e979c0091b955cb9aa354b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99483b6f6de9b55ea7391f3dbe5ce625.setIcon(icon_7a15d3277736a6d0a101b89e5b451550);
|
|
|
|
|
|
var marker_ab3d7dfbe2c18c1d5218fb3def15bb5b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_69a0927c524e551ecf4103bf9b8fce9a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b13f5395c1400b1ec1769a320106199f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f06bfdf78e1c9ca8b890670cb83c87a = $(`<div id="html_2f06bfdf78e1c9ca8b890670cb83c87a" style="width: 100.0%; height: 100.0%;">cs-relay.nostrdev.com</div>`)[0];
|
|
popup_b13f5395c1400b1ec1769a320106199f.setContent(html_2f06bfdf78e1c9ca8b890670cb83c87a);
|
|
|
|
|
|
|
|
marker_ab3d7dfbe2c18c1d5218fb3def15bb5b.bindPopup(popup_b13f5395c1400b1ec1769a320106199f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab3d7dfbe2c18c1d5218fb3def15bb5b.setIcon(icon_69a0927c524e551ecf4103bf9b8fce9a);
|
|
|
|
|
|
var marker_5d4055db88d16bedb0fc3d1c43c366cc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_fe1d440fd1a1de03387c3b69742c540c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80ea6cab4312e3444f5e9fefb8f7b17f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b5fb6a6f4d961673af466fc58792b47 = $(`<div id="html_2b5fb6a6f4d961673af466fc58792b47" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_80ea6cab4312e3444f5e9fefb8f7b17f.setContent(html_2b5fb6a6f4d961673af466fc58792b47);
|
|
|
|
|
|
|
|
marker_5d4055db88d16bedb0fc3d1c43c366cc.bindPopup(popup_80ea6cab4312e3444f5e9fefb8f7b17f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5d4055db88d16bedb0fc3d1c43c366cc.setIcon(icon_fe1d440fd1a1de03387c3b69742c540c);
|
|
|
|
|
|
var marker_1497dfc6911f182dfa95a809b82701cc = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_212aff85df74a7bf5956127b993341b3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e18aae92536fc16b5557d0ac0fb58d9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5b4d38e5014701d5a66b9dc0e364edbb = $(`<div id="html_5b4d38e5014701d5a66b9dc0e364edbb" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_e18aae92536fc16b5557d0ac0fb58d9f.setContent(html_5b4d38e5014701d5a66b9dc0e364edbb);
|
|
|
|
|
|
|
|
marker_1497dfc6911f182dfa95a809b82701cc.bindPopup(popup_e18aae92536fc16b5557d0ac0fb58d9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1497dfc6911f182dfa95a809b82701cc.setIcon(icon_212aff85df74a7bf5956127b993341b3);
|
|
|
|
|
|
var marker_5ab0e71a2162f8e0a6e1809ca4487533 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_7ddf94ed6cad79911c2efa8289a571c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa35c9d4206ec926a205f6aac7bcd50f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad332fadb397ae72a280b71c70231b26 = $(`<div id="html_ad332fadb397ae72a280b71c70231b26" style="width: 100.0%; height: 100.0%;">relay.mostr.pub</div>`)[0];
|
|
popup_aa35c9d4206ec926a205f6aac7bcd50f.setContent(html_ad332fadb397ae72a280b71c70231b26);
|
|
|
|
|
|
|
|
marker_5ab0e71a2162f8e0a6e1809ca4487533.bindPopup(popup_aa35c9d4206ec926a205f6aac7bcd50f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ab0e71a2162f8e0a6e1809ca4487533.setIcon(icon_7ddf94ed6cad79911c2efa8289a571c2);
|
|
|
|
|
|
var marker_c0edca9d9383bbec2a1b7e14753f5c7f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_80bc00456fcbb95488bb5339fcfa626f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1ac9b563d570f80104e9e927583ad3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d2835f42cac149da2f9f1297199bd690 = $(`<div id="html_d2835f42cac149da2f9f1297199bd690" style="width: 100.0%; height: 100.0%;">relay.nostrcheck.me</div>`)[0];
|
|
popup_b1ac9b563d570f80104e9e927583ad3b.setContent(html_d2835f42cac149da2f9f1297199bd690);
|
|
|
|
|
|
|
|
marker_c0edca9d9383bbec2a1b7e14753f5c7f.bindPopup(popup_b1ac9b563d570f80104e9e927583ad3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c0edca9d9383bbec2a1b7e14753f5c7f.setIcon(icon_80bc00456fcbb95488bb5339fcfa626f);
|
|
|
|
|
|
var marker_399f0aafb7fd513d422dddd4e2382a69 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_09502416f69064072bb385cf05bdc4e4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d602b0cc67b1e4167ab8d4075bedb4f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_654651098cc51e7ed9fa77227fe90026 = $(`<div id="html_654651098cc51e7ed9fa77227fe90026" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_d602b0cc67b1e4167ab8d4075bedb4f2.setContent(html_654651098cc51e7ed9fa77227fe90026);
|
|
|
|
|
|
|
|
marker_399f0aafb7fd513d422dddd4e2382a69.bindPopup(popup_d602b0cc67b1e4167ab8d4075bedb4f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_399f0aafb7fd513d422dddd4e2382a69.setIcon(icon_09502416f69064072bb385cf05bdc4e4);
|
|
|
|
|
|
var marker_9b74390412c2a618345adffb6a67c714 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_db0e983afbd623b253420b41dcb45589 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7aa53b1c5394e4eb7bbf1757fdf194f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_484328ec42caf5f168e66fb927f94ffb = $(`<div id="html_484328ec42caf5f168e66fb927f94ffb" style="width: 100.0%; height: 100.0%;">relay.trotters.cc</div>`)[0];
|
|
popup_a7aa53b1c5394e4eb7bbf1757fdf194f.setContent(html_484328ec42caf5f168e66fb927f94ffb);
|
|
|
|
|
|
|
|
marker_9b74390412c2a618345adffb6a67c714.bindPopup(popup_a7aa53b1c5394e4eb7bbf1757fdf194f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b74390412c2a618345adffb6a67c714.setIcon(icon_db0e983afbd623b253420b41dcb45589);
|
|
|
|
|
|
var marker_477f71bb7ab4becf34cb824aae192088 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_57e4d067e4d616b218b448680c15c969 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_692e61adbf694ce7be139ebbf869023f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4adb654142fc15c26b468fb737cf4cd7 = $(`<div id="html_4adb654142fc15c26b468fb737cf4cd7" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_692e61adbf694ce7be139ebbf869023f.setContent(html_4adb654142fc15c26b468fb737cf4cd7);
|
|
|
|
|
|
|
|
marker_477f71bb7ab4becf34cb824aae192088.bindPopup(popup_692e61adbf694ce7be139ebbf869023f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_477f71bb7ab4becf34cb824aae192088.setIcon(icon_57e4d067e4d616b218b448680c15c969);
|
|
|
|
|
|
var marker_003c921614f5636fdb7ea91b7eecffe0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_3b9c3c5ebf40c0ccfbe34339f9e1a783 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_619e1feb99b0e6e218c0f228c3bcdaca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_832468afd294762471a7541e3af77a46 = $(`<div id="html_832468afd294762471a7541e3af77a46" style="width: 100.0%; height: 100.0%;">nexus.libernet.app</div>`)[0];
|
|
popup_619e1feb99b0e6e218c0f228c3bcdaca.setContent(html_832468afd294762471a7541e3af77a46);
|
|
|
|
|
|
|
|
marker_003c921614f5636fdb7ea91b7eecffe0.bindPopup(popup_619e1feb99b0e6e218c0f228c3bcdaca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_003c921614f5636fdb7ea91b7eecffe0.setIcon(icon_3b9c3c5ebf40c0ccfbe34339f9e1a783);
|
|
|
|
|
|
var marker_0dbfc62b6dcacf05de4ef3524b9e1275 = L.marker(
|
|
[51.902, 7.6657],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_a61b3ba9915f8eb195587a69aec337d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0e58f753f5ccd849d77e4bdaeff1280f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d40336d6dd4da348ec688ad31aa70023 = $(`<div id="html_d40336d6dd4da348ec688ad31aa70023" style="width: 100.0%; height: 100.0%;">nostr.twinkle.lol</div>`)[0];
|
|
popup_0e58f753f5ccd849d77e4bdaeff1280f.setContent(html_d40336d6dd4da348ec688ad31aa70023);
|
|
|
|
|
|
|
|
marker_0dbfc62b6dcacf05de4ef3524b9e1275.bindPopup(popup_0e58f753f5ccd849d77e4bdaeff1280f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0dbfc62b6dcacf05de4ef3524b9e1275.setIcon(icon_a61b3ba9915f8eb195587a69aec337d9);
|
|
|
|
|
|
var marker_4c8d0a450365ef80c4b5a5407bdeda6f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_a83a2ac204ac0aa0c7edeb1d202c2b9c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38bf80515539a09ab7713f4822ab3254 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c908a08218c530fff1850a2d8505bf43 = $(`<div id="html_c908a08218c530fff1850a2d8505bf43" style="width: 100.0%; height: 100.0%;">ephemeral.snowflare.cc</div>`)[0];
|
|
popup_38bf80515539a09ab7713f4822ab3254.setContent(html_c908a08218c530fff1850a2d8505bf43);
|
|
|
|
|
|
|
|
marker_4c8d0a450365ef80c4b5a5407bdeda6f.bindPopup(popup_38bf80515539a09ab7713f4822ab3254)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c8d0a450365ef80c4b5a5407bdeda6f.setIcon(icon_a83a2ac204ac0aa0c7edeb1d202c2b9c);
|
|
|
|
|
|
var marker_d1b729b28e27843532bda3f6995ad117 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_bf770f7fb7f5a4c3b80aee3e373ee7b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_304ec8ff445a0abbd6a6fabd8d5463a4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7010c7dbe515057f0031a164f220bbe0 = $(`<div id="html_7010c7dbe515057f0031a164f220bbe0" style="width: 100.0%; height: 100.0%;">armada.sharegap.net</div>`)[0];
|
|
popup_304ec8ff445a0abbd6a6fabd8d5463a4.setContent(html_7010c7dbe515057f0031a164f220bbe0);
|
|
|
|
|
|
|
|
marker_d1b729b28e27843532bda3f6995ad117.bindPopup(popup_304ec8ff445a0abbd6a6fabd8d5463a4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1b729b28e27843532bda3f6995ad117.setIcon(icon_bf770f7fb7f5a4c3b80aee3e373ee7b5);
|
|
|
|
|
|
var marker_f7978af78b986eeac2de52e200ac1203 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_8e6f1c77e201f20c3ef50bbc2113feb6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27fae5f1952545b84a5924c9ce3cbe08 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3ba748b34c98fb21e90835b21f2107b5 = $(`<div id="html_3ba748b34c98fb21e90835b21f2107b5" style="width: 100.0%; height: 100.0%;">relay.hostr.network</div>`)[0];
|
|
popup_27fae5f1952545b84a5924c9ce3cbe08.setContent(html_3ba748b34c98fb21e90835b21f2107b5);
|
|
|
|
|
|
|
|
marker_f7978af78b986eeac2de52e200ac1203.bindPopup(popup_27fae5f1952545b84a5924c9ce3cbe08)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7978af78b986eeac2de52e200ac1203.setIcon(icon_8e6f1c77e201f20c3ef50bbc2113feb6);
|
|
|
|
|
|
var marker_7c843895a825bfea5b33c4471ab2c9e8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_8e5849c47b1754ba6a79a0461b845a0b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f05f25700f69edceea6cc886c227fe0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d959be0b84dc71048dbbdde4ed03eac2 = $(`<div id="html_d959be0b84dc71048dbbdde4ed03eac2" style="width: 100.0%; height: 100.0%;">dm-test-nostr-rs-42-disabled.samt.st</div>`)[0];
|
|
popup_7f05f25700f69edceea6cc886c227fe0.setContent(html_d959be0b84dc71048dbbdde4ed03eac2);
|
|
|
|
|
|
|
|
marker_7c843895a825bfea5b33c4471ab2c9e8.bindPopup(popup_7f05f25700f69edceea6cc886c227fe0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c843895a825bfea5b33c4471ab2c9e8.setIcon(icon_8e5849c47b1754ba6a79a0461b845a0b);
|
|
|
|
|
|
var marker_7b27fdc7976e15cc1056b45ffe091ca4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_46ec1999a48c6179e14a25c72dab04f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6cc5f8e15ae7b090caeb967933c004aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b6b9ff45483d7fcdf8c747728ac4f5de = $(`<div id="html_b6b9ff45483d7fcdf8c747728ac4f5de" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_6cc5f8e15ae7b090caeb967933c004aa.setContent(html_b6b9ff45483d7fcdf8c747728ac4f5de);
|
|
|
|
|
|
|
|
marker_7b27fdc7976e15cc1056b45ffe091ca4.bindPopup(popup_6cc5f8e15ae7b090caeb967933c004aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b27fdc7976e15cc1056b45ffe091ca4.setIcon(icon_46ec1999a48c6179e14a25c72dab04f8);
|
|
|
|
|
|
var marker_92dfe72b3206168bf00c6cc119203436 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_0c6e137dc72abac63901940303552f7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60fc89ca2cc47342c0bee63ab0ee90b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e0f6e95726ceeecaa66648da52afb7b = $(`<div id="html_7e0f6e95726ceeecaa66648da52afb7b" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_60fc89ca2cc47342c0bee63ab0ee90b3.setContent(html_7e0f6e95726ceeecaa66648da52afb7b);
|
|
|
|
|
|
|
|
marker_92dfe72b3206168bf00c6cc119203436.bindPopup(popup_60fc89ca2cc47342c0bee63ab0ee90b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92dfe72b3206168bf00c6cc119203436.setIcon(icon_0c6e137dc72abac63901940303552f7a);
|
|
|
|
|
|
var marker_fb2ca89b67aefd73f61db949a9e6e5bb = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_6d3829bbfa72d0fbf79c773950ddec62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8eb1b136f4ee6a8169cedcd11a9c891 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_23efbcccb54f327052cc68a2005f6be0 = $(`<div id="html_23efbcccb54f327052cc68a2005f6be0" style="width: 100.0%; height: 100.0%;">nostr.2b9t.xyz</div>`)[0];
|
|
popup_e8eb1b136f4ee6a8169cedcd11a9c891.setContent(html_23efbcccb54f327052cc68a2005f6be0);
|
|
|
|
|
|
|
|
marker_fb2ca89b67aefd73f61db949a9e6e5bb.bindPopup(popup_e8eb1b136f4ee6a8169cedcd11a9c891)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb2ca89b67aefd73f61db949a9e6e5bb.setIcon(icon_6d3829bbfa72d0fbf79c773950ddec62);
|
|
|
|
|
|
var marker_bd57b5b9e4757a4a3abb229f8db82592 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_90a4a8eed63edec3bf92652a85e10405 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e89facad8ab755f03d44ae70494f3c79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e19612949b1710a56d6e55b865ab22c7 = $(`<div id="html_e19612949b1710a56d6e55b865ab22c7" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_e89facad8ab755f03d44ae70494f3c79.setContent(html_e19612949b1710a56d6e55b865ab22c7);
|
|
|
|
|
|
|
|
marker_bd57b5b9e4757a4a3abb229f8db82592.bindPopup(popup_e89facad8ab755f03d44ae70494f3c79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bd57b5b9e4757a4a3abb229f8db82592.setIcon(icon_90a4a8eed63edec3bf92652a85e10405);
|
|
|
|
|
|
var marker_d2c87634970d2d3a0cbea77beb2a4caa = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_c9d5da7dd67143cf2b6f5e5c43b83d45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_11ca5ec079475db07cd2194bfd393566 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_308954a230e96ae047c991ce4421146a = $(`<div id="html_308954a230e96ae047c991ce4421146a" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_11ca5ec079475db07cd2194bfd393566.setContent(html_308954a230e96ae047c991ce4421146a);
|
|
|
|
|
|
|
|
marker_d2c87634970d2d3a0cbea77beb2a4caa.bindPopup(popup_11ca5ec079475db07cd2194bfd393566)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2c87634970d2d3a0cbea77beb2a4caa.setIcon(icon_c9d5da7dd67143cf2b6f5e5c43b83d45);
|
|
|
|
|
|
var marker_7bcebabdb82fd43e7587cc35866a4a77 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_6e6fd2b46f389fac2d2397b5f71a66ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d9b9c25069c97b6dac8a954ed85081c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53fde38a6e24f1f6f3f2a6ada8cdfd6d = $(`<div id="html_53fde38a6e24f1f6f3f2a6ada8cdfd6d" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_d9b9c25069c97b6dac8a954ed85081c4.setContent(html_53fde38a6e24f1f6f3f2a6ada8cdfd6d);
|
|
|
|
|
|
|
|
marker_7bcebabdb82fd43e7587cc35866a4a77.bindPopup(popup_d9b9c25069c97b6dac8a954ed85081c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7bcebabdb82fd43e7587cc35866a4a77.setIcon(icon_6e6fd2b46f389fac2d2397b5f71a66ef);
|
|
|
|
|
|
var marker_cde4266358ceb6c7df339726a788f002 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_f1ba9940d484fd544ec9e0c5ba899b78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8bd0500ad99f3541d41ae78d5f0dbb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78360c7b178e6ead31668078f5d75024 = $(`<div id="html_78360c7b178e6ead31668078f5d75024" style="width: 100.0%; height: 100.0%;">relay.lab.rytswd.com</div>`)[0];
|
|
popup_d8bd0500ad99f3541d41ae78d5f0dbb9.setContent(html_78360c7b178e6ead31668078f5d75024);
|
|
|
|
|
|
|
|
marker_cde4266358ceb6c7df339726a788f002.bindPopup(popup_d8bd0500ad99f3541d41ae78d5f0dbb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cde4266358ceb6c7df339726a788f002.setIcon(icon_f1ba9940d484fd544ec9e0c5ba899b78);
|
|
|
|
|
|
var marker_473d3cbdef2de8309ec17016df662812 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_46b2ab10c4bc3c918986c725c8759d52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01881ebc6d1618fae0cb114fd2c85cd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be1514b2774d17bd10a95ce86b4edcaa = $(`<div id="html_be1514b2774d17bd10a95ce86b4edcaa" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_01881ebc6d1618fae0cb114fd2c85cd5.setContent(html_be1514b2774d17bd10a95ce86b4edcaa);
|
|
|
|
|
|
|
|
marker_473d3cbdef2de8309ec17016df662812.bindPopup(popup_01881ebc6d1618fae0cb114fd2c85cd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_473d3cbdef2de8309ec17016df662812.setIcon(icon_46b2ab10c4bc3c918986c725c8759d52);
|
|
|
|
|
|
var marker_2324935f04ab5eb7952911bd6e89dd44 = L.marker(
|
|
[14.0644, 101.515],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_8e8430de873397bc716fc50a9c49b443 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c40767a39db81473531104848ab5a7e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_89fbba82916b45dbbcf77c29a91dfcb6 = $(`<div id="html_89fbba82916b45dbbcf77c29a91dfcb6" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_c40767a39db81473531104848ab5a7e1.setContent(html_89fbba82916b45dbbcf77c29a91dfcb6);
|
|
|
|
|
|
|
|
marker_2324935f04ab5eb7952911bd6e89dd44.bindPopup(popup_c40767a39db81473531104848ab5a7e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2324935f04ab5eb7952911bd6e89dd44.setIcon(icon_8e8430de873397bc716fc50a9c49b443);
|
|
|
|
|
|
var marker_277ceb5b2217d0cf820f8bb47ff161e9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_519aed3b6d710b93f26b3cb09cc2103b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2199ac7c987d90a2168721dfd5a34ad8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed6bc4b79eef02c9cb0bd4d9146d6dfb = $(`<div id="html_ed6bc4b79eef02c9cb0bd4d9146d6dfb" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_2199ac7c987d90a2168721dfd5a34ad8.setContent(html_ed6bc4b79eef02c9cb0bd4d9146d6dfb);
|
|
|
|
|
|
|
|
marker_277ceb5b2217d0cf820f8bb47ff161e9.bindPopup(popup_2199ac7c987d90a2168721dfd5a34ad8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_277ceb5b2217d0cf820f8bb47ff161e9.setIcon(icon_519aed3b6d710b93f26b3cb09cc2103b);
|
|
|
|
|
|
var marker_35e1aa2a741cacd9d3634478204a652c = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_c9a5094e8f0689ed4ecef7c12a596286 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e1cc36a1fc7334ea6f0a938dcde29741 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fcc0af4458dcb4e4f9cfcfd00a92cea1 = $(`<div id="html_fcc0af4458dcb4e4f9cfcfd00a92cea1" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_e1cc36a1fc7334ea6f0a938dcde29741.setContent(html_fcc0af4458dcb4e4f9cfcfd00a92cea1);
|
|
|
|
|
|
|
|
marker_35e1aa2a741cacd9d3634478204a652c.bindPopup(popup_e1cc36a1fc7334ea6f0a938dcde29741)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35e1aa2a741cacd9d3634478204a652c.setIcon(icon_c9a5094e8f0689ed4ecef7c12a596286);
|
|
|
|
|
|
var marker_48aa79fc159a8fc547f39280e2f0185f = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_0fe5d2e59e96e1e885241a714d0d3f7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a95207c16ca2d0bfe4246c714244173c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16412904107472a6ca1604e0d7994af7 = $(`<div id="html_16412904107472a6ca1604e0d7994af7" style="width: 100.0%; height: 100.0%;">relay.trustr.ing</div>`)[0];
|
|
popup_a95207c16ca2d0bfe4246c714244173c.setContent(html_16412904107472a6ca1604e0d7994af7);
|
|
|
|
|
|
|
|
marker_48aa79fc159a8fc547f39280e2f0185f.bindPopup(popup_a95207c16ca2d0bfe4246c714244173c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48aa79fc159a8fc547f39280e2f0185f.setIcon(icon_0fe5d2e59e96e1e885241a714d0d3f7e);
|
|
|
|
|
|
var marker_59858d098ac2bbd81f729680543728cd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_49ab023afb7b5d81e0f71435161180d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5aaf934f03c161ff2a2faac5ff3e3f5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec95fe63c047849b926cb80b2acbd1d9 = $(`<div id="html_ec95fe63c047849b926cb80b2acbd1d9" style="width: 100.0%; height: 100.0%;">blossom.gnostr.cloud</div>`)[0];
|
|
popup_5aaf934f03c161ff2a2faac5ff3e3f5b.setContent(html_ec95fe63c047849b926cb80b2acbd1d9);
|
|
|
|
|
|
|
|
marker_59858d098ac2bbd81f729680543728cd.bindPopup(popup_5aaf934f03c161ff2a2faac5ff3e3f5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_59858d098ac2bbd81f729680543728cd.setIcon(icon_49ab023afb7b5d81e0f71435161180d3);
|
|
|
|
|
|
var marker_67f8adbbb5eb24c68baf792dda28d83e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_2bc42da9015ee8bcce65aa680d1bc2c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76842af798b2d31dac77ddc9c3b93cd8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6b910c77814b994a8b0cd681413f5c43 = $(`<div id="html_6b910c77814b994a8b0cd681413f5c43" style="width: 100.0%; height: 100.0%;">relay.qstr.app</div>`)[0];
|
|
popup_76842af798b2d31dac77ddc9c3b93cd8.setContent(html_6b910c77814b994a8b0cd681413f5c43);
|
|
|
|
|
|
|
|
marker_67f8adbbb5eb24c68baf792dda28d83e.bindPopup(popup_76842af798b2d31dac77ddc9c3b93cd8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67f8adbbb5eb24c68baf792dda28d83e.setIcon(icon_2bc42da9015ee8bcce65aa680d1bc2c5);
|
|
|
|
|
|
var marker_9a5ecfa6c59918cfdadaec90f298c8c6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_965229468c08ecfa1fd6c0a9507e00ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_035edfb3141f48323dd989674c0783f2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7762e620140253765efe6c0d78e5c0e5 = $(`<div id="html_7762e620140253765efe6c0d78e5c0e5" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_035edfb3141f48323dd989674c0783f2.setContent(html_7762e620140253765efe6c0d78e5c0e5);
|
|
|
|
|
|
|
|
marker_9a5ecfa6c59918cfdadaec90f298c8c6.bindPopup(popup_035edfb3141f48323dd989674c0783f2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a5ecfa6c59918cfdadaec90f298c8c6.setIcon(icon_965229468c08ecfa1fd6c0a9507e00ff);
|
|
|
|
|
|
var marker_b0c808a59260a9df12aaf7b3ee4087e4 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_408aedc7ce5df13e4da88c0699c4c2e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d7e0140b7548209f6363f9280db92e36 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_98072ec8da335e7ead53af23a6ce5c68 = $(`<div id="html_98072ec8da335e7ead53af23a6ce5c68" style="width: 100.0%; height: 100.0%;">relay.staging.hostr.network</div>`)[0];
|
|
popup_d7e0140b7548209f6363f9280db92e36.setContent(html_98072ec8da335e7ead53af23a6ce5c68);
|
|
|
|
|
|
|
|
marker_b0c808a59260a9df12aaf7b3ee4087e4.bindPopup(popup_d7e0140b7548209f6363f9280db92e36)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0c808a59260a9df12aaf7b3ee4087e4.setIcon(icon_408aedc7ce5df13e4da88c0699c4c2e3);
|
|
|
|
|
|
var marker_74074a750fb18c45379950da3393a771 = L.marker(
|
|
[40.0992, -83.1141],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_af46136b6973d2d941680b673ab011ac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b0cac57b34ce2d465237a5b56c2ec77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c51ecb564d927526f5a693c228753192 = $(`<div id="html_c51ecb564d927526f5a693c228753192" style="width: 100.0%; height: 100.0%;">nostr.dlcdevkit.com</div>`)[0];
|
|
popup_7b0cac57b34ce2d465237a5b56c2ec77.setContent(html_c51ecb564d927526f5a693c228753192);
|
|
|
|
|
|
|
|
marker_74074a750fb18c45379950da3393a771.bindPopup(popup_7b0cac57b34ce2d465237a5b56c2ec77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_74074a750fb18c45379950da3393a771.setIcon(icon_af46136b6973d2d941680b673ab011ac);
|
|
|
|
|
|
var marker_c6d5552ec18091db75df6eb0fc38097d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_fdaacc2e45f7487fd33f0d6f73b760a8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d171c1dc0fcd9bb7bd8c04b0f438b2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aaeac9fb64a5164d97e15814a6daae3c = $(`<div id="html_aaeac9fb64a5164d97e15814a6daae3c" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_4d171c1dc0fcd9bb7bd8c04b0f438b2d.setContent(html_aaeac9fb64a5164d97e15814a6daae3c);
|
|
|
|
|
|
|
|
marker_c6d5552ec18091db75df6eb0fc38097d.bindPopup(popup_4d171c1dc0fcd9bb7bd8c04b0f438b2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c6d5552ec18091db75df6eb0fc38097d.setIcon(icon_fdaacc2e45f7487fd33f0d6f73b760a8);
|
|
|
|
|
|
var marker_6e5450dc02ea0e3cfdbf7231bb40ec25 = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_d5ce4936ff8ac58b288ea5374992dc97 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8036e650ee889a3f8349f12f0f128890 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_713b9562fc112c2d7636a42d0d799a76 = $(`<div id="html_713b9562fc112c2d7636a42d0d799a76" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_8036e650ee889a3f8349f12f0f128890.setContent(html_713b9562fc112c2d7636a42d0d799a76);
|
|
|
|
|
|
|
|
marker_6e5450dc02ea0e3cfdbf7231bb40ec25.bindPopup(popup_8036e650ee889a3f8349f12f0f128890)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6e5450dc02ea0e3cfdbf7231bb40ec25.setIcon(icon_d5ce4936ff8ac58b288ea5374992dc97);
|
|
|
|
|
|
var marker_92e37331c3fe210df1062dbf30dc92b4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_9a14cc816d382d539c364ae9614b02f9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d569782a7a015c2e45dbf915f27b0f33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d5de0dc0344eb927bffac9e44e72d78 = $(`<div id="html_3d5de0dc0344eb927bffac9e44e72d78" style="width: 100.0%; height: 100.0%;">relay.aidatanorge.no</div>`)[0];
|
|
popup_d569782a7a015c2e45dbf915f27b0f33.setContent(html_3d5de0dc0344eb927bffac9e44e72d78);
|
|
|
|
|
|
|
|
marker_92e37331c3fe210df1062dbf30dc92b4.bindPopup(popup_d569782a7a015c2e45dbf915f27b0f33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92e37331c3fe210df1062dbf30dc92b4.setIcon(icon_9a14cc816d382d539c364ae9614b02f9);
|
|
|
|
|
|
var marker_9b8799f6f7b1fcf8356a1de2e21f996d = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_371ad42f8e5b128d60d81d0af2559d7b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7bbe8a3f58cb58f0e0ec4f09d9087c2f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0cc39a9926216244e738b0e02581bb8 = $(`<div id="html_a0cc39a9926216244e738b0e02581bb8" style="width: 100.0%; height: 100.0%;">nrs-01.darkcloudarcade.com</div>`)[0];
|
|
popup_7bbe8a3f58cb58f0e0ec4f09d9087c2f.setContent(html_a0cc39a9926216244e738b0e02581bb8);
|
|
|
|
|
|
|
|
marker_9b8799f6f7b1fcf8356a1de2e21f996d.bindPopup(popup_7bbe8a3f58cb58f0e0ec4f09d9087c2f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9b8799f6f7b1fcf8356a1de2e21f996d.setIcon(icon_371ad42f8e5b128d60d81d0af2559d7b);
|
|
|
|
|
|
var marker_95772f8d654eac054a035c49080c1812 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_cfcd3abe94326be0a8d6ac027bf66042 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a39f832a8770bc8f66f00c4b9b608e40 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e37c4d02b58267e3aeb5fab687d2df72 = $(`<div id="html_e37c4d02b58267e3aeb5fab687d2df72" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_a39f832a8770bc8f66f00c4b9b608e40.setContent(html_e37c4d02b58267e3aeb5fab687d2df72);
|
|
|
|
|
|
|
|
marker_95772f8d654eac054a035c49080c1812.bindPopup(popup_a39f832a8770bc8f66f00c4b9b608e40)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_95772f8d654eac054a035c49080c1812.setIcon(icon_cfcd3abe94326be0a8d6ac027bf66042);
|
|
|
|
|
|
var marker_cb5d9fee6ec412611167efba8f29d3c2 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_c07434b5b25c49cfa98987e5fd7d7cfd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db87af7809d2a16082e2e2fc6e10bc87 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_25e6dcd39467e0e5932b7eba51edc4fd = $(`<div id="html_25e6dcd39467e0e5932b7eba51edc4fd" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_db87af7809d2a16082e2e2fc6e10bc87.setContent(html_25e6dcd39467e0e5932b7eba51edc4fd);
|
|
|
|
|
|
|
|
marker_cb5d9fee6ec412611167efba8f29d3c2.bindPopup(popup_db87af7809d2a16082e2e2fc6e10bc87)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb5d9fee6ec412611167efba8f29d3c2.setIcon(icon_c07434b5b25c49cfa98987e5fd7d7cfd);
|
|
|
|
|
|
var marker_76fad7ce465e77172f20ceed799b1bb9 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_3f595e22cbec24bd2a54eb85c7495cba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c621001f4609553a96345eab803521d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_861fba074dec780c573a3a84a6cd6bbe = $(`<div id="html_861fba074dec780c573a3a84a6cd6bbe" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_c621001f4609553a96345eab803521d5.setContent(html_861fba074dec780c573a3a84a6cd6bbe);
|
|
|
|
|
|
|
|
marker_76fad7ce465e77172f20ceed799b1bb9.bindPopup(popup_c621001f4609553a96345eab803521d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_76fad7ce465e77172f20ceed799b1bb9.setIcon(icon_3f595e22cbec24bd2a54eb85c7495cba);
|
|
|
|
|
|
var marker_affd4d9def01e5c75a7d6cfef2baa2dc = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_505dd9655309e68f9416f5106ed9aada = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68251d5da5a26b4b5e992e97f98cb382 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e8eed92e589d28d3bd9134f7a4f79d27 = $(`<div id="html_e8eed92e589d28d3bd9134f7a4f79d27" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_68251d5da5a26b4b5e992e97f98cb382.setContent(html_e8eed92e589d28d3bd9134f7a4f79d27);
|
|
|
|
|
|
|
|
marker_affd4d9def01e5c75a7d6cfef2baa2dc.bindPopup(popup_68251d5da5a26b4b5e992e97f98cb382)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_affd4d9def01e5c75a7d6cfef2baa2dc.setIcon(icon_505dd9655309e68f9416f5106ed9aada);
|
|
|
|
|
|
var marker_b23c2e96cc5af18e38df347f5acce2ae = L.marker(
|
|
[41.1542, -8.60964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_2a95b98038645df5e531a57a1af7fd33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e938ccfe2413c55081b080ef67072e29 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aca372b3e152eee97a9d36359811f011 = $(`<div id="html_aca372b3e152eee97a9d36359811f011" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_e938ccfe2413c55081b080ef67072e29.setContent(html_aca372b3e152eee97a9d36359811f011);
|
|
|
|
|
|
|
|
marker_b23c2e96cc5af18e38df347f5acce2ae.bindPopup(popup_e938ccfe2413c55081b080ef67072e29)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b23c2e96cc5af18e38df347f5acce2ae.setIcon(icon_2a95b98038645df5e531a57a1af7fd33);
|
|
|
|
|
|
var marker_22e7e373f015bd60ba814620e4a5f630 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_e1b0d935d87274e32595f0c29ea1e463 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b6f3fdee729aa848773bdf53babaa02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6cf40e24ee228f7e07c140f1bd913ae9 = $(`<div id="html_6cf40e24ee228f7e07c140f1bd913ae9" style="width: 100.0%; height: 100.0%;">relay2.veganostr.com</div>`)[0];
|
|
popup_1b6f3fdee729aa848773bdf53babaa02.setContent(html_6cf40e24ee228f7e07c140f1bd913ae9);
|
|
|
|
|
|
|
|
marker_22e7e373f015bd60ba814620e4a5f630.bindPopup(popup_1b6f3fdee729aa848773bdf53babaa02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22e7e373f015bd60ba814620e4a5f630.setIcon(icon_e1b0d935d87274e32595f0c29ea1e463);
|
|
|
|
|
|
var marker_70bba02d04594fc3703a7f4d41756183 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_c9c0f5f6f501583a6d51f7f0a87d50d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_504a1f8a8e3e20234a3a5a2ca07245e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76c3c782d3e9d9088d48d8a2a13f4322 = $(`<div id="html_76c3c782d3e9d9088d48d8a2a13f4322" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_504a1f8a8e3e20234a3a5a2ca07245e0.setContent(html_76c3c782d3e9d9088d48d8a2a13f4322);
|
|
|
|
|
|
|
|
marker_70bba02d04594fc3703a7f4d41756183.bindPopup(popup_504a1f8a8e3e20234a3a5a2ca07245e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70bba02d04594fc3703a7f4d41756183.setIcon(icon_c9c0f5f6f501583a6d51f7f0a87d50d3);
|
|
|
|
|
|
var marker_a78e36a12bd3029b66f94648bc77e868 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_1306851ece5bacc8777f2899d6e469da = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4c3952f6cdfdfa8900a6a27ebc819a4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22362460ac8f2d01cf4ae10bec55214b = $(`<div id="html_22362460ac8f2d01cf4ae10bec55214b" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_4c3952f6cdfdfa8900a6a27ebc819a4c.setContent(html_22362460ac8f2d01cf4ae10bec55214b);
|
|
|
|
|
|
|
|
marker_a78e36a12bd3029b66f94648bc77e868.bindPopup(popup_4c3952f6cdfdfa8900a6a27ebc819a4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a78e36a12bd3029b66f94648bc77e868.setIcon(icon_1306851ece5bacc8777f2899d6e469da);
|
|
|
|
|
|
var marker_fa252b63c3e052b95c2dcd4fa2289c68 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_89761b5cd686201a280959b2f8635ce6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3185b023edb3268e62434f65fcd66071 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_80f467fc7814121ea7477802544c130f = $(`<div id="html_80f467fc7814121ea7477802544c130f" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_3185b023edb3268e62434f65fcd66071.setContent(html_80f467fc7814121ea7477802544c130f);
|
|
|
|
|
|
|
|
marker_fa252b63c3e052b95c2dcd4fa2289c68.bindPopup(popup_3185b023edb3268e62434f65fcd66071)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fa252b63c3e052b95c2dcd4fa2289c68.setIcon(icon_89761b5cd686201a280959b2f8635ce6);
|
|
|
|
|
|
var marker_c7a4510c798b708e47a9fd2dd18f2e53 = L.marker(
|
|
[55.486, 9.86577],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_7c1431271671c8d3da3400a867e3929f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5f310a7c2bfd55c6140f56899a87628e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_11729419580a5ca92aac5de630b6079c = $(`<div id="html_11729419580a5ca92aac5de630b6079c" style="width: 100.0%; height: 100.0%;">aeon.libretechsystems.xyz</div>`)[0];
|
|
popup_5f310a7c2bfd55c6140f56899a87628e.setContent(html_11729419580a5ca92aac5de630b6079c);
|
|
|
|
|
|
|
|
marker_c7a4510c798b708e47a9fd2dd18f2e53.bindPopup(popup_5f310a7c2bfd55c6140f56899a87628e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c7a4510c798b708e47a9fd2dd18f2e53.setIcon(icon_7c1431271671c8d3da3400a867e3929f);
|
|
|
|
|
|
var marker_5e35f820eba2eb121088a52754f87365 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_5d67bd629c8c9952ab50ab5a46d8118e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1e091c74fd4241ce685518f244761e3a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb3b0e7b404255c69cf85bbead98dc8c = $(`<div id="html_eb3b0e7b404255c69cf85bbead98dc8c" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_1e091c74fd4241ce685518f244761e3a.setContent(html_eb3b0e7b404255c69cf85bbead98dc8c);
|
|
|
|
|
|
|
|
marker_5e35f820eba2eb121088a52754f87365.bindPopup(popup_1e091c74fd4241ce685518f244761e3a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e35f820eba2eb121088a52754f87365.setIcon(icon_5d67bd629c8c9952ab50ab5a46d8118e);
|
|
|
|
|
|
var marker_4f62ba9167ba31b295099b96e077af4d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_b34657a442c1585c32d0a5a31e90c660 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_711cd46cab53e0743e64c313ad5d4310 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6e38d0da251bb67a2378a2447d8a7fb7 = $(`<div id="html_6e38d0da251bb67a2378a2447d8a7fb7" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_711cd46cab53e0743e64c313ad5d4310.setContent(html_6e38d0da251bb67a2378a2447d8a7fb7);
|
|
|
|
|
|
|
|
marker_4f62ba9167ba31b295099b96e077af4d.bindPopup(popup_711cd46cab53e0743e64c313ad5d4310)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f62ba9167ba31b295099b96e077af4d.setIcon(icon_b34657a442c1585c32d0a5a31e90c660);
|
|
|
|
|
|
var marker_4033b71ff9c026c4c5f34e594a721b96 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_d8548f180f7f75f4a6d122252c2bad62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd6a1cd23e13cbcfd139ace91294645f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b33e03814e54608c84fb0fa23fdee15d = $(`<div id="html_b33e03814e54608c84fb0fa23fdee15d" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_dd6a1cd23e13cbcfd139ace91294645f.setContent(html_b33e03814e54608c84fb0fa23fdee15d);
|
|
|
|
|
|
|
|
marker_4033b71ff9c026c4c5f34e594a721b96.bindPopup(popup_dd6a1cd23e13cbcfd139ace91294645f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4033b71ff9c026c4c5f34e594a721b96.setIcon(icon_d8548f180f7f75f4a6d122252c2bad62);
|
|
|
|
|
|
var marker_ec59b06fd5676aad0e915e38926e18c1 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_5be97e6c4e8a4722db2db3d3661a0bdb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc593e9d622674d9ed7876b02e66008f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28a5c489c1a6374dd6020affc6c2e2e8 = $(`<div id="html_28a5c489c1a6374dd6020affc6c2e2e8" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_fc593e9d622674d9ed7876b02e66008f.setContent(html_28a5c489c1a6374dd6020affc6c2e2e8);
|
|
|
|
|
|
|
|
marker_ec59b06fd5676aad0e915e38926e18c1.bindPopup(popup_fc593e9d622674d9ed7876b02e66008f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec59b06fd5676aad0e915e38926e18c1.setIcon(icon_5be97e6c4e8a4722db2db3d3661a0bdb);
|
|
|
|
|
|
var marker_b82764935fb1622ab400cec3f4ee4da7 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_aa36d1fe6aa61fe4e6bb7522f9b4ce30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f6f51e724b1023c13f4f4fa0da6c110a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31a71de9984383384062d84103b58987 = $(`<div id="html_31a71de9984383384062d84103b58987" style="width: 100.0%; height: 100.0%;">nostr.debate.report</div>`)[0];
|
|
popup_f6f51e724b1023c13f4f4fa0da6c110a.setContent(html_31a71de9984383384062d84103b58987);
|
|
|
|
|
|
|
|
marker_b82764935fb1622ab400cec3f4ee4da7.bindPopup(popup_f6f51e724b1023c13f4f4fa0da6c110a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b82764935fb1622ab400cec3f4ee4da7.setIcon(icon_aa36d1fe6aa61fe4e6bb7522f9b4ce30);
|
|
|
|
|
|
var marker_6b249ec1c605bb67b548e93b1b1b518c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_2a29123097261c6a8e2393684d35535c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc93efd94cb0193733273f6d551c8cf7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_836a3f5bb89bf99144b5b7a88520a5c3 = $(`<div id="html_836a3f5bb89bf99144b5b7a88520a5c3" style="width: 100.0%; height: 100.0%;">relay.bitmacro.cloud</div>`)[0];
|
|
popup_cc93efd94cb0193733273f6d551c8cf7.setContent(html_836a3f5bb89bf99144b5b7a88520a5c3);
|
|
|
|
|
|
|
|
marker_6b249ec1c605bb67b548e93b1b1b518c.bindPopup(popup_cc93efd94cb0193733273f6d551c8cf7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6b249ec1c605bb67b548e93b1b1b518c.setIcon(icon_2a29123097261c6a8e2393684d35535c);
|
|
|
|
|
|
var marker_beea481699d226ac80af943417c0d9aa = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_9d3190dd1ed02af44171920434aecb99 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d1a8856f1407a77fc7ad40d191cab96 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb950fd32e7ab647cb7ba62384dfcd12 = $(`<div id="html_bb950fd32e7ab647cb7ba62384dfcd12" style="width: 100.0%; height: 100.0%;">relay.nearhood.co.uk</div>`)[0];
|
|
popup_2d1a8856f1407a77fc7ad40d191cab96.setContent(html_bb950fd32e7ab647cb7ba62384dfcd12);
|
|
|
|
|
|
|
|
marker_beea481699d226ac80af943417c0d9aa.bindPopup(popup_2d1a8856f1407a77fc7ad40d191cab96)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_beea481699d226ac80af943417c0d9aa.setIcon(icon_9d3190dd1ed02af44171920434aecb99);
|
|
|
|
|
|
var marker_a10ba14aba7dc444bd36f5e1bd6f778d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_58fffbc50dd2cde2b5b81ba2e2cd63c4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e617da98b253a2b9e1d4106ddd268055 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a5a2446744854a68eff5fe26eebd33c8 = $(`<div id="html_a5a2446744854a68eff5fe26eebd33c8" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_e617da98b253a2b9e1d4106ddd268055.setContent(html_a5a2446744854a68eff5fe26eebd33c8);
|
|
|
|
|
|
|
|
marker_a10ba14aba7dc444bd36f5e1bd6f778d.bindPopup(popup_e617da98b253a2b9e1d4106ddd268055)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a10ba14aba7dc444bd36f5e1bd6f778d.setIcon(icon_58fffbc50dd2cde2b5b81ba2e2cd63c4);
|
|
|
|
|
|
var marker_3c7ce3df46ab18edd429ccddc25b3bc0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_41fb1e24df6718767076a00a459d0e53 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba32b20a27e2d4ac4666347ba989caae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a9ce2db243b079b447802220fd76737 = $(`<div id="html_5a9ce2db243b079b447802220fd76737" style="width: 100.0%; height: 100.0%;">syb.lol</div>`)[0];
|
|
popup_ba32b20a27e2d4ac4666347ba989caae.setContent(html_5a9ce2db243b079b447802220fd76737);
|
|
|
|
|
|
|
|
marker_3c7ce3df46ab18edd429ccddc25b3bc0.bindPopup(popup_ba32b20a27e2d4ac4666347ba989caae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c7ce3df46ab18edd429ccddc25b3bc0.setIcon(icon_41fb1e24df6718767076a00a459d0e53);
|
|
|
|
|
|
var marker_98d30a3ad24650ecea03405f697654a6 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_224abfdf0bf95c76919dfa1f78053c02 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10e69d191044ae3c555ff98ab63ff5d6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9981802f55eaf6e13ab6e499d0c53b7 = $(`<div id="html_c9981802f55eaf6e13ab6e499d0c53b7" style="width: 100.0%; height: 100.0%;">social.amanah.eblessing.co</div>`)[0];
|
|
popup_10e69d191044ae3c555ff98ab63ff5d6.setContent(html_c9981802f55eaf6e13ab6e499d0c53b7);
|
|
|
|
|
|
|
|
marker_98d30a3ad24650ecea03405f697654a6.bindPopup(popup_10e69d191044ae3c555ff98ab63ff5d6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98d30a3ad24650ecea03405f697654a6.setIcon(icon_224abfdf0bf95c76919dfa1f78053c02);
|
|
|
|
|
|
var marker_b66054adcab67bdcd40fc9774149e3c3 = L.marker(
|
|
[32.789, -96.7989],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_eb0fbed02f46d5d9abe3e837876b3f20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_707184695e847469f6f1c1366d72e833 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_09ba42cd6f697775a0179e54eb0ed9ad = $(`<div id="html_09ba42cd6f697775a0179e54eb0ed9ad" style="width: 100.0%; height: 100.0%;">r.0kb.io</div>`)[0];
|
|
popup_707184695e847469f6f1c1366d72e833.setContent(html_09ba42cd6f697775a0179e54eb0ed9ad);
|
|
|
|
|
|
|
|
marker_b66054adcab67bdcd40fc9774149e3c3.bindPopup(popup_707184695e847469f6f1c1366d72e833)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b66054adcab67bdcd40fc9774149e3c3.setIcon(icon_eb0fbed02f46d5d9abe3e837876b3f20);
|
|
|
|
|
|
var marker_eb873155286aa9e23e5086c08045aeb5 = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_a7388ec29638f77b02153d75413381dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3c5f13a9e9cb6e0cabbe7340ab7fb59 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b89d2588338cec3f91bae02698c448c0 = $(`<div id="html_b89d2588338cec3f91bae02698c448c0" style="width: 100.0%; height: 100.0%;">cache.trustr.ing</div>`)[0];
|
|
popup_a3c5f13a9e9cb6e0cabbe7340ab7fb59.setContent(html_b89d2588338cec3f91bae02698c448c0);
|
|
|
|
|
|
|
|
marker_eb873155286aa9e23e5086c08045aeb5.bindPopup(popup_a3c5f13a9e9cb6e0cabbe7340ab7fb59)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb873155286aa9e23e5086c08045aeb5.setIcon(icon_a7388ec29638f77b02153d75413381dd);
|
|
|
|
|
|
var marker_b22f05ab4b97c5677b7d49da68d0522c = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_f87148098bad3bdc78e69ecfadc92839 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e8b3188d0c3429180b489337307b3b34 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8a1559aacbc196cf7a6c12008d9a871 = $(`<div id="html_a8a1559aacbc196cf7a6c12008d9a871" style="width: 100.0%; height: 100.0%;">eu.nostr.pikachat.org</div>`)[0];
|
|
popup_e8b3188d0c3429180b489337307b3b34.setContent(html_a8a1559aacbc196cf7a6c12008d9a871);
|
|
|
|
|
|
|
|
marker_b22f05ab4b97c5677b7d49da68d0522c.bindPopup(popup_e8b3188d0c3429180b489337307b3b34)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b22f05ab4b97c5677b7d49da68d0522c.setIcon(icon_f87148098bad3bdc78e69ecfadc92839);
|
|
|
|
|
|
var marker_9c40d970e66598ed5c3d87fcedd5ff65 = L.marker(
|
|
[52.0195, 4.42946],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_5a03e4c7ad40fde8a9fb0ed6982ee491 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69c1626dff1f643fe0490c7f2685da48 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2cbea27e60760b4451778ab9282c6c1b = $(`<div id="html_2cbea27e60760b4451778ab9282c6c1b" style="width: 100.0%; height: 100.0%;">relay.snotr.nl:49999</div>`)[0];
|
|
popup_69c1626dff1f643fe0490c7f2685da48.setContent(html_2cbea27e60760b4451778ab9282c6c1b);
|
|
|
|
|
|
|
|
marker_9c40d970e66598ed5c3d87fcedd5ff65.bindPopup(popup_69c1626dff1f643fe0490c7f2685da48)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c40d970e66598ed5c3d87fcedd5ff65.setIcon(icon_5a03e4c7ad40fde8a9fb0ed6982ee491);
|
|
|
|
|
|
var marker_235208a39a820524b78c91fb9d4a6a4c = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_ad66a522354ac936e101995540ef5503 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d716cdd6d7fcc9f21f23034b69dc309c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7f47924d87ec3c45a7d1699f96e32cb = $(`<div id="html_b7f47924d87ec3c45a7d1699f96e32cb" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_d716cdd6d7fcc9f21f23034b69dc309c.setContent(html_b7f47924d87ec3c45a7d1699f96e32cb);
|
|
|
|
|
|
|
|
marker_235208a39a820524b78c91fb9d4a6a4c.bindPopup(popup_d716cdd6d7fcc9f21f23034b69dc309c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_235208a39a820524b78c91fb9d4a6a4c.setIcon(icon_ad66a522354ac936e101995540ef5503);
|
|
|
|
|
|
var marker_a7debe5061b5387d806ec9512136e886 = L.marker(
|
|
[37.3598, -121.981],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_79194b76331fef236fe5bbf7b467d10d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9909532b7dcf4473b510713a44889d52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a9de2fdba2251fbba6b794322654ba21 = $(`<div id="html_a9de2fdba2251fbba6b794322654ba21" style="width: 100.0%; height: 100.0%;">myvoiceourstory.org</div>`)[0];
|
|
popup_9909532b7dcf4473b510713a44889d52.setContent(html_a9de2fdba2251fbba6b794322654ba21);
|
|
|
|
|
|
|
|
marker_a7debe5061b5387d806ec9512136e886.bindPopup(popup_9909532b7dcf4473b510713a44889d52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7debe5061b5387d806ec9512136e886.setIcon(icon_79194b76331fef236fe5bbf7b467d10d);
|
|
|
|
|
|
var marker_8a0250b27acd4a9bf3bfb66ee8088a95 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_b5461473abd247468dd0162cf5955281 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76625646143a50dcf30d9af541c8c56e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1103f0910f57661253171a5d4f9cc8d3 = $(`<div id="html_1103f0910f57661253171a5d4f9cc8d3" style="width: 100.0%; height: 100.0%;">freelay.sovbit.dev</div>`)[0];
|
|
popup_76625646143a50dcf30d9af541c8c56e.setContent(html_1103f0910f57661253171a5d4f9cc8d3);
|
|
|
|
|
|
|
|
marker_8a0250b27acd4a9bf3bfb66ee8088a95.bindPopup(popup_76625646143a50dcf30d9af541c8c56e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8a0250b27acd4a9bf3bfb66ee8088a95.setIcon(icon_b5461473abd247468dd0162cf5955281);
|
|
|
|
|
|
var marker_27e12bf26ffb3f155284d60eb383dc75 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_b05e6a9e8dfda58ff96582982d13ea0b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ab70da3e4777ca5a7a4e1fa30da2a85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0eaa37d52e32aa06f0dfea5bdcdc37a8 = $(`<div id="html_0eaa37d52e32aa06f0dfea5bdcdc37a8" style="width: 100.0%; height: 100.0%;">treuzkas.branruz.com</div>`)[0];
|
|
popup_8ab70da3e4777ca5a7a4e1fa30da2a85.setContent(html_0eaa37d52e32aa06f0dfea5bdcdc37a8);
|
|
|
|
|
|
|
|
marker_27e12bf26ffb3f155284d60eb383dc75.bindPopup(popup_8ab70da3e4777ca5a7a4e1fa30da2a85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_27e12bf26ffb3f155284d60eb383dc75.setIcon(icon_b05e6a9e8dfda58ff96582982d13ea0b);
|
|
|
|
|
|
var marker_ac69558b81e0cca3b19fb132b49a49e6 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_025a79584d70d0c3570227075673871b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9328dccc0481830d75f5f5dacf6c8229 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5890185e308b37361548799d2d94a13e = $(`<div id="html_5890185e308b37361548799d2d94a13e" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-qj1h.onrender.com</div>`)[0];
|
|
popup_9328dccc0481830d75f5f5dacf6c8229.setContent(html_5890185e308b37361548799d2d94a13e);
|
|
|
|
|
|
|
|
marker_ac69558b81e0cca3b19fb132b49a49e6.bindPopup(popup_9328dccc0481830d75f5f5dacf6c8229)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac69558b81e0cca3b19fb132b49a49e6.setIcon(icon_025a79584d70d0c3570227075673871b);
|
|
|
|
|
|
var marker_c555dfbcd0ac47fa92845afb5b07f690 = L.marker(
|
|
[41.4513, -81.7021],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_8053f689e8c5d416939caf09cb96c6bd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b2f517b568ee5870a14eb70c7e2d310 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7592f77190c6de45d5a3d1760f4cd2e3 = $(`<div id="html_7592f77190c6de45d5a3d1760f4cd2e3" style="width: 100.0%; height: 100.0%;">relay.erybody.com</div>`)[0];
|
|
popup_8b2f517b568ee5870a14eb70c7e2d310.setContent(html_7592f77190c6de45d5a3d1760f4cd2e3);
|
|
|
|
|
|
|
|
marker_c555dfbcd0ac47fa92845afb5b07f690.bindPopup(popup_8b2f517b568ee5870a14eb70c7e2d310)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c555dfbcd0ac47fa92845afb5b07f690.setIcon(icon_8053f689e8c5d416939caf09cb96c6bd);
|
|
|
|
|
|
var marker_5f7dd17c0b6e6832d7c33055394acfc8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_86b554348249b16b48d7436f1ce064d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86374765f8ee6d443c9b79088f64f224 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1be90597617981d240b149d7ae1d17b5 = $(`<div id="html_1be90597617981d240b149d7ae1d17b5" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_86374765f8ee6d443c9b79088f64f224.setContent(html_1be90597617981d240b149d7ae1d17b5);
|
|
|
|
|
|
|
|
marker_5f7dd17c0b6e6832d7c33055394acfc8.bindPopup(popup_86374765f8ee6d443c9b79088f64f224)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5f7dd17c0b6e6832d7c33055394acfc8.setIcon(icon_86b554348249b16b48d7436f1ce064d3);
|
|
|
|
|
|
var marker_7557b4a33cd2cfe7ffb39a3b06a9b488 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_00f020da8985f77a0a32c76127fb305a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea2b6dd05f981b248f77c7b4914e7297 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ee78fbcc1fbd99b4b8db8f82f006dd8 = $(`<div id="html_6ee78fbcc1fbd99b4b8db8f82f006dd8" style="width: 100.0%; height: 100.0%;">relay.openresist.com</div>`)[0];
|
|
popup_ea2b6dd05f981b248f77c7b4914e7297.setContent(html_6ee78fbcc1fbd99b4b8db8f82f006dd8);
|
|
|
|
|
|
|
|
marker_7557b4a33cd2cfe7ffb39a3b06a9b488.bindPopup(popup_ea2b6dd05f981b248f77c7b4914e7297)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7557b4a33cd2cfe7ffb39a3b06a9b488.setIcon(icon_00f020da8985f77a0a32c76127fb305a);
|
|
|
|
|
|
var marker_97836f0cc0e9bdbe871fcdb9dc867428 = L.marker(
|
|
[51.5222, -0.62916],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_3549b649a562eaf87c5b27f20b63214a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0efa7b0ce882942610773a40864f0bf9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e52f16111f7adbe275f3a8dca551f0f = $(`<div id="html_0e52f16111f7adbe275f3a8dca551f0f" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_0efa7b0ce882942610773a40864f0bf9.setContent(html_0e52f16111f7adbe275f3a8dca551f0f);
|
|
|
|
|
|
|
|
marker_97836f0cc0e9bdbe871fcdb9dc867428.bindPopup(popup_0efa7b0ce882942610773a40864f0bf9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97836f0cc0e9bdbe871fcdb9dc867428.setIcon(icon_3549b649a562eaf87c5b27f20b63214a);
|
|
|
|
|
|
var marker_e57d02a5db937871826ab51070b3d071 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_402fabc736fce92299f514a8e4b73177 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dc7e84befe547df8e76580ae613ac2f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0b7976013fc67532cca8c019cdbe4db = $(`<div id="html_d0b7976013fc67532cca8c019cdbe4db" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_dc7e84befe547df8e76580ae613ac2f7.setContent(html_d0b7976013fc67532cca8c019cdbe4db);
|
|
|
|
|
|
|
|
marker_e57d02a5db937871826ab51070b3d071.bindPopup(popup_dc7e84befe547df8e76580ae613ac2f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e57d02a5db937871826ab51070b3d071.setIcon(icon_402fabc736fce92299f514a8e4b73177);
|
|
|
|
|
|
var marker_14424e0464ade3b705c22c356c135fef = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_3b4806a94438c841faa11df1c4ffcc7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0246b333efc24e58dcb23c4b2fac02d5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f5049200cd347a7539f7593823caee2a = $(`<div id="html_f5049200cd347a7539f7593823caee2a" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_0246b333efc24e58dcb23c4b2fac02d5.setContent(html_f5049200cd347a7539f7593823caee2a);
|
|
|
|
|
|
|
|
marker_14424e0464ade3b705c22c356c135fef.bindPopup(popup_0246b333efc24e58dcb23c4b2fac02d5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_14424e0464ade3b705c22c356c135fef.setIcon(icon_3b4806a94438c841faa11df1c4ffcc7c);
|
|
|
|
|
|
var marker_22eaa6513b11df9949c6a6aacc2121d4 = L.marker(
|
|
[35.6092, 139.73],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_3354a56919b14dc2bdf71395adef8e0a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2028c42cb75fbd137803c38abaeba38e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8683aa464fda16fd48621c86c5701377 = $(`<div id="html_8683aa464fda16fd48621c86c5701377" style="width: 100.0%; height: 100.0%;">yabu.me</div>`)[0];
|
|
popup_2028c42cb75fbd137803c38abaeba38e.setContent(html_8683aa464fda16fd48621c86c5701377);
|
|
|
|
|
|
|
|
marker_22eaa6513b11df9949c6a6aacc2121d4.bindPopup(popup_2028c42cb75fbd137803c38abaeba38e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22eaa6513b11df9949c6a6aacc2121d4.setIcon(icon_3354a56919b14dc2bdf71395adef8e0a);
|
|
|
|
|
|
var marker_dd8f3bc250bf1a4417e261411d881600 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_898ba741ed5e8b410979ae2a22b28c7a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99995d07ac3b767b0e079c01be7436b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5738d7c8ba518ccd1a016468fd3c9498 = $(`<div id="html_5738d7c8ba518ccd1a016468fd3c9498" style="width: 100.0%; height: 100.0%;">rilo.nostria.app</div>`)[0];
|
|
popup_99995d07ac3b767b0e079c01be7436b9.setContent(html_5738d7c8ba518ccd1a016468fd3c9498);
|
|
|
|
|
|
|
|
marker_dd8f3bc250bf1a4417e261411d881600.bindPopup(popup_99995d07ac3b767b0e079c01be7436b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dd8f3bc250bf1a4417e261411d881600.setIcon(icon_898ba741ed5e8b410979ae2a22b28c7a);
|
|
|
|
|
|
var marker_47a3e9f4432b3207fd724005e4160b79 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_f795ac04ac795494fec0b825c7b328a2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5ca93fa9edc0f44fe053aaf640c31a09 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e7a7cb1bbdf2ea62adced756b2b69840 = $(`<div id="html_e7a7cb1bbdf2ea62adced756b2b69840" style="width: 100.0%; height: 100.0%;">relay.mmwaves.de</div>`)[0];
|
|
popup_5ca93fa9edc0f44fe053aaf640c31a09.setContent(html_e7a7cb1bbdf2ea62adced756b2b69840);
|
|
|
|
|
|
|
|
marker_47a3e9f4432b3207fd724005e4160b79.bindPopup(popup_5ca93fa9edc0f44fe053aaf640c31a09)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47a3e9f4432b3207fd724005e4160b79.setIcon(icon_f795ac04ac795494fec0b825c7b328a2);
|
|
|
|
|
|
var marker_8b79665325267e42d36666395adc76e4 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_1ec57e85089ac07a075d7d5348629b4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f3459a53235a91e7beeb81cbc7f03977 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d8518124ada43f20a75d2c4de3505bd7 = $(`<div id="html_d8518124ada43f20a75d2c4de3505bd7" style="width: 100.0%; height: 100.0%;">relay.wisp.talk</div>`)[0];
|
|
popup_f3459a53235a91e7beeb81cbc7f03977.setContent(html_d8518124ada43f20a75d2c4de3505bd7);
|
|
|
|
|
|
|
|
marker_8b79665325267e42d36666395adc76e4.bindPopup(popup_f3459a53235a91e7beeb81cbc7f03977)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b79665325267e42d36666395adc76e4.setIcon(icon_1ec57e85089ac07a075d7d5348629b4a);
|
|
|
|
|
|
var marker_483b50943fb5f49725167c82f5f5d089 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_c78f7dbf41a889d442aa5492efb7347c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcb39aa463ad03fbf9f61856595a1c27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b286d6e34a87244ca41ea1de90337163 = $(`<div id="html_b286d6e34a87244ca41ea1de90337163" style="width: 100.0%; height: 100.0%;">bitchat.nostr1.com</div>`)[0];
|
|
popup_fcb39aa463ad03fbf9f61856595a1c27.setContent(html_b286d6e34a87244ca41ea1de90337163);
|
|
|
|
|
|
|
|
marker_483b50943fb5f49725167c82f5f5d089.bindPopup(popup_fcb39aa463ad03fbf9f61856595a1c27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_483b50943fb5f49725167c82f5f5d089.setIcon(icon_c78f7dbf41a889d442aa5492efb7347c);
|
|
|
|
|
|
var marker_b27a2bed759be71cfdf0620503273420 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_3c63a77d0292526749f7915b1254b99a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12641bc960ec866b1d0b1218d7151b4c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f1888f0bd14b9f253f087a5be3876b3 = $(`<div id="html_0f1888f0bd14b9f253f087a5be3876b3" style="width: 100.0%; height: 100.0%;">relay.klabo.world</div>`)[0];
|
|
popup_12641bc960ec866b1d0b1218d7151b4c.setContent(html_0f1888f0bd14b9f253f087a5be3876b3);
|
|
|
|
|
|
|
|
marker_b27a2bed759be71cfdf0620503273420.bindPopup(popup_12641bc960ec866b1d0b1218d7151b4c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b27a2bed759be71cfdf0620503273420.setIcon(icon_3c63a77d0292526749f7915b1254b99a);
|
|
|
|
|
|
var marker_aabe448179d19e928245f2e396c0c482 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_4c8a6f482a1a7944104bff7ea82b38c7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bd47e658532534ccc6ca64db56a5706 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_66f27a8c04d5d31b4894c6284eda3f81 = $(`<div id="html_66f27a8c04d5d31b4894c6284eda3f81" style="width: 100.0%; height: 100.0%;">relay.camelus.app</div>`)[0];
|
|
popup_2bd47e658532534ccc6ca64db56a5706.setContent(html_66f27a8c04d5d31b4894c6284eda3f81);
|
|
|
|
|
|
|
|
marker_aabe448179d19e928245f2e396c0c482.bindPopup(popup_2bd47e658532534ccc6ca64db56a5706)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aabe448179d19e928245f2e396c0c482.setIcon(icon_4c8a6f482a1a7944104bff7ea82b38c7);
|
|
|
|
|
|
var marker_40a3b3497a95ecda582a546611309076 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_ddc8c94ed7675e60b065ed8b1cba7175 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55959596f459062ed319b963ca02c6b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84827d5d8f506c74aa0e714e1e6f4b66 = $(`<div id="html_84827d5d8f506c74aa0e714e1e6f4b66" style="width: 100.0%; height: 100.0%;">relay.sovbit.dev</div>`)[0];
|
|
popup_55959596f459062ed319b963ca02c6b5.setContent(html_84827d5d8f506c74aa0e714e1e6f4b66);
|
|
|
|
|
|
|
|
marker_40a3b3497a95ecda582a546611309076.bindPopup(popup_55959596f459062ed319b963ca02c6b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40a3b3497a95ecda582a546611309076.setIcon(icon_ddc8c94ed7675e60b065ed8b1cba7175);
|
|
|
|
|
|
var marker_a4d162c84a8030f3df5e6e78f3e94486 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_9ae6ff2d61ec96d4a10d2c1822a18368 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee99b5ffd756ca416b2704dcfd2c87f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e23d9b2c8485e7f422975a2cdcea00a = $(`<div id="html_4e23d9b2c8485e7f422975a2cdcea00a" style="width: 100.0%; height: 100.0%;">relay.directsponsor.net</div>`)[0];
|
|
popup_ee99b5ffd756ca416b2704dcfd2c87f7.setContent(html_4e23d9b2c8485e7f422975a2cdcea00a);
|
|
|
|
|
|
|
|
marker_a4d162c84a8030f3df5e6e78f3e94486.bindPopup(popup_ee99b5ffd756ca416b2704dcfd2c87f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4d162c84a8030f3df5e6e78f3e94486.setIcon(icon_9ae6ff2d61ec96d4a10d2c1822a18368);
|
|
|
|
|
|
var marker_03234841fb002d81167d60590bae5db4 = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_bf83586449b5ad6467309637c0462f68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6afbfa6401db244abab4ec29808520ef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d871947ab8ec0769e4ff5cec51b009e = $(`<div id="html_4d871947ab8ec0769e4ff5cec51b009e" style="width: 100.0%; height: 100.0%;">relay02.lnfi.network</div>`)[0];
|
|
popup_6afbfa6401db244abab4ec29808520ef.setContent(html_4d871947ab8ec0769e4ff5cec51b009e);
|
|
|
|
|
|
|
|
marker_03234841fb002d81167d60590bae5db4.bindPopup(popup_6afbfa6401db244abab4ec29808520ef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03234841fb002d81167d60590bae5db4.setIcon(icon_bf83586449b5ad6467309637c0462f68);
|
|
|
|
|
|
var marker_c18f3023c9aef50718212f34fdceed06 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_0dd0afdc9e00d46c3b6409cbde4dc31a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfa9310d4b0b04c0d9cefc225edb6333 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_437882c30199aff16fdcc9e769803daf = $(`<div id="html_437882c30199aff16fdcc9e769803daf" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_dfa9310d4b0b04c0d9cefc225edb6333.setContent(html_437882c30199aff16fdcc9e769803daf);
|
|
|
|
|
|
|
|
marker_c18f3023c9aef50718212f34fdceed06.bindPopup(popup_dfa9310d4b0b04c0d9cefc225edb6333)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c18f3023c9aef50718212f34fdceed06.setIcon(icon_0dd0afdc9e00d46c3b6409cbde4dc31a);
|
|
|
|
|
|
var marker_52f622793de3abad57fe1240cd7b1f83 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_1f090d7284fc77581c9e33798f2b0d47 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26728d00383d6489d3eeebeb5dc1fd52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14f3675eefcf8f3a87ed6f82cb99c9d4 = $(`<div id="html_14f3675eefcf8f3a87ed6f82cb99c9d4" style="width: 100.0%; height: 100.0%;">relay.nostr-check.me</div>`)[0];
|
|
popup_26728d00383d6489d3eeebeb5dc1fd52.setContent(html_14f3675eefcf8f3a87ed6f82cb99c9d4);
|
|
|
|
|
|
|
|
marker_52f622793de3abad57fe1240cd7b1f83.bindPopup(popup_26728d00383d6489d3eeebeb5dc1fd52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_52f622793de3abad57fe1240cd7b1f83.setIcon(icon_1f090d7284fc77581c9e33798f2b0d47);
|
|
|
|
|
|
var marker_63b51b50b57c1232f1375b03879fa57b = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_7e5a4914e20038b61805a4230010d1ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_511f0c82f411d5d3dfb60da0d79c090a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_03c9318150409e5ecb27c56a1def2327 = $(`<div id="html_03c9318150409e5ecb27c56a1def2327" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_511f0c82f411d5d3dfb60da0d79c090a.setContent(html_03c9318150409e5ecb27c56a1def2327);
|
|
|
|
|
|
|
|
marker_63b51b50b57c1232f1375b03879fa57b.bindPopup(popup_511f0c82f411d5d3dfb60da0d79c090a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63b51b50b57c1232f1375b03879fa57b.setIcon(icon_7e5a4914e20038b61805a4230010d1ef);
|
|
|
|
|
|
var marker_22884eb63cffc9cea9f256c9ee2bb156 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_4d3fc13e9a5cad9a2a58c8934b621138 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd6379e08755a2e01f93a796ac88d949 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_864ffc5a5bab5e23ac3832ad5d2c2c5e = $(`<div id="html_864ffc5a5bab5e23ac3832ad5d2c2c5e" style="width: 100.0%; height: 100.0%;">relay.plebeian.market</div>`)[0];
|
|
popup_dd6379e08755a2e01f93a796ac88d949.setContent(html_864ffc5a5bab5e23ac3832ad5d2c2c5e);
|
|
|
|
|
|
|
|
marker_22884eb63cffc9cea9f256c9ee2bb156.bindPopup(popup_dd6379e08755a2e01f93a796ac88d949)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_22884eb63cffc9cea9f256c9ee2bb156.setIcon(icon_4d3fc13e9a5cad9a2a58c8934b621138);
|
|
|
|
|
|
var marker_b4aa7ab14b384fe8c28b276e661b3ef3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_d24834851564d01cd495302fc287d230 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ab7046045d93dfdc234498755676d121 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8000905cd43e80241fe6ebcced41289 = $(`<div id="html_b8000905cd43e80241fe6ebcced41289" style="width: 100.0%; height: 100.0%;">nostrcheck.me</div>`)[0];
|
|
popup_ab7046045d93dfdc234498755676d121.setContent(html_b8000905cd43e80241fe6ebcced41289);
|
|
|
|
|
|
|
|
marker_b4aa7ab14b384fe8c28b276e661b3ef3.bindPopup(popup_ab7046045d93dfdc234498755676d121)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b4aa7ab14b384fe8c28b276e661b3ef3.setIcon(icon_d24834851564d01cd495302fc287d230);
|
|
|
|
|
|
var marker_bc142d3ee8895c87cbd7238e69ecd9fc = L.marker(
|
|
[53.495, 10.2542],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_9fdedcb5f82e17cba751dd42afa816d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3238bdfe777d3dde9cb10ad324a07dab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3e36af009ea0d5b7b296314196702cb6 = $(`<div id="html_3e36af009ea0d5b7b296314196702cb6" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_3238bdfe777d3dde9cb10ad324a07dab.setContent(html_3e36af009ea0d5b7b296314196702cb6);
|
|
|
|
|
|
|
|
marker_bc142d3ee8895c87cbd7238e69ecd9fc.bindPopup(popup_3238bdfe777d3dde9cb10ad324a07dab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc142d3ee8895c87cbd7238e69ecd9fc.setIcon(icon_9fdedcb5f82e17cba751dd42afa816d6);
|
|
|
|
|
|
var marker_c8007fce9ed956de0f065a0ffde9d185 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_cea150a6202dcf7c1b21ddc6d6a349c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e6493500e1dc60893edb24b98034853 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8461d12ab3075930455d612f8b355df1 = $(`<div id="html_8461d12ab3075930455d612f8b355df1" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_7e6493500e1dc60893edb24b98034853.setContent(html_8461d12ab3075930455d612f8b355df1);
|
|
|
|
|
|
|
|
marker_c8007fce9ed956de0f065a0ffde9d185.bindPopup(popup_7e6493500e1dc60893edb24b98034853)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c8007fce9ed956de0f065a0ffde9d185.setIcon(icon_cea150a6202dcf7c1b21ddc6d6a349c9);
|
|
|
|
|
|
var marker_913686273fe680a3456fb960f7d86b03 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_c395a2b5feed9f1173b8d5f3d2e68ff0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e816d42a7b8dd8101d7acc10a339e58b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_43aacf8728c1de22124f4f91772b4cf5 = $(`<div id="html_43aacf8728c1de22124f4f91772b4cf5" style="width: 100.0%; height: 100.0%;">nostr.bitczat.pl</div>`)[0];
|
|
popup_e816d42a7b8dd8101d7acc10a339e58b.setContent(html_43aacf8728c1de22124f4f91772b4cf5);
|
|
|
|
|
|
|
|
marker_913686273fe680a3456fb960f7d86b03.bindPopup(popup_e816d42a7b8dd8101d7acc10a339e58b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_913686273fe680a3456fb960f7d86b03.setIcon(icon_c395a2b5feed9f1173b8d5f3d2e68ff0);
|
|
|
|
|
|
var marker_7ac4e1ca8a2f31561b3f123568bf23ed = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_768d7e76213e87636bed68367719dc6e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80c81902a7f13775714ff74c62a0b09f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31666f2c43df82627dc601cbabdcbc10 = $(`<div id="html_31666f2c43df82627dc601cbabdcbc10" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_80c81902a7f13775714ff74c62a0b09f.setContent(html_31666f2c43df82627dc601cbabdcbc10);
|
|
|
|
|
|
|
|
marker_7ac4e1ca8a2f31561b3f123568bf23ed.bindPopup(popup_80c81902a7f13775714ff74c62a0b09f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7ac4e1ca8a2f31561b3f123568bf23ed.setIcon(icon_768d7e76213e87636bed68367719dc6e);
|
|
|
|
|
|
var marker_dbee4567f1b153c9307d428abd5267cc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_f499d9cca11ebfb8279208e0713b9625 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_407e73ecc38f121c5b61af639644c750 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61481bf98937e75b38e2d08dffe65c82 = $(`<div id="html_61481bf98937e75b38e2d08dffe65c82" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_407e73ecc38f121c5b61af639644c750.setContent(html_61481bf98937e75b38e2d08dffe65c82);
|
|
|
|
|
|
|
|
marker_dbee4567f1b153c9307d428abd5267cc.bindPopup(popup_407e73ecc38f121c5b61af639644c750)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbee4567f1b153c9307d428abd5267cc.setIcon(icon_f499d9cca11ebfb8279208e0713b9625);
|
|
|
|
|
|
var marker_4a0c99f39010e21ddeb0d79c17e5606e = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_95edcfa7c9848955d206c9c91dfd5f16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_13be303639b4e4a6952453f8c5baafe7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_482877e92400eb2e5722a13d5c3dc40c = $(`<div id="html_482877e92400eb2e5722a13d5c3dc40c" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_13be303639b4e4a6952453f8c5baafe7.setContent(html_482877e92400eb2e5722a13d5c3dc40c);
|
|
|
|
|
|
|
|
marker_4a0c99f39010e21ddeb0d79c17e5606e.bindPopup(popup_13be303639b4e4a6952453f8c5baafe7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a0c99f39010e21ddeb0d79c17e5606e.setIcon(icon_95edcfa7c9848955d206c9c91dfd5f16);
|
|
|
|
|
|
var marker_fb9996794bf712abddd0ea1e517d8e83 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_edfe325a48a52f9695ee5dac3b65010a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d209300d953d761cb3315723848f3179 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57d7271c0de723724c9a92eb2f4f074d = $(`<div id="html_57d7271c0de723724c9a92eb2f4f074d" style="width: 100.0%; height: 100.0%;">test.thedude.cloud</div>`)[0];
|
|
popup_d209300d953d761cb3315723848f3179.setContent(html_57d7271c0de723724c9a92eb2f4f074d);
|
|
|
|
|
|
|
|
marker_fb9996794bf712abddd0ea1e517d8e83.bindPopup(popup_d209300d953d761cb3315723848f3179)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fb9996794bf712abddd0ea1e517d8e83.setIcon(icon_edfe325a48a52f9695ee5dac3b65010a);
|
|
|
|
|
|
var marker_7d7273b49fe67f8b899d61d547d3336e = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_43530bcdc7425a635acc1dc6e6d61685 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ee511ed9d7206bf601c5fbf7db55938 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_77100ffdcb19f73a57e47fd958927906 = $(`<div id="html_77100ffdcb19f73a57e47fd958927906" style="width: 100.0%; height: 100.0%;">nostr.bitcoiner.social</div>`)[0];
|
|
popup_2ee511ed9d7206bf601c5fbf7db55938.setContent(html_77100ffdcb19f73a57e47fd958927906);
|
|
|
|
|
|
|
|
marker_7d7273b49fe67f8b899d61d547d3336e.bindPopup(popup_2ee511ed9d7206bf601c5fbf7db55938)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d7273b49fe67f8b899d61d547d3336e.setIcon(icon_43530bcdc7425a635acc1dc6e6d61685);
|
|
|
|
|
|
var marker_a9f508a40ddaaf2583e32389df5915bb = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_0be0784932238de7958177fe2de9dfa4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_806c4e8ade51a3ac54c2a5f80c45cb28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60cc0e71f504610a0cdfbf39cf4450c9 = $(`<div id="html_60cc0e71f504610a0cdfbf39cf4450c9" style="width: 100.0%; height: 100.0%;">relay.typedcypher.com</div>`)[0];
|
|
popup_806c4e8ade51a3ac54c2a5f80c45cb28.setContent(html_60cc0e71f504610a0cdfbf39cf4450c9);
|
|
|
|
|
|
|
|
marker_a9f508a40ddaaf2583e32389df5915bb.bindPopup(popup_806c4e8ade51a3ac54c2a5f80c45cb28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9f508a40ddaaf2583e32389df5915bb.setIcon(icon_0be0784932238de7958177fe2de9dfa4);
|
|
|
|
|
|
var marker_ee38542f9282027f0dfb8dec2cf6a44f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_5c4e41425b85020518000e00d63747a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f2ad2fe131d76c78765a1bda4af6816f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5d94b4ca9ead5ee60bc1959731b338b4 = $(`<div id="html_5d94b4ca9ead5ee60bc1959731b338b4" style="width: 100.0%; height: 100.0%;">dm-test-strfry-generic.samt.st</div>`)[0];
|
|
popup_f2ad2fe131d76c78765a1bda4af6816f.setContent(html_5d94b4ca9ead5ee60bc1959731b338b4);
|
|
|
|
|
|
|
|
marker_ee38542f9282027f0dfb8dec2cf6a44f.bindPopup(popup_f2ad2fe131d76c78765a1bda4af6816f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ee38542f9282027f0dfb8dec2cf6a44f.setIcon(icon_5c4e41425b85020518000e00d63747a7);
|
|
|
|
|
|
var marker_97a117ab033edf06f418c26603f799a4 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_8546d5635df171dea1a0263da9193540 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_537f7b3d5d934a596d68dbb283d561fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c8a54b2341142099b832ada4bbb94e2f = $(`<div id="html_c8a54b2341142099b832ada4bbb94e2f" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_537f7b3d5d934a596d68dbb283d561fe.setContent(html_c8a54b2341142099b832ada4bbb94e2f);
|
|
|
|
|
|
|
|
marker_97a117ab033edf06f418c26603f799a4.bindPopup(popup_537f7b3d5d934a596d68dbb283d561fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_97a117ab033edf06f418c26603f799a4.setIcon(icon_8546d5635df171dea1a0263da9193540);
|
|
|
|
|
|
var marker_4cffebd5fc0497050f1c5a4bdc3c8cde = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_d0f576f50f5b5ca82a8130e2d110e49d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74be53ba80bbf52d66a95dbf7d5c268d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_db0f638cbe240ae87c38a6dec5e1e0ad = $(`<div id="html_db0f638cbe240ae87c38a6dec5e1e0ad" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_74be53ba80bbf52d66a95dbf7d5c268d.setContent(html_db0f638cbe240ae87c38a6dec5e1e0ad);
|
|
|
|
|
|
|
|
marker_4cffebd5fc0497050f1c5a4bdc3c8cde.bindPopup(popup_74be53ba80bbf52d66a95dbf7d5c268d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4cffebd5fc0497050f1c5a4bdc3c8cde.setIcon(icon_d0f576f50f5b5ca82a8130e2d110e49d);
|
|
|
|
|
|
var marker_9a147ed9c3a660c5868a1e9f8e242598 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_44ddaa35aae8cbdcd4d88d2046467aef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79ffea60a88904c05539298ca8251f53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34efd39c66a0d8121d546f1d081734a0 = $(`<div id="html_34efd39c66a0d8121d546f1d081734a0" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_79ffea60a88904c05539298ca8251f53.setContent(html_34efd39c66a0d8121d546f1d081734a0);
|
|
|
|
|
|
|
|
marker_9a147ed9c3a660c5868a1e9f8e242598.bindPopup(popup_79ffea60a88904c05539298ca8251f53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9a147ed9c3a660c5868a1e9f8e242598.setIcon(icon_44ddaa35aae8cbdcd4d88d2046467aef);
|
|
|
|
|
|
var marker_f0519613ddc2fa69861c0b9bb1a7f06e = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_eb4ad11d6011cda3a7a9ae1797f09f73 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_10722287d6ff5e8f06584c8fa34aaf6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_342ca69cd07ed9b20b4c153a0193f8b3 = $(`<div id="html_342ca69cd07ed9b20b4c153a0193f8b3" style="width: 100.0%; height: 100.0%;">nostrride.io</div>`)[0];
|
|
popup_10722287d6ff5e8f06584c8fa34aaf6a.setContent(html_342ca69cd07ed9b20b4c153a0193f8b3);
|
|
|
|
|
|
|
|
marker_f0519613ddc2fa69861c0b9bb1a7f06e.bindPopup(popup_10722287d6ff5e8f06584c8fa34aaf6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f0519613ddc2fa69861c0b9bb1a7f06e.setIcon(icon_eb4ad11d6011cda3a7a9ae1797f09f73);
|
|
|
|
|
|
var marker_663430df9b590fd3be2fe43a2246b3ed = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_513c3131f40022486736341050ba22e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a560d6a6837d369cb02d53f8d1449280 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c9f11c329f8c3dba4d0e10520964e00c = $(`<div id="html_c9f11c329f8c3dba4d0e10520964e00c" style="width: 100.0%; height: 100.0%;">relay.flashapp.me</div>`)[0];
|
|
popup_a560d6a6837d369cb02d53f8d1449280.setContent(html_c9f11c329f8c3dba4d0e10520964e00c);
|
|
|
|
|
|
|
|
marker_663430df9b590fd3be2fe43a2246b3ed.bindPopup(popup_a560d6a6837d369cb02d53f8d1449280)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_663430df9b590fd3be2fe43a2246b3ed.setIcon(icon_513c3131f40022486736341050ba22e3);
|
|
|
|
|
|
var marker_a811defa9c6906506ffda109a047f39b = L.marker(
|
|
[38.627, -90.1994],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_0f662911e925f8fb1cc449b66ba81703 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6be7fbfee187a0384ae81ce3df6ee9a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d284f5d05478bafcb17b8feab0eefc62 = $(`<div id="html_d284f5d05478bafcb17b8feab0eefc62" style="width: 100.0%; height: 100.0%;">inbox.mycelium.social</div>`)[0];
|
|
popup_6be7fbfee187a0384ae81ce3df6ee9a9.setContent(html_d284f5d05478bafcb17b8feab0eefc62);
|
|
|
|
|
|
|
|
marker_a811defa9c6906506ffda109a047f39b.bindPopup(popup_6be7fbfee187a0384ae81ce3df6ee9a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a811defa9c6906506ffda109a047f39b.setIcon(icon_0f662911e925f8fb1cc449b66ba81703);
|
|
|
|
|
|
var marker_db6ef82d9902e96c89e77db3945b72a7 = L.marker(
|
|
[36.1659, -86.7844],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_a126f6bdc12e3ac3f1aaf1f12c6e4d49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0dca28d43b923a1430bf98364563d06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14398fdb7630af36721f8f2bd980d2de = $(`<div id="html_14398fdb7630af36721f8f2bd980d2de" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_e0dca28d43b923a1430bf98364563d06.setContent(html_14398fdb7630af36721f8f2bd980d2de);
|
|
|
|
|
|
|
|
marker_db6ef82d9902e96c89e77db3945b72a7.bindPopup(popup_e0dca28d43b923a1430bf98364563d06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_db6ef82d9902e96c89e77db3945b72a7.setIcon(icon_a126f6bdc12e3ac3f1aaf1f12c6e4d49);
|
|
|
|
|
|
var marker_8471a95327ddf6d91ef21e579036e0c5 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_059ab6b47620a3e4e6ab6fd061e7b264 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c95cffdc35dbaa7153a60c2c12545087 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_39b02798f10de9735e68e25e7bc8019c = $(`<div id="html_39b02798f10de9735e68e25e7bc8019c" style="width: 100.0%; height: 100.0%;">nostr.chvaja.cz</div>`)[0];
|
|
popup_c95cffdc35dbaa7153a60c2c12545087.setContent(html_39b02798f10de9735e68e25e7bc8019c);
|
|
|
|
|
|
|
|
marker_8471a95327ddf6d91ef21e579036e0c5.bindPopup(popup_c95cffdc35dbaa7153a60c2c12545087)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8471a95327ddf6d91ef21e579036e0c5.setIcon(icon_059ab6b47620a3e4e6ab6fd061e7b264);
|
|
|
|
|
|
var marker_17caa1d4e65834665d8f5dd8e44d28ad = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_fc9030ef0baeeaac9b6e87b4922960d8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b1b22fea61cc2382791a317e6463a03e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4b0261d639191db1971553990da3c6cb = $(`<div id="html_4b0261d639191db1971553990da3c6cb" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_b1b22fea61cc2382791a317e6463a03e.setContent(html_4b0261d639191db1971553990da3c6cb);
|
|
|
|
|
|
|
|
marker_17caa1d4e65834665d8f5dd8e44d28ad.bindPopup(popup_b1b22fea61cc2382791a317e6463a03e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17caa1d4e65834665d8f5dd8e44d28ad.setIcon(icon_fc9030ef0baeeaac9b6e87b4922960d8);
|
|
|
|
|
|
var marker_530f01f1affa9fd6a221606467e53cfe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_bfa39ac056729296d198e38247c50b98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c49642118212cd27e903b9c4a8167521 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2e5b4fad4870d34ef3806059a940f2d = $(`<div id="html_b2e5b4fad4870d34ef3806059a940f2d" style="width: 100.0%; height: 100.0%;">relay.gulugulu.moe</div>`)[0];
|
|
popup_c49642118212cd27e903b9c4a8167521.setContent(html_b2e5b4fad4870d34ef3806059a940f2d);
|
|
|
|
|
|
|
|
marker_530f01f1affa9fd6a221606467e53cfe.bindPopup(popup_c49642118212cd27e903b9c4a8167521)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_530f01f1affa9fd6a221606467e53cfe.setIcon(icon_bfa39ac056729296d198e38247c50b98);
|
|
|
|
|
|
var marker_f716c2f041332fd4d0ef97edfefeb79e = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_00bb68da284acc2a57be1379d6821a12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_badce730ed4c286344d3cb64ce8b57aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57526012f80ec3cdc0c12afb312aacb4 = $(`<div id="html_57526012f80ec3cdc0c12afb312aacb4" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_badce730ed4c286344d3cb64ce8b57aa.setContent(html_57526012f80ec3cdc0c12afb312aacb4);
|
|
|
|
|
|
|
|
marker_f716c2f041332fd4d0ef97edfefeb79e.bindPopup(popup_badce730ed4c286344d3cb64ce8b57aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f716c2f041332fd4d0ef97edfefeb79e.setIcon(icon_00bb68da284acc2a57be1379d6821a12);
|
|
|
|
|
|
var marker_bbefe06445b98e46288b09ddfc8029bf = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_05ef4470445002d3f3a1007261dc4d8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff059256aef36c6ab2d04b56ba032b42 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_04115526122bb99c4af34c0545acd2bc = $(`<div id="html_04115526122bb99c4af34c0545acd2bc" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_ff059256aef36c6ab2d04b56ba032b42.setContent(html_04115526122bb99c4af34c0545acd2bc);
|
|
|
|
|
|
|
|
marker_bbefe06445b98e46288b09ddfc8029bf.bindPopup(popup_ff059256aef36c6ab2d04b56ba032b42)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bbefe06445b98e46288b09ddfc8029bf.setIcon(icon_05ef4470445002d3f3a1007261dc4d8c);
|
|
|
|
|
|
var marker_f5d9838e7b2f095d5a7196bd9afb53e2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_bae3e143c0d1fab61286803032058375 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_441820f5c23a2015b93c31496e69632f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0a50d3ef80fb14a59987ed079166d11 = $(`<div id="html_c0a50d3ef80fb14a59987ed079166d11" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_441820f5c23a2015b93c31496e69632f.setContent(html_c0a50d3ef80fb14a59987ed079166d11);
|
|
|
|
|
|
|
|
marker_f5d9838e7b2f095d5a7196bd9afb53e2.bindPopup(popup_441820f5c23a2015b93c31496e69632f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f5d9838e7b2f095d5a7196bd9afb53e2.setIcon(icon_bae3e143c0d1fab61286803032058375);
|
|
|
|
|
|
var marker_050feb49cb4b1308ae139ffbcd8916da = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_55a172a9c13c788eef2dfd0389236e35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a1c2062adbfd0c47e11206fdda621f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b84038a9cace5dbbeeb1b5b75112d17 = $(`<div id="html_3b84038a9cace5dbbeeb1b5b75112d17" style="width: 100.0%; height: 100.0%;">nostr.pbfs.io</div>`)[0];
|
|
popup_2a1c2062adbfd0c47e11206fdda621f6.setContent(html_3b84038a9cace5dbbeeb1b5b75112d17);
|
|
|
|
|
|
|
|
marker_050feb49cb4b1308ae139ffbcd8916da.bindPopup(popup_2a1c2062adbfd0c47e11206fdda621f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_050feb49cb4b1308ae139ffbcd8916da.setIcon(icon_55a172a9c13c788eef2dfd0389236e35);
|
|
|
|
|
|
var marker_4258243b66ccbdb32296e392a537012e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_3bde77bfd1ef80ec7ef0c382a8b2c088 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ecf764458e554200f97916d09688f2d9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a845971013e5e3726b90e9b98eb9dcfe = $(`<div id="html_a845971013e5e3726b90e9b98eb9dcfe" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_ecf764458e554200f97916d09688f2d9.setContent(html_a845971013e5e3726b90e9b98eb9dcfe);
|
|
|
|
|
|
|
|
marker_4258243b66ccbdb32296e392a537012e.bindPopup(popup_ecf764458e554200f97916d09688f2d9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4258243b66ccbdb32296e392a537012e.setIcon(icon_3bde77bfd1ef80ec7ef0c382a8b2c088);
|
|
|
|
|
|
var marker_66a4ee0492215c15e7cd11b33e99683c = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_66c49b6ab709ed6a322e20cbcc3cd3f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b4a12ed5598bb71f022041d566fd760 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f74349519d45039ea0d7722767225e4 = $(`<div id="html_9f74349519d45039ea0d7722767225e4" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_2b4a12ed5598bb71f022041d566fd760.setContent(html_9f74349519d45039ea0d7722767225e4);
|
|
|
|
|
|
|
|
marker_66a4ee0492215c15e7cd11b33e99683c.bindPopup(popup_2b4a12ed5598bb71f022041d566fd760)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_66a4ee0492215c15e7cd11b33e99683c.setIcon(icon_66c49b6ab709ed6a322e20cbcc3cd3f5);
|
|
|
|
|
|
var marker_98d7e8fba8f3c506eeb2165a28bc4672 = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_baff4ed6b27b99ba728c0201665bad44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7f8aef175efdf3fab264876c3cbc7b33 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59447479a26d6ee1d2ebeeafa2e3f13e = $(`<div id="html_59447479a26d6ee1d2ebeeafa2e3f13e" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_7f8aef175efdf3fab264876c3cbc7b33.setContent(html_59447479a26d6ee1d2ebeeafa2e3f13e);
|
|
|
|
|
|
|
|
marker_98d7e8fba8f3c506eeb2165a28bc4672.bindPopup(popup_7f8aef175efdf3fab264876c3cbc7b33)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98d7e8fba8f3c506eeb2165a28bc4672.setIcon(icon_baff4ed6b27b99ba728c0201665bad44);
|
|
|
|
|
|
var marker_259861a4deb97c7cce6f7812a224b69c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_740d264197a752158f8e18d5a3f236fc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f618bbbe5ad0a912585400f1236127d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbadec9d650cd447b7bfe667fd2be1bf = $(`<div id="html_fbadec9d650cd447b7bfe667fd2be1bf" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_f618bbbe5ad0a912585400f1236127d4.setContent(html_fbadec9d650cd447b7bfe667fd2be1bf);
|
|
|
|
|
|
|
|
marker_259861a4deb97c7cce6f7812a224b69c.bindPopup(popup_f618bbbe5ad0a912585400f1236127d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_259861a4deb97c7cce6f7812a224b69c.setIcon(icon_740d264197a752158f8e18d5a3f236fc);
|
|
|
|
|
|
var marker_35c0a43af672c95143eee08a672d2518 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_9c20cac3b5405f9cf166086448394e25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b1162bb1cf5c3ab1ae33e867989984e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_915328be17f41f4893c1c28ed77bc58f = $(`<div id="html_915328be17f41f4893c1c28ed77bc58f" style="width: 100.0%; height: 100.0%;">nostr.plantroon.com</div>`)[0];
|
|
popup_7b1162bb1cf5c3ab1ae33e867989984e.setContent(html_915328be17f41f4893c1c28ed77bc58f);
|
|
|
|
|
|
|
|
marker_35c0a43af672c95143eee08a672d2518.bindPopup(popup_7b1162bb1cf5c3ab1ae33e867989984e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_35c0a43af672c95143eee08a672d2518.setIcon(icon_9c20cac3b5405f9cf166086448394e25);
|
|
|
|
|
|
var marker_64c45bd7c1cc3893027b351680ec867f = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_f64c2ed345863dd8b27094c940191ced = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8b11308b076f55c81502d413fb7374b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_249a2886b351ca6350c5ba981e267673 = $(`<div id="html_249a2886b351ca6350c5ba981e267673" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_8b11308b076f55c81502d413fb7374b3.setContent(html_249a2886b351ca6350c5ba981e267673);
|
|
|
|
|
|
|
|
marker_64c45bd7c1cc3893027b351680ec867f.bindPopup(popup_8b11308b076f55c81502d413fb7374b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64c45bd7c1cc3893027b351680ec867f.setIcon(icon_f64c2ed345863dd8b27094c940191ced);
|
|
|
|
|
|
var marker_d41f04138b6d1ec57d63584b3502788d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_9ab0a39ee978064fb8cccb6d1ad1b0fa = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d1262dd078ede9d706894b9f9f7d99b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_113e21cb510767a87667270b9a54e705 = $(`<div id="html_113e21cb510767a87667270b9a54e705" style="width: 100.0%; height: 100.0%;">relay.mrmave.work</div>`)[0];
|
|
popup_2d1262dd078ede9d706894b9f9f7d99b.setContent(html_113e21cb510767a87667270b9a54e705);
|
|
|
|
|
|
|
|
marker_d41f04138b6d1ec57d63584b3502788d.bindPopup(popup_2d1262dd078ede9d706894b9f9f7d99b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d41f04138b6d1ec57d63584b3502788d.setIcon(icon_9ab0a39ee978064fb8cccb6d1ad1b0fa);
|
|
|
|
|
|
var marker_c17c836e4b44fe45adb4bed29ceb4b64 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_5687e10188cdd8e311842846b8511e0c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ecc1fa991a01487b43cd03e927249c95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4823b2db959aa9acb0519bfb545fba69 = $(`<div id="html_4823b2db959aa9acb0519bfb545fba69" style="width: 100.0%; height: 100.0%;">nostrcity-club.fly.dev</div>`)[0];
|
|
popup_ecc1fa991a01487b43cd03e927249c95.setContent(html_4823b2db959aa9acb0519bfb545fba69);
|
|
|
|
|
|
|
|
marker_c17c836e4b44fe45adb4bed29ceb4b64.bindPopup(popup_ecc1fa991a01487b43cd03e927249c95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c17c836e4b44fe45adb4bed29ceb4b64.setIcon(icon_5687e10188cdd8e311842846b8511e0c);
|
|
|
|
|
|
var marker_acb1624c3d147c3eaf5d7e79e0b63ee2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_221e3d96503deccd88d3ae41b6eecad1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4ffb1f865e8922dc2cc1e9fb4ee79271 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1b71e09b2342da0a90b19b0ff1c5b418 = $(`<div id="html_1b71e09b2342da0a90b19b0ff1c5b418" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_4ffb1f865e8922dc2cc1e9fb4ee79271.setContent(html_1b71e09b2342da0a90b19b0ff1c5b418);
|
|
|
|
|
|
|
|
marker_acb1624c3d147c3eaf5d7e79e0b63ee2.bindPopup(popup_4ffb1f865e8922dc2cc1e9fb4ee79271)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_acb1624c3d147c3eaf5d7e79e0b63ee2.setIcon(icon_221e3d96503deccd88d3ae41b6eecad1);
|
|
|
|
|
|
var marker_c81e76bfa715b90cdf77748ed168fe15 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_b63c071f087a05c33821f8bc0b2faa62 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c07aa84a89c717421f414d46765dd607 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_63fdebb099f7bd77291d66e31f32a96f = $(`<div id="html_63fdebb099f7bd77291d66e31f32a96f" style="width: 100.0%; height: 100.0%;">portal-relay.pareto.space</div>`)[0];
|
|
popup_c07aa84a89c717421f414d46765dd607.setContent(html_63fdebb099f7bd77291d66e31f32a96f);
|
|
|
|
|
|
|
|
marker_c81e76bfa715b90cdf77748ed168fe15.bindPopup(popup_c07aa84a89c717421f414d46765dd607)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c81e76bfa715b90cdf77748ed168fe15.setIcon(icon_b63c071f087a05c33821f8bc0b2faa62);
|
|
|
|
|
|
var marker_2b6f3df549648bcee6f4f4ea2832778d = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_1363e214b54dce25ea901982e1d5e6dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67b898d5524591f985fc07c4e622ed0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3acf71d706b9a912fdf2a74bc3745b35 = $(`<div id="html_3acf71d706b9a912fdf2a74bc3745b35" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_67b898d5524591f985fc07c4e622ed0f.setContent(html_3acf71d706b9a912fdf2a74bc3745b35);
|
|
|
|
|
|
|
|
marker_2b6f3df549648bcee6f4f4ea2832778d.bindPopup(popup_67b898d5524591f985fc07c4e622ed0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b6f3df549648bcee6f4f4ea2832778d.setIcon(icon_1363e214b54dce25ea901982e1d5e6dd);
|
|
|
|
|
|
var marker_897bb0d5c8f4e7ad0c1aa243b0afc913 = L.marker(
|
|
[49.0291, 8.35705],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_c2804b484afd5e55beec8fdbb5175b44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5de20c4d4b86a7dae6dc11661d061146 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92acbfd574d86d2e5a279028e3480922 = $(`<div id="html_92acbfd574d86d2e5a279028e3480922" style="width: 100.0%; height: 100.0%;">relay.dyne.org</div>`)[0];
|
|
popup_5de20c4d4b86a7dae6dc11661d061146.setContent(html_92acbfd574d86d2e5a279028e3480922);
|
|
|
|
|
|
|
|
marker_897bb0d5c8f4e7ad0c1aa243b0afc913.bindPopup(popup_5de20c4d4b86a7dae6dc11661d061146)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_897bb0d5c8f4e7ad0c1aa243b0afc913.setIcon(icon_c2804b484afd5e55beec8fdbb5175b44);
|
|
|
|
|
|
var marker_e30d8477c3e07adccc9a8fe2e35facd4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_c9c83f3f02aa06b5c59dd472ff31254d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6492fcdfae133e21cedbf54ebe0d5b91 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e952c4452d93d948b82c588b7b48cba1 = $(`<div id="html_e952c4452d93d948b82c588b7b48cba1" style="width: 100.0%; height: 100.0%;">kasztanowa.bieda.it</div>`)[0];
|
|
popup_6492fcdfae133e21cedbf54ebe0d5b91.setContent(html_e952c4452d93d948b82c588b7b48cba1);
|
|
|
|
|
|
|
|
marker_e30d8477c3e07adccc9a8fe2e35facd4.bindPopup(popup_6492fcdfae133e21cedbf54ebe0d5b91)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e30d8477c3e07adccc9a8fe2e35facd4.setIcon(icon_c9c83f3f02aa06b5c59dd472ff31254d);
|
|
|
|
|
|
var marker_90839fe96fe5191bfd2a63c482d01672 = L.marker(
|
|
[48.8575, 2.35138],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_079bf46454bd39f30b8c5116c0a9321d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a1db10d91550a9bdc5be22c2179b7e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_67a29bb68720c61aa7bc4c0163f74faa = $(`<div id="html_67a29bb68720c61aa7bc4c0163f74faa" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_5a1db10d91550a9bdc5be22c2179b7e8.setContent(html_67a29bb68720c61aa7bc4c0163f74faa);
|
|
|
|
|
|
|
|
marker_90839fe96fe5191bfd2a63c482d01672.bindPopup(popup_5a1db10d91550a9bdc5be22c2179b7e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_90839fe96fe5191bfd2a63c482d01672.setIcon(icon_079bf46454bd39f30b8c5116c0a9321d);
|
|
|
|
|
|
var marker_2aae8dfd59ab57e47ba78dbfc6bcba6e = L.marker(
|
|
[51.0368, 3.21186],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_4df7ae9871c945ac50ce0d08354ae334 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_15aebbf16e7864f778a158ef737a6a10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ea807c6a6fb42fdfd184d1a501331b52 = $(`<div id="html_ea807c6a6fb42fdfd184d1a501331b52" style="width: 100.0%; height: 100.0%;">nostr.carroarmato0.be</div>`)[0];
|
|
popup_15aebbf16e7864f778a158ef737a6a10.setContent(html_ea807c6a6fb42fdfd184d1a501331b52);
|
|
|
|
|
|
|
|
marker_2aae8dfd59ab57e47ba78dbfc6bcba6e.bindPopup(popup_15aebbf16e7864f778a158ef737a6a10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2aae8dfd59ab57e47ba78dbfc6bcba6e.setIcon(icon_4df7ae9871c945ac50ce0d08354ae334);
|
|
|
|
|
|
var marker_4b5ad84dc6747c6adecb304d175d172b = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_c14288278f53a74d1c6c259934ba9c20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7be03b3640d8153f50e87fc8dfecb4f1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c065c13b98c038fec95b18d27cfa910c = $(`<div id="html_c065c13b98c038fec95b18d27cfa910c" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_7be03b3640d8153f50e87fc8dfecb4f1.setContent(html_c065c13b98c038fec95b18d27cfa910c);
|
|
|
|
|
|
|
|
marker_4b5ad84dc6747c6adecb304d175d172b.bindPopup(popup_7be03b3640d8153f50e87fc8dfecb4f1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b5ad84dc6747c6adecb304d175d172b.setIcon(icon_c14288278f53a74d1c6c259934ba9c20);
|
|
|
|
|
|
var marker_28747eca7343a4bee7b30fe3dc821521 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_c992bdd091c869c47a13cf445ed7b691 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a882fd861ba3936caaf493cb53cd2473 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef807dcdaa06fe0d01e4f43a2e01602e = $(`<div id="html_ef807dcdaa06fe0d01e4f43a2e01602e" style="width: 100.0%; height: 100.0%;">speakeasy.cellar.social</div>`)[0];
|
|
popup_a882fd861ba3936caaf493cb53cd2473.setContent(html_ef807dcdaa06fe0d01e4f43a2e01602e);
|
|
|
|
|
|
|
|
marker_28747eca7343a4bee7b30fe3dc821521.bindPopup(popup_a882fd861ba3936caaf493cb53cd2473)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_28747eca7343a4bee7b30fe3dc821521.setIcon(icon_c992bdd091c869c47a13cf445ed7b691);
|
|
|
|
|
|
var marker_15b067a35a1d2bb766d690d552fe96a2 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_53741227623a70125f8a65386e5a328c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9a31fd5e5b873fe68e5617179606aa5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fd3a0dba0819f80958e52ec1638350d5 = $(`<div id="html_fd3a0dba0819f80958e52ec1638350d5" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_c9a31fd5e5b873fe68e5617179606aa5.setContent(html_fd3a0dba0819f80958e52ec1638350d5);
|
|
|
|
|
|
|
|
marker_15b067a35a1d2bb766d690d552fe96a2.bindPopup(popup_c9a31fd5e5b873fe68e5617179606aa5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15b067a35a1d2bb766d690d552fe96a2.setIcon(icon_53741227623a70125f8a65386e5a328c);
|
|
|
|
|
|
var marker_00c8f3082d833816991fae17814fe76f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_c152e170e01a0d06c34370aa1a734ace = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_321754400d5e62b0aaefc1038572fbae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c4d5493e0d2a7730cb9854cb3621b646 = $(`<div id="html_c4d5493e0d2a7730cb9854cb3621b646" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_321754400d5e62b0aaefc1038572fbae.setContent(html_c4d5493e0d2a7730cb9854cb3621b646);
|
|
|
|
|
|
|
|
marker_00c8f3082d833816991fae17814fe76f.bindPopup(popup_321754400d5e62b0aaefc1038572fbae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00c8f3082d833816991fae17814fe76f.setIcon(icon_c152e170e01a0d06c34370aa1a734ace);
|
|
|
|
|
|
var marker_048d278ab85260e1b2052f3a151f3e5d = L.marker(
|
|
[34.0356, -118.442],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_99e611b903d3a3407ff9739ae2da9f1c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db73e97d034ec7cccab36b2064d4fce2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_697c6f7e4b939a0ba5b1764ed9954d65 = $(`<div id="html_697c6f7e4b939a0ba5b1764ed9954d65" style="width: 100.0%; height: 100.0%;">nostr.computingcache.com</div>`)[0];
|
|
popup_db73e97d034ec7cccab36b2064d4fce2.setContent(html_697c6f7e4b939a0ba5b1764ed9954d65);
|
|
|
|
|
|
|
|
marker_048d278ab85260e1b2052f3a151f3e5d.bindPopup(popup_db73e97d034ec7cccab36b2064d4fce2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_048d278ab85260e1b2052f3a151f3e5d.setIcon(icon_99e611b903d3a3407ff9739ae2da9f1c);
|
|
|
|
|
|
var marker_073ae7b3357d1932a69295431e8f75c3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_35ea3b7ac657185e8b73f22c9022d8dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18949be6dd7dbfcb24fcd4627c20eb9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cb5ae55a9b0ed793222da8c58edfe9e6 = $(`<div id="html_cb5ae55a9b0ed793222da8c58edfe9e6" style="width: 100.0%; height: 100.0%;">relay-dev.gulugulu.moe</div>`)[0];
|
|
popup_18949be6dd7dbfcb24fcd4627c20eb9f.setContent(html_cb5ae55a9b0ed793222da8c58edfe9e6);
|
|
|
|
|
|
|
|
marker_073ae7b3357d1932a69295431e8f75c3.bindPopup(popup_18949be6dd7dbfcb24fcd4627c20eb9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_073ae7b3357d1932a69295431e8f75c3.setIcon(icon_35ea3b7ac657185e8b73f22c9022d8dd);
|
|
|
|
|
|
var marker_3d5b6ae2788f98b0a0b138ad633d707c = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_13508610e9f0c986221e1acf76ba9b27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d56c6d7a2301e042df1505b2c3ae0b0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bfcce9addaba506d49022e7c3a367f59 = $(`<div id="html_bfcce9addaba506d49022e7c3a367f59" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_9d56c6d7a2301e042df1505b2c3ae0b0.setContent(html_bfcce9addaba506d49022e7c3a367f59);
|
|
|
|
|
|
|
|
marker_3d5b6ae2788f98b0a0b138ad633d707c.bindPopup(popup_9d56c6d7a2301e042df1505b2c3ae0b0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3d5b6ae2788f98b0a0b138ad633d707c.setIcon(icon_13508610e9f0c986221e1acf76ba9b27);
|
|
|
|
|
|
var marker_e55fbf95040984c7fd4670ae175395c5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_38ec68ceb038b3d0b8468c28631d30ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_960bb9967283be6a610bf317767e5070 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5bf1d134dfad781725495dc40fa97e76 = $(`<div id="html_5bf1d134dfad781725495dc40fa97e76" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_960bb9967283be6a610bf317767e5070.setContent(html_5bf1d134dfad781725495dc40fa97e76);
|
|
|
|
|
|
|
|
marker_e55fbf95040984c7fd4670ae175395c5.bindPopup(popup_960bb9967283be6a610bf317767e5070)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e55fbf95040984c7fd4670ae175395c5.setIcon(icon_38ec68ceb038b3d0b8468c28631d30ef);
|
|
|
|
|
|
var marker_663cee77d5a6a3c790dc2064304573b6 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_3fbb0ecaa1d8a721be72a86de05d4033 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d5f5956a0fb9fc6066452cb376a0aaf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b02105c72f58c3a6e1c6e1ab26ce6fb8 = $(`<div id="html_b02105c72f58c3a6e1c6e1ab26ce6fb8" style="width: 100.0%; height: 100.0%;">testr.nymble.world</div>`)[0];
|
|
popup_7d5f5956a0fb9fc6066452cb376a0aaf.setContent(html_b02105c72f58c3a6e1c6e1ab26ce6fb8);
|
|
|
|
|
|
|
|
marker_663cee77d5a6a3c790dc2064304573b6.bindPopup(popup_7d5f5956a0fb9fc6066452cb376a0aaf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_663cee77d5a6a3c790dc2064304573b6.setIcon(icon_3fbb0ecaa1d8a721be72a86de05d4033);
|
|
|
|
|
|
var marker_0d4f54c4805c13881bfd948f2c78ee4a = L.marker(
|
|
[50.8943, 6.06237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_370a3e6d2214b0b5c65ade3d934e70f8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a7f75c0fb0848871e7aa92fef2cc9bb1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c0c91886989adc08c7ca35630be2246 = $(`<div id="html_2c0c91886989adc08c7ca35630be2246" style="width: 100.0%; height: 100.0%;">relay-nl.zombi.cloudrodion.com</div>`)[0];
|
|
popup_a7f75c0fb0848871e7aa92fef2cc9bb1.setContent(html_2c0c91886989adc08c7ca35630be2246);
|
|
|
|
|
|
|
|
marker_0d4f54c4805c13881bfd948f2c78ee4a.bindPopup(popup_a7f75c0fb0848871e7aa92fef2cc9bb1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d4f54c4805c13881bfd948f2c78ee4a.setIcon(icon_370a3e6d2214b0b5c65ade3d934e70f8);
|
|
|
|
|
|
var marker_439da58b92f4c75631b72bb8b71afa55 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_9beca1761bec3a5fcad23242c9417c87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43fb7dcc51cd4b8fe1f3b5216a6e8bcc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b79e6b144813f25dcb632b3ba2849f51 = $(`<div id="html_b79e6b144813f25dcb632b3ba2849f51" style="width: 100.0%; height: 100.0%;">nostr.easycryptosend.it</div>`)[0];
|
|
popup_43fb7dcc51cd4b8fe1f3b5216a6e8bcc.setContent(html_b79e6b144813f25dcb632b3ba2849f51);
|
|
|
|
|
|
|
|
marker_439da58b92f4c75631b72bb8b71afa55.bindPopup(popup_43fb7dcc51cd4b8fe1f3b5216a6e8bcc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_439da58b92f4c75631b72bb8b71afa55.setIcon(icon_9beca1761bec3a5fcad23242c9417c87);
|
|
|
|
|
|
var marker_73ac825ea0f74787d7f438e1e72a9053 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_167cbb77d8590b3afb9fa27a07204ae0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1f4c292a231320073fd26aaa805cd2c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44a5627b4edd5fa1bda92a2f33f8f046 = $(`<div id="html_44a5627b4edd5fa1bda92a2f33f8f046" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_1f4c292a231320073fd26aaa805cd2c6.setContent(html_44a5627b4edd5fa1bda92a2f33f8f046);
|
|
|
|
|
|
|
|
marker_73ac825ea0f74787d7f438e1e72a9053.bindPopup(popup_1f4c292a231320073fd26aaa805cd2c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_73ac825ea0f74787d7f438e1e72a9053.setIcon(icon_167cbb77d8590b3afb9fa27a07204ae0);
|
|
|
|
|
|
var marker_4debed9fd9501208af9d209dea08f183 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_e7ebac93de5cb7e901ab8802aa799617 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03975168e28f6cda25f9e345ccba086a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_297bc56a5305f71e12d0f41a46df9632 = $(`<div id="html_297bc56a5305f71e12d0f41a46df9632" style="width: 100.0%; height: 100.0%;">dm-test-strfry-discovery.samt.st</div>`)[0];
|
|
popup_03975168e28f6cda25f9e345ccba086a.setContent(html_297bc56a5305f71e12d0f41a46df9632);
|
|
|
|
|
|
|
|
marker_4debed9fd9501208af9d209dea08f183.bindPopup(popup_03975168e28f6cda25f9e345ccba086a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4debed9fd9501208af9d209dea08f183.setIcon(icon_e7ebac93de5cb7e901ab8802aa799617);
|
|
|
|
|
|
var marker_cfa2fbc2c05854af5d2939874dbc1c82 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_4c1d28124112f8c16b1ab585a7206c16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ec8235c00f3547e7c6d160d29092ef9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_60a93fd8682144c94bbc11a4b16fd6e2 = $(`<div id="html_60a93fd8682144c94bbc11a4b16fd6e2" style="width: 100.0%; height: 100.0%;">wot.codingarena.top</div>`)[0];
|
|
popup_6ec8235c00f3547e7c6d160d29092ef9.setContent(html_60a93fd8682144c94bbc11a4b16fd6e2);
|
|
|
|
|
|
|
|
marker_cfa2fbc2c05854af5d2939874dbc1c82.bindPopup(popup_6ec8235c00f3547e7c6d160d29092ef9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cfa2fbc2c05854af5d2939874dbc1c82.setIcon(icon_4c1d28124112f8c16b1ab585a7206c16);
|
|
|
|
|
|
var marker_67c09a06ce319ba593aec4405359fa7d = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_91cf1fbcfeb60ae5bda633210d2e78dd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f0039235caf1412cfde35ea634a4683 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c05601862f5a16ec847ca585c95d4311 = $(`<div id="html_c05601862f5a16ec847ca585c95d4311" style="width: 100.0%; height: 100.0%;">relay.tapestry.ninja</div>`)[0];
|
|
popup_9f0039235caf1412cfde35ea634a4683.setContent(html_c05601862f5a16ec847ca585c95d4311);
|
|
|
|
|
|
|
|
marker_67c09a06ce319ba593aec4405359fa7d.bindPopup(popup_9f0039235caf1412cfde35ea634a4683)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_67c09a06ce319ba593aec4405359fa7d.setIcon(icon_91cf1fbcfeb60ae5bda633210d2e78dd);
|
|
|
|
|
|
var marker_bc018c0a72078ddaf1e72c7a5eb05038 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_36ad92041c05b51d98b4b6536578db96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95bd7cdadf403e8b9248325c42ace126 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d89aedcd91c544d83aa14b2e6675738f = $(`<div id="html_d89aedcd91c544d83aa14b2e6675738f" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_95bd7cdadf403e8b9248325c42ace126.setContent(html_d89aedcd91c544d83aa14b2e6675738f);
|
|
|
|
|
|
|
|
marker_bc018c0a72078ddaf1e72c7a5eb05038.bindPopup(popup_95bd7cdadf403e8b9248325c42ace126)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bc018c0a72078ddaf1e72c7a5eb05038.setIcon(icon_36ad92041c05b51d98b4b6536578db96);
|
|
|
|
|
|
var marker_a8eaf5b31d6fc8c4cc7448d1fcf9ceac = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_c9def51bb7a854f2b747b08ea5a333df = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_80c0fd3ba1d3c299206e2e569e5a1767 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f9aadbe95211286a6c0d66c745521e2 = $(`<div id="html_9f9aadbe95211286a6c0d66c745521e2" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_80c0fd3ba1d3c299206e2e569e5a1767.setContent(html_9f9aadbe95211286a6c0d66c745521e2);
|
|
|
|
|
|
|
|
marker_a8eaf5b31d6fc8c4cc7448d1fcf9ceac.bindPopup(popup_80c0fd3ba1d3c299206e2e569e5a1767)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a8eaf5b31d6fc8c4cc7448d1fcf9ceac.setIcon(icon_c9def51bb7a854f2b747b08ea5a333df);
|
|
|
|
|
|
var marker_551dd060c1baf36dad0b8224bd5bf217 = L.marker(
|
|
[39.9526, -75.1652],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_c0c24d9ed7bc749b6d3099f92a66a7b9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd5393a07facffd0f6d019c5633a397e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14aa1403073c3197ee4b5af4c138ffa8 = $(`<div id="html_14aa1403073c3197ee4b5af4c138ffa8" style="width: 100.0%; height: 100.0%;">nrs-02.darkcloudarcade.com</div>`)[0];
|
|
popup_dd5393a07facffd0f6d019c5633a397e.setContent(html_14aa1403073c3197ee4b5af4c138ffa8);
|
|
|
|
|
|
|
|
marker_551dd060c1baf36dad0b8224bd5bf217.bindPopup(popup_dd5393a07facffd0f6d019c5633a397e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_551dd060c1baf36dad0b8224bd5bf217.setIcon(icon_c0c24d9ed7bc749b6d3099f92a66a7b9);
|
|
|
|
|
|
var marker_892233bb05660083eb46219dcdfe9bf8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_d98c3e0d3ceb6647cffecfddf869dba6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_105ce06cc1b4eeb748e5ee8c295dab7e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d77b580aa529b845ed3360d3b3f26674 = $(`<div id="html_d77b580aa529b845ed3360d3b3f26674" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_105ce06cc1b4eeb748e5ee8c295dab7e.setContent(html_d77b580aa529b845ed3360d3b3f26674);
|
|
|
|
|
|
|
|
marker_892233bb05660083eb46219dcdfe9bf8.bindPopup(popup_105ce06cc1b4eeb748e5ee8c295dab7e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_892233bb05660083eb46219dcdfe9bf8.setIcon(icon_d98c3e0d3ceb6647cffecfddf869dba6);
|
|
|
|
|
|
var marker_8ba0e1c04b316bc342c81cd12edfec3c = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_599c9320c0a097380d07d50b712f8051 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b221333cbb3fc509521b1e4cb564d720 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0570559dc0a882fff0f36f6f6219aaff = $(`<div id="html_0570559dc0a882fff0f36f6f6219aaff" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_b221333cbb3fc509521b1e4cb564d720.setContent(html_0570559dc0a882fff0f36f6f6219aaff);
|
|
|
|
|
|
|
|
marker_8ba0e1c04b316bc342c81cd12edfec3c.bindPopup(popup_b221333cbb3fc509521b1e4cb564d720)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ba0e1c04b316bc342c81cd12edfec3c.setIcon(icon_599c9320c0a097380d07d50b712f8051);
|
|
|
|
|
|
var marker_696e1f0a1b6cbaa7d1988d7c71d9fc97 = L.marker(
|
|
[40.2662, 44.6393],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_f5492479e5e4318c195712046201d314 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_72586387f1f803fb8105928bc18c90aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_72864772c27d342bd4774960b5dfa859 = $(`<div id="html_72864772c27d342bd4774960b5dfa859" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_72586387f1f803fb8105928bc18c90aa.setContent(html_72864772c27d342bd4774960b5dfa859);
|
|
|
|
|
|
|
|
marker_696e1f0a1b6cbaa7d1988d7c71d9fc97.bindPopup(popup_72586387f1f803fb8105928bc18c90aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_696e1f0a1b6cbaa7d1988d7c71d9fc97.setIcon(icon_f5492479e5e4318c195712046201d314);
|
|
|
|
|
|
var marker_d011f2ce91279868fe033b75f450f18e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_c54ce9d117b37559ac7fd3e937047dea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d5c51de80e83f20c2bfb043693ee224 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_411009e1b0f53b2cb31fd84992f1f334 = $(`<div id="html_411009e1b0f53b2cb31fd84992f1f334" style="width: 100.0%; height: 100.0%;">top.testrelay.top</div>`)[0];
|
|
popup_9d5c51de80e83f20c2bfb043693ee224.setContent(html_411009e1b0f53b2cb31fd84992f1f334);
|
|
|
|
|
|
|
|
marker_d011f2ce91279868fe033b75f450f18e.bindPopup(popup_9d5c51de80e83f20c2bfb043693ee224)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d011f2ce91279868fe033b75f450f18e.setIcon(icon_c54ce9d117b37559ac7fd3e937047dea);
|
|
|
|
|
|
var marker_71c2ef9b279881a60d9ac2569a4bd149 = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_d152984e4de5b2cd3d624c62282ae3ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_058645200ed4019e1bcde53cf3d4510c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33ce3e87fc5a20cbb2e11b58da543926 = $(`<div id="html_33ce3e87fc5a20cbb2e11b58da543926" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_058645200ed4019e1bcde53cf3d4510c.setContent(html_33ce3e87fc5a20cbb2e11b58da543926);
|
|
|
|
|
|
|
|
marker_71c2ef9b279881a60d9ac2569a4bd149.bindPopup(popup_058645200ed4019e1bcde53cf3d4510c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71c2ef9b279881a60d9ac2569a4bd149.setIcon(icon_d152984e4de5b2cd3d624c62282ae3ca);
|
|
|
|
|
|
var marker_2ece5a2ee2e0784e6502fddc15ac5894 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_71d8a68c2bebd77a18c8da94f6ff6153 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e170df9e70c3c8f0e4fae302afbb21d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b79c940af561c67ec203b221fb4b2e25 = $(`<div id="html_b79c940af561c67ec203b221fb4b2e25" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_9e170df9e70c3c8f0e4fae302afbb21d.setContent(html_b79c940af561c67ec203b221fb4b2e25);
|
|
|
|
|
|
|
|
marker_2ece5a2ee2e0784e6502fddc15ac5894.bindPopup(popup_9e170df9e70c3c8f0e4fae302afbb21d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ece5a2ee2e0784e6502fddc15ac5894.setIcon(icon_71d8a68c2bebd77a18c8da94f6ff6153);
|
|
|
|
|
|
var marker_064f443677a22cda83f9ea61d05252ff = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_054016c76aaabdb4a36dae6767da30e5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60c2f91d33769f102fef5551e32175f4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_61409a6d0962c03ce23e8e831741d64e = $(`<div id="html_61409a6d0962c03ce23e8e831741d64e" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_60c2f91d33769f102fef5551e32175f4.setContent(html_61409a6d0962c03ce23e8e831741d64e);
|
|
|
|
|
|
|
|
marker_064f443677a22cda83f9ea61d05252ff.bindPopup(popup_60c2f91d33769f102fef5551e32175f4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_064f443677a22cda83f9ea61d05252ff.setIcon(icon_054016c76aaabdb4a36dae6767da30e5);
|
|
|
|
|
|
var marker_8b1d4cfdaadd815449cf2909f3120ad2 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_00d4d0f427d923792e24663ffc3dac75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5898e93866468cccb8e6ae8f921f19d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82a2e5981473d40d2e5e8616393b1f7e = $(`<div id="html_82a2e5981473d40d2e5e8616393b1f7e" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_f5898e93866468cccb8e6ae8f921f19d.setContent(html_82a2e5981473d40d2e5e8616393b1f7e);
|
|
|
|
|
|
|
|
marker_8b1d4cfdaadd815449cf2909f3120ad2.bindPopup(popup_f5898e93866468cccb8e6ae8f921f19d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b1d4cfdaadd815449cf2909f3120ad2.setIcon(icon_00d4d0f427d923792e24663ffc3dac75);
|
|
|
|
|
|
var marker_a77537368a8d6f4dfd4dd49c7c1b6098 = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_f41e774533a012cef2b6f83ba9f3ff48 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b22166f530679f89a8ec760e429d1531 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_42ac8230678b34d3320fc6fb36bdff94 = $(`<div id="html_42ac8230678b34d3320fc6fb36bdff94" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_b22166f530679f89a8ec760e429d1531.setContent(html_42ac8230678b34d3320fc6fb36bdff94);
|
|
|
|
|
|
|
|
marker_a77537368a8d6f4dfd4dd49c7c1b6098.bindPopup(popup_b22166f530679f89a8ec760e429d1531)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a77537368a8d6f4dfd4dd49c7c1b6098.setIcon(icon_f41e774533a012cef2b6f83ba9f3ff48);
|
|
|
|
|
|
var marker_2e54fa7cd65cdb7e25104583d78e4997 = L.marker(
|
|
[35.2227, -97.4786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_55916f5444ca9a5616d49e22b0601732 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4e093b887ced3bb94a3552162836f43 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_40f9e71b33aab4a1d46f93b215be3496 = $(`<div id="html_40f9e71b33aab4a1d46f93b215be3496" style="width: 100.0%; height: 100.0%;">relay.beginningend.com</div>`)[0];
|
|
popup_c4e093b887ced3bb94a3552162836f43.setContent(html_40f9e71b33aab4a1d46f93b215be3496);
|
|
|
|
|
|
|
|
marker_2e54fa7cd65cdb7e25104583d78e4997.bindPopup(popup_c4e093b887ced3bb94a3552162836f43)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2e54fa7cd65cdb7e25104583d78e4997.setIcon(icon_55916f5444ca9a5616d49e22b0601732);
|
|
|
|
|
|
var marker_ef12bfe4dd43f273b791199597bec63a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_36aba0c88fc0d2bcc6537b89dfe92aec = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f8960cbc6d234fd1ddbf873e041b5e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8d2e928b0e2d4664df6f2c3f997391ba = $(`<div id="html_8d2e928b0e2d4664df6f2c3f997391ba" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_8f8960cbc6d234fd1ddbf873e041b5e0.setContent(html_8d2e928b0e2d4664df6f2c3f997391ba);
|
|
|
|
|
|
|
|
marker_ef12bfe4dd43f273b791199597bec63a.bindPopup(popup_8f8960cbc6d234fd1ddbf873e041b5e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ef12bfe4dd43f273b791199597bec63a.setIcon(icon_36aba0c88fc0d2bcc6537b89dfe92aec);
|
|
|
|
|
|
var marker_efae8f5ced3fd9ec62d6fb662d9445a4 = L.marker(
|
|
[55.7628, 37.5983],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_23a2939a69898f0d253e53c7ad39db10 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d0f1c10b676d0c511649c73c81e1b520 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_074cc3548b04f8bc9f951f987cf8c86e = $(`<div id="html_074cc3548b04f8bc9f951f987cf8c86e" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_d0f1c10b676d0c511649c73c81e1b520.setContent(html_074cc3548b04f8bc9f951f987cf8c86e);
|
|
|
|
|
|
|
|
marker_efae8f5ced3fd9ec62d6fb662d9445a4.bindPopup(popup_d0f1c10b676d0c511649c73c81e1b520)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_efae8f5ced3fd9ec62d6fb662d9445a4.setIcon(icon_23a2939a69898f0d253e53c7ad39db10);
|
|
|
|
|
|
var marker_4dbec36fbf87285d39d354a5eafcbdf2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_ebef6524e632165009fcf92aa8f9619f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0785803e388c8a8a13154171d873bc97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d3426f945df910d23dc448205de8660 = $(`<div id="html_4d3426f945df910d23dc448205de8660" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_0785803e388c8a8a13154171d873bc97.setContent(html_4d3426f945df910d23dc448205de8660);
|
|
|
|
|
|
|
|
marker_4dbec36fbf87285d39d354a5eafcbdf2.bindPopup(popup_0785803e388c8a8a13154171d873bc97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4dbec36fbf87285d39d354a5eafcbdf2.setIcon(icon_ebef6524e632165009fcf92aa8f9619f);
|
|
|
|
|
|
var marker_f8c0d0d08f83b7935984c878a0352794 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_a207b9d2008fdef7b1fd0cfb29776939 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40735442d1ee7075799e486a93abb7a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c132959d6cb14758b912b8a77a86c952 = $(`<div id="html_c132959d6cb14758b912b8a77a86c952" style="width: 100.0%; height: 100.0%;">relay.dreamith.to</div>`)[0];
|
|
popup_40735442d1ee7075799e486a93abb7a9.setContent(html_c132959d6cb14758b912b8a77a86c952);
|
|
|
|
|
|
|
|
marker_f8c0d0d08f83b7935984c878a0352794.bindPopup(popup_40735442d1ee7075799e486a93abb7a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8c0d0d08f83b7935984c878a0352794.setIcon(icon_a207b9d2008fdef7b1fd0cfb29776939);
|
|
|
|
|
|
var marker_00a592453d7e4e19d4d769bc6c3f3d17 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_c7f3144cd85bd4c80f087732ad721563 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19b3913554ede35909b752d03cbd55f9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_006bde73c076a8a19a2508395af286ca = $(`<div id="html_006bde73c076a8a19a2508395af286ca" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_19b3913554ede35909b752d03cbd55f9.setContent(html_006bde73c076a8a19a2508395af286ca);
|
|
|
|
|
|
|
|
marker_00a592453d7e4e19d4d769bc6c3f3d17.bindPopup(popup_19b3913554ede35909b752d03cbd55f9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00a592453d7e4e19d4d769bc6c3f3d17.setIcon(icon_c7f3144cd85bd4c80f087732ad721563);
|
|
|
|
|
|
var marker_023a8c19a1dbb7c66871ed605943c73b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_ea979b086b249d69b1908daf159a482b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c66718b7ae46d4ab471131b1c8d79b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_579cfcd1863f446baba57d53dce8316c = $(`<div id="html_579cfcd1863f446baba57d53dce8316c" style="width: 100.0%; height: 100.0%;">relay.binaryrobot.com</div>`)[0];
|
|
popup_1c66718b7ae46d4ab471131b1c8d79b6.setContent(html_579cfcd1863f446baba57d53dce8316c);
|
|
|
|
|
|
|
|
marker_023a8c19a1dbb7c66871ed605943c73b.bindPopup(popup_1c66718b7ae46d4ab471131b1c8d79b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_023a8c19a1dbb7c66871ed605943c73b.setIcon(icon_ea979b086b249d69b1908daf159a482b);
|
|
|
|
|
|
var marker_03aa9be2a32f0c66601adb234ee52ca7 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_ef7f7ba592e1c579d46174531e839728 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74bd20e5e26c9fdbb0ac53b0c55f21d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a149ce5c075f46c10a880785523c4dd9 = $(`<div id="html_a149ce5c075f46c10a880785523c4dd9" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club</div>`)[0];
|
|
popup_74bd20e5e26c9fdbb0ac53b0c55f21d1.setContent(html_a149ce5c075f46c10a880785523c4dd9);
|
|
|
|
|
|
|
|
marker_03aa9be2a32f0c66601adb234ee52ca7.bindPopup(popup_74bd20e5e26c9fdbb0ac53b0c55f21d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03aa9be2a32f0c66601adb234ee52ca7.setIcon(icon_ef7f7ba592e1c579d46174531e839728);
|
|
|
|
|
|
var marker_084e2b42e0a6829ed05a2d0b12a210bc = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_2cd2788dfe560877d6e9d1a2e607141a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_650c6b4ab3b0569dd96b729dffee9fc7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2e1b2ac60f6fa3df8b800fdf410b4fd5 = $(`<div id="html_2e1b2ac60f6fa3df8b800fdf410b4fd5" style="width: 100.0%; height: 100.0%;">nittom.nostr1.com</div>`)[0];
|
|
popup_650c6b4ab3b0569dd96b729dffee9fc7.setContent(html_2e1b2ac60f6fa3df8b800fdf410b4fd5);
|
|
|
|
|
|
|
|
marker_084e2b42e0a6829ed05a2d0b12a210bc.bindPopup(popup_650c6b4ab3b0569dd96b729dffee9fc7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_084e2b42e0a6829ed05a2d0b12a210bc.setIcon(icon_2cd2788dfe560877d6e9d1a2e607141a);
|
|
|
|
|
|
var marker_c231f34a7a43bd4bacc5d6a40722d742 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_c8f52e0be87d353714cbfaeb1d344dda = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f720933f8bd3043994121ecb726ad720 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb1c6f6be487ce0f5c09154f6b71c729 = $(`<div id="html_bb1c6f6be487ce0f5c09154f6b71c729" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_f720933f8bd3043994121ecb726ad720.setContent(html_bb1c6f6be487ce0f5c09154f6b71c729);
|
|
|
|
|
|
|
|
marker_c231f34a7a43bd4bacc5d6a40722d742.bindPopup(popup_f720933f8bd3043994121ecb726ad720)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c231f34a7a43bd4bacc5d6a40722d742.setIcon(icon_c8f52e0be87d353714cbfaeb1d344dda);
|
|
|
|
|
|
var marker_8957d164a77be9a76c4e2a4a077e11b2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_fba16c4d820270a5f0fde4ccb8ba5097 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3a2ddf042baf2bd7a60446a313abe3e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7bc6907b988ea12886c65eb2966d10d9 = $(`<div id="html_7bc6907b988ea12886c65eb2966d10d9" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_3a2ddf042baf2bd7a60446a313abe3e8.setContent(html_7bc6907b988ea12886c65eb2966d10d9);
|
|
|
|
|
|
|
|
marker_8957d164a77be9a76c4e2a4a077e11b2.bindPopup(popup_3a2ddf042baf2bd7a60446a313abe3e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8957d164a77be9a76c4e2a4a077e11b2.setIcon(icon_fba16c4d820270a5f0fde4ccb8ba5097);
|
|
|
|
|
|
var marker_b7c95173f405670496527516a82b2e2c = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_554cb467bcc4c12806d0aa496cb100fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfc97524e619bc5aec09189ce682bf10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a4567ac7b2216072ea4c526606b9cc14 = $(`<div id="html_a4567ac7b2216072ea4c526606b9cc14" style="width: 100.0%; height: 100.0%;">relay.edufeed.org</div>`)[0];
|
|
popup_dfc97524e619bc5aec09189ce682bf10.setContent(html_a4567ac7b2216072ea4c526606b9cc14);
|
|
|
|
|
|
|
|
marker_b7c95173f405670496527516a82b2e2c.bindPopup(popup_dfc97524e619bc5aec09189ce682bf10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7c95173f405670496527516a82b2e2c.setIcon(icon_554cb467bcc4c12806d0aa496cb100fb);
|
|
|
|
|
|
var marker_87713af3754c398f218b6989307f05e1 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_a6ea3e1cbd1959c6dc89e122c97ad481 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_592c2e7d5bb713bf3ce202290800370b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3b7bf18a2b612d21982ac6310546cc22 = $(`<div id="html_3b7bf18a2b612d21982ac6310546cc22" style="width: 100.0%; height: 100.0%;">relay.staging.plebeian.market</div>`)[0];
|
|
popup_592c2e7d5bb713bf3ce202290800370b.setContent(html_3b7bf18a2b612d21982ac6310546cc22);
|
|
|
|
|
|
|
|
marker_87713af3754c398f218b6989307f05e1.bindPopup(popup_592c2e7d5bb713bf3ce202290800370b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_87713af3754c398f218b6989307f05e1.setIcon(icon_a6ea3e1cbd1959c6dc89e122c97ad481);
|
|
|
|
|
|
var marker_829badec51982f8d52110088f1a6c57c = L.marker(
|
|
[36.1527, -95.9902],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_e7366d923e7ca2dfb673942206c7aecb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3f5052c32a4e27cb880e95c8f0c9e1e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17a2bb9bc0c49f703829f7053ff0fa4a = $(`<div id="html_17a2bb9bc0c49f703829f7053ff0fa4a" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_3f5052c32a4e27cb880e95c8f0c9e1e2.setContent(html_17a2bb9bc0c49f703829f7053ff0fa4a);
|
|
|
|
|
|
|
|
marker_829badec51982f8d52110088f1a6c57c.bindPopup(popup_3f5052c32a4e27cb880e95c8f0c9e1e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_829badec51982f8d52110088f1a6c57c.setIcon(icon_e7366d923e7ca2dfb673942206c7aecb);
|
|
|
|
|
|
var marker_5211f66034400c8b8baa93d312d99b05 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_583a17fadb5dac6546b7587ec4ddb609 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf283d1bfb79b67a2c1507f12b21fb06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d89828f3bed53914343bd14a0f8dafb8 = $(`<div id="html_d89828f3bed53914343bd14a0f8dafb8" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_bf283d1bfb79b67a2c1507f12b21fb06.setContent(html_d89828f3bed53914343bd14a0f8dafb8);
|
|
|
|
|
|
|
|
marker_5211f66034400c8b8baa93d312d99b05.bindPopup(popup_bf283d1bfb79b67a2c1507f12b21fb06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5211f66034400c8b8baa93d312d99b05.setIcon(icon_583a17fadb5dac6546b7587ec4ddb609);
|
|
|
|
|
|
var marker_afd4424ad86f32190762cb38153a3096 = L.marker(
|
|
[36.9104, -89.5875],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_a12cfdaa6d65321819777c5f253847de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f7bc9c4c17a4241815d944d36caf2e51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c20d4e1d6d2034dbef802fb8d5a05890 = $(`<div id="html_c20d4e1d6d2034dbef802fb8d5a05890" style="width: 100.0%; height: 100.0%;">nostr.liberty.fans</div>`)[0];
|
|
popup_f7bc9c4c17a4241815d944d36caf2e51.setContent(html_c20d4e1d6d2034dbef802fb8d5a05890);
|
|
|
|
|
|
|
|
marker_afd4424ad86f32190762cb38153a3096.bindPopup(popup_f7bc9c4c17a4241815d944d36caf2e51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_afd4424ad86f32190762cb38153a3096.setIcon(icon_a12cfdaa6d65321819777c5f253847de);
|
|
|
|
|
|
var marker_0e9d8684a258bbf38e6642d27e05d543 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_a92efe1cc2d6578955f4a0b82267b0eb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1ff0b4b7e6388d8a58776440e4eb683 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15337b36f65a66e2cb0377d8c75fcafa = $(`<div id="html_15337b36f65a66e2cb0377d8c75fcafa" style="width: 100.0%; height: 100.0%;">relay.openfarmtools.org</div>`)[0];
|
|
popup_c1ff0b4b7e6388d8a58776440e4eb683.setContent(html_15337b36f65a66e2cb0377d8c75fcafa);
|
|
|
|
|
|
|
|
marker_0e9d8684a258bbf38e6642d27e05d543.bindPopup(popup_c1ff0b4b7e6388d8a58776440e4eb683)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e9d8684a258bbf38e6642d27e05d543.setIcon(icon_a92efe1cc2d6578955f4a0b82267b0eb);
|
|
|
|
|
|
var marker_ba086f8ab03a2fa2cab44bedb3e7ca33 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_05108359ea47e35a41611aaedfef6c1b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_05ce40ce138702b8320d03502ffe63d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_277e4b759b0efc133f121e2c7c84d73b = $(`<div id="html_277e4b759b0efc133f121e2c7c84d73b" style="width: 100.0%; height: 100.0%;">relay.gorrdy.cz</div>`)[0];
|
|
popup_05ce40ce138702b8320d03502ffe63d1.setContent(html_277e4b759b0efc133f121e2c7c84d73b);
|
|
|
|
|
|
|
|
marker_ba086f8ab03a2fa2cab44bedb3e7ca33.bindPopup(popup_05ce40ce138702b8320d03502ffe63d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ba086f8ab03a2fa2cab44bedb3e7ca33.setIcon(icon_05108359ea47e35a41611aaedfef6c1b);
|
|
|
|
|
|
var marker_98a2cf7e5f62bd44aea18c4a73e5bdb4 = L.marker(
|
|
[51.5072, -0.127586],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_e69eff6e2376e999dd3dfa09b903d370 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4dd10dd3588555b18cbd8cc3b14e625 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bd3bb10c3f62cb0c5f81eed06b1cb991 = $(`<div id="html_bd3bb10c3f62cb0c5f81eed06b1cb991" style="width: 100.0%; height: 100.0%;">relay.bornheimer.app</div>`)[0];
|
|
popup_f4dd10dd3588555b18cbd8cc3b14e625.setContent(html_bd3bb10c3f62cb0c5f81eed06b1cb991);
|
|
|
|
|
|
|
|
marker_98a2cf7e5f62bd44aea18c4a73e5bdb4.bindPopup(popup_f4dd10dd3588555b18cbd8cc3b14e625)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98a2cf7e5f62bd44aea18c4a73e5bdb4.setIcon(icon_e69eff6e2376e999dd3dfa09b903d370);
|
|
|
|
|
|
var marker_288a9400cd612306c1d86ab471531d3f = L.marker(
|
|
[43.6548, -79.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_96a9d4f42008f50ee458d4842750fd2b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1dc02deb214739460c9855377fe84c77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96f2548b4d333d3f30936e8b2990ad12 = $(`<div id="html_96f2548b4d333d3f30936e8b2990ad12" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_1dc02deb214739460c9855377fe84c77.setContent(html_96f2548b4d333d3f30936e8b2990ad12);
|
|
|
|
|
|
|
|
marker_288a9400cd612306c1d86ab471531d3f.bindPopup(popup_1dc02deb214739460c9855377fe84c77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_288a9400cd612306c1d86ab471531d3f.setIcon(icon_96a9d4f42008f50ee458d4842750fd2b);
|
|
|
|
|
|
var marker_3a6ea96146435d0b08e901d7cf0c7d70 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_ad023f160f25123a71e6df66eee980e7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29a0f9b9c4759448cdf437238ea8aa97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a30f227f8dcefb3a844e7b0839550368 = $(`<div id="html_a30f227f8dcefb3a844e7b0839550368" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_29a0f9b9c4759448cdf437238ea8aa97.setContent(html_a30f227f8dcefb3a844e7b0839550368);
|
|
|
|
|
|
|
|
marker_3a6ea96146435d0b08e901d7cf0c7d70.bindPopup(popup_29a0f9b9c4759448cdf437238ea8aa97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3a6ea96146435d0b08e901d7cf0c7d70.setIcon(icon_ad023f160f25123a71e6df66eee980e7);
|
|
|
|
|
|
var marker_a64c709788fe2dcada98b120f97c9d3e = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_ea62173348a62c28b660f7c6667a8ec1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec45f7f7ed468b17d9829338bca8671d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8e89dec577c4f825cd9b737d0bae605b = $(`<div id="html_8e89dec577c4f825cd9b737d0bae605b" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_ec45f7f7ed468b17d9829338bca8671d.setContent(html_8e89dec577c4f825cd9b737d0bae605b);
|
|
|
|
|
|
|
|
marker_a64c709788fe2dcada98b120f97c9d3e.bindPopup(popup_ec45f7f7ed468b17d9829338bca8671d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a64c709788fe2dcada98b120f97c9d3e.setIcon(icon_ea62173348a62c28b660f7c6667a8ec1);
|
|
|
|
|
|
var marker_ab4ddb291e7cb41bf9d615e7620b8813 = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_53abeefc081900b0dac4c068a8847238 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76b5636d3b29a7046ab0dc1f60f27001 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_edc5c31d71ccb64c3e5524ae4659cff7 = $(`<div id="html_edc5c31d71ccb64c3e5524ae4659cff7" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_76b5636d3b29a7046ab0dc1f60f27001.setContent(html_edc5c31d71ccb64c3e5524ae4659cff7);
|
|
|
|
|
|
|
|
marker_ab4ddb291e7cb41bf9d615e7620b8813.bindPopup(popup_76b5636d3b29a7046ab0dc1f60f27001)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ab4ddb291e7cb41bf9d615e7620b8813.setIcon(icon_53abeefc081900b0dac4c068a8847238);
|
|
|
|
|
|
var marker_d2785ad3a317b55995f7dbff662befa0 = L.marker(
|
|
[13.7607, 100.627],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_c372622095ad8cef864859ed57740380 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_04aea4b4c8f952a77dc2e16c658adfb7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d98f4f22a27d6845c6f0d28445db65a8 = $(`<div id="html_d98f4f22a27d6845c6f0d28445db65a8" style="width: 100.0%; height: 100.0%;">relay.ru.ac.th</div>`)[0];
|
|
popup_04aea4b4c8f952a77dc2e16c658adfb7.setContent(html_d98f4f22a27d6845c6f0d28445db65a8);
|
|
|
|
|
|
|
|
marker_d2785ad3a317b55995f7dbff662befa0.bindPopup(popup_04aea4b4c8f952a77dc2e16c658adfb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d2785ad3a317b55995f7dbff662befa0.setIcon(icon_c372622095ad8cef864859ed57740380);
|
|
|
|
|
|
var marker_89618060d506d37ed9aa3644ebc2a020 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_0849aa361e6575c2a6e2aaed3b4f0227 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5b27a50d06258f2bb8f5703fb5132247 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8817ccf07e8fd72155b4a2f41ccc40ea = $(`<div id="html_8817ccf07e8fd72155b4a2f41ccc40ea" style="width: 100.0%; height: 100.0%;">nostr.tagomago.me</div>`)[0];
|
|
popup_5b27a50d06258f2bb8f5703fb5132247.setContent(html_8817ccf07e8fd72155b4a2f41ccc40ea);
|
|
|
|
|
|
|
|
marker_89618060d506d37ed9aa3644ebc2a020.bindPopup(popup_5b27a50d06258f2bb8f5703fb5132247)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_89618060d506d37ed9aa3644ebc2a020.setIcon(icon_0849aa361e6575c2a6e2aaed3b4f0227);
|
|
|
|
|
|
var marker_9336110614a4e4efe655c2909c9f9ec8 = L.marker(
|
|
[37.7648, -122.432],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_22e85b72f0158755c81f936399810730 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_660d4d1f3aabc704027a344cc0de7f02 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8eef35ed17dc58d9b8d89474b7cc0440 = $(`<div id="html_8eef35ed17dc58d9b8d89474b7cc0440" style="width: 100.0%; height: 100.0%;">0x-nostr-relay.fly.dev</div>`)[0];
|
|
popup_660d4d1f3aabc704027a344cc0de7f02.setContent(html_8eef35ed17dc58d9b8d89474b7cc0440);
|
|
|
|
|
|
|
|
marker_9336110614a4e4efe655c2909c9f9ec8.bindPopup(popup_660d4d1f3aabc704027a344cc0de7f02)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9336110614a4e4efe655c2909c9f9ec8.setIcon(icon_22e85b72f0158755c81f936399810730);
|
|
|
|
|
|
var marker_a616b402516f3939a1115d40e76854bd = L.marker(
|
|
[35.694, 139.754],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_d4bf511a83cdaa3cf9f83b9d294f534d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00a3c68117ff6496cc05ad41b429a47f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ead69022b31158a0579397fced33ae5c = $(`<div id="html_ead69022b31158a0579397fced33ae5c" style="width: 100.0%; height: 100.0%;">relay.homeinhk.xyz</div>`)[0];
|
|
popup_00a3c68117ff6496cc05ad41b429a47f.setContent(html_ead69022b31158a0579397fced33ae5c);
|
|
|
|
|
|
|
|
marker_a616b402516f3939a1115d40e76854bd.bindPopup(popup_00a3c68117ff6496cc05ad41b429a47f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a616b402516f3939a1115d40e76854bd.setIcon(icon_d4bf511a83cdaa3cf9f83b9d294f534d);
|
|
|
|
|
|
var marker_d331422edd80197d2d4313af80026348 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_8781147c4508dd4ec7130c74c45b3e5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ba538c5befe7567be1a7e4b454a525a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a160097895b8485a14ecac870a728589 = $(`<div id="html_a160097895b8485a14ecac870a728589" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_9ba538c5befe7567be1a7e4b454a525a.setContent(html_a160097895b8485a14ecac870a728589);
|
|
|
|
|
|
|
|
marker_d331422edd80197d2d4313af80026348.bindPopup(popup_9ba538c5befe7567be1a7e4b454a525a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d331422edd80197d2d4313af80026348.setIcon(icon_8781147c4508dd4ec7130c74c45b3e5f);
|
|
|
|
|
|
var marker_0d6f618a15a2fd418270aa56acc015ba = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_a329317724b301be00c59c6fb6edda95 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5c24fe5b940cf66375ae7447cb478527 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_596b9192f3efcb4ac7057a50379b4c4e = $(`<div id="html_596b9192f3efcb4ac7057a50379b4c4e" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_5c24fe5b940cf66375ae7447cb478527.setContent(html_596b9192f3efcb4ac7057a50379b4c4e);
|
|
|
|
|
|
|
|
marker_0d6f618a15a2fd418270aa56acc015ba.bindPopup(popup_5c24fe5b940cf66375ae7447cb478527)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d6f618a15a2fd418270aa56acc015ba.setIcon(icon_a329317724b301be00c59c6fb6edda95);
|
|
|
|
|
|
var marker_2823707ec206ae76dc22e67fac3c5881 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_852fe0deee79b3f3bc4e5fc19be60a25 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f110e916f826e700066b26a8df04bc69 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf3b6575639149078d81bbf550101498 = $(`<div id="html_cf3b6575639149078d81bbf550101498" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_f110e916f826e700066b26a8df04bc69.setContent(html_cf3b6575639149078d81bbf550101498);
|
|
|
|
|
|
|
|
marker_2823707ec206ae76dc22e67fac3c5881.bindPopup(popup_f110e916f826e700066b26a8df04bc69)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2823707ec206ae76dc22e67fac3c5881.setIcon(icon_852fe0deee79b3f3bc4e5fc19be60a25);
|
|
|
|
|
|
var marker_d7d00bcc4b03aca4bf470e9267967f6e = L.marker(
|
|
[34.1749, -118.54],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_c43cf24b9212b8a701c4f37abca3b55b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_580819ac98a238b9683bfc7338432092 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_85c74dd3cfa108f5d1e753aa2403fff7 = $(`<div id="html_85c74dd3cfa108f5d1e753aa2403fff7" style="width: 100.0%; height: 100.0%;">relay.earthly.city</div>`)[0];
|
|
popup_580819ac98a238b9683bfc7338432092.setContent(html_85c74dd3cfa108f5d1e753aa2403fff7);
|
|
|
|
|
|
|
|
marker_d7d00bcc4b03aca4bf470e9267967f6e.bindPopup(popup_580819ac98a238b9683bfc7338432092)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d7d00bcc4b03aca4bf470e9267967f6e.setIcon(icon_c43cf24b9212b8a701c4f37abca3b55b);
|
|
|
|
|
|
var marker_0d6c23ec4e20af193d511ebe8e9e7bec = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_6062639c8a97eeccb1c2757525c8c5f2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ea992f09ad5c4035e393c030bd26473 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2d4c86dfa5d7b14d1e636a075fd66f77 = $(`<div id="html_2d4c86dfa5d7b14d1e636a075fd66f77" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_0ea992f09ad5c4035e393c030bd26473.setContent(html_2d4c86dfa5d7b14d1e636a075fd66f77);
|
|
|
|
|
|
|
|
marker_0d6c23ec4e20af193d511ebe8e9e7bec.bindPopup(popup_0ea992f09ad5c4035e393c030bd26473)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d6c23ec4e20af193d511ebe8e9e7bec.setIcon(icon_6062639c8a97eeccb1c2757525c8c5f2);
|
|
|
|
|
|
var marker_e353da18b15cfb2546b9010c3e15b7bc = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_1644c881d3387b17d4bc7eb344b6ba09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd02ab8877e995721d44ca6f5d3a6f68 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f9c1059bd125f009ecb2dfbb8f4f84d4 = $(`<div id="html_f9c1059bd125f009ecb2dfbb8f4f84d4" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_bd02ab8877e995721d44ca6f5d3a6f68.setContent(html_f9c1059bd125f009ecb2dfbb8f4f84d4);
|
|
|
|
|
|
|
|
marker_e353da18b15cfb2546b9010c3e15b7bc.bindPopup(popup_bd02ab8877e995721d44ca6f5d3a6f68)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e353da18b15cfb2546b9010c3e15b7bc.setIcon(icon_1644c881d3387b17d4bc7eb344b6ba09);
|
|
|
|
|
|
var marker_6fe12e0406785ddb713e1bbe3263d399 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_4ab593e82729cde616636d9794a390d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cdd0464fe88aaa3c5a1ccb54286c818 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eed1f9661861899e73cc550851aa0abd = $(`<div id="html_eed1f9661861899e73cc550851aa0abd" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_5cdd0464fe88aaa3c5a1ccb54286c818.setContent(html_eed1f9661861899e73cc550851aa0abd);
|
|
|
|
|
|
|
|
marker_6fe12e0406785ddb713e1bbe3263d399.bindPopup(popup_5cdd0464fe88aaa3c5a1ccb54286c818)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6fe12e0406785ddb713e1bbe3263d399.setIcon(icon_4ab593e82729cde616636d9794a390d7);
|
|
|
|
|
|
var marker_d329571e4125f3446005537ad5647276 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_31484d1ac8fee735cd738acfbe276f33 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b9a5eb75672d9d4dd4fcb1b220c91c0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d4c55968a4279816b422946474d9f2e = $(`<div id="html_3d4c55968a4279816b422946474d9f2e" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_6b9a5eb75672d9d4dd4fcb1b220c91c0.setContent(html_3d4c55968a4279816b422946474d9f2e);
|
|
|
|
|
|
|
|
marker_d329571e4125f3446005537ad5647276.bindPopup(popup_6b9a5eb75672d9d4dd4fcb1b220c91c0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d329571e4125f3446005537ad5647276.setIcon(icon_31484d1ac8fee735cd738acfbe276f33);
|
|
|
|
|
|
var marker_82be3ba611b972086b83c47fd5227a77 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_a9a63dedb99f94ddf9d19c1cff8e6949 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abcfeda6a5d81da1570e9f2730f6e8be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_842e647e834849ac33c16ea7426459a9 = $(`<div id="html_842e647e834849ac33c16ea7426459a9" style="width: 100.0%; height: 100.0%;">nostriches.club</div>`)[0];
|
|
popup_abcfeda6a5d81da1570e9f2730f6e8be.setContent(html_842e647e834849ac33c16ea7426459a9);
|
|
|
|
|
|
|
|
marker_82be3ba611b972086b83c47fd5227a77.bindPopup(popup_abcfeda6a5d81da1570e9f2730f6e8be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82be3ba611b972086b83c47fd5227a77.setIcon(icon_a9a63dedb99f94ddf9d19c1cff8e6949);
|
|
|
|
|
|
var marker_080639e13c715cc1df18b87cd8f6fc26 = L.marker(
|
|
[45.3147, -73.8785],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_90381615e3eec5123da001afb1237aa9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_91f1101e1e8595423dc2d1cefcdea64a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd29a288c5a6981bad4a318613ecc39f = $(`<div id="html_cd29a288c5a6981bad4a318613ecc39f" style="width: 100.0%; height: 100.0%;">relay.lacompagniemaximus.com</div>`)[0];
|
|
popup_91f1101e1e8595423dc2d1cefcdea64a.setContent(html_cd29a288c5a6981bad4a318613ecc39f);
|
|
|
|
|
|
|
|
marker_080639e13c715cc1df18b87cd8f6fc26.bindPopup(popup_91f1101e1e8595423dc2d1cefcdea64a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_080639e13c715cc1df18b87cd8f6fc26.setIcon(icon_90381615e3eec5123da001afb1237aa9);
|
|
|
|
|
|
var marker_57fe6b0211fbe6f967dfe6b3668192b0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_31e22ba876c74848bae6a4da8ba6a2c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d8cba97e1c07a8bae2b40bbf965f7d94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be1923e6543b1b37d5d45c4ada176544 = $(`<div id="html_be1923e6543b1b37d5d45c4ada176544" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_d8cba97e1c07a8bae2b40bbf965f7d94.setContent(html_be1923e6543b1b37d5d45c4ada176544);
|
|
|
|
|
|
|
|
marker_57fe6b0211fbe6f967dfe6b3668192b0.bindPopup(popup_d8cba97e1c07a8bae2b40bbf965f7d94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57fe6b0211fbe6f967dfe6b3668192b0.setIcon(icon_31e22ba876c74848bae6a4da8ba6a2c0);
|
|
|
|
|
|
var marker_e4ce0efb314743d7c77c3b6bf2fc7e2d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_13943e696798e1f4d44e416af17f1412 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_380be747ad6766bfc8a84787e11e6a5e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4a36566631fdf2e783f15d47e74abe95 = $(`<div id="html_4a36566631fdf2e783f15d47e74abe95" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_380be747ad6766bfc8a84787e11e6a5e.setContent(html_4a36566631fdf2e783f15d47e74abe95);
|
|
|
|
|
|
|
|
marker_e4ce0efb314743d7c77c3b6bf2fc7e2d.bindPopup(popup_380be747ad6766bfc8a84787e11e6a5e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4ce0efb314743d7c77c3b6bf2fc7e2d.setIcon(icon_13943e696798e1f4d44e416af17f1412);
|
|
|
|
|
|
var marker_b7d1dbaa8f0c0c12d199915aa2d0b126 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_0cbda3413aabf6c6059ca5b9811c93ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12ed91befe465109eff0e5b697786182 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_102affd255dcc515878f736248e5fffc = $(`<div id="html_102affd255dcc515878f736248e5fffc" style="width: 100.0%; height: 100.0%;">nostr-kyomu-haskell.onrender.com</div>`)[0];
|
|
popup_12ed91befe465109eff0e5b697786182.setContent(html_102affd255dcc515878f736248e5fffc);
|
|
|
|
|
|
|
|
marker_b7d1dbaa8f0c0c12d199915aa2d0b126.bindPopup(popup_12ed91befe465109eff0e5b697786182)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b7d1dbaa8f0c0c12d199915aa2d0b126.setIcon(icon_0cbda3413aabf6c6059ca5b9811c93ea);
|
|
|
|
|
|
var marker_2c93a5b58d5e81e2f0a857040bd63a81 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_bcb1c4348c1f72a4e426d9b5c6829a15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_232455d491fb74062992fe821cf73a0d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f394efeb3169fa1992f0cceb57a87a09 = $(`<div id="html_f394efeb3169fa1992f0cceb57a87a09" style="width: 100.0%; height: 100.0%;">relay.nostrmap.net</div>`)[0];
|
|
popup_232455d491fb74062992fe821cf73a0d.setContent(html_f394efeb3169fa1992f0cceb57a87a09);
|
|
|
|
|
|
|
|
marker_2c93a5b58d5e81e2f0a857040bd63a81.bindPopup(popup_232455d491fb74062992fe821cf73a0d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c93a5b58d5e81e2f0a857040bd63a81.setIcon(icon_bcb1c4348c1f72a4e426d9b5c6829a15);
|
|
|
|
|
|
var marker_16ed1da40dd2d98e6fc029a60ea6f25c = L.marker(
|
|
[50.0755, 14.4378],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_a70db5cac4a865f7e628cae34effb87c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0208c00ac989aec46263c5402407703d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_65ae9b1adb1e155ec1548052afe3b61a = $(`<div id="html_65ae9b1adb1e155ec1548052afe3b61a" style="width: 100.0%; height: 100.0%;">openrelay.ziomc.com</div>`)[0];
|
|
popup_0208c00ac989aec46263c5402407703d.setContent(html_65ae9b1adb1e155ec1548052afe3b61a);
|
|
|
|
|
|
|
|
marker_16ed1da40dd2d98e6fc029a60ea6f25c.bindPopup(popup_0208c00ac989aec46263c5402407703d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16ed1da40dd2d98e6fc029a60ea6f25c.setIcon(icon_a70db5cac4a865f7e628cae34effb87c);
|
|
|
|
|
|
var marker_46b51721f1e819bd219e5f31bf70a86c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_abff171600253092603ddef0d5b92f16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_485a4c75bd2baa58c62b59f93800408d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6a2121367a110fd103d4185ee5467828 = $(`<div id="html_6a2121367a110fd103d4185ee5467828" style="width: 100.0%; height: 100.0%;">nostr-relay.online</div>`)[0];
|
|
popup_485a4c75bd2baa58c62b59f93800408d.setContent(html_6a2121367a110fd103d4185ee5467828);
|
|
|
|
|
|
|
|
marker_46b51721f1e819bd219e5f31bf70a86c.bindPopup(popup_485a4c75bd2baa58c62b59f93800408d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_46b51721f1e819bd219e5f31bf70a86c.setIcon(icon_abff171600253092603ddef0d5b92f16);
|
|
|
|
|
|
var marker_cb2f7d688ba64c653333955cea39bcf2 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_77f43d36feb4adbf5f672cf6602cae4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4629571aad185e73e409203bd320ed28 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a884d2350a2bd6052b07f58ae9fa74bf = $(`<div id="html_a884d2350a2bd6052b07f58ae9fa74bf" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_4629571aad185e73e409203bd320ed28.setContent(html_a884d2350a2bd6052b07f58ae9fa74bf);
|
|
|
|
|
|
|
|
marker_cb2f7d688ba64c653333955cea39bcf2.bindPopup(popup_4629571aad185e73e409203bd320ed28)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb2f7d688ba64c653333955cea39bcf2.setIcon(icon_77f43d36feb4adbf5f672cf6602cae4a);
|
|
|
|
|
|
var marker_328ae4ecb0089fdd84307cb5d4227ed5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_ccd4fa856fd9fdafc8a8b5bb6f2b7c09 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2bdb5a85b3304ab24d502ce140c07ba6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3512f08f519c5388664f1c649cfcccc = $(`<div id="html_f3512f08f519c5388664f1c649cfcccc" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_2bdb5a85b3304ab24d502ce140c07ba6.setContent(html_f3512f08f519c5388664f1c649cfcccc);
|
|
|
|
|
|
|
|
marker_328ae4ecb0089fdd84307cb5d4227ed5.bindPopup(popup_2bdb5a85b3304ab24d502ce140c07ba6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_328ae4ecb0089fdd84307cb5d4227ed5.setIcon(icon_ccd4fa856fd9fdafc8a8b5bb6f2b7c09);
|
|
|
|
|
|
var marker_ca5762563837693cb29e23d4cc0a25fd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_99268e119b57fa3e9bd821d40c61827a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b77aaee78ce429cf7cfed1f6ce50c85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_44774ec4f270430facda08b048ee4f76 = $(`<div id="html_44774ec4f270430facda08b048ee4f76" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_1b77aaee78ce429cf7cfed1f6ce50c85.setContent(html_44774ec4f270430facda08b048ee4f76);
|
|
|
|
|
|
|
|
marker_ca5762563837693cb29e23d4cc0a25fd.bindPopup(popup_1b77aaee78ce429cf7cfed1f6ce50c85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ca5762563837693cb29e23d4cc0a25fd.setIcon(icon_99268e119b57fa3e9bd821d40c61827a);
|
|
|
|
|
|
var marker_01a3c3c778ba19da3f88a3c6833942ee = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_d4505fc6daac6c718307670201016677 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50be55743763763c9c299a1efd9f1c06 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9aee2e94c4080974624bf87652f7d01d = $(`<div id="html_9aee2e94c4080974624bf87652f7d01d" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_50be55743763763c9c299a1efd9f1c06.setContent(html_9aee2e94c4080974624bf87652f7d01d);
|
|
|
|
|
|
|
|
marker_01a3c3c778ba19da3f88a3c6833942ee.bindPopup(popup_50be55743763763c9c299a1efd9f1c06)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_01a3c3c778ba19da3f88a3c6833942ee.setIcon(icon_d4505fc6daac6c718307670201016677);
|
|
|
|
|
|
var marker_d6eb3383f0d9de636f29aedc1ac6d299 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_a5d624f62dd5dd1ed02d1941463c2556 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2c2febd4a78aa8cc03ba28204dc4e37d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7fc5b3e51b4371aa6e9ab10d18bc62cf = $(`<div id="html_7fc5b3e51b4371aa6e9ab10d18bc62cf" style="width: 100.0%; height: 100.0%;">nostr.wecsats.io</div>`)[0];
|
|
popup_2c2febd4a78aa8cc03ba28204dc4e37d.setContent(html_7fc5b3e51b4371aa6e9ab10d18bc62cf);
|
|
|
|
|
|
|
|
marker_d6eb3383f0d9de636f29aedc1ac6d299.bindPopup(popup_2c2febd4a78aa8cc03ba28204dc4e37d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6eb3383f0d9de636f29aedc1ac6d299.setIcon(icon_a5d624f62dd5dd1ed02d1941463c2556);
|
|
|
|
|
|
var marker_610af89671006ae8eff2fce0ca3b7b6f = L.marker(
|
|
[40.8218, -74.45],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_877d37c4fae30f23ff41e6d5e944e067 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e2014608fb7528454be636d4b19f222 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88edf6097fe021e12f1944c00c3737bf = $(`<div id="html_88edf6097fe021e12f1944c00c3737bf" style="width: 100.0%; height: 100.0%;">inbox.scuba323.com</div>`)[0];
|
|
popup_2e2014608fb7528454be636d4b19f222.setContent(html_88edf6097fe021e12f1944c00c3737bf);
|
|
|
|
|
|
|
|
marker_610af89671006ae8eff2fce0ca3b7b6f.bindPopup(popup_2e2014608fb7528454be636d4b19f222)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_610af89671006ae8eff2fce0ca3b7b6f.setIcon(icon_877d37c4fae30f23ff41e6d5e944e067);
|
|
|
|
|
|
var marker_942164f57ce95a05179c4d871d9881f4 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_6256b657ae577b77df942b6b682d1300 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1dcb76c1b791328f01128237afe30ee9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cbf54bda8670d13d699afbc9aad0953c = $(`<div id="html_cbf54bda8670d13d699afbc9aad0953c" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_1dcb76c1b791328f01128237afe30ee9.setContent(html_cbf54bda8670d13d699afbc9aad0953c);
|
|
|
|
|
|
|
|
marker_942164f57ce95a05179c4d871d9881f4.bindPopup(popup_1dcb76c1b791328f01128237afe30ee9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_942164f57ce95a05179c4d871d9881f4.setIcon(icon_6256b657ae577b77df942b6b682d1300);
|
|
|
|
|
|
var marker_b5cb85af5ee0356b366f031106298d19 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_37135b50f171341b8fb26c1eee183fc3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_de6aace110e24d87b9dbeb19778b36f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d9ca16e8d59512fd560785352e795e38 = $(`<div id="html_d9ca16e8d59512fd560785352e795e38" style="width: 100.0%; height: 100.0%;">relay.shadowbip.com</div>`)[0];
|
|
popup_de6aace110e24d87b9dbeb19778b36f3.setContent(html_d9ca16e8d59512fd560785352e795e38);
|
|
|
|
|
|
|
|
marker_b5cb85af5ee0356b366f031106298d19.bindPopup(popup_de6aace110e24d87b9dbeb19778b36f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b5cb85af5ee0356b366f031106298d19.setIcon(icon_37135b50f171341b8fb26c1eee183fc3);
|
|
|
|
|
|
var marker_997a9994d667b9da1c3f5925dc78e74a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_59dfc238e17ec005228c353dcd7426f1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6570abbae7cc18c44761a1cceef1a58d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_94376399f459e275aca378ac4bf4529a = $(`<div id="html_94376399f459e275aca378ac4bf4529a" style="width: 100.0%; height: 100.0%;">relay.vrtmrz.net</div>`)[0];
|
|
popup_6570abbae7cc18c44761a1cceef1a58d.setContent(html_94376399f459e275aca378ac4bf4529a);
|
|
|
|
|
|
|
|
marker_997a9994d667b9da1c3f5925dc78e74a.bindPopup(popup_6570abbae7cc18c44761a1cceef1a58d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_997a9994d667b9da1c3f5925dc78e74a.setIcon(icon_59dfc238e17ec005228c353dcd7426f1);
|
|
|
|
|
|
var marker_4aa1fc34b79513144c6a12a8e5277e9b = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_cc069e880037c9396c8ed28b2bb9d932 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6541fe7df3290986fc716f0ee3285ea7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_81f5a5561d66d5bd4cdc3f8b833348f2 = $(`<div id="html_81f5a5561d66d5bd4cdc3f8b833348f2" style="width: 100.0%; height: 100.0%;">dev-relay.nostreon.com</div>`)[0];
|
|
popup_6541fe7df3290986fc716f0ee3285ea7.setContent(html_81f5a5561d66d5bd4cdc3f8b833348f2);
|
|
|
|
|
|
|
|
marker_4aa1fc34b79513144c6a12a8e5277e9b.bindPopup(popup_6541fe7df3290986fc716f0ee3285ea7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4aa1fc34b79513144c6a12a8e5277e9b.setIcon(icon_cc069e880037c9396c8ed28b2bb9d932);
|
|
|
|
|
|
var marker_930cffc7a98bf56f0e4f5838997e5b3d = L.marker(
|
|
[35.6764, 139.65],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_3064e86267ec43bf1881cb79a2844b13 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3cc365d25dffbfedc30927c0c1890473 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ec489a876504e03ab9eae444a7052796 = $(`<div id="html_ec489a876504e03ab9eae444a7052796" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_3cc365d25dffbfedc30927c0c1890473.setContent(html_ec489a876504e03ab9eae444a7052796);
|
|
|
|
|
|
|
|
marker_930cffc7a98bf56f0e4f5838997e5b3d.bindPopup(popup_3cc365d25dffbfedc30927c0c1890473)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_930cffc7a98bf56f0e4f5838997e5b3d.setIcon(icon_3064e86267ec43bf1881cb79a2844b13);
|
|
|
|
|
|
var marker_17123956c605923e605491fd6e697b9e = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_8b3501f9629917bc7c4f58e5e7f42d59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_db77f59225135733c5e88c269b19c230 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0e9fe6bc3c1ac573a380cc9102e5490 = $(`<div id="html_a0e9fe6bc3c1ac573a380cc9102e5490" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_db77f59225135733c5e88c269b19c230.setContent(html_a0e9fe6bc3c1ac573a380cc9102e5490);
|
|
|
|
|
|
|
|
marker_17123956c605923e605491fd6e697b9e.bindPopup(popup_db77f59225135733c5e88c269b19c230)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_17123956c605923e605491fd6e697b9e.setIcon(icon_8b3501f9629917bc7c4f58e5e7f42d59);
|
|
|
|
|
|
var marker_4dad533d948e8d02ae1fd394db5372a0 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_6c62eb85c4f66fa6d1c0d4b0c1c11a96 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c43d5412ed875acb91ceba6934dc428f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8362df415c62dd48464b343fd426a9a9 = $(`<div id="html_8362df415c62dd48464b343fd426a9a9" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_c43d5412ed875acb91ceba6934dc428f.setContent(html_8362df415c62dd48464b343fd426a9a9);
|
|
|
|
|
|
|
|
marker_4dad533d948e8d02ae1fd394db5372a0.bindPopup(popup_c43d5412ed875acb91ceba6934dc428f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4dad533d948e8d02ae1fd394db5372a0.setIcon(icon_6c62eb85c4f66fa6d1c0d4b0c1c11a96);
|
|
|
|
|
|
var marker_146217a54656e0fbf031deb4b3901f0a = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_d34418f9fa3145e0989e24e20784ea1f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0a92878ad540766716fdd38d3d21c86a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eff5040976b410a6e3e72b72dfc53d13 = $(`<div id="html_eff5040976b410a6e3e72b72dfc53d13" style="width: 100.0%; height: 100.0%;">relay.lanacoin-eternity.com</div>`)[0];
|
|
popup_0a92878ad540766716fdd38d3d21c86a.setContent(html_eff5040976b410a6e3e72b72dfc53d13);
|
|
|
|
|
|
|
|
marker_146217a54656e0fbf031deb4b3901f0a.bindPopup(popup_0a92878ad540766716fdd38d3d21c86a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_146217a54656e0fbf031deb4b3901f0a.setIcon(icon_d34418f9fa3145e0989e24e20784ea1f);
|
|
|
|
|
|
var marker_11cca4a26b52c8651cb326fa89a73dcc = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_698d1addbd4c7c63e5c15ca9ce14806e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3105a5ac22a9c378cc46787cf4d1cd41 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be8e630c744ed88c9126dced6f7b3a7a = $(`<div id="html_be8e630c744ed88c9126dced6f7b3a7a" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_3105a5ac22a9c378cc46787cf4d1cd41.setContent(html_be8e630c744ed88c9126dced6f7b3a7a);
|
|
|
|
|
|
|
|
marker_11cca4a26b52c8651cb326fa89a73dcc.bindPopup(popup_3105a5ac22a9c378cc46787cf4d1cd41)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11cca4a26b52c8651cb326fa89a73dcc.setIcon(icon_698d1addbd4c7c63e5c15ca9ce14806e);
|
|
|
|
|
|
var marker_f659b6b8ed0ffbf4b4eb6044adde8493 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_efb8e4d7414769a2d71a6348cdb620b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ccaa601f6875c31453aafded5509447 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4f1e7ec4677192c6a80c15479522f063 = $(`<div id="html_4f1e7ec4677192c6a80c15479522f063" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_1ccaa601f6875c31453aafded5509447.setContent(html_4f1e7ec4677192c6a80c15479522f063);
|
|
|
|
|
|
|
|
marker_f659b6b8ed0ffbf4b4eb6044adde8493.bindPopup(popup_1ccaa601f6875c31453aafded5509447)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f659b6b8ed0ffbf4b4eb6044adde8493.setIcon(icon_efb8e4d7414769a2d71a6348cdb620b5);
|
|
|
|
|
|
var marker_f860c201a12b97236799ee5d280a659e = L.marker(
|
|
[39.1585, -94.5728],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_4119d12e547d75802145fcaa855b217d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dd6057afcb17624df3ceb522ce3fc4aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2683e3c16ecfaf4c4ce2450fc39c45cd = $(`<div id="html_2683e3c16ecfaf4c4ce2450fc39c45cd" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_dd6057afcb17624df3ceb522ce3fc4aa.setContent(html_2683e3c16ecfaf4c4ce2450fc39c45cd);
|
|
|
|
|
|
|
|
marker_f860c201a12b97236799ee5d280a659e.bindPopup(popup_dd6057afcb17624df3ceb522ce3fc4aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f860c201a12b97236799ee5d280a659e.setIcon(icon_4119d12e547d75802145fcaa855b217d);
|
|
|
|
|
|
var marker_7c5bd1aa7ca4552386d4e35c7b4132cb = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_b35d1c92399d3b06f1c2680f180bb7e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79ffa407a946d4261b6239b7aebc0ead = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ecb6a21df0ea988c5aac2fc0140968f = $(`<div id="html_9ecb6a21df0ea988c5aac2fc0140968f" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_79ffa407a946d4261b6239b7aebc0ead.setContent(html_9ecb6a21df0ea988c5aac2fc0140968f);
|
|
|
|
|
|
|
|
marker_7c5bd1aa7ca4552386d4e35c7b4132cb.bindPopup(popup_79ffa407a946d4261b6239b7aebc0ead)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7c5bd1aa7ca4552386d4e35c7b4132cb.setIcon(icon_b35d1c92399d3b06f1c2680f180bb7e3);
|
|
|
|
|
|
var marker_7e5da702243a2beb91ab7222cf4701fe = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_37d892f7868fc3353306f49364b49548 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_69fcd3ff6901f50cad57b4021b9dbf66 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_042b942b72c8cc86b916d50f9f71c1a9 = $(`<div id="html_042b942b72c8cc86b916d50f9f71c1a9" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_69fcd3ff6901f50cad57b4021b9dbf66.setContent(html_042b942b72c8cc86b916d50f9f71c1a9);
|
|
|
|
|
|
|
|
marker_7e5da702243a2beb91ab7222cf4701fe.bindPopup(popup_69fcd3ff6901f50cad57b4021b9dbf66)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e5da702243a2beb91ab7222cf4701fe.setIcon(icon_37d892f7868fc3353306f49364b49548);
|
|
|
|
|
|
var marker_027a8e5e11b10d7c0fcce168c3fc1df2 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_2b7c8d81c0ee850c064affad793f9b0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbd4643152e8db1356eab30711b915c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4484320824ba5593b3c3910da236b835 = $(`<div id="html_4484320824ba5593b3c3910da236b835" style="width: 100.0%; height: 100.0%;">nostr2.thalheim.io</div>`)[0];
|
|
popup_fbd4643152e8db1356eab30711b915c9.setContent(html_4484320824ba5593b3c3910da236b835);
|
|
|
|
|
|
|
|
marker_027a8e5e11b10d7c0fcce168c3fc1df2.bindPopup(popup_fbd4643152e8db1356eab30711b915c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_027a8e5e11b10d7c0fcce168c3fc1df2.setIcon(icon_2b7c8d81c0ee850c064affad793f9b0d);
|
|
|
|
|
|
var marker_64c6cafb51322a66c3904987378c4d60 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_2a19cee30cb8bd4f6eb8312506b4681f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45db3926c0edafa01554bb9e1f9babc1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68fa4309625b44c05d56a07241dd0e07 = $(`<div id="html_68fa4309625b44c05d56a07241dd0e07" style="width: 100.0%; height: 100.0%;">relay.bebond.net</div>`)[0];
|
|
popup_45db3926c0edafa01554bb9e1f9babc1.setContent(html_68fa4309625b44c05d56a07241dd0e07);
|
|
|
|
|
|
|
|
marker_64c6cafb51322a66c3904987378c4d60.bindPopup(popup_45db3926c0edafa01554bb9e1f9babc1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_64c6cafb51322a66c3904987378c4d60.setIcon(icon_2a19cee30cb8bd4f6eb8312506b4681f);
|
|
|
|
|
|
var marker_dbeefcae680ab5a0c33717a17f3ad735 = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_8c21936f29683843567177d13655de6f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26a7535cf16a59c61ebc2686941dc95c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f600b6669f270638fcd1dbc268f9f900 = $(`<div id="html_f600b6669f270638fcd1dbc268f9f900" style="width: 100.0%; height: 100.0%;">nos.xmark.cc</div>`)[0];
|
|
popup_26a7535cf16a59c61ebc2686941dc95c.setContent(html_f600b6669f270638fcd1dbc268f9f900);
|
|
|
|
|
|
|
|
marker_dbeefcae680ab5a0c33717a17f3ad735.bindPopup(popup_26a7535cf16a59c61ebc2686941dc95c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbeefcae680ab5a0c33717a17f3ad735.setIcon(icon_8c21936f29683843567177d13655de6f);
|
|
|
|
|
|
var marker_0425707b2f13f636222f0accc84baa61 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_6775ef8cea14238f4eca3a9b43e7ddff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee4889013d7a7cc4ff7d926c59ff3f99 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7d6398f47bf7be43a30228ae6ffb48dc = $(`<div id="html_7d6398f47bf7be43a30228ae6ffb48dc" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_ee4889013d7a7cc4ff7d926c59ff3f99.setContent(html_7d6398f47bf7be43a30228ae6ffb48dc);
|
|
|
|
|
|
|
|
marker_0425707b2f13f636222f0accc84baa61.bindPopup(popup_ee4889013d7a7cc4ff7d926c59ff3f99)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0425707b2f13f636222f0accc84baa61.setIcon(icon_6775ef8cea14238f4eca3a9b43e7ddff);
|
|
|
|
|
|
var marker_8f4a6ee4820ef510438f0778e8b6e6e3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_668f5ce9e837836c54a7509fc22af475 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad1e1f2591ad7ebccca36a31153e9f95 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f41459e1923209c6187ecdb3cbada946 = $(`<div id="html_f41459e1923209c6187ecdb3cbada946" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_ad1e1f2591ad7ebccca36a31153e9f95.setContent(html_f41459e1923209c6187ecdb3cbada946);
|
|
|
|
|
|
|
|
marker_8f4a6ee4820ef510438f0778e8b6e6e3.bindPopup(popup_ad1e1f2591ad7ebccca36a31153e9f95)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8f4a6ee4820ef510438f0778e8b6e6e3.setIcon(icon_668f5ce9e837836c54a7509fc22af475);
|
|
|
|
|
|
var marker_cb6f166d091c2752a30d142f76ddf837 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_b3ef4a1b86c7a8fe2c9c3491826df023 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40004fce86847d3c1f41b65c18983cd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0b34c34fb4414bc9d67c3a9c32ab985d = $(`<div id="html_0b34c34fb4414bc9d67c3a9c32ab985d" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_40004fce86847d3c1f41b65c18983cd5.setContent(html_0b34c34fb4414bc9d67c3a9c32ab985d);
|
|
|
|
|
|
|
|
marker_cb6f166d091c2752a30d142f76ddf837.bindPopup(popup_40004fce86847d3c1f41b65c18983cd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb6f166d091c2752a30d142f76ddf837.setIcon(icon_b3ef4a1b86c7a8fe2c9c3491826df023);
|
|
|
|
|
|
var marker_599e7eedf2b1aea62f02718b3a5c6f31 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_f9918c471237535c77bd87e17fba32ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2f524e99ec254f0301cd7d80495ea880 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2f12270a7ce8927152b360bb684c4601 = $(`<div id="html_2f12270a7ce8927152b360bb684c4601" style="width: 100.0%; height: 100.0%;">relay.bikel.ink</div>`)[0];
|
|
popup_2f524e99ec254f0301cd7d80495ea880.setContent(html_2f12270a7ce8927152b360bb684c4601);
|
|
|
|
|
|
|
|
marker_599e7eedf2b1aea62f02718b3a5c6f31.bindPopup(popup_2f524e99ec254f0301cd7d80495ea880)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_599e7eedf2b1aea62f02718b3a5c6f31.setIcon(icon_f9918c471237535c77bd87e17fba32ea);
|
|
|
|
|
|
var marker_8adb005ed1d05b52dccf07868c987c06 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_684e4660cf4afa054d288269b15f5b44 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_eeead63cd86e69d09125d4217263a214 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2a238b66c763607907220e3740b86d6c = $(`<div id="html_2a238b66c763607907220e3740b86d6c" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_eeead63cd86e69d09125d4217263a214.setContent(html_2a238b66c763607907220e3740b86d6c);
|
|
|
|
|
|
|
|
marker_8adb005ed1d05b52dccf07868c987c06.bindPopup(popup_eeead63cd86e69d09125d4217263a214)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8adb005ed1d05b52dccf07868c987c06.setIcon(icon_684e4660cf4afa054d288269b15f5b44);
|
|
|
|
|
|
var marker_45e5e337a0bc042e9874bf773a13591d = L.marker(
|
|
[25.7617, -80.1918],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_0f3206857a9490ff02a263c4f16f58fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ad243c829d1752fe6c7f8307922438d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4510d9e9d4000120292f1b5174c016a = $(`<div id="html_d4510d9e9d4000120292f1b5174c016a" style="width: 100.0%; height: 100.0%;">relay1.privkey.io</div>`)[0];
|
|
popup_ad243c829d1752fe6c7f8307922438d1.setContent(html_d4510d9e9d4000120292f1b5174c016a);
|
|
|
|
|
|
|
|
marker_45e5e337a0bc042e9874bf773a13591d.bindPopup(popup_ad243c829d1752fe6c7f8307922438d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_45e5e337a0bc042e9874bf773a13591d.setIcon(icon_0f3206857a9490ff02a263c4f16f58fb);
|
|
|
|
|
|
var marker_3942bfd19ae74ba15aa90200c03950eb = L.marker(
|
|
[12.8498, 77.6545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_8497ec59f017baa85a9db9a8421a4d5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26adaf105387a8a7b6d5683e5008b628 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2f709c0bc0fc60360a8e57d1b6c017f = $(`<div id="html_f2f709c0bc0fc60360a8e57d1b6c017f" style="width: 100.0%; height: 100.0%;">relay.islandbitcoin.com</div>`)[0];
|
|
popup_26adaf105387a8a7b6d5683e5008b628.setContent(html_f2f709c0bc0fc60360a8e57d1b6c017f);
|
|
|
|
|
|
|
|
marker_3942bfd19ae74ba15aa90200c03950eb.bindPopup(popup_26adaf105387a8a7b6d5683e5008b628)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3942bfd19ae74ba15aa90200c03950eb.setIcon(icon_8497ec59f017baa85a9db9a8421a4d5d);
|
|
|
|
|
|
var marker_39d096777070b811a432864b962b8545 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_a243b61a13fadde2be1de7694e999f5b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1bce5d22df8538e5f5c69dda0d4b994d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_96a8bca08a85cc24f51057f1688041bb = $(`<div id="html_96a8bca08a85cc24f51057f1688041bb" style="width: 100.0%; height: 100.0%;">dev.relay.stream</div>`)[0];
|
|
popup_1bce5d22df8538e5f5c69dda0d4b994d.setContent(html_96a8bca08a85cc24f51057f1688041bb);
|
|
|
|
|
|
|
|
marker_39d096777070b811a432864b962b8545.bindPopup(popup_1bce5d22df8538e5f5c69dda0d4b994d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_39d096777070b811a432864b962b8545.setIcon(icon_a243b61a13fadde2be1de7694e999f5b);
|
|
|
|
|
|
var marker_3b36cb0ffdec656642e92fb7f88819cb = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_c5dd9390376001b9e786c2a063a390a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f31437f80c29172ce37a3dd249f440e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8de04efa8501b8630b8e52fca2e9cc25 = $(`<div id="html_8de04efa8501b8630b8e52fca2e9cc25" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_0f31437f80c29172ce37a3dd249f440e.setContent(html_8de04efa8501b8630b8e52fca2e9cc25);
|
|
|
|
|
|
|
|
marker_3b36cb0ffdec656642e92fb7f88819cb.bindPopup(popup_0f31437f80c29172ce37a3dd249f440e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3b36cb0ffdec656642e92fb7f88819cb.setIcon(icon_c5dd9390376001b9e786c2a063a390a3);
|
|
|
|
|
|
var marker_fcb935cc090be7ec72cc29d3717cf805 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_d3fdf48698a07ec2f925bf1acb0a1431 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62c0437c606cdc27565abc9f0a4c1b92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ad7088b7d65a23248b22681fabbc74b7 = $(`<div id="html_ad7088b7d65a23248b22681fabbc74b7" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_62c0437c606cdc27565abc9f0a4c1b92.setContent(html_ad7088b7d65a23248b22681fabbc74b7);
|
|
|
|
|
|
|
|
marker_fcb935cc090be7ec72cc29d3717cf805.bindPopup(popup_62c0437c606cdc27565abc9f0a4c1b92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fcb935cc090be7ec72cc29d3717cf805.setIcon(icon_d3fdf48698a07ec2f925bf1acb0a1431);
|
|
|
|
|
|
var marker_8fbf4fdf37e03198e23feb4fd846ad82 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_989fb84eb0ea4937ae0b1159142a56b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9d84f211244792254752d4cb4d1ac2b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5db09339a0f466c98763ee57d2f944f4 = $(`<div id="html_5db09339a0f466c98763ee57d2f944f4" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_9d84f211244792254752d4cb4d1ac2b1.setContent(html_5db09339a0f466c98763ee57d2f944f4);
|
|
|
|
|
|
|
|
marker_8fbf4fdf37e03198e23feb4fd846ad82.bindPopup(popup_9d84f211244792254752d4cb4d1ac2b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8fbf4fdf37e03198e23feb4fd846ad82.setIcon(icon_989fb84eb0ea4937ae0b1159142a56b2);
|
|
|
|
|
|
var marker_e35595c2361e6d9f33057f07eae339d5 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_6342135fad068d74be393a1b087f7f7e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86cf71c848b2de393830e78bad5ed5e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fbed8de2a7efd8b546ac40c0a81fca15 = $(`<div id="html_fbed8de2a7efd8b546ac40c0a81fca15" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_86cf71c848b2de393830e78bad5ed5e0.setContent(html_fbed8de2a7efd8b546ac40c0a81fca15);
|
|
|
|
|
|
|
|
marker_e35595c2361e6d9f33057f07eae339d5.bindPopup(popup_86cf71c848b2de393830e78bad5ed5e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e35595c2361e6d9f33057f07eae339d5.setIcon(icon_6342135fad068d74be393a1b087f7f7e);
|
|
|
|
|
|
var marker_7e832316323444e5279c2fccfd3eb895 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_58e244503a02c5cb44e60ee836cd59f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3038d440881bf14532db47544bc94c2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_af8bf235ee4e4765cb64df0a4e453dc9 = $(`<div id="html_af8bf235ee4e4765cb64df0a4e453dc9" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_d3038d440881bf14532db47544bc94c2.setContent(html_af8bf235ee4e4765cb64df0a4e453dc9);
|
|
|
|
|
|
|
|
marker_7e832316323444e5279c2fccfd3eb895.bindPopup(popup_d3038d440881bf14532db47544bc94c2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7e832316323444e5279c2fccfd3eb895.setIcon(icon_58e244503a02c5cb44e60ee836cd59f5);
|
|
|
|
|
|
var marker_a9702fb383981f7cdf946ed9e2fc7add = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_0eef3b9af076ca391ddea960beef165f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_75dfd6eff91d25d0d8c98438ab0bee2e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be133d8bd808ccd9256682c4dab0ae14 = $(`<div id="html_be133d8bd808ccd9256682c4dab0ae14" style="width: 100.0%; height: 100.0%;">ribo.nostria.app</div>`)[0];
|
|
popup_75dfd6eff91d25d0d8c98438ab0bee2e.setContent(html_be133d8bd808ccd9256682c4dab0ae14);
|
|
|
|
|
|
|
|
marker_a9702fb383981f7cdf946ed9e2fc7add.bindPopup(popup_75dfd6eff91d25d0d8c98438ab0bee2e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9702fb383981f7cdf946ed9e2fc7add.setIcon(icon_0eef3b9af076ca391ddea960beef165f);
|
|
|
|
|
|
var marker_6a3157bd80cdab2005e4f1fc41ac590b = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_23154759737c2cdd9ea37e02adf0c5c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a42ee33bd0d39f817e3ca1580e6aa490 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ff44743905a04ca41003c7cbf816bcc2 = $(`<div id="html_ff44743905a04ca41003c7cbf816bcc2" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_a42ee33bd0d39f817e3ca1580e6aa490.setContent(html_ff44743905a04ca41003c7cbf816bcc2);
|
|
|
|
|
|
|
|
marker_6a3157bd80cdab2005e4f1fc41ac590b.bindPopup(popup_a42ee33bd0d39f817e3ca1580e6aa490)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6a3157bd80cdab2005e4f1fc41ac590b.setIcon(icon_23154759737c2cdd9ea37e02adf0c5c1);
|
|
|
|
|
|
var marker_f7f4d79e58a4e7a0b6e20aca41806e19 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_bd186fed7f2140112c07f3b4196ca439 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcdc5f183f15eb8655e4bd67efef03a7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1a07311342dcaf7aaeb1d25e9a27a0fd = $(`<div id="html_1a07311342dcaf7aaeb1d25e9a27a0fd" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_fcdc5f183f15eb8655e4bd67efef03a7.setContent(html_1a07311342dcaf7aaeb1d25e9a27a0fd);
|
|
|
|
|
|
|
|
marker_f7f4d79e58a4e7a0b6e20aca41806e19.bindPopup(popup_fcdc5f183f15eb8655e4bd67efef03a7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f7f4d79e58a4e7a0b6e20aca41806e19.setIcon(icon_bd186fed7f2140112c07f3b4196ca439);
|
|
|
|
|
|
var marker_71b74f189fd57c8a62188bc55971b474 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_e2b5ccf631fafaf564f7615448b594b5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e81023f332ba4032585cc4ce8eced5df = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eed544ec6c3308b632a2732f15415d4b = $(`<div id="html_eed544ec6c3308b632a2732f15415d4b" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_e81023f332ba4032585cc4ce8eced5df.setContent(html_eed544ec6c3308b632a2732f15415d4b);
|
|
|
|
|
|
|
|
marker_71b74f189fd57c8a62188bc55971b474.bindPopup(popup_e81023f332ba4032585cc4ce8eced5df)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71b74f189fd57c8a62188bc55971b474.setIcon(icon_e2b5ccf631fafaf564f7615448b594b5);
|
|
|
|
|
|
var marker_fde29389b0e4a1228e394a02c6c1490e = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_badbcfc11225977a92e57c1a984576dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89c0f4954a86b7b49988d422fa7f9c85 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e9bacedba90a3ae1dc8e75c7825e9de = $(`<div id="html_7e9bacedba90a3ae1dc8e75c7825e9de" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_89c0f4954a86b7b49988d422fa7f9c85.setContent(html_7e9bacedba90a3ae1dc8e75c7825e9de);
|
|
|
|
|
|
|
|
marker_fde29389b0e4a1228e394a02c6c1490e.bindPopup(popup_89c0f4954a86b7b49988d422fa7f9c85)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fde29389b0e4a1228e394a02c6c1490e.setIcon(icon_badbcfc11225977a92e57c1a984576dc);
|
|
|
|
|
|
var marker_541c80f59b605b62934c49c44fe43d2f = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_bf3eedb5e1ddeac411b986a43176c13e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bfad28190983254cfe0386caeb5e39c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d36e37f4ce49971e781977fcf77ce87d = $(`<div id="html_d36e37f4ce49971e781977fcf77ce87d" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_bfad28190983254cfe0386caeb5e39c7.setContent(html_d36e37f4ce49971e781977fcf77ce87d);
|
|
|
|
|
|
|
|
marker_541c80f59b605b62934c49c44fe43d2f.bindPopup(popup_bfad28190983254cfe0386caeb5e39c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_541c80f59b605b62934c49c44fe43d2f.setIcon(icon_bf3eedb5e1ddeac411b986a43176c13e);
|
|
|
|
|
|
var marker_a62e367d5b2bdaff8f9af7bed6790e3b = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_caea5744553081b78d88194fcbd082a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba8c2b4e2b0fe1656f962859928ead30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dbf8c4ea7cdd1e164b60814bfb181909 = $(`<div id="html_dbf8c4ea7cdd1e164b60814bfb181909" style="width: 100.0%; height: 100.0%;">dev.relay.edufeed.org</div>`)[0];
|
|
popup_ba8c2b4e2b0fe1656f962859928ead30.setContent(html_dbf8c4ea7cdd1e164b60814bfb181909);
|
|
|
|
|
|
|
|
marker_a62e367d5b2bdaff8f9af7bed6790e3b.bindPopup(popup_ba8c2b4e2b0fe1656f962859928ead30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a62e367d5b2bdaff8f9af7bed6790e3b.setIcon(icon_caea5744553081b78d88194fcbd082a3);
|
|
|
|
|
|
var marker_0e7e95cecd8bf5d99214143b28ad3d1b = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_a4dffe0819618f2611c0147a17e4fff3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_331767b32cc5e5297479fbd4fc18a31c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eec19014a5ac0a41397f9bd8fabef04b = $(`<div id="html_eec19014a5ac0a41397f9bd8fabef04b" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_331767b32cc5e5297479fbd4fc18a31c.setContent(html_eec19014a5ac0a41397f9bd8fabef04b);
|
|
|
|
|
|
|
|
marker_0e7e95cecd8bf5d99214143b28ad3d1b.bindPopup(popup_331767b32cc5e5297479fbd4fc18a31c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e7e95cecd8bf5d99214143b28ad3d1b.setIcon(icon_a4dffe0819618f2611c0147a17e4fff3);
|
|
|
|
|
|
var marker_245bc88ecc66ab6237dbd7411afcce7d = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_d5b0de7074f8a6b0b95ea5e3450aaf27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d426cee12091e1a838ed5d3c3915b85e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ebfddc7b20ab4738ff1d4928611aa30e = $(`<div id="html_ebfddc7b20ab4738ff1d4928611aa30e" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_d426cee12091e1a838ed5d3c3915b85e.setContent(html_ebfddc7b20ab4738ff1d4928611aa30e);
|
|
|
|
|
|
|
|
marker_245bc88ecc66ab6237dbd7411afcce7d.bindPopup(popup_d426cee12091e1a838ed5d3c3915b85e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_245bc88ecc66ab6237dbd7411afcce7d.setIcon(icon_d5b0de7074f8a6b0b95ea5e3450aaf27);
|
|
|
|
|
|
var marker_7adb5d14043d6865babe735534b79c8b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_618fe6ffaffffb2c3b6b0f9227670f68 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c1b81e99dbe6efc443fc7bb03dd34c0c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9ac88cef865947c2fc750c81212ddcc3 = $(`<div id="html_9ac88cef865947c2fc750c81212ddcc3" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_c1b81e99dbe6efc443fc7bb03dd34c0c.setContent(html_9ac88cef865947c2fc750c81212ddcc3);
|
|
|
|
|
|
|
|
marker_7adb5d14043d6865babe735534b79c8b.bindPopup(popup_c1b81e99dbe6efc443fc7bb03dd34c0c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7adb5d14043d6865babe735534b79c8b.setIcon(icon_618fe6ffaffffb2c3b6b0f9227670f68);
|
|
|
|
|
|
var marker_a452c49b5c5161a3fe672043f440c65d = L.marker(
|
|
[52.1941, -2.21905],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_379ce9c3d109790fefcb914977a1ee0d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd6d3c2fb0370b680e36887e8571b639 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_28098b85091c700ed616bdfce13be775 = $(`<div id="html_28098b85091c700ed616bdfce13be775" style="width: 100.0%; height: 100.0%;">nostr.88mph.life</div>`)[0];
|
|
popup_cd6d3c2fb0370b680e36887e8571b639.setContent(html_28098b85091c700ed616bdfce13be775);
|
|
|
|
|
|
|
|
marker_a452c49b5c5161a3fe672043f440c65d.bindPopup(popup_cd6d3c2fb0370b680e36887e8571b639)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a452c49b5c5161a3fe672043f440c65d.setIcon(icon_379ce9c3d109790fefcb914977a1ee0d);
|
|
|
|
|
|
var marker_96e348ef040cfc03bc9bf8cbcb616d52 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_ecbd757bbc44166a4dd712079d16d81b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d585190db85ae8e9c0dea97c76a8960 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_69ed966eb6b0889af2991091f85af733 = $(`<div id="html_69ed966eb6b0889af2991091f85af733" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_0d585190db85ae8e9c0dea97c76a8960.setContent(html_69ed966eb6b0889af2991091f85af733);
|
|
|
|
|
|
|
|
marker_96e348ef040cfc03bc9bf8cbcb616d52.bindPopup(popup_0d585190db85ae8e9c0dea97c76a8960)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96e348ef040cfc03bc9bf8cbcb616d52.setIcon(icon_ecbd757bbc44166a4dd712079d16d81b);
|
|
|
|
|
|
var marker_5769fe5dd8ca13701a2c1019ca4d9630 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_4c7b9414b8d28e30d759c5fa6410f202 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_faf8af90213298c681f104b7eaf1137a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8db7eced9208a3c77daa14e902e06d73 = $(`<div id="html_8db7eced9208a3c77daa14e902e06d73" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_faf8af90213298c681f104b7eaf1137a.setContent(html_8db7eced9208a3c77daa14e902e06d73);
|
|
|
|
|
|
|
|
marker_5769fe5dd8ca13701a2c1019ca4d9630.bindPopup(popup_faf8af90213298c681f104b7eaf1137a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5769fe5dd8ca13701a2c1019ca4d9630.setIcon(icon_4c7b9414b8d28e30d759c5fa6410f202);
|
|
|
|
|
|
var marker_edce99a09bfb63eb48615428824fb829 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_d22194a6ed1f50f7c4ce3ffe1ff22436 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3d0742bc5a9f23283f429e3bc671a072 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a85db31736b34e5d2b6156025423e6ea = $(`<div id="html_a85db31736b34e5d2b6156025423e6ea" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_3d0742bc5a9f23283f429e3bc671a072.setContent(html_a85db31736b34e5d2b6156025423e6ea);
|
|
|
|
|
|
|
|
marker_edce99a09bfb63eb48615428824fb829.bindPopup(popup_3d0742bc5a9f23283f429e3bc671a072)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_edce99a09bfb63eb48615428824fb829.setIcon(icon_d22194a6ed1f50f7c4ce3ffe1ff22436);
|
|
|
|
|
|
var marker_bb78a511eca3555a3ed64f25cd05f4d3 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_0b72327f6e6472b5454656b73b4a6c71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d3580f7c84d533ce59efea03be380ceb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9cab82f6fe98abfe4ead2136eb2cfb2e = $(`<div id="html_9cab82f6fe98abfe4ead2136eb2cfb2e" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_d3580f7c84d533ce59efea03be380ceb.setContent(html_9cab82f6fe98abfe4ead2136eb2cfb2e);
|
|
|
|
|
|
|
|
marker_bb78a511eca3555a3ed64f25cd05f4d3.bindPopup(popup_d3580f7c84d533ce59efea03be380ceb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bb78a511eca3555a3ed64f25cd05f4d3.setIcon(icon_0b72327f6e6472b5454656b73b4a6c71);
|
|
|
|
|
|
var marker_1f9b1d45ad57ecc4c1322a4694864d45 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_9ff29797cc2ace30964b9555bb550216 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_68eee041acbe74c19242ba45949e81fa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b0f929cf47c025d365cf3b6585da262e = $(`<div id="html_b0f929cf47c025d365cf3b6585da262e" style="width: 100.0%; height: 100.0%;">relay.lanavault.space</div>`)[0];
|
|
popup_68eee041acbe74c19242ba45949e81fa.setContent(html_b0f929cf47c025d365cf3b6585da262e);
|
|
|
|
|
|
|
|
marker_1f9b1d45ad57ecc4c1322a4694864d45.bindPopup(popup_68eee041acbe74c19242ba45949e81fa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1f9b1d45ad57ecc4c1322a4694864d45.setIcon(icon_9ff29797cc2ace30964b9555bb550216);
|
|
|
|
|
|
var marker_4b05db600fa35ec4f3e5b06a334d031d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_e6ad4f59b505c2667e7b9b7e98ffdeef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_055c125a1d7f1cfe9a9645cbbbc2595a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6169d1d918ae3fe5b663fc44fa2f622 = $(`<div id="html_a6169d1d918ae3fe5b663fc44fa2f622" style="width: 100.0%; height: 100.0%;">relay.nostriches.club</div>`)[0];
|
|
popup_055c125a1d7f1cfe9a9645cbbbc2595a.setContent(html_a6169d1d918ae3fe5b663fc44fa2f622);
|
|
|
|
|
|
|
|
marker_4b05db600fa35ec4f3e5b06a334d031d.bindPopup(popup_055c125a1d7f1cfe9a9645cbbbc2595a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b05db600fa35ec4f3e5b06a334d031d.setIcon(icon_e6ad4f59b505c2667e7b9b7e98ffdeef);
|
|
|
|
|
|
var marker_541b07c933f5b1c0d90169d0743cac1d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_24b7c567625a16553b6f528d800c0a49 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a5df89b458c5db09dcd31d2586f4f98d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d0f2fb70ef1eb140f47b100b9db2402c = $(`<div id="html_d0f2fb70ef1eb140f47b100b9db2402c" style="width: 100.0%; height: 100.0%;">relay.decentnewsroom.com</div>`)[0];
|
|
popup_a5df89b458c5db09dcd31d2586f4f98d.setContent(html_d0f2fb70ef1eb140f47b100b9db2402c);
|
|
|
|
|
|
|
|
marker_541b07c933f5b1c0d90169d0743cac1d.bindPopup(popup_a5df89b458c5db09dcd31d2586f4f98d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_541b07c933f5b1c0d90169d0743cac1d.setIcon(icon_24b7c567625a16553b6f528d800c0a49);
|
|
|
|
|
|
var marker_5892b33d9527b1b6721f6dd7a158c8b6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_4505b4ebd378ba336aa7257b9b765bfc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39672251fc8ff9691231714b0e0a525d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_afbd4444c59d0e67bbf31297d3553bdd = $(`<div id="html_afbd4444c59d0e67bbf31297d3553bdd" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_39672251fc8ff9691231714b0e0a525d.setContent(html_afbd4444c59d0e67bbf31297d3553bdd);
|
|
|
|
|
|
|
|
marker_5892b33d9527b1b6721f6dd7a158c8b6.bindPopup(popup_39672251fc8ff9691231714b0e0a525d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5892b33d9527b1b6721f6dd7a158c8b6.setIcon(icon_4505b4ebd378ba336aa7257b9b765bfc);
|
|
|
|
|
|
var marker_e9c19c607cb3c4322a143844f40f1d3e = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_e36d9bdf062c71368be419a82e82f4c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_506618d25d79e213df5cce814014bc2c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2cc28e6a1c819741db2e0b7a20d28c78 = $(`<div id="html_2cc28e6a1c819741db2e0b7a20d28c78" style="width: 100.0%; height: 100.0%;">nostr.thalheim.io</div>`)[0];
|
|
popup_506618d25d79e213df5cce814014bc2c.setContent(html_2cc28e6a1c819741db2e0b7a20d28c78);
|
|
|
|
|
|
|
|
marker_e9c19c607cb3c4322a143844f40f1d3e.bindPopup(popup_506618d25d79e213df5cce814014bc2c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e9c19c607cb3c4322a143844f40f1d3e.setIcon(icon_e36d9bdf062c71368be419a82e82f4c2);
|
|
|
|
|
|
var marker_1063b2e0175aec812061d9d63884758e = L.marker(
|
|
[40.7824, -74.0711],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_0cadfa864c554a6bf254e688dfd7933f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_465c563a81fe80f8c22f4a451705c456 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e6e186ef0a2ae0f8e60a9c18eaecc8bd = $(`<div id="html_e6e186ef0a2ae0f8e60a9c18eaecc8bd" style="width: 100.0%; height: 100.0%;">relay.keykeeper.world</div>`)[0];
|
|
popup_465c563a81fe80f8c22f4a451705c456.setContent(html_e6e186ef0a2ae0f8e60a9c18eaecc8bd);
|
|
|
|
|
|
|
|
marker_1063b2e0175aec812061d9d63884758e.bindPopup(popup_465c563a81fe80f8c22f4a451705c456)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1063b2e0175aec812061d9d63884758e.setIcon(icon_0cadfa864c554a6bf254e688dfd7933f);
|
|
|
|
|
|
var marker_d6df6937787c49aae1b8c3d75a8fd850 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_46e1ef0c945fd4db363390631d323b6d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_941cd82afb0c33b1e2391c69eff0b14b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29d456884655fa534bb23b65645b1564 = $(`<div id="html_29d456884655fa534bb23b65645b1564" style="width: 100.0%; height: 100.0%;">bridge.tagomago.me</div>`)[0];
|
|
popup_941cd82afb0c33b1e2391c69eff0b14b.setContent(html_29d456884655fa534bb23b65645b1564);
|
|
|
|
|
|
|
|
marker_d6df6937787c49aae1b8c3d75a8fd850.bindPopup(popup_941cd82afb0c33b1e2391c69eff0b14b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d6df6937787c49aae1b8c3d75a8fd850.setIcon(icon_46e1ef0c945fd4db363390631d323b6d);
|
|
|
|
|
|
var marker_71996a8d38f28c1a81d2d2aaf2432f9e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_912d2173afa2fc54c80ef7ba7a6c83c1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_55c466d5dc337da4c36d6d3418727a3c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_64b893a5ac4baef60dbd1afccf0202bd = $(`<div id="html_64b893a5ac4baef60dbd1afccf0202bd" style="width: 100.0%; height: 100.0%;">video.czas.plus</div>`)[0];
|
|
popup_55c466d5dc337da4c36d6d3418727a3c.setContent(html_64b893a5ac4baef60dbd1afccf0202bd);
|
|
|
|
|
|
|
|
marker_71996a8d38f28c1a81d2d2aaf2432f9e.bindPopup(popup_55c466d5dc337da4c36d6d3418727a3c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_71996a8d38f28c1a81d2d2aaf2432f9e.setIcon(icon_912d2173afa2fc54c80ef7ba7a6c83c1);
|
|
|
|
|
|
var marker_3902cb4f6b2255ed4ca074bb7ed59a09 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_b81abff40ccbef9cba6859f0bafdf347 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a433156bbe23d217194fa1f37378160 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d6f08a0bfb9112ef9685b0b04ad36410 = $(`<div id="html_d6f08a0bfb9112ef9685b0b04ad36410" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_5a433156bbe23d217194fa1f37378160.setContent(html_d6f08a0bfb9112ef9685b0b04ad36410);
|
|
|
|
|
|
|
|
marker_3902cb4f6b2255ed4ca074bb7ed59a09.bindPopup(popup_5a433156bbe23d217194fa1f37378160)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3902cb4f6b2255ed4ca074bb7ed59a09.setIcon(icon_b81abff40ccbef9cba6859f0bafdf347);
|
|
|
|
|
|
var marker_e1d78b9ecdac6d10ae048f7506345578 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_8d3b5857ca19ce9ff35bceba33963a61 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63e51bc390c9cfee3605169de446255d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a51d6ef9fe15f93d8adb0c06268ac408 = $(`<div id="html_a51d6ef9fe15f93d8adb0c06268ac408" style="width: 100.0%; height: 100.0%;">relay.paulstephenborile.com</div>`)[0];
|
|
popup_63e51bc390c9cfee3605169de446255d.setContent(html_a51d6ef9fe15f93d8adb0c06268ac408);
|
|
|
|
|
|
|
|
marker_e1d78b9ecdac6d10ae048f7506345578.bindPopup(popup_63e51bc390c9cfee3605169de446255d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e1d78b9ecdac6d10ae048f7506345578.setIcon(icon_8d3b5857ca19ce9ff35bceba33963a61);
|
|
|
|
|
|
var marker_62698114bb8e7030dd90c13d755025cd = L.marker(
|
|
[-19.4692, -42.5315],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_1275b7267d6cc935fe9b84082b4464fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f0e0ed9828ca733205850f85d6bb1ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_de9902a141244fe846282136824453eb = $(`<div id="html_de9902a141244fe846282136824453eb" style="width: 100.0%; height: 100.0%;">relay.laantungir.net</div>`)[0];
|
|
popup_0f0e0ed9828ca733205850f85d6bb1ea.setContent(html_de9902a141244fe846282136824453eb);
|
|
|
|
|
|
|
|
marker_62698114bb8e7030dd90c13d755025cd.bindPopup(popup_0f0e0ed9828ca733205850f85d6bb1ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62698114bb8e7030dd90c13d755025cd.setIcon(icon_1275b7267d6cc935fe9b84082b4464fb);
|
|
|
|
|
|
var marker_d311cea03979fbfc4420a99d38a71f3c = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_8b22c0dbe413629e6f9a3fc456d5806a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d58670793a7549365bc7db70d22addb5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_45685aa2e28b6c6d3d484764454efd6f = $(`<div id="html_45685aa2e28b6c6d3d484764454efd6f" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_d58670793a7549365bc7db70d22addb5.setContent(html_45685aa2e28b6c6d3d484764454efd6f);
|
|
|
|
|
|
|
|
marker_d311cea03979fbfc4420a99d38a71f3c.bindPopup(popup_d58670793a7549365bc7db70d22addb5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d311cea03979fbfc4420a99d38a71f3c.setIcon(icon_8b22c0dbe413629e6f9a3fc456d5806a);
|
|
|
|
|
|
var marker_e2feb1b41edd1b05e6c9a2ee38b1e77d = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_1b3ea08028a1fdc341fb5ff3088cb587 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20a343a044cfa6caa5f46237d7260193 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75f3f3cd8896674a8634a6b6eb2588ab = $(`<div id="html_75f3f3cd8896674a8634a6b6eb2588ab" style="width: 100.0%; height: 100.0%;">us-east.nostr.pikachat.org</div>`)[0];
|
|
popup_20a343a044cfa6caa5f46237d7260193.setContent(html_75f3f3cd8896674a8634a6b6eb2588ab);
|
|
|
|
|
|
|
|
marker_e2feb1b41edd1b05e6c9a2ee38b1e77d.bindPopup(popup_20a343a044cfa6caa5f46237d7260193)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2feb1b41edd1b05e6c9a2ee38b1e77d.setIcon(icon_1b3ea08028a1fdc341fb5ff3088cb587);
|
|
|
|
|
|
var marker_b580022dcb3b26d839a4bee801f726fb = L.marker(
|
|
[59.9311, 30.3609],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_47a64b0f2cb0a6dea4438bd0e1634b27 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b142320da9155b3727a8f5964dd9a3da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6351a4725d78cc907c5a4a54a5243552 = $(`<div id="html_6351a4725d78cc907c5a4a54a5243552" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_b142320da9155b3727a8f5964dd9a3da.setContent(html_6351a4725d78cc907c5a4a54a5243552);
|
|
|
|
|
|
|
|
marker_b580022dcb3b26d839a4bee801f726fb.bindPopup(popup_b142320da9155b3727a8f5964dd9a3da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b580022dcb3b26d839a4bee801f726fb.setIcon(icon_47a64b0f2cb0a6dea4438bd0e1634b27);
|
|
|
|
|
|
var marker_4b5ed37ebaf9ee70c077452e14b202b9 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_c8d7eb656cf2826b58993d8e8454e9ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5683a6acf79271af022c372dabb11a8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f87ce5015d79a6e826ec1fea103de6b = $(`<div id="html_3f87ce5015d79a6e826ec1fea103de6b" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_5683a6acf79271af022c372dabb11a8d.setContent(html_3f87ce5015d79a6e826ec1fea103de6b);
|
|
|
|
|
|
|
|
marker_4b5ed37ebaf9ee70c077452e14b202b9.bindPopup(popup_5683a6acf79271af022c372dabb11a8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b5ed37ebaf9ee70c077452e14b202b9.setIcon(icon_c8d7eb656cf2826b58993d8e8454e9ab);
|
|
|
|
|
|
var marker_f04b65a9c3a11d7fe9717a457c49d14b = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_1051f396249e0e0749298a55ce13c0fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c671896f996895cde2ad8c6d6b74a101 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8fccde5814f3516c73dcd2961517a334 = $(`<div id="html_8fccde5814f3516c73dcd2961517a334" style="width: 100.0%; height: 100.0%;">rele.speyhard.fi</div>`)[0];
|
|
popup_c671896f996895cde2ad8c6d6b74a101.setContent(html_8fccde5814f3516c73dcd2961517a334);
|
|
|
|
|
|
|
|
marker_f04b65a9c3a11d7fe9717a457c49d14b.bindPopup(popup_c671896f996895cde2ad8c6d6b74a101)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f04b65a9c3a11d7fe9717a457c49d14b.setIcon(icon_1051f396249e0e0749298a55ce13c0fb);
|
|
|
|
|
|
var marker_c3ebf7efdaec5a3c74aadc42dce8fe41 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_9f9ee63fc1c51beec82d685f087b90f7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3011d9869c155b3c4f44ebddaa35615d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_24d7fe26a7e81040b4c4d8ae7dde5cdd = $(`<div id="html_24d7fe26a7e81040b4c4d8ae7dde5cdd" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_3011d9869c155b3c4f44ebddaa35615d.setContent(html_24d7fe26a7e81040b4c4d8ae7dde5cdd);
|
|
|
|
|
|
|
|
marker_c3ebf7efdaec5a3c74aadc42dce8fe41.bindPopup(popup_3011d9869c155b3c4f44ebddaa35615d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c3ebf7efdaec5a3c74aadc42dce8fe41.setIcon(icon_9f9ee63fc1c51beec82d685f087b90f7);
|
|
|
|
|
|
var marker_0060bcfd6d89dd246c59ad5050fd2e5b = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_c7b91a3c53b7d1740934089334b4c61d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2e401d95e089981fdc5b62c54937a07d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_95cce7fb4f272a741c16614089c4cbbd = $(`<div id="html_95cce7fb4f272a741c16614089c4cbbd" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_2e401d95e089981fdc5b62c54937a07d.setContent(html_95cce7fb4f272a741c16614089c4cbbd);
|
|
|
|
|
|
|
|
marker_0060bcfd6d89dd246c59ad5050fd2e5b.bindPopup(popup_2e401d95e089981fdc5b62c54937a07d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0060bcfd6d89dd246c59ad5050fd2e5b.setIcon(icon_c7b91a3c53b7d1740934089334b4c61d);
|
|
|
|
|
|
var marker_0065a4c55acce95b876c83aa6be5caee = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_5a4510cfa572b42209469af0646b579f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd33a8698f939b92366523cf3b063b94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b27a1ecfa9469cc130c2cf523469759e = $(`<div id="html_b27a1ecfa9469cc130c2cf523469759e" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_cd33a8698f939b92366523cf3b063b94.setContent(html_b27a1ecfa9469cc130c2cf523469759e);
|
|
|
|
|
|
|
|
marker_0065a4c55acce95b876c83aa6be5caee.bindPopup(popup_cd33a8698f939b92366523cf3b063b94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0065a4c55acce95b876c83aa6be5caee.setIcon(icon_5a4510cfa572b42209469af0646b579f);
|
|
|
|
|
|
var marker_0babe900c23a4e0cf1c63cf793d96688 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_6740acb90af943722049da15c9e1ffed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a79bcd0e6afd5fdc6ea478cb7d3108a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3d1be6765abf48740934ce68abc8e70b = $(`<div id="html_3d1be6765abf48740934ce68abc8e70b" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_2a79bcd0e6afd5fdc6ea478cb7d3108a.setContent(html_3d1be6765abf48740934ce68abc8e70b);
|
|
|
|
|
|
|
|
marker_0babe900c23a4e0cf1c63cf793d96688.bindPopup(popup_2a79bcd0e6afd5fdc6ea478cb7d3108a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0babe900c23a4e0cf1c63cf793d96688.setIcon(icon_6740acb90af943722049da15c9e1ffed);
|
|
|
|
|
|
var marker_fe1c57421c2e5c3027a83c55277db7ab = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_ee3e6ed5989bbbba820e2eabaf05e1ab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_92eceabf73a00d675eb317fc39f922b1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79d7a4a1cbde27b41d376c4084237f39 = $(`<div id="html_79d7a4a1cbde27b41d376c4084237f39" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_92eceabf73a00d675eb317fc39f922b1.setContent(html_79d7a4a1cbde27b41d376c4084237f39);
|
|
|
|
|
|
|
|
marker_fe1c57421c2e5c3027a83c55277db7ab.bindPopup(popup_92eceabf73a00d675eb317fc39f922b1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe1c57421c2e5c3027a83c55277db7ab.setIcon(icon_ee3e6ed5989bbbba820e2eabaf05e1ab);
|
|
|
|
|
|
var marker_00d52b8da8fed2868f9685966a2fe76f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_f6acb690742747f9918c176314d507f6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9ca74209af2f8d8450ed18890ef1a0f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_226c99c1d2f4e53f719bc1bebba77e5b = $(`<div id="html_226c99c1d2f4e53f719bc1bebba77e5b" style="width: 100.0%; height: 100.0%;">nostrbtc.com</div>`)[0];
|
|
popup_9ca74209af2f8d8450ed18890ef1a0f6.setContent(html_226c99c1d2f4e53f719bc1bebba77e5b);
|
|
|
|
|
|
|
|
marker_00d52b8da8fed2868f9685966a2fe76f.bindPopup(popup_9ca74209af2f8d8450ed18890ef1a0f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_00d52b8da8fed2868f9685966a2fe76f.setIcon(icon_f6acb690742747f9918c176314d507f6);
|
|
|
|
|
|
var marker_d937c7a9d51a9a78da48176a3f333b21 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_2818ceb6200e852c042be945a159c62b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_28cd96bead3fe840204759a3667bd2af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc824e9d24ce62f13d229296993f92e1 = $(`<div id="html_fc824e9d24ce62f13d229296993f92e1" style="width: 100.0%; height: 100.0%;">relay.sharegap.net</div>`)[0];
|
|
popup_28cd96bead3fe840204759a3667bd2af.setContent(html_fc824e9d24ce62f13d229296993f92e1);
|
|
|
|
|
|
|
|
marker_d937c7a9d51a9a78da48176a3f333b21.bindPopup(popup_28cd96bead3fe840204759a3667bd2af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d937c7a9d51a9a78da48176a3f333b21.setIcon(icon_2818ceb6200e852c042be945a159c62b);
|
|
|
|
|
|
var marker_eae0e76894e2cf3327647f4f625e7d9d = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_8d0c482f07783982a2d1f44d42fea04e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df3c65ef80ec34a8758f683c93142edd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1e78aa4dc8c6435dd3c9154c24ed6620 = $(`<div id="html_1e78aa4dc8c6435dd3c9154c24ed6620" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_df3c65ef80ec34a8758f683c93142edd.setContent(html_1e78aa4dc8c6435dd3c9154c24ed6620);
|
|
|
|
|
|
|
|
marker_eae0e76894e2cf3327647f4f625e7d9d.bindPopup(popup_df3c65ef80ec34a8758f683c93142edd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eae0e76894e2cf3327647f4f625e7d9d.setIcon(icon_8d0c482f07783982a2d1f44d42fea04e);
|
|
|
|
|
|
var marker_7a776dca32ef8116118e62646fc9adc6 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_963fb6cfd3f70ad257d5f7447d5fed86 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ae0117f69c2d5d2daa2a4a15d1d54cf1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_092d60ad775d18c8cae6407d3696c696 = $(`<div id="html_092d60ad775d18c8cae6407d3696c696" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_ae0117f69c2d5d2daa2a4a15d1d54cf1.setContent(html_092d60ad775d18c8cae6407d3696c696);
|
|
|
|
|
|
|
|
marker_7a776dca32ef8116118e62646fc9adc6.bindPopup(popup_ae0117f69c2d5d2daa2a4a15d1d54cf1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a776dca32ef8116118e62646fc9adc6.setIcon(icon_963fb6cfd3f70ad257d5f7447d5fed86);
|
|
|
|
|
|
var marker_198a6e2041ca3319b3c59bc7eff92ebd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_1a0c3aa5b157717d83fcecce93b6a64c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_872a10d642102a7133da7d79f6a04e92 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dfd62a3353232a0bb80996769c065e4d = $(`<div id="html_dfd62a3353232a0bb80996769c065e4d" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_872a10d642102a7133da7d79f6a04e92.setContent(html_dfd62a3353232a0bb80996769c065e4d);
|
|
|
|
|
|
|
|
marker_198a6e2041ca3319b3c59bc7eff92ebd.bindPopup(popup_872a10d642102a7133da7d79f6a04e92)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_198a6e2041ca3319b3c59bc7eff92ebd.setIcon(icon_1a0c3aa5b157717d83fcecce93b6a64c);
|
|
|
|
|
|
var marker_5bd9f1dc731943170ba892b49b2bc8f4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_c5ed5ab707398658f157b966b784b679 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d95aa2dc6242a13b0339e540918a4ba9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b8afd2a83d7d818d68fe8fb0b25a03ca = $(`<div id="html_b8afd2a83d7d818d68fe8fb0b25a03ca" style="width: 100.0%; height: 100.0%;">reraw.pbla2fish.cc</div>`)[0];
|
|
popup_d95aa2dc6242a13b0339e540918a4ba9.setContent(html_b8afd2a83d7d818d68fe8fb0b25a03ca);
|
|
|
|
|
|
|
|
marker_5bd9f1dc731943170ba892b49b2bc8f4.bindPopup(popup_d95aa2dc6242a13b0339e540918a4ba9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5bd9f1dc731943170ba892b49b2bc8f4.setIcon(icon_c5ed5ab707398658f157b966b784b679);
|
|
|
|
|
|
var marker_06dd41329c62a22a768a0786f6cf5dac = L.marker(
|
|
[52.3913, 4.66545],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_6dc30a981bf46b7470f71aa5ddec3cac = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c939676ba0d2da9084426621fbcee9af = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_237e57981a501380bf2ceb35c002a61b = $(`<div id="html_237e57981a501380bf2ceb35c002a61b" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_c939676ba0d2da9084426621fbcee9af.setContent(html_237e57981a501380bf2ceb35c002a61b);
|
|
|
|
|
|
|
|
marker_06dd41329c62a22a768a0786f6cf5dac.bindPopup(popup_c939676ba0d2da9084426621fbcee9af)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_06dd41329c62a22a768a0786f6cf5dac.setIcon(icon_6dc30a981bf46b7470f71aa5ddec3cac);
|
|
|
|
|
|
var marker_7478cbfd13965be72e0a298858992454 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_5eba70ea5e734e5f8fb3a532489a0ee7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e2a11e3ea9c52fed943587d49d50d31 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90221a6ac0ce31deb93f2aa6d0df2ebf = $(`<div id="html_90221a6ac0ce31deb93f2aa6d0df2ebf" style="width: 100.0%; height: 100.0%;">relay.inforsupports.com</div>`)[0];
|
|
popup_9e2a11e3ea9c52fed943587d49d50d31.setContent(html_90221a6ac0ce31deb93f2aa6d0df2ebf);
|
|
|
|
|
|
|
|
marker_7478cbfd13965be72e0a298858992454.bindPopup(popup_9e2a11e3ea9c52fed943587d49d50d31)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7478cbfd13965be72e0a298858992454.setIcon(icon_5eba70ea5e734e5f8fb3a532489a0ee7);
|
|
|
|
|
|
var marker_2d17ad69ca56a3c931aeaf6130ac9b00 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_739d45d9196256af22ddc3c36d917a4b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0b0fba02081cad84106eb49506d56d0f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb2f3384684be2cc31dbf3c7061edf67 = $(`<div id="html_fb2f3384684be2cc31dbf3c7061edf67" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_0b0fba02081cad84106eb49506d56d0f.setContent(html_fb2f3384684be2cc31dbf3c7061edf67);
|
|
|
|
|
|
|
|
marker_2d17ad69ca56a3c931aeaf6130ac9b00.bindPopup(popup_0b0fba02081cad84106eb49506d56d0f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d17ad69ca56a3c931aeaf6130ac9b00.setIcon(icon_739d45d9196256af22ddc3c36d917a4b);
|
|
|
|
|
|
var marker_8378b5656b6a7470ca01c0ffed226478 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_ac44683242bf7ab6848744117213453c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_601bea00db0d6b34183c048e5045e049 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4acd79ad388b454b11498662bfff1b9f = $(`<div id="html_4acd79ad388b454b11498662bfff1b9f" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_601bea00db0d6b34183c048e5045e049.setContent(html_4acd79ad388b454b11498662bfff1b9f);
|
|
|
|
|
|
|
|
marker_8378b5656b6a7470ca01c0ffed226478.bindPopup(popup_601bea00db0d6b34183c048e5045e049)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8378b5656b6a7470ca01c0ffed226478.setIcon(icon_ac44683242bf7ab6848744117213453c);
|
|
|
|
|
|
var marker_88ec60d0914c8cc9c579481095edf5b2 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_d1660c2d8e1da370e721dd52205433fb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16a8fbb34685a096196fb523fd267865 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e33db2c6f4f3385b2edbd1cdb4ebee8d = $(`<div id="html_e33db2c6f4f3385b2edbd1cdb4ebee8d" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_16a8fbb34685a096196fb523fd267865.setContent(html_e33db2c6f4f3385b2edbd1cdb4ebee8d);
|
|
|
|
|
|
|
|
marker_88ec60d0914c8cc9c579481095edf5b2.bindPopup(popup_16a8fbb34685a096196fb523fd267865)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_88ec60d0914c8cc9c579481095edf5b2.setIcon(icon_d1660c2d8e1da370e721dd52205433fb);
|
|
|
|
|
|
var marker_2d754e9328a9f7ab6ea3b01b49f54140 = L.marker(
|
|
[42.8864, -78.8784],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_0b5568920814d056825538bd599aeb8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5d3535d763bf407b01b99ac436ea0f98 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9f83fe894e0c144f0f9b138d7c27dd4 = $(`<div id="html_e9f83fe894e0c144f0f9b138d7c27dd4" style="width: 100.0%; height: 100.0%;">relay.agentry.com</div>`)[0];
|
|
popup_5d3535d763bf407b01b99ac436ea0f98.setContent(html_e9f83fe894e0c144f0f9b138d7c27dd4);
|
|
|
|
|
|
|
|
marker_2d754e9328a9f7ab6ea3b01b49f54140.bindPopup(popup_5d3535d763bf407b01b99ac436ea0f98)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2d754e9328a9f7ab6ea3b01b49f54140.setIcon(icon_0b5568920814d056825538bd599aeb8c);
|
|
|
|
|
|
var marker_f01e8669861867d9094fab494796fc9a = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_fd76b1dc9016de26aa0032aa9e80e12e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_98edf6b3ac44ebc775a24cb3441fc908 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be24380a77a7237f264bdeba88a81425 = $(`<div id="html_be24380a77a7237f264bdeba88a81425" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_98edf6b3ac44ebc775a24cb3441fc908.setContent(html_be24380a77a7237f264bdeba88a81425);
|
|
|
|
|
|
|
|
marker_f01e8669861867d9094fab494796fc9a.bindPopup(popup_98edf6b3ac44ebc775a24cb3441fc908)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f01e8669861867d9094fab494796fc9a.setIcon(icon_fd76b1dc9016de26aa0032aa9e80e12e);
|
|
|
|
|
|
var marker_4b05fbe40ac81f118e2303b9d69d4f7d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_d807b630250d68d04e12a0f161b964e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c202cc17b038ef6f70db6846411f9b12 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9bb2d66fe189fd541d4220fad19ecdd5 = $(`<div id="html_9bb2d66fe189fd541d4220fad19ecdd5" style="width: 100.0%; height: 100.0%;">relay.ohstr.com</div>`)[0];
|
|
popup_c202cc17b038ef6f70db6846411f9b12.setContent(html_9bb2d66fe189fd541d4220fad19ecdd5);
|
|
|
|
|
|
|
|
marker_4b05fbe40ac81f118e2303b9d69d4f7d.bindPopup(popup_c202cc17b038ef6f70db6846411f9b12)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b05fbe40ac81f118e2303b9d69d4f7d.setIcon(icon_d807b630250d68d04e12a0f161b964e3);
|
|
|
|
|
|
var marker_70a28debea8a758cb6d58ed6d5319558 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_c0de4c9ed64ccaa07f35ee94b7052c98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c39ec1cecd32737a2ad9e684697bdd01 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73b83dd641dfa4febcb01e61868cb0fa = $(`<div id="html_73b83dd641dfa4febcb01e61868cb0fa" style="width: 100.0%; height: 100.0%;">relay.staging.commonshub.brussels</div>`)[0];
|
|
popup_c39ec1cecd32737a2ad9e684697bdd01.setContent(html_73b83dd641dfa4febcb01e61868cb0fa);
|
|
|
|
|
|
|
|
marker_70a28debea8a758cb6d58ed6d5319558.bindPopup(popup_c39ec1cecd32737a2ad9e684697bdd01)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_70a28debea8a758cb6d58ed6d5319558.setIcon(icon_c0de4c9ed64ccaa07f35ee94b7052c98);
|
|
|
|
|
|
var marker_c47d19440692e2a197d9887d3a75839d = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_4085e30c1f5d95e3425c008b70832348 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_227b825c06fdf93b24cdf1ee7844e9d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c873836b54402c59689f037f04220cf1 = $(`<div id="html_c873836b54402c59689f037f04220cf1" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_227b825c06fdf93b24cdf1ee7844e9d1.setContent(html_c873836b54402c59689f037f04220cf1);
|
|
|
|
|
|
|
|
marker_c47d19440692e2a197d9887d3a75839d.bindPopup(popup_227b825c06fdf93b24cdf1ee7844e9d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c47d19440692e2a197d9887d3a75839d.setIcon(icon_4085e30c1f5d95e3425c008b70832348);
|
|
|
|
|
|
var marker_607c44d62d9e98faa2ade555b59181fd = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_984ade8dcdbfd417da127cef1501d717 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aadb1f1664647e531a6ebc101140c33d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8392e8e08781736d6c18bd7dc20a3fe8 = $(`<div id="html_8392e8e08781736d6c18bd7dc20a3fe8" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_aadb1f1664647e531a6ebc101140c33d.setContent(html_8392e8e08781736d6c18bd7dc20a3fe8);
|
|
|
|
|
|
|
|
marker_607c44d62d9e98faa2ade555b59181fd.bindPopup(popup_aadb1f1664647e531a6ebc101140c33d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_607c44d62d9e98faa2ade555b59181fd.setIcon(icon_984ade8dcdbfd417da127cef1501d717);
|
|
|
|
|
|
var marker_9409c5193f2efb6da766056c0c3a294e = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_897f5db1f1cd3eb5498da2a45b5b6c16 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec43ea53cb934ca45c802eb9516bd077 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_071131c6651a958fc1bef3053656757a = $(`<div id="html_071131c6651a958fc1bef3053656757a" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_ec43ea53cb934ca45c802eb9516bd077.setContent(html_071131c6651a958fc1bef3053656757a);
|
|
|
|
|
|
|
|
marker_9409c5193f2efb6da766056c0c3a294e.bindPopup(popup_ec43ea53cb934ca45c802eb9516bd077)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9409c5193f2efb6da766056c0c3a294e.setIcon(icon_897f5db1f1cd3eb5498da2a45b5b6c16);
|
|
|
|
|
|
var marker_5e3349178f6de3769801ca013e348ac2 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_e4413e094a96e168908cffd94dd7e19a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_53d4450b7fba26a51baf003ea4e15c9c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_401127e90614ca409db8e084ee9ef2d2 = $(`<div id="html_401127e90614ca409db8e084ee9ef2d2" style="width: 100.0%; height: 100.0%;">relay.veganostr.com</div>`)[0];
|
|
popup_53d4450b7fba26a51baf003ea4e15c9c.setContent(html_401127e90614ca409db8e084ee9ef2d2);
|
|
|
|
|
|
|
|
marker_5e3349178f6de3769801ca013e348ac2.bindPopup(popup_53d4450b7fba26a51baf003ea4e15c9c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5e3349178f6de3769801ca013e348ac2.setIcon(icon_e4413e094a96e168908cffd94dd7e19a);
|
|
|
|
|
|
var marker_a995027086e1cd5565f63d963cff89d6 = L.marker(
|
|
[37.5665, 126.978],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_b865d6a14879d94a0e39abb49febc371);
|
|
|
|
|
|
var icon_1c9789d88309a648a6cbcba6c1cd198a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_734fb212d625d68337d3712a0a7bb4a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b01dd93787a66e4320dbef30b153e5b3 = $(`<div id="html_b01dd93787a66e4320dbef30b153e5b3" style="width: 100.0%; height: 100.0%;">relay.mulatta.io</div>`)[0];
|
|
popup_734fb212d625d68337d3712a0a7bb4a8.setContent(html_b01dd93787a66e4320dbef30b153e5b3);
|
|
|
|
|
|
|
|
marker_a995027086e1cd5565f63d963cff89d6.bindPopup(popup_734fb212d625d68337d3712a0a7bb4a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a995027086e1cd5565f63d963cff89d6.setIcon(icon_1c9789d88309a648a6cbcba6c1cd198a);
|
|
|
|
|
|
marker_cluster_b865d6a14879d94a0e39abb49febc371.addTo(map_7f75b3fc72c3316c4f4a14dd4f60451b);
|
|
|
|
</script>
|
|
</html> |