mirror of
https://github.com/permissionlesstech/georelays.git
synced 2026-07-25 14:05:17 +00:00
10259 lines
298 KiB
HTML
10259 lines
298 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_058afd9987a0824870c53e75d8c94ea4 {
|
|
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_058afd9987a0824870c53e75d8c94ea4" ></div>
|
|
|
|
</body>
|
|
<script>
|
|
|
|
|
|
var map_058afd9987a0824870c53e75d8c94ea4 = L.map(
|
|
"map_058afd9987a0824870c53e75d8c94ea4",
|
|
{
|
|
center: [0.0, 0.0],
|
|
crs: L.CRS.EPSG3857,
|
|
...{
|
|
"zoom": 2,
|
|
"zoomControl": true,
|
|
"preferCanvas": false,
|
|
}
|
|
|
|
}
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
var tile_layer_15bb5853964342f5f7f2ddd3411ba97a = 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_15bb5853964342f5f7f2ddd3411ba97a.addTo(map_058afd9987a0824870c53e75d8c94ea4);
|
|
|
|
|
|
var marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2 = L.markerClusterGroup(
|
|
{
|
|
}
|
|
);
|
|
|
|
|
|
var marker_b56a7463e8ca7237c617ef79dde11466 = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_c05f8b57ade965c9912bf3f42e641e90 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_14117392cb4402c72fe9d32640faf198 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3403903905554b609cf869297b882697 = $(`<div id="html_3403903905554b609cf869297b882697" style="width: 100.0%; height: 100.0%;">relay03.lnfi.network</div>`)[0];
|
|
popup_14117392cb4402c72fe9d32640faf198.setContent(html_3403903905554b609cf869297b882697);
|
|
|
|
|
|
|
|
marker_b56a7463e8ca7237c617ef79dde11466.bindPopup(popup_14117392cb4402c72fe9d32640faf198)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b56a7463e8ca7237c617ef79dde11466.setIcon(icon_c05f8b57ade965c9912bf3f42e641e90);
|
|
|
|
|
|
var marker_d052d6079618cd09631be9f6119cd5d1 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_dd2c990f6beb6d71faaf202aa3314a4f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9c4153939223410af6916d92974ffabd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b7d392b46491eab439522d110e99f61f = $(`<div id="html_b7d392b46491eab439522d110e99f61f" style="width: 100.0%; height: 100.0%;">purplerelay.com</div>`)[0];
|
|
popup_9c4153939223410af6916d92974ffabd.setContent(html_b7d392b46491eab439522d110e99f61f);
|
|
|
|
|
|
|
|
marker_d052d6079618cd09631be9f6119cd5d1.bindPopup(popup_9c4153939223410af6916d92974ffabd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d052d6079618cd09631be9f6119cd5d1.setIcon(icon_dd2c990f6beb6d71faaf202aa3314a4f);
|
|
|
|
|
|
var marker_23a6a025f3458b7b354074a0bf514047 = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_f76a34fd23c05c1172d0502a8a0f4853 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fb68b3f9420622090aba66c8ca5a2c45 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_394be958b70b8fbaf90ac156ec110606 = $(`<div id="html_394be958b70b8fbaf90ac156ec110606" style="width: 100.0%; height: 100.0%;">ribo.eu.nostria.app</div>`)[0];
|
|
popup_fb68b3f9420622090aba66c8ca5a2c45.setContent(html_394be958b70b8fbaf90ac156ec110606);
|
|
|
|
|
|
|
|
marker_23a6a025f3458b7b354074a0bf514047.bindPopup(popup_fb68b3f9420622090aba66c8ca5a2c45)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_23a6a025f3458b7b354074a0bf514047.setIcon(icon_f76a34fd23c05c1172d0502a8a0f4853);
|
|
|
|
|
|
var marker_8bfc0427c44c0610f99105b72a4ed543 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_9d4a15eae2e279664e6016f65375fc45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea4405a39efb1a52a30aaae5fd0d7282 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1fa4607b6156802390c63ce2d76c135f = $(`<div id="html_1fa4607b6156802390c63ce2d76c135f" style="width: 100.0%; height: 100.0%;">fenrir-s.notoshi.win</div>`)[0];
|
|
popup_ea4405a39efb1a52a30aaae5fd0d7282.setContent(html_1fa4607b6156802390c63ce2d76c135f);
|
|
|
|
|
|
|
|
marker_8bfc0427c44c0610f99105b72a4ed543.bindPopup(popup_ea4405a39efb1a52a30aaae5fd0d7282)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8bfc0427c44c0610f99105b72a4ed543.setIcon(icon_9d4a15eae2e279664e6016f65375fc45);
|
|
|
|
|
|
var marker_0ad514de16fc7d3245e11bdb054f76a8 = L.marker(
|
|
[41.8781, -87.6298],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_b7d688ffacc31713fab40551d20c5c45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b081490fbb609587c40b929516601c30 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7994810a1462623ea8be3adcb440b134 = $(`<div id="html_7994810a1462623ea8be3adcb440b134" style="width: 100.0%; height: 100.0%;">nostrelites.org</div>`)[0];
|
|
popup_b081490fbb609587c40b929516601c30.setContent(html_7994810a1462623ea8be3adcb440b134);
|
|
|
|
|
|
|
|
marker_0ad514de16fc7d3245e11bdb054f76a8.bindPopup(popup_b081490fbb609587c40b929516601c30)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ad514de16fc7d3245e11bdb054f76a8.setIcon(icon_b7d688ffacc31713fab40551d20c5c45);
|
|
|
|
|
|
var marker_abc2f89ae3b154bfcd28e47b33f48fc2 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_781204335acc18ddf8acf5d1337d7e87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4d31de0a88c4bcc28e8310837519f896 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b14a71f39444c67a5d22c7128a76a712 = $(`<div id="html_b14a71f39444c67a5d22c7128a76a712" style="width: 100.0%; height: 100.0%;">nostr.parallel.hetu.org:8443</div>`)[0];
|
|
popup_4d31de0a88c4bcc28e8310837519f896.setContent(html_b14a71f39444c67a5d22c7128a76a712);
|
|
|
|
|
|
|
|
marker_abc2f89ae3b154bfcd28e47b33f48fc2.bindPopup(popup_4d31de0a88c4bcc28e8310837519f896)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abc2f89ae3b154bfcd28e47b33f48fc2.setIcon(icon_781204335acc18ddf8acf5d1337d7e87);
|
|
|
|
|
|
var marker_7b937f59a6e3c0d6ad33356c592061d2 = L.marker(
|
|
[39.048, -77.4817],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_76cbf338c200148a5c98dae45a81266f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_df5f8921d9ea55abe87ff3975321f870 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d898de1eab9cc281d0c2e2a6a322d66b = $(`<div id="html_d898de1eab9cc281d0c2e2a6a322d66b" style="width: 100.0%; height: 100.0%;">slick.mjex.me</div>`)[0];
|
|
popup_df5f8921d9ea55abe87ff3975321f870.setContent(html_d898de1eab9cc281d0c2e2a6a322d66b);
|
|
|
|
|
|
|
|
marker_7b937f59a6e3c0d6ad33356c592061d2.bindPopup(popup_df5f8921d9ea55abe87ff3975321f870)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b937f59a6e3c0d6ad33356c592061d2.setIcon(icon_76cbf338c200148a5c98dae45a81266f);
|
|
|
|
|
|
var marker_8402eac353da21dc7ef2d4c4bfb57f44 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_11af5d4b0228619a1284dc35e9f017ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_94cb37709b85592d6c936bb17244f7d8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75999c5e27ba1e6803648e8aa9ffa5ba = $(`<div id="html_75999c5e27ba1e6803648e8aa9ffa5ba" style="width: 100.0%; height: 100.0%;">relay.bullishbounty.com</div>`)[0];
|
|
popup_94cb37709b85592d6c936bb17244f7d8.setContent(html_75999c5e27ba1e6803648e8aa9ffa5ba);
|
|
|
|
|
|
|
|
marker_8402eac353da21dc7ef2d4c4bfb57f44.bindPopup(popup_94cb37709b85592d6c936bb17244f7d8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8402eac353da21dc7ef2d4c4bfb57f44.setIcon(icon_11af5d4b0228619a1284dc35e9f017ce);
|
|
|
|
|
|
var marker_38c7d529cb62ff8b3c2f4b55068756df = L.marker(
|
|
[47.6743, -117.112],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_e34f69a6041f6eac08b04a8722f05fa1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_24e1be2140b10163bab7fb04ecd7c561 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_50b207c19da51a477fa2e25d88263b5e = $(`<div id="html_50b207c19da51a477fa2e25d88263b5e" style="width: 100.0%; height: 100.0%;">offchain.pub</div>`)[0];
|
|
popup_24e1be2140b10163bab7fb04ecd7c561.setContent(html_50b207c19da51a477fa2e25d88263b5e);
|
|
|
|
|
|
|
|
marker_38c7d529cb62ff8b3c2f4b55068756df.bindPopup(popup_24e1be2140b10163bab7fb04ecd7c561)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38c7d529cb62ff8b3c2f4b55068756df.setIcon(icon_e34f69a6041f6eac08b04a8722f05fa1);
|
|
|
|
|
|
var marker_91115b35c024c3f460f8495070d2da32 = L.marker(
|
|
[40.1872, 44.5152],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_03b2f2dc6162b6cbc527bf0c99ec8ace = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02ac801c5270be353544c780d71a1803 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d97572e98d8d8f71bd70e588e23d10ba = $(`<div id="html_d97572e98d8d8f71bd70e588e23d10ba" style="width: 100.0%; height: 100.0%;">nos4smartnkind.tech</div>`)[0];
|
|
popup_02ac801c5270be353544c780d71a1803.setContent(html_d97572e98d8d8f71bd70e588e23d10ba);
|
|
|
|
|
|
|
|
marker_91115b35c024c3f460f8495070d2da32.bindPopup(popup_02ac801c5270be353544c780d71a1803)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91115b35c024c3f460f8495070d2da32.setIcon(icon_03b2f2dc6162b6cbc527bf0c99ec8ace);
|
|
|
|
|
|
var marker_63bdc7d753bb06e92c91147d4f40474d = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_a1616ddc632cadd0e3ac72bd27abdff8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8f30688c419798a5e3087672101edbd3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_483c6bc22103a5639cbde783c66fa71f = $(`<div id="html_483c6bc22103a5639cbde783c66fa71f" style="width: 100.0%; height: 100.0%;">nostr.spicyz.io</div>`)[0];
|
|
popup_8f30688c419798a5e3087672101edbd3.setContent(html_483c6bc22103a5639cbde783c66fa71f);
|
|
|
|
|
|
|
|
marker_63bdc7d753bb06e92c91147d4f40474d.bindPopup(popup_8f30688c419798a5e3087672101edbd3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_63bdc7d753bb06e92c91147d4f40474d.setIcon(icon_a1616ddc632cadd0e3ac72bd27abdff8);
|
|
|
|
|
|
var marker_6aa4adaa2ed2596d644ece5e56462e13 = L.marker(
|
|
[47.4748, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_3c42aa8786c25bcd22f2d780cbb3d104 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0b6342214efa94a50c44434cfb4e784 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_93aa5ac5dbc84c9ffac8da6298a9c724 = $(`<div id="html_93aa5ac5dbc84c9ffac8da6298a9c724" style="width: 100.0%; height: 100.0%;">nostr.tac.lol</div>`)[0];
|
|
popup_e0b6342214efa94a50c44434cfb4e784.setContent(html_93aa5ac5dbc84c9ffac8da6298a9c724);
|
|
|
|
|
|
|
|
marker_6aa4adaa2ed2596d644ece5e56462e13.bindPopup(popup_e0b6342214efa94a50c44434cfb4e784)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6aa4adaa2ed2596d644ece5e56462e13.setIcon(icon_3c42aa8786c25bcd22f2d780cbb3d104);
|
|
|
|
|
|
var marker_5b5b6a607836a4c7b8b2856b4748b672 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_d0e263a48e063f5deca94644cd8cc454 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c9f17bfd3ab2b4053aeced51b2b700d4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_643b805abf03ee5d682d2d74fc81dc5c = $(`<div id="html_643b805abf03ee5d682d2d74fc81dc5c" style="width: 100.0%; height: 100.0%;">relay.snort.social</div>`)[0];
|
|
popup_c9f17bfd3ab2b4053aeced51b2b700d4.setContent(html_643b805abf03ee5d682d2d74fc81dc5c);
|
|
|
|
|
|
|
|
marker_5b5b6a607836a4c7b8b2856b4748b672.bindPopup(popup_c9f17bfd3ab2b4053aeced51b2b700d4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5b5b6a607836a4c7b8b2856b4748b672.setIcon(icon_d0e263a48e063f5deca94644cd8cc454);
|
|
|
|
|
|
var marker_cabecb535fc5117b86274938b8383eb2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_7df5c9b397db520713b9bdedd0113a98 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60c40339991ba8b42851a459ee4f92e6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fdc644523f40932080e82f5dc3070bea = $(`<div id="html_fdc644523f40932080e82f5dc3070bea" style="width: 100.0%; height: 100.0%;">srtrelay.c-stellar.net</div>`)[0];
|
|
popup_60c40339991ba8b42851a459ee4f92e6.setContent(html_fdc644523f40932080e82f5dc3070bea);
|
|
|
|
|
|
|
|
marker_cabecb535fc5117b86274938b8383eb2.bindPopup(popup_60c40339991ba8b42851a459ee4f92e6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cabecb535fc5117b86274938b8383eb2.setIcon(icon_7df5c9b397db520713b9bdedd0113a98);
|
|
|
|
|
|
var marker_2274899776d83a8bc8cc1f4bbbe778ad = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_d2398ad27b6c3d1fb2965a3f43ed3062 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b97951122c7787df44fdfcfbc2ef0dea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2554a637c864e2e20ac02024ae660d2e = $(`<div id="html_2554a637c864e2e20ac02024ae660d2e" style="width: 100.0%; height: 100.0%;">nostrcheck.tnsor.network</div>`)[0];
|
|
popup_b97951122c7787df44fdfcfbc2ef0dea.setContent(html_2554a637c864e2e20ac02024ae660d2e);
|
|
|
|
|
|
|
|
marker_2274899776d83a8bc8cc1f4bbbe778ad.bindPopup(popup_b97951122c7787df44fdfcfbc2ef0dea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2274899776d83a8bc8cc1f4bbbe778ad.setIcon(icon_d2398ad27b6c3d1fb2965a3f43ed3062);
|
|
|
|
|
|
var marker_a37bbbd93a03b0fa6ebd83ae25c16975 = L.marker(
|
|
[51.2277, 6.77346],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_2a7073ae451331f3ad6936a3704524bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_935092ce1a0c277eb0b80b862a98868f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9608e773a3ed30e30933e710242de0f4 = $(`<div id="html_9608e773a3ed30e30933e710242de0f4" style="width: 100.0%; height: 100.0%;">nostr-02.czas.top</div>`)[0];
|
|
popup_935092ce1a0c277eb0b80b862a98868f.setContent(html_9608e773a3ed30e30933e710242de0f4);
|
|
|
|
|
|
|
|
marker_a37bbbd93a03b0fa6ebd83ae25c16975.bindPopup(popup_935092ce1a0c277eb0b80b862a98868f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a37bbbd93a03b0fa6ebd83ae25c16975.setIcon(icon_2a7073ae451331f3ad6936a3704524bb);
|
|
|
|
|
|
var marker_7dfec677d162b87db8cc6d2ffe636381 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_bf452692546af2442f6f6ccc26606e65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c6bc532167986d60a209b2e713e20c1c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3aa5b86208778a1f1dcd9b441296ca68 = $(`<div id="html_3aa5b86208778a1f1dcd9b441296ca68" style="width: 100.0%; height: 100.0%;">nostr.bond</div>`)[0];
|
|
popup_c6bc532167986d60a209b2e713e20c1c.setContent(html_3aa5b86208778a1f1dcd9b441296ca68);
|
|
|
|
|
|
|
|
marker_7dfec677d162b87db8cc6d2ffe636381.bindPopup(popup_c6bc532167986d60a209b2e713e20c1c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7dfec677d162b87db8cc6d2ffe636381.setIcon(icon_bf452692546af2442f6f6ccc26606e65);
|
|
|
|
|
|
var marker_81f0133d0467246e654862e2d6396df9 = L.marker(
|
|
[51.5524, -0.29686],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_1fcee8cedad59bcd7c3dcbe470e7a54e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a62fca0b413c567b088b92fb4e143da6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8186249af34a9659ba6fd7225d7c42d6 = $(`<div id="html_8186249af34a9659ba6fd7225d7c42d6" style="width: 100.0%; height: 100.0%;">relay.threenine.services</div>`)[0];
|
|
popup_a62fca0b413c567b088b92fb4e143da6.setContent(html_8186249af34a9659ba6fd7225d7c42d6);
|
|
|
|
|
|
|
|
marker_81f0133d0467246e654862e2d6396df9.bindPopup(popup_a62fca0b413c567b088b92fb4e143da6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_81f0133d0467246e654862e2d6396df9.setIcon(icon_1fcee8cedad59bcd7c3dcbe470e7a54e);
|
|
|
|
|
|
var marker_8793123b1a8946975070ebc5c9fee564 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_59fb95a722e5fe86fa1a63287141525e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cdfc6ccdb9ea57241572500e826e063a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ab7dbb01b0b31f20bc7b639adf4c10ba = $(`<div id="html_ab7dbb01b0b31f20bc7b639adf4c10ba" style="width: 100.0%; height: 100.0%;">testrelay.era21.space</div>`)[0];
|
|
popup_cdfc6ccdb9ea57241572500e826e063a.setContent(html_ab7dbb01b0b31f20bc7b639adf4c10ba);
|
|
|
|
|
|
|
|
marker_8793123b1a8946975070ebc5c9fee564.bindPopup(popup_cdfc6ccdb9ea57241572500e826e063a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8793123b1a8946975070ebc5c9fee564.setIcon(icon_59fb95a722e5fe86fa1a63287141525e);
|
|
|
|
|
|
var marker_8dfa29adc27d5f932a9abac332e9dcd0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_dcc7c9719372a837324b1151ec7328c9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_080f73973ef3e2f8f3ae59567e89ca7d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d877d05c4e0740f405087310adbdcd7f = $(`<div id="html_d877d05c4e0740f405087310adbdcd7f" style="width: 100.0%; height: 100.0%;">r.bitcoinhold.net</div>`)[0];
|
|
popup_080f73973ef3e2f8f3ae59567e89ca7d.setContent(html_d877d05c4e0740f405087310adbdcd7f);
|
|
|
|
|
|
|
|
marker_8dfa29adc27d5f932a9abac332e9dcd0.bindPopup(popup_080f73973ef3e2f8f3ae59567e89ca7d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8dfa29adc27d5f932a9abac332e9dcd0.setIcon(icon_dcc7c9719372a837324b1151ec7328c9);
|
|
|
|
|
|
var marker_df9717b4142f2e3f90eebcdcd8071159 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_a06baccd63cb0c1adecfe7e4f9f54075 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f5d19bbc65025e5fbcbed2fc6aafe709 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5ce38e747838d6f3bbd6dc0b2b72c27b = $(`<div id="html_5ce38e747838d6f3bbd6dc0b2b72c27b" style="width: 100.0%; height: 100.0%;">czas.xyz</div>`)[0];
|
|
popup_f5d19bbc65025e5fbcbed2fc6aafe709.setContent(html_5ce38e747838d6f3bbd6dc0b2b72c27b);
|
|
|
|
|
|
|
|
marker_df9717b4142f2e3f90eebcdcd8071159.bindPopup(popup_f5d19bbc65025e5fbcbed2fc6aafe709)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df9717b4142f2e3f90eebcdcd8071159.setIcon(icon_a06baccd63cb0c1adecfe7e4f9f54075);
|
|
|
|
|
|
var marker_310c0c91fab09445e5f43e259eaab7a9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_3dd1247271eba262b960d2bc9bb8fe8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1aa120f63ff728ba7591c6922f0b5221 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb0d314a67092dd3e9ce493e2ecf9f03 = $(`<div id="html_bb0d314a67092dd3e9ce493e2ecf9f03" style="width: 100.0%; height: 100.0%;">librerelay.aaroniumii.com</div>`)[0];
|
|
popup_1aa120f63ff728ba7591c6922f0b5221.setContent(html_bb0d314a67092dd3e9ce493e2ecf9f03);
|
|
|
|
|
|
|
|
marker_310c0c91fab09445e5f43e259eaab7a9.bindPopup(popup_1aa120f63ff728ba7591c6922f0b5221)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_310c0c91fab09445e5f43e259eaab7a9.setIcon(icon_3dd1247271eba262b960d2bc9bb8fe8f);
|
|
|
|
|
|
var marker_15c59500c3c98adcd8c280ccac099a56 = L.marker(
|
|
[33.1384, -95.6011],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_29cea2b7e9edd182048a8060bfaaee75 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ee39f23388038b74ac29e09a9869ec4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3c6a345e226cc4cac27a839ac9254d87 = $(`<div id="html_3c6a345e226cc4cac27a839ac9254d87" style="width: 100.0%; height: 100.0%;">relayone.soundhsa.com</div>`)[0];
|
|
popup_6ee39f23388038b74ac29e09a9869ec4.setContent(html_3c6a345e226cc4cac27a839ac9254d87);
|
|
|
|
|
|
|
|
marker_15c59500c3c98adcd8c280ccac099a56.bindPopup(popup_6ee39f23388038b74ac29e09a9869ec4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_15c59500c3c98adcd8c280ccac099a56.setIcon(icon_29cea2b7e9edd182048a8060bfaaee75);
|
|
|
|
|
|
var marker_6d1d464c8fd8bcf83d7dcb3f4704eca4 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_3148f6fd919f34ff6b50720d58cccfba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_73398c80ce72083f3b87bc98ad212767 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6be9c55db95c83addaf8d57aa3fb1cca = $(`<div id="html_6be9c55db95c83addaf8d57aa3fb1cca" style="width: 100.0%; height: 100.0%;">nostr-rs-relay-ishosta.phamthanh.me</div>`)[0];
|
|
popup_73398c80ce72083f3b87bc98ad212767.setContent(html_6be9c55db95c83addaf8d57aa3fb1cca);
|
|
|
|
|
|
|
|
marker_6d1d464c8fd8bcf83d7dcb3f4704eca4.bindPopup(popup_73398c80ce72083f3b87bc98ad212767)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6d1d464c8fd8bcf83d7dcb3f4704eca4.setIcon(icon_3148f6fd919f34ff6b50720d58cccfba);
|
|
|
|
|
|
var marker_a6a9b8deeb98450222d1e9ca0d7eafe7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_23042f31fe3655e9d9a32226dc4e0a45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa9007896c2a640bdc96f8c1e66e6a7f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9087bbd43aed4fd9b7ff81adfa5d3a2b = $(`<div id="html_9087bbd43aed4fd9b7ff81adfa5d3a2b" style="width: 100.0%; height: 100.0%;">wot.sudocarlos.com</div>`)[0];
|
|
popup_aa9007896c2a640bdc96f8c1e66e6a7f.setContent(html_9087bbd43aed4fd9b7ff81adfa5d3a2b);
|
|
|
|
|
|
|
|
marker_a6a9b8deeb98450222d1e9ca0d7eafe7.bindPopup(popup_aa9007896c2a640bdc96f8c1e66e6a7f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6a9b8deeb98450222d1e9ca0d7eafe7.setIcon(icon_23042f31fe3655e9d9a32226dc4e0a45);
|
|
|
|
|
|
var marker_e2c5859e97b6128fd77391fa985ba290 = L.marker(
|
|
[34.7062, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_6ca1f6c2ed8d115d8debba0a006c5811 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c9bf88e9c63023e22b478ef023642d7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7b310b7f8958c65c98d38cd2dad9088 = $(`<div id="html_a7b310b7f8958c65c98d38cd2dad9088" style="width: 100.0%; height: 100.0%;">relay.comcomponent.com</div>`)[0];
|
|
popup_1c9bf88e9c63023e22b478ef023642d7.setContent(html_a7b310b7f8958c65c98d38cd2dad9088);
|
|
|
|
|
|
|
|
marker_e2c5859e97b6128fd77391fa985ba290.bindPopup(popup_1c9bf88e9c63023e22b478ef023642d7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e2c5859e97b6128fd77391fa985ba290.setIcon(icon_6ca1f6c2ed8d115d8debba0a006c5811);
|
|
|
|
|
|
var marker_badeba3776747d61633b4b5afa759fc7 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_e959c2b4a4dc09ec3f4755435b1f8639 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7371571e103a18f6eee6ae910ea5814a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7cb98c75564e23349f9b0215f68e54ef = $(`<div id="html_7cb98c75564e23349f9b0215f68e54ef" style="width: 100.0%; height: 100.0%;">okn.czas.plus</div>`)[0];
|
|
popup_7371571e103a18f6eee6ae910ea5814a.setContent(html_7cb98c75564e23349f9b0215f68e54ef);
|
|
|
|
|
|
|
|
marker_badeba3776747d61633b4b5afa759fc7.bindPopup(popup_7371571e103a18f6eee6ae910ea5814a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_badeba3776747d61633b4b5afa759fc7.setIcon(icon_e959c2b4a4dc09ec3f4755435b1f8639);
|
|
|
|
|
|
var marker_b6d5619548b083201ad071e7755437db = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_eadf20c72a7d7a5a430274171c1e8495 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4e52fcfdd18eece8f9512f29c45a6138 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0e73d45b009f722afdefc8484bcb2ef8 = $(`<div id="html_0e73d45b009f722afdefc8484bcb2ef8" style="width: 100.0%; height: 100.0%;">relay.agora.social</div>`)[0];
|
|
popup_4e52fcfdd18eece8f9512f29c45a6138.setContent(html_0e73d45b009f722afdefc8484bcb2ef8);
|
|
|
|
|
|
|
|
marker_b6d5619548b083201ad071e7755437db.bindPopup(popup_4e52fcfdd18eece8f9512f29c45a6138)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b6d5619548b083201ad071e7755437db.setIcon(icon_eadf20c72a7d7a5a430274171c1e8495);
|
|
|
|
|
|
var marker_38000bd2a084e22466cae445e6110261 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_98874064e1a57ee2a976a93636027276 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bf220a2461de36d61eb30712dc82fa50 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa9de05724ce9db5560fc5f031453a94 = $(`<div id="html_aa9de05724ce9db5560fc5f031453a94" style="width: 100.0%; height: 100.0%;">nostr.commonshub.brussels</div>`)[0];
|
|
popup_bf220a2461de36d61eb30712dc82fa50.setContent(html_aa9de05724ce9db5560fc5f031453a94);
|
|
|
|
|
|
|
|
marker_38000bd2a084e22466cae445e6110261.bindPopup(popup_bf220a2461de36d61eb30712dc82fa50)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_38000bd2a084e22466cae445e6110261.setIcon(icon_98874064e1a57ee2a976a93636027276);
|
|
|
|
|
|
var marker_f781275ed25b7479ce8d06d56c4ba4e2 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_bdbb8d1e882a1d44baf64837c0f6db9b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ae1a37bb343c0de522c0141e2a60d27 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35e8d8305e335d755773859e05c18564 = $(`<div id="html_35e8d8305e335d755773859e05c18564" style="width: 100.0%; height: 100.0%;">relay-arg.zombi.cloudrodion.com</div>`)[0];
|
|
popup_1ae1a37bb343c0de522c0141e2a60d27.setContent(html_35e8d8305e335d755773859e05c18564);
|
|
|
|
|
|
|
|
marker_f781275ed25b7479ce8d06d56c4ba4e2.bindPopup(popup_1ae1a37bb343c0de522c0141e2a60d27)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f781275ed25b7479ce8d06d56c4ba4e2.setIcon(icon_bdbb8d1e882a1d44baf64837c0f6db9b);
|
|
|
|
|
|
var marker_0566d167807794cb76c05461302ae2f6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_e50d63a12904b955da5c53a9601c956e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_35c72b5d04d3bf40f0ffece296b14892 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_58dceb9a690dd35169a8136587a2b2a7 = $(`<div id="html_58dceb9a690dd35169a8136587a2b2a7" style="width: 100.0%; height: 100.0%;">relay.puresignal.news</div>`)[0];
|
|
popup_35c72b5d04d3bf40f0ffece296b14892.setContent(html_58dceb9a690dd35169a8136587a2b2a7);
|
|
|
|
|
|
|
|
marker_0566d167807794cb76c05461302ae2f6.bindPopup(popup_35c72b5d04d3bf40f0ffece296b14892)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0566d167807794cb76c05461302ae2f6.setIcon(icon_e50d63a12904b955da5c53a9601c956e);
|
|
|
|
|
|
var marker_05c7600ab3410a615626e6c4577bc90b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_510bd86f32e23cd78a039bd81690c501 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_70b91423d7feb8fc27858b8711d4ed94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86e35872f5db391a84ecd8f84115a4bf = $(`<div id="html_86e35872f5db391a84ecd8f84115a4bf" style="width: 100.0%; height: 100.0%;">wheat.happytavern.co</div>`)[0];
|
|
popup_70b91423d7feb8fc27858b8711d4ed94.setContent(html_86e35872f5db391a84ecd8f84115a4bf);
|
|
|
|
|
|
|
|
marker_05c7600ab3410a615626e6c4577bc90b.bindPopup(popup_70b91423d7feb8fc27858b8711d4ed94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05c7600ab3410a615626e6c4577bc90b.setIcon(icon_510bd86f32e23cd78a039bd81690c501);
|
|
|
|
|
|
var marker_e935e9a5f6714d172838db78b5e86519 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_6279ed548713d4e4652c1a738d8e8d65 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0dd7e7b197ea7e98e126c09e7504fa63 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7efb87f67aec6f587c0fd88c2965c3dc = $(`<div id="html_7efb87f67aec6f587c0fd88c2965c3dc" style="width: 100.0%; height: 100.0%;">santo.iguanatech.net</div>`)[0];
|
|
popup_0dd7e7b197ea7e98e126c09e7504fa63.setContent(html_7efb87f67aec6f587c0fd88c2965c3dc);
|
|
|
|
|
|
|
|
marker_e935e9a5f6714d172838db78b5e86519.bindPopup(popup_0dd7e7b197ea7e98e126c09e7504fa63)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e935e9a5f6714d172838db78b5e86519.setIcon(icon_6279ed548713d4e4652c1a738d8e8d65);
|
|
|
|
|
|
var marker_628ab65a8ea6ee84f1dbeaba20a42742 = L.marker(
|
|
[59.3327, 18.0656],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_a459a8ee5a3be9c7e92dc6181cb5947a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a36c85af0e3299da2f079efec5373976 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_53727476b9c3630d989764f87ccf3563 = $(`<div id="html_53727476b9c3630d989764f87ccf3563" style="width: 100.0%; height: 100.0%;">nostr.nodesmap.com</div>`)[0];
|
|
popup_a36c85af0e3299da2f079efec5373976.setContent(html_53727476b9c3630d989764f87ccf3563);
|
|
|
|
|
|
|
|
marker_628ab65a8ea6ee84f1dbeaba20a42742.bindPopup(popup_a36c85af0e3299da2f079efec5373976)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_628ab65a8ea6ee84f1dbeaba20a42742.setIcon(icon_a459a8ee5a3be9c7e92dc6181cb5947a);
|
|
|
|
|
|
var marker_4ecad038bd0aab156e623a6d90167692 = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_31644b408283d82fd923a0bad4e02a01 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9f930a03c4c5ea4009b4c365b9cb8f8d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a87106a7311d4cb4fc0767a23385ddfc = $(`<div id="html_a87106a7311d4cb4fc0767a23385ddfc" style="width: 100.0%; height: 100.0%;">bucket.coracle.social</div>`)[0];
|
|
popup_9f930a03c4c5ea4009b4c365b9cb8f8d.setContent(html_a87106a7311d4cb4fc0767a23385ddfc);
|
|
|
|
|
|
|
|
marker_4ecad038bd0aab156e623a6d90167692.bindPopup(popup_9f930a03c4c5ea4009b4c365b9cb8f8d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ecad038bd0aab156e623a6d90167692.setIcon(icon_31644b408283d82fd923a0bad4e02a01);
|
|
|
|
|
|
var marker_8516497c50e261705c5150a5b40e7ead = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_17904e31b2e25a5a277d21db5d82df94 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_34c1915d2bd67b2346fd3c04d9dcf406 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed9fdc316ff4b01df269f3c25e92d94f = $(`<div id="html_ed9fdc316ff4b01df269f3c25e92d94f" style="width: 100.0%; height: 100.0%;">relay.vantis.ninja</div>`)[0];
|
|
popup_34c1915d2bd67b2346fd3c04d9dcf406.setContent(html_ed9fdc316ff4b01df269f3c25e92d94f);
|
|
|
|
|
|
|
|
marker_8516497c50e261705c5150a5b40e7ead.bindPopup(popup_34c1915d2bd67b2346fd3c04d9dcf406)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8516497c50e261705c5150a5b40e7ead.setIcon(icon_17904e31b2e25a5a277d21db5d82df94);
|
|
|
|
|
|
var marker_86f009f302fcb30ddef503cdb5b9d60e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_6e0f3b230b7f2e3b2bc8ade15e3b8eab = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_454e4afcd70e83a743182a6774980df7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_15b345b51d90df9442ce3f657d6c6571 = $(`<div id="html_15b345b51d90df9442ce3f657d6c6571" style="width: 100.0%; height: 100.0%;">0m0sef4nb45q6.cloreai.ru</div>`)[0];
|
|
popup_454e4afcd70e83a743182a6774980df7.setContent(html_15b345b51d90df9442ce3f657d6c6571);
|
|
|
|
|
|
|
|
marker_86f009f302fcb30ddef503cdb5b9d60e.bindPopup(popup_454e4afcd70e83a743182a6774980df7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_86f009f302fcb30ddef503cdb5b9d60e.setIcon(icon_6e0f3b230b7f2e3b2bc8ade15e3b8eab);
|
|
|
|
|
|
var marker_7831dcc7eff8bbef408513ebbdc1814b = L.marker(
|
|
[36.1512, -86.7835],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_c394270ac541425654992cd3295df7a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ca53157538132bfd078e78d221f4a114 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa02c6504b0f2ada50e444bb70afa8fa = $(`<div id="html_aa02c6504b0f2ada50e444bb70afa8fa" style="width: 100.0%; height: 100.0%;">wot.nostr.party</div>`)[0];
|
|
popup_ca53157538132bfd078e78d221f4a114.setContent(html_aa02c6504b0f2ada50e444bb70afa8fa);
|
|
|
|
|
|
|
|
marker_7831dcc7eff8bbef408513ebbdc1814b.bindPopup(popup_ca53157538132bfd078e78d221f4a114)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7831dcc7eff8bbef408513ebbdc1814b.setIcon(icon_c394270ac541425654992cd3295df7a0);
|
|
|
|
|
|
var marker_f8e15013c5febdb765dc96e7fcdef152 = L.marker(
|
|
[47.3769, 8.54169],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_d947e5bb3008373fa62f56518d73f487 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cad661e71d43cdde824ffa54e8868f6c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf3972432c68c82a32582f14b9b7820a = $(`<div id="html_cf3972432c68c82a32582f14b9b7820a" style="width: 100.0%; height: 100.0%;">relay.guggero.org</div>`)[0];
|
|
popup_cad661e71d43cdde824ffa54e8868f6c.setContent(html_cf3972432c68c82a32582f14b9b7820a);
|
|
|
|
|
|
|
|
marker_f8e15013c5febdb765dc96e7fcdef152.bindPopup(popup_cad661e71d43cdde824ffa54e8868f6c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f8e15013c5febdb765dc96e7fcdef152.setIcon(icon_d947e5bb3008373fa62f56518d73f487);
|
|
|
|
|
|
var marker_212143087bedbb28d0093ee6da0a3aa4 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_40eb54d2c754cd0bde3a94fdd544b434 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b35a07471cd0f714ca295fd0961ff93e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_847e026d310464ff3c32b00a09b2f377 = $(`<div id="html_847e026d310464ff3c32b00a09b2f377" style="width: 100.0%; height: 100.0%;">relay-dev.satlantis.io</div>`)[0];
|
|
popup_b35a07471cd0f714ca295fd0961ff93e.setContent(html_847e026d310464ff3c32b00a09b2f377);
|
|
|
|
|
|
|
|
marker_212143087bedbb28d0093ee6da0a3aa4.bindPopup(popup_b35a07471cd0f714ca295fd0961ff93e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_212143087bedbb28d0093ee6da0a3aa4.setIcon(icon_40eb54d2c754cd0bde3a94fdd544b434);
|
|
|
|
|
|
var marker_4a445fc71dfe4e37d167ed0dd9ac1282 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_422818174f4c9ef3cf4f52daa7571892 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38f9b596018dc9f9458b46687ede614d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_be5dfaae96423bbadc691c19752b8878 = $(`<div id="html_be5dfaae96423bbadc691c19752b8878" style="width: 100.0%; height: 100.0%;">nostr.notribe.net</div>`)[0];
|
|
popup_38f9b596018dc9f9458b46687ede614d.setContent(html_be5dfaae96423bbadc691c19752b8878);
|
|
|
|
|
|
|
|
marker_4a445fc71dfe4e37d167ed0dd9ac1282.bindPopup(popup_38f9b596018dc9f9458b46687ede614d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a445fc71dfe4e37d167ed0dd9ac1282.setIcon(icon_422818174f4c9ef3cf4f52daa7571892);
|
|
|
|
|
|
var marker_96aefa92bba8be9a9f6bb290fc3b91e1 = L.marker(
|
|
[33.7584, -84.6375],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_06bf4f585d2a78acdbcde3a9be8fe19b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a14ff9b14f35872888c2f947ec9809b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c59b5b0537c972edba87d4b073d42e3f = $(`<div id="html_c59b5b0537c972edba87d4b073d42e3f" style="width: 100.0%; height: 100.0%;">relay.nostrops.com</div>`)[0];
|
|
popup_a14ff9b14f35872888c2f947ec9809b6.setContent(html_c59b5b0537c972edba87d4b073d42e3f);
|
|
|
|
|
|
|
|
marker_96aefa92bba8be9a9f6bb290fc3b91e1.bindPopup(popup_a14ff9b14f35872888c2f947ec9809b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_96aefa92bba8be9a9f6bb290fc3b91e1.setIcon(icon_06bf4f585d2a78acdbcde3a9be8fe19b);
|
|
|
|
|
|
var marker_1967de79026b36ae6cda6905c0beb078 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_02db9b713b6643e1e8c5fb2f05f1251f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d06b35173205aa58d279af609ee3770f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c173a97513461130357e8943c7a9c241 = $(`<div id="html_c173a97513461130357e8943c7a9c241" style="width: 100.0%; height: 100.0%;">wot.nostr.net</div>`)[0];
|
|
popup_d06b35173205aa58d279af609ee3770f.setContent(html_c173a97513461130357e8943c7a9c241);
|
|
|
|
|
|
|
|
marker_1967de79026b36ae6cda6905c0beb078.bindPopup(popup_d06b35173205aa58d279af609ee3770f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1967de79026b36ae6cda6905c0beb078.setIcon(icon_02db9b713b6643e1e8c5fb2f05f1251f);
|
|
|
|
|
|
var marker_a2e7a21aa02f3b740bd5ba1a42c0ac3c = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_bd93bb3e1631b8a43af6eb578b8826de = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_262899a43f5fccf856e0bce4d3fe099a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3ef6207a678beddd4cb956e9e449396 = $(`<div id="html_a3ef6207a678beddd4cb956e9e449396" style="width: 100.0%; height: 100.0%;">nostr.blankfors.se</div>`)[0];
|
|
popup_262899a43f5fccf856e0bce4d3fe099a.setContent(html_a3ef6207a678beddd4cb956e9e449396);
|
|
|
|
|
|
|
|
marker_a2e7a21aa02f3b740bd5ba1a42c0ac3c.bindPopup(popup_262899a43f5fccf856e0bce4d3fe099a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2e7a21aa02f3b740bd5ba1a42c0ac3c.setIcon(icon_bd93bb3e1631b8a43af6eb578b8826de);
|
|
|
|
|
|
var marker_a7c50f7be1312b0fb722e56606cf803c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_3a81dca994c6f1d5076833bdc8a3ed45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_18cd0a4e25695907e8b5539d0bf119ab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f3a350912e642f896d1dfe248078ccf2 = $(`<div id="html_f3a350912e642f896d1dfe248078ccf2" style="width: 100.0%; height: 100.0%;">premium.primal.net</div>`)[0];
|
|
popup_18cd0a4e25695907e8b5539d0bf119ab.setContent(html_f3a350912e642f896d1dfe248078ccf2);
|
|
|
|
|
|
|
|
marker_a7c50f7be1312b0fb722e56606cf803c.bindPopup(popup_18cd0a4e25695907e8b5539d0bf119ab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a7c50f7be1312b0fb722e56606cf803c.setIcon(icon_3a81dca994c6f1d5076833bdc8a3ed45);
|
|
|
|
|
|
var marker_c1a8ac24001627109b7b425c020d282d = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_34c6885522f763c94bf0c2ff7b6128e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af05cd1d06bb767ee6c8b4be756cbf05 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6ae4a7bfa5c9e3a641b3b04fada1dfea = $(`<div id="html_6ae4a7bfa5c9e3a641b3b04fada1dfea" style="width: 100.0%; height: 100.0%;">relay.cyphernomad.com</div>`)[0];
|
|
popup_af05cd1d06bb767ee6c8b4be756cbf05.setContent(html_6ae4a7bfa5c9e3a641b3b04fada1dfea);
|
|
|
|
|
|
|
|
marker_c1a8ac24001627109b7b425c020d282d.bindPopup(popup_af05cd1d06bb767ee6c8b4be756cbf05)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c1a8ac24001627109b7b425c020d282d.setIcon(icon_34c6885522f763c94bf0c2ff7b6128e2);
|
|
|
|
|
|
var marker_fc17787daabb45f47d0bc1ff52139a90 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_362b08aa0530c80177d62bdd23dc5fa8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4b00cc4e821d3f069b0fdfd412afdf41 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f6bce6d7fc473605a91976d8591689f3 = $(`<div id="html_f6bce6d7fc473605a91976d8591689f3" style="width: 100.0%; height: 100.0%;">espelho.girino.org</div>`)[0];
|
|
popup_4b00cc4e821d3f069b0fdfd412afdf41.setContent(html_f6bce6d7fc473605a91976d8591689f3);
|
|
|
|
|
|
|
|
marker_fc17787daabb45f47d0bc1ff52139a90.bindPopup(popup_4b00cc4e821d3f069b0fdfd412afdf41)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc17787daabb45f47d0bc1ff52139a90.setIcon(icon_362b08aa0530c80177d62bdd23dc5fa8);
|
|
|
|
|
|
var marker_50eca5346596f9facf2e4aa4a966fb41 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_27a1a9bbd2a4031c11a55356b1e9c1d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c1cc91653618c50ac0b510259577a72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_012313d727876e6f95de1aba512602db = $(`<div id="html_012313d727876e6f95de1aba512602db" style="width: 100.0%; height: 100.0%;">relay.btcforplebs.com</div>`)[0];
|
|
popup_6c1cc91653618c50ac0b510259577a72.setContent(html_012313d727876e6f95de1aba512602db);
|
|
|
|
|
|
|
|
marker_50eca5346596f9facf2e4aa4a966fb41.bindPopup(popup_6c1cc91653618c50ac0b510259577a72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50eca5346596f9facf2e4aa4a966fb41.setIcon(icon_27a1a9bbd2a4031c11a55356b1e9c1d1);
|
|
|
|
|
|
var marker_da8a8cfa80f1734c88c11b6e9cb735ff = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_9c90bd52e6f20c7c98c8f23967610591 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_876251e7ba758d4175147ea9460ae776 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e2212190b457f6a325af33693c8d58e = $(`<div id="html_7e2212190b457f6a325af33693c8d58e" style="width: 100.0%; height: 100.0%;">orangepiller.org</div>`)[0];
|
|
popup_876251e7ba758d4175147ea9460ae776.setContent(html_7e2212190b457f6a325af33693c8d58e);
|
|
|
|
|
|
|
|
marker_da8a8cfa80f1734c88c11b6e9cb735ff.bindPopup(popup_876251e7ba758d4175147ea9460ae776)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da8a8cfa80f1734c88c11b6e9cb735ff.setIcon(icon_9c90bd52e6f20c7c98c8f23967610591);
|
|
|
|
|
|
var marker_7bcac7b2d5eb6beb22c57470e523e481 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_713bd13cee4f0ccef7587676baceb6bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_86325633779424b7abecb2b0d3762620 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68a9e86a46b28eb115f3982616ad7369 = $(`<div id="html_68a9e86a46b28eb115f3982616ad7369" style="width: 100.0%; height: 100.0%;">relay.evanverma.com</div>`)[0];
|
|
popup_86325633779424b7abecb2b0d3762620.setContent(html_68a9e86a46b28eb115f3982616ad7369);
|
|
|
|
|
|
|
|
marker_7bcac7b2d5eb6beb22c57470e523e481.bindPopup(popup_86325633779424b7abecb2b0d3762620)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7bcac7b2d5eb6beb22c57470e523e481.setIcon(icon_713bd13cee4f0ccef7587676baceb6bf);
|
|
|
|
|
|
var marker_61e281367671b4995e8062b18a8decfc = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_a0df56ade19f9b3b7920bb350a313e8c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cc87746d2fdbc4527e8bce67e9969d13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_29b5df7738ca1c58afb01de8e7695f02 = $(`<div id="html_29b5df7738ca1c58afb01de8e7695f02" style="width: 100.0%; height: 100.0%;">bcast.girino.org</div>`)[0];
|
|
popup_cc87746d2fdbc4527e8bce67e9969d13.setContent(html_29b5df7738ca1c58afb01de8e7695f02);
|
|
|
|
|
|
|
|
marker_61e281367671b4995e8062b18a8decfc.bindPopup(popup_cc87746d2fdbc4527e8bce67e9969d13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_61e281367671b4995e8062b18a8decfc.setIcon(icon_a0df56ade19f9b3b7920bb350a313e8c);
|
|
|
|
|
|
var marker_34654c766f0e3bcb0758c7061dd526f8 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_d2862ce21d2109936902c3880a83e2bb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a0de4816d4c077e016aef30c34c2bb9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_75c4ef7ccef13cdd1c342f81391c6201 = $(`<div id="html_75c4ef7ccef13cdd1c342f81391c6201" style="width: 100.0%; height: 100.0%;">nostr.bgbitcoin.club</div>`)[0];
|
|
popup_2a0de4816d4c077e016aef30c34c2bb9.setContent(html_75c4ef7ccef13cdd1c342f81391c6201);
|
|
|
|
|
|
|
|
marker_34654c766f0e3bcb0758c7061dd526f8.bindPopup(popup_2a0de4816d4c077e016aef30c34c2bb9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_34654c766f0e3bcb0758c7061dd526f8.setIcon(icon_d2862ce21d2109936902c3880a83e2bb);
|
|
|
|
|
|
var marker_d0602a16d2ea0115ba693522ed56df84 = L.marker(
|
|
[21.4902, 39.2246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_91b4e03c21eba10984f91fb83719e2d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d6baf5b9df708efdddc9d443b6ad7ec1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_88f6bbbf0a7239a0d26b38e98ce98d5d = $(`<div id="html_88f6bbbf0a7239a0d26b38e98ce98d5d" style="width: 100.0%; height: 100.0%;">shu02.shugur.net</div>`)[0];
|
|
popup_d6baf5b9df708efdddc9d443b6ad7ec1.setContent(html_88f6bbbf0a7239a0d26b38e98ce98d5d);
|
|
|
|
|
|
|
|
marker_d0602a16d2ea0115ba693522ed56df84.bindPopup(popup_d6baf5b9df708efdddc9d443b6ad7ec1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d0602a16d2ea0115ba693522ed56df84.setIcon(icon_91b4e03c21eba10984f91fb83719e2d1);
|
|
|
|
|
|
var marker_b2294058fae0dd45e05745ffd13401cf = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_78cfb3fcc0c065edbabc8e27c124b84b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e01f1742041cb8e1dcac55d6cc682284 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_19a60fac0562a338bc2d310621d81754 = $(`<div id="html_19a60fac0562a338bc2d310621d81754" style="width: 100.0%; height: 100.0%;">nostr-pub.wellorder.net</div>`)[0];
|
|
popup_e01f1742041cb8e1dcac55d6cc682284.setContent(html_19a60fac0562a338bc2d310621d81754);
|
|
|
|
|
|
|
|
marker_b2294058fae0dd45e05745ffd13401cf.bindPopup(popup_e01f1742041cb8e1dcac55d6cc682284)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b2294058fae0dd45e05745ffd13401cf.setIcon(icon_78cfb3fcc0c065edbabc8e27c124b84b);
|
|
|
|
|
|
var marker_0d4235e48f5a5adb61ed51bf92cafa69 = L.marker(
|
|
[-22.5022, -48.7114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_f64f85f0504572eb7134411bd4729bf5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d611b27746131b7aed65274049c77797 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ecfe3a57e57392806b95379274e33f75 = $(`<div id="html_ecfe3a57e57392806b95379274e33f75" style="width: 100.0%; height: 100.0%;">relay.internationalright-wing.org</div>`)[0];
|
|
popup_d611b27746131b7aed65274049c77797.setContent(html_ecfe3a57e57392806b95379274e33f75);
|
|
|
|
|
|
|
|
marker_0d4235e48f5a5adb61ed51bf92cafa69.bindPopup(popup_d611b27746131b7aed65274049c77797)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d4235e48f5a5adb61ed51bf92cafa69.setIcon(icon_f64f85f0504572eb7134411bd4729bf5);
|
|
|
|
|
|
var marker_55d938944fbc14281247bdbdfd85d4d8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_620c2d44405da01d66f0bc5c18d3443b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0398b69696bac3eabc99848d3847d074 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99b9f7865aa09a316b850df2f3b2c331 = $(`<div id="html_99b9f7865aa09a316b850df2f3b2c331" style="width: 100.0%; height: 100.0%;">wot.dtonon.com</div>`)[0];
|
|
popup_0398b69696bac3eabc99848d3847d074.setContent(html_99b9f7865aa09a316b850df2f3b2c331);
|
|
|
|
|
|
|
|
marker_55d938944fbc14281247bdbdfd85d4d8.bindPopup(popup_0398b69696bac3eabc99848d3847d074)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55d938944fbc14281247bdbdfd85d4d8.setIcon(icon_620c2d44405da01d66f0bc5c18d3443b);
|
|
|
|
|
|
var marker_fc639e57489b55f0b2c620ad3dc52548 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_e5785ef48a676392da86e35a5519df2f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e72b21ec978bfe2027beef463f59433f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8cad8fb8e38faa37c63e4968d24af907 = $(`<div id="html_8cad8fb8e38faa37c63e4968d24af907" style="width: 100.0%; height: 100.0%;">nostr-rs-relay.dev.fedibtc.com</div>`)[0];
|
|
popup_e72b21ec978bfe2027beef463f59433f.setContent(html_8cad8fb8e38faa37c63e4968d24af907);
|
|
|
|
|
|
|
|
marker_fc639e57489b55f0b2c620ad3dc52548.bindPopup(popup_e72b21ec978bfe2027beef463f59433f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc639e57489b55f0b2c620ad3dc52548.setIcon(icon_e5785ef48a676392da86e35a5519df2f);
|
|
|
|
|
|
var marker_b67d29b28e5c4c2e50f9b6d48d58a633 = L.marker(
|
|
[-33.8688, 151.209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_f2b7662f885b2cb734f0782d2c2c1ccf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02fc772eaea0e1ba3b78da919b54628a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e4a744c6ab6b74b874671b11e9bc91f0 = $(`<div id="html_e4a744c6ab6b74b874671b11e9bc91f0" style="width: 100.0%; height: 100.0%;">relay.nostrdice.com</div>`)[0];
|
|
popup_02fc772eaea0e1ba3b78da919b54628a.setContent(html_e4a744c6ab6b74b874671b11e9bc91f0);
|
|
|
|
|
|
|
|
marker_b67d29b28e5c4c2e50f9b6d48d58a633.bindPopup(popup_02fc772eaea0e1ba3b78da919b54628a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b67d29b28e5c4c2e50f9b6d48d58a633.setIcon(icon_f2b7662f885b2cb734f0782d2c2c1ccf);
|
|
|
|
|
|
var marker_592709a83c21bdc72d91992fb120b8f0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_9afc76970d47ccaf387ba84d54595601 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dba6711897234fd5a4e16385f6bc1bff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7a9215dc1e3f2f18fb3c4f270389b040 = $(`<div id="html_7a9215dc1e3f2f18fb3c4f270389b040" style="width: 100.0%; height: 100.0%;">relay.damus.io</div>`)[0];
|
|
popup_dba6711897234fd5a4e16385f6bc1bff.setContent(html_7a9215dc1e3f2f18fb3c4f270389b040);
|
|
|
|
|
|
|
|
marker_592709a83c21bdc72d91992fb120b8f0.bindPopup(popup_dba6711897234fd5a4e16385f6bc1bff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_592709a83c21bdc72d91992fb120b8f0.setIcon(icon_9afc76970d47ccaf387ba84d54595601);
|
|
|
|
|
|
var marker_c39fcdffe7dc31545510eef2abe9d190 = L.marker(
|
|
[43.7221, 7.15296],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_e126b670189fadc1769af7d596f854e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_726760189e234077ff6fa20f78ed3968 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aef54f23062b35b31753d050792fa66b = $(`<div id="html_aef54f23062b35b31753d050792fa66b" style="width: 100.0%; height: 100.0%;">freeben666.fr</div>`)[0];
|
|
popup_726760189e234077ff6fa20f78ed3968.setContent(html_aef54f23062b35b31753d050792fa66b);
|
|
|
|
|
|
|
|
marker_c39fcdffe7dc31545510eef2abe9d190.bindPopup(popup_726760189e234077ff6fa20f78ed3968)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c39fcdffe7dc31545510eef2abe9d190.setIcon(icon_e126b670189fadc1769af7d596f854e6);
|
|
|
|
|
|
var marker_82d6d3e22d1df6806e7e1c309bab44c2 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_4fdbf6095cc16bb3e59afbfece669eb0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7179d54d2c1dc4eaf3e99ff0df250b03 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6d8c9391ecbee4eb0800252babb1a74d = $(`<div id="html_6d8c9391ecbee4eb0800252babb1a74d" style="width: 100.0%; height: 100.0%;">relay5.bitransfer.org</div>`)[0];
|
|
popup_7179d54d2c1dc4eaf3e99ff0df250b03.setContent(html_6d8c9391ecbee4eb0800252babb1a74d);
|
|
|
|
|
|
|
|
marker_82d6d3e22d1df6806e7e1c309bab44c2.bindPopup(popup_7179d54d2c1dc4eaf3e99ff0df250b03)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82d6d3e22d1df6806e7e1c309bab44c2.setIcon(icon_4fdbf6095cc16bb3e59afbfece669eb0);
|
|
|
|
|
|
var marker_1eae9c01a6f45e0b861a52983fa67fac = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_056a72522b4b86319c627d8ddb0ec22b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_17605a70b5c0ef663c3b6042be03930b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da0652afce6c669c2ad1780d7e6dc817 = $(`<div id="html_da0652afce6c669c2ad1780d7e6dc817" style="width: 100.0%; height: 100.0%;">relay.olas.app</div>`)[0];
|
|
popup_17605a70b5c0ef663c3b6042be03930b.setContent(html_da0652afce6c669c2ad1780d7e6dc817);
|
|
|
|
|
|
|
|
marker_1eae9c01a6f45e0b861a52983fa67fac.bindPopup(popup_17605a70b5c0ef663c3b6042be03930b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1eae9c01a6f45e0b861a52983fa67fac.setIcon(icon_056a72522b4b86319c627d8ddb0ec22b);
|
|
|
|
|
|
var marker_d22c482721bc2788ca804659cc3edd9b = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_d644034866df73f0ff20a79c089d70ed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ec8d4188a701615eefcbbb84d60bfcb3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7080fb8cb1f2d2a84c0757cc4826096 = $(`<div id="html_a7080fb8cb1f2d2a84c0757cc4826096" style="width: 100.0%; height: 100.0%;">relay.mitchelltribe.com</div>`)[0];
|
|
popup_ec8d4188a701615eefcbbb84d60bfcb3.setContent(html_a7080fb8cb1f2d2a84c0757cc4826096);
|
|
|
|
|
|
|
|
marker_d22c482721bc2788ca804659cc3edd9b.bindPopup(popup_ec8d4188a701615eefcbbb84d60bfcb3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d22c482721bc2788ca804659cc3edd9b.setIcon(icon_d644034866df73f0ff20a79c089d70ed);
|
|
|
|
|
|
var marker_c2a65eeb49c0cdfad0384980d4801fce = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_3ed6c0e6b71aa1cbdf6a0355defcdf05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ee1c8069aa979a9e5911760fde07f268 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_16ce423cafcc3b98b719fe24e9426835 = $(`<div id="html_16ce423cafcc3b98b719fe24e9426835" style="width: 100.0%; height: 100.0%;">articles.layer3.news</div>`)[0];
|
|
popup_ee1c8069aa979a9e5911760fde07f268.setContent(html_16ce423cafcc3b98b719fe24e9426835);
|
|
|
|
|
|
|
|
marker_c2a65eeb49c0cdfad0384980d4801fce.bindPopup(popup_ee1c8069aa979a9e5911760fde07f268)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2a65eeb49c0cdfad0384980d4801fce.setIcon(icon_3ed6c0e6b71aa1cbdf6a0355defcdf05);
|
|
|
|
|
|
var marker_54716247c2fd1a6441ad0068a590aaf0 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_8c006c841a994a3d4c0ac5bb23ee4a12 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_caa1389386683b1d377007991cc3fe46 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d500f1a705f1d7bcaa58958ee097ca80 = $(`<div id="html_d500f1a705f1d7bcaa58958ee097ca80" style="width: 100.0%; height: 100.0%;">relay.angor.io</div>`)[0];
|
|
popup_caa1389386683b1d377007991cc3fe46.setContent(html_d500f1a705f1d7bcaa58958ee097ca80);
|
|
|
|
|
|
|
|
marker_54716247c2fd1a6441ad0068a590aaf0.bindPopup(popup_caa1389386683b1d377007991cc3fe46)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_54716247c2fd1a6441ad0068a590aaf0.setIcon(icon_8c006c841a994a3d4c0ac5bb23ee4a12);
|
|
|
|
|
|
var marker_7f6ffd475fc65fb64f177729c9784630 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_9bde0ad4b0547728202465f13cc1b412 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cbd7762f707c53616fba43980b722e0a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a3e7973358bd34e808069513d44d047f = $(`<div id="html_a3e7973358bd34e808069513d44d047f" style="width: 100.0%; height: 100.0%;">strfry.shock.network</div>`)[0];
|
|
popup_cbd7762f707c53616fba43980b722e0a.setContent(html_a3e7973358bd34e808069513d44d047f);
|
|
|
|
|
|
|
|
marker_7f6ffd475fc65fb64f177729c9784630.bindPopup(popup_cbd7762f707c53616fba43980b722e0a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f6ffd475fc65fb64f177729c9784630.setIcon(icon_9bde0ad4b0547728202465f13cc1b412);
|
|
|
|
|
|
var marker_11981394715422ebf5388b6c8190a1e9 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_dc3119f343e0e6b270711649c5707a14 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_da4baec3e92e4fb6e03bd4d4c7869b10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14a38affb10e11c79f2252fa47a63350 = $(`<div id="html_14a38affb10e11c79f2252fa47a63350" style="width: 100.0%; height: 100.0%;">relay2.ngengine.org</div>`)[0];
|
|
popup_da4baec3e92e4fb6e03bd4d4c7869b10.setContent(html_14a38affb10e11c79f2252fa47a63350);
|
|
|
|
|
|
|
|
marker_11981394715422ebf5388b6c8190a1e9.bindPopup(popup_da4baec3e92e4fb6e03bd4d4c7869b10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11981394715422ebf5388b6c8190a1e9.setIcon(icon_dc3119f343e0e6b270711649c5707a14);
|
|
|
|
|
|
var marker_e19b0a771c4e93949ba97e73ccd2d20e = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_0526658cf3f9abb24924284a9e3c0d03 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_274bdb6b50b09f474f99ca8bfaa14e2d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6c56970317a77810aa10cf241dd3e2fd = $(`<div id="html_6c56970317a77810aa10cf241dd3e2fd" style="width: 100.0%; height: 100.0%;">dev-relay.lnfi.network</div>`)[0];
|
|
popup_274bdb6b50b09f474f99ca8bfaa14e2d.setContent(html_6c56970317a77810aa10cf241dd3e2fd);
|
|
|
|
|
|
|
|
marker_e19b0a771c4e93949ba97e73ccd2d20e.bindPopup(popup_274bdb6b50b09f474f99ca8bfaa14e2d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e19b0a771c4e93949ba97e73ccd2d20e.setIcon(icon_0526658cf3f9abb24924284a9e3c0d03);
|
|
|
|
|
|
var marker_9db47b80612fa747c7d7b7b4fc5c304e = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_c94683d3f17d5c5d9b16a697b76f19bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c16dd2b23ca7cf58fe4adc5baae4ef23 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_59fde13f49ae4866dcb3f4d8f233b90d = $(`<div id="html_59fde13f49ae4866dcb3f4d8f233b90d" style="width: 100.0%; height: 100.0%;">strfry.elswa-dev.online</div>`)[0];
|
|
popup_c16dd2b23ca7cf58fe4adc5baae4ef23.setContent(html_59fde13f49ae4866dcb3f4d8f233b90d);
|
|
|
|
|
|
|
|
marker_9db47b80612fa747c7d7b7b4fc5c304e.bindPopup(popup_c16dd2b23ca7cf58fe4adc5baae4ef23)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9db47b80612fa747c7d7b7b4fc5c304e.setIcon(icon_c94683d3f17d5c5d9b16a697b76f19bc);
|
|
|
|
|
|
var marker_208f774119db5837f2a5a1552ae52057 = L.marker(
|
|
[31.2304, 121.474],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_5615daab603e06a5dcd22fa38f94918d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c5699c8236d3a598fb3dc820262f627 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_34d1e1085355496028ff10d5dfdbea15 = $(`<div id="html_34d1e1085355496028ff10d5dfdbea15" style="width: 100.0%; height: 100.0%;">nostr.jerrynya.fun</div>`)[0];
|
|
popup_7c5699c8236d3a598fb3dc820262f627.setContent(html_34d1e1085355496028ff10d5dfdbea15);
|
|
|
|
|
|
|
|
marker_208f774119db5837f2a5a1552ae52057.bindPopup(popup_7c5699c8236d3a598fb3dc820262f627)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_208f774119db5837f2a5a1552ae52057.setIcon(icon_5615daab603e06a5dcd22fa38f94918d);
|
|
|
|
|
|
var marker_fc8574e241421a61c4b44d86bae34fdd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_6974cbc468d6d98a6a4302949ddf77ff = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c4c3c5dba167827d8015288787464c97 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_915ba290d617560e32ec209b0b8e3679 = $(`<div id="html_915ba290d617560e32ec209b0b8e3679" style="width: 100.0%; height: 100.0%;">nostr.overmind.lol</div>`)[0];
|
|
popup_c4c3c5dba167827d8015288787464c97.setContent(html_915ba290d617560e32ec209b0b8e3679);
|
|
|
|
|
|
|
|
marker_fc8574e241421a61c4b44d86bae34fdd.bindPopup(popup_c4c3c5dba167827d8015288787464c97)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc8574e241421a61c4b44d86bae34fdd.setIcon(icon_6974cbc468d6d98a6a4302949ddf77ff);
|
|
|
|
|
|
var marker_c812f89dc0cf5175074aa809a36302e2 = L.marker(
|
|
[49.1689, -0.358841],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_7414c79271c7462377b6bb323b4af56f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a86473a4daa326edebc613b14eb3b7ca = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_99b5f9c2097467683061bf8500ef3ce8 = $(`<div id="html_99b5f9c2097467683061bf8500ef3ce8" style="width: 100.0%; height: 100.0%;">relay.orangepill.ovh</div>`)[0];
|
|
popup_a86473a4daa326edebc613b14eb3b7ca.setContent(html_99b5f9c2097467683061bf8500ef3ce8);
|
|
|
|
|
|
|
|
marker_c812f89dc0cf5175074aa809a36302e2.bindPopup(popup_a86473a4daa326edebc613b14eb3b7ca)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c812f89dc0cf5175074aa809a36302e2.setIcon(icon_7414c79271c7462377b6bb323b4af56f);
|
|
|
|
|
|
var marker_d94ef64aa810c867b31f8b8570628981 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_ed5e9a986f25f393b991abe206032246 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e0b536eae3ecab12777991a6d6d8f447 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ac1d469c01c9679e263fd70bf235741b = $(`<div id="html_ac1d469c01c9679e263fd70bf235741b" style="width: 100.0%; height: 100.0%;">pyramid.aaro.cc</div>`)[0];
|
|
popup_e0b536eae3ecab12777991a6d6d8f447.setContent(html_ac1d469c01c9679e263fd70bf235741b);
|
|
|
|
|
|
|
|
marker_d94ef64aa810c867b31f8b8570628981.bindPopup(popup_e0b536eae3ecab12777991a6d6d8f447)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d94ef64aa810c867b31f8b8570628981.setIcon(icon_ed5e9a986f25f393b991abe206032246);
|
|
|
|
|
|
var marker_4ecc5e3eb067b99fa28c49ee66d70fde = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_3bb50ccc8b083063a05c0dcf3db7e217 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5cb71b514e624072d885fdced22598d0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_14c48598dc7c84489ec54b168a2a7b5d = $(`<div id="html_14c48598dc7c84489ec54b168a2a7b5d" style="width: 100.0%; height: 100.0%;">nostr.faultables.net</div>`)[0];
|
|
popup_5cb71b514e624072d885fdced22598d0.setContent(html_14c48598dc7c84489ec54b168a2a7b5d);
|
|
|
|
|
|
|
|
marker_4ecc5e3eb067b99fa28c49ee66d70fde.bindPopup(popup_5cb71b514e624072d885fdced22598d0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ecc5e3eb067b99fa28c49ee66d70fde.setIcon(icon_3bb50ccc8b083063a05c0dcf3db7e217);
|
|
|
|
|
|
var marker_8eacaaa811c2559d4da73b1b72cd4d31 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_1d34c3f2c204bb797c5dc86396fa7436 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_07066002d043a1ce927e9b67d5c3e0d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_eb85926b6bed7449848e9de44319fc19 = $(`<div id="html_eb85926b6bed7449848e9de44319fc19" style="width: 100.0%; height: 100.0%;">nostr-03.dorafactory.org</div>`)[0];
|
|
popup_07066002d043a1ce927e9b67d5c3e0d3.setContent(html_eb85926b6bed7449848e9de44319fc19);
|
|
|
|
|
|
|
|
marker_8eacaaa811c2559d4da73b1b72cd4d31.bindPopup(popup_07066002d043a1ce927e9b67d5c3e0d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8eacaaa811c2559d4da73b1b72cd4d31.setIcon(icon_1d34c3f2c204bb797c5dc86396fa7436);
|
|
|
|
|
|
var marker_8b6546a4c76828d240ba5a077a7c9027 = L.marker(
|
|
[38.8353, -104.822],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_28d4b1efcd22750e33ac6692bb6c1e45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b4eb93db2a191d4c4b80a0d2502d7900 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5635d7408ba11a0e005586c4e3ca4247 = $(`<div id="html_5635d7408ba11a0e005586c4e3ca4247" style="width: 100.0%; height: 100.0%;">nostr-relay.corb.net</div>`)[0];
|
|
popup_b4eb93db2a191d4c4b80a0d2502d7900.setContent(html_5635d7408ba11a0e005586c4e3ca4247);
|
|
|
|
|
|
|
|
marker_8b6546a4c76828d240ba5a077a7c9027.bindPopup(popup_b4eb93db2a191d4c4b80a0d2502d7900)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8b6546a4c76828d240ba5a077a7c9027.setIcon(icon_28d4b1efcd22750e33ac6692bb6c1e45);
|
|
|
|
|
|
var marker_dc849116b50f6f7718592c5ee1f5876b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_846d807f5db817aca7bf2c256576bcce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5a4d8916f5b9cce88ecfd09e751c8fc0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bb1baa9aa8ac9262e353e8ea31d8d716 = $(`<div id="html_bb1baa9aa8ac9262e353e8ea31d8d716" style="width: 100.0%; height: 100.0%;">nostr2.girino.org</div>`)[0];
|
|
popup_5a4d8916f5b9cce88ecfd09e751c8fc0.setContent(html_bb1baa9aa8ac9262e353e8ea31d8d716);
|
|
|
|
|
|
|
|
marker_dc849116b50f6f7718592c5ee1f5876b.bindPopup(popup_5a4d8916f5b9cce88ecfd09e751c8fc0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc849116b50f6f7718592c5ee1f5876b.setIcon(icon_846d807f5db817aca7bf2c256576bcce);
|
|
|
|
|
|
var marker_727e6e4c05670e941a0209ecd0cae40b = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_a3abbee333009c41452558d2eebc1ebd = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_03f8355ec9c0fcb39bea974d4f8710e4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4034ab14bcfbdb732460c9ceabd12d38 = $(`<div id="html_4034ab14bcfbdb732460c9ceabd12d38" style="width: 100.0%; height: 100.0%;">relay.magiccity.live</div>`)[0];
|
|
popup_03f8355ec9c0fcb39bea974d4f8710e4.setContent(html_4034ab14bcfbdb732460c9ceabd12d38);
|
|
|
|
|
|
|
|
marker_727e6e4c05670e941a0209ecd0cae40b.bindPopup(popup_03f8355ec9c0fcb39bea974d4f8710e4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_727e6e4c05670e941a0209ecd0cae40b.setIcon(icon_a3abbee333009c41452558d2eebc1ebd);
|
|
|
|
|
|
var marker_550c23151776c49cfde6c689a47daa7e = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_b72c8c0f1f08a2e9eca3c9d9e6c6a188 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6dd6adab1700b00193b0fc6752c6b6be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a74a708fd050d41d1550b8a078f783ee = $(`<div id="html_a74a708fd050d41d1550b8a078f783ee" style="width: 100.0%; height: 100.0%;">relay.arx-ccn.com</div>`)[0];
|
|
popup_6dd6adab1700b00193b0fc6752c6b6be.setContent(html_a74a708fd050d41d1550b8a078f783ee);
|
|
|
|
|
|
|
|
marker_550c23151776c49cfde6c689a47daa7e.bindPopup(popup_6dd6adab1700b00193b0fc6752c6b6be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_550c23151776c49cfde6c689a47daa7e.setIcon(icon_b72c8c0f1f08a2e9eca3c9d9e6c6a188);
|
|
|
|
|
|
var marker_07a7b32ef24305dd65cccbf5365b7ecd = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_08921f2aeec5c90c4507a06703c8cf0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_37c4647ffee889afbdb9f55ecee7880a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4fcb62195c592e2037c599241d48c33 = $(`<div id="html_d4fcb62195c592e2037c599241d48c33" style="width: 100.0%; height: 100.0%;">relay-fra.zombi.cloudrodion.com</div>`)[0];
|
|
popup_37c4647ffee889afbdb9f55ecee7880a.setContent(html_d4fcb62195c592e2037c599241d48c33);
|
|
|
|
|
|
|
|
marker_07a7b32ef24305dd65cccbf5365b7ecd.bindPopup(popup_37c4647ffee889afbdb9f55ecee7880a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_07a7b32ef24305dd65cccbf5365b7ecd.setIcon(icon_08921f2aeec5c90c4507a06703c8cf0f);
|
|
|
|
|
|
var marker_a2ff278eea49f651b1b5f9ad87030e91 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_a78117b408858a915c1bf82ced15116e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_367facdd66411e7638d8f9def94735b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e6ae19e94b00d5e58880fe78814fc7c = $(`<div id="html_4e6ae19e94b00d5e58880fe78814fc7c" style="width: 100.0%; height: 100.0%;">nostr.girino.org</div>`)[0];
|
|
popup_367facdd66411e7638d8f9def94735b9.setContent(html_4e6ae19e94b00d5e58880fe78814fc7c);
|
|
|
|
|
|
|
|
marker_a2ff278eea49f651b1b5f9ad87030e91.bindPopup(popup_367facdd66411e7638d8f9def94735b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a2ff278eea49f651b1b5f9ad87030e91.setIcon(icon_a78117b408858a915c1bf82ced15116e);
|
|
|
|
|
|
var marker_99d25ccadf710e5b921d323506cb61dd = L.marker(
|
|
[47.6061, -122.333],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_95520918b63630e4fbb35ec8e8362091 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a21f5aef6d87d71c48f246f2666fd5c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02f1a525427bd5ac55f946b406608684 = $(`<div id="html_02f1a525427bd5ac55f946b406608684" style="width: 100.0%; height: 100.0%;">relay.illuminodes.com</div>`)[0];
|
|
popup_a21f5aef6d87d71c48f246f2666fd5c9.setContent(html_02f1a525427bd5ac55f946b406608684);
|
|
|
|
|
|
|
|
marker_99d25ccadf710e5b921d323506cb61dd.bindPopup(popup_a21f5aef6d87d71c48f246f2666fd5c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99d25ccadf710e5b921d323506cb61dd.setIcon(icon_95520918b63630e4fbb35ec8e8362091);
|
|
|
|
|
|
var marker_2cc18a30fd081a0f62f50ef45d7b334f = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_b79fdbf391b27f8422613a3f70a5ef20 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_948dab248fbe9d08af865f2c21918a40 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a971b06c39ccf17db554aeebe246f39b = $(`<div id="html_a971b06c39ccf17db554aeebe246f39b" style="width: 100.0%; height: 100.0%;">nostr-relay.psfoundation.info</div>`)[0];
|
|
popup_948dab248fbe9d08af865f2c21918a40.setContent(html_a971b06c39ccf17db554aeebe246f39b);
|
|
|
|
|
|
|
|
marker_2cc18a30fd081a0f62f50ef45d7b334f.bindPopup(popup_948dab248fbe9d08af865f2c21918a40)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2cc18a30fd081a0f62f50ef45d7b334f.setIcon(icon_b79fdbf391b27f8422613a3f70a5ef20);
|
|
|
|
|
|
var marker_a977d0a24758f05b076028195cea23ed = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_588f2cf1457148b7a8b93f9b7a42756f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_4706db842ceb5dc2bd480e8c43abd6db = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02a0f1f78b7bd4e788074cac6acd0f3f = $(`<div id="html_02a0f1f78b7bd4e788074cac6acd0f3f" style="width: 100.0%; height: 100.0%;">vault.iris.to</div>`)[0];
|
|
popup_4706db842ceb5dc2bd480e8c43abd6db.setContent(html_02a0f1f78b7bd4e788074cac6acd0f3f);
|
|
|
|
|
|
|
|
marker_a977d0a24758f05b076028195cea23ed.bindPopup(popup_4706db842ceb5dc2bd480e8c43abd6db)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a977d0a24758f05b076028195cea23ed.setIcon(icon_588f2cf1457148b7a8b93f9b7a42756f);
|
|
|
|
|
|
var marker_b43cd14d804fa765f2d02b2f44f6f90c = L.marker(
|
|
[33.8851, 130.883],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_5728c114ee312e844a9e9cc0a9c9b483 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_67480a70428b841330f01870f6be0274 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ad9c72e4f234abe5ca905909850a745 = $(`<div id="html_4ad9c72e4f234abe5ca905909850a745" style="width: 100.0%; height: 100.0%;">nostr.ps1829.com</div>`)[0];
|
|
popup_67480a70428b841330f01870f6be0274.setContent(html_4ad9c72e4f234abe5ca905909850a745);
|
|
|
|
|
|
|
|
marker_b43cd14d804fa765f2d02b2f44f6f90c.bindPopup(popup_67480a70428b841330f01870f6be0274)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b43cd14d804fa765f2d02b2f44f6f90c.setIcon(icon_5728c114ee312e844a9e9cc0a9c9b483);
|
|
|
|
|
|
var marker_92e31f37297af53e42bce01b14ea9e9c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_345fa9c7ead0f4f672163308a1a9fa5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9306d73d7abd586648fc914479d186c6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_86837ed9c6ae8193470f2ab495a0127c = $(`<div id="html_86837ed9c6ae8193470f2ab495a0127c" style="width: 100.0%; height: 100.0%;">nostr.spaceshell.xyz</div>`)[0];
|
|
popup_9306d73d7abd586648fc914479d186c6.setContent(html_86837ed9c6ae8193470f2ab495a0127c);
|
|
|
|
|
|
|
|
marker_92e31f37297af53e42bce01b14ea9e9c.bindPopup(popup_9306d73d7abd586648fc914479d186c6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_92e31f37297af53e42bce01b14ea9e9c.setIcon(icon_345fa9c7ead0f4f672163308a1a9fa5f);
|
|
|
|
|
|
var marker_0d605f9b2e70e33067a33d122bd9d623 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_2012457732d6aeaa15639a890edc60d1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2ba6e1a05d86b2bf2cf2b93fdb91fe2a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22a2fed63aeb77c41a6e0239860ea6ea = $(`<div id="html_22a2fed63aeb77c41a6e0239860ea6ea" style="width: 100.0%; height: 100.0%;">nostr.lkjsxc.com</div>`)[0];
|
|
popup_2ba6e1a05d86b2bf2cf2b93fdb91fe2a.setContent(html_22a2fed63aeb77c41a6e0239860ea6ea);
|
|
|
|
|
|
|
|
marker_0d605f9b2e70e33067a33d122bd9d623.bindPopup(popup_2ba6e1a05d86b2bf2cf2b93fdb91fe2a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0d605f9b2e70e33067a33d122bd9d623.setIcon(icon_2012457732d6aeaa15639a890edc60d1);
|
|
|
|
|
|
var marker_aae5694c40a77ff4833cf3d2ce100738 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_f458a9e38dfaa80b8d2d7dc181fdda26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6a2100435cb38acca175c9d1634a00cd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9a0cb00c1bdea32ad7c3964e96a97a30 = $(`<div id="html_9a0cb00c1bdea32ad7c3964e96a97a30" style="width: 100.0%; height: 100.0%;">nostr.luisschwab.net</div>`)[0];
|
|
popup_6a2100435cb38acca175c9d1634a00cd.setContent(html_9a0cb00c1bdea32ad7c3964e96a97a30);
|
|
|
|
|
|
|
|
marker_aae5694c40a77ff4833cf3d2ce100738.bindPopup(popup_6a2100435cb38acca175c9d1634a00cd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_aae5694c40a77ff4833cf3d2ce100738.setIcon(icon_f458a9e38dfaa80b8d2d7dc181fdda26);
|
|
|
|
|
|
var marker_eb968b149950772cdaa0d4eacf6766b8 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_b1d9e961becc20f1d9659099361001ea = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff7a83b4339c2e180e45c4825013ba82 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7ccb30af41241a8d642b11052b58910 = $(`<div id="html_a7ccb30af41241a8d642b11052b58910" style="width: 100.0%; height: 100.0%;">cyberspace.nostr1.com</div>`)[0];
|
|
popup_ff7a83b4339c2e180e45c4825013ba82.setContent(html_a7ccb30af41241a8d642b11052b58910);
|
|
|
|
|
|
|
|
marker_eb968b149950772cdaa0d4eacf6766b8.bindPopup(popup_ff7a83b4339c2e180e45c4825013ba82)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_eb968b149950772cdaa0d4eacf6766b8.setIcon(icon_b1d9e961becc20f1d9659099361001ea);
|
|
|
|
|
|
var marker_2ca2df9844e898538d3801cb964b5966 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_40506f1fbcafe9f69c8a4488e288d532 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fe62709cd26f3cb48725c470fe1fa2dd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4e4f765c0afd0ed876f9c608c434c51c = $(`<div id="html_4e4f765c0afd0ed876f9c608c434c51c" style="width: 100.0%; height: 100.0%;">wotr.relatr.xyz</div>`)[0];
|
|
popup_fe62709cd26f3cb48725c470fe1fa2dd.setContent(html_4e4f765c0afd0ed876f9c608c434c51c);
|
|
|
|
|
|
|
|
marker_2ca2df9844e898538d3801cb964b5966.bindPopup(popup_fe62709cd26f3cb48725c470fe1fa2dd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ca2df9844e898538d3801cb964b5966.setIcon(icon_40506f1fbcafe9f69c8a4488e288d532);
|
|
|
|
|
|
var marker_50b331c0832df49037848c77f23344fe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_c372647dd17f04e2c6fb2fe87ceef23d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d958531679d97f759ab0366b141b8817 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5a98e8be8eb574c8b57061a44a1606d6 = $(`<div id="html_5a98e8be8eb574c8b57061a44a1606d6" style="width: 100.0%; height: 100.0%;">relay.bnos.space</div>`)[0];
|
|
popup_d958531679d97f759ab0366b141b8817.setContent(html_5a98e8be8eb574c8b57061a44a1606d6);
|
|
|
|
|
|
|
|
marker_50b331c0832df49037848c77f23344fe.bindPopup(popup_d958531679d97f759ab0366b141b8817)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_50b331c0832df49037848c77f23344fe.setIcon(icon_c372647dd17f04e2c6fb2fe87ceef23d);
|
|
|
|
|
|
var marker_ec4637bd4d4728e1b336077b524a8292 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_9b5df024a243f3373b3b99f0cd619fb6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_95f3e8f9a4d6ecba01f810f69ac2e00d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fc970df1e02aac26c1b5a815a4ec651c = $(`<div id="html_fc970df1e02aac26c1b5a815a4ec651c" style="width: 100.0%; height: 100.0%;">nostr.okienko.live</div>`)[0];
|
|
popup_95f3e8f9a4d6ecba01f810f69ac2e00d.setContent(html_fc970df1e02aac26c1b5a815a4ec651c);
|
|
|
|
|
|
|
|
marker_ec4637bd4d4728e1b336077b524a8292.bindPopup(popup_95f3e8f9a4d6ecba01f810f69ac2e00d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec4637bd4d4728e1b336077b524a8292.setIcon(icon_9b5df024a243f3373b3b99f0cd619fb6);
|
|
|
|
|
|
var marker_792bb1eb1e41d2ec3f466037ee98b391 = L.marker(
|
|
[42.3601, -71.0589],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_341b98044fbdea5d858656c8b4a84300 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_824dbda489660bb3dbc3ec0a8c3ea71b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4763c4670621599947281bc354899fe1 = $(`<div id="html_4763c4670621599947281bc354899fe1" style="width: 100.0%; height: 100.0%;">relay.fundstr.me</div>`)[0];
|
|
popup_824dbda489660bb3dbc3ec0a8c3ea71b.setContent(html_4763c4670621599947281bc354899fe1);
|
|
|
|
|
|
|
|
marker_792bb1eb1e41d2ec3f466037ee98b391.bindPopup(popup_824dbda489660bb3dbc3ec0a8c3ea71b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_792bb1eb1e41d2ec3f466037ee98b391.setIcon(icon_341b98044fbdea5d858656c8b4a84300);
|
|
|
|
|
|
var marker_62ae43ac1ddedc449826dd93ab98ec7a = L.marker(
|
|
[39.0997, -94.5786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_cb76729d5c3272bc75dd9d87c2f6f7f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_076493e4e79b079b10aea3dcb1c149c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df57960be35ddb780effa9f2a87b7c2c = $(`<div id="html_df57960be35ddb780effa9f2a87b7c2c" style="width: 100.0%; height: 100.0%;">relay01.lnfi.network</div>`)[0];
|
|
popup_076493e4e79b079b10aea3dcb1c149c7.setContent(html_df57960be35ddb780effa9f2a87b7c2c);
|
|
|
|
|
|
|
|
marker_62ae43ac1ddedc449826dd93ab98ec7a.bindPopup(popup_076493e4e79b079b10aea3dcb1c149c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62ae43ac1ddedc449826dd93ab98ec7a.setIcon(icon_cb76729d5c3272bc75dd9d87c2f6f7f5);
|
|
|
|
|
|
var marker_9e27b3c0f5873992258272d482ca9af5 = L.marker(
|
|
[34.706, 135.493],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_b9127a1bed3d9c4cd58d773ac8306be5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c30e56713eb228d4164f73da4bab9095 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7285291ac78fab4eee44f911ef2329c4 = $(`<div id="html_7285291ac78fab4eee44f911ef2329c4" style="width: 100.0%; height: 100.0%;">relay.nostr.wirednet.jp</div>`)[0];
|
|
popup_c30e56713eb228d4164f73da4bab9095.setContent(html_7285291ac78fab4eee44f911ef2329c4);
|
|
|
|
|
|
|
|
marker_9e27b3c0f5873992258272d482ca9af5.bindPopup(popup_c30e56713eb228d4164f73da4bab9095)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e27b3c0f5873992258272d482ca9af5.setIcon(icon_b9127a1bed3d9c4cd58d773ac8306be5);
|
|
|
|
|
|
var marker_7f2a704b6c2ae50ff5e797ae5c068f4b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_07c4a4ab46404d7e759c77c83a0ceae4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2b7de0c4972ab5c25e1106e4526afb19 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0854729ff2457accecdcf79ca932a1e = $(`<div id="html_c0854729ff2457accecdcf79ca932a1e" style="width: 100.0%; height: 100.0%;">aaa-api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_2b7de0c4972ab5c25e1106e4526afb19.setContent(html_c0854729ff2457accecdcf79ca932a1e);
|
|
|
|
|
|
|
|
marker_7f2a704b6c2ae50ff5e797ae5c068f4b.bindPopup(popup_2b7de0c4972ab5c25e1106e4526afb19)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7f2a704b6c2ae50ff5e797ae5c068f4b.setIcon(icon_07c4a4ab46404d7e759c77c83a0ceae4);
|
|
|
|
|
|
var marker_b0f2c8411abb484f51a760fca0dba879 = L.marker(
|
|
[1.29524, 103.79],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_68bdcc5cfb83d0412ff61bc3c28065ef = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a8cb477a4659ab7e4a30d4495d0d6bab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f376028169d168b5261818df6a2bc6c2 = $(`<div id="html_f376028169d168b5261818df6a2bc6c2" style="width: 100.0%; height: 100.0%;">nostr-01.yakihonne.com</div>`)[0];
|
|
popup_a8cb477a4659ab7e4a30d4495d0d6bab.setContent(html_f376028169d168b5261818df6a2bc6c2);
|
|
|
|
|
|
|
|
marker_b0f2c8411abb484f51a760fca0dba879.bindPopup(popup_a8cb477a4659ab7e4a30d4495d0d6bab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0f2c8411abb484f51a760fca0dba879.setIcon(icon_68bdcc5cfb83d0412ff61bc3c28065ef);
|
|
|
|
|
|
var marker_03c301387e763668a8facc48e12d76ab = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_ed813aa790a2834fb2e80f99d9212f07 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c669e645dc835000524010da79b4be10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b63f31a33675fa5819b0b51d480f6f57 = $(`<div id="html_b63f31a33675fa5819b0b51d480f6f57" style="width: 100.0%; height: 100.0%;">bcast.seutoba.com.br</div>`)[0];
|
|
popup_c669e645dc835000524010da79b4be10.setContent(html_b63f31a33675fa5819b0b51d480f6f57);
|
|
|
|
|
|
|
|
marker_03c301387e763668a8facc48e12d76ab.bindPopup(popup_c669e645dc835000524010da79b4be10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03c301387e763668a8facc48e12d76ab.setIcon(icon_ed813aa790a2834fb2e80f99d9212f07);
|
|
|
|
|
|
var marker_ac1e8f0bc79d8ca18654ad0bc9532860 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_cccc1d01a7a64468aed489a98c80c693 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3003e1d2fdbee8351f13c08714edbc9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4d862cc7f00602a74ef938fc97209f8c = $(`<div id="html_4d862cc7f00602a74ef938fc97209f8c" style="width: 100.0%; height: 100.0%;">relay.mwaters.net</div>`)[0];
|
|
popup_a3003e1d2fdbee8351f13c08714edbc9.setContent(html_4d862cc7f00602a74ef938fc97209f8c);
|
|
|
|
|
|
|
|
marker_ac1e8f0bc79d8ca18654ad0bc9532860.bindPopup(popup_a3003e1d2fdbee8351f13c08714edbc9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac1e8f0bc79d8ca18654ad0bc9532860.setIcon(icon_cccc1d01a7a64468aed489a98c80c693);
|
|
|
|
|
|
var marker_3504ef9001aa73f254db52f32da80171 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_524844d0bedda04c356bada23dfdb365 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e979310e36e01ce16facac4c96567b9a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cfe75724178d377817b50e9ff51c096c = $(`<div id="html_cfe75724178d377817b50e9ff51c096c" style="width: 100.0%; height: 100.0%;">nostr.quali.chat</div>`)[0];
|
|
popup_e979310e36e01ce16facac4c96567b9a.setContent(html_cfe75724178d377817b50e9ff51c096c);
|
|
|
|
|
|
|
|
marker_3504ef9001aa73f254db52f32da80171.bindPopup(popup_e979310e36e01ce16facac4c96567b9a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3504ef9001aa73f254db52f32da80171.setIcon(icon_524844d0bedda04c356bada23dfdb365);
|
|
|
|
|
|
var marker_2968de78414a68b7f2a8223445bf525b = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_5185ef5f280b731388171d254a071b4a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_88bb26f1da462a06ed4d140a37ebd597 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_381e15454f55c48aeb6e1a7d6cec4f99 = $(`<div id="html_381e15454f55c48aeb6e1a7d6cec4f99" style="width: 100.0%; height: 100.0%;">nostr.stakey.net</div>`)[0];
|
|
popup_88bb26f1da462a06ed4d140a37ebd597.setContent(html_381e15454f55c48aeb6e1a7d6cec4f99);
|
|
|
|
|
|
|
|
marker_2968de78414a68b7f2a8223445bf525b.bindPopup(popup_88bb26f1da462a06ed4d140a37ebd597)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2968de78414a68b7f2a8223445bf525b.setIcon(icon_5185ef5f280b731388171d254a071b4a);
|
|
|
|
|
|
var marker_8e4abf50168858d9f29b9726031cef3a = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_483852e2c0710b4049085264316f6847 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_167d1cba9cfe6e13f9f0a88a49e80fef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0c2c616ebeb2c6a2338926802a7c3ed8 = $(`<div id="html_0c2c616ebeb2c6a2338926802a7c3ed8" style="width: 100.0%; height: 100.0%;">nostr.mikoshi.de</div>`)[0];
|
|
popup_167d1cba9cfe6e13f9f0a88a49e80fef.setContent(html_0c2c616ebeb2c6a2338926802a7c3ed8);
|
|
|
|
|
|
|
|
marker_8e4abf50168858d9f29b9726031cef3a.bindPopup(popup_167d1cba9cfe6e13f9f0a88a49e80fef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8e4abf50168858d9f29b9726031cef3a.setIcon(icon_483852e2c0710b4049085264316f6847);
|
|
|
|
|
|
var marker_3cc13a9355ad4cfc6febf72f12000f34 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_82f6199a24e48bef5a59c69c3877eebb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_48c3c4914d7e104ed79735ec5371db4f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_062b1245dfa009b0b398046215e5465b = $(`<div id="html_062b1245dfa009b0b398046215e5465b" style="width: 100.0%; height: 100.0%;">relay.samt.st</div>`)[0];
|
|
popup_48c3c4914d7e104ed79735ec5371db4f.setContent(html_062b1245dfa009b0b398046215e5465b);
|
|
|
|
|
|
|
|
marker_3cc13a9355ad4cfc6febf72f12000f34.bindPopup(popup_48c3c4914d7e104ed79735ec5371db4f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3cc13a9355ad4cfc6febf72f12000f34.setIcon(icon_82f6199a24e48bef5a59c69c3877eebb);
|
|
|
|
|
|
var marker_fe45420882458ed77800ab8f696196b7 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_cb20784d58636bb116637ed42f31d60a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d1ce9dd29f4fe6967eb747276494ac94 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8612d7e4a2b95813948aea6095fddf08 = $(`<div id="html_8612d7e4a2b95813948aea6095fddf08" style="width: 100.0%; height: 100.0%;">x.kojira.io</div>`)[0];
|
|
popup_d1ce9dd29f4fe6967eb747276494ac94.setContent(html_8612d7e4a2b95813948aea6095fddf08);
|
|
|
|
|
|
|
|
marker_fe45420882458ed77800ab8f696196b7.bindPopup(popup_d1ce9dd29f4fe6967eb747276494ac94)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fe45420882458ed77800ab8f696196b7.setIcon(icon_cb20784d58636bb116637ed42f31d60a);
|
|
|
|
|
|
var marker_d291d1ed8d6bf72938b618517020722e = L.marker(
|
|
[25.7975, -80.23],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_7d36b7c983818410afaa956fcc5e65e6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b7fea603bf9aaa29b99b2890c9ace063 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70b398b06dbb26449a6e62fe2da45e31 = $(`<div id="html_70b398b06dbb26449a6e62fe2da45e31" style="width: 100.0%; height: 100.0%;">nostr.bilthon.dev</div>`)[0];
|
|
popup_b7fea603bf9aaa29b99b2890c9ace063.setContent(html_70b398b06dbb26449a6e62fe2da45e31);
|
|
|
|
|
|
|
|
marker_d291d1ed8d6bf72938b618517020722e.bindPopup(popup_b7fea603bf9aaa29b99b2890c9ace063)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d291d1ed8d6bf72938b618517020722e.setIcon(icon_7d36b7c983818410afaa956fcc5e65e6);
|
|
|
|
|
|
var marker_4870da8ec1ade54405bd86a4267a9d7c = L.marker(
|
|
[50.6924, 3.20113],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_209274e6d95af21f14e3adb2b1432f59 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3e8138fb0bdecc26deb3fea51420566 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8a99539bf68377d0ffe509b3409a72d8 = $(`<div id="html_8a99539bf68377d0ffe509b3409a72d8" style="width: 100.0%; height: 100.0%;">nostr-relay.xbytez.io</div>`)[0];
|
|
popup_c3e8138fb0bdecc26deb3fea51420566.setContent(html_8a99539bf68377d0ffe509b3409a72d8);
|
|
|
|
|
|
|
|
marker_4870da8ec1ade54405bd86a4267a9d7c.bindPopup(popup_c3e8138fb0bdecc26deb3fea51420566)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4870da8ec1ade54405bd86a4267a9d7c.setIcon(icon_209274e6d95af21f14e3adb2b1432f59);
|
|
|
|
|
|
var marker_e4de536c7865541dad566878fb00e62f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_b8e2008215a1e6d1bb1914dab3dd7e5f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6b49edaa1c866ecec2acd72db31190f8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0712834e4c96d50f0da3650e68054fb3 = $(`<div id="html_0712834e4c96d50f0da3650e68054fb3" style="width: 100.0%; height: 100.0%;">relay.nostrverse.net</div>`)[0];
|
|
popup_6b49edaa1c866ecec2acd72db31190f8.setContent(html_0712834e4c96d50f0da3650e68054fb3);
|
|
|
|
|
|
|
|
marker_e4de536c7865541dad566878fb00e62f.bindPopup(popup_6b49edaa1c866ecec2acd72db31190f8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e4de536c7865541dad566878fb00e62f.setIcon(icon_b8e2008215a1e6d1bb1914dab3dd7e5f);
|
|
|
|
|
|
var marker_f59e219c413c49eb014a71e3ef1e0ebf = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_0645eb0899a142bce00a8b5246f09e05 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0f205812d2532aff9818b120ee900723 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fb464b17fddb5f9b2d495670053b074 = $(`<div id="html_6fb464b17fddb5f9b2d495670053b074" style="width: 100.0%; height: 100.0%;">relay.ditto.pub</div>`)[0];
|
|
popup_0f205812d2532aff9818b120ee900723.setContent(html_6fb464b17fddb5f9b2d495670053b074);
|
|
|
|
|
|
|
|
marker_f59e219c413c49eb014a71e3ef1e0ebf.bindPopup(popup_0f205812d2532aff9818b120ee900723)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f59e219c413c49eb014a71e3ef1e0ebf.setIcon(icon_0645eb0899a142bce00a8b5246f09e05);
|
|
|
|
|
|
var marker_acbe97983bd3b45c686bc50e449ea545 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_fd199fc7da820a9877add67950d707c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_45da3e61fb41b0b7562f0bc67b6411fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_70321833a2543ad78c7d7d51f739fdab = $(`<div id="html_70321833a2543ad78c7d7d51f739fdab" style="width: 100.0%; height: 100.0%;">wot.sebastix.social</div>`)[0];
|
|
popup_45da3e61fb41b0b7562f0bc67b6411fe.setContent(html_70321833a2543ad78c7d7d51f739fdab);
|
|
|
|
|
|
|
|
marker_acbe97983bd3b45c686bc50e449ea545.bindPopup(popup_45da3e61fb41b0b7562f0bc67b6411fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_acbe97983bd3b45c686bc50e449ea545.setIcon(icon_fd199fc7da820a9877add67950d707c3);
|
|
|
|
|
|
var marker_5ee3c5ec1204ff5dc63668770b679274 = L.marker(
|
|
[34.0362, -118.443],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_78c5d882941d3a70b5be21633740fa8e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e2db6a9333e4615b79948c339ce47b51 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_da2473a454a8a2cb70b0b6f1bdf7df9c = $(`<div id="html_da2473a454a8a2cb70b0b6f1bdf7df9c" style="width: 100.0%; height: 100.0%;">relay.wavefunc.live</div>`)[0];
|
|
popup_e2db6a9333e4615b79948c339ce47b51.setContent(html_da2473a454a8a2cb70b0b6f1bdf7df9c);
|
|
|
|
|
|
|
|
marker_5ee3c5ec1204ff5dc63668770b679274.bindPopup(popup_e2db6a9333e4615b79948c339ce47b51)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_5ee3c5ec1204ff5dc63668770b679274.setIcon(icon_78c5d882941d3a70b5be21633740fa8e);
|
|
|
|
|
|
var marker_417f20847df4834bd98b8dce61789a61 = L.marker(
|
|
[42.6978, 23.3246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_fcd5e11cbdfdd48d2a49286311361f30 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8a291bb975a5d217040a2f4c14a6e497 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_74260d8620d97c2f3b5613966d118a45 = $(`<div id="html_74260d8620d97c2f3b5613966d118a45" style="width: 100.0%; height: 100.0%;">prl.plus</div>`)[0];
|
|
popup_8a291bb975a5d217040a2f4c14a6e497.setContent(html_74260d8620d97c2f3b5613966d118a45);
|
|
|
|
|
|
|
|
marker_417f20847df4834bd98b8dce61789a61.bindPopup(popup_8a291bb975a5d217040a2f4c14a6e497)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_417f20847df4834bd98b8dce61789a61.setIcon(icon_fcd5e11cbdfdd48d2a49286311361f30);
|
|
|
|
|
|
var marker_d87476d07f776a8a2f0f7e583638519b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_ecd46a2a976557d33a65f3bb90c4f552 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_5624672347ceb71131117621504c9672 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_84401a11b6500ccd34b763cf480baa3e = $(`<div id="html_84401a11b6500ccd34b763cf480baa3e" style="width: 100.0%; height: 100.0%;">relay.sigit.io</div>`)[0];
|
|
popup_5624672347ceb71131117621504c9672.setContent(html_84401a11b6500ccd34b763cf480baa3e);
|
|
|
|
|
|
|
|
marker_d87476d07f776a8a2f0f7e583638519b.bindPopup(popup_5624672347ceb71131117621504c9672)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d87476d07f776a8a2f0f7e583638519b.setIcon(icon_ecd46a2a976557d33a65f3bb90c4f552);
|
|
|
|
|
|
var marker_4f270d0e1ba61609a79ebfee03e49c0f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_8b2d378d37dab0869c38b85c4f83605b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_59f97d61d0fd9b77a8180d47cea3394a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c64a81ba0a56e5351359a5fe497a8013 = $(`<div id="html_c64a81ba0a56e5351359a5fe497a8013" style="width: 100.0%; height: 100.0%;">relay.libernet.app</div>`)[0];
|
|
popup_59f97d61d0fd9b77a8180d47cea3394a.setContent(html_c64a81ba0a56e5351359a5fe497a8013);
|
|
|
|
|
|
|
|
marker_4f270d0e1ba61609a79ebfee03e49c0f.bindPopup(popup_59f97d61d0fd9b77a8180d47cea3394a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f270d0e1ba61609a79ebfee03e49c0f.setIcon(icon_8b2d378d37dab0869c38b85c4f83605b);
|
|
|
|
|
|
var marker_1128689796440ea65026f0bc077cbffc = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_00368287c50ca672e3873e08556fd6c6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d5aab07723a81ce9f96655a77546c618 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_718a8ae13535383ee1b1df92ff402fd8 = $(`<div id="html_718a8ae13535383ee1b1df92ff402fd8" style="width: 100.0%; height: 100.0%;">relay.bao.network</div>`)[0];
|
|
popup_d5aab07723a81ce9f96655a77546c618.setContent(html_718a8ae13535383ee1b1df92ff402fd8);
|
|
|
|
|
|
|
|
marker_1128689796440ea65026f0bc077cbffc.bindPopup(popup_d5aab07723a81ce9f96655a77546c618)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_1128689796440ea65026f0bc077cbffc.setIcon(icon_00368287c50ca672e3873e08556fd6c6);
|
|
|
|
|
|
var marker_be328780c97e4b5620389cf1dda1a66b = L.marker(
|
|
[35.4669, -97.6473],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_4d6be9da73fbdb6d3a8a934e59ff2c35 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12bb21dfe23c02f6fc28078c1b0a1878 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3f6267a1124f961db4cae498c7b2adb5 = $(`<div id="html_3f6267a1124f961db4cae498c7b2adb5" style="width: 100.0%; height: 100.0%;">nostr.islandarea.net</div>`)[0];
|
|
popup_12bb21dfe23c02f6fc28078c1b0a1878.setContent(html_3f6267a1124f961db4cae498c7b2adb5);
|
|
|
|
|
|
|
|
marker_be328780c97e4b5620389cf1dda1a66b.bindPopup(popup_12bb21dfe23c02f6fc28078c1b0a1878)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_be328780c97e4b5620389cf1dda1a66b.setIcon(icon_4d6be9da73fbdb6d3a8a934e59ff2c35);
|
|
|
|
|
|
var marker_2f52bda5d1f0226b1bbbe8e2aa11e5a7 = L.marker(
|
|
[33.7501, -84.3885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_166f5284f1950c16a701c223c69439d6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_63f24b7b7ae62b4912b366b6766455be = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8351f06a62c1e6ac2bd96490573cb26f = $(`<div id="html_8351f06a62c1e6ac2bd96490573cb26f" style="width: 100.0%; height: 100.0%;">wot.tealeaf.dev</div>`)[0];
|
|
popup_63f24b7b7ae62b4912b366b6766455be.setContent(html_8351f06a62c1e6ac2bd96490573cb26f);
|
|
|
|
|
|
|
|
marker_2f52bda5d1f0226b1bbbe8e2aa11e5a7.bindPopup(popup_63f24b7b7ae62b4912b366b6766455be)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2f52bda5d1f0226b1bbbe8e2aa11e5a7.setIcon(icon_166f5284f1950c16a701c223c69439d6);
|
|
|
|
|
|
var marker_926b84dbd16f524bde32cdf8bbbca431 = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_b53cf1fb3df10223bbd3ee52e684bf04 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_380486fdffa473ad055dea57cb9a9aab = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3298c72f8d598e6b7e09fa6390459de5 = $(`<div id="html_3298c72f8d598e6b7e09fa6390459de5" style="width: 100.0%; height: 100.0%;">relay.mostro.network</div>`)[0];
|
|
popup_380486fdffa473ad055dea57cb9a9aab.setContent(html_3298c72f8d598e6b7e09fa6390459de5);
|
|
|
|
|
|
|
|
marker_926b84dbd16f524bde32cdf8bbbca431.bindPopup(popup_380486fdffa473ad055dea57cb9a9aab)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_926b84dbd16f524bde32cdf8bbbca431.setIcon(icon_b53cf1fb3df10223bbd3ee52e684bf04);
|
|
|
|
|
|
var marker_2b18dd27080fa20221b5fbd4a2eb76b4 = L.marker(
|
|
[47.4941, -122.294],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_8ac1e1badc84966c0d3635bc4fcd7f45 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f63cd33f1be242bf96152d08cc68c0e0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a8dd06e2e7bbfad726e34866a67ec524 = $(`<div id="html_a8dd06e2e7bbfad726e34866a67ec524" style="width: 100.0%; height: 100.0%;">nostr.n7ekb.net</div>`)[0];
|
|
popup_f63cd33f1be242bf96152d08cc68c0e0.setContent(html_a8dd06e2e7bbfad726e34866a67ec524);
|
|
|
|
|
|
|
|
marker_2b18dd27080fa20221b5fbd4a2eb76b4.bindPopup(popup_f63cd33f1be242bf96152d08cc68c0e0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2b18dd27080fa20221b5fbd4a2eb76b4.setIcon(icon_8ac1e1badc84966c0d3635bc4fcd7f45);
|
|
|
|
|
|
var marker_e442bfbd1b787910ff0b5431770aa74f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_16cb4c6038e8579255b2670f97da1589 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_27f840c155c6800890d436359bcddd57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_698dc65a18d9498ec80a50ca9ba701c5 = $(`<div id="html_698dc65a18d9498ec80a50ca9ba701c5" style="width: 100.0%; height: 100.0%;">relay.primal.net</div>`)[0];
|
|
popup_27f840c155c6800890d436359bcddd57.setContent(html_698dc65a18d9498ec80a50ca9ba701c5);
|
|
|
|
|
|
|
|
marker_e442bfbd1b787910ff0b5431770aa74f.bindPopup(popup_27f840c155c6800890d436359bcddd57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e442bfbd1b787910ff0b5431770aa74f.setIcon(icon_16cb4c6038e8579255b2670f97da1589);
|
|
|
|
|
|
var marker_44780d6ce5709ef63ef7324cbf2e9e01 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_a088665540eed1c9a40db699b2f86f21 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6dac296a1de8f2c62e42b77529bca225 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2edeaaebbe8ad02aed8cb04791c5a604 = $(`<div id="html_2edeaaebbe8ad02aed8cb04791c5a604" style="width: 100.0%; height: 100.0%;">relay.uid.ovh</div>`)[0];
|
|
popup_6dac296a1de8f2c62e42b77529bca225.setContent(html_2edeaaebbe8ad02aed8cb04791c5a604);
|
|
|
|
|
|
|
|
marker_44780d6ce5709ef63ef7324cbf2e9e01.bindPopup(popup_6dac296a1de8f2c62e42b77529bca225)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_44780d6ce5709ef63ef7324cbf2e9e01.setIcon(icon_a088665540eed1c9a40db699b2f86f21);
|
|
|
|
|
|
var marker_a9f15375506d347689072291bc3c2a55 = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_201b7772e1219e22532615ec453dca0f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02a8a1140cfb14937d7dfeec6f9da967 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8174b07afa341bb5ed7ad99d6ae65b2d = $(`<div id="html_8174b07afa341bb5ed7ad99d6ae65b2d" style="width: 100.0%; height: 100.0%;">nostr.noones.com</div>`)[0];
|
|
popup_02a8a1140cfb14937d7dfeec6f9da967.setContent(html_8174b07afa341bb5ed7ad99d6ae65b2d);
|
|
|
|
|
|
|
|
marker_a9f15375506d347689072291bc3c2a55.bindPopup(popup_02a8a1140cfb14937d7dfeec6f9da967)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a9f15375506d347689072291bc3c2a55.setIcon(icon_201b7772e1219e22532615ec453dca0f);
|
|
|
|
|
|
var marker_2ee0d359f4346cbfc492dd402ed3b31e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_b45610b1ba3444876a62799730806b26 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d99cdfefecac4fce6ffa2a576243eb7c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_545faab902d6fa935edcddbe2c2cf7b8 = $(`<div id="html_545faab902d6fa935edcddbe2c2cf7b8" style="width: 100.0%; height: 100.0%;">relay.fountain.fm</div>`)[0];
|
|
popup_d99cdfefecac4fce6ffa2a576243eb7c.setContent(html_545faab902d6fa935edcddbe2c2cf7b8);
|
|
|
|
|
|
|
|
marker_2ee0d359f4346cbfc492dd402ed3b31e.bindPopup(popup_d99cdfefecac4fce6ffa2a576243eb7c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2ee0d359f4346cbfc492dd402ed3b31e.setIcon(icon_b45610b1ba3444876a62799730806b26);
|
|
|
|
|
|
var marker_75941c2a58281ed51f72ad99764bc6b4 = L.marker(
|
|
[64.1466, -21.9426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_0fad30a22dfee57e4c9b0108f2c1a9ae = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_077f623b3ac684e1c0e324d21420c42e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_aa677d7463cd1cfa6ca25a04c52d868e = $(`<div id="html_aa677d7463cd1cfa6ca25a04c52d868e" style="width: 100.0%; height: 100.0%;">wot.sovbit.host</div>`)[0];
|
|
popup_077f623b3ac684e1c0e324d21420c42e.setContent(html_aa677d7463cd1cfa6ca25a04c52d868e);
|
|
|
|
|
|
|
|
marker_75941c2a58281ed51f72ad99764bc6b4.bindPopup(popup_077f623b3ac684e1c0e324d21420c42e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_75941c2a58281ed51f72ad99764bc6b4.setIcon(icon_0fad30a22dfee57e4c9b0108f2c1a9ae);
|
|
|
|
|
|
var marker_4c179b012321a703b80eed213dd3dfdc = L.marker(
|
|
[52.52, 13.405],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_dab4839875ec78cd2a39e92a6cbd0019 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f754ff548e772bcb68a8b1b5b34cde49 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17ab93cdac714001f05657c7d13fb3e9 = $(`<div id="html_17ab93cdac714001f05657c7d13fb3e9" style="width: 100.0%; height: 100.0%;">relay.malxte.de</div>`)[0];
|
|
popup_f754ff548e772bcb68a8b1b5b34cde49.setContent(html_17ab93cdac714001f05657c7d13fb3e9);
|
|
|
|
|
|
|
|
marker_4c179b012321a703b80eed213dd3dfdc.bindPopup(popup_f754ff548e772bcb68a8b1b5b34cde49)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4c179b012321a703b80eed213dd3dfdc.setIcon(icon_dab4839875ec78cd2a39e92a6cbd0019);
|
|
|
|
|
|
var marker_6766423cbf0517b0b24c13057d5e5deb = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_e7a6fa8b6ed128c708f654fbeb57a42c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_99445fd2eb78fe66a6d1dc8c46252c3b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_758830c4bfe3b16f8c1bdbffdda0c3b3 = $(`<div id="html_758830c4bfe3b16f8c1bdbffdda0c3b3" style="width: 100.0%; height: 100.0%;">nostr.chaima.info</div>`)[0];
|
|
popup_99445fd2eb78fe66a6d1dc8c46252c3b.setContent(html_758830c4bfe3b16f8c1bdbffdda0c3b3);
|
|
|
|
|
|
|
|
marker_6766423cbf0517b0b24c13057d5e5deb.bindPopup(popup_99445fd2eb78fe66a6d1dc8c46252c3b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6766423cbf0517b0b24c13057d5e5deb.setIcon(icon_e7a6fa8b6ed128c708f654fbeb57a42c);
|
|
|
|
|
|
var marker_d9a24440b84260a3c1f6bc532e948978 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_c8d76fb1912f42e84bcc9c9049ec6818 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49d938c9a74cf4be7c9e19a101351e53 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_02c4af803f1142cb3ce16fdee4e6bd59 = $(`<div id="html_02c4af803f1142cb3ce16fdee4e6bd59" style="width: 100.0%; height: 100.0%;">wot.dergigi.com</div>`)[0];
|
|
popup_49d938c9a74cf4be7c9e19a101351e53.setContent(html_02c4af803f1142cb3ce16fdee4e6bd59);
|
|
|
|
|
|
|
|
marker_d9a24440b84260a3c1f6bc532e948978.bindPopup(popup_49d938c9a74cf4be7c9e19a101351e53)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d9a24440b84260a3c1f6bc532e948978.setIcon(icon_c8d76fb1912f42e84bcc9c9049ec6818);
|
|
|
|
|
|
var marker_0a2f6a534d0c6beb55b42f116eb1e047 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_864506bdd6d99e6ab033a8635f3dbf66 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e334e599484bbbae09f316290e9ff2b3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_269f202075e711451cf267d8ca3f84b1 = $(`<div id="html_269f202075e711451cf267d8ca3f84b1" style="width: 100.0%; height: 100.0%;">relay.nostar.org</div>`)[0];
|
|
popup_e334e599484bbbae09f316290e9ff2b3.setContent(html_269f202075e711451cf267d8ca3f84b1);
|
|
|
|
|
|
|
|
marker_0a2f6a534d0c6beb55b42f116eb1e047.bindPopup(popup_e334e599484bbbae09f316290e9ff2b3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0a2f6a534d0c6beb55b42f116eb1e047.setIcon(icon_864506bdd6d99e6ab033a8635f3dbf66);
|
|
|
|
|
|
var marker_6dcf8d61f590f3fad2724db165d4fb14 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_68e3a09c3d69e108e8c783555dd68ecb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_287e6951a70504615c44129b7ff7203b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2ef03174416a6dedcbe7fbd590e18364 = $(`<div id="html_2ef03174416a6dedcbe7fbd590e18364" style="width: 100.0%; height: 100.0%;">nostr.tadryanom.me</div>`)[0];
|
|
popup_287e6951a70504615c44129b7ff7203b.setContent(html_2ef03174416a6dedcbe7fbd590e18364);
|
|
|
|
|
|
|
|
marker_6dcf8d61f590f3fad2724db165d4fb14.bindPopup(popup_287e6951a70504615c44129b7ff7203b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6dcf8d61f590f3fad2724db165d4fb14.setIcon(icon_68e3a09c3d69e108e8c783555dd68ecb);
|
|
|
|
|
|
var marker_ae7f823e42403deec848bd6ef11ca0b3 = L.marker(
|
|
[43.7094, 10.6582],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_1d39be3ed1272a6c5b0fab883122bdbe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_29bb273435e495b50a10b15dfe6256bd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7dac966309f69866970daf3bac484b3 = $(`<div id="html_a7dac966309f69866970daf3bac484b3" style="width: 100.0%; height: 100.0%;">nostr.rblb.it</div>`)[0];
|
|
popup_29bb273435e495b50a10b15dfe6256bd.setContent(html_a7dac966309f69866970daf3bac484b3);
|
|
|
|
|
|
|
|
marker_ae7f823e42403deec848bd6ef11ca0b3.bindPopup(popup_29bb273435e495b50a10b15dfe6256bd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ae7f823e42403deec848bd6ef11ca0b3.setIcon(icon_1d39be3ed1272a6c5b0fab883122bdbe);
|
|
|
|
|
|
var marker_4e005c0f75d6fe4af9a2c609bfb33c36 = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_0b65595779044d9671b15c9e201ce20f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9680db24fa63fcab39c1eeb85ffc6974 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e955535627663b193dc9b85b61d85cb5 = $(`<div id="html_e955535627663b193dc9b85b61d85cb5" style="width: 100.0%; height: 100.0%;">khatru.nostrver.se</div>`)[0];
|
|
popup_9680db24fa63fcab39c1eeb85ffc6974.setContent(html_e955535627663b193dc9b85b61d85cb5);
|
|
|
|
|
|
|
|
marker_4e005c0f75d6fe4af9a2c609bfb33c36.bindPopup(popup_9680db24fa63fcab39c1eeb85ffc6974)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e005c0f75d6fe4af9a2c609bfb33c36.setIcon(icon_0b65595779044d9671b15c9e201ce20f);
|
|
|
|
|
|
var marker_ccaab253c6f65427013c3ce55c42d053 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_1a5aaeb6c1a17f03e582602b95dd31b2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8afb1e07df79017f48641b1ff18ef9f3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_796a70070d17a777b61ca64aaaca8cc5 = $(`<div id="html_796a70070d17a777b61ca64aaaca8cc5" style="width: 100.0%; height: 100.0%;">nostr-dev.wellorder.net</div>`)[0];
|
|
popup_8afb1e07df79017f48641b1ff18ef9f3.setContent(html_796a70070d17a777b61ca64aaaca8cc5);
|
|
|
|
|
|
|
|
marker_ccaab253c6f65427013c3ce55c42d053.bindPopup(popup_8afb1e07df79017f48641b1ff18ef9f3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccaab253c6f65427013c3ce55c42d053.setIcon(icon_1a5aaeb6c1a17f03e582602b95dd31b2);
|
|
|
|
|
|
var marker_9d05ff3909291399ecf8eb5374782420 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_ef85dd41a7302787878c88e89a2ca623 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_aa4a5f8dbd7d5c3899f246115bd24bce = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ca20af3e925012416177bb03dbb06699 = $(`<div id="html_ca20af3e925012416177bb03dbb06699" style="width: 100.0%; height: 100.0%;">relay.minibolt.info</div>`)[0];
|
|
popup_aa4a5f8dbd7d5c3899f246115bd24bce.setContent(html_ca20af3e925012416177bb03dbb06699);
|
|
|
|
|
|
|
|
marker_9d05ff3909291399ecf8eb5374782420.bindPopup(popup_aa4a5f8dbd7d5c3899f246115bd24bce)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d05ff3909291399ecf8eb5374782420.setIcon(icon_ef85dd41a7302787878c88e89a2ca623);
|
|
|
|
|
|
var marker_da73916dfda5df59a7d854f4cf65aedd = L.marker(
|
|
[40.9481, -79.7428],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_d3ea8b90d77451a89aed1f6a4c9a32a1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e163f0e3fab5c3f93c0082bdb557508d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e00797a7390f06265400278a45aa18aa = $(`<div id="html_e00797a7390f06265400278a45aa18aa" style="width: 100.0%; height: 100.0%;">garden.zap.cooking</div>`)[0];
|
|
popup_e163f0e3fab5c3f93c0082bdb557508d.setContent(html_e00797a7390f06265400278a45aa18aa);
|
|
|
|
|
|
|
|
marker_da73916dfda5df59a7d854f4cf65aedd.bindPopup(popup_e163f0e3fab5c3f93c0082bdb557508d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_da73916dfda5df59a7d854f4cf65aedd.setIcon(icon_d3ea8b90d77451a89aed1f6a4c9a32a1);
|
|
|
|
|
|
var marker_c2cfe2a284a37918f290e8b4fc455e90 = L.marker(
|
|
[40.7057, -74.0136],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_8dfb0d6cf7ba76157e0d2acc8fe0ebc9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d40fe6d997b9539cfaf2dc09b9caba52 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7475a493a6a0ba2582f8642ca14407bf = $(`<div id="html_7475a493a6a0ba2582f8642ca14407bf" style="width: 100.0%; height: 100.0%;">spookstr2.nostr1.com</div>`)[0];
|
|
popup_d40fe6d997b9539cfaf2dc09b9caba52.setContent(html_7475a493a6a0ba2582f8642ca14407bf);
|
|
|
|
|
|
|
|
marker_c2cfe2a284a37918f290e8b4fc455e90.bindPopup(popup_d40fe6d997b9539cfaf2dc09b9caba52)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c2cfe2a284a37918f290e8b4fc455e90.setIcon(icon_8dfb0d6cf7ba76157e0d2acc8fe0ebc9);
|
|
|
|
|
|
var marker_ac58a765645500650da635c04c0ecc46 = L.marker(
|
|
[47.4244, 8.57658],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_347042eada323015dbe364899c0d2b54 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ac5a73877e96731cbd7a6d2f3fa43e77 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_589e3fc35433bd944df11c1b1023b8b0 = $(`<div id="html_589e3fc35433bd944df11c1b1023b8b0" style="width: 100.0%; height: 100.0%;">nostr.hifish.org</div>`)[0];
|
|
popup_ac5a73877e96731cbd7a6d2f3fa43e77.setContent(html_589e3fc35433bd944df11c1b1023b8b0);
|
|
|
|
|
|
|
|
marker_ac58a765645500650da635c04c0ecc46.bindPopup(popup_ac5a73877e96731cbd7a6d2f3fa43e77)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ac58a765645500650da635c04c0ecc46.setIcon(icon_347042eada323015dbe364899c0d2b54);
|
|
|
|
|
|
var marker_950dccf64e8b4e91c7be6be02f11d7e2 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_816780d8a94acfdc32e3b6b3c8b94317 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50555e052fa4c9cfbd435d730bae99b4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7e0b99657045d79be5c734e55813b09d = $(`<div id="html_7e0b99657045d79be5c734e55813b09d" style="width: 100.0%; height: 100.0%;">nostr.mom</div>`)[0];
|
|
popup_50555e052fa4c9cfbd435d730bae99b4.setContent(html_7e0b99657045d79be5c734e55813b09d);
|
|
|
|
|
|
|
|
marker_950dccf64e8b4e91c7be6be02f11d7e2.bindPopup(popup_50555e052fa4c9cfbd435d730bae99b4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_950dccf64e8b4e91c7be6be02f11d7e2.setIcon(icon_816780d8a94acfdc32e3b6b3c8b94317);
|
|
|
|
|
|
var marker_538ee6bd6065f4643302ed7ccef116bc = L.marker(
|
|
[37.8715, -122.273],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_42334283c3ed7094496def144b2767a4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6210a44f91162d3372f03575105c3196 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_fb6952bfa7a63c282984735f187e5d57 = $(`<div id="html_fb6952bfa7a63c282984735f187e5d57" style="width: 100.0%; height: 100.0%;">strfry.bonsai.com</div>`)[0];
|
|
popup_6210a44f91162d3372f03575105c3196.setContent(html_fb6952bfa7a63c282984735f187e5d57);
|
|
|
|
|
|
|
|
marker_538ee6bd6065f4643302ed7ccef116bc.bindPopup(popup_6210a44f91162d3372f03575105c3196)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_538ee6bd6065f4643302ed7ccef116bc.setIcon(icon_42334283c3ed7094496def144b2767a4);
|
|
|
|
|
|
var marker_41b5d7502827e641f8a21e2c07fdf9f5 = L.marker(
|
|
[32.8769, -80.0114],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_35edfcb18cbe806ba8d6b85ab9beaebb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_50fdb9468ab68a1af9f43211693045e3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_33c065ef45ce4766103fa1df453504dd = $(`<div id="html_33c065ef45ce4766103fa1df453504dd" style="width: 100.0%; height: 100.0%;">relay.satlantis.io</div>`)[0];
|
|
popup_50fdb9468ab68a1af9f43211693045e3.setContent(html_33c065ef45ce4766103fa1df453504dd);
|
|
|
|
|
|
|
|
marker_41b5d7502827e641f8a21e2c07fdf9f5.bindPopup(popup_50fdb9468ab68a1af9f43211693045e3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41b5d7502827e641f8a21e2c07fdf9f5.setIcon(icon_35edfcb18cbe806ba8d6b85ab9beaebb);
|
|
|
|
|
|
var marker_40d529e8324a318791e7cdf348d866f3 = L.marker(
|
|
[41.5695, -83.9786],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_08a4758df10052fe73aaa7564daddd23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_39b6add76e16ce4575de7768f0bd18fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9e48901c21c9a3c68cb831980efca15d = $(`<div id="html_9e48901c21c9a3c68cb831980efca15d" style="width: 100.0%; height: 100.0%;">relay.nostriot.com</div>`)[0];
|
|
popup_39b6add76e16ce4575de7768f0bd18fd.setContent(html_9e48901c21c9a3c68cb831980efca15d);
|
|
|
|
|
|
|
|
marker_40d529e8324a318791e7cdf348d866f3.bindPopup(popup_39b6add76e16ce4575de7768f0bd18fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40d529e8324a318791e7cdf348d866f3.setIcon(icon_08a4758df10052fe73aaa7564daddd23);
|
|
|
|
|
|
var marker_7dec616a76ef9a0c0eacb4253e8e2b25 = L.marker(
|
|
[48.5734, 7.75211],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_30523ccd8d9f4123d4c9d49d1a3d164b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7e59edcdac31c841a2d68557f7b6cab5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6fb08a5c731078ad03ecc59725e255eb = $(`<div id="html_6fb08a5c731078ad03ecc59725e255eb" style="width: 100.0%; height: 100.0%;">nostr.sathoarder.com</div>`)[0];
|
|
popup_7e59edcdac31c841a2d68557f7b6cab5.setContent(html_6fb08a5c731078ad03ecc59725e255eb);
|
|
|
|
|
|
|
|
marker_7dec616a76ef9a0c0eacb4253e8e2b25.bindPopup(popup_7e59edcdac31c841a2d68557f7b6cab5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7dec616a76ef9a0c0eacb4253e8e2b25.setIcon(icon_30523ccd8d9f4123d4c9d49d1a3d164b);
|
|
|
|
|
|
var marker_847ff46defc47288192edaa883e55e5c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_572db4650e58b66d5b5eea45454cc7bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9e6b44003a19757a932dd25342af8b79 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cf25936eea8e92432491d4ac1035a24a = $(`<div id="html_cf25936eea8e92432491d4ac1035a24a" style="width: 100.0%; height: 100.0%;">plebchain.club</div>`)[0];
|
|
popup_9e6b44003a19757a932dd25342af8b79.setContent(html_cf25936eea8e92432491d4ac1035a24a);
|
|
|
|
|
|
|
|
marker_847ff46defc47288192edaa883e55e5c.bindPopup(popup_9e6b44003a19757a932dd25342af8b79)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_847ff46defc47288192edaa883e55e5c.setIcon(icon_572db4650e58b66d5b5eea45454cc7bf);
|
|
|
|
|
|
var marker_8690c3292077ff327b1febfa14742f7f = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_fb4514f6856aae0b29efe4bd122cb053 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcec0f920e6df458bbbf45ae4743509f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_31818c6fb6ec53d6f51fa739560d73ae = $(`<div id="html_31818c6fb6ec53d6f51fa739560d73ae" style="width: 100.0%; height: 100.0%;">relay.contextvm.org</div>`)[0];
|
|
popup_fcec0f920e6df458bbbf45ae4743509f.setContent(html_31818c6fb6ec53d6f51fa739560d73ae);
|
|
|
|
|
|
|
|
marker_8690c3292077ff327b1febfa14742f7f.bindPopup(popup_fcec0f920e6df458bbbf45ae4743509f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8690c3292077ff327b1febfa14742f7f.setIcon(icon_fb4514f6856aae0b29efe4bd122cb053);
|
|
|
|
|
|
var marker_4f5f9f62bef62bb17ffbf3fb20b26714 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_68d6cd84f793601da997137167bff6a3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_49f6a1faae822565226334aff80371c9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d4d21ca6136f360e6f3ddfa9af0f6de6 = $(`<div id="html_d4d21ca6136f360e6f3ddfa9af0f6de6" style="width: 100.0%; height: 100.0%;">relay.nostrzh.org</div>`)[0];
|
|
popup_49f6a1faae822565226334aff80371c9.setContent(html_d4d21ca6136f360e6f3ddfa9af0f6de6);
|
|
|
|
|
|
|
|
marker_4f5f9f62bef62bb17ffbf3fb20b26714.bindPopup(popup_49f6a1faae822565226334aff80371c9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f5f9f62bef62bb17ffbf3fb20b26714.setIcon(icon_68d6cd84f793601da997137167bff6a3);
|
|
|
|
|
|
var marker_b40e9cf8784239cf06ec370dacb7880f = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_97d14cb334d9820f5f9312af03b38a7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_023a49e0ff83b015247d2a3f886f5fbf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_deeb5a8b3b1d6a1836cdaa55f6c37956 = $(`<div id="html_deeb5a8b3b1d6a1836cdaa55f6c37956" style="width: 100.0%; height: 100.0%;">public.crostr.com</div>`)[0];
|
|
popup_023a49e0ff83b015247d2a3f886f5fbf.setContent(html_deeb5a8b3b1d6a1836cdaa55f6c37956);
|
|
|
|
|
|
|
|
marker_b40e9cf8784239cf06ec370dacb7880f.bindPopup(popup_023a49e0ff83b015247d2a3f886f5fbf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b40e9cf8784239cf06ec370dacb7880f.setIcon(icon_97d14cb334d9820f5f9312af03b38a7c);
|
|
|
|
|
|
var marker_ea90f42e4583e5ee4399435a14659eab = L.marker(
|
|
[42.2328, -8.72264],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_3e77d33a934f0b89d339fecf69dcc5e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76695782fa5edd34d8f2065dcc3718f7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_83a1345a4aa40cf9f46f2838a48e6054 = $(`<div id="html_83a1345a4aa40cf9f46f2838a48e6054" style="width: 100.0%; height: 100.0%;">blackcatnostr.hopto.org</div>`)[0];
|
|
popup_76695782fa5edd34d8f2065dcc3718f7.setContent(html_83a1345a4aa40cf9f46f2838a48e6054);
|
|
|
|
|
|
|
|
marker_ea90f42e4583e5ee4399435a14659eab.bindPopup(popup_76695782fa5edd34d8f2065dcc3718f7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ea90f42e4583e5ee4399435a14659eab.setIcon(icon_3e77d33a934f0b89d339fecf69dcc5e2);
|
|
|
|
|
|
var marker_e85fad99269709a6d02a2a793a96b12a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_c75967352c724b41ccf2f957c5da7a31 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6f300e6e93813f49d66c5968a461b29b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5dd43496cdc73eab8cb58050a43affc2 = $(`<div id="html_5dd43496cdc73eab8cb58050a43affc2" style="width: 100.0%; height: 100.0%;">relay.artx.market</div>`)[0];
|
|
popup_6f300e6e93813f49d66c5968a461b29b.setContent(html_5dd43496cdc73eab8cb58050a43affc2);
|
|
|
|
|
|
|
|
marker_e85fad99269709a6d02a2a793a96b12a.bindPopup(popup_6f300e6e93813f49d66c5968a461b29b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e85fad99269709a6d02a2a793a96b12a.setIcon(icon_c75967352c724b41ccf2f957c5da7a31);
|
|
|
|
|
|
var marker_a0f9e1379eb4e675a80a31b7349c5182 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_ff8926c38783583df866f43bcf2bf3c3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_511014ab8a9e87a7b2b05b228ed7a4d1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8363340e9869090726f43a65fb169397 = $(`<div id="html_8363340e9869090726f43a65fb169397" style="width: 100.0%; height: 100.0%;">relay.goodmorningbitcoin.com</div>`)[0];
|
|
popup_511014ab8a9e87a7b2b05b228ed7a4d1.setContent(html_8363340e9869090726f43a65fb169397);
|
|
|
|
|
|
|
|
marker_a0f9e1379eb4e675a80a31b7349c5182.bindPopup(popup_511014ab8a9e87a7b2b05b228ed7a4d1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a0f9e1379eb4e675a80a31b7349c5182.setIcon(icon_ff8926c38783583df866f43bcf2bf3c3);
|
|
|
|
|
|
var marker_9e43210026544c3353b4e250fd968426 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_9955c7c8ece5a95c0b9ffdbb31bfc600 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_43daa0175ea02dcf98ce80d5549ce033 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8703a6916d57e6ddf00769c191c8f315 = $(`<div id="html_8703a6916d57e6ddf00769c191c8f315" style="width: 100.0%; height: 100.0%;">wot.nostr.place</div>`)[0];
|
|
popup_43daa0175ea02dcf98ce80d5549ce033.setContent(html_8703a6916d57e6ddf00769c191c8f315);
|
|
|
|
|
|
|
|
marker_9e43210026544c3353b4e250fd968426.bindPopup(popup_43daa0175ea02dcf98ce80d5549ce033)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e43210026544c3353b4e250fd968426.setIcon(icon_9955c7c8ece5a95c0b9ffdbb31bfc600);
|
|
|
|
|
|
var marker_a59a1905b5b7536213fd89990b7c0aa0 = L.marker(
|
|
[51.4012, -1.3147],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_4532272a17bdbc83a45241b6e12d6075 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a28fc2ef2d312383767aff0d0eb61edc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_21bd739e78c3507ba0b47fb1216cc366 = $(`<div id="html_21bd739e78c3507ba0b47fb1216cc366" style="width: 100.0%; height: 100.0%;">bitsat.molonlabe.holdings</div>`)[0];
|
|
popup_a28fc2ef2d312383767aff0d0eb61edc.setContent(html_21bd739e78c3507ba0b47fb1216cc366);
|
|
|
|
|
|
|
|
marker_a59a1905b5b7536213fd89990b7c0aa0.bindPopup(popup_a28fc2ef2d312383767aff0d0eb61edc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a59a1905b5b7536213fd89990b7c0aa0.setIcon(icon_4532272a17bdbc83a45241b6e12d6075);
|
|
|
|
|
|
var marker_7a6e05be59e83f0420ef5706bdfd1cd8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_d692fea13a8fc8d21c4e277e724153d0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_403e920a3827554cf5009d6f86e2a8ae = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a6e4152862300292260c0bec6c0f84d3 = $(`<div id="html_a6e4152862300292260c0bec6c0f84d3" style="width: 100.0%; height: 100.0%;">relay.ngengine.org</div>`)[0];
|
|
popup_403e920a3827554cf5009d6f86e2a8ae.setContent(html_a6e4152862300292260c0bec6c0f84d3);
|
|
|
|
|
|
|
|
marker_7a6e05be59e83f0420ef5706bdfd1cd8.bindPopup(popup_403e920a3827554cf5009d6f86e2a8ae)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7a6e05be59e83f0420ef5706bdfd1cd8.setIcon(icon_d692fea13a8fc8d21c4e277e724153d0);
|
|
|
|
|
|
var marker_4b9538627568598a4436189effcdd8e0 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_e0ce5a5a95b68fab765c97e83a1d4648 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_41f9c6897c323ea7b040536d99fa83a8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_57fba505a1bd3e83f6b0eb83437879a2 = $(`<div id="html_57fba505a1bd3e83f6b0eb83437879a2" style="width: 100.0%; height: 100.0%;">nostr.vulpem.com</div>`)[0];
|
|
popup_41f9c6897c323ea7b040536d99fa83a8.setContent(html_57fba505a1bd3e83f6b0eb83437879a2);
|
|
|
|
|
|
|
|
marker_4b9538627568598a4436189effcdd8e0.bindPopup(popup_41f9c6897c323ea7b040536d99fa83a8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4b9538627568598a4436189effcdd8e0.setIcon(icon_e0ce5a5a95b68fab765c97e83a1d4648);
|
|
|
|
|
|
var marker_f3b1cd9f611bcf7e958cf3b7e9aa81c6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_c53bd00e8d43ac555ab11cc8f2ebed79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2d0d53479338be5610637bfc63a21cf0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6969c73264dc4145c9586733e591d413 = $(`<div id="html_6969c73264dc4145c9586733e591d413" style="width: 100.0%; height: 100.0%;">relay.pinseekr.golf</div>`)[0];
|
|
popup_2d0d53479338be5610637bfc63a21cf0.setContent(html_6969c73264dc4145c9586733e591d413);
|
|
|
|
|
|
|
|
marker_f3b1cd9f611bcf7e958cf3b7e9aa81c6.bindPopup(popup_2d0d53479338be5610637bfc63a21cf0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f3b1cd9f611bcf7e958cf3b7e9aa81c6.setIcon(icon_c53bd00e8d43ac555ab11cc8f2ebed79);
|
|
|
|
|
|
var marker_7de2fbd9018dba2d2c31c928612a078d = L.marker(
|
|
[51.1792, 5.89444],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_7978ad97cec7fc59c9df8c943ee16676 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fee0752165f9535b36ea6f58cb471314 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_78f229f3a59f738e2039d95009eebc88 = $(`<div id="html_78f229f3a59f738e2039d95009eebc88" style="width: 100.0%; height: 100.0%;">relay.nosto.re</div>`)[0];
|
|
popup_fee0752165f9535b36ea6f58cb471314.setContent(html_78f229f3a59f738e2039d95009eebc88);
|
|
|
|
|
|
|
|
marker_7de2fbd9018dba2d2c31c928612a078d.bindPopup(popup_fee0752165f9535b36ea6f58cb471314)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7de2fbd9018dba2d2c31c928612a078d.setIcon(icon_7978ad97cec7fc59c9df8c943ee16676);
|
|
|
|
|
|
var marker_d1262fbf6c37f8ea9bb226669cb6847e = L.marker(
|
|
[50.7383, 15.0648],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_d63bca35577ea2a54ea6132ce225e0a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_09834ad906e19ac410b9b16cc1831bef = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b691fd07e8c708606de887f3135d1836 = $(`<div id="html_b691fd07e8c708606de887f3135d1836" style="width: 100.0%; height: 100.0%;">relay.21e6.cz</div>`)[0];
|
|
popup_09834ad906e19ac410b9b16cc1831bef.setContent(html_b691fd07e8c708606de887f3135d1836);
|
|
|
|
|
|
|
|
marker_d1262fbf6c37f8ea9bb226669cb6847e.bindPopup(popup_09834ad906e19ac410b9b16cc1831bef)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1262fbf6c37f8ea9bb226669cb6847e.setIcon(icon_d63bca35577ea2a54ea6132ce225e0a7);
|
|
|
|
|
|
var marker_af67dc90635715281648db56638be5c5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_6bef791f16f642d6214de757b0992bc5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7ff604edab51b5d3319229f016659583 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f8445f881cadb674b77fadb235b34a2 = $(`<div id="html_7f8445f881cadb674b77fadb235b34a2" style="width: 100.0%; height: 100.0%;">relay.chakany.systems</div>`)[0];
|
|
popup_7ff604edab51b5d3319229f016659583.setContent(html_7f8445f881cadb674b77fadb235b34a2);
|
|
|
|
|
|
|
|
marker_af67dc90635715281648db56638be5c5.bindPopup(popup_7ff604edab51b5d3319229f016659583)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_af67dc90635715281648db56638be5c5.setIcon(icon_6bef791f16f642d6214de757b0992bc5);
|
|
|
|
|
|
var marker_7b23b2e3254d79c7c076ac217c5d1d7b = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_89b673b37153cc2fb328ef4611ddb3c5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_87053d3bcec86c40dd2c5f5fa74eb77c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e5f32016a6d0c60fb2bee07a3fcc6607 = $(`<div id="html_e5f32016a6d0c60fb2bee07a3fcc6607" style="width: 100.0%; height: 100.0%;">wons.calva.dev</div>`)[0];
|
|
popup_87053d3bcec86c40dd2c5f5fa74eb77c.setContent(html_e5f32016a6d0c60fb2bee07a3fcc6607);
|
|
|
|
|
|
|
|
marker_7b23b2e3254d79c7c076ac217c5d1d7b.bindPopup(popup_87053d3bcec86c40dd2c5f5fa74eb77c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7b23b2e3254d79c7c076ac217c5d1d7b.setIcon(icon_89b673b37153cc2fb328ef4611ddb3c5);
|
|
|
|
|
|
var marker_653c34fa311adcd2bf6ddfd86ce14faa = L.marker(
|
|
[47.6735, -116.781],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_58a10fa98e7ccd39cfdb936d86e2833b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0ac4302f3c1328dcab5eb41abe04ba00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_faefe5990cfcda03f13d1116a58f5d6d = $(`<div id="html_faefe5990cfcda03f13d1116a58f5d6d" style="width: 100.0%; height: 100.0%;">wot.brightbolt.net</div>`)[0];
|
|
popup_0ac4302f3c1328dcab5eb41abe04ba00.setContent(html_faefe5990cfcda03f13d1116a58f5d6d);
|
|
|
|
|
|
|
|
marker_653c34fa311adcd2bf6ddfd86ce14faa.bindPopup(popup_0ac4302f3c1328dcab5eb41abe04ba00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_653c34fa311adcd2bf6ddfd86ce14faa.setIcon(icon_58a10fa98e7ccd39cfdb936d86e2833b);
|
|
|
|
|
|
var marker_4a88e1d12676067fd0654e787beb7302 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_44bcb92bf0dda522e8d21318b4520a82 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7650b90538c69228bbd3020b7a060b7a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_197b9afe82b76fa35c118b8f234efe19 = $(`<div id="html_197b9afe82b76fa35c118b8f234efe19" style="width: 100.0%; height: 100.0%;">relay.nostr.net</div>`)[0];
|
|
popup_7650b90538c69228bbd3020b7a060b7a.setContent(html_197b9afe82b76fa35c118b8f234efe19);
|
|
|
|
|
|
|
|
marker_4a88e1d12676067fd0654e787beb7302.bindPopup(popup_7650b90538c69228bbd3020b7a060b7a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4a88e1d12676067fd0654e787beb7302.setIcon(icon_44bcb92bf0dda522e8d21318b4520a82);
|
|
|
|
|
|
var marker_d64c13dcdbf3774a00f055c9bc3887f6 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_fd387f1d8ef9dcd4fd43f4e53f0d9c5d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_77b74836734b35f1c58a0625a8587861 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_648132a13b1203b4f22dc43f343eb4a1 = $(`<div id="html_648132a13b1203b4f22dc43f343eb4a1" style="width: 100.0%; height: 100.0%;">relay.satmaxt.xyz</div>`)[0];
|
|
popup_77b74836734b35f1c58a0625a8587861.setContent(html_648132a13b1203b4f22dc43f343eb4a1);
|
|
|
|
|
|
|
|
marker_d64c13dcdbf3774a00f055c9bc3887f6.bindPopup(popup_77b74836734b35f1c58a0625a8587861)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d64c13dcdbf3774a00f055c9bc3887f6.setIcon(icon_fd387f1d8ef9dcd4fd43f4e53f0d9c5d);
|
|
|
|
|
|
var marker_b39e64c27584f0c4193221ffd06a7923 = L.marker(
|
|
[52.3563, 4.95714],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_3fed139fd6fb7332416fe6969d6e2df0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3c0e8f9d6f42f77ce72e3af994e267c7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_73d09637320de03e7f4d31c3725354be = $(`<div id="html_73d09637320de03e7f4d31c3725354be" style="width: 100.0%; height: 100.0%;">relay.mccormick.cx</div>`)[0];
|
|
popup_3c0e8f9d6f42f77ce72e3af994e267c7.setContent(html_73d09637320de03e7f4d31c3725354be);
|
|
|
|
|
|
|
|
marker_b39e64c27584f0c4193221ffd06a7923.bindPopup(popup_3c0e8f9d6f42f77ce72e3af994e267c7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b39e64c27584f0c4193221ffd06a7923.setIcon(icon_3fed139fd6fb7332416fe6969d6e2df0);
|
|
|
|
|
|
var marker_21d309a7512963306afb3b75e16fce58 = L.marker(
|
|
[49.4939, -1.54813],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_706031a0350e29881a44c8a7c406a698 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_314696f5c990c10edfd34d5651d36950 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0dd5eee281437f5fd39169ea2140c69 = $(`<div id="html_c0dd5eee281437f5fd39169ea2140c69" style="width: 100.0%; height: 100.0%;">nostr.mehdibekhtaoui.com</div>`)[0];
|
|
popup_314696f5c990c10edfd34d5651d36950.setContent(html_c0dd5eee281437f5fd39169ea2140c69);
|
|
|
|
|
|
|
|
marker_21d309a7512963306afb3b75e16fce58.bindPopup(popup_314696f5c990c10edfd34d5651d36950)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_21d309a7512963306afb3b75e16fce58.setIcon(icon_706031a0350e29881a44c8a7c406a698);
|
|
|
|
|
|
var marker_fafd9f1c7d968a06727974c00f235a7c = L.marker(
|
|
[47.4979, 19.0402],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_7bb26d1ad6e307657b4b3ebd9814cbeb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dbd1420a08bffd904a7efd962f214792 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e1862efd9fc08cf471047b760471df2e = $(`<div id="html_e1862efd9fc08cf471047b760471df2e" style="width: 100.0%; height: 100.0%;">nostr.huszonegy.world</div>`)[0];
|
|
popup_dbd1420a08bffd904a7efd962f214792.setContent(html_e1862efd9fc08cf471047b760471df2e);
|
|
|
|
|
|
|
|
marker_fafd9f1c7d968a06727974c00f235a7c.bindPopup(popup_dbd1420a08bffd904a7efd962f214792)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fafd9f1c7d968a06727974c00f235a7c.setIcon(icon_7bb26d1ad6e307657b4b3ebd9814cbeb);
|
|
|
|
|
|
var marker_fd4cc2bb7b7d302e5b3cfb3270368b38 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_07eb768af51ae9dc2d54496eca8c8be3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fcdc42ea201b25b267fa183f112d3b0e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_450cac8602d07482d91e2a858d426828 = $(`<div id="html_450cac8602d07482d91e2a858d426828" style="width: 100.0%; height: 100.0%;">relay.lightning.pub</div>`)[0];
|
|
popup_fcdc42ea201b25b267fa183f112d3b0e.setContent(html_450cac8602d07482d91e2a858d426828);
|
|
|
|
|
|
|
|
marker_fd4cc2bb7b7d302e5b3cfb3270368b38.bindPopup(popup_fcdc42ea201b25b267fa183f112d3b0e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd4cc2bb7b7d302e5b3cfb3270368b38.setIcon(icon_07eb768af51ae9dc2d54496eca8c8be3);
|
|
|
|
|
|
var marker_0fbc7ffa225f828e7d174ee31379dc3a = L.marker(
|
|
[44.5401, -123.368],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_31e94543a8fabbda1ff7dd6f22aa691d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b2b2cdecc910dbb2cdb4740b59c48cb7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3dbfcc44971dea54c7432b2a4ff4b965 = $(`<div id="html_3dbfcc44971dea54c7432b2a4ff4b965" style="width: 100.0%; height: 100.0%;">relay.westernbtc.com</div>`)[0];
|
|
popup_b2b2cdecc910dbb2cdb4740b59c48cb7.setContent(html_3dbfcc44971dea54c7432b2a4ff4b965);
|
|
|
|
|
|
|
|
marker_0fbc7ffa225f828e7d174ee31379dc3a.bindPopup(popup_b2b2cdecc910dbb2cdb4740b59c48cb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0fbc7ffa225f828e7d174ee31379dc3a.setIcon(icon_31e94543a8fabbda1ff7dd6f22aa691d);
|
|
|
|
|
|
var marker_51d883574f86d13c4a3efea366e3abf8 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_96c359f52cdc1097b3cde33a86f3eec4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_514c9b254fcefd3d34077098f65f2382 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b70177d8134553f281fd0990ae276df9 = $(`<div id="html_b70177d8134553f281fd0990ae276df9" style="width: 100.0%; height: 100.0%;">nostr.robosats.org</div>`)[0];
|
|
popup_514c9b254fcefd3d34077098f65f2382.setContent(html_b70177d8134553f281fd0990ae276df9);
|
|
|
|
|
|
|
|
marker_51d883574f86d13c4a3efea366e3abf8.bindPopup(popup_514c9b254fcefd3d34077098f65f2382)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_51d883574f86d13c4a3efea366e3abf8.setIcon(icon_96c359f52cdc1097b3cde33a86f3eec4);
|
|
|
|
|
|
var marker_df33fa0cab284bf9ae5576c5006aa70f = L.marker(
|
|
[35.6673, 139.751],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_9c6bebe3e835853f319b01b4f3f62c51 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_26d174af9d8ee8aab8ec794f9eba00e7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_71509bfdba4f921e263079591e5bdc0d = $(`<div id="html_71509bfdba4f921e263079591e5bdc0d" style="width: 100.0%; height: 100.0%;">relay.origin.land</div>`)[0];
|
|
popup_26d174af9d8ee8aab8ec794f9eba00e7.setContent(html_71509bfdba4f921e263079591e5bdc0d);
|
|
|
|
|
|
|
|
marker_df33fa0cab284bf9ae5576c5006aa70f.bindPopup(popup_26d174af9d8ee8aab8ec794f9eba00e7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df33fa0cab284bf9ae5576c5006aa70f.setIcon(icon_9c6bebe3e835853f319b01b4f3f62c51);
|
|
|
|
|
|
var marker_dbe3eaebf6f3bd017c106cfa2d3bc034 = L.marker(
|
|
[52.3734, 4.89406],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_da6280a67885ff3e462944cbb9fd5247 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c58d409d96ff0d45c9932691185026a9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1086f17b7f7481ef9ada10e45f66b31c = $(`<div id="html_1086f17b7f7481ef9ada10e45f66b31c" style="width: 100.0%; height: 100.0%;">relay.agorist.space</div>`)[0];
|
|
popup_c58d409d96ff0d45c9932691185026a9.setContent(html_1086f17b7f7481ef9ada10e45f66b31c);
|
|
|
|
|
|
|
|
marker_dbe3eaebf6f3bd017c106cfa2d3bc034.bindPopup(popup_c58d409d96ff0d45c9932691185026a9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dbe3eaebf6f3bd017c106cfa2d3bc034.setIcon(icon_da6280a67885ff3e462944cbb9fd5247);
|
|
|
|
|
|
var marker_658c618a7664b35a0d54bfc18e2ceecd = L.marker(
|
|
[34.0549, -118.243],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_e56dadeeb634d16c1afb84afbdc0df4d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b51fae2766c8240a0459e849b106c1e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d107d1df9b4082b70be07463a8333e58 = $(`<div id="html_d107d1df9b4082b70be07463a8333e58" style="width: 100.0%; height: 100.0%;">nostr-relay.zimage.com</div>`)[0];
|
|
popup_b51fae2766c8240a0459e849b106c1e8.setContent(html_d107d1df9b4082b70be07463a8333e58);
|
|
|
|
|
|
|
|
marker_658c618a7664b35a0d54bfc18e2ceecd.bindPopup(popup_b51fae2766c8240a0459e849b106c1e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_658c618a7664b35a0d54bfc18e2ceecd.setIcon(icon_e56dadeeb634d16c1afb84afbdc0df4d);
|
|
|
|
|
|
var marker_e6f2da7255db860ae3349280b2b479ed = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_5b7274e719b4daf7b3082a4057e6f7d3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b282c1023a7a690857519e7573d8d6da = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_171b78e4ac187263856f6c705620583b = $(`<div id="html_171b78e4ac187263856f6c705620583b" style="width: 100.0%; height: 100.0%;">nostr.casa21.space</div>`)[0];
|
|
popup_b282c1023a7a690857519e7573d8d6da.setContent(html_171b78e4ac187263856f6c705620583b);
|
|
|
|
|
|
|
|
marker_e6f2da7255db860ae3349280b2b479ed.bindPopup(popup_b282c1023a7a690857519e7573d8d6da)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e6f2da7255db860ae3349280b2b479ed.setIcon(icon_5b7274e719b4daf7b3082a4057e6f7d3);
|
|
|
|
|
|
var marker_8100c2acf177d763fb732aae9787e163 = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_fb6b6cecd47ee29e7c3436907d00135b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fc07a916698484203c81a8ef8a38b06c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c02aeaf98d4897cc4635705cfb76b083 = $(`<div id="html_c02aeaf98d4897cc4635705cfb76b083" style="width: 100.0%; height: 100.0%;">relay.etch.social</div>`)[0];
|
|
popup_fc07a916698484203c81a8ef8a38b06c.setContent(html_c02aeaf98d4897cc4635705cfb76b083);
|
|
|
|
|
|
|
|
marker_8100c2acf177d763fb732aae9787e163.bindPopup(popup_fc07a916698484203c81a8ef8a38b06c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8100c2acf177d763fb732aae9787e163.setIcon(icon_fb6b6cecd47ee29e7c3436907d00135b);
|
|
|
|
|
|
var marker_777d12568e3436bc25177caad883ae06 = L.marker(
|
|
[40.8054, -74.0241],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_0b7973cfa84d527ee57dacb5df22527b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_861f081d046d8f9177d83362aea3df39 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_01b39e8c9f9351134e55c9890ce470ec = $(`<div id="html_01b39e8c9f9351134e55c9890ce470ec" style="width: 100.0%; height: 100.0%;">relay.toastr.net</div>`)[0];
|
|
popup_861f081d046d8f9177d83362aea3df39.setContent(html_01b39e8c9f9351134e55c9890ce470ec);
|
|
|
|
|
|
|
|
marker_777d12568e3436bc25177caad883ae06.bindPopup(popup_861f081d046d8f9177d83362aea3df39)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_777d12568e3436bc25177caad883ae06.setIcon(icon_0b7973cfa84d527ee57dacb5df22527b);
|
|
|
|
|
|
var marker_09a6ed08d0abd071a515c944c9a022c7 = L.marker(
|
|
[50.9871, 2.12554],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_823a3b68455b0df41dab50ad2b4680dc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_74319d17dafa9af057afc3ffb606d689 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1feb322e710c2fdecf5612cce5091ea = $(`<div id="html_d1feb322e710c2fdecf5612cce5091ea" style="width: 100.0%; height: 100.0%;">wot.yesnostr.net</div>`)[0];
|
|
popup_74319d17dafa9af057afc3ffb606d689.setContent(html_d1feb322e710c2fdecf5612cce5091ea);
|
|
|
|
|
|
|
|
marker_09a6ed08d0abd071a515c944c9a022c7.bindPopup(popup_74319d17dafa9af057afc3ffb606d689)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_09a6ed08d0abd071a515c944c9a022c7.setIcon(icon_823a3b68455b0df41dab50ad2b4680dc);
|
|
|
|
|
|
var marker_f9decc446fb3e0e97963b4b88d5d8a5b = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_44927d79b3aa948b7fe6335262bbc4a0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_2a8666059026311b6ca5408295416a5b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e436b97a79ca3f04d690e507deb9ba06 = $(`<div id="html_e436b97a79ca3f04d690e507deb9ba06" style="width: 100.0%; height: 100.0%;">relay.bitcoinartclock.com</div>`)[0];
|
|
popup_2a8666059026311b6ca5408295416a5b.setContent(html_e436b97a79ca3f04d690e507deb9ba06);
|
|
|
|
|
|
|
|
marker_f9decc446fb3e0e97963b4b88d5d8a5b.bindPopup(popup_2a8666059026311b6ca5408295416a5b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f9decc446fb3e0e97963b4b88d5d8a5b.setIcon(icon_44927d79b3aa948b7fe6335262bbc4a0);
|
|
|
|
|
|
var marker_10f95dcfb4ff3c1f4f6d2e89740d0861 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_f230701d2861161d7ce959439911e487 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7d1b311b82de2bd387f6aa6eeb67cab7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1f102f2f129d346eb86522fb6e42fc39 = $(`<div id="html_1f102f2f129d346eb86522fb6e42fc39" style="width: 100.0%; height: 100.0%;">temp.iris.to</div>`)[0];
|
|
popup_7d1b311b82de2bd387f6aa6eeb67cab7.setContent(html_1f102f2f129d346eb86522fb6e42fc39);
|
|
|
|
|
|
|
|
marker_10f95dcfb4ff3c1f4f6d2e89740d0861.bindPopup(popup_7d1b311b82de2bd387f6aa6eeb67cab7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_10f95dcfb4ff3c1f4f6d2e89740d0861.setIcon(icon_f230701d2861161d7ce959439911e487);
|
|
|
|
|
|
var marker_11cf952d61e1f3ec37042cb560a0d721 = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_17b67d7e76679d5af56774b95c6bc803 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cf846e75aefacff37d5826b859596657 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4947c0c4434e075cacb869f09831a1a7 = $(`<div id="html_4947c0c4434e075cacb869f09831a1a7" style="width: 100.0%; height: 100.0%;">nostr-verified.wellorder.net</div>`)[0];
|
|
popup_cf846e75aefacff37d5826b859596657.setContent(html_4947c0c4434e075cacb869f09831a1a7);
|
|
|
|
|
|
|
|
marker_11cf952d61e1f3ec37042cb560a0d721.bindPopup(popup_cf846e75aefacff37d5826b859596657)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11cf952d61e1f3ec37042cb560a0d721.setIcon(icon_17b67d7e76679d5af56774b95c6bc803);
|
|
|
|
|
|
var marker_0ba9eea038a5544b7899b8e19cecaac6 = L.marker(
|
|
[52.5233, 13.3426],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_272538712d3335dada6b691b00f4ad52 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12e5dec577d8a2e3bdc58050736c598d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_17527a456a24bad7a5e88a9a81c09a39 = $(`<div id="html_17527a456a24bad7a5e88a9a81c09a39" style="width: 100.0%; height: 100.0%;">relay.fr13nd5.com</div>`)[0];
|
|
popup_12e5dec577d8a2e3bdc58050736c598d.setContent(html_17527a456a24bad7a5e88a9a81c09a39);
|
|
|
|
|
|
|
|
marker_0ba9eea038a5544b7899b8e19cecaac6.bindPopup(popup_12e5dec577d8a2e3bdc58050736c598d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0ba9eea038a5544b7899b8e19cecaac6.setIcon(icon_272538712d3335dada6b691b00f4ad52);
|
|
|
|
|
|
var marker_9d48129b1592f1cabaac27798492bcad = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_b8e09fd2780c82356b583b1150bd5dba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6ec3460f37a91ff0b50f497eae27c8fd = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_5691c4e712cd7939702714e1bd4e2096 = $(`<div id="html_5691c4e712cd7939702714e1bd4e2096" style="width: 100.0%; height: 100.0%;">nostr-relay-1.trustlessenterprise.com</div>`)[0];
|
|
popup_6ec3460f37a91ff0b50f497eae27c8fd.setContent(html_5691c4e712cd7939702714e1bd4e2096);
|
|
|
|
|
|
|
|
marker_9d48129b1592f1cabaac27798492bcad.bindPopup(popup_6ec3460f37a91ff0b50f497eae27c8fd)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9d48129b1592f1cabaac27798492bcad.setIcon(icon_b8e09fd2780c82356b583b1150bd5dba);
|
|
|
|
|
|
var marker_ad766a007ce338f2ed52e6ff1abf89d2 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_4164dbf22296aa5203ebd6148671f68d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8723511c69bbb6059240cdb847d0719a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_36dad45c96a44f98fb26d94acc217b3f = $(`<div id="html_36dad45c96a44f98fb26d94acc217b3f" style="width: 100.0%; height: 100.0%;">nostr.oxtr.dev</div>`)[0];
|
|
popup_8723511c69bbb6059240cdb847d0719a.setContent(html_36dad45c96a44f98fb26d94acc217b3f);
|
|
|
|
|
|
|
|
marker_ad766a007ce338f2ed52e6ff1abf89d2.bindPopup(popup_8723511c69bbb6059240cdb847d0719a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad766a007ce338f2ed52e6ff1abf89d2.setIcon(icon_4164dbf22296aa5203ebd6148671f68d);
|
|
|
|
|
|
var marker_9c21127452dfc78e9e36c6cb3bda93c4 = L.marker(
|
|
[50.1013, 8.62643],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_a14b0e1909f98bafb19a436150916ca6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ea466beffcb2d673f5bb68fc9b87af10 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a527070e1dda6ec42ba0f081c2e7dd59 = $(`<div id="html_a527070e1dda6ec42ba0f081c2e7dd59" style="width: 100.0%; height: 100.0%;">strfry.felixzieger.de</div>`)[0];
|
|
popup_ea466beffcb2d673f5bb68fc9b87af10.setContent(html_a527070e1dda6ec42ba0f081c2e7dd59);
|
|
|
|
|
|
|
|
marker_9c21127452dfc78e9e36c6cb3bda93c4.bindPopup(popup_ea466beffcb2d673f5bb68fc9b87af10)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9c21127452dfc78e9e36c6cb3bda93c4.setIcon(icon_a14b0e1909f98bafb19a436150916ca6);
|
|
|
|
|
|
var marker_875f3385b98a59098bacb7b175e3f541 = L.marker(
|
|
[32.7767, -96.797],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_053b6bab38ec7bc0495ccc8a67bb0a17 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_3fc464c8decd720431b77448b300edc3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0a418e51393d77a8d3cdbc8d53fef9bd = $(`<div id="html_0a418e51393d77a8d3cdbc8d53fef9bd" style="width: 100.0%; height: 100.0%;">relay.nostr.place</div>`)[0];
|
|
popup_3fc464c8decd720431b77448b300edc3.setContent(html_0a418e51393d77a8d3cdbc8d53fef9bd);
|
|
|
|
|
|
|
|
marker_875f3385b98a59098bacb7b175e3f541.bindPopup(popup_3fc464c8decd720431b77448b300edc3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_875f3385b98a59098bacb7b175e3f541.setIcon(icon_053b6bab38ec7bc0495ccc8a67bb0a17);
|
|
|
|
|
|
var marker_e93790d4c6b78289bceec4f28607712f = L.marker(
|
|
[14.2046, 101.213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_592d7be63c196f76a69fc4d4c19edda1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e15cc86cff5e8e61a9d759354bd8337b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_79d46fefc1b8d64207c02a63e401af62 = $(`<div id="html_79d46fefc1b8d64207c02a63e401af62" style="width: 100.0%; height: 100.0%;">relay.notoshi.win</div>`)[0];
|
|
popup_e15cc86cff5e8e61a9d759354bd8337b.setContent(html_79d46fefc1b8d64207c02a63e401af62);
|
|
|
|
|
|
|
|
marker_e93790d4c6b78289bceec4f28607712f.bindPopup(popup_e15cc86cff5e8e61a9d759354bd8337b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e93790d4c6b78289bceec4f28607712f.setIcon(icon_592d7be63c196f76a69fc4d4c19edda1);
|
|
|
|
|
|
var marker_18ca5e4b946b413a625bc5fe3c689267 = L.marker(
|
|
[1.35208, 103.82],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_a52ffb5301885c14335815b7b213b7e3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_337b21460b36be1d0b2d7c7b237a2bbc = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_07b89ef941886e2527abab49d6a3eb85 = $(`<div id="html_07b89ef941886e2527abab49d6a3eb85" style="width: 100.0%; height: 100.0%;">relay.0xchat.com</div>`)[0];
|
|
popup_337b21460b36be1d0b2d7c7b237a2bbc.setContent(html_07b89ef941886e2527abab49d6a3eb85);
|
|
|
|
|
|
|
|
marker_18ca5e4b946b413a625bc5fe3c689267.bindPopup(popup_337b21460b36be1d0b2d7c7b237a2bbc)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_18ca5e4b946b413a625bc5fe3c689267.setIcon(icon_a52ffb5301885c14335815b7b213b7e3);
|
|
|
|
|
|
var marker_fc85b1bae9bdb80984600de8c1bad96e = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_535a35be5d15da465b1da59654f9f23e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff077b4d9a9ab8ea6567afe7fbc34982 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c82602bcda4131b6388f10e1ca318cd6 = $(`<div id="html_c82602bcda4131b6388f10e1ca318cd6" style="width: 100.0%; height: 100.0%;">nostr.myshosholoza.co.za</div>`)[0];
|
|
popup_ff077b4d9a9ab8ea6567afe7fbc34982.setContent(html_c82602bcda4131b6388f10e1ca318cd6);
|
|
|
|
|
|
|
|
marker_fc85b1bae9bdb80984600de8c1bad96e.bindPopup(popup_ff077b4d9a9ab8ea6567afe7fbc34982)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fc85b1bae9bdb80984600de8c1bad96e.setIcon(icon_535a35be5d15da465b1da59654f9f23e);
|
|
|
|
|
|
var marker_6f5865f02d7632a2484176cb87923a0b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_03e6cbd9bcb9390205832bc8092de84b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_012dcab09a576f084a98f71576c1d1b6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4577d31ba46e59b9ad18b574cc33ba86 = $(`<div id="html_4577d31ba46e59b9ad18b574cc33ba86" style="width: 100.0%; height: 100.0%;">nostr-relay.cbrx.io</div>`)[0];
|
|
popup_012dcab09a576f084a98f71576c1d1b6.setContent(html_4577d31ba46e59b9ad18b574cc33ba86);
|
|
|
|
|
|
|
|
marker_6f5865f02d7632a2484176cb87923a0b.bindPopup(popup_012dcab09a576f084a98f71576c1d1b6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f5865f02d7632a2484176cb87923a0b.setIcon(icon_03e6cbd9bcb9390205832bc8092de84b);
|
|
|
|
|
|
var marker_4441bd1149b052129f0103e62d91f51b = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_ad2d4d1e2fafdcaad264ce991e1abc87 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c970edd78005f5cc830473c0cf17fb13 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7afde7b3fb830eed658b490f4e37429e = $(`<div id="html_7afde7b3fb830eed658b490f4e37429e" style="width: 100.0%; height: 100.0%;">api.freefrom.space/v1/ws</div>`)[0];
|
|
popup_c970edd78005f5cc830473c0cf17fb13.setContent(html_7afde7b3fb830eed658b490f4e37429e);
|
|
|
|
|
|
|
|
marker_4441bd1149b052129f0103e62d91f51b.bindPopup(popup_c970edd78005f5cc830473c0cf17fb13)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4441bd1149b052129f0103e62d91f51b.setIcon(icon_ad2d4d1e2fafdcaad264ce991e1abc87);
|
|
|
|
|
|
var marker_462735099dbf05eb9e7b1368a2db9c14 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_a0a434404f0720e360e5a8495c17125a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c3bb12f2255b33798ac8bf42ce7edade = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_104d4512e2e50d336366f23293817a47 = $(`<div id="html_104d4512e2e50d336366f23293817a47" style="width: 100.0%; height: 100.0%;">relay.cosmicbolt.net</div>`)[0];
|
|
popup_c3bb12f2255b33798ac8bf42ce7edade.setContent(html_104d4512e2e50d336366f23293817a47);
|
|
|
|
|
|
|
|
marker_462735099dbf05eb9e7b1368a2db9c14.bindPopup(popup_c3bb12f2255b33798ac8bf42ce7edade)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_462735099dbf05eb9e7b1368a2db9c14.setIcon(icon_a0a434404f0720e360e5a8495c17125a);
|
|
|
|
|
|
var marker_bea59a89f80608e5babe4b1bf2ccecc4 = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_d66132d588a7097dcfb0375d406b816b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_20521b64b6fcac9b0c477b49430dcbb7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_82dbc6225008492d15552c89cf1e3d2f = $(`<div id="html_82dbc6225008492d15552c89cf1e3d2f" style="width: 100.0%; height: 100.0%;">freelay.sovbit.host</div>`)[0];
|
|
popup_20521b64b6fcac9b0c477b49430dcbb7.setContent(html_82dbc6225008492d15552c89cf1e3d2f);
|
|
|
|
|
|
|
|
marker_bea59a89f80608e5babe4b1bf2ccecc4.bindPopup(popup_20521b64b6fcac9b0c477b49430dcbb7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_bea59a89f80608e5babe4b1bf2ccecc4.setIcon(icon_d66132d588a7097dcfb0375d406b816b);
|
|
|
|
|
|
var marker_ccee45fb2a35eedd5ef668fb8fe692be = L.marker(
|
|
[36.55, 139.733],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_547e8df9256c57ac06b95a92e0d1f1e2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7be6f74791f3f49b6e7794b2ed062609 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4535ea80f91797ca858daea6d685f26b = $(`<div id="html_4535ea80f91797ca858daea6d685f26b" style="width: 100.0%; height: 100.0%;">nostr.now</div>`)[0];
|
|
popup_7be6f74791f3f49b6e7794b2ed062609.setContent(html_4535ea80f91797ca858daea6d685f26b);
|
|
|
|
|
|
|
|
marker_ccee45fb2a35eedd5ef668fb8fe692be.bindPopup(popup_7be6f74791f3f49b6e7794b2ed062609)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ccee45fb2a35eedd5ef668fb8fe692be.setIcon(icon_547e8df9256c57ac06b95a92e0d1f1e2);
|
|
|
|
|
|
var marker_4ed58212702534137dc65a05fc31978c = L.marker(
|
|
[64.1476, -21.9392],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_83f8cd614981e63646fac4e636db85bc = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7c4310f7327f95ad6cde3f0abbe31c6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_06124541cb3bc844218d955536588382 = $(`<div id="html_06124541cb3bc844218d955536588382" style="width: 100.0%; height: 100.0%;">theoutpost.life</div>`)[0];
|
|
popup_7c4310f7327f95ad6cde3f0abbe31c6a.setContent(html_06124541cb3bc844218d955536588382);
|
|
|
|
|
|
|
|
marker_4ed58212702534137dc65a05fc31978c.bindPopup(popup_7c4310f7327f95ad6cde3f0abbe31c6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4ed58212702534137dc65a05fc31978c.setIcon(icon_83f8cd614981e63646fac4e636db85bc);
|
|
|
|
|
|
var marker_d438e29321e12584112eb219b1bfcb62 = L.marker(
|
|
[49.4521, 11.0767],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_cd6c08fddc8759554493e3a2374de942 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_dfc4b8cacdf1ab60f6cb6f4ee8b660d3 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b16a6410feb5aa500a29e0e49f64c214 = $(`<div id="html_b16a6410feb5aa500a29e0e49f64c214" style="width: 100.0%; height: 100.0%;">relay-rpi.edufeed.org</div>`)[0];
|
|
popup_dfc4b8cacdf1ab60f6cb6f4ee8b660d3.setContent(html_b16a6410feb5aa500a29e0e49f64c214);
|
|
|
|
|
|
|
|
marker_d438e29321e12584112eb219b1bfcb62.bindPopup(popup_dfc4b8cacdf1ab60f6cb6f4ee8b660d3)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d438e29321e12584112eb219b1bfcb62.setIcon(icon_cd6c08fddc8759554493e3a2374de942);
|
|
|
|
|
|
var marker_e05bb7482d52f650e50f2f5680bb14ce = L.marker(
|
|
[52.3676, 4.90414],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_61f6ee7cf21de8b694710abffc041cf6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_38b1a8c2741ea688c99de709134efc86 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_20367c6f5ca93ad3feb68da9161c17e2 = $(`<div id="html_20367c6f5ca93ad3feb68da9161c17e2" style="width: 100.0%; height: 100.0%;">nostrelay.circum.space</div>`)[0];
|
|
popup_38b1a8c2741ea688c99de709134efc86.setContent(html_20367c6f5ca93ad3feb68da9161c17e2);
|
|
|
|
|
|
|
|
marker_e05bb7482d52f650e50f2f5680bb14ce.bindPopup(popup_38b1a8c2741ea688c99de709134efc86)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_e05bb7482d52f650e50f2f5680bb14ce.setIcon(icon_61f6ee7cf21de8b694710abffc041cf6);
|
|
|
|
|
|
var marker_48dfddba9caca3f3781b97e06d8962b2 = L.marker(
|
|
[59.8845, 30.3184],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_089a70764fa22f1560e010adcfc6efce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_7b77890fd6b6211c7069491d50b9080c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_758f967cd70880b3fc4997171db7d48a = $(`<div id="html_758f967cd70880b3fc4997171db7d48a" style="width: 100.0%; height: 100.0%;">adre.su</div>`)[0];
|
|
popup_7b77890fd6b6211c7069491d50b9080c.setContent(html_758f967cd70880b3fc4997171db7d48a);
|
|
|
|
|
|
|
|
marker_48dfddba9caca3f3781b97e06d8962b2.bindPopup(popup_7b77890fd6b6211c7069491d50b9080c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_48dfddba9caca3f3781b97e06d8962b2.setIcon(icon_089a70764fa22f1560e010adcfc6efce);
|
|
|
|
|
|
var marker_493fe513ec3f37460924870524088518 = L.marker(
|
|
[39.0438, -77.4874],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_4167f3343fd1f897036fa2743f02192a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1ee7e0fd753227c379a53cc1588ec9aa = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b55d4fdfc98be523ad7aac3ef7d7e946 = $(`<div id="html_b55d4fdfc98be523ad7aac3ef7d7e946" style="width: 100.0%; height: 100.0%;">nostr-relay.amethyst.name</div>`)[0];
|
|
popup_1ee7e0fd753227c379a53cc1588ec9aa.setContent(html_b55d4fdfc98be523ad7aac3ef7d7e946);
|
|
|
|
|
|
|
|
marker_493fe513ec3f37460924870524088518.bindPopup(popup_1ee7e0fd753227c379a53cc1588ec9aa)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_493fe513ec3f37460924870524088518.setIcon(icon_4167f3343fd1f897036fa2743f02192a);
|
|
|
|
|
|
var marker_40e591ac20547cce7396866df2574876 = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_ba639f64774e7ef01e19c84f75539363 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f1a2836e5bc18a5317f039e00d0f67f0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_416424e551e3f86cf2c30223c078c048 = $(`<div id="html_416424e551e3f86cf2c30223c078c048" style="width: 100.0%; height: 100.0%;">nostr.21crypto.ch</div>`)[0];
|
|
popup_f1a2836e5bc18a5317f039e00d0f67f0.setContent(html_416424e551e3f86cf2c30223c078c048);
|
|
|
|
|
|
|
|
marker_40e591ac20547cce7396866df2574876.bindPopup(popup_f1a2836e5bc18a5317f039e00d0f67f0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_40e591ac20547cce7396866df2574876.setIcon(icon_ba639f64774e7ef01e19c84f75539363);
|
|
|
|
|
|
var marker_7919af49d47aea9f2ea036b4a84a060b = L.marker(
|
|
[45.5201, -122.99],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_78a3e4b41badc15c66fe6fd485085ede = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32ed47e77b032e7a4602d63612c2d225 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f2b2eb7224dd179816d3e84a352b2501 = $(`<div id="html_f2b2eb7224dd179816d3e84a352b2501" style="width: 100.0%; height: 100.0%;">relay.wellorder.net</div>`)[0];
|
|
popup_32ed47e77b032e7a4602d63612c2d225.setContent(html_f2b2eb7224dd179816d3e84a352b2501);
|
|
|
|
|
|
|
|
marker_7919af49d47aea9f2ea036b4a84a060b.bindPopup(popup_32ed47e77b032e7a4602d63612c2d225)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7919af49d47aea9f2ea036b4a84a060b.setIcon(icon_78a3e4b41badc15c66fe6fd485085ede);
|
|
|
|
|
|
var marker_c4b4498395b9acc7f518cf9d8d2204e1 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_5caef00f1c5bd1678dc72f5b5cde674c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a3256919b978844e46142e249bd218e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_caec752568f9949eacb2c8a29f018d15 = $(`<div id="html_caec752568f9949eacb2c8a29f018d15" style="width: 100.0%; height: 100.0%;">nos.lol</div>`)[0];
|
|
popup_a3256919b978844e46142e249bd218e2.setContent(html_caec752568f9949eacb2c8a29f018d15);
|
|
|
|
|
|
|
|
marker_c4b4498395b9acc7f518cf9d8d2204e1.bindPopup(popup_a3256919b978844e46142e249bd218e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c4b4498395b9acc7f518cf9d8d2204e1.setIcon(icon_5caef00f1c5bd1678dc72f5b5cde674c);
|
|
|
|
|
|
var marker_0983998eac5fea610e78a91980642e7f = L.marker(
|
|
[39.1008, -94.5811],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_fb20534aff328abc7a4cb69fde6716ba = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_32c03f6ee3e19a4d9b43a434da13685c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9fbf09e19f180e6ffd98c004897b317e = $(`<div id="html_9fbf09e19f180e6ffd98c004897b317e" style="width: 100.0%; height: 100.0%;">relayone.geektank.ai</div>`)[0];
|
|
popup_32c03f6ee3e19a4d9b43a434da13685c.setContent(html_9fbf09e19f180e6ffd98c004897b317e);
|
|
|
|
|
|
|
|
marker_0983998eac5fea610e78a91980642e7f.bindPopup(popup_32c03f6ee3e19a4d9b43a434da13685c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0983998eac5fea610e78a91980642e7f.setIcon(icon_fb20534aff328abc7a4cb69fde6716ba);
|
|
|
|
|
|
var marker_05b1725974a636d506606eb1345a2d0e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_601ee32e32cbf486d4deacfe98e5c883 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c99b4dfb0179c5c756c3534151bd639c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_dba8ce6afdfd8ba71cbe329177de9521 = $(`<div id="html_dba8ce6afdfd8ba71cbe329177de9521" style="width: 100.0%; height: 100.0%;">relay.bitcoindistrict.org</div>`)[0];
|
|
popup_c99b4dfb0179c5c756c3534151bd639c.setContent(html_dba8ce6afdfd8ba71cbe329177de9521);
|
|
|
|
|
|
|
|
marker_05b1725974a636d506606eb1345a2d0e.bindPopup(popup_c99b4dfb0179c5c756c3534151bd639c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_05b1725974a636d506606eb1345a2d0e.setIcon(icon_601ee32e32cbf486d4deacfe98e5c883);
|
|
|
|
|
|
var marker_6f5902853bc0df393c75a69797d44569 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_7d64213f313504e18afb8fb74fea226a = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1b5bc4f8dbcd893a46b506aeb199a0e8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9baadb36b084ca9a7a6f747faef082dc = $(`<div id="html_9baadb36b084ca9a7a6f747faef082dc" style="width: 100.0%; height: 100.0%;">relay.layer.systems</div>`)[0];
|
|
popup_1b5bc4f8dbcd893a46b506aeb199a0e8.setContent(html_9baadb36b084ca9a7a6f747faef082dc);
|
|
|
|
|
|
|
|
marker_6f5902853bc0df393c75a69797d44569.bindPopup(popup_1b5bc4f8dbcd893a46b506aeb199a0e8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6f5902853bc0df393c75a69797d44569.setIcon(icon_7d64213f313504e18afb8fb74fea226a);
|
|
|
|
|
|
var marker_d5d8a60c023b50d71ed868d0f22e90b9 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_f102df7a5f523c6fa9720680f0bf95d7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bd9c4f6d355e52482a265ff4f610a886 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a709f2d3c3fd4f025039b5a02c55eba5 = $(`<div id="html_a709f2d3c3fd4f025039b5a02c55eba5" style="width: 100.0%; height: 100.0%;">relay.cypherflow.ai</div>`)[0];
|
|
popup_bd9c4f6d355e52482a265ff4f610a886.setContent(html_a709f2d3c3fd4f025039b5a02c55eba5);
|
|
|
|
|
|
|
|
marker_d5d8a60c023b50d71ed868d0f22e90b9.bindPopup(popup_bd9c4f6d355e52482a265ff4f610a886)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d5d8a60c023b50d71ed868d0f22e90b9.setIcon(icon_f102df7a5f523c6fa9720680f0bf95d7);
|
|
|
|
|
|
var marker_80b4ef60c09a1d9303a62893dd2ed35c = L.marker(
|
|
[38.7223, -9.13934],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_53b2de36df6390e79d9af67fe73c11a9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1c783dbe0276b56e81e30f631532ebcb = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8ca77f96bfdfe1cd43aa7c17969ea32a = $(`<div id="html_8ca77f96bfdfe1cd43aa7c17969ea32a" style="width: 100.0%; height: 100.0%;">relay-freeharmonypeople.space</div>`)[0];
|
|
popup_1c783dbe0276b56e81e30f631532ebcb.setContent(html_8ca77f96bfdfe1cd43aa7c17969ea32a);
|
|
|
|
|
|
|
|
marker_80b4ef60c09a1d9303a62893dd2ed35c.bindPopup(popup_1c783dbe0276b56e81e30f631532ebcb)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_80b4ef60c09a1d9303a62893dd2ed35c.setIcon(icon_53b2de36df6390e79d9af67fe73c11a9);
|
|
|
|
|
|
var marker_fd3412311f554ce5589e4701655531be = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_3cbc052b6f86cb35a87ee317882d9afe = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81212ab3a700d0d6487dfbda83505f9f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e00ffbbd7dbd0ec0b6956a31cca5ff37 = $(`<div id="html_e00ffbbd7dbd0ec0b6956a31cca5ff37" style="width: 100.0%; height: 100.0%;">nostr.ovia.to</div>`)[0];
|
|
popup_81212ab3a700d0d6487dfbda83505f9f.setContent(html_e00ffbbd7dbd0ec0b6956a31cca5ff37);
|
|
|
|
|
|
|
|
marker_fd3412311f554ce5589e4701655531be.bindPopup(popup_81212ab3a700d0d6487dfbda83505f9f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fd3412311f554ce5589e4701655531be.setIcon(icon_3cbc052b6f86cb35a87ee317882d9afe);
|
|
|
|
|
|
var marker_ec7fbe14ff2f7a4f6f1466214c63240e = L.marker(
|
|
[45.6018, -121.185],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_09ba456fcdfdfe576ed0777ef5774f7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f84f6c56a89f29fe01df9cdd2e3a166f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1414b72684230ad77185f7af622a7c96 = $(`<div id="html_1414b72684230ad77185f7af622a7c96" style="width: 100.0%; height: 100.0%;">nostr.zoracle.org</div>`)[0];
|
|
popup_f84f6c56a89f29fe01df9cdd2e3a166f.setContent(html_1414b72684230ad77185f7af622a7c96);
|
|
|
|
|
|
|
|
marker_ec7fbe14ff2f7a4f6f1466214c63240e.bindPopup(popup_f84f6c56a89f29fe01df9cdd2e3a166f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ec7fbe14ff2f7a4f6f1466214c63240e.setIcon(icon_09ba456fcdfdfe576ed0777ef5774f7c);
|
|
|
|
|
|
var marker_abc560bff50898c0532b711fc1cccbdd = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_079ebdd6fdbeb92763acf18c0750657d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_58636f7b2a91ba9ae9d828ae8fab3eff = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4ec5fd48effac73218cdf958c82dd7ce = $(`<div id="html_4ec5fd48effac73218cdf958c82dd7ce" style="width: 100.0%; height: 100.0%;">shu05.shugur.net</div>`)[0];
|
|
popup_58636f7b2a91ba9ae9d828ae8fab3eff.setContent(html_4ec5fd48effac73218cdf958c82dd7ce);
|
|
|
|
|
|
|
|
marker_abc560bff50898c0532b711fc1cccbdd.bindPopup(popup_58636f7b2a91ba9ae9d828ae8fab3eff)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_abc560bff50898c0532b711fc1cccbdd.setIcon(icon_079ebdd6fdbeb92763acf18c0750657d);
|
|
|
|
|
|
var marker_c26a06097d4b42875817b4fa0018252a = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_d1d543fd34f37b2be5547013b233e2a7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_81e3f513b420c0eb494c6293f978220b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_76de3ae30ad9db04a69260ef96bbf7e2 = $(`<div id="html_76de3ae30ad9db04a69260ef96bbf7e2" style="width: 100.0%; height: 100.0%;">relay.jeffg.fyi</div>`)[0];
|
|
popup_81e3f513b420c0eb494c6293f978220b.setContent(html_76de3ae30ad9db04a69260ef96bbf7e2);
|
|
|
|
|
|
|
|
marker_c26a06097d4b42875817b4fa0018252a.bindPopup(popup_81e3f513b420c0eb494c6293f978220b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c26a06097d4b42875817b4fa0018252a.setIcon(icon_d1d543fd34f37b2be5547013b233e2a7);
|
|
|
|
|
|
var marker_b0bf11eb5750650a0295eea682be2fa8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_d6acf3a1f75400b362269908dd41b633 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_253556a5a66b0b93d35b1527e017f117 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_7f806326556933571631792b4ce8a8e4 = $(`<div id="html_7f806326556933571631792b4ce8a8e4" style="width: 100.0%; height: 100.0%;">purpura.cloud</div>`)[0];
|
|
popup_253556a5a66b0b93d35b1527e017f117.setContent(html_7f806326556933571631792b4ce8a8e4);
|
|
|
|
|
|
|
|
marker_b0bf11eb5750650a0295eea682be2fa8.bindPopup(popup_253556a5a66b0b93d35b1527e017f117)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b0bf11eb5750650a0295eea682be2fa8.setIcon(icon_d6acf3a1f75400b362269908dd41b633);
|
|
|
|
|
|
var marker_55e7e029ce46ddb5b41034c42a38a08c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_e9f285abaafdc30ae880721f12f48e4e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d2dff763e4b87c20c6442cf88230815e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_41619645cb8b1c9c9482a247ef56a289 = $(`<div id="html_41619645cb8b1c9c9482a247ef56a289" style="width: 100.0%; height: 100.0%;">chat-relay.zap-work.com</div>`)[0];
|
|
popup_d2dff763e4b87c20c6442cf88230815e.setContent(html_41619645cb8b1c9c9482a247ef56a289);
|
|
|
|
|
|
|
|
marker_55e7e029ce46ddb5b41034c42a38a08c.bindPopup(popup_d2dff763e4b87c20c6442cf88230815e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_55e7e029ce46ddb5b41034c42a38a08c.setIcon(icon_e9f285abaafdc30ae880721f12f48e4e);
|
|
|
|
|
|
var marker_cb34fa4b2840c0a2ab364695c9ea0810 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_2042d9167f014b9659c98e4b22cff4e1 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ddf0014ef31cded640260c6b781d726f = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_90a830d61ac1b8f8592654ae1450c1f7 = $(`<div id="html_90a830d61ac1b8f8592654ae1450c1f7" style="width: 100.0%; height: 100.0%;">relay.degmods.com</div>`)[0];
|
|
popup_ddf0014ef31cded640260c6b781d726f.setContent(html_90a830d61ac1b8f8592654ae1450c1f7);
|
|
|
|
|
|
|
|
marker_cb34fa4b2840c0a2ab364695c9ea0810.bindPopup(popup_ddf0014ef31cded640260c6b781d726f)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cb34fa4b2840c0a2ab364695c9ea0810.setIcon(icon_2042d9167f014b9659c98e4b22cff4e1);
|
|
|
|
|
|
var marker_449e6f7573420933ab90b8dbef37b860 = L.marker(
|
|
[37.3387, -121.885],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_b36482e3ce9be7ceb562c424ea721b78 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8ee6f810779e8a4ae79a554e4b21463c = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_df3f8c2915b960f7ab4871fabb6513e1 = $(`<div id="html_df3f8c2915b960f7ab4871fabb6513e1" style="width: 100.0%; height: 100.0%;">relay-testnet.k8s.layer3.news</div>`)[0];
|
|
popup_8ee6f810779e8a4ae79a554e4b21463c.setContent(html_df3f8c2915b960f7ab4871fabb6513e1);
|
|
|
|
|
|
|
|
marker_449e6f7573420933ab90b8dbef37b860.bindPopup(popup_8ee6f810779e8a4ae79a554e4b21463c)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_449e6f7573420933ab90b8dbef37b860.setIcon(icon_b36482e3ce9be7ceb562c424ea721b78);
|
|
|
|
|
|
var marker_6267c24f9ab3c3bea2e38ca1749612a8 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_7da3ced551b24649e20aa666d1078d1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d77073eb6ac026f947ac33ef081087c4 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c0c4b73e4f80db255bdc3bd7f2488c3d = $(`<div id="html_c0c4b73e4f80db255bdc3bd7f2488c3d" style="width: 100.0%; height: 100.0%;">relay.coinos.io</div>`)[0];
|
|
popup_d77073eb6ac026f947ac33ef081087c4.setContent(html_c0c4b73e4f80db255bdc3bd7f2488c3d);
|
|
|
|
|
|
|
|
marker_6267c24f9ab3c3bea2e38ca1749612a8.bindPopup(popup_d77073eb6ac026f947ac33ef081087c4)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6267c24f9ab3c3bea2e38ca1749612a8.setIcon(icon_7da3ced551b24649e20aa666d1078d1e);
|
|
|
|
|
|
var marker_d1681e7c3ef064971633787c59448d47 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_a3c8d7e04ed1f4edf9a12b9adebeac8f = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_89afac2015c8dbc8385e01f38e51cc18 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e915c43a87bf0e89045d014fe5ce4823 = $(`<div id="html_e915c43a87bf0e89045d014fe5ce4823" style="width: 100.0%; height: 100.0%;">soloco.nl</div>`)[0];
|
|
popup_89afac2015c8dbc8385e01f38e51cc18.setContent(html_e915c43a87bf0e89045d014fe5ce4823);
|
|
|
|
|
|
|
|
marker_d1681e7c3ef064971633787c59448d47.bindPopup(popup_89afac2015c8dbc8385e01f38e51cc18)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d1681e7c3ef064971633787c59448d47.setIcon(icon_a3c8d7e04ed1f4edf9a12b9adebeac8f);
|
|
|
|
|
|
var marker_444ed9510f4f432f1bac5d350b707796 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_5c8eb569fb21dc9de4d9a0576d20f317 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_cd0dba29297d1f680f9b26295a65a552 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_720db6f540aa896acb2d0cb37e512a1d = $(`<div id="html_720db6f540aa896acb2d0cb37e512a1d" style="width: 100.0%; height: 100.0%;">relay.zone667.com</div>`)[0];
|
|
popup_cd0dba29297d1f680f9b26295a65a552.setContent(html_720db6f540aa896acb2d0cb37e512a1d);
|
|
|
|
|
|
|
|
marker_444ed9510f4f432f1bac5d350b707796.bindPopup(popup_cd0dba29297d1f680f9b26295a65a552)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_444ed9510f4f432f1bac5d350b707796.setIcon(icon_5c8eb569fb21dc9de4d9a0576d20f317);
|
|
|
|
|
|
var marker_412cd85960e85a676367dc6619cf9a27 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_8de05a5c3d6fc244aac43983ed64ded9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9494dd2a4dc3eb4851db4e7ba6942681 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_941c2192e2813137766e9674ab1fa8f1 = $(`<div id="html_941c2192e2813137766e9674ab1fa8f1" style="width: 100.0%; height: 100.0%;">inbox.azzamo.net</div>`)[0];
|
|
popup_9494dd2a4dc3eb4851db4e7ba6942681.setContent(html_941c2192e2813137766e9674ab1fa8f1);
|
|
|
|
|
|
|
|
marker_412cd85960e85a676367dc6619cf9a27.bindPopup(popup_9494dd2a4dc3eb4851db4e7ba6942681)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_412cd85960e85a676367dc6619cf9a27.setIcon(icon_8de05a5c3d6fc244aac43983ed64ded9);
|
|
|
|
|
|
var marker_3c5b16dec1fe9168d8fce5b729287759 = L.marker(
|
|
[47.2343, -119.853],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_456b02aefed1effa9834c0bfa8fd3ef9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ff7dff5f380394d4c64df90f9a11e834 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_3368e3a5abaad37a28e62a9af4b4727c = $(`<div id="html_3368e3a5abaad37a28e62a9af4b4727c" style="width: 100.0%; height: 100.0%;">nostr-relay.nextblockvending.com</div>`)[0];
|
|
popup_ff7dff5f380394d4c64df90f9a11e834.setContent(html_3368e3a5abaad37a28e62a9af4b4727c);
|
|
|
|
|
|
|
|
marker_3c5b16dec1fe9168d8fce5b729287759.bindPopup(popup_ff7dff5f380394d4c64df90f9a11e834)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3c5b16dec1fe9168d8fce5b729287759.setIcon(icon_456b02aefed1effa9834c0bfa8fd3ef9);
|
|
|
|
|
|
var marker_4422684dd553f3ba6210aba90bdb58bb = L.marker(
|
|
[37.7775, -122.397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_0b709aa10d2de97534d0818bd2c11735 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_637397957bb313f1e7334aae4361c789 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a073124286fef75de233cf277f2bdc3f = $(`<div id="html_a073124286fef75de233cf277f2bdc3f" style="width: 100.0%; height: 100.0%;">kotukonostr.onrender.com</div>`)[0];
|
|
popup_637397957bb313f1e7334aae4361c789.setContent(html_a073124286fef75de233cf277f2bdc3f);
|
|
|
|
|
|
|
|
marker_4422684dd553f3ba6210aba90bdb58bb.bindPopup(popup_637397957bb313f1e7334aae4361c789)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4422684dd553f3ba6210aba90bdb58bb.setIcon(icon_0b709aa10d2de97534d0818bd2c11735);
|
|
|
|
|
|
var marker_57e05fc10b1b913ba1dd4289540966f1 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_fc96a09aafc74e32a2903763213cebc5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a58bb23b51d60c4251fb9d493cfcf06b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_68ca74bb19505996f1ae0852d8651d5c = $(`<div id="html_68ca74bb19505996f1ae0852d8651d5c" style="width: 100.0%; height: 100.0%;">nostr.night7.space</div>`)[0];
|
|
popup_a58bb23b51d60c4251fb9d493cfcf06b.setContent(html_68ca74bb19505996f1ae0852d8651d5c);
|
|
|
|
|
|
|
|
marker_57e05fc10b1b913ba1dd4289540966f1.bindPopup(popup_a58bb23b51d60c4251fb9d493cfcf06b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_57e05fc10b1b913ba1dd4289540966f1.setIcon(icon_fc96a09aafc74e32a2903763213cebc5);
|
|
|
|
|
|
var marker_f487957caded443c87670829a2d1e02b = L.marker(
|
|
[47.4815, -122.246],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_4fdd1d0fe764b19061d78487b86ccf7c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_79061977d4364eb57f61f6601d06d64b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_92b2d4ee5fd9c31f1e72e5108bd7a818 = $(`<div id="html_92b2d4ee5fd9c31f1e72e5108bd7a818" style="width: 100.0%; height: 100.0%;">relay.apolloqa.org</div>`)[0];
|
|
popup_79061977d4364eb57f61f6601d06d64b.setContent(html_92b2d4ee5fd9c31f1e72e5108bd7a818);
|
|
|
|
|
|
|
|
marker_f487957caded443c87670829a2d1e02b.bindPopup(popup_79061977d4364eb57f61f6601d06d64b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_f487957caded443c87670829a2d1e02b.setIcon(icon_4fdd1d0fe764b19061d78487b86ccf7c);
|
|
|
|
|
|
var marker_d8445aa7864daf22493aaeb2c8895e39 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_16054609ab697639657f1eee5bdb5ca6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ba56947c989ba915556963cf77eaa0bf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9c8f814e0ae0fbbaf4d4cbd0a28b72a5 = $(`<div id="html_9c8f814e0ae0fbbaf4d4cbd0a28b72a5" style="width: 100.0%; height: 100.0%;">schnorr.me</div>`)[0];
|
|
popup_ba56947c989ba915556963cf77eaa0bf.setContent(html_9c8f814e0ae0fbbaf4d4cbd0a28b72a5);
|
|
|
|
|
|
|
|
marker_d8445aa7864daf22493aaeb2c8895e39.bindPopup(popup_ba56947c989ba915556963cf77eaa0bf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_d8445aa7864daf22493aaeb2c8895e39.setIcon(icon_16054609ab697639657f1eee5bdb5ca6);
|
|
|
|
|
|
var marker_16583bb95ba8599d56711be6ab12563b = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_76b07cc743df26c46e8b408f6cd87bed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_692656df9ceb823c453b5e8d70440fa7 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_6824860598c022ab757d58faebeed5e9 = $(`<div id="html_6824860598c022ab757d58faebeed5e9" style="width: 100.0%; height: 100.0%;">nostr.openhoofd.nl</div>`)[0];
|
|
popup_692656df9ceb823c453b5e8d70440fa7.setContent(html_6824860598c022ab757d58faebeed5e9);
|
|
|
|
|
|
|
|
marker_16583bb95ba8599d56711be6ab12563b.bindPopup(popup_692656df9ceb823c453b5e8d70440fa7)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_16583bb95ba8599d56711be6ab12563b.setIcon(icon_76b07cc743df26c46e8b408f6cd87bed);
|
|
|
|
|
|
var marker_a5194bd7aefddcec353afddff865ffec = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_d65387d77ce6d0b47ffc53381d267927 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9dc11db1a8da1fed0029785f44285e6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_27a2b7f637fe2c711924c826a7f064ad = $(`<div id="html_27a2b7f637fe2c711924c826a7f064ad" style="width: 100.0%; height: 100.0%;">nostr.red5d.dev</div>`)[0];
|
|
popup_9dc11db1a8da1fed0029785f44285e6a.setContent(html_27a2b7f637fe2c711924c826a7f064ad);
|
|
|
|
|
|
|
|
marker_a5194bd7aefddcec353afddff865ffec.bindPopup(popup_9dc11db1a8da1fed0029785f44285e6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a5194bd7aefddcec353afddff865ffec.setIcon(icon_d65387d77ce6d0b47ffc53381d267927);
|
|
|
|
|
|
var marker_809fb34e117d5c0b1d1ffd8df5226679 = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_53e1d322e3c7611b8bdb4b36572ba599 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_bb0b7bc68798e9489635960f5385819b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_239a7e66ecf352f843b8f99a44f41d9f = $(`<div id="html_239a7e66ecf352f843b8f99a44f41d9f" style="width: 100.0%; height: 100.0%;">satsage.xyz</div>`)[0];
|
|
popup_bb0b7bc68798e9489635960f5385819b.setContent(html_239a7e66ecf352f843b8f99a44f41d9f);
|
|
|
|
|
|
|
|
marker_809fb34e117d5c0b1d1ffd8df5226679.bindPopup(popup_bb0b7bc68798e9489635960f5385819b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_809fb34e117d5c0b1d1ffd8df5226679.setIcon(icon_53e1d322e3c7611b8bdb4b36572ba599);
|
|
|
|
|
|
var marker_11ac9509ac4062f52ac087922257f959 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_8245615db7aae1b5d80ebdabb1554574 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_16455965976e42e09b41aaf7bd68f0ea = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e79d156f62525d198891a1bdc44a4e40 = $(`<div id="html_e79d156f62525d198891a1bdc44a4e40" style="width: 100.0%; height: 100.0%;">relay.nostx.io</div>`)[0];
|
|
popup_16455965976e42e09b41aaf7bd68f0ea.setContent(html_e79d156f62525d198891a1bdc44a4e40);
|
|
|
|
|
|
|
|
marker_11ac9509ac4062f52ac087922257f959.bindPopup(popup_16455965976e42e09b41aaf7bd68f0ea)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_11ac9509ac4062f52ac087922257f959.setIcon(icon_8245615db7aae1b5d80ebdabb1554574);
|
|
|
|
|
|
var marker_99fbb8418e2c52347115bf64c0f525b8 = L.marker(
|
|
[52.2026, 20.9397],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_39ae819a0611b110035f9d725c5eb4ce = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6e9c6bbaeff6ccee1b38a06f83389600 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1bf9e8b91f6612eea8ba4967a5ef322d = $(`<div id="html_1bf9e8b91f6612eea8ba4967a5ef322d" style="width: 100.0%; height: 100.0%;">notemine.io</div>`)[0];
|
|
popup_6e9c6bbaeff6ccee1b38a06f83389600.setContent(html_1bf9e8b91f6612eea8ba4967a5ef322d);
|
|
|
|
|
|
|
|
marker_99fbb8418e2c52347115bf64c0f525b8.bindPopup(popup_6e9c6bbaeff6ccee1b38a06f83389600)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_99fbb8418e2c52347115bf64c0f525b8.setIcon(icon_39ae819a0611b110035f9d725c5eb4ce);
|
|
|
|
|
|
var marker_df0d8e02cdab95b5e5481005e31f337c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_f42da20753eb5de32d7dfcc770de3cb4 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6c92bd0d1595e673ef631c9d7bd98195 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2b096ab066329e2bd733906b2dc40a89 = $(`<div id="html_2b096ab066329e2bd733906b2dc40a89" style="width: 100.0%; height: 100.0%;">relay.ryzizub.com</div>`)[0];
|
|
popup_6c92bd0d1595e673ef631c9d7bd98195.setContent(html_2b096ab066329e2bd733906b2dc40a89);
|
|
|
|
|
|
|
|
marker_df0d8e02cdab95b5e5481005e31f337c.bindPopup(popup_6c92bd0d1595e673ef631c9d7bd98195)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_df0d8e02cdab95b5e5481005e31f337c.setIcon(icon_f42da20753eb5de32d7dfcc770de3cb4);
|
|
|
|
|
|
var marker_9e12dd8582c1542b832508903045e370 = L.marker(
|
|
[51.9229, 4.40833],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_d7a59547bcfea92906a6c8907e9dd113 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e82a5ea465e87a9cbeae133ce3bc7641 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e537911b848ebe27e1d2c2c5ac09ead7 = $(`<div id="html_e537911b848ebe27e1d2c2c5ac09ead7" style="width: 100.0%; height: 100.0%;">strfry.openhoofd.nl</div>`)[0];
|
|
popup_e82a5ea465e87a9cbeae133ce3bc7641.setContent(html_e537911b848ebe27e1d2c2c5ac09ead7);
|
|
|
|
|
|
|
|
marker_9e12dd8582c1542b832508903045e370.bindPopup(popup_e82a5ea465e87a9cbeae133ce3bc7641)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_9e12dd8582c1542b832508903045e370.setIcon(icon_d7a59547bcfea92906a6c8907e9dd113);
|
|
|
|
|
|
var marker_433948cc190c4a823100b2220b51b7c2 = L.marker(
|
|
[48.1045, 11.6004],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_666a9def2cfcae7471249435a4293cad = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_9471d8b84ca04fcffac4dbcd91836ba0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_149be9f7f25c90bba9648ea5de6a7edf = $(`<div id="html_149be9f7f25c90bba9648ea5de6a7edf" style="width: 100.0%; height: 100.0%;">relay.nostrhub.fr</div>`)[0];
|
|
popup_9471d8b84ca04fcffac4dbcd91836ba0.setContent(html_149be9f7f25c90bba9648ea5de6a7edf);
|
|
|
|
|
|
|
|
marker_433948cc190c4a823100b2220b51b7c2.bindPopup(popup_9471d8b84ca04fcffac4dbcd91836ba0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_433948cc190c4a823100b2220b51b7c2.setIcon(icon_666a9def2cfcae7471249435a4293cad);
|
|
|
|
|
|
var marker_4f909be1c50ed5373093f99c7878ca04 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_a98d39e5aa1734cb586d9f75a96ac7ee = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_af323326600f0357887443ace0fff291 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_196a94326c976dc4dcc7f6a8477f0113 = $(`<div id="html_196a94326c976dc4dcc7f6a8477f0113" style="width: 100.0%; height: 100.0%;">nostrja-kari.heguro.com</div>`)[0];
|
|
popup_af323326600f0357887443ace0fff291.setContent(html_196a94326c976dc4dcc7f6a8477f0113);
|
|
|
|
|
|
|
|
marker_4f909be1c50ed5373093f99c7878ca04.bindPopup(popup_af323326600f0357887443ace0fff291)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4f909be1c50ed5373093f99c7878ca04.setIcon(icon_a98d39e5aa1734cb586d9f75a96ac7ee);
|
|
|
|
|
|
var marker_7803f71a994a24ebbd12020503963306 = L.marker(
|
|
[48.1046, 11.6002],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_9fbec653f3042fc3944c9cab228b2cd6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_60cca54ea94b84936c6014f5cdec176b = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c50f3e7847c62cfc02ce47af7baaaeac = $(`<div id="html_c50f3e7847c62cfc02ce47af7baaaeac" style="width: 100.0%; height: 100.0%;">relay2.angor.io</div>`)[0];
|
|
popup_60cca54ea94b84936c6014f5cdec176b.setContent(html_c50f3e7847c62cfc02ce47af7baaaeac);
|
|
|
|
|
|
|
|
marker_7803f71a994a24ebbd12020503963306.bindPopup(popup_60cca54ea94b84936c6014f5cdec176b)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7803f71a994a24ebbd12020503963306.setIcon(icon_9fbec653f3042fc3944c9cab228b2cd6);
|
|
|
|
|
|
var marker_c20b3a376c289e84fd7460fa0b01419e = L.marker(
|
|
[41.2619, -95.8608],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_6ac4a423896dc4fd40ee4496e388bb4c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_1fb1c921a52bd9228c2463f51befec74 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_4952fbfd1153e013f162532eac5c23af = $(`<div id="html_4952fbfd1153e013f162532eac5c23af" style="width: 100.0%; height: 100.0%;">relay.wavlake.com</div>`)[0];
|
|
popup_1fb1c921a52bd9228c2463f51befec74.setContent(html_4952fbfd1153e013f162532eac5c23af);
|
|
|
|
|
|
|
|
marker_c20b3a376c289e84fd7460fa0b01419e.bindPopup(popup_1fb1c921a52bd9228c2463f51befec74)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c20b3a376c289e84fd7460fa0b01419e.setIcon(icon_6ac4a423896dc4fd40ee4496e388bb4c);
|
|
|
|
|
|
var marker_a3a5d70833f5d5e942b5bddfbb215dc0 = L.marker(
|
|
[53.3498, -6.26031],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_71acfff06fc4cfccb9eac22272b8f208 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_765cda4405d902011edd387e6444c873 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e9cd08799994800609e82c0e08982159 = $(`<div id="html_e9cd08799994800609e82c0e08982159" style="width: 100.0%; height: 100.0%;">lightning.red</div>`)[0];
|
|
popup_765cda4405d902011edd387e6444c873.setContent(html_e9cd08799994800609e82c0e08982159);
|
|
|
|
|
|
|
|
marker_a3a5d70833f5d5e942b5bddfbb215dc0.bindPopup(popup_765cda4405d902011edd387e6444c873)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a3a5d70833f5d5e942b5bddfbb215dc0.setIcon(icon_71acfff06fc4cfccb9eac22272b8f208);
|
|
|
|
|
|
var marker_ad00de1b6e89e08b3570f4bc55d50818 = L.marker(
|
|
[40.7128, -74.006],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_fd9bab9b6d350bdc91929168bd10ba0e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8382a51d4d731f88c0273440244dd09e = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_bfc4023bffcba2101e393f480c3691ca = $(`<div id="html_bfc4023bffcba2101e393f480c3691ca" style="width: 100.0%; height: 100.0%;">fanfares.nostr1.com</div>`)[0];
|
|
popup_8382a51d4d731f88c0273440244dd09e.setContent(html_bfc4023bffcba2101e393f480c3691ca);
|
|
|
|
|
|
|
|
marker_ad00de1b6e89e08b3570f4bc55d50818.bindPopup(popup_8382a51d4d731f88c0273440244dd09e)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ad00de1b6e89e08b3570f4bc55d50818.setIcon(icon_fd9bab9b6d350bdc91929168bd10ba0e);
|
|
|
|
|
|
var marker_31d30f66203c8450a0502be75fb7ce3c = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_35c678479be68f928002bcbba2645fc5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12f880c3bb4acc0184235f75df03bbbf = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d1a342fe410c98f7477e777689247552 = $(`<div id="html_d1a342fe410c98f7477e777689247552" style="width: 100.0%; height: 100.0%;">relay.npubhaus.com</div>`)[0];
|
|
popup_12f880c3bb4acc0184235f75df03bbbf.setContent(html_d1a342fe410c98f7477e777689247552);
|
|
|
|
|
|
|
|
marker_31d30f66203c8450a0502be75fb7ce3c.bindPopup(popup_12f880c3bb4acc0184235f75df03bbbf)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_31d30f66203c8450a0502be75fb7ce3c.setIcon(icon_35c678479be68f928002bcbba2645fc5);
|
|
|
|
|
|
var marker_98aa931dfc79f445eea5b3740084f247 = L.marker(
|
|
[49.4543, 11.0746],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_a0f147838c8bfe519e019e5550cab1c2 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_0d040bec8e193b496eee0aea070992f6 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a7d4bad620ff68857f7dce7ce071d472 = $(`<div id="html_a7d4bad620ff68857f7dce7ce071d472" style="width: 100.0%; height: 100.0%;">nostr.rtvslawenia.com</div>`)[0];
|
|
popup_0d040bec8e193b496eee0aea070992f6.setContent(html_a7d4bad620ff68857f7dce7ce071d472);
|
|
|
|
|
|
|
|
marker_98aa931dfc79f445eea5b3740084f247.bindPopup(popup_0d040bec8e193b496eee0aea070992f6)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98aa931dfc79f445eea5b3740084f247.setIcon(icon_a0f147838c8bfe519e019e5550cab1c2);
|
|
|
|
|
|
var marker_a6096131fc1dbf89b85e256401f29f17 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_a52b231aafdef9502c9fef25fcec0c91 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_ef933fd1b05af369c656490032b48a04 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0ee6fdde576ddb0c8da48103edb7b4d5 = $(`<div id="html_0ee6fdde576ddb0c8da48103edb7b4d5" style="width: 100.0%; height: 100.0%;">ynostr.yael.at</div>`)[0];
|
|
popup_ef933fd1b05af369c656490032b48a04.setContent(html_0ee6fdde576ddb0c8da48103edb7b4d5);
|
|
|
|
|
|
|
|
marker_a6096131fc1dbf89b85e256401f29f17.bindPopup(popup_ef933fd1b05af369c656490032b48a04)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a6096131fc1dbf89b85e256401f29f17.setIcon(icon_a52b231aafdef9502c9fef25fcec0c91);
|
|
|
|
|
|
var marker_47f132a770e509a0e09174d1b75235cd = L.marker(
|
|
[41.5868, -93.625],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_24a88da1ec8ca5f01c2b6ea6e9966fc7 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_d392d583e998dc206c11abfbdcde3431 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b79235722ade9634536027c4e20ee7a = $(`<div id="html_8b79235722ade9634536027c4e20ee7a" style="width: 100.0%; height: 100.0%;">ribo.us.nostria.app</div>`)[0];
|
|
popup_d392d583e998dc206c11abfbdcde3431.setContent(html_8b79235722ade9634536027c4e20ee7a);
|
|
|
|
|
|
|
|
marker_47f132a770e509a0e09174d1b75235cd.bindPopup(popup_d392d583e998dc206c11abfbdcde3431)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_47f132a770e509a0e09174d1b75235cd.setIcon(icon_24a88da1ec8ca5f01c2b6ea6e9966fc7);
|
|
|
|
|
|
var marker_03bd43af9e9e9038e117f37a90a613dc = L.marker(
|
|
[1.32123, 103.695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_c98bee93cdf58b352e2e7db14c5d11bf = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_246286a3fd9c236aa86461f4a8861c15 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_f61ea1642debe4b63c5ace3323d8d7a6 = $(`<div id="html_f61ea1642debe4b63c5ace3323d8d7a6" style="width: 100.0%; height: 100.0%;">nostr-02.yakihonne.com</div>`)[0];
|
|
popup_246286a3fd9c236aa86461f4a8861c15.setContent(html_f61ea1642debe4b63c5ace3323d8d7a6);
|
|
|
|
|
|
|
|
marker_03bd43af9e9e9038e117f37a90a613dc.bindPopup(popup_246286a3fd9c236aa86461f4a8861c15)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_03bd43af9e9e9038e117f37a90a613dc.setIcon(icon_c98bee93cdf58b352e2e7db14c5d11bf);
|
|
|
|
|
|
var marker_c891355da3d0a647ff67c4e18745adcb = L.marker(
|
|
[54.5847, 10.0178],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_49f545d628b707eac5744829cf88aeb0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_165652da6f5c154df186493260ad52fe = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_736a7eb7225f25d53b61b64ff604c3ca = $(`<div id="html_736a7eb7225f25d53b61b64ff604c3ca" style="width: 100.0%; height: 100.0%;">nostr.self-determined.de</div>`)[0];
|
|
popup_165652da6f5c154df186493260ad52fe.setContent(html_736a7eb7225f25d53b61b64ff604c3ca);
|
|
|
|
|
|
|
|
marker_c891355da3d0a647ff67c4e18745adcb.bindPopup(popup_165652da6f5c154df186493260ad52fe)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c891355da3d0a647ff67c4e18745adcb.setIcon(icon_49f545d628b707eac5744829cf88aeb0);
|
|
|
|
|
|
var marker_fcdbbb8e4fd799e07b949166dd532f13 = L.marker(
|
|
[48.8566, 2.35222],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_71a4a33f4eb4ad2f64dd0669632b707d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_6682436537cbf762e52b627490f5962d = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_26b62221ad93ec08fa3da2e8efaf5402 = $(`<div id="html_26b62221ad93ec08fa3da2e8efaf5402" style="width: 100.0%; height: 100.0%;">black.nostrcity.club</div>`)[0];
|
|
popup_6682436537cbf762e52b627490f5962d.setContent(html_26b62221ad93ec08fa3da2e8efaf5402);
|
|
|
|
|
|
|
|
marker_fcdbbb8e4fd799e07b949166dd532f13.bindPopup(popup_6682436537cbf762e52b627490f5962d)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_fcdbbb8e4fd799e07b949166dd532f13.setIcon(icon_71a4a33f4eb4ad2f64dd0669632b707d);
|
|
|
|
|
|
var marker_6402c02fd8e19cd2ca52f8c31dc2adf5 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_0df0ececf7bf3b0e97ead6ba352f9397 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_62a4c6dff1445b2faa015c6120969f59 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_a0186045825551137ce3b7414c4afeae = $(`<div id="html_a0186045825551137ce3b7414c4afeae" style="width: 100.0%; height: 100.0%;">kitchen.zap.cooking</div>`)[0];
|
|
popup_62a4c6dff1445b2faa015c6120969f59.setContent(html_a0186045825551137ce3b7414c4afeae);
|
|
|
|
|
|
|
|
marker_6402c02fd8e19cd2ca52f8c31dc2adf5.bindPopup(popup_62a4c6dff1445b2faa015c6120969f59)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_6402c02fd8e19cd2ca52f8c31dc2adf5.setIcon(icon_0df0ececf7bf3b0e97ead6ba352f9397);
|
|
|
|
|
|
var marker_0e2b1e3f580fcc325ae6d77c10a0ef02 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_5f25fa68356e4a00b65ac46da4f7cd15 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_848426a6adc27592821ea0c858bc93c5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_13d39df700991300029b9adecacc4b0f = $(`<div id="html_13d39df700991300029b9adecacc4b0f" style="width: 100.0%; height: 100.0%;">relay.routstr.com</div>`)[0];
|
|
popup_848426a6adc27592821ea0c858bc93c5.setContent(html_13d39df700991300029b9adecacc4b0f);
|
|
|
|
|
|
|
|
marker_0e2b1e3f580fcc325ae6d77c10a0ef02.bindPopup(popup_848426a6adc27592821ea0c858bc93c5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e2b1e3f580fcc325ae6d77c10a0ef02.setIcon(icon_5f25fa68356e4a00b65ac46da4f7cd15);
|
|
|
|
|
|
var marker_41527ca59fe65c5b2f5f4e3d24a40546 = L.marker(
|
|
[49.0291, 8.35695],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_cfec9c9e0c64e660733cfa104deebb9d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_76448870076a3ac28e3612cfc9fa13b9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2c86f31723a45a6945e4d492808a75a9 = $(`<div id="html_2c86f31723a45a6945e4d492808a75a9" style="width: 100.0%; height: 100.0%;">relay.lumina.rocks</div>`)[0];
|
|
popup_76448870076a3ac28e3612cfc9fa13b9.setContent(html_2c86f31723a45a6945e4d492808a75a9);
|
|
|
|
|
|
|
|
marker_41527ca59fe65c5b2f5f4e3d24a40546.bindPopup(popup_76448870076a3ac28e3612cfc9fa13b9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_41527ca59fe65c5b2f5f4e3d24a40546.setIcon(icon_cfec9c9e0c64e660733cfa104deebb9d);
|
|
|
|
|
|
var marker_c963633add99dab50a3d466184596dac = L.marker(
|
|
[50.1109, 8.68213],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_8520ee02776ce0e871270302def63bf8 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_51a3212071394fdf98ce7c286415cc72 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9425e9bcf72635505691aa7465188887 = $(`<div id="html_9425e9bcf72635505691aa7465188887" style="width: 100.0%; height: 100.0%;">relay.chorus.community</div>`)[0];
|
|
popup_51a3212071394fdf98ce7c286415cc72.setContent(html_9425e9bcf72635505691aa7465188887);
|
|
|
|
|
|
|
|
marker_c963633add99dab50a3d466184596dac.bindPopup(popup_51a3212071394fdf98ce7c286415cc72)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_c963633add99dab50a3d466184596dac.setIcon(icon_8520ee02776ce0e871270302def63bf8);
|
|
|
|
|
|
var marker_98c32aee7c947de474dce99d015fe725 = L.marker(
|
|
[32.71, -96.6745],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_1047db56ec0a08b1e5f17c5c8b770be6 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e4d18e1729945b17982bce5b7e585549 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d24a35f5d2abd1a70d909bd06227ec5d = $(`<div id="html_d24a35f5d2abd1a70d909bd06227ec5d" style="width: 100.0%; height: 100.0%;">nostr.thebiglake.org</div>`)[0];
|
|
popup_e4d18e1729945b17982bce5b7e585549.setContent(html_d24a35f5d2abd1a70d909bd06227ec5d);
|
|
|
|
|
|
|
|
marker_98c32aee7c947de474dce99d015fe725.bindPopup(popup_e4d18e1729945b17982bce5b7e585549)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_98c32aee7c947de474dce99d015fe725.setIcon(icon_1047db56ec0a08b1e5f17c5c8b770be6);
|
|
|
|
|
|
var marker_2c74ce8cfc02dded4f4ce0a868aab9da = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_3f5cf52385e8d86f5d2e9f2d18463ee3 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_c59b55194db48d95ec536a0926d7d905 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce2d276d7c87202994900cbaf01966f8 = $(`<div id="html_ce2d276d7c87202994900cbaf01966f8" style="width: 100.0%; height: 100.0%;">relay.seq1.net</div>`)[0];
|
|
popup_c59b55194db48d95ec536a0926d7d905.setContent(html_ce2d276d7c87202994900cbaf01966f8);
|
|
|
|
|
|
|
|
marker_2c74ce8cfc02dded4f4ce0a868aab9da.bindPopup(popup_c59b55194db48d95ec536a0926d7d905)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2c74ce8cfc02dded4f4ce0a868aab9da.setIcon(icon_3f5cf52385e8d86f5d2e9f2d18463ee3);
|
|
|
|
|
|
var marker_7d77312acf6525da371673c10a1bd8ff = L.marker(
|
|
[37.3986, -121.964],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_0c986b486571eea028b783cc1da4a609 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_932b1bf2bed99d37b363bb887837ba21 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_022da11a40e0b3e6d76edff394f539cd = $(`<div id="html_022da11a40e0b3e6d76edff394f539cd" style="width: 100.0%; height: 100.0%;">nostr.hekster.org</div>`)[0];
|
|
popup_932b1bf2bed99d37b363bb887837ba21.setContent(html_022da11a40e0b3e6d76edff394f539cd);
|
|
|
|
|
|
|
|
marker_7d77312acf6525da371673c10a1bd8ff.bindPopup(popup_932b1bf2bed99d37b363bb887837ba21)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_7d77312acf6525da371673c10a1bd8ff.setIcon(icon_0c986b486571eea028b783cc1da4a609);
|
|
|
|
|
|
var marker_212352437a2d2e346e20148d421758a0 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_f2b761e6df13fdd69bff853483714a74 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_abe0b41e2ea16bf5ec3e196f65e6b7e2 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_1332e86fc9fc550fc1c7229e1941ba67 = $(`<div id="html_1332e86fc9fc550fc1c7229e1941ba67" style="width: 100.0%; height: 100.0%;">nostr.mifen.me</div>`)[0];
|
|
popup_abe0b41e2ea16bf5ec3e196f65e6b7e2.setContent(html_1332e86fc9fc550fc1c7229e1941ba67);
|
|
|
|
|
|
|
|
marker_212352437a2d2e346e20148d421758a0.bindPopup(popup_abe0b41e2ea16bf5ec3e196f65e6b7e2)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_212352437a2d2e346e20148d421758a0.setIcon(icon_f2b761e6df13fdd69bff853483714a74);
|
|
|
|
|
|
var marker_cdaf55a2cc65edfe54e3b010edc7546c = L.marker(
|
|
[43.3601, -80.3127],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_eb3fdeac214f9c10f7004a0d285b6a60 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_23c264e04bfb5a82407ae492bce4c831 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_e752ca6539a34f2d0a8b3a5fc87e8d45 = $(`<div id="html_e752ca6539a34f2d0a8b3a5fc87e8d45" style="width: 100.0%; height: 100.0%;">relay.credenso.cafe</div>`)[0];
|
|
popup_23c264e04bfb5a82407ae492bce4c831.setContent(html_e752ca6539a34f2d0a8b3a5fc87e8d45);
|
|
|
|
|
|
|
|
marker_cdaf55a2cc65edfe54e3b010edc7546c.bindPopup(popup_23c264e04bfb5a82407ae492bce4c831)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_cdaf55a2cc65edfe54e3b010edc7546c.setIcon(icon_eb3fdeac214f9c10f7004a0d285b6a60);
|
|
|
|
|
|
var marker_830ea183fe5bf3eee23e15f6fdac16fe = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_a3f987ff29cc4d935aad0fb3f4c66b23 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_143349383fca6ddfbf6be4f45604b270 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_cd4f9db9d49ca6ad137b5a66df7770d0 = $(`<div id="html_cd4f9db9d49ca6ad137b5a66df7770d0" style="width: 100.0%; height: 100.0%;">relay.davidebtc.me</div>`)[0];
|
|
popup_143349383fca6ddfbf6be4f45604b270.setContent(html_cd4f9db9d49ca6ad137b5a66df7770d0);
|
|
|
|
|
|
|
|
marker_830ea183fe5bf3eee23e15f6fdac16fe.bindPopup(popup_143349383fca6ddfbf6be4f45604b270)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_830ea183fe5bf3eee23e15f6fdac16fe.setIcon(icon_a3f987ff29cc4d935aad0fb3f4c66b23);
|
|
|
|
|
|
var marker_a4328d3d4e7015924d3165c3cdee2711 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_a36c04fc0fffacb37f446271383b21c0 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_00c709a33e5db1146e05a820e66695e1 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_175a86126443ce04c3a0bd314986036f = $(`<div id="html_175a86126443ce04c3a0bd314986036f" style="width: 100.0%; height: 100.0%;">relayrs.notoshi.win</div>`)[0];
|
|
popup_00c709a33e5db1146e05a820e66695e1.setContent(html_175a86126443ce04c3a0bd314986036f);
|
|
|
|
|
|
|
|
marker_a4328d3d4e7015924d3165c3cdee2711.bindPopup(popup_00c709a33e5db1146e05a820e66695e1)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a4328d3d4e7015924d3165c3cdee2711.setIcon(icon_a36c04fc0fffacb37f446271383b21c0);
|
|
|
|
|
|
var marker_08ee0570cd0466d1f7411c2a9a75734e = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_965fc65fb2fd6c98b4a223dbb9f44eed = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_b9fb0561e6b723080636ea4b1544cbec = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0317c44eb23c2290752f5e56f960dd94 = $(`<div id="html_0317c44eb23c2290752f5e56f960dd94" style="width: 100.0%; height: 100.0%;">wot.shaving.kiwi</div>`)[0];
|
|
popup_b9fb0561e6b723080636ea4b1544cbec.setContent(html_0317c44eb23c2290752f5e56f960dd94);
|
|
|
|
|
|
|
|
marker_08ee0570cd0466d1f7411c2a9a75734e.bindPopup(popup_b9fb0561e6b723080636ea4b1544cbec)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08ee0570cd0466d1f7411c2a9a75734e.setIcon(icon_965fc65fb2fd6c98b4a223dbb9f44eed);
|
|
|
|
|
|
var marker_62cb72f0bfd5429120b13e77a4ce2090 = L.marker(
|
|
[49.0291, 8.35696],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_e63c1c9b1408ccee13e983431c42d7cb = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fbc8cfa28a963811873f9b1469c8edf0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_9f10eef0c8ae0a069268fa97eedf201c = $(`<div id="html_9f10eef0c8ae0a069268fa97eedf201c" style="width: 100.0%; height: 100.0%;">nostr.4rs.nl</div>`)[0];
|
|
popup_fbc8cfa28a963811873f9b1469c8edf0.setContent(html_9f10eef0c8ae0a069268fa97eedf201c);
|
|
|
|
|
|
|
|
marker_62cb72f0bfd5429120b13e77a4ce2090.bindPopup(popup_fbc8cfa28a963811873f9b1469c8edf0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_62cb72f0bfd5429120b13e77a4ce2090.setIcon(icon_e63c1c9b1408ccee13e983431c42d7cb);
|
|
|
|
|
|
var marker_ffe1441cac895c2043c6f2268d820969 = L.marker(
|
|
[25.0501, 121.565],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_0a238c020f8b8ed77294798b0807c17b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_635bbf9f29e4545805aad394af73efd5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_c174d19ee978cc2a2c00c11f6c1b4e15 = $(`<div id="html_c174d19ee978cc2a2c00c11f6c1b4e15" style="width: 100.0%; height: 100.0%;">nostr.dler.com</div>`)[0];
|
|
popup_635bbf9f29e4545805aad394af73efd5.setContent(html_c174d19ee978cc2a2c00c11f6c1b4e15);
|
|
|
|
|
|
|
|
marker_ffe1441cac895c2043c6f2268d820969.bindPopup(popup_635bbf9f29e4545805aad394af73efd5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_ffe1441cac895c2043c6f2268d820969.setIcon(icon_0a238c020f8b8ed77294798b0807c17b);
|
|
|
|
|
|
var marker_b404208f0ebccedc8d5f7dc49db84b84 = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_ef9f7c92cf9584b51d59bf42af522f79 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_12ab771ea33379cfca89a861e5b4462a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_56befaccb903a953d9a923a131c20588 = $(`<div id="html_56befaccb903a953d9a923a131c20588" style="width: 100.0%; height: 100.0%;">relay.endfiat.money</div>`)[0];
|
|
popup_12ab771ea33379cfca89a861e5b4462a.setContent(html_56befaccb903a953d9a923a131c20588);
|
|
|
|
|
|
|
|
marker_b404208f0ebccedc8d5f7dc49db84b84.bindPopup(popup_12ab771ea33379cfca89a861e5b4462a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b404208f0ebccedc8d5f7dc49db84b84.setIcon(icon_ef9f7c92cf9584b51d59bf42af522f79);
|
|
|
|
|
|
var marker_78cba9a15a8bb6406e28529978741a88 = L.marker(
|
|
[52.2297, 21.0122],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_c4b0f3173077d8d24bceb970ee781617 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_a36cd92afa25b32989b9d076496e8187 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2deef0ce2e6eb5ee9bf4329ec7e1ca40 = $(`<div id="html_2deef0ce2e6eb5ee9bf4329ec7e1ca40" style="width: 100.0%; height: 100.0%;">relay.dwadziesciajeden.pl</div>`)[0];
|
|
popup_a36cd92afa25b32989b9d076496e8187.setContent(html_2deef0ce2e6eb5ee9bf4329ec7e1ca40);
|
|
|
|
|
|
|
|
marker_78cba9a15a8bb6406e28529978741a88.bindPopup(popup_a36cd92afa25b32989b9d076496e8187)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_78cba9a15a8bb6406e28529978741a88.setIcon(icon_c4b0f3173077d8d24bceb970ee781617);
|
|
|
|
|
|
var marker_2da5e9c7bc1e0892facdb21ae4a9cdbd = L.marker(
|
|
[43.6532, -79.3832],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_893379d82f72859748f6797aafb839ca = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19f1cbe130eb3c8cf491ebf857ef3db0 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_22a2f64ab59c283fe3b8a970aaef4033 = $(`<div id="html_22a2f64ab59c283fe3b8a970aaef4033" style="width: 100.0%; height: 100.0%;">relay.getsafebox.app</div>`)[0];
|
|
popup_19f1cbe130eb3c8cf491ebf857ef3db0.setContent(html_22a2f64ab59c283fe3b8a970aaef4033);
|
|
|
|
|
|
|
|
marker_2da5e9c7bc1e0892facdb21ae4a9cdbd.bindPopup(popup_19f1cbe130eb3c8cf491ebf857ef3db0)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_2da5e9c7bc1e0892facdb21ae4a9cdbd.setIcon(icon_893379d82f72859748f6797aafb839ca);
|
|
|
|
|
|
var marker_4e5da430904687f07b5bf74a57af10cb = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_34c752c77c8495e53b65a4e1c5cf5862 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_02fb6350a9c79ced84dd9b99b3394950 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_101cd3f2accddd60dccf0e190043681a = $(`<div id="html_101cd3f2accddd60dccf0e190043681a" style="width: 100.0%; height: 100.0%;">r.alphaama.com</div>`)[0];
|
|
popup_02fb6350a9c79ced84dd9b99b3394950.setContent(html_101cd3f2accddd60dccf0e190043681a);
|
|
|
|
|
|
|
|
marker_4e5da430904687f07b5bf74a57af10cb.bindPopup(popup_02fb6350a9c79ced84dd9b99b3394950)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_4e5da430904687f07b5bf74a57af10cb.setIcon(icon_34c752c77c8495e53b65a4e1c5cf5862);
|
|
|
|
|
|
var marker_b019c2cc21963fb154edd374e2889052 = L.marker(
|
|
[60.1699, 24.9384],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_e857250721bc3be38d08e197e0aa727d = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_079d82934077554a800b34391b45b347 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_2269844e946f30df5131043cc12de22e = $(`<div id="html_2269844e946f30df5131043cc12de22e" style="width: 100.0%; height: 100.0%;">nostr.snowbla.de</div>`)[0];
|
|
popup_079d82934077554a800b34391b45b347.setContent(html_2269844e946f30df5131043cc12de22e);
|
|
|
|
|
|
|
|
marker_b019c2cc21963fb154edd374e2889052.bindPopup(popup_079d82934077554a800b34391b45b347)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_b019c2cc21963fb154edd374e2889052.setIcon(icon_e857250721bc3be38d08e197e0aa727d);
|
|
|
|
|
|
var marker_08b40e798ee0f9988f3936d245eb539f = L.marker(
|
|
[40.8302, -74.1299],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_08ecbacc728d72a1a9d5195ff859d60e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_fce7e2fb3f6ac6ac6ea2349cfe6d0228 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_8b3165dcf3ec66c7a9ca975d57cf4a88 = $(`<div id="html_8b3165dcf3ec66c7a9ca975d57cf4a88" style="width: 100.0%; height: 100.0%;">testnet-relay.samt.st</div>`)[0];
|
|
popup_fce7e2fb3f6ac6ac6ea2349cfe6d0228.setContent(html_8b3165dcf3ec66c7a9ca975d57cf4a88);
|
|
|
|
|
|
|
|
marker_08b40e798ee0f9988f3936d245eb539f.bindPopup(popup_fce7e2fb3f6ac6ac6ea2349cfe6d0228)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_08b40e798ee0f9988f3936d245eb539f.setIcon(icon_08ecbacc728d72a1a9d5195ff859d60e);
|
|
|
|
|
|
var marker_8ee7620ab892380a40e5449ab7e059e4 = L.marker(
|
|
[41.5284, -87.4237],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_8108b5c15dc082f5984a0a84668ac2d9 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_e5dd6f60749eac5893437f565bc5dcf9 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_35bfbb0d9244842237dcf8682a701ddd = $(`<div id="html_35bfbb0d9244842237dcf8682a701ddd" style="width: 100.0%; height: 100.0%;">bbw-nostr.xyz</div>`)[0];
|
|
popup_e5dd6f60749eac5893437f565bc5dcf9.setContent(html_35bfbb0d9244842237dcf8682a701ddd);
|
|
|
|
|
|
|
|
marker_8ee7620ab892380a40e5449ab7e059e4.bindPopup(popup_e5dd6f60749eac5893437f565bc5dcf9)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_8ee7620ab892380a40e5449ab7e059e4.setIcon(icon_8108b5c15dc082f5984a0a84668ac2d9);
|
|
|
|
|
|
var marker_0748bcbadea2defa1df7eebbb108d705 = L.marker(
|
|
[25.2048, 55.2708],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_004d8bc14e4e2e387326e44dc7c067f5 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8da7cfa74e5ed59027884cda605ca4ac = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_d43f5f46412defb3aacbafef3ec4fb57 = $(`<div id="html_d43f5f46412defb3aacbafef3ec4fb57" style="width: 100.0%; height: 100.0%;">shu03.shugur.net</div>`)[0];
|
|
popup_8da7cfa74e5ed59027884cda605ca4ac.setContent(html_d43f5f46412defb3aacbafef3ec4fb57);
|
|
|
|
|
|
|
|
marker_0748bcbadea2defa1df7eebbb108d705.bindPopup(popup_8da7cfa74e5ed59027884cda605ca4ac)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0748bcbadea2defa1df7eebbb108d705.setIcon(icon_004d8bc14e4e2e387326e44dc7c067f5);
|
|
|
|
|
|
var marker_a1dd1a6aa0c04e989950323daf6450ef = L.marker(
|
|
[34.0965, -117.585],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_add069f22d4df22f14e9495ea809657b = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_01467caaffefb62542f4983f94400a57 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_861b7cfa4b4af9207a9d78ebd5c126f3 = $(`<div id="html_861b7cfa4b4af9207a9d78ebd5c126f3" style="width: 100.0%; height: 100.0%;">strfry.ymir.cloud</div>`)[0];
|
|
popup_01467caaffefb62542f4983f94400a57.setContent(html_861b7cfa4b4af9207a9d78ebd5c126f3);
|
|
|
|
|
|
|
|
marker_a1dd1a6aa0c04e989950323daf6450ef.bindPopup(popup_01467caaffefb62542f4983f94400a57)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_a1dd1a6aa0c04e989950323daf6450ef.setIcon(icon_add069f22d4df22f14e9495ea809657b);
|
|
|
|
|
|
var marker_0e06e5acae8ebd96e79fb02aa2bdf6aa = L.marker(
|
|
[43.4633, 11.8796],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_ad094ac3bdd92bf3a97ce449b9eaf050 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_19cc43132d6216822d5cc1a48ffc0d6a = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_b2d8d8e7212fbe0e8f77bd442b6e1a6d = $(`<div id="html_b2d8d8e7212fbe0e8f77bd442b6e1a6d" style="width: 100.0%; height: 100.0%;">relay.javi.space</div>`)[0];
|
|
popup_19cc43132d6216822d5cc1a48ffc0d6a.setContent(html_b2d8d8e7212fbe0e8f77bd442b6e1a6d);
|
|
|
|
|
|
|
|
marker_0e06e5acae8ebd96e79fb02aa2bdf6aa.bindPopup(popup_19cc43132d6216822d5cc1a48ffc0d6a)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_0e06e5acae8ebd96e79fb02aa2bdf6aa.setIcon(icon_ad094ac3bdd92bf3a97ce449b9eaf050);
|
|
|
|
|
|
var marker_de3fa876c28ef2966e2a5c73da019a97 = L.marker(
|
|
[52.2633, 21.0283],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_8fc95fb9ad793e8d49f42484863b5a88 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_8cd52f478e24af43d560d2368ae736b5 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ef10efbfe6b7c9274cc29702fe6914df = $(`<div id="html_ef10efbfe6b7c9274cc29702fe6914df" style="width: 100.0%; height: 100.0%;">nostr.azzamo.net</div>`)[0];
|
|
popup_8cd52f478e24af43d560d2368ae736b5.setContent(html_ef10efbfe6b7c9274cc29702fe6914df);
|
|
|
|
|
|
|
|
marker_de3fa876c28ef2966e2a5c73da019a97.bindPopup(popup_8cd52f478e24af43d560d2368ae736b5)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_de3fa876c28ef2966e2a5c73da019a97.setIcon(icon_8fc95fb9ad793e8d49f42484863b5a88);
|
|
|
|
|
|
var marker_91d68b2b531be78e3f34cec5e3a0a859 = L.marker(
|
|
[49.704, -124.918],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_88be5895372ec60d8ac2fc763c784f1e = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f19f641d1515c557d147ed3a65730920 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_37a58da24db00d4759969924e0e64539 = $(`<div id="html_37a58da24db00d4759969924e0e64539" style="width: 100.0%; height: 100.0%;">relay.anmore.me</div>`)[0];
|
|
popup_f19f641d1515c557d147ed3a65730920.setContent(html_37a58da24db00d4759969924e0e64539);
|
|
|
|
|
|
|
|
marker_91d68b2b531be78e3f34cec5e3a0a859.bindPopup(popup_f19f641d1515c557d147ed3a65730920)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_91d68b2b531be78e3f34cec5e3a0a859.setIcon(icon_88be5895372ec60d8ac2fc763c784f1e);
|
|
|
|
|
|
var marker_dc6cb0f1c9516a65e21b15bd388329a2 = L.marker(
|
|
[13.8434, 100.363],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_1d5bf732874b4fe6c8d82322fc30bc71 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_40770b0fb4be0d9dc5946ae66c1bfb61 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_0f4e3237e623c85020571ccf3238fb5b = $(`<div id="html_0f4e3237e623c85020571ccf3238fb5b" style="width: 100.0%; height: 100.0%;">relay.siamdev.cc</div>`)[0];
|
|
popup_40770b0fb4be0d9dc5946ae66c1bfb61.setContent(html_0f4e3237e623c85020571ccf3238fb5b);
|
|
|
|
|
|
|
|
marker_dc6cb0f1c9516a65e21b15bd388329a2.bindPopup(popup_40770b0fb4be0d9dc5946ae66c1bfb61)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_dc6cb0f1c9516a65e21b15bd388329a2.setIcon(icon_1d5bf732874b4fe6c8d82322fc30bc71);
|
|
|
|
|
|
var marker_82442f15ca380e7ecce9b6a356a1dfa4 = L.marker(
|
|
[50.4754, 12.3683],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_8ec359c14cf8b8db7b6edcb2a41e9797 = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_f4f0757d51934c7d0ef647febea6fd00 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ed6fb0aceae6ae4424cfd8165a907e64 = $(`<div id="html_ed6fb0aceae6ae4424cfd8165a907e64" style="width: 100.0%; height: 100.0%;">nostr.data.haus</div>`)[0];
|
|
popup_f4f0757d51934c7d0ef647febea6fd00.setContent(html_ed6fb0aceae6ae4424cfd8165a907e64);
|
|
|
|
|
|
|
|
marker_82442f15ca380e7ecce9b6a356a1dfa4.bindPopup(popup_f4f0757d51934c7d0ef647febea6fd00)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_82442f15ca380e7ecce9b6a356a1dfa4.setIcon(icon_8ec359c14cf8b8db7b6edcb2a41e9797);
|
|
|
|
|
|
var marker_3f3a9d6d7350c83618ead05266d13cda = L.marker(
|
|
[47.5356, 8.73209],
|
|
{
|
|
}
|
|
).addTo(marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2);
|
|
|
|
|
|
var icon_77a8a971ccca152bea8ea104b7a3734c = L.AwesomeMarkers.icon(
|
|
{
|
|
"markerColor": "blue",
|
|
"iconColor": "white",
|
|
"icon": "signal",
|
|
"prefix": "fa",
|
|
"extraClasses": "fa-rotate-0",
|
|
}
|
|
);
|
|
|
|
|
|
var popup_06d3069d083dd1fd76422e1cc659c6c8 = L.popup({
|
|
"maxWidth": "100%",
|
|
});
|
|
|
|
|
|
|
|
var html_ce7dcbcb553f7e6ff895d7c4b8fc8702 = $(`<div id="html_ce7dcbcb553f7e6ff895d7c4b8fc8702" style="width: 100.0%; height: 100.0%;">nostr-2.21crypto.ch</div>`)[0];
|
|
popup_06d3069d083dd1fd76422e1cc659c6c8.setContent(html_ce7dcbcb553f7e6ff895d7c4b8fc8702);
|
|
|
|
|
|
|
|
marker_3f3a9d6d7350c83618ead05266d13cda.bindPopup(popup_06d3069d083dd1fd76422e1cc659c6c8)
|
|
;
|
|
|
|
|
|
|
|
|
|
marker_3f3a9d6d7350c83618ead05266d13cda.setIcon(icon_77a8a971ccca152bea8ea104b7a3734c);
|
|
|
|
|
|
marker_cluster_129a157e8b308ec5080f8dfe64a8d9d2.addTo(map_058afd9987a0824870c53e75d8c94ea4);
|
|
|
|
</script>
|
|
</html> |